html {
  font-size: 10px;
}

body {
  -webkit-font-smoothing: antialiased;
  background: #F6F6ED;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
}

body.noscroll {
  overflow: hidden;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

th,
td {
  padding: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
  padding: 8rem 0 16.5rem;
}

.footer__inner {
  display: flex;
  gap: 5rem;
  justify-content: space-between;
}

.footer__ttl {
  font-family: "bely-display", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.footer__info dt {
  font-family: "arboria", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2.4rem;
}

.footer__info dd {
  font-weight: 400;
  margin-top: 0.8rem;
}

.footer__map {
  aspect-ratio: 623/462;
  height: 100%;
  max-width: 62.3rem;
  width: 100%;
}

.footer__map iframe {
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
  background: #fff;
  bottom: 0;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  height: 8.8rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

.header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  margin: auto;
  max-width: 127.2rem;
  padding: 0 4rem;
  position: relative;
}

.header__switch {
  max-width: 2.4rem;
}

.header__logo {
  left: 50%;
  max-width: 10.3rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin: auto;
  max-width: 136rem;
  padding: 0 4rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  margin-top: 8.8rem;
  overflow: hidden;
}

/*
 * c-btn
 * -------------------------------------------------------------
 */

.c-btn {
  align-items: center;
  background: #000;
  color: #FFFFFF;
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  gap: 0.8rem;
  height: 5.6rem;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.8;
  max-width: 62.1rem;
  overflow: hidden;
  position: relative;
  transition: background 0.2s color 0.2s;
  width: 100%;
}

.c-btn::after {
  background: url(./../images/btn_arrow.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 1.1rem;
  transition: all 0.2s;
  width: 1.2rem;
}

.c-btn span {
  position: relative;
  z-index: 1;
}

.c-btn--sm {
  max-width: 18.6rem;
}

.c-btn--wht {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.c-btn--wht::after {
  filter: brightness(0) invert(0);
}

.c-btn:hover {
  color: #000;
  opacity: 1;
}

.c-btn:hover::after {
  filter: brightness(0) invert(0);
}

.c-btn--wht:hover {
  border: none;
}

.c-btn::before {
  background: #E9E611;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 0;
}

.c-btn:hover::before {
  left: 0;
  transform: translateX(0);
}

/*
 * c-float
 * -------------------------------------------------------------
 */

.c-float {
  background: #000;
  background: linear-gradient(129.27deg, #030303 -48.27%, #081B38 98.04%);
  border: 0.4rem solid #E9E611;
  border-radius: 50%;
  bottom: 6.4rem;
  height: 16rem;
  max-width: 16rem;
  opacity: 0;
  position: fixed;
  right: max(2rem, 50% - 72rem + 6.4rem);
  transition: all 0.3s ease;
  width: 100%;
  z-index: 10;
}

.c-float:hover {
  filter: brightness(120%);
  transform: translateY(-1rem);
}

.c-float__btn {
  align-items: center;
  color: #FFFFFF;
  display: grid;
  font-size: 2rem;
  font-weight: 600;
  height: 100%;
  justify-items: center;
  line-height: 1.6;
  place-items: center;
  text-align: center;
  width: 100%;
}

.c-float:hover .c-float__btn {
  opacity: 1;
}

.c-float--visible {
  opacity: 1;
}

/*
 * c-text
 * -------------------------------------------------------------
 */

.c-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

/*
 * about-swiper
 * -------------------------------------------------------------
 */

.about-swiper {
  overflow: visible !important;
}

.about-swiper {
  -webkit-clip-path: inset(0% -50vw 0% 0%);
  clip-path: inset(0% -50vw 0% 0%);
  margin-top: 3.2rem;
}

.about-swiper .swiper-slide {
  height: auto;
}

.about-swiper__item {
  max-width: 31.2rem;
}

.about-swiper__img {
  aspect-ratio: 312/218;
}

.about-swiper__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.about-swiper__ttl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 1.2rem;
}

.about-swiper__ttl sup {
  font-size: 1.2rem;
  left: 0.2rem;
  position: relative;
  top: -1.1rem;
}

.about-swiper__text {
  font-weight: 400;
}

/*
 * about
 * -------------------------------------------------------------
 */

.about {
  background: #fff;
  padding: 8rem 0;
}

.about__head {
  display: flex;
  gap: 3.2rem;
}

.about__img {
  max-width: 51.4rem;
  width: 100%;
}

.about__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.about__head-body {
  flex: 1;
  padding-right: 0.7rem;
}

.about__head-ttl {
  max-width: 14.8rem;
}

.about__head-text {
  font-weight: 400;
  margin-top: 1.6rem;
}

.about__body {
  margin-top: 6.2rem;
}

.about__body-ttl {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.3;
}

.about__body-text {
  margin-top: 1.6rem;
}

.about__links {
  display: flex;
  justify-content: space-between;
  margin-top: 3.2rem;
}

/*
 * cocktails-swiper
 * -------------------------------------------------------------
 */

.cocktails-swiper .swiper-wrapper {
  flex-direction: column !important;
  gap: 1.6rem !important;
}

.cocktails-swiper__item {
  align-items: center;
  display: flex;
  gap: 3.2rem;
}

.cocktails-swiper__item:not(:nth-child(1)) {
  margin-top: 1.6rem;
}

.cocktails-swiper__detail {
  flex: 1;
}

.cocktails-swiper__ttl {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8;
  text-transform: capitalize;
}

.cocktails-swiper__text {
  margin-top: 0.4rem;
}

.cocktails-swiper__img {
  aspect-ratio: 248/248;
  max-width: 24.8rem;
}

.cocktails-swiper__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
  background: #000;
  height: 65rem;
}

.fv__inner {
  height: 100%;
  max-width: 101rem;
  padding: 0 2rem;
  position: relative;
}

.fv__img {
  left: 50%;
  max-width: 32.5rem;
  position: absolute;
  top: 3rem;
  transform: translateX(-50%);
  width: 100%;
}

.fv__ttl {
  bottom: 9.8rem;
  color: #E9E611;
  font-family: "bely-display", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 0.9;
  position: absolute;
  right: 2rem;
}

.fv__ttl .lg {
  display: inline-block;
  font-size: 10.2rem;
  margin-bottom: 1.7rem;
}

.fv__hideen {
  clip: rect(1px, 1px, 1px, 1px);
  font-size: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.fv__ttl .sm {
  color: #FFFFFF;
  display: block;
  font-family: "arboria", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-top: 2.6rem;
}

/*
 * intro
 * -------------------------------------------------------------
 */

.intro {
  padding: 4.8rem 0 2rem;
}

.intro__inner {
  position: relative;
}

.intro__body {
  background: #fff;
  display: flex;
  gap: 3.7rem;
  padding: 6.3rem 5.5rem 6rem;
}

.intro__head {
  max-width: 51.6rem;
  width: 45%;
}

.intro__ttl {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.intro__ttl .sm {
  display: block;
  font-family: "arboria", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.intro__text {
  margin-top: 0.9rem;
}

.intro__btn {
  margin-top: 3.2rem;
}

.intro__list {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3rem;
}

.intro__item {
  display: flex;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8;
}

.intro__item span {
  display: inline-block;
  font-family: "bely-display", sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  margin-right: 1.8rem;
}

.intro__item p {
  padding-top: 0.6rem;
}

.intro__label {
  bottom: -6.6rem;
  filter: drop-shadow(1.08763px 4.35052px 52.2062px rgba(255, 255, 255, 0.24));
  max-width: 17.4rem;
  position: absolute;
  right: 2.2rem;
  width: 100%;
}

/*
 * plan
 * -------------------------------------------------------------
 */

.plan {
  padding: 8rem 0;
}

.plan__flex {
  align-items: center;
  display: flex;
  gap: 7.3rem;
}

.plan__body {
  flex: 1;
  max-width: 58.3rem;
}

.plan__head {
  align-items: center;
  display: flex;
  gap: 1.6rem;
}

.plan__num {
  display: inline-block;
  font-family: "bely-display", sans-serif;
  font-size: 12rem;
  font-weight: 400;
  line-height: 1;
}

.plan__ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  top: 0.9rem;
}

.plan__img {
  aspect-ratio: 623/415;
  max-width: 62.3rem;
  width: 50%;
}

.plan__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

/*
 * plan01
 * -------------------------------------------------------------
 */

.plan__detail {
  font-size: 1.6rem;
  margin-top: 5rem;
}

.plan__detail dt {
  font-weight: 600;
}

.plan__detail dt:not(:nth-child(1)) {
  margin-top: 1.9rem;
}

.plan__btn {
  margin-top: 2.4rem;
}

/*
 * plan02
 * -------------------------------------------------------------
 */

.plan02 {
  background: #000;
  color: #fff;
}

.plan02 .plan__text {
  margin-top: 5.4rem;
}

.plan__guest {
  display: flex;
  gap: 2.4rem;
  margin-top: 8.8rem;
}

.plan__guest-img {
  max-width: 40.5rem;
}

.plan__guest-img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.plan__guest-detail {
  flex: 1;
  padding-top: 3.6rem;
}

.plan__guest-name {
  font-size: 3.2rem;
  font-weight: 600;
  text-transform: capitalize;
}

.plan__guest-name span {
  display: block;
  font-size: 2rem;
  margin-bottom: 0.9rem;
}

.plan__guest-text {
  margin-top: 1.8rem;
}

.plan__cocktails {
  display: flex;
  gap: 3.2rem;
  margin-top: 8rem;
}

.plan__cocktails-head {
  max-width: 40.5rem;
  width: 100%;
}

.plan__cocktails-ttl {
  font-family: "bely-display", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.3;
}

.plan__cocktails-body {
  flex: 1;
}

.plan__bar {
  display: flex;
  gap: 3.2rem;
  margin-top: 8.8rem;
}

.plan__bar-img {
  aspect-ratio: 623/365;
  max-width: 62.3rem;
  width: 50%;
}

.plan__bar-img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.plan__bar-ttl {
  font-family: "bely-display", sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 3.7rem;
  text-transform: capitalize;
}

.plan__bar-text {
  margin-top: 2.9rem;
}

.plan__bar-info {
  margin-top: 2.4rem;
}

.plan__bar-info span {
  display: block;
  font-weight: 600;
}

/*
 * plan03
 * -------------------------------------------------------------
 */

.plan03 .plan__text {
  margin-top: 5rem;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

@media screen and (min-width: 1025px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}

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

  html {
    font-size: 0.78125vw;
  }

}

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

  html {
    font-size: 10px;
  }

  .footer {
    padding: 4rem 0 15rem;
  }

  .footer__inner {
    flex-direction: column;
    gap: 1.6rem;
  }

  .footer__ttl {
    font-size: 3.2rem;
  }

  .footer__info {
    margin-top: 2.9rem;
  }

  .footer__info dt {
    font-size: 1.6rem;
    margin-top: 1.7rem;
  }

  .footer__info dd {
    font-size: 1.6rem;
  }

  .footer__map {
    aspect-ratio: 350/192;
    margin-top: 0;
    max-width: 100%;
  }

  .header {
    height: 6rem;
  }

  .header__inner {
    padding: 1rem 2.2rem 0.8rem;
  }

  .header__switch {
    max-width: 2rem;
  }

  .header__logo {
    max-width: 7.2rem;
  }

  .l-inner {
    padding: 0 2rem;
  }

  .l-main {
    margin-top: 6rem;
  }

  .c-btn {
    font-size: 1.6rem;
    height: 4.8rem;
    max-width: 100%;
  }

  .c-btn--sm {
    max-width: 100%;
  }

  .c-float {
    bottom: 2rem;
    height: 11.2rem;
    max-width: 11.2rem;
    right: calc((100% - 39rem) / 2 + 2rem);
  }

  .c-float__btn {
    font-size: 1.6rem;
  }

  .c-text {
    font-size: 1.4rem;
  }

  .about-swiper {
    margin-top: 3.6rem;
  }

  .about-swiper__item {
    max-width: 29.1rem;
  }

  .about-swiper__img {
    aspect-ratio: 291/200;
  }

  .about-swiper__ttl {
    font-size: 1.6rem;
  }

  .about-swiper__ttl sup {
    left: 0.4rem;
    top: -0.4rem;
  }

  .about {
    padding: 4rem 0;
  }

  .about__head {
    flex-direction: column;
    gap: 1.6rem;
  }

  .about__img {
    aspect-ratio: 350/233;
    max-width: 100%;
  }

  .about__head-body {
    padding-right: 0;
  }

  .about__head-ttl {
    max-width: 13rem;
  }

  .about__body {
    margin-top: 3.6rem;
  }

  .about__body-ttl {
    font-size: 3.2rem;
  }

  .about__links {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 3.6rem;
  }

  .cocktails-swiper {
    overflow: visible !important;
  }

  .cocktails-swiper {
    -webkit-clip-path: inset(0% -50vw 0% 0%);
    clip-path: inset(0% -50vw 0% 0%);
  }

  .cocktails-swiper .swiper-wrapper {
    flex-direction: row !important;
    gap: 0 !important;
  }

  .cocktails-swiper__item {
    flex-direction: column-reverse;
    gap: 1.2rem;
  }

  .cocktails-swiper__item:not(:nth-child(1)) {
    margin-top: 0;
  }

  .cocktails-swiper__ttl {
    font-size: 1.6rem;
  }

  .cocktails-swiper__img {
    aspect-ratio: 264/264;
    max-width: 100%;
    width: 100%;
  }

  .fv {
    aspect-ratio: 390/546;
    height: auto;
  }

  .fv__img {
    max-width: 66.7vw;
    top: 8.72vw;
  }

  .fv__ttl {
    bottom: 7.2vw;
    font-size: 13.33vw;
    left: 50%;
    line-height: 0.98;
    right: auto;
    text-align: center;
    transform: translateX(-50%);
  }

  .fv__ttl .lg {
    font-size: 22.56vw;
  }

  .fv__ttl .sm {
    font-size: 4.62vw;
    margin-top: 12.8vw;
  }

  .intro {
    padding: 4rem 0 3.4rem;
  }

  .intro__body {
    flex-direction: column;
    gap: 5rem;
    padding: 3rem 1.95rem 3.8rem;
  }

  .intro__head {
    max-width: 100%;
    width: 100%;
  }

  .intro__ttl {
    font-size: 3.2rem;
  }

  .intro__ttl .sm {
    font-size: 1.6rem;
  }

  .intro__text {
    margin-top: 1.3rem;
  }

  .intro__btn {
    margin-top: 0.7rem;
  }

  .intro__list {
    gap: 5rem;
  }

  .intro__item {
    font-size: 1.6rem;
  }

  .intro__item span {
    font-size: 2.8rem;
    margin-right: 1rem;
  }

  .intro__item p {
    padding-top: 0.1rem;
  }

  .intro__label {
    max-width: 11.6rem;
    right: 1.1rem;
  }

  .plan {
    padding: 4rem 0;
  }

  .plan__flex {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .plan__body {
    display: contents;
  }

  .plan__head {
    gap: 0.8rem;
    order: 1;
  }

  .plan__num {
    font-size: 8rem;
  }

  .plan__ttl {
    font-size: 2.8rem;
    padding-right: 0.3rem;
    position: relative;
    top: 0.4rem;
  }

  .plan__img {
    aspect-ratio: 1/1;
    margin-top: 4rem;
    max-width: 100%;
    order: 2;
    width: 100%;
  }

  .plan__text {
    order: 3;
  }

  .plan__detail {
    font-size: 1.4rem;
    margin-top: 1.9rem;
    order: 3;
  }

  .plan__detail dt {
    font-size: 1.6rem;
  }

  .plan__detail dt:not(:nth-child(1)) {
    margin-top: 2.3rem;
  }

  .plan__detail dd {
    margin-top: 0.6rem;
  }

  .plan__btn {
    height: 5.6rem;
    margin-top: 1.6rem;
    order: 4;
  }

  .plan02 {
    padding-top: 5.3rem;
  }

  .plan02 .plan__text {
    margin-top: 2.4rem;
  }

  .plan__guest {
    flex-direction: column;
    gap: 2rem;
    margin-top: 6.4rem;
  }

  .plan__guest-img {
    aspect-ratio: 350/233;
    max-width: 100%;
  }

  .plan__guest-detail {
    padding-top: 0;
  }

  .plan__guest-name {
    font-size: 2.4rem;
  }

  .plan__guest-name span {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }

  .plan__guest-text {
    margin-top: 2.4rem;
  }

  .plan__cocktails {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 6.4rem;
  }

  .plan__cocktails-head {
    max-width: 100%;
    width: 100%;
  }

  .plan__cocktails-ttl {
    font-size: 3.2rem;
  }

  .plan__bar {
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 6.4rem;
  }

  .plan__bar-img {
    aspect-ratio: 350/233;
    max-width: 100%;
    width: 100%;
  }

  .plan__bar-ttl {
    font-size: 3.2rem;
    margin-top: 0;
  }

  .plan__bar-text {
    margin-top: 0;
  }

  .plan__bar-info {
    margin-top: 0;
  }

  .plan02 .plan__img {
    aspect-ratio: 350/238;
    margin-top: 4.5rem;
  }

  .plan03 .plan__text {
    margin-top: 1.6rem;
  }

  .plan03 .plan__img {
    margin-top: 1.6rem;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

}

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

  html {
    font-size: 2.564vw;
  }

}


/*# sourceMappingURL=style.css.map */