@charset "UTF-8";
/******************************

  osukyu-lp カスタマイズcss

*******************************/
/*_PAYMENT_FORM_CSS__*/
/*-------------------------------------*
 * PCデザイン可変部分
 *-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec {
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}

/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border-top: 1px solid #d0dcec;
  border-right: 1px solid #d0dcec;
  background: #FFF;
  border-bottom: 1px solid #999;
}

/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  background-color: #e1edfd;
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #e1edfd;
}

/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ffffff;
}

/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/*-------------------------------------*
 * スマートフォンデザイン可変部分
 *-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec {
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}

/* 【SP】フォームの項目名ラベル */
.form_box_label_sp_ec {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
}

/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/*********************

 add css

*********************/
/* 初期状態：透明＋20px下にずらす */
.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}

/* 表示時：透明度を1にして位置を戻す */
.js-fadein.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 拡大縮小アニメーション */
@-webkit-keyframes scalePulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); /* 拡大率はここで調整 */
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes scalePulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); /* 拡大率はここで調整 */
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
/* js-scale が付いた要素に適用 */
.js-scale {
  display: inline-block; /* transformを適用するため */
  -webkit-animation: scalePulse 2.5s ease-in-out infinite;
          animation: scalePulse 2.5s ease-in-out infinite; /* ゆっくり繰り返す */
}

.p-lp__mainv {
  margin-bottom: 13px;
}
.p-lp__wrapper {
  text-align: center;
}
.p-lp__wrapper img {
  display: inline-block;
}

.sec01__head {
  max-width: 125px;
  width: 60.5%;
  margin-inline: auto;
  margin-bottom: 32px;
}
.sec01__img {
  width: 68%;
  margin-inline: auto;
  margin-bottom: 80px;
}

.sec02__head {
  width: 52.7%;
  margin-inline: auto;
  margin-bottom: 20px;
}
.sec02__slide {
  margin-bottom: 50px;
}
.sec02__slide .splide__arrow {
  top: calc(100% + 20px);
  border-radius: 0;
  background: none;
  height: auto;
}
.sec02__slide .splide__arrow svg {
  display: none;
}
.sec02__slide .splide__arrow:disabled {
  opacity: 0;
  visibility: hidden;
  z-index: -2;
}
.sec02__slide .splide__arrow::after {
  content: "";
  display: inline-block;
  width: 106px;
  height: 9px;
  aspect-ratio: 106/9;
}
.sec02__slide .splide__arrow--prev {
  left: 3em;
}
.sec02__slide .splide__arrow--next {
  right: 3em;
}

.sec03__img {
  margin-bottom: 30px;
}

.sec04 {
  padding-bottom: 130px;
}
.sec04__head {
  width: 71.7%;
  margin-inline: auto;
  margin-bottom: 35px;
}
.sec04__txt {
  width: 76%;
  margin-inline: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.sec05 {
  position: relative;
}
.sec05__btn {
  width: 86.7%;
  position: absolute;
  top: 68.4%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sec06 {
  padding-top: 10px;
}
.sec06__slide .splide__arrow {
  border-radius: 0;
  background: none;
  height: auto;
  top: 30px;
}
.sec06__slide .splide__arrow svg {
  display: none;
}
.sec06__slide .splide__arrow::after {
  content: "";
  width: 39px;
  height: 39px;
  display: inline-block;
}
.sec06__slide .splide__arrow:disabled {
  opacity: 0;
  visibility: hidden;
  z-index: -2;
}
.sec06__slide .splide__arrow--prev {
  left: auto;
  right: 4em;
}
.sec07 {
  padding: 45px 0 75px;
  background-color: #F7F5EC;
}
.sec07__head {
  width: 35.6%;
  margin-left: 9%;
  margin-bottom: 30px;
}

.sec08 {
  position: relative;
}
.sec08__head {
  width: 63.9%;
  position: absolute;
  top: 5.8%;
  left: 10%;
}

.sec09 {
  padding-top: 25px;
  padding-bottom: 20px;
}
.sec09__cta01 {
  position: relative;
}
.sec09__cta02 {
  position: relative;
}
.sec09__btn01 {
  width: 86.7%;
  position: absolute;
  left: 50%;
  bottom: 23.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec09__btn02 {
  width: 86.7%;
  position: absolute;
  left: 50%;
  bottom: 23.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec10 {
  position: relative;
}
.sec10__head {
  width: 37.9%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sec11 {
  padding-top: 40px;
  padding-bottom: 70px;
}
.sec11__head {
  width: 81.9%;
  margin-bottom: 22px;
}
.sec11__slide {
  width: 74%;
  margin-inline: auto;
}
.sec11__slide .splide__arrow {
  background: none;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec11__slide .splide__arrow::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
}
.sec11__slide .splide__arrow svg {
  display: none;
}
.sec11__slide .splide__arrow--prev {
  left: -38px;
}
.sec11__slide .splide__arrow--next {
  right: -38px;
}

.sec13 {
  position: relative;
}
.sec13__btn {
  width: 86.7%;
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sec14 {
  position: relative;
  padding-top: 100px;
}
.sec14__head {
  width: 75%;
  position: absolute;
  top: 6.6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec16 {
  padding: 34px 0 40px;
  background-color: #E4E8EA;
}
.sec16__head {
  width: 32.6%;
  margin-inline: auto;
  margin-bottom: 24px;
}
.sec16__faq {
  width: 92%;
  margin-inline: auto;
  padding: 24px;
  border-radius: 50px;
  background-color: rgba(51, 102, 123, 0.15);
}
.sec16__faq:not(:last-of-type) {
  margin-bottom: 8px;
}
.sec16__faq-wrap {
  background-color: #fff;
  padding: 6px 11px 6px 45px;
  border-radius: 34px;
}
.sec16__faq dt {
  text-align: left;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6363636364em;
  letter-spacing: 0.023em;
  color: #33667B;
  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;
  gap: 20px;
}
.sec16__faq dt span {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background-color: #FF5D3A;
  position: relative;
}
.sec16__faq dt span::after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec16__faq dt span::before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sec16__faq dt::before {
  content: "";
  width: 14px;
  height: 14px;
  aspect-ratio: 1/1;
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec16__faq dt.active span::before {
  background-color: transparent;
}
.sec16__faq dd {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6363636364em;
  letter-spacing: 0.23em;
  color: #33667B;
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sec16__faq dd::before {
  content: "";
  width: 14px;
  height: 14px;
  aspect-ratio: 1/1;
  position: absolute;
  left: -25px;
  top: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.sec16__faq dd.open {
  max-height: 500px;
  overflow: visible;
  margin-top: 20px;
  padding-top: 15px;
  margin-bottom: 25px;
  border-top: dotted 1px #33667B;
}
.sec16__faq dd.open::before {
  top: 19px;
}

.osukyu-pc-cta .right-box .product-image img {
  width: 110px;
}
.osukyu-pc-cta .right-box {
  border-color: #E16047;
}
.osukyu-pc-cta .product-discount,
.osukyu-pc-cta .cta-title {
  background-color: #E16047;
}
.osukyu-pc-cta .product-price span,
.osukyu-pc-cta .product2-add,
.osukyu-pc-cta .product-sub,
.osukyu-pc-cta .product-price,
.osukyu-pc-cta .product-name {
  color: #E16047;
}
.osukyu-pc-cta .common-btn {
  background-color: #E16047;
}
.osukyu-pc-cta .common-btn:hover {
  background-color: #F0CB4F;
}
.osukyu-pc-cta .product-price {
  margin-bottom: 12px;
}

.c-floating {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: fixed;
  left: 50%;
  bottom: 1%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
}
.c-floating__bnr {
  max-width: 350px;
  width: 92%;
  margin-inline: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-floating__bnr:hover {
  opacity: 0.75;
}
.c-floating.is-active {
  opacity: 1;
  pointer-events: all;
}

.c-footer {
  background-color: #33667b;
  padding: 80px 0 50px;
}
.c-footer__menu {
  width: 92%;
  margin-inline: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .c-footer__menu {
    margin-bottom: 50px;
  }
}
.c-footer__menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.c-footer__menu li:not(:last-child) {
  margin-bottom: 50px;
}
.c-footer__menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.2em;
  font-size: clamp(13px, 13px + 2 * (100vw - 767px) / 599, 15px);
}
.c-footer__menu li a:hover {
  text-decoration: underline;
}
.c-footer__copyright {
  text-align: center;
}
.c-footer__copyright img {
  width: 20%;
  margin-inline: auto;
  display: inline-block;
}