@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #FFF;
}
#soft-title h1 {
	min-width: 298px;
	padding: 8px;
	color: #000;
	border-left: 6px solid #0091ff;
	font-size: 12px;
}
#soft-title h1 .hard {
	margin-right: 8px;
	color: #0091ff;
}

/* main-inner */
#main-inner img {
	vertical-align: bottom;
}
.in-txt,
.in-btn,
.in-movie {
	position: relative;
}
.txt01 {
	position: absolute;
	top: 0;
	padding: 0 3.4375%;
	color: #000;
	font-size: 13px;
	line-height: 1.69;
}
.in-btn .btn,
.in-movie .movie {
	position: absolute;
}

/* yoshi-wrap */
.yoshi-wrap .yoshi-img {
	width: 41.25%;
}
.yoshi-wrap {
	position: relative;
}
.yoshi-wrap .yoshi-img {
	position: absolute;
	right: 7.5%;
}
.yoshi-wrap .yoshi-img.odd {
	left: 7.5%;
}
#yoshi-img01,
#yoshi-img02,
#yoshi-img06,
#yoshi-img07 {
	top: 0;
}
#yoshi-img03,
#yoshi-img04 {
	top: 32%;
}
#yoshi-img05 {
	top: 64%;
}
#yoshi-img08 {
	top: 48%;
}

/* main-visual */
.main-visual .in-btn .btn {
	top: 0;
	left: 14.375%;
	width: 73.4375%;
}

/* article01 */
.article01 .in-movie .movie {
	top: 5.649%;
	left: 6.25%;
	width: 87.5%;
}

/* article02 */
.article02 .in-btn .btn {
	top: 0;
	left: 14.53125%;
	width: 75.625%;
}

/* article03 */
.article03 .in-movie .movie {
	top: 4.1%;
	left: 6.25%;
	width: 87.5%;
}


/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .back-btn {
	margin: 0 0 15px;
	text-align: center;
}
#spec .spec-border01 {
	padding: 15px 0 0;
	border-top: 1px solid #000;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
#spec .hardware {
	margin-top: 14px;
	margin: 20px 0;
}
#spec .official {
	position: relative;
	width: 250px;
	margin: 0 auto 20px;
}
#spec .official a {
	display: block;
	border-radius: 8px;
	padding: 18px 0;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 226px center;
	background-color: #56B440;
	background-image: url(../img/official_arrow.png);
	background-size: 17px 17px;
	font-size: 15px;
}
#spec .copy {
	display: block;
	padding: 0 10px;
	margin-bottom: 20px;
	color: #8C8C8C;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}