@charset "utf-8";
/*********************************
HOBBY ROUND 34 2026.05.02 STYLE-HR SHOP
last update - 2026.03.12
*********************************/
.head-catch {
  position: relative;
  padding: 20px 2vw;
  background:
    radial-gradient(circle at 12% 20%, rgb(239 68 68 / 8%), transparent 50%), radial-gradient(circle at 88% 18%, rgb(250 204 21 / 7%), transparent 50%), radial-gradient(circle at 80% 86%, rgb(34 197 94 / 6%), transparent 55%), radial-gradient(circle at 18% 88%, rgb(6 182 212 / 6%), transparent 55%), #fff;
}
.dealer-list--wrap {
  margin: 0 auto;
}
.dealer-list__head {
  text-align: center;
}
.dealer-list--nav {
  font-size: var(--fs-h2);
  font-weight: 800;
  letter-spacing: .04em;
  margin: 0 auto;
}
.list-btn-wrap {
  margin-top: 1rem;
}
.list-btn {
  --_column: 2;
  max-width: 920px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(var(--_column), 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .list-btn {
    --_column: 1;
  }
}
.list-btn-li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.8rem;
  border-radius: .6rem;
  background: var(--c-link);
  color: var(--c-wht);
  font-weight: 700;
  font-size: calc(var(--fs-base) * 1.2);
  text-decoration: none;
  transition: .2s;
}
.list-btn-li a:hover {
  background: var(--c-link-hover);
  color: var(--c-wht);
}
.list-btn-li i {
  font-size: calc(var(--fs-base) * 1.6);
}
/* =========================================
   .shop-list
   テキストのみ
========================================= */
.frame-box + .frame-box {
  margin-top: var(--sp-lg);
}
.shop-list-section {
  position: relative;
  margin: 0 auto;
  padding: clamp(3.2rem, 5vw, 6rem) clamp(1.6rem, 3vw, 3.2rem);
  background:
    radial-gradient(circle at top left, rgba(206, 38, 38, 0.06), transparent 38%), radial-gradient(circle at bottom right, rgba(82, 167, 210, 0.08), transparent 42%), rgba(255, 255, 255, 0.72);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.04);
}
.shop-list-section__head {
  max-width: 92rem;
  margin: 0 auto 3.2rem;
  text-align: center;
}
.shop-list-section__eyebrow {
  margin: 0 0 .8rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .18em;
  color: #9b8e7b;
}
.shop-list-section__title {
  margin: 0;
  font-size: var(--fs-h2);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: .04em;
  color: #222;
}
.shop-list-section__lead {
  max-width: 72rem;
  margin: 1.2rem auto 0;
  font-size: 1.5rem;
  line-height: 1.8;
  color: rgba(34, 34, 34, .72);
}
.shop-category {
  max-width: 104rem;
  margin: 0 auto;
}
.shop-category + .shop-category {
  margin-top: 3.2rem;
}
.shop-category__title {
  position: relative;
  margin: 0 0 1rem;
  padding: 0 0 0 1.6rem;
  font-size: calc(var(--fs-base) * 1.4);
  line-height: 1.4;
  font-weight: 800;
}
.shop-category__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #d83a34;
  box-shadow: 0 0 0 .4rem rgba(216, 58, 52, .12);
}
.shop-items {
  border-top: 1px solid rgba(34, 34, 34, .12);
  font-size: calc(var(--fs-base) * 1.4);
}
.shop-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0 2rem;
  align-items: start;
  padding: var(--sp-unit) 0;
  border-bottom: 1px solid rgba(216, 115, 95, 0.32);
}
.shop-item__name {
  font-weight: 700;
}
.shop-item__price {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: .6rem;
  white-space: nowrap;
  text-align: right;
}
.shop-item__yen {
  font-weight: 800;
}
.shop-item__tax {
  font-size: var(--fs-base);
  line-height: 1.4;
  color: rgba(34, 34, 34, .64);
}
.shop-item:hover {
  background: linear-gradient(90deg, rgba(255, 255, 255, .42), rgba(255, 255, 255, 0));
}
.price-hontai {
  display: none;
}
@media screen and (max-width: 767px) {
  .shop-list-section {
    padding: 2.4rem 1.4rem;
    border-radius: 1.8rem;
  }
  .shop-list-section__head {
    margin-bottom: 2.4rem;
  }
  .shop-list-section__lead {
    font-size: 1.35rem;
    line-height: 1.75;
  }
  .shop-category + .shop-category {
    margin-top: 2.4rem;
  }
  .shop-category__title {
    font-size: calc(var(--fs-base) * 1.4);
    padding-left: 1.4rem;
    margin-bottom: 1rem;
  }
    .shop-items {
    font-size: calc(var(--fs-base) * 1.2);
}
  .shop-item {
    grid-template-columns: 1fr;
    gap: .2rem;
    padding: 1.2rem 0;
  }
  .shop-item__name {
    line-height: 1.65;
  }
  .shop-item__price {
    justify-content: flex-start;
    text-align: left;
  }
}
/* ===== COMING SOON ===== */
.program-coming {
  padding: 3rem 1rem;
  margin: 5rem auto 0;
  text-align: center;
  color: #9ca3af;
  font-weight: 900;
  font-size: 1.25rem;
  border: 4px dashed #e5e7eb;
  border-radius: 1rem;
  width: min(100%, var(--container));
}
/* =========================================
   COPY WRITE.
========================================= */
.page-copywrite {
  font-size: var(--fs-xs);
  background: #fef5f2;
  padding: calc(var(--sp-unit) * 1.4) var(--sp-unit);
}
.event-copylight-list {
  max-width: var(--w-cont);
  margin: 0 auto;
  text-align: center;
}
.event-copylight-list > * {
  padding: 0.3rem 0.25em;
  display: inline-block;
}

