@charset "UTF-8";
:root {
  --font-mincho: "Shippori Mincho B1", "Yu Mincho", "游明朝体", serif;
  --font-gothic: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  --swiper-navigation-size: 32px!important;
}

/*-------------
スマホ
-------------*/
/*英語フォント*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/*トップページ　最初の文字のアニメーション*/
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes jsWidth {
  from {
    width: 100%;
  }
  to {
    width: 50%;
  }
}
@keyframes jsWidth {
  from {
    width: 100%;
  }
  to {
    width: 50%;
  }
}
/*トップページ トラックのアニメーション*/
.is-fadeInUp {
  opacity: 0;
}
.is-fadeInUp.js-loadanim {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.is-fadeInUp.js-loadanim.is-fadeInUp--01 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.is-fadeInUp.js-loadanim.is-fadeInUp--02 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.is-fadeInUp.js-loadanim.is-fadeInUp--03 {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}

/*トップページ　段ボールスライド*/
@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
/*下層ページ　アニメーション*/
@-webkit-keyframes pageAnim {
  0% {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes pageAnim {
  0% {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

p.discription {
    text-align: center;
    max-width: 760px;
    margin: 55px auto;
    text-align: center;
    font-size: 26px;
    color: #444;
    line-height: 2.2;
    font-family: var(--font-gothic);
    font-weight: 300;
}
p.discription span.dis-br {
  display: inline;
}
p.discription span.mag-katu {
  color: #e55787;
  font-weight: bold;
}
.discription small {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-family: var(--font-gothic);
  margin-top: 1em;
  font-weight: 100;
}
@media only screen and (max-width: 768px) {
  p.discription {
      font-size: 4.3vw;
      font-weight: bold;
      margin: 45px auto 0;
  }
  p.discription span.dis-br {
    display: block;
  }
  .discription small {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
.l-lp-inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.l-lp-mini-inner {
  max-width: 856px;
  margin-right: auto;
  margin-left: auto;
}

.p-glow {
  /*margin-top: 25vw;*/
  font-family: var(--font-mincho);
  font-size: 2.6666666667vw;
}

@media not all and (max-width: 768px) {
  .p-glow {
    /*margin-top: 180px;*/
  }
}
.p-lp-fv {
  position: relative;
}
.p-lp-fv p.product-name {
  position: absolute;
  bottom: 10%;
  right: 10%;
  color: #777;
  font-size: 0.90vw;
}
@media only screen and (max-width: 768px) {
  .p-lp-fv p.product-name {
    bottom: 1%;
    right: 1%;
    font-size: 10px;
  }
}
.p-lp-fv__photo img {
  vertical-align: top;
}

.p-lp-interview__title {
  margin-bottom: 0;
  padding: 6.3829787234vw 0;
  background: #faf9f9;
  text-align: center;
  font-size: 6.0531914894vw;
  font-weight: 600;
  line-height: 1.5789473684;
  letter-spacing: 0.03em;
  color: #ff6a7f;
  color: #e55787;
}
@media not all and (max-width: 768px) {
  .p-lp-interview__title {
    margin-bottom: 50px;
    padding: 49px;
    font-size: 30px;
  }
}
.p-lp-interview__textarea {
  margin: 11.7021276596vw 6.67vw 12.7659574468vw;
}
@media not all and (max-width: 768px) {
  .p-lp-interview__textarea {
    margin: 85px 0 90px;
  }
}
.p-lp-interview__textarea + .p-lp-interview__textarea {
  margin-top: 24.4680851064vw;
  position: relative;
}
@media not all and (max-width: 768px) {
  .p-lp-interview__textarea + .p-lp-interview__textarea {
    margin-top: 137px;
  }
}
.p-lp-interview__textarea + .p-lp-interview__textarea::before {
  position: absolute;
  left: 0;
  right: 0;
  top: -12.2340425532vw;
  margin: auto;
  content: "";
  display: block;
  width: 7.8723404255vw;
  height: 1px;
  background: #a0bbbd;
}
@media not all and (max-width: 768px) {
  .p-lp-interview__textarea + .p-lp-interview__textarea::before {
    width: 43px;
    height: 2px;
    top: -72px;
  }
}
.p-lp-interview__q {
  margin-bottom: 9.5744680851vw;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: max(10px, 4.1893617021vw);
  font-family: var(--font-gothic);
  line-height: 1.8;
  color: #444;
}
@media not all and (max-width: 768px) {
  .p-lp-interview__q {
    font-weight: 400;
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.p-lp-interview__a {
  letter-spacing: 0.02em;
  font-size: max(10px, 4.3893617021vw);
  color: #e3a3aa;
  color: #444;
  font-weight: 600;
  line-height: 1.8;
}
@media not all and (max-width: 768px) {
  .p-lp-interview__a {
    font-size: 20px;
    font-weight: 200;
    line-height: 2;
  }
}

.p-lp-publicity {
  text-align: center;
  padding: 12.2340425532vw 3.3333333334vw 0;
  margin-bottom: 100px;
}
@media not all and (max-width: 768px) {
  .p-lp-publicity {
    padding: 68px 0 88px;
    margin-bottom: 50px;
  }
}
.p-lp-publicity__title {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 3.9893617021vw;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media not all and (max-width: 768px) {
  .p-lp-publicity__title {
    font-size: 22px;
  }
}
.p-lp-publicity__title-logo {
  position: relative;
  z-index: 3;
  margin-right: 0.6em;
  margin-left: -0.6em;
  display: inline-block;
  line-height: 1;
}
.p-lp-publicity__title-logo img {
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .p-lp-publicity__title-logo img {
    height: 6vw;
    width: auto;
    margin-right: -0.9rem;
    margin-left: -0.9rem;
  }
}
.p-lp-publicity__headline {
  margin: 1.5em 0 1em;
  border-top: 4px double #b2b2b2;
  border-bottom: 4px double #b2b2b2;
  padding: 5.0531914894vw 0 4.2553191489vw;
  text-align: center;
  line-height: 1.5;
}
@media not all and (max-width: 768px) {
  .p-lp-publicity__headline {
    margin: 16px 0 20px;
    padding: 29px 0 34px;
  }
}
.p-lp-publicity__headline-01 {
  display: block;
  letter-spacing: 0.05em;
  font-size: max(10px, 5.8510638298vw);
  font-weight: 600;
  text-indent: 0.6em;
}
@media not all and (max-width: 768px) {
  .p-lp-publicity__headline-01 {
    font-size: 27px;
    letter-spacing: normal;
  }
}
.p-lp-publicity__headline-02 {
  display: block;
  letter-spacing: 0.07em;
  font-size: max(10px, 8.2446808511vw);
  font-weight: 600;
}
@media not all and (max-width: 768px) {
  .p-lp-publicity__headline-02 {
    display: inline-block;
    font-size: 33px;
    letter-spacing: normal;
  }
}
.p-lp-publicity__headline-02 .red {
  color: #E3A3AA;
}
.p-lp-publicity__headline-03 {
  margin-top: 0.08em;
  display: block;
  letter-spacing: 0.14em;
  font-size: max(10px, 6.914893617vw);
  font-weight: 600;
}
@media not all and (max-width: 768px) {
  .p-lp-publicity__headline-03 {
    display: inline-block;
    font-size: 33px;
    letter-spacing: normal;
  }
}
.p-lp-feature {
  background: #ffdde482;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    /* border-style: solid; */
    /* border-width: 10px; */
    /* border-image: url(../../../../dist/img/special/glow2025/table-border-red.png) 32 32 32 32 round round; */
    /* background-color: #fff; */
    /* background-clip: padding-box; */
    /* filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.15)); */
    /* filter: drop-shadow(0 0 14px #fff); */
}
.p-lp-feature-first {
  margin-bottom: 0;
  border-radius: 20px !important;
}
@media only screen and (max-width: 768px) {
  .p-lp-feature {
      border-radius: 0px;
      margin-top: 80px;
      margin-bottom: 0;
      /*margin-right: 3.3333333334vw;
      margin-left: 3.3333333334vw;*/
  }
}
.p-lp-feature__inner {
  max-width: 816px;
}
@media only screen and (max-width: 768px) {
  .p-lp-feature__inner {
    margin: 0 4.67vw;
  }
}
.p-lp-feature__title {
  margin: 14.3617021277vw auto 7.9787234043vw;
  font-size: max(10px, 3.9893617021vw);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
}
@media not all and (max-width: 768px) {
  .p-lp-feature__title {
    margin: 80px auto 48px;
    font-size: 19px;
  }
}
.p-lp-feature__title .main {
  margin-top: 0.25em;
  display: block;
  font-weight: 600;
  color: #444;
  font-size: 5.5vw;
}
@media not all and (max-width: 768px) {
  .p-lp-feature__title .main {
    margin-top: 0;
    font-size: 30px;
    letter-spacing: 0.05em;
  }
}
.p-lp-feature__text {
  font-size: max(10px, 4.3893617021vw);
  line-height: 1.8666666667;
  letter-spacing: 0.07em;
  color: #000;
}
@media not all and (max-width: 768px) {
  .p-lp-feature__text {
    font-size: 17px;
    line-height: 2.1176470588;
    letter-spacing: 0em;
    color: #444;
  }
}
.p-lp-feature__note {
  margin-top: 1em;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-size: max(10px, 2.8vw);
}
@media not all and (max-width: 768px) {
  .p-lp-feature__note {
    margin-top: 0.8em;
    font-size: 16px;
  }
}
.p-lp-feature__note small {
  font-size: inherit;
}
.p-lp-feature__figure {
  margin: 9.3085106383vw auto 13.2978723404vw;
}
@media not all and (max-width: 768px) {
  .p-lp-feature__figure {
    margin: 27px auto 78px;
  }
}

.p-lp-gallery {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: 49.2% 1.6% 49.2%;
  grid-template-columns: 49.2% 49.2%;
  grid-column-gap: 1.6%;
  margin-bottom: 15.4255319149vw;
}
@media not all and (max-width: 768px) {
  .p-lp-gallery {
    -ms-grid-columns: 490px 20px 490px;
    grid-template-columns: 490px 490px;
    grid-column-gap: 20px;
    margin: 60px auto 96px;
  }
}
.p-lp-gallery__figure01 {
  margin-bottom: 15.6914893617vw;
}
@media not all and (max-width: 768px) {
  .p-lp-gallery__figure01 {
    margin-bottom: 90px;
  }
}
.p-lp-gallery__figure02 {
  margin-top: 15.6914893617vw;
}
@media not all and (max-width: 768px) {
  .p-lp-gallery__figure02 {
    margin-top: 90px;
  }
}

.p-lp-product {
  text-align: center;
}
@media not all and (max-width: 768px) {
  .p-lp-product {
    margin-bottom: 98px;
  }
}
.p-lp-product__section-title {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-lp-product__section-title {
    margin-bottom: 5.8666666667vw;
  }
}
@media not all and (max-width: 768px) {
  .p-lp-product__section-title {
    margin-bottom: 45px;
  }
}
.p-lp-product__section-title::after {
  content: "";
  display: block;
  width: 2.4em;
  margin-top: 5.5vw;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #e4bcc0;
}
@media not all and (max-width: 768px) {
  .p-lp-product__section-title::after {
    margin-top: 38px;
    width: 42px;
    border-bottom-width: 2px;
  }
}
.p-lp-product__section-title-eng {
  font-weight: normal;
  margin-bottom: 0.1em;
}
@media only screen and (max-width: 768px) {
  .p-lp-product__section-title-eng {
    font-size: 12.2340425532vw;
  }
}
.p-lp-product__intro {
  margin-bottom: 1.5em;
  font-size: 5.0531914894vw;
  font-weight: 500;
  line-height: 1.7;
}
@media not all and (max-width: 768px) {
  .p-lp-product__intro {
    margin-bottom: 80px;
    font-size: 27px;
  }
}
.p-lp-product__intro strong {
  font-weight: inherit;
}
.p-lp-product__layout {
  margin-bottom: 0;
  position: relative;
  padding-top: 120px;
}
@media not all and (max-width: 768px) {
  .p-lp-product__layout {
    margin-bottom: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
  .p-lp-product__layout:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-lp-product__image-right {
  margin-bottom: 32px;
}
@media not all and (max-width: 768px) {
  .p-lp-product__image-right {
    margin-bottom: 0;
    width: 49%;
  }
}
.p-lp-product__image-wrap {
  overflow: hidden;
}
.p-lp-product__image-wrap + .p-lp-product__image-wrap {
  margin-top: 8px;
}
@media not all and (max-width: 768px) {
  .p-lp-product__image-wrap + .p-lp-product__image-wrap {
    margin-top: 5px;
  }
}
.p-lp-product__image-wrap a {
  display: block;
}
.p-lp-product__image-wrap img {
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .p-lp-product__body {
    margin-right: 9.6vw;
    margin-left: 9.6vw;
  }
}
@media not all and (max-width: 768px) {
  .p-lp-product__body {
    width: 43.2%;
    text-align: left;
  }
}
.p-lp-product__body .item-number {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 7px;
  color: #fff;
  background: #000;
}
@media only screen and (max-width: 768px) {
  .p-lp-product__body .item-number {
    position: absolute;
    top: 67px;
    left: 5%;
    font-size: 5vw;
  }  
}
.p-lp-product__body-title {
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  font-size: 5.8510638298vw;
  font-weight: bold;
  letter-spacing: 0.07em;
  border-bottom: 1px solid #6f6f6f;
}
@media not all and (max-width: 768px) {
  .p-lp-product__body-title {
    margin-bottom: 0.8em;
    font-size: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .p-lp-product__body-title-small {
    font-size: 5vw;
  }
}
.p-lp-product__headline {
  margin-bottom: 0.8em;
  font-size: 4.68vw;
  line-height: 1.7;
  font-weight: 600;
}
@media not all and (max-width: 768px) {
  .p-lp-product__headline {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}
.p-lp-product__headline strong {
  font-weight: inherit;
}
.p-lp-product__text {
  font-size: max(10px, 4.2553191489vw);
  line-height: 2;
  text-align: justify;
  letter-spacing: normal;
}
@media not all and (max-width: 768px) {
  .p-lp-product__text {
    font-size: 15px;
  }
}
.p-lp-product__note {
  margin-top: 0.9em;
  text-align: left;
  font-size: max(10px, 3.4574468085vw);
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media not all and (max-width: 768px) {
  .p-lp-product__note {
    font-size: 14px;
  }
}
.p-lp-product__link {
  margin-top: 3em;
}
@media not all and (max-width: 768px) {
  .p-lp-product__link {
    margin-top: 0.7em;
    margin-left: 0;
  }
}

.p-lp-about {
  /*
   * ボタンを整列
   */
}
.p-lp-about__section {
  background-color: #EAF9F4;
  text-align: center;
  padding-top: 17.3333333333vw;
  padding-bottom: 30.3333333333vw;
}
@media not all and (max-width: 768px) {
  .p-lp-about__section {
    margin-top: 110px;
    padding-top: 62px;
    padding-bottom: 74px;
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .p-lp-about__inner {
    margin-right: 6.67vw;
    margin-left: 6.67vw;
  }
  .p-lp-about__inner .p-lp-about__paragraph {
    line-height: 2;
  }
}
.p-lp-about__headline {
  margin-bottom: 5.8666666667vw;
  font-size: 6.1170212766vw;
  text-align: center;
  font-weight: 600;
}
.p-lp-about__headline::after {
  content: "";
  display: block;
  border-bottom: 1px solid #73716d;
  margin-right: auto;
  margin-left: auto;
  width: 5.0666666667vw;
  margin-top: 4.8vw;
}
@media not all and (max-width: 768px) {
  .p-lp-about__headline {
    margin-bottom: 30px;
    font-size: 27px;
  }
  .p-lp-about__headline::after {
    width: 20px;
    margin-top: 30px;
  }
}
@media not all and (max-width: 768px) {
  .p-lp-about__headline ruby {
    font-size: 30px;
  }
}
.p-lp-about__headline rt {
  font-weight: normal;
}
@media not all and (max-width: 768px) {
  .p-lp-about__headline rt {
    font-size: 13px;
  }
}
.p-lp-about__paragraph {
  margin-bottom: 1.5em;
  font-size: max(10px, 3.9893617021vw);
  line-height: 1.8;
  text-align: left;
}
.p-lp-about__paragraph strong {
  display: block;
  margin-bottom: 5.8666666667vw;
  font-size: 5.0531914894vw;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
@media not all and (max-width: 768px) {
  .p-lp-about__paragraph strong {
    margin-bottom: 35px;
    font-size: 23px;
  }
}
.p-lp-about__paragraph a {
  text-decoration: underline;
}
@media not all and (max-width: 375px) {
  .p-lp-about__paragraph {
    font-size: 3.8666666667vw;
  }
}
@media not all and (max-width: 768px) {
  .p-lp-about__paragraph {
    margin-bottom: 44px;
    font-size: 18px;
    line-height: 2.2;
    text-align: center;
  }
}
@media not all and (max-width: 768px) {
  .p-lp-about__paragraph span.pc-block {
    display: block;
  }
}
.p-lp-about__movies-area {
  margin: 0 auto 7.9787234043vw;
}
@media not all and (max-width: 768px) {
  .p-lp-about__movies-area {
    margin-bottom: 38px;
  }
}
.p-lp-about__movies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .p-lp-about__movies {
    width: 86.66vw;
    height: 86.66vw;
  }
}
.p-lp-about__movies iframe {
  border: none;
}
@media only screen and (max-width: 768px) {
  .p-lp-about__movies iframe {
    width: 100%;
    height: 100%;
  }
}

.p-lp-present {
  text-align: center;
  background: #f7dde6;
  margin: 13.2978723404vw 4.4444444445vw;
  padding: 14.8936170213vw 3.3333333334vw 8.7765957447vw;
}
@media not all and (max-width: 768px) {
  .p-lp-present {
    padding: 66px 0 40px;
    margin: 55px;
  }
}
.p-lp-present__limit {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 4.2553191489vw;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media not all and (max-width: 768px) {
  .p-lp-present__limit {
    font-size: 24px;
    letter-spacing: 0.06em;
  }
}
.p-lp-present__limit-logo {
  position: relative;
  z-index: 3;
  margin-right: 0.1em;
  display: inline-block;
  line-height: 1;
}
.p-lp-present__limit-logo img {
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  .p-lp-present__limit-logo img {
    height: 4.920212766vw;
    width: auto;
  }
}
.p-lp-present__limit-text {
  display: inline-block;
  line-height: 1;
}
.p-lp-present__limit::before {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-38.5%, -53%);
          transform: translate(-38.5%, -53%);
  content: "special";
  text-indent: -9999px;
  display: block;
  width: 28.1914893617vw;
  height: 15.1595744681vw;
  background: transparent url(../../../../dist/img/special/glow/special_txt.svg) no-repeat top center/contain;
}
@media not all and (max-width: 768px) {
  .p-lp-present__limit::before {
    -webkit-transform: translate(-57%, -50.7%);
            transform: translate(-57%, -50.7%);
    width: 180px;
    height: 97px;
  }
}
.p-lp-present__present {
  margin-bottom: 5.8510638298vw;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media not all and (max-width: 768px) {
  .p-lp-present__present {
    margin-bottom: 26px;
  }
}
.p-lp-present__present .coupon {
  font-size: 6.914893617vw;
  display: inline-block;
  border-bottom: 1px solid #d58991;
  line-height: 1.3;
}
@media not all and (max-width: 768px) {
  .p-lp-present__present .coupon {
    font-size: 42px;
    line-height: 1.4;
  }
}
.p-lp-present__present .yen {
  font-size: 126.9230769231%;
  letter-spacing: 0.02em;
  display: inline-block;
  margin-right: 0.15em;
}
.p-lp-present__present .yen i {
  font-style: normal;
  font-size: 81.8181818182%;
}
.p-lp-present__present .present {
  display: block;
  font-size: 6.914893617vw;
}
@media not all and (max-width: 768px) {
  .p-lp-present__present .present {
    display: inline-block;
    font-size: 45px;
  }
}

.c-button-link.--lp {
  position: relative;
}
.c-button-link.--lp .c-button-link__arrow {
  position: absolute;
  inset: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .c-button-link.--lp .c-button-link__label {
    font-size: clamp(10px, 5.585106383vw, 23px);
  }
  .c-button-link.--lp .c-button-link__external {
    height: min(4.989362vw, 21px);
    margin-top: min(1.5vw, 6px);
  }
  .c-button-link.--lp .c-button-link__arrow {
    font-size: clamp(10px, 3.9893617021vw, 18px);
    right: 7%;
  }
}
@media not all and (max-width: 768px) {
  .c-button-link.--lp .c-button-link__label {
    font-size: 21px;
  }
  .c-button-link.--lp .c-button-link__external {
    height: 18px;
    margin-top: 5.5px;
  }
  .c-button-link.--lp .c-button-link__arrow {
    font-size: 14px;
    right: 19.5px;
  }
}


/* メカニズム */
.p-mechanism {
  overflow: hidden;
}
.p-mechanism__title {
  width: 100%;
  text-align: center;
}
.p-mechanism__bottom {
  padding-top: 8vw;
  padding-bottom: 8vw;
  border-top: 1px solid var(--color-base);
  text-align: center;
}
@media not all and (max-width:768px) {
  .p-mechanism__bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-mechanism__bottom-link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content;
  margin-right: auto;
  margin-left: auto;
}
.p-mechanism__bottom-image {
  width: 29.3333333333vw;
}
@media not all and (max-width:768px) {
  .p-mechanism__bottom-image {
    width: 132px;
  }
}
.p-mechanism__bottom-label {
  text-align: left;
  text-decoration: underline;
  margin-left: 2em;
}
@media not all and (max-width:768px) {
  .p-mechanism__bottom-label {
    font-size: 16px;
  }
}

.p-mechanism__mainvisual {
  position: relative;
}
.p-mechanism__mainvisual-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .p-mechanism__mainvisual-overlay {
    margin-top: 6.6666666667vw;
    margin-bottom: 5.6vw;
  }
}
@media not all and (max-width:768px) {
  .p-mechanism__mainvisual-overlay {
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 2;
    width: 640px;
    height: 326px;
    background-color: #fff;
  }
}
.p-mechanism__mainvisual-title {
  margin-bottom: 5.0666666667vw;
  font-size: 7.2vw;
  font-family: var(--font-serif);
  border-bottom: 1px solid var(--color-base);
}
@media not all and (max-width:768px) {
  .p-mechanism__mainvisual-title {
    margin-bottom: 32px;
    font-size: 54px;
  }
}
.p-mechanism__mainvisual-catch {
  font-size: 5.6vw;
  line-height: 1.6;
}
@media not all and (max-width:768px) {
  .p-mechanism__mainvisual-catch {
    font-size: 33px;
  }
}
.p-mechanism__intro {
  padding-top: 8vw;
  padding-bottom: 13.3333333333vw;
  font-size: 3.7333333333vw;
  text-align: center;
}
@media not all and (max-width:768px) {
  .p-mechanism__intro {
    padding-top: 80px;
    padding-bottom: 120px;
    font-size: 28px;
  }
}

.p-reasons {
  position: relative;
  background-color: #faf9f9;
  padding-top: 16vw;
  padding-bottom: 16vw;
}
@media not all and (max-width:768px) {
  .p-reasons {
    padding-top: 136px;
    padding-bottom: 66px;
  }
}
.p-reasons__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 900ms;
}
.p-reasons__inner.is-animate {
  opacity: 1;
}
.p-reasons__title {
  margin-bottom: 8.2666666667vw;
  font-size: 5.0666666667vw;
  font-weight: 600;
}
@media not all and (max-width:768px) {
  .p-reasons__title {
    margin-bottom: 76px;
    font-size: 38px;
  }
}
.p-reasons__figure {
  width: 85.3333333333vw;
  margin-right: auto;
  margin-left: auto;
}
@media not all and (max-width:768px) {
  .p-reasons__figure {
    width: 43%;
  }
}
.p-reasons__nav {
  position: absolute;
  top: 0;
  right: 5.3333333333vw;
  height: 100%;
  width: 10.1333333333vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media not all and (max-width:768px) {
  .p-reasons__nav {
    display: none;
  }
}
.p-reasons__nav-item {
  display: flex;
  align-items: center;
}
.p-reasons__nav-item:not(:last-child) {
  margin-bottom: 4.2666666667vw;
}
.p-reasons__nav-item::after {
  content: "";
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  border-bottom: 2px solid var(--color-base);
  border-right: 2px solid var(--color-base);
  border-radius: 2px;
  transform: rotate(-45deg);
  margin-left: auto;
}
.p-reasons__nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  border: 2px solid var(--color-base);
  font-family: var(--font-gothic);
  font-size: 4.8vw;
}
.p-reasons__desc {
  width: 97.3333333333vw;
  counter-reset: reasons;
}
@media only screen and (max-width:768px) {
  .p-reasons__desc {
    position: fixed;
    /*bottom: 1.3333333333vw;*/
    top: 9vh;
    right: 0;
    z-index: 88;
    padding-top: 16.2666666667vw;
    padding-right: 9.3333333333vw;
    padding-left: 9.3333333333vw;
    padding-bottom: 11.7333333333vw;
    height: 81vh;/*calc(100vh - 16vw )*/
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.35);
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition-property: opacity, transform;
    transition-duration: 300ms;
  }
  .p-reasons__desc.is-active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
}
@media not all and (max-width:768px) {
  .p-reasons__desc {
    width: 49%;
  }
}
.p-reasons__desc-list {
  max-height: 100%;
  overflow: scroll;
}
@media not all and (max-width:768px) {
  .p-reasons__desc-list {
    overflow: hidden;
  }
}
.p-reasons__desc-close {
  position: absolute;
  top: 4.8vw;
  right: 3.4666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-radius: 50%;
  border: 2px solid var(--color-base);
  font-size: 0;
  color: transparent;
}
@media not all and (max-width:768px) {
  .p-reasons__desc-close {
    display: none;
  }
}
.p-reasons__desc-close::before, .p-reasons__desc-close::after {
  content: "";
  position: absolute;
  width: 5.8666666667vw;
  border-top: 2px solid var(--color-base);
  border-radius: 1px;
}
.p-reasons__desc-close::before {
  transform: rotate(45deg);
}
.p-reasons__desc-close::after {
  transform: rotate(-45deg);
}
.p-reasons__desc-item:not(:last-child) {
  margin-bottom: 6.1333333333vw;
}
@media not all and (max-width:768px) {
  .p-reasons__desc-item:not(:last-child) {
    margin-bottom: 38px;
  }
}
.p-reasons__desc-title {
  counter-increment: reasons;
  font-size: 4.5333333333vw;
  margin-bottom: 6.1333333333vw;
}
@media not all and (max-width:768px) {
  .p-reasons__desc-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.p-reasons__desc-title::before {
  content: counter(reasons);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  line-height: 1;
  margin-right: 2.1333333333vw;
  border: 2px solid var(--color-base);
  font-family: var(--font-gothic);
  font-size: 4.2666666667vw;
  text-align: center;
}
@media not all and (max-width:768px) {
  .p-reasons__desc-title::before {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    font-size: 22px;
  }
}
.p-reasons__desc-text {
  font-size: 3.4666666667vw;
  font-family: var(--font-gothic);
}
@media not all and (max-width:768px) {
  .p-reasons__desc-text {
    font-size: 16px;
  }
}
.p-reasons__desc-circle {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 4.8vw;
  width: 93.3333333333vw;
  max-width: 100%;
}
@media not all and (max-width:768px) {
  .p-reasons__desc-circle {
    margin-top: 18px;
    max-width: 368px;
  }
}

.p-features {
  padding-top: 9vw;
  padding-bottom: 0;
}
@media only screen and (max-width:768px) {
  .p-features {
    margin: 0;
    padding-top: 0;
  }
}
@media not all and (max-width:768px) {
  .p-features {
    padding-top: 75px;
    padding-bottom: 0;
  }
}
.p-features__title {
  margin-bottom: 8.5333333333vw;
  font-size: 5.0666666667vw;
  font-weight: 600;
  text-align: center;
}
@media not all and (max-width:768px) {
  .p-features__title {
    margin-bottom: 64px;
    font-size: 38px;
  }
}
.p-features__intro {
  font-size: 3.7333333333vw;
  text-align: center;
}
@media not all and (max-width:768px) {
  .p-features__intro {
    margin-bottom: 32px;
    font-size: 24px;
  }
}
.p-features__figure {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8vw;
}
@media not all and (max-width:768px) {
  .p-features__figure {
    margin-bottom: 42px;
  }
}
.p-features__figure-image:first-of-type {
  margin-bottom: 4.2666666667vw;
}
@media not all and (max-width:768px) {
  .p-features__figure-image:first-of-type {
    width: 48%;
    margin-bottom: 0;
  }
}
@media not all and (max-width:768px) {
  .p-features__figure-image:last-of-type {
    width: 45%;
  }
}
.p-features__figure-caption {
  width: 100%;
  margin-top: 4vw;
  font-size: 3.4666666667vw;
  font-family: var(--font-gothic);
  text-align: center;
}
@media not all and (max-width:768px) {
  .p-features__figure-caption {
    width: 45%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 22px;
    font-size: 16px;
  }
}
.p-features__subtitle {
  margin: 15vw 0 6vw;
  font-size: 5.0vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media not all and (max-width:768px) {
  .p-features__subtitle {
    margin: 55px auto 34px;
    font-size: 24px;
  }
  .p-features__subtitle br {
    display: none;
  }
}
.p-features__subtitle::after,
.p-features__subtitle::before {
  content: "";
  display: inline-block;
  width: 3.066667vw;
  height: 2.066667vw;
}
.p-features__subtitle::before {
  background: transparent url(../../../../dist/img/special/glow2025/brackets-1.svg) no-repeat top center/contain;
}
.p-features__subtitle::after {
  background: transparent url(../../../../dist/img/special/glow2025/brackets-2.svg) no-repeat top center/contain;
}
@media only screen and (max-width:768px) {
  .p-features__subtitle::after,
  .p-features__subtitle::before {
    content: "";
    display: inline-block;
    width: 12.066667vw;
    height: 13.566667vw;
  }
}
@media not all and (max-width:768px) {
  .p-features__subtitle::after {
    /* width: 38px; */
    /* margin-top: 30px; */
  }
}
.p-features__list {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: auto;
}
@media not all and (max-width:768px) {
  .p-features__list {
/*    flex-direction: row;*/
    justify-content: space-between;
  }
}
.p-features__list-item {
  padding: 6.9333333333vw 2vw;
  border-bottom: 1px dotted #666;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-features__list-item:last-child {
  border-bottom: none;
}
@media not all and (max-width:768px) {
  .p-features__list-item {
    padding: 32px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width:768px) {
  .p-features__list-item:not(:last-child) {
    margin-bottom: 4.8vw;
  }
}
.p-features__list-title {
  justify-content: center;
  margin-bottom: 5.2vw;
  font-size: 5.0666666667vw;
  color: #444;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.p-features__list-number {
  width: 9%;
  line-height: 1;
}
.p-features__list-number img {
  width: 62%;
  margin-bottom: -13%;
}
@media only screen and (max-width:768px) {
  .p-features__list-title {
    font-size: 5.3666666667vw;
    margin-bottom: 3.2vw;
  }
  .p-features__list-number {
    width: 22%;
    line-height: 1;
    margin-bottom: 3.2vw;
  }
  .p-features__list-number img {
    width: 66%;
  }
}
@media not all and (max-width:768px) {
  .p-features__list-title {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: normal;
    width: 39%;
  }
}
.p-features__list-icon {
  width: 18.6666666667vw;
  margin-bottom: 3.7333333333vw;
}
@media not all and (max-width:768px) {
  .p-features__list-icon {
    width: 140px;
    margin-bottom: 24px;
  }
}
.p-features__list-text {
  font-family: var(--font-gothic);
  font-size: 4.347826087vw;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  font-weight: 200;
}
@media not all and (max-width:768px) {
  .p-features__list-text {
    font-size: 18px;
    width: 56%;
  }
}

.p-improve {
  padding-top: 16vw;
  padding-bottom: 16vw;
  background-color: #faf9f9;
}
@media not all and (max-width:768px) {
  .p-improve {
    padding-top: 144px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width:768px) {
  .p-improve__inner {
    margin-right: 9.3333333333vw;
    margin-left: 9.3333333333vw;
  }
}
.p-improve__title {
  font-size: 5.0666666667vw;
  font-weight: 600;
  text-align: center;
}
@media not all and (max-width:768px) {
  .p-improve__title {
    margin-bottom: 62px;
    font-size: 38px;
  }
}
.p-improve__list {
  display: flex;
  flex-direction: column;
}
@media not all and (max-width:768px) {
  .p-improve__list {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: var(--color-base);
  }
}
.p-improve__list-item {
  background-color: #faf9f9;
}
@media only screen and (max-width:768px) {
  .p-improve__list-item:not(:last-child) {
    margin-bottom: 10.1333333333vw;
  }
}
@media not all and (max-width:768px) {
  .p-improve__list-item:nth-child(1), .p-improve__list-item:nth-child(2) {
    padding-bottom: 44px;
  }
  .p-improve__list-item:nth-child(3), .p-improve__list-item:nth-child(4) {
    padding-top: 50px;
  }
  .p-improve__list-item:nth-child(odd) {
    padding-right: 36px;
  }
  .p-improve__list-item:nth-child(even) {
    padding-left: 36px;
  }
}
.p-improve__list-num {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-pink);
  font-size: 9.3333333333vw;
}
@media not all and (max-width:768px) {
  .p-improve__list-num {
    font-size: 48px;
  }
}
.p-improve__list-num::before, .p-improve__list-num::after {
  content: "";
  width: 1.8666666667vw;
  border-bottom: 4px solid var(--color-pink);
}
@media not all and (max-width:768px) {
  .p-improve__list-num::before, .p-improve__list-num::after {
    width: 12px;
    margin: 0 16px;
    border-bottom-width: 3px;
  }
}
.p-improve__list-title {
  margin-bottom: 5.8666666667vw;
  color: var(--color-pink);
  font-size: 5.0666666667vw;
  text-align: center;
}
@media not all and (max-width:768px) {
  .p-improve__list-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    margin-bottom: 24px;
    font-size: 30px;
  }
}
.p-improve__list-desc {
  margin-bottom: 4vw;
  font-size: 3.4666666667vw;
  line-height: 1.8;
}
@media not all and (max-width:768px) {
  .p-improve__list-desc {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.p-improve__list-image {
  display: block;
  max-width: 100%;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.p-equipments {
  padding-top: 16vw;
  padding-bottom: 16vw;
}
@media only screen and (max-width:768px) {
  .p-equipments {
    margin-right: 9.3333333333vw;
    margin-left: 9.3333333333vw;
  }
}
@media not all and (max-width:768px) {
  .p-equipments {
    padding-top: 146px;
    padding-bottom: 116px;
  }
}
.p-equipments__title {
  margin-bottom: 8.2666666667vw;
  font-weight: 600;
  text-align: center;
}
@media not all and (max-width:768px) {
  .p-equipments__title {
    margin-bottom: 40px;
    font-size: 38px;
  }
}
.p-equipments__paragraph {
  margin-bottom: 8.5333333333vw;
  line-height: 1.6;
  font-size: 3.7333333333vw;
  text-align: center;
}
@media not all and (max-width:768px) {
  .p-equipments__paragraph {
    margin-bottom: 48px;
    font-size: 20px;
  }
}
.p-equipments__image {
  display: block;
  /*max-width: 610px;*/
  max-width: 100%;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 12vw;
}
@media not all and (max-width:768px) {
  .p-equipments__image {
    margin-bottom: 50px;
  }
}
@media not all and (max-width:768px) {
  .p-equipments__link {
    width: 268px;
    height: 45px;
    font-size: 16px;
  }
}

/* 2022.4.15 iw */
.p-reasons__figure > .p-reasons__nav-link {
  display: unset;
  width: auto;
  height: auto;
  border: none;
}
.p-reasons__figure > span.p-reasons__nav-link.js-reasons-trigger:first-child img {
  margin-bottom: -8px;
}
.p-reasons__figure > span.p-reasons__nav-link.js-reasons-trigger:last-child img {
  margin-top: -6px;
}
@media only screen and (max-width:768px) {
  figure.p-reasons__figure.PC {
    display: none;
  }
}
@media not all and (max-width:768px) {
  figure.p-reasons__figure.SP {
    display: none;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #444!important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #ff6a7f!important;
}