/* =============================================
   前橋医療福祉専門学校 オープンキャンパス LP
   PDF完全再現版（ヘッダー統合・レスポンシブ最適化版）
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Zen Maru Gothic', sans-serif;
  background: #c7e7ff;
  color: #1a1a1a;
  line-height: 1.8;
  font-size: 15px;
  overflow-x: hidden;
  width: 100%;
}
ul { list-style: none; }
a { color: inherit; text-decoration: none; }

/* =============================================
   NAV（グローバルナビ）
   ============================================= */
.global-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
  min-height: 52px;
  flex-wrap: wrap;
  gap: 24px;
  position: sticky;
  top: 0;
  z-index: 100;
}
.global-nav__links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.global-nav__link {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}
.global-nav__link:hover { text-decoration: underline; }
.btn-nav {
  display: inline-block;
  background: #fda060;
  color: #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  white-space: nowrap;
  border-radius: 20px;
}

/* =============================================
   HERO（メインビジュアル）
   ============================================= */
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 60px;
}
.hero__img-area {
  width: 100%;
  max-width: 1200px;
  height: 690px;
  background: #d4d4d4;
  background-image: url(https://www.e-mirai.com/oc/2026soc/img/hero_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 32px;
}

.hero__cta {
  display: inline-block;
  background: #fda060;
  color: #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 32px;
  margin-bottom: 64px;
  border-radius: 20px;
}

/* =============================================
   キミはどっち？！（イベント選択）
   ============================================= */
.which {
  padding: 0 32px 80px;
  max-width: 960px;
  margin: 0 auto;
}
.which__title {
  font-size: 28px;
  color: #2e318d;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}
.which__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.event-box {
  background: #FFFFFF;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.event-box__group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.which__grid > .event-box:nth-child(1) .event-box__date {
  color: #2e318d;
}

.which__grid > .event-box:nth-child(2) .event-box__date {
  color: #eb5454;
}

.event-box__date {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 14px;
  line-height: 1.3;
}

.which__grid > .event-box:nth-child(1) { border: 3px solid #2e318d; }
.which__grid > .event-box:nth-child(2) { border: 3px solid #eb5454; }

.event-box__recommend {
  font-size: 17px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
}
.event-box__date {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 14px;
  line-height: 1.3;
  color: #1a1a1a;
}
.event-box__detail {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 12px;
  color: #333;
}

.event-box__detail--highlight {
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 2em;
  display: block;
}

.event-box__feature--large {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #1a1a1a;
}

.event-box__feature {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #1a1a1a;
}
.event-box__link {
  font-size: 15px;
  font-weight: 900;
  color: #FFFFFF !important;
  text-align: center;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 24px;
  margin-top: auto;
  margin-bottom: 8px;
  transition: opacity 0.2s ease;
}
.event-box__link:hover {
  text-decoration: none;
  opacity: 0.85;
}

.which__grid > .event-box:nth-child(1) .event-box__link { background: #2e318d; }
.which__grid > .event-box:nth-child(2) .event-box__link { background: #eb5454; }

.event-box__divider {
  width: 100%;
  border: none;
  border-top: 2px dashed #e7e7e7;
  margin: 28px 0;
}

/* =============================================
   わかること
   ============================================= */
.learn-section {
  padding: 72px 32px;
  text-align: center;
}
.section-title-center {
  font-size: 26px;
  color:#2e318d;
  font-weight: 900;
  margin-bottom: 6px;
}
.section-sub {
  font-size: 14px;
  color: #555;
  margin-bottom: 40px;
}
.learn-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 840px;
  margin: 0 auto;
  align-items: center;
}
.learn-text-container {
  text-align: left;
  padding-left: 20px;
}
.learn-text-block h3 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 6px;
  line-height: 1.4;
}
.learn-text-block__sub {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
  white-space: nowrap;
}
.learn-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.learn-img-item {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}
.learn-list li {
  font-size: 14px;
  font-weight: 500;
  padding: 4px 0;
  color: #1a1a1a;
}
.learn-list li::before { content: '✓ '; color: #2e318d; font-weight: 700; }

@media (min-width: 701px) {
  .learn-images { grid-column: 1; grid-row: 1; }
  .learn-text-container { grid-column: 2; grid-row: 1; }
}

/* =============================================
   学科や学校の特徴
   ============================================= */
.feature-section {
  padding: 72px 32px;
  text-align: center;
}
.feature-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 840px;
  margin: 32px auto 0;
  text-align: left;
}
.feature-text-block { text-align: left; }
.feature-text-block h3 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.4;
}
.feature-text-block p {
  font-size: 13px;
  color: #333;
  line-height: 2;
  margin-bottom: 14px;
}
.feature-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-content: start;
}
.feature-images img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  height: auto !important;
}
.feature-cta {
  text-align: center;
  margin-top: 56px;
}

/* =============================================
   在学生の声
   ============================================= */
.voices-section {
  padding: 72px 32px;
  text-align: center;
}
.voices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 840px;
  margin: 0 auto;
}
.voice-card {
  background: #FFFFFF;
  padding: 24px 20px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}
.voice-card__avatar {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.voice-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice-card__name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
.voice-card__text {
  font-size: 12px;
  color: #555;
}

/* =============================================
   SCHEDULE（当日の流れ）
   ============================================= */
.schedule-section {
  padding: 80px 0;
  background: #fff;
  position: relative;
  z-index: 1;
}

.schedule-cards-container {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.sch-card {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  border: 2px solid;
  padding: 32px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
}

.sch-card--blue { border-color: #0071c5; }
.sch-card--green { border-color: #008754; }
.sch-card--orange { border-color: #f15a24; }

.sch-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.sch-card__date {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  padding: 6px 16px;
  border-radius: 8px;
}

.sch-card--blue .sch-card__date { background: #0071c5; }
.sch-card--green .sch-card__date { background: #008754; }
.sch-card--orange .sch-card__date { background: #f15a24; }

.sch-card__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
  width: 100%;
  box-sizing: border-box;
}

.sch-card__images img,
.learn-img-item {
  width: 100% !important;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.sch-card__badge {
  font-size: 11px;
  font-weight: bold;
  color: #666;
  background: #f0f0f0;
  padding: 4px 8px;
  border-radius: 20px;
  white-space: nowrap;
}

.sch-card__features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.sch-card__features li {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sch-card__features li i {
  font-size: 18px;
  width: 24px;
  text-align: center;
}

.sch-card--blue .sch-card__features li i { color: #0071c5; }
.sch-card--green .sch-card__features li i { color: #008754; }
.sch-card--orange .sch-card__features li i { color: #f15a24; }

.sch-card__placeholder-img {
  background: #eaeaea;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
}

.sch-card__catch {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px dashed #e0e0e0;
}

.sch-card--blue .sch-card__catch { color: #0071c5; }
.sch-card--green .sch-card__catch { color: #008754; }
.sch-card--orange .sch-card__catch { color: #f15a24; }

.sch-timeline {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.sch-timeline::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: #e0e0e0;
}

.sch-timeline__item {
  display: flex;
  gap: 16px;
  position: relative;
}

.sch-timeline__time {
  font-size: 13px;
  font-weight: 900;
  color: #fff;
  width: 38px;
  height: 22px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 1;
}

.sch-card--blue .sch-timeline__time { background: #0071c5; }
.sch-card--green .sch-timeline__time { background: #008754; }
.sch-card--orange .sch-timeline__time { background: #f15a24; }

.sch-timeline__content {
  flex: 1;
}

.sch-timeline__title {
  font-size: 15px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 4px;
  line-height: 1.4;
}

.sch-timeline__desc {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}

.sch-double-columns {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sch-column-block {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 16px;
  border: 1px solid #e0e0e0;
}

.sch-column-block__head {
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 16px;
  padding-bottom: 6px;
  border-bottom: 2px solid;
}

.sch-bg-himawari {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 260px;
  height: auto;
  pointer-events: none;
  z-index: 2;
}

.sch-bg-himawari-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
  height: auto;
  pointer-events: none;
  z-index: 2;
}

.sch-card--green .sch-column-block__head { color: #008754; border-color: #008754; }

.sch-timeline--condensed {
  gap: 16px;
}

.sch-timeline--condensed .sch-timeline::before {
  left: 18px;
}

.sch-column-block__note {
  font-size: 11px;
  color: #999;
  text-align: center;
  margin-top: 12px;
}

.sch-text-highlight {
  color: #d9381e;
  font-weight: bold;
}

.schedule-bottom-note {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 40px;
  position: relative;
  z-index: 3;
}

/* =============================================
   先生からのメッセージ
   ============================================= */
.teachers-section {
  padding: 72px 32px;
  text-align: center;
}
.teachers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 840px;
  margin: 0 auto;
}
.teachers-grid--bottom-2 {
  display: flex;
  gap: 20px;
  max-width: 840px;
  margin: 20px auto 0;
  justify-content: center;
}
.teachers-grid--bottom-2 .teacher-card {
  width: calc((840px - 20px) / 3);
}
.teacher-card {
  background: #FFFFFF;
  padding: 0 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}
.teacher-card__avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid #000000;
  margin: 24px auto 16px;
}
.teacher-card__dept {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
}
.teacher-card__dept--medical { color: #e91e63; }
.teacher-card__dept--welfare { color: #eb7d30; }
.teacher-card__dept--pt { color: #bbc13d; }
.teacher-card__dept--ot { color: #98d778; }
.teacher-card__dept--mirai { color: #88c0d6; }

.teacher-card__name-cs {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
.teacher-card__text-cs {
  font-size: 12px;
  color: #555;
  margin-bottom: auto;
}

.btn-teacher {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF !important;
  text-align: center;
  padding: 8px 24px;
  border-radius: 20px;
  margin-top: 12px;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.btn-teacher:hover {
  opacity: 0.85;
}

.btn-teacher--medical { background: #e91e63; }
.btn-teacher--welfare { background: #eb7d30; }
.btn-teacher--pt      { background: #bbc13d; }
.btn-teacher--ot      { background: #98d778; }
.btn-teacher--mirai   { background: #88c0d6; }

/* =============================================
   よくあるご質問
   ============================================= */
.faq-section {
  padding: 72px 32px;
  text-align: center;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 840px;
  margin: 0 auto;
  text-align: left;
}
.faq-box {
  background: #FFFFFF;
  padding: 24px;
  font-size: 15px;
  line-height: 1.9;
  border-radius: 8px;
}
.faq-box__q {
  font-weight: 700;
  margin-bottom: 8px;
  color: #2e318d;
}
.faq-box__a {
  color: #333;
}
.faq-note {
  font-size: 14px;
  color: #333;
  margin-top: 32px;
  text-align: center;
}

/* =============================================
   開催日・アクセス
   ============================================= */
.access-section {
  padding: 72px 32px;
  text-align: center;
}
.access-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 840px;
  margin: 32px auto 0;
}
.access-box {
  background: #FFFFFF;
  padding: 28px;
  text-align: left;
  font-size: 15px;
  line-height: 2;
  border-radius: 8px;
}
.access-box__label {
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 12px;
  text-align: center;
  color: #2e318d;
  border-bottom: 2px solid #c7e7ff;
  padding-bottom: 6px;
}
.access-box__body { color: #333; }
.access-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  max-width: 840px;
  margin: 16px auto 0;
}
.access-meta-box {
  background: #FFFFFF;
  padding: 16px 12px;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  border-radius: 6px;
}
.access-meta-box__label {
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 6px;
  color: #2e318d;
}
.access-map {
  max-width: 840px;
  margin: 24px auto 0;
  font-size: 13px;
  color: #555;
  text-align: center;
  padding-bottom: 8px;
}
.access-map-img {
  max-width: 840px;
  margin: 8px auto 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* =============================================
   無料送迎について
   ============================================= */
.shuttle-section {
  padding: 72px 32px;
  text-align: center;
}
.shuttle-section h2 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 32px;
  color:#2e318d;
}
.shuttle-body {
  font-size: 14px;
  line-height: 2.1;
  color: #333;
  margin-bottom: 12px;
}
.shuttle-img {
  background: #d4d4d4;
  height: 350px;
  max-width: 600px;
  margin: 32px auto;
  background-image:url(https://www.e-mirai.com/oc/2026soc/img/bus.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.shuttle-contact {
  font-size: 13px;
  color: #333;
  margin-top: 16px;
}

/* =============================================
   クロージング
   ============================================= */
.closing-section {
  padding: 80px 32px 64px;
  text-align: center;
}
.closing-section p {
  font-size: 15px;
  line-height: 2;
  color: #333;
  margin-bottom: 4px;
}
.closing-mascot-wrap {
  margin-top: 40px;
  text-align: center;
}
.closing-mascot-img {
  width: 200px;
  height: 200px;
  margin: 16px auto;
  background: url(https://www.e-mirai.com/oc/2026soc/img/other01.png) no-repeat center / contain;
}
.closing-mascot-label {
  font-size: 12px;
  color: #555;
}

/* =============================================
   フッター
   ============================================= */
.site-footer {
  text-align: center;
  padding: 40px 0;
  background: #c7e7ff;
}
.site-footer__cta {
  display: inline-block;
  background: #fda060;
  color: #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 32px;
  margin-bottom: 24px;
  border-radius: 20px;
}
.site-footer__link {
  display: block;
  font-size: 13px;
  color: #333;
  margin-bottom: 40px;
}
.site-footer__link:hover { text-decoration: underline; }

/* =============================================
   RESPONSIVE (スマホ表示：700px以下)
   ============================================= */
@media (max-width: 700px) {
  /* 主要セクションの左右パディングを16pxに最適化 */
  .which { padding: 0 16px 56px; }
  .learn-section { padding: 56px 16px; }
  .feature-section { padding: 56px 16px; }
  .voices-section { padding: 56px 16px; }
  .teachers-section { padding: 56px 16px; }
  .faq-section { padding: 56px 16px; }
  .access-section { padding: 56px 16px; }
  .shuttle-section { padding: 56px 16px; }
  .closing-section { padding: 56px 16px 48px; }

  /* 当日の流れ（スケジュールセクション）：
     親要素のラッパーにpaddingやmarginの制約があってもそれを打ち破り、
     画面の左右端（100vw）まで完全に白背景を広げる強力な指定に変更 */
  .schedule-section {
    padding: 56px 0;
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
  }

  /* スケジュールカードのコンテナ：
     セクション幅が100%になったため、中のカードが端にぴったり張り付かないよう左右に16pxの余白を担保 */
  .schedule-cards-container { 
    flex-direction: column;
    gap: 32px; 
    padding: 0 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .global-nav { display: none !important; }
  .hero { padding: 0 !important; margin: 0 !important; width: 100% !important; }
  .hero__img-area {
    background-image: url(https://www.e-mirai.com/oc/2026soc/img/hero_sp.png);
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #c7e7ff !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    height: auto !important;
    aspect-ratio: 750 / 1000;
  }
  .hero__cta { display: inline-block; margin-top: 24px !important; margin-bottom: 40px !important; }
  .which__grid { grid-template-columns: 1fr; gap: 24px; }
  .event-box { padding: 24px 16px; }
  .event-box__link { margin-top: 20px; }
  
  .learn-layout { grid-template-columns: 1fr; gap: 24px; }
  .learn-text-container { padding-left: 0; padding-right: 0; text-align: center; }
  .learn-text-block__sub { white-space: normal; margin-bottom: 24px; text-align: center; }
  .learn-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 12px;
    text-align: left;
  }

  .sch-card {
    width: 100%;
    flex: none;
  }

  .sch-bg-himawari { width: 140px; }
  .sch-bg-himawari-right { width: 100px; }
  
 .feature-layout { display: grid; grid-template-columns: 1fr; gap: 20px; }
  .voices-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
  .teachers-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
  .teachers-grid--bottom-2 { flex-direction: column; gap: 20px; }
  .teachers-grid--bottom-2 .teacher-card { width: 100%; }
  .faq-grid { grid-template-columns: 1fr; }
  .access-info-grid { grid-template-columns: 1fr; }
  .access-meta-grid { grid-template-columns: 1fr 1fr; gap: 8px; }

  .sch-double-columns { grid-template-columns: 1fr; gap: 16px; }
  .sch-column-block__note { margin-top: 12px; }
}

/* =============================================
   追加：スクロールフェードインエフェクト
   ============================================= */
/* 初期状態：透明で少し下に配置 */
.js-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* スクロールが到達した時の状態 */
.js-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* ← 末尾にあった余計な } を削除しました */