@charset "UTF-8";

/* PC(768) */
@media (min-width: 768px) {
    html, *{
        margin:0px;
        padding:0px;
        box-sizing: border-box;
    
        font-size:14px;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        line-height: 180%;
        scroll-behavior: smooth;
    }
    body{
        width: 100%;
        background-color: #999;
    }
    .kf_hero{
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        position: relative;

    }
    .kf_hero .kf_hero_back{
        display: block;
        object-fit: cover;
        width: 100%;
    }
.kf_hero{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.kf_hero .kf_hero_back{
  display: block;
  width: 100%;
  object-fit: cover;
}

/* タイトル本体 */
.kf_hero .kf_hero_title{
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;

  animation: kfHeroTitleIn 500ms cubic-bezier(.22, .61, .36, 1) 100ms both;
  will-change: transform, opacity;
}

@keyframes kfHeroTitleIn{
  0%{
    opacity: 0;
  }
  30%{
    opacity: 0.5;
  }
  100%{
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.kf_hero .kf_hero_title img{
  display: block;
  width: 100%;
}

/* チケット */
.kf_ticket{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #0049ff;
    padding-bottom: 5rem;
}
.kf_ticket h2{
    width: 350px;
    margin: 0 auto 1rem;
    padding: 5rem 0 0 0;
}
.kf_ticket h2 img{
    display: block;
    width: 100%;
}
.kf_ticket_price{
    width: 60%;
    margin: 0 auto 3rem;
    padding: 5rem 0 0 0;
}
.kf_ticket_price img{
    display: block;
    width: 100%;
}

/* チケットボタン */
.cta-btn{ 
    display: block; 
    max-width: 500px; 
    margin: 0 auto; 
    text-decoration: none;
    border: 6px solid #0049ff;
    border-radius: 9999px;

    padding: 8px;
    background: #fff;
}
.cta-btn:hover{
  background: #e9e909;
}
.cta-btn__inner:hover{
  background: #e9e909;  
}
.cta-btn__inner{
  position: relative;
  display: flex;
  align-items: center;

  justify-content: flex-end;

  border: 6px solid #0049ff;
  border-radius: 9999px;

  padding: clamp(10px, 2vw, 10px) clamp(24px, 3vw, 40px);
  padding-right: 20px;
}
.cta-btn__text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-55%, -50%);

  color: #0049ff;
  font-weight: 800;
  font-size: clamp(18px, 2.6vw, 34px);
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  pointer-events: none;
}
.cta-btn__arrow{
  position: relative;
  width: clamp(60px, 20vw, 60px);
  height: 40px;
}
.cta-btn__arrow::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(100% - 18px);
  height: 8px;
  background: #0049ff;
  transform: translateY(-50%);
}
.cta-btn__arrow::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 18px solid #0049ff;
}
/* チケットボタン(ここまで) */

/* About */
.kf_about{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 3rem 0;
    background-color: #57b43f;
}
.kf_about_container{
    width: 80%;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    gap:3rem;
}
.kf_about_title{
    width: 250px;
    position:relative;
}
.kf_about_title img{
    display: block;
    position: absolute;
    top:35%;
    width: 100%;
}
.kf_about_contents{
    width: 100%;
}
.kf_about_contents h3{
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
}
.kf_about_text{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.kf_about_text p{
    width: 48%;
    font-weight: 600;
    color: #fff;
}



/* Message */
.kf_message{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 3rem 0;
    background-color: #dc6f9e;
}
.kf_message_container{
    width: 80%;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    gap:3rem;
}
.kf_message_title{
    width: 250px;
    position:relative;
}
.kf_message_title img{
    display: block;
    position: absolute;
    top:35%;
    width: 100%;
}
.kf_message_contents{
    width: 100%;
}
.kf_message_contents h3{
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
}
.kf_message_text{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* background-color: #e9e909; */
}
.kf_message_text div{
    width: 48%;
}
.kf_message_text div .kf_message_text_l{
    font-weight: 600;
    color: #fff;
}
.message_kokaji{
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}
.kf_message_text_r{
    font-weight: 600;
    color: #fff;
}

/* artist */
.kf_artist{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 5rem 0;
    background-image: url("images/artist_dot.webp");
    background-repeat: repeat;
    background-position: center;
    background-size: auto;
    background-color: #fff;
}
.kf_artist_title{
    width: 350px;
    margin: 0 auto 3rem;
}
.kf_artist_title img{
    display: block;
    width: 100%;
}

.kf_artist_container{
    width: 60%;
    margin: 0 auto;
}
.kf_artist_day{
    width: 350px;
    margin: 0 auto 1rem;
}
.kf_artist_day img{
    display: block;
    width: 100%;
}

.kf_artist_contents{
    width: 100%;
    margin: 0 auto 3rem;
    display: flex;
    justify-content: space-between;
}
.kf_artist_content{
    width: 48%;
    padding: 1rem 1rem 2rem;
    background-color: #fff;
    border: 4px solid #333;
    border-radius: 20px;
}
.kf_artist_ph{
    display: block;
    width: 100%;
    margin: 0 auto 1rem;
    border-radius: 12px;
}
.kf_artist_logo{
    display: block;
    width: 90%;
    margin: 0 auto 1rem;
}
.kf_artist_andmore{
    width: 350px;
    margin: 0 auto;
}
.kf_artist_andmore img{
    display: block;
    width: 100%;
}
/* webアイコン */
.kf_artist_web{
    width: 60%;
    margin: 0 auto 1rem;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.kf_artist_web a{
    width: 25px;
    display: block;
}
.kf_artist_web a img{
    display: block;
    width: 25px;
}

/* 番宣 */
.kf_movie{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 5rem 0;
    background-color: #fff;
}
.kf_movie h2{
    width: 350px;
    margin: 0 auto 3rem;   
}
.kf_movie h2 img{
    width: 100%;
    display: block; 
}
.kf_movie .video_link{
    display: block;
    width: 60%;
    margin: 0 auto;
} 


/* Movie セクション */
.kf_movie{
  text-align: center;
  padding: 60px 0;
}

.video_link{
  display: block;
  margin: 0 auto;
  width: min(900px, 92vw);
  height: auto;
  cursor: pointer;
}



/* アクセス */
.kf_access{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 5rem 0;
    background-color: #57b43f; 
}
.kf_access h2{
    width: 350px;
    margin: 0 auto 3rem;   
}
.kf_access h2 img{
    width: 100%;
    display: block; 
}
.kf_access iframe{
    display: block;
    margin:0 auto 2rem;
    width:60%;
}
.top_access_p{
    width: 60%;
    margin: 0 auto 1rem;
    font-weight: 600;
    color: #fff;
}
.kf_access ul{
    list-style: none;
    width: 60%;
    margin: 0 auto;
}
.kf_access ul li{
    width: 100%;
    margin: 0 auto;
    font-weight: 600;
    color: #fff; 
}
/* info */
.kf_info{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 5rem 0;
    background-image: url("images/artist_dot.webp");
    background-repeat: repeat;
    background-position: center;
    background-size: auto;
    background-color: #fff;
}
.kf_info h2{
    width: 350px;
    margin: 0 auto 2rem;
}
.kf_info h2 img{
    display: block;
    width: 100%;
}
.info_container{
    width: 80%;
    background-color: #fff;
    margin: 0 auto;
    padding: 3rem 0;
}

.kf_info table{
        width:80%;
        margin: 0 auto;
        border-top: 1px solid #333;
        border-collapse:collapse;

        /* border: 1px solid #333; */
    }
    .kf_info table tr td{
        padding:2rem 0;
        border-bottom: 1px solid #333; 
        font-size: 1rem;
    }
    .kf_info table tr td a{
        color: #0049ff;
    }
    .kf_info table tr td a:hover{
        color: #999;
    }
    .kf_info table tr td ul{
        list-style: none;
    }
    .kf_info table tr td li{
        font-size: 1rem;
    }
    .kf_info table tr td:first-child{
        width:30%;
        font-weight: 700;
        color: #333;
}





/* フッター */
.kf_footer{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 10rem 0;
    background-color: #57b43f; 
}
.kf_footer img{
    width: 200px;
    display: block;
    margin: 0 auto;
}
.kf_footer p{
    width: 100%;
    font-size: 0.8rem;
    text-align: center;
    color: #fff;
}

.sp_br{
display: none;
}

}


/* SP(767) スマホ*/
@media (max-width: 767px){

    html, *{
        margin:0px;
        padding:0px;
        box-sizing: border-box;
    
        font-size:14px;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        line-height: 180%;
        scroll-behavior: smooth;
    }

/* ヒーローイメージsp */
  .kf_hero{
    max-width: none;
    position: relative;
  }

  .kf_hero .kf_hero_back{
    width: 100%;
    height: 100svh;
    object-fit: cover;
    display: block;
   object-position: 0% 100%;

  }

  .kf_hero .kf_hero_title{
    position: absolute; 
    width: 100%;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
  }

  .kf_hero .kf_hero_title img{
    width: 100%;
    display: block;
  }

  /* チケット */
.kf_ticket{
    width: 100%;
    margin: 0 auto;
    background-color: #0049ff;
    padding-bottom: 5rem;
}
.kf_ticket h2{
    width: 240px;
    margin: 0 auto 0;
    padding: 5rem 0 0 0;
}
.kf_ticket h2 img{
    display: block;
    width: 100%;
}
.kf_ticket_price{
    width: 95%;
    margin: 0 auto 2rem;
    padding: 2rem 0 0 0;
}
.kf_ticket_price img{
    display: block;
    width: 100%;
}

/* チケットボタン */
.cta-btn{ 
    display: block; 
    width: 90%;    
    margin: 0 auto; 
    text-decoration: none;
    border: 6px solid #0049ff;
    border-radius: 9999px;

    padding: 8px;
    background: #fff;
}
.cta-btn:hover{
  background: #e9e909;
}
.cta-btn__inner:hover{
  background: #e9e909;  
}
.cta-btn__inner{
  position: relative;
  display: flex;
  align-items: center;

  justify-content: flex-end;

  border: 6px solid #0049ff;
  border-radius: 9999px;

  padding: clamp(10px, 2vw, 10px) clamp(24px, 3vw, 40px);
  padding-right: 20px;
}
.cta-btn__text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-55%, -50%);

  color: #0049ff;
  font-weight: 800;
  font-size: clamp(18px, 2.6vw, 34px);
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  pointer-events: none;
}
.cta-btn__arrow{
  position: relative;
  width: 40px;
  height: 40px;
}
.cta-btn__arrow::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(100% - 18px);
  height: 8px;
  background: #0049ff;
  transform: translateY(-50%);
}
.cta-btn__arrow::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 18px solid #0049ff;
}
/* チケットボタン(ここまで) */


/* About */
.kf_about{
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0;
    background-color: #57b43f;
}
.kf_about_container{
    width: 80%;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    gap:3rem;
}
.kf_about_title{
    width: 250px;
    margin:0 auto;
}
.kf_about_title img{
    display: block;
    width: 100%;
}
.kf_about_contents{
    width: 100%;
}
.kf_about_contents h3{
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
}
.kf_about_text{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.kf_about_text p{
    width: 100%;
    font-weight: 600;
    color: #fff;
}


/* Message */
.kf_message{
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0;
    background-color: #dc6f9e;
}
.kf_message_container{
    width: 80%;
    margin:0 auto;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap:3rem;
}
.kf_message_title{
    width: 250px;
    margin: 0 auto;
}
.kf_message_title img{
    display: block;
    width: 100%;
}
.kf_message_contents{
    width: 100%;
}
.kf_message_contents h3{
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
}
.kf_message_text{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.kf_message_text div{
    width: 100%;
}
.kf_message_text div .kf_message_text_l{
    font-weight: 600;
    color: #fff;
}
.message_kokaji{
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}
.kf_message_text_r{
    font-weight: 600;
    color: #fff;
}


/* artist */
.kf_artist{
    width: 100%;
    margin: 0 auto;
    padding: 5rem 0;
    background-image: url("images/artist_dot.webp");
    background-repeat: repeat;
    background-position: center;
    background-size: auto;
    background-color: #fff;
}
.kf_artist_title{
    width: 250px;
    margin: 0 auto 3rem;
}
.kf_artist_title img{
    display: block;
    width: 100%;
}

.kf_artist_container{
    width: 90%;
    margin: 0 auto;
}
.kf_artist_day{
    width: 250px;
    margin: 0 auto 1rem;
}
.kf_artist_day img{
    display: block;
    width: 100%;
}

.kf_artist_contents{
    width: 100%;
    margin: 0 auto 3rem;
    display: flex;
    flex-direction: column;
    gap:2rem;
}
.kf_artist_content{
    width: 90;
    margin:0 auto;
    padding: 1rem 1rem 2rem;
    background-color: #fff;
    border: 4px solid #333;
    border-radius: 10px;
}
.kf_artist_ph{
    display: block;
    width: 100%;
    margin: 0 auto 1rem;
    border-radius: 6px;
}
.kf_artist_logo{
    display: block;
    width: 90%;
    margin: 0 auto 1rem;
}
.kf_artist_andmore{
    width: 350px;
    margin: 0 auto;
}
.kf_artist_andmore img{
    display: block;
    width: 100%;
}
/* webアイコン */
.kf_artist_web{
    width: 60%;
    margin: 0 auto 1rem;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.kf_artist_web a{
    width: 25px;
    display: block;
}
.kf_artist_web a img{
    display: block;
    width: 25px;
}

/* 番宣 */
.kf_movie{
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0 4rem;
    background-color: #fff;
}
.kf_movie h2{
    width: 220px;
    margin: 0 auto 3rem;   
}
.kf_movie h2 img{
    width: 100%;
    display: block; 
}
.kf_movie .video_link{
    display: block;
    width: 90%;
    margin: 0 auto;
} 

/* アクセス */
.kf_access{
    width: 100%;
    margin: 0 auto;
    padding: 5rem 0;
    background-color: #57b43f; 
}
.kf_access h2{
    width: 250px;
    margin: 0 auto 3rem;   
}
.kf_access h2 img{
    width: 100%;
    display: block; 
}
.kf_access iframe{
    display: block;
    margin:0 auto 2rem;
    width:100%;
}
.top_access_p{
    width: 90%;
    margin: 0 auto 1rem;
    font-weight: 600;
    color: #fff;
}
.kf_access ul{
    list-style: none;
    width: 90%;
    margin: 0 auto;
}
.kf_access ul li{
    width: 100%;
    margin: 0 auto;
    font-weight: 600;
    color: #fff; 
}

/* info */
.kf_info{
    width: 100%;
    margin: 0 auto;
    padding: 5rem 0;
    background-image: url("images/artist_dot.webp");
    background-repeat: repeat;
    background-position: center;
    background-size: auto;
    background-color: #fff;
}
.kf_info h2{
    width: 250px;
    margin: 0 auto 2rem;
}
.kf_info h2 img{
    display: block;
    width: 100%;
}
.info_container{
    width: 95%;
    background-color: #fff;
    margin: 0 auto;
    padding: 3rem 0;
}

.kf_info table{
        width:95%;
        margin: 0 auto;
        border-top: 1px solid #333;
        border-collapse:collapse;

        /* border: 1px solid #333; */
    }
    .kf_info table tr td{
        padding:2rem 0;
        border-bottom: 1px solid #333; 
        font-size: 1rem;
    }
    .kf_info table tr td a{
        color: #0049ff;
    }
    .kf_info table tr td a:hover{
        color: #999;
    }
    .kf_info table tr td ul{
        list-style: none;
    }
    .kf_info table tr td li{
        font-size: 1rem;
    }
    .kf_info table tr td:first-child{
        width:30%;
        font-weight: 700;
        color: #333;
}





/* フッター */
.kf_footer{
    width: 100%;
    margin: 0 auto;
    padding: 6rem 0;
    background-color: #57b43f; 
}
.kf_footer img{
    width: 150px;
    display: block;
    margin: 0 auto;
}
.kf_footer p{
    width: 100%;
    font-size: 0.8rem;
    text-align: center;
    color: #fff;
}

.sp_br_active{
display: none;
}

}




/* 動画モーダル */
#kfVideoModal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0,0,0,.7);

  display: none;
  justify-content: center;
  align-items: center;

  padding: 24px;
  box-sizing: border-box;
}
#kfVideoModal.is-open{
  display: flex;
}

.kf_video_box{
  position: relative;
  width: min(960px, 100%);
  aspect-ratio: 16 / 9;
  background: #000;
}

#kfVideo{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

/* 閉じるボタン */
#kfVideoClose{
  position: absolute;
  cursor: pointer;
  z-index: 1001;

  background: none;
  border: none;
  box-shadow: none;
  padding: 0;

  color: #fff;
  font-size: 40px;
  line-height: 1;

  -webkit-appearance: none;
  appearance: none;
}

/* PC */
@media (min-width: 768px){
  #kfVideoClose{
    top: -60px; 
    right: 0;
    font-size: 56px;
  }
}

/* SP */
@media (max-width: 767px){
  #kfVideoClose{
    top: -48px;
    right: 0;
    font-size: 44px;
  }
}



/* 動画ここから */

/* PC */
@media (min-width: 768px) {
  #video-container {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,.7);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .video-js {
    width: 640px;
    height: 400px;
    display: block;
  }

  #close-video {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 1001;
    display: inline-block;
  }

  #close-video .line1,
  #close-video .line2 {
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 0;
    transform-origin: center;
  }

  #close-video .line1 { transform: rotate(45deg); }
  #close-video .line2 { transform: rotate(-45deg); }

  .video_link {
    width: 100%;
    margin: 0 auto 3rem;
    display: block;
    cursor: pointer;
  }
  .video_link:hover { opacity: .8; }
}

/* SP */
@media (max-width: 767px) {
  #video-container {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,.7);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* kokafes2024は固定値だけど、SPははみ出しやすいので安全にする */
  .video-js {
    width: min(92vw, 640px);
    height: calc(min(92vw, 640px) * 0.625); /* 16:10(=400/640) */
    display: block;
  }

  #close-video {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1001;
    display: inline-block;
  }

  #close-video .line1,
  #close-video .line2 {
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 0;
    transform-origin: center;
  }

  #close-video .line1 { transform: rotate(45deg); }
  #close-video .line2 { transform: rotate(-45deg); }

  .video_link {
    width: 100%;
    margin: 0 auto 2rem;
    display: block;
    cursor: pointer;
  }
  .video_link:hover { opacity: .8; }
}
/* 動画ここまで */