@charset "utf-8";

.live-box {
    max-width: 1024px;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto;
}

.pink-head-line {
    text-align: center;
}

.live-schedule {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
    margin-left: 6%;
    margin-right: 6%;
    align-items: flex-start;
}

.live-schedule img {
    width: 264px;
    height: auto;
    margin-top: 4px;
    filter: drop-shadow(10px 10px 20px #E3007F);
}

.live-text {
    margin-left: 46px;
}

.live-text h2 {
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 126%;
}

.live-text p {
    margin-top: 18px;
    overflow-wrap: break-word;
}

.live-nav-text {
    margin-top: 56px;
    text-align: center;
}

/* thanks start */
.thanks-box {
    max-width: 1024px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.thanks-katto-image {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 168px;
    z-index: 20;
}

.pink-star-small {
    position: relative;
    top: 106px;
    mix-blend-mode: normal;
    left: auto;
    right: auto;
    z-index: 10;
}

.pink-star-shadow-small {
    left: auto;
    right: auto;
    mix-blend-mode: multiply;
    z-index: 1;
}
/* thanks end */


@media (max-width: 700px) {

    .live-schedule {
        display: block;
        margin-left: 6%;
        margin-right: 6%;
        text-align: center;
    }

    .live-text {
        margin-left: 0;
    }

    .live-schedule img {
        width: 264px;
        height: auto;
        margin-bottom: 14px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .live-schedule p {
        text-align: left;
    }
}