@charset "UTF-8";

.guest-content-head-box{
    position: relative;
    top: 120px;
    height: 300px;
    width: 90%;
    margin: 0 auto;
}

.guest-head-text{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.note-link{
    background-color: rgb(0, 0, 0);
    padding: 8px 24px;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 32px;
}
.yazirushi{
    width: 32px;
}
.guest-line{
    top: 360px;
}

.wrap {
    max-width: 1280px;
    margin: 240px auto;
    padding: 0 40px;
}
.flex-box {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}
.flex-box-item{
    margin-bottom: 60px;
    width: 80%;

    display: flex;
    flex-direction: column;
    margin: 0 auto;
}


.guest-day{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 64px;
    font-weight: 900;
    color: rgb(240, 20, 20);
    letter-spacing: -2px;
}
.guest-text-box{
    border: 4px solid rgb(0, 0, 0);
    padding: 40px;
}
.guest-work-block{
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: "Noto Sans JP", sans-serif;
}

.guest-work-top{
    font-size: 24px;
    display: flex;
    flex-direction: row;
    gap: 36px;
    font-weight: 900;
}
.guest-list-bottom{
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.guest-head{
    font-size: 20px;
    font-weight: 500;
}
.guest-item{
    font-weight: 800;
}

.line{
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: rgb(240, 20, 20);
    margin: 8px auto ;
}

.guest-online{
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}
.online{
    width: 100px;
    padding: 4px;
    border-radius: 12px;
    background-color: rgb(240, 20, 20);
    color: rgb(255, 255, 255);
    border: solid 3px rgb(240, 20, 20);
    font-size: 14px;
    text-align: center;
}


@media screen and (max-width:1360px){

    .flex-box-item{
        flex-direction: column;
        width: 100%;
    }

    .guest-day{
        font-size: 40px;
    }
    .guest-text-box{
        padding: 28px;
    }
    .guest-work-top{
        font-size: 20px;
    }
    .guest-list-bottom{
        font-size: 16px;
        flex-direction: column;
        gap: 4px;
    }
    .guest-head{
        font-size: 16px;
        white-space: noerap;
    }
}
@media screen and (max-width:1000px){

    .award-background-text{
        font-size: 48px;
    }
    .guest-line{
        top: 280px;
    }

    .wrap{
        margin: 160px auto;
        padding: 0 24px;
    }
    .guest-work-top{
        flex-direction: column;
        gap: 4px;

    }

    .guest-day{
        font-size: 32px;
    }

    .guest-work-top{
        font-size: 16px;
    }
    .guest-list-bottom{
        font-size: 14px;
    }
    .guest-head{
        font-size: 14px;
    }

    .guest-online{
        flex-direction: column;
        align-items: baseline;
    }
}