

/* mv */
.mv {
    position: relative;
    height: 100vh;
    width: calc(100vw - 21.375rem);
    margin-left: auto;
    z-index: 1;
}

.mv__slider {

}

.mv__img {
    display: block;
    height: 100vh;
}

.mv__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.3);
    transition: all 5s linear;
}

.mv__img.slick-current img {
    transform: scale(1);
}

.mv-slider-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    left: calc(50% - 10.8rem);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -4rem;
}

.mv-slider-dots li {
    border-radius: 50%;
    background-color: #FFF;
    width: 0.625rem;
    height: 0.625rem;
}

.mv-slider-dots li.slick-active {
    background-color: #b40000;
}

.mv-slider-dots button {
    display: none;
}

@media screen and (max-width:1024px) {
    .mv {
        max-height: 800px;
    }
    .mv__img {
        max-height: 800px;
    }
    .header {
        max-height: 800px;
    }
}

@media screen and (max-width:768px) {
    .mv {
        height: 400px;
        width: 100%;
        margin-left: initial;
    }
    .mv__img {
        height: 400px;
    }
    .mv-slider-dots {
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        bottom: -2rem;
    }
}

/* news */
.news {
    background: url(../img/bg_body.jpg) top left / 100% auto;
    padding-top: 10rem;
    padding-bottom: 6.625rem;
    position: relative;
}
.news-deco {
    position: absolute;
    bottom: -22.7rem;
    left: -18.5875rem;
    width: 30rem;
    pointer-events: none;
}
.news-deco-2 {
    position: absolute;
    bottom: -15.1rem;
    right: 0;
    width: 30rem;
    pointer-events: none;
}

.news__inner.inner {
    max-width: 1062px;
    position: relative;
    z-index: 2;
}

.news__wrap {
    display: grid;
    gap: 3.6rem;
    grid-template-columns: 1fr;
    align-items: center;

}

.news__title {
    height: 100%;
}   
.news .title img {
    width: 9.3rem;
    display: block;
    margin: 0 auto;
}

.news .CMS-NEWS-INDEX {
    width: 100%;
    margin: 0;
    padding: 0;
}

.news .CMS-NEWS-ITEM {
    width: 31.621%;
    margin: 0;
}

.news .CMS-NEWS-ITEM a {
    display: grid;
    width: 100%;
    align-items: center;
    padding: 0;
    padding-block: initial;
    font-size: 1rem;
}

.news .CMS-NEWS-TIME {
    color: #FFF;
    font-size: 0.875rem;
}

.news .CMS-NEWS-LINK {
    line-height: 1.5;
}

.news .CMS-NEWS-MORE-READ {
    display: none;
}

.news__btn {
    text-align: center;
    margin-top: 4.0625rem;
}

@media screen and (max-width:768px) {
    .news {
        padding-block: 5rem;
    }
    .news-deco {
        bottom: -10.7rem;
        left: -3.5875rem;
        width: 14rem;
    }
    .news-deco-2 {
        bottom: -8.1rem;
        right: 0;
        width: 15rem;
    }
    .news__title {
        text-align: center;
    }
    .news__wrap {
        display: block;
    }
    .news .CMS-NEWS-INDEX {
        margin-top: 4rem;
    }
    .news .CMS-NEWS-ITEM + .CMS-NEWS-ITEM {
        margin-top: 2rem;
    }
    .news .CMS-NEWS-ITEM {
        width: 100%;
    }
    .CMS-NEWS-INDEX img {
        height: auto;
    }
}

/* policy */
.policy {
    position: relative;
    background: url(../img/bg_policy.jpg) center center / cover no-repeat;
    padding-top: 8.6rem;
    padding-bottom: 5.7rem;
}
.policy-deco {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 37.625rem;
    pointer-events: none;
}
.policy__inner.inner {
    max-width: 1140px;
    display: grid;
    grid-template-columns: 58.716% 1fr;
    gap: 8.25rem;
}

.policy__gallery {
    position: relative;
}

.policy__img1 {

}

.policy__img2 {
    display: block;
    width: 50%;
    margin-top: -8.725rem;
    margin-right: -5.625rem;
    margin-left: auto;
}

.policy__content {
    color: white;
}

.policy__head {
    display: flex;
    flex-direction: row-reverse;
}

.policy__title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    line-height: calc(40/24);
    font-family: "Kaisei Tokumin", serif;
    font-weight: 700;
}

.policy__title small {
    display: inline-block;
    color: #c54d00;
    font-size: 0.75rem;
    margin-top: 1em;
}

.policy__title span {
    color: #c54d00;
}

.policy__text {
    font-size: 1em;
    letter-spacing: 0.22em;
    line-height: calc(41/16);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-right: 2.625rem;
    height: 35.4rem;
}

.policy__btn {
    text-align: center;
    margin-top: 3.5rem;
}

@media screen and (max-width:768px) {
    .policy {
        padding-block: 5rem;
    }
    .policy__inner.inner {
        display: block;
    }
    .policy__img1 {
        display: block;
        width: 80%;
    }
    .policy__img2 {
        width: 60%;
        margin-right: -10px;
    }
    .policy__head {
        justify-content: center;
        margin-top: 2rem;
    }
    .policy__text {
        height: 27.4rem;
    }
    .policy-deco {
        width: 16rem;
    }
}

/* menu */
.menu {
    background: url(../img/bg_menu.jpg) center top / cover no-repeat;
    padding-top: 9.1rem;
    padding-bottom: 7.5625rem;
    margin-top: -1px;
    position: relative;
}
.menu-deco-1 {
    position: absolute;
    top: -9.6rem;
    left: 3.13rem;
    width: 38.5rem;
    pointer-events: none;
}
.menu-deco-2 {
    position: absolute;
    top: 2.3rem;
    right: 3.475rem;
    width: 22.4rem;
    pointer-events: none;
}
.menu-deco-3 {
    position: absolute;
    top: 30.2rem;
    left: -10.125rem;
    width: 19.125rem;
    pointer-events: none;
}
.menu-deco-3-2 {
    position: absolute;
    top: 29.2rem;
    right: -6.125rem;
    width: 19.125rem;
    pointer-events: none;
}
.menu-deco-3-3 {
    position: absolute;
    top: 36.2rem;
    left: -3.125rem;
    width: 19.125rem;
    pointer-events: none;
}

.menu__inner {
    max-width: 1140px;
}

.menu__title {
    text-align: center;
}
.menu .title img {
    width: 9.4378rem;
    height: auto;
}

.menu__units {
    margin-top: 6.7rem;
}

.menu__unit {
    position: relative;
}

.menu__unit + .menu__unit {
    margin-top: 10.2rem;
}

.menu__img {
    position: relative;
    display: block;
    width: 45rem;
}

.menu__img--food {
    margin-left: auto;
}

.menu__img--drink {
   
}

.menu__content {
    position: absolute;
    top: -2.1rem;
}

.menu__content--right {
    right: 0;
}

.menu__content--left {
    left: 0;
}

.menu__content--left .menu__head {
    justify-content: flex-end;
    align-items: flex-start;
}
.menu__content--left .menu__content-subtitle {
    margin-left: 1rem;
    margin-right: 0;
}

.menu__head {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.menu__content-title {
    width: 22rem;
    margin-left: -1rem;
}

.menu__unit:nth-child(1) .menu__content-title {
    width: 22rem;
}

.menu__content-subtitle {
    color: white;
    font-size: 1.5rem;
    letter-spacing: 0.21em;
    line-height: calc(40/24);
    font-family: "Kaisei Tokumin", serif;
    font-weight: 700;
    margin-right: 1rem;
}

.menu__text {
    width: 30.625rem;
    margin-top: 2rem;
    background: url(../img/bg_menu-txt.png) repeat top center / 100% auto;
    background-color: #000;
    color: white;
    padding: 0.625rem;;
}

.menu__text p {
    font-size: 1rem;
    letter-spacing: 0.075em;
    line-height: calc(36/16);
    font-feature-settings: "palt";
    border: 1px solid white;
    padding: 2.5rem 3rem;
    min-height: 14.6875rem;
}

.menu__btn {
    text-align: center;
    margin-top: 11.625rem;
}

@media screen and (max-width:768px) {
    .menu {
        padding-block: 5rem;
    }
    .menu__units {
        margin-top: 7rem;
    }
    .menu__unit {
        display: flex;
        flex-direction: column;
    }
    .menu__content {
        position: relative;
        order: -1;
    }
    .menu__head {
        justify-content: center;
        align-items: center;
    }
    .menu__content--left .menu__head {
        justify-content: center;
        align-items: center;
    }
    .menu__content-subtitle {
        font-size: 1.55rem;
        white-space: nowrap;
        margin: 0;
    }
    .menu__text {
        width: 100%;
        padding: 1rem 0.625rem;
        margin-top: 3.5rem;
        min-height: unset;
    }
    .menu__text p {
        font-size: 0.85rem;
        text-align: justify;
    }
    .menu__img {
        width: 100%;
    }
    .menu__btn {
        margin-top: 3rem;
    }
    .menu-deco-1 {
        top: -3.6rem;
        left: 1.13rem;
        width: 13.5rem;
    }
    .menu-deco-2 {
        top: 1.3rem;
        right: 0.475rem;
        width: 11.4rem;
    }
    .menu-deco-3 {
        top: 56.2rem;
        left: 0.875rem;
        width: 13.125rem;
    }
    .menu-deco-3-2 {
        top: 55.2rem;
        right: 0.875rem;
        width: 13.125rem;
    }
    .menu-deco-3-3 {
        top: 56.2rem;
        left: 0.875rem;
        width: 13.125rem;
    }
    .menu__content-title,
    .menu__unit:nth-child(1) .menu__content-title {
        width: 19rem;
    }
    .menu__content--left .menu__content-subtitle {
        margin: 0;
    }
}
@media screen and (max-width:540px) {
    .menu-deco-1 {
        top: -2.6rem;
        left: 1.13rem;
        width: 9.5rem;
    }
    .menu-deco-2 {
        width: 7.4rem;
    }
    .menu-deco-3 {
        top: 52.2rem;
    }
    .menu-deco-3-2 {
        top: 51.2rem;
        right: -0.125rem;
    }

}

/* gallery */
.top-gallery {
    padding-top: 8.475rem;
    padding-bottom: 7.35rem;
    overflow: hidden;
    background: url(../img/bg_gallery.jpg) center center / cover no-repeat;
}

.gallery__inner.inner {

}

.gallery__title {
    text-align: center;
}
.gallery__title img {
    width: 11.2rem;
    height: auto;
}

.gallery__slider {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 5.3625rem;
}

.gallery__slider picture {
    display: block;
    margin: 0.3125rem;
}

.gallery__slider picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 280/200;
}

.gallery__btn {
    text-align: center;
    margin-top: 4.5rem;
}

@media screen and (max-width:768px) {
    .top-gallery {
        padding-block: 5rem;
    }
}

/* instagram */
.instagram {
    background: url(../img/bg_instagram.jpg) top center / 100% auto;
    padding-top: 9.7rem;
    padding-bottom: 10.8rem;
    position: relative;
}
.instagram-deco-1 {
    position: absolute;
    top: 4.525rem;
    left: 6.725rem;
    width: 23.4rem;
    pointer-events: none;
}
.instagram-deco-2 {
    position: absolute;
    top: 4.525rem;
    right: 7.125rem;
    width: 23.4rem;
    pointer-events: none;
}

.instagram__inner.inner {

}

.instagram__title {
    position: relative;
    height: 100%;
    width: fit-content;
    margin-inline: auto;
}
.instagram__title img {
    height: auto;
    width: 16.4rem;
}


.CMS-INSTAGRAM-LIST {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    max-width: 54.375rem;
    gap: 1rem;
    margin-inline: auto;
    margin-top: 4.625rem;
}
.CMS-INSTAGRAM-LIST a:nth-child(n+7) {
    display: none;
}

@media screen and (max-width:768px) {
    .instagram {
        padding-block: 5rem;
    }
    .instagram-deco-1 {
        top: 6.525rem;
        left: 0.725rem;
        width: 9.4rem;
    }
    .instagram-deco-1 {
        top: 6.525rem;
        left: 0.725rem;
        width: 9.4rem;
    }
    .instagram-deco-2 {
        top: 6.525rem;
        right: 0.725rem;
        width: 9.4rem;
    }
    .instagram__title img {
        width: 12.4rem;
    }
}
@media screen and (max-width:540px) {
    .instagram-deco-1 {
        top: 7.525rem;
        left: 0.725rem;
        width: 6.4rem;
    }
    .instagram-deco-2 {
        top: 7.525rem;
        right: 0.725rem;
        width: 6.4rem;
    }
}

/* access */
.access {
    background: url(../img/bg_access.jpg) left top / 100% auto;
    padding-top: 9.425rem;
    overflow: hidden;
    color: #FFF;
    position: relative;
}
.access-deco {
    position: absolute;
    top: 7.125rem;
    right: 3.825rem;
    width: 30rem;
    pointer-events: none;
}
.access .title img {
    width: 9.2rem;
    height: auto;
}

.access__inner {
    max-width: 1440px;
    padding: 0 10.625rem 0 0;
}

.access__title {
    text-align: center;
}

.access__wrap {
    display: grid;
    gap: 4.8125rem;
    grid-template-columns: 50.4% 1fr;
    margin-top: 6.375rem;
}

.access__info dl {
    display: grid;
    align-items: center;
    grid-template-columns: 5.75rem 1fr;
    border-bottom: 1px solid #FFF;
    padding-left: 1rem;
    padding-block: 1.5rem;
}

.access__info dt {
    letter-spacing: 0.05em;
    font-weight: bold;
}

.access__info dd {
    letter-spacing: 0em;
    font-feature-settings: "palt";
    line-height: calc(20/16);
}
.access__info dd a {
    color: #FFF;
}
.access__info dl:last-child {
    border-bottom: none;
}
.access__btn {
    text-align: center;
    margin-top: 5.2rem;
}

.access__map {
    width: 100vw;
    position: relative;
    padding-top: 26.4%;
    margin-left: calc(50% - 50vw);
    margin-top: 8.5rem;
}

.access__map iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width:768px) {
    .access {
        padding-top: 5rem;
    }
    .access__inner {
        padding: 0 20px;
    }
    .access-deco {
        top: 6.125rem;
        right: 1.825rem;
        width: 11rem;
    }
    .access__wrap {
        display: block;
    }

    .access__map {
        width: 100%;
        padding-top: 92%;
        margin: 0;
        margin-top: 4.25rem;
    }

    .access__info dt {
        font-size: 0.925rem;
    }

    .access__info dd {
        font-size: 0.925rem;
    }
}

.mv__inner{
    z-index: -1;
}

.header{
    z-index: 999;
}

main{
    z-index: 2;
    position: relative;
}