#pushobj {
    max-width: 1440px;
}

.nav-content {
    background-image: url("nav-img/page-home.png");
    background-repeat: no-repeat;
}

.hc-offcanvas-nav .nav-content > h2 {
    color: #222;
    text-shadow: 0 0 1px #333, 0 0 1px #333;
}

.new_top_list_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.new_top_list_ul li {
    flex: 0 0 18%;
    box-sizing: border-box;
    padding: 5px;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new_top_list_ul li::before {
    content: "•";
    margin-right: 0.5em;
    color: #333; /* 必要に応じて色を調整 */
}
.new_top_list_ul h3 {
    width: 100%;
    margin-bottom: 10px;
}

.content-box table{
    max-width:1380px;
}

.page-home-shell {
  display: grid;
  gap: 24px;
}

.page-home-stage,
.page-home-discovery,
.page-home-updates {
  overflow: hidden;
}

.page-home-stage {
  background: transparent;
}

.page-home-lead {
  max-width: 42em;
  margin: 0 0 10px;
  font-size: 1.2em;
  line-height: 1.8;
}

.page-home-sublead {
  margin: 0;
  color: #4c5460;
  line-height: 1.8;
}

.page-home-total-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 22px 24px;
  border: 1px solid rgba(58, 74, 91, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 40px rgba(36, 48, 69, 0.1);
}

.page-home-total-label {
  color: #56606c;
  font-weight: 700;
}

.page-home-total-value {
  margin-top: 8px;
  color: #17324b;
  font-size: 3.4em;
  line-height: 1;
}

.page-home-total-suffix {
  margin-top: 6px;
  color: #7b5b1f;
  font-size: 1.05em;
  font-weight: 700;
}

.page-home-total-copy {
  margin: 16px 0 0;
  line-height: 1.75;
}

.page-home-stat-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 16px;
  margin-top: 14px;
}

.page-home-stat {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 16px;
  border: 1px solid rgba(54, 76, 97, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 30px rgba(34, 48, 66, 0.08);
}

.page-home-stat-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-home-stat-icon {
  color: #7b5b1f;
  font-size: 1.1em;
}

.page-home-stat-label {
  color: #31465d;
  font-weight: 700;
}

.page-home-stat-count {
  color: #18293f;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.1;
}

.page-home-stat-count span {
  margin-left: 4px;
  color: #5d6773;
  font-size: 0.5em;
  font-weight: 600;
}

.page-home-section-head {
  margin-bottom: 18px;
}

.page-home-subsection-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 18px;
}

.page-home-subsection-head > div {
  flex: 0 0 auto;
}

.page-home-section-head h2,
.page-home-subsection-head h3 {
  margin-bottom: 0;
}

.page-home-news .page-home-section-head h2 > .page-home-news-heading-icon {
  display: inline-block;
  margin-right: 0.28em;
}

.page-home-subsection-head h3 > .page-home-map-heading-icon {
  display: inline-block;
  margin-right: 0.22em;
}

.page-home-subsection-head h3 > .page-home-visual-heading-icon {
  display: inline-block;
  margin-right: 0.22em;
}

.page-home-subsection-head h3:before,
.page-home-story-card h3:before,
.page-home-updates h3:before {
  content: none;
}

.page-home-subsection-head p {
  flex: 1 1 0;
  min-width: 0;
}

.page-home-card,
.page-home-story-card {
  border: 1px solid rgba(53, 72, 92, 0.12);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(28, 41, 58, 0.08);
}

.page-home-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 20px 14px;
}

.page-home-card .card-footer {
  border-top: 1px solid rgba(53, 72, 92, 0.08);
  background: rgba(248, 249, 251, 0.9);
}

.page-home-card-category {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ecf2f8;
  color: #24405a;
  font-size: 0.9em;
  font-weight: 700;
}

.page-home-media {
  background: linear-gradient(135deg, #edf3f9, #dce6f1);
}

.page-home-media a,
.page-home-media .ratio,
.page-home-media iframe,
.page-home-media img {
  display: block;
  width: 100%;
}

.page-home-media img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: center center;
}

.page-home-card-person .page-home-media img {
  object-position: center 26%;
}

.page-home-card-hime .page-home-media img {
  object-position: center 15%;
}

.page-home-card-treasure .page-home-media img {
  object-position: center center;
}

.page-home-media-map {
  min-height: 210px;
}

.page-home-media-map .ratio,
.page-home-media-map iframe {
  min-height: 210px;
}

.page-home-story-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 24px;
  background:
    radial-gradient(circle at top left, rgba(183, 155, 93, 0.2), transparent 24%),
    linear-gradient(180deg, #fffaf0, #f7f8fb);
}

.page-home-news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 22px 24px;
  border: 1px solid rgba(53, 72, 92, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(28, 41, 58, 0.08);
  background: linear-gradient(180deg, #fbfcfe, #f7f8fb);
}

.page-home-news-card-sengoku {
  background:
    radial-gradient(circle at top right, rgba(140, 42, 42, 0.14), transparent 28%),
    linear-gradient(180deg, #fff8f6, #f7f8fb);
}

.page-home-news-card-jisha {
  background:
    radial-gradient(circle at top right, rgba(79, 121, 66, 0.14), transparent 28%),
    linear-gradient(180deg, #fbfcf7, #f7f8fb);
}

.page-home-news-card-nobuyabo {
  background:
    radial-gradient(circle at top right, rgba(39, 76, 119, 0.16), transparent 28%),
    linear-gradient(180deg, #f7fbff, #f7f8fb);
}

.page-home-news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.page-home-news-date {
  color: #5f6975;
  font-size: 0.92em;
  font-weight: 700;
}

.page-home-news-title {
  margin: 0 0 12px;
  line-height: 1.5;
}

.page-home-news-title:before {
  content: none;
}

.page-home-news-text {
  flex: 1 1 auto;
  margin: 0;
  line-height: 1.85;
}

.page-home-news-footer {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(53, 72, 92, 0.08);
}

.page-home-story-mark {
  margin: 8px 0 12px;
  color: #b28a42;
  font-size: 2.4em;
}

.page-home-story-title {
  margin-bottom: 12px;
}

.page-home-story-text {
  flex: 1 1 auto;
  line-height: 1.85;
}

.page-home-section-head-updates {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
}

.page-home-update-summary {
  margin: 10px 0 0;
  color: #4f5b67;
  line-height: 1.8;
}

.page-home-update-count {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(36, 64, 90, 0.12);
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.9);
  color: #26435d;
  font-size: 0.88em;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.page-home-update-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.page-home-update-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border: 1px solid rgba(53, 72, 92, 0.12);
  border-radius: 20px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.page-home-update-item:hover {
  transform: translateY(-2px);
  border-color: rgba(54, 86, 117, 0.22);
  box-shadow: 0 18px 36px rgba(27, 41, 58, 0.12);
}

.page-home-update-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.page-home-update-item {
  gap: 10px;
  padding: 18px 18px 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 251, 0.96)),
    #fff;
  box-shadow: 0 12px 28px rgba(28, 41, 58, 0.07);
}

.page-home-update-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.page-home-update-date {
  color: inherit;
  font-size: 0.92em;
  font-weight: 700;
  opacity: 0.9;
}

.page-home-update-cat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(236, 242, 248, 0.95);
  color: #24405a;
  font-size: 0.84em;
  font-weight: 700;
}

.page-home-update-title {
  margin: 0;
  color: #1d3145;
  font-size: 1.04em;
  line-height: 1.65;
}

.page-home-update-link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-top: auto;
  color: #6e7d8a;
  font-size: 0.9em;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .page-home-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-home-subsection-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-home-update-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .page-home-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home-total-value {
    font-size: 2.6em;
  }

  .page-home-card .card-body,
  .page-home-story-card {
    padding: 18px;
  }

  .page-home-section-head-updates {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-home-update-list {
    grid-template-columns: 1fr;
  }

  .page-home-update-item {
    padding: 16px;
  }
}


.map-clickable-container {
  position: relative;
}

.map-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
  background: transparent;
}
