@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    background: #F2ECE2;
    color: #3D3100;
}

p {
  margin: 0;
  line-height: 1.8;
}

p + p {
  margin-top: 0.6em;
}

/* FONT */
.biz-udpmincho-regular {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udpmincho-bold {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  font-style: normal;
}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.sawarabi-mincho-regular {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.sawarabi-gothic-regular {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}


/* ハイライト */
.highlight {
  background: linear-gradient(
  transparent 60%,
  rgba(217, 179, 106, 0.3) 75%,
  rgba(217, 179, 106, 0.6) 90%,
  #D9B36A 100%);
}

/* HERO */
.hero {
    position: relative;
    height: 500px;
    background: url("img/01.jpg") center/cover;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
 .hero {
     position: relative;
	 background: url("img/02.jpg") ;
	 background-repeat: no-repeat;
}
}

.hero-text {
    position: absolute;
    right: 120px;
    top: 0px;
	height: 460px;
	width: 25px;
    background: rgba(255,255,255,0.6);
    padding: 40px 15px 0px 20px;
    writing-mode: vertical-rl;
    font-size: 30px;
	font-family: "Shippori Mincho", serif;
    line-height: 1.8;
	font-weight: 800;
}

@media (max-width: 768px) {
 .hero-text {
	 top: 0px;
	 right: 15px;
	 width: 35px;
	 height: 370px;
	 padding: 40px 8px 20px 0px;
	 font-size: 22px;
}
}

.hero-text02 {
    position: absolute;
    right: 180px;
    top: 0px;
	height: 410px;
	width: 80px;
    background: rgba(255,255,255,0.6) ;
    padding: 150px 0px 0px 10px;
    writing-mode: vertical-rl;
    font-size: 40px;
    line-height: 1.8;
	font-family: "Shippori Mincho", serif;
	font-weight:bold;
	letter-spacing: 0.05em;
}

@media (max-width: 768px) {
 .hero-text02 {
	 top: 0px;
	 right: 58px;
	 height: 370px;
	 width: 55px;
	 padding: 80px 0px 0px 10px;
	 font-size: 34px;
}
}

.hero-text03 {
    position: absolute;
    left: 0px;
    top: 50px;
	background: rgba(255,255,255,0.6);
    padding: 20px 40px 20px 40px;
    font-size: 30px;
	font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1.6;
	font-weight: 700;
}

@media (max-width: 768px) {
 .hero-text03 {
   	background: rgba(255,255,255,0.6);
	padding: 10px 20px 10px 15px;
	font-size: 18px;
}
}

.hero-img-pc {
  padding: 0;
  position: absolute;
  bottom: -300px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-img-pc { display: block; }
.hero-img-sp { display: none; }


@media (max-width: 768px) {
.hero-img-sp {
  position: absolute;
  bottom: -130px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-img-sp img {
  width: 70vw;
  height: auto;
}

.hero-img-pc { display: none; }
.hero-img-sp{ display: block; }
}


/* DATE BOX */
.date-box {
    position: absolute;
    right: 120px;
	width: 120px;
    top: 460px;
    background: #c68a2b;
    color: white;
    padding: 15px;
    font-size: 34px;
	font-family:"Kiwi Maru", serif;
	font-weight: 700;
	text-align: right;
	
}

@media (max-width: 768px) {
 .date-box {
	 right: 15px;
	 top: 390px;
	 width: 100px;
	 padding: 15px 8px 15px 0px;
	 font-size: 26px;
}
}

.date-box-text01 {
    font-size: 18px;
}

@media (max-width: 768px) {
 .date-box-text01 {
	 font-size: 16px;
}
}


/* ===== NEWSスクロール化 ===== */
.news-scroll {
  max-height: 320px;   /* PC高さ */
  overflow-y: auto;
  padding-right: 8px;  /* スクロール余白 */
}

/* スクロールバー（PC） */
.news-scroll::-webkit-scrollbar {
  width: 6px;
}
.news-scroll::-webkit-scrollbar-thumb {
  background: #3D3100;
  border-radius: 3px;
}

/* -------- スマホ -------- */
@media (max-width: 768px) {
  .news-scroll {
    max-height: none;   /* ← 高さ制限解除（重要） */
    overflow-y: visible;
  }
}



/* --------NEWS-------- */
.news {
  max-width: 860px;
  margin: 350px auto 40px;
  padding: 20px 80px;
  font-family: "Noto Sans JP", sans-serif;
  background: #e6d8c3;
}

@media (max-width: 768px) {
  .news {
	max-width: 100%;
    margin: 150px 0px 0px;
	padding: 20px 20px;
  }
}


/* タイトル */
.news-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  margin: 10px auto 0px 5px;
  font-family: "BIZ UDPMincho", serif;
}

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

.news-title::first-letter {
  color: #c28c32;
  font-size: 40px;
}

@media (max-width: 768px) {
  .news-title::first-letter {
    font-size: 30px;
  }
}

/* リスト */
.news-item {
  margin: 8px 0 10px;
  padding: 0;
  border-bottom: 1px solid #A99C6A;
}


/* 日付＋ラベル */
.news-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .news-head {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}

.date {
  font-size: 14px;
  color: #8c611a;
}

.newslabel {
  background: rgba(194, 140, 50, 0.15);
  color: #8c611a;
  padding: 2px 6px;
  font-size: 14px;
}

/* 本文 */
.news-text {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 10;
}

.news-text .red{
  color: #8B1E3F;
}

@media (max-width: 768px) {
  .news-text {
    font-size: 16px;
  }
}

.news-text a {
  color: inherit;          /* 親と同じ色 */
}

.news-text a:hover {
  color: inherit; 
  text-decoration: none;
}

/* ----- message ----- */

.message-container {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  background: #f7f7f7;
  border-bottom: 1px #2C2C2C;
}

/* 左側 */
.message-text-area {
  width: 50%;
  padding: 40px 10px 20px 80px;
  line-height: 1.6;
}

.message-text-area .title {
  font-size: 28px;
  color: #3f5f2a;
  margin-bottom: 25px;
}

.message-text-area .p {
  margin-bottom: 14px;
}

.message-text-area .closing {
  margin-top: 20px;
  font-weight: bold;
}

.message-text-area .author {
  margin-top: 40px;
  text-align: right;
}

.message-text-area .name {
  font-size: 22px;
  letter-spacing: 2px;
}

/* 右側 */
.message-image-area {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7; 
}

.message-image-area .img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}

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

  .message-container {
    flex-direction: column;
  }
	
  /* 画像を上に */
  .message-image-area {
	order: -1;
    width: 100%;
  }

  .message-image-area .img {
	padding-top: 20px;
	max-width: 85%;
    width: auto;
    height: auto;
  }

  /* テキスト */
  .message-text-area {
    width: 85%;
    padding: 30px 20px;
  }

  .message-text-area .title {
    font-size: 22px;
    line-height: 1.6;
  }

  .message-text-area p {
    font-size: 14px;
    line-height: 1.8;
  }

  .message-text-area .name {
    font-size: 18px;
  }

  .message-text-area .author {
    margin-top: 30px;
  }
}

/* ----- catch ----- */

.content {
  	max-width: 100%;
  	margin: 0px auto 0px;
  	padding: 20px 80px;
  	background: #FFF;
	text-align: center
}

@media (max-width: 768px) {
  .content {
    margin: 0px auto 0px;
	padding: 8px 10px;
  }
}

.content h1 {
 	margin: 0 auto 8px;
	display: inline-block;
    padding: 60px 20px 0px;
	font-family: "Sawarabi Gothic", sans-serif;
    font-size: 30px;
  	font-weight: 400;
	letter-spacing: 4px;
}

@media (max-width: 768px) {
 .content h1 {
	font-size: 24px;
	padding: 20px 0px 10px;
}
}

/* 装飾 */
.title span {
  font-weight: 600;
  margin: 0 8px;
}

/* テキスト */
.content-text {
  font-size: 18px;
  color: #333;
  text-align: left;
}


/* ----- GALLERY ----- */

.gallery-section {
    max-width: 100%;
    margin: auto;
    padding: 20px 20px;
	background: #FFF;
    color: #3D3100;
}

/* GRID */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* CARD */
.card {
    display: flex;
    flex-direction: column;
}

.card img {
    width: 100%;
    border-radius: 16px;
    height: 180px;
    object-fit: cover;
}

.card p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}

@media(max-width: 1000px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 600px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ----- section-titler ----- */


.section-title {
  background-image: url("img/titlebg.jpg");
  background-repeat: repeat;  
  background-size: auto;  
  background-position: top left;

  height: 100px;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 40px;

  position: relative;
	  }

/* 文字 */
.section-title h2 {
  color: #3D3100;
  font-size: 32px;
  letter-spacing: 4px;
  z-index: 1;
  text-shadow: 0 1px 2px rgba(255,255,255,0.5);
}

.section-title span {
  font-size: 14px;
  letter-spacing: 2px;
}


@media screen and (max-width: 768px) {
  .section-title {
    height: 60px;
  }

  .section-title h2 {
    font-size: 22px;
    letter-spacing: 2px;
  }
}


/* ----- Instructor ----- */

.inst-section {
    max-width: 100%;
    margin: auto;
    padding: 20px 20px;
	background: #FFF;
    color: #3D3100;
}

/* GRID */
.inst-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* タブレット */
@media (max-width: 1024px) {
  .inst-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* スマホ */
@media (max-width: 600px) {
  .inst-container {
    grid-template-columns: 1fr;
  }
}

/* カード */
.inst-card {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  overflow: hidden;
}

.inst-card:hover {
  transform: translateY(-4px);
  transition: 0.2s;
}

/* ヘッダー */
.inst-card-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 16px;
}

.inst-card-header img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 4px;
}

.inst-profile-text .name {
  font-size: 18px;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 800;
  color: #333;
  margin: 0px;
}

.inst-profile-text .en {
  font-size: 16px;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 800;
  color: #333;
  margin: 0px 0 2px;
}

.inst-profile-text .job {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

/* 投稿部分 */
.inst-card-body {
  padding: 16px;
}

.inst-card-body .b {
  font-weight: bold;
}

.inst-card-body .p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.inst-card-body .cource {
  background: #c68a2b;
  color: #fff;
  font-size: 12px;
  padding: 2px 4px; 
  margin: 0px 10px 0px 0px;
  display: inline-block;
}

/* ボタン */
.open-modal {
  margin-top: 8px;
  padding: 6px 12px;
  border: none;
  background: rgba(194, 140, 50, 0.15);
  color: #8c611a;
  border-radius: 4px;
  cursor: pointer;
}

/* モーダル背景 */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

/* 中身 */
.modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 16px;
  width: 90%;
  max-width: 500px;
  border-radius: 10px;
  position: relative;
  animation: fadeIn 0.3s ease;
  max-height: 70vh;
  overflow-y: auto;
}

@media (max-width: 600px) {
  .modal-content {
    margin: 20% auto;
    padding: 16px;
  }
}

.modal-content .name {
  font-size: 18px;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 800;
  color: #333;
  margin: 0px;
}

.modal-content .en {
  font-size: 16px;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 800;
  color: #333;
  margin: 0px 0 2px;
}

.modal-content .job {
  font-size: 12px;
  color: #333;
  line-height: 1.2;
}

.modal-content-text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 8px 0px;
}

.modal-content-text .b {
  font-weight: bold;
}

.modal-content-text .course {
  background: #c68a2b;
  color: #fff;
  font-size: 12px;
  padding: 2px 4px; 
  margin: 0px 10px 0px 0px;
  display: inline-block;
}

.modal-content-text .box {
  font-size: 12px;
  padding: 10px 10px; 
  margin: 10px 20px 0px 0px;
  display: flex;
  border: 1px dotted #C0C0C0;
}

.modal-content-text .cource .img{
  width: 50%;
  float: left;
  overflow: hidden;
  margin: 0px 10px;
}


/* 閉じるボタン */
.close {
  position: absolute;
  right: 16px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}

/* アニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* ----- Q&A ----- */

.faq {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 16px;
　color: #3D3100;
}

.faq-item {
  margin-bottom: 14px;
}

/* ▼ 質感アップ */
.faq-question {
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #d6c7ad;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

/* ホバーでほんのり浮く */
.faq-question:hover {
  background: rgba(255, 255, 255, 0.9);
}

/* Q */
.faq-question .q {
  color: #8b1e3f; /* ワイン系アクセント */
  font-weight: bold;
  margin-right: 12px;
  font-size: 18px;
}

/* テキスト */
.faq-question .text {
  flex: 1;
}

/* ＋アイコン */
.faq-question .icon {
  width: 28px;
  height: 28px;
  border: 1px solid #3D3100;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 回答 */
.faq-answer {
  display: none;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.9);
  border-left: 3px solid #3D3100;
  margin-top: 6px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.7;
}

/* 開いた状態 */
.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .icon {
  transform: rotate(45deg);
}

/* 開いてる時ちょい強調 */
.faq-item.active .faq-question {
  border-color: #3D3100;
  background: rgba(255, 255, 255, 0.95);
}

/* -------- レスポンシブ -------- */
@media (max-width: 768px) {
  .faq-question {
    font-size: 14px;
    padding: 14px;
  }

  .faq-answer {
    font-size: 13px;
    padding: 14px;
  }
}

/* ----- APL INFO ----- */
.apl {
  background: #F2E9dc;
  margin: 10px auto;
  padding: 20px 20px;
  text-align: center;
}

/* 中央の箱 */
.apl-info {
  max-width: 800px;
  margin: 0px auto;
  text-align: left; /* ←中は左揃え */
  font-size: 16px;
}

/* 行（日時・場所） */
.apl-info .row {
  display: flex;
  margin-bottom: 0;
}

/* ラベル揃えの核 */
.apl-info .label {
  width: 100px;
  flex-shrink: 0;
  font-weight: bold;
  text-align: right;
}

.apl-info .label2 {
  width: 80px;
  flex-shrink: 0;
  text-align: right;
  font-size: 14px;
}

/* テキスト */
.apl-info .text {
  flex: 1;
  font-weight: bold;
}

.apl-info .text2 {
  flex: 1;
  font-size: 14px;
}

.apl-info .text a {
  color: #8B1E3F;          /* 親と同じ色にする */
}

.apl-info .text a:hover {
  color: #8B1E3F; 
  text-decoration: none;
  opacity: 0.7;
}

.apl-info .text .red {
  color: #8B1E3F;
}


/* ブロック間余白 */
.apl-info .block {
  margin-bottom: 20px;
}

/* 説明 */
.apl-note {
  margin: 5px 0 0px 0px;
  line-height: 1.9;
  font-size: 14px;
  color: #6b5a3a;
}

.apl-note .red {
 color: #8B1E3F;
 font-weight: bold;
}

/* イベント画像 */
.apl-img {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: center; 
}

/* 画像 */
.apl-img img {
  width: 90%;
  height: auto;
}

/* PC（横並び） */
@media (min-width: 769px) {
  .apl-img img {
    width: 50%;
  }
}

/* スマホ（縦並び） */
@media (max-width: 768px) {
  .apl-img {
    flex-direction: column;
  }
  .apl-img img {
    width: 100%;
  }
}

/* ----- EVENT INFO ----- */
.event {
  background: #F2E9dc;
  margin: 10px auto;
  padding: 20px 20px;
  text-align: center;
}

/* 中央の箱 */
.event-info {
  max-width: 800px;
  margin: 0px auto;
  text-align: left; /* ←中は左揃え */
  font-size: 16px;
}

/* 行（日時・場所） */
.row {
  display: flex;
  margin-bottom: 0;
}

/* ラベル揃えの核 */
.label {
  width: 60px;
  flex-shrink: 0;
  font-weight: bold;
  text-align: right;
}

/* テキスト */
.text {
  flex: 1;
  font-weight: bold;
}

.text2 {
  flex: 1;
}

.text2 a {
  color: inherit;          /* 親と同じ色にする */
}

.text2 a:hover {
  color: inherit; 
  text-decoration: none;
  opacity: 0.7;
}

.text .red {
  color: #8B1E3F;
}


/* ブロック間余白 */
.block {
  margin-bottom: 0px;
}

/* 説明 */
.event-note {
  margin: 5px 0 40px 60px;
  line-height: 1.9;
  font-size: 14px;
  color: #6b5a3a;
}

.event-note2 {
  font-size: 14px;
}

.event-note2 .red {
 color: #8B1E3F;
 font-weight: bold;
}

/* イベント画像 */
.event-img {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: center; 
}

/* 画像 */
.event-img img {
  width: 90%;
  height: auto;
}

/* PC（横並び） */
@media (min-width: 769px) {
  .event-img img {
    width: 50%;
  }
}

/* スマホ（縦並び） */
@media (max-width: 768px) {
  .event-img {
    flex-direction: column;
  }
}

/* アクセス */
.event-access {
  margin: 20px 0 20px 60px;
  line-height: 1.9;
  font-size: 14px;
  color: #6b5a3a;
}

/* 地図 */
.map-title {
  font-weight: bold;
  margin-top: 30px;
}

.map-text {
  margin: 5px 0 40px 60px;
  line-height: 1.9;
  font-size: 14px;
  color: #6b5a3a;
  font-weight: bold;
}

.map-text a {
  color: inherit;          /* 親と同じ色にする */
}

.map-text a:hover {
  color: inherit; 
  text-decoration: none;
  opacity: 0.7;
}

.map-box {
  margin: 30px auto;
  max-width: 400px;
  height: 250px;
  border: 1px solid #3D3100;
  border-radius: 4px;
  overflow: hidden;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* フッター */
.event-footer {
  margin-top: 60px;
  text-align: center;
  font-size: 14px;
}

.event-footer a {
  color: inherit;          /* 親と同じ色 */
}

.event-footer a:hover {
  color: inherit; 
  text-decoration: none;
}



/* FOOTER */
footer {
    background: #c68a2b;
    color: white;
    text-align: center;
    padding: 15px;
}

/* RESPONSIVE */
@media(max-width: 768px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .info {
        flex-direction: column;
    }
    .info-box {
        width: 100%;
    }
}


/* ===== アニメーション ===== */

/* ===== 右からフェードイン===== */
.fade-right {
  opacity: 0;
  transform: translateX(50px);/* 右からスタート */
  animation: fadeRight 1s ease-out forwards;
}

@keyframes fadeRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


.fade-lines span {
  display: block;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1.4s ease-out forwards; /* ← ゆっくり */
}

/* 遅延を大きくする（余韻を出す） */
.fade-lines span:nth-child(1) { animation-delay: 0.3s; }
.fade-lines span:nth-child(2) { animation-delay: 0.8s; }
.fade-lines span:nth-child(3) { animation-delay: 1.3s; }
.fade-lines span:nth-child(4) { animation-delay: 1.8s; }
.fade-lines span:nth-child(5) { animation-delay: 2.3s; }
.fade-lines span:nth-child(6) { animation-delay: 2.8s; }
.fade-lines span:nth-child(7) { animation-delay: 3.3s; }


/* ===== 左からフェードイン ===== */
.fade-left {
  opacity: 0;
  transform: translateX(-60px);
  animation: fadeLeft 1s ease-out forwards;
  animation-delay: 1.2s;
}

@keyframes fadeLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ===== 下からスタート ===== */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s ease-out forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


