/*
Theme Name: akarikunimi-child
Version: 1.0
Template: akarikunimi
*/

/*----------------------------
    コンセプトセクション 
----------------------------*/

.top-concept-wrapper {
    position: relative;
    height: 1850px;
}
.concept_img, .concept-text {
    position: absolute;
}
.concept_img {
    object-fit: cover;
}
.concept-text p {
    font-size: 19.2px;
    line-height: 47px;
    margin: 0;
}

.concept_img_1 {
    width: 45vw;
    height: 380px;
    left: 0;
    top: 100px;
}
.concept_img_2 {
    width: 20vw;
    height: 180px;
    left: 27.5%;
    top: 630px;
}
.concept_img_3 {
    width: 28vw;
    height: 280px;
    left: 8%;
    top: 900px;
}
.concept_img_4 {
    width: 13vw;
    height: 13vw;
    right: 0;
    top: 936px;
}
.concept_img_5 {
    width: 48vw;
    height: 400px;
    right: 0;
    top: 1270px;
}
.concept_img_6 {
    width: 13vw;
    height: 13vw;
    left: 0;
    top: 1530px;
}
.concept_img_7 {
    width: 23vw;
    height: 217px;
    left: 18%;
    top: 1330px;
}

.concept-text_1 {
    left: 53%;
    top: 160px;
}
.concept-text_2{
    left: 58%;
    top: 480px;
}
.concept-text_3 {
    left: 53%;
    top: 850px;
}

@media screen and (max-width: 1000px) {
    .top-concept-subtitle {
        font-size: 4vw;
        line-height: 2em;
    }
    .concept-text p {
        font-size: 2vw;
        line-height: 2.5em;
    }
    .concept-text_2{
        left: 53%;
        top: 480px;
    }
    .concept-text_3 {
        left: 45%;
        top: 850px;
    }
    .concept_img_2 {
        width: 23vw;
        height: 23vw;
        left: 16%;
        top: 590px;
    }
    .concept_img_3 {
        width: 37vw;
        height: 210px;
        left: 0;
        top: 913px;
    }
    .concept_img_4 {
        width: 13vw;
        height: 13vw;
        top: 1050px;
    }
    .concept_img_5 {
        width: 65vw;
        height: 350px;
        right: 0;
        top: 1320px;
    }
    .concept_img_7 {
        width: 19vw;
        height: 19vw;
        left: 8.5%;
        top: 1250px;
    }
}

@media screen and (max-width: 680px) {
    .top-concept-wrapper {
        height: 1930px;
    }
    .top-concept-subtitle {
        font-size: 24px;
    }
    .concept-text p {
        font-size: 15.5px;
        line-height: 35px;
    }
    .concept_img_1 {
        width: 82vw;
        height: 190px;
        left: 0;
        top: 82px;
    }
    .concept_img_2 {
        width: 45vw;
        height: 114px;
        left: auto;
        right: 8%;
        top: 360px;
    }
    .concept_img_3 {
        width: 51vw;
        height: 140px;
        left: 0;
        top: 927px;
    }
    .concept_img_4 {
        width: 28vw;
        height: 28vw;
        right: 8%;
        top: 884px;
    }
    .concept_img_5 {
        width: 75vw;
        height: 173px;
        right: 0;
        top: 1126px;
    }
    .concept_img_6 {
        width: 28vw;
        height: 28vw;
        left: 10%;
        top: 1660px;
    }
    .concept_img_7 {
        width: 50vw;
        height: 130px;
        left: auto;
        right: 0;
        top: 1770px;
    }

    .concept-text_1 {
        left: 10%;
        top: 484px;
    }
    .concept-text_2{
        left: 10%;
        top: 634px;
    }
    .concept-text_3 {
        left: 10%;
        top: 1373px;
    }
}