@charset "utf-8";

/* -- complementary -- */
main > aside:last-child {
	padding: 80px 0;
}
#contBanner {
	display: table;
	width: 100%;
}
#contBanner li {
	display: table-cell;
	vertical-align: top;
}
#contBanner li:nth-child(2) { padding: 0 28px; }
#contBanner li a {
	display: block;
}
#contBanner li img {
	width: 308px;
	height: auto;
}
#contBanner li span {
	display: inline-block;
	padding-top: 20px;
}



.width_img{
width:980px;
text-align:center;
}

/* -- Main visual
-------------------------------------------------------------------------------- */
#vis {
	width: 100%;
	height: 640px;
	background: #000;
}
@media screen and (min-width: 1600px) {
	#vis {
		height: 40vw;
	}
}
#vis .bx-wrapper,
#vis .bx-viewport,
#vis .bx-viewport ul,
#vis .bx-viewport li {
	height: 100%!important;
}
#vis .bx-wrapper {
	position: relative;
}
#vis .bx-viewport li a {
	background-size: cover!important;
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}
a.company { background: url(/assets/img/top/vis1_img_pc.jpg) no-repeat center 0; }
a.brands { background: url(/assets/img/top/vis_tara-jarmon_pc.jpg) no-repeat center 0; }
a.brands i { 
	width: 100%;
	height: 640px;
	background-color: rgba(0,0,0,0.3);
	display: block;
}
@media screen and (min-width: 1600px) {
	a.brands i {
		height: 40vw;
	}
}
a.work { background: url(/assets/img/top/vis3_pc.jpg) no-repeat center 0; }
#vis .bx-viewport li a h3,
#vis .bx-viewport li a p {
	text-indent: -999em;
	display: block;
	margin: auto;
	width: 980px;
	position: absolute;
	left: 0;
	right: 0;
	display: none;
}
#vis .bx-viewport li a h3 {
	height: 104px;
	top: calc(50% - 115px);
}
a.company h3 { background: url(/assets/img/top/vis1_txt_pc.png) no-repeat; }
a.brands h3 { background: url(/assets/img/top/vis2_txt_pc.png) no-repeat; }
a.work h3 { background: url(/assets/img/top/vis3_txt_pc.png) no-repeat; }
#vis .bx-viewport li a p {
	font-size: 0;
	line-height: 0;
	height: 67px;
	top: calc(50% + 48px);
}
#vis .bx-viewport li a span {
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	background: url(/assets/img/ico_arrow_w.png) no-repeat 243px center;
	text-indent: 0;
	padding: 22px 0 0 34px;
	width: 286px;
	height: 67px;
	border: solid 2px #FFF;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}
#vis .bx-viewport li a:hover span {
	color: #000;
	background: #FFF url(/assets/img/ico_arrow_b.png) no-repeat 243px center;
}
#vis .bx-viewport li a.work span {
	border: solid 2px #111;
	color: #111;
	background: url(/assets/img/ico_arrow_b.png) no-repeat 243px center;
}
#vis .bx-viewport li a.work:hover span {
	color: #fff;
	background: #111 url(/assets/img/ico_arrow_w.png) no-repeat 243px center;
}
#vis .bx-controls {
	position: absolute;
	right: 60px;
	top: calc(50% - 33px);
	z-index: 51;
	font-family: Roboto, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
	font-weight: 500;
}
#vis .bx-controls a {
	font-size: 0;
	font-weight: 300;
	text-align: right;
	display: block;
	height: 12px;
	padding: 10px 0;
	position: relative;
	opacity: 0.2;
}
#vis .bx-controls a.active {
	opacity: 1;
}
#vis .bx-controls a:after {
	content: "";
	background: #FFF;
	vertical-align: middle;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
}
#vis .bx-controls a:before {
	font-size: 9px;
	color: #FFF;
	letter-spacing: 0.1em;
	vertical-align: middle;
	display: inline-block;
	padding-right: 10px;
}
.bx-pager  > div:nth-child(1) a:before { content: "VISION"; }
.bx-pager  > div:nth-child(2) a:before { content: "BRANDS"; }
.bx-pager  > div:nth-child(3) a:before { content: "TALENT"; }
#vis .bx-viewport li a span,
#vis .bx-controls a {
	transition: all 0.3s ease;
}



/* -- Important Notices
-------------------------------------------------------------------------------- */
#importantNews {
	position: relative;
}
#importantNews:before {
	content: "";
	display: block;
	width: 300%;
	height: 100%;
	border-bottom: solid 1px #EEE;
	position: absolute;
	left: -100%;
	top: 0;
}
#importantNews a {
	display: block;
	padding: 40px 0 30px;
	position: relative;
}
#importantNews a:after {
	content: "";
	background: url(/assets/img/ico_arrow_r.png) no-repeat;
	background-size: 100% 100%!important;
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	right: 22px;
	top: 50%;
	transition: all 0.3s ease;
}
#importantNews a:hover:after {
	background: url(/assets/img/ico_arrow_b.png) no-repeat;
}
#importantNews a * {
	line-height: 26px;
	font-weight: 600;
	color: #C00;
	display: table-cell;
	text-align: left;
	vertical-align: top;
	transition: all 0.3s ease;
}
#importantNews a b {
	width: 155px;
}
#importantNews a time {
	display: none;
}
#importantNews a:hover * {
	color: #888;
}



/* -- News
-------------------------------------------------------------------------------- */
#news {
	padding: 50px 0 80px;
	position: relative;
}
#news > p {
	position: absolute;
	top: 50px;
	right: 0;
}
#news > p a {
	font-weight: 600;
	background: #FFF;
	display: block;
	padding: 15px 0 0 20px;
	height: 48px;
	width: 180px;
	border: 2px solid #000;
	box-sizing: border-box;
	position: relative;
}
#news > p a:hover {
	color: #FFF;
	background: #111;
}
#news > p a:after {
	content: "";
	background: url(/assets/img/ico_arrow_b.png) no-repeat;
	background-size: 100% 100%!important;
	display: block;
	width: 11px;
	height: 11px;
	margin-top: -6px;
	position: absolute;
	right: 20px;
	top: 50%;
}
#news > p a:hover:after {
	background: url(/assets/img/ico_arrow_w.png) no-repeat;
}
#news ul,
#news ul li {
	display: block;
}
#news ul li a {
	display: table;
	width: 100%;
	padding: 12px 20px 12px 0;
	box-sizing: border-box;
}
#news ul li a > * {
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	vertical-align: top;
	display: table-cell;
}
#news ul li a time {
	width: 105px;
	font-size: 14px;
	letter-spacing: 0.05em;
}
#news ul li a b {
	font-size: 12px;
	width: 115px;
}
#news ul li a p {
	font-size: 14px;
}
#news ul li a:hover {
	color: #FFF;
	background: #111;
	padding: 12px 0 12px 20px;
}



/* -- Brands
-------------------------------------------------------------------------------- */
#brands {
	background: #F2F2F2;
	padding: 80px 0;
	position: relative;
}
#brands:before {
	content: "";
	background: #F2F2F2;
	display: block;
	width: 300%;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
}
#brands > * {
	position: relative;
}
#brands ul {
	display: block;
	margin: -14px;
	overflow: hidden;
}
#brands ul li {
	background: #FFF;
	text-align: center;
	float: left;
	display: block;
	margin: 14px;
}
#brands ul li:nth-child(4n+1) {
	clear: both;
}
#brands ul li a {
	background-repeat: no-repeat;
	display: block;
	padding-top: 168px;
	width: 224px;
	height: 256px;
	box-sizing: border-box;
}
#brands ul li a img {
	width: 224px;
	height: 88px;
}



/* -- configuration
-------------------------------------------------------------------------------- */
main {
	overflow: hidden;
}
#brands ul li a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
}
