@charset "UTF-8";

/* ルート要素のフォントサイズを10pxに指定 */
html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,
        sans-serif;
    color: #221e1f;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

/* mv */
.mv_top {
    background-color: #f8b317;
    background-image: url(../images/FV_PC.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 80vh;
}

/* 働き方オンラインEXPOに無料登録 */
.mv_button {
    background-color: #f5f5f5;
    background-image: url(../images/background01.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0 30px;
    margin-top: -5px;
}

.mv_button a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv_button .sp_only {
    display: none;
}

.fadeUpTrigger {
    opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.75s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 事前登録者限定プレゼント */
.present {
    background-image: url(../images/background02.png);
    background-size: cover;
    padding: 115px 5% 60px;
}

.present_wrap {
    background: linear-gradient(to bottom, #006cb2 0%, #006cb2 50px, #fff 50px, #fff 85%, #c5d6e8 85%, #c5d6e8 100%);
    max-width: 1000px;
    margin: 0 auto;
    padding: 65px 10px 15px;
    position: relative;
    display: flex;
    border: #211f1b 4px solid;
    box-shadow: 8px 8px #3873b2;
    border-radius: 4px;
}

.present_wrap::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../images/present_headline.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -60px;
    left: 50%;
    width: 520px;
    height: 98px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.present_inner {
    width: 50%;
    border-right: #006cb2 3px dotted;
}

.present_wrap .present_inner:last-of-type {
    border-right: none;
}
.present_inner p {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-size: 2.9rem;
    color: #e92200;
    line-height: 1.5em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.present_inner:last-of-type p {
    font-size: 2.5rem;
    color: #006cb2;
    line-height: 36px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    white-space: nowrap;
}

.present_inner p::before {
    content: "";
    min-width: 119px;
    height: 125px;
    background-image: url(../images/A_Prize.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}
.present_inner:last-of-type p::before {
    content: "";
    min-width: 119px;
    height: 115px;
    background-image: url(../images/B_Prize.png);
    padding-right: 10px;
}

.present_inner p .bold {
    font-size: 3rem;
    font-weight: 900;
    display: contents;
}

.present_inner:last-of-type p .bold {
    font-size: 2.7rem;
}

.present_inner img {
    display: block;
    margin: 10px auto 0;
}

.present_inner .sp_only {
    display: none;
}

.present_inner:last-of-type .tab_only {
    display: none;
}

/* 働き方オンラインEXPO */
.expo {
    text-align: center;
    margin: 0 auto;
    padding: 50px 5% 60px;
    background-color: #fff9e6;
    background-image: url(../images/background03.png);
    background-size: cover;
    background-position: top center;
}

.expo img {
    width: 350px;
    padding-bottom: 50px;
}

.expo p {
    font-size: 1.8rem;
    line-height: 3.3rem;
    padding-bottom: 2em;
}

.expo p:last-of-type {
    padding-bottom: 0;
}

.expo p .bold {
    font-weight: bold;
}

.expo p .blue {
    color: #006cb2;
}

.expo p .large {
    font-size: 2.3rem;
}

.expo p .linemark {
    background: linear-gradient(transparent 60%, #f7db4a 60%);
}

.expo p .sp_only {
    display: none;
}

/* 開催概要 */
.overview {
    background-image: url(../images/background04.png);
    background-size: cover;
    padding: 50px 5% 45px;
}
/* h2共通 */
h2 {
    background-color: #f8b318;
    color: #fff;
    font-size: 2.7rem;
    font-weight: 500;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2::before,
h2::after {
    content: "";
    background-image: url(../images/line.png);
    height: 10px;
    flex-grow: 1;
}

h2::before {
    margin-right: 1em;
}
h2::after {
    margin-left: 1em;
}

.overview_wrap {
    max-width: 1000px;
    border: 4px #211f1b solid;
    border-radius: 4px;
    margin: 0 auto;
    box-shadow: 8px 8px #3873b2;
    background-color: #fff;
}

.overview_wrap h3 {
    font-size: 3rem;
    font-weight: 500;
    color: #006cb2;
    text-align: center;
    padding: 45px 0 40px;
}

.overview_wrap dl {
    display: flex;
    justify-content: space-around;
    padding-bottom: 12px;
    border-bottom: 1px solid #cacaca;
    margin: 0 auto 12px;
    max-width: 500px;
}

.overview_wrap dl:nth-last-of-type(2) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.overview_wrap dl:last-of-type {
    border-bottom: none;
    margin-bottom: 24px;
    align-items: baseline;
    justify-content: flex-end;
}

.overview_wrap dt {
    width: 80px;
    background-color: #006cb2;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 300;
    padding: 0.25em 0;
    text-align: center;
    margin-left: 25px;
}

.overview_wrap dd {
    font-size: 2.1rem;
    text-align: center;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overview_wrap dl:first-of-type dd {
    font-weight: bold;
}

.overview_wrap dl:last-of-type dd {
    font-size: 1.5rem;
    max-width: 330px;
    text-align: left;
}

/* タイムテーブル */
.timetable {
    background-color: #ffefbf;
    padding: 50px 5%;
}
.timetable ol {
    max-width: 1000px;
    margin: 0 auto;
}

.timetable li {
    background: #fff;
    position: relative;
    margin: 0 0 60px;
    border: #211f1b 4px solid;
    padding: 45px 160px 20px;
}
.timetable li:nth-of-type(2),
.timetable li:nth-of-type(3) {
    padding-top: 110px;
    margin-top: -63px;
}

.timetable li:nth-of-type(1):before,
.timetable li:nth-of-type(2):before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 500px 0 500px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -60px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.timetable li:nth-of-type(1):after,
.timetable li:nth-of-type(2):after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 500px 0 500px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    bottom: -64px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.timetable li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 50px;
}

.timetable_time {
    color: #006cb2;
    font-size: 2.1rem;
    padding: 0 1.5em 0 2em;
    border: #006cb2 3px solid;
    border-radius: 17px;
    display: flex;
    width: fit-content;
    margin: 0 auto 40px;
    position: relative;
}

.timetable_time::before {
    content: "第一弾";
    background-image: url(../images/timetable_icon01.png);
    background-size: cover;
    width: 76px;
    height: 76px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.timetable li:nth-of-type(2) .timetable_time {
    color: #06a445;
    border-color: #06a445;
}

.timetable li:nth-of-type(2) .timetable_time:before {
    content: "第二弾";
    background-image: url(../images/timetable_icon02.png);
    width: 76px;
    height: 76px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.timetable li:nth-of-type(3) .timetable_time {
    color: #f26363;
    border-color: #f26363;
}

.timetable li:nth-of-type(3) .timetable_time:before {
    content: "第三弾";
    background-image: url(../images/timetable_icon03.png);
    width: 76px;
    height: 76px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.timetable_title {
    color: #006cb2;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    padding-bottom: 30px;
}

.timetable_title .marker {
    background-color: #e5f2fa;
}

.timetable li:nth-of-type(2) .timetable_title .marker {
    background-color: #c9f0dc;
}
.timetable li:nth-of-type(3) .timetable_title .marker {
    background-color: #fee6e6;
}

.timetable_content {
    font-size: 1.8rem;
    line-height: 2;
}

/* 登壇者ご紹介 */
.speakers_group {
    background-image: url(../images/background05.png);
    background-size: cover;
    padding: 50px 5% 50px;
}

.speakers_group:not(:first-of-type) {
    padding-top: 75px;
}

.speakers_group:nth-of-type(2) {
    background-image: url(../images/background06.png);
}

.speakers_group:nth-of-type(3) {
    background-image: url(../images/background07.png);
}

.speakers_group:nth-of-type(4) {
    background-image: url(../images/background08.png);
}

.speakers_wrap {
    max-width: 1080px;
    border: #f8b318 6px solid;
    padding: 70px 40px 50px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
}

.speakers_wrap::before {
    content: "司会";
    position: absolute;
    color: #f8b318;
    font-size: 2.5rem;
    font-weight: bold;
    display: inline-block;
    background-color: #fff;
    border: #f8b318 6px solid;
    border-radius: 21px;
    width: 223px;
    text-align: center;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.speakers_group:nth-of-type(2) .speakers_wrap::before {
    content: "第一部";
}

.speakers_group:nth-of-type(3) .speakers_wrap::before {
    content: "第二部";
}

.speakers_group:nth-of-type(4) .speakers_wrap::before {
    content: "第三部";
}

.speakers_box {
    display: flex;
    align-items: flex-start;
}

.speakers_inner {
    margin-left: 70px;
}

.speakers_name {
    color: #006cb2;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 36px;
}

.speakers_name span {
    font-size: 2.1rem;
    font-weight: 400;
}

.speakers_info {
    font-size: 1.8rem;
    margin-top: 1em;
}

.speakers_box img {
    max-width: 360px;
    max-height: 360px;
}

.speakers_box:not(:last-of-type) {
    padding-bottom: 40px;
    border-bottom: #f8b318 4px solid;
    margin-bottom: 40px;
}

.comming-soon {
    font-size: 2.4rem;
    font-weight: 500;
    color: #006cb2;
    margin: 20px auto 0;
}

/* よくある質問 */
.questions {
    background-color: #fcf5e5;
    padding: 50px 5%;
}

.questions ul {
    max-width: 825px;
    padding-top: 40px;
    margin: 0 auto;
}

.questions ul:first-of-type {
    padding-top: 0;
}

.questions li {
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-bottom: 1em;
}

.questions li:first-of-type {
    font-size: 2.2rem;
    font-weight: 500;
}

.questions li:first-of-type:before {
    content: "Q";
    min-width: 45px;
    height: 45px;
    border-radius: 40px;
    background-color: #f8b318;
    font-size: 2.3rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.questions li:last-of-type {
    font-size: 2.1rem;
    font-weight: 400;
    align-items: baseline;
    border-bottom: 2px solid #221e1f;
}

.questions li:last-of-type:before {
    content: "A";
    min-width: 45px;
    height: 45px;
    border-radius: 40px;
    background-color: #3873b2;
    font-size: 2.3rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

/* footer */
footer {
    background: linear-gradient(to bottom, #fff 0, #fff 128px, #f8b318 128px, #f8b318 100%);
    padding: 0 5%;
}

footer img {
    padding-top: 40px;
    padding-bottom: 35px;
    display: block;
    margin: 0 auto;
    width: 165px;
}

footer p {
    border: solid 2px #000;
    outline: solid 2px #000;
    outline-offset: 2px;
    padding: 10px;
    margin: 0 auto 50px;
    max-width: 700px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #060000;
    width: 100%;
}

footer p span {
    background: linear-gradient(transparent 60%, #fff 60%);
}

footer ul {
    margin: 0 auto;
    max-width: 700px;
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 2em;
}

footer li:nth-of-type(2) {
    padding-bottom: 1em;
}

footer li:last-of-type {
    padding-top: 1em;
    font-weight: 300;
    text-decoration: underline;
}

/* タイムテーブル　ホームベース型枠のレスポンシブ調整 */
@media screen and (max-width: 1100px) {
    .timetable li:nth-of-type(1):before,
    .timetable li:nth-of-type(2):before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 60px 44vw 0 44vw;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        bottom: -59px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .timetable li:nth-of-type(1):after,
    .timetable li:nth-of-type(2):after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 60px 44vw 0 44vw;
        border-color: #211f1b transparent transparent transparent;
        position: absolute;
        bottom: -64px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

/* タブレット向けレイアウト調整 */
@media screen and (max-width: 799px) {
    /* mv */
    .mv_top {
        height: 75vh;
        background-size: cover;
    }

    /* 働き方オンラインEXPOに無料登録 */
    .mv_button a {
        display: none;
    }

    .mv_button .sp_only {
        display: flex;
    }

    .mv_button .sp_only img {
        width: 90%;
    }

    /* タイムテーブル */
    .timetable {
        padding: 20px 5vw 30px;
    }
    .timetable ol {
        width: 100%;
    }

    .timetable li {
        position: relative;
        margin: 0 0 60px;
        padding: 50px 5% 30px;
    }

    /* 事前登録者限定プレゼント */
    .present {
        background-image: url(../images/background02_SP.png);
    }

    .present_wrap {
        flex-direction: column;
        background: #fff;
        padding: 30px 5%;
    }

    .present_wrap::after {
        width: 400px;
        top: -45px;
    }

    .present_inner {
        width: 100%;
        border-right: none;
        border-bottom: #006cb2 3px dotted;
    }

    .present_wrap .present_inner:last-of-type {
        border-bottom: none;
        padding-top: 20px;
    }

    .present_inner {
        padding-top: 25px;
    }

    .present_inner p,
    .present_inner:last-of-type p {
        justify-content: flex-start;
        align-items: center;
    }

    .present_inner p::before {
        margin: 0 20px 0 10px;
    }

    .present_inner:first-of-type .pc_only {
        display: none;
    }

    .present_inner:last-of-type .pc_only {
        display: block;
    }

    .present_inner:last-of-type .tab_only {
        display: none;
    }

    .present_inner img {
        display: none;
    }

    .present_inner .sp_only {
        display: block;
        width: 80%;
        margin-bottom: 15px;
    }

    /* 開催概要 */
    .overview_wrap h3 {
        font-size: 2.5rem;
    }

    .overview_wrap dl {
        width: 90%;
    }

    .overview_wrap dt {
        margin-left: 10px;
    }

    .overview_wrap dd {
        /* width: inherit; */
    }

    .speakers_box {
        flex-direction: column;
    }

    /* 働き方オンラインEXPO */
    .expo {
        background-image: url(../images/background03_SP.png);
    }

    /* 登壇者ご紹介 */
    .speakers_group {
        background-image: url(../images/background05_SP.png);
        padding: 50px 5%;
    }

    .speakers_group:nth-of-type(2) {
        background-image: url(../images/background06_SP.png);
    }

    .speakers_group:nth-of-type(3) {
        background-image: url(../images/background07_SP.png);
    }

    .speakers_group:nth-of-type(4) {
        background-image: url(../images/background08_SP.png);
    }

    .speakers_box img {
        width: 100%;
        margin: 0 auto;
    }

    .speakers_inner {
        margin-left: 0;
        margin-top: 50px;
    }

    /* フッター */
    footer {
        padding-left: 20px;
    }
}

@media screen and (max-width: 699px) {
    /* mv */
    .mv_top {
        height: 63vh;
        background-size: cover;
    }
}

@media screen and (max-width: 599px) {
    /* mv */
    .mv_top {
        background-image: url(../images/FV_SP.png);
        height: 85vh;
        background-size: contain;
    }
}

/* スマホ向けレイアウト調整 */
@media screen and (max-width: 499px) {
    /* mv */
    .mv_top {
        height: 85vh;
    }
    .mv_button {
        padding: 40px 0 25px;
    }

    h2 {
        font-size: 1.8rem;
        padding: 30px 0;
    }

    h2::before,
    h2::after {
        height: 7px;
        background-size: cover;
    }

    /* 事前登録者限定プレゼント */
    .present {
        padding-top: 60px;
    }

    .present_wrap {
        padding-top: 0;
        padding-bottom: 0;
    }

    .present_wrap::after {
        max-width: 280px;
        width: 100%;
        top: -35px;
    }

    .present_inner {
        padding-top: 35px;
    }

    .present_inner p::before {
        min-width: 60px;
        height: 56px;
        margin: 0;
        margin-right: 10px;
    }

    .present_inner:last-of-type p::before {
        min-width: 60px;
        height: 52px;
        margin-right: 15px;
    }

    .present_inner:first-of-type p {
        font-size: 1.6rem;
    }

    .present_inner:first-of-type p .bold {
        font-size: 1.9rem;
    }

    .present_inner:last-of-type p {
        font-size: 1.7rem;
        line-height: 1.5em;
        white-space: unset;
    }

    .present_inner:last-of-type .pc_only {
        display: none;
    }

    .present_inner:last-of-type .tab_only {
        display: block;
    }

    .present_inner:last-of-type p .bold {
        font-size: 1.8rem;
    }

    .present_inner:last-of-type .sp_only {
        margin: 5px auto 15px;
    }

    .present_inner .sp_only .present_wrap::after {
        width: 300px;
        height: 57px;
        top: -30px;
    }

    /* 働き方オンラインEXPO */
    .expo {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .expo img {
        width: 80%;
        padding-bottom: 40px;
    }

    .expo p {
        font-size: 1.4rem;
    }

    .expo p .sp_only {
        display: inline-block;
    }

    /* 開催概要 */
    .overview {
        padding: 30px 5% 40px;
    }

    .overview_wrap h3 {
        font-size: 1.8rem;
        padding: 1em 0;
    }

    .overview_wrap dl {
        width: 85%;
        padding-bottom: 8px;
    }

    .overview_wrap dt {
        font-size: 1.4rem;
        width: 55px;
        min-width: 55px;
    }

    .overview_wrap dd {
        font-size: 1.4rem;
    }

    .overview_wrap dl:last-of-type {
        margin-bottom: 10px;
    }

    .overview_wrap dl:last-of-type dd {
        font-size: 1rem;
        max-width: 330px;
        width: 70%;
    }

    /* タイムテーブル */
    .timetable li {
        padding-top: 30px;
        padding-bottom: 20px;
        border: #211f1b 2px solid;
    }

    .timetable_title {
        padding-bottom: 26px;
    }

    .timetable_content {
        font-size: 1.3rem;
        line-height: 25px;
    }

    .timetable_time::before,
    .timetable li:nth-of-type(2) .timetable_time:before,
    .timetable li:nth-of-type(3) .timetable_time:before {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
        left: -20%;
    }

    .timetable_title {
        font-size: 1.6rem;
    }

    .timetable_time {
        font-size: 1.4rem;
        padding: 0 2em;
        margin-bottom: 30px;
    }

    .timetable li:nth-of-type(1):before,
    .timetable li:nth-of-type(2):before,
    .timetable li:nth-of-type(1):after,
    .timetable li:nth-of-type(2):after {
        border-width: 30px 45vw 0 45vw;
    }
    .timetable li:nth-of-type(1):before,
    .timetable li:nth-of-type(2):before {
        bottom: -28px;
    }
    .timetable li:nth-of-type(1):after,
    .timetable li:nth-of-type(2):after {
        bottom: -30px;
    }

    .timetable li:nth-of-type(2),
    .timetable li:nth-of-type(3) {
        padding-top: 60px;
    }

    .timetable li:last-of-type {
        padding-bottom: 30px;
    }

    /* 登壇者ご紹介 */
    .speakers_group,
    .speakers_group:not(:first-of-type) {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .speakers_wrap {
        border: #f8b318 3px solid;
        padding: 30px;
    }

    .speakers_wrap::before {
        font-size: 1.4rem;
        border: #f8b318 3px solid;
        width: 80px;
        top: -16px;
    }

    .speakers_box:not(:last-of-type) {
        border-bottom: none;
        padding-bottom: 0;
    }

    .speakers_box img {
        width: 75%;
    }

    .speakers_inner {
        margin-top: 25px;
    }

    .speakers_name {
        font-size: 1.6rem;
        line-height: 1.75;
    }

    .speakers_name span {
        font-size: 1.4rem;
    }

    .speakers_info {
        font-size: 1.3rem;
    }

    .comming-soon {
        font-size: 1.6rem;
        margin-top: 0;
    }

    .questions {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    /* よくある質問 */
    .questions ul {
        padding-top: 15px;
    }

    .questions li:first-of-type,
    .questions li:last-of-type {
        padding-left: 0;
    }

    .questions li:first-of-type:before,
    .questions li:last-of-type:before {
        font-size: 1.5rem;
        min-width: 28px;
        height: 28px;
        margin-right: 15px;
    }

    .questions li:first-of-type {
        font-size: 1.5rem;
    }

    .questions li:last-of-type {
        font-size: 1.4rem;
    }

    /* フッター */
    footer {
        background: linear-gradient(to bottom, #fff 0, #fff 85px, #f8b318 85px, #f8b318 100%);
    }

    footer img {
        width: 105px;
        padding-bottom: 10px;
    }

    footer p {
        padding: 15px;
        margin: 0 auto 25px;
        font-size: 1.1rem;
        font-weight: 600;
    }

    footer p span {
        font-weight: 500;
    }

    footer ul {
        font-size: 1.2rem;
    }
}

/* ヘッダー上部分　あしらい調整 */
@media screen and (max-width: 360px) {
    .mv_head-accent1 .br900 {
        display: block;
    }
}
