@charset "UTF-8";
html {
  font-size: 16px;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  
  color: #4B4B4B;
  height: 100vh;
}
@font-face {
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
  src: url("../font/NotoSansJP-Bold .woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-display: swap;
}
.__pc {
  display: block
}
.__sp {
  display: none
}
.__splogo{
  display: none;
}


#news{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(250,2500,255,0.8);
}
.news-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: 80%;
  text-align: center;
}
.news-content p{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
}
.news-content span{
  color: #F75B34;
  font-size: 3.4rem;
}

/*---------- header ------------*/
#header{
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/header/main_bg.png);
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-rows: 0 1fr 100px;
}
.header-list-content{
  background-color: #EE73B7;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.header-list-inner{
  width: 1080px;
  height: 80px;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo{
  width: 5%;
}
.header-list{
  display: flex;
  align-items: center;
}
.header-list-item{
  margin-right: 30px;
}
.header-list-item:last-of-type{
  margin: 0;
}
.header-list-item:hover{
  opacity: 0.7;
}

/* header-main-content */
.header-main-content{
  display: grid;
  grid-template-columns: 1fr 0.65fr 1fr;
  
}
.header-main-content img{
  object-fit: cover;
}
.main-content-left{
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
}
.main-content-right{
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
}
.main-phot-list{
  display: flex;
}
.main-visual{
  display: flex;
  align-items: center;
}
.header-date{
  background: linear-gradient(#ec0b01 31.86%, #a50802 52.53%, #080406 100%);
  display: flex;
  align-items: center;
}
.header-date-box{
  width: 85%;
  margin: auto;
  display: flex;
  align-items: center;
}
.header-date-box img{
  width: 65%;
}
.header-date-box span{
  width: 35%;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: 2%;
}
/*---------- main ------------*/

/*---------- about ------------*/
.about{
  position: relative;
  ;
}
.about-txt-box{
  background: linear-gradient(#ec0b01 31.86%, #a50802 52.53%, #080406 100%);
  padding-bottom: 150px
}
.about-txt-inner{
  display: inline-block;
  position: absolute;
  left: 55%;
  top: 60%;
}
.about-txt{
  background-color: #FFFFFF;
  display: inline-block;
  padding: 15px 45px;
}
.about-ttl{
  font-size: 1.8rem;
  font-weight: bold;
}
.about-laber{
  padding-right: 20%;
} */
/*---------- quiz ------------*/
#quiz{
  background-color: #FFF2EC;
  padding: 50px 0;
}
.quiz-ttl{
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.sub-ttl{
  margin-top: 20px;
  background-color: #fff;
  padding: 3% 8%;
  display: inline-block;
  text-align: left;
}
.quiz-content{
  margin-top: 50px ;
  text-align: center;
}
.section-sub-ttl {
  display: inline-block;
  background-color: #ec0b01;
  padding:  15px 30px;
  color: #ffffff;
  border-radius: 10px;
  text-align: left;
  position: relative;
  right: 20%;
  margin-bottom: 30px;
  font-weight: bold;
}
.quiz-content-explanation{
  display: grid;
  grid-template-columns: 0.5fr 0.5fr 0.5fr;
  
}
.quiz-cnt-item img{
  width: 80%;
  margin-bottom: 20px;
}
.quiz-cnt-item p{
  font-size: 0.9rem;
}
.line-link img{
  width: 20%;
  height: auto;
}
.quiz-spot{
  margin-top: 50px;
}
.line-link p{
  background-color: #fff;
  display: inline-block;
  padding: 0 1%;
  margin: 30px 0 20px;
  font-size: 1.2rem;
    font-weight: bold;
    background: linear-gradient(transparent 65%, #FFFF00 0%);
}
/*---------- shop ------------*/
#shop{
  padding: 140px 0 0;
  background-color: #ec0b01;
  background-image: url(../img/shop/shop_bg.png);
  position: relative;
}
.shop-box{
  width: 1100px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border:3px solid #353875;
  border-radius: 20px;
}
.shop-ttl{
  width: 30%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* top: 1.5%; */
  top: calc(2% - 0.4%);;
}
.shop_sec_ttl{
  display: inline-block;
  margin-left: 50px;
  margin-top: 30px;
  padding: 10px 15px;
  background-color: #ec0b01;
  color: #FFFFFF;
}
.shop_sec_ttl h2{
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.shop-box{
  padding: 80px 20px 50px;
}
.shop-list{
  display: grid;
  grid-template: 0.5fr 0.5fr 0.5fr 1fr/ 1fr 1fr 1fr;;
  justify-items: center;
  grid-row-gap: 25px;
  align-content: space-between;
}
.shop-item{
  width: 90%;
  margin-top: 20px;
  
}
.shop-item h2{
  font-size: 1.2rem;
  padding: 25px 0 0 5px;
  font-weight: bold;
  border-bottom: 5px solid #409736;
}
.shop-item h6{
  font-size: 0.9rem;
  padding: 25px 0 0 5px;
  font-weight: bold;
  border-bottom: 5px solid #409736;
}
.shop-item p{
  padding-top: 10px;
  font-size: 0.85rem;
}
.shop-list-img{
  margin-top: 30px;
  text-align: center;
}
.shop-item img{
  
}
.jazz-link{
  width: 80%;
  margin: 20px auto 0;
}
.shop-fk{
  margin: 140px 0;
  position: relative;
}
.ttl_img{
  position: absolute;
  top: -5%;
}
.fk-list{
  grid-template: 1fr 1fr / 1fr 1fr 1fr;
}
.shop_uc{
  margin: 140px 0;
  position: relative;
}
.ttl_img_uc{
  position: absolute;
  top: -8%;
}
.uc-list{
  grid-template: 1fr/ 1fr 1fr 1fr;
  margin-top: 30px;
}
.shop-ky{
  position: relative;
}
.ttl_img_ky{
  position: absolute;
  top: -15%;
}
.ky-list{
  grid-template: 1fr / 1fr 1fr 1fr;
  margin-top: 30px;
}
.shop-list_map{
  margin: 50px 0 0;
  display: grid;
  grid-template: 1fr / 1fr 1fr 1fr 1fr;
}
.shop-list_boxttl{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.shop-list_box{
  background-color: #FFFFFF;
  border: 2px solid #353875;
  padding-bottom: 40px;
}
.shop-list_box p{
  height: 35%;
  padding: 5px 15px;
  font-size: 0.9rem;
}
.shop-list-img{
  
} 
/*---------- stage ------------*/
#stage{
  background-color: #F5F5F5;
  padding: 50px 0;
}
.stage-wrapper{
  width: 50%;
  margin: 0 auto;
}
stage-box img{
  width: 80%;
  margin: 0 auto;
}
.stage-box{
  margin-bottom: 40px; 
}
/*---------- notice ------------*/
#notice{
  background-color: #F5F5F5; 
  position: relative;
  padding: 50px;
}
.notice-wrapper{
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.notice-content-ttl{
  text-align: center;
  right: 35%;
  background-color: #ffffff;
  color: #ec0b01;
  padding: 20px 50px;
  font-size: 2rem;
}
.notice-content{
  text-align: center;
  display: grid;
  grid-template-columns: 45% 45%;
  
  grid-column-gap: 1%;
  grid-row-gap: 5%;
  justify-content: center;
} 
/*---------- footer ------------*/
 #footer{
  padding: 15px 0;
  background-color: #ffffff;
}
.footer-box{
  width: 70%;
  margin: 0 auto;

} 
/*---------- media ------------*/
/*---------- media ------------*/
@media (max-width:1100px){
  html{
    font-size: 14px;
  }
  .txt-n{
    display: none;
  }
  #header{
    grid-template-rows: 0 1fr 80px;
  }
  .header-list-inner{
    width: 100%;
    height: auto;
  }
  .header-logo{
    width: 5%;
  }
  .header-main-content{
    grid-template-columns: 1fr 0.45fr 1fr;
  }
  .header-date-box{
    width: 90%;
    display: block;
    text-align: center;
  }
  .header-date-box img{
    width: 70%;
  }
  .header-date-box span{
    display: inline-block;
    font-size: 0.9rem;
    width: 100%;
  }
  .about-txt-inner {
    left: 40%;
    top: 45%;
  }
  .about-txt{
    padding: 10px 20px;
  }
  .about-ttl{
    font-size: 1.4rem;
  }
  #quiz{
    padding-top: 40px;
  }
  .sub-ttl{
    padding: 0;
  }
  .quiz-cnt-item p{
    font-size: 1rem;
    padding: 0 10px;
  }
  .quiz-cnt-item img{
    width: 90%;
    margin: 0;
  }
  .line-link img {
    width: 50%;
    height: auto;
  }
  .line-link p{
    font-size: 1.2rem;
    font-weight: bold;
    background:linear-gradient(transparent 65%, #FFFF00 0%);
  }
  .quiz-sopt-map iframe{
    width: 100%;
    height: 350px;
    padding: 0 25px;
  }
  #shop{
    padding: 20% 10px 50px;
  }
  .shop-box{
    width: 100%;
    padding: 7% 20px;
  }
  .uc-list{
    margin: 0;
  }
  .shop-ttl {
    top: 2%;
  }
  .shop-item h2{
    font-size: 1.1rem;
    padding: 15px 0 0 5px;
  }
  .shop-fk, .shop_uc , .shop-ky{
    margin: 0;
    margin-top: 80px;
  }
  .ttl_img{
    top: -2%;
  }
  .shop-item p {
    padding-top: 15px;
    font-size: 1rem;
  }
  .ttl_img_uc{
    top: -5%;
  }
  .ttl_img_ky{
    top: -8%;
  }
  .ky-list{
    margin-top: 0;
  }
  .shop-list_box p{
    padding: 5px;
    height: auto;
    font-size: 0.7rem;
  }
  .shop-list_boxttl{
    width: 100%;
    margin-bottom: 5px;
  }
  .stage-wrapper{
    width: 80%;
  }
  .stage-box{
    margin-bottom: 30px;
  }
  #notice{
    padding: 50px 20px;
  }
  .notice-wrapper{
    width: 100%;
  }
  .notice-content-ttl{
    padding: 15px 30px;
    font-size: 1.5rem;
  }
}
@media (max-width:599px) {
  html{
    font-size: 12px;
  }
  .__pclogo{
    display: none;
  }
  .__splogo{
    display: block;

  }
  .__pc{
    display: none;
  }
  .news-content p{
    
    font-weight: bold;
  }
  .news-content span{
    color: #F75B34;
    font-size: 3.4rem;
  }
  #header{
    grid-template-rows: 0 1fr 80px;
  }
  .header-list-inner{
    padding: 10px 5px;
    width: 100%;
  }
  .header-main-content{
    display: block;
    display: grid;
    grid-template: 0.8fr 0.6fr 0.5fr/ 1fr;
  }
  .main-content-right{
    grid-template-rows: none;
  }
  .main-content-left{
    grid-template-rows: none;
  }
  .header-logo{
    width:  15%;
    padding: 5px;
  }
  .header-list-item{
    margin-right: 10px;
    font-size: 0.8rem;
  }
  .header-list-item:hover{
    opacity: 1;
  }
  .header-list-item:active{
    opacity: 0.7;
  }
  .main-visual{
    width: 50%;
    margin: 0 auto;
  }
  .header-date-box{
    width: 80%;
  }
  .header-date-box img{
    width: 100%;   
  }
  .about-txt-inner{
    position: static;
  }
  .about-txt-box{
    padding-bottom: 30px;
  }
  #quiz{
    padding: 30px 0;
  }
  .quiz-ttl{
    width: 80%;
  }
  .quiz-content{
    margin-top: 30px;
  }
  
  .section-sub-ttl{
    padding: 10px 20px;
  }
  .quiz-cnt-item img {
    width: 90%;
  }

  .quiz-cnt-item p{
    padding: 0 10px;
    
  }
  .line-link p{
    font-size: 1rem;
    
  }
  
  .shop-box {
    padding: 7% 10px;
  }
  
  .shop-list {
    grid-template: 0.5fr 0.5fr 0.5fr 0.5fr 1fr 1fr/ 1fr 1fr;
  }
  .shop-list_box{
    padding: 0;
  }
  .shop-item p{
    font-size: 0.9rem;
    padding-top :10px;
  }
  .shop-ttl{
    position: relative;
    width: 70%;
  }
  .shop-item img {
    
  }
  .ttl_img{
    top:-5%;
  }
  .fk-list{
    grid-template: 1fr 1fr/ 1fr 1fr;
  }
  .uc-list{
    grid-template: 0.5fr 1fr/ 1fr 1fr;
  }
  .ky-list{
    grid-template: 1fr/ 1fr 1fr;
  }
  .shop-list_map{
    grid-template: 1fr 1fr 1fr / 1fr 1fr;
  }
  #stage{
    padding: 20px 10px; 
  }
  #notice{
    padding: 20px 10px;
  }
  .notice-content{
    grid-template-columns: 90%;
    grid-row-gap: 2%;
  }
  

}