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

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;
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
footer {
  font-size: 11px;
  text-align: center;
  line-height: 3;
  padding-bottom: 150px;
}
footer .staff_credit {
  padding: 150px 0;
}
footer .sns_wrap ul {
  display: flex;
  gap: 25px;
  justify-content: center;
}
footer .sns_wrap ul li {
  width: 25px;
}
footer .logo {
  width: 140px;
  margin: 25px auto;
}
footer .copy {
  font-size: 2.1333333333vw;
  font-size: 8px;
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  position: relative;
}
.fv .fv_image {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.fv .fv_image img {
  object-fit: cover;
  height: 100%;
}
.fv h1 {
  position: absolute;
  width: 84vw;
  translate: -50% 0;
  left: 50%;
  bottom: 50px;
}
@media screen and (max-width: 960px) {
  .fv .fv_image {
    height: 100svh;
  }
}

@media screen and (min-width: 958px) {
  .fv h1 {
    width: 29.9305555556vw;
    translate: 0 -50%;
    top: 50%;
    bottom: inherit;
    left: 7.6388888889vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.sec {
  padding: 50px 0;
  overflow: hidden;
}

.bg1 {
  height: 100vh;
}
.bg1 img {
  object-fit: cover;
  height: 100%;
}

#sec1 .grid {
  padding-top: 25px;
  display: grid;
  width: 86.6666666667vw;
  gap: 10px;
  margin: 0 auto;
}

#sec2 .img1 {
  width: 64vw;
  margin: 0 auto;
}
#sec2 .img2 {
  margin: 0 auto;
  width: 86.6666666667vw;
}

#sec3 {
  overflow: inherit;
}
#sec3 .img2 {
  position: relative;
}
#sec3 .img3 {
  width: 64vw;
}

#sec4 .wrap {
  width: 86.6666666667vw;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

#sec5 .wrap {
  width: 44vw;
  margin: 0 auto 0 4vw;
  display: grid;
  gap: 10px;
}

#sec6 .img1 {
  width: 72vw;
  z-index: 10;
}
#sec6 .img2 {
  width: 40vw;
}

#sec7 .img1 {
  width: 86.6666666667vw;
  margin: 0 auto;
}

#sec9 .wrap {
  display: grid;
  gap: 10px;
  width: 86.6666666667vw;
  margin: -57.3333333333vw auto 0;
}

.bg_wrap .bg {
  position: sticky;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .bg2 {
    margin-top: 33vh;
    height: 100vh;
  }
  .bg2 img {
    object-fit: cover;
    height: 80vh;
    padding: 10vh 0;
    object-position: right;
  }
  #sec1 {
    margin-bottom: 50px;
  }
  #sec2 .img1 {
    margin-bottom: 74.6666666667vw;
  }
  #sec3 .pc_flex {
    width: 92vw;
    margin: 0 auto 13.3333333333vw;
  }
  #sec3 .img1 {
    margin: 0 0 0 auto;
    width: 64vw;
  }
  #sec3 .img2 {
    margin: -12vw 0 0 0;
    width: 40vw;
  }
  #sec3 .img3 {
    margin: 0 auto -30vh 16vw;
  }
  #sec4 {
    padding: 0;
  }
  #sec5 {
    overflow: inherit;
  }
  #sec5 .img2 {
    margin-bottom: -15vh;
  }
  #sec6 {
    margin-top: 50px;
  }
  #sec6 .img1 {
    margin: 0 auto 0 4vw;
    position: relative;
  }
  #sec6 .img2 {
    margin: 8vw 4vw 0 auto;
  }
  #sec7 {
    padding: 0;
  }
  #sec8 {
    padding: 50px 0 0;
  }
  #sec8 .img2 {
    width: 64vw;
    margin: 20vw auto;
    position: relative;
    z-index: 10;
  }
  #sec9 {
    padding: 0 0 25px 0;
  }
  .bg_wrap {
    margin-top: 75px;
  }
}
@media screen and (min-width: 958px) {
  .pc_flex {
    display: flex;
  }
  .sec {
    padding: 100px 0;
  }
  #sec1 {
    padding: 100px 0 300px;
  }
  #sec1 .grid {
    padding-top: 100px;
    grid-template-columns: 1fr 1fr;
    width: 78.0555555556vw;
  }
  #sec2 .img1 {
    width: 33.3333333333vw;
    margin: 0 auto 20.8333333333vw;
  }
  #sec2 .img2 {
    width: 45.1388888889vw;
  }
  #sec3 .pc_flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  #sec3 .pc_flex .img1 {
    width: 36.1111111111vw;
    grid-column: 2/3;
  }
  #sec3 .pc_flex .img2 {
    width: 24.3055555556vw;
    grid-column: 1/2;
    grid-row: 1/2;
    margin: 0 auto;
  }
  #sec3 .img3 {
    width: 33.3333333333vw;
    margin: 14.2857142857vw auto -40vh;
  }
  #sec4 .wrap {
    width: 45.1388888889vw;
  }
  #sec5 .wrap {
    width: 22.9166666667vw;
    margin: 0 auto 0 27.4305555556vw;
  }
  #sec6 .pc_flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  #sec6 .pc_flex .img1 {
    width: 33.3333333333vw;
    margin: 0 0 0 auto;
  }
  #sec6 .pc_flex .img2 {
    width: 20.8333333333vw;
    margin: 0 auto;
  }
  #sec7 {
    padding: 150px 0 200px;
  }
  #sec7 .img1 {
    width: 45.1388888889vw;
  }
  #sec8 .pc_flex {
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  #sec8 .swiper {
    width: 38.6805555556vw;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  #sec8 .img2 {
    width: 31.25vw;
    grid-column: 1/2;
    grid-row: 1/2;
    margin: 0 auto;
  }
  #sec9 {
    padding: 400px 0 0;
  }
  #sec9 .wrap {
    width: 45.1388888889vw;
    margin: -29.8611111111vw auto 0;
  }
  .bg_wrap .bg2 {
    margin: 550px auto 300px;
    width: 72.2222222222vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
.credit_card,
.credit_cardSp,
.credit_cardPc {
  position: relative;
  font-size: 13px;
}
.credit_card .credit,
.credit_card .credit_sp,
.credit_card .credit_pc,
.credit_cardSp .credit,
.credit_cardSp .credit_sp,
.credit_cardSp .credit_pc,
.credit_cardPc .credit,
.credit_cardPc .credit_sp,
.credit_cardPc .credit_pc {
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  inset: 0;
}
.credit_card .plus,
.credit_cardSp .plus,
.credit_cardPc .plus {
  transition: all 0.4s;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.credit_card .plus:before, .credit_card .plus:after,
.credit_cardSp .plus:before,
.credit_cardSp .plus:after,
.credit_cardPc .plus:before,
.credit_cardPc .plus:after {
  content: "";
  translate: -50% -50%;
  left: 50%;
  top: 50%;
  background-color: #fff;
  position: absolute;
}
.credit_card .plus:before,
.credit_cardSp .plus:before,
.credit_cardPc .plus:before {
  width: 20px;
  height: 1px;
}
.credit_card .plus:after,
.credit_cardSp .plus:after,
.credit_cardPc .plus:after {
  width: 1px;
  height: 20px;
}
.credit_card.active > .plus,
.credit_cardSp.active > .plus,
.credit_cardPc.active > .plus {
  rotate: 45deg;
  transition: all 0.4s;
}
.credit_card.open > .plus,
.credit_cardSp.open > .plus,
.credit_cardPc.open > .plus {
  rotate: 45deg;
  transition: all 0.4s;
}
.credit_card .credit,
.credit_card .credit_pc,
.credit_card .credit_sp,
.credit_cardSp .credit,
.credit_cardSp .credit_pc,
.credit_cardSp .credit_sp,
.credit_cardPc .credit,
.credit_cardPc .credit_pc,
.credit_cardPc .credit_sp {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.credit_card .credit ol,
.credit_card .credit_pc ol,
.credit_card .credit_sp ol,
.credit_cardSp .credit ol,
.credit_cardSp .credit_pc ol,
.credit_cardSp .credit_sp ol,
.credit_cardPc .credit ol,
.credit_cardPc .credit_pc ol,
.credit_cardPc .credit_sp ol {
  margin-bottom: 50px;
  padding: 0 10px;
}
.credit_card .credit li:not(li:last-child),
.credit_card .credit_pc li:not(li:last-child),
.credit_card .credit_sp li:not(li:last-child),
.credit_cardSp .credit li:not(li:last-child),
.credit_cardSp .credit_pc li:not(li:last-child),
.credit_cardSp .credit_sp li:not(li:last-child),
.credit_cardPc .credit li:not(li:last-child),
.credit_cardPc .credit_pc li:not(li:last-child),
.credit_cardPc .credit_sp li:not(li:last-child) {
  margin-bottom: 7px;
}
.credit_card .credit li a,
.credit_card .credit_pc li a,
.credit_card .credit_sp li a,
.credit_cardSp .credit li a,
.credit_cardSp .credit_pc li a,
.credit_cardSp .credit_sp li a,
.credit_cardPc .credit li a,
.credit_cardPc .credit_pc li a,
.credit_cardPc .credit_sp li a {
  color: #fff;
  line-height: 1.3;
}
.credit_card .credit li span,
.credit_card .credit_pc li span,
.credit_card .credit_sp li span,
.credit_cardSp .credit li span,
.credit_cardSp .credit_pc li span,
.credit_cardSp .credit_sp li span,
.credit_cardPc .credit li span,
.credit_cardPc .credit_pc li span,
.credit_cardPc .credit_sp li span {
  border: 1px solid #fff;
  padding: 0 5px;
  white-space: nowrap;
}/*# sourceMappingURL=style.css.map */