@charset "UTF-8";

body {
  font-family:
    "Noto Sans JP",
    "Noto Sans",
    "Helvetica Neue",
    Arial,
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "YuGothic",
    Meiryo,
    sans-serif;
  line-height: 1.7;
  font-weight: 400;

position:relative;
}

/* 見出し */
main h1 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

#header_wrap{
    background: #fff;
    height: 70px;
    position: fixed;
    z-index: 100;
    width: 100%;
}

/* ヘッダー */
header.cd-header {
  margin: 0 auto;
  width: 96%;
  height: 70px;
  line-height:0;
}

.nav-but-wrap {}

header h1 {
  width: 300px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 250px;
}

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

/* ヘッダーバックグラウンド */
#sec_concept_wrap_header-bg {
  background-image: url(../images/header_bg_2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0 200px;
  height: 210px;
}

/* main */
main {
  padding: 70px 0 0;
  height: auto;
  overflow: hidden;
  width: 100%;
}

/* コンセプト wrap */
#sec_concept_wrap {
  position: relative;
}

/* スポーツアイコン */
#sports_icon_wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#sports_icon_1 {}
#sports_icon_2 {}
#sports_icon_3 {}
#sports_icon_4 {}
#sports_icon_5 {}
#sports_icon_6 {}
#sports_icon_7 {}

/* MV */
#sec_concept_wrap_mv::before {}

#sec_concept_wrap_mv {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 730px;
  top: 30px;
}

#sec_concept_wrap_mv img {
  width: 100%;
}

/* Main block */
#sec_concept_wrap_main {
  background: #FEF000;
  margin: 0 auto;
  overflow: hidden;
}

#sec_concept_wrap_main section {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#sec_concept_wrap_main_intro {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

/* 見出し */
#sec_concept_wrap_main_head {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

#sec_concept_wrap_main_head-en {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  letter-spacing: 15.5px;
  line-height: 0.88;
  font-size: 160px;
  color: #ffffff91;
  text-align: center;
  display: block;
  align-items: flex-start;
}

#sec_concept_wrap_main_head-ja {
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  font-weight: bold;

    font-size: clamp(13px, 2.7vw, 26px);
    line-height: clamp(1.3em, 2.6em + 3vw, 2em);

  font-family:
    "Noto Sans JP",
    "Noto Sans",
    "Helvetica Neue",
    Arial,
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "YuGothic",
    Meiryo,
    sans-serif;
  
}

/* Top text */
#sec_concept_wrap_main_top-text {
  text-align: center;
  margin: 60px auto 60px;
  font-size: 18px;
  font-weight: bold;
}

#sec_concept_wrap_main_top-text p {
    font-size: clamp(13px, 2vw, 18px);
    line-height: clamp(1.3em, 2.6em + 3vw, 2em);
}

#sec_concept_wrap_main_top-text_strong {
  margin: 30px auto;
  font-size: 32px;
}

#sec_concept_wrap_main_top-text p strong {
  color: #DF0509;
}

/* Catch */
#sec_concept_wrap_main #sec_concept_wrap_main_catch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: 780px;
  margin: 0 auto 60px;
}

#sec_concept_wrap_main_catch_title img,
#sec_concept_wrap_main_catch_img img {
  display: block;
  width: 100%;
  height: auto;
}

/* Gallery */
#sec_concept_wrap_main_gallery {}

#sec_concept_wrap_main_gallery div {}

#sec_concept_wrap_main_gallery ul {
  display: flex;
  flex-wrap: nowrap;
}

#sec_concept_wrap_main_gallery ul li {
  width: 23%;
  margin: 0 1%;
}

#sec_concept_wrap_main_gallery ul li img {
  width: 200px;
}


.slick-slide img { 
height: auto; 
width: inherit; 
margin: 0 1%; 
padding: 0 1%; 
} 
/* スライド間の余白 */ 

.slick-slide { 
padding: 0 12px; 
} 

.slick-list { 
margin: 0 -12px; 
} 
/* 画像 */ 
.slick-slide img {
 width: 100%; 
 height: auto; 
 display: block; 
 border-radius: 20px; 
 }

#sec_concept_wrap_main_gallery_1 {
  margin: 0 auto 20px;
}

#sec_concept_wrap_main_gallery_2 {
  margin: 0 auto 60px;
}

/* Main foot */
#sec_concept_wrap_main_foot {
  position: relative;
}

#sec_concept_wrap_main_foot_text {
  position: absolute;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#sec_concept_wrap_main_foot_text p {
font-size: clamp(13px, 3vw, 18px);
    line-height: clamp(1.1em, 1.8em + 0.3vw, 2em);
}

#sec_concept_wrap_main_foot_en {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  letter-spacing: 5.5px;
  line-height: 0.88;
  color: #ffffff57;
  text-align: center;
  display: block;
  align-items: flex-start;
  font-size: 13vw;
}

/* schedule */
#sec_schedule_wrap {
  margin: 60px auto;
  width: 100%;
  max-width: 780px;
}

/* タイトル */
.h-tittle {}

.h-tittle_sp-guest{
  margin:120px 0 0;  
}

.h-tittle h1 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  font-size: 45px;
  margin: 0 0 10px;
}

.h-tittle p {
  font-weight: 800;
  margin: 0 0 30px;
}

/* Flow */
#sec_schedule_wrap_flow {
  position: relative;
}

#sec_schedule_wrap_flow:before {
  position: absolute;
  display: block;
  content: "";
  background: #fef000;
  width: 5px;
  height: 100%;
  z-index: 0;
  left: 90px;
  height: 96%;
}

.sec_schedule_wrap_flow_list {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}

.sec_schedule_wrap_flow_list_img {}

.sec_schedule_wrap_flow_list_img img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid #fef000;
}

.sec_schedule_wrap_flow_list_cont {
  display: flex;
}

.sec_schedule_wrap_flow_list_cont h1 {
  font-size: 24px;
  margin: 0 0 5px;
  font-weight: bold;

  font-family:
    "Noto Sans JP",
    "Noto Sans",
    "Helvetica Neue",
    Arial,
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "YuGothic",
    Meiryo,
    sans-serif;
}

.sec_schedule_wrap_flow_list_cont p {}

.sec_schedule_wrap_flow_list_num div {
  background: #fef000;
  color: #000;
  font-weight: bold;
  padding: 5px 10px;
  display: inline;
  margin: 0 25px 0;
}

/* Big block */
.sec_schedule_wrap_flow_list-big {
  border: 4px solid #fef000;
  background: #fff;
  padding: 30px;
  position: relative;
  margin: 0 0 30px;
}

.sec_schedule_wrap_flow_list-big_title {
  display: flex;
  align-items: center;
  margin: 0 0 13px;
}

.sec_schedule_wrap_flow_list-big_title div {
  background: #fef000;
  color: #000;
  font-weight: bold;
  padding: 5px 10px;
  display: inline;
  margin: 0 15px 0 0;
}

.sec_schedule_wrap_flow_list-big_title h1 {
  font-size: 24px;
  margin: 0 0;
  font-weight: bold;

  font-family:
    "Noto Sans JP",
    "Noto Sans",
    "Helvetica Neue",
    Arial,
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "YuGothic",
    Meiryo,
    sans-serif;
}

.sec_schedule_wrap_flow_list-big_cont {
  display: flex;
  gap: 20px;
  justify-content: space-around;
}

.sec_schedule_wrap_flow_list-big_cont_text {
  width: 420px;     /* 左は固定 */
  flex-shrink: 0;   /* ←勝手に縮むのを防止（重要） */
  line-height: 27px;
}

.sec_schedule_wrap_flow_list-big_cont_text p{
margin:0 0 10px;
text-align: justify;
}

.sec_schedule_wrap_flow_list-big_cont_img {
  width: 100%;
  flex: 1;          /* 残り全部使う */    
  max-width: 460px;
}

.sec_schedule_wrap_flow_list-big_cont_img img {
  width: 100%;

  height: auto;
}

/* 背景ノイズ */
.bg_noise {
  background-image: url("../images/background_noise.png");
  background-repeat: repeat;
  background-size: auto;
  height: auto;
  overflow: hidden;
}

/* 黄色背景 */
.bg_yellow {
  height: auto;
  overflow: hidden;
  background: #fef000;
}

/* Program */
#sec_schedule_wrap_program {
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 0;
}

#sec_schedule_wrap_program .h-tittle {
  text-align: center;
}

.sec_schedule_wrap_program_title {
  text-align: center;
  margin: 0 auto 60px;
  font-weight: 600;
  font-size: 20px;
}

.sec_schedule_wrap_program_list-wrap {
  height: auto;
  background: #fff;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 60px;
  position: relative;
  padding: 30px;
}

.sec_schedule_wrap_h2{
  text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0 60px;
    display: block;
    padding: 20px 0 20px;
    /* border-bottom: 2px solid #fef005; */
    background: #000;
    color: #fef005;
    width: 100%;
    max-width: 500px;
    margin: 110px auto 60px;  
}

.sec_schedule_wrap_program_list-wrap_num {
  color: #fef000;
  background: #000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-weight: bold;
  position: absolute;
  text-align: center;
  font-size: 25px;
  left: -25px;
  top: -25px;
    line-height: 44.6px;
}

.sec_schedule_wrap_program_list-wrap_num_jyousetu{
 font-size: 16px; 
 line-height: 47px;
}

.sec_schedule_wrap_program_list-wrap_cont {}

.sec_schedule_wrap_program_list-wrap_cont_title {
  text-align: center;
  margin: 0 auto 25px;
  font-size: 22px;
  font-weight: 600;
}

.sec_schedule_wrap_program_list-wrap_cont_title h1 {
  color: #11018B;
  font-weight: bold;
  font-size: 22px;
  margin: 0 0 15px;
  text-align: left;
  line-height: 30px;
  letter-spacing: -1px;
  font-family:
    "Noto Sans JP",
    "Noto Sans",
    "Helvetica Neue",
    Arial,
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "YuGothic",
    Meiryo,
    sans-serif;

}

.sec_schedule_wrap_program_list-wrap_cont_title dl {
  display: flex;
  margin: 0 0 20px;
  align-items: center;
  font-size: 18px;
}

.sec_schedule_wrap_program_list-wrap_cont_title dt {
  background: #000;
  color: #fef000;
  font-size: 14px;
  padding: 0 10px;
  font-weight: 500;

}

.sec_schedule_wrap_program_list-wrap_cont_title dt div {
  background: #000;
  color: #fef000;
  font-size: 12px;
  padding: 0 5px;
  font-weight: 500;
}

.sec_schedule_wrap_program_list-wrap_cont_title dd {
  color: #000;
  padding: 0 10px;
  font-weight: 500;
  margin: 0 20px 0 0;
  font-size: 14px;
}

.sec_schedule_wrap_program_list-wrap_text {}

.sec_schedule_wrap_program_list-wrap_text p {
  line-height: 26px;
  margin: 0 0 22px;
text-align: justify;
}


#special_guest_wrap {
    margin: 0 0 100px;  
}
#special_guest_wrap ul {
display: flex;
    gap: 30px;  
    margin: 0 0 10px;
}
#special_guest_wrap ul li {
    background: #fff;
    padding: 26px;  


}
#special_guest_wrap ul li h1 {
    font-size: 20px;
    font-weight: bold;  
}
#special_guest_wrap ul li h2 {
    font-weight: bold;
    margin: 0 0 4px;
    color: #929739;
}
#special_guest_wrap ul li .special_guest_wrap_img {
    background: #f8f8f8;
    margin: 0 0 15px;
    text-align: center;
}
#special_guest_wrap ul li .special_guest_wrap_img img {
    height: 50px;
    text-align: center;
    padding: 20px 0 11px;  
}
#special_guest_wrap ul li a{
    margin: 10px 0 0;
    color: #4c5300;
}
#special_guest_wrap ul li p {}



/* Entry */
#sec_entry_wrap {
  width: 100%;
  max-width: 780px;
  height: auto;
  overflow: hidden;
  margin: 60px auto;
}

#sec_entry_wrap table {
  width: 100%;
}

#sec_entry_wrap table tr {}

#sec_entry_wrap table tr th {
  line-height: 23px;
  width: 180px;
  padding: 20px;
  border-bottom: 1px solid #cfcfcf;
}

#sec_entry_wrap table tr td {
  line-height: 30px;
  padding: 20px;
  border-bottom: 1px solid #cfcfcf;
}

#sec_entry_wrap table tr td ol {
  margin: 28px 0 10px;
  display: block;
  font-size: 14px;
}

#sec_entry_wrap table tr td ol li {
  line-height: 25px;
  margin: 0 0 24px;
}

#sec_entry_wrap_btn{
margin:60px auto 30px;
text-align: center;
    
}



/* YouTube */
.youtube-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Access */
#sec_access_wrap {
  width: 100%;
  max-width: 780px;
  height: auto;
  overflow: hidden;
  margin: 60px auto 60px;
}

#sec_access_wrap iframe {
  width: 100%;
  max-width: 900px;
  height: 500px;
  margin: 0 auto 20px;
}

#sec_access_wrap_parking-map {
  width: 100%;
  max-width: 500px;
}

#sec_access_wrap_parking-map img {
  width: 100%;
}

/* Table base */
table {
  text-align: left;
}

table th {
  font-weight: bold;
}

table td {}

/* FAQ */
#sec_faq_wrap {
  width: 100%;
  max-width: 780px;
  height: auto;
  overflow: hidden;
  margin: 120px auto 100px;
}





#sec_faq_wrap h2 {
  font-size: 32px;
  font-weight:bold;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
}

#sec_faq_wrap h2::before {
  content: '';
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 4px;
  background-color: #f3df2f;
}




.qa-list {
  padding: 0;
  width: 100%;
  margin:0 0 60px;
}

.qa-list dt,
.qa-list dd {
  display: grid;
  grid-template-columns: 45px 1fr;
  align-items: start;
}

.qa-list dt::before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #F4DF2E;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  border-radius: 3px;
    margin: -2px 0 0;
}

.qa-list dd::before {
  content: "A";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #000;
  color: #F4DF2E;
  font-weight: 700;
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid #eee;
    margin: -2px 0 0;
}

.qa-list dt {
  padding: 25px 0 10px;
}

.qa-list dd {
  padding: 0px 0 25px;
  border-bottom: 1px solid #cfcfcf;
}

/* フッター */
footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
}

.anchor_link{
  scroll-margin-top: 70px; /* ← ヘッダーの高さ分だけ調整 */
}

#anchor_concept{
    
}

#anchor_schedule{
    
}

#anchor_program{
    
}

#anchor_entry{
    
}

#anchor_access{
    
}

#anchor_faq{
    
}





.sec_schedule_wrap_program_list-wrap strong{
    font-weight: bold;
    font-size: 17px;
    margin: 0 0 6px;
    display: inline-block;
}










/*その他と主な共通部分は省略*/

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a.btn--yellow {
color: #000;
  background-color: #fff100;
}

a.btn--yellow:hover {
  color: #000;
  background: #fff20a;
}

a.btn--yellow.btn--cubic {
  border-bottom: 5px solid #ccc100;
}

a.btn--yellow.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #ccc100;
}

a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 2rem 5rem 2rem 3rem;
  border-radius: 100vh;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:before {
  content: "";
  position: absolute;
top: 53%;
right: 3rem;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;

  background-image: url("../images/btn_icon/chevron-right.svg"); /* ← SVGファイル */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

background-size: 10px auto;
}


a{
transition: all 0.3s ease-in-out 0s;
display:block;


}

a:hover{
    opacity: 0.6;
}



.btn,
a.btn,
button.btn {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 5rem 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}