@charset "UTF-8";

header {
    margin-bottom: 0 !important;
}

#main .mainInner {
    max-width: none !important;
}

footer {
    margin-top: 0 !important;
}

.br-sp {
    display: none;
}


#social {
    display: table;
    margin: 20px auto;
    line-height: 1;
}

#social ul li {
    margin-right: 20px;
    float: left;
}

#social ul li:last-child {
    margin-right: 0;
}


/* background-color */
#common_top {
    background-color: #000;
}

.specialContents {
    background: #000;
}

/* background-color　END */

.common_p {
    text-align: center;
}

#side_shop {
    font-family: "NotoSansJP";
    position: fixed;
    right: 0;
    bottom: 100px;
    padding: 20px 16px;
    color: #FFFFFF;
    background: linear-gradient(150deg, #c11313 0%, #f04755 100%);
    /* animation: Grad 4s infinite alternate; */
    border-radius: 0px;
    font-size: 140%;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

}

#side_shop a {
    color: #FFFFFF;
    text-decoration: none;
}

#tab_menu ul {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.ao_limit {
    font-size: 150%;
    background: #0094dc;
    text-align: center;
    padding: 1rem 0;
}