@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap");
.main-sponser.main-partner {
  padding-top: 0;
}

.main-sponser.main-partner .section-title {
  margin-bottom: 0;
}

.main-sponser.main-partner .main-sponser__contents {
  flex-direction: row;
  justify-content: center;
  gap: 3.2rem;
  flex-wrap: wrap;
}

.main-sponser.main-partner .main-sponser__contents.main-partner__contents .main-sponser__logo {
  width: calc(50% - 1.6rem);
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main-sponser.main-partner .main-sponser__contents {
    flex-direction: column;
  }
  .main-sponser.main-partner .main-sponser__contents.main-partner__contents .main-sponser__logo {
    width: calc(50% - 1.6rem);
    background: #fff;
    text-align: center;
    height: 120px;
    padding: 16px 0;
  }
}
.main-sponser.main-partner .main-sponser__contents.main-partner__contents .main-sponser__logo img {
  width: auto;
  height: 100%;
}

.main-sponser:not(.main-partner) {
  position: relative;
  overflow: hidden;
  padding: 72px 24px 76px;
  background: linear-gradient(264deg, #6a0f0f 1.16%, #191a48 97.79%);
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.main-sponser:not(.main-partner)::before {
  content: "Main Sponsor";
  position: absolute;
  top: 28px;
  right: 10px;
  z-index: 0;
  color: rgba(255, 255, 255, 0.18);
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.02em;
  writing-mode: vertical-rl;
  pointer-events: none;
  display: none;
}

.main-sponser:not(.main-partner)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  mix-blend-mode: screen;
  opacity: 0.55;
  pointer-events: none;
}

.main-sponser:not(.main-partner) .section-title,
.main-sponser:not(.main-partner) .main-sponser__contents {
  position: relative;
  z-index: 1;
}

.main-sponser:not(.main-partner) .section-title {
  margin-bottom: 36px;
  text-align: center;
}

.main-sponser:not(.main-partner) .section-title h2 {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  gap: 16px;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.78);
  line-height: 1;
  letter-spacing: 0.04em;
}

.main-sponser:not(.main-partner) .main-sponser__title-en {
  display: inline-block;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.main-sponser:not(.main-partner) .main-sponser__title-ja {
  display: inline-block;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.06em;
}

.main-sponser:not(.main-partner) .main-sponser__contents {
  width: 100%;
  max-width: 620px;
  gap: 28px;
  padding: 0 48px;
}
@media screen and ( min-width: 769px ) {
  .main-sponser:not(.main-partner) .main-sponser__contents {
    max-width: 997px;
    margin: 0 auto;
    padding: 0;
    gap: 56px;
  }
}

@media screen and (max-width: 768px) {
  .main-sponser:not(.main-partner) .main-sponser__pc {
    display: contents;
  }
}
@media screen and (min-width: 769px) {
  .main-sponser:not(.main-partner) .main-sponser__pc {
    gap: 28px;
  }
}

.main-sponser:not(.main-partner) .main-sponser__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  max-width: 62vw;
  height: auto;
  min-height: 184px;
  padding: 28px 34px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(2px);
}
@media screen and ( min-width: 769px ) {
  .main-sponser:not(.main-partner) .main-sponser__logo {
    width: 264.491px;
    height: 264.491px;
    border: 1px solid #d9d9d9;
  }
  .main-sponser:not(.main-partner) .main-sponser__logo a {
    width: 146.408px;
  }
}

.main-sponser:not(.main-partner) .main-sponser__logo img {
  width: 100%;
  height: auto;
}

.main-sponser:not(.main-partner) .main-sponser__text {
  position: relative;
  width: 100%;
  padding-top: 22px;
  color: #fff;
  text-align: left;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.62);
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and ( min-width: 769px ) {
  .main-sponser:not(.main-partner) .main-sponser__text {
    padding-top: 0;
    font-size: 18px;
    line-height: 180%;
    /* 32.4px */
    letter-spacing: 3.6px;
  }
}

.main-sponser:not(.main-partner) .main-sponser__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 360px;
  max-width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: translateX(-50%);
}
@media screen and ( min-width: 769px ) {
  .main-sponser:not(.main-partner) .main-sponser__text::before {
    display: none;
  }
}

.main-sponser:not(.main-partner) .more {
  margin-top: 0 !important;
}

.main-sponser:not(.main-partner) .btn_more {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border: 2px solid #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);
  color: #fff;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
@media screen and ( min-width: 769px ) {
  .main-sponser:not(.main-partner) .btn_more {
    margin-left: 0;
  }
}

.main-sponser:not(.main-partner) .btn_more:hover {
  opacity: 0.86;
  transform: translateY(-1px);
}

.main-sponser:not(.main-partner) .btn_more a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 34px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.06em;
  gap: 9.41px;
}

@media screen and (max-width: 768px) {
  .main-sponser:not(.main-partner) {
    padding: 52px 18px 58px;
  }
  .main-sponser:not(.main-partner)::before {
    right: 4px;
    font-size: 54px;
  }
  .main-sponser:not(.main-partner) .section-title {
    margin-bottom: 28px;
  }
  .main-sponser:not(.main-partner) .section-title h2 {
    gap: 10px;
    flex-wrap: wrap;
  }
  .main-sponser:not(.main-partner) .main-sponser__title-en {
    font-size: 32px;
  }
  .main-sponser:not(.main-partner) .main-sponser__title-ja {
    font-size: 28px;
  }
  .main-sponser:not(.main-partner) .main-sponser__contents {
    max-width: 100%;
    padding: 0 24px;
  }
  .main-sponser:not(.main-partner) .main-sponser__logo {
    min-height: 150px;
    padding: 24px 30px;
  }
  .main-sponser:not(.main-partner) .main-sponser__text {
    font-size: 14px;
    line-height: 1.9;
  }
}
/* networking list: keep wrapped lines aligned after the time */
.networking-contents dl dd ul li {
  display: grid;
  grid-template-columns: 5.2em 1fr;
  column-gap: 0.4em;
}

.networking-contents dl dd ul li::before {
  content: none;
}

.networking-contents dl dd ul li .networking-time::before {
  content: "・";
  margin-right: 0.4em;
}

.networking-contents dl dd ul li .networking-time {
  display: inline-flex;
  align-items: flex-start;
  white-space: nowrap;
}

.networking-link {
  color: inherit;
  display: inline-flex;
  align-items: center;
  padding: 0 0.28em 0.04em;
  background: linear-gradient(transparent 8%, rgba(182, 0, 0, 0.88) 8%);
  font-weight: 800;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.networking-link:hover {
  opacity: 0.92;
  filter: brightness(1.12);
  transform: translateY(-1px);
}

.networking-link:focus-visible {
  outline: 2px solid #f8b626;
  outline-offset: 3px;
}

.outline-venue-name {
  display: inline-block;
  margin-bottom: 0.2em;
  color: #fff;
  font-size: 1.18em;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.outline-web-link,
.outline-map-link {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
  transition: opacity 0.2s ease;
}

.outline-web-link:hover,
.outline-map-link:hover {
  opacity: 0.72;
}

.outline-map-link {
  display: inline-block;
  margin-top: 0.25em;
  font-size: 1.12em;
  letter-spacing: 0.08em;
}

#T2 .rh9 {
  padding-inline: 0.6em;
}

#T2 .rh9 .time {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
}

#T2 .rh9 .p_tt2_rh9_line {
  display: block;
  color: #fff;
}

#T2 .rh9 .p_tt2_rh9_line + .p_tt2_rh9_line {
  margin-top: 0.4em;
}

@media screen and (max-width: 768px) {
  #T2 .rh9 .time {
    font-size: 16px;
    line-height: 1.5;
  }
}
.speaker_catchtext {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  text-shadow: 0 0 8px #060052, 0 0 8px #060052, 0 0 8px #060052;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 33.6px */
  letter-spacing: 5.6px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.speaker_catchtext__label {
  position: relative;
  z-index: 1;
}

.speaker_catchtext::before {
  content: "";
  background: url("../img/bg_light.png") no-repeat center/100% auto;
  -webkit-mix-blend-mode: screen;
  mix-blend-mode: screen;
  width: 100%;
  max-width: 160%;
  height: 136px;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}
@media screen and ( min-width: 769px ) {
  .speaker_catchtext::before {
    width: 1080px;
    height: 269px;
  }
}

.special-speaker-wrap {
  margin-top: 64px;
  padding: 42px 22px 40px;
}
@media screen and ( min-width: 769px ) {
  .special-speaker-wrap {
    margin-top: 62.34px;
    padding: 0;
  }
}

.special-speaker-title {
  display: table;
  margin: 0 auto;
  padding: 10px 20px;
  color: #222;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.8px;
  text-shadow: none;
  background: linear-gradient(90deg, rgba(208, 153, 77, 0) 0%, #d49e4e 4%, #e3af54 8%, #fac95d 14%, #ffcf5f 15%, #fffacb 24%, #fff9b1 31%, #ffcd59 36%, #d0994d 49%, #f1dd94 60%, #fff9b1 65%, #fffacb 78%, #fffacb 81%, #ffcd59 88%, rgba(208, 153, 77, 0) 99%);
}
@media screen and ( min-width: 769px ) {
  .special-speaker-title {
    color: #111;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
    /* 56px */
    letter-spacing: 6px;
    padding: 21.25px 124.19px 25.23px;
  }
}

.special-speaker-lead,
.special-speaker-sublead {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.6px;
}

.special-speaker-lead {
  font-size: 16px;
  margin-top: 24px;
}
@media screen and ( min-width: 769px ) {
  .special-speaker-lead {
    font-size: 24px;
    font-weight: 900;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: 3.6px;
  }
}

.special-speaker-sublead {
  font-size: 24px;
  margin-top: 14px;
  font-weight: 800;
}
@media screen and ( min-width: 769px ) {
  .special-speaker-sublead {
    font-size: 40px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    font-weight: 900;
    line-height: 160%;
    /* 64px */
    letter-spacing: 6px;
  }
}

.special-speaker-list {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .special-speaker-wrap {
    margin-top: 48px;
    padding: 28px 12px 28px;
  }
  .special-speaker-title {
    padding: 8px 30px;
    font-size: 22px;
    line-height: 1.3;
  }
  .special-speaker-lead {
    font-size: 13px;
    margin-top: 14px;
  }
  .special-speaker-sublead {
    font-size: 18px;
    margin-top: 12px;
  }
  .special-speaker-list {
    margin-top: 20px;
  }
}
.side-event .section-title {
  margin-bottom: 28px;
}

.side-event__lead {
  /* width: 88%;
  max-width: 920px;
  margin: 0 auto 52px; */
  width: 83%;
  max-width: 920px;
  margin: 32px auto 52px;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and ( min-width: 769px ) {
  .side-event__lead {
    font-size: 20px;
    line-height: 2.4;
    letter-spacing: 3px;
    text-align: center;
    width: 95%;
    max-width: 100%;
  }
}

.side-event .side-event__contents {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.side-event .side-event__contents a {
  display: block;
  margin: 0 auto;
  width: 80%;
}
@media screen and ( min-width: 769px ) {
  .side-event .side-event__contents a {
    width: 800px;
  }
}

.side-event {
  padding: 8.4448924731vw 0 10.5228494624vw;
  background: #10104f;
  position: relative;
}
.side-event.slide-event2 {
  padding-top: 0;
}
.side-event::before {
  content: "";
  background: url("../img/side-event-bg.webp") no-repeat center/100% auto;
  width: 100%;
  height: 586.95px;
  position: absolute;
  top: 0;
  left: 0;
}
.side-event.slide-event2::before {
  background: none;
}
@media screen and ( min-width: 769px ) {
  .side-event {
    padding: 83.59px 0 98.42px;
  }
  .side-event .section-title {
    margin-bottom: 48.48px;
  }
}

@media screen and (max-width: 768px) {
  .side-event .section-title {
    margin-bottom: 22px;
  }
  .side-event__lead {
    width: 86%;
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.sponsor-panelists-logo-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 22px 26px;
  margin-top: 44px;
}
@media screen and ( min-width: 769px ) {
  .sponsor-panelists-logo-list {
    grid-template-columns: repeat(3, max-content);
    justify-content: center;
  }
}

.sponsor-panelists-logo-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 16px 20px;
  background: #fff;
}
@media screen and ( min-width: 769px ) {
  .sponsor-panelists-logo-list__item {
    aspect-ratio: 391/168;
    max-width: 391px;
    width: 238px;
  }
}

.sponsor-panelists-logo-list__item img {
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
}

.main-partner-logo-list {
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
}
.main-partner-logo-list:has(.sponsor-panelists-logo-list__item:nth-child(2)) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 22px 26px;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and ( max-width: 768px ) {
  .main-partner-logo-list:has(.sponsor-panelists-logo-list__item:nth-child(2)) {
    padding-inline: 16px;
    box-sizing: border-box;
  }
}
.main-partner-logo-list:has(.sponsor-panelists-logo-list__item:nth-child(2)) .sponsor-panelists-logo-list__item {
  width: 100%;
  box-sizing: border-box;
  aspect-ratio: auto;
  height: auto;
}
@media screen and ( min-width: 769px ) {
  .main-partner-logo-list:has(.sponsor-panelists-logo-list__item:nth-child(2)) .sponsor-panelists-logo-list__item {
    aspect-ratio: 391/168;
  }
}

.main-partner-logo-list .sponsor-panelists-logo-list__item:only-child {
  grid-column: 1/-1;
  width: 50%;
}

.main-partner-logo-list .sponsor-panelists-logo-list__item img {
  max-width: 180px;
}

.main-partner-logo-list--large .sponsor-panelists-logo-list__item img {
  max-width: 240px;
}

#sponser {
  padding-bottom: 72px;
}

.exhibition-partners {
  margin-top: 0;
}

.exhibition-partners-logo-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 20px 22px;
  margin-top: 34px;
}
@media screen and ( min-width: 769px ) {
  .exhibition-partners-logo-list {
    grid-template-columns: repeat(3, max-content);
    justify-content: center;
  }
  .exhibition-partners-logo-list .exhibition-partners-logo-list__item {
    aspect-ratio: 391/168;
    max-width: 391px;
    width: 238px;
  }
}

.exhibition-partners-logo-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 16px 18px;
  background: #fff;
}

.exhibition-partners-logo-list__item img {
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
}

@media screen and (max-width: 768px) {
  #sponser {
    padding-bottom: 56px;
  }
  .exhibition-partners {
    margin-top: 0;
  }
  .exhibition-partners-logo-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 24px;
    margin-top: 28px;
  }
  .exhibition-partners-logo-list__item img {
    max-width: 180px;
  }
}
/* Demo-only LAST YEAR'S collage. Kept off the original .lastyears-img rules. */
.lastyears-demo-collage {
  position: relative;
  width: 100%;
  height: 104vw;
  max-height: 775px;
  margin: 0 auto;
}
@media screen and ( min-width: 769px ) {
  .lastyears-demo-collage {
    max-width: 1205px;
    margin: 0 auto;
  }
}

.lastyears-demo-collage__item {
  position: absolute;
  overflow: hidden;
  aspect-ratio: 735/501;
}

.lastyears-demo-collage__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lastyears-demo-collage__item--1 {
  top: 0;
  left: 1%;
  z-index: 5;
  width: 322.79px;
  max-width: 49%;
}

.lastyears-demo-collage__item--2 {
  top: 5%;
  right: 1%;
  z-index: 3;
  width: 322.79px;
  max-width: 49%;
}

.lastyears-demo-collage__item--3 {
  top: 31%;
  left: 1%;
  z-index: 7;
  width: 322.79px;
  max-width: 49%;
}

.lastyears-demo-collage__item--4 {
  top: 35%;
  right: 2%;
  z-index: 6;
  width: 31%;
}

.lastyears-demo-collage__item--5 {
  top: 51%;
  right: 18%;
  z-index: 5;
  width: 31%;
}

.lastyears-demo-collage__item--6 {
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 8;
  width: 322.79px;
  max-width: 51%;
}

.lastyears-demo-collage__item--7 {
  top: 62%;
  left: 1%;
  z-index: 4;
  width: 29%;
}

.lastyears-demo-collage__item--8 {
  left: 21%;
  bottom: 6%;
  z-index: 6;
  width: 29%;
}

/* PC: 上段3枚＋左下に小さめ4枚＋右側にメイン1枚のコラージュ */
@media screen and ( min-width: 769px ) {
  .lastyears-demo-collage {
    height: min(801px, (801 * 100vw / var(--p_vw-base)));
  }
  .lastyears-demo-collage__item--1 {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 31.5%;
    max-width: none;
  }
  .lastyears-demo-collage__item--2 {
    top: 5%;
    left: 36.25%;
    right: auto;
    bottom: auto;
    width: 31.5%;
    max-width: none;
    z-index: 7;
  }
  .lastyears-demo-collage__item--3 {
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    width: 31.5%;
    max-width: none;
  }
  .lastyears-demo-collage__item--4 {
    top: 38%;
    left: 0;
    right: auto;
    bottom: auto;
    width: 25.5%;
  }
  .lastyears-demo-collage__item--5 {
    top: 41%;
    left: 27%;
    right: auto;
    bottom: auto;
    width: 25.5%;
  }
  .lastyears-demo-collage__item--7 {
    top: 67%;
    left: 1.5%;
    right: auto;
    width: 25.5%;
  }
  .lastyears-demo-collage__item--8 {
    top: 68%;
    left: 28%;
    right: auto;
    width: 25.5%;
  }
  .lastyears-demo-collage__item--6 {
    top: 41%;
    left: auto;
    right: 0;
    bottom: auto;
    width: 46%;
    max-width: none;
    z-index: 8;
  }
}
@media screen and (max-width: 768px) {
  .lastyears-demo-collage {
    height: 104vw;
  }
  .lastyears-demo-collage__item--1 {
    top: 0;
    left: 1%;
    z-index: 5;
    width: 322.79px;
    max-width: 49%;
  }
  .lastyears-demo-collage__item--2 {
    top: 5%;
    right: 1%;
    z-index: 3;
    width: 322.79px;
    max-width: 49%;
  }
  .lastyears-demo-collage__item--3 {
    top: 31%;
    left: 1%;
    z-index: 7;
    width: 322.79px;
    max-width: 49%;
  }
  .lastyears-demo-collage__item--4 {
    top: 35%;
    right: 2%;
    z-index: 6;
    width: 31%;
  }
  .lastyears-demo-collage__item--5 {
    top: 51%;
    right: 18%;
    z-index: 5;
    width: 31%;
  }
  .lastyears-demo-collage__item--6 {
    top: auto;
    right: 0;
    bottom: 0;
    z-index: 8;
    width: 322.79px;
    max-width: 51%;
  }
  .lastyears-demo-collage__item--7 {
    top: 62%;
    bottom: auto;
    left: 1%;
    z-index: 4;
    width: 29%;
  }
  .lastyears-demo-collage__item--8 {
    left: 21%;
    right: auto;
    bottom: 6%;
    z-index: 6;
    width: 29%;
  }
}
.speaker_sec.partner_sec {
  background: none;
}

.bnr_area {
  padding: 90.18px 0 82.75px;
}
@media screen and ( max-width: 768px ) {
  .bnr_area {
    padding: 50px 0;
  }
}

.bnr_image {
  max-width: 800px;
  margin: 0 auto;
  width: 95%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  --p_vw-base: 744;
  --p_vw_interp_min: 360;
  --p_vw_interp_max: 744;
}
@media screen and (min-width: 769px) {
  html {
    --p_vw-base: 1440;
    --p_vw_interp_min: 769;
    --p_vw_interp_max: 1440;
  }
}
@media screen and ( max-width: 768px ) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.6;
  min-height: 100vh;
}

.fix-bg {
  background: url(../img/body-bg.webp) no-repeat center center/cover;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
@media screen and ( min-width: 769px ) {
  .fix-bg {
    display: none;
  }
}

.container {
  position: relative;
  z-index: 0;
  max-width: 744px;
  margin: 0 auto;
  width: 100%;
  background: url(../img/pc-bg.png) no-repeat center center/cover;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5);
}
@media screen and ( min-width: 769px ) {
  .container {
    max-width: 100%;
  }
  .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    background: url(../img/effect1.webp) no-repeat center center/cover;
  }
}

.head {
  padding: min(12px, (12 * 100vw / var(--p_vw-base))) min(14px, (14 * 100vw / var(--p_vw-base)));
  background: #000;
}
@media screen and ( min-width: 769px ) {
  .head {
    padding: 0 45.63px 0 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    position: relative;
  }
}

.head-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head-logo {
  width: min(64px, (64 * 100vw / var(--p_vw-base)));
}
@media screen and ( min-width: 769px ) {
  .head-logo {
    width: 87.299px;
    height: 90.289px;
    top: 16px;
    position: absolute;
    left: calc(120 * 100vw / var(--p_vw-base));
    z-index: 10;
  }
}

@media screen and ( min-width: 1155px ) {
  .head-text {
    display: none;
  }
}
.head-text p {
  color: #fff;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(22px, (22 * 100vw / var(--p_vw-base)));
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: min(3.3px, (3.3 * 100vw / var(--p_vw-base)));
}
.head-text p span {
  color: #f8b626;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.7;
}

.pc-only {
  display: block;
}
@media screen and ( max-width: 768px ) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and ( max-width: 768px ) {
  .sp-only {
    display: block;
  }
}

.calender {
  padding: min(33px, (33 * 100vw / var(--p_vw-base))) min(69px, (69 * 100vw / var(--p_vw-base))) min(73px, (73 * 100vw / var(--p_vw-base)));
  background: url(../img/calender-bg.webp) repeat center center/cover;
  display: flex;
  flex-direction: column;
  gap: min(26px, (26 * 100vw / var(--p_vw-base)));
  align-items: center;
  justify-content: center;
}
@media screen and ( min-width: 769px ) {
  .calender {
    width: 744px;
    margin: 0 auto;
    position: relative;
    margin-top: max(-103.8px, (-103.8 * 100vw / var(--p_vw-base)));
    background: url(../img/calender-bg-pc.webp) repeat center center/cover;
    padding: 16.17px 0 36.13px;
    gap: 0;
  }
}

@media screen and ( min-width: 769px ) {
  .calender-date {
    width: 448.73px;
  }
}

.calender-area__content dl {
  display: flex;
  align-items: center;
  width: min(594px, (594 * 100vw / var(--p_vw-base)));
  background: #fafafa;
  height: min(51px, (51 * 100vw / var(--p_vw-base)));
  align-items: center;
  color: #000;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(28px, (28 * 100vw / var(--p_vw-base)));
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 33.6px */
  letter-spacing: min(2.24px, (2.24 * 100vw / var(--p_vw-base)));
}
@media screen and ( min-width: 769px ) {
  .calender-area__content dl {
    font-size: 20.955px;
    letter-spacing: 1.676px;
    height: 38.168px;
    width: 444.541px;
  }
}
.calender-area__content dl dt {
  width: min(213px, (213 * 100vw / var(--p_vw-base)));
  background: url(../img/asteeda-area-bg.svg) no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and ( min-width: 769px ) {
  .calender-area__content dl dt {
    width: 159.406px;
  }
}
.calender-area__content dl dd {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.countdown {
  position: relative;
}

.tick-label {
  font-family: "Oswald", sans-serif;
  color: #fff !important;
  font-size: 24px;
  line-height: 1em;
  margin-top: 0.5em;
  display: block !important;
}

.tick-flip-panel-back-text,
.tick-flip-panel-front-text {
  background: #fff;
  color: #000;
}

.tick-group {
  margin: 0 0.05em;
  text-align: center;
}

.tick-group {
  margin: 0 0.05em;
  text-align: center;
}

.tick-flip-panel-back-text,
.tick-flip-panel-front-text {
  background: #fff;
  color: #000;
}

.tick-flip-panel-text-wrapper {
  font-family: "Oswald", sans-serif;
  font-weight: 900;
}

.tick-flip-panel-back-text .tick-flip-panel-text-wrapper {
  font-family: "Oswald", sans-serif;
  font-weight: 900;
}

.tick-label {
  font-family: "Oswald", sans-serif;
  color: #fff !important;
  font-size: min(24px, (24 * 100vw / var(--p_vw-base)));
  line-height: 1em;
  margin-top: 0.5em;
  display: block !important;
}

.tick .tick-credits {
  display: none;
}

.countdown {
  padding: min(100px, (100 * 100vw / var(--p_vw-base))) 0 min(123px, (123 * 100vw / var(--p_vw-base)));
}
@media screen and ( min-width: 769px ) {
  .countdown {
    padding: 65.49px 0 109.82px;
  }
}

.countdown_bloc {
  margin-bottom: min(32px, (32 * 100vw / var(--p_vw-base))) 0;
}
@media screen and ( min-width: 769px ) {
  .countdown_bloc {
    max-width: 873.146px;
    margin: 0 auto 37.52px;
  }
}
.countdown_bloc h2 {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  text-shadow: 0 0 8px #000;
  font-family: "Noto Sans JP";
  font-size: min(48px, (48 * 100vw / var(--p_vw-base)));
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 57.6px */
  letter-spacing: min(3.84px, (3.84 * 100vw / var(--p_vw-base)));
  margin-bottom: min(48px, (48 * 100vw / var(--p_vw-base)));
}

.liner-blue {
  background: linear-gradient(180deg, #001c2f 0%, #000124 47.12%, #000117 100%);
}
@media screen and ( min-width: 769px ) {
  .liner-blue {
    background: none;
  }
}

.banner {
  width: min(703px, (703 * 100vw / var(--p_vw-base)));
  margin: 0 auto;
}

.section-title {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 min(8px, (8 * 100vw / var(--p_vw-base))) rgba(0, 0, 0, 0.8);
  font-family: "Alumni Sans";
  font-size: min(72px, (72 * 100vw / var(--p_vw-base)));
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  /* 64.8px */
  letter-spacing: min(5.04px, (5.04 * 100vw / var(--p_vw-base)));
}
@media screen and ( min-width: 769px ) {
  .section-title {
    font-size: 88px;
    letter-spacing: 0.4px;
    font-weight: 700;
  }
}
.section-title h2 {
  display: flex;
  gap: min(9px, (9 * 100vw / var(--p_vw-base)));
  flex-direction: column;
}
.section-title span {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  text-shadow: 0 0 min(8px, (8 * 100vw / var(--p_vw-base))) #000;
  font-family: "Noto Sans JP";
  font-size: min(20px, (20 * 100vw / var(--p_vw-base)));
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  letter-spacing: min(4px, (4 * 100vw / var(--p_vw-base)));
  display: block;
}

.concept {
  margin-bottom: min(57px, (57 * 100vw / var(--p_vw-base)));
  position: relative;
}
.concept::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/concept-bg.webp) no-repeat center center/cover;
  mix-blend-mode: multiply;
}
.concept .section-title {
  margin-bottom: min(48px, (48 * 100vw / var(--p_vw-base)));
}
@media screen and ( min-width: 769px ) {
  .concept {
    padding: 98.44px 0 83.75px;
    margin-bottom: 0;
  }
  .concept .concept-inner {
    max-width: 1020px;
    margin: 0 auto;
    width: 95%;
  }
  .concept .section-title h2 {
    align-items: flex-start;
    font-size: 88px;
  }
  .concept .concept-lead p {
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.4px;
    font-weight: 700;
  }
}

.concept-lead p {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  text-shadow: 0 0 8px #000;
  font-family: "Noto Sans JP";
  font-size: clamp(11px, calc(11px + (100vw - var(--p_vw_interp_min) * 1px) / ((var(--p_vw_interp_max) - var(--p_vw_interp_min)) * 1px) * 7px), 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 280%;
  /* 50.4px */
  letter-spacing: min(3.6px, (3.6 * 100vw / var(--p_vw-base)));
}

.salon {
  position: relative;
}
.salon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/salon-bg.webp) no-repeat center center/cover;
  mix-blend-mode: overlay;
}
.salon .section-title {
  margin-bottom: min(78.6px, (78.6 * 100vw / var(--p_vw-base)));
}
@media screen and ( min-width: 769px ) {
  .salon {
    padding: 80.34px 0 103.21px;
  }
  .salon .section-title {
    letter-spacing: 6.16px;
    margin-bottom: 53.54px;
  }
  .salon .section-title h2 {
    gap: 13px;
  }
}

.salon-box {
  border: 1px solid #fff;
  padding: min(16px, (16 * 100vw / var(--p_vw-base))) 0;
  width: min(540px, (540 * 100vw / var(--p_vw-base)));
  margin: 0 auto min(77.38px, (77.38 * 100vw / var(--p_vw-base)));
  position: relative;
}
@media screen and ( min-width: 769px ) {
  .salon-box {
    border: 4px solid #FFF;
    padding: 15px 0;
    width: 643.688px;
    margin-bottom: 46.39px;
  }
}
.salon-box::before {
  content: "";
  position: absolute;
  top: max(-70px, (-70 * 100vw / var(--p_vw-base)));
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: min(85px, (85 * 100vw / var(--p_vw-base)));
  background: #fff;
}
@media screen and ( min-width: 769px ) {
  .salon-box::before {
    display: none;
  }
}
.salon-box p {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  text-shadow: 0 0 8px #000;
  font-family: "Noto Sans JP";
  font-size: min(24px, (24 * 100vw / var(--p_vw-base)));
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  /* 48px */
  letter-spacing: min(4.8px, (4.8 * 100vw / var(--p_vw-base)));
}
@media screen and ( min-width: 769px ) {
  .salon-box p {
    font-size: 32px;
    font-weight: 900;
    line-height: 140%;
    /* 44.8px */
    letter-spacing: 6.4px;
  }
}

@media screen and ( min-width: 769px ) {
  .video {
    max-width: 720px;
    margin: 0 auto;
  }
}
.video video {
  width: 100%;
}

.catch {
  padding: min(63px, (63 * 100vw / var(--p_vw-base))) min(23px, (23 * 100vw / var(--p_vw-base))) min(68px, (68 * 100vw / var(--p_vw-base)));
  position: relative;
}
@media screen and ( min-width: 769px ) {
  .catch {
    padding: 99.53px 0 101.66px;
  }
}
.catch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/catch-bg.webp) no-repeat center center/cover;
  mix-blend-mode: lighten;
  z-index: 0;
}

.catch-title {
  width: min(572px, (572 * 100vw / var(--p_vw-base)));
  margin-bottom: min(174.5px, (174.5 * 100vw / var(--p_vw-base)));
}
@media screen and ( min-width: 769px ) {
  .catch-title {
    width: 705.481px;
    margin: 0 auto 68.26px;
  }
}

.catch-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(22px, (22 * 100vw / var(--p_vw-base)));
  flex-wrap: wrap;
}
@media screen and ( min-width: 769px ) {
  .catch-card {
    gap: 48px;
  }
}

.catch-card__item {
  border-radius: min(12px, (12 * 100vw / var(--p_vw-base)));
  border: min(2px, (2 * 100vw / var(--p_vw-base))) solid #ededed;
  width: min(218px, (218 * 100vw / var(--p_vw-base)));
  aspect-ratio: 218/219;
  height: auto;
  min-width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(24px, (24 * 100vw / var(--p_vw-base)));
}
.catch-card__item h3 {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 min(8px, (8 * 100vw / var(--p_vw-base))) rgba(0, 0, 0, 0.8);
  font-family: "Noto Sans JP";
  font-size: clamp(18px, calc(18px + (100vw - var(--p_vw_interp_min) * 1px) / ((var(--p_vw_interp_max) - var(--p_vw_interp_min)) * 1px) * 10px), 28px);
  font-style: normal;
  font-weight: 900;
  line-height: 160%;
  /* 44.8px */
  letter-spacing: min(4.2px, (4.2 * 100vw / var(--p_vw-base)));
}
.catch-card__item p {
  color: #fff;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(11px, calc(11px + (100vw - var(--p_vw_interp_min) * 1px) / ((var(--p_vw_interp_max) - var(--p_vw_interp_min)) * 1px) * 4px), 15px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: min(2.25px, (2.25 * 100vw / var(--p_vw-base)));
}

.experience {
  padding: min(53px, (53 * 100vw / var(--p_vw-base))) min(23px, (23 * 100vw / var(--p_vw-base))) min(75px, (75 * 100vw / var(--p_vw-base)));
}
.experience .section-title {
  margin-bottom: min(45px, (45 * 100vw / var(--p_vw-base)));
}

.experience-card {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and ( min-width: 769px ) {
  .experience-card {
    flex-direction: column;
    max-width: 1132.17px;
    margin: 0 auto;
    width: 95%;
    gap: 40px;
  }
}

.experience-card__item {
  background: url(../img/experience-card-bg.webp) no-repeat center center/cover;
  border-radius: 12px;
  border: 2px solid rgba(237, 237, 237, 0.8);
  width: 342px;
  aspect-ratio: 342/392;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0 19px;
  gap: 43px;
  align-items: stretch;
}
@media screen and ( min-width: 769px ) {
  .experience-card__item {
    flex-direction: row;
    width: 95%;
    aspect-ratio: auto;
    border: none;
    padding: 0;
    gap: 20px;
    align-items: center;
    background: none;
  }
  .experience-card__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.experience-card__img {
  padding: 0 23px;
}
@media screen and ( min-width: 769px ) {
  .experience-card__img {
    padding: 0;
    width: min(480px, (480 * 100vw / var(--p_vw-base)));
  }
}

.experience-card__title-ja h3 {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  /* 36.4px */
  letter-spacing: 3.9px;
}
@media screen and ( min-width: 769px ) {
  .experience-card__title-ja h3 {
    font-size: min(40px, (40 * 100vw / var(--p_vw-base)));
    line-height: 160%;
    /* 64px */
    letter-spacing: 6px;
    text-align: left;
  }
}

.experience-card__title-en {
  text-align: center;
  font-family: "Alumni Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: 3.6px;
  background: linear-gradient(90deg, #d0a900 0%, #9f7a46 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: 0 auto 10px;
}
@media screen and ( min-width: 769px ) {
  .experience-card__title-en {
    font-size: min(40px, (40 * 100vw / var(--p_vw-base)));
    line-height: 90%;
    letter-spacing: 2.8px;
    text-align: left;
    margin-left: 0;
  }
}

.lastyears {
  padding: min(73px, (73 * 100vw / var(--p_vw-base))) min(53px, (53 * 100vw / var(--p_vw-base))) min(99px, (99 * 100vw / var(--p_vw-base)));
  background: linear-gradient(191deg, #600514 27.38%, #10104F 82.53%);
}
@media screen and ( min-width: 769px ) {
  .lastyears {
    padding-bottom: 73.32px;
  }
}
.lastyears .section-title {
  margin-bottom: min(45px, (45 * 100vw / var(--p_vw-base)));
}
@media screen and ( min-width: 769px ) {
  .lastyears .section-title {
    letter-spacing: 6.16px;
  }
}

.lastyears-img {
  position: relative;
  height: min(624px, (624 * 100vw / var(--p_vw-base)));
}
.lastyears-img [class^=lastyears-img__item] {
  opacity: 0;
  will-change: opacity, transform;
}

/* GSAP でフェードイン（要素に class="js-fadein" を付与） */
.js-fadein {
  opacity: 0;
  will-change: opacity, transform;
}

/* 親 .js-fadein-children が入ったら .js-fadein-child を順に表示 */
.js-fadein-children .js-fadein-child {
  opacity: 0;
  will-change: opacity, transform;
}

.lastyears-img__item1 {
  width: min(275px, (275 * 100vw / var(--p_vw-base)));
  height: min(178px, (178 * 100vw / var(--p_vw-base)));
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.lastyears-img__item2 {
  width: min(389px, (389 * 100vw / var(--p_vw-base)));
  height: min(252px, (252 * 100vw / var(--p_vw-base)));
  position: absolute;
  top: min(52px, (52 * 100vw / var(--p_vw-base)));
  left: 0;
  z-index: 0;
}

.lastyears-img__item3 {
  width: min(442px, (442 * 100vw / var(--p_vw-base)));
  height: min(286px, (286 * 100vw / var(--p_vw-base)));
  position: absolute;
  bottom: min(84px, (84 * 100vw / var(--p_vw-base)));
  right: 0;
}

.lastyears-img__item4 {
  width: min(275px, (275 * 100vw / var(--p_vw-base)));
  height: min(178px, (178 * 100vw / var(--p_vw-base)));
  position: absolute;
  bottom: min(0px, (0 * 100vw / var(--p_vw-base)));
  left: 0;
}

.speaker_list {
  flex-wrap: wrap;
}

.networking {
  padding-bottom: min(170px, (170 * 100vw / var(--p_vw-base)));
}
.networking .section-title {
  margin-bottom: min(53px, (53 * 100vw / var(--p_vw-base)));
}
@media screen and ( max-width: 768px ) {
  .networking {
    padding-top: 60px;
  }
}
@media screen and ( min-width: 769px ) {
  .networking {
    padding: 67.42px 0 77.04px;
  }
}

.networking-contents {
  padding: 0 min(31px, (31 * 100vw / var(--p_vw-base))) 0;
}
@media screen and ( min-width: 769px ) {
  .networking-contents {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
  }
}
.networking-contents dl {
  display: flex;
  flex-direction: column;
  gap: min(18px, (18 * 100vw / var(--p_vw-base)));
}
.networking-contents dl + dl {
  margin-top: min(24px, (24 * 100vw / var(--p_vw-base)));
}
.networking-contents dl dt {
  color: #fff;
  font-feature-settings: "palt" on;
  text-shadow: 0 0 8px #000;
  font-family: "Noto Sans JP";
  font-size: clamp(18px, calc(18px + (100vw - var(--p_vw_interp_min) * 1px) / ((var(--p_vw_interp_max) - var(--p_vw_interp_min)) * 1px) * 6px), 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: min(1.2px, (1.2 * 100vw / var(--p_vw-base)));
  display: flex;
  align-items: center;
  gap: min(9px, (9 * 100vw / var(--p_vw-base)));
}
.networking-contents dl dt span {
  display: block;
  width: min(8.958px, (8.958 * 100vw / var(--p_vw-base)));
  height: min(31.938px, (31.938 * 100vw / var(--p_vw-base)));
  background: #b60000;
}
.networking-contents dl dd {
  color: #fff;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(14px, calc(14px + (100vw - var(--p_vw_interp_min) * 1px) / ((var(--p_vw_interp_max) - var(--p_vw_interp_min)) * 1px) * 4px), 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  letter-spacing: min(3.6px, (3.6 * 100vw / var(--p_vw-base)));
}
.networking-contents dl dd ul {
  list-style: none;
  padding-left: 0;
}

.gradation-bg {
  background: url(../img/gradation-bg.webp) no-repeat top center/cover;
}

.speaker_cell .figure_box {
  margin-bottom: min(13px, (13 * 100vw / var(--p_vw-base)));
}

.outline {
  padding: min(62.83px, (62.83 * 100vw / var(--p_vw-base))) 0 min(78.29px, (78.29 * 100vw / var(--p_vw-base)));
  background: #000000;
}
.outline .section-title {
  margin-bottom: min(53px, (53 * 100vw / var(--p_vw-base)));
}

.outline-contents {
  width: 95%;
  margin: 0 auto;
}
@media screen and ( min-width: 769px ) {
  .outline-contents {
    max-width: 810px;
  }
}
.outline-contents dl {
  display: flex;
  padding: clamp(16px, calc(16px + (100vw - var(--p_vw_interp_min) * 1px) / ((var(--p_vw_interp_max) - var(--p_vw_interp_min)) * 1px) * 8px), 24px) 0;
  border-bottom: 1px dashed #fff;
}
@media screen and ( max-width: 768px ) {
  .outline-contents dl {
    flex-direction: column;
  }
}
.outline-contents dl dt {
  width: min(200px, (200 * 100vw / var(--p_vw-base)));
  color: #fff;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  letter-spacing: 3.6px;
}
@media screen and ( max-width: 768px ) {
  .outline-contents dl dt {
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
  }
}
.outline-contents dl dd {
  color: #fff;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 3.2px;
  flex: 1;
}
@media screen and ( max-width: 768px ) {
  .outline-contents dl dd {
    font-size: 14px;
  }
}

.main-sponser__contents {
  width: 95%;
  margin: 0 auto;
  display: flex;
  gap: min(40.5px, (40.5 * 100vw / var(--p_vw-base)));
}

.main-sponser__text {
  color: #fff;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 3.2px;
}
@media screen and ( max-width: 768px ) {
  .main-sponser__text {
    font-size: 14px;
  }
}

.main-sponser__logo {
  width: 220px;
  height: 220px;
  padding: 35.3px 46.12px;
  border: 1px solid #fff;
  margin: 0 auto;
}

.main-sponser {
  padding-top: 101px;
  padding-bottom: 101px;
}
.main-sponser .section-title {
  margin-bottom: 68px;
}
.main-sponser .main-sponser__contents {
  display: flex;
  flex-direction: column;
}
@media screen and ( min-width: 769px ) {
  .main-sponser .main-sponser__contents {
    flex-direction: row;
  }
}
@media screen and ( min-width: 769px ) {
  .main-sponser .main-sponser__pc {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: min(40.5px, (40.5 * 100vw / var(--p_vw-base)));
    min-width: 0;
    width: 100%;
  }
}

.cta {
  padding: 50px 0 0;
}
.cta a {
  max-width: 521.909px;
  aspect-ratio: 521.909/96;
  height: auto;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  border: 2px solid #fff;
  background: #f8b626;
  box-shadow: 0 8px 8px 0 rgba(255, 255, 255, 0.25);
  margin: 0 auto;
  gap: 8.21px;
}
.cta a p {
  color: #000;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: 2.56px;
}
.cta a span {
  display: flex;
  align-items: center;
}
@media screen and ( max-width: 768px ) {
  .cta a {
    max-width: 100%;
    min-height: 58px;
    aspect-ratio: auto;
  }
  .cta a p {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}

.cta-text {
  margin-bottom: 22.71px;
}
.cta-text p {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  text-align: center;
}
.cta-text p span {
  color: #f8b626;
  text-align: center;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 28.8px */
}

.cta-floating {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  transform: translate3d(0, 110%, 0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease, visibility 0.35s ease;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.35);
}
.cta-floating.is-visible {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cta-floating__inner {
  max-width: 744px;
  margin: 0 auto;
  width: 100%;
  padding: 0 12px max(8px, env(safe-area-inset-bottom, 0px));
  box-sizing: border-box;
}
.cta-floating__cta {
  padding: 10px 0;
  border-radius: 12px;
}
.cta-floating__cta .cta-text {
  margin-bottom: 8px;
}
.cta-floating__cta .cta-text p {
  font-size: 14px;
}
.cta-floating__cta .cta-text p span {
  font-size: 14px;
}
.cta-floating__cta a {
  max-width: 100%;
  min-height: 58px;
  aspect-ratio: auto;
}
.cta-floating__cta a p {
  font-size: 20px;
  letter-spacing: 1.2px;
}

.footer {
  background: #0f0f2d;
  padding: 29px 0 23px;
}

.footer-nav {
  margin-bottom: 13px;
}
.footer-nav ul {
  display: flex;
  gap: 20px;
  background: #050523;
  padding: 19px 0;
  justify-content: center;
}
.footer-nav ul li a {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 2.4px;
}

.footer-text p {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 2.1px;
}

.coming-soon {
  position: relative;
  text-align: center;
  font-size: clamp(64px, calc(64px + (100vw - var(--p_vw_interp_min) * 1px) / ((var(--p_vw_interp_max) - var(--p_vw_interp_min)) * 1px) * 16px), 80px);
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  font-family: "Alumni Sans";
  padding-bottom: min(100px, (100 * 100vw / var(--p_vw-base)));
}
.coming-soon p {
  color: #fff;
  border: 3px solid #fff;
  padding: min(8px, (8 * 100vw / var(--p_vw-base))) min(16px, (16 * 100vw / var(--p_vw-base)));
  display: inline-block;
}

.pt-100 {
  padding-top: min(100px, (100 * 100vw / var(--p_vw-base)));
}

.head-nav {
  display: none;
}
@media screen and ( min-width: 1155px ) {
  .head-nav {
    display: block;
  }
  .head-nav ul {
    display: flex;
    gap: 32px;
  }
  .head-nav ul li a span {
    color: #FAFAFA;
    font-feature-settings: "palt" on;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

@media screen and ( min-width: 769px ) {
  .mv {
    position: relative;
  }
  .mv::before {
    content: "";
    position: absolute;
    top: calc(122 * 100vw / var(--p_vw-base));
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(925 * 100vw / var(--p_vw-base));
    height: calc(340 * 100vw / var(--p_vw-base));
    background: url(../img/mv-pc-text.webp) no-repeat center center/cover;
  }
}

/*# sourceMappingURL=style.css.map */
