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

html {
	scroll-behavior: smooth;
}

body {
	font-family:"Yu Gothic Medium", "游ゴシック Medium","YuGothic", "游ゴシック体","メイリオ","ＭＳ ゴシック","ＭＳ Ｐ明朝";
	line-height:1.5;
	color:#000;
	font-size:15px;
}


* {
	margin:0;
	padding:0;
}



img {
	border:none;
	vertical-align:bottom;
}


a {
	text-decoration:none;
}


li {
	list-style-type:none;
}

/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}


/*ここからスマホの設定*/

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

#wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
/*	background-color:#333399;*/
}

/*ヘッダー部分ここから*/
header {
	width:100%;
	height:50px;
	position:fixed;
	z-index:2;
}


/*ナビ部分ここから*/
nav {
	width: 60%;
	height: 100vh;
	font-family:"メイリオ","YuGothic","ＭＳ ゴシック","ＭＳ Ｐ明朝";
	background-color: rgba(255,255,255,0.9);
	position:absolute;
	top:0;
	left:100%;
	z-index: 4;
	padding-top:4em;
	transition: .5s;
/*	background-color:#0F175F;*/	
}

.li_set {
	margin:20px 20px;
}

.li_set a {
	color:#000;
}




/*ナビ部分ここまで*/



/*ハンバーガーメニュー部分*/
#nav_btn {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url("../images/common/btn_1.svg");
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5;
}

#nav_tab {
	display: none;
}

#nav_tab:checked+label>#nav_btn {
	background-image: url("../images/common/btn_2.svg");
}

#nav_tab:checked~nav{
	left: 40%;
}

/*ハンバーガーメニュー部分ここまで*/

/*ヘッダー部分ここまで*/



/*トップ画像部分ここから*/

#image {
	width:100%;
	margin:0 auto;
	background-image:url(../images/top/top_image.jpg);
	background-size: cover;
	background-position: center;

}

#sns_icon {
	display:none;
}


#company_text {
	padding:10px 10px;
/*	background-color:#093;*/
}

#company_text p {
	color:#fff;
	font-size:0.8em;
}




/*ロゴ部分ここから*/

#rogo {
	width:80%;
	max-width:400px;
	margin:40px auto 0 auto;
/*	background-color:#9C9;*/
}

#rogo img {
	width:100%;
	filter: drop-shadow(0px 0px 10px #000);
}


/*ロゴ表示アニメーション↓*/

.fade {
  opacity: 0;/* ここを追加 */
  animation-duration: 1s;/* アニメーション時間 */
  animation-delay : 0.2s;/* 変化開始の時間 */
  animation-name: fadeIn;/* アニメーション名 */
  animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
  animation-fill-mode: forwards; /*これで値を保持*/
}

@keyframes fadeIn { /*animation-nameで設定した値を書く*/
	0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
	100% {opacity: 1} /*アニメーション終了時は不透明度100%*/
}

/*ロゴ表示アニメーションここまで*/

/*ロゴ部分ここまで*/

/*演出名前部分ここから*/


#directed_name {
	width:55%;
	max-width:250px;
	display:flex;
	margin:10px auto 0 auto;
/*	background-color:#FF3366;*/
}

#directed_name p {
	color:#fff;
	margin: 0 auto;
	font-size:0.9em;
}
/*演出名前部分ここまで*/

#top_flame {
	width:100%;
	height:100px;
	background-image:url(../images/top/top_image_f.svg);
	background-size: cover;
	background-position: center;
}


/*トップ画像部分ここまで*/




/*キャッチコピーとスタッフ部分*/

#explanation {
	width:100%;
	background-color:#000;
	margin:0 auto;
	padding-top:50px;
	box-sizing:border-box;
}

#copy {
	width:90%;
	margin:0 auto 30px auto;
}

#copy p {
	font-family:"游明朝","YuMincho","ＭＳ Ｐ明朝","ＭＳ ゴシック";
	text-align:center;
	color:#fff;
	font-size:1.2em;
}


/*スタッフ部分*/

#ex_text {
	width:90%;
	margin:0 auto;
	padding:20px 20px;
	box-sizing:border-box;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

#ex_text p {
	text-align:center;
	color:#fff;
	font-size:0.9em;
}

/*紹介文部分*/
#ex_text2 {
	width:90%;
	margin:30px auto 0 auto;
}

#ex_text2 p {
	text-align:center;
	color:#fff;
	font-size:0.9em;
}

.inline {
	display:inline-block;
}

/*キャッチコピーとスタッフ部分ここまで*/



/*ニュース部分ここから*/

#news {
	width:100%;
	height:450px;
	background-color:#cfd5e1;
	margin:0 auto;
}

/*フレーム部分*/
.flame {
	width:100%;
	height:100px;
	margin-bottom:30px;
	background-image:url(../images/common/flame_b.svg);
	background-size: cover;
	background-position: center;
}

/*タイトル部分*/

/*タイトル線付きの部分(黒字・共用)*/
.head-border {
	width:90%;
    display: flex;
    align-items: center;
	margin: 0 auto;
	color:#000;
	font-size:2em;
	font-family:"High Tower Text","YuMincho","ＭＳ Ｐ明朝","ＭＳ ゴシック";
}
 
.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 0.45;
	margin:0 auto;
    background-color: #000;
	
}
 
.head-border:before {
    margin-right: 1rem;
}
 
.head-border:after {
    margin-left: 1rem;
}
/*タイトル線付きの部分ここまで(黒字・共用)*/


/*タイトル線付きの部分(白字・共用)*/
.head-border_w {
	width:90%;
    display: flex;
    align-items: center;
	margin: 0 auto;
	color:#fff;
	font-size:2em;
	font-family:"High Tower Text","YuMincho","ＭＳ Ｐ明朝","ＭＳ ゴシック";
}
 
.head-border_w:before,
.head-border_w:after {
    content: "";
    height: 1px;
    flex-grow: 0.45;
	margin:0 auto;
    background-color: #fff;
	
}
 
.head-border_w:before {
    margin-right: 1rem;
}
 
.head-border_w:after {
    margin-left: 1rem;
}
/*タイトル線付きの部分ここまで(白字・共用)*/

/*タブレット・PCタイトル線なしの部分(黒字・共用)*/
.head-border_n {
	width:90%;
	text-align:center;
	margin: 0 auto;
	color:#000;
	font-size:2em;
	font-family:"High Tower Text","YuMincho","ＭＳ Ｐ明朝","ＭＳ ゴシック";
}
 /*タブレット・PCタイトル線なしの部分(黒字・共用)*/



/*ニュースボックスの部分*/
.news_box {
	overflow:auto;
	margin: 10px auto 0 auto;
	width:80%;
	height:200px;
	padding:0 15px 15px 15px;
	border:1px solid #000;
	color:#000;
	background-color:#cfd5e1;
	line-height:1.5em;
	font-size:0.9em;
}

.nw_text {
	padding:15px 0;
	border-bottom: 1px dotted #4e4e4e;
}

.nw_t {
	line-height:3em;
	font-weight: bold;
}

/*ニュース部分ここまで*/




/*イントロダクション・ストーリー部分ここから*/

#is {
	width:100%;
	margin:0 auto;
	padding:40px 0;
	box-sizing:border-box;
	background-color:#000;
}


.title_img {
	width:80px;
	height:80px;
	margin:0 auto 10px auto;
/*	background-color:#6C6;*/
}


.title_img img {
	width:100%;
}

#is_text_area {
	width:90%;
	margin:30px auto 0 auto;
	color:#fff;
	box-sizing:border-box;
}

#is_img {
	width:100%;
	margin:30px auto 0 auto;
/*	background-color:#339966;*/
}

#is_img img {
	width:100%;
}

/*イントロダクション・ストーリー部分ここまで*/


/*キャスト・スタッフ紹介部分ここから*/

#cs {
	width:100%;
	padding:40px 0;
	margin:0 auto;
	background-color:#cfd5e1;
}

.cs_sub_t {
	font-family:"High Tower Text","YuMincho","ＭＳ Ｐ明朝","ＭＳ ゴシック";
	width:80%;
	color:#fff;
	margin:20px auto;
	padding: 0 10px;
	box-sizing:border-box;
	background-color:#000;
}

.cs_area {
	width:80%;
	margin:20px auto 30px auto;
	box-sizing:border-box;
/*	background-color:#3333CC;*/
}

.cs_img {
	width:150px;
	margin-right:10px;
/*	margin-bottom:10px;*/
	float:left;
	box-sizing:border-box;
	border:1px solid #000;
/*	background-color:#CC6666;*/
}

.cs_img img {
	width:100%;
}

.cs_text {
	font-size:0.9em;
	width:100%;
	box-sizing: border-box;
/*	background-color:#0066CC;*/
}

.dd_name {
	font-size:1.3em; 
	margin:0 0 10px 160px; 
	border-bottom:1px solid #000;
/*	background-color:#601819; */
	display: block;
	box-sizing: border-box;
}

#st_area {
	width:100%;
	margin:0 auto;
}

#st_name_area {
	width:80%;
	margin:0 auto;
}


/*キャスト・スタッフ紹介部分ここまで*/


/*チケット・スケジュール・アクセス部分ここから*/

#tsa {
	width:100%;
	margin:0 auto;
	padding-top:40px;
	background-color:#e4e4e4;
}

#tsa_text_area {
	width:80%;
	margin:0 auto;
}

.t_sub_t {
/*	font-size:1.2em;*/
	margin-top:30px;
	margin-bottom:15px;
/*	background-color:#39C;*/
	border-bottom:1px solid #000;
}

.link a{
	color:#AD3140;
	padding:0 2px;
	box-sizing:border-box;
	transition: .5s;
}

.link a:hover {
	color:#fff;
	background-color:#AD3140;
	transition: .5s;
}


/*スケジュール部分*/

#sch_area {
	width:80%;
	margin:0 auto;
/*	background-color:#CC6633;*/
}

#sch_img {
	display: none;
}

#sch_img1 {
	width:100%;
	max-width:450px;
	margin:0 auto;
}

#img1 {
	width:100%;
	margin-bottom: 20px;
}

#img2 {
	width:100%;
	margin-bottom: 20px;
}

#sch_caution  {
	width:85%;
	margin:20px auto 0 auto;
}


/*スケジュール部分ここまで*/



/*アクセス部分(ここからコピペ)*/

#access_area {
	width:100%;
	margin:0 auto;
/*	background-color:#6666CC;*/
}
	
#access_t {
	width:100%;
	font-size:1.3em;
	font-weight:bold;
	margin:40px auto 0 auto;
	border-bottom:1px solid #000;
/*	background-color:#99FF66;*/
}


#map_area {
	width:90%;
	max-width:400px;
	margin:0 auto;
	padding:15px;
/*	background-color:#330000;*/
}

#map_area img {
	width:100%;
}

#address_area {
	width:95%;
	margin:0 auto;
	padding-top:10px;
	box-sizing:border-box;
/*	background-color:#FF9;*/
}

#hall_img {
	width:100%;
	margin:20px auto 0 auto;
/*	background-color:#339966;*/
}

#hall_img  img {
	width:100%;
}


/*アクセス部分ここまで*/



/*チケット・スケジュール・アクセス部分ここまで*/


/*フッター部分ここから*/

footer {
	width:100%;
	margin:0 auto;
	padding-bottom:80px;
}


/*フッターフレーム部分*/
.flame2 {
	width:100%;
	height:100px;
	margin-bottom:40px;
	background-image:url(../images/common/flame_g.svg);
	background-size: cover;
	background-position: center;
}

#company_rogo {
	width:150px;
	margin:20px auto;
/*	background-color:#396;*/
}

#company_rogo img {
	width:100%;
}


#sns_icon_f {
	width:120px;
/*	background-color:#003366;*/
	margin:10px auto 20px auto;
	box-sizing:border-box;
}

#sns_icon_f ul {
	display:flex;
}

#sns_icon_f li {
	width:30px;
	margin: 0 5px;
}

#sns_icon_f img {
	width:100%;
}



#copy_text {
	text-align:center;
	color:#4e4e4e;
}


/*フッター部分ここまで*/














/*ページトップへ戻るボタン*/

#page-top {
    position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 90%;
}

#page-top a {
	background: #7f2c34;
	text-decoration: none;
	color: #fff;
	font-size:0.8em;
	width: 60px;
	height:60px;
	padding-top: 22px;
	text-align: center;
	display: block;
	border-radius: 50%;
	box-sizing:border-box;
	transition: 0.3s ;
}

#page-top a:hover {
	text-decoration: none;
	background: #b7676e;
	transition: 0.3s ;
}

/*ここまでスマホの設定*/