@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
@font-face {
  font-family: "Helvetica Neue";
  src: url(../font/HelveticaNeueMedium.otf);
}
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: yu-mincho-pr6n, sans-serif;
  font-family: "Helvetica Neue";
}

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: sticky;
  top: 0;
}
.fv .fv_image {
  height: 100vh;
}
.fv .fv_image img {
  height: 100%;
  object-fit: cover;
}
.fv .title {
  position: absolute;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .fv .title {
    width: 60vw;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
  }
}
@media screen and (min-width: 769px) {
  .fv .title {
    translate: 0 -50%;
    top: 50%;
    left: 13.1944444444vw;
    width: 26.3888888889vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.swiper-wrapper {
  transition-timing-function: linear;
}

.content_wrapper {
  position: relative;
}

.wrapper {
  background-color: #fff;
  position: sticky;
  top: 0;
}

.black_bg {
  overflow: hidden;
  background-color: #000;
}
.black_bg img {
  transform: translateY(100%);
}
.black_bg.right img {
  transform: translateX(100%);
}
.black_bg.left img {
  transform: translateX(-100%);
}

.credit_card {
  position: relative;
}
.credit_card.active .plus {
  rotate: 45deg;
}
.credit_card .swiper {
  z-index: -1;
}

.plus {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  transition: all 0.4s;
}
.plus:before, .plus:after {
  content: "";
  background-color: #fff;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
.plus:before {
  width: 1.5px;
  height: 20px;
}
.plus:after {
  width: 20px;
  height: 1.5px;
}

.credit {
  display: none;
}
.credit .inner {
  display: grid;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  inset: 0;
  align-items: flex-end;
  justify-content: center;
  z-index: 10;
  transition: all 0.4s;
}
.credit ul {
  display: grid;
  gap: 9px;
  margin-bottom: 75px;
  padding: 0 5px;
}
.credit ul a {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.credit ul a:has(span) {
  opacity: 0.6;
}
.credit ul a span {
  border: 1px solid #fff;
  position: relative;
  left: 5px;
  padding: 2px 3px;
  white-space: nowrap;
}

footer {
  padding: 200px 0 150px;
}
footer .staff_credit {
  padding-bottom: 150px;
  text-align: center;
  font-size: 11px;
  text-align: center;
  line-height: 2.2727272727;
}
footer .link_wrap {
  display: grid;
  gap: 25px;
  grid-template-columns: 25px 25px;
  place-content: center;
}
footer .brand_logo {
  width: 135px;
  margin: 25px auto;
}
footer .copy {
  font-size: 8px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .fixed_trigger {
    position: sticky;
    padding-top: 6.6666666667vw;
    top: 0;
    z-index: 99;
    pointer-events: none;
    width: 100%;
  }
  .fixed_trigger .logo {
    width: 29.3333333333vw;
    margin-inline: auto;
  }
  #sec1 {
    padding-top: 10.6666666667vw;
  }
  #sec1 .img1 {
    width: 86.6666666667vw;
    margin: 0 auto 0 3.3333333333vw;
  }
  #sec1 .img2 {
    width: 57.3333333333vw;
    margin: 13.3333333333vw auto 6.6666666667vw 38vw;
  }
  #sec1 .img3 {
    width: 57.3333333333vw;
    margin: 0 auto 0 3.3333333333vw;
  }
  section:not(#sec1, .fv) {
    padding-top: 33.3333333333vw;
  }
  #sec2 .img1 {
    width: 93.3333333333vw;
    margin-inline: auto;
  }
  #sec4 figure {
    width: 74.6666666667vw;
    margin-inline: auto;
  }
  #sec8 .img1 {
    width: 86.6666666667vw;
  }
  #sec8 .img2 {
    width: 86.6666666667vw;
    margin: 6.6666666667vw 0 3.3333333333vw 0;
  }
  #sec8 .img3 {
    width: 86.6666666667vw;
  }
  #sec9 .img1 {
    width: 93.3333333333vw;
    margin-inline: auto;
  }
  #sec9 .img2 {
    width: 57.3333333333vw;
    margin: 26.6666666667vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  section:not(.fv) {
    padding-top: 13.8888888889vw;
  }
  .pc_grid {
    display: grid;
  }
  .fixed_trigger {
    position: sticky;
    height: 100vh;
    top: 0;
    z-index: 99;
    pointer-events: none;
    width: 60px;
    margin: 0 40px 0 auto;
  }
  .fixed_trigger .logo {
    width: 60px;
    height: 100vh;
  }
  .fixed_trigger .logo figure {
    height: 100vh;
  }
  .fixed_trigger .logo img {
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .content_wrapper {
    margin-top: -100vh;
  }
  #sec1 .img1 {
    width: 45.1388888889vw;
    margin: 0 auto 0 25.6944444444vw;
  }
  #sec1 .pc_grid {
    grid-template-columns: repeat(2, 29.8611111111vw);
    gap: 3.4722222222vw;
    margin: 13.8888888889vw auto 0;
    justify-content: center;
  }
  #sec1 .img2 {
    margin-top: 20.8333333333vw;
  }
  #sec2 .img1 {
    width: 48.6111111111vw;
    margin-inline: auto;
  }
  #sec4 figure {
    width: 38.8888888889vw;
    margin-inline: auto;
  }
  #sec5,
  #sec7 {
    display: grid;
    grid-template-columns: repeat(2, 39.5833333333vw);
    justify-content: center;
    gap: 1.3888888889vw;
  }
  #sec8 {
    display: grid;
    grid-template-columns: 45.1388888889vw 37.5vw;
    gap: 6.9444444444vw;
    margin: 0 auto 0 3.4722222222vw;
    align-items: center;
  }
  #sec8 .img2,
  #sec8 .img3 {
    width: 31.5972222222vw;
  }
  #sec8 .img2 {
    margin: 0 0 1.7361111111vw 0;
  }
  #sec9 {
    padding-top: 24.3055555556vw;
  }
  #sec9 .img1 {
    width: 48.6111111111vw;
    margin-inline: auto;
  }
  #sec9 .img2 {
    width: 29.8611111111vw;
    margin: 13.8888888889vw auto 0;
  }
}/*# sourceMappingURL=style.css.map */