/*
 * main.css - SeleniumConf Tokyo 2019 共通スタイルシート
 * 
 * 目次:
 * 1. リセットスタイル
 * 2. フォント定義
 * 3. ベーススタイル
 * 4. ヘッダー・ナビゲーション
 * 5. レイアウト
 * 6. フォーム要素
 * 7. ボタン
 * 8. ギャラリー・画像
 * 9. ブログ関連
 * 10. レスポンシブ対応
 */

/* ========================================
   1. リセットスタイル
   ======================================== */
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
div.paragraph,
p,
blockquote,
fieldset,
input {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a img,
a:hover img {
  border: none;
}

h2 {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 auto 30px;
}

div.paragraph,
#wsite-search-list div.paragraph {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin: 0 auto 30px;
}

p,
#wsite-search-list p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin: 0 auto 30px;
}

div.paragraph a,
#wsite-search-list div.paragraph a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

p a,
#wsite-search-list p a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

div.paragraph a:hover,
#wsite-search-list div.paragraph a:hover {
  opacity: 0.75;
}

/* テキスト配置用のユーティリティクラス */
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.text-align-justify {
  text-align: justify;
}

/* 全ページ統一ヘッダースタイル - bodyクラスに関係なく適用 */
.birdseye-header,
body.affix .birdseye-header,
body.no-header-page .birdseye-header,
body.header-page .birdseye-header,
body.splash-banner-page .birdseye-header {
  position: fixed !important;
  top: 0 !important;
  z-index: 1000 !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 15px 40px !important;
  background-color: #ffffff !important;
  /* 白背景 */
  color: #333333 !important;
  /* 黒文字 */
  border-color: #333333 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  /* 軽い影を追加 */
  box-sizing: border-box !important;
  -webkit-transition: background-color 300ms ease, color 260ms ease, padding 180ms ease !important;
  -moz-transition: background-color 300ms ease, color 260ms ease, padding 180ms ease !important;
  -ms-transition: background-color 300ms ease, color 260ms ease !important;
  transition: background-color 300ms ease, color 260ms ease, padding 180ms ease !important;
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
  opacity: 1 !important;
  /* 強制的に表示 */
  visibility: visible !important;
  /* 強制的に表示 */
}

/* 以下も追加して確実にロゴとナビゲーションを表示 */
body:not(.wsite-editor) .logo,
body:not(.wsite-editor) .desktop-nav {
  opacity: 1 !important;
  -webkit-transition: opacity 600ms ease-in 300ms;
  -moz-transition: opacity 600ms ease-in 300ms;
  -ms-transition: opacity 600ms ease-in 300ms;
  transition: opacity 600ms ease-in 300ms;
}

.birdseye-header .container {
  display: table;
  overflow-y: hidden;
  width: 100%;
  max-height: 80px;
}

/* ハンバーガーメニューと閉じるボタンの初期状態 */
.birdseye-header .hamburger {
  display: none;
}

.birdseye-header .close-menu {
  display: none;
}

.birdseye-header .mobile-nav {
  display: none;
  position: relative; /* 子要素のabsolute positioningのため */
}

.birdseye-header .logo {
  display: table-cell;
  overflow-y: hidden;
  vertical-align: middle;
}

.birdseye-header .logo * {
  display: block;
}

/* 全ページ統一ロゴスタイル */
.birdseye-header .logo a,
body.affix .birdseye-header .logo a,
body.no-header-page .birdseye-header .logo a,
body.header-page .birdseye-header .logo a,
body.splash-banner-page .birdseye-header .logo a {
  margin-right: 30px !important;
  color: #333333 !important;
  /* ロゴリンクも黒文字 */
  text-decoration: none !important;
  -webkit-transition: opacity 200ms ease !important;
  -moz-transition: opacity 200ms ease !important;
  -ms-transition: opacity 200ms ease !important;
  transition: opacity 200ms ease !important;
}

.birdseye-header .logo a:hover {
  opacity: 0.6;
}

/* 全ページ統一ロゴタイトルスタイル */
.birdseye-header .logo #wsite-title,
body.affix .birdseye-header .logo #wsite-title,
body.no-header-page .birdseye-header .logo #wsite-title,
body.header-page .birdseye-header .logo #wsite-title,
body.splash-banner-page .birdseye-header .logo #wsite-title {
  max-width: 400px !important;
  color: #333333 !important;
  /* ロゴタイトルも黒文字 */
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
  -webkit-transition: font-size 260ms ease !important;
  -moz-transition: font-size 260ms ease !important;
  -ms-transition: font-size 260ms ease !important;
  transition: font-size 260ms ease !important;
}

.birdseye-header .logo img {
  overflow: hidden;
  max-width: 200px;
  max-height: 40px;
}

.nav {
  display: table-cell;
  vertical-align: middle;
}

.nav ul {
  float: right;
  max-width: calc(100vw - 480px);
  overflow: hidden;
}

.nav li {
  display: inline-block;
  margin: 5px 5px 5px 0;
}

/* 全ページ統一ナビゲーションスタイル */
.nav .wsite-menu-item,
body.affix .birdseye-header .wsite-menu-item,
body.no-header-page .birdseye-header .wsite-menu-item,
body.header-page .birdseye-header .wsite-menu-item,
body.splash-banner-page .birdseye-header .wsite-menu-item {
  display: block !important;
  padding: 12px 20px !important;
  border: 1px solid transparent !important;
  color: #333333 !important;
  /* 黒文字 */
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  -webkit-transition: opacity 300ms ease, color 300ms ease !important;
  -moz-transition: opacity 300ms ease, color 300ms ease !important;
  -ms-transition: opacity 300ms ease, color 300ms ease !important;
  transition: opacity 300ms ease, color 300ms ease !important;
}

.nav li:not(.wsite-nav-cart)#active > .wsite-menu-item {
  border-color: #333333;
  color: #333333;
}

.nav li .wsite-menu-item:hover {
  opacity: 0.7;
  color: #666666;
}

.nav #wsite-nav-cart-a {
  padding-right: 0;
}

.nav #wsite-nav-cart-num {
  display: inline-block;
  min-width: 10px;
  padding: 2px 3px;
  margin-left: 2px;
  text-align: center;
  background: #ffffff;
  color: #000000;
}

.mobile-nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001 !important;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  max-height: 0;
  padding: 0;
  background: #ffffff;
  box-sizing: border-box;
  -webkit-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
  -moz-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
  -ms-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
  transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
}

/* navMobileクラスも明示的に高いz-indexを設定 */
#navMobile {
  z-index: 1001 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 0;
  padding: 0;  background: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
  -moz-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
  -ms-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
  transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
}

/* モバイルナビゲーションのアクティブ状態 */
.mobile-nav-menu.open,
#navMobile.open {
  max-height: 100vh;
  padding: 0;
  margin-top: 70px; /* ヘッダーに被らないように調整 */
}

/* モバイルナビゲーションメニュー項目 */
.mobile-nav-menu .wsite-menu-default,
#navMobile .wsite-menu-default {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  max-width: 300px;
  width: 100%;
}

.mobile-nav-menu .wsite-menu-item-wrap,
#navMobile .wsite-menu-item-wrap {
  border-bottom: 1px solid #ddd;
  margin: 0;
}

.mobile-nav-menu .wsite-menu-item-wrap:last-child,
#navMobile .wsite-menu-item-wrap:last-child {
  border-bottom: none;
}

.mobile-nav-menu .wsite-menu-item,
#navMobile .wsite-menu-item {
  display: block;
  padding: 20px 0;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
}

.mobile-nav-menu .wsite-menu-item:hover,
#navMobile .wsite-menu-item:hover {
  color: #007bff;
  transform: scale(1.05);
}

/* モバイルナビゲーションのアクティブページ */
.mobile-nav-menu .wsite-menu-item-wrap.active .wsite-menu-item,
#navMobile .wsite-menu-item-wrap.active .wsite-menu-item {
  color: #007bff;
  background-color: rgba(0, 123, 255, 0.1);
  border-radius: 5px;
}

#wsite-menus > .wsite-menu-wrap > .wsite-menu .wsite-menu {
  margin: 0 -1px;
}

#wsite-menus .wsite-menu {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: inset 0px 0px 0px 1px #000000;
  -moz-box-shadow: inset 0px 0px 0px 1px #000000;
  -ms-box-shadow: inset 0px 0px 0px 1px #000000;
  box-shadow: inset 0px 0px 0px 1px #000000;
}

#wsite-menus .wsite-menu li a {
  background: transparent;
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
}

#wsite-menus .wsite-menu li a:hover {
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

#wsite-menus .wsite-menu-arrow {
  display: none;
}

body.affix .birdseye-header {
  position: fixed;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 40px;
}

body.affix .birdseye-header .logo #wsite-title {
  font-size: 24px;
}

body.affix .birdseye-header .wsite-menu-item {
  padding: 10px 20px;
}

/* 既存のbodyクラス依存スタイルを無効化して統一を確実にする */
body.affix .birdseye-header,
body.no-header-page .birdseye-header,
body.splash-banner-page .birdseye-header {
  background: #ffffff !important;
  color: #333333 !important;
  border-color: #333333 !important;
}

body.affix .birdseye-header .nav #wsite-nav-cart-num,
body.no-header-page .birdseye-header .nav #wsite-nav-cart-num,
body.splash-banner-page .birdseye-header .nav #wsite-nav-cart-num {
  background: #333333 !important;
  color: #ffffff !important;
}

body.affix.alt-nav-on .birdseye-header,
body.no-header-page.alt-nav-on .birdseye-header,
body.splash-banner-page.alt-nav-on .birdseye-header {
  background: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  border-color: #ffffff;
}

body.affix.alt-nav-on .birdseye-header .nav #wsite-nav-cart-num,
body.no-header-page.alt-nav-on .birdseye-header .nav #wsite-nav-cart-num,
body.splash-banner-page.alt-nav-on .birdseye-header .nav #wsite-nav-cart-num {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.9);
}

body.wsite-checkout-page .birdseye-header,
body.wsite-native-mobile-editor .birdseye-header {
  position: absolute !important;
}

.no-header-page .main-wrap {
  padding-top: 0px;
}

body:not(.wsite-editor) .logo,
body:not(.wsite-editor) .desktop-nav {
  opacity: 1 !important;
  -webkit-transition: opacity 600ms ease-in 300ms;
  -moz-transition: opacity 600ms ease-in 300ms;
  -ms-transition: opacity 600ms ease-in 300ms;
  transition: opacity 600ms ease-in 300ms;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.wsite-search-element {
  margin-bottom: 10px;
}

.wsite-search-element .wsite-search-element-input {
  margin-bottom: 0;
}

.formlist,
.wsite-editor .formlist {
  min-height: inherit;
}

.wsite-button {
  display: inline-block;
  height: auto;
  padding: 0;
  background-image: none !important;
  background-color: transparent;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.wsite-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.wsite-button .wsite-button-inner {
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  background: transparent;
  background-image: none !important;
  color: inherit !important;
  letter-spacing: 0.03em;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.wsite-button-large {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

.wsite-button-large:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.wsite-button-highlight,
#wsite-com-product-add-to-cart.wsite-button-highlight {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
}

.wsite-button-highlight:hover,
#wsite-com-product-add-to-cart.wsite-button-highlight:hover {
  background-color: transparent !important;
  color: #000000 !important;
}

.wsite-button-highlight.wsite-button-large:not(.wsite-buy-button),
#wsite-com-product-add-to-cart.wsite-button-highlight.wsite-button-large:not(.wsite-buy-button) {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
}

.wsite-button-highlight.wsite-button-large:not(.wsite-buy-button):hover,
#wsite-com-product-add-to-cart.wsite-button-highlight.wsite-button-large:not(.wsite-buy-button):hover {
  background-color: transparent !important;
  color: #ffffff !important;
}

.wsite-image img {
  margin-bottom: 10px;
}

h2#wsite-com-product-title {
  display: block;
  clear: both;
  font-weight: 400;
}

#wsite-com-product-info {
  float: left;
  width: 45%;
  margin-left: 60px;
}

@media screen and (max-width: 992px) {
  .banner-wrap,
  .main-wrap {
    margin-top: 65px !important; /* タブレットでは少し小さめ - 統一 */
  }

  body.header-page .banner-wrap,
  body.header-page .main-wrap,
  body.no-header-page .banner-wrap,
  body.no-header-page .main-wrap {
    margin-top: 65px !important; /* 全て同じマージンに統一 */
  }
}

@media (max-width: 768px) {
  .banner-wrap,
  .main-wrap {
    margin-top: 60px !important; /* スマートフォンでは更に小さく - 統一 */
  }

  body.header-page .banner-wrap,
  body.header-page .main-wrap,
  body.no-header-page .banner-wrap,
  body.no-header-page .main-wrap {
    margin-top: 60px !important; /* 全て同じマージンに統一 */
  }
}

/* ========================================
   ヘッダーとバナーの重なり解決
   ======================================== */

/* 固定ヘッダーの高さ分だけバナー部分に上マージンを追加 - 全ページ統一 */
/* .hero-banner {
  margin-top: 50px !important;  headerに被らないように調整 
   padding: 80px 40px 30px;
  min-height: 100px;
} */
/* ヒーローバナーindex */
.bg-index {
  height: auto;
  background-image: url("../images/backgrounds/index-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  background-color: transparent;
}

/* ヒーローバナーtalks */
.bg-talks {
  height: auto;
  background-image: url("../images/backgrounds/talks-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  background-color: transparent;
}
/* ヒーローバナーschedule */
.bg-schedule {
  height: auto;
  background-image: url("../images/backgrounds/schedule-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  background-color: transparent;
}


/* ヒーローバナーworkshop */
.bg-workshop {
  height: auto;
  background-image: url("../images/backgrounds/workshop-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  background-color: transparent;
}

/* ヒーローバナーvenue*/
.bg-venue {
  height: auto;
  background-image: url("../images/backgrounds/venue-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  background-color: transparent;
}

/* ヘッダーページ用のスタイル調整 - 統一 */
body.header-page .banner-wrap,
body.header-page .main-wrap {
  margin-top: 70px !important; /* headerに被らないように調整 */
}

/* 共通ヘッダー読み込み領域のスタイル確保 */
#common-header {
  width: 100%;
  position: relative;
  z-index: 9998; /* birdseye-headerより少し低く設定 */
}

/* index.htmlから抽出したスタイル */

/* #wsite-content h2 {
  color: #2a2a2a;
} */
/* コンテンツ全体の余白 */
.wsite-elements {
  padding: 50px;
}

.wsite-elements.wsite-footer h2 {
  color: #818181 !important;
  text-transform: uppercase !important;
}

.wsite-headline,
.wsite-header-section .wsite-content-title {
  color: #ad2d33 !important;
  letter-spacing: -3px !important;
}

.wsite-headline-paragraph,
.wsite-header-section .paragraph {
  text-transform: none !important;
  letter-spacing: 0px !important;
}

/* メディアクエリ */
@media screen and (min-width: 767px) {
  .wsite-elements.wsite-not-footer:not(.wsite-header-elements) div.paragraph,
  .wsite-elements.wsite-not-footer:not(.wsite-header-elements) p #wsite-content p {
    font-size: 16px !important;
  }

  .wsite-elements.wsite-not-footer:not(.wsite-header-elements) h2,
  #wsite-content h2 {
    font-size: 24px;
  }

  .wsite-elements.wsite-footer h2 {
    font-size: 10px !important;
  }

  #wsite-title {
    font-size: 30px !important;
  }

  .wsite-menu-default a {
    font-size: 13px !important;
  }

  .wsite-headline,
  .wsite-header-section .wsite-content-title {
    font-size: 98px !important;
  }

  .wsite-headline-paragraph,
  .wsite-header-section .paragraph {
    font-size: 18px !important;
    line-height: 34px !important;
  }
}

/* 共通のユーティリティクラス */

/* 共通のインラインスタイルをクラス化 */
.paragraph-center {
  text-align: center;
}

div.paragraph a,
#wsite-search-list div.paragraph a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

div.paragraph a:hover,
#wsite-search-list div.paragraph a:hover {
  opacity: 0.75;
}

.page-title {
  font-size: 72px;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-description {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .page-title {
    font-size: 48px;
  }

  .page-description {
    font-size: 16px;
  }
}

/* 全ページ統一ハンバーガーメニューのスタイル調整（白背景用） */

/* トップページから移動させたクラス */
.text-align-center {
  text-align: center;
}

.spacer-50 {
  height: 50px;
}

.spacer-53 {
  height: 53px;
}

.overflow-hidden-10 {
  height: 10px;
  overflow: hidden;
}

.overflow-hidden-20 {
  height: 20px;
  overflow: hidden;
  width: 100%;
}

.hr-full-width {
  width: 100%;
}

.white-text {
  color: #ffffff;
}

/* セクション区切り線 */
.section-divider {
  border: none;
  height: 1px;
  background-color: #ddd;
  margin: 40px 0;
  width: 100%;
}

/* バナーラップスタイル */

.banner-wrap {
  position: relative;
  height: 100%;
  background: #000000;
  color: #ffffff;
}


.banner-wrap .container {
  padding: 80px 40px;
}

.banner-wrap .banner {
  text-align: center;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.banner-wrap h2 {
  color: inherit;
  font-size: 60px;
  font-weight: 100;
  line-height: 1.15;
  margin: 15px auto;
}

.banner-wrap div.paragraph {
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.15em;
  margin: 15px auto;
}

.banner-wrap p {
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.15em;
  margin: 15px auto;
}

/* legal Page*/
.legal-wrap{
      padding: 60px 50px;
    min-height: 100px;
    margin-top: 70px !important;
position: relative;
  background: #000000;
  color: #ffffff;
}
.legal-wrap .container{
  background-color: #fff;
  padding: 80px 40px 30px;
}
.legal-wrap  .event-title {
   font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ad2d33;
}
.legal-wrap .wsite-button-large {
    color: #000 !important;
    border: 1px solid #000 !important;
}


/* スプラッシュページ関連のスタイル */
body.splash-banner-page .birdseye-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

body.splash-banner-page .birdseye-header .nav #wsite-nav-cart-num {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}

body.splash-banner-page .birdseye-header .hamburger span,
body.splash-banner-page .birdseye-header .hamburger span:before,
body.splash-banner-page .birdseye-header .hamburger span:after {
  background: #ffffff;
}

body.splash-banner-page.alt-nav-on .birdseye-header {
  background: rgba(255, 255, 255, 0.95);
}

body.splash-banner-page.alt-nav-on .birdseye-header .nav #wsite-nav-cart-num {
  color: #2a2a2a;
  background: rgba(42, 42, 42, 0.1);
}

body.splash-banner-page.alt-nav-on .birdseye-header .hamburger span,
body.splash-banner-page.alt-nav-on .birdseye-header .hamburger span:before,
body.splash-banner-page.alt-nav-on .birdseye-header .hamburger span:after {
  background: #2a2a2a;
}

body.splash-page .banner-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

body.splash-page .banner {
  width: 100%;
}

/* ヒーローバナーセクション */
.hero-banner {
  padding: 80px 40px 50px;
  min-height: 100px;
      margin-top: 70px !important;
}

/* イベント日付とタイトル */
.event-date {
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.event-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
}

/* 言語選択ボタン */
.language-selection {
  text-align: right;
  margin-top: 30px;
}

/* メインセクション */
.main-info {
  padding: 50px;
}

/* バナーラップスタイル */
.banner-wrap {
  position: relative;
  height: 100%;
  background: #000000;
  color: #ffffff;
}

.banner-wrap .container {
  padding: 80px 40px;
}

.banner-wrap .banner {
  text-align: center;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.banner-wrap h2 {
  color: inherit;
  font-size: 60px;
  font-weight: 100;
  line-height: 1.15;
  margin: 15px auto;
}

.banner-wrap div.paragraph {
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.15em;
  margin: 15px auto;
}

.banner-wrap p {
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.15em;
  margin: 15px auto;
}
/* 言語選択ボタン */
.language-selection {
  text-align: right;
  margin: 30px 0 0;
}

/* ハンバーガーメニューを閉じるボタンスタイルの改善 */
.hamburger.active {
  background-color: rgba(255, 255, 255, 0.2);
}

/* デバッグ用：アクティブ状態でのハンバーガーボタンの視覚的確認 */
.hamburger.active {
  background-color: rgba(0, 123, 255, 0.2) !important;
  border-radius: 5px !important;
}

/* シンプルなハンバーガーメニューとクローズボタン */
.hamburger,
.close-menu {
  background: transparent;
  border: none;
  font-size: 24px;
  color: #333333;
  cursor: pointer;
  padding: 8px;
  margin: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburger:hover,
.close-menu:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

/* 初期状態：ハンバーガーメニューを表示、クローズボタンを非表示 */
/* ハンバーガーメニューと閉じるボタンの基本スタイル */
.birdseye-header .hamburger {
  display: none;
}

.birdseye-header .close-menu {
  display: none;
  /* 基本的な位置設定（モバイル時に上書きされる） */
  position: fixed;
  right: 20px;
  top: 15px;
  z-index: 1002;
}

/* モバイル表示 */
@media (max-width: 992px) {  .birdseye-header .hamburger {
    /* 最優先で右上に固定 */
    position: fixed !important;
    top: 15px !important;
    right: 20px !important;
    z-index: 9999 !important;
    
    /* ボタンのスタイル */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px;
    
    /* どんなレイアウトの影響も受けないように */
    margin: 0 !important;
    float: none !important;
    transform: none !important;
    left: auto !important;
    bottom: auto !important;
  }
  
  .birdseye-header .hamburger span {
    display: block;
    width: 24px;
    height: 3px;
    background-color: #333333;
    margin: 3px 0;
    transition: all 0.3s ease;
  }  .birdseye-header .close-menu {
    /* 最優先で右上に固定 */
    position: fixed !important;
    top: 15px !important;
    right: 20px !important;
    z-index: 9999 !important;
    
    /* ボタンのスタイル */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    
    /* 初期状態は非表示（JavaScriptで制御） */
    display: none !important;
    
    /* どんなレイアウトの影響も受けないように */
    margin: 0 !important;
    float: none !important;
    transform: none !important;
    left: auto !important;
    bottom: auto !important;
  }
  
  .birdseye-header .desktop-nav {
    display: none;
  }
    .birdseye-header .mobile-nav {
    display: block;
    position: relative; /* 子要素のabsolute positioningのため */
  }
}

/* メニューが開いているときの状態（JavaScriptで制御） */

/* モバイルメニューヘッダー */
.mobile-menu-header {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.close-menu-mobile {
  background: transparent;
  border: none;
  font-size: 24px;
  color: #333333;
  cursor: pointer;
  padding: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-menu-mobile:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}



/* フッター全体のスタイル */
.footer-wrap {
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;

}

.footer {
  padding: 0;
  text-align: center;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-divider {
  border: none;
  height: 1px;
  background-color: #dee2e6;
  margin: 0 0 20px 0;
  width: 100%;
}

.footer-links {
  margin-bottom: 15px;
  font-size: 14px;
  /* センター揃えを明確に指定 */
  text-align: center;
  display: block;
  width: 100%;
}

.footer-link {
  color: #495057;
  text-decoration: none;
  padding: 5px 10px;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #007bff;
  text-decoration: underline;
}

.footer-separator {
  margin: 0 10px;
  color: #6c757d;
}

.footer-copyright {
  font-size: 12px;
  color: #6c757d;
  margin-top: 10px;
}

.footer-copyright a {
  color: #6c757d;
  text-decoration: none;
}

.footer-copyright a:hover {
  color: #495057;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-content {
    padding: 20px 15px;
  }
  
  .footer-links {
    flex-direction: column;
    gap: 10px;
  }
  
  .footer-separator {
    display: none;
  }
  
  .footer-link {
    display: block;
    margin: 5px 0;
  }
}


/* legal Page*/
.legal-body{
      padding: 0 15.390732033173%;
      margin: 0 auto 50px;
}
.legal-body h2{
      margin: 50px 0 0;
}

