@charset "utf-8";
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
/* ---------- fv ---------- */
.collection_fv {
  position: relative;
  overflow: hidden;
  padding: 100px 0 12px;
}
.collection_fv .swiper, .collection_fv .swiper-container {
  width: 100%;
  overflow: visible;
}
.collection_fv .swiper-wrapper {
  align-items: stretch;
}
.collection_fv .swiper-slide {
  width: min(1080px, 76vw) !important;
  height: clamp(420px, 38vw, 500px);
  opacity: 1 !important;
  flex-shrink: 0;
}
.collection_slide {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #eee;
  border: 6px solid #fff;
  box-sizing: border-box;
}
.collection_slide .slide_img {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.collection_slide .slide_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ---------- text ---------- */
.collection_slide .slide_txtbox {
  position: absolute;
  top: 50%;
  right: clamp(40px, 9vw, 150px);
  z-index: 2;
  width: min(360px, 46%);
  transform: translateY(-50%);
  text-align: center;
}
.collection_slide .slide_label {
  width: min(180px, 70%);
  margin: 0 auto 10px;
}
.collection_slide .slide_label img {
  display: block;
  width: 100%;
}
.collection_slide .slide_sub {
  margin-bottom: 10px;
  color: #333;
  letter-spacing: 0.18em;
  font-size: clamp(12px, 1vw, 15px);
}
.collection_slide .slide_title {
  color: #333;
  font-family: "Cardo", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.collection_slide .slide_txtbox > p:not(.slide_sub):not(.slide_title) {
  color: #333;
  font-size: clamp(11px, 1vw, 14px);
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 16px;
}
/* ---------- slideごとの微調整 ---------- */
.collection_slide_bag .slide_txtbox {
  right: clamp(90px, 14vw, 220px);
  transform: translateY(calc(-50% + clamp(80px, 4vw, 120px)));
}
.collection_slide_goods .slide_txtbox {
  right: clamp(70px, 11vw, 180px);
}
.collection_slide_shoes .slide_txtbox {
  right: clamp(58px, 9vw, 150px);
}
/* ---------- pagination ---------- */
.collection_fv .swiper-pagination {
  position: static;
  margin-top: 12px;
  text-align: center;
}
.collection_fv .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  border-radius: 0;
  background: #cfcfcf;
  opacity: 1;
  margin: 0 5px;
}
.collection_fv .swiper-pagination-bullet-active {
  background: #333;
}
/* ---------- edit mode ---------- */
body:not(.on) .collection_fv {
  overflow: visible;
}
body:not(.on) .collection_fv .swiper, body:not(.on) .collection_fv .swiper-container {
  overflow: visible;
}
body:not(.on) .collection_fv .swiper-wrapper {
  display: grid;
  gap: 20px;
  height: auto;
  transform: none !important;
}
body:not(.on) .collection_fv .swiper-slide {
  width: 100% !important;
  height: 320px;
  opacity: 1 !important;
  transform: none !important;
}
body:not(.on) .collection_fv .swiper-slide-duplicate {
  display: none !important;
}
body:not(.on) .collection_fv .swiper-pagination {
  display: none;
}
/* ---------- responsive ---------- */
@media screen and (max-width: 768px) {
  body.on .collection_fv .swiper-slide {
    width: 86vw !important;
    height: 420px;
  }
  .collection_slide .slide_txtbox {
    right: 24px;
    left: 24px;
    width: auto;
  }
  .collection_slide h1 {
    font-size: clamp(28px, 8vw, 42px);
  }
  body.on .collection_slide .slide_img::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.4);
    pointer-events: none;
  }
  .collection_slide h1, .collection_slide .slide_txtbox > p, .collection_slide .slide_sub {
    text-shadow: 0 1px 8px rgba(255, 255, 255, 0.9);
  }
}
@media screen and (max-width: 576px) {
  body.on .collection_fv .swiper-slide {
    width: 88vw !important;
    height: 360px;
  }
  .collection_slide .slide_txtbox {
    top: auto;
    bottom: 34px;
    transform: none;
  }
  body:not(.on) .collection_fv .swiper-slide {
    height: 340px;
  }
}
/* ---------- category ---------- */
/* ---------- category ---------- */
.category_section {
  position: relative;
  overflow: hidden;
}

.category_section .category_list {
  display: grid;
  gap: clamp(120px, 7vw, 160px);
}

/* ---------- column2 base ---------- */
.category_section .column2_a1 {
  padding: 0;
}

.category_section .column2_a1 .inner {
  max-width: 1280px;
  margin: 0 auto;
}

.category_section .column2_a1 .row1 {
  position: relative;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: none;
}

.category_section .column2_a1 .txtbox {
  flex: 1 1 50%;
  min-width: calc(120px + clamp(170px, 18vw, 260px));
  box-sizing: border-box;
  padding: clamp(30px, 3.5vw, 48px) clamp(28px, 4vw, 52px);
  padding-right: clamp(170px, 18vw, 260px);
  position: relative;
}

.category_section .column2_a1 .txtbox h3 {
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.14em;
}

.category_section .column2_a1 .jp_title {
  letter-spacing: 0.08em;
}

.category_section .column2_a1 .body_txt {
  max-width: 620px;
}

.category_section .column2_a1 .imgbox {
  flex: 0 0 clamp(260px, 27vw, 370px);
  width: clamp(260px, 27vw, 370px);
  aspect-ratio: 43 / 41;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.category_section .column2_a1 .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.category_section .column2_a1 .product_img {
  position: absolute;
  z-index: 3;
}

.category_section .column2_a1 .product_img img {
  display: block;
  width: 100%;
}

/* ---------- box1 / box3 ---------- */
.category_section .category_box1 .row1,
.category_section .category_box3 .row1 {
  margin-left: clamp(20px, 4vw, 60px);
}

.category_section .category_box1 .imgbox,
.category_section .category_box3 .imgbox {
  transform: translateX(-50px) translateY(-50px);
}

.category_section .category_box1 .product_img,
.category_section .category_box3 .product_img {
  right: clamp(0px, 6vw, 40px);
  bottom: clamp(-28px, -2vw, -14px);
  width: clamp(170px, 18vw, 245px);
}

/* ---------- box2 / box4 ---------- */
.category_section .category_box2 .row1,
.category_section .category_box4 .row1 {
  margin-right: clamp(20px, 4vw, 60px);
}

.category_section .category_box2 .imgbox,
.category_section .category_box4 .imgbox {
  transform: translateX(50px) translateY(-50px);
}

.category_section .category_box2 .product_img,
.category_section .category_box4 .product_img {
  left: clamp(330px, 25vw, 420px);
  bottom: clamp(-44px, -3vw, -22px);
  width: clamp(190px, 22vw, 300px);
}

/* ---------- 900px ---------- */
@media screen and (max-width: 900px) {
  .category_section .column2_a1 .inner {
    padding: 0;
  }

  .category_section .category_box1 .row1,
  .category_section .category_box2 .row1,
  .category_section .category_box3 .row1,
  .category_section .category_box4 .row1 {
    margin-right: 0;
    margin-left: 0;
  }

  .category_section .column2_a1 .row1,
  .category_section .column2_a1 .row1.flex-row-re {
    flex-direction: column;
  }

  .category_section .column2_a1 .imgbox,
  .category_section .category_box1 .imgbox,
  .category_section .category_box2 .imgbox,
  .category_section .category_box3 .imgbox,
  .category_section .category_box4 .imgbox {
    width: 76%;
    max-width: 360px;
    flex: none;
    transform: translateY(-42px);
    margin: 0 auto -42px;
  }
  .category_section .column2_a1 .txtbox {
    width: 100%;
    min-width: 0;
    padding: 84px 28px 120px;
  }

  .category_section .column2_a1 .body_txt {
    max-width: none;
  }

  .category_section .column2_a1 .product_img,
  .category_section .category_box1 .product_img,
  .category_section .category_box2 .product_img,
  .category_section .category_box3 .product_img,
  .category_section .category_box4 .product_img {
    right: 24px;
    left: auto;
    bottom: -20px;
    width: clamp(130px, 34vw, 220px);
  }
}

@media screen and (max-width: 576px) {
  .category_section .category_list {
    gap: clamp(70px, 14vw, 100px);
  }

  .category_section .column2_a1 .row1 {
    position: relative;
  }

  .category_section .column2_a1 .txtbox {
    width: 100%;
    min-width: 0;
    padding: 72px 24px 42px;
    padding-right: 24px;
  }

  .category_section .column2_a1 .product_img,
  .category_section .category_box1 .product_img,
  .category_section .category_box2 .product_img,
  .category_section .category_box3 .product_img,
  .category_section .category_box4 .product_img {
    position: absolute;
    right: clamp(18px, 7vw, 36px);
    left: auto;
    top: clamp(150px, 30vw, 210px);
    bottom: auto;
    width: clamp(120px, 36vw, 180px);
    margin: 0;
  }
}
.recommended_section {
  position: relative;
  overflow: hidden;
}

.recommended_section .recommend_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 34px);
}

.recommended_section .recommend_item a {
  display: block;
  text-decoration: none;
}

.recommended_section .recommend_item .imgbox {
  position: relative;
  overflow: hidden;
  margin-bottom: clamp(16px, 2vw, 24px);
}

.recommended_section .recommend_item .imgbox img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: ease 0.35s;
}

.recommended_section .recommend_item .rank {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  background: #c4ad70;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.recommended_section .recommend_item .txtbox {
  text-align: center;
}

.recommended_section .recommend_item .brand {
  font-family: "Cardo", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.recommended_section .recommend_item h3 {
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  transition: ease 0.3s;
}

.recommended_section .recommend_item a:hover h3 {
  color: #333;

}

.recommended_section .recommend_item .price {
  font-family: "Cardo", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.08em;
}

.recommended_section .recommend_item a:hover .imgbox img {
  transform: scale(1.06);
}

@media screen and (max-width: 900px) {
  .recommended_section .recommend_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 576px) {
  .recommended_section .recommend_list {
    gap: 28px 16px;
  }

  .recommended_section .recommend_item .rank {
    min-width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
/* ---------- brand ---------- */
.brand_section {
  position: relative;
  overflow: hidden;
}
.brand_section .brand_item a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  text-decoration: none;
  transition: ease 0.3s;
}

.brand_section .brand_item a:hover {
  opacity: 0.65;
}
.brand_section .brand_list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
  width: min(1080px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.brand_section .brand_item {
  min-height: clamp(56px, 6vw, 72px);
  padding: 14px 18px;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}

.brand_section .brand_item img {
  display: block;
  max-width: 100%;
  max-height: 36px;
  object-fit: contain;
}

@media screen and (max-width: 900px) {
  .brand_section .brand_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 576px) {
  .brand_section .brand_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .brand_section .brand_item {
    min-height: 58px;
    padding: 12px 14px;
  }

  .brand_section .brand_item img {
    max-height: 30px;
  }
}
/* ---------- shop about ---------- */
.shop_about_section {
  position: relative;
  overflow: hidden;
  background: #c7e3bf;
}

.shop_about_section .shop_about_contents {
  align-items: center;
  gap: clamp(44px, 7vw, 90px);
}

.shop_about_section .visualbox {
  position: relative;
  width: min(560px, 48%);
  overflow: hidden;
}

.shop_about_section .visualbox > img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.03;
  object-fit: cover;
}

.shop_about_section .visual_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(270px, 58%);
  transform: translate(-50%, -50%);
}

.shop_about_section .visual_logo img {
  display: block;
  width: 100%;
}

.shop_about_section .txtbox {
  flex: 1;
}

.shop_about_section .info_block {
  max-width: 520px;
}

.shop_about_section .info_block h2 {
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.12em;
}

.shop_about_section .jp_title {
  letter-spacing: 0.08em;
}

.shop_about_section .about_block {
  margin-top: clamp(38px, 5vw, 64px);
  padding-top: clamp(34px, 4vw, 52px);
  border-top: 1px solid rgba(51, 51, 51, 0.28);
}

@media screen and (max-width: 900px) {
  .shop_about_section .shop_about_contents {
    display: block;
  }

  .shop_about_section .visualbox {
    width: 100%;
    max-width: 520px;
    margin: 0 auto 40px;
  }

  .shop_about_section .txtbox {
    max-width: 620px;
    margin: 0 auto;
  }

  .shop_about_section .info_block {
    max-width: none;
  }
}

@media screen and (max-width: 576px) {
  .shop_about_section .visual_logo {
    width: 62%;
  }

  .shop_about_section .about_block {
    margin-top: 34px;
    padding-top: 30px;
  }
}
/* ---------- blog section ---------- */
.blog_section {
  position: relative;
  overflow: hidden;
}

/* ---------- newstop_j ---------- */
.newstop_j .webgene-blog {
  --blog-gap: clamp(28px, 3vw, 42px);

  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: var(--blog-gap);
    width: 100%;
}

.newstop_j .webgene-blog .webgene-item {
  position: relative;
  width: calc((100% - var(--blog-gap) * 3) / 4);
  transition: ease 0.3s;
}


.newstop_j .webgene-blog .webgene-item a {
  display: block;
  text-decoration: none;
}

.newstop_j .webgene-blog .webgene-item:hover {
  opacity: 0.65 !important;
}

.newstop_j .webgene-blog .webgene-item .imgbox {
  overflow: hidden;
  border-radius: 3px;
}

.newstop_j .webgene-blog .webgene-item .imgbox img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 2.85;
  object-fit: cover;
}

.newstop_j .webgene-blog .webgene-item h3 {
  letter-spacing: 0.08em;
}

.newstop_j .webgene-blog .webgene-item .date {
  color: #b3b3b3;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1080px) {
  .newstop_j .webgene-blog .webgene-item {
    width: calc((100% - var(--blog-gap)) / 2);
  }
}

@media screen and (max-width: 576px) {
  .newstop_j .webgene-blog {
    --blog-gap: 38px;
  }

  .newstop_j .webgene-blog .webgene-item {
    width: 100%;
  }
}
/* ---------- news section ---------- */

.news_section {
  position: relative;
  overflow: hidden;
}

/* ---------- newstop_b ---------- */
.newstop_b {
  position: relative;
}

.newstop_b .contents {
  width: min(1000px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.newstop_b .webgene-blog .webgene-item {
  padding-bottom: 0;
  margin-bottom: clamp(18px, 2vw, 24px);
  border-bottom: none;
}

.newstop_b .webgene-blog .webgene-item a {
  display: block;
  text-decoration: none;
}

.newstop_b .webgene-blog .webgene-item a > .flex {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(16px, 2vw, 24px);
  width: 100%;
  padding: 0;
}

.newstop_b .webgene-blog .webgene-item a .item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(16px, 2vw, 24px);
  width: 100%;
  min-width: 0;
}

.newstop_b .webgene-blog .webgene-item a .label {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: clamp(12px, 1.5vw, 18px);
}

.newstop_b .webgene-blog .webgene-item a .date {
  flex: 0 0 auto;
  white-space: nowrap;
  letter-spacing: 0.04em;
}

.newstop_b .webgene-blog .webgene-item a .catelabel {
  flex: 0 0 auto;
  padding: 1px 7px;
  border: 1px solid #777;
  box-sizing: border-box;
  line-height: 1.25;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.newstop_b .webgene-blog .webgene-item a h3 {
  flex: 1;
  min-width: 0;
  width: auto;
  letter-spacing: 0.04em;
}

.newstop_b .more1 {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .newstop_b .contents {
    width: min(680px, 100%);
  }

  .newstop_b .webgene-blog .webgene-item a > .flex,
  .newstop_b .webgene-blog .webgene-item a .item {
    align-items: flex-start;
    gap: 14px;
  }
}

@media screen and (max-width: 576px) {
  .newstop_b .webgene-blog .webgene-item {
    margin-bottom: 20px;
  }

  .newstop_b .webgene-blog .webgene-item a > .flex,
  .newstop_b .webgene-blog .webgene-item a .item {
    display: block;
  }

  .newstop_b .webgene-blog .webgene-item a .label {
    margin-bottom: 8px;
  }


}
/* ---------- instagram ---------- */
.instagram {
  position: relative;
  overflow: hidden;
    background: #FAF9F5;
}

.instagram .titlebox1 .insta_icon {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(22px, 3vw, 30px);
}

.instagram .contents {
  width: min(1060px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.instagram .contents .webgene-blog {
  --insta-gap: 10px;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: var(--insta-gap);
}

.instagram .contents .webgene-blog .webgene-item {
  width: calc((100% - var(--insta-gap) * 4) / 5);
}

.instagram .contents .webgene-blog .webgene-item a {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 3px;
}

.instagram .contents .webgene-blog .webgene-item a > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: ease 1s;
}

.instagram .contents .webgene-blog .webgene-item a > div img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instagram .contents .webgene-blog .webgene-item a:hover > div {
  transform: translate(-50%, -50%) scale(1.08);
}

@media screen and (max-width: 768px) {
  .instagram .contents .webgene-blog {
    --insta-gap: 8px;
  }

  .instagram .contents .webgene-blog .webgene-item {
    width: calc((100% - var(--insta-gap) * 2) / 3);
  }
}

@media screen and (max-width: 576px) {
  .instagram .contents .webgene-blog .webgene-item {
    width: calc((100% - var(--insta-gap)) / 2);
  }
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}