@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* 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;
  overflow-x: hidden;
}
html.active,
body.active {
  overflow: hidden;
}

.en_i {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.en_m {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

@media screen and (min-width: 769px) {
  .spNone,
  .pc_btn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone,
  .pc_btn {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone,
  .sp_btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone,
  .sp_btn {
    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
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
@media screen and (max-width: 768px) {
  footer {
    margin: 37.3333333333vw 0 0 0;
  }
  footer .inner {
    border-top: 1px solid #000;
    padding-top: 22.6666666667vw;
    width: 94.6666666667vw;
    margin-inline: auto;
  }
  footer .staff_credit {
    font-size: 3.2vw;
    line-height: 1.9166666667;
    text-align: center;
  }
  footer .logo {
    width: 53.3333333333vw;
    margin: 22.6666666667vw auto 6.6666666667vw;
  }
  footer .link {
    display: flex;
    justify-content: center;
    gap: 4vw;
  }
  footer .link a {
    font-size: 3.2vw;
    text-decoration: underline;
  }
  footer .copy {
    padding: 21.3333333333vw 0 10.6666666667vw;
    text-align: center;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  footer {
    margin: min(20.8333333333vw, 300px) 0 0;
  }
  footer .inner {
    border-top: 1px solid #000;
    padding-top: 8.3333333333vw;
    width: 94.1666666667vw;
    margin-inline: auto;
  }
  footer .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: min(2.0833333333vw, 30px);
  }
  footer .staff_credit {
    font-size: min(0.8333333333vw, 12px);
    line-height: 1.9166666667;
  }
  footer .logo {
    width: min(17.3611111111vw, 250px);
    margin: min(2.4305555556vw, 35px) auto 0 0;
  }
  footer .link {
    display: grid;
    gap: min(0.6944444444vw, 10px);
  }
  footer .link a {
    font-size: min(0.8333333333vw, 12px);
    text-align: right;
    text-decoration: underline;
  }
  footer .copy {
    padding: min(2.4305555556vw, 35px) 0 0 0;
    text-align: center;
    font-size: min(0.8333333333vw, 12px);
  }
}
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.fv .bg {
  height: 100vh;
}
.fv .bg img {
  object-fit: cover;
  height: 100%;
  object-position: top;
}
.fv .fv_logo {
  position: absolute;
  translate: -50% 0;
  top: 45%;
  right: 20.4166666667vw;
  width: 8.3333333333vw;
}
.fv .page_title {
  font-size: 20px;
  position: absolute;
  translate: -50%;
  left: 50%;
  width: 100%;
  bottom: 3.3333333333vw;
  text-align: center;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .fv {
    margin-bottom: 20px;
    height: 100svh;
  }
  .fv .fv_logo {
    width: 20vw;
    right: inherit;
    translate: -50% -50%;
    left: 50%;
  }
  .fv .page_title {
    bottom: 5.3333333333vw;
    font-size: 11px;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* lead
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.grid {
  margin: 0 10px;
  position: relative;
}
.grid > ul .logo {
  display: grid;
  place-content: center;
}
.grid > ul .logo figure {
  width: 85px;
}
.grid > ul li {
  position: relative;
}

.line {
  position: absolute;
  width: 100vw;
  z-index: 20;
  pointer-events: none;
  padding-top: 0.8333333333vw;
}
.line .swiper:nth-child(2) {
  margin-top: 35.8333333333vw;
}
.line .swiper-wrapper {
  transition-timing-function: linear !important;
}

.single_line {
  padding-top: 20vw;
}

.all_btn {
  text-align: center;
  width: 200px;
  padding: 15px 0;
  font-size: 14px;
  border: 1px solid #000;
  transition: all 0.4s;
}
.all_btn:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.4s;
}

@media screen and (max-width: 768px) {
  .grid > ul .logo figure {
    width: 40px;
  }
  .grid > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  .grid > ul .fade_slider {
    width: calc(50vw - 12.5px);
  }
  .all_btn {
    margin: 18.6666666667vw auto;
  }
  .line {
    padding-top: 1.3333333333vw;
  }
  .line .swiper:nth-child(2) {
    margin-top: 55.2vw;
  }
  .single_line {
    padding-top: 29.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .grid > ul {
    width: 94.1666666667vw;
    margin: 5.8333333333vw auto;
    display: grid;
    grid-template-columns: repeat(3, calc(31.3888888889vw - 15px));
    gap: 10px;
  }
  .grid > ul .fade_slider {
    width: calc(31.3888888889vw - 15px);
  }
  .all_btn {
    margin: min(6.9444444444vw, 100px) auto 0;
    padding: 20px 0;
    width: 400px;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* modal
*--------------------------------------*/
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: 101;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-y: scroll;
}

.modal_container {
  height: 100%;
  width: 100%;
}

.fixed_head {
  position: fixed;
}

.fixed_close {
  position: fixed;
  bottom: 20px;
  left: 20px;
  text-decoration: underline;
  font-size: 12px;
  z-index: 99;
}

.modal_grid {
  display: grid;
}

.credit_wrap .flex {
  display: flex;
  justify-content: space-between;
}
.credit_wrap .number {
  letter-spacing: 0.2em;
  line-height: 1.2727272727;
}
.credit_wrap .credit ul {
  display: grid;
}
.credit_wrap .credit_li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.credit_wrap .credit_li:has(.nolink) {
  color: #c3c4c8;
  pointer-events: none;
}
.credit_wrap .credit_li:has(.nolink) .buy,
.credit_wrap .credit_li:has(.nolink) .price {
  display: none;
}
.credit_wrap .credit_li .buy {
  display: block;
  background-color: #000;
  color: #fff;
  text-align: center;
  border: 1px solid #000;
}
.credit_wrap .credit_li:not(.nolink) {
  transition: all 0.4s;
}
.credit_wrap .credit_li:not(.nolink):hover {
  transition: all 0.4s;
}
.credit_wrap .credit_li:not(.nolink):hover .buy {
  transition: all 0.4s;
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 768px) {
  .fixed_head {
    width: 12vw;
    translate: -50% 0;
    left: 50%;
    margin-top: 30px;
    z-index: 99;
  }
  .modal_grid {
    width: 89.3333333333vw;
    margin-inline: auto;
  }
  .modal_grid > li {
    padding: 26.6666666667vw 0 0 0;
  }
  .modal_grid > li:last-child {
    padding: 26.6666666667vw 0;
  }
  .credit_wrap {
    position: relative;
    margin-top: 2.6666666667vw;
  }
  .credit_wrap .number {
    font-size: 2.9333333333vw;
    rotate: -90deg;
    position: absolute;
    z-index: 10;
    height: fit-content;
    transform-origin: bottom;
    right: -20.2666666667vw;
    top: -34.6666666667vw;
  }
  .credit_wrap .credit {
    width: 53.3333333333vw;
    margin: 0 0 0 auto;
  }
  .credit_wrap .credit ul {
    gap: 2.1333333333vw;
  }
  .credit_wrap .item {
    font-size: 4.2666666667vw;
  }
  .credit_wrap .price {
    display: inline-block;
    padding-left: 0.8vw;
    font-size: 3.2vw;
  }
  .credit_wrap .brand {
    font-size: 2.9333333333vw;
  }
  .credit_wrap .credit_li .buy {
    padding: 1.3333333333vw 0;
    width: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fixed_head {
    width: 4.1666666667vw;
    translate: -50% 0;
    left: 50%;
    margin-top: 40px;
    z-index: 99;
  }
  .fixed_close {
    font-size: 16px;
    left: 50%;
    translate: -50% 0;
    bottom: 30px;
    cursor: pointer;
  }
  .modal_grid {
    width: 90vw;
    margin-inline: auto;
  }
  .modal_grid > li {
    padding: 10.8333333333vw 0;
  }
  .pc_side_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 36.6666666667vw;
    position: relative;
  }
  .pc_side_grid:not(.pc_side_grid.pc_side_grid:has(.double)) {
    grid-template-columns: 2fr 36.6666666667vw;
  }
  .pc_side_grid:not(.pc_side_grid.pc_side_grid:has(.double)) figure {
    width: 26.6666666667vw;
    margin: 0 auto;
  }
  .pc_side_grid:not(.pc_side_grid.pc_side_grid:has(.double)) .number {
    left: 12.0833333333vw;
  }
  .pc_side_grid .number {
    font-size: 0.9166666667vw;
    letter-spacing: 0.2em;
    line-height: 1.2727272727;
    position: absolute;
    z-index: 10;
    left: -1.25vw;
    bottom: 0.8333333333vw;
  }
  .credit_wrap {
    margin-left: min(2.7777777778vw, 40px);
  }
  .credit_wrap .flex {
    display: block;
  }
  .credit_wrap .number {
    font-size: 0.9166666667vw;
  }
  .credit_wrap .credit ul {
    grid-template-columns: 1fr 1fr;
    gap: min(1.0416666667vw, 15px) min(4.1666666667vw, 60px);
  }
  .credit_wrap .item {
    font-size: min(1.1111111111vw, 16px);
  }
  .credit_wrap .price {
    display: inline-block;
    padding-left: min(0.2083333333vw, 3px);
    font-size: min(0.8333333333vw, 12px);
  }
  .credit_wrap .brand {
    font-size: min(0.7638888889vw, 11px);
  }
  .credit_wrap .credit_li .buy {
    padding: min(0.3472222222vw, 5px) 0;
    width: min(2.7777777778vw, 40px);
  }
}/*# sourceMappingURL=style.css.map */