@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 { font-size: 100%; font-weight: normal; font-style: normal; } 

body {
	font-size: 100%;
	min-width: 1050px;
	background: url(../common/back2.jpg) 50% 0px repeat-y;
  background-size: 100% auto;
	background-color: #C9DCED;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.7;
}

body.fadein {
 animation: fadeIn 2s ease 0s 1 normal;
 -webkit-animation: fadeIn 2s 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: #29292c; }

#main_fixed {
 height: 0;
 padding-top: 61.719%; /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
 background: url(../common/main_vis1.png) 0px 0px / contain no-repeat scroll padding-box border-box transparent;
}
#main_vis2 { position: relative; width: 100%; top: -20px; } /* 影の分マイナス */
#main_vis3 { position: relative; width: 100%; top: 30px; } /* 注意書きVer */

h2.catch_copy {
	margin: 0px 0px 0px 0px;
	width: 980px; height: 205px;
	background: url(../common/catch_copy01.png) no-repeat;
	text-indent: -9999px; }
	
/* tweet FB */
.twi_fb_table { padding: 40px 0px 25px 0px; }
.fbbutton { padding: 0px 20px 0px 10px; }

/* Main設定 */
#main_vis { position: absolute; z-index: 50; width: 100%; height: 1145px; top: 90px; background: url(../common/main_vis0.png) 50% 0 no-repeat; }
#main_under_kage { position: relative; z-index: 100; width: 100%; height: 20px; top: 1105px; background: url(../common/main_under_kage.png) repeat-x; }
#main_content { position: relative; z-index: 100; width: 100%; top: -20px; margin-bottom: -20px; padding-bottom: 0px; } /* 影の分マイナス */
#catch_back { position: relative; z-index: 100; width: 100%; height: 205px; margin: 0 auto; background: 50% 0; background: url(../common/catch_back.jpg) repeat-x; overflow: hidden; }
#news_back { position: relative; z-index: 100; width: 100%; margin: 0 auto; padding-top: 40px; padding-bottom: 40px; background-color: rgba(0,0,0,0.75); }
#content01 { position: relative; z-index: 100; width: 980px; padding-bottom: 70px; background-color: rgba(255,255,255,0.70); }
#content02 { position: relative; z-index: 100; width: 980px; padding-bottom: 70px; text-align: left; background-color: rgba(255,255,255,0.70); }

.content_inner { padding-top: 25px; width: 880px; text-align: left; }
.content_inner2 { padding-top: 25px; width: 980px; text-align: }

#yellow_line { position: relative; z-index: 100; width: 100%; height: 15px; background: url(../common/yellow_line.jpg) repeat; }
#yellow_line2 { position: relative; z-index: 100; width: 100%; height: 7px; background: url(../common/yellow_line.jpg) repeat; }
#kuro_line { position: relative; z-index: 100; width: 880px; height: 30px; padding-top: 0px; margin-top: 60px; background: url(../common/kuro_line.png) no-repeat; }

.line01 { padding: 40px 0 }
.line02 { padding: 20px 0 }

.kuro_back { background: url(../common/kuro_back.png) repeat; }
.kuro2_line { background: url(../common/kuro2_line.png) repeat-y; }

/*　テキスト関係 */
.oswald{ font-family: 'Oswald', sans-serif; font-weight:normal;}
.mincho {
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS明朝", serif;
 transform: rotate(.03deg);
}

.sub_title {
  color: #17609C;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS明朝", serif;
  /* 追加 */
  transform: rotate(.03deg);
  letter-spacing: 2px;
  font-weight: bold;
  background: -webkit-linear-gradient(top, #0D239F 0%, #0E4197 50%, #274995 51%, #2770C1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*　スマホ用コピーガード */
img{
 -webkit-touch-callout:none;
 -moz-touch-callout:none;
 -webkit-user-select:none;
 -moz-user-select:none;
 touch-callout:none;
 user-select:none;
}

hr {
  border-width: 1px 0px 0px 0px; /* 太さ1px */
  margin: 30px 10px 0px 10px;
  border-style: dashed; /* 線種を破線に */
  border-color: #919191;   /* 線色を灰色に */
  height: 1px;         /* 高さ(※古いIE用) */
}

.text_16 { font-size: 16px; }
.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_top20 { margin-top: 20px; }
.mar_top25 { margin-top: 25px; }
.mar_top32 { margin-top: 32px; }
.mar_top36 { margin-top: 36px; }
.mar_top42 { margin-top: 42px; }

.pad_top25 { padding-top: 25px; }
.pad_top40 { padding-top: 40px; }

.large { font-size: 110%; line-height: 1.6; }
.large02 { font-size: 170%; line-height: 1.6; }
.small { font-size: 95%; }
.small02 { font-size: 88%; }

.text_yellow { color: #fbc031; font-weight: bold; }
.text_yellow02 { color: #B18625; font-weight: bold; }
.text_yellow03 { color: #FFD977; font-weight: bold; }
.text_red01 { color: #f90035; font-weight: bold; }
.text_red02 { color: #A24545; font-weight: bold; }
.text_pink { color: #EE249C; font-weight: bold; }
.text_orange { color: #FC6F04; font-weight: bold; }
.text_green { color: #94b901; font-weight: bold; }
.text_kuro { color: #330f1f; font-weight: bold; }
.text_white { color: #fefefd; font-weight: bold; }
.text_blue { color: #225CA8; font-weight: bold; }
.text_gray { color: #C5BDB6; }

.textshadow { text-shadow: 0px 0px 4px #000000; }
.textshadow_w { text-shadow: 0px 0px 4px #fff; }

.text_arrow { color: #E3A209; font-weight: bold; }

.text1em {
	padding-left: 1em;
  text-indent: -1em; }
.text2em {
	padding-left: 2em;
  text-indent: -2em; }

.font_space { letter-spacing: -0.1em; }

.main_text01 {
	padding: 5px 0px 0px 20px;
	font-size: 15px; line-height: 1.8; }
.main_text02 {
	padding: 15px 150px 0px 150px;
	font-size: 15px; line-height: 1.7; text-align: left;
	color: #202218; }

.main_c_text01 {
	padding: 10px 70px 0px 70px;
	font-size: 15px; line-height: 1.8; }

.kome_text { font-size: 92%; color: #2F2C2A; line-height: 1.6; }

.text_block {
	margin: 15px 0px 0px 0px;
  padding: 20px;
	background-color: rgba(255,255,255,0.40);
	opacity: 1.0;
  border: 1px #80B9CC solid;
}
.box_text01 {
	font-size: 15px; line-height: 1.7;
	padding: 0px 25px 0px 25px; }
.box_text02 {
	font-size: 14px; line-height: 1.6;
	padding: 0px 25px 0px 25px; }
.box_text03 {
	font-size: 14px; line-height: 1.6;
	padding: 0px 25px 22px 25px; }
.box_text_right {
	font-size: 13px; line-height: 1.6;
	padding: 15px 25px 22px 25px; text-align: right; }

.text_topblock {
	margin: 15px 0px 0px 0px;
  padding: 20px;
	background-color: rgba(0,0,0,0.40);
	opacity: 1.0;
  border: 1px #80B9CC solid;
}

.text_topblock2 {
	margin: 40px 0px 50px 0px;
  padding: 20px;
	background-color: rgba(255,255,255,0.7);
	opacity: 1.0;
  border: 1px #80B9CC solid;
}
.box_toptext {
	font-size: 14px; line-height: 1.6;
	padding: 0px 25px 0px 25px; color: #f7f1e3; }
.box_toptext_right {
	font-size: 14px; line-height: 1.6;
	padding: 15px 25px 22px 25px; text-align: right;
	color: #f7f1e3; }

.movie_block {
	margin: 18px 0px 0px 0px;
  padding: 0px;
	background-color: rgba(0,0,0,0.41);
  border: 1px #C7B789 solid;
}
.movie_table01 { margin: 30px 0px 30px 30px; }

/* イントロ設定 */
.intro_table01 { margin: 20px 0px 0px 0px; }

h3.intro_copy {
	margin: 25px 0px 0px 0px;
	width: 910px; height: 400px;
	background: url(../common/intro_copy.png) no-repeat;
	text-indent: -9999px; }

.intro_text01 {
	padding: 10px 70px 0px 70px;
	font-size: 16px; line-height: 2.1; }

.intro_text0 {
	padding: 0px 70px 0px 70px;
	font-size: 16px; line-height: 2.1; }

/* チケット情報 */
#ticket { position: relative; z-index: 100; width: 880px; padding-bottom: 0px; text-align: left; }

.link_text01 {
	font-size: 14px; line-height: 1.7;
	margin: 30px 0px 0px 0px; font-weight: bold; }

.ticket_table01 { margin: 3px 0px 0px 130px; text-align: left; }

.ticket_boxtext01 {
	padding: 25px 30px 0px 30px;
	font-size: 15px; line-height: 1.7;
	color: #f6f1e6; }
.ticket_boxtext02 {
	padding: 2px 30px 25px 30px;
	font-size: 15px; line-height: 1.7;
	color: #f6f1e6; }

.tic_text_line {
	font-size: 14px; line-height: 1.6;
	color: #EBDBC3;
	border-left: 6px solid #D9762A;
	margin: 3px 20px 0px 25px;
	padding: 1px 0px 1px 13px;
}

.tic_star { color: #FF4900; font-weight: bold; }

.link_table2 { margin: 5px 0px 8px 0px; }

.link_table { margin: 10px 0px 0px 20px; }
.link_sp { width: 20px; }
.td_link {
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #8F7317;
  text-align: center;
  width: 250px;
}
.div_se a{
  display: block;
  padding: 5px 0% 4px; /* 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(70,101,173,0.90); 
}
/* 以下マウスを載せたときのスタイル */
.div_se a:hover {
  background-color: rgba(203,27,75,1.00);
}
/* Link set */
a.sche_link:link { color: #F5EDD7; text-decoration: none; font-weight: bold; }
a.sche_link:visited { color: #F5EDD7; text-decoration: none; font-weight: bold; }
a.sche_link:hover { color: #F6DA54; text-decoration: underline; font-weight: bold; }

/* Ticket Banner */
ul#b_ticket_btn { list-style:none; margin: 0px 0px 0px 0px; padding:0; width:100%; }
ul#b_ticket_btn li{ list-style:none; width:502px; }
ul#b_ticket_btn a{
    display:block; width:502px; height:77px;
    background-image:url(../common/b_ticket_btn.png); }
ul#b_ticket_btn a span{ display:none; }

/* ## Rollover set ## */
a:hover.b_ticket_btn_lo { 
    opacity: 0.7; 
    filter: alpha(opacity=70); 
    -moz-opacity: 0.7; }

/* ご案内設定 */
.notes_text01 {
	padding: 10px 70px 0px 70px;
	font-size: 15px; line-height: 1.7;
	color: #fffeee; }

/* 未訪問 */
a:link { color: #f90035; text-decoration: none; }
/* 訪問済み */
a:visited { color: #f90035; text-decoration: none; }
/* カーソルが上に乗った状態 */
a:hover { color: #ff7800; text-decoration: underline; }

/* ★ フッター設定 ★ */
#footer { position: relative; z-index: 100; width: 100%; margin: 0 auto; padding-bottom: 30px; }
.footer_back { 
	background: url(../common/catch_back.jpg) 50% 0 repeat-x; }

.copyright1 {
	padding: 5px 0px 0px 0px;
	font-size: 14px; line-height: 1.7; color: #F4F59B; }
	
.copyright2 {
	padding: 8px 0px 0px 0px;
	font-size: 13px; line-height: 1.7; color: #E5E9D0; }

.copyright3 {
	padding: 10px 0px 0px 0px;
	font-size: 11px; line-height: 1.7; color: #E5E9D0; }

.clear { clear: both; }


/* ★ 上へ戻る位置設定 ★ */
#top{
  width: 100%; height: 0px; top: 0px;
  position : absolute;
}

/* PAGE TOP */
#pageTop {
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 200;
}
 
#pageTop a {
  display: block;
  width: 88px; height: 88px;
  background-image: url(../common/pagetop.png);
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);	/* IE lt 8 */
  -ms-filter: "alpha(opacity=50)"; /* 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;
}

@media print { body { display: none !important; } }