@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 auto;
	width: 100%;
	text-align: center;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


h1 {
	font-size: 300%;
	color: white;
	text-decoration: underline;
	text-shadow:  2px 2px 1px #0D0D0D;
}

h2 {
	font-size: 45px;
	color: red;
	line-height: 55px;
}


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;
}

div.mainER {
	width: 100%;
	margin: 0 auto;
	padding-top: 70px;
	min-width: 1000px;
}

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



/*ナビ領域*/

.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.dateBOX {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}

div.dateBOX img {
	border: 2px grey solid;
	width: 750px
}

div.dateBOX img:hover {
	opacity:0.8 ;
	transition:0.4s ;
}	

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

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

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

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





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 ;
}	

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

div.bannerBOX img {
	width: 500px
}

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



/*予告ここから*/

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


.yokokuBOX {
	padding: 20px 0;
}

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

.trailerBOX iframe {
	width: 900px;
	height: 506.25px;
}

.trailerBOX a img {
	padding-bottom: 35px;
	width: 200px;
}

/*予告ここまで*/



/* イントロ領域ここから*/

div.introER {
	width: 100vw;
	min-width: 1000px;
	margin: 0 auto;
}

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

.introTEXT {
	width: 100vw;
	min-width: 900px;
	margin: 0 auto;
}

.introTEXT p {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	font-size: 21px;
	line-height: 30px;
	padding: 30px 0;
}

.intro_PH {
	width: 100vw;
	min-width: 1000px;
	margin: 0 auto;
}

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


/* イントロ領域ここまで*/


/* STORY領域ここから*/


.storyTEXT {
	width: 100vw;
	min-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}

.storyTEXT a img {
	width: 900px;
	padding-top: 75px;
}

.storyTEXT p {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	font-size: 21px;
	line-height: 30px;
}



/* STORY領域ここまで*/



/* キャストここから*/

.castBOX h3 {
	font-size: 30px;
	line-height: 10px;
	color:white;
}

.castBOX h4 {
	font-size: 22px;
	line-height: 10px;
	color:white;
}

.castBOX p {
	font-size: 18px;
	color:white;
	line-height: 28px;
	text-align: left;
}


.cast_BIGBOX {
	width: 100vw;
	min-width: 1000px;
	margin: 0 auto;
	
}


.castBOX {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0 40px 0;
}

.castBOX_left {
	width: 350px;
	float: left;
	margin-right: 25px;
}

.castBOX_left a img {
	width: 350px;
}

.castBOX_right {
	width: 525px;
	text-align: left;
	float: left;
}



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












.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: 25px 0 75px 0;
}

footer img {
	width: 800px;
}

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



/*劇場情報*/

#theater h2 {
	color: white;
}
	
main.theatermain {
	display: block;
	margin: 0 auto;
	text-align: center;
	background-size: cover;
}

table { width: 100%; }

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

.THlogo {
	width: 100%;
	padding-bottom: 50px;
}

.THlogo img { 
	width: 450px;
}


.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;
}


/*前売券情報*/


.maeuri {
	margin: 0 auto;
	width: 850px;
	padding: 25px;
	border: 5px white double;
	
}

.maeuri p {
	font-size: 30px;
	font-weight: bold;

	
}


.maeuri_tokuten {
	width: 100%;
	padding: 30px 0;
}

.maeuri_tokuten a img {
	width: 750px;
}

.maeuri_button {
	padding: 30px 0 40px 0;
	width: 100%;
}

.maeuri_button a {
	width: 800px;
	padding: 25px 75px;
	background: linear-gradient(-135deg, #ff0000, #990000);
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 7px;
	text-decoration: none;
	color: white;
	border-radius: 15px;
	box-shadow: 2px 2px 4px grey;
}

.maeuri_button a:hover {
	background: linear-gradient(-135deg, #990000, #ff0000);
}


.muvichike {
	padding-top: 50px;
}

.MC_button a img {
	width: 250px;
}

.MC_button:hover {
	opacity:0.6 ;
	transition:1.0s ;
}






/*前売券情報ここまで*/



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


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

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

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

.th00 {
	text-align: center;
}

thead tr {
	background-color: dimgrey;
}

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




tr.theaterBox td a:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

tr.theaterBox td a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

tr.theaterBox td a:active {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

tr.theaterBox td a:hover {
	color: red;
	text-decoration: underline;
	
}



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

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

div.CR img {
	width: 800px;
}

.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 {
	text-decoration: none;
}

.areaNAV ul li a p {
	color: white;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
}

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



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

