@charset "UTF-8";

/* *******************************************************************************************
* 
*	製品
*
******************************************************************************************* */

.drMain_clm{
	padding-bottom: 48px;
}

/* ----------------------------- サイドナビ ----------------------------- */

.drMain_clm_side{
	float: left;
	margin-right: 64px;
	padding-bottom: 32px;
	width: 202px;
}
.side_catTtl{
	margin-bottom: 21px;
}
.side_catTtl a{
	display: block;
	padding-left: 50px;
	width: 100%;
	height: 52px;
	font-size: 16px;
	line-height: 50px;
	font-weight: 300;
	-webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.side_ttl-skincare a{
	background: #f0f0f0 url(/PC/image/common/ic_cat_skincare_navy.png) 18px center no-repeat;
	background-size: 20px auto;
}
.side_ttl-skincare.current a,
.side_ttl-skincare a:hover{
	color: #918033;
	background: #f1f1e5 url(/PC/image/common/ic_cat_skincare_gold.png) 18px center no-repeat;
	background-size: 20px auto;
}
.side_ttl-make a{
	background: #f0f0f0 url(/PC/image/common/ic_cat_make_navy.png) 17px center no-repeat;
	background-size: 23px auto;
}
.side_ttl-make.current a,
.side_ttl-make a:hover{
	color: #918033;
	background: #f1f1e5 url(/PC/image/common/ic_cat_make_gold.png) 17px center no-repeat;
	background-size: 23px auto;
}
.side_ttl-supple a{
	background: #f0f0f0 url(/PC/image/common/ic_cat_supple_navy.png) 20px center no-repeat;
	background-size: 21px auto;
}
.side_ttl-supple.current a,
.side_ttl-supple a:hover{
	color: #918033;
	background: #f1f1e5 url(/PC/image/common/ic_cat_supple_gold.png) 20px center no-repeat;
	background-size: 21px auto;
}
.side_ttl-hada a{
	background: #f0f0f0 url(/PC/image/common/ic_cat_hada_navy.png) 19px center no-repeat;
	background-size: 19px auto;
}
.side_ttl-hada.current a,
.side_ttl-hada a:hover{
	color: #918033;
	background: #f1f1e5 url(/PC/image/common/ic_cat_hada_gold.png) 19px center no-repeat;
	background-size: 19px auto;
}
.side_ttl-series a{
	background: #f0f0f0 url(/PC/image/common/ic_cat_series_navy.png) 17px center no-repeat;
	background-size: 23px auto;
}
.side_ttl-series.current a,
.side_ttl-series a:hover{
	color: #918033;
	background: #f1f1e5 url(/PC/image/common/ic_cat_series_gold.png) 17px center no-repeat;
	background-size: 23px auto;
}
.side_list{
	padding-left: 16px;
	padding-bottom: 10px;
}
.side_list_item{
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.06em;
}
.side_list_item.current{
	color: #918033;
}
.side_list_item a{
	display: block;
}
.side_bnr_list_item{
	margin-bottom: 8px;
}

/* ----------------------------- メインエリア ----------------------------- */

.drMain_clm_main{
	float: left;
	width: 734px;
}
.sectionTtl{
	margin-bottom: 38px;
	padding-left: 20px;
	font-size: 22px;
	line-height: 24px;
	font-weight: 300;
	border-left: 2px solid #0f2666;
}

/* ----------------------------- 製品一覧 ----------------------------- */

.product_list_clm{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 32px 0;
	border-top: 1px solid #e6e6e6;
}
.product_list .product_list_clm:first-child{
	padding-top: 0;
	border-top: 0;
}
.product_list_item{
	position: relative;
	padding: 0 32px 76px 31px;
	width: 202px;
	text-align: left;
	border-left: 1px solid #e6e6e6;
}
.product_list_clm .product_list_item:first-child{
	padding-left: 0;
	border-left: 0;
}
.product_list_clm .product_list_item:last-child{
	padding-right: 0;
}
.product_list_item a{
	display: block;
}
.product_list_item_img{
	position: relative;
	margin-bottom: 11px;
	height: 202px;
	overflow: hidden;
}
.product_list_item_ttl{
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.06em;
}
.product_list_item a:hover .product_list_item_img{
	opacity: .7;
}
.product_list_item a:hover .product_list_item_ttl{
	color: #918033;
}
.product_list_item_price{
	position: absolute;
	bottom: 54px;
	color: #918033;
	font-size: 22px;
	line-height: 1em;
	font-weight: 500;
}
.product_list_item_price .price_option{
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
}
.product_icon_list{
	padding-top: 14px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.product_icon_list_item{
	float: left;
	width: 99px;
}
.product_icon_list_item:nth-child(odd){
	margin-right: 4px;
}
.product_icon_list_item:nth-child(n+3){
	margin-top: 4px;
}
.product_list_item_cart{
	position: absolute;
	bottom: 0;
	width: 202px;
	height: 36px;
}

/* -------------------------------------------------------------------------------------------
*
* シリーズ一覧
*
* ----------------------------------------------------------------------------------------- */

.category_list_item {
	margin-bottom: 20px;
}
.category_list_item_link {
	position: relative;
	display: block;
	height: 200px;
}
.category_list_item_link :hover{
	color: #918033;
}
.category_list_item_content {
	position: absolute;
	top: 50%;
	left: 52px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.category_list_item_ttl {
	margin-bottom: 16px;
	font-size: 26px;
	line-height: 1em;
}
.category_list_item_txt {
	font-size: 14px;
	line-height: 26px;
}

/* -------------------------------------------------------------------------------------------
*
* シリーズ詳細
*
* ----------------------------------------------------------------------------------------- */

.drMain_header{
	position: relative;
	top: -1px;
	left: 0;
	margin-bottom: 52px;
	width: 100%;
	height: 440px;
}
.drMain_header .breadCrumbs{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1000px;
}
.drMain_header_content{
	position: absolute;
	top: 128px;
	left: 0;
	right: 0;
	margin: auto;
	width: 1000px;
}
.drMain_header_ttl{
	margin-bottom: 18px;
	color: #0f2666;
	font-size: 32px;
	line-height: 1em;
	font-weight: 300;
}
.drMain_header_txt{
	margin-bottom: 38px;
	font-size: 14px;
	line-height: 26px;
}
.drMain_header_icon{
	width: 384px;
}
.series_lead{
	margin-bottom: 41px;
}
.series_lead_ttl{
	margin-bottom: 31px;
	font-size: 26px;
	line-height: 1em;
}
.series_lead_txt{
	font-size: 14px;
	line-height: 32px;
}

/* お試しキット */
.beginner{
	margin-bottom: 20px;
}
.beginner .sectionTtl{
	letter-spacing: -0.06em;
}
.beginner_list{
	padding-bottom: 20px;
}
.beginner_list_item{
	padding: 32px 0;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #e6e6e6;
}
.beginner_list .beginner_list_item:first-child{
	padding-top: 0;
	border-top: 0;
}
.beginner_list_item_img{
	float: left;
	margin-right: 67px;
	width: 288px;
}
.beginner_list_item_info{
	float: left;
	width: 379px;
}
.beginner_list_item_info_name{
	margin-bottom: 16px;
	padding-bottom: 15px;
	font-size: 26px;
	line-height: 40px;
	letter-spacing: -0.06em;
	border-bottom: 1px solid #e6e6e6;
}
.beginner_list_item_info_name_sub{
	display: block;
	margin-bottom: 2px;
	font-size: 16px;
	line-height: 30px;
}
.beginner_list_item_info_txt{
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 26px;
}
.beginner_icon_list{
	margin-bottom: 10px;
}
.beginner_icon_list_item{
	float: left;
	margin-left: 4px;
	width: 99px;
}
.beginner_icon_list_item:first-child{
	margin-left: 0;
}
.beginner_list_item_info_detail .detail_btn{
	height: 48px;
	font-size: 18px;
	line-height: 48px;
}

/* お客様の声 */
.voice{
	margin-bottom: 32px;
}
.voice_clm_ttl{
	margin-bottom: 20px;
	padding: 0 16px;
	font-size: 16px;
	line-height: 40px;
	background: #f0f0f0;
}

/* -------------------------------------------------------------------------------------------
*
* お悩み一覧 
*
* ----------------------------------------------------------------------------------------- */

.hada_list_item{
	margin-bottom: 20px;
}
.hada_list_item_link{
	position: relative;
	display: block;
	height: 200px;
	border: 1px solid #e6e6e6;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.hada_list_item_link:hover{
	color: #918033;
}
.hada_list_item_content{
	position: absolute;
	top: 50%;
	left: 234px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.hada_list_item_ttl{
	margin-bottom: 16px;
	font-size: 26px;
	line-height: 1em;
}
.hada_list_item_txt{
	font-size: 14px;
	line-height: 26px;
}

/* -------------------------------------------------------------------------------------------
*
* 製品詳細 
*
* ----------------------------------------------------------------------------------------- */

.detail_clm{
	padding: 60px 0 52px 0;
}

/* ----------------------------- 製品イメージ ----------------------------- */

.detail_clm_img{
	float: left;
	margin-right: 64px;
	width: 468px;
}
.detail_clm_img_list{
	margin: 0 auto 12px auto;
	width: 442px;
	height: 404px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	overflow: hidden;
}
.detail_clm_img_list_item{
	display: inline-block;
	padding: 0 19px;
	width: 404px;
	height: 404px;
	vertical-align: top;
	overflow: hidden;
}
.detail_clm_img_list_item_img{
	border: 1px solid #e6e6e6;
}
.detail_clm_img_nav{
	margin: 0 auto;
	width: 417px;
	font-size: 0;
	line-height: 0;
	text-align: left;
}
.detail_clm_img_nav_item{
	display: inline-block;
	padding: 0 6px 0 7px;
	width: 126px;
	height: 126px;
	vertical-align: top;
	overflow: hidden;
}
.detail_clm_img_nav_item_img{
	border: 1px solid #e6e6e6;
}
.detail_clm_img_nav_item.slick-current .detail_clm_img_nav_item_img img{
	opacity: .5;
}

/* ----------------------------- 製品情報 ----------------------------- */

.detail_clm_info{
	float: left;
	width: 468px;
}
.detail_clm_info_name{
	margin-bottom: 32px;
	padding-bottom: 34px;
	font-size: 26px;
	line-height: 34px;
	font-weight: 300;
	border-bottom: 1px solid #e6e6e6;
}
.detail_clm_info_txt{
	margin-bottom: 36px;
	font-size: 14px;
	line-height: 26px;
}
.detail_clm_info_txt_attention{
	color: #bf3000;
}
.detail_clm_info_icon{
	padding-bottom: 8px;
}
.detail_clm_info_icon .product_icon_list_item{
	margin-right: 4px;
	margin-bottom: 4px;
}
.detail_clm_info_icon .product_icon_list_item:nth-child(n+3){
	margin-top: 0;
}
.detail_clm_info_meta{
	margin-bottom: 20px;
}
.detail_clm_info_meta_price{
	float: left;
	width: 365px;
	color: #918033;
	font-size: 24px;
	line-height: 1em;
	font-weight: 500;
}
.detail_clm_info_meta_price .price_option{
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}
.detail_clm_info_meta_sns{
	float: right;
	width: 103px;
	font-size: 0;
	line-height: 0;
	text-align: right;
}
.detail_clm_info_meta_sns_item{
	display: inline-block;
	margin-left: 13px;
}
.sns_item-tw{
	width: 23px;
}
.sns_item-tw a{
	display: block;
	width: 23px;
	height: 20px;
	background: url(/PC/image/common/ic_sns_tw_navy.png) 0 0 no-repeat;
	background-size: 23px auto;
}
.sns_item-tw a:hover{
	background: url(/PC/image/common/ic_sns_tw_gold.png) 0 0 no-repeat;
	background-size: 23px auto;
}
.sns_item-fb{
	width: 20px;
}
.sns_item-fb a{
	display: block;
	width: 20px;
	height: 20px;
	background: url(/PC/image/common/ic_sns_fb_navy.png) 0 0 no-repeat;
	background-size: 20px auto;
}
.sns_item-fb a:hover{
	background: url(/PC/image/common/ic_sns_fb_gold.png) 0 0 no-repeat;
	background-size: 20px auto;
}
.sns_item-line{
	width: 21px;
}
.sns_item-line a{
	display: block;
	width: 21px;
	height: 20px;
	background: url(/PC/image/common/ic_sns_line_navy.png) 0 0 no-repeat;
	background-size: 21px auto;
}
.sns_item-line a:hover{
	background: url(/PC/image/common/ic_sns_line_gold.png) 0 0 no-repeat;
	background-size: 21px auto;
}
.detail_clm_info_link{
	margin-bottom: 12px;
}
.detail_clm_info_link_item{
	float: left;
	width: 234px;
	height: 40px;
	border: 1px solid #e6e6e6;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.detail_clm_info_link_item:first-child{
	border-right: 0;
}
.detail_clm_info_link_item_btn{
	display: block;
	width: 100%;
	height: 38px;
	font-size: 15px;
	line-height: 38px;
	text-align: center;
}
.detail_clm_info_link_item_btn:hover{
	color: #918033;
	background: #f0f0f0;
}
.detail_clm_info_link_item_btn span{
	display: inline-block;
	padding-left: 18px;
	background: url(/PC/image/common/ic_link_arrow_navy.png) 0 center no-repeat;
	background-size: 6px auto;
}
.detail_clm_info_link_item_btn:hover span{
	background: url(/PC/image/common/ic_link_arrow_gold.png) 0 center no-repeat;
	background-size: 6px auto;
}
.detail_clm_info_link_item_btn-list span{
	display: inline-block;
	padding-left: 22px;
	background: url(/PC/image/common/ic_list_navy.png) 0 center no-repeat;
	background-size: 12px auto;
}
.detail_clm_info_link_item_btn-list:hover span{
	background: url(/PC/image/common/ic_list_gold.png) 0 center no-repeat;
	background-size: 12px auto;
}
.detail_clm_info_cart .cart_btn{
	height: 48px;
	font-size: 18px;
	line-height: 48px;
}
.detail_clm_info_cart .cart_btn span{
	padding-left: 40px;
	background-size: 26px auto;
}
.detail_clm_info_cart .soldout{
	height: 48px;
	font-size: 18px;
	line-height: 48px;
}
.detail_clm_info_cart .soldout span{
	padding-left: 40px;
	background-size: 26px auto;
}

/* ----------------------------- 製品オプション ----------------------------- */

.detail_option{
	border-top: 1px solid #e6e6e6;
}

/* 使用ステップ */
.detail_step{
	padding: 52px 0 26px 0;
	font-size: 0;
	line-height: 0;
}
.detail_step_bar{
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	height: 19px;
}
.detail_step_bar:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ccc;
}
.detail_step_list{
	display: inline-block;
}
.detail_step_bar_item,
.detail_step_list_item{
	display: inline-block;
	margin-right: 32px;
	width: 174px;
}
.detail_step_bar_item:last-child,
.detail_step_list_item:last-child{
	margin-right: 0;
}
.detail_step_list_item_img{
	margin-bottom: 11px;
	border: 1px solid #e6e6e6;
}
.detail_step_list_item_txt{
	font-size: 14px;
	line-height: 20px;
}
.step_item_icon-d{
	background: url(../../../image/PC/products/detail_step_ic_d.png) right 0 no-repeat;
	background-size: 20px 20px;
}
.step_item_icon-n{
	background: url(../../../image/PC/products/detail_step_ic_n.png) right 0 no-repeat;
	background-size: 15px 20px;
}
.step_item_icon-dn{
	background: url(../../../image/PC/products/detail_step_ic_dn.png) right 0 no-repeat;
	background-size: 44px 20px;
}

/* 使用方法 */
.detail_howto{
	padding: 26px 0;
}
.detail_howto_l{
	float: left;
	margin-right: 64px;
	width: 468px;
}
.detail_howto_txt{
	font-size: 14px;
	line-height: 32px;
}
.detail_howto_txt_option{
	color: #666;
	font-size: 13px;
}
.detail_howto_r{
	float: left;
	width: 468px;
}

/* お客様の声 */
.detail_voice{
	padding: 26px 0 30px 0;
}
.detail_voice_list_item{
	padding: 20px 0;
	font-size: 14px;
	line-height: 20px;
	border-top: 1px solid #e6e6e6;
}
.detail_voice_list_item span{
	display: inline-block;
	padding-left: 36px;
	background: url(/PC/image/common/ic_voice_navy.png) 0 0 no-repeat;
	background-size: 21px auto;
}
.detail_voice_list_item:first-child{
	padding-top: 0;
	border-top: 0;
}

/* 成分表示 */
.detail_spec{
	padding: 0 32px;
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
}
.detail_spec_ttl a{
	display: block;
	padding: 32px 0 32px 0;
	font-size: 18px;
	line-height: 1em;
	background: url(/PC/image/common/ic_bottom_arrow_navy.png) right center no-repeat;
	background-size: 13px auto;
}
.detail_spec_ttl a:hover{
	color: #918033;
	background: url(/PC/image/common/ic_bottom_arrow_gold.png) right center no-repeat;
	background-size: 13px auto;
}
.detail_spec_ttl.acc-active a{
	background: url(/PC/image/common/ic_top_arrow_navy.png) right center no-repeat;
	background-size: 13px auto;
}
.detail_spec_ttl.acc-active a:hover{
	background: url(/PC/image/common/ic_top_arrow_gold.png) right center no-repeat;
	background-size: 13px auto;
}
.detail_spec_content{
	padding: 21px 0;
	font-size: 14px;
	line-height: 32px;
	border-top: 1px solid #e6e6e6;
}

.detail_nav{
	margin: 52px 0 80px 0;
	text-align: center;
}
.back_list_btn{
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
}
.back_list_btn span{
	display: inline-block;
	padding-left: 21px;
	background: url(/PC/image/common/ic_btn_back_navy.png) 0 center no-repeat;
	background-size: 13px auto;
}
.back_list_btn:hover{
	color: #918033;
}
.back_list_btn:hover span{
	background: url(/PC/image/common/ic_btn_back_gold.png) 0 center no-repeat;
	background-size: 13px auto;
}

/* -------------------------------------------------------------------------------------------
*
* 検索結果
*
* ----------------------------------------------------------------------------------------- */

.search_header{
	margin-bottom: 32px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e6e6e6;
}
.search_header_result{
	float: left;
	width: 570px;
	font-size: 16px;
	line-height: 36px;
}
.search_header_result_count{
	font-size: 22px;
	font-weight: 500;
}
.search_header_select{
	float: right;
	width: 164px;
}

.product_find_container {
	float: left;
	width: 1000px;
}

.product_find {
	margin: 0 auto 3em;
	width: 400px;
	border: 1px solid black;
	vertical-align: middle;
	display: block;
	height: 50px;
}

.search_text2 {
	float: left;
	padding: 0 10px;
	width: 350px;
	height: 50px;
	font-family: inherit;
	font-size: 14px;
	line-height: 34px;
	background: #fff;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#search_btn2, #search_btn3 {
	float: left;
	width: 48px;
	height: 48px;
	background: url(/PC/image/common/ic_search_navy.png) center center no-repeat;
	background-size: 15px auto;
}

#search_btn2:hover,#search_btn3:hover {
	background: url(/PC/image/common/ic_search_gold.png) center center no-repeat;
	background-size: 15px auto;
}
