@charset "UTF-8";

/* body
***************************************************************/
body {
	font-family: "Roboto","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: .05em;
	background: #050505;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
  }
#contentBody {
	background: url(../img/common/main_bg_top.jpg);
  background-position: right top;
  background-attachment: fixed;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
body.hide{
overflow:hidden;
}
/* link
***************************************************************/
a {
color: #fff;
text-decoration: none;
}
a:hover{
color: #26d0ce;
text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
  transition: all .3s ease-in-out;
}
a.ticketBtnLink:hover img {
  opacity: 1;
  transition:0;
}
/* clear
***************************************************************/
.clearfix {
zoom:1;
}
.clearfix:after {
content:".";
display: block;
height:0px;
clear:both;
visibility:hidden;
overflow:hidden;
font-size:0.1em;
line-height:0;
}
/* common
***************************************************************/
body.noscroll {
  /*overflow-y: hidden;*/
}
.rapper {
  width: 90%;
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 5%;
}
/* mainHeader
***************************************************************/
#mainHeader {
  position: fixed;
  width: 100%;
  height: 112px;
  padding-top: 30px;
  top: 0;
  z-index: 1001;
  background: #000;
}
#mainHeader .rapper {
  position: relative;
  height: 75px;
}
#mainHeader p.menu#menu01 {
  display: inline-block;
  position: fixed;
  top: 20px;
  left: 30px;
}
#mainHeader p.menu#menu02 {
  position: fixed;
  top: 20px;
  left: 30px;
}
#mainHeader .pc.rapper {
  width: 90%;
  padding: 0 5%;
  max-width: 1055px;
  height: auto;
}
#mainHeader .pc.rapper h1 {
  width: 100%;
  height: auto;
  display: inline-block;
	text-align:center;
}
#mainHeader .pc.rapper h1 img {
  width: auto;
  height: auto;
}
#mainHeader .pc.rapper #pcNav {
  width: 82%;
  display: inline-block;
  text-align: right;
  height: 3em;
  float: right;
}
#mainHeader .pc.rapper #pcNav a{
  font-size: 100%;
  font-weight: bold;
  display: inline-block;
  margin-left: 1em;
  margin-top: 0.8em;
  line-height: 1.2em;
  border-bottom: 2px solid #000;
}
#mainHeader .pc.rapper #pcNav span {
  font-size: 100%;
  font-weight: bold;
  display: inline-block;
  margin-left: 1em;
  margin-top: 0.8em;
  line-height: 1.2em;
  border-bottom: 2px solid #000;
  color: #444;
}
#mainHeader .pc.rapper #pcNav a {
	position:relative;
}

#mainHeader .pc.rapper #pcNav a span{
	position:absolute;
	top: -22px;
	right: 30%;
	font-size: 70%;
	color:#ff0000;
	border:none;
}

#mainHeader .pc.rapper #pcNav a.current,
#mainHeader .pc.rapper #pcNav a:hover{
  color: #26d0ce;
  text-decoration: none;
  border-bottom: 2px solid #26d0ce;
}
#mainHeader .sp.rapper h1 {
  width: 100%;
  margin:20px auto 0;
  text-align: center;
}
#mainHeader #mainNavi{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
  background: url(../img/header/bg_nav.jpg) no-repeat center top #000;
  background-size: cover;
}
#mainHeader #mainNavi .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}
#mainHeader #mainNavi .cover.view {
  transition: all 0.3s ease-in-out;
  left: 100%;
}
#mainHeader #mainNavi p.logo {
  width: 80%;
  text-align: center;
  padding-top: 20px;
  margin: 0 auto;
}
#mainHeader #mainNavi p.logo img {
  width: 80%;
  max-width: 533px;
}
#mainHeader #mainNavi #mainLinks {
  width: 50%;
  text-align: center;
  opacity: 0;
  margin: 94px 25% 45px;
  margin-left: -25%;
}
#mainHeader #mainNavi #mainLinks.view {
  transition: all 0.3s ease-in-out;
  margin-left: 25%;
  opacity: 1;  
}
#mainHeader #mainNavi #mainLinks ul {
  width: 100%;
}
#mainHeader #mainNavi #mainLinks ul.center {
  margin: 0 auto;
}
#mainHeader #mainNavi #mainLinks ul.left {
  float: left;
}
#mainHeader #mainNavi #mainLinks ul.right {
  float: right;
}
#mainHeader #mainNavi #mainLinks ul li {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  text-align: left;
}
#mainHeader #mainNavi #mainLinks ul li a {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 1em;
  padding-bottom: 20px;
  border-bottom: 2px solid #26d0ce;
  text-indent: 10px;
  letter-spacing: 0;
  background: url(../img/header/icon_nav_r_w.png) right top no-repeat;
  background-position:right 10px top;
}
#mainHeader #mainNavi #mainLinks ul li a.current,
#mainHeader #mainNavi #mainLinks ul li a:hover {
  text-decoration: none;
  background: url(../img/header/icon_nav_r_g.png) right top no-repeat;
  background-position:right 10px top;
}
#mainHeader #mainNavi p.ticketLink {
  text-align: center;
  width: 100%;
  margin: 40px auto 0;
}
#mainHeader #mainNavi p.ticketLink img{
  width: 100%;
}

/* #mainContents
***************************************************************/
#mainContents h1 {
  margin-top: 15px;
}
#mainContents #bg_cover {
  width: 100%;
  padding-top: 100px;
  background-attachment: fixed;
  background-size: 100% auto;
  z-index: 1;
}
/* footer
***************************************************************/
#mainFooter {
  background: #050505;
  position: relative;
}
p#page_top {
  text-align: right;
  margin: 0 auto;
  position: fixed;
  bottom: 30px;
  right :2%;
  display: none;
  z-index: 500;
}
p#page_top a{
  display: block;
}
p#side_ticket {
  position: fixed;
  top: 30%;
  right: -100px;
  text-align: right;
  transition:all 0.3s ease-in-out;
  z-index: 500;
}
p#side_ticket.view{
  right: -10px;
  transition:all 0.3s ease-in-out;
}

#mainFooter #linkArea {
  display: none;
}
#mainFooter #footerContents {
  width: 90%;
  max-width: 1030px;
  padding: 40px 30px 0;
  margin: 0 auto;
  position: relative;
}
#mainFooter #footerContents .main_logo {
  width: 80%;
  margin-bottom: 30px;
}
#mainFooter #footerContents .main_logo img {
  width: 100%;
  max-width: 484px;
}
#mainFooter #footerContents #footerSns p {
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
}
#mainFooter #footerContents p.twitter{
  top: 40px;
  right: 30px;
}
#mainFooter #footerContents p.facebook{
  top: 40px;
  right: 72px;
}

#mainFooter #footerContents .clearfix {
  border-bottom: 1px solid #3f3d3d;
  margin: 0 0 30px;
}

#mainFooter #footerContents .textBox {
  width: 28%;
  float: left;
  margin-bottom: 30px;
}
#mainFooter #footerContents .textBox.w20{
  width: 20%;
  max-width: 200px;
}
#mainFooter #footerContents .textBox .title{
  color: #26d0ce;
  font-size: 13px;
  margin-top: 11px;
}
#mainFooter #footerContents .textBox p {
  line-height: 1em;
  margin-bottom: 10px;
}
#mainFooter #footerContents .textBox p.btnLink {
  border: 1px solid #26d0ce;
  line-height: 1em;
  margin-top: 15px;
}
#mainFooter #footerContents .textBox p.btnLink a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 10px 10%;
  background: url(../img/common/arrow_r_w.png) no-repeat right center;
  background-position-x: 90%;
  letter-spacing: -0.1em;
}
#mainFooter #footerContents .textBox p.btnLink a:hover {
  color: #fff;
  background: url(../img/common/arrow_r_w.png) no-repeat right center #26d0ce;
  background-position-x: 90%;
  text-decoration: none;
}
#mainFooter #footerContents .ticketBox {
  width: 50%;
  text-align: right;
  float: right;
}
#mainFooter #footerContents .ticketBox a img{
  width: 100%;
  max-width: 482px;
}
#mainFooter #footerContents .lato{
  font-weight: bold;
  letter-spacing: 0rem;
}
#mainFooter #footerContents .smail {
  font-size: 10px;
  color: #5f5f5f;
  vertical-align: bottom;
}
#mainFooter #footerContents #footerCopy {
  padding-bottom: 30px;
}
#mainFooter #footerContents #footerCopy p.copy {
  width: 50%;
  line-height: 32px;
  float: left;
}
#mainFooter #footerContents #footerCopy #SponsorshipLogo {
  width: 50%;
  float: right;
  text-align: right;
}
#mainFooter #footerContents #footerCopy #SponsorshipLogo p {
  display: inline-block;
  margin-left: 20px;
}
#mainFooter #footerContents #footerCopy .lato{
  font-size: 10px;
  color: #7b7b7b;
  letter-spacing: -0.1em;
}
.ticketBtnLink {
  position: relative;
  display: block;
  overflow:hidden;
}
.ticketBtnLink .ticketBtn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ticketBtnLink .ticketBtn.r {
  right: 0;
  left: auto;
}
.sp {
  display: none;
}
@media screen and (max-width: 1106px) {
  #mainHeader .pc.rapper #pcNav a,
  #mainHeader .pc.rapper #pcNav span{
    font-size: 95%;
  }
}
@media screen and (max-width: 1047px) {
  #mainHeader .pc.rapper #pcNav a,
  #mainHeader .pc.rapper #pcNav span{
    font-size: 90%;
  }
}
@media screen and (max-width: 1018px) {
  #mainHeader .pc.rapper #pcNav a,
  #mainHeader .pc.rapper #pcNav span{
    font-size: 80%;
  }
}
@media screen and (max-width: 917px) {
  #mainHeader .pc.rapper #pcNav a,
  #mainHeader .pc.rapper #pcNav span{
    font-size: 70%;
  }
}
@media screen and (max-width: 800px) {
  #mainHeader .pc.rapper #pcNav a,
  #mainHeader .pc.rapper #pcNav span{
    font-size: 65%;
  }
}
@media screen and (max-width: 769px) {
  body {
    background: none;
  }
  body::before {
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100vw;
  height:100vh;
  content:"";  
	background: url(../img/common/main_bg_top.jpg) repeat right top;
  background-size: 100% auto;
  }
  #contentBody {
    background: none;
  }

  #mainContents #bg_cover {
    background: none;
    padding-top: 100px;
  }
  #mainHeader {
    position: absolute;
    width: 100%;
    height: 70px;
    top: 0;
    z-index: 1001;
    background: none;
    padding: 0;
  }
  #mainHeader .sp.rapper h1 {
    width: 96%;
    text-align: center;
		margin:0 auto;
		padding:20px 0 10px;
  }
  #mainHeader h1 img {
    width: 100%;
    height: auto;
  }
  #mainHeader p.menu#menu01,
  #mainHeader p.menu#menu02{
    width: 21px;
    height: 21px;
    top: 15px;
    left: 15px;
  }
  #mainHeader p.menu#menu01 img ,
  #mainHeader p.menu#menu02 img {
    width: 100%;
    height: auto;
  }
  #mainHeader #mainNavi #mainLinks {
    width: 80%;
    margin: 40px 10% 20px;
    margin-left: -10%;
  }
  #mainHeader #mainNavi #mainLinks.view {
    transition: all 0.3s ease-in-out;
    margin-left: 10%;
    opacity: 1;
  }
  #mainHeader #mainNavi #mainLinks ul,
  #mainHeader #mainNavi p.ticketLink {
    width: 100%;
  }
  #mainHeader #mainNavi #mainLinks ul li span {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 1em;
    padding-bottom: 20px;
    border-bottom: 2px solid #26d0ce;
    text-indent: 10px;
    letter-spacing: 0;
    color: #a6a6a6;
    display: block;
  }

  #mainHeader #mainNavi #mainLinks ul li a span.new {
    width: auto;
		display:inline-block;
    font-size: 14px;
    line-height: 0 !important;
    text-indent: 0 !important;
    letter-spacing: 0 !important;
		margin:0 !important;
		padding:0 !important;
    color: #ff0000;
		border:none;
  }

  #mainHeader #mainNavi #mainLinks ul li a {
    background: url(../img/header/icon_nav_r_w.png) right top no-repeat;
    background-position: right 10px top;
    background-size: auto 50%;
  }

  #mainHeader #mainNavi #mainLinks ul li a:hover {
    background-size: auto 50%;
  }
  #mainHeader .rapper {
    height: auto;
    position: static;
		background-color:#000;
    height: 100%;
  }
  #mainContents {
    padding-top: 0;
  }
  #mainFooter #footerContents {
    padding: 20px 0 0;
  }
  #mainFooter #footerContents .main_logo {
    display: none;
  }
  #mainFooter #footerContents .ticketBox {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  #mainFooter #footerContents .ticketBox a img {
    width: 100%;
    max-width: none;
    height: auto;
  }
  #mainFooter #footerContents .textBox {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    font-size: 25px;
  }
  #mainFooter #footerContents .textBox.w20 {
    width: 100%;
    max-width: none;
    float: none;
  }
  #mainFooter #footerContents #footerCopy #SponsorshipLogo {
    width: 80%;
    float: none;
    text-align: center;
    margin: 0 auto 20px;
  }
  #mainFooter #footerContents #footerCopy #SponsorshipLogo p {
    margin: 0 10px;
  }
  #mainFooter #footerContents #footerCopy #SponsorshipLogo p img {
    height: 100%;
    width: auto;
  }
  #mainFooter #footerContents #footerCopy #SponsorshipLogo img {
    width: 90%;
  }
  #mainFooter #footerContents #footerCopy .logo {
    width: 70%;
    margin: 0 auto 20px;
  }
  #mainFooter #footerContents #footerCopy .logo img{
    width: 100%;
  }
  #mainFooter #footerContents .textBox p.btnLink {
    width: 100%;
  }
  #mainFooter #footerSnsSp {
    text-align: center;
    margin-bottom: 40px;
  }
  #mainFooter #footerSnsSp p{
    display: inline-block;
  }
  #mainFooter #footerContents p.twitter,
  #mainFooter #footerContents p.facebook {
    display: inline-block;
    margin: 0 0.5em;
  }
  #mainFooter #footerContents #footerCopy p.copy {
    width: 100%;
    text-align: center;
    letter-spacing: 0.1rem;
  }
  p#side_ticket.view {
    display: none;
  }

	p#bottom_ticket img{
	  width:96%;
		margin:0 auto;
	}

	p#bottom_ticket {
	  position: fixed;
	  bottom: 10px;
	  text-align: center;
	  transition:all 0.3s ease-in-out;
	  z-index: 50000;
	}
	p#bottom_ticket.view{
	  transition:all 0.3s ease-in-out;
	}

  .pc {
    display: none!important;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width: 376px) {
  #mainHeader #mainNavi #mainLinks ul li {
    margin-bottom: 10px;
  }
  #mainHeader #mainNavi #mainLinks ul li span,
  #mainHeader #mainNavi #mainLinks ul li a {
    padding-bottom: 10px;
  }
}