@charset "utf-8";


/*=======================================================
	ブランドサイト
=======================================================*/
/*---------------------------------------------
	index
---------------------------------------------*/
.brandbase{
	margin: 0 0 50px;
	padding: 0;
	overflow: hidden;
	width: 100%;
}
#brand_index_header{
	padding-bottom: 30px;
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
}
#brand_index_header header{
	margin: 0 auto 0;
	padding: 15px 0 0;
	overflow: hidden;
	box-sizing: border-box;
	width: 970px;
	min-height: 430px;
}
#brand_index_header header h1{
	padding: 30px 0 0 50px;
}

#brand_message{
	padding-bottom: 40px;
	float: left;
	width: 550px;
}
#brand_img{
	margin-top: 15px;
	margin-bottom: -20px;
	float: right;
	text-align: center;
}
#brand_img img{
	margin-right: 20px;
	margin-bottom: 30px;
}

.brand_lead{
	margin: 15px 0 0 50px;
	color: #dd0042;
	font-size: 18px; /* ie8 */
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}
.brand_lead2{
	margin: 10px 0 0 50px;
	color: #dd0042;
	font-size: 14px; /* ie8 */
	font-size: 1.4rem;
}
#brand_nav{
	margin: -65px auto 10px;
	width: 970px;
}
#brand_nav.brand_btm{
	margin-top: 10px;
}
#navbadge{
	margin: 0 0 -30px 13px;
	display: block;
	position: relative;
	z-index: 100;
	clear: both;
	width: 160px;
}
#brand_nav ul{
	padding-left: 166px;
	letter-spacing: -0.4em;
}
#brand_nav ul li{
	margin: 0;
	display: inline-block;
	height: 44px;
	border-right: 1px dotted #fff;
	letter-spacing: normal;
}
#brand_nav ul li:first-child{
	border-left: 1px dotted #fff;
}
#brand_nav ul li a{
	margin: 0 13px 0 10px;
	padding: 5px 0 0 0;
	display: block;
	color: #fff;
	font-size: 14px; /* ie8 */
	font-size: 1.4rem;
	font-weight: bold;
}
#brand_nav ul li a:before{
	content: ' ';
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 22px;
	height: 28px;
	background: url(/img/brand_nav_arrow.png) no-repeat left center;
	opacity: 0.6;
	color: #fff;
	text-align: left;
	vertical-align: middle;
	line-height: 44px;
}
#brand_nav ul li.nav_brandcont a:before{
	background: url(/img/brand_nav_brandcont_arrow.png) no-repeat left center;
}
#brand_nav ul li.current,
.special_cont #brand_nav ul li.special{
	background: url(/img/brand_nav_current_bg.png) no-repeat center bottom;
}

#brand_nav ul li.current a,
#brand_nav ul li a:hover,
.special_cont #brand_nav ul li.special a{
	border-bottom: 2px dotted #fff;
	opacity: 1;
	color: #fff;
	text-decoration: none;
}
#brand_nav ul li.current a:before,
#brand_nav ul li a:hover:before,
.special_cont #brand_nav ul li.special a:before{
	opacity: 1;
}

#brand_wrap{
	margin: 5px auto;
	padding: 20px 0 0;
	width: 970px;
}


/* --- ブランドナビゲーション開閉用 --- */
.nav_open{
	display: none;
}
#brand_nav .brand_nav_wrap ul{
	margin-top: 0;
	display: block;
}


/* --- pickup --- */
#brand_pickup{
	padding: 0 ;
	float: left;
	width: 740px;
}
#pickup_card,
.pickup_card{
	margin-right: -15px;
}
#pickup_card li,
.pickup_card li{
	margin: 0 11px 15px 0;
	padding: 0;
	float: left;
	width: 239px;
	background-color: #fff;
}
#pickup_card li h3 img,
.pickup_card li h3 img{
	width: 100%;
	height: auto;
}
#pickup_card li a,
.pickup_card li a{
	padding: 8px;
	display: block;
	color: #666;
	text-decoration: none;
	line-height: 1.4;
}
#pickup_card li a:hover,
.pickup_card li a:hover{
	opacity: 0.75;
}
.pickup_mark{
	margin: 10px 0 8px 0;
	color: #928f87;
	font-weight: bold;
}
.pickup_mark img{
	margin-right: 5px;
	width: 71px;
	height: 20px;
}
#brand_pickup .aside_cont{
	letter-spacing: -0.4em;
}
#brand_pickup .aside_cont h2{
	letter-spacing: 0;
}
#brand_pickup .aside_cont .site_btn{
	margin: 0 4px 0 0;
	display: inline-block;
	width: 181px;
	letter-spacing: normal;
}


/* --- ブランド内のコンテンツ案内 --- */
#brand_special{
	margin: 0 0 20px;
	clear: both;
}
#brand_pickup h2{
	margin: 0 0 10px;
	padding: 0 0 5px;
	clear: both;
	border-bottom: 2px dotted #78c3e7;
	color: #2b81c2;
	font-size: 16px; /* ie8 */
	font-size: 1.6rem;
	line-height: 1;
}
#brand_wrap .basic_cont{
	padding: 15px 20px;
	overflow: hidden;
	clear: both;
	border-top: 1px dashed #ccc;
	background-color: #fff;
}
#brand_wrap .basic_cont:first-child,
#brand_special > h2 + .basic_cont,
#brand_news > h2 + .basic_cont{
	border: none;
}
#brand_wrap .basic_cont .brandmark{
	margin-top: -10px;
}

#brand_wrap .basic_cont h3{
	font-size: 17px; /* ie8 */
	font-size: 1.7rem;
	line-height: 1.3;
}
#brand_wrap .basic_cont h3 span{
	margin-bottom: 5px;
	font-size: 14px; /* ie8 */
	font-size: 1.4rem;
}
#brand_wrap .basic_cont .close_campaign h3{
	color: #2b81c2;
}
.info_cont{
	float: left;
	width: 465px;
}
#brand_news .info_cont.cont_wide{
	float: none;
	width: auto;
}
.info_img{
	float: right;
}
.info_img img{
	width: 213px;
	height: auto;
}
#brand_info{
	overflow: hidden;
}
#brand_news{
	margin-bottom: 30px;
}
#brand_news .info_cont{
	width: 466px;
}
#brand_news h2{
	margin: 0 0 -15px 10px;
	position: relative;
	z-index: 2;
	border: none;
}
#brand_news h3{
	margin: 0 0 10px 0;
	border: none;
	color: #e25484;
	font-size: 14px; /* ie8 */
	font-size: 1.4rem;
	line-height: 1.2;
}
#brand_news > h2 + .basic_cont{
	padding-top: 25px;
}
.basic_cont_inner_left{
	float: left;
	width: 319px;
}
.info_img_text{
	margin: 5px -3px 0 0;
	display: block;
	text-align: right;
}
.info_cont .new{
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px dotted #ccc;
}

/* まもなく終了 */
.soontoend{
	margin: 3px 0 5px -5px;
	padding: 1px 3px;
	display: block;
	border-top: 1px dotted #fa5555;
	border-bottom: 1px dotted #fa5555;
	line-height: 1.3;
	font-size: 0.85em;
	text-align: center;
	color:#fa5555;
	float: left;
	width: 100%;
}


/* ボトム内 */
#brand_btm .info_cont{
	width: 660px;
}


/*---------------------------------------------
	ボトム
---------------------------------------------*/
#brand_wrap.brand_wrap_btm{
	margin-bottom: 50px;
	padding-top: 0;
}
.lp #brand_wrap.brand_wrap_btm,
.cont_base{
	background-color: #fff;
}

#brand_btm{
	margin: 0 auto 10px;
	width: 970px;
	/*	background-color: #fff;*/
}
#brand_wrap #aside{
	padding-top: 0;
	float: right;
	width: 180px;
}


/* 2カラム */
.brand_cont{
	margin: 0 auto 50px;
	padding: 15px 20px;
	overflow: hidden;
	box-sizing: border-box;
	width: 970px;
	background-color: #fff;
}

.brand_cont #brand_btm{
	float: right;
	width: 700px;
}
.brand_cont nav{
	float: left;
	width: 210px;
}

/*---------------------------------------------
	ボタン
---------------------------------------------*/
.site_btn{
	margin-bottom: 3px;
	background-color: #fff;
	text-align: center;
}
.site_btn a{
	display: block;
	height: 40px;
}
.onlineshop_btn + .site_btn{
	margin-top: 10px;
}


/* ブランドTOP */
#brand_wrap.brand_wrap_index #aside{
	margin-top: 20px;
	width: 200px;
}
#brand_wrap.brand_wrap_index #aside .onlineshop_btn{
	width: 200px;
}
#brand_wrap.brand_wrap_index #aside .onlineshop_btn img{
	width: 177px;
	height: 37px;
}

/* 公式オンラインショップ */
#brand #aside .onlineshop_btn{
	height: 51px;
}
#brand #aside .onlineshop_btn a{
	background: url(/products/img/brand_aside_onlineshop_btn.png) no-repeat left top;
}

.aside_simple_btn{
	margin-top: 5px;
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
}
.aside_simple_btn a{
	display: table-cell;
	box-sizing: border-box;
	width: 200px;
	height: 40px;
	border: 1px solid #b9daf3;
	background-color: #fff;
	color: #0b6eb9;
	font-size: 1.4rem;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
}
.aside_simple_btn a img{
	width: 100%;
	height: auto;
}

/* バナーのみの場合 */
#brand_wrap.brand_wrap_index #aside.wide_aside .onlineshop_btn{
	margin: 5px 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
#brand_wrap.brand_wrap_index #aside.wide_aside{
	margin-top: -10px;
	float: none;
	width: 100%;
	text-align: left;
	vertical-align: top;
}
#brand_wrap.brand_wrap_index #aside.wide_aside .site_btn{
	margin: 5px 0;
	display: inline-block;
	width: 200px;
}


/* ecサイト aside用バナー */
#brand_wrap.brand_wrap_index #aside.wide_aside .onlineshop_btn{
	margin-right: 5px;
	float: left;
}
#brand_wrap.brand_wrap_index #aside.wide_aside .ecshop_list{
	margin: 5px -5px 0 0;
	float: left;
	width: 764px;
}
#brand_wrap.brand_wrap_index #aside.wide_aside .ecshop_list li{
	margin: 0;
	display: inline-block;
	overflow: hidden;
	width: 185px;
}
#brand_wrap.brand_wrap_index #aside.wide_aside .ecshop_list li a{
	display: block;
	height: 51px;
	background-color: #fff;
}
#brand_wrap.brand_wrap_index #aside.wide_aside .ecshop_list li img{
	margin: 10px 0 0 0;
}
#brand_wrap.brand_wrap_index #aside.wide_aside .aside_cont{
	padding-top: 10px;
	clear: both;
}


/* 単一ブランドページ */
.brand_content{
	padding: 20px 20px 30px;
}
.brand_content h3{
	margin: 30px 0 15px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
	color: #2b81c2;
	font-size: 16px; /* ie8 */
	font-size: 1.6rem;
}
.brand_content h3:first-child{
	margin-top: 0;
}
.brand_content h4{
	color: #2b81c2;
	font-size: 14px; /* ie8 */
	font-size: 1.4rem;
}
.brand_content h5{
	color: #2b81c2;
	font-size: 14px; /* ie8 */
	font-size: 1.4rem;
}
.brand_content .note{
	font-size: 11px; /* ie8 */
	font-size: 1.1rem;
	font-weight: normal;
}
.brand_content_box{
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #e6e6e6;
}
.brand_content .basic_section{
	margin: 10px 0;
}
.brand_content + #brand_info_main{
	margin-top: 20px;
}
.half_box{
	margin-right: 2%;
	float: left;
	width: 48%;
}
.half_box_wrap{
	margin: 10px 0;
	overflow: hidden;
}
.special_link_list{
	margin-top: 10px;
}
.special_link_list li{
	margin-bottom: 5px;
}
.special_link_list li a{
	display: inline-block;
	font-size: 13px; /* ie8 */
	font-size: 1.3rem;
	vertical-align: middle;
}
.link_list.special_link_list li:before{
	content: '\f102';
	margin-right: 3px;
	display: inline-block;
	float: none;
	width: 8px;
	color: #2782c3;
	font-family: 'iconvault';
	font-size: 7px; /* ie8 */
	font-size: 0.7rem;
	text-decoration: inherit;
	vertical-align: middle;
	line-height: 13px;

	-webkit-font-smoothing: antialiased;
}

/* 下部 リンクナビ */
#event_nav{
	padding: 0 0 15px;
	text-align: center;
}

/* --- 下部 関連リンク バナー配置 --- */
#brand .banner_cont{
	margin: 0 0 5px;
	padding: 0 20px 10px;
}
#brand .banner_list{
	text-align: center;
	display: block;
}
#brand .banner_list li{
	margin: 0 0 10px;
	display: block;
}
#brand .banner_list li a,
#brand .banner_cont_banner{
	display: inline-block;
	box-sizing: border-box;
	border: 2px solid #fff;
}
#brand .banner_list li img{
	width: 500px;
	-webkit-backface-visibility: hidden;
}
#brand .banner_list a:hover{
	opacity: 0.8;
}

/* ご購入はこちら */
.ec_info_popup .onlineshop{
	margin-top: -50px;
	padding: 76px 0 100px;
	position: relative;
}
.ec_info_popup .onlineshop:before{
	content: ' ';
	position: absolute;
	top: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: 2px dotted #fff;
}
.ec_info_popup .onlineshop:after{
	content: ' ';
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: 2px dotted #fff;
}
.ec_info_popup .ecshop_list{
	margin: 10px auto 0;
	width: 700px;
	text-align: center;
}
.ec_info_popup .ecshop_list li{
	margin: 0 2px;
	display: inline-block;
	width: 300px;
	vertical-align: top;
}
.ec_info_popup .ecshop_list li a{
	margin: 0 0 10px;
	padding-top: 10px;
	display: block;
	box-sizing: border-box;
	height: 50px;
	border: 1px solid #d8d9d2;
	background-color: #fff;
	text-align: center;
}
.ec_info_popup .onlineshop_btn{
	padding: 0;
	background-color: #fff;
	text-align: center;
}
.ec_info_popup .ecshop_list li.onlineshop_btn a{
	margin: 0;
	padding: 5px 0 0;
	background-color: #f5fdff;
}
.ec_info_popup .onlineshop_btn img{
	width: 196px;
	height: auto;
}
.ec_info_popup .ecshop_list li a:hover{
	opacity: 0.7;
}
.ec_info_popup .mfp-inline-holder .mfp-content,
.ec_info_popup .mfp-ajax-holder .mfp-content{
	min-height: 200px;
}
.ec_info_popup .close{
	margin: 15px 0 0;
}
.popup-modal-dismiss:hover{
	opacity: 0.8;
}


/* ページ下バナー調整 */
#brand .banner_cont{
	padding: 0 0 15px;
	text-align: center;
}
#brand .banner_cont+.banner_cont{
	margin-top: 20px;
}
#brand .banner_info{
	margin: 0 auto;
	font-size: 1.8rem;
	color: #2eafd6;
	font-weight: bold;
	line-height: 1.4;
	text-shadow:0 1px 1px #fff,0 0 1px #fff,1px 0 1px #fff,0 -1px 1px #fff,-1px -1px 1px #fff,-1px 0 1px #fff;
	z-index: 10;
	text-align: center;
}
#brand .banner_info p{
	margin: 0 0 5px;
	text-align: center;
	display: inline-block;
	position: relative;
	-webkit-backface-visibility: hidden;
	font-size: 1.8rem;
	color: #2eafd6;
	font-weight: bold;
	line-height: 1.4;
}
.banner_info p:before,
.banner_info p:after{
	content: ' ';
	border-left: 3px dotted rgba(160, 160, 160, 0.56);
	display: block;
	height: 100%;
	width: 5px;
	position: absolute;
	left: -50px;
	top: 0;
	filter: drop-shadow(0 0 1px #fff);
	transform: rotate(-35deg);
	opacity: 0.8;
}
.banner_info p:after{
	right: -50px;
	left: auto;
	transform: rotate(35deg);
}
.banner_info p.oneline:before,
.banner_info p.oneline:after{
	height: 120%;
	top: -10%;
}
.banner_info span.note{
	font-size: 1.2rem;
	font-weight: normal;
	display: block;
}
.banner_cont a:hover{
	opacity: 0.8;
}

/* clearfix */
#brand_wrap:after,
#brand_index_header:after{
	content: ' ';
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
}


/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	.brandbase{
		margin-bottom: 0;
	}
	#brand .wrap img{
		max-width: 100% !important;
		height: auto !important;
	}
	#brand_index_header header{
		margin: 0;
		padding: 0 10px 15px;
		box-sizing: border-box;
		width: 100%;
		min-height: 0;
	}
	#brand #brand_index_header header h1{
		margin: 5px 10px 10px;
		padding: 20px 0 0;
		width: 160px;
	}
	#brand #brand_message{
		margin-top: 0;
		padding: 0;
		box-sizing: border-box;
		float: none;
		width: 100%;
	}
	#brand #brand_img{
		margin: 15px 15px 0;
		float: none;
		text-align: center;
	}
	#brand #brand_img img{
		margin: 0 auto;
		width: auto;
		max-height: 240px;
	}
	#brand #brand_index_header .brand_lead{
		margin: 15px;
		box-sizing: border-box;
		width: auto;
		font-size: 1.3rem;
	}
	#brand .brand_lead2{
		margin: 15px;
		font-size: 1.2rem;
	}
	#brand_nav{
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#brand_wrap{
		margin: 0 2%;
		padding: 10px 0 0;
		box-sizing: border-box;
		position: relative;
		z-index: 11;
		width: auto;
	}

	#navbadge{
		margin: 0 0 0 10px;
		display: inline-block;
		width: 60px;
	}
	#brand_nav{
		margin: -28px 0 0;
		padding: 0;
		position: relative;
		z-index: 10;
	}
	#brand_nav ul{
		margin: -8px auto 0;
		padding: 0;
		overflow: hidden;
		width: 100%;
		background: none;
		background-color: #c62130;
	}
	#brand_nav ul li{
		margin-bottom: -1px;
		padding: 8px 0;
		box-sizing: border-box;
		width: 50%;
		border-right: 1px dotted rgba(255,255,255,0.4);
		border-bottom: 1px dotted rgba(255,255,255,0.4);
	}
	#brand_nav ul li:nth-child(2n){
		border-right: none;
	}
	#brand_nav ul li:first-child{
		border-left: none;
	}
	#brand_nav ul li a{
		margin: 0 8px 0;
		padding: 0;
		display: block;
		box-sizing: border-box;
		width: auto;
		font-size: 1.25rem;
		font-weight: bold;
		vertical-align: middle;
	}
	#brand_nav ul li a:before{
		display: inline-block;
		width: 22px;
		background-size: 16px 16px;
		opacity: 0.6;
		vertical-align: middle;
	}
	#brand_nav ul li.current,
	.special_cont #brand_nav ul li.special{
		background: none;
		background-color: rgba(255,255,255,0.1);
	}
	#brand_pickup{
		margin-top: 10px;
		float: none;
		width: 100%;
	}
	#pickup_ttl{
		margin: 0 -5px 15px;
		height: 32px;
		background: url(../img/s/pickup_ttl.png) no-repeat center center;
		background-size: 302px 32px;
	}

	/* --- ブランドナビゲーション開閉用 --- */
	.nav_open{
		margin-top: -22px;
		padding: 0 0 0 85px;
		display: block;
		width: auto;
		height: 36px;
		background-color: #e64290;
		color: #fff;
		font-size: 1.1rem;
		text-align: right;
		vertical-align: middle;
	}
	.nav_open span{
		display: inline-block;
		overflow: hidden;
		width: 46px;
		height: 36px;
		background: url(/img/brand_nav_open.png) no-repeat center top;
		background-size: 32px auto;
		text-indent: 100%;
		white-space: nowrap;
	}
	.nav_open.open span{
		background-position: center bottom;
	}
	#brand_nav .brand_nav_wrap{
		display: none;
	}
	#brand_nav .brand_nav_wrap ul{
		margin-top: 0;
		border-top: 1px solid #ed75af;
	}
	#elis_index #brand_nav .brand_nav_wrap,
	#attento_index #brand_nav .brand_nav_wrap{
		margin-top: -9px;
		display: block;
	}
	#elis_index .nav_open,
	#attento_index .nav_open{
		display: none;
	}

	/* エリエールブランド */
	#elleair_bland{
		margin: 0 -10px 0 0;
	}
	#elleair_bland h2{
		margin-right: 10px;
	}
	#brand_pickup #elleair_bland.aside_cont .site_btn{
		margin-bottom: 5px;
		box-sizing: border-box;
		width: 48%;
	}
	#pickup_card,
	.pickup_card{
		margin: 0 -5px 0 0;
		overflow: hidden;
		width: auto;
	}
	#pickup_card li,
	.pickup_card li{
		margin: 0 1% 5px 0;
		padding: 8px;
		display: block;
		box-sizing: border-box;
		width: 49%;
		background-color: #fff;
		text-align: left;
	}
	#pickup_card li:nth-child(2n),
	.pickup_card li:nth-child(2n){
		margin-right: 0;
	}
	#pickup_card h3,
	.pickup_card h3{
		text-align: center;
	}
	.pickup_mark span{
		display: block;
	}
	#pickup_card li a,
	.pickup_card li a{
		padding: 0;
	}

	#brand_wrap .basic_cont h3{
		padding-left: 1em;
		font-size: 1.5rem;
		text-indent: -1em;
	}

	#brand_news .float_right{
		float: none;
	}
	#brand_news .info_cont{
		width: 100%;
	}
	#brand_wrap #brand_news h3{
		margin: 0 0 10px 0;
		padding: 0;
		text-indent: 0;
	}
	#brand_news .info_cont img{
		margin: 10px auto 10px;
		display: block;
	}
	#brand_news > h2 + .basic_cont{
		padding-top: 25px;
	}
	.basic_cont_inner_left{
		float: none;
		width: 100%;
	}

	/* ブランド内のコンテンツ案内 */
	.info_cont{
		float: none;
		width: 100%;
	}
	.info_img{
		padding-top: 5px;
		float: none;
		text-align: center;
	}
	.info_cont h3{
		margin-bottom: 5px;
	}
	.info_cont p{
		margin-bottom: 5px;
		line-height: 1.4;
	}

	/* ブランドのボトム */
	#brand_btm{
		margin-bottom: 50px;
		width: 100%;
	}
	#brand_btm h1,
	.brand_wrap_btm #content_header h1{
		margin: 5px 2%;
		padding: 5px 5px 5px 15px;
		font-size: 1.6rem;
	}
	.brand_cont #brand_btm{
		float: none;
		width: 100%;
	}
	.brand_cont nav{
		float: none;
		width: 100%;
	}


	/*---------------------------------------------
		aside
	---------------------------------------------*/
	#brand_wrap #aside{
		margin: 20px 0 50px;
		padding: 20px 0 0;
		box-sizing: border-box;
		float: none;
		width: 100%;
		border-top: 2px dotted rgba(0,0,0,0.2);
	}
	#brand_wrap #aside .onlineshop_btn{
		width: 200px;
	}
	#brand_wrap.brand_wrap_btm{
		margin: 0;
		padding: 0;
		width: 100%;
	}

	#brand_wrap.brand_wrap_index #aside{
		margin-top: 15px;
		width: 100%;
	}
	#brand_wrap.brand_wrap_index #aside .onlineshop_btn{
		margin: 0 auto;
	}
	#brand_wrap.brand_wrap_index #aside .site_btn:before{
		left: 30px;
	}

	.aside_simple_btn{
		margin: 5px auto;
		width: 200px;
	}
	.aside_simple_btn a{
		display: table-cell;
		box-sizing: border-box;
		width: 200px;
		height: 40px;
		border: 1px solid #b9daf3;
		background-color: #fff;
		color: #0b6eb9;
		font-size: 1.4rem;
		text-decoration: none;
		text-align: center;
		vertical-align: middle;
		line-height: 1.2;
	}
	.aside_simple_btn a img{
		max-width: 100% !important;
		height: auto !important;
	}


	/*---------------------------------------------
		ボタン
	---------------------------------------------*/
	#brand_wrap.brand_wrap_index #aside .onlineshop_btn,
	#brand_wrap #aside .onlineshop_btn{
		margin: 0 auto;
		display: block;
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	/*#brand_wrap.brand_wrap_index #aside .onlineshop_btn,*/
	#brand_wrap.brand_wrap_index #aside .ecshop_btn{
		margin: 0 auto 5px;
		padding: 0;
		width: 99%;
		height: auto;
		background-color: #fff;
	}
	/*#brand_wrap.brand_wrap_index #aside .onlineshop_btn a,*/
	#brand_wrap.brand_wrap_index #aside .ecshop_btn a{
		padding: 5px 0;
		display: block;
		text-align: center;
	}
	.brand_cont{
		width: 100%;
	}

	/*#brand_wrap.brand_wrap_index #aside.wide_aside .onlineshop_btn,*/
	#brand_wrap.brand_wrap_index #aside.wide_aside .ecshop_btn{
		margin-right: 0;
		float: none;
	}
	#brand_wrap.brand_wrap_index #aside.wide_aside .ecshop_list{
		margin: 0;
		float: none;
		width: auto;
		text-align: center;
	}
	#brand_wrap.brand_wrap_index #aside.wide_aside .ecshop_list li{
		margin-right: 1%;
		margin-bottom: 3px;
		display: inline-block;
		box-sizing: border-box;
		width: 49.5%;
		background-color: #fff;
		vertical-align: middle;
		letter-spacing: normal;/*隙間をなくすためのハック*/
	}
	#brand_wrap.brand_wrap_index #aside.wide_aside .ecshop_list li:nth-child(2n){
		margin-right: 0;
	}
	#brand_wrap.brand_wrap_index #aside.wide_aside .ecshop_list li a{
		padding: 5px 0;
		display: block;
		height: auto;
	}
	#brand_wrap.brand_wrap_index #aside.wide_aside .ecshop_list li img{
		margin-top: 4px;
	}

	/* 公式オンラインショップ */
	#brand_wrap.brand_wrap_index #aside .onlineshop_btn{
		margin: 0 auto 5px;
	}
	#brand #aside .onlineshop_btn a{
		padding: 0 0 14%;
		height: 0;
		background: url(/products/img/s/brand_aside_onlineshop_btn.png) no-repeat left top;
		background-size: 100% auto;
	}


	/* ボトム内 */
	#brand_btm .info_cont{
		width: 100%;
	}
	#brand_wrap.brand_wrap_index #aside .site_btn:before,
	#brand_wrap.brand_wrap_index #aside.wide_aside .site_btn:before,
	#brand_pickup .aside_cont .site_btn:before{
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	/* リンクボタンのみ aside横長*/
	#brand_wrap.brand_wrap_index #aside.wide_aside .site_btn{
		margin: 0 0 5px;
		display: inline-block;
		width: 49%;
		vertical-align: top;
	}
	#brand_pickup .aside_cont{
		letter-spacing: normal;
	}
	#brand_pickup .aside_cont .site_btn{
		margin: 0 0 5px;
		display: inline-block;
		width: 49%;
		vertical-align: top;
	}

	/* --- 下部 関連リンク バナー配置 --- */
	#brand .banner_cont{
		margin: -15px 17px 15px;
		box-sizing: border-box;
		width: auto;
	}
	#brand .banner_cont+.banner_cont{
		margin-top: 0;
	}
	#brand .banner_list li{
		margin: 0 0 5px;
	}
	#brand .banner_list a{
		max-width: 400px;
	}
	#brand .banner_list li:last-child a{
		margin: 0 auto;
	}
	#brand .banner_list img{
		width: 100%;
	}
	/* ご購入はこちら */
	.ec_info_popup .ecshop_list{
		width: 90%;
	}
	.ec_info_popup .ecshop_list li{
		margin-bottom: 5px;
		box-sizing: border-box;
		width: auto;
	}
	.ec_info_popup .ecshop_list li a{
		margin: 0;
	}

	/* ページ下バナー調整 */
	#brand .banner_cont{
		margin: 0;
		padding: 20px 20px;
	}
	#brand .banner_info{
		margin: 0 auto -1.5%;
		padding:0;
		max-width: 500px;
		box-sizing: border-box;
	}
	#brand .banner_info p{
		margin: 0 0 15px;
		font-size: 3.5vw;
	}
	#brand .banner_list a,
	.banner_cont_banner{
		max-width: 400px;
	}
	.banner_info span{
		font-size: 3.7vw;
	}
	.banner_info p:before{
		left: -50px;
		right: auto;
		top: 0;
		transform: rotate(-28deg);
	}
	.banner_info p:after{
		right: -50px;
		left: auto;
		transform: rotate(28deg);
	}
	#brand .banner_info .br_sp{
		display: inline-block;
	}
}
