@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Old+Mincho&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --profile-bgcolor-from:rgb(52, 29, 24);  
  --profile-bgcolor-to:rgb(106, 57, 6);
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-size: 10px;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

main.input {
  position: relative;
}

.l-fv {
  background: -webkit-gradient(linear, left bottom, left top, from(var(--profile-bgcolor-from)), to(var(--profile-bgcolor-to)));
  background: linear-gradient(0deg, var(--profile-bgcolor-from) 0%, var(--profile-bgcolor-to) 100%);
  height: 396px;
  position: relative;
}
.l-fv__logo {
  position: absolute;
  top: 37%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 169px;
}
@media screen and (max-width: 480px) {
  .l-fv__logo {
    top: 29%;
  }
}
.l-fv__name {
  position: absolute;
  top: 63.7%;
  letter-spacing: 0.1em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #a49b96;
  font-size: 24px;
  font-family: "Zen Old Mincho", sans-serif;
}
@media screen and (max-width: 480px) {
  .l-fv__name {
    text-align: center;
    top: 62%;
  }
}
.l-fv__info {
  position: absolute;
  top: 73.8%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #a49b96;
  font-size: 24px;
  font-family: "Zen Old Mincho", sans-serif;
}
@media screen and (max-width: 480px) {
  .l-fv__info {
    top: 80%;
  }
}
.l-fv__haguruma {
  position: absolute;
  top: 11.8%;
  left: 94.1%;
  width: 4.4%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.l-morning {
  margin: 41px 0 118px;
}
.l-morning h2 {
  font-size: 32px;
  color: #b19667;
  display: inline-block;
  border-bottom: 2px solid #b29566;
  padding-bottom: 10px;
  width: 227px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .l-morning h2 {
    font-size: 22px;
  }
}
.l-morning .swiper {
  width: 100%;
  margin-left: -27px;
}
@media screen and (max-width: 480px) {
  .l-morning .swiper {
    margin-left: 0px;
  }
}

.l-btns__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 92%;
  margin: 0 auto 60px;
}
.l-btns__top > a {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: #b19666 solid 1px;
  color: #b19666;
  border-radius: 100vh;
  width: 100%;
  padding: 18px 0px;
  margin: 0 auto 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-btns__top > a:hover {
  border: #fff solid 1px;
  color: #fff;
  background: #b19666;
}
.l-btns__top > a:hover img.not-hover {
  display: none;
}
.l-btns__top > a:hover img.hover {
  display: block;
}
@media screen and (max-width: 480px) {
  .l-btns__top > a {
    font-size: 15px;
  }
}
.l-btns__top > a:last-child {
  margin: 0 auto;
}
.l-btns__top > a img {
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-btns__top > a img.not-hover {
  display: block;
}
.l-btns__top > a img.hover {
  display: none;
}
.l-btns__top > a:nth-child(1) img {
  width: 21px;
  height: 31px;
  margin-right: 9px;
}
@media screen and (max-width: 480px) {
  .l-btns__top > a:nth-child(1) img {
    width: 15px;
    height: 16px;
  }
}
.l-btns__top > a:nth-child(2) {
  letter-spacing: 0em;
  margin-left: 1px;
}
.l-btns__top > a:nth-child(2) img {
  width: 25px;
  height: 31px;
  margin-right: 14px;
}
@media screen and (max-width: 480px) {
  .l-btns__top > a:nth-child(2) img {
    width: 15px;
    height: 16px;
  }
}
.l-btns__top > a:nth-child(3) {
  letter-spacing: 0em;
  margin-left: 2px;
}
.l-btns__top > a:nth-child(3) img {
  width: 33px;
  height: 31px;
  margin-right: 5px;
  margin-top: 6px;
}
@media screen and (max-width: 480px) {
  .l-btns__top > a:nth-child(3) img {
    width: 20px;
    height: 20px;
  }
}
.l-btns__top > a:nth-child(4) {
  letter-spacing: 0em;
}
.l-btns__top > a:nth-child(4) img:nth-of-type(1) {
  width: 28px;
  height: 31px;
  margin-right: 14px;
}
@media screen and (max-width: 480px) {
  .l-btns__top > a:nth-child(4) img:nth-of-type(1) {
    width: 15px;
    height: 16px;
  }
}
.l-btns__top > a:nth-child(4) img:nth-of-type(2) {
  width: 28px;
  height: 31px;
  margin-right: 14px;
}
@media screen and (max-width: 480px) {
  .l-btns__top > a:nth-child(4) img:nth-of-type(2) {
    width: 15px;
    height: 16px;
  }
}
.l-btns__top > a:nth-child(4) img:nth-of-type(3) {
  width: 29px;
  height: 37px;
  margin-left: 22px;
}
@media screen and (max-width: 480px) {
  .l-btns__top > a:nth-child(4) img:nth-of-type(3) {
    width: 15px;
    height: 16px;
  }
}
.l-btns__banner {
  background: #f7f7f7;
  padding: 40px 0;
}
.l-btns__banner-inner {
  width: 92%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-btns__banner-inner > a {
  width: calc(50% - 10.5px);
  margin-right: 21px;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 170px;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .l-btns__banner-inner > a {
    height: 140px;
  }
}
.l-btns__banner-inner > a img {
  -o-object-fit: contain;
  object-fit: contain;
}
.l-btns__banner-inner > a:nth-child(2n) {
  margin-right: 0px;
}
.l-btns__banner-inner > a:nth-child(-n+2) {
  margin-top: 0;
}
#line_reserve_url {
  background-color: rgb(6, 199, 85);
}
#line_reserve_url img {
  width: 52px;
  height: 53px;
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  #line_reserve_url img {
    width: 42px;
  }
}
#line_reserve_url span {
  margin-top: 7px;
}
#hotpepper_reserve_url {
  background: #ae2b5b;
}
#hotpepper_reserve_url img {
  width: 165px;
  height: 54px;
  margin-top: 11px;
}
@media screen and (max-width: 480px) {
  #hotpepper_reserve_url img {
    width: 95px;
  }
}
#hotpepper_reserve_url span {
  margin-top: 7px;
}
#onlineshop_reserve_url {
  background: #714b0b;
}
#onlineshop_reserve_url img {
  width: 59px;
  height: 56px;
  margin-top: 8px;
}
@media screen and (max-width: 480px) {
  #onlineshop_reserve_url img {
    width: 35px;
  }
}
#onlineshop_reserve_url span {
  margin-top: 7px;
}
#instagram_reserve_url {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(187, 19, 169)), to(rgb(225, 85, 88)));
  background: linear-gradient(0deg, rgb(187, 19, 169) 0%, rgb(225, 85, 88) 100%);
}
#instagram_reserve_url img {
  width: 71px;
  height: 65px;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  #instagram_reserve_url img {
    margin-top: -20px;
    width: 55px;
  }
}
#instagram_reserve_url span {
  margin-top: -5px;
}
@media screen and (max-width: 480px) {
  #instagram_reserve_url span {
    margin-top: 5px;
  }
}

#ekiten_reserve_url {
  background-color: rgb(225, 173, 85);
}

#epark_url {
  background-color: rgb(234, 234, 234);
}

#minomo_url {
  background: linear-gradient(0deg, rgb(31, 152, 200) 0%, rgb(101, 188, 230) 100%);
}

.l-btns__banner-inner > a span {
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 480px) {
  .l-btns__banner-inner > a span {
    font-size: 16px;
    text-align: center;
  }
}

.l-record {
  padding: 47px 0 200px;
}
@media screen and (max-width: 480px) {
  .l-record {
    padding: 47px 0 120px;
  }
}
.l-record h2 {
  font-size: 32px;
  color: #b19667;
  display: inline-block;
  padding-bottom: 14px;
  width: 100%;
  text-align: left;
  padding-left: 30px;
  letter-spacing: 0em;
  position: relative;
}
@media screen and (max-width: 480px) {
  .l-record h2 {
    font-size: 22px;
  }
}
.l-record h2::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(178, 149, 102)), color-stop(29.7%, rgb(178, 149, 102)), color-stop(29.7%, rgb(223, 223, 223)), to(rgb(223, 223, 223)));
  background: linear-gradient(90deg, rgb(178, 149, 102) 0%, rgb(178, 149, 102) 29.7%, rgb(223, 223, 223) 29.7%, rgb(223, 223, 223) 100%);
}

.l-menu {
  border-top: 2px solid #dfdfdf;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 153px;
  z-index: 105;
}
@media screen and (max-width: 480px) {
  .l-menu {
    height: 100px;
  }
}

.l-datalist-1__head {
  background: -webkit-gradient(linear, left bottom, left top, from(var(--profile-bgcolor-from)), to(var(--profile-bgcolor-to)));
  background: linear-gradient(0deg, var(--profile-bgcolor-from) 0%, var(--profile-bgcolor-to) 100%);
  position: relative;
  padding: 33px 0;
}
.l-datalist-1__head > p {
  color: #fff;
  text-align: center;
}
.l-datalist-1__head > p:nth-child(1) {
  font-size: 32px;
}
@media screen and (max-width: 480px) {
  .l-datalist-1__head > p:nth-child(1) {
    font-size: 22px;
    margin-top: 10px;
  }
}
.l-datalist-1__head > p:nth-child(2) {
  font-size: 25px;
}
@media screen and (max-width: 480px) {
  .l-datalist-1__head > p:nth-child(2) {
    font-size: 16px;
  }
}
.l-datalist-1__head-haguruma {
  position: absolute;
  top: 34%;
  left: 93.6%;
  width: 3.9%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  .l-datalist-1__head-haguruma {
    top: 18%;
    width: 6%;
  }
}
.l-datalist-1__head-arrow {
  position: absolute;
  top: 50%;
  left: 5.7%;
  width: 6.9%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-datalist-1__fv {
  background: #fbf5ea;
  padding: 61px 19px 53px;
  border-bottom: 7px solid #714b0b;
}
.l-datalist-1__fv-icon {
  text-align: center;
}
.l-datalist-1__fv-icon img {
  width: 147px;
}
@media screen and (max-width: 480px) {
  .l-datalist-1__fv-icon img {
    width: 100px;
  }
}
.l-datalist-1__fv-text {
  margin-top: 27px;
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  color: #402316;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  .l-datalist-1__fv-text {
    font-size: 22px;
    line-height: 1.2;
  }
}
.l-datalist-1__fv-datas {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 17px;
  -webkit-box-shadow: 0px 0px 9.5px 0.5px rgba(67, 36, 21, 0.1);
          box-shadow: 0px 0px 9.5px 0.5px rgba(67, 36, 21, 0.1);
}
@media screen and (max-width: 480px) {
  .l-datalist-1__fv-datas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.l-datalist-1__fv-data {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 57px;
}
@media screen and (max-width: 480px) {
  .l-datalist-1__fv-data {
    width: 100%;
  }
}
.l-datalist-1__fv-data > p:nth-of-type(1) {
  position: relative;
  font-size: 25px;
  margin-left: 27px;
}
.l-datalist-1__fv-data > p:nth-of-type(1) img {
  position: absolute;
  left: -31px;
  top: 50%;
  width: 27px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-datalist-1__fv-data > p:nth-of-type(2) {
  font-size: 90px;
  font-family: "Roboto", sans-serif;
  color: var(--profile-bgcolor-from);
  line-height: 1.1;
}
.l-datalist-1__fv-data > p:nth-of-type(2) .fz-m {
  font-size: 55px;
}
.l-datalist-1__fv-data > p:nth-of-type(2) .fz-s {
  font-size: 35px;
}
.l-datalist-1__fv-data:nth-child(1) {
  margin-top: 26px;
  margin-bottom: 29px;
}
.l-datalist-1__fv-data:nth-child(1) > p:nth-of-type(2) {
  font-size: 75px;
}
.l-datalist-1__fv-data:nth-child(1) > p:nth-of-type(2) .fz-m {
  font-size: 45px;
}
.l-datalist-1__fv-data:nth-child(1) > p:nth-of-type(2) .fz-s {
  font-size: 30px;
}
.l-datalist-1__fv-data:nth-child(2) {
  position: relative;
  border-right: dashed 1px #cacccc;
  border-left: dashed 1px #cacccc;
  margin-bottom: 48px;
}
@media screen and (max-width: 480px) {
  .l-datalist-1__fv-data:nth-child(2) {
    margin-top: 26px;
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 480px) {
  .l-datalist-1__fv-data:nth-child(3) {
    margin-top: 26px;
    margin-bottom: 29px;
  }
}
.l-datalist-1__fv-data > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .l-datalist-1__fv-data > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-datalist-1__fv-data > div:nth-of-type(1) {
  padding-top: 10px;
  margin-bottom: -1px;
  position: relative;
  padding-left: 26px;
}
.l-datalist-1__fv-data > div:nth-of-type(1)::before {
  content: "";
  width: 80%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #eaeaea;
}
.l-datalist-1__fv-data > div:nth-of-type(1) p:nth-child(1) {
  width: 121px;
}
.l-datalist-1__fv-data > div:nth-of-type(2) {
  padding-left: 26px;
}
.l-datalist-1__fv-data > div:nth-of-type(2) p:nth-child(1) {
  width: 144px;
}
.l-datalist-1__fv-data > div > p {
  font-size: 20px;
}
.l-datalist-1__fv-data > div > p span {
  color: #b19666;
}

.l-datalist-2 {
  padding: 87px 0 151px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .l-datalist-2 {
    padding: 87px 0 100px;
  }
}
.l-datalist-2__head {
  text-align: center;
}
.l-datalist-2__head > p:nth-child(1) {
  font-size: 30px;
  color: #fff;
  background: #b59867;
  border-radius: 100vh;
  padding: 3px 0;
  margin: 0 auto;
  width: 284px;
  letter-spacing: 0.1em;
}
.l-datalist-2__head > p:nth-child(2) {
  padding-top: 16px;
  font-size: 21.2px;
  color: #a6a6a6;
}
.l-datalist-2__head-select {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 520px) {
  .l-datalist-2__head-select {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 20px;
  }
}
.l-datalist-2__head-select label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.l-datalist-2__head-select label:nth-of-type(1) select {
  width: 176px;
}
@media screen and (max-width: 520px) {
  .l-datalist-2__head-select label:nth-of-type(1) select {
    width: 176px;
  }
}
.l-datalist-2__head-select label:nth-of-type(2) select {
  width: 173px;
}
@media screen and (max-width: 520px) {
  .l-datalist-2__head-select label:nth-of-type(2) select {
    width: 176px;
  }
}
.l-datalist-2__head-select label::after {
  position: absolute;
  right: 27px;
  width: 16px;
  height: 10px;
  background-color: #535353;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.l-datalist-2__head-select label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 57px;
  padding: 6px 40px 6px 12px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  color: #333;
  font-size: 25px;
  cursor: pointer;
  margin-right: 15px;
}
.l-datalist-2__head-select > button {
  width: 121px;
  font-size: 25px;
  height: 58px;
  background: #ab8d62;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
}
@media screen and (max-width: 405px) and (min-width: 320px) {
  .l-datalist-2__head-select > button {
    margin: 0 50px;
  }
}

.qa {
  margin: 40px;
}

.qa__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 200px;
}

.qa__item {
  display: inline-block;
}

.qa__head {
  position: relative;
  text-align: left;
  padding: 20px 30px 20px 20px;
  border-radius: 8px 8px 0 0;
  background: lightblue;
  color: black;
  cursor: pointer;
  width: 100%;
}

.qa__head:after {
  content: "";
  border-top: 1px solid black;
  border-left: 1px solid black;
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-135deg) translateY(9px);
          transform: rotate(-135deg) translateY(9px);
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.qa__body {
  position: relative;
  border-radius: 0 0 8px 8px;
  background: #fff;
  color: black;
  border: transparent;
  padding: 0 20px;
  line-height: 0;
  opacity: 0;
  -webkit-transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
}

.qa__body.is-open {
  padding: 20px;
  line-height: 1.5;
  opacity: 1;
  border: 1px solid lightblue;
}

.qa__head.is-open::after {
  -webkit-transform: rotate(45deg) translateY(-10px);
          transform: rotate(45deg) translateY(-10px);
}

.qa__item:not(:first-child) {
  margin-top: 16px;
}

.l-modal__wrap {
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.l-modal__wrap.active {
  -webkit-animation: modalopen 0.6s ease forwards;
  animation: modalopen 0.6s ease forwards;
}

.l-modal__wrap.active2 {
  -webkit-animation: modalclose 0.6s ease forwards;
  animation: modalclose 0.6s ease forwards;
}

.l-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.1450980392);
  z-index: 99;
}

.l-modal__contInner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  background-color: #fff;
  padding: 65px 10% 78px;
  width: 90vw;
  max-height: 80vh;
  overflow-y: auto;
  z-index: 111;
  border-radius: 10px;
}

.l-modal__cont-title {
  color: #714b0b;
  font-size: 35px;
  text-align: center;
}

.l-modal__cont-img {
  margin-top: 34px;
}

.l-modal__cont-images {
  margin-top: 20px;
}

.l-modal__cont-images .card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.l-modal__cont-images .card-img-top {
  transition: transform 0.3s ease;
}

.l-modal__cont-images .card-img-top:hover {
  transform: scale(1.05);
}

/* 履歴モーダルの画像表示スタイル */
.history-image-item {
  width: 100%;
  margin-bottom: 15px;
}

.history-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* 閉じるボタンコンテナ */
.l-modal__close-button-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.l-modal__close-button-container .btn {
  background-color: #b59867;
  border-color: #b59867;
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.l-modal__close-button-container .btn:hover {
  background-color: #a0855a;
  border-color: #a0855a;
  transform: translateY(-2px);
}

.l-modal__cont-comment {
  margin-top: 26px;
  font-size: 22px;
  color: #333;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

.l-modal__cont-advice {
  background: #b59867;
  border-radius: 4px;
  margin-top: 33px;
  color: #fff;
  font-size: 22px;
  padding: 11px 21px 21px;
}

.l-modal__cont-advice p {
  letter-spacing: 0em;
  line-height: 1.4;
}

.l-modal__cont-advice-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.l-modal__cont-advice-title img {
  width: 5%;
  height: 4%;
  margin-right: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-modal__close {
  position: absolute;
  top: 4.4%;
  left: 6.1%;
  width: 6%;
  height: 5%;
  object-fit: contain;
  cursor: pointer;
  z-index: 112;
  -o-object-fit: contain;
}
.l-modal__close img {
  -o-object-fit: contain;
  object-fit: contain;
}

@-webkit-keyframes modalopen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 100;
  }
}
@keyframes modalopen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 100;
  }
}
@-webkit-keyframes modalclose {
  0% {
    opacity: 1;
    z-index: 100;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modalclose {
  0% {
    opacity: 1;
    z-index: 100;
  }
  100% {
    opacity: 0;
  }
}
.nonScroll {
  height: calc(100vh + 1px);
  width: 1px;
  background-color: transparent;
}

.l-know__head {
  background: -webkit-gradient(linear, left bottom, left top, from(var(--profile-bgcolor-from)), to(var(--profile-bgcolor-to)));
  background: linear-gradient(0deg, var(--profile-bgcolor-from) 0%, var(--profile-bgcolor-to) 100%);
  position: relative;
  height: 100px;
}
.l-know__head-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(180px, 30.9%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-know__head-haguruma {
  position: absolute;
  top: 50%;
  left: 93.6%;
  width: max(3.9%, 25px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-know__head-arrow {
  position: absolute;
  top: 50%;
  left: 5.7%;
  width: max(25px, 5.4%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-know__contents {
  padding: 35px 0 151px;
}
@media screen and (max-width: 480px) {
  .l-know__contents {
    padding: 35px 0 100px;
  }
}
.l-know__contents-head {
  text-align: center;
  letter-spacing: 0;
  font-size: 38px;
  color: var(--profile-bgcolor-from);
}
@media screen and (max-width: 480px) {
  .l-know__contents-head {
    font-size: 23px;
  }
}
.l-know__articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 35px 0 50px;
  padding: 0 30px;
}
.l-know__article {
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 6px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 6px -2px rgba(0, 0, 0, 0.3);
  padding: 55px 0 43px;
  margin-bottom: 56px;
}
.l-know__article:last-child {
  margin-bottom: 0;
}
.l-know__article-inner {
  width: 81%;
  margin: 0 auto;
}
.l-know__article-date {
  padding: 22px 0 0;
  color: #9e9e9e;
  font-size: 22px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 480px) {
  .l-know__article-date {
    font-size: 16px;
  }
}
.l-know__article-title {
  font-size: 35px;
  color: var(--profile-bgcolor-from);
  letter-spacing: 0;
  line-height: normal;
}
@media screen and (max-width: 480px) {
  .l-know__article-title {
    font-size: 23px;
  }
}
.l-know__article-text {
  font-weight: 200;
  color: #404040;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.43;
  padding-top: 29px;
}
@media screen and (max-width: 480px) {
  .l-know__article-text {
    font-size: 18px;
  }
}

.l-diet__head {
  background: var(--profile-bgcolor-from);
  position: relative;
  height: 100px;
}
.l-diet__head-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(180px, 30.9%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-diet__head-haguruma {
  position: absolute;
  top: 50%;
  left: 93.6%;
  width: max(3.9%, 25px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-diet__head-arrow {
  position: absolute;
  top: 50%;
  left: 5.7%;
  width: max(25px, 5.4%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-diet__contents {
  padding: 24px 0 151px;
}
@media screen and (max-width: 480px) {
  .l-diet__contents {
    padding: 24px 0 100px;
  }
}
.l-diet__contents-head {
  text-align: center;
  letter-spacing: 0;
  font-size: 38px;
  color: var(--profile-bgcolor-from);
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .l-diet__contents-head {
    font-size: 23px;
  }
}
.l-diet__contents-head span {
  font-size: 28px;
}
@media screen and (max-width: 480px) {
  .l-diet__contents-head span {
    font-size: 16px;
  }
}

.l-paid {
  position: relative;
  background: url(/image/paid/bg.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.l-paid__close-btn {
  cursor: pointer;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 8%;
  top: 5%;
  width: 39px;
  height: 26px;
}
@media screen and (max-width: 480px) {
  .l-paid__close-btn {
    left: 8%;
    top: 3%;
    width: 29px;
    height: 16px;
  }
}
.l-paid__inner {
  padding: 30px;
}
.l-paid__logo {
  margin: 147px auto 100px;
  width: 46%;
}
@media screen and (max-width: 480px) {
  .l-paid__logo {
    margin: 30px auto;
  }
}
.l-paid__text p {
  text-align: center;
  letter-spacing: 0em;
  margin-top: 33px;
  color: #fdf5f0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.55;
}
@media screen and (max-width: 480px) {
  .l-paid__text p {
    font-size: 16px;
  }
}
.l-paid__btn {
  padding: 114px 0 167px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .l-paid__btn {
    padding: 40px 0;
  }
}
.l-paid__btn a {
  background: #fff;
  font-size: 30px;
  border-radius: 100vh;
  width: 82%;
  margin: 0 auto 19px;
  padding: 21px 0;
  letter-spacing: 0;
  color: #3e2216;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .l-paid__btn a {
    font-size: 16px;
    padding: 5px 0;
  }
}
.l-paid__btn p {
  font-weight: 200;
  color: #fff;
  font-size: 28px;
}
@media screen and (max-width: 480px) {
  .l-paid__btn p {
    font-size: 13px;
  }
}

.l-login {
  position: relative;
  background: url(/image/paid/bg.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 200px;
}
@media screen and (max-width: 480px) {
  .l-login {
    padding-bottom: 100px;
  }
}
.l-login__inner {
  padding: 30px;
}
@media screen and (max-width: 480px) {
  .l-login__inner {
    padding: 30px 15px;
  }
}
.l-login__logo {
  margin: 147px auto 160px;
  width: 46%;
}
@media screen and (max-width: 480px) {
  .l-login__logo {
    margin: 50px auto;
  }
}

.l-login__form-group {
  position: relative;
  width: 83%;
  margin: 0 auto 13px;
}
.l-login__form-group:nth-child(2) {
  margin: 0 auto 44px;
}
.l-login__form-group:nth-child(2) div {
  width: 38px;
}
@media screen and (max-width: 480px) {
  .l-login__form-group:nth-child(2) div {
    width: 31px;
  }
}
.l-login__form-group input[type=text],
.l-login__form-group input[type=password] {
  font-size: 30px;
  padding: 30px 10px 30px 82px;
  -webkit-appearance: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  display: block;
  background: none;
  color: #b9b9b9;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #b9b9b9;
}
@media screen and (max-width: 480px) {
  .l-login__form-group input[type=text],
  .l-login__form-group input[type=password] {
    font-size: 16px;
    padding: 20px 10px 20px 46px;
  }
}
.l-login__form-group input[type=text]:focus-visible,
.l-login__form-group input[type=password]:focus-visible {
  outline: 2px solid #fff;
}
.l-login__form-group input[type=text]::-webkit-input-placeholder,
.l-login__form-group input[type=password]::-webkit-input-placeholder {
  color: #b9b9b9;
}
.l-login__form-group input[type=text]::-moz-placeholder,
.l-login__form-group input[type=password]::-moz-placeholder {
  color: #b9b9b9;
}
.l-login__form-group input[type=text]:-ms-input-placeholder,
.l-login__form-group input[type=password]:-ms-input-placeholder {
  color: #b9b9b9;
}
.l-login__form-group input[type=text]::-ms-input-placeholder,
.l-login__form-group input[type=password]::-ms-input-placeholder {
  color: #b9b9b9;
}
.l-login__form-group input[type=text]::-webkit-input-placeholder, .l-login__form-group input[type=password]::-webkit-input-placeholder {
  color: #b9b9b9;
}
.l-login__form-group input[type=text]::-moz-placeholder, .l-login__form-group input[type=password]::-moz-placeholder {
  color: #b9b9b9;
}
.l-login__form-group input[type=text]:-ms-input-placeholder, .l-login__form-group input[type=password]:-ms-input-placeholder {
  color: #b9b9b9;
}
.l-login__form-group input[type=text]::-ms-input-placeholder, .l-login__form-group input[type=password]::-ms-input-placeholder {
  color: #b9b9b9;
}
.l-login__form-group input[type=text]::placeholder,
.l-login__form-group input[type=password]::placeholder {
  color: #b9b9b9;
}
.l-login__form-group div {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  color: #d4d4d4;
  left: 32px;
  top: 53%;
  font-size: 20px;
  width: 45px;
}

.password-toggle-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}

.password-toggle-btn i {
  font-size: 30px;
  color: #B9B9B9;
}
@media screen and (max-width: 480px) {
  .l-login__form-group div {
    width: 32px;
    left: 20px;
    top: 50%;
  }
  .password-toggle-btn {
    right: 15px;
  }
  .password-toggle-btn i {
    font-size: 24px;
  }
}
.l-login__form-group div img {
  -o-object-fit: contain;
  object-fit: contain;
}
.l-login__form-group:nth-child(3) {
  margin: 0 auto 76px;
}
.l-login__form-group:nth-child(3) label {
  padding-left: 15px;
  display: inline-block;
  width: 100%;
}
.l-login__form-group:nth-child(3) .visibility-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.l-login__form-group:nth-child(3) .checkbox-text {
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 46px;
  position: relative;
  font-size: 26px;
  color: #b9b9b9;
  font-weight: 200;
}
@media screen and (max-width: 480px) {
  .l-login__form-group:nth-child(3) .checkbox-text {
    padding: 5px 0 5px 35px;
    font-size: 16px;
  }
}
.l-login__form-group:nth-child(3) input[type=checkbox]:checked + .checkbox-text::after {
  opacity: 1;
}
.l-login__form-group:nth-child(3) .checkbox-text::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #b9b9b9;
}
@media screen and (max-width: 480px) {
  .l-login__form-group:nth-child(3) .checkbox-text::before {
    width: 20px;
    height: 20px;
  }
}
.l-login__form-group:nth-child(3) .checkbox-text::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 16px;
  top: 47.2%;
  left: 8px;
  -webkit-transform: rotate(43deg) skewY(0deg) translateY(-50%);
          transform: rotate(43deg) skewY(0deg) translateY(-50%);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  border-right: 3px solid #b9b9b9;
  border-bottom: 3px solid #b9b9b9;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .l-login__form-group:nth-child(3) .checkbox-text::after {
    border-right: 2.5px solid #b9b9b9;
    border-bottom: 2.5px solid #b9b9b9;
    width: 6px;
    height: 13px;
    top: 47.2%;
    left: 6.7px;
  }
}
.l-login__form-group input.button {
  border: none;
  cursor: pointer;
  background: #fff;
  padding: 29px 20px;
  border-radius: 6px;
  width: 100%;
  color: #fff;
  display: block;
  font-size: 30px;
  color: #333;
}
@media screen and (max-width: 480px) {
  .l-login__form-group input.button {
    font-size: 16px;
    padding: 20px;
  }
}

.l-input {
  position: absolute;
  background: #fff;
  top: 115px;
  left: 0;
  right: 0;
  border-radius: 10px 10px 0 0;
}
.l-input > p {
  color: #b19667;
  padding-bottom: 20px;
  padding-left: 26px;
  padding-top: 36px;
  position: relative;
}
@media screen and (min-width: 521px) {
  .l-input > p {
    font-size: min(32px, 3.4vw);
  }
}
@media screen and (max-width: 520px) {
  .l-input > p {
    font-size: 16px;
  }
}
.l-input > p::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(178, 149, 102)), color-stop(29.7%, rgb(178, 149, 102)), color-stop(29.7%, rgb(223, 223, 223)), to(rgb(223, 223, 223)));
  background: linear-gradient(90deg, rgb(178, 149, 102) 0%, rgb(178, 149, 102) 29.7%, rgb(223, 223, 223) 29.7%, rgb(223, 223, 223) 100%);
}
.l-input__inner {
  padding: 38px 30px;
}
.l-input__btn {
  position: absolute;
  top: 15px;
  width: max(45px, 6%);
  right: 49px;
}
@media screen and (max-width: 520px) {
  .l-input__btn {
    width: max(25px, 6%);
    top: 37px;
    right: 20px;
  }
}
.l-input__inpt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 520px) {
  .l-input__inpt-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.l-input__inpt-wrap > .l-input__inpt {
  width: calc(50% - 8.5px);
  margin-right: 17px;
}
@media screen and (max-width: 520px) {
  .l-input__inpt-wrap > .l-input__inpt {
    width: 100%;
    margin-right: 0;
  }
}
.l-input__inpt-wrap > .l-input__inpt:last-child {
  margin-right: 0;
}
.l-input__inpt {
  position: relative;
  margin-bottom: 22px;
  height: 90px;
  border: 2px #c8c8c8 solid;
}
.l-input__inpt.textarea {
  height: 121px;
  margin-bottom: 71px;
  position: relative;
}
.l-input__inpt.textarea::before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #c8c8c8;
  position: absolute;
  bottom: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-input__inpt input[type=date],
.l-input__inpt input[type=text],
.l-input__inpt input[type=file],
.l-input__inpt input[type=number],
.l-input__inpt input[type=color],
.l-input__inpt select,
.l-input__inpt textarea {
  width: 100%;
  height: 85px;
  font-family: "Roboto", sans-serif;
  padding: 5px 22px 5px 95px;
  border: none;
}
@media screen and (min-width: 521px) {
  .l-input__inpt input[type=date],
  .l-input__inpt input[type=text],
  .l-input__inpt input[type=file],
  .l-input__inpt input[type=number],
  .l-input__inpt input[type=color],
  .l-input__inpt select,
  .l-input__inpt textarea {
    font-size: max(39px, 3.4vw);
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 520px) {
  .l-input__inpt input[type=date],
  .l-input__inpt input[type=text],
  .l-input__inpt input[type=file],
  .l-input__inpt input[type=number],
  .l-input__inpt input[type=color],
  .l-input__inpt select,
  .l-input__inpt textarea {
    font-size: max(14px, 5vw);
  }
}
.l-input__inpt input[type=date]::-webkit-input-placeholder,
.l-input__inpt input[type=text]::-webkit-input-placeholder,
.l-input__inpt input[type=file]::-webkit-input-placeholder,
.l-input__inpt input[type=number]::-webkit-input-placeholder,
.l-input__inpt input[type=color]::-webkit-input-placeholder,
.l-input__inpt select::-webkit-input-placeholder,
.l-input__inpt textarea::-webkit-input-placeholder {
  text-align: right;
  font-family: "Roboto", sans-serif;
  vertical-align: middle;
}
@media screen and (max-width: 520px) {
  .l-input__inpt input[type=date]::-webkit-input-placeholder,
  .l-input__inpt input[type=text]::-webkit-input-placeholder,
  .l-input__inpt input[type=file]::-webkit-input-placeholder,
  .l-input__inpt input[type=number]::-webkit-input-placeholder,
  .l-input__inpt input[type=color]::-webkit-input-placeholder,
  .l-input__inpt select::-webkit-input-placeholder,
  .l-input__inpt textarea::-webkit-input-placeholder {
    font-size: max(14px, 5vw);
  }
}
.l-input__inpt input[type=date]::-moz-placeholder,
.l-input__inpt input[type=text]::-moz-placeholder,
.l-input__inpt input[type=file]::-moz-placeholder,
.l-input__inpt input[type=number]::-moz-placeholder,
.l-input__inpt input[type=color]::-moz-placeholder,
.l-input__inpt select::-moz-placeholder,
.l-input__inpt textarea::-moz-placeholder {
  text-align: right;
  font-family: "Roboto", sans-serif;
  vertical-align: middle;
}
@media screen and (max-width: 520px) {
  .l-input__inpt input[type=date]::-moz-placeholder,
  .l-input__inpt input[type=text]::-moz-placeholder,
  .l-input__inpt input[type=file]::-moz-placeholder,
  .l-input__inpt input[type=number]::-moz-placeholder,
  .l-input__inpt input[type=color]::-moz-placeholder,
  .l-input__inpt select::-moz-placeholder,
  .l-input__inpt textarea::-moz-placeholder {
    font-size: max(14px, 5vw);
  }
}
.l-input__inpt input[type=date]:-ms-input-placeholder,
.l-input__inpt input[type=text]:-ms-input-placeholder,
.l-input__inpt input[type=file]:-ms-input-placeholder,
.l-input__inpt input[type=number]:-ms-input-placeholder,
.l-input__inpt input[type=color]:-ms-input-placeholder,
.l-input__inpt select:-ms-input-placeholder,
.l-input__inpt textarea:-ms-input-placeholder {
  text-align: right;
  font-family: "Roboto", sans-serif;
  vertical-align: middle;
}
@media screen and (max-width: 520px) {
  .l-input__inpt input[type=date]:-ms-input-placeholder,
  .l-input__inpt input[type=text]:-ms-input-placeholder,
  .l-input__inpt input[type=file]:-ms-input-placeholder,
  .l-input__inpt input[type=number]:-ms-input-placeholder,
  .l-input__inpt input[type=color]:-ms-input-placeholder,
  .l-input__inpt select:-ms-input-placeholder,
  .l-input__inpt textarea:-ms-input-placeholder {
    font-size: max(14px, 5vw);
  }
}
.l-input__inpt input[type=date]::-ms-input-placeholder,
.l-input__inpt input[type=text]::-ms-input-placeholder,
.l-input__inpt input[type=file]::-ms-input-placeholder,
.l-input__inpt input[type=number]::-ms-input-placeholder,
.l-input__inpt input[type=color]::-ms-input-placeholder,
.l-input__inpt select::-ms-input-placeholder,
.l-input__inpt textarea::-ms-input-placeholder {
  text-align: right;
  font-family: "Roboto", sans-serif;
  vertical-align: middle;
}
@media screen and (max-width: 520px) {
  .l-input__inpt input[type=date]::-ms-input-placeholder,
  .l-input__inpt input[type=text]::-ms-input-placeholder,
  .l-input__inpt input[type=file]::-ms-input-placeholder,
  .l-input__inpt input[type=number]::-ms-input-placeholder,
  .l-input__inpt input[type=color]::-ms-input-placeholder,
  .l-input__inpt select::-ms-input-placeholder,
  .l-input__inpt textarea::-ms-input-placeholder {
    font-size: max(14px, 5vw);
  }
}
.l-input__inpt input[type=date]::-webkit-input-placeholder,
.l-input__inpt input[type=text]::-webkit-input-placeholder,
.l-input__inpt input[type=file]::-webkit-input-placeholder,
.l-input__inpt input[type=number]::-webkit-input-placeholder,
.l-input__inpt input[type=color]::-webkit-input-placeholder,
.l-input__inpt select::-webkit-input-placeholder, 
l-input__inpt textarea::-webkit-input-placeholder {
  text-align: right;
  font-family: "Roboto", sans-serif;
  vertical-align: middle;
}
.l-input__inpt input[type=date]::-moz-placeholder,
.l-input__inpt input[type=text]::-moz-placeholder,
.l-input__inpt input[type=file]::-moz-placeholder,
.l-input__inpt input[type=number]::-moz-placeholder,
.l-input__inpt input[type=color]::-moz-placeholder,
.l-input__inpt select::-moz-placeholder,
.l-input__inpt textarea::-moz-placeholder {
  text-align: right;
  font-family: "Roboto", sans-serif;
  vertical-align: middle;
}
.l-input__inpt input[type=date]:-ms-input-placeholder,
.l-input__inpt input[type=text]:-ms-input-placeholder,
.l-input__inpt input[type=file]:-ms-input-placeholder,
.l-input__inpt input[type=number]:-ms-input-placeholder,
.l-input__inpt input[type=color]:-ms-input-placeholder,
.l-input__inpt select:-ms-input-placeholder,
.l-input__inpt textarea:-ms-input-placeholder {
  text-align: right;
  font-family: "Roboto", sans-serif;
  vertical-align: middle;
}
.l-input__inpt input[type=date]::-ms-input-placeholder,
.l-input__inpt input[type=text]::-ms-input-placeholder,
.l-input__inpt input[type=file]::-ms-input-placeholder,
.l-input__inpt input[type=number]::-ms-input-placeholder,
.l-input__inpt input[type=color]::-ms-input-placeholder,
.l-input__inpt select::-ms-input-placeholder,
.l-input__inpt textarea::-ms-input-placeholder {
  text-align: right;
  font-family: "Roboto", sans-serif;
  vertical-align: middle;
}
.l-input__inpt input[type=date]::placeholder,
.l-input__inpt input[type=text]::placeholder,
.l-input__inpt input[type=file]::placeholder,
.l-input__inpt input[type=number]::placeholder,
.l-input__inpt input[type=color]::placeholder,
.l-input__inpt select::placeholder,
.l-input__inpt textarea::placeholder {
  text-align: right;
  font-family: "Roboto", sans-serif;
  vertical-align: middle;
}
@media screen and (max-width: 520px) {
  .l-input__inpt input[type=date]::-webkit-input-placeholder,
  .l-input__inpt input[type=text]::-webkit-input-placeholder,
  .l-input__inpt input[type=file]::-webkit-input-placeholder,
  .l-input__inpt input[type=number]::-webkit-input-placeholder,
  .l-input__inpt input[type=color]::-webkit-input-placeholder,
  .l-input__inpt select::-webkit-input-placeholder,
  .l-input__inpt textarea::-webkit-input-placeholder {
    font-size: max(14px, 5vw);
  }
  .l-input__inpt input[type=date]::-moz-placeholder,
  .l-input__inpt input[type=text]::-moz-placeholder,
  .l-input__inpt input[type=file]::-moz-placeholder,
  .l-input__inpt input[type=number]::-moz-placeholder,
  .l-input__inpt input[type=color]::-moz-placeholder,
  .l-input__inpt select::-moz-placeholder,
  .l-input__inpt textarea::-moz-placeholder {
    font-size: max(14px, 5vw);
  }
  .l-input__inpt input[type=date]:-ms-input-placeholder,
  .l-input__inpt input[type=text]:-ms-input-placeholder,
  .l-input__inpt input[type=file]:-ms-input-placeholder,
  .l-input__inpt input[type=number]:-ms-input-placeholder,
  .l-input__inpt input[type=color]:-ms-input-placeholder,
  .l-input__inpt select:-ms-input-placeholder,
  .l-input__inpt textarea:-ms-input-placeholder {
    font-size: max(14px, 5vw);
  }
  .l-input__inpt input[type=date]::-ms-input-placeholder,
  .l-input__inpt input[type=text]::-ms-input-placeholder,
  .l-input__inpt input[type=file]::-ms-input-placeholder,
  .l-input__inpt input[type=number]::-ms-input-placeholder,
  .l-input__inpt input[type=color]::-ms-input-placeholder,
  .l-input__inpt select::-ms-input-placeholder,
  .l-input__inpt textarea::-ms-input-placeholder {
    font-size: max(14px, 5vw);
  }
  .l-input__inpt input[type=date]::placeholder,
  .l-input__inpt input[type=text]::placeholder,
  .l-input__inpt input[type=file]::placeholder,
  .l-input__inpt input[type=number]::placeholder,
  .l-input__inpt input[type=color]::placeholder,
  .l-input__inpt select::placeholder,
  .l-input__inpt textarea::placeholder {
    font-size: max(14px, 5vw);
  }
}
.l-input__inpt input[type=date] {
  width: 100%; /* 親要素と同じ横幅 */
  text-align: right; /* 右寄せ */
  -webkit-text-align-last: right; /* 右寄せ */
  text-align-last: right; /* 右寄せ */
  background-color: transparent;
}
.l-input__inpt select {
  background-color: transparent;
}
.l-input__inpt textarea {
  height: 115px;
  padding: 14px 22px 14px 120px;
  resize: vertical;
}
@media screen and (max-width: 520px) {
  .l-input__inpt textarea {
    padding: 14px 22px 14px 90px;
  }
}
.l-input__inpt textarea::-webkit-input-placeholder {
  text-align: left;
}
@media screen and (max-width: 520px) {
  .l-input__inpt textarea::-webkit-input-placeholder {
    font-size: max(14px, 5vw);
  }
}
.l-input__inpt textarea::-moz-placeholder {
  text-align: left;
}
@media screen and (max-width: 520px) {
  .l-input__inpt textarea::-moz-placeholder {
    font-size: max(14px, 5vw);
  }
}
.l-input__inpt textarea:-ms-input-placeholder {
  text-align: left;
}
@media screen and (max-width: 520px) {
  .l-input__inpt textarea:-ms-input-placeholder {
    font-size: max(14px, 5vw);
  }
}
.l-input__inpt textarea::-ms-input-placeholder {
  text-align: left;
}
@media screen and (max-width: 520px) {
  .l-input__inpt textarea::-ms-input-placeholder {
    font-size: max(14px, 5vw);
  }
}
.l-input__inpt textarea::-webkit-input-placeholder {
  text-align: left;
}
.l-input__inpt textarea::-moz-placeholder {
  text-align: left;
}
.l-input__inpt textarea:-ms-input-placeholder {
  text-align: left;
}
.l-input__inpt textarea::-ms-input-placeholder {
  text-align: left;
}
.l-input__inpt textarea::placeholder {
  text-align: left;
}
@media screen and (max-width: 520px) {
  .l-input__inpt textarea::-webkit-input-placeholder {
    font-size: max(14px, 5vw);
  }
  .l-input__inpt textarea::-moz-placeholder {
    font-size: max(14px, 5vw);
  }
  .l-input__inpt textarea:-ms-input-placeholder {
    font-size: max(14px, 5vw);
  }
  .l-input__inpt textarea::-ms-input-placeholder {
    font-size: max(14px, 5vw);
  }
  .l-input__inpt textarea::placeholder {
    font-size: max(14px, 5vw);
  }
}
.l-input__inpt.file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 122px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10px;
}
.l-input__inpt.file input[type=file] {
  display: none;
}
.l-input__inpt.file .input-file-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 630px) {
  .l-input__inpt.file .input-file-text-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 520px) {
  .l-input__inpt.file .input-file-text-wrap {
    margin-left: 0px;
  }
}
.l-input__inpt.file .file-text {
  color: #fff;
  background: #b59867;
  padding: 6px 24px 10px 48px;
  position: relative;
}
@media screen and (min-width: 521px) {
  .l-input__inpt.file .file-text {
    font-size: min(28px, 3.4vw);
  }
}
@media screen and (max-width: 520px) {
  .l-input__inpt.file .file-text {
    font-size: max(14px, 4vw);
    padding: 6px 12px 10px 35px;
  }
}
.l-input__inpt.file .file-text img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 8%;
  width: 19px;
  height: 29px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 520px) {
  .l-input__inpt.file .file-text img {
    left: 10%;
    width: 10px;
    height: 29px;
  }
}
.l-input__inpt.file .file-select {
  font-size: 28px;
  color: #dedede;
  margin-left: 20px;
  letter-spacing: 0em;
}
@media screen and (min-width: 521px) {
  .l-input__inpt.file .file-select {
    font-size: min(28px, 3.4vw);
  }
}
@media screen and (max-width: 520px) {
  .l-input__inpt.file .file-select {
    margin-left: 0px;
    text-align: center;
    font-size: max(14px, 5vw);
  }
}
.l-input__inpt input[type=radio] {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  left: 82%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 521px) and (max-width: 600px) {
  .l-input__inpt input[type=radio] {
    left: 77%;
  }
}
.l-input__inpt input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #000;
  content: "";
}
.l-input__inpt.radio label {
  position: absolute;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  top: 50%;
  left: 25px;
}
@media screen and (min-width: 521px) {
  .l-input__inpt.radio label {
    font-size: min(32px, 3.4vw);
  }
}
@media screen and (max-width: 520px) {
  .l-input__inpt.radio label {
    font-size: max(14px, 5vw);
  }
}
.l-input__inpt > p {
  position: absolute;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  top: 50%;
  left: 25px;
}
@media screen and (min-width: 521px) {
  .l-input__inpt > p {
    font-size: min(32px, 3.4vw);
  }
}
@media screen and (max-width: 520px) {
  .l-input__inpt > p {
    font-size: max(14px, 5vw);
  }
}
.l-input__number {
  margin-top: 4px;
}
.l-input__number table,
.l-input__number tbody {
  width: 100%;
}
.l-input__number tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}
.l-input__number tr:nth-child(1) td:nth-child(4) {
  background: #b59867;
}
.l-input__number tr:nth-child(2) td:nth-child(4) {
  display: none;
}
.l-input__number tr:nth-child(3) td:nth-child(4) {
  display: none;
}
.l-input__number tr:last-child {
  margin-bottom: 0;
}
.l-input__number tr:last-child td:nth-child(3) {
  background: #b59867;
}
.l-input__number tr:last-child td:nth-child(4) {
  display: none;
}
.l-input__number td {
  border-radius: 8px;
  background-color: rgb(154, 160, 166);
  -webkit-box-shadow: 1.634px 2.516px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 1.634px 2.516px 5px 0px rgba(0, 0, 0, 0.15);
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(25% - 12px);
  margin-right: 16px;
  margin-top: 15px;
  font-size: 38px;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .l-input__number td {
    font-size: max(14px, 5vw);
    height: 60px;
    width: calc(25% - 7.5px);
    margin-right: 10px;
    margin-top: 10px;
  }
}
.l-input__number td:nth-child(4n) {
  margin-right: 0;
}

.l-input__inpt input.input1 {
  padding: 5px 22px 5px min(18.6vw, 135px);
}

.l-input__inpt input.input2 {
  padding: 5px 22px 5px min(24vw, 180px);
}

.p-morning {
  position: relative;
  height: 270px;
  margin-top: -46px;
}
@media screen and (max-width: 480px) {
  .p-morning {
    margin-top: 46px;
  }
}
.p-morning .swiper-wrapper {
  padding: 0 0 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: 270px;
}
.p-morning .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  height: 181px !important;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.p-morning .swiper-slide-active {
  width: 201px !important;
  height: 240px !important;
}
.p-morning .swiper-slide img {
  display: block;
  -o-object-fit: contain;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  object-fit: contain;
}
.p-morning .swiper-pagination {
  bottom: -65px !important;
}
.p-morning .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-morning .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7.5px;
}
.p-morning .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #e9e9e9;
  opacity: 1;
}
.p-morning .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #b19567;
}

.p-morning .swiper-slide {
  border-radius: 15px;
  padding-top: 3.6%;
  -webkit-box-shadow: 0px 0px 24.94px 4.06px rgba(67, 36, 21, 0.1);
          box-shadow: 0px 0px 24.94px 4.06px rgba(67, 36, 21, 0.1);
}
.p-morning .swiper-slide-title {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  font-size: 21px;
}
.p-morning .swiper-slide-number {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  font-size: 26.25px;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
}
.p-morning .swiper-slide-number span {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  font-size: 15px;
}
.p-morning .swiper-slide-img {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  margin-top: 19px;
}

.p-morning .swiper-slide.swiper-slide-active {
  padding-top: 4.8%;
}
.p-morning .swiper-slide.swiper-slide-active .swiper-slide-title {
  font-size: 28px;
}
.p-morning .swiper-slide.swiper-slide-active .swiper-slide-number {
  font-size: 35px;
  line-height: 1.2;
}
.p-morning .swiper-slide.swiper-slide-active .swiper-slide-number span {
  font-size: 20px;
}
.p-morning .swiper-slide.swiper-slide-active .swiper-slide-img {
  width: 68px !important;
  height: 68px !important;
  margin-top: 10px;
}

.p-morning .swiper-slide[data-swiper-slide-index="0"] .swiper-slide-img,
.p-morning .swiper-slide[data-swiper-slide-index="5"] .swiper-slide-img {
  width: 47px;
  height: 35px;
  margin-top: 11px;
}

.p-morning .swiper-slide[data-swiper-slide-index="1"] .swiper-slide-img,
.p-morning .swiper-slide[data-swiper-slide-index="6"] .swiper-slide-img {
  width: 35px;
  height: 35px;
}

.p-morning .swiper-slide[data-swiper-slide-index="2"] .swiper-slide-img,
.p-morning .swiper-slide[data-swiper-slide-index="7"] .swiper-slide-img {
  width: 47px;
  height: 35px;
  margin-top: 11px;
}

.p-morning .swiper-slide[data-swiper-slide-index="3"] .swiper-slide-img,
.p-morning .swiper-slide[data-swiper-slide-index="8"] .swiper-slide-img {
  width: 51px;
  height: 35px;
  margin-top: 12px;
}

.p-morning .swiper-slide[data-swiper-slide-index="4"] .swiper-slide-img,
.p-morning .swiper-slide[data-swiper-slide-index="9"] .swiper-slide-img {
  width: 44px;
  height: 35px;
  margin-top: 12px;
}

.p-record {
  padding: 0 30px;
  margin-top: 45px;
}
@media screen and (max-width: 480px) {
  .p-record {
    padding: 0 15px;
  }
}
.p-record__item {
  background: #fbfbfb;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border: 2px solid #dddddd;
  margin-top: 32px;
}
.p-record__item:first-child {
  margin-top: 0;
}
.p-record__item:first-child .p-record__item-title::before, .p-record__item:first-child .p-record__item-title::after {
  content: none;
}
.p-record__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 13px 20px;
  height: 95px;
  position: relative;
  margin: 0 0 -13px 0;
}
.p-record__item-title::before, .p-record__item-title::after {
  content: "";
  position: absolute;
  background: #a6a6a6;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 44%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-record__item-title::before {
  right: 34px;
  width: 25px;
  height: 5px;
}
@media screen and (max-width: 480px) {
  .p-record__item-title::before {
    width: 20px;
    height: 4px;
  }
}
.p-record__item-title::after {
  right: 54px;
  height: 25px;
  width: 5px;
}
@media screen and (max-width: 480px) {
  .p-record__item-title::after {
    height: 20px;
    width: 4px;
    right: 50px;
  }
}
.p-record__item-title img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 480px) {
  .p-record__item-title img {
    width: 20px;
  }
}
.p-record__item-title p {
  font-size: 32px;
  color: #b19567;
  margin-left: 13px;
}
@media screen and (max-width: 480px) {
  .p-record__item-title p {
    font-size: 18px;
  }
}
.p-record__item .p-record__item-text {
  padding: 0px 20px 16px 19px;
  color: #333;
  font-size: 26px;
  letter-spacing: 0em;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 480px) {
  .p-record__item .p-record__item-text {
    font-size: 16px;
  }
}
.p-record__item-data {
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-record__item.open .p-record__item-title::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-record .p-record__item-graph {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto;
  border-radius: 0px 0px 10px 10px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 480px) {
  .p-record .p-record__item-graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-record .p-record__item-graph > div {
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 480px) {
  .p-record .p-record__item-graph > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-record .p-record__item-graph > div #myChart1,
.p-record .p-record__item-graph > div #myChart2,
.p-record .p-record__item-graph > div #myChart3,
.p-record .p-record__item-graph > div #myChart4,
.p-record .p-record__item-graph > div #myChart5,
.p-record .p-record__item-graph > div #myChart6 {
  margin: 0 auto;
  width: 100% !important;
  height: 100% !important;
}

.p-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-menu__item {
  width: 20%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
.p-menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.p-menu__item a > img {
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-menu__item a > img.gray {
  display: block;
}
.p-menu__item a > img.yellow {
  display: none;
}
.p-menu__item a > span {
  font-size: 20px;
  color: #b4b7b7;
  text-align: center;
  margin-top: 33px;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 480px) {
  .p-menu__item a > span {
    font-size: 12px;
    margin-top: 33px;
  }
}
.p-menu__item-images img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-menu__item-images img.check {
  width: 20px;
  top: 38px;
}
@media screen and (max-width: 480px) {
  .p-menu__item-images img.check {
    width: 20px;
    top: 33px;
    height: 15px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.p-menu__item-images img.calendar {
  width: 39px;
  top: 24px;
}
@media screen and (max-width: 480px) {
  .p-menu__item-images img.calendar {
    width: 43px;
    top: 31px;
    height: 42px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.p-menu__item-images img.gray {
  display: block;
}
.p-menu__item-images img.yellow {
  display: none;
}
.p-menu__item:nth-child(1) img {
  width: 37px;
  height: 37px;
  top: 29px;
}
@media screen and (max-width: 480px) {
  .p-menu__item:nth-child(1) img {
    width: 30px;
    height: 30px;
    top: 15px;
  }
}
.p-menu__item:nth-child(2) img {
  width: 40px;
  height: 40px;
  top: 28px;
}
@media screen and (max-width: 480px) {
  .p-menu__item:nth-child(2) img {
    width: 30px;
    height: 30px;
    top: 17px;
  }
}
.p-menu__item:nth-child(2) .st0 {
  fill: #b4b7b7 !important;
}
.p-menu__item:nth-child(3) span {
  margin-top: 38px;
}
.p-menu__item:nth-child(3) img {
  width: 42px;
  height: 42px;
  top: 25px;
}
@media screen and (max-width: 480px) {
  .p-menu__item:nth-child(3) img {
    width: 36px;
    height: 35px;
    top: 15px;
  }
}
.p-menu__item:nth-child(5) img {
  width: 42px;
  height: 42px;
  top: 19px;
}
@media screen and (max-width: 480px) {
  .p-menu__item:nth-child(5) img {
    width: 29px;
    height: 28px;
    top: 19px;
  }
}
.p-menu__item.active span {
  color: #b19566;
}
.p-menu__item.active img.gray {
  display: none;
}
.p-menu__item.active img.yellow {
  display: block;
}

.p-datalist-2__tabs {
  margin: 6.9% auto 0;
}
.p-datalist-2__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-datalist-2__tab-item {
  border-radius: 5px 5px 0 0;
  border-bottom: solid 1px #dfdfdf;
  padding: 0.5em 1.2em;
  cursor: pointer;
  font-size: 32px;
  color: #333;
  width: 50%;
  text-align: center;
}
.p-datalist-2__tab-item a {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 580px) {
  .p-datalist-2__tab-item {
    padding: 5px 10px;
    font-size: max(12px, 6vw);
  }
}
.p-datalist-2__tab-item.active {
  border-bottom: solid 1px #b59867;
  color: #b59867;
  font-weight: bold;
}
.p-datalist-2__tab-content {
  padding-top: 26px;
}
@media screen and (max-width: 580px) {
  .p-datalist-2__tab-content {
    padding: 25px 0px 0;
  }
}
.p-datalist-2__tab-pagenation {
  padding: 71px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-datalist-2__tab-pagenation .p-datalist-2__tab-pagenation-arrow {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-datalist-2__tab-pagenation .p-datalist-2__tab-pagenation-arrow.right {
  margin-left: 24px;
}
@media screen and (max-width: 580px) {
  .p-datalist-2__tab-pagenation .p-datalist-2__tab-pagenation-arrow.right {
    margin-left: 14px;
  }
}
.p-datalist-2__tab-pagenation .p-datalist-2__tab-pagenation-arrow.left {
  margin-right: 24px;
}
@media screen and (max-width: 580px) {
  .p-datalist-2__tab-pagenation .p-datalist-2__tab-pagenation-arrow.left {
    margin-right: 14px;
  }
}
.p-datalist-2__tab-pagenation .p-datalist-2__tab-pagenation-arrow img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-datalist-2__tab-pagenation span {
  color: #b59867;
  margin: 0 8px;
  font-size: 24px;
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 580px) {
  .p-datalist-2__tab-pagenation span {
    margin: 0 4px;
    font-size: 16px;
    width: 35px;
    height: 35px;
  }
}
.p-datalist-2__tab-pagenation span.active {
  background: #b59867;
  color: #fff;
}
.p-datalist-2__tab-panel {
  display: none;
  padding: 0px 0 58px;
}
.p-datalist-2__tab-panel.active {
  display: block;
}

.p-datalist-2__tab-panel2 {
  padding-top: 34px;
}
.p-datalist-2__tab-panel2-tabs {
  width: 80%;
  margin: 0 auto 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f1f1f1;
  border-radius: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 29px 49px;
  gap: 14px 41px;
}
@media screen and (max-width: 480px) {
  .p-datalist-2__tab-panel2-tabs {
    padding: 12px;
  }
}
.p-datalist-2__tab-panel2-tab {
  cursor: pointer;
  font-size: 24px;
  color: #adadad;
  position: relative;
}
@media screen and (max-width: 480px) {
  .p-datalist-2__tab-panel2-tab {
    font-size: 16px;
  }
}
.p-datalist-2__tab-panel2-tab::before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: -19px;
  background: #dfdfdf;
}
.p-datalist-2__tab-panel2-tab:nth-child(4n) {
  margin-right: 0;
}
.p-datalist-2__tab-panel2-tab:nth-child(4n)::before {
  content: none;
}
.p-datalist-2__tab-panel2-tab:last-child::before {
  content: none;
}
.p-datalist-2__tab-panel2-tab.active {
  color: #b59867;
}
.p-datalist-2__tab-panel2-panel {
  display: none;
}
.p-datalist-2__tab-panel2-panel.active {
  display: block;
}

.p-datalist-2__tab-panel2-contents-tabs {
  width: 80%;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 49px 29px;
  gap: 14px 41px;
}
@media screen and (max-width: 480px) {
  .p-datalist-2__tab-panel2-contents-tabs {
    padding: 0px 20px 15px;
  }
}
.p-datalist-2__tab-panel2-contents-tab {
  cursor: pointer;
  font-size: 24px;
  color: #adadad;
  position: relative;
}
@media screen and (max-width: 480px) {
  .p-datalist-2__tab-panel2-contents-tab {
    font-size: 16px;
  }
}
.p-datalist-2__tab-panel2-contents-tab:nth-child(4n) {
  margin-right: 0;
}
.p-datalist-2__tab-panel2-contents-tab.active {
  color: #b59867;
}
.p-datalist-2__tab-panel2-contents-panel {
  display: none;
}
.p-datalist-2__tab-panel2-contents-panel.active {
  display: block;
}

.p-datalist-2__tab-panel2-contents-panel-graph {
  margin: 0 auto;
  width: 90%;
  overflow-x: auto;
}
.p-datalist-2__tab-panel2-contents-panel-graph > div {
  margin: 0 auto;
  width: 90%;
}
.p-datalist-2__tab-panel2-contents-panel-graph #myChart1,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart2,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart3,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart4,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart5,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart6,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart7,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart8,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart9,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart10,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart11,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart12,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart13,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart14,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart15,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart16,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart17,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart18,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart19,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart20,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart21,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart22,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart23,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart24,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart25,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart26,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart27,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart28,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart29,
.p-datalist-2__tab-panel2-contents-panel-graph #myChart30 {
  width: 100% !important;
  margin: 0 auto;
  min-width: 675px !important;
  height: 100% !important;
}

.p-diet {
  width: 92%;
  margin: 37px auto 0;
}
.p-diet__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px var(--profile-bgcolor-from);
  border-radius: 5px;
}
.p-diet__tab-item {
  background: #fff;
  cursor: pointer;
  font-size: 25px;
  color: var(--profile-bgcolor-from);
  width: 25%;
  text-align: center;
  border-right: solid 1px var(--profile-bgcolor-from);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 0;
}
.p-diet__tab-item:nth-child(1) {
  border-radius: 4px 0px 0px 4px;
}
.p-diet__tab-item:last-child {
  border-radius: 0px 4px 4px 0px;
  border-right: none;
}
.p-diet__tab-item.active {
  color: #fff;
  background: var(--profile-bgcolor-from);
}
@media screen and (max-width: 480px) {
  .p-diet__tab-item {
    font-size: 16px;
  }
}
.p-diet__tab-item a {
  text-decoration: none;
  color: inherit;
}
.p-diet__tab-content {
  padding-top: 5px;
}
.p-diet__tab-panel {
  display: none;
}
.p-diet__tab-panel.active {
  display: block;
}
.p-diet__form {
  border: solid 2px #666;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100vh;
  height: 88px;
  margin-top: 37px;
  width: 100%;
  padding-left: 7%;
}
@media screen and (min-width: 481px) {
  .p-diet__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .p-diet__form {
    height: 55px;
    position: relative;
    padding-left: 17%;
  }
}
.p-diet__form-icon {
  -webkit-appearance: button;
  border: none;
  cursor: pointer;
  background: transparent;
  border-radius: initial;
  height: initial;
  color: #666;
  font-size: 18px;
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .p-diet__form-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-diet__form-icon img {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 480px) {
  .p-diet__form-icon img {
    width: 23px;
    height: 23px;
  }
}
.p-diet__form-box {
  border-radius: 0;
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: none;
  outline: 0;
  background: transparent;
  border-radius: initial;
  height: 88px;
  padding: 5px 0;
  font-size: 28px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .p-diet__form-box {
    height: 55px;
    padding: 5px 0;
  }
}
.p-diet__articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 35px 0 50px;
}
.p-diet__article {
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 6px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 6px -2px rgba(0, 0, 0, 0.3);
  padding: 55px 0 57px;
  margin-bottom: 53px;
}
.p-diet__article:last-child {
  margin-bottom: 0;
}
.p-diet__article-inner {
  width: 81%;
  margin: 0 auto;
  position: relative;
}
.p-diet__article-icon {
  position: absolute;
  left: 5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 480px) {
  .p-diet__article-icon {
    height: max(15px, 19vw);
    width: max(15px, 19vw);
    top: 0%;
  }
}
.p-diet__article-icon div {
  background-color: var(--profile-bgcolor-from);
  color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(12px, 2vw, 18px);
  white-space: nowrap;
  padding: 2px;
}
.p-diet__article-icon img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 480px) {
  .p-diet__article-icon img {
    height: max(50px, 19vw);
    width: max(50px, 19vw);
  }
}
.p-diet__article-date {
  padding: 22px 0 0;
  color: #9e9e9e;
  font-size: 22px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 480px) {
  .p-diet__article-date {
    font-size: 16px;
  }
}
.p-diet__article-title {
  font-size: 35px;
  color: var(--profile-bgcolor-from);
  letter-spacing: 0;
  line-height: normal;
}
@media screen and (max-width: 480px) {
  .p-diet__article-title {
    font-size: 23px;
  }
}
.p-diet__article-text {
  font-weight: 200;
  color: #404040;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.43;
  padding-top: 29px;
}
@media screen and (max-width: 480px) {
  .p-diet__article-text {
    font-size: 18px;
  }
}
.p-diet__article-url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .p-diet__article-url {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-diet__article-url span {
  color: var(--profile-bgcolor-from);
  font-weight: 200;
}
.p-diet__article-url span:nth-child(1) {
  font-weight: 400;
  font-size: 22px;
  width: 75px;
  text-align: center;
  border: 1px solid var(--profile-bgcolor-from);
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 36px;
  margin-right: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-diet__article-url span:nth-child(2) {
  font-size: 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  letter-spacing: 0.02em;
  overflow-wrap: break-word;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .p-diet__article-url span:nth-child(2) {
    margin-top: 10px;
  }
}

.p-diet__article-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .p-diet__article-file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-diet__article-file span {
  color: var(--profile-bgcolor-from);
  font-weight: 200;
}
.p-diet__article-file span:nth-child(1) {
  font-weight: 400;
  font-size: 22px;
  width: 120px;
  text-align: center;
  border: 1px solid var(--profile-bgcolor-from);
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 36px;
  margin-right: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.p-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 750px; 下坂修正 */
}
.p-list__item-top > p {
  border: 1px solid #dfdfdf;
  font-size: 26px;
  color: #333;
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 0;
}
@media screen and (max-width: 580px) {
  .p-list__item-top > p {
    font-size: 18px;
  }
}
.p-list__item-date {
  border: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 33px;
  color: #333;
  height: 114px;
}
@media screen and (max-width: 580px) {
  .p-list__item-date {
    font-size: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-list__item-date p span {
  font-size: 22px;
  color: #a6a6a6;
}
@media screen and (max-width: 580px) {
  .p-list__item-date p span {
    font-size: 14px;
  }
}
.p-list__item-bottom {
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
.p-list__item-bottom p:nth-of-type(1) {
  font-size: 19px;
  width: 81%;
  margin: 6px auto;
}
@media screen and (max-width: 580px) {
  .p-list__item-bottom p:nth-of-type(1) {
    font-size: 16px;
  }
}
.p-list__item-bottom p:nth-of-type(2) {
  width: 84%;
  margin: 11px auto 0vw;
  font-size: 19px;
}
@media screen and (max-width: 580px) {
  .p-list__item-bottom p:nth-of-type(2) {
    font-size: 16px;
  }
}
.p-list__item-bottom-img {
  width: 77%;
  margin: 0 auto;
}
.p-list__item1 {
  width: 226px;
  position: relative;
}
@media screen and (max-width: 580px) {
  .p-list__item1 {
    width: 140px;
  }
}
.p-list__item2 {
  width: 172px;
}
.p-list__item3 {
  width: 175px;
}
.p-list__item4 {
  width: 179px;
}
.p-list__item5 {
  width: 175px;
}
.p-list__item6 {
  width: 175px;
}
.p-list__item7 {
  width: 172px;
}
.p-list__comment {
  position: absolute;
  bottom: 24px;
  left: 17px;
  font-size: 19px;
  color: #fff;
  background: #b59867;
  padding: 6px 5px;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.p-list__item-remark {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media screen and (max-width: 580px) {
  .p-list__comment {
    font-size: 16px;
    bottom: 14px;
    left: 14px;
  }
}

.p-list .p-list__items-noscroll {
  width: 226px;
  position: sticky;
  left: 0;
}
@media screen and (max-width: 580px) {
  .p-list .p-list__items-noscroll {
    width: 140px;
  }
}
.p-list .p-list__items-noscroll .p-list__item:last-child .p-list__item-bottom {
  border-bottom: 1px solid #dfdfdf;
}
.p-list .p-list__items-noscroll .js-arrow-1,
.p-list .p-list__items-noscroll .js-arrow-2 {
  position: absolute;
  left: 48.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 13px;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-list .p-list__items-noscroll .js-arrow-1 img,
.p-list .p-list__items-noscroll .js-arrow-2 img {
  -o-object-fit: contain;
  object-fit: contain;
}
.p-list .p-list__items-noscroll .js-arrow-1 {
  top: 81px;
  opacity: 1;
}
@media screen and (max-width: 580px) {
  .p-list .p-list__items-noscroll .js-arrow-1 {
    top: 69%;
    width: 12px;
    height: 12px;
  }
}
.p-list .p-list__items-noscroll .js-arrow-2 {
  top: 130px;
  opacity: 0;
}
@media screen and (max-width: 580px) {
  .p-list .p-list__items-noscroll .js-arrow-2 {
    top: 36.5%;
    width: 12px;
    height: 12px;
  }
}
.p-list .p-list__items-noscroll .p-list__item1:first-child .js-arrow-1 {
  top: 141px;
}
@media screen and (max-width: 580px) {
  .p-list .p-list__items-noscroll .p-list__item1:first-child .js-arrow-1 {
    top: 77%;
  }
}
.p-list .p-list__items-noscroll .p-list__item1:first-child .js-arrow-2 {
  top: 190px;
}
@media screen and (max-width: 580px) {
  .p-list .p-list__items-noscroll .p-list__item1:first-child .js-arrow-2 {
    top: 44%;
  }
}
.p-list .p-list__items-noscroll .p-list__item-date {
  position: relative;
  padding: 30px 50px 0 0;
}
@media screen and (max-width: 580px) {
  .p-list .p-list__items-noscroll .p-list__item-date {
    padding: 3px 50px 0 9px;
  }
}
.p-list .p-list__items-noscroll .p-list__item-date p:nth-child(1) {
  color: #333;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 580px) {
  .p-list .p-list__items-noscroll .p-list__item-date p:nth-child(1) {
    font-size: 20px;
  }
}
.p-list .p-list__items-noscroll .p-list__item-date p:nth-child(2) {
  position: absolute;
  top: 4px;
  right: 20px;
  font-size: 26px;
  color: #a6a6a6;
}
@media screen and (max-width: 580px) {
  .p-list .p-list__items-noscroll .p-list__item-date p:nth-child(2) {
    right: 10px;
    font-size: 18px;
    top: 23px;
  }
}
.p-list .p-list__items-noscroll .p-list__item-date p:nth-child(3) {
  position: absolute;
  top: 54%;
  right: 20px;
  font-size: 26px;
  color: #a6a6a6;
}
@media screen and (max-width: 580px) {
  .p-list .p-list__items-noscroll .p-list__item-date p:nth-child(3) {
    right: 10px;
    font-size: 18px;
    top: 58%;
  }
}

.p-list .p-list__items-scroll {
  overflow-x: auto;
  width: calc(100vw - 226px);
}
@media screen and (max-width: 580px) {
  .p-list .p-list__items-scroll {
    width: calc(100vw - 140px);
  }
}
.p-list .p-list__items-scroll .p-list__items-contents {
  width: 1048px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  position: relative;
}
.p-list .p-list__items-scroll .p-list__items-contents:last-child .p-list__item-bottom {
  border-bottom: 1px solid #dfdfdf;
}

.p-list__item-bottom {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.datarow:not(.open).row-0 {
  height: 162px !important;
}

.datarow:not(.open):not(.row-0) {
  height: 115px !important;
}

.datarow.open .p-list__item-bottom {
  height: 253px !important;
}
@media screen and (max-width: 580px) {
  .datarow.open .p-list__item-bottom {
    height: 220px !important;
  }
}
.p-list__inner .p-list__items-noscroll .datarow.open .js-arrow-1 {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-list__inner .p-list__items-noscroll .datarow.open .js-arrow-2 {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-list__inner .p-list__items-scroll .datarow.open .p-list__comment {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
}


@media screen and (min-width: 900px) {
  .u-hidden-pc {
    display: none !important;
  }
}

@media screen and (max-width: 899px) {
  .u-hidden-sp {
    display: none !important;
  }
}

#inputModal.modal.fade .modal-dialog {
  transform: translate(0, 100%);
  transition: transform 0.3s ease-out;
}
#inputModal.modal.show .modal-dialog {
  transform: none;
}
#inputModal .modal-dialog-slideup {
  margin: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  height: 90vh;
}
#inputModal .modal-content {
  height: 100%;
  overflow-y: auto;
}
#inputModal .l-input {
  top: 0 !important;
}

#inputModal .smallselect {
  width: 100%;
  text-align-last: right;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}


/* pictureListModalのスクロール設定 */
#pictureListModal .modal-dialog {
  max-height: 90vh;
  margin: 1.75rem auto;
}

#pictureListModal .modal-content {
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

#pictureListModal .modal-body {
  overflow-y: auto;
  flex: 1;
  padding: 1rem;
}

#pictureListModal .modal-header {
  flex-shrink: 0;
}

#pictureListModal .modal-footer {
  flex-shrink: 0;
}
