@charset "UTF-8";
/* CSS Document */

/* ---------- COMMON ---------- */

article h1{
    display: none;
}

/* slide */
.slide{
    background: #ffffff;
}

/* news */
.news{
    background-color: rgba(255, 255, 255, 0.7);
}

.news h2{
    background-image: url(../images/icon_instagram.svg);
    background-repeat: no-repeat;
    background-position: calc(50% - 2.5em) center;
    font-weight: 200;
    text-align: center;
}

.instagram-gallery__actions{
    display: none !important;
}

/* contents_menu */
.contents_menu h2{
    display: none;
}
.contents_menu ul{
    margin-left: auto;
    margin-right: auto;
}

.contents_menu ul li{
    list-style: none;
}

.contents_menu ul li a{
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position-x: center;
    display: block;
}

.contents_menu ul li a span{
    background-repeat: no-repeat;
    display: block;
}

.to_profile a{
    background-image: url(../images/profile_ttl_image.jpg);
}

.to_gallery a{
    background-image: url(../images/gallery_ttl_image.jpg);
}

.to_works a{
    background-image: url(../images/works_events_ttl_image.jpg);
}

.to_profile a span{
    background-image: url(../images/Profile.jpg);
}

.to_gallery a span{
    background-image: url(../images/gallery.jpg);
}

.to_works a span{
    background-image: url(../images/Works-Events.jpg);
}

/* footer_img */
.footer_img{
    text-align: center;
}


/* ---------- Mobile / Tablet ---------- */
@media(max-width:1079px){}

/* ---------- Mobile ---------- */
@media(max-width:737px) {

    article{
        margin-bottom: 25px;
    }

    /* slide */
    .slide{
        margin-bottom: 30px;
    }

    .slider img{
        height: 370px;
        object-fit: cover;
        width: 100%;
    }

    /* news */
    .news{
        margin-bottom: 30px;
        padding: 25px 18px;
    }

    .news h2{
        background-size: 11px;
        font-size: 0.71em;
        margin-bottom: 25px;
    }

    .instagram-gallery-feed{
        margin-left: auto;
        margin-right: auto;
        width: 338px !important;
    }

    .instagram-gallery-list a{
        width: 60px !important;
    }

    /* contents_menu */
    .contents_menu ul{
        width: 338px;
    }

    .contents_menu ul li:not(:last-child){
        margin-bottom: 25px;
    }

    .contents_menu ul li:last-child{
        margin-bottom: 10px;
    }

    .contents_menu ul li a{
        height: 245px;
    }

    .to_profile a{
        background-position-y: 23px;
        background-size: 253px;
    }

    .to_gallery a{
        background-position-y: 33px;
        background-size: 220px;
    }

    .to_works a{
        background-position-y: 28px;
        background-size: 230px;
    }

    .to_profile a span{
        background-position: 16px 200px;
        background-size: 60px;
        padding-top:205px;
        padding-left:83px;
    }

    .to_gallery a span{
        background-position: 16px 192px;
        background-size: 86px;
        padding-top: 202px;
        padding-bottom: 7px;
        padding-left:110px;
    }

    .to_works a span{
        background-position: 16px 196px;
        background-size: 132px;
        padding-top: 205px;
        padding-left:158px;
    }

}

/* ---------- Portlate ---------- */
@media(max-width:567px) {}

/* ---------- Tablet / PC ---------- */
@media (min-width: 738px) {}

/* ---------- Tablet ---------- */
@media(max-width:1079px) and (min-width: 737px){

    article{
        margin-bottom: 35px;
    }

    /* slide */
    .slide{
        margin-bottom: 50px;
    }

    /* news */
    .news{
        margin-bottom: 30px;
        padding: 50px 18px;
    }

    .news h2{
        background-size: 24px;
        font-size: 1.44em;
        margin-bottom: 30px;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .instagram-gallery-list a{
        height: auto;
        width: 19% !important;
    }

    /* contents_menu */
    .contents_menu ul{
        width: 600px;
    }

    .contents_menu ul li:not(:last-child){
        margin-bottom: 40px;
    }

    .contents_menu ul li:last-child{
        margin-bottom: 30px;
    }

    .contents_menu ul li a{
        height: 435px;
    }

    .contents_menu ul li a span{
        font-size: 1.3em;
    }

    .to_profile a{
        background-position-y: 40px;
        background-size: 450px;
    }

    .to_gallery a{
        background-position-y: 60px;
        background-size: 390px;
    }

    .to_works a{
        background-position-y: 50px;
        background-size: 409px;
    }

    .to_profile a span{
        background-position: 28px 350px;
        background-size: 108px;
        padding-top: 365px;
        padding-left: 147px;
        padding-bottom: 5px;
    }

    .to_gallery a span{
        background-position: 28px 340px;
        background-size: 154px;
        padding-top: 368px;
        padding-left: 195px;
        padding-bottom: 15px;
    }

    .to_works a span{
        background-position: 28px 356px;
        background-size: 234px;
        padding-top: 380px;
        padding-left: 280px;
        padding-bottom: 5px;
    }
}

/* ---------- PC ---------- */
@media(min-width:1080px){

    article{
        margin-bottom: 35px;
    }

    /* slide */
    .slide{
        margin-bottom: 100px;
    }

    .slider{
        margin-left: auto;
        margin-right: auto;
        max-width: 1920px;
    }

    /* news */
    .news{
        margin-bottom: 100px;
        padding: 75px 0px;
    }

    .news h2{
        background-size: 32px;
        font-size: 1.875em;
        margin-bottom: 70px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .instagram-gallery-feed{
        gap: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 1000px;
    }

    /* contents_menu */
    .contents_menu ul{
        width: 1000px;
    }

    .contents_menu ul li:not(:last-child){
        margin-bottom: 80px;
    }

    .contents_menu ul li:last-child{
        margin-bottom: 50px;
    }

    .contents_menu ul li a{
        height: 725px;
    }

    .contents_menu ul li a span{
        font-size: 1.88em;
    }

    .to_profile a{
        background-position-y: 68px;
        background-size: 750px;
    }

    .to_gallery a{
        background-position-y: 98px;
        background-size: 653px;
    }

    .to_works a{
        background-position-y: 85px;
        background-size: 682px;
    }

    .to_profile a span{
        background-position: 48px 590px;
        background-size: 180px;
        padding-top: 615px;
        padding-left: 246px;
        padding-bottom: 14px;
    }

    .to_gallery a span{
        background-position: 49px 580px;
        background-size: 257px;
        padding-top: 615px;
        padding-left: 326px;
        padding-bottom: 43px;
    }

    .to_works a span{
        background-position: 49px 593px;
        background-size: 390px;
        padding-top: 630px;
        padding-left: 468px;
        padding-bottom: 12px;
    }
}