@charset "UTF-8";

/* =============================
main
============================= */
body {
    display: none;
}

.main {
    background-attachment: fixed;
    margin: 45px 0;
    width: 100%;
}

.main::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(../images/color_bg.png);
    background-repeat: no-repeat;
    background-size: 72.1vh auto;
    background-position: center center;
}

.contents {
    padding: 0 10.6%;
}

.show__topic {
    width:  32.5vw;
    max-width: 150px;
    margin-bottom: 30px;
}

.show__contents {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.show__contents--item {
    font-size: 0.9rem;
    line-height: 1;
    letter-spacing: -0.198px;
    font-weight: 400;
}

.showDetail {
    margin: 0 auto 12.3vh;
    max-width: 472px;
}

.topics__date {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.26px;
}

.topics__title {
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.42px;
}

.detail {
    margin-top: 20px;
}

.detail__image {
    display: block;
    margin: 0 auto;
}

.ticket__btn {
    margin-top: 25px;
    display: flex;
    padding: 0px 10px;
    border-radius: 5px;
    background: var(--primary-black);
    width: fit-content;
    color: var(--primary-white);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
}

.ticket__btn.past {
    display: none;
    pointer-events: none;
}

.text {
    padding-bottom: 50px;
}

.event {
    margin-top: 25px;
}

.event__tv,
.event__dpo,
.event__performer {
    font-family: "Shippori Mincho";
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.3px;
}

.event__dpo--datetime {
    margin-top: 22px;
}

.event__dpo--price span,
.event__dpo--other {
    font-size: 1.1rem;
}

.event__performer--category {
    margin-top: 22px;
}

.pager {
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
    font-family: "Shippori Mincho";
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.24px;
}

.pager--prev,
.pager--list,
.pager--next {
    margin-top: 0;
}

.pager--prev.first {
    opacity: 0;
    pointer-events: none;
}

.pager--next.last {
    opacity: 0;
    pointer-events: none;
}

/* main pc */
@media screen and (min-width:769px) {
    .main {
        background-image: url(../images/color_bg.png);
        background-repeat: no-repeat;
        background-size: auto 82.7vh;
        background-position: center;
        background-attachment: fixed;
        margin: 22px 0 0;
        padding-top: 42px;
        height: auto;
        min-height: 81.5vh;
    }

    .main::before {
        display: none;
    }

    .contents {
        padding: 0;
    }

    .contents__flex {
        margin: 0 9.72% 9.76vh;
        display: flex;
        gap: 6.89%;
    }

    .show__topic {
        min-width: 183px;
        width: fit-content;
    }

    .show__topic img {
        height: 30px;
    }

    .show__contents {
        display: block;
        width: fit-content;
        margin: 0 0 0 auto;

    }

    .show__contents--item {
        width: fit-content;
        margin-bottom: 2.44vh;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -0.352px;
    }

    .showDetail {
        max-width: none;
        margin: 0 0;
        width: 71.7%;
    }

    .topics__date {
        font-size: 1.7rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.34px;
    }

    .topics__title {
        font-size: 3rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.6px;
    }

    .detail {
        margin: 30px 0;
    }

    .detail__image {
        margin: 0 0;
        height: 29.2vh;
    }

    .ticket__btn {
        margin-top: 30px;
    }

    .text {
        margin-top: 30px;
        display: flex;
        gap: 3.47vw;

    }

    .event {
        margin-top: 0;
        flex: 1;
    }

    .event__performer {
        flex: 1;
    }

    .event__dpo--datetime {
        margin-top: 25px;
    }

    .event__performer--category:first-of-type {
        margin-top: 0;
    }

    .event__performer--category {
        margin-top: 25px;
    }

    .pager {
        /* display: flex; */
        /* flex: 124; */
        justify-content: space-between;
        position: sticky;
        /* margin: 10% 0 2.92vh; */
        margin: 0 0;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.32px;
    }

    .pager--prev,
    .pager--list,
    .pager--next {
        margin: 0;
    }

}

/* pc 769px */

/* =============================
footer
============================= */

/* footer pc 縦レイアウト */
@media screen and (min-width:769px) {
    .footer {
        padding: 0 0;
        display: flex;
        /* gap: 0.76%; */
        position: fixed;
        bottom: 12.69vh;
        left: 90.8vw;
        /* right: 5.27%; */
        width: max-content;
        transform: translateX(0);
    }

    .sns {
        margin-bottom: 0;
        flex-direction: column;
        gap: 2.92vh;
        width: fit-content;
    }

    .copy {
        position: absolute;
        left: 58.5px;
        transform-origin: top left;
        transform: rotate(90deg);
        /* transform-origin: 1.56vw; */
        color: var(--primary-lightGrey);
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.286px;
        /* height: fit-content; */
        width: max-content;
    }
}

/* pc 769px */