.wrapper_top {
    margin-top: 0;
}

.header .menu .logo img {
    width: 80px;
    transition: all .3s ease-in-out;
}

.container.section {
    position: relative;
    z-index: 10;
}

.profileBg-pc {
    height: auto;
    width: 100%;
    display: block !important;
}

.profileBg-sp {
    display: none !important;
}

@media (max-width: 991px) {
    .profileBg {
        height: 275px;
    }
}

@media only screen and (max-width: 750px) {
    .profileBg-pc {
        display: none !important;
    }

    .profileBg-sp {
        display: block !important;
    }
}

.cmnBtn {
    background-color: #000000;
}

.profile-img {
    display: block;
    border: 0 none;
    margin: 2rem;
}

.profile-img:hover {
    opacity: 0.7;
}

.cmnBtn-profile:hover {
    opacity: 0.5;
}

.instagram .ig_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 30px;
}

.instagram .ig_box .ig_item {
    width: 24%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    /* margin-bottom: 2rem; */
}

@media only screen and (max-width: 750px) {
    .instagram .ig_box {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .instagram .ig_box .ig_item {
        width: 100%;
    }
}

.photoListRow {
    align-items: stretch;
}

.photoListItem {
    display: flex;
}

.photoListItem > a {
    width: 100%;
    height: 100%;
}

.photoListItem .thumb {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

@media only screen and (max-width: 750px) {
    .photoList {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .photoListRow {
        flex-wrap: nowrap;
        gap: 12px;
        margin-right: 0;
        margin-left: 0;
    }

    .photoListItem {
        flex: 0 0 min(86.4vw, 312px);
        max-width: min(86.4vw, 312px);
        margin-bottom: 15px;
        padding-right: 0;
        padding-left: 0;
    }

    .photoListItem .info {
        display: none;
    }
}
