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

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

LP style

********************/
html , body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
html #container {
  margin: 0 auto;
}
html #main_column .lpbox h2 {
  padding: 0;
  margin: 0 auto;
  border: none;
}
/* content
--------------------------------------------------*/
.lpbox , #sainclarte_lp_fotter , #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 , #sainclarte_lp_fotter , #lpfooter {
    font-size: 28px;
    max-width: 750px;
    margin: 0 auto;
  }
  .lpbox {
   margin-bottom: 1em; 
  }
}
.lpbox a , #sainclarte_lp_fotter a ,  #lpfooter a{
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.lpbox a:hover, #sainclarte_lp_fotter a:hover , #lpfooter a:hover {
  text-decoration: underline;
}
.lpbox span, #sainclarte_lp_fotter span {
  font-size: inherit;
  font-weight: inherit;
}
.lpbox img ,
#sainclarte_lp_fotter img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
.lpbox img.img-t ,
#sainclarte_lp_fotter 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;
}
#sainclarte_lp_fotter footer ,
#sainclarte_lp_fotter div,
#sainclarte_lp_fotter p {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#sainclarte_lp_fotter ul,
#sainclarte_lp_fotter 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;
}
/*----------------------------------------*/
html .lpbox header {
  display: block;
  width: 100%;
}
html .lpbox header h1 {
    width: 100%;
    max-width: 100%;
    font-size: 0;
    margin-right: auto;
}
/*----------------------------------------*/


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

-----------------------------------------------*/
.lpbox {
overflow: hidden;
}

/*-------------------------------------------
fv
-----------------------------------------------*/
.be_af {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.befo {
	position: absolute;
	width: 31%;
	top: 8%;
	left: 3%;
	z-index: 2;
	opacity: 0;/*これで始まりが非表示に）*/
	animation-name: zoomIn;/* アニメーション名 */
	animation-duration: 0.3s;/* アニメーション時間 */
	animation-delay: 1s;/* 変化開始の時間 */
	animation-fill-mode: forwards; /*これで値を保持(これを入れないと非表示に戻る）*/
}

@keyframes zoomIn{
	0% /* 始まりの指定 */ {
		opacity: 0;/* 透明 */
        transform: scale(0.5);
    }
	100% /* 終わりの指定 */  {
		opacity: 1;/* 不透明 */
        transform: scale(1);
    }
}


.arro {
	position: absolute;
	width: 29%;
	top: 32%;
	left: 20%;
	z-index: 4;
	animation-fill-mode: none;
	animation: zoom-in-anim .5s linear;
	animation-delay: 1.5s;
}

@keyframes zoom-in-anim {
	20% {
	transform: scale(0.3);
	}
	100% {
	transform: scale(1.3);
	}
}

.afte {
	position: absolute;
	width: 58%;
	top: 6%;
	left: 40%;
	z-index: 3;
	animation: zoom-in-anim .5s linear;
	animation-delay: 2s;
}

@keyframes zoom-in-anim {
	20% {
	transform: scale(0.3);
	}
	100% {
	transform: scale(1.3);
	}
}

/*-------------------------------------------
slider
-----------------------------------------------*/
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*-------------------------------------------
ホワイトニング・ゴッソ工場・口内スッキリ動画
-----------------------------------------------*/
.gosso_mov {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.gosso_movie video {
	  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
	width: 80%;
	margin: 0 auto;
	text-align:center;
}

.sukkiri_movi {
  margin: 0 auto;
  width: 100%;
}

.sukkiri_box {
  margin: 0 auto;
  position: relative;
  width: 100%;
}


.sukkiri_tex {
  position: absolute;
  top:-10.2%;
  margin: 0 auto;
}

.whitemovi_box {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.whitemovi  {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
}

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

.lpbox .cta__box {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.lpbox .cta__box__btn {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 89.1%;
}
.lpbox .cta__box__text {
  background: url(../img/cta_bg.png) repeat top left;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  width: 100%;
  color: #202020;
  box-sizing: border-box;
  padding: 3% 5%;
}
.lpbox .cta__box__text  p{
  font-size: .64em;
  text-align: justify;
  line-height: 1.7em;
}
.lpbox .cta__box__text .red,
.lpbox .cta__box__text a {
  color: #e33d1a;
}
.lpbox .mt-2{margin-top: -2em;}
.lpbox .mb2{margin-bottom: 2em;}
.lpbox .mt2{margin-top: 2em;}
.lpbox .btn-box {
  position: relative;
}
.lpbox .btn-box__btn {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 89.1%;
}
.lpbox .btn {
  text-align: center;
  width: 89.1%;
}

.lpbox .details__box {
  text-align: center;
  width: 95%;
  margin-top: 0;
  position: relative;
  padding: 3%;
  border: 2px solid #004484;
}
.lpbox .details__box li {
  padding: 2% 3%;
  background: #fff;
}
.lpbox .details__box li:nth-child(odd){
  background: #004484;
  color: #fff;
}
.lpbox .details__box li:nth-of-type(6){
  text-align: left;
  font-size: .83em;
}
.lpbox .video {
  margin: 0 auto;
  text-align: center;
  background: #1ac4ca;
}
.lpbox .video video {
  width: 89%;
}
/*-------------------------------------------
footer
-----------------------------------------------*/
#lpfooter .footer-link ,
#sainclarte_lp_fotter .footer-link {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2em;
}
#lpfooter .footer-link li,
#sainclarte_lp_fotter .footer-link li{
  font-size: 1em;
  margin-bottom: 1em;
}
#lpfooter #copy ,
#sainclarte_lp_fotter #copy {
  text-align: center;
  font-size: .75em;
  color: #fff;
  background-color: #004484;
  box-sizing: border-box;
  padding: .5em;
}