@charset "utf-8";

/*index*/
html,body {
	background:#FFF;
	color:#000;
	margin:0;
}
#container {
	margin:0;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.target{
    margin-top:-130px !important;
    padding-top:130px !important;
	/* display: inline-block !important;  required for webkit browsers */
	vertical-align: top !important;
	display: block !important;
}

/*menu*/
body.index #second-h1{
	display:none;
}
#second-h1 a.sp{
	display:none;
}
.menu-btn{
	display:none;
}
#menu{
	background:#092D42;
	margin:0 auto 0;
	height: 50px;
	/* height: auto;  */ 
	box-shadow: 0 0 5px 0 #333;
}
#menu nav#nav {
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	height: 50px;
}
#menu nav#nav ul {
	text-align: center;
	display: table;
	margin:5px auto 0;
}
#menu nav#nav ul li {
	display: inline-block;
	margin:0 15px 0 0;
	font-size:14px;
	color:#FFF;
}
#menu nav#nav ul li.none {
	color:#FFF;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	cursor:default;
}
#menu nav#nav ul li small {
	font-size:8px;
}
#menu nav#nav ul li a {
	color:#ffd45a;
}
#menu nav#nav ul li a:hover {
	text-decoration:none;
	color:#ffeec5;	
}
#menu nav#nav ul li.icon {
	margin:0 3px 0 0;
	font-size:26px;
	line-height:26px;
}
#menu nav#nav ul li.facebook {
	margin-left:0;
}
#menu nav#nav ul li i {
	margin:0 3px 0 0;
}
#menu nav#nav ul li.icon a span.sp{
	display:none;
}
#menu nav#nav ul.mini {
	margin-top:5px;
	margin-bottom:5px;
}
#menu nav#nav ul.mini li {
	margin:0 5px 0 0;
	font-size:12px;
	line-height:26px;
	background: #d62525;
	border-radius: 13px;/* CSS3草案 */
	-webkit-border-radius: 13px;/* Safari,Google Chrome用 */
	-moz-border-radius: 13px;/* Firefox用 */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#menu nav#nav ul.mini li:hover {
	background: #fc5454;
}
#menu nav#nav ul.mini li a {
	color:#FFF;
	padding:0 10px;
}

/*#foot-sp-menu*/
#foot-sp-menu{
	display:none;
}

/*#body*/
#container{
	width:100%;
	height:auto;
}
#body #sp-index{
	display:none;
}
#body .float{
	width:800px;
	height:auto;
	margin:0 auto;
}
#body article#index-main{
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:url(../img/index_main_bg.jpg) top center repeat-x;
}
#body article#index-main section.copy section.float{
	position:relative;
	height:540px;
	width:1000px;
}
#body article#index-main section.copy section.float p.award{
	position:absolute;
	top:10px;
	left:74px;
	width:374px;
	height:73px;
}
#body article#index-main section.copy section.float h1{
	position:absolute;
	top:90px;
	left:25px;
	width:472px;
	height:216px;
}
#body article#index-main section.copy section.float h2{
	position:absolute;
	top:15px;
	left:925px;
	width:48px;
	height:150px;
}
#body article#index-main section.copy section.float h3{
	position:absolute;
	top:505px;
	left:145px;
	width:723px;
	height:31px;
}
#body article#index-main section.copy section.float h4{
	position:absolute;
	top:490px;
	left:325px;
	width:360px;
	height:50px;
}
#body article#index-main section.copy section.float .ticket{
	position:absolute;
	top:300px;
	right:280px;
	width:194px;
	height:191px;
}


#body article#index-main section.release{
	padding:5px 0;
}
#body article#index-main section.release p{
	text-align:center;
	font-size:10px;
	margin:10px 0 5px;
	line-height:1.2;
}
#body article#index-main section.release h2{
	margin:0 0 10px;
	text-align:center;
	font-size:24px;	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight: bold;
	color:#0b3c5d;
}

#body article#index-main .copy .bnr_quotes{
	position:absolute;
	top:300px;
	right:10px;
}

#body article#index-main .copy div.dvdbanner{
	position:absolute;
	top:330px;
	left:24px;
}

#body article#index-main .copy div.dvdbanner img{
	margin:0 8px;
}

/*
#body article#index-main section.release div.dvdbanner{
	margin:15px 0 0 0 ;
	text-align:center;
}

#body article#index-main section.release div.dvdbanner img{
	margin:0 7px;
}
*/



/*#socialmedia*/
#socialmedia{
	margin:5px auto 0;
	padding:10px 0;
}
#socialmedia ul{
	width:auto;
	text-align:center;
}
#socialmedia ul li{
	display: inline-block;
	margin:0 5px 0;
}
#socialmedia ul li span{
	vertical-align: baseline !important;
}
.fb-like iframe {
    max-width: none !important;
}

/*#socialmedia ul.share-btn*/
#socialmedia ul.share-btn{
	margin:0 auto;
	width:205px;
	height:45px;
}
#socialmedia ul.share-btn li{
	display:block;
	margin:0 5px 0 0;
	float:left;
	text-align:center;
	font-size:10px;
	width:100px;
	height:40px;
	line-height:1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#socialmedia ul.share-btn li a{
	color:#FFF;
	text-decoration:none;
}
#socialmedia ul.share-btn li a:hover{
	text-decoration:none;
}
#socialmedia ul.share-btn li i{
	display:block;
	font-size:18px;
	font-style:normal;
	margin:6px 0 0 0;
}
#socialmedia ul.share-btn li.twitter{
	background:#45B0E3;
}
#socialmedia ul.share-btn li.twitter:hover {
	background-color:#7DD5FF;
}
#socialmedia ul.share-btn li.facebook{
	background:#39599F;
	margin-right:0;
}
#socialmedia ul.share-btn li.facebook:hover {
	background-color:#447BEE;
}
#socialmedia ul.share-btn li.line{
	display:none;
	background:#12C712;
	margin-right:0;
}
#socialmedia ul.share-btn li.line:hover {
	background-color:#4BF84B;
}
#socialmedia ul.share-btn li,
#socialmedia ul.share-btn li::before,
#socialmedia ul.share-btn li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#socialmedia ul.buttons{
	margin:5px auto 0;
}
#socialmedia ul.buttons li iframe{
	height:20px !important;
}


/*.banner*/
.banner{
	margin:0 auto 25px;
	text-align:center;
}
.banner img{
	max-width:550px;
	height:auto;
	margin:0 0.2%;
}
/*.sp-banner*/
.sp-banner{
	display:none;
}


/*second aboutethan*/

#body.second.about_ethan #aboutheader{
	background:#FFF url(../img/aboutethan_header.jpg) top center repeat-x;
	color:#000;
	margin:0 0 30px;
	height:420px;
}

#body #sp-aboutheader{
	display:none;
}

#body.second.about_ethan .page{
	margin:0 auto;
	width:1000px;
	height:auto;
}


#body.second.about_ethan .page h1.buttontit{
	margin:10px 0;
	text-align:center;
	font-size:28px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	letter-spacing: 3px;
}

#body.second.about_ethan .page section.about .txt{
	margin:0 auto;
	width:750px;
	padding:0 0 0 0;
}

#body.second.about_ethan .page section.about .txt hr{
	border-color:#B3D7F2;
	border-width: 10px 0 0 0; 
	border-style:solid;
}

#body.second.about_ethan .page section.about .txt p{
	padding:0 0 20px;
	font-size:16px;
}

#body.second.about_ethan .page section.message .txt{
	margin:0 auto;
	width:550px;
	padding:0 0 0 0;
}

#body.second.about_ethan .page section.message .txt hr{
	border-color:#000;
	border-width: 1px 0 0 0; 
	border-style:solid;
}

#body.second.about_ethan .page section.message .txt p{
	padding:0 0 20px;
	font-size:18px;
}

#body.second.about_ethan .page section.message .txt p.name{
	padding:0 0 20px;
	font-size:18px;
	text-align:right;
}


#body.second.about_ethan .page section.contents{
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:100%;
}

#body.second.about_ethan .page section.message h1.buttontit{
	margin:10px 0;
	text-align:center;
	font-size:28px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	letter-spacing: 3px;
}


#body.second.about_ethan .page section.message h2.buttontit{
	margin:10px 0;
	text-align:center;
	font-size:28px;
	font-weight:normal;
	font-family: 'Righteous', cursive;
	color:#E5C14E;
	letter-spacing: 3px;
	}


/*second aboutseymour*/

#body.second.about_seymour #aboutheader{
	background:#FFF url(../img/aboutseymour_header.jpg) top center repeat-x;
	color:#000;
	margin:0 0 30px;
	height:420px;
}

#body #sp-aboutheader{
	display:none;
}

#body.second.about_seymour .page{
	margin:0 auto;
	width:1000px;
	height:auto;
}


#body.second.about_seymour .page h1.buttontit{
	margin:10px 0;
	text-align:center;
	font-size:28px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	letter-spacing: 3px;
}


#body.second.about_seymour .page section.about .txt{
	margin:0 auto;
	width:750px;
	padding:0 0 0 0;
}

#body.second.about_seymour .page section.about .txt hr{
	border-color:#B3D7F2;
	border-width: 10px 0 0 0; 
	border-style:solid;
}

#body.second.about_seymour .page section.about .txt p{
	padding:0 0 20px;
	font-size:16px;
}

#seymour-message{
padding:20px 0;
}


#body.second.about_seymour .page section.message .txt{
	margin:0 auto;
	width:650px;
	padding:0 0 0 0;
}

#body.second.about_seymour .page section.message .txt img{
 display:block;
margin-left:auto;
margin-right:auto;
margin-top:20px;
}


#body.second.about_seymour .page section.message .txt p.bubble {
font-size:16px;
display:inline-block;
 position: relative;
 padding:1em;
 border-radius:5px;
 background: #d3e8f4;
 
 margin-top:30px;
}

#body.second.about_seymour .page section.message .txt p.bubble:after {
 position: absolute;
 content: " ";
 height: 0;
 width: 0;
}

#body.second.about_seymour .page section.message .txt p.bubble-bottom:after {
 bottom: 100%;
 left: 50%;
 border:10px solid transparent;
 border-bottom:10px solid #d3e8f4;
 margin-left: -10px;
}

#body.second.about_seymour .page section.message .txt p.bubble strong.big{
font-size:20px;
}

#body.second.about_seymour .page section.contents{
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:100%;
}

#body.second.about_seymour .page section.message h1.buttontit{
	margin:10px 0;
	text-align:center;
	font-size:28px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	letter-spacing: 3px;
}


#body.second.about_seymour .page section.message h2.buttontit{
	margin:10px 0;
	text-align:center;
	font-size:42px;
	font-weight:normal;
	font-family: 'Righteous', cursive;
	color:#E5C14E;
	letter-spacing: 3px;
	}


/*#index-intro*/
#index-intro{
	margin:0 auto 50px;
	padding:50px 0;
	background:#EDEDED url(../img/index_story_bg.jpg) top center;
	background-size:cover;
}

#index-intro .contents{
	background:#000;
	padding:25px 25px;
	background-color:rgba(0,0,0,0.70);
}

#index-intro h1{
	margin:0 0 20px 0;
	font-size:26px;	
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	width:800px;
	color:#e5c14e;
}
#index-intro p.words{
	margin:0 0 15px 0;
	font-size:20px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	color:#FFF;
}

#index-intro hr{
	border-color:#FFF;
}

#index-intro p.name{
	margin:0 0 15px 0;
	font-size:20px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	color:#e5c14e;
		text-align:right;
}

#index-intro p{
	margin:0 0 15px 0;
	font-size:16px;
	color:#FFF;
}

#index-intro figure{
	clear:both;
}



/*#index-director*/
#index-director{
	margin:0 auto 50px;
}
#index-director h1{
	margin:0 auto 20px;
	font-size:28px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
}
#index-director h1 small{
	margin-left:5px;
	font-size:16px;
}
#index-director figure{
	width:400px;
	float:left;
}
#index-director .txt{
	width:380px;
	float:right;
}
#index-director .txt h2{
	margin:0 auto 10px;
	font-size:24px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
#index-director .txt p{
	margin:0 auto 10px;
	font-size:14px;
}


/*#index-footerimg*/
#index-footerimg{
	margin:0 auto 10px;
	padding:40px 0 0;
	background:#FFF;
}

#index-footerimg figure{
	margin:0 auto;
	background:url(../img/index-footerimg_bg.jpg) repeat-x;
	text-align:center;
}



/*#index-trailer*/
#body #index-trailer{
	background:#FFF;
	text-align:center;
	padding:25px 0;
}

#body #index-trailer h1{
margin:10px 0;
	text-align:center;
	font-size:34px;
	font-weight:normal;
	font-family: 'Righteous', cursive;
	color:#E5C14E;
	letter-spacing: 3px;
}


/*#index-photos*/
#body img#index-photos{
	width:100%;
	height:auto;
}

/*#index-copyright*/
#index-copyright{
	margin:0 auto 50px;
	padding:10px 0 0;
	background:#FFF;
}

#index-copyright p{
	text-align:center;
	font-size:12px;
	line-height:1.6;
}


/*uplink*/
#uplink{
	margin:50px 0 0 0;
	padding:20px 0;
	width:100%;
	background:#e5c14e;
	box-shadow: 0 0 5px 0 #333;
}
body.index #uplink{
	margin:0 0 0 0;
}
#uplink h1{
	margin:0 auto;
	height:auto;
	text-align:center;
}
#uplink h1 img{
	width:50px;
	height:auto;
}
#uplink ul{
	margin:10px auto 0;
	width:1000px;
	text-align:center;
}
#uplink ul li{
	display:inline;
	margin:0 10px 0 0;
}
#uplink ul li.last{
	margin-right:0;
}
#uplink ul li a{
	font-size:30px;
	color:#000;
}

/*second*/
body.second #container #menu {
	margin:0 auto;
	height:auto;
}
body.second #container #menu #second-h1 {
	margin: 0 auto;
	padding:0 0 0 0 ;
	width:1000px;
	text-align:center;
}
body.second #container #menu #second-h1 img {
	width:400px;
	height:auto;
}

/*second theater*/
body.second.theater #container {
	background: url(../img/theater_bg.jpg) top center fixed;
	background-size:cover;
}
#body.second.theater .page{
	margin:0 auto;
	padding:30px 0 50px;
	width:1000px;
	height:auto;
}
#body.second.theater .page h1{
	font-size:32px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	margin-bottom:15px;
	color:#FFF;
}
#body.second.theater .page section.contents{
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:100%;
}
#body.second.theater .page .ticket{
	margin:10px auto;
	text-align:center;
}
#body.second.theater .page .ticket img{
	width:550px;
}

#body.second.theater .page header nav{
	margin:30px 0;
}
#body.second.theater .page header nav ul.theater-list{
	margin:0;
}
#body.second.theater .page header nav ul.theater-list li{
	background:#e5c14e;
	float:left;
	margin:0 2% 0 0;
	width:12.57142857142857%;
	height:45px;
	text-align:center;
	line-height:45px;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 1;
}
#body.second.theater .page header nav ul.theater-list li:hover{
	background:#fde547;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#body.second.theater .page header nav ul.theater-list li.last{
	margin:0 0 0 0;
}
#body.second.theater .page header nav ul.theater-list li a{
	display:block;
	width:100%;
	height:100%;
	color:#000;
	font-size:14px;
}
#body.second.theater .page header nav ul.theater-list li a:hover{
	text-decoration:none;
	color:#000;
}
#body.second.theater .page section.contents{
	margin:0;
	padding:0;
	color:#000;
}
#body.second.theater .page section.contents a.target{
    margin-top:-133px;
    padding-top:133px;
	display: inline-block; /* required for webkit browsers */
	vertical-align: top;
}
#body.second.theater .page section.contents .ken-box{
	background:#FFF;
	margin:0 0 30px;
	border-bottom:#000 solid 2px;
	border-top:#000 solid 2px;
}
#body.second.theater .page section.contents .ken-box .ken{
	background:#000;
	width:20%;
	float:left;
	font-weight:800;
	line-height:50px;
	color:#FFF;
}
#body.second.theater .page section.contents .ken-box .ken h2{
	color:#FFF;
	font-size:20px;
	font-weight:800;
	padding:10px;
}
#body.second.theater .page section.contents .ken-box .theaters{
	width:80%;
	float:right;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box{
	border-bottom:#000 solid 2px;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box.last{
	border-bottom:none;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .theater-name{
	float:left;
	width:40%;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .theater-name h4{
	color:#000;
	font-size:14px;
	
	line-height:1.4;
	margin:10px 10px 0;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .theater-name h3{
	font-size:20px;
	line-height:1.4;
	margin:0 10px;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .txt{
	float:right;
	width:60%;
	font-size:14px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .txt p{
	margin:10px;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .txt p strong{
	font-size:16px;
}

/*second comments*/
body.second.comments #container {
	background: url(../img/comment_bg.jpg) top center fixed;
	background-size:cover;
}
body.second.comments #container #body article.page {
	padding:30px 0 50px;
}
body.second.comments #container #body article.page h1 {
	font-size:32px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	margin-bottom:15px;
	color:#FFF;
}

body.second.comments #container #body article.page h1 small{
	font-size:16px;
	color:#FFF;
}
body.second.comments #container #body article.page .contents {
	background:#FFF;
	padding:30px 0 25px;
	background-color:rgba(255,255,255,0.70);
}

body.second.comments #container #body article.page .contents hr {
	border-top: 3px double #666;
}

body.second.comments #container #body article.page .contents .comment {
	margin:50px 30px;
}
body.second.comments #container #body article.page .contents .comment h2 {
	margin:0 0 5px;
	text-align:right;
	font-size:26px;
	font-weight:800;
	margin:10px 0 0 0;
}

body.second.comments #container #body article.page .contents .comment h2 small{
	font-size:26px;
}

body.second.comments #container #body article.page .contents .comment p {
	font-size:18px;
}

body.second.comments #container #body article.page .contents .comment strong {
	font-size:24px;
	font-weight:800;
}

/*second event*/
body.second.event #container {
	background: url(../img/event_bg.jpg) top center fixed;
	background-size:cover;
}
body.second.event #container #body article.page {
	padding:30px 0 50px;
}
body.second.event #container #body article.page  h1 {
	font-size:32px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	margin-bottom:15px;
	color:#FFF;
}
body.second.event #container #body article.page .contents {
	background:#FFF;
	padding:20px 0 25px;
		background-color:rgba(255,255,255,0.90);
		width:950px;
}
body.second.event #container #body article.page .contents .content.border {
	border-bottom:#000000 solid 2px;
	margin: 20px 50px;
}
body.second.event #container #body article.page .contents .content h2 {
	text-align:left;
	font-size:26px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	margin:0 0 10px;
}
body.second.event #container #body article.page .contents .content h3 {
	text-align:center;
	font-size:20px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	color:#08AC11;
	margin:0 0 10px;
}
body.second.event #container #body article.page .contents .content p {
	font-size:16px;
	margin:0 0 20px;
}
body.second.event #container #body article.page .contents .content {
	margin:20px 50px 50px;
}
body.second.event #container #body article.page .contents .content .img {
	width:300px;
	float:left;
}
body.second.event #container #body article.page .contents .content .txt {
	width:580px;
	float:right;
}
body.second.event #container #body article.page .contents .content .txt h2 {
	text-align:left;
	font-size:24px;
	font-weight:normal;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	margin:0 0 10px;
}
body.second.event #container #body article.page .contents .content .txt p {
	font-size:16px;
	margin:0 0 20px;
}

body.second.event #container #body article.page .contents .content span.red{
	color:#CC0979;
}


body.second.event #container #body article.page .contents .content blockquote{
margin:7px;
padding:10px;
border:none;
border-left:2px solid #9ce216;
}

body.second.event #container #body article.page .contents .content .flame{
         border-style: solid;
         border-width: 1px;
         border-color: #BCA193;
		 padding:30px;
		 margin:20px auto;
		 width:700px;
}
body.second.event #container #body article.page .contents .content span.kome{
         margin-left:40px;
}




/*second special*/
body.second.special #container {
	background: url(../img/special_bg.jpg) top center fixed;
	background-size:cover;
}
body.second.special #container #body article.page {
	padding:0 0 0 0;
}
body.second.special #container #body article.page hgroup.title {
	background:#FFFFFF;
	padding:20px 0;
}
body.second.special #container #body article.page hgroup.title h1 {
	font-size:48px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	margin-bottom:10px;
	color:#000;
}
body.second.special #container #body article.page hgroup.title h2 {
	font-size:24px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	color:#000;
}
body.second.special #container #body article.page .message{
	background-color:rgba(0,0,0,0.80);
	padding:20px 0 10px;
	margin-bottom:20px;
}
body.second.special #container #body article.page .message p{
	margin:0 auto 10px;
	max-width:900px;
	color:#FFFFFF;
	font-size:18px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

body.second.special #container #body article.page h1 small {
	font-size:24px;
}
body.second.special #container #body article.page .contents {
	margin:0 auto;
	max-width:1000px;
}
body.second.special #container #body article.page .contents .content {
	width:100%;
	margin:0 0 25px;
	padding:0 0 0 0;
	background-color:rgba(255,255,255,0.90);
	border-bottom:#000000 solid 1px;
}
body.second.special #container #body article.page .contents .content hgroup {
	margin:0 0 0 0;
	padding:20px 0;
	border-top:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
}
body.second.special #container #body article.page .contents .content hgroup h2 {
	margin:0;
	text-align:center;
	font-size:20px;
	color:#646464;
	/*color:#FF0505;*/
}
body.second.special #container #body article.page .contents .content hgroup h1 {
	margin:0;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	font-size:30px;
}
body.second.special #container #body article.page .contents .content hgroup h3 {
	margin:0;
	text-align:center;
	font-size:18px;
}
body.second.special #container #body article.page .contents .content hgroup h2 small {
	font-size:16px;
}

body.second.special #container #body article.page .contents .content .content-body {
	clear:both;
	margin:0 1%;
}
body.second.special #container #body article.page .contents .content .content-body figure {
	width:42%;
	margin:10px 1%;
	float:left;
}
body.second.special #container #body article.page .contents .content .content-body figure img {
	width:100%;
}
body.second.special #container #body article.page .contents .content .content-body figure img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}
body.second.special #container #body article.page .contents .content .content-body .txt{
	width:54%;
	margin:10px 1%;
	float:right;
}
body.second.special #container #body article.page .contents .content .content-body .txt p{
	font-size:16px;
	margin:0 0 10px;
}
body.second.special #container #body article.page .contents .content .content-body .txt p.mini{
	font-size:14px;
}


/*second article*/
body.second.article #container #body article.page {
	padding:0 0 0 0;
}
body.second.article #container #body article.page hgroup.title {
	background:#FFFFFF;
	padding:20px 0;
}
body.second.article #container #body article.page hgroup.title h1 {
	font-size:35px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	margin-bottom:10px;
	color:#000;
}
body.second.article #container #body article.page .contents{
	margin:0 auto 50px;
	width:800px;
}
body.second.article #container #body article.page .photos{
	background:#000000;
	width:100%;
	height:auto;
	margin:0 auto 30px;
}
body.second.article #container #body article.page .photos .photo {
	width:800px;
	margin:0 auto;
}
body.second.article #container #body article.page section.dice{
	margin:0 auto 30px;
}
body.second.article #container #body article.page .contents h4{
	margin:0 auto 5px;
	font-size:14px;
	color:#FF0004;
	text-align:center;
}
body.second.article #container #body article.page .contents h2{
	margin:0 auto 5px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:18px;
	text-align:center;
}
body.second.article #container #body article.page .contents h2 a{
	text-decoration:underline;
}
body.second.article #container #body article.page .contents h2 a:hover{
	text-decoration:none;
}
body.second.article #container #body article.page .contents p{
	font-size:16px;
	text-align:center;
}
body.second.article #container #body article.page .profile h4{
	font-size:24px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	color:#000;
	border-top: #000000 dotted 1px;
	padding-top:20px;
}
body.second.article #container #body article.page .profile p{
	font-size:16px;
	text-align:left;
}

/*common*/
br.br-sp{
	display: none;
}

/*news*/

a#news{
	display:block;
	height:50px;
}

article.news {
	padding:0 0 50px;
	margin-top:0px;
}
article.news h2{
	font-family: 'Mallanna', sans-serif;
	font-size:30px;
	color:#000;
	line-height:1;
	text-align:center;
	font-weight: 400;
	margin:20px 0;
}
article.news .body{
	background:#FFF;
	width:850px;
	margin:0 auto 15px;
	padding:15px 30px;
	overflow:auto;
	border-style: dotted ; 
	border-width: 1px;
}
article.news .body h3{
	margin:0 0 20px;
	text-align:center;
	font-size:26px;
	color:#000;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

article.news .body h4{
	margin:0 0 20px;
	font-size:20px;
	color:#2F64A5;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

article.news .body p{
	margin:0 0 10px;
	color:#000;
	font-size:16px;
	
}
article.news .body .red{
	color:#870AA5;
	font-weight:600;
}

article.news .body img{
	margin:0 0 0 5px ;
}


/*#vod-btn*/
ul#vod-btn{
	margin:20px 0;
}
ul#vod-btn li{
	float:left;
	width:23%;
	margin:0 1% 10px;
}
ul#vod-btn li img{
	width:100%;
	height:auto;
}

/*#vod-cloud-btn*/
ul#vod-cloud-btn{
	margin:20px 0;
	text-align:center;
}
ul#vod-cloud-btn li{
	float:center;
	width:23%;
	margin:0 auto 10px;
}
ul#vod-cloud-btn li img{
	width:100%;
	height:auto;
}













