* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

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

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

button {
    font: inherit;
}

.airon {
    position: sticky;
    top: 0;
    z-index: 30;
    color: #ffffff;
    background: #202223;
    border-bottom: 3px solid #ff705c;
}

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

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

.cazoo img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #65d8cb;
}

.cazoo span {
    display: grid;
    font-size: 17px;
    line-height: 1;
}

.cazoo small {
    margin-top: 7px;
    color: #65d8cb;
    font-size: 9px;
}

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

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

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

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

.glide {
    overflow: hidden;
    background: #f3f2ed;
    border-bottom: 3px solid #202223;
}

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

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

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

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

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

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

.japan {
    margin-top: 33px;
}

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

.japan span {
    margin-top: 18px;
    display: block;
    color: #666a6b;
    font-size: 12px;
}

.kairo {
    min-height: 680px;
    position: relative;
    background: #65d8cb;
    border-right: 5px solid #202223;
    border-left: 5px solid #202223;
}

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

.label b {
    padding: 7px 10px;
    color: #ffffff;
    background: #e34d3a;
}

.label small {
    color: #ffffff;
}

.minto,
.noble {
    position: absolute;
    overflow: hidden;
    background: #ffffff;
    border: 4px solid #202223;
}

.minto {
    top: 86px;
    left: 42px;
    width: 245px;
    box-shadow: 10px 10px 0 #ffd44c;
}

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

.minto img,
.noble img {
    width: 100%;
    height: auto;
}

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

.orbit i {
    height: 3px;
    background: #202223;
}

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

.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: "ON AIR";
    margin: 12px auto 0;
    display: block;
    color: #e34d3a;
    font-size: 9px;
}

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

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

.stage figure > span {
    padding: 3px 2px 10px;
    display: block;
    color: #158f82;
    font-size: 10px;
    font-weight: 900;
}

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

.stage figcaption {
    padding: 14px 3px 4px;
    font-size: 14px;
    font-weight: 900;
}

.tempo {
    background: #ffd44c;
}

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

.ultra article {
    min-height: 230px;
    padding: 27px;
    position: relative;
    background: #f3f2ed;
    border: 2px solid #202223;
}

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

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

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

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

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

.waltz article {
    min-height: 260px;
    padding: 25px;
    background: #303334;
    border-top: 5px solid #65d8cb;
}

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

.waltz article > div i {
    color: #ff705c;
    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: #cdd0d0;
    font-size: 14px;
    line-height: 1.8;
}

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

.xerox {
    background: #dff4f1;
}

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

.yodel::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 9%;
    left: 9%;
    height: 3px;
    background: #202223;
}

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

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

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

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

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

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

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

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

.zesty button span {
    color: #158f82;
    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: #e34d3a;
    border-radius: 50%;
    font-size: 20px;
}

.zesty article > p {
    max-height: 0;
    margin: 0 43px 0 70px;
    overflow: hidden;
    color: #5b5f60;
    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: #202223;
    transform: rotate(45deg);
}

.amber {
    background: #ff705c;
}

.amber .ruler {
    color: #ffffff;
}

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

.brisk article {
    min-height: 200px;
    padding: 26px;
    background: #f3f2ed;
    border-left: 6px solid #65d8cb;
}

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

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

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

.brisk article > p {
    margin: 12px 0 0;
    color: #5b5f60;
    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 #202223;
    break-inside: avoid;
}

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

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

.caper article > i {
    color: #e34d3a;
    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 #c2c4c1;
    font-size: 11px;
}

.caper time {
    color: #666a6b;
}

.delta {
    padding: 47px 0 25px;
    color: #ffffff;
    background: #202223;
    border-top: 3px solid #ffd44c;
}

.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: #cdd0d0;
    font-size: 12px;
}

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

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

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

    .cazoo 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: #202223;
        border-bottom: 3px solid #ff705c;
    }

    .drama.ready {
        display: grid;
    }

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

    .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: 46px;
    }

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

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

    .japan a {
        width: 100%;
    }

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

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

    .noble {
        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: 31px;
        bottom: 31px;
        left: 31px;
        width: 3px;
        height: auto;
    }

    .yodel article {
        min-height: 125px;
        padding: 4px 0 27px 87px;
        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;
    }
}
