@charset "utf-8";


/* ================
works
=================== */
.works {
    background-color: var(--primary-green);
    padding: 50px 5.3%;
}

.topic--works {
    margin-top: 0;
}

.works__detail {
    background-color: var(--primary-white);
    padding: 20px;
    margin-top: 30px;
}

.works__name {
    display: flex;
    flex-direction: column;
}

.works__name__txt {
    font-size: 1.8rem;
    font-weight: 500;
}

.works__title {
    border: solid 1px var(--primary-black);
    margin-top: 20px;
    padding: 3px 10px;
}

.works__txt {
    margin-top: 10px;
}

.works__vis {
   display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;

}

.works__vis img {
    width: 47%;
} 

/* pc common 769px*/
@media screen and (min-width: 769px) {
.works {
    padding: 100px 8.3%;
}

.works__vis {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    justify-content: center;
    margin-top: 15px;
}

.works__vis img {
    width: 23%;
}

}





/* ===============
インスタ
=================== */
.instagram {
    padding: var(--contentPadding);
}

.instagram__follow {
    margin-top: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.instagram__follow img {
    width: 45px;
    height: auto;
}

.instagram__follow__name {
    font-family: Inter;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.instagram__content {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
}

#instagram {
    padding: 0px 5.3% 50px;
}

.ig-no-caption {
    height: 715px;
    overflow: hidden;
}


/* pc instagram */
@media screen and (min-width: 769px) {

    .topic--instagram {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mainTopics {
        margin-top: 100px;
    }

    .brSP {
        display: none;
    }

    .brPC {
        display: block;
    }

    .mainTopics__title {
        margin-top: 0;
    }

    .mainTopicsVis {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 70px;
    }

    .mainTopicsVis__small {
        width: 13.8%;
        height: auto;
    }

    .instagram__content {
        display: flex;
        flex-direction: row;
        gap: 50px;
        margin-top: 50px;
        justify-content: center;
    }

    #instagram {
        padding: 0px 8.3% 100px;
    }

    .ig-no-caption {
        height: 500px;
        overflow: hidden;
    }

}

/* pc 769px */





/* pc main */
@media screen and (min-width: 769px) {


    .mainTopics {
        margin-top: 100px;
    }

    .brSP {
        display: none;
    }

    .brPC {
        display: block;
    }



    .mainTopics__title {
        margin-top: 0;
    }

    .mainTopicsVis {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 70px;
    }

    .mainTopicsVis__small {
        width: 13.8%;
        height: auto;
    }

    /* .btn {
        margin-top: 70px;
    } */
}

/* pc 769px */





