.header__sp__content__fixed #btn_spmenu span {
    background-color: #fff;
}

.header__sp__content__fixed .menu__txt {

    color: #fff;
}

.header__sp__content__fixed .shop__txt {
    color: #fff;
}

.mv__wrap {
    /*  padding-top: 100vh; */
    /*  min-height: 100vh; */
    width: 100%;
}




.mv {
    position: fixed;
    top: 0;
    height: 100%;

    /*  max-height: 100vh;
    min-height: 100vh; */
    background-image: url('../img/top/mv-2.png');
    width: 100%;
    background-size: cover;
    background-position: center center;


}

.mv.img_none {
    background-image: none;
}



.mv__img__wrap {
    background-color: #EEEDEA;
    position: relative;
    margin-bottom: 0;
    /* clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%); */
}

.mv__img__wrap::after {}

.mv__g {
    content: '';
    /* 疑似要素には必須 */
    /* position: absolute; */
    left: 0;
    right: 0;
    /* bottom: -33px; */
    margin-top: -127px;
    /* 要素の下端からグラデーションの高さ分だけ下げる */
    height: 160px;
    /* グラデーションの高さ */
    background: linear-gradient(rgba(238, 237, 234, 0) 0%, #eeedea 100%);
    background: linear-gradient(to top, rgba(238, 237, 234, 1), rgba(238, 237, 234, 0));
    background: linear-gradient(to top,
            rgba(238, 237, 234, 1) 0%,
            /* グラデーション開始(下端) */
            rgba(238, 237, 234, 1) 80%,
            /* 50%の位置まで不透明を維持 */
            rgba(238, 237, 234, 0) 100%
            /* グラデーション終了(上端)で完全に透明 */
        );
    transform: skewY(-3deg);
    /* 負の値で左が下がる、正の値で右が下がる (角度は調整) */
    transform-origin: bottom;

    /*  z-index: 1; */

}

.top__content {
    position: relative;
    margin-top: calc(100vh + (559/752*100%));
    width: 100%;
}

.top__wrap {}





.mv__img-pc {
    display: none;

}

.fv__txt {
    position: absolute;
    width: calc(352/375*100%);
    left: 0;
    right: 0;
    top: 9%;
    margin: auto;
}

@media screen and (min-width: 477px) {
    .fv__txt {
        width: 400px;
    }
}

.access__btn {
    position: absolute;
    bottom: 12%;
    right: 27px;
    margin: auto;
    width: 56px;
}

.top {

    margin-top: -33px;
    position: relative;
    /* padding-bottom: calc(103.45/485*100%); */

}

.top__content01 {
    margin-top: -74px;
    color: #897C6A;
    text-align: center;
    padding-bottom: 33px;
}

.content__wrapper {}

.top__content01__en01 {
    font-family: "Monsieur La Doulaise", cursive;
    margin-bottom: 20px;
    font-size: 20px;

}

.top__content01__ttl__en {
    font-family: "Cormorant Upright", serif;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    line-height: calc(36/32);
    margin-bottom: 30px;
}

.top__content01__ttl {
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 40px;
}

.top__content01__txt {
    font-size: 16px;
    text-align: center;
    line-height: calc(26/14);
    font-weight: 600;
    margin-bottom: 40px;


}

.top__content01__txt__en {
    text-align: center;
    font-size: 14px;
    line-height: calc(16/12);
    font-family: "Afacad Flux", sans-serif;
    font-weight: 300;
}

.top__bg01 {
    background-color: #F7F4F0;
    position: relative;
    z-index: 1;
}

.common__bg01 {
    z-index: 3;
}

.common__bg01__wave {
    z-index: 2;
}

.common__bg01__wave::before {
    content: "";
    background-image: url('../img/top/about__bg02.png');
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 36px;
    width: 170px;
    height: 127.5px;
    z-index: 3;
    right: 0;
}

.content02 {
    background-image: url('../img/top/about__bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 240px;
    padding-bottom: 224px;
    margin-top: calc(85.45/375*100%*-1);
    background-position: center bottom;
    position: relative;
    filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.16));
}

/* .content02::before {
    content: "";
    background-image: url('../img/top/about__bg02.png');
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 36px;
    width: 170px;
    height: 127.5px;
    z-index: 3;
    right: 0;
} */

.content02::after {
    content: "";
    background-image: url('../img/top/about__bg03.png');
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -43px;
    width: 177px;
    height: 106.2px;
    z-index: 3;
    left: 0;
}

.top__ttl01 {
    font-family: "Kalnia", serif;
    font-size: 38px;
    font-weight: 500;
    color: #F6B6BE;
    text-align: center;
}

.top__ttl02 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
    color: #fff;
}

.top__ttl02_b {
    color: #403C3A;
}

.content02__txt {
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: calc(34/14);
    margin-top: 48px;
    margin-bottom: 72px;
}


.common__btn01 {
    border: 1px #fff solid;
    color: #fff;

}

.content03 {
    padding: 48px 0 40px;
}

.content03 {}

.top__content03__slider {
    margin-top: 30px;
}

.top__content03__slider__item {
    width: 186px;
    margin: 0 -3px;
}

.top__content03__slider__item__img {}

.top__content03__slider__item__ttl {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #332F2D;
    margin-top: 4px;
}

.common__btn02 {
    background-color: #383734;
    color: #fff;
}

.content03 .common__btn02 {
    margin-top: 12px;
}

.top__bg01__wave {
    position: relative;
    z-index: 10;
}

.content03__wave {
    position: relative;
}

.content03__wave::before {
    position: absolute;
    content: "";
    background-image: url('../img/top/content03__bg.png');
    right: 0;
    top: -36px;
    width: 198px;
    height: 118.8px;
    background-size: contain;
}

.content04 {
    padding-bottom: 24px;
    margin-top: calc(82.75/375*100%*-1);
    padding-top: calc((82.75/375*100%) + 32px);
    overflow: hidden;
}

.top__bg02 {
    background-color: #FBFAF8;

}

.top__content04__slider {
    position: relative;
}

.top__content04__slider::before {
    content: "";
    background-image: url('../img/top/top__content04__slider__card.png');
    position: absolute;
    width: 144px;
    height: 216px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
}

.top__content04__slider__item {
    width: 144px;
    height: 216px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 8px;

}

.top__content04__slider__item__img {
    position: relative;
    width: 120px;
    margin: 0 auto;
}

.top__content04__slider__img01 {
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.25));

}

.top__content04__slider__img02 {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.25));
    width: 100px;


}

.top__content04__slider__item__ttl {
    font-size: 12px;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    margin-top: 10px;
    font-weight: 400;
    color: #332F2D;
}

.content04 .common__btn {
    margin-top: 4.4px;
}

.content05 {
    padding-bottom: 14px;
    margin-top: calc(80/375*100%*-1);
    padding-top: calc((80/375*100%) + 40px);
    position: relative;
}

.content05__content {
    background-image: url('../img/top/news__bg.png');
    /* background-image: none; */
    background-size: 453px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 16px;
    padding: 49px 24px 64px;
    min-height: 550px;
    position: relative;
}

.news__list__wrap {
    max-width: 328px;
    margin: 0 auto;
}

.news__list {}

.news__list>li {
    position: relative;
    margin-bottom: 20px;
}

.news__list>li>a {
    position: relative;
    color: #332F2D;
}

.news__list__item__bg__wrap {
    /*  position: absolute;
    width: 100%; */
}

.news__list__item__bg01 {
    position: absolute;
    width: 100%;
    height: 100%;

}

.news__list__item__bg01::before {
    content: "";
    background-image: url('../img/top/news__list__bg03.png');
    background-size: contain;
    width: 24px;
    height: 28px;
    position: absolute;
    z-index: 10;
    transform: rotate(180deg);
    bottom: -0;
}

.news__list__item__bg01::after {
    content: "";
    background-image: url('../img/top/news__list__bg03.png');
    background-size: contain;
    width: 24px;
    height: 28px;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
}

.news__list__item__bg01 img {
    width: 24px;
    height: 28px;
}

.news__list__item__bg02 {
    position: relative;
    height: calc(100% - 56px);
}

.news__list__item__bg03 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.news__list__item__bg04 {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}

/* .news__list__item__bg01::before {
    content: "";
    background-image: url('../img/top/news__list__bg01.png');
    background-size: contain;
    width: 24px;
    height: 28px;
    position: absolute;
    z-index: 10;
} */

.news__list__item__bg02::before {
    content: "";
    background-image: url('../img/top/news__list__bg04.png');
    background-size: contain;
    height: calc(auto - 56px);
    left: 0;

    width: 24px;
    height: 100%;
    position: absolute;
    background-repeat: repeat;
    display: inline-block;
    top: 0;


    display: block;

    top: 0;
}

.news__list__item__bg02::after {
    content: "";
    background-image: url('../img/top/news__list__bg04.png');
    background-size: contain;
    height: calc(auto - 56px);
    right: 0;

    width: 24px;
    height: 100%;
    position: absolute;
    background-repeat: repeat;
    display: inline-block;
    top: 0;


    display: block;
    top: 0;
    transform: rotate(180deg);
}

.news__list__item__bg03::before {
    content: "";
    background-image: url('../img/top/news__list__bg01.png');
    background-size: contain;
    width: 24px;
    height: 28px;
    position: absolute;
    z-index: 10;
    transform: rotate(180deg);
    right: 0;
    bottom: -0;
}

.news__list__item__bg03::after {
    content: "";
    background-image: url('../img/top/news__list__bg02.png');
    background-size: contain;
    height: 23px;
    position: absolute;
    z-index: 10;
    width: 100%;
    width: calc(100% - 48px);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

.news__list__item__bg04::before {
    content: "";
    background-image: url('../img/top/news__list__bg02.png');
    background-size: contain;
    height: 23px;
    position: absolute;
    z-index: 10;
    width: 100%;
    width: calc(100% - 48px);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -0;
    transform: rotate(180deg);
}

.news__list__item__box {
    padding: 23px 24px;

}

.news__list__item__box__inner {
    background-color: rgba(255, 255, 255, 0.8);
    /*   opacity: 0.8; */
    /* padding: 0 13px; */
    display: flex;
    align-items: center;
}

.news__img {
    width: calc((100% - 12px)*0.243);
    padding-top: 22.8%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;

}

.news__img>img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50%);
}

.news__txtarea {
    margin-left: 12px;
    width: calc((100% - 12px)*0.777);
}

.news__txtarea__time {
    font-size: 12px;
    font-weight: 900;
    font-weight: 700;
}

.news__list__ttl {
    font-size: 14px;
    line-height: calc(24/14);
    font-family: "Zen Old Mincho", serif;
    font-weight: normal;
    display: -webkit-box;
    /* 必須 */
    -webkit-box-orient: vertical;
    /* 必須 */
    -webkit-line-clamp: 2;
    /* 行数を制限 */
    overflow: hidden;
    /* はみ出た部分を非表示 */

}

.common__btn03 {
    background-color: rgba(255, 255, 255, 0.8);
    color: #A39286;
    max-width: 152px;
    height: 34px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 32px;
}


.top__bg03__wave {
    position: relative;
}

.top__bg03__wave::before {
    position: absolute;
    content: "";
    background-image: url('../img/top/car.png');
    width: 150px;
    height: 67px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    right: 5px;
    top: 10px;
    left: auto;

}

.content06 {
    background-color: #A5E0DF;
    margin-top: calc(80/375*100%*-1);
    padding-top: calc((80 / 375 * 100%) + 42px);
    padding-bottom: 20px;
    background-color: #a7e3e2;

}

.content06__video {
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 375px;
    position: relative;
}

.content06__video>video {
    width: 100%;

}

.content06__link {
    position: absolute;
    top: 0;
    width: 100%;
}

.content06__link>a {
    border-radius: 100px;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;

}

/* .content06__link>a:nth-child(1) {
    top: 67px;
    left: 61px;
}

.content06__link>a:nth-child(2) {
    top: 138px;
    left: 104px;
}

.content06__link>a:nth-child(3) {
    top: 158px;
    left: 60px;
}

.content06__link>a:nth-child(4) {
    top: 182px;
    left: 80px;
}

.content06__link>a:nth-child(5) {
    top: 210px;
    left: 27px;
}

.content06__link>a:nth-child(6) {
    top: 228px;
    left: 46px;
}

.content06__link>a:nth-child(7) {
    top: 253px;
    left: 24px;
}

.content06__link>a:nth-child(8) {
    top: 129px;
    left: auto;
    right: 93px;
}

.content06__link>a:nth-child(9) {
    top: 158px;
    left: auto;
    right: 83px;
}

.content06__link>a:nth-child(10) {
    top: 200px;
    left: auto;
    right: 85px;
}

.content06__link>a:nth-child(11) {
    top: 242px;
    left: auto;
    right: 76px;
}

.content06__link>a:nth-child(12) {
    top: 192px;
    left: auto;
    right: 45px;
} */
.content06__link>a:nth-child(1) {
    top: 192px;
    left: auto;
    right: 45px;
}

.content06__link>a:nth-child(2) {
    top: 107px;
    left: 103px;
}

.content06__link>a:nth-child(3) {
    top: 46px;
    left: 216px;
}

.content06__link>a:nth-child(4) {
    top: 158px;
    left: auto;
    right: 83px;
}

.content06__link>a:nth-child(5) {
    top: 176px;
    left: 27px;
}

.content06__link>a:nth-child(6) {
    top: 67px;
    left: 61px;
}

.content06__link>a:nth-child(7) {
    top: 253px;
    left: 24px;
    display: none;
}

.content06__link>a:nth-child(8) {
    top: 129px;
    left: auto;
    right: 93px;
    display: none;
}

.content06__link>a:nth-child(9) {
    top: 158px;
    left: auto;
    right: 83px;
    display: none;
}

.content06__link>a:nth-child(10) {
    top: 200px;
    left: auto;
    right: 85px;
    display: none;
}

.content06__link>a:nth-child(11) {
    top: 242px;
    left: auto;
    right: 76px;
    display: none;
}

.content06__link>a:nth-child(12) {
    display: none;
}


.content06__link>a>img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.common__btn04 {
    background-color: #75BCBC;
    color: #fff;
}

.content07 {
    margin-top: calc(80/375*100%*-1);
    padding-top: calc((94.1 / 375 * 100%) + 48px);
    padding-bottom: 57px;
}

.content07__inner {
    position: relative;
}

.content07__slider {
    margin-top: 40px;
}

.content07__slider__item {
    width: 220px;
    margin: 0 20px;
}

.content07__slider__item>a {
    position: relative;
    color: #fff;
}

.content07__slider__item__inner {
    position: absolute;
    bottom: 24px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
}

.content07__slider__ttl {}

.content07__slider__btn {
    width: 100px;
    font-size: 14px;
    margin: 0 auto;
    text-align: left;
    margin-top: 8px;
}

.content07__slider__btn::after {
    content: "";
    background-image: url('../img/top/content07__slider__btn__arrow.svg');
    width: 100%;
    height: 7px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 5px;
}


/* .content07__slider .slide img {
    transform: scale(1);
    transition: transform .3s;
} */

.content07__slider__item {
    transition: transform .5s;
    transform: scale(0.91);
}

.content07__slider .slick-center {
    transition: transform .5s, margin-top .5s;
    transform: scale(1);
    margin-top: 10px;
}

.content07__slider .slick-list {
    height: 310px;
}

/* .content07__slider__item01 {
    transform: scale(1.1);
} */

.content07__slider__item01 {
    position: relative;
}

.content07__slider__item01::before {
    content: "";
    background-image: url('../img/top/hana.png');
    width: 95px;
    height: 126.67px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 100;
    top: -10px;
    left: -10px;
}




.top__bg05 {
    background-color: #FBFAF8;
    padding: 0 12px 29px;
}

.common__bg03__wave {
    position: relative;
}

.common__bg03__wave::before {
    content: "";
    background-image: url('../img/top/content08__bg.png');
    width: 120px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 0;
    /*  bottom: -100%; */
    top: calc((80 / 375 * 100% + 20px));
}

.content08 {
    margin-top: calc(80/375*100%*-1);
    padding-top: calc((80 / 375 * 100%) + 32px);
}

.content08__inner {}

.top__map__wrap {
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.123));

}

.top__map__wrap__sp {}

.top__map__wrap__pc {
    display: none;
}

.top__map {
    padding-top: min(77.5%, 272px);
    max-width: 352px;
    /* height: 272px; */
    mask-image: url('../img/top/map__mask.png');
    -webkit-mask-image: url('../img/top/map__mask.png');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-top: 22px;




}

.top__map iframe {



    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 250%;
    min-height: 250%;
    max-width: 250%;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50%);


}

.content08__address {
    line-height: calc(24/16);
    margin-bottom: 32px;
    font-family: "Zen Old Mincho", serif;
}




.content09 {
    padding: 0 15px;
    margin-top: 80px;
    position: relative;
}

.content09::before {
    content: "";
    background-image: url('../img/top/content09__bg.png');
    width: 106px;
    height: 108px;
    display: block;
    position: absolute;
    top: 0;
    background-size: contain;
    top: -9px;
    z-index: 1;
    left: 14px;
}

.content09__ttl {
    color: #F8D7D8;
}

.content09__box__wrap {
    /* background-color: rgb(0, 255, 157); */
    /*  width: 100%; */
    /*  overflow: hidden; */
}

.content09__box__bg-sp {
    /* display: inline-block; */
    /*   width: 100%; */
    /* vertical-align: top; */
    /* display: block; */
}

.content09__box {
    position: relative;
    background-color: #A3D6D6;


}

.content09__box__inner {
    position: relative;
    padding: calc(76px - 54px) calc(9/321*100%);
    /* background-color: #A3D6D6; */
}

.content09__box::before {
    content: "";
    background-image: url('../img/top/content09__box__bg02.svg');
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 100%;
}

.product__no-post {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 24px;
    border-radius: 100px;
    height: 40px;
}

@media screen and (min-width: 500px) {
    .content09::before {
        display: none;
    }

    .content09__box__bg-sp__wrap {
        position: relative;
        width: 100%;
    }

    .content09__box__bg-sp__wrap::before {
        content: "";
        background-image: url('../img/top/content09__bg.png');
        width: 106px;
        height: 108px;
        display: block;
        position: absolute;
        top: 0;
        background-size: contain;
        bottom: calc(53/320*100% - 56px);
        /*  bottom: -65%; */
        top: auto;
        z-index: 1;
        left: -2px;
    }
}

/* .content09__box::after {
    content: "";
    background-image: url('../img/top/content09__box__bg02.svg');
    width: calc((9/321)*100%);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(180deg);

} */

.content09__box__bg01-2 {
    transform: rotate(180deg);
}

.content09__list {
    margin-top: 32px;
}

.content09__list>li {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;


}

.content09__list__q__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content09__list__q, .content09__list__a {
    display: flex;
    line-height: calc(20/12);

}

.content09__list__q {
    /*  padding-bottom: 10px; */
}

.content09__list__r {
    font-size: 12px;
    font-family: "Zen Old Mincho", serif;
    color: #595757;


}

.content09__list__l {
    /* font-family: "Noto Sans JP", sans-serif; */
    font-size: 12px;
    font-weight: 500;
    color: #595757;
    margin-right: 4px;
}

.content09__list__q__icon {
    width: 32px;
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    border-radius: 100px;
    border: #000 1px solid;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Forum", serif;
    margin-left: 10px;
}

.content09__list__a {
    display: none;
    line-height: calc(20/12);
    border-top: 1px #707070 solid;
    padding-top: 10px;
    margin-top: 13px;
    padding-left: 17.94px;
    text-indent: -17.94px;
}

.content09 .common__btn05 {
    background-color: rgba(255, 255, 255, 0.8);
    color: #57A0A0;
    margin-top: 12px;
    margin-right: 0;
}

.content09__box__bg-pc {
    display: none;
}

.content10 {
    background-image: url('../img/top/recruit__bg.png');
    background-size: cover;
    margin-top: calc(80/375*100%*-1);
    padding-top: calc((80/375*100%) + 16px);
    padding-bottom: calc((80/375*100%) + 2.5px);
    background-position: center center;

}

.content10__txt {
    margin-top: 39px;
    text-align: center;
    color: #fff;
    line-height: calc(32/14);
    font-size: 16px;
    margin-bottom: 32px;
}



#lottie-container {}

.common__bg02 {
    z-index: 0;
}

.common__bg02__wave {
    position: relative;
    z-index: 1;
}

.common__bg02__wave::before {
    position: absolute;
    content: "";
    width: 153px;
    height: 166px;
    top: calc(80 / 375 * 100% - 14px);

    left: -42px;
    background-image: url("../img/top/news__flower.png");
    display: block;
    background-size: contain;
    z-index: 1000;
}

.content07__cs__txt {
    text-align: center;
    font-size: 32px;
    margin-top: 40px;
}


@media screen and (min-width: 768px) {
    .mv {
        background: none;
        height: auto;
    }

    .mv__img-sp {
        display: none;
    }

    .mv__img-pc {
        display: block;
    }

    .fv__txt {
        width: calc(440/1366*100%);
        top: 2.8%;
    }

    .top__content {
        position: relative;
        margin-top: calc(100vh + (259.84/1905*100%));
        width: 100%;
        padding-bottom: 0;
    }


    /*  */
    .top {

        margin-top: 0;
        position: relative;
        /* padding-bottom: calc(103.45/485*100%); */

    }

    .top__content01 {
        margin-top: -74px;
        color: #897C6A;
        text-align: center;
        padding-bottom: 80px;
        padding-top: 56px;
    }

    .content__wrapper {}

    .top__content01__en01 {
        font-family: "Monsieur La Doulaise", cursive;
        margin-bottom: 48px;
        font-size: 32px;

    }

    .top__content01__ttl__en {
        font-family: "Cormorant Upright", serif;
        text-align: center;
        font-size: 40px;
        font-weight: 600;
        line-height: calc(36/32);
        margin-bottom: 32px;
    }

    .top__content01__ttl {
        text-align: center;
        font-weight: 900;
        font-size: 24px;
        margin-bottom: 64px;
    }

    .top__content01__txt {
        font-size: 20px;
        text-align: center;
        line-height: calc(26/14);
        font-weight: 600;
        margin-bottom: 64px;


    }

    .top__content01__txt__en {
        text-align: center;
        font-size: 18px;
        line-height: calc(16/12);
        font-family: "Afacad Flux", sans-serif;
        font-weight: 300;
    }

    .top__bg01 {
        background-color: #F7F4F0;
    }

    .common__bg01__wave::before {
        content: "";
        background-image: url('../img/top/about__bg02.png');
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 52px;
        width: 340px;
        height: 255px;
        z-index: 3;
        right: 0;
    }

    .content02 {
        background-image: url('../img/top/about__bg-pc.png');
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 240px;
        padding-bottom: 209px;
        margin-top: calc(160/1365.84*100%*-1);
        background-position: center bottom;
        position: relative;
    }

    /* .content02::before {
        content: "";
        background-image: url('../img/top/about__bg02.png');
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 52px;
        width: 340px;
        height: 255px;
        z-index: 3;
        right: 0;
    } */

    .content02::after {
        content: "";
        background-image: url('../img/top/about__bg03.png');
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -57px;
        width: 354px;
        height: 212.4px;
        z-index: 3;
        left: 0;
    }

    .top__ttl01 {
        font-family: "Kalnia", serif;
        font-size: 64px;
        font-weight: 500;
        color: #F6B6BE;
        text-align: center;
    }

    .top__ttl02 {
        font-size: 28px;
        text-align: center;
        margin-top: 20px;
        color: #fff;
    }

    .top__ttl02_b {
        color: #403C3A;
    }

    .content02__txt {
        text-align: center;
        font-size: 16px;
        color: #fff;
        line-height: calc(34/14);
        margin-top: 64px;
        margin-bottom: 40px;
    }


    .common__btn01 {
        border: 1px #fff solid;
        color: #fff;


    }

    .common__btn01, .common__btn03 {
        transition: background-color .3s, border-color .3s;
    }

    .common__btn01:hover {
        background-color: #383734;
        border-color: #383734;
    }

    .common__btn03:hover {
        background-color: #383734e3;
        color: #fff;
    }

    .content03 {
        padding: 80px 0 90px;
    }

    .content03__inner {
        position: relative;
    }

    .top__content03__slider {
        margin-top: 64px;
    }

    .top__content03__slider__item {
        width: 260px;
        margin: 0 20px;
    }

    .top__content03__slider__item__img {}

    .top__content03__slider__item__ttl {
        text-align: center;
        font-size: 20px;
        color: #332F2D;
        margin-top: 4px;
    }

    .slider__arrow__wrap {
        position: absolute;
        bottom: 0;
        width: 100%;
        max-width: 1084px;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: -12px;
    }

    .common__btn02 {
        background-color: #383734;
        color: #fff;
        transition: background-color .3s, color .3s;
        border: 1px solid #383734;
    }

    .common__btn02:hover {
        background-color: transparent;
        color: #383734;
    }

    .content03 .common__btn02 {
        margin-top: 43px;
    }

    .top__bg01__wave {
        position: relative;
        z-index: 10;
    }

    .content03__wave {
        position: relative;
    }

    .content03__wave::before {
        position: absolute;
        content: "";
        background-image: url('../img/top/content03__bg.png');
        right: 0;
        top: -53px;
        width: 396px;
        height: 237.6px;
        background-size: contain;
    }

    .content04 {
        padding-bottom: 24px;
        margin-top: calc(160/1365.84*100%*-1);
        padding-top: calc((160/1365.84*100%) + 60px);
    }

    .top__content04__slider {
        position: relative;
    }

    .top__content04__slider::before {
        content: "";
        background-image: url('../img/top/top__content04__slider__card.png');
        position: absolute;
        width: 200px;
        height: 300px;
        margin: auto;
        background-repeat: no-repeat;
        background-size: contain;
        left: 0;
        right: 0;
        margin: auto;
    }

    .top__content04__slider__item {
        width: 200px;
        height: 300px !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0 15px;

    }

    .top__content04__slider__item__img {
        position: relative;
        width: 150px;
        margin: 0 auto;
    }

    .top__content04__slider__img01 {
        filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.25));

    }

    .top__content04__slider__img02 {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.25));
        width: 125px;


    }

    .top__content04__slider__item__ttl {
        font-size: 16px;
        text-align: center;
        font-family: "Zen Old Mincho", serif;
        margin-top: 12px;
        font-weight: 400;
        color: #332F2D;
    }

    .content04 .common__btn {
        margin-top: 26px;
    }

    .top__bg02 {
        background-color: #FBFAF8;
    }

    .content05 {
        padding-bottom: 14px;
        margin-top: calc(178.21/1365.84*100%*-1);
        padding-top: calc((178.21/1365.84*100%) + 64px);
    }

    .content05__content {
        margin: 0 auto;
        background-image: url('../img/top/news__bg.png');
        background-size: 453px;
        background-repeat: no-repeat;
        background-position: right 0 top;
        margin-top: 40px;
        padding: 30px 27px 80px;
        min-height: 550px;
        max-width: calc(756px + 56px + 324px);
    }

    .news__list__wrap {
        max-width: 756px;
        margin: 0 auto;
    }

    .news__list {}

    .news__list>li {
        position: relative;
        margin-bottom: 10px;
    }

    .news__list>li>a {
        position: relative;
        color: #332F2D;
    }

    .news__list__item__bg__wrap {
        /*  position: absolute;
        width: 100%; */
    }

    .news__list__item__bg01 {
        position: absolute;
        width: 100%;
        height: 100%;

    }

    .news__list__item__bg01::before {
        content: "";
        background-image: url('../img/top/news__list__bg03.png');
        background-size: contain;
        width: 24px;
        height: 28px;
        position: absolute;
        z-index: 10;
        transform: rotate(180deg);
        bottom: -0;
    }

    .news__list__item__bg01::after {
        content: "";
        background-image: url('../img/top/news__list__bg03.png');
        background-size: contain;
        width: 24px;
        height: 28px;
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
    }

    .news__list__item__bg01 img {
        width: 24px;
        height: 28px;
    }

    .news__list__item__bg02 {
        position: relative;
        height: calc(100% - 56px);
    }

    .news__list__item__bg03 {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
    }

    .news__list__item__bg04 {
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
    }

    /* .news__list__item__bg01::before {
        content: "";
        background-image: url('../img/top/news__list__bg01.png');
        background-size: contain;
        width: 24px;
        height: 28px;
        position: absolute;
        z-index: 10;
    } */

    .news__list__item__bg02::before {
        content: "";
        background-image: url('../img/top/news__list__bg04.png');
        background-size: contain;
        height: calc(auto - 56px);
        left: 0;

        width: 24px;
        height: 100%;
        position: absolute;
        background-repeat: repeat;
        display: inline-block;
        top: 0;


        display: block;

        top: 0;
    }

    .news__list__item__bg02::after {
        content: "";
        background-image: url('../img/top/news__list__bg04.png');
        background-size: contain;
        height: calc(auto - 56px);
        right: 0;

        width: 24px;
        height: 100%;
        position: absolute;
        background-repeat: repeat;
        display: inline-block;
        top: 0;


        display: block;
        top: 0;
        transform: rotate(180deg);
    }

    .news__list__item__bg03::before {
        content: "";
        background-image: url('../img/top/news__list__bg01.png');
        background-size: contain;
        width: 24px;
        height: 28px;
        position: absolute;
        z-index: 10;
        transform: rotate(180deg);
        right: 0;
        bottom: -0;
    }

    .news__list__item__bg03::after {
        content: "";
        background-image: url('../img/top/news__list__bg02.png');
        background-size: contain;
        height: 23px;
        position: absolute;
        z-index: 10;
        width: 100%;
        width: calc(100% - 48px);
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
    }

    .news__list__item__bg04::before {
        content: "";
        background-image: url('../img/top/news__list__bg02.png');
        background-size: contain;
        height: 23px;
        position: absolute;
        z-index: 10;
        width: 100%;
        width: calc(100% - 48px);
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -0;
        transform: rotate(180deg);
    }

    .news__list__item__box {
        padding: 23px 24px;

    }

    .news__list__item__box__inner {
        background-color: rgba(255, 255, 255, 0.8);
        /*   opacity: 0.8; */
        /* padding: 0 13px; */
        display: flex;
        align-items: center;
        padding: 7px 6px;
    }

    .news__img {
        max-width: 90px;
        min-width: 90px;
        padding-top: 90px;
    }

    .news__txtarea {
        margin-left: 30px;
        width: calc(100% - 90px - 30px);
    }

    .news__txtarea__time {
        font-size: 14px;
        font-weight: 900;
    }

    .news__list__ttl {
        font-size: 20px;
        line-height: calc(24/14);
        font-family: "Zen Old Mincho", serif;
        font-weight: normal;


        display: -webkit-box;
        /* 必須 */
        -webkit-box-orient: vertical;
        /* 必須 */
        -webkit-line-clamp: 1;
        /* 行数を制限 */
        overflow: hidden;
        /* はみ出た部分を非表示 */



    }

    .common__btn03 {
        background-color: rgba(255, 255, 255, 0.8);
        color: #A39286;
        max-width: 152px;
        height: 34px;
        margin-left: auto;
        margin-right: 0;
        margin-top: 20px;
    }

    .top__bg03__wave::before {
        position: absolute;
        content: "";
        background-image: url('../img/top/car.png');
        width: 299px;
        height: 133px;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        right: 42px;
        top: 0px;
        left: auto;

    }

    .content06 {
        margin-top: calc(160/1365.85*100%*-1);
        padding-top: calc((160/1365.85 * 100%) + 72px);
        padding-bottom: 72px;

    }

    .content06__video {
        width: 100%;
        max-width: 714px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 40px;


    }

    .content06__link>a {
        border-radius: 100px;
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        top: 0;

    }

    /* .content06__link>a:nth-child(1) {
        top: 127px;
        left: 116px;

    }

    .content06__link>a:nth-child(2) {
        top: 260px;
        left: 197px;

    }

    .content06__link>a:nth-child(3) {
        top: 302px;
        left: 118px;
    }

    .content06__link>a:nth-child(4) {
        top: 341px;
        left: 153px;
    }

    .content06__link>a:nth-child(5) {
        top: 397px;
        left: 50px;

    }

    .content06__link>a:nth-child(6) {
        top: 432px;
        left: 87px;
    }

    .content06__link>a:nth-child(7) {
        top: 478px;
        left: 51px;
    }

    .content06__link>a:nth-child(8) {
        top: 244px;
        left: auto;
        right: 178px;
    }

    .content06__link>a:nth-child(9) {
        top: 292px;
        left: auto;
        right: 159px;
    }

    .content06__link>a:nth-child(10) {
        top: 375px;
        left: auto;
        right: 161px;
    }

    .content06__link>a:nth-child(11) {
        top: 464px;
        left: auto;
        right: 143px;

    }

    .content06__link>a:nth-child(12) {
        top: 366px;
        left: auto;
        right: 87px;
    } */
    .content06__link>a:nth-child(1) {
        top: 366px;
        left: auto;
        right: 87px;

    }

    .content06__link>a:nth-child(2) {

        top: 198px;
        left: 196px;

    }

    .content06__link>a:nth-child(3) {
        top: 98px;
        left: 422px;
    }

    .content06__link>a:nth-child(4) {
        top: 300px;
        left: auto;
        right: 160px;
    }

    .content06__link>a:nth-child(5) {
        top: 335px;
        left: 50px;

    }

    .content06__link>a:nth-child(6) {
        top: 128px;
        left: 119px;
    }

    .content06__link>a:nth-child(7) {
        top: 478px;
        left: 51px;
        display: none;
    }

    .content06__link>a:nth-child(8) {
        top: 244px;
        left: auto;
        right: 178px;
        display: none;
    }

    .content06__link>a:nth-child(9) {
        top: 292px;
        left: auto;
        right: 159px;
        display: none;
    }

    .content06__link>a:nth-child(10) {
        top: 375px;
        left: auto;
        right: 161px;
        display: none;
    }

    .content06__link>a:nth-child(11) {
        top: 464px;
        left: auto;
        right: 143px;
        display: none;

    }

    .content06__link>a:nth-child(12) {
        display: none;
    }

    .common__btn04 {
        background-color: #75BCBC;
        color: #fff;
        border: 1px solid #75BCBC;
        transition: background-color .3s, color .3s, border-color .3s;
    }

    .common__btn04:hover {
        background-color: transparent;
        color: #383734;
        border-color: #383734;
    }

    .content07 {
        margin-top: calc(160/1365.82*100%*-1);
        padding-top: calc((160/1365.82 * 100%) + 64px);
        padding-bottom: 80px;
    }

    .content07__slider__item {
        width: 260px;
        margin: 0 20px;
    }

    .content07__slider .slick-list {
        height: 382.5px;
    }

    .content07__slider .slick-center {
        margin-top: 27.5px;
    }

    .content07__slider__item {
        transition: transform .5s;
        transform: scale(0.846);
    }

    .slider__arrow__wrap02 {
        position: static;
        margin-top: 21px;
        margin-bottom: 20px;
    }

    .common__bg03__wave::before {
        content: "";
        background-image: url('../img/top/content08__bg.png');
        width: 240px;
        height: 240px;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        right: 0;
        /*  bottom: -100%; */
        top: calc((160/1366.35 * 100%) - 75px);
    }

    .top__bg05 {
        background-color: #FBFAF8;
        padding: 0 27px 60px;
    }



    .content08 {
        margin-top: calc(160/1366.35*100%*-1);
        padding-top: calc((160/1366.35 * 100%) + 60px);
    }

    .content08__inner {
        display: flex;
        max-width: 900px;
        margin: 0 auto;
        align-items: start;
    }

    .content08__txtarea__pc {
        width: calc((100% - 140px)*0.4);
    }

    .content08__txtarea__pc .top__ttl01, .content08__txtarea__pc .top__ttl02 {
        text-align: left;
    }

    .content08__txtarea__pc .common__btn02 {
        margin: 0;
        margin-top: 44px;
    }

    .content08__address {
        font-size: 20px;
        margin-top: 48px;
    }

    .top__map__wrap__sp {
        display: none;
    }

    .top__map__wrap__pc {
        display: block;
        width: calc((100% - 140px)*0.6);
        margin-left: 140px;
    }

    .top__map {
        padding-top: min(77.5%, 440px);
        max-width: 440px;
        /* height: 272px; */
        mask-image: url('../img/top/map__mask.png');
        -webkit-mask-image: url('../img/top/map__mask.png');
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        margin: 0;
        position: relative;
        overflow: hidden;
        margin-top: 0;




    }

    .top__map iframe {



        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 250%;
        min-height: 250%;
        max-width: 250%;
        object-fit: cover;
        transform: translateY(-50%) translateX(-50%);


    }

    .content09 {
        margin: 0 auto;
        padding: 0 15px;
        margin-top: 210px;
        max-width: 810px;
    }

    .content09::before {
        content: "";
        background-image: url('../img/top/content09__bg.png');
        width: 212px;
        height: 216px;
        display: block;
        position: absolute;
        top: 0;
        background-size: contain;
        top: -55px;
        z-index: 1;
        left: 14px;
    }

    .content09__ttl {
        color: #F8D7D8;
    }

    .content09__box__wrap {
        /* background-color: #A3D6D6; */
        max-width: 810px;
        margin: 0 auto;
    }

    .content09__box__bg01-sp {
        display: none;
    }

    .content09__box {
        position: relative;
        background-color: #A3D6D6;


    }

    .content09__box__inner {
        position: relative;
        padding: calc(72px - 54px) calc(9/321*100%) calc(60px - 54px);
        /* background-color: #A3D6D6; */
    }

    .content09__box::before {
        content: "";
        background-image: url('../img/top/content09__box__bg02-pc.svg');
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: contain;
    }



    @media screen and (max-width: 870px) {
        .content09 {
            max-width: 645px;
        }

        .content09__box__wrap {
            max-width: 645px;
        }
    }

    /* .content09__box::after {
        content: "";
        background-image: url('../img/top/content09__box__bg02.svg');
        width: calc((9/321)*100%);
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(180deg);
    
    } */

    .content09__box__bg01-2 {
        transform: rotate(180deg);
    }

    .content09__list {
        max-width: 660px;
        margin: 0 auto;
        margin-top: 24px;
    }

    .content09__list>li {
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 16px;
        padding: 8px;
        margin-bottom: 16px;
        cursor: pointer;


    }

    .content09__list__q__wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .content09__list__q, .content09__list__a {
        display: flex;
        line-height: calc(20/12);
    }

    .content09__list__q {
        /*  padding-bottom: 10px; */
    }

    .content09__list__r {
        font-size: 16px;
        font-family: "Zen Old Mincho", serif;
        color: #595757;


    }

    .content09__list__l {
        /*   font-family: "Noto Sans JP", sans-serif; */
        font-size: 16px;
        font-weight: 500;
        color: #595757;
        margin-right: 4px;
    }

    .content09__list__q__icon {
        width: 32px;
        min-width: 32px;
        max-width: 32px;
        height: 32px;
        border-radius: 100px;
        border: #000 1px solid;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Forum", serif;
        margin-left: 10px;
    }

    .content09__list__a {
        display: none;
        line-height: calc(20/12);
        border-top: 1px #707070 solid;
        padding-top: 10px;
        margin-top: 13px;
        padding-left: 20.5px;
        text-indent: -20.5px;
    }

    .content09 .common__btn05 {
        background-color: rgba(255, 255, 255, 0.8);
        color: #57A0A0;
        margin-top: 20px;
        margin-right: auto;
        transition: background-color .3s, border-color .3s;
    }

    .common__btn05:hover {
        background-color: #383734e3;
        color: #fff;
    }

    .content09__box__bg-sp {
        display: none;
    }

    .content09__box__bg-pc {
        display: block;
    }

    .content09__box__bg-sp__wrap::before {
        display: none;
    }

    .content10 {
        background-image: url('../img/top/recruit__bg-pc.png');
        background-size: cover;
        margin-top: calc(160/1366*100%*-1);
        padding-top: calc((160/1366*100%) + 72px);
        padding-bottom: calc((160/1366*100%) + 11px);
        background-position: center center;

    }

    .content10__txt {
        margin-top: 39px;
        text-align: center;
        color: #fff;
        line-height: calc(32/14);
        font-size: 18px;
        margin-bottom: 40px;
    }

    .common__bg02__wave::before {
        position: absolute;
        content: "";
        width: 307px;
        height: 331px;
        top: 10px;

        left: -109px;
        background-image: url("../img/top/news__flower.png");
        display: block;
        background-size: contain;
        z-index: 1000;
    }

    .product__no-post {
        position: absolute;
        bottom: 0;
        top: 0;
        margin: auto;
        display: flex;
        align-items: center;
        background-color: transparent;
        padding: 0;
        border-radius: 0;
        height: auto;
    }

    .content07__cs__txt {
        text-align: center;
        font-size: 40px;
        margin-top: 80px;
    }

}