/* ========================================
   ABOUT.CSS - ゲームセンター TINY について
   ======================================== */

.about-page {
    padding: 1.5rem 1rem 3rem;
    max-width: 100%;
}

.about-page__title {
    font-size: 1.125rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    letter-spacing: 0.05em;
}

.about-page__content {
    font-size: 0.9375rem;
    line-height: 2;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.02em;
}

.about-page__content p {
    margin-bottom: 1.75rem;
    text-indent: 1em;
}

.about-page__content p:last-child {
    margin-bottom: 0;
}

/* 記録文書風の装飾 */
.about-page__content::before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 auto 2rem;
}

.about-page__content::after {
    content: '— TINY 店主 —';
    display: block;
    text-align: center;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 2.5rem;
    letter-spacing: 0.1em;
}
