.s5-promotionCustom {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 43.5%;
	margin: 0px 0 0px 0;
}
.s5-promotionCustom__main {
	width:100%;
	position: absolute;
	height: 0;
	padding-top: 45%;
	top: 0;
}
.s5-promotionCustom__mainDefault img {
	position: absolute;
	width: auto;
	/*height: 93.7065%;*/
	height: 87.965%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.s5-promotionCustom__main_sp,
.s5-promotionCustom__mainAlt {
	display:none;
}

.s5-promotionCustom__menu_wrap ul {
	list-style-type: none;
	padding-left: 0;
	width:100%;
	margin-top: 0.5em;
}
.s5-promotionCustom__menu_wrap h3 img {
	max-width:32px;
}
.s5-promotionCustom__menu_wrap ul li {
	width:14.2857143%;
	display: inline-block;
	max-height:263px;
	margin:0;
	padding:0;
}
.s5-promotionCustom__menu_wrap ul li:nth-child(1) {
	background: url(/ichigan/lineup/images/s5-promotionCustom__menu_00.png);
	background-size: cover;
}
.s5-promotionCustom__menu_wrap ul li:nth-child(2) {
	background: url(/ichigan/lineup/images/s5-promotionCustom__menu_01.png);
	background-size: cover;
}
.s5-promotionCustom__menu_wrap ul li:nth-child(3) {
	background: url(/ichigan/lineup/images/s5-promotionCustom__menu_02.png);
	background-size: cover;
}
.s5-promotionCustom__menu_wrap ul li:nth-child(4) {
	background: url(/ichigan/lineup/images/s5-promotionCustom__menu_03.png);
	background-size: cover;
}
.s5-promotionCustom__menu_wrap ul li:nth-child(5) {
	background: url(/ichigan/lineup/images/s5-promotionCustom__menu_04.png);
	background-size: cover;
}
.s5-promotionCustom__menu_wrap ul li:nth-child(6) {
	background: url(/ichigan/lineup/images/s5-promotionCustom__menu_05.png);
	background-size: cover;
}
.s5-promotionCustom__menu_wrap ul li:nth-child(7) {
	background: url(/ichigan/lineup/images/s5-promotionCustom__menu_06.png);
	background-size: cover;
}
.s5-promotionCustom__menu_wrap ul li a img {
	width:100%;
}


@media (max-width:640px) {
	.s5-promotionCustom {
		width: auto;
		height: auto;
		padding-top: 65%;
		margin: 0px -20px;
	}
	.s5-promotionCustom__mainDefault,
	.s5-promotionCustom__mainDefault img {
		position: relative;
		display: none;
	}
	.s5-promotionCustom__main_sp  {
		width:100%;
		position: absolute;
		height: 0;
		padding-top: 45%;
		top: 0;
	}
	.s5-promotionCustom__main_sp img {
		position: absolute;
		width: auto;
		height: 93.7065%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto 0 0;
	}
	.s5-promotionCustom__main_sp,
	.s5-promotionCustom__mainAlt {
		display:block;
	}
	.s5-promotionCustom__mainAlt {
		background-color: #202020;
		color:#fff;
		padding: 0 5% 5%;
	}
}
@media (max-width:580px) {
	.s5-promotionCustom {
		padding-top: 70%;
	}
}
@media (max-width:520px) {
	.s5-promotionCustom {
		padding-top: 75%;
	}
}
@media (max-width:480px) {
	.s5-promotionCustom {
		padding-top: 80%;
	}
	.s5-promotionCustom__menu_wrap ul li {
		width:100%;
		display:block;
		max-height:none;
	}
	.s5-promotionCustom__menu_wrap ul li a img {
		width:60%;
		padding:0 20%;
	}
	.s5-promotionCustom__menu_wrap h3 img {
		max-width:24px;
	}
}
.s5-promotionCustom__menu_wrap a:hover img {
	-webkit-transition: opacity 0;
	transition: opacity 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: .7;
}