@charset "utf-8";
.sp {
	display: none;
}
.pc {
	display: none;
}

#MvArea  {
	background: url(../../img/magazine/magazine_mvimg_sp.jpg) no-repeat center;
	background-size: cover
}
.mvWrap {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 5;
}
.mvInner {
	color: #ffffff;
	line-height: 1.0;
}

#magazineAnno {
	font-size: 16px;
	color: #b10418;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

#magazineAnno:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 18px;
	background: url(../../img/common/icon_pdf_red.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
}

#magazineList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#magazineList li {
	width: 22%;
	margin: 0px 4% 50px 0;
}

#magazineList li:nth-child(4n) {
	margin-right: 0;
}

.tournamentName {
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

#magazineList li img {
	width: 100%;
}
