/*---------------------------------------------------------
                共通css
---------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

a {
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
}

html {
    color: #131313;
    font-family: "M PLUS Rounded 1c", serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
}

body {
    background-image: url(../img/img_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;

}

ul {
    list-style: none;
}

p {
    font-family: "M PLUS Rounded 1c", serif;
    font-style: normal;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.1em;
}

.subfont {
    font-family: "como", sans-serif;
    font-style: normal;
}

.frame01 {
    box-shadow: 0 0 0px #014FE1, 0 0 0px #014FE1, 0 0 40px #014FE1, 0 0 40px #014FE1, inset 0 0 40px #014FE1;
}

a.frame01:hover {
    box-shadow: 0 0 0px #014FE1, 0 0 0px #014FE1, 0 0 60px #014FE1, 0 0 60px #014FE1, inset 0 0 60px #014FE1;
}

.frame02 {
    box-shadow: 0 0 0px #01D4C9, 0 0 0px #01D4C9, 0 0 40px #01D4C9, 0 0 40px #01D4C9, inset 0 0 40px #01D4C9;
}

a.frame02:hover {
    box-shadow: 0 0 0px #01D4C9, 0 0 0px #01D4C9, 0 0 60px #01D4C9, 0 0 60px #01D4C9, inset 0 0 60px #01D4C9;
}

.frame03 {
    box-shadow: 0 0 0px #01C518, 0 0 0px #01C518, 0 0 40px #01C518, 0 0 40px #01C518, inset 0 0 40px #01C518;
}

a.frame03:hover {
    box-shadow: 0 0 0px #01C518, 0 0 0px #01C518, 0 0 60px #01C518, 0 0 60px #01C518, inset 0 0 60px #01C518;

}

.frame04 {
    box-shadow: 0 0 0px #F9E401, 0 0 0px #F9E401, 0 0 40px #F9E401, 0 0 40px #F9E401, inset 0 0 40px #F9E401;
}

a.frame04:hover {
    box-shadow: 0 0 0px #F9E401, 0 0 0px #F9E401, 0 0 60px #F9E401, 0 0 60px #F9E401, inset 0 0 60px #F9E401;
}

.frame05 {
    box-shadow: 0 0 0px #DA8106, 0 0 0px #DA8106, 0 0 40px #DA8106, 0 0 40px #DA8106, inset 0 0 40px #DA8106;
}

a.frame05:hover {
    box-shadow: 0 0 0px #DA8106, 0 0 0px #DA8106, 0 0 60px #DA8106, 0 0 60px #DA8106, inset 0 0 60px #DA8106;
}

.frame06 {
    box-shadow: 0 0 0px #F60202, 0 0 0px #F60202, 0 0 40px #F60202, 0 0 40px #F60202, inset 0 0 40px #F60202;
}

a.frame06:hover {
    box-shadow: 0 0 0px #F60202, 0 0 0px #F60202, 0 0 60px #F60202, 0 0 60px #F60202, inset 0 0 60px #F60202;
}

.frame07 {
    box-shadow: 0 0 0px #FF6FD6, 0 0 0px #FF6FD6, 0 0 40px #FF6FD6, 0 0 40px #FF6FD6, inset 0 0 40px #FF6FD6;
}

a.frame07:hover {
    box-shadow: 0 0 0px #FF6FD6, 0 0 0px #FF6FD6, 0 0 60px #FF6FD6, 0 0 60px #FF6FD6, inset 0 0 60px #FF6FD6;
}

.frame08 {
    box-shadow: 0 0 0px #9041FF, 0 0 0px #9041FF, 0 0 40px #9041FF, 0 0 40px #9041FF, inset 0 0 40px #9041FF;
}

a.frame08:hover {
    box-shadow: 0 0 0px #9041FF, 0 0 0px #9041FF, 0 0 60px #9041FF, 0 0 60px #9041FF, inset 0 0 60px #9041FF;
}

.frame09 {
    box-shadow: 0 0 0px #FFFFFF, 0 0 0px #FFFFFF, 0 0 40px #FFFFFF, 0 0 40px #FFFFFF, inset 0 0 40px #FFFFFF;
}

a.frame09:hover {
    box-shadow: 0 0 0px #FFFFFF, 0 0 0px #FFFFFF, 0 0 60px #FFFFFF, 0 0 60px #FFFFFF, inset 0 0 60px #FFFFFF;
}

[data-cut="cut_textarea_frame"] {
    border-radius: 0;
    /* デフォルトの枠 */
}

[data-cut="cut_textarea_frame"].radius {
    border-radius: 10px;
    /* 角丸の適用 */
}

/*---------------------------------------------------------
                フロントデザイン
---------------------------------------------------------*/
main {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    background-color: #000;
    color: #FFF;
}

.top_deco_img {
    margin-top: 15px;
    width: 100%;
}

.top_deco_img img {
    width: 100%;
}

h1.main_ttl {
    margin: 50px auto 0;
    width: 264px;
}

h1.main_ttl img {
    width: 100%;
}

.textbox {
    margin: 30px auto 0;
    padding: 25px 20px;
    width: 440px;
    border: 4px solid #FFF;
}

a.square_btn {
    margin: 80px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    width: 234px;
    height: 90px;
    border: 4px solid #FFF;
    color: #FFF;
    font-size: 24px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0;
    transition: 0.3s;
}

#sns {
    margin: 50px auto 0;
}

#sns h2 {
    margin: 0 auto;
    width: 207px;
}

#sns h2 img {
    width: 100%;
}

#sns .btn_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
}

#sns .btn_box a {
    width: 73px;
    transition: 0.3s;
}

#sns .btn_box a:hover {
    opacity: 0.6;
}

#sns .btn_box a img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

#tiktok {
    margin-top: 50px;
}

#tiktok h2 {
    margin: 0 auto;
    width: 260px;
}

#tiktok h2 img {
    width: 100%;
}

#tiktok .movie_box {
    margin: 30px auto 0;
    width: 325px;
}

.css-g03djc {
    border-radius: 8px !important;
}

#tiktok a.round_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 38px auto 0;
    width: 266px;
    height: 67px;
    color: #FFF;
    font-size: 24px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    border: 4px solid #FFF;
    border-radius: 30px;
    transition: 0.3s;
}

#cardgame {
    margin-top: 50px;
}

#cardgame h2 {
    margin: 0 auto;
    width: 395px;
}

#cardgame h2 img {
    width: 100%;
}

#cardgame .img_box {
    display: block;
    margin: 30px auto 0;
    width: 410px;
    border: 4px solid #FFF;
    box-shadow: 0 0 0px #FFF, 0 0 0px #FFF, 0 0 20px #FFF, 0 0 20px #FFF, inset 0 0 20px #FFF;
    transition: 0.3s;
}

#cardgame .img_box:hover {
    box-shadow: 0 0 0px #FFF, 0 0 0px #FFF, 0 0 40px #FFF, 0 0 40px #FFF, inset 0 0 40px #FFF;
}

#cardgame .img_box img {
    width: 100%;
}

.bottom_deco_img {
    margin-top: 80px;
    width: 100%;
}

.bottom_deco_img img {
    width: 100%;
}

@media screen and (max-width:500px) {
    .textbox {
        width: 88%;
    }

    #cardgame h2 {
        width: 79%;
    }

    #cardgame .img_box {
        width: 82%;
    }

    #sns .btn_box {
        gap: 15px;
    }
}