/* SNSページ専用スタイル */

body.sns .sns-container {
    max-width: none;
    padding: 0;
}

body.sns #snscontents {
    width: 100%;
    height: 60vh;
}

body.sns #snscontents ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    color: #ffffff;
    height: 100%;
}

body.sns #snscontents li {
    flex: 1 1 0;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0.95em;
    letter-spacing: 0.04em;
}

body.sns #snscontents a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.2);
    transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

body.sns #snscontents i {
    font-size: 2.6em;
}

body.sns #snscontents li.bimga {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
        url('../../images/sns/sns_images01.jpg');
}

body.sns #snscontents li.bimgb {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
        url('../../images/sns/sns_images02.jpg');
}

body.sns #snscontents li.bimgc {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
        url('../../images/sns/sns_images03.jpg');
}

body.sns #snscontents li.bimgd {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
        url('../../images/sns/sns_images04.jpg');
}

body.sns #snscontents li.bimge {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
        url('../../images/sns/sns_images05.jpg');
}

body.sns #snscontents a:hover {
    border-color: #ffffff;
    background: rgba(0, 0, 0, 0.35);
}

@media (max-width: 768px) {
    body.sns #snscontents {
        height: auto;
    }

    body.sns #snscontents ul {
        flex-direction: column;
    }

    body.sns #snscontents li {
        min-height: 200px;
    }

    body.sns .sns-container {
        padding: 0;
    }
}
