@charset "utf-8";

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

LP style

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


/* content
--------------------------------------------------*/
.lpbox * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}

.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:780px) {
  .lpbox, #lpfooter {
    font-size: 28px;
    max-width: 780px;
    margin: 0 auto;
  }
}

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

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

/*-------------------------------------------
メインコンテンツ
-----------------------------------------------*/

/*-------------------------------------------
FV
-----------------------------------------------*/
.lpbox .fv__box {
  position: relative;
  overflow: hidden;
}

/*-------------------------------------------
cta
-----------------------------------------------*/

.lpbox .cta__box {
  position: relative;
}

.lpbox .cta__box__btn01 {
  position: absolute;
  bottom: 59%;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  overflow: hidden;
}
.lpbox .cta__box__btn02 {
  position: absolute;
  bottom: 59%;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  overflow: hidden;
}
.lpbox .cta__box__btn03 {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  overflow: hidden;
}

/* 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.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  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.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  to, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/*-------------------------------------------
nano capsule
-----------------------------------------------*/

.lpbox .nanocap__box {
  position: relative;
}

.lpbox .nanocap__anime {
  position: absolute;
  top: 13.5%;
  left: 0;
  right: 0;
  margin: auto;
  width: 55%;
  overflow: hidden;
}
.lpbox .science .nanocap__anime {
  top: 22%;
}

/*-------------------------------------------
FIX BTN
-----------------------------------------------*/

.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.8%;
}

.lpbox #fixbtn .fixbtn__box {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 680px;
  padding-top: 2%;
  padding-bottom: 2%;
}

.lpbox .fixbtn__item a {
  box-sizing: border-box;
  padding: 0 10%;
  display: block;
  width: 100%;
}



/*-------------------------------------------
seibun
-----------------------------------------------*/
.seibun * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.seibun {
	max-width: 750px;
	margin: 0 auto;
}
.seibun h2 {
	font-size: 14px;
	margin: 10px 0 0;
	padding: 5px;
	background: #645447;
	color: #fff;
	text-align: center;
}
.seibun > div {
	border: 2px solid #645447;
	padding: 10px;
	margin: 10px;
}
.seibun dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}
.seibun dl dt{
	background: #f5eae0;
	color: #454545;
	padding: 8px !important;
	margin: 0;
	width: 6rem;
	font-weight: normal !important;
}
.seibun dl dd{
	padding: 8px;
	margin: 0 !important;
	width: calc(100% - 6rem);
}
.seibun dl:last-child {
	border-bottom: none;
}
.seibun.smp dl {
    display: block;
	font-size: 12px;
	line-height: 1.4;
	border-bottom: none;
}
.seibun.smp dl dt{
	width: 100%;
}
.seibun.smp dl dd{
	width: 100%;
}
