@charset "UTF-8";
.fs-c-subgroupList {
  display: none;
}

.fs-c-heading--page {
  display: none;
}

@media screen and (max-width: 767px) {
  .ctm_h2_wrap {
    margin-bottom: 20px;
  }
}
.ctm_h2_wrap .fac {
  width: 100%;
}

.hukubako_t {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 200%;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  position: relative;
  gap: 10px;
}
.hukubako_t::before, .hukubako_t::after {
  content: "";
  border-top: 1px solid #000;
  width: 100px;
  height: 0;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .hukubako_t::before, .hukubako_t::after {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hukubako_t {
    font-size: 150%;
  }
}

.text01 {
  font-size: 130%;
  color: #e60033;
}
@media screen and (max-width: 767px) {
  .text01 {
    font-size: 90%;
  }
}

.motoprice {
  font-size: 100%;
  font-weight: bold;
  color: #000;
}

.nprice {
  margin-left: 5px;
  font-size: 150%;
  font-weight: bold;
  color: #e60033;
}

.fukubako_info {
  padding: 20px auto;
  border-bottom: solid 1px #b7282e;
  color: #b7282e;
}

.lead_r {
  color: #e2041b;
}

/*--------------メニュ-----------*/
.hukubako_m {
  background-color: #fff8dc;
  padding: 20px;
  margin: 20px auto;
}

.menu_wrap .menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .menu_wrap .menu {
    gap: 10px;
  }
}

.hukubako_tm {
  margin: 50px 0 15px 0;
  text-align: center;
  font-size: 200%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .hukubako_tm {
    font-size: 150%;
  }
}

.ctm_porduct .productImg {
  margin-bottom: 20px;
}
.ctm_porduct .productCopy {
  font-size: 150%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ctm_porduct .productCopy {
    font-size: 120%;
  }
}
.ctm_porduct .productCopy strong {
  color: #e60033;
}
.ctm_porduct .productPointup {
  color: #e60033;
  font-weight: bold;
}
.ctm_porduct .productSetitem {
  display: block;
  padding: 5px;
  margin: 15px auto;
  border: solid 1px #999;
  font-size: 100%;
  color: #000;
}

@media screen and (min-width: 768px) {
  .layout01 .hukubako_ttl {
    font-weight: bold;
    text-align: center;
    font-size: 32px;
  }
  .layout01 .hukubako_ttl span {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .layout01 {
    padding: 0 5px;
  }
  .layout01 .hukubako_ttl {
    font-weight: bold;
    text-align: center;
    font-size: 26px;
  }
  .layout01 .hukubako_ttl span {
    font-size: 20px;
  }
}
/*--------------ボタン-----------*/
.morebtn_re a {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  border: 1px solid var(--GRAY01);
  color: var(--BLACK);
  border-radius: 3px;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .morebtn_re {
    width: 320px;
    margin: 40px auto;
  }
  .morebtn_re a:hover {
    color: #fff;
  }
  .morebtn_re a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    border: 1px solid #b7282e;
    background: #b7282e;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: transform 0.5s;
  }
  .morebtn_re a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .morebtn_re {
    width: 190px;
    margin: 15px auto;
  }
}/*# sourceMappingURL=hukubako2026.css.map */