@charset "utf-8";

.mv-text02>strong {
    font-size: clamp(25.00px, calc(2.27vw + 16.50px), 60.00px);
}

.title02>strong {
    font-size: clamp(14.00px, calc(0.71vw + 11.33px), 25.00px);
}

/*-----------------------------------------------------------
カバー
-----------------------------------------------------------*/

.mv-wrapper::before {
    content: "";
    display: block;
    width: 38.07%;
    height: 100%;
    background-image: linear-gradient(90deg, rgb(23, 21, 19) 22.03%, rgba(255, 255, 255, 0));
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
}

.mv-text-area {
    transform: translateY(-76.5%);
}

.mv-text01 {
    font-size: clamp(24px, 2.604vw, 50px);
}

.mv-text02 {
    font-size: clamp(48px, 5.781vw, 111px);
}

.mv-text03 {
    font-size: clamp(14px, 1.041vw, 20px);
}

.mv-text01 > span {
    font-size: 1.3em;
    letter-spacing: 0.05em;
    line-height: 1.44em;
}

/*-----------------------------------------------------------
コンセプト
-----------------------------------------------------------*/

.concept-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/*-----------------------------------------------------------
こだわり
-----------------------------------------------------------*/

.commitment-wrapper:before {
    content: "";
    display: block;
    max-width: 1275px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(23, 21, 19, 1) 22.58%, rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

/*-----------------------------------------------------------
人気メニュー
-----------------------------------------------------------*/

.menu-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}