@charset "UTF-8";

/* --------mv------------------------------- */
.mv {
    width: 100%;
    height: 100vh;
    background-image: url(../images/top-mv.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* --------news------------------------------- */
.news {
    padding-top: 139px;
    padding-bottom: 136px;
    background-image: url(../images/bg-news.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
    .news {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.CMS-NEWS-INDEX {
    display: flex;
    gap: 25px;
    margin-top: 50px;
}

.CMS-NEWS-ITEM a {
    display: flex;
    flex-direction: column;
}
.CMS-NEWS-ITEM img {
    height: 260px;
    object-fit: cover;
}
@media screen and (max-width: 1100px) {
    .CMS-NEWS-ITEM img {
        height: initial;
    }
}
@media screen and (max-width: 768px) {
    .CMS-NEWS-ITEM a {
        flex-direction: column;
        align-items: start;
    }
    .CMS-NEWS-INDEX {
        flex-direction: column;
    }
    .CMS-NEWS-TIME {
        font-size: 14px;
    }
    .CMS-NEWS-LINK {
        font-size: 14px;
    }
}

.CMS-NEWS-TIME {
    flex: 1;
    font-size: 18px;
    margin-top: 25px;
    font-weight: 700;
    color: #333130;
}

.CMS-NEWS-LINK {
    flex: 2;
    font-weight: 500;
    color: #333130;
}

.CMS-NEWS-MORE-READ {
    display: none;
}

.section__link.news__link {
    margin-top: 55px;
}

/* --------concept------------------------------- */
.concept {
    position: relative;
    padding-top: 118px;
    padding-bottom: 101px;
    background-image: url(../images/concept-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
    .concept {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.musk {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    content: "";
}

.concept__inner {
    position: relative;
    z-index: 3;
}

.concept::after {
    position: absolute;
    top: 4vw;
    left: -1vw;
    z-index: 2;
    width: 33.12vw;
    max-width: 563px;
    height: 25.94vw;
    max-height: 440px;
    background-image: url(../images/concept-01.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
}
@media screen and (max-width: 768px) {
    .concept::after {
        top: 1vw;
        left: -1vw;
    }
}

.concept::before {
    position: absolute;
    right: -1vw;
    bottom: 0;
    z-index: 2;
    width: 28vw;
    max-width: 476px;
    height: 25.94vw;
    max-height: 440px;
    background-image: url(../images/concept-03.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}
@media screen and (max-width: 768px) {
    .concept::before {
        right: -1vw;
        bottom: -1vw;
    }
}

.concept__content {
    position: relative;
    width: 100%;
    max-width: 722px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
}

.concept-content__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 86.29%;
    margin: 0 auto;
    padding-bottom: 65px;
    color: #ffffff;
}

.concept-content__text {
    line-height: 3;
    text-align: center;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
}
/*@media screen and (max-width: 768px) {
    .concept-content__text {
        letter-spacing: 0.05em;
    }
}*/
/* --------cast------------------------------- */
.top-cast {
    background: url(../images/bg-cast.jpg) no-repeat top center / cover;
    padding: 65px 20px 64px;
}
.top-cast .section-title__text--main {
    color: #000;
}
.top-cast p {
    color: #000;
}
.top-cast .section-title__text--sub {
    margin-bottom: 75px;
}
.top-cast .section-title__text-wrapper span {
    height: 0;
}
.top-cast .inner {
    background: rgba(255, 240, 220, .7);
    max-width: 848px;
    padding: 83px 120px 85px;
}
.top-cast .top-cast__content p {
    line-height: 3;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-bottom:75px;
}
@media screen and (max-width: 768px) {
    .top-cast {
        background: url(../images/bg-cast.jpg) no-repeat top left / cover;
    }
    .top-cast .inner {
        padding: 40px 20px 40px;
    }
    .top-cast .section-title__text--sub {
        margin-bottom: 40px;
    }
    .top-cast .top-cast__content p {
        margin-bottom:40px;
    }
}

/* --------menu------------------------------- */
.menu {
    padding-top: 125px;
    padding-bottom: 125px;
    background-image: url(../images/bg-menu.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.system {
    max-width: 916px;
    margin: 0 auto 170px;
}
.system dl {
    display: grid;
    grid-template-columns: 34.2% 1fr;
    font-size: 20px;
    font-weight: 500;
    margin-top: 50px;
    letter-spacing: 0.2em;
    font-feature-settings: "palt";
}
.system dl dt:first-child {
    border-top: 1px solid #b59041;
}
.system dl dd:nth-child(2) {
    border-top: 1px solid #FFF;
}
.system dl dt {
    border-bottom: 1px solid #b59041;
    padding: 40px 0;
    white-space: nowrap;
}
.system dl dd {
    border-bottom: 1px solid #FFF;
    padding: 40px 0 0 130px;
}
@media screen and (max-width: 768px) {
    .menu {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .system {
        margin: 0 auto 100px;
    }
    .system dl {
        grid-template-columns: 1fr;
        font-size: 16px;
    }
    .system dl dd:nth-child(2) {
        border: none;
    }
    .system dl dt {
        padding: 10px 0 5px;
        border-bottom: none;
        white-space: initial;
    }
    .system dl dd {
        padding: 5px 0 10px;
        text-align: right;
        border-bottom: 1px solid #FFF !important;
    }
    .system dl dd:nth-child(4) {
        border-bottom: 1px solid #b59041 !important;
    }
    
}

.menu__content {
    display: flex;
    justify-content: space-between;
    max-width: 1010px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .menu__content {
        flex-direction: column;
    }
}

.menu__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    row-gap: 10px;
    width: 52%;
}
@media screen and (max-width: 768px) {
    .menu__body {
        align-items: center;
        width: 100%;
    }
}

.menu__heading {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: .2em;
}
@media screen and (max-width: 768px) {
    .menu__heading {
        font-size: 20px;
    }
}
@media screen and (max-width: 450px) {
    .menu__heading {
        font-size: 4.2vw;
    }
}
.menu__text {
    line-height: 3;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
}

.menu__img {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 43.18%;
}
@media screen and (max-width: 768px) {
    .menu__img {
        width: 100%;
        margin-top: 30px;
    }
}

.menu__img img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 306px;
    -o-object-fit: cover;
       object-fit: cover;
}

.menu__content--reverse {
    display: flex;
    flex-direction: row-reverse;
}
.menu .section__link {
    margin-top: 156px;
}
@media screen and (max-width: 768px) {
    .menu__content--reverse {
        flex-direction: column;
    }
    .menu__img img {
        max-height: initial;
    }
    .menu .section__link {
        margin-top: 100px;
    }
}

/* --------food------------------------------- */
.food {
    margin-top: 108px;
}

/* --------drink------------------------------- */
.drink {
    position: relative;
    width: 100vw;
    margin-top: 200px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(../images/bg-menu02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
    .drink {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.drink::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    content: "";
}

.menu__content.menu__content--drink {
    flex-direction: row-reverse;
    align-items: center;
    row-gap: 30px;
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
@media screen and (max-width: 768px) {
    .menu__content.menu__content--drink {
        flex-direction: column;
    }
}

.menu__content.menu__content--drink .menu__body {
    align-items: center;
    row-gap: 15px;
}

.menu__content.menu__content--drink .menu__body {
    align-items: center;
    row-gap: 15px;
}

.menu__content.menu__content--drink .section__title--illumi.section__title--illumi--flex {
    flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
    .menu__content.menu__content--drink .section__title--illumi.section__title--illumi--flex {
        flex-direction: column;
    }
}

.menu__content.menu__content--drink .menu__img img {
    height: 400px;
}

/* --------gallery------------------------------- */
.gallery {
    padding-top: 116px;
    padding-bottom: 119px;
    background-image: url(../images/bg-gallery.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
    .gallery {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.gallery__content {
    display: flex;
    justify-content: space-between;
         column-gap: 2.7vw;
    margin-top: 77px;
    padding: 0 47px;

    -moz-column-gap: 2.94vw;
}
@media screen and (max-width: 768px) {
    .gallery__content {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 0;
        padding: 0 20px;
        gap: 20px;
    }
}
.gallery-content__img:nth-child(even) {
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
    .gallery-content__img {
        width: 25%;
    }
    .gallery-content__img img {
        height: 31.55vw;
    }
}

@media screen and (max-width: 768px) {
    .gallery-content__img:nth-child(even) {
        margin-top: 0;
    }
}

.gallery__link {
    margin-top: 104px;
}

/* --------access------------------------------- */
.access {
    position: relative;
    padding-top: 110px;
    padding-bottom: 144px;
    background-image: url(../images/access-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
    .access {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.access .section__title--illumi {
    text-align: center;
}
.access .inner {
    position: relative;
    z-index: 2;
}

.access__content {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
    .access__content {
        flex-direction: column-reverse;
    }
}

.access-content__body {
    width: 37.46%;
}
@media screen and (max-width: 768px) {
    .access-content__body {
        width: 100%;
        margin-top: 40px;
    }
}

.access-content__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Josefin Sans", sans-serif;
}

.access-content__title--main {
    font-size: 30px;
    text-transform: uppercase;
}

.access-content__title--sub {
    font-size: 20px;
}

.section__link.access__link {
    margin-top: 124px;
}
@media screen and (max-width: 768px) {
    .section__link.access__link {
        margin-top: 60px;
    }
}

.access__list {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 55.68%;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
}
@media screen and (max-width: 768px) {
    .access__list {
        width: 100%;
    }
}

.access__list::before {
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
    background-color: rgba(13, 13, 13, .7);
    content: "";
}
@media screen and (max-width: 768px) {
    .access__list::before {
        display: none;
    }
}

.access-item {
    display: flex;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 0px 17px;
}

.access-item:not(:last-of-type) {
    border-bottom: 1px solid #b9b9b9;
}
@media screen and (max-width: 768px) {
    .access-item {
        flex-direction: column;
    }
}

.access-item {
    margin-top: 23px;
}

.access-item__title, .access-item__content {
    line-height: 2.25;
}

.access-item__title {
    /*flex: 1;*/
    text-transform: uppercase;
    text-align: center;
    width: 20%;
    letter-spacing: 0;
}

.access-item__content {
    /*flex: 2;*/
    width: 80%;
    letter-spacing: 0.1em;
    padding-left: 15px;
}

.section-link.access-content__link {
    margin-top: 80px;
}

.access-item__content a {
    color: #ffffff;
}

.access__map {
    width: 100%;
    height: 400px;
    margin-top: 71px;
}

@media screen and (max-width: 768px) {
    .access__map {
        height: 300px;
    }
    .access-item__title {
        width: 100%;
        padding: 0 10px;
        text-align: left;
    }
    .access-item__content {
        width: 100%;
        padding: 0 10px;
    }
}
.access__map iframe {
    width: 100%;
    height: 100%;
}

/* --------instagram------------------------------- */
.instagram {
    padding-top: 155px;
    padding-bottom: 158px;
    background-image: url(../images/bg-gallery.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
    .instagram {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.top_sns_share {
    margin-top: 0;
}


/* --------共通------------------------------- */
.inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --------タイトル----------- */
.section__title {
    position: relative;
    text-align: center;
}

.section-title__text--main {
    position: relative;
    color: #0d0d0d;
    font-weight: 600;
    font-size: 40px;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
    .section-title__text--main {
        font-size: 30px;
    }
}

.section-title__text--sub {
    color: #0d0d0d;
}

.section-title__text-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
         column-gap: 70px;

    -moz-column-gap: 70px;
}

.section-title__text-wrapper span {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #000000;
}

.section__link {
    text-align: center;
}

/* --------タイトルイルミ----------- */
.section__title--illumi--main {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 40px;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    text-shadow: 0 0 5px #6ea2a2, 0 0 10px #6ea2a2, 0 0 20px #6ea2a2, 0 0 30px #6ea2a2;
}
@media screen and (max-width: 768px) {
    .section__title--illumi--main {
        font-size: 30px;
    }
     .section-title__text-wrapper {
        column-gap: 20px;
        -moz-column-gap: 20px;
    }
}

.section__title--illumi.section__title--illumi--flex {
    display: flex;
    align-items: center;
         column-gap: 35px;

    -moz-column-gap: 35px;
}
@media screen and (max-width: 1024px) {
    .section__title--illumi.section__title--illumi--flex {
        flex-direction: column;
    }
}

/* --------heading----------- */
.section__heading {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.667;
    letter-spacing: .14em;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
    .section__heading {
        font-size: 20px;
    }
}
@media screen and (max-width: 450px) {
    .section__heading {
        font-size: max(16px, 4.2vw);
    }
}

/* --------ボタン----------- */
.section__link {
    width: 100%;
}

.section__link.section__link--left {
    display: flex;
}
@media screen and (max-width: 768px) {
    .section__link.section__link--left {
        justify-content: center;
    }
}

.section__link a {
    display: inline-block;
    position: relative;
    width: 21.76vw;
    font-size: 18px;
    min-width: 300px;
    max-width: 370px;
    padding: 23px;
    background-color: #b59041;
    color: #FFF;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
    .section__link a {
        min-width: 230px;
    }
}

.section__link a::after {
    position: absolute;
    top: 50%;
    right: -15.4%;
    width: 31%;
    height: 1px;
    background: linear-gradient(to left, #b59041 50%, #ffffff 50%);
    content: "";
}
@media screen and (max-width: 768px) {
    .section__link a::after {
        right: -10%;
        width: 25%;
    }
}

.section__link.section__link--white a {
    border: 1px solid #ffffff;
    background-color: transparent;
}

.section__link.section__link--white a::after {
    background: linear-gradient(to left, #ffffff 50%, #ffffff 50%);
}
.section__link.section__link--bk a {
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
}
.section__link.section__link--bk a::after {
    background: linear-gradient(to left, #000 50%, #000 50%);
}
@media screen and (max-width: 1024px) {
    .section__link.section__link--white a::after {
        right: -10%;
        width: 25%;
    }
}