@charset "UTF-8";

/* ======== マッチ ======== */

#matchPage {}

#matchPage h2 {
	margin-top: 20px; 
	text-align: center;
}

#matchPage h2 img {
	height: 34px;
	width: auto;
}

#matchPage h3 {
	margin-bottom: 20px;
	text-align: center;
}

#matchPage h3 img {
	height: 60px;
	width: auto;
}

#match01 {
	margin-top: 20px;
}

#match01 p.thumb01 img,
#match01 p.thumb02 img {
	margin: -4px;
	border: 4px solid #eee; 
	border-radius: 10px;
}

#match01 p.thumb02 {
	margin-top: 20px;
}

#match01 h4.sp {
	margin-top: 20px;
	display: block;
	text-align: center;
}

#match01 h4.pc {
	display: none;
}

#match01 h4.sp img {
	width: 80%;
}

#match01 p.txt {
	margin-top: 1em;
	font-size: 1.4em;
}

#match01 div.skin {
	border-radius: 20px;
	background: rgba(34,34,34,0.9);
}

#match01 div.hd {
	margin-top: 20px;
}

#match01 div.hd p {
	line-height: 0;
	text-align: center;
}

#match01 div.hd p.sp img {
	height: 30px;
	width: auto;
}

#match01 div.hd p.sp,
#match01 div.skin ul.sp {
	display: block;
}

#match01 div.hd p.pc,
#match01 div.skin ul.pc {
	display: none;
}

#match01 div.skin {
	padding: 20px; 
}

#match01 div.skin h4 {
	margin-bottom: 20px;
	text-align: center;
}

#match01 div.skin h4 img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	#matchPage {
		padding-top: 80px; 
	}
	#matchPage h2 {
		margin-top: 0;
	}
	#matchPage h2 img {
		height: 38px;
	}
	#matchPage h3 {
		margin-bottom: 40px;
	}
	#matchPage h3 img {
		height: 71px;
	}
	#match01 {
		margin-top: 80px;
	}
	#match01 .all {
		position: relative;
	}
	#match01 .right {
		width: 380px;
		position: absolute;
		right: 0;
		top: 0;
	}
	#match01 h4.sp {
		display: none;
	}
	#match01 h4.pc {
		margin-top: 0;
		display: block;
	}
	#match01 h4.pc img {
		width: 337px;
	}
	#match01 p.thumb01 {
		width: 540px;
	}
	#match01 p.thumb02 {
		margin-top: -180px;
		margin-left: 480px;
		width: 435px;
	}
	#match01 div.hd {
		margin-top: 10px;
	}
	#match01 div.hd p.pc img {
		height: 50px;
		width: auto;
	}
	#match01 div.skin h4 img {
		height: 18px;
		width: auto;
	}
	#match01 div.hd p.sp,
	#match01 div.skin ul.sp {
		display: none;
	}
	#match01 div.hd p.pc,
	#match01 div.skin ul.pc {
		display: block;
	}
	#match01 div.skin {
		padding: 40px; 
	}
	#match01 div.skin ul.pc {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#match01 div.skin p.txt {
		text-align: center;
	}
}

#match02 {
	margin-top: 40px;
}

#match02 h4 {
	text-align: center;
}

#match02 h4.sp {
	display: block;
}

#match02 h4.pc {
	display: none;
}

#match02 h4.sp img {
	width: 62%;
}

#match02 ul {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#match02 li.card01 {
	margin-bottom: 10px;
	width: 100%;
	order: 1;
	text-align: center;
}

#match02 li.card01 img {
	width: 50%;
}

#match02 li.card02 {
	order: 2;
	width: 48%;
}

#match02 li.card03 {
	order: 3;
	width: 48%;
}

#match02 dd {
	margin-top: 0.4em;
	font-size: 1.4em;
	text-align: center;
}

@media screen and (min-width: 768px) {
	#match02 {
		margin-top: 80px;
	}
	#match02 h4.sp {
		display: none;
	}
	#match02 h4.pc {
		display: block;
	}
	#match02 h4.pc img {
		height: 18px;
		width: auto;
	}
	#match02 ul {
		margin-top: 40px;
		flex-wrap: nowrap;
	}
	#match02 li {
		width: 33%;
	}
	#match02 li.card01 {
		margin-bottom: 20px;
		order: 2;
	}
	#match02 li.card01 img {
		width: 270px;
	}
	#match02 li.card02 {
		order: 1;
	}
	#match02 li.card02 img,
	#match02 li.card03 img {
		margin-top: 10px;
		width: 299px;
	}
	#match02 p {
		margin: 20px auto 0;
		width: 80%;
	}
	#match02 dt {
		height: 400px;
	}
	#match02 dd {
		margin: 0 20px;
	}
}

@media screen and (max-width: 768px) {
	#match02  li.card01 dd {
		margin: 0.4em auto 20px;
		width: 50%;
	}
}

#match03 {
	margin-top: 40px;
}

#match03 h4 {
	text-align: center;
}

#match03 h4.sp {
	display: block;
}

#match03 h4.pc {
	display: none;
}

#match03 h4.sp img {
	width: 66%;
}

#match03 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#match03 li {
	margin-top: 20px;
	width: 48%;
}

#match03 p {
	margin-top: 20px;
	font-size: 1.4em;
}

#match03 p span {
	margin-top: 20px;
	font-size: 0.85em;
}

@media screen and (min-width: 768px) {
	#match03 {
		margin-top: 80px;
	}
	#match03 h4.sp {
		display: none;
	}
	#match03 h4.pc {
		display: block;
	}
	#match03 h4.pc img {
		height: 18px;
		width: auto;
	}
	#match03 li {
		margin-top: 40px;
		width: 30%;
	}
	#match03 p {
		margin: 40px auto 0;
		width: 80%;
	}
}

#match04 {
	margin-top: 40px;
}

#match04 h4 {
	text-align: center;
}

#match04 h4.sp,
#match04 p.sp {
	display: block;
}

#match04 h4.pc,
#match04 p.pc {
	display: none;
}

#match04 h4.sp img {
	width: 80%;
}

#match04 p.sp {
	text-align: center;
}

#match04 p.sp img {
	width: 90%;
}

#match04 p.txt {
	margin-top: 1em;
	font-size: 1.4em;
}

@media screen and (min-width: 768px) {
	#match04 {
		margin-top: 80px;
	}
	#match04 h3 {
		margin-bottom: 0;
	}
	#match04 h4.sp,
	#match04 p.sp {
		display: none;
	}
	#match04 h4.pc,
	#match04 p.pc {
		display: block;
	}
	#match04 h4.pc {
		width: 432px;
	}
	#match04 .all {
		position: relative;
	}
	#match04 .all h4.pc {
		position: absolute;
		left: 530px;
		top: 110px;
	}
	#match04 .all p.pc {
		margin-left: 50px;
		width: 476px;
	}
	#match04 .all p.txt {
		margin-top: 0;
		position: absolute;
		left: 530px;
		top: 180px;
	}
}

#download {
	margin-top: 40px;
}

@media screen and (min-width: 768px) {
	#download {
		margin-top: 80px;
	}
}
