@charset "utf-8";

body{width: 100%;
	min-width: 1200px;
	overflow-y: scroll;}

.spacer1{width: 100%;
	font-size: 1.0vw;
	line-height: 100%;}
	
	
.font-goth1{font-family: source-han-sans-japanese, sans-serif;
font-weight: 400;
font-style: normal;}

.font-goth2{font-family: source-han-sans-japanese, sans-serif;
font-weight: 700;
font-style: normal;}
	
.font-goth3{font-family: source-han-sans-japanese, sans-serif;
font-weight: 900;
font-style: normal;}

.font-min1{font-family: vdl-v7mincho,sans-serif;
font-weight: 500;
font-style: normal;}

.font-min2{font-family: vdl-v7mincho,sans-serif;
font-weight: 800;
font-style: normal;}

.font-acu{font-family: acumin-pro, sans-serif;
font-weight: 700;
font-style: italic;}

.start_filter{width: 100%;
	height: 100vh;
	position: fixed; top: 0; left: 0;
	background: rgba(0,0,0,1.00);
	z-index: 9999;}

.loading_block{width: 300px;
	height: 150px;
	text-align: center;
	position: fixed; top: 50%; left: 50%;
	margin: -75px 0 0 -150px;}

.loading_img2{height: 150px;
	/*-webkit-animation:blink 2s linear infinite;
	-moz-animation:blink 2s linear infinite;
	-ms-animation:blink 2s linear infinite;
	-o-animation:blink 2s linear infinite;
	animation:blink 2s linear infinite;*/}

@-webkit-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-moz-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-ms-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-o-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}

.loading_img1 img,.loading_img2 img{
	height: 100%;}

.bg_box{width: 100%;
	height: 100vh;
	background: url("../img/bg1_1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: fixed; top: 0; left: 0;
	z-index: 0;}
	
.bg_box2{width: 100%;
	height: 100vh;
	background: url("../img/bg1_2.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center top;
	position: fixed; top: 0; left: 0;
	z-index: 0;}
	
.bg_box3{width: 100%;
	height: 100vh;
	background: url("../img/bg1_3.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center top;
	position: fixed; top: 0; left: 0;
	z-index: 0;}

.bg_box4{width: 100%;
	height: 100vh;
	background: url("../img/bg_smoke1.png");
	background-size: 100% 200%;
	background-repeat: repeat-y;
	background-position: center top;
	position: fixed; top: 0; left: 0;
	overflow: hidden;
	webkit-animation:smoke 15s linear infinite;
	-moz-animation:smoke 15s linear infinite;
	animation:smoke 15s linear infinite;}

@-webkit-keyframes smoke {
	0% {background-position: 0 0;}
	100% {background-position: 0 200%;}
}
@-moz-keyframes smoke {
	0% {background-position: 0 0;}
	100% {background-position: 0 200%;}
}
@keyframes smoke {
	0% {background-position: 0 0;}
	100% {background-position: 0 200%;}
}

.contents_fadein{opacity: 0.0;
	-webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;}
	
.isAnimate { opacity: 1;}

#container{display: none;
	width: 100%;
	position: relative;}

header{width: 100%;
	overflow: hidden;
	position: fixed; top: 0; left: 0;
	z-index: 9;}
	
	
.pc_menu{margin: 5px 10px;
	float: right;
	overflow: hidden;}
	
.pc_menu_btn1{font-size: max(1.6vw,18px);
	line-height: 200%;
	margin: 0 0.5vw;
	float: left;
	text-shadow: 0 0 2px rgba(0, 0, 0, .5),
               0 0 3px rgba(0, 0, 0, .5),
               0 0 4px rgba(0, 0, 0, 1),
			   0 0 5px rgba(0, 0, 0, 1),
			   0 0 6px rgba(0, 0, 0, 1),
               0 0 7px rgba(0, 0, 0, 1);}

.menu_text_s{font-size: max(1.2vw,12px);}

.pc_menu_btn1 img{width: 10vw;
	min-width: 150px;}
	
.pc_menu_btn1 a{color: rgba(255,255,255,1.00);}
	
.pc_menu_btn1 a:hover{color:rgba(0,211,255,1.00);}

.header_logo,.header_logo2{width: 15%;
	min-width: 180px;
	position: fixed; top: 1%; left: 1%;
	z-index: 10;}
	
.header_logo img,.header_logo2 img{width: 100%;}

.main_img{width: 100%;
	/*margin-top: 50px;*/
	position: relative;}

.main_img_inner{width: 90%;
	min-width: 1100px;
	margin: 0 auto ;
	overflow: hidden;}
	
.main_img_inner_block1{width: 39.2%;
	float: left;}
	
.main_img_inner_block2{width: 60.8%;
	float: left;}
	
.main_img_inner_block1 img,.main_img_inner_block2 img{width: 100%;}
	
.news_twitter_box{width: 100%;
	background: url("../img/bg_color1.png");
	background-size: 100% 100%;}

.news_twitter_inner{width: 60%;
	min-width: 700px;
	margin: 0 auto;
	overflow: hidden;}
	
.news_box{width: 60%;
	float: left;}
	
.twitter_box{width: calc(40% - 10px);
	padding-left: 10px;
	float: left;}

.news_title1{font-size: max(1.8vw,22px);
	line-height: 150%;
	color: rgba(255,255,255,1.00);}
	
.news_title1 a{color: rgba(255,255,255,1.00);}
	
.topics_box{width: 100%;
	height: 400px;
	overflow-y: scroll;
	background: rgba(255,255,255,0.30);}

.topic1{width: calc(95% - 20px);
	padding: 10px;
	margin: 15px auto 0;
	background: rgba(255,255,255,0.80);}
	
.topic_date{font-size: max(0.9vw,12px);}

.topic_title{font-size: max(1.0vw,16px);
	line-height: 130%;
	padding: 5px 0;}
	
.topic_text{font-size: max(0.9vw,14px);}

.twitter_timeline{width: 100%;
	height: 400px;
	background: rgba(255,255,255,0.30);}

.con_block1{width: 100%;
	text-align: center;}
	
.con_title1{width: 20%;
	min-width: 300px;
	margin: 0 auto;}

.story_text{font-size: max(1.2vw,16px);
	line-height: 200%;
	text-shadow: 0 0 2px rgba(255, 255, 255, .5),
               0 0 3px rgba(255, 255, 255, .5),
               0 0 4px rgba(255, 255, 255, 1),
               0 0 5px rgba(255, 255, 255, 1),
               0 0 6px rgba(255, 255, 255, 1),
               0 0 7px rgba(255, 255, 255, 1);}

/* cast */
.cast_box1{display: flex;
	/* flex-flow: <flex-direction> || <flex-wrap>; */
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */
	align-items: flex-start; /* アイテムを先頭にまとめて配置。*/
	align-content: center; /* アイテムを中央に寄せて配置。 */}

.cast_block1{width: 12vw;
	min-width: 180px;
	padding: 0 1vw;
	float: left;}
	
.cast_img{width: 100%;
	padding-bottom: 10px;}

.cast_img img{width: 100%;}
	
.cast_name1{font-size: max(1.2vw,22px);
	line-height: 150%;
	color:rgba(45,45,45,1.00);}

.cast_name2{font-size: max(1.4vw,30px);
	line-height: 150%;
	color:rgba(45,45,45,1.00);}

.cast_name3{font-size: max(1.3vw,26px);
	line-height: 180%;
	color:rgba(45,45,45,1.00);}

.staff_name1{padding-top: 15px;
	font-size: max(1.0vw,16px);
	line-height: 150%;
	color:rgba(45,45,45,1.00);}
	
.staff_name2{font-size: max(1.1vw,18px);
	line-height: 150%;
	color:rgba(45,45,45,1.00);}

.staff_name1,.staff_name2,.cast_name1,.cast_name2,.cast_name3{text-shadow: 0 0 2px rgba(255, 255, 255, .5),
               0 0 3px rgba(255, 255, 255, .5),
               0 0 4px rgba(255, 255, 255, 1),
               0 0 5px rgba(255, 255, 255, 1),
               0 0 6px rgba(255, 255, 255, 1);}

/* schedule */
.text_block1{text-align: center;}

.text1{font-size: max(1.4vw,22px);
	line-height: 150%;}

.text2{font-size: max(2.0vw,28px);}

.text3{font-size: max(1.0vw,16px);}

.text4{font-size: max(1.2vw,20px);}

.access_btn{width: 12%;
	margin: 0 auto;
	font-size: max(1.2vw,18px);
	line-height: 200%;
	background: rgba(46,49,146,1.00);
	border-radius: 5px;}
	
.access_btn2{width: 20%;
	margin: 0 auto;
	font-size: max(1.3vw,22px);
	line-height: 200%;
	background: rgba(46,49,146,1.00);
	border-radius: 5px;}
	
.access_btn a,.access_btn2 a{display: block;
	color: rgba(255,255,255,1.00);}

.access_btn:hover,.access_btn2:hover{opacity: 0.7;}

.schedule_table{width: 60%;
	min-width: 800px;
	margin: 0 auto;
	overflow: hidden;}
	
.table_box1{width: 50%;
	float: left;}
	
.table_box1 table{width: 100%;}

.table_box2{display: inline-block;
	margin: 0 auto;}
	
.table_box2 table{color:rgba(45,45,45,1.00);
	font-size: max(0.9vw,14px);
	text-align: left;}

.schedule_td1{width: 33.3%;
	padding: 10px 0 15px;
	font-size: 1.0vw;
	line-height: 120%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(0,0,0,1.00);}

.schedule_td1_fs2{font-size: 1.4vw;}

.schedule_td2{padding: 10px 0;
	font-size: 1.4vw;
	line-height: 150%;
	text-align: center;
	vertical-align: middle;
	background: rgba(255,255,255,1.00);}

.caution1{font-size: max(0.9vw,14px);
	line-height: 150%;
	text-align: left;
	color:rgba(45,45,45,1.00);}

#wrapper {
    position: relative;
    width: 60%;
	min-width: 800px;
	margin: 0 auto;
}

#wrapper:before {
    content:"";
    display: block;
    padding-top: 28.12%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.table_caution1{font-size: max(0.85vw,12px);
	text-align: left;}

.text_inline{display: inline-block;
	text-align: left;}

.str_td1{padding: 5px 20px;
	background: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);}
	
.str_td2{padding: 5px 20px;
	background: rgba(255,255,255,1.00);
	vertical-align: middle;}

.information_ex2{width: 100%;
	height: 100vh;
	display: none;
	background: rgba(0,0,0,0.90);
	position: fixed; top: 0; left: 0;
	z-index: 1999;}
	
.information_ex_switch{width: 100%;
	height: 100%;
	position: fixed; top: 0; left: 0;
	z-index: 100;}

.information_ex_inner2{width: calc(90% - 40px);
	height: 70%;
	max-width: 1020px;
	margin: 15vh auto 10%;
	padding: 20px;
	background: rgba(255,255,255,1.00);
	overflow-y: scroll;
	position: relative;
	z-index: 101;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */}
	
.information_ex_inner2::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;}
		
.information_ex_header{text-align: center;
	font-size: max(1.2vw,24px);}

.information_ex_text{text-align: left;
	font-size: max(0.85vw,16px);
	line-height: 170%;
	padding: 40px 0;}
	
.information_ex_footer{text-align: right;
	font-size: max(0.9vw,18px);}

.text1_btn{cursor: pointer;}

.btn_close{width: 40px;
	height: 40px;
	position: fixed; top: 10px; right: 10px;
	z-index: 1999;
	cursor: pointer;}
	
.btn_close2{width: 100px;
	height: 30px;
	margin: 20px auto 0;
	line-height: 30px;
	background: rgba(177,177,177,1.00);
	color: rgba(255,255,255,1.00);
	text-align: center;
	border-radius: 20px;
	cursor: pointer;}
	
.btn_close img,.btn_close2 img{width: 100%;}

/* goods */

.goods_img1{width: 60%;
	min-width: 800px;
	margin: 0 auto;}
	
.goods_img1 img{width: 100%;}






footer{width: 100%;
	color: rgba(255,255,255,1.00);
	text-align: center;
	background: rgba(0,0,0,1.00);}

.footer_text1{font-size: max(1.0vw,14px);
	line-height: 150%;}
	
.footer_contact{font-size:max(1.0vw,14px);
	line-height: 150%;}
	
.footer_contact a{color: rgba(255,255,255,1.00);}
	
.copybox{display: inline-block;
	overflow: hidden;}
	
.copyright{font-size: max(0.9vw,12px);
	line-height: 150%;
	float: left;}

.aff{width: 4vw;
	padding-left: 1vw;
	float: left;}


ul.listmarker1 {
	list-style-type: none;
	margin-left:14px;
}

ul.listmarker1 li:before {
	content: '※'; 
	margin-left:-14px; 
}

ul.listmarker2 {
	list-style-type: none;
	margin-left:16px;
}
	
ul.listmarker2 li:before {
	content: '・'; 
	margin-left:-16px; 
}
	
.inline{display: inline-block;
	text-align: left;}
	







@media screen and ( max-width:736px )
{
body{width: 100%;
	min-width: 320px;}

.spacer1{width: 100%;
	font-size: 4.0vw;
	line-height: 100%;}

#conttainer{margin-top: 0;}

.menu_text_s{font-size: 18px;}

.header_img1{height: 30px;
	float: left;
	margin: 10px;}

.bg_box{margin-top: 0;
	background:url("../img/bg1_1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed; top: 0;
	z-index: 0;}

.text1_btn img{width: 100%;}

.main_img{width: 100%;
	position: relative;}

.main_img_inner{width: 100%;
	min-width: 320px;
	margin: 0 auto ;
	overflow: hidden;}
	
.main_img_inner_block1{width: 100%;
	float: none;}
	
.main_img_inner_block2{width: 100%;
	float: none;}

.news_twitter_inner{width: 80%;
	min-width: 280px;
	margin: 0 auto;
	overflow: hidden;}
	
.news_box{width: 100%;
	float: none;
	margin-bottom: 20px;}
	
.twitter_box{width: 100%;
	padding-left: 0;
	float: none;}

.news_title1{font-size: 8vw;
	line-height: 150%;
	color: rgba(255,255,255,1.00);}
	
.topics_box{width: 100%;
	height: 250px;
	overflow-y: scroll;
	background: rgba(255,255,255,0.30);}

.topic1{width: calc(95% - 10px);
	padding: 5px;
	margin: 10px auto 0;
	background: rgba(255,255,255,0.80);}

.topic_date{font-size: 3.4vw;}

.topic_title{font-size: 3.6vw;}
	
.topic_text{font-size: 3.4vw;}

.twitter_timeline{width: 100%;
	height: 300px;
	background: rgba(255,255,255,0.30);}

.con_block1{width: 100%;
	text-align: center;}
	
.con_title1{width: 70%;
	min-width: 200px;
	margin: 0 auto;}

.story_text{width: 90%;
	margin: 0 auto;
	font-size: 3.8vw;
	line-height: 200%;
	text-align: justify;
	text-shadow: 0 0 2px rgba(255, 255, 255, .5),
               0 0 3px rgba(255, 255, 255, .5),
               0 0 4px rgba(255, 255, 255, 1),
               0 0 5px rgba(255, 255, 255, 1),
               0 0 6px rgba(255, 255, 255, 1),
               0 0 7px rgba(255, 255, 255, 1);}

/* cast */
.cast_box1{display: block;}

.cast_block1{width: 40%;
	min-width: 200px;
	padding: 0;
	margin: 0 auto;
	float: none;}

.cast_name1{font-size: 5.0vw;
	line-height: 150%;
	color:rgba(45,45,45,1.00);}

.cast_name2{font-size: 5.4vw;
	line-height: 150%;
	color:rgba(45,45,45,1.00);}
	
.cast_name3{font-size: 5.0vw;
	line-height: 180%;
	color:rgba(45,45,45,1.00);}

.staff_name1{font-size: 3.8vw;
	line-height: 150%;
	color:rgba(45,45,45,1.00);}
	
.staff_name2{font-size: 3.8vw;
	line-height: 150%;
	color:rgba(45,45,45,1.00);}

/* schedule */
.text_block1{width: 95%;
	margin: 0 auto;}

.text1{font-size: 4.8vw;
	line-height: 150%;}

.text2{font-size: 6.0vw;}

.text3{display: inline-block;
	font-size: 3.6vw;
	text-align: justify;}

.text4{font-size:  4.2vw;}

.access_btn,.access_btn2{width: 50%;
	margin: 0 auto;
	font-size: 4.0vw;
	line-height: 250%;}

.access_btn:hover,.access_btn2:hover{opacity: 1.0;}

.schedule_table{width: 90%;
	min-width: 0;
	margin: 0 auto;
	overflow: hidden;}
	
.table_box1{width: 100%;
	float: none;}
	
.table_box1 table{width: 100%;}

.table_box2 table{font-size: max(3.6vw,12px);}

.schedule_td1{font-size: 5.0vw;}

.schedule_td1_fs2{font-size: 6.0vw;}

.schedule_td2{font-size: 6.0vw;}

.caution1{font-size: max(3.2vw,12px);}

#wrapper {
    position: relative;
    width: 90%;
	min-width: 0;
	margin: 0 auto;
}

#wrapper:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.table_caution1{font-size: max(3.4vw,10px);}

.str_td1{width: auto;
	display: block;
	padding: 5px 0;
	text-align: center;}
	
.str_td2{width: auto;
	display: block;
	padding: 5px 0;
	text-align: center;}

/* goods */
.goods_img1{width: 90%;
	min-width: 0;
	margin: 0 auto;}
	
	

.footer_text1{font-size: 4.0vw;
	line-height: 150%;}
	
.copyright{font-size: 3.8vw;
	line-height: 150%;}
	
.aff{width: 15vw;
	padding-left: 3vw;
	float: left;}

	
ul.listmarker1 {margin-left:12px;}
	
ul.listmarker1 li:before {margin-left:-12px;}


.information_ex_header{text-align: center;
	font-size: 4.2vw;
	line-height: 150%;}

.information_ex_text{text-align: left;
	font-size: 3.6vw;
	line-height: 150%;
	padding: 40px 0;}
	
.information_ex_footer{text-align: right;
	font-size: 3.6vw;}

}

}
















