@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

@media screen and (max-width: 959px) {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  position: relative;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #222222;
  font-weight: 400;
  background-color: #fff4f8;
  background-size: max(100%, 2178px) auto;
  background-repeat: repeat-y;
  background-position: center;
  padding-bottom: 150px;
}

.inner {
  padding: 0 20px;
}
@media screen and (max-width: 959px) {
  body {
    background-color: #fff4f8;
    padding-bottom: 0;
  }
}

a {
  color: #222222;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .l-header {
    height: 60px;
    max-width: 375px;
    border-radius: 0px;
    color: #fff;
    margin: 0 auto;
    background-color: transparent;
    left: 0;
    right: 0;
    z-index: 999;
    pointer-events: none;
  }
  .home .l-header {
    background-image: url(../webp/common/img_bg.webp);
  }
}
.inner {
  padding: 0 20px;
}

.l-footer {
  position: relative;
  height: 100%;
  background-color: #fff;
}
.l-footer__sns {
  margin-top: 50px;
  padding: 0 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.l-footer__news {
  background-color: #e56691;
}
.l-footer__news-img {
  padding: 48px 72px;
}

.l-footer__copyright {
  color: #333333;
  display: block;
  text-align: center;
  padding: 10px 0;
}
.l-footer__sns img {
  width: auto;
}

.l-main {
  position: relative;
  /*表示領域*/
  background-color: #ffffff;
  min-height: 100%;
}
.l-contents {
  max-width: 375px;
  margin: 150px auto 0;
}
@media screen and (max-width: 959px) {
  .l-main {
    margin: 0 auto;
    border-radius: 0;
  }
  .l-contents {
    max-width: 375px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
}
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

/* 共通項 */

/* mv */
.p-mv {
  padding-bottom: 25px;
}
/* .p-mv__ttl-back-wrapper {
  animation: scrollMvBackFlash 2s linear 0s infinite;
} */
.p-mv__ttl-back {
  position: absolute;
  width: 100%;
  height: 102px;
  background-image: url(../img/ttl_back.webp);
  background-size: 2698px auto;
  background-position: left 2698px center;
  animation: scrollMvBack 30s linear 0s infinite;
  z-index: 100;
}
@keyframes scrollMvBack {
  0% {
    background-position: left 2698px center;
  }
  100% {
    background-position: left 0px center;
  }
}
.pop__ttl-back {
  position: absolute;
  width: 100%;
  height: 47px;
  background-image: url(../img/pop-up-ttl.webp);
  background-size: 993px auto;
  background-position: left 993px center;
  animation: scrollMvBack 20s linear 0s infinite;
  z-index: 100;
  margin-left: -30px;
}
.pop__ttl-b {
  position: relative;
}
.pop__ttl-brown {
  position: absolute;
  width: 100%;
  height: 47px;
  background-image: url(../img/pop__ttl-brown.webp);
  background-size: 993px auto;
  background-position: left 993px center;
  animation: scrollMvBack 20s linear 0s infinite;
  z-index: 100;
  margin-top: -410px;
}
.--pb20 {
  padding-bottom: 60px;
}

@keyframes scrollMvBack {
  0% {
    background-position: left 993px center;
  }
  100% {
    background-position: left 0px center;
  }
}
/*@keyframes scrollMvBackFlash {
  0% {
    filter: brightness(1);
  }
   90% {
    filter: brightness(1);
  }
  90.5% {
    filter: brightness(1.1);
  }
  50% {
    filter: brightness(1.1);
  }
  100% {
    filter: brightness(1);
  }
} */
.p-mv__ttl-front {
  padding-left: 7px;
  margin-top: -10px;
}

.p-mv__image {
  position: relative; /* これも必要！ */
  overflow: hidden;
}
.p-mv__image .--logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.image {
  width: 100%;
  margin: -350px auto auto;
  margin-bottom: 30px;
}
.p-mv-collaborating-companies {
  display: block;
  opacity: 0;
  transition: opacity 0.8s;
}
.p-mv-collaborating-companies.--active {
  opacity: 1;
}
/* p-event-description */
.p-event-description {
  background-color: #e56691;
  color: #ffffff;
}
.p-event-description .logo {
  max-width: 270px;
  margin: 0px auto 40px;
  padding-top: 32px;
}
.p-event-description-ttl {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 40px;
}
.p-event-description p {
  font-family: "noto sans jp", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 2;
  font-weight: 300;
  margin-bottom: 32px;
}

.p-event-description__ending {
  padding-bottom: 40px;
}
.p-about-top {
  position: relative;
  margin-bottom: -1px;
}
.p-about-bottom {
  position: relative;
  z-index: 100;
  margin-top: -1px;
}

/* コラボ */
.p-collaborating-companies {
  background-color: #fff4f8;
  position: relative;
  margin-top: -29px;
  padding-bottom: 50px;
}
.p-collaborating-companies-ttl {
  max-width: 280px;
  margin: auto;
}
.category-wrapper {
  text-align: center;
}

.p-collaborating-companies-category {
  display: inline-block;
  margin-top: 12px;
  padding: 12px 30px;
  line-height: 1;
  font-size: 2.2rem;
  color: #e56691;
  border: 1px solid #e56691;
  border-radius: 999px;
  font-weight: 500;
}
.p-collaborating-companies-category-k {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 30px;
  line-height: 1;
  font-size: 2.2rem;
  color: #a17f5d;
  border: 1px solid #a17f5d;
  border-radius: 999px;
  font-weight: 500;
}
.category-read {
  margin: 24px auto 0;
  max-width: 280px;
}

.mt-28 {
  margin-top: 40px;
}

/* ペアリング・カクテルカード */
.card {
  position: relative;
  margin-top: 48px;
  border: 1px solid #e56691;
  border-radius: 8px;
  overflow: visible; /* 番号サークルをはみ出しても見えるように */
  background: #fff;
}
.card-k {
  position: relative;
  margin-top: 48px;
  border: 1px solid #a17f5d;
  border-radius: 8px;
  overflow: visible; /* 番号サークルをはみ出しても見えるように */
  background: #fff;
}

/* 番号サークル */
.card::before {
  content: attr(data-number); /* data-number 属性の値を表示 */
  position: absolute;
  top: -26px; /* カード上辺からはみ出す位置 */
  left: 16px; /* お好きな余白に合わせて */
  width: 63px;
  height: 63px;
  line-height: 63px; /* 縦中央揃え */
  text-align: center;
  border: 1px solid #e56691;
  border-radius: 50%;
  background: #fff;
  color: #e56691;
  font-size: 2.2rem;
  font-weight: 500;
}
.card-k::before {
  content: attr(data-number); /* data-number 属性の値を表示 */
  position: absolute;
  top: -26px; /* カード上辺からはみ出す位置 */
  left: 16px; /* お好きな余白に合わせて */
  width: 63px;
  height: 63px;
  line-height: 63px; /* 縦中央揃え */
  text-align: center;
  border: 1px solid #a17f5d;
  border-radius: 50%;
  background: #fff;
  color: #a17f5d;
  font-size: 2.2rem;
  font-weight: 500;
}
/* カクテルカード */
.card {
  position: relative;
  margin-top: 48px;
  border: 1px solid #e56691;
  border-radius: 8px;
  overflow: visible; /* 番号サークルをはみ出しても見えるように */
  background: #fff;
}
.gold {
  border: 1px solid #a17f5d;
  color: #a17f5d;
}

/* 画像 */
.card__img {
  display: block;
  width: 100%;
  height: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* ボディ部分 */
.card__body {
  padding: 22px;
}

/* ロケーション */
.card__location {
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
}

/* タイトル */
.card__title {
  font-size: 18px;
  margin: 0 0 8px;
  line-height: 1.2;
}

/* 説明文 */
.card__text {
  font-size: 14px;
  color: #333;
  font-family: "noto sans jp", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 2;
  font-weight: 500;
}

.card__companies-logo {
  max-width: 233px;
  text-align: center;
  margin: 0 auto 20px;
}

.card__text-s {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
}

.musasi-sticker-wrapper {
  font-family: "noto sans jp", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.dashed-divider {
  border: none; /* デフォルトの罫線を消す */
  border-top: 1.5px dashed #e56691; /* 線の太さ・スタイル・色を指定 */
  margin: 2rem 0; /* 上下の余白はお好みで */
}

.musasi-sticker-wrapper h4 {
  margin-bottom: 24px;
}

.musasi-sticker-wrapper p {
  line-height: 2;
  margin-top: 16px;
  text-align: 1.6rem;
}

/* ペアリングカード ここまで*===========================/
/* バーテンダー紹介 */
.bartender-top {
  position: relative;
  margin-bottom: 90px;
  z-index: 100;
}
.bartender {
  position: relative;
  margin-top: -120px;
  background-color: #3b2b27;
  color: #ffffff;
  font-family: "noto sans jp", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 300;
}
.bartender-ttl {
  padding-top: 90px;
}
.bartender-img {
  max-width: 300px;
  margin: 24px auto 0;
}

.bartender-name {
  max-width: 250px;
  margin: 20px auto 0;
}

.bartender-txt {
  margin-top: 20px;
}

.profile-ttl {
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
  font-size: 1.6rem;
}
.pb-110 {
  padding-bottom: 110px;
}
/* バーテンダー紹介 ここまで*===========================/
/* スナック */
.nighttime-top {
  position: relative;
  margin-top: -47px;
}
.nighttime {
  position: relative;
  margin-top: -1px;
  background-color: #100a03;
  color: #ffffff;
  font-family: "noto sans jp", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 300;
}
.nighttime-ttl {
  margin-bottom: 40px;
}

.nighttime-txt {
  padding: 32px 0;
}
.nighttime-bottom {
  position: relative;
  margin-top: -1px;
  z-index: 10000;
}

/* スナック ここまで*===========================/
/* product */

.p-mv__ttl-back {
  width: 100%;
  height: 66px;
  margin-top: 30px;
  background-image: url(../img/ttl_back.webp);
  background-size: 1536px auto;
  background-position: left 1536px center;
  animation: scrollMvBack 30s linear 0s infinite;
  z-index: 100;
}
@keyframes scrollMvBack {
  0% {
    background-position: left 1536px center;
  }
  100% {
    background-position: left 0px center;
  }
}

.p-product {
  background-color: #e56691;
  padding-bottom: 50px;
  margin-top: -30px;
  position: relative;
}

.product-bottom {
  position: relative;
  margin-top: -1px;
}

.p-product__overview {
  padding-top: 110px;
}

.p-product__schedule {
  max-width: 270px;
  margin: auto;
  padding: 56px 0 20px;
}

.p-product__subttl {
  font-size: 25.5px;
  text-align: center;
  color: #f1e4d0;
}

.p-product__subttl span {
  display: block;
}

.p-product__subttl span::after {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background-color: #f1e4d0;
  margin: 24px auto 12px;
}
.p-product__img {
  padding-top: 20px;
  opacity: 0;
  transition: opacity 0.6s;
}
.p-product__img.--active {
  opacity: 1;
}

.p-product__overview-content-button {
  margin-top: 80px;
  padding: 0 32px;
}

.p-product__overview-content-button a {
  background-color: #f1e4d0;
  color: #e56691;
  display: block;
  text-align: center;
  padding: 0.8em 0;
  margin-top: 20px;
}
.p-product__overview-content {
  margin-bottom: 20px;
}

/* プレゼント */
.p-present {
  margin: 40px 0 64px;
}

/* sns */
/* influencer */
.p-overview__influencer-post {
  background-color: #e56691;
  padding: 40px 30px 56px;
}
.p-overview__influencer-post h2 {
  text-align: center;
  color: #ffffff;
  font-size: 33px;
}
.p-overview__influencer-post-imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.p-overview__influencer-post-img {
  opacity: 0;
  transition: opacity 0.7s;
}
.p-overview__influencer-post-img.--wide {
  grid-column: 1 / 3;
}
.p-overview__influencer-post-img.--wide a {
  width: calc((100% - 10px) / 2);
  margin: 0 auto 20px;
}
.p-overview__influencer-post-img:nth-child(2) {
  transition-delay: 0.3s;
}
.p-overview__influencer-post-img:nth-child(3) {
  transition-delay: 0.6s;
}
.p-overview__influencer-post-img:nth-child(4) {
  transition-delay: 0.9s;
}
.p-overview__influencer-post-img:nth-child(5) {
  transition-delay: 1.2s;
}
.--active .p-overview__influencer-post-img {
  opacity: 1;
}

.p-overview__influencer-link {
  display: block;
  overflow: hidden;
  position: relative;
}

.p-overview__influencer-link::before,
.p-overview__influencer-link::after {
  content: "";
  transition: opacity 0.3s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.p-overview__influencer-link::before {
  background-color: #e56691;
  mix-blend-mode: multiply;
}
.p-overview__influencer-link::after {
  background-image: url(../svg/instagram_wh.svg);
  background-size: 24px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.p-overview__influencer-link:hover::before {
  opacity: 0.7;
}
.p-overview__influencer-link:hover::after {
  opacity: 1;
}

.follow-us {
  margin: 40px auto 0;
  max-width: 170px;
}

/* about */
.p-about {
  background-color: #f1e4d0;
  padding: 60px 0 5px;
}
.p-about__ttl {
  font-size: 25.5px;
  text-align: center;
}
.p-about__carousel {
  padding: 0 25px;
  position: relative;
  margin-top: 21.5px;
  margin-bottom: 90px;
}
.p-about__carousel .swiper-button-next,
.p-about__carousel .swiper-button-prev {
  padding: 20px 0;
}
.p-about__carousel .swiper-button-next:after,
.p-about__carousel .swiper-button-prev:after {
  font-size: 25px;
  color: #ffffff;
}
.p-about__carousel .swiper-button-next,
.p-about__carousel .swiper-rtl .swiper-button-prev {
  right: 0;
}
.p-about__carousel .swiper-button-prev,
.p-about__carousel .swiper-rtl .swiper-button-next {
  left: 0;
}
.p-about__carousel .swiper-horizontal > .swiper-pagination-bullets,
.p-about__carousel .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-about__carousel .swiper-pagination-custom,
.p-about__carousel .swiper-pagination-fraction {
  bottom: -35px;
}
.p-about__carousel .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-about__carousel .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.p-about__carousel .swiper-pagination-bullet {
  opacity: 1;
  background-color: #ffffff;
  width: 11px;
  height: 11px;
}
.p-about__carousel .swiper-pagination-bullet-active {
  background-color: #9a9a9a;
}

/* access */
.p-access {
  padding: 60px 0 40px;
  background-color: #ffffff;
}
.access-logo {
  max-width: 218px;
  margin: auto;
}
.p-access__container-logo {
  max-width: 264px;
  margin: auto;
  padding-bottom: 24px;
}
.p-access__container-lead .--name {
  font-size: 21px;
  text-align: center;
  margin-top: 32px;
}

.p-access__container-lead .--address {
  font-size: 15px;
  text-align: center;
  margin-top: 24px;
}

.p-access__container-lead .--tel {
  font-size: 15px;
  text-align: center;
  margin-top: 8px;
}

.p-access__container-Googlemap {
  margin-top: 32px;
}

.p-access__transportation {
  max-width: 260px;
  margin: 40px auto 0;
}
.p-access__transportation-way {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 18px;
}

.p-access__transportation-way + .p-access__transportation-way {
  margin-top: 24px;
}

.p-access__transportation-way .--info {
  font-size: 18px;
}

.p-access__transportation-way h3 {
  color: #e56691;
  margin-bottom: 5px;
}

/* media */
.p-media {
  padding: 30px 0 0;
  background-color: #ffffff;
}
.p-media__ttl {
  font-size: 25.5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-top: 30px;
}

/* footer */

.l-footer {
  padding: 10px 0 0;
}
.l-footer__contact {
  padding: 0 32px;
}

.l-footer__contact-button {
  background-color: #e56691;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 1em 0;
  margin-top: 20px;
  border: 3px solid #e56691;
  border-radius: 30px;
}

.l-footer__contact-button:hover {
  background-color: #ffffff;
  color: #e56691;
}
.l-footer__contact-button-b {
  background-color: #ffffff;
  color: #e56691;
  display: block;
  text-align: center;
  padding: 1em 0;
  margin-top: 20px;
  border: 3px solid#E56691;
  border-radius: 30px;
}

.l-footer__contact-button-b:hover {
  background-color: #e56691;
  color: #ffffff;
}

.l-footer__img {
  padding-top: 40px;
}
