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

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

.ja {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*--------------------------------------*
* 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 {
  padding: 200px 0 30px;
}
footer .btn {
  margin: 20px auto 0;
  width: 300px;
  text-align: center;
}
footer .logo {
  width: 16.6666666667vw;
  margin: 50px auto 20px;
}
footer .copy {
  font-size: 11px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  footer .btn {
    padding: 15px 0;
  }
  footer .logo {
    width: 48vw;
  }
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ボタン
*--------------------------------------*/
.btn {
  border: 1px solid #000;
  padding: 5px 20px;
  font-size: 14px;
  width: fit-content;
  margin: 18.6666666667vw auto 0;
}
@media screen and (min-width: 958px) {
  .btn {
    padding: 10px 30px;
    font-size: 16px;
    margin: min(5.5555555556vw, 80px) auto 0;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
.credit {
  display: flex;
  gap: 10px 40px;
  font-size: 11px;
  padding: 50px 0 100px 11.6666666667vw;
  flex-wrap: wrap;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 958px) {
  .credit {
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  .credit {
    font-size: 11px;
    gap: 15px;
    margin: 0;
    padding: 50px 0 80px 18.1333333333vw;
  }
}
@media screen and (max-width: 960px) {
  .credit li {
    width: 100%;
  }
  .credit li a {
    width: fit-content;
  }
}
.credit .sale {
  color: #ff0000;
}
.credit a {
  display: flex;
}
.credit a:has(.only) {
  color: #acacac;
}
.credit a:has(.inBrand) .creditAjax_brand {
  display: none;
}
.credit .creditAjax_price:before {
  content: "¥";
}
.credit .creditAjax_brand:before,
.credit .inBrand:before {
  content: "(";
}
.credit .creditAjax_brand:after,
.credit .inBrand:after {
  content: ")";
}
.credit .off {
  display: none;
}
.credit .sale {
  margin-left: 3px;
  text-decoration: underline;
}
.credit .sale:before {
  content: "¥";
}
.credit .proper {
  text-decoration: underline;
}
.credit .creditAjax_price:has(.sale) .proper {
  text-decoration: line-through;
}
.credit .creditAjax_price:has(.sale) .proper:after {
  content: " →";
}

@media screen and (min-width: 958px) {
  .credit {
    overflow: hidden;
  }
  .credit li:not(li:last-child) {
    position: relative;
  }
  .credit li:not(li:last-child):after {
    content: "/";
    position: absolute;
    right: -25px;
    top: 0;
  }
}
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  position: relative;
}
.fv:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 10;
}
.fv img {
  object-fit: cover;
  height: 100%;
  object-position: top;
}
@media screen and (max-width: 960px) {
  .fv {
    height: calc(100svh - 60px);
  }
  .fv .fade_slider {
    height: calc(100svh - 60px);
  }
}
.fv .title {
  z-index: 11;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 64vw;
}

@media screen and (min-width: 958px) {
  .fv {
    height: calc(var(--vh, 1vh) * 100 - 90px);
  }
  .fv .grid {
    height: calc(var(--vh, 1vh) * 100 - 90px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .fv .title {
    width: 40.8333333333vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* image
*--------------------------------------*/
#sec1 .saleItem_wrap {
  background-color: #f5e4de;
}
@media screen and (max-width: 960px) {
  #sec1 .img1 {
    width: 48vw;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 2;
  }
  #sec1 .img2 {
    width: 40vw;
    margin: -9.6vw 42.6666666667vw -16.5333333333vw auto;
    position: relative;
    z-index: 3;
  }
  #sec1 .img3 {
    width: 88.8vw;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 958px) {
  #sec1 .img1 {
    width: 22.5vw;
    position: absolute;
    top: 24.1666666667vw;
    left: 11.6666666667vw;
  }
  #sec1 .img2 {
    width: 25vw;
    margin: 0 auto -13.75vw;
    position: relative;
    z-index: 3;
  }
  #sec1 .img3 {
    width: 58.3333333333vw;
    margin: 0 0 0 auto;
  }
}

#sec2 .saleItem_wrap {
  background-color: #f0dfe9;
}
@media screen and (max-width: 960px) {
  #sec2 .img1 {
    width: 48vw;
    margin: 0 auto 0 5.3333333333vw;
  }
  #sec2 .img2 {
    width: 44vw;
    margin: -18.6666666667vw 9.3333333333vw 10.6666666667vw auto;
  }
  #sec2 .img3 {
    width: 53.3333333333vw;
    margin: 0 20.8vw 0 auto;
  }
}
@media screen and (min-width: 958px) {
  #sec2 .image_wrap {
    display: grid;
    place-content: center;
    width: fit-content;
    margin: 0 4.5833333333vw 0 auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.9166666667vw;
  }
  #sec2 .image_wrap > div {
    width: 25.8333333333vw;
  }
  #sec2 .img2 {
    margin-top: 7.3333333333vw;
  }
  #sec2 .img3 {
    margin-top: 14.6666666667vw;
  }
}

#sec3 .saleItem_wrap {
  background-color: #f3e6d0;
}
@media screen and (max-width: 960px) {
  #sec3 .img1 {
    width: 72.8vw;
    height: 48.2666666667vw;
    position: absolute;
    top: 112vw;
    right: 9.3333333333vw;
  }
  #sec3 .img2 {
    width: 45.8666666667vw;
    position: absolute;
    right: 0;
    top: 74.6666666667vw;
  }
  #sec3 .img3 {
    width: 42.6666666667vw;
    margin: 0 auto 80vw;
    position: relative;
  }
}
@media screen and (min-width: 958px) {
  #sec3 .img1 {
    width: 58.3333333333vw;
    margin: 13.5833333333vw auto 0 11.6666666667vw;
  }
  #sec3 .img2 {
    width: 25vw;
    position: absolute;
    top: 11.6666666667vw;
    left: 40.5833333333vw;
  }
  #sec3 .img3 {
    width: 25vw;
    position: absolute;
    top: 3.3333333333vw;
    right: 2.0833333333vw;
  }
}

#sec4 .saleItem_wrap {
  background-color: #ebebeb;
}
@media screen and (max-width: 960px) {
  #sec4 .img2 {
    width: 50.6666666667vw;
    position: absolute;
    left: 9.6vw;
    top: 146.6666666667vw;
  }
  #sec4 .img1 {
    width: 42.6666666667vw;
    position: absolute;
    top: 181.3333333333vw;
    right: 4vw;
  }
  #sec4 .img3 {
    width: 85.8666666667vw;
    margin: 0 auto 106.6666666667vw 0;
  }
}
@media screen and (min-width: 958px) {
  #sec4 .img1 {
    width: 25vw;
    position: absolute;
    top: 16.6666666667vw;
    left: 15vw;
  }
  #sec4 .img2 {
    width: 25vw;
    position: absolute;
    top: 26.6666666667vw;
    right: 31.6666666667vw;
    z-index: 3;
  }
  #sec4 .img3 {
    width: 41.6666666667vw;
    margin: 5.8333333333vw 0 3.3333333333vw auto;
  }
}

#sec5 .saleItem_wrap {
  background-color: #e6dfe6;
}
@media screen and (max-width: 960px) {
  #sec5 .img1 {
    width: 82.6666666667vw;
    margin: 0 0 0 auto;
  }
  #sec5 .img2 {
    width: 60vw;
    margin: 72vw 0 0 auto;
  }
  #sec5 .img3 {
    width: 80vw;
    position: absolute;
    left: 0;
    top: 88vw;
  }
}
@media screen and (min-width: 958px) {
  #sec5 .img1 {
    width: 41.6666666667vw;
    position: absolute;
    top: 25.8333333333vw;
    left: 11.6666666667vw;
    z-index: 3;
  }
  #sec5 .img2 {
    width: 25vw;
    margin: 4.1666666667vw 18.75vw 0 auto;
  }
  #sec5 .img3 {
    width: 41.6666666667vw;
    margin: 1.6666666667vw 11.6666666667vw 0 auto;
  }
}

#sec6 .saleItem_wrap {
  background-color: #f0f9ff;
}
@media screen and (max-width: 960px) {
  #sec6 .img1 {
    width: 54.6666666667vw;
    margin: 93.3333333333vw auto 0 10.6666666667vw;
  }
  #sec6 .img2 {
    width: 90.6666666667vw;
    position: absolute;
    top: 34.6666666667vw;
    left: 0;
  }
  #sec6 .img3 {
    width: 53.3333333333vw;
    margin: -8vw 0 0 auto;
  }
}
@media screen and (min-width: 958px) {
  #sec6 .img1 {
    width: 25vw;
    position: absolute;
    left: 11.6666666667vw;
    top: 25.8333333333vw;
    z-index: 3;
  }
  #sec6 .img2 {
    width: 58.3333333333vw;
    margin: 5.8333333333vw 15vw 28.3333333333vw auto;
  }
  #sec6 .img3 {
    width: 20.8333333333vw;
    position: absolute;
    right: 11.6666666667vw;
    top: 37.5vw;
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
.open_btn {
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .open_btn {
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: rgba(219, 219, 219, 0.5);
    border-radius: 100vmax;
    top: 20px;
    right: 20px;
    z-index: 99;
  }
  .open_btn span {
    height: 1px;
    width: 30px;
    translate: -50% 0;
    left: 50%;
    position: absolute;
    background-color: #000;
  }
  .open_btn span:nth-child(1) {
    top: 43%;
  }
  .open_btn span:nth-child(2) {
    top: 57%;
  }
}

.menu {
  text-align: center;
  white-space: pre-wrap;
  position: sticky;
  bottom: 0;
  z-index: 99;
}
.menu .bg {
  background-color: #fafafa;
}
.menu .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.menu .grid li {
  position: relative;
}
.menu .grid li a {
  display: grid;
  place-content: center;
}
.menu p {
  font-size: 10px;
  font-weight: 500;
}
.menu p:after {
  content: "";
  background-color: #000;
  width: 10px;
  height: 5px;
  clip-path: polygon(50% 5px, 0% 0%, 10px 0%);
  margin: 8px auto 0;
  display: block;
}
@media screen and (max-width: 960px) {
  .menu .grid li a {
    height: 60px;
  }
  .menu .grid li:not(li:last-child):before {
    content: "";
    width: 1px;
    height: 60%;
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    right: 0;
    background-color: #dbdbdb;
  }
}

.serch_menu {
  top: -100%;
  position: fixed;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: grid;
  place-content: center;
  transition: all 0.7s;
}
.serch_menu.active {
  top: 0;
  transition: all 0.4s;
}
.serch_menu .serch_title {
  font-size: 24px;
  padding-bottom: 40px;
  text-align: center;
}
.serch_menu .serch_title p {
  padding-top: 10px;
  font-size: 11px;
}
.serch_menu .serch_li {
  font-size: 14px;
  text-align: center;
  width: 185px;
}
.serch_menu .serch_li li a {
  background-color: #e5e5e5;
  text-align: center;
  padding: 10px 0;
}
.serch_menu .serch_li li:not(li:last-child) {
  margin-bottom: 15px;
}
.serch_menu .close {
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 20px;
  right: 20px;
}
.serch_menu .close span {
  height: 1px;
  width: 30px;
  position: absolute;
  background-color: #000;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
.serch_menu .close span:nth-child(1) {
  rotate: 45deg;
}
.serch_menu .close span:nth-child(2) {
  rotate: -45deg;
}

@media screen and (min-width: 958px) {
  .menu {
    top: 0;
  }
  .menu .grid {
    grid-template-columns: repeat(6, 1fr);
    width: fit-content;
    margin: 0 auto;
  }
  .menu .grid li {
    width: 10.6666666667vw;
  }
  .menu .grid li a {
    height: 90px;
  }
  .menu p {
    font-size: 16px;
  }
  .menu .grid li:not(li:last-child) {
    position: relative;
  }
  .menu .grid li:not(li:last-child):after {
    content: "";
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    right: 0;
    width: 1px;
    height: 60%;
    background-color: #dbdbdb;
  }
  .menu .open_btn {
    position: absolute;
    translate: -50% -50%;
    top: 50%;
    right: 3.75vw;
    width: 50px;
    height: 100%;
  }
  .menu .open_btn span {
    height: 1px;
    width: 50px;
    left: 0;
    position: absolute;
    background-color: #000;
  }
  .menu .open_btn span:nth-child(1) {
    top: 45%;
  }
  .menu .open_btn span:nth-child(2) {
    top: 55%;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* lead
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
section .fixed_title {
  position: sticky;
  padding: 30px 0;
  top: 100px;
  white-space: nowrap;
  z-index: 10;
  pointer-events: none;
}
section .image_wrap {
  margin-top: -200px;
  position: relative;
  padding: 80px 0 0;
}
section h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 500;
}
section h2 span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  margin: 10px 0 0 0;
  position: relative;
  left: 8px;
}
section h3 {
  text-align: center;
}
section .saleItem_wrap {
  padding: 16vw 0;
}
@media screen and (max-width: 960px) {
  section h2 {
    font-size: 40px;
  }
  section h3 {
    font-size: 6.4vw;
  }
}

@media screen and (min-width: 958px) {
  section .image_wrap {
    margin-top: -400px;
  }
  section h2 {
    font-size: 75px;
  }
  section h2 span {
    font-size: 25px;
    left: 20px;
  }
  section h3 {
    font-size: min(2.4305555556vw, 35px);
  }
  section .saleItem_wrap {
    padding: min(6.9444444444vw, 100px) 0;
  }
}
#sec1 .image_wrap {
  margin-top: -350px;
}
@media screen and (min-width: 958px) {
  #sec1 .image_wrap {
    margin-top: -600px;
  }
}

@media screen and (min-width: 958px) {
  #sec2 .image_wrap {
    margin-top: -300px;
  }
}

@media screen and (min-width: 958px) {
  .saleItem_wrap .sale_item-container {
    width: 76.6666666667vw;
    margin-inline: auto;
  }
}
@media screen and (max-width: 960px) {
  .saleItem_wrap .sale_item-container {
    width: 89.3333333333vw;
    margin-inline: auto;
  }
}
.saleItem_wrap [class*=category] {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  text-align: center;
  line-height: 1.5;
  font-size: 11px;
  margin: 60px auto 0;
}
@media screen and (max-width: 960px) {
  .saleItem_wrap [class*=category] {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 7px;
    margin: 40px auto 0;
  }
}
.saleItem_wrap [class*=category] a:after {
  content: "BUY";
  border: 1px solid;
  width: 60%;
  margin: 10px auto 0;
  display: block;
  padding: 3px 0;
}
.saleItem_wrap img {
  margin-bottom: 10px;
}
.saleItem_wrap .salecolor,
.saleItem_wrap .text-red,
.saleItem_wrap .tt02 {
  color: #ff0000;
}/*# sourceMappingURL=style.css.map */