@charset "UTF-8";
@property --grad-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: #ffdcf3;
}
@property --grad-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: #e8ffc0;
}
.p-index .main {
  isolation: isolate;
}

.p-index .main > *:not(.p-bg-changer) {
  position: relative;
  z-index: 1;
}

.p-index .site-footer {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.p-index .p-bg-changer {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.p-index .p-bg-changer .p-bg-changer__item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.27, 0, 0.58, 1);
}
.p-index .p-bg-changer .p-bg-changer__item.is-active {
  opacity: 1;
}
.p-index .p-bg-changer .p-bg-changer__item.default {
  background-color: #fff;
}
.p-index .p-bg-changer .p-bg-changer__item.artwork {
  background-image: url("../../images/jp/concept/img_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-index .p-bg-changer .p-bg-changer__item.gradiation .p-bg-changer__grain {
  position: absolute;
  inset: 0;
  background: linear-gradient(252.85deg, var(--grad-1) 0%, var(--grad-2) 100%);
  animation: gradient-loop 10s ease-in-out infinite;
}
.p-index .p-bg-changer .p-bg-changer__item.gradiation .p-bg-changer__grain::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../images/common/img_grain.png");
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.1;
  mix-blend-mode: color-burn;
}

@keyframes gradient-loop {
  0%, 100% {
    --grad-1: #ffdcf3;
    --grad-2: #e8ffc0;
  }
  33.333% {
    --grad-1: #f2ffdc;
    --grad-2: #e2feff;
  }
  66.666% {
    --grad-1: #d9feff;
    --grad-2: #ffeaf6;
  }
}
.p-index .p-kv .p-kv__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 375/667;
}
@media (min-width: 48em) {
  .p-index .p-kv .p-kv__image {
    aspect-ratio: 144/81;
  }
}
.p-index .p-kv .p-kv__caption {
  margin-top: 0.75rem;
  font-family: var(--font-accent);
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: var(--tracking-wide);
  color: #023cff;
}
@media (min-width: 48em) {
  .p-index .p-kv .p-kv__caption {
    margin-top: 1.25rem;
    text-align: right;
  }
}
:lang(en) .p-index .p-kv .p-kv__caption {
  font-weight: 400;
}

.p-index .p-news {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 48em) {
  .p-index .p-news {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.p-index .p-news .p-news__list {
  margin-top: 1rem;
}
@media (min-width: 48em) {
  .p-index .p-news .p-news__list {
    margin-top: 2rem;
  }
}
.p-index .p-news .p-news__accordion {
  border-bottom: 1px solid #abbec7;
}
.p-index .p-news .p-news__accordion-heading {
  position: relative;
  width: 100%;
  padding: 1.5rem 0 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 48em) {
  .p-index .p-news .p-news__accordion-heading {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 3.25rem 4.5rem 3.25rem 2rem;
  }
}
.p-index .p-news .p-news__accordion-heading-date {
  font-size: 1rem;
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1;
  letter-spacing: var(--tracking-tight);
  color: #023cff;
  text-align: left;
}
@media (min-width: 48em) {
  .p-index .p-news .p-news__accordion-heading-date {
    font-size: 0.875rem;
    width: 8rem;
    flex-shrink: 0;
  }
}
.p-index .p-news .p-news__accordion-heading-content {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: var(--tracking-wide);
  margin-top: 1.25rem;
  padding-right: 2.25rem;
}
@media (min-width: 48em) {
  .p-index .p-news .p-news__accordion-heading-content {
    margin-top: 0;
    padding-right: 0;
  }
}
.p-index .p-news .p-news__accordion-heading-icon {
  position: absolute;
  right: 0;
  pointer-events: none;
  transform: translateY(1.125rem);
  color: #023cff;
}
@media (min-width: 48em) {
  .p-index .p-news .p-news__accordion-heading-icon {
    transform: none;
    right: 1.5rem;
  }
}
.p-index .p-news .p-news__accordion-panel {
  padding: 1.25rem 0;
}
@media (min-width: 48em) {
  .p-index .p-news .p-news__accordion-panel {
    padding: 2rem 2rem 3rem;
  }
}
.p-index .p-news .p-news__accordion-panel-link {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.25rem auto 0;
  font-family: var(--font-base);
}
@media (min-width: 48em) {
  .p-index .p-news .p-news__accordion-panel-link {
    margin-top: 1.75rem;
  }
}
.p-index .p-news .p-news__accordion-panel-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 48em) {
  .p-index .p-news .p-news__accordion-panel-grid {
    gap: 2.5rem;
    grid-template-columns: 20.9375rem auto;
  }
}
.p-index .p-news .p-news__accordion-panel-grid--single {
  grid-template-columns: 1fr;
}
.p-index .p-news .p-news__accordion-panel-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.p-index .p-news .p-news__body {
  margin: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-index .p-news .c-accordion__summary {
    transition: background-color 0.25s ease;
  }
  .p-index .p-news .c-accordion__summary:hover {
    background-color: #e8feff;
  }
}

.p-index .p-concept .p-concept__inner {
  padding-block: 3.75rem;
}
@media (min-width: 48em) {
  .p-index .p-concept .p-concept__inner {
    padding-block: 6.25rem;
  }
}
.p-index .p-concept .p-concept__inner {
  mask-image: linear-gradient(135deg, black 0%, black 45%, rgba(0, 0, 0, 0.1) 55%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-mask-image: linear-gradient(135deg, black 0%, black 45%, rgba(0, 0, 0, 0.1) 55%, rgba(0, 0, 0, 0.1) 100%);
  mask-size: 250% 250%;
  -webkit-mask-size: 250% 250%;
  mask-position: 100% 100%;
  -webkit-mask-position: 100% 100%;
  transition: -webkit-mask-position 3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: mask-position 3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: mask-position 3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-mask-position 3s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-index .p-concept .p-concept__inner.visible {
  mask-position: 0% 0%;
  -webkit-mask-position: 0% 0%;
}
.p-index .p-concept .p-concept__heading img {
  height: 4.3125rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 48em) {
  .p-index .p-concept .p-concept__heading img {
    height: 6.125rem;
  }
}
.p-index .p-concept .p-concept__content {
  margin-top: 2.25rem;
  padding-right: 0.625rem;
}
@media (min-width: 48em) {
  .p-index .p-concept .p-concept__content {
    margin-top: 3.75rem;
    padding-right: 0;
  }
}
.p-index .p-concept .p-concept__body {
  margin: 0;
  font-family: var(--font-accent);
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: var(--tracking-wide);
  color: #023cff;
}
.p-index .p-concept .p-concept__body--more {
  padding-top: 2em;
}
:lang(en) .p-index .p-concept .p-concept__body {
  font-weight: 500;
}
@media (min-width: 48em) {
  .p-index .p-concept .p-concept__more-wrap {
    margin-top: 3.75rem;
  }
}
.p-index .p-concept .p-concept__more-wrap:has(.c-accordion[open]) {
  margin-top: 0;
}
@media (min-width: 48em) {
  .p-index .p-concept .p-concept__more-wrap:has(.c-accordion[open]) {
    margin-top: 2rem;
  }
}
.p-index .p-concept .p-concept__more-wrap .c-accordion {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  align-items: flex-start;
}
.p-index .p-concept .p-concept__more-wrap .c-accordion__summary {
  padding-top: 2em;
}
.p-index .p-concept .p-concept__more-wrap .p-concept__more.c-button--more .c-button__label {
  flex: 1;
  text-align: center;
}
.p-index .p-concept .p-concept__content:has(.c-accordion[open]) .p-concept__body-ellipsis {
  display: none;
}
.p-index .p-concept .p-concept__slider {
  display: grid;
  position: relative;
  aspect-ratio: 375/520;
  touch-action: pan-y;
}
@media (min-width: 48em) {
  .p-index .p-concept .p-concept__slider {
    aspect-ratio: 144/80;
    background-color: #000;
    touch-action: auto;
  }
}
.p-index .p-concept .p-concept__slider-prev,
.p-index .p-concept .p-concept__slider-next {
  position: absolute;
  z-index: 100;
  top: 0;
  margin-top: 69.3333333333%;
  transform: translateY(-50%);
}
@media (min-width: 48em) {
  .p-index .p-concept .p-concept__slider-prev,
  .p-index .p-concept .p-concept__slider-next {
    margin-top: 0;
    top: 50%;
  }
}
.p-index .p-concept .p-concept__slider-prev svg,
.p-index .p-concept .p-concept__slider-next svg {
  width: 0.4375rem;
  height: 0.8125rem;
}
@media (min-width: 48em) {
  .p-index .p-concept .p-concept__slider-prev svg,
  .p-index .p-concept .p-concept__slider-next svg {
    width: 0.75rem;
    height: 1.375rem;
  }
}
.p-index .p-concept .p-concept__slider-prev {
  left: 0;
}
.p-index .p-concept .p-concept__slider-next {
  right: 0;
}
.p-index .p-concept .p-concept__slider-card {
  grid-area: 1/1;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), visibility 1s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, visibility;
}
.p-index .p-concept .p-concept__slider-card.active {
  opacity: 1;
  visibility: visible;
}
.p-index .p-concept .p-concept__slider-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/520;
}
@media (min-width: 48em) {
  .p-index .p-concept .p-concept__slider-img {
    aspect-ratio: 144/80;
  }
}
.p-index .p-concept .p-concept__meta {
  width: 100%;
}
@media (min-width: 48em) {
  .p-index .p-concept .p-concept__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    max-width: 90rem;
    margin: 0.5rem auto 0;
    padding-left: 1.25rem;
  }
}
.p-index .p-concept .p-concept__slider-authors {
  display: grid;
  position: relative;
}
@media (min-width: 48em) {
  .p-index .p-concept .p-concept__slider-authors {
    flex: 1;
    min-width: 0;
  }
}
.p-index .p-concept .p-concept__slider-author {
  grid-area: 1/1;
  align-self: start;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 0.75rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  color: #023cff;
  padding: 0.75rem 0.75rem 1.25rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), visibility 1s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, visibility;
}
.p-index .p-concept .p-concept__slider-author.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (min-width: 48em) {
  .p-index .p-concept .p-concept__slider-author {
    padding: 0.3125rem 0 0;
    row-gap: 1rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
.p-index .p-concept .p-concept__slider-author dt {
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: var(--tracking-tight);
  padding-top: 0.1875rem;
}
@media (min-width: 48em) {
  .p-index .p-concept .p-concept__slider-author dt {
    padding-top: 0.25rem;
  }
}
.p-index .p-concept .p-concept__slider-author dd {
  font-family: var(--font-accent);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 48em) {
  .p-index .p-concept .p-concept__slider-author dd {
    font-size: 1rem;
    display: inline;
  }
}
.p-index .p-concept .p-concept__slider-author dd small {
  font-size: 0.6875rem;
}
@media (min-width: 48em) {
  .p-index .p-concept .p-concept__slider-author dd small {
    font-size: 1rem;
  }
}
.p-index .p-concept .p-concept__slider-author dd.p-concept__slider-author-artist {
  letter-spacing: var(--tracking-tight);
  font-family: var(--font-heading);
  font-weight: 400;
}
.p-index .p-concept .p-concept__slider-author dd.p-concept__slider-author-note {
  grid-column: 1/-1;
  padding-top: 0;
  font-family: var(--font-accent);
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: var(--tracking-tight);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 1.5rem;
  margin-top: 0.25rem;
}
@media (min-width: 48em) {
  .p-index .p-concept .p-concept__slider-author dd.p-concept__slider-author-note {
    margin-top: 0;
  }
}
.p-index .p-concept .p-concept__slider-author dd .p-concept__slider-author-note-photoBy {
  font-family: var(--font-heading);
}
.p-index .p-concept .p-concept__present {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 0.3125rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 48em) {
  .p-index .p-concept .p-concept__present {
    display: flex;
    flex-shrink: 0;
    gap: 0.5rem;
    padding-bottom: 0;
  }
}
.p-index .p-concept .p-concept__present-item {
  aspect-ratio: 144/80;
  position: relative;
  width: 100%;
  height: auto;
}
@media (min-width: 48em) {
  .p-index .p-concept .p-concept__present-item {
    width: auto;
    height: 5rem;
  }
}
.p-index .p-concept .p-concept__present-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #d9d9d9;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.p-index .p-concept .p-concept__present-item.active {
  outline: 1px solid #023cff;
  pointer-events: none;
}
@media (min-width: 48em) {
  .p-index .p-concept .p-concept__present-item.active {
    outline: 2px solid #023cff;
  }
}
.p-index .p-concept .p-concept__present-item.active::after {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .p-index .p-concept .p-concept__present-item:hover::after {
    opacity: 0.5;
  }
}
.p-index .p-concept .p-concept__present-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-index .p-schedule .p-schedule__inner {
  padding-top: 3.25rem;
}
@media (min-width: 48em) {
  .p-index .p-schedule .p-schedule__inner {
    padding-top: 7.5rem;
  }
}
.p-index .p-schedule .p-schedule__list {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2509803922);
  padding: 6.25rem 1rem 5rem;
  display: flex;
  flex-direction: column;
  margin-top: -3.3125rem;
}
@media (min-width: 48em) {
  .p-index .p-schedule .p-schedule__list {
    margin-top: -1.8125rem;
    padding: 7.5rem 2.5rem 6.25rem;
  }
}
.p-index .p-schedule .p-schedule__list-text {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #111111;
  text-align: center;
  opacity: 0.5;
}
@media (min-width: 48em) {
  .p-index .p-schedule .p-schedule__list-text {
    font-size: 2.25rem;
  }
}
.p-index .p-schedule .p-schedule__item {
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #abbec7;
}
@media (min-width: 48em) {
  .p-index .p-schedule .p-schedule__item {
    padding-bottom: 2.5rem;
    grid-template-columns: 20rem 24rem 1fr;
  }
}
.p-index .p-schedule .p-schedule__item:last-of-type {
  padding-top: 2.5rem;
  padding-bottom: 0;
  border-bottom: none;
}
.p-index .p-schedule .p-schedule__item-thumb {
  width: 100%;
  aspect-ratio: 320/196;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index .p-schedule .p-schedule__item-article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid #abbec7;
}
@media (min-width: 48em) {
  .p-index .p-schedule .p-schedule__item-article {
    border-bottom: none;
    padding: 0 2.5rem;
  }
  .p-index .p-schedule .p-schedule__item-article::after {
    content: "";
    display: block;
    position: absolute;
    height: calc(100% - 2.5rem);
    width: 1px;
    background-color: #abbec7;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-index .p-schedule .p-schedule__item-title {
  font-family: var(--font-accent);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 48em) {
  .p-index .p-schedule .p-schedule__item-title {
    font-size: 1.25rem;
  }
}
.p-index .p-schedule .p-schedule__item-text {
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
.p-index .p-schedule .p-schedule__item-caption {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
}
.p-index .p-schedule .p-schedule__item-schedule {
  padding-top: 1.75rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 48em) {
  .p-index .p-schedule .p-schedule__item-schedule {
    flex-direction: row;
    align-items: center;
    padding-top: 0;
    padding-left: 2.5rem;
    padding-right: 1.5rem;
  }
}
.p-index .p-schedule .p-schedule__item-schedule-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-index .p-schedule .p-schedule__item-schedule-title {
  font-family: var(--font-accent);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.p-index .p-schedule .p-schedule__item-schedule-detail {
  margin-top: 1rem;
  font-size: 1rem;
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: var(--tracking-tight);
}
@media (min-width: 48em) {
  .p-index .p-schedule .p-schedule__item-schedule-detail {
    font-size: 1.25rem;
  }
}
.p-index .p-schedule .p-schedule__item-schedule-link {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.75rem;
  font-family: var(--font-base);
}
@media (min-width: 48em) {
  .p-index .p-schedule .p-schedule__item-schedule-link {
    margin-top: 0;
    margin-left: auto;
  }
}
.p-index .p-schedule .p-schedule__item-schedule-link svg {
  width: 1.5rem;
  height: 1.5rem;
}

.p-index .p-map .p-map__inner {
  padding-top: 6.25rem;
  display: flex;
  flex-direction: column;
}
.p-index .p-map .p-map__leading {
  order: 2;
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
  gap: 1.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  color: #023cff;
  font-family: var(--font-accent);
}
@media (min-width: 48em) {
  .p-index .p-map .p-map__leading {
    order: initial;
    font-size: 1.25rem;
    margin-top: 3.75rem;
  }
}
.p-index .p-map .p-map__leading span {
  flex-shrink: 0;
}
.p-index .p-map .p-map__leading::after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background-color: #023cff;
}
:lang(en) .p-index .p-map .p-map__leading {
  letter-spacing: var(--tracking-wide);
  font-weight: 500;
}
.p-index .p-map .p-map__details {
  order: 2;
  display: flex;
  flex-direction: column;
  padding-top: 0.25rem;
}
@media (min-width: 48em) {
  .p-index .p-map .p-map__details {
    order: initial;
    gap: 1.5rem;
    padding-top: 0.9375rem;
  }
}
.p-index .p-map .p-map__details-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 48em) {
  .p-index .p-map .p-map__details-row {
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid #023cff;
    padding-bottom: 1.5rem;
  }
  .p-index .p-map .p-map__details-row .p-map__work:nth-child(1) {
    padding-left: 0;
  }
  :lang(ja) .p-index .p-map .p-map__details-row .p-map__work:nth-child(1) {
    padding-left: 1.25rem;
  }
  :lang(ja) .p-index .p-map .p-map__details-row .p-map__work:nth-child(1) .p-map__work-content {
    align-self: flex-start;
  }
  .p-index .p-map .p-map__details-row .p-map__work:nth-child(1) .p-map__work-card {
    max-width: 16.5rem;
  }
  :lang(en) .p-index .p-map .p-map__details-row .p-map__work:nth-child(2) {
    padding-right: 4.375rem;
  }
  .p-index .p-map .p-map__details-row .p-map__work:nth-child(2) .p-map__work-card {
    max-width: 13.375rem;
  }
  :lang(en) .p-index .p-map .p-map__details-row .p-map__work:nth-child(2) .p-map__work-card {
    max-width: 12.4375rem;
  }
  .p-index .p-map .p-map__details-row .p-map__work:nth-child(3) {
    padding-right: 3.5rem;
  }
  .p-index .p-map .p-map__details-row .p-map__work:nth-child(3) .p-map__work-card {
    max-width: 19rem;
  }
  .p-index .p-map .p-map__details-row .p-map__work:nth-child(3) .p-map__work-subtitle {
    font-size: 0.8125rem;
  }
  :lang(ja) .p-index .p-map .p-map__details-row .p-map__work:nth-child(3) {
    padding-right: 0;
  }
  :lang(ja) .p-index .p-map .p-map__details-row .p-map__work:nth-child(3) .p-map__work-content {
    align-self: flex-end;
  }
  :lang(ja) .p-index .p-map .p-map__details-row .p-map__work:nth-child(3) .p-map__work-more {
    margin-left: 0.5625rem;
  }
  :lang(ja) .p-index .p-map .p-map__details-row .p-map__work:nth-child(3) .p-map__work-card {
    max-width: 19.5rem;
  }
}
.p-index .p-map .p-map__work {
  position: relative;
  border-bottom: 1px solid #023cff;
  padding: 1.25rem 0;
}
@media (min-width: 48em) {
  .p-index .p-map .p-map__work {
    display: flex;
    align-items: center;
    padding: 2.6875rem 3.75rem;
    border-bottom: none;
    border-right: 1px solid #023cff;
  }
  .p-index .p-map .p-map__work:last-child {
    border-right: none;
  }
}
.p-index .p-map .p-map__work-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}
@media (min-width: 48em) {
  .p-index .p-map .p-map__work-content {
    gap: 1.75rem;
  }
}
.p-index .p-map .p-map__work-location {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 100%;
  background-color: #023cff;
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding-top: 0.125rem;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
}
@media (min-width: 48em) {
  .p-index .p-map .p-map__work-location {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1.875rem;
  }
}
.p-index .p-map .p-map__work-info {
  min-width: 0;
}
.p-index .p-map .p-map__work-sp {
  min-width: 0;
}
@media (min-width: 48em) {
  .p-index .p-map .p-map__work-sp {
    display: none;
  }
}
.p-index .p-map .p-map__work-pc {
  display: none;
  flex-shrink: 0;
  min-width: 0;
}
@media (min-width: 48em) {
  .p-index .p-map .p-map__work-pc {
    display: block;
  }
}
.p-index .p-map .p-map__work-card {
  display: flex;
  flex-direction: column;
  color: #023cff;
  align-items: center;
}
.p-index .p-map .p-map__work-sp .p-map__work-card {
  flex-direction: row;
  gap: 0.75rem;
}
@media (min-width: 48em) {
  .p-index .p-map .p-map__work-sp .p-map__work-card {
    gap: 1rem;
  }
}
.p-index .p-map .p-map__work-card-body {
  flex: 1;
  min-width: 0;
}
.p-index .p-map .p-map__work-icon {
  width: 2.25rem;
  height: 2.25rem;
  margin-left: auto;
}
.p-index .p-map .p-map__work-leading {
  font-family: var(--font-accent);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 48em) {
  .p-index .p-map .p-map__work-leading {
    font-size: 1.125rem;
    line-height: 1;
  }
}
:lang(en) .p-index .p-map .p-map__work-leading {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: var(--tracking-wide);
}
.p-index .p-map .p-map__work-title,
.p-index .p-map .p-map__work-subtitle {
  margin-top: 0.5rem;
  font-family: var(--font-accent);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 48em) {
  .p-index .p-map .p-map__work-title,
  .p-index .p-map .p-map__work-subtitle {
    margin-top: 0.75rem;
    font-size: 1.125rem;
    line-height: 1;
  }
}
:lang(en) .p-index .p-map .p-map__work-title,
:lang(en) .p-index .p-map .p-map__work-subtitle {
  font-weight: 500;
  font-family: var(--font-base);
}
.p-index .p-map .p-map__work-subtitle {
  font-size: 0.8125rem;
  margin-top: 0.125rem;
}
@media (min-width: 48em) {
  .p-index .p-map .p-map__work-subtitle {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}
.p-index .p-map .p-map__work-more {
  margin-top: 1.5rem;
  min-height: 2.25rem;
}
.p-index .p-map .p-map__work-more .c-button__icon {
  width: 1.25rem;
  height: 1.25rem;
}
@media (min-width: 48em) {
  .p-index .p-map .p-map__work-more {
    margin-top: 1.25rem;
  }
}
.p-index .p-map .p-map__work-close {
  min-width: 10rem;
  min-height: 2.75rem;
}
.p-index .p-map .p-map__panel {
  order: 2;
  display: none;
}
@media (min-width: 48em) {
  .p-index .p-map .p-map__panel {
    order: initial;
    display: block;
  }
}
.p-index .p-map .p-map__panel .c-accordion__summary {
  pointer-events: none;
}
.p-index .p-map .p-map__panel-inner {
  padding-block: 1.25rem;
}
@media (min-width: 48em) {
  .p-index .p-map .p-map__panel-inner {
    padding: 2rem 1.5rem;
    border-bottom: 1px solid #023cff;
  }
}
.p-index .p-map .p-map__panel-item {
  display: none;
}
.p-index .p-map .p-map__panel-item.is-active {
  display: block;
}
.p-index .p-map .p-map__panel-footer {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.p-index .p-map .p-map__detail {
  color: #023cff;
}
.p-index .p-map .p-map__detail-heading {
  font-family: var(--font-accent);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  display: none;
}
@media (min-width: 48em) {
  .p-index .p-map .p-map__detail-heading {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    display: block;
  }
}
.p-index .p-map .p-map__detail-heading-sep {
  margin-inline: 0.75rem;
}
.p-index .p-map .p-map__detail-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 48em) {
  .p-index .p-map .p-map__detail-body {
    flex-direction: row;
    gap: 2.5rem;
    align-items: flex-start;
  }
}
.p-index .p-map .p-map__detail-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #111111;
}
@media (min-width: 48em) {
  .p-index .p-map .p-map__detail-description {
    letter-spacing: var(--tracking-wide);
  }
}
.p-index .p-map .p-map__detail-text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 48em) {
  .p-index .p-map .p-map__detail-text {
    flex: 1;
    min-width: 0;
    gap: 1.5rem;
  }
}
.p-index .p-map .p-map__detail-meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  color: #111111;
  flex-wrap: wrap;
}
.p-index .p-map .p-map__detail-meta-infomation {
  flex-direction: column;
  display: flex;
  gap: 0.5rem;
}
@media (min-width: 48em) {
  .p-index .p-map .p-map__detail-meta-infomation {
    flex-flow: row wrap;
    align-items: center;
  }
}
.p-index .p-map .p-map__detail-meta-note {
  font-size: 0.75rem;
  line-height: 1.6;
}
.p-index .p-map .p-map__detail-credit {
  font-size: 1rem;
  line-height: 1.6;
  color: #111111;
}
.p-index .p-map .p-map__work-sp .p-map__detail {
  padding-top: 1.5rem;
}
.p-index .p-map .p-map__picture {
  order: 0;
  display: block;
  width: calc(100% + 2.5rem);
  max-width: calc(100% + 2.5rem);
  margin-left: -1.25rem;
  margin-top: 2.5rem;
}
@media (min-width: 48em) {
  .p-index .p-map .p-map__picture {
    order: initial;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.p-index .p-map .p-map__picture-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-index .p-map .p-map__note {
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #023cff;
  margin-top: 1.1875rem;
}
@media (min-width: 48em) {
  .p-index .p-map .p-map__note {
    margin-top: 0.75rem;
  }
}
@media (max-width: 47.99875em) {
  .p-index .p-map .p-map__note svg {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.p-index .p-map .p-map__note-link {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  color: #516c79;
}

.p-index .p-artist .p-artist__inner {
  padding-top: 6.25rem;
}
@media (min-width: 48em) {
  .p-index .p-artist .p-artist__inner {
    padding-top: 3.75rem;
  }
}
.p-index .p-artist .p-artist__list {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.75rem;
}
@media (min-width: 48em) {
  .p-index .p-artist .p-artist__list {
    gap: 1rem;
    margin-top: 3.75rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-index .p-artist .p-artist__list .p-artist__item.u-fadein:nth-child(1) {
  transition-delay: 0s;
}
.p-index .p-artist .p-artist__list .p-artist__item.u-fadein:nth-child(2) {
  transition-delay: 0.15s;
}
.p-index .p-artist .p-artist__list .p-artist__item.u-fadein:nth-child(3) {
  transition-delay: 0.3s;
}
.p-index .p-artist .p-artist__item {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #023cff;
  text-align: left;
  padding-bottom: 0.5rem;
}
.p-index .p-artist .p-artist__item svg {
  flex-shrink: 0;
  transition: opacity 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-index .p-artist .p-artist__item:hover .p-artist__item-thumb img {
    transform: scale(1.05);
  }
  .p-index .p-artist .p-artist__item:hover .p-artist__item-enname,
  .p-index .p-artist .p-artist__item:hover .p-artist__item-jpname,
  .p-index .p-artist .p-artist__item:hover svg {
    opacity: 0.6;
  }
}
.p-index .p-artist .p-artist__item-thumb {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  transform: translateZ(0);
}
.p-index .p-artist .p-artist__item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.25s ease;
}
.p-index .p-artist .p-artist__item-info {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: var(--tracking-wide);
  color: #111111;
}
@media (max-width: 47.99875em) {
  .p-index .p-artist .p-artist__item-info svg {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.p-index .p-artist .p-artist__item-foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.p-index .p-artist .p-artist__item-names {
  flex: 1;
  min-width: 0;
}
.p-index .p-artist .p-artist__item-enname {
  font-family: var(--font-heading);
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: var(--tracking-tight);
  transition: opacity 0.25s ease;
}
@media (min-width: 48em) {
  .p-index .p-artist .p-artist__item-enname {
    line-height: 1;
  }
}
.p-index .p-artist .p-artist__item-jpname {
  margin-top: 0.75rem;
  font-family: var(--font-accent);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  transition: opacity 0.25s ease;
}
@media (min-width: 48em) {
  .p-index .p-artist .p-artist__item-jpname {
    margin-top: 1.25rem;
    letter-spacing: var(--tracking-wide);
  }
}
:lang(en) .p-index .p-artist .p-artist__item-jpname {
  display: none;
}
.p-index .p-artist .p-other__inner {
  padding-top: 6.25rem;
}
.p-index .p-artist .p-other__article {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: 18.75rem 1fr;
  gap: 2.625rem;
}
.p-index .p-artist .p-other__article-card {
  display: flex;
  flex-direction: column;
}
.p-index .p-artist .p-other__article-thumb {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index .p-artist .p-other__article-info {
  margin-top: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: var(--tracking-wide);
}
.p-index .p-artist .p-other__article-detail {
  padding-top: 0.25rem;
  display: flex;
  flex-direction: column;
}
.p-index .p-artist .p-other__article-name {
  font-family: var(--font-accent);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: var(--tracking-wide);
  color: #023cff;
}
:lang(en) .p-index .p-artist .p-other__article-name {
  font-family: var(--font-base);
}
@media (min-width: 48em) {
  :lang(en) .p-index .p-artist .p-other__article-name {
    font-weight: 400;
  }
}
.p-index .p-artist .p-other__article-content {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: var(--tracking-wide);
}
.p-index .p-artist .p-other__article-link {
  margin-top: 0.75rem;
}

.p-index .modal-concept {
  display: flex;
  flex-direction: column;
}
@media (min-width: 48em) {
  .p-index .modal-concept {
    display: grid;
    grid-template-columns: 25rem 37.5rem;
    gap: 3.75rem;
  }
}
.p-index .modal-concept__info {
  display: flex;
  flex-direction: column;
}
.p-index .modal-concept__info-gallery {
  display: flex;
  flex-direction: column;
}
.p-index .modal-concept__info-img,
.p-index .modal-concept__info-work {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.p-index .modal-concept__info-work {
  margin-top: 0.25rem;
}
.p-index .modal-concept__info-gallery:has(.modal-concept__info-work) .modal-concept__info-img,
.p-index .modal-concept__info-gallery:has(.modal-concept__info-work) .modal-concept__info-work {
  max-height: 12.375rem;
}
@media (min-width: 48em) {
  .p-index .modal-concept__info-gallery:has(.modal-concept__info-work) .modal-concept__info-img,
  .p-index .modal-concept__info-gallery:has(.modal-concept__info-work) .modal-concept__info-work {
    max-height: 14.875rem;
  }
}
.p-index .modal-concept__info-caption {
  margin-top: 0.5rem;
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: var(--tracking-wide);
}
@media (min-width: 48em) {
  .p-index .modal-concept__info-caption {
    margin-top: 0.75rem;
  }
}
.p-index .modal-concept__detail {
  display: flex;
  flex-direction: column;
}
.p-index .modal-concept__detail-enname {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: var(--tracking-tight);
  color: #023cff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (min-width: 48em) {
  .p-index .modal-concept__detail-enname {
    text-align: left;
    margin-top: 0;
    font-size: 2.125rem;
  }
}
:lang(en) .p-index .modal-concept__detail-enname {
  font-weight: 400;
}
.p-index .modal-concept__detail-jpname {
  margin-top: 0.75rem;
  font-family: var(--font-accent);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: var(--tracking-wide);
  color: #023cff;
  text-align: center;
}
@media (min-width: 48em) {
  .p-index .modal-concept__detail-jpname {
    text-align: left;
    margin-top: 1rem;
  }
}
:lang(en) .p-index .modal-concept__detail-jpname {
  display: none;
}
.p-index .modal-concept__detail-content {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  line-break: strict;
}
@media (min-width: 48em) {
  .p-index .modal-concept__detail-content {
    margin-top: 2.5rem;
    overflow: auto;
  }
}

.p-index .p-fnb .p-fnb__inner {
  padding-block: 6.25rem 3.375rem;
}
@media (min-width: 48em) {
  .p-index .p-fnb .p-fnb__inner {
    padding-block: 6.25rem;
  }
}
.p-index .p-fnb .p-fnb__list {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2509803922);
  padding: 3.75rem 1rem;
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
}
@media (min-width: 48em) {
  .p-index .p-fnb .p-fnb__list {
    padding: 6.25rem 2.5rem;
    margin-top: 3.75rem;
  }
}
.p-index .p-fnb .p-fnb__list-text {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #111111;
  text-align: center;
  opacity: 0.5;
}
@media (min-width: 48em) {
  .p-index .p-fnb .p-fnb__list-text {
    font-size: 2.25rem;
  }
}

.p-index .p-interview {
  background-color: #fff;
}
.p-index .p-interview .p-interview__inner {
  padding-top: 3.75rem;
}
@media (min-width: 48em) {
  .p-index .p-interview .p-interview__inner {
    padding-top: 6.25rem;
  }
}
.p-index .p-interview .p-interview__list {
  background-color: #abbec7;
  padding: 5.125rem 1rem;
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
}
@media (min-width: 48em) {
  .p-index .p-interview .p-interview__list {
    margin-top: 3.75rem;
    padding: 20rem 2.5rem;
  }
}
.p-index .p-interview .p-interview__list-text {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
}
@media (min-width: 48em) {
  .p-index .p-interview .p-interview__list-text {
    font-size: 2.25rem;
  }
}

.p-index .p-campaign {
  background-color: #fff;
}
.p-index .p-campaign .p-campaign__inner {
  padding-top: 5rem;
}
@media (min-width: 48em) {
  .p-index .p-campaign .p-campaign__inner {
    padding-top: 7.5rem;
  }
}
.p-index .p-campaign .p-campaign__list {
  margin-top: 2.5rem;
}
@media (min-width: 48em) {
  .p-index .p-campaign .p-campaign__list {
    margin-top: 0.75rem;
  }
}
.p-index .p-campaign .p-campaign__item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 48em) {
  .p-index .p-campaign .p-campaign__item {
    display: grid;
    grid-template-columns: 20.9375rem 1fr;
    gap: 2.5rem;
    padding: 3rem 1.5rem;
  }
  .p-index .p-campaign .p-campaign__item--has-note {
    align-items: start;
  }
}
@media (min-width: 48em) {
  .p-index .p-campaign .p-campaign__media:not(.sp-only) {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
}
.p-index .p-campaign .p-campaign__thumb {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.p-index .p-campaign .p-campaign__detail {
  display: flex;
  flex-direction: column;
}
.p-index .p-campaign .p-campaign__detail-heading {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.p-index .p-campaign .p-campaign__name {
  font-family: var(--font-accent);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: var(--tracking-tight);
  color: #023cff;
}
@media (min-width: 48em) {
  .p-index .p-campaign .p-campaign__name {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}
:lang(en) .p-index .p-campaign .p-campaign__name {
  font-weight: 500;
}
.p-index .p-campaign .p-campaign__content {
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #111111;
  line-break: strict;
}
@media (min-width: 48em) {
  .p-index .p-campaign .p-campaign__content {
    margin-top: 1.5rem;
  }
}
.p-index .p-campaign .p-campaign__note {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: var(--tracking-wide);
  color: #111111;
}
.p-index .p-campaign .p-campaign__more {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 48em) {
  .p-index .p-campaign .p-campaign__more {
    align-items: flex-start;
  }
}
.p-index .p-campaign .p-campaign__more .c-accordion {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  align-items: center;
}
@media (min-width: 48em) {
  .p-index .p-campaign .p-campaign__more .c-accordion {
    align-items: flex-start;
  }
}
.p-index .p-campaign .p-campaign__more .c-accordion__content {
  width: 100%;
}
.p-index .p-campaign .p-campaign__more .c-accordion__summary {
  padding-top: 1.5rem;
}
.p-index .p-campaign .p-campaign__more-button .c-button__label {
  flex: 1;
  text-align: center;
}
.p-index .p-campaign .p-campaign__more-button .c-button__icon {
  margin-left: auto;
}
.p-index .p-campaign .p-campaign__link {
  margin-top: 0;
  color: #516c79;
  word-break: break-all;
  letter-spacing: 0;
}
@media (min-width: 48em) {
  .p-index .p-campaign .p-campaign__link {
    margin-top: 1.5rem;
  }
}
.p-index .p-campaign .p-campaign__stamp-rally-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #111111;
  line-break: strict;
}
.p-index .p-campaign .p-campaign__stamp-rally-notation {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 48em) {
  .p-index .p-campaign .p-campaign__stamp-rally-notation {
    margin-top: 1rem;
    gap: 0.25rem;
  }
}
.p-index .p-campaign .p-campaign__stamp-rally-notation-item {
  display: flex;
  align-items: flex-start;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: var(--font-base);
  color: #111111;
}
.p-index .p-campaign .p-campaign__stamp-rally-notation-item::before {
  content: "※";
}
.p-index .p-campaign .p-campaign__stamp-rally-schedule {
  width: 100%;
  margin-top: 0.75rem;
}
.p-index .p-campaign .p-campaign__stamp-rally-schedule-col--1 {
  width: 7.3125rem;
}
:lang(en) .p-index .p-campaign .p-campaign__stamp-rally-schedule-col--1 {
  width: auto;
}
.p-index .p-campaign .p-campaign__stamp-rally-schedule-col--2 {
  width: auto;
}
.p-index .p-campaign .p-campaign__stamp-rally-schedule-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-family: var(--font-base);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #111111;
}
:lang(en) .p-index .p-campaign .p-campaign__stamp-rally-schedule-table {
  table-layout: auto;
}
.p-index .p-campaign .p-campaign__stamp-rally-schedule-table th,
.p-index .p-campaign .p-campaign__stamp-rally-schedule-table td {
  padding: 0.625rem 0.75rem;
  border: 1px solid #abbec7;
  text-align: left;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  vertical-align: baseline;
}
@media (min-width: 48em) {
  .p-index .p-campaign .p-campaign__stamp-rally-schedule-table th,
  .p-index .p-campaign .p-campaign__stamp-rally-schedule-table td {
    vertical-align: middle;
  }
}
.p-index .p-campaign .p-campaign__stamp-rally-schedule-table th {
  font-weight: 400;
  white-space: nowrap;
}
.p-index .p-campaign .p-campaign__stamp-rally-schedule-title {
  margin-top: 1.25rem;
}
@media (min-width: 48em) {
  .p-index .p-campaign .p-campaign__stamp-rally-schedule-title {
    margin-top: 1.5rem;
  }
}
:lang(en) .p-index .p-campaign .p-campaign__stamp-rally-schedule-title {
  font-weight: 600;
}

.p-index .p-access {
  background-color: #fff;
}
.p-index .p-access .p-access__inner {
  padding-block: 5rem 2.5rem;
}
@media (min-width: 48em) {
  .p-index .p-access .p-access__inner {
    padding-block: 7.5rem;
  }
}
.p-index .p-access .p-access__content {
  margin-top: 2.5rem;
}
@media (min-width: 48em) {
  .p-index .p-access .p-access__content {
    margin-top: 3.75rem;
  }
}
.p-index .p-access .p-access__info {
  display: flex;
  align-items: center;
  color: #023cff;
}
.p-index .p-access .p-access__info-location-title {
  font-family: var(--font-accent);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  padding-block: 0.375rem;
  padding-right: 1.25rem;
  height: 100%;
}
@media (min-width: 48em) {
  .p-index .p-access .p-access__info-location-title {
    height: -moz-fit-content;
    height: fit-content;
  }
}
:lang(en) .p-index .p-access .p-access__info-location-title {
  font-weight: 500;
}
.p-index .p-access .p-access__info-location-sec {
  display: flex;
  flex-direction: column;
  padding-left: 1.25rem;
  border-left: 1px solid #023cff;
}
@media (min-width: 48em) {
  .p-index .p-access .p-access__info-location-sec {
    padding-left: 0;
    align-items: center;
    flex-direction: row;
  }
}
.p-index .p-access .p-access__info-location-name {
  font-family: var(--font-accent);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 48em) {
  .p-index .p-access .p-access__info-location-name {
    margin-left: 1.25rem;
  }
}
:lang(en) .p-index .p-access .p-access__info-location-name {
  font-weight: 500;
}
.p-index .p-access .p-access__info-location-detail {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 1.25rem;
}
@media (min-width: 48em) {
  .p-index .p-access .p-access__info-location-detail {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}
.p-index .p-access .p-access__info-location-link {
  color: #023cff;
  margin-top: 0.75rem;
  letter-spacing: 0;
  line-height: 1;
}
@media (min-width: 48em) {
  .p-index .p-access .p-access__info-location-link {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
.p-index .p-access .p-access__main {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 48em) {
  .p-index .p-access .p-access__main {
    grid-template-columns: 43.25rem 1fr;
    gap: 2.5rem;
  }
}
.p-index .p-access .p-access__main-map {
  width: 100%;
  height: 100%;
  aspect-ratio: 693/622;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-index .p-access .p-access__main-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 48em) {
  .p-index .p-access .p-access__main-content {
    gap: 3rem;
  }
}
@media (max-width: 47.99875em) {
  .p-index .p-access .p-access__main-content-card {
    padding-block: 2.5rem;
  }
  .p-index .p-access .p-access__main-content-card:not(.p-index .p-access .p-access__main-content-card:last-child) {
    border-bottom: 1px solid #023cff;
  }
}
.p-index .p-access .p-access__main-content-title {
  display: flex;
  align-items: center;
  position: relative;
  gap: 1rem;
  font-family: var(--font-accent);
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  color: #023cff;
}
@media (min-width: 48em) {
  .p-index .p-access .p-access__main-content-title {
    font-size: 1.25rem;
  }
}
.p-index .p-access .p-access__main-content-title::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1px;
  background-color: #023cff;
}
:lang(en) .p-index .p-access .p-access__main-content-title {
  font-weight: 500;
}
.p-index .p-access .p-access__main-content-list {
  margin-top: 1.25rem;
  padding-left: 2.25rem;
  line-height: 1.8;
  font-weight: 400;
  font-size: 1rem;
}
.p-index .p-access .p-access__main-content-list li {
  display: flex;
  gap: 0.5rem;
}
.p-index .p-access .p-access__main-content-list li::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #023cff;
  flex-shrink: 0;
  transform: translateY(0.75em);
}
@media (min-width: 48em) {
  .p-index .p-access .p-access__main-content-list li::before {
    width: 0.625rem;
    height: 0.625rem;
    transform: translateY(0.6em);
  }
}
.p-index .p-access .p-access__main-content-text {
  margin-top: 1.25rem;
  padding-left: 2.25rem;
  line-height: 1.8;
  font-weight: 400;
  font-size: 1rem;
}
.p-index .p-access .p-access__main-content-text .c-link {
  color: #516c79;
}

.p-index .p-org {
  background-color: #023cff;
  position: relative;
}
.p-index .p-org::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../../images/common/img_grain.png");
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.2;
  mix-blend-mode: color-burn;
}
.p-index .p-org .c-heading {
  color: #fff;
}
.p-index .p-org .p-org__inner {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  color: #023cff;
  position: relative;
  z-index: 1;
}
@media (min-width: 48em) {
  .p-index .p-org .p-org__inner {
    padding-top: 6.25rem;
  }
}
.p-index .p-org .p-org__main {
  margin-top: 2.5rem;
  background-color: #fff;
  padding: 2.5rem 1rem;
}
@media (min-width: 48em) {
  .p-index .p-org .p-org__main {
    margin-top: 3.75rem;
    padding: 3.75rem 3.75rem 3rem 3.75rem;
  }
}
.p-index .p-org .p-org__head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #abbec7;
}
@media (min-width: 48em) {
  .p-index .p-org .p-org__head {
    padding-bottom: 0;
    border-bottom: none;
    flex-direction: row;
    align-items: baseline;
  }
}
.p-index .p-org .p-org__head-title {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: var(--tracking-tight);
}
@media (min-width: 48em) {
  .p-index .p-org .p-org__head-title {
    font-size: 1.625rem;
    letter-spacing: 0.02em;
  }
}
.p-index .p-org .p-org__head-subtitle {
  font-family: var(--font-accent);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 48em) {
  .p-index .p-org .p-org__head-subtitle {
    font-size: 1.125rem;
  }
}
:lang(en) .p-index .p-org .p-org__head-subtitle {
  font-weight: 500;
}
.p-index .p-org .p-org__info {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  gap: 1rem;
}
@media (min-width: 48em) {
  .p-index .p-org .p-org__info {
    flex-direction: row;
    align-items: baseline;
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
.p-index .p-org .p-org__sec {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 48em) {
  .p-index .p-org .p-org__sec {
    margin-top: 3.75rem;
    gap: 1.25rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-index .p-org .p-org__sec-card {
  display: flex;
  flex-direction: column;
}
.p-index .p-org .p-org__sec-card-thumb {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-index .p-org .p-org__sec-card-title {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #023cff;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
.p-index .p-org .p-org__logos {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
@media (min-width: 48em) {
  .p-index .p-org .p-org__logos {
    flex-direction: row;
    margin-top: 2.5rem;
    gap: 7.5rem;
  }
}
.p-index .p-org .p-org__logos img {
  width: 100%;
  height: 100%;
  aspect-ratio: 40/14;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 48em) {
  .p-index .p-org .p-org__logos img {
    width: 25rem;
  }
}
.p-index .p-org .p-org__contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 8.375rem;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-top: 0.75rem;
  gap: 1.25rem;
}
@media (min-width: 48em) {
  .p-index .p-org .p-org__contact {
    gap: 0;
    flex-direction: row;
    margin-top: 1.25rem;
    height: 10rem;
  }
}
.p-index .p-org .p-org__contact-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media (min-width: 48em) {
  .p-index .p-org .p-org__contact-title {
    padding-block: 0.75rem;
    padding-right: 1.25rem;
    border-right: 1px solid #023cff;
  }
}
.p-index .p-org .p-org__contact-email {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
@media (min-width: 48em) {
  .p-index .p-org .p-org__contact-email {
    margin-left: 1.25rem;
  }
}
.p-index .p-org .p-org__contact-email svg {
  width: 1.75rem;
  height: 1.125rem;
}
.p-index .p-org .p-org__stt {
  position: absolute;
  z-index: 1;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-heading);
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  letter-spacing: var(--tracking-tight);
}
.p-index .p-org .p-org__stt-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: -2.25rem;
  top: 50%;
  transform: translateY(-50%);
}

.p-index .p-movement {
  background-image: url("../../images/jp/movement/img_movement_bg@sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 48em) {
  .p-index .p-movement {
    background-image: url("../../images/jp/movement/img_movement_bg@pc.webp");
  }
}
.p-index .p-movement .p-movement__inner {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  justify-content: center;
  color: #023cff;
}
@media (min-width: 48em) {
  .p-index .p-movement .p-movement__inner {
    padding: 7.5rem 0;
    text-align: center;
  }
}
.p-index .p-movement .p-movement__heading {
  font-family: var(--font-heading);
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: var(--tracking-tight);
}
@media (min-width: 48em) {
  .p-index .p-movement .p-movement__heading {
    font-size: 3.125rem;
  }
}
.p-index .p-movement .p-movement__content {
  margin-top: 2.5rem;
  font-family: var(--font-accent);
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: var(--tracking-wide);
}
@media (min-width: 48em) {
  .p-index .p-movement .p-movement__content {
    margin-top: 3.75rem;
  }
}
:lang(en) .p-index .p-movement .p-movement__content {
  font-weight: 500;
}
