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

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

LP style

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

/* content
--------------------------------------------------*/
.lpbox , #lpfooter {
  font-size: 14px;
  font-size: 3.7333vw;
  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 {
    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,
.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: 648px;
  width: 90%;
}
/*---------------------------*/
.lpbox {
  overflow: hidden;;
}
.lpbox #fv {
  position: relative;
}

.lpbox .come_true__box {
  position: relative;
}
.lpbox .come_true__box__text {
  position: absolute;
  top: 3em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 55.1%;
}

.lpbox .video video {
  width: 100%;
/*   clip-path: polygon(0 12%, 100% 12%, 100% 88%, 0 88%); */
}


/*-------------------------------------------
snsスライド
-----------------------------------------------*/
.lpbox .sns__sl {
  position: relative;
  overflow: hidden;
}
.lpbox .sns__sl__item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 39%;
  background: url(../img/instagram_01.png) repeat-x top left;
  filter: drop-shadow(6px 8px 3px rgba(186,186,186,0.6));

  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: repeat;
  background-position: 0 0;
  -webkit-animation: bgloop 64s linear infinite;
  animation: bgloop 64s linear infinite;
}
.lpbox .sns__sl__item-l {
  display: block;
  position: absolute;
  top: 11.5em;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 39%;
  background: url(../img/instagram_02.png) repeat-x top left;
  filter: drop-shadow(6px 8px 3px rgba(186,186,186,0.6));

  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: repeat;
  background-position: 0 0;
  -webkit-animation: bgloop-l 64s linear infinite;
  animation: bgloop-l 64s linear infinite;
}

@-webkit-keyframes bgloop {
  from {
    background-position: 0  0;
  }
  to {
    background-position: 300% 0;
  }
}
@keyframes bgloop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 300% 0;
  }
}
@-webkit-keyframes bgloop-l {
  from {
    background-position: 0  0;
  }
  to {
    background-position: -300% 0;
  }
}
@keyframes bgloop-l {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -300% 0;
  }
}


.lpbox .point__box {
  position: relative;
  background: #f6f5e6;
}
.lpbox .point__box__text_01 {
  position: absolute;
  top: 8em;
  left: 2em;
  width: 50.7%;
}
.lpbox .point__box__text_02 {
  position: absolute;
  top: 8.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86.7%;
}
.lpbox .point__box__text_03 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 93.4%;
}
.lpbox .point__box__text_04 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 93.4%;
}
.lpbox .point__box__text_05 {
  position: absolute;
  top: 10em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86.6%;
}
.lpbox .point__box__text_06 {
  position: absolute;
  top: 5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86.6%;
}
.lpbox .point__box__text_07 {
  position: absolute;
  top: 1.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86.6%;
}
.lpbox .point__box__text_08 {
  position: absolute;
  top: 1.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86.7%;
}
.lpbox .point__box__text_09 {
  position: absolute;
  top: 5.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86.7%;
}
.lpbox .point__box__text_10 {
  position: absolute;
  top: 9em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86.7%;
}
.lpbox .point__box__text_11 {
  position: absolute;
  top: 9em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86.7%;
}
.lpbox .point__box__text_12 {
  position: absolute;
  top: 9em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 86.7%;
}
.lpbox .fair__box {
  position: relative;
}
.lpbox .fair__box__text_01 {
  position: absolute;
  top: 5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 81.4%;
}

.lpbox .cta {
  background: #ededed;
  padding: 1.5em 0;
}
.lpbox .cta__box {
  position: relative;
  width: 90%;
  padding: 3%;
  margin: 0 auto;
  text-align: center;

  border: solid 1px #575757;
  outline: solid 3px #575757;
  outline-offset: 3px;
}
.lpbox .cta__box__text {
  background: #000;
  color: #fff;
  padding: 0 2%;
  display: inline-block;
  text-align: center;
  margin: 0 auto 1em;
  font-size: .9em;

  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.lpbox .cta__box__text_b {
  font-size: 1.4em;
  color: #c74744;
  margin-bottom: 1em;

  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;  
}
.lpbox .cta__box__gift li {
  background: #fff;
  padding: .5em;
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
.lpbox .cta__box__gift__text {
  font-size: .8em;
  line-height: 1.4em;
  padding: 1em 0;
  margin-top: 0em;
  height: 4em;
}
.lpbox .cta__mor {
  color: #fff;
  background: url(../img/cta_icon.png) no-repeat center top;
  background-size: 100%;
  max-width: 170px;
  width: 22.6%;
  padding: 1% 0 4.5%;
  text-align: center;
  margin: 1% auto;

  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal; 
}

.lpbox .cta__box-2 {
  position: relative;
  width: 90%;
  padding: 3% 0;
  margin: 0 auto;
  text-align: center;

  border: solid 1px #575757;
  outline: solid 3px #575757;
  outline-offset: 3px;
}
.lpbox .cta__box__text_ob {
  background: #c74744;
  color: #fff;
  padding: .5% 0;

  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal; 
}
.lpbox .cta__box-2__example {
  position: relative;
  width: 90%;
  margin: 1em auto;

  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal; 
}

.lpbox .catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.lpbox .catch:before,
.lpbox .catch:after {
  content: '';
  flex-grow: 1;/* 余白を分け与える */
  height: 1px;
  background: #1b1b1b;
}
.lpbox .catch:before {
  margin-right: .3em; /* 文字の右隣 */
}
.lpbox .catch:after {
  margin-left: .3em; /* 文字の左隣 */
}
.lpbox .cta__box-2__example__price {
  color: #1b1b1b;
  position: relative;
  margin: 1em auto;
}
.lpbox .cta__box-2__example__price .before {
  text-decoration: line-through;
  font-size: 1.5em;
}
.lpbox .cta__box-2__example__price .behind {
  font-size: 2.4em;
  color: #c74744;
  position: relative;
}
.lpbox .cta__box-2__example__price .behind .kome {
  font-size: .3em;
  position: absolute;
  top: .5em;
  right: -1em;
}
.lpbox .cta__box-2__example__price .behind .ar {
  color: #c74744;
  font-size: .5em;
  vertical-align: middle;
  margin: 0 .5em;
}
.lpbox .cta__box-2__example__list {
  width: 82%;
  text-align: left;
}
.lpbox .cta__box-2__example__list li {
  position: relative;
  margin-bottom: .3em;
}
.lpbox .cta__box-2__example__list li:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/cta_check_icon.png) no-repeat;
  background-size: contain;
}
.lpbox .cta__box-2__example__present {
  background: #fff;
  width: 100%;
  text-align: left;
}
.lpbox .cta__box-2__example__present li {
  display: inline-block;
  width: 48.5%;
  vertical-align: middle;
}
.lpbox .cta__box-2__example__present li:last-child {
  padding: 2% 0;
}
.lpbox .cta__box-2__example__present__text {
  color: #fff;
  background: url(../img/cta_icon_2.png) no-repeat center top;
  background-size: 100%;
  width: 100%;
  font-size: 1em;
  text-align: center;
}
.lpbox .cta__box-2__example__present__text2 {
  text-align: center;
  font-size: 1.3em;
}
.lpbox .cta__application {
  text-align: center;
  font-size: 1.1em;
  margin: .8em auto;

  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal; 
}
.lpbox .cta__btn {
  width: 83.5%;
}
.lpbox .cta__annotation {
  width: 83%;
  font-size: .6em;
}

.lpbox .party_report__box {
  position: relative;
}
.lpbox .party_report__box__text {
  position: absolute;
  top: 9em;
  right: 2em;
  width: 33.2%;
}
.lpbox .party_report__box__text_02 {
  position: absolute;
  top: 2em;
  left: 2em;
  width: 33.2%;
}
.lpbox .kodawari__box {
  position: relative;
}
.lpbox .kodawari__box__text {
  position: absolute;
  top: 4.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 64.8%;
}


.lpbox .faq {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal; 
}
.lpbox .faq dl {
  margin-bottom: 1em;
}
.lpbox .faq dt {
  position: relative;
  background: url(../img/faq_02.png) no-repeat center top;
  background-size: 100%;
  width: 100%;
  color: #fff;
  padding: .8% 0 .8% 13%;
  font-size: .8em;
  text-align: left;
}
.lpbox .faq dd  {
  position: relative;
  background: url(../img/faq_03.png) no-repeat center top;
  background-size: 100%;
  width: 100%;
  color: #1b1b1b;  
  font-size: .7em;
  text-align: justify;
  line-height: 1.6em;
}
.lpbox .faq dd p {
  padding: 2% 4% 2% 13%;
}
.lpbox .faq dt:before {
  content: "";
  background: url(../img/arrow.png) no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  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 .faq dl:nth-of-type(2) dt {
  position: relative;
  background: url(../img/faq_04.png) no-repeat center top;
  background-size: 100%;
  width: 100%;
  color: #fff;
  padding: .8% 0 .8% 13%;
  font-size: .8em;
  line-height: 1.5em;
  text-align: left;
}


/*-------------------------------------------
footer
-----------------------------------------------*/
#lpfooter .footer__link {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 1em;

  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal; 
}
#lpfooter .footer__link li img {
  width: 24%;
  display: inline-block;
}
#lpfooter .footer__link li{
  font-size: 1em;
  margin-bottom: 1em;
  display: inline-block;
  color: #1b1b1b;

}
#lpfooter .footer__link li a {
  border-right: 1px solid #1b1b1b;
  padding: 0 1em;
  letter-spacing: .1em;
}
#lpfooter .footer__link li:last-child a {
  border: none;
  padding-right: 0;
}
#lpfooter #copy {
  text-align: center;
  font-size: .75em;
  color: #fff;
  background-color: #b1a57b;
  box-sizing: border-box;
  padding: .5em;
  letter-spacing: .1em;

  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal; 
}
/*-------------------------------------------
animation
-----------------------------------------------*/
.lpbox .blur{
  animation-name:blurAnime;
  animation-duration:3s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

.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: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s;
  -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 .fadein2 {
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform:  scale(1);
  filter: blur(0);
  -webkit-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
  -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 .fadein2 {
  display: block;
  -webkit-transform:  scale(1.02);
  -ms-transform:  scale(1.02);
  -o-transform:  scale(1.02);
  transform: scale(1.02);
  filter: blur(10px);
  opacity: 0;
}

/* expand */
.expand {
  -webkit-animation-name: expand;
  -moz-animation-name: expand;
  -o-animation-name: expand;
  animation-name: expand;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes expand {
  from, 0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  to, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes expand {
  from, 0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  to, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
