.block-goods-comment4 {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .block-goods-comment4 {
    font-size: 16px;
  }
  .block-goods-comment4 .for-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .block-goods-comment4 {
    line-height: 2.6666666667;
    margin-inline: -20px !important;
  }
}

.pane-goods-features {
  padding-block: 85px 100px;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .pane-goods-features {
    position: relative;
    z-index: 1;
  }
  .pane-goods-features:before {
    position: absolute;
    display: block;
    content: "";
    width: 100vw;
    height: 100%;
    background: #FFF;
    top: 0;
    left: calc(50% - 50vw);
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .pane-goods-features {
    padding: 35px min(40px, 9.3023255814vw) 25px;
  }
}
.pane-goods-features__lead {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pane-goods-features__lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pane-goods-features__lead {
    line-height: 2;
  }
}
.pane-goods-features__visual {
  margin-block: 80px;
}
@media screen and (max-width: 767px) {
  .pane-goods-features__visual {
    margin-block: 20px;
  }
}
.pane-goods-features__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .pane-goods-features__point {
    display: block;
    margin-bottom: 20px;
  }
}
.pane-goods-features__point-item {
  width: 41.40625%;
}
@media screen and (max-width: 767px) {
  .pane-goods-features__point-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .pane-goods-features__point-item:last-child {
    margin-bottom: 0;
  }
}
.pane-goods-features__point-lead {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pane-goods-features__point-lead {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 2;
  }
}
.pane-goods-features__recommend {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .pane-goods-features__recommend {
    margin-bottom: 20px;
  }
}
.pane-goods-features__recommend-title {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pane-goods-features__recommend-title {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.pane-goods-features__recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .pane-goods-features__recommend-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.pane-goods-features__recommend-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border: 1px solid #D1D5DC;
  padding: 10px 20px;
  min-height: 85px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .pane-goods-features__recommend-list li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .pane-goods-features__recommend-list li {
    min-height: 63px;
    padding-inline: 26px;
  }
}
.pane-goods-features__recommend-list li:before {
  content: "";
  height: 13px;
  width: 8px;
  border-right: 2px solid #0A0A0A;
  border-bottom: 2px solid #0A0A0A;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pane-goods-features__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EEECE5;
  width: 765px;
  margin-inline: auto;
  padding: 35px 70px;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .pane-goods-features__cta {
    width: 100%;
    padding: 25px 5px 25px 20px;
    gap: 6.4935064935%;
  }
}
.pane-goods-features__cta-image {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .pane-goods-features__cta-image {
    width: 22.7272727273%;
  }
}
.pane-goods-features__cta-description {
  width: calc(100% - 170px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .pane-goods-features__cta-description {
    width: 70.7792207792%;
  }
}
.pane-goods-features__cta-description a {
  display: inline-block;
  color: #0A0A0A;
  text-decoration: underline;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .pane-goods-features__cta-description a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .pane-goods-features__cta-description a {
    margin-top: 10px;
  }
}

.pane-goods-set {
  padding-block: 85px 100px;
}
@media screen and (max-width: 767px) {
  .pane-goods-set {
    padding: 15px min(40px, 9.3023255814vw) 20px;
  }
}
.pane-goods-set__title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pane-goods-set__title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.pane-goods-set__description {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .pane-goods-set__description {
    margin-bottom: 20px;
  }
}
.pane-goods-set__description li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .pane-goods-set__description li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 min(40px, 3.125vw);
  }
}
.pane-goods-set__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  gap: 5.78125%;
}
@media screen and (max-width: 767px) {
  .pane-goods-set__item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.pane-goods-set__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pane-goods-set__item-image {
  width: 44.21875%;
}
@media screen and (max-width: 767px) {
  .pane-goods-set__item-image {
    width: 100%;
  }
}
.pane-goods-set__item-description {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pane-goods-set__item-description {
    width: 100%;
  }
}
.pane-goods-set__item-name {
  margin-bottom: 25px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .pane-goods-set__item-name {
    margin-bottom: 10px;
    font-size: clamp(10px, 2.7906976744vw, 12px);
  }
}
.pane-goods-set__item-icon {
  display: inline-block;
  margin-left: 20px;
  padding: 8px 18px;
  font-size: 12px;
  border: 1px solid #E8E3D8;
}
@media screen and (max-width: 767px) {
  .pane-goods-set__item-icon {
    margin-left: min(20px, 4.6511627907vw);
    font-size: min(12px, 2.7906976744vw);
    padding: min(8px, 1.8604651163vw) min(18px, 4.1860465116vw);
  }
}
.pane-goods-set__item-lead {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .pane-goods-set__item-lead {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .pane-goods-set__item-text {
    padding-right: 120px;
  }
}
.pane-goods-set__item-info {
  margin-block: 50px;
}
@media screen and (max-width: 767px) {
  .pane-goods-set__item-info {
    margin-block: 15px;
  }
}
.pane-goods-set__item-info li:before {
  display: inline-block;
  content: "";
  width: 12px;
  aspect-ratio: 1/1;
  border-radius: 2px;
  margin-right: 10px;
  border: 1px solid #0A0A0A;
}
.pane-goods-set__item-notes {
  margin-block: 50px;
  font-size: 12px;
  line-height: 1.8333333333;
}
@media screen and (max-width: 767px) {
  .pane-goods-set__item-notes {
    margin-block: 15px;
  }
}
.pane-goods-set__item-details-title {
  margin-bottom: 5px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pane-goods-set__item-details-title {
    font-size: 12px;
  }
}
.pane-goods-set__item-details-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 15px;
}
@media screen and (max-width: 767px) {
  .pane-goods-set__item-details-list {
    margin-inline: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pane-goods-set__item-details-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pane-goods-set__item-details-list li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: calc((100% - 15px) / 2);
  }
}
.pane-goods-set__item-details-text {
  font-size: 12px;
}
.pane-goods-set__item-details-text._wide {
  margin-inline: -10px;
}
.pane-goods-set__item-details-text span {
  display: block;
  font-size: 8px;
  line-height: 2;
}
.pane-goods-set__howto-title {
  margin-bottom: 30px;
  font-family: "STIX Two Text", serif;
  font-size: 30px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pane-goods-set__howto-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.pane-goods-set__howto-step {
  position: relative;
  max-width: 768px;
  width: 100%;
  margin-inline: auto;
  z-index: 1;
}
.pane-goods-set__howto-step:after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #D1D5DC;
  top: 0;
  left: 50%;
  z-index: -1;
}
.pane-goods-set__howto-step dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 10px;
  background: #FFF;
  border: 1px solid #D1D5DC;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pane-goods-set__howto-step dl {
    margin-bottom: 10px;
  }
}
.pane-goods-set__howto-step dl:last-child {
  margin-bottom: 0;
}
.pane-goods-set__howto-step dl dt {
  width: 158px;
  font-family: "STIX Two Text", serif;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pane-goods-set__howto-step dl dt {
    width: 66px;
  }
}
.pane-goods-set__howto-step dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 6px 46px;
  border-left: 1px solid #D1D5DC;
}
@media screen and (max-width: 767px) {
  .pane-goods-set__howto-step dl dd {
    padding-left: 12px;
  }
}
.pane-goods-set__howto-step dl dd:has(.pane-goods-set__howto-step-link) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .pane-goods-set__howto-step dl dd:has(.pane-goods-set__howto-step-link) {
    display: block;
  }
}
.pane-goods-set__howto-step-link {
  margin-left: min(130px, 10.15625vw);
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .pane-goods-set__howto-step-link {
    margin-left: 0;
    margin-top: 5px;
  }
}
.pane-goods-set__howto-step-link a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .pane-goods-set__howto-step-link a:hover {
    text-decoration: none;
  }
}

.pane-goods-coupon {
  padding-block: 95px 140px;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .pane-goods-coupon {
    position: relative;
    z-index: 1;
  }
  .pane-goods-coupon:before {
    position: absolute;
    display: block;
    content: "";
    width: 100vw;
    height: 100%;
    background: #FFF;
    top: 0;
    left: calc(50% - 50vw);
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .pane-goods-coupon {
    padding: 20px min(40px, 9.3023255814vw) 75px;
  }
}
.pane-goods-coupon__inner {
  max-width: 768px;
  width: 100%;
  margin-inline: auto;
}
.pane-goods-coupon__box {
  margin-bottom: 10px;
  padding: 40px 15px;
  background: #EEECE5;
  text-align: center;
  color: #52453A;
}
@media screen and (min-width: 768px) {
  .pane-goods-coupon__box {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pane-goods-coupon__box {
    padding-block: 25px 20px;
  }
}
.pane-goods-coupon__title {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-size: inherit;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .pane-goods-coupon__title {
    padding-bottom: 8px;
  }
}
.pane-goods-coupon__title:after {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 64px;
  background: #D4C5A9;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pane-goods-coupon__price {
  margin-bottom: 10px;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .pane-goods-coupon__price {
    font-size: 64px;
  }
}
.pane-goods-coupon__price span {
  font-size: 52px;
}
@media screen and (max-width: 767px) {
  .pane-goods-coupon__price span {
    font-size: 20px;
  }
}
.pane-goods-coupon__text {
  margin-bottom: 10px;
}
.pane-goods-coupon__info {
  max-width: 316px;
  width: 100%;
  margin-inline: auto;
  padding: 15px 10px;
  background: #FFF;
  border: 1px solid #E8E3D8;
  color: #0A0A0A;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .pane-goods-coupon__note {
    font-size: 11px;
  }
}
.pane-goods-coupon__note li {
  line-height: 1.8333333333;
}
.pane-goods-coupon__note li + li {
  margin-top: 8px;
}/*# sourceMappingURL=style.css.map */