@charset "UTF-8";
.is_red {
  color: #e30000;
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");
.skatemix * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.isRed {
  color: #e21936;
}
.isBold {
  font-weight: bold;
}
.skatemix_kv {
  width: 100%;
  height: 400px;
}
.skatemix_kv picture {
  width: 100%;
  height: 100%;
}
.skatemix_head {
  padding-top: 39px;
  text-align: center;
}
.skatemix_lead {
  font-size: 24px;
}
.skatemix_note {
  padding-top: 35px;
}
.skatemix_note_list {
  padding-top: 20px;
}
.skatemix_note_list li {
  padding: 5px 0;
}
.skatemix_body {
  padding-top: 50px;
}
.skatemix_faq {
  margin-bottom: 30px;
}
.skatemix_faq_ttl {
  width: 100%;
  height: 58px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #222;
}
.skatemix_faq_ttl span {
  font-size: 18px;
}
.skatemix_faq_ttl:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  margin-top: -6px;
  border-right: 2px solid #222;
  border-top: 2px solid #222;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.skatemix_faq_ttl.isOpen:after {
  margin-top: 3px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.skatemix_faq_body {
  padding: 30px 0 30px 20px;
  display: none;
}
.skatemix_faq_body_head {
  padding-top: 35px;
  font-size: 16px;
}
.skatemix_faq_body_items {
  padding-top: 20px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.skatemix_faq_body_txt {
  padding: 3px 0;
  font-size: 14px;
  line-height: 1.6;
}
.skatemix_faq_body_item {
  width: 25%;
  padding: 0 8px;
  display: block;
  color: #222;
  font-size: 12px;
}
.skatemix_faq_body_item:hover {
  text-decoration: none;
}
.skatemix_faq_body_item:hover .skatemix_faq_body_item_name {
  opacity: 0.7;
}
.skatemix_faq_body_item_img {
  width: 100%;
  height: auto;
}
.skatemix_faq_body_list {
  padding-top: 40px;
}
.skatemix_faq_body_link {
  font-size: 14px;
  line-height: 2.5;
}
.skatemix_faq_body_link.isOnly {
  display: inline-block;
  padding: 20px 0;
}
.brand_bnrs {
  width: 100%;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.brand_bnr {
  width: 470px;
  height: 316px;
  position: relative;
}
.brand_bnr:nth-child(1) .brand_bnr_link_head {
  width: 98%;
  padding: 10px 10px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  text-align: left;
  background: rgba(44,52,47,0.7);
  position: absolute;
  top: 20px;
}
.brand_bnr:nth-child(1) .brand_bnr_link_head span {
  margin: 0 0 0 -0.5em;
  display: block;
  font-weight: bold;
  font-size: 25px;
}
.brand_bnr:nth-child(1) .brand_bnr_link_head:after {
  content: '';
  display: block;
  width: 40px;
  height: 10px;
  background: url("https://img.abc-mart.net/new_img/icon/icon_line_arrow_wht.png") no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 20px;
  right: 18px;
  z-index: 4;
}
.brand_bnr:nth-child(2) .brand_bnr_link_head {
  width: 98%;
  padding: 10px 0;
  font-size: 21px;
  font-weight: bold;
  color: #000;
  text-align: center;
  background: transparent;
  position: absolute;
  top: auto;
  bottom: 0;
}
.brand_bnr:nth-child(2) .brand_bnr_link_head:after {
  content: '';
  display: block;
  width: 40px;
  height: 10px;
  background: url("https://img.abc-mart.net/new_img/icon/icon_line_arrow_blk.png") no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 20px;
  right: 18px;
  z-index: 4;
}
.brand_bnr_link_img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .skatemix {
    padding: 0 calc((10 / 375) * 100vw);
  }
  .skatemix_kv {
    width: 100%;
    height: calc((148 / 375) * 100vw);
    margin-top: 15px;
  }
  .skatemix_head {
    padding-top: 30px;
    text-align: left;
  }
  .skatemix_note {
    padding-top: 30px;
  }
  .skatemix_note_list li {
    padding: 3px 0;
  }
  .skatemix_body {
    padding-top: 30px;
  }
  .skatemix_faq_ttl {
    height: auto;
    padding: 0 0 20px 0;
  }
  .skatemix_faq_ttl span {
    width: 95%;
    padding-left: 1.25em;
    text-indent: -1.25em;
  }
  .skatemix_faq_ttl:after {
    width: 8px;
    height: 8px;
  }
  .skatemix_faq_body {
    padding: 20px 0;
  }
  .skatemix_faq_body_head {
    padding-top: 20px;
    text-align: center;
  }
  .skatemix_faq_body_items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .skatemix_faq_body_item {
    width: 50%;
  }
  .skatemix_faq_body_list {
    padding-top: 30px;
  }
  a.skatemix_faq_body_link {
    font-size: 13px;
    color: #2996cc;
  }
  .brand_bnrs {
    display: block;
  }
  .brand_bnr {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
  }
  .brand_bnr:nth-child(1) .brand_bnr_link_head {
    width: 98%;
    padding: 10px 10px 5px 10px;
    font-size: calc((13 / 375) * 100vw);
    font-weight: normal;
    color: #fff;
    text-align: left;
    background: rgba(44,52,47,0.7);
    position: absolute;
    top: 10px;
  }
  .brand_bnr:nth-child(1) .brand_bnr_link_head span {
    margin: 5px 0 0 -0.5em;
    display: block;
    font-size: calc((19 / 375) * 100vw);
  }
  .brand_bnr:nth-child(1) .brand_bnr_link_head:after {
    content: '';
    display: block;
    width: 40px;
    height: 10px;
    background: url("https://img.abc-mart.net/new_img/icon/icon_line_arrow_wht.png") no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 13px;
    right: 18px;
    z-index: 4;
  }
  .brand_bnr:nth-child(2) .brand_bnr_link_head {
    width: 98%;
    margin-top: 20px;
    padding: 10px 0;
    font-size: calc((17 / 375) * 100vw);
    font-weight: normal;
    color: #222;
    text-align: center;
    background: transparent;
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .brand_bnr:nth-child(2) .brand_bnr_link_head:after {
    content: '';
    display: block;
    width: 40px;
    height: 10px;
    background: url("https://img.abc-mart.net/new_img/icon/icon_line_arrow_blk.png") no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 20px;
    right: 18px;
    z-index: 4;
  }
}

/*# sourceMappingURL=skatemix.css.map */
