@charset "UTF-8";
/* Sass Document */
.title02._line {
  margin-bottom: 4rem;
}
@media screen and (max-width: 840px) {
  .title02._line {
    margin-bottom: 7vw;
  }
}

.item_intro {
  padding: 5.5rem 0 10rem;
}
.item_intro__filters {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 4rem;
}
.item_intro__filter {
  min-width: 25rem;
  height: 7rem;
  padding: 1.2rem 2rem;
  background: #FFF03A;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  position: relative;
  transition: opacity 0.3s;
}
.item_intro__filter::after {
  content: "";
  display: block;
  margin: 0.6rem auto 0;
  width: 0;
  height: 0;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 0.8rem solid #000;
}
.item_intro__filter:hover {
  opacity: 0.8;
}
.item_intro__text {
  max-width: 82rem;
  margin: 0 auto;
  text-align: center;
}
.item_intro__text p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .item_intro {
    padding: 4.5833333333vw 0 8.3333333333vw;
  }
  .item_intro__filters {
    gap: 0.8333333333vw;
    margin-bottom: 3.3333333333vw;
  }
  .item_intro__filter {
    min-width: 18.3333333333vw;
    height: 5vw;
    padding: 0 1.6666666667vw;
    font-size: 1.6666666667vw;
    border-radius: 0.3333333333vw;
  }
  .item_intro__filter::after {
    border-left-width: 0.4166666667vw;
    border-right-width: 0.4166666667vw;
    border-top-width: 0.5833333333vw;
  }
  .item_intro__text p {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .item_intro {
    padding: 5vw 0 10vw;
  }
  .item_intro__filters {
    align-items: center;
    gap: 1rem;
  }
  .item_intro__filter {
    width: 100%;
    min-width: 0;
    height: 14vw;
    margin-bottom: 2vw;
    padding: 1.5vw 0 0;
    font-size: 4vw;
    border-radius: 1.2vw;
  }
  .item_intro__filter::after {
    border-left-width: 1.5vw;
    border-right-width: 1.5vw;
    border-top-width: 1.5vw;
  }
  .item_intro__text p {
    font-size: 3.7vw;
    line-height: 1.6;
  }
}

.item_category {
  padding-bottom: 6rem;
}
.item_category__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.8rem;
  max-width: 116rem;
  margin: 0 auto;
}
.item_category__card {
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 0 1rem;
  text-align: center;
  min-height: 17.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 5px;
}
.item_category__image {
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.item_category__image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.item_category__name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .item_category {
    padding-bottom: 8.3333333333vw;
  }
  .item_category__grid {
    gap: 0.6666666667vw;
  }
  .item_category__card {
    padding: 1.3333333333vw 0.8333333333vw 1.5vw;
    min-height: 14.1666666667vw;
  }
  .item_category__image {
    height: 6.6666666667vw;
    margin-bottom: 0.8333333333vw;
  }
  .item_category__name {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  .item_category {
    padding-bottom: 10vw;
  }
  .item_category__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.8rem;
  }
  .item_category__card {
    min-height: 40vw;
    padding: 1vw 0;
  }
  .item_category__image {
    height: 18vw;
  }
  .item_category__name {
    min-height: 12.5vw;
    font-size: 4.3vw;
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
  }
}

.item_brand {
  padding: 9rem 0 0;
  background: #ececec;
}
.item_brand__featured {
  max-width: 92rem;
  margin: 0 auto;
  padding: 2.2rem 3rem;
  border: 0.4rem solid #f0c400;
  background: #fff;
}
.item_brand__featured_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.6rem 2rem;
}
.item_brand__featured_item {
  text-align: center;
}
.item_brand__featured_item p {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.item_brand__featured_logo {
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item_brand__featured_logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.item_brand__lead {
  text-align: center;
  margin-top: 4rem;
}
.item_brand__lead p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}
.item_brand .item_brand__more_list {
  padding: 2.4rem 3rem 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem 2rem;
}
.item_brand .item_brand__more_list a {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  color: #111;
  text-decoration: none;
  transition: opacity 0.3s;
}
.item_brand .item_brand__more_list a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1200px) {
  .item_brand .item_brand__more_list {
    padding: 2vw 2.5vw 2.5vw;
    gap: 1vw 1.6666666667vw;
  }
  .item_brand .item_brand__more_list a {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  .item_brand .item_brand__more_list {
    padding: 1.6rem 1.4rem 2rem;
    gap: 0.8rem 1.2rem;
  }
  .item_brand .item_brand__more_list a {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 1200px) {
  .item_brand {
    padding: 7.5vw 0 0;
  }
  .item_brand__featured {
    max-width: 76.6666666667vw;
    padding: 1.8333333333vw 2.5vw;
    border-width: 0.3333333333vw;
  }
  .item_brand__featured_grid {
    gap: 2.1666666667vw 1.6666666667vw;
  }
  .item_brand__featured_item p {
    margin-top: 0.8333333333vw;
    font-size: 1.1666666667vw;
  }
  .item_brand__featured_logo {
    height: 5vw;
  }
  .item_brand__lead {
    margin-top: 3.3333333333vw;
  }
  .item_brand__lead p {
    font-size: 1.6666666667vw;
  }
  .item_brand__more {
    max-width: 76.6666666667vw;
    margin-top: 3.3333333333vw;
  }
  .item_brand__more summary {
    padding: 1.3333333333vw 4.1666666667vw 1.3333333333vw 1.6666666667vw;
    font-size: 1.5vw;
  }
  .item_brand__more summary::after {
    right: 1.6666666667vw;
    font-size: 1.6666666667vw;
  }
  .item_brand__more_list {
    padding: 2vw 2.5vw 2.5vw;
    gap: 1vw 1.6666666667vw;
  }
  .item_brand__more_list span {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 840px) {
  .item_brand {
    padding-top: 5rem;
  }
  .item_brand__featured {
    padding: 1.6rem 1.2rem;
    border-width: 0.3rem;
  }
  .item_brand__featured_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }
  .item_brand__featured_item p {
    font-size: 1.2rem;
  }
  .item_brand__featured_logo {
    height: 4.4rem;
  }
  .item_brand__lead {
    margin-top: 2.4rem;
  }
  .item_brand__lead p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .item_brand__more {
    margin-top: 2.4rem;
  }
  .item_brand__more summary {
    padding: 1.2rem 4rem 1.2rem 1.6rem;
    font-size: 1.4rem;
  }
  .item_brand__more summary::after {
    right: 1.4rem;
    font-size: 1.6rem;
  }
  .item_brand__more_list {
    padding: 0;
    gap: 0.8em 1.2em;
  }
  .item_brand__more_list span {
    font-size: 3.5vw;
    line-height: 1.7;
  }
}

#maker_area .btn_more_list {
  position: relative;
  width: 100%;
  margin: 3rem 0 0;
}
@media screen and (max-width: 840px) {
  #maker_area .btn_more_list {
    margin: 7.4vw 0 0;
  }
}
#maker_area .btn_more_list a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 77rem;
  height: 4.7rem;
  margin: auto;
  font-size: 1.7rem;
  font-weight: 700;
  background: #fff;
  border: 0.1rem solid #919191;
  border-radius: 0.5rem;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  #maker_area .btn_more_list a {
    width: 64.1666666667vw;
    height: 3.9166666667vw;
    font-size: 1.4166666667vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  #maker_area .btn_more_list a {
    width: 89.7435897436vw;
    height: 12.0512820513vw;
    font-size: 4.358974359vw;
    border-radius: 1.2820512821vw;
  }
}
#maker_area .btn_more_list a:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 2rem;
  font-size: 2rem;
  font-weight: 900;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  #maker_area .btn_more_list a:after {
    right: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  #maker_area .btn_more_list a:after {
    right: 4.358974359vw;
  }
}
#maker_area .btn_more_list.is-open a:after {
  content: "−";
}
#maker_area .item_brand__more_list {
  display: none;
  margin: 3rem 0 0;
}
@media screen and (max-width: 840px) {
  #maker_area .item_brand__more_list {
    margin: 7.4vw 0 0;
  }
}
#maker_area .item_brand__more_list.is-open {
  display: block;
}
#maker_area .item_brand__more_list .flex {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem 2.2rem;
}
@media screen and (max-width: 840px) {
  #maker_area .item_brand__more_list .flex {
    gap: 1.5vw 4vw;
  }
}
#maker_area .item_brand__more_list a {
  font-size: 1.6rem;
}
@media screen and (max-width: 840px) {
  #maker_area .item_brand__more_list a {
    margin: 3.5vw;
  }
}