﻿@charset "UTF-8";

@import url(reset.css);

/* 本文フォント */
.cont p, .cont dl, .footer{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* 共通メニュー */

.navi{
	width:180px;
	margin-left:10px;
	background:rgba(255,255,255,0.9);
	background:#FFFFFF\9;
	padding: 20px 0 16px 0;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

.navi li{
	list-style-type: none;
	text-align: center;
	font-family:'Times New Roman', serif;
	font-size: 140%;
	line-height: 165%;
	color:#b9b9b9;
	letter-spacing:1px;

}

.navi li a{
	text-decoration: none;
	color:#40a091;
}

.navi .tweeticon{
	margin-top: 12px;
}

/*トップページ */

.cont .maintitle{
	width: 1000px;
    height: 42%;
    text-align: center;
    position: absolute;
    margin-bottom: 60px;
    bottom: 256px;
    background: url(../img/toplogo_1.png) center no-repeat;
    background-size: contain;
}


/* 共通フッター */

.footer{
	width:100%;
}

.top-footer{
	position:absolute;
	bottom:0;
}

.newsbg{
	width:100%;
	padding:12px 0;
	background:rgba(39,117,103,0.75);
	background:#277567\9;
}

.news{
	width:1000px;
	margin:auto;
	display:table;
}

.news dt{
	width:120px;
	padding:12px;
	border:1px solid #FFFFFF;
	display:table-cell;
	color:#ffffff;
	vertical-align: middle;
	text-align: center;
}

.news dd{
	padding-left:20px;
	display:table-cell;
	color:#ffffff;
	font-size: 90%;
	line-height: 150%;
	vertical-align: middle;
}

.news dd a{
	color:#FFFFFF;
}

.creditbg{
	width:100%;
	padding: 20px 0 24px 0;
	background:url("../img/footer_bg.jpg") center top repeat-x;
	background-size:cover;
}

.credit{
	width:1000px;
	font-size: 67%;
	line-height:150%;
	margin:0 auto 20px auto;
	text-align:center;
	color:#ffffff;
}

.info{
	width:1000px;
	margin:auto;
	display:table;
}

.info dt{
	display:table-cell;
	color:#ffffff;
	font-size: 67%;
	line-height:150%;
	vertical-align: middle;
}

.info dd{
	display: inline-block;
    color: #ffffff;
    padding: 0;
    border: 1px solid #FFFFFF;
    text-align: center;
    border-radius: 4px;
    float: right;
}

.info dd a{
	color: #ffffff;
    display: table;
    padding: 4px 16px 7px 16px;
	text-decoration: none;
}

.info dd a:hover{
	color: #ffffff;
    display: table;
    padding: 4px 16px 7px 16px;
	text-decoration: underline;
}

.info dd a span{
    margin: 0px 6px -4px 0;
    display: table-cell;
}

.info dd a .contact-l{
	background: url("../img/contact_deco.png") left center no-repeat;
    padding: 3px 10px 0px 15px;
    vertical-align: middle;
    font-weight: normal;
    font-family: 'Times New Roman', serif;
    letter-spacing: 1px;
    font-size: 110%;
}

.info dd a .contact-r{
	font-size: 67%;
    padding: 4px 0 0 0;
    line-height: 120%;
    letter-spacing: 1px;
}

/* ソーシャルボタン */

.social{
	width:1000px;
	margin: 24px auto 0 auto;
	overflow: hidden;
}

.social li{
	text-align: right;
	list-style-type: none;
	float: right;
	margin-left: 12px;
}

/* トップページ */

.topbg{
	height: 100%;
	background:url("../img/topbg_1.jpg") center top repeat-x;
	background-size:cover;
}

.cont{
	width:1000px;
	margin:auto;
}


/* 下層ページ -共通部分- */

.pagebg{
	background-size:cover;
}

.gototitle{
	width:400px;
	height:150px;
	background:url("../img/logo_1.png") no-repeat;
	background-size:cover;
	margin: 55px -5px 0 0;
	float: right;
}

.contents{
	min-height:430px;
	margin: 30px 0 0 210px;
	color:#40a091;
}

.contents h1{
	font-family:'Times New Roman', serif;
	font-size: 200%;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom: 2px solid;
	color: #40a091;
	display: inline-table;
	padding-bottom: 4px;
	letter-spacing: 3px;
}


/* 下層ページ -ニュース- */

.newstop{
	background:url("../img/news_top.jpg") center top repeat-x;
}

.newslist .article{
	width:100%;
	margin:20px auto;
	border-bottom:1px dashed #40a091;
	display:table;
}

.newslist .article dt{
	display:table-cell;
	padding-top: 3px;
	width:90px;
}

.newslist .article dd{
	display: table-cell;
	padding: 0 0 20px 20px;
	line-height: 150%;
	font-size: 90%;
}

.newslist .article dd a{
	color:#40a091;
}

/* 下層ページ -イントロダクション- */

.introductiontop{
	background:url("../img/introduction_top.jpg") center top repeat-x;
}

.introduction h2, .introduction h3{
	font-family:"Times New Roman", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 140%;
	text-align: center;
	margin: 32px auto;
	font-weight: normal;
	line-height: 150%;
}

.introduction p{
	margin: 60px auto;
	line-height: 160%;
	font-size: 90%;
}

.introduction .images{
	list-style-type: none;
	margin-bottom: 80px;
}

.introduction .images dd ul{
	list-style-type:none;
	display:table;
	width: 100%;
	height:140px;
	background:#cccccc;
}

.introduction .images dd ul li{
	list-style-type:none;
	display:table-cell;
	table-layout:fixed;
	border:3px solid #FFFFFF;
	background:#cccccc;
}

/* 下層ページ -ストーリー- */

.storytop{
	background:url("../img/story_top.jpg") center top repeat-x;
}

.story .images{
	width:100%;
	list-style-type: none;
	margin: 40px auto 60px auto;
	overflow:hidden;
}

.story .images dt{
	float:left;
	height:240px;
	width: 49%;
	background:#cccccc;
	margin:0 0 2px 0;
}

.story .images dd{
	float:right;
	height:118px;
	margin:0 0 2px 3px;
	width: 25%;
	background:#cccccc;
	
}

.story p{
	margin: 60px auto;
	line-height: 160%;
	font-size: 90%;
}

/* 下層ページ -キャスト- */

.casttop{
	background:url("../img/cast_top.jpg") center top repeat-x;
}

.cast .images{
	width:100%;
	list-style-type: none;
	margin: 40px auto 60px auto;
	overflow:hidden;
}

.cast .images dt{
	float:left;
	height:240px;
	width: 49%;
	background:#cccccc;
	margin:0 0 2px 0;
}

.cast .images dd{
	float:right;
	height:118px;
	margin:0 0 2px 3px;
	width: 25%;
	background:#cccccc;
	
}

.cast p{
	margin: 20px auto 40px auto;
	line-height: 160%;
	font-size: 90%;
}


/* 下層ページ -トレーラー- */

.trailertop{
	background:url("../img/trailer_top.jpg") center top repeat-x;
}

.trailerlist{
	padding-bottom:30px;
}

.trailerlist .article{
	width:540px;
	margin:20px auto;
}

.trailerlist .article dt{
	margin:12px 0;
}

/* 下層ページ -シアター- */

.theatertop{
	background:url("../img/theater_top.jpg") center top repeat-x;
}

/* ポップアップ用用表示 */

#mask2{
	display: none;
	background-color: #000000;
	z-index: 2000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.7;
}

#close{
	position:absolute;
	right: 0px;
	top: -70px;
}

#close:hover{
	cursor: pointer;
}

#popupwindow{
	display:none;
	background-color: #000000;
	z-index: 3000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width:0;
	height:0;
	margin: auto;
	padding:0px;
	box-shadow:1px 1px 2px 2px rgba(0,0,0,0.5);
}


/*2015.8.31 ka追記*/
p.komidasi{
	font-size:90%;
	line-height:160%;
	font-weight:bold;
	margin-bottom:20px;
}

/*2015.9.11 asakawa追記*/

@media only screen and (max-height: 800px) {

.creditbg {
    width: 100%;
    padding: 12px 0 16px 0;
    background: url("../img/footer_bg.jpg") center top repeat-x;
    background-size: cover;
}

.cont .maintitle {
    width: 1000px;
    height: 42%;
    text-align: center;
    position: absolute;
    margin-bottom: 12px;
    bottom: 240px;
    background: url(../img/toplogo_1.png) center no-repeat;
    background-size: contain;
}

.credit {
    width: 1000px;
    font-size: 67%;
    line-height: 150%;
    margin: 0 auto 12px auto;
    text-align: center;
    color: #ffffff;
}

.social {
    width: 1000px;
    margin: 10px auto 0 auto;
    overflow: hidden;
}

.news dd {
    padding-left: 20px;
    display: table-cell;
    color: #ffffff;
    font-size: 80%;
    line-height: 150%;
    vertical-align: middle;
}

}