@charset "UTF-8";
#cta-68f989ea9fc4c300da5dc009 {
  /* === 404ページ用コンテナ === */
  /* === CTAボタン（ミラーエフェクト付き） === */
  /* ミラーの光エフェクト */
  /* ホバー時の立体感 */
  /* キラッと光る動き */
  /* ===== スマホ対応 ===== */
}
#cta-68f989ea9fc4c300da5dc009 body {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  background-color: #f8f9fb;
  color: #333;
  margin: 0;
  padding: 0;
}
#cta-68f989ea9fc4c300da5dc009 .notfound-wrapper {
  max-width: 700px;
  margin: 80px auto;
  background: #fff;
  padding: 60px 40px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  text-align: center;
}
#cta-68f989ea9fc4c300da5dc009 .notfound-wrapper h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
#cta-68f989ea9fc4c300da5dc009 .notfound-wrapper p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 16px;
}
#cta-68f989ea9fc4c300da5dc009 .notfound-wrapper .highlight-text {
  font-weight: bold;
  color: #0078d7;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 16px;
}
#cta-68f989ea9fc4c300da5dc009 .notfound-wrapper .btn-link {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding: 14px 36px;
  background: linear-gradient(135deg, #0078d7, #1e90ff);
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 120, 215, 0.3);
  text-align: center;
  white-space: nowrap;
}
#cta-68f989ea9fc4c300da5dc009 .notfound-wrapper .btn-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: shine 3s infinite;
}
#cta-68f989ea9fc4c300da5dc009 .notfound-wrapper .btn-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 120, 215, 0.4);
}
@keyframes shine {
  0% {
    left: -75%;
  }
  50% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
@media (max-width: 480px) {
  #cta-68f989ea9fc4c300da5dc009 .notfound-wrapper {
    margin: 40px 16px;
    padding: 40px 20px;
    border-radius: 10px;
  }
  #cta-68f989ea9fc4c300da5dc009 .notfound-wrapper h1 {
    font-size: 16px;
    margin-bottom: 24px;
  }
  #cta-68f989ea9fc4c300da5dc009 .notfound-wrapper p {
    font-size: 11px;
    line-height: 1.8;
  }
  #cta-68f989ea9fc4c300da5dc009 .notfound-wrapper .highlight-text {
    font-size: 11px;
  }
  #cta-68f989ea9fc4c300da5dc009 .notfound-wrapper .btn-link {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 14px 0;
    font-size: 15px;
    border-radius: 8px;
    margin-top: 24px;
  }
}