@charset "UTF-8";
/* ==========================================================================
  Foundation
========================================================================== */
html {
  color: #000;
  background-color: #fff;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
}

/* スクリーンリーダー用テキスト */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  word-wrap: normal !important;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-size: 1em;
  line-height: normal;
  color: #444;
  text-decoration: none;
  background-color: #ddd;
  clip: auto !important;
  clip-path: none;
}

html, body {
  overflow-x: hidden;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

figure {
  overflow: hidden;
}

button, input {
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
}

a,
button,
input[type=button],
input[type=submit],
input[type=reset],
*[role=button] {
  display: inline-block;
  cursor: pointer;
}
a[aria-disabled=true], a:disabled,
button[aria-disabled=true],
button:disabled,
input[type=button][aria-disabled=true],
input[type=button]:disabled,
input[type=submit][aria-disabled=true],
input[type=submit]:disabled,
input[type=reset][aria-disabled=true],
input[type=reset]:disabled,
*[role=button][aria-disabled=true],
*[role=button]:disabled {
  cursor: not-allowed;
}

input[type=radio],
input[type=checkbox] {
  appearance: auto;
  accent-color: #003C78;
}

input:-webkit-autofill {
  transition: background-color 50000s ease-in-out 0s;
  animation-name: onAutoFillStart;
}

fieldset,
legend {
  display: contents;
}

strong {
  font-weight: 700;
}

em {
  font-style: normal;
}

i {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
}

main {
  overflow-x: hidden;
}

:is(header, footer, nav) a {
  white-space: nowrap;
  text-decoration: none;
}

.wp-block-post-content p a {
  word-break: break-all;
}

/* ==========================================================================
  Layout
========================================================================== */
.l-wrap {
  position: relative;
  padding-top: max(19.2vw, 72px);
}
@media (750px <= width) {
  .l-wrap {
    padding-top: 5rem;
  }
}
.l-wrap:has(.l-main) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100dvh;
}
.l-wrap:has(.l-main) .l-main {
  flex: 1;
}
.l-wrap::after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100dvh;
  content: "";
  background: top center/cover no-repeat url("../img/bg-sp.webp");
}
@media (750px <= width) {
  .l-wrap::after {
    background-image: url("../img/bg-pc.webp");
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 555;
  width: 100%;
  background: #fff;
}
.l-header__inner {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
  margin-inline: 0;
  display: flex;
  gap: max(6.4vw, 24px);
  align-items: center;
  justify-content: space-between;
  height: max(19.2vw, 72px);
  padding: max(5.3333333333vw, 20px);
}
@media (750px <= width < 800px) {
  .l-header__inner {
    gap: 0.75rem;
    height: 5rem;
    padding: 0.75rem 1rem;
  }
}
@media (800px <= width) {
  .l-header__inner {
    gap: 1.5rem;
    height: 5rem;
    padding: 1.5rem 2rem;
  }
}
.l-header__area1, .l-header__area3 {
  flex-shrink: 0;
}
.l-header__area2 {
  flex-grow: 1;
}
.l-header__brand, .l-header__toggle {
  position: relative;
  z-index: 999;
}
.l-header__secondary {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 666;
}

.l-footer {
  padding: 2rem;
  background: #fff;
}
@media (750px <= width) {
  .l-footer {
    padding-bottom: 3rem;
  }
}
.l-footer__inner {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (750px <= width < 800px) {
  .l-footer__inner {
    width: 96%;
  }
}

.l-container {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
@media (750px <= width < 800px) {
  .l-container {
    width: 96%;
  }
}
.l-container__unit {
  display: flex;
  flex-direction: column;
}
@media (750px <= width) {
  .l-container__unit {
    gap: 3rem;
    padding-block: 4rem;
  }
}
.l-container__inner {
  padding-bottom: clamp(4rem, 10vw, 5rem);
}
@media (width < 800px) {
  .l-container__inner {
    padding-block: clamp(2.5rem, 6vw, 3rem);
  }
}
.l-container--full {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
  margin-inline: 0;
}
.l-container--column {
  display: flex;
  gap: 2%;
  justify-content: space-between;
}

.l-cont-queries {
  container-type: inline-size;
}

/* ==========================================================================
  Component
========================================================================== */
.c-logo a {
  display: inline-block;
  opacity: 1;
  transition: all 0.5s;
}
.c-logo a:hover {
  opacity: 0.5;
}
.c-logo img {
  width: max(26.6666666667vw, 100px);
  height: max(8.5333333333vw, 32px);
}
@media (750px <= width) {
  .c-logo img {
    width: 6.25rem;
    height: 2rem;
  }
}
.c-logo--vertical img {
  width: max(24vw, 90px);
  height: max(37.3333333333vw, 140px);
}
@media (750px <= width) {
  .c-logo--vertical img {
    width: 5.625rem;
    height: 8.75rem;
  }
}

.c-button {
  min-width: max(74.6666666667vw, 280px);
  padding: 0.8em 1em;
  font-size: max(5.3333333333vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background: linear-gradient(135deg, #0C2FBA 0%, #D5003F 100%);
  border-radius: 100vmax;
  transition: all 0.5s;
}
@media (750px <= width) {
  .c-button {
    min-width: 17.5rem;
    font-size: 1.25rem;
  }
}
.c-button:hover, .c-button:focus-visible {
  opacity: 0.5;
}
.c-button[aria-disabled=true], .c-button:disabled {
  color: #999;
  background: #F5F5F5;
}
.c-button[aria-disabled=true]:hover, .c-button[aria-disabled=true]:focus-visible, .c-button:disabled:hover, .c-button:disabled:focus-visible {
  color: #999;
  background: #F5F5F5;
}
.c-button--black {
  background: #000;
}
.c-button--cancel {
  background: #999;
}
.c-button--cancel:hover, .c-button--cancel:focus-visible {
  background: #F5F5F5;
}
.c-button--arrow-r {
  display: flex;
  gap: 1.5em;
  align-items: center;
  justify-content: center;
}
.c-button--arrow-r::after {
  content: "";
  background: center/contain no-repeat;
  background-image: url("../img/icon_chevron-r.svg");
  filter: invert(89%) sepia(86%) saturate(0%) hue-rotate(257deg) brightness(102%) contrast(101%);
  width: 0.75em;
  height: 0.75em;
}

.c-buttonList {
  padding: 0;
  list-style-type: none;
}
.c-buttonList--horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 2.25vw, 1.125rem);
  align-items: center;
  justify-content: center;
  margin: clamp(2rem, 4.5vw, 2.25rem) auto 0;
}
@media (width < ) {
  .c-buttonList--horizontal {
    flex-direction: column;
  }
}
.c-buttonList--vertical {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.25vw, 1.125rem);
  align-items: center;
  justify-content: center;
  margin: clamp(2rem, 4.5vw, 2.25rem) auto 0;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
}
.c-table tr {
  border-bottom: max(0.2666666667vw, 1px) solid #999;
}
.c-table th,
.c-table td {
  padding-block: max(4.2666666667vw, 16px);
  font-size: max(4vw, 15px);
  line-height: 1.6;
  vertical-align: middle;
}
.c-table th {
  font-weight: 700;
}
@media (750px <= width) {
  .c-table tr {
    border-bottom-width: 1px;
  }
  .c-table th,
  .c-table td {
    padding-block: 1rem;
  }
  .c-table th {
    font-size: 1rem;
  }
  .c-table td {
    font-size: 0.875rem;
  }
}

.c-box {
  padding: max(14.9333333333vw, 56px) max(6.4vw, 24px);
}
.c-box--white {
  background: #fff;
}
.c-box--black {
  color: #fff;
  background: #000;
}
.c-box--transparent {
  color: #fff;
  background: transparent;
}
.c-box__title {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  font-size: max(4.8vw, 18px);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.c-box__title::after {
  display: block;
  width: 100%;
  height: max(0.5333333333vw, 2px);
  content: "";
  background: linear-gradient(135deg, #E6D0FF 0%, #D5003F 33%, #0C2FBA 67%, #092695 100%);
}
@media (750px <= width) {
  .c-box__title {
    font-size: 1.25rem;
  }
  .c-box__title::after {
    height: 0.125rem;
  }
}
.c-box--transparent .c-box__title::after {
  background: #fff;
}
.c-box__body {
  margin-top: max(6.4vw, 24px);
  line-height: 1.5;
}
@media (750px <= width) {
  .c-box__body {
    margin-top: 3rem;
  }
}
.error404 .c-box, .thanks .c-box {
  margin-block: max(17.0666666667vw, 64px);
}
@media (750px <= width) {
  .error404 .c-box, .thanks .c-box {
    margin-block: 4rem;
  }
}
@media (750px <= width) {
  .c-box {
    padding: 3.5rem 5rem;
    border-radius: 10px;
  }
  .c-box--white {
    background: rgba(255, 255, 255, 0.8);
  }
  .c-box--black {
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
  }
}

.c-guest {
  display: flex;
  flex-direction: column;
  gap: max(2.1333333333vw, 8px);
}
@media (750px <= width) {
  .c-guest {
    gap: 0.5rem;
  }
}
.c-guest__name {
  font-size: max(4.2666666667vw, 16px);
  font-weight: 700;
  line-height: 1.4;
}
@media (750px <= width) {
  .c-guest__name {
    font-size: 1rem;
  }
}
.c-guest__honorific {
  font-size: max(3.4666666667vw, 13px);
}
@media (750px <= width) {
  .c-guest__honorific {
    font-size: 0.8125rem;
  }
}
.c-guest__title {
  font-size: max(2.6666666667vw, 10px);
  line-height: 1.4;
}
@media (750px <= width) {
  .c-guest__title {
    font-size: 0.625rem;
  }
}
.c-guest__image {
  order: -1;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 100vmax;
}
.c-guest img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-guest--nonbreaking {
  letter-spacing: -0.05em;
}

.c-embed {
  position: relative;
  background: #F5F5F5;
}
.c-embed--16by9 {
  aspect-ratio: 16/9;
}
.c-embed--4by3 {
  aspect-ratio: 4/3;
}
.c-embed--374by700 {
  aspect-ratio: 374/700;
}
.c-embed--128by60 {
  aspect-ratio: 128/60;
}
.c-embed iframe, .c-embed video {
  width: 100%;
  height: 100%;
}

.c-box2 {
  background: #fff;
}
@media (750px <= width) {
  .c-box2 {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
  }
}
.c-box2__inner {
  padding: max(14.9333333333vw, 56px) max(10.6666666667vw, 40px);
}
@media (750px <= width) {
  .c-box2__inner {
    padding: 3.5rem 5rem;
  }
}
.c-box2__inner article {
  display: flex;
  flex-direction: column;
  gap: max(10.6666666667vw, 40px);
}
@media (750px <= width) {
  .c-box2__inner article {
    gap: 2.5rem;
  }
}
.c-box2__title {
  background: linear-gradient(135deg, #0C2FBA 0%, #D5003F 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-inline: calc(-1 * max(5.3333333333vw, 20px));
  font-size: max(12.8vw, 48px);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
@media (750px <= width) {
  .c-box2__title {
    margin-inline: 0;
    font-size: 3rem;
  }
}
.c-box2__text {
  font-size: max(4.2666666667vw, 16px);
  line-height: 1.5;
  text-align: center;
}
@media (750px <= width) {
  .c-box2__text {
    font-size: 1rem;
  }
}
.c-box2__text p + p {
  margin-top: 1.5em;
}
.c-box2 strong {
  color: #D81240;
}
.c-box2 strong.u-text--primary {
  color: #2E33C4;
}

.c-cta {
  background: #000;
}
.c-cta__list {
  display: flex;
  flex-direction: column;
  gap: max(6.4vw, 24px);
  align-items: center;
  padding-block: max(6.4vw, 24px);
}
@media (750px <= width) {
  .c-cta__list {
    flex-direction: row-reverse;
    gap: 1.5rem;
    justify-content: center;
    padding-block: 0.5rem;
  }
}
.c-cta__button {
  min-width: max(82.6666666667vw, 310px);
  padding-block: max(4.2666666667vw, 16px);
  font-size: max(6.4vw, 24px);
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
  background: linear-gradient(135deg, #0C2FBA 0%, #D5003F 100%);
  border-radius: 100vmax;
  transition: all 0.5s;
}
@media (750px <= width) {
  .c-cta__button {
    min-width: 19.375rem;
    padding-block: 1rem;
    font-size: 1.5rem;
  }
}
.c-cta__button:hover, .c-cta__button:focus-visible {
  opacity: 0.5;
}
.c-cta__button--white {
  background: #fff;
}
.c-cta__button--white span {
  background: linear-gradient(135deg, #0C2FBA 0%, #D5003F 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-cta.--close .c-cta__text {
  padding-block: max(4.2666666667vw, 16px) max(3.2vw, 12px);
  font-size: max(4vw, 15px);
  font-weight: 700;
  line-height: 1.33;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
}
@media (750px <= width) {
  .c-cta.--close .c-cta__text {
    padding-block: 0.75rem 0.5rem;
    font-size: 1.125rem;
    line-height: 1.22;
  }
}
@media (width < 750px) {
  .c-cta.--close .c-cta__list {
    padding-top: 0;
  }
}
@media (750px <= width) {
  .c-cta.--close .c-cta__button {
    width: 35rem;
    font-size: 1.125rem;
    line-height: 1.22;
  }
}

.c-exhibitionCta__text {
  display: flex;
  flex-direction: column;
  gap: max(14.9333333333vw, 56px);
  align-items: center;
  padding-block: max(14.9333333333vw, 56px);
}
.c-exhibitionCta__text > span {
  font-size: max(6.4vw, 24px);
  font-weight: 900;
  color: #fff;
}
@media (750px <= width) {
  .c-exhibitionCta__text {
    flex-direction: row;
    gap: 1.5rem;
    justify-content: center;
    padding-block: 0.5rem;
  }
  .c-exhibitionCta__text > span {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
  }
}
@media (width < 750px) {
  .c-exhibitionCta .c-box2 {
    background: transparent;
  }
}
@media (750px <= width) {
  .c-exhibitionCta .c-box2 {
    padding-block: 3.5rem;
  }
}
.c-exhibitionCta .c-button {
  min-width: max(70.9333333333vw, 266px);
  padding-block: max(4.2666666667vw, 16px);
  font-size: max(6.4vw, 24px);
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
  background: linear-gradient(135deg, #0C2FBA 0%, #D5003F 100%);
  border-radius: 100vmax;
  box-shadow: 0 max(1.0666666667vw, 4px) 0 #404040;
  transition: all 0.5s;
}
@media (width < 750px) {
  .c-exhibitionCta .c-button {
    background: #fff;
  }
  .c-exhibitionCta .c-button span {
    background: linear-gradient(135deg, #0C2FBA 0%, #D5003F 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (750px <= width) {
  .c-exhibitionCta .c-button {
    min-width: 12.625rem;
    padding-block: 1rem;
    font-size: 1.5rem;
    box-shadow: 0 0.25rem 0 #404040;
  }
}
.c-exhibitionCta .c-button:hover, .c-exhibitionCta .c-button:focus-visible {
  opacity: 0.5;
}
.c-exhibitionCta.--sponsor .c-button {
  width: max(85.3333333333vw, 320px);
}
@media (750px <= width) {
  .c-exhibitionCta.--sponsor .c-button {
    width: 20.375rem;
  }
}

#fixCta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
#fixCta.is-fix {
  opacity: 1;
}
@media (width < 750px) {
  #fixCta .c-cta__list {
    padding-block: max(3.2vw, 12px);
  }
}

/* ==========================================================================
  Project
========================================================================== */
.p-headerToggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: max(10.6666666667vw, 40px);
  height: max(10.6666666667vw, 40px);
}
.p-headerToggle__line {
  position: relative;
  display: block;
  width: max(6.4vw, 24px);
  height: max(4.8vw, 18px);
}
.p-headerToggle__line span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: max(0.5333333333vw, 2px);
  background: linear-gradient(135deg, #0C2FBA 0%, #D5003F 100%);
  transition: all 0.5s;
  transition-property: transform;
}
.p-headerToggle__line span:nth-child(1) {
  top: 0;
}
.p-headerToggle__line span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.p-headerToggle__line span:nth-child(3) {
  bottom: 0;
}
.p-headerToggle[aria-expanded=true] .p-headerToggle__line span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.p-headerToggle[aria-expanded=true] .p-headerToggle__line span:nth-child(2) {
  visibility: hidden;
}
.p-headerToggle[aria-expanded=true] .p-headerToggle__line span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.p-headerCta {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.p-headerCta__link {
  width: 178px;
  padding: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  background: linear-gradient(135deg, #0C2FBA 0%, #D5003F 100%);
  border-radius: 0.5rem;
}

.p-footer__copyright {
  font-size: max(3.2vw, 12px);
  text-align: center;
}
@media (750px <= width) {
  .p-footer__copyright {
    font-size: 0.75rem;
  }
}
.p-footer__brand p {
  text-align: center;
}

.p-footerInfo {
  font-size: max(2.6666666667vw, 10px);
  line-height: 1.5;
}
@media (750px <= width) {
  .p-footerInfo {
    font-size: 0.75rem;
  }
}
.p-footerInfo__title {
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.p-footerInfo__title::before {
  content: "■";
}
.p-footerInfo__ulist li::before {
  content: "・";
}

.p-globalNav__list {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  width: 100%;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}
@media (750px <= width < 800px) {
  .p-globalNav__list {
    font-size: 0.75rem;
  }
}
.p-globalNav__list > li > a {
  display: block;
  padding: 0.5rem;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all 0.5s;
}
.p-globalNav__list > li > a:hover, .p-globalNav__list > li > a:focus-visible, .p-globalNav__list > li > a[aria-current=page] {
  border-color: #003C78;
}

.p-drawer__bg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.p-drawer__body {
  width: 100%;
  height: 100vh;
  padding-top: max(19.2vw, 72px);
  overflow-y: auto;
  background: #fff;
}
.p-drawer .c-buttonList--horizontal {
  margin-block: 0.5rem;
}

.p-drawerNav {
  padding: max(10.6666666667vw, 40px) max(10.6666666667vw, 40px) 3.5rem;
  font-size: max(5.3333333333vw, 20px);
  font-weight: 400;
}
.p-drawerNav__list {
  display: flex;
  flex-direction: column;
  gap: max(10.6666666667vw, 40px);
}
.p-drawerNav__list li {
  position: relative;
  border-bottom: max(0.5333333333vw, 2px) solid currentcolor;
  border-image-source: linear-gradient(135deg, #E6D0FF 0%, #D5003F 33%, #0C2FBA 67%, #092695 100%);
  border-image-slice: 1;
}
.p-drawerNav__list li a {
  padding-bottom: max(4.2666666667vw, 16px);
}

.p-section__inner {
  display: flex;
  flex-direction: column;
  gap: max(8.5333333333vw, 32px);
  margin-inline: auto;
}
@media (750px <= width) {
  .p-section__inner {
    gap: 2rem;
  }
}
.p-section__title {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  font-size: max(5.3333333333vw, 20px);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.p-section__title::after {
  display: block;
  width: 100%;
  height: max(0.5333333333vw, 2px);
  content: "";
  background: linear-gradient(135deg, #E6D0FF 0%, #D5003F 33%, #0C2FBA 67%, #092695 100%);
}
@media (750px <= width) {
  .p-section__title {
    font-size: 1.25rem;
  }
  .p-section__title::after {
    height: 0.125rem;
  }
}
.c-box--transparent .p-section__title::after {
  background: #fff;
}

/* ==========================================================================
  Utility / Mediaquery
========================================================================== */
@media (width < 750px) {
  .u-only--pc {
    display: none !important;
  }
}

@media (750px <= width) {
  .u-only--sp {
    display: none !important;
  }
}

@media ( <= width) {
  .u-only--sm {
    display: none !important;
  }
}

.clearfix {
  display: block;
}
.clearfix::before, .clearfix::after {
  clear: both;
  display: block;
  content: "";
}

.u-bg--full {
  padding-inline: calc(50vw - 50%);
  margin-inline: calc(50% - 50vw);
}
.u-bg--white {
  background: #fff;
}
.u-bg--black {
  color: #fff;
  background: #000;
}
.u-bg--transparent {
  color: #fff;
  background: transparent;
}

.u-text--warning {
  font-weight: 700;
  color: #D30000;
}
.u-text--primary {
  color: #2E33C4;
}
.u-text--secondary {
  color: #D81240;
}

/* ==========================================================================
  System
========================================================================== */
.js-drawer__bg, .js-drawer__body {
  position: fixed;
  top: 0;
  left: -100%;
  opacity: 0;
}
.js-drawer__bg {
  z-index: 666;
}
.js-drawer__body {
  z-index: 777;
  transition: all 0.5s;
}
.js-drawer[aria-hidden=false] .js-drawer__bg, .js-drawer[aria-hidden=false] .js-drawer__body {
  left: 0;
  opacity: 1;
}

/* ==========================================================================
  Project / LP 20250724
========================================================================== */
.p-hero {
  overflow: hidden;
}
.p-hero__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 375/701;
  margin: 0 auto;
}
@media (750px <= width) {
  .p-hero__inner {
    max-width: 1200px;
    aspect-ratio: 1200/588;
  }
}
.p-hero__logo, .p-hero__title, .p-hero__date, .p-hero__info, .p-hero__cta, .p-hero__tagline {
  position: absolute;
  z-index: 2;
}
@media (width < 750px) {
  .p-hero__logo, .p-hero__title, .p-hero__date, .p-hero__info, .p-hero__cta, .p-hero__tagline {
    right: 0;
    left: 0;
    margin-inline: auto;
  }
}
.p-hero__logo {
  top: 7.98%;
  width: max(40.2666666667vw, 151px);
  filter: drop-shadow(0 0 max(2.1333333333vw, 8px) rgba(171, 0, 123, 0.5));
}
@media (750px <= width) {
  .p-hero__logo {
    top: 50%;
    right: 11.875rem;
    width: 14.0625rem;
    filter: drop-shadow(0 0 1rem rgba(171, 0, 123, 0.5));
    transform: translateY(-50%);
  }
}
@media (750px <= width < 1200px) {
  .p-hero__logo {
    right: min(15.8333333333vw, 190px);
    width: min(18.75vw, 225px);
    filter: drop-shadow(0 0 min(1.3333333333vw, 16px) rgba(171, 0, 123, 0.5));
  }
}
@media (750px <= width) {
  .p-hero__tagline {
    top: 25.17%;
    left: 6.25rem;
    width: 33.375rem;
    filter: drop-shadow(0 0 0.625rem rgba(171, 0, 123, 0.5));
  }
}
@media (750px <= width < 1200px) {
  .p-hero__tagline {
    left: min(8.3333333333vw, 100px);
    width: min(44.5vw, 534px);
    filter: drop-shadow(0 0 min(0.8333333333vw, 10px) rgba(171, 0, 123, 0.5));
  }
}
.p-hero__title {
  top: 45.22%;
  width: fit-content;
  font-size: max(5.3333333333vw, 20px);
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.2em;
  text-shadow: 0 0 max(2.1333333333vw, 8px) rgba(171, 0, 123, 0.5);
}
@media (750px <= width) {
  .p-hero__title {
    top: 40.64%;
    left: 6.25rem;
    font-size: 1.875rem;
    letter-spacing: 0.05em;
    text-shadow: 0 0 0.5rem rgba(171, 0, 123, 0.5);
  }
}
@media (750px <= width < 1200px) {
  .p-hero__title {
    left: min(8.3333333333vw, 100px);
    font-size: min(2.5vw, 30px);
    text-shadow: 0 0 min(0.6666666667vw, 8px) rgba(171, 0, 123, 0.5);
  }
}
.p-hero__date {
  bottom: 36.31%;
  width: max(82.9333333333vw, 311px);
  filter: drop-shadow(0 0 max(3.2vw, 12px) rgba(171, 0, 123, 0.5));
}
@media (750px <= width) {
  .p-hero__date {
    bottom: 24.93%;
    left: 6.25rem;
    width: 17.8125rem;
    filter: drop-shadow(0 0 0.5rem rgba(171, 0, 123, 0.5));
  }
}
@media (750px <= width < 1200px) {
  .p-hero__date {
    left: min(8.3333333333vw, 100px);
    width: min(23.75vw, 285px);
    filter: drop-shadow(0 0 min(0.6666666667vw, 8px) rgba(171, 0, 123, 0.5));
  }
}
.p-hero__info {
  right: 0;
  bottom: 20.97%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: max(4.2666666667vw, 16px);
  margin-inline: max(4.2666666667vw, 16px);
  font-weight: 700;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 max(3.2vw, 12px) rgba(171, 0, 123, 0.75);
  overflow: hidden;
  border-radius: max(2.1333333333vw, 8px);
}
@media (750px <= width) {
  .p-hero__info {
    border-radius: 0.5rem;
  }
}
@media (750px <= width) {
  .p-hero__info {
    bottom: 9.18%;
    left: 6.25rem;
    flex-direction: row;
    gap: 1rem;
    width: fit-content;
    padding: 1.5rem 1.5rem;
    margin-inline: 0;
    box-shadow: 0 0 0.75rem rgba(171, 0, 123, 0.75);
  }
}
@media (750px <= width < 1200px) {
  .p-hero__info {
    left: min(8.3333333333vw, 100px);
    gap: min(1.3333333333vw, 16px);
    padding: min(2vw, 24px) min(2vw, 24px);
    box-shadow: 0 0 min(1vw, 12px) rgba(171, 0, 123, 0.75);
  }
}
.p-hero__schedule {
  font-size: max(6.4vw, 24px);
}
@media (750px <= width) {
  .p-hero__schedule {
    font-size: 1.25rem;
  }
}
@media (750px <= width < 1200px) {
  .p-hero__schedule {
    font-size: min(1.6666666667vw, 20px);
  }
}
.p-hero__days {
  font-size: max(4.2666666667vw, 16px);
}
@media (750px <= width) {
  .p-hero__days {
    font-size: 0.9375rem;
  }
}
@media (750px <= width < 1200px) {
  .p-hero__days {
    font-size: min(1.25vw, 15px);
  }
}
.p-hero__place {
  font-size: max(4vw, 15px);
}
@media (750px <= width) {
  .p-hero__place {
    font-size: 1.25rem;
  }
}
@media (750px <= width < 1200px) {
  .p-hero__place {
    font-size: min(1.6666666667vw, 20px);
  }
}
.p-hero__cta {
  bottom: 7.56%;
}
.p-hero__cta .c-button {
  width: max(74.6666666667vw, 280px);
  font-size: max(5.3333333333vw, 20px);
  color: #fff;
  background: #000;
  box-shadow: 0 0 max(3.2vw, 12px) rgba(171, 0, 123, 0.5);
}

.p-about .p-section__inner {
  padding-inline: max(10.6666666667vw, 40px);
}
@media (750px <= width) {
  .p-about .p-section__inner {
    padding-inline: 5rem;
  }
}
.p-about__title {
  background: linear-gradient(135deg, #0C2FBA 0%, #D5003F 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: max(14.9333333333vw, 56px);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
@media (750px <= width) {
  .p-about__title {
    font-size: 3rem;
  }
}
.p-about__text {
  font-size: max(4vw, 15px);
  line-height: 2;
  text-align: center;
}
@media (750px <= width) {
  .p-about__text {
    font-size: 1.25rem;
  }
}
.p-about__theme {
  margin-top: 2em;
}
.p-about__attention {
  display: block;
  padding: 0.5rem 1rem;
  padding: max(2.1333333333vw, 8px) max(4.2666666667vw, 16px);
  margin-block: max(8.5333333333vw, 32px);
  margin-inline: auto;
  font-size: max(5.3333333333vw, 20px);
  font-weight: 900;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1;
  background: linear-gradient(135deg, #0C2FBA 0%, #D5003F 100%);
}
@media (750px <= width) {
  .p-about__attention {
    width: fit-content;
    padding: 0.5rem 1rem;
    margin-block: 2rem;
    font-size: 1.25rem;
  }
}
.p-about__videoCaption {
  margin-top: max(2.1333333333vw, 8px);
  font-size: max(2.6666666667vw, 10px);
  line-height: 1.6;
  text-align: right;
}
@media (750px <= width) {
  .p-about__videoCaption {
    margin-top: 0.5rem;
    font-size: 0.625rem;
  }
}

.p-pickup--sp .p-pickup__list, .p-pickup--pc .p-pickup__list {
  display: flex;
  flex-direction: column;
}
@media (750px <= width) {
  .p-pickup--sp .p-pickup__list, .p-pickup--pc .p-pickup__list {
    gap: 1.5rem;
  }
}
.p-pickup--sp .p-pickup__list .p-pickupGuest, .p-pickup--pc .p-pickup__list .p-pickupGuest {
  position: relative;
}
.p-pickup--sp .p-pickup__list .p-pickupGuest__profile, .p-pickup--pc .p-pickup__list .p-pickupGuest__profile {
  position: absolute;
  top: max(29.8666666667vw, 112px);
  right: max(5.6vw, 21px);
}
@media (750px <= width) {
  .p-pickup--sp .p-pickup__list .p-pickupGuest__profile, .p-pickup--pc .p-pickup__list .p-pickupGuest__profile {
    top: 6.5rem;
    right: 1.6875rem;
  }
}
.p-pickup--sp .p-pickup__list .p-pickupGuest__title, .p-pickup--pc .p-pickup__list .p-pickupGuest__title {
  margin-bottom: max(3.2vw, 12px);
  font-size: max(2.6666666667vw, 10px);
  line-height: 1.3;
}
@media (750px <= width) {
  .p-pickup--sp .p-pickup__list .p-pickupGuest__title, .p-pickup--pc .p-pickup__list .p-pickupGuest__title {
    margin-bottom: 0.6875rem;
    font-size: 0.625rem;
  }
}
.p-pickup--sp .p-pickup__list .p-pickupGuest__name, .p-pickup--pc .p-pickup__list .p-pickupGuest__name {
  font-size: max(3.7333333333vw, 14px);
}
@media (750px <= width) {
  .p-pickup--sp .p-pickup__list .p-pickupGuest__name, .p-pickup--pc .p-pickup__list .p-pickupGuest__name {
    font-size: 0.875rem;
  }
}
.p-pickup--sp .p-pickup__list .p-pickupGuest__image, .p-pickup--pc .p-pickup__list .p-pickupGuest__image {
  width: max(68.5333333333vw, 257px);
  margin-inline: auto;
}
@media (750px <= width) {
  .p-pickup--sp .p-pickup__list .p-pickupGuest__image, .p-pickup--pc .p-pickup__list .p-pickupGuest__image {
    width: 17.25rem;
  }
}
.p-pickup--sp .p-pickup__list .p-pickupGuest--horie, .p-pickup--pc .p-pickup__list .p-pickupGuest--horie {
  padding-top: max(8.5333333333vw, 32px);
}
@media (750px <= width) {
  .p-pickup--sp .p-pickup__list .p-pickupGuest--horie, .p-pickup--pc .p-pickup__list .p-pickupGuest--horie {
    padding-top: 0.75rem;
  }
}
.p-pickup--sp .p-pickup__list .p-pickupGuest--suzuki .p-pickupGuest__image, .p-pickup--pc .p-pickup__list .p-pickupGuest--suzuki .p-pickupGuest__image {
  width: max(87.4666666667vw, 328px);
}
.p-pickup--sp .p-pickup__list .p-pickupGuest--suzuki .p-pickupGuest__profile, .p-pickup--pc .p-pickup__list .p-pickupGuest--suzuki .p-pickupGuest__profile {
  top: max(26.4vw, 99px);
  right: max(7.4666666667vw, 28px);
}
@media (750px <= width) {
  .p-pickup--sp .p-pickup__list .p-pickupGuest--suzuki .p-pickupGuest__image, .p-pickup--pc .p-pickup__list .p-pickupGuest--suzuki .p-pickupGuest__image {
    width: 22.625rem;
  }
  .p-pickup--sp .p-pickup__list .p-pickupGuest--suzuki .p-pickupGuest__profile, .p-pickup--pc .p-pickup__list .p-pickupGuest--suzuki .p-pickupGuest__profile {
    top: 6.5rem;
    right: 4.625rem;
  }
}

.p-pickup--sp, .p-speakers--sp {
  color: #fff;
}
.p-pickup--sp .p-speakers__title, .p-speakers--sp .p-speakers__title {
  margin-inline: max(4.2666666667vw, 16px);
  font-size: max(9.6vw, 36px);
  font-weight: 900;
  line-height: 1.4;
  border-bottom: max(0.5333333333vw, 2px) solid #fff;
}

.p-pickup--sp {
  padding-top: max(10.6666666667vw, 40px);
}
.p-pickup--sp .p-pickupGuest__title {
  text-shadow: 0 0 max(1.0666666667vw, 4px) rgba(171, 0, 123, 0.9);
}

.p-speakers--sp {
  padding-block: max(8.5333333333vw, 32px);
  background: rgba(0, 0, 0, 0.5);
}
.p-speakers--sp .p-section__inner {
  padding: max(8.5333333333vw, 32px) max(8.5333333333vw, 32px) 0;
}
.p-speakers--sp .p-speakers__title {
  text-align: right;
}
.p-speakers--sp .p-speakers__list {
  display: flex;
  flex-wrap: wrap;
  gap: max(8.5333333333vw, 32px);
  justify-content: center;
}
.p-speakers--sp .p-speakers__list > li {
  flex-basis: calc((100% - max(8.5333333333vw, 32px)) / 2);
}

.p-pickup--pc {
  margin-bottom: 4rem;
}
.p-pickup--pc .p-section__inner {
  max-width: 485px;
}

.p-speakers--pc .p-section__inner {
  max-width: 485px;
}
.p-speakers--pc .p-speakers__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
}
.p-speakers--pc .p-speakers__list > li {
  flex-basis: calc((100% - 5rem) / 3);
}
.p-speakers--pc.p-speakers--guest {
  margin-bottom: 4rem;
}
.p-speakers--pc.p-speakers--guest .p-speakers__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-inline: auto;
}
.p-speakers--pc.p-speakers--guest .p-speakers__list > li {
  flex-basis: calc((100% - 5rem) / 3);
}
.p-speakers--pc.p-speakers--guest .p-speakers__list:first-of-type {
  max-width: 19.375rem;
  margin-bottom: 2.5rem;
}
.p-speakers--pc.p-speakers--guest .p-speakers__list:first-of-type > li {
  flex-basis: calc((100% - 2.5rem) / 2);
}

.p-timetable .p-schedule {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: max(4.2666666667vw, 16px);
}
@media (750px <= width) {
  .p-timetable .p-schedule {
    gap: 0.5rem;
  }
}
.p-timetable .p-schedule__item {
  display: flex;
  flex-direction: column;
  gap: max(4.2666666667vw, 16px);
  padding: max(4.2666666667vw, 16px);
  color: #000;
  background: #fff;
  border-radius: max(2.1333333333vw, 8px);
}
@media (750px <= width) {
  .p-timetable .p-schedule__item {
    gap: 1.5rem;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    border-radius: 0.5rem;
  }
}
.p-timetable .p-schedule__item--networking {
  position: relative;
  padding-right: calc(max(6.4vw, 24px) + max(6.4vw, 24px) * 2);
  color: #fff;
  background: linear-gradient(135deg, #0C2FBA 0%, #D5003F 100%);
}
.p-timetable .p-schedule__item--networking::after {
  position: absolute;
  top: 0;
  right: max(6.4vw, 24px);
  bottom: 0;
  display: block;
  width: max(6.4vw, 24px);
  height: max(9.8666666667vw, 37px);
  margin-block: auto;
  content: "";
  background: center/contain no-repeat url("./../img/mark-white.svg");
}
@media (750px <= width) {
  .p-timetable .p-schedule__item--networking {
    padding-right: 5.0625rem;
  }
  .p-timetable .p-schedule__item--networking::after {
    right: 1.5rem;
    width: 2.0625rem;
    height: 3.1875rem;
  }
}
.p-timetable .p-schedule__item--networking .p-schedule__title {
  color: #fff;
}
@media (750px <= width) {
  .p-timetable .p-schedule__item--column {
    flex-direction: row;
  }
  .p-timetable .p-schedule__item--column .p-schedule__contents {
    flex-shrink: 0;
    min-width: 9.625rem;
  }
}
.p-timetable .p-schedule__contents {
  display: flex;
  flex-direction: column;
  gap: max(2.1333333333vw, 8px);
}
@media (750px <= width) {
  .p-timetable .p-schedule__contents {
    gap: 1rem;
  }
}
.p-timetable .p-schedule__time {
  font-size: max(5.3333333333vw, 20px);
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (750px <= width) {
  .p-timetable .p-schedule__time {
    font-size: 1.25rem;
    font-weight: 700;
  }
}
.p-timetable .p-schedule__title {
  font-size: max(4.2666666667vw, 16px);
  font-weight: 700;
  line-height: 1.6;
  color: #003C78;
}
@media (750px <= width) {
  .p-timetable .p-schedule__title {
    font-size: 1.25rem;
  }
}
.p-timetable .p-schedule__sub {
  margin-top: max(2.1333333333vw, 8px);
  font-size: max(3.2vw, 12px);
  font-weight: 700;
  line-height: 1.25;
  color: #003C78;
}
@media (750px <= width) {
  .p-timetable .p-schedule__sub {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
}
.p-timetable .p-schedule__list {
  font-size: max(3.4666666667vw, 13px);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media (750px <= width) {
  .p-timetable .p-schedule__list {
    font-size: 0.875rem;
  }
}
.p-timetable .p-schedule__list li::before {
  content: "・";
}
.p-timetable .p-schedule__guests {
  display: flex;
  flex-wrap: wrap;
  gap: max(4.2666666667vw, 16px) max(6.4vw, 24px);
  justify-content: center;
}
.p-timetable .p-schedule__guests li {
  flex-basis: max(32vw, 120px);
}
@media (750px <= width) {
  .p-timetable .p-schedule__guests {
    gap: 1rem;
    margin-top: 3rem;
  }
  .p-timetable .p-schedule__guests li {
    flex-basis: 7.5rem;
  }
}
@media (750px <= width) {
  .p-timetable .p-schedule__guests--left {
    justify-content: flex-start;
  }
}
.p-timetable .p-schedule .c-guest {
  display: flex;
  flex-direction: column;
  gap: max(1.0666666667vw, 4px);
  align-items: center;
}
@media (750px <= width) {
  .p-timetable .p-schedule .c-guest {
    gap: 0.25rem;
  }
}
.p-timetable .p-schedule .c-guest__image {
  order: -1;
}
.p-timetable .p-schedule .c-guest__name {
  font-size: max(3.7333333333vw, 14px);
  line-height: 1.4;
  text-align: center;
}
@media (750px <= width) {
  .p-timetable .p-schedule .c-guest__name {
    font-size: 0.875rem;
  }
}
.p-timetable .p-schedule .c-guest__honorific {
  font-size: max(3.7333333333vw, 14px);
}
@media (750px <= width) {
  .p-timetable .p-schedule .c-guest__honorific {
    font-size: 0.875rem;
  }
}
.p-timetable .p-schedule .c-guest__title {
  margin-top: max(1.0666666667vw, 4px);
  font-size: max(2.6666666667vw, 10px);
  line-height: 1.2;
}
@media (750px <= width) {
  .p-timetable .p-schedule .c-guest__title {
    margin-top: 0.25rem;
    font-size: 0.625rem;
  }
}

.p-map .p-section__inner {
  gap: max(4.2666666667vw, 16px);
}
@media (750px <= width) {
  .p-map .p-section__inner {
    gap: 1.5rem;
  }
}
.p-map__address {
  font-size: max(4.2666666667vw, 16px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (750px <= width) {
  .p-map__address {
    font-size: 1.25rem;
  }
}
.p-map__image {
  position: relative;
  height: max(93.3333333333vw, 350px);
}
.p-map__image figure {
  position: absolute;
  top: 0;
  right: calc(-1 * max(4.2666666667vw, 16px));
  width: auto;
  height: 100%;
  aspect-ratio: 685/700;
}
.p-map__image figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (750px <= width) {
  .p-map__image {
    height: 43.75rem;
  }
  .p-map__image figure {
    right: 0;
  }
}
.p-map__caption {
  margin-top: max(2.1333333333vw, 8px);
  font-size: max(2.6666666667vw, 10px);
  line-height: 1.6;
  text-align: right;
}
@media (750px <= width) {
  .p-map__caption {
    margin-top: 0.5rem;
    font-size: 0.625rem;
  }
}

.p-companies {
  display: flex;
  flex-direction: column;
  gap: max(8.5333333333vw, 32px);
  padding-block: max(14.9333333333vw, 56px);
  margin-inline: auto;
}
@media (750px <= width) {
  .p-companies {
    gap: 3rem;
    padding-block: 3.5rem;
  }
}
.p-companies__buttons {
  margin-top: 0;
}
@media (750px <= width) {
  .p-companies__buttons {
    margin-top: -0.5rem;
  }
}
.p-companies__buttons .c-button {
  min-width: max(70.1333333333vw, 263px);
  padding: max(4.2666666667vw, 16px) 0 max(4.2666666667vw, 16px) max(6.4vw, 24px);
  font-size: max(4.2666666667vw, 16px);
}
@media (750px <= width) {
  .p-companies__buttons .c-button {
    min-width: 16.4375rem;
    padding: 1rem 0 1rem 1.5rem;
    font-size: 1rem;
  }
}

.p-hosts .p-section__inner, .p-partners .p-section__inner {
  width: max(69.8666666667vw, 262px);
}
@media (750px <= width) {
  .p-hosts .p-section__inner, .p-partners .p-section__inner {
    max-width: 542px;
  }
}
.p-hosts .p-section__title::after, .p-partners .p-section__title::after {
  background: #fff;
}
.p-hosts__list, .p-partners__list {
  display: flex;
  flex-direction: column;
  gap: max(4.2666666667vw, 16px);
}
@media (750px <= width) {
  .p-hosts__list, .p-partners__list {
    flex-flow: row wrap;
    gap: 1rem;
    justify-content: center;
  }
}
@media (750px <= width) {
  .p-hosts__item, .p-partners__item {
    flex-basis: calc((100% - 1rem) / 2);
    min-width: 16.4375rem;
  }
}

.p-sponsors .p-section__inner {
  width: max(69.8666666667vw, 262px);
}
@media (750px <= width) {
  .p-sponsors .p-section__inner {
    width: 100%;
  }
}
.p-sponsors .p-section__title::after {
  background: #fff;
}
.p-sponsors .p-section__body {
  display: flex;
  flex-direction: column;
  gap: max(6.4vw, 24px);
}
@media (750px <= width) {
  .p-sponsors .p-section__body {
    gap: 1.5rem;
  }
}
.p-sponsors__list {
  display: flex;
  flex-wrap: wrap;
  gap: max(4.2666666667vw, 16px);
  margin-inline: auto;
}
@media (750px <= width) {
  .p-sponsors__list {
    gap: 1rem;
    justify-content: center;
    max-width: 33.75rem;
  }
}
.p-sponsors__item {
  flex-basis: calc((100% - max(4.2666666667vw, 16px)) / 2);
}
@media (750px <= width) {
  .p-sponsors__item {
    flex-basis: 7.6875rem;
  }
}
.p-sponsors__rank {
  width: fit-content;
  padding: max(2.1333333333vw, 8px);
  margin-inline: auto;
  font-size: max(4.2666666667vw, 16px);
  line-height: 1;
  letter-spacing: 0.05em;
  border: max(0.5333333333vw, 2px) solid currentColor;
}
@media (750px <= width) {
  .p-sponsors__rank {
    padding: 0.5rem;
    font-size: 1rem;
    border-width: 0.125rem;
  }
}
.p-sponsors--diamond .p-sponsors__rank {
  color: #C7A1FF;
}
.p-sponsors--diamond .p-sponsors__item {
  flex-basis: 100%;
}
@media (750px <= width) {
  .p-sponsors--diamond .p-sponsors__item {
    flex-basis: 16.4375rem;
  }
}
.p-sponsors--gold .p-sponsors__rank {
  color: #FFE8A1;
}
.p-sponsors--silver .p-sponsors__rank {
  color: #E9E9E9;
}
.p-sponsors--bronze .p-sponsors__rank {
  color: #FFDCB8;
}

.p-overview__table th {
  width: 7em;
}
@media (750px <= width) {
  .p-overview__table th {
    width: 12em;
  }
}

.p-notice__list {
  font-size: max(3.4666666667vw, 13px);
  line-height: 1.6;
}
@media (750px <= width) {
  .p-notice__list {
    margin-inline: -2.2em;
    font-size: 1rem;
  }
}

@media (width < 750px) {
  .p-contact .c-box {
    padding-bottom: 0;
  }
}

.p-hero2 {
  position: relative;
  overflow: hidden;
}
.p-hero2__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 375/586;
  margin: 0 auto;
}
@media (750px <= width) {
  .p-hero2__inner {
    max-width: 1200px;
    aspect-ratio: 1200/526;
  }
}
.p-hero2__logo, .p-hero2__title, .p-hero2__date, .p-hero2__info, .p-hero2__cta, .p-hero2__tagline, .p-hero2__note {
  position: absolute;
  z-index: 2;
}
@media (width < 750px) {
  .p-hero2__logo, .p-hero2__title, .p-hero2__date, .p-hero2__info, .p-hero2__cta, .p-hero2__tagline, .p-hero2__note {
    right: 0;
    left: 0;
    margin-inline: auto;
  }
}
.p-hero2__logo {
  top: 9.55%;
  width: max(40.2666666667vw, 151px);
}
@media (750px <= width) {
  .p-hero2__logo {
    top: 18.25%;
    right: 11.875rem;
    width: 12.8125rem;
  }
}
@media (750px <= width < 1200px) {
  .p-hero2__logo {
    right: min(15.8333333333vw, 190px);
    width: min(17.0833333333vw, 205px);
  }
}
.p-hero2__tagline {
  color: #fff;
}
@media (width < 750px) {
  .p-hero2__tagline {
    display: none;
  }
}
@media (750px <= width) {
  .p-hero2__tagline {
    top: 25.17%;
    left: 6.25rem;
    font-size: 3.75rem;
    font-weight: 900;
    line-height: 1.2;
  }
}
@media (750px <= width < 1200px) {
  .p-hero2__tagline {
    left: min(8.3333333333vw, 100px);
    width: min(44.5vw, 534px);
    font-size: min(5vw, 60px);
  }
}
.p-hero2__title {
  top: 54.26%;
  width: fit-content;
  font-size: max(5.3333333333vw, 20px);
  line-height: 1.35;
  color: #fff;
  letter-spacing: -0.03em;
}
@media (width < 750px) {
  .p-hero2__title {
    text-align: center;
  }
}
@media (750px <= width) {
  .p-hero2__title {
    top: 57%;
    left: 6.25rem;
    font-size: 1.5rem;
    line-height: 1;
  }
}
@media (750px <= width < 1200px) {
  .p-hero2__title {
    left: min(8.3333333333vw, 100px);
    font-size: min(2vw, 24px);
  }
}
.p-hero2__date {
  bottom: 23.89%;
  width: max(82.9333333333vw, 311px);
}
@media (750px <= width) {
  .p-hero2__date {
    bottom: 23.68%;
    left: 6.25rem;
    width: 17.8125rem;
  }
}
@media (750px <= width < 1200px) {
  .p-hero2__date {
    left: min(8.3333333333vw, 100px);
    width: min(23.75vw, 285px);
  }
}
.p-hero2__info {
  right: 0;
  bottom: 5.46%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: max(4.2666666667vw, 16px);
  margin-inline: max(4.2666666667vw, 16px);
  font-weight: 700;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  border-radius: max(2.1333333333vw, 8px);
}
@media (750px <= width) {
  .p-hero2__info {
    border-radius: 0.5rem;
  }
}
@media (750px <= width) {
  .p-hero2__info {
    bottom: 6%;
    left: 6.25rem;
    flex-direction: row;
    gap: 1rem;
    width: fit-content;
    padding: 1.5rem 1.5rem;
    margin-inline: 0;
  }
}
@media (750px <= width < 1200px) {
  .p-hero2__info {
    left: min(8.3333333333vw, 100px);
    gap: min(1.3333333333vw, 16px);
    padding: min(2vw, 24px) min(2vw, 24px);
  }
}
.p-hero2__schedule {
  font-size: max(6.4vw, 24px);
}
@media (750px <= width) {
  .p-hero2__schedule {
    font-size: 1.25rem;
  }
}
@media (750px <= width < 1200px) {
  .p-hero2__schedule {
    font-size: min(1.6666666667vw, 20px);
  }
}
.p-hero2__days {
  font-size: max(4.2666666667vw, 16px);
}
@media (750px <= width) {
  .p-hero2__days {
    font-size: 0.9375rem;
  }
}
@media (750px <= width < 1200px) {
  .p-hero2__days {
    font-size: min(1.25vw, 15px);
  }
}
.p-hero2__place {
  font-size: max(4vw, 15px);
}
@media (750px <= width) {
  .p-hero2__place {
    font-size: 1.25rem;
  }
}
@media (750px <= width < 1200px) {
  .p-hero2__place {
    font-size: min(1.6666666667vw, 20px);
  }
}
.p-hero2__note {
  color: #fff;
}
@media (width < 750px) {
  .p-hero2__note {
    display: none;
  }
}
@media (750px <= width) {
  .p-hero2__note {
    right: 2.5rem;
    bottom: 5.32%;
    font-size: 0.75rem;
  }
}
@media (750px <= width < 1200px) {
  .p-hero2__note {
    right: min(3.3333333333vw, 40px);
    font-size: min(1vw, 12px);
  }
}
.p-hero2__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-achievements__text {
  font-size: max(4.2666666667vw, 16px);
  line-height: 1.5;
  text-align: center;
}
@media (750px <= width) {
  .p-achievements__text {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.p-achievements__wantList {
  display: flex;
  flex-direction: column;
  gap: max(4.2666666667vw, 16px);
  margin-bottom: max(12.8vw, 48px);
}
.p-achievements__wantList li {
  font-size: max(5.3333333333vw, 20px);
  font-weight: 700;
  line-height: 1.5;
}
.p-achievements__wantList li span {
  border-bottom: max(0.2666666667vw, 1px) solid currentColor;
}
@media (width < 750px) {
  .p-achievements__wantList li {
    position: relative;
    padding-left: max(8vw, 30px);
  }
  .p-achievements__wantList li::before {
    position: absolute;
    top: 0.25em;
    left: 0;
    display: block;
    width: max(5.3333333333vw, 20px);
    aspect-ratio: 1/1;
    content: "";
    background: center/contain no-repeat url("../img/icon-square-gragient.svg");
  }
}
@media (750px <= width) {
  .p-achievements__wantList {
    gap: 1rem;
    align-items: center;
    margin-bottom: 3rem;
  }
  .p-achievements__wantList li {
    font-size: 1.5rem;
  }
  .p-achievements__wantList li span {
    border-width: 0.0625rem;
  }
}
.p-achievements__tagline {
  background: linear-gradient(135deg, #0C2FBA 0%, #D5003F 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: max(8.5333333333vw, 32px);
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.p-achievements__tagline span {
  letter-spacing: -0.07em;
}
@media (750px <= width) {
  .p-achievements__tagline {
    font-size: 2rem;
  }
}
.p-achievements .p-achievementsChart {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
}
.p-achievements .p-achievementsChart__chart {
  width: max(53.3333333333vw, 200px);
}
@media (width < 750px) {
  .p-achievements .p-achievementsChart {
    gap: max(6.4vw, 24px);
  }
  .p-achievements .p-achievementsChart--under50 .p-achievementsChart__text {
    width: max(46.1333333333vw, 173px);
  }
  .p-achievements .p-achievementsChart--company .p-achievementsChart__text {
    width: max(29.6vw, 111px);
  }
}
@media (750px <= width) {
  .p-achievements .p-achievementsChart {
    flex-direction: row;
    justify-content: space-between;
    width: 24.25rem;
  }
  .p-achievements .p-achievementsChart__chart {
    flex-shrink: 0;
    width: 12.5rem;
  }
  .p-achievements .p-achievementsChart__text {
    flex-grow: 1;
  }
  .p-achievements .p-achievementsChart--company .p-achievementsChart__text img {
    display: block;
    width: 6.9375rem;
    margin-inline: auto;
  }
}

.p-theme .c-box2__text {
  font-weight: 700;
}

.p-features__list {
  display: flex;
  flex-flow: row wrap;
  gap: max(2.1333333333vw, 8px);
}
.p-features__list li {
  flex-basis: calc((100% - max(2.1333333333vw, 8px)) / 2);
}
@media (750px <= width) {
  .p-features__list {
    gap: 0.25rem;
  }
  .p-features__list li {
    flex-basis: calc((100% - 0.75rem) / 4);
  }
}
@media (width < 750px) {
  .p-features .c-box2 {
    background: #EDEDED;
  }
}

.p-success__list {
  display: flex;
  flex-direction: column;
  gap: max(4.2666666667vw, 16px);
}
@media (750px <= width) {
  .p-success__list {
    flex-direction: row;
    gap: 0.5rem;
  }
  .p-success__list li {
    flex-basis: calc((100% - 1rem) / 3);
  }
}
.p-success .p-section__title {
  text-align: center;
}
.p-success .c-box2 strong {
  font-weight: 900;
}
.p-success .p-successItem {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: max(0.8vw, 3px);
  background: linear-gradient(135deg, #0C2FBA 0%, #D5003F 100%);
}
@media (750px <= width) {
  .p-success .p-successItem {
    padding-bottom: 0.1875rem;
  }
}
.p-success .p-successItem__count {
  display: flex;
  flex-shrink: 0;
  gap: max(2.1333333333vw, 8px);
  align-items: center;
  justify-content: center;
  width: 100%;
  height: max(12.8vw, 48px);
  font-size: max(4.2666666667vw, 16px);
  font-weight: 900;
  line-height: 1;
  color: #fff;
  background: linear-gradient(135deg, #0C2FBA 0%, #D5003F 100%);
}
@media (750px <= width) {
  .p-success .p-successItem__count {
    gap: 0.5rem;
    height: 3rem;
    font-size: 1rem;
  }
}
.p-success .p-successItem__num {
  font-size: 2em;
}
.p-success .p-successItem__body {
  flex-grow: 1;
  padding-block: max(6.4vw, 24px) max(9.0666666667vw, 34px);
  margin-inline: max(0.8vw, 3px);
  background: #fff;
}
@media (750px <= width) {
  .p-success .p-successItem__body {
    padding-block: 1.5rem 2.125rem;
    margin-inline: 0.1875rem;
  }
}
.p-success .p-successItem__title {
  margin-bottom: max(6.4vw, 24px);
  font-size: max(5.3333333333vw, 20px);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
@media (750px <= width) {
  .p-success .p-successItem__title {
    margin-bottom: 1.5rem;
    font-size: 1.0625rem;
  }
}
.p-success .p-successItem__data {
  display: flex;
  flex-direction: column;
  gap: max(2.6666666667vw, 10px);
  width: fit-content;
  margin-inline: auto;
  font-weight: 900;
}
.p-success .p-successItem__data dt {
  width: 3em;
  font-size: max(5.3333333333vw, 20px);
  color: #2E33C4;
}
.p-success .p-successItem__data dd {
  font-size: max(5.3333333333vw, 20px);
  color: #D5003F;
}
.p-success .p-successItem__data dd span {
  font-size: max(3.7333333333vw, 14px);
}
@media (750px <= width) {
  .p-success .p-successItem__data {
    gap: 0.625rem;
  }
  .p-success .p-successItem__data dt {
    font-size: 1.25rem;
  }
  .p-success .p-successItem__data dd {
    font-size: 1.25rem;
  }
  .p-success .p-successItem__data dd span {
    font-size: 0.875rem;
  }
}
.p-success .p-successItem__dataItem {
  display: flex;
  gap: max(2.6666666667vw, 10px);
}
@media (750px <= width) {
  .p-success .p-successItem__dataItem {
    gap: 0.625rem;
  }
}

.p-lp #ctaArea {
  display: flex;
  flex-direction: column;
}
@media (750px <= width) {
  .p-lp #ctaArea {
    gap: 3rem;
  }
}

/* ==========================================================================
  Project / Exhibitors 20250724
========================================================================== */
.p-exhibitors .p-section__inner {
  gap: max(14.9333333333vw, 56px);
  padding-block: max(14.9333333333vw, 56px);
}
@media (750px <= width) {
  .p-exhibitors .p-section__inner {
    gap: 3rem;
    padding-block: 4rem 0;
  }
}
.p-exhibitors .p-section__title {
  font-size: max(8vw, 30px);
  color: #fff;
}
@media (750px <= width) {
  .p-exhibitors .p-section__title {
    font-size: 1.875rem;
  }
}
.p-exhibitors__list {
  display: flex;
  flex-direction: column;
  gap: max(6.4vw, 24px);
  padding: 0 max(6.4vw, 24px) max(14.9333333333vw, 56px);
}
@media (750px <= width) {
  .p-exhibitors__list {
    gap: 1.5rem;
    padding: 1rem 5rem;
  }
}
.p-exhibitors .c-exhibitor {
  background: #fff;
  overflow: hidden;
  border-radius: max(2.1333333333vw, 8px);
}
@media (750px <= width) {
  .p-exhibitors .c-exhibitor {
    border-radius: 0.5rem;
  }
}
.p-exhibitors .c-exhibitor__header {
  display: flex;
  gap: max(4.2666666667vw, 16px);
  align-items: center;
  justify-content: space-between;
  padding: max(1.6vw, 6px) max(4.2666666667vw, 16px);
  background: #041555;
}
@media (750px <= width) {
  .p-exhibitors .c-exhibitor__header {
    gap: 1.5rem;
    padding: 0.375rem 1.5rem;
  }
}
.p-exhibitors .c-exhibitor__rank {
  font-size: max(3.7333333333vw, 14px);
  line-height: 1.4;
  color: #fff;
}
@media (750px <= width) {
  .p-exhibitors .c-exhibitor__rank {
    font-size: 0.875rem;
  }
}
.p-exhibitors .c-exhibitor__taglist {
  display: flex;
  gap: max(2.1333333333vw, 8px);
}
@media (750px <= width) {
  .p-exhibitors .c-exhibitor__taglist {
    gap: 0.5rem;
  }
}
.p-exhibitors .c-exhibitor__tag {
  display: inline-block;
  padding-inline: max(2.1333333333vw, 8px);
  padding-bottom: 0.125em;
  font-size: max(3.2vw, 12px);
  font-weight: 700;
  line-height: max(5.3333333333vw, 20px);
  color: #041555;
  background: #fff;
  border-radius: max(1.0666666667vw, 4px);
}
@media (750px <= width) {
  .p-exhibitors .c-exhibitor__tag {
    padding-inline: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
    border-radius: 0.25rem;
  }
}
.p-exhibitors .c-exhibitor__body {
  display: flex;
  flex-direction: column;
  gap: max(4.2666666667vw, 16px);
  padding: max(6.4vw, 24px);
}
@media (750px <= width) {
  .p-exhibitors .c-exhibitor__body {
    flex-direction: row;
    gap: 0.75rem;
    padding: 1.5rem;
  }
}
.p-exhibitors .c-exhibitor__logo {
  flex-shrink: 0;
  text-align: center;
}
.p-exhibitors .c-exhibitor__logo img {
  width: max(32vw, 120px);
}
@media (750px <= width) {
  .p-exhibitors .c-exhibitor__logo img {
    width: 7.5rem;
  }
}
.p-exhibitors .c-exhibitor__profile {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: max(2.1333333333vw, 8px);
  color: #041555;
}
@media (750px <= width) {
  .p-exhibitors .c-exhibitor__profile {
    gap: 0.5rem;
    max-width: 25rem;
  }
}
.p-exhibitors .c-exhibitor__name {
  font-size: max(4.2666666667vw, 16px);
  font-weight: 700;
}
@media (750px <= width) {
  .p-exhibitors .c-exhibitor__name {
    font-size: 1rem;
  }
}
.p-exhibitors .c-exhibitor__detail {
  flex: 1;
  font-size: max(3.4666666667vw, 13px);
  font-weight: 400;
  line-height: 1.5;
}
@media (750px <= width) {
  .p-exhibitors .c-exhibitor__detail {
    font-size: 0.8125rem;
  }
}
.p-exhibitors .c-exhibitor__biz {
  display: flex;
  gap: max(2.6666666667vw, 10px);
  align-items: center;
}
@media (750px <= width) {
  .p-exhibitors .c-exhibitor__biz {
    gap: 0.625rem;
  }
}
.p-exhibitors .c-exhibitor__biz dt {
  flex-shrink: 0;
  padding-inline: max(2.1333333333vw, 8px);
  font-size: max(3.2vw, 12px);
  line-height: 1.5;
  color: #fff;
  background: #041555;
}
@media (750px <= width) {
  .p-exhibitors .c-exhibitor__biz dt {
    padding-inline: 0.5rem;
    font-size: 0.75rem;
  }
}
.p-exhibitors .c-exhibitor__biz dd {
  flex: 1;
  font-size: max(3.7333333333vw, 14px);
  line-height: 1.5;
}
@media (750px <= width) {
  .p-exhibitors .c-exhibitor__biz dd {
    font-size: 0.8125rem;
  }
}
.p-exhibitors .c-exhibitor__links {
  display: flex;
  gap: max(6.4vw, 24px);
  justify-content: center;
}
@media (750px <= width) {
  .p-exhibitors .c-exhibitor__links {
    flex-direction: column;
    gap: 0.75rem;
    justify-content: flex-start;
    padding-inline: 0.5rem;
  }
}
.p-exhibitors .c-exhibitor__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: max(14.9333333333vw, 56px);
  aspect-ratio: 1/1;
  background: #041555;
  border-radius: 100vmax;
}
@media (750px <= width) {
  .p-exhibitors .c-exhibitor__link {
    width: 2rem;
  }
}
.p-exhibitors .c-exhibitor__link img {
  filter: invert(89%) sepia(86%) saturate(0%) hue-rotate(257deg) brightness(102%) contrast(101%);
}
.p-exhibitors .c-exhibitor__link--web img {
  width: max(4.8vw, 18px);
}
@media (750px <= width) {
  .p-exhibitors .c-exhibitor__link--web img {
    width: 0.9375rem;
  }
}
.p-exhibitors .c-exhibitor__link--mail img {
  width: max(5.3333333333vw, 20px);
}
@media (750px <= width) {
  .p-exhibitors .c-exhibitor__link--mail img {
    width: 1.0625rem;
  }
}
.p-exhibitors .c-exhibitor__link--phone img {
  width: max(5.3333333333vw, 20px);
}
@media (750px <= width) {
  .p-exhibitors .c-exhibitor__link--phone img {
    width: 1.0625rem;
  }
}
@media (width < 750px) {
  .p-exhibitors .c-exhibitor#send .c-exhibitor__detail {
    flex-basis: max(2.6666666667vw, 10px);
  }
}
@media (750px <= width) {
  .p-exhibitors .c-exhibitor#send .c-exhibitor__detail {
    display: none;
  }
}

/* ==========================================================================
  Project / Exhibition Guide 20250724
========================================================================== */
.p-guide .p-section__inner {
  gap: 0;
}
@media (750px <= width) {
  .p-guide .p-section__inner {
    gap: 3rem;
    padding-top: 4rem;
  }
}
@media (width < 750px) {
  .p-guide .p-section__header {
    display: none;
  }
}
.p-guide .p-section__title {
  font-size: max(8vw, 30px);
  color: #fff;
}
@media (width < 750px) {
  .p-guide .p-section__title {
    margin-bottom: max(14.9333333333vw, 56px);
  }
}
@media (750px <= width) {
  .p-guide .p-section__title {
    font-size: 1.875rem;
  }
}
.p-guide .c-box2__text {
  font-size: max(4.8vw, 18px);
  line-height: 1.7;
}
@media (width < 750px) {
  .p-guide .c-box2__text {
    text-align: left;
  }
}
@media (750px <= width) {
  .p-guide .c-box2__text {
    font-size: 1.25rem;
  }
}
.p-guide__list {
  display: flex;
  flex-direction: column;
  gap: max(27.7333333333vw, 104px);
}
@media (750px <= width) {
  .p-guide__list {
    gap: 5rem;
  }
}
.p-guide__chart {
  margin-inline: calc(-1 * max(6.1333333333vw, 23px)) calc(-1 * max(4.8vw, 18px));
}
@media (750px <= width) {
  .p-guide__chart {
    margin-inline: -3.3125rem -1.125rem;
  }
}
.p-guide__item--sales .c-box2__title {
  letter-spacing: -0.05em;
}
.p-guide__item .c-box2__image:not(.p-guide__chart) {
  aspect-ratio: 520/293;
}
.p-guide__item .c-box2__image:not(.p-guide__chart) img {
  object-fit: cover;
}
@media (width < 750px) {
  .p-guide__item .c-box2__image:not(.p-guide__chart) {
    margin-inline: calc(-1 * max(10.6666666667vw, 40px));
  }
}
@media (width < 750px) {
  .p-guide__details .c-box2__inner {
    padding-bottom: 0;
  }
}
.p-guide .p-regarding__list {
  padding-left: 1em;
  font-size: max(4vw, 15px);
  line-height: 2;
}
.p-guide .p-regarding__list > li {
  text-indent: -1em;
}
.p-guide .p-regarding__list > li::before {
  content: "・";
}
@media (750px <= width) {
  .p-guide .p-regarding__list {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.p-guide .p-regarding .c-buttonList--vertical {
  margin-block: 0;
}