.fv {
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.fv_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #eee;
    background-size: cover;
    background-position: center;
}

.fv::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
}

.fv img {
    width: 100%;
}

.fv_text {
    position: relative;
    width: min(1200px, 92%);
    margin-left: auto;
    margin-right: auto;
}

.page_ttl-jp {
    display: block;
    font-size: 2.5rem;
    letter-spacing: .1em;
}

.page_ttl-en {
    display: inline-block;
    color: #d01127;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: .15em;
}

.sub_title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    padding-left: 24px;
}

.sub_title::before {
    content: "";
    width: 8px;
    height: 42px;
    background: #FDD33E;
    position: absolute;
    left: 0;
    top: 18px;
}

/*  魅力・理念セクション */
.bg_yellow {
    background: #FFF571;
}

.bg_yellow .text {
    font-size: 20px;
    font-weight: bold;
    line-height: 2.1;
}

.philosophy_text p {
    font-size: 16px;
    line-height: 2.1;
    color: #333;
}

.philosophy {
    background: #fff;
}

.philosophy_text p {
    font-size: 16px;
    line-height: 2.1;
}

/* 代表挨拶 */
.greeting {
    background: #111;
    color: #fff;
}

.greeting_text p {
    margin-bottom: 20px;
}

.greeting_name {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
}

/* 会社概要 */
.company_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 30px;
}

.company_table th,
.company_table td {
    padding: 18px 20px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    line-height: 1.9;
}

.company_table tr:first-child th,
.company_table tr:first-child td {
    border-top: 1px solid #ddd;
}

.company_table th {
    width: 22%;
    background: #222;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.company_table td {
    background: #fff;
}

/* アクセス（Google Map） */
.access {
    background: #111;
    color: #fff;
}

.access .map_wrap {
    margin-top: 20px;
    border: 4px solid #FDD33E;
}

.access iframe {
    width: 100%;
    height: 420px;
    display: block;
}

/* 協賛チーム紹介 */
.team_block {
    margin-bottom: 40px;
}

.teams .team_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

@media (max-width: 768px) {
    .teams .team_list {
        grid-template-columns: 1fr;
    }
}

.team_card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: #fff;
    color: #333;
    text-decoration: underline;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.team_card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
    border-color: rgba(0, 0, 0, 0.14);
}

.team_logo {
    width: 88px;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    background: #f6f6f6;
    display: grid;
    place-items: center;
    overflow: hidden;
    flex: 0 0 auto;
}

.team_logo img {
    width: 86%;
    height: 86%;
    object-fit: contain;
    display: block;
}

.team_name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    color: #111;
}

.team_category {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.team_list li {
    margin-bottom: 8px;
    font-size: 18px;
}

.note {
    font-size: 14px;
    color: #d00;
    margin-left: 6px;
}

/* 事業紹介 */
.brand_area_set {
    text-align: center;
    margin: 0 auto 60px;
}

.brando_head_set {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 45px;
}

.brand_logo {
    width: 40%;
    max-width: 480px;
    height: auto;
}

.brand_name {
    font-size: 46px;
}

.product_images {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.product_images img {
    max-width: 260px;
}

/* 監修ダンサー */

.supervisor .supervisor_title {
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    margin: 100px auto 30px;
    position: relative;
}

.supervisor_list {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.supervisor_item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.supervisor_item.reverse {
    flex-direction: row-reverse;
}

.supervisor_img {
    width: 40%;
    max-width: 260px;
}

.supervisor_img img {
    width: 100%;
    display: block;
    border-radius: 6px;
}

.supervisor_text {
    width: 60%;
}

.supervisor_text p {
    font-size: 16px;
    line-height: 2;
}

.supervisor_text p.supervisor_name {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-left: 24px;
    line-height: 1;
}

.supervisor_name::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 6px;
    height: 100%;
    background: #FDD33E;
}

/* アンバサダー・アドバイザー */
.ambassador {
    background: #fff;
}

.ambassador_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.ambassador_card {
    background: #111;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.ambassador_img {
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.ambassador_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
}

.ambassador_body {
    padding: 22px 20px 26px;
}

.ambassador_role {
    margin-bottom: 12px;
}

.ambassador_role .tag {
    display: inline-block;
    background: #FDD33E;
    color: #111;
    font-weight: 700;
    font-size: 13px;
    padding: 7px 10px;
    border-radius: 999px;
    letter-spacing: 0.03em;
}

.ambassador_name {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 14px;
}

.ambassador_name small {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
    margin-left: 6px;
}

.ambassador_profile h4,
.supervisor_item h4 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #FDD33E;
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
    display: inline-block;
}

.ambassador_profile h4::before,
.supervisor_item h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 4px;
    height: 1.1em;
    background: #FDD33E;
    border-radius: 2px;
}

.ambassador_profile p {
    font-size: 15px;
    line-height: 1.95;
    color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 1024px) {
    .ambassador_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .brand_name {
        font-size: 24px;
    }

    .supervisor .supervisor_title {
        font-size: 24px;
    }

    .supervisor .sub_title {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .supervisor_list {
        gap: 60px;
    }

    .supervisor_item,
    .supervisor_item.reverse {
        flex-direction: column;
        text-align: center;
    }

    .supervisor_img,
    .supervisor_text {
        width: 100%;
    }

    .supervisor_text p.supervisor_name {
        font-size: 24px;
        padding-left: 0;
    }

    .supervisor_text p.supervisor_name::before {
        display: none;
    }

    .supervisor_text p {
        font-size: 15px;
    }

    .supervisor_item .sns_list {
        justify-content: center;
    }

    .ambassador_grid {
        grid-template-columns: 1fr;
    }

    .ambassador_body {
        padding: 18px 16px 22px;
    }

    .ambassador_name {
        font-size: 20px;
    }

    .ambassador_profile p {
        font-size: 14px;
    }
}

/* 取扱い店舗 */
.shops_table-wrap {
    margin-top: 24px;
    margin-bottom: 50px;
}

.shops_table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #ddd;
}

.shops_table th,
.shops_table td {
    padding: 18px 16px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}

.shops_table th {
    width: 30%;
    font-weight: 700;
    background: #f7f7f7;
    color: #222;
}

.shops_table a {
    text-decoration: underline;
    word-break: break-all;
}

.shops_note {
    margin-top: 12px;
    font-size: 14px;
    color: #666;
}

/* 沿革 */
.timeline-set {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.timeline-left,
.timeline-right {
    position: relative;
    width: calc((100% - 40px)/2);
}

.timeline-left {
    padding: 0;
}

.timeline-right {
    padding-top: 200px;
}

.timeline-left::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: #111;
}

.timeline-right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #111;
}

.timeline-year {
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0 7px;
    padding: 0px 22px;
    color: #111;
}

.timeline-left .timeline-year {
    text-align: right;
}

.timeline-right .timeline-year {
    text-align: left;
}

.timeline-item {
    width: 100%;
    position: relative;
}

.timeline-item::before {
    content: "";
    position: absolute;
    top: -12px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 4px solid #111;
    border-radius: 50%;
    z-index: 2;
}

.timeline-item.left {
    padding-right: 4px;
}

.timeline-item.left::before {
    right: -10px;
}

.timeline-item.right {
    padding-left: 4px;
}

.timeline-item.right::before {
    left: -10px;
}

.timeline-content {
    background: #fff;
    border-top: 2px solid #111;
    padding: 18px 22px;
    position: relative;
}

.timeline-content h3 {
    margin-bottom: 12px;
    font-size: 20px;
}

.timeline-content p {
    font-size: 14px;
}

.timeline-logo {
    margin-top: 12px;
}

.flx {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    text-align: center;
}

.flx>div {
    width: calc((100% - 20px)/2);
}

.timeline-right .timeline-item::before {
    border: 4px solid #ffcd00;
}

.timeline-right .timeline-content {
    border-top: 2px solid #ffcd00;
}

.timeline-right::before {
    background: #ffcd00;
}

.timeline-right .timeline-year {
    color: #ffcd00;
}

/* -----------------------------
レスポンシブ
----------------------------- */
@media screen and (max-width: 768px) {
    .fv {
        height: 140px;
        margin-top: 60px;
        padding: 0 2%;
    }

    .fv_text {
        width: 100%;
        max-width: 1040px;
    }

    .page_ttl-jp {
        font-size: 1.7rem;
    }

    .sub_title {
        font-size: 22px;
        padding-left: 18px;
    }

    .sub_title::before {
        width: 6px;
        height: 22px;
        top: 9px;
    }

    .section {
        padding: 40px 0;
    }

    .bg_yellow .text {
        font-size: 16px;
        line-height: 1.7;
    }

    .company_table th {
        width: 34%;
        font-size: 14px;
    }

    .company_table td {
        font-size: 14px;
    }

    .shops_table th,
    .shops_table td {
        padding: 14px 12px;
        font-size: 14px;
    }

    .shops_table th {
        width: 34%;
    }

    .timeline-set {
        gap: 10px;
    }

    .timeline-item::before {
        content: "";
        position: absolute;
        top: -6px;
        width: 8px;
        height: 8px;
        background: #fff;
        border: 4px solid #111;
        border-radius: 50%;
        z-index: 2;
    }

    .timeline-left,
    .timeline-right {
        width: calc((100% - 10px) / 2);
    }

    .timeline-item.left::before {
        right: -6px;
    }

    .timeline-item.right::before {
        left: -6px;
    }

    .timeline-left .timeline-content {
        padding: 18px 1.0em 0 0;
        position: relative;
    }

    .timeline-right .timeline-content {
        padding: 18px 0 0 1.0em;
        position: relative;
    }

    .timeline-content h3 {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .flx {
        flex-direction: column;
    }

    .flx>div {
        width: 100%;
    }
}

/* ==============================
プライバシーポリシー
============================== */
.privacy h3.sub_title {
    font-size: 20px;
    margin: 1em 0;
    padding-left: 22px;
}

.privacy h3.sub_title::before {
    content: "";
    width: 8px;
    height: 20px;
    background: #FDD33E;
    position: absolute;
    left: 0;
    top: 8px;
}

.privacy .text p {
    margin-bottom: 1.0em;
}

.privacy .text p a {
    color: #0f4eac;
    text-decoration: underline;
}

.privacy .text p a:hover {
    text-decoration: none;
}