@charset "UTF-8";
/*=========== カテゴリー ===========*/
@media (min-width: 600px) {
  .category-wrapper {
    max-width: 1024px;
    margin: 0 auto;
  }
}

.tab-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.tab-area__btn {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.tab-area__btn--ladies {
  font-weight: bold;
  color: #9D2A2F;
  border-bottom: 2px solid #9D2A2F;
}
.tab-area__btn--mens {
  font-weight: bold;
  color: #3A87B7;
  border-bottom: 2px solid #3A87B7;
}
.tab-area__btn--color {
  width: 100%;
  font-weight: normal;
  color: #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
}

.tab-content {
  display: none;
  margin: 0 -10px;
}
@media (min-width: 600px) {
  .tab-content {
    margin: 0;
  }
}
.tab-content .catetree {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0px 30px;
  font-size: 1.4rem;
  font-weight: bold;
}
.tab-content .catetree__item, .tab-content .catetree .catetree-haschild__item {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.tab-content .catetree__item a, .tab-content .catetree .catetree-haschild__item a {
  display: block;
}
.tab-content .catetree__item {
  width: 100%;
}
@media (min-width: 600px) {
  .tab-content .catetree__item {
    width: calc(33.3333333333% - 20px);
  }
}
.tab-content .catetree__item a {
  padding: 15px 40px 15px;
}
.tab-content .catetree__item::before {
  content: "";
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u34756398/pc/css/../image/common/ic-arrow-right.png) no-repeat center;
  background-size: contain;
  position: absolute;
  display: inline-block;
  left: 15px;
  top: 20px;
  width: 10px;
  height: 10px;
}
.tab-content .catetree__item--col {
  border-right: none;
}
@media (min-width: 600px) {
  .tab-content .catetree__item--col {
    width: calc(50% - 15px);
  }
}
.tab-content .catetree__item--empty {
  width: 100%;
}
.tab-content .catetree .catetree-haschild {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e6e6e6;
  font-size: 1.3rem;
  border: none;
  background-color: #f8f8f8;
}
@media (min-width: 600px) {
  .tab-content .catetree .catetree-haschild {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
  }
}
.tab-content .catetree .catetree-haschild__item {
  width: 50%;
  border-right: 1px solid #e6e6e6;
}
.tab-content .catetree .catetree-haschild__item:not(:nth-child(2n)) {
  border-right: none;
}
@media (min-width: 600px) {
  .tab-content .catetree .catetree-haschild__item {
    width: 100%;
    border-right: none;
    gap: 20px;
  }
}
.tab-content .catetree .catetree-haschild__item a {
  padding: 15px 25px 15px;
}
.tab-content .catetree .catetree-haschild__item:first-of-type {
  width: 100%;
  border-right: none;
  background-color: #fff;
}
@media (min-width: 600px) {
  .tab-content .catetree .catetree-haschild__item:first-of-type {
    margin-right: 0;
    grid-column: 1/4;
  }
}
.tab-content .catetree .catetree-haschild__item:first-of-type a {
  padding-left: 40px;
}
.tab-content .catetree .hot-icon {
  color: #9D2A2F;
}
.tab-content .catetree .hot-icon::after {
  content: "New!";
  color: #fff;
  font-size: 1.2rem;
  background-color: #9D2A2F;
  padding: 1px 5px;
  margin-left: 3px;
}

@media (min-width: 600px) {
  .mens-cate__wrapper .catetree {
    padding-bottom: 315px;
  }
}

.to-top {
  text-align: center;
  margin-top: 70px;
}
@media (min-width: 600px) {
  .to-top {
    display: none;
  }
}
.to-top a {
  padding: 35px;
}
.to-top a::before {
  content: "";
  position: relative;
  display: inline-block;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u34756398/pc/css/../image/common/ic_home.png) no-repeat center;
  background-size: contain;
}

/*=========== footer最下部表示 ===========*/
#category {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#footer {
  margin-top: auto;
}