@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;
}


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

.lpbox .cta__box {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.lpbox .cta__box__btn {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	width: 90%;
}
.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: 2% 7%;
}
.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: #808080;
}

/*
accordion btn
--------------------------------------------------*/
.lpbox .acd__btn {
    cursor: pointer;
    display: block;
    position: relative;
}
.lpbox .acd__btn::after {
    content: "";
    display: block;
    width: 5%;
    height: 100%;
    background:url(../img/toggle.png) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 7.5%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.lpbox .acd__btn--open::after {
    content: "";
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.lpbox .acd__btn picture,
.lpbox .acd picture {
    display: block;
}

.lpbox .acd__btn img,
.lpbox .acd img {
    display: block;
    vertical-align: top;
}
/*
btn
--------------------------------------------------*/
.btn_box {
	position: relative;
}

.btn {
	position: absolute;
	margin: 0 auto;
	width: 95%;
	top: 44%;
	left: 50%;
	transform: translate(-50%, -50%);
}

	
/*
product
--------------------------------------------------*/
.lpbox .detail__box {
  text-align: center;
  width: 100%;
  padding: 3%;
  margin-bottom: 2em;
  position: relative;
  color: #302f2e;
  background: #F2DFDF;
}
.lpbox .detail__box li {
  padding: 2% 3%;
  background: #F2DFDF;
}
.lpbox .detail__box li:nth-child(odd){
  background: #fff;

}
.lpbox .detail__box li:nth-of-type(6){
  text-align: justify;
  font-size: .83em;
}
.lpbox .benefit{
  margin-top: 10%;
}

/*-------------------------------------------
details
-----------------------------------------------*/
.lpbox .details {
  background: linear-gradient(45deg, #ee9ca7 0%, #ffdde1 100%);
  padding: 5% 0;
}
.lpbox .details__btn {
  background-color: #202020;
  color: #fff;
  font-weight: bold;
  width: 92%;
  padding: 2%;
  text-align: center;
}
.lpbox .details__btn {
    cursor: pointer;
    display: block;
    position: relative;
}
.lpbox .details__btn::after {
    content: "";
    display: block;
    width: 5%;
    height: 100%;
    background:url(../img/toggle02.png) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 7.5%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.lpbox .acd__btn--open::after {
    content: "";
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.lpbox .details__box {
  text-align: center;
  width: 92%;
  background-color: #fff;
  }

.lpbox .details__box li {
  padding: 2% 3%;
}
.lpbox .details__box li:nth-child(odd){
  background: #808080;
  padding: 0.7%;
  color: #fff;
}
.lpbox .details__box li:nth-child(even){
  color: #202020;
  font-size: 0.8em;
  line-height: 1.6;
}
.lpbox .details__box li:nth-child(6),
.lpbox .details__box li:nth-child(10),
.lpbox .details__box li:nth-child(16),
.lpbox .details__box li:nth-child(18) {
  text-align: justify;
}

/*-------------------------------------------
form
-----------------------------------------------*/
.lpbox #form {
 margin: 0 auto;
 padding: 10% 4% 0;
}
.formarea {
  margin-bottom: 2em;
}
html #container {
  margin-top: 0;
}

/*-------------------------------------------
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: #b90b48;
  box-sizing: border-box;
  padding: .5em;
}

