@charset "UTF-8";

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

.main {
    margin: 45px 0 0;
    width: 100%;
}

.main::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100vw;
    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.6vw 70px;
}

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

.show__contents {
    display: flex;
    gap: 9.33vw;
}

.show__contents--item {
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.198px;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.show__contents--item.active {
    font-weight: 700;
    opacity: 1;
}

.showList {
    margin-top: 20px;
}

.showList__item {
    padding: 23.5px 0;
    display: flex;
    gap: 6.77%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.70);
}

.showList__image {
    /* width: 12.3vh; */
    flex: 4;
}

.showListTxt {
    height: fit-content;
    margin: auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.61vh;
    flex: 7;
}

.showListTxt__date {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.18px;
}

.showListTxt__title {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.24px;
}

.showListTxt__venue {
    font-family: "Shippori Mincho";
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.4px;
}

.ticket__btn {
    margin-top: 0.61vh;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-decoration-line: underline;
}

/* イベント終わったら class="ticket__btn past" に */
.ticket__btn.past {
    pointer-events: none;
    display: none;
}

.arrow {
    margin: 4.8vh auto 0;
    width: fit-content;

}

.moreBtn{
    font-size: 15px;
    color: #555;
}

/* 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;
        padding-top: 32px;
        width: 100%;
        min-height: 81.5vh;
    }

    .main::before {
        display: none;
    }

    .contents {
        padding: 0 0 100px;
    }

    .contents__flex {
        margin: 0 9.72% 0;
        display: flex;
        gap: 4%;
    }

    .show {
        position: fixed;
        width: 10%;
    }

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

    .show__topic img {
        height: 30px;
    }

    .show__contents {
        display: block;
        width: fit-content;
    }

    .show__contents--item {
        width: fit-content;
        margin-bottom: 25px;
        font-size: 1.7rem;
        line-height: 1.5;
        letter-spacing: -0.352px;
        cursor: pointer;
    }

    .showList {
        margin: 20px 0 20px 20%;
        gap: 4.34%;
        width: 73.7%;
    }

    .showList__item {
        padding: 10px 0;
        gap: 5.48%;
        position: relative;
    }

    .showList__image {
        display: block;
        flex: 2;
    }

    .showList__image a {
        display: flex;
        justify-content: center;
    }

    .showList__image img {
        height: 19.5vh;
    }

    .showListTxt {
        flex: 3;
    }

    .showListTxt__date {
        margin-bottom: 0.48%;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.36px;
    }

    .showListTxt__title {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.36px;
    }

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

    .ticket__btn {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.36px;
        text-decoration-line: underline;
    }

    .arrow {
        margin: 2.44vh auto 0;
    }

    .arrow img {
        height: 1.95vh;
    }
}

/* main  */
@media screen and (min-width:1230px) {
    .showList__image {
        flex: 1;
    }

    .showListTxt {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex: 3;
    }

    .showListTxt__vt {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        right: 0%;
        width: 30%;
    }

    .showListTxttxt{
        text-align: end;
    }


}

/* =============================
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 */