body {
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    overflow-x: hidden;
    font-size: 18px;
}

.biz-udgothic-regular {
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.biz-udgothic-bold {
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.m-plus-1p-black {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.wrapper {
    max-width: 560px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.container {
    display: flex;
    width: 100%;
    height: 100%;
}

.right {
    width: 100%;
    position: sticky;
    top: 0;
    height: 100vh;
    background-image: url(./image/inline_image2.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.center {
    width: 100%;
    overflow-x: hidden;
    overflow: auto;
    scrollbar-width: none;
    background-color: #F8E7D2;
    /* border-left: 8px solid #000000;
    border-right: 8px solid #000000; */
}

.center::-webkit-scrollbar {
    display: none;
}

.left {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    background-image: url(./image/inline_image.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.mv {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.mv_title {
    width: 70%;
    position: absolute;
    bottom: 30px;
    transform: rotate(-5deg)
}

.mv_image {
    width: 100%;
    height: auto;
}

.statement {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.member,
.goods {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;

}

.statement_subtitle {
    font-size: 24px;
    color: #fff;
    width: 100%;
}

.statement_text {
    font-size: 18px;
    color: #fff;
    max-width: 370px;
    width: 100%;
    line-height: 220%;
    text-align: left;
}

.statement_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    width: 90%;
    position: absolute;
    top: 60px;
}

.statement_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.statement_back {
    width: 90%;
}

.statement_back {
    width: 100%;
}

.background_box {
    width: 90%;
}

.background_box {
    display: flex;
    justify-content: center;
}

.menmber_container,
.goods_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 60px;
}

.goods_box,
.member_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

.pre_text {
    font-size: 32px;
    color: #fff;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.dice_title {
    width: 80%;
}

.dice {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dice_container {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dice_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dice_image {
    width: 60%;
}

.kekka {
    display: none;
}

.dice_button {
    margin-top: 20px;
    padding: 20px 40px;
    background-color: #fff;
    border-radius: 60px;
    border: 5px solid #000;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 20px;

}

.copyright {
    margin-top: 100px;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #C13C3C;
    padding: 20px 0px;
}

@media screen and (max-width: 1324px) {
    .left {
        width: 80%;
    }

    .right {
        width: 80%;
    }

    .statement_subtitle {
        font-size: 20px;
    }

    .statement_text {
        font-size: 16px;
        width: 100%;
        line-height: 210%;
    }

    .statement_title {
        width: 90%;
    }

    .statement_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
        width: 75%;
        position: absolute;
        top: 60px;
    }

    .section_title {
        width: 100%;
    }

    .pre_text {
        font-size: 24px;
    }

    .dice_title {
        width: 60%;
    }

}

@media screen and (max-width: 1030px) {
    .left {
        width: 70%;
    }

    .right {
        width: 70%;
    }

    .statement_subtitle {
        font-size: 22px;
    }

    .statement_text {
        font-size: 16px;
        width: 100%;
        line-height: 210%;
    }

    .statement_title {
        width: 80%;
    }

    .statement_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
        width: 80%;
        position: absolute;
        top: 50px;
    }

    .section_title {
        width: 100%;
    }

    .pre_text {
        font-size: 24px;
    }

}

@media screen and (max-width: 980px) {
    .left {
        width: 50%;
    }

    .right {
        width: 50%;
    }

    .statement_subtitle {
        font-size: 20px;
    }

    .statement_text {
        font-size: 16px;
        width: 100%;
        line-height: 200%;
    }

    .statement_title {
        width: 70%;
    }

    .statement_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
        width: 80%;
        position: absolute;
        top: 40px;
    }

    .section_title {
        width: 80%;
    }

    .pre_text {
        font-size: 20px;
    }

    .goods_box,
    .member_box {
        row-gap: 10px;
    }

    .dice_title {
        width: 60%;
    }

    .dice_container {
        margin-top: 20px;
    }
}

@media screen and (max-width: 760px) {
    .left {
        width: 30%;
    }

    .right {
        width: 30%;
    }

    .statement_subtitle {
        font-size: 18px;
    }

    .statement_text {
        font-size: 15px;
        width: 100%;
        line-height: 200%;
    }

    .statement_title {
        width: 70%;
    }

    .statement_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
        width: 80%;
        position: absolute;
        top: 20px;
    }

    .section_title {
        width: 80%;
    }

    .pre_text {
        font-size: 20px;
    }

    .goods_box,
    .member_box {
        row-gap: 10px;
    }

    .dice_title {
        width: 60%;
    }

    .dice_container {
        margin-top: 20px;
    }


}

@media screen and (max-width: 570px) {
    .left {
        width: 10%;
    }

    .right {
        width: 10%;
    }

    .statement_subtitle {
        font-size: 18px;
    }

    .statement_text {
        font-size: 14px;
        width: 100%;
        line-height: 210%;
    }

    .statement_title {
        width: 70%;
    }

    .statement_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
        width: 80%;
        position: absolute;
        top: 20px;
    }

    .section_title {
        width: 80%;
    }

    .pre_text {
        font-size: 20px;
    }

    .goods_box,
    .member_box {
        row-gap: 10px;
    }

    .dice_title {
        width: 60%;
    }

    .dice_container {
        margin-top: 20px;
    }

}


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

    .container {
        display: flex;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }


    .wrapper {
        max-width: 560px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .right {
        display: none;
    }


    .center {
        width: auto;
        overflow-x: hidden;
    }


    .left {
        display: none;
    }

}