@charset "UTF-8";


/*================================================================
common - title
================================================================*/

.sec-title__wrap {
    margin-bottom: 55px;
}

.sec-title__icon {
    margin: 0 auto;
}

.sec-title--main {
    margin: 1em auto .5em;
}

.sec-title--en {
    display: block;
    text-align: center;
    color: #00A22C;
    font-size: clamp(1.2rem,1.7vw,1.6rem);
    letter-spacing: .15em;
}

@media screen and (min-width:768px) {
    .sec-title__wrap {
        margin-bottom: 95px;
    }

    .sec-title__icon {
        margin: 0 auto 5px;
    }
}


/*================================================================
mv
================================================================*/
#mv {
    position: relative;
    width: 100%;
    height: 96vh;
    min-height: 180vw;
    min-height: 180svw;
    max-height: calc(180vw + 350px);
    max-height: calc(180svw + 350px);
    overflow: hidden;
    background-color: #FAF0DC;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420.8 32'%3E%3Cpath fill='%23ffffff' d='M0 32h420.8l-1.4-.6c-16.7-11.5-37-23.8-72.2-24.5-29.2-4.2-70.1 11.9-132.6 7.6S121.4-6.1 67.5 2.5C15.8 10.7 1.5 29.9.4 31.4v.1L0 32z'/%3E%3C/svg%3E"), url(../img/bg_texture.png);
    background-position: center bottom, left top;
    background-repeat: no-repeat, repeat;
    background-size: 100svw, 300px;
}

#mv .slider {
    position: absolute;
    top: 22vw;
    top: 22svw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 700px;
    height: 55vh;
    min-height: 80vw;
    min-height: 80svw;
    max-height: 700px;
    overflow: hidden;
    background: transparent;
    mask-image: url(../img/fv_ph-frame.svg);
    -webkit-mask-image: url(../img/fv_ph-frame.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left 40% top 50%;
    mask-position: left 40% top 50%;
}

#mv .slider img {
    width: 100%;
    height: 55vh;
    min-height: 80vw;
    min-height: 80svw;
    max-height: 700px;
    object-fit: cover;
    object-position: left 40% top 50%;
}

@keyframes zoomUp {
    0% {
    transform: scale(1);
    }
    100% {
    transform: scale(1.13); /* 拡大率 */
    }
}

.slick-slide {
    transform: scale(1.0942);
}

.slick-slide.slick-current.animation {
    animation: zoomUp 8s linear 0s normal both;
}

.main-copy {
    position: absolute;
    top: calc(22vw + 55vh);
    top: calc(22svw + 55vh);
    left: 50%;
    transform: translate(-47%, -25%);
    width: 80%;
    max-width: 500px;
}

@media screen and (min-height:1300px) {
    #mv {
        max-height: 1220px;
    }
    .main-copy {
        top: 830px;
    }
}

/*
タブレット（画面幅700px以上で読み込む）
================================================================*/
@media screen and (min-width:700px) {
    #mv {
        min-height: 120vw;
        min-height: 120svw;
        max-height: calc(120vw + 350px);
        max-height: calc(120svw + 350px);
    }

    #mv .slider {
        top: 95px;
        transform: translate(-50%, 0);
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: left 40% top 90px;
        mask-position: left 40% top 90px;
    }

    .main-copy {
        top: calc(100px + 50vh);
        width: 56%;
    }

    @media screen and (max-height:1100px) {
        #mv .slider {
            -webkit-mask-position: left 40% top 50px;
            mask-position: left 40% top 50px;
        }
    }
    @media screen and (max-height:980px) {
        #mv .slider {
            -webkit-mask-position: left 40% top 0;
            mask-position: left 40% top 0;
        }
    }
    @media screen and (min-height:1200px) {
        #mv {
            max-height: 1100px;
        }
        .main-copy {
            top: 680px;
        }
    }
}
@media screen and (min-width:768px) {
    #mv {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1970.3 201.5'%3E%3Cpath fill='%23ffffff' d='M1657.6 37.4c-135.4-27.3-330.8 78.1-630.4 57.7S581.7-31.8 323.4 9.4 0 176.6 0 176.6v25h1970.3v-6c0-.1-72.4-118.7-312.7-158.2z'/%3E%3C/svg%3E"), url(../img/bg_texture.png);
    }
}

/*
PC（画面幅1024px以上で読み込む）
================================================================*/
@media screen and (min-width:1024px) {

    #mv {
        height: 90vh;
        min-height: 65vw;
        min-height: 65svw;
        max-height: calc(65vw + 350px);
        max-height: calc(65svw + 350px);
    }

    #mv .slider {
        top: 50%;
        transform: translate(-28%, -53%);
        width: 60%;
        max-width: 995px;
        height: auto;
        mask-size: contain;
        -webkit-mask-position: center center;
        mask-position: center center;
    }

    #mv .slider img {
        max-width: 995px;
        height: auto;
        object-fit: contain;
        object-position: center center;
    }

    .main-copy {
        top: 50%;
        transform: translate(-123%, -35%);
        width: 35%;
        max-width: 650px;
    }

}
@media screen and (min-width:1280px) {
    #mv {
        min-height: 60vw;
        min-height: 60svw;
    }
}


@media screen and (min-width:1536px) {
    #mv {
        min-height: 960px;
        max-height: calc(960px + 350px);
    }

    #mv .slider {
        transform: translate(-28%, -54%);
    }

    .main-copy {
        transform: translate(-123%, -38%);
    }
}
@media screen and (min-width:1700px) {
    #mv{
        min-height: 1050px;
        max-height: calc(1050px + 350px);
    }

    #mv .slider {
        transform: translate(-25%, -55%);
    }

    .main-copy {
        transform: translate(-115%, -45%);
    }
}


/*================================================================
about
================================================================*/

#about {
    background: #fff;
}

/*text*/

.about__lead-txt {
    font-size: clamp(2.2rem,3.22vw,3rem);
    font-weight: 900;
    letter-spacing: .07em;
    line-height: 1.9;
}
@media screen and (max-width:392px) {
    .about__lead-txt {
        font-size: clamp(2rem, 5.7vw, 3rem);
        letter-spacing: .05em;
    }
}
@media screen and (max-width:349px) {
    .about__lead-txt br {
        display: none;
    }
}

.about__main-txt {
    padding-top: 1.5em;
    font-size: clamp(1.6rem,2vw,2rem);
    line-height: 2;
}

/*logo-image*/

.nm-logo {
    margin: 2.3em auto .7em;
}

.logo-cont {
    position: relative;
    left: 50%;
    transform: translateX(-62%);
    width: 50%;
    max-width: 260px;
    height: 28vw;
    height: 28svw;
    max-height: 200px;
}

.logo-img {
    position: absolute;
    opacity: 0;
    animation: image-switch-animation 6s infinite;
}

.logo1 {
    top: 0;
    right: 0;
    width: 88%;
    animation-delay: 0s;
}
.logo2 {
    top: 8%;
    right: 0;
    width: 82%;
    animation-delay: 2s;
}
.logo3 {
    top: 15%;
    left: 0;
    width: 100%;
    animation-delay: 4s;
}

@keyframes image-switch-animation {
    0%{ opacity: 0;}
    20%{ opacity: 1;}
    30%{ opacity: 1;}
    60%{ opacity: 0;}
    100%{ opacity: 0;}
}

/*--------slider---------*/

#about .slider li {
    padding: 0 5%;
}

/*
PC（画面幅1024px以上で読み込む）
================================================================*/
@media screen and (min-width:1024px) {
    #about {
        padding-top: 80px;
    }

    .about__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-bottom: 50px;/*slider表示後は削除*/
    }

    .about__main-txt {
        padding-top: 2.6em;
        line-height: 2.4;
    }

    /*logo-image*/

    .nm-logo {
        position: sticky;
        margin: 120px 0 0;
        top: 33%;
        left: 11%;
        width: 32%;
    }

    .logo-cont {
        width: 100%;
        max-width: 450px;
    }

    .about__txt-wrap {
        width: 55%;
    }

    /*--------slider---------*/

    #about .slider {
        padding-top: 100px;
    }
}

/*================================================================
commitment
================================================================*/

#commitment {
    background-color: #FAF0DC;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 390.1 20'%3E%3Cpath fill='%23ffffff' d='m0 0 .2.1c2.1 1.4 36.4 23.8 91.1 14.3 121.7-30 173.6 8.6 235.4 5.4 61.4-3.2 62.7-15.9 63.4-19.7V0H0z'/%3E%3C/svg%3E"), url(../img/bg_texture.png), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 434.8 32.5'%3E%3Cpath fill='%23EBDAB8' d='M434.7 23.7c-.3-.3-1-1.2-2-1.5C422 18.5 375-3.7 323 .6c-32.6.3-66.5 11.2-114.9 17S150.9 9.8 98.6 6.9C51.5 4.2 13.2 27.4 1.2 30l-1.2.2v2.3h434.7v-8.8c.1.1.1.1 0 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat, no-repeat;
    background-position: center top, left top, center bottom;
    background-size: 100svw, 300px, 100svw;
}

#commitment .sec-title__icon {
    width: 8%;
    max-width: 40px;
    transform: translateX(.3em);
}

#commitment .sec-title--main {
    width: 37%;
    max-width: 190px;
}

.commitment__list {
    margin: 0 auto;
    max-width: 425px;
}

.commitment__list--item {
    margin: 0 auto 55px;
}

.commitment__title-wrap {
    padding-bottom: 1.2em;
    width: 100%;
    background-size: 6px 2px;
    background-image: linear-gradient(to right, #00A22C 2px, transparent 2px);
    background-repeat: repeat-x;
    background-position: left bottom;
}

.commitment__ph {
    width: 38%;
    max-width: 150px;
}

.commitment__title {
    width: 58%;
    text-align: center;
    transform: translateY(-.2em);
}

.commitment__title--num,
.commitment__title--txt {
    display: block;
    font-weight: 800;
}

.commitment__title--num {
    color: #00A22C;
    font-size: clamp(3rem,3.8vw,4rem);
    letter-spacing: .15em;
    line-height: 1.5;
}

.commitment__title--txt {
    font-size: clamp(2rem,3vw,2.6rem);
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.6;
}

@media screen and (max-width:366px) {
    .commitment__title--txt br {
        display: none;
    }
}

.commitment__main-txt {
    padding-top: 1.1em;
    width: 100%;
    line-height: 1.8;
}

/*our vision*/

.vision {
    padding: 1.3em 2.5em 1.2em;
    border: solid 1px #00A22C;
    border-radius: 30px;
}

.vision__title--en,
.vision__title--txt {
    display: block;
    text-align: center;
    color: #00A22C;
}

.vision__title--en {
    padding-bottom: .3em;
    font-size: clamp(1.2rem,1.35vw,1.4rem);
    letter-spacing: .15em;
}

.vision__title--txt {
    padding-bottom: .8em;
    font-size: 93%;
    letter-spacing: .1em;
}

.vision p {
    font-size: clamp(1.4rem,1.7vw,1.8rem);
}

/*
TABLET（画面幅768px以上で読み込む）
================================================================*/
@media screen and (min-width:768px) {

    #commitment {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1999.5 102.7'%3E%3Cpath fill='%23ffffff' d='M0 0v.5s177.8 124 467.4 73.7c624.2-153.8 890.1 44.2 1206.9 27.5S1995.6 19.3 1999.5.5V0H0z'/%3E%3C/svg%3E"), url(../img/bg_texture.png), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2074.2 150.9'%3E%3Cpath fill='%23EBDAB8' d='M2074.2 115.4c.1.2.1-.2-.5-.9-2-2-6.1-6.2-11.2-7.9-49.9-17.6-272.8-124.5-519.7-104C1388 4 1227 56.4 997.3 84.6S725.1 47.5 477.1 33.3C257.3 20.7 77.5 128.6 16.5 144 9.1 145.9.1 147.8 0 150.1v.7h2074.4v-.9l-.2-34.5z'/%3E%3C/svg%3E");
    }

    .commitment__list {
        max-width: 100%;
    }

    .commitment__list--item {
        margin: 0 auto 90px;
        max-width: 950px;
    }

    .commitment__txt-area {
        width: 67%;
        max-width: 555px;
        transform: translateY(-.5em);
    }

    .commitment__ph {
        width: 28%;
        max-width: 330px;
    }

    .commitment__title,
    .commitment__main-txt {
        width: 100%;
    }

    .commitment__title {
        padding-bottom: 1.2em;
        background-size: 6px 3px;
        background-image: linear-gradient(to right, #00A22C 3px, transparent 3px);
        background-repeat: repeat-x;
        background-position: left bottom;
    }
}

/*
PC（画面幅1024px以上で読み込む）
================================================================*/
@media screen and (min-width:1024px) {
    #commitment .sec-title__icon {
        width: 4.5%;
        max-width: 45px;
    }

    #commitment .sec-title--main {
        width: 22%;
        max-width: 220px;
    }

    .commitment__list--item {
        margin: 0 auto 120px;
    }

    .commitment__ph {
        width: 34%;
    }

    .commitment__title--num {
        padding-bottom: .15em;
    }

    .commitment__main-txt {
        line-height: 1.9;
    }

    /*our vision*/

    .vision {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        padding: 1.3em 2em 1.2em 2em;
        max-width: 910px;
    }

    .vision__title {
        margin-right: 45px;
        white-space: nowrap;
    }

    .vision__title--txt {
        padding-bottom: 0;
    }

}

/*================================================================
line up
================================================================*/

#lineup {
    background: #EBDAB8 url(../img/bg_texture.png);
}

#lineup .sec-title__icon {
    width: 10%;
    max-width: 45px;
}

#lineup .sec-title--main {
    width: 37%;
    max-width: 190px;
}

/*list*/

.scroll_wrap {
    position: relative;
    padding-bottom: 30px;
    overflow-x: auto;
}

/*スクロールバー*/
.scroll_wrap::-webkit-scrollbar {
    height: 5px;
    background: none;
}

.scroll_wrap::-webkit-scrollbar-thumb {
    background-color: #b8b8b856;
    border-radius: 100vh;
}

.lineup__list {
    display: flex;
    flex-wrap: nowrap;
	will-change: auto;
    padding: 0 10vw;
    padding: 0 10svw;
    width: 700%;
    max-width: max-content;
}
@media screen and (max-width:360px) {
    .lineup__list {
        padding: 0;
    }
}

.lineup__list--item {
    padding: 0 12px;
    width: 90%;
    min-width: 286px;
    max-width: 310px;
    height: fit-content;
}

.lineup-item__inner {
    padding: 20px;
    background: #fff;
    border-radius: 35px;
    text-align: center;
}

.lineup-name {
    margin: 1em 0 .6em;
    font-size: clamp(2rem,2.2vw,2.4rem);
    font-weight: 700;
}

.lineup-ex {
    display: inline-block;
    text-align: left;
}

.lineup__list--item dl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
}

.lineup__list--item dt {
    margin-right: .6em;
    padding: 0 .6em;
    color: #fff;
    font-size: 90%;
    font-weight: 500;
    background: #00A22C;
    border-radius: 100vh;
}

/*comment*/

#lineup .comment {
    margin-top: 10vw;
    margin-top: 10svw;
    text-align: center;
    letter-spacing: .1em;
    line-height: 2;
}

@media screen and (max-width:770px) {

    #lineup br.sp {
        display: block !important;
    }
}

/*
TABLET（画面幅768px以上で読み込む）
================================================================*/
@media screen and (min-width:768px) {

    .lineup__list--item {
        padding: 0 25px;
        min-width: 400px;
        max-width: 410px;
    }

    .lineup-item__inner {
        padding: 23px;
    }
}

/*
PC（画面幅1024px以上で読み込む）
================================================================*/
@media screen and (min-width:1024px) {

    #lineup .sec-title__wrap.scroll_adjust {
        margin: 0;
    }

    #lineup .sec-title__icon {
        width: 4.9%;
        max-width: 52px;
    }

    #lineup .sec-title--main {
        width: 22%;
        max-width: 215px;
    }

    /*list*/

    .scroll_wrap.scroll_adjust {
        padding-bottom: 0;
        overflow: hidden;
    }

    .lineup__list.scroll_adjust {
        padding: 16svh 0 0 20%;
    }

    /*comment*/
    #lineup .comment {
        margin-top: 130px;
    }
}

@media screen and (min-width:1440px) {
    .lineup__list.scroll_adjust {
        padding: 125px 0 0 20%;
    }
}

/*================================================================
voices
================================================================*/

#voices {
    background-color: #FAF0DC;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420.8 32'%3E%3Cpath fill='%23ffffff' d='M0 32h420.8l-1.4-.6c-16.7-11.5-37-23.8-72.2-24.5-29.2-4.2-70.1 11.9-132.6 7.6S121.4-6.1 67.5 2.5C15.8 10.7 1.5 29.9.4 31.4v.1L0 32z'/%3E%3C/svg%3E"), url(../img/bg_texture.png), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 390.1 20'%3E%3Cpath fill='%23EBDAB8' d='m0 0 .2.1c2.1 1.4 36.4 23.8 91.1 14.3 121.7-30 173.6 8.6 235.4 5.4 61.4-3.2 62.7-15.9 63.4-19.7V0H0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat, no-repeat;
    background-position: center bottom, left top, center top;
    background-size: 100svw, 300px, 100svw;
}

#voices .sec-title__icon {
    width: 9%;
    max-width: 42px;
    transform: translateX(.3em);
}

#voices .sec-title--main {
    width: 42%;
    max-width: 250px;
}

/*list*/

.voices__list--item {
    margin-top: 30px;
    padding: 20px 30px 20px;
    background: #fff;
    border-radius: 30px;
}

.person-info {
    display: flex;
    align-items: end;
    margin-bottom: 1em;
}

.person-icon {
    margin-right: 1.2em;
    width: 20%;
    max-width: 70px;
}

.person-txt {
    font-size: 95%;
}

/*
TABLET（画面幅768px以上で読み込む）
================================================================*/
@media screen and (min-width:768px) {
    #voices {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1970.3 201.5'%3E%3Cpath fill='%23ffffff' d='M1657.6 37.4c-135.4-27.3-330.8 78.1-630.4 57.7S581.7-31.8 323.4 9.4 0 176.6 0 176.6v25h1970.3v-6c0-.1-72.4-118.7-312.7-158.2z'/%3E%3C/svg%3E"), url(../img/bg_texture.png), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1999.5 102.7'%3E%3Cpath fill='%23EBDAB8' d='M0 0v.5s177.8 124 467.4 73.7c624.2-153.8 890.1 44.2 1206.9 27.5S1995.6 19.3 1999.5.5V0H0z'/%3E%3C/svg%3E");
    }
}

/*
PC（画面幅1024px以上で読み込む）
================================================================*/
@media screen and (min-width:1024px) {

    #voices .pb30 {
        padding-bottom: 150px;
    }

    #voices .sec-title__icon {
        width: 5%;
        max-width: 50px;
    }

    #voices .sec-title--main {
        width: 30%;
        max-width: 290px;
    }

    /*list*/

    .voices__list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .voices__list--item {
        padding: 30px 55px 40px;
        width: 47.5%;
        height: fit-content;
    }

    .voices__list--item:first-child,
    .voices__list--item:nth-child(2) {
        margin-top: 0px;
    }

    .voices__list--item:nth-child(3),
    .voices__list--item:last-child {
        margin-top: 50px;
    }

    .voices__list--item:nth-child(2),
    .voices__list--item:last-child {
        transform: translateY(60px);
    }

    .person-icon {
        max-width: 85px;
    }
}

/*================================================================
shop info
================================================================*/

#shop {
    background: #fff;
}

#shop .sec-title__icon {
    margin-bottom: 5px;
    width: 6.5%;
    max-width: 30px;
}

#shop .sec-title--main {
    width: 42%;
    max-width: 250px;
}

#shop .announce {
    text-align: center;
    letter-spacing: .05em;
}

#shop section {
    margin: 0 auto;
    max-width: 800px;
}

.location-name {
    display: flex;
    margin-bottom: .2em;
    color: #00A22C;
    font-weight: 700;
    font-size: clamp(2rem,3vw,2.6rem);
    letter-spacing: .07em;
}

.location-name::before {
    display: block;
    content: "";
    margin-right: .5em;
    width: .3em;
    height: 1.1em;
    background: #00A22C;
}

.shop__list--item {
    padding: 25px 0;
    background-size: 6px 2px;
    background-image: linear-gradient(to right, #00A22C 2px, transparent 2px);
    background-repeat: repeat-x;
    background-position: left bottom;
}

.shop__list--item:last-child {
    background: none;
}

.shop__list--item p {
    margin-bottom: .5em;
    font-weight: 700;
}

.shop__list--item dl .flex {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    font-size: 90%;
    line-height: 1.5;
}

.shop__list--item dl .flex.tel {
    margin-top: .2em;
    letter-spacing: .08em;
}

.shop__list--item dt {
    margin-right: 1em;
    white-space: nowrap;
}

/*online btn*/

.induction {
    margin-bottom: .5em;
    text-align: center;
    font-size: clamp(1.8rem,2vw,2.2rem);
    font-weight: 700;
}

.online-shop__btn {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 420px;
    border-radius: 100vh;
}

.online-shop__btn::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0.3rem, -1rem);
    transform: translate3d(0, 0.3rem, -1rem);
    background: #00A22C;
    border-radius: 50px;
    z-index: 9;
}

.btn--txt {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: .8em 1em;
    font-size: clamp(2.6rem,3.3vw,3.8rem);
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.3;
    border: solid 3px #00A22C;
    border-radius: 50px;
    background: #fff url(../img/onlineshop_arrow.svg) no-repeat right 1em center / .6em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
}

@media screen and (max-width:360px) {
    .btn--txt {
        padding: 1em 2em 1em .8em;
    }
}

.online-shop__btn {
    margin-bottom: 25px;
}
.online-shop__btn .btn--text {
    background: #F89C40;
}

.online-shop__btn:hover {
    -webkit-transform: translate(0, 0.5rem);
    transform: translate(0, 0.5rem);
    opacity: .8;
}

.online-shop__btn:hover::before {
    -webkit-transform: translate3d(0, 0., -1rem);
    transform: translate3d(0, 0, -1rem);
}

.online-shop__btn:active {
    -webkit-transform: translate(0rem, 0.75rem);
    transform: translate(0rem, 0.75rem);
}


/*
PC（画面幅768px以上で読み込む）
================================================================*/
@media screen and (min-width:768px) {

    .shop__list--item {
        background-size: 6px 3px;
        background-image: linear-gradient(to right, #00A22C 3px, transparent 3px);
        background-repeat: repeat-x;
        background-position: left bottom;
    }

    .online-shop__btn {
        width: 60%;
        max-width: 480px;
    }

    .btn--txt {
        padding: .6em 1em;
        border: solid 4px #00A22C;
    }
}

/*
PC（画面幅1024px以上で読み込む）
================================================================*/
@media screen and (min-width:1024px) {

    #shop {
        padding-top: 50px;
    }

    #shop .sec-title__icon {
        width: 3.5%;
        max-width: 36px;
    }

    #shop .sec-title--main {
        width: 30%;
        max-width: 290px;
    }
}

/*================================================================
company
================================================================*/

#company {
        background-color: #FAF0DC;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 390.1 20'%3E%3Cpath fill='%23ffffff' d='m0 0 .2.1c2.1 1.4 36.4 23.8 91.1 14.3 121.7-30 173.6 8.6 235.4 5.4 61.4-3.2 62.7-15.9 63.4-19.7V0H0z'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 434.8 32.5'%3E%3Cpath fill='%23ffffff' d='M434.7 23.7c-.3-.3-1-1.2-2-1.5C422 18.5 375-3.7 323 .6c-32.6.3-66.5 11.2-114.9 17S150.9 9.8 98.6 6.9C51.5 4.2 13.2 27.4 1.2 30l-1.2.2v2.3h434.7v-8.8c.1.1.1.1 0 0z'/%3E%3C/svg%3E"), url(../img/bg_texture.png);
        background-repeat: no-repeat, no-repeat, repeat;
        background-position: center top, center bottom, left top;
        background-size: 100svw, 100svw, 300px;
}

#company .sec-title__icon {
    width: 9.5%;
    max-width: 42px;
}

#company .sec-title--main {
    width: 37%;
    max-width: 190px;
}

.company-info {
    margin: 0 auto;
    max-width: 800px;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.company-info .flex {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 20px 0;
    border-bottom: solid 1px #00A22C;
    word-break: break-all;
}

.company-info .flex:first-child {
    padding-top: 0;
}

.company-info dt {
    padding-right: 25px;
    width: 25%;
    min-width: 90px;
    white-space: nowrap;
}

.company-info .spacing dt {
    letter-spacing: .15em;
}

.company-info dd {
    width: 75%;
}

.company-info a {
    display: inline;
    text-decoration: underline;
}

.contact-address {
    margin: 0 auto;
    padding: 30px 7%;
    max-width: 700px;
    text-align: center;
    color: #fff;
    background: #00A22C;
    border-radius: 30px;
}

.phone-num,
.mail {
    display: inline-block;
}

.phone-num {
    margin-bottom: 15px;
    padding-left: 1.2em;
    font-size: clamp(3.8rem,6.2vw,7.1rem);
    letter-spacing: .05em;
    line-height: 1.2;
    background: url(../img/company_phone-icon.svg) no-repeat left .15em center/ .55em;
}

.mail {
    padding-left: 3em;
    font-size: clamp(1.6rem,2.6vw,3rem);
    letter-spacing: .04em;
    background: url(../img/company_maill-icon.svg) no-repeat left center/ 2.2em;
}

/*
TABLET（画面幅768px以上で読み込む）
================================================================*/
@media screen and (min-width:768px) {
    #company {
        background-color: #FAF0DC;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1999.5 102.7'%3E%3Cpath fill='%23ffffff' d='M0 0v.5s177.8 124 467.4 73.7c624.2-153.8 890.1 44.2 1206.9 27.5S1995.6 19.3 1999.5.5V0H0z'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2074.2 150.9'%3E%3Cpath fill='%23ffffff' d='M2074.2 115.4c.1.2.1-.2-.5-.9-2-2-6.1-6.2-11.2-7.9-49.9-17.6-272.8-124.5-519.7-104C1388 4 1227 56.4 997.3 84.6S725.1 47.5 477.1 33.3C257.3 20.7 77.5 128.6 16.5 144 9.1 145.9.1 147.8 0 150.1v.7h2074.4v-.9l-.2-34.5z'/%3E%3C/svg%3E"), url(../img/bg_texture.png);
    }
    .company-info .flex {
        padding: 27px 0;
    }

    .contact-address {
        padding: 40px;
    }

    .contact-info {
        white-space: nowrap;
    }
}


/*
PC（画面幅1024px以上で読み込む）
================================================================*/
@media screen and (min-width:1024px) {
    #company .sec-title__icon {
        width: 4.6%;
        max-width: 52px;
    }

    #company .sec-title--main {
        width: 22%;
        max-width: 220px;
    }
}


