@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
.contents {
  overflow-x: hidden;
  color: #1C1C1C;
  font-family: "Noto Sans JP", serif;
}
.contents img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.contents a {
  text-decoration: none;
}
.contents sup {
  font-size: 60%;
}
.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 .u-bg2 {
  position: relative;
  background: linear-gradient(to bottom, #F8F7F2 0%, #F7F5F2 40%, #F0EEE9 100%);
}
@media screen and (min-width: 767px) {
  .contents .u-bg2 {
    padding: 140px 0 120px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .u-bg2 {
    padding: 9.4594594595vw 0 8.1081081081vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .u-bg2 {
    padding: 26.6666666667vw 0 20vw;
  }
}
.contents .l-inner {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .contents .l-inner {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .l-inner {
    max-width: 81.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .l-inner {
    max-width: 89.3333333333vw;
  }
}
.contents .c-ttl {
  text-align: center;
}
.contents .c-ttl img {
  width: auto;
}
@media screen and (min-width: 767px) {
  .contents .c-ttl img {
    height: 26px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .c-ttl img {
    height: 1.7567567568vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .c-ttl img {
    height: 3.7333333333vw;
  }
}
.contents .c-ttl-sub {
  display: block;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 767px) {
  .contents .c-ttl-sub {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .c-ttl-sub {
    font-size: 0.9459459459vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .c-ttl-sub {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .c-ttl-sub {
    margin-top: 0.5405405405vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .c-ttl-sub {
    margin-top: 1.2vw;
  }
}
.contents .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 767px) {
  .contents .c-btn {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .c-btn {
    font-size: 1.3513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .c-btn {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .c-btn {
    column-gap: 4px;
    width: 580px;
    height: 80px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .c-btn {
    column-gap: 0.2702702703vw;
    width: 39.1891891892vw;
    height: 5.4054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .c-btn {
    width: 84vw;
    height: 16vw;
    column-gap: 1.3333333333vw;
  }
}
.contents .c-btn.-grad {
  background: linear-gradient(135deg, #bfbbaf 0%, #9b917a 100%);
}
.contents .c-btn--cart {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .contents .c-btn--cart {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .c-btn--cart {
    font-size: 1.0810810811vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .c-btn--cart {
    height: 56px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .c-btn--cart {
    height: 3.7837837838vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .c-btn--cart {
    height: 13.3333333333vw;
  }
}
.contents .c-btn--disabled {
  background-color: #bebebe;
  pointer-events: none;
}
@media screen and (min-width: 767px) {
  .contents .c-btn img {
    width: 22px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .c-btn img {
    width: 1.4864864865vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .c-btn.-arrow::after {
    width: 19px;
    height: 11px;
    right: 40px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .c-btn.-arrow::after {
    width: 1.2837837838vw;
    height: 0.7432432432vw;
    right: 2.7027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .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 .p-kv__wrap {
  display: flex;
}
@media screen and (min-width: 767px) {
  .contents .p-kv__wrap {
    background-color: rgba(226, 214, 195, 0.19);
    align-items: center;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-kv__wrap {
    background-image: url(../img/bg-kv-sp.jpg);
    background-size: 100% auto;
    background-position: top center;
    padding: 6.6666666667vw 9.6vw 12vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-kv__img {
    width: 63.5135135135%;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-kv__text {
    width: 422px;
    margin-left: 77px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-kv__text {
    width: 28.5135135135vw;
    margin-left: 5.2027027027vw;
  }
}
.contents .p-kv__text-new {
  display: flex;
}
@media screen and (min-width: 767px) {
  .contents .p-kv__text-new {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-kv__text-new {
    margin-bottom: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-kv__text-new {
    margin-left: 1.6vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-kv__text-new img {
    width: 161px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-kv__text-new img {
    width: 10.8783783784vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-kv__text-new img {
    width: 32.8vw;
  }
}
.contents .p-kv__text-ttl {
  white-space: nowrap;
}
@media screen and (min-width: 767px) {
  .contents .p-kv__text-ttl {
    font-size: 46px;
    line-height: 1.4565217391;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-kv__text-ttl {
    font-size: 3.1081081081vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-kv__text-ttl {
    font-size: calc(68 / 750 * 100vw);
    line-height: 1.4264705882;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-kv__text-ttl {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-kv__text-ttl {
    margin-bottom: 1.8918918919vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-kv__text-ttl {
    margin-left: 1.6vw;
    margin-bottom: 100vw;
  }
}
.contents .p-kv__text-ttl sup {
  font-size: 30%;
  top: -2em;
  left: -0.15em;
}
@media screen and (min-width: 767px) {
  .contents .p-kv__text-txt {
    font-size: 24px;
    line-height: 1.3333333333;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-kv__text-txt {
    font-size: 1.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-kv__text-txt {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.55;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-kv__text-txt {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-kv__text-txt {
    margin-bottom: 1.4864864865vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-kv__text-logo {
    display: flex;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-kv__text-logo img {
    width: 315px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-kv__text-logo img {
    width: 21.2837837838vw;
  }
}
.contents .p-kv__text-list {
  border-top: 1px solid #707070;
}
@media screen and (min-width: 767px) {
  .contents .p-kv__text-list {
    padding-top: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-kv__text-list {
    padding-top: 1.3513513514vw;
    margin-top: 2.7027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-kv__text-list {
    padding-top: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.contents .p-kv__text-list li {
  position: relative;
}
@media screen and (min-width: 767px) {
  .contents .p-kv__text-list li {
    font-size: 18px;
    line-height: 2.2222222222;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-kv__text-list li {
    font-size: 1.2162162162vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-kv__text-list li {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.9166666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-kv__text-list li {
    padding-left: 32px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-kv__text-list li {
    padding-left: 2.1621621622vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-kv__text-list li {
    padding-left: 4.2666666667vw;
  }
}
.contents .p-kv__text-list li::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-check.png);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 767px) {
  .contents .p-kv__text-list li::before {
    width: 23px;
    height: 21px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-kv__text-list li::before {
    width: 1.5540540541vw;
    height: 1.4189189189vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-kv__text-list li::before {
    width: 3.0666666667vw;
    height: 2.8vw;
  }
}
.contents .p-kv__text-note {
  color: #707070;
}
@media screen and (min-width: 767px) {
  .contents .p-kv__text-note {
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-kv__text-note {
    font-size: 0.5405405405vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-kv__text-note {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-kv__text-note {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-kv__text-note {
    margin-top: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-kv__text-note {
    margin-top: 5.6vw;
  }
}
.contents .p-intro {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 767px) {
  .contents .p-intro {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-intro {
    padding-top: 4.7297297297vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-intro {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-intro__text {
    text-align: center;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-intro__text {
    max-width: 89.3333333333vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-intro__text-ttl {
    font-size: 36px;
    line-height: 1.7777777778;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-intro__text-ttl {
    font-size: 2.4324324324vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-intro__text-ttl {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-intro__text-ttl {
    margin-bottom: 2.1621621622vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-intro__text-ttl {
    text-align: center;
    width: 100vw;
    margin: 0 calc((50% - 50vw) / 2) 6.4vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-intro__text-txt {
    font-size: 18px;
    line-height: 1.7777777778;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-intro__text-txt {
    font-size: 1.2162162162vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-intro__text-txt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-intro__text-txt {
    margin-bottom: 1.3513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-intro__text-txt {
    margin-bottom: 3.2vw;
  }
}
.contents .p-intro__text-note {
  color: #4D4D4D;
}
@media screen and (min-width: 767px) {
  .contents .p-intro__text-note {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-intro__text-note {
    font-size: 0.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-intro__text-note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.contents .circle {
  position: absolute;
  animation: float 4s ease-in-out infinite;
}
@media screen and (min-width: 767px) {
  .contents .circle.circle01 {
    width: 463px;
    right: -111px;
    top: 656px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .circle.circle01 {
    width: 31.2837837838vw;
    right: -7.5vw;
    top: 44.3243243243vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .circle.circle01 {
    width: 64vw;
    top: 180.9333333333vw;
    right: -21.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .circle.circle02 {
    width: 666px;
    left: -169px;
    top: 1822px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .circle.circle02 {
    width: 45vw;
    left: -11.4189189189vw;
    top: 123.1081081081vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .circle.circle02 {
    width: 60vw;
    left: -16.4vw;
    bottom: 304.2666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .circle.circle03 {
    width: 553px;
    right: -117px;
    top: 0;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .circle.circle03 {
    width: 37.3648648649vw;
    right: -7.9054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .circle.circle03 {
    width: 64vw;
    top: -57.6vw;
    right: -21.3333333333vw;
  }
}
.contents .circle.circle04 {
  animation-delay: 2s;
}
@media screen and (min-width: 767px) {
  .contents .circle.circle04 {
    width: 508px;
    left: -30px;
    top: 2408px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .circle.circle04 {
    width: 34.3243243243vw;
    left: -2.027027027vw;
    top: 162.7027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .circle.circle04 {
    display: none;
  }
}
.contents .circle.circle05 {
  animation-delay: 1s;
}
@media screen and (min-width: 767px) {
  .contents .circle.circle05 {
    width: 553px;
    right: -117px;
    bottom: 2083px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .circle.circle05 {
    width: 37.3648648649vw;
    right: -7.9054054054vw;
    bottom: 140.7432432432vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .circle.circle05 {
    display: none;
  }
}
.contents .circle.circle06 {
  animation-delay: 3s;
}
@media screen and (min-width: 767px) {
  .contents .circle.circle06 {
    width: 508px;
    left: -20px;
    bottom: 257px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .circle.circle06 {
    width: 34.3243243243vw;
    left: -1.3513513514vw;
    bottom: 17.3648648649vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .circle.circle06 {
    width: 60vw;
    left: -21.2vw;
    bottom: 42vw;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(1, 1);
  }
  50% {
    transform: translateY(-50px) scale(1.1, 0.9);
  }
}
.contents .p-lineupbg {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .contents .p-lineupbg {
    background-image: url(../img/bg-lineup.jpg);
    margin-top: -70px;
    padding: 190px 0;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineupbg {
    margin-top: -4.7297297297vw;
    padding: 12.8378378378vw 0;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineupbg {
    background-image: url(../img/bg-lineup-sp.jpg);
    margin-top: -4vw;
    padding: 24.8vw 0 14.6666666667vw;
  }
}
.contents .p-lineup {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup {
    margin-bottom: 238px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup {
    margin-bottom: 16.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup {
    margin-bottom: 31.0666666667vw;
  }
}
.contents .p-lineup__ttl {
  text-align: center;
  color: #8B7854;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__ttl {
    font-size: 36px;
    line-height: 1.7777777778;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__ttl {
    font-size: 2.4324324324vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__ttl {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__ttl {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__ttl {
    margin-bottom: 2.4324324324vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__ttl {
    margin-bottom: 4.8vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__text01 {
    font-size: 18px;
    line-height: 1.7777777778;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__text01 {
    font-size: 1.2162162162vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__text01 {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8461538462;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__text01 {
    text-align: center;
  }
}
.contents .p-lineup__note {
  color: #4D4D4D;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__note {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__note {
    font-size: 0.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__note {
    text-align: center;
    margin-top: 12px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__note {
    margin-top: 0.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__note {
    margin-top: 3.2vw;
  }
}
.contents .p-lineup__note.ta-l {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__note.ta-l {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__note.ta-l {
    max-width: 83.7837837838vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__note.ta-l {
    max-width: 84vw;
  }
}
.contents .p-lineup__subttl {
  text-align: center;
  color: #8B7854;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__subttl {
    font-size: 24px;
    line-height: 1.5833333333;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__subttl {
    font-size: 1.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__subttl {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.6428571429;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__subttl {
    margin: 52px 0 24px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__subttl {
    margin: 3.5135135135vw 0 1.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__subttl {
    margin: 8.8vw 0 2.1333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__text02 {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__text02 {
    font-size: 0.9459459459vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__text02 {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__text02 {
    text-align: center;
  }
}
.contents .p-lineup__wrap {
  display: flex;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__wrap {
    justify-content: center;
    column-gap: 47px;
    margin: 80px 0 30px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__wrap {
    column-gap: 3.1756756757vw;
    margin: 5.4054054054vw 0 2.027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__wrap {
    flex-direction: column;
    align-items: center;
    row-gap: 12.4vw;
    margin: 21.3333333333vw 0 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item {
    width: 378px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item {
    width: 25.5405405405vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item {
    width: 84vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item.outbath .p-lineup__item-productwrap {
    padding-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item.outbath .p-lineup__item-product {
    width: 40vw;
    right: -8vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item.outbath .p-lineup__item-logo img {
    height: 8vw;
  }
}
.contents .p-lineup__item-productwrap {
  position: relative;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-productwrap {
    padding-bottom: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-productwrap {
    padding-bottom: 1.8918918919vw;
    margin-bottom: 1.3513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-productwrap {
    padding-bottom: 6.4vw;
    margin-bottom: 4.8vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-product {
    text-align: center;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-product {
    position: absolute;
    width: 29.3333333333vw;
    right: -4vw;
    bottom: 0;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-product img {
    width: 250px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-product img {
    width: 16.8918918919vw;
  }
}
.contents .p-lineup__item-ttl {
  white-space: nowrap;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-ttl {
    font-size: 24px;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-ttl {
    font-size: 1.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-ttl {
    font-size: calc(44 / 750 * 100vw);
    line-height: 1.4545454545;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-ttl {
    margin-bottom: 1.3513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-ttl {
    margin-bottom: 2.4vw;
  }
}
.contents .p-lineup__item-logo {
  display: flex;
}
.contents .p-lineup__item-logo img {
  width: auto;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-logo img {
    height: 14px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-logo img {
    height: 0.9459459459vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-logo img {
    height: 3.2vw;
  }
}
.contents .p-lineup__item-main {
  color: #898270;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-main {
    font-size: 18px;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-main {
    font-size: 1.2162162162vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-main {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.5555555556;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-main {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-main {
    margin-bottom: 1.2162162162vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-main {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-txt {
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-txt {
    font-size: 0.9459459459vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: -0.022em;
    font-weight: 300;
  }
}
.contents .p-lineup .c-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup .c-btn {
    margin-top: 63px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup .c-btn {
    margin-top: 4.2567567568vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup .c-btn {
    margin-top: 4.2666666667vw;
  }
}
.contents .p-howto__bg {
  background-color: #E0D9CC;
}
@media screen and (min-width: 767px) {
  .contents .p-howto__bg {
    padding: 160px 0 200px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__bg {
    padding: 10.8108108108vw 0 13.5135135135vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__bg {
    padding: 21.3333333333vw 0 26.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-howto__ttl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__ttl {
    margin-bottom: 5.4054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__ttl {
    margin-bottom: 10.6666666667vw;
  }
}
.contents .p-howto__item {
  position: relative;
  z-index: 5;
  background-color: #fff;
  display: flex;
}
@media screen and (min-width: 767px) {
  .contents .p-howto__item {
    align-items: center;
    margin-bottom: 40px;
    padding: 54px 0 54px 310px;
    column-gap: 45px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__item {
    margin-bottom: 2.7027027027vw;
    padding: 3.6486486486vw 0 3.6486486486vw 20.9459459459vw;
    column-gap: 3.0405405405vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-howto__item::after {
    width: 30px;
    height: 20px;
    bottom: -10px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__item::after {
    width: 2.027027027vw;
    height: 1.3513513514vw;
    bottom: -0.6756756757vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__item::after {
    width: 4vw;
    height: 2.6666666667vw;
    bottom: -2.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-howto__item-text {
    width: 520px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__item-text {
    width: 35.1351351351vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__item-text {
    width: 53.0666666667vw;
  }
}
.contents .p-howto__item-text .num {
  display: flex;
}
@media screen and (min-width: 767px) {
  .contents .p-howto__item-text .num {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__item-text .num {
    margin-bottom: 1.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__item-text .num {
    margin-bottom: 2.6666666667vw;
  }
}
.contents .p-howto__item-text .num img {
  width: auto;
}
@media screen and (min-width: 767px) {
  .contents .p-howto__item-text .num img {
    height: 26.5px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__item-text .num img {
    height: 1.7905405405vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__item-text .num img {
    height: 4.4vw;
  }
}
.contents .p-howto__item-text .special {
  display: flex;
}
@media screen and (min-width: 767px) {
  .contents .p-howto__item-text .special {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__item-text .special {
    margin-bottom: 1.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__item-text .special {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-howto__item-text .special img {
    width: 286px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__item-text .special img {
    width: 19.3243243243vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__item-text .special img {
    width: 44.4vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-howto__item-text .txt {
    font-size: 26px;
    line-height: 1.8461538462;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__item-text .txt {
    font-size: 1.7567567568vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-howto__item-text .txt {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__item-text .txt {
    margin-bottom: 1.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-howto__item-text .point-ttl {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__item-text .point-ttl {
    margin-bottom: 0.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__item-text .point-ttl {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-howto__item-text .point-ttl img {
    width: 54px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__item-text .point-ttl img {
    width: 3.6486486486vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__item-text .point-ttl img {
    width: 10.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-howto__item-text .point-txt {
    font-size: 18px;
    line-height: 1.7777777778;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__item-text .point-txt {
    font-size: 1.2162162162vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .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: 767px) {
  .contents .p-howto__item-img .img-product {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 767px) {
  .contents .p-howto__item-img .img-product.shampoo, .contents .p-howto__item-img .img-product.treatment {
    width: 185px;
    left: 70px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__item-img .img-product.shampoo, .contents .p-howto__item-img .img-product.treatment {
    width: 12.5vw;
    left: 4.7297297297vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__item-img .img-product.shampoo, .contents .p-howto__item-img .img-product.treatment {
    bottom: 2.2666666667vw;
    right: 9.6vw;
    width: 10.4vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-howto__item-img .img-product.outbathtreatment {
    width: 140px;
    left: 96px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__item-img .img-product.outbathtreatment {
    width: 9.4594594595vw;
    left: 6.4864864865vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__item-img .img-product.outbathtreatment {
    bottom: 4vw;
    right: 9.6vw;
    width: 10.4vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-howto__item-img .img-icon {
    width: 260px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__item-img .img-icon {
    width: 17.5675675676vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__item-img .img-icon {
    width: 24vw;
    margin-top: 6.9333333333vw;
  }
}
.contents .p-howto__pluscare {
  background-color: #fff;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 767px) {
  .contents .p-howto__pluscare {
    padding: 48px 62px 80px 74px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__pluscare {
    padding: 3.2432432432vw 4.1891891892vw 5.4054054054vw 5vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__pluscare {
    padding: 6.6666666667vw 5.3333333333vw 10.6666666667vw;
  }
}
.contents .p-howto__pluscare-wrap {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .contents .p-howto__pluscare-wrap {
    justify-content: center;
    column-gap: 45px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__pluscare-wrap {
    margin-bottom: 4.0540540541vw;
    column-gap: 3.0405405405vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__pluscare-wrap {
    flex-direction: column;
    row-gap: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-howto__pluscare-text {
    display: flex;
    flex-direction: column;
    width: 580px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__pluscare-text {
    width: 39.1891891892vw;
    padding-top: 3.3783783784vw;
  }
}
.contents .p-howto__pluscare-text .subttl {
  display: flex;
}
@media screen and (min-width: 767px) {
  .contents .p-howto__pluscare-text .subttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__pluscare-text .subttl {
    margin-bottom: 2.7027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__pluscare-text .subttl {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-howto__pluscare-text .subttl img {
    width: 134px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__pluscare-text .subttl img {
    width: 9.0540540541vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__pluscare-text .subttl img {
    width: 17.8666666667vw;
  }
}
.contents .p-howto__pluscare-text .ttl {
  display: flex;
}
@media screen and (min-width: 767px) {
  .contents .p-howto__pluscare-text .ttl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__pluscare-text .ttl {
    margin-bottom: 1.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__pluscare-text .ttl {
    margin-bottom: 2.4vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-howto__pluscare-text .ttl img {
    width: 522px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__pluscare-text .ttl img {
    width: 35.2702702703vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__pluscare-text .ttl img {
    width: 76.9333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-howto__pluscare-text .txt {
    font-size: 26px;
    line-height: 1.8461538462;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__pluscare-text .txt {
    font-size: 1.7567567568vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-howto__pluscare-text .txt {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__pluscare-text .txt {
    margin-bottom: 1.8918918919vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__pluscare-text .txt {
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-howto__pluscare-text .txt02 {
    font-size: 18px;
    line-height: 1.7777777778;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__pluscare-text .txt02 {
    font-size: 1.2162162162vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-howto__pluscare-text .txt02 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__pluscare-text .txt02 {
    margin-bottom: 2.1621621622vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__pluscare-text .txt02 {
    margin-bottom: 3.2vw;
  }
}
.contents .p-howto__pluscare-text .point-ttl {
  display: flex;
}
@media screen and (min-width: 767px) {
  .contents .p-howto__pluscare-text .point-ttl {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__pluscare-text .point-ttl {
    margin-bottom: 0.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__pluscare-text .point-ttl {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-howto__pluscare-text .point-ttl img {
    width: 54px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__pluscare-text .point-ttl img {
    width: 3.6486486486vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__pluscare-text .point-ttl img {
    width: 10.8vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-howto__pluscare-text .point-txt {
    font-size: 18px;
    line-height: 1.7777777778;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__pluscare-text .point-txt {
    font-size: 1.2162162162vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-howto__pluscare-img {
    width: 295px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__pluscare-img {
    width: 19.9324324324vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__pluscare-img {
    width: 49.3333333333vw;
  }
}
.contents .p-howto__pluscare .c-btn {
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .contents .p-howto__pluscare .c-btn {
    width: 78.6666666667vw;
  }
}
.contents .p-about {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 767px) {
  .contents .p-about {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-about {
    margin-bottom: 8.1081081081vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-about {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-about__ttl {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-about__ttl {
    margin-bottom: 6.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-about__ttl {
    margin-bottom: 10.6666666667vw;
  }
}
.contents .p-about__kv {
  display: flex;
}
@media screen and (min-width: 767px) {
  .contents .p-about__kv {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-about__kv {
    margin-bottom: 5.4054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-about__kv {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-about__text {
    text-align: center;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-about__text {
    margin-bottom: 5.4054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-about__text {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-about__text-lead {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-about__text-lead {
    font-size: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-about__text-lead {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-about__text-lead {
    margin-bottom: 2.7027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-about__text-lead {
    text-align: center;
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-about__text-main {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-about__text-main {
    font-size: 2.4324324324vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-about__text-main {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-about__text-main {
    margin-bottom: 2.7027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-about__text-txt {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-about__text-txt {
    font-size: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-about__beforeafter {
    justify-content: space-between;
    align-items: center;
    max-width: 1040px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-about__beforeafter {
    max-width: 70.2702702703vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-about__beforeafter {
    flex-direction: column-reverse;
    row-gap: 8vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-about__beforeafter-img {
    width: 520px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-about__beforeafter-img {
    width: 35.1351351351vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-about__beforeafter-text {
    width: 440px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-about__beforeafter-text {
    width: 29.7297297297vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-about__beforeafter-text .wrap + .wrap {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-about__beforeafter-text .wrap + .wrap {
    margin-top: 2.4324324324vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-about__beforeafter-text .ttl {
    column-gap: 13px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-about__beforeafter-text .ttl {
    column-gap: 0.8783783784vw;
    margin-bottom: 1.2162162162vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-about__beforeafter-text .ttl-num {
    height: 18px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-about__beforeafter-text .ttl-num {
    height: 1.2162162162vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-about__beforeafter-text .ttl-num {
    height: 3.7333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-about__beforeafter-text .ttl-txt {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-about__beforeafter-text .ttl-txt {
    font-size: 1.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-about__beforeafter-text .txt {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-about__beforeafter-text .txt {
    font-size: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-about__note {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-about__note {
    font-size: 0.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-about__note {
    max-width: 1040px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-about__note {
    max-width: 70.2702702703vw;
    margin-top: 1.3513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-about__note {
    margin-top: 3.2vw;
  }
}
.contents .p-reason {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__ttl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__ttl {
    margin-bottom: 5.4054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__ttl {
    margin-bottom: 10.6666666667vw;
  }
}
.contents .p-reason__kv {
  display: flex;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__kv {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__kv {
    margin-bottom: 5.4054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__kv {
    margin-bottom: 10.6666666667vw;
  }
}
.contents .p-reason__inner {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__inner {
    max-width: 1040px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__inner {
    max-width: 70.2702702703vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__inner {
    max-width: 89.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    max-width: 785px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__text {
    margin-bottom: 5.4054054054vw;
    max-width: 53.0405405405vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__text {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__text-ttl {
    font-size: 36px;
    line-height: 1.7777777778;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__text-ttl {
    font-size: 2.4324324324vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-reason__text-ttl {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__text-ttl {
    margin-bottom: 2.4324324324vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__text-ttl {
    text-align: center;
    margin-bottom: 4.8vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__text-txt {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__text-txt {
    font-size: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__text-txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.5384615385;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__box {
    background: linear-gradient(135deg, #E8E3D2 0%, #DBD3C2 100%);
    padding: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__box {
    padding: 2.7027027027vw;
    margin-bottom: 5.4054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__box {
    background: linear-gradient(to bottom, #E8E3D2 0%, #DBD3C2 100%);
    padding: 5.3333333333vw 2.6666666667vw 8vw;
    margin-bottom: 8.6666666667vw;
  }
}
.contents .p-reason__box-ttl {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__box-ttl {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__box-ttl {
    font-size: 1.3513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-reason__box-ttl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__box-ttl {
    margin-bottom: 1.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__box-ttl {
    margin-bottom: 4.8vw;
  }
}
.contents .p-reason__box-wrap {
  display: flex;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__box-wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-reason__box-item {
    padding: 14px 20px 20px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__box-item {
    padding: 0.9459459459vw 1.3513513514vw 1.3513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__box-item {
    padding: 3.7333333333vw 3.2vw 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__box-item.img {
    width: 430px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__box-item.img {
    width: 29.0540540541vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__box-item.worries {
    width: 510px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__box-item.worries {
    width: 34.4594594595vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__box-item .ttl {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__box-item .ttl {
    font-size: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-reason__box-item .ttl {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__box-item .ttl {
    margin-bottom: 0.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__box-item .ttl {
    margin-bottom: 3.2vw;
  }
}
.contents .p-reason__box-item .wrap {
  display: flex;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__box-item .wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__box-item .wrap {
    justify-content: center;
    column-gap: 4vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__box-item .item {
    width: 187px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__box-item .item {
    width: 12.6351351351vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__box-item .item {
    width: 34.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__box-item .item-txt {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__box-item .item-txt {
    font-size: 0.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-reason__box-item .item-txt {
    margin-top: 12px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__box-item .item-txt {
    margin-top: 0.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-reason__box-item .list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__box-item .list {
    margin-top: 2.7027027027vw;
  }
}
.contents .p-reason__box-item .list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #C3B7A1;
  border: 1px solid #C3B7A1;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__box-item .list-item {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__box-item .list-item {
    font-size: 0.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-reason__box-item .list-item {
    width: 112px;
    height: 112px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__box-item .list-item {
    width: 7.5675675676vw;
    height: 7.5675675676vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__box-item .list-item {
    width: 18.4vw;
    height: 18.4vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion + .p-reason__accordion {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion + .p-reason__accordion {
    margin-top: 2.7027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion + .p-reason__accordion {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion:not(:last-of-type) .p-reason__accordion-body {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion:not(:last-of-type) .p-reason__accordion-body {
    margin-bottom: 6.4864864865vw;
  }
}
@media screen and (max-width: 766px) {
  .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: linear-gradient(135deg, #f1f0ec 0%, #f1ede4 100%);
  border: 2px solid;
  border-image: linear-gradient(135deg, #C4BEAE 0%, #C1AF89 100%) 1;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-head {
    width: 1200px;
    margin-left: -80px;
    height: 89px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-head {
    width: 81.0810810811vw;
    margin-left: -5.4054054054vw;
    height: 6.0135135135vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-head {
    height: 16.4vw;
  }
}
.contents .p-reason__accordion-head::after {
  position: absolute;
  content: "";
  display: block;
}
.contents .p-reason__accordion-head::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-plus.png);
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-head::after {
    width: 50px;
    height: 50px;
    right: 26px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-head::after {
    width: 3.3783783784vw;
    height: 3.3783783784vw;
    right: 1.7567567568vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-head::after {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    right: 6.4vw;
  }
}
.contents .p-reason__accordion-head .txt {
  position: relative;
  z-index: 5;
  color: #9F8A63;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-head .txt {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-head .txt {
    font-size: 1.3513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-head .txt {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .bodywrap {
    background: linear-gradient(135deg, #E8E3D2 0%, #DBD3C2 100%);
    padding: 24px 40px 80px;
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .bodywrap {
    padding: 1.6216216216vw 2.7027027027vw 5.4054054054vw;
    margin-bottom: 3.6486486486vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .bodywrap {
    background: linear-gradient(to bottom, #E8E3D2 0%, #DBD3C2 100%);
    padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.contents .p-reason__accordion-body .bodywrap > .ttl {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .bodywrap > .ttl {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .bodywrap > .ttl {
    font-size: 1.3513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-reason__accordion-body .bodywrap > .ttl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .bodywrap > .ttl {
    margin-bottom: 1.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-reason__accordion-body .box + .box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .box + .box {
    margin-top: 2.7027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .box + .box {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .product {
    padding: 40px 80px 60px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .product {
    padding: 2.7027027027vw 5.4054054054vw 4.0540540541vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-reason__accordion-body .product-ttl {
    column-gap: 36px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-ttl {
    column-gap: 2.4324324324vw;
    margin-bottom: 1.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .product-ttl {
    flex-direction: column;
    row-gap: 3.7333333333vw;
    margin-bottom: 6.1333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-ttl.royal .product-ttl-img {
    width: 135px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-ttl.royal .product-ttl-img {
    width: 9.1216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .product-ttl.royal .product-ttl-img {
    width: 30vw;
  }
}
.contents .p-reason__accordion-body .product-ttl-logo {
  width: auto;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-ttl-logo {
    height: 31px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-ttl-logo {
    height: 2.0945945946vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .product-ttl-logo {
    max-width: none;
    height: 4.9333333333vw;
  }
}
.contents .p-reason__accordion-body .product-wrap {
  display: flex;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .product-wrap {
    flex-direction: column;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-wrap.ai-c {
    align-items: center;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-item.img {
    width: 380px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-item.img {
    width: 25.6756756757vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .product-item.img + .img {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .product-item.img + .text {
    margin-top: 3.2vw;
  }
}
.contents .p-reason__accordion-body .product-item.img .product-item-ttl {
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-item.img .product-item-ttl {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-item.img .product-item-ttl {
    margin-top: 1.3513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .product-item.img .product-item-ttl {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-item.text {
    width: 370px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-item.text {
    width: 25vw;
  }
}
.contents .p-reason__accordion-body .product-item-ttl {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-item-ttl {
    column-gap: 8px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-item-ttl {
    column-gap: 0.5405405405vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-reason__accordion-body .product-item-ttl-num {
    height: 16px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-item-ttl-num {
    height: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-reason__accordion-body .product-item-ttl-txt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-item-ttl-txt {
    font-size: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-reason__accordion-body .product-note01 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-note01 {
    font-size: 0.9459459459vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-reason__accordion-body .product-note01 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-note01 {
    margin-top: 1.3513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .product-note01 {
    margin-top: 4vw;
  }
}
.contents .p-reason__accordion-body .product-note02 {
  color: #4D4D4D;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-note02 {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-note02 {
    font-size: 0.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-reason__accordion-body .product-note02 {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-note02 {
    margin-top: 0.4054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .product-note02 {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient {
    padding: 30px 50px 80px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient {
    padding: 2.027027027vw 3.3783783784vw 5.4054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient {
    padding: 5.3333333333vw 4vw 8vw;
  }
}
.contents .p-reason__accordion-body .ingredient-ttl {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl {
    column-gap: 42px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl {
    column-gap: 2.8378378378vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-ttl {
    flex-direction: column;
    row-gap: 4.8vw;
  }
}
.contents .p-reason__accordion-body .ingredient-ttl.border {
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl.border {
    padding-bottom: 48px;
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl.border {
    padding-bottom: 3.2432432432vw;
    margin-bottom: 2.8378378378vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-ttl.border {
    padding-bottom: 6.9333333333vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl.ai-fs {
    align-items: flex-start;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl.ai-fs .ingredient-ttl-txt {
    padding-top: 24px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl.ai-fs .ingredient-ttl-txt {
    padding-top: 1.6216216216vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-img {
    width: 220px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-img {
    width: 14.8648648649vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-ttl-img {
    width: 37.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt {
    flex: 1;
  }
}
.contents .p-reason__accordion-body .ingredient-ttl-txt .ttl {
  text-align: left;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .ttl {
    font-size: 22px;
    line-height: 1.5454545455;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .ttl {
    font-size: 1.4864864865vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .ttl {
    margin-bottom: 1.3513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .ttl {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .txt {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .txt {
    font-size: 0.9459459459vw;
  }
}
@media screen and (max-width: 766px) {
  .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 .txt.subttl {
  color: #AD9F79;
  font-weight: 400;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .txt.subttl {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .txt.subttl {
    margin-top: 0.5405405405vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .txt.subttl {
    margin-top: 1.0666666667vw;
    margin-bottom: 0.6666666667vw;
  }
}
.contents .p-reason__accordion-body .ingredient-ttl-txt .note {
  color: #4D4D4D;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .note {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .note {
    font-size: 0.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .note {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .note {
    margin-top: 0.4054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-ttl-txt .note {
    margin-top: 2.6666666667vw;
  }
}
.contents .p-reason__accordion-body .ingredient-note {
  color: #4D4D4D;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-note {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-note {
    font-size: 0.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-reason__accordion-body .ingredient-note {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-note {
    margin-top: 1.8918918919vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-note {
    margin-top: 5.3333333333vw;
  }
}
.contents .p-reason__accordion-body .ingredient-approach {
  display: flex;
  align-items: center;
  border-top: 1px solid #CCCCCC;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-approach {
    justify-content: center;
    padding-top: 40px;
    margin-top: 40px;
    column-gap: 50px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-approach {
    padding-top: 2.7027027027vw;
    margin-top: 2.7027027027vw;
    column-gap: 3.3783783784vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-approach {
    flex-direction: column;
    row-gap: 3.2vw;
    padding-top: 6.9333333333vw;
    margin-top: 8vw;
  }
}
.contents .p-reason__accordion-body .ingredient-approach-left {
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-approach-left {
    width: 324px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-approach-left {
    width: 21.8918918919vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-approach-left {
    width: 65.4666666667vw;
  }
}
.contents .p-reason__accordion-body .ingredient-approach-left .ttl {
  color: #AD9F79;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-approach-left .ttl {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-approach-left .ttl {
    font-size: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-approach-left .ttl {
    font-size: calc(23 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-approach-left .ttl {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-approach-left .ttl {
    margin-bottom: 0.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-approach-left .ttl {
    margin-bottom: 2.9333333333vw;
  }
}
.contents .p-reason__accordion-body .ingredient-approach-left .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-approach-left .list {
    column-gap: 6px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-approach-left .list {
    column-gap: 0.4054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-approach-left .list {
    column-gap: 1.2vw;
  }
}
.contents .p-reason__accordion-body .ingredient-approach-left .list li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #F2EDDE 0%, rgba(206, 191, 158, 0.2) 100%);
  border-radius: 50%;
  color: #898270;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-approach-left .list li {
    font-size: 16px;
    line-height: 1.3125;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-approach-left .list li {
    font-size: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-approach-left .list li {
    font-size: calc(23 / 750 * 100vw);
    line-height: 1.3043478261;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-approach-left .list li {
    width: 104px;
    height: 104px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-approach-left .list li {
    width: 7.027027027vw;
    height: 7.027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-approach-left .list li {
    width: 20.9333333333vw;
    height: 20.9333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-approach-right {
    width: 432px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-approach-right {
    width: 29.1891891892vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-approach-right {
    width: 100%;
  }
}
.contents .p-reason__accordion-body .ingredient-approach-right .ttl {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-approach-right .ttl {
    font-size: 24px;
    line-height: 1.8333333333;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-approach-right .ttl {
    font-size: 1.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-approach-right .ttl {
    font-size: calc(25 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-approach-right .ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-approach-right .ttl {
    margin-bottom: 1.3513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-approach-right .ttl {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-approach-right .txt {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-approach-right .txt {
    font-size: 0.9459459459vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-approach-right .txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
.contents .p-reason__accordion-body .close {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .close {
    column-gap: 6px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .close {
    column-gap: 0.4054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .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%;
}
.contents .p-reason__accordion-body .close::before {
  z-index: -3;
  width: 100%;
  height: 1px;
  background-color: #707070;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.contents .p-reason__accordion-body .close::after {
  z-index: -1;
  background-color: #f1efea;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .close::after {
    width: 100px;
    height: 47px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .close::after {
    width: 6.7567567568vw;
    height: 3.1756756757vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .close::after {
    width: 18.6666666667vw;
    height: 6.2666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .close-txt {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .close-txt {
    font-size: 0.9459459459vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-reason__accordion-body .close-icon {
    width: 11px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .close-icon {
    width: 0.7432432432vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .close-icon {
    width: 2.5333333333vw;
  }
}
.contents .p-scent {
  position: relative;
  z-index: 5;
}
.contents .p-scent__wrap {
  display: flex;
}
@media screen and (min-width: 767px) {
  .contents .p-scent__wrap {
    align-items: center;
    column-gap: 80px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__wrap {
    column-gap: 5.4054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__wrap {
    flex-direction: column;
    row-gap: 10vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-scent__img {
    flex-shrink: 0;
    width: 47.9054054054vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-scent__main {
    overflow: hidden;
    max-width: 771px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__main {
    max-width: 52.0945945946vw;
  }
}
.contents .p-scent__main-ttl {
  text-align: center;
  color: #8B7854;
}
@media screen and (min-width: 767px) {
  .contents .p-scent__main-ttl {
    font-size: 34px;
    line-height: 1.8235294118;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__main-ttl {
    font-size: 2.2972972973vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__main-ttl {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.6842105263;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-scent__main-ttl {
    margin-bottom: 82px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__main-ttl {
    margin-bottom: 5.5405405405vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__main-ttl {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-scent__main-text {
    max-width: 490px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__main-text {
    max-width: 33.1081081081vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__main-text {
    margin: 0 auto;
    max-width: 88vw;
  }
}
.contents .p-scent__main-text .ttl {
  text-align: center;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 767px) {
  .contents .p-scent__main-text .ttl {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__main-text .ttl {
    font-size: 1.8918918919vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__main-text .ttl {
    font-size: calc(44 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-scent__main-text .ttl {
    padding-bottom: 16px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__main-text .ttl {
    padding-bottom: 1.0810810811vw;
    margin-bottom: 1.8918918919vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__main-text .ttl {
    padding-bottom: 2.1333333333vw;
    margin-bottom: 4.8vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-scent__main-text .txt {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__main-text .txt {
    font-size: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__main-text .txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.8333333333;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.contents .p-scent__swiper {
  position: relative;
}
@media screen and (min-width: 767px) {
  .contents .p-scent__swiper {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__swiper {
    margin-bottom: 4.0540540541vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__swiper {
    margin-bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-scent__swiper::after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    right: 0;
    top: 0;
    width: 169px;
    z-index: 100;
    background: linear-gradient(to right, rgba(242, 240, 236, 0) 0%, #F2F0EB 90%, #F2F0EB 100%);
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__swiper::after {
    width: 11.4189189189vw;
  }
}
.contents .p-scent__swiper-info {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .contents .p-scent__swiper-info {
    column-gap: 18px;
    margin-bottom: 24px;
    padding-left: 210px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__swiper-info {
    column-gap: 1.2162162162vw;
    margin-bottom: 1.6216216216vw;
    padding-left: 14.1891891892vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__swiper-info {
    column-gap: 4vw;
    margin-bottom: 3.6vw;
    padding-left: 42.2666666667vw;
  }
}
.contents .p-scent__swiper-info .ttl {
  display: flex;
}
@media screen and (min-width: 767px) {
  .contents .p-scent__swiper-info .ttl img {
    width: 66px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__swiper-info .ttl img {
    width: 4.4594594595vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__swiper-info .ttl img {
    width: 12.2666666667vw;
  }
}
.contents .p-scent__swiper-info .swiper-pagination {
  position: static;
  display: flex;
}
@media screen and (min-width: 767px) {
  .contents .p-scent__swiper-info .swiper-pagination {
    column-gap: 15px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__swiper-info .swiper-pagination {
    column-gap: 1.0135135135vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__swiper-info .swiper-pagination {
    column-gap: 2.4vw;
  }
}
.contents .p-scent__swiper-info .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #898270;
  background-color: #fff;
  opacity: 1;
}
@media screen and (min-width: 767px) {
  .contents .p-scent__swiper-info .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__swiper-info .swiper-pagination .swiper-pagination-bullet {
    width: 0.8108108108vw;
    height: 0.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__swiper-info .swiper-pagination .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
  }
}
.contents .p-scent__swiper-info .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #898270;
}
@media screen and (min-width: 767px) {
  .contents .p-scent__swiper .swiper-slide {
    margin-right: 30px;
    width: 492px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__swiper .swiper-slide {
    margin-right: 2.027027027vw;
    width: 33.2432432432vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__swiper .swiper-slide {
    margin: 0 0.6666666667vw;
    width: 80.8vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-scent__swiper .swiper-slide:last-of-type {
    margin-right: 120px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__swiper .swiper-slide:last-of-type {
    margin-right: 8.1081081081vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-benefit {
    aspect-ratio: 1480/815;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-benefit {
    aspect-ratio: 750/1104;
  }
}
.contents .p-benefit__bg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .contents .p-benefit__bg {
    display: flex;
    align-items: center;
    background-image: url(../img/bg-benefit.jpg);
  }
}
@media screen and (max-width: 766px) {
  .contents .p-benefit__bg {
    background-image: url(../img/bg-benefit-sp.jpg);
    padding-top: 16vw;
  }
}
.contents .p-benefit__text {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .contents .p-benefit__text {
    width: max-content;
    margin-left: calc((100vw - 1200px) / 2);
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-benefit__text {
    margin-left: calc((100vw - 81.0810810811vw) / 2);
  }
}
@media screen and (min-width: 767px) {
  .contents .p-benefit__text-ttl {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-benefit__text-ttl {
    margin-bottom: 2.4324324324vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-benefit__text-ttl {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-benefit__text-txt {
    font-size: 36px;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-benefit__text-txt {
    font-size: 2.4324324324vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-benefit__text-txt {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-benefit__text-txt {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-benefit__text-txt {
    margin-bottom: 3.2432432432vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-benefit__text-txt {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-benefit__text-logo img {
    width: 293px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-benefit__text-logo img {
    width: 19.7972972973vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-benefit__text-logo img {
    width: 44.4vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-faq {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-faq {
    margin-top: 6.7567567568vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-faq {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-faq__bg {
    padding: 160px 0;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-faq__bg {
    padding: 10.8108108108vw 0;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-faq__bg {
    padding: 21.3333333333vw 0;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-faq__ttl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-faq__ttl {
    margin-bottom: 5.4054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-faq__ttl {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-faq .l-inner {
    max-width: 1040px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-faq .l-inner {
    max-width: 70.2702702703vw;
  }
}
.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: 767px) {
  .contents .p-faq .faq-item::before {
    width: 81px;
    height: 81px;
    top: 30px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-faq .faq-item::before {
    width: 5.472972973vw;
    height: 5.472972973vw;
    top: 2.027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-faq .faq-item__q {
    padding: 54px 32px 54px 120px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-faq .faq-item__q {
    padding: 3.6486486486vw 2.1621621622vw 3.6486486486vw 8.1081081081vw;
  }
}
@media screen and (max-width: 766px) {
  .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: all 0.3s;
}
.contents .p-faq .faq-item__q::before {
  right: 0;
  height: 1px;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) {
  .contents .p-faq .faq-item__q::before {
    width: 40px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-faq .faq-item__q::before {
    width: 2.7027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-faq .faq-item__q::before {
    width: 5.3333333333vw;
  }
}
.contents .p-faq .faq-item__q::after {
  width: 1px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 767px) {
  .contents .p-faq .faq-item__q::after {
    right: 20px;
    height: 40px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-faq .faq-item__q::after {
    right: 1.3513513514vw;
    height: 2.7027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-faq .faq-item__q::after {
    right: 2.6666666667vw;
    height: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-faq .faq-item__q .txt {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-faq .faq-item__q .txt {
    font-size: 1.3513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-faq .faq-item__a {
    padding: 0 32px 36px 120px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-faq .faq-item__a {
    padding: 0 2.1621621622vw 2.4324324324vw 8.1081081081vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-faq .faq-item__a::before {
    width: 81px;
    height: 81px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-faq .faq-item__a::before {
    width: 5.472972973vw;
    height: 5.472972973vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-faq .faq-item__a::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-faq .faq-item__a .txt {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-faq .faq-item__a .txt {
    font-size: 1.3513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy {
    padding-top: 160px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy {
    padding-top: 10.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy {
    padding-top: 21.3333333333vw;
  }
}
.contents .p-buy__ttl {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .contents .p-buy__ttl {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__ttl {
    font-size: 2.4324324324vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__ttl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__ttl {
    margin-bottom: 5.4054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__ttl {
    margin-bottom: 10.6666666667vw;
  }
}
.contents .p-buy__tab {
  display: flex;
  border: 1px solid #CCCCCC;
}
@media screen and (min-width: 767px) {
  .contents .p-buy__tab {
    margin-bottom: 140px;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__tab {
    margin-bottom: 9.4594594595vw;
    max-width: 59.4594594595vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__tab {
    flex-wrap: wrap;
    margin-bottom: 13.3333333333vw;
  }
}
.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;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 767px) {
  .contents .p-buy__tab-item a {
    height: 175px;
  }
  .contents .p-buy__tab-item a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__tab-item a {
    height: 11.8243243243vw;
  }
}
@media screen and (max-width: 766px) {
  .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: all 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(188deg, #C4BEAE 0%, #C1AF89 100%) 1;
}
.contents .p-buy__tab-item a .ttl {
  width: auto;
}
@media screen and (min-width: 767px) {
  .contents .p-buy__tab-item a .ttl {
    height: 20px;
    margin-top: 25px;
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__tab-item a .ttl {
    height: 1.3513513514vw;
    margin-top: 1.6891891892vw;
    margin-bottom: 0.7432432432vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__tab-item a .ttl {
    height: 3.4666666667vw;
    margin-top: 4vw;
    margin-bottom: 1.3333333333vw;
  }
}
.contents .p-buy__tab-item a .logo {
  width: auto;
}
@media screen and (min-width: 767px) {
  .contents .p-buy__tab-item a .logo {
    height: 18px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__tab-item a .logo {
    height: 1.2162162162vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__tab-item a .logo {
    height: 7.8666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__tab-item a .txt {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__tab-item a .txt {
    font-size: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__tab-item a .subtxt {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__tab-item a .subtxt {
    font-size: 0.9459459459vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__tab-item a .subtxt {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 300;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__tab-item a .subtxt {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__tab-item a .subtxt {
    margin-top: 0.3378378378vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__tab-item a .subtxt {
    margin-top: 0.4vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__tab-item.royal a {
    padding-top: 26px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__tab-item.royal a {
    padding-top: 1.7567567568vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__tab-item.royal a {
    padding-top: 3.2vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__tab-item.royal a .product {
    width: 136px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__tab-item.royal a .product {
    width: 9.1891891892vw;
    margin-bottom: 0.6756756757vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__tab-item.royal a .product {
    width: 24.5333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__tab-item.refill a {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__tab-item.refill a {
    padding-top: 2.027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__tab-item.refill a {
    padding-top: 5.4666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__tab-item.refill a .product {
    width: 111px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__tab-item.refill a .product {
    width: 7.5vw;
    margin-bottom: 0.8783783784vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__subttl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__subttl {
    margin-bottom: 5.4054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__subttl {
    margin-bottom: 10.6666666667vw;
  }
}
.contents .p-buy__subttl .logo {
  width: auto;
}
@media screen and (min-width: 767px) {
  .contents .p-buy__subttl .logo {
    height: 38px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__subttl .logo {
    height: 2.5675675676vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__subttl .logo {
    height: 5.0666666667vw;
  }
}
.contents .p-buy__subttl .txt {
  display: block;
}
@media screen and (min-width: 767px) {
  .contents .p-buy__subttl .txt {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__subttl .txt {
    font-size: 2.1621621622vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__product {
    column-gap: 90px;
    row-gap: 80px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__product {
    column-gap: 6.0810810811vw;
    row-gap: 5.4054054054vw;
    margin-bottom: 6.7567567568vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__product-item {
    width: 340px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__product-item {
    width: 22.972972973vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__product-item {
    width: 84vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__product-item .img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__product-item .img {
    margin-bottom: 1.3513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__product-item .name {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__product-item .name {
    font-size: 1.3513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__product-item .name {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__product-item .name {
    margin-bottom: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__product-item .name {
    margin-bottom: 1.6vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__product-item .name-en {
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__product-item .name-en {
    font-size: 0.6756756757vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__product-item .name-en {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__product-item .name-en {
    margin-bottom: 1.0135135135vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__product-item .name-en {
    margin-bottom: 2.4vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__product-item .price {
    margin-top: auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__product-item .price {
    margin-bottom: 0.6756756757vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__product-item .price {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__product-item .price span {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__product-item .price span {
    font-size: 1.8918918919vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__product-item .price span:first-of-type {
    font-size: 24px;
    line-height: 1.1666666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__product-item .price span:first-of-type {
    font-size: 1.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__product-item .price .tax {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__product-item .price .tax {
    font-size: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__product-item .cap {
    font-size: 12px;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__product-item .cap {
    font-size: 0.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__product-item .cap {
    padding: 8px 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__product-item .cap {
    padding: 0.5405405405vw 0.6756756757vw;
    margin-bottom: 2.027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__product-item .cap {
    padding: 1.3333333333vw 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__product-item .free {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__product-item .free {
    font-size: 0.9459459459vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__product-item .free {
    text-align: center;
    margin-top: 12px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__product-item .free {
    margin-top: 0.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__product-item .free {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__product-item #goodsspec_body {
    min-height: 72px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__product-item #goodsspec_body {
    min-height: 4.8648648649vw;
  }
}
.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: 767px) {
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock_ dt,
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock2_ dt {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock_ dt,
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock2_ dt {
    font-size: 0.9459459459vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock_ dt,
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock2_ dt {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock_ dt,
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock2_ dt {
    margin-bottom: 0.5405405405vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock_ dd,
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock2_ dd {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock_ dd,
  .contents .p-buy__product-item #goodsspec_body .goodscomment_ .deliveryBlock2_ dd {
    font-size: 0.9459459459vw;
  }
}
@media screen and (max-width: 766px) {
  .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 {
  width: 750px;
  margin-inline: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__bnr {
    width: 50.6756756757vw;
    margin-bottom: 6.7567567568vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__bnr {
    width: 84vw;
    margin-inline: auto;
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__link {
    margin: 100px 0;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__link {
    margin: 6.7567567568vw 0;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__link {
    margin: 10.9333333333vw 0;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__link-item:not(:last-of-type) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__link-item:not(:last-of-type) {
    margin-bottom: 5.4054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__link-item.royal .img-product {
    width: 414px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__link-item.royal .img-product {
    width: 27.972972973vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__link-item.royal .img-product {
    width: 65.8666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__link-item.royal .text-ttl img {
    width: 416px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__link-item.royal .text-ttl img {
    width: 28.1081081081vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__link-item.pink .img-product {
    width: 414px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__link-item.pink .img-product {
    width: 27.972972973vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__link-item.pink .img-product {
    width: 65.8666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__link-item.pink .text-ttl img {
    width: 369px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__link-item.pink .text-ttl img {
    width: 24.9324324324vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__link-item.white .img-product {
    width: 430px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__link-item.white .img-product {
    width: 29.0540540541vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__link-item.white .img-product {
    width: 67.6vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__link-item.white .text-ttl img {
    width: 400px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__link-item.white .text-ttl img {
    width: 27.027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__link-item .inner {
    max-width: 900px;
    column-gap: 45px;
    padding: 64px 0 68px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__link-item .inner {
    max-width: 60.8108108108vw;
    column-gap: 3.0405405405vw;
    padding: 4.3243243243vw 0 4.5945945946vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__link-item .text {
    padding-top: 12px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__link-item .text {
    padding-top: 0.8108108108vw;
  }
}
.contents .p-buy__link-item .text-ttl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 766px) {
  .contents .p-buy__link-item .text-ttl {
    justify-content: center;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__link-item .text-note {
    font-size: 11px;
    line-height: 1.8181818182;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__link-item .text-note {
    font-size: 0.7432432432vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__link-item .text-note {
    margin-top: 18px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__link-item .text-note {
    margin-top: 1.2162162162vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__link-item .text-btn {
    width: 350px;
    height: 60px;
    column-gap: 8px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__link-item .text-btn {
    width: 23.6486486486vw;
    height: 4.0540540541vw;
    column-gap: 0.5405405405vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__link-item .text-btn-txt {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__link-item .text-btn-txt {
    font-size: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__link-item .text-btn img {
    width: 16px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__link-item .text-btn img {
    width: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__link-item .text-btn img {
    width: 3.4666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-buy__link-item .img-logo {
    height: 29px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__link-item .img-logo {
    height: 1.9594594595vw;
    margin-top: 0.3378378378vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__link-item .img-logo {
    max-width: none;
    height: 5.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy section.spec-table {
    width: 1200px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy section.spec-table {
    width: 81.0810810811vw;
    margin-bottom: 5.4054054054vw;
  }
}
.contents .p-buy__line .line {
  width: max-content;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .contents .p-regular {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-regular {
    padding-top: 5.4054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-regular {
    padding-top: 16vw;
  }
}
.contents .p-regular__ttl {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .contents .p-regular__ttl {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-regular__ttl {
    font-size: 2.4324324324vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-regular__ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-regular__ttl {
    margin-bottom: 2.027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .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: 767px) {
  .contents .p-regular__btn {
    width: 640px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-regular__btn {
    width: 43.2432432432vw;
  }
}
@media screen and (max-width: 766px) {
  .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 all;
}
.contents [data-anim=false] {
  transform: translateY(2vh);
  opacity: 0;
}
.contents .product-buy-button {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 0;
  display: inline-block;
  visibility: hidden;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-decoration: none;
  opacity: 0;
}
@media screen and (min-width: 767px) {
  .contents .product-buy-button {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 766px) {
  .contents .product-buy-button {
    width: 60px;
    height: 60px;
  }
}
.contents .product-buy-button.on {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 767px) {
  .contents .product-buy-button.on:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 766px) {
  .contents .is-pc {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .contents .is-sp {
    display: none;
  }
}

#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;
}