body.episode_100th #content article.detail {
    padding-bottom: 0;
}

body.ep100-modal-open {
    overflow: hidden;
}

.ep100 {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #05050f var(--ep100-bg-pc, url('../../images/episode-100th/bg-01.jpg')) center bottom / cover no-repeat;
    overflow: hidden;
    font-family: "Noto Serif JP", serif;
}

@media (max-width: 736px) {
    .ep100 {
        background-image: var(--ep100-bg-sp, url('../../images/episode-100th/sp/bg-01.jpg'));
    }
}

.ep100 #topic-path {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ', 'メイリオ', Meiryo, sans-serif;
}

.ep100-hero {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 46px;
    padding: 46px 20px 0 20px;
}

@media (max-width: 736px) {
    .ep100-hero {
        padding: 34px 20px 0 20px;
    }
}

#content .ep100-hero__title {
    display: block;
    width: min(90%, 530px);
    height: auto;
    margin: 0 auto;
}

@media (max-width: 736px) {
    #content .ep100-hero__title {
        width: min(90%, 286px);
    }
}

.ep100-rows {
    flex: 1 1 auto;
    height: 260px;
    min-height: 260px;
    position: relative;
    padding-bottom: 32px;
    box-sizing: border-box;
}

@media (max-width: 736px) {
    .ep100-rows {
        padding-bottom: 20px;
    }
}

.ep100-row {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
    container-type: size;
}

.ep100-row__track {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    will-change: transform;
    touch-action: pan-y;
    cursor: grab;
}

.ep100-row__track.is-dragging {
    cursor: grabbing;
}

.ep100-card {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    transition: opacity .25s ease, transform .2s ease;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
}

.ep100-card:hover {
    transform: scale(1.02);
}

.ep100-card.is-read {
    opacity: .6;
}

.ep100-card--small {
    aspect-ratio: 510 / 364;
    background-image: url('../../images/episode-100th/card-small.png');
}

.ep100-card--medium {
    aspect-ratio: 734 / 360;
    background-image: url('../../images/episode-100th/cart-medium.png');
}

.ep100-card--large {
    aspect-ratio: 810 / 470;
    background-image: url('../../images/episode-100th/card-large.png');
}

@media (max-width: 736px) {
    .ep100-card--small {
        aspect-ratio: 366 / 212;
        background-image: url('../../images/episode-100th/sp/card-small.png');
    }

    .ep100-card--medium {
        aspect-ratio: 556 / 212;
        background-image: url('../../images/episode-100th/sp/card-medium.png');
    }

    .ep100-card--large {
        aspect-ratio: 556 / 270;
        background-image: url('../../images/episode-100th/sp/card-large.png');
    }
}

.ep100-card::after {
    content: '';
    position: absolute;
    aspect-ratio: 65 / 49;
    background: url('../../images/episode-100th/icon-star.svg') no-repeat center / contain;
    pointer-events: none;
}

.ep100-card--small::after {
    --icon-inset-top: 5.67%;
    --icon-inset-bottom: 7.94%;
    right: 4.05%;
    width: 18.22%;
}

.ep100-card--medium::after {
    --icon-inset-top: 8.52%;
    --icon-inset-bottom: 10.79%;
    right: 4.18%;
    width: 18.11%;
}

.ep100-card--large::after {
    --icon-inset-top: 6.51%;
    --icon-inset-bottom: 8.25%;
    right: 3.78%;
    width: 16.37%;
}

.ep100-card--icon-top::after {
    top: var(--icon-inset-top);
    bottom: auto;
}

.ep100-card--icon-bottom::after {
    bottom: var(--icon-inset-bottom);
    top: auto;
}

@media (max-width: 736px) {
    .ep100-card::after {
        width: 6cqh;
    }
}

.ep100-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-weight: 700;
    font-size: clamp(14px, 4.2cqh, 36px);
    line-height: 1.45;
    letter-spacing: 0.04em;
    color: #2c2b3f;
    text-align: left;
    line-break: auto-phrase;
    margin: 5.2cqh 4.8cqh 5.2cqh 9cqh;
}

@media (max-width: 736px) {
    .ep100-card__title {
        font-size: clamp(12px, 3cqh, 28px);
        margin: 1cqh 2.5cqh 1cqh 4cqh;
    }

    .ep100-card__title {
        margin-left: 8cqh;
        margin-right: 3cqh;
    }
}

.ep100-empty {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 40px 0;
    text-align: center;
    color: #eee;
}

.ep100-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.ep100-modal.is-open {
    display: flex;
}

.ep100-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(5, 5, 15, .8);
}

.ep100-modal__panel {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    container-type: size;
    width: min(872px, 100%, calc(84vh * 1744 / 1366));
    aspect-ratio: 1744 / 1366;
    overflow: hidden;
    background: transparent url('../../images/episode-100th/bg-modal.png') center / contain no-repeat;
    border-radius: 6px;
    padding:
        min(50px, 5.73%, 6.15vh)
        min(84px, 9.63%, 10.33vh)
        min(55px, 6.31%, 6.76vh)
        min(76px, 8.72%, 9.35vh);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
}

@media (max-width: 736px) {
    .ep100-modal__panel {
        width: min(872px, 100%, calc(84vh * 700 / 1312));
        aspect-ratio: 700 / 1312;
        background-image: url('../../images/episode-100th/sp/bg-modal.png');
        padding:
            min(54px, 15.43%, 6.91vh)
            min(20px, 5.71%, 2.56vh)
            min(27px, 7.71%, 3.46vh)
            min(56px, 16%, 7.17vh);
    }
}

.ep100-modal__panel::after {
    content: '';
    position: absolute;
    right: 2.29%;
    bottom: 3.81%;
    width: 7.45%;
    aspect-ratio: 65 / 49;
    background: url('../../images/episode-100th/icon-modal-star.svg') no-repeat center / contain;
    pointer-events: none;
}

@media (max-width: 736px) {
    .ep100-modal__panel::after {
        display: none;
    }
}

.ep100-modal__info {
    height: 100cqh;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding-right: 16px;
}

.ep100-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    border: 0;
    background: transparent;
    color: transparent;
    cursor: pointer;
    border: 1.5px solid #333;
    border-radius: 50%;
}

@media (max-width: 736px) {
    .ep100-modal__close {
        width: 31px;
        height: 31px;
        top: 10px;
        right: 10px;
        border: 1px solid #333;
    }
}

.ep100-modal__close::before,
.ep100-modal__close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21px;
    height: 2px;
    background: #333;
}

@media (max-width: 736px) {
    .ep100-modal__close::before,
    .ep100-modal__close::after {
        width: 16px;
        height: 1px;
    }
}

.ep100-modal__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.ep100-modal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.ep100-modal__meta {
    margin: 0 0 30px;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.3;
    font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 736px) {
    .ep100-modal__meta {
        margin: 0 0 24px;
        font-size: 14px;
    }
}

.ep100-modal__title {
    margin: 0 0 16px !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    font-size: 24px !important;
    color: #333333;
    overflow-wrap: break-word;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    letter-spacing: 0.04em;
}

@media (max-width: 736px) {
    .ep100-modal__title {
        font-size: 20px !important;
    }
}

.ep100-modal__body {
    line-height: 2;
    color: #333;
    font-size: 16px;
    overflow-wrap: break-word;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 736px) {
    .ep100-modal__body {
        font-size: 14px;
    }
}

.ep100-modal__body p {
    margin: 0 !important;
}
