
body {
	-webkit-text-size-adjust: none;
	width: 100%;
	overflow-x: hidden;
}

a:hover {
	text-decoration: none;
}


/* Header
----------------------------------------------------- */

header {
	display: block;
	position: relative;
	z-index: 200;
	top: 0;
	left: 0;
	height: auto;
	width: 100%;
	color: #fff;
	overflow: hidden;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 1px;
}

#header-inner {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 0px;
	background-color: #e56c91;
	background-image: url(../images/header_inner_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#header-wrapper {
	height:auto;
	margin: 0 auto;
	width: 100%;
	position: relative;
}



h1 {
	position: relative;
	float: none;
	width: 100%;
	height: 35px;
	margin: 0;
	border-bottom: solid 1px #d45d80;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.15)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.15));
}

h1 a {
	position: absolute;
	display: block;
	width: 86px;
	height: 28px;
	outline:0;
	font-size: 0;
	top:4px;
	left: 5px
}

h1 img {
	display: block;
	width: 86px;
	height: 28px;
}

#gicn {
	position: absolute;
	top:0px;
	right: 0;
	z-index: 100;
	margin: 0;
	width: 64px;
	height: 16px;
	padding: 8px 0px 0px 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	
	
}

#gnav {
	position: relative;
	float:left;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: auto;
	top:0px;
	font-size: 0;
	line-height: 0;
	/*border-left: solid 1px #d66587;*/
	background-color: #e56c91;
	min-width: 100%;
}

#gnav:after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	top:25px;
	left: 1px;
	width: 100%;
	height: 1px;
	background-color: #d45d80;
	z-index: 200;
}

#gnav li {
	display: inline-block;
	float: left;
	margin: 0 -1px 0 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}


#gnav li a {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 14px 0 14px;
	margin: 0 0px;
	color: #fff;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	text-indent: 0;
	outline:0;
	position: relative;
	font-size: 12px;
	width: auto !important;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
	font-weight: bold;
}

@media screen and (orientation: landscape) {
	#gnav li a {
		padding: 0 10px;
	}
}

#gnav:before,
#gnav li a:before {
	content:"";
	position: absolute;
	top:0;
	left: 0;
	width: 1px;
	height: 26px;
	background-image:url(../images/gnav_div.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#gnav li a:after {
	content:"";
	position: absolute;
	top:0;
	right: 0;
	width: 1px;
	height: 26px;
	background-image:url(../images/gnav_div.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#gnav li:hover {
	background-image: none;
	background-position: center -280px;
	background-repeat: repeat-x;
}


/* Main
----------------------------------------------------- */


#wrapper {
	position: relative;
	width: auto;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 9px;
	margin-bottom: -5px;
	overflow: hidden;
}


#main {
	position: relative;
	float: none;
	width: auto;
	box-sizing: border-box;
	padding: 10px;
	min-height: 250px !important;
	border:solid 1px #f0f0f0;
	margin-bottom: 5px;
}

.index #main {
	position: relative;
	float: none;
	border: 0;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	padding: 0;
	margin-bottom: 5px;
	background-color: transparent;
}

#if {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	min-height: auto;
	border:solid 1px #f0f0f0;
	margin: 5px 0;
	background-color: #fff;
	min-height: auto;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;

}

#if h2 {
	
	font-size: 15px;
	margin: 0;
}

#if p {
	font-size: 13px;
	margin: 1em 0 0 0;
}

.index #main img,
.index #dvdbnr img {
	max-width: 100%;
	height: auto;
}

.index #dvdbnr a {
	display: block;
	border: solid 1px #f0f0f0;
	background-color: #fff;
	margin: 10px 0;
	font-size: 0;
	line-height: 0;
}

.index #dvdbnr img {
	margin: 0;
}
.index #widget,
.index #widget2,
.index #nhl {
	display: none;
}

.theater.info #main,
.news.info #main,
.trailer.info #main,
.download.info #main  {
	padding-bottom: 0;
	background-image: none;
	background-size:100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.info #main-header {
	position: relative;
	margin: -20px 0 0 0;
	padding: 0 15px 0 0px;
	height: 42px;
	border-bottom: solid 3px #de527f;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../images/h2_main_bg.png);
	background-position: right 90%;
	background-size: auto 50%;
}

.about #main-header {
	margin: -15px 0 0 0;
	height: 70px;
	border-bottom: solid 3px #de527f;
	background-repeat: no-repeat;
	background-position: top right;
}


.info #main h2,
.about #main h2 {
	margin-top: 20px;
	font-size: 16px;
	line-height: 16px;
	color: #de527f;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
	float:left;
	width: 100%;
}


#snav {
	position: relative;
	float:none;
	display: block;
	margin: 0 -40px 0 0;
	padding: 0;
	list-style-type: none;
	height: 24px;
	top:0px;
	font-size: 0;
	text-align: left;
	width: 100%;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;	

}

#snav:after {
	content: "";
	clear: both;
}

#snav li {
	font-size:11px;
	display: inline-block;
	float:left;
	margin: 0;
	padding: 0;
	margin-left: 0px;
}

*:first-child+html #snav li {
	display: inline;
}


#snav li a {
	position: relative;
	display: block;
	height: 24px;
	line-height: 11px;
	padding: 0;
	margin: 0 12px 0 0;
	color: #A15E79;
	text-decoration: none;
	outline:0;
	letter-spacing: -1px;

}

#snav li a .t {
	display: none;
}



@media screen and (orientation: landscape) {
	#snav li a {
		padding: 0;
		margin-right: 20px;
		letter-spacing: 0;
	}
	
	#snav li a .t {
		display: inline;
	}
}


/* Sub
----------------------------------------------------- */

#sub {
	position: relative;
	float: none;
	width: 100%;
	margin-bottom: -5px;
}

#sub .col {
	border:solid 1px #f0f0f0;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 5px;

	overflow: hidden;
}

.col h2 {
	margin: 0;
	line-height: 1;
	font-size: 14px;
	margin-bottom: 6px;
	height: 16px;
	overflow: hidden;
	text-indent: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
}


.col h2.hl {
	margin-top: 0;
	background-image: none;
}

.col h2.tp {
	margin-top: 8px;
	background-image: none;
}

.col h2.bb {
	margin-top: 0px;
	background-image: none;
}

.col h2.bb em {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.col-inner {
	position: relative;
	display: block;
	padding: 6px;
	border: solid 1px #f4bed1;
	height: 100px;
}


.col .scroll-pane,
.pane {
	height: 100px;
	overflow: hidden;
}


#banner-btn a,
#banner-btn span.qr {
	display: block;
	position: relative;
	width: 125px;
	height: 125px;
	border:solid 4px #f4bed1;
	float: left;
	margin: 0 12px 12px 0;
	zoom:1;
	font-size: 0;
	
}

#banner-btn img {
	width: 125px;
	height: 125px;
}

#banner-btn span.qr .before {
	/*content: "";*/
	display: block;
	position: absolute;
	top: -18px;
	right: -18px;
	width: 32px;
	height: 32px;
	background-image: url(../images/qrbadge.png);
	background-size:32px 32px;
	z-index: 100;
}



#banner-btn a.new .before,
.download .sample.new .before {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	background-image: url(../images/newbadge@2x.png);
	background-size: 32px 32px;
	z-index: 50;
}


@media screen and (orientation: landscape) {

	#banner-btn a,
	#banner-btn span.qr {
		display: block;
		position: relative;
		border:solid 4px #f4bed1;
		float: left;
		margin: 0 10px 10px 0;
		zoom:1;
		font-size: 0;
		
	}
	
	#banner-btn a,
	#banner-btn span.qr,
	#banner-btn img {
		width: 94px;
		height: 94px;
	}
}

/* Main Content
----------------------------------------------------- */

.info #main-content {
	clear: both;
	padding: 0px;
	color: #444;
}

#main-content table {
	box-sizing: border-box;
	width: auto !important;
	margin: 1em 0;
}

#main-content td {
	width: auto !important;
	white-space:normal !important;
	padding: 2px;
}

.news-content a {
	word-break: break-all; 
}

/* Footer
----------------------------------------------------- */

#fbanner {
	display: block;
	padding-top: 5px;
	clear: both;
	line-height: 0;
	font-size: 0;
	margin-right: -6px;
}

#fbanner a {
	background-color: #f0f0f0;
	display: inline-block;
	width: 97px;
	height: 25px;
	margin: 0 5px 5px 0;
}

#fbanner a img {
	display: block;
	position: absolute;
	width: 97px;
	height: 25px;
}

@media screen and (orientation: landscape) {

	#fbanner a, #fbanner a img {
		width: 112px;
		height: 28px;
	}
}

footer {
	margin-top: -5px
}

#footer-inner {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	margin: 0 auto;
	
}

footer p.terms {
	width: 100%;
	float: none;
	margin: 2px 0 0 0;
	text-align: center;
	line-height: 13px;
}

footer #social {
	float: none;
	width: 100%;
	margin: 0;
	text-align: center;
	
}

footer #social .twitter,
footer #social .facebook,
footer #social .google,
footer #social .mixi {
	display: inline-block;
	height: 24px;
	vertical-align: top !important;
	margin: 0 0 5px 0;
	
}

footer .terms,
footer .copy,
footer .kadokawa {
	display: block;
}


footer .copy:before {
	content:" ";
	display: inline;
}

footer #totop {
	display: inline-block;
	border: solid 1px #d1d1d1;
	border-radius: 5px;
	font-size: 12px;
	padding: 5px 10px;
	line-height:1;
	white-space: nowrap;
	margin: 0 0 10px 0;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.05)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.05));
}


/* Main Content
----------------------------------------------------- */


.about #main-content {
	clear: both;
	max-width: 100%;
	padding: 10px 10px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho ProN", "メイリオ", "ＭＳ Ｐ明朝", serif;
	background-image: url(../images/main-content-bg.gif);
	min-height:auto;
	color: #de527f;
	box-sizing: border-box;
	margin-bottom: 0;
}

/* About The Movie
----------------------------------------------------- */

.about img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}


.about .box {
	position: relative;
	padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 2px #de527f;
	
	margin: 5px 0 10px 0;
	background-color: white;
	color: #de527f;
	zoom:1;
}

.about .box.alt {
	position: relative;
	margin-top: 15px;
	margin-left:0px;
	margin-right:0px;
}

.about .box.alt:before {
	content:"";
	position: absolute;
	width: 0px;
	height: 0px;
	top: -20px;
	left: 25px;
	border-bottom: solid 10px #1b79c0;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}


.about .box.alt:after {
	content:"";
	position: absolute;
	width: 0px;
	height: 0px;
	top: -16px;
	left: 27px;
	border-bottom: solid 8px #fff;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;

}

.about .box.odd,
.about.themesong .box.odd {
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 0;
}

.about.staff .box.odd {

	margin-bottom: 10px ;
}

.about .box.even {
	margin-left:0px;
	margin-right:0px;
}

.about .box h3 {
	font-size: 16px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
	margin: -8px 0 0.5em 0;
	padding-bottom: 3px;
	border-bottom: solid 1px #de527f;
}

.about .box p.img {
	float: right;
	margin: 0 0 10px 15px;
}


.about .box p.photo,
.about .box p.photo2 {
	position: relative;
	display: block;
	height: auto;
	z-index: 120;
	
}

.about .box.odd p.photo {
	left:-15%;
	top:auto;
	margin-bottom: -5%;
}


.about.themesong .box.odd p.photo {
	left:0;
	top:auto;
	margin-bottom: -5%;
}


.about .box.odd p.photo2 {
	left:auto;
	top:auto;
	right: -15%;
}

.about .box.even p.photo {
	left:auto;
	top:auto;
	right: -15%;
}


.about .box.alt p.photo {
	left:auto;
	top:auto;
	right:0;
}

.about .box p.photo img,
.about .box p.photo2 img {
	position: relative;
	display: block;
}


/* Introduction
----------------------------------------------------- */

.introduction #photos {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
	zoom:1;
	margin-top: 20px;
}

.introduction h3 {
	margin: 15px 0 1em 0;
	position: relative;
	display: block;
}

.introduction h3 img{
	display: block;
}

.introduction p.photo {
	margin: 0 0 0 0;
	position: relative;
}


.introduction p.photo#photo1,
.introduction p.photo#photo2,
.introduction p.photo#photo3,
.introduction p.photo#photo4 {
	top:0px;
	left:0px;
	right: 0px;
}

.introduction p.photo#photo1,
.introduction p.photo#photo3 {
	margin-left: -10%;
}

.introduction p.photo#photo2,
.introduction p.photo#photo4 {
	margin-right: -10%;
}

.introduction .capt {
	display: block;
}

/* Story
----------------------------------------------------- */
.story #text {
	margin-top: 3em;
}



#slidearea {
	width:100%;
	max-width: 100%;
	min-height: 100px;
	height:auto;
	position:relative;
	margin-bottom: 30px;
	margin-top: 10px;

}


.story #momo {
	position: relative;
	width: 100%;
	z-index: 10001;
	top: 10px;
	left: 0;
	
}

.story #momo img {
	display: block;
	float: right;
	position: relative;
	width: 40%;
	height: auto;
}

#frame {
	position:absolute;
	z-index:0;
	width:100%;
	height:auto;
	top:0px;
	left:0px;
	display: none;
}


#slides {
	position:absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	z-index:100;
}

.slides_container {
	width:100%;
	height: 100%;
	overflow:hidden;
	position:relative;
	display:none;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	background-color: white;
	font-size: 0;
	box-sizing: border-box;
	border: solid 3px #fff;
}

.slides_container a {
	width:100%;
	height:auto;
	display:block;
}

.slides_container img {
	width: 100%;
	height: auto;
	display:block;
}

#slides .next,#slides .prev {
	position:absolute;
	top:50%;
	margin-top: -14px;
	left:-16px;
	width:16px;
	height:28px;
	display:block;
	z-index:101;
}


#slides .next {
	left:auto;
	right: -16px;
}

.pagination {
	margin:10px auto 30px auto;
	width:100%;
	text-align: center;

	padding: 0;

}


/* Character & Cast
----------------------------------------------------- */


.character .about {
	clear: both;
	float: none;
	position: relative;
	width:100%;
	margin: 1em 0 0 0;
}

.character .about h3 {
	position: relative;
	margin: 10px 0 5px 0;
	font-size: 28px;
	line-height: 1;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
}

.character .about h4 {
	font-size: 18px;
	line-height: 1;
	margin: 0 0 5px 0;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
}

.character .about.odd .img {
	position: relative;
	z-index: 1;
	top:0px;
	left: 0px;
	margin: 0;
}

.character .about.even .img {
	
	position: relative;
	top:0px;
	left: 0px;
	margin: 0;
}

.character .about .img img {
	display: block;
	position: relative;
	left:0;
}



/* news
----------------------------------------------------- */



.info .box {
	margin-top: -40px;
	padding: 10px 0 70px 0;
	zoom:1;

}

.info h3 {

	font-size: 16px;

}


.info .box:last-child {
	padding-bottom: 0;
}

.info .box img {
	max-width: 100% !important;
	height: auto;
}

.info .box img[style$="float:right"] {
	max-width: 40% !important;
}

.info .box_text img {
	display: block !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 1em 0;
	float: none !important;
}

/* Trailer
----------------------------------------------------- */
#tnav {
	font-family: ヒラギノ明朝 Pro W6, 'Hiragino Mincho ProN';
	margin-top: 20px;
}

#tnav li a {
	padding: 0 10px;
}

.trailer #youtube {
	box-sizing: border-box;
	max-width: 100% !important;
	height: auto;
	min-height: 166px;
	margin-bottom: 10px;
}

.trailer iframe {
	max-width: 100% !important;
	height: auto;
}

/* Download
----------------------------------------------------- */

.download .btn a {
	min-width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding:5px 0;
}


