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

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

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

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

html, body {
  overflow-x: hidden;
}

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

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

figure {
  overflow: hidden;
}

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

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

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

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

fieldset,
legend {
  display: contents;
}

strong {
  font-weight: 700;
}

em {
  font-style: normal;
}

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

main {
  overflow-x: hidden;
}

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

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

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

.l-bg {
  position: relative;
}
.l-bg:not(:has(.p-hero2)) {
  padding-top: max(19.2vw, 72px);
}
@media (930px <= width) {
  .l-bg:not(:has(.p-hero2)) {
    padding-top: min(8.6021505376vw, 80px);
  }
}
.l-bg::after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100dvh;
  content: "";
  background: top center/100% no-repeat url("../img/bg-sp.webp");
}
@media (930px <= width) {
  .l-bg::after {
    position: absolute;
    height: 100%;
    background-image: url("../img/bg-pc.webp");
    background-size: cover;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 555;
  width: 100%;
}
@media (930px <= width) {
  .l-header {
    border-width: min(0.1075268817vw, 1px);
  }
}
.l-header__inner {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
  margin-inline: 0;
  display: flex;
  gap: max(6.4vw, 24px);
  align-items: center;
  justify-content: space-between;
  height: max(19.2vw, 72px);
  padding: max(5.3333333333vw, 20px);
}
@media (930px <= width) {
  .l-header__inner {
    gap: min(2.5806451613vw, 24px);
    height: min(8.6021505376vw, 80px);
    padding: min(2.5806451613vw, 24px) min(3.4408602151vw, 32px);
  }
}
.l-header__area1, .l-header__area3 {
  flex-shrink: 0;
}
.l-header__area2 {
  flex-grow: 1;
}
.l-header__brand, .l-header__toggle {
  position: relative;
  z-index: 999;
}
.l-header__primary {
  position: relative;
  z-index: 999;
  color: #fff;
  border-bottom: max(0.2666666667vw, 1px) solid #757575;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(max(3.2vw, 12px));
}
@media (930px <= width) {
  .l-header__primary {
    backdrop-filter: blur(min(1.2903225806vw, 12px));
  }
}
@media (930px <= width) {
  .l-header__primary {
    border-width: min(0.1075268817vw, 1px);
  }
}
.l-header__secondary {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 666;
}

.l-footer {
  padding: min(3.4408602151vw, 32px);
  background: #fff;
}
@media (930px <= width) {
  .l-footer {
    padding-bottom: min(5.1612903226vw, 48px);
  }
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  gap: min(3.4408602151vw, 32px);
  max-width: 680px;
  margin-inline: auto;
}

.l-container__unit {
  display: flex;
  flex-direction: column;
}
@media (930px <= width) {
  .l-container__unit {
    gap: min(5.1612903226vw, 48px);
    padding-block: min(6.8817204301vw, 64px);
  }
}
.l-container__inner {
  width: max(87.4666666667vw, 328px);
  margin-inline: auto;
}
@media (930px <= width) {
  .l-container__inner {
    width: 100%;
    max-width: 912px;
  }
}
.l-container--full {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
  margin-inline: 0;
}
.l-container--column {
  display: flex;
  gap: 2%;
  justify-content: space-between;
}

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

/* ==========================================================================
  Component
========================================================================== */
.c-logo a {
  display: inline-block;
  opacity: 1;
  transition: all 0.5s;
}
.c-logo a:hover {
  opacity: 0.5;
}
.c-logo img {
  width: max(26.6666666667vw, 100px);
  height: max(8.5333333333vw, 32px);
}
@media (930px <= width) {
  .c-logo img {
    width: min(10.752688172vw, 100px);
    height: min(3.4408602151vw, 32px);
  }
}
.c-logo--vertical img {
  width: max(24vw, 90px);
  height: max(37.3333333333vw, 140px);
}
@media (930px <= width) {
  .c-logo--vertical img {
    width: min(9.6774193548vw, 90px);
    height: min(15.0537634409vw, 140px);
  }
}

.c-button {
  position: relative;
  min-width: max(82.6666666667vw, 310px);
  padding-block: max(4.2666666667vw, 16px);
  font-size: max(6.4vw, 24px);
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
  background: #fff;
  border-radius: 100vmax;
  transition: all 0.5s;
}
.c-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - max(1.0666666667vw, 4px));
  height: calc(100% - max(1.0666666667vw, 4px));
  content: "";
  background: linear-gradient(180deg, #2B8EFF 0%, #FF0019 100%);
  border-radius: 100vmax;
  transform: translate(-50%, -50%);
}
.c-button span {
  position: relative;
  z-index: 2;
  color: #fff;
  filter: drop-shadow(0 max(0.5333333333vw, 2px) max(1.0666666667vw, 4px) rgba(0, 0, 0, 0.25));
}
@media (930px <= width) {
  .c-button span {
    filter: drop-shadow(0 min(0.2150537634vw, 2px) min(0.4301075269vw, 4px) rgba(0, 0, 0, 0.25));
  }
}
@media (930px <= width) {
  .c-button {
    min-width: min(33.3333333333vw, 310px);
    padding-block: min(1.7204301075vw, 16px);
    font-size: min(2.5806451613vw, 24px);
  }
  .c-button::before {
    width: calc(100% - min(0.4301075269vw, 4px));
    height: calc(100% - min(0.4301075269vw, 4px));
  }
}
.c-button--white {
  position: relative;
  background: linear-gradient(180deg, #2B8EFF 0%, #FF0019 100%);
}
.c-button--white::before {
  background: #fff;
}
.c-button--white span {
  background: linear-gradient(180deg, #2B8EFF 0%, #FF0019 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-button:hover, .c-button:focus-visible {
  opacity: 0.5;
}
.c-button[aria-disabled=true], .c-button:disabled {
  color: #999;
  background: #F5F5F5;
}
.c-button[aria-disabled=true]:hover, .c-button[aria-disabled=true]:focus-visible, .c-button:disabled:hover, .c-button:disabled:focus-visible {
  color: #999;
  background: #F5F5F5;
}
.c-button--black {
  background: #000;
}
.c-button--cancel {
  background: #999;
}
.c-button--cancel:hover, .c-button--cancel:focus-visible {
  background: #F5F5F5;
}
.c-button--arrow-r {
  display: flex;
  gap: 1.5em;
  align-items: center;
  justify-content: center;
}
.c-button--arrow-r::after {
  content: "";
  background: center/contain no-repeat;
  background-image: url("../img/20251218/icon_chevron-r.svg");
  filter: invert(89%) sepia(86%) saturate(0%) hue-rotate(257deg) brightness(102%) contrast(101%);
  width: 0.75em;
  height: 0.75em;
}

.c-buttonList {
  padding: 0;
  list-style-type: none;
}
.c-buttonList--horizontal {
  display: flex;
  flex-flow: column wrap;
  gap: max(4.2666666667vw, 16px);
  align-items: center;
  justify-content: center;
  margin: max(4.2666666667vw, 16px) auto 0;
}
@media (930px <= width) {
  .c-buttonList--horizontal {
    flex-direction: row;
    gap: min(1.7204301075vw, 16px);
    margin: min(3.4408602151vw, 32px) auto 0;
  }
}
.c-buttonList--vertical {
  display: flex;
  flex-direction: column;
  gap: max(4.2666666667vw, 16px);
  align-items: center;
  justify-content: center;
  margin: max(4.2666666667vw, 16px) auto 0;
}
@media (930px <= width) {
  .c-buttonList--vertical {
    flex-direction: row;
    gap: min(1.7204301075vw, 16px);
    margin: min(3.4408602151vw, 32px) auto 0;
  }
}

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

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

.c-cta {
  background: #000;
}
.c-cta__list {
  display: flex;
  flex-direction: column;
  gap: max(6.4vw, 24px);
  align-items: center;
  padding-block: max(6.4vw, 24px);
}
@media (930px <= width) {
  .c-cta__list {
    flex-direction: row-reverse;
    gap: min(2.5806451613vw, 24px);
    justify-content: center;
    padding-block: min(0.8602150538vw, 8px);
  }
}
.c-cta__button {
  position: relative;
  min-width: max(82.6666666667vw, 310px);
  padding-block: max(4.2666666667vw, 16px);
  font-size: max(6.4vw, 24px);
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
  background: #fff;
  border-radius: 100vmax;
  transition: all 0.5s;
}
.c-cta__button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - max(1.0666666667vw, 4px));
  height: calc(100% - max(1.0666666667vw, 4px));
  content: "";
  background: linear-gradient(180deg, #2B8EFF 0%, #FF0019 100%);
  border-radius: 100vmax;
  transform: translate(-50%, -50%);
}
.c-cta__button span {
  position: relative;
  z-index: 2;
  color: #fff;
  filter: drop-shadow(0 max(0.5333333333vw, 2px) max(1.0666666667vw, 4px) rgba(0, 0, 0, 0.25));
}
@media (930px <= width) {
  .c-cta__button span {
    filter: drop-shadow(0 min(0.2150537634vw, 2px) min(0.4301075269vw, 4px) rgba(0, 0, 0, 0.25));
  }
}
@media (930px <= width) {
  .c-cta__button {
    min-width: min(33.3333333333vw, 310px);
    padding-block: min(1.7204301075vw, 16px);
    font-size: min(2.5806451613vw, 24px);
  }
  .c-cta__button::before {
    width: calc(100% - min(0.4301075269vw, 4px));
    height: calc(100% - min(0.4301075269vw, 4px));
  }
}
.c-cta__button:hover, .c-cta__button:focus-visible {
  opacity: 0.5;
}
.c-cta__button--white {
  position: relative;
  background: linear-gradient(180deg, #2B8EFF 0%, #FF0019 100%);
}
.c-cta__button--white::before {
  background: #fff;
}
.c-cta__button--white span {
  background: linear-gradient(180deg, #2B8EFF 0%, #FF0019 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-exhibitionCta__text {
  display: flex;
  flex-direction: column;
  gap: max(14.9333333333vw, 56px);
  align-items: center;
  padding-block: max(14.9333333333vw, 56px);
}
.c-exhibitionCta__text > span {
  font-size: max(6.4vw, 24px);
  font-weight: 900;
  color: #fff;
}
@media (930px <= width) {
  .c-exhibitionCta__text {
    flex-direction: row;
    gap: min(2.5806451613vw, 24px);
    justify-content: center;
    padding-block: min(0.8602150538vw, 8px);
  }
  .c-exhibitionCta__text > span {
    font-size: min(2.5806451613vw, 24px);
    font-weight: 700;
    color: #000;
  }
}
.c-exhibitionCta .c-button {
  min-width: max(70.9333333333vw, 266px);
  padding-block: max(4.2666666667vw, 16px);
  font-size: max(6.4vw, 24px);
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
  background: linear-gradient(180deg, #2B8EFF 0%, #FF0019 100%);
  border-radius: 100vmax;
  box-shadow: 0 max(1.0666666667vw, 4px) 0 #404040;
  transition: all 0.5s;
}
@media (width < 930px) {
  .c-exhibitionCta .c-button {
    background: #fff;
  }
  .c-exhibitionCta .c-button span {
    background: linear-gradient(180deg, #2B8EFF 0%, #FF0019 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (930px <= width) {
  .c-exhibitionCta .c-button {
    min-width: min(21.7204301075vw, 202px);
    padding-block: min(1.7204301075vw, 16px);
    font-size: min(2.5806451613vw, 24px);
    box-shadow: 0 min(0.4301075269vw, 4px) 0 #404040;
  }
}
.c-exhibitionCta .c-button:hover, .c-exhibitionCta .c-button:focus-visible {
  opacity: 0.5;
}

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

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

.p-headerCta {
  display: flex;
  gap: min(0.8602150538vw, 8px);
  align-items: center;
  justify-content: center;
}
.p-headerCta__link {
  width: 178px;
  padding: min(0.8602150538vw, 8px);
  font-size: min(1.935483871vw, 18px);
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  background: linear-gradient(180deg, #2B8EFF 0%, #FF0019 100%);
  border: min(0.2150537634vw, 2px) solid #fff;
  border-radius: 100vmax;
}

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

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

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

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

.p-drawerNav {
  padding: max(10.6666666667vw, 40px) max(10.6666666667vw, 40px);
  font-size: max(5.3333333333vw, 20px);
  font-weight: 400;
}
.p-drawerNav__list {
  display: flex;
  flex-direction: column;
  gap: max(10.6666666667vw, 40px);
}
.p-drawerNav__list li {
  position: relative;
  border-bottom: max(0.5333333333vw, 2px) solid #717171;
}
.p-drawerNav__list li a {
  padding-bottom: max(4.2666666667vw, 16px);
}

.p-drawerCta .c-button {
  padding-block: max(6.4vw, 24px);
}
.p-drawerCta .c-button:not(.c-button--white) {
  background: #c3c3c3;
}

.p-section__inner {
  display: flex;
  flex-direction: column;
  gap: max(8.5333333333vw, 32px);
  margin-inline: auto;
}
@media (930px <= width) {
  .p-section__inner {
    gap: min(3.4408602151vw, 32px);
  }
}
.p-section__title {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: min(2.5806451613vw, 24px);
  font-size: max(7.2vw, 27px);
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (930px <= width) {
  .p-section__title {
    margin-bottom: min(5.1612903226vw, 48px);
    font-size: min(3.4408602151vw, 32px);
  }
}

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

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

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

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

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

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

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

/* ==========================================================================
  Project / LP 20251218
========================================================================== */
.p-hero {
  padding-top: max(7.2vw, 27px);
  overflow: hidden;
  color: #fff;
}
@media (930px <= width) {
  .p-hero {
    padding-block: min(6.2365591398vw, 58px) min(12.7956989247vw, 119px);
  }
}
.p-hero__inner {
  position: relative;
  width: max(87.4666666667vw, 328px);
  aspect-ratio: 328/578;
  margin: 0 auto;
}
@media (930px <= width) {
  .p-hero__inner {
    width: 100%;
    max-width: 922px;
    aspect-ratio: 922/462;
  }
}
.p-hero__intro {
  margin-bottom: max(9.6vw, 36px);
  font-size: max(4vw, 15px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media (930px <= width) {
  .p-hero__intro {
    margin-bottom: min(4.3010752688vw, 40px);
    font-size: min(2.1505376344vw, 20px);
    line-height: 2.4;
    letter-spacing: 0.7em;
  }
}
@media (930px <= width) {
  .p-hero__logo {
    margin-bottom: min(2.4731182796vw, 23px);
  }
}
.p-hero__titleWrap {
  display: flex;
  flex-direction: column;
}
@media (930px <= width) {
  .p-hero__titleWrap {
    flex-flow: row wrap;
    gap: min(1.0752688172vw, 10px);
    align-items: center;
    justify-content: space-between;
  }
}
@media (930px <= width) {
  .p-hero__tagline {
    width: min(39.8924731183vw, 371px);
  }
}
@media (width < 930px) {
  .p-hero__title {
    margin-block: min(2.5806451613vw, 24px) min(2.4731182796vw, 23px);
  }
}
@media (930px <= width) {
  .p-hero__title {
    width: min(53.1182795699vw, 494px);
  }
}
.p-hero__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block: max(4.2666666667vw, 16px) max(8vw, 30px);
  font-weight: 700;
  line-height: 1.5;
}
@media (930px <= width) {
  .p-hero__info {
    position: absolute;
    bottom: 0;
    left: 0;
    flex-direction: row;
    gap: min(2.5806451613vw, 24px);
    width: fit-content;
    margin-block: 0;
  }
}
@media (930px <= width) {
  .p-hero__date {
    width: min(22.7956989247vw, 212px);
  }
}
.p-hero__place {
  font-size: max(6.4vw, 24px);
}
@media (930px <= width) {
  .p-hero__place {
    font-size: min(3.0107526882vw, 28px);
    line-height: 1.25;
  }
}
.p-hero__presentedby {
  width: max(62.9333333333vw, 236px);
  margin-inline: auto;
}
@media (930px <= width) {
  .p-hero__presentedby {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(40.9677419355vw, 381px);
    margin: 0;
  }
}

.p-hero2 {
  position: relative;
  padding-block: max(26.4vw, 99px) max(15.2vw, 57px);
  margin-bottom: max(21.3333333333vw, 80px);
  overflow: hidden;
  color: #fff;
}
@media (930px <= width) {
  .p-hero2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100dvh;
    padding-block: calc(min(7.7419354839vw, 72px) - min(1.2903225806vw, 12px)) min(7.7419354839vw, 72px);
    margin-bottom: min(10.752688172vw, 100px);
  }
}
.p-hero2__inner {
  position: relative;
  z-index: 1;
  width: max(87.4666666667vw, 328px);
  aspect-ratio: 328/526;
  margin: 0 auto;
}
@media (930px <= width) {
  .p-hero2__inner {
    width: 100%;
    max-width: 922px;
    aspect-ratio: 922/460;
  }
}
.p-hero2__intro {
  margin-bottom: max(9.6vw, 36px);
  font-size: max(4vw, 15px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media (930px <= width) {
  .p-hero2__intro {
    margin-bottom: min(5.376344086vw, 50px);
    font-size: min(2.1505376344vw, 20px);
    line-height: 2.4;
    letter-spacing: 0.7em;
  }
}
@media (930px <= width) {
  .p-hero2__logo {
    margin-bottom: min(2.688172043vw, 25px);
  }
}
.p-hero2__titleWrap {
  display: flex;
  flex-direction: column;
}
@media (930px <= width) {
  .p-hero2__titleWrap {
    flex-flow: row wrap;
    gap: 0 min(1.0752688172vw, 10px);
    align-items: center;
    justify-content: space-between;
  }
}
@media (930px <= width) {
  .p-hero2__tagline {
    width: min(39.8924731183vw, 371px);
  }
}
@media (width < 930px) {
  .p-hero2__title {
    margin-block: min(1.935483871vw, 18px) min(2.3655913978vw, 22px);
  }
}
@media (930px <= width) {
  .p-hero2__title {
    width: min(52.0430107527vw, 484px);
  }
}
.p-hero2__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block: max(5.8666666667vw, 22px) max(7.4666666667vw, 28px);
  font-weight: 700;
  line-height: 1.5;
}
@media (930px <= width) {
  .p-hero2__info {
    position: absolute;
    bottom: 0;
    left: 0;
    flex-direction: row;
    gap: min(2.5806451613vw, 24px);
    width: fit-content;
    margin-block: 0;
  }
}
@media (930px <= width) {
  .p-hero2__date {
    width: min(22.7956989247vw, 212px);
  }
}
.p-hero2__place {
  font-size: max(6.4vw, 24px);
}
@media (930px <= width) {
  .p-hero2__place {
    font-size: min(3.0107526882vw, 28px);
    line-height: 1.25;
  }
}
.p-hero2__presentedby {
  width: max(62.9333333333vw, 236px);
  margin-inline: auto;
}
@media (930px <= width) {
  .p-hero2__presentedby {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(40.9677419355vw, 381px);
    margin: 0;
  }
}
.p-hero2__video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  min-width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.p-hero2__video .c-embed {
  min-width: 100%;
  min-height: 100%;
}

.p-why {
  padding-bottom: max(14.9333333333vw, 56px);
  color: #fff;
}
@media (930px <= width) {
  .p-why {
    padding-bottom: min(9.0322580645vw, 84px);
  }
}
@media (width < 930px) {
  .p-why .l-container__inner {
    width: 100%;
  }
}
.p-why__title, .p-why__text {
  filter: drop-shadow(0 0 max(2.1333333333vw, 8px) rgba(0, 0, 0, 0.8));
}
@media (930px <= width) {
  .p-why__title, .p-why__text {
    filter: drop-shadow(0 0 min(0.8602150538vw, 8px) rgba(0, 0, 0, 0.8));
  }
}
.p-why__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: max(10.6666666667vw, 40px);
  font-size: max(5.3333333333vw, 20px);
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (930px <= width) {
  .p-why__title {
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: min(3.4408602151vw, 32px);
    font-size: min(3.0107526882vw, 28px);
  }
}
.p-why__title--en {
  font-size: max(12.8vw, 48px);
  font-weight: 800;
  letter-spacing: 0;
}
@media (width < 930px) {
  .p-why__title--en {
    margin-bottom: max(3.2vw, 12px);
  }
}
@media (930px <= width) {
  .p-why__title--en {
    font-size: min(7.5268817204vw, 70px);
  }
}
.p-why__text {
  font-size: max(4vw, 15px);
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (930px <= width) {
  .p-why__text {
    font-size: min(1.7204301075vw, 16px);
    line-height: 1.7;
  }
}
.p-why__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-block: max(7.2vw, 27px);
}
.p-why__list > li {
  padding: max(2.1333333333vw, 8px) max(2.9333333333vw, 11px) max(2.6666666667vw, 10px);
  font-size: max(5.3333333333vw, 20px);
  background: #000;
}
@media (width < 930px) {
  .p-why__list {
    gap: max(2.1333333333vw, 8px);
  }
}
@media (930px <= width) {
  .p-why__list {
    flex-direction: row;
    justify-content: space-between;
    padding-block: min(2.9032258065vw, 27px);
  }
  .p-why__list > li {
    padding: min(0.8602150538vw, 8px) min(1.7204301075vw, 16px) min(1.0752688172vw, 10px);
    font-size: min(2.5806451613vw, 24px);
  }
}

.p-spSpeaker {
  color: #fff;
}
.p-spSpeaker article {
  display: flex;
  flex-direction: column;
  gap: max(6.4vw, 24px);
  padding-bottom: max(14.9333333333vw, 56px);
}
@media (930px <= width) {
  .p-spSpeaker article {
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: space-between;
    padding-bottom: min(6.8817204301vw, 64px);
  }
}
.p-spSpeaker__title {
  margin-bottom: max(4.2666666667vw, 16px);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: max(17.0666666667vw, 64px);
  font-weight: 700;
}
@media (930px <= width) {
  .p-spSpeaker__title {
    margin-bottom: min(3.4408602151vw, 32px);
    font-size: min(10.752688172vw, 100px);
  }
}
.p-spSpeaker__text {
  font-size: max(7.4666666667vw, 28px);
}
@media (930px <= width) {
  .p-spSpeaker__text {
    font-size: min(4.3010752688vw, 40px);
  }
}
.p-spSpeaker__honorific {
  font-size: max(5.3333333333vw, 20px);
}
@media (930px <= width) {
  .p-spSpeaker__honorific {
    font-size: min(3.2258064516vw, 30px);
  }
}
@media (930px <= width) {
  .p-spSpeaker .p-spSpeakerGuest {
    width: min(43.0107526882vw, 400px);
  }
}
.p-spSpeaker .p-spSpeakerGuest__profile {
  display: flex;
  flex-direction: column;
  gap: max(1.6vw, 6px);
  margin-top: max(4.2666666667vw, 16px);
}
@media (930px <= width) {
  .p-spSpeaker .p-spSpeakerGuest__profile {
    gap: min(0.8602150538vw, 8px);
    margin-top: min(1.7204301075vw, 16px);
  }
}
.p-spSpeaker .p-spSpeakerGuest__name {
  font-size: max(5.3333333333vw, 20px);
}
@media (930px <= width) {
  .p-spSpeaker .p-spSpeakerGuest__name {
    font-size: min(2.5806451613vw, 24px);
  }
}
.p-spSpeaker .p-spSpeakerGuest__honorific {
  font-size: max(4vw, 15px);
}
@media (930px <= width) {
  .p-spSpeaker .p-spSpeakerGuest__honorific {
    font-size: min(1.935483871vw, 18px);
  }
}
.p-spSpeaker .p-spSpeakerGuest__title {
  font-size: max(3.2vw, 12px);
  font-weight: 400;
}
@media (930px <= width) {
  .p-spSpeaker .p-spSpeakerGuest__title {
    font-size: min(1.5053763441vw, 14px);
  }
}

.p-previous {
  padding-block: max(17.0666666667vw, 64px);
  color: #fff;
  background: #000;
}
@media (930px <= width) {
  .p-previous {
    padding-block: min(6.8817204301vw, 64px);
  }
}
.p-previous .p-prevMovie {
  margin-bottom: max(25.6vw, 96px);
}
@media (930px <= width) {
  .p-previous .p-prevMovie {
    max-width: 912px;
    margin: 0 auto min(10.3225806452vw, 96px);
  }
}
.p-previous .p-prevMovie__header {
  display: flex;
  gap: max(1.3333333333vw, 5px);
  align-items: flex-end;
  margin-bottom: max(1.6vw, 6px);
}
@media (width < 930px) {
  .p-previous .p-prevMovie__header {
    padding: max(4.2666666667vw, 16px);
  }
}
@media (930px <= width) {
  .p-previous .p-prevMovie__header {
    gap: min(0.5376344086vw, 5px);
    margin-bottom: min(0.6451612903vw, 6px);
  }
}
.p-previous .p-prevMovie__title {
  font-size: max(3.7333333333vw, 14px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (930px <= width) {
  .p-previous .p-prevMovie__title {
    font-size: min(2.1505376344vw, 20px);
  }
}
.p-previous .p-prevMovie__note {
  font-size: max(2.1333333333vw, 8px);
  font-weight: 700;
  line-height: 1.6;
}
@media (930px <= width) {
  .p-previous .p-prevMovie__note {
    font-size: min(1.1827956989vw, 11px);
  }
}
.p-previous .p-prevMovie .c-embed {
  background: #000;
}
.p-previous .p-prevAchievements__inner {
  display: flex;
  flex-direction: column;
  gap: max(10.6666666667vw, 40px);
}
@media (930px <= width) {
  .p-previous .p-prevAchievements__inner {
    flex-direction: row;
    gap: min(4.3010752688vw, 40px);
    align-items: center;
  }
}
.p-previous .p-prevAchievements__title {
  flex-shrink: 0;
  font-size: max(12.2666666667vw, 46px);
  font-weight: 700;
  line-height: 1.2;
}
@media (930px <= width) {
  .p-previous .p-prevAchievements__title {
    width: fit-content;
    font-size: min(4.9462365591vw, 46px);
  }
}
.p-previous .p-prevAchievements__text {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (930px <= width) {
  .p-previous .p-prevAchievements__text {
    position: relative;
    width: calc(min(55.1612903226vw, 513px) + min(4.623655914vw, 43px));
    padding-left: min(4.623655914vw, 43px);
  }
  .p-previous .p-prevAchievements__text::after {
    position: absolute;
    top: 0;
    left: 0;
    width: min(0.3225806452vw, 3px);
    height: 100%;
    content: "";
    background: #fff;
  }
}
.p-previous .p-prevData__list {
  display: flex;
  flex-wrap: wrap;
  gap: max(1.0666666667vw, 4px);
  margin-block: max(8.5333333333vw, 32px);
}
.p-previous .p-prevData__list > li {
  flex-basis: calc((100% - max(1.0666666667vw, 4px)) / 2);
}
@media (930px <= width) {
  .p-previous .p-prevData__list {
    gap: min(0.4301075269vw, 4px);
    margin-block: min(3.4408602151vw, 32px);
  }
  .p-previous .p-prevData__list > li {
    flex-basis: calc((100% - min(0.4301075269vw, 4px) * 3) / 4);
  }
}
.p-previous .p-prevScroll {
  width: 100%;
  height: max(48vw, 180px);
}
@media (930px <= width) {
  .p-previous .p-prevScroll {
    height: min(30.1075268817vw, 280px);
  }
}
.p-previous .p-prevScroll span {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/previous_scroll.webp");
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: prev-scroll-sp 60s infinite linear;
}
@media (930px <= width) {
  .p-previous .p-prevScroll span {
    animation: prev-scroll-pc 60s infinite linear;
  }
}
@keyframes prev-scroll-sp {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: max(-209.0666666667vw, -784px);
  }
}
@keyframes prev-scroll-pc {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: max(-492.8vw, -1848px);
  }
}
.p-previous .p-prevScroll__note {
  margin-top: max(2.1333333333vw, 8px);
  font-size: max(2.6666666667vw, 10px);
  line-height: 1.6;
  text-align: center;
}
@media (930px <= width) {
  .p-previous .p-prevScroll__note {
    margin-top: min(0.8602150538vw, 8px);
    font-size: min(1.1827956989vw, 11px);
  }
}

.p-benefit {
  padding-block: max(17.0666666667vw, 64px);
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(max(0.5333333333vw, 2px));
}
@media (930px <= width) {
  .p-benefit {
    backdrop-filter: blur(min(0.2150537634vw, 2px));
  }
}
@media (930px <= width) {
  .p-benefit {
    padding-block: min(6.8817204301vw, 64px);
  }
}
.p-benefit__inner {
  display: flex;
  flex-direction: column;
  gap: max(10.6666666667vw, 40px);
}
@media (930px <= width) {
  .p-benefit__inner {
    flex-direction: row-reverse;
    gap: min(4.3010752688vw, 40px);
    align-items: center;
  }
}
.p-benefit__title {
  flex-shrink: 0;
  font-size: max(12.2666666667vw, 46px);
  font-weight: 700;
  line-height: 1.2;
}
@media (930px <= width) {
  .p-benefit__title {
    width: fit-content;
    font-size: min(4.9462365591vw, 46px);
    text-align: right;
  }
}
.p-benefit__text {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (930px <= width) {
  .p-benefit__text {
    position: relative;
    width: calc(min(55.1612903226vw, 513px) + min(4.623655914vw, 43px));
    padding-right: min(4.623655914vw, 43px);
  }
  .p-benefit__text::after {
    position: absolute;
    top: 0;
    right: 0;
    width: min(0.3225806452vw, 3px);
    height: 100%;
    content: "";
    background: currentcolor;
  }
}
.p-benefit__list {
  display: flex;
  flex-direction: column;
  gap: max(1.0666666667vw, 4px);
  margin-top: max(8.5333333333vw, 32px);
}
@media (930px <= width) {
  .p-benefit__list {
    flex-direction: row;
    gap: min(0.4301075269vw, 4px);
    margin-top: min(3.4408602151vw, 32px);
  }
}
.p-benefit__item {
  display: flex;
  flex-direction: column;
  gap: max(5.3333333333vw, 20px);
  padding: max(8.5333333333vw, 32px) max(3.2vw, 12px);
  color: #fff;
}
.p-benefit__item.--visitor {
  background: #3D3D3D;
}
.p-benefit__item.--exhibitor {
  background: linear-gradient(180deg, #2B8EFF 0%, #FF0019 100%);
}
.p-benefit__item ul > li {
  padding-left: 1em;
  font-size: max(4vw, 15px);
  line-height: 1.7;
  text-indent: -1em;
}
.p-benefit__item ul > li::before {
  content: "・";
}
@media (930px <= width) {
  .p-benefit__item ul > li {
    font-size: min(1.6129032258vw, 15px);
  }
}
@media (930px <= width) {
  .p-benefit__item {
    flex-basis: calc((100% - min(0.4301075269vw, 4px)) / 2);
    gap: min(2.1505376344vw, 20px);
    padding: min(4.3010752688vw, 40px) min(5.1612903226vw, 48px);
  }
}
.p-benefit__side {
  font-size: max(8.5333333333vw, 32px);
  font-weight: 900;
  text-align: center;
}
.p-benefit__side .--en {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: max(4.2666666667vw, 16px);
  font-weight: 300;
}
@media (930px <= width) {
  .p-benefit__side {
    font-size: min(3.7634408602vw, 35px);
    text-align: left;
  }
  .p-benefit__side .--en {
    font-size: min(2.1505376344vw, 20px);
  }
}

.p-overview {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(max(0.5333333333vw, 2px));
}
@media (930px <= width) {
  .p-overview {
    backdrop-filter: blur(min(0.2150537634vw, 2px));
  }
}
.p-overview .l-container__inner {
  max-width: 640px;
  padding-block: max(14.9333333333vw, 56px);
}
@media (930px <= width) {
  .p-overview .l-container__inner {
    padding-block: min(6.0215053763vw, 56px);
  }
}
.p-overview__table th {
  width: 7em;
}
@media (930px <= width) {
  .p-overview__table th {
    width: 12em;
  }
}

.p-notice {
  padding-bottom: max(14.9333333333vw, 56px);
  color: #fff;
  background: #000;
}
.p-notice .l-container__inner {
  width: max(78.6666666667vw, 295px);
}
@media (930px <= width) {
  .p-notice {
    padding-block: min(5.1612903226vw, 48px);
  }
  .p-notice .l-container__inner {
    width: 100%;
    max-width: 710px;
  }
}
.p-notice__list {
  font-size: max(3.4666666667vw, 13px);
  line-height: 1.6;
}
@media (930px <= width) {
  .p-notice__list {
    margin-inline: -2.2em;
    font-size: min(1.7204301075vw, 16px);
  }
}

.p-contact {
  padding-block: max(14.9333333333vw, 56px);
  color: #fff;
  background: #000;
}
@media (width < 930px) {
  .p-contact .l-container__inner {
    width: max(91.4666666667vw, 343px);
  }
}
@media (930px <= width) {
  .p-contact {
    padding-block: min(5.1612903226vw, 48px);
  }
}
.p-contact__note {
  margin-bottom: max(2.1333333333vw, 8px);
  font-size: max(3.2vw, 12px);
  line-height: 1.4;
  text-align: center;
}
@media (930px <= width) {
  .p-contact__note {
    margin-bottom: min(1.7204301075vw, 16px);
    font-size: min(1.6129032258vw, 15px);
  }
}

.p-cta {
  color: #fff;
  background: #777;
}
.p-cta .l-container__inner {
  display: flex;
  flex-direction: column;
  gap: max(3.7333333333vw, 14px);
  align-items: center;
  padding-block: max(10.6666666667vw, 40px);
}
@media (930px <= width) {
  .p-cta .l-container__inner {
    flex-direction: row;
    gap: min(6.0215053763vw, 56px);
    justify-content: center;
    padding-block: min(4.3010752688vw, 40px);
  }
}
.p-cta .c-cta__list {
  padding-block: 0;
}
.p-cta__catch {
  font-size: max(5.3333333333vw, 20px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media (930px <= width) {
  .p-cta__catch {
    font-size: min(2.5806451613vw, 24px);
  }
}

.p-lp #ctaArea {
  display: flex;
  flex-direction: column;
}

/* ==========================================================================
  Project / Exhibition Guide 20251218
========================================================================== */
@media (width < 930px) {
  .p-guide .l-bg::after {
    position: absolute;
    height: 100%;
    background-image: url("../img/bg-sp-long.webp");
    background-size: cover;
  }
}
.p-guide .p-plan {
  padding-block: max(26.4vw, 99px) max(17.0666666667vw, 64px);
  color: #fff;
}
.p-guide .p-plan .p-section__title {
  padding-bottom: max(17.0666666667vw, 64px);
}
@media (width < 930px) {
  .p-guide .p-plan .l-container__inner {
    width: max(91.4666666667vw, 343px);
  }
}
@media (930px <= width) {
  .p-guide .p-plan {
    padding-block: min(13.9784946237vw, 130px) min(6.8817204301vw, 64px);
  }
  .p-guide .p-plan .p-section__title {
    padding-bottom: min(6.8817204301vw, 64px);
  }
}
.p-guide .p-plan__list {
  display: flex;
  flex-direction: column;
  gap: max(8.5333333333vw, 32px);
  counter-reset: my-counter;
  filter: drop-shadow(max(1.0666666667vw, 4px) max(3.2vw, 12px) max(4.2666666667vw, 16px) rgba(0, 0, 0, 0.4));
}
@media (930px <= width) {
  .p-guide .p-plan__list {
    filter: drop-shadow(min(0.4301075269vw, 4px) min(1.2903225806vw, 12px) min(1.7204301075vw, 16px) rgba(0, 0, 0, 0.4));
  }
}
.p-guide .p-plan__list > li {
  position: relative;
  padding-left: max(11.7333333333vw, 44px);
  counter-increment: my-counter;
}
.p-guide .p-plan__list > li::before {
  position: absolute;
  left: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: max(17.0666666667vw, 64px);
  font-weight: 200;
  content: counter(my-counter);
}
@media (930px <= width) {
  .p-guide .p-plan__list {
    flex-flow: row wrap;
    gap: min(4.3010752688vw, 40px);
  }
  .p-guide .p-plan__list > li {
    flex-basis: calc((100% - min(4.3010752688vw, 40px)) / 2);
    padding-left: min(5.5913978495vw, 52px);
  }
  .p-guide .p-plan__list > li::before {
    font-size: min(8.6021505376vw, 80px);
  }
}
.p-guide .p-plan__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-guide .p-plan__title {
  padding: max(2.1333333333vw, 8px) max(5.3333333333vw, 20px);
  font-size: max(5.3333333333vw, 20px);
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
  background: #000;
}
@media (930px <= width) {
  .p-guide .p-plan__title {
    padding: min(1.2903225806vw, 12px) min(2.1505376344vw, 20px);
    font-size: min(2.1505376344vw, 20px);
    line-height: 1.2;
  }
}
.p-guide .p-plan__contents {
  flex-grow: 1;
  padding: max(4.2666666667vw, 16px) max(8.5333333333vw, 32px);
  font-size: max(4vw, 15px);
  line-height: 1.6;
  color: #000;
  background: #fff;
}
@media (930px <= width) {
  .p-guide .p-plan__contents {
    padding: min(2.1505376344vw, 20px) min(4.3010752688vw, 40px) min(2.5806451613vw, 24px);
    font-size: min(1.7204301075vw, 16px);
  }
}
.p-guide .p-plan__contents strong {
  font-weight: 900;
  color: #DF0000;
}
@media (width < 930px) {
  .p-guide .p-plan .--flyer .p-plan__title {
    font-size: max(4.8vw, 18px);
  }
  .p-guide .p-plan .--customize .p-plan__title {
    font-size: max(4.2666666667vw, 16px);
  }
}