* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #191820;
    background: #f2effb;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

button {
    font: inherit;
}

.alibi {
    position: sticky;
    top: 0;
    z-index: 30;
    color: #ffffff;
    background: #191820;
    border-bottom: 4px solid #4ec8e8;
}

.bento {
    width: min(1200px, calc(100% - 40px));
    min-height: 76px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 28px;
}

.candy {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 11px;
    font-weight: 900;
}

.candy img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border: 3px solid #f6ed55;
    border-radius: 8px;
}

.candy span {
    display: grid;
    font-size: 16px;
    line-height: 1;
}

.candy small {
    margin-top: 7px;
    color: #4ec8e8;
    font-size: 9px;
}

.drama {
    margin-left: auto;
    display: flex;
    gap: 19px;
    color: #d6d2df;
    font-size: 13px;
    font-weight: 700;
}

.drama a:hover {
    color: #f6ed55;
}

.entry {
    min-height: 43px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    background: #e54855;
    font-size: 13px;
    font-weight: 900;
}

.flick {
    width: 42px;
    height: 42px;
    padding: 0;
    display: none;
    color: #191820;
    background: #f6ed55;
    border: 0;
    font-size: 22px;
}

.globe {
    overflow: hidden;
    border-bottom: 4px solid #191820;
}

.hatch {
    width: min(1200px, calc(100% - 40px));
    min-height: 680px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.intro {
    padding: 98px 65px 80px 0;
    align-self: center;
}

.intro > span {
    color: #1686a3;
    font-size: 10px;
    font-weight: 900;
}

.intro h1 {
    margin: 24px 0 22px;
    font-family: Arial Black, "Microsoft YaHei", sans-serif;
    font-size: 62px;
    line-height: 1.02;
    letter-spacing: 0;
}

.intro h1 b {
    margin-top: 15px;
    display: block;
    color: #e54855;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 29px;
    line-height: 1.35;
}

.intro > p {
    max-width: 570px;
    margin: 0;
    color: #605d6a;
    font-size: 16px;
    line-height: 1.9;
}

.jolly {
    margin-top: 33px;
}

.jolly a {
    width: 220px;
    min-height: 58px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    background: #e54855;
    box-shadow: 7px 7px 0 #191820;
    font-weight: 900;
}

.jolly span {
    margin-top: 18px;
    display: block;
    color: #686571;
    font-size: 12px;
}

.kiosk {
    min-height: 680px;
    position: relative;
    background: #4ec8e8;
    border-right: 5px solid #191820;
    border-left: 5px solid #191820;
}

.label {
    position: absolute;
    top: 28px;
    right: 27px;
    left: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #191820;
    font-size: 10px;
    font-weight: 900;
}

.label b {
    color: #ffffff;
    font-family: Arial Black, sans-serif;
    font-size: 72px;
    line-height: .9;
}

.label small {
    padding: 6px 9px;
    color: #ffffff;
    background: #e54855;
}

.manga,
.night {
    position: absolute;
    overflow: hidden;
    background: #ffffff;
    border: 4px solid #191820;
}

.manga {
    top: 105px;
    left: 43px;
    width: 245px;
    box-shadow: 10px 10px 0 #f6ed55;
}

.night {
    right: 29px;
    bottom: 58px;
    width: 180px;
    box-shadow: 8px 8px 0 #e54855;
}

.manga img,
.night img {
    width: 100%;
    height: auto;
}

.optic {
    position: absolute;
    right: 28px;
    bottom: 18px;
    left: 28px;
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto;
    align-items: center;
    gap: 9px;
    color: #191820;
    font-size: 9px;
}

.optic span {
    height: 3px;
    background: #191820;
}

.panel {
    padding: 88px 0;
    border-bottom: 1px solid #c7c3d0;
}

.quilt {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.ruler {
    margin-bottom: 44px;
    text-align: center;
    font-size: 34px;
    font-weight: 900;
}

.ruler::after {
    content: "CH 07";
    margin: 12px auto 0;
    display: block;
    color: #e54855;
    font-size: 9px;
}

.stage {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.stage figure {
    margin: 0;
    padding: 10px;
    background: #ffffff;
    border: 3px solid #191820;
}

.stage figure > div {
    padding: 3px 2px 10px;
    display: flex;
    justify-content: space-between;
    color: #1686a3;
    font-size: 10px;
}

.stage figure > div b {
    color: #e54855;
}

.stage img {
    width: 100%;
    height: auto;
}

.tango {
    background: #f6ed55;
}

.ultra,
.waltz {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ultra article {
    min-height: 230px;
    padding: 27px;
    position: relative;
    background: #f2effb;
    border: 3px solid #191820;
}

.ultra article > span {
    position: absolute;
    top: 22px;
    right: 24px;
    color: #1686a3;
    font-family: Arial Black, sans-serif;
    font-size: 25px;
}

.ultra article > i {
    color: #e54855;
    font-size: 30px;
}

.ultra article > b {
    margin-top: 34px;
    display: block;
    font-size: 18px;
}

.ultra article > p {
    margin: 12px 0 0;
    color: #605d6a;
    font-size: 14px;
    line-height: 1.8;
}

.vivid {
    color: #ffffff;
    background: #191820;
}

.waltz article {
    min-height: 260px;
    padding: 25px;
    background: #2c2935;
    border-top: 5px solid #4ec8e8;
}

.waltz article > div {
    display: flex;
    justify-content: space-between;
    color: #f6ed55;
    font-size: 10px;
    font-weight: 900;
}

.waltz article > div i {
    color: #ff737e;
    font-size: 28px;
}

.waltz article > b {
    margin-top: 30px;
    display: block;
    font-size: 18px;
}

.waltz article > p {
    min-height: 50px;
    margin: 12px 0 20px;
    color: #cbc7d2;
    font-size: 14px;
    line-height: 1.8;
}

.waltz article > a {
    padding-top: 14px;
    display: flex;
    justify-content: space-between;
    color: #4ec8e8;
    border-top: 1px solid #514d5d;
    font-size: 13px;
    font-weight: 900;
}

.xerox {
    background: #dff6fc;
}

.yodel {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.yodel::before {
    content: "";
    position: absolute;
    top: 31px;
    right: 9%;
    left: 9%;
    height: 4px;
    background: #191820;
}

.yodel article {
    position: relative;
    z-index: 1;
    text-align: center;
}

.yodel article > span {
    width: 66px;
    height: 66px;
    margin: 0 auto 20px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #e54855;
    border: 3px solid #191820;
    border-radius: 50%;
    font-family: Arial Black, sans-serif;
}

.yodel article > i {
    color: #1686a3;
    font-size: 25px;
}

.yodel article > b {
    margin: 10px 0 8px;
    display: block;
}

.yodel article > p {
    margin: 0;
    color: #605d6a;
    font-size: 13px;
    line-height: 1.7;
}

.zesty {
    max-width: 980px;
    margin: 0 auto;
    border-top: 2px solid #191820;
}

.zesty article {
    border-bottom: 2px solid #191820;
}

.zesty button {
    width: 100%;
    min-height: 76px;
    padding: 0 5px;
    display: grid;
    grid-template-columns: 65px 1fr 38px;
    align-items: center;
    color: #191820;
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
}

.zesty button span {
    color: #1686a3;
    font-family: Arial Black, sans-serif;
    font-size: 17px;
}

.zesty button b {
    font-size: 16px;
}

.zesty button i {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #e54855;
    font-size: 20px;
}

.zesty article > p {
    max-height: 0;
    margin: 0 43px 0 70px;
    overflow: hidden;
    color: #605d6a;
    font-size: 14px;
    line-height: 1.8;
    transition: max-height .25s ease, margin .25s ease;
}

.zesty .openx > p {
    max-height: 130px;
    margin-top: -5px;
    margin-bottom: 22px;
}

.zesty .openx button i {
    background: #191820;
    transform: rotate(45deg);
}

.amber {
    background: #e54855;
}

.amber .ruler {
    color: #ffffff;
}

.amber .ruler::after {
    color: #f6ed55;
}

.brisk {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.brisk article {
    min-height: 200px;
    padding: 26px;
    background: #f2effb;
    border-left: 6px solid #4ec8e8;
}

.brisk article > div {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    color: #1686a3;
    font-size: 10px;
    font-weight: 900;
}

.brisk time {
    color: #686571;
    font-weight: 500;
}

.brisk article > b {
    margin-top: 29px;
    display: block;
    font-size: 18px;
}

.brisk article > p {
    margin: 12px 0 0;
    color: #605d6a;
    font-size: 14px;
    line-height: 1.8;
}

.caper {
    columns: 3;
    column-gap: 18px;
}

.caper article {
    width: 100%;
    margin: 0 0 18px;
    padding: 24px;
    display: inline-block;
    background: #ffffff;
    border: 2px solid #191820;
    break-inside: avoid;
}

.caper article:nth-child(2n) {
    background: #e2f7fc;
}

.caper article:nth-child(3n) {
    background: #fffbd1;
}

.caper article > i {
    color: #e54855;
    font-size: 26px;
}

.caper article > p {
    margin: 14px 0 23px;
    font-size: 14px;
    line-height: 1.85;
}

.caper article > div {
    padding-top: 14px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid #c7c3d0;
    font-size: 11px;
}

.caper time {
    color: #686571;
}

.delta {
    padding: 47px 0 25px;
    color: #ffffff;
    background: #191820;
    border-top: 4px solid #4ec8e8;
}

.ember {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 28px;
}

.ember nav {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 19px;
    color: #cbc7d2;
    font-size: 12px;
}

.delta > p {
    width: min(1200px, calc(100% - 40px));
    margin: 32px auto 0;
    padding-top: 20px;
    color: #7e7988;
    border-top: 1px solid #47434f;
    text-align: center;
    font-size: 11px;
}

@media (max-width: 767px) {
    .bento {
        width: calc(100% - 28px);
        min-height: 68px;
        gap: 10px;
    }

    .candy img {
        width: 39px;
        height: 39px;
    }

    .candy span {
        font-size: 14px;
    }

    .drama {
        position: absolute;
        top: 68px;
        right: 0;
        left: 0;
        padding: 11px 14px 17px;
        display: none;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        background: #191820;
        border-bottom: 4px solid #4ec8e8;
    }

    .drama.ready {
        display: grid;
    }

    .drama a {
        padding: 13px 8px;
        border-bottom: 1px solid #47434f;
    }

    .bento > .entry {
        display: none;
    }

    .flick {
        margin-left: auto;
        display: block;
    }

    .hatch {
        width: 100%;
        min-height: 0;
        display: block;
    }

    .intro {
        padding: 58px 20px 48px;
    }

    .intro h1 {
        font-size: 43px;
    }

    .intro h1 b {
        font-size: 23px;
    }

    .intro > p {
        font-size: 15px;
    }

    .jolly a {
        width: 100%;
    }

    .kiosk {
        min-height: 580px;
        border-right: 0;
        border-left: 0;
        border-top: 5px solid #191820;
    }

    .manga {
        left: 23px;
        width: 58%;
    }

    .night {
        right: 20px;
        width: 41%;
    }

    .panel {
        padding: 64px 0;
    }

    .quilt {
        width: calc(100% - 28px);
    }

    .ruler {
        margin-bottom: 34px;
        font-size: 28px;
    }

    .stage {
        margin-right: -14px;
        padding-right: 14px;
        display: flex;
        gap: 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .stage figure {
        flex: 0 0 76%;
        scroll-snap-align: start;
    }

    .ultra,
    .waltz,
    .brisk {
        grid-template-columns: 1fr;
    }

    .ultra article,
    .waltz article {
        min-height: 0;
    }

    .waltz article > p {
        min-height: 0;
    }

    .yodel {
        display: block;
    }

    .yodel::before {
        top: 32px;
        bottom: 32px;
        left: 32px;
        width: 4px;
        height: auto;
    }

    .yodel article {
        min-height: 127px;
        padding: 4px 0 28px 90px;
        text-align: left;
    }

    .yodel article > span {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
    }

    .zesty button {
        grid-template-columns: 47px 1fr 36px;
    }

    .zesty article > p,
    .zesty .openx > p {
        margin-right: 36px;
        margin-left: 47px;
    }

    .brisk article > div {
        display: block;
    }

    .brisk time {
        margin-top: 7px;
        display: block;
    }

    .caper {
        columns: 1;
    }

    .ember {
        width: calc(100% - 28px);
        display: grid;
    }

    .ember nav {
        margin: 8px 0;
        justify-content: flex-start;
    }

    .ember .entry {
        width: 100%;
    }

    .delta > p {
        width: calc(100% - 28px);
        text-align: left;
        line-height: 1.7;
    }
}
