@charset "UTF-8";

h1 img,
#wiiu img,
#gnavi img,
#movie-btn img,
#spec-btn img,
#series img,
footer img {
	width: 100%;
	height: auto;
}

/* ========================================
	#gnavi
======================================== */
#gnavi li {
	float: left;
	width: 50%;
}

/* ========================================
	contents
======================================== */
body {
	background: url(../images/contents_bg.jpg) repeat center top;
	background-size: 100% auto;
}

#contents {
	padding: 10% 0 0;
	background: url(../images/bg01.jpg) no-repeat center top;
	background-size: 100% auto;
}

/*--- spec ---*/
#spec {
	position: relative;
	margin: 5% auto;
	width: 260px;
	height: 182px;
}

.spec-package {
	position: absolute;
	top: 2px;
	left: 0;
}

.spec-ico {
	position: absolute;
	top: 0;
	left: 63px;
}

.spec-cero {
	position: absolute;
	top: 39px;
	left: 63px;
}

.spec-img1 {
	position: absolute;
	top: 2px;
	left: 110px;
}

.spec-img2 {
	position: absolute;
	top: 21px;
	left: 110px;
}

.spec-img3 {
	position: absolute;
	top: 64px;
	left: 110px;
}

.spec-img4 {
	position: absolute;
	top: 99px;
	left: 0;
}


/* ========================================
	#footer
======================================== */
footer {
	margin: 5% 0 0 0;
}

#sns {
	display: table;
	width: 37.5%;
	margin: 0 auto;
}
#sns li {
	display: table-cell;
	width: 50%;
	text-align: left;
	padding: 0 10px;
}

/* ========================================
	Movie
======================================== */
body#movie {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: none;
	background-color: #000;
}
#movie .wrap {
	position: relative;
	margin: 20px auto 0 auto;
	text-align: center;
}
#close {
	margin: 10px 0 0;
}

.movie-wrap {
	position: relative;
    width: 100%;
}

.movie-inner iframe,
.movie-inner img {
    position: absolute;
    top: 0;
    left: 5.9375%;
    width: 87.5%;
    height: 87.5%;
}

/* ========================================
	#modal
======================================== */
#coverLayer {
	display: none;
	position: fixed;
		top: 0;
		left: 0;
		z-index: 9000;
	height: auto;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background: #FFF;
	opacity: .7;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	cursor: pointer;
}

#modal {
	display: none;
	position: absolute;
		z-index: 9200;
}

#popBody {
	background: transparent;
}
body#movie {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: none;
	background-color: #FFF;
}
#movie .wrap {
	position: relative;
	margin: 20px auto 0 auto;
	text-align: center;
}
#close {
	margin: 10px 0 0;
}

/* ========================================
	additional information
======================================== */

#info-wrap {
    padding: 0 0 25px;
}
#info {
    width: 75%;
    margin: 0 auto 0;
    padding: 8px;
    border: solid 4px #a28179;
    text-align :center;
    line-height: 1.2;
    background-color: #fff;
    border-radius: 12px;  
    -webkit-border-radius: 12px; 
    -moz-border-radius: 12px;
}
#info a {
    color: #333;
    background: url(../images/arrow.png) center left no-repeat;
    background-size: 8px;
    padding: 2px 0 2px 18px;
}
@media screen and (max-width:450px){

}
@media screen and (min-width:451px) and (max-width:740px) {
    #info a br.sr1 {
        display: none;
    }
}
@media screen and (min-width:741px) {
    #info a br.sr1, #info a br.sr2 {
        display: none;
    }
}