#disney_sc {
    text-align: center;
    width: 100%;
}

#disney_sc section:nth-child(3) {
    margin: 0;
    padding: 20px 0 80px;
    background: #f3f3f3;
}

#disney_sc_main {
    font-size: 12px;
    text-align: center;
}

#disney_sc_main h2 {
    margin-top: .75em;
    font-size: 12px;
}

#disney_sc_main_logo {
    margin-top: 80px;
    height: 100px;
}

#disney_sc_main_logo img {
    width: auto;
    height: 100%;
}

#disney_sc_main_img {
    margin-top: 80px; 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
}

#disney_sc_main_img p {
    height: 280px;
}

#disney_sc_main_img img {
    width: auto;
    height: 100%;
}

#disney_sc_main_title {
    margin-top: 40px;
    height: 28px;
}

#disney_sc_main_title img {
    width: auto;
    height: 100%;
}

#disney_sc_main_cr {
    margin-top: 1em;
    line-height: 1;
    height: 1em;
}

#disney_sc_main_cr img {
    width: auto;
    height: 100%;
}

#disney_sc_desc {
    margin-top: 4em;
}

#disney_sc_desc h3 + p {
    margin-top: 1em;
}

#disney_sc_item_list {
    color: #fff;
}

#disney_sc_item_list h4, #disney_sc_item_list h5 {
    color: #fff;
}

#disney_sc_item_list h4 {
    margin-top: 0.5em;
    font-size: 14px;
}

#disney_sc_item_list h5 {
    margin-top: 2em;
    font-size: 16px;
}

#disney_sc_item_list li {
    padding: 40px 40px 80px;
    background: #000;
    position: relative;
}

#disney_sc .disney_sc_item_list_sign {
    margin: 0 auto;
    max-width: 360px;
    height: 120px;
}

#disney_sc .disney_sc_item_list_sign img {
    width: auto;
    height: 100%;
}

.disney_sc_item_list_img {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.disney_sc_item_list_img p {
    flex-basis: 50%;
}

.disney_sc_item_list_img p:nth-child(2) {
    padding: 10px;
    background: #fff;
}

.disney_sc_item_list_img img {
    width: auto;
    height: 100%;
}

.disney_sc_item_list_price {
    margin-top: 0.25em;
}

#disney_sc .disney_sc_item_list_link {
    margin-top: 2em;
    line-height: 1;
    display: flex;
    justify-content: center;
}

.disney_sc_item_list_link a {
    padding: 1em 8em;
    background: #fff;
    color: #000;
    border-radius: 1.75em;
    font-weight: bold;
}

.disney_sc_item_list_link a:hover {
    color: initial;
    opacity: .8;
}

li#disney_sc_item_list_mcy {
    background: #434343;
}

li#disney_sc_item_list_mni {
    background: #9d1e25;
}

li#disney_sc_item_list_dnd {
    background: #015794;
}

li#disney_sc_item_list_dsy {
    background: #9c3560;
}

li#disney_sc_item_list_plt {
    background: #865324;
}

li#disney_sc_item_list_gfy {
    background: #c57b24;
}

li#disney_sc_item_list_stc {
    margin-top: 40px;
    background: #00738e;
}


@media screen and (max-width: 768px) {
    #disney_sc_main_logo {
        margin-top: 8vw;
        height: 16vw;
    }

    #disney_sc_main_img {
        margin-top: 10vw;
        gap: 10vw;
    }

    #disney_sc_main_img p {
        height: 42vw;
    }

    #disney_sc_main_title {
        margin-top: 8vw;
        height: 5vw;
    }

    #disney_sc_desc {
        margin: 2em 4vw 0;
    }

    #disney_sc_item_list li {
        padding: 8vw 0;
    }

    #disney_sc .disney_sc_item_list_sign {
        max-width: 80vw;
        height: 20vw;
    }

    #disney_sc .disney_sc_item_list_heading {
        position: absolute;
        top: 4vw;
        left: 0;
        right: 0;
    }

    .disney_sc_item_list_img {
        display: block;
    }

    .disney_sc_item_list_img p:nth-child(2) {
        margin: 0 8vw;
    }

    .disney_sc_item_list_img img {
        width: auto;
        height: auto;
    }

    #disney_sc_item_list h4 {
        font-size: 2.8vw;
    }

    #disney_sc_item_list h5 {
        margin: 2em 4vw 0;
        font-size: 3.5vw;
    }

    #disney_sc section .freepage_item_list.freepage_item_list_small {
        margin: 0;
    }
}