:where(.contents) {
  color: #65554a;
  line-height: 1.8;
}
:where(.contents) *,
:where(.contents) *::before,
:where(.contents) *::after {
  letter-spacing: 0.08em;
  box-sizing: border-box;
}
:where(.contents) a {
  text-decoration: none;
  color: inherit;
}
:where(.contents) ul, :where(.contents) ol {
  list-style-type: none;
}
:where(.contents) button {
  appearance: none;
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
:where(.contents) img {
  width: 100%;
  height: auto;
}

#goodsspec_body .variationlist_ .variation_list_wrap_ {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
#goodsspec_body .variationlist_ .variation_list_wrap_ > .varItem_ {
  float: none;
}
#goodsspec_body .variationlist_ .variation_list_wrap_ > .varItem_ > div {
  padding: 11px 7px 12px;
}
#goodsspec_body .variationlist_ .variation_list_wrap_ > .varItem_ > div.size_Selected_ {
  padding: 10px 6px 11px;
}

#pageTopBtn {
  display: block !important;
  right: 10px;
  bottom: 10px;
}
#pageTopBtn > p {
  width: 46px;
  height: 46px;
  background: url(../img/im-pagetop.png) no-repeat center/contain;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: none;
  overflow: hidden;
}
#pageTopBtn a {
  display: block;
  width: 100%;
  height: 100%;
}
#pageTopBtn img {
  display: none;
}

:where(.contents) .section {
  margin-top: min(7.4074074074vw, 80px);
  margin-bottom: min(7.4074074074vw, 80px);
  padding: 0 min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .section {
    margin-top: min(11.1111111111vw, 120px);
    margin-bottom: min(11.1111111111vw, 120px);
    padding: 0 5.3333333333vw;
  }
}
:where(.contents) .container {
  max-width: min(92.5925925926vw, 1000px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .container {
    max-width: 100%;
  }
}

.fee-info {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: min(1.8518518519vw, 20px);
  margin-bottom: 1.25em;
}
.fee-info th, .fee-info td {
  border: min(0.0925925926vw, 1px) solid #fff;
  padding: 0.5em;
  font-size: clamp(0.75rem, 1.2962962vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  .fee-info th, .fee-info td {
    font-size: clamp(0.6875rem, 2.9333333333vw, 0.875rem);
  }
}
.fee-info thead {
  background-color: #e3e3e3;
  font-weight: 700;
}
.fee-info thead th {
  font-weight: 700;
}
.fee-info tbody td {
  color: #606060;
  text-align: center;
}
.fee-info tbody td small {
  font-size: 70%;
}
.fee-info tbody tr:nth-child(2n+1) {
  background-color: #f7f7f7;
}
.fee-info tbody tr:nth-child(2n) {
  background-color: #f0f0f0;
}
.fee-info tbody tr.is-matching td {
  color: red;
  font-weight: 700;
}

.spec-info {
  margin-top: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid #d8dee4;
}
@media screen and (max-width: 767px) {
  .spec-info {
    margin-top: 10.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}
.spec-info__block {
  font-size: 0.875rem;
}
.spec-info__block dt {
  padding: 1.3em 0;
  border-top: 1px solid #d8dee4;
  position: relative;
  cursor: pointer;
}
@media (any-hover: hover) {
  .spec-info__block dt:hover {
    opacity: 0.7;
  }
}
.spec-info__block dt::before, .spec-info__block dt::after {
  content: "";
  width: 11px;
  height: 1px;
  background: #65554a;
  position: absolute;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
}
.spec-info__block dt::after {
  rotate: -90deg;
}
.spec-info__block dd {
  border-top: 1px solid #d8dee4;
  display: none;
}
.spec-info__block.is-open dt::after {
  rotate: 0deg;
}
.spec-info__contents {
  padding: 30px 0;
  line-height: 1.8;
}
.spec-info__contents a {
  text-underline-offset: 0.2em;
}
.spec-info .table-wrapper {
  padding: 30px 0 25px;
}
.spec-info .table-wrapper .txt-b {
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: 0.875rem;
}
.spec-info .table-wrapper + .table-wrapper {
  border-top: 1px solid #d8dee4;
}
.spec-info .table th, .spec-info .table td {
  padding: 0.5em 0;
  vertical-align: top;
}
.spec-info .table td {
  color: #5c656b;
}
.spec-info .table th {
  width: 25%;
  text-align: left;
}

:where(.contents) .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 1em;
  font-size: min(2.962962963vw, 2rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .heading {
    font-size: 6.9333333333vw;
  }
}
:where(.contents) .heading__jp {
  letter-spacing: 0;
  font-weight: 400;
  color: #aea7a2;
  font-size: min(1.4814814815vw, 1rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .heading__jp {
    font-size: 3.2vw;
  }
}
:where(.contents) .lead {
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
:where(.contents) .lead__head {
  line-height: 2;
  margin-bottom: 1em;
  font-weight: 600;
  letter-spacing: 0.14em;
  font-size: min(2.5vw, 1.6875rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .lead__head {
    font-size: 4.8vw;
  }
}
:where(.contents) .lead__txt {
  line-height: 1.8;
  letter-spacing: 0.14em;
  font-size: min(1.8518518519vw, 1.25rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .lead__txt {
    font-size: 3.4666666667vw;
  }
}
:where(.contents) .button {
  display: inline-flex;
  width: min(25.462962963vw, 275px);
  height: min(5.8796296296vw, 63.5px);
  align-items: center;
  justify-content: center;
  border: min(0.0925925926vw, 1px) solid #65554a;
  font-size: min(1.3888888889vw, 0.9375rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .button {
    width: 73.3333333333vw;
    height: 16.9333333333vw;
    font-size: 4vw;
    border-width: 0.2666666667vw;
  }
}
:where(.contents) .note {
  font-size: min(1.0185185185vw, 0.6875rem);
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  :where(.contents) .note {
    font-size: 2.6666666667vw;
  }
}
:where(.contents) .scroll-container {
  padding-bottom: min(2.7777777778vw, 30px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .scroll-container {
    padding-bottom: 8vw;
  }
}
:where(.contents) .scroll-container ul {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
:where(.contents) .scroll-container .simplebar-track.simplebar-horizontal {
  background: #eee;
  border-radius: 0;
  height: min(0.1851851852vw, 2px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .scroll-container .simplebar-track.simplebar-horizontal {
    height: 0.5333333333vw;
  }
}
:where(.contents) .scroll-container .simplebar-scrollbar.simplebar-visible::before {
  background: #65554a;
  border-radius: 0;
  opacity: 1;
  inset: 0;
}
:where(.contents) .scroll-hint {
  display: block;
  margin-left: auto;
  transition: opacity 0.3s, visibility 0.3s;
  width: min(7.4074074074vw, 80px);
  margin-top: min(1.3888888889vw, 15px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .scroll-hint {
    width: 21.3333333333vw;
    margin-top: 4vw;
    margin-right: 5.3333333333vw;
  }
}
:where(.contents) .scroll-hint.is-hidden {
  visibility: hidden;
  opacity: 0;
}
:where(.contents) .step__top {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: min(0.6481481481vw, 7px);
  margin-bottom: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .step__top {
    gap: 1.3333333333vw;
    margin-bottom: 4vw;
  }
}
:where(.contents) .step__num {
  text-align: center;
  line-height: 1;
  font-size: min(1.2962962963vw, 0.875rem);
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .step__num {
    font-size: 2.1333333333vw;
  }
}
:where(.contents) .step__num span {
  display: block;
  font-size: min(3.7037037037vw, 2.5rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .step__num span {
    font-size: 8vw;
  }
}
:where(.contents) .step__num.has-no-step + .step__head {
  padding-top: 0.38em;
}
:where(.contents) .step__head {
  font-weight: 500;
  font-size: min(1.6666666667vw, 1.125rem);
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .step__head {
    font-size: 3.2vw;
  }
}
:where(.contents) .step__method {
  margin-top: min(2.7777777778vw, 30px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .step__method {
    margin-top: 4vw;
  }
}
:where(.contents) .step__method__head {
  font-size: min(1.4814814815vw, 1rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: min(2.3148148148vw, 25px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .step__method__head {
    font-size: 3.0666666667vw;
    margin-bottom: 4vw;
  }
}
:where(.contents) .step__method__img {
  display: block;
  width: min(9.2592592593vw, 100px);
  margin-inline: auto;
  margin-bottom: min(2.3148148148vw, 25px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .step__method__img {
    width: 16vw;
    margin-bottom: 4vw;
  }
}
:where(.contents) .step__method__txt {
  font-size: min(1.2962962963vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .step__method__txt {
    font-size: 2.9333333333vw;
  }
}
:where(.contents) .item-card {
  display: grid;
  gap: min(0.9259259259vw, 10px);
  font-size: min(1.1111111111vw, 0.75rem);
  color: #000;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  :where(.contents) .item-card {
    gap: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
:where(.contents) .item-card__name {
  letter-spacing: 0;
}
:where(.contents) .item-card__price {
  color: #888;
  letter-spacing: 0;
}
:where(.contents) .anchor {
  background: url(../img/bg-cotton-pattern.jpg) repeat center center/min(133.3333333333vw, 1440px);
  background-position: center center;
  padding: min(3.7037037037vw, 40px) 0;
}
@media screen and (max-width: 767px) {
  :where(.contents) .anchor {
    padding: 0;
    background: transparent;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .anchor.has-bg {
    background: url(../img/bg-cotton-pattern-sm-sp.jpg) repeat-y center center/100%;
    padding: 5.3333333333vw 0;
  }
}
:where(.contents) .anchor:first-child {
  margin-top: min(6.4814814815vw, 70px) !important;
}
@media screen and (max-width: 767px) {
  :where(.contents) .anchor:first-child {
    margin-top: 10.6666666667vw !important;
  }
}
:where(.contents) .anchor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: min(92.5925925926vw, 1000px);
  margin-inline: auto;
  gap: min(0.1851851852vw, 2px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .anchor__list {
    gap: 0.2666666667vw;
    max-width: 100%;
  }
}
:where(.contents) .anchor__item {
  width: calc((100% - min(0.9259259259vw, 10px)) / 6);
}
@media screen and (max-width: 767px) {
  :where(.contents) .anchor__item {
    width: calc((100% - 0.5333333333vw) / 3);
  }
}
:where(.contents) .anchor__item__img {
  width: 100%;
  height: min(12.962962963vw, 140px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .anchor__item__img {
    height: 26.6666666667vw;
  }
}
:where(.contents) .anchor__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(.contents) .anchor__item__body {
  background: linear-gradient(#a39076, #9c876d);
  display: grid;
  place-content: center;
  place-items: center;
  gap: 0.6em;
  color: #fff;
  font-size: min(1.3888888889vw, 0.9375rem);
  line-height: 1;
  padding-bottom: 0.2em;
  height: min(6.4814814815vw, 70px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .anchor__item__body {
    font-size: 3.2vw;
    height: 12.6666666667vw;
  }
}
:where(.contents) .anchor__item__body::after {
  content: "";
  width: min(1.0185185185vw, 11px);
  height: min(1.0185185185vw, 11px);
  border-right: min(0.1388888889vw, 1.5px) solid #fff;
  border-bottom: min(0.1388888889vw, 1.5px) solid #fff;
  rotate: 45deg;
}
@media screen and (max-width: 767px) {
  :where(.contents) .anchor__item__body::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-width: 0.2666666667vw;
  }
}
:where(.contents) .kv {
  height: max(min(63.8888888889vw, 690px), 47.91666667vw);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .kv {
    height: auto;
  }
}
:where(.contents) .kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(.contents) .intro {
  padding-top: 0;
  margin-top: min(6.4814814815vw, 70px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  height: min(43.5185185185vw, 470px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .intro {
    margin-top: 13.3333333333vw;
    grid-template-columns: 1fr;
    grid-template-rows: 125.3333333333vw auto;
    height: auto;
  }
}
:where(.contents) .intro__mv {
  background-color: var(--bg-color, #f6f5f1);
  height: 100%;
  position: relative;
  padding-left: calc(50vw - min(46.2962962963vw, 500px));
  padding-top: min(3.7037037037vw, 40px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  :where(.contents) .intro__mv {
    padding-left: 5.3333333333vw;
    padding-top: 13.3333333333vw;
  }
}
:where(.contents) .intro__mv__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
:where(.contents) .intro__mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
:where(.contents) .intro__mv__en {
  position: relative;
  font-size: min(2.5vw, 1.6875rem);
  z-index: 1;
  line-height: 1.4;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .intro__mv__en {
    font-size: 7.2vw;
  }
}
:where(.contents) .intro__mv__jp {
  position: relative;
  font-size: min(1.2037037037vw, 0.8125rem);
  z-index: 1;
  display: block;
  margin-top: 0.2em;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .intro__mv__jp {
    font-size: 3.4666666667vw;
  }
}
:where(.contents) .intro__mv__jp + .intro__mv__en {
  display: inline-block;
  margin-top: min(1.6666666667vw, 18px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .intro__mv__jp + .intro__mv__en {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .intro__mv--bath-mat {
    padding-top: 9.0666666667vw;
  }
}
:where(.contents) .intro__mv--robe .intro__mv__en, :where(.contents) .intro__mv--robe .intro__mv__jp {
  text-shadow: 0 0 12px rgb(255, 255, 255), 0 0 24px rgba(255, 255, 255, 0.8), 0 0 36px rgba(255, 255, 255, 0.6);
  color: #65554a;
}
:where(.contents) .intro__body {
  background: #f6f5f1;
  font-family: "Noto Serif JP", serif;
  padding: min(3.7037037037vw, 40px) min(4.6296296296vw, 50px) 0;
}
@media screen and (max-width: 767px) {
  :where(.contents) .intro__body {
    padding: 10.6666666667vw 5.3333333333vw 13.3333333333vw;
  }
}
:where(.contents) .intro__body__head {
  line-height: 2;
  margin-bottom: 1em;
  font-weight: 600;
  letter-spacing: 0.14em;
  font-size: min(2.1296296296vw, 1.4375rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .intro__body__head {
    font-size: 4.8vw;
  }
}
:where(.contents) .intro__body__txt {
  line-height: 1.8;
  font-size: min(1.2962962963vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .intro__body__txt {
    font-size: 3.7333333333vw;
  }
}
:where(.contents) .intro__body__txt p + p {
  margin-top: 1em;
}
:where(.contents) .hotels {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  :where(.contents) .hotels {
    padding-left: 0;
    padding-right: 0;
  }
}
:where(.contents) .hotels::after {
  content: "";
  width: 100vw;
  height: min(8.3333333333vw, 90px);
  margin-left: calc(-1 * min(3.7037037037vw, 40px));
  margin-right: calc(-1 * min(3.7037037037vw, 40px));
  background-image: url(../img/bg-cotton-pattern.jpg);
  background-size: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  :where(.contents) .hotels::after {
    height: 13.3333333333vw;
    margin-left: 0;
    margin-right: 0;
    background-image: url(../img/bg-cotton-pattern-sp.jpg);
  }
}
:where(.contents) .hotels__inner {
  max-width: min(92.5925925926vw, 1000px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .hotels__inner {
    max-width: 100%;
  }
}
:where(.contents) .hotels__mv {
  display: grid;
  grid-template-columns: min(32.4074074074vw, 350px) 1fr;
  align-items: center;
}
@media screen and (max-width: 767px) {
  :where(.contents) .hotels__mv {
    grid-template-columns: 45.3333333333vw 1fr;
  }
}
:where(.contents) .hotels__mv__logo {
  display: grid;
  place-content: center;
  padding-bottom: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .hotels__mv__logo {
    padding-bottom: 6.6666666667vw;
  }
}
:where(.contents) .hotels__mv__logo img {
  width: min(18.4259259259vw, 199px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .hotels__mv__logo img {
    width: 36vw;
  }
}
:where(.contents) .hotels__list {
  background-color: #f9f9f7;
  margin-top: calc(-1 * min(4.6296296296vw, 50px));
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: min(8.3333333333vw, 90px) 0 min(4.6296296296vw, 50px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .hotels__list {
    margin-top: -5.3333333333vw;
    margin-left: 0;
    margin-right: 0;
    padding: 10.6666666667vw 0 7.4666666667vw;
  }
}
:where(.contents) .hotels__list__slider {
  display: flex;
  width: max-content;
  animation: scroll linear infinite;
}
:where(.contents) .hotels__list__slider li {
  width: min(22.1759259259vw, 239.5px);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: min(0.9259259259vw, 10px);
  font-size: min(1.1111111111vw, 0.75rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .hotels__list__slider li {
    width: 60.5333333333vw;
    font-size: 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
:where(.contents) .hotels__list__slider li figcaption {
  margin-top: 0.5em;
}
:where(.contents) .products-story {
  overflow: hidden;
}
:where(.contents) .products-story__body {
  background: #f9f9f7;
  margin: min(7.4074074074vw, 80px) calc(50% - 50vw) 0;
  padding: min(6.4814814815vw, 70px) calc(50vw - 50%);
}
@media screen and (max-width: 767px) {
  :where(.contents) .products-story__body {
    margin: 13.3333333333vw -5.3333333333vw 0;
    padding: 18.4vw 0 13.3333333333vw;
  }
}
:where(.contents) .products-story__main__mv {
  position: relative;
}
:where(.contents) .products-story__main__mv .txt {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.5740740741vw, 17px);
  position: absolute;
  top: min(7.4074074074vw, 80px);
  left: min(54.6296296296vw, 590px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .products-story__main__mv .txt {
    font-size: 3.4666666667vw;
    position: static;
  }
}
:where(.contents) .products-story__main__mv .txt01 {
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .products-story__main__mv .txt01 {
    position: absolute;
    top: 0;
    left: 38.5333333333vw;
    white-space: nowrap;
    translate: 0 -50%;
  }
}
:where(.contents) .products-story__main__mv .txt02 {
  margin-top: min(4.6296296296vw, 50px);
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .products-story__main__mv .txt02 {
    padding-left: 5.3333333333vw;
    margin-top: 4vw;
  }
}
:where(.contents) .products-story__main__cotton {
  margin-top: min(5.8333333333vw, 63px);
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.contents) .products-story__main__cotton {
    margin-top: 13.3333333333vw;
  }
}
:where(.contents) .products-story__main__cotton img {
  display: block;
  width: min(62.5vw, 675px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .products-story__main__cotton img {
    width: 100%;
  }
}
:where(.contents) .products-story__main__cotton .txt {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.5740740741vw, 17px);
  width: fit-content;
  position: absolute;
  top: 50%;
  left: min(4.6296296296vw, 50px);
  translate: 0 -50%;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .products-story__main__cotton .txt {
    font-size: 3.4666666667vw;
    width: calc(100% - 10.6666666667vw);
    left: 5.3333333333vw;
    translate: 0 -25%;
  }
}
:where(.contents) .products-story__main__cotton .txt::before, :where(.contents) .products-story__main__cotton .txt::after {
  content: "";
  width: min(4.212962963vw, 45.5px);
  height: min(3.6111111111vw, 39px);
  background: url(../img/ic-double-quotation.png) no-repeat center center/contain;
  position: absolute;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  :where(.contents) .products-story__main__cotton .txt::before, :where(.contents) .products-story__main__cotton .txt::after {
    width: 9.7333333333vw;
    height: 8.4vw;
  }
}
:where(.contents) .products-story__main__cotton .txt::before {
  left: calc(-1 * min(4.6296296296vw, 50px));
  bottom: calc(100% + min(0.9259259259vw, 10px));
}
@media screen and (max-width: 767px) {
  :where(.contents) .products-story__main__cotton .txt::before {
    left: -2.6666666667vw;
    bottom: calc(100% + 8vw);
  }
}
:where(.contents) .products-story__main__cotton .txt::after {
  right: calc(-1 * min(2.7777777778vw, 30px));
  top: calc(100% + min(0.9259259259vw, 10px));
  rotate: -180deg;
}
@media screen and (max-width: 767px) {
  :where(.contents) .products-story__main__cotton .txt::after {
    right: 0;
  }
}
:where(.contents) .products-story__cotton {
  text-align: center;
  margin-top: min(5.8333333333vw, 63px);
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  :where(.contents) .products-story__cotton {
    margin-top: 13.3333333333vw;
  }
}
:where(.contents) .products-story__cotton__name {
  display: flex;
  flex-direction: column;
  font-size: min(2.5vw, 1.6875rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .products-story__cotton__name {
    font-size: 4.8vw;
  }
}
:where(.contents) .products-story__cotton__name .jp {
  font-size: min(1.4814814815vw, 1rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .products-story__cotton__name .jp {
    font-size: 2.9333333333vw;
  }
}
:where(.contents) .products-story__cotton__emblem {
  width: min(11.1111111111vw, 120px);
  margin-inline: auto;
  margin-top: min(2.7777777778vw, 30px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .products-story__cotton__emblem {
    width: 24.1333333333vw;
    margin-top: 5.3333333333vw;
  }
}
:where(.contents) .products-story__cotton__txt {
  font-size: min(1.4814814815vw, 1rem);
  margin-top: min(2.7777777778vw, 30px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .products-story__cotton__txt {
    font-size: 2.9333333333vw;
    margin-top: 6.6666666667vw;
  }
}
:where(.contents) .feature {
  padding-left: 0;
  padding-right: 0;
}
:where(.contents) .feature__step {
  margin-top: min(7.4074074074vw, 80px);
  background: linear-gradient(#a39076, #9c876d);
  padding: min(5.5555555556vw, 60px) 0 min(3.7037037037vw, 40px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  :where(.contents) .feature__step {
    margin-top: 10.6666666667vw;
    padding: 8vw 0 4vw;
  }
}
:where(.contents) .feature__step__list {
  display: flex;
  gap: min(1.8518518519vw, 20px);
  min-width: max-content;
}
@media screen and (max-width: 767px) {
  :where(.contents) .feature__step__list {
    gap: 4vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
:where(.contents) .feature__step__list li {
  flex: 0 0 auto;
  width: min(29.6296296296vw, 320px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .feature__step__list li {
    width: 42.6666666667vw;
  }
}
:where(.contents) .feature__blocks {
  margin-top: min(5.5555555556vw, 60px);
  display: flex;
  align-items: start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  :where(.contents) .feature__blocks {
    flex-direction: column;
    margin-top: 13.3333333333vw;
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
  }
}
:where(.contents) .feature__block {
  flex: 1;
  padding: 0 min(4.6296296296vw, 50px);
  display: grid;
  gap: min(2.7777777778vw, 30px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .feature__block {
    padding: 0 5.3333333333vw;
    gap: 8vw;
  }
}
:where(.contents) .feature__block__head {
  text-align: center;
  border-bottom: min(0.0925925926vw, 1px) solid #65554a;
  font-size: min(1.6666666667vw, 1.125rem);
  font-weight: 500;
  padding-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .feature__block__head {
    font-size: 4.5333333333vw;
    border-width: 0.2666666667vw;
  }
}
:where(.contents) .feature__block__txt {
  font-size: min(1.2962962963vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .feature__block__txt {
    font-size: 3.7333333333vw;
  }
}
:where(.contents) .feature__block__notes li {
  font-size: min(1.0185185185vw, 0.6875rem);
  color: #aea7a2;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  :where(.contents) .feature__block__notes li {
    font-size: 2.6666666667vw;
  }
}
:where(.contents) .size .heading {
  margin-bottom: 1.25em;
}
:where(.contents) .size__blocks {
  display: flex;
  align-items: start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__blocks {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
:where(.contents) .size__block > .size__comparison {
  margin-inline: auto;
  max-width: min(57.5925925926vw, 622px);
  padding-top: min(2.037037037vw, 22px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__block > .size__comparison {
    max-width: 100%;
    padding-top: 0;
  }
}
:where(.contents) .size__robe-block {
  padding-top: min(1.4814814815vw, 16px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__robe-block {
    padding-top: 0.5333333333vw;
  }
}
:where(.contents) .size__robe-block__title {
  width: 100%;
  padding-block: min(0.5555555556vw, 6px);
  background: #f9f9f7;
  text-align: center;
  font-size: min(1.4814814815vw, 1rem);
  letter-spacing: 0.14em;
  color: #65554a;
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__robe-block__title {
    font-size: 3.7333333333vw;
    padding-block: 2.6666666667vw;
    letter-spacing: 0.08em;
  }
}
:where(.contents) .size__robe-block__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
:where(.contents) .size__robe-block__list .item {
  display: flex;
  width: 50%;
  padding-block: min(3.0555555556vw, 33px);
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__robe-block__list .item {
    align-items: center;
    flex-direction: column;
    padding: 0 0 2.6666666667vw;
  }
}
:where(.contents) .size__robe-block__list .item::before {
  content: "";
  width: 100%;
  height: min(0.0925925926vw, 1px);
  background: #c2bcb8;
  position: absolute;
  bottom: 0;
  left: 0;
}
:where(.contents) .size__robe-block__list .item:nth-child(odd) {
  padding-left: min(4.4444444444vw, 48px);
}
:where(.contents) .size__robe-block__list .item:nth-child(odd)::after {
  content: "";
  width: min(0.0925925926vw, 1px);
  height: 100%;
  background: #c2bcb8;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__robe-block__list .item:nth-child(odd) {
    padding-left: 0;
  }
}
:where(.contents) .size__robe-block__list .item:nth-child(even) {
  padding-left: min(5.5555555556vw, 60px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__robe-block__list .item:nth-child(even) {
    padding-left: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__robe-block__list .item:nth-child(even) .item__img {
    padding-left: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__robe-block__list .item:nth-child(-n+2) .item__img {
    transform: translate(5.3333333333vw, 3.7333333333vw);
  }
}
:where(.contents) .size__robe-block__list .item:nth-child(n+3) {
  margin-top: min(0.462962963vw, 5px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__robe-block__list .item:nth-child(n+3) {
    gap: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__robe-block__list .item:nth-child(n+3) .item__img {
    transform: translate(5.3333333333vw, 4.2666666667vw);
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__robe-block__list .item:nth-child(n+3) .item__text {
    margin-top: 6.4vw;
  }
}
:where(.contents) .size__robe-block__list .item:nth-child(3)::after {
  height: calc(100% - min(0.9259259259vw, 10px));
  top: min(0.9259259259vw, 10px);
}
:where(.contents) .size__robe-block__list .item:nth-child(3) .item__text {
  margin-top: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__robe-block__list .item:nth-child(3) .item__text {
    margin-top: 6.4vw;
  }
}
:where(.contents) .size__robe-block__list .item__img {
  display: block;
  max-height: min(25.9259259259vw, 280px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__robe-block__list .item__img {
    max-height: 46.9333333333vw;
  }
}
:where(.contents) .size__robe-block__list .item__img > img {
  object-fit: contain;
  width: fit-content;
  height: 100%;
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__robe-block__list .item__img > img {
    max-height: 46.9333333333vw;
  }
}
:where(.contents) .size__robe-block__list .item__text {
  width: 100%;
  margin-top: min(6.8518518519vw, 74px);
  line-height: min(2.0740740741vw, 22.4px);
  font-size: min(1.2962962963vw, 0.875rem);
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__robe-block__list .item__text {
    font-size: 2.9333333333vw;
    line-height: 4.6933333333vw;
  }
}
:where(.contents) .size__robe-block__list .item__text a {
  position: relative;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-thickness: min(0.0925925926vw, 1px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__robe-block__list .item__text a {
    text-decoration-thickness: 0.2666666667vw;
  }
}
:where(.contents) .size__robe-block__list .item__text a, :where(.contents) .size__robe-block__list .item__text a > span {
  position: relative;
}
:where(.contents) .size__robe-block__list .item__text a::before, :where(.contents) .size__robe-block__list .item__text a > span::before {
  content: "";
  background: #e5e2e1;
  position: absolute;
  inset: -0.1em -0.2em -0.3em;
  z-index: -1;
}
:where(.contents) .size__robe-block__list .item__text small {
  font-size: min(1.1111111111vw, 0.75rem);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__robe-block__list .item__text small {
    font-size: 2.4vw;
  }
}
:where(.contents) .size__robe-block__note {
  margin-top: min(1.0185185185vw, 11px);
  padding-left: 4.5em;
  font-size: min(1.0185185185vw, 0.6875rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__robe-block__note {
    font-size: 2.6666666667vw;
    padding-left: 0;
  }
}
:where(.contents) .size__robe-block__note + .size__robe-block__note {
  margin-top: 0;
}
:where(.contents) .size__comparison {
  flex: 1;
  padding: 0 min(4.6296296296vw, 50px);
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__comparison {
    padding: 0;
  }
}
:where(.contents) .size__comparison__img {
  display: block;
  width: min(20.1388888889vw, 217.5px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__comparison__img {
    width: 44.6666666667vw;
  }
}
:where(.contents) .size__comparison__img--mat {
  width: min(28.9814814815vw, 313px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__comparison__img--mat {
    width: 44.2666666667vw;
  }
}
:where(.contents) .size__comparison__links li {
  position: absolute;
  left: min(26.1574074074vw, 282.5px);
  line-height: min(2.0740740741vw, 22.4px);
  font-size: min(1.2962962963vw, 0.875rem);
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__comparison__links li {
    left: 47.8666666667vw;
    font-size: 2.9333333333vw;
    line-height: 4.6933333333vw;
  }
}
:where(.contents) .size__comparison__links li a {
  position: relative;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-thickness: min(0.0925925926vw, 1px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__comparison__links li a {
    text-decoration-thickness: 0.2666666667vw;
  }
}
:where(.contents) .size__comparison__links li a, :where(.contents) .size__comparison__links li a > span {
  position: relative;
}
:where(.contents) .size__comparison__links li a::before, :where(.contents) .size__comparison__links li a > span::before {
  content: "";
  position: absolute;
  inset: -0.1em -0.2em -0.3em;
  z-index: -1;
}
:where(.contents) .size__comparison__links li small {
  font-size: min(1.1111111111vw, 0.75rem);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__comparison__links li small {
    font-size: 2.4vw;
  }
}
:where(.contents) .size__comparison__links .bathtowel {
  top: min(1.0185185185vw, 11px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__comparison__links .bathtowel {
    top: 2vw;
  }
}
:where(.contents) .size__comparison__links .bathtowel a::before {
  background: #e5e2e1;
}
:where(.contents) .size__comparison__links .mini-bathtowel {
  top: min(11.9444444444vw, 129px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__comparison__links .mini-bathtowel {
    top: 26.2666666667vw;
  }
}
:where(.contents) .size__comparison__links .mini-bathtowel a::before {
  background: #efeeed;
}
:where(.contents) .size__comparison__links .hair-facetowel {
  top: min(17.5925925926vw, 190px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__comparison__links .hair-facetowel {
    top: 38.8vw;
  }
}
:where(.contents) .size__comparison__links .hair-facetowel a::before {
  background: #f7f6f5;
}
:where(.contents) .size__comparison__links .handtowel {
  top: min(33.9814814815vw, 367px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__comparison__links .handtowel {
    top: 75.0666666667vw;
  }
}
:where(.contents) .size__comparison__links .handtowel a::before {
  background: #fff;
}
:where(.contents) .size__comparison__links .bath-mat, :where(.contents) .size__comparison__links .shaggy-rug-mat, :where(.contents) .size__comparison__links .chenille-rug-mat, :where(.contents) .size__comparison__links .mini-bath-mat {
  left: min(34.7222222222vw, 375px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__comparison__links .bath-mat, :where(.contents) .size__comparison__links .shaggy-rug-mat, :where(.contents) .size__comparison__links .chenille-rug-mat, :where(.contents) .size__comparison__links .mini-bath-mat {
    left: 47.4666666667vw;
  }
}
:where(.contents) .size__comparison__links .bath-mat a::before, :where(.contents) .size__comparison__links .bath-mat a > span::before, :where(.contents) .size__comparison__links .shaggy-rug-mat a::before, :where(.contents) .size__comparison__links .shaggy-rug-mat a > span::before, :where(.contents) .size__comparison__links .chenille-rug-mat a::before, :where(.contents) .size__comparison__links .chenille-rug-mat a > span::before, :where(.contents) .size__comparison__links .mini-bath-mat a::before, :where(.contents) .size__comparison__links .mini-bath-mat a > span::before {
  background: #e5e2e1;
}
:where(.contents) .size__comparison__links .bath-mat {
  top: min(4.9074074074vw, 53px);
}
:where(.contents) .size__comparison__links .shaggy-rug-mat {
  top: min(10.5555555556vw, 114px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__comparison__links .shaggy-rug-mat {
    top: 19.7333333333vw;
  }
}
:where(.contents) .size__comparison__links .chenille-rug-mat {
  top: min(14.4444444444vw, 156px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__comparison__links .chenille-rug-mat {
    top: 29.8666666667vw;
  }
}
:where(.contents) .size__comparison__links .mini-bath-mat {
  top: min(29.3518518519vw, 317px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__comparison__links .mini-bath-mat {
    top: 52.8vw;
  }
}
:where(.contents) .size__rolled {
  flex: 1;
  padding: 0 min(4.6296296296vw, 50px);
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__rolled {
    padding: 0;
  }
}
:where(.contents) .size__rolled__head {
  text-align: center;
  font-weight: 700;
  font-size: min(1.5648148148vw, 16.9px);
  margin-bottom: min(3.2407407407vw, 35px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__rolled__head {
    font-size: 3.4666666667vw;
    margin-bottom: 4vw;
  }
}
:where(.contents) .size__rolled__img {
  width: min(12.5vw, 135px);
  margin-left: min(2.7777777778vw, 30px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__rolled__img {
    width: 23.6vw;
    margin-left: 14.9333333333vw;
  }
}
:where(.contents) .size__rolled__link {
  position: absolute;
  top: min(12.2222222222vw, 132px);
  left: min(22.1296296296vw, 239px);
  line-height: min(2.0740740741vw, 22.4px);
  font-size: min(1.2962962963vw, 0.875rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__rolled__link {
    top: 20.6666666667vw;
    left: 43.7333333333vw;
    line-height: 4.6933333333vw;
    font-size: 2.9333333333vw;
  }
}
:where(.contents) .size__rolled__link a {
  position: relative;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-thickness: min(0.0925925926vw, 1px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__rolled__link a {
    text-decoration-thickness: 0.2666666667vw;
  }
}
:where(.contents) .size__rolled__link a::before {
  content: "";
  position: absolute;
  inset: -0.1em -0.2em -0.3em;
  z-index: -1;
  background: #e5e2e1;
}
:where(.contents) .size__rolled__link small {
  font-size: min(1.1111111111vw, 0.75rem);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__rolled__link small {
    font-size: 2.4vw;
  }
}
:where(.contents) .size__rolled__notes {
  margin-top: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__rolled__notes {
    margin-top: 5.3333333333vw;
  }
}
:where(.contents) .size__rolled__notes li {
  font-size: min(1.0185185185vw, 0.6875rem);
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  :where(.contents) .size__rolled__notes li {
    font-size: 2.6666666667vw;
  }
}
:where(.contents) .comparison .heading {
  margin-bottom: 1.8em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .comparison .heading {
    margin-bottom: 1.4em;
  }
}
:where(.contents) .comparison__inner {
  gap: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .comparison__inner {
    max-width: 100%;
    gap: 4vw;
  }
}
:where(.contents) .comparison .links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(0.9259259259vw, 10px);
  max-width: min(74.4444444444vw, 804px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .comparison .links {
    max-width: initial;
    gap: min(0.1851851852vw, 2px);
  }
}
:where(.contents) .comparison .links__item {
  width: calc((100% - min(0.9259259259vw, 10px)) / 3);
}
@media screen and (max-width: 767px) {
  :where(.contents) .comparison .links__item {
    width: calc((100% - 0.5333333333vw) / 3);
  }
}
:where(.contents) .comparison .links__item__img {
  display: block;
  width: 100%;
  height: min(10.2777777778vw, 111px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .comparison .links__item__img {
    height: 29.6vw;
  }
}
:where(.contents) .comparison .links__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(.contents) .comparison .links__item__body {
  background: linear-gradient(#a39076, #9c876d);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  color: #fff;
  font-size: min(1.1111111111vw, 0.75rem);
  line-height: 1;
  padding-bottom: 0.2em;
  height: min(4.6296296296vw, 50px);
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.contents) .comparison .links__item__body {
    font-size: 3.2vw;
    height: 26.6666666667vw;
  }
}
:where(.contents) .comparison .links__item__body::after {
  content: "";
  width: min(0.7407407407vw, 8px);
  height: min(0.7407407407vw, 8px);
  border-right: min(0.0925925926vw, 1px) solid #fff;
  border-bottom: min(0.0925925926vw, 1px) solid #fff;
  rotate: -45deg;
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  :where(.contents) .comparison .links__item__body::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-width: 0.2666666667vw;
  }
}
:where(.contents) .comparison .links__item__body > span {
  text-align: center;
  line-height: 1.5;
}
:where(.contents) .comparison .links--2col .links__item {
  width: calc(50% - min(0.462962963vw, 5px));
}
:where(.contents) .comparison .links--2col .links__item__img {
  height: min(13.8888888889vw, 150px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .comparison .links--2col .links__item__img {
    height: 29.6vw;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .comparison .links--2col .links__item__body {
    height: 15.4666666667vw;
  }
}
:where(.contents) .comparison .table {
  display: block;
  width: 100%;
  margin-top: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .comparison .table {
    margin-top: 0.5333333333vw;
  }
}
:where(.contents) .comparison .table tbody {
  display: block;
}
:where(.contents) .comparison .table tbody tr {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.contents) .comparison .table tbody tr {
    flex-wrap: wrap;
  }
}
:where(.contents) .comparison .table tbody tr::before, :where(.contents) .comparison .table tbody tr::after {
  content: "";
  width: 100%;
  height: min(0.0925925926vw, 1px);
  background: #c2bcb8;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  :where(.contents) .comparison .table tbody tr::before, :where(.contents) .comparison .table tbody tr::after {
    display: none;
  }
}
:where(.contents) .comparison .table tbody tr::before {
  top: 0;
}
:where(.contents) .comparison .table tbody tr:not(:last-child)::after {
  display: none;
}
:where(.contents) .comparison .table tbody tr:last-child::after {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  :where(.contents) .comparison .table tbody tr:last-child::after {
    display: block;
  }
}
:where(.contents) .comparison .table tbody tr th, :where(.contents) .comparison .table tbody tr td {
  padding-block: min(1.1111111111vw, 12px) min(1.0185185185vw, 11px);
  text-align: center;
  line-height: 1.4;
  color: #65554a;
}
:where(.contents) .comparison .table tbody tr th {
  min-width: min(18.1481481481vw, 196px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .comparison .table tbody tr th {
    width: 100%;
    padding-block: 0;
  }
}
:where(.contents) .comparison .table tbody tr th > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - min(0.9259259259vw, 10px));
  height: 100%;
  padding: min(1.0185185185vw, 11px) min(1.1111111111vw, 12px);
  background: #f9f9f7;
  font-size: min(1.4814814815vw, 16px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .comparison .table tbody tr th > span {
    width: 100%;
    padding-block: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
:where(.contents) .comparison .table tbody tr td {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: min(1.2037037037vw, 13px);
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.contents) .comparison .table tbody tr td {
    font-size: 2.5333333333vw;
    padding-block: 5.3333333333vw;
  }
}
:where(.contents) .comparison .table tbody tr td:nth-child(2) {
  width: calc((100% - min(18.1481481481vw, 196px)) / 3 - min(1.8518518519vw, 20px) / 3 + min(0.462962963vw, 5px));
  padding-right: min(0.462962963vw, 5px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .comparison .table tbody tr td:nth-child(2) {
    width: 33.3333333333%;
  }
}
:where(.contents) .comparison .table tbody tr td:nth-child(3) {
  width: calc((100% - min(18.1481481481vw, 196px)) / 3 - min(1.8518518519vw, 20px) / 3 + min(0.9259259259vw, 10px));
  padding-inline: min(0.462962963vw, 5px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .comparison .table tbody tr td:nth-child(3) {
    width: 33.3333333333%;
  }
}
:where(.contents) .comparison .table tbody tr td:last-child {
  width: calc((100% - min(18.1481481481vw, 196px)) / 3 - min(1.8518518519vw, 20px) / 3 + min(0.462962963vw, 5px));
  padding-left: min(0.462962963vw, 5px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .comparison .table tbody tr td:last-child {
    width: 33.3333333333%;
  }
}
:where(.contents) .comparison .table tbody tr td:not(:last-child)::after {
  content: "";
  width: min(0.0925925926vw, 1px);
  height: 100%;
  background: #c2bcb8;
  position: absolute;
  right: 0;
  top: 0;
}
:where(.contents) .comparison .table tbody tr td:has(.img > img) {
  padding-top: min(2.4074074074vw, 26px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .comparison .table tbody tr td:has(.img > img) {
    justify-content: space-between;
    padding-top: 6.4vw;
  }
}
:where(.contents) .comparison .table tbody tr td:has(.img > img) .img > img {
  margin-top: min(1.6666666667vw, 18px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .comparison .table tbody tr td:has(.img > img) .img > img {
    margin-top: 3.2vw;
    padding-inline: 1.0666666667vw;
  }
}
:where(.contents) .comparison .table--2col tbody tr td:nth-child(n+2) {
  width: calc((100% - min(18.1481481481vw, 196px)) / 2);
}
@media screen and (max-width: 767px) {
  :where(.contents) .comparison .table--2col tbody tr td:nth-child(n+2) {
    width: 50%;
  }
}
:where(.contents) .gift {
  overflow: hidden;
  margin-bottom: min(2.1759259259vw, 23.5px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift {
    margin-bottom: 16vw;
  }
}
:where(.contents) .gift__mv {
  display: grid;
  grid-template-columns: 1fr min(37.037037037vw, 400px);
  padding-right: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__mv {
    grid-template-columns: 1fr;
    padding-right: 0;
  }
}
:where(.contents) .gift__mv__body {
  height: min(27.7777777778vw, 300px);
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__mv__body {
    height: auto;
    padding: 13.3333333333vw 0 8vw;
    text-align: center;
  }
}
:where(.contents) .gift__mv__body::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: linear-gradient(#a39076, #9c876d);
  position: absolute;
  left: calc(min(46.2962962963vw, 500px) - 50vw);
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__mv__body::before {
    height: 81.3333333333vw;
    left: -5.3333333333vw;
  }
}
:where(.contents) .gift__mv__head {
  font-family: "Noto Serif JP", serif;
  font-size: min(2.5vw, 1.6875rem);
  margin-bottom: 1em;
  letter-spacing: 0.14em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__mv__head {
    font-size: 4.8vw;
  }
}
:where(.contents) .gift__mv__txt {
  font-size: min(1.5740740741vw, 1.0625rem);
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__mv__txt {
    font-size: 3.7333333333vw;
  }
}
:where(.contents) .gift__mv__img {
  padding-top: min(5.5555555556vw, 60px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__mv__img {
    padding-top: 0;
  }
}
:where(.contents) .gift__block {
  margin-top: min(4.6296296296vw, 50px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__block {
    margin-top: 13.3333333333vw;
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
  }
}
:where(.contents) .gift__block:has(.gift__block__btns) {
  margin-bottom: min(5.1851851852vw, 56px);
}
:where(.contents) .gift__block__head {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.8518518519vw, 1.25rem);
  margin-bottom: 1em;
  letter-spacing: 0.14em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__block__head {
    font-size: 4.2666666667vw;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
}
:where(.contents) .gift__block__head:has(+ .gift__block__btns) {
  margin-bottom: min(2.4074074074vw, 26px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__block__head:has(+ .gift__block__btns) {
    margin-bottom: min(4.8148148148vw, 52px);
  }
}
:where(.contents) .gift__block__txt {
  font-size: min(1.4814814815vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__block__txt {
    font-size: 3.4666666667vw;
  }
}
:where(.contents) .gift__block__btns {
  display: flex;
  justify-content: center;
  gap: min(1.4814814815vw, 16px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__block__btns {
    flex-direction: column;
    align-items: center;
    gap: 4.2666666667vw;
  }
}
:where(.contents) .gift__block__btns .button {
  height: min(6.25vw, 67.5px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__block__btns .button {
    height: 18vw;
  }
}
:where(.contents) .gift__block__btns .button > img {
  flex: 1;
  max-width: min(9.2592592593vw, 100px);
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__block__btns .button > img {
    max-width: 26.6666666667vw;
  }
}
:where(.contents) .gift__block__btns .button > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: min(1.1111111111vw, 0.75rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__block__btns .button > span {
    font-size: min(3.3333333333vw, 2.25rem);
  }
}
:where(.contents) .gift__block__btns .button > span::after {
  content: "";
  display: inline-block;
  margin-left: 1em;
  width: 0.5em;
  height: 0.5em;
  border-top: min(0.0925925926vw, 1px) solid #836447;
  border-right: min(0.0925925926vw, 1px) solid #836447;
  rotate: 45deg;
}
:where(.contents) .gift__list {
  margin-top: min(3.2407407407vw, 35px);
  gap: min(1.8518518519vw, 20px);
  min-width: max-content;
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__list {
    margin-top: 5.3333333333vw;
    gap: 2.6666666667vw;
    padding-left: 3.8666666667vw;
    padding-right: 3.8666666667vw;
  }
}
:where(.contents) .gift__list li {
  flex: 0 0 auto;
  width: min(21.7592592593vw, 235px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__list li {
    width: 44.8vw;
  }
}
:where(.contents) .back-button {
  margin-top: min(2.1759259259vw, 23.5px);
  text-align: center;
}
:where(.contents) .faq {
  margin-top: min(7.4074074074vw, 80px);
  padding: min(7.4074074074vw, 80px) min(3.7037037037vw, 40px) min(7.4074074074vw, 80px);
  background-color: #f9f9f7;
}
@media screen and (max-width: 767px) {
  :where(.contents) .faq {
    padding: 13.3333333333vw 4vw 18.6666666667vw;
  }
}
:where(.contents) .faq__list {
  max-width: min(74.0740740741vw, 800px);
  margin-inline: auto;
  display: grid;
  gap: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .faq__list {
    max-width: 100%;
    gap: 4vw;
  }
}
:where(.contents) .faq__block {
  background: #fff;
  font-size: min(1.2962962963vw, 0.875rem);
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.contents) .faq__block {
    font-size: 3.7333333333vw;
  }
}
:where(.contents) .faq__block__q {
  font-weight: 500;
  position: relative;
  padding: min(2.3148148148vw, 25px) min(9.7222222222vw, 105px) min(2.3148148148vw, 25px) min(7.8703703704vw, 85px);
  display: grid;
  align-items: center;
  min-height: min(8.3333333333vw, 90px);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  :where(.contents) .faq__block__q {
    padding: 4vw 13.3333333333vw 4vw 20vw;
    min-height: 18.6666666667vw;
  }
}
:where(.contents) .faq__block__q::before {
  content: "";
  width: min(3.7037037037vw, 40px);
  height: min(3.7037037037vw, 40px);
  background: url(../img/ic-question.png) no-repeat center center/contain;
  position: absolute;
  left: min(2.3148148148vw, 25px);
  top: min(2.3148148148vw, 25px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .faq__block__q::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    left: 4vw;
    top: 4vw;
  }
}
:where(.contents) .faq__block__a {
  position: relative;
  padding: 0 min(9.7222222222vw, 105px) min(2.3148148148vw, 25px) min(7.8703703704vw, 85px);
  display: none;
}
@media screen and (max-width: 767px) {
  :where(.contents) .faq__block__a {
    padding: 0 4vw 4vw 20vw;
  }
}
:where(.contents) .faq__block__a::before {
  content: "";
  width: min(3.7037037037vw, 40px);
  height: min(3.7037037037vw, 40px);
  background: url(../img/ic-answer.png) no-repeat center center/contain;
  position: absolute;
  left: min(2.3148148148vw, 25px);
  top: 0;
}
@media screen and (max-width: 767px) {
  :where(.contents) .faq__block__a::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    left: 4vw;
  }
}
:where(.contents) .faq__block__a__inner {
  min-height: min(3.7037037037vw, 40px);
  display: grid;
  align-items: center;
}
@media screen and (max-width: 767px) {
  :where(.contents) .faq__block__a__inner {
    min-height: 10.6666666667vw;
  }
}
:where(.contents) .faq__block__a__inner > * + * {
  margin-top: 1em;
}
:where(.contents) .faq__block::before, :where(.contents) .faq__block::after {
  content: "";
  width: min(1.3888888889vw, 15px);
  height: min(0.0925925926vw, 1px);
  background: #65554a;
  position: absolute;
  right: min(2.3148148148vw, 25px);
  top: min(4.1203703704vw, 44.5px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .faq__block::before, :where(.contents) .faq__block::after {
    width: 4vw;
    height: 0.2666666667vw;
    right: 4vw;
    top: 9.2vw;
  }
}
:where(.contents) .faq__block::after {
  rotate: -90deg;
}
:where(.contents) .faq__block.is-open::after {
  rotate: 0deg;
}
:where(.contents) .products {
  overflow: hidden;
}
:where(.contents) .products__anchor {
  margin-left: calc(-1 * min(3.7037037037vw, 40px));
  margin-right: calc(-1 * min(3.7037037037vw, 40px));
}
@media screen and (max-width: 767px) {
  :where(.contents) .products__anchor {
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
  }
}
:where(.contents) .products__block {
  margin-top: min(9.2592592593vw, 100px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .products__block {
    margin-top: 16vw;
  }
}
:where(.contents) .products__mv {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  min-height: min(23.1481481481vw, 250px);
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: min(6.4814814815vw, 70px);
  background: var(--bg-color);
}
@media screen and (max-width: 767px) {
  :where(.contents) .products__mv {
    padding-top: 2.6666666667vw;
    min-height: auto;
    height: 39.4666666667vw;
  }
}
:where(.contents) .products__mv img {
  width: 100%;
  max-width: min(133.3333333333vw, 1440px);
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
:where(.contents) .products__heading {
  z-index: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-left: min(4.6296296296vw, 50px);
  font-size: min(2.962962963vw, 2rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .products__heading {
    padding-left: 0;
    font-size: 6.9333333333vw;
  }
}
:where(.contents) .products__heading__jp {
  font-size: min(1.4814814815vw, 1rem);
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  :where(.contents) .products__heading__jp {
    font-size: 3.2vw;
  }
}
:where(.contents) .products__lead {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: min(1.8518518519vw, 1.25rem);
  margin-bottom: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .products__lead {
    font-size: 3.7333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
:where(.contents) .products__list {
  display: flex;
  justify-content: center;
  margin-top: min(3.2407407407vw, 35px);
  gap: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .products__list {
    flex-wrap: wrap;
    margin-top: 5.3333333333vw;
    gap: 10.6666666667vw 5.2vw;
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
  }
}
:where(.contents) .products__list li {
  flex: 0 0 auto;
  width: min(21.7592592593vw, 235px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .products__list li {
    width: 44.8vw;
  }
}
:where(.contents) .floating-banner {
  position: fixed;
  right: 18px;
  bottom: 80px;
  width: 120px;
  height: 120px;
  z-index: 100;
}
:where(.contents) .floating-banner__link {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
:where(.contents) .floating-banner__close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #000;
  z-index: 10;
  cursor: pointer;
}
:where(.contents) .floating-banner__close::before, :where(.contents) .floating-banner__close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #fff;
  margin: auto;
  width: 65%;
  height: 2px;
}
:where(.contents) .floating-banner__close::before {
  transform: rotate(45deg);
}
:where(.contents) .floating-banner__close::after {
  transform: rotate(-45deg);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--one-set-width, -1000px));
  }
}
@media screen and not (max-width: 767px) {
  :where(.contents) .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .is-pc {
    display: none !important;
  }
}

:where(.contents) .indent {
  text-indent: -1em;
  padding-left: 1em;
}
:where(.contents) .mt-0 {
  margin-top: 0 !important;
}
:where(.contents) .mb-0 {
  margin-bottom: 0 !important;
}