body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    background-color: #ffff;
    font-family: "Zen Maru Gothic";
    font-weight: bold;
    justify-content: center;
}

#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #50BAFF, #4049FF);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: circle(150%);
    transition: clip-path 1s cubic-bezier(0.77, 0, 0.01, 1);
    pointer-events: auto;
}

#loading-screen.is-hidden {
    clip-path: circle(0%);
    pointer-events: none;
}

.loading-content {
    text-align: center;
}

.loading-chars1 {
    width: 30%;
    margin-bottom: 20px;
}

.loading-chars2 {
    width: 30%;
    margin-bottom: 20px;
}

.loading-text {
    color: white;
    font-size: 24px;
    font-weight: bold;
    font-family: "Zen Maru Gothic";
}

.loading-text span {
    opacity: 0;
    animation: blink 1.5s infinite;
}

.loading-text span:nth-child(2) {
    animation-delay: 0.3s;
}

.loading-text span:nth-child(3) {
    animation-delay: 0.5s;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.title {
    display: block;
    margin: 0 auto;
    margin-top: 5vw;
    width: 80vw;
}

.subtitle {
    font-size: 20;
    text-align: center;
    color: #404040;
    margin: 0px;
    padding: 0%;
}

h3 {
    font-size: 20;
    text-align: center;
    color: #404040;
    margin: 0px;
    padding: 0%;
}

.livelist {
    width: fit-content;
    column-gap: 2em;
    grid-template-columns: repeat(2, auto);
    column-gap: 5%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10%;
    padding-bottom: 10%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
    padding: 0;

}

.liveinfomation {
    background-color: white;
    width: 180px;
    height: 300px;
    text-align: center;
    list-style: none;
    border: solid 2px #404040;
    border-radius: 5px;
    margin-bottom: 3%;
    overflow: hidden;
    height: auto;
    width: 40vw;
}


.banndomei {
    font-size: 18px;
    text-align: center;
    margin-left: 0px;
    color: #fff;
    background-color: #404040;
    height: 30px;

}

.kaisainitizi {
    margin-top: -5px;
    font-size: 16px;
    text-align: left;
    margin-left: 10px;
    color: #404040;

}

.kaisainitizi img {
    margin-top: 10px;
    margin-right: 10px;
}

.hopekku {
    position: absolute;
    width: 50%;
    margin-left: 0%;
    margin-top: -15%;
    align-items: center;
    z-index: -1;
    transform: rotate(-15deg);
}

.hopekku2 {
    position: absolute;
    width: 48%;
    margin-left: 48%;
    margin-top: -40%;
    align-items: center;
    z-index: -1;
    transform: rotate(10deg);
}

.komennto {
    margin-top: -5px;
    font-size: 16px;
    text-align: left;
    margin-left: 10px;
    color: #404040;
    height: 100px;
}

.komennto img {
    margin-top: 10px;
    margin-right: 10px;
}

.Day-2 {
    margin-top: 30vw;
}

.Day-2 h2 {
    text-align: center;
    color: #B8B6FF;
    font-size: 60px;
    -webkit-text-stroke: #404040 3px;
}

.Day-1 {
    margin-top: 10vw;
}

.Day-1 h2 {
    text-align: center;
    color: #B8B6FF;
    font-size: 60px;
    -webkit-text-stroke: #404040 3px;
}

.livegazou {
    width: 30vw;
    height: auto;
    margin-top: 3vw;
    margin-bottom: 30px;

}


/* スマホ以上 */

@media screen and (min-width: 768px) and (max-width: 1204px) {


    body {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        width: 100%;
        background-color: #ffff;
        font-family: "Zen Maru Gothic";
        font-weight: bold;
        justify-content: center;
    }

    .title {
        display: block;
        margin: 0 auto;
        margin-top: 5vw;
        width: 80vw;
    }

    .subtitle {
       font-size: 40px;
       text-align: center;
       color: #404040;
       margin: 0px;
       padding: 0%;
     }


    .livelist {
        width: fit-content;
        column-gap: 32px;
        grid-template-columns: repeat(2, auto);
        column-gap: 5%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10%;
        padding-bottom: 10%;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        list-style: none;
        padding: 0;

    }

    .liveinfomation {
        background-color: white;
        text-align: center;
        list-style: none;
        border: solid 2px #404040;
        border-radius: 5px;
        margin-bottom: 3%;
        overflow: hidden;
        height: 60vw;
        width: 30vw;
    }

    .hopekku {
        position: absolute;
        width: 50%;
        margin-left: 0%;
        margin-top: -15%;
        align-items: center;
        z-index: -1;
        transform: rotate(-15deg);
    }

    .banndomei {
        font-size: 20px;
        text-align: center;
        margin-left: 0px;
        color: #fff;
        background-color: #404040;
        height: 30px;

    }

    .kaisainitizi {
        margin-top: -5px;
        font-size: 16px;
        text-align: left;
        margin-left: 10px;
        color: #404040;
    }

    .kaisainitizi img {
        margin-top: 10px;
        margin-right: 10px;
    }

    .komennto {
        margin-top: -5px;
        font-size: 16px;
        text-align: left;
        margin-left: 10px;
        color: #404040;
    }

    .komennto img {
        margin-top: 10px;
        margin-right: 10px;
    }


    .Day-2 {
        margin-top: 30vw;
    }

    .Day-2 h2 {
        text-align: center;
        color: #B8B6FF;
        font-size: 80px;
        -webkit-text-stroke: #404040 5px;
    }

    .Day-1 h2 {
        text-align: center;
        color: #B8B6FF;
        font-size: 80px;
        -webkit-text-stroke: #404040 5px;
    }

    .livegazou {
        width: 25vw;
        height: auto;
        margin-top: 15vw;

    }
}

/* タブレット以上 */

@media screen and (min-width: 1025px) {

    body {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        width: 100%;
        background-color: #ffff;
        font-family: "Zen Maru Gothic";
        font-weight: bold;
        justify-content: center;
    }

    .title {
        display: block;
        margin: 0 auto;
        margin-top: 5vw;
        width: 80vw;
    }

    .subtitle {
        font-size: 50px;
        text-align: center;
        color: #404040;
        margin: 0px;
        padding: 0%;
    }

    .hopekku {
        position: absolute;
        width: 20%;
        margin-left: 20%;
        margin-top: -20%;
        align-items: center;
        z-index: -1;
        transform: rotate(-20deg);
    }

    .livelist {
        width: fit-content;
        column-gap: 32px;
        grid-template-columns: repeat(2, auto);
        column-gap: 5%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10%;
        padding-bottom: 10%;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        list-style: none;
        padding: 0;

    }

    .liveinfomation {
        background-color: white;
        text-align: center;
        list-style: none;
        border: solid 2px #404040;
        border-radius: 5px;
        margin-bottom: 3%;
        overflow: hidden;
        height: 60vw;
        width: 30vw;
        position: relative;
    }

    .banndomei {
        font-size: 30px;
        text-align: center;
        margin-left: 0px;
        color: #fff;
        background-color: #404040;
        height: 45px;

    }

    .kaisainitizi {
        margin-top: 10px;
        font-size: 28px;
        text-align: left;
        margin-left: 10px;
        color: #404040;
    }

    .kaisainitizi img {
        margin-top: 20px;
        margin-right: 10px;
        width: 40px;
        height: auto;
    }

    .komennto {
        margin-top: 10px;
        font-size: 28px;
        text-align: left;
        margin-left: 10px;
        color: #404040;
        height: 140px;
        
    }

    .komennto img {
        margin-top: 20px;
        margin-right: 10px;
        width: 40px;
        height: auto;
        align-items: flex-end;
    }

    .Day-2 {
        margin-top: 30vw;
    }

    .Day-2 h2 {
        text-align: center;
        color: #B8B6FF;
        font-size: 80px;
        -webkit-text-stroke: #404040 5px;
    }

    .Day-1 h2 {
        text-align: center;
        color: #B8B6FF;
        font-size: 80px;
        -webkit-text-stroke: #404040 5px;
    }

    .livegazou {
        width: 25vw;
        /*height: 25vw;*/
        height: auto;
        margin-top: 5vw;

    }
}

/* デスクトップ以上 */