@charset "UTF-8";
/* Google Fontsの読み込み */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&family=Noto+Sans+JP:wght@400;700;900&family=Oswald:wght@700&display=swap");
/* 変数の定義 */
/*==================================================
  Reset & Base Styles
==================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background-color: transparent;
  /* bodyの背景色は透明 */
  overflow-x: hidden; }

body.no-scroll {
  overflow: hidden; }

/* 青空の背景画像コンテナのスタイル */
#background-image-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg_body.jpg");
  /* 相対パスに修正 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  /* 全てのコンテンツの背後に配置 */ }

#wrap {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  /* 浮遊イラストより手前に */
  background-color: transparent;
  /* wrapの背景色も透明に */ }

.inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  transition: transform 0.3s ease-out; }

a {
  text-decoration: none;
  transition: opacity 0.3s; }
  a:hover {
    opacity: 0.7; }

/*==================================================
  Header
==================================================*/
.header {
  padding: 2rem 0;
  text-align: center;
  position: relative;
  z-index: 2;
  /* コンテンツの一部として、浮遊イラストより手前に */ }
  .header .site-logo {
    max-width: 180px;
    margin-bottom: 1.5rem; }
  .header .campaign-logo-placeholder {
    padding: 2rem 0; }
  .header .sample-box {
    width: 40%;
    max-width: 500px;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column; }
    .header .sample-box img {
      margin-top: 10px; }

/*==================================================
  Global Navigation (PC版)
==================================================*/
.gnav {
  background-color: #000;
  padding: 0.5rem 0;
  margin-bottom: 3rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  z-index: 2;
  /* コンテンツの一部として、浮遊イラストより手前に */ }
  .gnav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0; }
  .gnav a {
    display: block;
    padding: 0.5rem 1.5rem;
    color: #fff;
    font-weight: 700;
    transition: background-color 0.3s; }
    .gnav a:hover {
      background-color: rgba(50, 205, 50, 0.2);
      opacity: 1; }
  @media screen and (max-width: 768px) {
    .gnav {
      display: none; } }

/*==================================================
  Mobile Navigation (ハンバーガーメニューで表示される部分)
==================================================*/
.mobile-gnav {
  display: none; }
  @media screen and (max-width: 768px) {
    .mobile-gnav {
      display: flex;
      position: fixed;
      top: 0;
      right: -100%;
      width: 80%;
      max-width: 300px;
      height: 100vh;
      background-color: #000;
      z-index: 99998;
      padding: 5rem 0 1rem;
      box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
      transition: right 0.4s ease-out;
      overflow-y: auto;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start; } }
  .mobile-gnav.is-open {
    right: 0; }
  .mobile-gnav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%; }
  .mobile-gnav a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    color: #fff;
    font-weight: 700;
    transition: background-color 0.3s; }
    .mobile-gnav a:hover {
      background-color: rgba(255, 255, 255, 0.2);
      opacity: 1; }

/*==================================================
  Hamburger Menu
==================================================*/
.hamburger-menu {
  display: none;
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: background-color 0.3s ease; }
  .hamburger-menu:hover {
    background-color: black; }
  @media screen and (max-width: 768px) {
    .hamburger-menu {
      display: flex; } }
  .hamburger-menu span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease; }
  .hamburger-menu.is-active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg); }
  .hamburger-menu.is-active span:nth-child(2) {
    opacity: 0; }
  .hamburger-menu.is-active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg); }

/*==================================================
  Menu Overlay
==================================================*/
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99997;
  opacity: 0;
  transition: opacity 0.4s ease-out; }
  .menu-overlay.is-visible {
    display: block;
    opacity: 1; }

/*==================================================
  Main Contents & Sections
==================================================*/
#contents {
  padding-bottom: 4rem; }

.section {
  margin-bottom: 4rem;
  margin-top: 7rem; }
  .section-title {
    pointer-events: none;
    font-family: "Oswald", sans-serif;
    font-size: 2.5rem;
    text-align: center;
    color: #000;
    margin-top: 0;
    /* 親要素のpaddingに任せるので、ここでの上マージンは0に */
    margin-bottom: 1.5rem;
    /* タイトルとコンテンツの間の余白 */
    padding-bottom: 0.5rem;
    border-bottom: 3px;
    display: inline-block;
    position: relative;
    /* バイクの絶対配置の基準に */
    left: 50%;
    transform: translateX(-50%); }
    .section-title img {
      width: 60%; }
  .section-inner {
    /* ここに背景色と影のスタイルを移動 */
    background-color: rgba(255, 255, 255, 0.85);
    padding: 1em;
    /* 上下左右にパディング */
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }
    .section-inner .read, .section-inner .coming-soon {
      text-align: center;
      margin-bottom: 2rem;
      font-size: 1.1rem; }
    .section-inner .coming-soon {
      font-weight: bold;
      color: #ff3333;
      font-size: 1.5rem; }
    .section-inner strong {
      color: #ff3333; }
  .section .tit {
    margin-top: 5em;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .section .tit {
        margin-top: 3em; } }

/* バイクのイラストのスタイル */
.running-bike {
  position: absolute;
  top: -95px;
  /* タイトルより少し上に配置 */
  left: -100px;
  /* 画面左外からスタート */
  width: 100px;
  /* バイクの幅 */
  height: 100px;
  /* バイクの高さ */
  background-image: url("../images/bike.png");
  /* バイクの画像を指定 */
  background-size: contain;
  background-repeat: no-repeat;
  animation: run-bike 10s linear infinite;
  /* アニメーションを適用 */
  z-index: 10;
  /* タイトルよりも手前に表示 */ }
  @media screen and (max-width: 768px) {
    .running-bike {
      width: 100px;
      /* スマホ版でのバイクの幅 */
      animation-duration: 7s;
      /* スマホ版でのアニメーション速度を調整 */ } }

/* バイクのアニメーション定義 */
@keyframes run-bike {
  0% {
    left: -150px;
    /* 画面左外からスタート */
    transform: scaleX(1);
    /* 右向き */ }
  49% {
    left: calc(100% + 50px);
    /* 画面右外へ移動 */
    transform: scaleX(1);
    /* 右向き */ }
  50% {
    left: calc(100% + 50px);
    /* 画面右外に留まる */
    transform: scaleX(-1);
    /* 左向きに反転 */ }
  99% {
    left: -150px;
    /* 画面左外へ移動 */
    transform: scaleX(-1);
    /* 左向き */ }
  100% {
    left: -150px;
    /* 画面左外に留まる */
    transform: scaleX(1);
    /* 右向きに反転して次のループに備える */ } }
/*==================================================
  Component Styles
==================================================*/
#campaign {
  /* 見出し風にデコレーションする部分のスタイル */ }
  #campaign .two-column {
    display: flex;
    align-items: center;
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      #campaign .two-column {
        flex-direction: column;
        /* スマホ版では縦並びに */ } }
  #campaign .column-text, #campaign .column-image {
    flex: 1; }
  #campaign .column-text p {
    font-weight: bold; }
  #campaign .highlight-text-container {
    text-align: center;
    /* テキストを中央揃えに */
    margin-bottom: 2rem;
    /* 下に余白を取る */ }
  #campaign .highlight-text-line {
    display: inline;
    font-size: 2rem;
    /* 見出し風に大きく */
    font-weight: 900;
    /* 太字に */
    color: #000;
    /* テキストの色をメインカラーに */
    line-height: 1.4;
    /* 行の高さを調整 */
    padding: 0 0.5em;
    /* 左右に少しパディングを */
    margin-bottom: 0.5em;
    /* 各行の下に少し余白を */
    /* マーカー下線のスタイル */
    background-image: linear-gradient(to right, rgba(50, 205, 50, 0.5), rgba(50, 205, 50, 0.5));
    background-size: 100% 10px;
    /* 下線の幅と高さ */
    background-repeat: no-repeat;
    background-position: left bottom;
    /* 下線がテキストの下にくるように */
    /* スマホ版での調整 */ }
    @media screen and (max-width: 768px) {
      #campaign .highlight-text-line {
        font-size: 1.4rem;
        /* スマホ版では少し小さく */
        background-size: 100% 8px;
        /* スマホ版では下線の高さを調整 */
        margin-bottom: 0.3em; } }

#join {
  /* アプリダウンロードセクションの新しいスタイル */ }
  #join .step-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    text-align: center; }
    #join .step-list .step-image {
      margin-bottom: 1rem;
      transition: transform 0.3s ease-out; }
    #join .step-list h3 {
      font-size: 1.5rem;
      margin-bottom: 0.5rem;
      color: #000; }
    #join .step-list p {
      color: #333;
      text-align: left;
      margin: 1em; }
      #join .step-list p .step {
        font-weight: bold;
        font-size: 1.2em;
        background-image: linear-gradient(to right, rgba(255, 241, 0, 0.5), rgba(255, 241, 0, 0.5)); }
  #join .notes {
    color: #ff3333;
    font-weight: bold;
    font-size: 0.9rem;
    margin: 1em; }
  #join .app-download-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* アイテムを縦方向に中央揃え */
    margin-top: 1rem;
    flex-wrap: wrap;
    /* 小さい画面で折り返す */
    /* PC版グループのスタイル */
    /* スマホ版グループのスタイル */
    /* バナーとQRコードをまとめるラッパー (PC版のみに適用) */
    /* アプリバナーの画像スタイル */
    /* QRコードの画像スタイル (PC版のみ) */ }
    #join .app-download-container .pc-download-group {
      display: flex;
      /* バナー+QRのセットを横並びにする */
      gap: 3rem;
      /* セット間の余白 */ }
      @media screen and (max-width: 768px) {
        #join .app-download-container .pc-download-group {
          display: none;
          /* スマホ版では非表示 */ } }
    #join .app-download-container .sp-download-group {
      display: none;
      /* PC版では非表示 */ }
      @media screen and (max-width: 768px) {
        #join .app-download-container .sp-download-group {
          display: flex;
          /* バナーを縦並びにする */
          flex-direction: column;
          gap: 1rem;
          /* バナー間の余白を詰める */
          align-items: center;
          /* 中央揃え */
          width: 100%;
          /* 幅をいっぱいに使う */
          max-width: 250px;
          /* 最大幅を設定 */ } }
    #join .app-download-container .download-item-wrapper {
      display: flex;
      /* バナーとQRコードを横並びにする */
      align-items: center;
      /* 縦方向の中央揃え */
      gap: 1rem;
      /* バナーとQRコードの間の余白 */
      padding: 1.5rem;
      border-radius: 12px; }
    #join .app-download-container .app-banner {
      display: block;
      /* リンクが画像全体を占めるように */ }
      #join .app-download-container .app-banner img {
        width: 160px;
        /* PC版でのバナー画像の固定幅 */
        height: auto; }
      @media screen and (max-width: 768px) {
        #join .app-download-container .app-banner {
          transition: transform 0.3s ease, opacity 0.3s ease; }
          #join .app-download-container .app-banner img {
            width: 180px;
            /* スマホ版でバナー画像を大きく */ }
          #join .app-download-container .app-banner:hover {
            transform: translateY(-5px);
            opacity: 0.9; } }
    #join .app-download-container .app-qr {
      width: 180px;
      /* QRコード画像の固定幅 */
      border: 1px solid #e0e0e0;
      border-radius: 4px; }

#presents {
  /* 3つ目のプレゼントアイテムのPC版での配置調整 */
  /* プレゼントの注意事項などを説明する吹き出し付きの人のイラストのスタイル */ }
  #presents .present-placeholder {
    display: grid;
    grid-template-columns: repeat(2, 45%);
    grid-template-rows: auto auto;
    justify-content: center;
    gap: 2rem;
    position: relative; }
    @media screen and (max-width: 768px) {
      #presents .present-placeholder {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px; } }
  #presents .present-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1.5rem; }
    @media screen and (max-width: 768px) {
      #presents .present-item {
        width: 90%;
        max-width: 300px;
        grid-column: auto; } }
  @media screen and (min-width: 768px) {
    #presents .present-item:nth-child(3) {
      grid-column: 1 / 2;
      grid-row: 2 / 3;
      margin-left: auto;
      margin-right: 0; } }
  #presents .present-image-dummy {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 4px;
    transition: transform 0.3s ease-out; }
  #presents .present-title {
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #333; }
  #presents .present-description {
    color: #666; }
  @media screen and (min-width: 768px) {
    #presents .present-info-illustration {
      grid-column: 2 / 3;
      grid-row: 2 / 3;
      width: 100%;
      max-width: 450px;
      margin-right: auto;
      margin-left: 0;
      align-self: center;
      justify-self: start; } }
  @media screen and (max-width: 768px) {
    #presents .present-info-illustration {
      width: 100%;
      margin-top: 20px; } }
  #presents .present-info-illustration img {
    width: 100%;
    height: auto; }
  #presents .miran-image-container {
    position: absolute;
    bottom: -48px;
    right: -55px;
    width: 550px;
    z-index: 1; }
    #presents .miran-image-container img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 768px) {
      #presents .miran-image-container {
        position: absolute;
        bottom: -117px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 300px;
        right: auto; } }

#program table {
  width: 100%;
  border-collapse: collapse;
  text-align: center; }
#program th, #program td {
  border: 1px solid #32cd32;
  padding: 1rem; }
#program thead th {
  background-color: #000;
  color: #fff;
  font-weight: bold; }
#program tbody td {
  background-color: #fff; }
  #program tbody td a {
    color: #000;
    font-weight: bold; }

#attention .attention-list {
  margin-left: 1.5em;
  padding-left: 0;
  line-height: 1.8; }
  #attention .attention-list li {
    margin-bottom: 0.5em; }
#attention .contact-info {
  margin-top: 2rem;
  border-top: 1px solid #ddd;
  padding-top: 1.5rem;
  line-height: 1.8; }

/*==================================================
  Footer
==================================================*/
.footer {
  background-color: #000000;
  color: #ffffff;
  padding: 1rem 0;
  margin-top: auto;
  /* フッターを常に下部に固定 */
  text-align: center;
  font-size: 0.6em;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  /* 内側の影 */
  border-top: 5px solid #32cd32;
  /* メインカラーのライン */ }

/*==================================================
  Back to Top Button
==================================================*/
.back-to-top-button {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 9999px;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  opacity: 0;
  /* 初期状態は非表示 */
  visibility: hidden;
  /* 初期状態は非表示 */
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.2s ease, background-color 0.3s ease;
  z-index: 99993;
  /* メニューや浮遊要素よりは低く、コンテンツよりは高く */ }
  .back-to-top-button.is-visible {
    opacity: 1;
    visibility: visible; }
  .back-to-top-button:hover {
    background-color: black;
    transform: translateY(-5px) scale(1.1);
    /* 少し大きく上に跳ねるように */
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .back-to-top-button:active {
    /* クリック時のエフェクト */
    transform: translateY(0px) scale(0.95);
    background-color: black; }
  @media (min-width: 768px) {
    .back-to-top-button {
      bottom: 2rem;
      right: 2rem; } }

.top-arrow-icon {
  width: 1.5rem;
  height: 1.5rem; }

/* アニメーションクラス */
.js-animate-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out; }

.js-animate-item.is-visible {
  opacity: 1;
  transform: translateY(0); }

/*==================================================
  Floating Elements
==================================================*/
.floating-element-container {
  position: fixed;
  /* PC版ではビューポートに固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* クリックイベントを透過 */
  z-index: 0;
  /* 青空の背景より手前、コンテンツより奥 */ }

.floating-element {
  position: absolute;
  /* 親要素のfloating-element-containerに対して絶対配置 */
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: float-complex 6s ease-in-out infinite alternate;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-weight: bold;
  font-size: 1.2rem; }

/* アニメーションの定義 */
@keyframes float-complex {
  0% {
    transform: translate(0, 0) rotate(0deg); }
  25% {
    transform: translate(15px, -25px) rotate(5deg); }
  50% {
    transform: translate(-15px, 0px) rotate(-5deg); }
  75% {
    transform: translate(10px, 25px) rotate(2deg); }
  100% {
    transform: translate(0, 0) rotate(0deg); } }
/* PC版の浮遊要素の配置とアニメーションの調整 */
.floating-element-1 {
  top: 10%;
  left: 5%;
  width: 120px;
  height: 120px;
  background-image: url("../images/iio_jump.png");
  animation-delay: 0s;
  animation-duration: 7s;
  display: block;
  /* PC版で表示 */ }

.floating-element-2 {
  bottom: 15%;
  right: 8%;
  width: 90px;
  height: 90px;
  background-image: url("../images/iio_2.png");
  animation-delay: 1.5s;
  animation-duration: 8s;
  display: block;
  /* PC版で表示 */ }

.floating-element-3 {
  top: 30%;
  right: 3%;
  width: 150px;
  height: 150px;
  background-image: url("../images/iio_gorogoro.png");
  animation-delay: 3s;
  animation-duration: 6s;
  display: block;
  /* PC版で表示 */ }

/* PC版では非表示にする浮遊要素 */
.floating-element-4,
.floating-element-5,
.floating-element-6,
.floating-element-7,
.floating-element-8,
.floating-element-9 {
  display: none; }

/*==================================================
  Responsive
==================================================*/
@media screen and (max-width: 768px) {
  .section {
    padding: 0 0.5em; }
    .section-title img {
      width: 80%; }
    .section-inner {
      padding-bottom: 85px; }

  /* ヘッダーとキャンペーン概要の間のスペースを調整 */
  .header {
    padding-bottom: 2rem;
    /* ヘッダー下部のパディングを調整 */ }
    .header .sample-box {
      width: 80%; }

  #campaign {
    margin-top: 2rem;
    /* キャンペーン概要の上マージンを調整 */ }

  .read {
    font-size: 1rem;
    margin-bottom: 30px; }

  .step-list {
    gap: 20px; }
    .step-list li {
      padding: 20px 15px; }
    .step-list .step-image {
      width: 100%; }
    .step-list h3 {
      font-size: 1.2rem; }
    .step-list p {
      font-size: 0.9rem; }

  .present-placeholder {
    gap: 20px; }
    .present-placeholder .present-item {
      padding: 20px; }
    .present-placeholder .present-title {
      font-size: 1.2rem; }
    .present-placeholder .present-description {
      font-size: 0.9rem; }

  .attention-list li {
    padding: 10px 15px;
    font-size: 0.9rem; }

  .contact-info {
    padding: 15px;
    font-size: 0.9rem; }

  .header {
    padding: 10px 15px; }
    .header .site-logo {
      height: 35px; }

  /* スマホ版でのキャンペーンロゴのサイズ調整 */
  .campaign-logo {
    max-width: 70%;
    /* 画面幅の70%に拡大 */
    margin: 0 auto;
    /* 中央揃えに */ }

  /* 浮遊要素コンテナのモバイル版での変更 */
  .floating-element-container {
    position: absolute;
    /* スマホ版ではドキュメントフロー内でスクロール */
    height: auto;
    /* コンテンツの高さに合わせて自動調整 */
    min-height: 2000px;
    /* 全コンテンツをカバーできる十分な高さに調整 */
    z-index: 0;
    /* 青空の背景より手前、コンテンツより奥 */ } }
/* キャンペーンロゴの登場アニメーションと浮遊アニメーション */
.campaign-logo {
  animation: initial-logo-subtle-bounce 1s ease-out forwards, logo-float 2s ease-in-out 1s infinite alternate;
  /* 1秒遅れて開始する浮遊アニメーション */
  transform-origin: bottom;
  /* 下を基準にアニメーション */ }

/* 登場時の控えめな弾むアニメーションの定義 */
@keyframes initial-logo-subtle-bounce {
  0% {
    transform: translateY(-20px) scale(0.9);
    /* 少し上から小さく開始 */
    opacity: 0; }
  60% {
    transform: translateY(5px) scale(1.02);
    /* 少し下に跳ねて、わずかに大きくなる */
    opacity: 1; }
  80% {
    transform: translateY(-2px) scale(0.99);
    /* わずかに上に跳ね返る */ }
  100% {
    transform: translateY(0) scale(1);
    /* 最終位置に落ち着く */
    opacity: 1; } }
/* 浮遊アニメーションの定義ですわ */
@keyframes logo-float {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-8px);
    /* わずかに上に浮き上がる */ }
  100% {
    transform: translateY(0); } }
