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

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

img {
  vertical-align: bottom;
}

.ja {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

@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;
  text-decoration: none !important;
}

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

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
.footer {
  background-color: #fff;
  position: relative;
  z-index: 16;
  padding: 100px 0 150px;
}
.footer .title {
  font-size: 5.8666666667vw;
  text-align: center;
  padding-bottom: 6.6666666667vw;
}
.footer .banner {
  width: 80vw;
  margin: 0 auto;
}
.footer .link_wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 200px 0 0 0;
}
.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;
}

@media screen and (min-width: 958px) {
  .footer .title {
    font-size: 2.4305555556vw;
    text-align: center;
    padding-bottom: 5.5555555556vw;
  }
  .footer .banner {
    width: 41.6666666667vw;
    margin: 0 auto;
  }
}
.fixed_btn {
  position: fixed;
  right: 35px;
  font-size: 18px;
  width: fit-content;
  translate: 0 -50%;
  top: 50%;
  writing-mode: vertical-rl;
  z-index: 20;
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  position: sticky;
  top: 0;
}

@media screen and (max-width: 960px) {
  .fv_slider {
    position: fixed;
    pointer-events: none;
    inset: 0;
    height: 100svh;
    z-index: 100;
  }
  .fv_slider img {
    object-fit: cover;
    height: 100%;
  }
  .fv_slider li:not(li:last-child) {
    position: absolute;
    inset: 0;
  }
  .fv_slider li:nth-child(1) {
    z-index: 5;
  }
  .fv_slider li:nth-child(2) {
    z-index: 4;
  }
  .fv_slider li:nth-child(3) {
    z-index: 3;
  }
  .fv_slider li:nth-child(4) {
    z-index: 2;
  }
  .fv_slider li:nth-child(5) {
    z-index: 1;
  }
  .fv .sp_grid ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    height: calc(100svh - 25.6vw);
  }
  .fv .sp_grid ul img {
    height: 100%;
    object-fit: cover;
  }
  .fv .title_wrap {
    padding: 6.6666666667vw;
    text-align: center;
  }
  .fv .title_wrap h1 {
    font-size: 8vw;
  }
  .fv .title_wrap > p {
    padding-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 958px) {
  .fv {
    height: 100vh;
  }
  .fv .fv_PC_slider {
    width: 75vw;
    height: 100vh;
  }
  .fv .fv_PC_slider img {
    object-fit: cover;
    height: 100%;
  }
  .fv .flex {
    display: grid;
    grid-template-columns: 3fr 1fr;
    place-content: center;
  }
  .fv .title_wrap {
    height: 100vh;
    display: grid;
    place-content: center;
    text-align: center;
  }
  .fv .title_wrap h1 {
    font-size: 2.3611111111vw;
  }
  .fv .title_wrap p {
    padding-top: 1.0416666667vw;
    font-size: 1.3888888889vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* lead
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
#sec1 {
  z-index: 10;
}

#sec2 {
  z-index: 11;
}

#sec3 {
  z-index: 12;
}

#sec4 {
  z-index: 13;
}

#sec5 {
  z-index: 14;
}

#sec6 {
  z-index: 15;
}

.contents_wrapper {
  position: sticky;
  top: 0;
}

.sec {
  position: sticky;
}

@media screen and (max-width: 960px) {
  .sec {
    background-color: #fff;
    margin: 0 0 12vw;
  }
  .sec.fixed {
    position: fixed;
  }
  .sec .main {
    position: relative;
  }
  .sec .main .item_title {
    font-size: 5.8666666667vw;
    writing-mode: vertical-rl;
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    left: 2.6666666667vw;
    white-space: nowrap;
    display: flex;
    align-items: flex-end;
    gap: 1.3333333333vw;
    letter-spacing: 0.01em;
  }
  .sec .main .item_title span {
    font-size: 3.4666666667vw;
  }
  .sec .fade_slider {
    width: 45.3333333333vw;
  }
  .sec .bottom_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5.3333333333vw 2.6666666667vw;
    padding: 5.3333333333vw 3.3333333333vw;
  }
  .sec .bottom_wrap .bottom {
    grid-column: 1/3;
  }
  .sec .bottom_wrap .bottom .flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.6666666667vw;
    align-items: flex-end;
  }
  .sec .item_name {
    font-size: 4vw;
    padding: 0 0 2.6666666667vw;
    white-space: pre-wrap;
    line-height: 1.1666666667;
  }
  .sec .item_name span {
    font-size: 2.6666666667vw;
  }
  .sec .price {
    font-size: 3.6vw;
    text-align: right;
  }
  .sec .price span {
    font-size: 2.2666666667vw;
  }
  .sec .com {
    font-size: 2.6666666667vw;
    line-height: 1.6;
    padding: 5.3333333333vw 0;
    white-space: pre-wrap;
  }
  .sec .com span {
    font-size: 2.1333333333vw;
    padding-top: 0.8vw;
    display: block;
  }
  .sec .en_com {
    white-space: pre-wrap;
    font-size: 1.8666666667vw;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
  #sec2 .en_com {
    letter-spacing: 0.06em;
  }
  #sec3 .en_com {
    letter-spacing: 0.015em;
  }
  #sec4 .main .item_title {
    color: #fff;
  }
  #sec3 .bottom_wrap,
  #sec6 .bottom_wrap {
    padding: 0;
    grid-template-columns: 1fr;
  }
  #sec3 .bottom_wrap .bottom,
  #sec6 .bottom_wrap .bottom {
    grid-column: auto;
  }
  #sec3 .bottom_wrap .left,
  #sec3 .bottom_wrap .right,
  #sec6 .bottom_wrap .left,
  #sec6 .bottom_wrap .right {
    width: 68vw;
  }
  #sec3 .bottom_wrap .flex,
  #sec6 .bottom_wrap .flex {
    padding: 0 3.3333333333vw 5.3333333333vw;
  }
  #sec3 .bottom_wrap .left {
    margin: 6.6666666667vw 0 0 0;
  }
  #sec3 .bottom_wrap .right {
    margin: 0 0 0 auto;
  }
  #sec6 .bottom_wrap .left {
    margin: 6.6666666667vw 0 0 auto;
  }
}
@media screen and (min-width: 958px) {
  .sec {
    background-color: #fff;
    padding: 11.4583333333vw 0 11.4583333333vw;
  }
  .sec .main {
    position: relative;
    width: 41.6666666667vw;
    margin: 0 auto;
  }
  .sec .main .item_title {
    font-size: 2.7777777778vw;
    position: absolute;
    top: -1.3888888889vw;
    left: -2.7777777778vw;
    letter-spacing: 0.01em;
    white-space: pre-wrap;
  }
  .sec .main .item_title span {
    font-size: 1.7361111111vw;
  }
  .sec .fade_slider {
    width: 18.8888888889vw;
  }
  .sec .bottom_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10.4166666667vw 3.8888888889vw;
    padding: 5.2083333333vw 0;
    place-content: center;
    width: 56.3888888889vw;
    margin: 0 auto;
  }
  .sec .bottom_wrap .left,
  .sec .bottom_wrap .right {
    width: 18.8888888889vw;
  }
  .sec .bottom_wrap .left {
    margin: 0 0 0 auto;
  }
  .sec .bottom_wrap .right {
    margin: 14.1666666667vw 0 0 0;
  }
  .sec .bottom_wrap .bottom {
    grid-column: 1/3;
  }
  .sec .bottom_wrap .bottom .flex {
    border: 1px solid #000;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.4722222222vw;
    align-items: center;
    padding: 3.4722222222vw;
  }
  .sec .item_name {
    font-size: 1.875vw;
    padding: 0 0 1.7361111111vw;
    white-space: pre-wrap;
    line-height: 1.1666666667;
  }
  .sec .item_name span {
    font-size: 1.1805555556vw;
  }
  .sec .price {
    font-size: 1.875vw;
    text-align: right;
  }
  .sec .price span {
    font-size: 1.1805555556vw;
    margin-left: 0.3472222222vw;
  }
  .sec .com {
    font-size: 0.9722222222vw;
    line-height: 1.6;
    padding: 3.4722222222vw 0 2.7777777778vw;
    white-space: pre-wrap;
  }
  .sec .com span {
    font-size: 0.8333333333vw;
    padding-top: 0.3472222222vw;
    display: block;
  }
  .sec .en_com {
    white-space: pre-wrap;
    font-size: 0.8333333333vw;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
  #sec2 .main .item_title,
  #sec3 .main .item_title,
  #sec4 .main .item_title,
  #sec6 .main .item_title {
    top: -4.1666666667vw;
  }
  #sec3 .bottom_wrap,
  #sec6 .bottom_wrap {
    gap: 5.5555555556vw;
  }
  #sec3 .bottom_wrap .left,
  #sec3 .bottom_wrap .right,
  #sec6 .bottom_wrap .left,
  #sec6 .bottom_wrap .right {
    grid-column: 1/3;
    width: 41.6666666667vw;
    margin: 0 auto;
  }
  #sec3 .bottom_wrap .left figure,
  #sec3 .bottom_wrap .right figure,
  #sec6 .bottom_wrap .left figure,
  #sec6 .bottom_wrap .right figure {
    width: 31.25vw;
  }
  #sec1 {
    padding-top: 13.8888888889vw;
  }
  #sec3 .bottom_wrap .right figure {
    margin: 0 0 0 auto;
  }
  #sec6 .bottom_wrap .left figure {
    margin: 0 0 0 auto;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
.credit_card {
  position: relative;
  font-size: 11px;
  cursor: pointer;
}
.credit_card .credit {
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  inset: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.credit_card .plus {
  transition: all 0.4s;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 22px;
  right: 20px;
  z-index: 10;
  border-radius: 100vmax;
}
.credit_card .plus:before, .credit_card .plus:after {
  content: "";
  translate: -50% -50%;
  left: 50%;
  top: 50%;
  background-color: #000;
  position: absolute;
}
.credit_card .plus:before {
  width: 15px;
  height: 2px;
}
.credit_card .plus:after {
  width: 2px;
  height: 15px;
}
.credit_card.active > .plus {
  rotate: 45deg;
  transition: all 0.4s;
}
.credit_card.active > .plus:before, .credit_card.active > .plus:after {
  background-color: #fff;
}
.credit_card.open > .plus {
  rotate: 45deg;
  transition: all 0.4s;
}
.credit_card.open > .plus:before, .credit_card.open > .plus:after {
  background-color: #fff;
}
.credit_card .credit {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.credit_card .credit ul {
  margin-bottom: 50px;
}
.credit_card .credit li:not(li:last-child) {
  margin-bottom: 10px;
}
.credit_card .credit li a {
  color: #fff;
  line-height: 1.3;
  text-decoration: underline;
}
.credit_card .credit li a:has(span) {
  color: #797979;
}
.credit_card .credit li span {
  white-space: nowrap;
}/*# sourceMappingURL=style.css.map */