@charset "UTF-8";

body {
    opacity: .1;
    animation: bodyAppear .3s .3s forwards;
}

@keyframes bodyAppear {
    0% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}


@media screen and (min-width:768px) {}

@media screen and (min-width:1025px) {}

/*============================
	kv 
============================*/

.kv__main {
    padding: 0px 0 0px;
    background: #111111;
}

.kv__swiper {
    width: 100%;
    margin: 0 auto;
}

.kv__img {
    width: 100%;

    & img {
        width: 100%;
        height:600px;
        object-fit:cover;
    }
}


.kv__copy {
    width: fit-content;
    z-index: 99;
    white-space: nowrap;
    position:absolute;
    top:120px;
    left:0;
    right:0;
    color: #fff;
    margin: 1em auto 0;

    .txt {
        white-space: nowrap;
    }

    .container {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    .txt01 {
        font-size: 1.4rem;
        position: relative;
        height: fit-content;
        letter-spacing: .075em;

        &::before {
            content: "";
            position: absolute;
            width: 1px;
            height: 2em;
            background-color: #fff;
            left: 50%;
            top: -2.5em;
            transform: translate(-50%);
        }

        &::after {
            content: "";
            position: absolute;
            width: 1px;
            height: 2em;
            background-color: #fff;
            left: 50%;
            bottom: -2.5em;
            transform: translate(-50%);
        }
    }

    .txt02 {
        font-size: 3rem;
        letter-spacing: .1em;
        margin: 0 1em;
    }

    .txt03 {
        line-height: 2;
        font-size: 1.2rem;
    }
}



.kv__scroll {
    position: absolute;
    max-width: 12px;
    min-width: 8px;
    width: calc((12/1920)*100%);
    left: 5%;
    top: 90%;
    transform: translate(-50%, -50%);
    z-index: 9;

}

.kv__copy .slide-in,
.kv__copy .slide-in_inner {
    animation-duration: 1s;
    animation-delay: .3s;
}

.kv.onetime {

    .kv__copy .slide-in,
    .kv__copy .slide-in_inner {
        animation-duration: 1s;
        animation-delay: 5s;
    }
}

@keyframes copyAnime {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* swiper */
.kv__swiper-area {
    position: relative;
}

.swiper__imgwrap {
    overflow: hidden;
    display: block;
}


.kv .swiper-slide-active .swiper__imgwrap img,
.kv .swiper-slide-duplicate-active .swiper__imgwrap img,
.kv .swiper-slide-prev .swiper__imgwrap img {
    animation: zoom-out 6s linear 0s 1 normal both;
}

@keyframes zoom-out {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.kv .swiper-pagination {
    left: 50%;
    bottom: 5%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    transform: translate(-50%);
}


.kv .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    z-index: 9;
    background: #fff;
    border-radius: 50% !important;
    margin: 0 8px !important;
    opacity: 1;

}

.kv .swiper-pagination-bullet-active {
    opacity: 1;
    background: #bc1212;
}


.k-swiper-button-prev {
    position: absolute;
    margin: 0;
    width: 40px;
    height: 40px;
    left: 0;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);

}

.k-swiper-button-next {
    position: absolute;
    margin: 0;
    width: 40px;
    height: 40px;
    left: 100%;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);

}

.k-swiper-button-prev::before {
    content: "";
    position: absolute;
    background: url(../images/sw_arw_prv.png) no-repeat center center/contain;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.k-swiper-button-next::before {
    content: "";
    position: absolute;
    background: url(../images/sw_arw_next.png) no-repeat center center/contain;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;

}


@media screen and (min-width:768px) {
    .kv__swiper {
        width: calc((875/1920)*100%);
        margin: 0 5% 0 auto;
    }

    .kv__copy {
        width: fit-content;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 25%;
        transform: translate(-50%, -50%);

        .txt01 {
            font-size: min(2rem, 1.4vw);
        }

        .txt02 {
            font-size: min(5.2rem, 3vw);
            margin: 0 1em;
        }

        .txt03 {
            font-size: min(1.8rem, 1.2vw);
        }
    }

}



@media screen and (min-width:1025px) {
    .kv__main {
        margin-top: 0;
        padding: 0px 0 100px;
    }
    .kv__img {
        width: 100%;
    
        & img {
            width: 100%;
            height:900px;
            object-fit:cover;
        }
    }

    .kv__swiper {
        width: 100%;
        margin:0;
    }

    .kv__copy {
        top: 50%;
        left: 25%;

        .txt01 {
            font-size: min(2rem, 1.4vw);
        }

        .txt02 {
            font-size: min(5.2rem, 3vw);
            margin: 0 1em;
        }

        .txt03 {
            font-size: min(1.8rem, 1.2vw);
        }
    }
}

/*============================
   news
============================*/
.news {
    padding: 20px 5%;
    width: 100%;
    background: #000;
    color: #fff;

}

.news__ttl {
    margin-bottom: 1em;

    .font-en {
        font-size: 2rem;
    }
}

.news__btn {
    max-width: 50px;
    width: 40px;
    margin: 1em 0 0 auto;
    display: block;
}

.news__swiper {
    height: 50px;
}

.news__atc {
    margin: 1em 0;

    & a {
        display: block;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #fff;
    }


}

.news__info {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.news__date {
    margin-right: 1em;
}

.news__cat {
    padding: 0 1em;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;

}

.news__atc--ttl {
    margin-top: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

@media screen and (min-width:768px) {
    .news {
        padding: 20px 3%;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
      z-index:99;

    }

    .news__flex {
        max-width: 1000px;
        margin: 0 auto;
    }

    .news__ttl {
        margin-bottom: 0;

        .font-en {
            font-size: 2rem;
        }
    }

    .news__btn {
        max-width: 50px;
        width: 40px;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .news__atcwrap {
        max-width: calc(100% - 100px);
        padding: 0 1em;
        flex: 1 1 auto;
    }

    .news__swiper {
        height: 30px;
    }

    .news__atc {
        margin: 1em 0;

        & a {
            display: flex;
            align-items: center;
        }
    }

    .news__info {
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    .news__date {
        margin-right: 1em;
    }

    .news__cat {
        padding: 0 1em;
        border-left: solid 1px #fff;
        border-right: solid 1px #fff;

    }

    .news__atc--ttl {
        padding-left: 1em;
        margin-top: 0;

    }
}

@media screen and (min-width:1025px) {
    .news {
        padding: 30px 1%;
    }

    .news__ttl {

        .font-en {
            font-size: 3rem;
        }
    }

    .news__btn {
        max-width: 50px;
        width: fit-content;
    }

    .news__atcwrap {
        max-width: calc(100% - 100px);
        padding: 0 2em;
    }

    .news__swiper {
        height: 30px;
    }

    .news__atc {
        margin: 1em 0;

    }

    .news__date {
        margin-right: 1em;
    }


    .news__atc--ttl {
        padding-left: 1em;
    }
}

/*============================
   commitment
============================*/
.commitment {
    padding: 60px 0;
}

.conc__ttl {
    width: fit-content;
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;

    .font-en {
        margin-right: .5em;
    }
}

.conmm__img {
    width: 95%;
}

.conmm__map {
    width: 90%;
    margin: 30px auto 0;
}

.comm__btm {
    padding: 60px 0 0;
}

.comm__left {
    padding: 0 5%;
    margin-bottom: 30px;
}

.comm__img02 {
    width: 95%;
    margin: 0 0 0 auto;
}

.comm__attention {
    padding: 60px 0 0;
}

.att__box {
    padding: 20px 5%;
    position: relative;
    background:
        url(../images/attention_dot.png) no-repeat left 5px top 5px /10px,
        url(../images/attention_dot.png) no-repeat right 5px top 5px /10px,
        url(../images/attention_dot.png) no-repeat left 5px bottom 5px /10px,
        url(../images/attention_dot.png) no-repeat right 5px bottom 5px /10px,
        url(../images/attention_ico.png) no-repeat center center /50%,
        #fff;

}

.att__ttl {
    .font-en {
        margin-bottom: .5em;
    }

    .txt {
        font-size: 1.4rem;
    }
}

.att__ul {
    li {
        font-size: 1.2rem;
        line-height: 2;
    }
}

@media screen and (min-width:768px) {
    .commitment {
        padding: 80px 0;
    }

    .comm__top {
        max-width: 1920px;
        margin: 0 auto;
    }

    .conc__ttl {
        position: absolute;
        margin: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);

        .font-en {
            margin-right: .5em;
        }
    }

    .conmm__img {
        width: 40%;

        & img {
            object-fit: cover;
            min-height: 400px;
        }
    }

    .conmm__map {
        width: 39%;
        padding: 0 3% 0 0;
        margin: 0;
    }

    .comm__btm {
        padding: 80px 0 0;
    }

    .comm__left {
        padding: 0 3%;
        margin-bottom: 0;
        width: 60%;
    }

    .comm__img02 {
        width: 35%;
        margin: 0;

        & img {
            object-fit: cover;
            min-height: 300px;
        }
    }

    .comm__attention {
        padding: 80px 0 0;
    }

    .att__box {
        max-width: 1000px;
        margin: 0 auto;
        padding: 20px 5% 30px;
        background:
            url(../images/attention_dot.png) no-repeat left 10px top 10px /12px,
            url(../images/attention_dot.png) no-repeat right 10px top 10px /12px,
            url(../images/attention_dot.png) no-repeat left 10px bottom 10px /12px,
            url(../images/attention_dot.png) no-repeat right 10px bottom 10px /12px,
            url(../images/attention_ico.png) no-repeat center center /27.2%,

            #fff;

    }

    .att__ttl {
        .font-en {
            margin-bottom: .5em;
        }

        .txt {
            font-size: 1.8rem;
        }
    }

    .att__ul {
        li {
            font-size: 1.4rem;
        }
    }
}

@media screen and (min-width:1025px) {
    .commitment {
        padding: 80px 0 150px;
    }

    .conc__ttl {
        left: 50%;
        top: 50%;

    }

    .conmm__img {
        width: 40%;

        & img {
            min-height: 600px;
        }
    }

    .conmm__map {
        width: 39%;
        padding: 0 3% 0 0;
        margin: 0;
    }

    .comm__btm {
        padding: 80px 0 0;
    }

    .comm__left {
        padding: 0 0 0 1%;
        margin-bottom: 0;
        width: 60%;
    }

    .comm__txtwarp {
        max-width: 900px;
        margin: 0 0 0 auto;

    }

    .comm__img02 {
        width: 35%;
        margin: 0;

        & img {
            min-height: 500px;
        }
    }

    .comm__attention {
        padding: 150px 0 0;
    }

    .att__box {

        padding: 20px 5% 50px;
        background:
            url(../images/attention_dot.png) no-repeat left 10px top 10px /16px,
            url(../images/attention_dot.png) no-repeat right 10px top 10px /16px,
            url(../images/attention_dot.png) no-repeat left 10px bottom 10px /16px,
            url(../images/attention_dot.png) no-repeat right 10px bottom 10px /16px,
            url(../images/attention_ico.png) no-repeat center center /27.2%,
            #fff;

    }

    .att__ttl {
        .font-en {
            margin-bottom: .5em;
        }

        .txt {
            font-size: 2.6rem;
        }
    }

    .att__ul {
        li {
            font-size: 1.6rem;
        }
    }
}

/*============================
   ice
============================*/
.ice {
    padding: 0 0 60px;
}

.ice__img {
    & img {
        object-fit: cover;
        min-height: 160px;
        width: 100%;
    }
}

.ice__copy {
    position: absolute;
    left: 5%;
    top: -8em;
    width: fit-content;
    background:rgba(244,241,232,.8);
    padding: 1em .5em;
}

.ice__txtwrap {
    padding: 30px 0 0 60px;
}

.ice__ttl {
    margin-bottom: 20px;

    .txt {
        margin-top: .5em;
    }
}

.ice__txt {
    margin-bottom: 20px;
}

.ice__btn {
    margin: 0 0 0 auto;
}

@media screen and (min-width:768px) {
    .ice {
        padding: 0 0 80px;
    }

    .ice__img {
        & img {
            min-height: 250px;
        }
    }

    .ice__copy {
        left: 3%;
        top: -14em;
        padding: 1em .5em;
    }

    .ice__txtwrap {
        padding: 50px 0 0 80px;
    }

    .ice__ttl {
        margin-bottom: 0;
    }

    .ice__txt {
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 0;
    }

    .ice__btn {
        margin: 0 0 0 auto;
    }
}

@media screen and (min-width:1025px) {
    .ice {
        padding: 0 0 120px;
    }

    .ice__img {
        & img {
            min-height: 600px;
        }
    }

    .ice__copy {
        left: 3%;
        top: -400px;
        padding: 1em .75em;
    }

    .ice__txtwrap {
        padding: 50px 0 0 15%;
    }


    .ice__txt {
        margin: -2em auto 0;
        margin-bottom: 0;
    }

    .ice__btn {
        margin: -2em 0 0 auto;
    }
}


/*============================
   sweets
============================*/
.sweets {
    background: #333333;
    padding: 0 0 60px;
    color: #fff;
}

.swe__txtwrap {
    padding: 60px 5% 0;
}

.swe__ttl {
    .txt {
        margin-top: .5em;
    }
}

.swe__txt {
    margin-bottom: 40px;
}

.swe__btn {
    margin: 0 0 0 auto;
}

@media screen and (min-width:768px) {
    .sweets {
        padding: 0;
    }

    .swe__img {
        width: 50%;

        & img {
            object-fit: cover;
            width: 100%;
            min-height: 600px;
        }
    }

    .swe__txtwrap {
        width: 50%;
        padding: 1em 3%;
    }

    .swe__txtwrap--inner {
        margin: 0 auto;
        width: fit-content;
    }


    .swe__txt {
        margin-bottom: 30px;
    }


}

@media screen and (min-width:1025px) {
    .swe__flex {
        max-width: 1920px;
        margin: 0 auto;
    }

    .swe__img {
        width: 50%;

        & img {
            min-height: 1200px;
        }
    }

    .swe__txtwrap {
        width: 50%;
        padding: 1em 1% 1em 3%;
    }

    .swe__txtwrap--inner {
        margin: 0 auto;
    }


    .swe__txt {
        margin-bottom: 150px;
    }


}

/*============================
   takeout
============================*/
.takeout {
    padding: 60px 0;
}

.take__flex {
    display: flex;
    flex-direction: column-reverse;
}

.take__ttl {
    position: absolute;
    top: -30px;
    right: 5%;
    background:rgba(244,241,232,.8);
    padding: 1em .5em;
    display: flex;
    align-items: flex-start;

    .font-en {
        margin-right: .5em;
    }
}

.take__txtwrap {
    padding: 30px 0 0;
}

@media screen and (min-width:768px) {
    .takeout {
        padding: 80px 0;
    }

    .take__flex {
        display: flex;
        flex-direction: row;
    }


    .take__txtwrap {
        width: 40%;
        padding: 1em 0;
    }

    .take__ttl {
        top: -50px;
        right: 5%;
        padding: 1em .5em;
    }


    .take__img {
        width: 53%;
    }
}

@media screen and (min-width:1025px) {
    .takeout {
        padding: 220px 0;
    }


    .take__txtwrap {
        width: 40%;
        padding: 1em 0;
    }

    .take__ttl {
        top: -90px;
        right: 5%;
        padding: 1.5em 1em;
    }


    .take__img {
        width: 53%;
    }
}
.info.parfait {
    background: url(../images/parfait_bg.jpg) no-repeat center center/cover;
}

/*============================
   info
============================*/
.info {
    padding: 80px 0;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .25);
    background: url(../images/info_bg.jpg) no-repeat center center/cover;
}

.info.sub_info{
    padding: 80px 0;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .25);
    background: url(../images/sub_info_bg.jpg) no-repeat center center/cover;
}

.info__flex {
    display: flex;
    align-items: flex-start;
}

.info__ttl {
    background:rgba(244,241,232,.8);
    padding: 1em .5em;
    display: flex;
    align-items: flex-start;

    .font-en {
        margin-right: .5em;
    }
}

.info__txt {
    color: #fff;
    padding-left: 2em;
    line-height: 2;
}

.info__btn {
    margin: 1em 0 0 auto;
}

@media screen and (min-width:768px) {
    .info {
        padding: 120px 0;
    }
  
    .info.sub_info {
        padding: 120px 0;
    }
  
    .info__txtwarp {
        width: fit-content;
    }

    .info__ttl {
        padding: 1em .5em;

    }
    .info__ttl strong{
        font-size:50%;
    }

    .info__txt {
        padding-left: 2em;
        line-height: 3;
    }

    .info__btn {
        margin: 2em 0 0 auto;
    }
}

@media screen and (min-width:1025px) {
    .info {
        padding: 250px 0;
    }

    .info.sub_info {
        padding: 250px 0;
    }

    .info__ttl {
        padding: 2em 1em;

    }

    .info__txt {
        padding-left: 4em;
    }

    .info__btn {
        margin: 60px 0 0 auto;
    }
}

/*============================
   parfait
============================*/
.parfait {
    padding: 150px 0 60px;
}

.par__flex {
    display: flex;
    flex-direction: column-reverse;
}

.par__img {
    & img {
        object-fit: cover;
        width: 100%;
        min-height: 280px;
    }
}
.info__ttl.sp {
    display:flex;
    margin-right:4em;
}
.info__ttl.pc {
        display:none;
}

.par__h3 {
    position: absolute;
    top: -120px;
    right: 5%;
    background: #fff;
    padding: 1em .5em;
}

.par__txtwrap {
    padding: 30px 0 0;
}
.par_fait.info__txt{
        padding-left: 0em;
        padding-right: 4em;    
}

.par__ttl {
    .container {
        display: flex;
        align-items: baseline;
        padding: 0;
        margin: .5em 0 0;
    }

}

.gallery__swiper {
    .swiper-wrapper {
        transition-timing-function: linear;
    }
}

.gallery__img {
    max-width: 500px;
    width: 250px;
    margin: 0 5px;
}

@media screen and (min-width:768px) {
    .parfait {
        padding: 120px 0 80px;
    }

    .par__flex {
        flex-direction: row;
    }

    .par__img {
        width: 53%;

        & img {
            min-height: 400px;
        }
    }

    .par__h3 {
        top: -80px;
        right: 5%;
        padding: 1em .5em;
    }

    .par__txtwrap {
        width: 45%;
        padding: 1em 0 1em;
    }

    .par__ttl {
        .container {
            margin-top: .5em;
        }

    }

    .gallery__img {
        max-width: 500px;
        width: 300px;
        margin: 0 10px;
    }
}

@media screen and (min-width:1025px) {
    .parfait {
        padding: 180px 0 140px;
    }

    .par__img {
        width: 53%;

        & img {
            min-height: 700px;
        }
    }

    .par__h3 {
        top: -80px;
        right: 5%;
        padding: 1em .5em .5em;
    }

    .par__txtwrap {
        width: 45%;
        padding: 1em 0 1em;
    }

    .par__ttl {
        .container {
            margin-top: .5em;
        }

    }
    .info__ttl.sp {
        display:none;
    }
.info__ttl.pc {
    display:flex;
}

    .gallery__img {
        max-width: 500px;
        width: 500px;
        margin: 0 10px;
    }
}