@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/KV.png") center center / cover no-repeat;
}
.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: 80px 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;
}



.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #2E2E2EB3;
}
.modal._open {
  display: block;
}
.modal-box {
  display: flex;
  align-items: flex-start;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(59.2vw, 1138px);
  height: min(26.6vw, 512px);
  padding: min(4.16vw, 80px) min(3.12vw, 60px) min(3.12vw, 60px);
  background: #FFFFFF;
  border-radius: min(2.08vw, 40px);
}
.modal-close {
  position: absolute;
  top: min(0.62vw, 12px);
  right: min(0.46vw, 9px);
  width: min(2.86vw, 55px);
  cursor: pointer;
}
.modal-image {
  width: min(22.9vw, 440px);
}
.modal-image img {
  border-radius: min(0.83vw, 16px);
}
.modal-info {
  width: min(27.6vw, 530px);
  margin-left: auto;
}
.modal-profile {
  display: flex;
  position: relative;
  margin-bottom: min(0.78vw, 15px);
  padding-bottom: min(0.78vw, 15px);
}
.modal-profile:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #2B6396 0%, #570D89 100%);
}
.modal-name {
  font-size: min(1.04, 20px);
  font-weight: 700;
}
.modal-company {
  margin-top: min(0.52vw, 10px);
  font-size: min(0.72vw, 14px);
  font-weight: 500;
  line-height: 1.5;
}
.modal-logo {
  width: min(6.97vw, 134px);
  margin-left: auto;
}
.modal-scroll {
  overflow-y: auto;
  height: min(11.9vw, 230px);
}
.modal-text {
  font-size: min(0.78vw, 15px);
  line-height: 1.5;
}

.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);
}


@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/KV.png") 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);
  }


  .modal-box {
    flex-direction: column;
    width: min(90.6vw, 340px);
    height: 85vh;
    padding: min(13.3vw, 50px) min(2.66vw, 10px) min(6.66vw, 25px);
    border-radius: min(4.26vw, 16px);
  }
  .modal-close {
    top: min(2.66vw, 10px);
    right: min(2.66vw, 10px);
    width: min(8vw, 30px);
  }
  .modal-image {
    flex-shrink: 0;
    width: 100%;
  }
  .modal-image img {
    border-radius: min(4.26vw, 16px);
  }
  .modal-info {
    overflow: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    margin: min(2.66vw, 10px) 0 0;
  }
  .modal-profile {
    flex-shrink: 0;
    margin-bottom: min(5.33vw, 20px);
    padding-bottom: min(5.33vw, 20px);
  }
  .modal-name {
    font-size: min(5.33vw, 20px);
  }
  .modal-company {
    margin-top: min(2.66vw, 10px);
    font-size: min(3.73vw, 14px);
    line-height: 1.5;
  }
  .modal-logo {
    width: min(35.7vw, 134px);
  }
  .modal-scroll {
    display: flex;
    flex: 1;
    height: auto;
    max-height: 100%;
    min-height: 0;
  }
  .modal-text {
    font-size: min(3.46vw, 13px);
  }
}