html {
  scroll-behavior: smooth;
}
:root {
    --accent-color: #e67e22; /* 豊かな実りのオレンジ */
    --sub-color: #c0392b;    /* 紅葉の赤 */
    --bg-color: #fdfdfd;     /* 少し温かみのある白（和紙のような色） */
    --text-color: #333333;      /* 落ち着いたダークグレー */
    --card-bg: #fff;        /* カードの背景は純白でシンプルに */
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
    color: var(--text-color);
    background-color: var(--bg-color);
    margin: 0;
}

header {
    padding: 2rem;
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px); /* 背景をぼかすとおしゃれ */
    z-index: 100;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
    margin: 0;
}

section {
    padding: 5rem 10%;
}

#hero {
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

h1 {
    font-size: 3rem;
    letter-spacing: 0.1em;
    border-left: 5px solid var(--accent-color);
    padding-left: 1rem;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
/* カードにホバーした時のアニメーション */
.card {
    border: 1px solid #eee; /* 薄い枠線 */
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    border-color: var(--accent-color); /* 前回のアクセントカラー */
}
.status-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.status-list li {
    display: flex;
    justify-content: space-between; /* ラベルと値を左右に振り分ける */
    border-bottom: 1px solid #eee;
    padding: 0.5rem 0;
    font-size: 0.9rem;
}

.label {
    color: #888;
    font-weight: 300;
}

.update-tag {
    display: block;
    font-size: 0.7rem;
    color: #bbb;
    text-align: right;
    margin-top: 10px;
}
/* Aboutセクション全体のスタイル */
.about-container {
    max-width: 800px;
    margin: 0 auto;
}

.lead-text {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--accent-color);
    margin-bottom: 1.5rem;
}

/* タグのデザイン */
.about-tags {
    margin: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    background: #f0f0f0;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    color: #666;
    border: 1px solid transparent;
    transition: 0.3s;
}

.tag:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
    background: #fff;
}

/* 実績リストのデザイン */
.milestones {
    margin-top: 3rem;
    border-top: 1px solid #eee;
    padding-top: 2rem;
}

.milestone-item {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.milestone-date {
    color: #bbb;
    font-family: monospace; /* 日付は等幅フォントが洗練されて見える */
}

.milestone-desc {
    color: #555;
}
/* CSSでさらに洗練させる */
.music-list h4 {
    font-size: 0.9rem;
    color: var(--accent-color);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.music-list ul {
    list-style: none;
    padding: 0;
}

.music-list li {
    font-size: 0.85rem;
    padding: 4px 0;
    border-bottom: 1px dashed #eee;
}

.artist {
    color: #999;
    font-size: 0.75rem;
}
/* ナビゲーション全体のレイアウト */
header nav ul {
    display: flex;
    justify-content: flex-end; /* 右寄せ */
    gap: 40px;                /* リンク間の余白を広めに取ると洗練されます */
    list-style: none;
    padding: 30px 10%;        /* 左右の余白をコンテンツの幅に合わせる */
    margin: 0;
}

/* リンクの基本スタイル */
header nav a {
    text-decoration: none;
    color: #333;              /* 青色からシックな黒へ */
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.05em;    /* 文字間隔をわずかに広げて読みやすく */
    position: relative;
    padding-bottom: 8px;      /* 線が出るためのスペース */
    transition: color 0.3s ease;
}

/* ホバー時に伸びるアンダーラインの準備 */
header nav a::after {
    content: '';
    position: absolute;
    width: 0;                 /* 初期状態は長さゼロ */
    height: 2px;              /* 線の太さ */
    bottom: 0;
    left: 0;
    background-color: var(--accent-color); /* 設定済みのオレンジ */
    transition: width 0.3s ease;           /* 0.3秒かけて伸びる */
}

/* ホバー時の挙動 */
header nav a:hover {
    color: var(--accent-color); /* 文字色もオレンジに */
}

header nav a:hover::after {
    width: 100%;               /* 端から端まで線を伸ばす */
}
#contact {
    background-color: #fcfcfc; /* ほんの少しだけ色を変えてセクションを区切る */
    padding-bottom: 3rem;
}

.contact-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.contact-lead {
    color: #666;
    margin-bottom: 3rem;
    font-size: 0.95rem;
}

.contact-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-bottom: 5rem;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.contact-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--accent-color);
    font-weight: 500;
}

.contact-value, .contact-link {
    font-size: 1.1rem;
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-link:hover {
    color: var(--accent-color);
    text-decoration: underline;
}

.contact-footer {
    margin-top: 5rem;
    font-size: 0.8rem;
    color: #bbb;
}