@charset "utf-8";

/**/
body.modeTest.pageRideupchallenge {
  background-image: url('/images/design/design-rideupchallenge.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}

/*
body.pageRideupchallenge .boxLayoutBaseIn {
  min-height: 6000px;
}*/



/* =========================
   HERO（上部タイトル）
========================= */

.rideup-hero {
  background-image: url('https://b-shop-ochi.com/images/rideup/rideup_back.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}


.rideup-hero-inner {
  position: relative;
  z-index: 2;
}

.rideup-eyebrow {
  font-size: 14px;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
  color: #333;
}

.rideup-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.05em;
}

.rideup-title span {
  color: #c40018;
}

.rideup-sub {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #444;
}

.rideup-lead {
  margin-top: 28px;
  font-size: 20px;
  line-height: 1.9;
  color: #222;
}

.rideup-lead span {
  color: #c40018;
  font-weight: 700;
}


/* =========================
   HERO 背景画像
========================= */

.rideup-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.rideup-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .22;
}


/* =========================
   INTRO（画像＋ボタン）
========================= */

.rideup-intro {
  position: relative;
  padding: 80px 0 100px;
  background: #fff;
  overflow: hidden;
  text-align: center;
}
body.modeTest .rideup-intro {
  background-color: transparent;
}

.rideup-desc-image {
  margin: 24px auto;
  max-width: 600px;
}

.rideup-desc-image img {
  width: 100%;
  height: auto;
  display: block;
}


/* =========================
   NAV（下の4つのボタン）
========================= */

.rideup-nav-block {
  text-align: center;
  margin-top: 30px;
}

.rideup-nav {
  display: inline-block;
  flex-direction: column;
  gap: 16px;
  padding: 0;
}

.rideup-nav li {
  list-style: none;
  margin-bottom: 12px;
}

.rideup-nav a {
  display: block;
  background: #000;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.rideup-nav a:hover {
  background: #c40018;
}


/* =========================
   WORRIES（吹き出し＋メッセージ）
========================= */

.rideup-worries {
  text-align: center;
  padding: 60px 20px;
}

.worries-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}

.worry-illustration {
  width: 60%;
  max-width: 400px;
  margin-top: 20px;
}

.worry-illustration img {
  width: 100%;
  height: auto;
  display: block;
}

.worry-message {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  max-width: 700px;
  padding: 0 20px;
}

.worry-message strong {
  font-size: 20px;
  color: #c40018;
}


/* =========================
   FEATURE（3つの魅力）
========================= */

.feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.feature-card {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
  padding: 40px;
  position: relative;
  border-radius: 8px;
}

.feature-card .num {
  position: absolute;
  top: -18px;
  left: 20px;
  font-size: 26px;
  font-weight: 700;
  color: #c40018;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px) {
  .rideup-title {
    font-size: 40px;
  }

  .feature-cards {
    grid-template-columns: 1fr;
  }

  .worry-message {
    font-size: 16px;
  }

  .rideup-nav a {
    font-size: 15px;
    padding: 10px 20px;
  }
}
