@charset "UTF-8";
:root {
  --color-main: #000000;
  --color-white: #ffffff;
  --color-red: #DC0000;
  --color-gray: #808080;
  --font-base: "Noto Serif JP", serif;
  --font-notoserif: "Noto Serif JP", serif;
  --font-ptserif: "PT Serif", serif;
  --line-height-default-pc: 1.875;
  --line-height-default-sp: 1.857;
  --z-index-default: 1;
  --padding-side-pc:20px;
  --padding-side-sp:5.3333333333vw;
  --header-height--pc: 72px;
  --header-height--sp: 65px;
}

/* ==========================================================================
  テンプレート 上書き
========================================================================== */
#article-end {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

body {
  color: var(--color-main);
  font-family: var(--font-base);
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.8333333333vw;
  font-weight: 500;
  line-height: var(--line-height-default-pc);
}
@media screen and (max-width: 749px) {
  body {
    font-size: 3.7333333333vw;
    line-height: var(--line-height-default-sp);
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-white);
}
@media screen and (max-width: 749px) {
  .l-header {
    background-color: var(--color-main);
  }
}

.l-header__logo {
  width: 100px;
}
@media screen and (max-width: 749px) {
  .l-header__logo {
    width: 26.6666666667vw;
  }
}

.l-header__inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
@media screen and (max-width: 749px) {
  .l-header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}

.l-header__share--credit {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 749px) {
  .l-header__share--credit {
    font-size: 3.2vw;
    line-height: 1.5 !important;
  }
}

.l-footer {
  margin-top: 0;
  font-weight: 400;
}
@media screen and (max-width: 749px) {
  .l-footer {
    position: relative;
    z-index: 2;
  }
}

.l-footer__inner {
  padding: 17.8125vw 1.1458333333vw 2.8125vw;
  background: var(--color-main);
}
@media screen and (max-width: 749px) {
  .l-footer__inner {
    padding: 14.6666666667vw 0 5.6vw;
  }
}

.l-footer__custom-logo {
  width: 7.8125vw;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .l-footer__custom-logo {
    width: 26.6666666667vw;
  }
}
.l-footer__custom-logo img {
  width: 100%;
}

.l-footer__copy-right--text {
  margin-top: 3.6458333333vw;
  font-size: 0.625vw;
}
@media screen and (max-width: 1280px) {
  .l-footer__copy-right--text {
    font-size: 11px;
  }
}
@media screen and (max-width: 749px) {
  .l-footer__copy-right--text {
    margin-top: 10.6666666667vw;
    font-size: 2.6666666667vw;
    line-height: 1.4;
  }
}

/* ==========================================================================
  component
========================================================================== */
.c-subheader {
  padding-bottom: 2.65625vw;
  color: #000;
  font-family: var(--font-ptserif);
  font-size: 2.0833333333vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .c-subheader {
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 749px) {
  .c-subheader {
    padding-bottom: 0;
    font-size: 10.6666666667vw;
    line-height: 1.3;
  }
}
@media screen and (max-width: 749px) {
  .c-subheader.c-subheader--sp {
    padding-bottom: 13.3333333333vw;
  }
}

.c-link--readmore {
  display: block;
  padding: 0.2604166667vw 0.2604166667vw;
  color: var(--color-white);
  font-weight: 700;
  line-height: 2.5;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0.2083333333vw 0.2083333333vw 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0.2083333333vw 0.2083333333vw 0px rgba(0, 0, 0, 0.25);
  background-color: var(--color-red);
}
@media screen and (max-width: 749px) {
  .c-link--readmore {
    padding: 1.3333333333vw 1.3333333333vw;
    font-size: 4.2666666667vw;
    -webkit-box-shadow: 0px 1.0666666667vw 1.0666666667vw 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1.0666666667vw 1.0666666667vw 0px rgba(0, 0, 0, 0.25);
  }
}

.c-link--comingsoon {
  display: block;
  padding: 0.2604166667vw 0.2604166667vw;
  color: var(--color-white);
  font-weight: 700;
  line-height: 2.5;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0.2083333333vw 0.2083333333vw 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0.2083333333vw 0.2083333333vw 0px rgba(0, 0, 0, 0.25);
  background-color: var(--color-gray);
}
@media screen and (max-width: 749px) {
  .c-link--comingsoon {
    padding: 1.3333333333vw 1.3333333333vw;
    font-size: 4.2666666667vw;
    -webkit-box-shadow: 0px 1.0666666667vw 1.0666666667vw 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1.0666666667vw 1.0666666667vw 0px rgba(0, 0, 0, 0.25);
  }
}

.c-shadow {
  -webkit-filter: drop-shadow(0px 0.5208333333vw 0.2604166667vw rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0.5208333333vw 0.2604166667vw rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 749px) {
  .c-shadow {
    -webkit-filter: drop-shadow(0px 2.6666666667vw 1.3333333333vw rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 2.6666666667vw 1.3333333333vw rgba(0, 0, 0, 0.25));
  }
}

.c-br--mobileonly {
  display: none;
}
@media screen and (max-width: 749px) {
  .c-br--mobileonly {
    display: initial;
  }
}

.c-line-parent {
  overflow: hidden;
}

.c-line-red--01 {
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: -1;
  height: 0.0520833333vw;
  background-color: #F00;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  top: 18.3333333333vw;
  left: 10.1041666667vw;
  width: 26.0416666667vw;
}
@media screen and (max-width: 749px) {
  .c-line-red--01 {
    height: 0.2666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .c-line-red--01 {
    top: 77.3333333333vw;
    left: 0;
    width: 120vw;
  }
}

.c-line-red--02 {
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: -1;
  height: 0.0520833333vw;
  background-color: #F00;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  top: 14.0625vw;
  right: 0;
  width: 143.90625vw;
}
@media screen and (max-width: 749px) {
  .c-line-red--02 {
    height: 0.2666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .c-line-red--02 {
    top: 338.6666666667vw;
    right: 0;
    width: 139.7333333333vw;
  }
}

.c-line-red--03 {
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: -1;
  height: 0.0520833333vw;
  background-color: #F00;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  bottom: 21.3541666667vw;
  right: 0vw;
  width: 128.125vw;
}
@media screen and (max-width: 749px) {
  .c-line-red--03 {
    height: 0.2666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .c-line-red--03 {
    bottom: 301.3333333333vw;
    right: 0;
    width: 140vw;
  }
}

.c-line-red--04 {
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: -1;
  height: 0.0520833333vw;
  background-color: #F00;
  display: none;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media screen and (max-width: 749px) {
  .c-line-red--04 {
    height: 0.2666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .c-line-red--04 {
    display: block;
    top: 18.6666666667vw;
    right: 0;
    width: 140vw;
  }
}

/* ==========================================================================
  p-hero
========================================================================== */
.p-hero {
  overflow: hidden;
  width: 100%;
  height: 100svh;
  padding: 0 0 0 1.40625vw;
  background-color: var(--color-main);
}
@media screen and (max-width: 749px) {
  .p-hero {
    height: 100svh;
    padding: 0;
  }
}

.p-hero__bg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: auto;
  aspect-ratio: 3840/2740;
}
@media screen and (max-width: 749px) {
  .p-hero__bg {
    top: 16vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    aspect-ratio: auto;
  }
}
.p-hero__bg img {
  width: 100%;
}

.p-hero__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 749px) {
  .p-hero__titles h1 {
    margin-top: 25vh;
  }
}

.p-hero__titles-logo {
  display: block;
  max-width: 30.2604166667vw;
  width: 52vh;
}
@media screen and (max-width: 749px) {
  .p-hero__titles-logo {
    max-width: 300px;
    width: 80vw;
  }
}
@media (max-width: 749px) and (max-height: 680px) {
  .p-hero__titles-logo {
    max-width: 80vw;
    width: 42vh;
  }
}

/* ==========================================================================
  p-prologue
========================================================================== */
.p-prologue {
  padding: 0;
}

.p-prologue__container {
  padding: 9.8958333333vw 0 12.34375vw;
  background-color: var(--color-main);
}
@media screen and (max-width: 749px) {
  .p-prologue__container {
    padding: 10.6666666667vw 4.5333333333vw 40vw;
  }
}

.p-prologue__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.3541666667vw;
}
@media screen and (max-width: 749px) {
  .p-prologue__inner {
    display: block;
  }
}

.p-prologue__texts {
  width: 36.6666666667vw;
  color: var(--color-white);
}
@media screen and (max-width: 1280px) {
  .p-prologue__texts {
    width: 53.6458333333vw;
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 749px) {
  .p-prologue__texts {
    width: 100%;
    padding-bottom: 4.5333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.857;
  }
}

.p-prologue-title {
  display: block;
  width: 100%;
  padding-bottom: 3.3333333333vw;
}
@media screen and (max-width: 749px) {
  .p-prologue-title {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 8.5333333333vw;
  }
}
.p-prologue-title img {
  width: 100%;
}

.p-prologue-text {
  padding-right: 4.0625vw;
  line-height: 2.5;
}

.p-prologue__image {
  position: relative;
  width: 39.53125vw;
}
@media screen and (max-width: 749px) {
  .p-prologue__image {
    width: 100%;
  }
}
.p-prologue__image img, .p-prologue__image picture {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  -webkit-filter: drop-shadow(0px 0.2083333333vw 0.2083333333vw rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0.2083333333vw 0.2083333333vw rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 749px) {
  .p-prologue__image img, .p-prologue__image picture {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    -webkit-filter: drop-shadow(0px 1.0666666667vw 1.0666666667vw rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 1.0666666667vw 1.0666666667vw rgba(0, 0, 0, 0.25));
  }
}

/* ==========================================================================
  p-interviews
========================================================================== */
.p-interviews {
  padding: 13.0208333333vw 0 0;
}
@media screen and (max-width: 749px) {
  .p-interviews {
    padding: 93.3333333333vw 2.6666666667vw 0;
  }
}

.p-interviews-lists {
  display: grid;
  gap: 7.8125vw 0;
}
@media screen and (max-width: 749px) {
  .p-interviews-lists {
    gap: 13.3333333333vw 0;
  }
}
.p-interviews-lists .p-interviews-lists__container:nth-of-type(even) .p-interviews__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-interviews-lists__container {
  padding: 3.28125vw 0 3.2291666667vw;
  background-color: var(--color-white);
}
@media screen and (max-width: 749px) {
  .p-interviews-lists__container {
    padding: 0 4.8vw 13.3333333333vw;
  }
}

.p-interviews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6041666667vw;
}
@media screen and (max-width: 749px) {
  .p-interviews__inner {
    display: block;
  }
}

.p-interviews-photo {
  width: 46.875vw;
}
@media screen and (max-width: 749px) {
  .p-interviews-photo {
    position: relative;
    width: 100%;
    height: 74.6666666667vw;
  }
}
.p-interviews-photo img {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0px 0.2083333333vw 0.2083333333vw 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0.2083333333vw 0.2083333333vw 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 749px) {
  .p-interviews-photo img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    -webkit-box-shadow: 0px 1.0666666667vw 1.0666666667vw 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1.0666666667vw 1.0666666667vw 0px rgba(0, 0, 0, 0.25);
  }
}

.p-interviews-texts {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto 1fr;
  gap: 0px 0px;
  width: 26.0416666667vw;
}
@media screen and (max-width: 1280px) {
  .p-interviews-texts {
    width: 44.7916666667vw;
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 749px) {
  .p-interviews-texts {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}

.p-interviews-texts__title {
  padding-bottom: 1.5625vw;
  font-size: 1.3541666667vw;
  font-weight: 700;
  line-height: 1.538;
}
@media screen and (max-width: 1280px) {
  .p-interviews-texts__title {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .p-interviews-texts__title {
    padding-bottom: 8vw;
    font-size: 6.4vw;
    line-height: 1.666;
  }
}

.p-interviews-texts__speakers {
  padding-bottom: 1.5625vw;
  font-size: 0.6770833333vw;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .p-interviews-texts__speakers {
    font-size: 1.1979166667vw;
  }
}
@media screen and (max-width: 749px) {
  .p-interviews-texts__speakers {
    padding-bottom: 8vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .p-interviews-texts__speakers p, .p-interviews-texts__speakers span {
    text-align: right;
  }
}

.p-interviews-texts__speakers-name {
  padding-left: 1em;
}
@media screen and (max-width: 749px) {
  .p-interviews-texts__speakers-name {
    display: block;
    padding-left: 0;
  }
}

@media screen and (max-width: 749px) {
  .p-interviews-texts__text {
    padding-bottom: 13.3333333333vw;
  }
}

.p-interviews-texts__more {
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 1280px) {
  .p-interviews-texts__more {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 749px) {
  .p-interviews-texts__more {
    margin-top: 0;
  }
}

/* ==========================================================================
  p-
========================================================================== */
.p-movie {
  position: relative;
  z-index: 2;
  padding: 8.75vw 0 0;
}
@media screen and (max-width: 749px) {
  .p-movie {
    padding: 18.6666666667vw 0 0;
  }
}

.p-movie__container {
  position: relative;
  margin-top: 2.6041666667vw;
  background-color: var(--color-white);
}
@media screen and (max-width: 749px) {
  .p-movie__container {
    margin-top: 0;
    padding-top: 14.6666666667vw;
  }
}

.p-movie__inner {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .p-movie__inner {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
  }
}

.p-movie-thumbdummy {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 749px) {
  .p-movie-thumbdummy {
    width: 100%;
  }
}