@charset "UTF-8";

/*-------------------------------------------
メインビジュアル
-------------------------------------------*/

.mv {
    margin-top: 72px;
    position: relative;
    /* text-align: center; */
}
.mv h2 img {
    width: 100%;
}
.sp-mv {
    display: none;
}


/*-------------------------------------------
scroll
-------------------------------------------*/

.mv-scrolldown {
    color: #F5BECB;
    position: absolute;
    top: 92%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -150px;
    z-index: 50;
    height: 50px;
}

.mv-scrolldown::after {
    content: "";
    position: absolute;
    background-color: #F5BECB;
    right : 50%;
    bottom : -70px;
    width : 1px;
    height : 80px;
    animation: scroll 3s infinite;
}

@keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }

  
@media (max-width:768px) {
    .mv-scrolldown::after {
        bottom: 0px;
        height: 30px;
    }
}
/*-------------------------------------------
お知らせ
-------------------------------------------*/

.news {
    max-width: 860px;
    margin: 0 auto;
}
.news_box {
    display: flex;
    align-items: center;
    margin: 128px 6.14%;
    border-top: solid 1.5px #F5BECB;
    border-bottom: solid 1.5px #F5BECB;
    position: relative;
    padding: 18px 22px;
}


.news_title {
    margin-right: 30px;
    color: #4B965D;
    width: 99px;
}

.news_box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border-top: solid 3px #F5BECB;
    left: 0px;
    top: -9px;
}
.news_box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border-top: solid 3px #F5BECB;
    left: 0px;
    bottom: -10px;
}

time {
    margin-right: 36px;
    display: block;
}

.news_text li:nth-child(1) {
    margin-bottom: 10px;
}

.news_text a {
    border-bottom: 1px solid #4d4d4d ;
}

@media (max-width:840px) {
    .news_box {
        display: block;
        margin: 72px 6.14%;
    }

    .news_title {
        text-align: center;
        margin-bottom: 16px;
        margin-right: 0;
        width: auto;
    }

    .news_text {
        margin-top: 8px;
    }
}

@media (max-width:768px) {
    time {
        display: block;
    }
}

/*-------------------------------------------
history
-------------------------------------------*/
.history {
    display: flex;
    margin-bottom: 100px;
    gap: 80px;
}

.history_daiya img {
    max-width: 480px;
}
.history_daiya {
    position: relative;
}

.history_daiya::after {
    position: absolute;
    content: "";
    background-image: url(../images/bg-shape1A.png);
    width: 420px;
    height: 390px;
    background-repeat: no-repeat;
    background-size: 450px 430px;
    left: 110px;
    top: 111px;
    z-index: -1;
}

.history_content {
    text-align: left;
    width: 500px;
}

.history_title, .concept_title {
    margin-bottom: 48px;
    position: relative;
    width: fit-content;
}

.history_title::before, .concept_title::before{
    position: absolute;
    content: "";
    background-image: url(../images/bg-Topcontent@2x.png);
    width: 207px;
    height: 176px;
    background-repeat: no-repeat;
    background-size: 210px 190px;
    left: -57px;
    top: -33px;
    z-index: -1;
}

.history_text {
    margin-bottom: 64px;
}


/*-------------------------------------------
concept
-------------------------------------------*/

.concept {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 160px;
    text-align: center;
    gap: 80px;
}

.concept_strawberrysp {
    display: none;
}
.concept_strawberry {
    position: relative;
}

.concept_strawberry::after {
    position: absolute;
    content: "";
    background-image: url(../images/bg-shape1B.png);
    width: 420px;
    height: 390px;
    background-repeat: no-repeat;
    background-size: 450px 430px;
    left: -60px;
    top: -9px;
    z-index: -1;
}

.concept_content {
    text-align: left;
    width: 500px;
}


.concept-flower {
    margin: 33px 0 0 310px;
    width: 193px;
}
.concept_title {
    margin-bottom: 48px;
}

.concept_text {
    margin-bottom: 64px;
}


@media (max-width:1024px) {
    
    .history {
        display: block;
        width: 100%;
        margin: 0 auto 74px;
    }

    .concept {
        display: block;
        width: 100%;
        margin: 0 auto 160px;
    }

    .history_content, .concept_content {
        width: 100%;
        margin-bottom: 54px;
    }

    .history_title, .concept_title {
        margin: 0 auto;
    }
    .history_daiya img {
        margin: 0 auto;
        width: 100%;
    }

    .history_daiya::after {
        content: none;
    }

    .btn_waveline_list {
        margin: 0 auto;
    }

    .history_title::before, .concept_title::before {
        background-size: 130px 110px;
        left: -38px;
        top: -16px;
    }

    .concept_strawberry, .concept-flower {
        display: none;
    }

    .concept_strawberrysp {
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }
}
@media (max-width:768px) {
    .history {
        display: block;
        width: 100%;
        margin: 0 auto 56px;
    }

    .concept {
        display: block;
        width: 100%;
        margin: 0 auto 100px;
    }

    .history_text, .concept_text {
        margin-bottom: 32px;
    }
}
/*-------------------------------------------
Instagram
-------------------------------------------*/
.instagram_imglink img {
    width: clamp(30rem, -2.369rem + 161.85vw, 56.3rem);
}

.instagram_imglink {
    margin-bottom: 24px;
}


.instagram_text {
    max-width: 480px;
    text-align: left;
    margin: 0 auto;
}