@charset "utf-8";
/* CSS Document */

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

LP style

********************/
html,
body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
blockquote {
  display: none;
}
/* content
--------------------------------------------------*/
.lpbox,
#lpfooter {
  font-size: 14px;
  font-size: 3.7333vw;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #303030;
  line-height: 1.5em;
}
@media screen and (min-width: 750px) {
  .lpbox,
  #lpfooter {
    font-size: 28px;
    max-width: 750px;
    margin: 0 auto;
  }
}
.lpbox a,
#lpfooter a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.lpbox a:hover,
#lpfooter a:hover {
  text-decoration: underline;
}
.lpbox span,
#lpfooter span {
  font-size: inherit;
  font-weight: inherit;
}
.lpbox img,
#lpfooter img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
.lpbox img.img-t,
#lpfooter img.img-t {
  vertical-align: top;
}
/* cart css reset */

.lpbox header,
.lpbox h1,
.lpbox h2,
.lpbox h3,
.lpbox p,
.lpbox dl,
.lpbox dt,
.lpbox dd,
.lpbox div,
.lpbox section,
.lpbox span {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter footer,
#lpfooter div,
#lpfooter p {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter ul,
#lpfooter li {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
/*----------------------------------------*/
.lpbox .animbox {
  position: relative;
  display: block;
  overflow: hidden;
}
/*----------------------------------------*/
.lpbox #fv {
  display: block;
  /* margin: 0 auto 8%; */
}
.lpbox .fv__box {
  position: relative;
  display: block;
}
.lpbox .fv__catch {
  display: block;
  box-sizing: border-box;
  /* position: absolute; */
  top: 0;
  left: 0;
  /* padding: calc( 135 / 750 * 100%)  calc( 35 / 750 * 100%); */
  width: 100%;
  z-index: 2;
}
.lpbox .fv__box .absolute {
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: 6%;
  right: 8px;
  width: calc(240 / 750 * 100%);
}

.lpbox .fv__badge {
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: calc(40 / 750 * 100%);
  right: calc(40 / 750 * 100%);
  width: calc(220 / 750 * 100%);
  z-index: 2;
}
.lpbox .fv__ic {
  display: block;
  width: calc(350 / 750 * 100%);
  margin: 0;
  position: absolute;
}
.lpbox .fv__ic--01 {
  top: 27%;
  left: calc(20 / 750 * 100%);
}
.lpbox .fv__ic--02 {
  top: 27%;
  right: calc(20 / 750 * 100%);
}
.lpbox .fv__ic--03 {
  top: 50%;
  left: calc(20 / 750 * 100%);
}
.lpbox .fv__ic--04 {
  top: 50%;
  right: calc(20 / 750 * 100%);
}
/*----------------------------------------*/
.lpbox .cta__box {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.lpbox .cta__price {
  position: absolute;
  bottom: 15%;
  right: 7.66%;
  width: calc(355 / 750 * 100%);
}
.lpbox .cta__textbox {
  box-sizing: border-box;
  background: url(../../img/webp/cta_bg.webp) repeat top left;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding: 0 calc(50 / 750 * 100%) calc(30 / 750 * 100%);
  color: #381c0e;
  font-size: calc(20 / 28 * 1em);
  line-height: 1.5em;
  text-align: justify;
}
.lpbox .cta__btn {
  box-sizing: border-box;
  padding: 0;
  display: block;
  margin: 0 auto 5%;
  width: 100%;
}
.cta__box .cta__btn.shine {
    position: absolute !important;
    top: 0%;
    margin: 0 calc(50 / 750* 100%);
    padding-top: 3%;
    width: calc(650 / 750* 100%);
}
.cta__box .cta__btn.shine .anclink {
  position: relative;
}
.cta__box .fukidasi {
  position: absolute;
  top: 4%;
  left: 6%;
  width: calc(158 / 750 * 100%);
  -webkit-animation: fuwafuwa 1s ease-in-out infinite;
  animation: fuwafuwa 1s ease-in-out infinite;
}
@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
      }
      50% {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
      }
      100% {
        -webkit-transform: scale(1);
                transform: scale(1);
      }
    }
    @keyframes fuwafuwa {
      0% {
        -webkit-transform: scale(1);
                transform: scale(1);
      }
      50% {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
      }
      100% {
        -webkit-transform: scale(1);
                transform: scale(1);
      }
    }
    

/*---------------------------*/
.lpbox #fixbtn {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 999;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.lpbox #fixbtn.fixbtn--visible {
  bottom: 0;
}
.lpbox #fixbtn .fixbtn__box {
  position: relative;
  bottom: 0;
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 660px;
}
.lpbox #fixbtn .fixbtn__item {
  box-sizing: border-box;
  padding: 7% calc(20 / 750 * 100%) calc(10 / 750 * 100%);
}
.lpbox #fixbtn a.flt-fukidasi {
  top: 0% !important;
  left: 3.5% !important;
  position: absolute !important;
  width: calc(130 / 750 * 100%) !important;
}
/*---------------------------*/
.lpbox .sns__box--01,
.lpbox .sns__box--02,
.lpbox .sns__box--03,
.lpbox .sns__box--04 {
  position: relative;
}
.lpbox .sns__img {
  position: absolute;
  top: 7%;
  width: calc(240 / 750 * 100%);
}
.lpbox .sns__box--01 .sns__img {
  left: 6.5%;
}
.lpbox .sns__box--02 .sns__img {
  right: 6.5%;
}
.lpbox .sns__box--03 .sns__img {
  left: 6.5%;
}
.lpbox .sns__box--04 .sns__img {
  right: 6.5%;
}
/*---------------------------*/
.lpbox .btnbox {
  display: block;
  box-sizing: border-box;
  padding: calc(60 / 750 * 100%) calc(20 / 750 * 100%);
  margin: 0 auto;
}
/*---------------------------*/
.lpbox .balance__acd__btn {
  position: relative;
  cursor: pointer;
}
.lpbox .balance__acd__btn:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - (50 / 28 * 1em * 0.5));
  right: 4em;
  width: calc(50 / 28 * 1em);
  height: calc(50 / 28 * 1em);
  background: url(../../img/webp/balance_acd_ar.webp) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.lpbox .balance__acd__btn.acd__btn--open:after {
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
/*---------------------------*/
.lpbox .voice__box--01,
.lpbox .voice__box--02,
.lpbox .voice__box--03 {
  position: relative;
  display: block;
}
.lpbox .voice__text--01 {
  position: absolute;
  top: 7%;
  left: 0;
  width: calc(430 / 750 * 100%);
}
.lpbox .voice__text--02 {
  position: absolute;
  top: 7%;
  right: 0;
  width: calc(460 / 750 * 100%);
}
.lpbox .voice__text--03 {
  position: absolute;
  top: 7%;
  left: 0;
  width: calc(390 / 750 * 100%);
}

/*---------------------------*/
.lpbox .donation {
  margin: 8% auto;
  display: block;
}
/*---------------------------*/
.lpbox .qa {
  background: #ebeae6;
  box-sizing: border-box;
  padding: 0 0 5%;
  /* margin: 0 auto 8%; */
}
.lpbox .qa__item {
  display: block;
  margin: 0 auto 5% auto;
}
.lpbox .qa__item--q {
  display: block;
  position: relative;
  cursor: pointer;
}
.lpbox .qa__item--q:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1em;
  background: url(../../img/webp/qa_ar.webp) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lpbox .qa__item--q.acd__btn--open:after {
  content: "";
  transition: all 0.5s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/*---------------------------*/

.lpbox .product {
  margin: 0 auto;
  background: #f0eada;
  box-sizing: border-box;
  padding-bottom: 10%;
  position: relative;
}
.lpbox .product__box {
  box-sizing: border-box;
  position: relative;
  width: calc(710 / 750 * 100%);
  z-index: 2;
  margin: 0 auto 0;
}
.lpbox .product__box dt {
  color: #306c4c;
  border-bottom: 1px solid #306c4c;
  font-size: calc(26 / 28 * 1em);
  padding: 2% 0;
  position: relative;
  text-align: center;
  font-weight: 500;
}
.lpbox .product__box dd {
  color: #4a2d0e;
  padding: 2% 0;
  position: relative;
  text-align: center;
  font-size: calc(22 / 28 * 1em);
  line-height: calc(30 / 22 * 1em);
  font-weight: 500;
}
.lpbox .product__box dd.txt--left {
  text-align: left;
}
.lpbox .product__table {
  width: 76%;
  margin: 3% auto 5%;
  border: 1px solid #bca995;
  border-collapse: collapse;
}
.lpbox .product__table th {
  border: 1px solid #bca995;
  text-align: left;
  padding: 0.5em 1em;
  box-sizing: border-box;
  font-weight: 500;
  min-width: 11em;
}
.lpbox .product__table td {
  border: 1px solid #bca995;
  text-align: center;
  padding: 0.5em;
  box-sizing: border-box;
}
.lpbox .product__acd {
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.lpbox .product__acd:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 2em;
  background: url(../../img/webp/product_acd_ar.webp) no-repeat 50% 50%;
  -webkit-background-size: 80% auto;
  background-size: 80% auto;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lpbox .product__acd.acd__btn--open:after {
  content: "";
  transition: all 0.5s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/*-------------------------------------------
form
-----------------------------------------------*/
#form__area {
  box-sizing: border-box;
  width: 100%;
  margin: 1em auto;
  padding: 0;
}

/*-------------------------------------------
footer
-----------------------------------------------*/
#lpfooter .footer__link {
  margin: 3em auto;
  width: calc(710 / 750 * 100%);
}
#lpfooter .footer__link li {
  font-size: 1em;
  background: url(../../img/webp/footer_ic.webp) no-repeat 0% 50%;
  -webkit-background-size: calc(40 / 28 * 1em) auto;
  background-size: calc(40 / 28 * 1em) auto;
  box-sizing: border-box;
  padding-left: calc((40 / 28 * 1em) + 0.5em);
  color: #4a2d0e;
  font-weight: 400;
  margin: 2em auto;
}
#lpfooter #copy {
  text-align: center;
  font-size: 0.75em;
  color: #4a2d0e;
  border-top: 0.4em solid #4a2d0e;
  box-sizing: border-box;
  padding: 0.5em;
  letter-spacing: 0.08em;
  font-weight: 500;
}

/*-------------------------------------------
animation
-----------------------------------------------*/
.lpbox .fadein {
  display: block;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-filter: blur(0);
  -o-filter: blur(0);
  filter: blur(0);
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  --animindex: 0;
  -webkit-transition-delay: calc(var(--animindex) * 0.2s);
  -o-transition-delay: calc(var(--animindex) * 0.2s);
  transition-delay: calc(var(--animindex) * 0.2s);
}
.lpbox .animhide .fadein {
  display: block;
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-filter: blur(0.5em);
  -o-filter: blur(0.5em);
  filter: blur(0.5em);
}

.lpbox .slideleft {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
}
.lpbox .animhide .slideleft {
  display: block;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  opacity: 0;
}

.lpbox .slideright {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
}
.lpbox .animhide .slideright {
  display: block;
  -webkit-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}

/* shine */
.lpbox .shine {
  position: relative;
  overflow: hidden;
}
.lpbox .shine:before {
  content: "";
  width: 200%;
  height: 200%;
  z-index: 3;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 1) 45%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 55%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 1) 45%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 55%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 1) 45%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 55%,
    rgba(255, 255, 255, 0) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
  position: absolute;
  top: -50%;
  left: -50%;
  -webkit-animation-name: shine;
  -moz-animation-name: shine;
  -o-animation-name: shine;
  animation-name: shine;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes shine {
  from,
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate(45deg);
    -o-transform: translate3d(-100%, 0, 0) rotate(45deg);
    transform: translate3d(-100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate(45deg);
    -o-transform: translate3d(-100%, 0, 0) rotate(45deg);
    transform: translate3d(-100%, 0, 0) rotate(45deg);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate3d(100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d(100%, 0, 0) rotate(45deg);
    -o-transform: translate3d(100%, 0, 0) rotate(45deg);
    transform: translate3d(100%, 0, 0) rotate(45deg);
    opacity: 1;
  }
  30% {
    -webkit-transform: translate3d(100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d(100%, 0, 0) rotate(45deg);
    -o-transform: translate3d(100%, 0, 0) rotate(45deg);
    transform: translate3d(100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
  to,
  100% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate(45deg);
    -o-transform: translate3d(-100%, 0, 0) rotate(45deg);
    transform: translate3d(-100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
}
@keyframes shine {
  from,
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate(45deg);
    -o-transform: translate3d(-100%, 0, 0) rotate(45deg);
    transform: translate3d(-100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate(45deg);
    -o-transform: translate3d(-100%, 0, 0) rotate(45deg);
    transform: translate3d(-100%, 0, 0) rotate(45deg);
    opacity: 1;
  }
  20% {
    -webkit-transform: translate3d(100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d(100%, 0, 0) rotate(45deg);
    -o-transform: translate3d(100%, 0, 0) rotate(45deg);
    transform: translate3d(100%, 0, 0) rotate(45deg);
    opacity: 1;
  }
  30% {
    -webkit-transform: translate3d(100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d(100%, 0, 0) rotate(45deg);
    -o-transform: translate3d(100%, 0, 0) rotate(45deg);
    transform: translate3d(100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
  to,
  100% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(45deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate(45deg);
    -o-transform: translate3d(-100%, 0, 0) rotate(45deg);
    transform: translate3d(-100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
}

/*-------------------------------------*
 * 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;
}

/*-------------------------------------*
 * 共通箇所
 *-------------------------------------*/
.row {
    justify-content: center;
}

/*-------------------------------------*
 * cta
 *-------------------------------------*/
.cta__box .cta__btn.shine {
    bottom: 2%;
    top:auto;
    left: 0;
    right: 0;
    width: calc(560 / 750* 100%);
    margin: 0 auto 5%;
}
.cta__box .fukidasi {
    bottom: 5.5%;
    top:auto;
    left: 12%;
    width: calc(140 / 750* 100%);
}

/*-------------------------------------*
 * スマートフォンデザイン可変部分
 *-------------------------------------*/
/* 【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;
}

/*-------------------------------------*
 * FVのスライド部分
 *-------------------------------------*/

#fv .slick-list {
    padding:0 !important;
}
#fv .slick-arrow {
    display: none!important;
}
#fv .slide-items {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0; 
  overflow: hidden; 
}

#fv .slide-items .slick-active  img {
  width: 100%;
  object-fit: cover;
 
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  
  100% {
    transform: scale(1.08); /* 拡大率 */
  }
}
#fv .add-animation {
  animation: zoomUp 7s ease-out;
}

.lpbox .fv__box .absolute {
    position: absolute;
    bottom:0%;
    right: 0;
    left: 0;
    width: calc(750 / 750* 100%);
    height:100%;
    gap:15%;
    z-index:99;
    justify-content: flex-end;
    }
.lpbox .fv__box .absolut .fv-product {
    width: calc(718 / 750* 100%);
}

.lpbox .fv__catch .absolute  {
    position: absolute;
    display: flex;
    flex-direction: column;
   justify-content: space-between;
    top: 0%;
    right: 0;
    left: 0;
    width: calc(750 / 750* 100%);
}

#fv  .slider {
    display: none;
  }
 

  .slider.slick-initialized {
    display: block; 
  }


.lpbox #fv {
    background:#e9e3d3;
    height: calc(1250 / 1250* 100%) !important;
}
.lpbox .fv__catch {
    position:absolute;
    width: calc(750 / 750* 100%);
    right: 0;
    top:15%;
}

.fv-product {
    width:calc(750 / 750* 100%);
}
.fv-title {
    width:calc(750 / 750* 100%);
    }

/*
よくある質問　Q&A　
--------------------------------------------------------*/
.faq{
  position: relative;
    background: #F2EDEA !important;
    height: auto; /* 高さは自動で調整される */
    padding-bottom: 10%  !important;
}
.faqList + .faqList{
  margin-top: 1.6rem;
}
.faqContents{
  width: 87.5%;
  margin: 0 auto;
}

/* 質問 */
.faqList dt,
.volumeList dt{
  position: relative;
}

.js_accordion_body.link {
    position:relative;
}
.js_accordion_body.link a {
    position: absolute;
    bottom: 13%;
    font-size: 16px;
    left: 16%;
    text-decoration: underline;
    color: #f38553;
}
@media screen and (min-width: 751px) {
    .js_accordion_body.link a {
        font-size: 24px;
    }
}

/*
product
--------------------------------------------------------*/
/*-------------------------------------*
 * 給与量プルダウン　
 *-------------------------------------*/
.lpbox .product {
   padding-bottom: 20% !important;
     position:relative;
    background: #F2EDEA !important;
}

.acd__btn.product__acd {
    position: absolute;
    top: 1000px;
    width: calc(628 / 750* 100%);
    left: 0%;
    right: 0;
}

.volumeList {
     position: relative;
    width: calc(750 / 750* 100%);
}

.volumeList .js_accordion_head,
.volumeList .js_accordion_head.open {
    position: absolute;
    width: calc(618 / 750* 100%);
    left: 0;
    right: 0;
}

/* アコーディオン開閉__アイコン */
.faqList .js_accordion_head {
    position:relative;
    display: block;
}
.faqList .js_accordion_head::after,
.volumeList dt::before {
    position:absolute;
   background: url(../../img/inuhikari-default/webp/qa_ar.webp) no-repeat 50% 50% !important;
    background-size: contain !important;
  vertical-align: middle !important;
    display: inline-block !important;
transform: translateY(-50%) rotate(180deg); /* 初期状態で回転なし */
  transition: transform 0.3s ease; /* 回転アニメーションの設定 */
    top: calc(50% - 0.0em) !important;
    content: "";
    width: 1em;
    height: 1em;
    position: absolute;
    right: 1em;
}
.faqList .js_accordion_head.open::after,
.volumeList dt.open::before{
  transform: translateY(-50%) rotate(0deg);
}


/*-------------------------------------*
 * SNS動画
 *-------------------------------------*/

.lpbox div.video-grid {
    position:absolute;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: calc(650 / 750* 100%);
    max-width: 750px;
    aspect-ratio: 5 / 6;
    top:3.5%;
    bottom:0;
	left:0;
    right:0;
}

.video-container {
    position: relative;
    width: 100%;
    height:100%;
    padding-bottom: 125%; /* 4:5 aspect ratio */
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sns-video {
    position:relative;
    width:100%;
    height:100%;
}

/*-------------------------------------*
 * btn
 *-------------------------------------*/
.btnbox.bounce {
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	cursor: pointer;
  animation: bounce 2s ease-in-out forwards;
  animation-iteration-count: infinite;
}

@keyframes bounce {
  0% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
    100% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
}
/*-------------------------------------*
 * フッター　
 *-------------------------------------*/
.lpbox .product {
    background:#fff;
}

#lpfooter {
    background:#503529;
    padding: 2rem;
}

#lpfooter .footer__link {
   margin: 0 auto;
}
#lpfooter .footer__link li {
    background:none;
    color:#fff;
    padding:0;
    text-align: center;
    margin: 1em auto;
}
#lpfooter #copy {
    border:none;
    color:#fff;
}


/*
voice
--------------------------------------------------------*/
.voice{
  background: #FED690;
  margin-bottom: 7.2rem;
  padding-bottom: 4rem;
  position:relative;
}

.voice_contents {
    position: absolute;
    width: calc(750 / 750* 100%);
    bottom: 4%;
}

.voice_contents .slick-slide {
    animation:none !important;
}

/* .voice h2{
  position: relative;
  z-index: 5;
} */
.voice_list {
  display: flex;
  overflow: hidden;
}
.video_item{
  width: 87.5%;
  /* width: calc(75 / 750* 100%)!important;   */
  padding: 0 0.5rem;
}
.video_item img {
  object-fit: cover;
}
.slick-list {
    padding:0px 20px !important;
}

.slick-prev,
.slick-next{
  width: 3rem;
  height: 3rem;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.slick-prev{
  background: url(../../img/inuhikari-default/slide-arrow-left.png)no-repeat;
  background-size: contain;
  left: 0.7rem;
}
.slick-next{
  background: url(../../img/inuhikari-default/slide-arrow-right.png)no-repeat;
  background-size: contain;
  right: 0.7rem;
}
.slick-prev:hover, .slick-prev:focus{
  background: url(../../img/inuhikari-default/slide-arrow-left.png)no-repeat;
  background-size: contain;
}
.slick-next:hover, .slick-next:focus{
  background: url(../../img/inuhikari-default/slide-arrow-right.png)no-repeat;
  background-size: contain;
}
.slick-prev::before,
.slick-next::before{
  display: none!important;
}
@media screen and (min-width: 751px) {
  .slick-prev,
  .slick-next{
    width: 4.5rem;
    height: 4.5rem;
  }
  .slick-prev{
    left: 1.8rem;
  }
  .slick-next{
    right: 1.8rem;
  }
    .slick-list {
    padding:0px 38px !important;
}
}

/*-------------------------------------*
 * notice 新規受付停止
 *-------------------------------------*/
.notice {
    position:relative;
}
.notice a {
    position:absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    text-align: center;
    font-size:1.2rem;
    font-weight:bold;
    color:#F90000;
}
@media screen and (min-width: 751px) {
  .notice a {
    font-size:1.8rem;
}
}

.is-pc {
    display: none;
}

@media screen and (min-width: 768px) {
  .content-bg {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: -1;
        pointer-events: none;
    }
    .is-pc {
    display: block;
}
    .content-bg img {
        object-fit: cover;
        width: 100%;
        height: 100vh;
    }
}


/*-------------------------------------*
 * 購入フォーム
 *-------------------------------------*/
 .ems_jscart.mapping_js {
  background: #fff !important;
  padding: 1rem;
 }

 #id.ems_jscart div {
  margin-bottom: 1rem !important;
 }

 .item_attribute_1_ttl,
 .normal_price_ttl,
 .item_price_ttl,
 .regular_intarval_name,
 .regular_ttl {
  background: #f28a5c !important;
  color: #fff;
  width: 40%;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin-right: 1rem !important;
 }

 .item_normal_price,
 .item_attribute_1,
 .item_image_orig,
 .regular_period_first {
  margin-bottom: 1rem !important;
 } 

 .item_regular {
  list-style: none;
  padding: 0;
 }

 .regular_interval_area.regular_cycle {
  margin-bottom: 1rem;
 }

 .regular_interval_select,
 .regular_period {
  list-style: none;
 }

 .cart_form {
  text-align: center;
  
 }
 .cart_button.in {
background: #f28a5c !important;
 }

