@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

*{box-sizing: border-box;}
/* float解除用 */
.clearlist {
	content: "";
	display: block;
	clear: both;
}

body{
    overflow-x: hidden;
    background-color: #333;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

a{
    text-decoration: none;
    list-style: none;
    color: inherit;
}



.iphone{
    display: none;
}


/* ロゴ固定 */
.fixed-logo {
  position: fixed;
  top: 14px;
  left: 20px;
  z-index: 2500;
}
.fixed-logo img {
  height: 50px;
}

/* モバイルは中央 */
@media (max-width: 768px) {
  .fixed-logo {
    left: 50%;
    transform: translateX(-50%);
  }

  .pc{
    display: none;
  }

  .iphone{
    display: block;
  }
}

/* ナビ（透明） */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000; /* 最前面 */
  background: transparent;
}


.nav-inner {
  position: relative; /* 右側固定の基準 */
}
.nav-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* ← PCナビ右寄せ */
  padding: 20px 20px 0 0;
}


/* PC右側ナビ全体を固定 */
.pc-reserve,
.menu {
  position: relative;
  right: 0;
  z-index: 2100;
}


/* PC：予約テキスト + インスタ横並び */
.pc-reserve {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.reserve-text {
  color: #ffb84d; /* 押したくなる金色 */
  font-size: 15px;
  font-weight: 600;
}

.insta-icon i {
  font-size: 22px;
  color: #fff;
  transition: 0.3s;
}
.insta-icon i:hover {
  color: #ffb84d;
}

/* PCメニュー（右寄せ） */
.menu ul {
  display: flex;
  gap: 32px;
  list-style: none;
}
.menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

/* 下線（アクティブ） */
.menu ul li a.active,
.mobile-menu a.active {
  position: relative;
}
.menu ul li a.active::after,
.mobile-menu a.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

/* ハンバーガー（最前面） */
.hamburger {
  width: 28px;
  height: 22px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 3000;
  margin-top: 10px;
}
.hamburger span {
  height: 3px;
  background: #fff;
  border-radius: 3px;
  transition: 0.4s;
}

/* ✖️アニメーション */
.hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* 円形背景 */
.circle-bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: #2f2f2f;
  border-radius: 50%;
  transform: translate(50%, -50%);
  transition: 0.6s ease;
  z-index: 1500;
  pointer-events: none;
}
.circle-bg.active {
  width: 200vmax;
  height: 200vmax;
}

/* モバイルメニュー */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2400;
  pointer-events: none;
}
.mobile-menu.show {
  display: flex !important;
  pointer-events: auto;
}

.mobile-menu a {
  color: #fff;
  font-size: 24px;
  padding: 16px 0;
  text-decoration: none;
}

/* モバイル：予約テキスト + インスタ */
.mobile-reserve {
  margin-top: 40px;
  text-align: center;
}
.mobile-reserve .reserve-text {
  display: block;
  margin-bottom: 10px;
  color: #ffb84d;
  font-size: 20px;
  font-weight: 700;
}

/* PCでは下線なし */
.menu ul li a.active::after {
  display: none;
}

/* モバイルのみ下線（全項目） */
@media (max-width: 768px) {
.mobile-menu a { position: relative; text-align: center; } .mobile-menu a::after { content: ""; position: absolute; bottom: -6px; left: 50%; transform: translateX(-50%); width: 60%; height: 2px; background: #888; /* ← 落ち着いたグレーに統一 */ }
}

/* モバイル表示 */
@media (max-width: 768px) {
  .menu,
  .pc-reserve {
    display: none;
  }
  .hamburger {
    display: flex;
  }
}

/* モバイル：Home の項目だけ背景画像 */
.mobile-menu .mobile-home {
  width: 80%;
  padding: 20px;
  text-align: center;
  position: relative;
  background: url('../images/store2.jpg') center/cover no-repeat;
  overflow: hidden;
}

/* 黒透過レイヤー */
.mobile-menu .mobile-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45); /* ← 透過度は調整可能 */
  z-index: 0;
}

/* テキストを前面に */
.mobile-menu .mobile-home {
  position: relative;
  z-index: 1;
}
.mobile-menu .mobile-home * {
  position: relative;
  z-index: 2;
}


.topcover {
  background: url('../images/topcover.png') ;
  background-size: cover;
}


@media (max-width: 768px) {
   .topcover{
    background-image: url(../images/topcover2.png);
    background-size: cover;
   }
}


.catchcopy{
    padding: 70px 0;
    text-align: center;
}

.catchcopy img{
    width: 100%;
}

.fade-image-wrap {
  overflow: hidden;
}

.fade-image {
  width: 100%;
  opacity: 0;
  transform: scale(1.04);
  animation: fadeInImage 1.8s ease-out forwards;
}

@keyframes fadeInImage {
  0% {
    opacity: 0;
    transform: scale(1.04);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .catchcopy{
    padding: 200px 0;
    text-align: center;
  }





}

.catch-jp { font-family: "Noto Sans JP", sans-serif; font-size: 1.05rem; letter-spacing: 0.12em; color: #c9a36b; opacity: 0.9; text-align: center; margin-top: 18px; }


/* ===========================
   背景画像 + 黒透過
=========================== */
.concept-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
 background-color: #333;
}

.consept-cover{
    background-image: url(../images/tenon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/* ===========================
   PC レイアウト（高さ順 完全版）
=========================== */
.concept-inner {
  position: relative;
  z-index: 2;
  width: 85%;
  max-width: 1300px;
  margin: auto;
  padding: 80px 0;

  display: flex;
  justify-content: center;
  align-items: flex-end; /* ← 画像の下端に揃える */
  gap: 60px;
}

/* ① 一番上：「こんなバーです」 */
.concept-copy {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #ffb84d;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 300px; /* ← 最上段に配置 */
  padding-left: 20px;
  z-index: 3;
}

/* ② 説明文（トップを「バーです」よりさらに下へ） */
.concept-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding-right: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 2px;

  height: 420px;           /* ← 高さ固定 */
  display: flex;
  align-items: flex-start; /* ← 上寄せ */
  justify-content: center;

  /* ★ここが今回の最重要ポイント★  
     説明文のトップをもっと下へ落とす */
  margin-bottom: 120px;    /* ← ここを増やすと説明文が下へ動く */

  margin-right: -80px;     /* ← 画像に寄せる */
  z-index: 2;
}

.consept-image{
    position: absolute;
    top: 30%;
    left: 25%;
    transform: translate(-50%);
}

.consept-image img{
    width: 100%;
    width: 700px;
    opacity: 0.5;
}

.consept-image1{
    position: absolute;
    top: 5%;
    right: -100px;
    transform: translate(-50%);
}

.consept-image1 img{
    width: 100%;
    width: 430px;
    opacity: 0.5;
}

@media (max-width: 768px) {
 .concept-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
 background-color: #333;
}

.consept-cover{
    background-image: url(../images/tenon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/* ===========================
   PC レイアウト（高さ順 完全版）
=========================== */
.concept-inner {
  position: relative;
  z-index: 2;
  width: 85%;
  max-width: 1300px;
  margin: auto;
  padding: 80px 0;

  display: flex;
  justify-content: center;
  align-items: flex-end; /* ← 画像の下端に揃える */
  gap: 60px;
}

/* ① 一番上：「こんなバーです」 */
.concept-copy {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #ffb84d;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 300px; /* ← 最上段に配置 */
  padding-left: 10px;
  z-index: 3;
}

/* ② 説明文（トップを「バーです」よりさらに下へ） */
.concept-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding-right: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 2px;

  height: 420px;           /* ← 高さ固定 */
  display: flex;
  align-items: flex-start; /* ← 上寄せ */
  justify-content: center;

  /* ★ここが今回の最重要ポイント★  
     説明文のトップをもっと下へ落とす */
  margin-bottom: 120px;    /* ← ここを増やすと説明文が下へ動く */

  margin-right: -80px;     /* ← 画像に寄せる */
  z-index: 2;
}

.consept-image{
    position: absolute;
    top: 60%;
    left: 55%;
    transform: translate(-50%);
}

.consept-image img{
    width: 100%;
    width: 300px;
    opacity: 0.5;
}

.consept-image1{
    position: absolute;
    top: 3%;
    left: 40%;
    transform: translate(-50%);
}

.consept-image1 img{
    width: 100%;
    width: 300px;
    opacity: 0.5;
}
}

.drink-cover{
    position: relative;
}




.parallax-container1 {
	background-color:#333;
    padding-left: 10px;

  }
  .parallax-content1 {
    padding-left: 10px ;
	clip-path: inset(0);
	width:85%;
	box-sizing:border-box;
	color: #fff;
	text-align:center;

  }
  .parallax-content-2::after {
        border-bottom-left-radius: 300px;
	content:'';
	position:fixed;
	top:0;
	left:0;
	z-index:-10;
	width:100%;
	height:100%;
  	background: rgba(0,0,0,0.45); /* ← 黒の濃さはここで調整 */
	background-image: url(../images/store10.png);
	background-size:cover;
	background-blend-mode:lighten;
  }


  .drink-section {
    z-index: 1;
  padding: 120px 0;
  color: #fff;
  
}

.drink-inner {
  width: 40%;
  max-width: 100%;
  margin-left: auto;   /* ← 右寄せの基本 */
  padding-right:10px;   /* ← ここを変えれば右寄せ具合を調整できる */
  text-shadow: 4px 4px 8px #000;
}

.drink-title {
  font-size: 84px;     /* 大きくDRINK */
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.drink-desc {
  font-size: 18px;
  line-height: 1.9;
text-shadow: 4px 4px 8px #000;
font-weight: 600;
}

@media (max-width: 768px) {


.parallax-container1 {
	background-color:#333;
  }
  .parallax-content1 {
	clip-path: inset(0);
	width:95%;
	box-sizing:border-box;
	color: #fff;
	text-align:center;
  }
  .parallax-content-2::after {
            border-bottom-left-radius: 300px;
	content:'';
	position:fixed;
	top:0;
	left:0;
	z-index:-10;
	width:100%;
	height:100%;
	background-image: url(../images/store7.jpg);
	background-size:cover;
	background-color:rgba(255,255,255,0.2);
	background-blend-mode:lighten;
  }


  .drink-section {
    z-index: 1;
  padding: 70px 0;
  color: #fff;
  
}

.drink-inner {
  width: 90%;
  max-width: 100%;
  margin-left: auto;   /* ← 右寄せの基本 */
  padding-right:10px;   /* ← ここを変えれば右寄せ具合を調整できる */
  text-shadow: 4px 4px 8px #000;
}

.drink-title {
  font-size: 30px;     /* 大きくDRINK */
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.drink-desc {
  font-size: 15px;
  line-height: 1.9;
text-shadow: 4px 4px 8px #000;
font-weight: 600;
}

}

/* ===============================
   背景
================================ */
.bg-wrapper {
  background: url('../images/store4.jpg') center/cover no-repeat fixed;
  position: relative;
  overflow: hidden;
}

/* ===============================
   メイン画像（中央に大きく表示）
================================ */
.main-image-section {
  width: 90%;
  display: flex;
  justify-content: center;
  margin-top: 120px;
  margin-bottom: 10px;
}

#main-image {
  width: auto;
  max-width: 900px;
  max-height: 400px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
  transition: opacity .3s ease;
}

/* ===============================
   GALLERY
================================ */
.gallery-section {
  padding: 60px 0 60px;
  color: #fff;
}

.gallery-inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  padding-right: 8%;
}

.gallery-title {
  font-size: 34px;
  margin-bottom: 20px;
}

.gallery-desc {
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 20px;
}

/* ★ 完全規則性のグリッド */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.gallery-grid img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: transform .3s ease, opacity .3s ease;
}

.gallery-grid img:hover {
  transform: scale(1.03);
  opacity: 0.8;
}

/* ===============================
   ぼかし（画面全体を覆う）
================================ */
.fade-blur-overlay {
  position: fixed;
  inset: 0;
  opacity: 0;

  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(0px);

  transition:
    opacity 2.5s ease,
    backdrop-filter 2.5s ease;

  pointer-events: none;
  z-index: 1;
}

.fade-blur-overlay.active {
  opacity: 1;
  backdrop-filter: blur(14px);
}

/* ===============================
   ACCESS
================================ */
/* ===============================
   ACCESS（テーブル付き）
================================ */

.access-section {
  padding: 50px 0;
  color: #fff;
  position: relative;
  z-index: 2;
}

.access-section img{
    width: 100%;
}

.access-inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  padding-right: 8%;
}

.access-title {
  font-size: 44px;
  margin-bottom: 40px;
}

/* ★ アクセス用テーブル */
.access-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 20px;
  line-height: 1.8;
}

.access-table th,
.access-table td {
  padding: 18px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.access-table th {
  width: 180px;
  font-weight: 600;
  text-align: left;
  color: #fff;
}

.access-table td {
  color: #fff;
}

.access-desc { font-size: 18px; line-height: 1.9; }

/* SP */
@media (max-width: 768px) {
  .access-title {
    font-size: 40px;
  }

  .access-table {
    font-size: 16px;
  }

  .access-table th {
    width: 120px;
  }
}

.map{
    padding-top: 50px;
    text-align: center;
}


/* ===============================
   SP
================================ */
@media (max-width: 768px) {
  #main-image {
    width: 100%;
    max-height: 300px;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-grid img {
  width: 100%;
  height: 50px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: transform .3s ease, opacity .3s ease;
}
}

/* ===============================
   Instagram バナー
================================ */

.insta{
    padding: 20px 200px;
}

/* ===============================
   Instagram バナー
================================ */
.insta-banner {
  position: relative;
  width: 100%;
  height: 260px;
  border-radius: 14px;
  overflow: hidden;

  padding: 50px 0; /* ← 上下に余白 */

  /* ★ あなたが用意する背景画像に差し替え */
  background: url('../images/shop.png3.png') center/cover no-repeat;

  transition: transform .6s ease;
}

/* ★ hover で背景画像だけが拡大 */
.insta-banner:hover {
  background-size: 101%; /* ← 画像だけ拡大 */
  transition: 0.5s all;
}

/* ★ Instagram 風グラデーションレイヤー */
.insta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 0, 150, 0.55),
    rgba(255, 120, 0, 0.55),
    rgba(150, 0, 255, 0.55)
  );
  z-index: 1;
}

/* ★ テキスト配置 */
.insta-content {
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  color: #fff;
}

.insta-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.insta-text {
  font-size: 20px;
  margin-top: 4px;
  opacity: 0.95;
}

/* ===============================
   フォローボタン（立体 + キラッ）
================================ */
.insta-follow {
  margin-top: 22px;
  padding: 14px 36px;
  font-size: 18px;
  font-weight: 700;

  background: linear-gradient(180deg, #ffffff, #e8e8e8);
  color: #d6008f;
  border-radius: 40px;

  box-shadow:
    0 6px 14px rgba(0,0,0,0.25),
    inset 0 2px 4px rgba(255,255,255,0.9),
    inset 0 -2px 4px rgba(0,0,0,0.15);

  cursor: pointer;
  position: relative;
  overflow: hidden;

  transition: transform .2s ease, opacity .2s ease;
}

/* ★ hover でキラッと光るアニメーション */
.insta-follow::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.9),
    transparent
  );
  transform: skewX(-20deg);
}

.insta-follow:hover::after {
  animation: shine 0.8s ease;
}

@keyframes shine {
  0% { left: -120%; }
  100% { left: 160%; }
}

/* ★ hover で少し浮く */
.insta-follow:hover {
  transform: translateY(-3px) scale(1.05);
  opacity: 0.95;
}

/* SP */
@media (max-width: 768px) {

    .insta{
    padding: 10px 20px;
}

  .insta-banner {
    height: 200px;
    padding: 40px 0;
  }

  .insta-title {
    font-size: 32px;
  }

  .insta-text {
    font-size: 16px;
  }

  .insta-follow {
    font-size: 16px;
    padding: 10px 26px;
  }
}



/* 全体：左右非対称の大胆レイアウト */
.hero-break {
  position: relative;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  padding: 100px 6%;
  gap: 0;

}

/* 写真：大きく、縦長に、存在感MAX */
.hero-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 文字ブロック：写真に“食い込む” */
.hero-text {
  position: relative;
  margin-top: 450px;
  margin-left: -120px; /* ← これが“崩し”の核心 */
  z-index: 2;
}

/* 背景の白帯：文字を浮かせる＆写真に重ねる */
.hero-text-bg {
  position: absolute;
  top: -20px;
  left: -40px;
  width: 120%;
  height: 140%;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(6px);
  border-left: 4px solid #fff;
  z-index: -1;
}

/* タイトル */
.hero-text h1 {
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.4;
}

/* サブコピー */
.hero-text p {
  padding-left: 20px;
  color: #ccc;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}

/* モバイル対応 */
@media (max-width: 900px) {
  .hero-break {
    grid-template-columns: 1fr;
    padding: 40px 5%;
  }

  .hero-text {
    margin-left: 10px;
    margin-top: -40px;
  }

  .hero-text-bg {
    width: 100%;
    left: 0;
  }

  .hero-text h1 {
    font-size: 1.5rem;
  }

  .hero-text p{
    font-size: 1rem;
  }
}




.slider img {
  width: 100%;
}



/* ================================
   FOOTER 全体
================================ */
.footer {
  background: #2f2f2f;
  padding: 60px 20px 40px;
  text-align: center;
  color: #fff;
}

.footer-inner {
  max-width: 900px;
  margin: 0 auto;
}

/* ================================
   ロゴ
================================ */
.footer-logo img {
  width: 140px;
  height: auto;
  margin-bottom: 30px;
  opacity: 0.95;
}

/* ================================
   メニュー
================================ */
.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
}

.footer-nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0.8;
  transition: 0.3s;
}

.footer-nav li a:hover {
  opacity: 1;
  text-shadow: 0 0 6px rgba(255,255,255,0.7);
}

/* ================================
   インスタ + ご予約はこちらから
================================ */
.footer-reserve {
  display: flex;
  align-items: center;
  gap: 6px;
}

.insta-icon i {
  font-size: 18px;
  opacity: 0.85;
  transition: 0.3s;
}

.insta-icon i:hover {
  opacity: 1;
  text-shadow: 0 0 8px #ffffff;
}

.reserve-text {
  font-size: 13px;
  opacity: 0.85;
  letter-spacing: 1px;
  transition: 0.3s;
}

.reserve-text:hover {
  opacity: 1;
  text-shadow: 0 0 6px rgba(255,255,255,0.7);
}

/* ================================
   コピーライト
================================ */
.footer-copy {
  font-size: 12px;
  opacity: 0.6;
  margin-top: 20px;
}

/* ================================
   モバイル最適化
================================ */
@media (max-width: 480px) {

  .footer-logo img {
    width: 120px;
  }

  .footer-nav {
    gap: 16px;
  }

  .footer-nav li a {
    font-size: 13px;
  }

  .footer-reserve {
    gap: 4px;
  }

  .insta-icon i {
    font-size: 16px;
  }

  .reserve-text {
    font-size: 12px;
  }
}
