@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%;
  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 {
  color: #fff;
  background-image: url(../images/movie/kv.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .kv {
    height: 761px;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    height: 102.67vw;
  }
}
.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;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
}
@media print, screen and (min-width: 769px) {
  .kv .nv_movie {
    width: 86px;
    height: 86px;
    top: 52%;
  }
}
@media screen and (max-width: 768px) {
  .kv .nv_movie {
    width: 15.625vw;
    height: 15.625vw;
    top: 50%;
  }
}
.kv .nv_movie a {
  background-image: url(../images/movie/btn_play_bk.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 {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .block1,
  .block2 {
    margin-top: 120px;
    padding: 90px 100px 120px;
  }
}
@media screen and (max-width: 768px) {
  .block1,
  .block2 {
    margin-top: 19.2708333333vw;
    padding: 19.2708333333vw 0;
  }
}
.block1::after,
.block2::after {
  content: "";
  background-color: #f5f5f5;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media print, screen and (min-width: 769px) {
  .block1::after,
  .block2::after {
    width: calc(100% - 150px);
    border-radius: 0 120px 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .block1::after,
  .block2::after {
    width: calc(100% - 5.2083333333vw);
    border-radius: 0 23.4375vw 23.4375vw 0;
  }
}
.block1 h2,
.block2 h2 {
  font-size: 170%;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.block1 div,
.block2 div {
  margin: 4em auto 0;
}
@media print, screen and (min-width: 769px) {
  .block1 div,
  .block2 div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    max-width: 800px;
  }
  .block1 div:nth-child(odd),
  .block2 div:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .block1 div:nth-child(odd) p,
  .block2 div:nth-child(odd) p {
    text-align: right;
  }
}
.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%;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .block1 figure,
  .block1 p,
  .block2 figure,
  .block2 p {
    max-width: 78.125vw;
  }
}
.block1 figure,
.block2 figure {
  aspect-ratio: 4/3;
  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: 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: flex;
  font-size: 75%;
  line-height: 1.8;
}
.block1 p.note + .note,
.block2 p.note + .note {
  margin-top: 0;
}

.block2::after {
  transform: scaleX(-1);
  left: auto;
  right: 0;
}

.block3 {
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .block3 {
    padding: 100px 0 400px;
  }
}
@media screen and (max-width: 768px) {
  .block3 {
    padding: 19.53125vw 0;
  }
}
.block3 p {
  font-size: 150%;
  font-weight: bold;
  line-height: 2;
}
.block3 img {
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .block3 img {
    left: 50%;
    border-radius: 12px;
  }
  .block3 img:nth-child(1) {
    top: 120px;
    transform: translateX(-630px);
    width: 160px;
  }
  .block3 img:nth-child(2) {
    top: 70px;
    transform: translateX(380px);
    width: 240px;
  }
  .block3 img:nth-child(3) {
    top: 240px;
    transform: translateX(-430px);
    width: 170px;
  }
  .block3 img:nth-child(4) {
    top: 375px;
    transform: translateX(-500px);
    width: 140px;
  }
  .block3 img:nth-child(5) {
    top: 410px;
    transform: translateX(490px);
    width: 154px;
  }
  .block3 img:nth-child(6) {
    top: 355px;
    transform: translateX(270px);
    width: 160px;
  }
  .block3 img:nth-child(7) {
    top: 530px;
    transform: translateX(420px);
    width: 140px;
  }
  .block3 img:nth-child(8) {
    top: 590px;
    transform: translateX(-570px);
    width: 160px;
  }
  .block3 img:nth-child(9) {
    top: 460px;
    transform: translateX(-200px);
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .block3 img {
    border-radius: 1.5625vw;
  }
  .block3 img:nth-child(1) {
    top: 36.4583333333vw;
    left: -2.6041666667vw;
    width: 18.2291666667vw;
  }
  .block3 img:nth-child(2) {
    top: 117.1875vw;
    left: 59.8958333333vw;
    width: 29.9479166667vw;
  }
  .block3 img:nth-child(3) {
    display: none;
  }
  .block3 img:nth-child(4) {
    top: 32.5520833333vw;
    left: 83.3333333333vw;
    width: 18.2291666667vw;
  }
  .block3 img:nth-child(5) {
    display: none;
  }
  .block3 img:nth-child(6) {
    top: 119.7916666667vw;
    left: 32.5520833333vw;
    width: 20.8333333333vw;
  }
  .block3 img:nth-child(7) {
    top: 75.5208333333vw;
    left: 72.9166666667vw;
    width: 18.8802083333vw;
  }
  .block3 img:nth-child(8) {
    top: 113.28125vw;
    left: 6.5104166667vw;
    width: 19.53125vw;
  }
  .block3 img:nth-child(9) {
    top: 78.125vw;
    left: 13.0208333333vw;
    width: 52.0833333333vw;
  }
}

/*============================================================
  CREDIT
============================================================*/
#credit {
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  #credit {
    margin-top: 0;
    padding: 50px 0 150px;
  }
}
@media screen and (max-width: 768px) {
  #credit {
    margin-top: 58.59375vw;
    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: flex;
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  #credit .list {
    justify-content: center;
    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 {
    flex-direction: column;
    gap: 12px;
    max-width: 440px;
  }
}
@media screen and (max-width: 768px) {
  #credit .list {
    flex-direction: column;
    gap: 3.2552083333vw;
    width: 71.6145833333vw;
  }
}
#credit ul {
  display: flex;
  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: flex;
  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;
}

/*============================================================
  RESEARCH
============================================================*/
#research {
  background-color: #f5f5f5;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  #research {
    margin: 0 150px;
    padding: 88px 0 120px;
    border-radius: 120px;
  }
}
@media screen and (max-width: 768px) {
  #research {
    margin: 0 5.2083333333vw;
    padding: 16.40625vw 0 19.2708333333vw;
    border-radius: 23.4375vw;
  }
}
#research a {
  display: inline-block;
  background-color: #fff;
  background-image: url(../images/common/illust_father.png);
  background-repeat: no-repeat;
  color: inherit;
  text-decoration: none;
  transition-duration: 0.2s;
}
@media print, screen and (min-width: 769px) {
  #research a {
    margin-top: 14px;
    padding-top: 30px;
    width: 440px;
    min-height: 190px;
    border-radius: 30px;
    background-size: 108px;
    background-position: right -10px bottom -6px;
  }
}
@media screen and (max-width: 768px) {
  #research a {
    margin-top: 1.8229166667vw;
    padding: 5.2083333333vw 2.6041666667vw 0 0;
    width: 71.6145833333vw;
    min-height: 33.8541666667vw;
    border-radius: 3.90625vw;
    background-size: 15.625vw;
    background-position: right -10px bottom -6px;
  }
}
#research a.coming {
  opacity: 0.8;
  filter: grayscale(1);
  pointer-events: none;
}
#research a.coming p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em auto 0;
  background-color: #888;
  color: #fff;
  font-family: soleil, sans-serif;
  font-weight: normal;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  #research a.coming p {
    padding-right: 0;
    width: 200px;
    height: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #research a.coming p {
    width: 38vw;
    height: 8vw;
    font-size: 80%;
  }
}
#research a:hover {
  opacity: 0.8;
}
@media print, screen and (min-width: 769px) {
  #research a h3 {
    line-height: 1.25;
  }
}
@media screen and (max-width: 768px) {
  #research a h3 {
    font-size: 4.6875vw;
    line-height: 1.15;
  }
}
@media print, screen and (min-width: 769px) {
  #research a h3 em {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  #research a h3 em {
    font-size: 6.25vw;
  }
}
@media print, screen and (min-width: 769px) {
  #research a h3 img {
    width: 96px;
  }
}
@media screen and (max-width: 768px) {
  #research a h3 img {
    width: 14vw;
  }
}
@media print, screen and (min-width: 769px) {
  #research a p {
    margin-top: 14px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 768px) {
  #research a p {
    margin-top: 2.0833333333vw;
    font-size: 2.6041666667vw;
    line-height: 4.6875vw;
  }
}

/*============================================================
  FOOTER
============================================================*/
footer {
  position: relative;
  z-index: 3;
}
@media print, screen and (min-width: 769px) {
  footer {
    margin-top: 160px;
  }
}
/*============================================================
    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%;
    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;
  }
}