body.anime-detail-page {
    --anime-blue: #005bff;
    --anime-ink: #080b12;
    --anime-muted: #7d8797;
    --anime-line: #d9e3f5;
    margin: 0;
    background: #fff;
    color: var(--anime-ink);
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "BIZ UDPMincho", serif;
    letter-spacing: 0;
    overflow-x: hidden;
}
body.anime-detail-page *,
body.anime-detail-page *::before,
body.anime-detail-page *::after {
    box-sizing: border-box;
}
body.anime-detail-page .anime-detail {
    width: min(900px, 100%);
    margin: 0 auto;
    padding: 22px 46px 42px;
}
body.anime-detail-page .anime-detail > .site-breadcrumb {
    width: 100%;
    margin: 0 0 8px;
    color: rgba(5, 5, 5, 0.72);
}
body.anime-detail-page .anime-detail > .site-breadcrumb a {
    color: rgba(5, 5, 5, 0.88);
}
body.anime-detail-page .anime-detail > .site-breadcrumb li:first-child a {
    color: #0649ff;
}
body.anime-detail-page .anime-detail > .site-breadcrumb li:not(:first-child) a {
    color: rgba(6, 73, 255, 0.68);
}
body.anime-detail-page .anime-detail > .site-breadcrumb a:hover {
    color: #0649ff;
}
body.anime-detail-page .anime-detail > .site-breadcrumb span {
    color: rgba(5, 5, 5, 0.72);
}
body.anime-detail-page .anime-detail > .site-breadcrumb li + li::before {
    border-color: rgba(5, 5, 5, 0.44);
}
body.anime-detail-page .anime-file {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
body.anime-detail-page .anime-file__info {
    --genre-drop: 26px;
    --genre-title-gap: 12px;
    --title-center-shift: 0px;
    --title-offset: 30px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
body.anime-detail-page .anime-file__info--title-lines-1 {
    --genre-drop: 26px;
    --title-center-shift: 4px;
    --title-offset: 36px;
}
body.anime-detail-page .anime-file__info--title-lines-1:has(.anime-file__meta) .anime-file__heading {
    margin-top: auto;
}
body.anime-detail-page .anime-file__info--title-lines-2 {
    --genre-drop: 26px;
    --title-center-shift: -1px;
    --title-offset: 30px;
}
body.anime-detail-page .anime-file__info--title-lines-2:has(.anime-file__meta) .anime-file__heading {
    margin-top: auto;
}
body.anime-detail-page .anime-file__info--title-lines-3 {
    --title-center-shift: -6px;
    --title-offset: 10px;
}
body.anime-detail-page .anime-file__info--title-lines-4 {
    --title-center-shift: -6px;
    --title-offset: 10px;
}
body.anime-detail-page .anime-file__info--title-lines-5,
body.anime-detail-page .anime-file__info--title-lines-6 {
    --title-center-shift: -8px;
    --title-offset: 6px;
}
body.anime-detail-page .anime-file__info--title-lines-3:has(.anime-file__meta) .anime-file__heading,
body.anime-detail-page .anime-file__info--title-lines-4:has(.anime-file__meta) .anime-file__heading,
body.anime-detail-page .anime-file__info--title-lines-5:has(.anime-file__meta) .anime-file__heading,
body.anime-detail-page .anime-file__info--title-lines-6:has(.anime-file__meta) .anime-file__heading {
    margin-top: auto;
}
body.anime-detail-page .anime-file__heading {
    margin-top: var(--title-offset);
    transform: translateY(var(--title-center-shift));
}
body.anime-detail-page .anime-file__info--no-meta {
    justify-content: flex-start;
}
body.anime-detail-page .anime-file__info--no-meta .anime-file__heading {
    margin-top: clamp(46px, 14vw, 74px);
}
body.anime-detail-page .anime-file__info--has-genres.anime-file__info--no-meta .anime-file__genres {
    margin-bottom: 12px;
}
body.anime-detail-page .anime-file__info--no-genres.anime-file__info--no-meta .anime-file__heading {
    transform: translateY(0);
}
body.anime-detail-page .anime-file__title {
    display: block;
    max-width: 100%;
    margin: 0;
    color: #050b18;
    font-size: var(--title-lg);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: 0.02em;
    text-align: center;
    text-shadow: 0 7px 18px rgba(6, 18, 44, 0.1);
}
body.anime-detail-page .anime-file__title--fit {
    width: 100%;
    font-size: var(--title-fit-size, var(--title-lg));
    letter-spacing: 0;
    overflow-wrap: normal;
    word-break: keep-all;
}
body.anime-detail-page .anime-file__title--short {
    width: 100%;
    font-size: var(--title-fit-size, var(--title-lg));
    letter-spacing: 0;
    line-height: 1.08;
}
body.anime-detail-page .anime-file__title-set {
    display: block;
}
body.anime-detail-page .anime-file__title-set--pc {
    display: none;
}
body.anime-detail-page .anime-file__title-line {
    display: block;
    max-width: 100%;
    white-space: nowrap;
}
body.anime-detail-page .anime-file__subtitle {
    margin: 16px 0 0;
    color: #8b929f;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.35;
}
body.anime-detail-page .anime-file__meta {
    display: grid;
    gap: 0;
    justify-items: start;
    width: 100%;
    margin-top: auto;
    color: var(--anime-muted);
    font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.35;
}
body.anime-detail-page .anime-file__meta span {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    column-gap: 13px;
    width: 100%;
    min-height: 68px;
    padding: 10px 0;
    border-top: 1px solid rgba(141, 152, 170, 0.28);
}
body.anime-detail-page .anime-file__meta span:last-child {
    border-bottom: 1px solid rgba(141, 152, 170, 0.28);
}
body.anime-detail-page .anime-file__meta svg {
    grid-row: 1 / span 2;
    width: 30px;
    height: 30px;
    fill: none;
    stroke: #2f68d8;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
body.anime-detail-page .anime-file__meta small,
body.anime-detail-page .anime-file__meta b {
    display: block;
    grid-column: 2;
    min-width: 0;
    color: #111827;
    font-style: normal;
}
body.anime-detail-page .anime-file__meta small {
    align-self: end;
    font-size: 11px;
    font-weight: 500;
}
body.anime-detail-page .anime-file__meta b {
    align-self: start;
    margin-top: 5px;
    font-size: 19px;
    font-weight: 500;
}
body.anime-detail-page .anime-file__poster {
    display: block;
    align-self: flex-start;
    width: 100%;
    margin: 28px 0 0;
    aspect-ratio: 600 / 900;
    border: 0;
    border-radius: 0;
    object-fit: contain;
    background: #fff;
    box-shadow: none;
}
body.anime-detail-page .anime-file__hero {
    display: grid;
    grid-template-columns: minmax(0, 46%) minmax(0, 1fr);
    align-items: stretch;
    gap: 34px;
    width: 100%;
}
body.anime-detail-page .anime-file__hero:not(:has(.anime-file__poster)) {
    display: block;
}
body.anime-detail-page .anime-file__services {
    width: 100%;
    min-width: 0;
    margin-top: 18px;
    padding: 20px 24px 18px;
    border: 0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(18, 39, 90, 0.08);
}
body.anime-detail-page .anime-file__services .anime-detail-section__head {
    margin-bottom: 12px;
}
body.anime-detail-page .anime-file__services .anime-detail-section__head h2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #050505;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.04em;
}
body.anime-detail-page .anime-file__services .anime-detail-section__head h2::before {
    content: "";
    width: 5px;
    height: 24px;
    border-radius: 1px;
    background: var(--anime-blue);
}
body.anime-detail-page .anime-file__services .anime-detail-share {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 29px;
    margin-top: 16px;
    padding: 0 10px;
    border-radius: 6px;
    font-size: 10px;
    white-space: nowrap;
}
body.anime-detail-page .anime-file__genres {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    margin: var(--genre-drop) 0 var(--genre-title-gap);
    padding: 0;
    border-top: 0;
    transform: none;
}
body.anime-detail-page .anime-file__info--title-lines-1 .anime-file__genres {
    margin: 0 0 var(--genre-title-gap);
    transform: translateY(var(--genre-drop));
}
body.anime-detail-page .anime-file__genres a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    min-height: 25px;
    padding: 0 10px;
    border: 1px solid rgba(0, 72, 255, 0.62);
    border-radius: 999px;
    color: #1759c8;
    background: #fff;
    font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1;
    text-decoration: none;
}

@media (max-width: 999px) {
    body.anime-detail-page .anime-file__info--no-genres.anime-file__info--has-meta::before {
        content: "";
        display: block;
        min-height: calc(var(--genre-drop) + 25px + var(--genre-title-gap));
    }

    body.anime-detail-page .anime-file__info--no-genres.anime-file__info--title-lines-1.anime-file__info--has-meta::before {
        min-height: calc(25px + var(--genre-title-gap));
    }
}
body.anime-detail-page .anime-file__synopsis {
    width: 100%;
    margin: 0;
    color: #111827;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.035em;
    text-align: left;
}
body.anime-detail-page .anime-file__story {
    width: 100%;
    margin-top: 24px;
    padding: 24px 28px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(18, 39, 90, 0.08);
}
body.anime-detail-page .anime-file__story .anime-detail-section__head {
    margin-bottom: 14px;
}
body.anime-detail-page .anime-file__story h2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #050505;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}
body.anime-detail-page .anime-file__story h2::before {
    content: "";
    width: 5px;
    height: 24px;
    border-radius: 1px;
    background: var(--anime-blue);
}
body.anime-detail-page .anime-file__official {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: center;
    width: 220px;
    min-height: 49px;
    margin-top: 30px;
    padding: 0 16px;
    border: 1.5px solid var(--anime-blue);
    border-radius: 5px;
    color: var(--anime-blue);
    background: #fff;
    font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-align: center;
    text-decoration: none;
}
body.anime-detail-page .anime-file__official svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
body.anime-detail-page .anime-detail-section {
    margin-top: 42px;
    padding: 24px 28px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(18, 39, 90, 0.08);
}
body.anime-detail-page .anime-detail-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}
body.anime-detail-page .anime-detail-section h2 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #050505;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.08em;
}
body.anime-detail-page .anime-detail-section h2::before {
    content: "";
    width: 5px;
    height: 24px;
    border-radius: 1px;
    background: var(--anime-blue);
}
body.anime-detail-page .anime-source__card {
    display: grid;
    grid-template-columns: minmax(92px, 34%) minmax(0, 1fr);
    gap: 18px;
    align-items: end;
}
body.anime-detail-page .anime-source__card:not(:has(.anime-source__cover)) {
    grid-template-columns: 1fr;
}
body.anime-detail-page .anime-source__cover-link {
    display: block;
    align-self: end;
    justify-self: center;
    max-width: min(100%, 180px);
    margin-bottom: 28px;
    border-radius: 0;
    line-height: 0;
}
body.anime-detail-page .anime-source__cover-link:hover,
body.anime-detail-page .anime-source__cover-link:focus-visible {
    opacity: 0.88;
    outline: 0;
}
body.anime-detail-page .anime-source__cover-link:focus-visible {
    box-shadow: 0 0 0 3px rgba(0, 91, 255, 0.24);
}
body.anime-detail-page .anime-source__cover {
    display: block;
    align-self: end;
    justify-self: center;
    width: auto;
    height: auto;
    max-width: min(100%, 180px);
    max-height: 270px;
    margin-bottom: 28px;
    border-radius: 0;
    object-fit: contain;
    object-position: center top;
}
body.anime-detail-page .anime-source__cover-link .anime-source__cover {
    max-width: 100%;
    margin-bottom: 0;
}
body.anime-detail-page .anime-source {
    padding-bottom: 18px;
}
body.anime-detail-page .anime-source__body {
    display: grid;
    gap: 10px;
    min-width: 0;
}
body.anime-detail-page .anime-source__top {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
body.anime-detail-page .anime-source__top h3 {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    color: #0b1220;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
    font-size: var(--title-fit-size, 20px);
    font-weight: 900;
    line-height: 1.35;
    overflow-wrap: anywhere;
}
body.anime-detail-page .anime-source__title [data-title-line] {
    display: block;
    max-width: 100%;
    white-space: nowrap;
}
body.anime-detail-page .anime-source__top > span {
    flex: 0 0 auto;
    padding: 4px 10px;
    border: 1px solid rgba(0, 72, 255, 0.55);
    border-radius: 999px;
    color: var(--anime-blue);
    background: #fff;
    font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}
body.anime-detail-page .anime-source__lead {
    margin: 0;
    color: #667085;
    font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-size: 14px;
    font-weight: 700;
}
body.anime-detail-page .anime-source__meta {
    display: grid;
    margin: 2px 0 0;
    padding: 0 12px;
    border: 1px solid rgba(0, 72, 255, 0.18);
    border-radius: 10px;
    background: #fff;
}
body.anime-detail-page .anime-source__meta div {
    padding: 5px 0;
    border-bottom: 1px solid var(--anime-line);
}
body.anime-detail-page .anime-source__meta div:last-child {
    border-bottom: 0;
}
body.anime-detail-page .anime-source__meta dt,
body.anime-detail-page .anime-source__meta dd {
    margin: 0;
}
body.anime-detail-page .anime-source__meta dt {
    color: #667085;
    font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-size: 11px;
    font-weight: 800;
}
body.anime-detail-page .anime-source__meta dd {
    margin-top: 1px;
    color: #0b1220;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    overflow-wrap: anywhere;
}
body.anime-detail-page .anime-source__link {
    display: inline-flex;
    align-items: center;
    justify-self: end;
    gap: 6px;
    margin-top: -2px;
    color: #667085;
    font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}
body.anime-detail-page .anime-source__link svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
body.anime-detail-page .anime-detail-share,
body.anime-detail-page .anime-more-button {
    min-height: 34px;
    padding: 0 16px;
    border: 1px solid rgba(0, 72, 255, 0.5);
    border-radius: 8px;
    color: var(--anime-blue);
    background: #fff;
    font: inherit;
    font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}
body.anime-detail-page .anime-file__services--pc {
    display: none;
}
body.anime-detail-page .anime-file__story--pc {
    display: none;
}
body.anime-detail-page .anime-file__synopsis-lead--pc {
    display: none;
}
body.anime-detail-page .anime-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
    padding: 0;
}
body.anime-detail-page .anime-service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    place-items: center;
    justify-content: flex-start;
    min-height: 92px;
    padding: 10px 8px 8px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 16px rgba(18, 39, 90, 0.1);
    color: inherit;
    text-decoration: none;
}
body.anime-detail-page .anime-service-card__mark {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    min-width: 0;
    color: var(--anime-blue);
    font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-size: 14px;
    font-weight: 900;
}
body.anime-detail-page .anime-service-card img {
    display: block;
    max-width: 58px;
    max-height: 58px;
    border-radius: 4px;
    object-fit: contain;
}
body.anime-detail-page .anime-service-card__name,
body.anime-detail-page .anime-service-card__status {
    display: block;
    width: 100%;
    color: #111827;
    font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    text-align: center;
}
body.anime-detail-page .anime-service-card__name {
    margin-top: 8px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.25;
}
body.anime-detail-page .anime-service-card__status {
    display: none;
    margin-top: 0;
    color: #5f6672;
    font-size: 11px;
    font-weight: 600;
}
body.anime-detail-page .anime-file__services--with-status .anime-service-card {
    min-height: 126px;
    padding-bottom: 10px;
}
body.anime-detail-page .anime-file__services--with-status .anime-service-card__status {
    display: block;
    margin-top: 6px;
}
body.anime-detail-page .anime-file__services--with-status .service-prime-video .anime-service-card__status:has(span + span) {
    display: grid;
    gap: 0;
    margin-top: 3px;
    line-height: 1.1;
}
body.anime-detail-page .anime-file__services--with-status .service-prime-video .anime-service-card__status span + span {
    margin-top: 4px;
}
body.anime-detail-page .anime-file__services-note {
    margin: 10px 0 0;
    color: #7d8797;
    font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-size: 11px;
    line-height: 1.5;
}
body.anime-detail-page .anime-pv,
body.anime-detail-page .anime-pv__link {
    display: block;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 1px solid var(--anime-line);
    border-radius: 8px;
    background: #f5f8ff;
}
body.anime-detail-page .anime-pv iframe,
body.anime-detail-page .anime-pv img {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}
body.anime-detail-page .anime-pv__link {
    position: relative;
    color: #fff;
    text-decoration: none;
}
body.anime-detail-page .anime-pv__link span {
    position: absolute;
    inset: auto 18px 18px auto;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(0, 72, 255, 0.9);
    font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-size: 13px;
    font-weight: 800;
}
body.anime-detail-page .anime-theme-list {
    display: grid;
    gap: 10px;
}
body.anime-detail-page .anime-theme-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    min-height: 66px;
    padding: 8px 12px;
    border: 1px solid rgba(0, 72, 255, 0.22);
    border-radius: 9px;
    background: #fff;
}
body.anime-detail-page .anime-theme-card__icon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(0, 72, 255, 0.22);
    border-radius: 999px;
    color: var(--anime-blue);
}
body.anime-detail-page .anime-theme-card__icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
body.anime-detail-page .anime-theme-card__copy {
    min-width: 0;
}
body.anime-detail-page .anime-theme-card__copy span {
    display: block;
    color: var(--anime-blue);
    font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-size: 11px;
    font-weight: 800;
}
body.anime-detail-page .anime-theme-card__copy strong,
body.anime-detail-page .anime-theme-card__copy p {
    display: block;
    overflow-wrap: anywhere;
    margin: 2px 0 0;
    color: #111;
}
body.anime-detail-page .anime-theme-card__copy strong {
    font-size: 15px;
    line-height: 1.3;
}
body.anime-detail-page .anime-theme-card__copy p {
    font-size: 13px;
    line-height: 1.35;
}
body.anime-detail-page .anime-credit-list {
    display: grid;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--anime-line);
    list-style: none;
}
body.anime-detail-page .anime-credit-row {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    min-height: 36px;
    gap: 10px;
    padding: 8px 10px;
    overflow: hidden;
    border-bottom: 1px solid var(--anime-line);
}
body.anime-detail-page .anime-credit-row--cast {
    grid-template-columns: minmax(0, 50%) minmax(0, 1fr) 16px;
    column-gap: 0;
}
body.anime-detail-page .anime-credit-row--staff {
    grid-template-columns: minmax(0, 50%) minmax(0, 1fr) 16px;
    column-gap: 0;
}
body.anime-detail-page .anime-credit-row[hidden] {
    display: none;
}
body.anime-detail-page .anime-credit-row--cast::before,
body.anime-detail-page .anime-credit-row--staff::before {
    content: "";
    position: absolute;
    top: 9px;
    bottom: 9px;
    left: 50%;
    width: 1px;
    background: var(--anime-line);
}
body.anime-detail-page .anime-credit-row--cast::after,
body.anime-detail-page .anime-credit-row--staff::after {
    content: "\203A";
    grid-column: 3;
    justify-self: end;
    color: #8d96a6;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 1;
}
body.anime-detail-page .anime-credit-row span,
body.anime-detail-page .anime-credit-row em,
body.anime-detail-page .anime-credit-row a {
    min-width: 0;
    overflow: hidden;
    color: #050505;
    font-style: normal;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}
body.anime-detail-page .anime-credit-row--cast span,
body.anime-detail-page .anime-credit-row--cast em,
body.anime-detail-page .anime-credit-row--cast a,
body.anime-detail-page .anime-credit-row--staff span,
body.anime-detail-page .anime-credit-row--staff em,
body.anime-detail-page .anime-credit-row--staff a {
    width: 100%;
    justify-self: stretch;
    font-size: 12px;
    text-align: center;
}
body.anime-detail-page .anime-credit-row--cast a::before,
body.anime-detail-page .anime-credit-row--staff a::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
}
body.anime-detail-page .anime-more-button {
    display: flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    margin: 14px auto 0;
    color: var(--anime-blue);
    background: transparent;
}
body.anime-detail-page .anime-more-button em {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-style: normal;
}
body.anime-detail-page .anime-more-button em::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
}
body.anime-detail-page .anime-more-button[data-open="true"] em::after {
    transform: translateY(2px) rotate(225deg);
}
@media (max-width: 999px) {
    body.anime-detail-page .anime-more-button {
        min-height: 30px;
        padding: 0 10px;
        border-color: rgba(0, 72, 255, 0.22);
        border-radius: 999px;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "BIZ UDPMincho", serif;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.02em;
    }

    body.anime-detail-page .anime-more-button em {
        gap: 6px;
    }

    body.anime-detail-page .anime-more-button em::after {
        width: 6px;
        height: 6px;
        border-right-width: 1px;
        border-bottom-width: 1px;
    }
}
body.anime-detail-page .anime-info-list {
    display: grid;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--anime-line);
    border-radius: 8px;
}
body.anime-detail-page .anime-info-list div {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    min-height: 42px;
    border-bottom: 1px solid var(--anime-line);
}
body.anime-detail-page .anime-info-list div:last-child {
    border-bottom: 0;
}
body.anime-detail-page .anime-info-list dt,
body.anime-detail-page .anime-info-list dd {
    display: flex;
    align-items: center;
    min-width: 0;
    margin: 0;
    padding: 8px 14px;
    color: #111;
    font-size: 14px;
    line-height: 1.5;
}
body.anime-detail-page .anime-info-list dt {
    justify-content: center;
    border-right: 1px solid var(--anime-line);
    color: var(--anime-blue);
    font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-weight: 800;
    text-align: center;
}
body.anime-detail-page .anime-info-list dd {
    overflow-wrap: anywhere;
}
body.anime-detail-page .anime-info-list dd a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(0, 91, 255, 0.35);
    text-underline-offset: 3px;
}
body.anime-detail-page .anime-info-list dd a:hover {
    color: var(--anime-blue);
}
body.anime-detail-page .anime-info-official-action {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}
body.anime-detail-page .anime-info-official-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 16px;
    border: 1px solid rgba(0, 91, 255, 0.28);
    border-radius: 999px;
    color: var(--anime-blue);
    background: #fff;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "BIZ UDPMincho", serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease;
}
body.anime-detail-page .anime-info-official-link:hover,
body.anime-detail-page .anime-info-official-link:focus-visible {
    color: var(--anime-blue);
    border-color: rgba(0, 91, 255, 0.58);
    transform: translateY(-1px);
}
body.anime-detail-page .anime-info-official-link svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
body.anime-detail-page .anime-original-cta {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) minmax(150px, auto);
    align-items: center;
    gap: 18px;
    margin-top: 20px;
    padding: 18px 20px;
    border: 1.5px solid rgba(0, 91, 255, 0.58);
    border-radius: 14px;
    background: #fff;
}
body.anime-detail-page .anime-original-cta__icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1.5px solid rgba(0, 91, 255, 0.38);
    border-radius: 999px;
    color: var(--anime-blue);
    background: #fff;
}
body.anime-detail-page .anime-original-cta__icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
body.anime-detail-page .anime-original-cta__copy {
    min-width: 0;
}
body.anime-detail-page .anime-original-cta__copy strong,
body.anime-detail-page .anime-original-cta__copy span {
    display: block;
}
body.anime-detail-page .anime-original-cta__copy strong {
    color: var(--anime-blue);
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
body.anime-detail-page .anime-original-cta__copy span {
    margin-top: 5px;
    color: #111827;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}
body.anime-detail-page .anime-original-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 150px;
    min-height: 58px;
    padding: 0 22px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: var(--anime-blue);
    font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}
body.anime-detail-page .anime-original-cta__button i {
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}
body.anime-detail-page .anime-original-cta__button--disabled {
    opacity: 0.42;
    pointer-events: none;
}
body.anime-detail-page .share-modal[hidden] {
    display: none;
}
body.anime-detail-page .share-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: 18px;
}
body.anime-detail-page .share-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.74);
    backdrop-filter: blur(12px);
}
body.anime-detail-page .share-modal__panel {
    position: relative;
    z-index: 1;
    width: min(560px, calc(100vw - 28px));
    padding: 22px 22px 20px;
    border: 0;
    border-radius: 16px;
    color: #111;
    background: #fff;
    box-shadow: 0 26px 74px rgba(0, 0, 0, 0.12);
}
body.anime-detail-page .share-modal__close {
    position: absolute;
    top: -38px;
    right: -2px;
    z-index: 3;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 0;
    color: #8b95a6;
    background: transparent;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}
body.anime-detail-page .share-modal__preview {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
}
body.anime-detail-page .share-modal__preview img {
    display: block;
    width: 100%;
}
body.anime-detail-page .share-modal__save-hint {
    display: none;
    margin: 6px 0 0;
    color: var(--anime-muted);
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "BIZ UDPMincho", serif;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}
body.anime-detail-page .share-modal__actions {
    display: grid;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    row-gap: 14px;
    margin-top: 20px;
}
body.anime-detail-page .share-modal__actions--pc {
    grid-template-columns: repeat(3, 78px);
}
body.anime-detail-page .share-modal__actions--sp {
    display: none;
}
body.anime-detail-page .share-modal__action {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 78px;
    min-height: 62px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    color: #172033;
    background: transparent;
    font: inherit;
    font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;
    transition: border-color .18s ease, color .18s ease, background .18s ease;
}
body.anime-detail-page .share-modal__action:hover,
body.anime-detail-page .share-modal__action:focus-visible {
    color: var(--anime-blue);
    background: rgba(0, 72, 255, 0.06);
}
body.anime-detail-page .share-modal__action--icon img {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    object-fit: cover;
}
body.anime-detail-page .share-modal__action span {
    display: block;
    max-width: 100%;
    color: #475569;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}
body.anime-detail-page .share-modal__toast {
    margin: 12px 0 0;
    text-align: center;
}
@media (max-width: 760px) {
    body.anime-detail-page .share-modal__save-hint {
        display: block;
    }
    body.anime-detail-page .share-modal__actions--pc {
        display: none;
    }
    body.anime-detail-page .share-modal__actions--sp {
        display: grid;
        grid-template-columns: repeat(3, 78px);
    }
    body.anime-detail-page .anime-detail {
        width: 100%;
        padding: 18px 20px 34px;
    }
    body.anime-detail-page .anime-file {
        margin-top: -16px;
    }
    body.anime-detail-page .anime-file__hero {
        grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
        gap: 18px;
    }
    body.anime-detail-page .anime-file__info--title-lines-1 {
        --genre-drop: 26px;
        --title-center-shift: 5.5px;
        --title-offset: 14px;
    }
    body.anime-detail-page .anime-file__info--title-lines-2 {
        --genre-drop: 26px;
        --title-center-shift: 0.5px;
        --title-offset: 18px;
    }
    body.anime-detail-page .anime-file__info--title-lines-3,
    body.anime-detail-page .anime-file__info--title-lines-4 {
        --title-center-shift: -4.5px;
        --title-offset: 10px;
    }
    body.anime-detail-page .anime-file__info--title-lines-5,
    body.anime-detail-page .anime-file__info--title-lines-6 {
        --title-center-shift: -6px;
        --title-offset: 6px;
    }
    body.anime-detail-page .anime-file__title {
        font-size: var(--title-md);
        line-height: 1.12;
        overflow-wrap: anywhere;
    }
    body.anime-detail-page .anime-file__info--title-lines-2 .anime-file__title {
        transform: translateY(-4px);
    }
    body.anime-detail-page .anime-file__title--fit,
    body.anime-detail-page .anime-file__title--short {
        font-size: var(--title-fit-size, var(--title-md));
    }
    body.anime-detail-page .anime-file__title--fit { overflow-wrap: normal; }
    body.anime-detail-page .anime-file__subtitle {
        margin-top: 10px;
        font-size: 16px;
    }
    body.anime-detail-page .anime-file__meta {
        margin-top: auto;
        font-size: 12px;
        letter-spacing: 0.02em;
    }
    body.anime-detail-page .anime-file__meta span {
        grid-template-columns: 30px minmax(0, 1fr);
        column-gap: 8px;
        min-height: 50px;
        padding: 7px 0;
    }
    body.anime-detail-page .anime-file__meta svg {
        width: 24px;
        height: 24px;
    }
    body.anime-detail-page .anime-file__meta small {
        font-size: 9.5px;
    }
    body.anime-detail-page .anime-file__meta b {
        margin-top: 3px;
        font-size: 15px;
    }
    body.anime-detail-page .anime-file__genres {
        gap: 6px;
        margin-bottom: 9px;
        padding-top: 0;
    }
    body.anime-detail-page .anime-file__genres a {
        min-width: 58px;
        min-height: 22px;
        padding: 0 7px;
        font-size: 8.5px;
    }
    body.anime-detail-page .anime-file__info--no-genres.anime-file__info--has-meta::before {
        min-height: calc(var(--genre-drop) + 22px + 9px);
    }
    body.anime-detail-page .anime-file__info--no-genres.anime-file__info--title-lines-1.anime-file__info--has-meta::before {
        min-height: calc(22px + 9px);
    }
    body.anime-detail-page .anime-file__synopsis {
        font-size: 18px;
        line-height: 1.85;
    }
    body.anime-detail-page .anime-file__story {
        margin-top: 20px;
        padding: 20px 22px;
    }
    body.anime-detail-page .anime-file__services {
        padding: 16px 16px 16px;
    }
    body.anime-detail-page .anime-service-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
    }
    body.anime-detail-page .anime-service-card {
        min-height: 78px;
        padding: 8px 6px 7px;
        border: 0;
    }
    body.anime-detail-page .anime-file__services--with-status .anime-service-card {
        min-height: 112px;
    }
    body.anime-detail-page .anime-service-card__mark,
    body.anime-detail-page .anime-service-card img {
        width: 42px;
        height: 42px;
        max-width: 48px;
        max-height: 48px;
    }
    body.anime-detail-page .anime-service-card__name { font-size: 10px; }
    body.anime-detail-page .anime-service-card__status { font-size: 10px; }
    body.anime-detail-page .anime-info-list div {
        grid-template-columns: 95px minmax(0, 1fr);
        min-height: 35px;
    }
    body.anime-detail-page .anime-info-list dt,
    body.anime-detail-page .anime-info-list dd {
        padding: 6px 10px;
        font-size: 11px;
    }
    body.anime-detail-page .anime-info-official-action {
        margin-top: 14px;
    }
    body.anime-detail-page .anime-info-official-link {
        min-height: 31px;
        padding: 0 12px;
        gap: 6px;
        font-size: 11px;
    }
    body.anime-detail-page .anime-info-official-link svg {
        width: 16px;
        height: 16px;
    }
    body.anime-detail-page .anime-original-cta {
        grid-template-columns: 42px minmax(0, 1fr) 104px;
        gap: 9px;
        padding: 12px 10px;
    }
    body.anime-detail-page .anime-original-cta__icon {
        width: 42px;
        height: 42px;
    }
    body.anime-detail-page .anime-original-cta__icon svg {
        width: 23px;
        height: 23px;
    }
    body.anime-detail-page .anime-original-cta__copy strong {
        font-size: 13px;
        letter-spacing: 0.02em;
    }
    body.anime-detail-page .anime-original-cta__copy span {
        font-size: 9.5px;
        line-height: 1.25;
    }
    body.anime-detail-page .anime-original-cta__button {
        grid-column: auto;
        justify-content: center;
        min-width: 0;
        min-height: 42px;
        padding: 0 10px;
        font-size: 12px;
    }
    body.anime-detail-page .anime-detail-section {
        margin-top: 28px;
        padding: 20px 22px;
    }
}
@media (max-width: 420px) {
    body.anime-detail-page .anime-detail {
        padding-inline: 18px;
    }
    body.anime-detail-page .anime-file__hero {
        grid-template-columns: minmax(0, 34%) minmax(0, 1fr);
        gap: 10px;
    }
    body.anime-detail-page .anime-file__info--title-lines-1 {
        --genre-drop: 26px;
        --title-center-shift: 6px;
        --title-offset: 10px;
    }
    body.anime-detail-page .anime-file__info--title-lines-2 {
        --genre-drop: 26px;
        --title-center-shift: 1px;
        --title-offset: 16px;
    }
    body.anime-detail-page .anime-file__info--title-lines-3,
    body.anime-detail-page .anime-file__info--title-lines-4 {
        --title-center-shift: -4px;
        --title-offset: 10px;
    }
    body.anime-detail-page .anime-file__info--title-lines-5,
    body.anime-detail-page .anime-file__info--title-lines-6 {
        --title-center-shift: -5px;
        --title-offset: 5px;
    }
    body.anime-detail-page .anime-file__title {
        font-size: var(--title-base);
        line-height: 1.1;
    }
    body.anime-detail-page .anime-file__info--title-lines-2 .anime-file__title {
        transform: translateY(-3px);
    }
    body.anime-detail-page .anime-file__title--fit,
    body.anime-detail-page .anime-file__title--short {
        font-size: var(--title-fit-size, var(--title-base));
    }
    body.anime-detail-page .anime-file__subtitle {
        font-size: 14px;
    }
    body.anime-detail-page .anime-file__meta span {
        grid-template-columns: 28px minmax(0, 1fr);
        column-gap: 6px;
        min-height: 46px;
        padding: 6px 0;
    }
    body.anime-detail-page .anime-file__meta svg {
        width: 22px;
        height: 22px;
    }
    body.anime-detail-page .anime-file__meta b {
        font-size: 14px;
    }
    body.anime-detail-page .anime-file__genres { gap: 5px; margin-bottom: 8px; }
    body.anime-detail-page .anime-file__genres a {
        min-width: 52px;
        min-height: 20px;
        padding: 0 6px;
        font-size: 8px;
    }
    body.anime-detail-page .anime-file__info--no-genres.anime-file__info--has-meta::before {
        min-height: calc(var(--genre-drop) + 20px + 8px);
    }
    body.anime-detail-page .anime-file__info--no-genres.anime-file__info--title-lines-1.anime-file__info--has-meta::before {
        min-height: calc(20px + 8px);
    }
    body.anime-detail-page .anime-file__services .anime-detail-section__head {
        margin-bottom: 8px;
    }
    body.anime-detail-page .anime-file__services {
        padding: 14px 12px 14px;
        border-radius: 10px;
    }
    body.anime-detail-page .anime-file__services .anime-detail-section__head h2 {
        font-size: 18px;
    }
    body.anime-detail-page .anime-file__services .anime-detail-share {
        min-height: 26px;
        margin-top: 7px;
        padding: 0 7px;
        font-size: 9px;
    }
    body.anime-detail-page .anime-service-grid {
        gap: 6px;
        margin-top: 12px;
    }
    body.anime-detail-page .anime-service-card {
        min-height: 74px;
    }
    body.anime-detail-page .anime-file__services--with-status .anime-service-card {
        min-height: 104px;
    }
    body.anime-detail-page .anime-service-card__mark,
    body.anime-detail-page .anime-service-card img {
        width: 42px;
        height: 42px;
        max-width: 42px;
        max-height: 42px;
    }
    body.anime-detail-page .anime-file__synopsis {
        font-size: 16px;
    }
    body.anime-detail-page .anime-file__story {
        padding: 18px;
    }
    body.anime-detail-page .anime-file__story h2 {
        font-size: 18px;
    }
    body.anime-detail-page .anime-detail-section {
        padding: 18px;
        border-radius: 10px;
    }
    body.anime-detail-page .anime-detail-section h2 {
        font-size: 18px;
    }
    body.anime-detail-page .share-modal__actions {
        column-gap: 20px;
        row-gap: 14px;
    }
}
