
/*kv----------------------------------------*/
.kv-bg {
    background: fixed url(/green/images/kv.webp) no-repeat center center;
    background-size: cover;
}
@media screen and (max-width:1024px){
    .kv-bg {
        background: fixed url(/green/images/kv.webp) no-repeat center top 40px;
        background-size: 180% auto;
    }
}


/*sec01----------------------------------------*/
.sec01 {
    background-color: white;
    padding: 200px 0;
    position: relative;
}
.sec01 .inr {
    display: flex;
    justify-content: space-between;
    width: 68%;
    margin: 0 16%;
}
.sec01 .inr .text h2 {
    font-size: 26px;
    line-height: 2.2;
    letter-spacing: 0.25em;
    margin-bottom: 30px;
    -webkit-text-stroke: 0.2px black;
}
.sec01 .inr .text p {
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: 0.25em;
    -webkit-text-stroke: 0.1px black;
}
@media screen and (max-width:1024px){
    .sec01 {
        padding: 100px 0;
    }
    .sec01 .inr {
        display: block;
        width: auto;
        margin: 0 8%;
    }
    .sec01 .inr .text {
        width: auto;
    }
    .sec01 .inr .text h2 {
        font-size: 20px;
        line-height: 2.2;
        letter-spacing: 0.2em;
        margin-bottom: 20px;
    }
    .sec01 .inr .text p {
        font-size: 13px;
        letter-spacing: 0.1em;
    }
    .sec01 .inr .btn {
        width: auto;
        gap: 30px;
    }
    .sec01 .inr .btn a {
        width: 100%;
        font-size: 15px;
        height: 60px;
    }
    .sec01 .inr .btn a:after {
        width: 16px;
        height: 16px;
        margin-left: 15px;
    }
}

/*sec02----------------------------------------*/
.sec02 {
    background-color: white;
    padding: 0 0 200px;
}
.sec02 .slider {
    margin-bottom: 200px;
}
.sec02 .inr {
    width: 68%;
    margin: 0 16%;
}
.sec02 .inr .text {
    margin-bottom: 100px;
}
.sec02 .inr .text h2 {
    font-size: 26px;
    line-height: 2.2;
    letter-spacing: 0.25em;
    margin-bottom: 30px;
    -webkit-text-stroke: 0.2px black;
}
.sec02 .inr .text h2 span {
    display: block;
    font-size: 16px;
    letter-spacing: 0.25em;
    margin-bottom: 10px;
    -webkit-text-stroke: 0.1px black;
}
.sec02 .inr .text p {
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: 0.2em;
    -webkit-text-stroke: 0.1px black;
}
.sec02 .pickup,
.sec02 .shops {
    display: flex;
    align-items: center;
    gap: 60px;
}
.sec02 .pickup .ttl,
.sec02 .shops .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.25em;
    -webkit-text-stroke: 0.1px black;
    width: 150px;
    min-width: 150px;
    height: 150px;
    border-radius: 100%;
    border: solid 1px #808080;
}
.sec02 .pickup {
    margin-bottom: 80px;
}
.sec02 .pickup .conts {
    display: flex;
    max-width: 800px;
}
.sec02 .pickup .cont {
    width: 180px;
    border-right: solid 1px #e6e6e6;
    text-align: center;
}
.sec02 .pickup .cont:first-of-type {
    margin-left: -40px;
}
.sec02 .pickup .cont img {
    width: 120px;
    margin-bottom: 10px;
}
.sec02 .pickup .cont:last-of-type {
    border: none;
    padding-right: 0;
}
.sec02 .pickup .cont p {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.20em;
    -webkit-text-stroke: 0.1px black;
    padding-left: 0.25em;
    line-height: 1.5;
}
.sec02 .shops span {
    line-height: 2.5;
    font-size: 14px;
    letter-spacing: 0.25em;
    -webkit-text-stroke: 0.1px black;
    margin-right: 1em;
    display: inline-block;
}
.sec02 .shops span:before {
    /*content: "・";*/
}
.sec02 .shops p.cap {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0.25em;
    -webkit-text-stroke: 0.1px black;
}
@media screen and (max-width:1024px){
    .sec02 {
        padding: 0 0 100px;
    }
    .sec02 .inr {
        width: auto;
        margin: 0 8%;
    }
    .sec02 .slider {
        margin-bottom: 80px;
    }
    .sec02 .inr .text {
        margin-bottom: 50px;
    }
    .sec02 .inr .text h2 {
        font-size: 20px;
        line-height: 2.2;
        letter-spacing: 0.2em;
        margin-bottom: 20px;
    }
    .sec02 .inr .text h2 span {
        font-size: 14px;
        letter-spacing: 0.1em;
    }
    .sec02 .inr .text p {
        font-size: 13px;
        letter-spacing: 0.1em;
    }
    .sec02 .pickup,
    .sec02 .shops {
        flex-direction: column;
        gap: 40px;
    }
    .sec02 .pickup .ttl,
    .sec02 .shops .ttl {
        width: 130px;
        min-width: 130px;
        height: 130px;
    }
    .sec02 .pickup {
        margin-bottom: 20px;
    }
    .sec02 .pickup .conts {
        flex-wrap: wrap;
    }
    .sec02 .pickup .cont {
        width: 50%;
        border-right: none;
        margin-bottom: 40px;
    }
    .sec02 .pickup .cont:first-of-type {
        margin-left: 0;
    }
    .sec02 .pickup .cont img {
        width: 90%;
        max-width: 150px;
    }
    .sec02 .shops span {
        margin-right: 0;
    }
}
