@charset "utf-8";

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

/* contents-inner */
#contents-inner {
	background: url(../img/main_bg.png) repeat-y;
	background-size: contain;
}
#contents-inner img {
	vertical-align: bottom;
}

/* main-visual */
.main-visual {
	position: relative;
}
.main-visual .pos-ab {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

/* 共通 */
.btn.btn01 {
	width: 16.25%;
}
.btn.btn02,
.btn.btn03 {
	width: 14.0625%;
}
.btn.btn04 {
	width: 15.625%;
}
.comic-ttl p img{
	margin:2% 2%;
}
p.movie{
	position: relative;
}
.pageNavi{
	background: url(../img/section2_bg.png);
	padding: 5% 5% 3% 5%;
}
.pageNavi ul{
	overflow: hidden;
}
.pageNavi ul li img{
	width: 92%;
}
.pageNavi ul li{
	float: left;
	width: 48%;
}
.pageNavi ul{
	margin-bottom: 5%;
}
.pageNavi ul li.last{
	margin-left: 4%;
}
p.movie iframe.movies01{
	position: absolute;
	top: 22%;
	width: 53%;
	left: 23%;
	height: 24%;
}
p.movie iframe.movies02{
    position: absolute;
    top: 11%;
    width: 57%;
    left: 21%;
    height: 27%;
}
p.movie iframe.movies03{
    position: absolute;
    top: 63%;
    width: 55%;
    left: 22%;
    height: 25%;
}
p.movie iframe.movies03_2{
    position: absolute;
    top: 15%;
    width: 56%;
    left: 22%;
    height: 25%;
}
p.movie iframe.movies04{
    position: absolute;
    top: 56%;
    width: 55%;
    left: 22%;
    height: 25%;
}
/* article01 */
.article01 {
	position: relative;
}
.article01 .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.article01 dl {
	width: 100%;
}
.article01 dt {
	margin-top: -20%;
}
.article01 .product {
	position: relative;
}
.article01 .btn {
	position: absolute;
}
.article01 .modal01 {
	margin-top: 5%;
}
.article01 .modal01 .txt02 {
	width: 28.125%;
	position: absolute;
	top: -5.1724%;
	left: 0;
}
.article01 .btn01 {
	top: 19.8276%;
	left: 25.625%;
}
.article01 .btn02 {
	top: 20.4188%;
	left: 59.6875%;
}
.article01 .btn03 {
	top: 21.0674%;
	left: 27.8125%;
}
.article01 .btn04 {
	top: 19.8276%;
	left: 25.625%;
}

/* article02 */
.article02 .modal05 {
	position: relative;
}
.article02 .btn04 {
	position: absolute;
	top: 56.0465%;
	left: 69.0625%;
}

/* article03 */
.article03 .modal06 {
	position: relative;
}
.article03 .btn04 {
	position: absolute;
	top: 1.0288%;
	left: 74.6875%;
}

/* article04 */
.article04 .modal07 {
	position: relative;
}
.article04 .btn04 {
	position: absolute;
	top: 7.5396%;
	left: 80%;
}

/* modal */
#coverLayer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #000000;
	opacity: 0.8;
	cursor: pointer;
}
#modal {
	position: absolute;
	z-index: 9999;
	left: 50%;
}
#modal #modal-close {
	padding-top: 20px;
}
#modal #modal-close a {
	display: block;
	width: 180px;
	height: 40px;
	margin: 0 auto;
	background: url(../../../common/img/modal_close.png) center center no-repeat;
	background-size: 180px 40px;
}
#modalBody {
	background: transparent;
}
#modal-area {
	width: 90%;
	margin: 0 0 0 5%;
}
#modal-area img {
	margin: 0 0 20px;
}

/* 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: #26b751;
	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: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

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