@charset "utf-8";
/*---------------------------------+
@title  ： plp.css(EG用)
@auther ： Yuki Ishikura
@detail ： ui_assets_Only_PLP
@temp   ： Product Grid
@update ： 2018/4/24
Copyright BEAUTY GARAGE.INC. All Rights Reserved.
+----------------------------------*/

/* EG非表示用 */
.plp__content .bg-only{
	display:none;
}

/* fulfilment-Navigation */
/*---------------------------------------------------*/
#fulfil_nav{
	width:100%;
	margin-top:20px;
}
#fulfil_nav .inner ul{
	padding-bottom:15px;
	background:#F6F4F5;
	overflow:hidden;
}
#fulfil_nav .inner ul li{
	float:left;
	margin:15px 0 0 25px;
}
#fulfil_nav .inner ul li a{color:#70accb;}
@media screen and (max-width: 767px){
	#fulfil_nav .inner ul li{margin:15px 0 0 15px;}
}

/* Invisibility Category */
/*---------------------------------------------------*/
.menu__item a{
	font-size:14px;
	line-height:20px;
	padding:6px 24px 6px 10px;
	display:block;
	position:relative;
}


/* ブランド説明用
例）https://www.eyelashgarage.jp/c/020490000
例）https://www.eyelashgarage.jp/c/010750000
*/
/*---------------------------------------------------*/
.brandArea{margin-top:20px;}
.brandArea .brandArea_inner{
	display:flex;
	align-items:center;
}
.brandArea .brandArea_inner .logo{
	border:solid 1px #EEE;
}
.brandArea .brandArea_inner .logo img{
	max-width:100%;
}
.branddetailtxt{
	margin:20px 0 0;
	/*margin:20px 0 15px !important;*/
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:1.5;
	height:1.5em  /*1em(行)xline-height1.5*/;
	/*width: 750px;*/
	padding-right:6em;
}
.branddetailtxt + p{
	margin-top:10px;
}
.brandArea .brandArea_inner p.more-link{
	display:inline-block;
	margin-right:20px;
	overflow: hidden;
}
.bOpened{
	overflow:visible !important;
	text-overflow: clip !important;
	white-space:normal !important;
	height:auto !important;
	padding-right:0 !important;
}
@media screen and (max-width: 1023px){
	.branddetailtxt{width: 100%; font-size:}
}

#brandarea{
	margin:20px auto 0px;
	/*margin:20px auto;
	max-width:750px;*/
}
@media screen and (max-width: 1023px){
	#brandarea p{font-size:12px!important;}
}
/* h1直下のp説明文用 */
.makerbrandPage .brandplaintxt,
.makerbrandPage .plp__content p:first-of-type:not([class]){
	margin-top:20px;
}
.branddetailtxt + #brandarea{
	margin:-1.5em auto 0px;
}
@media screen and (max-width: 1023px){
	.branddetailtxt + #brandarea{
		margin:-1.5em auto 10px;
	}
}
.branddetailtxt + #brandarea.cp_box .brandarea_inner {
	overflow: hidden;
	padding-top:1.5em;
	height: 1.5em; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.branddetailtxt + #brandarea.cp_box input:checked ~ .brandarea_inner {
	height: auto;
	padding-top:30px;
	padding-bottom:20px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
@media screen and (max-width: 1023px){
	.branddetailtxt + #brandarea.cp_box input:checked ~ .brandarea_inner {
		padding-bottom:10px;
	}
}
/********************/
.branddetailtxt{
	position:relative;
}
.txtopenbtn{
	display:none;
	position: absolute;
	z-index: 2;
	bottom:0;
	right: 0;
	color: #428bca;
	background-color:#FFF;
	font-weight:normal;
	cursor:pointer;
	font-size:12px;
}
.txtopenbtn:hover{
	text-decoration:underline;
}
@media screen and (max-width:1023px){
	.txtopenbtn{
		font-size:10px;
	}	
}

/********************/
#brandarea.cp_box .brandarea_inner p.morelink{
	display:inline-block;
	margin-right:20px;
	overflow: hidden;
}
#brandarea .brandarea_img{
	display:none;
	/*display:flex;*/
	align-items:center;
	border:solid 1px #EEE;
	max-width:750px;
	margin:20px auto 10px;
	text-align:center;
	font-size:0!important;
}
@media screen and (max-width: 767px){
	#brandarea .brandarea_img{
		max-width:100%;
	}
}
.makerbrandPage #brandarea .brandarea_img{
	display:none;
}
#brandarea .brandarea_img .logo{
	display:inline-block;
	text-align:center;
	width:50%;
}
#brandarea .brandarea_img .image{
	display:inline-block;
	box-sizing:border-box;
	border-left:solid 1px #EEE;
	text-align:center;
	width:50%;
}
#brandarea .brandarea_img .logo img,
#brandarea .brandarea_img .image img{
	max-width:100%;
}

#brandarea.cp_box *, #brandarea.cp_box *:before, #brandarea.cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#brandarea.cp_box {
	position: relative;
}
#brandarea.cp_box label {
	display:none;
	position: absolute;
	z-index: 1;
	bottom: -0.5em;
	right:0;
	width: 6em;
	height: 2em; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	margin-bottom:6px;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
#brandarea.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
#brandarea.cp_box label:after {
	position: absolute;
	z-index: 2;
	bottom:0;
	right: 0;
	content: 'もっと見る▼';
	color: #e079a6;
	background-color:#FFF;
}
#brandarea.cp_box label:hover:after{
	text-decoration:underline;
}
#brandarea.cp_box input {
	display: none;
}
#brandarea.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
	bottom:0;
}
#brandarea.cp_box input:checked + label:after {
	content: '閉じる▲'
}
#brandarea.cp_box input:checked + label:hover:after {
	text-decoration:underline;
}

.modal-dialog.modal-lg{
	max-width:782px!important;
}

/* 商品カテゴリブランドキーワード用 */
/*---------------------------------------------------*/
/*#brandKeywordWrap,#plpPickup,#categoryDetail,.gridTtl,#bg-sale,.container-fuluid{display:none;}*/
#brandKeyword,.categoryDetail,#categoryDetail{margin-top:30px;}
#brandarea + #brandKeywordWrap #brandKeyword,
.brandArea + #brandKeywordWrap #brandKeyword{margin-top:20px;}
.categoryDetail + #brandKeyword,#categoryDetail + #brandKeywordWrap #brandKeyword{margin-top:0;}
#brandKeyword ul{margin-left:-10px;}
#brandKeyword ul li{
	margin-left:10px;
	margin-top:2px;
	/*height:40px;*/
	display:inline-block;
}
#brandKeyword ul li h2{
	margin-top:0;
	margin-bottom:0;
	line-height:1.4;
}
#brandKeyword ul li a{
	display:block;
	/*padding:8px;*/
	/*background:#eee;*/
	/*border-radius:5px;*/
	color:#E079A6;
	font-weight:500;
	font-size:13px;
}
#brandKeyword ul li a:before{
content:"#";
color:#E079A6;
}

#brandKeyword ul li a:hover{text-decoration: underline;}
#brandKeyword .more:hover{
	text-decoration:none;
	opacity:0.7;
}
#brandKeyword .more{
	font-weight:bold;
	text-align:right;
	margin-top:5px;
	display:block;
}
#brandKeyword .more:hover{
	font-weight:bold;
	text-align:right;
	margin-top:5px;
	display:block;
}
#relatedCategories{
	margin-top:10px;
	margin-bottom:0;
	font-size:0;
}
#relatedCategories dt,
#relatedCategories dd{
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, "Open Sans", Helvetica, Arial, -apple-system, blinkMacSystemFont, sans-serif;
	display:inline-block;
	font-weight:normal;
	font-size:13px;
}
#relatedCategories dd{margin-right:10px; margin-top:5px;}
#relatedCategories dd a{
	color:#E079A6;
	font-size:13px;
}
#relatedCategories dd a:before{
content:"#";
color:#E079A6;
}

#brandKeywordWrap #categoryDetail {
text-align: center;
}
#brandKeywordWrap #proDucTItem__Listbtn {
width: 100%;
overflow: hidden;
margin: 10px auto 50px;
text-align: center;
}
#brandKeywordWrap #proDucTItem__Listbtn .list__btnMore {
padding:10px 50px 8px;
text-align:center;
margin:0;
display: inline-block;
border: 1px solid #70acd2;
border-radius: 5px;
position: relative;
color: #5595bd;
font-weight: bold;
}
#brandKeywordWrap #proDucTItem__Listbtn .list__btnMore:after {
content: "\f054";
display: inline;
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
color: #3d9ed1;
position: absolute;
right: 10px;
font-size: 12px;
top: 32%;
font-weight: normal;
}
#brandKeywordWrap #proDucTItem__Listbtn a:hover {
text-decoration: none;
opacity: 0.7;
}
@media screen and (max-width: 1023px){
	#brandKeyword ul li a,#relatedCategories dt,#relatedCategories dd a{font-size:12px;}
    p#categoryDetail{font-size:13px;}
}
@media screen and (max-width: 767px){
	#brandarea + #brandKeywordWrap #brandKeyword,
	.brandArea + #brandKeywordWrap #brandKeyword{margin-top:10px;}
	#brandKeyword .brandList{
		width:100%;
        padding-bottom:8px;
		overflow-x:scroll;
		white-space:nowrap;
        -webkit-overflow-scrolling: touch;
	}
	#relatedCategories{
		margin-top:5px;
		padding-bottom:8px;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
}

/* ブランドPLPハッシュワード
例）https://www.eyelashgarage.jp/c/011460000
*/
/*---------------------------------------------------*/
.makerbrandPage #brandKeywordWrap{
	display:none;/*ブランドページのbrandKeywordWrapはbrandHashwordへ移行*/
}
#brandHashword{margin-top:20px;}
#brandHashword ul{margin-left:-10px;}
#brandHashword ul li{
	margin-left:10px;
	margin-top:2px;
	display:inline-block;
}
#brandHashword ul li h2{
	margin-top:0;
	margin-bottom:0;
	line-height:1.4;
}
#brandHashword ul li a{
	display:block;
	color:#70accb;
	font-weight:500;
	font-size:13px;    
}
#brandHashword ul li a:before{
content:"#";
color:#70accb;
}

#brandHashword ul li a:hover{text-decoration: underline;}
#brandHashword .more:hover{
	text-decoration:none;
	opacity:0.7;
}
#brandHashword .more{
	font-weight:bold;
	text-align:right;
	margin-top:5px;
	display:block;
}
#brandHashword .more:hover{
	font-weight:bold;
	text-align:right;
	margin-top:5px;
	display:block;
}
@media screen and (max-width: 1023px){
	#brandHashword ul li a{font-size:12px;}
}
@media screen and (max-width: 767px){
	#plpMakerBrand + #brandHashwordWrap #brandHashword,
	#brandarea + #brandHashwordWrap #brandHashword,
	.brandArea + #brandHashwordWrap #brandHashword{margin-top:10px;}
	#brandHashword .brandList{
		width:100%;
    padding-bottom:8px;
		overflow-x:scroll;
		white-space:nowrap;
    -webkit-overflow-scrolling: touch;
	}
}

/* 下部PRバナー用 */
/*---------------------------------------------------*/
#plpPrBanner{
	padding:40px 0 15px;
}
#plpPrBanner ul li a{
	display:block;
	margin-bottom:25px;
}
#plpPrBanner ul li a img{
	max-width:100%;
	height:auto;
}
#plpPrBanner ul li a img:hover{
	opacity:.7;
}
@media screen and (max-width: 767px){
	#plpPrBanner{
		padding:30px 0 15px;
	}
}

/* 商品カテゴリメーカーブランド用
例）https://www.beautygarage.jp/c/2HA201
*/
/*---------------------------------------------------*/
#plpMakerBrand .inner{
  margin: 10px 0 0 0;
}
#plpMakerBrand .inner ul{
	margin:0 -1.2%;
	letter-spacing: -.4em;
	overflow:hidden;
}
#plpMakerBrand .inner ul.opener{
	display:none;
	transition: all 0.5s;
}
#plpMakerBrand .inner ul li {
	width: calc(16.666666666% - 2.4%);
	display: inline-block;
	margin: 10px 1.2%;
	text-align: center;
	border: 1px solid #DDD;
	letter-spacing: normal;
}
#plpMakerBrand .inner ul li a{display:block;}
#plpMakerBrand .inner ul li a img{
	width:100%;
	height:auto;
	max-width:168px;
	max-height:79px;
}
#plpMakerBrand .inner ul li a:hover{
	opacity:0.4;
}
#plpMakerBrand p{
	text-align:right;
	margin-top:10px;
}
#plpMakerBrand p a{
	color:#000;
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, "Open Sans", Helvetica, Arial, -apple-system, blinkMacSystemFont, sans-serif;
	cursor:pointer;
}
#plpMakerBrand .more::before{
	content: "\f078";
	font-family: FontAwesome;
	display: inline-block;
	margin-right:4px;
}
#plpMakerBrand .all{display:none;}
#plpMakerBrand .all::after{
	content: "\f054";
	font-family: FontAwesome;
	display: inline-block;
	margin-left:4px;
}

@media screen and (max-width: 1023px){

	#plpMakerBrand .inner{
		width:100%;
		overflow-x:scroll;
		white-space:nowrap;
	}
	#plpMakerBrand .inner ul.sp-box{
		width:100px;
		display:inline-block;
		margin:0 1%;
    vertical-align: top;
	}
	#plpMakerBrand .inner ul.sp-box li{
		width:98px;
		display:block;
	}
	#plpMakerBrand p{margin-top:0;}
}

/*ブランドキーワード（サムネイル付）用
例）https://www.beautygarage.jp/c/2HA208
*/
/*--------------------------------------------------------------*/
#image_keywordtag h2.other_filter,
#image_keywordtag3 h2.other_filter {
	font-size: 1.4em;
	/*border-bottom: solid 1px #dcdcdc;*/
    text-align: center;
    /*padding-bottom: 10px;*/
}
#image_keywordtag h2.other_filter:first-child,
#image_keywordtag3 h2.other_filter:first-child {
	margin-top: 35px;
}
#image_keywordtag p#categoryDetail,
#image_keywordtag3 p#categoryDetail {
	margin-top: 15px;
	border-top: solid 1px #dcdcdc;
    padding-top: 15px;
}
#image_keywordtag p#categoryDetail:first-child,
#image_keywordtag3 p#categoryDetail:first-child {
	border: none;
}
#image_keywordtag,
#image_keywordtag3 {
    width: 100%;
    margin-top: 20px;
}
#image_keywordtag ul,
#image_keywordtag3 ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-flex-wrap: wrap;
	margin: 0;
}
#image_keywordtag h2 + ul,
#image_keywordtag3 h2 + ul {
	padding-top: 15px;
	border-top: solid 1px #dcdcdc;
}
#image_keywordtag ul li,
#image_keywordtag3 ul li {
    border-radius: 5px;
    width: calc(25% - (45px / 4));
	height: auto;
    margin: 0 15px 15px 0;
    overflow: hidden;
}
#image_keywordtag ul li:nth-child(4n),
#image_keywordtag3 ul li:nth-child(4n) {
	margin-right: 0;
}
#image_keywordtag ul li a,
#image_keywordtag3 ul li a {
    /*display: block;*/
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: flex-start;
	display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
	-webkit-justify-content: flex-start;
    height: 72px;
    min-height: 72px;
    padding: 6px;
    color: #555;
    position: relative;
    padding-right: 28px;
    background: #f7f6f6;
	letter-spacing: -1em;
}
#image_keywordtag ul li a:hover,
#image_keywordtag3 ul li a:hover {
    opacity: 0.7;
	text-decoration: none;
}
#image_keywordtag ul li a:after,
#image_keywordtag3 ul li a:after {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    font-size: 1.2em;
    right: 8px;
    top: 50%;
    margin-top: -0.6em;
    color: #cccccc;
	letter-spacing: normal;
}
#image_keywordtag ul li a img,
#image_keywordtag3 ul li a img {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-right: 1em;
}
#image_keywordtag ul li a .keyword,
#image_keywordtag3 ul li a .keyword {
    display: inline-block;
    font-size: 1em;
    vertical-align: middle;
    font-weight: bold;
    width: /*calc(100% - 60px - 1em)*/100%;
	letter-spacing: normal;
}
#image_keywordtag ul li a img + .keyword,
#image_keywordtag3 ul li a img + .keyword {
	width: calc(100% - 60px - 1em);
}
#image_keywordtag ul li a img + .keyword small,
#image_keywordtag3 ul li a img + .keyword small {
	color:#999;
}
#image_keywordtag ul li a .keyword small,
#image_keywordtag3 ul li a .keyword small {
	color:#999;
}

#image_keywordtag ul.brand_logo li a,
#image_keywordtag3 ul.brand_logo li a {
	flex-wrap: nowrap;
}
#image_keywordtag ul.brand_logo li a .logo_img,
#image_keywordtag3 ul.brand_logo li a .logo_img {
	max-width: 127.6px;
	width: 45%;
	position: relative;
	background: #fff;
	height: 100%;
}
#image_keywordtag ul.brand_logo li a .logo_img img,
#image_keywordtag3 ul.brand_logo li a .logo_img img {
	margin: auto;
	width: 100%;
	height: auto;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	/*height: 40px;
	width: auto;*/
}
#image_keywordtag ul.brand_logo li a .logo_img + .keyword,
#image_keywordtag3 ul.brand_logo li a .logo_img + .keyword {
	font-size: 0.8em;
	padding-left: 1em;
	width: 55%;
}

#brandKeywordWrap .category_imagecut {
	padding: 0;
	text-align: center;
}
#brandKeywordWrap .category_imagecut img {
	margin: 0 auto;
	max-width: 100%;
}

/*---bigthumb------------------*/
#image_keywordtag ul.bigthumb li,
#image_keywordtag3 ul.bigthumb li {
	width: calc(33.333% - (30px / 3));
}
#image_keywordtag ul.bigthumb li:nth-child(3n),
#image_keywordtag3 ul.bigthumb li:nth-child(3n) {
	margin-right: 0;
}
#image_keywordtag ul.bigthumb li:nth-child(4n),
#image_keywordtag3 ul.bigthumb li:nth-child(4n) {
margin-right: 15px;
}
#image_keywordtag ul.bigthumb li a,
#image_keywordtag3 ul.bigthumb li a {
display: block;
height: auto;
padding: 6px;
/*
padding: 6px;
	height: 100%;
*/
}	


#image_keywordtag ul.bigthumb li a:after,
#image_keywordtag3 ul.bigthumb li a:after {
	display: none;
}
#image_keywordtag ul.bigthumb li a .renewal,
#image_keywordtag3 ul.bigthumb li a .renewal {
	position: absolute;
    letter-spacing: normal;
    width: calc(100% - 12px);
    color: #fff;
    text-align: center;
    line-height: 24px;
    background: #ff3c6c;
    top: 6px;
    left: 6px;
    font-weight: bold;
	z-index: 1;
}
#image_keywordtag ul.bigthumb li a .thumbcov,
#image_keywordtag3 ul.bigthumb li a .thumbcov {
	z-index: 0;
	position: relative;
}
#image_keywordtag ul.bigthumb li a img,
#image_keywordtag3 ul.bigthumb li a img {
	margin: 0;
	width: 100%;
	height: auto;
}
#image_keywordtag ul.bigthumb li a .keyword,
#image_keywordtag3 ul.bigthumb li a .keyword {
	text-align: center;
	width: 100%;
	margin: 10px 0;
}
#image_keywordtag ul.bigthumb li a .keyword + p,
#image_keywordtag3 ul.bigthumb li a .keyword + p {
	letter-spacing: normal;
	margin-bottom: 0;
}

#image_keywordtag .select_bland,
#image_keywordtag3 .select_bland {
    width: calc(100% + 15px);
    margin-left: calc(-15px / 2) !important;
    margin-right: calc(-15px / 2) !important;
}
#image_keywordtag .select_bland li,
#image_keywordtag3 .select_bland li {
    width: calc(16.66666667% - 15px);
    max-width: 170px;
    margin-left: calc(15px / 2) !important;
    margin-right: calc(15px / 2) !important;
}
#image_keywordtag .select_bland li a,
#image_keywordtag3 .select_bland li a {
    padding: 0;
    background: none;
    height: auto;
}
#image_keywordtag .select_bland li a:after,
#image_keywordtag3 .select_bland li a:after {
    display: none !important;
}
#image_keywordtag .select_bland li a .blang_logo,
#image_keywordtag3 .select_bland li a .blang_logo {
    width: 100%;
    border: 1px solid #eeeeee;
    margin: 0;
}
#image_keywordtag .select_bland li a .blang_logo img,
#image_keywordtag3 .select_bland li a .blang_logo img {
    width: 100%;
    height: auto;
    display: block;
}
#image_keywordtag .select_bland li a .bland_name,
#image_keywordtag3 .select_bland li a .bland_name {
    letter-spacing: normal;
    text-align: center;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0 0;
}
.plp__content--brandlogo{margin-bottom:24px;}

@media (max-width: 1023px) {
	/*---bigthumb------------------*/
	#image_keywordtag ul.bigthumb li a .renewal,
	#image_keywordtag3 ul.bigthumb li a .renewal {
		line-height: 16px;
	}
	#image_keywordtag .select_bland li,
	#image_keywordtag3 .select_bland li {
    	width: calc(33.33333333% - 15px);
	}
}


@media screen and (max-width:767px) {
    #image_keywordtag ul,
	#image_keywordtag3 ul {
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	#image_keywordtag ul li,
	#image_keywordtag3 ul li {
        width: calc(50% - 5px);
        margin-bottom: 10px;
		margin-right: 0;
    }
    #image_keywordtag ul li a,
	#image_keywordtag3 ul li a {
        padding: 5px 20px 5px 5px;
		min-height: 50px;
		height: /*auto*/100%;
    }
    #image_keywordtag ul li a:after,
	#image_keywordtag3 ul li a:after {
        right: 5px;
    }
    #image_keywordtag ul li a img,
	#image_keywordtag3 ul li a img {
        width: /*25%*/40px;
        height: auto;
    }
    #image_keywordtag ul li a img + .keyword,
	#image_keywordtag3 ul li a img + .keyword {
        width: /*calc(75% - 1em)*/calc(100% - 1em - 40px);
    }
	
	/*---bigthumb------------------*/
	#image_keywordtag ul.bigthumb li,
	#image_keywordtag3 ul.bigthumb li {
		width: calc(50% - 5px);
	}
	#image_keywordtag ul.bigthumb li:nth-child(4n),
	#image_keywordtag3 ul.bigthumb li:nth-child(4n) {
	  margin-right: 0;
	}
  
	#image_keywordtag ul.bigthumb li a .thumbcov,
	#image_keywordtag3 ul.bigthumb li a .thumbcov {
		height: 110px;
		width: 100%;
		overflow: hidden;
	}
	#image_keywordtag ul.bigthumb li a,
	#image_keywordtag3 ul.bigthumb li a {
		padding: 5px;
	}
	#image_keywordtag ul.bigthumb li a .renewal,
	#image_keywordtag3 ul.bigthumb li a .renewal {
		width: calc(100% - 10px);
		line-height: 16px;
		top: 5px;
		left: 5px;
	}
	#image_keywordtag ul.bigthumb li a .thumbcov,
	#image_keywordtag3 ul.bigthumb li a .thumbcov {
		width: 100%;
		height: 110px;
		overflow: hidden;
	}
	#image_keywordtag ul.bigthumb li a .thumbcov > img,
	#image_keywordtag3 ul.bigthumb li a .thumbcov > img {
		width: auto;
		height: 100%;
		margin: auto;
		position: absolute;
		top: -100%;
		bottom: -100%;
		left: -100%;
		right: -100%;
	}
	#image_keywordtag ul.bigthumb li a .keyword,
	#image_keywordtag3 ul.bigthumb li a .keyword {
		margin: 8px 0;
	}
	
	#image_keywordtag .select_bland li,
	#image_keywordtag3 .select_bland li {
    	width: calc(50% - 15px);
		max-width: none;
	}
	#image_keywordtag .select_bland li a .blang_logo img,
	#image_keywordtag3 .select_bland li a .blang_logo img {
		max-width: 168px;
    	margin: 0 auto;
	}
}

@media screen and (max-width:736px) and (min-width:429px) {
	#image_keywordtag ul.brand_logo li a .logo_img img,
	#image_keywordtag3 ul.brand_logo li a .logo_img img {
		height: 40px;
		width: auto;
	}
}

/*@media screen and (max-width:428px) {
	#image_keywordtag ul.brand_logo li a .logo_img img,
	#image_keywordtag3 ul.brand_logo li a .logo_img img {
		width: 100%;
		height: auto;
	}
}*/

/*---spBox------------------*/
@media screen and (max-width:767px) {
  #image_keywordtag.scrollBox,
	#image_keywordtag3.scrollBox {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
  }
  #image_keywordtag.scrollBox ul.sp-box,
	#image_keywordtag3.scrollBox ul.sp-box {
    width: 44%;
    display: inline-block;
    margin: 0 1%;
    white-space:normal;
    vertical-align: top;
  }
  #image_keywordtag.scrollBox ul.sp-box li,
	#image_keywordtag3.scrollBox ul.sp-box li {
    width: 100%;
  }
  
}

/* ツリー内の選択中カテゴリにのみ背景色をつける用 */
/*---------------------------------------------------*/
.menu__item__ancestor .menu__item--sub{
	background:#FFF!important;
}
.menu__item__ancestor a[href*=javascript] {
	background-color: rgba(0,0,0,0);
}

/* ページネーションUI改善 */
/*---------------------------------------------------*/
.plp__pagination-bar .pagination > li{margin:0 1px;}
.plp__pagination-bar .pagination > li > a, .plp__pagination-bar .pagination > li > span{
	width:32px;
	height:32px;
	font-size:14px;
	line-height:32px;
}
.plp__pagination-bar .pagination > li:not(.pagination-prev):not(.pagination-next) > a{border-color:#999;}
.plp__pagination-bar .pagination > li:not(.pagination-prev):not(.pagination-next) > a:hover{opacity:0.5;}
.plp__pagination-bar .pagination > li.pagination-prev > a{margin-right:5px;}
.plp__pagination-bar .pagination > li.pagination-next > a{margin-left:5px;}
.plp__pagination-bar .pagination > li:not(.active) > span{width:16px;}

@media screen and (max-width: 349px){
.plp__pagination-bar .pagination > li{margin:0;}
}

/*--- Express PLPタイトル下余白削除 ------------*/
.bg-expressPage .page-header__wrapper{margin-bottom:0;}

/*--- Express PLPトップ＆各業種トップ ------------------*/
.bg-expressPage #expressPlp #expressToppageTxt {
	font-size:15px;
	padding-top:10px;
	margin-bottom:0;
	overflow:hidden;
}
.bg-expressPage #expressPlp #expressToppageTxt span {
	font-size:16px;
	padding-top:10px;
  font-family:"Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, "Open Sans", Helvetica, Arial, -apple-system, blinkMacSystemFont, sans-serif;
}
.bg-expressPage #expressPlp #expressToppageTxt .flexWrap{display:flex; justify-content:center;}
.bg-expressPage #expressPlp #expressToppageTxt .flexWrap p{text-align:center; margin:0 4% 10px;}
.bg-expressPage #expressPlp #expressToppageTxt .flexWrap + p{margin-bottom:0;}
@media (max-width: 1023px) {
  .bg-expressPage #expressPlp #expressToppageTxt {
    font-size: 11px;
  }
	.bg-expressPage #expressPlp #expressToppageTxt span {
		font-size:12px;
	}
	.bg-expressPage #expressPlp #expressToppageTxt .hiddentxt{font-size:11px; padding-top:0;}
}
@media (max-width: 767px) {
  .bg-expressPage #expressPlp #expressToppageTxt {
    text-align:left;
  }
	.bg-expressPage #expressPlp #expressToppageTxt .flexWrap p:nth-child(odd){margin:0 4% 10px 0;}
	.bg-expressPage #expressPlp #expressToppageTxt .flexWrap p:nth-child(even){margin:0 0 10px;}
	.bg-expressPage #expressPlp #expressToppageTxt .flexWrap + p{text-align:center;}
}
@media (max-width:366px){
	.bg-expressPage #expressPlp #expressToppageTxt .hiddentxt{display:none;}
}
@media (max-width: 320px) {
  .bg-expressPage #expressPlp #expressToppageTxt {
    letter-spacing:-0.5px;
  }
}
.bg-expressPage #expressPlp #expressToppageCategory{
	margin-top:30px;
}
.bg-expressPage #expressPlp #expressToppageCategory ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	display:-webkit-flex;
	-webkit-flex-wrap:wrap;
	-webkit-justify-content:center;
}
.bg-expressPage #expressPlp #expressToppageCategory ul li{
	width:calc(calc(100% - 100px)/5);
	max-width:220px;
	margin:0 10px;
	border:1px solid #ddd;
	border-radius:5px;
	-webkit-border-radius:5px;
	overflow:hidden;
}
.bg-expressPage #expressPlp #expressToppageCategory ul li p{
	font-size:17px;
	margin:10px auto;
	font-weight:bold;
	position:relative;
	text-align:center;
}
.bg-expressPage #expressPlp #expressToppageCategory ul li p::after{
	padding-left:10px;
	display:inline-block;
	content:'\f105';
	font-family:FontAwesome;
}
.bg-expressPage #expressPlp #expressToppageCategory ul li figure img{
	max-width:100%;
}
.bg-expressPage #expressPlp #expressToppageCategory ul li figure img:hover,
.bg-expressPage #expressPlp #expressToppageCategory ul li figure img:focus{
	opacity:0.7 !important;
}
@media (max-width: 1199px) {
  .bg-expressPage #expressPlp #expressToppageCategory ul li {
    width:calc(calc(100% - 100px)/5);
  }
	.bg-expressPage #expressPlp #expressToppageCategory ul li p{
		font-size:13px;
	}
}
@media (max-width: 767px) {
	.bg-expressPage #expressPlp #expressToppageCategory ul{
		justify-content:flex-start;
		-webkit-justify-content:flex-start;
	}
  .bg-expressPage #expressPlp #expressToppageCategory ul li{
    width:calc(calc(100% - 40px)/2);
		margin:0 10px 10px;
	}
	.bg-expressPage #expressPlp #expressToppageCategory ul li p{
		font-size:13px;
	}
}

#expressBrandKeywordWrap,#expressPlp{display:none;}
#expressBrandKeyword .bg-only{display: none;}/*EG非表示用*/
#expressBrandKeyword{
	margin-top:30px;
}
#expressBrandKeyword ul{
	margin-left:-10px;
	text-align:left;
}
#expressBrandKeyword ul li{
	margin-left:10px;
	margin-top:2px;
	/*height:40px;*/
	display:inline-block;
}
#expressBrandKeyword ul li h2{
	margin-top:0;
	margin-bottom:0;
	line-height:1.4;
}
#expressBrandKeyword ul li a{
	display:block;
	/*padding:8px;*/
	/*background:#eee;*/
	/*border-radius:5px;*/
	color:#E079A6;
	font-weight:500;
	font-size:13px;
}
#expressBrandKeyword ul li a:before{
content:"#";
color:#E079A6;
}

#expressBrandKeyword ul li a:hover{text-decoration: underline;}
#expressBrandKeyword .more:hover{
	text-decoration:none;
	opacity:0.7;
}
#expressBrandKeyword .more{
	font-weight:bold;
	text-align:right;
	margin-top:5px;
	display:block;
}
#expressBrandKeyword .more:hover{
	font-weight:bold;
	text-align:right;
	margin-top:5px;
	display:block;
}
@media screen and (max-width: 767px){
  #expressPlp + #expressBrandKeywordWrap #expressBrandKeyword{
		margin-top:20px;
	}
	#expressBrandKeyword .brandList{
		width:100%;
        padding-bottom:8px;
		overflow-x:scroll;
		white-space:nowrap;
        -webkit-overflow-scrolling: touch;
	}
}
@media screen and (max-width: 1023px){
	#expressBrandKeyword ul li a{
    font-size:12px;
  }
}

#expressPlpMakerBrand .inner{
  margin: 10px 0 0 0;
}
#expressPlpMakerBrand .inner ul{
	margin:0 -1.2%;
	letter-spacing: -.4em;
	overflow:hidden;
	text-align:left;
}
#expressPlpMakerBrand .inner ul.opener{
	display:none;
	transition: all 0.5s;
}
#expressPlpMakerBrand .inner ul li {
	width: calc(16.666666666% - 2.4%);
	display: inline-block;
	margin: 10px 1.2%;
	text-align: center;
	border: 1px solid #DDD;
	letter-spacing: normal;
}
#expressPlpMakerBrand .inner ul li a{display:block;}
#expressPlpMakerBrand .inner ul li a img{
	width:100%;
	height:auto;
	max-width:168px;
	max-height:79px;
}
#expressPlpMakerBrand .inner ul li a:hover{
	opacity:0.4;
}
#expressPlpMakerBrand p{
	text-align:right;
	margin-top:10px;
}
#expressPlpMakerBrand p a{
	color:#000;
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, "Open Sans", Helvetica, Arial, -apple-system, blinkMacSystemFont, sans-serif;
	cursor:pointer;
}
#expressPlpMakerBrand .more::before{
	content: "\f078";
	font-family: FontAwesome;
	display: inline-block;
	margin-right:4px;
}
#expressPlpMakerBrand .all{display:none;}
#expressPlpMakerBrand .all::after{
	content: "\f054";
	font-family: FontAwesome;
	display: inline-block;
	margin-left:4px;
}
@media screen and (max-width: 1023px){	
	#expressPlpMakerBrand .inner{
		width:100%;
		overflow-x:scroll;
		white-space:nowrap;
	}
	#expressPlpMakerBrand .inner ul.sp-box{
		width:100px;
		display:inline-block;
		margin:0 1%;
    vertical-align: top;
	}
	#expressPlpMakerBrand .inner ul.sp-box li{
		width:98px;
		display:block;
	}
	#expressPlpMakerBrand p{margin-top:0;}
}

/*--- Express トップ ------------------*/
.bg-expressPage #expressPlp #expressToppageTxt .all{margin-bottom:0;}
.bg-expressPage #expressPlp #expressToppageTxt .all .go-to-list{
	width: 340px;
	border: 1px solid #DFDFDF;
	border-radius: 4px;
	background: #F9F9F9;
	font-size: 16px;
	padding: 10px;
	margin: 10px auto 0;
	display: block;
	text-align: center;
	font-weight: bold;
	position: relative;
	line-height: 1.4;
	text-decoration: none;
	cursor:pointer;
}

.bg-expressPage #expressPlp #expressToppageTxt .all .go-to-list2{
	width: 340px;
	border: 1px solid #e079a6;
	border-radius: 4px;
	background: #Fffffff;
	font-size: 16px;
	padding: 10px;
	margin: 10px auto 10px;
	display: block;
	text-align: center;
	font-weight: bold;
	position: relative;
	line-height: 1.4;
	text-decoration: none;
	cursor:pointer;
}

.bg-expressPage #expressPlp #expressToppageTxt .pnk{
	color: #e079a6;
	font-size: 18px;
}

.bg-expressPage #expressPlp #expressToppageTxt .fontb{
	font-size: 18px;
    text-align: left;
    width: 700px;
    display: block;
    margin: 0 auto 10px;
}

.fa-clock:before {
    content: "\f017";
}

@media screen and (max-width:1023px){
	.bg-expressPage #expressPlp #expressToppageTxt .all .go-to-list{font-size:13px;}
	.bg-expressPage #expressPlp #expressToppageTxt .all .go-to-list2{font-size:13px;}
	.bg-expressPage #expressPlp #expressToppageTxt .hiddentxt{font-size:11px; padding-top:0;}

	.bg-expressPage #expressPlp #expressToppageTxt .fontb{
		width: 80%;
}
}
@media screen and (max-width:767px){
	.bg-expressPage #expressPlp #expressToppageTxt .all .go-to-list2{font-size:13px; width: calc(100% - 10px);}
	.bg-expressPage #expressPlp #expressToppageTxt .all .go-to-list{width:calc(100% - 10px);}

	.bg-expressPage #expressPlp #expressToppageTxt .fontb{
	  width: 100%;
	}


}
/*　PLPタイトル非表示*/
.page-productGrid .plp__heading{display:none;}

/*PLPのレビュー下のレビュー促進ブロック*/
#review_products_carousel.homepage__block{padding-bottom:0; border-bottom: none;}
.plpReviewBelow{padding-top:0; padding-bottom: 35px; margin: 0;}
#homepage_usually_buy_carousel + .plpReviewBelow,.plp__pagination-bar + .plpReviewBelow{display:none;}


/*PLPリッチ化標準フォーマット
例）https://www.beautygarage.jp/c/021630000
--------------------------------------------------------------*/
#richBrandArea .pc {display: block;}
#richBrandArea  .sp {display: none;}

@media screen and (max-width: 767px) {
    #richBrandArea  .pc {display: none;}
    #richBrandArea  .sp {display: block;}
}

#richBrandArea .text-link {
	margin-top: 10px;
    display: block;	
}

#richBrandArea img {
    width: 100%;
    height: auto;
}
#richBrandArea a:hover {
    opacity: 0.7;
}
#richBrandArea h2, #richBrandArea h3, #richBrandArea h4{
	margin:0;	
}
#richBrandArea {
    width:100%;
    max-width: 1220px;
    margin: 20px auto;
    padding: 0;
}
#richBrandArea #richBrand,
#richBrandArea .seminar,
#richBrandArea .lineup,
#richBrandArea .comparison-chart {
    max-width: 1220px;
    /*overflow: hidden;*/
}
#richBrandArea ul li {
    list-style-type: none;
}

#richBrandArea h2 {
    display: inline-block;
    font-size: 24px;
    letter-spacing: 0.05rem;
    font-weight: bold;
    position: relative;
    padding: 0.5rem 1.2rem;
    border-bottom: 2px solid #000;
    background: #FFF;
	margin-top: 30px;
    margin-bottom: 3rem;
}
#richBrandArea h2:before {
    position: absolute;
    bottom: -14px;
    left: 45.5%;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}
#richBrandArea h2:after {
    position: absolute;
    bottom: -12px;
    left: 45.5%;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #FFF transparent transparent transparent;
}

#richBrandArea #richBrand {
	padding:0 10px;
}
#richBrandArea #richBrand .richBrandtxt{
	position:relative;
}
#richBrandArea #richBrand .richBrandtxt p{
	font-size:16px;
	margin:30px 200px 10px;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow:hidden;
}

#richBrandArea #richBrand .richBrandtxt p.visibleTxt{/*紹介文全見せ用classまつげブランドは基本全見せ*/
    display: block;
    overflow:visible;
}

#richBrandArea #richBrand .richBrandtxt p.richtxtOpened{
	display:block;
}
#richBrandArea #richBrand .richBrandtxt .txtopenbtn{
	right:110px;
	outline: none;
}
#richBrandArea #richBrand .richBrandtxt p.richtxtOpened + .txtopenbtn{
	bottom:-1.5em;
}
#richBrandArea #richBrand .richBrandtxt p .super{
	vertical-align: super;
	font-size: 0.8em;	
}
#richBrandArea #richBrand .richBrandtxt p .small{
	font-size: 0.8em;	
}

#richBrandArea .seminar{
	margin-top:30px;
}
#richBrandArea .seminar ul {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, calc(50% - 20px));
	justify-content: center;
}
#richBrandArea .seminar:last-child{
	padding-top:30px;
	margin-top:30px;
	border-top:1px solid #dcdcdc;
}

#richBrandArea .lineup,
#richBrandArea .comparison-chart {
    text-align: center;
}
#richBrandArea .lineup .itemBox {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat( auto-fit, calc(calc(1220px - 80px)/4) );
	justify-content: center;
}
#richBrandArea .lineup .itemArea .itemBox li {
    border: solid 1px #7f7251; /*枠線の色はブランドイメージに合わせて各page.cssで変更*/
    box-sizing: border-box;
	margin-bottom:0;
}
#richBrandArea .lineup .itemArea .itemBox li a{
	text-decoration: none;	
}
#richBrandArea .lineup .itemArea .itemBox li a h3 {
    background: #efe4d3;  /*背景色はブランドイメージに合わせて各page.cssで変更*/
    color: #111;
    font-size: 21px;
	padding: 0.8rem 2.5rem 0.5rem 1rem;
    font-weight: bold;
    line-height: 1.5;
	position:relative;
    display: grid;
    align-items: center;
}
#richBrandArea .lineup .itemArea .itemBox li a h3:after {
    font-family: "FontAwesome";
    content: '\f054';
    position: absolute;
    font-weight: 300;
    font-size: 20px;
    right: 5px;
	top:50%;
	transform:translate(0, -50%);
}
#richBrandArea .lineup .itemArea .itemBox li a p{
    width: 36%;
    float: left;
    display: block;
    margin: 0;
    box-sizing: border-box;
	padding:10px 5px 5px 5px;  
}
#richBrandArea .lineup .itemArea .itemBox li a p:nth-child(odd) {
    float: right;
    width: 62%;
    margin: 0;
    box-sizing: border-box;
    text-align: justify;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.6;
	padding:10px 10px 10px 0;
}

#richBrandArea .comparison-chart .btnBox {
    width: 50%;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    font-size: 24px;
    letter-spacing: 0.1rem;
    font-weight: bold;
}
#richBrandArea .comparison-chart .btnBox a {
    display: block;
    border: solid 1px #7f7251;  /*枠線の色はブランドイメージに合わせて各page.cssで変更*/
    background-color: #efe4d3;  /*背景色はブランドイメージに合わせて各page.cssで変更*/
    background-repeat: no-repeat;
    background-position: center left;
    background-position-x: 1em;
    background-size: 100px;
    color: #111;
    position: relative;
    text-decoration: none;
    text-align: center;
    padding: 1em;
    margin-bottom: 2rem;
}
#richBrandArea .comparison-chart .btnBox a:after {
    font-family: "FontAwesome";
    content: '\f054';
    position: absolute;
    font-weight: 300;
    right: 10px;
    font-size: 20px;
    top: 32%;   
}
@media screen and (max-width:1475px) {
	#richBrandArea .lineup .itemBox {
		grid-template-columns: repeat( auto-fit, calc(calc(100% - 80px)/4) );
	}
}
@media screen and (max-width:1320px) {
	#richBrandArea #richBrand .richBrandtxt p{
		margin:30px 90px 10px 0;
	}
	#richBrandArea #richBrand .richBrandtxt p.richtxtOpened{
		margin:30px 0;
	}
	#richBrandArea #richBrand .richBrandtxt .txtopenbtn{
		right:0px;
	}
	#richBrandArea .lineup .itemBox {
		grid-template-columns: repeat( auto-fit, calc(calc(100% - 60px)/3) );
	}	
}
@media screen and (max-width:1023px) {
	#richBrandArea h2,
	#richBrandArea .lineup .itemArea .itemBox li a h3 {
		font-size:19px;	
	}
	#richBrandArea .lineup .itemArea .itemBox li a p{
		width: 30%;
	}
	#richBrandArea .lineup .itemArea .itemBox li a p:nth-child(odd) {
		width: 70%;
	}
    #richBrandArea .comparison-chart .btnBox {
        width: 70%;
    }
}
@media screen and (max-width: 767px) {
	#richBrandArea #richBrand,
	#richBrandArea .seminar,
	#richBrandArea .lineup,
	#richBrandArea .comparison-chart {
		max-width: 96%;
		margin-left:auto;
		margin-right:auto;
	}
	#richBrandArea #richBrand {
		padding:0;
	}
	#richBrandArea #richBrand .richBrandtxt p{
		font-size:12px;
		margin:20px 70px 0 0;
	}
	#richBrandArea #richBrand .richBrandtxt p.richtxtOpened{
		margin:20px 0;
	}
	#richBrandArea .seminar ul{
		grid-template-columns: 1fr;
	}
	#richBrandArea .lineup .itemBox{
		grid-template-columns: 1fr;
	}
    #richBrandArea .comparison-chart .btnBox {
        width: 100%;
    }	
    #richBrandArea .comparison-chart .btnBox a {
        background-position-x: 0.5em;
        font-size: 19px;
        letter-spacing: 0;
        background-size: 80px;
        text-indent: 1.2rem;
    }
}
