@charset "utf-8";
/*index*/
html,body {
	color:#000;
	margin:0;
}
#container {
	margin:0;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/*menu*/
body.index #second-h1{
	display:none;
}
#second-h1 a.sp{
	display:none;
}
.menu-btn{
	display:none;
}
#menu{
	background:#32006e;
	margin:0 auto 0;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: .3s;
}
#menu nav#nav {
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#menu nav#nav ul {
	text-align: center;
	display: table;
	margin:5px auto 5px;
}
#menu nav#nav ul li {
	display: inline-block;
	margin:0 25px 0 0;
	font-size:16px;
	line-height:26px;
	vertical-align: middle;
}
#menu nav#nav ul li small {
	font-size:8px;
}
#menu nav#nav ul li a {
	color:#fff;
	vertical-align: middle;
}
#menu nav#nav ul li a:hover {
	text-decoration:none;
}
#menu nav#nav ul li.txt {
	margin-top:3px;
}
#menu nav#nav ul li.txt a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
#menu nav#nav ul li.txt a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	height: 2px;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#menu nav#nav ul li.txt a:hover:before, 
#menu nav#nav ul li.txt a:focus:before, 
#menu nav#nav ul li.txt a:active:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
#menu nav#nav ul li.txt a i {
	font-size:10px;
	line-height:26px;
	margin:0 5px 0 0;
	vertical-align: middle;
}
#menu nav#nav ul li.icon {
	margin:0 10px 0 0;
	font-size:26px;
	line-height:26px;
}
#menu nav#nav ul li.facebook {
	margin-left:0;
}
#menu nav#nav ul li.icon a span.sp{
	display:none;
}
#menu nav#nav ul.mini {
	margin-top:0;
	margin-bottom:10px;
}
#menu nav#nav ul.mini li {
	margin:0 5px 0 0;
	font-size:12px;
	line-height:26px;
	background: #ff281e;
	border-radius: 5px;/* CSS3草案 */
	-webkit-border-radius: 5px;/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;/* 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: #80140f;
}
#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:1000px;
	height:auto;
	margin:0 auto;
}
#body article#index-main{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#body article#index-main section.pc-index{
	margin:0 0 0 0;
	padding:0 0 0 0;
	height: 735px;
}
#body article#index-main section.pc-index section.title{
	height: 570px;
	background: url(../img/index_bg.jpg) center top /cover;
}
#body article#index-main section.pc-index section.title .float{
	position:relative;
}
#body article#index-main section.pc-index section.title h1{
	position: absolute;
	top: 50px;
	left: 0;
	margin:0 auto;
	width: 1100px;
}
#body article#index-main section.pc-index section.title img{
	width: auto;
	height: auto;
}
#body article#index-main section.release{
	margin:20px auto 0;
	padding:0;
}
#body article#index-main section.release h2{
	font-size:22px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight: 800;
	text-align:center;
	text-shadow:0px 0px 2px #ff007f;
	line-height:1.4;
}
#body article#index-main section.release h2 small{
	font-size:12px;
}
#body article#index-main section.release p{
	text-align:center;
	text-shadow:0px 0px 2px #ff007f;
	font-size:12px;
}

/*#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:25px auto ;
	text-align:center;
}
.banner img{
	width: 26%;
	max-width: 600px;
	margin: 0 0.1% 20px;
}
.banner img.mini{
	max-width:350px;
}
.banner img.big{
	width:96.6%;
	max-width:700px;
}

/*#index-about*/
#body #index-about{
	margin:50px 0 0 0;
}

/*#index-about*/
/*#copy*/
#body #index-about #copy h1{
    margin-top:-60px;
	margin-bottom: 60px;
    padding-top:60px;
	font-size:26px;
	color: #FFF;
	text-align:center;
	text-shadow:0px 0px 2px #fa0012;
}

/*#index-about*/
/*.interviews*/
#body #index-about .interviews{
	padding:70px 0;
	text-align:center;
	background: radial-gradient( #32006e , #1d0040 );
}

#body #index-about .interviews h1{
	margin:0 0 30px;
	font-size:60px;
	font-family: 'Aladin', cursive;
	font-weight: normal;
	text-indent:0.2em;
	letter-spacing:0.1em;
	text-align:center;
	color: #fff;
}
#body #index-about .interviews h2{
	margin:0 0 50px;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	color:#FFF;
}
#body #index-about .interviews .interview{
	margin:0 0 30px;
	padding: 20px 0;
	border-top: solid 1px #13032b;
	border-bottom: solid 1px #13032b;
}
#body #index-about .interviews .interview a{
	text-decoration: none;
	color: #000;
}
#body #index-about .interviews .interview h1{
	margin:0 0 0 0;
	font-size:28px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight:400;
	text-align:center;
	color: #ffff00;
}
#body #index-about .interviews .interview h2{
	margin:0 0 0 0;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	color:#FFF;
}

/*#index-about*/
/*#intro*/
#body #index-about #intro{
    margin-top:-50px;
    padding-top:50px;
	background:url(../img/index_intro_bg.png) bottom center no-repeat;
	min-height: 536px;
}
#body #index-about #intro figure{
	display: none;
}
#body #index-about #intro .txt{
	margin:0 auto;
	padding:120px 0 0 0;
	width: 1000px;
}
#body #index-about #intro .txt p{
	margin:0 0 0px 500px;
	font-size:16px;
	text-shadow:0px 0px 2px #ffffff;
}

/*#index-about*/
/*#review*/
#body #index-about #review{
	margin:50px auto;
}
#body #index-about #review p{
	margin:0 0 20px;
	font-size:30px;
	font-weight: 800;
	text-shadow:0px 0px 2px #ff007f;
	text-align: center;
	line-height: 1.3;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight: 800;
}
#body #index-about #review p strong{
	font-size:40px;
}
#body #index-about #review p i{
	margin:0 0 0 0;
	padding: 0 0 0 0;
	font-size:18px;
	font-style: normal;
	color: #FFF;
}
#body #index-about #review figure{
	margin:0 auto;
	text-align:center;
}
#body #index-about #review figure img{
	width: 90%;
	max-width: 1200px;
	height: auto;
}
#body #index-about #review figure img.sp{
	display: none;
}

/*#index-about*/
/*#aj-come*/
#body #index-about #aj-come{
	margin: 50px auto 0;
	width: 1000px;
}
#body #index-about #aj-come .txt{
	margin: 100px 0 0 0;
	width: 550px;
	float: left;
}
#body #index-about #aj-come .txt p{
	margin:0 0 10px 0;
	font-size:24px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight: 800;
	color: #FFF;
}
#body #index-about #aj-come .txt h2{
	margin:0 0 10px 0;
	font-size:24px;
	color: #FFF;
	text-align: right;
}
#body #index-about #aj-come figure{
	width: 400px;
	float: right;
}



/*#index-about*/
/*#story*/
#body #index-about #story{
	background: radial-gradient( #32006e , #1d0040 );
	margin: 0 0 0 0;
	padding:70px 0;
	text-align:center;
}
#body #index-about #story h1{
	margin:0 0 30px;
	font-size:60px;
	font-family: 'Aladin', cursive;
	font-weight: normal;
	text-indent:0.2em;
	letter-spacing:0.2em;
	text-align:center;
	color: #FFF;
}
#body #index-about #story h2{
	margin: 30px 0 ;
	font-size:28px;
	text-align:center;
	color: #FFF;
}
#body #index-about #story .txt{
	margin:0 auto;
	width:700px;
}
#body #index-about #story .txt p{
	margin:0 0 15px;
	font-size:16px;
	color: #FFF;
}

/*#index-about*/
/*#director*/
#body #index-about #director{
	background: radial-gradient( #ffffff , #eaeaea );
	margin: 0 0 0 0;
	padding:70px 0;
	text-align:center;
}
#body #index-about #director h1{
	margin:0 0 0 0;
	font-size:32px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
}
#body #index-about #director h2{
	margin: 0 0 30px;
	font-size:14px;
	text-align:center;
	font-weight: normal;
}
#body #index-about #director figure{
	margin: 0 0 30px;
}
#body #index-about #director h3{
	margin: 0 0 0 0;
	font-size:16px;
}
#body #index-about #director .txt{
	margin:0 auto;
	width:700px;
}
#body #index-about #director .txt p{
	margin:0 0 15px;
	font-size:16px;
}
#body #index-about #director .txt p.movie{
	font-size:14px;
}

/*#index-about*/
/*#staffs*/
#body #index-about #staffs{
	margin: 0 0 0 0;
	padding:70px 0;
	text-align:center;
}
#body #index-about #staffs h1{
	margin:0 0 30px;
	font-size:60px;
	font-family: 'Aladin', cursive;
	font-weight: normal;
	text-indent:0.2em;
	letter-spacing:0.2em;
	text-align:center;
	color: #FFF;
}
#body #index-about #staffs .staff{
	margin:0 auto 50px;
	width:700px;
}
#body #index-about #staffs .staff h3{
	margin: 0 0 0 0;
	font-size:22px;
	text-align:center;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-shadow:0px 0px 2px #ff007f;
}
#body #index-about #staffs .staff h2{
	margin: 0 0 0 0;
	font-size:33px;
	text-align:center;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-shadow:0px 0px 2px #ff007f;
	font-weight: 800;
}
#body #index-about #staffs .staff h4{
	margin: 0 0 20px 0;
	font-size:14px;
	text-align:center;
	font-weight: normal;
	text-shadow:0px 0px 2px #ff007f;
}
#body #index-about #staffs .staff p{
	margin: 0 0 15px 0;
	font-size:16px;
	color: #FFF;
}

/*#index-about*/
/*#casts*/
#body #index-about #casts{
	margin: 0 0 0 0;
	background: radial-gradient( #32006e , #1d0040 );
	padding:70px 0;
	text-align:center;
}
#body #index-about #casts h1{
	margin:0 0 30px;
	font-size:60px;
	font-family: 'Aladin', cursive;
	font-weight: normal;
	text-indent:0.2em;
	letter-spacing:0.2em;
	text-align:center;
	color: #FFF;
}
#body #index-about #casts .cast{
	margin:0 auto 50px;
	width:700px;
}
#body #index-about #casts .cast h3{
	margin:0 0 0 0;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 20px;
	text-align:center;
	color: #FFF;
}
#body #index-about #casts .cast h2{
	margin:0 0 0 0;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 32px;
	text-align:center;
	color: #FFF;
}
#body #index-about #casts .cast h4{
	margin: 0 0 20px 0;
	font-size:14px;
	text-align:center;
	font-weight: normal;
	color: #ffff00;
}
#body #index-about #casts .cast p{
	margin: 0 0 15px 0;
	font-size:16px;
	color: #FFF;
}
#body #index-about #casts .cast figure{
	margin: 0 auto 20px;
	width: 550px;
}
#body #index-about #casts .cast figure img{
	margin: 0 auto;
	width: 100%;
	height: auto;
}




/*#index-about*/
/*#comments*/
#body #index-about #comments{
	margin: 0 0 0 0;
	padding:70px 0;
	text-align:center;
}
#body #index-about #comments h1{
	margin:0 0 0;
	font-size:60px;
	font-family: 'Aladin', cursive;
	font-weight: normal;
	text-indent:0.2em;
	letter-spacing:0.2em;
	text-align:center;
	color: #FFF;
}
#body #index-about #comments h2{
	margin:0 0 30px;
	font-size:18px;
	text-align:center;
	color: #000;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

#body #index-about #comments .comment{
	margin:0 auto;
	padding:30px 0;
	width: 800px;
	border-bottom: double #003c50 1px;
}

#body #index-about #comments .comment h2{
	margin:0 0 0 0;
	text-shadow:0px 0px 2px #ff007f;
	font-size:36px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	vertical-align: middle;
	line-height: 1.4;
}

#body #index-about #comments .comment h3{
	margin:0 0 10px 0;
	text-shadow:0px 0px 2px #ff007f;
	font-size:16px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight: normal;
	text-align: center;
	line-height: 1.4;
}


#body #index-about #comments p{
	margin:0 0 15px;
	font-size:16px;
	color: #fff;
}

#body #index-about #comments .comment p strong{
	font-size:22px;
}

#body #index-about #comments .comment img{
	text-align:center;
}



/*#index-about*/
/*#flyer*/
#body #index-about #flyer{
	padding:50px 0;
	text-align:center;
	margin: 0 auto;
	background: radial-gradient( #0099aa , #00454d );
}
body #index-about #flyer h1{
	margin:0 0 30px;
	font-size:60px;
	font-family: 'Aladin', cursive;
	font-weight: normal;
	text-indent:0.2em;
	letter-spacing:0.2em;
	text-align:center;
	color: #FFF;
}
/*#body #index-about #flyer figure{
	margin:0 auto;
	text-align:center;
}*/
/*#body #index-about #flyer figure img{
	width: 50%;
	max-width: 500px;
	height: auto;
}*/

#body #index-about #flyer .float{
		width: 1100px;
}
#body #index-about #flyer .teaser{
	width: 50%;
	margin: 0 auto;
	float: left;
}
#body #index-about #flyer .teaser img{
	width: 82%;
	max-width: 500px;
	height: auto;
}
#body #index-about #flyer .main{
	width: 50%;
	margin: 0 auto;
	float: left;
}
#body #index-about #flyer .main img{
	width: 82%;
	max-width: 500px;
	height: auto;
}

#body #index-about #flyer p{
	text-align:center;
	font-size: 32px;
	font-family: 'Aladin', cursive;
	letter-spacing: 3px;
}

/*#index-about*/
/*.trailer*/
#body #index-about .trailer{
	text-align:center;
	padding:70px 0;
	background: radial-gradient( #333 , #000 );
}
#body #index-about .trailer h1{
	margin:0 0 30px;
	font-size:60px;
	font-family: 'Aladin', cursive;
	font-weight: normal;
	text-indent:0.2em;
	letter-spacing:0.2em;
	text-align:center;
	color: #FFF;
}
#body #index-about .trailer .movie-wrap {
	margin:0 0 30px;
}


/*#index-about*/
/*#ticket*/
#body #index-about #ticket{
	padding:50px 0;
	text-align:center;
	margin: 0 auto;
}
#body #index-about #ticket a{
	color: #FFF;
	font-weight: 800;
}
#body #index-about #ticket .float{
		width: 1100px;
}
#body #index-about #ticket .img{
	width: 60%;
	margin: 0 auto;
	float: left;
}
#body #index-about #ticket .img img{
	width: 100%;
}
#body #index-about #ticket .txt{
	width: 40%;
	margin: 80px auto;
	float: right;
}
#body #index-about #ticket .txt h1{
	margin: 0 0 10px;
	font-size: 34px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	color:#FFF;
}
#body #index-about #ticket .txt h4{
	margin: 0 0 0 0;
	font-size: 22px;
	color:#FFF;
}
#body #index-about #ticket .txt h3{
	margin: 0 0 10px;
	font-size: 22px;
	color:#fff4b1;
}
#body #index-about #ticket .txt p{
	margin: 0 0 10px;
	font-size: 18px;
	color:#FFF;
}
#body #index-about #ticket .txt p.mini{
	font-size: 14px;
}

/*#index-about*/
/*.credit*/
#body #index-about .credit{
	background: #32006e;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#body #index-about .credit figure{
	width: 100%;
	margin:0 0 20px;
	padding:0;
}
#body #index-about .credit figure img{
	width: 100%;
	height: auto;
	display: block;
}
#body #index-about .credit p{
	margin:0 auto 15px;
	width:1000px;
	font-size:12px;
	text-align:center;
	color: #fff;
}
#body #index-about .credit p.en{
	font-size:10px;
	margin-bottom: 0;
}
#body #index-about .credit img{
	margin:0 auto;
}

/*uplink*/
#uplink{
	background:#32006e;
	margin:0 0 0 0;
	padding:20px 0;
	width:100%;
}
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:#FFF;
}

/*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:150px;
	height:auto;
	margin-top:10px;
}

/*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{
	margin:80px 0 0;
	font-size:60px;
	font-family: 'Aladin', cursive;
	font-weight: normal;
	text-indent:0.2em;
	letter-spacing:0.2em;
	text-align:center;
	color: #FFF;
}
#body.second.theater .page section.contents{
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:100%;
}
#body.second.theater .page .note{
	margin:0 auto 10px;
	text-align:center;
	color: #FFF;
}
#body.second.theater .page .note h2{
	text-align: center;
	font-size: 24px;
}
#body.second.theater .page .banner{
	margin:10px auto;
	text-align:center;
}
#body.second.theater .page .banner a img{
	width:100%;
	height: auto;
}

#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:#32006e;
	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:#047B90;
	-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:#FFF;
	font-size:14px;
}
#body.second.theater .page header nav ul.theater-list li a:hover{
	text-decoration:none;
	color:#FFF;
}
#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:#32006e solid 2px;
	border-top:#32006e solid 2px;
}
#body.second.theater .page section.contents .ken-box .ken{
	background:#32006e;
	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:#32006e 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;
}


/*#vod*/
#body #vod{
	margin:0 auto 0;
	padding: 70px 0;
	background: linear-gradient( #FFFFFF , #ECEBEB );
}
#body #vod h1{
	margin:0 auto 10px;
	width: 1100px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 38px;
	text-align:center;
}
#body #vod h2{
	margin:0 auto 30px;
	width: 1100px;
	font-size: 20px;
	text-align:center;
}
#body #vod .txt{
	margin:0 auto;
	width: 1100px;
}
#body #vod .txt .site{
	margin:0 auto 20px;
	padding: 15px 0;
	background: #FFF;
	border-radius: 20px;
}
#body #vod .txt .site:hover{
	opacity: 0.8;
}
#body #vod .txt .site h3{
	margin:0 auto;
	text-align: center;
}
#body #vod .txt .site p{
	margin:0 auto;
	font-size: 16px;
	text-align: center;
}

/*#sell*/
#body #sell{
	margin:30px 0 0 0;
	background: radial-gradient( #32006e , #1d0040 );
	color:#FFF;
}
#body #sell h1{
	margin:30px auto 30px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 38px;
	text-align:center;
}

#body #sell .figure{
	float:right;
	width:50%;
	margin: 30px 0 30px;
}
#body #sell .figure img{
	width:500px;
	height:auto;
	margin:0 auto;
}

#body #sell .txt-right{
	float:left;
	width:50%;
	margin: 0 0 30px;
}

#body #sell .txt-right h2{
	font-size: 24px;
	margin:30px 0 10px;
}
#body #sell .txt-right h3{
	font-size: 16px;
	margin:15px 0 0px;
}
#body #sell .txt-right p{
	margin:0 10px 10px;
	font-size: 14px;
	line-height:22px;
}

#body #sell .txt-right p span.mini{
	font-size: 12px;
}

#body #sell .txt{
	margin: 0 0 30px;
	width: 100%;
}

#body #sell .txt h2{
	font-size: 24px;
	margin:30px 0 10px;
}
#body #sell .txt h3{
	font-size: 18px;
	margin:15px 0 0px;
}
#body #sell .txt p{
	margin:0 10px 10px;
	font-size: 14px;
	line-height:22px;
}

#body #sell .txt p span.mini{
	font-size: 12px;
}
#body #sell .txt p.mini{
	font-size: 12px;
}

#body #sell hr.sell{
	border-top: 1px solid #D8D8D8;
	margin:20px 0 0 0;
}



/*#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;
}

ul#vod-btn li.first{
	float:left;
	width:23%;
	margin:0 0 10px 220px;
}
ul#vod-btn li.first img{
	width:100%;
	height:auto;
}