@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
* img {
  width: 100%;
  vertical-align: bottom;
}

html,
body {
  height: 100%;
  overflow-x: clip;
  background: transparent;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s ease-in;
}

/* 黒背景左右 */
.split-bg {
  position: fixed;
  inset: 0;
  display: flex;
  z-index: 10;
  gap: 0px;
  transition: gap 0.8s ease-in-out, left 0.1s linear;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -41vw;
  transform: rotateZ(-9deg);
}
@media (max-width: 2300px) {
  .split-bg {
    left: -63%;
  }
}
@media (max-width: 1980px) {
  .split-bg {
    left: -55%;
  }
}
@media (max-width: 1900px) {
  .split-bg {
    left: -50%;
  }
}
@media (max-width: 1800px) {
  .split-bg {
    left: -48%;
  }
}
@media (max-width: 1700px) {
  .split-bg {
    left: -33%;
  }
}
@media (max-width: 1650px) {
  .split-bg {
    left: -42vw;
  }
}
@media (max-width: 1600px) {
  .split-bg {
    left: -40%;
  }
}
@media (max-width: 1200px) {
  .split-bg {
    left: -27%;
  }
}
@media (max-width: 900px) {
  .split-bg {
    left: -21%;
  }
}
@media (max-width: 768px) {
  .split-bg {
    width: 250%;
    left: -30%;
  }
}
@media (max-width: 500px) {
  .split-bg {
    left: -20%;
  }
}
.split-bg .split {
  flex: 1;
  background: #000;
  transition: transform 1s ease-in-out;
}
.split-bg .split-left.active {
  transform: translateX(-100%);
}
.split-bg .split-right.active {
  transform: translateX(100%);
}

/* ロゴと線の配置 */
.intro {
  position: relative;
  z-index: 20;
  height: 300vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .intro {
    height: 200vh;
  }
}

/* SVGコンテナ */
.logo-svg-container {
  position: relative;
  width: 100%;
  max-width: 80vw;
  margin: 0 auto;
  z-index: 20;
  transform-origin: 95% 90%;
}
@media (max-width: 768px) {
  .logo-svg-container {
    max-width: 95vw;
  }
}

#logo-svg {
  width: 100%;
  max-height: 100svh;
  height: 100%;
  overflow: visible;
  padding-block: 8vh;
}
@media (max-width: 768px) {
  #logo-svg {
    padding-block: 25vh;
  }
}

/* ダミーエリア:スクロール用 */
.spacer {
  height: 100vh;
  background: transparent;
}

.p-section-content {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 11;
}
@media (max-width: 900px) {
  .p-section-content.p-section__slider {
    height: auto;
  }
}
.p-section-content .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.6;
  width: 100%;
  height: 100%;
}
.p-section-content .bg-video > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-content-intro .p-section-content.p-section__slider {
  background: transparent;
  -webkit-backdrop-filter: blur(36px);
          backdrop-filter: blur(36px);
}

.p-section-content.p-section__noise {
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  padding: 80px 8vw;
}
.p-section-content.p-section__noise .p-section-content__inner {
  max-width: 1600px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5vw;
}
@media (max-width: 1200px) {
  .p-section-content.p-section__noise .p-section-content__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.p-section-content.p-section__noise .p-section-content__inner .p-section-content__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 56px;
}
@media (max-width: 1200px) {
  .p-section-content.p-section__noise .p-section-content__inner .p-section-content__title {
    flex-direction: row;
    align-items: flex-end;
    gap: 8px;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0;
  }
}
.p-section-content.p-section__noise .p-section-content__inner .p-section-content__title > .en_tit {
  display: block;
  font-size: clamp(55px, 6.2vw, 160px);
  line-height: 1.3;
  font-family: "Oswald", sans-serif;
  color: #000;
  font-weight: 400;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .p-section-content.p-section__noise .p-section-content__inner .p-section-content__title > .en_tit {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .p-section-content.p-section__noise .p-section-content__inner .p-section-content__title > .en_tit {
    font-size: clamp(55px, 6vw, 60px);
  }
}
.p-section-content.p-section__noise .p-section-content__inner .p-section-content__title > .ja_tit {
  color: #fff;
  line-height: 1;
  font-size: clamp(11px, 5vw, 30px);
}
@media (max-width: 768px) {
  .p-section-content.p-section__noise .p-section-content__inner .p-section-content__title > .ja_tit {
    font-size: clamp(12px, 3vw, 30px);
  }
}
.p-section-content.p-section__noise .p-section-content__inner .p-section__noise-link {
  display: block;
  max-width: 306px;
  width: 100%;
  margin-top: 26px;
  padding: 2px;
  border: 2px solid #ffffff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .p-section-content.p-section__noise .p-section-content__inner .p-section__noise-link {
    display: none;
  }
}
.p-section-content.p-section__noise .p-section-content__inner .p-section__noise-link--sp {
  display: none;
}
@media (max-width: 1200px) {
  .p-section-content.p-section__noise .p-section-content__inner .p-section__noise-link--sp {
    display: block;
  }
}
@media (max-width: 768px) {
  .p-section-content.p-section__noise .p-section-content__inner .p-section__noise-link--sp {
    margin: 0 auto;
  }
}
@media (max-width: 420px) {
  .p-section-content.p-section__noise .p-section-content__inner .p-section__noise-link--sp {
    font-size: 16px;
  }
}
.p-section-content.p-section__noise .p-section-content__inner .p-section__noise-box {
  max-width: 450px;
  width: 100%;
}
.p-section-content.p-section__noise .p-section-content__inner .p-section__noise-box--en {
  max-width: 540px;
}
.p-section-content.p-section__noise .p-section-content__box {
  max-width: 1100px;
  width: 60vw;
  position: relative;
}
.p-section-content.p-section__noise .p-section-content__box-movie {
  aspect-ratio: 16/9;
}
.p-section-content.p-section__noise .p-section-content__box-movie iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .p-section-content.p-section__noise .p-section-content__box {
    width: 100%;
    margin: 20px auto;
  }
}
.p-section-content.p-section__noise .p-section-content__box p {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 768px) {
  .p-section-content.p-section__noise .p-section-content__box p {
    text-align: left;
  }
}
.p-section-content.p-section__noise .p-section-content__box img {
  width: 100%;
  height: auto;
}

svg #extending-line {
  transform: rotate3d(1, 1, 0, 69.1deg);
  stroke-width: 10.65;
}
@media (max-width: 600px) {
  svg #extending-line {
    stroke-width: 9.2;
  }
}

:root {
  --gap: 1.5vw;
  --speed: 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --closed: 8%;
  --neutral: calc(50% - 7.5px);
  --open: 90%;
}

#index .p-section__slider .slider.original-slider {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
#index .p-section__slider .head {
  display: none;
}
#index .p-section__slider .track {
  width: 100% !important;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  background: #000000;
}
#index .p-section__slider .track::-webkit-scrollbar {
  display: none;
}
@media (max-width: 900px) {
  #index .p-section__slider .track {
    height: 100%;
  }
}
#index .p-section__slider .track > span {
  width: 15px;
  height: 100%;
  background: #000;
  position: relative;
  z-index: 100;
}
#index .p-section__slider .track > span::before {
  content: "";
  position: absolute;
  width: 24vw;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#index .p-section__slider .project-card[active] + span::before,
#index .p-section__slider span:has(+ .project-card[active])::before {
  display: none;
}
#index .p-section__slider .project-card {
  position: relative;
  flex: 0 0 var(--neutral);
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  transition: flex-basis var(--speed), transform var(--speed);
  height: 100%;
}
@media (max-width: 900px) {
  #index .p-section__slider .project-card {
    flex: auto;
    height: 800px;
  }
}
@media (max-width: 768px) {
  #index .p-section__slider .project-card {
    flex: auto;
    aspect-ratio: 1;
    height: 100%;
  }
}
#index .p-section__slider .project-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/bg_filter_01.png");
  background-size: cover;
  filter: opacity(0.4);
}
#index .p-section__slider .project-card[active] {
  flex-basis: var(--open);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
  flex: 0 0 var(--open);
}
#index .p-section__slider .project-card[active].project-card__fashion .project-card__title {
  text-align: left;
}
#index .p-section__slider .project-card[active].project-card__fashion .project-card__content {
  flex-direction: row;
  padding: 1.2vw;
  gap: 1vw;
  justify-content: flex-start;
  align-items: end;
  background: linear-gradient(270deg, transparent 10%, rgb(0, 0, 0) 60%);
}
#index .p-section__slider .project-card[active].project-card__shop .project-card__title {
  text-align: right;
}
#index .p-section__slider .project-card[active].project-card__shop .project-card__content {
  flex-direction: row;
  padding: 1.2vw;
  gap: 1vw;
  justify-content: flex-end;
  align-items: end;
  background: linear-gradient(90deg, transparent 10%, rgb(0, 0, 0) 60%);
}
#index .p-section__slider .project-card[active].project-card__shop .project-card__content .project-card__desc {
  text-align: right;
}
#index .p-section__slider .project-card[active] .project-card__content {
  flex-direction: row;
  padding: 1.2vw;
  gap: 1vw;
  justify-content: flex-end;
  align-items: end;
}
#index .p-section__slider .project-card[active] .project-card__title {
  writing-mode: horizontal-tb;
  transform: none;
  font-size: 11vw;
  line-height: 0.9;
  font-family: "Oswald", sans-serif;
}
#index .p-section__slider .project-card[active] .project-card__title .breaks {
  display: block;
}
#index .p-section__slider .project-card[active] .project-card__desc,
#index .p-section__slider .project-card[active] .project-card__btn {
  opacity: 1;
}
#index .p-section__slider .project-card.un-active {
  flex: 0 0 var(--closed);
}
#index .p-section__slider .project-card.default-item:nth-of-type(1) .project-card__title {
  text-align: left;
}
#index .p-section__slider .project-card.default-item:nth-of-type(2) {
  align-items: start;
  text-align: right;
}
#index .p-section__slider .project-card.default-item .project-card__content {
  justify-content: flex-end;
  align-items: end;
  mix-blend-mode: difference;
}
@media (max-width: 768px) {
  #index .p-section__slider .project-card.default-item .project-card__content {
    mix-blend-mode: normal;
  }
}
@media (max-width: 768px) {
  #index .p-section__slider .project-card.default-item.project-card__fashion .project-card__content {
    justify-content: flex-start;
  }
  #index .p-section__slider .project-card.default-item.project-card__fashion .project-card__content > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
#index .p-section__slider .project-card.default-item.project-card__shop .project-card__content {
  align-items: flex-start;
}
@media (max-width: 768px) {
  #index .p-section__slider .project-card.default-item.project-card__shop .project-card__content > div {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
}
#index .p-section__slider .project-card.default-item .project-card__title {
  width: 100%;
  writing-mode: inherit;
  font-size: clamp(132px, 12vw, 333px);
  line-height: 0.9;
}
@media (max-width: 768px) {
  #index .p-section__slider .project-card.default-item .project-card__title {
    font-size: 24vw;
  }
}
#index .p-section__slider .project-card.default-item .project-card__title .breaks {
  display: block;
}
#index .p-section__slider .project-card .project-card__title {
  font-family: "Oswald", sans-serif;
}
#index .p-section__slider .project-card .project-card__title .breaks {
  display: none;
}
#index .p-section__slider .project-card .project-card__title[active] .breaks {
  display: block;
}
#index .p-section__slider .slick-slider .slick-list .slick-track {
  width: 100% !important;
}
#index .p-section__slider .slick-slider .slick-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .p-section__slider .slick-slider .slick-list img.project-card__thumb {
  max-width: 200px;
}

.project-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.75) saturate(75%);
  transition: filter 0.3s, transform var(--speed);
}

.project-card:hover .project-card__bg {
  filter: brightness(0.9) saturate(100%);
  transform: scale(1.06);
}

.project-card {
  flex: 0 0 var(--neutral);
  transition: flex var(--speed);
  position: relative;
  overflow: hidden;
  display: block;
}
.project-card:hover {
  opacity: 1;
}
.project-card__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-card__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5vw;
  padding: 0;
  background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 12;
}
.project-card__title {
  color: #fff;
  font-weight: 700;
  font-size: 4vw;
  writing-mode: vertical-rl;
  transition: all var(--speed);
}
.project-card__desc {
  color: #fff;
  font-size: 36px;
  line-height: 1.4;
  opacity: 0;
  transition: opacity var(--speed);
}
.project-card__btn {
  opacity: 0;
  transition: opacity var(--speed);
}

.project-card__thumb,
.project-card__desc,
.project-card__btn,
.project-card__list {
  display: none;
}

.project-card__list {
  font-size: clamp(28px, 5vw, 52px);
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
.project-card__list:nth-of-type(2) {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .project-card__list:nth-of-type(2) {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .project-card__list--pc {
    display: none !important;
  }
}
.project-card__list--sp {
  display: none;
}
@media (max-width: 768px) {
  .project-card__list--sp {
    display: flex;
    line-height: 1.2;
  }
  .project-card__list--sp span {
    width: 54px;
  }
}

.project-card[active] .project-card__thumb,
.project-card[active] .project-card__desc,
.project-card[active] .project-card__btn,
.project-card[active] .project-card__list {
  display: block;
}

.project-card[active] .project-card__list {
  display: flex;
}
.project-card[active] .project-card__list span {
  display: block;
  width: 84px;
}
.project-card[active] .project-card__list span.set-time {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: 10px;
}

.project-card[active] h3 .project-card__list {
  display: none;
}

.project-card.project-card__fashion[active] .project-card__desc {
  display: flex;
  flex-direction: column;
}
.project-card.project-card__fashion[active] .project-card__desc .project-card__fashion-sub {
  font-size: clamp(14px, 3vw, 15px);
  line-height: 2;
  color: #000;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-right: auto;
  margin-bottom: 4px;
}
.project-card.project-card__fashion[active] .project-card__desc .project-card__fashion-sub::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 80%;
  background: #fff;
  z-index: -1;
}
.project-card.project-card__shop[active] .project-card__desc {
  display: flex;
  flex-direction: column;
}
.project-card.project-card__shop[active] .project-card__desc .project-card__shop-sub {
  font-size: clamp(14px, 3vw, 15px);
  line-height: 2;
  color: #000;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-bottom: 4px;
}
.project-card.project-card__shop[active] .project-card__desc .project-card__shop-sub::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 80%;
  background: #fff;
  z-index: -1;
}

.project-card__btn {
  padding: 0.55rem 1.3rem;
  border: none;
  border-radius: 9999px;
  background: var(--accent);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}

.project-card__btn:hover {
  background: #ff824f;
}

.dots {
  display: none;
  gap: 0.5rem;
  justify-content: center;
  padding: 20px 0;
}

@media (max-width: 767px) {
  :root {
    --closed: 100%;
    --open: 100%;
  }
  .slider {
    padding: 0 15px;
  }
  .track {
    flex-direction: column;
    scroll-snap-type: y mandatory;
    gap: 5px;
    padding-bottom: 20px;
  }
  .project-card {
    height: auto;
    min-height: 80px;
    flex: 0 0 auto;
    width: 100%;
    scroll-snap-align: start;
  }
  .project-card[active] {
    min-height: 300px;
    transform: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  }
  .project-card__fashion .project-card__content {
    flex-direction: row;
    justify-content: flex-start;
    padding: 16px;
    align-items: center;
    gap: 1rem;
  }
  .project-card__shop .project-card__content {
    flex-direction: row;
    justify-content: flex-start;
    padding: 16px;
    align-items: center;
    gap: 1rem;
  }
  .project-card__title {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 1.2rem;
    margin-right: auto;
  }
  .project-card__thumb,
  .project-card__desc,
  .project-card__btn,
  .project-card__list {
    display: block;
    opacity: 1;
  }
  .project-card__desc .project-card__shop-sub {
    font-size: clamp(13px, 3vw, 15px);
    line-height: 2;
    color: #000;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-bottom: 4px;
  }
  .project-card__desc .project-card__shop-sub::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 80%;
    background: #fff;
    z-index: -1;
  }
  .project-card__desc .project-card__fashion-sub {
    font-size: clamp(13px, 3vw, 15px);
    line-height: 2;
    color: #000;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-right: auto;
    margin-bottom: 4px;
  }
  .project-card__desc .project-card__fashion-sub::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 80%;
    background: #fff;
    z-index: -1;
  }
  .project-card__list--sp {
    display: flex;
  }
  .project-card__list--sp span {
    width: 64px;
  }
  .project-card__list--sp span.set-time {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: 8px;
  }
  .project-card[active] .project-card__content {
    align-items: flex-start;
    padding: 1.5rem;
  }
  .project-card[active] .project-card__title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  .project-card[active] .project-card__thumb {
    width: 200px;
    height: 267px;
    border-radius: 0.35rem;
    margin-bottom: 1rem;
  }
  .project-card[active] .project-card__desc {
    font-size: 0.95rem;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .project-card[active] .project-card__btn {
    align-self: center;
    width: 100%;
    text-align: center;
    padding: 0.7rem;
  }
  .dots {
    display: none;
  }
  .controls {
    width: 100%;
    justify-content: space-between;
    padding: 0 15px 20px;
  }
  .nav-btn {
    position: static;
    transform: none;
  }
}
.p-text-content {
  display: block;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .p-text-content {
    display: none;
  }
}
.p-text-content--sp {
  display: none;
  color: #fff;
}
@media (max-width: 1200px) {
  .p-text-content--sp {
    display: block;
  }
}

.sp {
  display: none;
}

@media (max-width: 600px) {
  .sp {
    display: block;
  }
}
.p-section-content.p-section__news {
  height: auto;
  padding: 80px 8vw;
  background: #000 url("../assets/images/bg_noise_01.png") no-repeat;
  -webkit-backdrop-filter: invert(1) blur(14px);
          backdrop-filter: invert(1) blur(14px);
  background-size: 100%;
}
.p-section-content.p-section__news .news_div .inner2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5vw;
}
.p-section-content.p-section__news .news_div .news_list > li p {
  color: #fff;
}
@media (max-width: 768px) {
  .p-section-content.p-section__news .news_div .news_list > li p {
    line-height: 1.25;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .p-section-content.p-section__news {
    padding-inline: 45px;
  }
}
.p-section-content.p-section__outline {
  height: auto;
  padding: 80px 8vw;
  background: #000 url("../assets/images/bg_noise_01.png") no-repeat;
  -webkit-backdrop-filter: invert(1) blur(14px);
          backdrop-filter: invert(1) blur(14px);
  background-size: 100%;
}
@media (max-width: 1200px) {
  .p-section-content.p-section__outline {
    padding: 13px 45px 45px;
  }
}
.p-section-content.p-section__outline .news_div .inner2 {
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 5vw;
}
.p-section-content.p-section__outline .news_div .inner2 .title_area {
  margin-top: 8vw;
}
.p-section-content.p-section__outline .news_div .inner2 .p-section__outline-list {
  max-width: 846px;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1200px) {
  .p-section-content.p-section__outline .news_div .inner2 .p-section__outline-list {
    max-width: 100%;
  }
}
.p-section-content.p-section__outline .news_div .inner2 .p-section__outline-list li {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #fff;
  padding-block: 20px;
}
@media (max-width: 900px) {
  .p-section-content.p-section__outline .news_div .inner2 .p-section__outline-list li {
    gap: 6px;
  }
}
@media (max-width: 768px) {
  .p-section-content.p-section__outline .news_div .inner2 .p-section__outline-list li {
    flex-direction: column;
  }
}
.p-section-content.p-section__outline .news_div .inner2 .p-section__outline-list li > span {
  width: 170px;
  display: block;
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1.85;
}
@media (max-width: 900px) {
  .p-section-content.p-section__outline .news_div .inner2 .p-section__outline-list li > span {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .p-section-content.p-section__outline .news_div .inner2 .p-section__outline-list li > span {
    line-height: 1.5;
    font-size: 10px;
  }
}
.p-section-content.p-section__outline .news_div .inner2 .p-section__outline-list li p.p-section__outline-title {
  font-size: clamp(14px, 1.4vw, 24px);
  line-height: 1;
}
@media (max-width: 768px) {
  .p-section-content.p-section__outline .news_div .inner2 .p-section__outline-list li p.p-section__outline-title {
    line-height: 1.7;
  }
}
.p-section-content.p-section__outline .news_div .inner2 .p-section__outline-list li p .p-section__outline-item {
  display: block;
  font-size: clamp(12px, 1.2vw, 15px);
  line-height: 1.75;
  margin-top: 4px;
}
.p-section-content.p-section__outline .news_div .inner2 .p-section__outline-list li.p-section__outline-toggle {
  cursor: pointer;
}
.p-section-content.p-section__outline .news_div .inner2 .p-section__outline-list li.p-section__outline-toggle .open_cont {
  width: 100%;
}
.p-section-content.p-section__outline .news_div .inner2 .p-section__outline-list li .p-section__outline-steps > p {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(13px, 1.4vw, 20px);
  margin-bottom: 8px;
}
@media (max-width: 900px) {
  .p-section-content.p-section__outline .news_div .inner2 .p-section__outline-list li .p-section__outline-steps > p {
    align-items: flex-start;
    gap: 8px;
  }
}
.p-section-content.p-section__outline .news_div .inner2 .p-section__outline-list li .p-section__outline-steps span {
  display: block;
  background: #E60050;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  padding: 5px 16px 8px;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .p-section-content.p-section__outline .news_div .inner2 .p-section__outline-list li .p-section__outline-steps span {
    font-size: 10px;
    padding: 2px 6px 4px;
    margin-top: 7px;
  }
}
.p-section-content.p-section__outline .news_div .inner2 .p-section__outline-list li .hide_cont {
  padding-left: 170px;
}
@media (max-width: 768px) {
  .p-section-content.p-section__outline .news_div .inner2 .p-section__outline-list li .hide_cont {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .p-section-content.p-section__outline .news_div .inner2 .p-section__outline-list li .hide_cont {
    padding-left: 0px;
  }
}
.p-section-content.p-section__outline .news_div .inner2 .p-section__outline-list li .hide_cont .text3 {
  font-size: clamp(14px, 1.5vw, 16px);
}
.p-section-content .p-section-content__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .p-section-content .p-section-content__title {
    flex-direction: row;
  }
}
.p-section-content .p-section-content__title > .en_tit {
  display: block;
  font-size: clamp(55px, 6.2vw, 160px);
  line-height: 1.3;
  font-family: "Oswald", sans-serif;
  color: #000;
  font-weight: 400;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .p-section-content .p-section-content__title > .en_tit {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .p-section-content .p-section-content__title > .en_tit {
    font-size: clamp(55px, 4vw, 60px);
    margin-bottom: 0;
  }
}
.p-section-content .p-section-content__title > .ja_tit {
  color: #fff;
  line-height: 1;
  font-size: clamp(12px, 1.8vw, 28px);
}
.p-section-content.p-section__movie {
  height: auto;
  background: #fff;
  padding: 20px 0;
}
.p-section-content.p-section__movie .p-section__movie-inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-section-content.p-section__movie h3 {
  display: flex;
  padding-left: 5vw;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .p-section-content.p-section__movie h3 {
    flex-direction: column;
    padding-left: 0;
    align-items: center;
    gap: 10px;
  }
}
.p-section-content.p-section__movie h3 span {
  display: block;
  line-height: 0.95;
}
.p-section-content.p-section__movie h3 span.sub {
  font-size: clamp(14px, 3vw, 28px);
  margin-bottom: 0.1em;
  line-height: 1;
}
.p-section-content.p-section__movie h3 span > img {
  max-width: 76px;
  width: 100%;
  margin-inline: 16px;
}
@media (max-width: 768px) {
  .p-section-content.p-section__movie h3 span > img {
    max-width: 38px;
    margin-inline: 8px;
  }
}
.p-section-content.p-section__movie h3 p {
  display: flex;
  align-items: baseline;
  font-size: clamp(30px, 5vw, 60px);
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-weight: 300;
  color: #000000;
}
@media (max-width: 768px) {
  .p-section-content.p-section__movie h3 p:nth-of-type(1) {
    align-items: center;
  }
}
.p-section-content.p-section__movie p {
  color: #000000;
  font-size: clamp(20px, 3vw, 28px);
  text-align: center;
}
.p-section-content.p-section__movie a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 1vw 12px;
  margin: 16px auto 0;
  border: 2px solid #000000;
  font-size: clamp(16px, 2vw, 18px);
  color: #000000;
  text-decoration: none;
}
@media (max-width: 768px) {
  .p-section-content.p-section__movie a {
    padding: 4px 12px 6px;
  }
}

.p-section__access, .p-section__award, .p-section__thanks {
  background-color: none;
  background: #000;
  padding: 5vw 8vw 0;
}
@media (max-width: 1200px) {
  .p-section__access, .p-section__award, .p-section__thanks {
    padding: 0vw 45px 12vw;
    top: 50px;
  }
}
@media (max-width: 900px) {
  .p-section__access, .p-section__award, .p-section__thanks {
    padding: 5vw 45px 12vw;
    position: relative;
    top: 0;
  }
}
.p-section__access {
  height: auto;
}
@media (max-width: 1200px) {
  .p-section__access {
    padding: 35px 0 45px 35px;
  }
}
.p-section__access-content {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto 0;
  display: flex;
  justify-content: flex-end;
  gap: 5vw;
}
@media (max-width: 1200px) {
  .p-section__access-content {
    flex-direction: column;
    padding-right: 35px;
    margin-bottom: 80px;
    gap: 36px;
  }
}
.p-section__access-content p {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: -0.06em;
}
@media (max-width: 768px) {
  .p-section__access-content p {
    font-size: 12px;
  }
}
.p-section__access-content p span {
  letter-spacing: normal;
  display: block;
}
.p-section__access-content .map {
  max-width: 800px;
  width: 100%;
  height: auto;
  max-height: 470px;
}
@media (max-width: 1200px) {
  .p-section__access-content .map {
    max-width: 100%;
    order: -1;
    height: 360px;
  }
}
.p-section__access-content .map > iframe {
  width: 100%;
  height: 100%;
}
.p-section__award {
  height: auto;
  position: relative;
  top: 0;
  background: #000;
}
@media (max-width: 1400px) {
  .p-section__award {
    height: auto;
  }
}
@media (max-width: 1200px) {
  .p-section__award {
    padding: 0vw 45px 12vw;
  }
}
@media (max-width: 900px) {
  .p-section__award {
    padding: 35px 0 45px 35px;
  }
}
.p-section__award-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1400px) {
  .p-section__award-content.js-scrollable {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    white-space: nowrap;
  }
}
.p-section__award-content-container {
  width: 100%;
  padding-inline: clamp(10px, 3vw, 80px);
}
@media (max-width: 1400px) {
  .p-section__award-content-container {
    width: 900px;
    max-width: none;
    margin: 0 auto;
  }
}
.p-section__award-content-box {
  width: 100%;
}
.p-section__award-content-item--title {
  display: block;
  position: relative;
  padding: 4px 12px;
  text-align: center;
  color: #000000;
  font-size: clamp(13px, 1vw, 16px);
  font-family: "Zen Kaku Gothic New", serif;
  background: #ffffff;
}
@media (max-width: 900px) {
  .p-section__award-content-item--title {
    text-align: left;
  }
}
.p-section__award-content-item--title::after {
  content: "(敬称略)";
  position: absolute;
  right: 12px;
  font-size: clamp(10px, 1vw, 16px);
}
@media (max-width: 900px) {
  .p-section__award-content-item--title::after {
    right: auto;
    bottom: 5px;
    margin-left: 8px;
  }
}
.p-section__award .p-section__title span.en_tit {
  width: -moz-min-content;
  width: min-content;
}
.p-section__award .p-section__title span.ja_tit {
  width: -moz-fit-content;
  width: fit-content;
}
.p-section__award-list {
  padding-block: 30px;
}
.p-section__award-list-item {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-bottom: 14px;
  gap: 8px;
}
.p-section__award-list-item span {
  line-height: 1.1;
  color: #ffffff;
  font-size: clamp(14px, 2vw, 16px);
}
@media (max-width: 980px) {
  .p-section__award-list-item span {
    font-size: clamp(12px, 1.2vw, 14px);
  }
}
.p-section__award-list-item span:nth-of-type(1) {
  width: 150px;
  flex: 0 0 auto;
}
@media (max-width: 980px) {
  .p-section__award-list-item span:nth-of-type(1) {
    width: 80px;
  }
}
.p-section__award-list-item span:nth-of-type(2) {
  width: 260px;
  flex: 0 0 auto;
  white-space: break-spaces;
}
@media (max-width: 980px) {
  .p-section__award-list-item span:nth-of-type(2) {
    width: 200px;
  }
}
.p-section__award-list-item span:nth-of-type(3) {
  max-width: 440px;
  width: 100%;
}
.p-section__thanks {
  height: auto;
  position: relative;
  top: 0;
  background: #000;
  padding-bottom: 40px;
}
@media (max-width: 1200px) {
  .p-section__thanks {
    padding: 0vw 45px 12vw;
  }
}
@media (max-width: 900px) {
  .p-section__thanks {
    padding: 35px 0 45px 35px;
  }
}
@media (max-width: 768px) {
  .p-section__thanks {
    height: auto;
  }
}
.p-section__thanks-content {
  padding-inline: clamp(10px, 3vw, 80px);
}
@media (max-width: 1200px) {
  .p-section__thanks-content {
    padding-inline: 0 30px;
  }
}
.p-section__thanks .bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: clip;
  z-index: -1;
}
.p-section__thanks .bg-video > img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-section__thanks .bg-video > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-section__thanks-text {
  color: #ffffff;
  margin-bottom: 32px;
  word-break: keep-all;
}
.p-section__thanks-text .sp-block {
  display: none;
}
@media (max-width: 600px) {
  .p-section__thanks-text .sp-block {
    display: block;
  }
}
.p-section__thanks-text span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
  padding: 2px 8px 4px;
  background: #ffffff;
  color: #000000;
  line-height: 1.2;
}
.p-section__thanks-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.p-section__thanks-list .list-item {
  flex: 0 0 auto;
  padding: 0;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: clamp(12px, 1.5vw, 15px);
  background: transparent;
}
.p-section__inner {
  max-width: 1588px;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 900px) {
  .p-section__inner {
    padding: 0;
  }
}
.p-section__title {
  position: relative;
  display: flex;
  gap: 14px;
  width: 100%;
  margin-bottom: 40px;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: clamp(55px, 5vw, 74px);
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
@media (max-width: 768px) {
  .p-section__title {
    gap: 10px;
  }
}
.p-section__title.js-title {
  color: #000000;
}
.p-section__title span.ja_tit {
  color: #fff;
  line-height: 1.4;
  font-size: clamp(11px, 3vw, 20px);
  font-family: "Zen Kaku Gothic New", serif;
}
@media (max-width: 768px) {
  .p-section__title span.ja_tit {
    font-size: clamp(12px, 3vw, 30px);
    font-weight: 600;
  }
}
.p-section__title span.ja_tit > span {
  margin-left: 16px;
  padding: 2px 8px;
  color: #000000;
  line-height: 1;
  font-size: clamp(11px, 1vw, 15px);
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  background: #ffffff;
}
@media (max-width: 1080px) {
  .p-section__title span.ja_tit > span {
    display: none;
  }
}
.p-section__title::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -14px;
  left: 0;
}
.p-section__title > a {
  text-decoration: none;
}

.p-content-intro {
  max-width: 630px;
  width: 38vw;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media (max-width: 900px) {
  .p-content-intro {
    width: 80%;
    margin: 0 auto;
    transform: translate(0, 0) !important;
    left: auto !important;
  }
}

footer {
  position: relative;
  z-index: 19;
}

.project-card {
  position: relative;
  overflow: hidden;
}

.project-card__gallery {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 10;
  pointer-events: none;
  background: #000000;
}
@media (max-width: 768px) {
  .project-card__gallery {
    opacity: 1;
    visibility: visible;
  }
}
.project-card__gallery::before, .project-card__gallery::after {
  content: "";
  position: absolute;
  top: 0;
  width: 10%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.project-card__gallery::before {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
}
.project-card__gallery::after {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
}

[active] .project-card__gallery {
  opacity: 1;
  visibility: visible;
}

.project-card__gallery-track {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 1vw;
  height: 100%;
  width: 100%;
  animation-name: scroll-left-precise;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: paused;
  will-change: transform;
  --scroll-distance: -50%;
}
.project-card__gallery-track img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: block;
}

@keyframes scroll-left-precise {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--scroll-distance));
  }
}
.project-card__gallery-track--reverse {
  animation-name: scroll-right-precise !important;
  transform: translateX(var(--scroll-distance));
}

@keyframes scroll-right-precise {
  0% {
    transform: translateX(var(--scroll-distance));
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .project-card__gallery::before, .project-card__gallery::after {
    width: 15%;
  }
  .project-card__gallery-track {
    gap: 2vw;
  }
  .project-card__gallery-track img {
    border-radius: 4px;
  }
}
/* TEXT-transition */
.js-title::before {
  content: "";
  position: absolute;
  top: 1.8vw;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #E60050;
  transition: none;
  z-index: 1;
}

.js-title::after {
  content: "";
  position: absolute;
  top: 1.8vw;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  transition: none;
  z-index: -1;
}

.js-title > * {
  opacity: 0;
  transition: none;
}

.js-title {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.js-title.js-active::before {
  width: 100%;
  transition: width 0.4s ease-out, left 0.4s ease-out 0.4s;
  left: 100%;
}

.js-title.js-active::after {
  width: 100%;
  transition: width 0.4s ease-out 0.4s;
}

.js-title.js-active > * {
  opacity: 1;
  transition: opacity 0.4s ease-out 0.4s;
}

.p-section-content__title h3 {
  font-size: 8.3vw;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  color: #000;
  font-weight: 400;
  margin-bottom: 12px;
}
.p-section-content__title h3.js-title::before {
  content: "";
  top: 2.1vw;
}
.p-section-content__title h3.js-title::after {
  content: "";
  top: 2.1vw;
}

.title_area .p-section-content__title h3 {
  font-size: 8.3vw;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  color: #000;
  font-weight: 400;
  margin-bottom: 12px;
}
.title_area .p-section-content__title h3.js-title::before {
  content: "";
  top: 2.1vw;
}
.title_area .p-section-content__title h3.js-title::after {
  content: "";
  top: 2.1vw;
}

@media (max-width: 500px) {
  .p-section__title .en_tit {
    width: -moz-min-content;
    width: min-content;
  }
}
.p-section__title .en_tit.js-title {
  color: #000000;
}
.p-section__title .en_tit.js-title::before {
  content: "";
  top: 0.4vw;
}
.p-section__title .en_tit.js-title::after {
  content: "";
  top: 0.4vw;
}

.p-section__pickup {
  height: auto;
  padding: 80px 16px;
  background: #000 url("../assets/images/bg_noise_01.png") no-repeat;
  -webkit-backdrop-filter: invert(1) blur(14px);
          backdrop-filter: invert(1) blur(14px);
  background-size: 100%;
}
@media (max-width: 768px) {
  .p-section__pickup {
    padding: 48px 0;
  }
}
.p-section__pickup__inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.p-section__pickup-intro {
  display: none;
}
@media (max-width: 768px) {
  .p-section__pickup-intro {
    display: block;
    padding-inline: 45px;
    margin-bottom: 48px;
  }
  .p-section__pickup-intro .en_tit {
    text-align: left;
  }
  .p-section__pickup-intro p {
    color: #ffffff;
  }
}
.p-section__pickup-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1200px) {
  .p-section__pickup-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .p-section__pickup-container {
    gap: 12px;
  }
}
.p-section__pickup-box {
  width: 12.5%;
  height: 750px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .p-section__pickup-box {
    max-width: 300px;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}
@media (max-width: 768px) {
  .p-section__pickup-box {
    max-width: 370px;
    width: 48%;
    height: auto;
    aspect-ratio: 1;
  }
}
.p-section__pickup-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-section__pickup h2 {
  color: #ffffff;
  font-size: clamp(60px, 8.5vw, 265px);
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
@media (max-width: 768px) {
  .p-section__pickup h2 {
    display: none;
  }
}

.p-section__archive {
  position: relative;
  top: 0;
  height: auto;
  padding: 0 20px 90px;
}
@media (max-width: 768px) {
  .p-section__archive {
    padding: 35px 0;
  }
  .p-section__archive .p-section__title {
    padding-left: 45px;
  }
  .p-section__archive .p-section__title::after {
    left: 45px;
  }
}
.p-section__archive-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 768px) {
  .p-section__archive-content {
    padding: 0;
  }
}
.p-section__archive-content h2 {
  color: #fff;
  font-size: clamp(14px, 3vw, 40px);
  line-height: 1.3;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
@media (max-width: 768px) {
  .p-section__archive-content h2 {
    text-align: left;
    letter-spacing: normal;
    padding-left: 45px;
    margin-bottom: 32px;
  }
}
.p-section__archive-image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .p-section__archive-image-item {
    width: 48%;
    aspect-ratio: 1;
    overflow: clip;
  }
  .p-section__archive-image-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-section__archive-youtube h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-section__archive-youtube h3 {
    flex-direction: column;
    padding-left: 0;
    align-items: center;
    gap: 10px;
  }
}
.p-section__archive-youtube h3 span {
  display: block;
  line-height: 0.95;
}
.p-section__archive-youtube h3 span.sub {
  font-size: clamp(14px, 3vw, 28px);
  margin-bottom: 0.1em;
  line-height: 1;
}
.p-section__archive-youtube h3 span > img {
  max-width: 76px;
  width: 100%;
  margin-inline: 16px;
}
@media (max-width: 768px) {
  .p-section__archive-youtube h3 span > img {
    max-width: 38px;
    margin-inline: 8px;
  }
}
.p-section__archive-youtube h3 p {
  display: flex;
  align-items: baseline;
  font-size: clamp(30px, 5vw, 62px);
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-weight: 300;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-section__archive-youtube h3 p:nth-of-type(1) {
    align-items: center;
  }
}
.p-section__archive-youtube p {
  color: #ffffff;
  font-size: clamp(20px, 3vw, 28px);
  text-align: center;
}
.p-section__archive-youtube a {
  display: block;
  max-width: 600px;
  width: 100%;
  padding: 10px 1vw 12px;
  margin: 16px auto 0;
  border: 3px solid #ffffff;
  font-size: clamp(18px, 2vw, 28px);
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 768px) {
  .p-section__archive-youtube a {
    padding: 4px 12px 6px;
    max-width: 300px;
  }
}
.p-section__archive-youtube .p-section__archive-live {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-section__archive-youtube .p-section__archive-live {
    flex-direction: column;
    gap: 0px;
  }
}
.p-section__archive-youtube .p-section__archive-live h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  gap: 8px;
}
.p-section__archive-youtube .p-section__archive-live h4 > span {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
}
.p-section__archive-youtube .p-section__archive-live h4 > span:nth-of-type(1) {
  font-size: 32px;
}
@media (max-width: 768px) {
  .p-section__archive-youtube .p-section__archive-live h4 > span:nth-of-type(1) {
    font-size: 18px;
  }
}
.p-section__archive-youtube .p-section__archive-live h4 > span:nth-of-type(2) {
  font-size: 54px;
}
@media (max-width: 768px) {
  .p-section__archive-youtube .p-section__archive-live h4 > span:nth-of-type(2) {
    font-size: 28px;
  }
}
.p-section__archive-youtube .p-section__archive-live h4 > span:nth-of-type(3) {
  font-size: 28px;
}
@media (max-width: 768px) {
  .p-section__archive-youtube .p-section__archive-live h4 > span:nth-of-type(3) {
    font-size: 14px;
  }
}

.p-section__access--en {
  position: relative;
  top: 0;
}

.p-section-menu {
  background: #E60050;
}
.p-section-menu__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-block: 200px 86px;
}
@media (max-width: 1200px) {
  .p-section-menu__inner {
    padding: 160px 42px 86px;
  }
}
@media (max-width: 768px) {
  .p-section-menu__inner {
    padding: 120px 30px 60px;
  }
}
.p-section-menu__intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .p-section-menu__intro {
    justify-content: center;
  }
}
.p-section-menu__intro-text {
  max-width: 540px;
  width: 100%;
}
.p-section-menu__intro-text h2 {
  font-size: 48px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  color: #ffffff;
  border-bottom: 7px solid #ffffff;
  letter-spacing: 0.4em;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .p-section-menu__intro-text h2 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .p-section-menu__intro-text h2 {
    font-size: 23px;
  }
}
.p-section-menu__intro-text h2 span {
  display: block;
  font-size: 25px;
  letter-spacing: normal;
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-section-menu__intro-text h2 span {
    font-size: 13px;
  }
}
.p-section-menu__intro-text p {
  font-size: clamp(10px, 1.4vw, 20px);
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .p-section-menu__intro-text p {
    text-align: center;
  }
}
.p-section-menu__intro-image {
  max-width: 414px;
  width: 100%;
}
.p-section-menu__intro-image img {
  width: 100%;
}
@media (max-width: 1200px) {
  .p-section-menu__intro-image {
    display: none;
  }
}
.p-section-menu__content:nth-of-type(2) {
  margin-bottom: 0;
}
.p-section-menu__content h3 {
  font-size: 40px;
  font-family: "Geist", serif;
  font-weight: 200;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-section-menu__content h3 {
    font-size: 26px;
    font-weight: 600;
  }
}
.p-section-menu__content-box {
  margin-bottom: 60px;
}
.p-section-menu__content-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  align-content: stretch;
}
@media (max-width: 768px) {
  .p-section-menu__content-list {
    gap: 8px;
  }
}
.p-section-menu__content-list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(25% - 24px);
  height: 140px;
  border: 3px solid #ffffff;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s;
  background: transparent;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .p-section-menu__content-list a {
    flex-direction: column;
    width: 100%;
    height: 70px;
  }
}
@media (max-width: 768px) {
  .p-section-menu__content-list a {
    flex-direction: column;
    width: 100%;
    height: 58px;
    background: #ffffff;
  }
}
.p-section-menu__content-list a:hover {
  background: #ffffff;
  opacity: 1;
}
.p-section-menu__content-list a:hover span.main-title {
  background: #E60050;
  color: #ffffff;
}
.p-section-menu__content-list a:hover span.main-text {
  color: #000000;
}
.p-section-menu__content-list a span {
  display: block;
}
.p-section-menu__content-list a span.main-title {
  font-size: 26px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  transition: all 0.5s;
  padding-inline: 4px;
}
@media (max-width: 1200px) {
  .p-section-menu__content-list a span.main-title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .p-section-menu__content-list a span.main-title {
    font-size: 22px;
    line-height: 1.2;
    background: #E60050;
    color: #ffffff;
  }
}
.p-section-menu__content-list a span.main-text {
  font-size: 12px;
}
@media (max-width: 768px) {
  .p-section-menu__content-list a span.main-text {
    font-size: 10px;
    color: #000000;
  }
}
.p-section-menu__content-list a span.main-text .tab-break {
  display: block;
}
@media (max-width: 1200px) {
  .p-section-menu__content-list a span.main-text .tab-break {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */