@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
    font-family: 'quattrocentoregular';
    src: url('../font/quattrocento-regular-webfont.woff2') format('woff2'),
         url('../font/quattrocento-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}

html{
font-size: 62.5%;
/*\*/
_font-size: 62.5%;
/**/
}

a{
  color: #ffffff;
  text-decoration: none;
}
a:hover, a:focus{ text-decoration: underline;}

a[href^="tel"]{
  color: inherit;
}

a:hover img,
a:focus img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, ol {
list-style: none;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix { display: inline-block; }

.pcHide{
	display: none !important;
}
.spHide{
	display: block !important;
}
.pc_br{
	display: inline !important;
}
.sp_br{
	display: none !important;
}

.nolink a{
  background-color: #666666;
  color: #888888;
  pointer-events: none;
  cursor: default;
}

.mt0{
  margin-top: 0 !important;
}

body{
	font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 1.0rem;
	font-weight: 300;
	line-height: 2;
  background: url(../img/bg_header.jpg) no-repeat top center;
	background-color: #000000;
	color: #ffffff;
}

/* Layout */
.wrapper{
	width: 1000px;
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}
.wrapper:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

h2{
  height: 84px;
	display: block;
	background: url(../img/bg_h2.png) no-repeat center center;
	font-size: 32px;
	font-size: 3.2rem;
	text-align: center;
	font-weight: 700;
  letter-spacing: 1px;
  line-height: 84px;
}
h2 .tit{
  height: 0;
  display: block;
  overflow: hidden;
}

.txtBox{
  margin-top: 32px;
  font-size: 1.6rem;
  text-align: center;
}
.ytLinkBtn a{
  width: 500px;
  display: block;
  margin: 14px auto 0 auto;
  padding: 0 10px 0 10px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  font-size: 2.0rem;
  line-height: 52px;
}
.ytLinkBtn a:hover{
  background-color: #ffffff;
  color: #111111;
  text-decoration: none;
}

.pageLinkBtn a{
  width: 500px;
  display: block;
  margin: 14px auto 0 auto;
  padding: 0 10px 0 10px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  font-size: 2.0rem;
  line-height: 52px;
}
.pageLinkBtn a span{
  display: block;
  background: url(../img/ico_link.png) no-repeat center right;
	background-size: 11px 19px;
  text-align: center;
}
.pageLinkBtn a:hover{
  background-color: #ffffff;
  color: #111111;
  text-decoration: none;
}
.pageLinkBtn a:hover span{
  background: url(../img/ico_link_hover.png) no-repeat center right;
	background-size: 11px 19px;
}

.outLinkBtn a{
  width: 500px;
  display: block;
  margin: 14px auto 0 auto;
  border: 2px solid #ffffff;
  border-radius: 8px;
  font-size: 2.0rem;
  line-height: 52px;
}
.outLinkBtn a span{
	display: inline-block;
  margin-right: 4px;
  padding-right: 18px;
	background: url(../img/ico_outlink.png) no-repeat center right;
	background-size: 12px 15px;
}
.outLinkBtn a:hover{
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.outLinkBtn a:hover span{
  color: #ffffff;
	background: url(../img/ico_outlink_hover.png) no-repeat center right;
	background-size: 11px 19px;
}

.ticketLinkBtn a{
  width: 700px;
  display: block;
  margin: 14px auto 0 auto;
  background-color: #e8380d;
  color: #ffffff;
  border-radius: 8px;
  line-height: 42px;
  text-align: center;
}
.ticketLinkBtn a span{
	display: inline-block;
  margin-right: 4px;
  padding-right: 18px;
	background: url(../img/ico_link.png) no-repeat center right;
	background-size: 12px 15px;
}


/* 大切なお知らせ */
.importantNews{
  width: 100%;
  background-color: #ff0000;
}
.importantEvent{
  background-color: #e90073 !important;
}
.importantNews dl{
  display: block;
  margin: 0;
}
.importantNews dl:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.importantNews dt{
  width: 100px;
  display: block;
  float: left;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 50px;
  color: #ffffff;
}
.importantNews dd{
  width: 890px;
  display: block;
  float: right;
  padding: 5px 0 0 0;
}
.importantNews dd p{
  height: 40px;
  background-color: #ffffff;
  color: #ff0000;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 40px;
}
.importantNews a{
  color: #ff0000;
  text-decoration: underline;
}
.importantNews a{
  color: #ff0000;
  text-decoration: underline;
}
.importantEvent a{
  color: #e90073 !important;
  text-decoration: underline;
}

/* header*/
#header{
	width: 100%;
  height: 90px;
	display: block;
	margin: 0 0 0 0;
	padding: 0;
  background-color: #000000;
}
#header:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

#header h3{
  display: none;
}
#header h4{
  width: 80px;
	height: 0;
	display: block;
  float: right;
  margin: 30px 0 0 0;
  padding-top: 38px;
	background: url(../img/logo_pad.png) no-repeat center center;
	background-size: 80px auto;
	overflow: hidden;
}


/* Navi */
#navi{
	width: 800px;
  margin-top: 42px;
	display: block;
	float: left;
  font-size: 1.4rem;
  line-height: 1;
}
#navi ul{
	display: inline-block;
  margin: 0 auto 0 auto;
  text-align: center;
}
#navi ul:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#navi li{
	width: auto;
	display: block;
	float: left;
	margin: 0 14px 0 0;
  padding: 0 14px 0 0;
  border-right: 1px solid #cccccc;
}
#navi li:first-child{
	margin: 0 14px 0 0;
  padding: 0 14px 0 14px;
  border-left: 1px solid #cccccc;
}
#navi li a{
  text-shadow: 0 0 13px #000000;
}
#navi li{
  color: #666666;
}
#navi .nolink a{
  background-color: #00ccff;
  color: #ffffff;
  pointer-events: none;
  cursor: default;
}
.youtubeAttention{
  display: block;
  margin-top: 5px;
  font-size: 0.9rem;
  transform: scale(0.8);
}

.eventInfo{
	display: block;
	margin-top: 12px;
}
.eventInfo img{
	width: 100%;
	height: auto;
}

.eventInfo .eventRuleBox{
  display: block;
  margin-top: 8px;
  padding: 10px 30px 10px 30px;
  border: 1px solid #f2e250;
  font-size: 9px;
  color: #f2e250;
}
.eventInfo .eventRuleBox .strong{
  display: block;
}

/* banner */
#banner{
	width: 100%;
  margin: 0 0 0 0;
  padding: 32px 0 32px 0;
  background-color: #333333;
}
#banner:after{
  content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#banner .bannerLeft{
  width: 65%;
  float: left;
}
#banner .bannerRight{
  width: 30%;
  float: right;
}
#banner .wrapper{
  padding: 0;
  text-align: center;
}

#banner .col1:after,
#banner .col4:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#banner .col1 li{
  display: block;
}
#banner .col4{
  width: 100%;
}
#banner .col4 li{
  width: 49%;
  display: block;
  float: left;
  margin: 10px 0 0 2%;
}
#banner .col4 li:nth-child(2n+1){
  margin: 10px 0 0 0;
  clear: left;
}
#banner .col4 li:nth-child(2n){
  clear: right;
}
#banner .col4 li:first-child{
  margin: 10px 0 0 0;
}

#banner .col1 li img,
#banner .col4 li img{
  width: 100%;
  height: auto;
}

/* Btn TOP */
#btnTop{
  width: 77px;
  height: 77px;
  display: block;
  position: fixed;
  bottom: 240px;
  right: 30px;
}
#btnTop a{
  width: 60px;
  height: 0;
  display: block;
  padding-top: 60px;
  background: url(../img/btnTop.png) no-repeat center center;
  background-size: 60px 60px;
  border-bottom: none;
  overflow: hidden;
}
#btnTop a:hover{
  background: url(../img/btnTop_hover.png) no-repeat center center;
  background-size: 60px 60px;
}

/* footer */
#footer{
	width: 100%;
  padding: 52px 0 0 0;
}
#footer .wrapper{
  padding: 0 0 64px 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.0;
}
#footer .wrapper:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.footer_left{
  width: 800px;
  display: block;
  float: left;
  text-align: left;
}
.footer_right{
  width: 200px;
  display: block;
  float: right;
  text-align: right;
}
.footer_left ul{
  display: block;
}
.footer_left li{
  display: block;
  margin: 12px 0 0 0;
}
.footer_left li:first-child{
  margin: 0 0 0 0;
}
.footer_left li dl{
  display: block;
}
.footer_left ul:after,
.footer_left li:after,
.footer_left li dl:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.footer_left li dt{
  width: 40px;
  display: block;
  float: left;
}
.footer_left li dd{
  padding: 0 0 0 40px;
}
.footer_left li dd a{
  text-decoration: underline;
}
.footer_left li dd a:hover{
  text-decoration: none;
}
#copyright{
  display: inline-block;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* SP */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 768px) {
  a{
    text-decoration: underline;
  }

  a:hover img,
  a:focus img {
  	filter: alpha(opacity=100);
  	-moz-opacity: 1;
  	opacity: 1;
  }
  .pcHide{
  	display: block !important;
  }
  .spHide{
  	display: none !important;
  }
  .pc_br{
  	display: none !important;
  }
  .sp_br{
  	display: inline !important;
  }
  body{
    background: url(../img/bg_header.jpg) no-repeat top center;
    background-size: 300% auto;
  	background-color: #000000;
  }

  /* Layout */
  .wrapper{
  	width: auto;
  	margin: 0 20px 0 20px;
  	text-align: left;
  	font-size: 13px;
  	font-size: 1.3rem;
  }

  h2{
    height: 34px;
  	display: block;
    padding: 0 0 0 0;
  	background: url(../img/bg_h2.png) no-repeat center center;
    background-size: auto 33px;
  	font-size: 24px;
  	font-size: 2.4rem;
  	font-weight: 700;
    line-height: 34px;
  }

  .txtBox{
    margin-top: 16px;
    font-size: 1.3rem;
    text-align: left;
  }
  .ytLinkBtn a{
    width: auto;
    display: block;
    margin: 14px auto 0 auto;
    border: 2px solid #ffffff;
    border-radius: 8px;
    font-size: 1.2rem;
    line-height: 28px;
    text-align: center;
  }
  .ytLinkBtn a:hover{
    background-color: none;
    color: #ffffff;
    text-decoration: underline;
  }

  .pageLinkBtn a{
    width: auto;
    display: block;
    margin: 14px auto 0 auto;
    border: 2px solid #ffffff;
    border-radius: 8px;
    font-size: 1.5rem;
    line-height: 42px;
  }
  .pageLinkBtn a span{
    display: block;
    background: url(../img/ico_link.png) no-repeat center right;
  	background-size: 11px 19px;
    text-align: center;
  }
  .pageLinkBtn a:hover{
    background-color: none;
    color: #ffffff;
    text-decoration: underline;
  }
  .pageLinkBtn a:hover span{
    background: url(../img/ico_link.png) no-repeat center right;
  	background-size: 11px 19px;
  }

  .outLinkBtn a{
    width: auto;
    display: block;
    margin: 14px auto 0 auto;
    border: 2px solid #ffffff;
    border-radius: 8px;
    font-size: 1.5rem;
    line-height: 42px;
  }
  .outLinkBtn a span{
  	display: inline-block;
    margin-right: 4px;
    padding-right: 18px;
  	background: url(../img/ico_outlink.png) no-repeat center right;
  	background-size: 12px 15px;
  }
  .outLinkBtn a:hover{
    background-color: none;
    color: #000000;
  }
  .outLinkBtn a:hover span{
    color: #000000;
    background: url(../img/ico_outlink.png) no-repeat center right;
  	background-size: 12px 15px;
  }
  .ticketLinkBtn a{
    width: auto;
    display: block;
    margin: 14px auto 0 auto;
    background-color: #e8380d;
    color: #ffffff;
    border-radius: 8px;
    line-height: 42px;
    text-align: center;
  }
  .ticketLinkBtn a span{
  	display: inline-block;
    margin-right: 4px;
    padding-right: 18px;
  	background: url(../img/ico_outlink.png) no-repeat center right;
  	background-size: 12px 15px;
  }

  /* 大切なお知らせ */
  .importantNews{
    padding: 6px 0 6px 0;
  }
  .importantNews dl{
  }
  .importantNews dt{
    width: auto;
    display: block;
    float: none;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .importantNews dd{
    width: auto;
    display: block;
    float: none;
    padding: 5px 0 0 0;
  }
  .importantNews dd p{
    height: auto;
    padding: 10px;
    border-radius: 5px;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  /* header*/
  #header{
  	width: 100%;
    height: 60px;
  }
  #header .wrapper{
    margin: 0;
  }
  #header h3{
    width: 40px;
    height: 0;
    display: block;
    padding-top: 40px;
    background: url(../img/menu_open.png) no-repeat center center;
  	background-size: 40px 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    overflow: hidden;
  }
  #header.on h3{
    background: url(../img/menu_close.png) no-repeat center center;
  	background-size: 40px 40px;
  }
  #header h4{
    width: 60px;
    height: 0;
    margin: 0 0 0 0;
    padding-top: 38px;
  	background: url(../img/logo_pad.png) no-repeat center center;
  	background-size: 60px auto;
    position: absolute;
    top: 12px;
    left: 10px;
    overflow: hidden;
  }

  /* Navi */
  #navi{
  	width: auto;
    display: none;
    margin-top: 0;
  	float: none;
    font-size: 1.1rem;
    z-index: 99999;
  }
  #header.on #navi{
    display: block;
  }
  #navi ul{
  	display: block;
    margin: 0 auto 0 auto;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
  }
  #navi li{
  	width: auto;
  	display: block;
  	float: none;
  	margin: 0 0 0 0;
    padding: 15px 0 15px 0;
    border-right: none;
    border-top: 1px solid #666666;
  }
  #navi li:first-child{
    margin: 0 0 0 0;
    padding: 15px 0 15px 0;
    border-left: none;
  }
  #navi li a{
    text-shadow: 0 0 13px #000000;
    text-decoration: none;
  }
  #navi li a:hover{
    text-decoration: none;
  }
  #navi li{
    color: #666666;
  }
  #navi .nolink a{
    background-color: #00ccff;
    color: #ffffff;
    pointer-events: none;
    cursor: default;
  }
  #navi li#closeBtn{
    color: #ffffff;
  }

  .eventInfo .eventRuleBox{
    padding: 6px 10px 6px 10px;
  }


  /* banner */
  #banner{
    padding: 32px 0 34px 0;
  }
  #banner:after{
    padding: 32px 0 34px 0;
  }
  #banner .col1{
    width: 100%;
    float: none;
  }
  #banner .timeLine{
    width: 100%;
    margin: 32px 0 0 0;
    float: none;
  }

  #banner .bannerLeft{
    width: 100%;
    float: none;
  }
  #banner .bannerRight{
    width: 100%;
    float: none;
    margin-top: 32px;
  }

  #banner .col4{
    width: 100%;
  }
  #banner .col4 li{
    width: 49%;
    margin: 10px 0 0 2%;
  }
  #banner .col4 li:nth-child(2n+1){
    margin: 10px 0 0 0;
    clear: left;
  }
  #banner .col4 li:nth-child(2n){
    clear: right;
  }
  #banner .col4 li:first-child{
    margin: 0 0 0 0;
  }
  #banner .col4 li:nth-child(2){
    margin: 10px 0 0 0;
  }

  /* Btn TOP */
  #btnTop{
    width: 36px;
    height: 36px;
    bottom: 10px;
    right: 10px;
  }
  #btnTop a{
    width: 36px;
    padding-top: 36px;
    background: url(../img/btnTop.png) no-repeat center center;
    background-size: 36px 36px;
  }
  #btnTop a:hover{
    background: url(../img/btnTop_hover.png) no-repeat center center;
    background-size: 36px 36px;
  }

  /* footer */
  #footer{
  	width: 100%;
    padding: 32px 0 0 0;
  }
  #footer .wrapper{
    padding: 0 0 42px 0;
    font-size: 1.0rem;
  }
  .footer_left{
    width: auto;
    float: none;
  }
  .footer_right{
    width: auto;
    float: none;
    margin: 24px 0 0 0;
    text-align: left;
  }
  .footer_left li{
    display: block;
    margin: 8px 0 0 0;
  }
  .footer_left li dt{
    width: 32px;
    display: block;
    float: left;
  }
  .footer_left li dd{
    padding: 0 0 0 32px;
  }
  .footer_left li dd a{
    text-decoration: underline;
  }
  .footer_left li dd a:hover{
    text-decoration: underline;
  }

}
