/* html {
    visibility: hidden;
}

html.wf-active,
html.loading-delay {
    visibility: visible;
} */

@font-face {
    font-family: "lineseed";
    src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2");
}

* {
    font-family: "lineseed", sans-serif;
    font-weight: 400;
    font-style: normal;

    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 13px;
    line-height: 15px;
    color: #303030;
    box-sizing: border-box;
}

input{
    -webkit-appearance: none;
    appearance: none;
}

#main {
    width: 100%; max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-color: #fdfdfd;
}

.col {
    display: flex;
    flex-direction: column;
}

.row {
    display: flex;
    flex-direction: row;
}

#footer {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.copyright {
    font-size: 10px;
}
.gmail-email-notification>p {
    color: rgb(255, 130, 130) !important;
}

.br_sp{
    display: none;
}
.br_pc{
    display: block;
}

@media screen and (max-width:768px) {
    .br_sp{
        display: block;
    }
    .br_pc{
        display: none;
    }
}
