@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+SC');

/* RESET
----------------------------------------------------------------------------------------------------*/
a,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left;margin-block-start:-0.83em;
margin-block-end:-0.83em;}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

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

 * 共通

---------------------------------------------- */
body {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 500;
	color: #535761;  
}

article {
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 1px -5px 5px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and ( max-width : 768px ) {
body {font-size: 14px;}
}

table {
	margin : 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

img {
	width: 90%;
    padding: 40px;
}

#main {
	margin: 0 auto;
}

.contents {
	max-width: 1200px;
	margin: 0 auto;
}

p {
    word-break: break-all;
    font-size: 1em;
    line-height: 1.8em;
    font-family: 'メイリオ';
}

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

 * ヘッダー

---------------------------------------------- */
#sec2 {
    background: url("../images/bg1.jpg") no-repeat;
}

#sec4 {
    background: url("../images/bg2.jpg") no-repeat;
    background-size: cover;
}
#sec4::before {
    opacity: 0.5;
}

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

 * ヘッダー

---------------------------------------------- */
.hero_pc img, .hero_sp img {
    width: 100%;
    padding: 0;
}

header {
    max-width: 1680px;
    margin: 0 auto;
}

header img {
    margin-top: 1.8em;
}

header .hero_sp {
    display: none;
}

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

 * タイトル

---------------------------------------------- */
h1 {
    display: none;
}

#sec3 h2 {
    margin-bottom: 20px;
}
.con9 h2 {
    margin-bottom: 1em;
}

#terms .con12 h2,
#cta .con12 h2,
#prvy .con12 h2 {
    font-size: 1em;
    color: #fff;
    text-align: center;
    background-color: #43bfb6;
    padding: 10px;
    width: 85%;
    margin: 0 auto;
}

#terms .term h3,
#cta .term h3,
#prvy .term h3 {
    font-size: 1em;
    font-weight: bold;
    color: #43bfb6;
    margin: 20px 0;
}
/* ----------------------------------------------

 * 購入ボタン

---------------------------------------------- */
.con2 .reserve, .con10 .reserve {
    position: absolute;
    bottom: 10%;
    left: 18%;
    width: 60%;
    margin: 0 auto;
}

.con2 .reserve a:hover, 
.con10 .reserve a:hover{
    opacity: 0.5;
    transition: 0.5s;
}

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

 * コンテンツ

---------------------------------------------- */
.con2, .con10 {
    position: relative;    
}

.con3 .img_box, .con9 .img_box {
    margin: 15px 0;
}

.con4 {
    position: relative;
    width: 100%;
}

.con5 {
    text-align: center;
}

.con9 {
    margin: 28px 0;
}

.con12 {
    margin: 50px 0 0 0;    
}

.img_box {
    width: 100%;
}

#sec3 h2 img, .con4 img {
    width: 100%;
    padding: 0;
}
/* ----------------------------------------------

 * CM動画

---------------------------------------------- */
.con4 .video video {
    width: 55%;
    margin: 0 auto;
    position: absolute;
    bottom: 24%;
    left: 23%;
}

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

 *＠コスメ

---------------------------------------------- */
.con5 {
    width: 100%;
    position: relative;
    margin: 50px 0;
}

.con5 a img {
    width: 30%;
}

.con5 a:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.con5 p {
    text-align: center;
    margin: 30px;
}

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

 * FAQ

---------------------------------------------- */
#faq .tbl {
	width: 80%;
    margin: 0 auto;
    font-size: 1em;
}

#faq .tbl dl {
    font-family: inherit;
    margin: 15px 0;
    padding: 0 10px 5px 0;
    border-bottom: dotted 1px #43bfb6;
}

#faq .tbl dl dd {
	min-width: 240px;
}

#faq .tbl dl dd.question {
	cursor: pointer;
    line-height: 4em;
    padding: 0 20px 0 0;

}

#faq .tbl dl dd.question:hover {
	opacity: 0.5;
}

#faq .tbl dl dd.answer {
	display: none;
	color: #43bfb6;
    line-height: 2em;
    margin: 20px;
    padding: 0 30px 0 0;
}

#faq .tbl dl dd.question::before {
	content: 'Q.';
	font-size: 1em;
	font-family: 'メイリオ';
    color: #43bfb6;
}

#faq .tbl dl dd.answer::before {
	content: 'A.';
	font-size: 1em;
	font-family: 'メイリオ';
	color: #43bfb6;
}

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

 * 販売について／運営会社・特定商取引法に関する表示／プライバシーポリシー

---------------------------------------------- */
#terms .term,
#cta .term,
#prvy .term {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 1em;
}

#terms .term ul li,
#cta .term ul li,
#prvy .term ul li {
    line-height: 2.5em;
}

#terms .term a,
#cta .term a,
#prvy .term a {
    color: #43bfb6;
}

#terms .term a:hover,
#cta .term a:hover,
#prvy .term a:hover {
    color: inherit;
    transition: 0.5s;
}

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

 * フッター

---------------------------------------------- */
footer {
    margin: 100px auto;
}

footer .sns ul {
    display: flex;
    width: 80%;
    justify-content: center;
    margin: 0 auto;
    font-size: 2em;
    border-bottom: solid 1px;
    padding-bottom: 1em;
}

footer .sns ul li {
    padding: 5px;
}

footer .sns ul li a {
    color: inherit;
}

footer .sns ul li a:hover {
    opacity: 0.8;
    transition: 0.5s;
}

footer .copyright p {
    text-align: center;
    font-size: 0.6em;
    margin: 30px 0;    
}

footer .footer_nav {
    margin: 20px 0 30px 0;
}

footer .footer_nav ul.links {
    display: flex;
    justify-content: space-evenly;
    width: 80%;
    max-width: 1680px;
    margin: 0 auto;
}

footer .footer_nav ul.links li {
    background: url("../demo - Copy/images/footernavicon.png") no-repeat scroll left 8px transparent;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 0 25px 0 8px;    
}

footer .footer_nav ul.links li a {
    color: inherit;
    text-decoration: none;
}

footer .footer_nav ul.links li a:hover {
    color: #43bfb6;
    transition: 0.5s;
}

/* ==============================================

 * メディアクエリ

============================================== */

@media only screen and (max-width: 768px) {    
    img {
    padding: 20px 0;
    }
    
    .img_box {
        text-align: center;
    }
    
    h2 {
        text-align: center;
    }
        
    header .hero_sp {
        display:block;
        margin-bottom: 50px; 
    }
    
    header .hero_pc {
        display: none;
    }
    article {
    box-shadow: none;
    }
    
    .con2 .reserve, .con10 .reserve {
    left: 23%;
    }

    .con7 {
        margin: 30px 0;
    }
    
    #faq .tbl dl dd.question {
    line-height: 3em;
    padding: 0 20px 0 0;
    }

    #faq .tbl dl dd.answer {
    line-height: 2em;
    margin: 10px;
    padding: 0;
    }

    footer .footer_nav ul.links {
    display: block;
    width: 80%;
    }

    footer .footer_nav ul.links li {
    float: none;
    }
}

















