/* AS LIVE! 独立スタイル。公式 main.css には依存しない。Figma 準拠。 */

:root {
  --as-blue: #004098;
  --as-blue-pale: #f2f7fc;
  --as-blue-gray: #f2f5f8;
  --as-blue-01: #c5d9f4;
  --as-blue-02: #e9f1fb;
  --as-blue-deep: #132233;
  --as-link: #126ce8;
  --as-text: #111111;
  --as-text-2: #444444;
  --as-muted: #888888;
  --as-border: #dde0e4;
  --as-hairline: #eeeeee;
  --as-white: #ffffff;
  --as-pursuit: #39c1c5;
  --as-interaction: #9c8ae1;
  --as-throb: #ed7189;
  --as-growth: #51c477;
  --as-scenery: #f49d4c;
  --as-announcement: #73a3c6;
  --as-content: 1200px;
  --as-max: 1280px;
  --as-gutter: 40px;
  --as-radius: 16px;
  --as-font: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  --as-en: "Jost", "Noto Sans JP", sans-serif;
  --as-cat: var(--as-blue);
}

.aslive-cat-color--pursuit { --as-cat: var(--as-pursuit); }
.aslive-cat-color--interaction { --as-cat: var(--as-interaction); }
.aslive-cat-color--throb { --as-cat: var(--as-throb); }
.aslive-cat-color--growth { --as-cat: var(--as-growth); }
.aslive-cat-color--scenery { --as-cat: var(--as-scenery); }
.aslive-cat-color--announcement { --as-cat: var(--as-announcement); }

*,
*::before,
*::after { box-sizing: border-box; }

html { font-size: 62.5%; scroll-behavior: smooth; overflow-x: hidden; }

body {
  margin: 0;
  color: var(--as-text);
  font-family: var(--as-font);
  font-size: 1.5rem;
  line-height: 1.7;
  background: var(--as-white);
}

img { max-width: 100%; height: auto; vertical-align: middle; }
a { color: inherit; }
button { font-family: inherit; }

body.is-aslive-locked { overflow: hidden; }
.aslive-wrap { min-width: 0; }

.aslive-chev {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg);
  flex-shrink: 0;
}

/* ---------- header ---------- */
.aslive-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--as-white);
  border-top: 4px solid var(--as-blue);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.aslive-header__top-inner,
.aslive-gnav__inner {
  display: flex;
  align-items: flex-end;
  max-width: var(--as-max);
  margin: 0 auto;
  padding: 0 var(--as-gutter);
  width: 100%;
}

.aslive-header__top-inner {
  gap: 24px;
  min-height: 73px;
  padding-top: 12px;
}

.aslive-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  padding-bottom: 4px;
}
.aslive-logo__pc { display: none; width: 118px; height: 56px; object-fit: contain; }
.aslive-logo__sp { display: block; width: 70px; height: 33px; object-fit: contain; }

.aslive-header__tagline {
  display: none;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  color: var(--as-text-2);
  flex: 1;
  min-width: 0;
  white-space: nowrap;
}
.aslive-header__ext {
  display: none;
  margin-left: auto;
  gap: 10px;
  align-items: flex-end;
  flex-shrink: 0;
  padding-top: 5px;
}

.aslive-ext {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  position: relative;
  border-radius: 4px;
  height: 48px;
  box-sizing: border-box;
}
.aslive-ext__cap {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1;
}
.aslive-ext__icon { width: 9px; height: 9px; display: block; }
.aslive-ext__logo { width: 118px; height: 24px; object-fit: contain; display: block; }

.aslive-ext--official {
  padding: 9px 16px 3px 14px;
  min-width: 148px;
}
.aslive-ext--official .aslive-ext__cap { color: var(--as-blue); }

.aslive-ext__corners { position: absolute; inset: 0; pointer-events: none; }
.aslive-ext__corner {
  position: absolute;
  width: 12px;
  height: 12px;
  display: block;
}
.aslive-ext__corner--tl { top: 1px; left: 1px; transform: rotate(-90deg); }
.aslive-ext__corner--tr { top: 1px; right: 1px; }
.aslive-ext__corner--bl { bottom: 1px; left: 1px; transform: rotate(180deg); }
.aslive-ext__corner--br { bottom: 1px; right: 1px; transform: rotate(90deg); }

.aslive-ext--welcome {
  background: var(--as-blue-02);
  border: 1px solid var(--as-blue-02);
  padding: 8px 14px;
  min-width: 140px;
  gap: 4px;
}
.aslive-ext--welcome .aslive-ext__cap {
  color: var(--as-link);
  letter-spacing: 0.425px;
}
.aslive-ext--welcome .aslive-ext__icon { filter: brightness(0) saturate(100%) invert(32%) sepia(98%) saturate(2476%) hue-rotate(204deg) brightness(96%) contrast(91%); }
.aslive-ext--welcome strong {
  color: var(--as-link);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.aslive-menu-btn {
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  cursor: pointer;
  padding: 0;
}
.aslive-menu-btn__icon { display: block; width: 24px; height: 24px; object-fit: contain; }
.aslive-menu-btn__icon--close { display: none; width: 17px; height: 17px; }
.aslive-menu-btn__label {
  font-family: var(--as-en);
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
.aslive-menu-btn[aria-expanded="true"] .aslive-menu-btn__icon--open { display: none; }
.aslive-menu-btn[aria-expanded="true"] .aslive-menu-btn__icon--close { display: block; }

.aslive-gnav { display: none; border-top: 1px solid var(--as-hairline); border-bottom: 1px solid var(--as-hairline); }
.aslive-gnav__inner {
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  flex-wrap: wrap;
}
.aslive-gnav__menu {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.aslive-gnav__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.aslive-gnav__link {
  text-decoration: none;
  font-size: 1.3rem;
  color: var(--as-text);
  padding: 6px 2px;
  font-weight: 500;
}
.aslive-gnav__link[aria-current="page"],
.aslive-gnav__link:hover {
  color: var(--as-blue);
  font-weight: 700;
}
.aslive-gnav__snap {
  border: 1px solid var(--as-blue);
  color: var(--as-blue);
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
}
.aslive-mega { position: relative; }
.aslive-mega__btn {
  border: 1px solid var(--as-blue);
  background: var(--as-blue);
  color: var(--as-white);
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
}
.aslive-mega__panel {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: min(960px, 92vw);
  background: var(--as-white);
  border: 1px solid var(--as-border);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  z-index: 50;
}
.aslive-mega__title { margin: 0 0 16px; font-weight: 700; font-size: 1.5rem; }

.aslive-drawer {
  position: fixed;
  inset: 56px 0 0 0;
  width: 100%;
  background: var(--as-blue-gray);
  z-index: 60;
  overflow: auto;
}
.aslive-drawer-bg { display: none; }
.aslive-drawer__nav {
  padding: 0;
  background: var(--as-blue-gray);
}
.aslive-drawer__group {
  padding: 16px 16px 0;
  background: var(--as-blue-gray);
}
.aslive-drawer__group + .aslive-drawer__group { padding-top: 16px; }
.aslive-drawer__group-title {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 49px;
  padding: 0 16px;
  background: var(--as-white);
  border-bottom: 1px solid var(--as-border);
  border-radius: 6px 6px 0 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--as-blue);
  list-style: none;
  cursor: pointer;
}
.aslive-drawer__group-title::-webkit-details-marker { display: none; }
details.aslive-drawer__group > summary::after {
  content: "";
  width: 13px;
  height: 1px;
  background: var(--as-blue);
  flex-shrink: 0;
}
details.aslive-drawer__group:not([open]) > summary::after {
  height: 13px;
  width: 13px;
  background:
    linear-gradient(var(--as-blue), var(--as-blue)) center / 13px 1px no-repeat,
    linear-gradient(var(--as-blue), var(--as-blue)) center / 1px 13px no-repeat;
}
.aslive-drawer__list { list-style: none; margin: 0; padding: 0; }
.aslive-drawer__list a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  padding: 16px;
  background: var(--as-white);
  border-bottom: 1px solid var(--as-hairline);
  text-decoration: none;
  font-weight: 500;
  font-size: 1.4rem;
}
.aslive-drawer__list li:last-child a {
  border-bottom: 0;
  border-radius: 0 0 6px 6px;
}
.aslive-drawer__list .aslive-chev { color: var(--as-blue); }
.aslive-drawer__snap {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 10px 16px 0;
  padding: 6px 16px 6px 6px;
  background: var(--as-blue-deep);
  color: var(--as-white);
  text-decoration: none;
  border-radius: 6px;
}
.aslive-drawer__snap img {
  width: 106px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
  flex-shrink: 0;
}
.aslive-drawer__snap-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.aslive-drawer__snap-en {
  font-family: var(--as-en);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.aslive-drawer__snap-ja {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.aslive-drawer__snap .aslive-chev { color: var(--as-white); border-color: var(--as-white); }
.aslive-drawer__kw {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 8px 20px 0;
  padding: 16px;
  background: var(--as-white);
  border-radius: 6px;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--as-blue);
}
.aslive-drawer__kw .aslive-chev { color: var(--as-blue); }
.aslive-drawer__ext {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 0;
  padding: 24px 16px;
  background: var(--as-white);
}
.aslive-drawer .aslive-ext { height: 54px; width: 100%; min-width: 0; }
.aslive-drawer .aslive-ext--official { background: transparent; }
.aslive-drawer .aslive-ext__cap { font-size: 0.95rem; }

@media (min-width: 960px) {
  .aslive-menu-btn { display: none; }
  .aslive-header__ext { display: flex; }
  .aslive-header__tagline { display: block; }
  .aslive-logo__pc { display: block; }
  .aslive-logo__sp { display: none; }
  .aslive-gnav { display: block; }
  .aslive-header { border-top-width: 4px; }
}

@media (max-width: 959px) {
  .aslive-header {
    border-top-width: 3px;
    height: 56px;
    gap: 0;
  }
  .aslive-header__top-inner {
    min-height: 53px;
    height: 53px;
    padding: 0 16px;
    align-items: center;
  }
  .aslive-header__top { border-bottom: 1px solid var(--as-hairline); flex: 1; }
  .aslive-logo { padding-bottom: 5px; }
  :root { --as-gutter: 16px; }
}

/* ---------- layout ---------- */
.aslive-container {
  max-width: var(--as-max);
  margin: 0 auto;
  padding: 0 var(--as-gutter);
}
.aslive-section { padding: 56px 0 64px; }
.aslive-section--latest { padding-top: 72px; }
.aslive-section--pale { background: var(--as-blue-pale); }
.aslive-section--faculty { background: var(--as-blue-gray); }

.aslive-heading { text-align: center; margin: 0 0 40px; }
.aslive-heading__en {
  font-family: var(--as-en);
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  color: var(--as-text);
}
.aslive-heading__ja {
  display: block;
  color: var(--as-blue);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 8px 0 0;
}
.aslive-heading__lead {
  margin: 20px auto 0;
  max-width: 780px;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.aslive-heading--dark .aslive-heading__en,
.aslive-heading--dark .aslive-heading__ja,
.aslive-heading--dark .aslive-heading__lead { color: var(--as-white); }
.aslive-heading--dark .aslive-heading__ja { margin-top: 10px; }

@media (max-width: 959px) {
  .aslive-heading__en { font-size: 3.2rem; }
  .aslive-heading { margin-bottom: 28px; }
}

/* ---------- hero ---------- */
.aslive-hero {
  position: relative;
  height: 400px;
  overflow: hidden;
  color: var(--as-white);
  display: flex;
  align-items: center;
}
.aslive-hero__slides { position: absolute; inset: 0; }
.aslive-hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.aslive-hero__slide.is-active { opacity: 1; z-index: 1; }
.aslive-hero__slide.is-kenburns { animation: aslive-kenburns 8s ease-in-out forwards; }
.aslive-hero__copy {
  position: relative;
  z-index: 2;
  max-width: var(--as-max);
  margin: 0 auto;
  padding: 0 var(--as-gutter);
  width: 100%;
  text-align: left;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.aslive-hero__copy h1 {
  margin: 0 0 8px;
  font-size: 4.8rem;
  line-height: 1.3;
  font-weight: 700;
}
.aslive-hero__copy p { margin: 0; font-size: 1.65rem; line-height: 1.4; }
.aslive-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2));
  z-index: 1;
  pointer-events: none;
}

@keyframes aslive-kenburns {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

@media (max-width: 959px) {
  .aslive-hero { height: auto; aspect-ratio: 1 / 1; }
  .aslive-hero__copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 142px;
    padding: 12px;
    background: var(--as-white);
    color: var(--as-text);
    text-shadow: none;
    width: 100%;
    max-width: none;
    border-radius: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .aslive-hero__copy h1 { font-size: 2.2rem; line-height: 1.4; margin: 0 0 6px; }
  .aslive-hero__copy p { font-size: 1.3rem; line-height: 1.4; }
}

@media (prefers-reduced-motion: reduce) {
  .aslive-hero__slide { transition: none; animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ---------- category cards ---------- */
.aslive-cats-sec {
  background: var(--as-white);
}
.aslive-cats-sec__head {
  background: var(--as-blue-pale);
  padding: 48px 0 170px;
}
.aslive-cats {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
  margin-top: -170px;
  position: relative;
  z-index: 2;
}
.aslive-cat {
  position: relative;
  min-height: 180px;
  border-radius: var(--as-radius);
  padding: 24px 20px 20px;
  color: var(--as-white);
  text-decoration: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.aslive-cat h3 {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.3;
  min-height: 4.6rem;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.aslive-cat p {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 500;
}
.aslive-cat img {
  position: absolute;
  right: 3px;
  bottom: 5px;
  width: 82px;
  height: 75px;
  object-fit: contain;
  pointer-events: none;
}
.aslive-cat--pursuit { background: var(--as-pursuit); }
.aslive-cat--interaction { background: var(--as-interaction); }
.aslive-cat--throb { background: var(--as-throb); }
.aslive-cat--growth { background: var(--as-growth); }
.aslive-cat--scenery { background: var(--as-scenery); }
.aslive-cat--announcement { background: var(--as-announcement); }

@media (min-width: 960px) {
  .aslive-cats { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; }
  .aslive-cat { min-height: 210px; }
}

/* ---------- cards ---------- */
.aslive-cards {
  display: grid;
  gap: 32px 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.aslive-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}
.aslive-card__thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #f4f4f4;
  border-radius: 8px;
  overflow: visible;
}
.aslive-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.aslive-card__thumb--empty,
.aslive-card__thumb:not(:has(img)) {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--as-border);
  color: var(--as-muted);
  font-size: 1.2rem;
}
.aslive-card__label {
  position: absolute;
  left: 0;
  bottom: -1px;
  display: inline-flex;
  align-items: center;
  background: var(--as-cat);
  color: var(--as-white);
  border: 2px solid var(--as-white);
  border-radius: 14px;
  padding: 6px 10px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  z-index: 1;
  white-space: nowrap;
}
.aslive-card__body { display: flex; flex-direction: column; gap: 14px; }
.aslive-card__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.aslive-card__meta { margin: 0; font-size: 1.1rem; color: var(--as-muted); line-height: 1.4; }

.aslive-card--featured { gap: 10px; }
.aslive-card--featured .aslive-card__thumb { border-radius: 12px; }
.aslive-card--featured .aslive-card__thumb img { border-radius: 12px; }
.aslive-card--featured .aslive-card__body { gap: 10px; }
.aslive-card--featured .aslive-card__title { font-size: 2.2rem; font-weight: 700; line-height: 1.45; -webkit-line-clamp: 3; }

.aslive-card--row {
  flex-direction: row;
  gap: 14px;
  align-items: stretch;
}
.aslive-card--row .aslive-card__thumb {
  width: 130px;
  height: 98px;
  aspect-ratio: auto;
  flex-shrink: 0;
  overflow: hidden;
}
.aslive-card--row .aslive-card__thumb img { border-radius: 6px; }
.aslive-card--row .aslive-card__label {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  font-size: 1rem;
  padding: 4px 8px;
  border-radius: 12px;
}
.aslive-card--row .aslive-card__body { justify-content: space-between; padding: 0; gap: 6px; }
.aslive-card--row .aslive-card__title { font-size: 1.4rem; font-weight: 500; }

.aslive-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 24px auto 0;
  border: 1px solid var(--as-border);
  padding: 16px 32px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.5rem;
  border-radius: 26px;
  min-width: 280px;
}
.aslive-more--dark {
  border-color: #eee;
  color: var(--as-white);
}

@media (max-width: 359px) {
  .aslive-cards { grid-template-columns: 1fr; }
}
@media (min-width: 960px) {
  .aslive-cards { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .aslive-cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .aslive-cards--list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 20px; }
}

/* ---------- faculty / discover ---------- */
.aslive-faculty {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
.aslive-faculty a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  padding: 16px;
  text-decoration: none;
  background: var(--as-white);
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: 500;
}
.aslive-faculty a:hover { box-shadow: 0 0 0 1px var(--as-blue); }
.aslive-page .aslive-faculty a { background: var(--as-blue-gray); }
.aslive-faculty .aslive-chev { color: var(--as-blue); margin-top: 6px; }

.aslive-discover {
  display: grid;
  gap: 12px;
  margin-top: 40px;
  grid-template-columns: 1fr;
}
.aslive-discover__box {
  background: #e6eef8;
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.aslive-discover__title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--as-blue);
}
.aslive-discover__links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
  justify-content: center;
}
.aslive-discover__links a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1 1 140px;
  background: var(--as-white);
  border: 1px solid var(--as-border);
  border-radius: 26px;
  padding: 16px 20px 16px 32px;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.aslive-discover__links .aslive-chev { color: var(--as-blue); }

@media (min-width: 960px) {
  .aslive-faculty { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .aslive-discover { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
  .aslive-faculty--mega { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .aslive-section--faculty .aslive-container { max-width: 1320px; }
}
.aslive-faculty--drawer { grid-template-columns: 1fr; }
.aslive-discover--drawer { grid-template-columns: 1fr; margin-top: 16px; }
.aslive-discover--mega { margin-top: 16px; }

/* ---------- pickup ---------- */
.aslive-pickup { display: grid; gap: 28px; }
.aslive-pickup__main { min-width: 0; }
.aslive-pickup__side { display: grid; gap: 24px; }
@media (min-width: 960px) {
  .aslive-pickup { grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); align-items: start; }
}
@media (max-width: 959px) {
  .aslive-pickup__side .aslive-card:nth-child(n+4) { display: none; }
}

/* ---------- snap band ---------- */
.aslive-snapband {
  /* FEATURE 非表示中は学部ブロック直下になるため、上余白を確保 */
  padding: 56px var(--as-gutter) 80px;
}
.aslive-snapband__panel {
  max-width: var(--as-content);
  margin: 0 auto;
  background: var(--as-blue-deep);
  color: var(--as-white);
  border-radius: 24px;
  padding: 56px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.aslive-snapband .aslive-heading { margin: 0; padding: 0 24px; }
.aslive-snapband__carousel {
  position: relative;
  width: 100%;
  min-width: 0;
  isolation: isolate;
}
.aslive-snapband__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 0 72px;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}
.aslive-snapband__track::-webkit-scrollbar { display: none; }
.aslive-snapband--loop .aslive-snapband__track {
  overflow: hidden;
  touch-action: pan-y;
}
.aslive-snapband__rail {
  display: flex;
  gap: 16px;
  will-change: transform;
  backface-visibility: hidden;
}
.aslive-snapband__item {
  flex: 0 0 264px;
  text-decoration: none;
  color: inherit;
}
.aslive-snapband__item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}
.aslive-snapband__meta {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  margin-top: 6px;
  font-size: 1.1rem;
}
.aslive-snapband__caption {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 0 24px;
}
.aslive-snapband__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 4;
  display: none;
  pointer-events: auto;
}
.aslive-snapband__nav img { width: 56px; height: 56px; display: block; pointer-events: none; }
.aslive-snapband__nav--prev { left: 12px; }
.aslive-snapband__nav--prev img { transform: rotate(180deg); }
.aslive-snapband__nav--next { right: 12px; }
.aslive-snapband .aslive-more { margin-top: 0; }

@media (min-width: 960px) {
  .aslive-snapband__nav { display: flex; }
}
@media (max-width: 959px) {
  .aslive-cats-sec__head { padding: 40px 0 100px; }
  .aslive-cats { margin-top: -100px; }
  .aslive-cat { min-height: 168px; }
  .aslive-snapband { padding: 40px 16px 48px; }
  .aslive-snapband__panel { border-radius: 16px; padding: 40px 16px; gap: 32px; }
  .aslive-snapband__track {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: visible;
    padding: 0;
    gap: 20px 12px;
  }
  .aslive-snapband__item { flex: none; width: auto; }
  .aslive-snapband__caption { display: none; }
}

/* ---------- page layout with sidebar ---------- */
.aslive-page {
  display: grid;
  gap: 40px;
  max-width: var(--as-max);
  margin: 0 auto;
  padding: 16px var(--as-gutter) 80px;
  align-items: start;
}
.aslive-main { min-width: 0; }
.aslive-aside { min-width: 0; display: flex; flex-direction: column; gap: 32px; }
@media (min-width: 1080px) {
  .aslive-page { grid-template-columns: minmax(0, 860px) 300px; }
  .aslive-page--article { grid-template-columns: minmax(0, 792px) 368px; gap: 40px; }
  .aslive-page--article .aslive-aside { padding: 0; }
  .aslive-page--article .aslive-entry { max-width: none; padding: 0 40px; }
  .aslive-page--article .aslive-eyecatch,
  .aslive-page--article .aslive-snap-gallery { max-width: none; }
}

.aslive-crumb-bar {
  background: var(--as-blue-gray);
  width: 100%;
  margin: 0;
  padding: 0;
}
.aslive-crumb-bar .aslive-container {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.aslive-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.4;
  color: var(--as-muted);
  width: 100%;
}
.aslive-crumb li { display: flex; align-items: center; gap: 5px; }
.aslive-crumb li:not(:last-child)::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  transform: rotate(-45deg);
}
.aslive-crumb a { color: var(--as-text-2); text-decoration: underline; }
.aslive-crumb li:last-child span { color: var(--as-muted); text-decoration: none; }

.aslive-article-top {
  padding: 16px 0 0;
}
.aslive-article-top .aslive-article-head { padding-top: 16px; }

.aslive-archive-head { padding: 32px 0 24px; }
.aslive-archive-head__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
}
.aslive-archive-head__title h1 {
  margin: 0;
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 700;
}
.aslive-archive-head__icon {
  width: 49px;
  height: 46px;
  background-color: var(--as-cat, var(--as-blue));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  -webkit-mask: url("/live/img/icon-pursuit.svg") center / contain no-repeat;
  mask: url("/live/img/icon-pursuit.svg") center / contain no-repeat;
}
.aslive-archive-head__icon img {
  width: 49px;
  height: 46px;
  object-fit: contain;
  opacity: 0;
}
.aslive-cat-color--pursuit .aslive-archive-head__icon {
  -webkit-mask-image: url("/live/img/icon-pursuit.svg");
  mask-image: url("/live/img/icon-pursuit.svg");
}
.aslive-cat-color--interaction .aslive-archive-head__icon {
  -webkit-mask-image: url("/live/img/icon-interaction.svg");
  mask-image: url("/live/img/icon-interaction.svg");
}
.aslive-cat-color--throb .aslive-archive-head__icon {
  -webkit-mask-image: url("/live/img/icon-throb.svg");
  mask-image: url("/live/img/icon-throb.svg");
}
.aslive-cat-color--growth .aslive-archive-head__icon {
  -webkit-mask-image: url("/live/img/icon-growth.svg");
  mask-image: url("/live/img/icon-growth.svg");
}
.aslive-cat-color--scenery .aslive-archive-head__icon {
  -webkit-mask-image: url("/live/img/icon-scenery.svg");
  mask-image: url("/live/img/icon-scenery.svg");
}
.aslive-cat-color--announcement .aslive-archive-head__icon {
  -webkit-mask-image: url("/live/img/icon-announcement.svg");
  mask-image: url("/live/img/icon-announcement.svg");
}
.aslive-archive-head__lead {
  margin: 0 0 20px;
  font-size: 1.5rem;
  line-height: 1.9;
  max-width: 860px;
}
.aslive-archive-head__count {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid var(--as-border);
  font-size: 1.3rem;
}
.aslive-archive-head__count span { color: var(--as-muted); margin-left: 8px; }
.aslive-archive-head--snap {
  background: var(--as-blue-deep);
  color: var(--as-white);
}
.aslive-archive-head--snap .aslive-archive-head__count { border-color: #345; }
.aslive-archive-head--snap .aslive-archive-head__count span { color: #ccc; }

@media (max-width: 959px) {
  .aslive-archive-head__title h1 { font-size: 2.8rem; }
}

.aslive-pager {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 56px 0 0;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.aslive-cards > .aslive-pager {
  grid-column: 1 / -1;
}
.aslive-pager > a,
.aslive-pager > span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--as-blue-01);
  border-radius: 50%;
  text-decoration: none;
  color: var(--as-blue);
  background: var(--as-white);
}
.aslive-pager [aria-current="page"] {
  background: var(--as-blue);
  border-color: var(--as-blue);
  color: var(--as-white);
  font-weight: 700;
}
.aslive-pager__ellipsis { border: 0; width: auto; }
.aslive-pager__arrow .aslive-chev {
  width: 8px;
  height: 8px;
  border-width: 0 2px 2px 0;
}
.aslive-pager__arrow:not(.aslive-pager__arrow--next) .aslive-chev { transform: rotate(135deg); }

/* ---------- snap pick sidebar ---------- */
.aslive-snap-pick {
  position: relative;
  z-index: 1;
  background: var(--as-blue-deep);
  color: var(--as-white);
  border-radius: 8px;
  overflow: hidden;
  padding: 10px;
}
.aslive-snap-pick__item {
  display: none;
  color: inherit;
  text-decoration: none;
}
.aslive-snap-pick__item:first-child,
.aslive-snap-pick__item.is-active { display: block; }
.aslive-snap-pick__item[hidden] { display: none !important; }
.aslive-snap-pick__item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}
.aslive-snap-pick__cap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 8px 8px;
}
.aslive-snap-pick__en {
  font-family: var(--as-en);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}
.aslive-snap-pick__title {
  font-size: 1.2rem;
  line-height: 1.3;
}
.aslive-snap-pick__more {
  align-self: flex-end;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.aslive-axis { display: flex; flex-direction: column; gap: 4px; }
.aslive-axis__block {
  background: var(--as-blue-gray);
  border-radius: 8px;
  padding: 24px 20px;
}
.aslive-axis__block:first-child { background: #f6f6f6; }
.aslive-axis h2 {
  margin: 0 0 16px;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--as-blue);
}
.aslive-axis ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.aslive-axis a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 16px 12px 12px;
  background: var(--as-white);
  border-radius: 6px;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 500;
}
.aslive-axis a[aria-current="page"] {
  box-shadow: inset 0 0 0 2px var(--as-blue);
  font-weight: 700;
}
.aslive-axis .aslive-chev { color: var(--as-blue); }

.aslive-toc {
  border: 1px solid var(--as-border);
  border-radius: 8px;
  padding: 16px;
  margin: 0 0 24px;
  background: var(--as-blue-gray);
}
.aslive-toc__title { font-weight: 700; margin: 0 0 8px; color: var(--as-blue); }
.aslive-toc ol { margin: 0; padding-left: 20px; }
.aslive-toc .is-sub { margin-left: 1em; }

/* ---------- article header ---------- */
.aslive-article-head { margin-bottom: 0; padding: 8px 0 24px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; width: 100%; }
.aslive-article-head__cat {
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 6px 12px;
  background: var(--as-cat);
  color: var(--as-white);
  border-radius: 16px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
.aslive-article-head .aslive-card__label {
  position: static;
  align-self: flex-start;
  width: auto;
  margin-bottom: 0;
  border-width: 2px;
  padding: 6px 12px;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 16px;
}
.aslive-article-head h1 {
  margin: 0;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 700;
  max-width: 860px;
}
.aslive-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  width: 100%;
  font-size: 1.2rem;
  color: var(--as-muted);
  padding-bottom: 6px;
}
.aslive-article-meta a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 0;
  border-radius: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: var(--as-blue);
  background: var(--as-blue-02);
  font-size: 1.2rem;
}
.aslive-article-meta a.aslive-article-meta__campus {
  background: var(--as-white);
  border: 1px solid #ccc;
  color: var(--as-text);
}
.aslive-article-meta a.aslive-article-meta__exam {
  background: var(--as-blue);
  color: var(--as-white);
}
.aslive-share {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
  align-self: stretch;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0;
  padding-top: 14px;
  border-top: 1px solid var(--as-hairline);
  font-size: 1.3rem;
  font-weight: 500;
}
.aslive-share a,
.aslive-share button {
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  min-height: 0;
  min-width: 22px;
  height: 22px;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.aslive-share img { width: 22px; height: 22px; object-fit: contain; display: block; }
.aslive-share__x {
  font-family: var(--as-en);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--as-text);
}

.aslive-eyecatch { max-width: 792px; margin: 0 0 24px; }
.aslive-eyecatch img { width: 100%; display: block; border-radius: 8px; }
.aslive-eyecatch figcaption { font-size: 1.2rem; color: var(--as-muted); margin-top: 8px; }

.aslive-snap-gallery { max-width: 792px; margin: 0 0 24px; display: grid; gap: 12px; }
.aslive-snap-gallery img { width: 100%; display: block; border-radius: 8px; }
.aslive-snap-gallery__item { margin: 0; }
.aslive-snap-gallery--entry {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  margin-top: 32px;
}
.aslive-snap-gallery--entry img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
@media (min-width: 960px) {
  .aslive-snap-gallery--entry {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.aslive-related { margin-top: 48px; }
.aslive-related h2 { font-size: 2rem; }
@media (max-width: 1079px) {
  .aslive-page--article .aslive-entry { padding: 0; }
}
@media (min-width: 1080px) {
  .aslive-page--article .aslive-main > article > [data-aslive-toc] { display: none; }
}
.aslive-prevnext {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}
.aslive-prevnext a {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--as-border);
  border-radius: 8px;
  padding: 12px 16px;
  text-decoration: none;
}
.aslive-prevnext a:first-child .aslive-chev { transform: rotate(135deg); }
@media (min-width: 640px) {
  .aslive-prevnext { grid-template-columns: 1fr 1fr; }
}
.aslive-prevnext--single { grid-template-columns: 1fr; }

/* ---------- snap gallery ---------- */
.aslive-snap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 12px;
}
.aslive-snap-grid a { text-decoration: none; color: inherit; }
.aslive-snap-grid .aslive-snapband__meta { color: var(--as-text); }
.aslive-snap-grid img,
.aslive-snap-grid__ph {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}
.aslive-snap-grid__ph { background: var(--as-blue-02, #d9e4f0); }
.aslive-snap-grid__more { margin-top: 32px; text-align: center; }
@media (min-width: 960px) {
  .aslive-snap-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}

.aslive-snap-gallery-page {
  background: var(--as-blue-deep);
  color: var(--as-white);
  padding-bottom: 24px;
}
.aslive-snap-gallery-page .aslive-section { padding-top: 32px; }
.aslive-snap-grid--gallery {
  grid-template-columns: 1fr;
  gap: 16px;
}
.aslive-snap-grid--gallery .aslive-snap-grid__item { margin: 0; }
.aslive-snap-grid--gallery img {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
}
@media (min-width: 640px) {
  .aslive-snap-grid--gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .aslive-snap-grid--gallery .aslive-snap-grid__item:first-child {
    grid-column: 1 / -1;
  }
  .aslive-snap-grid--gallery .aslive-snap-grid__item:first-child img {
    aspect-ratio: 16 / 9;
    max-height: 560px;
  }
}
@media (min-width: 960px) {
  .aslive-snap-grid--gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

.aslive-kw-head { font-size: 1.6rem; color: var(--as-blue); margin: 32px 0 16px; }
.aslive-main > .aslive-kw-head:first-child { margin-top: 0; }

/* ---------- footer ---------- */
.aslive-footer { background: var(--as-blue-02); }
.aslive-footer__brand { background: var(--as-blue); color: var(--as-white); }
.aslive-footer__brand-inner,
.aslive-footer__cols,
.aslive-footer__copy-inner {
  max-width: var(--as-max);
  margin: 0 auto;
  padding: 0 var(--as-gutter);
}
.aslive-footer__brand-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
  padding-bottom: 28px;
  flex-wrap: wrap;
}
.aslive-footer__logo {
  width: 194px;
  height: 92px;
  object-fit: contain;
}
.aslive-footer__catch {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.aslive-footer__rule {
  display: block;
  width: 40px;
  height: 1px;
  background: var(--as-white);
  flex-shrink: 0;
}
.aslive-footer__links { background: var(--as-blue-01); padding: 40px 0; }
.aslive-footer__cols {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}
.aslive-footer h2 {
  font-size: 1.4rem;
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b5c8e2;
  color: var(--as-blue-deep);
}
.aslive-footer__col--stack > .aslive-footer__group + .aslive-footer__group { margin-top: 28px; }
.aslive-footer ul { list-style: none; margin: 0; padding: 0; }
.aslive-footer li { margin: 0 0 12px; }
.aslive-footer li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-size: 1.2rem;
  color: var(--as-blue-deep);
}
.aslive-footer li a::before {
  content: "";
  width: 8px;
  height: 1px;
  background: var(--as-blue-deep);
  flex-shrink: 0;
}
.aslive-footer__copy { background: var(--as-blue-02); padding: 20px 0; }
.aslive-footer__copy-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.aslive-footer__copy p {
  margin: 0;
  font-family: var(--as-en);
  font-size: 1rem;
  color: var(--as-blue-deep);
}
.aslive-footer__copy img { height: 26px; width: auto; display: block; }
.aslive-footer__aasa { display: inline-flex; line-height: 0; }
@media (min-width: 960px) {
  .aslive-footer__cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }
}

/* ---------- lightbox ---------- */
.aslive-lightbox {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  border: none;
  padding: 0;
  background: transparent;
  overflow: hidden;
}
.aslive-lightbox[open] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aslive-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.55);
}
.aslive-lightbox__image {
  display: block;
  width: auto;
  height: auto;
  max-width: min(92vw, calc(100vw - 140px));
  max-height: min(88vh, calc(100vh - 120px));
  margin: 0;
  object-fit: contain;
}
.aslive-lightbox__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  min-height: 44px;
  padding: 8px 14px;
  border: 0;
  border-radius: 4px;
  background: #fff;
  color: #111;
  cursor: pointer;
}
.aslive-lightbox__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.aslive-lightbox__nav--prev { left: 12px; }
.aslive-lightbox__nav--next { right: 12px; }
.aslive-lightbox__nav img { display: block; width: 48px; height: 48px; }
.aslive-lightbox__nav--prev img { transform: rotate(180deg); }
.aslive-lightbox__counter {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
@media (max-width: 959px) {
  .aslive-lightbox__image {
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 120px);
  }
  .aslive-lightbox__nav--prev { left: 4px; }
  .aslive-lightbox__nav--next { right: 4px; }
}

/* ============================================================
   Entry body — existing CMS HTML
   ============================================================ */
.aslive-entry {
  max-width: 760px;
  font-size: 15px;
  line-height: 2;
}
.aslive-entry > * + * { margin-top: 18px; }
.aslive-entry p { margin: 18px 0 0; overflow: hidden; }
.aslive-entry p:first-child { margin-top: 0; }
.aslive-entry img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.aslive-entry a { text-decoration: underline; color: var(--as-blue); }
.aslive-entry a[target="_blank"]::after { content: ""; }

.aslive-entry h2,
.aslive-entry h3,
.aslive-entry h4,
.aslive-entry h5 {
  clear: both;
  font-weight: 700;
  line-height: 1.4;
  color: var(--as-text);
}
.aslive-entry h2 {
  font-size: 2.2rem;
  margin: 2.4em 0 0.8em;
  padding-bottom: 6px;
  border-bottom: 3px solid var(--as-text);
}
.aslive-entry h3 {
  font-size: 1.8rem;
  margin: 2em 0 0.6em;
  padding-bottom: 4px;
  border-bottom: 2px solid #888;
}
.aslive-entry h4 {
  font-size: 1.7rem;
  margin: 1.8em 0 0.5em;
  border-bottom: 1px solid #888;
  padding-bottom: 4px;
}
.aslive-entry h5 {
  font-size: 1.6rem;
  margin: 1.5em 0 0.4em;
}

.aslive-entry ul,
.aslive-entry ol { padding-left: 1.6em; }
.aslive-entry li { margin: 0 0 0.3em; }
.aslive-entry blockquote {
  margin: 1.5em 0;
  padding: 0.6em 0 0.6em 1.2em;
  border-left: 3px solid #888;
  color: #444;
}
.aslive-entry table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}
.aslive-entry th,
.aslive-entry td {
  border: 1px solid var(--as-border);
  padding: 0.6em 0.8em;
  vertical-align: top;
}
.aslive-entry iframe {
  max-width: 100%;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}
.aslive-entry hr { border: 0; border-top: 1px solid var(--as-border); }

.aslive-entry .txt_center,
.aslive-entry .TxtC,
.aslive-entry .txt-center { text-align: center; }
.aslive-entry .TxtR { text-align: right; }
.aslive-entry .TxtL { text-align: left; }
.aslive-entry .m_top0 { margin-top: 0 !important; }
.aslive-entry .m_top10 { margin-top: 10px; }
.aslive-entry .m_top20 { margin-top: 20px !important; }
.aslive-entry .m_top40,
.aslive-entry .m-top40 { margin-top: 40px; }
.aslive-entry .clear { clear: both; }
.aslive-entry .page-break { }

.aslive-entry .Headline { padding-bottom: 10px; }
.aslive-entry .Headline img { width: 100%; }
.aslive-eyecatch ~ .aslive-entry > .Headline:first-child {
  display: none;
}
.aslive-entry .ImgC { text-align: center; display: block; margin: 0 auto; }

.aslive-entry .twoCol {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
}
.aslive-entry .twoCol .FLeft,
.aslive-entry .twoCol .FRight,
.aslive-entry .twoCol .ImgBox,
.aslive-entry .twoCol .TxtBox {
  flex: 1 1 240px;
  min-width: 0;
}
.aslive-entry .twoCol .ImgBox { flex-basis: 30%; }
.aslive-entry .twoCol .TxtBox { flex-basis: 60%; }

.aslive-entry .Separate {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.aslive-entry .Separate .LeftColumn,
.aslive-entry .Separate .RightColumn {
  flex: 1 1 240px;
  min-width: 0;
}

.aslive-entry .ImgL,
.aslive-entry .ImgNL,
.aslive-entry .ImgLeft {
  float: left;
  margin: 0 20px 24px 0;
  max-width: 46%;
}
.aslive-entry .ImgR,
.aslive-entry .ImgNR,
.aslive-entry .ImgRight {
  float: right;
  margin: 0 0 24px 20px;
  max-width: 46%;
}

.aslive-entry .Block,
.aslive-entry .TwoColumn,
.aslive-entry .InnerBox { clear: both; }
.aslive-entry .Block::after,
.aslive-entry .TwoColumn::after,
.aslive-entry .InnerBox::after {
  content: "";
  display: block;
  clear: both;
}

.aslive-entry .reporter-box h3 {
  border: none;
  text-align: center;
  margin: 0 0 8px;
}
.aslive-entry .profile-wrap {
  border: 1px solid var(--as-border);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  background: var(--as-white);
}
.aslive-entry .profile-wrap .image { flex: 0 0 120px; }
.aslive-entry .reporter-profile { flex: 1 1 240px; }
.aslive-entry .profile-block {
  display: grid;
  grid-template-columns: 8em minmax(0, 1fr);
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}
.aslive-entry .profile-block .label { font-weight: 700; margin: 0; }
.aslive-entry .profile-block p { margin: 0; }
.aslive-entry .bg-dark { background: #f5f5f5; }

@media (max-width: 639px) {
  .aslive-entry .ImgL,
  .aslive-entry .ImgR,
  .aslive-entry .ImgNL,
  .aslive-entry .ImgNR,
  .aslive-entry .ImgLeft,
  .aslive-entry .ImgRight {
    float: none;
    display: block;
    margin: 0 auto 16px;
    max-width: 100%;
  }
  .aslive-entry .twoCol,
  .aslive-entry .Separate { display: block; }
  .aslive-entry .twoCol .FLeft,
  .aslive-entry .twoCol .FRight { margin-bottom: 12px; }
}

.aslive-kw-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.aslive-kw-list a {
  display: inline-block;
  border: 1px solid var(--as-border);
  padding: 8px 12px;
  text-decoration: none;
}
.aslive-kw-list a:hover { border-color: var(--as-text); }
