@charset "utf-8";

/* ==================== category ==================== */
.category__wrap::-webkit-scrollbar {
  display: none !important;
  width: 0px;
}
.category__wrap {
  height: 100%;
  overflow: hidden scroll;  
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
}
.category__container {
  display: flex;
  flex-flow: column;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  overflow: hidden;
}
.category__header {
  display: flex;
  width: 100%;
  height: 4.4rem;
  background: #fff;
  align-items: end;
  justify-content: space-between;
  padding: 0 1.6rem;
  font-size: 1.8rem;
  position: fixed;
  top: 0;
  z-index: 99;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.tab__wrap-content {
  position: relative;
  top:0;
  display: none;
  flex-flow: column;
  padding-top: 8.9rem;
  overflow: hidden;
}
.tab__wrap-content.on {
  display: flex;
}
.tab__wrap-content.category_page {
  padding-top: 22.4rem;
}
.tab__wrap-content::-webkit-scrollbar  {
  display: none;
}
.tab__wrap-content--active {
  display: block;
}
.category__top-bookclub {
  padding: 0rem 1.6rem;
}
.category__top-bookclub.hide {
  display: none;
}
.category__top-bookclub--link {
  display: flex;
  color: #222;
  margin-bottom: .4rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  align-items: center;
  justify-content: flex-start;
}
.category__top-bookclub--link .icon {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: .4rem;
  background: url(../../images/icon/ico_arrow_next_black.svg) no-repeat;
}
.category__top {
  position: fixed;
  width: 100%;
  padding-top: 1.6rem;
  top: 8.9rem;
  z-index: 1000;
  background-color: #ffffff;
  border-bottom: 1px solid #ececec;
  transition: all .3s ease-in-out;
}
.category__top-swiper {  
  padding: 0 1.6rem 1.6rem;
}
.category__top-item.swiper-slide {
  width: auto
}
.category__top-item--link {
  display: flex;
  flex-flow: column;  
  gap: .8rem;
  color: #222;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  align-items: center;
  justify-content: center;
}
.category__top-icon {
  width: 4.8rem;
}
.category__list-wrap {
  display: flex;
  height: 100%;
  align-items: stretch;  
  overflow: hidden;
  padding-left: 13.8rem;
}
.category__list {
  position: fixed;
  left: 0;
  width: 13.8rem;
  top: 22.4rem;
  height: calc(100% - 22.4rem);
  padding: 1.6rem 0 7.2rem;
  overflow: hidden scroll;
  overscroll-behavior: contain;
  background-color: #f4f7fb;
}
.category__list::-webkit-scrollbar  {
  display: none;
}
.categoty__list-button {
  display: flex;
  width: 100%;
  padding: 1.4rem 1.6rem;
  color: #666;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: #f4f7fb;
}
.categoty__list-button--active {
  color: #222;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  background-color: #ffffff;
}
.detail__list-wrap {
  position: relative;
  display: flex;
  flex: 1 1 ;
  flex-flow: column;
  padding: 1.6rem 0;
  gap: 1.6rem;
  overflow: hidden scroll;
}
.detail__list {
  position: relative;
  display: flex;
  flex-flow: column;
}
.detail__list:last-child {
  padding-bottom: 5rem;
}
.detail__list:last-child:after {
  display: none;
}
.detail__list::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1.6rem;
  width: calc(100% - 3.2rem);
  height: 1px;
  background: #ececec;
}
.detail__list-item {
  display: flex;
  padding: 1.6rem 1.6rem;
  color: #222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  align-items: center;
}
.detail__list-item--1depth {  
  padding: .8rem 1.6rem;
  color: #222;
  font-weight: 600;
  line-height: 1.333;
}
.detail__list-item--1depth .detail__list-item--icon {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: .8rem;
}
.brand__list-wrap {
  position: relative;
  display: block;
  height: 100%;
  align-items: stretch;
  overflow: hidden;
}
.brand__list::-webkit-scrollbar {
  display: none;
}
.brand__list {
  position: relative;
  display: flex;
  height: 100%;
  flex-flow: column;
  gap:1.6rem;
  padding-top: 1.6rem;
  overflow: hidden;
}
.brand__list-item {
  display: flex;
  flex-flow: column;
  padding-left: 1.6rem;
}
.brand__list-title {
  color: #444444;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.07;
}
.brand__list-link {
  display: flex;
  padding: .8rem 2.4rem;
  align-items: center;
  justify-content: flex-start;
  color: #222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.brand__list-img {
  display: flex;
  width: 4.8rem;
  height: 4.8rem;
  margin-right: 1.6rem;
  border-radius: 1.6rem;
  background-color: #f4f7fb;
  border: 1px solid #ececec;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.brand__list-img > img {
  max-width: 100%;
  max-height: 100%;
}
.brand__nav-wrap {
  position: fixed;
  display: flex;
  width: 3rem;
  flex: 0 0 5.6rem;
  padding-top: 1.6rem;
  max-height: calc(100% - 17rem);
  top: 9.9rem;
  right: 1.6rem;
  overflow: hidden auto;
  overscroll-behavior: contain;
  justify-content: flex-start;
  align-items: center;
  flex-flow: column;
}
.brand__nav-list {
  display: flex;
  flex-flow: column;
  height: 100%;
  align-items: center;
}
.brand__nav-button {
  display: flex;
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: 1.6rem;
  color: #222;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 12px;
  border: 1px solid #ececec;
  background: #FFFfff;
  align-items: center;
  justify-content: center;
}
.brand__nav-button--etc {
  font-size: .8rem;
  line-height: 2.25;
}
.brand__nav-button.on {
  background-color: #000000;
  color: #ffffff;
}
/* ==================== //category ==================== */