@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");

body {
  overflow-x: hidden;
  margin: 0;
}
main {
  background-color: rgba(52, 138, 181, 0.1);
}

@media screen and (min-width: 769px) {
  .only-sp {
    display: none!important;
  }
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none!important;
  }
}


.wrapper {
  max-width: min(79.1vw, 1520px);
  margin: 0 auto;
}
.bg-white {
  background: #FFFFFF;
}
#main {
  /* padding-bottom: min(15.1vw, 290px); */
}

p {
  font-family: "Noto Sans JP", sans-serif;
}
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("../img/KV2.jpg") center center / cover no-repeat;
  opacity: 0;
  animation: fadeIn 1.5s ease forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.fv-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv-content {
  display: flex;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  flex-wrap: wrap;
  width: min(79.1vw, 1520px);
  margin: 0 auto;
}
.fv-title {
  width: min(44.6vw, 858px);
}
.fv-title h1 {
  font-size: min(8.33vw, 160px);
  line-height: 1;
  font-family: "Exo 2";
  background: linear-gradient(45deg, #49FF7C 0% 2%, #40FFD6 27%, #9BBEFF 54%, #FFFFFF 70%, #FF8B8D 82% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fv-title p {
  margin-top: min(1.56vw, 30px);
  font-size: min(2.08vw, 40px);
  font-weight: 700;
  line-height: 1.6;
  color: #FFFFFF;
}
.fv-image {
  height: auto;
  transition: transform 0.3s ease;
}
.fv-detail {
  width: min(25.2vw, 484px);
  margin-left: auto;
}
.fv-date {
  display: flex;
  align-items: flex-start;
  margin-bottom: min(1.30vw, 25px);
  padding: min(1.30vw, 25px) min(0.78vw, 15px);
  background: linear-gradient(45deg, #2A81CB 0%, #AD2AC7 100%);
  border-radius: 10px;
}
.fv-area {
  flex-shrink: 0;
  padding: min(0.52vw, 10px);
  font-size: min(1.25vw, 24px);
  font-weight: 700;
  line-height: 1.6;
  writing-mode: vertical-rl;
  color: #2E2E2E;
  background: #FFFFFF;
  border-radius: min(0.20vw, 4px);
}
.fv-location {
  margin-left: min(1.30vw, 25px);
  color: #FFFFFF;
}
.fv-location-name {
  font-size: min(0.93vw, 18px);
  font-weight: 700;
}
.fv-location-date {
  display: flex;
  align-items: baseline;
  font-size: min(1.04vw, 20px);
  font-weight: 700;
  line-height: 1;
}
.fv-location-date .day {
  position: relative;
  font-family: "Exo 2";
  margin: auto min(0.52vw, 10px) auto 0;
  padding-right: min(0.52vw, 10px);
  font-size: min(1.25vw, 24px);
}
.fv-location-date .day:before {
  content: '';
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: min(1.56vw, 30px);
  background: #FFFFFF;
}
.fv-location-date strong {
  font-size: min(2.50vw, 48px);
  font-weight: 700;
  font-family: "Exo 2";
}
.fv-location-date span {
  font-size: min(1.56vw, 30px);
  font-family: "Exo 2";
}
.fv-location-date small {
  font-size: min(0.93vw, 18px);
}
.fv-location-address {
  margin-top: min(0.52vw, 10px);
  font-size: min(0.83vw, 16px);
  font-weight: 500;
}
.fv-sponsored {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: min(2.60vw, 50px);
}
.fv-sponsored p {
  position: relative;
  font-size: min(0.93vw, 18px);
  color: #FFFFFF;
}
.fv-sponsored span {
  width: min(9.37vw, 180px);
  margin-left: min(0.78vw, 15px);
  padding-left: min(0.78vw, 15px);
  border-left: 1px solid #FFFFFF;
}


/* セクション共通スタイル  */
.contents {
  padding: 40px 5%;
  position: relative;
}

/* コンテンツ内の既存スタイル */
.in {
  color: #2e2e2e;
  font-family: "Exo 2";
  font-size: min(2.08vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.area {
  background: linear-gradient(96deg, #e39070 0%, #de32b0 108.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Exo 2";
  font-size: min(3.54vw, 68px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.ttl {
  font-family: "Exo 2";
  font-size: min(3.54vw, 68px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(96deg, #255c92 0%, #79bbc8 108.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.head-ttl {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}
.head-direction {
  font-size: min(5.20vw, 100px);
  background: linear-gradient(to right, #255C92 0%, #79BBC8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.head-in {
  margin: 0 min(0.78vw, 15px);
  color: #2e2e2e;
  font-size: min(4.16vw, 80px);
}
.head-area {
  font-size: min(5.20vw, 100px);
  background: linear-gradient(to right, #E8F629 0%, #DE32B0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#about {
  padding: min(5.20vw, 100px) 0;
  background: #FFFFFF;
}
.About_cap {
  text-align: center;
  margin-bottom: min(2.08vw, 40px);
  font-family: "Noto Sans JP";
  font-size: min(1.25vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 43.2px */
  letter-spacing: 0.96px;
}
.About_p {
  text-align: center;
  margin-bottom: min(3.12vw, 60px);
  color: #2e2e2e;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(1.04vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.8px;
}
.About_pic {
  justify-content: center;
  display: flex;
  gap: min(2.29vw, 44px);
}
.About_pic li {
  width: min(24.8vw, 477px);
}
.About_pic li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: min(1.04vw, 20px);
}

#schedule {
  padding: min(5.20vw, 100px) 0;
  background: #FFFFFF;
}

.triangle-left {
  position: relative;
}
.triangle-left .wrapper {
  position: relative;
  z-index: 9;
}
.triangle-left:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(9.42vw, 181px);
  background: #FFFFFF;
}
.triangle-left:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(9.42vw, 181px);
  aspect-ratio: 1;
  clip-path: polygon(0 100%,100% 0,100% 100%);
  background: #EBF3F8;
}

.triangle-right {
  position: relative;
}
.triangle-right .wrapper {
  position: relative;
  z-index: 9;
}
.triangle-right:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(9.42vw, 181px);
  background: #FFFFFF;
}
.triangle-right:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(9.42vw, 181px);
  aspect-ratio: 1;
  clip-path: polygon(0 100%,0 0,100% 100%);
  background: #EBF3F8;
}

.triangle-bottom-right {
  position: relative;
}
.triangle-bottom-right .wrapper {
  position: relative;
  z-index: 9;
}
.triangle-bottom-right:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  width: 100%;
  height: min(9.42vw, 181px);
  background: #FFFFFF;
}
.triangle-bottom-right:after {
  content: '';
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(50%);
  height: min(9.42vw, 181px);
  aspect-ratio: 1;
  clip-path: polygon(0 0,100% 0,0 100%);
  background: #EBF3F8;
}

.content-head {
  padding: min(5.20vw, 100px) 0 min(3.12vw, 60px);
}
.content-head._twice {
  padding: min(10.4vw, 200px) 0 min(3.12vw, 60px);
}

.event-list {
  width: min(47.7vw, 917px);
  margin: 0 auto;
}
.event-item {
  display: flex;
  align-items: center;
  width: 100%;
  background: linear-gradient(91deg, #2b6396 0%, #570d89 112.76%);
  border-radius: 8px;
  padding: min(0.78vw, 15px) min(1.04vw, 20px) min(0.78vw, 15px) min(0.78vw, 15px);
  box-shadow: 0 min(0.20vw, 4px) min(0.52vw, 10px) rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  margin-bottom: min(1.30vw, 25px);
}
.event-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 min(0.31vw, 6px) min(0.833vw, 16px) rgba(0, 0, 0, 0.15);
}
.event-location {
  background-color: #fff;
  border-radius: min(0.20vw, 4px);
  padding: min(0.52vw, 10px) min(0.26vw, 5px);
  min-width: min(2.08vw, 40px);
  height: min(4.58vw, 88px);
  margin-right: min(1.30vw, 25px);
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  font-size: min(1.04vw, 20px);
  font-weight: bold;
  color: #000;
  letter-spacing: 0.2em;
}
.event-dates {
  flex-shrink: 0;
  width: min(11.0vw, 213px);
  margin-right: min(1.25vw, 24px);
}
.event-date {
  font-size: min(1.25vw, 24px);
  font-weight: 700;
  color: #FFFFFF;
  white-space: nowrap;
}
.event-title {
  font-size: min(1.25vw, 24px);
  font-weight: 600;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-arrow {
  margin-left: auto;
}
.event-arrow img {
  width: min(1.87vw, 36px);
  height: auto;
}

.overview_exp {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: min(3.90vw, 75px);
}
.overview_p {
  width: min(45.3vw, 871px);
  color: #2e2e2e;
  font-size: min(1.04vw, 20px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.4px;
  margin-right: min(1.82vw, 35px);
}
.overview_img {
  position: relative;
  width: min(20.8vw, 400px);
}
.overview_img img {
  border-radius: min(1.04vw, 20px);
}
.overview_img:before {
  content: '';
  position: absolute;
  bottom: max(-1.25vw, -24px);
  right: max(-1.25vw, -24px);
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #255C92 0%, #79BBC8 100%);
  border-radius: min(1.04vw, 20px);
}

.attention_p {
  color: #2e2e2e;
  font-size: min(0.83vw, 16px);
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.64px;
}

.overview_img {
  position: relative;
  display: inline-block;
}

.overview_img img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}

.dtl_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  font-family: "Exo 2";
  font-weight: 700;
  text-align: center;
  font-size: min(1.45vw, 28px);
  color: #fff;
  width: min(25.2vw, 485px);
  height: min(4.58vw, 88px);
  border-radius: min(1.04vw, 20px);
  background: linear-gradient(80deg, #2B6396 0%, #570D89 100%);
  z-index: 3;
  position: relative;
  line-height: 1;
}
.dtl_ttl .jpndtl {
  margin-top: min(0.52vw, 10px);
  font-size: min(0.93vw, 18px);
  font-family: "Noto Sans JP";
}

.dtl_info_box {
  margin: auto;
  width: min(47.9vw, 920px);
  background-color: white;
  box-shadow: 0 min(0.20vw, 4px) min(0.52vw, 10px) rgba(0, 0, 0, 0.1);
  padding: min(4.16vw, 80px) 0 min(2.08vw, 40px);
  margin-top: max(-2.29vw, -44px);
  z-index: 2;
  position: relative;
  border-radius: min(0.52vw, 10px);
}

.dtl_info_box dl {
  width: min(33.9vw, 652px);
  margin: 0 auto;
  padding: 0;
  font-size: min(0.83vw, 16px);
  line-height: 1.5;
}

.dtl_list_box {
  display: flex;
  padding: min(0.78vw, 15px) min(1.25vw, 24px);
  border-bottom: 1px solid #ddd;
}

.dtl_list_box dt {
  flex-shrink: 0;
  width: min(11.6vw, 224px);
  font-weight: bold;
  color: #333;
}

.dtl_list_box dd {
  flex-grow: 1;
  color: #555;
  line-height: 1.6;
}

.small-text {
  font-size: min(0.67vw, 13px);
  color: #777;
  display: block;
}

.dtl_list_box dd a {
  color: blue;
}

/* 参加申し込みボタンのエリア */
.apply_btn_area {
  width: min(14.5vw, 280px);
  margin-top: min(0.52vw, 10px);
}

.apply_btn_area-long {
  width: min(26.5vw, 410px);
  margin-top: min(0.52vw, 10px);
}

/* 参加申し込みボタン*/
.apply_button {
  width: 100%;
  border-radius: min(5.20vw, 100px);
  background: linear-gradient(90deg, #3DB39B 0%, #32A1DA 100%);
  padding: min(1.04vw, 20px) 0;
  color: white;
  border: none;
  cursor: pointer;
  font-size: min(0.83vw, 16px);
  font-weight: bold;
  transition: background-color 0.3s;
}

.apply_button:hover {
  background-color: linear-gradient(90deg, #3db39b 0%, #32a1da 100%);
}

.apply_btn_area-long .apply_button {
	border-radius: 8px;
}

.apply_btn_area-long .apply_button span {
    padding: 0 1rem 0 0;
    width: 100%;
    text-align: center;
    display: block;
    background: url(/assets/img/common/icon03.svg) no-repeat right 3rem center;
    background-size: 2.0rem auto;
}

/* 参加申し込みボタン - 2*/
.apply_button2 {
  width: 100%;
  border-radius: min(5.20vw, 100px);
  background: linear-gradient(84deg, #2B6396 0%, #570D89 100%);
  padding: min(1.04vw, 20px) 0;
  color: white;
  border: none;
  cursor: pointer;
  font-size: min(0.83vw, 16px);
  font-weight: bold;
  transition: background-color 0.3s;
}

.apply_button2:hover {
  background-color: linear-gradient(90deg, #3db39b 0%, #32a1da 100%);
}




.content-program {
  padding: min(3.12vw, 60px) 0;
}

/*プログラムタイトル*/
.program_ttl {
  font-family: "Noto Sans JP";
  font-size: min(3.12vw, 60px);
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.program_ttl span {
  background: linear-gradient(91deg, #2b6396 0%, #570d89 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.program_cap {
  margin-bottom: min(4.16vw, 80px);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(0.93vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 0.72px;
}
.program_cap span {
  background: linear-gradient(91deg, #2b6396 0%, #570d89 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.program_cap {
  position: relative;
  text-align: center;
}

.program_cap::after {
  content: "";
  position: absolute;
  top: calc(100% + min(1.04vw, 20px));
  left: 50%;
  transform: translateX(-50%);
  width: min(3.12vw, 60px);
  height: min(0.52vw, 10px);
  border-radius: min(1.04vw, 20px);
  background: linear-gradient(91deg, #2b6396 0%, #570d89 112.76%);
}

.schedule_card {
  width: min(47.9vw, 920px);
  margin: min(2.08vw, 40px) auto;
  border-radius: min(0.83vw, 16px);
  box-shadow: 0 min(0.20vw, 4px) min(0.52vw, 10px) rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fff;
}

.schedule_header {
  background: linear-gradient(84deg, #2B6396 0%, #570D89 100%);
  border-radius: min(0.83vw, 16px) min(0.83vw, 16px) 0 0;
  color: #FFFFFF;
  font-size: min(1.45vw, 28px);
  font-weight: 700;
  text-align: center;
  padding: min(1.30vw, 25px) 0;
}

/* カード本体のコンテンツ */
.schedule_body {
  padding: 0 min(1.82vw, 35px) min(2.34vw, 45px);
}

.schedule_img {
    margin-top: min(1.56vw, 30px);
	margin-bottom: min(1.56vw, 30px);
}
.schedule_img img{
	border-radius: min(1.04vw, 20px);
}

.schedule_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: min(1.30vw, 25px);
    margin-bottom: min(2.30vw, 40px);
    gap: 8px;
}
/* 2. プログラム時刻 */
.schedule_time {
  font-size: min(1.66vw, 32px);
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: min(1.56vw, 30px);
  border-bottom: 1px solid;
  padding: min(0.78vw, 15px);
}

.schedule-text {
  font-size: min(1.04vw, 20px);
  color: #000000;
}

/* 3. 説明文 */
.schedule_description {
  font-size: min(0.93vw, 18px);
  line-height: 1.8;
  color: #000000;
  margin-bottom: min(2.08vw, 40px);
  letter-spacing: 0.04em;
}
.schedule_description a {
  color: #2b6396;
  text-decoration: underline;
  font-weight: bold;
}
.schedule_description a:hover {
  text-decoration: none;
}


/* 4. サブタイトル */
.program_subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(1.45vw, 28px);
  font-weight: bold;
  margin-top: min(2.30vw, 40px);
  margin-bottom: min(1.30vw, 25px);
  gap: 8px;
}
.program_subtitle span {
  background: linear-gradient(91deg, #2b6396 0%, #570d89 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.program_subtitle::before {
  content: "";
  display: block;
  width: min(0.62vw, 12px);
  height: min(0.88vw, 17px);
  background-image: url("../img/left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.program_subtitle::after {
  content: "";
  display: block;
  width: min(0.62vw, 12px);
  height: min(0.88vw, 17px);
  background-image: url("../img/right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.image_gallery {
  display: flex;
  justify-content: center;
  gap: min(1.77vw, 34px);
}

.image_gallery img {
  border-radius: min(0.83vw, 16px);
  display: block;
}

/* カードリスト全体のコンテナ */
.card-list {
  display: flex;
  justify-content: space-around;
  gap: min(0vw, 0px);
}

.card-list + .program_subtitle {
  margin-top: min(2.50vw, 48px);
}

/* 個別カードのスタイル */
.card {
  width: min(13.5vw, 260px);
  height: min(15.5vw, 320px);
  border-radius: min(0.83vw, 16px);
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
}

/* カード内の画像 */
.card-image {
  width: 100%;
  height: min(7.81vw, 150px);
  object-fit: cover;
  display: block;
}

/* タイトル */
.card-title {
  margin: min(0.52vw, 10px) 0;
  font-size: min(1.04vw, 20px);
  padding: 0 min(0.83vw, 16px);
}

/* PRテキスト */
.card-text {
  font-size: min(0.72vw, 14px);
  line-height: 1.5;
  padding: 0 min(0.83vw, 16px);
  color: #000000;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* 詳細を見るボタン */
.detail-button {
  width: min(9.89vw, 190px);
  height: min(1.87vw, 36px);
  font-size: min(0.83vw, 16px);
  border-radius: min(5.20vw, 100px);
  background: linear-gradient(90deg, #3db39b 0%, #32a1da 100%);
  color: white;
  border: none;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  align-self: center;
  margin-top: min(0.52vw, 10px);
}

.attendee_list {
  width: min(22.6vw, 434px);
  list-style: disc;
  display: table;
  margin: 0 auto;
}

/* 中黒なし */
.attendee_list.is-plain {
  list-style: none;
}

.attendee_list li {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1.14vw, 22px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.88px;
  margin-bottom: min(0.78vw, 15px);
}


.attendee_list li a{
  color: #2b6396;
  text-decoration: underline;
  font-weight: bold;
}

.attendee_list li a:hover{
  text-decoration: none;
}

.attendee_list li .position {
    font-weight: normal;
    font-size: min(0.83vw, 16px);
}

.attendee_list li p.attendee_item__description {
    font-size: min(0.93vw, 18px);
    line-height: 1.8;
    letter-spacing: 0.04em;
    font-weight: normal;
    margin-top: min(0.52vw, 10px);
}
.attendee_list li .attendee_item__image{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  margin: 0 auto min(1.30vw, 25px); 
}
.attendee_list li .attendee_item__image img{
  border-radius: min(1.04vw, 20px);
}

.attendee_list-long {
  width: min(30vw, 710px);
}


/* FINALの概要 */

.schedule_time_fin {
  font-size: min(1.66vw, 32px);
  font-weight: bold;
  color: #000000;
  margin-top: min(1.30vw, 25px);
  text-align: center;
}

.last-btn{
    margin-bottom: min(0vw, 0px);
    border-top: 1px solid #ddd;
    padding-top: min(2.30vw, 40px);
}

.mb25{
  margin-bottom: min(1.30vw, 25px);
}

#FINAL_new .head-ttl {
  font-family: 'Jost', sans-serif;
  font-style: italic;
  font-weight: 700;
}

.final-fv {
  position: relative;
}

.final-fv img {
  position: absolute;
}

.final-fv_img1 {
  top: min(11.458vw, 220px);
  left: 0;
  width: min(14.583vw, 280px);
  height: min(12.5vw, 240px);
  z-index: 2;
}

.final-fv_img2 {
  top: min(22.604vw, 434px);
  left: min(9.063vw, 174px);
  width: min(15.625vw, 300px);
  height: min(9.375vw, 180px);
  z-index: 1;
}

.final-fv_img3 {
  top: min(8.333vw, 160px);
  right: 0;
  width: min(12.5vw, 240);
  height: min(9.375vw, 180px);
  z-index: 1;
}

.final-fv_img4 {
  top: min(16.667vw, 320px);
  right:min(2.917vw, 56px);
  width: min(20.833vw, 400px);
  height: min(12.5vw, 240);
  z-index: 2;
}

.final-contents {
  background-image: url("../img/final_bg2.jpg");
  background-repeat: repeat-y;
  background-size: 100% auto;
  color: white;
}

.final-head_ttl {
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-style: italic;
  line-height: 1;
}

.final-head-direction {  
  font-size: min(9.375vw, 180px);
  letter-spacing: 0.08em;
}

.final-head-area {
  font-size: min(9.375vw, 180px);
  letter-spacing: 0.08em;
}

.final-head-in {
  font-size: min(5.729vw, 110px);
  padding: 0 min(1.5vw, 30px);
}

.final-head_lead {
  margin-top: min(1.667vw, 32px);
  font-family: 'Jost', sans-serif;
  font-weight: 900;
  font-size: min(1.771vw, 34px);
  text-align: center;
  letter-spacing: 0.08em;
}

.final-head_txtGroup {
  margin: min(4.583vw, 88px) 0;
  font-size: min(0.938vw, 18px);
  line-height: 2;
}

.final-head_txtArea {
  text-align: center;
}

.final-head_txtAre1 {
  margin-top: min(1.302vw, 25px);
  text-align: center;
}

.final-head-date_item {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-family: 'Jost', sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
}

.final-head-date_item div {
  padding: 0 min(0.2vw, 4px);
}

.final-head-date_year {
  font-size: min(2.188vw, 42px);
}

.final-head-date_day {
  font-size: min(4.271vw, 82px);
}

.final-head-date_week {
  font-size: min(2.188vw, 42px);
}
.final-head-date_line {
  position: relative;
  width: min(2.3vw, 45px);
}
.final-head-date_line::after{
  content: '';
  position: absolute;
  bottom: min(1.25vw, 24px);
  left: min(0.5vw, 10px);
  width: min(1.25vw, 24px);
  height: min(0.573vw, 11px);
  background: white;
}

.final-head_place {
  font-size: min(1.042vw, 20px);
  text-align: center;
  margin-top: min(0.833vw, 16px);
}

.final-head_place a {
  color: white;
  text-decoration: underline;
}

.final-head_logo {
  display: flex;
  justify-content: flex-end;
  margin-top: min(2.24vw, 43px);
  margin-right: min(2.917vw, 56px);
}

.final-head_logo img {
  width: min(17.917vw, 344px);
}

.final-day {
  display: flex;
  justify-content: center;
  margin-top: min(8.75vw, 168px);
  gap: min(2.5vw, 48px);
}

.final-day_item {
  padding: min(10.667vw, 40px) min(19.333vw, 72.5px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 70%, rgba(255, 255, 255, 0.35) 100%);
  border-radius: 5px; 
  border-right: 1px rgba(255, 255, 255, 0.40) solid; 
  border-bottom: 1px rgba(255, 255, 255, 0.40) solid; 
  backdrop-filter: blur(7.50px);
  cursor: pointer;
  transition: all 0.3s ease;
}
.final-day_item div {
  color: white;
}

.final-day_item:hover {
  opacity: 0.5;
}

.final-day_ttl {
  font-size: min(5.417vw, 104px);
  font-family: 'Jost', sans-serif;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  margin-bottom: min(1.667vw, 32px);
  text-align: center;
}

.final-day_txt {
  font-size: min(1.25vw, 24px);
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
  margin: min(1.25vw, 24px) 0;
  letter-spacing: 0.1em;
}

.final-day_arrowWrap {
  display: flex;
  justify-content: center;
}

.final-day_arrow {
  width: min(8vw, 30px);  
  height: min(3.467vw, 13px);  
}

.panel {
  max-width: min(78.333vw, 1504px);
  margin: min(6.25vw, 120px) auto 0;
  background: #FAFAFA;
  padding: min(5.417vw, 104px);
  border-radius: 5px;
}

.panel-day {
  min-width: min(16.563vw, 318px);
  width: min(16.563vw, 318px);
}

.panel-day_ttl {
  color: #1057D5;
  font-size: min(6.667vw, 128px);
  font-family: 'Jost', sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.panel-day_ttl.green {
  color: #1C9271;
}

.panel-day_ttl.black_blue {
  color: #004C8E;
}

.panel-day_img {
  margin-top: min(1.875vw, 36px);
  margin-bottom: min(1.25vw, 39px);
}

.panel-day_img a img{
  border-radius: 10px;
}

.panel-day_img a:hover{
  opacity: 0.7;
}

.panel-day_txt {
  display: flex;
  flex-direction: column;
  gap: min(0.4vw, 8px);
}

.panel-day_txtRow {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  font-size: min(2.083vw, 40px);
  line-height: 1;
  color: #000000;
}

.panel-day_txtBig {
  font-size: min(3.333vw, 64px);
}

.panel-day_txtLine {
  position: relative;
  width: min(1.25vw, 24px);
}

.panel-day_txtLine::after {
  content: '';
  position: absolute;
  bottom: min(0.625vw, 12px);
  left: min(0.417vw, 8px);
  width: min(0.677vw, 13px);
  height: min(0.26vw, 5px);
  background: black;
}

.panel-top{
  display: flex;
  gap: min(5.104vw, 98px);
}

.panel-top_rightTtl {
  background: linear-gradient(to right, #1057D5 0%, #11983E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min(2.292vw, 44px);
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.36;
  margin-top: min(2.005vw, 38.5px);
}
.panel-top_rightTtl.green {
  background: linear-gradient(to right, #008840 0%, #AACE36 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.panel-top_rightTxt {
  font-size: min(0.938vw, 18px);
  color: #000000;
  line-height: 2;
  margin-top: min(1.667vw, 32px);
}

.panel-program {
  margin-top: min(4.167vw, 80px);
  margin-bottom: min(5.417vw, 104px);
}

.panel-program_ttl {
  font-size: min(2.083vw, 40px);
  font-family: 'Jost', sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  color: white;
  background: #2767D9;
  padding: min(0.625vw, 12px) min(1.875vw, 36px);
}

.panel-program_content {
  padding: min(2.5vw, 48px) min(1.875vw, 36px);
  background: #EDEDED;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: min(1.25vw, 24px);
}

.panel-program_item {
  padding: min(0.938vw, 18px) min(1.667vw, 32px);
  border-radius: 16px;
  background: #FFFFFF;
  color: #000000;
  font-weight: 900;
  font-size: min(1.146vw, 22px);
  line-height: 1;
}

.panel-program_etc {
  font-size: min(1.354vw, 26px);
  line-height: 1;
  color: black;
  padding: 0 min(1.667vw, 32px);
}

.panel-btn {
  width: min(32.5vw, 624px);
  height: min(5.208vw, 100px);
  color: white;
  font-size: min(1.25vw, 24px);
  font-weight: 700;
  position: relative;
  border-radius: min(0.625vw, 12px);
  border: none;
  display: flex;
  justify-content:center;
  align-items: center;
  color:white !important;
}
/* .panel-btn_blue:hover {
  background: linear-gradient(90deg, #223FFD 0%, #00BBC2 100%);
} */
@media screen and (min-width: 768px) {
  .panel-btn:hover .panel-btn_arrow {
    transform: translate(40px, -50%);
  }
}


.panel-btn_blue {
  background: linear-gradient(to right, #223FFD 0%, #00BBC2 100%);
}

.panel-btn_pink {
  background: linear-gradient(to right, #EF5020 0%, #CA409C 50%, #733EBD 100%);
}

.panel-btn_group {
  display: flex;
  justify-content: space-between;
}
.panel-btn_groupCenter {
  justify-content: center;
}

.panel-schedule {
  display: flex;
  margin-top: min(3.333vw, 64px);
}

.panel-schedule_time {
  min-width: min(9.583vw, 184px);
  border-right: 3px solid black;
}

.panel-schedule_timeWrap {
  width: min(7.5vw, 144px);
}
.panel-schedule_timeTxt {
  font-size: min(2.188vw, 42px);
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #1C9271;
  text-align: center;
  line-height: 1;
}

.panel-schedule_timeTxt.black_blue {
  color: #004C8E;
}

.panel-schedule_timeLine {
  display: flex;
  justify-content: center;
  margin: min(0.625vw, 12px) 0;
}
.panel-schedule_timeLine::after {
  content: '';
  width: min(0.365vw, 7px);
  height: min(1.042vw, 20px);
  background: #1C9271;
}
.panel-schedule_timeLine.black_blue::after {
  background: #004C8E;
}
.panel-schedule_category {
  display: flex;
  gap: min(0.833vw, 16px);
  font-size: min(0.833vw, 16px);
  line-height: 1;
  color: white;
}

.panel-schedule_categoryItem {
  padding: min(0.416vw, 8px) min(0.833vw, 16px);
  background: #1C9271;
  border-radius: 5px;
}

.panel-schedule_categoryItem.black_blue {
  background: #004C8E;
}

.panel-schedule_content {
  padding-left: min(2.5vw, 48px);
}

.panel-schedule_ttl {
  font-size: min(1.979vw, 38px);
  font-weight: 900;
  line-height: calc(48/38);
  color: #1C9271;
  margin-top: min(1.25vw, 24px);
}

.panel-schedule_ttl.black_blue {
  color: #004C8E;
}

.panel-schedule_description {
  font-size: min(0.938vw, 18px);
  color: #000000;
  line-height: 1.78;
  margin-top: min(1.25vw, 24px);
}

.panel-schedule_photo {
  margin: min(2.083vw, 40px) 0;
}

.panel-schedule_photoWrap {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.833vw, 16px);
}

.panel-schedule_photoItem {
  display: flex;
  gap: min(1.25vw, 24px);
  width: min(17.865vw, 343px);
  cursor: pointer;
  transition: all 0.3s ease;
}
.panel-schedule_photoItem:hover {
  background: #F0F0F0;
}
.panel-schedule_photoItem:hover .panel-schedule_photoImg {
  opacity: 0.7;
}



.panel-schedule_photoTtl {
  margin-bottom: min(1.25vw, 24px);

}
.panel-schedule_photoTtl span{
  padding: min(0.208vw, 4px) min(1.25vw, 24px);
  background: black;
  color: white;
  font-size: min(0.833vw, 16px);
  display: inline-block;
}

.panel-schedule_photoImg {
  position: relative;
}

.panel-schedule_photoImgOrigin{
  min-width: 100px;
  width: 100px;
}

.panel-schedule_photoArrow {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #00000040;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.panel-schedule_photoArrowImg {
  width: 10px;
  height: 10px;
}

.panel-schedule_photoName {
  font-size: min(0.938vw, 18px);
  font-weight: 700;
  line-height: 1;
  color: #000000;
}

.panel-schedule_photoPosition {
  font-size: min(0.677vw, 13px);
  color: #525252;
  line-height: 1.3;
  margin-top: min(0.625vw, 12px);
}

a.panel-detail_btnWrap {
  padding: min(0.833vw, 16px) min(3.125vw, 60px);
  border: 1px solid #1C9271;
  border-radius: 5px;
  display: inline-flex;
  flex-direction: column;
  float: right;
  text-align: center;
  background: #EEF4F2;
  color: #1C9271;
  cursor: pointer;
  transition: all 0.3s ease;
}

.panel-detail_btnWrap:hover {
  color: white !important;
  background: #1C9271;
}

.panel-detail_btnWrap:hover svg path {
  fill: white !important;
}

.panel-detail_btnWrap.black_blue {
  color: #004C8E;
  border-color: #004C8E;
}
.panel-detail_btnWrap.black_blue:hover {
  background:  #004C8E;
}

.panel-detail_btnTxt {
  font-size: min(0.677vw, 13px);
  line-height: calc(16/13);
}
.panel-detail_btnLink {
  font-size: min(0.833vw, 16px);
  font-weight: 700;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: min(0.313vw, 6px);
  position:relative;
}

.panel-detail_btnLink span {
  position:relative;
}

.panel-detail_btnLink svg {
  width: min(0.521vw, 10px);
  height: min(0.625vw, 12px);
  position: absolute;
  bottom: 0;
  right: min(-0.625vw, -12px);
  transform: translateX(100%);
}

.panel-detail_btnWrap.black_blue svg path {
  fill: #004C8E;
}

.panel-detail_btnLink img {
  width: min(0.521vw, 10px);
  height: min(0.625vw, 12px);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.panel-btn_arrow {
  position: absolute;
  right: min(7.813vw, 150px);
  top: 50%;
  transform: translateY(-50%);
  width: min(1.042vw, 20px);
  height: min(1.198vw, 23px);
  transition: transform 0.3s ease;
}

.panel-schedule_container {
  margin-bottom: min(5.417vw, 104px);
}

.panel-schedule_companyWrap {
  display: flex;
  flex-wrap: wrap;
  gap: min(1.25vw, 24px) min(0.833vw, 16px);
}

.panel-schedule_companyItem {
  width: min(13.229vw, 254px);
  height: min(5.208vw, 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  color: #727272;
  font-size: min(1.042vw, 20px);
  font-weight: 900;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
}

.panel_container {
  position: relative;
}
.panel-ttl {
  position: absolute;
  top: 0;
  right: min(1.042vw, 20px);
  z-index: 1;
  background-image: url("../img/final_side_ttl.svg");
  background-repeat: repeat-y;
  background-size: 100% auto;
  width: min(8.854vw, 170px);
  height: 100%;
  opacity: 0.12;
}

.fv_bg {
  position: absolute;
  top:0;
}

.final-wrapper {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .wrapper {
    max-width: 100%;
  }
  #main {
  /*  padding-bottom: min(26.6vw, 100px); */
  }

  .fv {
    position: relative;
    width: 100%;
    height: auto;
    background: #FFFFFF url("../img/KV2.jpg") no-repeat center top/auto 100vh;
  }
  .fv-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fv-content {
    display: block;
    top: 0;
    padding-top: min(14.6vw, 55px);
    transform: none;
    width: min(90.6vw, 340px);
  }
  .fv-title {
    width: 100%;
  }
  .fv-title h1 {
    font-size: min(17.5vw, 66px);
  }
  .fv-title p {
    margin-top: min(4vw, 15px);
    font-size: min(4.8vw, 18px);
  }
  .fv-detail {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .fv-date {
    order: 2;
    align-items: flex-start;
    margin-bottom: min(4vw, 15px);
    padding: min(4vw, 15px) min(2.66vw, 10px);
    border-radius: min(1.86vw, 7px);
  }
  .fv-area {
    padding: min(1.33vw, 5px);
    font-size: min(4.5vw, 17px);
    border-radius: min(0.8vw, 3px);
  }
  .fv-location {
    margin-left: min(4vw, 15px);
  }
  .fv-location-name {
    font-size: min(3.46vw, 13px);
  }
  .fv-location-date {
    font-size: min(3.73vw, 14px);
  }
  .fv-location-date .day {
    margin: auto min(1.33vw, 5px) auto 0;
    padding-right: min(2.66vw, 10px);
    font-size: min(4.53vw, 17px);
  }
  .fv-location-date .day:before {
    height: min(5.60vw, 21px);
  }
  .fv-location-date strong {
    font-size: min(9.06vw, 34px);
  }
  .fv-location-date span {
    font-size: min(5.60vw, 21px);
  }
  .fv-location-date small {
    font-size: min(3.2vw, 12px);
  }
  .fv-location-address {
    margin-top: min(1.33vw, 5px);
    font-size: min(2.93vw, 11px);
  }
  .fv-sponsored {
    order: 1;
    margin: min(13.3vw, 50px) 0 min(6.66vw, 25px);
  }
  .fv-sponsored p {
    font-size: min(3.46vw, 13px);
  }
  .fv-sponsored span {
    width: min(34.6vw, 130px);
    margin-left: min(4vw, 15px);
    padding-left: min(4vw, 15px);
  }


  /* コンテンツ内の既存スタイル */

  .in {
    color: #2e2e2e;
    font-family: "Exo 2";
    font-size: min(2.08vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }

  .area {
    background: linear-gradient(96deg, #e39070 0%, #de32b0 108.9%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Exo 2";
    font-size: min(3.54vw, 68px);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
  .ttl {
    font-size: min(10.6vw, 40px);
  }


  .head-direction {
    font-size: min(8.53vw, 32px);
  }
  .head-in {
    margin: 0 min(1.33vw, 5px);
    font-size: min(6.4vw, 24px);
  }
  .head-area {
    font-size: min(8.53vw, 32px);
  }



  #about {
    /*width: min(90.6vw, 340px);*/
    width: 100%;
    margin: 0 auto;
    padding: min(21.3vw, 80px) min(4.66vw, 17.5px) min(10.6vw, 40px);
  }
  .About_cap {
    width: 100%;
    margin: 0 0 min(9.33vw, 35px);
    font-size: min(4vw, 15px);
  }
  .About_p {
    text-align: left;
    margin-bottom: min(8.00vw, 30px);
    font-size: min(4vw, 15px);
  }
  .About_pic {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  .About_pic li {
    width: min(44.0vw, 165px);
  } 
  .About_pic li:last-child {
    width: 100%;
    margin-top: min(2.66vw, 10px);
  }

  .About_pic li img {
    border-radius: min(3.73vw, 14px);
  }

  #schedule {
    /*width: min(90.6vw, 340px);*/
    margin: 0 auto;
    padding: min(10.6vw, 40px) min(4.66vw, 17.5px);
  }

  .triangle-left:before {
    height: min(18.6vw, 70px);
  }
  .triangle-left:after {
    height: min(18.6vw, 70px);
  }

  .triangle-right:before {
    height: min(18.6vw, 70px);
  }
  .triangle-right:after {
    height: min(18.6vw, 70px);
  }

  .triangle-bottom-right:before {
    height: min(18.6vw, 70px);
    transform: none;
  }
  .triangle-bottom-right:after {
    height: min(18.6vw, 70px);
    transform: none;
  }

  .content-head {
    /*width: min(90.6vw, 340px);*/
    margin: 0 auto;
    padding: min(5.20vw, 100px) min(4.66vw, 17.5px) min(3.12vw, 60px);
  }
  .content-head._twice {
    padding: min(10.4vw, 100px) min(4.66vw, 17.5px) min(3.12vw, 60px);
  }

  .event-list {
    width: 100%;
  }
  .event-item {
    flex-wrap: wrap;
    border-radius: min(5.33vw, 20px);
    padding: min(4vw, 15px) min(2.66vw, 10px) min(4vw, 15px) min(4vw, 15px);
    margin-bottom: min(4vw, 15px);
  }
  .event-location {
    border-radius: min(2.13vw, 8px);
    padding: min(5.33vw, 20px) min(1.33vw, 5px);
    min-width: min(21.3vw, 80px);
    height: min(10.6vw, 40px);
    margin-right: min(4vw, 15px);
    writing-mode: horizontal-tb;
    font-size: min(4.8vw, 18px);
  }
  .event-dates {
    flex-shrink: 0;
    width: calc(100% - min(25.3vw, 95px));
    margin-right: 0;
  }
  .event-date {
    font-size: min(4vw, 15px);
  }
  .event-title {
    width: min(69.0vw, 259px);
    margin-top: min(2.66vw, 10px);
    font-size: min(5.33vw, 20px);
    line-height: 1.8;
    white-space: wrap;

  }
  .event-arrow {
    margin: auto 0 0 auto;
    width: min(9.6vw, 36px);
  }
  .event-arrow img {
    width: 100%;
  }

  .overview_exp {
    flex-wrap: wrap;
    justify-content: normal;
    margin-bottom: min(10.6vw, 40px);
  }
  .overview_p {
    order: 2;
    width: 100%;
    font-size: min(4vw, 15px);
    margin: min(13.3vw, 50px) 0 0;
  }
  .overview_img {
    order: 1;
    width: min(86.4vw, 324px);
  }
  .overview_img:before {
    bottom: max(-4.26vw, -16px);
    right: max(-4.26vw, -16px);
    border-radius: min(3.73vw, 14px);
  }

  .attention_p {
    font-size: min(3.2vw, 12px);
  }

  .overview_img {
    position: relative;
    display: inline-block;
  }

  .overview_img img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
    border-radius: min(3.73vw, 14px);
  }

  .dtl_ttl {
    font-size: min(5.33vw, 20px);
    width: min(79.7vw, 299px);
    height: min(15.4vw, 58px);
    border-radius: min(26.6vw, 100px);
  }
  .dtl_ttl .jpndtl {
    margin-top: min(1.33vw, 5px);
    font-size: min(3.73vw, 14px);
  }

  .dtl_info_box {
    width: 100%;
    padding: min(13.3vw, 50px) 0 min(6.66vw, 25px);
    margin-top: max(-7.73vw, -29px);
    border-radius: min(4.26vw, 16px);
  }

  .dtl_info_box dl {
    width: min(85.3vw, 320px);
    font-size: min(4vw, 15px);
  }

  .dtl_list_box {
    display: block;
    padding: min(4vw, 15px) 0;
  }

  .dtl_list_box dt {
    width: 100%;
    text-align: center;
  }

  .dtl_list_box dd {
    margin: 0;
    text-align: center;
  }

  .small-text {
    font-size: min(3.2vw, 12px);
    margin-top: 0;
  }

  .dtl_list_box dd a {
    color: blue;
  }

  /* 参加申し込みボタンのエリア */
  .apply_btn_area,
	.apply_btn_area-long{
    width: min(74.6vw, 280px);
    margin: min(2.66vw, 10px) auto 0;
  }
	

  /* 参加申し込みボタン*/
  .apply_button,
  .apply_button2 {
    padding: min(5.33vw, 20px) 0;
    font-size: min(4.26vw, 16px);
    border-radius: min(26.6vw, 100px);
  }


  .content-program {
    padding: min(26.6vw, 100px) 0 min(10.6vw, 40px);
  }

  /*プログラムタイトル*/
  .program_ttl {
    font-size: min(10.6vw, 40px);
  }
  .program_cap {
    margin-bottom: min(14.6vw, 55px);
    font-size: min(4vw, 15px);
  }

  .program_cap::after {
    top: calc(100% + min(4vw, 15px));
    width: min(16vw, 60px);
    height: min(1.33vw, 5px);
  }

  .schedule_card {
    width: 100%;
    margin: 0 auto min(13.3vw, 50px);
    border-radius: 0;
  }

  .schedule_header {
    border-radius: 0;
    font-size: min(5.33vw, 20px);
    padding: min(5.33vw, 20px) 0;
    line-height: 1.5;
  }

  /* カード本体のコンテンツ */
  .schedule_body {
    margin: auto;
    padding: 0 0 min(2.66vw, 10px);
  }

  /* 2. プログラム時刻 */
  .schedule_time {
    width: min(85.3vw, 320px);
    font-size: min(6.4vw, 24px);
    margin: 0 auto min(6.66vw, 25px);
    padding: min(4vw, 15px);
  }

  .schedule-text {
    display: block;
    font-size: min(3.2vw, 12px);
  }

  /* 3. 説明文 */
  .schedule_description {
    width: min(85.3vw, 320px);
    font-size: min(3.73vw, 14px);
    margin: 0 auto min(5.33vw, 20px);
  }
	
  .schedule_img {
	padding: min(4vw, 15px);
  }

  /* 4. サブタイトル */
  .program_subtitle {
    font-size: min(4.8vw, 18px);
    margin-bottom: min(1.33vw, 5px);
  }

  .program_subtitle::before {
    width: min(2.13vw, 8px);
    height: min(3.2vw, 12px);
  }

  .program_subtitle::after {
    width: min(2.13vw, 8px);
    height: min(3.2vw, 12px);
  }

  .image_gallery {
    flex-wrap: wrap;
    justify-content: space-between;
    width: min(85.3vw, 320px);
    margin: 0 auto;
    padding-bottom: min(4vw, 15px);
    gap: 0;
  }
  .image_gallery div {
    width: calc((100% - min(2.66vw, 10px)) / 2);
  }
  .image_gallery div:last-child {
    width: 100%;
    margin-top: min(2.66vw, 10px);
  }

  .image_gallery img {
    border-radius: 16px;
    display: block;
    width: 100%;
  }


  /* カードリスト全体のコンテナ */
  .card-list {
    overflow-x: scroll;
    gap: min(8vw, 30px);
    padding: min(2.66vw, 10px) min(8vw, 30px) min(4vw, 15px);
  }

  .card-list + .program_subtitle {
    margin-top: min(2.50vw, 48px);
  }

  /* 個別カードのスタイル */
  .card {
    flex-shrink: 0;
    width: min(58.6vw, 220px);
    height: min(79.2vw, 260px);
    border-radius: min(3.46vw, 13px);
  }

  /* カード内の画像 */
  .card-image {
    width: 100%;
    height: min(33.8vw, 127px);
  }

  /* タイトル */
  .card-title {
    margin: min(2.66vw, 10px) 0;
    font-size: min(4.26vw, 16px);
    padding: 0 min(4vw, 15px);
  }

  /* PRテキスト */
  .card-text {
    font-size: min(3.2vw, 12px);
    padding: 0 min(4vw, 15px);
  }

  /* 詳細を見るボタン */
  .detail-button {
    width: min(42.9vw, 161px);
    height: min(8vw, 30px);
    font-size: min(3.73vw, 14px);
    margin-top: min(2.66vw, 10px);
    border-radius: min(26.6vw, 100px);
  }

  .attendee_list {
    width: min(85.3vw, 320px);
  }

  .attendee_list li {
    font-size: min(4.26vw, 16px);
	line-height: 180%;
  }

  .attendee_list li .position {
    font-size: min(4vw, 15px);
  }
	
  .attendee_list li p.attendee_item__description {
    font-size: min(3.73vw, 14px);
  }

  /* FINALの概要 */

  .content-fin {
    padding-top: min(16vw, 60px);
  }
  .schedule_time_fin {
    font-size: min(6.4vw, 24px);
    margin-top: min(4vw, 15px);
  }

  .final-contents {
    background-image: url("../img/final_bg2_sp.jpg");
    padding: 0 0 min(12.8vw, 48px) 0;
  }

  .final-head {
    padding-top: min(32vw, 120px);
  }

  .final-head_ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: min(2.133vw, 8px);
    line-height: 1;
  }

  .final-head-direction {
    font-size: min(24vw, 90px);
  }
  .final-head-area
  {
    font-size: min(24vw, 90px);
  }
  .final-head-in {
    font-size: min(13.333vw, 50px);
  }

  .final-fv {
    display: none;
  }

  .final-head_lead {
    font-size: min(6.4vw, 24px);
    margin-top: min(8.533vw, 32px);
  }

  .final-head_txtGroup {
    margin: min(12.8vw, 48px) 0;
    font-size: min(4vw, 15px);
    line-height: calc(24/15);
  }

  .final-head_txtAre1 {
    margin-top: min(6.667vw, 25px);
  }

  .final-head-date_item  {
    gap: min(2.4vw, 8px);
  }
  
  .final-head-date_item div {
    padding: 0;
  }

  .final-head-date_year {
    font-size: min(5.333vw, 20px);
  }

  .final-head-date_day {
    font-size: min(11.733vw, 44px);
  }

  .final-head-date_week {
    font-size: min(5.333vw, 20px);
  }
  .final-head-date_line {
    width: min(2.3vw, 45px);
  }
  .final-head-date_line::after{
    bottom: min(3.2vw, 12px);
    left: 0;
    width: min(3.2vw, 12px);
    height: min(1.333vw, 5px);
  }

  .final-head_place {
    font-size: min(4.8vw, 18px);
    margin-top: min(4.267vw, 16px);
  }

  .final-head_logo {
    justify-content: center;
    margin-top: min(12.8vw, 48px);
    margin-right: 0;
  }
  .final-head_logo img {
    width: min(70.4vw, 264px);
  }

  .final-fv_sp .slick-slide {
    width: min(42.667vw, 160px) !important;
    height: min(25.6vw, 96px);
    margin: 0 min(2.133vw, 8px);
  }
  .final-fv_sp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .final-fv_sp {
    margin-top: min(12.8vw, 48px);
  }

    
  .final-day {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: min(12.8vw, 48px);
    gap: min(6.4vw, 24px);
  }

  .final-day_item {
    width: min(72.533vw, 272px);
    padding: min(6.4vw, 24px) min(17.6vw, 66px);    
  }

  .final-day_ttl {
    font-size: min(14.933vw, 56px);
    margin-bottom: min(6.933vw, 26px);
  }

  .final-day_txt {
    font-size: min(4.8vw, 18px);
    margin: min(4.267vw, 16px) 0;
  }

  .final-day_arrowWrap {
    display: flex;
    justify-content: center;
  }

  .final-day_arrow {
    width: min(6.133vw, 23px);  
    height: min(2.667vw, 10px);  
  }

  .panel-top {
    flex-direction: column;
  }
  .panel {
    max-width: 100%;
    margin: min(10.667vw, 40px) min(4vw, 15px);
    padding: min(12.8vw, 48px) min(4vw, 15px);
  }
  .panel-day {
    min-width: 100%;
    width: 100%;
  }
  .panel-day_ttl {
    font-size: min(29.867vw, 112px);
  }
  .panel-day_img {
    margin-top: min(7.467vw, 28px);
    margin-bottom: min(4.267vw, 16px);
  }
  .panel-day_img img {
    width: 100%;
  }
  .panel-day_txtRow {
    font-size: min(8.533vw, 32px);
  }
  .panel-day_txtBig {
    font-size: min(14.933vw, 56px);
  }
  .panel-day_txtLine {
      width: min(5.333vw, 20px);
  }
  .panel-day_txtLine::after {
    bottom: min(2.133vw, 8px);
    left: min(1.6vw, 6px);
    width: min(2.667vw, 10px);
    height: min(1.067vw, 4px);
  }
  .panel-top_rightTtl {
    font-size: min(9.6vw, 36px);
    text-align: center;
    position: relative;
  }
  .panel-top_rightTtl.sp-sm {
    font-size: min(8vw, 30px);
  }
  .panel-top_rightTtlDeco {
    position: absolute;
    top:min(-10.667vw, -40px);
    left: 50%;
    transform: translateX(-50%);
    width: min(84vw, 315px);
    height: auto;
  }
  .panel-top_rightTxt {
    font-size: min(4.267vw, 16px);
    margin-top: min(10.667vw, 40px);
  }
  .panel-program_ttl {
    font-size: min(8.533vw, 32px);
    padding: min(2.667vw, 10px) 0;
    text-align: center;
  } 
  .panel-program_content {
    padding: min(6.4vw, 24px) min(4vw, 15px);
    flex-direction: column;
    gap: min(2.133vw, 8px);
  }
  .panel-program_item {
    padding: min(3.733vw, 14px) min(4.667vw, 17.5px);
    font-size: min(4.8vw, 18px);
    width: 100%;
    text-align: center;
    line-height: 1;
  }
  .panel-program_etc {
    font-size: min(5.333vw, 20px);
    padding: 0;
    text-align: right;
    line-height: 1;
    width: 100%;
  }
  .panel-program {
    margin: min(12.8vw, 48px) 0;
  }
  .panel-btn_group {
    flex-direction: column;
    gap: min(4.267vw, 16px);
  }
  .panel-btn {
    width: 100%;
    height: min(21.333vw, 80px);
    font-size: min(5.333vw, 20px);
    border-radius: min(3.2vw, 12px);
  }
  .panel-btn_arrow {
    right: min(8vw, 30px);
    width: min(4.267vw, 16px);
    height: min(6.133vw, 18px);
  }
  .panel-schedule {
    flex-direction: column;
    margin-top: min(12.8vw, 48px);
  }
  .panel-schedule_timeWrap, .panel-schedule_time {
    width: 100%;
  }
  .panel-schedule_time {
    border-right: 0;
    border-bottom: 3px solid black;
    padding-bottom: min(8.533vw, 32px);
  }
  .panel-schedule_timeTxt {
    font-size: min(10.133vw, 38px);
  }
  .panel-schedule_timeWrap {
    display: flex;
    justify-content: center;
    gap: min(2.133vw, 8px);
  }
  .panel-schedule_timeLine {
    position: relative;
  }
  .panel-schedule_timeLine::after {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: min(4.267vw, 16px);
    height: min(1.6vw, 6px);
  }
  .panel-schedule_category {
    gap: min(4.267vw, 16px);
    font-size: min(4.267vw, 16px);
    justify-content: center;
    margin-top: min(8.533vw, 32px);
  }
  .panel-schedule_categoryItem {
    padding: min(2.133vw, 8px) min(4.267vw, 16px);
  }
  .panel-schedule_ttl {
    font-size: min(6.933vw, 26px);
    margin-top: min(6.4vw, 24px);
    text-align: center;
    line-height: calc(32/26);
  }
  .panel-schedule_description {
    font-size: min(4.267vw, 16px);
    line-height: 2;
    margin-top: min(6.4vw, 24px);
  }
  .panel-schedule_photoTtl {
    margin-bottom: min(6.4vw, 24px);
  }
  .panel-schedule_photoTtl span {
    padding: min(1.067vw, 4px) min(6.4vw, 24px);
    font-size: min(4.267vw, 16px);
  }
  .panel-schedule_photoWrap {
    flex-direction: column;
    gap: min(5.333vw, 20px);
  }
  .panel-schedule_photoItem {
    gap: min(6.4vw, 24px);
    width: 100%;
  }
  .panel-schedule_photoName {
    font-size: min(4.8vw, 18px);;
  }
  .panel-schedule_photoPosition {
    font-size: min(3.467vw, 13px);
    margin-top: min(4.267vw, 16px);
  }
  .panel-schedule_photo {
    margin: min(10.666vw, 40px) 0;
  }
  a.panel-detail_btnWrap {
    padding: min(4.267vw, 16px) min(4vw, 15px);
    width: 100%;
  }
  .panel-detail_btnTxt {
    font-size: min(3.467vw, 13px);
    line-height: calc(16 / 13);
  }
  .panel-detail_btnLink {
    font-size: min(4.267vw, 16px);
    gap: min(0.625vw, 12px);
    margin-top: min(1.6vw, 6px);
  }
  .panel-detail_btnLink svg {
    width: min(2.667vw, 10px);
    height: min(3.2vw, 12px);
    position: absolute;
    bottom: 0;
    right: min(-3.2vw, -12px);
    transform: translateX(100%);
  }
  .panel-schedule_companyItem {
    width: 100%;
    height: min(33.067vw, 124px);
    font-size: min(5.333vw, 20px);
  }
  .panel-schedule_companyWrap {
    gap: min(4.266vw, 16px)
  }
  .panel-schedule_container {
    margin-bottom: min(12.8vw, 48px);
  }
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(46, 46, 46, 0.7);
  overflow-y: auto;
}

.modal._open {
  display: block;
}

.modal-box {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(41.667vw, 800px);
  padding: min(1.667vw, 32px);
  background: #FFFFFF;
  box-sizing: border-box;
}

.modal-close {
  position: absolute;
  top: min(0.417vw, 8px);
  right: min(0.417vw, 8px);
  width: min(2.292vw, 44px);
  height: min(2.292vw, 44px);
  cursor: pointer;
  z-index: 10000;
  transition: opacity 0.3s ease;
}

.modal-close:hover {
  opacity: 0.8;
}

.modal-close svg {
  width: 100%;
  height: 100%;
}

.modal-image {
  min-width: 100px;
  width: 100px;
  height: 125px;
  margin-right: min(2.08vw, 40px);
  flex-shrink: 0;
}

.modal-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.modal-info {
  margin-top: 20px;
  padding-top: 24px;
  border-top: 3px solid black;
}

.modal-profile {
  display: flex;
  position: relative;
  margin-bottom: min(0.78vw, 15px);
  padding-bottom: min(0.78vw, 15px);
}

.modal-name {
  font-size: min(1.458vw, 28px);
  font-weight: 700;
  color: #000000;
  line-height: 1;
  margin-bottom: min(0.938vw, 18px);
}

.modal-company {
  font-size: min(1.042vw, 20px);
  font-weight: 500;
  line-height: calc(26/20);
  color: #6D6D6D;
}

.modal-scroll {
  overflow-y: auto;
  /* max-height: min(11.9vw, 230px); */
  padding-right: min(0.52vw, 10px);
}

.modal-scroll::-webkit-scrollbar {
  width: min(0.26vw, 5px);
}

.modal-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: min(0.13vw, 2.5px);
}

.modal-scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: min(0.13vw, 2.5px);
}

.modal-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.modal-text {
  font-size: min(0.938vw, 18px);
  line-height: calc(32 / 18);
  color: black;
}

.modal-sp-top {
  display: flex;
}

@media screen and (max-width: 768px) {
  .modal {
    padding: min(8vw, 30px);
  }
  .modal-box {
    width: 100%;
    min-height: auto;
    padding: min(8vw, 40px) min(5vw, 20px);
    flex-direction: column;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .modal-close {
    top: min(-14.133vw, -53px);
    right: 0;
    width: min(11.733vw, 44px);
    height: min(11.733vw, 44px);
  }
  .modal-close rect {
    fill: #1D1E2170;
  }

  .modal-image {
    margin-bottom: 0;
    margin-right:min(6.4vw, 24px);
  }

  .modal-info {
    width: 100%;
  }

  .modal-profile {
    margin: 0;
  }

  .modal-name {
    font-size: min(7.467vw, 28px);
  }

  .modal-company {
    font-size: min(3.733vw, 14px);
    margin-top: min(4.8vw, 18px);
  }

  .modal-scroll {
    max-height: 55vh;
  }

  .modal-text {
    font-size: min(4.267vw, 16px);
    border: 0;
  }

  .modal-sp-top {
    display: flex;
  }
}