@charset "UTF-8";
#depachika {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #a3a3a3;
}
/* MV */
#depachika .mvWrap {
  margin-bottom: 60px;
}
/* wrapごとのタイトル */
#depachika .wrapTtl {
  margin: 0 auto 30px;
  text-align: center;
}
#depachika .wrapTtl span {
  font-size: 25px;
  letter-spacing: .1em;
  position: relative;
}
#depachika .wrapTtl span::before {
  background-color: #ce4d66;
  bottom: -15px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 30px;
}
/* ブランド一覧 */
#depachika .brandList .name a:link,
#depachika a:visited {
  color: #999999 !important;
}
#depachika .wrapBrandList {
  margin-bottom: 40px;
}
#depachika .wrapBrandListLast {
  margin-bottom: 0;
}
#depachika .brandList ul {
  display: flex;
  flex-wrap: wrap;
}
#depachika .brandList ul li {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  margin-bottom: 20px;
  width: calc((100% - (20px * 4)) / 5);
}
#depachika .brandList ul li:not(:nth-child(5n)) {
  margin-right: 20px;
}
#depachika .brandList img {
  margin-bottom: 6px;
}
#depachika .brandList .name {
  display: block;
  text-align: center;
  font-size: 0.9em;
font-weight: 200;
	color: #999999;
}
/* 戻るボタン */
#depachika .topBtnWrap {
  margin: 50px auto 0;
  max-width: 1000px;
  width: 100%;
}
#depachika .bnrWrap {
  display: flex;
  justify-content: center;
}
#depachika .bnrWrap .categoryLink a {
  align-items: center;
  background-color: #d83159;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 70px;
  justify-content: center;
  width: 100%;
}
#depachika .topBtnWrap .btn {
  width: calc((100% - 20px) / 2);
}
#depachika .topBtnWrap .btn a {
  padding: 5px 10px;
}
#depachika .topBtnWrap .btn:first-child {
  margin-right: 20px;
}
#depachika .topBtnWrap .topBtn a {
  align-items: center;
  border: 1px solid #7a7778;
  color: #7a7778;
  display: flex;
  font-size: 23px;
  height: 70px;
  justify-content: center;
  margin: 0 auto;
}
#depachika .bp320 {
  display: none;
}
#depachika .wrapTtl {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #depachika {
    margin-top: 4px;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  /* MV */
  #depachika .mvWrap {
    margin-bottom: 40px;
  }
  #depachika .wrapTtl {
    margin: 0;
    padding-bottom: 30px;
    position: relative;
  }
  #depachika .wrapTtl span::before {
    width: 0;
  }
  #depachika .wrapTtl::after {
    background-image: url(icon-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 9.64px;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    width: 17.84px;
  }
  #depachika .wrapTtl.open::after {
    transform: rotate(-180deg) translateY(-50%);
    transform-origin: top center;
  }
  /* ブランド一覧 */
  #depachika .wrapBrandList {
    margin-bottom: 0;
  }
  #depachika .brandList {
    display: none;
  }
  #depachika .brandList ul li {
    margin-bottom: 10px;
    width: calc((100% - (10px * 2)) / 3);
  }
  #depachika .brandList ul li a {
    text-align: center;
    width: 100%;
  }
  #depachika .brandList ul li:not(:nth-child(5n)) {
    margin-right: 0;
  }
  #depachika .brandList ul li:not(:nth-child(3n)) {
    margin-right: 10px;
  }
  /* 戻るボタン */
  #depachika .topBtnWrap {
    max-width: 100%;
  }
  #depachika .bnrWrap {
    flex-direction: column-reverse;
  }
  #depachika .bnrWrap .categoryLink, #depachika .topBtnWrap .topBtn {
    margin: 0 auto;
    width: 100%;
  }
  #depachika .topBtnWrap .btn a {
    padding: 5px;
  }
  #depachika .bnrWrap .categoryLink a {
    font-size: 19px;
    line-height: 1.4;
    margin: 0 auto;
    text-align: center;
    width: 95%;
  }
  #depachika .topBtnWrap .topBtn a {
    font-size: 16px;
    height: 50px;
    margin: 20px auto 0;
    width: 80%;
  }
  #depachika .topBtnWrap {
    margin: 30px auto 0;
  }
  #depachika .wrapTtl {
    pointer-events: auto;
    margin-bottom: 1em;
    padding: 0.5em;
    border: 1px solid #D83159;
  }
  #depachika .wrapTtl span {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 320px) {
  #depachika .bnrWrap .categoryLink a {
    line-height: 1.4;
  }
  #depachika .bp320 {
    display: block;
  }
}