body {
    background-color: var(--base-background-color);
    color: var(--base-color);
    font-family: var(--font-family);
}

.footer {
    background-color: var(--footer-background-color) !important;
}

@media screen and (max-width: 768px) {
    .header .header-menu__btn .btn--custom {
        background: transparent;
    }
}

.page-restaurant .food-menu .food-new-footer .food-new-footer__btn {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .page-rooms .specifically .specifically-left.en {
        max-width: 14rem;
        padding-right: unset;
        padding-top: 1.5rem;
    }
}

@media screen and (max-width: 1200px) {
    .room-slide .content-description .content-description__table .table-row .table-row__left {
        width: 8rem;
    }

}

.footer .footer-left .footer-information .footer-map {
    height: 20rem;
}

.footer .footer-left .footer-information .txt-heading-28 {
    color: #fff;
}

.footer .footer-left .footer-information .txt-heading-18 {
    color: #fff;
}

.header .header-menu__language select {
    min-width: 8rem;
}

.product-list .product-item .product-item__content .product-item__content__title-image {
    height: 10.8rem;
}

.banner-block .banner-txt {
    width: 42%;
}

@media screen and (max-width: 768px) {
    .banner-block .banner-txt {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .product-list .product-item .product-item__content .product-item__content__title-image {
        height: 7.8rem;
    }
}

@media screen and (max-width: 768) {
    .product-list .product-item .product-item__content .product-item__content__title-image {
        margin-top: 2.4rem;
    }
}

.product-list .product-item .product-item__content .product-item__content__title-image img {
    width: auto;
}

.main .page-header-white {
    margin-top: 16rem;
}

.page-contact,
.page-condition {
    padding: 4rem 4rem 0;
}

@media screen and (max-width: 1200px) {
    .main .page-header-white {
        margin-top: 9rem;
    }

    .page-contact,
    .page-condition {
        padding: 4rem 2rem 0;
    }
}

@media screen and (max-width: 768px) {
    .main .page-header-white {
        margin-top: 8rem;
    }

    .page-contact,
    .page-condition {
        padding: 4rem 0 0;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.h3,
h3 {
    font-size: 24px;
}

.h2,
h2 {
    font-size: 30px;
}

.custom-element {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pc-flex {
    display: flex;
}

@media screen and (max-width: 768px) {
    .pc-flex {
        display: none !important;
    }
}

.sp-flex {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp-flex {
        display: flex !important;
    }
}

.pc-grid {
    display: grid;
}

@media screen and (max-width: 768px) {
    .pc-grid {
        display: block;
    }

    .sp-none {
        display: none !important;
    }
}

.custom-content-v2 {
    font-family: 'Source Han Sans JP';
    padding-top: 40px;
    padding-bottom: 40px;
}

.custom-content-v2 h2 {
    font-size: 1.75rem;
}

.custom-content-v2 h3 {
    font-size: 1.53125rem;
}

.custom-content-v2 .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 0.06rem;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.content-custom-left {
    justify-content: left;
}

.content-custom-center {
    justify-content: center;
}

.content-custom-right {
    justify-content: right;
}

.content-custom .swiper-slide {
    width: 100% !important;
}

.swiper-button-custom {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background-color: rgba(67, 76, 97, 0.7) !important;
}

.swiper-button-custom::after {
    font-size: 25px;
    color: #fff;
}

html {
    overflow-x: hidden;
}

.custom-button-v2 {
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 600;
    height: 5.6rem;
    line-height: 1;
    transition: all 0.3s;
    width: 16rem;
    background-color: var(--my-custom-v2-button-background, var(--color-main-tempalte));
    color: var(--my-custom-v2-button-color, #fff);
    border-radius: 0.3rem;
    border: 0px;
}

.custom-button-v2:hover {
    background-color: var(--my-custom-v2-button-color, #fff);
    border: 0.1rem solid;
    color: var(--my-custom-v2-button-background, var(--color-main-tempalte));
}

.custom-a-tag-v2 {
    line-height: 1.7;
    align-items: center;
    color: var(--my-custom-v2-button-color, #0000ff);
    cursor: pointer;
    display: flex;
    text-decoration: underline;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}


.mv-v2 {
    position: relative;
    height: 60rem;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .mv-v2 {
        height: 37.5rem;
    }
}

.mv-v2 .w-h-full {
    width: 100%;
    height: 100%;
}

.mv-v2 .mv-v2-text__wrap {
    position: absolute;
    z-index: 10;
    max-width: 108rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 4rem;
}

@media screen and (max-width: 1200px) {
    .mv-v2 .mv-v2-text__wrap {
        max-width: 76.8rem;
    }
}

@media screen and (max-width: 768px) {
    .mv-v2 .mv-v2-text__wrap {
        padding-top: 2.5rem;
    }
}

.mv-v2 .mv-v2-text {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.06rem;
    line-height: 1;
    margin-top: 3.3rem;
}

@media screen and (max-width: 768px) {
    .mv-v2 .mv-v2-text {
        font-size: 1.6rem;
        text-align: center;
        width: 60%;
        margin: 1rem auto 0;
        line-height: 1.5;
    }
}

.mv-v2 .mv-v2-heading {
    color: #fff;
    font-family: "Vibis Rock", sans-serif;
    font-size: 10rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    line-height: 1;
    word-break: break-all;
}

@media screen and (max-width: 768px) {
    .mv-v2 .mv-v2-heading {
        font-size: 6rem;
        text-align: center;
    }
}

.mv-v2 .swiperContainer {
    width: 100%;
    height: 100%;
}

.mv-v2 .swiperContainer .swiper-slide {
    position: relative;
}

.mv-v2 .swiperContainer .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6784313725));
}

.mv-v2 .swiperContainer .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.add-custom-content {
    padding: 0 4rem;
}

@media screen and (max-width: 1200px) {
    .add-custom-content {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 768px) {
    .add-custom-content {
        padding: 0;
    }
}

.top-page .mv-top .movie-container {
    width: 100%;
    background: #000;
}

.top-page .mv-top .movie-container iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

@media screen and (max-width: 768px) {
    .top-page .mv-top:has(> .movie-container.sp) .mv-top__block {
        display: none !important;
    }
}

.top-page .mv-top .mv-top__block {
    background: rgba(0, 0, 0, 0.2);
}

.top-page .mv-top .mv-top__block h1 {
    text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.9);
}

@media screen and (min-width: 769px) {
    .top-page .mv-top:has(> .movie-container.pc) .mv-top__block {
        background: none;
    }
}

@media screen and (max-width: 768px) {
    .top-page .mv-top:has(> .movie-container.sp) .mv-top__block {
        background: none;
    }
}

/* .top-page .mv-top .overlay {
    opacity: 0.16;
    right: -100px;
} */
