@charset "utf-8";
/* CSS Document */


/* 全体への指示 */

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 15px;
	background-color: black;
	margin: 0;
	padding: 0;
	min-width: 1000px;
}


h1 {
	font-size: 300%;
	color: red;
	text-shadow:  2px 2px 1px dimgray;
}

h2 {
	font-size: 175%;
	color: white;
	line-height: 200%;
}


p {
	color: white;
}



.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

div.wrapper {
	overflow: hidden;
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


/* メイン領域*/

main.main {
	display: block;
	margin: 0 auto;
}




/*ナビ領域*/

.site-header{
    background: black;
    display: flex;
    padding: 10px 0 10px 0;
    position: fixed;
    justify-content: space-between;
    width: 100%;
	z-index: 999;
}

.gnav {
	margin: 0 auto;
	width: 100%;
}

.gnav__menu{
    display: flex;
}

.gnav__menu__item {
	margin-right: 30px;
}

.gnav__menu__item img {
	margin-top: 15px;
	height: 25px;
}

.gnav__menu__item img:hover {
	opacity:0.6 ;
	transition:1.0s ;
}

.gnav__menu__item a {
	text-decoration: none; 
	color: white;
}


/*ナビ領域ここまで*/





div.mainER {
	padding-top: 90px;
	width: 100vw;
	min-width: 1000px;
	margin: 0 auto;
	position: static;
}

div.mainimg {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background-image: url(../images/EJ_main.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 1152px;
}

.LOGO {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	left: 0;
	right: 0;
	bottom: 250px;
	z-index:　500;
}

.LOGO img {
	width: 900px;
}


/*チキンのバナー*/

.ouen {
	position: absolute;
	top: 570px;
	left: 30px;
}

.ouen img {
	width: 180px;
}

.ouen img:hover {
	opacity:0.6 ;
	transition:1.0s ;
}












.Navi {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding-top: 80px;
}

.Navi img:hover {
	opacity:0.6 ;
	transition:1.0s ;
}

.Navi ul li {
	list-style: none;
}





div.buttonZONE {
	padding: 40px 0 10px 0;
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	height: 90px;
	position: relative; 
	overflow: hidden;
}


div.buttonZONE ul {
	position: relative;
	left: 50%; 
	float: left;
	list-style: none;
}

div.buttonZONE ul li {
	position: relative; 
	left: -60%; 
	float: left;
	list-style: none; 
}

div.buttonZONE ul li.buttonimg {
	margin-right: 30px;
}

div.buttonZONE ul li.buttonimg img {
	height: 80px;
}

div.buttonZONE ul li.buttonimg:last-child {
	margin-right: 0;
}

div.buttonZONE ul li img:hover {
	opacity:0.6 ;
	transition:1.0s ;
}



div.topbox {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	padding: 25px 0 25px 0;
}

div.topbox ul { 
	position: relative;
	left: 50%; 
	float: left;
}

div.topbox ul li{ 
	position: relative; 
	left: -60%; 
	float: left;
	list-style: none; 
	margin-right: 30px;
}

.topbox ul li:last-child {
	margin-right: 0px;
}


div.tw {
	float: left;
	margin-right: 10px;
}

div.eigacom {
	float: left;
}


div.button {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	position: relative; 
	overflow: hidden;
	padding: 50px 0 50px 0;
}


div.button a img { 
	width: 200px;
}


div.button a:hover {
	opacity:0.6 ;
	transition:1.0s ;
}


div.twitter {
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: center;
	display: block;
}
	
div.twitter img {
	width: 100px;		
}


div.twitter img:hover {
	opacity:0.6 ;
	transition:1.0s ;
}

.copybox {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 25px 0;
	margin-top: -200px;
}

.copybox img {
	width: 600px;
}


.filmarks {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0;
}



.filmarks img {
	width: 750px;
}

div.filmarks img:hover {
	opacity:0.6 ;
	transition:1.0s ;
}



/*予告ここから*/

.TRAILER {
	padding: 75px 0 50px 0;
}

.yokokuBOX {
	padding: 20px 0;
}



/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 900px;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid orange;
  background-color: darkgrey;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#TR01:checked ~ #TR01_content{ display: block; }
#TR02:checked ~ #TR02_content{ display: block; }
#TR03:checked ~ #TR03_content{ display: block; } 
#TR04:checked ~ #TR04_content{ display: block; } 
#TR05:checked ~ #TR05_content{ display: block; }

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: orange;
  color: #fff;
}


.TRmoji {
	width: 1000px;
	margin: auto;
	text-align: center;
}

.TRmoji img {
	width: 150px;
}


/*予告ここまで*/




/*ストーリー*/


#STORY {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 50px 0;
	background-color: #F6AB00;
}

.storyTX {
	padding: 0 25px;
	margin: 0 auto;
	text-align: center;
}

.storyTX img {
	width: 950px;
}

.keiji {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background-image: url(../images/keiji.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: calc(100%*919/1500);
}

/*ストーリーここまで*/


/*イントロダクション*/


#INTRODUCTION {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
	background-color: #F6AB00;
}

.storyTX0 {
	padding: 75px 25px;
	margin: 0 auto;
	text-align: center;
}

.storyTX0 img {
	width: 950px;
}
/*イントロダクションここまで*/




/*キャスト*/


#CAST {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0 0 0;
	background-image: url(../images/wallpaper_chicken.png);
}

.castBOX {
	width: 950px;
	padding: 25px;
	margin: 0 auto;
	text-align: center;
}



.castTX {
	width: 900px;
	margin: 25px 0;
	text-align: center;
}

.castTX img {
	width: 900px;
}

.castTX01 {
	width: 900px;	
	background-color: rgba(255,255,255,0.90);
	padding:  30px 25px;
	margin: 30px 0;
	text-align: center;
}

.castTX01 img {
	width: 900px;
}

.castTX02 {
	width: 900px;
	background-color: rgba(35,35,35,0.90);
	padding: 30px 25px;
	margin: 30px 0;
	text-align: center;
}

.castTX02 img {
	width: 900px;
}

div.castLINE {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background-image: url(../images/photo03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: calc(100%*500/2250);
}


/*キャストここまで*/





/*スタッフ*/


#STAFF {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
	background-color: #F6AB00;
}

.staffTX0 {
	padding: 75px 25px 0 25px;
	margin: 0 auto;
	text-align: center;
}

.staffTX1 {
	padding: 25px;
	margin: 0 auto;
	text-align: center;
}

.staffTX2 {
	padding: 25px 25px 75px 25px;
	margin: 0 auto;
	text-align: center;
}

#STAFF img {
	width: 950px;
}
/*スタッフここまで*/




/*配信まわり*/


#VOD {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
	background-color: black;
}

#VOD h2 {
	font-size: 70px;
	color: white;
	line-height: 50px;
	letter-spacing: 10px;
}

#VOD h3 {
	font-size: 35px;
	color: white;
	line-height: 40px;
}

.haishinBOX {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 25px 0 50px 0;
}


.haishinBOX ul li a {
	margin: 25px 15px;
	width: 270px;
	padding: 25px 0;	
	background-color: #F6AB00;
	float: left;
	border-radius: 25px;
	font-size: 19px;
	color: black;
	font-weight: bold;
	box-shadow:3px 3px 3px #555;
}

#VOD a:link {
	color: black;
	text-decoration: none;
}

#VOD a:visited {
	color: black;
	text-decoration: none;
}

#VOD a:active {
	color: black;
	text-decoration: none;
}
	
#VOD a:hover {
	background-color: red;
	color: white;
	transition:0.5s ;
}	
	

div.vod_PH {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background-image: url(../images/photo10.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: calc(100%*500/2250);
}



/*配信まわりここまで*/






/*バナーエリア*/

.BannerArea01 {
	margin: 0 auto;
	text-align: center;
}


.BannerArea01 img {
	width: 274px;
}


.BannerArea01 img:hover {
	opacity:0.6 ;
	transition:1.0s ;
}


.BannerArea02 {
	margin: 0 auto;
	text-align: center;
}



.BannerArea02 ul {
	position: relative;
	left: 50%; 
	float: left;
	list-style: none;
}

.BannerArea02 ul li {
	position: relative; 
	left: -54%; 
	float: left;
	list-style: none; 
	margin-right: 39px;
}

.BannerArea02 ul li:last-child {
	margin-right: 0;
}

.BannerArea02 ul li img {
	width: 274px;
}


.BannerArea02 ul li img:hover {
	opacity:0.6 ;
	transition:1.0s ;
}





/*バナーエリアここまで*/


.bannerBOX_FT {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
}

.bannerBOX_FT img {
	width: 200px
}

.bannerBOX_FT img:hover {
	opacity:0.6 ;
	transition:1.0s ;
}	



footer {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 0;
}

footer img {
	margin-top: 20px;
	width: 900px;
}


/* メイン領域ここまで*/







/*劇場情報*/

.THbox { 	padding-top: 50px;}


main.theatermain {
	display: block;
	margin: 0 auto;
	text-align: center;
	background-size: cover;
}

table { width: 100%; }

div.eigakan { padding-top: 20px;}

.THlogo {
	text-align: center;
	margin: 0 auto;
	width: 1000px;
}

.THlogo img { 
	width: 700px;
}


.THlogo img:hover {
	opacity:0.6 ;
	transition:1.0s ;
}	

#theater {
	color: white; 
	display: block;	
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	font-size: 115%;
	padding: 50px 0 50px 0;
}



div.tokuten {
	width: 100%;
}

div.theaterTEXT {
	margin-bottom: 25px;
}


.theaterBIGBOX {
	width: 80%;
	min-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
	
th.todofuken {width: 25%;}
th.gekijou {width: 50%;}
th.koukaibi {width: 25%;}

table {
	margin: 0 auto;
	border-collapse: collapse;
	width: 90%;
}

td, th {
	padding: 30px 15px;
	text-align: center;
}

.th00 {
	text-align: left;
}

thead tr {
	background-color: dimgray;
}

tr.theaterBox {
	color: white;
	border-bottom: 1px dashed grey;
}

#theater a:link {
	color: deepskyblue;
	text-decoration: none;
}

#theater a:visited {
	color: deepskyblue;
	text-decoration: none;
}

#theater a:active {
	color: deepskyblue;
	text-decoration: none;
}	

#theater div.theaterCT {
	margin: 0 auto;
}

div.CR {
	width: 1000px;
	padding-bottom: 75px;
	margin: 0 auto;
}

div.CR img {
	width: 800px;
}

.maeuri {
	width: 100%;
	margin: 50px 0 50px 0;
}

.maeuri img { 
	width: 800px
}


.maeuri_tuhan {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.maeuri_tuhan ul {
	position: relative;
	left: 50%;
	float: left;
}

.maeuri_tuhan li{
  position: relative;
  left: -50%;
  float: left;
}

.maeuri_tuhan img {
	height: 95px;
	margin-right: 30px;
	float: left;
}

.maeuri_tuhan img:hover {
	opacity:0.6 ;
	transition:1.0s ;
}


.areaNAV {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
	padding-top: 50px;
}



.areaNAV ul {
	position: relative;
	left: 50%; 
	float: left;
	list-style: none;
}

.areaNAV ul li {
	position: relative; 
	left: -55%; 
	float: left;
	list-style: none; 
	margin-right: 40px;
}

.areaNAV ul li:last-child {
	margin-right: 0;
}

.areaNAV ul li a p {
	color: white;
	font-size: 120%;
	font-weight: bold;
}

.areaNAV ul li a p:hover {
	color: yellow;
}


/*TOPボタン*/

#page_top{
  width: 90px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  border: 3px solid red;
  border-radius: 15px;
  background-color: white;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: red;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'TOP';
  font-size: 15px;
  color: red;
  position: absolute;
  top: 38px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-weight: bold;
}






/*劇場情報ここまで*/



/*NEWS*/

.newsBOX01 {
	width: 950px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: right;
	background-color: dimgrey;
	padding: 0 25px;
	margin-top: 50px;
}

.newsBOX02 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	border-bottom: 2px solid white;
}

.newsBOX03 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: left;
}

.newsBOX03 p {
	font-size: 120%;
	line-height: 140%;
}

.newsBOX04 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: left;
}

.newsBOX04 p {
	line-height: 150%;
}

/*NEWSここまで*/
