/* =========================
   GL Notes top page only
========================= */

/* =========================
   top mock base
========================= */

.home .siteContent,
.home .site-body,
.home .content,
.home .container,
.home .entry-body,
.home .post,
.home .page,
.home article,
.home #primary,
.home .content-area,
.home #main,
.home .site-main {
  width: 100%;
  max-width: 100%;
}

.home .siteContent {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home .entry-body,
.home .post,
.home .page,
.home article,
.home .gl-top-primary,
.home .gl-top-main {
  margin: 0 !important;
  padding: 0 !important;
}

.home .page-header,
.home .site-footer {
  display: none !important;
}

.home .gl-top-app {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  padding-bottom: 78px;
  position: relative;
  overflow: hidden;
}

.home .gl-top-app * {
  box-sizing: border-box;
}

/* topbar */
.home .gl-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.home .gl-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
}

.home .gl-brand {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .1px;
  color: var(--primary);
}

.home .gl-right-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home .gl-login-btn {
  border: 1px solid rgba(198, 167, 94, .42);
  background: linear-gradient(180deg, #D6BC7D 0%, #C6A75E 100%);
  color: var(--primary);
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(198, 167, 94, .22);
}

.home .gl-icon-btn {
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #FFF;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.home .gl-search-icon {
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary);
  border-radius: 50%;
  display: block;
  position: relative;
}

.home .gl-search-icon:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  background: var(--primary);
  right: -6px;
  bottom: -4px;
  transform: rotate(45deg);
  border-radius: 99px;
}

.home .gl-menu-icon,
.home .gl-menu-icon:before,
.home .gl-menu-icon:after {
  content: "";
  display: block;
  width: 26px;
  height: 2.5px;
  background: var(--primary);
  border-radius: 99px;
  position: absolute;
  left: 4px;
}

.home .gl-menu-icon {
  top: 16px;
}

.home .gl-menu-icon:before {
  top: -8px;
  left: 0;
  position: absolute;
}

.home .gl-menu-icon:after {
  top: 8px;
  left: 0;
  position: absolute;
}

/* hero */
.home .gl-hero-band {
  background: var(--primary);
  height: 180px;
  border-radius: 12px;
  margin: 12px;
  margin-bottom: 16px;
}

/* section */
.home .gl-section {
  padding: 14px 12px 18px;
}

.home .gl-section-break {
  margin-top: 32px;
}

/* post */
.home .gl-post-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.home .gl-post-card {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  align-items: start;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.home .gl-post-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}

.home .gl-post-user {
  font-size: 12px;
  font-weight: 800;
  color: var(--text);
  line-height: 1.2;
}

.home .gl-post-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 999px;
  background: #EFE6D0;
  color: #7A6022;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.home .gl-post-thumb {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  margin-top: 4px;
  background: linear-gradient(135deg, #d8e2ef 0%, #e8dcbc 100%);
}

.home .gl-post-title {
  margin: 0 0 8px 0;
  font-size: 15px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.3;
}

.home .gl-post-body {
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--text);
}

.home .gl-post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 0;
  font-size: 11px;
  color: var(--muted);
}

.home .gl-post-stats {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.home .gl-post-more {
  width: 70% !important;
  margin-top: 10px;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 700;
  align-self: center;
}

.home .gl-post-card,
.home .gl-carousel-slide .gl-post-card {
  padding: 12px !important;
  border-radius: 14px;
  box-sizing: border-box;
}

.home .gl-post-left,
.home .gl-post-right,
.home .gl-post-card > * {
  box-sizing: border-box;
}

.home .gl-post-right {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.home .gl-post-card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease;
}

.home .gl-post-card:active {
  transform: scale(0.98);
}

/* review */
.home .gl-review-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home .gl-review-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}

.home .gl-review-card > * {
  box-sizing: border-box;
}

.home .gl-review-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.home .gl-review-user {
  font-size: 13px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.2;
  margin: 0;
}

.home .gl-review-badge {
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #EFE6D0;
  color: #7A6022;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.home .gl-review-work {
  font-size: 11px;
  color: var(--muted);
  text-align: right;
  line-height: 1.3;
  white-space: nowrap;
}

.home .gl-review-body {
  font-size: 12px;
  line-height: 1.6;
  color: var(--text);
  margin: 0 0 8px 0;
}

.home .gl-review-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 0;
  font-size: 11px;
  color: var(--muted);
}

.home .gl-review-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}

/* feature */
.home .gl-feature-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.home .gl-feature-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  align-items: start;
  padding: 6px 2px;
}

.home .gl-feature-thumb {
  width: 140px;
  height: 80px;
  border-radius: 10px;
  background: linear-gradient(135deg, #d8e2ef 0%, #e8dcbc 100%);
}

.home .gl-feature-title {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--primary);
}

.home .gl-feature-sub {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--text);
}

.home .gl-feature-more {
  margin-top: 10px;
}

/* pickup */
.home .gl-pickup-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.home .gl-pickup-card {
  background: var(--card);
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  border: 1px solid var(--line);
}

.home .gl-pickup-thumb {
  aspect-ratio: 16 / 9;
  width: 100%;
  background: linear-gradient(135deg, #d8e2ef 0%, #e8dcbc 100%);
}

.home .gl-pickup-content {
  padding: 12px;
}

.home .gl-pickup-title {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--primary);
}

.home .gl-pickup-reason {
  font-size: 12px;
  color: #4A4A4A;
  margin-top: 6px;
  line-height: 1.4;
}

.home .gl-pickup-reason:before {
  content: "推しポイント";
  display: inline-block;
  background: #C6A75E;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 6px;
}

/* column */
.home .gl-column-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.home .gl-column-row {
  display: flex;
  gap: 10px;
}

.home .gl-column-thumb {
  width: 92px;
  min-width: 92px;
  height: 64px;
  border-radius: 10px;
  background: linear-gradient(135deg, #d8e2ef 0%, #e8dcbc 100%);
}

.home .gl-column-content {
  flex: 1;
  min-width: 0;
}

.home .gl-column-line {
  height: 8px;
  background: #DDD;
  margin: 2px 0 8px;
  border-radius: 999px;
  display: none;
}

.home .gl-column-title {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--primary);
}

.home .gl-column-sub {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--text);
}

/* ad */
.home .gl-ad-box {
  height: 240px;
  border: 2px dashed #DDD;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 12px;
  background: transparent;
}

/* works */
.home .gl-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.home .gl-work-card {
  background: var(--card);
}

.home .gl-work-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(135deg, #d8e2ef 0%, #e8dcbc 100%);
  aspect-ratio: 2 / 3;
}

.home .gl-work-title {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--primary);
}

/* quick */
.home .gl-quick-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.home .gl-quick-btn {
  margin-top: 0;
}

/* news */
.home .gl-news-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home .gl-news-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: start;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.home .gl-news-date-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  border-radius: 10px;
  background: #F1E8D4;
  color: #7A6022;
  text-align: center;
  padding: 8px 6px;
}

.home .gl-news-month {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .04em;
}

.home .gl-news-day {
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  margin-top: 4px;
}

.home .gl-news-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  background: #EEF2F7;
  color: var(--primary);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.home .gl-news-title {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--primary);
  margin: 0 0 6px;
}

.home .gl-news-desc {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.55;
  color: var(--text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home .gl-news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 0;
  font-size: 11px;
  color: var(--muted);
}

/* footer */
.home .gl-footer-mock {
  margin-top: 10px;
  background: #9D9D9D;
  color: #FFF;
  padding: 12px 10px 16px;
  font-size: 10px;
}

.home .gl-footer-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-bottom: 10px;
  opacity: .95;
}

.home .gl-footer-title {
  font-weight: 700;
  margin-bottom: 4px;
}

.home .gl-footer-mock small {
  display: block;
  line-height: 1.4;
}

.home .gl-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
  opacity: .95;
  gap: 8px;
}

/* bottom nav */
.home .gl-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
  width: 100%;
  background: rgba(255, 255, 255, .98);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  z-index: 35;
}

.home .gl-bottom-nav a {
  border: none;
  background: #FFF;
  padding: 8px 2px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 10px;
  color: var(--text);
  line-height: 1;
}

.home .gl-nav-label {
  font-size: 10px;
  color: var(--text);
}

.home .gl-nav-ico {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .gl-nav-ico svg {
  width: 20px;
  height: 20px;
  display: block;
  overflow: visible;
  stroke: var(--primary);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home .gl-bottom-nav a.is-active .gl-nav-ico svg,
.home .gl-bottom-nav a.is-active .gl-nav-label {
  color: var(--accent);
  stroke: var(--accent);
}

.home .gl-bottom-nav svg {
  overflow: visible;
  display: block;
}

/* drawer */
.home .gl-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .3);
  display: none;
  z-index: 40;
}

.home .gl-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  max-width: 82vw;
  height: 100%;
  background: #FFF;
  transform: translateX(100%);
  transition: transform .22s ease;
  z-index: 50;
  padding: 18px 14px;
  box-shadow: -10px 0 30px rgba(0, 0, 0, .1);
}

.home .gl-drawer h3 {
  margin: 0 0 12px;
  font-size: 18px;
  color: var(--primary);
}

.home .gl-drawer a {
  display: block;
  width: 100%;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #FFF;
  padding: 12px 10px;
  font-size: 14px;
  color: var(--text);
  margin-bottom: 6px;
}

/* =========================
   carousel common
========================= */
.home .gl-carousel-wrap,
.home .gl-review-carousel-wrap,
.home .gl-feature-carousel-wrap,
.home .gl-pickup-carousel-wrap {
  position: relative;
  margin-top: 2px;
}

.home .gl-carousel {
  overflow: hidden;
}

.home .gl-carousel-track {
  display: flex;
  transition: transform .25s ease;
}

.home .gl-carousel-slide,
.home .gl-review-slide,
.home .gl-feature-slide,
.home .gl-pickup-slide {
  min-width: 100%;
  padding: 4px 2px;
}

.home .gl-feature-slide {
  padding: 6px 2px;
}

.home .gl-car-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(22, 42, 68, 0.92);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 2;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
  transition: transform .15s ease, background .15s ease;
  padding: 0;
  line-height: 1;
}

.home .gl-car-btn:hover {
  background: rgba(22, 42, 68, 1);
}

.home .gl-car-prev {
  left: -6px;
}

.home .gl-car-next {
  right: -6px;
}

/* carousel inner adjustments */
.home .gl-carousel-slide .gl-post-card {
  margin: 0;
  overflow: hidden;
}

.home .gl-carousel-slide .gl-post-left,
.home .gl-carousel-slide .gl-post-right,
.home .gl-review-slide .gl-review-user-wrap,
.home .gl-feature-slide .gl-feature-content,
.home #newsSection .gl-news-content {
  min-width: 0;
}

.home .gl-carousel-slide .gl-post-right {
  display: flex;
  flex-direction: column;
}

.home .gl-carousel-slide .gl-post-user,
.home .gl-carousel-slide .gl-post-badge,
.home .gl-review-slide .gl-review-user,
.home .gl-feature-slide .gl-feature-title,
.home .gl-pickup-slide .gl-pickup-title {
  margin: 0;
}

.home .gl-carousel-slide .gl-post-thumb {
  flex: 0 0 auto;
}

.home .gl-carousel-slide .gl-post-body,
.home .gl-review-slide .gl-review-body,
.home .gl-feature-slide .gl-feature-sub,
.home #columnSection .gl-column-sub {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home .gl-carousel-slide .gl-post-body,
.home .gl-review-slide .gl-review-body {
  -webkit-line-clamp: 2;
}

.home .gl-feature-slide .gl-feature-sub {
  -webkit-line-clamp: 3;
}

.home #columnSection .gl-column-sub {
  -webkit-line-clamp: 2;
}

.home .gl-carousel-slide .gl-post-meta,
.home .gl-review-slide .gl-review-meta,
.home #newsSection .gl-news-meta {
  margin-top: 0;
  padding-top: 0;
}

.home .gl-carousel-slide .gl-post-more,
.home .gl-feature-slide .gl-feature-more {
  width: auto;
}

.home .gl-carousel-slide .gl-post-more {
  max-width: none;
  margin-top: 10px;
  line-height: 1;
  border-radius: 999px;
}

.home .gl-feature-slide .gl-feature-more {
  display: block;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 700;
  width: 70%;
  margin: 12px auto 0;
  text-align: center;
}

.home .gl-feature-slide .gl-feature-row,
.home .gl-feature-slide .gl-feature-row *,
.home .gl-pickup-slide .gl-pickup-card,
.home .gl-pickup-slide .gl-pickup-card *,
.home #columnSection .gl-column-row,
.home #columnSection .gl-column-row *,
.home #popularSection .gl-popular-card,
.home #popularSection .gl-popular-card *,
.home #reviewManySection .gl-reviewmany-card,
.home #reviewManySection .gl-reviewmany-card *,
.home #newsSection .gl-news-card,
.home #newsSection .gl-news-card * {
  box-sizing: border-box;
}

/* pickup panel */
.home .gl-pickup-tabs {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin: 0 0 12px;
}

.home .gl-pickup-panel[hidden],
.home #popularSection .gl-popular-panel[hidden],
.home #reviewManySection .gl-reviewmany-panel[hidden] {
  display: none !important;
}

.home .gl-pickup-slide .gl-pickup-card {
  background: #FFFFFF;
  padding: 0;
  margin: 0;
}

.home .gl-pickup-slide .gl-pickup-thumb {
  height: auto;
  border-radius: 0;
  display: block;
}

.home .gl-pickup-slide .gl-pickup-reason::before {
  vertical-align: middle;
}

/* column */
.home #columnSection .gl-column-row {
  align-items: flex-start;
  margin: 0;
  padding: 0;
}

.home #columnSection .gl-column-thumb {
  display: block;
  flex: 0 0 auto;
}

.home #columnSection .gl-column-title {
  margin: 0;
  margin-top: 6px;
}

.home #columnSection .gl-more-btn {
  margin-top: 14px;
}

/* popular */
.home #popularSection .gl-popular-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.home #popularSection .gl-popular-card {
  background: transparent;
  margin: 0;
  padding: 0;
}

.home #popularSection .gl-popular-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(135deg, #d8e2ef 0%, #e8dcbc 100%);
  display: block;
}

.home #popularSection .gl-popular-title {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  color: #162A44;
}

.home #popularSection .gl-more-btn {
  margin-top: 14px;
}

/* review many */
.home #reviewManySection .gl-reviewmany-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.home #reviewManySection .gl-reviewmany-card {
  background: transparent;
  margin: 0;
  padding: 0;
}

.home #reviewManySection .gl-reviewmany-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(135deg, #d8e2ef 0%, #e8dcbc 100%);
  display: block;
}

.home #reviewManySection .gl-reviewmany-title {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  color: #162A44;
}

/* genre */
.home #genreBrowseSection .gl-genre-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.home #genreBrowseSection .gl-genre-pill {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  color: #162A44;
  border: 1px solid rgba(22, 42, 68, .08);
  border-radius: 12px;
  padding: 8px 10px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
  box-sizing: border-box;
}

.home #genreBrowseSection .gl-genre-label {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  color: #162A44;
}

.home #genreBrowseSection .gl-more-btn {
  margin-top: 14px;
}

/* streaming */
.home #streamingSection .gl-streaming-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.home #streamingSection .gl-streaming-pill {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  color: #162A44;
  border: 1px solid rgba(22, 42, 68, .08);
  border-radius: 12px;
  padding: 8px 10px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
  box-sizing: border-box;
}

.home #streamingSection .gl-streaming-label {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  color: #162A44;
}

.home #streamingSection .gl-more-btn {
  margin-top: 14px;
}

/* =========================
   top page responsive
========================= */

/* tablet */
@media (min-width: 768px) {
  .home .gl-top-app {
    max-width: 820px;
    padding-bottom: 40px;
    box-shadow:
      0 0 0 1px rgba(22, 42, 68, .06),
      0 18px 40px rgba(22, 42, 68, .08);
  }

  .home .gl-topbar-inner {
    padding: 14px 20px;
  }

  .home .gl-section {
    padding: 18px 20px 24px;
  }

  .home .gl-section-break {
    margin-top: 40px;
  }

  .home .gl-hero-band {
    height: 240px;
    margin: 20px;
    margin-bottom: 20px;
    border-radius: 16px;
  }

  .home .gl-bottom-nav {
    display: none;
  }

  .home .gl-post-stack,
  .home .gl-review-stack,
  .home .gl-pickup-list,
  .home .gl-column-list,
  .home .gl-news-list {
    gap: 16px;
  }

  .home .gl-post-card {
    grid-template-columns: 120px 1fr;
    gap: 16px;
    padding: 16px !important;
  }

  .home .gl-post-thumb {
    height: 84px;
  }

  .home .gl-review-card {
    padding: 16px !important;
  }

  .home .gl-feature-row {
    grid-template-columns: 180px 1fr;
    gap: 16px;
  }

  .home .gl-feature-thumb {
    width: 180px;
    height: 100px;
  }

  .home .gl-grid-2,
  .home #popularSection .gl-popular-grid,
  .home #reviewManySection .gl-reviewmany-grid,
  .home .gl-quick-grid {
    gap: 16px;
  }

  .home #genreBrowseSection .gl-genre-grid,
  .home #streamingSection .gl-streaming-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .home .gl-footer-mock {
    margin-top: 24px;
  }
}

/* desktop */
@media (min-width: 1024px) {
  .home .gl-top-app {
    max-width: 1200px;
    padding-bottom: 56px;
  }

  .home .gl-topbar-inner {
    padding: 16px 28px;
  }

  .home .gl-brand {
    font-size: 22px;
  }

  .home .gl-login-btn {
    padding: 10px 14px;
    font-size: 13px;
  }

  .home .gl-section {
    padding: 22px 28px 30px;
  }

  .home .gl-section-break {
    margin-top: 48px;
  }

  .home .gl-hero-band {
    height: 300px;
    margin: 24px 28px;
    margin-bottom: 24px;
    border-radius: 18px;
  }

  /* =====================================
     みんなの投稿
     1つ目の .gl-section-break
     3カラム + カルーセル
  ===================================== */
  .home .gl-section-break:nth-of-type(1) .gl-carousel-wrap {
    position: relative;
  }

  .home .gl-section-break:nth-of-type(1) .gl-carousel {
    overflow: hidden;
  }

  .home .gl-section-break:nth-of-type(1) .gl-carousel-track {
    display: flex;
    gap: 0;
    transform: translateX(0);
  }

  .home .gl-section-break:nth-of-type(1) .gl-carousel-slide {
    min-width: 33.3333% !important;
    width: 33.3333% !important;
    flex: 0 0 33.3333% !important;
    padding: 0 8px !important;
    box-sizing: border-box;
  }

  .home .gl-section-break:nth-of-type(1) .gl-post-card {
    grid-template-columns: 1fr;
    gap: 12px;
    height: 100%;
    padding: 18px !important;
    align-items: start;
  }

  .home .gl-section-break:nth-of-type(1) .gl-post-left,
  .home .gl-section-break:nth-of-type(1) .gl-post-right {
    width: 100%;
  }

  .home .gl-section-break:nth-of-type(1) .gl-post-thumb {
    width: 100%;
    height: 180px;
    margin-top: 8px;
  }

  .home .gl-section-break:nth-of-type(1) .gl-post-title {
    font-size: 18px;
    margin: 0 0 10px;
  }

  .home .gl-section-break:nth-of-type(1) .gl-post-body {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 12px;
  }

  .home .gl-section-break:nth-of-type(1) .gl-post-meta {
    font-size: 12px;
  }

  .home .gl-section-break:nth-of-type(1) .gl-post-more {
    margin-top: 12px;
    align-self: center;
  }

/* =====================================
   最新レビュー
   1×3 + カルーセル
===================================== */
.home .gl-section-break:nth-of-type(2) .gl-review-carousel-wrap {
  position: relative;
}

.home .gl-section-break:nth-of-type(2) .gl-carousel {
  overflow: hidden;
}

.home .gl-section-break:nth-of-type(2) .gl-carousel-track {
  display: flex;
  gap: 0;
  transform: translateX(0);
}

.home .gl-section-break:nth-of-type(2) .gl-review-slide {
  min-width: 100% !important;
  width: 100% !important;
  flex: 0 0 100% !important;
  padding: 0 !important;
  box-sizing: border-box;
}

.home .gl-section-break:nth-of-type(2) .gl-review-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.home .gl-section-break:nth-of-type(2) .gl-review-card {
  height: 100%;
  padding: 18px !important;
}

.home .gl-section-break:nth-of-type(2) .gl-review-user {
  font-size: 14px;
}

.home .gl-section-break:nth-of-type(2) .gl-review-body {
  font-size: 14px;
  line-height: 1.7;
}

  /* =====================================
     特集
     3つ目の .gl-section-break
     3カラム + カルーセル
  ===================================== */
  .home .gl-section-break:nth-of-type(3) .gl-feature-carousel-wrap {
    position: relative;
  }

  .home .gl-section-break:nth-of-type(3) .gl-carousel {
    overflow: hidden;
  }

  .home .gl-section-break:nth-of-type(3) .gl-carousel-track {
    display: flex;
    gap: 0;
    transform: translateX(0);
  }

  .home .gl-section-break:nth-of-type(3) .gl-feature-slide {
    min-width: 33.3333% !important;
    width: 33.3333% !important;
    flex: 0 0 33.3333% !important;
    padding: 0 8px !important;
    box-sizing: border-box;
  }

  .home .gl-section-break:nth-of-type(3) .gl-feature-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0;
  }

  .home .gl-section-break:nth-of-type(3) .gl-feature-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .home .gl-section-break:nth-of-type(3) .gl-feature-title {
    font-size: 18px;
    margin-top: 0;
  }

  .home .gl-section-break:nth-of-type(3) .gl-feature-sub {
    font-size: 14px;
    line-height: 1.7;
  }

  /* =====================================
     編集部ピックアップ
     3カラム / カルーセルなし
  ===================================== */
  .home #pickupSection .gl-pickup-carousel-wrap {
    position: static;
  }

  .home #pickupSection .gl-carousel {
    overflow: visible;
  }

  .home #pickupSection .gl-carousel-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    transform: none !important;
  }

  .home #pickupSection .gl-pickup-slide {
    min-width: 0 !important;
    width: auto !important;
    flex: none !important;
    padding: 0 !important;
  }

  .home #pickupSection .gl-car-btn {
    display: none;
  }

  .home #pickupSection .gl-pickup-card {
    height: 100%;
  }

  .home #pickupSection .gl-pickup-title {
    font-size: 18px;
  }

  .home #pickupSection .gl-pickup-reason {
    font-size: 14px;
    line-height: 1.7;
  }

  /* =====================================
     編集部コラム
     3カラム / カルーセルなし
  ===================================== */
  .home #columnSection .gl-column-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .home #columnSection .gl-column-row {
    gap: 14px;
    height: 100%;
  }

  .home #columnSection .gl-column-thumb {
    width: 120px;
    min-width: 120px;
    height: 80px;
  }

  .home #columnSection .gl-column-title {
    font-size: 18px;
  }

  .home #columnSection .gl-column-sub {
    font-size: 14px;
    line-height: 1.7;
  }
	
  .home #columnSection .gl-more-btn {
	 display: block;
     width: 30%;
     text-align: center;
	 margin: 12px auto 0;
  }

  /* =====================================
     よく見られている作品
     3カラム / カルーセルなし
  ===================================== */
  .home #popularSection .gl-popular-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .home #popularSection .gl-popular-title {
    font-size: 18px;
  }
	
	.home #popularSection .gl-more-btn {
	margin: 14px auto 0;
    display: block;
    width: 30%;
    text-align: center;
	}

  /* =====================================
     レビューの多い作品
     3カラム / カルーセルなし
  ===================================== */
  .home #reviewManySection .gl-reviewmany-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .home #reviewManySection .gl-reviewmany-title {
    font-size: 18px;
  }

  /* =====================================
     ジャンルから探す
     モバイルと同じ
  ===================================== */
  .home #genreBrowseSection .gl-genre-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .home #genreBrowseSection .gl-genre-pill {
    min-height: 48px;
  }

  .home #genreBrowseSection .gl-genre-label {
    font-size: 12px;
  }
	
  .home #genreBrowseSection .gl-more-btn {
    margin: 14px auto 0;
    display: block;
    width: 30%;
    text-align: center;
  }

  /* =====================================
     配信サービスから探す
     モバイルと同じ
  ===================================== */
  .home #streamingSection .gl-streaming-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .home #streamingSection .gl-streaming-pill {
    min-height: 48px;
  }

  .home #streamingSection .gl-streaming-label {
    font-size: 12px;
  }

  .home #streamingSection .gl-more-btn {
    margin: 14px auto 0;
    display: block;
    width: 30%;
    text-align: center;
  }
	
  /* =====================================
     最新情報
     3カラム / カルーセルなし
  ===================================== */
  .home #newsSection .gl-news-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .home #newsSection .gl-news-card {
    grid-template-columns: 88px 1fr;
    gap: 16px;
    padding: 16px !important;
    height: 100%;
  }

  .home #newsSection .gl-news-day {
    font-size: 24px;
  }

  .home #newsSection .gl-news-title {
    font-size: 16px;
  }

  .home #newsSection .gl-news-desc {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* =========================
   PC版：人気作品系は上位3件のみ表示
========================= */
@media (min-width: 1024px) {
  /* よく見られている作品 */
  #popularSection .gl-popular-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
  }

  #popularSection .gl-popular-grid > .gl-popular-card:nth-child(n+4) {
    display: none;
  }

  #popularSection .gl-popular-card {
    min-width: 0;
  }

  #popularSection .gl-popular-title {
    font-size: 18px;
    line-height: 1.3;
  }

  /* レビューの多い作品 */
  #reviewManySection .gl-reviewmany-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
  }

  #reviewManySection .gl-reviewmany-grid > .gl-reviewmany-card:nth-child(n+4) {
    display: none;
  }

  #reviewManySection .gl-reviewmany-card {
    min-width: 0;
  }

  #reviewManySection .gl-reviewmany-title {
    font-size: 18px;
    line-height: 1.3;
  }

  /* ボタン位置を少し整える */
  #popularSection .gl-more-btn,
  #reviewManySection .gl-more-btn {
    margin-top: 18px;
  }
}

/* =========================
   PC版 タブ中央寄せ統一
========================= */
@media (min-width: 1024px) {

  /* --- 全体共通 --- */
  .home .gl-tabs {
    display: flex;
    justify-content: center !important;
    align-items: center;
    gap: 16px;
    margin: 0 auto 16px;
  }

  /* --- 人気作品（よく見られている作品） --- */
  .home #popularSection .gl-tabs {
    justify-content: center !important;
  }

  /* --- レビューの多い作品 --- */
  .home #reviewManySection .gl-tabs {
    justify-content: center !important;
  }

  /* --- 特集タブ（将来用） --- */
  .home #featureSection .gl-tabs {
    justify-content: center !important;
  }

  /* --- 念のための保険（親の影響防ぐ） --- */
  .home .gl-section .gl-tabs {
    margin-left: auto;
    margin-right: auto;
  }
}