@charset "UTF-8";
/*//////////PCサイズ///////////*/
@media screen and (min-width: 481px) {
}
/*//////////SPサイズ///////////*/
@media screen and (max-width:480px) {

}

/** ============================== 
 *  共通スタイル設定
 * ============================== **/

/* Google Fonts 
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&family=Noto+Serif+JP:wght@300;400;700&display=swap');*/

/* リセット */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* remベースのフォントサイズ：1rem = 10px */
html {
  font-size: 62.5%;
}

/* ベース設定 */
body {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Sans JP', sans-serif;*/
  font-size: 1.6rem;
  color: #333;
  background-color: #fff;
  /*min-height: 200vh;*/
}

/* 明朝体のタイトル用 */
.title {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Serif JP', serif;*/
  font-weight: 700;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Serif JP', serif;*/

}
/*//////////PCサイズ///////////*/
@media screen and (min-width: 481px) {
/** ============================== 
 *  フォントスタイル分類（5パターン）
 * ============================== **/

/* ① メインタイトル（大見出し・明朝・太） */
.font-40 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Serif JP', serif;*/
  font-size: 4rem;
}

/* ② リード文（明朝 or ゴシック・中サイズ） */
.font-30 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Serif JP', serif;*/
  font-size: 3rem;
  letter-spacing: 0.2rem;
}
/* ② リード文（明朝 or ゴシック・中サイズ） */
.font-32 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Serif JP', serif;*/
  font-size: 3.2rem;
  letter-spacing: 0.2rem;
}
/* ② リード文（明朝 or ゴシック・中サイズ） */
.font-35 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Serif JP', serif;*/
  font-size: 3.5rem;
  letter-spacing: 0.2rem;
}

/* ③ 中見出しなどに応用可能 */
.font-20 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Serif JP', serif;*/
  font-size: 2rem;
  letter-spacing: 0.2rem;
}

/* ③ 中見出しなどに応用可能 */
.font-22 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Serif JP', serif;*/
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
}
/* ③ 中見出しなどに応用可能 */
.font-24 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Serif JP', serif;*/
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
}

/* ④ 本文（ゴシック・標準） */
.font-16 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Sans JP', sans-serif;*/
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}

/* ⑤ ボタン・キャッチコピー（太ゴシック or 太明朝） */
.font-14 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Sans JP', sans-serif;*/
  font-size: 1.4rem;
  letter-spacing: 0.15rem;
}

/* ⑥ ラベル・補助情報（小さめ・細） */
.font-12 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Sans JP', sans-serif;*/
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}


}
/*//////////SPサイズ///////////*/
@media screen and (max-width:480px) {
/** ============================== 
 *  フォントスタイル分類（5パターン）
 * ============================== **/

/* ① メインタイトル（大見出し・明朝・太） */
.font-40 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Serif JP', serif;*/
  font-size: 4rem;
}

/* ② リード文（明朝 or ゴシック・中サイズ） */
.font-30 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Serif JP', serif;*/
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
}
/* ② リード文（明朝 or ゴシック・中サイズ） */
.font-32 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Serif JP', serif;*/
  font-size: 3.2rem;
  letter-spacing: 0.2rem;
}
/* ② リード文（明朝 or ゴシック・中サイズ） */
.font-35 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Serif JP', serif;*/
  font-size: 3.5rem;
  letter-spacing: 0.2rem;
}

/* ③ 中見出しなどに応用可能 */
.font-20 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Serif JP', serif;*/
  font-size: 2rem;
  letter-spacing: 0.2rem;
}

/* ③ 中見出しなどに応用可能 */
.font-22 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Serif JP', serif;*/
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
}
/* ③ 中見出しなどに応用可能 */
.font-24 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Serif JP', serif;*/
  font-size: 2rem;
  letter-spacing: 0.1rem;
}

/* ④ 本文（ゴシック・標準） */
.font-16 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Sans JP', sans-serif;*/
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}

/* ⑤ ボタン・キャッチコピー（太ゴシック or 太明朝） */
.font-14 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Sans JP', sans-serif;*/
  font-size: 1.4rem;
  letter-spacing: 0.15rem;
}

/* ⑥ ラベル・補助情報（小さめ・細） */
.font-12 {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
/*font-family: 'Noto Sans JP', sans-serif;*/
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
}



/* リンク */
a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ロゴ画像 */
.logo img {
  width: 15rem;
  height: auto;
  display: block;
}

/* 画像レスポンシブ */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/** ============================== 
 *  ローディング画面用スタイル
 * ============================== **/

/* ローディング全体 */
#loading {
	position: fixed;
	z-index: 9999;
	background-color: #CCDCDE;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	transition: opacity 0.5s ease;
}
/*//////////PCサイズ///////////*/
@media screen and (min-width: 481px) {
/* ロゴ画像だけは短くフェードイン */
#loading img {
  width: 5vw;
  opacity: 0;
  animation: fadeIn 0.4s ease-in-out forwards;
}
}
/*//////////SPサイズ///////////*/
@media screen and (max-width:480px) {
/* ロゴ画像だけは短くフェードイン */
#loading img {
  width: 15vw;
  opacity: 0;
  animation: fadeIn 0.4s ease-in-out forwards;
}
}


@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* フェードアウト状態用クラス */
#loading.fade-out {
  opacity: 0;
  pointer-events: none;
}

/** ============================== 
 * ファーストビュー：拡大縮小＋左右移動フェード（確定版）
 * ============================== **/

@keyframes zoomFadeInLeft {
  0% {
    opacity: 0;
    transform: scale(1) translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: scale(1.2) translateX(0);
  }
}

@keyframes zoomFadeOutLeft {
  0% {
    opacity: 1;
    transform: scale(1.2) translateX(0);
  }
  100% {
    opacity: 0;
    transform: scale(1.2) translateX(0); /* 終了位置はズレない */
  }
}

@keyframes zoomShrinkInRight {
  0% {
    opacity: 0;
    transform: scale(1.2) translateX(10%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}

@keyframes zoomShrinkOutRight {
  0% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
  100% {
    opacity: 0;
    transform: scale(1) translateX(0);
  }
}

.fv-slide-container img.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1) translateX(0);
  z-index: 2;
  pointer-events: none;
}

/* 偶数：拡大＋左から */
.fv-slide-container img.slide.even.show {
  animation: zoomFadeInLeft 6s ease forwards;
  z-index: 3;
}
.fv-slide-container img.slide.even.hide {
  animation: zoomFadeOutLeft 6s ease forwards;
  z-index: 2;
}

/* 奇数：縮小＋右から */
.fv-slide-container img.slide.odd.show {
  animation: zoomShrinkInRight 6s ease forwards;
  z-index: 3;
}
.fv-slide-container img.slide.odd.hide {
  animation: zoomShrinkOutRight 6s ease forwards;
  z-index: 2;
}

