@charset 'UTF-8';

@media screen and (max-width: 767px) {

    .main-visual-area {
        width: 100%;
        margin: 0 auto;
    }

    .main-visual {
        width: 100%;
        margin: 0 auto;
        line-height: 0;
    }

    .main-visual div {
        background-color: #fff;
    }

    .main-visual img {
        width: 100%;
    }

    button {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        outline: none;
        appearance: none;
    }

    .slide-dots {
        margin: 16px 0 0;
        text-align: center;
    }

    .slide-dots li {
        display: inline-block;
        margin: 0 10px;
    }

    .slide-dots li button {
        position: relative;
        text-indent: -9999px;
        cursor: pointer;
    }

    .slide-dots li button:before {
        content: "●";
        font-size: 8px;
        text-indent: 0;
        position: absolute;
        color: #ff6666;
        top: 0;
        left: 0;
    }

    .slide-dots li.slick-active button:before {
        content: "●";
        font-size: 12px;
        text-indent: 0;
        position: absolute;
        color: #ed1c24;
        top: 0;
        left: 0;
    }

    .top_banner {
        margin: 10px auto 0;
        width: 100%;
    }

    .bannerList {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
        width: 100%;
    }

    .bannerImg {
        margin-bottom: 15px;
        width: 100%;
        filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, 0.2));
    }

    .top_btn {
        margin: 0 auto;
        width: 100%;
        filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, 0.2));
    }

    #link_product {
        margin: 20px auto 20px;
        width: 100%;
    }

    #link_history {
        margin: 0 auto 20px;
        width: 100%;
    }

    #link_recipe {
        margin: 0 auto 5vh;
        width: 100%;
    }

}


@media screen and (min-width: 768px) {

    .main-visual-area {
        width: 100%;
        max-width: 1920px;
        width: 100%;
        margin: 0 auto;
    }

    .main-visual {
        width: 100%;
        /*max-width: 1920px;*/
        margin: 0 auto;
        line-height: 0;
    }

    .main-visual div {
        background-color: #fff;
    }

    .main-visual img {
        width: 100%;
    }

    button {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .slide-dots {
        margin: 16px 0 0;
        text-align: center;
    }

    .slide-dots li {
        display: inline-block;
        margin: 0 1rem;
    }

    .slide-dots li button {
        position: relative;
        text-indent: -9999px;
        cursor: pointer;
    }

    .slide-dots li button:before {
        content: "●";
        font-size: 12px;
        text-indent: 0;
        position: absolute;
        color: #ff6666;
        top: 0;
        left: 0;
    }

    .slide-dots li.slick-active button:before {
        font-size: 16px;
        text-indent: 0;
        content: "●";
        color: #ed1c24;
        top: 0;
        left: 0;
    }

    .top_banner {
        margin: 0 auto 0;
        /*width: 86%;*/
        width: 90%;
        /*max-width: 840px;*/
        max-width: 960px;
    }

    .bannerList {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .bannerImg {
        margin-bottom: 20px;
        width: 48.75%;
        filter: drop-shadow(3px 6px 3px rgba(0, 0, 0, 0.2));
    }


    .top_btn {
        margin: 0 auto 40px;
        /*width: 86%;*/
        width: 90%;
        /*max-width: 840px;*/
        max-width: 960px;
        filter: drop-shadow(3px 6px 3px rgba(0, 0, 0, 0.2));
    }

    .top_btn p {
        margin: 40px 0 0;
        width: 100%;
    }

}
