@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

:root {
    --fcreate-ink: #132019;
    --fcreate-muted: #66736b;
    --fcreate-line: #dce5df;
    --fcreate-surface: #f5f8f6;
    --fcreate-accent: #f4d000;
    --fcreate-accent-dark: #8f7800;
}

.fcreate-person {
    color: var(--fcreate-ink);
    margin-block: 2.5rem 1rem;
}

.fcreate-team {
    color: var(--fcreate-ink);
    margin-block: 2.5rem 1rem;
}

.fcreate-person__lead {
    border-left: 4px solid var(--fcreate-accent);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.8;
    margin: 0 0 2rem;
    padding: 0.35rem 0 0.35rem 1rem;
}

.fcreate-section {
    margin-block: 2.5rem;
}

.fcreate-section__title {
    border-bottom: 1px solid var(--fcreate-line);
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    margin: 0 0 1.25rem;
    padding: 0 0 0.65rem;
}

.fcreate-profile__list {
    background: var(--fcreate-surface);
    border-radius: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    overflow: hidden;
}

.fcreate-profile__item {
    border-bottom: 1px solid var(--fcreate-line);
    display: grid;
    grid-template-columns: minmax(6rem, 38%) 1fr;
    margin: 0;
    padding: 0.9rem 1rem;
}

.fcreate-profile__item:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.fcreate-profile__item dt {
    color: var(--fcreate-muted);
    font-size: 0.86rem;
    font-weight: 700;
}

.fcreate-profile__item dd {
    margin: 0;
}

.fcreate-careers__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fcreate-career {
    display: grid;
    gap: 1rem;
    grid-template-columns: 18px minmax(0, 1fr);
    margin: 0;
    padding: 0 0 2rem;
    position: relative;
}

.fcreate-career::before {
    background: var(--fcreate-line);
    content: "";
    height: 100%;
    left: 8px;
    position: absolute;
    top: 10px;
    width: 2px;
}

.fcreate-career:last-child::before {
    display: none;
}

.fcreate-career__marker {
    background: var(--fcreate-accent);
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--fcreate-accent-dark);
    height: 16px;
    margin-top: 5px;
    position: relative;
    width: 16px;
    z-index: 1;
}

.fcreate-career__content {
    min-width: 0;
}

.fcreate-career__period {
    color: var(--fcreate-muted);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin: 0 0 0.25rem;
}

.fcreate-career__team {
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    margin: 0;
}

.fcreate-career__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0.65rem 0 0;
}

.fcreate-career__meta span {
    background: var(--fcreate-surface);
    border: 1px solid var(--fcreate-line);
    border-radius: 999px;
    font-size: 0.78rem;
    padding: 0.2rem 0.65rem;
}

.fcreate-career__chants {
    background: var(--fcreate-surface);
    border-radius: 12px;
    margin-top: 1rem;
    padding: 1rem;
}

.fcreate-career__chants > h4 {
    font-size: 0.9rem;
    margin: 0 0 0.75rem;
}

.fcreate-chant + .fcreate-chant {
    border-top: 1px solid var(--fcreate-line);
    margin-top: 1.25rem;
    padding-top: 1.25rem;
}

.fcreate-chant__title {
    font-size: 1rem;
    margin: 0;
}

.fcreate-chant__summary {
    color: var(--fcreate-muted);
    font-size: 0.9rem;
    margin: 0.45rem 0 0;
}

.fcreate-chant__embed {
    margin-top: 0.85rem;
    max-width: 720px;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.fcreate-chant__embed iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.fcreate-chant__link {
    margin: 0.75rem 0 0;
}

.fcreate-chant__link a {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.fcreate-person__favorite p {
    background: var(--fcreate-surface);
    border-radius: 12px;
    margin: 0;
    padding: 1rem;
}

.fcreate-team-identity {
    align-items: center;
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.fcreate-team-identity__logo {
    height: 84px;
    object-fit: contain;
    width: 84px;
}

.fcreate-team-identity__name {
    font-size: clamp(1.35rem, 3vw, 1.8rem);
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
}

.fcreate-team-identity__english {
    color: var(--fcreate-muted);
    margin: 0.2rem 0 0;
}

.fcreate-team-profile {
    margin: 0;
}

.fcreate-team-profile__item {
    border-bottom: 1px solid var(--fcreate-line);
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(8rem, 28%) 1fr;
    margin: 0;
    padding: 0.75rem 0;
}

.fcreate-team-profile__item dt {
    color: var(--fcreate-muted);
    font-size: 0.86rem;
    font-weight: 700;
}

.fcreate-team-profile__item dd {
    margin: 0;
}

.fcreate-team-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
}

.fcreate-team-socials a,
.fcreate-team-card__link a,
.fcreate-team-links a {
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.fcreate-team-section {
    margin-top: 2.5rem;
}

.fcreate-team-section__title {
    background: linear-gradient(180deg, #fff 0%, var(--fcreate-surface) 100%);
    border-bottom: 1px solid var(--fcreate-line);
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    margin: 0 0 1rem;
    padding: 0.65rem 0.75rem;
}

.fcreate-team-section__eyebrow {
    color: var(--fcreate-muted);
    font-size: 0.85rem;
    font-weight: 700;
    margin: 0 0 0.4rem;
}

.fcreate-team-section__text {
    line-height: 1.85;
    margin: 0;
}

.fcreate-team-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fcreate-team-links li {
    align-items: baseline;
    border-bottom: 1px solid var(--fcreate-line);
    display: grid;
    gap: 1rem;
    grid-template-columns: 7rem minmax(0, 1fr);
    padding: 0.75rem 0;
}

.fcreate-team-links time,
.fcreate-team-card__date {
    color: var(--fcreate-muted);
    font-size: 0.8rem;
    font-weight: 700;
}

.fcreate-team-history {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fcreate-team-history li {
    border-bottom: 1px solid var(--fcreate-line);
    display: grid;
    gap: 1rem;
    grid-template-columns: 5rem minmax(0, 1fr);
    padding: 1rem 0;
}

.fcreate-team-history__year {
    font-weight: 700;
    margin: 0;
}

.fcreate-team-history h3 {
    font-size: 1rem;
    margin: 0;
}

.fcreate-team-history div > p {
    color: var(--fcreate-muted);
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0.35rem 0 0;
}

.fcreate-team-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fcreate-team-card {
    background: var(--fcreate-surface);
    border: 1px solid var(--fcreate-line);
    border-radius: 10px;
    min-width: 0;
    padding: 1rem;
}

.fcreate-team-card__title {
    font-size: 1rem;
    margin: 0;
}

.fcreate-team-card__date + .fcreate-team-card__title {
    margin-top: 0.3rem;
}

.fcreate-team-card__summary {
    color: var(--fcreate-muted);
    font-size: 0.9rem;
    margin: 0.55rem 0 0;
}

.fcreate-team-card__link {
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0.75rem 0 0;
}

.fcreate-team-seasons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.fcreate-team-seasons__button {
    background: var(--fcreate-accent);
    border: 1px solid var(--fcreate-accent-dark);
    border-radius: 5px;
    color: var(--fcreate-ink);
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 0.55rem 0.8rem;
    text-decoration: none;
}

.fcreate-team-seasons__button:hover,
.fcreate-team-seasons__button:focus-visible {
    filter: brightness(0.96);
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

@media (max-width: 640px) {
    .fcreate-profile__list {
        grid-template-columns: 1fr;
    }

    .fcreate-profile__item,
    .fcreate-profile__item:nth-last-child(-n + 2) {
        border-bottom: 1px solid var(--fcreate-line);
    }

    .fcreate-profile__item:last-child {
        border-bottom: 0;
    }

    .fcreate-career {
        gap: 0.75rem;
    }

    .fcreate-career__chants {
        border-radius: 8px;
        margin-left: -0.25rem;
        padding: 0.85rem;
    }

    .fcreate-team-grid {
        grid-template-columns: 1fr;
    }

    .fcreate-team-profile__item {
        gap: 0.35rem;
        grid-template-columns: 1fr;
    }

    .fcreate-team-links li {
        gap: 0.25rem;
        grid-template-columns: 1fr;
    }

    .fcreate-team-history li {
        gap: 0.5rem;
        grid-template-columns: 4rem minmax(0, 1fr);
    }
}
