@charset "UTF-8";
/*---------- reset ----------*/
.main-area .main-inner {
  margin: 0;
  width: 100%;
}
/*---------- reset ----------*/
:root {
  --font-en-primary: "aw-conqueror-didot", serif;
  --font-en-secondary: "Crimson Text", serif;
  --color-basis: #000;
}

/*//////////////////////////////////////////////////
==========================================

Content

//////////////////////////////////////////////////*/
/* ===================== animation */
.contents__wrapper .js-fadeIn {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
.contents__wrapper .js-fadeIn.is-show {
  opacity: 1;
  visibility: visible;
}

.js-fadeIn.is-show > .fadeDelay > a + a {
  -webkit-animation: fadeSlide 3s ease-in-out 3s alternate infinite;
          animation: fadeSlide 3s ease-in-out 3s alternate infinite;
  opacity: 0;
}

.fadeDelay {
  position: relative;
}
.fadeDelay > a + a {
  position: absolute;
  top: 0;
  left: 0;
}

.is-active.fadeDelay {
  transition-delay: 0.2s;
}

@-webkit-keyframes fadeSlide {
  0% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeSlide {
  0% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
/* --- small viewport --- */
/* --- large viewport --- */
/* ===================== common */
.article {
  color: var(--color-basis);
}
.article * {
  box-sizing: border-box;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.article * a {
  display: var(--display, block);
}
.article picture {
  display: block;
}
.article img,
.article video,
.article svg {
  width: 100%;
  height: auto;
}

/* --- small viewport --- */
@media screen and (max-width: 767px) {
  .article {
    -webkit-margin-after: calc(125 * (100vw / 750));
            margin-block-end: calc(125 * (100vw / 750));
  }
  .hidden-sml {
    display: none;
  }
}
/* --- large viewport --- */
@media screen and (min-width: 768px) {
  .article {
    -webkit-margin-after: 95px;
            margin-block-end: 95px;
  }
  .hidden-lrg {
    display: none;
  }
}
/* ===================== movie */
.movie {
  position: relative;
  width: 100%;
}
.movie__button {
  position: absolute;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  cursor: pointer;
}
.movie__button p{
  display: flex;
  align-items: center;
}
.movie__button .sound-off {
  display: none;
}
.movie__button span {
  display: flex;
  align-items: center;
}
.movie__arrow{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
/* --- small viewport --- */
@media screen and (max-width: 767px) {
  .movie__button {
    right: 0;
    bottom: 0;
    padding: 0.8rem;
    font-size: calc(20 * (100vw / 750));
  }
  .movie__arrow{
    bottom: calc(15 * (100vw / 750));
    width: calc(30 * (100vw / 750));
  }
  .movie__button .sound-on span{
    margin-left: calc(10 * (100vw / 750));
    width: calc(10 * (100vw / 750));
  }
  .movie__button .sound-off span{
    margin-left: calc(10 * (100vw / 750));
    width: calc(16 * (100vw / 750));
  }  
}
/* --- large viewport --- */
@media screen and (min-width: 768px) {
  .movie__button {
    right: 2.2rem;
    bottom: 1.8rem;
    padding: 1rem;
    font-size: 2rem;
  }
  .movie__button .sound-on span{
    margin-left: 1rem;
    width: 1rem;
  }
  .movie__button .sound-off span{
    margin-left: 1rem;
    width: 1.6rem;
  }  
  .movie__arrow{
    bottom: 15px;
  }
}
/* ===================== hero */
/* --- small viewport --- */
@media screen and (max-width: 767px) {
  .hero {

  }
  .hero__desc {
  }
}
/* --- large viewport --- */
@media screen and (min-width: 768px) {
  .hero {

  }
  .hero__desc {

  }

}
/* ===================== desc */
.desc {
  text-align: center;
}
.desc > * {
  font-family: var(--font-en-primary);
}
.desc__heading > * {
  display: inline-block;
}
/* --- small viewport --- */
@media screen and (max-width: 767px) {
  .desc__heading {
    font-size: calc(122 * (100vw / 750));
  }
  .desc__heading .main {
    font-size: calc(45 * (100vw / 750));
  }
  .desc__heading .sub {
    -webkit-margin-before: calc(15 * (100vw / 750));
            margin-block-start: calc(15 * (100vw / 750));
    font-size: calc(16 * (100vw / 750));
  }
  .desc__lead {
    -webkit-margin-before: calc(25 * (100vw / 750));
            margin-block-start: calc(25 * (100vw / 750));
    font-size: calc(17 * (100vw / 750));
    line-height: 1.5294117647;
  }
}
/* --- large viewport --- */
@media screen and (min-width: 768px) {
  .desc__heading .main {
    font-size: 44px;
  }
  .desc__heading .sub {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
    font-size: 16px;
  }
  .desc__lead {
    -webkit-margin-before: 25px;
            margin-block-start: 25px;
    font-size: 17px;
    line-height: 1.9411764706;
  }
}
/* ===================== contents */
/* --- common --- */
.contents__wrapper {

}
.contents__credit {
  font-family: var(--font-en-secondary);
}
.contents__credit a {
  --display: inline-block;
  font-feature-settings: "palt";
  letter-spacing: 0.015em;
}

/* --- small viewport --- */
@media screen and (max-width: 767px) {
  .contents .contents__credit {
    display: none;
  }
  .contents .contents__visual a {
    pointer-events: none;
  }
  .contents__wrapper {

  }
  .contents__credit {
    -webkit-margin-before: calc(60 * (100vw / 750));
            margin-block-start: calc(60 * (100vw / 750));
  }
  .contents__credit a {
    -webkit-margin-before: calc(20 * (100vw / 750));
            margin-block-start: calc(20 * (100vw / 750));
    font-size: calc(23 * (100vw / 750));
    -webkit-padding-after: calc(4 * (100vw / 750));
            padding-block-end: calc(4 * (100vw / 750));
    border-bottom: 1px solid #CBCBCB;
  }
}
/* --- large viewport --- */
@media screen and (min-width: 768px) {
  .contents{
    transform: translateY(-2px);
  }
  .contents .contents__credit {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    opacity: 0;
    visibility: hidden;
    transition-duration: 1s;
  }
  .contents .contents__credit a {
    -webkit-margin-before: 14px;
            margin-block-start: 14px;
    font-size: 1.3rem;
    -webkit-padding-after: 2px;
            padding-block-end: 2px;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .contents__block {
    position: relative;
    z-index: 1;
  }
  .contents__block::after{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    z-index: -1;
  }
  .contents__block:hover .contents__visual {
    opacity: 0.8;
  }
  .contents__block:hover .contents__credit {
    opacity: 1;
    visibility: visible;
  }
}
/* ===================== modal */
.articleModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--viewport-height);
  letter-spacing: 0.015em;
  background-color: #fff;
  overflow-y: auto;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.articleModal.is-show {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
.articleModal__close {
  padding: 0;
  z-index: 1;
  color: var(--color-basis);
}
.articleModal__body {
  margin-inline: auto;
}
.articleModal__nav {
  display: flex;
  justify-content: space-between;
}
.articleModal__nav > * {
  font-family: var(--font-en-secondary);
}
.articleModal .desc {
  display: none;
}
.articleModal .swiper-button-prev, .articleModal .swiper-button-next {
  width: calc(15 * (100vw / 750));
  height: calc(48 * (100vw / 750));
  background-image: url(../img/arrow-slide.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.articleModal .swiper-button-prev::after, .articleModal .swiper-button-next::after {
  display: none;
}
.articleModal .swiper-button-prev {
  transform: scale(-1, 1);
  left: calc(15 * (100vw / 750));
}
.articleModal .swiper-button-next {
  right: calc(15 * (100vw / 750));
}
.articleModal .swiper-button-disabled {
  display: none;
}

/* --- for small viewport --- */
@media screen and (max-width: 767px) {
  .articleModal {
    -webkit-padding-before: calc(135 * (100vw / 750));
            padding-block-start: calc(135 * (100vw / 750));
    -webkit-padding-after: calc(135 * (100vw / 750));
            padding-block-end: calc(135 * (100vw / 750));
    padding-inline: calc(50 * (100vw / 750));
  }
  .articleModal__close {
    font-size: calc(26 * (100vw / 750));
  }
  .articleModal__pagination {
    font-size: calc(26 * (100vw / 750));
  }
  .articleModal__wrapper {
    -webkit-margin-before: calc(120 * (100vw / 750));
            margin-block-start: calc(120 * (100vw / 750));
  }
}
/* --- for large viewport --- */

/* ===================== foot */
.foot__button {
  text-align: center;
  font-family: var(--font-en-secondary);
  margin-inline: auto;
}
.foot__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  letter-spacing: 0.02em;
  border: 1px solid var(--color-basis);
}

/* --- small viewport --- */
@media screen and (max-width: 767px) {
  .foot {
    -webkit-margin-before: calc(180 * (100vw / 750));
            margin-block-start: calc(180 * (100vw / 750));
  }
  .foot__credit .main {
    font-size: calc(18 * (100vw / 750));
  }
  .foot__credit .sub {
    -webkit-padding-before: calc(30 * (100vw / 750));
            padding-block-start: calc(30 * (100vw / 750));
    font-size: calc(16 * (100vw / 750));
    line-height: 2.5;
  }
  .foot__button {
    -webkit-margin-before: calc(167 * (100vw / 750));
            margin-block-start: calc(255 * (100vw / 750));
    width: calc(660 * (100vw / 750));
    height: calc(124 * (100vw / 750));
  }
  .foot__button a {
    font-size: calc(22 * (100vw / 750));
    line-height: 1.5454545455;
  }
}
/* --- large viewport --- */
@media screen and (min-width: 768px) {
  .foot {
    -webkit-margin-before: 145px;
            margin-block-start: 145px;
  }
  .foot__credit .main {
    font-size: 13px;
  }
  .foot__credit .sub {
    -webkit-padding-before: 15px;
            padding-block-start: 15px;
    font-size: 12px;
    line-height: 2.4166666667;
  }
  .foot__button {
    -webkit-margin-before: 27rem;
            margin-block-start: 27rem;
    max-width: 1015px;
    width: 95%;
    height: 62px;
  }
  .foot__button a {
    font-size: 11px;
    line-height: 1.5454545455;
  }
}


/* ===================== contents */
.sec-bgArea {
  transition: cubic-bezier(0.455, 0.03, 0.515, 0.955) 1000ms;
}
/* --- small viewport --- */
@media screen and (max-width: 767px) {
  /* ttl */
  .ttl-image{
    margin-bottom: calc(48 * (100vw / 750));
  }
  .ttl-image01{
    margin-top: calc(236 * (100vw / 750));
    margin-left: calc(51 * (100vw / 750));
    width: calc(567.5528 * (100vw / 750));
  }
  .ttl-image02{
    margin-top: calc(210 * (100vw / 750));
    margin-left: calc(40 * (100vw / 750));
    width: calc(616.275 * (100vw / 750));
  }
  .ttl-image03{
    margin-top: calc(68 * (100vw / 750));
    margin-left: auto;
    margin-right: calc(47 * (100vw / 750));
    width: calc(448.664 * (100vw / 750));
  }
  .ttl-image04{
    margin-bottom: calc(125 * (100vw / 750));
    padding-top: calc(145 * (100vw / 750));
    margin-inline: auto;
    width: calc(511.693 * (100vw / 750));
  }
  .ttl-image05{
    margin-top: calc(121 * (100vw / 750));
    margin-left: auto;
    margin-right: calc(49 * (100vw / 750));
    width: calc(488.7764 * (100vw / 750));
  }
  .ttl-image06{
    margin-top: calc(95 * (100vw / 750));
    margin-left: calc(50 * (100vw / 750));
    margin-bottom: calc(41 * (100vw / 750));
    width: calc(346.7601 * (100vw / 750));
  }
  .staff-credit{
    margin-top: calc(109 * (100vw / 750));
    margin-left: calc(50 * (100vw / 750));
    width: calc(631.516 * (100vw / 750));
  }
  /* ttl */
}
/* --- large viewport --- */
@media screen and (min-width: 768px) {
  *{
    min-width: 0;
    min-height: 0; 
  }
  .sec-wrap{
    font-size: 0;
  }
  /* ttl */
  .ttl-image01{
    margin-top: 4.8rem;
    margin-left: 5.1rem;
    width: 51rem;
  }
  .ttl-image02{
    margin-top: 30.4rem;
    margin-left: 3.9rem;
    margin-bottom: 4.8rem;
    width: 111rem;
  }
  .ttl-image03{
    margin-left: 15.5rem;
    margin-bottom: 5rem;
    width: 49.6rem;
  }
  .ttl-image04{
    margin-inline: auto;
    width: 52.4rem;
  }
  .ttl-image05{
    margin-left: 4.9rem;
    margin-bottom: 4.7rem;
    width: 51.2rem;
  }
  .ttl-image06{
    margin-left: 5.1rem;
    margin-bottom: -0.5rem;
    width: 44.3rem;
  }
  /* ttl */

  .hero{
    display: flex;
    flex-direction: row-reverse;
  }
  .hero__desc{
    width: calc(850 * (100vw / 1400));
  }
  .contents__block--01{
    width: calc(550 * (100vw / 1400));
  }

  .sec-wrap01{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .contents__block--02{
    order: 3;
  }
  .sec-movie01{
    order: 3;
    grid-column: 1 / 4;
  }
  .contents__block--03-1{
    order: 1;
  }
  .contents__block--03-2{
    order: 2;
  }

  .sec-wrap02{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* transform: translateY(-2px); */
  }
  
  .sec-wrap03{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-end;
  }
  .ttl-wrap02{
    grid-column: 1/3;
    order: 1;
  }
  .contents__block--07{
    order: 3;
  }
  .contents__block--08{
    order: 2;
  }
  .contents__block--09{
    order: 4;
  }
  .ttl-wrap03{
    order: 5;
  }
  .sec-movie02{
    grid-column: 1/3;
    order: 6;
  }

  .sec-wrap04{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* transform: translateY(-2px); */
  }
  .sec-bgArea{
    grid-column: 1/3;
    padding-bottom: 1.5rem;
  }
  .ttl-wrap04{
    padding-top: 12.8rem;
    padding-bottom: 12.3rem;
  }
  .flex-wrap01{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .sec-wrap05{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-end;
    /* transform: translateY(-2px); */
  }
  .ttl-wrap05{
    order: 2;
  }
  .contents__block--14{
    order: 1;
  }
  .contents__block--15{
    order: 5;
  }
  .ttl-wrap06{
    order: 4;
  }
  .contents__block--16{
    order: 3;
    grid-column: 1/3;
  }




}


/* ===================== responsive */
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw !important;
  }
}