@charset "UTF-8";

/*
■0：COMMON
■1：INDEX
■2：CONCEPT
■4：PRODUCT
■5：SALON
■6：SHOP
■7：CONTACT
■8：NEWS
■9：MEDIA
*/


/****************************************

COMMON

*****************************************/
#TitleWrapper{ height: 250px; position: relative;}
#TitleWrapper h2{ text-align: center; padding: 100px 0 0; position: absolute; text-align: center; width: 100%;}

.Salon #TitleWrapper{ background: url(../images/for_salon_owners/title_bg_pc.png) no-repeat right;}
.Voice #TitleWrapper{ background: url(../images/voice/title_bg_pc.png) no-repeat right;}
.Product #TitleWrapper{ background: url(../images/product/title_bg_pc.png) no-repeat center;}
.SkinCare #TitleWrapper{ background: url(../images/skincare/title_bg_pc.png) no-repeat left;}

h3.title{
	padding: 100px 0 45px;
	background: url(../images/common/h3_bg_pc.png) center bottom no-repeat;
	margin: 0 0 40px;
	text-align: center;
}
.caption{ font-size: 1.4rem;}
.Left570{ max-width: 570px; width: 57%;}
.Right400{max-width: 400px; width: 40%;}
.Right400 img{width: 100%;}
.w570{ max-width: 570px; width: 57%;}
.w400{max-width: 400px; width: 40%;}
.w230{ width: 230px;}
.w516{ width: 516px;}

.mt50{ margin-top: 50px;}
.mt20{ margin-top: 20px !important;}

#ContentWrapper .footBanner{ margin: 100px 0 0;}

.BannerArea img{ height: 88px;}
.TEL a{ pointer-events: none;}
.Lead{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 40px;
	color: #726247;
}


/****************************************

INDEX

*****************************************/

#MainWrapper{
	height: 460px;
}
.slick-next{ right: 1rem !important; z-index: 9999;}
.slick-prev{ left: 1rem !important; z-index: 9999;}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #574326 !important;
}
#MainWrapper ul li{
	position: relative;
}

#MainWrapper .main01{
	background: url(../images/index/slider01_bg.png) no-repeat 50% 50%;
	background-size: cover;
	height: 100%;
	width: 100%;
}
#MainWrapper ul li.main01  h2 img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#MainWrapper .main01 h2 a{
	height: 100%;
	width: 100%;
	display: block;
	height: 460px;
}
#MainWrapper .main02{
	background: url(../images/index/slider02_bg.png) no-repeat 50% 50%;
	background-size: cover;
	height: 100%;
	width: 100%;
}
#MainWrapper ul li.main02  h2 img{
    position: absolute;
    top: 0;
    left: 45%;
    bottom: 0;
    margin: auto;
	max-width: 600px;
	width: 50vw;
}
#MainWrapper .main02 h2 a{
	height: 100%;
	width: 100%;
	display: block;
	height: 460px;
}
#MainWrapper .main03{
	background: url(../images/index/slider03_bg.png) no-repeat 50% 50%;
	background-size: cover;
	height: 100%;
	width: 100%;
}
#MainWrapper ul li.main03  h2 img{
    position: absolute;
    top: 0;
    left: 45%;
    bottom: 0;
    margin: auto;
	max-width: 600px;
	width: 50vw;
}

#MainWrapper .main03 h2 a{
	height: 100%;
	width: 100%;
	display: block;
	height: 460px;
}

#MainBanner{
	background: url(../images/common/bg-middle.gif);
	padding: 50px 0;
}
#MainBanner > ul{
	display: table;
}
#MainBanner > ul > li{
	max-width: 314px;
	width: 33%;
	display: table-cell;
}
#MainBanner > ul > li:nth-child(1){ padding: 0 20px 0 0;}
#MainBanner > ul > li:nth-child(2){ padding: 0 10px 0 10px;}
#MainBanner > ul > li:nth-child(3){ padding: 0 0 0 20px;}


#MainBanner li img{
	width: 100%;
}

#indexConcept{
	background: url(../images/index/concept_l.png) left top no-repeat,url(../images/index/concept_r.png) right top no-repeat;
	text-align: center;
	padding: 0 0 100px;
}

#indexConcept h3,
#indexOwner h3{
	padding: 100px 0 10px;
	overflow: hidden;
	background:url(../images/common/h3_line.png) no-repeat center bottom;
	text-align: center;
}

#indexConcept h3 strong.indexTitle01,
#indexConcept h3 strong.indexTitle02,
#indexOwner h3 strong.indexTitle03{
	display: block;
	background-size: auto;
	height: 45px;
}
#indexConcept h3 strong.indexTitle01{ background:url(../images/index/index_title01.png) no-repeat center center;}
#indexConcept h3 strong.indexTitle02{ background:url(../images/index/index_title02.png) no-repeat center center;}
#indexOwner h3 strong.indexTitle03{ background:url(../images/index/index_title03.png) no-repeat center center;}

#indexConcept p,
#indexOwner p{ margin: 30px 0 0;}

#indexConcept p a{
	display: inline-block;
	padding: 3px 30px;
	border-radius: 50px;
	background: #f47095;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
}
#indexConcept p a:hover{
	background: #ff4478;
}


strong{ color: #f47095;}


.indexBDIH{
	text-align: center;
}
.indexBDIH img{
	max-width: 198px;
	width: 100%;
}


#indexOwner{
	background: url(../images/common/cube_bg.png);
	padding: 0 0 100px;
}

#indexOwner a{
	color: #666;
}

#indexOwner ul{
	max-width: 830px;
	margin: 0 auto;
}

#indexOwner ul li{
	display: table;
	margin: 20px 0 0;
}

#indexOwner ul li div{
	display: table-cell;
	vertical-align: top;
}
.indexOwnerTitle { margin: 0 0 20px;}
.indexOwnerTitle img{
	max-width: 425px;
	width: 100%;
}


#indexOwner ul li{
	background: url(../images/index/owner_line.png) no-repeat;
	background-position:right 40px;
}

.indexOwnerThumb img{
	width: 226px;
}

.indexOwnerComent{
	padding: 0 0 0 20px;
	font-size: 1.4rem;
}

.indexOwnerComent h4{
	padding: 10px 0 0;
}

.indexOwnerComent h4 img{ height: 25px;}

.indexOwnerComent p{
	margin: 15px 0 0 !important;
}

.indexOwnerComent .indexOwnerlink p{
	display: inline-block;
	padding: 3px 30px;
	border-radius: 50px;
	background: #d1af75;
	color: #FFF !important;
	font-size: 1.4rem;
	font-weight: bold;
}
#indexOwner ul li a:hover .indexOwnerComent .indexOwnerlink p{
	background: #f0af41;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#indexInfo{
	width: 96%;
	max-width:1000px;
	margin: 0 auto;
	padding: 0 0 100px;
	display: table;
}
#indexInfo .News,
#indexInfo .Media{
	display: table-cell;
	max-width: 485px;
	
}

#indexInfo .News{ padding: 0 15px 0 0;}
#indexInfo .Media{ padding: 0 0 0 15px;}

#indexInfo .News h3,
#indexInfo .Media h3{
	padding: 100px 0 0;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background:url(../images/common/h3_line.png) no-repeat center bottom;
	height: 30px;
}

#indexInfo .News h3 strong.InfoTitle01,
#indexInfo .Media h3 strong.InfoTitle02{
	display: block;
	background-size: auto;
	height: 16px;
}
#indexInfo .News h3 strong.InfoTitle01{ background:url(../images/index/news_title.png) no-repeat center center; background-size: contain;}
#indexInfo .Media h3 strong.InfoTitle02{ background:url(../images/index/media_title.png) no-repeat center center; background-size: contain;}

#indexInfo .News dl,
#indexInfo .Media dl{
	margin: 30px 0 0;
}

#indexInfo .News dt,
#indexInfo .Media dt{
	padding: 0px 10px;
	font-size: 1.2rem;
	background: rgba(255,255,255,0.5);
	border-radius: 30px;
}

#indexInfo .News ul,
#indexInfo .Media ul{
	display: table;
}

#indexInfo .News ul li,
#indexInfo .Media ul li{
	display: table-cell;
	padding: 10px 0 10px 10px;
	font-size: 1.4rem;
	vertical-align: top;
}

.NewsThumb img{ width: 86px;}
.MediaThumb img{ width: 55px;}

#indexInfo .News ul li,
#indexInfo .Media ul li{
	display: table-cell;
	padding: 10px 0 10px 10px;
	font-size: 1.4rem;
	vertical-align: top;
}

#indexInfo .News a,
#indexInfo .Media a{
	color: #666;
}
#indexInfo .News p.LinkList,
#indexInfo .Media p.LinkList{
	text-align: center;
}

#indexInfo .News p.LinkList a,
#indexInfo .Media p.LinkList a{
	margin: 40px 0 0;
	display: inline-block;
	padding: 3px 30px;
	border-radius: 50px;
	background: #d1af75;
	color: #FFF !important;
	font-size: 1.4rem;
	font-weight: bold;
}
#indexInfo .News p.LinkList a:hover,
#indexInfo .Media p.LinkList a:hover{
	background: #f0af41;
}

#main2{
	background: #FFF;
	text-align: center;
}

/****************************************

SALON

*****************************************/
.pageNavi{ background: url(../images/common/bg-highlight.gif); padding: 50px 0 0;}
.pageNavi ul{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 0;
}
.pageNavi ul:last-child{
	border-bottom: 1px solid #716146;	
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
}

.pageNavi ul li{
	display: inline-block;
	vertical-align: middle;
	width: 33.3%;
	box-sizing: border-box;
	border-top: 1px solid #716146;
	border-left: 1px solid #716146;
}

.pageNavi ul li:nth-child(3n){
	border-right: 1px solid #716146;
}
.pageNavi ul li a{
	display: block;
	width: 100%;
	text-align: center;
	color: #716146;
	font-weight: bold;
	padding: 5px 0;
	letter-spacing: -0.05em;
	font-size: 1.6rem;
    line-height: 1.6em;
}

.pageNavi ul li:hover{
	background: rgba(113,97,70,0.15);
	-webkit-transition: all .2s;
	transition: all .2s;
}

.slonMerit{
	
}
.slonMerit h4{
	background: url(../images/common/bg-middle.gif);
	margin: 60px 0 40px;
	color: #6d5d44;
	font-size: 1.4em;
}

.slonMerit h4 span{
	display: inline-block;
	background: #6d5d44;
	color: #FFF;
	padding: 10px 20px;
	margin: 0 10px 0 0;
}

.MeritColumn{ display: table; width: 100%;}
.MeritColumn div:first-child{ width: 570px; padding: 0 30px 0 0;}
.MeritColumn > div{ display: table-cell; vertical-align: top;}

.MeritColumn img{ max-width: 400px;}

.columnBtn ul,
.columnBtnP ul{
	display: table;
	margin: 0 auto;
}

.columnBtn ul li,
.columnBtnP ul li{
	display: table-cell;
	padding: 0 15px 0 0;
}
.columnBtn ul li+li,
.columnBtnP ul li+li{ padding: 0 0 0 15px;}

.columnBtn li a,
.columnBtnP li a{
	margin: 40px 0 0;
	display: inline-block;
	min-width: 200px;
	text-align: center;
	padding: 3px 30px;
	border-radius: 50px;
	background: #d1af75;
	color: #FFF !important;
	font-size: 1.4rem;
	font-weight: bold;
}
.columnBtn li a:hover{
	background: #f0af41;
}

.columnBtnP li a{
	background: #f47095 !important;
}
.columnBtnP li a:hover{
	background: #ff4478 !important;
}

.BannerArea{
	background: url(../images/common/bg-middle.gif);
	padding: 40px 0;
	margin: 100px 0 0;
}

.BannerArea ul{
	display: table;
	margin: 0 auto;
}
.BannerArea ul li{
	display: table-cell;
	padding: 0 15px 0 0;
}
.BannerArea ul li:nth-child(2){
	padding: 0 0 0 15px;
}

.Fcolumn2{
	margin: 0 0 40px;
}

.Fcolumn2 .left{
	float: left;
}

.Fcolumn2 .right{
	float: right;
}

 
.lineTitle {
  display: table;
  text-align: center;
  white-space: nowrap;
	font-size: 2.4rem;
	color: #726342;
	margin: 40px 0 40px ;
}
.lineTitle:after,.lineTitle:before{
  content: '';
  display: table-cell;
  width: 50%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 20%, currentColor -webkit-calc(5% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, currentColor), color-stop(currentColor calc(5% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 20%, currentColor calc(5% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}
.lineTitle:after{
  border-left: 2em solid  transparent;
}
.lineTitle:before{
  border-right: 2em solid transparent;
}
 


.column3{ display: table; width: 100%; box-sizing: border-box;}
.column3 li{
	display: table-cell;
	width: 33.33%;
	box-sizing: border-box;
	color: #726247;
}

.column3 li:nth-child(1){padding: 0 2% 0 0;}
.column3 li:nth-child(2){padding: 0 1% 0 1%;}
.column3 li:nth-child(3){padding: 0 0 0 2%;}

.salonOwnerDay li{
	text-align: center;
	font-size: 3.0rem;
}
.salonOwnerDay li span{
	font-size: 2.0rem;
}

.salonOwnerDay li h5{
	background: rgba(114,98,71,0.1);
	padding: 5px 10px;
	color: #726342;
    width: 100%;
	box-sizing: border-box;
	max-width: 334px;
}
.salonOwnerDay li p{
	margin: 20px 0 20px;
}

.column2{ display: table; width: 100%; box-sizing: border-box;}
.column2 li{
	display: table-cell;
	max-width: 485px;
    width: 45%;
	box-sizing: border-box;
}
.column2 li + li{
	max-width: 485px;
    width: 45%;
	padding: 0 0 0 1.5%;
	box-sizing: border-box;
}
.salonOwnerMap p{max-width: 485px;}
.salonOwnerMap strong{ color: #726342 !important;}
.salonOwnerMap iframe{ max-width: 485px; width: 100%; height: 250px; margin: 20px 0 0;}
.salonOwnerCompact{ margin: 40px 0 0;}
.salonOwnerCompact ul li{vertical-align: top; margin: 0 0 0;}

.salonOwnerCompactIN {font-size: 1.6rem;}
.salonOwnerCompactIN h4{background: #FFF;}
.salonOwnerCompactIN h4 img{ width: 100%;}
.salonOwnerCompactIN > div.box{ border: 1px solid #d1af75; min-height: 300px;}
.salonOwnerCompactIN h5{
	background: #d1af75;
	color: #FFF;
	padding: 15px 0;
	font-size: 2.4rem;
	text-align: center;
	position: relative;
}

.salonOwnerCompactIN h5:before{
	content:"";
	background: url(../images/for_salon_owners/img12.png);
	background-size: cover;
	height:30px;
	width: 30px;
	top:-15px;
	right: 50%;
	left: 50%;
	display: block;
	position: absolute;
}

.salonOwnerCompactIN .CompactText{
	text-align: center;
	color: #726247;
	padding: 3px 0;
	font-size: 1.8rem;
	border-bottom: 1px dotted #d1af75;
}
.CompactTextList{ padding: 10px;}
.CompactTextList p{
	color: #726247;
	position: relative;
	text-indent: -1em;
	padding: 0 0 0 1em;
}

.CompactTextList p:before{
	content:"・";
	color: #726247;
}

.CompactOsusume{
	text-align: center;
	background: url(../images/for_salon_owners/arrow.png) no-repeat;
	background-size:100% 100%;
	color: #FFF;
	height:50px;
	width: 100%;
}
.CompactList{ padding: 10px; border: 2px solid #f47095; background: #FFF; margin: 15px 0 0;}
.CompactList p{
	color: #f47095;
	position: relative;
	text-indent: -1em;
	padding: 0 0 0 1em;
}

.CompactList p:before{
	content:"・";
	color: #f47095;
}


h4.flow{
	background: url(../images/common/bg-middle.gif);
	padding: 5px 10px;
	font-size: 2.0rem;
	margin: 40px 0 40px;
}
h4.flow span{ font-size: 1.6rem;}

.flowBox{ padding: 0px 0 20px;}
.flowBox{background: url(../images/for_salon_owners/flow_line.png) repeat-y 13.6%;}

.flowBox dt,
.flowBox dd{
	margin: 30px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.flowBox dt{
	width:12%;
	text-align: right;
	padding: 0 3% 0 0;
	font-size:2.0rem;
	position: relative;
}
.flowBox dt span{ font-size:1.6rem;}
.flowBox dt:after{
	content: "●";
	font-size: 3.0rem;
	color: #f47095;
	right: 3%;
	position: absolute;
}


.flowBox dd{width:84%;}
.flowBox dd div{display: inline-block; vertical-align: middle;}
.flowBox dd div.photo{ border:2px solid #f47095; position: relative;}
.flowBox dd div.photo:before{
    content: "";
    position: absolute;
    border-top: 7px solid transparent;
    border-right: 10px solid #f47095;
    border-bottom: 7px solid transparent;
    border-left: 10px solid transparent;
    top: 43%;
    left: -20px;
}
.flowBox dd div:nth-child(2){
	padding: 0 0 0 10px;
}
.flowBox dd h5{ 
	background: #f47095;
	display: inline;
	padding: 3px 15px;
	border-radius: 20px;
	color: #FFF;
	font-size: 1.8rem;
}
.weeks4 {text-align: center;}
.weeks4 img{ max-width: 380px;}

.salonOwnerBanner{
	display: table;
	width: 100%;
	margin: 40px 0 0;
}

.salonOwnerBanner li{
	display: table-cell;
	max-width: 485px;
	padding: 0 15px 0 0;
}
.salonOwnerBanner li:nth-child(2){
	max-width: 485px;
	padding: 0 0 0 15px;
}

.salonOwnerBanner li img{ width: 100%;}

.salonOwnerQA dt{
	background: url(../images/for_salon_owners/img23.png) no-repeat,
				url(../images/for_salon_owners/qa_line.png) no-repeat 0 55px;
	min-height: 80px;
	padding: 30px 0 0 65px;
	box-sizing: border-box;
	margin: 40px 0 0;
}

.salonOwnerQA dd{
    background: url(../images/for_salon_owners/img24.png) no-repeat 50px center rgba(255,255,255,0.8);
    min-height: 100px;
    padding: 20px 0 20px 150px;
    box-sizing: border-box;
    margin: 20px 0 0;
}

.fontPlus{ font-size: 1.3em;}
.LinkBtn{
    display: inline-block;
    padding: 0px 15px;
    margin: 0 0 0 10px;
    border-radius: 50px;
    background: #d1af75;
    color: #FFF !important;
    font-size: 1.4rem;
    font-weight: bold;
}
.LinkBtn:hover{ background: #f0af41;}

#SalonOwners p{ margin: 30px 0 0;}


#SalonOwners{
	padding: 0 0 100px;
}

#SalonOwners a{
	color: #666;
}

#SalonOwners ul{
	max-width: 830px;
	margin: 0 auto;
}

#SalonOwners ul li{
	display: table;
	margin: 20px 0 0;
}

#SalonOwners ul li div{
	display: table-cell;
	vertical-align: top;
}
.SalonOwnersTitle { padding: 40px 0 0px;}
.SalonOwnersTitle img{
	max-width: 425px;
	width: 100%;
}


#SalonOwners ul li{
	background: url(../images/index/owner_line.png) no-repeat;
	background-position:right 40px;
}

.SalonOwnersThumb img{
	width: 226px;
}

.SalonOwnersComent{
	padding: 0 0 0 20px;
	font-size: 1.4rem;
}

.SalonOwnersComent h4{
	padding: 10px 0 0;
}

.SalonOwnersComent h4 img{ height: 25px;}

.SalonOwnersComent p{
	margin: 15px 0 0 !important;
}

.SalonOwnersComent .SalonOwnerslink p{
	display: inline-block;
	padding: 3px 30px;
	border-radius: 50px;
	background: #d1af75;
	color: #FFF !important;
	font-size: 1.4rem;
	font-weight: bold;
}
#SalonOwners ul li a:hover .SalonOwnersComent .SalonOwnerslink p{
	background: #f0af41;
	-webkit-transition: all .2s;
	transition: all .2s;
}


.GSSistem{ max-width: 900px; margin: 0 auto; padding: 100px 0 0;}
.GSSistem img{ width: 100%;}

/****************************************

VOICE

*****************************************/
.VoiceLead{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 40px;
	color: #726247;
}

.VoiceOwnerBox{
	padding: 23px;
	background: #e7e2da;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
}

.VoiceOwnerBox img { width: 100%; max-width: 600px;}

.VoiceOwnerBox ul{ margin: 15px 0 0; text-align: left;}
.VoiceOwnerBox ul li{
	text-indent: -0.5em;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.VoiceOwnerBox ul li span{padding-left: 3.5em;}
.VoiceText{ color: #726247;}
.VoiceText p ~ p{ margin: 2em 0 0;}


/****************************************

PRODUCT

*****************************************/

#ConceptWrapper{
	background: url(../images/index/concept_l.png) left top no-repeat,url(../images/index/concept_r.png) right top no-repeat;
	background-color: rgba(255,255,255,0.50);
	text-align: center;
	padding: 0 0 100px;
    max-width: 100% !important;
}

#ConceptWrapper h3{
	padding: 100px 0 10px;
	overflow: hidden;
	background:url(../images/common/h3_line.png) no-repeat center bottom;
	text-align: center;
}


#ConceptWrapper p{ margin: 30px 0 0;}

#ConceptWrapper p a{
	display: inline-block;
	padding: 3px 30px;
	border-radius: 50px;
	background: #f47095;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
}
#ConceptWrapper p a:hover{
	background: #ff4478;
}

.productItem01,
.productItem02,
.productItem03{
	margin: 40px auto 0;
}

.productItem01 li{
	display: inline-block;
	margin: 0 15px 20px 0;
	padding: 20px 10px 60px;
	width: 315px;
	background: #FFF;
	text-align: center;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.03);
}
.productItem02 li,
.productItem03 li{
	display: inline-block;
	margin: 0 15px 20px 0;
	padding: 10px 10px 10px;
	width: 315px;
	background: #FFF;
	text-align: center;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.03);
}
.productItem01 li:nth-child(3n),
.productItem02 li:nth-child(3n),
.productItem03 li:nth-child(3n){ margin: 0 0 20px 0;}

.productItem01 li h4,
.productItem02 li h4,
.productItem03 li h4{
	text-align: center;
	background: #d1af75;
	color: #FFF;
	font-weight: bold;
	border-radius: 20px;
	margin: 0 0 2em;
}
.productItem01 li img + p,
.productItem02 li img + p,
.productItem03 li img + p{
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0.5em 0 1.5em;
}

.productItem01 li p,
.productItem02 li p,
.productItem03 li p{
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0.5em 0 0;
}

.productItemBox{
	background: #f2eee9;
	padding: 10px 10px;
	border-radius: 3px;
}

.productItem02 li div.productItemBox h5,
.productItem03 li div.productItemBox h5{
	line-height: 1.4em;
	text-align: center;
	font-weight: bold;
}

.productItem02 li div.productItemBox p,
.productItem03 li div.productItemBox p{
	text-align: left;
}

.productItem02 li div.productItemBox div,
.productItem03 li div.productItemBox div{
	background: #FFF;
	padding: 10px;
	border-radius: 3px;
	margin: 20px 0 0;
}
.productItem02 li div.productItemBox h6,
.productItem03 li div.productItemBox h6{
	margin: 0;
	background: #d1af75;
	font-size: 0.8em;
	color: #FFF;
}


.productItem01 li p.productLink,
.productItem02 li p.productLink,
.productItem03 li p.productLink{
	position: absolute;
	bottom: 20px;
    width: 96%;
}
.productItem01 li p.productLink a{
	margin: 40px 0 0;
	display: inline-block;
	min-width: 200px;
	text-align: center;
	padding: 3px 30px;
	border-radius: 50px;
	background: #f47095;
	color: #FFF !important;
	font-size: 1.4rem;
	font-weight: bold;
}
.productItem01 li p.productLink a:hover{
	background: #ff4478;
}

.productTitleH4Mark{
	background: url(../images/common/h4_bg.png) center 80% no-repeat,url(../images/common/bg-middle.gif);
	font-size: 1.4em;
	text-align: center;
	margin: 60px 0 20px;
	padding: 20px 5px 30px;
	color: #726247;
	border-radius: 3px;
}
.productTitleH4{
	background: url(../images/common/bg-middle.gif);
	font-size: 1.4em;
	text-align: center;
	margin: 60px 0 20px;
	padding: 10px 5px 10px;
	color: #726247;
	border-radius: 3px;
}

.productChartH5{
	margin: 60px 0 20px;
	padding: 0 0 0 0;
	box-sizing: border-box;
	position: relative;
	text-indent: 130px;
}
.productChartH5::after{
	content:'';
	border-bottom: 1px solid #c7a76f;
	display: block;
	position: absolute;
	width: 100%;
	bottom:15px;
}


.productChart{
	max-width: 830px;
	margin: 0 auto;
	display: table;
}

.productChart > div{
	display: table-cell;
	vertical-align: middle;
}

.productChart p{ width: 100%;}
.productChart p+p{ width: 100%; padding: 10px 0 0 !important;}

.productChartItem{
	text-align: center;
	position: relative;
	z-index: 100;
	background: url(../images/product/product_item_bg.png) no-repeat center center;
}


.productChart .w516{
	padding: 0 0 0 30px;
	box-sizing: border-box;
}


/****************************************

SkinCare

*****************************************/
.pageNavi3Column{ background: url(../images/common/bg-highlight.gif); padding: 50px 0 0;}
.pageNavi3Column ul{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 0;
}
.pageNavi3Column ul:last-child{
	border-bottom: 1px solid #716146;	
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
}

.pageNavi3Column ul li{
	display: inline-block;
	vertical-align: middle;
	width: 33.3%;
	box-sizing: border-box;
	border-top: 1px solid #716146;
	border-left: 1px solid #716146;
}
.pageNavi3Column ul li.pageNaviDouble{
	width: 66.6%;
}

.pageNavi3Column ul li:nth-child(3),
.pageNavi3Column ul li:nth-child(5){
	border-right: 1px solid #716146;
}
.pageNavi3Column ul li a{
	display: block;
	width: 100%;
	text-align: center;
	color: #716146;
	font-weight: bold;
	padding: 5px 0;
	letter-spacing: -0.05em;
	font-size: 1.6rem;
	line-height: 1.5em;
}

.pageNavi3Column ul li:hover{
	background: rgba(113,97,70,0.15);
	-webkit-transition: all .2s;
	transition: all .2s;
}

.skincareBox{
	display: table;
	max-width: 1000px;
	margin: 50px 0 50px;
}
.skincareBoxLeft img,
.skincareBoxRight img{ width: 100%; max-width: 313px; padding: 0 0 10px;}
.skincareBoxLeft{
	display: table-cell;
	width: 66.6%;
	padding:0 15px 0 0;
}
.skincareBoxLeft ul{
	display: table;
}
.skincareBoxLeft ul li{
	display: table-cell;
	width: 33.3%;
}
.skincareBoxLeft ul li:first-child{
	padding:0 15px 0 0;
}
.skincareBoxLeft ul li:last-child{
	padding:0 0 0 15px;
}

.skincareBoxRight{
	display: table-cell;
	width: 33.3%;
	padding:0 0 0 15px;
}

.skincareBoxText {
	margin: 10px 0 0;
	border: 1px solid #dddddd;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px;
	background: #FFF;
}
.Scolumn2 {display: table;}
.Scolumn2 .halfleft{
	vertical-align: top;
	display: table-cell;
	width: 50%;
	padding: 0 15px 0 0;
}

.Scolumn2 .halfright{
	vertical-align: top;
	display: table-cell;
	width: 50%;
	padding: 0 0 0 15px;
}

.Scolumn2 .halfleft img,
.Scolumn2 .halfright img{width: 100%;}

.skincareRose{
	font-size: 1.0em;
	color: #726247;
	line-height: 1.4em;
	padding: 1.5% 0;
}

.UtilityColumn{ display: table; width: 100%;}
.UtilityColumn div:first-child{ width: 400px; padding: 0 30px 30px 0;}
.UtilityColumn > div{ display: table-cell; vertical-align: top;}

.UtilityColumn img{ max-width: 400px;}
.UtilityColumn h5{ font-size: 1.2em; padding: 0 0 10px; display: block;}


/****************************************

RESPONSIVE

*****************************************/
@media screen and (max-width: 1000px){
	img.res{ width: 100%;}
}
@media screen and (max-width: 900px){

/****************************************

INDEX

*****************************************/
#MainWrapper img{
	width: 100%;
}

	#MainBanner .sp ol{
		display: table;
		width: 100%;
	}

	#MainBanner .sp ol > li{
		display: table-cell;
		width: 48%;
	}
#MainBanner div.sp ol > li:nth-child(1){ padding: 0% 1% 2% 0;}
#MainBanner div.sp ol > li:nth-child(2){ padding: 0% 0 2% 1%;}
#MainBanner div.sp ol > li a{
	display: block;
	background: url(../images/common/border_l.png) left no-repeat,
			 	url(../images/common/border_r.png) right no-repeat,
		 		url(../images/common/border_t.png) top no-repeat,
		 		url(../images/common/border_b.png) bottom no-repeat;
	background-color: #FFF;
	width: 100%;
	line-height: 50px;
	text-align: center;
	color: #5f482a;
	font-weight: bold;
	font-size: 1.8rem;
}
#MainBanner div.sp ol > li a span.icon01::before{
	content:"";
	background: url(../images/common/f_icon01.png);
	background-size: contain;
	display: inline-block;
	margin: 0 10px 0 0;
	position: relative;
	top: 7px;
	height: 26px;
	width: 26px;
}

#MainBanner div.sp ol > li a span.icon02::before{
	content:"";
	background: url(../images/common/f_icon02.png);
	background-size: contain;
	display: inline-block;
	margin: 0 10px 0 0;
	position: relative;
	top: 7px;
	height: 26px;
	width: 26px;
}
	
	


}

@media screen and (max-width: 800px){

#TitleWrapper{ height: 250px; position: relative;}
#TitleWrapper h2{ text-align: left; padding: 0 0 0; position: absolute;}
#TitleWrapper h2 img{ max-width: 600px;}

.Salon #TitleWrapper{ background: url(../images/for_salon_owners/title_bg_sp.png) no-repeat right;}
.Salon #TitleWrapper h2{ bottom: 0;}
.Voice #TitleWrapper{ background: url(../images/voice/title_bg_sp.png) no-repeat right;}
.Voice #TitleWrapper h2{ bottom: 35%;}
.Product #TitleWrapper{ background: url(../images/product/title_bg_sp.png) no-repeat right;}
.Product #TitleWrapper h2{ bottom: 35%;}
.SkinCare #TitleWrapper{ background: url(../images/skincare/title_bg_sp.png) no-repeat right;}
.SkinCare #TitleWrapper h2{ bottom: 35%;}



h3.title{
	padding: 100px 0 100px;
	background: url(../images/common/h3_bg_sp.png) center bottom no-repeat;
	margin: 0 0 40px;
	text-align: center;
}
	
.titleFirst{padding: 50px 0 100px !important;}	

.caption{ font-size: 0.8em; line-height: 1.6em;}
.Left570{ max-width: 100%; width: 100%;}
.Right400{max-width: 100%; width: 100%; margin: 0 0 40px;}
.Right400 img{width: 100%;}
.w570{ max-width: 100%; width: 100%;}
.w400{ max-width: 100%; width: 100%; margin: 0 0 40px;}

#ContentWrapper .footBanner{ margin: 100px 0 0;}

.BannerArea img{ width: 100%; max-width: 640px; height: auto;}
.TEL a{ pointer-events: auto;}
	
/****************************************

INDEX

*****************************************/
#indexConcept{
	background: none;
	text-align: center;
	padding: 0 0 100px;
}
#indexConcept h3 strong.indexTitle01{
	display: block;
	padding: 0 0 0;
}
#indexConcept h3 strong.indexTitle02,
#indexOwner h3 strong.indexTitle03{
	display: block;
	padding: 0 0 3%;
}
#indexConcept h3 strong.indexTitle01{ background:url(../images/index/index_title01_sp.png) no-repeat center center,url(../images/common/h3_line.png) no-repeat center bottom; background-size:contain; height: 60px; max-width: 640px;}
#indexConcept h3 strong.indexTitle02{ background:url(../images/index/index_title02_sp.png) no-repeat center center,url(../images/common/h3_line.png) no-repeat center bottom; background-size:contain; height: 35px; max-width: 640px;}
#indexOwner h3 strong.indexTitle03{ background:url(../images/index/index_title03_sp.png) no-repeat center center,url(../images/common/h3_line.png) no-repeat center bottom; background-size:contain; height: 35px; max-width: 640px;}

#indexConcept p a{
	display: inline-block;
	padding: 3px 30px;
	border-radius: 50px;
	background: #f47095;
	color: #FFF;
	font-size: 2.0rem;
	font-weight: bold;
}
#indexConcept p a:hover{
	background: #ff4478;
}


.indexBDIH{
	text-align: center;
}
.indexBDIH img{
	max-width: 320px;
	width: 100%;
}
	
	
.OwnerBtn{ display: block !important;}
.OwnerBtn{
	background: url(../images/common/plus.png) 95% 42% no-repeat #FFF;
	background-size: 20px;
	padding: 5%;
	margin: 0 0 5%;
	}
#indexOwner .active{
		background: url(../images/common/minus.png) 95% 42% no-repeat #FFF;
		background-size: 20px;
}
.OwnerBtn ~ a{display: none;}

.OwnerBtn img{ max-width: 420px; width: 80%; height: auto;}

#indexOwner ul{
	max-width: 100%;
	margin: 0 auto;
}

#indexOwner ul li{
	display: block;
	margin: 20px 0 0;
}

#indexOwner ul li div{
	display: block;
	vertical-align: top;
}
.indexOwnerTitle { margin: 0 0 8%;}
.indexOwnerTitle img{
	max-width: 425px;
	width: 100%;
}


#indexOwner ul li{
	background: none;
	background-position:right 40px;
}
.indexOwnerThumb{ text-align: center;}
.indexOwnerThumb img{ width: 70%;}

.indexOwnerComent{
	padding: 0 0 0 20px;
	font-size: 1.6rem;
	line-height: 2.6rem;
}
	

.indexOwnerComent h4{
	text-align: center;
	padding: 3% 0;
}

.indexOwnerComent h4 img{ max-width: 420px; width: 100%; height: auto;}

.indexOwnerComent p{ margin: 15px 0 0 !important;}


.indexOwnerComent .indexOwnerlink{ text-align: center;}
	
.indexOwnerComent .indexOwnerlink p{
	display: inline-block;
	padding: 3px 13%;
	border-radius: 50px;
	background: #d1af75;
	color: #FFF !important;
	font-size: 2.0rem;
	font-weight: bold;
}
#indexOwner ul li a:hover .indexOwnerComent .indexOwnerlink p{
	background: #f0af41;
  -webkit-transition: all .2s;
  transition: all .2s;
}

	
#indexInfo{
	width: 96%;
	padding: 15% 0 100px;
	display: block;
}
#indexInfo .News,
#indexInfo .Media{
	display: block;
	max-width: 100%;
	line-height: 2.2rem;
}

#indexInfo .News{ padding: 0 0 0 0;}
#indexInfo .Media{ padding: 0 0 0 0;}


#indexInfo .News h3,
#indexInfo .Media h3{
	padding: 15% 0 0;
}

#indexInfo .News dl dt:nth-child(n + 2){ display: none;}
#indexInfo .News dl dd:nth-child(n + 3){ display: none;}

#indexInfo .Media dl dt:nth-child(n + 2){ display: none;}
#indexInfo .Media dl dd:nth-child(n + 3){ display: none;}


.NewsThumb img{ width: 86px;}
.MediaThumb img{ width: 55px;}


#indexInfo .News p.LinkList a,
#indexInfo .Media p.LinkList a{
	margin: 40px 0 0;
	display: inline-block;
	padding: 3px 13%;
	border-radius: 50px;
	background: #d1af75;
	color: #FFF !important;
	font-size: 2.0rem;
	font-weight: bold;
}
#indexInfo .News p.LinkList a:hover,
#indexInfo .Media p.LinkList a:hover{
	background: #f0af41;
}



/****************************************

SALON

*****************************************/
.pageNavi{ background: url(../images/common/bg-light.gif); padding: 0 0 0;}
.pageNavi ul{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 0;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
}
.pageNavi ul:last-child{
	border-bottom: 1px solid #716146;	
}
.pageNavi ul li:nth-child(2n){
	border-right: 1px solid #716146;	
}

.pageNavi ul li{
	width: 50%;
	box-sizing: border-box;
}

.pageNavi ul li a{/*
	padding: 15px 0;
	font-size: 3.2vw;*/
}

.slonMerit h4{
	font-size: 1.2em;
	position: relative;
	padding: 10px 0 10px 70px;
}

.slonMerit h4 span{
	display: inline-block;
	height: 100%;
	position: absolute;
	top: 0;
    left: 0;
    box-sizing: border-box;
}

.MeritColumn{ display: block; width: 100%;}
.MeritColumn div:first-child{ width: 100%; padding: 0 0 0 0;}
.MeritColumn > div{ display: block; vertical-align: top; text-align: left;}
.MeritColumn div:last-child{ text-align: center; margin: 20px 0 0;}

.MeritColumn img{ max-width: 600px;}

.columnBtn ul,
.columnBtnP ul{
	display: block;
	margin: 0 auto;
}

.columnBtn ul li,
.columnBtnP ul li{
	display: block;
	padding: 0 0 0 0;
	text-align: center;
}
.columnBtn ul li+li,
.columnBtnP ul li+li{ padding: 0 0 0 0;}

.columnBtn li a,
.columnBtnP li a{
	margin: 4% 0 0;
	display: inline-block;
	text-align: center;
    padding: 3px 13%;
    font-size: 1.8rem;
    font-weight: bold;
	min-width: 100%;
    box-sizing: border-box;
}
	
.BannerArea{
	background: url(../images/common/bg-middle.gif);
	padding: 40px 0;
	margin: 100px 0 0;
}

.BannerArea ul{
	display: block;
	margin: 0 auto;
}
.BannerArea ul li{
	display: block;
	padding: 0 0 0 0;
	text-align: center;
}
.BannerArea ul li:nth-child(2){
	padding: 5% 0 0 0;
}

.Fcolumn2{
	margin: 0 0 40px;
}

.Fcolumn2 .left{
	float: none;
}

.Fcolumn2 .right{
	float: none;
}

 
.lineTitle {
  display: table;
  text-align: center;
  white-space: nowrap;
	font-size: 1.2em;
	color: #726342;
	margin: 40px 0 40px ;
}
.lineTitle:after{
  border-left: 1em solid  transparent;
}
.lineTitle:before{
  border-right: 1em solid transparent;
}
 


.column3{ display: block; width: 100%; box-sizing: border-box;}
.column3 li{
	display: block;
	width: 100%;
	box-sizing: border-box;
	color: #726247;
}

.column3 li:nth-child(1){padding: 0 0 0 0;}
.column3 li:nth-child(2){padding: 0 0 0 0;}
.column3 li:nth-child(3){padding: 0 0 0 0;}

.salonOwnerDay li{
	width: 100%;
	font-size: 1.4em;
}
.salonOwnerDay li span{
	font-size: 0.7em;
}

.salonOwnerDay li h5{

	max-width: 100%;
}

.column2{ display: block; width: 100%; box-sizing: border-box;}
.column2 li{
	display: block;
	max-width: 100%;
    width: 100%;
	box-sizing: border-box;
}
.column2 li + li{
	max-width: 100%;
    width: 100%;
	padding: 0 0 0 0%;
	box-sizing: border-box;
}
.salonOwnerMap p{max-width: 100%;}
.salonOwnerMap iframe{ max-width: 100%; width: 100%; height: 250px; margin: 20px 0 0;}
.salonOwnerCompact{ margin: 40px 0 0;}
.salonOwnerCompact ul li{vertical-align: top; margin: 0 0 0;}

.salonOwnerCompactIN {font-size: 0.8em;}
.salonOwnerCompactIN h4{background: #FFF;}
.salonOwnerCompactIN h4 img{ width: 100%;}
.salonOwnerCompactIN > div.box{ border: 1px solid #d1af75; min-height: 300px;}
.salonOwnerCompactIN h5{
	font-size: 1.4em;
}

.salonOwnerCompactIN h5:before{
	height:40px;
	width: 40px;
	top:-20px;
	left: 45%;
}

.salonOwnerCompactIN .CompactText{
	font-size: 1.4em;
}

.CompactList{ padding: 10px; border: 2px solid #f47095; background: #FFF; margin: 15px 0 80px;}
.CompactList p{
	color: #f47095;
	position: relative;
	text-indent: -1em;
	padding: 0 0 0 1em;
}

.CompactList p:before{
	content:"・";
	color: #f47095;
}


h4.flow{
	background: url(../images/common/bg-middle.gif);
	font-size: 1.0em;
	line-height: 1.2em;
}
h4.flow span{ font-size: 0.6em;}

.flowBox{ padding: 0px 0 20px;}
.flowBox{background: url(../images/for_salon_owners/flow_line.png) repeat-y 23.5%;}

.flowBox dt,
.flowBox dd{
	margin: 30px 0 0;
	vertical-align: top;
}

.flowBox dt{
	width:20%;
	text-align: right;
	padding: 3.5% 6% 0 0;
	font-size:1.0em;
	position: relative;
}
.flowBox dt span{ font-size:0.6em;}
.flowBox dt:after{
	content: "●";
	font-size: 3.0rem;
	color: #f47095;
	right: 3%;
	position: absolute;
}


.flowBox dd{width:70%;}
.flowBox dd h5{ 
	font-size: 1.0em;
}
.weeks4 {text-align: center;}
.weeks4 img{ max-width: 380px;}

.salonOwnerBanner{
	display: block;
	width: 100%;
	margin: 40px 0 0;
}

.salonOwnerBanner li{
	display: block;
	max-width: 100%;
	padding: 0 0 0 0;
}
.salonOwnerBanner li:nth-child(2){
	max-width: 100%;
	padding: 8% 0 0 0;
}

.salonOwnerBanner li img{ width: 100%;}

.salonOwnerQA dt{
	background: url(../images/for_salon_owners/img23.png) no-repeat,
				url(../images/for_salon_owners/qa_line.png) no-repeat 0 bottom;
	padding: 0 0 0 65px;
	font-size: 0.9em;
}

.salonOwnerQA dd{
    background: url(../images/for_salon_owners/img24.png) no-repeat 10px center rgba(255,255,255,0.8);
    padding: 20px 0 20px 100px;
	font-size: 0.9em;
	line-height: 1.6em;
}

.fontPlus{ font-size: 1.3em;}
.LinkBtn{
    display: inline-block;
    padding: 0px 15px;
    margin: 0 0 0 10px;
    border-radius: 50px;
    background: #d1af75;
    color: #FFF !important;
    font-size: 1.4rem;
    font-weight: bold;
}
.LinkBtn:hover{ background: #f0af41;}

	
.OwnerBtn{ display: block !important;}
.OwnerBtn{
	background: url(../images/common/plus.png) 95% 42% no-repeat #FFF;
	background-size: 20px;
	padding: 5%;
	margin: 0 0 5%;
	}
#SalonOwners .active{
		background: url(../images/common/minus.png) 95% 42% no-repeat #FFF;
		background-size: 20px;
}
.OwnerBtn ~ a{display: none;}

.OwnerBtn img{ max-width: 420px; width: 80%; height: auto;}

#SalonOwners ul{
	max-width: 100%;
	margin: 0 auto;
}

#SalonOwners ul li{
	display: block;
	margin: 20px 0 0;
}

#SalonOwners ul li div{
	display: block;
	vertical-align: top;
}
.SalonOwnersTitle { margin: 0 0 0;}
.SalonOwnersTitle img{
	max-width: 425px;
	width: 100%;
}


#SalonOwners ul li{
	background: none;
	background-position:right 40px;
}
.SalonOwnersThumb{ text-align: center;}
.SalonOwnersThumb img{ width: 70%;}

.SalonOwnersComent{
	padding: 0 0 0 20px;
	font-size: 1.6rem;
	line-height: 2.6rem;
}
	

.SalonOwnersComent h4{
	text-align: center;
	padding: 3% 0;
}

.SalonOwnersComent h4 img{ max-width: 420px; width: 100%; height: auto;}

.SalonOwnersComent p{ margin: 15px 0 0 !important;}


.SalonOwnersComent .SalonOwnerslink{ text-align: center;}
	
.SalonOwnersComent .SalonOwnerslink p{
	display: inline-block;
	padding: 3px 13%;
	border-radius: 50px;
	background: #d1af75;
	color: #FFF !important;
	font-size: 2.0rem;
	font-weight: bold;
}
#SalonOwners ul li a:hover .SalonOwnersComent .SalonOwnerslink p{
	background: #f0af41;
  -webkit-transition: all .2s;
  transition: all .2s;
}

	
.VoiceOwnerBox ul li span{padding-left: 0;}

	
/****************************************

PRODUCT

*****************************************/

#ConceptWrapper{
	background: url(../images/common/concept_r_sp.png) right top no-repeat;
	background-color: rgba(255,255,255,0.50);
	text-align: center;
	padding: 0 0 100px !important;
    max-width: 100% !important;
}
	
	
.productItem01 li{
	display: block;
	margin: 0 0px 20px 0;
	padding: 20px 10px 60px;
	width: 100%;
}
.productItem02 li,
.productItem03 li{
	display: block;
	margin: 0 0px 20px 0;
	padding: 10px 10px 10px;
	width: 100%;
}

.productItem01 li:nth-child(3n),
.productItem02 li:nth-child(3n),
.productItem03 li:nth-child(3n){ margin: 0 0 20px 0;}


.productChartH5{
	margin: 60px 0 20px;
	padding: 0 0 0 0;
	box-sizing: border-box;
	position: relative;
	text-indent: 0;
}
.productChartH5::after{
	content:'';
	border-bottom: 1px solid #c7a76f;
	display: block;
	position: absolute;
	width: 100%;
	bottom:15px;
}


.productChart{
	max-width: 100%;
	margin: 0 auto;
	display: table;
}

.productChart > div{
	display: block;
	vertical-align: middle;
}

.productChart p{ width: 100%;}

.productChartItem{
	text-align: center;
	position: relative;
	z-index: 100;
	background: url(../images/product/product_item_bg.png) no-repeat center center;
	min-height: 230px;
	vertical-align: middle;
}

.productChartItem img{ max-width: 400px;}
	
.productChart .w230{
	width: 100%;
	text-align: center;
}

.productChart .w516{
	padding: 0 0 0 0px;
	box-sizing: border-box;
	width: 100%;
}
	
	

/****************************************

SkinCare

*****************************************/
.pageNavi3Column ul{
	width: 100%;
}
.pageNavi3Column ul li{
	width: 50%;
}
.pageNavi3Column ul li.pageNaviDouble{
	width: 100%;
}

.pageNavi3Column ul li:nth-child(3),
.pageNavi3Column ul li:nth-child(5){
	border-right: none;
}
.pageNavi3Column ul li:nth-child(2n),
.pageNavi3Column ul li:nth-child(5){
	border-right: 1px solid #716146;
}
.skincareBox{
	display: block;
}
.skincareBoxLeft img,
.skincareBoxRight img{ width: 100%; max-width: 600px; padding: 0 0 10px;}
.skincareBoxLeft{
	display: block;
	width: 100%;
	padding:0 0 0 0;
	text-align: center;
}
.skincareBoxLeft ul{
	display: block;
}
.skincareBoxLeft ul li{
	display: block;
	width: 100%;
}
.skincareBoxLeft ul li:first-child{
	padding:0 0 0 0;
}
.skincareBoxLeft ul li:last-child{
	padding:0 0 0 0;
}

.skincareBoxRight{
	display: table-cell;
	width: 100%;
	padding:0 0 0 0;
}

.skincareBoxText {
	margin: 10px 0 80px;
	border: 1px solid #dddddd;
}
.Scolumn2 {display: block;}
.Scolumn2 .halfleft{
	display: block;
	width: 100%;
	padding: 0 0 0 0;
}

.Scolumn2 .halfright{
	display: block;
	width: 100%;
	padding: 0 0 0 0;
}

.Scolumn2 .halfleft img,
.Scolumn2 .halfright img{width: 100%;}

	
.UtilityColumn{ display: block; width: 100%;}
.UtilityColumn div:first-child{ width: 100%; padding: 0 0 0 0;}
.UtilityColumn > div{ display: block; vertical-align: top; text-align: left;}
.UtilityColumn div:last-child{ text-align: center; margin: 20px 0 0;}

.UtilityColumn img{ max-width: 600px;}

}
/*----max-width: 800px*/



@media screen and (max-width: 640px){

	img{ width: 100%;}

/****************************************

INDEX

*****************************************/
#MainWrapper{
	height: 500px;
	position: relative;
	overflow: hidden;
}
#MainWrapper .main01 {
    height: 500px;
}
#MainWrapper .main01 h2 a{
	height: 100%;
	width: 100%;
	display: block;
	height: 500px;
	box-sizing: border-box;
}

#MainWrapper ul li h2 img{
    position: absolute;
    top: 100px;
    margin: auto;
}
	
#MainWrapper .main01{
	background: url(../images/index/slider01_bg.png) no-repeat 50% 50%;
	background-size: cover;
	height: 100%;
	width: 100%;
}
#MainWrapper ul li.main01  h2 img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#MainWrapper .main01 h2 a{
	height: 100%;
	width: 100%;
	display: block;
	height: 500px;
}
#MainWrapper .main02{
	background: url(../images/index/slider02_bg_sp.png) no-repeat 50% 0%;
	background-size: cover;
	height: 100%;
	width: 100%;
}
#MainWrapper ul li.main02  h2 img{
    position: absolute;
    left: 0;
    bottom: -240px;
    margin: auto;
	max-width: 640px;
	width: 100%;
}
#MainWrapper .main02 h2 a{
	height: 100%;
	width: 100%;
	display: block;
	height: 500px;
}
#MainWrapper .main03{
	background: url(../images/index/slider03_bg_sp.png) no-repeat 50% 0%;
	background-size: cover;
	height: 100%;
	width: 100%;
}
#MainWrapper ul li.main03 h2 img{
    position: absolute;
    left: 0;
    bottom: -240px;
    margin: auto;
	max-width: 640px;
	width: 100%;
}

#MainWrapper .main03 h2 a{
	height: 100%;
	width: 100%;
	display: block;
	height: 500px;
}

	
#MainBanner > ul{
	display: block;
}
#MainBanner > ul > li{
	max-width: 640px;
	width: 100%;
	display: block;
	text-align: center;
}
#MainBanner > ul > li:nth-child(1){ padding: 5% 0 0 0;}
#MainBanner > ul > li:nth-child(2){ padding: 5% 0 0 0;}
#MainBanner > ul > li:nth-child(3){ padding: 5% 0 0 0;}

#MainBanner div.sp ol > li a{
	font-size: 1.6rem;
}

	
	
#indexConcept h3 img,
#indexOwner h3 img{
	width: 100%;
	max-width: 600px;
}

	
.productItem01 li p.productLink a {
    min-width: auto;
}
.productChartH5::after {
    border-bottom: none;
}
}

@media screen and (max-width: 480px){

/****************************************

INDEX

*****************************************/
.pageNavi ul li a{
	/*padding: 15px;*/
	box-sizing: border-box;
	/*font-size: 10vw;*/
}

.productChartItem {
    padding: 5vw 0 0;
}
}




