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

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

:root {
  --main-background-color: #FBFAFA;
  --theme-color: #E83F22;
}

/* 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;
}

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

body {
  font-family: "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, sans-serif;
  font-size: 1.6rem;
  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: 100vh;
  min-height: -webkit-fill-available;
}
body[data-menu=show], body[data-modal=show] {
  overflow-y: hidden;
}
body main {
  display: block;
  min-height: 90vh;
  padding-top: 0;
  background-color: var(--main-background-color);
}
body ul {
  list-style: none;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
body input,
body button,
body textarea,
body select {
  font-family: "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;
  background: none;
  border: none;
  -webkit-appearance: none;
          appearance: none;
}
body h1,
body h2,
body h3,
body h4 {
  font-weight: normal;
}

.c-area__content {
  padding: 0 72px;
}
@media screen and (max-width: 960px) {
  .c-area__content {
    padding: 0 24px;
  }
}

.c-footer {
  padding: 72px 72px 64px 72px;
  background-color: #7F7B7B;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-footer {
    padding-top: 80px;
    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-link-vip {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .c-footer__section-link-vip {
    margin-top: 40px;
  }
}
.c-footer__section-link-vip a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 4px 20px 4px 16px;
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  font-size: 1.4rem;
  line-height: 1.83;
  line-height: 1.7;
  color: #433f3e;
  text-decoration: none;
  background-color: #fff;
  border-radius: 24px;
  transition: all 300ms;
}
.c-footer__section-link-vip a:hover {
  background-color: #adadad;
}
.c-footer__section-link-vip a::before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("image/icon-vip-01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.c-footer__section-link ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 24px;
}
.c-footer__section-link li {
  line-height: 1;
}
.c-footer__section-link ul li a {
  color: #fff;
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  transition: all 300ms;
}
.c-footer__section-link ul li a[target=_blank]::after {
  display: inline-block;
  content: "";
  margin: 3px 0 0 4px;
  width: 8px;
  height: 8px;
  vertical-align: text-top;
  background-image: url("image/icon-blank-01-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.c-footer__section-link ul li a:hover {
  color: var(--theme-color);
}

.c-footer__mail-area p {
  margin-bottom: 24px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 400;
  color: white;
}
.c-footer__mail-area a {
  color: white;
  transition: all 300ms;
}
.c-footer__mail-area a:hover {
  color: var(--theme-color);
}
.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-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 400;
}
.c-footer__mail-form-input input::placeholder {
  color: #adadad;
}
.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: var(--theme-color);
  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-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
}

.c-footer__links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid white;
  padding-top: 40px;
  margin-bottom: 80px;
}
@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 {
    justify-content: space-between;
    gap: 8px;
  }
}
.c-footer__links-link a {
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 400;
  color: white;
  text-decoration: none;
  transition: all 300ms;
}
.c-footer__links-link a:hover {
  color: var(--theme-color);
}
.c-footer__links-social ul {
  gap: 24px;
}
.c-footer__links-social img {
  width: 24px;
  height: 24px;
}

.c-footer__copyright {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-footer__copyright {
    text-align: left;
    flex-direction: column;
    gap: 40px;
  }
}
.c-footer__copyright small {
  font-family: "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-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
  display: inline-block;
  color: white;
}

.c-header {
  position: fixed;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 96px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .c-header {
    height: 80px;
    align-items: flex-start;
  }
}
.c-header__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-header__wrapper {
    align-items: center;
    padding-top: 16px;
  }
}

.c-header__logo {
  display: block;
  width: 240px;
  padding: 16px 0;
  text-align: center;
  background-color: var(--theme-color);
}
@media screen and (max-width: 768px) {
  .c-header__logo {
    padding: 8px 24px;
    width: fit-content;
  }
}
.c-header__logo img {
  width: 146px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .c-header__logo img {
    width: 90px;
    height: 20px;
  }
}

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

.c-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 3px;
}
@media screen and (max-width: 960px) {
  .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: 100vh;
    background-color: white;
    transition: all 300ms;
    padding-top: calc(80px + 40px);
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-header__nav {
    width: 246px;
    min-width: 0;
  }
}
@media screen and (max-width: 960px) {
  body[data-menu="show"] .c-header__nav-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0;
  }
}
@media screen and (max-width: 960px) {
  .c-header__nav[aria-hidden=false] {
    opacity: 1;
    visibility: visible;
    z-index: 11;
    height: calc(100vh - 102px);
    overflow-y: scroll !important;
  }
}
@media screen and (max-width: 768px) {
  .c-header__nav[aria-hidden=false] {
    height: calc(100vh - 69px);
  }
}
@media screen and (max-width: 960px) {
  .c-header__nav[aria-hidden=false] .c-header__nav-wrapper {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 960px) {
  .c-header__nav-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: 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-menu {
  display: flex;
  flex-direction: column;
}
.c-header__nav-ticket {
  display: none;
}
@media screen and (max-width: 960px) {
  .c-header__nav-ticket {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: auto;
    padding-top: 130px;
    width: 100%;
    min-width: 180px;
    padding-bottom: 16px;
  }
}
.c-header__nav-ticket a {
  display: block;
  width: 100%;
  padding: 10px 24px;
  color: #fff;
  font-family: "acumin-variable", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
  font-size: 1.6rem;
  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: 960px) {
  .c-header__nav-links {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding-top: 24px;
    width: 100%;
    border-top: 1px solid #000;
  }
}
.c-header__nav-links-list li + li {
  margin-top: 8px;
}
.c-header__nav-links-list a {
  font-family: "acumin-variable", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #000;
  text-decoration: none;
}
.c-header__nav-links-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.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-family: "acumin-variable", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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(--theme-color);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: all 300ms;
  pointer-events: all;
}
.c-header-hero .c-header__ticket a {
  color: var(--theme-color);
  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;
  width: calc(100% + 50px);
  font-family: "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-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;
    width: calc(100% + 74px);
  }
}

.c-header__lang {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .c-header__lang {
    margin-left: 26px;
  }
}
.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;
}
@media screen and (max-width: 768px) {
  .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(--theme-color);
}
/* .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(--theme-color);
}
.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;
}
@media screen and (max-width: 768px) {
  .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-family: "acumin-variable", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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;
}
@media screen and (max-width: 768px) {
  .c-header__lang a {
    padding-top: 2px;
  }
}
.c-header__lang li:not(.current) a:hover {
  color: #fff;
}
.c-header-hero .c-header__lang li:not(.current) a:hover {
  color: var(--theme-color);
}
.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: none;
  transition: all 300ms;
}
@media screen and (max-width: 960px) {
  .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;
  }
}
.c-header__button[aria-expanded=false] {
  background-image: url("image/icon-menu.svg");
}
.c-header-hero .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: flex-start;
  justify-content: flex-end;
  margin-top: 24px;
}
.c-link[data-link=secondary] a {
  color: #fff;
}
.c-link[data-link=secondary] a:hover {
  color: #000;
}
.c-link[data-link=secondary] a::after {
  background-color: #000;
  background-image: url("image/Vector 33");
}
.c-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000;
  text-decoration: none;
  transition: all 300ms;
}
.c-link a:hover {
  color: var(--theme-color);
}
.c-link a::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("image/icon-arrow-01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-link a span {
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
  font-size: 2.4rem;
  line-height: 1;
}

.c-nav-global {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-nav-global-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: gap 300ms;
}
@media screen and (max-width: 960px) {
  .c-nav-global-menu {
    gap: 16px;
  }
}
@media screen and (max-width: 960px) {
  .c-nav-global-menu {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
}
.c-nav-global ul li {
  line-height: 1;
}
.c-nav-global-sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.75rem;
}
@media screen and (max-width: 960px) {
  .c-nav-global-sns {
    display: none;
  }
}
.c-nav-global-menu {
  gap: 24px;
}
@media screen and (max-width: 960px) {
  .c-nav-global-menu {
    gap: 32px;
  }
}
.c-nav-global-menu li {
  position: relative;
}
.c-nav-global-menu a {
  display: inline-flex;
  flex-direction: row;
  font-family: "acumin-variable", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
  font-size: 2.5rem;
  line-height: 1;
  color: #000;
  text-decoration: none;
  transition: color 300ms;
  margin-top: -4px;
}
.c-header-hero .c-nav-global-menu a {
  color: white;
}
@media screen and (max-width: 768px) {
  .c-nav-global-menu a {
    font-size: 2.4rem;
    line-height: 1;
    color: #000;
  }
  .c-header-hero .c-nav-global-menu a {
    color: black;
  }
}
.c-nav-global-menu a[target=_blank]::after {
  display: inline-block;
  content: "";
  margin-top: 4px;
  width: 10px;
  height: 10px;
  vertical-align: text-top;
  transform: rotate(-45deg);
  background-image: url("image/icon-arrow-01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.c-header-hero .c-nav-global-menu a[target=_blank]::after {
  background-image: url("image/icon-arrow-01-white.svg");
  transition: all 300ms;
}
.c-nav-global-menu a:hover {
  color: var(--theme-color);
}
.c-header-hero .c-nav-global-menu a:hover {
  color: black;
}
.c-header-hero .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-family: "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-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%;
}
@media screen and (max-width: 960px) {
  .c-pagination {
    margin: 0 auto;
  }
}
.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: #adadad;
  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;
}
.c-title h1 {
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
  font-size: 48px;
  font-style: normal;
  line-height: 1;
  font-weight: 500;
  width: fit-content;
  border-bottom: 5px black solid;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .c-title h1 {
    font-size: 32px;
  }
}
.c-title__floor {
  display: inline-flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  color: black;
  text-decoration: none;
  font-family: "acumin-variable", "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-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__hero {
  margin: 80px 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 40px;
  z-index: 2;
  transition: margin-top 300ms;
}
@media screen and (max-width: 960px) {
  .p-about__hero {
    margin: 40px 0;
    flex-direction: column-reverse;
  }
}
.p-about__hero-content {
  min-width: 373px;
  width: calc(473 / 1280 * 100vw);
}
@media screen and (max-width: 960px) {
  .p-about__hero-content {
    width: 100%;
    min-width: 0;
  }
}
.p-about__hero-content p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-about__hero-content p + p {
  font-size: 12px;
  margin-top: 16px;
}
.p-about__hero-picture {
  max-width: 568px;
}
@media screen and (max-width: 960px) {
  .p-about__hero-picture {
    max-width: 100%;
    margin: 0 auto;
  }
}

.p-about__content h2 {
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 16px;
}
.p-about__content h2 span {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-about__content h2 span {
    font-family: "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-weight: 500;
    font-size: 2.1rem;
    line-height: 1.3;
  }
}

.p-about__section {
  padding-top: 56px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 48px;
  border-top: 1px solid black;
}
@media screen and (max-width: 960px) {
  .p-about__section {
    flex-direction: column;
  }
}
.p-about__section h3 {
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 3.6rem;
  line-height: 1.6;
  color: #000;
  min-width: 236px;
}
@media screen and (max-width: 768px) {
  .p-about__section h3 {
    margin-bottom: 32px;
  }
}

.p-about__greeting p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-about__greeting p {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 16px;
  }
}
.p-about__greeting p[data-greeting=end] {
  padding-top: 24px;
  text-align: right;
  font-weight: 500;
  margin-bottom: 80px;
}

.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 #adadad;
}
.p-about__overview dl div:first-child {
  padding-top: 0;
}
.p-about__overview dt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.7;
  flex: 0 0 auto;
  min-width: 160px;
  margin-right: 40px;
}
.p-about__overview dd {
  flex-grow: 1;
}
.p-about__overview dd p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-about__overview dd p em {
  padding-top: 8px;
  font-family: "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-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
  font-style: normal;
  color: #7e7e7e;
}
.p-about__overview dd p + p a {
  font-family: "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-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
}
.p-about__overview dd h4 {
  font-family: "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-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 8px;
}
.p-about__overview dd a {
  color: var(--theme-color);
  transition: color 300ms;
}
.p-about__overview dd a:hover {
  color: #7e7e7e;
  text-decoration: none;
}
.p-about__overview dd a[target=_blank]::after {
  display: inline-block;
  content: "";
  margin: 4px 0 0 10px;
  width: 10px;
  height: 10px;
  vertical-align: top;
  background-image: url("image/icon-blank-01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

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

.p-access__section {
  padding-bottom: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 47px;
}
@media screen and (max-width: 768px) {
  .p-access__section {
    flex-direction: column;
    gap: 40px;
  }
}
.p-access__section h2 {
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 22px;
  line-height: 1;
  width: 284px;
}
@media screen and (max-width: 768px) {
  .p-access__section h2 {
    width: 100%;
  }
}

.p-access__content {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.p-access__content > iframe {
  width: 100%;
  aspect-ratio: 4 / 3;
}
.p-access__content > h4 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 8px;
}
.p-access__content > p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-access__content > p:not(:last-of-type) {
  margin-bottom: 40px;
}
.p-access__content > p > span {
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-access__content a {
  color: var(--theme-color);
}
.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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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-top: -40px;
  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;
}
.p-archives__vr-item {
  width: 100%;
}
.p-archives__vr-item a {
  margin-top: 8px;
  display: block;
  color: var(--theme-color);
  font-family: "acumin-variable", "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-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;
  width: 100%;
  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-family: "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-weight: 700;
  font-size: 1.6rem;
  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-family: "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-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-family: "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-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-benefits__content {
  width: 100%;
  padding-bottom: 32px;
  border-bottom: 1px solid #adadad;
}
.p-benefits__content h2 {
  font-family: "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-weight: 500;
  font-size: 2.1rem;
  line-height: 1.3;
  margin-bottom: 32px;
}
.p-benefits__content p {
  font-family: "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-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 #adadad;
}
.p-benefits__content p bold {
  font-size: 1.6rem;
}
.p-benefits__content p a {
  color: var(--theme-color);
}
.p-benefits__content p a:hover {
  text-decoration: none;
}

.p-contact__wrapper {
  margin-top: 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-contact__wrapper {
    margin: 81px auto 160px;
    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-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-contact__wrapper h2 {
    margin-bottom: 40px;
    width: 100%;
    padding-right: 0;
  }
}

.p-contact__content {
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 1.4rem;
  width: 100%;
}
.p-contact__content > dl > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px 0;
  border-top: 1px solid black;
}
@media screen and (max-width: 768px) {
  .p-contact__content > dl > div {
    flex-direction: column;
    gap: 24px;
  }
}
.p-contact__content dl dt {
  width: 284px;
  font-size: 2.4rem;
  min-width: 140px;
  margin-right: 40px;
}
@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;
}
.p-contact__content dl dd span::after {
  display: inline-block;
  content: "：";
}
.p-contact__content dl dd a {
  color: black;
  text-decoration: none;
  transition: all 300ms;
}
.p-contact__content dl dd a:hover {
  color: #7e7e7e;
}

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

.p-exhibitors__section {
  width: 100%;
  padding-top: 68px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-exhibitors__section {
    padding-top: 32px;
    flex-direction: column;
    gap: 40px;
  }
}
.p-exhibitors__section-heading {
  flex: 0 0 auto;
  width: 100%;
}
.p-exhibitors__section-heading h2 {
  font-family: "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-weight: 500;
  font-size: 3.6rem;
  line-height: 1.2;
}
.p-exhibitors__section-content {
  margin-top: 49px;
  width: 100%
}
.p-exhibitors__section-description {
  margin-top: 16px;
  font-family: "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-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: 2px solid black;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .p-exhibitors__section-tab {
    gap: 1.2rem;
  }
}
.p-exhibitors__section-tab button {
  cursor: pointer;
  font-family: "acumin-variable", "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-weight: 500;
  font-size: 3.2rem;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
  text-align: left;
  text-transform: uppercase;
  color: #adadad;
  background-color: transparent;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .p-exhibitors__section-tab button {
    font-size: 3rem;
    min-width: 0;
  }
}
.p-exhibitors__section-tab button:hover {
  color: var(--theme-color);
}
.p-exhibitors__section-tab button[aria-selected=true] {
  color: #000;
  border-bottom: 4px solid black;
}
.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 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 48px;
  margin-bottom: 80px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 1200px) {
  .p-exhibitors__taxonomy-desc {
    flex-direction: column;
  }
}

.p-exhibitors__taxonomy {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px 24px;
}
@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-family: "acumin-variable", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #7e7e7e;
}
@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(--theme-color);
}
.p-exhibitors__taxonomy-item h3 {
  width: 100%;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  flex: 0 0 auto;
  transition: color 300ms;
}
.p-exhibitors__taxonomy-item h3[lang='en'] {
  font-family: "acumin-variable", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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-family: "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-weight: 500;
    font-size: 1.3rem;
    line-height: 1;
  }
}
.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-family: "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-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-family: "acumin-variable", "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-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(--theme-color);
}
.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-family: "acumin-variable", "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: 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 {
  border-bottom: 2px solid #adadad;
  padding-bottom: 32px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.p-exhibitors__detail-header h1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
  line-height: 1.4;
  font-weight: 600;
  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-family: "acumin-variable", "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: 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 {
  display: inline-block;
  margin-top: 16px;
  font-family: "acumin-variable", "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-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-exhibitors__detail-section {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 1rem;
  font-family: "acumin-variable", "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: 1.5rem;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 500;
  line-height: 1;
  font-weight: 700;
  color: #7e7e7e;
  text-transform: capitalize;
}
.p-exhibitors__detail-section dd {
  font-size: 2rem;
  font-weight: 500;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  margin-right: 3rem;
}
.p-exhibitors__detail-main {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 48px;
}
.p-exhibitors__detail-main > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-exhibitors__detail-main {
    flex-direction: column;
  }
  .p-exhibitors__detail-main > div {
    width: 100%;
  }
}
.p-exhibitors__detail-article {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
}
.p-exhibitors__detail-thumbnail-sp {
  display: none;
  width: 100%;

  img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-exhibitors__detail-thumbnail-sp {
    display: block;
  }
}
.p-exhibitors__detail-thumbnail-sp p {
  color: #ADADAD;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-top: 8px;
}
.p-exhibitors__detail-thumbnail-pc {
  display: block;
  width: 100%;
  margin-bottom: 40px;

  img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-exhibitors__detail-thumbnail-pc {
    display: none;
  }
}
.p-exhibitors__detail-thumbnail-pc p {
  color: #ADADAD;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-top: 8px;
}
.p-exhibitors__detail-content {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-exhibitors__detail-information {
  width: 100%;
  border-spacing: 0 0.75rem;
  margin-bottom: 2rem;
}
.p-exhibitors__detail-information > tbody {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-exhibitors__detail-information tr {
  text-align: left;
  vertical-align: center;
}
.p-exhibitors__detail-information th {
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 1.5rem;
  font-weight: 500;
  width: 80px;
  vertical-align: top;
}
.p-exhibitors__detail-information a {
  color: var(--theme-color);
  transition: all 300ms;
  text-decoration: none;
}
.p-exhibitors__detail-information a:hover {
  color: #7e7e7e;
}
.p-exhibitors__detail-information-website {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-exhibitors__detail-sns > ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1.2rem;
}

.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-curation h2 {
  font-family: "acumin-variable", "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-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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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: 80px;
}

.p-exhibitors__detail-relationship h2 {
  font-family: "acumin-variable", "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-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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  /* padding: 0 16px;
  border-right: 1px solid #ADADAD; */
}
.p-exhibitors__detail-artists-name::after {
  content: "|";
  color: #ADADAD;
}
.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;
}
@media screen and (max-width: 960px) {
  .p-exhibitors__detail-artworks > div {
    gap: 18px;
  }
}
.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 {
  text-decoration: none;
  background-color: black;
  color: white;
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  padding: 8px 16px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.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-01-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@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-front {
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  .p-front {
    padding-top: 80px;
  }
} */

.p-front__hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-bottom: 40px;
  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: 100%;
  height: 100%;
  object-fit: cover;
}

.p-front__hero-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: calc(100vh - 96px);
  padding: 40px 72px;
  position: absolute;
  top: 96px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-front__hero-logo {
    height: calc(100vh - 80px);
    padding: 40px 24px;
    top: 80px;
  }
}
.p-front__hero-logo > img {
  height: 130px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-front__hero-logo > img {
    height: fit-content;
  }
}

.p-front__wrapper {
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 72px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-front__wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.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-family: "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-weight: 500;
  font-size: 2.7rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-front__read p:first-of-type {
    font-family: "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-weight: 700;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
.p-front__read p:nth-child(2) {
  font-family: "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-weight: 700;
  font-size: 1.6rem;
  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-family: "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-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;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-front__section {
    padding-top: 24px;
    flex-direction: column;
  }
}
.p-front__content {
  width: 100%;
}
.p-front__heading {
  width: 100%;
}
.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(--theme-color);
}
.p-front__pickup-buttons button:hover {
  cursor: pointer;
}
.p-front__heading-news {
  width: 512px
}
@media screen and (max-width: 768px) {
  .p-front__heading-news {
    width: 100%;
  }
  .p-front__section {
    width: 100%;
  }
}
@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-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1;
}
@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 #adadad;
}
.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 #adadad;
  }
}
.p-front__overview-item h3 {
  min-width: 140px;
  flex: 0 0 auto;
  font-family: "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-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-family: "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-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-front__overview-item > div em {
  margin-top: 8px;
  color: #7e7e7e;
  font-style: normal;
  font-family: "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-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
}
.p-front__overview-item > div a {
  color: var(--theme-color);
  font-family: "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-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
}
.p-front__overview-item > div h4 {
  font-family: "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-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 16px;
}
.p-front__overview-item > div h4 + * {
  font-family: "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-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-family: "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-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-front__overview-item p em {
  margin-top: 8px;
  color: #7e7e7e;
  font-style: normal;
  font-family: "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-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
}
.p-front__overview-item p a {
  color: var(--theme-color);
  font-family: "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-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-family: "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-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 16px;
}
.p-front__overview-item dl dd {
  font-family: "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-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: 40px;
  }
}
.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-top: 1px solid #adadad;
}
@media screen and (max-width: 768px) {
  .p-front__news-list li:first-of-type {
    margin-top: 0;
    border-top: 1px solid #adadad;
  }
}
.p-front__news-list a {
  color: #000;
  display: flex;
  align-items: flex-start;
  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: 24px 0;
  }
}
.p-front__news-list a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.p-front__news-list a[target=_blank] .p-front__news-title::after {
  display: inline-block;
  content: "";
  margin: 4px 0 0 10px;
  width: 10px;
  height: 10px;
  vertical-align: top;
  background-image: url("image/icon-blank-01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-front__news-title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #2F2B2B;
}
.p-front__news-date {
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  font-size: 1.6rem;
  line-height: 1.6;
  min-width: 140px;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-front__news-date {
    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-family: "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-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(--theme-color);
}
.p-front__exhibitors-area {
  position: relative;
  min-height: 678px;
}
.p-front__exhibitors-main {
  display: flex;
  flex-direction: row;
  gap: 4.8rem;
  margin-top: 40px;
  align-items: stretch;
}

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

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

.p-front__exhibitors-main p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  flex-grow: 1;
}

.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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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(--theme-color);
  padding-left: 24px;
}
.p-front__focus-content-detail {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  gap: 8px;
  font-family: "acumin-variable", "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-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(--theme-color);
}
.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-family: "acumin-variable", "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-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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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-family: "acumin-variable", "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-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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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__info-main {
  display: flex;
  flex-direction: row;
  gap: 4.8rem;
  margin-top: 40px;
  align-items: stretch;
}

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

.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;
}
@media screen and (max-width: 960px) {
  .p-front__visitor__information {
    width: 100%;
  }
}

.p-front__visitor__information-list {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .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 #adadad;
}
.p-front__visitor__information-list li:last-child {
  padding-top: 24px;
  padding-bottom: 0;
}
.p-front__visitor__information-value {
  font-family: "acumin-variable", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
  font-weight: 400;
  font-size: 1.6rem;
  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: 1.6rem;
}
.p-front__visitor__information-value-add {
  font-size: 1.2rem;
  color: #adadad;
  font-weight: 500;
  line-height: 1.8;
}
.p-front__visitor__information-name {
  display: flex;
  flex-direction: column;
  font-family: "acumin-variable", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  font-size: 1.6rem;
  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(--theme-color);
}
.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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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: 100vh;
  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-news__list {
  padding-top: 68px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-news__list {
    padding-top: 32px;
  }
}
.p-news__list-date {
  font-family: "acumin-variable", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #7e7e7e;
  min-width: 140px;
  flex: 0 0 auto;
}
@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 #adadad;
}
.p-news__list-item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px 0px;
  gap: 6px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #2F2B2B;
  text-decoration: none;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .p-news__list-item a {
    font-family: "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-weight: 400;
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 24px 0;
    gap: 4px;
  }
}
.p-news__list-item a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.p-news__list-item a[target=_blank] .p-news__list-title::after {
  display: inline-block;
  content: "";
  margin: 4px 0 0 4px;
  width: 10px;
  height: 10px;
  vertical-align: top;
  background-image: url("image/icon-blank-01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.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-family: "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-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(--theme-color);
}
.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;
  justify-content: flex-start;
  gap: 30px;
}
.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-family: "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-weight: 500;
  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(--theme-color);
}
.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(100vh - 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 #adadad;
  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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.3;
  color: #2F2B2B;
}
.p-news__detail-header span {
  color: #2F2B2B;
  font-family: "acumin-variable", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
  font-weight: 400;
  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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  line-height: 1.7;
  margin-bottom: 32px;
}
.p-news__detail-content p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7;
}
.p-news__detail-content a {
  color: #2F2B2B;
  transition: color 300ms;
}
.p-news__detail-content a:hover {
  color: var(--theme-color);
  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-top: 80px;
  width: 100%;
}

.p-partners__content {
  background-color: #fff;
  width: 100%;
  text-align: center;
}
.p-partners__content img {
  width: 100%;
  height: auto;
}
.p-partners__content h2 {
  margin-bottom: 40px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.p-partners__sponsored {
  margin-bottom: 80px;
}
.p-partners__sponsored ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-partners__sponsored ul {
    justify-content: center;
  }
}
.p-partners__sponsored img {
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .p-partners__sponsored img {
    max-width: 275px;
  }
}

.p-partners__sponsorship {
  margin-bottom: 80px;
}
.p-partners__sponsorship ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-partners__sponsorship ul {
    justify-content: center;
    gap: 16px;
  }
}
.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: 420px;
}
@media screen and (max-width: 768px) {
  .p-partners__sponsorship ul[data-sponsorship=large] img {
    max-width: 100%;
  }
}
.p-partners__sponsorship ul[data-sponsorship=small] img {
  max-width: 294px;
}
@media screen and (max-width: 768px) {
  .p-partners__sponsorship ul[data-sponsorship=small] img {
    max-width: 162px;
  }
}

.p-partners__special {
  margin-bottom: 80px;
}
.p-partners__special ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-partners__special ul {
    justify-content: center;
    gap: 16px;
  }
}
.p-partners__special ul img {
  max-width: 294px;
}
@media screen and (max-width: 768px) {
  .p-partners__special ul img {
    max-width: 138px;
  }
}

.p-partners__associated,
.p-partners__media,
.p-partners__museum {
  margin-bottom: 80px;
}

.p-partners__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-partners__list {
    justify-content: center;
    gap: 16px;
  }
}
.p-partners__list img {
  max-width: 212px;
}
@media screen and (max-width: 768px) {
  .p-partners__list img {
    max-width: 162px;
  }
}

.p-partners__other {
  margin-bottom: 80px;
}
.p-partners__other ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.p-partners__other ul li {
  font-family: "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-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-partners__other ul li {
    font-family: "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-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 {
  margin-top: 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-press__wrapper {
    margin: 80px auto 160px;
  }
}

.p-press__section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .p-press__section {
    flex-direction: column;
    gap: 40px;
  }
}
.p-press__section:not(:last-child) {
  border-bottom: 1px solid black;
}
.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 {
  flex: 0 0 auto;
  width: 236px;
  margin-right: 48px;
}
@media screen and (max-width: 768px) {
  .p-press__section-heading {
    width: 100%;
    margin-right: 0;
  }
}
.p-press__section-heading h2 {
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 32px;
  line-height: 1;
}

.p-press__list {
  width: 100%;
}
.p-press__list ul {
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
.p-press__list ul a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  color: #000;
  text-decoration: none;
  background-color: transparent;
  padding-bottom: 24px;
}
.p-press__list ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.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");
}
.p-press__list ul a[href$=zip]::after {
  content: "zip";
  background-image: url("image/icon-download.svg");
}

.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-family: "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-weight: 400;
  font-size: 1.6rem;
  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-family: "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-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
}
.p-press__contact a {
  color: var(--theme-color);
  transition: all 300ms;
}
.p-press__contact a:hover {
  color: #7e7e7e;
  text-decoration: none;
}

.p-privacy__content {
  color: #2F2B2B;
  margin-top: 80px;
}
.p-privacy__content p {
  margin-bottom: 24px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-privacy__content p:first-of-type {
  margin-bottom: 40px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-privacy__content p:last-of-type {
  margin-bottom: 0;
}
.p-privacy__content h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  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: #2F2B2B;
  transition: all linear 300ms;
}
.p-privacy__content a:hover {
  color: #DA4B3C;
  text-decoration: none;
}

.p-vip__login {
  text-align: center;
  margin-top: 80px;
  margin-right: 200px;
}
@media screen and (max-width: 768px) {
  .p-vip__login {
    padding: 0;
    margin-right: 0;
  }
}
.p-vip__login-title h1 {
  font-family: "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-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-family: "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-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-family: "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-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-family: "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-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(--theme-color);
}
.p-vip__login-text a:hover {
  text-decoration: none;
}
.p-vip__login-coming {
  text-align: center;
  padding: 56px;
  margin-top: 80px;
  margin-right: 200px;
}
@media screen and (max-width: 768px) {
  .p-vip__login-coming {
    padding: 56px 0;
    margin-right: 0;
  }
}
.p-vip__login-coming h1 {
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 64px;
  line-height: 1.0;
  color: #7E7E7E;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ADADAD;
}
@media screen and (max-width: 768px) {
  .p-vip__login-coming h1 {
    font-size: 48px;
  }
}
.p-vip__login-coming p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-vip__login-coming p {
    font-size: 1.2rem;
  }
}
.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-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 1.4rem;
  line-height: 1.83;
  padding: 16px 24px;
  border: 1px solid #CDCDCD;
}
@media screen and (max-width: 768px) {
  .p-vip__login form input {
    font-size: 1.6rem;
  }
}
.p-vip__login form input::placeholder {
  color: #adadad;
}
.p-vip__login form button {
  position: relative;
  color: #fff;
  background-color: var(--theme-color);
  border: none;
  width: 100%;
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 16px 100px;
}
.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 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: rgba(232, 63, 34, 1);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 24px;
  text-align: left;
}

.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-family: "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-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(--theme-color);
}
.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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: #7E7E7E;
}
.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-family: "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-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-family: "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-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(--theme-color);
}
.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(100vh - 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: block;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .p-vip__aply-side {
    display: none;
  }
}
.p-vip__aply {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
  text-decoration: none;
  color: white !important;
  background-color: black;
  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-vip__aply {
    padding: 18px 0 !important;
    width: 100%;
  }
}
.p-vip__aply:hover {
  background-color: var(--theme-color);
}
.p-vip__aply::after {
  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-vip__aply-finished {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
  text-decoration: none;
  color: #7E7E7E !important;
  border: 1px solid #7E7E7E;
  padding: 18px 20px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 300ms;
  pointer-events: none;
}
.p-vip__detail-header {
  border-bottom: 1px solid black;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.p-vip__detail-header-dates {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  border-right: 1px solid #7E7E7E;
  padding-right: 16px;
}
.p-vip__detail-header-date {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}
.p-vip__detail-header-date span {
  font-size: 14px;
  line-height: 1.7;
}
.p-vip__detail-sub-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}
.p-vip__detail-header-section {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #7E7E7E;
  line-height: 1;
}
.p-vip__detail-header-section::before {
  content: "#";
}
.p-vip__detail-header-hours {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}
.p-vip__detail-header h1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.6;
}
.p-vip__detail-venue {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 16px;
}
.p-vip__detail-venue dt, .p-vip__detail-venue dd {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-vip__detail-header h1 {
    font-size: 21px;
    line-height: 1.3;
  }
}
.p-vip__detail-thumbnail {
  margin-bottom: 40px;
}
.p-vip__detail-content a {
  color: var(--theme-color);
  transition: color 300ms;
}
.p-vip__detail-content a:hover {
  color: #2F2B2B;
  text-decoration: none;
}
.p-vip__detail-content p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 40px;
}
.p-vip__detail-content img {
  width: 100%;
  height: auto;
}
.p-vip__detail-content img + img {
  margin-top: 14px;
}

.p-vip__wrapper {
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-vip__wrapper {
    padding: 40px 0 120px;
  }
}
.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 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 48px 32px;
}
@media screen and (max-width: 768px) {
  .p-vip__list {
    flex-direction: column;
    gap: 40px;
  }
}
.p-vip__list-wrapper + .p-vip__list-wrapper {
  border-color: #adadad;
}
.p-vip__list-wrapper > h2 {
  margin-bottom: 40px;
  font-family: "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-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  line-height: 1;
}
.p-vip__list-wrapper > h2 span {
  display: block;
  font-family: "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-weight: 500;
  font-size: 3.6rem;
  line-height: 1.2;
}
.p-vip__section-tab {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 2rem;
  border-bottom: 2px solid black;
  overflow-x: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-vip__section-tab {
    gap: 1.2rem;
  }
}
.p-vip__section-tab button {
  cursor: pointer;
  font-family: "acumin-variable", "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-weight: 500;
  font-size: 3.2rem;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
  text-align: left;
  text-transform: uppercase;
  color: #adadad;
  background-color: transparent;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .p-vip__section-tab button {
    font-size: 3rem;
    min-width: 0;
  }
}
.p-vip__section-tab button:hover {
  color: var(--theme-color);
}
.p-vip__section-tab button[aria-selected=true] {
  color: #000;
  border-bottom: 4px solid black;
}
.p-vip__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] {
  position: relative;
  opacity: 1;
  display: block;
  z-index: 1;
  height: 100%;
}
.p-vip__list-body {
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-vip__list-thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 67%;
  overflow: hidden;
}
.p-vip__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.00) 53.5%, rgba(0, 0, 0, 0.40) 100%);
}
.p-vip__list-thumbnail-status {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  padding: 8px 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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] {
  color: #fff;
  background-color: var(--theme-color);
}
.p-vip__list-thumbnail-status[data-status=before] {
  color: white;
  background-color: #433F3E;
}
.p-vip__list-thumbnail-status[data-status=closed] {
  color: #7e7e7e;
  background-color: #e8e4e4;
}
.p-vip__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 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  line-height: 1.3;
  margin-bottom: 16px;
  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 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6;
  display: block;
}
.p-vip__list-date-time-location {
  display: flex;
  flex-direction: column;
  border-left: 1px solid black;
  padding-left: 16px;
  gap: 8px;
  margin-top: 16px;
}
.p-vip__list-date {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}
.p-vip__list-hours {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.p-vip__list-time {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
}
.p-vip__list-location {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  color: #7E7E7E;
}
.p-vip__list-more {
  visibility: hidden;
  position: absolute;
  display: block;
  text-align: right;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.p-vip__list-more-sp {
  margin-top: 16px;
  display: none;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-vip__list-more-sp {
    display: block;
  }
}
.p-vip__list-more span, .p-vip__list-more-sp span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "acumin-variable", "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-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 {
  color: black;
}
.p-vip__list-more span::after, .p-vip__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 {
  background-image: url("image/icon-arrow-01.svg");
}
.p-vip__list-taxonomy {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.p-vip__contact {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 80px;
}
.p-vip__contact a {
  color: var(--theme-color);
}
.p-vip__list-taxonomy-item {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.7;
  font-size: 10px;
  color: #7E7E7E;
}
.p-vip__list-taxonomy-item::before {
  content: "#";
}
.p-vip__list > li {
  display: flex;
  width: calc(100% / 3 - 32px * 2 / 3);
  flex: 0 0 auto;
  background-color: #F5F5F5;
}
@media screen and (max-width: 1200px) {
  .p-vip__list > li {
    width: calc(100% / 2 - 32px / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-vip__list > li {
    width: 100%;
  }
}
.p-vip__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 {
  color: var(--theme-color);
}
.p-vip__list a:hover .p-vip__list-thumbnail img {
  transform: scale(1.05);
}
.p-vip__list a:hover .p-vip__list-more span {
  visibility: visible;
}
.p-vip__list a:hover .p-vip__list-thumbnail-overlay {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-vip__list a:hover .p-vip__list-more span {
    visibility: hidden;
  }
  .p-vip__list a:hover .p-vip__list-thumbnail-overlay {
    display: none;
  }
}

.p-vip__associated {
  padding: 40px 0 180px;
  border-top: 1px solid #adadad;
}
@media screen and (max-width: 768px) {
  .p-vip__associated {
    padding: 24px 0 180px;
  }
}
.p-vip__associated-item {
  padding-bottom: 40px;
  border-bottom: 1px solid #adadad;
}
.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: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}
.p-vip__associated-content {
  margin-top: 40px;
}
.p-vip__associated-content h4 {
  margin-bottom: 16px;
  font-size: 1.6rem;
  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;
  }
}

/* 2024/06/24 清水 以下加筆 */

.c-area__content-inner {
  display: flex;
  flex-direction: row;
  padding-top:calc(96px + 64px);
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .c-area__content-inner {
    flex-direction: column;
    padding-top: calc(80px + 48px);
    gap: 32px;
  }
}

.c-area__content-side {
  position: fixed;
  min-width: 168px;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-area__content-side {
    min-height: fit-content;
    position: relative;
    margin-bottom: 40px;
  }
}

.c-area__content-main {
  flex-grow: 1;
  padding-left: calc(168px + 72px);
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

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

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

@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 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

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

.p-404__top-link a {
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: var(--theme-color);
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .p-404__top-link a {
    font-size: 16px;
  }
}

.p-404__top-link a::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  transform-origin: center;
  background-image: url("image/icon-arrow-01-red.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

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

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

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

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

.c-nav-global-sns a {
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 300ms;
}
.header-sns-icon-x {
  width: 20px !important;
  height: 20px !important;
  background-image: url("image/icon-social-x.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");
}
.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");
}
.c-header-hero .header-sns-icon-facebook {
  background-image: url("image/icon-social-facebook-white.svg");
}

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

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

.p-archives__section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .p-archives__section {
    flex-direction: column;
    gap: 40px;
  }
}
.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 {
  flex: 0 0 auto;
  width: 236px;
  margin-right: 48px;
}
@media screen and (max-width: 768px) {
  .p-archives__section-heading {
    width: 100%;
    margin-right: 0;
  }
}
.p-archives__section-heading h2 {
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 32px;
  line-height: 1;
}

.p-archives__list {
  width: 100%;
}
.p-archives__list ul {
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  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 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: 120px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.p-vip__comingsoon h1 {
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 48px;
  line-height: 1.0;
  color: #7E7E7E;
}
.p-vip__comingsoon p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-vip__comingsoon {
    margin-top: 80px;
  }
  .p-vip__comingsoon h1 {
    font-size: 32px;
  }
  .p-vip__comingsoon p {
    font-size: 12px;
  }
}

/* 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-family: "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-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(--theme-color);
}
.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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: #7E7E7E;
}
.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-family: "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-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-family: "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-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(--theme-color);
}
.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(100vh - 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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
  text-decoration: none;
  color: var(--theme-color) !important;
  border: 1px solid var(--theme-color);
  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(--theme-color);
  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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
  text-decoration: none;
  color: #7E7E7E !important;
  border: 1px solid #7E7E7E;
  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 black;
  padding-bottom: 32px;
  margin-bottom: 40px;
}
.p-public-program__detail-header-date-week-hours{
  display: flex;
  padding-right: 16px;
  align-items: baseline;
  gap: 4px;
  border-right: 1px solid var(--AFAF-gray-2, #ADADAD);
}
.p-public-program__detail-header-date {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.p-public-program__detail-header-week {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}
.p-public-program__detail-header-hours {
  color: var(--theme-color);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}

.p-public-program__detail-header-date {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}
.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: 16px;
  align-items: center;
  margin-bottom: 16px;
}
.p-public-program__detail-header-section {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #7E7E7E;
  line-height: 1;
}
.p-public-program__detail-header-section::before {
  content: "#";
}
.p-public-program__detail-header-hours {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}
.p-public-program__detail-header h1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
.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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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(--theme-color);
  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__dates {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-public-program__dates {
    gap: 0;
    justify-content: space-between;
  }
}
.p-public-program__date {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-end;
  color: black;
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 600;
  font-size: 24px;
  font-style: normal;
  line-height: 1.0;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-public-program__date {
    font-size: 22px;
  }
}
.p-public-program__date::after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  transform-origin: center;
  background-image: url("image/icon-arrow-03.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .p-public-program__date::after {
    width: 18px;
    height: 18px;
  }
}
.p-public-program__date > span {
  font-size: 18px;
  line-height: 1.0;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .p-public-program__date > span {
    font-size: 16px;
    margin-top: auto;
  }
}
.p-public-program {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-public-program__youtube {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 8px;
  background: #F2F2F2;
  padding: 16px 24px;
  margin-top: 24px;
  text-decoration: none;
  color: black;
  z-index: 1;
}
.p-public-program__youtube > h5 {
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 18px;
  font-style: normal;
  line-height: 1.7;
}
.p-public-program__youtube-content {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}
.p-public-program__youtube-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  color: var(--theme-color);
  text-decoration: none;
}
.p-public-program__youtube-link > a::after {
  display: inline-block;
  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;
}
.p-public-program__content {
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding-top: 40px;
}
.p-public-program__body {
  border-left: 1px solid var(--theme-color);
  padding-left: 24px;
}
.p-public-program__day {
  color: #000;
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 600;
  font-size: 24px;
  font-style: normal;
  line-height: 1.0;
  color: var(--theme-color);
  padding-top: 116px;
  margin-top: -116px;
}
.p-public-program__day > span {
  font-size: 16px;
}
.p-public-program__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-satellite-program__venue-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.p-satellite-program__venue-list-item {
  list-style: none;
}
.p-satellite-program__venue-list-item > a {
  color: black;
  text-decoration: none;
}
.p-satellite-program__venue-list-item-content {
  display: flex;
  flex-direction: row;
  gap: 32px;
  background-color: #F4F2F2;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .p-satellite-program__venue-list-item-content {
    flex-direction: column;
  }
}
.p-satellite-program__venue-list-item-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.p-satellite-program__venue-list-item-header > h4 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}
.p-satellite-program__venue-list-item-header > h4 > span {
  font-size: 14px;
}
.p-satellite-program__venue-list-item-header-status {
  padding: 8px 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.0;
  margin-left: auto;
}
.p-satellite-program__venue-list-item-header-status[data-status=now-accepting-applications] {
  color: white;
  background-color: var(--theme-color);
}
.p-satellite-program__venue-list-item-header-status[data-status=before] {
  color: white;
  background-color: #433F3E;
}
.p-satellite-program__venue-list-item-header-status[data-status=closed] {
  color: #7e7e7e;
  background-color: #e8e4e4;
}
.p-satellite-program__venue-list-item-title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 8px;
  transition: all 300ms;
}
.p-public-program__list-item > a:hover .p-satellite-program__venue-list-item-title {
  color: var(--theme-color);
}
.p-satellite-program__venue-list-item-lead {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 16px;
}
.p-satellite-program__venue-list-item-artist > h5 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 16px;
}
.p-satellite-program__venue-list-item-artist > p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}
.p-satellite-program__venue-list-item-content > div > p:first-child {
  margin-top: 16px;
}
.p-satellite-program__venue-list-item-thumbnail {
  position: relative;
  max-width: 239px;
  width: 35%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-satellite-program__venue-list-item-thumbnail {
    max-width: 100%;
    width: 100%;
  }
}
.p-satellite-program__venue-list-item-thumbnail img {
  aspect-ratio: 3/2;
}
.p-public-program__list-item {
  list-style: none;
}
.p-public-program__list-item > a {
  color: black;
  text-decoration: none;
}
.p-public-program__list-item > a > div {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-public-program__list-item > a > div {
    flex-direction: column;
  }
}
.p-public-program__list-item-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-public-program__list-item-header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 16px;
}
.p-public-program__list-item-header::before {
  position: absolute;
  top: 50%;
  left: -29px;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  transform-origin: center;
  background-image: url("image/icon-ellipse.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-public-program__list-item-header::after {
  position: absolute;
  top: 50%;
  left: -21px;
  transform: translateY(-50%);
  content: "ー";
  color: var(--theme-color);
}
.p-public-program__list-item-header-hours {
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 18px;
  font-style: normal;
  line-height: 1.7;
  color: var(--theme-color);
}
.p-public-program__list-item-header-hours > span {
  font-size: 14px;
}
.p-public-program__list-item-header-section {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  color: #7E7E7E;
}
.p-public-program__list-item-header-status {
  position: absolute;
  top: 4px;
  right: 4px;
  width: fit-content;
  padding: 8px 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.0;
}
.p-public-program__list-item-header-status[data-status=now-accepting-applications] {
  color: white;
  background-color: var(--theme-color);
}
.p-public-program__list-item-header-status[data-status=before] {
  color: white;
  background-color: #433F3E;
}
.p-public-program__list-item-header-status[data-status=closed] {
  color: #7e7e7e;
  background-color: #e8e4e4;
}
.p-public-program__list-item-header-section::before {
  content: "#";
}
.p-public-program__list-item-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-public-program__list-item-body > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-public-program__list-item-body > div > p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}
.p-public-program__list-item-title {
  gap: 16px;
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  transition: all 300ms;
}
.p-public-program__list-item > a:hover .p-public-program__list-item-title {
  color: var(--theme-color);
}
.p-public-program__list-item > a:hover .p-public-program__list-item-title::after {
  background-image: url("image/icon-arrow-01-red.svg");
}
.p-public-program__list-item-label {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}
.p-public-program__list-item-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  gap: 8px;
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 12px;
  font-style: normal;
  line-height: 1.6;
  transition: all 300ms;
}
.p-public-program__list-item a:hover .p-public-program__list-item-readmore {
  color: var(--theme-color);
}
.p-public-program__list-item-readmore::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-public-program__list-item a:hover .p-public-program__list-item-readmore::after {
  background-image: url("image/icon-arrow-01-red.svg");
}
.p-public-program__list-thumbnail {
  position: relative;
  max-width: 330px;
  width: 35%;
  flex-shrink: 0;
  height: fit-content;
}
.p-public-program__list-thumbnail::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  transition: all 300ms;
}
.p-public-program__list-item a:hover .p-public-program__list-thumbnail::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-public-program__list-thumbnail {
    max-width: 100%;
    width: 100%;
  }
}
.p-public-program__list-thumbnail > img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.p-public-program__list-thumbnail > .p-public-program__list-item-header-status {
  position: absolute;
  top: 4px;
  right: 4px;
}
@media screen and (max-width: 768px) {
  .p-public-program__list-thumbnail > .p-public-program__list-item-header-status {
    left: 0;
  }
}
.p-program__files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-program__files > a {
  display: inline-flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: end;
  color: black;
  text-decoration: none;
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 14px;
  font-style: normal;
  line-height: 1.3;
}
.p-program__files > a::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-program__wrapper {
  padding-top: 40px;
}
.p-program__wrapper[data-page=public] {
  padding: 189px 0 0;
}
@media screen and (max-width: 768px) {
  .p-program__wrapper[data-page=public] {
    padding: 89px 0 0;
  }
}

.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-program__list {
    flex-direction: column;
    gap: 40px;
  }
}
.p-program__list-wrapper + .p-program__list-wrapper {
  border-color: #adadad;
}
.p-program__list-wrapper > h2 {
  margin-bottom: 40px;
  font-family: "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-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  line-height: 1;
}
.p-program__list-wrapper > h2 span {
  display: block;
  font-family: "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-weight: 500;
  font-size: 3.6rem;
  line-height: 1.2;
}
.p-program__section-tab {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 2rem;
  border-bottom: 2px solid black;
  overflow-x: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-program__section-tab {
    gap: 1.2rem;
  }
}
.p-program__section-tab button {
  cursor: pointer;
  font-family: "acumin-variable", "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-weight: 500;
  font-size: 32px;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
  text-align: left;
  text-transform: uppercase;
  color: #adadad;
  background-color: transparent;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .p-program__section-tab button {
    font-size: 3rem;
    min-width: 0;
  }
}
.p-program__section-tab button:hover {
  color: var(--theme-color);
}
.p-program__section-tab button[aria-selected=true] {
  color: #000;
  border-bottom: 4px solid black;
}
.p-program__section-tabpanel > div[aria-hidden=true] {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  opacity: 0;
  display: none;
  z-index: -1;
}
.p-program__section-tabpanel > div[aria-hidden=false] {
  position: relative;
  opacity: 1;
  display: flex;
  z-index: 1;
  height: 100%;
}
.p-program__list-body {
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-program__list-thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 67%;
  overflow: hidden;
}

.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.00) 53.5%, rgba(0, 0, 0, 0.40) 100%);
}
.p-program__list-thumbnail-status {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  padding: 8px 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6;
  line-height: 1;
  z-index: 1;
}


.p-satellite-program {
  display: flex !important;
  flex-direction: column;
  gap: 56px;
}
.p-public-program__detail-header-address{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.p-public-program__detail-header-address-icon{
  display: flex;
  padding: 2px 5px;
  align-items: center;
  gap: 10px;

}
.p-public-program__detail-header-address-content{
  color: var(--AFAF-gray-1, #7E7E7E);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.0;
}
.p-satellite-program__venue {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
.p-satellite-program__venue-name {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.p-satellite-program__venue-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.p-satellite-program__venue-image-pc {
  display: block;
  max-width: 350px;
  width: 35%;
  flex-shrink: 0;
}
.p-satellite-program__venue-image-sp {
  display: none;
  width: 100%;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-satellite-program__venue-image-pc {
    display: none;
  }
  .p-satellite-program__venue-image-sp {
    display: block;
  }
}
.p-satellite-program__venue-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-satellite-program__venue-description p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}
.p-satellite-program__venue-description a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  color: black;
  text-decoration: none;
}
.p-satellite-program__venue-description > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-satellite-program__venue-description > div > div {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.p-satellite-program__venue-description-label {
  width: 64px;
  min-width: 64px;
}
.p-satellite-program__venue-introduction {
  width: 414px;
  height: 178px;
  color: #000;

  /* JP/Body/medium-b */
  font-family: YuGothic;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}
.p-satellite-program__venue-detail {
  display: flex;
  padding: 0px 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.p-associated-program {
  flex-direction: column;
  gap: 40px;
}
.p-associated-program__item {
  padding-bottom: 40px;
  border-bottom: 1px solid #DCDCDC;
}
.p-associated-program__item-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-associated-program__item-header {
    flex-direction: column;
  }
}
.p-associated-program__item-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}
.p-associated-program__item:last-child {
  border-bottom: none;
}
.p-associated-program__image-pc {
  max-width: 330px;
  width: 35%;
  flex-shrink: 0;
  display: block;
}
.p-associated-program__image-sp {
  width: 100%;
  flex-shrink: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-associated-program__image-pc {
    display: none;
  }
  .p-associated-program__image-sp {
    display: block;
  }
}
.p-associated-program__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-associated-program__content {
    flex-direction: column;
  }
}
.p-associated-program__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-associated-program__body p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}
.p-associated-program__title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

.p-associated-program__description{
  display: flex;
  padding: 40px 10px 20px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.p-associated-program__description-top{
  width: 893px;
  color: #000;

  /* JP/Body/xsmall */
  font-family: YuGothic;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
}
.p-associated-program__description-center{
  color: #000;
  /* JP/Body/xsmall */
  font-family: YuGothic;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  white-space: nowrap;
}
.p-associated-program__description-center-heavy{
  color: #000;
  display: inline;
  /* JP/Body/xsmall */
  font-family: YuGothic;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%

}
.p-associated-program__description-bottom{
  display: flex;
  padding-top: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-top: 0.75px solid #000;
}
.p-associated-program__description-bottom-datetime{
  align-self: stretch;
  color: #000;

  /* JP/Body/xsmall */
  font-family: YuGothic;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
}
.p-associated-program__description-bottom-location{
  align-self: stretch;
  color: #000;

  /* JP/Body/xsmall */
  font-family: YuGothic;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
}
.p-public-program__list-more {
  visibility: hidden;
  position: absolute;
  display: block;
  text-align: right;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.p-public-program__list-more-sp {
  margin-top: 16px;
  display: none;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-public-program__list-more-sp {
    display: block;
  }
}

.p-public-program__list-more span, .p-public-program__list-more-sp span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 12px;
  line-height: 1.6;
  gap: 10px;
  padding: 8px;
  color: white;
}
.p-public-program__list-more-sp span {
  color: black;
}
.p-public-program__list-more span::after, .p-public-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-public-program__list-more-sp span::after {
  background-image: url("image/icon-arrow-01.svg");
}
.p-food_drink-program {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-food_drink-program__lead {
  display: flex;
  flex-direction: row;
  gap: 48px;
  justify-content: space-between;
  align-items: center;
}
.p-food_drink-program__lead > p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.p-food_drink-program__lead > img {
  width: 35%;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .p-food_drink-program__lead {
    flex-direction: column-reverse;
  }
  .p-food_drink-program__lead > img {
    width: 100%;
    max-width: 100%;
  }
}
.p-food_drink-program__booth {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
}
.p-food_drink-program__booth > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-food_drink-program__heading {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.p-food_drink-program__booth-content {
  background-color: #F2F2F2;
  padding: 16px 24px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}
.p-food_drink-program__booth-content > img {
  width: 400px;
  max-width: 35%;
}
@media screen and (max-width: 768px) {
  .p-food_drink-program__booth-content {
    flex-direction: column-reverse;
  }
  .p-food_drink-program__booth-content > img {
    width: 100%;
    max-width: 100%;
  }
}
.p-food_drink-program__booth-content-body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-food_drink-program__booth-content-body > p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}
.p-food_drink-program__booth-content-body > a {
  display: inline-flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  color: black;
  text-decoration: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  margin-left: auto;
}
.p-food_drink-program__booth-content-body > a::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-food_drink-program__floormap {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: space-between;
}
.p-food_drink-program__floormap > img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-food_drink-program__floormap {
    flex-direction: column;
  }
  .p-food_drink-program__floormap > img {
    width: 100%;
  }
}



.p-ticket__side-link {
  display: inline-flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.7;
  text-decoration: none;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  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(--theme-color);
  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;
  margin-top: 80px;
}
.p-ticket__wrapper h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.p-ticket__wrapper-highlights-head h4 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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-family: "acumin-variable", "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-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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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__tickets {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.p-ticket__tickets-title {
  font-family: "acumin-variable", "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-weight: normal !important;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
}
.p-ticket__tickets-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.p-ticket__tickets-wrapper h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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;
}
.p-ticket__tickets-inner h3 {
  display: inline-flex;
  justify-content: space-between;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: #433F3E;
  color: white;
  width: 100%;
}
.p-ticket__tickets-inner h3 > span {
  font-family: "acumin-variable", "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-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 {
  background-color: #EB5E36;
}
.p-ticket__tickets-inner > div {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  border: 1px solid #433F3E;
}
.p-ticket__tickets-inner[status=active] > div {
  border: 1px solid #EB5E36;
}
.p-ticket__tickets-inner > div > div {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-ticket__tickets-inner > div > div {
    flex-direction: column;
  }
}
.p-ticket__tickets-inner > div > p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  border-top: 1px solid #7E7E7E;
  padding-top: 16px;
}
.p-ticket__tickets-label {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  padding: 4px 0;
}
.p-ticket__tickets-label > span {
  text-align: left;
  display: inline-block;
  width: 104px;
}
.p-ticket__tickets-value {
  display: inline-flex;
  flex-wrap: wrap;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.p-ticket__tickets-price {
  display: inline-flex;
  flex-wrap: wrap;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.p-ticket__tickets-value > span > span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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;
  gap: 24px;
  width: 100%;
}
.p-ticket__precautions p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}
.p-ticket__benefits {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.p-ticket__benefits-inner{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 27px;
}
@media screen and (max-width: 768px) {
  .p-ticket__benefits-inner {
    flex-direction: column;
    gap: 40px;
  }
}
.p-ticket__benefits-card {
  display: flex;
  flex-direction: column;
  width: calc(100% / 4 - 32px * 3 / 4);
  flex: 0 0 auto;
  background-color: #F5F5F5;
}
@media screen and (max-width: 1300px) {
  .p-ticket__benefits-card {
    width: calc(100% / 2 - 32px / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-ticket__benefits-card {
    width: 100%;
  }
}
.p-ticket__benefits-card-body {
  padding: 16px 16px 24px 16px;
}
.p-ticket__benefits-card-body > p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 16px;
}
.p-ticket__benefits-card-title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}
.p-ticket__benefits-card-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 32px;
  border-left: 1px solid black;
  padding-left: 16px;
}
.p-ticket__benefits-card-info > p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}
.p-ticket__benefits-card-info a {
  word-wrap:break-word;
}
.p-ticket__benefits-card-info-row {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-ticket__benefits-card-info-label {
  font-weight: 700 !important;
  line-height: 1.7 !important;
  min-width: 64px;
}
.p-ticket__benefits-card-info-row p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
}
.p-ticket__benefits-card-info-row p span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}
.p-ticket__link {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  padding: 16px 40px;
  text-align: center;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  transition: all 300ms;
}
@media screen and (max-width: 768px) {
  .p-ticket__link {
    font-size: 21px;
  }
}
.p-ticket__link::after {
  display: inline-block;
  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__link:hover {
  background-color: var(--theme-color);
  color: white;
}
.p-ticket__link:hover::after {
  background-image: url("image/icon-arrow-01-white.svg");
}

.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: block;
  }
}
.p-artworks__form-button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}
.p-artworks__side-form-key-input::placeholder {
  color: #7E7E7E;
}
.p-artworks__side-form-key-input:focus {
  outline: none;
}
.p-artworks__side-form-label {
  font-family: "acumin-variable", "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-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(--theme-color);
  transform: rotate(-45deg);
  top: 6px;
}
.p-artworks__side-form-body label {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  color: #7E7E7E;
  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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  color: #7E7E7E;
  padding: 4px 8px;
  border: 1px solid #7E7E7E;
  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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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 {
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.7;
  color: black;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  transition: color 300ms;
}
.p-artworks__artscenes-header-link:hover {
  color: var(--theme-color);
}
.p-artworks__artscenes-header-link::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  transform-origin: center;
  transform: rotate(-45deg);
  background-image: url("image/icon-arrow-01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 300ms;
}
.p-artworks__artscenes-header-link:hover:after {
  background-image: url("image/icon-arrow-01-red.svg");
}
@media screen and (max-width: 768px) {
  .p-artworks__artscenes-header-link  {
    position: relative;
    margin-top: 40px;
  }
}
.p-artworks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px 32px;
  margin-top: 80px;
  min-height: 40vh;
}
.p-artworks__item {
  width: calc(100% / 3 - 32px * 2 / 3);
}
@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: 40px;
  }
}
.p-artworks__card {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #F5F5F5;
  padding: 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-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.0;
  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;
}
.p-artworks__card-artist-name {
  color: black;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  width: fit-content;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.p-artworks__card:hover .p-artworks__card-artist-name {
  border-color: black;
}
.p-artworks__card-title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  color: #7E7E7E;
  margin-top: 8px;
}
.p-artworks__card-tag {
  color: #7E7E7E;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 16px;
}
.p-artworks__card-tag::before {
  content: "#";
}
.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: 60%;
}
@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: 16px;
  img {
    transform: rotate(45deg);
  }
}
.p-artworks__modal-tag {
  position: absolute;
  top: 100px;
  right: -12px;
  transform: rotate(90deg);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  color: var(--theme-color);
}
.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;
  transition: all 300ms;
}
@media screen and (max-width: 768px) {
  .p-artworks__modal-content {
    gap: 24px;
    padding: 24px 24px 56px;
  }
}
.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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  width: 100%;
  margin: auto 0;
}
.p-artworks__paging {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 80px;
}
.page-numbers {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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(--theme-color);
  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: #7E7E7E;
  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;
}
.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;
  padding-bottom: 32px;
}
.p-artworks__images div {
  background-color: #F5F5F5;
  padding: 6px;
  flex-shrink: 0;
}
.p-artworks__images img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}
.p-artworks__info {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 24px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-artworks__info {
    flex-direction: column;
    padding: 0;
  }
}
.p-artworks__info > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-artworks__info > div:first-child {
  padding-right: 40px
}
.p-artworks__info-exhibitors {
  border-left: 1px solid black;
  padding-left: 40px;
}
.p-artworks__info-exhibitors-sp {
  display: none;
  border-left: none;
  border-top: 1px solid black;
  padding-left: 0;
  margin-top: 24px;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-artworks__info > div {
    width: 100%;
    padding: 24px 0;
  }
  .p-artworks__info > div:last-child {
    display: none !important;
  }
  .p-artworks__info-exhibitors-sp {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }
}
.p-artworks__info-artistname {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.p-artworks__info-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}
.p-artworks__info-details {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  color: #7E7E7E;
  display: flex;
  flex-direction: column;
}
.p-artworks__info-exhibitor {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.p-artworks__info-exhibitor-name {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.p-artworks__info-exhibitor-link {
  text-decoration: none;
  background-color: black;
  color: white;
  padding: 8px 16px;
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 12px;
  font-style: normal;
  line-height: 1.7;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  height: fit-content;
  margin-left: 8px;
}
.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;
}
.p-artworks__info-exhibitor-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 12px;
  font-style: normal;
  line-height: 1.0;
  color: #7E7E7E;
  row-gap: 8px;
}
.p-artworks__info-exhibitor-details dl {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.p-artworks__info-exhibitor-details dt {
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 500;
  width: 48px;
}
.p-artworks__info-exhibitor-details dd {
  font-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  width: 75%;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.p-artworks__artist-profile {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-artworks__artist-profile {
    margin-top: 24px;
  }
}
.p-artworks__artist-profile-heading {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}
.p-artworks__artist-profile-inner {
  margin-top: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-artworks__artist-profile-inner p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}
.p-artworks__artscenes-link {
  text-decoration: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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(--theme-color);
}
.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-family: "acumin-variable", "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-weight: 500;
  font-size: 32px;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
  text-align: left;
  text-transform: uppercase;
  color: #adadad;
  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(--theme-color);
}
.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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 16px;
  border-left: 4px solid var(--theme-color);
}
.p-focus__section-item-description p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  padding-bottom: 32px;
  border-bottom: 1px solid #7E7E7E;
}
.p-focus__section-item-artist-profile {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 32px;
  border-bottom: 1px solid #7E7E7E;
}
.p-focus__section-item-artist-profile > h3 {
  font-family: "acumin-variable", "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-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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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-family: "acumin-variable", "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-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(--theme-color);
}
.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-family: "acumin-variable", "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-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 700;
  font-size: 12px;
  font-style: normal;
  line-height: 1.0;
  color: #7E7E7E;
}
.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: #7E7E7E;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  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;
}
@media screen and (max-width: 768px) {
  .fotter-assets {
    flex-direction: column;
    gap: 24px;
  }
  .fotter-assets > div {
    align-items: start;
    flex-direction: column;
    gap: 16px;
  }
}
.fotter-assets > div > p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: white;
}
.fotter-asset {
  height: 39px;
}
.fotter-assets > a > img {
  padding: 7px 0;
}

.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-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(--theme-color);
}
.color-gray {
  color: #7286A1;
}

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

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

.border-none {
  border: none;
}
