@charset "UTF-8";

@keyframes pop-up {
  from {
    transform: translateY(-100%);
  }
}

.main-contents {
  margin-bottom: 200px;
}

section+section {
  padding-top: 160px;
}

section {
  margin-top: 60px;
}

section .cont-ttl {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}

section .cont-ttl h2 {
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #484848;
  font-weight: bold;
}

section .cont-ttl h2.s-ttl {
  font-size: 40px;
}

section .cont-ttl h2 span.sub-text {
  display: inline-block;
  margin-top: 20px;
  font-size: 0.35em;
  margin-left: 33px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

section .cont-ttl p {
  margin-top: 46px;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (max-width: 1024px) {
  section .cont-ttl {
    margin-bottom: 80px;
    display: block;
  }

  section {
    max-width: 520px;
  }

  .main-contents {
    margin-bottom: 100px;
  }

  section+section {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid #707070;
  }

  section .cont-ttl {
    margin-bottom: 30px;
  }

  section .cont-ttl h2 {
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
  }

  section .cont-ttl h2.s-ttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8;
  }

  section .cont-ttl h2 span.sub-text {
    font-size: 13px;
    display: block;
    margin: 10px 0 0;
  }

  section .cont-ttl p {
    font-size: 11px;
    letter-spacing: 0.02em;
    line-height: 2.27;
    margin-top: 20px;
  }
}

.search-wrap {
}

.search-wrap .search-inner {
  padding: 30px;
  position: fixed;
  width: 300px;
  background: #C7C7C7;
  border: 1px solid;
  top: 154px;
  height: calc(100vh - 154px);
  max-height: 620px;
  overflow-y: scroll;
  box-sizing: border-box;
  z-index: 5000;
}
.search-wrap .search-inner>div+div {
  margin-top: 20px;
}

.search-wrap .search-inner .search .ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}

.search-wrap .search-inner .search .search-list li {
  display: inline-block;
}
.search-wrap .search-inner .search .search-list li + li {
}

.search-wrap .search-inner .search .search-list li button {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  text-align: center;
}

.search-wrap .search-inner .search .search-list li button.name {
  padding: 0 8px;
  height: 32px;
}

.search-wrap .search-inner .search .search-list li button.area {
  height: 32px;
  padding: 0 5px;
}

.search-wrap .search-inner .search .search-list li button.active {
  background-color: #fff;
  color: #2f2f2f;
}

.search-wrap .search-inner .search .search-list li button:hover {
  background-color: rgb(255, 255, 255, 0.7);
}

.search-wrap .search-inner .clear-wrap .clear-btn:hover {
  text-decoration: underline;
}

.search-wrap .search-inner .btn-wrap .btn {
  height: 60px;
}
.search-wrap .search-inner .btn-wrap .btn + .btn {
  margin-top: 30px;
}

.search-wrap .search-inner .btn-wrap .btn.search-btn {
  background-color: #fff;
  color: #000;
}

.search-open {
  position: fixed;
  bottom: 20px;
  left: 10px;
  z-index: 10;
}

.search-open .search-open-btn {
  background: #fff;
  border: 1px solid;
  padding: 4px 10px;
  font-size: 14px;
}

.search-open .search-open-btn i {
  margin-right: 6px;
}

.breadcrumb-wrap {
  margin-top: 10px !important;
}
.breadcrumb-wrap p {
  font-size: 14px;
  font-weight: 400;
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
}

.sec-brand-list {
  width: calc(100% - 300px);
  margin-left: auto;
  margin-right: 0;
  margin-top: 40px;
  max-width: none;
}

.sec-brand-list .cont-ttl {
  justify-content: center;
}

.sec-brand-list .sec-brand-list__inner {
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
}

.sec-brand-list .sec-brand-list__inner .notfind {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sec-brand-list .sec-brand-list__inner .notfind {
    text-align: center;
    font-size: 14px;
  }
}

.list-wrap {
  display: grid;
  justify-content: center;
}

.list-wrap + .list-wrap {
  margin-top: 20px;
}

.list-wrap.col2 {
  gap: 40px 30px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.list-wrap.col3 {
  gap: 40px 15px;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

.list-wrap.col4 {
  gap: 20px 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.list-wrap.col5 {
  gap: 20px 10px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.list-wrap.col5.sp {
  display: none;
}


.list-wrap.col3 {
  gap: 40px 15px;
  grid-template-columns: repeat(3, 1fr);
}

.list-wrap.items-center {
  align-items: center;
}

@media screen and (max-width: 768px) {
  .list-wrap.col3 {
    gap: 40px 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .list-wrap.col5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .list-wrap.col5.sp {
    display: block;
  }
}
@media screen and (max-width: 524px) {
  .list-wrap.col3 {
    gap: 40px 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.brand-list + .btn-wrap {
  margin-top: 40px;
}

.brand-list + .btn-wrap .btn {
  margin: 0 auto;
}

.brand-list .brand .img-wrap + .detail {
  margin-top: 20px;
}

.brand-list .brand .detail .ctg-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .brand-list .brand .detail .ctg-list.sp-none {
    display: none;
  }
}

.brand-list .brand .detail .ctg-list .ctg {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  padding: 0px 16px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.04em;
  border-radius: 20px;
}

.brand-list .brand .detail .ctg-list .ctg:empty {
  padding: 0;
}

.brand-list .brand .detail .ctg-list .ctg.area[data-area="NORTH"] {
  background-color: #EDB88F;
}

.brand-list .brand .detail .ctg-list .ctg.area[data-area="SOUTH"] {
  background-color: #8EA0B5;
}

.brand-list .brand .detail .ctg-list .ctg.area[data-area="WEST"] {
  background-color: #AAB8AF;
}

.brand-list .brand .detail .ctg-list .ctg.area[data-area="EAST"] {
  background-color: #CB8F90;
}

.brand-list .brand .detail .ctg-list .ctg.area[data-area="ISLAND"] {
  background-color: #E8EAA6;
  color: #555454;
}

.brand-list .brand .detail .ctg-list .ctg.area[data-area="TASTY"] {
  background-color: #45914C;
}

.brand-list .brand .detail .ctg-list .ctg.area[data-area="STORY"] {
  background-color: #F49F19;
}

.brand-list .brand .detail .ctg-list .ctg.area[data-area="ECHO"] {
  background-color: #8052FF;
}

.brand-list .brand .detail .ctg-list .ctg.area[data-area="VISION"] {
  background-color: #FA0DF1;
}

.brand-list .brand .detail .ctg-list .ctg.area[data-area="OTHER"] {
  background-color: #000000;
}

.brand-list .brand .detail .ctg-list .ctg.area[data-area="SCSK"] {
  background-color: #0D3AFA;
}

.brand-list .brand .detail .ctg-list .ctg.floor {
  background-color: #727171;
}

.brand-list .brand .detail .ctg-list .ctg.catalog {
  background-color: #000;
}

.brand-list .brand .detail .ctg-list .ctg.catalog a {
  color: #fff;
}

.brand-list .brand .detail p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.brand-list .brand .detail .ttl {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.5;
}

.brand-list .brand .detail .text {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.brand-list .brand .detail .ttl + .text {
  margin-top: 10px;
}

.brand-list .brand .detail .text a {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .search-wrap .search-inner {
    width: 100%;
    max-width: 480px;
    bottom: 0;
    top: auto;
    height: 100vh;
    height: 100svh;
    overflow-y: auto;
    transform: translateY(100%) translateZ(10px);
    transition: 0.5s ease;
  }
  .search-wrap .search-inner.active {
    transform: translateY(0) translateZ(10px);
  }
  .search-wrap .search-inner .search .search-list li button.name {
    padding: 0 14px;
    height: 40px;
  }
  .search-wrap .search-inner .search .search-list li button {
    
  }
  .search-wrap .search-inner .search .search-list li button.area {
    height: 40px;
    padding: 0 14px;
  }
  .sec-brand-list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
}

body.noclick a {
  pointer-events: none;
}