/*
2025年開発者へ
2023年のを流用して開発したため突貫工事になっています、申し訳無い
2024年の開発者より (๑´ڡ`๑)
*/

@charset "UTF-8";
/*
Theme Name: afaf-2025
*/
@font-face {
  font-family: "New Title";
  src: url("font/NewTitle-Variable.ttf") format("opentype");
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("font/ZenKakuGothicNew-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("font/ZenKakuGothicNew-Medium.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("font/ZenKakuGothicNew-Regular.ttf") format("opentype");
  font-weight: 400;
}

:root {
  --main-background-color: #fbfafa;
  --2025-main-red: #e73222;
  --2025-main-gray: #a8a8a8;
  --2025-bg-white: #fffbfb;
  --2025-sub-red: #e60012;
  --2025-sub-yellow: #f3982d;
  --2025-gray_1: #a8a8a8;
  --2025-black: #000000;
  --2025-gray_2: #7e7e7e;
  --2025-gray_3: #e9e9e9;
  --2025-white: #ffffff;
  --2025-gray_red_1: #f5f1f1;
  --2025-partner-blue: #43569f;
  --2025-collaboration-sky: #53c2ca;
}
/* typeface en */
/* 左右余白 */
/* 下余白 */
/* easing number */
/* pc contents max width */
.js-fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 300ms cubic-bezier(0.635, 0, 0.125, 1);
  /* custom */
  transition-timing-function: cubic-bezier(0.635, 0, 0.125, 1);
  /* custom */
  transition-duration: 400ms;
}
.js-fadein[data-view="show"] {
  opacity: 1;
  visibility: visible;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: -webkit-fill-available;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

:root {
  font-size: 10px;
}
@media screen and (min-width: 1600px) {
  :root {
    font-size: 12.5px;
  }
}

body {
  font-family: "acumin-variable", "Zen Kaku Gothic New", "New Title",
    "neue-haas-grotesk-text", "neue-haas-grotesk-display", "Noto Sans CJK JP",
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN W3",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  min-height: 100svh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  max-width: 100%;
}

/* 横スクロール防止のための追加ルール */
.p-front__hero-img > div,
.p-front__hero-img img {
  max-width: 100% !important;
}
body[data-menu="show"],
body[data-modal="show"] {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body main {
  display: block;
  min-height: 90svh;
  padding-top: 0;
  background-color: var(--2025-bg-white);
}
body ul {
  list-style: none;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
body input,
body button,
body textarea,
body select {
  background: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}
body h1,
body h2,
body h3,
body h4 {
  font-weight: normal;
}

.c-area__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 318px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-area__header-image-primary {
  background-image: url("image/bg-c-area-header01.png");
}
.c-area__header-image-primary-with_gradient {
  background-color: var(--2025-main-red);
  background-image: linear-gradient(
      90deg,
      rgba(231, 50, 34, 0) 50%,
      rgba(231, 50, 34, 0.6) 100%
    ),
    url("image/bg-c-area-header-about.png");
}
.c-area__header-image-secondary {
  background-image: url("image/bg-c-area-header02.png");
}

.c-area__header-image-tertiary {
  background-image: url("image/bg-c-area-header03.png");
}

.c-area__header-image-10th-edition {
  background-color: var(--2025-main-red);
  background-image: url("image/bg-c-area-header-10th-edition.png");
}
.p-10th-edition .c-area__header {
  height: 620px;
}
@media screen and (max-width: 848px) {
  .p-10th-edition .c-area__header {
    height: 660px;
  }
}
@media screen and (max-width: 768px) {
  .c-area__header {
    height: calc(160px + 72px);
  }
  .p-about .c-area__header {
    height: calc(160px + 48px + 24px + 72px + 16px);
  }
  .c-area__header-image-primary {
    background-color: var(--2025-main-red);
    background-image: url("image/bg-c-area-header-01-sp.png");
  }
  .c-area__header-image-primary-with_gradient {
    background-image: linear-gradient(
        90deg,
        rgba(231, 50, 34, 0) 50%,
        rgba(231, 50, 34, 0.6) 100%
      ),
      url("image/bg-c-area-header-01-sp.png");
  }
  .c-area__header-image-10th-edition {
    background-color: var(--2025-main-red);
    background-image: url("image/bg-c-area-header-10th-edition-sp.png");
  }
  .p-10th-edition .c-area__header {
    height: 430px;
  }
}
@media screen and (max-width: 706px) {
  .p-10th-edition .c-area__header {
    height: 450px;
  }
}
@media screen and (max-width: 645px) {
  .p-10th-edition .c-area__header {
    height: 480px;
  }
}
@media screen and (max-width: 555px) {
  .p-10th-edition .c-area__header {
    height: 500px;
  }
}
@media screen and (max-width: 520px) {
  .p-10th-edition .c-area__header {
    height: 520px;
  }
}
@media screen and (max-width: 490px) {
  .p-10th-edition .c-area__header {
    height: 540px;
  }
}
@media screen and (max-width: 464px) {
  .p-10th-edition .c-area__header {
    height: 600px;
  }
}
@media screen and (max-width: 436px) {
  .p-10th-edition .c-area__header {
    height: 640px;
  }
}

@media screen and (max-width: 432px) {
  .p-access .c-area__header {
    height: calc(160px + 96px + 24px);
  }
}

.c-area__content {
  padding: 0 64px;
}
.p-10th-edition .c-area__content {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-area__content {
    padding: 0 24px;
  }
}

.p-partners .c-area__content {
  padding: 0 64px 80px 64px;
}
@media screen and (max-width: 960px) {
  .p-partners .c-area__content {
    padding: 0 24px 40px 24px;
  }
  .p-archives .c-area__content {
    padding: 0 64px;
  }
}
@media screen and (max-width: 768px) {
  .p-archives .c-area__content {
    padding: 0 24px;
  }
}
.bg-red {
  background-color: var(--2025-main-red);
}
.bg-white {
  background-color: #ffffff;
}
.bg-content-white {
  background-color: var(--2025-bg-white);
}

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

.md-hidden {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .md-hidden {
    display: block !important;
  }
}

.pc-hidden {
  display: none !important;
}
@media screen and (max-width: 1320px) {
  .pc-hidden {
    display: block !important;
  }
}

.text-gray {
  color: var(--2025-main-gray) !important;
}

.text-white {
  color: #ffffff !important;
}

.c-footer {
  padding: 72px 64px 72px 64px;
  background-color: var(--2025-main-red);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  content-stretch: stretch;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .c-footer {
    padding-top: 48px;
    padding-bottom: 64px;
    padding-right: 24px;
    padding-left: 24px;
  }
}

.c-footer__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}

.c-footer__section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .c-footer__section {
    margin-bottom: 40px;
    align-items: stretch;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.c-footer__section-login {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  text-decoration: none;
}

.menu-login {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px !important;
}
.c-footer__section-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.c-footer__section-link-vip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.c-footer__section-link-vip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 16px;
  padding: 0 24px;
  font-weight: 700;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 24px;
  transition: all 300ms;
}
.c-footer__section-link-vip::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 27px;
  align-items: center;
  justify-content: center;
  background-image: url("image/icon-slash.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.c-footer__section-link-invitation a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 16px;
  padding: 0 24px;
  font-weight: 700;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 24px;
  transition: all 300ms;
}
.c-footer__section-link-vip a:hover {
  background: var(--2025-black);
  color: #fff;
  border: 1px solid var(--2025-black);
}
.c-footer__section-link-invitation a:hover {
  background: var(--2025-sub-yellow);
  color: #fff;
  border: 1px solid var(--2025-sub-yellow);
}
@media screen and (max-width: 768px) {
  .c-footer__section-link-vip a {
    background: var(--2025-black);
    color: #fff;
    border: 1px solid var(--2025-black);
  }
  .c-footer__section-link-invitation a {
    background: var(--2025-sub-yellow);
    color: #fff;
    border: 1px solid var(--2025-sub-yellow);
  }
}
.c-footer__section-login-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #fff;
}
.c-footer__section-login-inner::before {
  display: flex;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("image/icon-vip-02.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
}
.c-footer__section-link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .c-footer__section-link {
    gap: 40px;
  }
}
.c-footer__section-link ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .c-footer__section-link ul {
    gap: 8px;
    margin-bottom: 0;
  }
  .c-footer__section-login-inner {
    gap: 4px;
  }
}
.c-footer__section-link ul li a {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 16px;
  text-decoration: none;
  transition: all 300ms;
  font-weight: 700;
  line-height: 170%;
}
.c-footer__section-link ul li a[target="_blank"]::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  background-image: url("image/icon-arrow-01-white.svg");
  transform: rotate(-45deg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 300ms;
}
.c-footer__section-link ul li a:hover::after {
  background-image: url("image/icon-arrow-01.svg");
  transition: all 300ms;
}
.c-footer__section-link ul li a:hover {
  color: black;
}

.c-footer__mail-area p {
  margin-bottom: 24px;
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 1.7;
  color: white;
}
.c-footer__mail-area a {
  color: white;
  transition: all 300ms;
}
.c-footer__mail-area a:hover {
  color: black;
}
.c-footer__mail-form {
  width: calc(569 / 1280 * 100vw);
  max-width: 569px;
}
@media screen and (max-width: 768px) {
  .c-footer__mail-form {
    width: 100%;
  }
}
.c-footer__mail-form .mc4wp-form-fields {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.c-footer__mail-form .mc4wp-response p {
  font-size: 1.2rem;
  margin-top: 1em;
  font-weight: 600;
}
.c-footer__mail-form-input {
  margin-bottom: 0;
  width: calc(100% - 88px);
  background-color: #f4f4f4;
}
.c-footer__mail-form-input input {
  padding: 16px 24px;
  width: 100%;
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700 !important;
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 1.7;
  border: none;
}
.c-footer__mail-form-input input::placeholder {
  color: var(--2025-main-gray);
}
.c-footer__mail-form-submit input {
  cursor: pointer;
  height: 100%;
  width: 88px;
  font-size: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  background-image: url("image/icon-submit-01.svg");
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 300ms;
  opacity: 1;
}
.c-footer__mail-form-submit input:hover {
  opacity: 0.8;
}
.c-footer__mail h2 {
  margin-bottom: 24px;

  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 600;
  font-size: 20px;
  line-height: 1.3;
  color: #ffffff;
}

.c-footer__links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid white;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-footer__links {
    flex-direction: column;
    gap: 80px;
  }
}
.c-footer__links ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .c-footer__links-link {
    width: 100%;
  }
}
.c-footer__links-link ul {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-footer__links-link ul {
    display: grid;
    height: 54px;
    row-gap: 8px;
    column-gap: 24px;
    flex-shrink: 0;
    align-self: stretch;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.c-footer__links-link a {
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  transition: all 300ms;
}
.c-footer__links-link a:hover {
  color: black;
}
.c-footer__links-social ul {
  gap: 24px;
}
.c-footer__links-social a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 300ms;
}

.c-footer__copyright {
  color: #000000;
  background-color: #ffffff;
  display: flex;
  padding: 40px 64px;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
}

.c-footer__copyright .fotter-assets {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.c-footer__copyright .fotter-assets > div {
  align-items: center;
}
.c-footer__copyright .fotter-assets a img {
  height: 39px;
}
.c-footer__copyright .fotter-assets div img {
  max-height: 80px;
}
@media screen and (max-width: 768px) {
  .c-footer__copyright {
    text-align: left;
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .c-footer__copyright .fotter-assets {
    align-items: start;
  }
}
.c-footer__copyright small {
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  font-size: 12px;
  line-height: 1.6;
  display: inline-block;
  flex-shrink: 0;
}

.c-header {
  position: fixed;
  display: flex;
  top: 0;
  align-items: flex-end;
  width: 100%;
  height: calc(16px + 75px + 16px);
  padding-top: 32px;
  z-index: 100;
  background-color: var(--2025-main-red);
  transition: all 300ms;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
}

@media screen and (min-width: 1321px) {
  .c-header[aria-expanded="true"] .c-nav-global-menu {
    display: none;
  }
  .c-header[aria-expanded="true"] .c-nav-global-sns {
    display: none;
  }
  .c-header[aria-expanded="true"] {
    flex-direction: column;
    align-items: flex-start;
    height: calc(32px + 75px + 80px + 249px + 40px) !important;
  }
  .c-nav-global-menu-pc-expanded-area[aria-hidden="false"] {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 48px 72px 40px 72px;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 1320px) {
  .c-nav-global-menu-pc-expanded-area[aria-hidden="false"] {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .c-header.c-header-hero {
    height: calc(32px + 75px + 32px);
  }
}
@media screen and (max-width: 768px) {
  .c-header {
    height: calc(16px + 24px + 16px);
    align-items: flex-start;
    padding-top: 0;
  }
}

.c-header[aria-expanded="true"] {
  flex-direction: column;
  align-items: flex-start;
}
.c-nav-global-menu-pc-expanded-area[aria-hidden="true"] {
  display: none;
}

/* PC展開エリアのスタイル */
.c-nav-global-menu-pc-expanded-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

/* メインナビゲーション部分 */
.c-nav-global-menu-pc-main {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}

.c-nav-global-menu-pc-left {
  display: flex;
  flex-direction: row;
  gap: 72px;
  align-items: flex-start;
  justify-content: start;
}

.c-nav-global-menu-pc-menu-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
  justify-content: start;
}

.c-nav-global-menu-pc-menu-items a[target="_blank"] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.c-nav-global-menu-pc-menu-items a[target="_blank"]::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("image/icon-arrow-01-white.svg");
  background-size: contain;
  background-position: center;
  transform: rotate(-45deg);
  background-repeat: no-repeat;
  vertical-align: text-top;
  transition: all 300ms;
}
.c-nav-global-menu-pc-menu-items a[target="_blank"]:hover::after {
  background-image: url("image/icon-arrow-01.svg");
  transition: all 300ms;
}

.c-nav-global-menu-pc-item {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.c-nav-global-menu-pc-item:hover {
  color: black;
}

.c-nav-global-menu-pc-item-award {
  display: flex;
  align-items: center;
  gap: 4px;
}

.c-nav-global-menu-pc-item-icon {
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}

.c-nav-global-menu-pc-ticket {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-nav-global-menu-pc-ticket-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 40px;
  border: 1px solid #ffffff;
  border-radius: 32px;
  font-family: "Acumin VF", sans-serif;
  font-style: SemiCondensed Semibold;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.c-nav-global-menu-pc-ticket-button:hover {
  background-color: #ffffff;
  color: var(--2025-main-red);
}

.c-nav-global-menu-pc-actions-wrapper {
  display: flex;
  flex-direction: column;
}

/* ユーザーアクション部分 */
.c-nav-global-menu-pc-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: end;
  justify-content: start;
  margin-bottom: 24px;
}

.c-nav-global-menu-pc-login {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: start;
  padding-left: 4px;
}

.c-nav-global-menu-pc-login::before {
  display: inline-flex;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("image/icon-vip-01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 1px;
}

.c-nav-global-menu-pc-login-icon {
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
}

.c-nav-global-menu-pc-login-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #ffffff;
  white-space: nowrap;
}

.c-nav-global-menu-pc-vip-invi {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: start;
  justify-content: start;
}

.c-nav-global-menu-pc-vip-button,
.c-nav-global-menu-pc-invi-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid #ffffff;
  border-radius: 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.c-nav-global-menu-pc-vip-button:hover {
  background-color: var(--2025-black);
  color: #fff;
  border: 1px solid var(--2025-black);
}
.c-nav-global-menu-pc-invi-button:hover {
  background-color: var(--2025-sub-yellow);
  color: #fff;
  border: 1px solid var(--2025-sub-yellow);
}

.c-nav-global-menu-pc-divider {
  border-right: 1px solid #ffffff;
  height: 28px;
  width: 0px;
  transform: rotate(20deg);
}

/* フッターナビゲーション部分 */
.c-nav-global-menu-pc-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 24px;
  border-top: 1px solid #ffffff;
}

.c-nav-global-menu-pc-footer-links {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: start;
}

.c-nav-global-menu-pc-footer-link {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.c-nav-global-menu-pc-footer-link:hover {
  color: black;
}

.c-nav-global-menu-pc-footer-social {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
}

.c-nav-global-menu-pc-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.c-nav-global-menu-pc-social-icon {
  width: 17px;
  height: 17px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 300ms;
}

.c-nav-global-menu-pc-social-link:hover .c-nav-global-menu-pc-social-icon {
  opacity: 0.7;
}

/* PC展開エリアのスタイルおわり */

.c-header__wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 16px;
  transition: all 300ms;
}
@media screen and (min-width: 769px) {
  .c-header-hero .c-header__wrapper {
    align-items: start;
  }
}
@media screen and (max-width: 768px) {
  .c-header__wrapper {
    align-items: center;
    padding-top: 16px;
  }
}

.c-header__logo {
  display: block;
  width: 240px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-header__logo {
    width: 155px;
    padding-left: 24px;
  }
}
.c-header__logo img {
  width: 155px;
  height: 75px;
}
@media screen and (max-width: 768px) {
  .c-header__logo img {
    width: 155px;
    height: 24px;
  }
}

.c-header__contents {
  display: flex;
  /* align-items: center; */
  justify-content: flex-end;
  margin-right: 72px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-header__contents {
    margin-right: 24px;
    align-items: center;
  }
}

.c-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 3px;
}
@media screen and (max-width: 1320px) {
  .c-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    align-items: flex-start;
    flex-direction: column;
    width: 22%;
    min-width: 400px;
    min-height: 100svh;
    background-color: var(--2025-main-red);
    transition: all 300ms;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-header__nav {
    width: 309px;
    min-width: 0;
  }
}
@media screen and (max-width: 1320px) {
  body[data-menu="show"] .c-header__nav-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100svh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0;
  }
}

@media screen and (max-width: 1320px) {
  .c-header__nav[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
    z-index: 11;
  }
  .c-header__nav {
    height: calc(100svh - 63px + 32px);
    max-height: calc(100svh - 63px + 32px);
    padding-top: calc(63px + 32px);
  }
}
.c-header__nav-wrapper {
  width: 100%;
}
@media screen and (max-width: 1320px) {
  .c-header__nav[aria-hidden="false"] .c-header__nav-wrapper {
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
}
@media screen and (max-width: 1320px) {
  .c-header__nav-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms cubic-bezier(0.635, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.635, 0, 0.125, 1);
    transition-delay: 500ms;
  }
  .c-header__nav-wrapper::-webkit-scrollbar {
    display: none;
  }
  .c-header__nav[aria-hidden="false"] .c-header__nav-wrapper {
    justify-content: space-between;
    overflow-y: scroll;
    padding: 0;
  }
}
@media screen and (min-height: 710px) and (max-width: 1320px) {
  .c-header__nav .c-header__nav-wrapper {
    margin-top: 40px;
  }
}
.c-header__nav-menu {
  display: flex;
  flex-direction: column;
}
.c-header__nav-ticket {
  display: none;
}
@media screen and (max-width: 1320px) {
  .c-header__nav-ticket {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: auto;
    width: 100%;
    min-width: 180px;
  }
}
.c-header__nav-ticket a {
  display: block;
  width: 100%;
  padding: 10px 24px;
  color: #fff;

  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 3px;
  pointer-events: all;
}
.c-header__nav-ticket > span {
  padding-top: 8px;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0.3;
}
.c-header__nav-links {
  display: none;
}
@media screen and (max-width: 1320px) {
  .c-header__nav-links {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    margin-top: 16px;
    padding-top: 16px;
    width: 100%;
    border-top: 1px solid white;
    font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
    color: white;
  }
}
@media screen and (max-height: 683px) and (max-width: 1320px) {
  .c-header__nav-links {
    gap: 8px;
    margin-top: 13px;
    padding-top: 13px;
  }
}
.c-header__nav-links-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-height: 683px) and (max-width: 1320px) {
  .c-header__nav-links-list {
    gap: 4px;
  }
}
.c-header__nav-links-list li {
  line-height: 1;
}
.c-header__nav-links-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-size: 16px;
  line-height: 1.7;
  text-decoration: none;
  color: white;
}
.c-header__nav-links-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1320px) {
  .c-header__nav-links-social {
    margin-bottom: 20px;
  }
}
.c-header__menu-button {
  max-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .c-header__menu-button {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.25rem;
} */

.c-header__ticket {
  position: relative;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .c-header__ticket {
    display: none;
  }
}
.c-header__ticket a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 4px 24px;

  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  background-color: var(--2025-main-red);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: all 300ms;
  pointer-events: all;
}
.c-header-hero .c-header__ticket a {
  color: var(--2025-main-red);
  background-color: white;
}
.c-header__ticket a:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.1);
}
.c-header__ticket > span {
  position: absolute;
  top: 36px;
  left: -25px;
  right: -25px;
  width: auto;

  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
  font-size: 1rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.c-header-hero .c-header__ticket > span {
  color: white;
}
@media screen and (min-width: 1600px) {
  .c-header__ticket > span {
    left: -37px;
    right: -37px;
    width: auto;
  }
}

.bogo-language-switcher .current {
  display: none;
}

.lang-switcher {
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  opacity: 1 !important;
}
.lang-switcher a {
  color: white;
  text-decoration: none;
  transition: all 300ms;
  opacity: 1 !important;
}

.c-header__lang {
  margin-left: 26px;
  display: block;
  width: 33px;
}

.c-nav-global-lang {
  display: block;
}
.c-header__lang ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row-reverse;
  gap: 0px;
  height: 100%;
  width: 100%;
}
.c-header__lang li {
  line-height: 0;
  flex-grow: 1;
}
.c-header__lang li.current {
  display: none;
}

.c-header__lang li.current span {
  background-color: #000;
}
.c-header-hero .c-header__lang li.current span {
  background-color: white;
}
.c-header__lang li.current span:hover {
  background-color: #fff;
}
.c-header-hero .c-header__lang li.current span:hover {
  background-color: var(--2025-main-red);
}
/* .c-header__lang .c-header__lang li.current span {
  background-color: white;
} */
.c-header__lang li.current a {
  color: #fff;
}
.c-header-hero .c-header__lang li.current a {
  color: var(--2025-main-red);
}
.c-header__lang li.current a:hover {
  color: #000;
}
.c-header-hero .c-header__lang li.current a:hover {
  color: white;
}

.c-header__lang span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  min-height: 24px;
  height: 100%;
  line-height: 1;
  transition: all linear 300ms;
  /* border: 1px solid #000; */
  position: relative;
}
/* .c-header-hero .c-header__lang span {
  border-color: white;
} */
.c-header__lang span {
  min-width: 33px;
  min-height: 33px;
}
/* @media screen and (max-width: 768px) {
  .c-header__lang span {
    border: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background-color: transparent;
  }
} */
.c-header__lang a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;

  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 1.3rem;
  line-height: 1;
  text-decoration: none;
  transition: all 300ms;
  background-color: transparent;
}
.c-header-hero .c-header__lang a {
  color: white;
}
.c-header__lang li:not(.current) a:hover {
  color: #fff;
}
/* 言語切り替えのホバー（SP） */
/* .c-header-hero .c-header__lang li:not(.current) a:hover {
  color: var(--2025-main-red);
} */
/* .c-header__lang li:not(.current) span:hover {
  background-color: #000;
} */
/* .c-header-hero .c-header__lang li:not(.current) span:hover {
  background-color: white;
} */

.c-header__button {
  display: block;
  margin-left: 16px;
  width: 40px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1000;
  transition: all 300ms;
}
.c-header__button[aria-expanded="false"] {
  background-image: url("image/icon-menu-white.svg");
}
.c-header__button[aria-expanded="true"] {
  background-image: url("image/icon-menu-close.svg");
}

.c-header__button span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

[data-menu="show"] .c-header__logo,
[data-menu="show"] .c-header__contents,
[data-menu="show"] .c-header__logo[data-fixed="true"] + .c-header__contents {
  z-index: 120;
}
[data-menu="show"] .c-header[data-header="front"] .c-header__logo {
  display: block;
  opacity: 1;
  visibility: visible;
}

.c-heading__primary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
.c-heading__primary-link {
  line-height: 1;
}
.c-heading__primary-link a {
  position: relative;
  padding-bottom: 8px;
  color: #da4b3c;
  text-decoration: none;
  transition: color linear 300ms;
}
.c-heading__primary-link a:hover {
  color: #433f3e;
}
.c-heading__primary-link a:hover::after {
  animation: link-hover 300ms linear both;
}
.c-heading__primary-link a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #da4b3c;
}
.c-heading__primary h1,
.c-heading__primary h2 {
  color: #da4b3c;
}

@keyframes link-hover {
  from {
    width: 0;
    background-color: #da4b3c;
  }
  to {
    width: 100%;
    background-color: #433f3e;
  }
}
.c-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-link[data-link="secondary"] a {
  color: #fff;
}
.c-link[data-link="secondary"] a:hover {
  color: #000;
}
.c-link a {
  display: inline-flex;
  align-items: center;
  gap: 2.5px;
  color: #000;
  text-decoration: none;
  transition: all 300ms;
  padding: 0;
  box-sizing: border-box;
  content-stretch: stretch;
  flex-direction: row;
  justify-content: flex-start;
  height: 100%;
}
.c-link a:hover {
  color: var(--2025-main-red);
}
.c-link a::after {
  display: inline-block;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("image/icon-arrow-01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 16px;
  order: 2;
}

@media screen and (max-width: 768px) {
  .c-link a::after {
    width: 26px;
    height: 26px;
  }
  .c-link a:hover {
    color: #000;
  }
}

.c-link a:hover::after {
  background-image: url("image/icon-arrow-01-red.svg");
  transition: all 300ms;
}

.c-link[data-link="secondary"] a::after {
  background-image: url("image/icon-arrow-01-white.svg") !important;
  transition: all 300ms;
}
.c-link[data-link="secondary"] a:hover::after {
  background-image: url("image/icon-arrow-01.svg") !important;
  transition: all 300ms;
}
@media screen and (max-width: 768px) {
  .c-link a:hover::after {
    background-image: url("image/icon-arrow-01.svg");
  }
}

.c-link a span {
  font-weight: 700;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 18px;
  line-height: 1;
  order: 1;
}

@media screen and (max-width: 768px) {
  .c-link a span {
    font-size: 16px;
  }
}
.c-nav-global {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-sizing: border-box;
  content-stretch: stretch;
}

.c-bav-global-menu-hero {
  position: absolute;
  top: 16px;
  left: 24px;
}

@media screen and (max-width: 1320px) {
  .c-bav-global-menu-hero img {
    width: 100%;
    height: 63px;
  }
}

.c-nav-global-menu-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1320px) {
  .c-nav-global-menu-container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.c-nav-global-menu {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 36px;
  transition: gap 300ms;
  box-sizing: border-box;
  content-stretch: stretch;
}
@media screen and (max-width: 1320px) {
  .c-nav-global-menu {
    gap: 8px !important;
  }
}
@media screen and (max-height: 683px) and (max-width: 1320px) {
  .c-nav-global-menu {
    gap: 4px !important;
  }
}
@media screen and (max-width: 1320px) {
  .c-nav-global-menu {
    align-items: flex-start;
    flex-direction: column;
  }
}

.c-nav-global-menu-ticket-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  border-radius: 32px;
  padding: 0px 24px;
  line-height: 1;
  border: 1px solid white;
  transition: all 300ms;
}
.c-nav-global-menu-ticket-link:hover {
  border-color: black;
  background-color: black;
  transition: all 300ms;
  color: white !important;
}

@media screen and (max-width: 1320px) {
  .c-nav-global-menu-ticket-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 32px;
    padding: 8px 16px;
    font-size: 18px;
    font-weight: 700;
    font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
    background-color: white;
    text-decoration: none;
    color: var(--2025-main-red);
    line-height: 1;
    text-align: center;
    margin-bottom: 24px;
  }
  .c-nav-global-menu-ticket-link:hover {
    border-color: white;
    transition: all 300ms;
  }
}
@media screen and (max-height: 683px) and (max-width: 1320px) {
  .c-nav-global-menu-ticket-link {
    margin-bottom: 10px;
  }
}

.c-nav-global-menu-ticket-and-lang {
  display: flex;
}
@media screen and (max-width: 1320px) {
  .c-nav-global-menu-ticket-and-lang {
    display: none;
  }
}

.c-nav-global-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1320px) {
  .c-nav-global-container {
    display: none;
  }
}
.c-nav-global ul li {
  line-height: 1;
}
.c-nav-global-sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  background-color: white;
  border-radius: 24px;
  padding: 8px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1320px) {
  .c-nav-global-sns {
    display: none;
  }
}
.c-nav-global-menu {
  gap: 26px;
}

.c-nav-global-menu li {
  position: relative;
}
.c-nav-global-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  text-decoration: none;
  transition: color 300ms;
  margin-top: 0;
  box-sizing: border-box;
  content-stretch: stretch;
  white-space: nowrap;
  color: white;
}
.c-header-hero .c-nav-global-menu a {
  color: white;
  white-space: nowrap;
}
.c-nav-global-menu a[target="_blank"]::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  transform: rotate(-45deg);
  background-image: url("image/icon-arrow-01-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 300ms;
}
.c-nav-global-menu a:hover {
  color: black;
}
.c-nav-global-menu a[target="_blank"]:hover::after {
  background-image: url("image/icon-arrow-01.svg");
}
/* .c-nav-global-menu span {
  position: absolute;
  top: 36px;
  left: 0px;
  width: 100%;

  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
  font-size: 1rem;
  line-height: 1;
  color: #000;
  text-align: center;
  opacity: 0.3;
} */

.c-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
.c-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination__arrow {
  line-height: 1;
  font-size: 1rem;
  min-width: 20px;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination__arrow[data-arrow="next"] {
  margin-left: auto;
}
.c-pagination__arrow[data-arrow="prev"] {
  margin-right: auto;
}
.c-pagination__arrow[data-arrow="prev"]:empty {
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  background-image: url("image/icon-arrow-02.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.c-pagination__arrow[data-arrow="prev"] a {
  transform-origin: center;
  transform: rotate(180deg);
}
.c-pagination__arrow a {
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  font-size: 0;
  background-image: url("image/icon-arrow-01.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.c-pagination li {
  list-style: none;
}
.c-pagination li span,
.c-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 6px 16px;
}
.c-pagination li a {
  text-decoration: none;
  color: var(--2025-main-gray);
  transition: all linear 300ms;
}
.c-pagination li a:hover {
  color: #433f3e;
}
.c-pagination li span {
  color: #da4b3c;
}

.c-title {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  color: var(--2025-main-red);
}

.c-title h1 {
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  font-size: 64px;
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  width: fit-content;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-title h1 {
    font-size: 48px;
    margin-bottom: 24px;
  }
}
.c-title__floor {
  display: inline-flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  color: black;
  text-decoration: none;

  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 18px;
  font-style: normal;
  line-height: 1.3;
}
.c-title__floor::after {
  display: inline-block;
  font-size: 0;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "PDF";
  background-image: url("image/icon-pdf-02.svg");
}
@media screen and (max-width: 768px) {
  .p-exhibitors__floor {
    font-size: 12px;
  }
  .p-exhibitors__floor::after {
    width: 14px;
    height: 14px;
  }
}

.p-about__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-about__hero-content,
.p-vip__hero-content {
  display: flex;
  position: relative;
}
.p-about__hero-content-text {
  z-index: 1;
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  width: 100%;
  position: absolute;
  bottom: 40px;
}
.p-vip__hero-content-text {
  z-index: 1;
  text-align: right;
  color: var(--2025-white, #fff);
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  width: 100%;
  position: absolute;
  bottom: 40px;
}
@media screen and (max-width: 960px) {
  .p-vip__hero-content-text {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-about__hero-content {
    flex-direction: column;
    gap: 0;
  }
  .p-about__hero-content-text {
    z-index: 1;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
  }
  .p-about__hero-content-text p:last-child {
    margin-bottom: 16px;
  }
}
.p-about__content h2 {
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 16px;
}
.p-about__content h2 span {
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-about__content h2 span {
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 1.3;
  }
}

.p-about__section {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.p-about__section h3 {
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: var(--2025-main-red);
  min-width: 160px;
  padding-bottom: 8px;
  position: relative;
}
.p-about__section h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: var(--2025-main-red);
  transition: width 2s ease, opacity 2s ease;
  opacity: 0;
}

.p-about__section h3.animate-line::after {
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-about__section h3 {
    font-size: 28px;
  }
  .p-about__section div {
    display: flex;
    flex-direction: column;
  }
}

.p-about__greeting p {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-about__greeting p {
    font-weight: 700;
    font-size: 14px;
  }
}
.p-about__greeting p[data-greeting="end"] {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  text-align: right;
  margin-bottom: 24px;
}

.p-about__overview {
  width: 100%;
}
.p-about__overview dl,
.p-about__overview dl div {
  width: 100%;
}
.p-about__overview dl div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid var(--2025-main-gray);
}
.p-about__overview dl div:first-child {
  padding-top: 0;
}
.p-about__overview dt {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  flex: 0 0 auto;
  min-width: 200px;
  margin-right: 40px;
}
.p-about__overview dd {
  flex-grow: 1;
}
.p-about__overview dd p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .p-about__overview dl div {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .p-about__overview dt {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    width: 100%;
  }
  .p-about__overview dt br {
    display: none;
  }
  .p-about__overview dd p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
  }
}
.p-about__overview dd p em {
  padding-top: 8px;

  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
  font-style: normal;
  color: var(--2025-main-gray_2);
}
.p-about__overview dd p + p a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
}
.p-about__overview dd h4 {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 8px;
}
.p-about__overview dd a {
  color: var(--2025-main-red);
  transition: color 300ms;
}
.p-about__overview dd a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.p-about__overview dd a[target="_blank"]::after {
  display: inline-block;
  content: "";
  margin: 4px 0 0 4px;
  width: 10px;
  height: 10px;
  vertical-align: top;
  background-image: url("image/icon-arrow-01-red.svg");
  transform: rotate(-45deg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.p-access__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.p-access__section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 24px;
}

.p-access__title {
  width: 100%;
  padding-bottom: 8px;
  position: relative;
}
.p-access__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: var(--2025-main-red);
  transition: width 2s ease, opacity 2s ease;
  opacity: 0;
}
.p-access__title.animate-line::after {
  width: 100%;
  opacity: 1;
}
.p-access__section h2 {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-weight: 700;
  font-size: 32px;
  font-style: normal;
  line-height: 120%;
  width: 216px;
  color: var(--2025-main-red);
}
@media screen and (max-width: 768px) {
  .p-access__section h2 {
    font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
    width: 100%;
    font-size: 28px;
    line-height: 130%;
  }
}

.p-access__content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
  margin-left: 288px;
}
.p-access__content_venue {
  gap: 8px;
}

.p-access__content_ticket {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700 !important;
  font-weight: 700 !important;
  line-height: 1.7 !important;
}
.p-access__content_ticket-text div {
  font-weight: 400 !important;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400 !important;
}
.p-access__content_ticket-link-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: end;
}
.p-access__content_ticket-link {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-weight: 700;
  line-height: 1.7;
  font-size: 16px;
  border-radius: 60px;
  border: 1px solid black;
}
@media screen and (max-width: 768px) {
  .p-access__content_ticket-link {
    font-size: 14px;
  }
}
.p-access__content_ticket-link a {
  text-decoration: none !important;
  color: black !important;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 4px 16px 4px 24px;
  transition: all 300ms;
}

.p-access__content_ticket-link a::after {
  display: inline-block;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("image/icon-arrow-01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 300ms;
}

@media screen and (max-width: 768px) {
  .p-access__content_ticket-link a::after {
    width: 26px;
    height: 26px;
  }
}

.p-access__content_ticket-link:hover {
  background-color: var(--2025-main-red);
  border-color: var(--2025-main-red);
  transition: all 300ms;
}
.p-access__content_ticket-link a:hover {
  color: white !important;
  transition: all 300ms;
}
.p-access__content_ticket-link a:hover::after {
  background-image: url("image/icon-arrow-01-white.svg");
  transition: all 300ms;
}

@media screen and (max-width: 768px) {
  .p-access__content {
    margin-left: 0;
  }
}

.p-access__content_access-method {
  gap: 8px;
}
.p-access__content > div {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}
.p-access__content .p-access__content_ticket-text {
  gap: 0px;
}
.p-access__content > div > span {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 16px;
  line-height: 1.7;
}
.asterisk-gray {
  color: var(--2025-main-gray);
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.8;
}
.p-access__content > iframe {
  width: 100%;
  aspect-ratio: 4 / 3;
}
.p-access__content > h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 8px;
}
.p-access__content > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}
.p-access__content > p:not(:last-of-type) {
  margin-bottom: 32px;
}
.p-access__content > p > span {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 16px;
  line-height: 1.7;
}
.p-access__content a {
  color: var(--2025-main-red);
}
.p-access__content h2 {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .p-access__content h2 {
    margin-bottom: 40px;
  }
}
.p-access__content h3 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}
.p-access__pdf {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  color: black !important;
  text-decoration: none;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 40px;
}
.p-access__pdf::after {
  display: inline-block;
  font-size: 0;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "PDF";
  background-image: url("image/icon-pdf-02.svg");
}
.p-access__file {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  color: black !important;
  text-decoration: none;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
}
.p-access__file::after {
  display: inline-block;
  font-size: 0;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "PDF";
  background-image: url("image/icon-download.svg");
}

.p-access__iframe > iframe {
  width: 100%;
  height: 440px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-access__iframe > iframe {
    height: 220px;
    margin-bottom: 0;
  }
}

.p-archives__vr {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  max-width: 757px;
  margin: 0 auto;
}
.p-archives__vr-item {
  width: 100%;
}
.p-archives__vr-item a {
  margin-top: 8px;
  display: block;
  color: var(--2025-main-red);

  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 1.3rem;
  line-height: 1;
  text-decoration: none;
  transition: color 300ms;
}
.p-archives__vr-item a::before {
  display: inline-block;
  margin-right: 8px;
  font-size: 0;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  background-image: url("image/icon-full-screen.svg");
}
.p-archives__vr-item a:hover {
  color: #000;
}
.p-archives__vr-iframe {
  position: relative;
  max-width: 366px;
  margin: 0 auto;
  padding-bottom: 58.7%;
}
.p-archives__vr-iframe iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-archives__vr h3 {
  margin-bottom: 16px;

  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
}
.p-archives__vr ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-archives__vr ul {
    flex-direction: column;
    gap: 24px;
  }
}

.p-benefits__wrapper {
  margin-top: 248px;
  padding: 40px 0 228px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-benefits__wrapper {
    margin-bottom: 40px;
    padding-top: 24px;
    flex-direction: column;
  }
}
.p-benefits__wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  transition-duration: 1000ms;
}
.p-benefits__wrapper[data-view="show"]::before {
  width: 100%;
}
.p-benefits__wrapper[data-benefits="vip"] {
  margin-top: 160px;
  padding: 40px 0 127px;
}
.p-benefits__heading {
  flex: 0 0 auto;
  max-width: 379px;
  width: calc(379 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  .p-benefits__heading {
    width: 100%;
  }
}
.p-benefits__heading h1 {
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-benefits__heading h1 {
    margin-bottom: 40px;
  }
}
.p-benefits__heading h1 span {
  display: block;
  margin-top: 8px;

  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
.p-benefits__content {
  width: 100%;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--2025-main-gray);
}
.p-benefits__content h2 {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.3;
  margin-bottom: 32px;
}
.p-benefits__content p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7;
}
.p-benefits__content p + p {
  margin-top: 8px;
}
.p-benefits__content p + h2 {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid var(--2025-main-gray);
}
.p-benefits__content p bold {
  font-size: 16px;
}
.p-benefits__content p a {
  color: var(--2025-main-red);
}
.p-benefits__content p a:hover {
  text-decoration: none;
}

.p-contact__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-contact__wrapper {
    margin: 0 auto 0;
    padding: 24px 0 0;
    flex-direction: column;
  }
}
.p-contact__wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  transition-duration: 1000ms;
}
.p-contact__wrapper[data-view="show"]::before {
  width: 100%;
}
.p-contact__wrapper h2 {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-contact__wrapper h2 {
    font-size: 28px;
    margin-bottom: 40px;
    width: 100%;
    padding-right: 0;
  }
}

.p-contact__content {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
}
.p-contact__content > dl > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .p-contact__content > dl > div {
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__content > dl {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

.p-contact__content dl dt {
  width: 284px;
  font-size: 20px;
  min-width: 140px;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-weight: 600;
  width: 100%;
  padding-bottom: 8px;
  line-height: 1;
  border-bottom: 1px solid var(--2025-main-gray);
}
.p-contact__content dl dd p {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-contact__content dl dt {
    width: 100%;
    margin-right: 0;
    min-width: 114px;
  }
}
.p-contact__content dl dd {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-grow: 1;
  padding-left: 288px;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-contact__content dl dd {
    padding-left: 0;
  }
}
.p-contact__content dl dd span::after {
  display: inline-block;
  content: "：";
}

@media screen and (max-width: 768px) {
  .p-exhibitors {
    overflow-x: hidden;
  }
}

.p-exhibitors__section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.p-exhibitors__section-heading {
  flex: 0 0 auto;
  width: 100%;
}
.p-exhibitors__section-heading h2 {
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.2;
}
.p-exhibitors__section-content {
  width: 100%;
}
.p-exhibitors__section-description {
  margin-top: 16px;

  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
}
.p-exhibitors__section-tab {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 2rem;
  border-bottom: 1px solid var(--2025-main-red);
  overflow-x: auto;
}
.p-exhibitors__section-tab::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-exhibitors__section-tab {
    gap: 1.2rem;
  }
}
.p-exhibitors__section-tab button {
  cursor: pointer;
  font-size: 24px;
  font-family: "acumin-variable", "Zen Kaku Gothic New", "New Title",
    "neue-haas-grotesk-text", "neue-haas-grotesk-display", "Noto Sans CJK JP",
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN W3",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Sans-serif !important;
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700 !important;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: var(--2025-main-gray);
  background-color: transparent;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .p-exhibitors__section-tab button {
    font-size: 20px;
    min-width: 0;
    white-space: nowrap;
  }
}
.p-exhibitors__section-tab button:hover {
  color: var(--2025-main-red);
}
.p-exhibitors__section-tab button[aria-selected="true"] {
  color: var(--2025-main-red);
  border-bottom: 3px solid var(--2025-main-red);
}
.p-exhibitors__section-tabpanel {
  height: 100%;
  overflow-y: hidden;
}
.p-exhibitors__section-tabpanel-item[aria-hidden="true"],
.p-exhibitors__section-tabpanel-all[aria-hidden="true"] {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  opacity: 0;
  display: none;
  z-index: -1;
}
.p-exhibitors__section-tabpanel-item[aria-hidden="false"],
.p-exhibitors__section-tabpanel-all[aria-hidden="false"] {
  position: relative;
  opacity: 1;
  display: block;
  z-index: 1;
  height: 100%;
}
.p-exhibitors__taxonomy-desc {
  margin-top: 24px;
}
.p-exhibitors__taxonomy-desc.has-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.p-exhibitors__taxonomy-desc .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(57, 57, 57, 0.7);
  z-index: 1;
  pointer-events: none;
}

.p-exhibitors__taxonomy-desc-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  padding: 40px;
  max-width: 680px;
  position: relative;
  z-index: 2;
}
.p-exhibitors__taxonomy-desc-text h3 {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
  .p-exhibitors__taxonomy-desc-text {
    font-size: 12px;
    padding: 16px;
  }
  .p-exhibitors__taxonomy-desc-text h3 {
    font-size: 16px;
  }
}

.p-exhibitors__taxonomy {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px 24px;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .p-exhibitors__taxonomy {
    gap: 24px 0;
  }
}
.p-exhibitors__taxonomy-item {
  width: calc(33% - 16px);
}
@media screen and (max-width: 960px) {
  .p-exhibitors__taxonomy-item {
    padding-right: 16px;
    width: 50%;
  }
}
.p-exhibitors__taxonomy-item-location {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--2025-main-gray_2);
}
@media screen and (max-width: 768px) {
  .p-exhibitors__taxonomy-item-location {
    font-size: 1.2rem;
  }
}
.p-exhibitors__taxonomy-item a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  color: #000;
  text-decoration: none;
}
.p-exhibitors__taxonomy-item a:hover h3 {
  color: var(--2025-main-red);
}
.p-exhibitors__taxonomy-item h3 {
  width: 100%;
  color: #000;

  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  flex: 0 0 auto;
  transition: color 300ms;
}
.p-exhibitors__taxonomy-item h3[lang="en"] {
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-exhibitors__taxonomy-item h3 {
    font-size: 14px;
  }
}
.p-exhibitors__taxonomy-item dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: auto;
}
.p-exhibitors__taxonomy-item dt,
.p-exhibitors__taxonomy-item dd {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #000;
}
.p-exhibitors__taxonomy-item dt::after {
  display: inline-block;
  content: ":";
  margin: 0 3px;
}

.p-exhibitors__detail {
  padding-top: 229px;
  padding-bottom: 161px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-exhibitors__detail {
    padding-top: 130px;
    padding-bottom: 40px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.c-area__content-back {
  line-height: 1;
}
.c-area__content-back a {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 300ms;
}
.c-area__content-back a:hover {
  color: var(--2025-main-red);
}
.c-area__content-back a::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  transform-origin: center;
  transform: rotate(180deg);
  background-image: url("image/icon-arrow-01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-exhibitors__detail-meta {
  font-size: 2rem;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
  line-height: 1;
  font-weight: 500;
  text-align: left;
}
.p-exhibitors__detail-meta th {
  font-weight: 500;
  width: 7rem;
}
.p-exhibitors__detail-header {
  padding-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-exhibitors__detail-header {
    flex-direction: column;
    gap: 16px;
  }
}

.p-exhibitors__detail-header-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 217px;
  width: 100%;
}

.p-exhibitors__detail-header h1 {
  font-size: 48px;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  line-height: 1;
  font-weight: 700;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .p-exhibitors__detail-header h1 {
    font-size: 4rem;
  }
}
.p-exhibitors__detail-header h1[lang="en"] {
  font-size: 48px;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-exhibitors__detail-header h1[lang="en"] {
    font-size: 4rem;
  }
}
.p-exhibitors__detail-header span {
  color: var(--2025-black);
  /* JP/Body/xsmall-12 */
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}
.p-exhibitors__detail-header-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-exhibitors__detail-section {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}

.p-exhibitors__detail-section dt {
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  color: var(--2025-gray_2);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 12px */
  text-transform: uppercase;
}

.p-exhibitors__detail-section dd {
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 600;
  color: var(--2025-black, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 14px */
  position: relative;
  margin-bottom: 16px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-exhibitors__detail-section div {
    align-items: center;
  }
  .p-exhibitors__detail-section dd {
    margin-bottom: 4px;
  }
}
.p-exhibitors__detail-section div:last-of-type dd {
  margin-bottom: 0;
}
.p-exhibitors__detail-section div:first-of-type dd::before {
  display: inline-block;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--2025-sub-yellow);
  border-radius: 50%;
}

/* セクションごとの色設定 */
.p-exhibitors__detail-section
  div:first-of-type
  dd.detail-section-gallery::before {
  background-color: var(--2025-main-red);
}

.p-exhibitors__detail-section
  div:first-of-type
  dd.detail-section-special::before {
  background-color: var(--2025-sub-yellow);
}

.p-exhibitors__detail-section
  div:first-of-type
  dd.detail-section-partners::before {
  background-color: var(--2025-partner-blue);
}

.p-exhibitors__detail-section
  div:first-of-type
  dd.detail-section-collaboration::before {
  background-color: var(--2025-collaboration-sky);
}

.p-exhibitors__detail-section div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-exhibitors__detail-section div {
    flex-direction: row;
    gap: 0;
  }
  .p-exhibitors__detail-section dt {
    width: 56px;
  }
  .p-exhibitors__detail-section div:last-of-type dd {
    margin-left: 10px;
  }
}

.p-exhibitors__detail-main-wrapper {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--2025-main-gray);
  border-radius: 16px;
  padding: 24px;
}

.p-exhibitors__detail-main-title {
  margin-bottom: 24px;
}

.p-exhibitors__detail-main-title h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  color: var(--2025-black);
}

.p-exhibitors__detail-main {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-exhibitors__detail-border {
  border-bottom: 1px solid var(--2025-main-gray);
  margin-bottom: 16px;
}
.p-exhibitors__detail-main > :last-child {
  border-bottom: none;
}
.p-exhibitors__detail-main > div {
  padding: 0 0 16px;
}

.p-exhibitors__detail-information-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  align-items: flex-start;
}
.p-exhibitors__detail-information-wrapper > div:first-child {
  flex: 1;
}
@media screen and (max-width: 1100px) {
  .p-exhibitors__detail-information-wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .p-exhibitors__detail-information-wrapper > div:first-child {
    flex: none;
  }
  .p-exhibitors__detail-thumbnail {
    width: 100%;
    max-width: none;
  }
}
.p-exhibitors__detail-article {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
}

.p-exhibitors__detail-thumbnail img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
  max-width: 209px;
}
@media screen and (max-width: 1100px) {
  .p-exhibitors__detail-thumbnail img {
    max-width: 100%;
  }
}

.p-exhibitors__detail-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-exhibitors__detail-content {
    font-size: 14px;
  }
  .p-exhibitors__detail-thumbnail {
    max-width: unset;
  }
}

.p-exhibitors__detail-information {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-exhibitors__detail-information {
    margin-bottom: 0;
  }
}
.p-exhibitors__detail-information > tbody {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
}
.p-exhibitors__detail-information tr {
  text-align: left;
  vertical-align: top;
}
.p-exhibitors__detail-information tr:not(:last-child) {
  border-bottom: none;
}
.p-exhibitors__detail-information th {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 14px;
  font-weight: 600;
  width: 100px;
  vertical-align: top;
  color: var(--2025-black);
  padding-bottom: 8px;
}
.p-exhibitors__detail-information td {
  padding-bottom: 8px;
  color: var(--2025-black);
}
.p-exhibitors__detail-information-tel td {
  color: var(--2025-main-red);
}
.p-exhibitors__detail-information a {
  color: var(--2025-main-red);
  transition: all 300ms;
  text-decoration: none;
}
.p-exhibitors__detail-information a:hover {
  color: var(--2025-main-gray_2);
}
.p-exhibitors__detail-information-website {
  display: flex;
  flex-direction: column;
  width: 100%;
  word-break: break-all;
}
.p-exhibitors__detail-sns > ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}

.p-exhibitors__detail-sns > ul > li {
  list-style: none;
}

.p-exhibitors__detail-sns > ul > li > a {
  display: inline-flex;
  padding: 2px 8px 6px 8px;
  gap: 4px;
  border-radius: 56px;
  border: 1px solid var(--2025-black);
  text-decoration: none;
  transition: all 300ms;
}

.p-exhibitors__detail-sns > ul > li > a:hover {
  background-color: var(--2025-gray_3);
  border-color: var(--2025-gray_2);
}
@media screen and (max-width: 768px) {
  .p-exhibitors__detail-sns > ul > li > a:hover {
    background-color: unset;
    border-color: unset;
  }
}

.p-exhibitors__detail-sns > ul > li > a > img {
  width: 12.836px;
  height: 13.118px;
  flex-shrink: 0;
  margin-top: 4px;
}

.p-exhibitors__detail-header .p-exhibitors__detail-sns > ul > li > a > span {
  color: var(--2025-grey_3, #4a4848);
  font-variation-settings: "slnt" 0, "wdth" 70, "wght" 500;
  font-family: unset;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .p-exhibitors__detail-sns-wrapper {
    display: none;
  }
}

.p-exhibitors__detail-curation {
  position: relative;
  padding: 32px 16px;
  margin-top: 40px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .p-exhibitors__detail-curation {
    padding: 32px 0;
    gap: 16px;
  }
}
.p-exhibitors__detail-sns-wrapper-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-exhibitors__detail-sns-wrapper-sp {
    display: block;
  }
  .p-exhibitors__detail-sns-wrapper-sp ul {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
}
.p-exhibitors__detail-curation h2 {
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 22px;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  top: -11px;
  left: 0;
  background-color: white;
  padding-right: 26px;
}
.p-exhibitors__detail-curation img {
  max-width: 150px;
  object-fit: contain;
}
.p-exhibitors__detail-curator {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}
.p-exhibitors__detail-curator p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}
.p-exhibitors__detail-curator-name {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.p-exhibitors__detail-relationship {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 40px;
}

.p-exhibitors__detail-relationship h2 {
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 22px;
  font-style: normal;
  line-height: 1.3;
  text-transform: uppercase;
}
.p-exhibitors__detail-artists > div {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 24px;
}
.p-exhibitors__detail-artists-name {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  /* padding: 0 16px;
  border-right: 1px solid var(--2025-main-gray); */
}
.p-exhibitors__detail-artists-name::after {
  content: "|";
  color: var(--2025-main-gray);
}
.p-exhibitors__detail-artists-name:last-child::after {
  content: "";
}
.p-exhibitors__detail-artists-name:first-child {
  padding-left: 0;
}
.p-exhibitors__detail-artists-name:last-child {
  padding-right: 0;
  border: none;
}

.p-exhibitors__detail-artworks > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 24px;
}

.p-exhibitors__detail-artworks .p-artworks__item {
  width: calc(100% / 3 - 32px * 2 / 3);
}

@media screen and (max-width: 960px) {
  .p-exhibitors__detail-artworks > div {
    gap: 18px;
  }
  .p-exhibitors__detail-artworks .p-artworks__item {
    width: calc(100% / 2 - 18px / 2);
  }
}
.p-exhibitors__detail-artworks-header {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.p-exhibitors__detail-artworks-header > a {
  display: flex;
  padding: 8px 16px 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 56px;
  border: 1px solid var(--2025-black);
  color: var(--2025-black, #000);
  text-align: right;
  text-decoration: none;
  transition: all 300ms;
  cursor: pointer;

  /* JP/Body/xsmall-12bold */
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
}
.p-exhibitors__detail-artworks-header > a::after {
  display: inline-block;
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background-image: url("image/icon-arrow-06.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-exhibitors__detail-artworks-header > a:hover {
  background-color: var(--2025-main-red);
  color: var(--2025-white);
  transition: all 300ms;
  border: 1px solid var(--2025-main-red);
}
.p-exhibitors__detail-artworks-header > a:hover::after {
  background-image: url("image/icon-arrow-01-white.svg");
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .p-exhibitors__map {
    padding-bottom: 17px;
  }
}
.p-exhibitors__map-image {
  margin-bottom: 40px;
}
.p-exhibitors__map-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.p-exhibitors__map-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #000;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.635, 0, 0.125, 1);
  /* custom */
  transition-timing-function: cubic-bezier(0.635, 0, 0.125, 1);
  /* custom */
}
.p-exhibitors__map-link a:hover {
  color: #da4b3c;
}
.p-exhibitors__map-link a::after {
  display: inline-block;
  content: "";
  flex: 0 0 auto;
  width: 66px;
  height: 66px;
  background-image: url("image/icon-arrow-04.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-exhibitors__detail-time-table {
  margin-top: 72px;
}
.p-exhibitors__detail-time-table-title {
  color: var(--2025-main-red, #e73222);

  /* EN/Title/large-32 {90　700} */
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  padding-bottom: 16px;
  border-bottom: 1px solid var(--2025-main-red, #e73222);
}
.p-exhibitors__detail-time-table-day {
  display: flex;
  flex-direction: row;
  gap: 44px;
  margin-top: 24px;
}
.p-exhibitors__detail-time-table-day-header {
  display: flex;
  width: 144px;
  min-width: 144px;
  align-items: baseline;
  gap: 4px;
}
.p-exhibitors__detail-time-table-date {
  color: var(--2025-main-red, #e73222);

  /* EN/Title/large-32 {90　700} */
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4p */
}
.p-exhibitors__detail-time-table-day-label {
  color: var(--2025-main-red, #e73222);

  /* EN/Title/small-20 {90　600} */
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 600;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
}
.p-exhibitors__detail-time-table-event {
  border-bottom: 1px solid var(--2025-gray_1, #a8a8a8);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.p-exhibitors__detail-time-table-time-location {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 8px;
}
.p-exhibitors__detail-time-table-time {
  color: var(--2025-black, #000);

  /* EN/Body/small-14bold {90　700} */
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 23.8px */
}
.p-exhibitors__detail-time-table-location {
  color: var(--2025-grey_2, #7e7e7e);

  /* EN/Body/small-14bold {90　700} */
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 23.8px */
}
.p-exhibitors__detail-time-table-content-title {
  color: var(--2025-black, #000);

  /* JP/Body/medium-16bold */
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}
.p-exhibitors__detail-time-table-artist {
  color: var(--2025-black, #000);

  /* JP/Body/xsmall-12bold */
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
  margin-bottom: 4px;
}
.p-exhibitors__detail-time-table-event-description {
  color: var(--2025-black, #000);

  /* JP/Body/xsmall-12 */
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}
@media screen and (max-width: 768px) {
  .p-exhibitors__detail-time-table-day {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
  }
  .p-exhibitors__detail-time-table-day-header {
    display: flex;
    width: 144px;
    min-width: 144px;
    align-items: baseline;
    gap: 4px;
  }
  .p-exhibitors__detail-time-table-date {
    color: var(--2025-main-red, #e73222);

    /* EN/Title/large-32 {90　700} */
    font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4p */
  }
  .p-exhibitors__detail-time-table-day-label {
    color: var(--2025-main-red, #e73222);

    /* EN/Title/small-20 {90　600} */
    font-variation-settings: "slnt" 0, "wdth" 90, "wght" 600;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
  }
  .p-exhibitors__detail-time-table-event {
    border-bottom: 1px solid var(--2025-gray_1, #a8a8a8);
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .p-exhibitors__detail-time-table-time-location {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 8px;
  }
  .p-exhibitors__detail-time-table-time {
    color: var(--2025-black, #000);

    /* EN/Body/small-14bold {90　700} */
    font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 23.8px */
  }
  .p-exhibitors__detail-time-table-location {
    color: var(--2025-grey_2, #7e7e7e);

    /* EN/Body/small-14bold {90　700} */
    font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 23.8px */
  }
  .p-exhibitors__detail-time-table-content-title {
    color: var(--2025-black, #000);

    /* JP/Body/medium-16bold */
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
  }
  .p-exhibitors__detail-time-table-artist {
    color: var(--2025-black, #000);

    /* JP/Body/xsmall-12bold */
    font-family: "Zen Kaku Gothic New";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 19.2px */
    margin-bottom: 4px;
  }
  .p-exhibitors__detail-time-table-event-description {
    color: var(--2025-black, #000);

    /* JP/Body/xsmall-12 */
    font-family: "Zen Kaku Gothic New";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 19.2px */
  }
}

.p-exhibitors__detail-time-table-event-map-area-wrapper {
  display: flex;
  flex-direction: column;
}
.p-exhibitors__detail-time-table-event-map-button-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}
.p-exhibitors__detail-time-table-event-map-area-button {
  display: flex;
  cursor: pointer;
}

/* MAP開閉機能のスタイル */

.p-exhibitors__detail-time-table-event-map-area-button {
  background: var(--2025-main-red);
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.p-exhibitors__detail-time-table-event-map-area-button:hover {
  opacity: 0.8;
}

.p-exhibitors__detail-time-table-event-map-area-button.active {
  background: #666;
}

.map-button-icon {
  transition: transform 0.3s ease;
  font-size: 16px;
  font-weight: bold;
}

.p-exhibitors__detail-time-table-event-map-area-button.active .map-button-icon {
  transform: rotate(45deg);
}

.p-exhibitors__detail-time-table-event-map-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin-top: 0;
}

.p-exhibitors__detail-time-table-event-map-content.active {
  height: 100%;
  max-height: 600px;
  margin-top: 12px;
}

.map-image-wrapper {
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.map-image {
  width: 100%;
  height: auto;
  display: block;
}

.map-download-wrapper {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
.map-download-wrapper-inner {
  color: var(--2025-black);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: underline;
  text-decoration-color: var(--2025-black);
  cursor: pointer;
  transition: all 300ms;
}
.map-download-wrapper-inner:hover {
  color: var(--2025-main-red);
  transition: all 300ms;
  text-decoration-color: var(--2025-main-red);
}

.map-download-wrapper-inner::after {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("image/icon-download.svg");
  transition: all 300ms;
}
.map-download-wrapper-inner:hover::after {
  background-image: url("image/icon-download-red.svg");
  transition: all 300ms;
}

/* .p-front {
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  .p-front {
    padding-top: 80px;
  }
} */

.p-exhibitors__infinity {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 72px;
}
.p-exhibitors__infinity-item {
  display: flex;
  gap: 44px;
}
.p-exhibitors__infinity-item-gallery-name {
  color: var(--2025-main-red, #e73222);

  /* EN/Title/large-32 {90　700} */
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  width: 144px;
  flex-shrink: 0;
  word-break: break-word;
}
.p-exhibitors__infinity-item-content {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-top: 32px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--2025-gray_1, #A8A8A8);
  width: 100%;
}

.p-exhibitors__infinity-item-artwork-statement {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-exhibitors__infinity-item-artwork-statement-title {
  color: var(--2025-black, #000);

  /* EN/Label/small-12bold ｛100　600｝ */
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 12px */
}

.p-exhibitors__infinity-item-artwork-statement div {
  color: var(--2025-black, #000);

  /* JP/Body/xsmall-12 */
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}
.p-exhibitors__infinity-item-artist-name {
  color: var(--2025-black, #000);

  /* JP/Body/medium-16bold */
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}
.p-exhibitors__infinity-item-artist {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-exhibitors__infinity-item-artwork .p-artworks__card {
  width: 280px;
}

@media screen and (max-width: 768px) {
  .p-exhibitors__infinity-item {
    flex-direction: column;
    gap: 24px;
  }
  .p-exhibitors__infinity-item-gallery-name {
    width: 100%;
  }
  .p-exhibitors__infinity-item-content {
    flex-direction: column;
    gap: 40px;
    margin-top: 0;
  }
  .p-exhibitors__infinity-item-artwork-statement {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .p-exhibitors__infinity-item-artwork-statement-title {
    color: var(--2025-black, #000);

    /* EN/Label/small-12bold ｛100　600｝ */
    font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 12px */
  }

  .p-exhibitors__infinity-item-artwork-statement div {
    color: var(--2025-black, #000);

    /* JP/Body/xsmall-12 */
    font-family: "Zen Kaku Gothic New";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 19.2px */
  }
  .p-exhibitors__infinity-item-artist-name {
    color: var(--2025-black, #000);

    /* JP/Body/medium-16bold */
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
  }
  .p-exhibitors__infinity-item-artist {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .p-exhibitors__infinity-item-artwork .p-artworks__card {
    width: 280px;
  }
}
.p-front__hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100svh;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-front__hero {
    margin-top: 0;
  }
}
.p-front__hero-img {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: transform 1s ease-in-out;
}
.p-front__hero-img > div {
  width: 100vw;
  height: 100%;
}
.p-front__hero-img img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}

.p-front__hero-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: calc(100svh - 96px);
  padding: 0 0 40px 72px;
  position: absolute;
  top: calc(118px + 70px);
  left: 0;
}

.p-front__hero-date-and-location {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 33px;
}

.p-front__hero-svg-container {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.p-front__hero-svg {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  width: auto;
  height: auto;
  max-width: 100%;
}

.p-front__hero-svg.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-front__hero-logo {
    height: calc(100svh - 80px);
    padding: 0 24px;
    top: 80px;
  }
  .p-front__hero-date-and-location {
    padding: 40px 24px;
  }
}
.p-front__hero-logo > img {
  height: 290px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-front__hero-logo > img {
    height: fit-content;
  }
}

.p-front__bg {
  display: flex;
  padding: 80px 64px;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 80px;
}
@media screen and (max-width: 960px) {
  .p-front__bg {
    padding: 40px 64px 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-front__bg {
    padding: 40px 0px 80px;
  }
}

.p-front__bg-exhibitors {
  background-image: url("image/bg-exhibitors.png");
  background-size: cover;
  background-position: center;
  padding: 0 64px;
}
@media screen and (max-width: 960px) {
  .p-front__bg-exhibitors {
    padding: 0;
    background-image: url("image/bg-exhibitors-sp.png");
  }
}

.p-front__wrapper {
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-front__wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
  .p-front__wrapper-exhibitors {
    padding: 0 !important;
  }
}

.p-front__read {
  padding-left: calc(426 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  .p-front__read {
    padding-left: 0;
  }
}
.p-front__read p {
  margin-bottom: 8px;
  text-align: justify;
}
.p-front__read p:first-of-type {
  font-weight: 500;
  font-size: 2.7rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-front__read p:first-of-type {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.7;
  }
}
.p-front__read p:nth-child(2) {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  line-height: 1.7;
  margin-top: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-front__read p:nth-child(2) {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.7;
    line-height: 1.6;
  }
}
.p-front__read p[lang="en"] + [lang="en"] {
  font-weight: 500;
}

.p-front__section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-front__section {
    flex-direction: column;
  }
}
.p-front__content {
  width: 100%;
}
.p-front__heading {
  width: 100%;
  color: var(--2025-main-red);
}
.p-front__pickup {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.p-front__pickup-box {
  width: calc(100% / 3 - 20px * 2 / 3);
  min-width: calc(100% / 3 - 20px * 2 / 3);
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 768px) {
  .p-front__pickup-box {
    width: calc(100% / 2);
    min-width: calc(100% / 2);
  }
}
.p-front__pickup-items {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  transition: transform 1s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-front__pickup-items {
    transform: translateX(calc(-25% - 20px));
  }
}
.p-front__pickup-items div {
  width: calc(100% / 3 - 20px * 2 / 3);
  min-width: calc(100% / 3 - 20px * 2 / 3);
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 768px) {
  .p-front__pickup-items div {
    width: calc(100% / 2);
    min-width: calc(100% / 2);
  }
}
.p-front__pickup-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-front__pickup-buttons {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.p-front__pickup-buttons button {
  width: 6px;
  height: 6px;
  border: 1px solid var(--2025-main-red);
}
.p-front__pickup-buttons button:hover {
  cursor: pointer;
}

.p-front__section-news {
  padding: 40px 40px 40px 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-front__section-news {
    padding: 24px 24px 48px 24px;
    position: relative;
  }
}

.p-front__heading-news {
  width: 512px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-front__heading-news {
    width: 100%;
  }
  .p-front__section {
    width: 100%;
  }
}

.p-front__news-view-all {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

@media screen and (max-width: 768px) {
  .p-front__news-view-all {
    bottom: 24px;
    right: 24px;
  }
}

@media screen and (max-width: 768px) {
  .p-front__section .p-front__heading[data-heading="mb"] {
    margin-bottom: 40px;
  }
}
.p-front__section .p-front__heading h2 {
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  text-transform: uppercase;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .p-front__section .p-front__heading h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .p-front__overview {
    padding-top: 40px;
  }
}
.p-front__overview-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .p-front__overview-item {
    padding: 24px 0 40px;
  }
}
.p-front__overview-item:not(:first-of-type) {
  border-top: 1px solid var(--2025-main-gray);
}
.p-front__overview-item:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .p-front__overview-item:first-of-type {
    padding-top: 24px;
    border-top: 1px solid var(--2025-main-gray);
  }
}
.p-front__overview-item h3 {
  min-width: 140px;
  flex: 0 0 auto;

  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-front__overview-item h3 {
    min-width: 114px;
  }
}
.p-front__overview-item > div {
  line-height: 1;

  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
.p-front__overview-item > div em {
  margin-top: 8px;
  color: var(--2025-main-gray_2);
  font-style: normal;

  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
}
.p-front__overview-item > div a {
  color: var(--2025-main-red);

  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
}
.p-front__overview-item > div h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.p-front__overview-item > div h4 + * {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.83;
  line-height: 1.7;
}
.p-front__overview-item > div * + h4 {
  margin-top: 24px;
}
.p-front__overview-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
.p-front__overview-item p em {
  margin-top: 8px;
  color: var(--2025-main-gray_2);
  font-style: normal;

  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
}
.p-front__overview-item p a {
  color: var(--2025-main-red);

  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
}
.p-front__overview-item dl {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  gap: 24px;
}
.p-front__overview-item dl dt {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.p-front__overview-item dl dd {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.83;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .p-front__news-list {
    padding-top: 24px;
  }
}
.p-front__news-list ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-front__news-list ul {
    margin-bottom: 16px;
  }
}
.p-front__news-list li {
  border-bottom: 1px solid var(--2025-main-gray);
  transition: all linear 300ms;
}

@media screen and (max-width: 768px) {
  .p-front__news-list li:first-of-type {
    margin-top: 0;
    border-bottom: 1px solid var(--2025-main-gray);
  }
}
.p-front__news-list a {
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 0;
  text-decoration: none;
  background-color: transparent;
  transition: all linear 300ms;
}
@media screen and (max-width: 768px) {
  .p-front__news-list a {
    padding: 12px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-front__news-list a:hover > span {
  color: var(--2025-main-red) !important;
  transition: all 300ms;
}
.p-front__news-list li:hover {
  border-color: var(--2025-main-red) !important;
  transition: all 300ms;
}

.p-front__news-list a[target="_blank"] .p-front__news-title::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  vertical-align: top;
  background-image: url("image/icon-arrow-01-gray.svg");
  transform: rotate(-45deg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-front__news-list a[target="_blank"]:hover .p-front__news-title::after {
  background-image: url("image/icon-arrow-01-red.svg");
}

.p-front__news-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: var(--2025-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .p-front__news-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
    margin-top: 0;
  }
}
.p-front__news-date {
  font-variation-settings: "slnt" 0, "wdth" 75, "wght" 700;
  color: var(--2025-black);
  font-size: 14px;
  font-style: normal;
  line-height: 170%;
  min-width: 80px;
  max-width: 80px;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-front__news-date {
    font-size: 12px;
    line-height: 160%;
    min-width: 114px;
  }
}

@media screen and (max-width: 768px) {
  .p-front__exhibitors-taxonomy {
    display: none;
  }
}
.p-front__exhibitors-taxonomy ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-front__exhibitors-taxonomy ul a {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #000;
  text-decoration: none;
  transition: all 300ms;
}
.p-front__exhibitors-taxonomy ul a:hover {
  color: var(--2025-main-red);
}
.p-front__exhibitors-area {
  position: relative;
  width: 100%;
}

.p-front__exhibitors-hero {
  position: relative;
  height: 357px;
  overflow: hidden;
  margin-bottom: 40px;
}

.p-front__exhibitors-hero-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  transition: background-position 0.1s ease-out;
}
.p-front__exhibitors-hero-bg-sp {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  transition: background-position 0.1s ease-out;
}

.p-front__exhibitors-hero-title {
  position: absolute;
  left: 0;
  top: 277px;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 960px) {
  .p-front__exhibitors-hero-title {
    top: 303px;
  }
}

.p-front__exhibitors-hero-title h2 {
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 800;
  font-size: 90px;
  line-height: 1;
  color: #ffffff;
  text-align: left;
  white-space: pre;
  margin: 0;
}
.p-front__exhibitors-main {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 1136px;
  margin: 0 auto;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .p-front__exhibitors-main {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0 24px;
  }
}

.p-front__exhibitors-content {
  padding-right: 40px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
  justify-content: center;
  flex: 1;
}

@media screen and (max-width: 960px) {
  .p-front__exhibitors-content {
    padding-right: 0;
  }
}

.p-front__exhibitors-text {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  color: #ffffff;
  text-align: justify;
  margin: 0;
}

.p-front__exhibitors-button {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  border-radius: 60px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.p-front__exhibitors-button:hover {
  transform: translateX(-4px);
}

.p-front__exhibitors-button-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  text-align: right;
  white-space: pre;
  margin: 0;
}

.p-front__exhibitors-button-icon {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 5px 0 0 0;
  transform: rotate(180deg);
}

.p-front__exhibitors-button-icon svg {
  width: 32px;
  height: 32px;
  fill: #ffffff;
}

.p-front__exhibitors-img {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
  height: 231px;
}

@media screen and (max-width: 960px) {
  .p-front__exhibitors-img {
    width: 100vw;
  }
}

.p-front__exhibitors-img-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.p-front__exhibitors-img-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  transition: background-position 0.1s ease-out;
}
.p-front__exhibitors-img-bg-sp {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  transition: background-position 0.1s ease-out;
}

@media screen and (max-width: 960px) {
  .p-front__exhibitors-text {
    width: 100%;
  }

  .p-front__exhibitors-hero-title h2 {
    font-size: 60px;
    margin-left: 24px;
  }
}

.p-front__exhibitors-main p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  color: #ffffff;
}

.p-front__exhibitors-main > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-front__focus-area {
  background: #f4f1f1;
}
@media screen and (max-width: 768px) {
  .p-front__focus-area {
    margin-top: 40px;
    margin-bottom: 56px;
  }
}
.p-front__focus-area > div {
  position: relative;
  max-width: 1136px;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  padding: 0 72px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-front__focus-area > div {
    padding: 0 24px;
  }
}
.p-front__focus-descs {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-front__focus-descs {
    margin: 40px 0;
  }
}
.p-front__focus-area .p-front__section {
  padding: 0;
}
.p-front__focus-main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-front__focus-main > p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
}
.p-front__focus-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-front__focus-content {
    margin-top: 335px;
  }
}
.p-front__focus-content > a {
  display: block;
  color: black;
  text-decoration: none;
}
.p-front__focus-content > a > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-left: 2px solid var(--2025-main-red);
  padding-left: 24px;
}
.p-front__focus-content-detail {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  gap: 8px;

  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 14px;
  font-style: normal;
  line-height: 1.3;
  transition: all 300ms;
}
.p-front__focus-content-detail::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("image/icon-arrow-01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 300ms;
}
.p-front__focus-content > a:hover .p-front__focus-content-detail {
  color: var(--2025-main-red);
}
.p-front__focus-content > a:hover .p-front__focus-content-detail::after {
  background-image: url("image/icon-arrow-01-red.svg");
}
.p-front__focus-content-label {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 14px;
  font-style: normal;
  line-height: 1.7;
  text-transform: uppercase;
}
.p-front__focus-content-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}
@keyframes infinity-scroll-top {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-50% - 20px));
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 8px));
  }
}
.p-front__focus-items-pc {
  position: absolute;
  top: 40px;
  right: 72px;
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  animation: infinity-scroll-top 40s infinite linear 0.5s both;
}
.p-front__focus-items-sp {
  position: absolute;
  top: 175px;
  left: 24px;
  display: none;
  flex-direction: row;
  gap: 16px;
}
.p-front__focus-items-box {
  height: 335px;
}
@media screen and (max-width: 768px) {
  .p-front__focus-items-pc {
    display: none;
  }
  .p-front__focus-items-sp {
    display: flex;
  }
}
.p-front__focus-item {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: end;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .p-front__focus-item {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex-shrink: 0;
  }
}
.p-front__focus-item img {
  background-color: #f4f1f1;
  width: 60%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-front__focus-item img {
    width: auto;
    height: 260px;
    object-fit: contain;
  }
}
.p-front__focus-item-content {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 8px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-front__focus-item-content {
    display: block;
    align-items: start;
    padding-bottom: 0;
  }
}
.p-front__focus-item-section {
  color: #7286a1;

  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 14px;
  font-style: normal;
  line-height: 1.7;
  text-transform: uppercase;
}
.p-front__focus-item-artist {
  display: inline-flex;
  flex-direction: column;
  align-items: end;

  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-align: end;
}
@media screen and (max-width: 768px) {
  .p-front__focus-item-artist {
    font-size: 16px;
    line-height: 1.7;
    align-items: start;
  }
}
.p-front__focus-item-artist > span {
  color: #433f3e;
  font-size: 12px;
  line-height: 1.6;
}

.p-front__bg-visitor-info {
  background-image: url("image/bg-visitor-info.png");
  background-size: cover;
  background-position: center;
  padding: 80 64px;
}

.p-front__info-main {
  display: flex;
  flex-direction: row;
  gap: 88px;
  align-items: stretch;
}

@media screen and (max-width: 960px) {
  .p-front__info-main {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
}
.p-front__info-img {
  width: 60%;
  min-width: 60%;
}
@media screen and (max-width: 960px) {
  .p-front__info-img {
    width: 100%;
    min-width: 100%;
  }
}

.p-front__info-main > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-front__visitor__information {
  flex-grow: 1;
  flex: 1;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .p-front__visitor__information {
    width: 100%;
  }
}
.p-front__info-main .p-front-info-link-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .p-front__info-main .p-front-info-link-sp {
    display: block;
    align-self: flex-end;
    margin-top: 24px;
  }
  .p-front-info-link-pc {
    display: none;
  }
}
.p-front__visitor__information-list {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .p-front__visitor__information {
    gap: 24px;
  }
  .p-front__visitor__information-list {
    width: 100%;
  }
}
.p-front__visitor__information-list ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-front__visitor__information-list ul {
    margin-bottom: 16px;
  }
}
.p-front__visitor__information-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px 0;
  text-decoration: none;
  background-color: transparent;
  border-top: 1px solid var(--2025-main-gray);
}
.p-front__visitor__information-list li:last-child {
  padding-top: 24px;
  padding-bottom: 0;
}
.p-front__visitor__information-value {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
.p-front__visitor__information-value span {
  font-weight: 700;
  padding-bottom: 8px;
  line-height: 1.7;
}
.p-front__visitor__information-value > div {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.p-front__visitor__information-value-heading {
  font-size: 16px;
}
.p-front__visitor__information-value-add {
  font-size: 1.2rem;
  color: var(--2025-main-gray);
  font-weight: 500;
  line-height: 1.8;
}
.p-front__visitor__information-name {
  display: flex;
  flex-direction: column;

  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  font-size: 16px;
  line-height: 1.6;
  min-width: 94px;
}
@media screen and (max-width: 768px) {
  .p-front__visitor__information-name {
    min-width: 114px;
  }
}
.p-front__visitor__information-value-address {
  color: var(--2025-main-red);
}

/* 新しいVISITOR INFOセクションのスタイル */
.p-front__visitor__information-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.p-front__visitor__information-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.p-front__visitor__information-section-header {
  position: relative;
}

.p-front__visitor__information-section-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--2025-main-red);
  transition: width 2s ease, opacity 2s ease;
  opacity: 0;
}

.p-front__visitor__information-section-header.animate-line::after {
  width: 100%;
  opacity: 1;
}

.p-front__visitor__information-section-title {
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: var(--2025-main-red);
  margin: 0;
}

.p-front__visitor__information-section-body {
  width: 100%;
}

/* スケジュールセクション */
.p-front__visitor__information-schedule {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-front__visitor__information-schedule-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.p-front__visitor__information-schedule-label {
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 16px;
  line-height: 1.7;
  color: #000000;
  min-width: 144px;
  flex-shrink: 0;
}

.p-front__visitor__information-schedule-details {
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 500;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
.p-front__visitor__information-schedule-time {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.p-front__visitor__information-schedule-date {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  font-size: 16px;
  line-height: 1.8;
  min-width: 80px;
  flex-shrink: 0;
}

.p-front__visitor__information-schedule-hours {
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 500;
  font-size: 16px;
  line-height: 1.8;
  flex: 1;
}

.p-front__visitor__information-schedule-note {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #a8a8a8;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-front__visitor__information-schedule-label,
  .p-front__visitor__information-schedule-details,
  .p-front__visitor__information-schedule-hours {
    font-size: 14px;
    line-height: 170%;
  }
}

/* 会場セクション */
.p-front__visitor__information-venue {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-front__visitor__information-venue-name {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}

.p-front__visitor__information-venue-address {
  font-size: 12px;
  line-height: 1.7;
  font-weight: 500;
  margin: 0;
}

.text__link {
  color: var(--2025-main-red) !important;
  text-decoration: underline !important;
  text-decoration-color: var(--2025-main-red) !important;
}
.text__link:hover {
  opacity: 0.8 !important;
  text-decoration: none !important;
}

/* .map__link:after {
  content: "MAP";
  display: inline-block;
  font-size: 12px;
  vertical-align: super;
  margin-left: 4px;
} */

/* レスポンシブ対応 */
@media screen and (max-width: 960px) {
  .p-front__visitor__information-content {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-front__visitor__information-content {
    gap: 32px;
  }

  .p-front__visitor__information-section {
    gap: 12px;
  }

  .p-front__visitor__information-schedule {
    gap: 20px;
  }

  .p-front__visitor__information-schedule-item {
    gap: 0;
  }

  .p-front__visitor__information-schedule-label {
    min-width: auto;
    font-size: 1.4rem;
    width: 114px;
  }

  .p-front__visitor__information-schedule-time {
    flex-direction: column;
    gap: 8px;
  }

  .p-front__visitor__information-schedule-date {
    min-width: auto;
    font-size: 1.4rem;
  }

  .p-front__visitor__information-venue-name {
    font-size: 1.4rem;
  }
}
.p-front__floormap-area-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-front__floormap-area-wrapper {
    flex-direction: column;
  }
}
.p-front__floormap-file {
  display: inline-flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  color: black;
  text-decoration: none;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 40px;
}
.p-front__floormap-file[href$="pdf"]::after {
  display: inline-block;
  font-size: 0;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "PDF";
  background-image: url("image/icon-pdf-02.svg");
}
@media screen and (max-width: 768px) {
  .p-front__floormap-file {
    margin-top: 40px;
  }
}
.p-front__floormap-img {
  width: 50%;
  padding-top: 40px;
}
.p-front__floormap-img:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-front__floormap-img {
    width: 100%;
    padding-top: 24px;
  }
}
.p-front__floormap-modal {
  position: fixed;
  z-index: 1000;
  display: none;
}
.p-front__floormap-modal[display="true"] {
  display: flex;
}
.p-front__floormap-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-front__floormap-modal-overlay:hover {
  cursor: pointer;
}
.p-front__floormap-modal img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.p-front__exhibitors-galleries > div {
  font-size: 12px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 700;
  width: 100vw;
}

/* スライダーの初期状態を非表示にする */
.p-front__exhibitors-galleries-slider,
.p-front__exhibitors-galleries-slider-reverse {
  opacity: 0;
  visibility: hidden;
}

/* スライダーが読み込まれた後に表示 */
.p-front__exhibitors-galleries-slider.slider-loaded,
.p-front__exhibitors-galleries-slider-reverse.slider-loaded {
  opacity: 1;
  visibility: visible;
}
.p-front__exhibitors-galleries li {
  margin-right: 18px;
  color: #fff;
}

.p-news__list {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
}
.p-news__list-date {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: var(--2025-main-gray);
  min-width: 140px;
  flex: 0 0 auto;
}
.p-news__list-item:hover .p-news__list-date {
  color: var(--2025-main-red) !important;
}
@media screen and (max-width: 768px) {
  .p-news__list-date {
    font-size: 1.2rem;
    line-height: 1.6;
    line-height: 1.5;
    min-width: 114px;
  }
}
.p-news__list-item {
  width: 100%;
  border-bottom: 1px solid var(--2025-main-gray);
  transition: all 300ms;
}
.p-news__list-item:hover {
  color: var(--2025-main-red) !important;
  border-color: var(--2025-main-red) !important;
}
.p-news__list-item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px 0;
  gap: 8px;

  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: black;
  text-decoration: none;
  background-color: transparent;
  transition: all 300ms;
}
@media screen and (max-width: 768px) {
  .p-news__list-item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    padding: 24px 0;
    gap: 4px;
  }
}
.p-news__list-item a:hover {
  color: var(--2025-main-red) !important;
}

.p-news__list-item a[target="_blank"] .p-news__list-title::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  vertical-align: top;
  background-image: url("image/icon-arrow-01-gray.svg");
  transform: rotate(-45deg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-news__list-item a[target="_blank"]:hover .p-news__list-title::after {
  background-image: url("image/icon-arrow-01-red.svg");
  transition: all 300ms;
}

.p-news__detail {
  padding-top: 229px;
  padding-bottom: 194px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-news__detail {
    padding-top: 130px;
    padding-bottom: 160px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.p-news__detail-back {
  line-height: 1;
}
.p-news__detail-back a {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 300ms;
}
.p-news__detail-back a:hover {
  color: var(--2025-main-red);
}
.p-news__detail-back a::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  transform-origin: center;
  transform: rotate(180deg);
  background-image: url("image/icon-arrow-01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-news__detail-pager {
  margin-top: auto;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 30px;
  justify-content: space-between;
  padding-top: 80px;
}
.p-news__detail-pager-next-only {
  margin-left: auto;
}

/* .p-news__detail-pager[data-pager="pc"] {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-news__detail-pager[data-pager="pc"] {
    display: none;
  }
}
.p-news__detail-pager[data-pager="sp"] {
  display: none;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-news__detail-pager[data-pager="sp"] {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
} */
.p-news__detail-pager a {
  font-weight: 600;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 600;
  font-size: 1.2rem;
  line-height: 1;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 300ms;
}
.p-news__detail-pager a:hover {
  color: var(--2025-main-red);
}
.p-news__detail-pager a[data-link="next"] {
  flex-direction: row-reverse;
}
.p-news__detail-pager a[data-link="next"]::before {
  transform: rotate(0deg);
}
.p-news__detail-pager a::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  transform-origin: center;
  transform: rotate(180deg);
  background-image: url("image/icon-arrow-01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-news__detail-side {
  position: fixed;
  left: 72px;
  top: 229px;
  z-index: 0;
  height: calc(100svh - 154px - 229px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-news__detail-side {
    position: static;
    height: auto;
    margin-bottom: 36px;
  }
}
.p-news__detail-main {
  margin-left: auto;
  width: calc(758 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  .p-news__detail-main {
    margin-left: 0;
    width: 100%;
  }
}
.p-news__detail-header {
  border-bottom: 2px solid var(--2025-main-gray);
  padding-bottom: 32px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-news__detail-header {
    margin-bottom: 40px;
  }
}
.p-news__detail-header h1 {
  margin-bottom: 16px;

  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.3;
  color: #2f2b2b;
}
.p-news__detail-header span {
  color: black;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 600;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-news__detail-thumbnail {
  margin-bottom: 40px;
}
.p-news__detail-content {
  color: #2f2b2b;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
}
.p-news__detail-content h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  line-height: 1.7;
  margin-bottom: 32px;
}
.p-news__detail-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}
.p-news__detail-content a {
  color: #2f2b2b;
  transition: color 300ms;
}
.p-news__detail-content a:hover {
  color: var(--2025-main-red);
  text-decoration: none;
}
.p-news__detail-content img {
  width: 100%;
  height: auto;
}
.p-news__detail-content img + img {
  margin-top: 14px;
}

.p-partners__wrapper {
  padding: 80px 48px;
  width: 100%;
  margin-top: 80px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-partners__wrapper {
    padding: 40px 24px;
    margin-top: 40px;
  }
}
.p-partners .c-area__content-main,
.p-archives .c-area__content-main {
  padding-top: 0;
  padding-left: 0;
}
.p-partners .c-area__content-inner {
  padding-bottom: 0;
}
.p-partners__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.p-tickets .c-area__content-main {
  padding: 80px 144px 0px;
}
@media screen and (max-width: 960px) {
  .p-tickets .c-area__content-main {
    padding: 80px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  .p-partners__content {
    gap: 40px;
  }
  .p-tickets .c-area__content-main {
    padding: 40px 0px 0px;
  }
}
.p-partners__content img {
  width: 100%;
  height: auto;
}
.p-partners__content h2 {
  color: var(--2025-black);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  width: 200px;
  min-width: 200px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-partners__content h2 {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    width: 100%;
  }
  .p-partners__content h2 br {
    display: none;
  }
}
.p-partners__sponsored,
.p-partners__organizer,
.p-partners__media,
.p-partners__museum,
.p-partners__fair,
.p-partners__associated,
.p-partners__assisting,
.p-partners__production-management,
.p-partners__sponsorship,
.p-partners__special {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-partners__sponsored,
  .p-partners__organizer,
  .p-partners__media,
  .p-partners__museum,
  .p-partners__fair,
  .p-partners__associated,
  .p-partners__assisting,
  .p-partners__production-management,
  .p-partners__sponsorship,
  .p-partners__special {
    flex-direction: column;
    gap: 24px;
  }
}
.p-partners__sponsored ul,
.p-partners__organizer ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .p-partners__sponsored ul,
  .p-partners__organizer ul {
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
}
.p-partners__media ul,
.p-partners__museum ul,
.p-partners__fair ul,
.p-partners__associated ul,
.p-partners__assisting ul,
.p-partners__production-management ul,
.p-partners__sponsorship ul,
.p-partners__special ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-partners__media ul,
  .p-partners__museum ul,
  .p-partners__fair ul,
  .p-partners__associated ul,
  .p-partners__assisting ul,
  .p-partners__production-management ul,
  .p-partners__sponsorship ul,
  .p-partners__special ul {
    gap: 8px;
  }
}
.p-partners__sponsored img,
.p-partners__organizer img {
  max-width: 331px;
}
@media screen and (max-width: 768px) {
  .p-partners__sponsored img,
  .p-partners__organizer img {
    max-width: 228px;
  }
}
.p-partners__sponsorship ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-partners__sponsorship ul {
    justify-content: center;
    gap: 8px;
  }
}
.p-partners__sponsorship ul + ul {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-partners__sponsorship ul + ul {
    margin-top: 16px;
  }
}
.p-partners__sponsorship ul[data-sponsorship="large"] img {
  max-width: 510px;
}
@media screen and (max-width: 768px) {
  .p-partners__sponsorship ul[data-sponsorship="large"] img {
    max-width: 342px;
  }
}
.p-partners__sponsorship ul[data-sponsorship="middle"] img {
  width: 328px;
}
@media screen and (max-width: 768px) {
  .p-partners__sponsorship ul[data-sponsorship="middle"] img {
    max-width: 160px;
  }
}
.p-partners__sponsorship ul[data-sponsorship="small"] img,
.p-partners__list img {
  max-width: 278px;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .p-partners__sponsorship ul[data-sponsorship="small"] img,
  .p-partners__list img {
    max-width: 138px;
  }
}
.p-partners__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-partners__list {
    justify-content: center;
    gap: 8px;
  }
}

.p-partners__other ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.p-partners__other ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-partners__other ul li {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.6;
    line-height: 2;
  }
}
.p-partners__other ul li:not(:last-child)::after {
  display: inline-block;
  content: "/";
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .p-partners__other ul li:not(:last-child)::after {
    padding: 0 6px;
  }
}
.p-partners__other ul + h2 {
  margin-top: 48px;
}

.p-press__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .p-press__wrapper {
    margin: 0px auto 0px;
    gap: 40px;
  }
}

.p-press__section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  position: relative;
}

.p-press__section::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  transition-duration: 1000ms;
}
.p-press__section[data-view="show"]::before {
  width: 100%;
}
.p-press__section-heading {
  width: 100%;
  padding-bottom: 8px;
  position: relative;
}
.p-press__section-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: var(--2025-main-red);
  transition: width 2s ease, opacity 2s ease;
  opacity: 0;
}
.p-press__section-heading.animate-line::after {
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-press__section-heading {
    width: 100%;
    margin-right: 0;
  }
  .p-press__section {
    gap: 24px;
  }
}
.p-press__section-heading h2 {
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: var(--2025-main-red);
}

@media screen and (max-width: 768px) {
  .p-press__section-heading h2 {
    font-size: 28px;
  }
}

.p-press__press-view h3 {
  font-size: 16px;
  line-height: 1.7;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-weight: 700;
  margin-bottom: 16px;
}

.p-press__press-view p {
  font-size: 12px;
  line-height: 1.7;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
  font-weight: 400;
}

.p-press__press-view a {
  color: var(--2025-main-red);
  text-decoration: underline;
  text-decoration-color: var(--2025-main-red);
  transition: all 300ms;
}
.p-press__press-view a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.p-press__list {
  width: 100%;
  transition: all 300ms;
}

.p-press__list-guide {
  padding-top: 24px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
}

.p-press__list ul {
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
}
@media screen and (max-width: 768px) {
  .p-press__list ul {
    font-size: 14px;
  }
}

.p-press__list ul a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid var(--2025-main-gray);
  transition: all 300ms;
}
.p-press__list ul a:hover {
  border-color: var(--2025-main-red);
  color: var(--2025-main-red);
}
.p-press__list ul a[href$="pdf"]::after,
.p-press__list ul a[href$="zip"]::after {
  display: inline-block;
  font-size: 0;
  margin: 7px 0 0 auto;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-press__list ul a[href$="pdf"]::after {
  content: "PDF";
  background-image: url("image/icon-pdf-02.svg");
  transition: all 300ms;
}
.p-press__list ul a:hover[href$="pdf"]::after {
  content: "PDF";
  background-image: url("image/icon-pdf-02-red.svg");
  transition: all 300ms;
}

.p-press__list ul a[href$="zip"]::after {
  content: "zip";
  background-image: url("image/icon-download.svg");
  transition: all 300ms;
}
.p-press__list ul a:hover[href$="zip"]::after {
  background-image: url("image/icon-download-red.svg");
  transition: all 300ms;
}
.p-press__list ul a {
  padding: 24px 0;
}
.p-press__list ul li:first-child a {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .p-press__list ul a {
    padding: 16px 0;
  }
}
.p-press__contact dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.p-press__contact dl dt,
.p-press__contact dl dd {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
.p-press__contact dl dt {
  flex: 0 0 auto;
}
.p-press__contact dl dt::after {
  display: inline;
  content: "：";
}
.p-press__contact p {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
}

.p-privacy__content strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  font-style: normal;
}
.p-privacy__content p {
  margin-bottom: 24px;

  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  overflow-wrap: break-word;
}
.p-privacy__content p:first-of-type {
  margin-bottom: 40px;

  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
}
.p-privacy__content p:last-of-type {
  margin-bottom: 0;
}
.p-privacy__content h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  line-height: 1.7;
  margin-bottom: 16px;
}
.p-privacy__content p + h2,
.p-privacy__content ul + h2 {
  margin-top: 64px;
}
.p-privacy__content ul {
  margin-bottom: 24px;
}
.p-privacy__content li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-privacy__content li::before {
  display: inline-block;
  content: "・";
}
.p-privacy__content a {
  color: var(--2025-main-red) !important;
  text-decoration: underline !important;
  text-decoration-color: var(--2025-main-red) !important;
}
.p-privacy__content a:hover {
  opacity: 0.8 !important;
  text-decoration: none !important;
}
.c-area__header-image-vip {
  background-image: url("image/bg-vip-header-pc.png");
  background-color: #2d2d2d;
}

@media screen and (max-width: 768px) {
  .c-area__header-image-vip {
    background-image: url("image/bg-vip-header-sp.png");
  }
}
.c-area__header-image-invitation {
  background-image: url("image/bg-invitation-header-pc.png");
  background-color: var(--2025-sub-yellow);
}

@media screen and (max-width: 768px) {
  .c-area__header-image-invitation {
    background-image: url("image/bg-invitation-header-sp.png");
  }
}
.p-vip {
  min-height: 734px;
}
@media screen and (max-width: 768px) {
  .p-vip {
    min-height: calc(232px + 320px);
  }
}
.p-vip__login {
  text-align: center;
  padding: 40px 144px;
}
@media screen and (max-width: 768px) {
  .p-vip__login {
    padding: 40px 0;
  }
}
.p-vip__login-title h1 {
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 40px;
}
.p-vip__login-text {
  margin-top: 40px;
}
.p-vip__login-text p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-vip__login-text p {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.p-vip__login-text p + p {
  margin-top: 8px;
}
.p-vip__login-text p em {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-vip__login-text p em {
    font-size: 1rem;
  }
}
.p-vip__login-text a {
  color: var(--2025-main-red);
}
.p-vip__login-text a:hover {
  text-decoration: none;
}
.p-vip__login-coming {
  text-align: center;
  margin: 40px 144px 120px 0;
}
@media screen and (max-width: 960px) {
  .p-vip__login-coming {
    margin: 80px 0 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-vip__login-coming {
    margin: 40px 0 80px 0;
  }
}
.p-vip__login-coming h1 {
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  color: var(--2025-gray_1);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-vip__login-coming h1 {
    font-size: 48px;
  }
}
.p-vip__login-coming p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.p-vip__login form {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 24px;
}
.p-vip__login form > p:first-child {
  display: none;
}
.p-vip__login form p,
.p-vip__login form label {
  width: 100%;
}
.p-vip__login form label {
  display: block;
  font-size: 0;
  margin-bottom: 24px;
}
.p-vip__login form input {
  width: 100%;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 500;
  font-size: 16px;
  line-height: 1.7;
  padding: 16px 24px;
  background-color: var(--2025-gray_3);
}
.p-vip__login form input::placeholder {
  color: var(--2025-gray_2);
  font-size: 16px;
  line-height: 1.7;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 500;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-vip__login form input {
    font-size: 14px;
  }
  .p-vip__login form input::placeholder {
    font-size: 14px;
  }
}
.p-vip__login form button {
  position: relative;
  color: #fff;
  background-color: var(--2025-main-red);
  border: none;
  cursor: pointer;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 14px;
  line-height: 1.7;
  padding: 8px 117px 8px 107px;
  border-radius: 32px;
}
.p-vip__login form button span::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("image/icon-arrow-01-white.svg");
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  margin-left: 8px;
}
.p-vip__login .custom-password-message {
  color: rgba(232, 63, 34, 1);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
}

.p-vip__login-password-input-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.p-vip__login-password-input-section h2 {
  font-size: 16px;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-weight: 700;
  line-height: 1.7;
}

.p-vip__login-password-input-section-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-vip__detail {
  padding-top: 229px;
  padding-bottom: 161px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-vip__detail {
    padding-top: 130px;
    padding-bottom: 48px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.p-vip__detail-back {
  margin-bottom: 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-vip__detail-back {
    margin-bottom: 30px;
  }
}
.p-vip__detail-back a {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 300ms cubic-bezier(0.635, 0, 0.125, 1);
  /* custom */
  transition-timing-function: cubic-bezier(0.635, 0, 0.125, 1);
  /* custom */
}
.p-vip__detail-back a:hover {
  color: var(--2025-main-red);
}
.p-vip__detail-back a::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  transform-origin: center;
  transform: rotate(180deg);
  background-image: url("image/icon-arrow-01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-vip__detail-taxonomy {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 40px;
}
.p-vip__detail-taxonomy-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--2025-main-gray_2);
}
.p-vip__detail-taxonomy-item::before {
  display: inline-block;
  content: "#";
}
.p-vip__detail-meta dl {
  margin-bottom: 8px;
}
.p-vip__detail-meta dl div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-vip__detail-meta dt,
.p-vip__detail-meta dd {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
}
.p-vip__detail-meta dt::after {
  display: inline-block;
  content: "：";
  margin: 0 2px;
}
.p-vip__detail-pager {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.p-vip__detail-pager[data-pager="pc"] {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-vip__detail-pager[data-pager="pc"] {
    display: none;
  }
}
.p-vip__detail-pager[data-pager="sp"] {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-vip__detail-pager[data-pager="sp"] {
    margin-top: 80px;
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
.p-vip__detail-pager a {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 300ms cubic-bezier(0.635, 0, 0.125, 1);
  /* custom */
  transition-timing-function: cubic-bezier(0.635, 0, 0.125, 1);
  /* custom */
}
.p-vip__detail-pager a:hover {
  color: var(--2025-main-red);
}
.p-vip__detail-pager a[data-link="next"] {
  flex-direction: row-reverse;
}
.p-vip__detail-pager a[data-link="next"]::before {
  transform: rotate(0deg);
}
.p-vip__detail-pager a::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  transform-origin: center;
  transform: rotate(180deg);
  background-image: url("image/icon-arrow-01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-vip__detail-side {
  position: fixed;
  left: 72px;
  top: 229px;
  z-index: 0;
  height: calc(100svh - 154px - 229px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-vip__detail-side {
    position: static;
    height: auto;
    margin-bottom: 40px;
  }
}
.p-vip__detail-main {
  margin-left: auto;
  width: calc(758 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  .p-vip__detail-main {
    margin-left: 0;
    width: 100%;
  }
}
.p-vip__aply-side {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-vip__aply {
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  text-decoration: none;
  padding: 8px 24px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 300ms;
  color: var(--2025-white);
  border-radius: 32px;
  background: var(--2025-sub-red, #e60012);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 400px) {
  .p-vip__aply {
    padding: 18px 0 !important;
    width: 100%;
  }
}
.p-vip__aply:hover {
  background-color: var(--2025-main-red);
}
.p-vip__aply-finished {
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  text-decoration: none;
  color: #7e7e7e !important;
  background-color: var(--2025-white);
  border: 1px solid var(--2025-grey_red_2, #ecd7d5);
  border-radius: 32px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  gap: 8px;
  transition: all 300ms;
  pointer-events: none;
  z-index: 1;
}
.p-vip__detail-header {
  border-bottom: 1px solid var(--2025-gray_1);
  padding-bottom: 32px;
  margin-bottom: 40px;
}
.p-vip__detail-header-dates {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  padding-right: 24px;
  border-right: 1px solid var(--2025-grey_red_2, #ecd7d5);
  color: var(--2025-main-red);
}
.p-vip__detail-header-date {
  /* EN/Title/large-32 {90　700} */
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
}
@media screen and (max-width: 768px) {
  .p-vip__detail-header-date {
    font-size: 28px;
    line-height: 130%;
  }
}
.p-vip__detail-header-date span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .p-vip__detail-header-date span {
    font-size: 18px;
  }
}
.p-vip__detail-sub-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-end;
  margin-bottom: 16px;
}
.p-vip__detail-header-section {
  color: var(--2025-gray_2);
  /* EN/Body/medium-16bold {90　700} */
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}
.p-vip__detail-header-section::before {
  content: "#";
}
.p-vip__detail-header-hours {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}
.p-vip__detail-header h1 {
  color: var(--2025-black);
  font-kerning: none;

  /* JP/Title/medium-27 */
  font-family: "Zen Kaku Gothic New";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
}
@media screen and (max-width: 768px) {
  .p-vip__detail-header h1 {
    font-size: 21px;
    line-height: 160%;
  }
}
.p-vip__detail-thumbnail {
  margin-bottom: 40px;
}
.p-vip__detail-lead {
  color: var(--web2023-black, #000);

  /* JP/Body/small */
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 23.8px */
}
.p-vip__detail-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-vip__detail-content a {
  color: var(--2025-main-red);
  transition: color 300ms;
}
.p-vip__detail-content a:hover {
  color: #2f2b2b;
  text-decoration: none;
}
.p-vip__detail-content p {
  color: var(--2025-black);
  /* JP/Body/small */
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 23.8px */
}
.p-vip__detail-content img {
  width: 100%;
  height: auto;
}
.p-vip__detail-content img + img {
  margin-top: 14px;
}
.p-vip__detail-concrete-title {
  color: var(--2025-main-red);
  /* JP/Body/medium-16bold */
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--2025-main-red);
  margin-bottom: 24px;
}
.p-vip__detail-concrete-title::before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: var(--2025-main-red);
  border-radius: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.p-vip__wrapper {
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-vip__wrapper {
    padding: 0px 0 40px;
  }
}
.p-vip__wrapper[data-page="program"] {
  padding: 189px 0 0;
}
@media screen and (max-width: 768px) {
  .p-vip__wrapper[data-page="program"] {
    padding: 89px 0 0;
  }
}

.p-vip__list, .p-program__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 48px 32px;
}
@media screen and (max-width: 768px) {
  .p-vip__list, .p-program__list {
    flex-direction: column;
    gap: 40px;
  }
}
.p-vip__list-wrapper + .p-vip__list-wrapper, .p-program__list-wrapper + .p-program__list-wrapper {
  border-color: var(--2025-main-gray);
}
.p-vip__list-wrapper > h2, .p-program__list-wrapper > h2 {
  margin-bottom: 40px;

  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  line-height: 1;
}
.p-vip__list-wrapper > h2 span, .p-program__list-wrapper > h2 span {
  display: block;

  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.2;
}

.p-vip__section-tab, .p-program__section-tab {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 2rem;
  border-bottom: 1px solid var(--2025-main-red);
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .p-vip__section-tab, .p-program__section-tab {
    gap: 1.2rem;
  }
}
.p-vip__section-tab::-webkit-scrollbar, .p-program__section-tab::-webkit-scrollbar {
  display: none;
}

.p-vip__section-tab button, .p-program__section-tab button {
  cursor: pointer;
  font-size: 24px;
  font-family: "acumin-variable", "Zen Kaku Gothic New", "New Title",
    "neue-haas-grotesk-text", "neue-haas-grotesk-display", "Noto Sans CJK JP",
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN W3",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Sans-serif !important;
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700 !important;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: var(--2025-main-gray);
  background-color: transparent;
  padding: 0 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-vip__section-tab button, .p-program__section-tab button {
    font-size: 20px;
    min-width: 0;
  }
}
.p-vip__section-tab button:hover, .p-program__section-tab button:hover {
  color: var(--2025-main-red);
}
.p-vip__section-tab button[aria-selected="true"], .p-program__section-tab button[aria-selected="true"] {
  color: var(--2025-main-red);
  border-bottom: 3px solid var(--2025-main-red);
}
.p-vip__section-tabpanel > div[aria-hidden="true"], .p-program__section-tabpanel > div[aria-hidden="true"] {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  opacity: 0;
  display: none;
  z-index: -1;
}
.p-vip__section-tabpanel > div[aria-hidden="false"], .p-program__section-tabpanel > div[aria-hidden="false"] {
  position: relative;
  opacity: 1;
  display: block;
  z-index: 1;
  height: 100%;
}
.p-vip__list-body, .p-program__list-body {
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-vip__list-item, .p-program__list-item {
  border-radius: 16px;
}

.p-vip__list-thumbnail, .p-program__list-thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 67%;
  overflow: hidden;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.p-vip__list-thumbnail-overlay, .p-program__list-thumbnail-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 53.5%,
    rgba(0, 0, 0, 0.4) 100%
  );
}
.p-vip__list-thumbnail-status, .p-program__list-thumbnail-status {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  padding: 8px 15px;

  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6;
  line-height: 1;
  z-index: 1;
}
.p-vip__list-thumbnail-status[data-status="now-accepting-applications"], .p-program__list-thumbnail-status[data-status="now-accepting-applications"] {
  color: #fff;
  background-color: var(--2025-main-red);
}
.p-vip__list-thumbnail-status[data-status="before"], .p-program__list-thumbnail-status[data-status="before"] {
  color: white;
  background-color: #433f3e;
}
.p-vip__list-thumbnail-status[data-status="closed"], .p-program__list-thumbnail-status[data-status="closed"] {
  color: var(--2025-main-gray_2);
  background-color: #e8e4e4;
}

.p-vip__list-status, .p-program__list-status {
  padding: 8px 15px;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 40px;
  width: fit-content;
}
.p-vip__list-status[data-status="now-accepting-applications"], .p-program__list-status[data-status="now-accepting-applications"] {
  color: var(--2025-main-red);
  background-color: white;
  border: 1px solid var(--2025-main-red);
}
.p-vip__list-status[data-status="before"], .p-program__list-status[data-status="before"] {
  color: var(--2025-sub-yellow);
  background-color: white;
  border: 1px solid var(--2025-sub-yellow);
}
.p-vip__list-status[data-status="closed"], .p-program__list-status[data-status="closed"] {
  color: white;
  background-color: var(--2025-gray_1);
}
.p-vip__list-status[data-status="entry-required"], .p-program__list-status[data-status="entry-required"] {
  color: white;
  background-color: var(--2025-main-red);
}

.p-vip__list-status-wrapper, .p-program__list-status-wrapper {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 16px;
}

.p-vip__list-thumbnail img, .p-program__list-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  transform: scale(1);
  transition: all 300ms cubic-bezier(0.635, 0, 0.125, 1);
  /* custom */
  transition-timing-function: cubic-bezier(0.635, 0, 0.125, 1);
  /* custom */
}
.p-vip__list-title, .p-program__list-title {
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
  transition: all 300ms cubic-bezier(0.635, 0, 0.125, 1);
  /* custom */
  transition-timing-function: cubic-bezier(0.635, 0, 0.125, 1);
  /* custom */
}
.p-vip__list-lead, .p-program__list-lead {
  color: var(--2025-gray_2);
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: block;
}
.p-vip__list-date-time-location, .p-program__list-date-time-location {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  gap: 8px;
}
.p-vip__list-date-time, .p-program__list-date-time {
  font-size: 12px;
  font-weight: 500;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 500;
  line-height: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.p-vip__list-date, .p-program__list-date {
  font-size: 12px;
  line-height: 100%;
}
.p-vip__list-hours, .p-program__list-hours {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.p-vip__list-time, .p-program__list-time {
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}
.p-vip__list-location, .p-program__list-location {
  font-size: 12px;
  font-weight: 500;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 500;
  line-height: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.p-vip__list-location div:first-child, .p-program__list-location div:first-child, .p-vip__list-date-time div:first-child, .p-program__list-date-time div:first-child {
  width: 45px;
  flex-shrink: 0;
}
.p-vip__list-more, .p-program__list-more {
  visibility: hidden;
  position: absolute;
  display: block;
  text-align: right;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.p-vip__list-more-sp, .p-program__list-more-sp {
  margin-top: 16px;
  display: none;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-vip__list-more-sp, .p-program__list-more-sp {
    display: block;
  }
}
.p-vip__list-more span,
.p-vip__list-more-sp span,
.p-program__list-more span,
.p-program__list-more-sp span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;

  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 12px;
  line-height: 1.6;
  gap: 10px;
  padding: 8px;
  color: white;
}
.p-vip__list-more-sp span,
.p-program__list-more-sp span {
  color: black;
}
.p-vip__list-more span::after,
.p-vip__list-more-sp span::after,
.p-program__list-more span::after,
.p-program__list-more-sp span::after {
  display: inline-block;
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("image/icon-arrow-01-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-vip__list-more-sp span::after, .p-program__list-more-sp span::after {
  background-image: url("image/icon-arrow-01.svg");
}
.p-vip__list-taxonomy, .p-program__list-taxonomy {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.p-vip__contact {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 80px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.p-vip__contact a {
  color: var(--2025-main-red);
}
.p-vip__contact br {
  display: none;
}
.p-vip__list-taxonomy-item, .p-program__list-taxonomy-item {
  line-height: 100%;
  font-size: 12px;
  font-weight: 500;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 500;
  color: var(--2025-gray_2);
}
.p-vip__list-taxonomy-item::before, .p-program__list-taxonomy-item::before {
  content: "#";
}
.p-vip__list > li, .p-program__list > li {
  display: flex;
  width: calc(100% / 3 - 32px * 2 / 3);
  flex: 0 0 auto;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1320px) {
  .p-vip__list > li, .p-program__list > li {
    width: calc(100% / 2 - 32px / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-vip__list > li, .p-program__list > li {
    width: 100%;
  }
  .p-vip__contact {
    text-align: left;
  }
  .p-vip__contact br {
    display: block;
  }
}
.p-vip__list a, .p-program__list a {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-direction: column;
  color: #000;
  text-decoration: none;
  width: 100%;
}
.p-vip__list a:hover .p-vip__list-title, .p-program__list a:hover .p-program__list-title {
  color: var(--2025-main-red);
}
.p-vip__list a:hover .p-vip__list-thumbnail img, .p-program__list a:hover .p-program__list-thumbnail img {
  transform: scale(1.05);
}
.p-vip__list a:hover .p-vip__list-more span, .p-program__list a:hover .p-program__list-more span {
  visibility: visible;
}
.p-vip__list a:hover .p-vip__list-thumbnail-overlay, .p-program__list a:hover .p-program__list-thumbnail-overlay {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-vip__list a:hover .p-vip__list-more span, .p-program__list a:hover .p-program__list-more span {
    visibility: hidden;
  }
  .p-vip__list a:hover .p-vip__list-thumbnail-overlay, .p-program__list a:hover .p-program__list-thumbnail-overlay {
    display: none;
  }
}

.p-vip__list-information, .p-program__list-information {
  padding-top: 24px;
}

.p-vip__associated {
  padding: 40px 0 180px;
  border-top: 1px solid var(--2025-main-gray);
}
@media screen and (max-width: 768px) {
  .p-vip__associated {
    padding: 24px 0 180px;
  }
}
.p-vip__associated-item {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--2025-main-gray);
}
.p-vip__associated-item + .p-vip__associated-item {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-vip__associated-item + .p-vip__associated-item {
    padding-top: 40px;
  }
}
.p-vip__associated-item > h3 {
  margin-bottom: 8px;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.3;
}
.p-vip__associated-item > h3 + span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.p-vip__associated-content {
  margin-top: 40px;
}
.p-vip__associated-content h4 {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.p-vip__associated-content p {
  margin-bottom: 23px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
}
.p-vip__associated-content p + h4 {
  margin-top: 40px;
}
.p-vip__associated-content p a {
  color: #2f2b2b;
  font-weight: 700;
  transition: all 300ms cubic-bezier(0.635, 0, 0.125, 1);
  /* custom */
  transition-timing-function: cubic-bezier(0.635, 0, 0.125, 1);
  /* custom */
}
.p-vip__associated-content p a:hover {
  color: #da4b3c;
  text-decoration: none;
}
.p-vip__associated > h2 {
  margin-bottom: 60px;
  font-weight: "neue-haas-grotesk-text", "neue-haas-grotesk-display",
    "Noto Sans CJK JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN W3",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-vip__associated > h2 {
    margin-bottom: 40px;
  }
}
.p-vip .p-vip__benefits-list {
  margin-top: 24px;
}

.p-vip__benefits-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  align-self: stretch;
  flex-wrap: wrap;
}
.p-vip__benefits-list a {
  text-decoration: none;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  height: 100%;
  width: 100%;
}
.p-vip__benefits-list-item {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  height: 100%;
  width: 100%;
}
.p-vip__benefits-list > li {
  display: flex;
  width: 100%;
  padding: 8px;
  align-items: flex-start;
  border-radius: 16px;
  background: var(--2025-grey_red_1, #f5f1f1);
  height: 100%;
  transition: all 400ms;
}
.p-vip__benefits-list-main {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: space-between;
  width: 100%;
}
.p-vip__benefits-list-main-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-vip__benefits-list-category {
  color: var(--2025-main-red, #e73222);
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 12px */
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-transform: uppercase;
  transition: all 400ms;
}
.p-vip__benefits-list-category::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--2025-main-red, #e73222);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  transition: all 400ms;
}

.p-vip__benefits-list-main-title {
  min-height: 108px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}
.p-vip__benefits-list-main-title-date {
  color: var(--2025-gray_2, #7e7e7e);
  /* JP/Body/xsmall-12bold-sub */
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 14.4px */
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-vip__benefits-list-main-title h3 {
  color: var(--2025-black, #000);
  /* JP/Body/medium-16bold */
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  transition: all 400ms;
}
.p-vip__benefits-list-thumbnail {
  width: 144px;
  height: 144px;
  flex-shrink: 0;
}
.p-vip__benefits-list-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
}
.p-vip__benefits-list-lead {
  color: var(--2025-black, #000);
  /* JP/Body/xsmall-12 */
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  transition: all 400ms;
}
.p-vip__benefits-list-desc {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  gap: 40px;
  flex-shrink: 1;
}
.p-vip__benefits-list-more {
  background-image: url("image/icon-arrow-01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  flex-shrink: 0;
  width: 19px;
  height: 19px;
  transition: all 400ms;
}
.p-vip__benefits-list > li:hover {
  background: var(--2025-main-red);
  transform: scale(0.95);
}
.p-vip__benefits-list > li:hover .p-vip__benefits-list-category {
  color: white;
}
.p-vip__benefits-list > li:hover .p-vip__benefits-list-main-title h3 {
  color: white;
}
.p-vip__benefits-list > li:hover .p-vip__benefits-list-lead {
  color: white;
}
.p-vip__benefits-list > li:hover .p-vip__benefits-list-more {
  background-image: url("image/icon-arrow-01-white.svg");
}
.p-vip__benefits-list > li:hover .p-vip__benefits-list-category::before {
  background-color: white;
}
.p-tickets .p-vip__benefits-list > li:hover {
  background: var(--2025-grey_red_1, #f5f1f1);
  transform: scale(1);
}
.p-tickets
  .p-vip__benefits-list
  > li:hover
  .p-vip__benefits-list-category::before {
  background-color: var(--2025-main-red, #e73222);
}
.p-tickets
  .p-vip__benefits-list
  > li:hover
  .p-vip__benefits-list-main-title
  h3 {
  color: var(--2025-black, #000);
}
.p-tickets .p-vip__benefits-list > li:hover .p-vip__benefits-list-lead {
  color: var(--2025-black, #000);
}
.p-tickets
  .p-vip__benefits-list
  > li:hover
  .p-vip__benefits-list-category::before {
  background-color: var(--2025-main-red, #e73222);
}
.p-tickets .p-vip__benefits-list > li:hover .p-vip__benefits-list-category {
  color: var(--2025-main-red, #e73222);
}
@media screen and (max-width: 768px) {
  .p-vip__benefits-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-vip__benefits-list a {
    gap: 24px;
  }
  .p-vip__benefits-list-item {
    gap: 24px;
  }
  .p-vip__benefits-list-main-title {
    min-height: 108px;
  }
  .p-vip__benefits-list-main-title h3 {
    font-size: 16px;
  }
  .p-vip__benefits-list-thumbnail {
    width: 144px;
    height: 144px;
    flex-shrink: 0;
  }
  .p-vip__benefits-list-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center;
  }
  .p-vip__benefits-list-more {
    background-image: url("image/icon-arrow-01.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
  }
  .p-vip__benefits-list > li:hover {
    background: var(--2025-grey_red_1, #f5f1f1);
    transform: scale(1);
  }
  .p-vip__benefits-list > li:hover .p-vip__benefits-list-category {
    color: var(--2025-main-red, #e73222);
  }
  .p-vip__benefits-list > li:hover .p-vip__benefits-list-main-title h3 {
    color: var(--2025-black, #000);
  }
  .p-vip__benefits-list > li:hover .p-vip__benefits-list-lead {
    color: var(--2025-black, #000);
  }
  .p-vip__benefits-list > li:hover .p-vip__benefits-list-more {
    background-image: url("image/icon-arrow-01.svg");
  }
  .p-vip__benefits-list > li:hover .p-vip__benefits-list-category::before {
    background-color: var(--2025-main-red, #e73222);
  }
}
@media screen and (max-width: 480px) {
  .p-vip__benefits-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-vip__benefits-list a {
    gap: 24px;
  }
  .p-vip__benefits-list-main-title {
    min-height: 68px;
  }
  .p-vip__benefits-list-main-title h3 {
    font-size: 14px;
  }
  .p-vip__benefits-list-thumbnail {
    width: 104px;
    height: 104px;
    flex-shrink: 0;
  }
  .p-vip__benefits-list-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center;
  }
  .p-vip__benefits-list-more {
    background-image: url("image/icon-arrow-01.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
  }
}

.p-vip__program-section-link-list, .p-program__program-section-link-list {
  display: flex;
  flex-direction: row;
  padding: 8px 0;
  gap: 24px;
  font-size: 18px;
  font-weight: 700;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  line-height: 1;
  margin-bottom: 40px;
}
.p-vip__program-section-link, .p-program__program-section-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  text-decoration: none;
  color: var(--2025-grey_3, #4a4848);
}

.p-vip__program-section-link::before, .p-program__program-section-link::before {
  background-image: url("image/icon-chevron-down-circle.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  content: "";
}

.p-vip__program-section-wrapper, .p-program__program-section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.p-vip__program-section-title, .p-program__program-section-title {
  font-size: 32px;
  font-weight: 700;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  line-height: 1.2;
  padding-bottom: 16px;
  color: var(--2025-main-red);
  border-bottom: 1px solid var(--2025-main-red);
}

.p-satellite-program__about {
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  margin: 40px 0;
  background: 
    linear-gradient(rgba(57, 57, 57, 0.7), rgba(57, 57, 57, 0.7)),
    url("image/bg-satellite-program-about.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-satellite-program__about {
    padding: 16px;
    margin: 24px 0;
  }
}
.p-satellite-program__item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-satellite-program__item {
  border-bottom: 1px solid var(--2025-grey_red_2, #ECD7D5);
  padding-bottom: 40px;
}
.p-satellite-program__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-satellite-program__about div {
  color: var(--2025-white, #FFF);

  /* JP/Body/small-14bold */
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 23.8px */
}
.p-satellite-program__item-title{
  color: var(--2025-black, #000);

  /* JP/Body/medium-16bold */
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  margin-bottom: 8px;
}
.p-satellite-program__item-hours {
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-satellite-program__item-hours {
    flex-direction: column;
    gap: 4px;
  }
}
.p-satellite-program__item-date {
  color: var(--2025-black, #000);

  /* EN/Body/small-14bold {90　700} */
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 23.8px */
}
.p-satellite-program__item-location {
  color: var(--2025-gray_2, #7E7E7E);

  /* EN/Body/small-14bold {90　700} */
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 23.8px */
}
.p-satellite-program__item-location::before {
  content: "at";
  margin-right: 4px;
  color: var(--2025-gray_2, #7E7E7E);
  /* EN/Body/small-14bold {90　700} */
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 23.8px */
}
.p-satellite-program__item-description {
  color: var(--2025-black, #000);

  /* JP/Body/xsmall-12 */
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}
.p-food_drink-program__booth {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-food_drink-program {
  margin: 40px 0;
}
.p-food_drink-program__booth-content {
  background: var(--2025-grey_red_1, #F5F1F1);
  display: flex;
  width: 100%;
  padding: 16px 24px;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}
.p-food_drink-program__booth-content-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-food_drink-program__booth-content-body-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-food_drink-program__booth-content img {
  width: 214px;
  height: 143px;
  flex-shrink: 0;
}
.p-food_drink-program__booth-content-title {
  color: var(--AFAF-black, #000);
  text-align: justify;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 600;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 30.6px */
}
.p-food_drink-program__booth-content-desc {
  color: var(--AFAF-black, #000);
  text-align: justify;
  
  /* JP/Body/small */
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 300;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%; /* 23.8px */ 
}
.p-food_drink-program__booth-content-collaboration {
  color: var(--AFAF-gray-1, #7E7E7E);

  /* JP/Body/xsmall */
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 500;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 19.2px */
}
.p-food_drink-program__booth-content-body-file {
  display: flex;
  justify-content: flex-end;
}
.p-food_drink-program__booth-content-body-file a {
  color: var(--AFAF-black, #000);
  text-align: justify;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 20.4px */
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  justify-content: flex-end;
}
.p-food_drink-program__booth-content-body-file a::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("image/icon-download.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-food_drink-program__booth {
    gap: 16px;
  }
  .p-food_drink-program__booth-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: px;
  }
  .p-food_drink-program__booth-content-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .p-food_drink-program__booth-content img {
    width: 100%;
    height: auto;
  }
}
.c-area__content-inner {
  flex-direction: column;
  padding-top: calc(118px + 96px);
  padding-bottom: 80px;
}
.p-vip[data-news="detail"] .c-area__content-inner {
  padding-top: 107px;
}
.p-10th-edition .c-area__content-inner {
  padding-top: 620px;
}
@media screen and (max-width: 848px) {
  .p-10th-edition .c-area__content-inner {
    padding-top: 660px;
  }
}

@media screen and (max-width: 768px) {
  .c-area__content-inner {
    padding-top: calc(80px + 80px);
    gap: 32px;
    padding-bottom: 40px;
  }
  .p-10th-edition .c-area__content-inner {
    padding-top: 430px;
  }
  .p-vip[data-news="detail"] .c-area__content-inner {
    padding-top: 56px;
  }
}
@media screen and (max-width: 706px) {
  .p-10th-edition .c-area__content-inner {
    padding-top: 450px;
  }
}
@media screen and (max-width: 645px) {
  .p-10th-edition .c-area__content-inner {
    padding-top: 480px;
  }
}

@media screen and (max-width: 555px) {
  .p-10th-edition .c-area__content-inner {
    padding-top: 500px;
  }
}
@media screen and (max-width: 520px) {
  .p-10th-edition .c-area__content-inner {
    padding-top: 520px;
  }
}
@media screen and (max-width: 490px) {
  .p-10th-edition .c-area__content-inner {
    padding-top: 540px;
  }
}
@media screen and (max-width: 464px) {
  .p-10th-edition .c-area__content-inner {
    padding-top: 600px;
  }
}
@media screen and (max-width: 436px) {
  .p-10th-edition .c-area__content-inner {
    padding-top: 640px;
  }
}

.c-area__content-inner-short-header {
  padding-top: calc(64px + 75px) !important;
}
@media screen and (max-width: 768px) {
  .c-area__content-inner-short-header {
    padding-top: calc(32px + 25px) !important;
  }
}

.c-area__content-side {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-area__content-side {
    right: 24px;
  }
}

.c-area__content-main {
  flex-grow: 1;
  padding-left: calc(208px - 64px);
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  padding-top: 80px;
}
.p-10th-edition .c-area__content-main {
  padding-left: 0;
}
.p-vip[data-news="detail"] .c-area__content-main, .p-public-program[data-news="detail"] .c-area__content-main {
  padding-left: 0;
  max-width: 720px;
}

@media screen and (max-width: 960px) {
  .c-area__content-main {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-area__content-main {
    padding-top: 40px;
  }
}

.c-area__content-main-artworks-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-direction: row;
}

.p-404__section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-top: 15svh;
}

.p-404__section-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: var(--2025-main-gray);
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
}

.p-404__section-text {
  font-size: 48px;
  font-weight: 700;
  color: var(--2025-main-gray);
  line-height: 1;
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
}

@media screen and (max-width: 768px) {
  .p-404__section {
    padding-bottom: 5rem;
  }
}

.p-404__section div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.p-404__section img {
  width: 185px;
}

.p-404__section p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .p-404__section p {
    font-size: 14px;
  }
}

.p-404__top-link a {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--2025-main-red);
  border-radius: 32px;
  padding: 8px 16px;
  width: 228px;
  height: 40px;
}

.padding-right-96 {
  padding-right: 96px;
}

@media screen and (max-width: 768px) {
  .padding-right-96 {
    padding-right: 0px;
  }
}
.padding-right-content-main {
  padding-right: 8px;
}
@media screen and (max-width: 960px) {
  .padding-right-content-main {
    padding-right: 0px;
  }
}
.padding-right-content-main-144 {
  padding-right: 144px;
}
@media screen and (max-width: 960px) {
  .padding-right-content-main-144 {
    padding-right: 0px;
  }
}

.sns-icon-x {
  width: 20px !important;
  height: 20px !important;
}

.c-nav-global-sns a {
  display: block;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 300ms;
}
.header-sns-icon-x {
  background-image: url("image/icon-social-x.svg");
}
.header-sns-icon-x:hover {
  background-image: url("image/icon-social-x-red.svg");
}
/* .c-header-hero .header-sns-icon-x {
  background-image: url("image/icon-social-x-white.svg");
} */
.header-sns-icon-instagram {
  background-image: url("image/icon-social-instagram.svg");
}
.header-sns-icon-instagram:hover {
  background-image: url("image/icon-social-instagram-red.svg");
}
/* .c-header-hero .header-sns-icon-instagram {
  background-image: url("image/icon-social-instagram-white.svg");
} */
.header-sns-icon-facebook {
  background-image: url("image/icon-social-facebook.svg");
}
.header-sns-icon-facebook:hover {
  background-image: url("image/icon-social-facebook-red.svg");
}
/* .c-header-hero .header-sns-icon-facebook {
  background-image: url("image/icon-social-facebook-white.svg");
} */
.header-sns-icon-xiaohongshu {
  background-image: url("image/icon-social-xiaohongshu.svg");
}
/* .c-header-hero .header-sns-icon-xiaohongshu {
  background-image: url("image/icon-social-xiaohongshu-white.svg");
} */

.header-sns-icon-instagram-white {
  background-image: url("image/icon-social-instagram-white.svg");
}
.header-sns-icon-instagram-white:hover {
  background-image: url("image/icon-social-instagram.svg");
}
.header-sns-icon-x-white {
  background-image: url("image/icon-social-x-white.svg");
}
.header-sns-icon-x-white:hover {
  background-image: url("image/icon-social-x.svg");
}
.header-sns-icon-facebook-white {
  background-image: url("image/icon-social-facebook-white.svg");
}
.header-sns-icon-facebook-white:hover {
  background-image: url("image/icon-social-facebook.svg");
}

.border-bottom {
  border-bottom: 1px solid black;
}

.p-archives__wrapper {
  margin: 80px auto 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .p-archives__wrapper {
    margin: 40px auto 0px;
  }
}

.p-archives__section {
  margin: 0 144px;
}
@media screen and (max-width: 960px) {
  .p-archives__section {
    flex-direction: column;
    gap: 40px;
    margin: 0;
  }
}
.p-archives__section:not(:last-child) {
  border-bottom: 1px solid black;
}
.p-archives__section::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  transition-duration: 1000ms;
}
.p-archives__section[data-view="show"]::before {
  width: 100%;
}
.p-archives__section-heading {
  display: flex;
  width: 100%;
  padding-bottom: 8px;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 40px;
  position: relative;
}
.p-archives__section-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: var(--2025-main-red);
  transition: width 2s ease, opacity 2s ease;
  opacity: 0;
}
.p-archives__section-heading.animate-line::after {
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-archives__section-heading {
    width: 100%;
    margin-right: 0;
  }
}
.p-archives__section-heading h2 {
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: var(--2025-main-red);
}

.p-archives__list {
  width: 100%;
}
.p-archives__list ul {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
.p-archives__list ul li:not(:last-child) {
  border-bottom: 1px solid black;
}
.p-archives__list ul a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  color: #000;
  text-decoration: none;
  background-color: transparent;
  padding: 24px 0;
}
.p-archives__list ul li:first-child a {
  padding: 0 0 24px 0;
}
.p-archives__list ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.p-archives__list ul a[href$="pdf"]::after {
  display: inline-block;
  font-size: 0;
  margin: 7px 0 0 auto;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "PDF";
  background-image: url("image/icon-pdf-02.svg");
}
.p-vip__comingsoon {
  margin-top: 64px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.p-vip__comingsoon h1 {
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  font-size: 64px;
  line-height: 1;
  color: var(--2025-main-gray);
}
.p-vip__comingsoon p {
  font-size: 14px;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-vip__comingsoon {
    margin-top: 40px;
  }
  .p-vip__comingsoon h1 {
    font-size: 48px;
  }
}

/* 2024/08/29~2024/08/30 谷原 以下加筆 */

.p-public-program__detail {
  padding-top: 229px;
  padding-bottom: 161px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-public-program__detail {
    padding-top: 130px;
    padding-bottom: 48px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.p-public-program__detail-back {
  margin-bottom: 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-public-program__detail-back {
    margin-bottom: 30px;
  }
}
.p-public-program__detail-back a {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 300ms cubic-bezier(0.635, 0, 0.125, 1);
  /* custom */
  transition-timing-function: cubic-bezier(0.635, 0, 0.125, 1);
  /* custom */
}
.p-public-program__detail-back a:hover {
  color: var(--2025-main-red);
}
.p-public-program__detail-back a::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  transform-origin: center;
  transform: rotate(180deg);
  background-image: url("image/icon-arrow-01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-public-program__detail-taxonomy {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 40px;
}
.p-public-program__detail-taxonomy-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--2025-main-gray_2);
}
.p-public-program__detail-taxonomy-item::before {
  display: inline-block;
  content: "#";
}
.p-public-program__detail-meta dl {
  margin-bottom: 8px;
}
.p-public-program__detail-meta dl div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-public-program__detail-meta dt,
.p-public-program__detail-meta dd {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
}
.p-public-program__detail-meta dt::after {
  display: inline-block;
  content: "：";
  margin: 0 2px;
}
.p-public-program__detail-pager {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.p-public-program__detail-pager[data-pager="pc"] {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-public-program__detail-pager[data-pager="pc"] {
    display: none;
  }
}
.p-public-program__detail-pager[data-pager="sp"] {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-public-program__detail-pager[data-pager="sp"] {
    margin-top: 80px;
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
.p-public-program__detail-pager a {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 300ms cubic-bezier(0.635, 0, 0.125, 1);
  /* custom */
  transition-timing-function: cubic-bezier(0.635, 0, 0.125, 1);
  /* custom */
}
.p-public-program__detail-pager a:hover {
  color: var(--2025-main-red);
}
.p-public-program__detail-pager a[data-link="next"] {
  flex-direction: row-reverse;
}
.p-public-program__detail-pager a[data-link="next"]::before {
  transform: rotate(0deg);
}
.p-public-program__detail-pager a::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  transform-origin: center;
  transform: rotate(180deg);
  background-image: url("image/icon-arrow-01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-public-program__detail-side {
  position: fixed;
  left: 72px;
  top: 229px;
  z-index: 0;
  height: calc(100svh - 154px - 229px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-public-program__detail-side {
    position: static;
    height: auto;
    margin-bottom: 40px;
  }
}
.p-public-program__detail-main {
  margin-left: auto;
  width: calc(758 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  .p-public-program__detail-main {
    margin-left: 0;
    width: 100%;
  }
}
.p-public-program__aply-side {
  display: block;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .p-public-program__aply-side {
    display: none;
  }
}
.p-public-program__aply {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
  text-decoration: none;
  color: var(--2025-main-red) !important;
  border: 1px solid var(--2025-main-red);
  padding: 18px 20px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 300ms;
}
@media screen and (max-width: 400px) {
  .p-public-program__aply {
    padding: 18px 0 !important;
    width: 100%;
  }
}
.p-public-program__aply:hover {
  background-color: var(--2025-main-red);
  color: white !important;
}
.p-public-program__aply::after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  transform-origin: center;
  background-image: url("image/icon-arrow-01-red.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 300ms;
}
.p-public-program__aply:hover::after {
  background-image: url("image/icon-arrow-01-white.svg");
}
.p-public-program__aply-finished {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
  text-decoration: none;
  color: #7e7e7e !important;
  border: 1px solid var(--2025-main-gray_2);
  padding: 18px 20px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 300ms;
  pointer-events: none;
}
.p-public-program__detail-header {
  border-bottom: 1px solid #A8A8A8;
  padding-bottom: 32px;
  margin-bottom: 40px;
}
.p-public-program__detail-header-date-week-hours {
  display: flex;
  padding-right: 24px;
  align-items: baseline;
  gap: 4px;
  border-right: 1px solid var(--2025-grey_red_2, #ECD7D5);
}
.p-public-program__detail-header-week {
  color: var(--2025-main-red);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.p-public-program__detail-header-hours {
  color: var(--2025-main-red);

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  margin-left: 16px;
}
.p-public-program__detail-concrete {
  width: 100%;
}
.p-public-program__detail-concrete p {
  color: var(--2025-black);
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}

.p-public-program__detail-header-date {
  color: var(--2025-main-red);
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.p-public-program__detail-header-date span {
  font-size: 14px;
  line-height: 1.7;
}
.p-public-program__detail-sub-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-end;
  margin-bottom: 16px;
}
.p-public-program__detail-header-section {
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  color: var(--2025-gray_2);
}
.p-public-program__detail-header-section::before {
  content: "#";
}
.p-public-program__detail-header-hours {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}
.p-public-program__detail-header h1 {
  color: var(--2025-black);
  font-kerning: none;
  font-family: "Zen Kaku Gothic New";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.p-public-program__detail-venue {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 16px;
}

.p-public-program__detail-venue dt,
.p-public-program__detail-venue dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-public-program__detail-header h1 {
    font-size: 21px;
    line-height: 1.3;
  }
}
.p-public-program__detail-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
.p-public-program__detail-thumbnail {
  width: 100%;
}
.p-public-program__detail-lead {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  width: 100%;
  text-align: left;
}
.p-public-program__detail-concrete-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.p-public-program__detail-desctiption {
  display: flex;
  flex-direction: column;
  gap: 24px;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 24px;
}
.p-public-program__detail-desctiption > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-public-program__detail-content a {
  color: var(--2025-main-red);
  transition: color 300ms;
}
.p-public-program__detail-content a:hover {
  color: #2f2b2b;
  text-decoration: none;
}
.p-public-program__detail-content img {
  width: 100%;
  height: auto;
}
.p-public-program__detail-content img + img {
  margin-top: 14px;
}

.p-public-program__detail-concrete-title::before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: var(--2025-main-red);
  border-radius: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.p-ticket__side-link {
  display: inline-flex;

  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.7;
  text-decoration: none;
  color: var(--2025-main-red);
  border: 1px solid var(--2025-main-red);
  padding: 16px 0;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  transition: all 300ms;
}
@media screen and (max-width: 768px) {
  .p-ticket__side-link {
    display: none;
  }
}
.p-ticket__side-link::after {
  content: "";
  width: 24px;
  height: 24px;
  transform-origin: center;
  transform: rotate(-45deg);
  background-image: url("image/icon-arrow-01-red.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 300ms;
}
.p-ticket__side-link:hover {
  background-color: var(--2025-main-red);
  color: white;
}
.p-ticket__side-link:hover::after {
  background-image: url("image/icon-arrow-01-white.svg");
}
.p-ticket__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-ticket__wrapper {
    gap: 40px;
  }
}

.p-ticket__wrapper h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
.p-ticket__wrapper-highlights {
  position: relative;
  border: 2px solid black;
  padding: 24px 28px;
}
.p-ticket__wrapper-highlights::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  height: 75%;
  border-left: 2px solid #fbfafa;
}
.p-ticket__wrapper-highlights::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  height: 75%;
  border-left: 2px solid #fbfafa;
}
.p-ticket__wrapper-highlights-head h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.p-ticket__wrapper-highlights-head h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 8px;
  white-space: pre-wrap;
  word-break: keep-all;
}
.p-ticket__wrapper-highlights-head p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 16px;
}
.p-ticket__wrapper-highlights-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-ticket__wrapper-highlights-body {
    gap: 24px;
  }
}
.p-ticket__wrapper-highlights-card {
  width: calc(100% / 2 - 32px / 2);
}
@media screen and (max-width: 790px) {
  .p-ticket__wrapper-highlights-card {
    width: 100%;
  }
}
.p-ticket__wrapper-highlights-card-thumbnail {
  position: relative;
}
.p-ticket__wrapper-highlights-card-thumbnail img {
  width: 100%;
  object-fit: contain;
}
.p-ticket__wrapper-highlights-card-thumbnail h5 {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #eb5e36;
  color: white;

  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 14px;
  font-style: normal;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 8px 16px;
}
.p-ticket__wrapper-highlights-card p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  padding: 16px 0;
}
.p-ticket__wrapper-highlights-pagination {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-top: 24px;
}
.p-ticket__wrapper-highlights-pagination-input {
  display: none;
}
.p-ticket__wrapper-highlights-back {
  background-color: black;
  padding: 4px;
  height: 32px;
}
.p-ticket__wrapper-highlights-back::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  transform-origin: center;
  transform: rotate(180deg);
  background-image: url("image/icon-arrow-01-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-ticket__wrapper-highlights-next {
  background-color: black;
  padding: 4px;
  height: 32px;
}
.p-ticket__wrapper-highlights-next::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  transform-origin: center;
  background-image: url("image/icon-arrow-01-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.p-ticket__section {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .p-ticket__section {
    gap: 24px;
  }
}

.p-ticket__section > h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  color: var(--2025-main-red);
  padding-bottom: 8px;
  position: relative;
}
.p-ticket__section > h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: var(--2025-main-red);
  transition: width 2s ease, opacity 2s ease;
  opacity: 0;
}
.p-ticket__section > h2.animate-line::after {
  width: 100%;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .p-ticket__section > h2 {
    font-size: 28px;
  }
}

.p-ticket__tickets {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0px !important;
}
.p-ticket__tickets-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-ticket__tickets-wrapper > div:not(:last-child) {
  border-bottom: 1px solid #ecd7d5;
}
.p-ticket__tickets-wrapper h2 {
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 1px solid black;
  padding-bottom: 8px;
}
.p-ticket__tickets-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-ticket__tickets-inner {
    gap: 16px;
    padding: 40px 0;
  }
}

.p-ticket__tickets-inner h3 {
  display: inline-flex;
  justify-content: space-between;
  font-weight: 700;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 28px;
  font-style: normal;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-ticket__tickets-inner h3 {
    font-size: 21px;
  }
}

.p-ticket__tickets-inner h3 > span {
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 600;
  font-size: 16px;
  font-style: normal;
  line-height: 1.7;
  text-transform: uppercase;
}
.p-ticket__tickets-inner[status="active"] h3 {
  color: var(--2025-main-red);
}
.p-ticket__tickets-inner > div > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.p-ticket__tickets-inner > div > div > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-ticket__tickets-inner > div > div > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.p-ticket__tickets-inner > div > p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
.p-ticket__tickets-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-ticket__tickets-label {
    font-size: 14px;
  }
}

.p-ticket__tickets-body {
  display: flex;
  flex-direction: column;
  background-color: #faf3f3;
  border-radius: 8px;
  padding: 16px 24px;
  gap: 8px;
}

.p-ticket__tickets-label > span {
  text-align: left;
  display: inline-block;
  width: 104px;
}
.p-ticket__tickets-value {
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-ticket__tickets-value {
    font-size: 14px;
  }
}
.p-ticket__tickets-price {
  display: inline-flex;
  flex-wrap: wrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}
/* .p-ticket__tickets-value > span > span {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
} */
.p-ticket__tickets-finished-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border: none !important;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
}
.p-ticket__tickets-finished-text {
  border: none !important;
  padding: 0 !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  text-align: center;
}
.p-ticket__precautions {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.p-ticket__precautions > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-ticket__precautions p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

.p-ticket__tickets-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.p-ticket__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  text-decoration: none;
  color: white;
  background-color: var(--2025-main-red);
  padding: 8px 16px 8px 32px;
  text-align: center;
  transition: all 300ms;
  border-radius: 32px;
  max-width: 228px;
  width: 100%;
}
.p-ticket__link::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  transform-origin: center;
  transform: rotate(-45deg);
  background-image: url("image/icon-arrow-01-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 300ms;
}
.p-ticket__tickets-coming-soon {
  font-size: 14px;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-weight: 700;
  line-height: 1;
  color: white;
  background-color: black;
  padding: 14px 16px;
  text-align: center;
  transition: all 300ms;
  border-radius: 32px;
  max-width: 228px;
  width: 100%;
}
.p-ticket__tickets-sold-out {
  font-size: 14px;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-weight: 700;
  line-height: 1;
  color: var(--2025-main-gray);
  border: 1px solid var(--2025-main-gray);
  padding: 14px 16px;
  text-align: center;
  transition: all 300ms;
  border-radius: 32px;
  max-width: 228px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-ticket__link,
  .p-ticket__tickets-coming-soon,
  .p-ticket__tickets-sold-out {
    width: 100%;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .p-ticket__tickets-sold-out {
    margin-bottom: 24px;
  }
}

.p-artworks__side {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-artworks__side {
    position: relative;
  }
}
.p-artworks__side-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-artworks__side-form {
    display: none;
  }
}
.p-artworks__form {
  display: none;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-artworks__form {
    display: none;
  }
}
.p-artworks__form-button {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.7;
  background-color: black;
  color: white;
  width: 100%;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.p-artworks__form-button::before {
  content: "";
  width: 16px;
  height: 16px;
}
.p-artworks__form-button::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  transform-origin: center;
  transform: rotate(45deg);
  background-image: url("image/icon-close-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-artworks__form-inner {
  visibility: hidden;
  height: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 16px;
  border: 1px solid black;
  transition: all 500ms cubic-bezier(0.635, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.635, 0, 0.125, 1);
  transition-delay: 500ms;
}
.p-artworks__form-inner[hide="false"] {
  visibility: visible;
  height: 100%;
  opacity: 1;
}
.p-artworks__form-button:has(+ .p-artworks__form-inner[hide="false"])::after {
  transform: rotate(0);
}
.p-artworks__side-form-key {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid black;
  padding: 8px 0;
}
.p-artworks__side-form-key::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  transform-origin: center;
  background-image: url("image/icon-search.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-artworks__side-form-key-input {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}
.p-artworks__side-form-key-input::placeholder {
  color: var(--2025-main-gray_2);
}
.p-artworks__side-form-key-input:focus {
  outline: none;
}
.p-artworks__side-form-label {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 16px;
  font-style: normal;
  line-height: 1.7;
  border-bottom: 1px solid black;
}
.p-artworks__side-form-body {
  display: flex;
  flex-direction: column;
}
.p-artworks__side-form-row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 8px;
  padding: 4px 0;
  border-bottom: 1px solid #dcdcdc;
}
.p-artworks__side-form-ckeckbox {
  position: relative;
  -webkit-appearance: checkbox !important;
  appearance: none;
  opacity: 0;
}
.p-artworks__side-form-ckeckbox:checked {
  -webkit-appearance: none !important;
  appearance: none;
  width: 13px;
  opacity: 1;
}
.p-artworks__side-form-ckeckbox:checked::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-color: var(--2025-main-red);
  transform: rotate(-45deg);
  top: 6px;
}
.p-artworks__side-form-body label {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  color: var(--2025-main-gray_2);
  transition: all 300ms;
  flex-grow: 1;
}
.p-artworks__side-form-row:hover label {
  color: #eb5e36;
}
.p-artworks__side-form-ckeckbox:checked ~ label {
  color: #eb5e36;
}
.p-artworks__side-form-tags {
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: start;
  margin-top: 8px;
}
.p-artworks__side-form-tags input {
  display: none;
}
.p-artworks__side-form-tags label {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  color: var(--2025-main-gray_2);
  padding: 4px 8px;
  border: 1px solid var(--2025-main-gray_2);
  border-radius: 4px;
  transition: all 300ms;
}
.p-artworks__side-form-tags label::before {
  content: "#";
}
.p-artworks__side-form-tags label:hover {
  color: #eb5e36;
  border-color: #eb5e36;
}
.p-artworks__side-form-tags input:checked ~ label {
  color: #eb5e36;
  border-color: #eb5e36;
}
.p-artworks__side-form-reset {
  display: none;

  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-artworks__side-form-reset {
    margin-left: auto;
  }
}
.p-artworks__side-form-reset::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  transform-origin: center;
  transform: rotate(45deg);
  background-image: url("image/icon-close.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-artworks__side-form-reset[hide="false"] {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.p-artworks__side-form-section,
.p-artworks__side-form-type {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-artworks__artscenes-header-link,
.p-ticket-header-link {
  background-color: white;
  color: var(--2025-main-red);
  border-radius: 32px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.7;
  font-size: 16px;
  padding: 8px 16px 8px 24px;
  transition: all 300ms;
  margin-bottom: 40px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.p-artworks__artscenes-header-link::after,
.p-ticket-header-link::after {
  display: inline-flex;
  content: "";
  width: 16px;
  height: 16px;
  transform-origin: center;
  transform: rotate(-45deg);
  background-image: url("image/icon-arrow-01-red.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 300ms;
}
.p-artworks__artscenes-header-link:hover:after,
.p-ticket-header-link:hover:after {
  background-image: url("image/icon-arrow-01-red.svg");
}
@media screen and (max-width: 768px) {
  .p-artworks__artscenes-header-link,
  .p-ticket-header-link {
    display: none;
  }
}
.p-artworks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px 32px;
  margin-top: 40px;
  min-height: 40svh;
}
.p-artworks__wrapper {
  margin: 80px 0;
}
.p-artworks__item {
  width: calc(100% / 4 - 32px * 3 / 4);
}
@media screen and (max-width: 960px) {
  .p-artworks {
    gap: 18px;
    min-height: 0;
  }
  .p-artworks__item {
    width: calc(100% / 2 - 18px / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-artworks {
    margin-top: 24px;
  }
  .p-artworks__wrapper {
    margin: 40px 0;
  }
}
.p-artworks__result-count {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-artworks__result-count {
    gap: 16px;
  }
}
.p-artworks__result-count-text {
  color: var(--2025-black);
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
.p-artworks__result-count-text span {
  color: var(--2025-main-red);
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-right: 8px;
}
.p-artworks__card {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #f5f1f1;
  padding: 16px;
  border-radius: 16px;
}
.p-artworks__card-thumbnail {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
}
.p-artworks__card-thumbnail::after {
  content: "More Information";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: white;
  display: none;
  z-index: 1000;
  filter: drop-shadow(1px 1px 16px #000000);
}
.p-artworks__card:hover .p-artworks__card-thumbnail::after {
  display: block;
}
.p-artworks__card-thumbnail img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-artworks__card:hover .p-artworks__card-thumbnail img {
  filter: blur(4px) brightness(90%);
}
.p-artworks__card-info {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  height: 100%;
}
.p-artworks__card-info-top {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-artworks__card-artist-name {
  color: var(--2025-black);
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}
@media screen and (max-width: 768px) {
  .p-artworks__card-artist-name {
    font-size: 14px;
  }
}
.p-artworks__card:hover .p-artworks__card-artist-name {
  border-color: black;
}
.p-artworks__card-title {
  color: var(--2025-gray_2);
  /* JP/Body/xsmall-12bold */
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
}
@media screen and (max-width: 768px) {
  .p-artworks__card-artist-name {
    font-size: 12px;
  }
}
.p-artworks__card-artworks-section {
  color: var(--2025-gray_1);
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 500;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  display: flex;
  flex-direction: row;
  align-items: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-artworks__card-artworks-section {
    font-size: 12px;
  }
}
.p-artworks__card-artworks-section:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--2025-main-red);
  border-radius: 50%;
  margin-right: 4px;
}
.p-artworks__card-artworks-tag-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-artworks__card-artworks-tag-wrapper div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-artworks__card-artworks-tag-wrapper div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}
.p-artworks__card-tag {
  color: var(--2025-gray_1);
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 500;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  display: flex;
  flex-direction: row;
  align-items: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-artworks__card-tag {
    font-size: 12px;
  }
}
.p-artworks__exhibitor-sections {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.section-exhibitor-tag-galleries,
.section-exhibitor-tag-partner,
.section-exhibitor-tag-afaf-special-booth,
.section-exhibitor-tag-collaboration {
  color: var(--2025-gray_1);
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 500;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  justify-content: center;
  align-items: center;
  display: flex;
}
.section-exhibitor-tag-galleries::before,
.section-exhibitor-tag-partner::before,
.section-exhibitor-tag-afaf-special-booth::before,
.section-exhibitor-tag-collaboration::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--2025-main-red);
  border-radius: 50%;
  margin-right: 4px;
  flex-shrink: 0;
}
.section-exhibitor-tag-galleries::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 4px;
}
.section-exhibitor-tag-galleries::before {
  background-color: var(--2025-main-red);
}
.section-exhibitor-tag-partner::before {
  background-color: var(--2025-partner-blue);
}
.section-exhibitor-tag-afaf-special-booth::before {
  background-color: var(--2025-sub-yellow);
}
.section-exhibitor-tag-collaboration::before {
  background-color: var(--2025-collaboration-sky);
}
.p-artworks__exhibitor-names-partner,
.p-artworks__exhibitor-names-afaf-special-booth,
.p-artworks__exhibitor-names-collaboration {
  color: var(--2025-gray_1);
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 500;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  vertical-align: middle;
}
.p-artworks__exhibitor-names-partner::before,
.p-artworks__exhibitor-names-afaf-special-booth::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 4px;
  background-color: transparent;
  flex-shrink: 0;
}
.p-artworks__exhibitor-names-partner::before {
  border: 1px solid var(--2025-partner-blue);
}
.p-artworks__exhibitor-names-afaf-special-booth::before {
  border: 1px solid var(--2025-sub-yellow);
}
.p-artworks__card-tag::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid var(--2025-sub-yellow);
  border-radius: 50%;
  margin-right: 4px;
  background-color: transparent;
}
.p-artworks__card-artworks-type {
  color: var(--2025-gray_1);
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 500;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
}
@media screen and (max-width: 768px) {
  .p-artworks__card-artworks-type {
    font-size: 12px;
  }
}
.p-artworks__card-artworks-type::before {
  content: "#";
  margin-right: 4px;
}
.p-artworks__modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
}
.p-artworks__modal[display="true"] {
  z-index: 1000;
  display: block;
}
.p-artworks__modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-artworks__modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-artworks__modal-filter {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.p-artworks__modal-body {
  position: relative;
  background-color: white;
  width: 80%;
  border-radius: 16px;
  max-width: 1034px;
}
@media screen and (max-width: 960px) {
  .p-artworks__modal-body {
    width: 90%;
  }
}
.p-artworks__modal-close-button {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 24px;
  img {
    transform: rotate(45deg);
  }
}
.p-artworks__modal-tag {
  position: absolute;
  top: 100px;
  right: -12px;
  transform: rotate(90deg);

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  color: var(--2025-main-red);
}
.p-artworks__modal-tag::before {
  content: "#";
}
@media screen and (max-width: 768px) {
  .p-artworks__modal-tag {
    top: 16px;
    left: 24px;
    transform: rotate(0);
    width: fit-content;
  }
}
.p-artworks__modal-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 64px 64px 56px 64px;
  transition: all 300ms;
}
@media screen and (max-width: 768px) {
  .p-artworks__modal-content {
    gap: 24px;
    padding: 24px;
  }
}
.p-artworks__modal[display="true"] .p-artworks__modal-content > div {
  visibility: visible;
  opacity: 1;
}
.p-artworks__modal-content > div {
  visibility: hidden;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.635, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.635, 0, 0.125, 1);
  transition-delay: 500ms;
}
.p-artworks__empty {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  width: 100%;
  margin: auto 0;
  min-height: 134px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-artworks__empty {
    font-size: 12px;
  }
}
.p-artworks__paging {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 80px;
}
.page-numbers {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
}
.p-artworks__paging .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: black;
  background-color: var(--main-background-color);
  height: 36px;
  text-decoration: none;
}
.p-artworks__paging span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--2025-main-red);
  background-color: var(--main-background-color);
  text-decoration: underline;
  height: 35px;
}
.p-artworks__paging span.dots {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--2025-main-gray_2);
  text-decoration: none;
  background-color: var(--main-background-color);
  height: 35px;
}
.p-artworks__paging .prev,
.p-artworks__paging .next {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  padding: 0 8px 0 16px;
  padding: 0 8px;
}
.p-artworks__paging .prev::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
  transform-origin: center;
  background-image: url("image/icon-arrow-05.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-artworks__paging .next::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  transform-origin: center;
  background-image: url("image/icon-arrow-05.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-artworks__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-artworks__content {
    gap: 24px;
  }
}
.p-artworks__image {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}
.p-artworks__image img {
  height: 440px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-artworks__image {
    margin-top: 40px;
  }
  .p-artworks__image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
}
.p-artworks__images {
  display: flex;
  flex-direction: row;
  gap: 8px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-artworks__images div {
  padding: 6px;
  flex-shrink: 0;
  cursor: pointer;
}
.p-artworks__images img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}
.p-artworks__info {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-direction: row;
  padding: 24px 0;
  border-top: 1px solid black;
}
@media screen and (max-width: 768px) {
  .p-artworks__info {
    flex-direction: column;
    padding: 0;
  }
}
.p-artworks__info > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-artworks__info > div:first-child {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-artworks__info > div:first-child {
    width: 100%;
  }
}
.p-artworks__info > div:last-child {
  width: 60%;
}
.p-artworks__info-exhibitors {
  border-left: 1px solid black;
  padding-left: 40px;
  margin-bottom: 40px;
}
.p-artworks__info-exhibitors {
  display: flex;
  flex-direction: column;
  border-left: none;
  border-top: 1px solid black;
  padding-left: 0;
  padding-top: 40px;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-artworks__info > div {
    width: 100%;
    padding: 16px 0 24px;
    gap: 4px;
  }
  .p-artworks__info-exhibitors {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 16px;
    gap: 0;
  }
  .p-artworks__info > div:last-child {
    width: 100%;
    gap: 16px;
  }
}
.p-artworks__info-artistname {
  color: #000;
  font-kerning: none;
  font-family: "Zen Kaku Gothic New";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  max-width: 360px;
  line-height: 130%; /* 36.4px */
}
@media screen and (max-width: 768px) {
  .p-artworks__info-artistname {
    color: #000;
    font-family: "Zen Kaku Gothic New";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 33.6px */
    max-width: unset;
    width: 100%;
  }
}
.p-artworks__info-artistname-en {
  color: var(--2025-gray_2);
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 600;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
}
@media screen and (max-width: 768px) {
  .p-artworks__info-artistname-en {
    font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
    font-size: 16px;
    font-weight: 700;
    line-height: 170%;
  }
}
.p-artworks__info-title {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 33.6px */
}
@media screen and (max-width: 768px) {
  .p-artworks__info-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 170%;
  }
}
.p-artworks__info-details {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  color: var(--2025-main-gray_2);
  display: flex;
  flex-direction: column;
  border-left: 1px solid #000;
  padding-left: 40px;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-artworks__info-details {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid black;
  }
}
.p-artworks__info-details-items {
  color: var(--2025-gray_2);
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 23.8px */
}
.p-artworks__contact-button {
  display: flex;
  padding: 8px 16px 8px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 56px;
  border: 1px solid var(--2025-black);
  align-self: flex-end;
  transition: all 300ms;
}
.p-artworks__contact-button a {
  color: var(--2025-black, #000);
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.p-artworks__contact-button a:after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 2px;
  background-image: url("image/icon-arrow-06.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-artworks__contact-button:hover {
  background-color: var(--2025-main-red);
  color: var(--2025-white);
  transition: all 300ms;
  border: 1px solid var(--2025-main-red);
}
.p-artworks__contact-button:hover a {
  color: var(--2025-white);
  transition: all 300ms;
}
.p-artworks__contact-button:hover a:after {
  background-image: url("image/icon-arrow-01-white.svg");
  transform: rotate(-45deg);
}

.p-artworks__info-exhibitor-wrapper {
  border-bottom: 1px solid black;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.p-artworks__info-exhibitor-wrapper:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-artworks__info-exhibitor-wrapper {
    padding-bottom: 24px;
    margin-bottom: 16px;
  }
}
.p-artworks__info-exhibitor {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-artworks__info-exhibitor {
    gap: 8px;
  }
}

.p-artworks__info-exhibitor-name {
  color: var(--AFAF-black, #000);
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 600;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
}
.p-artworks__info-exhibitor-link {
  display: flex;
  padding: 8px 16px 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 48px;
  background: var(--2025-main-red);
  color: var(--2025-white, #fff);
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 20.4px */
  text-decoration: none;
  transition: all 300ms;
}
.p-artworks__info-exhibitor-link:hover {
  opacity: 0.7;
}
.p-artworks__info-exhibitor-link::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  transform-origin: center;
  background-image: url("image/icon-arrow-01-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 2px;
}
.p-artworks__info-exhibitor-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  color: var(--2025-main-gray_2);
  row-gap: 8px;
  margin-top: 8px;
}
.p-artworks__info-exhibitor-details dl {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.p-artworks__info-exhibitor-details dt {
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  width: 48px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: var(--2025-gray_2);
}
.p-artworks__info-exhibitor-details dd {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  color: var(--2025-gray_2);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 12px */
  width: 75%;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.p-artworks__artist-profile {
  margin-top: 40px;
  border-top: 1px solid black;
  padding-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-artworks__artist-profile {
    margin-top: 16px;
  }
}
.p-artworks__artist-profile-heading {
  color: var(--AFAF-black, #000);
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-artworks__artist-profile-heading {
    margin-bottom: 8px;
  }
}
.p-artworks__artist-profile-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-artworks__artist-profile-inner p {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 23.8px */
}
.p-artworks__artscenes-link {
  text-decoration: none;

  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  background-color: black;
  color: white;
  padding: 16px 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  max-width: 660px;
  justify-content: center;
  transition: all 300ms;
}
.p-artworks__artscenes-link:hover {
  background-color: var(--2025-main-red);
}
.p-artworks__artscenes-link::after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  transform-origin: center;
  transform: rotate(-45deg);
  background-image: url("image/icon-arrow-01-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-artworks__artscenes-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7;
    padding: 16px 19px;
  }
}

.p-focus__section {
  margin-top: 40px;
}
.p-focus__section-tab {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 2rem;
  border-bottom: 2px solid black;
  overflow-x: auto;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-focus__section-tab {
    gap: 1.2rem;
  }
}
.p-focus__section-tab button {
  cursor: pointer;

  font-weight: 500;
  font-size: 32px;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
  text-align: left;
  text-transform: uppercase;
  color: var(--2025-main-gray);
  background-color: transparent;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .p-focus__section-tab button {
    font-size: 3rem;
    min-width: 0;
  }
}
.p-focus__section-tab button:hover {
  color: var(--2025-main-red);
}
.p-focus__section-tab button[aria-selected="true"] {
  color: #000;
  border-bottom: 4px solid black;
}
.p-focus__section-tabpanel > div[aria-hidden="true"] {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  opacity: 0;
  display: none;
  z-index: -1;
}
.p-focus__section-tabpanel > div[aria-hidden="false"] {
  position: relative;
  opacity: 1;
  display: flex;
  z-index: 1;
  height: 100%;
}
.p-focus__section-content {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.p-focus__section-lead {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}
.p-focus__section-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-focus__section-artists {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  z-index: 1;
}
.p-focus__section-artists > a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  color: black;
  text-decoration: none;
}
.p-focus__section-artists > a::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  transform-origin: center;
  background-image: url("image/icon-arrow-03.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
}
.p-focus__section-items {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-focus__section-items {
    gap: 56px;
  }
}
.p-focus__section-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  padding-top: 116px;
  margin-top: -116px;
}
.p-focus__section-item-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 24px;
}
.p-focus__section-item-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-focus__section-item-description > h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 16px;
  border-left: 4px solid var(--2025-main-red);
}
.p-focus__section-item-description p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--2025-main-gray_2);
}
.p-focus__section-item-artist-profile {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--2025-main-gray_2);
}
.p-focus__section-item-artist-profile > h3 {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 16px;
  font-style: normal;
  line-height: 1.7;
}
.p-focus__section-item-artist-profile-content {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 24px;
}
.p-focus__section-item-artist-profile-content p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}
.p-focus__section-item-artist-profile-image {
  width: 120px;
  height: auto;
  object-fit: contain;
}
.p-focus__section-item-galleries {
  display: flex;
  flex-direction: column;
}
.p-focus__section-item-gallery {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: black;
  text-decoration: none;
  z-index: 1;
}
.p-focus__section-item-gallery-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.p-focus__section-item-gallery-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
.p-focus__section-item-gallery-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;

  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  font-size: 16px;
  font-style: normal;
  line-height: 1.3;
  color: black;
  text-decoration: none;
  transition: all 300ms;
}
.p-focus__section-item-gallery:hover .p-focus__section-item-gallery-link {
  color: var(--2025-main-red);
}
.p-focus__section-item-gallery-link::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  transform-origin: center;
  background-image: url("image/icon-arrow-01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 300ms;
}
.p-focus__section-item-gallery:hover
  .p-focus__section-item-gallery-link::after {
  background-image: url("image/icon-arrow-01-red.svg");
}
.p-focus__section-item-gallery-info {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.p-focus__section-item-gallery-info p {
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  color: var(--2025-main-gray_2);
}
.p-focus__section-item-gallery-info p span {
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  text-transform: capitalize;
}
.p-focus__section-item-thumbnail {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: end;
  gap: 8px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-focus__section-item-thumbnail {
    width: 100%;
    align-items: start;
  }
}
.p-focus__section-item-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.p-focus__section-item-thumbnail p {
  color: var(--2025-main-gray_2);

  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}

.padding-x-115 {
  padding-left: 115px;
  padding-right: 115px;
}
.border-none {
  border: none;
}
.ly__center {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
/* 27.2px */

.fotter-assets {
  display: flex;
  flex-direction: row;
  gap: 56px;
}
.fotter-assets > div {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
.fotter-assets > div > p {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: white;
}
.fotter-assets > a > img {
  padding: 7px 0;
}

@media screen and (max-width: 768px) {
  .fotter-assets {
    flex-direction: column;
    gap: 24px;
  }
  .fotter-assets > div {
    align-items: start;
    flex-direction: column;
    gap: 16px;
  }
}

.c-banner {
  position: fixed;
  z-index: 1;
  bottom: 54px;
  right: 54px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.c-banner__close-button:hover {
  cursor: pointer;
}

.margin-left {
  margin-left: auto;
}

.margin-top-16 {
  margin-top: 16px;
}

.margin-top-24 {
  margin-top: 24px;
}

.margin-top-40 {
  margin-top: 40px;
}

.overflow-hidden {
  overflow: hidden;
}

.color-black {
  color: black;
}

.display-pc {
  display: block;
}

.display-pc-fv img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.display-sp-fv img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.display-sp {
  display: none;
}

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

  .display-sp {
    display: block;
  }
}

.display-none {
  display: none;
}

.color-theme {
  color: var(--2025-main-red);
}
.color-gray {
  color: #7286a1;
}

.bg-color-theme {
  background-color: var(--2025-main-red);
}

.flex-row-reverse {
  flex-direction: row-reverse;
  justify-content: start;
}

.border-none {
  border: none;
}

/* パンくずリスト */
.breadcrumb-container {
  background-color: var(--2025-bg-white);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 64px;
  position: relative;
  width: 100%;
  height: 100%;
}

.breadcrumb-wrapper {
  display: flex;
  flex-direction: row;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb-item {
  position: relative;
  flex-shrink: 0;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumb-separator {
  color: black;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.breadcrumb-current {
  color: var(--2025-main-gray);
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.breadcrumb-container::before {
  content: "";
  height: 40px;
  width: 100%;
  flex-shrink: 0;
}

.breadcrumb-container::after {
  content: "";
  height: 120px;
  width: 100%;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .breadcrumb-container {
    padding: 0 24px;
  }

  .breadcrumb-wrapper {
    font-size: 11px;
  }

  .breadcrumb-item,
  .breadcrumb-separator,
  .breadcrumb-current {
    font-size: 11px;
  }
  .breadcrumb-container::after {
    height: 80px;
  }
}

/* Sale Schedule Styles */
.p-ticket__sale-schedule-wrapper {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(231, 50, 34, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-ticket__sale-schedule-wrapper {
    border-radius: 8px;
  }
}

.p-ticket__sale-schedule-periods {
  display: flex;
  background-color: rgba(231, 50, 34, 0.1);
  padding: 24px 16px;
}
@media screen and (max-width: 768px) {
  .p-ticket__sale-schedule-periods {
    padding: 8px;
  }
}

.p-ticket__sale-schedule-period {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: var(--2025-main-red);
}

.p-ticket__sale-schedule-period-title {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 4px;
}

.p-ticket__sale-schedule-period-date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  line-height: 1.6;
}
.p-ticket__sale-schedule-period-early-bird {
  color: var(--2025-grey_2, #7e7e7e);
}

.p-ticket__sale-schedule-prices {
  padding: 0 16px 16px 16px;
}
@media screen and (max-width: 768px) {
  .p-ticket__sale-schedule-prices {
    padding: 0 8px 16px 8px;
  }
}

.p-ticket__sale-schedule-price-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(231, 50, 34, 0.1);
}
.p-ticket__sale-schedule-price-row div:first-child p {
  margin-left: 16px;
}
.p-ticket__sale-schedule-price-row:last-child {
  border-bottom: none;
}

.p-ticket__sale-schedule-price-label,
.p-ticket__sale-schedule-period-head {
  flex: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  color: #000000;
  text-align: left;
  max-width: 208px;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 1100px) {
  .p-ticket__sale-schedule-price-row div:first-child p {
    margin-left: 0;
  }
}

.p-ticket__sale-schedule-price-value {
  flex: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  color: #000000;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.p-ticket__sale-schedule-column-divider {
  border-right: 1px solid rgba(231, 50, 34, 0.1);
}

.p-ticket__sale-schedule-price-note {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.6;
  color: var(--2025-sub-red);
  margin-top: 4px;
}
.p-ticket__sale-schedule-price-value-sold-out p {
  color: var(--2025-gray_2);
}
.p-ticket__sale-schedule-price-value-sold-out p:last-child {
  color: var(--2025-main-red);
  font-size: 12px;
  line-height: 160%; /* 19.2px */
}

@media screen and (max-width: 768px) {
  .p-ticket__sale-schedule-period-title {
    font-size: 14px;
    line-height: 1.6;
  }
  .p-ticket__sale-schedule-price-label,
  .p-ticket__sale-schedule-period-head {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    font-size: 12px;
    line-height: 1.6;
    padding-left: 0;
  }
  .p-ticket__sale-schedule-price-value {
    font-size: 12px;
    line-height: 1.6;
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .p-ticket__sale-schedule-period-date {
    font-size: 10px;
    line-height: 1.6;
  }
  .p-ticket__sale-schedule-period-date {
    display: flex;
    flex-direction: column;
  }
  .p-ticket__sale-schedule-price-note {
    font-size: 10px;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
  }
  .p-ticket__sale-schedule-price-value-sold-out p:last-child {
    font-size: 10px;
  }
}

@media screen and (max-width: 512px) {
  .p-ticket__sale-schedule-price-label,
  .p-ticket__sale-schedule-period-head {
    width: 64px;
    min-width: 64px;
    max-width: 64px;
    padding-left: 0;
  }
}

.p-partners__sponsorship-inner img {
  border: none !important;
}

/* @media screen and (max-width: 768px) {
  .p-ticket__sale-schedule-periods {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }

  .p-ticket__sale-schedule-period {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }

  .p-ticket__sale-schedule-period-title {
    margin-bottom: 0;
  }

  .p-ticket__sale-schedule-price-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 0;
  }

  .p-ticket__sale-schedule-price-label {
    padding-left: 0;
    margin-bottom: 8px;
  }

  .p-ticket__sale-schedule-price-value {
    align-self: stretch;
    text-align: left;
    padding-left: 16px;
  }
} */
/* Sale Schedule Styles End */

/* Active Filters Display Styles */
.p-artworks__active-filters {
  margin-top: 16px;
}

.filter-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}

.filter-tag-display {
  display: flex;
  height: 22px;
  padding: 2px 12px 4px 12px;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--2025-gray_2);
  color: var(--2025-grey_2, #7e7e7e);

  /* EN/Label-tag/16{90 600} */
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 600;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
}

.filter-clear-all {
  color: var(--2025-gray_2);
  /* JP/Body/xsmall-12bold */
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 9%; /* 1.08px */
  text-underline-offset: 23%; /* 2.76px */
  text-underline-position: from-font;
  cursor: pointer;
  margin-left: 12px;
  transition: all 0.3s;
}
.filter-clear-all:hover {
  color: var(--2025-main-red);
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .p-artworks__active-filters {
    margin-top: 12px;
  }

  .filter-clear-all {
    font-size: 12px;
    margin-left: 4px;
  }
}

/* Infinite Scroll Styles */
.page-load-status {
  text-align: center;
  padding: 20px 0;
  margin: 20px 0;
}

.page-load-status > div {
  display: none;
}

.page-load-status .infinite-scroll-request {
  display: block;
}

.page-load-status .infinite-scroll-error {
  display: none;
}

.page-load-status .infinite-scroll-last {
  display: none;
}

.p-artworks__loading,
.p-artworks__error,
.p-artworks__end {
  font-size: 16px;
  line-height: 1.6;
  color: var(--2025-gray_2);
  margin: 0;
  padding: 16px;
  background-color: var(--2025-bg-white);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ローディングドットアニメーション */
.loading-dots {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-height: 24px;
}

.loading-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--2025-gray_3);
  animation: loading-wave 1.6s ease-in-out infinite;
  transition: all 0.3s ease;
}

.loading-dot:nth-child(1) {
  animation-delay: 0s;
}

.loading-dot:nth-child(2) {
  animation-delay: 0.3s;
}

.loading-dot:nth-child(3) {
  animation-delay: 0.6s;
}

.loading-dot:nth-child(4) {
  animation-delay: 0.9s;
}

@keyframes loading-wave {
  0%,
  60%,
  100% {
    background-color: var(--2025-gray_3);
    transform: scale(1);
    opacity: 0.7;
  }
  30% {
    background-color: var(--2025-main-red);
    transform: scale(1.3);
    opacity: 1;
  }
}

/* ローディング完了時の状態 */
.loading-dots.completed .loading-dot {
  transform: scale(1);
  animation: none;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .loading-dots {
    gap: 10px;
  }

  .loading-dot {
    width: 8px;
    height: 8px;
  }
}

.p-artworks__error {
  color: var(--2025-sub-red);
  border-color: var(--2025-sub-red);
}

.p-artworks__end {
  color: var(--2025-gray_1);
  border-color: var(--2025-gray_3);
}

/* 無限スクロール時のアニメーション */
.post__item {
  opacity: 1;
  /* transform: translateY(0); */
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.post__item.infinite-scroll-loading {
  opacity: 0.7;
  transform: translateY(10px);
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .page-load-status {
    padding: 16px 0;
    margin: 16px 0;
  }

  .p-artworks__loading,
  .p-artworks__error,
  .p-artworks__end {
    font-size: 14px;
    padding: 12px;
    margin: 0 16px;
  }
}

.artworks-float-menu-wrapper {
  position: fixed;
  bottom: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 20;
  left: 0;
}
.artworks-float-menu-wrapper-inner {
  display: flex;
  margin: 0 auto;
  gap: 4px;
}

/* フロート検索バーのスタイル */
.float-search-bar {
  width: 272px;
  height: 48px;
  animation: slideUpIn 0.3s ease-out;
  position: relative;
  right: 0;
  left: 0;
  bottom: 8px;
}
@media screen and (max-width: 768px) {
  .float-search-bar {
    width: 179px;
    height: 32px;
  }
}
.float-search-form {
  width: 100%;
}

.float-search-input-wrapper {
  display: flex;
  padding: 8px 8px 8px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 56px;
  border: 1px solid var(--2025-main-red);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .float-search-input-wrapper {
    padding: 4px 4px 4px 16px;
  }
}
.float-search-input {
  color: var(--2025-black);
  /* JP/Body/xsmall-12 */
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  border: none;
  background: transparent;
  outline: none;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .float-search-input {
    width: 127px;
  }
}
.float-search-input::placeholder {
  color: var(--2025-gray_1);
}

.float-search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .float-search-submit {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
}
.float-search-submit::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 10.667px;
  height: 10.667px;
  margin: 3px 2.67px 2.33px 2.67px;
  background-image: url("image/icon-search-red.svg");
}

/* 検索バーに文字が入っている時の赤丸ボタンスタイル */
.float-search-submit.active {
  background-color: #e60012;
}

.float-search-submit.active::after {
  background-image: url("image/icon-search-white.svg");
}

/* アニメーション */
@keyframes slideUpIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideDownOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(10px);
  }
}

.float-search-bar.closing {
  animation: slideDownOut 0.3s ease-in forwards;
}
.ticket-float-menu-wrapper {
  position: fixed;
  bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 20;
  right: 50px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* フロントページでの初期状態を非表示 */
.p-front .ticket-float-menu-wrapper {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

/* スクロール後に表示 */
.p-front .ticket-float-menu-wrapper.show-ticket-button {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .ticket-float-menu-wrapper {
    right: 16px;
  }
}

.artworks-float-menu {
  background-color: white;
  border-radius: 56px;
  border: 1px solid var(--2025-main-red);
  padding: 8px 40px;
  color: var(--2025-main-red);
  transition: all 300ms;
  opacity: 1;
  gap: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .artworks-float-menu {
    gap: 0px;
  }
}

.ticket-float-menu {
  background-color: var(--2025-main-red);
  border-radius: 32px;
  border: 1px solid var(--2025-main-red);
  color: white;
  transition: all 300ms;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.ticket-float-menu:hover {
  opacity: 0.8;
}

.artworks-float-menu > button,
.artworks-float-menu > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px 8px 28px;
  border-radius: 8px;
  color: var(--2025-main-red);
  text-align: right;
  /* JP/Body/xsmall-12bold */
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
  transition: all 300ms;
  cursor: pointer;
  text-decoration: none;
  line-height: 160%;
}

.ticket-float-menu > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  padding: 8px 32px 8px 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  transition: all 300ms;
  cursor: pointer;
  text-decoration: none;
}

.artworks-float-menu > a::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background-image: url("image/icon-arrow-01-red.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-45deg);
  transition: all 300ms;
}

.ticket-float-menu > a::before {
  display: inline-block;
  align-items: center;
  justify-content: center;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("image/icon-ticket.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 300ms;
  margin-right: 4px;
  margin-top: 4px;
}

.artworks-float-menu > button::after {
  display: inline-block;
  content: "";
  width: 10.667px;
  height: 10.667px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 300ms;
}
.artworks-float-menu-filter-button::after {
  width: 12px;
  height: 10.205px;
  margin: 2.9px 2px 2.9px 10px;
  background-image: url("image/icon-filter-red.svg");
}
.artworks-float-menu-search-button::after {
  width: 10.667px;
  height: 10.667px;
  margin: 3px 2.67px 2.33px 10.67px;
  background-image: url("image/icon-search-red.svg");
}
@media screen and (max-width: 768px) {
  .artworks-float-menu-filter-button::after {
    width: 10.5px;
    height: 8.929px;
    margin: 2.54px 1.75px 2.54px 5.75px;
  }
  .artworks-float-menu-search-button::after {
    width: 9.333px;
    height: 9.333px;
    margin: 2.63px 2.33px 2.04px 6.33px;
  }
}
.artworks-float-menu > button:hover {
  background-color: var(--2025-main-red);
  color: white;
  transition: all 300ms;
}

.artworks-float-menu > a:hover {
  background-color: var(--2025-main-red);
  color: white;
  transition: all 300ms;
}

.ticket-float-menu > a:hover {
  /* background-color: white; */
  color: white;
  transition: all 300ms;
}

.artworks-float-menu > a:hover::after {
  background-image: url("image/icon-arrow-01-white.svg");
  transition: all 300ms;
}

.artworks-float-menu-filter-button:hover::after {
  background-image: url("image/icon-filter-white.svg");
  transition: all 300ms;
}
.artworks-float-menu-search-button:hover::after {
  background-image: url("image/icon-search-white.svg");
  transition: all 300ms;
}

/* 検索バーが表示されている時のフロートメニュー検索ボタンのactiveスタイル */
.artworks-float-menu-search-button.active {
  background-color: var(--2025-main-red);
  color: white;
}

.artworks-float-menu-search-button.active::after {
  background-image: url("image/icon-search-white.svg");
}

.ticket-float-menu > a:hover::before {
  background-image: url("image/icon-ticket.svg");
  transition: all 300ms;
}
.artworks-float-menu-return-top {
  margin-left: 4px;
  background-color: var(--2025-main-red);
  border-radius: 56px;
  border: 1px solid var(--2025-main-red);
  height: 56px;
  width: 56px;
  color: white;
  background-image: url("image/icon-arrow-01-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  transform: rotate(-90deg);
  transition: all 300ms;
  cursor: pointer;
}

.artworks-float-menu-return-top:hover {
  background-color: white;
  background-image: url("image/icon-arrow-01-red.svg");
  transition: all 300ms;
}

@media screen and (max-width: 768px) {
  .artworks-float-menu-wrapper,
  .ticket-float-menu-wrapper {
    bottom: 24px;
  }

  .artworks-float-menu,
  .ticket-float-menu {
    padding: 4px 16px;
  }

  .artworks-float-menu > button,
  .artworks-float-menu > a {
    padding: 4px 8px 4px 12px;
  }
  .ticket-float-menu > a {
    padding: 6px 8px 4px 12px;
  }

  .artworks-float-menu-return-top {
    height: 35px;
    width: 35px;
    background-size: 16px;
  }
  .artworks-float-menu > button:hover {
    background-color: white;
    color: var(--2025-main-red);
  }

  .artworks-float-menu > a:hover {
    background-color: white;
    color: var(--2025-main-red);
  }
  .artworks-float-menu > a:hover::after {
    background-image: url("image/icon-arrow-01-red.svg");
  }

  .artworks-float-menu-filter-button:hover::after {
    background-image: url("image/icon-filter-red.svg");
  }
  .artworks-float-menu-search-button:hover::after {
    background-image: url("image/icon-search-red.svg");
  }

  .artworks-float-menu-return-top:hover {
    background-color: var(--2025-main-red);
    background-image: url("image/icon-arrow-01-white.svg");
  }
  .artworks-float-menu-search-button.active:hover::after {
    background-image: url("image/icon-search-white.svg");
  }
  .artworks-float-menu-search-button.active:hover {
    background-color: var(--2025-main-red);
    color: white;
  }
}

/* 絞り込みモーダルのスタイル */
.filter-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.filter-modal.modal-opening {
  opacity: 1;
  visibility: visible;
}

.filter-modal.modal-closing {
  opacity: 0;
  visibility: hidden;
}

/* 絞り込みモーダルのコンテンツ (AI生成) */
.filter-modal-content {
  padding: 0;
  height: 100%;
}

.filter-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .filter-form {
    gap: 56px;
    min-height: calc(100vh - 100px);
  }
  .filter-modal-content {
    margin-top: 16px;
    padding-top: 24px;
  }
}
.filter-modal-content-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  width: 100%;
}
/* 検索セクション */
.search-section {
  margin-bottom: 0;
  display: flex;
  width: 364px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .search-section {
    margin-top: 40px;
    width: 342px;
  }
}

.filter-label {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--2025-main-red);
  margin-bottom: 8px;
  display: block;
}
.filter-label-underline {
  border-bottom: 1px solid var(--2025-main-red);
  padding-bottom: 4px;
}

.search-input-container {
  display: flex;
  width: 100%;
}

.search-input-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  background-color: #e9e9e9;
  padding: 16px 24px;
  gap: 8px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .search-input-wrapper {
    padding: 8px;
  }
}

.search-icon {
  width: 10.667px;
  height: 10.667px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.search-icon img {
  width: 100%;
  height: 100%;
}

.search-input-wrapper input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #a8a8a8;
  outline: none;
}

.search-input-wrapper input::placeholder {
  color: #a8a8a8;
}

.search-button {
  background-color: #000000;
  border: none;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}
@media screen and (max-width: 768px) {
  .search-button {
    padding: 8px;
  }
}

.search-button img {
  width: 16px;
  height: 16px;
  transform: scaleY(-1);
}

/* メインコンテナ（SectionとTypeを横並び） */
.filter-main-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
}

.filter-main-container .filter-section {
  flex: 1;
  width: 100%;
}

/* タグスタイル */
.filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 21px;
}
.filter-tags-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 8px;
}

.filter-tags-section .all-tag {
  grid-column: 1 / -1;
}

.filter-tags-section .filter-tags-section-container:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.filter-tags-section .filter-tags-section-container:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.filter-tags-section .filter-tags-section-container:nth-child(5) {
  grid-column: 2;
  grid-row: 3;
}

@media screen and (max-width: 960px) {
  .filter-tags-container {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    position: relative;
  }

  .filter-tags-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
  }

  .filter-tags-section .all-tag {
    grid-column: unset;
    grid-row: unset;
  }

  .filter-tags-section .filter-tags-section-container:nth-child(2),
  .filter-tags-section .filter-tags-section-container:nth-child(3),
  .filter-tags-section .filter-tags-section-container:nth-child(4) {
    grid-column: unset;
    grid-row: unset;
  }

  .filter-tags-section .filter-tags-section-container:nth-child(5) {
    position: absolute;
    right: 0;
    top: 8px;
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .filter-main-container {
    flex-direction: column;
    gap: 40px;
    max-width: 342px;
    width: 100%;
  }
  .filter-tags-section .filter-tags-section-container:nth-child(5) {
    top: 0;
  }
}
.filter-tags-section-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .filter-tags-section-container {
    gap: 4px;
  }
}
.filter-tags-section-afaf-special-booth {
  margin-top: 8px;
  margin-left: 16px;
  max-width: 240px;
  min-width: 240px;
  width: 100%;
}
.filter-tags-section-afaf-special-booth-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

@media screen and (max-width: 960px) {
  .filter-tags-section-afaf-special-booth-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .filter-tags-section-afaf-special-booth {
    margin-top: 4px;
    margin-left: 16px;
    max-width: none;
    min-width: 160px;
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .filter-tags-section-afaf-special-booth {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}

.filter-tag {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 16px 12px;
  border-radius: 72px;
  color: var(--2025-black, #000);
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 500;
  border: 1px solid var(--2025-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  cursor: pointer;
  transition: all 0.3s;
  min-width: 160px;
  max-width: 160px;
}

.filter-tag:hover[data-section="Galleries"] {
  background-color: var(--2025-main-red);
  border-color: var(--2025-main-red);
  color: white;
}
.filter-tag:hover[data-section="Partner"] {
  background-color: var(--2025-partner-blue);
  border-color: var(--2025-partner-blue);
  color: white;
}
.filter-tag:hover[data-section="Collaboration"] {
  background-color: var(--2025-collaboration-sky);
  border-color: var(--2025-collaboration-sky);
  color: white;
}
.filter-tag:hover[data-section="AFAF Special Booth"] {
  background-color: var(--2025-sub-yellow);
  border-color: var(--2025-sub-yellow);
  color: white;
}
@media screen and (max-width: 768px) {
  .filter-tag:hover[data-section="Galleries"],
  .filter-tag:hover[data-section="Partner"],
  .filter-tag:hover[data-section="Collaboration"],
  .filter-tag:hover[data-section="AFAF Special Booth"] {
    background-color: unset;
    border-color: unset;
    color: unset;
  }
}

.filter-tag input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.filter-tag[data-section="partner-child"] {
  border: none;
  padding: 0 16px;
  margin-bottom: 14px;
  margin-top: 4px;
  cursor: pointer;
}
.filter-tag[data-section="partner-child"]:hover {
  background-color: transparent;
  color: var(--2025-partner-blue);
}
.filter-tag[data-section="special-booth"] {
  border: none;
  padding: 0;
  min-width: unset;
  max-width: none;
  cursor: pointer;
}
.filter-tag[data-section="special-booth"]:hover {
  background-color: transparent;
  color: var(--2025-sub-yellow);
}
@media screen and (max-width: 768px) {
  .filter-tag[data-section="special-booth"]:hover,
  .filter-tag[data-section="partner-child"]:hover {
    background-color: unset;
    color: unset;
  }
}

/* 色インジケーター */
.tag-color-indicator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.filter-tag:hover .tag-color-indicator {
  background-color: white;
}
@media screen and (max-width: 768px) {
  .filter-tag[data-section="Galleries"]:hover .tag-color-indicator {
    background-color: var(--2025-main-red);
  }
  .filter-tag[data-section="Partner"]:hover .tag-color-indicator {
    background-color: var(--2025-partner-blue);
  }
  .filter-tag[data-section="Collaboration"]:hover .tag-color-indicator {
    background-color: var(--2025-collaboration-sky);
  }
  .filter-tag[data-section="AFAF Special Booth"]:hover .tag-color-indicator {
    background-color: var(--2025-sub-yellow);
  }
}

/* チェック状態のスタイル */
.filter-tag.filter-tag-checked[data-section="Galleries"] {
  background-color: var(--2025-main-red);
  border-color: var(--2025-main-red);
  color: white;
}

.filter-tag.filter-tag-checked[data-section="Partner"] {
  background-color: var(--2025-partner-blue);
  border-color: var(--2025-partner-blue);
  color: white;
}

.filter-tag.filter-tag-checked[data-section="Collaboration"] {
  background-color: var(--2025-collaboration-sky);
  border-color: var(--2025-collaboration-sky);
  color: white;
}

.filter-tag.filter-tag-checked[data-section="AFAF Special Booth"] {
  background-color: var(--2025-sub-yellow);
  border-color: var(--2025-sub-yellow);
  color: white;
}

.filter-tag.filter-tag-checked .tag-color-indicator {
  background-color: white !important;
}

.filter-tag.filter-tag-checked .type-prefix {
  color: white;
}
.filter-tag.filter-tag-checked[data-section="special-booth"] {
  color: var(--2025-sub-yellow);
}
.filter-tag.filter-tag-checked[data-section="partner-child"] {
  color: var(--2025-partner-blue);
}
.filter-tag.filter-tag-checked .all-color {
  background-color: #ffffff;
}
.section-galleries {
  background-color: var(--2025-main-red);
}
.section-partner {
  background-color: var(--2025-partner-blue);
}
.section-collaboration {
  background-color: var(--2025-collaboration-sky);
}
.section-afaf {
  background-color: var(--2025-sub-yellow);
}

.section-award {
  border: 1px solid var(--2025-partner-blue);
}

.section-special-booth {
  border: 1px solid var(--2025-sub-yellow);
}

/* ALLタグの特別スタイル */
.all-tag {
  background-color: #000000;
  color: #ffffff;
}
.all-tag .tag-color-indicator {
  background-color: #ffffff;
}

/* 他のフィルターが選択されている時のALLタグ（枠線だけ） */
.all-tag.all-tag-outlined {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
}
.all-tag.all-tag-outlined .tag-color-indicator {
  background-color: #000000;
}
.all-tag:hover.all-tag-outlined {
  background-color: #000000;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .all-tag:hover.all-tag-outlined {
    background-color: transparent;
    color: #000000;
    border: 1px solid #000000;
  }
}

/* 子要素が選択されている時の親要素（枠線だけ） */
.filter-tag.filter-tag-partial[data-section="Partner"] {
  background-color: transparent;
  color: var(--2025-partner-blue);
  border: 1px solid var(--2025-partner-blue);
}

.filter-tag.filter-tag-partial[data-section="AFAF Special Booth"] {
  background-color: transparent;
  color: var(--2025-sub-yellow);
  border: 1px solid var(--2025-sub-yellow);
}

.filter-tag.filter-tag-partial[data-section="Partner"] .tag-color-indicator {
  background-color: transparent;
  border: 1px solid var(--2025-partner-blue);
}

.filter-tag.filter-tag-partial[data-section="AFAF Special Booth"]
  .tag-color-indicator {
  background-color: transparent;
  border: 1px solid var(--2025-sub-yellow);
}

/* タイプタグ */
.type-tags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 8px;
  column-gap: 16px;
  margin-top: 14px;
}

.type-tag {
  min-width: auto;
  justify-content: center;
  color: var(--2025-black);
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 500;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  transition: all 0.3s;
  cursor: pointer;
}

.type-tag:hover,
.type-tag:hover .type-prefix {
  opacity: 0.6;
}

.type-prefix {
  font-weight: 500;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .type-tag:hover {
    opacity: 1;
  }
  .type-tag:hover,
  .type-tag:hover .type-prefix {
    opacity: 1;
  }
}
/* チェック状態のTypeタグスタイル */
.type-tag.filter-tag-checked {
  color: var(--2025-main-red);
}

.type-tag.filter-tag-checked .type-prefix {
  color: var(--2025-main-red);
}

/* 結果表示セクション */
.filter-result-section {
  width: 100%;
}

.filter-result-section-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .filter-result-section {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .filter-result-section-wrapper {
    width: unset;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 41px;
  }
}
.filter-result {
  display: flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1;
}

.result-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #000000;
}

.result-count {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: var(--2025-main-red);
  transition: all 0.3s ease;
  position: relative;
}

.result-count.updating {
  transform: scale(1.1);
  color: var(--2025-accent-color);
}

.result-count.updated {
  animation: bounce-in 0.6s ease;
}

@keyframes bounce-in {
  0% {
    transform: scale(0.8);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .result-count {
    font-size: 28px;
  }
}

.result-unit {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .result-unit {
    font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 23.8px */
  }
}

/* アクションボタン */
.filter-actions {
  gap: 8px;
  width: 342px;
  display: flex;
}

.filter-reset,
.filter-apply {
  flex: 1;
  padding: 8px 16px;
  border-radius: 56px;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  text-align: right;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid var(--2025-main-gray_2);
}

.filter-reset {
  background-color: transparent;
  color: var(--2025-gray_2);
}

.filter-reset:hover {
  background-color: var(--2025-main-gray_2);
  color: #ffffff;
}

.filter-apply {
  background-color: var(--2025-main-red);
  color: #ffffff;
  border-color: var(--2025-main-red);
}

.filter-apply:hover {
  background-color: var(--2025-main-red);
  border-color: var(--2025-main-red);
}

.filter-apply:disabled,
.filter-apply.disabled {
  background-color: var(--2025-gray_1);
  border-color: var(--2025-gray_1);
  color: #ffffff;
  cursor: not-allowed;
}

.filter-apply:disabled:hover,
.filter-apply.disabled:hover {
  background-color: var(--2025-gray_1);
  border-color: var(--2025-gray_1);
}

.filter-reset:disabled,
.filter-reset.disabled {
  background-color: transparent !important;
  border: 1px solid var(--2025-gray_1) !important;
  color: var(--2025-gray_1) !important;
  cursor: not-allowed;
}

.filter-reset:disabled:hover,
.filter-reset.disabled:hover {
  background-color: transparent !important;
  border: 1px solid var(--2025-gray_1) !important;
  color: var(--2025-gray_1) !important;
}
@media screen and (max-width: 768px) {
  .filter-reset:hover {
    background-color: unset;
    color: unset;
  }
  .filter-apply:hover {
    background-color: unset;
    border-color: unset;
  }
  .filter-reset:disabled:hover,
  .filter-reset.disabled:hover {
    background-color: unset;
    border: unset;
    color: unset;
  }
}

.filter-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.filter-modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  background: white;
  border-radius: 24px;
  max-height: 444px;
  max-width: 888px;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transition: transform 0.2s ease;
  &::-webkit-scrollbar {
    display: none;
  }
}

.filter-modal.modal-opening .filter-modal-container {
  transform: translate(-50%, -50%) scale(1);
}

.filter-modal.modal-closing .filter-modal-container {
  transform: translate(-50%, -50%) scale(0.95);
}
.filter-modal-content-wrapper {
  padding: 40px 40px 16px 40px;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .filter-modal {
    transition: none;
  }

  .filter-modal-container {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    max-height: none;
    max-width: none;
    border-radius: 0;
    overflow-y: scroll;
    transition: none;
  }

  .filter-modal.modal-opening .filter-modal-container,
  .filter-modal.modal-closing .filter-modal-container {
    transform: none;
  }

  .filter-modal-content-wrapper {
    padding: 0 0 41px 0;
  }
}

.filter-modal-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.filter-modal-title {
  display: none;
}

.filter-modal-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--2025-main-red);
}

.filter-modal-close {
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .filter-modal-close {
    right: 24px;
    top: 13px;
  }
}

.filter-modal-close:hover {
  background-color: #f5f5f5;
}

.filter-modal-close img {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .filter-modal-header {
    justify-content: center;
    top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--2025-main-red);
  }
  .filter-modal-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--2025-black);
    text-align: right;
    font-family: "Zen Kaku Gothic New";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 19.2px */
  }
  .filter-modal-title::after {
    content: "";
    display: block;
    width: 100%;
    height: 24px;
    width: 24px;
    background-image: url("image/icon-filter.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.filter-section label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.filter-checkboxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 8px;
}

.filter-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.filter-checkbox input[type="checkbox"] {
  margin-right: 8px;
}

.filter-checkbox span {
  font-size: 14px;
}

.filter-form input[type="text"] {
  color: var(--2025-gray_1, #a8a8a8);
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.filter-apply,
.filter-reset {
  flex: 1;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.filter-apply {
  border-radius: 56px;
  background: var(--2025-main-red);
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}

.filter-apply:hover {
  background-color: #d32f2f;
}

.filter-reset {
  border-radius: 56px;
  background-color: var(--2025-gray_2);
  color: white;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  transition: all 0.3s ease;
}
.filter-reset:hover {
  background-color: #ffffff;
  color: var(--2025-gray_2);
}

/* クリアボタンの選択時の色 */
.filter-reset.has-selections {
  background-color: var(--2025-gray_2);
  color: #ffffff;
}

.filter-reset.has-selections:hover {
  background-color: var(--2025-gray_2);
  color: #ffffff;
}
/* 絞り込みモーダルのスタイル End */

/* Section Headers */
.p-10th-edition__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-10th-edition__hero-content {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: calc(542px - 250px - 80px);
  width: 100%;
  left: 0;
  padding: 0 64px;
  gap: 40px;
}
@media screen and (max-width: 1053px) {
  .p-10th-edition__hero-content {
    flex-direction: column;
    top: 190px;
    padding: 0 64px;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-10th-edition__hero-content {
    flex-direction: column;
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-10th-edition__hero-content {
    flex-direction: column;
    top: 120px;
    padding: 0 24px;
    gap: 24px;
  }
}
.p-10th-edition__hero-content h1 {
  color: var(--2025-white);
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 64px */
  width: 271px;
}
@media screen and (max-width: 768px) {
  .p-10th-edition__hero-content h1 {
    font-size: 48px;
  }
}
.p-10th-edition__hero-content-text {
  max-width: 720px;
  width: 100%;
}
.p-10th-edition__hero-content-text h3 {
  color: var(--2025-white);
  font-kerning: none;

  /* JP/Title/medium-27 */
  font-family: "Zen Kaku Gothic New";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
  margin-top: 80px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1053px) {
  .p-10th-edition__hero-content-text h3 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-10th-edition__hero-content-text h3 {
    color: var(--2025-white);
    /* JP/Title/small-21 */
    font-size: 19px;
    font-style: normal;
    line-height: 160%; /* 33.6px */
    margin-bottom: 8px;
    margin-top: 0;
  }
}
.p-10th-edition__hero-content-text p {
  color: var(--2025-white);
  /* JP/Body/medium-16bold */
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}
@media screen and (max-width: 768px) {
  .p-10th-edition__hero-content-text p {
    font-size: 12px;
  }
}
.p-10th-edition__section-content {
  position: relative;
}

.p-10th-edition__section-content::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--2025-main-red);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
}
.p-10th-edition__section h2 {
  color: var(--2025-main-red, #e73222);
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 64px */
  z-index: -1;
  margin-bottom: 40px;
}
@media screen and (max-width: 1053px) {
  .p-10th-edition__section-content::after {
    height: calc(100% - 500px);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease-out;
  }
  .p-10th-edition__section h2 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-10th-edition__section-content::after {
    height: calc(100% - 300px);
  }

  .p-10th-edition__section-content.line-visible::after {
    transform: scaleY(1);
  }

  .p-10th-edition__section h2 {
    font-size: 48px;
    margin-bottom: 16px;
  }
}

/* Timeline Styles */
.p-10th-edition__timeline {
  position: relative;
  display: flex;
  flex-direction: column;
}
.p-10th-edition__timeline-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  z-index: 1;
}
.p-10th-edition__timeline-item--2025 {
  margin-top: 16px;
}

@media screen and (max-width: 1053px) {
  .p-10th-edition__timeline-item {
    flex-direction: column;
    /* margin-bottom: calc(-98px + -16px + -16px); */
  }
  .p-10th-edition__timeline-item:nth-child(even) {
    align-items: flex-end;
  }
  .p-10th-edition__timeline-item:first-child {
    margin-bottom: -78px;
  }
  .p-10th-edition__timeline-item:nth-child(2) {
    position: relative;
    margin-bottom: calc(-48px);
  }
  .p-10th-edition__timeline-item:nth-child(3) {
    margin-bottom: calc(-73px - 69px);
  }
  .p-10th-edition__timeline-item:nth-child(4) {
    margin-bottom: -220px;
  }
  .p-10th-edition__timeline-item--2025 {
    margin-bottom: -320px;
    position: relative;
    z-index: 1;
  }
}

.p-10th-edition__timeline-image {
  width: 50%;
  padding-bottom: 40px;
  text-align: right;
}
.p-10th-edition__timeline-item:nth-child(even) .p-10th-edition__timeline-image {
  text-align: left;
}

@media screen and (max-width: 1053px) {
  .p-10th-edition__timeline-image {
    width: 100%;
    z-index: 2;
    text-align: center;
  }
  .p-10th-edition__timeline-content:first-child
    .p-10th-edition__timeline-image {
    text-align: right;
    position: relative;
  }
  .p-10th-edition__timeline-item:nth-child(1) .p-10th-edition__timeline-image {
    padding-bottom: 10px;
  }
  .p-10th-edition__timeline-item:nth-child(2) .p-10th-edition__timeline-image {
    padding-bottom: 60px;
  }
  .p-10th-edition__timeline-item:nth-child(4) .p-10th-edition__timeline-image {
    padding-bottom: 64px;
  }
  .p-10th-edition__timeline-item:nth-child(5) .p-10th-edition__timeline-image {
    padding-bottom: 0px;
  }
}
.p-10th-edition__timeline-image img {
  height: 100%;
  width: auto;
  object-fit: contain;
  max-height: 600px;
}

@media screen and (max-width: 1053px) {
  .p-10th-edition__timeline-image img {
    width: 100%;
    max-height: 460px;
  }
  .p-10th-edition__timeline-item:first-child img {
    /*     aspect-ratio: 115/162; */
    width: 80%;
    max-height: 460px;
  }
  .p-10th-edition__timeline-item:nth-child(3) .p-10th-edition__timeline-image {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p-10th-edition__timeline-image img {
    max-height: 312px;
  }
}
/* テキストは常に右側 */
.p-10th-edition__timeline-text {
  flex: 1;
  width: 50%;
  padding-bottom: 40px;
}
@media screen and (max-width: 1053px) {
  .p-10th-edition__timeline-text {
    width: 100%;
    padding-bottom: 0;
  }
  .p-10th-edition__timeline-item:first-child .p-10th-edition__timeline-text {
    order: 1;
    position: relative;
    top: calc(-98px + -16px + -23px);
    left: 0;
  }
  .p-10th-edition__timeline-item:nth-child(even)
    .p-10th-edition__timeline-text {
    text-align: right;
  }
  .p-10th-edition__timeline-item:nth-child(3) .p-10th-edition__timeline-text {
    position: relative;
    top: -73px;
    left: 0;
  }
  .p-10th-edition__timeline-item:nth-child(4) .p-10th-edition__timeline-text {
    position: relative;
    top: -220px;
  }
}
.p-10th-edition__timeline-text-top {
  display: flex;
  gap: 16px;
  align-items: baseline;
  margin-bottom: 24px;
}
.p-10th-edition__timeline-item:nth-child(even)
  .p-10th-edition__timeline-text-top {
  flex-direction: row-reverse;
  align-items: flex-end;
}
@media screen and (max-width: 1053px) {
  .p-10th-edition__timeline-text-top {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
    margin-bottom: 16px;
    z-index: 5;
  }
  .p-10th-edition__timeline-item:nth-child(even)
    .p-10th-edition__timeline-text-top {
    align-items: flex-end;
  }
  .p-10th-edition__timeline-item:nth-child(2)
    .p-10th-edition__timeline-text-top {
    flex-direction: column-reverse;
    gap: 0;
    position: absolute;
    top: -55px;
    right: 0;
  }
  .p-10th-edition__timeline-item:nth-child(3)
    .p-10th-edition__timeline-text-top {
    flex-direction: row;
    align-items: end;
    margin-bottom: 24px;
  }
  .p-10th-edition__timeline-item:nth-child(4)
    .p-10th-edition__timeline-text-top {
    flex-direction: row-reverse;
    align-items: end;
    margin-bottom: 16px;
    position: relative;
    top: 103px;
  }
  .p-10th-edition__timeline-item--2025 .p-10th-edition__timeline-text-top {
    flex-direction: row;
    align-items: end;
    margin-bottom: 24px;
    position: relative;
    top: 76px;
  }
}
.p-10th-edition__timeline-text-bottom {
  position: relative;
  z-index: 1;
}
/* .p-10th-edition__timeline-item:nth-child(2) .p-10th-edition__timeline-text-bottom {
  position: relative;
  top: -48px;
} */
.p-10th-edition__timeline-item:nth-child(even)
  .p-10th-edition__timeline-text-bottom-content {
  margin-right: 72px;
}
.p-10th-edition__timeline-item:nth-child(odd)
  .p-10th-edition__timeline-text-bottom-content {
  margin-left: 72px;
}
.p-10th-edition__timeline-item--2025
  .p-10th-edition__timeline-text-bottom-content {
  margin-left: 72px;
}

@media screen and (max-width: 1053px) {
  .p-10th-edition__timeline-text-bottom {
    margin-left: 0;
    width: 100%;
    position: relative;
    padding: 40px 0;
    margin-bottom: 56px;
  }
  .p-10th-edition__timeline-text-bottom:before {
    content: "";
    display: block;
    width: 70%;
    height: 100%;
    background-color: #fff1e6;
    position: absolute;
    top: 0;
    left: -24px;
    z-index: -5;
  }
  .p-10th-edition__timeline-item:nth-child(even)
    .p-10th-edition__timeline-text-bottom {
    margin-left: auto;
    text-align: left;
  }
  .p-10th-edition__timeline-item:nth-child(even)
    .p-10th-edition__timeline-text-bottom:before {
    right: -24px;
    left: auto;
  }
  .p-10th-edition__timeline-item:nth-child(2)
    .p-10th-edition__timeline-text-bottom {
    position: relative;
    top: -88px;
    right: 0;
    z-index: 1;
  }
  .p-10th-edition__timeline-item:nth-child(3)
    .p-10th-edition__timeline-text-bottom {
    position: relative;
    top: -70px;
    left: 0;
    padding: 69px 0 31.81px 0;
    width: 100%;
    margin-bottom: 48.19px;
  }
  .p-10th-edition__timeline-item--2025 .p-10th-edition__timeline-text-bottom {
    position: relative;
    top: -100px;
    padding: 174.38px 0 40.62px 0;
    width: 100%;
    margin-bottom: 39.38px;
  }
  .p-10th-edition__timeline-item:nth-child(4)
    .p-10th-edition__timeline-text-bottom {
    padding: 103px 0 21.82px 0;
    margin-bottom: 58.18px;
  }
  .p-10th-edition__timeline-item:nth-child(1)
    .p-10th-edition__timeline-text-bottom-content {
    margin-right: 0;
    margin-left: 0;
  }
  .p-10th-edition__timeline-item:nth-child(2)
    .p-10th-edition__timeline-text-bottom-content {
    margin-left: 32px;
    margin-right: 0;
  }
  .p-10th-edition__timeline-item:nth-child(3)
    .p-10th-edition__timeline-text-bottom-content {
    margin-left: 32px;
  }
  .p-10th-edition__timeline-item:nth-child(4)
    .p-10th-edition__timeline-text-bottom-content {
    margin-right: 32px;
    text-align: left;
  }
  .p-10th-edition__timeline-item:nth-child(5)
    .p-10th-edition__timeline-text-bottom-content {
    margin-left: 32px;
    text-align: left;
  }
  .p-10th-edition__timeline-item:nth-child(6)
    .p-10th-edition__timeline-text-bottom-content {
    margin-right: 32px;
    text-align: left;
  }
  .p-10th-edition__timeline-item:nth-child(7)
    .p-10th-edition__timeline-text-bottom-content {
    margin-left: 32px;
    text-align: left;
  }
  .p-10th-edition__timeline-item:nth-child(8)
    .p-10th-edition__timeline-text-bottom-content {
    margin-right: 32px;
    text-align: left;
  }
  .p-10th-edition__timeline-item:nth-child(9)
    .p-10th-edition__timeline-text-bottom-content {
    margin-left: 32px;
    text-align: left;
  }
  .p-10th-edition__timeline-item:nth-child(10)
    .p-10th-edition__timeline-text-bottom-content {
    margin-right: 32px;
    text-align: left;
  }
  .p-10th-edition__timeline-item--2025
    .p-10th-edition__timeline-text-bottom-content {
    margin-left: 32px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-10th-edition__timeline-text-bottom {
    padding: 24px 0;
  }
  .p-10th-edition__timeline-text-bottom::before {
    width: 90%;
  }
}
.p-10th-edition__timeline-content {
  display: flex;
}
@media screen and (max-width: 1053px) {
  .p-10th-edition__timeline-content {
    flex-direction: column;
    width: 100%;
    position: relative;
  }
  .p-10th-edition__timeline-item:nth-child(2) .p-10th-edition__timeline-content,
  .p-10th-edition__timeline-item:nth-child(4)
    .p-10th-edition__timeline-content {
    flex-direction: column-reverse;
  }
}
.p-10th-edition__timeline-content div:first-child {
  padding-right: 40px;
}
.p-10th-edition__timeline-content div:last-child {
  padding-left: 40px;
}
.p-10th-edition__timeline-text div:first-child {
  border-right: unset;
  padding-right: 0;
}
.p-10th-edition__timeline-text div:last-child {
  padding-left: 0;
  border-left: unset;
}
@media screen and (max-width: 1053px) {
  .p-10th-edition__timeline-content div:first-child {
    border-right: unset;
    padding-right: 0;
  }
  .p-10th-edition__timeline-content div:last-child {
    padding-left: 0;
    border-left: unset;
  }
  .p-10th-edition__timeline-item--2025 .p-10th-edition__timeline-text {
    position: relative;
    top: -140px;
  }
}

.p-10th-edition__year {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--2025-main-red);
  color: transparent;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 80px */
}
@media screen and (max-width: 1053px) {
  .p-10th-edition__year {
    margin: 0;
    font-size: 80px;
    z-index: 3;
    color: rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width: 768px) {
  .p-10th-edition__year {
    font-size: 64px;
  }
}

.p-10th-edition__subtitle {
  color: #c67e77;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 17.6px */
}
@media screen and (max-width: 1053px) {
  .p-10th-edition__subtitle {
    z-index: 3;
  }
}
.p-10th-edition__lead {
  color: var(--2025-main-red, #e73222);
  font-kerning: none;

  /* JP/Title/medium-27 */
  font-family: "Zen Kaku Gothic New";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
  margin-bottom: 8px;
}
.p-10th-edition__timeline-item:nth-child(1) .p-10th-edition__lead br,
.p-10th-edition__timeline-item:nth-child(2) .p-10th-edition__lead br {
  display: none;
}
@media screen and (max-width: 1053px) {
  .p-10th-edition__lead {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
    position: relative;
    z-index: 1;
  }
  .p-10th-edition__timeline-item:nth-child(1) .p-10th-edition__lead br,
  .p-10th-edition__timeline-item:nth-child(2) .p-10th-edition__lead br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-10th-edition__lead {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 33.6px */
  }
}

.p-10th-edition__description {
  color: #4d4444;

  /* JP/Body/medium-16bold */
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}
@media screen and (max-width: 1053px) {
  .p-10th-edition__description {
    font-size: 16px;
    position: relative;
    z-index: 1;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-10th-edition__description {
    font-size: 14px;
  }
}
/* 2025 Special Section */

/* Section Images */
.p-10th-edition__section-content-images {
  height: 519px;
  display: flex;
  width: 100%;
  position: relative;
}
.p-10th-edition__section-content-images-item {
  padding-bottom: 32px;
  width: 50%;
}
@media screen and (max-width: 1053px) {
  .p-10th-edition__section-content-images {
    width: 100%;
    flex-direction: column;
    margin-bottom: 80px;
    height: unset;
    z-index: 1;
  }
  .p-10th-edition__section-content-images-item {
    width: 100%;
    padding-bottom: 0;
    z-index: 1;
  }
}
.p-10th-edition__section-content-images-item:first-child {
  padding-right: 40px;
  padding-bottom: 160px;
  text-align: right;
}
.p-10th-edition__section-content-images-item:last-child {
  padding-left: 40px;
  padding-top: 160px;
  text-align: left;
}
@media screen and (max-width: 1053px) {
  .p-10th-edition__section-content-images-item:first-child {
    border-right: unset;
    padding-right: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .p-10th-edition__section-content-images-item:last-child {
    padding-left: 0;
    padding-top: 0;
    border-left: unset;
    text-align: center;
  }
}

.p-10th-edition__section-content-images img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
@media screen and (max-width: 1053px) {
  .p-10th-edition__section-content-images img {
    width: 100%;
    /* max-width: 600px; */
  }
}

/* Messages Section */
.p-10th-edition__section--messages {
  margin-top: 80px;
}
.p-10th-edition__section--messages h2 {
  color: var(--2025-main-red, #e73222);
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 56px */
  padding-bottom: 16px;
  border-bottom: 1px solid var(--2025-main-red, #e73222);
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-10th-edition__section--messages h2 {
    font-size: 48px;
    margin-bottom: 0;
  }
}

.p-10th-edition__messages {
  display: flex;
  flex-direction: column;
}

.p-10th-edition__message-card {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 24px 80px;
  border-bottom: 1px solid #222;
}
@media screen and (max-width: 960px) {
  .p-10th-edition__message-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px;
    grid-template-areas:
      "image content"
      "comment comment";
    padding: 24px 0;
  }
}

.p-10th-edition__message-card:last-child {
  border-bottom: none;
}

.p-10th-edition__message-image img {
  width: 300px;
  max-width: 300px;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 960px) {
  .p-10th-edition__message-image {
    grid-area: image;
  }
  .p-10th-edition__message-image img {
    width: 100%;
    max-width: unset;
    height: auto;
  }
}
.p-10th-edition__message-name {
  color: var(--2025-black);
  /* JP/Title/small-21 */
  font-family: "Zen Kaku Gothic New";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 33.6px */
  margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
  .p-10th-edition__message-name {
    font-size: 16px;
    line-height: 170%; /* 27.2px */
  }
}

.p-10th-edition__message-position {
  color: var(--2025-gray_2);
  /* JP/Body/small-14bold */
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 23.8px */
  margin-bottom: 10px;
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  .p-10th-edition__message-position {
    font-size: 12px;
    line-height: 160%; /* 19.2px */
  }
}

.p-10th-edition__message-comment-pc {
  color: var(--2025-black);
  /* JP/Body/small-M-14 */
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
@media screen and (max-width: 960px) {
  .p-10th-edition__message-comment-pc {
    display: none;
  }
}
.p-10th-edition__message-comment-sp {
  display: none;
}

/* 画像がない場合のスタイル */
.p-10th-edition__message-card--no-image {
  justify-content: flex-start;
}

.p-10th-edition__message-card--no-image .p-10th-edition__message-content {
  text-align: left;
}
@media screen and (max-width: 960px) {
  .p-10th-edition__message-card--no-image {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    grid-template-rows: none;
    grid-template-areas: none;
  }

  .p-10th-edition__message-content {
    display: flex;
    flex-direction: column;
    grid-area: content;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    height: 100%;
  }
  .p-10th-edition__message-comment-sp {
    grid-area: comment;
    display: block;
    color: var(--2025-black);
    /* JP/Body/small-M-14 */
    font-family: "Zen Kaku Gothic New";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
  }
}

/* スクロールアニメーション用CSS */
.p-10th-edition__section.visible {
  transform: translateY(0);
}

/* タイムライン要素のアニメーション */
.p-10th-edition__timeline-item,
.p-10th-edition__timeline-item--2025,
.p-10th-edition__section-content-images,
.p-10th-edition__message-card {
  transform: translateY(50px);
  opacity: 0;
  transition: opacity 0.3s ease-out, transform 0.8s ease-out;
}

.p-10th-edition__timeline-item.visible,
.p-10th-edition__timeline-item--2025.visible,
.p-10th-edition__section-content-images.visible,
.p-10th-edition__message-card.visible {
  transform: translateY(0);
  opacity: 1;
}
/* 疑似要素はアニメーションしない */
.p-10th-edition__section-content::after {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* VIP Now Section Styles */
.p-vip__now-section, .p-program__now-section {
  display: flex;
  flex-direction: column;
}

.p-vip__now-event, .p-program__now-event {
  display: flex;
  gap: 24px;
  padding: 40px;
  border-top: 1px solid var(--2025-grey_red_2, #ecd7d5);
}

.p-vip__now-event:last-child, .p-program__now-event:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.p-vip__now-event-left, .p-program__now-event-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 224px;
  flex-shrink: 0;
}

.p-vip__now-event-time, .p-program__now-event-time {
  color: var(--2025-black, #000);

  /* EN/Title/medium-28 {90	700} */
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
}

.p-vip__now-event-category, .p-program__now-event-category {
  color: var(--2025-gray_1, #A8A8A8);

  /* EN/Body/medium-16bold {90　700} */
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}

.p-vip__now-event-right, .p-program__now-event-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.p-vip__now-event-image, .p-program__now-event-image {
  width: 240px;
  height: auto;
}
.p-vip__now-event-title, .p-program__now-event-title {
  color: var(--2025-black, #000);

  /* JP/Body/medium-16bold */
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}

.p-vip__now-event-venue, .p-program__now-event-venue {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--2025-black, #000);

  /* JP/Body/xsmall-12 */
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}

.p-vip__now-event-venue-icon,
.p-vip__now-event-url-icon, .p-program__now-event-venue-icon, .p-program__now-event-url-icon {
  width: 13px;
  height: 13px;
  margin-top: 2px;
}

.p-vip__now-event-url, .p-program__now-event-url {
  display: flex;
  align-items: center;
  gap: 4px;
}
.p-vip__now-event-url a, .p-program__now-event-url a {
  color: var(--2025-main-red, #E73222);

  /* JP/Body/xsmall-12 */
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* Responsive Design for Now Section */
@media (max-width: 768px) {
  .p-vip__now-event, .p-program__now-event {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 40px 0;
  }
  .p-vip__now-event-left, .p-program__now-event-left {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 24px;
    width: 100%;
  }
  .p-vip__now-event-time, .p-program__now-event-time {
    color: var(--2025-black, #000);

    /* EN/Title/small-20 {90　600} */
    font-variation-settings: "slnt" 0, "wdth" 90, "wght" 600;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
  }
  
  .p-vip__now-event-category, .p-program__now-event-category {
    color: var(--2025-gray_1, #A8A8A8);

    /* EN/Body/small-14bold {90　700} */
    font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 23.8px */
  }
  .p-vip__now-event-image, .p-program__now-event-image {
    width: 100%;
    height: auto;
  }
}

/* VIP Time Table Styles */
.p-vip__time-table, .p-program__time-table {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}

.p-vip__time-table-day, .p-program__time-table-day {
  display: flex;
  flex-direction: row;
  gap: 44px;
  border-top: 1px solid var(--2025-main-red);
  padding-top: 40px;
  width: 100%;
}
.p-vip__time-table-day:first-child, .p-program__time-table-day:first-child {
  border-top: none;
  padding-top: 0;
}

.p-vip__time-table-day-header, .p-program__time-table-day-header {
  display: flex;
  align-items: baseline;
  width: 144px;
}

.p-vip__time-table-date, .p-program__time-table-date {
  color: var(--2025-main-red);
  /* EN/Title/large-32 {90　700} */
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
}

.p-vip__time-table-day-label, .p-program__time-table-day-label {
  color: var(--2025-main-red);
  /* EN/Title/small-20 {90　600} */
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 600;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
}

.p-vip__time-table-events, .p-program__time-table-events {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-vip__time-table-event, .p-program__time-table-event {
  display: flex;
  flex-direction: row;
  gap: 44px;
  border-bottom: 1px solid var(--2025-gray_1);
  padding-bottom: 24px;
  margin-bottom: 24px;
  width: 100%;
}
.p-vip__time-table-event:last-child, .p-program__time-table-event:last-child {
  margin-bottom: 0;
}

.p-vip__time-table-content-left, .p-program__time-table-content-left {
  display: flex;
  align-items: flex-start;
}

.p-vip__time-table-event:last-child, .p-program__time-table-event:last-child {
  border-bottom: none;
}
.p-vip__time-table-content-left, .p-program__time-table-content-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 120px;
}
.p-vip__time-table-time, .p-program__time-table-time {
  color: var(--2025-black, #000);
  /* EN/Body/medium-16bold {90　700} */
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}

.p-vip__time-table-content, .p-program__time-table-content {
  flex: 1;
}

.p-vip__time-table-category, .p-program__time-table-category {
  color: var(--2025-gray_2);

  /* EN/Body/medium-16bold {90　700} */
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}

.p-vip__time-table-title, .p-program__time-table-title {
  color: var(--2025-black);

  /* JP/Body/medium-16 */
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}
.p-program__time-table-speaker {
  color: var(--2025-black);

  /* JP/Body/medium-16 */
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
  margin-top: 4px;
}

@media (max-width: 768px) {
  .p-vip__time-table, .p-program__time-table {
    gap: 16px;
  }
  
  .p-vip__time-table-day, .p-program__time-table-day {
    flex-direction: column;
    gap: 24px;
    padding-top: 24px;
  }
  .p-vip__time-table-day-header, .p-program__time-table-day-header {
    width: 100%;
  }
  .p-vip__time-table-event, .p-program__time-table-event {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .p-vip__time-table-content-left, .p-program__time-table-content-left {
    display: flex;
    align-items: flex-start;
  }
  .p-vip__time-table-content-left, .p-program__time-table-content-left {
    flex-direction: row;
    gap: 40px;
    width: 100%;
  }
}

.p-front__hero-thanks-message {
  color: white;
  font-size: 23px;
  font-style: medium;
  font-weight: 500;
  line-height: 140%;
}

.p-front__hero-thanks-message-first-fv {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.p-front__hero-thanks-message-first-fv.hide {
  opacity: 0;
  visibility: hidden;
}

.p-front__hero-thanks-message-first-fv.no-transition {
  transition: none !important;
}
.p-front__hero-thanks-message-sp {
  display: none;
}
.p-front__hero-thanks-message-pc {
  display: block;
}
.p-front__hero-message-and-date {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  position: relative;
}

.p-front__hero-thanks-message-first-fv {
  position: absolute;
  left: 0;
  bottom: 0;
}


@media (max-width: 1090px) {
  .p-front__hero-thanks-message {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .p-front__hero-message-and-date {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .p-front__hero-thanks-message-first-fv {
    position: static;
    margin-bottom: 24px;
  }
  
  .p-front__hero-thanks-message-first-fv.show {
    opacity: 1;
    visibility: visible;
  }

  .p-front__hero-svg-container {
    justify-content: flex-start;
  }

  .p-front__hero-thanks-message-sp {
    display: block;
  }
  .p-front__hero-thanks-message-pc {
    display: none;
  }
}

.p-public-program__youtube {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 8px;
  background: #F2F2F2;
  padding: 20px 24px;
  text-decoration: none;
  color: black;
  z-index: 1;
  transition: all 300ms;
}
.p-public-program__youtube-heading {
  font-size: 18px;
  font-weight: 800;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 700;
  line-height: 1;
}
.p-public-program__youtube-content {
  color: var(--2025-black);
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
.p-public-program__youtube-link {
  color: var(--2025-main-red);
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
.p-public-program__youtube:hover .p-public-program__youtube-link{
  text-decoration: underline;
  transition: all 300ms;
}