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

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

LP style

********************/
html , body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
blockquote:empty {
  display: none;
}

/* content
--------------------------------------------------*/
.lpbox , #lpfooter {
  font-size: clamp(14px,calc(28 / 750 * 100vw),28px);
  font-family: 'ヒラギノ角ゴ 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 {
    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,
.lpbox ul,
.lpbox 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 #fixbtn {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 999;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .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: 750px;
}
/*---------------------------*/

.lpbox .nayami {
  margin-top: 3em;
}
.lpbox .hosyou {
  position: relative;
}
.lpbox .hosyou__text {
  position: absolute;
  bottom: 5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: .6em;
  line-height: 1.5em;
}
.lpbox .hosyou__text label {
  color: #ec164f;
}

.lpbox .cta {
  margin-bottom: 3em;
}
.lpbox .cta__box {
  position: relative;
}
.lpbox .cta__box__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
}


.lpbox .faq {
  margin-bottom: 3em;
  padding-bottom: 2em;
  background: #fef0ee;
}
.lpbox .faq dl {
  margin-bottom: 1em;
}
.lpbox .faq dt {
  position: relative;
}
.lpbox .faq dt:before {
  content: "";
  background: url(../img/ar.png) no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  width: .8em;
  height: .8em;
  display: block;
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -.5em;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.lpbox .faq dt.acd-open:before {
  content: "";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}




.lpbox .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.lpbox .slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.lpbox .content-wrap {
  height: 150px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.lpbox .close-btn, .lpbox .more-btn {
  display: block;
  width: 100%;
  padding: 80px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr='#00ffffff',
    endColorstr='#ffffff',
    GradientType=0
  );
}
.lpbox .close-btn {
  background: none;
}
.lpbox .slide-up {
  height: 150px;
  padding-bottom: 0;
  overflow: hidden;
}
.lpbox .slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}
.lpbox .more-btn p {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  padding: 1em;
  width: 80%;
  border-radius: 20px;
  background: linear-gradient(to bottom,  #e64353 0%,#ec6077 100%);
}
.lpbox .close-btn {
  padding:0;
  bottom: -1em;
}
.lpbox .close-btn p {
  background: linear-gradient(to bottom,  #e64353 0%,#ec6077 100%);
}



.popup-modal-dismiss {
  text-align: center;
  text-decoration: none;
  border: 1px solid;
  display: block;
  text-align: center;
  width: 50%;
  margin: 1em auto 0;
  color: #2c2726;
  overflow: hidden;
  border-radius: 4em;
}
.popup-modal-dismiss a {
  text-decoration: none;
  color: #2c2726;
  display: block;
  box-sizing: border-box;
  padding: .5em;
}




/* modal */
.mgf__text {
  background: #fff;
  box-sizing: border-box;
  padding: clamp(10px,calc(30 / 750 * 100%),30px);
  border-radius: 10px;
}
.mgf__text .mgf__ttl {
  font-size: clamp(14px,calc(28 / 750 * 100vw),28px);
  font-weight: 500;
  line-height: calc(42 / 28 * 1em);
  color: #d06268;
}
.mgf__text .mgf__sttl {
  font-size: clamp(11px,calc(22 / 750 * 100vw),22px);
  font-weight: 400;
  line-height: calc(38 / 20 * 1em);
  font-weight: 500;
}
.mgf__text p {
  font-size: clamp(10px,calc(20 / 750 * 100vw),20px);
  font-weight: 400;
  line-height: calc(38 / 20 * 1em);
}
.mgf__text p + * {
  margin-top: 1.5em;
}



.popup-modal-dismiss {
  text-align: center;
  text-decoration: none;
  border: 1px solid;
  display: block;
  text-align: center;
  width: 50%;
  margin: 1em auto 0;
  color: #2c2726;
  overflow: hidden;
  border-radius: 4em;
}
.popup-modal-dismiss a {
  text-decoration: none;
  color: #2c2726;
  display: block;
  box-sizing: border-box;
  padding: .5em;
}



/*-------------------------------------------
footer
-----------------------------------------------*/
.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: left; /* 水平中心 */
}
.catch:before {
  border-top: 1px solid;
  content: "";
  width: 1em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}

#lpfooter {
  margin-top: 3em;
  background: url(../img/footer_bg.png) no-repeat center bottom;
  background-size: 100%;
  padding-top: 1em;
  padding-bottom: 2em;
}
#lpfooter .footer__link {
  text-align: left;
  margin-top: 3em;
  margin-bottom: 2em;
  margin-right: 0;
  width: 90%;
  color: #5c3431;
}
#lpfooter .footer__link li{
  font-size: .9em;
  margin-bottom: .5em;
}
#lpfooter #copy {
  text-align: center;
  font-size: .6em;
  color: #5c3431;
  margin-right: 0;
  width: 90%;
  background-color: #fff;
  box-sizing: border-box;
  padding: .8em .5em .8em .5em;
}

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


.lpbox .tab {
  margin-top: 1em;
}
/* タブメニュー */
.lpbox .tab__menu {
  display: flex;
  align-items: flex-end; /* メニューを下揃え */
  justify-content: center;
  min-height: 1em; /* メニュー切替時にタブがズレないように */
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.lpbox .tab__menu-item {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;

  width: 100%;
  height: 7.5em;
  text-align: center;
  /*   padding-top: 2.2em; */
  margin-right: 1%;
  background-color: #c0aeb1;
  border-top-left-radius: 1.5em;
  border-top-right-radius: 1.5em;
  font-size: .54em;
  line-height: 1.2em;
  color: #fff;
  cursor: pointer;
  transition: all .3s; /* アニメーション */
  position: relative;
}
.lpbox .tab__menu-item:last-of-type {
  margin-right: 0px;
}
.lpbox .lh2 {
  line-height: 2.5em;
}
/* is-activeがついている時のスタイル */
.lpbox .tab__menu-item.is-active {
  background-color: #fff2e5;
  color: #ec164f;
  height: 10em;
}
.lpbox .tab__menu-item.is-active .cta__tab__sub {
  /*   border: 2px solid #ec164f; */
  background: #ec164f;
  color: #fff;
  margin-bottom: .7em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  padding: 6% 0;
  font-size: 1.7em;
}
.lpbox .tab__menu-item.is-active .b-green {
  background: #06999e;
}
.lpbox .tab__menu-item.is-active .f-green {
  color: #06999e;
}
/* タブパネル */
.lpbox .tab__panel {
  width: 100%;
}
.lpbox .tab__panel-box {

}
.lpbox .tab__panel-box001,
.lpbox .tab__panel-box002 {
  display: none;
}
/* is-showがついている時のスタイル */
.lpbox .tab__panel-box.is-show {
  display: block;
}

.lpbox .cta__tab__sub {
  /*   position: absolute;
  top: -1.3em;
  left: 0;
  right: 0; */
  margin: 0% auto;
  padding: 4% 0 4%;
  text-align: center;

  background: #c0aeb1;
  color: #fff;
  width: 100%;
  /*   border: 2px solid #c0aeb1; */

  font-weight: bold;
  font-size: 1.3em;

  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}


.lpbox .cta__tab__text {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1.1em;
  width: 85%;
  padding-top: .5em;
  border-top: 1px solid #fff;
}


.lpbox .tab__menu-item.is-active .cta__tab__text {
  font-size: 2.1em;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1.1em;
  width: 100%;
  border: none;
  letter-spacing: .1em;
  padding-top: 0;
}
.lpbox .tab__menu-item.is-active:before {
  content: "";
  background: url(../img/tab_text.png) no-repeat center top;
  background-position: 50% 50%;
  background-size: 100%;
  width: 12em;
  height: 6em;
  display: block;
  position: absolute;
  top: -53%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;

  animation: blinking 1s ease-in-out infinite alternate;
}
.lpbox .tab__menu-item.is-active .cta__tab__sub span {
  color: #fff29d;
}

@keyframes blinking {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

.lpbox #popup,
.lpbox #popup2{
  display: none; /* label でコントロールするので input は非表示に */
}

.lpbox .popup-open {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

.lpbox .popup-overlay {
  display: none; /* input にチェックが入るまでは非表示に */
}

.lpbox #popup:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.lpbox .popup-window {
  width: 90%;
/*   max-width: 560px; */
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lpbox .popup-text {
  margin: 0;
}

.lpbox .popup-text:not(:last-of-type) {
  margin-bottom: 1em
}

.lpbox .popup-close {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}