@import url("https://use.typekit.net/wzn8vfr.css");
@media screen and (min-width: 769px) {
  .hide_pc {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .hide_sp {
    display: none !important;
  }
}

.h2 {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .h2 {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}

.h3 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .h3 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}

.h4 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.h5 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .h5 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

p + p {
  margin-top: 10px;
}

small {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  small {
    font-size: 1rem;
  }
}

.title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .title {
    margin-bottom: 20px;
  }
}
.title_h3 {
  font-size: 4.2rem;
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 68, "wght" 800;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .title_h3 {
    font-size: 3.2rem;
  }
}
.title_h3 small {
  font-size: 0.8em;
}
.title_h4 {
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 68, "wght" 800;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 0;
}
.title_ja {
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .title_ja {
    font-size: 1.4rem;
  }
}

.link {
  text-decoration: underline;
  color: #3680E5;
}

.dib {
  display: inline-block;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 446px;
  height: 90px;
  padding-inline: 40px;
  border: 2px solid #000;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn {
    height: 70px;
  }
}
.btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  rotate: -45deg;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
.btn_none {
  background-color: #fff;
  color: #8c8c8c;
}
.btn_none::after {
  display: none;
}
.btn_small {
  width: 100%;
  max-width: 335px;
  height: 90px;
}
.btn_black {
  background-color: #000;
  color: #fff;
}
.btn_white {
  background-color: #fff;
}
.btn_orange {
  background-color: #f04000;
  border: none;
  color: #fff;
}
.btn_en {
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" -12, "wdth" 68, "wght" 800;
  font-size: 3.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .btn_en {
    font-size: 2.8rem;
  }
}
.btn_ja_b {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .btn_ja_b {
    font-size: 1.8rem;
  }
}
.btn_ja {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .btn_ja {
    font-size: 1.4rem;
  }
}

.btn + .btn {
  margin-top: 20px;
}

main {
  margin-top: 0;
  padding-top: 0;
}
main section {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main section {
    margin-top: 60px;
  }
}
main .title {
  padding-bottom: 40px;
  margin-bottom: 70px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .title {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
main .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 1px;
  background-color: #000;
  bottom: 0;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 768px) {
  main .title::before {
    width: 80px;
  }
}
main .filter-open {
  position: fixed;
  z-index: 1;
  bottom: 20px;
  left: 50%;
  translate: -50%;
  background-color: #000;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 60px;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #fff;
}
main .filter {
  translate: 0 100%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
  position: fixed;
  bottom: 0;
  z-index: 35;
  width: 100%;
  max-height: 70vh;
  overflow: scroll;
  background: #fff;
  padding: 40px 20px 20px 20px;
  border: 2px solid #000;
}
main .filter.show {
  translate: 0;
}
main .filter_inner {
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
}
main .filter .filter-close.cross {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #000;
  top: 10px;
  right: 10px;
}
main .filter .filter-close.cross::before, main .filter .filter-close.cross::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}
main .filter .filter-close.cross::before {
  rotate: -45deg;
}
main .filter .filter-close.cross:after {
  rotate: 45deg;
}
main .filter .filter-close.submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 50px;
  color: #fff;
  background: #000;
}
main .filter .filter-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 50px;
  background: #ddd;
}
main .filter .filter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 20px;
  margin-top: 30px;
}
main .filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
}
main .filter ul + p {
  margin-top: 20px;
}
main .filter p {
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 68, "wght" 700;
  font-size: 16px;
  margin-bottom: 6px;
}
main .filter label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 40px;
  height: 40px;
  padding-inline: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
}
main .filter label input {
  display: none;
}
main .filter label:has(input:checked) {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
main .brandlist {
  min-height: 70vh;
}
main .brandlist_inner {
  max-width: 1280px;
  width: calc(100% - 80px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  main .brandlist_inner {
    width: calc(100% - 40px);
  }
}
main .brandlist_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
@media screen and (max-width: 1024px) {
  main .brandlist_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  main .brandlist_list {
    gap: 40px 10px;
  }
}
main .brandlist_item picture {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
  border: #efefef 1px solid;
  overflow: hidden;
}
main .brandlist_item picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .brandlist_item_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}
main .brandlist_item_tag li {
  font-family: "acumin-variable", "Noto Sans JP", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 68, "wght" 700;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 4px;
  background-color: #444;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  main .brandlist_item_tag li {
    font-size: 1.2rem;
  }
}
main .brandlist_item dl {
  margin-top: 8px;
}
main .brandlist_item dl dt {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main .brandlist_item dl dt {
    font-size: 1.4rem;
  }
}
main .brandlist_item dl dd {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  main .brandlist_item dl dd {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */