@charset "utf-8";

body{
    font-family: 'Sawarabi Gothic', sans-serif;
	color: #000;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;    
}

_:-ms-lang(x)::-ms-backdrop, body{/*IE11用ハック*/
    overflow-x: hidden;
}

@media screen and (max-width:768px) {
body{
	font-size:0.9rem;
	}
}

*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #000;
    outline: none;
}

#identity a,
#footer a{
	text-decoration: none;
}

img{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
  /* SP 版（幅768px以下）では .no-sp を非表示に */
  br.no-sp {
    display: none;
  }
}

/* splash */

/* loading ※https://projects.lukehaas.me/css-loaders/参照*/
.loader {
  color: #000;
  font-size: 40px;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* font-family */

h1,h2,
#news h3,
#timetable h3,
#artists h3,
#article h3,
#ticket h3,
#partner h3,
#header .scrolldown3,
#contact .tel,
#contact .mail,
#footer,
nav,
#splash-logo{
    font-family: 'Teko', sans-serif;
}



#member h3{
    font-family: 'Teko', sans-serif;
}

/* splash */

#splash-logo{
    color:#000;
}

/* header */

#header .fixed{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

#header h1{
    position: fixed;
    z-index: 9999;
    top:3vh;
    left:2vw;
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 1;
}
@media screen and (max-width:768px) {
#header h1{
    font-size:2rem;
    top:4vh;
    left:4vw;
}
}

#header .scrolldown3 span{
    letter-spacing: 0.1em;
    text-transform: none;
}

/* gnavi */

.circle-bg{
    border:2px solid #000;
}

#g-nav ul{
    font-size: 1.7rem;
    letter-spacing: 0.1em;
}


@media screen and (max-width:768px) {
#g-nav ul{
    font-size: 1rem;
}
}

/* heading */

h2{
    font-size: 3rem;
    letter-spacing: 0.1em;
	line-height: 1.2;
    text-align: center;
    text-transform: none;
    margin: 0 0 5vh 0;
}

_:-ms-lang(x)::-ms-backdrop, #ticket h2{/*IE11用ハック*/
    padding:20vh 0 0 0;
}

@media screen and (max-width:768px) {
h2{
    font-size: 3rem;
}
}

h4{
    font-size: 2rem;
    letter-spacing: 0.1em;
	line-height: 1.2;
    text-align: center;
    text-transform: none;
    margin: 0 0 5vh 0;
}

_:-ms-lang(x)::-ms-backdrop, #ticket h4{/*IE11用ハック*/
    padding:20vh 0 0 0;
}

@media screen and (max-width:768px) {
h4{
    font-size: 1.4rem;
}
}


/* area */


.fixed{
    z-index: 1;
    height:100%;
    padding:60px 7vw;
	animation: bgchange 40s ease infinite;
}

@media screen and (min-width: 1400px) {
  .fixed {
    max-width: 1400px;  /* 最大幅を1,000pxに */
    margin: 0 auto;     /* 横中央寄せ */
  }
}

#article.fixed{
    z-index: 1;
    height:100vh;
    width:100%;
    max-width:100%;
    padding: 10vw 4vw;
	animation: bgchange 40s ease infinite;
}




@media screen and (max-width:768px) {
  #concept.fixed,
  #news.fixed,
  #timetable.fixed,	
	#artists.fixed, 
  #article.fixed, 
  #member.fixed, 
  #contact.fixed, 
  #ticket.fixed{
      height: auto;
    }
}

@media screen and (max-width:540px) {
.fixed{
    padding:0 20px;
    }
    
}

/* concept */

#concept{
    text-align: center;
    justify-content: center;
	align-items: center;
	padding-top: 60px;
}

#concept h3{
    font-size: 2rem;
    margin: 0 0 5vh 0;
}

@media screen and (max-width:768px) {
#concept h3{
    font-size: 2.5rem;
}
}

#concept p{
	line-height: 2;
	font-size: 1.4rem;
}

@media screen and (max-width:540px) {
#concept h3,
#concept p{
    text-align: left;  
		line-height: 1.8;
		font-size: 1.1rem;
} 


}


/* news */

#news{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

_:-ms-lang(x)::-ms-backdrop, #news{/*IE11用ハック*/
    display: block;
}

#news .news-area{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#news .news-area section{
    width: 360px;
	padding: 22px;
}

#news .news-item{
	margin-bottom: 20px;
}


#news .news-area .news-img{
     width:20%;
    margin: 0 auto 1vh auto;
}

#news h3{
    font-size: 3rem;
    font-weight: normal;
}

#news .caption{
    font-weight: bold;
    margin: 0 0 3vh 0;
}   

@media screen and (max-width:768px) {
#news{
    padding:0 0 18vh 0; 
}

#news .news-area{
    justify-content: space-around;
}

#news .news-area section{
    width: 45%;
    margin: 0 0 5vh 0;
}

#news h2{
    padding:15vh 0 0 0;
}
    
#news h3{
    font-size: 1.5rem;
}
}

@media screen and (max-width:500px) {

 #news .news-area{
    display: block;
}

#news .news-area section{
    width: 100%;
} 
    
}



/* timetable */

#timetable{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

_:-ms-lang(x)::-ms-backdrop, #timetable{/*IE11用ハック*/
    display: block;
}

#timetable .timetable-area{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#timetable .timetable-area section{
    width: 360px;
	padding: 22px;
}

#timetable .timetable-item{
	margin-bottom: 20px;
}


#timetable .timetable-area .timetable-img{
     width:20%;
    margin: 0 auto 1vh auto;
}

#timetable h3{
    font-size: 3rem;
    font-weight: normal;
}

#timetable .caption{
    font-weight: bold;
    margin: 0 0 3vh 0;
}   

@media screen and (max-width:768px) {
#timetable{
    padding:0 0 18vh 0; 
}

#timetable .timetable-area{
    justify-content: space-around;
}

#timetable .timetable-area section{
    width: 45%;
    margin: 0 0 5vh 0;
}

#timetable h2{
    padding:15vh 0 0 0;
}
    
#timetable h3{
    font-size: 1.5rem;
}
}

@media screen and (max-width:500px) {

 #timetable .timetable-area{
    display: block;
}

#timetable .timetable-area section{
    width: 100%;
} 
    
}

/* artists */

#artists{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

_:-ms-lang(x)::-ms-backdrop, #artists{/*IE11用ハック*/
    display: block;
}

#artists .artists-area{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#artists .artists-area section{
 margin-bottom: 30px;
}

#artists .artists-area .artists-img{
     width:360px;
    margin: 0 auto 1vh auto;
}

#artists h3{
    font-size: 2rem;
    font-weight: normal;
}

#artists .caption{
    font-weight: bold;
    font-size: 1rem;
    margin: 0 0 3vh 0;
}   

@media screen and (max-width:768px) {
#artists{
    padding:0 0 18vh 0; 
}

#artists .artists-area{
    justify-content: space-around;
}

#artists .artists-area section{
    width: 45%;
    margin: 0 0 5vh 0;
}

#artists h2{
    padding:15vh 0 0 0;
}
    
#artists h3{
    font-size: 2.5rem;
}
}

@media screen and (max-width:500px) {

 #artists .artists-area{
    display: block;
}

#artists .artists-area section{
    width: 100%;
} 
    
}

/* ticket */

#ticket{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

_:-ms-lang(x)::-ms-backdrop, #ticket{/*IE11用ハック*/
    display: block;
}

#ticket .ticket-area{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#ticket .ticket-area section{
    width: 360px;
	padding: 22px;
}

#ticket .ticket-area .ticket-img{
     width:20%;
    margin: 0 auto 1vh auto;
}

#ticket h3{
    font-size: 2rem;
    font-weight: normal;
}

#ticket .caption{
    font-weight: bold;
    margin: 0 0 3vh 0;
    font-size: 1rem;
}   

.ticketanounce{

	width: 500px;
	text-align: center;
	justify-content: center;
	align-items: center;
}   

.ticketanounce2{
	margin-top: 60px; 

	text-align: center;
	justify-content: center;
	align-items: center;
}   


@media screen and (max-width:768px) {
#ticket{
    padding:0 0 18vh 0; 
}

#ticket .ticket-area{
    justify-content: space-around;
}

#ticket .ticket-area section{
    width: 45%;
    margin: 0 0 5vh 0;
}

#ticket h2{
    padding:15vh 0 0 0;
}
    
#ticket h3{
    font-size: 2.5rem;
}
}

@media screen and (max-width:500px) {

 #ticket .ticket-area{
    display: block;
}

#ticket .ticket-area section{
    width: 100%;
} 
    
}


/* ticketattention */

#ticketattention{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

_:-ms-lang(x)::-ms-backdrop, #ticketattention{/*IE11用ハック*/
    display: block;
}

#ticketattention .news-area{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#ticketattention .news-area section{
    width: 360px;
	padding: 22px;
}

#ticketattention .news-area .news-img{
     width:20%;
    margin: 0 auto 1vh auto;
}

#ticketattention h3{
    font-size: 2rem;
    font-weight: normal;
}

#ticketattention .caption{
    font-weight: bold;
    margin: 0 0 3vh 0;
}   

@media screen and (max-width:768px) {
#ticketattention{
    padding:0 0 18vh 0; 
}

#ticketattention .news-area{
    justify-content: space-around;
}

#ticketattention .news-area section{
    width: 45%;
    margin: 0 0 5vh 0;
}

#ticketattention h5{
    padding:15vh 0 0 0;	
	font-size: 1.5rem;
	}
    
#ticketattention h5{
    font-size: 3rem;
}
}

@media screen and (max-width:500px) {

 #ticketattention .news-area{
    display: block;
}

#ticketattention .news-area section{
    width: 100%;
} 
    
}



/* member */

#member{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

_:-ms-lang(x)::-ms-backdrop, #member{/*IE11用ハック*/
    display: block;
}



#member .member-area{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#member .member-area section{
    width: 600px;
	padding: 22px;
}

#member .member-area .member-img{
     width:50%;
    margin: 0 auto 1vh auto;
}

#member h3{
    font-size: 1.2rem;
    font-weight: bold;
}

#member p{
    margin: 0 20 0 20;
}

#member .caption{
    font-weight: bold;
    margin: 0 0 3vh 0;
}   

@media screen and (max-width:768px) {
#member{
    padding:0 0 18vh 0; 
}

#member .member-area{
    justify-content: space-around;
}

#member .member-area section{
    width: 45%;
    margin: 0 0 5vh 0;
}

#member h2{
    padding:15vh 0 0 0;
}
    
#member h3{
    font-size: 1.5rem;
}
}

@media screen and (max-width:500px) {

 #member .member-area{
    display: block;
}

#member .member-area section{
    width: 100%;
} 
    
}

/* partner */

#partner{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

_:-ms-lang(x)::-ms-backdrop, #partner{/*IE11用ハック*/
    display: block;
}

#partner .partner-area{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#partner .partner-area section{
    width: 250px;
}

#partner .partner-area .partner-img{
     width:20%;
    margin: 0 auto 1vh auto;
}

#partner h3{
    font-size: 2rem;
    font-weight: normal;
}

#partner .caption{
    font-weight: bold;
    margin: 0 0 3vh 0;
}   

@media screen and (max-width:768px) {
#partner{
    padding:0 0 18vh 0; 
}

#partner .partner-area{
    justify-content: space-around;
}

#partner .partner-area section{
    width: 45%;
    margin: 0 0 5vh 0;
}

#partner h2{
    padding:15vh 0 0 0;
}
    
#partner h3{
    font-size: 1.5rem;
}
}

@media screen and (max-width:500px) {

 #partner .partner-area{
    display: block;
}

#partner .partner-area section{
    width: 100%;
} 
    
}

/* about */

#about{
    display: flex;
    justify-content: center;
    align-items: center;
}

#about .about-list{
    width:50vw;
    margin: 0 auto;
}

#about .about-list li{
    border-bottom: 2px solid #000;
    margin:0 0 15px 0;
    padding: 0 0 15px 0;
}

#about .about-list dl{
     display: flex;
    justify-content: space-between;
}

#about .about-list dt{
    width:30vw;
    padding: 0 0 0 2vw;
    white-space: nowrap;
}

#about .about-list dd{
    width:68vw;
}


@media screen and (max-width:768px) {
#about{
    padding: 5vh 0 0 0;
}
    
#about h2{
    padding:10vh 0 0 0;  
}

#about .about-list{
    width:70vw;
    }
}

/* contact */

#contact{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contact .tel,
#contact .mail{
    font-size: 2rem; 
    margin: 0 0 1vh 0;
}

#contact .mail{
    margin:0 0 6vh 0;
}

 .sns-link li{
    display: inline-block;
    margin: 0 10px;
}

 .sns-link li img{
     width:30px;   
}

@media screen and (max-width:768px) {
#contact .tel,
#contact .mail{
    font-size: 1.3rem;
}
}



/* article */

#article{
    justify-content: center;
    align-items: center;
	margin-top: 30px;
}

_:-ms-lang(x)::-ms-backdrop, #article{/*IE11用ハック*/
    display: block;
}

#article .article-area{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#article .article-area section{
    width: 360px;
	padding: 22px;
}

#article .article-area .article-img{
     width:20%;
    margin: 0 auto 1vh auto;
}

#article h3{
    font-size: 1.5rem;
    text-align: center;
    font-weight: normal;
}

#article p{
	margin-bottom: 30px;
    font-weight: normal;
}

#article .caption{
    font-weight: bold;
    margin: 0 0 3vh 0;
}   

@media screen and (max-width:768px) {
#article{
    padding:0 0 18vh 0; 
}

#article .article-area{
    justify-content: space-around;
}

#article .article-area section{
    width: 45%;
    margin: 0 0 5vh 0;
}

#article h2{
    padding:15vh 0 0 0;
}

}

@media screen and (max-width:500px) {

 #article .article-area{
    display: block;
}

#article .article-area section{
    width: 100%;
} 
    
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/* footer */

#footer small{
    position: fixed;
    display: block;
    left:0;
    top:50%;
    transform: rotate(-90deg);
    text-transform: none;
    z-index: 2;
    line-height: 1;
	letter-spacing: 0.1em;
	background-color: #fff;
}

#footer p{
    position: fixed;
    display: block;
    right:0;
    top:50%;
    transform: rotate(90deg);
    text-transform: none;
    z-index: 2;
    line-height: 1;
	letter-spacing: 0.1em;
	background-color: #fff;
}

/* particle2 */

#particle2 {
    margin-top: 80px !important;
}


/* 問題のセクションだけ、強制的に背面へ */
@media screen and (min-width: 768px) {
  #artists.fixed,
  #ticket.fixed,
  #about.fixed {
    position: relative !important;
    z-index: 0 !important;
    /* transform や filter があれば reset */
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
  }
}