@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Halant:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");






/* 20周年分割ナビゲーション */
.bb2 {
  margin: auto  20px 20px;
}

.anniversary-nav {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.nav-split-container {
  display: flex;
  width: 100%;
}

.nav-item {
  flex: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  aspect-ratio:  720 / 480;
}

.nav-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 0.6s ease;
}

.nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 60%);
}

.nav-right .nav-overlay {
  background: rgba(247, 247, 247, 0.2);
}

.nav-item:hover .nav-img {
  transform: scale(1.1);
}

.nav-right .nav-item:hover .nav-overlay {
  background: rgba(61, 13, 116, 0.1); /* ホバー時にうっすらメインカラーの色気を出す */
}

.nav-item:hover .nav-overlay {
  background: rgba(225, 209, 241, 0.528); /* ホバー時にうっすらメインカラーの色気を出す */
}


/* 左側：白背景 */
.nav-left {
  background-color: #FFFFFF;
}

/* 右側：薄いグレー背景 */
.nav-right {
  background-color: #f7f7f7;
}

/* 中央のゴールド軸線 */
.nav-center-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #C3B50F;
  transform: translateX(-50%);
  z-index: 10;
}

/* ホバーエフェクト */
.nav-left:hover {
  background-color: #f0f0f0;
}

.nav-right:hover {
  background-color: #ececec;
}

/* テキストコンテンツ */
.nav-content {
  position: relative;
  z-index: 5;
  text-align: center;
}

.nav-item:hover .nav-content {
  transform: translateY(-10px);
}

.nav-en-right {
  display: block;
  font-family: 'Halant', serif;
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: 2rem;
  margin-right: -2rem;
  text-shadow: 2px 2px 10px #c3b50f;
}

.nav-en-left {
  display: block;
  font-family: 'Halant', serif;
  font-size: 2.5rem;
  color: #777474;
  letter-spacing: 2rem;
  margin-right: -2rem;
  text-shadow: 2px 2px 10px #c3b405;
}

.nav-jp-right {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.6rem;
  color: #3D0D74;
  font-weight: bold;
  margin-bottom: 25px;
  text-shadow: 0 0 15px rgba(255,255,255,0.8);
}

.nav-jp-left {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.6rem;
  color: #3D0D74;
  font-weight: bold;
  margin-bottom: 25px;
  text-shadow: 0 0 15px rgba(255,255,255,0.8);
}

/* 矢印アイコンボタン */
.nav-btn-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border: 1px solid #3D0D74;
  border-radius: 50%;
  color: #3D0D74;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.nav-item:hover .nav-btn-circle {
  background-color: #3D0D74;
  color: #fff;
}

/* レスポンシブ対応 */
@media only screen and (max-width: 768px) {
  .nav-split-container {
    flex-direction: column;
  }
  .nav-item {
    width: 100%;
  }
  .nav-center-line {
    left: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    z-index: 10;
  }
}

/* --- 20周年 ステートメントセクション（暗いグラデーション版） --- */
.jso-statement-dark {
  /* 中央から外側へ、紫から漆黒へ落ちていくグラデーション */
  background: radial-gradient(circle at center, #3D0D74 0%, #1a0633 100%);  
  padding: 10px 0; /* 余白を広く取り、メッセージの重みを演出 */
  text-align: center;
  position: relative;
  overflow: hidden;
  /* 上下に細いゴールドの境界線を入れ、格式を高める */
  border-top: 1px solid rgba(195, 181, 15, 0.4);
  border-bottom: 1px solid rgba(195, 181, 15, 0.4);
}

.jso-statement-container {
  max-width: 880px; /* 視線が散らないように幅を制限 */
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

/* テキストスタイル：リード（上部のキャッチ） */
.jso-statement-lead {
  color: #C3B50F; /* 既存のゴールド */
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.4em; /* 文字間を広げて気品を出す */
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* テキストスタイル：メイン（中央の文章） */
.jso-statement-main {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.1rem;
  line-height: 2.5; /* 圧倒的な読みやすさのための広い行間 */
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  color: #FFFFFF;
  /* 暗い背景に浮かび上がるよう、わずかに光彩を付与 */
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.1), 0 4px 15px rgba(0,0,0,0.6);
}

/* テキストスタイル：サブ（下部の英語） */
.jso-statement-sub {
  font-family: 'Halant', serif; /* 既存のセリフ体 */
  font-size: 1.8rem;
  color: rgba(195, 181, 15, 0.7); /* 英語もゴールドを透過させて馴染ませる */
  letter-spacing: 0.2em;
  font-weight: 300;
  font-style: italic;
}

/* レスポンシブ対応 */
@media only screen and (max-width: 768px) {

 .jso-statement-container {
  padding: 0 20px;
 }

 .jso-statement-dark {
    padding: 10px 0;
  }
  
  .jso-statement-main {
    font-size: 1.2rem;
    line-height: 2.1;
    text-align: center;
    word-break: break-all;
    margin-bottom: auto;
  }
  
  .jso-statement-lead {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}




/* 国民の皆様へ */
.greeting-section-20th {
  padding: 0 20px 60px;
  background-color: #fff; 
  color: #333;
  font-family: "Noto Serif JP", serif; 
}

.container-20th {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.main-title-20th {
  display: inline-block;
  font-size: 3.5rem;
  margin-bottom: 40px;
  position: relative;
}

.main-title-20th::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3D0D74; 
}

.main-title-20th::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3D0D74; 
}

.message-body-20th {
  display: block; 
  text-align: left;
  overflow: hidden; /* float解除用 */
  margin-top: 30px;
}

.profile-box-20th {
  float: left;
  width: 330px;
  margin-right: 40px;
}

.image-box-20th {
  width: 100%;
}

.image-box-20th img {
  width: 100%;
  height: auto;
  display: block;
}

.sub-role-20th {  
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  text-align: center;
}

.person-name-20th {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 25px;
  text-align: center;
}

.person-name-20th > span {
  font-size: 1.6rem;
}

/* 本文テキスト */
.description-20th p {
  line-height: 2.2;
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  text-align: justify;
}

.person-name-20th > span::before {
  display: inline-block;
  background: #707070;
  content: "";
  height: 25px;
  width: 1px;
  margin: 0 0.8em;
  vertical-align: -0.5em;
  -webkit-transform: rotate(30deg);
  transform: rotate(20deg);
}

@media (min-width: 769px) {
  .content-box-20th {
    flex: 1;
  }
  .sub-role-20th {
    text-align: left;
  }
  .person-name-20th {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .person-name-20th > span {
    font-size: 1.2rem;
  }
  .person-name-20th > span::before {
    margin: 0 0.4em 0 0.9em;
  }
  .profile-box-20th {
    float: none; /* スマホでは回り込みを解除 */
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .image-box-20th {
    max-width: 300px;
    margin: 0 auto 15px;
  }

  .description-20th p {
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .main-title-20th {
    font-size: 3rem;
  }

  .mv-top_20th {
    min-height: 400px;
  }

  .mv-top_20th .mv_slider_item {
    height: 400px;
  }
}




/* モーダル全体の背景 */
.video-modal {
  display: none; /* 初期状態は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

/* 背景のオーバーレイ */
.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

/* コンテンツ部分（動画の器） */
.modal-content {
  position: relative;
  width: 90%;
  max-width: 1000px; /* 最大横幅 */
  z-index: 10000;
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%; /* 16:9のアスペクト比を維持 */
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: -45px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}









/* --- メインビジュアル：20周年特別スライドショー --- */
.mv-top_20th {
  position: relative;
  width: 100%;
  min-height: 600px; /* PCでの表示高さ */
  overflow: hidden;
  background-color: #000;
}

/* 50%の紫オーバーレイ（ロゴの背面、画像の前面に固定） */
.overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 3, 117, 0.5); 
  z-index: 5;
  pointer-events: none;
}

.anniversary-slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slide-group {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: groupFade 30s infinite;
}

/* 背景の機材画像（全画面） */
.base-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 2;
}


/* 各スライドの画像指定 */
.bg-gsdf { background-image: url('/js/20th/gsdf.JPG'); }
.bg-msdf    { background-image: url('/js/20th/msdf.JPG'); }
.bg-asdf  { background-image: url('/js/20th/asdf.JPG'); }
.bg-js  { background-image: url('/js/20th/js.JPG'); }

/* アニメーションタイミング（6秒おきに切り替え） */
.slide-group:nth-child(2) { animation-delay: 0s; }
.slide-group:nth-child(3) { animation-delay: 6s; }
.slide-group:nth-child(4) { animation-delay: 12s; }
.slide-group:nth-child(5) { animation-delay: 18s; }

@keyframes groupFade {
  0% { opacity: 0; }
  5% { opacity: 1; }
  33% { opacity: 1; }
  38% { opacity: 0; }
  100% { opacity: 0; }
}

/* ロゴの優先順位 */
.mv_ttl_20th {
  z-index: 900;
}

/* レスポンシブ調整 */

.toppage .mv::after {
  display: none !important;
  content: none !important;
  background: non !important;
}


.mv.mv-top_20th {
  width: 100%;
  aspect-ratio: 16 / 9;
  /* 既存の固定高さを解除 */
  height: auto !important;
  min-height: 0 !important;
}

@media screen and (max-width: 768px) {
  .bg-gsdf { background-image: url('/js/20th/gsdf.PNG'); }
  .bg-msdf    { background-image: url('/js/20th/msdf.PNG'); }
  .bg-asdf  { background-image: url('/js/20th/asdf.PNG'); }
  .bg-js  { background-image: url('/js/20th/js.PNG'); }

  .mv.mv-top_20th {
    /* 固定の高さを解除し、アスペクト比を有効にする */
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 5;
    
    /* 背景画像の表示調整（必要に応じて） */
    background-size: cover;
    background-position: center;
  }

  /* 既存の style.css で .mv::after に高さが指定されている場合の対応 */
  .mv.mv-top_20th::after {
    height: 100% !important;
    width: 100% !important;
  }
}

.mv_ttl_20th {
  width: 90%;
  max-width: 500px;
}

@media screen and (max-width: 425px) {
  .mv_ttl_20th {
    width: 90%;
    max-width: 300px;
  }
}

@media only screen and (min-width: 426px) and (max-width: 1024px) {
  .mv_ttl_20th {
    width: 90%;
    max-width: 400px;
  }
}
