@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "superblue", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.container {
  contain: paint;
}

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

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

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

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 958px) {
  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;
}

/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
.inner {
  width: 92vw;
  margin: 0 auto;
}
@media screen and (min-width: 958px) {
  .inner {
    width: min(66.6666666667vw, 800px);
    margin: 0 auto;
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 共通ボタン
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
section {
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 200px;
}
section .title {
  padding-top: 20px;
  margin: 0 0 5.3333333333vw -0.8vw;
  font-size: 10.1333333333vw;
  color: rgba(0, 0, 0, 0.15);
  font-family: "superblue", sans-serif;
  font-weight: 300;
  font-style: italic;
}
@media screen and (min-width: 958px) {
  section .title {
    font-size: min(6.6666666667vw, 80px);
    margin: 0 0 min(2.5vw, 30px) auto;
    width: 40%;
  }
}
section h2 {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 4vw;
}
section h2 span {
  display: block;
  background-color: rgba(0, 0, 0, 0.15);
  height: 1px;
  width: 100%;
}

@media screen and (min-width: 958px) {
  #sec1 .inner {
    width: min(91.6666666667vw, 1100px);
    margin: 0 0 min(2.5vw, 30px) auto;
  }
}
@media screen and (max-width: 960px) {
  #sec1 .img2 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 4vw 0;
  }
}
@media screen and (min-width: 958px) {
  #sec1 .img2 {
    width: min(58.5833333333vw, 703px);
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 958px) {
  #sec1 .image_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: min(0.4166666667vw, 5px);
  }
  #sec1 .image_wrap .img1,
  #sec1 .image_wrap .img3 {
    width: min(32.75vw, 393px);
  }
}

@media screen and (min-width: 958px) {
  #sec2 {
    margin-top: min(33.3333333333vw, 400px);
  }
}
#sec2 .inner {
  width: min(83.3333333333vw, 1000px);
}
@media screen and (min-width: 958px) {
  #sec2 .title {
    width: 90%;
    margin: 0 auto min(2.5vw, 30px) 0;
  }
}
#sec2 .title h2 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  #sec2 .img1 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width: 958px) {
  #sec2 .img1 {
    position: relative;
    width: 50%;
    margin-top: max(-33.3333333333vw, -400px);
  }
}
#sec2 .img2 {
  padding: 18.6666666667vw 0;
}
@media screen and (max-width: 960px) {
  #sec2 .img2 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width: 958px) {
  #sec2 .img2 {
    padding: min(11.6666666667vw, 140px) 0;
  }
}
#sec2 .img2 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#sec2 .img2 li:nth-child(2) {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 958px) {
  #sec2 .img3 {
    width: min(52.5vw, 630px);
    margin: 0 auto;
  }
}

@media screen and (min-width: 958px) {
  #sec3 .img1 {
    padding-top: min(3.3333333333vw, 40px);
    width: min(41.6666666667vw, 500px);
  }
}
#sec3 .img2 {
  padding: 8vw 0;
}
#sec3 .img2 .grid {
  display: grid;
}
@media screen and (max-width: 960px) {
  #sec3 .img2 li:nth-child(1) {
    width: 74.6666666667vw;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 958px) {
  #sec3 .img2 li:nth-child(1) {
    margin: max(-33.3333333333vw, -400px) 0 0 auto;
    width: min(33.3333333333vw, 400px);
  }
}
@media screen and (max-width: 960px) {
  #sec3 .img2 li:nth-child(2) {
    width: 62.6666666667vw;
    margin: -6.6666666667vw 0 0 0;
  }
}
@media screen and (min-width: 958px) {
  #sec3 .img2 li:nth-child(2) {
    width: min(37.9166666667vw, 455px);
    margin: max(-8.3333333333vw, -100px) 0 0 min(8.3333333333vw, 100px);
  }
}
#sec3 .sticky {
  overflow: inherit;
}
#sec3 .img3 {
  position: sticky;
  top: 0;
}
@media screen and (max-width: 960px) {
  #sec3 .img3 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width: 958px) {
  #sec3 .img3 {
    width: min(41.6666666667vw, 500px);
    margin: 0 auto;
    padding-top: min(8.3333333333vw, 100px);
  }
}
#sec3 .img4 {
  padding-top: 10.6666666667vw;
  position: sticky;
  top: 0;
}
@media screen and (min-width: 958px) {
  #sec3 .img4 {
    width: min(41.6666666667vw, 500px);
    margin: 0 auto;
  }
}
#sec3 .fade_slider {
  background-color: #fff;
}

#index {
  font-family: "superblue", sans-serif;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 100px;
}
#index .title {
  font-size: 31px;
  text-align: center;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 30px;
  color: #000;
}
@media screen and (min-width: 958px) {
  #index .title {
    margin: 0 calc(50% - 50vw) 80px;
  }
}
#index .grid {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
}
#index .index_title {
  font-size: 13px;
  text-decoration: underline;
}
#index .arrow {
  display: block;
  margin: 10px auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 9px solid #000;
  border-bottom: 0;
}
#index .inner {
  max-width: 500px;
}

.fade_slider .swiper-pagination {
  width: initial !important;
  left: 13px !important;
  right: initial !important;
}
.fade_slider .swiper-pagination span {
  display: block !important;
  margin: 5px 0 !important;
  width: 3px;
  height: 60px;
  border-radius: 0;
}
.fade_slider .swiper-pagination-bullet {
  background-color: #888888;
}
.fade_slider .swiper-pagination-bullet-active {
  background-color: #fff;
}

.slide_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  margin-bottom: 100px;
  position: relative;
  height: 100dvh;
}
.fv .logo {
  position: absolute;
  width: fit-content;
  bottom: 160px;
  right: 20px;
  z-index: 10;
}
@media screen and (min-width: 958px) {
  .fv .logo {
    bottom: min(2.5vw, 30px);
    right: min(3.3333333333vw, 40px);
    width: min(25vw, 300px);
  }
}
.fv .fv_text {
  padding-top: 50px;
  font-size: 3.2vw;
  position: absolute;
  bottom: 30px;
  transform: translateX(-50%);
  left: 20%;
  line-height: 1.5;
  z-index: 10;
}
@media screen and (min-width: 958px) {
  .fv .fv_text {
    font-size: min(1.6666666667vw, 20px);
    left: 10%;
    bottom: min(4.1666666667vw, 50px);
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* CREDIT
*--------------------------------------*/
.credit {
  line-height: 1.4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 20px auto 0;
  gap: 15px 0;
  font-size: 14px;
  width: 320px;
}
@media screen and (min-width: 958px) {
  .credit {
    margin: 40px auto 0;
  }
}
.credit a {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: underline;
}
.credit a[href=""] {
  text-decoration: none;
}
.credit a[href=""] .icon {
  background-color: #fff;
  border: 1px solid #628e52;
}
.credit .icon {
  width: 10px;
  height: 10px;
  background-color: #628e52;
  border-radius: 50%;
}
.credit .small {
  font-size: 11px;
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* footer
*--------------------------------------*/
footer {
  font-family: "superblue", sans-serif;
  font-weight: 300;
  font-style: italic;
}
footer .all_item {
  border: 1px solid #000;
  width: 280px;
  margin: 0 auto 300px;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
}
footer .logo {
  margin: 0 auto;
  width: fit-content;
}
footer .copy {
  font-size: 10px;
  text-align: center;
  padding: 20px 0;
}/*# sourceMappingURL=style.css.map */