@charset "UTF-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;padding:0;}

h1,h2,h3,h4,h5,h6,p,address,th { font-size: 100%; font-weight: normal; font-style: normal; }
br { line-height: 0.7; }

body {
	font-size: 100%;
	min-width: 1020px;
/*	background: url(../common/back.jpg) 50% 0px repeat;*/
  background-attachment: fixed;
  background-size: 100% auto;
	background-color: #000000;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #F7F1E9;
	line-height: 1.7;
	-webkit-text-size-adjust: 185%;
	-moz-text-size-adjust: 185%;
	-ms-text-size-adjust: 185%;
	-o-text-size-adjust: 185%;
	text-size-adjust: 185%;
}

body::before{
	content: "";
	background-size: cover;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	min-width: 1020px;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	background-image : url(../common/back.jpg);
	background-repeat : no-repeat;
	background-position : center top;
}

body {
 animation: fadeIn 1s ease 0s 1 normal;
 -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
 0% {
 opacity: 0}
100% {
 opacity: 1}
}
@-webkit-keyframes fadein {
 0% {
 opacity: 0}
100% {
 opacity: 1}
}

td { font-size: 100%; color: #F7F1E9; }

#main1 {
 height: 0;
 padding-top: 71.278%;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
 background: url(../common/main_vis.jpg) 50% 0 / contain no-repeat scroll padding-box border-box transparent;
}

#main_vis {
  position: relative;
  z-index: 50;
  width: 100%; height: 1230px;
  background: url("../common/main_vis.jpg") 50% 0 no-repeat;
}
#main_vis_back { position: relative; z-index: 100; width: 100%; background-color: rgba(0,0,0,0.65); }

h2.news_copy {
	width: 882px; height: 140px;
	background: url(../common/news_copy3.jpg) no-repeat;
	text-indent: -9999px; }
	
/* tweet FB */
.twi_iine_table { padding: 40px 0px 20px 0px; }
.fbbutton { padding: 0px 0px 0px 0px; }
.fb-like iframe{
 max-width: none!important;
 min-width : 210px;
}
.twi_iine_sp { width: 15px; }
.sns { height: 23px; vertical-align: bottom; }


/* extrainfo 設定 */

#extrainfo { position: relative; z-index: 100; width: 100%; margin: 0 auto; padding-top: 40px; padding-bottom: 50px; background-color: rgba(0,0,0,0.75); }

.extra_block {
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
  background-color: #D51414;
	border: 1px #AC1616 solid;
  width: 250px;
}

.extra_box_text01 {
	font-size: 15px; line-height: 1.9;
	padding: 0px 0px 0px 0px; }

/* リンク設定（スケジュールからコピペ） */
.extra_table { margin: 18px 0px 0px 0px; }
.extra_td_link {
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #851B3E;
  text-align: center;
  width: 250px;
}
.extra_div_se a{
  display: block;
  padding: 7px 0% 6px; /* a要素内の余白 */
  top: 0;
  left: 0;
  /* background: url(../common/common_kage.png) repeat-x; */
  background-position: center top;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: rgba(116,45,74,0.65); 
}
/* 以下マウスを載せたときのスタイル */
.extra_div_se a:hover {
  background-color: rgba(111,49,69,0.85);
}
/* Link set */
a.extra_link:link { color: #F9F2E1; text-decoration: none; font-weight: bold; }
a.extra_link:visited { color: #F9F2E1; text-decoration: none; font-weight: bold; }
a.extra_link:hover { color: #F6DA54; text-decoration: underline; font-weight: bold; }

.extramark{
  font-weight: bold;
  color: white;
  background-color: #D51414;
  margin-bottom: 10px;
  font-size: 17px;
  padding: 8px 35px 8px 35px;
}


/* Main設定 */

#news_back { position: relative; z-index: 100; width: 100%; margin: 0 auto; padding-top: 40px; padding-bottom: 50px; background-color: rgba(0,0,0,0.70); }
#info { position: relative; z-index: 100; width: 880px; margin-top: 0px; padding-bottom: 0px; }

#content_main { position: relative; z-index: 100; width: 100%; padding-bottom: 20px; background-color: rgba(0,0,0,0.20); }
.content01 { position: relative; z-index: 100; width: 980px; padding-bottom: 75px; }
.content01b { position: relative; z-index: 100; width: 980px; margin: 0 auto; padding-bottom: 0px; }
.content02 { position: relative; z-index: 100; width: 980px; padding-bottom: 75px; text-align: left; }
.content03 { position: relative; z-index: 100; width: 980px; padding-top: 40px; padding-bottom: 75px; text-align: left; }


.line01 { position: relative; z-index: 100; width: 100%; height: 4px; background: url(../common/line01.jpg) 50% 0 repeat-x; }
.line02 { padding: 20px 0 }

hr {
  border-width: 1px 0px 0px 0px; /* 太さ1px */
  margin: 20px 60px 0px 65px;
  border-style: dashed; /* 線種を破線に */
  border-color: gray;   /* 線色を灰色に */
  height: 1px;         /* 高さ(※古いIE用) */
}
hr.topbox {
  border-width: 1px 0px 0px 0px; /* 太さ1px */
  margin: 30px 25px 0px 25px;
  border-style: dashed; /* 線種を破線に */
  border-color: #919191;   /* 線色を灰色に */
  height: 1px;         /* 高さ(※古いIE用) */
}
hr.topbox2 {
  border-width: 1px 0px 0px 0px; /* 太さ1px */
  margin: 30px 25px 30px 25px;
  border-style: dashed; /* 線種を破線に */
  border-color: #919191;   /* 線色を灰色に */
  height: 1px;         /* 高さ(※古いIE用) */
}

.text_16 { font-size: 16px; }
.text_17 { font-size: 17px; }
.text_18 { font-size: 18px; }
.text_19 { font-size: 19px; }
.text_20 { font-size: 20px; }
.text_22 { font-size: 22px; }
.text_26 { font-size: 26px; }
.text_30 { font-size: 30px; }
.text_35 { font-size: 35px; }
.text_50 { font-size: 50px; }

.mar_top8 { margin-top: 8px; }
.mar_top12 { margin-top: 12px; }
.mar_top16 { margin-top: 16px; }
.mar_top18 { margin-top: 18px; }
.mar_top20 { margin-top: 20px; }
.mar_top23 { margin-top: 23px; }
.mar_top25 { margin-top: 25px; }
.mar_top28 { margin-top: 28px; }
.mar_top32 { margin-top: 32px; }
.mar_top36 { margin-top: 36px; }
.mar_top40 { margin-top: 40px; }
.mar_top50 { margin-top: 50px; }
.mar_top60 { margin-top: 60px; }

.large { font-size: 120%; font-weight: bold; line-height: 1.6; }
.large02 { font-size: 150%; font-weight: bold;line-height: 1.6; }
.large03 { font-size: 170%; font-weight: bold;line-height: 1.6; }
.small { font-size: 90%; }
.small02 { font-size: 85%; }

.kome_text { font-size: 92%; color: #DCD0C1; line-height: 1.6; }

.c_midashi { color: #318B93; font-weight: bold; }
.c_midashi02 { color: #ffff05; font-weight: bold; }
.c_midashi03 { color: #FC135E; font-weight: bold; }
.text_yellow { color: #f4c842; font-weight: bold; }
.text_yellow02 { color: #B69A62; }
.text_yellow03 { color: #B8AA8F; }
.text_orange { color: #eb6400; font-weight: bold; }
.text_red { color: #EF3277; font-weight: bold; text-shadow: 1px 1px 1px #000000; }
.text_red02 { color: #880010; font-weight: bold; }
.text_pink { color: #E21968; font-weight: bold; }
.text_blue { color: #2038AA; font-weight: bold; }
.text_blue02 { color: #021C83; font-weight: bold; }
.text_green { color: #19CCC2; font-weight: bold; }
.text_green02 { color: #007c6d; font-weight: bold; }
.text_kuro { color: #000000; font-weight: bold; }
.text_white { color: #fcf8f1; font-weight: bold; }
.text_gray { color: #D4CEC7; }

.text_arrow { color: #1FAFBA; font-weight: bold; }

.textshadow_k { text-shadow: 1px 1px 1px #000000; }
.textshadow_w { text-shadow: 1px 1px 1px #ffffff; }
.textshadow_y { text-shadow: 1px 1px 1px #ffcc00; }
.textshadow_p { text-shadow: 1px 1px 1px #ff759c; }

.text_right { text-align: right; }
.text_left { text-align: left; }

.text1em {
	padding-left: 1em;
  text-indent: -1em; }

.text1em02 {
	padding-left: 1em; }

.table_sp01 { width: 38px; }

/* TOP MOVIE */
.top_movie_block {
	margin: 20px 0px 10px 0px;
	padding: 0px;
	background-color: rgba(0,0,0,0.67);
	border: 1px #8F8561 solid;
}
.top_table01 { margin: 25px; }

.top_text_right {
	width: 880px;
	font-size: 14px; line-height: 1.8; text-align: right;
	padding: 5px 0px 0px 0px; }

.text_block {
	margin: 35px 0px 0px 65px;
	padding: 20px 35px 35px 35px;
	background-color: rgba(0,0,0,0.30);
	opacity: 1.0;
	border: 1px #554E37 solid;
}

.box_text01 {
	font-size: 15px; line-height: 1.9;
	padding: 17px 0px 0px 0px; }
.box_text02 {
	font-size: 15px; line-height: 1.9;
	padding: 10px 0px 0px 0px; }
.box_text03 {
	font-size: 15px; line-height: 1.8;
	padding: 0px 70px 30px 70px; }
.box_text_right {
	font-size: 14px; line-height: 1.7;
	padding: 15px 40px 22px 40px; text-align: right; }

.text_line00 {
	font-size: 20px; line-height: 1.7; text-align: left;
	border-left: 8px solid #56c1ab;
	margin: 20px 55px 10px 65px;
	padding: 13px 0px 13px 20px;
	background-color: rgba(0,0,0,0.00);
	background-image: linear-gradient(to right, rgba(72,113,114,0.65) 20%, rgba(0,0,0,0.00) 100%); }
.text_line01 {
	font-size: 20px; line-height: 1.7; text-align: left;
	border-left: 8px solid #56c1ab;
	margin: 50px 55px 10px 65px;
	padding: 13px 0px 13px 20px;
	background-color: rgba(0,0,0,0.00);
	background-image: linear-gradient(to right, rgba(72,113,114,0.65) 20%, rgba(0,0,0,0.00) 100%); }
.text_line02 {
	font-size: 20px; line-height: 1.7; text-align: left;
	border-left: 8px solid #671313;
	margin: 65px 65px 10px 65px;
	padding: 13px 0px 13px 20px;
	background-color: rgba(0,0,0,0.00);
	background-image: linear-gradient(to right, rgba(76,18,21,0.65) 20%, rgba(0,0,0,0.00) 100%); }

.midashi_text01 {
	padding: 7px 60px 0px 60px;
	font-size: 19px; line-height: 1.8; font-weight: bold; }

.main_text01 {
	font-size: 15px; line-height: 1.9;
	padding: 5px 60px 0px 65px; }
.main_text02 {
	font-size: 15px; line-height: 1.9;
	padding: 12px 55px 0px 65px; }
.main_text03 {
	font-size: 15px; line-height: 1.9; margin-left: 1em;
	padding: 7px 50px 0px 65px; }

.main_text_right {
	font-size: 15px; line-height: 1.9; text-align: right;
	padding: 5px 50px 0px 65px; }

/* スケジュールTEXT */
.main_text05 {
	font-size: 15px; line-height: 1.9;
	padding: 25px 55px 0px 65px; }

/* ガイダンスTEXT */
.main_text04 {
	font-size: 15px; line-height: 1.9;
	padding: 7px 0px 5px 15px; }
.text_sp01 {
	-webkit-text-size-adjust: 135%;
	-moz-text-size-adjust: 135%;
	-ms-text-size-adjust: 135%;
	-o-text-size-adjust: 135%;
	text-size-adjust: 135%;
}

.main_text_line {
	font-size: 14px; line-height: 1.7;
	border-left: 8px solid rgba(198,195,128,0.35);
	margin: 7px 70px 0px 83px;
	padding: 0px 0px 0px 0px;
}
.sub_title_a {
  color: #F3F3F3; font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS明朝", serif;
  transform: rotate(.03deg);
  letter-spacing: 0px;
  background: -webkit-linear-gradient(top, #E5D6A6 0%, #CFB662 50%, #AA7743 51%, #DDC77E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sub_title_b {
  color: #F3F3F3; font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS明朝", serif;
  transform: rotate(.03deg);
  letter-spacing: 0px;
  background: -webkit-linear-gradient(top, #D8D5CC 0%, #C6C3B7 50%, #A09080 51%, #DBD4BD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS明朝", serif;
  transform: rotate(.03deg);
}

.ggl_text01 {
	font-family: 'Barlow Semi Condensed', sans-serif;
}

/* イントロ設定 */
h3.intro_copy01 {
	margin: 25px 0px 0px 70px;
	width: 860px; height: 90px;
	background: url(../common/intro_copy01.png) no-repeat;
	text-indent: -9999px; }
h3.intro_copy02 {
	margin: 10px 0px 0px 70px;
	width: 860px; height: 65px;
	background: url(../common/intro_copy02.png) no-repeat;
	text-indent: -9999px; }
.intro_text01 {
	padding: 7px 70px 0px 70px; text-align: left;
	font-size: 15px; line-height: 2.0; }
.intro_text02 {
	padding: 0px 20px 0px 0px;
	font-size: 15px; line-height: 1.8;
	color: #1E060D; }
.intro_sp {
	-webkit-text-size-adjust: 97%;
	-moz-text-size-adjust: 97%;
	-ms-text-size-adjust: 97%;
	-o-text-size-adjust: 97%;
	text-size-adjust: 97%;
}

.linkbox { margin: 10px 0px 0px 1em; }

/* リンク設定（スケジュールからコピペ） */
.link_table0 { margin: 30px 0px 0px 0px; }
.link_table { margin: 10px 0px 0px 65px; }
.link_sp { width: 20px; }
.td_link {
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #CB1853;
  text-align: center;
  width: 250px;
}
.td_link2 {
  font-size: 18px;
  border-width: 1px;
  border-style: solid;
  border-color: #CB1853;
  text-align: center;
  width: 250px;
}
.div_se a{
  display: block;
  padding: 7px 0% 6px; /* a要素内の余白 */
  top: 0;
  left: 0;
  /* background: url(../common/common_kage.png) repeat-x; */
  background-position: center top;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: rgba(227,36,112,0.65); 
}
/* 以下マウスを載せたときのスタイル */
.div_se a:hover {
  background-color: rgba(236,19,90,0.85);
}
/* Link set */
a.sche_link:link { color: #F9F2E1; text-decoration: none; font-weight: bold; }
a.sche_link:visited { color: #F9F2E1; text-decoration: none; font-weight: bold; }
a.sche_link:hover { color: #F6DA54; text-decoration: underline; font-weight: bold; }

/* チケット先行 */
ul#b_ticket_btn { margin: 0px 0px 0px 5px; list-style:none; width:100%; }
ul#b_ticket_btn li{ list-style:none;
    width:402px; }
ul#b_ticket_btn a{ display:block;
    width:402px; height:82px;
    background-image:url(../common/b_ticket_btn.png); }
ul#b_ticket_btn a span{ display:none; }

/* ## Rollover set ## */
a:hover.b_btn_lo { 
    opacity: 0.7; 
    filter: alpha(opacity=70); 
    -moz-opacity: 0.7; }

h4.goods_photo {
	margin: 0px 0px 0px 0px;
	width: 416px; height: 306px;
	background: url("../common/goods_photo.jpg") no-repeat;
	text-indent: -9999px; }
h4.bunka_logo {
	margin: 10px 0px 0px 0px;
	width: 150px; height: 46px;
	background: url("../common/bunka_logo.jpg") no-repeat;
	text-indent: -9999px; }

/* 未訪問 */
a:link { color: #FB2452; text-decoration: none; text-shadow: 1px 1px 1px #000000; }
/* 訪問済み */
a:visited { color: #FB2452; text-decoration: none; text-shadow: 1px 1px 1px #000000; }
/* カーソルが上に乗った状態 */
a:hover { color: #FFB200; text-decoration: underline; text-shadow: 1px 1px 1px #000000; }

/* ★ フッター設定 ★ */
#footer { position: relative; z-index: 100; width: 100%; margin: 0 auto; padding-bottom: 40px; }
.footer_back { 
	background-color: rgba(0,0,0,0.65); }
	
.copyright1 {
	font-size: 14px;
	color: #E2E0CA;
	padding: 10px 10px 0px 10px; }

.copyright2 {
	padding: 13px 10px 0px 10px;
	font-size: 11px; line-height: 1.8; color: #C3C1AB; }

.copyright_sp {
	-webkit-text-size-adjust: 120%;
	-moz-text-size-adjust: 120%;
	-ms-text-size-adjust: 120%;
	-o-text-size-adjust: 120%;
	text-size-adjust: 120%;
}


/* ★ 上へ戻る位置設定 ★ */
#top{
  width: 100%; height: 0px; top: 0px;
  position : absolute;
}

/* PAGE TOP */
#pageTop {
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 150;
}
 
#pageTop a {
  display: block;
  width: 82px; height: 82px;
  background-image: url(../common/pagetop.png);
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);	/* IE lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
#pageTop a span{ display: none; }

#pageTop a:hover {
opacity: 1;
-webkit-opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);	/* IE lt 8 */
-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}
 
#pageTop a {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}

/* ★ フロート位置設定 ★ */
/* float */
#float {
  position: fixed;
  top: 95px;
  right: 5px;
  z-index: 150;
}

.link_table01 { margin: 0px 0px 0px 0px; }
.link_table02 { margin: 22px 0px 0px 0px; }

@media print { body { display: none !important; } }