@charset "utf-8";

/* CSS Document */
/*******************

article style

********************/
/* CSS reset
--------------------------------------------------*/
.article header,
.article h1,
.article h2,
.article h3,
.article p,
.article dl,
.article dt,
.article dd,
.article div,
.article section,
.article span {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}

#arfooter footer,
#arfooter div,
#arfooter p {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}

#arfooter ul,
#arfooter li {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

/*---------------------------------------------------------------*/
html, body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: #F4F4F4;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Mayryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* content
--------------------------------------------------*/
.article, #arfooter {
  background: #fff;
}

@media screen and (min-width:800px) {
  .article, #arfooter {
    font-size: 20px;
    max-width: 620px;
    margin: 0 auto;
  }
}

.article img,
#arfooter img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}

.article a,
#arfooter a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}

.article a:hover,
#arfooter a:hover {
  text-decoration: underline;
}

/*----------------------------------------*/
.article .font--bold {
  font-weight: bold;
}

.article .font--color1 {
  color: #e7336e;
}

.article .font--color2 {
  color: #0000ff;
}

.article .font--small {
  font-size: 0.7em;
}

.article .font--middle {
  font-size: 1.3em;
}

.article .font--large {
  font-size: 1.5em;
}

.article .font--big {
  font-size: 2.6em;
  padding-bottom: 0.5em;
}

.article .font--marker {
  background: linear-gradient(transparent 70%, #fff100 0%);
}

.article .text--indent {
  text-indent: -1em;
  padding-left: 1em;
}

.article .font--center {
  text-align: center;
}

.article .img--border{
  border: 1px solid #b5b5b5;
  max-width: 500px;
}



/*----------------------------------------*/
.article .textbox {
  box-sizing: border-box;
  padding: 2% 2.66%;
  margin: 0 auto;
  width: 100%;
}

.article p {
  letter-spacing: 0.05em;
  line-height: 1.75em;
	text-align: justify;
}

@media screen and (min-width:800px) {
  .article p {
    margin: 1em 0;
  }
}

.article .imgbox {
  box-sizing: border-box;
  display: block;
  margin: 2.5em auto;
  padding: 0;
}

.article p+.imgbox {
  margin: 2em auto;
}

.article .imgbox__mov {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  margin: 2em 0;
}
.article .imgbox__mov--02 {
  padding-bottom: 54%;
}
.article .imgbox__mov--03 {
  padding-bottom: 60%;
}
.article .imgbox__mov--04 {
  margin: 0;
}

.article .imgbox__mov--05 {
  position: relative;
    width: 100%;
    margin:0 auto;
	
}


.article .imgbox__mov video {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.002);
  -ms-transform: scale(1.002);
  -o-transform: scale(1.002);
  transform: scale(1.002);
}

.article .imgbox__mov--05 .playbtn{

    display: block;
    width: 20%;
    position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      -webkit- transform: translateY(-50%) translateX(-50%);
	cursor: pointer;
}

.article .imgbox__mov--05 .playbtn.playActive{display:none;}


@media screen and (min-width:800px) {
  .article .imgbox--ig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    width: 100%;
    max-width: 100%;
  }

  .article .imgbox--ig>div {
    width: 32%;
    margin: 0;
  }
}

/*----------------------------------------*/
.article .pagetitle {
  padding: 2em 2em 0;
}

.article .twitter img,
.article .inst img {
  border: 1px solid #eeeeee;
}

.article .subtitle {
  font-size: 1.3em;
  position: relative;
  background: #d96160;
  box-shadow: 0px 0px 0px 5px #d96160;
  border: dotted 1px white;
  padding: 0.2em 0.5em;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 2em;
}

.article .subtitle:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #d96160;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.article .pb05 {
  padding-bottom: 0.5em;
}

.article .smalltext {
  font-size: 0.5em;
  text-align: left;
}

.article .smalltext-02 {
  font-size: 0.5em;
  text-align: right;
  padding: 1em 2em 0 0;
}

.article .smalltext-03 {
  font-size: 0.5em;
  text-align: right;
  padding: 0em 3em 0 0;
  margin-top: -2em;
}

.article .smalltext-04 {
  font-size: 0.7em;
  text-align: right;
  padding: 1em 1em 0 0;
}

.article .foundation-list {
  list-style: none;
  margin: 2em 1.5em;
  padding: 1em;
  background-color: #f7ded9;
}

.article .trouble-list {
  list-style: none;
  margin: 2em 1.5em;
  padding: 1em;
  background-color: #eeeeee;
}

.article .name {
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}

.article .mb02 {
  margin-bottom: 2em;
}

.article .vocbox {
  padding: 1em;
  max-width: 500px;
  margin: 0 auto;
  border: #e7336e 2px solid;
  margin-bottom: 2em;
}

.article .voctitle {
  background: #e7336e;
  padding: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff100;
  text-align: center;
}

.article .voctitle span {
  font-size: 0.6em;
  color: #fff;
}
.article .vocbox:nth-of-type(3){
  margin-bottom: .6em;
}
.article h2 {
  margin-top: 1.5em;
  padding: 0.3em 0.5em;
  color: #fff;
  background: #e7336e;
  border-left: solid 8px #fff100;
  font-size: 1.4em;
  text-align:center;
}
.article h2 small {
  font-size: .5em;
}
.article .pb05{
  padding-bottom: 0.5em;
}

.article .btn__title{
  background: linear-gradient(transparent 70%, #fff100 0%);
  font-weight:bold;
  color: #e7336e;
  font-size: 1.2em;
}


/*----------------------------------------*/
.article .cp__comment {
  margin-bottom: 0;
}

.article .cp__btn {
  box-sizing: border-box;
  padding: 0 0 4em 0;
  display: block;
  margin: 0 auto;
}

/* shine */
.shine{
  position: relative;
  overflow: hidden;
}
.shine:before {
  content: "";
  width: 200%;
  height: 200%;
  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: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -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;
  }
  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;
  }
  70% {
    -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;
  }
  80% {
    -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;
  }
  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;
  }
  70% {
    -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;
  }
  80% {
    -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;
  }
}

/*----------------------------------------*/
#arfooter {
  padding-bottom: 4em;
  text-align: center;
}

#arfooter ul li{
  padding-top: 0.5em;
}




/* 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;
  font-feature-settings: 'palt' 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height:1.5em;
}
#lpbox .serif{
  font-family: 'Noto Serif JP', serif;
}
#lpbox .bold {
  font-weight: bold;
}
#lpbox .sbold {
  font-weight: 600;
}
#lpbox .yw {
  color: #99844c;
}
#lpbox .font--s {
  font-size: 0.7em;
}
#lpbox .mk {
  background: rgb(234,217,133);
  background: -moz-linear-gradient(180deg, rgba(234,217,133,0) 0%, rgba(234,217,133,0) 74%, rgba(234,217,133,1) 74%, rgba(234,217,133,1) 94%, rgba(234,217,133,1) 94%, rgba(234,217,133,0) 94%, rgba(234,217,133,0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(234,217,133,0) 0%, rgba(234,217,133,0) 74%, rgba(234,217,133,1) 74%, rgba(234,217,133,1) 94%, rgba(234,217,133,1) 94%, rgba(234,217,133,0) 94%, rgba(234,217,133,0) 100%);
  background: linear-gradient(180deg, rgba(234,217,133,0) 0%, rgba(234,217,133,0) 74%, rgba(234,217,133,1) 74%, rgba(234,217,133,1) 94%, rgba(234,217,133,1) 94%, rgba(234,217,133,0) 94%, rgba(234,217,133,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ead985",endColorstr="#ead985",GradientType=1);
}



@media screen and (min-width:750px){
  #lpbox , #lpfooter {
    font-size: 20px;
    max-width: 620px;
    margin: 0 auto;
  }
  #lpbox .popup-off p img {
    width: 40%;
  }
}
#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;
}

/*-------------------------------------------
enq
-----------------------------------------------*/
#lpbox .enq {
  box-sizing: border-box;
  display: block;
  padding: 8% 2.66%;
  margin: 0 auto;
  width: 100%;
}
#lpbox .enq__guide {
  display: block;
  margin: 0 auto;
}
#lpbox .enq__thanks {
  margin-top:0;
}
#lpbox .enq__ic {
  width: 13.333%;
  display: block;
  margin: 0;
}
#lpbox .enq__box {
  display: block;
  width: 100%;
  margin: 0;
}
#lpbox .kinousei {
  position: relative;
}
#lpbox .kinousei video {
  position: absolute;
  top: 5.7em;
  right: 1.5em;
  width: 56%;
}
#lpbox .kinousei__icon {
  position: absolute;
  top: 1.5em;
  right: .3em;
  width: 19.7%;
}
#lpbox .enq__bal p {
  text-align: justify;
}
#lpbox .enq__btn-box{
  position: relative;
  border-radius: 0 0 0.3em 0;
  background: #fff;
  box-sizing: border-box;
  padding: 1em 1em 1.4em;
  border-radius: 0em 0em 1em 1em;
}
#lpbox .enq__btn-box:after{
  content: "";
  display: block;
  clear: both;
}
#lpbox .enq__btn--bk a{
  background: #d3d3d3;
  cursor: pointer;
  display: inline-block;
  width: 7em;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0.5em;
  -webkit-background-size: auto 0.7em;
  background-size: auto 0.7em;
  border-radius: 1em;
}
#lpbox .enq__btn--bk a{
  text-decoration: none;
}
#lpbox .enq__btn--yw {
  background-color: #514747;
  cursor: pointer;
  display: inline-block;
  width: 10em;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0.5em;
  float: right;
  border-radius: 6em;
}
#lpbox .enq__btn--yw span {
  display: block;
  width: 100%;
  color: #fff;
}
#lpbox .enq__ttl {
  color: #99844c;
  font-weight: 600;
  font-size: 1.12em;
}
#lpbox .enq__bal__img {
  display: block;
}

#lpbox .enq__ans {
  display: inline-block;
  position: relative;
  background-color: #d6ecff;
  /*   border-radius: 0em 0em 1em 1em; */
  box-sizing: border-box;
  padding: 1em 1em 0.4em;
  color: #000a11;
  line-height: 1.66em;
  display: block;
}
#lpbox .resultitem {
  background: #fff;
  box-sizing: border-box;
  padding-top: .5em;
  padding-bottom: .5em;
}
#lpbox .resultitem .article{
	box-sizing: border-box;
  	display: block;
  	padding: 2% 2.66% 6%;
  	margin: 0 auto;
  	width: 100%;
	text-align: justify;
}
#lpbox .resultitem .article p{
	padding: .5em 0;
}

#lpbox .enq__ans__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
#lpbox .enq__ans__box .enq__btn--bl {
  width: 100%;
  text-align: center;
  margin-bottom: 0.6em;
}
#lpbox .enq__btn--bl__text {
  color: #514747;
  font-size: .7em;
  text-align: right;
  width: 100%;
  margin-top: -0.6em;
  margin-bottom: 0.6em;
}
#lpbox .enq__ans--2col .enq__ans__box .enq__btn--bl {
  width: 48%;
}
#lpbox .enq__ans--2col {
  width: 100%;
  /*   margin-right: 0; */
  display: block;
  background: #d6ecff;
}
#lpbox .enq__ans--2col .enq__ans__box .enq__btn--bl:nth-child(even){
  margin-left: 3%;
}
#lpbox .enq__ans__box .enq__btn--bl input {
  display: none;
}
#lpbox .enq__ans__box .enq__btn--bl > span {
  display: block;
  width: 100%;
  border-radius: 3em;
  box-sizing: border-box;
  padding: 0.6em;
  cursor: pointer;
  background-color: #fff;
  color: #514747;
}
#lpbox .enq__ans__box .enq__btn--bl > span  span {
  display: inline;
  font-size: .8em;
}
#lpbox sub {
  font-size: .5em;
  vertical-align: baseline;
}
#lpbox .enq__ans__box .enq__btn--bl input:checked + span {
  background-color: #e7336e;
  color: #fff;
}
/**********/
#lpbox .enq__ic {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate3d(0,0%,0);
  -ms-transform: translate3d(0,0%,0);
  -o-transform: translate3d(0,0%,0);
  transform: translate3d(0,0%,0);
  opacity: 1;
}
#lpbox .enq__guide.enqhide .enq__ic {
  -webkit-transform: translate3d(0,30%,0);
  -ms-transform: translate3d(0,30%,0);
  -o-transform: translate3d(0,30%,0);
  transform: translate3d(0,30%,0);
  opacity: 0;
}
#lpbox .enq__text {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate3d(0,0%,0);
  -ms-transform: translate3d(0,0%,0);
  -o-transform: translate3d(0,0%,0);
  transform: translate3d(0,0%,0);
  opacity: 1;
}

/* #lpbox .enq__guide.enqhide .enq__text {
-webkit-transform: translate3d(0,30%,0);
-ms-transform: translate3d(0,30%,0);
-o-transform: translate3d(0,30%,0);
transform: translate3d(0,30%,0);
opacity: 0;
} */
#lpbox .enq__guide .enq__text:nth-of-type(2){
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}
#lpbox .enq__guide .enq__text:nth-of-type(3){
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
#lpbox .enq__guide .enq__text:nth-of-type(4){
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
#lpbox .enq__guide .enq__text:nth-of-type(5){
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}


/*----------------------------------------*/
#lpbox .foryou {
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 1.5em 0 1.5em 0;
  border: .5em solid #fff;
  margin: 0.5em auto 0;
}
#lpbox .foryou dt{
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 1.2em 0 1.2em 0;
  background: rgb(133,110,58);
  background: -moz-linear-gradient(90deg, rgba(133,110,58,1) 0%, rgba(187,170,123,1) 50%, rgba(133,110,58,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(133,110,58,1) 0%, rgba(187,170,123,1) 50%, rgba(133,110,58,1) 100%);
  background: linear-gradient(90deg, rgba(133,110,58,1) 0%, rgba(187,170,123,1) 50%, rgba(133,110,58,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#856e3a",endColorstr="#856e3a",GradientType=1);
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 0.9em;
  padding: 0.6em 0;
  position: relative;
}
#lpbox .foryou dd {
  background: url(../img/dot.png) no-repeat top center;
  -webkit-background-size: 0.24em auto;
  background-size: 0.24em auto;
  box-sizing: border-box;
  font-size: .88em;
  padding: 1.3em 0.5em .2em;
  display: block;
  position: relative;
  margin-top: -0.1em;
  z-index: 1;
  text-align: justify;
  line-height: 1.75em;
}
#lpbox .foryou sup {
  font-size: 0.6em;
}
#lpbox .foryou__att p {
  text-align: center;
  font-size: .6em;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0.6em auto;
}
#lpbox .enq__gif {
  position: relative;
  display: block;
  margin: 0 auto;
}
#lpbox .enq__gif__item {
  display: block;
  position: absolute;
  top: 0.4em;
  right: 0.7em;
  width: 41%;
  box-sizing: border-box;
}
/*----------------------------------------*/
#lpbox .gif__box {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
#lpbox .gif__item {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10% 0 10%;
}
#lpbox .cta__box {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
#lpbox .cta__btn {
  box-sizing: border-box;
  padding: 5%;
  width: 100%;
}

#lpbox .popup-off {
  display: none;

  background-color:rgba(0,0,0,0.8);
  outline: 1px solid red;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
#lpbox .popup-off p {
  width: 70%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}


/* shine */
.cta__btn a {
  position: relative;
  display: block;
}
.cta__btn .shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.cta__btn .shine:before {
  content: "";
  width: 200%;
  height: 200%;
  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: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -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;
  }
  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;
  }
  70% {
    -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;
  }
  80% {
    -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;
  }
  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;
  }
  70% {
    -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;
  }
  80% {
    -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;
  }
}
