@charset "utf-8";

/* レスポンシブ対応 */
@media screen and (max-width: 800px) {
    h1 {
        font-size: 30pt;
    }

    h2 {
        font-size: 20pt;
    }

    h3 {
        font-size: 12pt;
    }

    p {
        font-size: 9pt;
    }

    a {
        font-size: 9pt;
    }

    .btn {
        font-size: 1.5rem;
    }

    /* followbtn */
    .pc-followbtn {
        display: none;
    }

    .sp-followbtn {
        display: block;
        position: fixed;
        bottom: 20px;
        right: 10px;
        margin-left: auto;
        z-index: 100;

        .btn {
            background-color: initial;
            padding: 0;
        }
    }

    .top {
        .mainvisual {
            display: none;
            position: fixed;
            bottom: 20px;
            right: 10px;
            width: fit-content;
            margin-left: auto;
            z-index: 100;
        }

        .mainvidual-sp {
            display: block;
            background-image: url(../img/top_main_sp.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            height: 100vh;
            width: 100%;
        }

        .sentence {
            .pctext {
                display: none;
            }

            .sptext {
                display: block;
            }
        }

        .eventinfo {
            padding: 0 3%;

            .info {
                .emphasis {
                    font-size: 1.2rem;
                }
            }
        }

        .exhibitor {
            padding: 0 3%;

            .grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
    }

    .costume {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 3%;

        .explanation {
            .row {
                flex-direction: column;
            }
        }
    }
}