@charset "utf-8";

/* ==============================


kv


=================================*/
.kv {
    position: fixed;
    z-index: -1;
    top: 100px;
    left: 0;
    width: 100vw;
}

.kv h1 {
    height: calc(100vh - 100px);
    overflow: hidden;
}

.kv h1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center 0;
    margin: 0 auto;

}

.kv-area {
    height: clamp(0px, calc(50vw + 150px), 100vh);
}

@media screen and (max-width: 767px) {
    .kv {
        top: 85px;
    }

    .kv h1 {
        height: calc(100vh - 85px);
    }

    .kv-area {
        height: 130vh;
    }
}

/* ==============================


sec01


=================================*/


.morido {
    padding: 140px 0 200px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 80% 80% 0% 0% / 250px 250px 0% 0%;
    width: 110%;
    margin-left: -5%;
    background-color: rgba(165, 130, 85, 0.8);
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .morido {
        border-radius: 100% 100% 0% 0% / 180px 180px 0% 0%;
    }
}


@media screen and (max-width: 767px) {
    .morido {
        padding: 100px 0 230px;
        border-radius: 80% 80% 0% 0% / 70px 70px 0% 0%;
    }

}

/* --- contents -------------------------------- */

.sec01 {
    overflow: hidden;
    position: relative;
}

.sec01 .yasai::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    right: 5%;
    bottom: clamp(0px, 7.48vw, 70px);
    width: clamp(0px, 20.84vw, 223px);
    height: clamp(0px, 19.16vw, 205px);
    background: url(../img/top/sec01__yasai.png) no-repeat center center/contain;
}

.sec01 .inner {
    width: 82%;
}


.sec01 h2 {
    text-align: center;
    color: #392911;
    font-size: clamp(20px, 2.24vw, 24px);
    font-weight: bold;
    line-height: 2.4;
}


@media screen and (max-width: 767px) {
    .sec01 .yasai::before {
        right: 10vw;
        bottom: 85px;
        width: 111px;
        height: 102px;
    }

    .sec01 h2 {
        font-size: clamp(0px, 4.53vw, 17px);
    }

}

/* ==============================


sec02


=================================*/



.wave {
    position: relative;
    margin-top: calc(-10vw - 50px);
    z-index: 1;
}


.wave-top,
.wave-bom {
    background-color: rgba(240, 238, 236, 0.8);
    width: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}



.sec03 .wave-top,
.sec03 .wave-bom {
    background-color: rgba(0, 120, 60, 0.7);
    color: #fff;
}

.wave-top {
    height: 10vw;
    /* ▼ SVGパスをマスクとして使う */
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 74'><path d='M0,3.3c236.8,50.3,449.7,73.2,733.7,18,356.5-69.4,706.3,52.7,706.3,52.7H0V3.3Z' fill='black'/></svg>") no-repeat center bottom;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 74'><path d='M0,3.3c236.8,50.3,449.7,73.2,733.7,18,356.5-69.4,706.3,52.7,706.3,52.7H0V3.3Z' fill='black'/></svg>") no-repeat center bottom;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
}

.wave-bom {
    position: relative;
    margin-top: -0.5px;
    padding: clamp(0px, 9.5vw, 100px) 0 clamp(0px, 28.5vw, 300px);
}

.sec02 .wave-bom {
    padding: clamp(0px, 9.5vw, 100px) 0 clamp(0px, 30vw, 400px);
}

.yasai::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 10;
}

.sec04 .yasai::before {
    right: clamp(2vw, calc(((100vw - 1070px) / 2) - 5vw), 100000px);
    top: -50px;
    width: clamp(0px, 24.21vw, 259px);
    height: clamp(0px, 19.16vw, 205px);
    background: url(../img/top/sec02__yasai.png) no-repeat center center/contain;
}

.sec03 .yasai::before {
    left: clamp(2vw, calc(((100vw - 1070px) / 2) - 5vw), 100000px);
    top: -100px;
    width: clamp(0px, 18.87vw, 202px);
    height: clamp(0px, 18.87vw, 202px);
    background: url(../img/top/sec03__yasai.png) no-repeat center center/contain;
}

.sec05 .yasai::before {
    left: clamp(2vw, calc(((100vw - 1070px) / 2) - 5vw), 100000px);
    top: clamp(-120px, -11.21vw, 0px);
    width: clamp(0px, 11.12vw, 119px);
    height: clamp(0px, 22.14vw, 237px);
    background: url(../img/top/sec04__yasai.png) no-repeat center center/contain;
}


[fade-yasai].yasai::before,
[fade-yasai] .yasai::before {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

[fade-yasai].yasai-in.yasai::before,
[fade-yasai].yasai-in .yasai::before {
    opacity: 1;
    transform: translateY(0);
}


@media screen and (max-width: 767px) {

    .wave {
        margin-top: calc(-10vw - 80px);
    }


    .wave-top {
        height: 10vw;
        /* ▼ SVGパスをマスクとして使う */
        -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 74'><path d='M0,3.3c236.8,50.3,449.7,73.2,733.7,18,356.5-69.4,706.3,52.7,706.3,52.7H0V3.3Z' fill='black'/></svg>") no-repeat center bottom;
        mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 74'><path d='M0,3.3c236.8,50.3,449.7,73.2,733.7,18,356.5-69.4,706.3,52.7,706.3,52.7H0V3.3Z' fill='black'/></svg>") no-repeat center bottom;
        -webkit-mask-size: 110% auto;
        mask-size: 110% auto;
    }

    .wave-bom {
        margin-top: -1px;
        padding: 50px 0 230px;
    }

    .sec02 .wave-bom {
        padding: 50px 0 260px;
    }


    .sec04 .yasai::before {
        right: 5vw;
        top: -50px;
        width: 141px;
        height: 111px;
    }

    .sec03 .yasai::before {
        left: 6vw;
        top: -100px;
        width: 125px;
        height: 125px;
    }


    .sec05 .yasai::before {
        left: 7vw;
        top: -90px;
        width: 72px;
        height: 135px;
    }

}

/* --- contents -------------------------------- */


.cth-copy {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cth-copy-txt {
    width: auto;
}

.cth-copy-txt h3 {
    font-weight: bold;
    font-size: clamp(31px, 4.86vw, 52px);
    margin-bottom: 30px;
    line-height: 1.3;
}


.cth-copy-txt h3 .mini {
    position: relative;
    font-size: clamp(13px, 2.05vw, 22px);
    padding-left: clamp(0px, 2.34vw, 25px);
}

.cth-copy-txt h3 .mini::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% + 1px);
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: clamp(0px, 1.21vw, 13px);
    height: clamp(0px, 1.21vw, 13px);
    border-radius: 50%;
    background-color: RGB(165 130 85);
}

.sec03 .cth-copy-txt h3 .mini::before {
    background-color: #fff;
}

.cth-copy-txt h3 .green {
    color: rgb(0, 120, 60);
}

.sec03 .cth-copy-txt h3 .green {
    color: rgb(255, 200, 30);
}

.cth-copy-txt p {
    font-size: clamp(12px, 1.8vw, 20px);
    line-height: 1.8;
}

.cth-copy-img {
    width: clamp(0px, 30vw, 410px);
    flex-shrink: 0;
}

.cth-copy-img img {
    height: auto;
}

@media screen and (max-width: 767px) {


    .cth-copy {
        flex-direction: column;
        gap: 30px;
    }

    .cth-copy-txt {
        width: 100%;
    }

    .cth-copy-txt h3 {
        font-size: clamp(22px, 9.6vw, 36px);
        margin-bottom: 30px;
    }

    .cth-copy-txt h3 .mini {
        font-size: clamp(10px, 4.53vw, 17px);
        padding-left: clamp(0px, 5.33vw, 20px);
    }

    .cth-copy-txt h3 .mini::before {
        width: clamp(0px, 3.46vw, 13px);
        height: clamp(0px, 3.46vw, 13px);
    }

    .cth-copy-txt p {
        font-size: clamp(10px, 4.53vw, 17px);
        line-height: 1.8;
    }


    .cth-copy-img {
        width: 90%;
    }
}


/* ==============================


sec05



=================================*/

.sec05 {
    margin-top: -120px;
    z-index: 1;
    position: relative;
}


.sec05>div {
    overflow: hidden;
}

.sec05 .inner {
    width: 80%;
}

.sec05 .morido {
    padding-bottom: 100px;
    min-height: 400px;
}

.sec05 .morido {
    background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 767px) {



    .sec05 .morido {
        padding-top: 80px;
    }

}

/* --- contents -------------------------------- */
.news {
    display: flex;
    gap: clamp(0px, 5vw, 75px);
}

.news>p {
    font-size: 50px;
    font-weight: bold;
}


.news>ul {
    max-height: 450px;
    width: 100%;
    overflow: auto;
}

.news>ul li {
    padding-bottom: 25px;
    border-bottom: 3.5px #F2F2F2 dashed;
    margin-bottom: 20px;
}

.news-day {
    color: RGB(165 130 85);
    font-size: clamp(16px, 1.87vw, 20px);
    margin-bottom: clamp(0px, 1vw, 20px);
}

.news-ttl {
    font-size: clamp(10px, 1.87vw, 20px);
    line-height: 1.4;
    padding-right: 10px;
}

@media screen and (max-width: 767px) {
    .news {
        flex-direction: column;
        gap: 35px;
    }

    .news>p {
        font-size: 36px;
    }


    .news>ul {
        max-height: 50vh;
    }

    .news>ul li {
        border-bottom: 2px #F2F2F2 dashed;
    }

    .news-day {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .news-ttl {
        font-size: clamp(10px, 4.53vw, 17px);
        padding-right: 5px;
    }
}

/* ==============================


sec06


=================================*/
.sec06-ctr {
    background-color: #fff;
}

.sec06 .inner {
    padding: 105px 0;
}

.sec06 h4 {
    font-size: clamp(25px, 3.92vw, 42px);
    margin-bottom: clamp(0px, 2.80vw, 30px);
    line-height: 1;
    font-weight: bold;
}

.sec06 p:nth-of-type(1) {
    font-size: clamp(12px, 1.87vw, 20px);
    line-height: 2;
    margin-bottom: 30px;
}

.sec06 p:nth-of-type(2) {
    font-size: clamp(12px, 1.4vw, 16px);
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6;
}

.sec06-sub {
    height: clamp(0px, calc(50vw + 100px), 100vh);
}

@media screen and (max-width: 767px) {

    .sec06 .inner {
        padding: 40px 0;
    }

    .sec06 h4 {
        font-size: 36px;
        margin-bottom: 30px;
        line-height: 1.4;
        font-weight: bold;
    }

    .sec06 p:nth-of-type(1) {
        font-size: 17px;
        line-height: 2;
    }

    .sec06 p:nth-of-type(2) {
        font-size: 15px;
    }

    .sec06-sub {
        height: clamp(0px, calc(100vh + 80px), 650px);
    }

}