@charset "UTF-8";
/*===============================
reset
================================*/
*,
*:before,
*:after {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 text-align: justify;
 word-break: break-all;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
 margin: 0;
 padding: 0;
 border: 0;
 vertical-align: baseline;
}

body {
 line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
 display: block;
}

button {
 padding: 0;
 background: transparent;
 border: none;
 outline: none;
}

nav ul {
 list-style: none;
}

blockquote,
q {
 quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
 content: "";
 content: none;
}

ol,
ul {
 list-style: none;
}

a {
 margin: 0;
 padding: 0;
 color: #333;
 vertical-align: baseline;
 background: transparent;
 text-decoration: none;
}

img {
 max-width: 100%;
 height: auto;
 vertical-align: middle;
}

blockquote,
q {
 quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
 content: "";
 content: none;
}

table,
td,
th {
 border-collapse: collapse;
 border-spacing: 0;
}

textarea {
 resize: vertical;
}

/*===============================
base
================================*/
html {
 font-weight: 500;
 letter-spacing: 2px;
 line-height: 1.8em;
 color: #333;
 font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
  Meiryo, sans-serif;
}

body {
 position: relative;
 z-index: 100;
 background: #fff;
 font-size: 13px;
 margin-inline: auto;
 line-height: 1.6;
 overflow-x: hidden;
}
@media screen and (min-width: 768px) {
 body {
  font-size: 14px;
 }
}
@media screen and (min-width: 1200px) {
 body {
  font-size: 15px;
 }
}
.body02 {
 position: relative;
 z-index: 100;
 background: #004680;
 font-size: 13px;
 max-width: 1500px;
 margin-inline: auto;
}
@media screen and (min-width: 768px) {
 .body02 {
  font-size: 14px;
 }
}
@media screen and (min-width: 1200px) {
 .body02 {
  font-size: 15px;
 }
}
.dc_css_js_dsp {
 position: fixed;
 bottom: 10px;
 right: 10px;
 z-index: 500;
 padding: 30px;
 background: #fff;
 border: 1px solid #1a5887;
}
.dc_css_js_dsp .scripts {
 margin-top: 20px;
}
.dc_css_js_dsp dd ul {
 margin-top: 15px;
}
.dc_css_js_dsp dd ul li {
 position: relative;
 padding-left: 20px;
}
@media screen and (min-width: 768px) {
 .dc_css_js_dsp dd ul li {
  font-size: 1.4rem;
 }
}
.dc_css_js_dsp dd ul li:before {
 content: "・";
 position: absolute;
 top: 0;
 left: 0;
}
.dc_css_js_dsp dd ul li:not(:first-child) {
 margin-top: 10px;
}

.wrap-s,
.wrap,
.wrap-l {
 width: calc(100% - 40px);
 margin: auto;
}
@media screen and (min-width: 768px) {
 .wrap-s,
 .wrap,
 .wrap-l {
  width: calc(100% - 60px);
  margin: auto;
 }
}

.wrap-s {
 max-width: 1000px;
}

.wrap {
 max-width: 1200px;
}

.wrap-l {
 max-width: 1500px;
}

.palmtop {
 display: block !important;
}
@media screen and (min-width: 768px) {
 .palmtop {
  display: none !important;
 }
}
@media screen and (min-width: 1024px) {
 .palmtop {
  display: none !important;
 }
}

.laptop {
 display: none !important;
}
@media screen and (min-width: 768px) {
 .laptop {
  display: block !important;
 }
}
@media screen and (min-width: 1024px) {
 .laptop {
  display: block !important;
 }
}

.sclNone {
 overflow-y: hidden;
}

.is-hide {
 top: -100% !important;
}
/* ===============================
  Hamburger & Drawer Navigation（スマホ専用）
=============================== */
/* ===============================
  Hamburger（スマホ専用固定）
=============================== */
.hamburger {
 position: fixed !important;
 z-index: 9999;
 top: 20px;
 right: 20px;
 width: 30px;
 height: 25px;
 cursor: pointer;
 display: flex;
 justify-content: center;
 align-items: center;
 transition: opacity 0.3s ease;
 /* ヘッダーの transform に影響されないように */
 transform: none !important;
}

/* トップページ以外も共通固定位置に */
body:not(.home) .hamburger {
 position: fixed !important;
 top: 40px;
 right: 20px;
 transform: none !important;
}

/* 3本ライン */
.hamburger span {
 position: absolute;
 width: 100%;
 height: 3px;
 background: #f7a800;
 border-radius: 2px;
 transition: transform 0.35s ease, opacity 0.35s ease, background 0.35s ease;
}
.hamburger span:nth-child(1) {
 top: 0;
}
.hamburger span:nth-child(2) {
 top: 50%;
 transform: translateY(-50%);
}
.hamburger span:nth-child(3) {
 bottom: 0;
}

/* アクティブ時の× */
.hamburger.active span:nth-child(1) {
 transform: translateY(11px) rotate(45deg);
 background: #fff;
}
.hamburger.active span:nth-child(2) {
 opacity: 0;
}
.hamburger.active span:nth-child(3) {
 transform: translateY(-11px) rotate(-45deg);
 background: #fff;
}

/* PC非表示 */
@media screen and (min-width: 1025px) {
 .hamburger {
  display: none !important;
 }
}

/* ===============================
 Drawer（展開ナビ）
=============================== */
.drawer {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 9998;
 width: 100%;
 height: 100vh;
 background: rgba(0, 0, 0, 0.95);
 opacity: 0;
 visibility: hidden;
 transition: opacity 0.4s ease, visibility 0.4s ease;
 display: flex;
 justify-content: center;
 align-items: center;
}

.drawer.active {
 opacity: 1;
 visibility: visible;
}

/* リスト */
.drawer__list {
 list-style: none;
 padding: 0;
 margin: 0;
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 40px;
}

.drawer__list__item a {
 font-family: "Poppins", sans-serif;
 font-weight: 600;
 font-size: 1.6rem;
 color: #fff;
 text-decoration: none;
 transition: color 0.3s ease, transform 0.3s ease;
 letter-spacing: 1px;
}

.drawer__list__item a:hover {
 color: #f7a800;
 transform: scale(1.05);
}

/* ===============================
 スマホ最適化
=============================== */
@media screen and (max-width: 767px) {
 .hamburger {
  top: 40px;
  right: 15px;
  width: 30px;
  height: 25px;
 }
 .hamburger span {
  height: 2.5px;
 }

 .drawer__list {
  gap: 32px;
 }

 .drawer__list__item a {
  font-size: 1.3rem;
 }
}

/* ===============================
 開閉時のスクロール制御
=============================== */
body.no-scroll {
 overflow: hidden;
}

/*===============================
layout
================================*/
@media screen and (min-width: 768px) {
}
/* ===============================
header
=============================== */

/* ヘッダー共通 */
.l-header {
 width: 100%;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 999;
 transition: background 0.4s ease, transform 0.4s ease;
 padding-top: 30px;
}

@media screen and (min-width: 768px) {
 .l-header {
  padding-top: 50px;
  padding-bottom: 10px;
 }
}

/* ヘッダー中身中央配置 */
.header-container {
 display: flex;
 justify-content: center;
 align-items: center;
 position: relative;
}

/* ロゴサイズ */
.header-logo img {
 width: 250px;
 height: auto;
 transition: transform 0.3s ease;
}

@media screen and (min-width: 768px) {
 .header-logo img {
  width: auto;
  height: auto;
 }
}

/* お問い合わせボタン */
.header-contact-btn {
 position: absolute;
 top: -10px;
 right: 5%;
 z-index: 1000;
 width: auto;
 height: auto;
}

.header-contact-btn img {
 width: 100%;
 height: auto;
 display: block;
 transition: transform 0.3s ease;
}

.header-contact-btn img:hover {
 transform: scale(1.05);
}

/* スマホ時の問い合わせボタン */
@media screen and (max-width: 767px) {
 .header-contact-btn {
  top: 110%;
  right: 10px;
  width: 80px;
 }
}

/* トップページのみ初期は透過 */
body.home .l-header {
 background: transparent;
}

/* 下層ページは最初から半透明黒 */
body:not(.home) .l-header {
 background: rgba(0, 0, 0, 0.7);
}

/* スクロールで隠す */
.l-header.is-hide {
 transform: translateY(-100%);
 transition: transform 0.4s ease;
}

/* スクロールアップで背景を出す */
.l-header.is-active {
 background: rgba(0, 0, 0, 0.7);
 backdrop-filter: blur(4px);
}

/* スマホレスポンシブ補足 */
@media screen and (max-width: 767px) {
 .l-header.is-active {
  background: rgba(0, 0, 0, 0.85);
 }
}

/*
footer
================================*/
/* ===============================
 Footer（背景ビール＋メニュー付き）
=============================== */
.footer {
 position: relative;
 background-color: #000;
 color: #fff;
 text-align: center;
 overflow: hidden;
 padding: 0;
}

.footer-inner {
 position: relative;
 width: 100%;
 max-width: 1200px;
 margin: 0 auto;
 min-height: 700px;
}

/* 背景ビールロゴ */
.footer-bg {
 position: absolute;
 top: 70%;
 left: 50%;
 width: 600px;
 transform: translate(-50%, -50%);
 opacity: 1; /* 黒そのまま */
 z-index: 0;
}

.footer-bg img {
 width: 100%;
 height: auto;
 display: block;
}

/* メニュー */
.footer-menu {
 position: relative;
 z-index: 2;
 margin-bottom: 50px;
}

.footer-menu ul {
 display: flex;
 justify-content: space-around;
 flex-wrap: wrap;
 gap: 35px;
 padding: 0;
 margin: 0;
}

.footer-menu li {
 list-style: none;
}

.footer-menu a {
 font-family: "Poppins", sans-serif;
 font-weight: 600;
 font-size: 1rem;
 color: #ccc;
 text-decoration: none;
 transition: color 0.3s ease;
}

.footer-menu a:hover {
 color: #f7a800;
}

/* 中央ロゴ */
.footer-logo {
 display: flex;
 position: relative;
 z-index: 2;
 margin-bottom: 60px;
 justify-content: center;
}

.footer-logo img {
 width: auto;
 height: auto;
 display: inline-block;
}

/* コピーライトを背景下部に重ねる */
.footer-bottom {
 position: absolute;
 bottom: 1%; /* グラスの下端あたりに合わせて調整 */
 left: 50%;
 transform: translateX(-50%);
 z-index: 2;
 width: 100%;
}

.footer-bottom p {
 text-align: center;
 font-family: "Noto Sans JP", sans-serif;
 font-size: 0.9rem;
 color: #aaa;
 margin: 0;
}
/* ===============================
 スマホ対応（2列グリッド）
=============================== */
@media screen and (max-width: 767px) {
 .footer-inner {
  min-height: 500px;
  padding: 20px 0px 40px;
 }

 .footer-bg {
  bottom: 0;
  max-width: 230px;
 }

 /* メニューを2列グリッド化 */
 .footer-menu {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 60px;
 }

 .footer-menu ul {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2列 */
  gap: 20px 25px; /* 行・列間の余白 */
  justify-items: center;
 }

 .footer-menu a {
  display: block;
  font-size: 0.9rem;
  color: #e6e6e6;
  letter-spacing: 1px;
  transition: all 0.3s ease;
 }

 .footer-menu a:hover,
 .footer-menu a:active {
  color: #f7a800;
 }

 .footer-logo img {
  max-width: 220px;
 }

 .footer-bottom p {
  font-size: 0.8rem;
 }
}
/* ===============================
  Swiper 無限拡大対策（スマホ含む）
================================ */
.trouble-gallery-main,
.trouble-gallery-main .swiper-wrapper,
.trouble-gallery-main .swiper-slide {
 max-width: 100%;
 width: 100%;
 height: auto;
 overflow: hidden;
}

.trouble-gallery-main .swiper-slide {
 flex-shrink: 0 !important;
}

.trouble-gallery-main img {
 width: 100%;
 height: auto;
 display: block;
 object-fit: cover;
}

.swiper-wrapper {
 display: flex !important;
 flex-wrap: nowrap !important;
 width: 100%;
}
