/* CSS Document */

body {
	background-color: #FFF;
	width: 100%;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.8;
	font-size: 2rem;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

/* 注釈 */
.note {
    font-size: 76%;
}
/* 本文コンテナ */
.section {
	padding: 0 3.125vw;
}


#lp p,ul,li,h1,h2,h3,h4 {background-image:url(image);}/* アンドロイド対策 */


.fc_pink{
	color: #F66;
}
.fs_small{
	color: #666;
	font-size: 16px;
}

#lp{}
#lp h1{
	margin: 0px;
	padding: 0px;
}
#lp img{margin: 0px;padding: 0px;}

#lp .txt1{
	margin-right: 40px;
	margin-bottom: 20px;
	background-color: #FFF;
	margin-left: 40px;
}

#lp .txt_pink{
	background-color: #FFEEE7;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#lp .txt_pink2{
	background-color: #FDF9F6;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}

#lp .title1{
	font-weight: bold;
	color: #FFF;
	background-color: #FC7D84;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 105%;
}
#cart_mpf{
	background-image: url(img/mpf42_back.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#cart_mpf .box{
	padding-right: 80px;
	padding-left: 80px;
	font-size: 26px;
}

#cart_mpf input, select, textarea {
font-size: 30px;
}

#footer{
	background-color: #F4F4F4;
	padding: 20px;
	text-align: center;
	font-size: 1.4rem;
}

#mfp_box1{
	background-image: url(img/mpf_42.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 500px;
	width: 100%;
	font-size: 30px;
}
.xmas_cart{
	font-size: 16px;
	background-color: #F8F1EB;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 80px;
	border: 2px solid #B3736A;
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 40px;
	margin-right: 15px;
	margin-left: 15px;
}

#header_text{
	font-size: 35px;
	background-color: #FC0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#kokuchi{
	margin-top: 15px;
	margin-bottom: 25px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	border: 5px solid #F66;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 115%;
}
#kokuchi .title{
	font-weight: bold;
	text-align: center;
	background-color: #F66;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: xx-large;
	color: #FFF;
}
#kokuchi .box1{
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

/* faq */


.skincarefaq{
	font-size: 1.4rem;
	padding-bottom: 150px;
}
.skincarefaq .list{
	margin: 40px auto 0;
	box-sizing: border-box;
	padding: 0 80px;
	list-style: none;
}

@media screen and (min-width: 769px){
	#lp .skincarefaq dl .question{
		font-size: 110%;
		background: url(img/faq_icon.png) no-repeat center left/26px auto;
		padding: 30px 50px 30px 50px;
	}
	#lp .skincarefaq dl .answer{
		font-size: 110%;
	}
	.skincarefaq dl .question .status{
		width: 30px;
		height: 30px;
	}
}


#lp .skincarefaq dl .question{
	box-sizing: border-box;
	border-bottom: 1px solid #cbcbcb;
	margin: 0;
	padding: 50px 100px 50px 80px;
	background: url(img/faq_icon.png) no-repeat center left/43px auto;
	color: #666;
	font-size: 40px;
	line-height: 1.42;
	cursor: pointer;
	position: relative;
}

.skincarefaq dl .question .status{
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
}
.skincarefaq dl .question .status:before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #333;
}
.skincarefaq dl .question .status:after{
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background: #333;
	transform: scale(1);
	transform-origin: center;
	transition: transform .3s ease-in-out;
}
.skincarefaq dl.active .question .status:after{
	transform: scale(0);
}
#lp .skincarefaq dl .answer{
	background-image: none;
	color: #666;
	font-size: 38px;
	line-height: 1.85;
	text-align: justify;
	padding: 40px 0 30px;
	margin: 0;
	display: none;
}
#lp .skincarefaq dl .answer p{
	background-image: none;
	margin: 0;
	text-align: justify;
}

.cartBtn{
	width: 85%;
}




/*アコーディオン
-------------------------------------*/
.acordion{
	background: #fff;
	border-radius: 5px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
	margin-top: 15px;
}

.trigger{
	border-radius: 5px;
	font-size: 40px;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 20px;
	color: #666666;
	background-color: #E9EBEB;
	border: 1px solid #F4F4F4;
	text-align: left;
}

.trigger.active{
    border-radius:5px 5px 0 0;
    border-bottom:1px solid #cfcfcf;
}

.acordion_tree{
	font-size: 34px;
	text-align: left;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.acordion_tree p{
	margin-right: 20px;
	margin-left: 20px;
	text-align: justify;
}
.acordion_tree h3{
	font-weight: bold;
	color: #666666;
	font-size: 50px;
	margin-top: 10px;
	padding-bottom: 0px;
}
.acordion_tree h4{
	margin-bottom: 5px;
	padding: 0px;
	color: #666666;
	font-size: 38px;
}

.open-close {
    float:right;
    text-indent:-9999px;
    display:block;
    margin-top:5px;
    height:55px;
    width:55px;
    background:url(https://tvert.jp/smp/img/open_footer.png) no-repeat;
    -webkit-background-size:51px 52px;
}

.trigger.active .open-close{
    background:url(https://tvert.jp/smp/img/close_footer.png) no-repeat;
    -webkit-background-size:51px 52px;
}

.box_table{
	margin-bottom: 15px;
	margin-top: 0px;
}
.box_table dl{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.box_table dt{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	margin: 0px;
	background-color: #666666;
	padding: 10px;
	color: #FFFFFF;
}
.box_table dd{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

/*-------------------------------------
アコーディオン ここまで*/

/*pc調整用
-------------------------------------*/
@media screen and (min-width: 981px){
	body{
		max-width: 420px;
		margin-inline: auto;
	}
	.skincarefaq{
		padding-bottom: 60px;
	}
	.skincarefaq .list{
		padding: 0 40px;
	}
	#lp .skincarefaq dl .question{
		font-size: 70%;
		background: url(img/faq_icon.png) no-repeat center left/20px auto;
		padding: 25px 45px 25px 45px;
	}
	#lp .skincarefaq dl .answer{
		font-size: 70%;
	}
	.skincarefaq dl .question .status{
		width: 20px;
		height: 20px;
	}

	.amazonNote{
		font-size: 50%;
		line-height: 1.5;
	}

	#footer h2{
		font-size: 80%;
	}
	#footer .tel{
		font-size: 60%;
	}
	#footer .tel img{
		width: 300px;
		height: auto;
	}
	#footer .acordion_tree{
		margin-left: 20px;
		padding-top: 15px;
	}
	#footer .trigger{
		font-size: 70%;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#footer .open-close{
		margin-top: 10px;
		height: 30px;
		width: 30px;
		-webkit-background-size: 30px 30px;
	}
	#footer .trigger.active .open-close{
		-webkit-background-size: 30px 30px;
	}
	#footer .box_table dt{
		font-size: 40%;
		line-height: 1.5;
	}
	#footer .box_table dd{
		font-size: 40%;
		letter-spacing: 0.05em;
		line-height: 1.5;
	}
	#footer .acordion_tree h3{
		font-size: 70%;
		line-height: 1.6;
	}
	#footer .acordion_tree h4{
		font-size: 55%;
		line-height: 1.6;
	}
	#footer .acordion_tree p{
		margin-left: 10px;
		font-size: 40%;
		line-height: 1.7;
		letter-spacing: .05em;
	}
	#footer .toutvertLogo{
		width: 100px;
		height: auto;
	}

	.copyright{
		font-size: 30%!important;
		line-height: 1.4!important;
		padding: 20px 5px!important;
	}

	br.sp-bl{
		display: none;
	}
}