@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
@font-face {
  font-family: "avenir";
  src: url(../assets/font/AvenirLTStd-Light.otf);
}
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.en {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ja {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

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

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    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
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  height: 100vh;
  position: relative;
  color: #fff;
}
.fv .fv_image {
  height: 100vh;
}
.fv .swiper .swiper-slide {
  height: 100vh;
}
.fv img {
  object-fit: cover;
  height: 100%;
  object-position: top;
}
.fv .fv_title {
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: fit-content;
  z-index: 10;
}
.fv h1 {
  font-size: 7.5vw;
  text-align: center;
  white-space: nowrap;
}
.fv h2 {
  text-align: center;
  font-size: 1.5vw;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .fv h1 {
    font-size: 54px;
  }
  .fv h2 {
    font-size: 15px;
    margin-top: 2%;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* lead
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 共通
*--------------------------------------*/
header .btn {
  position: fixed;
  position: fixed;
  width: 110px;
  z-index: 99;
  right: 20px;
  top: 20px;
  border-radius: 100vmax;
  z-index: 999;
  cursor: pointer;
  transition: width 0.2s, height 0.2s;
  opacity: 0; /* 初期状態を透明に */
  visibility: hidden; /* 初期状態を非表示に */
  pointer-events: none; /* 初期状態ではクリックできないように */
}
header .btn.active {
  width: 2vw;
}

nav {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  background-color: #fff;
  z-index: 10;
  display: grid;
  place-content: center;
  text-align: center;
  opacity: 0;
  translate: 0 -50%;
  pointer-events: none;
  z-index: 99;
}
nav .nav_title {
  font-size: 32px;
  padding-bottom: 8px;
}
nav .sub_title {
  font-size: 12px;
}
nav.active {
  translate: 0 0;
  opacity: 1;
  pointer-events: inherit;
}
nav ul {
  margin-top: 40px;
  font-size: 15px;
  display: grid;
  gap: 20px;
}
nav ul a {
  width: 300px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 13px 0;
}

.cate .bg {
  background-color: #F0ECE7;
  padding: 120px 0;
}
.cate h3 {
  font-size: 24px;
  text-align: center;
  padding-bottom: 30px;
}
.cate .cate_ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3px;
  width: fit-content;
  margin: 0 auto;
}
.cate .cate_li a {
  position: relative;
  width: 12.5vw;
}
.cate .cate_li a:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.cate .cate_title {
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 32px;
  z-index: 3;
}

.sec {
  padding: 8.3333333333vw 0 0;
}
.sec .section_title {
  font-size: 134px;
  color: #826D61;
  padding: 0 0 0 20px;
  width: fit-content;
  border-bottom: 1px solid #826D61;
}
.sec .bg {
  padding: 80px 0;
  background-color: #F0ECE7;
}
.sec .sale_title {
  font-family: "avenir";
  font-size: 32px;
  text-align: center;
  color: #000;
  padding-bottom: 35px;
}

.all_btn {
  font-size: 17px;
  text-align: center;
  width: 400px;
  margin: 40px auto 0;
  padding: 20px 0 18px;
  color: #000;
  font-family: "avenir";
  position: relative;
  background-color: #fff;
}
.all_btn:after {
  content: ">";
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 25px;
}
.all_btn:hover {
  opacity: 1;
  background-color: #826D61;
  color: #fff;
  border: 1px solid transparent;
}

.sec_image {
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
}

footer .all_btn {
  border: 1px solid #000;
}
footer .container {
  padding: 180px 0 30px;
}
footer .footer_link {
  font-family: "avenir";
  display: grid;
  gap: 15px;
}
footer .footer_link .all_btn {
  margin: 0 auto;
}
footer .logo {
  width: 120px;
  margin: 150px auto 15px;
}
footer .copy {
  font-size: 10px;
  font-family: "avenir";
  text-align: center;
}

.credit {
  position: relative;
  z-index: 10;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  display: grid;
  gap: 10px;
  width: fit-content;
}
.credit a:has(.nolink) {
  color: #b7b7b7;
}
.credit .creditAjax_link,
.credit .price {
  display: flex;
  gap: 3px;
}
.credit .price {
  margin-left: 2px;
  gap: 2px;
}
.credit .creditAjax_price__proper::before,
.credit .creditAjax_price__sale::before {
  content: "¥";
}
.credit .arrow {
  display: none;
}
.credit .creditAjax_price:has(.creditAjax_price__sale) .creditAjax_price__proper {
  text-decoration: line-through;
}
.credit .creditAjax_price:has(.creditAjax_price__sale) .arrow {
  display: block;
}
.credit .creditAjax_price__sale {
  color: rgb(200, 0, 0);
  text-decoration: underline;
}
.credit .creditAjax_price__off {
  display: none;
}

.item_ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 71.6666666667vw;
  margin: 0 auto;
}
.item_ul img {
  padding-bottom: 10px;
}
.item_ul a {
  position: relative;
  font-size: 12px;
  line-height: 1.4166666667;
}
.item_ul a:after {
  content: "BUY";
  background-color: #fff;
  color: #000;
  text-align: center;
  display: block;
  padding: 5px 0;
  width: 135px;
  margin: 20px auto 0;
  font-size: 14px;
  font-family: "avenir";
  font-weight: 500;
}
.item_ul .price {
  padding-top: 5px;
  display: inline-block;
}
.item_ul .tt02, .item_ul .text-red {
  color: rgb(200, 0, 0);
}

.lead {
  font-size: 13px;
  margin: 70px auto;
  width: 83%;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .lead {
    font-size: 14px;
    margin: 90px auto;
    width: 83%;
    line-height: 2.5;
    text-align: center;
  }
  .all_btn {
    margin: 60px auto 0;
  }
  .credit {
    font-size: 1.0833333333vw;
  }
  #sec1 .img1 {
    width: 50vw;
    padding-top: 10vw;
  }
  #sec1 .img2 {
    width: 30vw;
    margin: -16.6666666667vw auto 0 36.6666666667vw;
  }
  #sec1 .img3 {
    position: absolute;
    width: 30vw;
    top: 3.3333333333vw;
    right: 0;
    z-index: -1;
  }
  #sec1 .credit {
    position: absolute;
    top: 46vw;
    left: 3.3333333333vw;
  }
  #sec2 .img1 {
    width: 29.1666666667vw;
    position: relative;
    padding-top: 2vw;
    right: 0;
    margin-left: auto;
  }
  #sec2 .img2 {
    width: 29.1666666667vw;
    position: absolute;
    top: 21vw;
    left: 0;
    z-index: -1;
  }
  #sec2 .img3 {
    width: 49.1666666667vw;
    position: absolute;
    left: 24vw;
    top: 10vw;
  }
  #sec2 .credit {
    position: absolute;
    translate: -50% -50%;
    left: 50%;
    top: 56vw;
  }
  #sec2 .sec_image {
    padding-bottom: 28vw;
  }
  #sec3 .img1 {
    width: 33.3333333333vw;
    margin: 11.6666666667vw auto 16.6666666667vw 3.3333333333vw;
  }
  #sec3 .img2 {
    width: 33.3333333333vw;
    position: absolute;
    translate: -50% 0;
    left: 50%;
    bottom: 7.5vw;
  }
  #sec3 .img3 {
    width: 33.3333333333vw;
    position: absolute;
    right: 3.3333333333vw;
    top: -1.6666666667vw;
  }
  #sec3 .credit {
    position: absolute;
    left: 70vw;
    top: 60vw;
  }
  #sec4 .img1 {
    width: 33vw;
    margin: 5.8333333333vw auto 0 0;
  }
  #sec4 .img2 {
    width: 32vw;
    position: absolute;
    left: 30vw;
    top: 20vw;
  }
  #sec4 .img3 {
    width: 33.3333333333vw;
    position: absolute;
    right: 0;
    top: 10vw;
  }
  #sec4 .credit {
    position: absolute;
    left: 2vw;
    top: 58vw;
  }
  #sec4 .sec_image {
    padding-bottom: 20vw;
  }
  #sec5 .img1 {
    width: 28.3333333333vw;
    margin: 5.8333333333vw auto 19.1666666667vw 0;
  }
  #sec5 .img3 {
    width: 33.3333333333vw;
    position: absolute;
    left: 25vw;
    top: 29.1666666667vw;
  }
  #sec5 .img2 {
    width: 56.5vw;
    position: absolute;
    right: 0;
    top: 16.6666666667vw;
    z-index: -1;
  }
  #sec5 .credit {
    position: absolute;
    left: 66vw;
    top: 63vw;
  }
  #sec5 .sec_image {
    padding-bottom: 18vw;
  }
  #sec6 .img2 {
    width: 32vw;
    margin: 10vw auto 0 0;
  }
  #sec6 .img3 {
    width: 34vw;
    position: absolute;
    left: 33vw;
    top: 5vw;
  }
  #sec6 .img1 {
    width: 31vw;
    position: absolute;
    right: 0;
    top: 0;
  }
  #sec6 .credit {
    position: absolute;
    left: 3.3333333333vw;
    top: 60vw;
  }
  #sec6 .sec_image {
    overflow: hidden;
    position: relative;
    padding-bottom: 20vw;
  }
}
@media screen and (max-width: 768px) {
  header .btn {
    width: 25vw;
    top: 10px;
    right: 10px;
  }
  header .btn.active {
    width: 6vw;
  }
  .cate .bg {
    padding: 70px 0;
  }
  .cate h3 {
    padding-bottom: 25px;
  }
  .cate .cate_ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
  }
  .cate .cate_li a {
    width: 110px;
  }
  .cate .cate_title {
    font-size: 24px;
  }
  .sec {
    padding: 70px 0 0 0;
  }
  .sec .section_title {
    font-size: 60px;
    margin-bottom: 30px;
  }
  .sec .bg {
    padding: 60px 0 85px;
    background-color: #F0ECE7;
  }
  .sec .sale_title {
    font-size: 24px;
    padding-bottom: 25px;
  }
  .all_btn {
    width: 300px;
    font-size: 14px;
  }
  .credit {
    margin: 10.6666666667vw auto 0;
    font-size: 12px;
  }
  .item_ul {
    width: 84vw;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 9px;
  }
  .item_ul a {
    font-size: 11px;
  }
  .item_ul a:after {
    font-size: 12px;
    padding: 3px 0;
    width: 100px;
  }
  #sec1 .img1 {
    width: 90.6666666667vw;
    margin: 5.3333333333vw auto 0 0;
    position: relative;
    z-index: 2;
  }
  #sec1 .img2 {
    width: 53.3333333333vw;
    margin: -8vw 2.6666666667vw 0 auto;
    position: relative;
    z-index: 5;
  }
  #sec1 .img3 {
    width: 53.3333333333vw;
    margin: -44vw auto 0 2.6666666667vw;
    z-index: 10;
    position: relative;
  }
  #sec2 .img1 {
    width: 58.6666666667vw;
    margin: 0 auto;
  }
  #sec2 .img2 {
    width: 42.6666666667vw;
    margin: 16vw auto 0 0;
  }
  #sec2 .img3 {
    width: 64vw;
    position: absolute;
    right: 0;
    top: 93.3333333333vw;
    z-index: 5;
  }
  #sec3 .img1 {
    width: 60vw;
    margin: 0 auto 0 3.2vw;
  }
  #sec3 .img2 {
    width: 53.3333333333vw;
    margin: -10.6666666667vw 0 0 auto;
  }
  #sec3 .img3 {
    width: 53.3333333333vw;
    margin: -53.3333333333vw auto 0 0;
  }
  #sec4 .img1 {
    width: 74.6666666667vw;
    margin: 0 0 0 auto;
  }
  #sec4 .img2 {
    width: 53.3333333333vw;
    margin: -16vw auto 0 0;
    position: relative;
    z-index: 5;
  }
  #sec4 .img3 {
    width: 53.3333333333vw;
    margin: -48vw 0 0 auto;
  }
  #sec5 .img1 {
    width: 74.6666666667vw;
    margin: 0 auto 0 10.1333333333vw;
  }
  #sec5 .img2 {
    width: 74.6666666667vw;
    margin: 6.6666666667vw 0 0 auto;
  }
  #sec5 .img3 {
    width: 44.2666666667vw;
    margin: -34.6666666667vw auto 0 0;
  }
  #sec6 .img1 {
    width: 74.6666666667vw;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 2;
  }
  #sec6 .img2 {
    width: 53.3333333333vw;
    margin: 5.3333333333vw auto 0 0;
  }
  #sec6 .img3 {
    width: 50.6666666667vw;
    margin: -45.3333333333vw 4vw 0 auto;
  }
}/*# sourceMappingURL=style.css.map */