@charset "UTF-8";

/* ================================
	共通
================================ */
@media (min-width:481px) {
    .pc_only {
        display: table !important;
    }

    .sp_only {
        display: none !important;
    }
}

@media (max-width:480px) {
    .pc_only {
        display: none !important;
    }

    .sp_only {
        display: table !important;
    }
}

#container .two_column_r .right_container {
    margin-left: 0;
}

/* ================================
	MV
================================ */

@media (max-width:480px) {
    #mainphoto {
        min-width: inherit;
    }

    .slug-party-room #mainphoto {
        background-position: -13vw 0px;
    }
}

/* ================================
	Main
================================ */

@media (max-width:480px) {
    #container {
        min-width: inherit;
    }

    #container .two_column_r .right_container {
        padding: 0 1em;
        box-sizing: border-box;
    }

    .tc{
        text-align: center;
    }

    a.slick-black {
        margin: 10px 0;
    }

    table.tableDSN tr th, table.tableDSN tr td {
        font-size: 2.5vw;
    }

    .thW{
        width: 35%;
    }

    .section > p img{
        width: 100%;
    }
}