@charset "UTF-8";
/*=========== カテゴリー ===========*/
@media (min-width: 600px) {
  .category-wrapper {
    max-width: 1024px;
    margin: 0 auto;
  }
}

.tab-area {
  display: grid;
}
@media (max-width: 599px) {
  .tab-area {
    grid-template-columns: 3fr 2fr 4fr;
  }
}
@media (min-width: 600px) {
  .tab-area {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.tab-area__btn {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border-bottom: 2px solid #2e2e2e;
}
.tab-area__btn--color {
  width: 100%;
  font-weight: normal;
  color: #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
}

.tab-content {
  display: none;
  margin: 0;
}
@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;
  position: relative;
}
.tab-content .catetree__item a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.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;
  font-size: 1.3rem;
}
@media (max-width: 599px) {
  .tab-content .catetree .catetree-haschild {
    background: none;
    border-bottom: 1px solid #e6e6e6;
  }
}
@media (min-width: 600px) {
  .tab-content .catetree .catetree-haschild {
    background-color: #f8f8f8;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
  }
}
.tab-content .catetree .catetree-haschild__item {
  width: 100%;
  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.sblst {
  position: relative;
}
@media (max-width: 599px) {
  .tab-content .catetree .catetree-haschild__item.sblst {
    padding-left: 40px;
  }
}
@media (min-width: 600px) {
  .tab-content .catetree .catetree-haschild__item.sblst {
    padding-left: 42px;
  }
}
.tab-content .catetree .catetree-haschild__item.sblst::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 599px) {
  .tab-content .catetree .catetree-haschild__item.sblst::before {
    left: 40px;
  }
}
@media (min-width: 600px) {
  .tab-content .catetree .catetree-haschild__item.sblst::before {
    left: 42px;
  }
}
@media (max-width: 599px) {
  .tab-content .catetree .catetree-haschild__item.sblst a {
    padding-left: 20px;
  }
}
.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(../image/common/ic_home.png) no-repeat center;
  background-size: contain;
}

/* 上部の推したいバナー
---------------------- */
.pushitem {
  font-size: 15px;
  width: 88%;
  margin: 15px auto 40px;
  text-align: center;
}
@media (min-width: 600px) {
  .pushitem {
    display: none !important;
  }
}

/*=========== footer最下部表示 ===========*/
#category {
  height: 100%;
}

footer {
  position: sticky;
  top: 100vh;
  width: 100%;
}

/*=========== パンくずリスト ===========*/
.category-breadcrumb {
  max-width: 1024px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 10px 0;
}
.category-breadcrumb ol {
  list-style: none;
}
.category-breadcrumb li {
  font-size: 1rem;
  display: inline;
}
.category-breadcrumb li:not(:last-child) a {
  text-decoration: underline;
}
.category-breadcrumb li:not(:last-child) a:hover {
  text-decoration: none;
}
.category-breadcrumb li + li::before {
  content: " > ";
}

@media (min-width: 600px) {
  .category-breadcrumb {
    margin: 10px auto 0;
  }
}