@charset "utf-8";

/* CONTENTS */
#contents {
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	background-color: #303030;
	margin-bottom: 15px;
	padding: 2% 0;
}

#box {
	width: 85%;
	margin: 3% auto;
	padding: 0 0 5%;
}

#pc {
	display: none;
}

#mo2 {
	width: 100%;
	display: inline-block;
}

#mo2 img.presentedBy {
	float: right;
	padding: 0 0 10%;
}

#mo2 ul {
	list-style: none;
	padding: 0;
	width: 182px;
	margin: 0 auto;
}

#mo2 ul li {
	display: inline-block;
	margin-bottom: 1em;
}

#mo2 ul li a {
	display: inline-block;
	width: 182px;
	height: 100%;
}

/* タブレット縦 /スマートフォン横 */
@media screen and (min-width: 481px) {

	#mo2 ul {
		width: 100%;
	}
	
	#mo2 ul li {
		width: 182px;
		margin-bottom: 0;
	}
	
	#mo2 ul li:nth-child(2),
	#mo2 ul li:nth-child(4) {
		float: right;
	}
}

/* デスクトップ/タブレット横 */
@media screen and (min-width: 769px) {

	#mo2 {
		display: none;
	}
	
	#box {
		width: 95%;
		max-width: 935px;
		margin-bottom: 0;
		padding-bottom: 3%;
	}
	
	#box h1 {
		float: right;
		margin-bottom: 0;
	}
	
	#pc {
		display: inline-block;
		background: url("../images/index/index.png") no-repeat right top;
		background-size: contain;
		width: 92%;
		max-width: 824px;
		height: 59.59vw;
		max-height: 491px;
	}
	
	#pc ul {
		list-style: none;
		padding: 0;
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	#pc ul li {
		position: absolute;
		width: 182px;
		height: 135px;
		z-index: 100;
	}
	
	#pc ul li a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	#pc ul li a span {
		opacity: 0;
	}
	
	#akihiro { top: 3%; left: 35%; }
	#yuka {	bottom: 8%; left: 35%; }
	#takuya { top: 12%; left: 0; }
	#dai { bottom: 20%; left: 0; }
}

