:where(.contents) {
  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;
}

:where(.contents) .section {
  margin-top: min(6.4814814815vw, 70px);
  padding: 0 min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .section {
    margin-top: 13.3333333333vw;
    padding: 0 5.3333333333vw;
  }
}
:where(.contents) .section__inner {
  max-width: min(92.5925925926vw, 1000px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .section__inner {
    max-width: 100%;
  }
}
:where(.contents) .container {
  max-width: min(92.5925925926vw, 1000px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .container {
    max-width: 100%;
  }
}
:where(.contents) .flex {
  display: flex;
  gap: var(--gap, min(6.4814814815vw, 70px));
}
@media screen and (max-width: 767px) {
  :where(.contents) .flex {
    gap: var(--sp-gap, 5.3333333333vw);
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .flex.sp-column {
    flex-direction: column;
  }
}
:where(.contents) .flex > * {
  flex: 1;
}

@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) .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  width: 100%;
  background: #000;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-size: min(1.4814814815vw, 1rem);
  height: min(6.0185185185vw, 65px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .button {
    height: 16.5333333333vw;
    font-size: 4.2666666667vw;
  }
}
:where(.contents) .button::before {
  content: "";
  width: 1.375em;
  height: 1.375em;
  background: url(../img/ic-cart.png) no-repeat center/contain;
}
:where(.contents) .button.display_soldout {
  background: #bfbfbf;
  pointer-events: none;
}
:where(.contents) .button.display_soldout::before {
  content: none;
}
:where(.contents) .button__soldout {
  color: #ff0000;
  text-align: center;
  line-height: 1;
  font-size: min(1.2962962963vw, 0.875rem);
  margin-top: 0.5em;
}
:where(.contents) .note {
  font-size: min(0.9259259259vw, 0.625rem);
  line-height: 1.8;
  color: #555;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  :where(.contents) .note {
    font-size: 2.6666666667vw;
  }
}
:where(.contents) .note.indent {
  text-indent: -1em;
  padding-left: 1em;
}
:where(.contents) .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
  line-height: 1.5;
  margin-bottom: min(5.5555555556vw, 60px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .heading {
    margin-bottom: 9.3333333333vw;
  }
}
:where(.contents) .heading::after {
  content: "";
  width: min(4.0740740741vw, 44px);
  height: min(0.0925925926vw, 1px);
  background: #000;
  margin-top: min(1.3888888889vw, 15px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .heading::after {
    width: 11.7333333333vw;
    height: 0.2666666667vw;
    margin-top: 4vw;
  }
}
:where(.contents) .heading__ja {
  font-size: min(1.8518518519vw, 1.25rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .heading__ja {
    font-size: 4.8vw;
  }
}
:where(.contents) .heading__en {
  font-size: min(3.1481481481vw, 2.125rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .heading__en {
    font-size: 6.6666666667vw;
  }
}
:where(.contents) .kv {
  background-color: #e3e4e6;
}
@media screen and (max-width: 767px) {
  :where(.contents) .kv {
    margin-bottom: 0;
  }
}
:where(.contents) .kv__img {
  max-width: min(133.3333333333vw, 1440px);
  margin-inline: auto;
}
:where(.contents) .anchor {
  background-color: #a28a73;
  height: min(5.5555555556vw, 60px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .anchor {
    height: 15.3333333333vw;
  }
}
:where(.contents) .anchor__list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  :where(.contents) .anchor__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: unset;
  }
}
:where(.contents) .anchor__list li {
  height: 100%;
  position: relative;
  color: #fff;
}
:where(.contents) .anchor__list li:not(:first-child)::before {
  content: "";
  width: min(0.0925925926vw, 1px);
  height: min(1.8518518519vw, 20px);
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  :where(.contents) .anchor__list li:not(:first-child)::before {
    width: 0.2666666667vw;
    height: 4.5333333333vw;
  }
}
:where(.contents) .anchor__list a {
  display: grid;
  place-content: center;
  height: 100%;
  font-size: min(1.6666666667vw, 1.125rem);
  line-height: 1;
  width: min(16.2962962963vw, 176px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  :where(.contents) .anchor__list a {
    font-size: 3.7333333333vw;
    width: auto;
  }
}
:where(.contents) .cta {
  position: relative;
}
@media screen and not (max-width: 767px) {
  :where(.contents) .cta {
    padding: min(7.4074074074vw, 80px) min(3.7037037037vw, 40px) 0;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .cta {
    margin-top: 9.6vw;
  }
}
@media screen and not (max-width: 767px) {
  :where(.contents) .cta__inner {
    max-width: min(92.5925925926vw, 1000px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 50% 1fr;
    column-gap: min(3.7037037037vw, 40px);
  }
}
@media screen and (not (max-width: 767px)) and (max-width: 767px) {
  :where(.contents) .cta__inner {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
:where(.contents) .cta #goodsspec_body {
  margin-top: 0 !important;
}
:where(.contents) .cta__flick {
  position: relative;
  min-width: 0;
}
:where(.contents) .cta__flick .bx-wrapper {
  max-width: unset !important;
}
@media screen and not (max-width: 767px) {
  :where(.contents) .cta__flick .bx-viewport {
    height: min(46.2962962963vw, 500px) !important;
  }
}
:where(.contents) .cta__flick .goodsproductdetail_ {
  margin: 0 !important;
}
:where(.contents) .cta__flick #gallery {
  width: 100% !important;
  float: none !important;
}
:where(.contents) .cta__flick #gallery .img_main_ .icon_showList {
  display: none !important;
}
@media screen and not (max-width: 767px) {
  :where(.contents) .cta__flick #gallery .img_main_ .img_main_view_ ul li {
    height: min(46.2962962963vw, 500px) !important;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .cta__flick #gallery .img_thumbnail_view_ {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
    margin: 0 !important;
    width: 100% !important;
  }
}
@media screen and not (max-width: 767px) {
  :where(.contents) .cta__spwrap {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .cta__spwrap {
    background: #e8f4ef;
    padding: 4vw;
    margin-top: 8vw;
  }
}
@media screen and not (max-width: 767px) {
  :where(.contents) .cta__spwrap__inner {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .cta__spwrap__inner {
    background: #fff;
    padding: 4vw 4vw 8vw;
  }
}
@media screen and not (max-width: 767px) {
  :where(.contents) .cta__body {
    margin-bottom: min(4.1666666667vw, 45px);
  }
}
:where(.contents) .cta__products {
  display: grid;
  gap: min(2.7777777778vw, 30px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .cta__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8.2666666667vw;
  }
}
:where(.contents) .cta__products__box {
  position: relative;
}
:where(.contents) .cta__products__card {
  display: grid;
  column-gap: min(1.8518518519vw, 20px);
}
@media screen and not (max-width: 767px) {
  :where(.contents) .cta__products__card {
    grid-template-columns: min(11.1111111111vw, 120px) 1fr;
    grid-template-rows: auto 1fr;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .cta__products__card {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
:where(.contents) .cta__products__img {
  grid-row: span 2;
}
@media screen and (max-width: 767px) {
  :where(.contents) .cta__products__img {
    grid-row: span 1;
  }
}
:where(.contents) .cta__products__name {
  font-size: min(1.6666666667vw, 1.125rem);
  font-weight: 500;
  margin-top: 0.5em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  :where(.contents) .cta__products__name {
    font-size: 4.2666666667vw;
  }
}
:where(.contents) .cta__products__price {
  font-size: min(2.037037037vw, 1.375rem);
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  :where(.contents) .cta__products__price {
    margin-top: auto;
    font-size: 5.824vw;
  }
}
:where(.contents) .cta__products__tax {
  font-size: min(1.2037037037vw, 0.8125rem);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  :where(.contents) .cta__products__tax {
    font-size: 3.4666666667vw;
  }
}
:where(.contents) .cta__products__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: min(0.1851851852vw, 2px);
  margin-top: min(1.6666666667vw, 18px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .cta__products__tags {
    gap: 0.5333333333vw;
    margin-top: 5.3333333333vw;
  }
}
:where(.contents) .cta__products__tags li {
  font-size: min(1.1111111111vw, 0.75rem);
  font-weight: 500;
  letter-spacing: 0;
  background: #d9d9d9;
  padding: 0 0.5em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  :where(.contents) .cta__products__tags li {
    font-size: 3.2vw;
  }
}
:where(.contents) .cta__products__cart {
  margin-top: min(0.9259259259vw, 10px);
}
:where(.contents) .cta__spcart {
  margin-top: 4vw;
}
:where(.contents) .cta__delivery {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .cta__delivery {
    margin-top: 1.25em;
  }
}
:where(.contents) .cta__delivery dt {
  line-height: 1.5;
}
:where(.contents) .cta__delivery dd {
  margin-top: 0.2em;
  letter-spacing: 0;
}
:where(.contents) .cta__delivery dd a {
  text-decoration: underline;
}
@media screen and not (max-width: 767px) {
  :where(.contents) .cta__spec {
    grid-column: span 2;
    width: min(75vw, 720px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .cta__spec {
    margin-top: 5.3333333333vw;
  }
}
:where(.contents) .cta__spec__title {
  position: relative;
  border-top: 1px solid #d8dee5;
  border-bottom: 1px solid #d8dee5;
  cursor: pointer;
}
@media screen and not (max-width: 767px) {
  :where(.contents) .cta__spec__title {
    padding: min(1.8518518519vw, 20px) 0 min(1.9444444444vw, 21px) 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .cta__spec__title {
    padding: 5.3333333333vw 0;
    font-size: 3.7333333333vw;
  }
}
:where(.contents) .cta__spec__title::after {
  content: "";
  background-image: url("../img/ic-plus-black.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: min(1.0185185185vw, 11px);
  height: min(1.0185185185vw, 11px);
  display: block;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(1.1111111111vw, 12px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .cta__spec__title::after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    right: 3.2vw;
  }
}
:where(.contents) .cta__spec.is-open :where(.contents) .cta__spec__title::after {
  background-image: url("../img/ic-minus-black.png");
}
:where(.contents) .cta__spec__wrapper {
  display: none;
  margin-top: min(3.7037037037vw, 40px);
}
:where(.contents) .cta__spec__wrapper .d-table {
  display: table;
  width: 100%;
}
:where(.contents) .cta__spec__wrapper .d-head {
  display: table-caption;
  width: 100%;
  font-weight: 700;
}
@media screen and not (max-width: 767px) {
  :where(.contents) .cta__spec__wrapper .d-head {
    padding-bottom: min(1.8518518519vw, 20px);
    font-size: min(1.2962962963vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .cta__spec__wrapper .d-head {
    padding-bottom: 4vw;
    font-size: 3.7333333333vw;
  }
}
:where(.contents) .cta__spec__wrapper .d-table + .d-table .d-head {
  border-top: 1px solid #ccc;
}
@media screen and not (max-width: 767px) {
  :where(.contents) .cta__spec__wrapper .d-table + .d-table .d-head {
    padding-top: min(3.7037037037vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .cta__spec__wrapper .d-table + .d-table .d-head {
    padding-top: 8vw;
  }
}
:where(.contents) .cta__spec__wrapper .d-row {
  display: table-row;
}
:where(.contents) .cta__spec__wrapper .d-cell {
  display: table-cell;
  line-height: 1.4;
}
@media screen and not (max-width: 767px) {
  :where(.contents) .cta__spec__wrapper .d-cell {
    padding-bottom: min(3.7037037037vw, 40px);
    font-size: min(1.2962962963vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .cta__spec__wrapper .d-cell {
    padding-bottom: 8vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and not (max-width: 767px) {
  :where(.contents) .cta__spec__wrapper .d-cell:first-child {
    width: min(14.2592592593vw, 154px);
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .cta__spec__wrapper .d-cell:first-child {
    width: 30%;
  }
}
:where(.contents) .cta__spec__wrapper .d-cell:nth-of-type(2) {
  color: #5c656b;
}
@media screen and not (max-width: 767px) {
  :where(.contents) .cta__spec__wrapper .d-cell:nth-of-type(2) {
    width: calc(100% - min(14.2592592593vw, 154px));
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .cta__spec__wrapper .d-cell:nth-of-type(2) {
    width: 70%;
  }
}
:where(.contents) .cta__shopper {
  margin-inline: auto;
}
@media screen and not (max-width: 767px) {
  :where(.contents) .cta__shopper {
    margin-top: min(6.4814814815vw, 70px);
    grid-column: span 2;
    max-width: min(87.037037037vw, 940px);
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .cta__shopper {
    margin-top: 4vw;
  }
}
:where(.contents) .intro {
  margin-bottom: min(6.4814814815vw, 70px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .intro {
    margin-bottom: 13.3333333333vw;
  }
}
:where(.contents) .intro__inner {
  display: grid;
  grid-template-columns: min(45.3703703704vw, 490px) 1fr;
  align-items: center;
  gap: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .intro__inner {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .intro {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .intro__img {
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
  }
}
:where(.contents) .intro__message {
  font-weight: 400;
}
:where(.contents) .intro__message__title {
  font-size: min(2.2222222222vw, 1.5rem);
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .intro__message__title {
    font-size: 5.8666666667vw;
  }
}
:where(.contents) .intro__message__txt {
  font-size: min(1.3888888889vw, 0.9375rem);
  line-height: 2;
}
@media screen and not (max-width: 767px) {
  :where(.contents) .intro__message__txt {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .intro__message__txt {
    font-size: 4.2666666667vw;
  }
}
:where(.contents) .recommendation__list {
  width: fit-content;
  margin-inline: auto;
  display: grid;
}
:where(.contents) .recommendation__list li {
  display: flex;
  align-items: center;
  gap: 0.5em;
  line-height: 2;
  font-size: min(1.4814814815vw, 1rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .recommendation__list li {
    font-size: 3.7333333333vw;
  }
}
:where(.contents) .recommendation__list li::before {
  content: "";
  width: min(1.6666666667vw, 18px);
  height: min(1.6666666667vw, 18px);
  background: url(../img/ic-check.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  :where(.contents) .recommendation__list li::before {
    width: 4.4vw;
    height: 4.4vw;
  }
}
:where(.contents) .recommendation__resolve {
  text-align: center;
  font-size: min(1.6666666667vw, 1.125rem);
  margin-top: min(2.7777777778vw, 30px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .recommendation__resolve {
    font-size: 4vw;
    margin-top: 5.3333333333vw;
  }
}
:where(.contents) .recommendation__resolve::before {
  content: "";
  width: min(16.712962963vw, 180.5px);
  height: min(5.6944444444vw, 61.5px);
  background: url(../img/im-arrow-bottom.jpg) no-repeat center/contain;
  display: block;
  margin-bottom: min(2.7777777778vw, 30px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .recommendation__resolve::before {
    width: 48.1333333333vw;
    height: 16.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and not (max-width: 767px) {
  :where(.contents) .feature {
    background: #e8f4ef;
    margin-top: min(6.4814814815vw, 70px);
    padding-top: min(6.4814814815vw, 70px);
    padding-bottom: min(7.4074074074vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .feature {
    padding-top: 13.3333333333vw;
    margin-top: 0;
  }
}
:where(.contents) .feature__block {
  background-color: #fff;
  padding: min(5.5555555556vw, 60px) min(6.0185185185vw, 65px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: min(4.6296296296vw, 50px) min(6.4814814815vw, 70px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .feature__block {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 8vw;
  }
}
:where(.contents) .feature__block > .wide {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  :where(.contents) .feature__block > .wide {
    grid-column: span 1;
  }
}
:where(.contents) .feature-card__heading {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  font-size: min(1.8518518519vw, 1.25rem);
  text-align: center;
  border-bottom: min(0.0925925926vw, 1px) solid #666666;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  :where(.contents) .feature-card__heading {
    border-width: 0.2666666667vw;
    font-size: 4vw;
  }
}
:where(.contents) .feature-card__img {
  width: 100%;
}
:where(.contents) .feature-card__txt {
  margin-top: 1.5em;
  font-size: min(1.2962962963vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .feature-card__txt {
    font-size: 3.4666666667vw;
  }
}
:where(.contents) .feature-card__desc {
  display: grid;
  grid-template-columns: min(7.4074074074vw, 80px) 1fr;
  gap: min(1.3888888889vw, 15px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  :where(.contents) .feature-card__desc {
    align-items: flex-start;
    grid-template-columns: 21.3333333333vw 1fr;
    gap: 4vw;
  }
}
:where(.contents) .feature-card__desc__heading {
  font-size: min(1.4814814815vw, 1rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  :where(.contents) .feature-card__desc__heading {
    font-size: 3.7333333333vw;
  }
}
:where(.contents) .feature-card__desc__txt {
  font-size: min(1.2962962963vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .feature-card__desc__txt {
    font-size: 3.4666666667vw;
  }
}
:where(.contents) .scene {
  overflow: hidden;
  padding-top: min(6.4814814815vw, 70px);
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  :where(.contents) .scene {
    padding-top: 13.3333333333vw;
  }
}
:where(.contents) .scene__list {
  display: grid;
  gap: min(2.7777777778vw, 30px);
  max-width: min(74.0740740741vw, 800px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  :where(.contents) .scene__list {
    gap: 8vw;
    max-width: 100%;
  }
}
:where(.contents) .scene__pouch {
  max-width: min(74.0740740741vw, 800px);
  margin-inline: auto;
  padding: min(3.7037037037vw, 40px);
  border: min(0.0925925926vw, 1px) solid #e5e5e5;
  margin-top: min(5.5555555556vw, 60px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  :where(.contents) .scene__pouch {
    max-width: 100%;
    padding: 8vw 5.3333333333vw;
    border-width: 0.5333333333vw;
    margin-top: 13.3333333333vw;
  }
}
:where(.contents) .scene__pouch__heading {
  font-size: min(1.8518518519vw, 1.25rem);
  font-weight: 500;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .scene__pouch__heading {
    font-size: 4vw;
    margin-bottom: 1em;
  }
}
:where(.contents) .scene__pouch__img {
  display: block;
  max-width: min(56.1574074074vw, 606.5px);
  margin-inline: auto;
  margin-bottom: min(2.7777777778vw, 30px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .scene__pouch__img {
    max-width: 100%;
    margin-bottom: 4vw;
  }
}
:where(.contents) .scene__pouch__txt {
  font-size: min(1.2962962963vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .scene__pouch__txt {
    font-size: 3.4666666667vw;
  }
}
:where(.contents) .scene-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  column-gap: min(2.7777777778vw, 30px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .scene-card {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
}
:where(.contents) .scene-card__heading {
  font-size: min(1.8518518519vw, 1.25rem);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding-bottom: min(3.2407407407vw, 35px);
  position: relative;
}
@media screen and (max-width: 767px) {
  :where(.contents) .scene-card__heading {
    font-size: 4vw;
    padding-bottom: 0;
    margin-bottom: 0.75em;
  }
}
:where(.contents) .scene-card__heading::before {
  content: "";
  width: min(2.3148148148vw, 25px);
  height: min(2.3148148148vw, 25px);
  border-radius: 50%;
  border: min(0.6481481481vw, 7px) solid;
}
@media screen and (max-width: 767px) {
  :where(.contents) .scene-card__heading::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-width: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .scene-card__img {
    width: 73.3333333333vw;
  }
}
:where(.contents) .scene-card__body {
  grid-column: span 2;
  min-height: min(19.0740740741vw, 206px);
  margin-top: calc(-1 * min(3.2407407407vw, 35px));
  z-index: -1;
  padding: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .scene-card__body {
    grid-column: span 1;
    min-height: auto;
    margin-top: -9.3333333333vw;
    padding: 13.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
:where(.contents) .scene-card__name {
  font-size: min(1.4814814815vw, 1rem);
  font-weight: 500;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  :where(.contents) .scene-card__name {
    font-size: 3.7333333333vw;
  }
}
:where(.contents) .scene-card__name::before {
  content: "";
  height: min(0.2777777778vw, 3px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  :where(.contents) .scene-card__name::before {
    height: 0.8vw;
  }
}
:where(.contents) .scene-card__txt {
  font-size: min(1.2962962963vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .scene-card__txt {
    font-size: 3.4666666667vw;
  }
}
:where(.contents) .scene-card.-home-care .scene-card__img {
  grid-column: 1;
}
@media screen and (max-width: 767px) {
  :where(.contents) .scene-card.-home-care .scene-card__img {
    margin-right: auto;
    margin-left: -5.3333333333vw;
  }
}
:where(.contents) .scene-card.-home-care .scene-card__heading {
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  :where(.contents) .scene-card.-home-care .scene-card__heading {
    grid-column: 1;
  }
}
:where(.contents) .scene-card.-home-care .scene-card__heading::before {
  border-color: #aad1c8;
}
:where(.contents) .scene-card.-home-care .scene-card__body {
  background-color: #f0f6f4;
  margin-left: min(18.5185185185vw, 200px);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  :where(.contents) .scene-card.-home-care .scene-card__body {
    margin-left: 8vw;
    margin-right: -5.3333333333vw;
  }
}
:where(.contents) .scene-card.-home-care .scene-card__name {
  width: fit-content;
  margin-left: calc(-1 * min(4.6296296296vw, 50px));
  padding-left: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .scene-card.-home-care .scene-card__name {
    margin-left: -5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .scene-card.-portable .scene-card__img {
    margin-left: auto;
    margin-right: -5.3333333333vw;
  }
}
:where(.contents) .scene-card.-portable .scene-card__heading::before {
  order: 2;
  border-color: #d0bca9;
}
@media screen and (max-width: 767px) {
  :where(.contents) .scene-card.-portable .scene-card__heading {
    justify-content: flex-end;
  }
}
:where(.contents) .scene-card.-portable .scene-card__body {
  background-color: #f2f1ec;
  padding-left: calc(50vw - 50%);
  margin-left: calc(50% - 50vw);
  margin-right: min(18.5185185185vw, 200px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .scene-card.-portable .scene-card__body {
    padding-left: 5.3333333333vw;
    margin-left: -5.3333333333vw;
    margin-right: 8vw;
  }
}
:where(.contents) .scene-card.-portable .scene-card__name {
  margin-right: calc(-1 * min(4.6296296296vw, 50px));
}
:where(.contents) .gift {
  background: #e8f4ef;
  padding-top: min(6.4814814815vw, 70px);
  padding-bottom: min(6.4814814815vw, 70px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
:where(.contents) .gift__list {
  display: flex;
  justify-content: center;
  gap: min(0.3703703704vw, 4px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__list {
    flex-direction: column;
    gap: 1.0666666667vw;
  }
}
:where(.contents) .gift__list li {
  width: min(31.0185185185vw, 335px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__list li {
    width: 100%;
  }
}
:where(.contents) .gift__freewrapping {
  width: min(15.2777777778vw, 165px);
  margin-inline: auto;
  margin-top: min(2.7777777778vw, 30px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__freewrapping {
    width: 44vw;
    margin-top: 5.3333333333vw;
  }
}
:where(.contents) .gift__txt {
  text-align: center;
  margin-top: min(1.8518518519vw, 20px);
  font-size: min(1.2962962963vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  :where(.contents) .gift__txt {
    margin-top: 3.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
:where(.contents) .faq {
  margin-top: min(0.1851851852vw, 2px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .faq {
    margin-top: 0.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .faq#goddsdetail_qa dl dt {
    padding: 4.8vw 16vw 5.3333333333vw 14.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .faq#goddsdetail_qa dl dt span.tgl_ {
    top: 5.6vw;
    right: 6.4vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents) .faq#goddsdetail_qa dl dd {
    padding: 4.8vw 6.4vw 5.3333333333vw 14.1333333333vw;
    font-size: 3.4666666667vw;
  }
}
:where(.contents) .faq#goddsdetail_qa dl dd .small {
  display: block;
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  :where(.contents) .faq#goddsdetail_qa dl dd span.icon_,
  :where(.contents) .faq#goddsdetail_qa dl dt span.icon_ {
    top: 5.3333333333vw;
    left: 5.8666666667vw;
    font-size: 4.8vw;
    line-height: 1;
  }
}
:where(.contents) #pageTopBtn {
  display: none !important;
}
:where(.contents) .sp-buy-button {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.1333333333vw;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 499;
  text-decoration: none;
  opacity: 0;
  transform: translateY(60px);
  transition: transform 0.3s, opacity 0.3s;
}
@media screen and not (max-width: 767px) {
  :where(.contents) .sp-buy-button {
    display: none !important;
  }
}
:where(.contents) .sp-buy-button.on {
  transform: translateY(0);
  opacity: 1;
}
:where(.contents) .sp-buy-button .button {
  height: 13.3333333333vw;
  border-radius: 1.6vw;
}
:where(.contents) .buy-button {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 499;
  display: inline-block;
  transition: opacity 0.3s;
  text-decoration: none;
  width: min(9.2592592593vw, 100px);
  height: min(9.2592592593vw, 100px);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 767px) {
  :where(.contents) .buy-button {
    display: none !important;
  }
}
:where(.contents) .buy-button.on {
  visibility: visible;
  opacity: 1;
}
:where(.contents) .buy-button:hover {
  opacity: 0.7;
}
:where(.contents) .p-modal {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  height: 100vh;
  position: fixed;
  z-index: 2147483800;
  top: 0;
  width: 100%;
  transition: opacity 0.6s, visibility 0.6s;
}
@media screen and not (max-width: 767px) {
  :where(.contents) .p-modal {
    display: none !important;
  }
}
:where(.contents) .p-modal.is-visible {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
:where(.contents) .p-modal.is-visible .p-modal__content {
  bottom: 0;
}
:where(.contents) .p-modal.is-visible .p-modal__content .p-modal__ttl.is-fixed {
  position: fixed;
  top: auto;
  bottom: 106vw;
}
:where(.contents) .p-modal.is-visible .p-modal__content .p-modal__closeicon.is-fixed {
  position: fixed;
  top: auto;
  bottom: 118.5vw;
}
:where(.contents) .p-modal.is-visible .p-modal__content .p-modal__cartbtnwrap.is-fixed {
  position: fixed;
}
:where(.contents) .p-modal__bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}
:where(.contents) .p-modal__content {
  position: fixed;
  background: #fff;
  left: 0;
  right: 0;
  height: 130vw;
  bottom: -130%;
  width: 100vw;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  border-radius: 10px 10px 0 0;
  padding: 18.66666667vw 0 24.8vw;
  transition: all 0.6s;
}
:where(.contents) .p-modal__ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 5.0666667vw;
  line-height: 1;
  margin-bottom: 8vw;
  font-weight: 500;
  background-color: #fff;
  position: absolute;
  width: 100%;
  padding: 5.6vw 0;
  left: 0;
  right: 0;
  border-radius: 10px 10px 0 0;
  z-index: 5;
  top: 0;
}
:where(.contents) .p-modal__content-wrap {
  border-bottom: 1px solid #d8dee5;
}
:where(.contents) .p-modal__content-wrap + .p-modal__content-wrap {
  margin-top: 7.2vw;
}
:where(.contents) .p-modal__content-wrap__recommend {
  margin-top: 2.6666666666vw !important;
  padding-bottom: 2.6666666666vw;
}
:where(.contents) .p-modal__content-wrap .ttl {
  padding: 0 8vw;
  font-weight: 500;
  font-size: 4.2666667vw;
  line-height: 1.21875;
  margin-bottom: 2.4vw;
}
:where(.contents) .p-modal__content-wrap .ttl-note {
  display: block;
  font-size: 2.9333333vw;
  line-height: 1.73;
}
:where(.contents) .p-modal__content-wrap .subttl {
  padding: 0 8vw;
  margin-bottom: 3.2vw;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 3.73333333vw;
  line-height: 1;
}
:where(.contents) .p-modal__content-wrap .item {
  display: flex;
  align-items: center;
  padding: 2.8vw 8vw;
  border-top: 1px solid #d8dee5;
  letter-spacing: 0;
}
:where(.contents) .p-modal__content-wrap .item img {
  width: 16.4vw;
}
:where(.contents) .p-modal__content-wrap .item .item-text {
  margin-left: 3.2vw;
  flex: 1;
}
:where(.contents) .p-modal__content-wrap .item .item-text-color {
  font-size: 3.36vw;
  line-height: 1;
  margin-bottom: 1.6vw;
}
:where(.contents) .p-modal__content-wrap .item .item-text-odor {
  font-size: 2.64vw;
  line-height: 1.364;
  margin-bottom: 1.6vw;
}
:where(.contents) .p-modal__content-wrap .item .item-text-odor.orange {
  color: #e99a45;
}
:where(.contents) .p-modal__content-wrap .item .item-text-odor .pink {
  color: #dc6164;
}
:where(.contents) .p-modal__content-wrap .item .item-text-price {
  font-size: 4.8vw;
  line-height: 1;
}
:where(.contents) .p-modal__content-wrap .item .item-text-price .yen {
  font-size: 4vw;
}
:where(.contents) .p-modal__content-wrap .item .item-text-price .tax {
  font-size: 2.6666667vw;
}
:where(.contents) .p-modal__content-wrap .item .btn {
  display: flex;
  align-items: center;
  width: 32.4vw;
  height: 9.72vw;
  border-radius: 1.3333333vw;
  background-color: #000;
  color: #fff;
  font-size: 3.12vw;
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding-left: 7vw;
  text-decoration: none;
}
:where(.contents) .p-modal__content-wrap .item .btn::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-cart.png);
  top: 50%;
  transform: translateY(-50%);
  width: 3.6vw;
  height: 3.96vw;
  left: 2.88vw;
}
:where(.contents) .p-modal__content-wrap .item .btn.disabled {
  background-color: #bbbbbb;
  pointer-events: none;
  justify-content: center;
  padding-left: 0;
}
:where(.contents) .p-modal__content-wrap .item .btn.disabled::before {
  display: none;
}
:where(.contents) .p-modal__content-wrap .item .block-choice__text {
  color: #ff0f26;
}
:where(.contents) .p-modal__content-wrap .item .block-choice__text,
:where(.contents) .p-modal__content-wrap .item .block-choice__text span {
  text-align: center;
  font-size: 3.2vw;
  line-height: 2;
}
:where(.contents) .p-modal__closebtn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3vw 0 3.6vw;
  column-gap: 1.33333vw;
  font-size: 3.733333vw;
  font-weight: 500;
}
:where(.contents) .p-modal__closebtn img {
  width: 3.6vw;
  height: 3.6vw;
}
:where(.contents) .p-modal__closeicon {
  position: absolute;
  z-index: 5;
  width: 5.6vw;
  height: 5.6vw;
  top: 5.6vw;
  right: 4vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-batsu.png);
}
:where(.contents) .p-modal__cartbtnwrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: #fff;
  padding: 3.2vw 0;
}
:where(.contents) .p-modal__cartbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  background-color: #010000;
  color: #fff;
  width: 53.6vw;
  height: 10vw;
  font-size: 4vw;
  border-radius: 1.066666667vw;
  text-decoration: none;
}
:where(.contents) .p-modal__cartbtn::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-cart-arrow.png);
  width: 1.733333vw;
  height: 3.2vw;
  top: 50%;
  transform: translateY(-50%);
  right: 3.2vw;
}
:where(.contents) .p-modal__cartintxt {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78.4vw;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 13px rgba(94, 96, 102, 0.5);
  border-radius: 0.853333333vw;
  padding: 4.8vw 0;
  text-align: center;
}
:where(.contents) .p-modal__cartintxt p {
  font-size: 4.2666666667vw;
  line-height: 1.2;
  font-weight: 700;
}