/* カスタマイズ用CSS */

body{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
/* font-family: a-otf-ud-shin-go-pr6n, sans-serif;　 */

	font-weight: 300;
	font-style: normal;
}

table{
	width: 100%;
}

table th{
	border: 1px solid #dde6f5;
	background-color: #eee;
	padding: 20px;
}

table td{
	border: 1px solid #dde6f5;
	padding: 20px;
}

a img{
	transition: 0.5s;
}

a:hover img{
	opacity: 0.5;
}

.pc{
	display: none;
}

.sp{
	display: block;
}

.ec-secHeading--tandem .ec-secHeading__ja{
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .2em;    
}

.ec-secHeading--tandem .ec-secHeading__en{
    display: block;
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: .15em;
    vertical-align: 2px;    
}

.ec-newItemRole__listItemTitle span,.ec-newItemRole__listItemPrice span{
	color: #ff0000;
}

.ec-productRole__description span{
	color: #ff0000;
}

.ec-cartNaviIsset.is-active{
    overflow: scroll;
    height: 400px;
}

.ec-headerNaviRole {
    position: fixed;
    z-index: 9999;
     background: #efc8b9;
}

.ec-headerRole{
    padding-top: 80px;
}

.ec-newItemRole .ec-newItemRole__listItemHeading{
    margin-top:0; 
}

.ec-newItemRole .ec-newItemRole__listItem:nth-child(odd){
    margin-right: 0;
}

.ec-newItemRole .ec-newItemRole__listItem{
    width: 100%;
}

.ec-newItemRole .no1:before,.ec-newItemRole .no2:before,.ec-newItemRole .no3:before{
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
    background-image: url('/html/user_data/rank1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.ec-newItemRole .no2:before{
    background-image: url('/html/user_data/rank2.png');
}

.ec-newItemRole .no3:before{
    background-image: url('/html/user_data/rank3.png');
}

.ec-headerTitle .ec-headerTitle__title a{
    margin-bottom: 0 !important;
}

.disney{
    background-color: #fdf8f9;
    padding: 20px 0 0 0;
}

.disney p strong{
    font-size: 18px;
    font-weight: bold;
    color: #ff90a3;
    text-shadow: #fff 1px 1px 1px;
}

.disney ul{
    font-size: 12px;
    color: black;
}

.disney aside ul{
    list-style-type:none;
    padding-left:20px;
}

.disney aside ul li:before{
    content: 'â€»';
}

.cosme{
    font-size: 16px;
    padding: 0 20px;
}

.cosme h2{
    margin-bottom: 30px;
}

.cosme ol{
    color: #EA571E;
    border: 1px dotted #EA571E;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px;
    margin: 30px 0;
    padding: 20px 20px 20px 40px;
}

.cosme ol li{
    flex-basis: 50%;
}

.newyearholidays{
    text-align: center;
    background-color: #f6f6f6;
    margin-bottom: 30px;
    padding: 20px;
}

.cosme{
    margin: 100px 0 100px 0;
}

.col2{
    display: block;
    margin-bottom: 20px;
}

.col2 .tel{
    display: none;
}

.logo img{
    width: auto;
}

.tel img{
    width: auto;
}

.globalnavi{
    display: none;
}

.ec-categoryRole{
    background-color: #f4e9ed;
}

.ec-newItemRole .ec-newItemRole__list{
    justify-content: space-between !important;
}

.ec-newItemRole .ec-newItemRole__listItem:last-child{
    margin-right: 0;
}

.ec-topicRole .ec-topicRole__listItem{
    width: 100%;
}

.ec-topicRole .ec-topicRole__listItem img{
	border: 10px solid #fff;
}

.ec-newItemRole__listItem a{
    display: flex;
}

.ec-newItemRole__listItem .image{
    width:40%;
    margin-right: 5%;
}

.ec-newItemRole__listItem .text{
    width:55%;
}

.ec-newItemRole__listItem img{
width: 100%;
}

.massage,.faq{
	width: 100%;
	padding: 0 10px;
}

.massage h1,.faq h1{
    color: #000;
	font-size: 1.8em;
	border-bottom: 1px solid #000;
	padding: 10px 0;
}

.massage h2,.faq h2{
    color: #000;
	font-size: 1.3em;
	border-left: 5px solid #f3409c;
	padding-left: 10px;
}

article.about{
	margin-bottom: 100px;
}

section.about{
	display: block;
	margin-bottom: 50px;
}

section.secret{
	display: flex;
}

section.secret .image{
    margin: 0;
}

.textimage{
    margin-bottom: 20px;
}

div.secret .textimage img,section.howto2 img,section.howto5 img{
	width: 100%;
}

.point{
    color: #fff;
    background-color: #f3409c;
    border-radius: 10px;
    margin-top: 20px;
    padding: 10px;
}

article.howto h3:before{
	content: 'â—†';
}

article.howto h3{
	font-size: 1.2em;
}

article.howto p{
	font-size: 1em;
}

section.howto1,section.howto2,section.howto3,section.howto4,section.howto5,section.howto6{
	display: block;
	margin-top: 80px;
}

section.howto4,section.howto6{
	flex-direction: row-reverse;
}

section .image{
	text-align: center;
	margin: 20px 0;
}

.massage_banner{
    padding: 0 20px;
}

.massage_banner img{
    width: 100%;
}

.method{
    font-size: 16px;
    margin-top: 60px;
    padding: 0 20px;
}

.method aside{
    margin: 20px 0;
}

.method h2{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    letter-spacing: .2em;
}

.method h2:before{
    content:'â– ';
}

.method h3{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    letter-spacing: .2em;
    margin-top: 60px;
}

.method h3:before{
    content:'ãƒ»';
}

.method table th{
    width: 80%;
}

.method table td{
    text-align: right;
}

.delivery,.shipping{
    margin: 30px 0;
}

.faq h2{
    margin-bottom: 20px;
}

.faq article{
    margin-bottom: 80px;
}

.faq article:last-child{
    margin-bottom: 0;
}

.faq dl dt{
    font-size: 1.2em;
    margin-bottom: 5px;
}

.faq dl dt:before{
    content: 'Q';
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 50%;
    margin-right: 10px;
}

.faq dl dd{
    font-size: 1em;
}

.faq dl dd:before{
    content: 'A';
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #EA571E;
    border-radius: 50%;
    margin-right: 10px;
}

.zoskin {
	font-size: 1em;
}

.zoskin h1{
	font-size: 2em;
	color: #293b79;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(transparent 80%, #ebeef3 80%);
}

.zoskin h1 + p{
	font-weight: bold;
	color: #293b79;
	text-align: center;
	padding: 0 10px;
}

.zoskin h2{
	font-size: 2em;
	color: #293b79;
	font-weight: bold;
	text-align: center;
	margin:0 0 50px 0; 
}

.zoskin h3{
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px solid #525263;
	padding: 0 0 10px 0;
}

.zoskinhealth {
	margin-bottom: 100px;
}

.zoskinhealth .about{
	font-size: 1em;
	color: #293b79;
	border: 2px solid #dde6f5;
	box-shadow: 5px 5px 10px #ccc;
	margin: 50px 10px;
	padding: 10px;
}

.zoskinhealth .about p{
	margin-bottom: 30px;
}

.zoskinhealth .about p:last-child{
	margin-bottom: 0;
}

.zoskinhealth .about dl{
	margin: 50px 0; 
}

.zoskinhealth .about dl dt:before{
	content: 'â—†';
}

.zoskinhealth h2{
	margin-bottom: 20px;
}

.zoskinhealth h2 img{
	width: 30%;
}

.zoskinhealth .image img{
	width: 100%;
}

.zoskinhealth section{
	display: block;
	margin-bottom: 50px;
}
	
.zoskinhealth section:last-child{
		margin-bottom: 0;
}

.zoskinhealth section:nth-child(even){
	flex-direction: row-reverse;
}

.zoskinhealth section .text{
	padding: 0 10px;	
}

article.line{
	margin-bottom: 100px;
}

div.line{
    padding: 0 10px;
}

article.line h2{
	color: #fff;
	line-height: 0.6;
	background-color: #00b900;
	padding: 20px;
}

article.line h2 small{
    color: #fff;
    font-weight: bold;
	font-size: 0.3em;
}

article.line h2 span:before{
	color: #ff0000;
	content: 'â€»';
}

article.line h4{
	color: #00b900;
	text-align: center;
	margin-top: 0;
}

article.line img{
	vertical-align: middle;
}

article.line .friend{
	border: 2px solid #00b900;
	border-radius: 20px;
	margin-top: 50px;
	padding: 20px;
}

article.line ol{
    margin-top: 10px;
	padding: 0 0 0 20px;
}

article.line .friend .qr{
	text-align: center;
	background-color: #e1f6e0;
	margin-top: 30px;
	padding: 10px 100px;
}

article.line .friend .qr img{
	max-width: 100%;
}

.flow img{
	width: 100%;
}

.flow section.step{
	position: relative;
}

.flow section.step aside ul{
	color: #ff0000;
	text-align: left;
}

.flow section.step aside ul li:before{
	content: 'â€»';
}

.flow section.step ul{
	text-align: center;
	list-style: none;
	margin-top: 30px;
	padding: 0;
}

.flow section.step ul.step{
	font-size: 1.2em;
	position: absolute;
	top: 10px;
	left: 30px;
}

.flow .image_text{
	display: block;
	background-color: #dde6f5;
	padding: 20px;
}

.flow .image_text .image{
	margin: 0;
}

.zoskin .program ul{
	text-align: center;
	list-style: none;
	margin: 50px 20px 0 20px;
	padding: 0;
}

.zoskin .program ul img{
	width: 100%;
}

.zoskin .product{
	background-color: #dde6f5;
	margin-top: 100px;
	padding: 20px;
}

.zoskin .product section{
	display: block;
	background-color: #fff;
	margin-top: 50px;
	padding: 20px;
}

.zoskin .product section .image{
	margin-right: 0;
}

.zoskin .product section .image img{
	width: 100%;
}

.zoskin .product section h3{
	line-height: 1.5;
	background-color: #01068a;
	color: #fff;
	border-bottom: 10px solid #dde6f5;
	padding: 5px 20px;
}

.zoskin .product section h4{
    font-weight: bold;
}

.zoskin .product section ul{
	list-style: none;
	padding: 0;
}

.zoskin .product section ul img{
	width: 100%;
}

.zoskin .product section table{
	margin: 30px 0;
}

.zoskin .product b{
    display: block;
    color: #fff;
    background-color: #01068a;
    border-radius: 10px;
    margin-top: 30px;
    padding: 20px
}

.zoskin .product b span{
    color: #EA571E;
}

.cosme img{
    width: 100%;
}

article.spot {
    border: 1px solid #eca663;
    box-shadow: 5px 5px 5px #eca663;
    border-radius: 10px;
    margin: 5px;
    padding: 15px;
}

article.spot .image{
    margin-bottom: 40px;
}

article.spot .image:last-child{
    margin-bottom: 0;
}

article.spot ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

article.spot ul li a{
    width: 100%;
    display: block;
    font-size: 0.8em;
    text-align: center;
    color: #fff;
    background-color: #333;
    border: 3px solid #EA571E;
    margin: 0 auto;
    padding: 5px;
}

article.spot ul li a:before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('/html/user_data/shop_icon1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}

div.spot h1{
    font-size: 1.5em;
    color: #EA571E;
    text-align: center;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(transparent 80%, #e3c7ac 80%);
}

article.spot img{
    max-width: 100%;
}

@media only screen and (min-width: 768px){
	.pc{
		display: block;
	}

	.sp{
		display: none;
	}	
	
    .ec-headerNaviRole {
        position: static;
        background:none;
    }
    
    .ec-headerRole{
        padding-top: 0px;
    }
    
    .ec-newItemRole .ec-newItemRole__listItemHeading {
        margin-top: calc(45% - 20px);
    }    
    
    .globalnavi{
        display: block;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feccb1+0,f17432+50,ea5507+51,fb955e+100;Red+Gloss+%232 */
        background: rgb(254,204,177); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(254,204,177,1) 0%, rgba(241,116,50,1) 50%, rgba(234,85,7,1) 51%, rgba(251,149,94,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(254,204,177,1) 0%,rgb(255 177 136) 85%,rgb(243 182 147) 60%,rgb(255 191 157) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */
        margin-bottom: 20px;
    }
    
    .globalnavi nav ul{
        display: flex;
        justify-content:center;
        list-style-type: none;
    }
    
    .globalnavi nav ul li{
        margin-right: 5%;
    }
    
    .globalnavi nav ul li:last-child{
        margin-right: 0;
    }

    .globalnavi nav ul a{
        display: block;
        font-size: 1.1em;
        color: #fff;
        padding: 10px;
    }
    
    .ec-newItemRole .ec-newItemRole__listItem:nth-child(odd){
        margin-right: 30px;
    }
    
    .ec-newItemRole__listItem a{
        display: block;
    }
    
    .ec-newItemRole__listItem .image{
        width: 100%;
        margin-right: 0;
    }
    
    .ec-newItemRole__listItem .text{
        width: 100%;
    }

    .col2{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 20px;
    }
    
    .col2 .tel{
        display: block;
    }

    .cosme{
        max-width: 1130px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .cosme img{
        width: auto;
    }

    .cosme ol{
        display: flex;
        flex-wrap: wrap;
    }
    
	div.secret .textimage img,section.howto2 img,section.howto5 img{
		width: auto;
	}
	
	.massage_banner {
	    padding: 0 30px;
	}
	
	.zoskinhealth .image img{
		width: auto;
	}
	
    article.line{
    	margin-bottom: 100px;
    }
    
    div.line{
        padding: 0 10px;
    }
    
    article.line h2 small{
        color: #fff;
    	font-size: 0.4em;
    }

    article.line .friend{
    	border: 4px solid #00b900;
    	border-radius: 20px;
    	padding: 50px;
    }
    
    article.line h4{
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    
    article.line ol{
        margin-top: 20px;
    	padding: 0 0 0 30px;
    }
    
    article.line .friend .qr{
    	text-align: center;
    	background-color: #e1f6e0;
    	margin-top: 30px;
    	padding: 10px 100px;
    }
    
    article.line .friend .qr img{
    	max-width: 100%;
    }
}

@media only screen and (min-width: 1000px){
	.massage{
		width: 1000px;
		margin: 0 auto;
	}
	
	.massage h1{
		font-size: 3em;
	}
	
    .massage h2{
        font-size: 2em;
        margin-bottom: 20px;
    }
	
	section.about{
		display: flex;
	}
	
	section.howto1,section.howto3,section.howto4,section.howto6{
		display: flex;
	}
	
	section.howto1 .image,section.howto3 .image,section.howto4 .image,section.howto6 .image{
		margin: 0 20px;
	}
	
	.zoskin {
		font-size: 1.5em;
	}
	
	.zoskin h1{
		font-size: 5em;
	}
	
	.zoskin h1 + p{
		padding: 0;
	}
	
	.zoskinhealth .about{
	    font-size: 0.8em;
		border: 5px solid #dde6f5;
		box-shadow: 5px 5px 10px #ccc;
		background-image: url(/html/user_data/obagi_img_01.jpg);
		background-repeat: no-repeat;
		background-position: right 30px bottom 30px;
		background-size: 20%;
		margin: 50px 0px;
		padding: 30px;
	}
	
	.zoskinhealth section{
		display: flex;
		justify-content: center;
	}
	
	.zoskinhealth section .text{
		padding: 0;	
	}

	.zoskinhealth .image{
		margin: 0 30px;
	}
	
	.flow img{
		width: auto;
	}
	
	.flow .image_text{
		display: flex;
		justify-content: flex-start;
	}
	
	.flow .image_text .image{
		margin-right: 50px;
	}
	
	.zoskin .program ul{
		margin: 50px 0 0 0;
	}
	
	.zoskin .program ul img{
		width: auto;
	}	
	
	.zoskin .product{
		padding: 50px 20px;
	}
	
	.zoskin .product section{
		display: flex;
    	justify-content: flex-start;
	}
	
	.zoskin .product section h3{
		font-size: 1.1em;
		padding: 15px 20px;
	}
	
	.zoskin .product section .image{
		flex-basis: 35%;
		margin-right: 5%;
	}

	.zoskin .product section ul img{
		width: auto;
	}	
	
	.zoskin .product section .text{
		flex-basis: 60%;
	}
	
	article.spot {
		font-size: 1.5em;
		padding: 20px;
	}
	
	div.spot h1{
		font-size: 5em;
	}
	
	article.spot ul li a{
        width: 550px;
        font-size: 1em;
        border: 5px solid #EA571E;
        padding: 20px;
	}
	
    article.spot ul li a:before{
        width: 25px;
        height: 25px;
    }
}

@media only screen and (max-width: 320px){
	section.howto1 .image:last-child img,section.howto3 .image img,section.howto5 .image img{
		width: 100%;
	}
}
@media only screen and (min-width: 768px){
/* メインコンテンツ外枠の横幅固定を外す */
.ec-layoutRole .ec-layoutRole__contents{
    max-width: none; /* 1150px; */
}

/* スライドショーの横幅固定を外す */
.ec-sliderRole{
   max-width: none; /* 1130px; */
   padding-left: 0; /* 20px; */
   padding-right: 0; /* 20px; */
}
}

.ec-itemNav__nav li a{
background-color:transparent;
    padding-left: 30px;
    padding-right: 30px;
color: #a07427;

}

.ec-drawerRole .ec-headerLinkArea {
    background: #d26a6a;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item2 {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #a12825;
background: #e6c6c6;
}



.ec-productRole__tag.tag_2 {
    color: #ffffff;
    background-color: #d0346c;
    border-color: #8e105d;
    display: inline-block;
    padding: 2px 5px;
    list-style: none;
    font-size: 80%;


    border-radius: 3px;
 
}


.ec-productRole__tag.tag_1 {
    color: #ffffff;
    background-color: #f67c02;
    border-color: #8a4501;
    display: inline-block;
    padding: 2px 5px;
    list-style: none;
    font-size: 80%;


    border-radius: 3px;
 
}


.ec-productRole__tag.tag_3 {
    color: #ffffff;
    background-color: #3091c8;
    border-color: #176a99;
    display: inline-block;
    padding: 2px 5px;
    list-style: none;
    font-size: 80%;


    border-radius: 3px;
 
}

/*11/17追加分*/

.ec-shelfGrid .ec-shelfGrid__item-image {
    height: 250px;
}