@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  width: max-content;
  font-family: var(--font-en);
  font-size: max(3.6rem, 30px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  text-shadow: 0px 0px 15px #009DFF;
}

.common__btn {
  width: max-content;
  margin: 0 auto;
}

.common__btn a {
  border-bottom: solid 1px var(--white);
  width: 100%;
  height: 100%;
  font-family: var(--font-en);
  font-size: max(16px, 1.8rem);
  font-weight: 500;
  color: var(--white);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 0 1.8rem 1.7rem;

}

.common__btn--wt a {
  border-bottom: solid 1px var(--white);
  color: var(--white);
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(30px, 4.5rem);
  height: max(10px, 1.5rem);
}

.common__btn--wt a::after {
  background: url("../img/btn_arw-wt.png") no-repeat center / contain;
}

@media (max-width: 767px) {}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 47vw;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

.hero__slider .swiper-slide-active img,
.hero__slider .swiper-slide-duplicate-active img,
.hero__slider .swiper-slide-prev img {
  animation: zoomOut 7s linear both;
}

.hero .swiper-pagination {
  width: max-content !important;
  display: flex;
  column-gap: max(12px, 2rem);
  transform: translateX(-50%) !important;
  left: 50% !important;
  bottom: 3rem !important;
  z-index: 10;
}

.hero .swiper-pagination-bullet {
  background-color: #F9F9F9;
  width: 8px !important;
  height: 8px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}

.hero .swiper-pagination-bullet-active {
  background-color: #656565;
}

.hero__scroll {
  width: max(55px, 8.7rem);
  height: max(27px, 4.3rem);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 500;
  color: var(--black);
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 3rem;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
}

.hero__scroll::before {
  content: "";
  background-color: var(--white);
  width: 100%;
  height: max(55px, 8.7rem);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero__scroll::after {
  content: "";
  display: block;
  background-color: var(--black);
  width: 1px;
  height: max(6px, 1rem);
}

/*============================
	live
============================*/
.live {
  background: var(--black);
  padding: 9.5rem 0 8rem;
  position: relative;
}

.live__txt {
  text-align: center;
  letter-spacing: .08em;
  margin: 2.5rem 0 1.5rem;
}

.live__list {
  display: flex;
  justify-content: center;
  gap: 3.5rem;

}

.live__list li {
  width: max(145px, 20.7rem);
  aspect-ratio: 207 / 43;
  background: url(../img/btn_live.png) no-repeat center/contain;
}

.live__list li a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: max(14px, 1.4rem);
  line-height: 1;
  font-weight: 700;
  color: #000;
  font-family: "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  ;
}


@media (max-width: 767px) {}

.CMS-ARTICLE-INDEX {
  width: 109.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4.7rem;
  margin: 4rem auto 6.5rem;
}

@media (max-width: 767px) {
  .CMS-ARTICLE-INDEX {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.CMS-ARTICLE-LINK-CONTENT {
  display: block;
}

.CMS-ARTICLE-THUMBNAIL {
  width: 100%;
  height: 20.8rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .CMS-ARTICLE-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-ARTICLE-LINK {
  letter-spacing: 0.05em;
}

.CMS-ARTICLE-TIME {
  font-size: max(13px, 1.3rem);
  font-weight: 500;
  margin-bottom: 1rem;
}

.CMS-ARTICLE-MORE-READ {
  display: none;
}



/*============================
	news
============================*/
.news {
  background: url(../img/news_bg.jpg) no-repeat center center/cover;
  padding: 11.5rem 0 10.5rem;
  position: relative;
}


@media (max-width: 767px) {}

.CMS-NEWS-INDEX {
  width: 109.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4.7rem;
  margin: 7.4rem auto 7.5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 20.8rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK {
  letter-spacing: 0.05em;
}

.CMS-NEWS-TIME {
  font-size: max(13px, 1.3rem);
  font-weight: 500;
  margin-bottom: 1rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	about
============================*/
.about {
  background: var(--black);
  padding: 16rem 0 16rem;
  position: relative;
}

.about::after {
  content: "";
  position: absolute;
  display: block;
  top: 3.5rem;
  right: 0;
  width: 41.5%;
  aspect-ratio: 1125 / 669;
  background: url(../img/about_deco.png) no-repeat center /contain;
}

@media (max-width: 767px) {
  .about::after {
    width: min(50%, 30rem);
    width: 55%;
  }
}

.about__contents {
  width: 116.6rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 10rem 10rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .about__contents {
    width: 90%;
    flex-direction: column;
  }
}

.about__txt-wrapper {
  width: 100%;

}

/* @media (max-width: 767px) {
  .about__txt-wrapper {
    padding-top: 0;
  }
} */

.about .common__ttl {
  margin: 0 auto 8rem 0;
}

.about__txt-wrapper h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
}

.about__txt-wrapper p {
  font-size: max(12px, 1.4rem);
  line-height: calc(26/14);
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 2rem 0 6rem;
}

@media (min-width: 768px) {
  .about .common__btn {
    margin: 0;
  }
}

.about__img {
  width: 60rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .about__img {
    width: 100%;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 21rem 0 23rem;
  background-image: url("../img/drink.png"), url("../img/menu_bg.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: right 7% bottom 1rem, center center;
  background-size: 33% auto, cover;
  position: relative;
}


@media (max-width: 767px) {
  .menu {
    background-size: max(54%, 18rem) auto, cover;
  }
}

.menu__list {
  margin: 12rem auto 0 0;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    row-gap: 8rem;
    margin: 10rem auto 0;
  }
}

.menu__list-item {
  position: relative;
  display: flex;
  align-items: flex-end;

}


.menu__list-item .common__btn {
  margin: 2.7rem auto 0 0;
}


@media (max-width: 767px) {

  .menu__list-item {
    flex-direction: column;
    gap: 3rem;
  }

  .menu__list-item .common__btn {
    margin: 3rem auto 0
  }
}

.menu__txt-wrapper {
  width: 53rem;
  padding: 0 8rem 0;
}

@media (max-width: 767px) {
  .menu__txt-wrapper {
    width: 100%;
    padding: 2.5rem 4rem 0;
  }
}

.menu__txt-wrapper h3 {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  font-size: max(22px, 2.8rem);
  line-height: 1;
  display: flex;
  align-items: baseline;
}

.menu__txt-wrapper h3 span {
  font-size: .86em;
  color: #D9E2E5;
  font-family: var(--font-en);
  display: inline-block;
  margin-left: 3.8rem;
}

.menu__txt-wrapper p {
  font-size: max(14px, 1.6rem);
  letter-spacing: 0;
  line-height: calc(30/16);
  margin-bottom: 7.5rem;
}

.menu__img {
  width: 67rem;
  height: 100%;
}



@media (max-width: 767px) {
  .menu__img {
    width: 100%;
  }
}



/*============================
	gallery
============================*/
.gallery {
  padding: 7.5rem 0 13.1rem;
  background: var(--black);
}

.gallery__slider {
  height: 45rem;
  margin: 7rem 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .gallery__slider {
    height: 40rem;
  }
}


.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 100%;
}

.gallery .swiper-pagination {
  width: max-content !important;
  display: flex;
  column-gap: max(12px, 2rem);
  transform: translate(-50%, 100%) !important;
  left: 50% !important;
  bottom: -5rem !important;
  z-index: 10;
}

.gallery .swiper-pagination-bullet {
  background-color: #dcdcdc;
  width: 8px !important;
  height: 8px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}

.gallery .swiper-pagination-bullet-active {
  background-color: var(--blue);
}

/*============================
	access
============================*/
.access {
  background: url(../img/access_bg.jpg) no-repeat center center/cover;
  padding: 13.5rem 0 12.7rem;
  position: relative;
}

.access__contents {
  width: 118rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem 8.1rem;
  margin: 9rem auto 0 2rem;
}

.access__contents .div-wrap {
  width: 45rem;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    margin: 9rem auto 0;
    flex-direction: column;
    gap: 8rem;
  }

  .access__contents .div-wrap {
    width: 100%;
  }
}

.access__contents h3 {
  font-size: max(16px, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.access__contents p {
  font-size: max(14px, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 2rem 0 3.5rem;
}

.access__list {
  display: flex;
  flex-wrap: wrap;
}

.access__list dt,
.access__list dd {
  font-size: max(14px, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 1.7rem 0;
}

.access__list dt {
  width: max(75px, 9rem);
  font-weight: 700;
}

.access__list dd {
  width: calc(100% - max(75px, 9rem));
}

.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px #d0d0d0;
}

.access .common__btn {
  margin: 0 0 0 auto;
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: solid 1px #d0d0d0;
  }

}

@media (max-width: 767px) {

  .access__list dt,
  .access__list dd {
    width: 100%;
  }

  .access__list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2rem;
  }

    .access .common__btn {
    margin: 4rem auto 0;
  }
}

.access__reserve {
  width: 61.7rem;
  height: 41.1rem;
  flex-shrink: 0;
  margin-left: -8.7rem;
}

@media (max-width: 767px) {
  .access__reserve {
    width: 100%;
    margin: 0;
  }
}

.access__reserve h4 {
  font-size: max(12px, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  margin: 0 0 4rem;
}

.access__reserve li:first-of-type {
  border-bottom: dashed 1px var(--white);
}

.access__reserve a {
  display: block;
  width: 100%;
  padding: 4rem 0;
}

.access__reserve dl {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}

.access__reserve dl dt {
  width: max(300px, 41.5rem);
  font-size: max(12px, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.access__reserve dl dd {
  width: max(100px, 16rem);
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {

  .access__reserve dl dt,
  .access__reserve dl dd {
    width: 100%;
  }
}

.access__tel {
  font-family: var(--font-en);
  font-size: 12px;
}

@media (max-width: 767px) {
  .access__tel {
    font-size: 14px;
    text-decoration: none !important;
  }
}

.access__tel span {
  display: block;
  font-size: max(12px, 1.4rem);
  margin-left: 2rem;
}

@media (max-width: 767px) {
  .access__tel span {
    font-size: 14px;
    text-decoration: underline;
  }
}

.access__insta {
  font-family: var(--font-en);
  font-size: 12px;
}

@media (max-width: 767px) {
  .access__insta {
    font-size: 14px;
  }
}

.access__insta dd {
  gap: 4rem;
}

.access__insta dd::after {
  content: "";
  display: block;
  background: url("../img/insta.png") no-repeat center / contain;
  width: max(16px, 1.8rem);
  height: max(16px, 1.8rem);
}

/*============================
	insta
============================*/
.insta {
  background: var(--black);
  padding: 14rem 0 14rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .insta {
    padding: 10rem;
  }
}

.insta__contents {
  width: 88.7rem;
  margin: 9.5rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}

.CMS-INSTAGRAM-LIST>*:nth-of-type(n + 7) {
  display: none;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }
}

.CMS-INSTAGRAM-LIST img {
  width: 27.6rem;
  height: 27.6rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}