@charset "UTF-8";
@import url(sp_style.css);

/*@import url(pc_style.css) screen and (min-width: 900px);
@import url(tab_style.css) screen and (min-width:768px)and (max-width: 899px);
@import url(msp_style.css) screen and (min-width:521px)and (max-width: 767px);
@import url(sp_style.css) screen and (max-width: 520px);*/

/*
 2019/10 LP 脱ファンデで、変わる。
 PC   > 900px
 tablet 899px  > 720px
 small tablet 767px > 521px
 smart phone 520px 以下
*/

/* !Reseting
---------------------------------------------------------- */
#lp_conts {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	color: #3f2a20;
	background:  #fff;
	margin: 0 auto;
    overflow-x: hidden;
}
#lp_conts p{
     letter-spacing: 0em;
}
#lp_conts a {
    color: #b1942e !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* スマホのハイライトデザインを無効にする */
}
#lp_conts a:hover{
    color: #b1942e;
	text-decoration:none;
}
#lp_conts a:focus {
    color: #b1942e;
	outline: none;
}
#lp_conts a:active {
    color: #b1942e;
}
#lp_conts img { 
	vertical-align: bottom;
}


/* 
    mainarea

===========================================================*/
#lp_conts .mainArea,
#lp_conts .mainArea .mainInner,
#lp_conts .mainArea .logo,
#lp_conts .mainArea h1{
	transition: all .5s ease 0s;
	-webkit-transform: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
}
@media screen and (min-width:521px){
    #lp_conts .mainArea .gifArea{
        transition: all .5s ease 0s;
        -webkit-transform: all .5s ease 0s;
        -moz-transition: all .5s ease 0s;
    }
}


/* 
    cartArea

===========================================================*/
#lp_conts .cartArea .cartAreaInner{
	transition: all .5s ease 0s;
	-webkit-transform: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
}


/* 
    cd-fixed

===========================================================*/
.cd-fixed-bg.cd-bg-5 {
    position: relative;
    min-height: 100%;    
    background-size: cover;     
    background-attachment: fixed;     
    background-repeat: no-repeat;     
    background-position: center center;
 }
    /*.cd-fixed-bg.cd-bg-1 {  background-image: url("../image/cart_bg.png");  }
    .cd-fixed-bg.cd-bg-2 {  background-image: url("../image/ansArea_bg.png");  }
    .cd-fixed-bg.cd-bg-3 {  background-image: url("../image/misugiArea_bg.png");  }
    .cd-fixed-bg.cd-bg-4 {  background-image: url("../image/wrapArea_bg.png");  }*/
    .cd-fixed-bg.cd-bg-5 {  background-image: url("../image/company_bg.png");  }
    .cd-scrolling-bg {     
        min-height: 100%; 
    } 


/*.opentxt{
    overflow-y: hidden;
	transition: all .5s ease 0s;
	-webkit-transform: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;}
*/


/* section7
------------------------------------------------------------------------*/

#section7 {
	background: rgba(87,57,36,0.04);
    padding: 0 25px;
}
#section7 .wrap{
    max-width: 900px;
    display: block;
    margin: 0 auto;
	padding: 4em 0 4em;
}
#section7 h2 {
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important; 
	font-size:1.28em;
	line-height: 1.2;
	letter-spacing: 0.06em;
	text-align: center;
	padding:0px 0 15px;
    color: #5b483a;
	text-align: center;
}

#section7 .wrap .gaiyou{
    padding: 35px;
    background-color:rgba(255,255,255,0.6);
}
@media screen and (max-width: 520px){
#section7 .wrap{
	padding: 2em 0;
}
#section7 .wrap .gaiyou{
    padding-left: 15px;
    padding-right: 15px;
 }
}
#section7 .wrap .gaiyou dl {
	border-left: 1px solid #bdb8aa;
	border-right: 1px solid #bdb8aa;
	border-bottom:1px solid #bdb8aa;
	margin: 25px auto;background: #fff;
}

#section7 .wrap .gaiyou dl dt,
#section7 .wrap .gaiyou dl dd {
	color: #5b483a;
	border-top: 1px solid #bdb8aa;
	vertical-align: middle;
	padding: 10px 0 10px 10px;
}

#section7 .wrap .gaiyou dl dt {
	background: rgba(87,57,36,0.08);
	text-align: left;
	font-weight: normal;
}
#section7 .wrap .gaiyou dl dd{
    background: #fff;
    font-size: 14px;
    line-height: 1.5em;
}

#section7 .wrap .hyouki {
	margin: 4em 0 0;
    padding: 35px;
    background-color:rgba(255,255,255,0.6);
}
@media screen and (max-width: 520px){
#section7 .wrap .hyouki {
	margin: 2em 0 0;
    padding-left: 15px;
    padding-right: 15px;
 }
}
#section7 .wrap .hyouki h2 {
	text-align: center;
}
#section7 .wrap .hyouki h3{
    font-size: 16px;
}
#section7 .wrap .hyouki #Demo {
	margin: 25px auto 0;
    width: 100%;
    height: 200px;
    padding:1em;
	border: 1px solid #bdb8aa;
    background: #fff;
    overflow: auto;
	color: #5b483a;
}

#section7 .wrap .hyouki #Demo li{
	margin: 0 0 15px;
	line-height: 1.7;
}
#section7 .wrap .hyouki #Demo li p{
    font-size: 14px;
    line-height: 1.5em;
}

/* 成分表
-----------------------------------------------------------------------------------------*/

#seibun {
    /*border-top: 1px solid #ded7c8;*/
    padding: 0 25px;
}
#seibun .wrap{
    /*max-width: 900px;*/
    max-width: 600px;
    display: block;
    margin: 0 auto;
	padding: 4em 0 4em;
}

#seibun .wrap  h2 {
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important; 
	font-size:1.28em;
	line-height: 1.2;
	letter-spacing: 0.06em;
	text-align: center;
	padding:0px 0 20px;
    color: #5b483a;
}
#seibun .wrap  h3{
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important; 
	font-size:1em;
	line-height: 1;
    color: #5b483a;
}
#seibun .wrap  h4{
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
    margin-top: .5em;
	font-size:1em;
	line-height: 1;
    color: #5b483a;
}
#seibun .discList li{
	text-indent: -1em;
	margin-left: 1em;
}
#seibun .discList li:before{
	content: "・";
} 
#seibun .acco_itemTxt{
  background-color:#fff;
  border-left: 1px solid #ded7c8;
  border-right: 1px solid #ded7c8;
  border-bottom: 1px solid #ded7c8;
}
#seibun .acco_itemTxt .acco_itemTxtWrap{
	display: none;
}
#seibun .acco_itemTxt dt{
	position: relative;
	cursor: pointer;
    padding: 10px;
    border-top: 1px solid #ded7c8;
}
#seibun .acco_itemTxt dd{
    padding: 0 10px 10px;
}
#seibun .acco_itemTxt dt:before{
	position: absolute;
	content: "";
	top: 50%;
    right: 10px;
	width: 7px;
	height: 7px;
	display: block;
	border-top:none;
	border-left:none;
	border-bottom: 2px solid #726244;
	border-right: 2px solid #726244;
	transform: rotate(45deg) translateY(-50%) ;
	-moz-transform: rotate(45deg) translateY(-50%) ;
	-webkit-transform: rotate(45deg) translateY(-50%) ;
}
#seibun .acco_itemTxt dt.open:before{
	position: absolute;
	content: "";
	top: 50%;
    right: 10px;
	width: 7px;
	height: 7px;
	display: block;
	border-top: 2px solid #726244;
	border-left: 2px solid #726244;
	border-bottom:none;
	border-right:none;
	transform: rotate(45deg) translateY(-50%) ;
	-moz-transform: rotate(45deg) translateY(-50%) ;
	-webkit-transform: rotate(45deg) translateY(-50%) ;
}

/* footer
-----------------------------------------------------------------------------------------*/
footer {
	text-align: center;
	background: #464646;
	color: #fff;
	padding:25px;
    font-size:11px;
    font-weight: normal;
    font-family: "A1 Mincho","A1明朝", serif;
    padding-bottom:0 !important;
}

#wrapper{
        display: block;
        width: 100%;
        overflow-x: hidden;
}




/* fixedCTA
-----------------------------------------------------------------------------------------*/
#wrap__talk-up {
/*    position: fixed;
    z-index: 1000;
    bottom: 0;
    width: 100%;
    height: 18px !important;
    padding-top: 58px;
    transition: all 300ms ease;*/
}
#area_btn__talk-up {
    position: absolute;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 0;
    left: 50%;
/*    width: 100% !important;
    height: 100px !important;*/
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#area_btn__talk-up .btn__talk-up {
    max-width: 375px !important;
/*    width: 100%;*/
	height: 28px !important;
/*    margin-left: auto;
    margin-right: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block !important;
    justify-content: center;
    align-items: center;*/
    background:none !important;
}
#area_btn__talk-up .btn__talk-up h2:before {
	display: none !important;
}
#area_btn__talk-up:before {
/*    content: "";
    width: 100%;*/
    height: 0 !important;
    background: none !important;
/*    bottom: 0px;
    position: absolute;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;*/
}
