/*
Theme Name: Mousa EO
Theme URI: http://mousa-eo.jp
Author: Toshiki Okada
Author URI: http://hulahoopers.me/
Description: Mousa EOのためのテーマ　レスポンシブWebデザイン対応
Version: 1.0
*/

@charset "utf-8";

body {
	color: #222;
	font-family: 'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
}
sup {
	font-size: 0.6em;
}

.title_area{
	background: url(/img/common/bg_common.jpg) no-repeat;
	height: 400px;
	background-size: cover;
}
.title_area .inner{
	max-width: 1200px;
	margin: 0 auto;
}
.title_area .inner h1{
	font-size: 48px;
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	color: #000;
	font-feature-settings : "palt";
	margin-top: 80px;
	line-height: 120%;
}
.title_area .inner h1 span{
	font-size: 16px;
	color: #e91371;
	display: block;
	font-weight: normal;
/*	margin-bottom: 30px;*/
	font-family: linotype-didot, serif;
	font-weight: 700;
	font-style: normal;
}
.sml{
	font-size: 12px;
}
@media screen and (min-width: 837px) {
	.crumb {display: flex;}
}
@media screen and (max-width: 836px) {
	.title_area{
	background: url(/img/common/bg_common.jpg) no-repeat;
	height: 200px;
	background-size: cover;
	}
	.title_area .inner{padding:  45px 16px;}
	.title_area .inner h1{
		font-size: 30px;
		font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
		color: #000;
		font-feature-settings : "palt";
		margin: 0;
	}
	.title_area .inner h1 span{
		font-size: 14px;
		color: #e91371;
		display: block;
		font-weight: normal;
/*		margin-bottom: 16px;*/
		font-family: linotype-didot, serif;
		font-weight: 700;
		font-style: normal;
	}
}
/* --------------------------------------------------
  company
--------------------------------------------------*/
table.company{
	width: 100%;
	border-top: solid 1px #eee;
}
table.company th{
	font-size: 18px;
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	color: #000;
	text-align: left;
	padding: 30px 0;
	border-bottom: solid 1px #eee;
	width: 20%;
}
table.company td{
	font-size: 16px;
	color: #000;
	text-align: left;
	padding: 30px 0;
	border-bottom: solid 1px #eee;
	width: 80%;
}
@media screen and (max-width: 836px) {
	table.company th{
		font-size: 16px;
		display: block;
		width: 100%;
		padding: 16px 0;
	}
	table.company td{
		font-size: 16px;
		display: block;
		width: 100%;
		padding: 16px 0;
	}
}
/* --------------------------------------------------
  guide
--------------------------------------------------*/
.guideBox h3{
	font-size: 18px;
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	color: #000;
	text-align: left;
	padding-bottom: 16px ;
	margin-bottom: 20px;
	border-bottom: solid 1px #eee;
}
.guideBox p{
	margin-bottom: 50px;
}
.guideBox ul{
	margin-bottom: 50px;
}
@media screen and (max-width: 836px) {
	.guideBox h3{
	font-size: 18px;
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	color: #000;
	text-align: left;
	padding-bottom: 8px ;
	margin-bottom: 16px;
	border-bottom: solid 1px #eee;
	}
	.guideBox p{
		margin-bottom: 32px;
	}
}
/* --------------------------------------------------
  sitemap
--------------------------------------------------*/
.sitemap {
	display: flex;
	justify-content: space-between;
}
.sitemap a{
	color: #333;
}
.sitemap .box{
	width: 48%;
}
.sitemap h3{
	font-size: 18px;
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	color: #000;
	text-align: left;
	padding-bottom: 16px ;
	margin-bottom: 20px;
	border-bottom: solid 1px #eee;
}
.sitemap h3 a {
	position: relative;
	padding-left: 1.5em;
}
.sitemap h3 a:before{
	content: "\ea42";
	font-family: 'icomoon';
	position: absolute;
	left: 0;
	bottom: 50%;
	transform: translateY(50%);
}
.sitemap i{
	padding-right: 8px;
}
.sitemap ul{
	margin-bottom: 50px;
}
.sitemap ul li{
	margin-bottom: 8px;
	font-size: 14px;
}
.sitemap ul li a{
	position: relative;
	padding-left: 1.2em;
}
.sitemap ul li a:before{
	content: "\e90d";
	font-family: 'icomoon';
	position: absolute;
	left: 0;
	bottom: 50%;
	transform: translateY(50%);
	font-size: 0.7em;
}
@media screen and (max-width: 836px) {
	.sitemap {
	flex-direction:column;
	}
	.sitemap a{
		color: #333;
	}
	.sitemap .box{
		width: 100%;
	}
	.sitemap h3{
	font-size: 16px;
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	color: #000;
	text-align: left;
	padding-bottom: 8px ;
	margin-bottom: 16px;
	border-bottom: solid 1px #eee;
	}
	.sitemap ul{
		margin-bottom: 32px;
	}
	.sitemap ul li{
		margin-bottom: 8px;
		font-size: 14px;
	}
}
/* --------------------------------------------------
  company
--------------------------------------------------*/
table.company td .txt{
	background: #f8f8f8;
	border: solid 1px #eee;
	padding:8px 16px;
	border-radius: 5px;
}
table.company th font{font-size: 12px;}
.button{
	 text-align: center;
	 border: solid 1px #e03279;
	 font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	 background: #fff;
	 line-height: 40px;
	 padding: 0;
	 color: #e03279;
	 width: 160px;
	 font-size: 14px;
	 border-radius: 20px;
	 display: block;
	 margin: 20px auto;
}
@media screen and (max-width: 836px) {
	table.company th{
		font-size: 16px;
		display: block;
		width: 100%;
		padding: 16px 0;
	}
	table.company td{
		font-size: 16px;
		display: block;
		width: 100%;
		padding: 16px 0;
	}
}
/* --------------------------------------------------
  faq
--------------------------------------------------*/
.faq h2{
	font-size: 32px;
	color: #dd0e70;
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	margin-bottom: 30px;
}
.faqDl{margin-bottom: 20px;}
.faq dt{
	background: #faf1f3;
	padding: 10px 16px;
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	font-size: 18px;
	color: #dd0e70;
	margin-bottom: 10px;
	border-radius: 20px;
}
.faq dt span{
	color: #333;
	padding-left: 8px;
}
.faq dt sup{
	font-size: 10px;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
.faq dd{
	margin-bottom: 30px;
}
.faq_nav{
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.faq_nav li{width: 30%;}

.faq_nav li a{
	 text-align: center;
	 border: solid 1px #e03279;
	 font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	 background: #fff;
	 line-height: 60px;
	 padding: 0;
	 color: #e03279;
	 font-size: 18px;
	 border-radius: 30px;
	 display: block;
	 margin: 20px auto;
}
.faq_nav li a i {
	font-size: 0.7em;
	margin-right: 10px;
}
.indListS li{font-size: 12px; color: #999;}
@media screen and (max-width: 836px) {
	.faq h2{
		font-size: 24px;
		margin-bottom: 16px;
	}
	.faq_nav{
		margin-bottom: 30px;
		flex-direction:column;
	}
	.faq_nav li{width: 100%;}
	
	.faq_nav li a{
		 text-align: center;
		 border: solid 1px #e03279;
		 font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
		 background: #fff;
		 line-height: 40px;
		 padding: 0;
		 color: #e03279;
		 font-size: 18px;
		 border-radius: 30px;
		 display: block;
		 margin: 8px auto;
	}
	.indListS li{font-size: 12px; color: #999;}
}

/* --------------------------------------------------
  products
--------------------------------------------------*/
.product-detail-area {
	padding-bottom: 40px;
}
.products_title_area{
	background: url(/img/about/bg_ttl.jpg) no-repeat center bottom;
	height: 400px;
	background-size: cover;
}
.products_title_area .inner{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 16px;
	background: url(/img/about/img_series.png) no-repeat right bottom;
	background-size: 50%;
}
.products_title_area .inner h1{
	font-size: 48px;
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	color: #fff;
	font-feature-settings : "palt";
	margin-top: 60px;
	line-height: 120%;
	height: 240px;
}
.products_title_area .inner h1 span{
	font-size: 16px;
	color: #fff;
	display: block;
	margin-bottom: 0px;
	font-family: linotype-didot, serif;
	font-weight: 700;
	font-style: normal;
}
.products h2{
	font-size: 40px;
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	color: #023256;
	font-feature-settings : "palt";
	margin-bottom: 20px;
}

.products .lead{
	font-size: 18px;
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	color: #000;
	line-height: 160%;
	font-feature-settings : "palt";
	margin-bottom: 20px;
}

.products .item {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	border-top: 1px solid #edf0f2;
}
.products .item .txtbox{
	width: 65%;
}
.products .item .ph{
	width: 30%;
}
.products .item .ph img{
	width: 100%;
	height: auto;
}
.products .item .spec{
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	color: #fff;
	font-feature-settings : "palt";
	line-height: 34px;
	background: #cb878c;
	border-radius: 20px;
	text-align: center;
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 20px;
}
.products .item h3{
	font-size: 24px;
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	color: #000;
	font-feature-settings : "palt";
	margin-bottom: 20px;
	line-height: 1.2;
}
.products .item h3 img{ width: 32px; height: 32px; margin-left: 4px;}
.products .item p{margin-bottom: 20px;}

.products .item .btn a{
	 text-align: center;
	 border: solid 1px #023256;
	 font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	 background: #fff;
	 line-height: 40px;
	 padding: 0;
	 color: #023256;
	 width: 160px;
	 font-size: 14px;
	 border-radius: 20px;
	 position: relative;
	 display: block;
	 margin-bottom: 20px;
}
.products .item .btn a img{
	 width: 20px;
	 height: auto;
	 position: absolute;
	 right: 10px;
	 top:18px;
	 transition: all 300ms 0s ease;
}
.products .item .btn a:hover img{
	right: 5px;
	top:18px;
}


@media screen and (max-width: 836px) {
	.products_title_area{
		background: url(/img/about/bg_ttl.jpg) no-repeat center top;
		height: 240px;
		background-size: cover;
		position: relative;
	}
	.products_title_area .inner{
		padding:  0 16px;
		background: url(/img/about/img_series.png) no-repeat right bottom;
		background-size: 50%;
		height: 220px;
	}
	.products_title_area .inner h1{
		font-size: 30px;
		margin: 0;
	}
	.products_title_area .inner h1 span{
		font-size: 14px;
		display: block;
		font-weight: normal;
		margin-bottom: 0px;
		font-family: linotype-didot, serif;
		font-weight: 700;
		font-style: normal;
	}
	.products h2{
		font-size: 30px;
	}

	.products .item {
		flex-direction:column;
		padding: 30px 0;
		border-top: 1px solid #edf0f2;
	}
	.products .item .txtbox{
		width: 100%;
	}
	.products .item .ph{
		width: 100%;
		margin-bottom: 20px;
	}
	.products .item h3{
		font-size: 20px;
	}
	.products .item h3 img{ width: 24px; height: 24px; margin-left: 4px;}
	.products .item p{margin-bottom: 20px;}
	

}
@media screen and (max-width: 550px) {
	.products_title_area .inner{
		background: url(/img/about/img_series.png) no-repeat center bottom;
		background-size: 50%;
	}
}
/* --------------------------------------------------
  products
--------------------------------------------------*/


body.page #content .main {
  padding: 0;
  margin-top: 0;
}
body.page #content .main .product-detail-area {
  background: #fff;
}
body.page #content .main .pageclass {
  width: 1170px;
  margin: 0 auto;
  padding: 127px 40px 20px;
}

body.page #content .main .pageclass .entry-content{
padding:0;
}

.product-detail-area .row .col-md-6 img{
  margin-top: 40px;
}

.prod-contents{
	max-width: 1100px;
	margin: 0 auto;
}
.prod-contents ul{
  line-height: 1.8;
  margin-bottom: 0px;
	margin-left: 1.4em;
}
.prod-contents ul li {
	list-style-type: disc;
	margin-bottom: 0.5em;
}
.prod-copy h2{
	font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HGS明朝E', 'メイリオ', 'Meiryo', serif;
	font-size: 30px;
	line-height: 1.5;
}
.prod-cate-btn {
  background: #ad891c;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 14px;
  text-decoration: none;
  display:inline-block;
  margin: 20px 0 0;
  letter-spacing: 0.1em;
}
.prod-cate-btn p{
  margin: 0;
}
ul.prod-detail{
  list-style-type: none;
}
li.prod-name, li.prod-color, li.prod-weight, li.prod-price{
  border-bottom: 1px solid #ddd;
  padding: 20px 0 15px;
  font-size: 15px;
}
li.prod-name{
  font-size: 21px;
}
li.prod-name p{
  font-size: 80%;
}
.prod-catch {
	font-size: 1.1em;
}
.color-red{
  color: #CC0136;
}
.prod-sec{
  width: 100%;
  text-align: center;
  margin: 40px auto;
  margin: 10px auto;
  padding: 1px 0;
  xbackground-color: #f9f9f9;
}
.prod-sec-title{
  margin: 60px auto 0;
}
.prod-sec-title h3 {
	font-size: 30px;
	font-family: "Maitree", "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
	text-align: center;
	border-bottom: #777 solid 1px;
	font-weight: normal;
	padding-bottom: 6px;
}

.prod-mv{
  display: inline-flex;
}
.prod-mv p{
  display: inline-flex;
  flex-direction: column;
}
.prod-mv img{
  margin: 0;
}
.prod-mv .row>div{
  padding: 0px 50px;
  margin-bottom: 30px;
}
.prod-section{
  margin-top: 40px;
	clear: both;
}
.prod-sec-last {
  margin-bottom: 50px;
}
.prod-section h4{
	font-size: 30px;
	font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HGS明朝E', 'メイリオ', 'Meiryo', serif;
	padding: 30px 0 20px;
	letter-spacing: -0.02em;
	color: #320e64;
}
.prod-section img, .prod-how img{
  float: right;
	margin-left: 50px;
}
.su-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	align-items: center;
}
.su-column-size-1-2 {
	width: 48%;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.prod-section h4 img{
  float: left;
  margin: 0;
  align-items: flex-start;
}
.prod-section small:before{
  float: none;
}
.prod-section p{
  line-height: 1.8;
  margin-bottom: 15px;
}
.prod-how1 img {
  margin: -40px 15px 0 15px;
}
.prod-how2 img {
  margin-top: -40px;
}
.prod-howto{
  margin-top: 20px;
}
.prod-how1, .prod-how2{
  margin: 0 auto 20px;
  line-height: 1.7;
  display: inline-block;
  width: 100%;
}
.prod-how-contents {
  margin: 0 auto 20px;
  font-size: 14px;
  line-height: 1.7;
  display: inline-block;
  width: 100%;
}
.prod-how-contents .fl-box {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 10px;
}
.pdR {
width: 50%;
padding-right:20px;
}
.pic-size1 {
max-width: 300px;
}
.pic-size2 {
max-width: 200px;
}
.pic-size3 {
max-width: 480px;
}
.prod-expl{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  border-top: 1px dotted #999;
  padding-top: 25px;
}

.prod-expl_2{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  border-top: 1px dotted #999;
  padding-top: 25px;
    color:darkgoldenrod;
}
.prod-expl_3{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  padding-top: 25px;
    color:darkgoldenrod;
}
.prod-picup{
padding:5px; 
background-color:#F8F4Ec;
border:1px solid #ddd;
border-radius: 10px;
}
.contains{
  font-size: 11px;
  line-height: 1.5;
}
.cap-txt ol{
  list-style-type: none;
	margin-left: 1.8em;
 margin-top: 20px;
	margin-bottom: 30px;
}
.cap-txt ol li{
  margin-left: 0;
  text-indent: -2em;
  font-size: 0.9em;
  line-height: 1.5;
}
.prod-section .cap-txt ol{
	margin-top: 0;
	margin-left: 1.4em;
}
img.wp-image-599{
  margin-top: 0 !important;  /*  コンシーラー説明画像*/
}


/*--- recommend skincare page--------------------*/
.recom-flow h2, .recom-prod-area h2{
  font-size: 30px;
  text-align: center;
  font-family: serif;
  font-weight: 700;
  margin: 60px auto 30px;
  letter-spacing: 0.05em;
}
.recom-flow .catch-copy{
  text-align: center;
  font-size: 20px;
  font-family: serif;
  font-weight: 700;
  line-height: 1.6;
  width: 80%;
  margin: 0 auto;
}
#recom-flow-area{
  width: 100%;
  padding: 30px 10px 10px;
  margin: 30px auto;
}
#recom-flow-img { display: block; }

#recom-flowing { display: none; }

.recom-prod-area {
	
}
.prod-eo{
  width: 100%;
  overflow: hidden;
}
.eo-detail{
  display: flex;
  height: 250px;
  width: 33.3%;
  float: left;
}
.eo-img{
  width: 220px;
  margin: 0 auto;
}
.eo-img img{
  margin: 0 auto;
  height: 180px;
  width: auto;
}
.eo-text{
  width: 80%;
}
.eo-type {
  background: #e4d7a6;
  border-radius: 4px;
  font-size: 13px;
  padding: 3px 10px;
  text-decoration: none;
  display:inline-block;
  margin: 20px 0 10px;
  letter-spacing: 0.1em;
}
.eo-type p{
  margin: 0;
}
.eo-name{
  font-size: 1.2em;
  font-family: serif;
  font-weight: 700;
  color: #9b7900;
  margin-bottom: 5px;
	line-height: 1.5;
}
.eo-expl span.s80{
  font-size: 80%;
}


/*--- shortcode(shortcodes-ultimate)------------*/

.su-carousel-slide a{
  text-align: center;
}
.su-carousel .su-carousel-slide-title{
  color: #333 !important; 
  bottom: 13px !important;
  line-height: 1.4 !important;
  font-size: 12px !important;
  height: 20px !important;
  background: #fff !important;
}


/*--- nav ------------------------------------*/

#nav-main ul.sf-menu li a:hover{
  background: linear-gradient(white, #e9d6ba);
}


.sf-menu ul {
  background: #999;
  left: -20px;
  min-width: 22em;
  min-width: 30em;
  border-radius: 0px 0px 8px 8px;
}
.sf-menu ul li {
  width: 50%; /*プルダウンメニュー2段組*/
}
.kad-mobile-nav .kad-nav-inner li.current-menu-item>a {
  opacity: .3;
  background-color: #CC0136;
}


/*--- sitemap ------------------------------------*/

body.page-id-438 #content .main .pageclass .sitemap-links{
  column-count: 2;
  margin-top: 80px;
}
#sitemap_list li{
  font-weight: normal;
  border-bottom: 1px solid #efbec3;
  background: none;
}
#sitemap_list li:nth-child(1) {
  border-bottom: 0;
}
.sitemap-links {
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 16px;
}
.sitemap-links .prod-catch {
	font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HGS明朝E', 'メイリオ', 'Meiryo', serif;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.sitemap-links a {
	color: #222;
}
.sitemap-links a:hover {
	color: #dd3333;
}
.sitemap_list {
	margin: 20px 0 30px;
}
.sitemap_list li {
	position: relative;
	line-height: 1;
	margin-left: 1.4em;
}
.sitemap_list li::before{
	    content: "\e90d";
    font-family: 'icomoon';
    position: absolute;
    left: -2em;
    bottom: 50%;
    transform: translateY(50%);
    font-size: 0.6em;
}

/*--- 共通 ------------------------------------*/

/*商品説明2段組調整*/
.column2 .row .col-md-6:nth-child(odd){
  padding-right: 30px;
}
.column2 .row .col-md-6:nth-child(even){
  padding-left: 30px;
}

.prod-img img{
  margin-top: 0;
}
.pc-appearance{
  display: block; 
}
.pc-appearance img{
  margin: 20px !important;
}
.sp-appearance{
  display: none; 
}


/*--- flexslider ------------------------------------*/
.flexslider {
  width: 100%;
  max-width: 100% !important;
}
.flexslider .slides img {
  width: 100%;
}
#imageslider .flex-control-nav {
  bottom: -25px;
}
.flex-control-paging li a {
  width: 10px;
  height: 10px;
}


/*---★★★ responsive ★★★----------------*/


@media (max-width: 1169px){
  .kad-header-style-basic #nav-main ul.sf-menu>li.sf-dropdown>a {
    padding: 0 20px;
    margin: 0 20px;
  }
  #top-text-area{
    padding: 20px;
    width: 100%;
  }
  body.page #content .main .pageclass {
    width: 100%;
  }
}

@media (max-width: 992px){

  .kad-mobile-nav .kad-nav-inner li ul.sf-dropdown-menu a {
    padding: 10px 15px 10px 15px;
    list-style: disc;
    display: list-item;
    list-style-position: inside;
    list-style-type: none;
  }
  .mobileclass {
    background: #999;
  }
  #top-title-img {
    margin: 60px auto 0;
    padding: 10px 0 30px;
  }
  .foot-links ul li {
    margin: 1em;
  }
  .foot-links ul li.foot-logo{
    margin: 20px 10px 20px 0;
  }
  
  .feature-sec {
    background: #220741;
    background-image: url("/premium/wp-content/uploads/2024/11/feature_img_sp.png");
    background-position: bottom center;
    min-height: 0;
    padding-bottom: 300px;
    background-repeat: no-repeat;
  }
  .feature-sec .lead_txt {
    margin: 20px 0 30px;
  }

  /*--- nav (responsive)----------------------*/

  #mobile_menu_collapse ul li a:hover{
    background-color: #CC0136;
  }
/*--- topItems page--------------------*/

  .topItems-img{
    padding: 8% 0;
  }

  /*--- product detail page--------------------*/

  .prod-howto{
    margin-top: 0;
  }
  .prod-copy h2 {
    margin-top: 20px;
    font-size: 25px;
  }
  .prod-section img{
    margin-top: 0;
  }
  .prod-how1 img {
    margin: -40px 15px 0 15px;
  }
  .prod-how2 img {
    margin-top: -20px;
  }
  .fl-box {
  display: block!important;
   }
  .pdR {
  width: 100%;
  padding-right:0;
  }
  .sp-pic-box {
  text-align: center;
  padding-top: 20px;
  }
  .pic-size1,
  .pic-size3 {
  width: 100%;
  }
  .pic-size2 {
  width: 45%;
  max-width: 150px;
  }

  /*--- recommend skincare page--------------------*/

  .eo-detail{
    width: 50%;
    float: left;
  }


  /*--- 共通 ------------------------------------*/

  /*商品説明2段組調整*/
  .column2 .row .col-md-6:nth-child(odd){
    padding-right: 15px;
  }
  .column2 .row .col-md-6:nth-child(even){
    padding-left: 15px;
  }

  .prod-img img{
    margin-top: 0;
  }

}


.detail_title_area{
	margin-bottom: 60px
}
.detail_title_area .inner{
	max-width: 1200px;
	margin: 0 auto;
}
.detail_title_area .detail_main{
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}
.detail_title_area .detail_main .ph{
	width: 40%;
	display: flex;
  justify-content: center;
  align-items: flex-start;
}
.detail_title_area .detail_main .ph img{
	width: 300px;
	height: auto;
}
.detail_title_area .detail_main .txtbox{
	width: 55%;
}
.detail_title_area h1{
	font-size: 26px;
	font-family: "Maitree", "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
	line-height: 1.5;
	font-weight: normal;
}
.detail_title_area .inner h1 span{
	font-size: 16px;
	color: #023256;
	display: block;
	margin-bottom: 0px;
	font-family: linotype-didot, serif;
	font-weight: 700;
	font-style: normal;
}
@media (min-width: 768px){
	.prod-contents{
			padding: 0 16px;
	}
}
@media (max-width: 767px){
  #wrapper .container {
    padding: 0;
  }
  #wrapper .row {
    margin: 0;
  }

  #top-slide-area {
    xmargin-top: 90px;
    margin-top: 30px;
 }
  a.brand #thelogo{
    height: 80px;
  }
  a.brand #thelogo div{
    height: 80px;
  }
  #kad-banner{
    height: 80px !important;
  }
  #telno{
    display: block;
  }
.flexslider .slides>li {
    margin-top: 10px;
    padding-top: 25px;
}
  .topItems-img{
    padding: 8% 0;
  }

	
	/*--- product detail page--------------------*/

  .kad-header-style-basic #logo #thelogo {
    display: flex;
    padding-top: 24px;
  }
  body.page #content .main .pageclass {
    margin-top: 60px;
    padding: 15px 0 0;
  }
  .product-detail-area {
    padding: 40px 15px 0;
  }
  .product-detail-area .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  /*
  .product-detail-area .row .col-md-6 img{
  margin-top: -10px;
}
  */
  #top-slide_wide {
    padding-bottom: 20px;
  }
  .prod-how2 img {
    margin-top: 0;
  }


  /*--- recommend skincare page--------------------*/
  .recom-flow{
    margin-top: 50px;
  }
  .recom-prod-area {
    margin-top: 50px;
  }
  .recom-flow h2, .recom-prod-area h2 {
    margin: 20px auto;
  }

  #recom-flow-img { display: none; }
  #recom-flowing { display: block; }

  .flow-txt{
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    color: #666;
    width: 70%;
    background-color: #fff;
    font-size: 100%;
  }
  .prod-premium{
    border: 1px solid #CC0136;
    background-color: #fff;
    padding: 10px;
    display: flex;
    width: 92%;
    margin: 0 auto;
    border-top: 3px solid #CC0136;
			align-items: center;
  }
  .prod-premium div:nth-child(1){
    margin-right: 30px;
  }
  .type-name{
    width: 75%;
    margin-top: 10px;
  }
  .type-name h3{
    line-height: 1.4;
			margin-bottom: 6px;
  }
  .type-name h3 span{
    font-size: 80%;
  }
  .type-name span.red{
    color: #CC0136;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  .flow-arrow{
    text-align: center;
    margin: 5px;
    font-size: 30px;
    color: #a0a0a0;
  }

	.su-row {
		display: block;
	}
	.su-column-size-1-2 {
		width: 100%;
	}


  /*--- sitemap ------------------------------------*/

  body.page-id-438 #content .main .pageclass .sitemap-links{
    column-count: 1;
    margin-top: 0;
    margin-bottom: 40px;
  }


}




@media (max-width: 600px){

#top-slide_title-pc{
    display: none;
  }
  #top-slide_title-sp{
    display: block;
  }
  #top-slide_wide{
    display: none;
  }
  #top-slide_narrow{
    display: block;
    margin: 20px auto 0;
    padding-bottom: 30px;
  }

.flexslider .slides>li {
    margin-top: 10px;
    padding-top: 70px;
}
#top-text-area div.topItems {
  display: block;
}

  .topItems-detail{
    width: 80%;
    margin: 0 auto 30px;
  }
  .topItems-img{
    width: 100%;
    height: auto;
    padding: 30px 0;
  }


#top-text-area section h4{
    xmargin: 0 auto 20px;
    margin: 0 ;
    font-size: 16px;
  }
  .top-para{
    line-height: 2.4em;
    margin-top: 20px;
    font-size: 90%;
  }
  .foot-links ul{
    flex-direction:column;
    justify-content:flex-start;
    width: 100%;
    flex-wrap: nowrap;
  }
  .foot-links ul li {
    margin: 0.7em;
  }
  .foot-links ul li.foot-logo{
    margin: 20px 10px 10px 0;
  }


  /*--- product detail page--------------------*/

  .prod-catch{
    font-size: 17px;
    line-height: 1.6;
  }
  .prod-sec-title h3 {
    font-size: 24px;
    line-height: 1.5;
  }
  .prod-section {
    margin-bottom: 30px;
  }
  .prod-section h4{
    font-size: 24px;
    padding: 20px 0;
    line-height: 1.5;
  }
  .prod-section h4 span{
    font-size: 48px;
  }
  .prod-section p {
    line-height: 1.7;
    margin-bottom: 12px;
  }
  .prod-section img, .prod-how img{
    float: none;
    margin: 0 auto;
		display: block;
  }
  .prod-mv .row>div {
    padding: 0px 40px;
    margin-bottom: 0;
  }
  .cap-txt ol li{
    font-size: 11px;
    line-height: 1.4;
  }
  .prod-how1 img {
    margin: -20px 15px 0;
  }
  .prod-how2 img {
    margin-top: 0; 
    width: 100%;
    padding: 5% 5% 5% 20%;
  }

  /*--- recommend skincare page--------------------*/
  .recom-flow h2, .recom-prod-area h2 {
    font-size: 28px;
  }
  .recom-flow .catch-copy {
    font-size: 18px;
    line-height: 1.5;
    width: 95%;
    margin: 0 auto;
  }
  #recom-flow-area {
    width: 100%;
    padding: 20px 5px 10px;
    margin: 20px auto 40px;
			box-sizing: border-box;
  }
  .prod-premium {
    padding: 5px;
  }
  .prod-premium div:nth-child(1){
    margin-right: 10px;
  }
  .flow-arrow {
    font-size: 26px;
  }
  .type-name {
    width: 85%;
    padding-right: 5px;
  }
  .type-name h3 {
    font-size: 1.2em;
    line-height: 1.4;
  }
  .type-name span.red {
    font-size: 14px;
  }
  .eo-detail{
    width: 100%;
    float: left;
  }
	.size-full {
		max-width: 100%;
		height: auto;
	}
  
  /*--- エッセンスステム　flow --------------------*/
  .stem_flow {
    margin-bottom: 30px;
  }
  .stem_flow h3, .stem_flow h3 a {
    color: #CC0136;
  }

  /*--- 共通 ------------------------------------*/

  .prod-img img{
    margin-top: 0;
  }
  .pc-appearance{
    display: none; 
  }
  .sp-appearance{
    display: block; 
  }
  .sp-appearance img{
    margin-bottom: 20px;
  }
  .u_ib {
    display: block !important;
  }



}

.detail_title_area .inner .lead{
	font-size: 22px;
	color: #023256;
	font-weight: normal;
	margin-bottom: 20px;
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;

}
.detail_title_area .spec{
	font-size: 16px;
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	color: #fff;
	font-feature-settings : "palt";
	line-height: 40px;
	background: #cb878c;
	border-radius: 20px;
	text-align: center;
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 30px;
}
.detail_title_area .detailbox{
	background: #fff;
	padding: 30px;
}
.detail_title_area .detailbox p{
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 160%;
}

.detail_title_area .detailbox table{
	border-top: 1px solid #edf0f2;
	font-size: 16px;
	width: 100%;
	margin: 20px 0;
}
.detail_title_area .detailbox table th{
	border-bottom: 1px solid #edf0f2;
	padding: 8px 0;
	width: 20%;
	text-align: left;
	color: #023256;
}
.detail_title_area .detailbox table td{
	border-bottom: 1px solid #edf0f2;
	padding: 8px 0;
	width: 80%;
	text-align: left;
}
.detail .howto{
	background: #f0f3f5;
	padding: 30px;
	margin-bottom: 30px;
}
.detail h2{
	font-size: 36px;
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	color: #000;
	font-feature-settings : "palt";
	margin-bottom: 40px;
}
.detail h3{
	font-size: 22px;
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
	color: #000;
	font-feature-settings : "palt";
	margin-bottom: 15px;
}
.detail ul{
	border-top: 1px solid #edf0f2;
	margin-bottom: 30px;
}
.detail li{
	border-bottom: 1px solid #edf0f2;
	padding: 0.5em 0 0.5em 1em;
	position: relative;
}
.detail li::before{
	content: "";
	display: block;
	width: .375em;
	height: .375em;
	border-radius: .187em;
	background-color: #023256;
	position: absolute;
	top: 1.2em;
	left: .2em;
}
.detail .txtbox ul{
	border-top:none;
	margin-bottom: 0;
	margin-top: 1em;
}
.detail .txtbox li{
	border-bottom: none;
	padding: 0.1em 0 0.1em 1em;
}
.detail .txtbox li::before{
	top: .8em;
	left: .1em;
}
.detail .txtbox .list_disc li {
	padding-left: 1.4em;
	padding-bottom: 0.3em;
}
.detail .txtbox .list_disc li::before{
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background-color: #222;
	position: absolute;
	top: 0.4em;
	left: 0;
}
.detail .txtbox .list_attention li {
	padding-left: 1.1em;
	padding-bottom: 0.3em;
}
.detail .txtbox .list_attention li::before{
	content: "\203B";
	display: block;
	position: absolute;
	left: 0;
	background: none;
	top: .2em;
}

.detail .sml{
	font-size: 14px;
}
.detail .howto h3{
	font-size: 22px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
	font-family:'游明朝','Yu Mincho','YuMincho','Hiragino Mincho ProN','HGS明朝E','メイリオ','Meiryo',serif;
}

.detail .component h4{font-size: 16px; margin-bottom: 10px;}
.detail .component p{font-size: 12px; color: #999; line-height: 120%;}


.detail .step{
	padding: 60px 0;
	border-top: solid 1px #f0f3f5;
}
.detail .step img {
	width: 100%;
}

.detail .step h2{
	font-size: 42px;
	font-family: linotype-didot, serif;
	font-weight: 700;
	font-style: normal;
	color: #000;
	font-feature-settings : "palt";
	margin-bottom: 20px;
}
.detail .step h2 span{
	font-size: 16px;
	color: #666;
	display: inline;
	padding-left: 10px;
}

.detail .ph_box{
	display: flex;
	justify-content: space-between;
}
.detail .ph_box .ph{
	width: 35%;
}
.detail .ph_box .ph img{
	width: 100%;height: auto;
}
.detail .ph_box .txtbox{
	width: 60%;
}
.m_row {
	display: flex;
}
.m_row .r_img {
	width: 300px;
	margin-left: 50px;
}
.howto h4{
	margin-top: 1.5em;
	margin-bottom: 0.3em !important;
	font-size: 16px;
	font-weight: normal;
}
.howto h4 span {
	border: #777 solid 1px;
	padding: 0.1em 0.5em;
}

@media screen and (max-width: 836px) {
	.detail_title_area{
	}
	.detail_title_area .inner{padding:  30px 16px;}
	.detail_title_area .detail_main{
		flex-direction:column;
		padding-top: 0px;
	}
	.detail_title_area .detail_main .ph{
		width: 100%;
		margin-bottom: 60px;
	}
	.detail_title_area .detail_main .ph img{
		width: 240px;height: auto;
	}
	.detail_title_area .detail_main .txtbox{
		width: 100%;
	}
	.detail_title_area .inner h1{
		font-size: 30px;
		margin-bottom: 15px;
	}
	.detail_title_area .inner h1 span{
		font-size: 14px;
	}
	.detail_title_area .inner .lead{
		font-size: 18px;
	}
	.detail_title_area .spec{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.detail_title_area .detailbox{
		padding: 0;
	}
	.detail_title_area .detailbox p{
		font-size: 18px;
		margin-bottom: 20px;
		line-height: 160%;
	}
	
	.detail_title_area .detailbox table{
		border-top: 1px solid #ddd;
		font-size: 16px;
		width: 100%;
		margin-top: 20px;
	}
	.detail_title_area .detailbox table td{
		border-bottom: 1px solid #edf0f2;
		padding: 8px 0;
		width: 80%;
		text-align: left;
	}
	.detail h2{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.detail .howto{
		padding: 16px;
		margin-bottom: 30px;
	}
	.detail .howto h3{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.detail .howto p{ font-size: 16px; line-height:160%;}
	.detail .step{
		padding: 30px 0;
		border-top: solid 1px #f0f3f5;
	}
	
	.detail .step h2{
		font-size: 30px;
		font-family: linotype-didot, serif;
		font-weight: 700;
		font-style: normal;
		color: #000;
		font-feature-settings : "palt";
		margin-bottom: 20px;
	}
	.detail .step h2 span{
		font-size: 16px;
		display: block;
		padding: 0;
		margin: 0;
	}
	.detail .step img{width: 100%; height: auto;}
	.detail .ph_box{
		flex-direction:column;
	}
	.detail .ph_box .ph{
		width: 100%;
		margin-bottom: 30px;
	}
	.detail .ph_box .txtbox{
		width: 100%;
	}
	.m_row {
		display: block;
	}
	.m_row .r_img {
		margin: 0 auto;
		display: block;
	}
}
/* --------------------------------------------------
  pr_video
--------------------------------------------------*/
.video_area{
	padding: 50px 0;
	overflow: hidden;
}
.video_area .inner{
	margin: 0 auto;
	z-index: 1000;
	max-width: 800px;
}
.video_area .inner .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video_area .inner .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 836px) {
	#pr_video{
		background:#fff;
		padding: 40px 0;
	}
	#pr_video .inner{
		padding: 0 16px;
		margin: 0 auto;
	}
}

/* --------------------------------------------------
  privacy
--------------------------------------------------*/
.m_list {
    margin-top: 8px;
    margin-bottom: 36px;
	padding-left: 2rem;
    line-height: 1.5;
    text-align: left;
}
.m_list li{
	list-style-type: decimal;
	padding-bottom: 1rem;
}
.no-number li {
	list-style-type: none;
	text-indent: -2.5em;
	padding-left: 2em;
}

.m_btnWrap a {
	display: block;
	position: relative;
	width: 40%;
	padding: 1rem;
	margin: auto;
	border-radius : 30px;
	border: #e91371 solid 1px;
	font-weight: 700;
	text-align: center;
}
.m_btnWrap a img{
	 width: 26px;
	 height: auto;
	 position: absolute;
	 right: 20px;
	 top:26px;
	 transition: all 300ms 0s ease;
}
.m_btnWrap a:hover img{
	right: 10px;
	top:26px;
}
@media screen and (max-width: 836px) {
.m_btnWrap a {
	width: 80%;
}
.m_contact_content {
	display: block;
	text-align: center;
	padding-bottom: 1rem;
}
.m_btnWrap a.m_btn span {
	display: block;
}
.m_btnWrap a img{
	 top:36px;
}
.m_btnWrap a:hover img{
	top:36px;
}
}
@media screen and (min-width: 837px) {
.m_contact_content {
	display: flex;
	margin:0 0 1rem 0; 
}
}

.su-clearfix:after {
    clear: both;
}

/* ●付きリスト */
.m_list__disc>li {
    padding-left: 1.4em;
}
.m_list__disc>li {
    position: relative;
}
.m_list__disc>li:before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #222;
    position: absolute;
    top: 0.3em;
    left: 0;
}
.prod-contents ul.m_list__disc>li {
	list-style-type: none;
	margin-bottom: 1em;
}
.prod-contents ul.m_list__disc {
	margin-left: 0;
	margin-top: 2em;
	margin-bottom: 1.5em;
}

/* --------------------------------------------------
  header
--------------------------------------------------*/

.header {
	background-color: #222222;
	position: relative;
}
.header .logo img {
    height: 50px;
    width: auto;
}
.header .header__heading li a {
	padding: 20px 8px;
}
.header .header__heading li.icon a {
	padding: 20px 4px;
}
.header .header__heading li.contact-btn a {
	margin-top: 14px;
	margin-left: 10px;
	border: solid 1px #222;
	color: #222;
}
.header .header__heading li.contact-btn a:hover {
	background: #eee48b;
	color: #222;
}
.header .header__heading li a:hover{
	color: #eee48b;
}
.drawer-hamburger {
	padding-top: 24px;
	padding-right: 22px;
	padding-bottom: 33px;
	padding-left: 22px;
}
.header .header__heading li.nav-item {
	color: #fff;
	padding: 20px 8px;
}
.header .header__heading li.nav-item:hover {
	color: #eee48b;
}
/*
.header .header__heading li.nav-item::after {
			transition: .15s opacity ease;
			opacity: 0;
			content: "";
			display: block;
			position: absolute;
			bottom: -2px;
			left: 50%;
			margin-left: -7px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 7px 10px 7px;
			border-color: transparent transparent #ede7b2 transparent;
}
*/
.header .header__heading li.is-active::after {	
			opacity: 1;
	}
.drawer-menu li a {
	padding: 16px 30px 16px 20px;
}
.drawer-menu li.large a::before {
	left: 0;
}
.drawer-menu li:hover {
		background: #000;
	}
.drawer-menu li.large {
	padding-left: 20px;
}
@media screen and (max-width: 1030px) {
				.drawer--right .drawer-nav {
        right: -80%;
    }
    .drawer-nav {
        width: 80%;
    }
			.drawer--right.drawer-open .drawer-hamburger {
        right: 80%;
    }
}
@media screen and (max-width: 1200px) {
    .header {
        padding: 10px 0 10px;
    }
}


/* PC表示用のスタイル設定（例：画面幅が992px以上の場合） */
@media (min-width: 992px) {
    /* 製品ラインナップの親要素の設定 */
    .header__heading .has-megamenu {
        cursor: pointer; /* クリックできることを示すカーソル */
    }

    /* メガメニューの初期状態（非表示） */
    .header__heading ul.megamenu-content {
        display: none; /* デフォルトでは非表示 */
        position: absolute; /* 親要素の.has-megamenuを基準に配置 */
        top: 100%; /* 親要素の真下に配置 */
        left: 0;
        min-width: 250px; /* メニューの最小幅を設定 */
        background-color: #ffffff; /* 背景色 */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 影 */
        padding: 15px 8%;
        z-index: 1000; /* 他のコンテンツより手前に表示 */
        list-style: none; /* リストの点マークを非表示 */
        margin: 0;
								width: 100%;
    }

    /* メガメニュー内のリンクのスタイル */
    .header__heading .megamenu-content li {
        margin: 0;
        padding: 0;
								width: 33%;
    }
				.header .header__heading .has-megamenu li a{
        display: block; /* リンク全体をクリック可能に */
        padding: 14px 8px 14px 1.8em ;
        text-decoration: none;
								color: #333;
								font-family: 'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
								position: relative;
					font-size: 15px;
				}
				.header .header__heading .has-megamenu li a:before {
				content: "\e90d";
								font-family: 'icomoon';
								color: #333;
								position: absolute;
								left: 2.4%;
								top: 22%;
								transform: translateY(50%);
								font-size: 0.6em;
				}

    .header .header__heading .has-megamenu li a:hover {
					text-decoration: underline;

    }

    /* JavaScriptで追加される'is-active'クラスで表示 */
    .header__heading .has-megamenu.is-active .megamenu-content {
        display: flex; /* 'is-active'クラスが付いたら表示 */
								flex-wrap: wrap;
					background: #ede7b2;
    }
}

/* モバイル表示時のスタイル（ドロワーメニューと重複しないように） */
@media (max-width: 991px) {
    /* モバイルではPC用のメガメニューは完全に非表示 */
    .header__heading .megamenu-content {
        display: none !important;
    }
}

/* --------------------------------------------------
  footer
--------------------------------------------------*/
#footer {
	padding-top: 40px;
}
#footer .foot_list {
	padding: 0 16px;
}
#footer .foot_list dl {
    width: 40%;
}
#footer .foot_list dl dd {
	margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
    #footer .foot_list dl {
					width: 100%;
					line-height: 2;
    }
}