/* ----------------------------------------
main
----------------------------------------*/

/* list-index
---------------------*/
.brandList {
	width: 1180px;
	margin: 0 auto;}
.brandBox {
	margin: 0 0 60px 0;
	padding: 0 0 60px 0;
	border-bottom: 1px solid #d0d5da;
	overflow: hidden;}
.brandBox:last-child {
		border-bottom: 0;}
.brandLogo {
	float: left;
	display: flex;
		justify-content: center;
		align-items: center;
	width: 344px;
	height: 240px;
	margin: 0 60px 0 0;
	border: 1px solid #e9ecee;}
.brandLogo > img {
	height: auto;}
	img.fukupika {width: calc(276px / 2);}
	img.glaco {width: calc(348px / 2);}
	img.kobo99 {width: calc(226px / 2);}
	img.digloss {width: calc(616px / 2);}
	img.roompia {width: calc(370px / 2);}
	img.alaunen {width: calc(524px / 2);}
	img.smoothEgg {width: calc(284px / 2);}
	img.bodyDoctor {width: calc(364px / 2);}
	img.cocotorico {width: calc(482px / 2);}
	img.megane {width: calc(330px / 2);}
	img.sporpha {width: calc(272px / 2);}
	img.velogue {width: calc(482px / 2);}
	img.gzox {width: calc(524px / 2);}
	img.becarx {width: calc(450px / 2);}
	img.proSpec {width: calc(548px / 2);}

.boxR {
	float: right;
	width: calc(100% - 344px - 60px);}
.brandTitle {
	margin: 0 0 20px 0;
	font-size: 2.8rem;
	font-weight: normal;}
.categoryTags {
	margin: 0 0 20px 0;
	color: #666;}
.categoryTags > li {
	display: inline-block;
	margin: 0 4px 4px 0;
	padding: 3px 6px;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e9ecee;}
.brandDetail {
	margin: 0 0 20px 0;
	color: #333;
	font-size: 1.4rem;
	line-height: 2;}
.brandBtnArea {
	display: flex;
	color: #e60012;}
.brandBtn {
	position: relative;
	display: inline-block;
	min-width: 222px;
	margin: 0 10px 0 0;
	padding: 12px;
	color: #e60012;
	font-size: 1.2rem;
	text-align: center;
	line-height: 100%;
	background: #fff;
	border: 1px solid #e60012;
	transition: color,background 0.2s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
	.brandBtn.hover {
		color: #fff;
		background: #e60012;}
.brandBtn .redArrowS {
		right: 20px;
		transition: border-color,transform 0.2s;}
	.brandBtn.hover .redArrowS {
		transform: translateX(5px) rotate(-45deg);
		border-color: #fff;}
.blank .brandBtn:after {
	position: absolute;
		right: 20px;}
	.blank .brandBtn.hover:after {
		background-image: url(/en/images/common/blank-white.png);}

/* detail
---------------------*/
.listOption {
	margin-bottom: 60px;
	border-bottom: 1px solid #d0d5da;}
.listSection:nth-of-type(1) {
	padding-top: 0;
	border-top: 0;}
.brandHead {
	display: flex;
		justify-content: center;
		align-items: center;
	width: 980px;
	min-height: 220px;
	margin: 0 auto 30px auto;
	padding: 30px 0;
	text-align: center;
	border: 1px solid #e9ecee;}
.brandHead > img {
	width: 177px;
	height: auto;}
	.brandHead > img[src*="fukupika"] {width: 170px;}
	.brandHead > img[src*="glaco"] {width: 250px;}
	.brandHead > img[src*="99kobo"] {width: 140px;}
	.brandHead > img[src*="digloss"] {width: 400px;}
	.brandHead > img[src*="roompia"] {width: 190px;}
	.brandHead > img[src*="alaunen"] {width: 360px;}
	.brandHead > img[src*="smoothEgg"] {width: 177px;}
	.brandHead > img[src*="bodyDoctor"] {width: 270px;}
	.brandHead > img[src*="cocotorico"] {width: 350px;}
	.brandHead > img[src*="megane"] {width: 200px;}
	.brandHead > img[src*="sporpha"] {width: 190px;}
	.brandHead > img[src*="gzox"] {width: 360px;}
	.brandHead > img[src*="becarx"] {width: 300px;}
	.brandHead > img[src*="proSpec"] {width: 460px;}

.brandProfile {
	width: 980px;
	margin: 0 auto 20px auto;
	color: #333;
	font-size: 1.4rem;
	line-height: 2;}
.brandInfoBtn {
	width: 980px;
	margin: 0 auto 60px auto;
	text-align: right;}
.brandInfoBtn a {
	position: relative;
	display: inline-block;
	min-width: 220px;
	padding: 11px 30px 10px 30px;
	color: #e60012;
	font-size: 1.2rem;
	text-align: center;
	background-image: url(/en/images/common/blank.png);
	background-repeat: no-repeat;
	background-size: 10px;
	background-color: #fff;
	background-position: right 20px center;
	border: 1px solid #e60012;
	transition-property: color, background;
	transition-duration: 0.12s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
	.brandInfoBtn a.hover {
		color: #fff;
		background-color: #e60012;
		background-image: url(/en/images/common/blank-white.png);}
.brandInfoBtn a .redArrowS {
	left: 20px;
	transition-property: border;}
	.brandInfoBtn a.hover .redArrowS {
		border-color: #fff;}