.pb-market-releases {
  font-family: "Noto Sans JP", sans-serif;
}

.pb-market-releases .l-mainContent__inner {
  max-width: 1180px;
}

.pb-mr-hero {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 28px;
  background:
    repeating-linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 24px,
      rgba(255, 255, 255, 0.015) 24px,
      rgba(255, 255, 255, 0.015) 48px
    ),
    #222;
  color: #fff;
}

.pb-mr-hero__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 20px 42px;
  text-align: center;
}

.pb-mr-hero__brand {
  margin: 0;
  color: #ff7a2d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.pb-mr-hero__title {
  margin: 8px 0 0;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.1;
}

.pb-mr-hero__line {
  display: inline-block;
  margin: 14px auto 16px;
  width: 72px;
  height: 4px;
  background: #ff7a2d;
  border-radius: 999px;
}

.pb-mr-hero__desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
}

.pb-mr-main {
  max-width: 1180px;
  margin: 0 auto;
  min-width: 0;
}

.pb-mr-month-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.pb-mr-month-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  color: #555;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.pb-mr-month-tab:hover {
  border-color: #ff7a2d;
  color: #ff7a2d;
}

.pb-mr-month-tab.is-active {
  border-color: #ff7a2d;
  background: #ff7a2d;
  color: #fff;
}

.pb-mr-table-wrap {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.pb-mr-table {
  width: 100%;
  border-collapse: collapse;
}

.pb-mr-table th,
.pb-mr-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #efefef;
  text-align: left;
  vertical-align: middle;
}

.pb-mr-table th {
  background: #f7f8fb;
  color: #51607a;
  font-size: 13px;
  font-weight: 700;
}

.pb-mr-table td {
  font-size: 14px;
  color: #2e3644;
}

.pb-mr-table tr:last-child td {
  border-bottom: 0;
}

.pb-mr-date {
  width: 86px;
  font-weight: 700;
  color: #1d2738;
  white-space: nowrap;
}

.pb-mr-tcg {
  width: 220px;
  color: #5f6f88;
  white-space: normal;
}

.pb-mr-product {
  color: #1f2d42;
}

.pb-mr-empty {
  text-align: center;
  color: #7f8794;
  padding: 32px 12px !important;
}

.pb-mr-groups {
  display: grid;
  gap: 18px;
}

.pb-mr-group {
  display: grid;
  gap: 8px;
}

.pb-mr-group__title {
  margin: 0;
  padding: 10px 14px;
  border-left: 4px solid #ff7a2d;
  background: #f7f8fb;
  color: #1f2d42;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .pb-mr-hero__inner {
    padding: 34px 14px 30px;
  }

  .pb-mr-hero__title {
    font-size: 38px;
  }

  .pb-mr-hero__desc {
    font-size: 15px;
    line-height: 1.6;
  }

  .pb-mr-month-tabs {
    gap: 8px;
  }

  .pb-mr-month-tab {
    min-height: 34px;
    padding: 0 12px;
    font-size: 13px;
  }

  .pb-mr-table-wrap {
    overflow-x: auto;
  }

  .pb-mr-table {
    min-width: 560px;
  }

  .pb-mr-group__title {
    font-size: 16px;
  }
}
