
/*kv----------------------------------------*/
.kv-bg {
    background: fixed url(/sweets/images/kv.webp) no-repeat center center;
    background-size: cover;
}
@media screen and (max-width:1024px){
    .kv-bg {
        background: fixed url(/sweets/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;
    gap: 20px;
    width: 68%;
    margin: 0 16%;
}
.sec01 .inr .text {
    width: 47%;
}
.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.2em;
    -webkit-text-stroke: 0.1px black;
}
.sec01 .inr .text p span {
    display: inline-block;
}
.sec01 .inr .btn {
    width: 47%;
    min-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.sec01 .inr .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 460px;
    color: black;
    font-size: 20px;
    letter-spacing: 0.15em;
    -webkit-text-stroke: 0.2px black;
    height: 110px;
    border: solid 1px black;
}
.sec01 .inr .btn a:after {
    content: "";
    background: url(/common/images/arrow_d.svg) no-repeat center right;
    background-size: cover;
    width: 18px;
    height: 18px;
    margin-left: 18px;
    transition: .3s;
}
.sec01 .inr .btn a:hover {
    opacity: .5;
}
@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;
        margin-bottom: 50px;
    }
    .sec01 .inr .text p span {
        display: inline;
    }
    .sec01 .inr .btn {
        width: auto;
        min-width: auto;
        gap: 30px;
    }
    .sec01 .inr .btn a {
        width: 100%;
        font-size: 15px;
        letter-spacing: 0.1em;
        height: 60px;
    }
    .sec01 .inr .btn a span {
        text-align: left;
        width: 245px;
    }
    .sec01 .inr .btn a:after {
        width: 16px;
        height: 16px;
        margin-left: 5px;
    }
}

/*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.25em;
    -webkit-text-stroke: 0.1px black;
}
.sec02 .inr .text p span {
    display: inline-block;
}
.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;
    flex-wrap: wrap;
    max-width: 840px;
    margin-left: -40px;
}
.sec02 .pickup .cont {
    width: 160px;
    border-right: solid 1px #e6e6e6;
    text-align: center;
    margin: 15px 0;
}
.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 .inr .text p span {
        display: inline;
    }
    .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 {
        margin-left: 0;
    }
    .sec02 .pickup .cont {
        width: 50%;
        border-right: none;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .sec02 .pickup .cont img {
        width: 90%;
        max-width: 150px;
    }
    .sec02 .shops span {
        margin-right: 0;
    }
}

/*sec03----------------------------------------*/
.sec03 {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 70px;
}
.sec03 .ttl {
    height: 520px;
    width: 100%;
    background: url(/sweets/images/img_01.jpg) no-repeat top -120px right;
    background-size: cover;
    margin-bottom: 150px;
}
.sec03 .ttl_inr {
    background-color: white;
    width: 30%;
    height: 100%;
    margin-left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec03 .ttl_inr h2 {
    writing-mode: vertical-rl;
    font-feature-settings: initial;
    font-size: 26px;
    letter-spacing: 0.1em;
    -webkit-text-stroke: 0.3px black;
    line-height: 2;
}
.sec03 .inr h3 {
    font-size: 20px;
    letter-spacing: 0.2em;
    -webkit-text-stroke: 0.1px black;
    line-height: 2;
    text-align: center;
    margin-bottom: 140px;
}
.sec03 .inr .box {
    margin-bottom: 130px;
}
.sec03 .inr .box h4 {
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 1.8;
    margin-bottom: 15px;
}
.sec03 .inr .box p {
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 2;
    margin-bottom: 45px;
}
.sec03 .inr .box ul {
    border-left: solid 1px black;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.sec03 .inr .box ul li {
    font-size: 14px;
    letter-spacing: 0.2em;
}
.sec03 .inr .box ul li span {
    font-size: 12px;
} 
@media screen and (max-width:1024px){
    .sec03 {
        padding-bottom: 50px;
    }
    .sec03 .ttl {
        height: auto;
        margin-top: 0;
        margin-bottom: 40px;
        background: url(/sweets/images/img_01.jpg) no-repeat top right;
        background-size: contain;
    }
    .sec03 .ttl_inr {
        width: auto;
        height: auto;
        padding: 50px 8% 0;
        margin: 50% auto 0;
        display: block;
    }
    .sec03 .ttl_inr h2 {
        writing-mode: horizontal-tb;
        font-size: 20px;
        margin: 0 auto;
    }
    .sec03 .inr h3 {
        font-size: 16px;
        letter-spacing: 0.15em;
        line-height: 2;
        text-align: left;
        margin: 0 8% 40px;
    }
    .sec03 .inr .box {
        margin: 0 8% 45px;
    }
    .sec03 .inr .box h4 {
        font-size: 16px;
        letter-spacing: 0.1em;
    }
    .sec03 .inr .box p {
        font-size: 13px;
        letter-spacing: 0.1em;
        line-height: 2;
        margin-bottom: 30px;
    }
    .sec03 .inr .box ul {
        gap: 15px;
    }
    .sec03 .inr .box ul li {
        font-size: 13px;
        letter-spacing: 0.1em;
        line-height: 1.6;
    }
    .sec03 .inr .box ul li span {
        font-size: 11px;
    } 
}

/*sec04----------------------------------------*/
.sec04 {
    background-color: white;
    padding: 0 0 200px;
}
.sec04 .slider {
    margin-bottom: 200px;
}
.sec04 .inr {
    width: 68%;
    margin: 0 16%;
}
.sec04 .inr .text {
    margin-bottom: 100px;
}
.sec04 .inr .text h2 {
    font-size: 26px;
    line-height: 2.2;
    letter-spacing: 0.25em;
    margin-bottom: 30px;
    -webkit-text-stroke: 0.2px black;
}
.sec04 .inr .text h2 span {
    display: block;
    font-size: 16px;
    letter-spacing: 0.25em;
    margin-bottom: 10px;
    -webkit-text-stroke: 0.1px black;
}
.sec04 .inr .text p {
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: 0.25em;
    -webkit-text-stroke: 0.1px black;
}
.sec04 .pickup,
.sec04 .shops {
    display: flex;
    align-items: center;
    gap: 60px;
}
.sec04 .pickup .ttl,
.sec04 .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;
}
.sec04 .pickup {
    margin-bottom: 80px;
}
.sec04 .pickup .conts {
    display: flex;
    flex-wrap: wrap;
    max-width: 840px;
    margin-left: -40px;
}
.sec04 .pickup .cont {
    width: 160px;
    border-right: solid 1px #e6e6e6;
    text-align: center;
    margin: 15px 0;
}
.sec04 .pickup .cont img {
    width: 120px;
    margin-bottom: 10px;
}
.sec04 .pickup .cont:last-of-type {
    border: none;
    padding-right: 0;
}
.sec04 .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;
}
.sec04 .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;
}
.sec04 .shops span:before {
    content: "・";
}
.sec04 .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){
    .sec04 {
        padding: 0 0 100px;
    }
    .sec04 .inr {
        width: auto;
        margin: 0 8%;
    }
    .sec04 .slider {
        margin-bottom: 80px;
    }
    .sec04 .inr .text {
        margin-bottom: 50px;
    }
    .sec04 .inr .text h2 {
        font-size: 20px;
        line-height: 2.2;
        letter-spacing: 0.2em;
        margin-bottom: 20px;
    }
    .sec04 .inr .text h2 span {
        font-size: 14px;
        letter-spacing: 0.1em;
    }
    .sec04 .inr .text p {
        font-size: 13px;
        letter-spacing: 0.1em;
    }
    .sec04 .pickup,
    .sec04 .shops {
        flex-direction: column;
        gap: 40px;
    }
    .sec04 .pickup .ttl,
    .sec04 .shops .ttl {
        width: 130px;
        min-width: 130px;
        height: 130px;
    }
    .sec04 .pickup {
        margin-bottom: 20px;
    }
    .sec04 .pickup .conts {
        margin-left: 0;
    }
    .sec04 .pickup .cont {
        width: 50%;
        border-right: none;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .sec04 .pickup .cont img {
        width: 90%;
        max-width: 150px;
    }
    .sec02 .shops span {
        margin-right: 0;
    }
}