@charset "shift_jis";

/* ========================================
	#contents
======================================== */

/* soft-title */
#soft-title {
	background: #FFAC00;
}
#soft-title h1 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-width: 298px;
	padding: 8px 8px 8px 29px;
	color: #FFF;
	background: url(../img/soft_title_icon.png) no-repeat 10px 8px;
	background-size: 10px 10px;
	font-size: 12px;
}

/* main-inner */
#main-inner img {
	vertical-align: bottom;
}
#main-inner .v-top {
	font-size: 0;
}
#main-inner .v-top img {
	vertical-align: top;
}

/* main-visual */
.main-visual .txt01 {
	padding: 0 3.125%;
	color: #692800;
	background: #FCCB00;
	font-size: 13px;
	line-height: 1.69;
}
.main-visual .col3-wrap p {
	float: left;
}
.main-visual .col3-wrap .col01 {
	width: 59.0625%;
}
.main-visual .col3-wrap .col02 {
	width: 30.3125%;
}
.main-visual .col3-wrap .col03 {
	width: 10.625%;
}

/* article01 */
.article01 .soft-wrap {
	padding: 3.125%;
}
.article01 .mario1985 {
	background: #6259B5;
}
.article01 .mario1988 {
	background: #4EB59F;
}
.article01 .mario1990 {
	background: #00C800;
}
.article01 .mario2012a {
	background: #F0AA00;
}
.article01 .mario2012b {
	background: #0098B8;
}
.article01 .soft-wrap .m-left {
	float: left;
	width: 35%;
}
.article01 .soft-wrap .m-right {
	float: right;
	width: 64%;
}
.article01 .txt01 {
	padding: 3.125% 0 0;
	color: #FFF;
	font-size: 12px;
	line-height: 1.75;
}

/* article02 */
.article02 {
	position: relative;
	padding: 0;
	background: #FCCB00;
}
.article02 .new_icon {
	z-index: 1;
	position: absolute;
	top: 2%;
	left: 0;
	width: 25%;
}
.article02 .movie-wrap {
	position:absolute;
	top: 7.8125%;
	left: 3.125%;
	width: 93.75%;
}
.article02 .movie-wrap-inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.article02 .movie {
	position: relative;
	padding-top: 56.25%;
}
.article02 .movie iframe {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
	border: 4px solid #FE9007;
	border-radius: 6px;
}
.article02 .movie noscript div img {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
	border: 4px solid #FE9007;
	border-radius: 6px;
}

/* article03 */
.article03 {
	position: relative;
	padding: 0 0 30px;
	background: #FCCB00;
}
.article03 .btn01 {
	width: 93.75%;
	margin: 0 0 0 3.125%;
}
.article03 .btn02 {
	width: 78.4375%;
	margin: 0 0 0 10.46%;
}

/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#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,
.soft-wrap:after {
	content: '';
	display: block;
	clear: both;
}