@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "emmascript-mvb-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 36/32;
}

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  height: 100vh;
  position: relative;
}
.fv .fv_image {
  height: 100vh;
}
.fv .fv_image img {
  height: 100%;
  object-fit: cover;
}
.fv .title {
  width: 250px;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}

@media screen and (min-width: 769px) {
  .fv .title {
    width: 30.6944444444vw;
    translate: 0 -50%;
    left: inherit;
    right: 6.9444444444vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.sec {
  position: relative;
}
.sec .section_title {
  font-size: 35px;
  z-index: 10;
}
.sec .section_title.rl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  z-index: 10;
  top: 0;
}

.container {
  overflow: hidden;
}

.swiper {
  margin: 0;
  height: fit-content;
}

.credit {
  margin: 15px auto 60px;
  width: fit-content;
  display: grid;
}

.fixed_image {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.fixed_image figure {
  height: 100vh;
  position: absolute;
  inset: 0;
}
.fixed_image img {
  height: 100%;
  object-fit: cover;
}

.movie {
  position: relative;
  height: fit-content;
}

@media screen and (max-width: 768px) {
  .credit {
    font-size: 4.2666666667vw;
  }
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #sec1 .section_title {
    text-align: center;
    padding-bottom: 2px;
    padding-top: 95px;
  }
  #sec1 .img1 {
    width: 80vw;
    margin-inline: auto;
  }
  #sec1 .img2 {
    width: 60vw;
    margin-inline: auto;
  }
  #sec2 {
    margin-top: 110px;
  }
  #sec2 .section_title {
    right: 6.4vw;
  }
  #sec2 .img1 {
    width: 80vw;
    margin: 0 auto 0 4vw;
  }
  #sec2 .credit {
    margin: 15px auto 60px 21.3333333333vw;
  }
  #sec2 .grid {
    width: calc(100% - 2vw);
    gap: 2vw;
  }
  #sec2 .grid .fade_slider {
    width: 48vw;
  }
  #sec2 .grid .img3 {
    grid-row: 1/3;
    grid-column: 2/3;
    display: grid;
    place-content: center;
  }
  #sec3 {
    margin-top: 125px;
  }
  #sec3 .section_title {
    position: absolute;
    right: 2.6666666667vw;
    top: 0;
  }
  #sec3 .img1 {
    padding-top: 17.5px;
  }
  #sec3 .img2 {
    width: 80vw;
    margin: 75px auto 0;
  }
  #sec3 .movie {
    width: 48vw;
    height: 64vw;
    overflow: hidden;
    margin-top: 32vw;
  }
  #sec4 {
    margin-top: 125px;
  }
  #sec4 .section_title {
    right: 4.8vw;
  }
  #sec4 .img1 {
    width: 80vw;
    margin-inline: auto;
  }
  #sec5 {
    margin-top: 150px;
  }
  #sec5 .section_title {
    right: 4.6666666667vw;
  }
  #sec5 .img1 {
    width: 80vw;
    margin-inline: auto;
  }
  #sec6 {
    margin-top: 100px;
  }
  #sec6 .section_title {
    right: 4.6666666667vw;
  }
  #sec6 .img1 {
    width: 80vw;
    margin-inline: auto;
  }
  #sec7 {
    margin-top: 90px;
  }
  #sec7 .section_title {
    right: 6.6666666667vw;
  }
  #sec7 .img1 {
    width: 80vw;
    margin: 0 auto 0 4vw;
  }
  #sec7 .grid {
    gap: 2vw;
    width: calc(100% - 2vw);
  }
  #sec7 .grid .img3 {
    margin-top: 32vw;
  }
  .sub_images {
    display: grid;
    width: 40vw;
    gap: 4vw;
    margin: 175px auto 0;
  }
  #sec8,
  #sec9 {
    margin-top: 175px;
  }
  #sec8 .section_title,
  #sec9 .section_title {
    right: 4.8vw;
  }
  #sec8 .img1,
  #sec9 .img1 {
    width: 80vw;
    margin-inline: auto;
  }
  #sec9 {
    margin-top: 0;
  }
  #sec10 {
    margin-top: 110px;
  }
  #sec10 .section_title {
    position: absolute;
    left: 6.6666666667vw;
  }
  #sec10 .img1 {
    padding-top: 17.5px;
  }
  #sec10 .img2 {
    width: 80vw;
    margin: 75px auto 0;
  }
  #sec10 .grid {
    gap: 2vw;
    width: calc(100% - 2vw);
  }
  #sec10 .grid .img3 {
    margin-top: 32vw;
  }
  #sec11 {
    margin-top: 90px;
  }
  #sec11 .section_title {
    text-align: center;
  }
  #sec11 .img1 {
    width: 80vw;
    margin-inline: auto;
  }
  footer {
    margin-top: 135px;
  }
}
@media screen and (min-width: 769px) {
  .sec {
    margin-top: 250px;
  }
  .sec .section_title {
    font-size: 3.8194444444vw;
  }
  .credit {
    margin: 30px auto 0;
    font-size: 20px;
  }
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 8.3333333333vw auto 0;
    width: 47.6388888889vw;
    gap: 0.9722222222vw;
  }
  .grid .swiper {
    width: 23.3333333333vw;
  }
  #sec1 .section_title {
    padding-bottom: 14px;
    position: absolute;
    top: 4.5138888889vw;
    right: 17.2222222222vw;
  }
  #sec1 .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #sec1 .img1 {
    grid-row: 1/4;
    grid-column: 1/2;
    width: 38.8888888889vw;
    margin-left: 9.7222222222vw;
  }
  #sec1 .credit {
    grid-column: 2/3;
    margin: 0 auto;
  }
  #sec1 .img2 {
    grid-row: 1/3;
    width: 29.1666666667vw;
    margin: 9.7222222222vw 11.8055555556vw 0 auto;
  }
  #sec2 .section_title {
    right: 28.4027777778vw;
  }
  #sec2 .img1 {
    width: 38.8888888889vw;
    margin-inline: auto;
  }
  #sec2 .img3 {
    grid-row: 1/3;
    grid-column: 2/3;
    display: grid;
    place-content: center;
  }
  #sec3 .section_title {
    position: absolute;
    right: 7.6388888889vw;
    z-index: 2;
  }
  #sec3 .img1 {
    width: 48.6111111111vw;
    margin: 0 6.9444444444vw 0 auto;
    padding-top: 1.9097222222vw;
    position: relative;
  }
  #sec3 .img2 {
    width: 38.8888888889vw;
    margin: -16.2152777778vw auto 0 12.1527777778vw;
  }
  #sec3 .credit {
    position: absolute;
    bottom: 45.1388888889vw;
    left: 53.125vw;
  }
  #sec4 .section_title,
  #sec10 .section_title {
    writing-mode: inherit;
    -ms-writing-mode: inherit;
    text-align: center;
    position: relative;
  }
  #sec4 .img1,
  #sec10 .img1 {
    margin-top: -1.2152777778vw;
  }
  #sec5 .section_title,
  #sec6 .section_title,
  #sec7 .section_title,
  #sec8 .section_title,
  #sec9 .section_title {
    right: 28.4722222222vw;
  }
  #sec5 .img1,
  #sec6 .img1,
  #sec7 .img1,
  #sec8 .img1,
  #sec9 .img1 {
    width: 38.8888888889vw;
    margin-inline: auto;
  }
  #sec7 .grid .img3 {
    margin-top: 15.5555555556vw;
  }
  .sub_images {
    display: grid;
    grid-template-columns: repeat(3, 19.4444444444vw);
    place-content: center;
    gap: 2.0833333333vw;
    margin: 350px 0;
  }
  #sec10 .img2 {
    width: 38.8888888889vw;
    margin: 230px auto 0;
  }
  #sec10 .grid .img3 {
    margin-top: 15.5555555556vw;
  }
  #sec11_pc .container {
    display: grid;
    align-items: center;
    gap: 10.4166666667vw;
    grid-template-columns: 29.5138888889vw 38.8888888889vw;
    justify-content: center;
  }
  footer {
    padding: 500px 0 600px;
  }
  footer figure {
    width: 41.6666666667vw;
    margin-inline: auto;
  }
}/*# sourceMappingURL=style.css.map */