@charset "utf-8";

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

@media (max-width: 992px){
  main{
        max-width: 1170px;
        margin: 0 auto;
}

}



@media (max-width: 768px){

  body{
    position: relative;
  }

  body::before{
    content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:50% 100%;
background-image:url(../images/3440943_l_remake.png);
background-size:cover;
  }

/* 【共通】section全体 ↓↓↓ */
section div.content-inner{
  width:100%;
}
/* div.content-wrapper-bg {
    padding: 70px calc(50vw - 50%);
} */
/* 【共通】section全体 ↑↑↑ */



/* h1 ↓↓↓ */
h1.h1-normal > img{
    width: 90%;
}
/* h1 ↑↑↑ */



/* 【共通】 h2 ↓↓↓ */
h2.h2-normal{
font-size: 2.5rem;
margin-bottom: 1.5rem;
}
h2.h2-normal > span{
    font-size: 1.2rem;
}
/* 【共通】 h2 ↑↑↑ */



/* 【共通】 h2直下のdiv ↓↓↓ */
.date-content {
    flex-direction: column;
    margin-bottom: 20px;
}
.date-content > p{
  margin-right: 0;
}
.date-location-wrapper{
  display: block;
  width: 100%;
}
.location-content{
  text-align: center;
}
div.content-inner img.map{
width: 100%;
}
/* 【共通】 h2直下のdiv ↑↑↑ */



/* 【共通】 h3 ↓↓↓ */
/* 【共通】 h3 ↑↑↑ */



/* Festival-text ↓↓↓ */
ul.festival-text-list {
grid-template-columns: repeat(1, 1fr);
}
/* Festival-text ↑↑↑ */



/* Festival ↓↓↓ */
ul.festival-list {
grid-template-columns: repeat(1, 1fr);
}
/* Festival ↑↑↑ */








/* Artist Lineup ↓↓↓ */

ul.artist-lineup-list {
grid-template-columns: repeat(2, 1fr);
/* gap:40px; */
}


/* ポップアップ関連 */
.popup-message {
  /* width: 90%; */
  /* height: 100%; */
  margin: 0 auto;
  width: 100%;
}


.popup-message > .popup-content {
  width: 90%;
  margin: 0 auto;
}
/* Artist Lineup ↑↑↑ */





/* Time Schedule ↓↓↓ */
.flow-wrapper > ul >li{
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 30px;
  position: relative;
  padding: 30px;
}

.flow-wrapper > ul >li:before ,.flow-wrapper > ul >li:after{
  position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.flow-wrapper > ul >li:before{
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
    left: 0;
}
.flow-wrapper > ul >li:after{
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    right: 0;
}

.left-content{
  padding: 0;
  /* justify-content: normal; */
  justify-content: center;
      align-items: center;
}
.left-content h3{
  font-size: 1.8rem;
}

.right-content::before , .right-content > ul::before , .right-content > ul::after{
  content: none;
}

.right-content{
  padding: 0;
}
.right-content > ul > li{
  margin-bottom: 20px;
  padding: 0;
}
.right-content > ul > li p.right-content_title{
  text-align: center;
  display: block;
  padding-bottom: 10px;
}
/* Time Schedule ↑↑↑ */



/* SNS ↓↓↓ */
div.sns-content > ul {
    grid-template-columns: 1fr;
}
/* SNS ↑↑↑ */



/* 質問 ↓↓↓ */
ul.qa-wrapper > li > div{
padding: 0.8rem;
display: flex;
        justify-content: space-between;
}
ul.qa-wrapper > li > div > div{
    display: block;
    width: 90%;
}
ul.qa-wrapper > li > div > div > span{

padding: 2px;
width: auto;
height: auto;
display: block;
text-align: center;
border-radius: 0;
margin-bottom: 10px;
}
ul.qa-wrapper > li > div > div > p{
margin-left:0;
}
/* 質問 ↑↑↑ */


/* Access ↓↓↓ */
  table tr td,table tr th{
  display: block;
  }
/* Access ↑↑↑ */



/* form ↓↓↓ */
div.self-separate {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
div.full-width{
  grid-column: auto;
}
div.contact-method{
      padding: 1.0rem;
}
.contact-buttun span {
display: block;
margin:2px 0 0 0;
font-size:1.0rem;
}
.contact-buttun {
text-align: center;
font-size: 1.2rem;
}
/* form ↑↑↑ */



.br-sp{
  display: block;
}
.br-pc{
  display: none;
}
  }
  

@media (max-width: 680px){

 .time-group > ul{
    list-style: none;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}
.time-group > ul > li
 {
        justify-content: normal;
        align-items: center;
        flex-direction: row;
    }
  }

@media (max-width: 530px){
    
    ul.artist-lineup-list  > li > span.contact-no{
    font-size: 1.5rem;
    width: 5.5rem;
    height: 5.5rem;
    }
}

@media screen and (max-width: 250px) {
  .principal-img img{
  width: 100%;
  height: auto;
}
}