@charset "UTF-8";


/*** reset 
***********************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0; padding:0; border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; font-weight: normal;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
ul,nav ul {   list-style:none;}
table {
    border-collapse:collapse;
    border-spacing:0;
}

.pconly{display:block;}
.sponly{display:none;}


a{text-decoration: none;color: #0066cc;}
a:hover{text-decoration: underline;color: #33ccff;}

body {
-webkit-text-size-adjust: 100%;
    font-family:'Noto Sans JP','Century Gothic','Lato',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif",sans-serif;
    background-color: #FFF;
    min-width: 1160px;
    margin: 0 auto;
    color: #515151;
    line-height: 1.8;
    font-size: 14px;
    background-image: url(../img/bg_head.jpg);
    background-repeat: repeat-x;
}

/***　loading
***********************/
#opbg{min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
left: 0;z-index:400000;
background: #FFF;}


#line{ 
	width:100%; /* 横幅100% */
	height:auto; 
	margin:40px auto; 
	background:#FFF;
}

/* ラインのアニメーション時の色と動き */
.fullwidth .expand { 
	width:100%; 
	height:1px; 
	margin:0; 
	background:#000; 
	position:absolute;
    top: 50%;
    -moz-animation:fullexpand 1s ease-out;
	-webkit-animation:fullexpand 1s ease-out;
}

 /* キーフレームを使った横幅100%のローディングの始まりと終わりの変化 */
@-moz-keyframes fullexpand {
	0%  { width:0px;}
	100%{ width:100%;}	
}
@-webkit-keyframes fullexpand {
	0%  { width:0px;}
	100%{ width:100%;}	
}





img.bg_full {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1002px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}
/******************************/



/***navigation
**********************************************/


.menu-btn {
    position: fixed;
    top: 90px;
    right: 20px;
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.menu-btn span {
    color: #fff;
    height: 57px;
    width: 57px;
}

.menu-btn span:after {
    content: url(../img/btn_menu.png);
}

/* 開閉用ボタンクリック*/
.open .menu-btn span:after {
    content: url(../img/btn_close.png);
}


/* メニュー部分 */
.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu ul {
    display: table-cell;
    vertical-align: middle;
}

.menu li {
    width: 300px;
    line-height:2;
    margin: 0 auto;
    text-align: left;
}

.menu li a {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    position: relative;
    display: inline-block;
    transition: .3s;
    text-decoration: none;
}
.menu li.sns{
    margin-top: 16px;
}
.menu li.sns a{
    padding: 3px;
    }

.menu li a:hover {
    color: #ffc924;
}

.menu li.sns a:hover {
    visibility: visible;
    opacity: 1;
    color: transparent;
}

.menu li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #ffcc33;
  transition: .3s;
}

.menu li.sns a::after {
  position:relative;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  background-color: none;
}

.menu li a:hover::after {
  width: 100%;
}

.menu li.sns a:hover::after {
  width: 0;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}


/* POPUP */

.popup{
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    overflow-y: scroll;

}

.open.popup {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}


.popup .inner{
    background: #FFF;
    font-size: 13px;
        padding:16px 30px ;
    overflow: scroll;
    height: 100vh;
}

.popup .inner h3{
    background-color: #ff0099;
    font-size: 16px;
}
.popup .inner p{
    padding-left: 8px;
}
.popup .inner h4{
   color: #990033;
    font-size: 14px;
    padding-left: 8px;
}
.popup .inner ul{
    padding-left: 8px;
}
.close_btn{
    position: fixed;
    top:10px;
    right: 10px;
}


/** PC ONLY **/

nav.pc_nav{
    width: 100%;
    height: 73px;
    background-color: #000;
    text-align: center;
}

nav.pc_nav ul{
    /*width: 980px;*/
    margin: 0 auto;
    font-size: 22px;
}

nav.pc_nav ul li{
    color: #FFF;
    display: inline-block;
    padding-top: 16px;
    padding-right: 24px;
    padding-left: 12px;
    background-image: url(../img/icon_menu.png);
    background-repeat: no-repeat;
    background-position:right bottom 14px;
}
nav.pc_nav ul li:last-child{
    background: none;
    padding-right: 0;
}
nav.pc_nav ul li a {    color: #FFF;
    position: relative;
    display: inline-block;
    font-weight: bold;
    transition: .3s;
    text-decoration: none;
}

nav.pc_nav ul li a:hover{
    color:#ffcc33;
}
nav.pc_nav ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #ffcc33;
  transition: .3s;
}
nav.pc_nav ul li a:hover::after {
  width: 100%;
}

/***  contents
**********************************************/

.inner{
    width: 1000px;
    margin: 0 auto;
    word-wrap:break-word;word-break:normal;
}

#key_visual{
    padding-top: 64px;
    padding-bottom: 50px
}



/*** titles
***********************************************/

h2{
    margin-top: 28px;
    margin-bottom: 26px;
    text-align: center;
    font-size: 30px;
    line-height: 1.1;
}

h3{
    font-size: 24px;
    line-height: 130%;
    background-color: #4a0086;
    color: #FFF;
    padding: 8px;
    margin-top: 32px;
    margin-bottom: 8px;
}

h4{
    font-size: 16px;
    font-weight: bold;
    line-height:2.5;
}

.purple{color: #4a0086;}


/***UNITE
***********************************************/
section{
    padding: 10px 0 30px ;
}

.wrap_column2{
    font-size: 0;
    display: block;
    margin-bottom: 16px;
}
.wrap_column2:after {
	visibility:hidden;
	height:0;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
}

hr{
    border-top: 1px solid #CCC;
}

/*** FADE
*******************************/


.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


/*** news
*****************************************/

dl{
    width: 980px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0 auto 8px;
    padding: 16px 0;
    font-size: 0;
}


#news dt{
    display: inline-block;
    width: 120px;
    font-size: 12px;
    background-image: url(../img/icon_news.png);
    background-repeat: no-repeat;
    background-position:left;
    padding-left: 10px;
    vertical-align: top;
}
#news dd{
display: inline-block;
    width: 849px;
    font-size: 14px;
}

#news .n_btn{
    text-align: right;
    padding-right: 10px;
    cursor: pointer;
    margin-bottom: 32px;
}

.more_contents{
    height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
}

.more_contents.open{
    height: auto;
    padding: 5px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    opacity: 1;
}

#news .more_contents dl{
    border: none;
}

/*#news .more_contents dt,#news .more_contents dd{
    display: inherit;
}*/


/*** schedule
***********************************************/
#schedule{
    width: 100%;
    background-image: url(../img/bg_gray.gif);
    padding:10px 0 30px;
}

.box{
    width:480px;
    float: left;
    margin: 0 8px;
    border: 1px solid #000;
    background-color: #FFF;
}

.box h3{
    background-color: #000;
    text-align: center;
    margin: 0;
    padding-top: 16px;
    padding-left: 0;
}

.box dl{
    width: 44%;
    padding:4% 2% 2% 4%;
    float: left;
    border: none;
    min-height: 790px;
}

.box dt{
    font-size: 12px;
    line-height: 1;
}

.box dd{
    font-size: 20px;
    line-height: 1.4;
    padding: 2px 0 14px ;
}
.box dd span{
    font-size: 13px;
}

#schedule h4{text-align: center;
margin-top: 32px;
line-height: 1;}

#schedule p{
    text-align: center;
}


/*** ticket
***********************************************/
#ticket{
    padding: 10px 0 32px;
}

.boxL{
    display: block;
    border: 1px solid #000;
    text-align: center;
    padding: 20px 10px;
}
.btn_kakunin{
    margin-top: 24px;
    padding: 10px 25px;
    background-color:#ff0066;
    color:#FFF;
    display: inline-block;
    cursor: pointer;
    transition: .9s;
}

.btn_kakunin:hover{
    background-color:#4a0086 ;
    transition: .9s;
}

.column {
    height: 100px;
    width: 49.5%;
    display: block;
    float: left;
    font-size: 14px;
}
.column:first-child{
    margin-right: 0.5%;
}

.column img{
    width: 100px; height: auto;
    margin-right: 10px;
    float: left;
    vertical-align: middle
}

.date{
    font-size:12px; 
}
.title{
    font-weight: bold;
}
.small{
    font-size: 10px;
}

ul.attention{
    font-size: 13px;
    list-style-position:inside;
    padding-left: 2px;
    list-style-type: disc;
    margin-bottom: 12px;
}

.pink{
    color: #ff0099;
}

.uline{
    text-decoration: underline;
}

/*** LIVE VIEWING
***********************************************/
#liveviewing{
    width: 100%;
    background-image: url(../img/bg_gray.gif);
    background-position: center top;
    padding:10px 0 32px;
    display: block;
}

#liveviewing p{
    font-size: 16px;
}
.b_listbox{
    margin: 6px 0;
    padding: 10px 25px;
    background-color:#ff0066;
    color:#FFF;
    display: inline-block;
    cursor: pointer;
    transition: .9s;
}

.b_listbox:hover{
    background-color:#4a0086 ;
    transition: .9s;
}



/*** GOODS
***********************************************/
#goods{
    width: 100%;
    background-image: url(../img/bg_gray.gif);
    background-position: center top;
    padding:10px 0 32px;
    display: block;
}

.goods_box{
    display: inline-block;
    text-align: center;
        width: 100%;
    margin-bottom: 32px;
}

.goods_box img{
    margin: 1%;
    border: 1px solid #000;
}

.g_tit{}
.g_tit ul{border-bottom:4px solid #ff0066; text-align: center;}
.g_tit ul li{ display: inline-block;background-color: #ff0066; margin-bottom: -4px; transition:all 0.6s; max-width: 30%; text-align: center; line-height: 140%; font-size: 20px;  padding:1% 1.5%;}
.g_tit ul li a{ display:block; padding: 5px 10px;color: #fff;}
.g_tit ul li.sel{ display: inline-block;background-color: #7900a6;}
.g_tit ul li:hover{background-color: #7900a6;}
.g_tit ul li:hover a{text-decoration: none;}
.intx{display: none; padding: 0% 0 5% 0;}
.intx img{ max-width: 100%; }
.slidinf01{ display: block; }

.tab_sid{ margin-top:30px; background:#fff;border-top:1px solid #000;border-right:1px solid #000;}
.tab_sid .tab_tit td{ text-align:center!important; vertical-align:middle; background:#999188; color:#fff; font-size:1.3em;}
.tab_sid tr td{ border-bottom:1px solid #000;border-left:1px solid #000; padding:5px; text-align:center; vertical-align:middle;}
.tab_sid tr td:nth-child(1){ text-align:left;}
.tab_sid tr td.tab_center{ text-align:center;}

.g_tin{ font-size:22px; color: #812da5; }





/*** ATTENTION
***********************************************/
#attention{
    width: 100%;
    /*background-image: url(../img/bg_gray.gif);*/
    background-position: center top;
    padding:10px 0  100px 0;
    display: block;    
}

.atten_list{}

.inlpt_01{ padding-left: 0.9em; text-indent: -0.9em; }
.inlpt_01:before{content: "•";padding-right: 0.5em;}
.g_sct{ position: relative; display: inline-block; font-size: 20px; line-height: 110%; }
.g_sct span{ position: relative; z-index: 10; font-weight: bolder; }
.g_sct:before{content: ""; display: block; height: 0.4em; width: 100%; position: absolute; left:0; bottom:0px; z-index: 0; background-color: #ffff00;}
.g_tht{ padding:0 1.5em 0.4em 1.5em ; font-size: 18px; line-height: 120%; font-weight: bold;color: #b16501; }

.inner_slm01{ padding: 1em;  margin: 0.5em 0; background-color:rgba(245, 236, 199, 0.8) }



/*** Supported by
***********************************************/
.sutitle{ padding:0.3em 1em; font-size:28px; line-height: 120%; text-align: center; background: #000; margin:1em 0 0.3em 0; color: #f5fe03;}
.sut_inner{ font-weight: bolder;background-image: -webkit-linear-gradient(top,#ce8302,#fda702,#f5fe03);-webkit-background-clip: text;-webkit-text-fill-color: transparent;
    background-image:linear-gradient(top,#f5fe03,#ce8302,#fda702);background-clip: text;text-fill-color: transparent;}
.logo_sy{ text-align: center; font-size: 0px; line-height: 0; }
.logo_sy a{ display: inline-block; margin:1.4%; width:300px; border:1px solid #000; max-width: 45%;}
.logo_sy a img{max-width: 100%}









/*** PAGETOP 
*****************************************/
#page-top {position: fixed;bottom: 46px;right: 40px;font-size: 110%;z-index: 500;cursor:pointer;text-decoration: none;} 
#page-top img{width: 26px; height: auto;}
#page-top a {z-index: 500;}
#page-top a:hover {}

/***  footer
**********************************************/



footer{
    clear: both;
    height: 350px;
    width: 100%;
    background-color: #000;
    padding-top: 32px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
}


.copy{
    margin-bottom: 32px;
}
article a{
    margin: 0 8px;
    display: inline-block;
}



/*** class
******************************************/

.fr{float: right;}
.fl{float:left;}
.clear{clear: both;}
.tac{text-align: center;}
.tar{text-align: right;}
.tal{text-align: left;}

.t_center{text-align:center;}
.font8{font-size:8pt;}
.font10{font-size:10pt;}
.font12{font-size:12pt;}
.font16{font-size:16pt;}



