@charset "utf-8";
@import 'reset.css';
@import 'tab-menu--fixed.css';
@import 'swiper-custom.css';
@import 'toggle-box.css';

/* img-box */
.img-box {
  position: relative;
}

/* swiper */
.swiper-mask {
  width: 100%;
  padding: 0 6.6666vw;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
.swiper-mask .swiper {
  padding: 0 9.3333vw;
  box-sizing: border-box;
}

/* sub-tab */
.sub-tab {
  display: flex;
  justify-content: space-between;
  /* background-color: rgba(248, 255, 187, 0.5); */
  background-image: url('../images/tab2/50_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 38vw;
  padding: 6.6666vw 6.9333vw 0;
  box-sizing: border-box;
}
.sub-tab.tab1 {
  background-image: url('../images/tab2/50_bg.jpg');
}
.sub-tab.tab2 {
  background-image: url('../images/tab2/40_bg.jpg');
}
.sub-tab.tab3 {
  background-image: url('../images/tab2/30_bg.jpg');
}
.sub-tab.tab4 {
  background-image: url('../images/tab2/20_bg.jpg');
}
.sub-tab.tab5 {
  background-image: url('../images/tab2/10_bg.jpg');
}
.sub-tab .sub-tab-btn {
  width: 16.2666vw;
}

.sub-tab .sub-tab-btn img:last-of-type {
  display: none;
}
.sub-tab .sub-tab-btn.on img:first-of-type {
  display: none;
}
.sub-tab .sub-tab-btn.on img:last-of-type {
  display: block;
}

.bottom-btn {
  padding: 0 13.3333vw;
  position: absolute;
  bottom: 13vw;
}

/* sale tab */
.season-wrap,
.sale-wrap {
  padding: 0 5.3333vw;
  margin-top: 30px;
}

.s-title {
  color: #634818;
  flex-basis: 20vw;
  font-size: 4vw;
  font-weight: bold;
}
.right {
  flex: 1 0;
}
.right > div:not(:first-child) {
  margin-top: 20px;
}
.division {
  font-weight: bold;
  font-size: 3.5vw;
  color: #343434;
}
.brand {
  line-height: 1.5;
  font-size: 3.2vw;
  color: #858585;
  margin-top: 10px;
  word-break: keep-all;
}

.sale-aticle {
  display: flex;
}
.sale-aticle:not(:first-child) {
  margin-top: 50px;
}
