@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
@font-face {
  font-family: "optima";
  src: url(../font/Optima_Medium.ttf);
}
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

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;
}
#loading-bg.hidden {
  display: none;
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: -1;
  background-color: #bdbec1;
}
.fv .fv_image {
  height: 100vh;
}
.fv .fv_image .swiper-slide {
  height: 100vh;
}
.fv .fv_image img {
  object-fit: cover;
  height: 100%;
}
.fv .theme_logo {
  position: absolute;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .fv {
    height: 100svh;
  }
  .fv .fv_image {
    height: 100svh;
  }
  .fv .theme_logo {
    width: 77.3333333333vw;
    translate: -50% 0;
    left: 50%;
    bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_image {
    width: 50vw;
  }
  .fv .theme_logo {
    width: 23.0555555556vw;
    translate: 0 -50%;
    right: 13.4027777778vw;
    top: 50%;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* lead
*--------------------------------------*/
.lead p {
  text-align: center;
  font-size: 15px;
  font-family: "optima";
}

@media screen and (max-width: 768px) {
  .lead {
    padding: 80px 0 130px;
  }
  .lead p {
    line-height: 1.5;
  }
  .lead .theme_logo {
    width: 225px;
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 769px) {
  .lead {
    padding: 170px 0 230px;
  }
  .lead p {
    line-height: 2.6666666667;
  }
  .lead .theme_logo {
    width: 365px;
    margin: 0 auto 85px;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.sec {
  overflow: hidden;
}
.sec h2 {
  font-family: "rafaella", sans-serif;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
  line-height: 0.8219178082;
  position: relative;
  z-index: 10;
}

.sticky_wrapper {
  background-color: #fff;
}

.sticky_wrap {
  position: sticky;
}

.bg_1,
.bg_2 {
  position: sticky;
  height: 100vh;
  top: 0;
  z-index: 0;
}
.bg_1 img,
.bg_2 img {
  object-fit: cover;
  height: 100%;
}
.bg_1 + .inner,
.bg_2 + .inner {
  margin-top: -100vh;
  position: relative;
}

.bg {
  background-color: #fff;
}

.credit {
  font-size: 11px;
  letter-spacing: 0.05em;
  display: grid;
  gap: 10px;
  margin: 30px auto 0;
  width: fit-content;
}
.credit a {
  text-decoration: underline;
}
.credit a:has(span) {
  text-decoration: inherit;
}

@media screen and (max-width: 768px) {
  .sec {
    margin-top: 100px;
  }
  .sec:has(h2) {
    margin-top: 70px;
  }
  .sec .img1 {
    width: 92vw;
    margin-inline: auto;
  }
  .sec h2 {
    font-size: 9.7333333333vw;
    position: relative;
    padding: 3vw 0 0 4vw;
  }
  .sticky_wrap > .inner {
    padding-bottom: 30vw;
  }
  #sec1 {
    margin-top: 0;
  }
  #sec1 .img2 {
    width: 64vw;
    margin: 10.6666666667vw 4vw 10.6666666667vw auto;
  }
  #sec1 .img3 {
    width: 85.3333333333vw;
    margin: 0 auto 0 0;
  }
  #sec1 .credit {
    margin: 30px auto 0 25px;
  }
  .grid_three {
    width: 53.3333333333vw;
    margin: 10.6666666667vw auto 0;
    display: grid;
    gap: 1.3333333333vw;
  }
  .grid_double {
    width: 97.3333333333vw;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3333333333vw;
  }
  #sec2 .img2,
  #sec6 .img2,
  #sec9 .img2,
  #sec12 .img2 {
    width: 64vw;
    margin: 10.6666666667vw auto 0;
  }
  #sec4 .img2,
  #sec10 .img2 {
    width: 92vw;
    margin: 10.6666666667vw auto 0;
  }
  #sec5 {
    margin-top: 0;
    padding-top: 29.3333333333vw;
  }
  #sec5 .img2,
  #sec8 .img2,
  #sec11 .img2 {
    margin: 10.6666666667vw 0;
  }
  #sec8 .credit {
    margin: 30px auto 0 25px;
  }
  #sec9 {
    margin-top: 30.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .sec {
    position: relative;
    margin-top: 16.6666666667vw;
  }
  .sec h2 {
    font-size: 5.0694444444vw;
    position: relative;
    padding: 2vw 0 0 0;
  }
  .credit {
    font-size: 1.0416666667vw;
    gap: 12px;
    margin: 50px auto 0;
  }
  .grid_three {
    width: 69.4444444444vw;
    margin: 11.1111111111vw auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3888888889vw;
  }
  .grid_double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.3888888889vw;
    width: 45.8333333333vw;
    margin-inline: auto;
  }
  .sticky_wrap > .inner {
    padding-bottom: 15vw;
  }
  #sec1 {
    margin-top: 0;
  }
  #sec1 .credit {
    position: absolute;
    bottom: 35.4166666667vw;
    left: 29.1666666667vw;
  }
  #sec2 .credit {
    grid-column: 2/3;
  }
  #sec3 h2,
  #sec8 h2 {
    margin: 0 auto 0 12.1527777778vw;
  }
  #sec1 .img1,
  #sec3 .img1,
  #sec5 .img1,
  #sec8 .img1,
  #sec11 .img1,
  #sec12 .img1 {
    width: 41.6666666667vw;
    margin-inline: auto;
  }
  #sec1 .img2 {
    width: 25vw;
    margin: 6.9444444444vw 15.2777777778vw 0 auto;
  }
  #sec1 .img3 {
    width: 37.5vw;
    margin: -18.75vw auto 0 15.2777777778vw;
  }
  #sec2 .pc_flex,
  #sec6 .pc_flex {
    display: grid;
    grid-template-columns: 27.7777777778vw 37.5vw;
    gap: 0 8.5416666667vw;
    place-content: center;
    align-items: center;
  }
  #sec2 .img1,
  #sec6 .img1 {
    grid-column: 2/3;
  }
  #sec2 .img2,
  #sec6 .img2 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  #sec5 {
    margin-top: 0;
    padding-top: 8.3333333333vw;
  }
  #sec5 .credit {
    margin: 120px auto 270px;
  }
  #sec6 .pc_flex {
    align-items: inherit;
  }
  #sec6 h2 {
    padding-bottom: 1.3888888889vw;
  }
  #sec6 .credit {
    grid-column: 2/3;
  }
  #sec4 {
    display: grid;
    grid-template-columns: repeat(2, 37.5vw);
    place-content: center;
    align-items: center;
    gap: 1.3888888889vw;
  }
  #sec5 .img2,
  #sec8 .img2,
  #sec11 .img2 {
    margin: 10.4166666667vw 0;
  }
  #sec5 .credit,
  #sec8 .credit,
  #sec11 .credit {
    margin: 120px auto 0;
  }
  #sec7 .img1 {
    width: 37.5vw;
    margin-inline: auto;
  }
  #sec9 {
    margin-top: 8.3333333333vw;
  }
  #sec9 .pc_flex {
    display: grid;
    grid-template-columns: 37.5vw 27.7777777778vw;
    gap: 0 8.5416666667vw;
    place-content: center;
    align-items: center;
  }
  #sec10 .pc_flex {
    display: grid;
    grid-template-columns: 37.5vw 37.5vw;
    gap: 1.3888888889vw;
    place-content: center;
    align-items: center;
  }
}
.footer {
  padding: 250px 0 150px;
}
.footer .link_wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.footer .link_wrap li {
  width: 35px;
}
.footer .logo {
  width: 125px;
  margin: 75px auto 30px;
}
.footer .copy {
  font-size: 10px;
  text-align: center;
  font-weight: 400;
} /*# sourceMappingURL=style.css.map */
