@charset "UTF-8";

/* body
***************************************************************/
body {
    font-family: Noto Sans JP,YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic Pro", Osaka, Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
/*
	font-family: Noto Sans JP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Oswald, 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-serif;
	font-family: "Oswald","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-family: "Roboto","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
*/

	font-size: 13px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: .05em;
	background: #fff;
	color: #181818;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
  }

#home #contentBody {
	background-image: none;
  background-position: right top;
  background-attachment: fixed;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#contentBody {
	background-image: url(../img/common/bg_fixed.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: 57px;
  padding-top: 12px;
  top: 0;
  z-index: 1001;
}
#mainHeader.top-bg {
  background-color:#181818;
}
#mainHeader.second {
  background-color:#181818;
}
#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: 100%;
  padding: 0 5%;
  height: auto;
/*
	max-width:1300px;
*/
}

#mainHeader .pc.rapper h1 {
  width: 50%;
  max-width: 450px;
  height: auto;
  display: inline-block;
  float: left;
	margin-top: 16px;
	margin-left: -3px;
}
#mainHeader .pc.rapper h1 img {
  width: 100%;
  height: auto;
}
#mainHeader .pc.rapper #pcNav {
  width: 55%;
  display: inline-block;
  text-align: left;
  height: 3em;
  float: right;
	margin-top: 2px;
	min-width: 398px;
}
#mainHeader .pc.rapper #pcNav a:first-child{
	font-family: 'Oswald', sans-serif;
  font-size: 13px;
	color:#fff;
  font-weight: bold;
  display: inline-block;
  margin-left: 60px;
  margin-top: 1.1em;
  line-height: 1.2em;
	letter-spacing: 0.16em;
}

#mainHeader .pc.rapper #pcNav a{
	font-family: 'Oswald', sans-serif;
  font-size: 13px;
	color:#fff;
  font-weight: bold;
  display: inline-block;
  margin-left: 1.75em;
  margin-top: 1.1em;
  line-height: 1.2em;
	letter-spacing: 0.16em;
}
#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: #fff;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
#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-color:#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 #fff;
  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 {
/*
  padding-top: 100px;
*/
}
#mainContents h1 {
  margin-top: 15px;
}
#home #mainContents #bg_cover {
  width: 100%;
  padding-top: 0;
  background-attachment: fixed;
  background-size: 100% auto;
  z-index: 1;
	padding-top:0;
}
#mainContents #bg_cover {
  width: 100%;
  padding-top: 0;
  background-attachment: fixed;
  background-size: 100% auto;
  z-index: 1;
	padding-top:205px;
}
/* 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 2px;
  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;
	line-height: 1.4;
}
#mainFooter #footerContents .textBox .title2{
  color: #26d0ce;
  font-size: 13px;
  margin-top: 11px;
	line-height: 1.4;
}
#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: #181818;
  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: 0.05rem;
	color:#fff;
}
#mainFooter #footerContents .smail {
  font-size: 10px;
  color: #fff;
  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.2em;
}
.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;
}

p#page_top img {
    width: 40%;
}


@media screen and (max-width: 1106px) {
	#mainHeader .pc.rapper #pcNav a:first-child{
	  margin-left: 1.75em;
	}
  #mainHeader .pc.rapper #pcNav a,
  #mainHeader .pc.rapper #pcNav span{
    font-size: 13px;
  }
}
@media screen and (max-width: 1047px) {
	#mainHeader .pc.rapper #pcNav a:first-child{
	  margin-left: 1.75em;
	}
  #mainHeader .pc.rapper #pcNav a,
  #mainHeader .pc.rapper #pcNav span{
    font-size: 13px;
  }
}
@media screen and (max-width: 1018px) {
	#mainHeader .pc.rapper #pcNav a:first-child{
	  margin-left: 1.75em;
	}
  #mainHeader .pc.rapper #pcNav a,
  #mainHeader .pc.rapper #pcNav span{
    font-size: 13px;
  }
}
@media screen and (max-width: 917px) {
	#mainHeader .pc.rapper #pcNav a:first-child{
	  margin-left: 1.75em;
	}
  #mainHeader .pc.rapper #pcNav a,
  #mainHeader .pc.rapper #pcNav span{
    font-size: 13px;
  }
}
@media screen and (max-width: 800px) {
	#mainHeader .pc.rapper #pcNav a:first-child{
	  margin-left: 1.75em;
	}
  #mainHeader .pc.rapper #pcNav a,
  #mainHeader .pc.rapper #pcNav span{
    font-size: 13px;
  }
}
@media screen and (max-width: 769px) {
  body {
    background: none;
  }
  body#home::before {
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100vw;
  height:100vh;
  content:"";  
	background: none;
  }
  body::before {
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100vw;
  height:100vh;
  content:"";  
	background: initial;
  }

	.side_navi {
	    display: none;
	}

	#mainHeader {
	  background-color:#181818;
	}

	#mainHeader #mainNavi p.logo img {
	  width: 82%;
	  max-width: 533px;
	}
	#mainHeader #mainNavi p.logo {
	    width: 91%;
	    text-align: center;
	    padding-top: 20px;
	    margin: 10px auto 0;
	}

  #contentBody {
    background: none;
  }

  #mainContents #bg_cover {
    background: none;
    padding-top: 99px;
  }
  #mainHeader {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 1001;
    padding: 0;
  }
  #mainHeader .sp.rapper h1 {
    width: 100%;
    height: 0;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 10px;
  }
  #mainHeader h1 img {
    width: 76%;
    height: auto;
  }
  #mainHeader p.menu#menu01,
  #mainHeader p.menu#menu02{
    width: 21px;
    height: 21px;
    top: 27px;
    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;
    overflow-y: scroll;
    height: 100%;
  }
  #mainContents {
    padding-top: 0;
  }
  #mainFooter #footerContents {
    padding: 20px 0 1px;
  }
  #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: 87%;
    float: none;
    margin: 0 auto 20px;
    font-size: 25px;
  }
  #mainFooter #footerContents .textBox.w20 {
    width: 87%;
    max-width: none;
    float: none;
  }
  #mainFooter #footerContents #footerCopy #SponsorshipLogo {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto 20px;
  }
  #mainFooter #footerContents #footerCopy #SponsorshipLogo p {
    margin: 0 10px;
    display: inline-block;
    width: 28%;
    vertical-align: bottom;
  }
  #mainFooter #footerContents #footerCopy #SponsorshipLogo p img {
		height: auto;
    width: 100%;
  }
  #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 {
		font-size: 0.6em;
	  line-height: 1em;
	  margin-bottom: 10px;
	}
  #mainFooter #footerContents .textBox p.btnLink {
		width: 67%;
		margin: 15px auto 32px;

  }
  #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 {
		font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    width: 100%;
    text-align: center;
    letter-spacing: 0.1rem;
		color:#fff;
		font-weight: normal;
  }
	#mainFooter #footerContents .lato{
	  font-weight: bold;
	  letter-spacing: 0.13rem;
		color:#fff;
	}
	#mainFooter #footerContents .textBox .title2{
	  color: #26d0ce;
	  font-size: 13px;
	  margin-top: 20px;
		line-height: 1.4;
	}
	#mainFooter #footerContents .textBox p.btnLink a {
	  font-size: 14px;
	  font-weight: bold;
	  display: block;
	  padding: 10px 10%;
	  letter-spacing: 0.1em;
		text-align:center;
		background:none;
	}

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

	#mainFooter #footerContents #footerCopy {
	    border-bottom: none;
	}

  p#side_ticket.view {
    display: none;
  }

	p#page_top {
	  text-align: right;
	  margin: 0 auto;
	  position: fixed;
	  bottom: 50px;
	  right :5%;
	  display: none;
	  z-index: 500;
	}
	p#page_top a{
	  display: block;
	}
	p#page_top img{
	  width:35%;
	}

	#mainFooter #linkArea .linkBox {
			background: none !important;
	    border-top: none !important;
	    margin: 0 auto 30px !important;
	}

	#mainFooter #linkArea .linkBox a {
		margin-bottom: 5px !important;
	}

	#mainFooter #linkArea .linkBox .linkTitle span {
	    /* background: #fff; */
	    display: inline-block;
	    /* padding: 0 0.5em; */
			font-size: 0.7em !important;
	}
	#mainFooter #linkArea .linkBox .linkTitle {
	    margin-bottom: 17px !important;
	    background-color: #ededed;
	    width: 55%;
	    border-radius: 30px;
	    padding: 3px 5px 7px 5px;
	}
	#mainFooter #linkArea .linkBox .linkTitle span {
			background: none !important;
	    display: inline-block;
	    padding: 0 0.5em;
	}
	#mainFooter #linkArea .linkBox .linkBoxInner.box2 {
	    width: 60%;
	    margin-bottom: 34px;
	}
	#mainFooter #linkArea .linkBox a.txt {
	    width: 100%;
	    font-size: 1.4em;
	}
	#mainFooter #linkArea .Sponsorship {
	    border-top: 1px solid #ccc;
	    padding: 40px 0 60px;
	    font-size: 1.0em;
			font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	}
	#mainFooter #linkArea .linkBox .linkBoxInner.box1 a img {
	    width: 67%;
	    height: auto;
	}
	#mainFooter #linkArea .Sponsorship {
	    border-top: 1px solid #ccc;
	    padding: 40px 0 !important;
	    font-size: 1.0em;
	    letter-spacing: 0.15em;
			line-height: 2.2em;
	}
	#bnrFixed {
		margin: auto;
		width: 90%;
		max-width: 690px;
		height: auto;
		position: fixed;
		opacity: 0;
		bottom: -200px;
		left: 0;
		right: 0;
		z-index: 100;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: nowrap;
		flex-direction: row;
		padding: 0;
		transition: all 1s ease-out 0s;
		font-family: "Oswald","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	}
	.navOpen #bnrFixed {
		opacity: 1;
		bottom: 10px;
	}
	#bnrFixed {
		opacity: 1;
		bottom: 10px;
	}
	#bnrFixed.fixed {}
	#bnrFixed.objView-on {
		opacity: 1;
	}
	#bnrFixed.objView-off {
		opacity: 0;
		bottom: -200px;
	}
	#bnrFixed .link1 {
		width: 84%;
		margin: 0 5px;
	}
	#pageTicket .navOpen #bnrFixed .link1 {
		display: none;
	}
	#bnrFixed .link1 a {
		/*! display: block; */
		width: 100%;
		height: 100%;
		background-color: #fff;
		border: 2px solid #181818;
		padding: 10px 0;
		font-size: 16px;
		color: #181818;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
		position: relative;
	}
	#bnrFixed .link1 a::after {
		content: "";
		display: block;
		width: 16px;
		height: 16px;
		background: url(../img/header/arrow_b.png) no-repeat center center;
		background-size: contain;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
		z-index: 1;
	}
	i {
		font-style: normal;
    font-weight: inherit;
	}

  .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;
		color: #fff;
  }
}
