@charset "UTF-8";

/* *******************************************************************************************
* 
*	Brands / 取り扱いブランド
*
******************************************************************************************* */

/* -------------------------------------------------------------------------------------------
*
* ヘッダー 
*
* ----------------------------------------------------------------------------------------- */

.alHeader{
	background: url(../img/brands/header_img.jpg) 0 center no-repeat;
	background-size: cover;
}
.alHeader_ttl_catch{
	margin-left: 143px;
	width: 194px;
}

@media screen and (max-width : 768px){
	.alHeader{
		background: url(../img/brands/header_img_sp.jpg) 0 center no-repeat;
		background-size: cover;
	}
}

/* -------------------------------------------------------------------------------------------
*
* コンテンツ 
*
* ----------------------------------------------------------------------------------------- */

.alMain{
	padding: 80px 0 0 0;
}

@media screen and (max-width : 768px){
	.alMain{
		padding: 60px 0 0 0;
	}
}

/* ----------------------------- Brands ----------------------------- */

.brands_txt{
	margin-bottom: 52px;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
}
.brands_inner{
	margin: 0 auto;
	min-width: 1040px;
	max-width: 1280px;
}
.brands_list{
	position: relative;
	background: #f2f2f2;
}
.mode-night .brands_list{
	background: #151515;
}
.brands_list:before,
.brands_list:after{
	position: absolute;
	content: '';
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(128,128,128,.2);
}
.brands_list:before{
	left: 0;
}
.brands_list:after{
	right: 0;
}
.brands_list_clm{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ie11 .brands_list_clm{
	display: block;
	overflow: hidden;
}
.brands_list_clm:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(128,128,128,.2);
}
.brands_list_clm:first-child:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(128,128,128,.2);
}
.brands_list_clm_item,
.brands_list_clm_box{
	position: relative;
	width: 24.4%;
}
.ie11 .brands_list_clm_item,
.ie11 .brands_list_clm_box{
	float: left;
	margin-right: .8%;
}
.ie11 .brands_list_clm_item:nth-child(4n),
.ie11 .brands_list_clm_box:nth-child(4n){
	margin-right: 0;
}
.brands_list_clm_box{
	height: 8px;
}
.brands_list_clm_item:before,
.brands_list_clm_box:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: rgba(128,128,128,.2);
}
.brands_list_clm_item:first-child:before,
.brands_list_clm_box:first-child:before{
	background: none;
}
.brands_list_clm_item:after,
.brands_list_clm_box:after{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: rgba(128,128,128,.2);
}
.brands_list_clm_item:nth-child(4n):after,
.brands_list_clm_box:nth-child(4n):after{
	background: none;
}
.brands_btn{
	display: block;
}
.brands_list_clm_item_img{
	position: relative;
	overflow: hidden;
}
.brands_list_clm_item_img:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 400px;
	height: 400px;
	background: rgba(237,21,55,.5);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	-webkit-transform: translate(-50%, -50%) scale(0.1);
	transform: translate(-50%, -50%) scale(0.1);
	opacity: 0;
	z-index: 5;
}
.brands_btn:hover .brands_list_clm_item_img:after{
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}
.brands_list_clm_item_info{
	padding: 1px;
	padding-top: 0;
	text-align: center;
	overflow: hidden;
}
.brands_list_clm_item_info_inner{
	position: relative;
	height: 127px;
	background: #fff;
}
.mode-night .brands_list_clm_item_info_inner{
	background: #1a1a1a;
}
.brands_list_clm_item_info_inner:before{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 23px;
	height: 100%;
	background: rgba(0,0,0,.05);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 4;
}
.mode-night .brands_list_clm_item_info_inner:before{
	background: rgba(0,0,0,.2);
}
.brands_btn:hover .brands_list_clm_item_info_inner:before{
	width: 12px;
	background: rgba(237,21,56,.05);
}
.brands_list_clm_item_info_logo{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.mode-night .brands_list_clm_item_info_logo.brands_logo-day{
	display: none;
}
.mode-day .brands_list_clm_item_info_logo.brands_logo-night{
	display: none;
}
.brands_list_clm_item_info_arrow{
	position: absolute;
	display: block;
	top: 50%;
	right: 9px;
	width: 26px;
	height: 9px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 10;
	overflow: hidden;
}
.brands_list_clm_item_info_arrow:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background: #e0112f;
}
.brands_btn:hover .brands_list_clm_item_info_arrow{
	padding-left: 6px;
	-webkit-transform: translate(6px, -50%);
	transform: translate(6px, -50%);
}
.brands_list_clm_item_blank{
	height: 100%;
	background: #fff;
}
.mode-night .brands_list_clm_item_blank{
	background: #1a1a1a;
}
.brands_list_clm:first-child .brands_list_clm_item_blank{
	position: relative;
}
.brands_list_clm:first-child .brands_list_clm_item_blank:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(128,128,128,.2);
}
.brands_btm{
	border: 1px solid rgba(128,128,128,.2);
	border-top: 0;
}

@media screen and (max-width : 768px){
	.brands_txt{
		margin-bottom: 40px;
		font-size: 11px;
		line-height: 1em;
	}
	.brands_inner{
		padding: 0 20px;
		width: 100%;
		min-width: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.ie11 .brands_list_clm{
		display: flex;
	}
	.brands_list_clm_item,
	.brands_list_clm_box{
		width: -webkit-calc(50% - 3px);
		width: calc(50% - 3px);
	}
	.ie11 .brands_list_clm_item,
	.ie11 .brands_list_clm_box{
		float: none;
		margin-right: 0;
	}
	.brands_list_clm_box{
		height: 6px;
	}
	.brands_list_clm_item:nth-child(2n):after,
	.brands_list_clm_box:nth-child(2n):after{
		background: none;
	}
	.brands_btn:hover .brands_list_clm_item_img:after{
		opacity: 0;
	}
	.brands_list_clm_item_info_inner{
		height: 95px;
	}
	.brands_list_clm_item_info_inner:before{
		width: 18px;
	}
	.brands_btn:hover .brands_list_clm_item_info_inner:before{
		width: 18px;
	}
	.brands_list_clm_item_info_logo img{
		-webkit-transform: scale(0.55);
		transform: scale(0.55);
	}
	.brands_list_clm_item_info_arrow{
		right: 7px;
		width: 20px;
		height: 7px;
	}
	.brands_list_clm_item_info_arrow:after{
		width: 0;
		height: 0;
	}
	.brands_btn:hover .brands_list_clm_item_info_arrow{
		padding-left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

/* ----------------------------- Galle collection ----------------------------- */

.galle{
	padding: 120px 0;
}
.galle_inner{
	position: relative;
	margin: 0 auto;
	min-width: 1040px;
	max-width: 1280px;
	height: 748px;
	background: url(../img/brands/galle_bg.jpg) 0 0 no-repeat;
	background-size: cover;
}
.galle_inner a{
	position: relative;
	display: block;
	height: 748px;
}
.galle_link{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 600px;
	height: 628px;
	background: #fff;
}
.mode-night .galle_link{
	background: #1a1a1a;
}
.galle_link:after{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: rgba(128,128,128,.2);
}
.galle_link_inner{
	padding: 64px;
	padding-bottom: 0;
}
.galle_link_ttl{
	margin-bottom: 48px;
	color: #df1232;
	text-align: center;
}
.galle_link_ttl_en{
	position: relative;
	margin-bottom: 18px;
	padding-bottom: 24px;
	font-size: 56px;
	line-height: 1em;
	letter-spacing: 0.04em;
}
.galle_link_ttl_en:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 48px;
	height: 2px;
	background: #df1232;
}
.galle_link_ttl_jp{
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 0.06em;
	font-weight: 600;
}
.galle_link_info_ttl{
	margin-bottom: 23px;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: 0.06em;
	font-weight: 600;
}
.galle_link_info_txt{
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.06em;
}
.galle_link_btm{
	position: absolute;
	bottom: 0;
	left: 0;
	width: -webkit-calc(100% - 1px);
	width: calc(100% - 1px);
	height: 79px;
	border-top: 1px solid rgba(128,128,128,.2);
	border-bottom: 1px solid rgba(128,128,128,.2);
}
.galle_link_btm:before{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 79px;
	height: 100%;
	background: rgba(0,0,0,.05);
	border-left: 1px solid rgba(128,128,128,.2);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 4;
}
.mode-night .galle_link_btm:before{
	background: rgba(0,0,0,.2);
}
.galle_inner a:hover .galle_link_btm:before{
	width: 40px;
	background: rgba(237,21,56,.05);
}
.galle_link_btm_arrow{
	position: absolute;
	display: block;
	top: 50%;
	right: 35px;
	width: 84px;
	height: 14px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 10;
	overflow: hidden;
}
.galle_inner a:hover .galle_link_btm_arrow{
	padding-left: 20px;
	-webkit-transform: translate(20px, -50%);
	transform: translate(20px, -50%);
}
.galle_link_btm_arrow:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background: #e0112f;
}

@media screen and (max-width : 768px){
	.galle{
		padding: 60px 0 90px 0;
	}
	.galle_inner{
		padding: 0 20px;
		min-width: 0;
		height: auto;
		background: none;
	}
	.galle_inner a{
		height: auto;
	}
	.galle_link{
		position: relative;
		bottom: auto;
		right: auto;
		width: 100%;
		height: auto;
	}
	.galle_link:before{
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 1px;
		height: 100%;
		background: rgba(128,128,128,.2);
	}
	.galle_link_inner{
		padding: 48px 28px 42px 28px;
	}
	.galle_link_ttl{
		margin-bottom: 36px;
	}
	.galle_link_ttl_en{
		margin-bottom: 14px;
		padding-bottom: 19px;
		font-size: 42px;
		line-height: 1em;
	}
	.galle_link_ttl_en:after{
		width: 36px;
	}
	.galle_link_ttl_jp{
		font-size: 15px;
		line-height: 1em;
	}
	.galle_link_info_ttl{
		margin-bottom: 18px;
		font-size: 12px;
		line-height: 1em;
	}
	.galle_link_info_txt{
		font-size: 11px;
		line-height: 24px;
	}
	.galle_link_btm{
		position: relative;
		height: 59px;
	}
	.galle_link_btm:before{
		width: 59px;
	}
	.galle_inner a:hover .galle_link_btm:before{
		width: 59px;
	}
	.galle_link_btm_arrow{
		right: 26px;
		width: 63px;
		height: 11px;
	}
	.galle_inner a:hover .galle_link_btm_arrow{
		padding-left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.galle_link_btm_arrow:after{
		width: 0;
		height: 0;
	}
}


















