@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 .very_popular__box .very_popular__box_2000 span {
    position: absolute;
    left: 3%;
    font-size: 5em;
  }
}
.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 {
  overflow: hidden;
}
.lpbox .cta__box {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.lpbox .cta__btn {
  box-sizing: border-box;
  padding: 0 5%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.lpbox .cta__normal_btn {
  box-sizing: border-box;
  padding: 0 5%;
  position: absolute;
  top: 13em;
  left: 0;
  width: 100%;
}


/*---------------------------*/
.lpbox #fixbtn {
  position: fixed;
  bottom: -100%;
  right: 0;
  z-index: 999;
  width: 40%;
  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;
}

@media screen and (min-width:750px) {
  .lpbox #fixbtn {
    max-width:340px;
	margin-right:10vw;
  }
}

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

.lpbox .fv__box {
  position: relative;
}
.lpbox .fv__btn {
  position: absolute;
  top: 5%;
  right: 3%;
  width: 80%;
}
.lpbox .fv__box .jinjin {
  position: absolute;
  top: 5%;
  right: 10%;
  width: 29.7%;
}
.lpbox .fv__box .bilibili {
  position: absolute;
  top: 63%;
  right: 10%;
  width: 23.6%;
}
.lpbox .numbness {
  position: relative;
}
.lpbox .numbness .jinjin {
  position: absolute;
  top: 5%;
  right: 16%;
  width: 38%;
}
.lpbox .numbness .bilibili {
  position: absolute;
  top: 35%;
  right: 45%;
  width: 25.5%;
}
.lpbox .topa {
  position: relative;
}
.lpbox .support {
  position: relative;
}
.lpbox .support__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90.1%;
}


.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: 1em;
  height: 1em;
  display: block;
  position: absolute;
  top: 50%;
  right: 10%;
  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 .detail {
  width: 93%;
  color: #111111;
  margin-top: 10%;
}
.lpbox .detail h2 {
  text-align: center;
  font-size: 1.214em;
  font-weight: bold;
  background-color: #f1f1f1;
  border-bottom: 1px solid #8f8f8f;
  padding: 2.67% 0;
  margin-bottom: 4%;
}
.lpbox .detail .detail__text {
  text-align: justify;
  font-size: 0.929em;
  /* padding: 2.67% 0; */
  margin-bottom: 8%;
}
.lpbox .detail__titl {
  font-weight: bold;
  border-bottom: 1px solid #8f8f8f;
  margin-bottom: 4%;
  padding-bottom: 1%;
}
.lpbox .detail__text dl {
  text-align: center;
}
.lpbox .detail__box dt {
  background-color: #f1f1f1;
  padding: 1% 0;
  border: 1px solid #8f8f8f;
}
.lpbox .detail__box dd {
  padding: 2% 0;
  border: 1px solid #8f8f8f;
  box-sizing: border-box;
  border-top: 0;
  border-bottom: 0;
}
.lpbox .detail__box dd:last-child {
  border-bottom: 1px solid #8f8f8f;
  text-align: justify;
  padding: 4% 4%;
}
.lpbox .detail__text .indent {
  padding-left:1em;
	text-indent:-1em;
}
.lpbox .detail__box .table_layout {
  table-layout: auto;
  width: 100%;
}
.lpbox .detail__box .bui {
  width: 36%;
}
.lpbox .detail__box table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
  text-align: center;
  margin: 4% 0;
}
.lpbox .detail__box th {
	background: #f1f1f1;
}
.lpbox .detail__box a {
  color: #0f6ec6;
}

.lpbox .very_popular__box {
  position: relative;
}
.lpbox .very_popular__box_2000 span {
  position: absolute;
  bottom: 1.3em;
  left: 4%;
  font-size: 5em;
  color: #e32020;
  font-weight: bold;
/*   letter-spacing:.07em; */
/*     width: 12%; */
  -webkit-text-stroke: 2px #FFF;
  text-stroke: 2px #FFF;
  font-family: "A-OTF Ryumin Pro";
}

/*-------------------------------------------
footer
-----------------------------------------------*/
#lpfooter .footer__link {
  text-align: left;
  margin-top: 3em;
  margin-bottom: 2em;
}
#lpfooter .footer__link li{
  font-size: 1em;
  margin-bottom: 1em;
}
#lpfooter #copy {
  text-align: center;
  font-size: .75em;
  color: #fff;
  background-color: #02173c;
  box-sizing: border-box;
  padding: .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;
}


/* shake */
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: .1s;
  -moz-animation-duration: .1s;
  -o-animation-duration: .1s;
  animation-duration: .1s;
  -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;
}
@keyframes shake {
  from, 0% {
    -webkit-transform: translate3d( 0, 0, 0) rotate(0);
    -ms-transform: translate3d( 0, 0, 0) rotate(0);
    -o-transform: translate3d( 0, 0, 0) rotate(0);
    transform: translate3d( 0, 0, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate3d( -3%, 0, 0) rotate(3deg);
    -ms-transform: translate3d( -3%, 0, 0) rotate(3deg);
    -o-transform: translate3d( -3%, 0, 0) rotate(3deg);
    transform: translate3d( -3%, 0, 0) rotate(3deg);
  }
  40% {
    -webkit-transform: translate3d( 3%, -1%, 0) rotate(-3deg);
    -ms-transform: translate3d( 3%, -1%, 0) rotate(-3deg);
    -o-transform: translate3d( 3%, -1%, 0) rotate(-3deg);
    transform: translate3d( 3%, -1%, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d( -3%, 1%, 0) rotate(3deg);
    -ms-transform: translate3d( -3%, 1%, 0) rotate(3deg);
    -o-transform: translate3d( -3%, 1%, 0) rotate(3deg);
    transform: translate3d( -3%, 1%, 0) rotate(3deg);
  }
  to, 100% {
    -webkit-transform: translate3d( 0, 0, 0) rotate(0);
    -ms-transform: translate3d( 0, 0, 0) rotate(0);
    -o-transform: translate3d( 0, 0, 0) rotate(0);
    transform: translate3d( 0, 0, 0) rotate(0);
  }
}


/* swing */
.swing {
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes swing {
  from, 0% {
    -webkit-transform: translate3d( 0, 0, 0);
    -ms-transform: translate3d( 0, 0, 0);
    -o-transform: translate3d( 0, 0, 0);
    transform: translate3d( 0, 0, 0);
  }
  10% {
    -webkit-transform: translate3d( 0, 0, 0);
    -ms-transform: translate3d( 0, 0, 0);
    -o-transform: translate3d( 0, 0, 0);
    transform: translate3d( 0, 0, 0);
  }
  20% {
    -webkit-transform: translate3d( -3%, 0, 0);
    -ms-transform: translate3d( -3%, 0, 0);
    -o-transform: translate3d( -3%, 0, 0);
    transform: translate3d( -3%, 0, 0);
  }
  30% {
    -webkit-transform: translate3d( 3%, 0, 0);
    -ms-transform: translate3d( 3%, 0, 0);
    -o-transform: translate3d( 3%, 0, 0);
    transform: translate3d( 3%, 0, 0);
  }
  40% {
    -webkit-transform: translate3d( -3%, 0, 0);
    -ms-transform: translate3d( -3%, 0, 0);
    -o-transform: translate3d( -3%, 0, 0);
    transform: translate3d( -3%, 0, 0);
  }
  50% {
    -webkit-transform: translate3d( 3%, 0, 0);
    -ms-transform: translate3d( 3%, 0, 0);
    -o-transform: translate3d( 3%, 0, 0);
    transform: translate3d( 3%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d( -3%, 0, 0);
    -ms-transform: translate3d( -3%, 0, 0);
    -o-transform: translate3d( -3%, 0, 0);
    transform: translate3d( -3%, 0, 0);
  }
  70% {
    -webkit-transform: translate3d( 3%, 0, 0);
    -ms-transform: translate3d( 3%, 0, 0);
    -o-transform: translate3d( 3%, 0, 0);
    transform: translate3d( 3%, 0, 0);
  }
  80% {
    -webkit-transform: translate3d( 0, 0, 0);
    -ms-transform: translate3d( 0, 0, 0);
    -o-transform: translate3d( 0, 0, 0);
    transform: translate3d( 0, 0, 0);
  }
  to, 100% {
    -webkit-transform: translate3d( 0, 0, 0);
    -ms-transform: translate3d( 0, 0, 0);
    -o-transform: translate3d( 0, 0, 0);
    transform: translate3d( 0, 0, 0);
  }
}
@keyframes swing {
  from, 0% {
    -webkit-transform: translate3d( 0, 0, 0);
    -ms-transform: translate3d( 0, 0, 0);
    -o-transform: translate3d( 0, 0, 0);
    transform: translate3d( 0, 0, 0);
  }
  10% {
    -webkit-transform: translate3d( 0, 0, 0);
    -ms-transform: translate3d( 0, 0, 0);
    -o-transform: translate3d( 0, 0, 0);
    transform: translate3d( 0, 0, 0);
  }
  20% {
    -webkit-transform: translate3d( -3%, 0, 0);
    -ms-transform: translate3d( -3%, 0, 0);
    -o-transform: translate3d( -3%, 0, 0);
    transform: translate3d( -3%, 0, 0);
  }
  30% {
    -webkit-transform: translate3d( 3%, 0, 0);
    -ms-transform: translate3d( 3%, 0, 0);
    -o-transform: translate3d( 3%, 0, 0);
    transform: translate3d( 3%, 0, 0);
  }
  40% {
    -webkit-transform: translate3d( -3%, 0, 0);
    -ms-transform: translate3d( -3%, 0, 0);
    -o-transform: translate3d( -3%, 0, 0);
    transform: translate3d( -3%, 0, 0);
  }
  50% {
    -webkit-transform: translate3d( 3%, 0, 0);
    -ms-transform: translate3d( 3%, 0, 0);
    -o-transform: translate3d( 3%, 0, 0);
    transform: translate3d( 3%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d( -3%, 0, 0);
    -ms-transform: translate3d( -3%, 0, 0);
    -o-transform: translate3d( -3%, 0, 0);
    transform: translate3d( -3%, 0, 0);
  }
  70% {
    -webkit-transform: translate3d( 3%, 0, 0);
    -ms-transform: translate3d( 3%, 0, 0);
    -o-transform: translate3d( 3%, 0, 0);
    transform: translate3d( 3%, 0, 0);
  }
  80% {
    -webkit-transform: translate3d( 0, 0, 0);
    -ms-transform: translate3d( 0, 0, 0);
    -o-transform: translate3d( 0, 0, 0);
    transform: translate3d( 0, 0, 0);
  }
  to, 100% {
    -webkit-transform: translate3d( 0, 0, 0);
    -ms-transform: translate3d( 0, 0, 0);
    -o-transform: translate3d( 0, 0, 0);
    transform: translate3d( 0, 0, 0);
  }
}

.lpbox .topa .star:nth-of-type(1) {
  animation: flashing 4s infinite;
  position: absolute;
  top: 0;
}
.lpbox .topa .star:nth-of-type(2) {
  animation: flashing 4s infinite;
  position: absolute;
  top: 30%;
  left: 20%;
  width: 10%;
}
.lpbox .topa .star:nth-of-type(3) {
  animation: flashing 4s infinite;
  position: absolute;
  top: 39%;
  left: 20%;
  width: 5%;
}
.lpbox .topa .star:nth-of-type(4) {
  animation: flashing 4s infinite;
  position: absolute;
  top: 30%;
  right: 0;
  width: 10%;
}
.lpbox .topa .star:nth-of-type(5) {
  animation: flashing 4s infinite;
  position: absolute;
  top: 30%;
  right: 20%;
  width: 5%;
}
.lpbox .topa .star:nth-of-type(6) {
  animation: flashing 4s infinite;
  position: absolute;
  top: 50%;
  right: 3%;
  width: 10%;
}
.lpbox .topa .star:nth-of-type(7) {
  animation: flashing 4s infinite;
  position: absolute;
  bottom: 8%;
  left: 13%;
  width: 15%;
}
.lpbox .topa .star:nth-of-type(8) {
  animation: flashing 4s infinite;
  position: absolute;
  bottom: 10%;
  right: 15%;
  width: 10%;
}
@keyframes flashing {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
