@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

/*============================================================
  COMMON
============================================================*/
body {
  background-color: #fff;
}

h2 {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  h2 {
    font-size: 36px;
    letter-spacing: 0.075em;
    line-height: 56px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6.5104166667vw;
    letter-spacing: 0.12em;
    line-height: 9.1145833333vw;
  }
}
h2 small {
  display: inline-block;
  color: #ed1722;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  h2 small {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  h2 small {
    margin-bottom: 2.8645833333vw;
    font-size: 3.3854166667vw;
  }
}
h2 small::before, h2 small::after {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: #ed1722;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 769px) {
  h2 small::before, h2 small::after {
    width: 30px;
    left: -40px;
  }
}
@media screen and (max-width: 768px) {
  h2 small::before, h2 small::after {
    width: 3.90625vw;
    left: -5.2083333333vw;
  }
}
h2 small::after {
  left: auto;
}
@media print, screen and (min-width: 769px) {
  h2 small::after {
    right: -40px;
  }
}
@media screen and (max-width: 768px) {
  h2 small::after {
    right: -5.2083333333vw;
  }
}

p {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 769px) {
  p {
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 3.6458333333vw;
    line-height: 7.2916666667vw;
  }
}

.modal-image-wrap {
  margin: 5% 10%;
}
.mfp-close-btn-in .modal-image-wrap .mfp-close {
  opacity: 0;
}

/*============================================================
  KV
============================================================*/
.kv {
  aspect-ratio: 16/9;
  color: #fff;
  background-image: url(../images/movie/movie_kv.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.kv h1 {
  opacity: 0;
  pointer-events: none;
}
.kv p {
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .kv p {
    left: 96px;
    bottom: 69px;
  }
  .kv p img {
    width: 339px;
  }
}
@media screen and (max-width: 768px) {
  .kv p {
    left: 5.7291666667vw;
    bottom: 5.46875vw;
  }
  .kv p img {
    width: 53.125vw;
  }
}
.kv .nv_movie {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
}
@media print, screen and (min-width: 769px) {
  .kv .nv_movie {
    width: 86px;
    height: 86px;
    -webkit-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);
  }
}
@media screen and (max-width: 768px) {
  .kv .nv_movie {
    width: 15.625vw;
    height: 15.625vw;
    -webkit-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
  }
}
.kv .nv_movie a {
  background-image: url(../images/movie/btn_play.png);
}

/*============================================================
  MOVIE CAPTION
============================================================*/
/*============================================================
  FLOATING MENU
============================================================*/
/*============================================================
  LEAD
============================================================*/
.lead {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .lead {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 15.625vw 0 0;
  }
}
.lead p {
  line-height: 2;
}
@media print, screen and (min-width: 769px) {
  .lead p {
    margin-top: 22px;
    letter-spacing: 0.075em;
  }
}
@media screen and (max-width: 768px) {
  .lead p {
    margin-top: 3.6458333333vw;
  }
}

/*============================================================
    CONTENTS
============================================================*/
.block1,
.block2 {
  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;
}
@media print, screen and (min-width: 769px) {
  .block1,
  .block2 {
    margin-top: 120px;
    gap: 70px;
  }
}
@media screen and (max-width: 768px) {
  .block1,
  .block2 {
    margin-top: 19.2708333333vw;
    gap: 15.625vw;
  }
}
@media print, screen and (min-width: 769px) {
  .block1 div,
  .block2 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 860px;
    text-align: right;
  }
  .block1 div p,
  .block2 div p {
    -webkit-transform: translateX(-90px);
            transform: translateX(-90px);
  }
  .block1 div:nth-child(odd),
  .block2 div:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .block1 div:nth-child(odd) p,
  .block2 div:nth-child(odd) p {
    text-align: left;
    -webkit-transform: translateX(90px);
            transform: translateX(90px);
  }
}
.block1 figure,
.block1 p,
.block2 figure,
.block2 p {
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  .block1 figure,
  .block1 p,
  .block2 figure,
  .block2 p {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .block1 figure,
  .block1 p,
  .block2 figure,
  .block2 p {
    max-width: 78.125vw;
  }
}
.block1 figure,
.block2 figure {
  aspect-ratio: 16/9;
  background-color: #fff;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .block1 figure,
  .block2 figure {
    border-radius: 40px;
  }
}
@media screen and (max-width: 768px) {
  .block1 figure,
  .block2 figure {
    max-width: 72.9166666667vw;
    border-radius: 5.2083333333vw;
  }
}
.block1 figure img,
.block2 figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.block1 p,
.block2 p {
  font-size: 115%;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .block1 p,
  .block2 p {
    margin-top: 1.75em;
    text-align: center;
  }
}
.block1 p.caption,
.block2 p.caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 75%;
  line-height: 1.8;
}
.block1 p.caption + p.caption, .block1 p.caption + .note,
.block2 p.caption + p.caption,
.block2 p.caption + .note {
  margin-top: 1em;
}
.block1 p.note,
.block2 p.note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 75%;
  line-height: 1.8;
}
.block1 p.note + .note,
.block2 p.note + .note {
  margin-top: 0;
}

.block3 {
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .block3 {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .block3 {
    padding: 19.53125vw 0;
  }
}
.block3 p {
  font-size: 150%;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .block3 p {
    font-size: 4.6875vw;
  }
}
.block3 figure {
  display: block;
  margin: 2em auto 0;
  width: calc(100% - 80px);
  max-width: 860px;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .block3 figure {
    border-radius: 40px;
  }
}
@media screen and (max-width: 768px) {
  .block3 figure {
    border-radius: 5.2083333333vw;
  }
}
.block3 figure img {
  width: 100%;
}

/*============================================================
  CREDIT
============================================================*/
#credit {
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  #credit {
    padding: 50px 0 150px;
  }
}
@media screen and (max-width: 768px) {
  #credit {
    padding: 14.84375vw 0 18.2291666667vw;
    width: 82.03125vw;
  }
}
#credit h2 {
  font-size: 135%;
}
@media print, screen and (min-width: 769px) {
  #credit h2 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #credit h2 {
    margin-bottom: 7.8125vw;
  }
}
#credit .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  #credit .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 75px;
    width: calc(100% - 80px);
    max-width: 1100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #credit .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    max-width: 440px;
  }
}
@media screen and (max-width: 768px) {
  #credit .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2552083333vw;
    width: 71.6145833333vw;
  }
}
#credit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  #credit ul {
    gap: 12px;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #credit ul {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #credit ul {
    gap: 3.2552083333vw;
    font-size: 2.6041666667vw;
    letter-spacing: 0.15em;
  }
}
#credit ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  #credit ul li {
    gap: 40px;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
}
@media screen and (max-width: 768px) {
  #credit ul li {
    width: 100%;
    font-size: 2.6041666667vw;
    letter-spacing: 0.1em;
  }
}
#credit ul li span:first-child {
  font-weight: 500;
  text-align: left;
}
#credit ul li span:last-child {
  text-align: right;
}

/*============================================================
  MOVIEについて
============================================================*/
#about-movie {
  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;
  background-color: #f5f5f5;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  #about-movie {
    gap: 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    padding: 100px 0 110px;
    border-radius: 120px;
  }
}
@media screen and (max-width: 768px) {
  #about-movie {
    gap: 3.90625vw;
    margin: 0 5.2083333333vw;
    padding: 15.625vw 7.8125vw;
    border-radius: 10.4166666667vw;
  }
}
#about-movie h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.6em;
}
@media print, screen and (min-width: 769px) {
  #about-movie h2 {
    gap: 0.6em;
  }
}
@media screen and (max-width: 768px) {
  #about-movie h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  #about-movie p {
    text-align: left;
  }
}

/*============================================================
  フッター
============================================================*/
@media print, screen and (min-width: 769px) {
  footer {
    margin-top: 120px;
  }
}
footer .primary {
  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;
  background-color: #fbfbfb;
}
@media print, screen and (min-width: 769px) {
  footer .primary {
    gap: 150px;
    margin-bottom: 90px;
    padding: 90px 0 150px;
  }
}
@media screen and (max-width: 768px) {
  footer .primary {
    gap: 19.53125vw;
    margin-top: 19.53125vw;
    margin-bottom: 11.71875vw;
    padding: 13.0208333333vw 0;
  }
}
footer .primary .about-sheet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.02);
  z-index: 2;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  footer .primary .about-sheet {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 100px;
    margin: auto;
    padding: 70px 0 0;
    width: 100%;
    max-width: 1160px;
  }
}
@media screen and (max-width: 768px) {
  footer .primary .about-sheet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.2083333333vw;
    padding: 8vw 6vw 0;
    width: 90vw;
  }
}
@media screen and (max-width: 768px) {
  footer .primary .about-sheet h3 {
    font-size: 5.2083333333vw;
  }
}
footer .primary .about-sheet p {
  line-height: 2;
}
@media print, screen and (min-width: 769px) {
  footer .primary .about-sheet p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer .primary .about-sheet p {
    margin-top: 3.90625vw;
  }
}
@media print, screen and (min-width: 769px) {
  footer .primary .about-sheet .illust {
    width: 326px;
  }
}
@media screen and (max-width: 768px) {
  footer .primary .about-sheet .illust {
    width: 48vw;
  }
}
footer .primary .nv_btn {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  footer .primary .nv_btn {
    width: 72.9166666667vw;
    line-height: 1.25;
    text-align: center;
  }
}
footer .primary .pnv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  footer .primary .pnv {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .primary .pnv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  footer .primary .pnv p {
    letter-spacing: -0.01em;
  }
}
footer .primary .pnv .bnr {
  overflow: hidden;
}

/*============================================================
    MOVIE MODAL
============================================================*/
.movie-wrap {
  text-align: center;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: auto !important;
}

@media screen and (max-width: 920px) {
  .mfp-content {
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100vw;
  }
  .mfp-content .movie-wrap {
    width: 100vw;
    height: 0;
    padding-top: 56.25%;
  }
  .mfp-content .movie-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}