@charset "UTF-8";

/* --------mv------------------------------- */
.mv {
    width: 100%;
    height: 100vh;
    max-height: 800px;
    background-image: url(../images/top-mv.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.mv::before {
    content: "";
    background: url(../images/header-bg.png) no-repeat top center / cover;
    width: 100%;
    height: 13.1vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    mix-blend-mode: multiply;
}

/* --------news------------------------------- */
.news {
    padding-top: 75px;
    padding-bottom: 123px;
    background-image: url(../images/bg-news.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
 .news h2 {
    width: 19rem;
    margin: 0 auto;
 }
@media screen and (max-width: 768px) {
    .news {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.CMS-NEWS-INDEX {
    display: flex;
    gap: 25px;
    max-width: 1012px;
    margin: 0 auto;
}
.CMS-NEWS-ITEM {
    width: 31.7%;
}
.CMS-NEWS-ITEM a {
    display: flex;
    flex-direction: column;
}
.CMS-NEWS-ITEM img {
    height: 200px;
    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;
        width: 100%;
    }
    .CMS-NEWS-LINK {
        font-size: 14px;
        width: 100%;
    }
    .CMS-NEWS-ITEM {
        width: 100%;
    }
}

.CMS-NEWS-TIME {
    flex: 1;
    font-size: 14px;
    margin-top: 25px;
    font-weight: 500;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

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

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

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

/* --------concept------------------------------- */
.concept {
    position: relative;
    background-image: url(../images/concept-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 20px;
}
.concept h2 {
    font-size: max(34px, 4.4vw);
    font-weight: 700;
    color: #FFF;
    letter-spacing: 0.1em;
    line-height: 1;
}
@media screen and (max-width: 768px) {

}

.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 {
    border-left: 3px solid #ff00ff;
    border-right: 3px solid #ff00ff;
    border-image: linear-gradient(to left, #ff00ff 0%, #d500ff 100%) 1;
    padding: 158px 20px 130px;
}
.concept__inner {
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 768px) {
    .concept .inner {
        padding: 80 20px;
    }
}

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

.concept__content {
    position: relative;
    width: 100%;
    max-width: 800px;
    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: 100%;
    margin: 0 auto;
    padding-bottom: 65px;
    color: #ffffff;
}

.concept-content__text {
    line-height: 2.25;
    text-align: center;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
}
/*@media screen and (max-width: 768px) {
    .concept-content__text {
        letter-spacing: 0.05em;
    }
}*/


/* --------menu------------------------------- */
.menu {
    padding-top: 105px;
    padding-bottom: 194px;
    background-image: url(../images/bg-menu.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.menu-deco-1 {
    position: absolute;
    top: 4.9vw;
    left: 12.2vw;
    width: 16.1vw;
    z-index: 2;
    pointer-events: none;
}
.menu-deco-2 {
    position: absolute;
    top: -1vw;
    right: 7.7vw;
    width: 29.3vw;
    z-index: 2;
    pointer-events: none;
}
.menu-deco-3 {
    position: absolute;
    bottom: 17vw;
    right: 5.4vw;
    width: 16.4vw;
    z-index: 0;
    pointer-events: none;
}
.menu h2 {
    width: 16.5rem;
    margin: 0 auto 5rem;
}
.menu h3 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1;
    color: #FFF;
    text-align: center;
    width: 100%;
    border-top: 1px solid #ff00ff;
    border-bottom: 1px solid #ff00ff;
    border-image: linear-gradient(to left, #ff00ff 0%, #d500ff 100%) 1;
    padding: 20px 0;
}
@media screen and (max-width: 1100px) {
    .menu-deco-1 {
        left: 1rem;
    }
    .menu-deco-2 {
        right: 1rem
    }
}
@media screen and (max-width: 768px) {
    .menu {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .menu-deco-3 {
        bottom: 12vw;
        right: 0.4vw;
        width: 14.4vw;
    }
    
}

.menu__content {
    display: flex;
    justify-content: space-between;
    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: 45.455%;
}
@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: calc(36/16);
    letter-spacing: 0.21em;
    font-feature-settings: "palt";
}

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

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

.menu__content--reverse {
    display: flex;
    flex-direction: row-reverse;
}
.menu .section__link {
    margin-top: 116px;
}
@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: 111px;
}

/* --------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;
}

.section__title--illumi--flex {
    width: 100%;
}
@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: 80px;
    padding-bottom: 110px;
    background-image: url(../images/bg-news.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.gallery h2 {
    width: 18.5rem;
    margin: 0 auto;
}
@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: 60px;
}
.gallery__slider {
  margin: 2rem 0 5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
  height: 219px;
}

.gallery__slider .swiper-slide {
  width: 18.8rem;
  /*height: 22.6rem;*/
  margin: 0 1.3px;
}
.gallery__slider .swiper-slide img {
  object-fit: cover;
}

@media (max-width: 768px) {
  .gallery__slider .swiper-slide {
    width: 21rem;
  }
}
/* --------access------------------------------- */
.access {
    position: relative;
    padding-top: 110px;
    background-image: url(../images/access-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.access h2 {
    width: 16rem;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .access {
        padding-top: 80px;
    }
}

.access .section__title--illumi {
    text-align: center;
}
.access .inner {
    position: relative;
    z-index: 2;
    padding: 0;
    max-width: initial;
}

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

.access-content__body {
    width: 51.8%;
}
@media screen and (max-width: 1270px) {
    .access-content__body {
        width: 40%;
    }
}
@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: 43.54%;
}
@media screen and (max-width: 1270px) {
    .access__list {
        width: 52%;
    }
}
@media screen and (max-width: 768px) {
    .access__list {
        width: 100%;
    }
}

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

.access-item:not(:nth-child(n+5)) {
    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: 480px;
    margin-top: 167px;
    filter: grayscale(1);
}
.access .section__link a {
    margin-right: auto;
    display: block;
}

@media screen and (max-width: 1270px) {
    .access__content {
        padding: 0 20px;
    }
}

@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 .section__link a {
        margin-right: auto;
        margin-left: auto;
    }
}
.access__map iframe {
    width: 100%;
    height: 100%;
}

/* --------instagram------------------------------- */
.instagram {
    padding-top: 85px;
    padding-bottom: 149px;
    background-image: url(../images/bg-news.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.instagram h2 {
    width: 22rem;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .instagram {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .instagram h2 {
        width: 18rem;
    }
}

.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__link a {
    display: block;
    margin-right: auto;
}

/* --------タイトルイルミ----------- */
.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 1px #ffffff, 0 0 3px #ffffff, 0 0 0px #ffffff, 0 0 17px #ffffff;
}
@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: 700;
    font-size: 26px;
    line-height: 1.69;
    letter-spacing: .21em;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
    font-feature-settings: "palt";
}
@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: 15vw;
    font-size: 16px;
    font-weight: 500;;
    min-width: 215px;
    max-width: 370px;
    padding: 12px 0;
    background-color: initial;
    color: #FFF;
    letter-spacing: 0.2em;
    border: 1px solid #FFF;
}
@media screen and (max-width: 768px) {
    .section__link a {
        min-width: 230px;
    }
}

.section__link a::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 15%;
    height: 1px;
    background: linear-gradient(to left, #FFF 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%;
    }
}


.scroll {
  color: #FFF;
  position: absolute;
  left: clamp(1rem, 4.1666666667vw, 6rem);
  bottom: -6rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
}

.scroll span {
  width: 0.14rem;
  height: 4.8rem;
  background: #FFF;
  margin-top: 0.5rem;
  display: block;
  margin-right: 0.2rem;
  -webkit-animation: scroll infinite 1.2s;
  animation: scroll infinite 1.2s;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}

.bg-parallax {
    height: 28.15rem;
}

.bg-parallax::before {
    content: "";
    background: url(../images/bg-pa.jpg) no-repeat center / cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -10;
}