@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: #040000;
  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 .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-color: #000000;
  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--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__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .contents .p-intro {
    padding: 100px 0 160px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-intro {
    padding: 6.7567567568vw 0 10.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-intro {
    padding: 13.3333333333vw 0 9.8666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-intro__text {
    text-align: center;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-intro__text {
    margin-bottom: 6.7567567568vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-intro__text {
    max-width: 89.3333333333vw;
    margin: 0 auto 6.4vw;
  }
}
@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 .p-intro__anchor {
  display: flex;
  align-items: center;
  border: 1px solid #9DB1E0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .contents .p-intro__anchor {
    justify-content: center;
    column-gap: 40px;
    padding: 22px 0;
    max-width: 1000px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-intro__anchor {
    column-gap: 2.7027027027vw;
    padding: 1.4864864865vw 0;
    max-width: 67.5675675676vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-intro__anchor {
    flex-direction: column;
    row-gap: 3.2vw;
    padding: 10.2666666667vw 0 8vw;
    max-width: 89.3333333333vw;
  }
}
.contents .p-intro__anchor-img {
  position: relative;
}
@media screen and (min-width: 767px) {
  .contents .p-intro__anchor-img {
    width: 430px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-intro__anchor-img {
    width: 29.0540540541vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-intro__anchor-img .icon {
    width: 112px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-intro__anchor-img .icon {
    width: 7.5675675676vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-intro__anchor-img .icon {
    position: absolute;
    width: 18.6666666667vw;
    top: -7.6vw;
    left: -12.6666666667vw;
  }
}
.contents .p-intro__anchor-img .product {
  position: relative;
  z-index: 3;
  display: block;
}
@media screen and (min-width: 767px) {
  .contents .p-intro__anchor-img .product {
    margin-left: auto;
    margin-top: -64px;
    width: 368px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-intro__anchor-img .product {
    margin-top: -4.3243243243vw;
    width: 24.8648648649vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-intro__anchor-img .product {
    width: 47.7333333333vw;
  }
}
.contents .p-intro__anchor-text .logo {
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .contents .p-intro__anchor-text .logo {
    height: 29px;
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-intro__anchor-text .logo {
    height: 1.9594594595vw;
    margin-bottom: 0.6081081081vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-intro__anchor-text .logo {
    height: 5.0666666667vw;
    margin-bottom: 2.4vw;
  }
}
.contents .p-intro__anchor-text .txt {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .contents .p-intro__anchor-text .txt {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-intro__anchor-text .txt {
    font-size: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-intro__anchor-text .txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-intro__anchor-text .txt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-intro__anchor-text .txt {
    margin-bottom: 1.3513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-intro__anchor-text .txt {
    margin-bottom: 5.3333333333vw;
  }
}
.contents .p-intro__anchor-text .link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(135deg, rgba(227, 224, 255, 0.5) 0%, rgba(169, 202, 245, 0.5) 100%);
}
@media screen and (min-width: 767px) {
  .contents .p-intro__anchor-text .link {
    column-gap: 4px;
    width: 340px;
    height: 70px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-intro__anchor-text .link {
    column-gap: 0.2702702703vw;
    width: 22.972972973vw;
    height: 4.7297297297vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-intro__anchor-text .link {
    column-gap: 1.2vw;
    width: 70.6666666667vw;
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-intro__anchor-text .link-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-intro__anchor-text .link-txt {
    font-size: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-intro__anchor-text .link-txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-intro__anchor-text .link img {
    width: 16px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-intro__anchor-text .link img {
    width: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-intro__anchor-text .link img {
    width: 3.4666666667vw;
  }
}
.contents .p-gallery__wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .contents .p-gallery__wrap img {
    width: 50%;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-gallery__wrap img {
    width: 100%;
  }
}
.contents .p-anchor__bg {
  background: linear-gradient(135deg, rgba(227, 224, 255, 0.5) 0%, rgba(169, 202, 245, 0.5) 100%);
}
@media screen and (min-width: 767px) {
  .contents .p-anchor__bg {
    padding: 65px 0;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-anchor__bg {
    padding: 4.3918918919vw 0;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-anchor__bg {
    padding: 5.3333333333vw 0;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-anchor .l-inner {
    max-width: 94.6666666667vw;
  }
}
.contents .p-anchor__list {
  display: flex;
  justify-content: space-between;
}
.contents .p-anchor__list-item {
  display: flex;
}
.contents .p-anchor__list-item a {
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .contents .p-anchor__list-item a {
    width: 398px;
    height: 150px;
    column-gap: 15px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-anchor__list-item a {
    width: 26.8918918919vw;
    height: 10.1351351351vw;
    column-gap: 15px;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-anchor__list-item a {
    column-gap: 1.4666666667vw;
    width: 30.6666666667vw;
    height: 16vw;
  }
}
.contents .p-anchor__list-item a .txt {
  width: auto;
}
@media screen and (min-width: 767px) {
  .contents .p-anchor__list-item a .txt {
    height: 18px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-anchor__list-item a .txt {
    height: 1.2162162162vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-anchor__list-item a .txt {
    height: 2.2666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-anchor__list-item a .icon {
    width: 24px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-anchor__list-item a .icon {
    width: 1.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-anchor__list-item a .icon {
    width: 3.3333333333vw;
  }
}
.contents .p-lineup__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__bg {
    background-image: url(../img/bg-lineup.jpg);
    padding: 160px 0;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__bg {
    padding: 10.8108108108vw 0;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__bg {
    background-image: url(../img/bg-lineup-sp.jpg);
    padding: 21.3333333333vw 0;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup .l-inner {
    max-width: 94.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__ttl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__ttl {
    margin-bottom: 5.4054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__ttl {
    margin-bottom: 10.6666666667vw;
  }
}
.contents .p-lineup__item {
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item {
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item {
    padding-bottom: 6.7567567568vw;
    margin-bottom: 6.7567567568vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item {
    padding: 11.3333333333vw 5.3333333333vw 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item.pink .p-lineup__item-top {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item.pink .p-lineup__item-top {
    padding-left: 5.4054054054vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-inner {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-inner {
    padding: 0 5.4054054054vw;
  }
}
.contents .p-lineup__item-top {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-top {
    margin-bottom: 80px;
    column-gap: 80px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-top {
    margin-bottom: 5.4054054054vw;
    column-gap: 5.4054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-top {
    flex-direction: column;
    row-gap: 10.6666666667vw;
    margin-bottom: 12vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-top.-rv {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-top .text {
    width: 440px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-top .text {
    width: 29.7297297297vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-top .text {
    width: 100%;
  }
}
.contents .p-lineup__item-top .text 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-lineup__item-top .text-ttl {
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-top .text-ttl {
    font-size: 3.2432432432vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-top .text-ttl {
    font-size: calc(56 / 750 * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-top .text-ttl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-top .text-ttl {
    margin-bottom: 1.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-top .text-ttl {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-top .text-txt {
    font-size: 28px;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-top .text-txt {
    font-size: 1.8918918919vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-top .text-txt {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.375;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-top .text-txt {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-top .text-txt {
    margin-bottom: 3.3783783784vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-top .text-txt {
    margin-bottom: 6.4vw;
  }
}
.contents .p-lineup__item-top .text-logo {
  display: flex;
}
.contents .p-lineup__item-top .text-logo img {
  width: auto;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-top .text-logo img {
    height: 29px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-top .text-logo img {
    height: 1.9594594595vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-top .text-logo img {
    height: 5.0666666667vw;
  }
}
.contents .p-lineup__item-top .text-list {
  border-top: 1px solid #CCCCCC;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-top .text-list {
    padding-top: 56px;
    margin-top: 56px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-top .text-list {
    padding-top: 3.7837837838vw;
    margin-top: 3.7837837838vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-top .text-list {
    padding-top: 6.4vw;
    margin-top: 6.4vw;
  }
}
.contents .p-lineup__item-top .text-list-item {
  position: relative;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-top .text-list-item {
    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-lineup__item-top .text-list-item {
    font-size: 1.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-top .text-list-item {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-top .text-list-item {
    padding-left: 44px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-top .text-list-item {
    padding-left: 2.972972973vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-top .text-list-item {
    padding-left: 5.8666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-top .text-list-item + .text-list-item {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-top .text-list-item + .text-list-item {
    margin-top: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-top .text-list-item + .text-list-item {
    margin-top: 2.6666666667vw;
  }
}
.contents .p-lineup__item-top .text-list-item::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-check.png);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-top .text-list-item::before {
    width: 27px;
    height: 24px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-top .text-list-item::before {
    width: 1.8243243243vw;
    height: 1.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-top .text-list-item::before {
    width: 4.4vw;
    height: 3.8666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-top .img {
    width: 600px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-top .img {
    width: 40.5405405405vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-top .img {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-text {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-text {
    margin-bottom: 6.4864864865vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-text {
    margin-bottom: 16.5333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-text .ttl {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-text .ttl {
    margin-bottom: 2.1621621622vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-text .ttl {
    margin-bottom: 4.8vw;
  }
}
.contents .p-lineup__item-text .ttl img {
  width: auto;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-text .ttl img {
    height: 78px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-text .ttl img {
    height: 5.2702702703vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-text .ttl img {
    height: 18.1333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-text .txt {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-text .txt {
    font-size: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-text .txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
.contents .p-lineup__item-product {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-product {
    justify-content: space-between;
    row-gap: 100px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-product {
    row-gap: 6.7567567568vw;
    margin-bottom: 4.0540540541vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-product {
    row-gap: 13.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.contents .p-lineup__item-product .product {
  position: relative;
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-product .product {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-product .product.regular {
    width: 50%;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-product .product.large {
    width: 530px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-product .product.large {
    width: 35.8108108108vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-product .product.small {
    width: 475px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-product .product.small {
    width: 32.0945945946vw;
  }
}
.contents .p-lineup__item-product .product-text {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-product .product-text {
    width: 300px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-product .product-text {
    width: 20.2702702703vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-product .product-text-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-product .product-text-ttl {
    font-size: 1.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-product .product-text-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-product .product-text-ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-product .product-text-ttl {
    margin-bottom: 1.3513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-product .product-text-ttl {
    margin-bottom: 3.7333333333vw;
  }
}
.contents .p-lineup__item-product .product-text-logo {
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-product .product-text-logo {
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-product .product-text-logo {
    padding-bottom: 1.8918918919vw;
    margin-bottom: 1.8918918919vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-product .product-text-logo {
    padding-bottom: 8vw;
    margin-bottom: 6.6666666667vw;
  }
}
.contents .p-lineup__item-product .product-text-logo img {
  width: auto;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-product .product-text-logo img {
    height: 14px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-product .product-text-logo img {
    height: 0.9459459459vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-product .product-text-logo img {
    height: 2.9333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-product .product-text-logo.sp2 {
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-product .product-text-logo.sp2 img {
    height: 7.2vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-product .product-text-subttl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-product .product-text-subttl {
    margin-bottom: 1.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-product .product-text-subttl {
    margin-bottom: 4.2666666667vw;
  }
}
.contents .p-lineup__item-product .product-text-subttl img {
  width: auto;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-product .product-text-subttl img {
    height: 45px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-product .product-text-subttl img {
    height: 3.0405405405vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-product .product-text-subttl img {
    height: 11.7333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-product .product-text-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-product .product-text-txt {
    font-size: 0.9459459459vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-product .product-text-txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 300;
  }
}
.contents .p-lineup__item-product .product-img {
  position: absolute;
  display: flex;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-product .product-img {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-product .product-img.white-shampoo, .contents .p-lineup__item-product .product-img.white-treatment {
    width: 208px;
    left: 320px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-product .product-img.white-shampoo, .contents .p-lineup__item-product .product-img.white-treatment {
    width: 14.0540540541vw;
    left: 21.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-product .product-img.white-shampoo, .contents .p-lineup__item-product .product-img.white-treatment {
    width: 24.4vw;
    right: 0;
    top: -2.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-product .product-img.white-pack {
    width: 123px;
    left: 350px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-product .product-img.white-pack {
    width: 8.3108108108vw;
    left: 23.6486486486vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-product .product-img.white-pack {
    width: 14.2666666667vw;
    right: 5.6vw;
    top: -5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-product .product-img.white-outbathtreatment {
    width: 155px;
    left: 334px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-product .product-img.white-outbathtreatment {
    width: 10.472972973vw;
    left: 22.5675675676vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-product .product-img.white-outbathtreatment {
    width: 20.4vw;
    top: 2.1333333333vw;
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-product .product-img.pink-shampoo, .contents .p-lineup__item-product .product-img.pink-treatment {
    width: 262px;
    left: 274px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-product .product-img.pink-shampoo, .contents .p-lineup__item-product .product-img.pink-treatment {
    width: 17.7027027027vw;
    left: 18.5135135135vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-product .product-img.pink-shampoo, .contents .p-lineup__item-product .product-img.pink-treatment {
    width: 30.2666666667vw;
    right: -3.0666666667vw;
    top: -6.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-product .product-img.pink-outbathtreatment {
    width: 249px;
    left: 271px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item-product .product-img.pink-outbathtreatment {
    width: 16.8243243243vw;
    left: 18.3108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-product .product-img.pink-outbathtreatment {
    width: 28.6666666667vw;
    right: -2.6666666667vw;
    top: -2.1333333333vw;
  }
}
.contents .p-lineup__item-note {
  color: #4D4D4D;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item-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-lineup__item-note {
    font-size: 0.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item-note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.contents .p-lineup__item .c-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__item .c-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__item .c-btn {
    margin-top: 4.0540540541vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__item .c-btn {
    margin-top: 10.6666666667vw;
  }
}
.contents .p-lineup__gift {
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__gift {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__gift {
    padding: 6.7567567568vw 0 8.1081081081vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__gift {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__gift-ttl {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__gift-ttl {
    margin-bottom: 2.7027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__gift-ttl {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__gift-ttl img {
    width: 183px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__gift-ttl img {
    width: 12.3648648649vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__gift-ttl img {
    width: 28.4vw;
  }
}
.contents .p-lineup__gift-ttl .main {
  display: block;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__gift-ttl .main {
    font-size: 38px;
    line-height: 1.3684210526;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__gift-ttl .main {
    font-size: 2.5675675676vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__gift-ttl .main {
    font-size: calc(44 / 750 * 100vw);
    line-height: 1.5909090909;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__gift-ttl .main {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__gift-ttl .main {
    margin-top: 1.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__gift-ttl .main {
    margin-top: 3.7333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__gift-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-lineup__gift-txt {
    font-size: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__gift-txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__gift-txt {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__gift-txt {
    margin-bottom: 1.3513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__gift-txt {
    margin-bottom: 2vw;
  }
}
.contents .p-lineup__gift-note {
  color: #4D4D4D;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__gift-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__gift-note {
    font-size: 0.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__gift-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-lineup__gift-note {
    text-align: center;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__gift-note {
    margin-bottom: 2.1621621622vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__gift-note {
    margin-bottom: 4.9333333333vw;
  }
}
.contents .p-lineup__gift-action {
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__gift-action {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__gift-action {
    margin-bottom: 4.3243243243vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__gift-action {
    margin-bottom: 9.8666666667vw;
  }
}
.contents .p-lineup__gift-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__gift-img {
    width: 773px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__gift-img {
    width: 52.2297297297vw;
  }
}
.contents .p-lineup__gift-shopper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 767px) {
  .contents .p-lineup__gift-shopper {
    margin-top: 32px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-lineup__gift-shopper {
    margin-top: 2.1621621622vw;
    font-size: 1.3513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-lineup__gift-shopper {
    margin-top: 4.9333333333vw;
    font-size: 3.4666666667vw;
  }
}
.contents .p-lineup__gift-shopper::after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  background-image: url(../img/ic-arrow-bl.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
@media screen and (min-width: 767px) {
  .contents .p-howto__bg {
    padding: 160px 0;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__bg {
    padding: 10.8108108108vw 0;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__bg {
    padding: 21.3333333333vw 0;
  }
}
@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;
  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: linear-gradient(135deg, #cc85b5 0%, #7175bf 100%);
  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 (max-width: 766px) {
  .contents .p-howto__item.specialcare {
    padding-top: 8.5333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-howto__item.specialcare .p-howto__item-text {
    width: 717px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__item.specialcare .p-howto__item-text {
    width: 48.4459459459vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__item.specialcare .p-howto__item-text {
    width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__item.specialcare .p-howto__item-text .txt {
    width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__item.specialcare .p-howto__item-text .point {
    width: 56.5333333333vw;
  }
}
@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: 105px;
    left: 104px;
  }
}
@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: 7.0945945946vw;
    left: 7.027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__item-img .img-product.shampoo, .contents .p-howto__item-img .img-product.treatment {
    bottom: 4vw;
    right: 10.4vw;
    width: 10.4vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-howto__item-img .img-product.pack {
    width: 69px;
    left: 125px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__item-img .img-product.pack {
    width: 4.6621621622vw;
    left: 8.4459459459vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__item-img .img-product.pack {
    bottom: 4.4vw;
    right: 9.7333333333vw;
    width: 8vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-howto__item-img .img-product.outbathtreatment {
    width: 93px;
    left: 111px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__item-img .img-product.outbathtreatment {
    width: 6.2837837838vw;
    left: 7.5vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__item-img .img-product.outbathtreatment {
    bottom: 6.1333333333vw;
    right: 11.0666666667vw;
    width: 9.0666666667vw;
  }
}
@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;
}
@media screen and (min-width: 767px) {
  .contents .p-howto__pluscare {
    padding: 48px 48px 80px 74px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__pluscare {
    padding: 3.2432432432vw 3.2432432432vw 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;
}
@media screen and (min-width: 767px) {
  .contents .p-howto__pluscare-wrap {
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__pluscare-wrap {
    margin-bottom: 4.0540540541vw;
  }
}
@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: 470px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-howto__pluscare-img {
    width: 31.7567567568vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-howto__pluscare .c-btnwrap {
    margin-top: auto;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__pluscare .c-btnwrap {
    margin: 0 auto;
    width: 78.6666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-howto__pluscare .c-btn {
    margin: 0 auto;
    width: 78.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-about {
    padding-top: 160px;
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-about {
    padding-top: 10.8108108108vw;
    margin-bottom: 9.4594594595vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-about {
    padding-top: 21.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
@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;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason {
    margin-bottom: 9.4594594595vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason {
    margin-bottom: 13.3333333333vw;
  }
}
@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;
  }
}
.contents .p-reason__box {
  background-color: #F5F5F5;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__box {
    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 {
    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: #7175BF;
  border: 1px solid #7175BF;
}
@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;
  border: 2px solid;
  border-image: linear-gradient(135deg, #cc85b5 0%, #7175bf 100%) 1;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-head {
    height: 100px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-head {
    height: 6.7567567568vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-head {
    height: 16vw;
  }
}
.contents .p-reason__accordion-head::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-plus.png);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-head::after {
    width: 28px;
    height: 28px;
    right: 80px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-head::after {
    width: 1.8918918919vw;
    height: 1.8918918919vw;
    right: 5.4054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-head::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    right: 10.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-head img {
    width: 39px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-head img {
    width: 2.6351351351vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-head img {
    width: 6.6666666667vw;
  }
}
.contents .p-reason__accordion-body .bodywrap {
  background-color: #F5F5F5;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .bodywrap {
    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 {
    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.white .product-ttl-img {
    width: 136px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-ttl.white .product-ttl-img {
    width: 9.1891891892vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .product-ttl.white .product-ttl-img {
    width: 30.4vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-ttl.pink .product-ttl-img {
    width: 131px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-ttl.pink .product-ttl-img {
    width: 8.8513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .product-ttl.pink .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: 30px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .product-ttl-logo {
    height: 2.027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .product-ttl-logo {
    max-width: none;
    height: 4.6666666667vw;
  }
}
.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;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl.small {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl.small {
    margin-bottom: 3.7837837838vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-ttl.small {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl.small.mt {
    margin-top: 62px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl.small.mt {
    margin-top: 4.1891891892vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-ttl.small.mt {
    margin-top: 10.6666666667vw;
  }
}
@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-smallimg {
    width: 180px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-ttl-smallimg {
    width: 12.1621621622vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-ttl-smallimg {
    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: 24px;
    line-height: 1.6666666667;
    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.6216216216vw;
  }
}
@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-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-list {
    margin-top: 2.1621621622vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-list {
    flex-wrap: wrap;
    row-gap: 2.6666666667vw;
    margin-top: 5.6vw;
  }
}
.contents .p-reason__accordion-body .ingredient-list-item {
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-list-item {
    padding-bottom: 36px;
    width: 120px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-list-item {
    padding-bottom: 2.4324324324vw;
    width: 8.1081081081vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-list-item {
    width: 21.3333333333vw;
    padding-bottom: 5.8666666667vw;
  }
}
.contents .p-reason__accordion-body .ingredient-list-item-txt {
  position: absolute;
  white-space: nowrap;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-list-item-txt {
    font-size: 18px;
    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-list-item-txt {
    font-size: 1.2162162162vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-list-item-txt {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.contents .p-reason__accordion-body .ingredient-note {
  color: #4D4D4D;
}
@media screen and (min-width: 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: 40px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-note {
    margin-top: 2.7027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-note {
    margin-top: 10.6666666667vw;
  }
}
.contents .p-reason__accordion-body .ingredient-free {
  border-top: 1px solid #CCCCCC;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-free {
    padding-top: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-free {
    padding-top: 2.7027027027vw;
    margin-top: 2.7027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-free {
    padding-top: 8.5333333333vw;
    margin-top: 8.5333333333vw;
  }
}
.contents .p-reason__accordion-body .ingredient-free-ttl {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-free-ttl {
    font-size: 24px;
    line-height: 1.6666666667;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-free-ttl {
    font-size: 1.6216216216vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-free-ttl {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.6875;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-free-ttl {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-free-ttl {
    margin-bottom: 0.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-free-ttl {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-free-ttl .num {
    font-size: 36px;
    line-height: 1.1111111111;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-free-ttl .num {
    font-size: 2.4324324324vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-free-ttl .num {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.125;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
.contents .p-reason__accordion-body .ingredient-free-list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-free-list {
    column-gap: 40px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-free-list {
    column-gap: 2.7027027027vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-free-list {
    column-gap: 2.4vw;
  }
}
.contents .p-reason__accordion-body .ingredient-free-list li {
  display: flex;
  flex-shrink: 0;
}
@media screen and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-free-list li {
    width: 140px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-reason__accordion-body .ingredient-free-list li {
    width: 9.4594594595vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-reason__accordion-body .ingredient-free-list li {
    width: 22vw;
  }
}
.contents .p-reason__accordion-body .close {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
@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: #fff;
  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 {
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .contents .p-scent {
    padding: 90px 0 98px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent {
    padding: 6.0810810811vw 0 6.6216216216vw;
    margin-bottom: 5.4054054054vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent {
    padding: 12vw 0 13.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-scent__ttl {
    margin-bottom: 63px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__ttl {
    margin-bottom: 4.2567567568vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__ttl {
    margin-bottom: 8.4vw;
  }
}
.contents .p-scent__item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .contents .p-scent__item {
    justify-content: center;
    column-gap: 100px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__item {
    column-gap: 6.7567567568vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__item {
    flex-direction: column;
    position: relative;
  }
}
.contents .p-scent__item-detail {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .contents .p-scent__item-detail .ttl {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__item-detail .ttl {
    font-size: 2.1621621622vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__item-detail .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-scent__item-detail .ttl {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__item-detail .ttl {
    margin-bottom: 0.8108108108vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__item-detail .ttl {
    margin-bottom: 1.6vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-scent__item-detail .txt {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__item-detail .txt {
    font-size: 1.0810810811vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__item-detail .txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.5384615385;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-scent__item-detail .txt {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__item-detail .txt {
    margin-bottom: 2.1621621622vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__item-detail .txt {
    margin-bottom: 81.6vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-scent__item-detail .product.white img {
    width: 388px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__item-detail .product.white img {
    width: 26.2162162162vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__item-detail .product.white img {
    width: 65.0666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-scent__item-detail .product.pink img {
    width: 368px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__item-detail .product.pink img {
    width: 24.8648648649vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__item-detail .product.pink img {
    width: 66vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-scent__item-img {
    position: relative;
    width: 477px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__item-img {
    width: 32.2297297297vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__item-img {
    width: 76.1333333333vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 47.3333333333vw;
  }
}
.contents .p-scent__item-img .icon {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .contents .p-scent__item-img .icon {
    width: 136px;
    bottom: 15px;
    right: -15px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-scent__item-img .icon {
    width: 9.1891891892vw;
    bottom: 1.0135135135vw;
    right: -1.0135135135vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-scent__item-img .icon {
    width: 24vw;
    bottom: 2.6666666667vw;
    right: -2.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-benefit {
    aspect-ratio: 1480/720;
  }
}
@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: 50%;
  }
}
@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;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__tab {
    margin-bottom: 9.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;
}
@media screen and (min-width: 767px) {
  .contents .p-buy__tab-item {
    width: 33.3333333%;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__tab-item {
    width: 50%;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__tab-item:first-of-type {
    width: 100%;
  }
}
.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: 220px;
  }
  .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: 14.8648648649vw;
  }
}
@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, #cc85b5 0%, #7175bf 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.white a {
    padding-top: 38px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__tab-item.white a {
    padding-top: 2.5675675676vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__tab-item.white a {
    padding-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__tab-item.white a .product {
    width: 148px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__tab-item.white a .product {
    width: 10vw;
    margin-bottom: 1.3513513514vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__tab-item.white a .product {
    width: 26.5333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__tab-item.pink a {
    padding-top: 46px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__tab-item.pink a {
    padding-top: 3.1081081081vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__tab-item.pink a {
    padding-top: 3.4666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__tab-item.pink a .product {
    width: 136px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__tab-item.pink a .product {
    width: 9.1891891892vw;
    margin-bottom: 1.0135135135vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__tab-item.pink a .product {
    width: 24.5333333333vw;
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__tab-item.refill a {
    padding-top: 44px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__tab-item.refill a {
    padding-top: 2.972972973vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__tab-item.refill a {
    padding-top: 6.1333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__tab-item.refill a .product {
    width: 98px;
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__tab-item.refill a .product {
    width: 6.6216216216vw;
    margin-bottom: 1.4189189189vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__tab-item.refill a .product {
    width: 17.6vw;
    margin-bottom: 1.8666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__tab-item.gift a {
    padding-top: 38px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__tab-item.gift a {
    padding-top: 2.5675675676vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__tab-item.gift a {
    padding-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .contents .p-buy__tab-item.gift a .product {
    width: 133px;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__tab-item.gift a .product {
    width: 8.9864864865vw;
    margin-bottom: 1.1486486486vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__tab-item.gift a .product {
    width: 23.8666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
.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: 34px;
  }
}
@media screen and (max-width: 1480px) and (min-width: 767px) {
  .contents .p-buy__subttl .logo {
    height: 2.2972972973vw;
  }
}
@media screen and (max-width: 766px) {
  .contents .p-buy__subttl .logo {
    height: 4.5333333333vw;
  }
}
.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;
}