/*==================================================================================================
	index
==================================================================================================*/
#top {
/*
    padding: 50px 0;
*/
    padding: 5px 0;
}

#top .head {
    margin-top: 0;
}

#top .head_img {
    width: 200px;
    max-width: 100%;
    padding: 0 0;
    margin: 0 auto;
}

@media (max-width: 540px) {
    #top .head_img {
        width: 160px;
        padding: 0 0;
    }
}

#top .head_ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-top: 20px;
}

#top .head_ttl .main {
    font-size: clamp(2.4rem, 3vw, 2.6rem);
    line-height: 1.4;
}

#top .sns_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 360px;
    padding: 0 5%;
    margin: 0 auto;
}

@media (max-width: 540px) {
    #top .sns_list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

#top .sns_item {
    width: calc(100% / 3 - 12.5px);
}

@media (max-width: 540px) {
    #top .sns_item {
        width: 80px;
        padding: 0 5px;
    }
}

#top .sns_link:hover {
    opacity: 0.7;
}

#top .banner_item:not(:last-child) {
/*
    margin-bottom: 20px;
 */
    margin-bottom: 15px;
}

#top .banner_link:hover {
    opacity: 0.7;
}

#top .banner_link img {
    border-radius: 5px;
}
