
    /* ===== Reset ===== */
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                   "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      background: #fff;
      color: #222;
      line-height: 1.6;
    }
body.top{background-image: url(img/mike.png);background-size: contain;
  background-repeat: no-repeat; background-position: 50% 0%;}

    a {
      color: inherit;
      text-decoration: none;
    }

    /* ===== Layout ===== */
    .container {
      max-width: 640px;
      margin: 0 auto;
      padding: 24px;
    }

    header {
      text-align: center;
      margin-bottom: 20px;
    }
    header.mimi {
      margin-bottom: 400px;
    }

    header h1 {
      font-size: 1.8rem;
      font-weight: 600;
      margin-bottom: 8px;
    }

    header p {
      font-size: 0.95rem;
      color: #666;
    }

    /* ===== Profile ===== */
    .profile {
      background: #f7f7f7;
      border-radius: 12px;
      padding: 24px;
      margin-bottom: 24px;
    }

    .profile p {
      font-size: 0.95rem;
    }

    /* ===== Links ===== */
    .links {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .link-item {
      background: #fff;
      border-radius: 10px;
      padding: 16px;
      text-align: center;
      transition: transform 0.1s ease, box-shadow 0.1s ease;
    }

    .link-item:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

    .link-item span {
      font-size: 0.95rem;
      color: #555;
    }

    /* ===== Footer ===== */
    footer {
      margin-top: 40px;
      text-align: center;
      font-size: 0.8rem;
      color: #888;
    }
 /* ===== Images ===== */
  .image-section {
    margin-bottom: 32px;
  }

  .image-main {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 24px;
  }

  .image-main img {
    width: 100%;
    display: block;
  }

  .image-sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .image-sub img {
    width: 100%;
    border-radius: 12px;
    display: block;
  }

  .caption {
    font-size: 0.8rem;
    color: #666;
    margin-top: 6px;
    text-align: center;
  }
.tagline {
  text-align: center;
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 24px;
}

.image-main {
  margin-bottom: 24px;
}

.image-sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.badge {
  font-size: 0.7rem;
  color: #999;
  text-align: center;
  margin-top: 4px;
}

.sumimg{width:50px; height:50px;margin:5px;}
.smpimg{width:260px; height:260px;margin:5px;}
