@charset "UTF-8";

.sec__fv {
  width: 100%;
  padding: 87px 0;
  background: #d8cbbd;
}

@media screen and (max-width: 719px) {
  .sec__fv {
    padding: 46px 0 50px;
  }
}

.wrap__products02 .sec__fv {
  background: #dac7bb;
}

.wrap__products03 .sec__fv {
  background: #e6d2b4;
}
.wrap__products04 .sec__fv {
  background: #e3c7b1;
}
.wrap__products05 .sec__fv {
  background: #f2e1cf;
}

.sec__fv .base {
  width: 100%;
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 970px) {
  .sec__fv .base {
    flex-direction: column;
    gap: 50px 0;
    align-items: center;
    text-align: center;
  }
}
.sec__fv .fv__img {
  width: 39%;
}

@media screen and (max-width: 719px) {
  .sec__fv .fv__img {
    width: 87%;
    margin: 0 auto;
  }
}
.sec__fv .fv__contents__wrap {
  width: 53%;
  padding: 20px 0 0;
  color: #6e4f2c;
}

@media screen and (max-width: 719px) {
  .sec__fv .fv__contents__wrap {
    width: 100%;
    padding: 0;
  }
}
.sec__fv .fv__contents__wrap .fv__product__name__wrap {
  padding: 0 0 53px;
}

@media screen and (max-width: 719px) {
  .sec__fv .fv__contents__wrap .fv__product__name__wrap {
    text-align: center;
    padding: 0 0 40px;
  }
}
.sec__fv .fv__contents__wrap .fv__product__name__en {
  max-width: 374px;
  margin-bottom: 17px;
}

@media screen and (max-width: 970px) {
  .sec__fv .fv__contents__wrap .fv__product__name__en {
    margin: 0 auto 17px;
  }
}
@media screen and (max-width: 719px) {
  .sec__fv .fv__contents__wrap .fv__product__name__en {
    max-width: 297px;
    margin: 0 auto 10px;
  }
}

.wrap__products02 .sec__fv .fv__contents__wrap .fv__product__name__en {
  max-width: 353px;
}
@media screen and (max-width: 719px) {
  .wrap__products02 .sec__fv .fv__contents__wrap .fv__product__name__en {
    max-width: 281px;
  }
}

.wrap__products03 .sec__fv .fv__contents__wrap .fv__product__name__en {
  max-width: 294px;
}
@media screen and (max-width: 719px) {
  .wrap__products03 .sec__fv .fv__contents__wrap .fv__product__name__en {
    max-width: 234px;
  }
}

.sec__fv .fv__contents__wrap .fv__product__name__ja {
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 719px) {
  .sec__fv .fv__contents__wrap .fv__product__name__ja {
    font-size: 13px;
  }
}
.sec__fv .fv__contents__wrap .fv__product__explanation__wrap .fv__kind__flex__wrap {
  display: flex;
  justify-content: left;
  font-size: 16px;
  margin: 0 0 25px;
  gap: 0 2%;
}

@media screen and (720px < width < 1050px) {
  .sec__fv .fv__contents__wrap .fv__product__explanation__wrap .fv__kind__flex__wrap {
    flex-direction: column;
    gap: 5px 0;
  }
}
@media screen and (max-width: 970px) {
  .sec__fv .fv__contents__wrap .fv__product__explanation__wrap .fv__kind__flex__wrap {
    align-items: center;
  }
}
@media screen and (max-width: 719px) {
  .sec__fv .fv__contents__wrap .fv__product__explanation__wrap .fv__kind__flex__wrap {
    width: 100%;
    font-size: 12.8px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.7em;
    margin: 0 auto 20px;
    flex-direction: column;
    align-items: center;
    gap: 4px 0;
  }
}
.sec__fv .fv__contents__wrap .fv__product__explanation__wrap .fv__kind__flex__wrap .fv__product__kind {
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 0;
  border: solid 1px #6e4f2c;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
  text-align: center;
  max-width: 220px;
  width: 100%;
}

@media screen and (max-width: 719px) {
  .sec__fv .fv__contents__wrap .fv__product__explanation__wrap .fv__kind__flex__wrap .fv__product__kind {
    font-size: 12.8px;
    padding: 1px 0 1.5px;
    max-width: 176px;
  }
}

.sec__fv .fv__contents__wrap .fv__product__explanation__wrap .fv__kind__flex__wrap .fv__product__capacity {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 719px) {
  .sec__fv .fv__contents__wrap .fv__product__explanation__wrap .fv__kind__flex__wrap .fv__product__capacity {
    font-size: 13px;
  }
}

.sec__fv .fv__contents__wrap .fv__product__explanation__wrap .fv__product__ttl {
  font-size: 24px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
  padding-top: 5px;
}
@media screen and (max-width: 719px) {
  .sec__fv .fv__contents__wrap .fv__product__explanation__wrap .fv__product__ttl {
    font-size: 20px;
    margin-bottom: 18px;
    padding-top: 5px;
  }
}

.sec__fv .fv__contents__wrap .fv__product__explanation__wrap .fv__product__txt {
  font-weight: 400;
  line-height: 2.1em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 719px) {
  .sec__fv .fv__contents__wrap .fv__product__explanation__wrap .fv__product__txt {
    text-align: center;
    font-size: 13px;
    line-height: 2.3em;
  }
}
.sec__regular__purchase {
  padding: 60px 0 120px;
}

@media screen and (max-width: 719px) {
  .sec__regular__purchase {
    background: #f7f5f2;
    padding: 60px 0 50px;
  }
}
.sec__regular__purchase .regular__purchase__flex__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media screen and (720px < width < 1080px) {
  .sec__regular__purchase .regular__purchase__flex__wrap {
    flex-direction: column;
    align-items: center;
    gap: 40px 0;
  }
}
@media screen and (max-width: 1080px) {
  .sec__regular__purchase .regular__purchase__flex__wrap {
    flex-direction: column;
  }
}
.sec__regular__purchase .regular__purchase__content {
  width: 100%;
  max-width: 485px;
  margin: 0 auto;
}

@media screen and (max-width: 719px) {
  .sec__regular__purchase .regular__purchase__content {
    width: 100%;
  }
  .sec__regular__purchase .regular__purchase__content:not(:last-child) .regular__purchase__about {
    margin: 17px auto 38px;
  }
}
.sec__regular__purchase .regular__purchase__content .social__media__wrap {
  display: flex;
  justify-content: center;
  /* justify-content: right;
  align-items: center;
  margin: 0 0 0 auto; */
}

.social__media__add__favorite {
  position: relative;
  /* width: -moz-fit-content;
  width: fit-content; */
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  display: block;
  color: #997c62;
  border-bottom: solid 1px #997c62;
  /* margin-right: 30px; */
  padding: 0 0 1px 20px;
}

@media screen and (max-width: 719px) {
  .social__media__add__favorite {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.7em;
    display: block;
    color: #997c62;
    margin: 0 auto;
    padding: 0 0 0 20px;
  }
}
.social__media__add__favorite::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  transform: translate(-10%, -50%);
  width: 100%;
  max-width: 15px;
  height: 15px;
  background: url(https://d2w53g1q050m78.cloudfront.net/roomstokyo/uploads/img/common/ico_heart.svg) no-repeat left top/100%;
}
.social__media__add__favorite.active::before {
  background: url(https://d2w53g1q050m78.cloudfront.net/roomstokyo/uploads/img/common/ico_heart02.svg) no-repeat left top/100%;
}
.social__media__icon__txt {
    font-size: 13px;
    color: #997c62;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1em;
}

.social__media__icon__inner img {
  width: 100%;
}

.social__media__icon__inner.icon01 {
  width: 100%;
  max-width: 27px;
}

.social__media__icon__inner.icon02 {
  width: 100%;
  max-width: 30px;
}

.social__media__icon__inner.icon03 {
  width: 100%;
  max-width: 27px;
}

.social__media__icon__inner.icon04 {
  width: 100%;
  max-width: 15px;
}

@media screen and (max-width: 719px) {
  .social__media__icon__inner.icon01 {
    max-width: 26px;
  }
  .social__media__icon__inner.icon02 {
    max-width: 40px;
  }
  .social__media__icon__inner.icon03 {
    max-width: 26px;
  }
  .social__media__icon__inner.icon04 {
    max-width: 21px;
  }
}
.sec__regular__purchase .regular__purchase__box {
  padding: 45px 0 67px;
  background: #f7f5f2;
}

@media screen and (max-width: 719px) {
  .sec__regular__purchase .regular__purchase__box {
    display: contents;
  }
}
.sec__regular__purchase .regular__purchase__txt__flex__wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4%;
  margin: 0 auto 30px;
}

@media screen and (max-width: 719px) {
  .sec__regular__purchase .regular__purchase__txt__flex__wrap {
    width: 100%;
    justify-content: center;
    margin: 0 auto 25px;
  }
}
.sec__regular__purchase .regular__purchase__ttl {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: 0.2em;
  color: #6e4f2c;
  padding: 0 0 5px;
  border-bottom: solid 4px #f6bb76;
}

.sec__regular__purchase .regular__purchase__ttl.product__normal {
  color: #997c62;
  border-bottom: solid 4px #997c62;
}

@media screen and (max-width: 719px) {
  .sec__regular__purchase .regular__purchase__ttl {
    font-size: 19.2px;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: solid 3px #f6bb76;
  }
}
.sec__regular__purchase .regular__purchase__box.normal {
  padding: 45px 0 28px;
  margin: 0 0 48px;
}

.sec__regular__purchase .regular__purchase__prise {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 50px;
  font-weight: 400;
  line-height: 1em;
  color: #6e4f2c;
}

.sec__regular__purchase .regular__purchase__prise.product__normal {
  color: #997c62;
}

@media screen and (max-width: 719px) {
  .sec__regular__purchase .regular__purchase__prise {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 40px;
  }
}
.sec__regular__purchase .regular__purchase__prise .small {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.1em;
}

@media screen and (max-width: 719px) {
  .sec__regular__purchase .regular__purchase__prise .small {
    font-size: 11.2px;
  }
}
.sec__regular__purchase .regular__purchase .view__more__btn {
  background: #997c62;
}

.sec__regular__purchase .regular__purchase__speech__bubble {
  position: relative;
  width: clamp(439px, 90%, 500%);
  display: flex;
  justify-content: space-between;
  padding: 18px 17px 12px;
  color: #6e4f2c;
  border: solid 4px #f6bb76;
  margin: -43px auto 0;
  background: #fff;
}

@media screen and (max-width: 719px) {
  .sec__regular__purchase .regular__purchase__speech__bubble {
    width: 100%;
    max-width: 370px;
    margin: 23px auto 0;
    padding: 14px 14px 10px;
    border: solid 3px #f6bb76;
    align-items: center;
  }
}
.sec__regular__purchase .regular__purchase__speech__bubble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg) skew(-10deg, -10deg);
  z-index: 0;
  width: 100%;
  max-width: 22px;
  height: 22px;
  background: #fff;
  border: solid 4px #f6bb76;
  border-left: solid 4px transparent;
  border-bottom: solid 4px transparent;
}

@media screen and (max-width: 719px) {
  .sec__regular__purchase .regular__purchase__speech__bubble::after {
    max-width: 18px;
    height: 18px;
    border: solid 3px #f6bb76;
    border-left: solid 3px transparent;
    border-bottom: solid 3px transparent;
  }
}
.sec__regular__purchase .regular__purchase__speech__bubble .txt__wrap {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 719px) {
  .sec__regular__purchase .regular__purchase__speech__bubble .txt__wrap {
    font-size: 13.5px;
  display:inline-block;
  }
}
.sec__regular__purchase .regular__purchase__speech__bubble .txt__wrap .font__size01 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25em;
}

@media screen and (max-width: 719px) {
  .sec__regular__purchase .regular__purchase__speech__bubble .txt__wrap .font__size01 {
    font-size: 21px;
  }
}
.sec__regular__purchase .regular__purchase__speech__bubble .txt__wrap .font__size02 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}

@media screen and (max-width: 719px) {
  .sec__regular__purchase .regular__purchase__speech__bubble .txt__wrap .font__size02 {
    font-size: 11.8px;
  }
}
.sec__regular__purchase .regular__purchase__speech__bubble .txt__wrap .font__size03 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
}

@media screen and (max-width: 719px) {
  .sec__regular__purchase .regular__purchase__speech__bubble .txt__wrap .font__size03 {
    font-size: 15px;
  }
}
.sec__regular__purchase .regular__purchase__speech__bubble .txt__wrap .font__size04 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.25em;
}

@media screen and (max-width: 719px) {
  .sec__regular__purchase .regular__purchase__speech__bubble .txt__wrap .font__size04 {
    font-size: 15px;
  }
}

/* .sec__regular__purchase .regular__purchase__speech__bubble .txt__wrap:not(:first-child)::after {
  content: "+";
  position: absolute;
  top: 14px;
  left: -40px;
  z-index: 0;
  color: #f6bb76;
  font-size: 40px;
  font-weight: 400;
}

@media screen and (385px < width < 719px) {
  .sec__regular__purchase .regular__purchase__speech__bubble .txt__wrap:not(:first-child)::after {
    font-size: 35px;
    font-weight: 300;
    top: 11px;
    left: -26px;
  }
}
@media screen and (max-width: 385px) {
  .sec__regular__purchase .regular__purchase__speech__bubble .txt__wrap:not(:first-child)::after {
    font-size: 30px;
    font-weight: 300;
    top: 11px;
    left: -15px;
  }
} */
.sec__regular__purchase .regular__purchase__speech__bubble .txt__wrap.ico__plus {
      color: #f6bb76;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    line-height: 1;
    align-items: center;
}
@media screen and (400px < width < 719px) {
  .sec__regular__purchase .regular__purchase__speech__bubble .txt__wrap.ico__plus {
    font-size: 25px;
  }
}
@media screen and (max-width: 399px) {
  .sec__regular__purchase .regular__purchase__speech__bubble .txt__wrap.ico__plus {
    font-size: 18px;
    font-weight: 400;
  }
}

.sec__regular__purchase .regular__purchase__about {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 15px auto 0;
  color: #997c62;
  text-decoration:underline;
}

@media screen and (max-width: 719px) {
  .sec__regular__purchase .regular__purchase__about {
    font-size: 12px;
  }
}
/* .sec__regular__purchase .regular__purchase__about::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(100%, -40%) rotate(45deg) skew(-20deg, -20deg);
  z-index: 0;
  width: 100%;
  max-width: 8px;
  height: 8px;
  border: solid 1px #997c62;
  border-left: solid 1px transparent;
  border-bottom: solid 1px transparent;
} */

.social__media__wrap.sp {
  padding: 33px 0 90px;
}

@media screen and (max-width: 719px) {
.social__media__wrap.sp .base {
    display:flex;
  justify-content: center;
  flex-wrap:wrap;
}
.social__media__wrap.sp .base form {
    width:100%;
}
}

.social__media__icon__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 25px;
  column-gap:13px;
}
@media screen and (max-width: 719px) {
    .social__media__icon__wrap {
  margin: 20px 0 0;
}
}
.sec__commitment .commitment__ttl {
  padding: 0 0 23px;
  letter-spacing: 0.1em;
  color: #6e4f2c;
}
@media screen and (max-width: 500px) {
  .sec__commitment .commitment__ttl {
    font-size: 24px;
    list-style: 1.6em;
  }
}

.commitment__box {
  margin: 0 0 35px;
  padding: 90px 95px;
}
@media screen and (max-width: 719px) {
  .commitment__box {
    margin: 0 -25px 15px;
    padding: 70px 25px;
  }
}
.commitment__box:last-child {
  margin: 0;
}
@media screen and (max-width: 719px) {
  .commitment__box:last-child {
    margin: 0 -25px 0;
  }
}
.commitment__box.box01 {
  background: url(https://d2w53g1q050m78.cloudfront.net/roomstokyo/uploads/img/product/bg01.jpg) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 719px) {
  .commitment__box.box01 {
    background: url(https://d2w53g1q050m78.cloudfront.net/roomstokyo/uploads/img/product/bg01_sp.jpg) no-repeat 50% 50%/cover;
  }
}
.commitment__box.box02 {
  background: url(https://d2w53g1q050m78.cloudfront.net/roomstokyo/uploads/img/product/bg02.jpg) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 719px) {
  .commitment__box.box02 {
    background: url(https://d2w53g1q050m78.cloudfront.net/roomstokyo/uploads/img/product/bg02_sp.jpg) no-repeat 50% 50%/cover;
  }
}
.commitment__box.box02 .commitment__box__ttl {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.commitment__box.box02 .commitment__box__txt {
  margin: 0 0 35px;
}
.commitment__box.box02 .commitment__box__items {
  position: relative;
  flex-wrap: nowrap;
  gap: 35px 12%;
  padding: 0;
}
.commitment__box.box02 .commitment__box__items::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1px;
  height: 82px;
  background: #6e4f2c;
}
@media screen and (max-width: 719px) {
  .commitment__box.box02 .commitment__box__items::before {
    content: "";
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 1px;
    height: 48px;
    background: #6e4f2c;
  }
}
.commitment__box.box02 .commitment__box__items::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 1px;
  height: 82px;
  background: #6e4f2c;
}
@media screen and (max-width: 719px) {
  .commitment__box.box02 .commitment__box__items::after {
    content: "";
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 1px;
    height: 48px;
    background: #6e4f2c;
  }
}
.commitment__box.box02 .commitment__box__item {
  max-width: 205px;
}
.commitment__box.box02 .commitment__box__item .img {
  width: 140px;
  max-width: 140px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 719px) {
  .commitment__box.box02 .commitment__box__item .img {
    width: 120px;
    max-width: 120px;
  }
}
.commitment__box.box02 .commitment__box__item .item__txt {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
  color: #6e4f2c;
}
@media screen and (max-width: 719px) {
  .commitment__box.box02 .commitment__box__item .item__txt {
    font-size: 13px;
    line-height: 2em;
    margin: 0;
  }
}
.commitment__box.box02 .commitment__box__item .item__ttl {
  font-size: 24px !important;
  letter-spacing: 0.05em;
  line-height: 1em;
  margin: 0;
}
@media screen and (max-width: 719px) {
  .commitment__box.box02 .commitment__box__item .item__ttl {
    font-size: 17px !important;
    line-height: 1.2em;
  }
}
.commitment__box.box02 .commitment__box__item .item__ttl span {
  font-size: 16px;
}
@media screen and (max-width: 719px) {
  .commitment__box.box02 .commitment__box__item .item__ttl span {
    font-size: 13px;
    line-height: 1.6em;
  }
}
.commitment__box.box03 {
  background: url(https://d2w53g1q050m78.cloudfront.net/roomstokyo/uploads/img/product/bg03.jpg) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 719px) {
  .commitment__box.box03 {
    background: url(https://d2w53g1q050m78.cloudfront.net/roomstokyo/uploads/img/product/bg03_sp.jpg) no-repeat 50% 50%/cover;
  }
}
.commitment__box.box03 .img {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
.commitment__box.box04 {
  background: url(https://d2w53g1q050m78.cloudfront.net/roomstokyo/uploads/img/product/bg04.jpg) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 719px) {
  .commitment__box.box04 {
    background: url(https://d2w53g1q050m78.cloudfront.net/roomstokyo/uploads/img/product/bg04_sp.jpg) no-repeat 50% 50%/cover;
  }
}
.commitment__box.box04 .img {
  width: 100%;
  max-width: 534px;
  margin: 0 auto;
}
@media screen and (max-width: 719px) {
  .commitment__box.box04 .img {
    max-width: 316px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  .commitment__box.box04 .img {
    margin: 0 auto;
  }
}

.commitment__box.box05 {
  background: url(https://d2w53g1q050m78.cloudfront.net/roomstokyo/uploads/img/product/bg05.jpg) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 719px) {
  .commitment__box.box05 {
    background: url(https://d2w53g1q050m78.cloudfront.net/roomstokyo/uploads/img/product/bg05_sp.jpg) no-repeat 50% 50%/cover;
  }
}
.commitment__box.box05 .img {
  width: 100%;
  max-width: 549px;
  margin: 0 auto;
}
@media screen and (max-width: 719px) {
  .commitment__box.box05 .img {
    max-width: 259px;
  }
}

.commitment__box.box06 {
  background: url(https://d2w53g1q050m78.cloudfront.net/roomstokyo/uploads/img/product/bg06.jpg) no-repeat 50% 50%/cover;
}

@media screen and (max-width: 719px) {
  .commitment__box.box06 {
    background: url(https://d2w53g1q050m78.cloudfront.net/roomstokyo/uploads/img/product/bg06_sp.jpg) no-repeat 50% 50%/cover;
  }
}
.commitment__box.box06 .img {
  width: 100%;
  max-width: 665px;
  margin: 0 auto;
}
@media screen and (max-width: 719px) {
  .commitment__box.box06 .img {
    max-width: 340px;
  }
}

.commitment__box.box06 .img.img02 {
  max-width: 685px;
}
@media screen and (max-width: 719px) {
  .commitment__box.box06 .img.img02 {
    max-width: 340px;
  }
}

.commitment__box.box07 {
  background: url(https://d2w53g1q050m78.cloudfront.net/roomstokyo/uploads/img/product/bg07.jpg) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 719px) {
  .commitment__box.box07 {
    background: url(https://d2w53g1q050m78.cloudfront.net/roomstokyo/uploads/img/product/bg07_sp.jpg) no-repeat 50% 50%/cover;
  }
}
.commitment__box.box07 .img {
  width: 100%;
  max-width: 744px;
  margin: 0 auto;
}
@media screen and (max-width: 719px) {
  .commitment__box.box07 .img {
    max-width: 341px;
  }
}

.commitment__box.box07 .img.img02 {
  max-width: 764px;
}
@media screen and (max-width: 719px) {
  .commitment__box.box07 .img.img02 {
    max-width: 340px;
  }
}

.commitment__box__ttl {
  text-align: center;
  font-size: 28px !important;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  color: #6e4f2c;
  display: block;
  width: 100%;
  margin: 0 0 15px;
}
@media screen and (max-width: 719px) {
  .commitment__box__ttl {
    font-size: 19px !important;
  }
}
@media screen and (max-width: 389px) {
  .commitment__box__ttl {
    font-size: 17px !important;
  }
}

.commitment__box__ttl span {
  font-size: 10px;
  vertical-align: top;
  line-height: 1;
  display: inline-block;
  margin-top: 10px;
}

.commitment__box__txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  color: #987c62;
  display: block;
  width: 100%;
  margin: 0 0 45px;
}
@media screen and (max-width: 719px) {
  .commitment__box__txt {
    font-size: 13px;
    line-height: 2em;
  }
}

.commitment__box__txt span {
  font-size: 10px;
  vertical-align: top;
  line-height: 1;
  display: inline-block;
  margin-top: 8px;
}

.commitment__box__txt small {
  font-size: 10px;
  line-height: 1.4em;
  display: block;
  margin-top: 8px;
}

.commitment__box__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px 7.6%;
  padding: 0 0 40px;
}
sup {
  font-size: 10px;
}

.commitment__box__item {
  width: 100%;
  max-width: 360px;
}
.commitment__box__item .flex__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
.commitment__box__item .circle__txt {
  position: relative;
  z-index: 1;
  width: 120px;
  padding: 32px 0;
  border-radius: 50%;
  background: #987c62;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  font-weight: 500;
  color: #fff;
  margin: 0 -15px 0 0;
}
@media screen and (max-width: 719px) {
  .commitment__box__item .circle__txt {
    width: 100px;
    padding: 26.2px 0;
    font-size: 17px;
  }
}
.commitment__box__item .circle__txt span {
  position: relative;
}
.commitment__box__item .circle__txt span::after {
  content: "※1";
  position: absolute;
  top: -3px;
  left: -2px;
  font-size: 7px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.wrap__products01 .commitment__box__item .circle__txt span::after {
  content: "※2";
}
.commitment__box__item .img {
  width: 120px;
  max-width: 120px;
}
@media screen and (max-width: 719px) {
  .commitment__box__item .img {
    width: 100px;
    max-width: 100px;
  }
}
.commitment__box__item .item__ttl {
  text-align: center;
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  color: #6e4f2c;
  margin: 0 0 15px;
}
@media screen and (max-width: 719px) {
  .commitment__box__item .item__ttl {
    font-size: 13px !important;
    line-height: 2em;
    margin: 0 0 10px;
  }
}
.commitment__box__item .item__txt {
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.75em;
  color: #987c62;
}
@media screen and (max-width: 719px) {
  .commitment__box__item .item__txt {
    font-size: 13px !important;
    line-height: 2em;
  }
}
.commitment__box .small__txt {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4em;
  color: #987c62;
  padding: 0 13px 0;
}
@media screen and (max-width: 719px) {
  .commitment__box .small__txt {
    padding: 0;
  }
}

.sec__how__to__use {
  padding: 100px 0;
}
@media screen and (max-width: 719px) {
  .sec__how__to__use {
    padding: 70px 25px;
  }
}

@media screen and (max-width: 719px) {
  .sec__how__to__use .base {
    padding: 0;
  }
}
.sec__how__to__use .how__to__use__ttl {
  font-size: 28px !important;
  color: #6e4f2c;
  padding: 0 0 65px;
}
@media screen and (max-width: 719px) {
  .sec__how__to__use .how__to__use__ttl {
    padding: 0 0 15px;
    font-size: 19px !important;
  }
}

.sec__how__to__use .how__to__use__flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 719px) {
    .sec__how__to__use .how__to__use__flex {
  align-items: flex-start;
}
}

@media screen and (max-width: 899px) {
  .sec__how__to__use .how__to__use__flex {
    flex-direction: column;
  }
}
.sec__how__to__use .how__to__use__video {
  width: 44%;
}
.sec__how__to__use .how__to__use__video .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.sec__how__to__use .how__to__use__video .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 899px) {
  .sec__how__to__use .how__to__use__video {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.sec__how__to__use .how__to__use__list {
  width: 49%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75em;
  color: #987c62;
  counter-reset: num 0;
}
@media screen and (max-width: 719px) {
  .sec__how__to__use .how__to__use__list {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  .sec__how__to__use .how__to__use__list {
    margin: 0 0 0 auto;
  }
}
.sec__how__to__use .how__to__use__list li {
  position: relative;
  padding-left:50px;
}
@media screen and (max-width: 719px) {
    .sec__how__to__use .how__to__use__list li {
  padding-left:41px;
}
}
.sec__how__to__use .how__to__use__list li::before {
  content: counter(num);
  counter-increment: num 1;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 33px;
  font-size: 17px;
  border: solid 1px #987c62;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 719px) {
  .sec__how__to__use .how__to__use__list li::before {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 27px;
  }
}

.sec__how__to__use .how__to__use__list li span.small {
  font-size: 10px;
}
.sec__how__to__use .how__to__use__list li:not(:last-child) {
  margin: 0 0 20px;
}

@media screen and (max-width: 719px) {
  .sec__how__to__use .how__to__use__list {
    width: 100%;
    font-size: 12.8px;
  }
}
.sec__how__to__use .how__to__use__txt span {
  display: block;
}

.sec__good__deal {
  background: #f7f5f2;
  padding: 80px 0;
}

@media screen and (max-width: 719px) {
  .sec__good__deal {
    padding: 30px 0;
  }
}
.sec__good__deal .product__normal:not(.view__more__btn) {
  color: #997c62;
}

.sec__good__deal .product__normal.view__more__btn {
  background: #997c62;
}

.sec__good__deal .product__normal.good__deal__ttl {
  border-bottom: solid 4px #997c62;
}

@media screen and (max-width: 719px) {
  .sec__good__deal .product__normal.good__deal__ttl {
    border-bottom: solid 3px #997c62;
  }
}
@media screen and (max-width: 719px) {
  .sec__good__deal .base {
    padding: 0;
  }
}
.sec__good__deal .good__deal__label {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #6e4f2c;
  margin: 0 0 70px;
  padding: 22px 0;
}

@media screen and (max-width: 719px) {
  .sec__good__deal .good__deal__label {
    font-size: 20px;
    padding: 18px 0;
    margin: 0 0 40px;
  }
}
.sec__good__deal .good__deal__label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #fff2b3 0%, #d4a769 100%);
}

.sec__good__deal .good__deal__flex__wrap {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.sec__good__deal .good__deal__flex__wrap.product {
  margin: 0 auto 30px;
}

@media screen and (max-width: 719px) {
  .sec__good__deal .good__deal__flex__wrap.product {
    margin-bottom: 25px;
  }
}
.sec__good__deal .good__deal__name01 {
  font-size: 28px;
  color: #6e4f2c;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  line-height: 1.4em;
}

@media screen and (max-width: 719px) {
  .sec__good__deal .good__deal__name01 {
    font-size: 26px;
    margin-bottom: 5px;
  }
}
.sec__good__deal .good__deal__name02 {
  font-size: 19px;
  color: #6e4f2c;
  line-height: 1em;
}

.sec__good__deal .good__deal__product__img {
  max-width: 110px;
}
.wrap__products02 .sec__good__deal .good__deal__product__img {
  max-width: 36px;
}

.wrap__products03 .sec__good__deal .good__deal__product__img,
.wrap__products04 .sec__good__deal .good__deal__product__img {
  max-width: 36px;
}
.wrap__products05 .sec__good__deal .good__deal__product__img {
  max-width: 40px;
}

.sec__good__deal .good__deal__benefits__ttl {
  width: 100%;
  max-width: 800px;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25em;
  z-index: 1;
  color: #fff;
  margin: 0 auto;
  padding: 10px 0;
  background: #f6bb76;
}

@media screen and (max-width: 719px) {
  .sec__good__deal .good__deal__benefits__ttl {
    width: 87%;
    font-size: 20px;
    padding: 8px 0 10px;
  }
}
.sec__good__deal .good__deal__speech__bubble {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  color: #6e4f2c;
  border: solid 4px #f6bb76;
  margin: -4px auto 50px;
  background: #fff;
}

@media screen and (max-width: 719px) {
  .sec__good__deal .good__deal__speech__bubble {
    flex-wrap: wrap;
    width: 87%;
    padding: 0;
    border: solid 3px #f6bb76;
    margin: -4px auto 40px;
  }
  /*.sec__good__deal .good__deal__speech__bubble::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
    height: 1px;
    background: #f6bb76;
  }
  .sec__good__deal .good__deal__speech__bubble::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 88%;
    background: #f6bb76;
  }*/
}
.sec__good__deal .good__deal__speech__bubble__wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.sec__good__deal .good__deal__speech__bubble__wrap::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 22%;
  transform: translate(-50%, 50%) rotate(135deg) skew(-10deg, -10deg);
  z-index: 0;
  width: 100%;
  max-width: 22px;
  height: 22px;
  background: #fff;
  border: solid 4px #f6bb76;
  border-left: solid 4px transparent;
  border-bottom: solid 4px transparent;
}

@media screen and (max-width: 719px) {
  .sec__good__deal .good__deal__speech__bubble__wrap::after {
    bottom: 3px;
    left: 50%;
    max-width: 20px;
    height: 20px;
    border: solid 3px #f6bb76;
    border-left: solid 3px transparent;
    border-bottom: solid 3px transparent;
  }
}
.sec__good__deal .good__deal__speech__bubble .txt__wrap {
  position: relative;
  width: 33.3333%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1em;
  border-right: 1px solid #f6bb76;
  border-bottom: 1px solid #f6bb76;
  padding: 20px 0;
}
.sec__good__deal .good__deal__speech__bubble .txt__wrap:nth-child(3),
.sec__good__deal .good__deal__speech__bubble .txt__wrap:nth-child(6) {
  border-right: none;
}
.sec__good__deal .good__deal__speech__bubble .txt__wrap:nth-child(n + 4) {
  border-bottom: none;
}
@media screen and (max-width: 719px) {
  .sec__good__deal .good__deal__speech__bubble .txt__wrap {
    border-right: 1px solid #f6bb76;
    border-bottom: 1px solid #f6bb76;
    padding: 29px 0;
  }
  .sec__good__deal .good__deal__speech__bubble .txt__wrap:nth-child(n + 5) {
    padding: 20px 0;
  }

}

.sec__good__deal .good__deal__speech__bubble .txt__wrap .font__size01 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.3em;
}

@media screen and (max-width: 719px) {
  .sec__good__deal .good__deal__speech__bubble .txt__wrap .font__size01 {
    font-size: 13px;
  }
}
.sec__good__deal .good__deal__speech__bubble .txt__wrap .font__size02 {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.4em;
}

@media screen and (max-width: 719px) {
  .sec__good__deal .good__deal__speech__bubble .txt__wrap .font__size02 {
    font-size: 22px;
  }
}
/*
.sec__good__deal .good__deal__speech__bubble .txt__wrap:not(:last-child)::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: -48px;
  transform: translate(0, -50%);
  z-index: 0;
  color: #f6bb76;
  font-size: 50px;
  font-weight: 400;
}

@media screen and (max-width: 719px) {
  .sec__good__deal .good__deal__speech__bubble .txt__wrap:not(:last-child)::after {
    display: none;
  }
}*/
.sec__good__deal .good__deal__flex__wrap {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: center;
}

.sec__good__deal .good__deal__flex__wrap.product .good__deal__name__wrap {
  margin-right: 55px;
}

@media screen and (max-width: 719px) {
.wrap__products01 .sec__good__deal .good__deal__flex__wrap.product .good__deal__name__wrap {
  margin-right: 25px;
}
}

@media screen and (max-width: 719px) {
  .sec__good__deal .good__deal__flex__wrap {
    max-width: 340px;
  }
}
.sec__good__deal .good__deal__flex__wrap.chart {
  gap: 0 9%;
}

@media screen and (720px < width < 1080px) {
  .sec__good__deal .good__deal__flex__wrap.chart {
    flex-direction: column;
    gap: 40px 0;
  }
}
@media screen and (max-width: 719px) {
  .sec__good__deal .good__deal__flex__wrap.chart {
    flex-direction: column;
    gap: 0 0;
  }
}
.sec__good__deal .good__deal__content {
  width: 100%;
}

@media screen and (max-width: 719px) {
  .sec__good__deal .good__deal__content {
    width: 100%;
  }
}
.sec__good__deal .good__deal .good__deal__ttl {
  border-bottom: solid 4px #6e4f2c;
}

.sec__good__deal .good__deal__txt__flex__wrap {
  width: 100%;
  max-width: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 6%;
  margin: 0 auto 30px;
}

@media screen and (max-width: 719px) {
  .sec__good__deal .good__deal__txt__flex__wrap {
    margin: 0 auto 25px;
    max-width: 320px;
  }
}
.sec__good__deal .good__deal__ttl {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: 0.15em;
  color: #6e4f2c;
  padding: 0 0 5px;
  border-bottom: solid 4px #f6bb76;
}

@media screen and (max-width: 719px) {
  .sec__good__deal .good__deal__ttl {
    font-size: 19.2px;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: solid 3px #f6bb76;
  }
}
.sec__good__deal .good__deal__prise {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 50px;
  font-weight: 400;
  line-height: 1em;
  color: #6e4f2c;
}

@media screen and (max-width: 719px) {
  .sec__good__deal .good__deal__prise {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 40px;
  }
}
.sec__good__deal .good__deal__prise .small {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.1em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 719px) {
  .sec__good__deal .good__deal__prise .small {
    font-size: 11.2px;
  }
}
.sec__good__deal .good__deal__btn {
  background: #6e4f2c;
}

.sec__good__deal .good__deal__about {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 15px auto 0;
  color: #997c62;
  text-decoration: underline;
}

@media screen and (max-width: 719px) {
  .sec__good__deal .good__deal__about {
    font-size: 12px;
    margin: 17px auto 38px;
  }
}
/* .sec__good__deal .good__deal__about::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(100%, -40%) rotate(45deg) skew(-20deg, -20deg);
  z-index: 0;
  width: 100%;
  max-width: 8px;
  height: 8px;
  border: solid 1px #6e4f2c;
  border-left: solid 1px transparent;
  border-bottom: solid 1px transparent;
} */

.sec__ingredients {
  padding: 70px 0 95px;
}

@media screen and (max-width: 719px) {
  .sec__ingredients {
    padding: 40px 0;
  }
}
.sec__ingredients .ingredients__ttl {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7em;
  letter-spacing: 0;
  color: #6e4f2c;
  padding: 0 0 3px;
}

@media screen and (max-width: 719px) {
  .sec__ingredients .ingredients__ttl {
    font-size: 12px;
  }
}
.sec__ingredients .ingredients__txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7em;
  color: #6e4f2c;
}

@media screen and (max-width: 719px) {
  .sec__ingredients .ingredients__txt {
    font-size: 12px;
  }
}
.sec__about.product {
  padding: 0 0 110px;
}

@media screen and (max-width: 719px) {
  .sec__about.product {
    padding: 0 0 40px;
  }
} 
.sec__link {
  padding: 0 0 100px;
}
.wrap__products .small,
.wrap__products .box_note {
  font-size: 10px;
}

.wrap__products .box_note_mark {
  color: #987c62;
  font-size: 10px;
  vertical-align: top;
}
.wrap__products .box_note {
  color: #987c62;
  font-size: 10px;
}
.wrap__products .commitment__box .box_note {
  color: #987c62;
  text-align: right;
  margin-top: 10px;
}
.wrap__products.wrap__products04 .commitment__box__ttl sup {
  line-height: 25px;
  vertical-align: top;
}
.wrap__products.wrap__products04 .commitment__box.box05 .img {
  width: 440px;
}
@media screen and (max-width: 719px) {
  .wrap__products.wrap__products04 .commitment__box.box05 .img {
    max-width: 440px;
    width: 100%;
  }
}
.wrap__products04 .commitment__box.box06 .img {
  max-width: 440px;
}
.wrap__products04 .commitment__box.box06 .img.__first {
  margin-bottom: 45px;
}
.wrap__products04 .commitment__box.box07 .img.flex__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 578px;
}
.wrap__products04 .commitment__box.box07 .img .__first {
  width: 234px;
}
.wrap__products04 .commitment__box.box07 .img .__last {
  width: 304px;
}
.wrap__products04 .commitment__box.box07 .box_note {
  max-width: 578px;
  margin: 10px auto 0;
}
@media screen and (max-width: 719px) {
  .wrap__products04 .commitment__box.box07 .box_note {
    max-width: 304px;
  }
}
.wrap__products.wrap__products05 .commitment__box.box05 .flex__wrap {
  gap: 0 45px;
  padding-bottom: 0;
}
.wrap__products.wrap__products05 .commitment__box.box05 .flex__wrap .commitment__box__item {
  max-width: 140px;
}
.wrap__products.wrap__products05 .commitment__box.box05 .flex__wrap .commitment__box__item .img {
  max-width: 140px;
  margin: 0 auto 10px;
}
.wrap__products.wrap__products05 .commitment__box.box05 .flex__wrap .commitment__box__item .item__ttl {
  font-size: 14px!important;
}

.wrap__products.wrap__products05 .commitment__box.box06 .commitment__box__txt {
  margin-bottom: 65px;
}
.wrap__products.wrap__products05 .commitment__box.box06 .box06__care__item.flex__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 685px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  color: #6e4f2c;
  background: rgba(255,255,255, 0.5);
  padding: 20px;
  margin: 0 auto 40px;
}
.wrap__products.wrap__products05 .commitment__box.box06 .box06__care__item.box06__care__item03.flex__wrap {
  margin: 0 auto 20px;
}
.wrap__products.wrap__products05 .commitment__box.box06 .box06__care__item .box06__care__text {
  width: calc(50% - 40px);
  margin-bottom: 20px;
}
.wrap__products.wrap__products05 .commitment__box.box06 .box06__care__item .box06__care__text h4 {
  color: #FFF;
  text-align: center;
  background: #987c62;
  padding: 10px;
  margin: 0 auto 20px;
}
.wrap__products.wrap__products05 .commitment__box.box06 .box06__care__item .box06__care__text p {
  color: #987c62;
}
.wrap__products05 .commitment__box.box06 .box06__care__item .box06__care__img__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 50%;
}
.wrap__products05 .commitment__box.box06 .box06__care__item .box06__care__img__wrap .box06__care__img {
  text-align: center;
}
.wrap__products05 .commitment__box.box06 .box06__care__item.box06__care__item01 .box06__care__img__wrap .box06__care__img {
  width: calc(50% - 10px);
  text-align: center;
}
.wrap__products05 .commitment__box.box06 .box06__care__item .box06__care__img__wrap .box06__care__img img {
  max-width: 120px;
  margin: 0 auto;
}
.wrap__products05 .commitment__box.box06 .box06__care__item .box06__care__img__wrap .box06__care__img p {
  font-size: 14px;
}
.wrap__products.wrap__products05 .commitment__box.box06 p.box_note {
  text-align: center;
}

@media screen and (max-width: 719px) {
  .wrap__products.wrap__products05 .commitment__box.box05 .flex__wrap {
    gap: 20px;
  }
  .wrap__products.wrap__products05 .commitment__box.box05 .flex__wrap .commitment__box__item {
    max-width: 120px;
  }
  .wrap__products.wrap__products05 .commitment__box.box05 .flex__wrap .commitment__box__item .img {
    max-width: 120px;
    margin: 0 auto 10px;
  }

  .wrap__products.wrap__products05 .commitment__box.box06 .box06__care__item.flex__wrap {
    display: block;
    max-width: 100%;
  }
  .wrap__products.wrap__products05 .commitment__box.box06 .box06__care__item .box06__care__text,
  .wrap__products05 .commitment__box.box06 .box06__care__item .box06__care__img__wrap {
    width: 100%;
  }
  .wrap__products.wrap__products05 .commitment__box.box06 p.box_note {
    text-align: left;
  }
}

/* バナーここから */
.sec__product_bnr {
  max-width: 900px;
  padding: 60px 0 0;
  margin: 0 auto;
}
.wrap__products01 .sec__product_bnr,
.wrap__products02 .sec__product_bnr,
.wrap__products03 .sec__product_bnr,
.wrap__products04 .sec__product_bnr,
.wrap__products05 .sec__product_bnr {
  max-width: 600px;
}

@media screen and (max-width: 719px) {
  .sec__product_bnr {
    
    padding: 60px 0;
  }
}

.sec__product_bnr .bnr {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
  width: 100%;
}
.sec__product_bnr .bnr .item {
  display: block;
  /* width: 49%; */
  width: 100%;
}
@media only screen and (max-width: 719px) {
  .sec__product_bnr .bnr {
    gap: 15px;
  }
  .sec__product_bnr .bnr .item {
    width: 100%;
  }
}

/*
.bnr__img {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.bnr__img:hover {
  opacity: 0.8;
}
  */
  
.wrap__products06 .sec__fv {
  padding: 0;
  background: #dac7ba;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__fv {
    padding: 46px 0 50px;
  }
}
.wrap__products06 .sec__fv .base {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap__products06 .sec__fv .fv__img {
  width: 45%;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__fv .fv__img {
    width: 87%;
    margin: 0 auto;
  }
}
.wrap__products06 .sec__fv .fv__img img {
  margin-left: -215px;
  width: calc(100% + 215px);
}
@media only screen and (max-width: 1530px) and (min-width: 971px) {
  .wrap__products06 .sec__fv .fv__img img {
    margin-left: -25px;
    width: 100%;
  }
}
@media only screen and (max-width: 970px) and (min-width: 720px) {
  .wrap__products06 .sec__fv .fv__img img {
    margin-left: -25px;
    width: 100%;
  }
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__fv .fv__img img {
    margin-left: 0;
    width: 100%;
  }
}
.wrap__products06 .sec__fv .fv__contents__wrap {
  width: 48%;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__fv .fv__contents__wrap {
    width: 100%;
  }
}
.wrap__products06 .sec__fv .fv__contents__wrap .fv__product__name__wrap {
  padding: 0 0 34px;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__fv .fv__contents__wrap .fv__product__name__wrap {
    padding: 0 0 30px;
    text-align: center;
  }
}
.wrap__products06 .sec__fv .fv__contents__wrap .fv__product__name__en {
  width: 363px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__fv .fv__contents__wrap .fv__product__name__en {
    margin: 0 auto 10px;
  }
}
.wrap__products06 .sec__purchase {
  padding: 35px 0 80px;
  color: #6e4f2b;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__purchase {
    padding: 46px 0 40px;
    background: #f7f5f2;
    margin: 0 0 40px;
  }
}
.wrap__products06 .sec__purchase .purchase__wrap {
  background: #f7f5f2;
  padding: 46px 73px;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__purchase .purchase__wrap {
    padding: 40px 0 0;
  }
}
.wrap__products06 .sec__purchase .purchase__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__purchase .purchase__container {
    margin: 0 0 30px;
    gap: 20px 0;
  }
}
.wrap__products06 .sec__purchase .purchase__block {
  width: 47.36225088%;
  background: #fff;
  border-radius: 35px;
  padding: 29px 35px 15px;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__purchase .purchase__block {
    width: 100%;
    border-radius: 20px;
    padding: 25px 25px 20px;
  }
}
.wrap__products06 .sec__purchase .purchase__block.block01 .purchase__block__logo {
  width: 140px;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__purchase .purchase__block.block01 .purchase__block__logo {
    margin: 0 auto 10px;
  }
}
.wrap__products06 .sec__purchase .purchase__block.block02 .purchase__block__logo {
  width: 92px;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__purchase .purchase__block.block02 .purchase__block__logo {
    margin: 0 auto 10px;
  }
}
.wrap__products06 .sec__purchase .purchase__block__img {
  margin: 0 auto 20px;
}
.wrap__products06 .sec__purchase .purchase__block__box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.wrap__products06 .sec__purchase .purchase__block__logo {
  margin: 0 0 10px;
}
.wrap__products06 .sec__purchase .purchase__block__ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__purchase .purchase__block__ttl {
    font-size: 18px;
    text-align: center;
  }
}
.wrap__products06 .sec__purchase .purchase__block__ttl span {
  font-size: 15px;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__purchase .purchase__block__ttl span {
    font-size: 13px;
  }
}
.wrap__products06 .sec__purchase .purchase__block__label {
  position: absolute;
  top: 25px;
  left: 20px;
  width: 120px;
  height: 120px;
  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;
  text-align: center;
  border-radius: 50%;
  background: #f4b370;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__purchase .purchase__block__label {
    width: 100px;
    height: 100px;
    font-size: 16px;
  }
}
.wrap__products06 .sec__purchase .regular__purchase__txt__flex__wrap {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 4%;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__purchase .regular__purchase__txt__flex__wrap {
    gap: 20px 4%;
  }
}
@media screen and (max-width: 719px) {
  .wrap__products06 .sec__purchase .regular__purchase__txt__flex__wrap {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 25px;
  }
}
.wrap__products06 .sec__purchase .regular__purchase__ttl {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: 0.2em;
  color: #6e4f2c;
  padding: 0 0 5px;
  border-bottom: solid 4px #f6bb76;
}
.wrap__products06 .sec__purchase .regular__purchase__ttl.product__normal {
  color: #997c62;
  border-bottom: solid 4px #997c62;
}
@media screen and (max-width: 719px) {
  .wrap__products06 .sec__purchase .regular__purchase__ttl {
    font-size: 19.2px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    border-bottom: solid 3px #f6bb76;
  }
}
.wrap__products06 .sec__purchase .regular__purchase__box.normal {
  padding: 45px 0 28px;
  margin: 0 0 48px;
}
.wrap__products06 .sec__purchase .regular__purchase__prise {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 50px;
  font-weight: 400;
  line-height: 1em;
  color: #6e4f2c;
}
.wrap__products06 .sec__purchase .regular__purchase__prise.product__normal {
  color: #997c62;
}
@media screen and (max-width: 719px) {
  .wrap__products06 .sec__purchase .regular__purchase__prise {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-size: 40px;
  }
}
.wrap__products06 .sec__purchase .regular__purchase__prise .small {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.1em;
}
@media screen and (max-width: 719px) {
  .wrap__products06 .sec__purchase .regular__purchase__prise .small {
    font-size: 11.2px;
  }
}
.wrap__products06 .sec__purchase .regular__purchase .view__more__btn {
  background: #997c62;
}
.wrap__products06 .sec__set {
  color: #6e4f2b;
  margin: 0 0 96px;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__set {
    margin: 0 0 40px;
  }
}
.wrap__products06 .sec__set .set__ttl {
  margin: 0 0 33px;
  letter-spacing: 0;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__set .set__ttl {
    margin: 0 0 23px;
  }
}
.wrap__products06 .sec__set .set__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 55px 37px 40px 50px;
  background: url(https://d2w53g1q050m78.cloudfront.net/roomstokyo/uploads/img/product/bg02.jpg) no-repeat 50% 50%/cover;
  margin: 0 0 40px;
}
@media screen and (max-width: 719px) {
  .wrap__products06 .sec__set .set__block {
    background: url(https://d2w53g1q050m78.cloudfront.net/roomstokyo/uploads/img/product/bg02_sp.jpg) no-repeat 50% 50%/cover;
    margin: 0 -25px 15px;
    padding: 70px 25px;
  }
}
.wrap__products06 .sec__set .set__block:last-child {
  margin: 0;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__set .set__block:last-child {
    margin: 0 -25px;
  }
}
.wrap__products06 .sec__set .set__block.block01 .deco {
  position: absolute;
  top: 90px;
  right: -20px;
  width: 240px;
}
@media only screen and (max-width: 1080px) and (min-width: 720px) {
  .wrap__products06 .sec__set .set__block.block01 .deco {
    width: 16vw;
    right: 10px;
  }
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__set .set__block.block01 .deco {
    top: 80px;
    width: 160px;
  }
}
.wrap__products06 .sec__set .set__block.block02 .set__product {
  margin-right: -20px;
  padding: 0 0 0 20px;
}
.wrap__products06 .sec__set .set__block.block02 .deco {
  position: absolute;
  top: 90px;
  right: -20px;
  width: 240px;
}
@media only screen and (max-width: 1080px) and (min-width: 720px) {
  .wrap__products06 .sec__set .set__block.block02 .deco {
    width: 16vw;
    right: 10px;
  }
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__set .set__block.block02 .deco {
    top: 80px;
    width: 150px;
  }
}
.wrap__products06 .sec__set .set__block.block03 .deco {
  position: absolute;
  top: -30px;
  right: 0;
  width: 150px;
}
@media only screen and (max-width: 1080px) and (min-width: 720px) {
  .wrap__products06 .sec__set .set__block.block03 .deco {
    width: 15vw;
    right: 10px;
  }
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__set .set__block.block03 .deco {
    top: -25px;
    right: -20px;
    width: 100px;
  }
}
.wrap__products06 .sec__set .set__block.block04 .deco {
  position: absolute;
  top: -30px;
  right: 0;
  width: 150px;
}
@media only screen and (max-width: 1080px) and (min-width: 720px) {
  .wrap__products06 .sec__set .set__block.block04 .deco {
    right: 10px;
    width: 10vw;
  }
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__set .set__block.block04 .deco {
    top: -10px;
    right: -10px;
    width: 100px;
  }
}
.wrap__products06 .sec__set .set__left {
  width: 46.33333333%;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__set .set__left {
    width: 100%;
    margin: 0 0 30px;
  }
}
.wrap__products06 .sec__set .set__left .box__txt {
  text-align: center;
  color: #6e4f2c;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 719px) {
  .wrap__products06 .sec__set .set__left .box__txt {
    width: 100%;
    padding: 10px 0;
  }
}
.wrap__products06 .sec__set .set__left .box__txt .logo {
  margin: 0 auto 11px;
}
.wrap__products06 .sec__set .set__left .box01 .box__txt .logo {
  max-width: 313px;
}
@media screen and (max-width: 719px) {
  .wrap__products06 .sec__set .set__left .box01 .box__txt .logo {
    max-width: 302px;
  }
}
.wrap__products06 .sec__set .set__left .box02 .box__txt .logo {
  max-width: 294px;
}
@media screen and (max-width: 719px) {
  .wrap__products06 .sec__set .set__left .box02 .box__txt .logo {
    max-width: 286px;
  }
}
.wrap__products06 .sec__set .set__left .box03 .box__txt .logo {
  max-width: 245px;
}
@media screen and (max-width: 719px) {
  .wrap__products06 .sec__set .set__left .box03 .box__txt .logo {
    max-width: 238px;
  }
}
.wrap__products06 .sec__set .set__left .box04 .box__txt .logo {
  max-width: 265px;
}
@media screen and (max-width: 719px) {
  .wrap__products06 .sec__set .set__left .box04 .box__txt .logo {
    max-width: 238px;
  }
}
.wrap__products06 .sec__set .set__left .box05 .box__txt .logo {
  max-width: 340px;
}
@media screen and (max-width: 719px) {
  .wrap__products06 .sec__set .set__left .box05 .box__txt .logo {
    max-width: 286px;
  }
}
.wrap__products06 .sec__set .set__left .box__txt .name {
  font-size: 15px;
  margin-bottom: 25px;
  line-height: 1.4em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 719px) {
  .wrap__products06 .sec__set .set__left .box__txt .name {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.wrap__products06 .sec__set .set__left .box__txt .label {
  font-size: 16px;
  letter-spacing: 0.05em;
  max-width: 231px;
  width: 100%;
  border: 1px solid #6e4f2c;
  padding: 6px;
  margin: 0 auto 17px;
  line-height: 1;
}
@media screen and (max-width: 719px) {
  .wrap__products06 .sec__set .set__left .box__txt .label {
    font-size: 13px;
    max-width: 200px;
  }
}
.wrap__products06 .sec__set .set__left .box__txt .txt {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 719px) {
  .wrap__products06 .sec__set .set__left .box__txt .txt {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}
.wrap__products06 .sec__set .set__right {
  width: 51.11111111%;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__set .set__right {
    width: 100%;
  }
}
.wrap__products06 .sec__set .set__right .set__img {
  position: relative;
  padding: 0 80px 0 0;
}
@media only screen and (max-width: 1080px) and (min-width: 720px) {
  .wrap__products06 .sec__set .set__right .set__img {
    padding: 0 60px 0 0;
  }
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__set .set__right .set__img {
    padding: 0 40px 0 0;
  }
}
.wrap__products06 .sec__set .set__right .set__img img {
  border-radius: 30px;
  margin: 0 0 25px;
}
.wrap__products06 .sec__set .set__right .set__des {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__set .set__right .set__des {
    font-size: 13px;
  }
}
.wrap__products06 .sec__set .set__right .set__des small {
  font-size: 10px;
  vertical-align: top;
  display: inline-block;
  padding: 3px 0 0;
}
.wrap__products06 .sec__step {
  color: #6e4f2b;
  padding: 110px 0 0;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__step {
    padding: 70px 0 0;
  }
}
.wrap__products06 .sec__step .step__ttl {
  background: #f7f5f2;
  padding: 40px 0 30px;
  margin: 0 0 43px;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__step .step__ttl {
    padding: 30px 0 25px;
    margin: 0 -25px 30px;
  }
}
.wrap__products06 .sec__step .step__ttl .ttl__en {
  font-size: 15px !important;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__step .step__ttl .ttl__en {
    font-size: 12px !important;
  }
}
.wrap__products06 .sec__step .step__ttl .ttl__jp {
  font-size: 28px !important;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__step .step__ttl .ttl__jp {
    font-size: 22px !important;
  }
}
.wrap__products06 .sec__step .step__block {
  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;
  background: #f7f5f2;
  padding: 30px 30px 40px 40px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__step .step__block {
    padding: 30px 25px 30px;
    margin: 0 -25px 10px;
  }
}
.wrap__products06 .sec__step .step__block:last-child {
  margin: 0;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__step .step__block:last-child {
    margin: 0 -25px;
  }
}
.wrap__products06 .sec__step .step__block.block02 .step__product {
  width: 77px;
}
.wrap__products06 .sec__step .step__block.block03 .step__product {
  width: 77px;
}
.wrap__products06 .sec__step .step__block.block04 .step__product {
  width: 77px;
}
.wrap__products06 .sec__step .step__left {
  width: 355px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__step .step__left {
    width: 100%;
    gap: 0 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.wrap__products06 .sec__step .step__box {
  width: 247px;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__step .step__box {
    width: 220px;
  }
}
.wrap__products06 .sec__step .step__step {
  color: #f4b370;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 20px;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__step .step__step {
    font-size: 20px;
  }
}
.wrap__products06 .sec__step .step__sub {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0 0 15px;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__step .step__sub {
    font-size: 20px;
  }
}
.wrap__products06 .sec__step .step__cat {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  padding: 5px;
  border: 1px solid #6e4f2b;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__step .step__cat {
    font-size: 13px;
    padding: 6px;
  }
}
.wrap__products06 .sec__step .step__product {
  width: 70px;
}
.wrap__products06 .sec__step .step__img {
  width: 100%;
  padding: 33px 0 0;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__step .step__img {
    padding: 20px 0 0;
  }
}
.wrap__products06 .sec__step .step__img img {
  border-radius: 30px;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__step .step__img img {
    border-radius: 20px;
  }
}
.wrap__products06 .sec__step .step__right {
  width: calc(100% - 355px);
  padding: 0 0 0 60px;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__step .step__right {
    width: 100%;
    padding: 30px 0 0;
  }
}
.wrap__products06 .sec__step .step__right .how__to__use__list {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75em;
  color: #6e4f2b;
  counter-reset: num 0;
}
@media screen and (max-width: 719px) {
  .wrap__products06 .sec__step .step__right .how__to__use__list {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  .wrap__products06 .sec__step .step__right .how__to__use__list {
    margin: 0 0 0 auto;
  }
}
.wrap__products06 .sec__step .step__right .how__to__use__list li {
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 719px) {
  .wrap__products06 .sec__step .step__right .how__to__use__list li {
    padding-left: 41px;
  }
}
.wrap__products06 .sec__step .step__right .how__to__use__list li::before {
  content: counter(num);
  counter-increment: num 1;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 33px;
  font-size: 17px;
  border: solid 1px #987c62;
  border-radius: 50%;
}
@media screen and (max-width: 719px) {
  .wrap__products06 .sec__step .step__right .how__to__use__list li::before {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 27px;
  }
}
.wrap__products06 .sec__step .step__right .how__to__use__list li span.small {
  font-size: 10px;
}
.wrap__products06 .sec__step .step__right .how__to__use__list li:not(:last-child) {
  margin: 0 0 20px;
}
@media screen and (max-width: 719px) {
  .wrap__products06 .sec__step .step__right .how__to__use__list {
    width: 100%;
    font-size: 12.8px;
  }
}
.wrap__products06 .sec__catch {
  margin: 45px 0 50px;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__catch {
    margin: 40px 0 40px;
  }
}
.wrap__products06 .sec__catch .catch__txt {
  color: #6e4f2b;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (max-width: 719px) {
  .wrap__products06 .sec__catch .catch__txt {
    font-size: 20px;
  }
}

.wrap__products07 .sec__fv {
  padding: 0;
  background: #dac7ba;
}
@media only screen and (max-width: 970px) {
  .wrap__products07 .sec__fv {
    padding: 46px 0 50px;
  }
}
.wrap__products07 .sec__fv .base {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap__products07 .sec__fv .fv__img {
  width: 45%;
}
@media only screen and (max-width: 719px) {
  .wrap__products07 .sec__fv .fv__img {
    width: 87%;
    margin: 0 auto;
  }
}
.wrap__products07 .sec__fv .fv__img img {
  margin-left: -215px;
  width: calc(100% + 215px);
}
@media only screen and (max-width: 1530px) and (min-width: 971px) {
  .wrap__products07 .sec__fv .fv__img img {
    margin-left: -25px;
    width: 100%;
  }
}
@media only screen and (max-width: 970px) {
  .wrap__products07 .sec__fv .fv__img img {
    margin: 0 auto;
    width: 100%;
  }
}
.wrap__products07 .sec__fv .fv__contents__wrap {
  width: 46%;
}
@media only screen and (max-width: 719px) {
  .wrap__products07 .sec__fv .fv__contents__wrap {
    width: 100%;
  }
}
.wrap__products07 .sec__fv .fv__contents__wrap .fv__product__name__wrap {
  padding: 0 0 34px;
}
@media only screen and (max-width: 719px) {
  .wrap__products07 .sec__fv .fv__contents__wrap .fv__product__name__wrap {
    padding: 0 0 30px;
    text-align: center;
  }
}
.wrap__products07 .sec__fv .fv__contents__wrap .fv__product__name__en {
  width: 363px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 719px) {
  .wrap__products07 .sec__fv .fv__contents__wrap .fv__product__name__en {
    margin: 0 auto 10px;
  }
}
.wrap__products07 .sec__purchase {
  padding: 35px 0 80px;
  color: #6e4f2b;
}
@media only screen and (max-width: 719px) {
  .wrap__products07 .sec__purchase {
    padding: 46px 0 40px;
    background: #f7f5f2;
    margin: 0 0 40px;
  }
}
.wrap__products07 .sec__purchase .purchase__wrap {
  padding: 45px 35px;
  background: #f7f5f2;
}
@media only screen and (max-width: 719px) {
  .wrap__products07 .sec__purchase .purchase__wrap {
    padding: 0;
  }
}
.wrap__products07 .sec__purchase .purchase__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 40px;
  gap: 0 6.4516129%;
}
@media only screen and (max-width: 719px) {
  .wrap__products07 .sec__purchase .purchase__container {
    margin: 0 0 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wrap__products07 .sec__purchase .purchase__container__img01 {
  width: 31.61290323%;
}
@media screen and (max-width: 719px) {
  .wrap__products07 .sec__purchase .purchase__container__img01 {
    width: 50%;
    margin: 0 auto 20px;
  }
}
.wrap__products07 .sec__purchase .purchase__container__img02 {
  width: 47.31182796%;
}
@media screen and (max-width: 719px) {
  .wrap__products07 .sec__purchase .purchase__container__img02 {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.wrap__products07 .sec__purchase .purchase__container__img03 {
  width: 47.31182796%;
}
@media screen and (max-width: 719px) {
  .wrap__products07 .sec__purchase .purchase__container__img03 {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.wrap__products07 .sec__purchase .purchase__container__block {
  width: 46.23655914%;
}
@media screen and (max-width: 719px) {
  .wrap__products07 .sec__purchase .purchase__container__block {
    width: 100%;
  }
}
.wrap__products07 .sec__purchase .purchase__container__name__en01 {
  width: 73.72093023%;
  margin: 0 0 10px;
}
@media screen and (max-width: 719px) {
  .wrap__products07 .sec__purchase .purchase__container__name__en01 {
    margin: 0 auto 10px;
  }
}
.wrap__products07 .sec__purchase .purchase__container__name__en02 {
  width: 73.72093023%;
  margin: 0 0 10px;
}
@media screen and (max-width: 719px) {
  .wrap__products07 .sec__purchase .purchase__container__name__en02 {
    margin: 0 auto 10px;
  }
}
.wrap__products07 .sec__purchase .purchase__container__name__en03 {
  width: 89.408867%;
  margin: 0 0 10px;
}
@media screen and (max-width: 719px) {
  .wrap__products07 .sec__purchase .purchase__container__name__en03 {
    margin: 0 auto 10px;
  }
}
.wrap__products07 .sec__purchase .purchase__container__name__ja {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.5;
  margin: 0 0 24px;
}
@media screen and (max-width: 719px) {
  .wrap__products07 .sec__purchase .purchase__container__name__ja {
    margin: 0 auto 35px;
    text-align: center;
  }
}
.wrap__products07 .sec__purchase .purchase__container__txt {
  line-height: 1.75;
}
@media screen and (max-width: 719px) {
  .wrap__products07 .sec__purchase .purchase__container__txt {
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
  }
}
.wrap__products07 .sec__purchase .purchase__block__img {
  margin: 0 auto 20px;
}
.wrap__products07 .sec__purchase .purchase__block__box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.wrap__products07 .sec__purchase .purchase__block__logo {
  margin: 0 0 10px;
}
.wrap__products07 .sec__purchase .purchase__block__ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width: 719px) {
  .wrap__products07 .sec__purchase .purchase__block__ttl {
    font-size: 18px;
    text-align: center;
  }
}
.wrap__products07 .sec__purchase .purchase__block__ttl span {
  font-size: 15px;
}
@media only screen and (max-width: 719px) {
  .wrap__products07 .sec__purchase .purchase__block__ttl span {
    font-size: 13px;
  }
}
.wrap__products07 .sec__purchase .purchase__block__label {
  position: absolute;
  top: 25px;
  left: 20px;
  width: 120px;
  height: 120px;
  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;
  text-align: center;
  border-radius: 50%;
  background: #f4b370;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 719px) {
  .wrap__products07 .sec__purchase .purchase__block__label {
    width: 100px;
    height: 100px;
    font-size: 16px;
  }
}
.wrap__products07 .sec__purchase .regular__purchase__wrap {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 8.97058824%;
}
@media only screen and (max-width: 719px) {
  .wrap__products07 .sec__purchase .regular__purchase__wrap {
    gap: 20px 4%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 719px) {
  .wrap__products07 .sec__purchase .regular__purchase__block {
    margin: 0 auto 24px;
  }
  .wrap__products07 .sec__purchase .regular__purchase__block:last-child {
    margin: 0 auto;
  }
}
.wrap__products07 .sec__purchase .regular__purchase__block.set .regular__purchase__ttl {
  border-bottom: solid 4px #f6bb76;
}
.wrap__products07 .sec__purchase .regular__purchase__block.set .regular__purchase__ttl span {
  color: #f6bb76;
}
.wrap__products07 .sec__purchase .regular__purchase__block.notset {
  opacity: 0.8;
}
.wrap__products07 .sec__purchase .regular__purchase__ttl {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: 0;
  color: #6e4f2c;
  padding: 0 0 7px;
  border-bottom: solid 4px #6e4f2c;
  margin: 0 0 15px;
}
.wrap__products07 .sec__purchase .regular__purchase__ttl .product__normal {
  color: #997c62;
  border-bottom: solid 4px #997c62;
}
@media screen and (max-width: 719px) {
  .wrap__products07 .sec__purchase .regular__purchase__ttl .regular__purchase__ttl {
    font-size: 19.2px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    border-bottom: solid 3px #f6bb76;
  }
}
.wrap__products07 .sec__purchase .regular__purchase__box.normal {
  padding: 45px 0 28px;
  margin: 0 0 48px;
}
.wrap__products07 .sec__purchase .regular__purchase__prise {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 52px;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: -0.01em;
  color: #6e4f2c;
  margin: 0 0 22px;
}
@media screen and (max-width: 719px) {
  .wrap__products07 .sec__purchase .regular__purchase__prise {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-size: 40px;
    margin: 0 auto 20px;
  }
}
.wrap__products07 .sec__purchase .regular__purchase__prise .product__normal {
  color: #997c62;
}
.wrap__products07 .sec__purchase .regular__purchase__prise .small {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.1em;
}
@media screen and (max-width: 719px) {
  .wrap__products07 .sec__purchase .regular__purchase__prise .small {
    font-size: 11.2px;
  }
}
.wrap__products07 .sec__purchase .regular__purchase .view__more__btn {
  background: #997c62;
}
.wrap__products07 .sec__middle {
  padding: 0;
  background: #dac7ba;
}
@media only screen and (max-width: 970px) {
  .wrap__products07 .sec__middle {
    padding: 46px 0 50px;
  }
}
.wrap__products07 .sec__middle .base {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
  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: 970px) {
  .wrap__products07 .sec__middle .base {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.wrap__products07 .sec__middle .middle__img {
  width: 45%;
}
@media only screen and (max-width: 719px) {
  .wrap__products07 .sec__middle .middle__img {
    width: 87%;
    margin: 0 auto;
  }
}
.wrap__products07 .sec__middle .middle__img img {
  margin-left: -215px;
  width: calc(100% + 215px);
}
@media only screen and (max-width: 1530px) and (min-width: 971px) {
  .wrap__products07 .sec__middle .middle__img img {
    margin-left: -25px;
    width: 100%;
  }
}
@media only screen and (max-width: 970px) {
  .wrap__products07 .sec__middle .middle__img img {
    margin: 0 auto;
    width: 100%;
  }
}
.wrap__products07 .sec__middle .middle__contents__wrap {
  width: 46%;
  padding: 20px 0 0;
  color: #6e4f2c;
}
@media only screen and (max-width: 719px) {
  .wrap__products07 .sec__middle .middle__contents__wrap {
    width: 100%;
  }
}
.wrap__products07 .sec__middle .middle__product__ttl {
  font-size: 24px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  margin-bottom: 23px;
  padding-top: 5px;
}
@media screen and (max-width: 719px) {
  .wrap__products07 .sec__middle .middle__product__ttl {
    font-size: 20px;
    margin-bottom: 18px;
    padding-top: 5px;
  }
}
.wrap__products07 .sec__middle .middle__product__txt {
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 719px) {
  .wrap__products07 .sec__middle .middle__product__txt {
    text-align: left;
    font-size: 13px;
  }
}
.wrap__products07 .sec__middle .middle__product__name__wrap {
  padding: 0 0 34px;
}
@media only screen and (max-width: 719px) {
  .wrap__products07 .sec__middle .middle__product__name__wrap {
    padding: 0 0 30px;
    text-align: center;
  }
}
.wrap__products07 .sec__middle .middle__product__name__en {
  width: 363px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 719px) {
  .wrap__products07 .sec__middle .middle__product__name__en {
    margin: 0 auto 10px;
  }
}
.wrap__products07 .sec__catch {
  margin: 45px 0 50px;
}
@media only screen and (max-width: 719px) {
  .wrap__products07 .sec__catch {
    margin: 40px 0 40px;
  }
}
.wrap__products07 .sec__catch .catch__txt {
  color: #6e4f2b;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (max-width: 719px) {
  .wrap__products07 .sec__catch .catch__txt {
    font-size: 20px;
  }
}/*# sourceMappingURL=product-page.css.map */