@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

main {
    overflow: hidden;
}

main * {
    box-sizing: border-box;
}

.jyunbi {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2.5em;
    padding-bottom: 30px;

}

.inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1020px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hero {
    padding: 50px 0;
    margin-top: 30px;
    background-image: url(/hubeat/img/bg-hero.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    height: 700px;
}

.hero_ttl {
    margin: 30px 0px;
}

.hero_txt {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding: 25px 50px;
}

.hero_txt span {
    font-size: 10px;
}

.hero_img_sp {
    display: none;
}

.ambassador {
    margin-top: -50px;
    padding-bottom: 88px;
}

.amb_cnt {
    background-image: url(/hubeat/img/bg-ambassador.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    padding: 25px 100px;
    position: relative;

}

.amb_cnt::before {
    content: "";
    background-image: url(/hubeat/img/logo-ambassador.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 323px;
    height: 73px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.amb_box {
    max-width: 400px;
}

.amb_name {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.amb_name span {
    font-size: 14px;
}

.influencers {
    background-color: #FFFAEA;
    padding: 90px 0 70px;
}

.influencers h2 {
    text-align: center;
    margin-bottom: 30px;
}

.influ_cap {
    text-align: center;
    margin-bottom: 50px;
}

.influ_list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.influ_item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.influ_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
    margin-top: 20px;
}

.influ_box span {
    margin-bottom: 15px;
}




/* フッター */
.links {
    background-color: #F9BE00;
    padding: 70px 0;
}

.link_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.link_list a {
    pointer-events: none;
}

.footer {
    padding: 50px;
}

.ft_copy {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 12px;
    text-align: center;
}

.ft_copy:first-child {
    margin-bottom: 10px;
}

/* 各ページ */

.page_head {
    padding: 50px 0 30px;
    text-align: center;
}

.page_head .logo {
    margin-bottom: 20px;
}

.page_ttl {
    margin-bottom: 30px;
}

.page_cap {
    text-align: left;
    margin: 0 auto;
    display: inline-block;
}

/* 動画 */
.m_inner {
    max-width: 1440px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.movie {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
}

.movie_wrap {
    width: 100%;
}

.movie_cnt {
    margin-bottom: 5px;
}

.movie_cnt iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.movie_ttl {
    color: #333;
    font-weight: bold;
    /* padding: 5px 2px; */
    /* margin-bottom: 5px; */
}

.movie_date {
    font-size: 15px;
    display: inline-block;
}

.page {
    display: flex;
    justify-content: center;
    margin: 30px auto 40px;
}

.pagination {
    margin-top: 20px;
}

.pagination a {
    margin: 0 4px;
    padding: 4px 8px;
    background: #FBBF39;
    color: #333;
    text-decoration: none;
    border-radius: 3px;
}

.pagination a:hover {
    background: #ddd;
}

.pagination strong {
    margin: 0 4px;
    padding: 4px 8px;
    background: #eee;
    color: #333;
    border-radius: 3px;
}

@media screen and (max-width:1030px) {}

@media screen and (max-width:999px) {
    .movie {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width:640px) {

    .hero {
        background-image: none;
        height: auto;
        padding: 30px 0;
    }

    .hero_ttl {
        margin: 0;
        text-align: center;
    }

    .hero_ttl img {
        max-width: 300px;
        text-align: center;
    }

    .hero_txt {
        font-size: 16px;
        text-align: center;
        padding: 20px 10px;
    }

    .hero_img_sp {
        display: block;
    }

    .hero_img_sp img {
        width: 100%;
        height: auto;
    }

    .ambassador {
        margin-top: 30px;
        padding-bottom: 40px;
    }

    .amb_cnt {
        background-image: url(/hubeat/img/bg-ambassador_sp.png);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 60px 40px;
        position: relative;
    }

    .amb_name {
        text-align: center;
    }

    .influencers {
        padding: 70px 0;
    }

    .influencers h2 {
        max-width: 320px;
        margin: 0 auto 30px;
    }

    .influ_list_wrap {
        padding: 0 20px;
    }

    .influ_list {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .influ_item {
        flex-direction: row;
        justify-content: flex-start;
        gap: 20px;
    }

    .influ_img {
        width: 38%;
    }

    .influ_box {
        align-items: flex-start;
        font-size: 14px;
    }

    .influ_box span {
        font-size: 10px;
    }

    .influ_box a img {
        width: 30px;
        height: auto;
    }

    .link_list {
        flex-direction: column;
        gap: 5px;
    }

    .link_list a img {
        width: 100%;
        height: auto;
    }

    .footer {
        padding-top: 10px;
    }

    /* 各ページ */

    .page_head .logo img {
        width: 135px;
    }

    .page_ttl {
        margin-bottom: 30px;
    }

    .page_ttl img {
        width: 285px;
    }

    .page_cap {
        text-align: center;
    }

    /* 動画 */
    .movie {
        display: block;
    }
    .movie_wrap{
        margin-bottom: 20px;
    }


}

@media screen and (max-width:320px) {}

@media print {}