@charset "UTF-8";
/*--共通部分--*/

body {
    max-width: 100%;
    margin: 0;
    text-align: center;
}

/*--end--*/

/*-----
 PC
-----*/
@media screen and (min-width: 781px) {

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    #top img {
        max-width: 100%;
    }

    #fragrance_triangle img {
        width: 100%;
    }

    #contact-1 img {
        width: 100%;
    }

    #story_1 img {
        width: 100%;
        margin-bottom: 6%;
    }

    .contact-2 img {
        width: 30%;
        margin: 2% 35% 5% 35%;
    }

    #catch_copy img {
        width: 100%;
        margin-top: 8%;
        margin-bottom: 7%;
    }

    #story_2 img {
        width: 100%
    }

    #online_shop img {
        width: 100%;
        margin-top: 6%;
    }

    #product_into img {
        width: 100%;
    }

    #footer img {
        width: 100%;
        margin-top: 10%;
    }
}

/*-----
 PC　END
-----*/

/*-----
 SP
-----*/
@media screen and (max-width: 780px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    #top img {
        max-width: 100%;
    }

    #fragrance_triangle img {
        width: 85%;
        margin-top: 10%;
        margin-right: 7.5%;
        margin-left: 7.5%;
    }

    #contact-1 img {
        width: 60%;
        margin: 15% 20%;
    }

    #story_1 img {
        width: 100%;
        margin-bottom: 6%;
    }

    .contact-2 img {
        width: 60%;
        margin: 10% 20%;
    }

    #catch_copy img {
        width: 85%;
        margin: 10% 7.5% 7% 7.5%;

    }

    #story_2 img {
        width: 100%;
        margin-top: 10%;
    }

    #online_shop img {
        width: 100%;
        margin-top: 6%;
    }

    #product_into img {
        width: 100%;
        margin-top: -5%;
    }

    #footer img {
        width: 100%;
        margin-top: 10%;
    }

}

/*---
SP_END
 ---*/