:root {
  --bg-color: #e9e1e3;
}

img {
  width: 100%;
}

.inner {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 90px;
  padding-right: 90px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.inner--intro {
  max-width: 1220px;
}
.inner--copy {
  max-width: 869px;
}
.inner--min {
  max-width: 1198px;
}
.inner--mid {
  max-width: 1448px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 10vw;
    padding-right: 10vw;
    box-sizing: border-box;
  }
}

.header {
  width: 100%;
  background: #000000;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.header .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100px;
  height: 6.25vw;
}
@media screen and (max-width: 768px) {
  .header .inner {
    height: 15.234375vw;
    gap: 20px;
  }
}
.header__logo {
  max-width: 130px;
  position: absolute;
  left: 90px;
  top: 50%;
  transform: translateY(-50%);
  width: 8.125vw;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 54px;
    left: auto;
    top: auto;
    transform: none;
    position: relative;
  }
}
.header__title {
  width: min(60%, 634px);
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .header__title {
    flex: 1;
  }
}

.heading {
  text-align: center;
}
.heading__en {
  display: block;
  justify-content: center;
  display: flex;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .heading__en {
    margin-bottom: 6.1333333333vw;
  }
}
.heading__en img {
  background-color: black;
  display: inline-block;
  padding: 14px 28px;
  height: 40px;
  width: auto;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .heading__en img {
    height: 4.6666666667vw;
    padding: 5px 8px;
  }
}
.heading__ja {
  display: block;
}

.kv {
  position: relative;
  z-index: 1;
}
.kv__pic {
  position: relative;
  width: 100%;
}
.kv__pic img {
  display: block;
  margin-top: -4.3vw;
}
@media screen and (max-width: 768px) {
  .kv__pic img {
    margin-top: 0;
  }
}
.kv__logo {
  position: absolute;
  width: 28.25%;
  left: 16.625%;
  top: 8.05vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kv__logo {
    width: 37.4666666667%;
    left: 8.8%;
    top: 2.2666666667vw;
  }
}
.kv__secom {
  margin-top: 2.8915662651vw;
}
.kv__secom img {
  width: 25.4424778761%;
}
.kv__arrow {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 80px;
  transform: translateX(-50%);
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
}
.kv__arrow.is-overflow {
  bottom: 30px;
  position: fixed;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .kv__arrow {
    width: 40px;
    bottom: 20px;
    display: none;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bg {
  background: var(--bg-color);
}

.intro {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .intro {
    padding-top: 14.6666666667vw;
    padding-bottom: 14.6666666667vw;
  }
}
.intro__title {
  margin-bottom: 78px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intro__title {
    margin-bottom: 9.0666666667vw;
  }
  .intro__title img {
    width: 63.68vw;
  }
}
@media screen and (min-width: 769px) {
  .intro__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.intro__text {
  width: 553px;
}
@media screen and (max-width: 768px) {
  .intro__text {
    width: 100%;
  }
}
.intro__logo {
  width: 371px;
}
@media screen and (max-width: 768px) {
  .intro__logo {
    width: 100%;
    text-align: center;
    margin-top: 9.2vw;
  }
  .intro__logo img {
    width: 40%;
  }
}

.copy {
  padding-top: 150px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .copy {
    padding-top: 14.6666666667vw;
    padding-bottom: 14.6666666667vw;
  }
}
.copy__sub {
  margin-bottom: min(8.25vw, 132px);
}
@media screen and (max-width: 768px) {
  .copy__sub {
    margin-bottom: 10.6666666667vw;
  }
}
.copy__sub img {
  width: 449px;
  margin-bottom: 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .copy__sub img {
    width: 49.12vw;
    margin-bottom: 20px;
  }
}
.copy__main img {
  margin-bottom: 60px;
  display: block;
}
@media screen and (max-width: 768px) {
  .copy__main img {
    margin-bottom: 8vw;
  }
}

.movie {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .movie {
    margin-bottom: 8.6666666667vw;
  }
}
.movie__title img {
  width: 485px;
}
@media screen and (max-width: 768px) {
  .movie__title img {
    width: 60.8vw;
  }
}

.interview {
  background-image: url(/special/home-project/images/movie_bg.svg);
  background-size: 100%;
  background-color: var(--bg-color);
  background-repeat: no-repeat;
  background-position: center -1px;
  padding-top: 390px;
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .interview {
    padding-top: 42.6666666667vw;
    padding-bottom: 0;
  }
}
.interview__copy {
  text-align: center;
}
.interview__copy img {
  width: 622px;
}
@media screen and (max-width: 768px) {
  .interview__copy img {
    width: 63.36vw;
  }
}
.interview__thumbs {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .interview__thumbs {
    display: block;
  }
}
.interview__thumb {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .interview__thumb {
    display: flex;
    align-items: center;
    gap: 5vw;
    margin-top: 6vw;
  }
}
@media screen and (min-width: 769px) {
  .interview__caption {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .interview__caption {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .interview__pic {
    width: 50%;
  }
}

.campaign {
  text-align: center;
  padding-bottom: 216px;
}
@media screen and (max-width: 768px) {
  .campaign {
    padding-bottom: 20vw;
  }
}
.campaign__title img {
  width: 448px;
}
@media screen and (max-width: 768px) {
  .campaign__title img {
    width: 56.32vw;
  }
}
.campaign__copy img {
  width: 736px;
}
@media screen and (max-width: 768px) {
  .campaign__copy img {
    width: 100%;
  }
}

.other {
  position: relative;
  z-index: 2;
  padding-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .other {
    padding-bottom: 20vw;
  }
}
.other__copy {
  text-align: center;
}
.other__copy img {
  width: 548px;
}
@media screen and (max-width: 768px) {
  .other__copy img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .other__lists {
    display: grid;
    gap: 46px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .other__list {
    margin-bottom: 5.6vw;
  }
}

.card {
  position: relative;
  background: white;
}
.card img {
  transition: 0.3s;
}
.card:hover img {
  opacity: 0.6;
}
.card a {
  height: 100% !important;
  width: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .card__title {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .card__pic {
    width: 50%;
  }
}
.card__h3 {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .card__h3 {
    font-size: 2.4rem;
    padding-right: 20px;
    background-image: url(../images/arrow.webp);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 50%;
    margin: 20px 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .card__h3 {
    flex: 1;
    margin: 0 14px;
    font-size: 1.6rem;
  }
  .card__h3 span {
    background-image: url(../images/arrow.webp);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 50%;
    padding-right: 20px;
  }
}
.card__text {
  font-size: 1.7rem;
  padding: 20px 40px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .card__text {
    font-size: 1.5rem;
    padding: 20px;
    line-height: 1.8;
  }
}

.special {
  position: relative;
  z-index: 2;
  padding-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .special {
    padding-bottom: 20vw;
  }
}
.special__copy {
  text-align: center;
}
.special__copy img {
  width: 470px;
}
@media screen and (max-width: 768px) {
  .special__copy img {
    width: 75.2vw;
  }
}
.special__banner {
  max-width: 878px;
  margin: 0 auto;
}
.special__link {
  background: black;
  padding: 10px 20px;
  text-align: right;
}
.special__link img {
  width: 26.5678449259%;
}
@media screen and (max-width: 768px) {
  .special__link {
    padding: 2px 5px;
  }
  .special__link img {
    width: 34.6978557505%;
  }
}

.notice {
  font-size: 1.2rem;
}

.z-index--2 {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .bg_pc {
    position: relative;
    overflow: hidden;
    background-color: var(--bg-color);
    background-image: url(/special/home-project/images/bg_pc.webp);
    background-position: -22vw top;
    background-repeat: no-repeat;
    background-size: min(98vw, 1637px);
    padding-top: 50px;
  }
  .bg_pc::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/special/home-project/images/bg_pc.webp);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: min(97vw, 1600px);
    top: 106vw;
    right: -22vw;
    z-index: 1;
  }
}
@media screen and (min-width: 1600px) {
  .bg_pc::before {
    top: 1696px;
  }
}

@media screen and (max-width: 768px) {
  .bg_sp--first {
    background-image: url(/special/home-project/images/bg_sp.webp);
    background-position: center 90vw;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 12vw;
  }
}

@media screen and (max-width: 768px) {
  .bg_sp--second {
    background-color: var(--bg-color);
    background-image: url(/special/home-project/images/bg_sp.webp);
    background-position: center -108vw;
    background-repeat: repeat;
    background-size: 100%;
    padding-bottom: 10vw;
    padding-top: 4vw;
  }
}

/* modal */
.modal-cover {
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.modal-cover:hover {
  opacity: 0.6;
}
.modal-cover:hover::after {
  transform: translate(-50%, -50%) scale(1.1);
}
.modal-cover::after {
  content: "";
  background-image: url(/special/home-project/images/play_button.webp);
  height: 142px;
  width: 142px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .modal-cover::after {
    width: 9.6vw;
    height: 9.6vw;
  }
}

/* utility */
.mb__50 {
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .mb__50 {
    margin-bottom: 4.8vw;
  }
}
.mb__60 {
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .mb__60 {
    margin-bottom: 6.1333333333vw;
  }
}
.mb__70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .mb__70 {
    margin-bottom: 6.6666666667vw;
  }
}
.mb__80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .mb__80 {
    margin-bottom: 6.9333333333vw;
  }
}

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

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */