@charset "UTF-8";
/* CSS Document */

.green {
    color: #388579;
}
.bold {
    font-weight: bold;
}
.fs70 {font-size: 70%;}
.fs80 {font-size: 80%;}
.fs90 {font-size: 90%;}
.fs200 {
    font-size: 200%;
}

/* --- 変数設定 ---*/
:root {
    --color-product01: #00a675;
    --color-product02: #fff000;
    --color-product03: #fbca3e;
    --color-product04: #fcd566;
    --color-product05: #fff666;
    --font-family-gothic: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    --font-family-gothic02: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    --font-family-gothic03: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --font-family-mincho: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}


.wide-limit600 {max-width: 600px; margin-left: auto; margin-right: auto;}
.wide-limit700 {max-width: 700px; margin-left: auto; margin-right: auto;}
.wide-limit800 {max-width: 800px; margin-left: auto; margin-right: auto;}
.wide-limit1000 {max-width: 1000px; margin-left: auto; margin-right: auto;}
.wide-limit1200 {max-width: 1200px; margin-left: auto; margin-right: auto;}
.wide-limit1400 {max-width: 1400px; margin-left: auto; margin-right: auto;}
.wide-limit1600 {max-width: 1600px; margin-left: auto; margin-right: auto;}
.wide-inner {padding-left: 20px; padding-right: 20px;}




/**
 *  ページヘッダー
 */
#content-head {
    padding-bottom: 0;
}
#content-head h1.page-title {
    border-bottom: none;
    text-align: center;
}
.content-head-inner {
    background-color: var(--color-product02, #fff000);
}
.page-subtitle-wrap {
    background-color: var(--color-product01, #00a675);
    padding: 10px 10px;
    text-align: center;
}
.page-subtitle {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
}



/**
 *  ページコンテンツ
 */
.product-cont section {
    margin-bottom: 0;
}
section.sec-pT {
    padding-top: 50px;
}
section.sec-pB {
    padding-bottom: 50px;
}




/**
 *  メインビジュアル
 */
.main-visual {
    /*
    background: url("../images/keanarevo_topmain.jpg") no-repeat top center;
    background-size: contain;
    padding-bottom: 58.3125%;
    height: 0;
    */
    max-width: 1600px;
    margin: 0 auto;
}

.main-visual .catch,
.main-visual .catch2 {
    width: 54%;
}
.main-visual .catch {
    margin-bottom: 50px;
    text-align: center;
}
.main-visual .catch2 {
    margin-bottom: 20px;
}
.main-visual .catch2 img {
    width: 44.444444444%;
    float: left;
    display: block;
}
.main-visual .catch2 img:nth-child(2) {
    width: 11.111111111%;
}




/**
 *  商品アピール
 */
section.product-appeal-sec {
}
.product-appeal {
    display: flex;
}
.product-appeal .text-cont {
    width: 67%;
    margin-right: 3%;
}
.product-appeal .product-pkg {
    margin: 0 auto;
}
ul.kakumei-list {
    letter-spacing: -0.4em;
}
ul.kakumei-list li {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
}
ul.kakumei-list li:nth-child(2n) {
    margin-right: 0;
}



/**
 *  チェックスタイル　お悩みetc
 */
/*
.check-sec {
}
.onayami-bg {
    background-color: #ddeae8;
    text-align: center;
    padding: 50px 20px;
    margin-bottom: 50px;
}
.check-sec h3.midashi {
    font-size: 1.4em;
    line-height: 2;
    margin-bottom: 30px;
}
.check-sec h3 span {
    font-size: 1.5em;
    font-weight: inherit;
}
.onayami-check-wrap {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.onayami-check dt,
.onayami-check dd {
    font-size: 1.2em;
}
.onayami-check dt {
    float: left;
    position: relative;
    padding-left: 35px;
    color: #388579;
}
.onayami-check dt::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/icon_checkbox.png") no-repeat top left;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.onayami-check dd {
    margin-left: 200px;
}
.conclusion {
    text-align: center;
    font-size: 1.6em;
    color: #e3007f;
    font-weight: bold;
}
*/




/**
 *  成分
 */
section.seibun-sec {
    background: var(--color-product04, #fcd566);
    background: url("../images/lemon_kirakira.png") repeat-y top center, linear-gradient(to bottom, var(--color-product04, #fcd566) 0%, var(--color-product05, #fff666) 40%, var(--color-product05, #fff666) 60%, var(--color-product04, #fcd566) 100% );
    background-size: 100% auto;
}
.seibun-cat {
    display: flex;
}
.seibun-cat-title {
    flex: 0 0 150px;
    margin-right: 20px;
}
.seibun-cat-cont {
    flex: 1 1 auto;
}

.seibun-cat-title-sub {
    color: #ffffff;
    background-color: var(--color-product01, #00a675);
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    margin-top: 1em;
    margin-bottom: 0.6em;
    line-height: 1.4;
    padding: 5px 10px;
}
ul.seibun-list li {
    margin-bottom: 20px;
}
ul.seibun-list li dl {
}
ul.seibun-list li dt {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 5px;
}
.seibun-image {
    margin-bottom: 0;
}
.seibun-image img {
    width: 200px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.additive-free {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 50px;
}



/**
 *  商品アピール2　時短洗顔
 */
section.product-appeal2 .bg {
    background: url("../images/keanarevo_purupuru.png") no-repeat right bottom;
    background-size: 25% auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.jitan-sengan {
    display: flex;
    justify-content: center;
}
.jitan-sengan figure {
    margin-right: 3%;
}
.jitan-sengan figure img {
    width: 200px;
    max-width: 100%;
}
.jitan-sengan .text-cont {
    margin-right: 25%;
}




/**
 *  ビフォアフター
 */
.beforeafter-sec {
    background-color: var(--color-product03, #fbca3e);
    text-align: center;
}




/**
 *  商品ページフッター
 */
/*
.product-foot .obi {
    background-color: #388579;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
*/
.product-foot figure {
    width: 36%;
    text-align: center;
    float: left;
    margin-bottom: 20px;
}
.product-foot .cont-text {
    width: 60%;
    text-align: center;
    float: right;
}
.product-foot .product-logo {
    display: block;
    background-color: var(--color-product02, #fff000);
    padding: 10px;
    margin-top: 20px;
}
.product-foot .product-name {
    font-size: 1.1em;
}
.product-foot .product-price {
    font-size: 1.1em;
}
.product-foot .product-price span {
    font-size: 1.5em;
}

.foot-appeal {
    font-size: 1.5em;
    font-weight: bold;
}


.purchase {
	text-align: center;
}
.purchase ul {
	letter-spacing: -0.4em;
}
.purchase ul li {
	letter-spacing: normal;
	/*display: inline-block; */
	/*width: 46%; */
	max-width: 300px;
	/*margin-left: 2%; */
	/*margin-right: 2%; */
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.4;
	border-radius: 5px;
	vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}
.purchase a {
	display: block;
	padding: 10px 20px;
	border-radius: 5px;
	color: #575757;
}
ul.purchase-web-list li a {
	background-color: #f6df7a;
}
ul.purchase-web-list li a:hover {
	background-color: var(--color-product01, #00a675);
	color: #ffffff;
}
ul.purchase-shop-list li {
	padding: 10px 20px;
	border-radius: 5px;
}
ul.purchase-shop-list li p {
	margin-bottom: 5px;
	font-weight: bold;
}
ul.purchase-shop-list li p.note {
	font-size: 0.6em;
	margin-bottom: 0;
	font-weight: normal;
}
ul.purchase-shop-list li.tokyuhands {
	background-color: #007236;
}
ul.purchase-shop-list li.tokyuhands p {
	color: #ffffff;
}
ul.purchase-shop-list li.loft {
	background-color: #fdd000;
}
ul.purchase-shop-list li.loft p {
	color: #000000;
}









/** ===========================================================================================
 *
 *  Media Queries
 *
 *  =========================================================================================== */
	

@media screen and (max-width: 1200px) {
	
}
	
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 880px) {
		
}
	
@media screen and (max-width: 768px) {
	
}
	
@media screen and (max-width: 640px) {
    
    .product-appeal {
        flex-wrap: wrap;
        justify-content: center;
    }
    .product-appeal .text-cont {
        width: 100%;
        margin-right: 0;
    }
    
    
    .seibun-cat-title {
        flex: 0 0 120px;
        margin-right: 10px;
        width: 120px;
    }
    ul.seibun-list li dt {
        font-size: 1.4em;
    }
    .jitan-sengan .text-cont {
        margin-right: 30%;
    }
    section.product-appeal2 .bg {
        background-size: 33% auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    
    
    
    

}
	
@media screen and (max-width: 580px) {
    section.sec-pT {
        padding-top: 30px;
    }
    section.sec-pB {
        padding-bottom: 30px;
    }
    
    .page-subtitle {
        font-size: 1.2em;
    }
    
    .main-visual {
        height: auto;
        background-image: none;
        padding-bottom: 0;
    }
    
    
    ul.kakumei-list {
        text-align: center;
    }
    ul.kakumei-list li {
        width: 100%;
        margin-right: 0;
    }
    .product-appeal .product-pkg {
        max-width: 70%;
    }
    
    
    .seibun-cat {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 10px;
    }
    .seibun-cat-title {
        margin-left: auto;
        margin-right: auto;
    }
    .seibun-cat-title-sub {
        margin-top: 0.5em;
    }
    
    ul.seibun-list li figure {
        float: none;
        margin-right: 0;
        text-align: center;
    }
    ul.seibun-list li dl {
        margin-left: 0;
    }
    
    
    section.product-appeal2 .bg {
        background-size: 60% auto;
        padding-top: 30px;
        padding-bottom: 55%;
    }
    .jitan-sengan .text-cont {
        margin-right: 0;
    }
    
    
    
    /*
    ul.herb-list li {
        width: 31%;
        margin-right: 3.5%;
    }
    ul.herb-list li:nth-child(4n) {
        margin-right: 3.5%;
    }
    ul.herb-list li:nth-child(3n) {
        margin-right: 0;
    }
    */
    
    .purchase a {
		padding: 10px 10px;
		font-size: 1em;;
		border-radius: 6px;
	}
    .purchase ul li {
		display: block;
		width: 100%;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
    
    
    .product-foot figure {
        width: 100%;
        float: none;
    }
    .product-foot .cont-text {
        width: 100%;
        float: none;
    }
    .foot-appeal {
        font-size: 1.1em;
    }
    
    
    
    
	
	
	

}

