@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Shippori+Mincho&display=swap");
.contents {
  overflow-x: hidden;
  font-family: "Noto Sans JP", serif;
}
@media screen and (min-width: 768px) {
  .contents {
    color: #212121;
  }
}
@media screen and (max-width: 767px) {
  .contents {
    color: #040000;
  }
}
.contents img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.contents a {
  text-decoration: none;
}
.contents sup {
  font-size: 60%;
}
.contents button {
  appearance: none;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .contents .is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .contents .is-pc {
    display: none;
  }
}
.contents .u-min {
  font-family: "Noto Serif JP", serif;
}
.contents .u-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-image: url(../img/bg-faq.jpg);
}
.contents .l-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contents .l-inner {
    max-width: min(1200px, 93.75vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .l-inner {
    max-width: 89.3333333333vw;
  }
}
.contents .c-ttl {
  text-align: center;
}
.contents .c-ttl img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .contents .c-ttl img {
    height: min(26px, 2.03125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .c-ttl img {
    height: 3.7333333333vw;
  }
}
.contents .c-ttl-sub {
  display: block;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .contents .c-ttl-sub {
    font-size: clamp(7px, 1.09375vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .c-ttl-sub {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .c-ttl-sub {
    margin-top: min(8px, 0.625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .c-ttl-sub {
    margin-top: 1.2vw;
  }
}
.contents .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents .c-btn {
    font-size: clamp(10px, 1.5625vw, 20px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .c-btn {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .c-btn {
    column-gap: min(4px, 0.3125vw);
    width: min(580px, 45.3125vw);
    height: min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .c-btn {
    max-width: 100%;
    width: 84vw;
    height: 16vw;
    column-gap: 1.3333333333vw;
  }
}
.contents .c-btn--cart {
  width: 100%;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .contents .c-btn--cart {
    font-size: clamp(8px, 1.25vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .c-btn--cart {
    height: min(56px, 4.375vw);
    padding-left: min(101px, 7.890625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .c-btn--cart {
    height: 13.3333333333vw;
    padding-left: 26.9333333333vw;
  }
}
.contents .c-btn--cart::before {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/ic-cart.png);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .contents .c-btn--cart::before {
    width: min(16px, 1.25vw);
    height: min(16px, 1.25vw);
    left: min(81px, 6.328125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .c-btn--cart::before {
    width: 3.0666666667vw;
    height: 3.0666666667vw;
    left: 22.5333333333vw;
  }
}
.contents .c-btn--disabled {
  background-color: #bebebe;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .contents .c-btn img {
    width: min(22px, 1.71875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .c-btn img {
    width: 3.6vw;
  }
}
.contents .c-btn.-arrow::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-arrow-wh.png);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .contents .c-btn.-arrow::after {
    width: min(19px, 1.484375vw);
    height: min(11px, 0.859375vw);
    right: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .c-btn.-arrow::after {
    width: 3.2vw;
    height: 1.8666666667vw;
    right: 5.3333333333vw;
  }
}
.contents .c-btn.-right::after {
  transform: translateY(-50%) rotate(-90deg);
}
.contents .c-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.contents .c-modal {
  background: #fff;
  display: none;
}
@media screen and (min-width: 768px) {
  .contents .c-modal {
    filter: drop-shadow(0 0 min(15px, 1.171875vw) rgba(0, 0, 0, 0.1));
    padding: min(84px, 6.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .c-modal {
    padding: 14vw 6vw 8.6666666667vw;
    filter: drop-shadow(0 0 2vw rgba(0, 0, 0, 0.1));
  }
}
.contents .c-modal__close {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .contents .c-modal__close {
    width: min(65px, 5.078125vw);
    height: min(65px, 5.078125vw);
    right: calc(-1 * min(20px, 1.5625vw));
    top: calc(-1 * min(20px, 1.5625vw));
    filter: drop-shadow(0 0 min(20px, 1.5625vw) rgba(0, 0, 0, 0.16));
  }
}
@media screen and (max-width: 767px) {
  .contents .c-modal__close {
    width: 11.3333333333vw;
    height: 11.3333333333vw;
    right: -3.0666666667vw;
    top: -3.0666666667vw;
    filter: drop-shadow(0 0 2.6666666667vw rgba(0, 0, 0, 0.16));
  }
}
.contents .c-modal__inner {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contents .c-modal__inner {
    max-width: min(580px, 45.3125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .c-modal__inner {
    max-width: 100%;
  }
}
.contents .c-modal__name {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .contents .c-modal__name {
    font-size: clamp(9px, 1.40625vw, 18px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .c-modal__name {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .c-modal__name {
    width: min(392px, 30.625vw);
  }
}
.contents .c-modal__name__en {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  translate: 0.4em 0;
}
@media screen and (min-width: 768px) {
  .contents .c-modal__name__en {
    font-size: clamp(6px, 0.9375vw, 12px);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contents .c-modal__name__en {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .contents .c-modal__name__en {
    margin-top: min(10px, 0.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .c-modal__name__en {
    margin-top: 4.8vw;
  }
}
.contents .c-modal__body {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .contents .c-modal__body {
    padding-top: min(20px, 1.5625vw);
    margin-top: min(20px, 1.5625vw);
    width: min(393px, 30.703125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .c-modal__body {
    padding-top: 6.4vw;
    margin-top: 5.3333333333vw;
  }
}
.contents .c-modal__lead {
  font-family: "Noto Serif JP", serif;
  color: #59B5AF;
}
@media screen and (min-width: 768px) {
  .contents .c-modal__lead {
    font-size: clamp(11px, 1.71875vw, 22px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .c-modal__lead {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .c-modal__lead {
    margin-bottom: min(16px, 1.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .c-modal__lead {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .c-modal__txt {
    font-size: clamp(7px, 1.09375vw, 14px);
    line-height: 1.5714285714;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .contents .c-modal__txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
.contents .c-modal__note {
  color: #4D4D4D;
}
@media screen and (min-width: 768px) {
  .contents .c-modal__note {
    font-size: clamp(6px, 0.9375vw, 12px);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .c-modal__note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .c-modal__note {
    margin-top: min(8px, 0.625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .c-modal__note {
    margin-top: 1.6vw;
  }
}
.contents .c-modal__img {
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .contents .c-modal__img.shampoo, .contents .c-modal__img.treatment {
    width: min(262px, 20.46875vw);
    top: min(48px, 3.75vw);
    right: min(48px, 3.75vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .c-modal__img.shampoo, .contents .c-modal__img.treatment {
    width: 25.6vw;
    top: 8.2666666667vw;
    right: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .c-modal__img.outbathtreatment {
    width: min(222px, 17.34375vw);
    top: min(58px, 4.53125vw);
    right: min(68px, 5.3125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .c-modal__img.outbathtreatment {
    width: 24.2666666667vw;
    top: 10.6666666667vw;
    right: 5.6vw;
  }
}
.contents .c-modal__btn {
  width: 100%;
  grid-column: span 2;
}
@media screen and (min-width: 768px) {
  .contents .c-modal__btn {
    margin-top: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .c-modal__btn {
    margin-top: 7.3333333333vw;
  }
}
.contents .p-float-menu {
  width: 100%;
  background: #EAFFFF;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 201;
  position: fixed;
  transition: translate 0.8s;
  translate: 0 100%;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  .contents .p-float-menu {
    height: min(46px, 3.59375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-float-menu {
    height: 19.3333333333vw;
  }
}
.contents .p-float-menu.is-show {
  translate: 0 0;
}
.contents .p-float-menu__inner {
  height: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contents .p-float-menu__inner {
    display: grid;
    justify-content: unset;
    grid-template-rows: 1fr 10.6666666667vw;
  }
}
.contents .p-float-menu__list {
  height: 100%;
  color: #00ADA3;
  display: flex;
}
@media screen and (max-width: 767px) {
  .contents .p-float-menu__list {
    justify-content: center;
  }
}
.contents .p-float-menu__list li:not(:first-child) {
  position: relative;
}
.contents .p-float-menu__list li:not(:first-child)::before {
  content: "";
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .contents .p-float-menu__list li:not(:first-child)::before {
    width: min(1px, 0.078125vw);
    height: min(18px, 1.40625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-float-menu__list li:not(:first-child)::before {
    width: 0.2666666667vw;
    height: 2.9333333333vw;
  }
}
.contents .p-float-menu__list a {
  height: 100%;
  display: grid;
  place-content: center;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .contents .p-float-menu__list a {
    font-size: min(16px, 1.25vw);
    padding: 0 min(60px, 4.6875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-float-menu__list a {
    font-size: 3.3333333333vw;
    padding: 0 3.3333333333vw;
  }
}
.contents .p-float-menu__buy a {
  height: 100%;
  background: linear-gradient(to right, #92d6c7 0%, #48b2db 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
  line-height: 1;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .contents .p-float-menu__buy a {
    width: min(222px, 17.34375vw);
    font-size: min(16px, 1.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-float-menu__buy a {
    width: 100%;
    font-size: 4vw;
  }
}
.contents .p-float-menu__buy a::after {
  content: "";
  width: 1.1em;
  height: 1.1em;
  background: url(../img/ic-link-wh.png) no-repeat center/contain;
}
.contents .p-kv {
  position: relative;
  z-index: 3;
}
.contents .p-kv__wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .contents .p-kv__wrap {
    flex-direction: column;
  }
}
.contents .p-kv__img {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .p-kv__img {
    width: 56.081%;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-kv__img {
    width: 100%;
  }
}
.contents .p-kv__text {
  background: linear-gradient(to top, rgba(12, 116, 145, 0.25) 0%, rgba(107, 219, 189, 0.25) 51.72%, rgba(207, 245, 235, 0.25) 100%);
}
@media screen and (min-width: 768px) {
  .contents .p-kv__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 73px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 768px) {
  .contents .p-kv__text {
    padding-left: min(73px, 4.9324324324vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-kv__text {
    width: 100%;
    padding: 8.6666666667vw 8.6666666667vw 10vw;
  }
}
.contents .p-kv__text-new {
  color: #fff;
  display: inline-block;
  background: linear-gradient(to right, #92d6c7 0%, #48b2db 100%);
}
@media screen and (min-width: 768px) {
  .contents .p-kv__text-new {
    font-size: clamp(14px, 2.1875vw, 28px);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-kv__text-new {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-kv__text-new {
    margin-bottom: min(74px, 5.78125vw);
    padding: min(3px, 0.234375vw) min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-kv__text-new {
    margin-bottom: 6.6666666667vw;
    padding: 0.8vw 3.2vw;
  }
}
.contents .p-kv__text-ttl {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .p-kv__text-ttl {
    width: 501px;
    margin-bottom: min(53px, 4.140625vw);
  }
}
@media screen and (max-width: 1480px) and (min-width: 768px) {
  .contents .p-kv__text-ttl {
    width: min(501px, 33.8513513514vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-kv__text-ttl {
    width: 80.6666666667vw;
    margin-bottom: 8.4vw;
  }
}
.contents .p-kv__text-logo {
  display: block;
}
@media screen and (min-width: 768px) {
  .contents .p-kv__text-logo {
    width: 501px;
    margin-bottom: min(112px, 8.75vw);
  }
}
@media screen and (max-width: 1480px) and (min-width: 768px) {
  .contents .p-kv__text-logo {
    width: min(501px, 33.8513513514vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-kv__text-logo {
    width: 79.6vw;
    margin-bottom: 9.2vw;
  }
}
.contents .p-kv__text-btn {
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents .p-kv__text-btn {
    font-size: clamp(9.5px, 1.484375vw, 19px);
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-kv__text-btn {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-kv__text-btn {
    width: min(300px, 23.4375vw);
    height: min(60px, 4.6875vw);
    padding-left: min(67px, 5.234375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-kv__text-btn {
    width: 56.4vw;
    height: 13.3333333333vw;
    padding-left: min(98px, 7.65625vw);
  }
}
.contents .p-kv__text-btn::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/ic-link-bk.png);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .contents .p-kv__text-btn::after {
    top: 53%;
    right: min(64px, 5vw);
    width: min(21px, 1.640625vw);
    height: min(21px, 1.640625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-kv__text-btn::after {
    top: 52%;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 5.6vw;
  }
}
.contents .p-kv__note {
  color: #808080;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .contents .p-kv__note {
    font-size: clamp(6px, 0.9375vw, 12px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-kv__note {
    bottom: 0;
    transform: translateY(130%);
    right: min(70px, 5.46875vw);
  }
}
.contents .p-intro {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents .p-intro {
    background-image: url(../img/bg-intro.jpg);
    padding: min(100px, 7.8125vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro {
    background-image: url(../img/bg-intro-sp.jpg);
    padding: 13.3333333333vw 0 16vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-intro__text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__text {
    max-width: 89.3333333333vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-intro__text-ttl {
    font-size: clamp(18px, 2.8125vw, 36px);
    line-height: 1.7777777778;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__text-ttl {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-intro__text-ttl {
    margin-bottom: min(32px, 2.5vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__text-ttl {
    text-align: center;
    width: 100vw;
    margin: 0 calc((50% - 50vw) / 2) 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-intro__text-txt {
    font-size: clamp(9px, 1.40625vw, 18px);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__text-txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8461538462;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-intro__text-txt {
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__text-txt {
    margin-bottom: 3.2vw;
  }
}
.contents .p-intro__text-note {
  color: #4D4D4D;
}
@media screen and (min-width: 768px) {
  .contents .p-intro__text-note {
    font-size: clamp(6px, 0.9375vw, 12px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__text-note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-intro__awards {
    margin: min(70px, 5.46875vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__awards {
    max-width: 89.3333333333vw;
    margin: 13.3333333333vw auto;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-intro__awards-img {
    width: min(197px, 15.390625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__awards-img {
    width: 42vw;
  }
}
.contents .p-intro__awards-note {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .contents .p-intro__awards-note {
    margin-top: min(50px, 3.90625vw);
    max-width: min(720px, 56.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__awards-note {
    margin-top: 13.3333333333vw;
    max-width: 100%;
  }
}
.contents .p-intro__awards-note p {
  text-indent: -1em;
  padding-left: 1em;
  color: #60696e;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .p-intro__awards-note p {
    line-height: 2;
    font-size: min(12.8px, 1vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__awards-note p {
    font-size: 2.6666666667vw;
    line-height: 1.6;
  }
}
.contents .p-intro__anchor {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contents .p-intro__anchor {
    column-gap: min(20px, 1.5625vw);
    max-width: min(1000px, 78.125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__anchor {
    max-width: 89.3333333333vw;
    grid-template-columns: 1fr;
    row-gap: 5.3333333333vw;
  }
}
.contents .p-intro__anchor-item {
  border: 1px solid #F2A5B8;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contents .p-intro__anchor-item {
    padding: min(14px, 1.09375vw) min(20px, 1.5625vw) min(44px, 3.4375vw);
    row-gap: min(5.9px, 0.4609375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__anchor-item {
    padding: 2.6666666667vw 2.6666666667vw 8vw;
    row-gap: 2.2133333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-intro__anchor-item.-gift .logo {
    margin-bottom: min(37.7px, 2.9453125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__anchor-item.-gift .logo {
    margin-bottom: 6.6666666667vw;
  }
}
.contents .p-intro__anchor-img {
  position: relative;
  padding-top: min(28px, 2.1875vw);
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contents .p-intro__anchor-img {
    padding-top: 9.3333333333vw;
  }
}
.contents .p-intro__anchor-img .icon {
  position: absolute;
  left: 0;
  top: 0;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .contents .p-intro__anchor-img .icon {
    width: min(100px, 7.8125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__anchor-img .icon {
    translate: -45% 0;
    width: 18.6666666667vw;
  }
}
.contents .p-intro__anchor-img .product {
  position: relative;
  z-index: 3;
  display: block;
  margin-inline: auto;
  width: auto;
  height: min(168px, 13.125vw);
}
@media screen and (max-width: 767px) {
  .contents .p-intro__anchor-img .product {
    height: 30.5333333333vw;
  }
}
.contents .p-intro__anchor-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.contents .p-intro__anchor-text .logo {
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .contents .p-intro__anchor-text .logo {
    margin-bottom: min(12px, 0.9375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__anchor-text .logo {
    margin-bottom: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-intro__anchor-text .logo.line-1 {
    height: min(28px, 2.1875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__anchor-text .logo.line-1 {
    height: 5.2vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-intro__anchor-text .logo.line-2 {
    height: min(61px, 4.765625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__anchor-text .logo.line-2 {
    height: 11.3333333333vw;
  }
}
.contents .p-intro__anchor-text .txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .p-intro__anchor-text .txt {
    font-size: clamp(8px, 1.25vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__anchor-text .txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-intro__anchor-text .txt {
    margin-bottom: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__anchor-text .txt {
    margin-bottom: 5.3333333333vw;
  }
}
.contents .p-intro__anchor-text .link {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(to right, #92d6c7 0%, #48b2db 100%);
}
@media screen and (min-width: 768px) {
  .contents .p-intro__anchor-text .link {
    column-gap: min(4px, 0.3125vw);
    width: min(340px, 26.5625vw);
    height: min(70px, 5.46875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__anchor-text .link {
    column-gap: 1.2vw;
    width: 70.6666666667vw;
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-intro__anchor-text .link-txt {
    font-size: clamp(8px, 1.25vw, 16px);
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-intro__anchor-text .link-txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
.contents .p-intro__anchor-text .link img {
  width: 1.1em;
}
.contents .p-gallery {
  display: flex;
  position: relative;
}
.contents .p-gallery .js-modal-open {
  position: absolute;
  height: 100%;
  cursor: pointer;
}
.contents .p-gallery .js-modal-open:hover {
  opacity: 1;
}
@media (any-hover: hover) {
  .contents .p-gallery .js-modal-open:hover::before {
    scale: 1.2;
  }
}
.contents .p-gallery .js-modal-open::before {
  content: "";
  background: url(../img/ic-tap.png) no-repeat center/contain;
  position: absolute;
  transition: scale 0.3s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .contents .p-gallery .js-modal-open::before {
    width: min(39.46px, 3.0828125vw);
    height: min(39.46px, 3.0828125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-gallery .js-modal-open::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-gallery .link01 {
    width: 22.2972972973vw;
    left: 17.5675675676vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-gallery .link01 {
    width: 29.8666666667vw;
    left: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-gallery .link01::before {
    bottom: 4.0540540541vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-gallery .link01::before {
    bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-gallery .link02 {
    width: 22.2972972973vw;
    left: 40.5405405405vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-gallery .link02 {
    width: 30.6666666667vw;
    left: 39.7333333333vw;
  }
}
.contents .p-gallery .link02::before {
  left: 33%;
}
@media screen and (min-width: 768px) {
  .contents .p-gallery .link02::before {
    bottom: 8.1081081081vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-gallery .link02::before {
    bottom: 34.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-gallery .link03 {
    width: 12.1621621622vw;
    right: 19.8648648649vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-gallery .link03 {
    width: 15.3333333333vw;
    right: 7.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-gallery .link03::before {
    left: 65%;
    bottom: 8.7837837838vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-gallery .link03::before {
    left: 55%;
    bottom: 36.6666666667vw;
  }
}
.contents .p-bg01 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  .contents .p-bg01 {
    background-image: url(../img/bg01.jpg);
    padding: min(94px, 7.34375vw) 0 min(126px, 9.84375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-bg01 {
    background-image: url(../img/bg01-sp.jpg);
    padding: 12.6666666667vw 0 13.3333333333vw;
  }
}
.contents .p-bg02 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  .contents .p-bg02 {
    background-image: url(../img/bg02.jpg);
    padding: min(100px, 7.8125vw) 0 min(122px, 9.53125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-bg02 {
    background-image: url(../img/bg02-sp.jpg);
    padding: 18vw 0 20vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-text {
    text-align: center;
    margin-bottom: min(150px, 11.71875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-text {
    margin-bottom: 26.6666666667vw;
  }
}
.contents .p-text__title {
  color: #00ADA3;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .contents .p-text__title {
    font-size: clamp(18px, 2.8125vw, 36px);
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-text__title {
    font-size: calc(37 / 750 * 100vw);
    line-height: 1.6216216216;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-text__title {
    margin-bottom: min(36px, 2.8125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-text__title {
    text-align: center;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-text__txt {
    font-size: clamp(9px, 1.40625vw, 18px);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-text__txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8461538462;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
.contents .p-text__note {
  color: #4D4D4D;
}
@media screen and (min-width: 768px) {
  .contents .p-text__note {
    font-size: clamp(6px, 0.9375vw, 12px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-text__note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-text__note {
    margin-top: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-text__note {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-lineup {
    margin-bottom: min(120px, 9.375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lineup {
    margin-bottom: 20vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-lineup__ttl {
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lineup__ttl {
    margin-bottom: 8vw;
  }
}
.contents .p-lineup__text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .p-lineup__text {
    font-size: clamp(8px, 1.25vw, 16px);
    line-height: 1.875;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lineup__text {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.5384615385;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-lineup__text {
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lineup__text {
    margin-bottom: 8vw;
  }
}
.contents .p-lineup__wrap {
  position: relative;
}
.contents .p-lineup__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .p-lineup__list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lineup__list {
    flex-direction: column;
    align-items: center;
    row-gap: 4.8vw;
  }
}
.contents .p-lineup__item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents .p-lineup__item {
    justify-content: flex-end;
    width: min(340px, 26.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lineup__item {
    width: 84vw;
  }
}
.contents .p-lineup__item::after {
  content: "";
  background: url(../img/ic-link-bk.png) no-repeat center/contain;
  rotate: -90deg;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .contents .p-lineup__item::after {
    width: min(30px, 2.34375vw);
    height: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lineup__item::after {
    width: 4.6666666667vw;
    height: 4.6666666667vw;
  }
}
@media (any-hover: hover) {
  .contents .p-lineup__item:hover .shampoo,
  .contents .p-lineup__item:hover .treatment,
  .contents .p-lineup__item:hover .outbathtreatment {
    scale: 1.05;
  }
}
.contents .p-lineup__item .shampoo,
.contents .p-lineup__item .treatment {
  margin: 0 auto;
  transition: scale 0.3s;
}
@media screen and (min-width: 768px) {
  .contents .p-lineup__item .shampoo,
  .contents .p-lineup__item .treatment {
    width: min(228px, 17.8125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lineup__item .shampoo,
  .contents .p-lineup__item .treatment {
    width: 25.3333333333vw;
  }
}
.contents .p-lineup__item .outbathtreatment {
  margin: 0 auto;
  transition: scale 0.3s;
}
@media screen and (min-width: 768px) {
  .contents .p-lineup__item .outbathtreatment {
    width: min(186px, 14.53125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lineup__item .outbathtreatment {
    width: 23.4666666667vw;
  }
}
.contents .p-lineup__item-text {
  border-bottom: 1px solid #59B5AF;
}
@media screen and (min-width: 768px) {
  .contents .p-lineup__item-text {
    padding-bottom: min(24px, 1.875vw);
    margin-top: min(24px, 1.875vw);
    margin-bottom: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lineup__item-text {
    margin-top: 1.3333333333vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.contents .p-lineup__item-jp {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .contents .p-lineup__item-jp {
    font-size: clamp(10px, 1.5625vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lineup__item-jp {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-lineup__item-jp {
    margin-bottom: min(16px, 1.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lineup__item-jp {
    margin-bottom: 4vw;
  }
}
.contents .p-lineup__item-en {
  width: auto;
}
@media screen and (min-width: 768px) {
  .contents .p-lineup__item-en {
    height: min(14px, 1.09375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lineup__item-en {
    height: 3.2vw;
  }
}
.contents .p-lineup__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .contents .p-lineup__modal {
    width: min(800px, 62.5vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lineup__modal {
    width: 89.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-lead {
    margin-bottom: min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lead {
    margin-bottom: 12vw;
  }
}
.contents .p-lead__box {
  display: flex;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .contents .p-lead__box {
    flex-direction: column;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.contents .p-lead__box-text {
  background: linear-gradient(to top, rgba(12, 116, 145, 0.25) 0%, rgba(107, 219, 189, 0.25) 51.72%, rgba(195, 227, 219, 0.25) 100%);
}
@media screen and (min-width: 768px) {
  .contents .p-lead__box-text {
    flex: 1;
    padding: min(80px, 6.25vw) min(65px, 5.078125vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lead__box-text {
    width: 100%;
    padding: 12vw 8vw;
  }
}
.contents .p-lead__box-text sup {
  font-size: 30%;
  width: 0;
  display: inline-block;
  white-space: nowrap;
  top: -1em;
  left: -1em;
}
.contents .p-lead__box-text .ttl {
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 768px) {
  .contents .p-lead__box-text .ttl {
    font-size: clamp(21.5px, 3.359375vw, 43px);
    line-height: 1.3255813953;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lead__box-text .ttl {
    font-size: calc(60 / 750 * 100vw);
    line-height: 1.3333333333;
    letter-spacing: 0.04em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-lead__box-text .ttl {
    margin-bottom: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lead__box-text .ttl {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-lead__box-text .ttl-small {
    font-size: min(31px, 2.421875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lead__box-text .ttl-small {
    font-size: 5.7333333333vw;
  }
}
.contents .p-lead__box-text .logo {
  display: flex;
}
.contents .p-lead__box-text .logo img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .contents .p-lead__box-text .logo img {
    height: min(25px, 1.953125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lead__box-text .logo img {
    height: 4.5333333333vw;
  }
}
.contents .p-lead__box-text .list {
  border-top: 1px solid #59B5AF;
}
@media screen and (min-width: 768px) {
  .contents .p-lead__box-text .list {
    padding-top: min(56px, 4.375vw);
    margin-top: min(56px, 4.375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lead__box-text .list {
    padding-top: 7.4666666667vw;
    margin-top: 7.4666666667vw;
  }
}
.contents .p-lead__box-text .list-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents .p-lead__box-text .list-item {
    font-size: clamp(12px, 1.875vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lead__box-text .list-item {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-lead__box-text .list-item {
    padding-left: min(44px, 3.4375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lead__box-text .list-item {
    padding-left: 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-lead__box-text .list-item + .list-item {
    margin-top: min(16px, 1.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lead__box-text .list-item + .list-item {
    margin-top: 2.6666666667vw;
  }
}
.contents .p-lead__box-text .list-item::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-check.png);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .contents .p-lead__box-text .list-item::before {
    width: min(27px, 2.109375vw);
    height: min(24px, 1.875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lead__box-text .list-item::before {
    width: 4.4vw;
    height: 3.8666666667vw;
  }
}
.contents .p-lead__box-text .note {
  color: #4D4D4D;
}
@media screen and (min-width: 768px) {
  .contents .p-lead__box-text .note {
    font-size: clamp(6px, 0.9375vw, 12px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lead__box-text .note {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-lead__box-text .note {
    margin-top: min(48px, 3.75vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lead__box-text .note {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-lead__box-img {
    width: min(600px, 46.875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-lead__box-img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-ingredient {
    margin-bottom: min(124px, 9.6875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-ingredient {
    margin-bottom: 12vw;
  }
}
.contents .p-ingredient__ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .contents .p-ingredient__ttl {
    font-size: clamp(18px, 2.8125vw, 36px);
    line-height: 1.7777777778;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-ingredient__ttl {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-ingredient__ttl {
    margin-bottom: min(36px, 2.8125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-ingredient__ttl {
    margin-bottom: 5.6vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-ingredient__text {
    font-size: clamp(9px, 1.40625vw, 18px);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-ingredient__text {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8461538462;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-ingredient__text {
    text-align: center;
    margin-bottom: min(48px, 3.75vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-ingredient__text {
    margin-bottom: 5.3333333333vw;
  }
}
.contents .p-ingredient__note {
  color: #4D4D4D;
}
@media screen and (min-width: 768px) {
  .contents .p-ingredient__note {
    font-size: clamp(6px, 0.9375vw, 12px);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-ingredient__note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-ingredient__note.ta-c-pc {
    text-align: center;
    margin-bottom: min(72px, 5.625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-ingredient__note.ta-c-pc {
    margin-bottom: 10.6666666667vw;
  }
}
.contents .p-ingredient__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .p-ingredient__list {
    justify-content: space-between;
    margin-bottom: min(72px, 5.625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-ingredient__list {
    flex-direction: column;
    row-gap: 10.6666666667vw;
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-ingredient__list-item {
    width: min(340px, 26.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-ingredient__list-item {
    width: 100%;
  }
}
.contents .p-ingredient__list-item:nth-of-type(2) img {
  animation-delay: 1.6s;
}
.contents .p-ingredient__list-item:nth-of-type(3) img {
  animation-delay: 0.8s;
}
@media screen and (min-width: 768px) {
  .contents .p-ingredient__list-img {
    width: min(320px, 25vw);
    margin: 0 auto min(24px, 1.875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-ingredient__list-img {
    margin-bottom: 4vw;
  }
}
.contents .p-ingredient__list-img img {
  animation: float 2.4s ease-in-out infinite;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contents .p-ingredient__list-img img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-ingredient__list-img img {
    width: 57.6vw;
  }
}
.contents .p-ingredient__list-img .note {
  color: #4D4D4D;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .contents .p-ingredient__list-img .note {
    font-size: clamp(6px, 0.9375vw, 12px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-ingredient__list-img .note {
    font-size: calc(21 / 750 * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.contents .p-ingredient__list-ttl {
  color: #fff;
  background: linear-gradient(to right, #92d6c7 0%, #48b2db 100%);
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .p-ingredient__list-ttl {
    font-size: clamp(10px, 1.5625vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-ingredient__list-ttl {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-ingredient__list-ttl {
    padding: min(6px, 0.46875vw);
    margin-bottom: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-ingredient__list-ttl {
    padding: 1.0666666667vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-ingredient__list-txt {
    font-size: clamp(8px, 1.25vw, 16px);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-ingredient__list-txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8461538462;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
.contents .p-ingredient__ba {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contents .p-ingredient__ba {
    justify-content: space-between;
    margin-top: min(110px, 8.59375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-ingredient__ba {
    flex-direction: column;
    row-gap: 8vw;
    margin-top: 13.2vw;
  }
}
.contents .p-ingredient__ba-img {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .p-ingredient__ba-img {
    column-gap: min(10px, 0.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-ingredient__ba-img {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-ingredient__ba-img img {
    width: min(312px, 24.375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-ingredient__ba-img img {
    width: 42.6666666667vw;
  }
}
.contents .p-ingredient__ba-text {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .contents .p-ingredient__ba-text {
    font-size: clamp(14px, 2.1875vw, 28px);
    line-height: 1.6785714286;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-ingredient__ba-text {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-ingredient__ba-text {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-scent .l-inner {
    max-width: none;
  }
}
.contents .p-scent__box {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, rgba(12, 116, 145, 0.25) 0%, rgba(107, 219, 189, 0.25) 51.72%, rgba(195, 227, 219, 0.25) 100%);
}
@media screen and (min-width: 768px) {
  .contents .p-scent__box {
    padding: min(70px, 5.46875vw) 0;
    justify-content: center;
    column-gap: min(140px, 10.9375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-scent__box {
    flex-direction: column;
    padding: 8.2666666667vw 0 9.3333333333vw;
    row-gap: 6.6666666667vw;
  }
}
.contents .p-scent__box-ttl {
  font-family: "Open Sans", sans-serif;
  color: #59B5AF;
}
@media screen and (min-width: 768px) {
  .contents .p-scent__box-ttl {
    font-size: clamp(18px, 2.8125vw, 36px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-scent__box-ttl {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-scent__box img {
    width: min(477px, 37.265625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-scent__box img {
    width: 80vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-scent__text {
    text-align: center;
    margin-top: min(90px, 7.03125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-scent__text {
    margin-top: 10.6666666667vw;
  }
}
.contents .p-scent__text-ttl {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .contents .p-scent__text-ttl {
    font-size: clamp(18px, 2.8125vw, 36px);
    line-height: 1.7777777778;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-scent__text-ttl {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-scent__text-ttl {
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-scent__text-ttl {
    text-align: center;
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-scent__text-txt {
    font-size: clamp(9px, 1.40625vw, 18px);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-scent__text-txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8461538462;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-scent__text-txt {
    max-width: 89.3333333333vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-about {
    margin-bottom: min(140px, 10.9375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-about {
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-about__ttl {
    margin-bottom: min(90px, 7.03125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-about__ttl {
    margin-bottom: 10.6666666667vw;
  }
}
.contents .p-about__kv {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .p-about__kv {
    margin-bottom: min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-about__kv {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-about__text {
    text-align: center;
    margin-bottom: min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-about__text {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-about__text-lead {
    font-size: clamp(8px, 1.25vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-about__text-lead {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.5384615385;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-about__text-lead {
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-about__text-lead {
    text-align: center;
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-about__text-main {
    font-size: clamp(18px, 2.8125vw, 36px);
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-about__text-main {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-about__text-main {
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-about__text-main {
    text-align: center;
    margin-bottom: 4.2666666667vw;
  }
}
.contents .p-about__text-main sup {
  font-size: 30%;
  width: 0;
  display: inline-block;
  white-space: nowrap;
  top: -3.2em;
  left: -1em;
}
@media screen and (min-width: 768px) {
  .contents .p-about__text-txt {
    font-size: clamp(8px, 1.25vw, 16px);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-about__text-txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.5384615385;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
.contents .p-about__beforeafter {
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contents .p-about__beforeafter {
    justify-content: space-between;
    align-items: center;
    max-width: min(1040px, 81.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-about__beforeafter {
    flex-direction: column-reverse;
    row-gap: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-about__beforeafter-img {
    width: min(520px, 40.625vw);
  }
}
@media screen and (min-width: 768px) {
  .contents .p-about__beforeafter-text {
    width: min(440px, 34.375vw);
  }
}
@media screen and (min-width: 768px) {
  .contents .p-about__beforeafter-text .wrap + .wrap {
    margin-top: min(36px, 2.8125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-about__beforeafter-text .wrap + .wrap {
    margin-top: 3.2vw;
  }
}
.contents .p-about__beforeafter-text .ttl {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contents .p-about__beforeafter-text .ttl {
    column-gap: min(13px, 1.015625vw);
    margin-bottom: min(18px, 1.40625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-about__beforeafter-text .ttl {
    margin-bottom: 1.6vw;
    column-gap: 2.1333333333vw;
  }
}
.contents .p-about__beforeafter-text .ttl-num {
  width: auto;
}
@media screen and (min-width: 768px) {
  .contents .p-about__beforeafter-text .ttl-num {
    height: min(18px, 1.40625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-about__beforeafter-text .ttl-num {
    height: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-about__beforeafter-text .ttl-txt {
    font-size: clamp(12px, 1.875vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-about__beforeafter-text .ttl-txt {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-about__beforeafter-text .txt {
    font-size: clamp(8px, 1.25vw, 16px);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-about__beforeafter-text .txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
.contents .p-about__note {
  color: #4D4D4D;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .contents .p-about__note {
    font-size: clamp(6px, 0.9375vw, 12px);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-about__note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-about__note {
    max-width: min(1040px, 81.25vw);
    margin-top: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-about__note {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__ttl {
    margin-bottom: min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__ttl {
    margin-bottom: 10.6666666667vw;
  }
}
.contents .p-reason__kv {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__kv {
    margin-bottom: min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__kv {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: min(80px, 6.25vw);
    max-width: min(785px, 61.328125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__text {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__text-ttl {
    font-size: clamp(18px, 2.8125vw, 36px);
    line-height: 1.7777777778;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__text-ttl {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__text-ttl {
    margin-bottom: min(36px, 2.8125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__text-ttl {
    text-align: center;
    margin-bottom: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__text-txt {
    font-size: clamp(8px, 1.25vw, 16px);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__text-txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.5384615385;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
.contents .p-reason__box {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__box {
    background-image: url(../img/bg-box.jpg);
    padding: min(40px, 3.125vw);
    margin-bottom: min(80px, 6.25vw);
    margin-left: auto;
    margin-right: auto;
    max-width: min(1040px, 81.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__box {
    background-image: url(../img/bg-box-sp.jpg);
    padding: 5.3333333333vw 2.6666666667vw 8vw;
    margin-bottom: 8.6666666667vw;
  }
}
.contents .p-reason__box-ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__box-ttl {
    font-size: clamp(10px, 1.5625vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__box-ttl {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.625;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__box-ttl {
    margin-bottom: min(24px, 1.875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__box-ttl {
    margin-bottom: 4.8vw;
  }
}
.contents .p-reason__box-wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__box-wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__box-wrap {
    flex-direction: column;
    row-gap: 2.6666666667vw;
  }
}
.contents .p-reason__box-item {
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__box-item {
    padding: min(14px, 1.09375vw) min(20px, 1.5625vw) min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__box-item {
    padding: 3.7333333333vw 3.2vw 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__box-item.img {
    width: min(430px, 33.59375vw);
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__box-item.worries {
    width: min(510px, 39.84375vw);
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__box-item .ttl {
    font-size: clamp(8px, 1.25vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__box-item .ttl {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__box-item .ttl {
    margin-bottom: min(12px, 0.9375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__box-item .ttl {
    margin-bottom: 3.2vw;
  }
}
.contents .p-reason__box-item .wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__box-item .wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__box-item .wrap {
    justify-content: center;
    column-gap: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__box-item .item {
    width: min(187px, 14.609375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__box-item .item {
    width: 34.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__box-item .item-txt {
    font-size: clamp(6px, 0.9375vw, 12px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__box-item .item-txt {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__box-item .item-txt {
    margin-top: min(12px, 0.9375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__box-item .item-txt {
    margin-top: 2.1333333333vw;
  }
}
.contents .p-reason__box-item .list {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__box-item .list {
    margin-top: min(40px, 3.125vw);
  }
}
.contents .p-reason__box-item .list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #59B5AF;
  border: 1px solid #59B5AF;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__box-item .list-item {
    font-size: clamp(6px, 0.9375vw, 12px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__box-item .list-item {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.4545454545;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__box-item .list-item {
    width: min(112px, 8.75vw);
    height: min(112px, 8.75vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__box-item .list-item {
    width: 18.4vw;
    height: 18.4vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion + .p-reason__accordion {
    margin-top: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion + .p-reason__accordion {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion:not(:last-of-type) .p-reason__accordion-body {
    margin-bottom: min(96px, 7.5vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion:not(:last-of-type) .p-reason__accordion-body {
    margin-bottom: 13.3333333333vw;
  }
}
.contents .p-reason__accordion-head {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7FCFB;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-head {
    margin: 0 auto;
    width: min(1040px, 81.25vw);
    border: min(2px, 0.15625vw) solid #AEDEDB;
    height: min(100px, 7.8125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-head {
    height: 16vw;
    border: 0.2666666667vw solid #AEDEDB;
  }
}
.contents .p-reason__accordion-head::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-plus.png);
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-head::after {
    width: min(50px, 3.90625vw);
    height: min(50px, 3.90625vw);
    right: min(25px, 1.953125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-head::after {
    width: 5.7333333333vw;
    height: 5.7333333333vw;
    right: 6.2666666667vw;
  }
}
.contents .p-reason__accordion-head img {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-head img {
    width: min(39px, 3.046875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-head img {
    width: 6.6666666667vw;
  }
}
.contents .p-reason__accordion-body .bodywrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .bodywrap {
    background-image: url(../img/bg-box.jpg);
    margin-left: auto;
    margin-right: auto;
    max-width: min(1040px, 81.25vw);
    padding: min(28px, 2.1875vw) min(40px, 3.125vw) min(38px, 2.96875vw);
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .bodywrap {
    background-image: url(../img/bg-box-sp.jpg);
    padding: 5.3333333333vw 5.3333333333vw 6vw;
    margin-bottom: 5.3333333333vw;
  }
}
.contents .p-reason__accordion-body .bodywrap > .ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .bodywrap > .ttl {
    font-size: clamp(10px, 1.5625vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .bodywrap > .ttl {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .bodywrap > .ttl {
    margin-bottom: min(24px, 1.875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .bodywrap > .ttl {
    margin-bottom: 4.8vw;
  }
}
.contents .p-reason__accordion-body .box {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .box + .box {
    margin-top: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .box + .box {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .product {
    padding: min(40px, 3.125vw) min(80px, 6.25vw) min(60px, 4.6875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .product {
    padding: 8vw 5.3333333333vw 10.6666666667vw;
  }
}
.contents .p-reason__accordion-body .product-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .product-ttl {
    column-gap: min(8px, 0.625vw);
    margin-bottom: min(24px, 1.875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .product-ttl {
    flex-direction: column;
    row-gap: 3.7333333333vw;
    margin-bottom: 6.1333333333vw;
  }
}
.contents .p-reason__accordion-body .product-ttl-logo {
  width: auto;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .product-ttl-logo {
    height: min(31px, 2.421875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .product-ttl-logo {
    max-width: none;
    height: 4.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .product-ttl-img {
    width: min(135px, 10.546875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .product-ttl-img {
    width: 26.9333333333vw;
  }
}
.contents .p-reason__accordion-body .product-wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .product-wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .product-wrap {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .product-item.img {
    width: min(380px, 29.6875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .product-item.img + .img {
    margin-top: 5.3333333333vw;
  }
}
.contents .p-reason__accordion-body .product-item.img .product-item-ttl {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .product-item.img .product-item-ttl {
    margin-top: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .product-item.img .product-item-ttl {
    margin-top: 3.2vw;
  }
}
.contents .p-reason__accordion-body .product-item-ttl {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .product-item-ttl {
    column-gap: min(8px, 0.625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .product-item-ttl {
    column-gap: 1.8666666667vw;
  }
}
.contents .p-reason__accordion-body .product-item-ttl-num {
  width: auto;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .product-item-ttl-num {
    height: min(16px, 1.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .product-item-ttl-num {
    height: 2.5333333333vw;
  }
}
.contents .p-reason__accordion-body .product-item-ttl-txt {
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .product-item-ttl-txt {
    font-size: clamp(8px, 1.25vw, 16px);
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .product-item-ttl-txt {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-weight: 400;
  }
}
.contents .p-reason__accordion-body .product-note01 {
  color: #4D4D4D;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .product-note01 {
    font-size: clamp(7px, 1.09375vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .product-note01 {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .product-note01 {
    margin-top: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .product-note01 {
    margin-top: 4vw;
  }
}
.contents .p-reason__accordion-body .product-note02 {
  color: #4D4D4D;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .product-note02 {
    font-size: clamp(6px, 0.9375vw, 12px);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .product-note02 {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .product-note02 {
    margin-top: min(6px, 0.46875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .product-note02 {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient {
    padding: min(30px, 2.34375vw) min(50px, 3.90625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient {
    padding: 4.8vw 4vw 8vw;
  }
}
.contents .p-reason__accordion-body .ingredient-ttl {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-ttl {
    column-gap: min(42px, 3.28125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl {
    flex-direction: column;
    row-gap: 4.8vw;
  }
}
.contents .p-reason__accordion-body .ingredient-ttl-circle {
  text-align: center;
  border-radius: 50%;
  color: #59B5AF;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-ttl-circle {
    font-size: clamp(11px, 1.71875vw, 22px);
    line-height: 1.6363636364;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-circle {
    font-size: calc(27 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-ttl-circle {
    width: min(218px, 17.03125vw);
    height: min(218px, 17.03125vw);
    padding-top: min(78px, 6.09375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-circle {
    width: 36.8vw;
    height: 36.8vw;
    padding-top: 13.6vw;
  }
}
.contents .p-reason__accordion-body .ingredient-ttl-circle:before, .contents .p-reason__accordion-body .ingredient-ttl-circle::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contents .p-reason__accordion-body .ingredient-ttl-circle::before {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.contents .p-reason__accordion-body .ingredient-ttl-circle::after {
  z-index: -2;
  background: linear-gradient(135deg, #92d6c7 0%, #48b2db 100%);
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-ttl-circle::after {
    width: min(220px, 17.1875vw);
    height: min(220px, 17.1875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-circle::after {
    width: 37.3333333333vw;
    height: 37.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt {
    flex: 1;
  }
}
.contents .p-reason__accordion-body .ingredient-ttl-txt .ttl {
  text-align: left;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .ttl {
    font-size: clamp(12px, 1.875vw, 24px);
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .ttl {
    font-size: calc(25 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .ttl {
    margin-bottom: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .ttl {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .txt {
    font-size: clamp(7px, 1.09375vw, 14px);
    line-height: 1.7142857143;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
.contents .p-reason__accordion-body .ingredient-ttl-txt .note {
  color: #4D4D4D;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .note {
    font-size: clamp(6px, 0.9375vw, 12px);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .note {
    margin-top: min(6px, 0.46875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .note {
    margin-top: 2.4vw;
  }
}
.contents .p-reason__accordion-body .ingredient-ttl.border {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-ttl.border {
    padding-bottom: min(48px, 3.75vw);
    margin-bottom: min(56px, 4.375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl.border {
    padding-bottom: 6.4vw;
    margin-bottom: 6.6666666667vw;
  }
}
.contents .p-reason__accordion-body .ingredient-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-list {
    margin-top: min(32px, 2.5vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-list {
    flex-wrap: wrap;
    row-gap: 2.6666666667vw;
    margin-top: 5.6vw;
  }
}
.contents .p-reason__accordion-body .ingredient-list-item {
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-list-item {
    padding-bottom: min(36px, 2.8125vw);
    width: min(120px, 9.375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-list-item {
    width: 21.3333333333vw;
    padding-bottom: 5.8666666667vw;
  }
}
.contents .p-reason__accordion-body .ingredient-list-item-txt {
  position: absolute;
  white-space: nowrap;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-list-item-txt {
    font-size: clamp(9px, 1.40625vw, 18px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-list-item-txt {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.contents .p-reason__accordion-body .ingredient-note {
  color: #4D4D4D;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-note {
    font-size: clamp(6px, 0.9375vw, 12px);
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-note {
    margin-top: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-note {
    margin-top: 10.6666666667vw;
  }
}
.contents .p-reason__accordion-body .ingredient-straight {
  display: flex;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-straight {
    align-items: center;
    padding-top: min(42px, 3.28125vw);
    margin-top: min(42px, 3.28125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-straight {
    flex-direction: column;
    row-gap: 4vw;
    margin-top: 6.4vw;
    padding-top: 5.0666666667vw;
  }
}
.contents .p-reason__accordion-body .ingredient-straight-left {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-straight-left {
    width: min(400px, 31.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-straight-left {
    width: 100%;
  }
}
.contents .p-reason__accordion-body .ingredient-straight-ttl {
  color: #59B5AF;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-straight-ttl {
    font-size: clamp(8px, 1.25vw, 16px);
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-straight-ttl {
    font-size: calc(23 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-straight-ttl {
    margin-bottom: min(14px, 1.09375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-straight-ttl {
    margin-bottom: 3.2vw;
  }
}
.contents .p-reason__accordion-body .ingredient-straight-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-straight-list {
    column-gap: min(24px, 1.875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-straight-list {
    column-gap: 4.5333333333vw;
  }
}
.contents .p-reason__accordion-body .ingredient-straight-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  color: #59B5AF;
  background-color: rgba(89, 181, 175, 0.1);
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-straight-list li {
    font-size: clamp(7px, 1.09375vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-straight-list li {
    font-size: calc(23 / 750 * 100vw);
    line-height: 1.4347826087;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .ingredient-straight-list li {
    width: min(150px, 11.71875vw);
    height: min(150px, 11.71875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-straight-list li {
    width: 32vw;
    height: 32vw;
  }
}
.contents .p-reason__accordion-body .close {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .close {
    column-gap: min(6px, 0.46875vw);
    max-width: min(1040px, 81.25vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .close {
    column-gap: 0.8vw;
  }
}
.contents .p-reason__accordion-body .close::before, .contents .p-reason__accordion-body .close::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #707070;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .close::before, .contents .p-reason__accordion-body .close::after {
    width: min(470px, 36.71875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .close::before, .contents .p-reason__accordion-body .close::after {
    width: 35.0666666667vw;
  }
}
.contents .p-reason__accordion-body .close::before {
  left: 0;
}
.contents .p-reason__accordion-body .close::after {
  right: 0;
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .close-txt {
    font-size: clamp(7px, 1.09375vw, 14px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .close-txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-reason__accordion-body .close-icon {
    width: min(11px, 0.859375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-reason__accordion-body .close-icon {
    width: 2.5333333333vw;
  }
}
.contents .p-gallery02 {
  display: flex;
}
.contents .p-howto__bg {
  background: linear-gradient(to bottom, #afe2d6 0%, #9bccde 100%);
}
@media screen and (min-width: 768px) {
  .contents .p-howto__bg {
    padding: min(160px, 12.5vw) 0 min(200px, 15.625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__bg {
    padding: 21.3333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-howto__ttl {
    margin-bottom: min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__ttl {
    margin-bottom: 10.6666666667vw;
  }
}
.contents .p-howto__item {
  position: relative;
  background-color: #fff;
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .p-howto__item {
    align-items: center;
    margin-bottom: min(40px, 3.125vw);
    padding: min(54px, 4.21875vw) 0 min(54px, 4.21875vw) min(310px, 24.21875vw);
    column-gap: min(45px, 3.515625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__item {
    align-items: flex-start;
    margin-bottom: 8vw;
    padding: 5.3333333333vw 3.6vw 6.4vw 5.3333333333vw;
    column-gap: 3.2vw;
  }
}
.contents .p-howto__item::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  transform: translate(-50%, 100%);
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .contents .p-howto__item::after {
    width: min(30px, 2.34375vw);
    height: min(20px, 1.5625vw);
    bottom: min(-10px, -0.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__item::after {
    width: 4vw;
    height: 2.6666666667vw;
    bottom: -2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-howto__item-text {
    width: min(520px, 40.625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__item-text {
    width: 53.0666666667vw;
  }
}
.contents .p-howto__item-text .num {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .p-howto__item-text .num {
    margin-bottom: min(24px, 1.875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__item-text .num {
    margin-bottom: 2.6666666667vw;
  }
}
.contents .p-howto__item-text .num img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .contents .p-howto__item-text .num img {
    height: min(26.5px, 2.0703125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__item-text .num img {
    height: 4.4vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-howto__item-text .txt {
    font-size: clamp(13px, 2.03125vw, 26px);
    line-height: 1.8461538462;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__item-text .txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8461538462;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-howto__item-text .txt {
    margin-bottom: min(24px, 1.875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__item-text .txt {
    width: 52vw;
    margin-bottom: 4.8vw;
  }
}
.contents .p-howto__item-text .point-ttl {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .p-howto__item-text .point-ttl {
    margin-bottom: min(12px, 0.9375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__item-text .point-ttl {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-howto__item-text .point-ttl img {
    width: min(54px, 4.21875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__item-text .point-ttl img {
    width: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-howto__item-text .point-txt {
    font-size: clamp(9px, 1.40625vw, 18px);
    line-height: 1.7777777778;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__item-text .point-txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-howto__item-text .point-txt {
    white-space: nowrap;
  }
}
.contents .p-howto__item-img .img-product {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contents .p-howto__item-img .img-product {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .contents .p-howto__item-img .img-product.shampoo, .contents .p-howto__item-img .img-product.treatment {
    width: min(190px, 14.84375vw);
    left: min(68px, 5.3125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__item-img .img-product.shampoo, .contents .p-howto__item-img .img-product.treatment {
    bottom: 2.9333333333vw;
    right: 7.7333333333vw;
    width: 14vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-howto__item-img .img-product.outbathtreatment {
    width: min(140px, 10.9375vw);
    left: min(96px, 7.5vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__item-img .img-product.outbathtreatment {
    bottom: 3.8666666667vw;
    right: 8.2666666667vw;
    width: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-howto__item-img .img-icon {
    width: min(260px, 20.3125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__item-img .img-icon {
    width: 24vw;
    margin-top: 6.9333333333vw;
  }
}
.contents .p-howto__pluscare {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .contents .p-howto__pluscare {
    padding: min(68px, 5.3125vw) 0 min(75px, 5.859375vw) min(74px, 5.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__pluscare {
    padding: 6.6666666667vw 5.3333333333vw 10.6666666667vw;
  }
}
.contents .p-howto__pluscare-wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .p-howto__pluscare-wrap {
    margin-bottom: min(100px, 7.8125vw);
    column-gap: min(130px, 10.15625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__pluscare-wrap {
    flex-direction: column;
    row-gap: 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-howto__pluscare-text {
    display: flex;
    flex-direction: column;
    width: min(570px, 44.53125vw);
    padding-top: min(50px, 3.90625vw);
  }
}
.contents .p-howto__pluscare-text .subttl {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .p-howto__pluscare-text .subttl {
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__pluscare-text .subttl {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-howto__pluscare-text .subttl img {
    width: min(134px, 10.46875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__pluscare-text .subttl img {
    width: 17.8666666667vw;
  }
}
.contents .p-howto__pluscare-text .ttl {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .p-howto__pluscare-text .ttl {
    margin-bottom: min(24px, 1.875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__pluscare-text .ttl {
    margin-bottom: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-howto__pluscare-text .ttl img {
    width: min(522px, 40.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__pluscare-text .ttl img {
    width: 76.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-howto__pluscare-text .txt {
    font-size: clamp(13px, 2.03125vw, 26px);
    line-height: 1.8461538462;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__pluscare-text .txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8461538462;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-howto__pluscare-text .txt {
    margin-bottom: min(28px, 2.1875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__pluscare-text .txt {
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-howto__pluscare-text .txt02 {
    font-size: clamp(9px, 1.40625vw, 18px);
    line-height: 1.7777777778;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__pluscare-text .txt02 {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-howto__pluscare-text .txt02 {
    margin-bottom: min(32px, 2.5vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__pluscare-text .txt02 {
    margin-bottom: 3.2vw;
  }
}
.contents .p-howto__pluscare-text .point-ttl {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .p-howto__pluscare-text .point-ttl {
    margin-bottom: min(12px, 0.9375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__pluscare-text .point-ttl {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-howto__pluscare-text .point-ttl img {
    width: min(54px, 4.21875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__pluscare-text .point-ttl img {
    width: 10.8vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-howto__pluscare-text .point-txt {
    font-size: clamp(9px, 1.40625vw, 18px);
    line-height: 1.7777777778;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__pluscare-text .point-txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-howto__pluscare-img {
    margin-top: min(12px, 0.9375vw);
    width: min(281px, 21.953125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-howto__pluscare-img {
    width: 54vw;
    margin: 0 auto;
  }
}
.contents .p-howto__pluscare .c-btn {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contents .p-howto__pluscare .c-btn {
    width: 78.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-faq {
    margin-top: min(100px, 7.8125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-faq {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-faq__bg {
    padding: min(160px, 12.5vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-faq__bg {
    padding: 21.3333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-faq__ttl {
    margin-bottom: min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-faq__ttl {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-faq .l-inner {
    max-width: min(1040px, 81.25vw);
  }
}
.contents .p-faq .faq-item {
  border-top: 1px solid #CCCCCC;
  position: relative;
}
.contents .p-faq .faq-item[data-active=true] .faq-item__q::after {
  height: 0;
}
.contents .p-faq .faq-item::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-q.png);
  left: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .contents .p-faq .faq-item::before {
    width: min(81px, 6.328125vw);
    height: min(81px, 6.328125vw);
    top: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-faq .faq-item::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    top: 3.7333333333vw;
  }
}
.contents .p-faq .faq-item:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}
.contents .p-faq .faq-item__q {
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents .p-faq .faq-item__q {
    padding: min(54px, 4.21875vw) min(32px, 2.5vw) min(54px, 4.21875vw) min(120px, 9.375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-faq .faq-item__q {
    padding: 5.0666666667vw 8.2666666667vw 5.0666666667vw 12.5333333333vw;
  }
}
.contents .p-faq .faq-item__q::before, .contents .p-faq .faq-item__q::after {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(-45deg, #cc85b5 0%, #7175bf 100%);
  top: 50%;
  transition: width 0.3s, height 0.3s;
}
.contents .p-faq .faq-item__q::before {
  right: 0;
  height: 1px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .contents .p-faq .faq-item__q::before {
    width: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-faq .faq-item__q::before {
    width: 5.3333333333vw;
  }
}
.contents .p-faq .faq-item__q::after {
  width: 1px;
  transform: translate(-35%, -50%);
}
@media screen and (min-width: 768px) {
  .contents .p-faq .faq-item__q::after {
    right: min(20px, 1.5625vw);
    height: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-faq .faq-item__q::after {
    right: 2.6666666667vw;
    height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-faq .faq-item__q .txt {
    font-size: clamp(10px, 1.5625vw, 20px);
    line-height: 2;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-faq .faq-item__q .txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8461538462;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.contents .p-faq .faq-item__a {
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents .p-faq .faq-item__a {
    padding: 0 min(32px, 2.5vw) min(36px, 2.8125vw) min(120px, 9.375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-faq .faq-item__a {
    padding: 0 8.2666666667vw 5.0666666667vw 12.5333333333vw;
  }
}
.contents .p-faq .faq-item__a::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-a.png);
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .contents .p-faq .faq-item__a::before {
    width: min(81px, 6.328125vw);
    height: min(81px, 6.328125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-faq .faq-item__a::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-faq .faq-item__a .txt {
    font-size: clamp(10px, 1.5625vw, 20px);
    line-height: 2;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-faq .faq-item__a .txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-faq .faq-item__a .txt {
    min-height: min(80px, 6.25vw);
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy {
    padding-top: min(160px, 12.5vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy {
    padding-top: 21.3333333333vw;
  }
}
.contents .p-buy__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .p-buy__ttl {
    font-size: clamp(18px, 2.8125vw, 36px);
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__ttl {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__ttl {
    margin-bottom: min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__ttl {
    margin-bottom: 10.6666666667vw;
  }
}
.contents .p-buy__tab {
  display: flex;
  border: 1px solid #CCCCCC;
}
@media screen and (min-width: 768px) {
  .contents .p-buy__tab {
    width: min(880px, 68.75vw);
    margin: 0 auto min(124px, 9.6875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__tab {
    flex-wrap: wrap;
    margin-bottom: 16vw;
  }
}
.contents .p-buy__tab-item {
  position: relative;
  z-index: 1;
  width: 50%;
}
.contents .p-buy__tab-item:not(:last-of-type) {
  border-right: 1px solid #CCCCCC;
}
.contents .p-buy__tab-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents .p-buy__tab-item a {
    height: min(176px, 13.75vw);
  }
  .contents .p-buy__tab-item a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__tab-item a {
    height: 32vw;
  }
}
.contents .p-buy__tab-item a.is-active::after {
  opacity: 1;
}
.contents .p-buy__tab-item a::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(188deg, rgba(241, 240, 242, 0.3) 0%, rgba(226, 229, 235, 0.3) 100%);
  border: 2px solid;
  border-image: linear-gradient(135deg, #92d6c7 0%, #48b2db 100%) 1;
}
.contents .p-buy__tab-item a .logo {
  width: auto;
}
@media screen and (min-width: 768px) {
  .contents .p-buy__tab-item a .logo {
    height: min(18px, 1.40625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__tab-item a .logo {
    height: 7.6vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__tab-item a .txt {
    font-size: clamp(8px, 1.25vw, 16px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__tab-item a .txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__tab-item.straight a .product {
    width: min(136px, 10.625vw);
    margin-bottom: min(10px, 0.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__tab-item.straight a .product {
    width: 24.5333333333vw;
    margin-bottom: 1.2vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__tab-item.refill a .product {
    width: min(111px, 8.671875vw);
    margin-bottom: min(12px, 0.9375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__tab-item.refill a .product {
    width: 19.0666666667vw;
    margin-bottom: 1.8666666667vw;
  }
}
.contents .p-buy__subttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .p-buy__subttl {
    margin-bottom: min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__subttl {
    margin-bottom: 10.6666666667vw;
  }
}
.contents .p-buy__subttl .logo {
  width: auto;
}
@media screen and (min-width: 768px) {
  .contents .p-buy__subttl .logo {
    height: min(38px, 2.96875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__subttl .logo {
    height: 5.0666666667vw;
  }
}
.contents .p-buy__subttl .txt {
  display: block;
}
@media screen and (min-width: 768px) {
  .contents .p-buy__subttl .txt {
    font-size: clamp(16px, 2.5vw, 32px);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__subttl .txt {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.contents .p-buy__product {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .contents .p-buy__product {
    column-gap: min(90px, 7.03125vw);
    row-gap: min(80px, 6.25vw);
    margin-bottom: min(100px, 7.8125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__product {
    flex-direction: column;
    align-items: center;
    row-gap: 10.6666666667vw;
    margin-bottom: 16vw;
  }
}
.contents .p-buy__product-item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contents .p-buy__product-item {
    width: min(340px, 26.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__product-item {
    width: 84vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__product-item .img {
    margin-bottom: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__product-item .img {
    margin-bottom: 2.6666666667vw;
  }
}
.contents .p-buy__product-item .name {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .contents .p-buy__product-item .name {
    font-size: clamp(10px, 1.5625vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__product-item .name {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__product-item .name {
    margin-bottom: min(16px, 1.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__product-item .name {
    margin-bottom: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__product-item .name-en {
    font-size: clamp(5px, 0.78125vw, 10px);
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__product-item .name-en {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__product-item .name-en {
    margin-bottom: min(15px, 1.171875vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__product-item .name-en {
    margin-bottom: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__product-item .price {
    margin-top: auto;
    margin-bottom: min(10px, 0.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__product-item .price {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__product-item .price span {
    font-size: clamp(14px, 2.1875vw, 28px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__product-item .price span {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__product-item .price span:first-of-type {
    font-size: clamp(12px, 1.875vw, 24px);
    line-height: 1.1666666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__product-item .price span:first-of-type {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__product-item .price .tax {
    font-size: clamp(8px, 1.25vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__product-item .price .tax {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.contents .p-buy__product-item .cap {
  width: max-content;
  display: inline-block;
  border: 1px solid #CCCCCC;
}
@media screen and (min-width: 768px) {
  .contents .p-buy__product-item .cap {
    font-size: clamp(6px, 0.9375vw, 12px);
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__product-item .cap {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__product-item .cap {
    padding: min(8px, 0.625vw) min(10px, 0.78125vw);
    margin-bottom: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__product-item .cap {
    padding: 1.3333333333vw 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__product-item .free {
    font-size: clamp(7px, 1.09375vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__product-item .free {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__product-item .free {
    text-align: center;
    margin-top: min(12px, 0.9375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__product-item .free {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__product-item #goodsspec_body {
    min-height: min(72px, 5.625vw);
  }
}
.contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock_ dt,
.contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock2_ dt {
  color: #FF0000;
}
@media screen and (min-width: 768px) {
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock_ dt,
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock2_ dt {
    font-size: clamp(7px, 1.09375vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock_ dt,
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock2_ dt {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock_ dt,
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock2_ dt {
    margin-bottom: min(8px, 0.625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock_ dt,
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock2_ dt {
    margin-bottom: 1.0666666667vw;
  }
}
.contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock_ dd,
.contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock2_ dd {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock_ dd,
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock2_ dd {
    font-size: clamp(7px, 1.09375vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock_ dd,
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock2_ dd {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock_ dd span,
.contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock2_ dd span {
  font-weight: 400;
}
.contents .p-buy__bnr {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contents .p-buy__bnr {
    width: min(750px, 58.59375vw);
    margin-bottom: min(100px, 7.8125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__bnr {
    width: 84vw;
    margin-inline: auto;
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__link {
    margin: min(100px, 7.8125vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__link {
    margin: 10.9333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__link-item:not(:last-of-type) {
    margin-bottom: min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__link-item:not(:last-of-type) {
    margin-bottom: 13.3333333333vw;
  }
}
.contents .p-buy__link-item.royal {
  background: linear-gradient(to right, rgba(255, 218, 163, 0.1) 0%, rgba(219, 172, 104, 0.1) 100%);
}
@media screen and (min-width: 768px) {
  .contents .p-buy__link-item.royal .img-product {
    width: min(414px, 32.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__link-item.royal .img-product {
    width: 65.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__link-item.royal .text-ttl img {
    width: min(416px, 32.5vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__link-item.royal .text-ttl img {
    width: 82.4vw;
  }
}
.contents .p-buy__link-item.royal .text-btn {
  background: linear-gradient(to right, rgba(245, 211, 167, 0.5) 0%, rgba(239, 188, 130, 0.5) 100%);
}
.contents .p-buy__link-item.pink {
  background: linear-gradient(135deg, rgba(255, 201, 217, 0.1) 0%, rgba(227, 172, 186, 0.1) 100%);
}
@media screen and (min-width: 768px) {
  .contents .p-buy__link-item.pink .img-product {
    width: min(414px, 32.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__link-item.pink .img-product {
    width: 65.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__link-item.pink .text-ttl img {
    width: min(369px, 28.828125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__link-item.pink .text-ttl img {
    width: 47.6vw;
  }
}
.contents .p-buy__link-item.pink .text-btn {
  background: linear-gradient(to right, rgba(255, 201, 217, 0.5) 0%, rgba(227, 172, 186, 0.5) 100%);
}
.contents .p-buy__link-item.white {
  background: linear-gradient(135deg, rgba(227, 224, 255, 0.1) 0%, rgba(169, 202, 245, 0.1) 100%);
}
@media screen and (min-width: 768px) {
  .contents .p-buy__link-item.white .img-product {
    width: min(430px, 33.59375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__link-item.white .img-product {
    width: 67.6vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__link-item.white .text-ttl img {
    width: min(400px, 31.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__link-item.white .text-ttl img {
    width: 50.2666666667vw;
  }
}
.contents .p-buy__link-item.white .text-btn {
  background: linear-gradient(to right, rgba(227, 224, 255, 0.5) 0%, rgba(169, 202, 245, 0.5) 100%);
}
.contents .p-buy__link-item .inner {
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contents .p-buy__link-item .inner {
    max-width: min(900px, 70.3125vw);
    column-gap: min(45px, 3.515625vw);
    padding: min(64px, 5vw) 0 min(68px, 5.3125vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__link-item .inner {
    position: relative;
    justify-content: center;
    padding: 9.8666666667vw 0;
  }
}
.contents .p-buy__link-item .text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contents .p-buy__link-item .text {
    padding-top: min(12px, 0.9375vw);
  }
}
.contents .p-buy__link-item .text-ttl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contents .p-buy__link-item .text-ttl {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__link-item .text-note {
    font-size: clamp(5.5px, 0.859375vw, 11px);
    line-height: 1.8181818182;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__link-item .text-note {
    font-size: calc(16 / 750 * 100vw);
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__link-item .text-note {
    margin-top: min(18px, 1.40625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__link-item .text-note {
    text-align: center;
    margin-top: 2.4vw;
  }
}
.contents .p-buy__link-item .text-btn {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contents .p-buy__link-item .text-btn {
    width: min(350px, 27.34375vw);
    height: min(60px, 4.6875vw);
    column-gap: min(8px, 0.625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__link-item .text-btn {
    width: 84vw;
    height: 13.3333333333vw;
    column-gap: 1.3333333333vw;
    margin-top: 58.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy__link-item .text-btn-txt {
    font-size: clamp(8px, 1.25vw, 16px);
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__link-item .text-btn-txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
.contents .p-buy__link-item .text-btn img {
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .contents .p-buy__link-item .text-btn img {
    width: min(16px, 1.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__link-item .text-btn img {
    width: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__link-item .img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 28.6666666667vw;
  }
}
.contents .p-buy__link-item .img-product {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contents .p-buy__link-item .img-logo {
  width: auto;
}
@media screen and (min-width: 768px) {
  .contents .p-buy__link-item .img-logo {
    height: min(29px, 2.265625vw);
    margin-top: min(5px, 0.390625vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-buy__link-item .img-logo {
    max-width: none;
    height: 5.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-buy section.spec-table {
    width: min(1200px, 93.75vw);
    margin-bottom: min(80px, 6.25vw);
  }
}
.contents .p-buy__line .line {
  width: max-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contents .p-regular {
    padding-top: min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-regular {
    padding-top: 16vw;
  }
}
.contents .p-regular__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .p-regular__ttl {
    font-size: clamp(18px, 2.8125vw, 36px);
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-regular__ttl {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-regular__ttl {
    margin-bottom: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-regular__ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.contents .p-regular__btn {
  margin: 0 auto;
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .contents .p-regular__btn {
    width: min(640px, 50vw);
  }
}
@media screen and (max-width: 767px) {
  .contents .p-regular__btn {
    height: 13.3333333333vw;
  }
}
.contents .p-regular__btn::after {
  background-image: url(../img/ic-arrow-bl.png) !important;
}
.contents .js-accordion-head {
  cursor: pointer;
  position: relative;
}
.contents .js-accordion-body {
  display: none;
}
.contents [data-anim] {
  transition: 0.6s transform, 0.6s opacity;
}
.contents [data-anim=false] {
  transform: translateY(2vh);
  opacity: 0;
}
.contents [data-anim-clip] {
  will-change: clip-path;
  -webkit-transition: clip-path 1.8s ease-in-out;
  transition: clip-path 1.8s ease-in-out;
  transition-delay: 0.2s;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.contents [data-anim-clip=false] {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
.contents .product-buy-button {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 0;
  display: inline-block;
  visibility: hidden;
  transition: visibility 0.15s ease, opacity 0.15s ease;
  text-decoration: none;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .contents .product-buy-button {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .contents .product-buy-button {
    width: 60px;
    height: 60px;
  }
}
.contents .product-buy-button.on {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .contents .product-buy-button.on:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .contents #lineup,
  .contents #reason {
    margin-top: -60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contents #lineup,
  .contents #reason {
    margin-top: -8vw;
    padding-top: 8vw;
  }
}

#goodsspec_body.mt {
  margin-top: 20px;
}

#goodsspec_body .goodscomment_ .deliveryBlock2_ dt:before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 15px;
  vertical-align: middle;
  background: url(/img/usr/common/icon_delivery.png) 0 center no-repeat;
  background-size: 17px 14px;
}

#goodsspec_body .goodscomment_ .deliveryBlock2_ dd span {
  padding: 0 0.2rem;
  text-decoration: underline;
}

@keyframes float {
  0%, 100% {
    transform: translateY(10px) scale(1, 1);
  }
  50% {
    transform: translateY(-10px) scale(1.02, 0.99);
  }
}