@charset "utf-8";
/*!
 * parts CSS
 * ---------------------------------------------
 * 下層ページのcss
 * 
 */

/*===================================
	sec	
=====================================*/

.sec {
	margin: 35px 50px 0;
}
.pageTtl {
	margin-bottom: 80px;
	color: #c09a28;
	font-size: 18px;
	text-align: center;
}
.pageTtl img {
	margin: 0 auto;
}
.subTtl {
	line-height: 1.4;
}

/*===================================
	road
=====================================*/

.roadList {
	overflow: hidden;
	margin: 0 -35px 0 0;
}
.roadList > li {
	float: left;
	width: 440px;
	margin: 0 35px 27px 0;
	background: #f6f6f6;
}
.roadList > li:nth-of-type(even) {
	margin-right: 0;
}
.roadList figure {
	position: relative;
	overflow: hidden;
	height: 520px;
}
.roadList figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 440px;
}
.roadList .btn {
	position: relative;
	letter-spacing: -.40em;
	text-align: center;
}
.roadList .btn li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 10px 28px;
	text-align: left;
}
.roadList .btn a {
	 display: block;
	 width: 185px;
	 height: 70px;
	 background: url(../images/base/sprite.png) no-repeat;
	 box-shadow: 0 0 2px 1px rgba(0,0,0,.2);
	 text-indent: -9999em;
}
.roadList .btn li:nth-of-type(1) a {
	background-position: -900px -700px;
}
.roadList .btn li:nth-of-type(2) a {
	background-position: -900px -800px;
}
.roadList .btn a:hover {
	opacity: .7;
}

/*===================================
	history
=====================================*/

.history .sec {
	margin-bottom: 50px;
}
.history .subTtl {
	margin-bottom: 2em;
	font-size: 24px;
	text-align: center;
	font-weight: 500;
}
.history .sec p {
	margin: 0 20px 2em;
	font-size: 18px;
}
.sign {
	text-align: right;
}


/*===================================
	goal
=====================================*/

.movieList li {
	margin: 5px 5px 85px;
	text-align: center;
	line-height: 1.6;
}
.movieList h3 {
	color: #808080;
	font-size: 26px;
}
.movieList li:nth-of-type(1) h3{
	color: #a7a709;
}
.movieList .yt {
	position: relative;
	width: 772px;
	height: 473px;
	margin: 0 auto 20px;
	box-shadow: -1px 1px 2px 1px rgba(0,0,0,.2);
	background: #000 url(../images/goal/frame.png) no-repeat 0 0;
}
.movieList li:nth-of-type(1) .yt {
	background-image: url(../images/goal/frame_gold.png);
}
.movieList iframe {
	position: absolute;
	top: 40px;
	left: 36px;
	width: 700px;
	height: 395px;
}
.movieList p {
	font-size: 18px;
}

/************************************************************************************
smaller than 674px
*************************************************************************************/
@media screen and (max-width: 674px) {


	/*===================================
		sec	
	=====================================*/

	.sec {
		margin: 35px 0 0;
	}
	.pageTtl {
        margin-bottom: 60px;
		font-size: 22px;
	}
	
	/*===================================
		road
	=====================================*/

	.roadList {
		overflow: hidden;
		margin: 0 -3px;
	}
	.roadList > li {
		float: none;
		width: 550px;
		margin: 0 0 100px;
	}
	.roadList figure {
		height: 655px;
	}
	.roadList figure img {
		width: 550px;
	}
	
	/*===================================
		history
	=====================================*/

	.history .sec p {
		margin: 0 0 2em;
		font-size: 24px;
	}
	
	/*===================================
		goal
	=====================================*/

	.movieList h3 {
		font-size: 26px;
	}
	.movieList .yt {
		width: 533px;
		height: 327px;
		background-size: 533px 327px;
	}
	.movieList iframe {
		position: absolute;
		top: 26px;
		left: 27px;
		width: 478px;
		height: 269px;
	}
	.movieList p {
		font-size: 22px;
	}
	
	
}