@charset "UTF-8";

:root {
    --gold: #d7ae4b;
    --gold-dark: #b88926;
    --dark: #202020;
    --paper: #fffdf8;
    --ink: #161616;
    --green: #62bd82;
    --pink: #f04486;
}

* { box-sizing: border-box; }

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: var(--ink);
    background: #fff;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

main {
    width: 100%;
    overflow: hidden;
}

.content-width {
    width: min(100% - 40px, 1000px);
    margin-inline: auto;
}

/* 共通見出し */
.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 0;
    font-size: clamp(22px, 3vw, 31px);
    font-weight: 900;
    letter-spacing: .12em;
}

.section-title span {
    color: var(--gold-dark);
    font-size: .72em;
}

/* ヒーロー */
.hero {
    min-height: 560px;
    background-color: #202020;
    background-image: url("../images/bg_dark_pattern.jpg");
    background-position: top left;
    background-repeat: repeat;
    background-origin: border-box;
    background-size: 4215px 789px;
}

.hero__inner {
    width: min(100%, 1000px);
    min-height: 560px;
    margin: 0 auto;
    padding: 28px 20px 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.hero__title {
    width: min(700px, 92%);
    margin-top: 0;
    object-fit: contain;
}

.broadcast-area {
    width: min(850px, 94%);
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.broadcast-date {
    width: min(826px, 100%);
}

.broadcast-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-top: 10px;
}

.broadcast-logos img {
    width: auto;
    object-fit: contain;
}

.broadcast-tver {
    margin-top: 7px;
}

/* 番組紹介 */
.intro {
    padding: 16px 0 28px;
    background: #efd080;
    background-image: url("../images/bg_light_pattern.jpg");
    background-position: top left;
    background-repeat: repeat;
    background-origin: border-box;
    background-size: 3720px 750px;
}

.intro__lead {
    text-align: center;
    font-weight: 800;
    line-height: 1.45;
    font-size: 17px;
}

.intro__lead p {
    margin: 0 0 3px;
}

.intro__lead strong span,
.intro__lead .accent {
    color: #ed2736;
}

.intro__lead .accent {
    font-size: 20px;
    margin-top: 4px;
}

.video-placeholder {
    width: min(800px, 90%);
    aspect-ratio: 16 / 8.5;
    margin: 12px auto 0;
    background: #fff;
    display: grid;
    place-items: center;
    color: #d4d4d4;
    font-weight: 700;
    font-size: 18px;
}

/* 投票結果 */
.clear {
    padding: 22px 0 40px;
    background-color: #fff;
    padding: 16px 0 28px;
    background: #fff;
    background-image: url("../images/bg_clear.png");
    background-position: top left;
    background-repeat: repeat;
    background-origin: border-box;
    background-size: 4221px 792px;
}


/* 出演者 */
.performers {
    padding: 36px 0 28px;
}

.performer-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    max-width: 875px;
    margin: 24px auto 0;
}

.performer {
    text-align: center;
}

.performer__photo {
    width: 260px;
    aspect-ratio: 1;
    margin: 0 auto;
//    border: 4px solid var(--gold);
    overflow: hidden;
    background: #ddd;
}

.performer__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.performer__region {
    margin: 9px 0 0;
    font-size: 14px;
    color: #a98225;
    font-weight: 700;
}

.performer__name {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
}

.performer__note {
    margin: 0;
    font-size: 10px;
}

/* 投票結果 */
.vote {
    padding: 22px 0 40px;
}

.vote .section-title {
    margin-bottom: 14px;
}

.vote-image {
    width: min(500px, 85%);
    margin: 0 auto;
}

.vote-image img {
    width: 100%;
}

/* 取材先 */
.shops {
    padding: 28px 0 65px;
    background-color: var(--dark);
    background-image: url("../images/bg_dark_pattern.jpg");
    background-position: top left;
    background-repeat: repeat;
    background-origin: border-box;
    background-size: 4215px 789px;
    color: #fff;
}

.section-title--dark {
    margin-bottom: 36px;
    color: #fff;
}

.shop {
    max-width: 760px;
    margin: 0 auto 52px;
}

.shop:last-child {
    margin-bottom: 0;
}

.shop__pref {
    margin: 0 0 14px;
    text-align: center;
    line-height: 1;
}

.shop__pref img {
    width: min(108px, 30vw);
    height: auto;
    margin: 0 auto;
}

/* リポーターの基本スタイルは末尾の「取材先リポーター」セクションで定義 */

.shop__card {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 22px;
    border: 3px solid var(--gold-dark);
    padding: 15px;
    background: rgba(20, 20, 20, .45);
}

.shop__images {
    display: grid;
    gap: 20px;
    align-content: center;
}

.shop__images div {
    min-height: 100px;
    background: #fff;
}

.shop__body {
    align-self: center;
}

.shop__body h4 {
    margin: 0 0 2px;
    font-size: clamp(18px, 2.4vw, 24px);
}

.shop__name {
    font-size:28px;
}

.shop__menu {
    margin: 0 0 9px;
    color: #e5c34f;
    font-size: 20px;
    font-weight: 900;
}

.shop__body dl {
    margin: 0;
    font-size: 11px;
}

.shop__body dl > div {
    display: grid;
    grid-template-columns: 65px 1fr;
    margin-bottom: 6px;
}

.shop__body dt {
    width: fit-content;
    min-width: 80px;
    padding: 2px 6px;
    border-radius: 3px;
    background: #65bb78;
    font-size: 15px;
    font-weight: 900;
    text-align:center;
}

.shop__body dd {
    margin: 4px 0 0 25px;;
    padding-left: 5px;
    line-height: 1.35;
    font-size:18px;
}

/* レスポンシブ */
@media (max-width: 700px) {
    .content-width {
        width: min(100% - 24px, 1000px);
    }

    .hero {
        min-height: 430px;
    }

    .hero__inner {
        min-height: 430px;
        padding: 18px 10px 24px;
    }

    .hero__title {
        width: 100%;
        max-width: 600px;
    }

    .broadcast-area {
        width: 95%;
        margin-top: 0;
    }

    .broadcast-logos {
        flex-direction: column;
        gap: 4px;
        margin-top: 7px;
    }

    .broadcast-logos img {
        height: 30px;
    }

    .broadcast-tver {
        width: 200px;
        margin-top: 5px;
    }

    .intro {
        padding-top: 12px;
    }

    .intro__lead {
        font-size: 13px;
    }

    .intro__lead .accent {
        font-size: 16px;
    }

    .video-placeholder {
        width: 88%;
    }

    .performers {
        padding-top: 28px;
    }

    .section-title {
        gap: 18px;
        letter-spacing: .08em;
    }

    .performer-list {
        gap: 12px;
        max-width: 100%;
        margin-top: 20px;
    }

    .performer__photo {
        width: min(29vw, 150px);
        border-width: 3px;
    }

    .performer__region {
        font-size: 9px;
    }

    .performer__name {
        font-size: 12px;
    }

    .shop {
        margin-bottom: 42px;
    }

    .shop__card {
        grid-template-columns: 110px 1fr;
        gap: 10px;
        padding: 7px;
        border-width: 2px;
    }

    .shop__images div {
        min-height: 62px;
    }

    .shop__body h4 {
        font-size: 16px;
    }

    .shop__name {
        font-size:19px !important;
    }

    .shop__menu {
        font-size: 14px;
    }

    .shop__body dl {
        font-size: 9px;
    }

    .shop__body dl > div {
        grid-template-columns: 53px 1fr;
        margin-bottom: 3px;
    }

    .shop__body dt {
        min-width: 60px;
        font-size: 10px;
    }

    .shop__body dd {
        padding-left: 4px;
        font-size:12px;
    }
}

@media (max-width: 430px) {
    .hero {
        min-height: 330px;
    }

    .hero__inner {
        min-height: 330px;
    }

    .performer-list {
        gap: 6px;
    }

    .performer__photo {
        width: 29vw;
    }

    .shop__card {
        grid-template-columns: 78px 1fr;
    }

    .shop__images div {
        min-height: 50px;
    }

    .shop__body h4 {
        font-size: 13px;
    }

//    .shop__menu {
//        font-size: 9px;
//    }

    .shop__body dl {
        font-size: 8px;
    }
}

/* =========================================================
   取材先リポーター
   県名以外の文字・顔写真はPHPの$shops配列から差し替え可能
   ========================================================= */
.shop__pref {
    margin: 0 0 18px;
}

.shop__pref img {
    width: min(250px, 60vw);
    margin: 0 auto;
}

.shop__staff {
    width: min(360px, 100%);
    margin: 0 auto 34px;
    text-align: center;
}

.shop__staff-badge {
    position: relative;
    z-index: 3;
    display: table;
    margin: 0 auto -2px;
    padding: 7px 27px 8px;
    min-width: 160px;
    border-radius: 50% / 55%;
    background: #f43a91;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .04em;
    box-shadow: 0 1px 0 rgba(0,0,0,.08);
}

.shop__staff-badge::before,
.shop__staff-badge::after {
    content: "";
    position: absolute;
    bottom: 1px;
    width: 20px;
    height: 14px;
    background: #f43a91;
    z-index: -1;
}

.shop__staff-badge::before {
    left: 10px;
    transform: rotate(28deg);
    border-radius: 0 0 0 12px;
}

.shop__staff-badge::after {
    right: 10px;
    transform: rotate(-28deg);
    border-radius: 0 0 12px 0;
}

.shop__staff-photo {
    position: relative;
    z-index: 2;
    width: 142px;
    height: 142px;
    margin: 0 auto;
    border: 8px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
}

.shop__staff-photo img {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    object-fit: cover;
}

.shop__staff-name {
    margin: 7px 0 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: .05em;
}

.shop__staff-role {
    margin: 2px 0 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
}

.shop__staff-note {
    margin: 11px 0 0;
    color: #d9b746;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: .03em;
}

@media (max-width: 700px) {
    .shop__pref img {
        width: min(210px, 58vw);
    }

    .shop__staff {
        margin-bottom: 28px;
    }

    .shop__staff-badge {
        padding: 6px 22px 7px;
        min-width: 145px;
        font-size: 10px;
    }

    .shop__staff-photo {
        width: 126px;
        height: 126px;
        border-width: 7px;
    }

    .shop__staff-name {
        font-size: 17px;
    }

    .shop__staff-role {
        font-size: 11px;
    }

    .shop__staff-note {
        font-size: 9px;
        margin-top: 8px;
    }
}
