@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;
}
html.active,
body.active {
  overflow: hidden;
}

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

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

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
a[href=""] {
  pointer-events: none;
}

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

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  height: 100vh;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.fv .fv_grid,
.fv .fv_s_grid {
  display: grid;
  height: 100vh;
}
.fv .fv_grid img,
.fv .fv_s_grid img {
  height: 100%;
  object-fit: cover;
}
.fv .fv_s_grid {
  position: absolute;
  inset: 0;
  width: 100%;
}
.fv .fv_logo {
  position: absolute;
  top: -10px;
  width: 95%;
  translate: -50% 0;
  left: 50%;
}
.fv h1 {
  text-align: right;
  position: absolute;
  width: 95%;
  translate: -50% 0;
  left: 50%;
  color: #fff;
  top: 21.6666666667vw;
  font-size: 1.6666666667vw;
  line-height: 1.3;
}

@media screen and (max-width: 960px) {
  .fv {
    height: 100svh;
  }
  .fv .fv_grid,
  .fv .fv_s_grid {
    grid-template-columns: repeat(2, 1fr);
    height: 100svh;
  }
  .fv .fv_grid li,
  .fv .fv_s_grid li {
    height: 50vh;
    overflow: hidden;
  }
  .fv .fv_grid li img,
  .fv .fv_s_grid li img {
    scale: 1.05;
  }
  .fv .fv_logo {
    top: 10px;
  }
  .fv h1 {
    top: 26.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 958px) {
  .fv .fv_grid,
  .fv .fv_s_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*--------------------------------------*
* 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;
}

.modal_grid {
  display: grid;
}

.credit_wrap .flex {
  display: flex;
  justify-content: space-between;
}
.credit_wrap .number {
  position: relative;
  height: fit-content;
}
.credit_wrap .number span {
  display: block;
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 0;
}
.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: 960px) {
  .fixed_head {
    width: 89.3333333333vw;
    translate: -50% 0;
    left: 50%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  .fixed_head .modal_title {
    width: 36vw;
  }
  .fixed_head .close {
    width: 6.4vw;
  }
  .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 {
    margin-top: 2.6666666667vw;
  }
  .credit_wrap .number {
    font-size: 6.4vw;
    padding-left: 2.6666666667vw;
  }
  .credit_wrap .number > span {
    width: 9.3333333333vw;
  }
  .credit_wrap .credit {
    width: 53.3333333333vw;
  }
  .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: 958px) {
  .fixed_head {
    width: 90vw;
    translate: -50% 0;
    left: 50%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  .fixed_head .modal_title {
    width: 11.25vw;
  }
  .fixed_head .close {
    width: 2.9166666667vw;
    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;
  }
  .credit_wrap {
    margin-left: min(2.7777777778vw, 40px);
  }
  .credit_wrap .flex {
    display: block;
  }
  .credit_wrap .number {
    font-size: 3.6666666667vw;
    margin-bottom: 2.5vw;
    padding-left: 1.6666666667vw;
  }
  .credit_wrap .number > span {
    width: 5vw;
  }
  .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);
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.grid_container .image_number {
  display: flex;
  gap: 10px;
}
.grid_container .image_number span {
  display: block;
}
.grid_container .image_number .number3 {
  margin: 0 0 0 auto;
}
.grid_container .grid li figure,
.grid_container .grid li .slider_wrap {
  overflow: hidden;
}

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

.text_slider {
  z-index: -1;
}

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

@media screen and (max-width: 960px) {
  .grid_container {
    margin-top: -4vw;
  }
  .grid_container .image_number {
    gap: 5px;
  }
  .grid_container .grid {
    width: 94.6666666667vw;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9.3333333333vw 2.6666666667vw;
  }
  .grid_container .image_number {
    padding-top: 0.8vw;
    font-size: 2.1333333333vw;
  }
  .grid li {
    width: 46vw;
    margin-inline: auto;
  }
  .grid li:nth-child(5) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .grid li:nth-child(7) {
    grid-column: 2/3;
  }
  .grid li:nth-child(8) {
    grid-row: 4/5;
  }
  .grid li:nth-child(9) {
    grid-column: 2/3;
  }
  .grid li:nth-child(10) {
    grid-row: 5/6;
  }
  .grid li:nth-child(18) {
    grid-column: 2/3;
    grid-row: 8/9;
  }
  .number3 {
    letter-spacing: 0.2em;
  }
  .all_btn {
    margin: 18.6666666667vw auto;
  }
  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: 958px) {
  .grid_container {
    margin-top: max(-2.0833333333vw, -30px);
  }
  .grid_container .grid {
    width: 94.1666666667vw;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(2.7777777778vw, 40px) min(0.6944444444vw, 10px);
  }
  .grid_container .image_number {
    padding-top: min(0.3472222222vw, 5px);
    font-size: min(0.8333333333vw, 12px);
  }
  .grid li {
    width: 30.8333333333vw;
    cursor: pointer;
  }
  .grid li figure img,
  .grid li .slider_wrap img {
    transition: all 0.4s;
  }
  .grid li:hover figure img,
  .grid li:hover .slider_wrap img {
    scale: 1.05;
    transition: all 0.4s;
  }
  .number3 {
    letter-spacing: 0.8em;
  }
  .all_btn {
    margin: min(6.9444444444vw, 100px) auto 0;
    padding: 20px 0;
    width: 400px;
  }
  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);
  }
} /*# sourceMappingURL=style.css.map */
