@charset "utf-8";

/* ========================================
    CSS Variables - New Color Palette 2026
======================================== */
:root {
    --color-primary-white: #ffffff;

    /* Font Sizes (16px = 1rem基準) */
    --font-size_8: 0.5rem;
    /* 8px */
    --font-size_9: 0.5625rem;
    /* 9px */
    --font-size_10: 0.625rem;
    /* 10px */
    --font-size_11: 0.6875rem;
    /* 11px */
    --font-size_12: 0.75rem;
    /* 12px */
    --font-size_13: 0.8125rem;
    /* 13px */
    --font-size_14: 0.875rem;
    /* 14px */
    --font-size_15: 0.9375rem;
    /* 15px */
    --font-size_16: 1rem;
    /* 16px */
    --font-size_18: 1.125rem;
    /* 18px */
    --font-size_19: 1.1875rem;
    /* 19px */
    --font-size_20: 1.25rem;
    /* 20px */
    --font-size_21: 1.3125rem;
    /* 21px */
    --font-size_24: 1.5rem;
    /* 24px */
    --font-size_25: 1.5625rem;
    /* 25px */
    --font-size_28: 1.75rem;
    /* 28px */
    --font-size_30: 1.875rem;
    /* 30px */
    --font-size_32: 2rem;
    /* 32px */
    --font-size_36: 2.25rem;
    /* 36px */
    --font-size_40: 2.5rem;
    /* 40px */
    --font-size_42: 2.625rem;
    /* 42px */
    --font-size_48: 3rem;
    /* 48px */
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    vertical-align: baseline;
    scroll-behavior: smooth;
}


body {
    /*font-family: 游ゴシック, "Yu Gothic", メイリオ, "Meiryo UI", sans-serif;*/
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    max-width: 2200px;
    background: #fff;
    color: #000;
}

header,
.link_btn,
.pa_btn,
.c_event dl,
.footer_wrap,
.c_recomend_hotel dl,
.c_participation .c_participation_campany h3,
.c_participation .c_participation_campany .title_underbar span {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

img {
    border: 0px;
    max-width: 100%;
    vertical-align: bottom;
}


/* for modern brouser */

.cf:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}


/* IE7,MacIE5 */

.cf {
    display: inline-block;
}


/* WinIE6 below, Exclude MacIE5 \*/

* html .cf {
    height: 1%;
}

.cf {
    display: block;
}


/*margin*/

.mgt0 {
    margin-top: 0 !important;
}

.mgt5 {
    margin-top: 5px !important;
}

.mgt10 {
    margin-top: 10px !important;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgt25 {
    margin-top: 25px !important;
}

.mgt30 {
    margin-top: 30px !important;
}

.mgt35 {
    margin-top: 35px !important;
}

.mgt40 {
    margin-top: 40px !important;
}

.mgt45 {
    margin-top: 45px !important;
}

.mgt50 {
    margin-top: 50px !important;
}

.mgt55 {
    margin-top: 55px !important;
}

.mgt60 {
    margin-top: 60px !important;
}

.mgt65 {
    margin-top: 65px !important;
}

.mgb0 {
    margin-bottom: 0 !important;
}

.mgb10 {
    margin-bottom: 10px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.mgb30 {
    margin-bottom: 30px !important;
}

.mgb40 {
    margin-bottom: 40px !important;
}

.mgb50 {
    margin-bottom: 50px !important;
}

.mgl0 {
    margin-left: 0px !important;
}

.mgl10 {
    margin-left: 10px !important;
}

.mgl15 {
    margin-left: 15px !important;
}

.mgl20 {
    margin-left: 20px !important;
}

.mgl30 {
    margin-left: 30px !important;
}

.mgl40 {
    margin-left: 40px !important;
}

.mgl50 {
    margin-left: 50px !important;
}

.mgr0 {
    margin-right: 0px !important;
}

.mgr10 {
    margin-right: 10px !important;
}

.mgr15 {
    margin-right: 15px !important;
}

.mgr20 {
    margin-right: 20px !important;
}

.mgr30 {
    margin-right: 30px !important;
}

.mgr40 {
    margin-right: 40px !important;
}

.mgr50 {
    margin-right: 50px !important;
}


/* For padding */

.pdt0 {
    padding-top: 0px !important;
}

.pdt5 {
    padding-top: 5px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdt15 {
    padding-top: 15px !important;
}

.pdt20 {
    padding-top: 20px !important;
}

.pdt25 {
    padding-top: 25px !important;
}

.pdt30 {
    padding-top: 30px !important;
}

.pdt35 {
    padding-top: 35px !important;
}

.pdb5 {
    padding-bottom: 5px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.pdb15 {
    padding-bottom: 15px !important;
}

.pdb20 {
    padding-bottom: 20px !important;
}

.pdb25 {
    padding-bottom: 25px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}

.pdl5 {
    padding-left: 5px !important;
}

.pdl10 {
    padding-left: 10px !important;
}

.pdl20 {
    padding-left: 20px !important;
}

.flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.fo_white {
    color: #fff;
    text-shadow: 0 0 4px #000;
}


/* ---------------------------------------------------------
 common
----------------------------------------------------------*/

.c_wrap {
    max-width: 1000px;
    margin: auto;
    padding: 80px 20px;
}

a {
    color: #000;
    outline: none;
}

a:hover {
    color: #EB5A3C;
}

a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}


/*a img:hover{
    filter:alpha(opacity=80);
    opacity:0.8;
}*/

.txt_link {
    text-decoration: underline;
}

.link_btn {
    padding: 20px 15px;
    margin-bottom: 20px;
    display: block;
    font-size: 1.3rem;
    color: #fff;
}

.pa_btn {
    display: flex;
    padding: 20px 15px;
    margin-bottom: 20px;
    font-size: 1.3rem;
    color: #fff;
}

a.link_btn {
    color: #fff;
    text-align: center;
    line-height: 1.4;
}

a.pa_btn {
    color: #fff;
    text-align: center;
    line-height: 1.4;
    justify-content: space-between;
}

.link_btn.btn_red {
    background: #d75d2d;
    max-width: 600px;
    width: 85%;
    margin: auto;
    text-align: center;
    font-family: Abel, 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
}

.link_btn.btn_blue {
    background: #3a7c96;
    max-width: 600px;
    width: 85%;
    margin: auto;
    text-align: center;
    font-family: Abel, 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
}

.link_btn span {
    float: right;
    width: 0;
    height: 0;
    margin-top: 0.5em;
    border-top: 5px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 5px solid transparent;
}

.pa_btn span {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 5px solid transparent;
}


.btn_end {
    background: #a9a9a9 !important;
    pointer-events: none;
}

.btn_end span {
    display: none;
}

.btn2_area .link_btn {
    width: 49%;
    float: left;
    margin-right: 2%;
    box-sizing: border-box;
}

.btn2_area .link_btn:last-child {
    margin-right: 0;
}

.btn2_area .link_btn span {
    margin: 0;
    margin-top: 0.5em;
}

.popup {
    overflow: hidden;
    outline: none;
    display: block;
}

.popup img {
    width: auto;
    height: auto;
}

.pay_system {
    max-width: 470px;
    width: 85%;
    margin: 10px auto 0;
    text-align: center;
}

.pay_system p {
    float: left;
    margin-top: 20px;
    margin-right: 2%;
    font-size: .8rem;
    color: #767676;
}

.pay_system img {
    float: left;
    width: 25%;
    height: 25%;
    margin: auto;
}

.comingsoon {
    text-align: center;
    font-size: 1.5rem;
    background: #e6e6e6;
    color: #767676;
    padding: 40px;
}

.comingsoon .next_cont br.sp {
    display: none;
}

.comingsoon .next_cont p {
    line-height: 1.5;
    font-size: 1.2rem;
    background: #fff;
    padding: 15px;
    margin-top: 15px;
    color: #000;
}

.comingsoon .next_cont span {
    display: block;
    font-size: 1rem;
    margin-top: 10px;
    color: #5a5a5a;
}

h2 {
    font-size: 2.5rem;
    text-align: center;
    color: #EB5A3C;
    font-weight: normal;
    margin-bottom: 80px;
    font-family: 'Abel', sans-serif;
    letter-spacing: 0.2rem;
}

h2 span {
    display: block;
    margin-top: 20px;
    margin-bottom: 65px;
    font-size: .8rem;
    color: #767676;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

h2 span.smo {
    font-size: 1.5rem;
    color: #EB5A3C;
    display: inline-block;
    margin-left: 7px;
    margin-bottom: 0px;
}

h3 {
    font-weight: normal;
    color: #EB5A3C;
    margin-bottom: 30px;
}


h4 {
    font-family: 'Abel', sans-serif;
    letter-spacing: 0.05rem;
    margin-bottom: 10px;
}

.c_video,
.c_whatis,
.c_link_box,
.c_purpose,
.c_council,
.c_sponsor,
.c_event,
.c_event,
.c_recomend_hotel,
/* .c_participation, */
.participation_formpage,
.c_attendees,
.c_underpage,
#c_news,
.banner_box {
    background: url(../images/top/white-bg.png);
}

.date {
    font-size: 0.7rem;
    text-align: right;
    margin-top: -30px;
    margin-bottom: 30px;
}

.tac {
    text-align: center;
}

.close_btn {
    text-align: center;
    margin-top: 50px;
}

.close_btn a {
    padding: 15px 20px;
    padding-left: 40px;
    background: url(../images/common/close_btn_ico.png) no-repeat 20px 50%;
    background-size: 18px;
    border: solid 2px #000;
    font-weight: bold;
}


/*.pagetop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
}*/


/*card_bottom*/

.card_bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 88;
    display: none;
}

.card_bottom li {
    float: left;
    width: 65px;
    margin-left: 1px;
}

.card_bottom li a {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.card_bottom li a:hover {
    filter: alpha(opacity=100);
    opacity: 1.0;
}

.sp {
    display: none;
}

@media screen and (max-width: 1060px) {
    h2 {
        font-size: 2.3rem;
    }

    h2 span {
        margin-bottom: 50px;
    }
}

@media (max-width: 950px) {
    .link_btn {
        font-size: 1.1rem;
    }

    h2 {
        margin-bottom: 40px;
    }

    h2 span {
        margin-bottom: 40px;
    }

    .c_wrap {
        padding: 40px 20px;
    }
}

@media (max-width: 768px) {
    .link_btn {
        font-size: 1.3rem;
    }

    h2 {
        font-size: 2.1rem;
        margin-bottom: 40px;
    }

    h2 span {
        margin-bottom: 40px;
    }


    .comingsoon .next_cont p {
        font-size: 1.1rem;
    }

    .comingsoon .next_cont span {
        font-size: .8rem;
    }

}

@media (max-width: 480px) {
    h2 {
        font-size: 1.8rem;
        margin-bottom: 50px;
    }

    h2 span {
        margin-top: 10px;
        margin-bottom: 30px;
        font-size: .7rem;
    }


    .link_btn {
        font-size: 1rem;
    }

    .btn2_area .link_btn {
        font-size: .9rem;
        padding: 15px 10px 15px 5px;
    }

    .pay_system p {
        float: none;
    }

    .pay_system img {
        float: none;
    }

    .card_bottom li {
        width: 45px;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .comingsoon .next_cont p {
        font-size: .8rem;
    }

    .comingsoon .next_cont span {
        font-size: .6rem;
    }

    .comingsoon {
        padding: 15px;
        font-size: 1.3rem;
    }

    .comingsoon .next_cont br.sp {
        display: block;
    }
}


/* ---------------------------------------------------------
 c_tanks
----------------------------------------------------------*/


/*画像*/

.c_tanks {
    /* background:url(../images/top/tanks-bg.jpg) no-repeat; */
    background: #000;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-size: 1rem;
    font-weight: 600;
    /* text-shadow: 0 0 4px #000; */
    color: #fff;
}




/* .c_tanks dt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 25px;
} */

.c_tanks span {
    display: block;
    text-align: right;
    /* margin: 20px 0; */
    font-size: .9rem;
}

.c_tanks .c_wrap {
    padding: 3vw;
}

@media (max-width: 768px) {
    .c_tanks .c_wrap {
        /* padding: 130px 20px 80px; */
    }

    .c_tanks {
        /* background-size: 150%; */
        background-attachment: scroll;
        font-size: 1rem;
        font-weight: 500;
    }

    .c_tanks dt {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .c_tanks {
        /* background-size: 200%; */
        font-size: 0.8rem;
    }

    .c_tanks span {
        font-size: 0.7rem;
        margin-top: 0.7rem;
    }

    .c_tanks dt {
        font-size: 1.3rem;
    }
}


/* ---------------------------------------------------------
 video
----------------------------------------------------------*/

div.c_wrap .video_area {
    width: 70%;
    padding-bottom: 40%;
    height: 0;
    position: relative;
    margin: auto;
    margin-bottom: 1%;
}

div.c_wrap .video_area video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    border: solid 1px #f0f0f0;
}

div.c_wrap .read_txt {
    margin-bottom: 70px;
    line-height: 200%;
    text-align: center;
}

div.c_recomend_hotel .read_txt {
    margin-bottom: 40px;
}

.c_recomend_hotel h2 {
    margin-bottom: 50px;
}

.c_recomend_hotel h2 span {
    margin-bottom: 0;
}

.c_recomend_hotel dl {
    width: 60%;
    float: left;
    font-size: 1.2rem;
}

.c_recomend_hotel figure {
    float: right;
    width: 40%;
    text-align: right;
}

.c_recomend_hotel dl dt {
    float: left;
    width: 22%;
}

.c_recomend_hotel dl dd {
    float: left;
    width: 72%;
    padding-left: 30px;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-left: solid 1px #EB5A3C;
}

div.c_wrap p {
    padding-bottom: 0;
    line-height: 200%;
}

@media screen and (max-width: 1060px) {
    div.c_wrap .read_txt {
        margin-bottom: 50px;
    }

}

@media screen and (max-width: 768px) {
    div.c_wrap .read_txt {
        margin-bottom: 40px;
    }

}


@media screen and (max-width: 480px) {
    div.c_wrap .read_txt {
        font-size: 0.85rem;
        margin-bottom: 30px;
    }

    div.c_wrap .video_area {
        width: 100%;
        padding-bottom: 57%;
    }

}





/* ---------------------------------------------------------
 header
----------------------------------------------------------*/

header {
    background: #fff;
    color: #060c11;
}

.h_top {
    border-bottom: solid 1px #ffe1c5;
    max-height: 60px;
    width: 100%;
    background: #ffe1c5;
}

.h_top .h_top-left {
    float: left;
    /*    width: 30%;*/
    width: 205px;
    background: #fff;
}

.h_top .h_logo {
    text-align: right;
    padding-left: 45px;
    margin-right: -30px;
}

.h_top .h_logo a img {
    max-height: 65px;
    /* ヘッダー高さ60pxに合わせて調整 */
    width: auto;
    height: auto;
    object-fit: contain;
}

.h_top .h_logo a img:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.h_top .h_top-right {
    float: left;
    width: 70%;
    padding: 7px 10px 0px 40px;
    box-sizing: border-box;
}

.h_top .h_top-right .h_subtxt {
    float: left;
    font-size: .9rem;
}

.h_top .h_top-right .h_sns {
    float: right;
}

.h_top .h_top-right .h_sns li {
    float: right;
    width: 40px;
}

.h_bottom .gnav {
    width: 100%;
    margin: auto;
    background: rgba(255, 255, 255, 0.8);
}

.h_bottom .gnav li {
    font-size: 0.8rem;
    font-weight: 500;
    margin: 10px 0;
    float: left;
    width: calc(100% / 6);
    /* li の個数で変更する */
    box-sizing: border-box;
    text-align: center;
    border-right: solid 1px #EB5A3C;
    margin: 20px 0;
}

.h_bottom .gnav li:last-child,
.h_bottom .gnav li:nth-child(8) {
    margin-right: 0;
    border: 0;
}

.h_bottom .gnav li a {
    color: #000;
}

.h_bottom .gnav li a:hover {
    color: #EB5A3C;
}

.h_bottom .gnav li a img {
    width: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

.h_bottom .gnav li a span.ico {
    background: #e21111;
    font-size: 0.7rem;
    padding: 3px;
    margin-right: 3px;
}

.h_bottom .h_sns_sp {
    display: none;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.h_bottom .sp {
    display: none;
}


/*@media (max-width: 980px) {

    .h_bottom .gnav li{
        width: 16%;
    }

    .h_bottom .gnav li.gnav_text-long {
        width: 20%;
    }

}*/
@media (max-width: 950px) {
    .h_top .h_top-right .h_subtxt {
        float: left;
        font-size: 0.8rem;
        display: none;
    }

    .h_top .h_top-right {
        width: 60%;
        float: right;
    }
}


@media (max-width: 950px) {
    .h_top {
        position: fixed;
        z-index: 100;
    }

    .mainv {
        padding-top: 56px;
    }

    .h_top .h_top-right .h_sns {
        display: none;
    }

    .h_bottom .gnav {
        padding-top: 56px;
        background: #e7b382;
    }

    .h_bottom .gnav li a {
        display: block;
    }

    .h_bottom .gnav li {
        font-size: 1rem;
        margin: 20px 0;
        float: none;
        width: auto;
        border-right: none;
    }

    /*    .h_bottom .gnav li.gnav_text-long {
        width: auto;
    }*/
    .h_bottom .h_sns_sp {
        display: block;
        width: 90px;
        margin: auto;
        margin-top: 30px;
    }

    .h_bottom .h_sns_sp li {
        float: left;
        width: 40px;
        margin-right: 10px;
    }

    .fixed {
        top: 56px;
    }
}

@media (max-width: 700px) {
    .h_top .h_logo {
        text-align: left;
        max-width: 95px;
    }

    .h_top {
        border-bottom: solid 1px #fff;
        max-height: 43px;
    }

    .h_top .h_top-left {
        width: 120px;
    }


    .h_top .h_logo {
        text-align: left;
        max-width: 160px;
        margin-right: -79px;
        /* padding-bottom: 15px; */
        padding-left: 20px;
    }

    .h_top .h_logo a img {
        max-height: 49px;
        /* ヘッダー高さ43pxに合わせて調整 */
        width: auto;
    }

    .h_top .h_top-right {
        padding: 5px 10px 15px 40px;
    }

    .h_top .h_top-right .h_subtxt {
        font-size: .6rem;
        padding-top: 0;
    }

    .mainv {
        padding-top: 42px;
    }
}

@media (max-width: 550px) {

    .h_top .h_top-right .h_subtxt {
        font-size: .6rem;
    }

    .h_top .h_top-right {
        width: auto;
        padding-top: 10px;
    }

    .h_top .h_top-right .h_subtxt {
        display: none;
    }
}

@media (max-width: 480px) {
    .h_top .h_top-left {}

    .h_top .h_logo {
        text-align: left;
        max-width: 160px;
        margin-right: -55px;
        /* padding-bottom: 15px; */
        padding-left: 0;
    }

    .h_bottom .gnav {
        padding-top: 30px;
    }
}


/*ハンバーガーナビ
----------------------------------------------------------*/

@media (max-width: 950px) {

    .m-header_toggle {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        z-index: 9999;
    }

    .m-header_toggle {
        display: block;
        margin-left: auto;
        text-align: right;
        margin-top: 10px;
    }

    .m-header_toggle a {
        margin-left: auto;
        display: block;
        position: relative;
        width: 28px;
        height: 20px;
    }

    .m-header_toggle span {
        display: inline-block;
        -webkit-transition: all .2s;
        transition: all .2s;
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #EB5A3C;
        border-radius: 4px
    }

    .m-header_toggle span:nth-child(1) {
        top: 0;
    }

    .m-header_toggle span:nth-child(2) {
        top: 8px;
    }

    .m-header_toggle span:nth-child(3) {
        bottom: 0;
    }

    .h_bottom .sp {
        display: block;
    }

    .l-head_toggleMenu {
        height: 0;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
    }

    /* menupen */
    .is-menuOpen {
        overflow: hidden;
        height: 100%;
    }

    /*  .is-menuOpen .l-header{
    z-index:9999;
    position: relative;
  }*/
    .is-menuOpen .l-header_bg {
        display: block;
        width: 100%;
        height: 110%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #e7b382;
        z-index: 2;
    }

    .is-menuOpen .l-head_toggleMenu {
        height: auto;
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.3s, visibility 0.3s;
        transition: opacity 0.3s, visibility 0.3s;
        top: 80px;
    }

    .is-menuOpen .m-header_toggle a span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }

    .is-menuOpen .m-header_toggle a span:nth-of-type(2) {
        opacity: 0;
    }

    .is-menuOpen .m-header_toggle a span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
}

@media (max-width: 700px) {
    .m-header_toggle {
        margin-top: 5px;
    }
}

@media (max-width: 550px) {
    .m-header_toggle {
        margin-top: 0;
    }
}


/* ---------------------------------------------------------
 .mainv
----------------------------------------------------------*/


/*.mainv h1 img {
    width: 100%;
}*/


/*画像*/

.mainv {
    width: 100%;
}

.mainv_pc {
    display: block;
}

.mainv_sp {
    display: none;
}

.mainv dt {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .mainv_pc {
        display: none;
    }

    .mainv_sp {
        display: block;
    }

    .mainv {
        /*background-image:url(../images/top/mainv_bg_sp.jpg);*/
        background-size: 150%;
        background-attachment: scroll;
        font-size: 1rem;
        font-weight: 500;
    }

    .mainv dt {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .mainv {
        background-size: 200%;
    }

    .mainv dt {
        font-size: 1.3rem;
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slick-dots {
    /*display: none!important;*/
    display: block;
}

.fix-mainv {
    position: relative;
    background: #000;
}

.mainv img {
    width: 100%;
}

.fix-mainv .mainv-ttl,
.fix-mainv .mainv-date {
    position: absolute;
    z-index: 1;
}

.fix-mainv .mainv-ttl img,
.fix-mainv .mainv-date img {
    width: 100%;
}

.fix-mainv .mainv-ttl {
    left: 30px;
    top: 30px;
    width: 1000px;
    max-width: 58%;
}

.fix-mainv .mainv-date {
    right: 0;
    bottom: 0;
    width: 1000px;
    max-width: 45%;
}


/*@media (min-width: 1200px) {
}*/

@media (max-width: 950px) {
    .fix-mainv .mainv-ttl {
        top: 80px;
    }

    /*    .fix-mainv .mainv-date{
    width: 650px;
    }*/
}

@media (max-width: 700px) {

    .fix-mainv .mainv-ttl,
    .fix-mainv .mainv-date {
        max-width: 60%;
    }

    .fix-mainv .mainv-ttl {
        top: 50px;
        left: 10px;
        max-width: 80%;
    }

    .fix-mainv .mainv-date {}
}


/* ---------------------------------------------------------
 .c_whatis
----------------------------------------------------------*/
.c_whatis h2 {
    margin-bottom: 50px;
}

.c_whatis h3 {
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
}

.c_whatis .c_whatis_txtarea {
    padding-top: 20px;
}

.c_whatis .c_whatis_txtarea .left_box {
    width: 50%;
    margin: 0 5%;
    float: left;
}

.c_whatis div.c_wrap .read_txt {
    margin-bottom: 50px;
    font-size: 0.95em; /* 文字落ちのため */
}

.c_whatis div.c_wrap .read_txt:last-child {
    margin-bottom: 0;
}

.c_whatis .c_whatis_txtarea .left_box .read_txt span {
    font-weight: 600;
    padding: 0 3px;
}

.c_whatis .c_whatis_txtarea .right_box {
    width: 35%;
    float: left;
}

.c_whatis .c_whatis_txtarea p {
    margin-bottom: 20px;
    line-height: 200%;
}

.c_whatis .c_whatis_txtarea p.strong_txt {
    font-size: 2rem;
    line-height: normal;
    padding-bottom: 5px;
    border-bottom: solid 1px #EB5A3C;
    font-family: 'Abel', sans-serif;
    color: #EB5A3C;
    letter-spacing: 0.2rem;
}

.c_whatis .c_whatis_txtarea p.strong_txt span {
    display: block;
    font-size: .8rem;
    color: #767676;
    margin: 5px 0;
}

.c_whatis .c_whatis_txtarea p.strong_txt_child {
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 500;
}

.c_whatis ul li {
    width: 50%;
    float: left;
    margin-bottom: 2%;
}

.c_whatis ul li.bnr-right {
    text-align: right;
}

@media screen and (max-width: 1060px) {
    .c_whatis div.c_wrap .read_txt {
        margin-bottom: 50px;
    }

    .c_whatis ul li {
        width: 49%;
    }

    .c_whatis ul li.bnr-right {
        margin-left: 2%;
    }
}

@media screen and (max-width: 950px) {
    .c_whatis h2 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .c_whatis h3 {
        margin-bottom: 20px;
    }

    .c_whatis .c_whatis_txtarea .left_box {
        width: auto;
        margin-right: 0;
        float: none;
    }

    .c_whatis .c_whatis_txtarea .right_box {
        width: 50%;
        float: none;
        margin: auto;
    }

    .c_whatis ul li {
        width: 100%;
        float: none;
        text-align: center;
    }

    .c_whatis ul li.bnr-right {
        text-align: center;
        margin-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .c_whatis .c_whatis_txtarea .right_box {
        width: 80%;
    }

    .c_whatis .c_whatis_txtarea p.strong_txt {
        font-size: 1.8rem;
        text-align: center;
    }

    .c_whatis .c_whatis_txtarea p.strong_txt span {
        font-size: .7rem;
    }
}


/* ---------------------------------------------------------
 .c_purpose
----------------------------------------------------------*/

.c_purpose .c_wrap {
    padding: 30px 20px 80px;
}

.c_purpose h2 {
    margin-bottom: 30px;
}

.c_purpose h3 {
    border-left: solid 5px #EB5A3C;
    padding-left: 20px;
    font-weight: bold;
    font-family: 'Abel', sans-serif;
    letter-spacing: 0.2rem;
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.c_purpose h3 span {
    display: block;
    font-size: .8rem;
    color: #767676;
    margin-top: 10px;
}

.c_purpose .read_txt {
    margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
    .c_purpose h3 {
        border-left: solid 3px #EB5A3C;
        font-size: 1.5rem;
    }
}


/* ---------------------------------------------------------
 .c_council
----------------------------------------------------------*/


/*.c_council {
    background: url(../images/top/cou-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}*/


/*.c_council:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../images/top/cou-bg.jpg) center no-repeat;
  background-size:cover;
}*/

.c_council h2 span {
    color: #000;
}

.c_council ul li {
    width: 14%;
    margin: 0 3%;
    margin-top: 10px;
    margin-bottom: 65px;
    line-height: 95%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    min-height: 17rem;
}

.c_council ul li img {
    border-radius: 400px;
    width: auto;
    height: auto;
}

.c_council ul li dl dt {
    margin: 10px 0;
    font-weight: 500;
}

.c_council ul li dl dd {
    font-size: .75rem;
    margin-bottom: 5px;
    font-weight: 500;
}

.c_council ul li dl dd.type {
    display: none;
}

.c_council ul li dl dd.position {
    color: #a0a0a0;
    font-size: 0.7rem;
    margin-bottom: 0;
}

.c_council ul li a.eight_btn {
    display: none;
}

@media screen and (max-width: 768px) {

    /*    .c_council {
        background-attachment: scroll;
        background: url(../images/top/cou-bg.jpg);
        background-size: cover;
        background-position: center;
    }*/
    .c_council ul li {
        width: 43%;
        min-height: 26rem;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .c_council ul li {
        width: 46%;
        min-height: 26rem;
        margin: 2%;
        min-height: 18rem;
    }
}


/* ---------------------------------------------------------
 .c_sponsor
----------------------------------------------------------*/

.c_sponsor h3 {
    color: #717171;
    text-align: center;
    border-bottom: solid 1px #717171;
    border-top: solid 1px #717171;
    padding: 10px 0;
    margin-bottom: 50px;
    font-size: 1.3rem;
    font-weight: 600;
}

.c_sponsor ul {
    margin-bottom: 30px;
    text-align: center;
}

.c_sponsor ul li {
    margin: 0 1%;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
}

.c_sponsor .agenda_partner ul li,
.c_sponsor .gold_spo ul li {
    /* width: 27%; */
    width: 30%;
}

.c_sponsor .nomal_spo ul li {
    /* width: 17.6%; */
    width: 22%;
    min-height: 10rem;
}

.c_sponsor ul li p {
    margin-top: 10px;
    font-size: 0.8rem;
}

.c_sponsor .partner ul li {
    /* width: 17.6%; */
    width: 22%;
}

.c_sponsor .spo_list li {
    line-height: 1.5;
    white-space: nowrap;
    /* font-weight: 700; */
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    font-size: 1rem;
}


h3.past_spo_title {
    margin-bottom: 0;
}

h3.past_spo_title+p {
    text-align: end;
    font-size: .8rem;
    margin: 10px 0 20px;
}

.c_sponsor .spo_list li::after {
    content: '／';
    font-weight: 700;
    margin: 0 5px;
    color: #ccc;
}

.c_sponsor .spo_list li:last-of-type::after {
    display: none;
}

.c_sponsor .past_spo h4 {
    font-size: 1.5rem;
    color: #EB5A3C;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    /* margin: 0 6px; */
    margin-bottom: 15px;
}

.c_sponsor .past_spo h4:before,
.c_sponsor .past_spo h4:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #EB5A3C;
}

.c_sponsor .past_spo h4:before {
    left: -10px;
}

.c_sponsor .past_spo h4:after {
    right: -10px;
}

.c_sponsor .link_btn.btn_red {
    margin-top: 55px;
}

.c_sponsor .link_btn.btn_red+p {
    text-align: center;
}

@media screen and (max-width: 950px) {
    .c_sponsor .spo_list li {
        box-sizing: border-box;
    }

    .c_sponsor ul {
        margin-bottom: 0;
    }

    .c_sponsor .link_btn.btn_red {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .c_sponsor .spo_list li {
        box-sizing: border-box;
        line-height: 1;
    }

    .c_sponsor .agenda_partner ul li,
    .c_sponsor .gold_spo ul li {
        /* width: 43%; */
        width: 50%;
    }

    .c_sponsor .nomal_spo ul li,
    .c_sponsor .partner ul li {
        /* width: 22.5%;
        min-height: 9.5rem; */
        width: 30%;
        min-height: 130px;
    }

    .c_sponsor ul li p {
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {

    .c_sponsor .agenda_partner ul li,
    .c_sponsor .gold_spo ul li {
        /* width: 90%; */
        width: 100%;
    }

    .c_sponsor .nomal_spo ul li,
    .c_sponsor .nomal_par ul li,
    .c_sponsor .partner ul li {
        /* width: 46%; */
        width: 47%;
    }

    .c_sponsor ul li p {
        margin-top: 5px;
    }

    .c_sponsor .spo_list li {
        line-height: 1.2;
        font-size: .9rem;
        margin-bottom: 10px;
    }

    .c_sponsor .past_spo h4 {
        font-size: 1.3rem;
    }
}


/* ---------------------------------------------------------
 .c_schedule
----------------------------------------------------------*/

.c_schedule .c_wrap h2 {
    color: #fff;
}

.c_schedule .c_wrap h2 span {
    color: #fff;
}

.c_schedule>.c_wrap>h2 {
    margin-bottom: 40px;
}

figure.schedule_banner {
    text-align: center;
    max-width: 766px;
    margin: 0 auto;
}

.schedule_banner_link {
    height: 100%;
    display: block;
}

.schedule_banner img {
    border: 2px solid #19455b;
}

@media (max-width: 950px) {
    /* .c_wrap {
        padding: 60px 20px;
    } */

    #c_schedule {
        background: url(../images/top/sche-bg2.jpg) center no-repeat;
    }
}

@media (max-width: 700px) {
    #c_schedule {
        background: url(../images/top/sche-bg2.jpg) center no-repeat;
    }
}

/* @media (max-width: 480px) {
    .c_wrap {
        padding: 50px 20px;
    }
} */

/*
.c_schedule{
    background: url(../images/top/sche-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.c_schedule:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  z-index:-2;
  width:100%;
  height:100vh;
  background:url(../images/top/sche-bg.jpg) center no-repeat;
  background-size:cover;
}
*/



/* ---------------------------------------------------------
 .c_session
----------------------------------------------------------*/

.c_session h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    /*font-family: 游ゴシック, "Yu Gothic", メイリオ, "Meiryo UI", sans-serif;*/
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    letter-spacing: 0.1rem;
    font-weight: bold;
}

.c_session h3 {
    padding-bottom: 5px;
    border-bottom: solid 1px #EB5A3C;
    color: #EB5A3C;
}

.c_session h2 span {
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 500;
}

.c_session .speaker_area {
    width: 48%;
    float: left;
}

.c_session .summary_area {
    width: 48%;
    float: right;
}


/*speaker_box*/

.c_session .speaker_area .speaker_box {
    margin-bottom: 30px;
}

.c_session .speaker_box li {
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
}

.c_session .speaker_box li img {
    width: 30%;
    float: left;
}

.c_session .speaker_box li dl {
    border: none;
    float: left;
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
}

.c_session .speaker_box li dt {
    font-size: 0.9rem;
}

.c_session .speaker_box li dd {
    font-size: 0.7rem;
}

.c_session .speaker_area .sponsor_list {
    margin-bottom: 40px;
}

.c_session .speaker_area .sponsor_list li {
    margin-bottom: 10px;
}

.c_session .speaker_area .sponsor_list .sponsor-image {
    background: #fff;
    margin: auto;
    text-align: center;
}

.c_session .speaker_area .sponsor_list .sponsor-image img {
    width: 50%;
}


/*place追加 (info_area) */

.c_session .info_area_wrap {
    text-align: center;
}

.c_session .info_area {
    background: #e9e9e9;
    padding: 10px;
    margin-bottom: 50px;
    text-align: center;
    display: inline-block;
}

.c_session .info_area li {
    font-size: 0.9rem;
    color: #333;
    display: inline-block;
}

.c_session .info_area li:last-child {
    margin-left: 10px;
}

.c_session .info_area li span {
    background: #333;
    color: #fff;
    padding: 3px 10px;
    margin-right: 10px;
}

@media screen and (max-width: 950px) {
    .c_session.c_underpage .c_wrap{
        padding: 80px 20px;
    }
}

@media screen and (max-width: 768px) {
    .c_session h2 {
        font-size: 1.3rem;
        margin-bottom: 40px;
    }

    .c_session .speaker_area {
        width: auto;
        float: none;
    }

    .c_session .summary_area {
        width: auto;
        float: none;
        margin-top: 40px;
    }
}

@media screen and (max-width: 480px) {
    .c_session h2 {
        font-size: 1.1rem;
    }

    .c_session .info_area {
        display: block;
        text-align: left;
        margin-bottom: 20px;
    }

    .c_session .info_area li {
        display: block;
    }

    .c_session .info_area li:last-child {
        margin-left: 0;
        /*        margin-top: 8px;*/
    }

    .c_session .info_area li span {
        width: 45px;
        display: inline-block;
        text-align: center;
    }

    .c_session .summary_area p {
        font-size: 0.8rem;
    }
}


/* ---------------------------------------------------------
 .c_session(1107動的)
----------------------------------------------------------*/

.imgBox_spo {
    /*    width: 21%;*/
    /*Day1Day2横並び1112~の為*/
    width: 50%;
    /*Day1Day2横並び1112~の為*/
    float: left;
    display: inline-block;
}

.imgBox_spo_clear {
    float: none;
    display: block;
    clear: both;
}


/*.imgBox_spk_50 {
    float: left;
    width: 33%;
}*/


/*Day1Day2横並び1112~の為*/

.session_2area .imgBox_spk_50 {
    float: left;
    width: 57%;
}

.imgBox_spk_50 .speakerBox {
    width: 95%;
    min-height: 85px;
}

.imgBox_spk_50 .speakerBox {
    width: 95%;
    min-height: 85px;
}

.session_3area .imgBox_spo {
    width: auto;
}

.session_2area .imgBox_spo {
    width: 43%;
}

.session_3area .imgBox_spk {
    width: auto;
}

.speakerBox .image_sp {
    width: 30%;
    float: left;
}

.speakerBox {
    /*    width: 31%;*/
    /*Day1Day2横並び1112~の為*/
    float: left;
    border: solid 1px #dcdcdc;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.session_2area .speakerBox {
    width: 60%;
    margin-bottom: 5px;
}

.session_3area .speakerBox {
    width: 100%;
    margin-bottom: 5px;
}

.speakerBox .introduction {
    width: 66%;
    padding: 2%;
    float: right;
    font-size: 0.7rem;
    line-height: 130%;
}

.program h3 {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.program h3 span.plus {
    display: inline;
    margin-left: 10px;
    border: solid 1px #EB5A3C;
    padding: 0 5px;
}

.program a h3 {
    color: #EB5A3C;
}

.program h5 {
    color: #888;
    line-height: 100%;
    border-left: solid 2px #888;
    padding-left: 5px;
    margin: 5px 0;
    font-size: 0.7rem;
}

.program p {
    font-size: 0.7rem;
}

.program .sub_title {
    font-size: 0.7rem;
    font-weight: 600;
    color: #717171;
    /* text-align: center; */
    display: block;
    /* background: #ccc; */
    margin-bottom: 5px;
    /*    font-family: 'Abel', sans-serif;*/
    /*英語のときだけ有効化*/
    letter-spacing: 1px;
}

.program .sponsorBox {
    /*    width: 20%;*/
    margin-bottom: 10px;
    border: solid 1px #dcdcdc;
}

.program .session_3area .sponsorBox {
    width: 63%;
    margin-bottom: 10px;
    border: solid 1px #dcdcdc;
}

table.program td {
    /*  background: #ffffff;*/
    vertical-align: top;
    padding: 0;
    position: relative;
    line-height: 1.5em;
    padding: 10px;
}

table.program th,
table.program td {
    border: 1px #DCDCDC solid;
}

table.program {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 12px;
    border-collapse: collapse;
    border: 1px #E7E7E7 solid;
    font-size: 0.95em;
    table-layout: fixed;
    /*font-family: 游ゴシック, "Yu Gothic", メイリオ, "Meiryo UI", sans-serif;*/
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

table.program th.time {
    /*background: #F0F0F0;*/
    vertical-align: middle;
    padding-top: 1.3em;
    /* vertical-align: top; */
    text-align: left;
    width: 12%;
    overflow: visible;
    position: relative;
    color: #333;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
}


/*table.program tr.session_3area th.time{
    padding-top: 1.3em;
    vertical-align: top;
}*/

table.program th.time span {
    display: block;
}

table.program span.glyphicon.glyphicon-time {
    display: none;
}

table.spTable th,
table.spTable td {
    border-top: 1px solid #ffffff;
}

table.spTable td {
    color: #222;
    padding: 10px;
    line-height: 1.3em;
}

table .colorBK td.emp1 {
    color: #E444D0;
    font-weight: bold;
}

table .colorBK td.emp2 {
    color: #28719B;
    font-weight: bold;
}

table .colorBK td {
    color: #333;
}

table.program tbody td.trackKeynote,
table.program tbody td.trackA,
table.program tbody td.trackB,
table.program tbody td.trackC,
table.program tbody td.trackD,
table.program tbody td.trackE {
    padding: 5px 5px 5px 5px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

table.program tbody td.trackA {
    /*    background: rgba(255,249,214,0.5);*/
    background: rgba(222, 222, 222, 0.5);
}

table.program tbody td.trackB {
    /*    background: rgba(232,246,255,0.5);*/
    background: rgba(255, 255, 255, 0.5);
}

table.program tbody td.trackC {
    /*    background: rgba(255,231,224,0.5);*/
    background: rgba(222, 222, 222, 0.5);
}

table.program tbody td dt {
    font-weight: bold;
    margin-bottom: 5px;
}

thead tr:last-child td,
thead tr:last-child th {
    border-bottom: 1px solid #DCDCDC !important;
}

table.program tr.gray th.time,
table.program td.wide {
    background-color: #ffffff !important;
    color: #333;
}

table.program tbody td.none:after {
    content: '';
}

.entry-content a {
    color: #333;
    display: block;
}

li.speakerpart {
    background-color: #FFF;
    box-shadow: 1px 1px 2px #E0DFD6;
    -moz-box-shadow: 2px 2px #E0DFD6;
    -o-box-shadow: 2px 2px #E0DFD6;
    -ms-box-shadow: 2px 2px #E0DFD6;
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid: DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid: DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid: DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    /* min-height: 310px; */
    /*width: 18%;*/
    margin: 0;
    margin-top: 5px;
}

.speakerpart .genre {
    color: #FFF;
    background-color: #C2C2C2;
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
}

.speakerpart-list dl {
    padding: 10px;
    position: relative;
}

.pgm-title {
    margin-bottom: 20px;
}

.trackKeynote .pgm-title {
    font-size: 1rem;
    text-shadow: 1px 1px 0 #FFF;
    letter-spacing: -0.01px;
    color: #333333;
}

.trackA .pgm-title,
.trackB .pgm-title,
.trackC .pgm-title,
.trackD .pgm-title,
.trackE .pgm-title {
    min-height: 4em;
    font-size: 1rem;
    text-shadow: 1px 1px 0 #FFF;
    letter-spacing: -0.01px;
    color: #333333;
}

a .pgm-title {
    text-decoration: underline;
}

li.speakerpart a {
    color: #333 !important;
    text-decoration: none;
}

.speakerpart-list dt {
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 1.15em;
}

.speakerpart .photo {
    position: relative;
    padding: 10px;
    float: left;
    /* padding-right: 2%; */
}

.speakerpart-list .speakerpart .photo {
    width: 45%;
}

.trackKeynote .speakerpart .photo {
    width: 25%;
}

table.program tbody td.trackKeynote li.speakerpart .text dt {
    font-size: 1.5rem;
}

li.speakerpart .text dt {
    background-color: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
    color: #000 !important;
    font-size: 12px;
    font-size: 0.9rem;
    text-shadow: none;
}

li.speakerpart .text dd {
    font-size: 10px;
    font-size: 0.8rem;
}

.session .pgm_minismy {
    font-size: 0.8rem;
    line-height: 150%;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .left-box {
        width: 100%;
        margin-right: 0;
        float: none;
    }

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

    .pgm-top-wrap {
        padding: 20px;
    }

    table.program tbody td.trackKeynote li.speakerpart .text dd {
        font-size: 10px;
        font-size: 0.8rem;
    }

    table.program thead {
        display: none;
    }

    table.program th {
        width: 100%;
        display: block;
        margin: 0 auto;
        border: none;
        border-radius: 3px;
    }

    table.program td {
        display: list-item;
        border-top: none !important;
    }

    tr.outline td.trackA,
    tr.outline td.trackB,
    tr.outline td.trackC,
    tr.outline td.trackD,
    tr.outline td.trackE {
        width: 100%;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.17);
    }

    table.program th.time {
        width: 100%;
        border-radius: 0px;
        text-align: center;
        font-weight: bold;
        font-size: 1em;
        border-collapse: collapse;
        padding-top: 0;
    }

    table.program th.time span {
        display: inline-block;
    }

    table.program span.glyphicon.glyphicon-time {
        display: inline-block;
        margin-right: 0.5em;
    }

    div#table_day1 h3,
    div#table_day2 h3 {
        font-size: 1.2em;
        font-weight: bold;
    }

    ul.pgmLink li a {
        width: 50%;
        text-align: center;
    }

    table.program.spTable {
        display: block;
    }

    table.spTable {
        display: block;
        border-left: 1px solid #FFF;
        border-right: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
    }

    table.program tr.gray th.time,
    table.program td.wide {
        border-left: 0;
        border-right: 0;
    }

    table.program td {
        border: 0;
        border-bottom: 1px solid #7d7d7d;
        /*border-bottom: 1px solid #E7E7E7;*/
    }

    table.program th,
    table.program tr:last-child td {
        border: 0;
        border-bottom: 1px solid #E7E7E7;
    }

    .speakerpart .cb {
        clear: none;
        padding-top: 5px;
        display: inline;
    }

    .speakerpart-list .speakerpart .photo,
    .trackKeynote .speakerpart .photo {
        width: 130px;
    }

    table.program tbody td.trackKeynote li.speakerpart .text dt {
        font-size: 0.9rem;
    }

    .trackA .pgm-title,
    .trackB .pgm-title,
    .trackC .pgm-title,
    .trackD .pgm-title,
    .trackE .pgm-title {
        min-height: inherit;
    }

    table.program tr.gray th.time,
    table.program th.time {
        background: #222 !important;
        color: #FFF;
    }

    /*table.program tr.session_3area th.time {
        padding-top: 0;
        vertical-align: middle;
    }*/
    table.program tbody td.trackKeynote dt,
    table.program tbody td.trackA dt,
    table.program tbody td.trackB dt,
    table.program tbody td.trackC dt,
    table.program tbody td.trackD dt,
    table.program tbody td.trackE dt {
        margin-bottom: 10px;
    }

    .pgm-title {
        margin-bottom: 5px;
    }

    .imgBox_spk {
        width: 100%;
    }

    .imgBox_spk_50 {
        float: none;
        width: 100%;
    }

    .session_2area .imgBox_spk_50 {
        float: none;
        width: 100%;
    }

    .imgBox_spk_50 .speakerBox,
    .session_2area .speakerBox,
    .session_3area .speakerBox {
        width: 100%;
        min-height: 0;
    }

    .session_2area .imgBox_spk_50 .speakerBox {
        min-height: 0;
    }

    .speakerBox {
        width: 100%;
        margin-bottom: 5px;
        min-height: 0;
    }

    .speakerBox .image_sp {
        width: 15%;
    }

    .speakerBox .introduction {
        width: 81%;
    }

    .program .session_3area .sponsorBox {
        width: 70%;
    }

    .trackc.sp_none {
        display: none;
    }

    .session_2area .imgBox_spo {
        width: 20%;
    }
}


/* end */

@media (max-width: 643px) {

    #table_day1,
    #table_day2 {
        margin-top: -70px;
        padding-top: 70px;
    }

    .morebtn a {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .imgBox_spo {
        width: 30% !important;
    }

    .session_2area .imgBox_spo {
        width: 30%;
    }

    .speakerpart-list .speakerpart .photo,
    .trackKeynote .speakerpart .photo {
        width: 35%;
        padding: 10px 0 10px 10px;
    }

    .night-official-party dd img.night-img,
    .night-official-party dd img.lunch-img {
        width: 35%;
    }

    .speakerpart-list dl.text {
        width: 65%;
        float: left;
    }

    table.spTable span {
        font-size: 1.1em;
    }

    .opening-hours {
        font-size: 1em;
    }

    .pgm-top-wrap {
        margin-top: 20px;
    }

    td.trackKeynote4 .speakerpart .photo {
        width: 35%;
        padding: 10px 0 10px 10px;
    }

    .program .session_3area .sponsorBox {
        /*width: 30%;*/
    }

    .speakerBox .image_sp {
        width: 21%;
    }

    .speakerBox .introduction {
        width: 75%;
    }
}


/* ---------------------------------------------------------
 .c_session(各セッションごとのCSS)
----------------------------------------------------------*/


/*各セッションスピーカー高さ合わせ*/

.id257 .speakerBox {
    min-height: 6rem;
}

.id332 .speakerBox {
    min-height: 5.5rem;
}


/*spk,nav,modそれぞれ一人ずつの場合横並びに*/

.imgBox_spk.id283,
.imgBox_spk.id255 {
    float: left;
    width: 33%;
}

.imgBox_spk.id283 .speakerBox,
.imgBox_spk.id255 .speakerBox {
    width: 95%;
}


/*end-spk,nav,modそれぞれ一人ずつの場合*/


/*2セッションスピーカー,スポンサー1ずつのとき*/


/*.speakerBox.cf.id●●● {
    width: 90%;
}*/

@media (max-width: 768px) {

    /*各セッションスピーカー高さ合わせ*/
    .id257 .speakerBox,
    .id332 .speakerBox {
        min-height: 0rem;
    }

    /*spk,nav,modそれぞれ一人ずつの場合横並びに*/
    .imgBox_spk.id283,
    .imgBox_spk.id255 {
        float: none;
        width: 100%;
    }

    .imgBox_spk.id283 .speakerBox,
    .imgBox_spk.id255 .speakerBox {
        width: 100%;
        box-sizing: border-box;
    }

    /*end-spk,nav,modそれぞれ一人ずつの場合*/
    /*2セッションスピーカー,スポンサー1ずつのとき*/
    /*    .speakerBox.cf.id●●● {
        width: 100%;
    }
*/
}


/* ---------------------------------------------------------
 .c_participation
----------------------------------------------------------*/

.c_participation h2 {
    padding-top: 80px;
    color: #fff;
}

.c_participation h2 span {
    color: #fff;
}

.c_participation ul.c_participation_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 55px;
    margin: 0;
}

.c_participation ul.c_participation_form li {
    /* width: 31.3%; */
    margin: 0;
    /* ↑３つ用 */
    width: 48%;
    box-sizing: border-box;
    /* float: left; */
    background: #fff;
    /* min-height: 50em; */
}

.c_participation ul.c_participation_form span.small {
    font-size: 0.7rem !important;
}

.c_participation ul.c_participation_form li .c_participation_inner {
    padding: 0px 25px 20px;
}

.c_participation ul.c_participation_form li figure img {
    width: 100%;
}

.c_participation ul li.c_participation_maker a {
    background: #06629c;
    height: 55px;
    align-items: center;
    text-align: left;
}

.c_participation ul li.c_participation_retail a {
    background: #fb6e35;
    /* height: 55px; */
    align-items: center;
    text-align: left;
}

.c_participation ul li.c_participation_retail a.add_txt_link {
    background: inherit;
    font-weight: bold;
    color: red;
    text-decoration: underline;
}


.c_participation ul li.c_participation_partner a {
    background: #143c55;
    height: 55px;
    align-items: center;
    text-align: left;
}

.c_participation ul li.c_participation_premium a {
    background: #143c55;
    height: 55px;
    align-items: center;
    text-align: left;
}

.c_participation ul.c_participation_form li a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.c_participation ul li .color_txt {
    font-size: 1.3rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.c_participation ul li.c_participation_maker .color_txt {
    color: #a23b26;
}

.c_participation ul li.c_participation_retail .color_txt {
    color: #e64b2b;
}

.c_participation ul li.c_participation_partner .color_txt {
    color: #0A171F;
}

.c_participation ul li.c_participation_premium .color_txt {
    color: #0A171F;
}

.c_participation ul.c_participation_form .c_participation_smalltxt {
    margin-top: 20px;
}

.c_participation ul.c_participation_form .c_participation_smalltxt li {
    font-size: 0.9rem;
    padding: 0;
    margin-bottom: 10px;
    padding-left: 0.5rem;
    text-indent: -0.8rem;
    width: auto;
    float: none;
    min-height: 0;
}

.c_participation .link_btn.btn_red {}

.c_participation .link_btn.btn_red+p,
.c_participation .link_btn.btn_blue+p {
    text-align: center;
    margin-top: 5px;
    color: #fff;
}

.c_participation .entry_txt {
    margin: 0 auto;
    text-align: center;
    display: block;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 1.2rem;

}

.c_participation .link_btn.btn_blue {
    background: #4181e2;
    border-radius: 100vh;
    margin-bottom: 0px;
}



.c_participation .link_btn.btn_red+p br {
    display: none;
}

.c_participation .link_btn.btn_red+p br:first-child {
    display: block;
}

.c_participation .link_btn.btn_blue+p {
    margin-bottom: 50px;
    font-size: 1.2rem;
}


.c_participation .c_participation_retail .c_participation_inner .red {
    color: red;
}

.c_participation .participation_add_cont {
    backdrop-filter: blur(5px);
    padding: 20px;
    margin-bottom: 30px;
}

@media screen and (max-width:950px) {
    .c_participation h2 {
        padding-top: 40px;
        margin-bottom: 40px;
    }

    .c_participation ul.c_participation_form {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 480px) {
    .c_participation .participation_add_cont {
        padding: 20px 10px;
    }

    .c_participation ul.c_participation_form {
        padding-bottom: 20px;
    }

    .c_participation .link_btn.btn_red+p br {
        display: block;
    }

    .c_participation .entry_txt {
        font-size: 1rem;
        text-align: left;
        padding: 0;
    }

    .c_participation .link_btn.btn_blue {
        margin-bottom: 0px;
        width: 90%;
    }
}



/* .c_participation_campany */

.c_participation .c_participation_campany .title_underbar {
    border-bottom: solid 1px #0192cb;
    margin-bottom: 30px;
}

.c_participation .c_participation_campany h3 {
    margin-bottom: 0;
    float: left;
}

.c_participation .c_participation_campany h3 span {
    float: right;
}

.c_participation .c_participation_campany .title_underbar span {
    float: right;
    font-size: .9rem;
    color: #0192cb;
}

.c_participation .c_participation_campany ul li {
    list-style: disc;
    float: left;
    width: 25%;
    margin-bottom: 5px;
}

.c_participation .c_participation_campany ul {
    padding-left: 1rem;
}

@media screen and (max-width: 1070px) {
    .c_participation ul.c_participation_form span.small {
        display: block;
    }
}

@media screen and (max-width: 1000px) {
    .c_participation .c_participation_campany ul li {
        width: 33.333333%;
    }

    .c_participation ul.c_participation_form li {
        width: 47.5%;
        margin-bottom: 2%;
    }
}

@media screen and (max-width: 900px) {
    .c_participation ul.c_participation_form li {
        width: 100%;
        float: none;
        margin: 0 1% 1%;
        /* margin: 20px; */
        min-height: 0;
    }

    .c_participation ul.c_participation_form li figure {
        display: none;
    }

    .c_participation ul.c_participation_form .c_participation_smalltxt li {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .c_participation ul.c_participation_form span.small {
        display: inline;
    }
}

@media screen and (max-width: 810px) {
    .c_participation .c_participation_campany ul li {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .c_participation ul li .color_txt {
        font-size: 1.1rem;
    }

    .c_participation .c_participation_campany ul li {
        font-size: .85rem;
    }
}

@media screen and (max-width: 354px) {
    .c_participation ul.c_participation_form span.small {
        display: block;
    }
}


/*.c_participation_sponsor*/

.c_participation_sponsor {
    margin: 30px 1%;
    padding: 10px;
    background: #fff;
}

.c_participation_sponsor h3 {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.c_participation_sponsor .note {
    font-size: 0.8rem;
    margin-bottom: 10px;
    color: #888;
    text-align: right;
    display: none;
}


/*menu_area*/

.menu_area h4 {
    margin-top: 20px;
}

.menu_area table {
    background: #fff;
    min-width: 1000px;
    margin: auto;
    font-size: 0.9rem;
    -webkit-text-size-adjust: 100%;
}

.menu_area th {
    padding: 10px 8px;
    font-weight: bold;
    background-color: #cccccc;
}

.menu_area th.menu01 {
    width: 32%;
}

.menu_area th.menu02 {
    width: 11%;
}

.menu_area th.menu03 {
    width: 50%;
}

.menu_area th.menu04 {
    width: 7%;
    text-align: center;
}

.menu_area td {
    padding: 10px 8px;
    background-color: #fdfafa;
}

.menu_area td.right_txt {
    text-align: right;
}

.menu_area td.center_txt {
    text-align: center;
}

.menu_area tr:nth-child(2n+1) td {
    background-color: #efefef;
}

.menu_area td .ico_txt {
    padding: 1px 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    display: inline-block;
    margin: 5px 5px 5px 0;
}

.menu_area td .ico_txt.blue {
    background: #6e8ab7;
}

.menu_area td .ico_txt.orange {
    background: #d89c2e;
}

.menu_area .big_spo th.menu03 {
    text-align: center;
}


/*scroll-bar*/

.menu_area .table_wrap {
    overflow-x: auto;
    margin-bottom: 30px;
}

.menu_area .table_wrap::-webkit-scrollbar {
    width: 10px;
    background: #eaeaea;
    border-radius: 5px;
}

.menu_area .table_wrap::-webkit-scrollbar:horizontal {
    height: 10px;
    background: #eaeaea;
    border-radius: 5px;
}

.menu_area .table_wrap::-webkit-scrollbar-thumb {
    background: #ffd5d5;
    border-radius: 5px;
}

.menu_area .table_wrap::-webkit-scrollbar-thumb:horizontal {
    background: #ffd5d5;
    border-radius: 5px;
}


/*soldout*/

.menu_area tr.soldout_wrap {
    position: relative;
    background: #f1cece !important;
}

.menu_area tr.soldout_wrap td {
    background: #f1cece !important;
}

.menu_area .soldout_area {
    position: relative;
}

.menu_area .soldout_img {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 137%;
}

.menu_area tr.soldout_wrap td {
    color: #b34242 !important;
}


/*end scroll-bar*/


/*end menu_area*/

@media screen and (max-width: 900px) {
    .c_participation_sponsor {
        margin: 20px;
    }

    .c_participation_sponsor .note {
        display: block;
    }

    .menu_area .table_wrap {
        margin-bottom: 10px;
    }
}


/* ---------------------------------------------------------
 .c_attendees
----------------------------------------------------------*/


/*タブ*/

.c_attendees .type_tab {
    margin: 30px 0;
    margin-bottom: 50px;
    text-align: center;
}

.c_attendees .type_tab li {
    color: #fff;
    background: #f5c8b1;
    padding: 10px 0;
    border-right: solid 1px #9ca1a5;
    float: left;
    width: 33%;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    font-family: 'Abel', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    min-height: 0;
    margin: 0;
}

.c_attendees .type_tab li.type_tab-select {
    background: #EB5A3C;
}

.c_attendees .type_tab li:last-child {
    border-right: 0px;
}

.c_attendees .type_inner li.t_inner_wrap {
    width: auto;
    margin: 0px;
    line-height: normal;
    float: none;
    text-align: center;
    min-height: 0;
}

.c_attendees .type_inner li.t_inner_wrap.hide {
    display: none;
}

@media (max-width: 950px) {
    .c_attendees .c_wrap {
        padding: 100px 20px 50px;
    }
}

@media screen and (max-width: 768px) {
    .c_attendees .type_tab li {
        font-size: 1rem;
    }
}


/*タブ end*/

.c_attendees ul li,
.c_council ul li {
    width: 20%;
    margin: 0 2%;
    margin-top: 10px;
    line-height: 95%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    /* min-height: 19rem; */
    min-height: 18rem;
}

.c_attendees ul li figure.width80 {
    display: inline-block;
    width: 80%;
    margin: auto;
}

.c_attendees ul li img {
    border-radius: 400px;
    width: auto;
    height: auto;
    /*    margin-bottom: 20px;*/
}

.c_attendees ul li img.loaded {
    margin-bottom: 0px;
}

.c_attendees ul li dl dt {
    margin: 10px 0;
    font-weight: 500;
}

.c_attendees ul li dl dd {
    font-size: .75rem;
    margin-bottom: 5px;
    font-weight: 500;
}

.c_attendees ul li dl dd.position {
    color: #a0a0a0;
    font-size: 0.7rem;
    margin-bottom: 0;
}

.c_attendees ul li a:hover {
    color: #EB5A3C;
}

.c_attendees ul li dl dd.type {
    width: 55px;
    text-align: center;
    font-size: 0.7rem !important;
    vertical-align: middle;
    padding: 2px;
    color: #fff;
    border-radius: 3px;
    margin: auto;
    z-index: 100;
    margin-top: -11px;
    position: relative;
    z-index: 1;
}

.c_attendees ul li dl dd.type.Brand {
    width: 84px;
}

.c_attendees ul li dl dd.type.Brand.1DAY {
    width: 74px;
}

.c_attendees ul li dl dd.type.Brand.DAY2 {
    width: 74px;
}

.c_attendees ul li dl dd.type.Premium {
    width: 92px;
}

/* 数字から始まるclass名 エスケープして掲載 */
.c_attendees ul li dl dd.type.Brand.\31 DAY {
    background: #8ab7b8;
}

.c_attendees ul li dl dd.type.Brand.DAY2 {
    background: #8ab7b8;
}

.c_attendees ul li dl dd.type.Brand {
    background: #4d747f;
}

.c_attendees ul li dl dd.type.Partner {
    background: #b1c05f;
}

.c_attendees ul li dl dd.type.Speaker {
    background: #de7744;
}


.c_attendees ul li dl dd.type.Premium {
    background: #2f8ae8;
}

.eight_btn {
    display: inline-flex;
    border: 1.5px solid #000;
    font-size: 0.7rem;
    position: relative;
    padding: 5px 10px 5px 30px;
    margin: 0 auto;
    font-weight: bold;
    border-radius: 5px;
    background: #fff;
    align-self: center;
    justify-content: center;
}

.eight_btn::before {
    position: absolute;
    content: '';
    background: url(../images/common/card_ico.jpg)no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.eight_btn:hover {
    color: #000 !important;
    opacity: 0.7;
}

/* .cf.attendees_list {
    display: flex;
    flex-wrap: inherit;
} */

.attendees_list li.comingsoon {
    width: 100%;
    min-height: auto;
}

@media screen and (max-width: 768px) {

    .c_attendees ul li,
    .c_council ul li {
        width: 29%;
        /*min-height: 17rem;*/
    }

    /*  .eight_btn {
        align-self: flex-end;
    }*/
}

@media screen and (max-width: 480px) {

    .c_attendees ul li,
    .c_council ul li {
        width: 46%;
        margin: 2% 2% 10%;
        /* min-height: 18rem; */
        min-height: 16rem;
    }
}


/* ---------------------------------------------------------
 .c_event
----------------------------------------------------------*/


/*
.c_event {
    background: url(../images/top/event-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}*/


/*.c_event:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  z-index:-3;
  width:100%;
  height:100vh;
  background:url(../images/top/event-bg.jpg) center no-repeat;
  background-size:cover;
}*/

.c_event dl {
    width: 60%;
    float: left;
    font-size: 1.2rem;
    /* color: #fff; */
    /* padding: 20px;
    background: #ffffffad; */
}

.c_event dl dt {
    float: left;
    width: 22%;
}

.c_event dl dd {
    float: left;
    width: 72%;
    padding-left: 30px;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-left: solid 1px #EB5A3C;
}

.c_event dd a img {
    width: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 5px;
}

.c_event dl a {
    /* color: #fff;  */
}

.c_event figure {
    float: right;
    width: 40%;
    text-align: right;
}

@media (max-width: 950px) {
    .c_event dl dd {
        width: 68%;
    }

    .c_event dl dt {
        width: 28%;
    }
}

@media screen and (max-width: 768px) {

    /*    .c_event {
        background-attachment: scroll;
        background: url(../images/top/event-bg.jpg);
        background-size: cover;
        background-position: 70%;
    }*/
    .c_event dl {
        width: 80%;
        margin: auto;
        float: none;
        margin-bottom: 30px;
        font-size: 1.05rem;
    }

    .c_event figure {
        float: none;
        width: 100%;
        text-align: center;
    }

    .c_event dl dd {
        width: 60%;
    }

    .c_event dl dt {
        width: 35%;
    }
}

@media screen and (max-width: 480px) {
    .c_event dl {
        width: 100%;
        font-size: 1rem;
        display: flex;
        flex-wrap: wrap;
    }

    .c_event dl dt {
        width: 30%;
    }

    .c_event dl dd {
        padding-left: 15px;
        width: 70%;
    }
}

/* ---------------------------------------------------------
banner_box
--------------------------------------------------------- */
.banner_box {
    background-color: white;
    text-align: center;
}

.banner_box .c_wrap {
    padding: 0px 20px 80px 20px;
}

.banner_items {
    display: flex;
    justify-content: space-evenly;
    gap: 5%;
}

@media screen and (max-width: 650px) {
    .banner_items {
        flex-direction: column;
        align-items: center;
    }

    .banner_item {
        width: 80%;
    }

    .banner_item img {
        width: 100%;
    }

    .banner_item:not(:first-child) {
        margin-top: 15px;
    }

    .banner_box>.c_wrap {
        padding: 40px 20px;
    }

    .banner_item:first-child {
        flex-basis: 30%;
    }

    .banner_item:nth-child(2) {
        flex-basis: 30%;
    }

    .banner_item:nth-child(3) {
        flex-basis: 30%;
    }
}

.banner_item {
    border: 1px solid #bdbdbd78;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
}

@media screen and (max-width: 650px) {
    .banner_item {
        width: 75%;
    }
}

@media screen and (max-width: 480px) {
    .banner_item {
        width: 100%;
    }
}

/* ---------------------------------------------------------
 footer
----------------------------------------------------------*/

footer {
    background: #ffe1c5;
    color: #EB5A3C;
}

footer figure {
    width: 158px;
    background: #fff;
    padding: 10px;
}

footer .ft_sitemap {
    float: left;
    margin-right: 30px;
}

footer .footer_block {
    margin: 30px 0;
}

footer .footer_block h4 {
    font-size: 22px;
}

footer .footer_block p {
    color: #000;
}

footer .footer_block li {
    margin-bottom: 5px;
}

footer .copy_txt {
    text-align: center;
    font-size: 0.75rem;
    font-style: italic;
    border-top: solid 1px #EB5A3C;
    padding: 10px;
}

footer .stay_connected,
footer .archive {
    float: left;
    margin-left: 50px;
}

footer .stay_connected {
    margin-bottom: 20px;
}

footer .content-innner_ft {
    width: 1000px;
    margin: auto;
    padding: 40px 0;
}

footer .inner_stay_connected dt,
footer .inner_archive dt {
    /* color: #873424; */
    font-family: 'Abel', sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 8px;
}

footer .inner_stay_connected dd,
footer .inner_archive dd {
    font-size: 1em;
    letter-spacing: 0.1rem;
    margin-bottom: 10px;
    color: #000;
}

footer .inner_stay_connected dd.mailing_list_btn {
    float: left;
    clear: both;
    position: relative;
    display: inline-block;
    padding: 6px 22px 6px 6px;
    border: 1px solid #EB5A3C;
}

footer .inner_stay_connected dd.mailing_list_btn a {
    color: #EB5A3C;
}

footer .inner_stay_connected dd.mailing_list_btn a:hover {
    color: #000;
}

footer .inner_stay_connected dd.mailing_list_btn::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #EB5A3C;
    border-right: solid 1px #EB5A3C;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 55%;
    right: 0;
    margin-top: -5px;
    margin-right: 10px;
}

footer .inner_stay_connected dl ul li {
    float: left;
    width: 26px;
    margin-bottom: 16px;
}

footer .inner_stay_connected dl ul li:first-child {
    margin-right: 10px;
}

@media screen and (max-width: 1200px) {
    footer .content-innner_ft {
        padding: 40px 50px;
        width: auto;
    }
}

@media screen and (max-width: 950px) {
    footer .content-innner_ft {
        padding: 40px 20px;
    }

    footer figure {
        width: 130px;
        padding: 15px 25px;
    }
}


@media screen and (max-width: 768px) {

    footer .ft_sitemap,
    footer .stay_connected,
    footer .archive {
        float: none;
    }

    footer .stay_connected,
    footer .archive {
        margin-left: 0;
    }

    footer .inner_stay_connected dl ul li:first-child {
        margin-right: 20px;
    }

    footer .inner_stay_connected dl ul li {
        float: left;
        width: 34px;
        margin-bottom: 16px;
    }

    footer .inner_archive dl ul li {
        width: auto;
    }
}

@media screen and (max-width: 480px) {
    footer .footer_block {
        width: 100%;
    }

    footer figure {
        width: 80px;
    }
}

@media screen and (max-width: 330px) {
    footer .inner_stay_connected dd.mailing_list_btn {
        font-size: 12px;
    }
}


/*archive*/

footer .inner_archive dl ul li {
    margin-bottom: 5px;
    font-size: 1rem;
}

footer .inner_archive dl ul li:after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(../images/common/ic_nw_bk.png);
    background-size: contain;
    vertical-align: baseline;
    margin-left: 0.5em;
}


/*footer .inner_archive dl ul li:hover:after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(../images/common/ic_nw_ho.png);
    background-size: contain;
    vertical-align: baseline;
    margin-left: 0.5em;
}*/

footer .inner_archive dl ul li:last-child {
    margin-bottom: 0;
}

/* footer申込ボタン */
.card_bottom .footer_applink {
    background: #f95331;
    display: block;
    text-align: center;
    padding: 1rem 3rem;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.card_bottom .footer_applink img {
    width: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

@media screen and (max-width:480px) {
    .card_bottom .footer_applink {
        padding: 1rem 1.8rem;
    }
}


/* ---------------------------------------------------------
 .c_floormap
----------------------------------------------------------*/

.c_floormap figure {
    text-align: center;
    margin-bottom: 10px;
}

.c_floormap .link_btn.btn_red {
    margin-top: 30px;
}


/* ---------------------------------------------------------
 .c_terms
----------------------------------------------------------*/

#c_terms h2 {
    text-align: left;
    border-bottom: 2px solid;
    margin: 50px 0 30px 0;
    font-size: 1.17em;
    font-weight: bold;
    /*font-family: 游ゴシック, "Yu Gothic", メイリオ, "Meiryo UI", sans-serif;*/
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

#c_terms h3 {
    font-weight: bold;
    border-left: 3px solid;
    margin-top: 30px;
    padding-left: 3px;
}

.text_bold {
    font-weight: bold;
}

#c_terms dl dt {
    font-weight: bold;
    margin: 25px 0 15px 0;
}

#c_terms dl dd {
    margin-bottom: 10px;
}

.point-text {
    font-size: 0.85rem;
}

.participation-terms {
    font-size: 0.8rem;
    background: none !important;
    text-decoration: underline;
}


/* ---------------------------------------------------------
 .news
----------------------------------------------------------*/

.RA_guideline {
    line-height: 1.4
}

.RA_guideline h2 {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: left;
    border-bottom: 2px solid #EB5A3C;
    margin-bottom: 50px;
    letter-spacing: 0;
    /*font-family: 游ゴシック, "Yu Gothic", メイリオ, "Meiryo UI", sans-serif;*/
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.RA_guideline h3 {
    margin: 40px 0 15px;
    border-left: 3px solid #EB5A3C;
    padding-left: 0.7rem;
    font-weight: bold;
}

.RA_guideline p {
    margin-bottom: 10px;
}

.RA_guideline figure {
    max-width: 400px;
    margin: 15px auto;
}

.RA_guideline figure.small {
    max-width: 300px;
}

.RA_guideline a {
    color: #EB5A3C;
    border-bottom: 1px solid #EB5A3C;
}

.text_right {
    text-align: right;
}

.nano_guideline h2 {
    margin-bottom: 30px !important;
}

.nano_guideline dl dt {
    font-weight: bold;
    margin: 10px 0;
}

.RA_guideline dl.disc dt {
    font-weight: bold;
    margin: 10px 0;
}

.RA_guideline dl.disc dd {
    display: list-item;
    list-style-type: disc;
    margin-left: 1.2rem;
}


/* ---------------------------------------------------------
TOP コロナガイドラインボタン
----------------------------------------------------------*/

.news_btn {
    position: fixed;
    bottom: 5px;
    right: 5px;
    background: #EB5A3C;
    margin-bottom: 0;
    font-size: 1rem;
}

.news_btn span {
    margin-left: 3px;
}

@media screen and (max-width: 560px) {
    .news_btn.link_btn {
        padding: 10px;
    }
}


/* ---------------------------------------------------------
 bg_scroll
----------------------------------------------------------*/

.c_council.bg_scroll.bg_fix:before {
    content: "";
    background: url(../images/top/cou-bg.jpg) center no-repeat;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    z-index: -1;
}

.c_schedule.bg_scroll.bg_fix:before {
    content: "";
    /* background: url(../images/top/sche-bg.jpg) center no-repeat; */
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    z-index: -1;
}

.c_participation.bg_scroll.bg_fix:before {
    content: "";
    background: #ffffff82;
    /* background: url(../images/top/event-bg.jpg) center no-repeat; */
    display: block;
    /* background-repeat: no-repeat; */
    position: fixed;
    /* background: #ffffff82; */
    /* background: #ffffff82; */
    top: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    z-index: -1;
}

.browser {
    color: #7f5d56;
    font-size: 0.8rem;
    margin: 30px auto 0;
    background: #ebc49e;
    display: block;
    clear: both;
    padding: 20px;
    text-align: left;
}


.c_wrap.cf dd .mini_txt {
    font-size: 1rem;
}





/* ---------------------------------------------------------
 MV下ピックアップ画像 
----------------------------------------------------------*/

#c_pikup .picup_slider li {
    /* width: 33%; */
    /* border: 1px solid; */
    margin: 0 11px;
}

#c_pikup .slick-slide img {
    width: 95%;
}

#c_pikup {
    background: #fef7f0;
}

#c_pikup .c_wrap {
    padding: 40px 30px 60px;
    max-width: 1200px;
}

#c_pikup h3 {
    margin: 0 10px;
    font-family: 'Abel', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}

#c_pikup .picup_slider {
    position: relative;
}


/* #c_pikup h3::after {
    background-color: #EB5A3C;
    /* 横線の色 */
/* border-radius: 5px; */
/* 横線の両端を丸く */
/* content: ""; */
/* flex-grow: 1; */
/* 横幅いっぱい */
/* height: 2px; */
/* 横線の高さ 
    margin-left: 30px;
} */

#c_pikup .picup_slider {
    position: relative;
}

#c_pikup .picup_slider li {
    /* margin: 0 10px; */
}


#c_pikup .picup_slider .slick-prev:before,
#c_pikup .picup_slider .slick-next:before {
    opacity: unset;
    color: #EB5A3C;
    position: absolute;
    top: 0;
}

#c_pikup .picup_slider .slick-prev:before {
    right: 40px;
}

#c_pikup .picup_slider .slick-next:before {
    left: 40px;
}

@media (max-width: 768px) {
    #c_pikup .picup_slider .slick-prev:before {
        right: 30px;
    }

    #c_pikup .picup_slider .slick-next:before {
        left: 30px;
    }
}

@media (max-width: 480px) {
    #c_pikup .c_wrap {
        padding: 30px 30px 60px;
    }

    #c_pikup .picup_slider {
        width: 100%;
        margin: auto;
    }

    #c_pikup .picup_slider .slick-prev:before,
    #c_pikup .picup_slider .slick-next:before {
        top: -40%;
    }

    #c_pikup .picup_slider li {
        margin: 0 6px;
    }
}








/* ---------------------------------------------------------
サイトメニューの参加お申し込みボタン 
----------------------------------------------------------*/

.h_bottom .gnav li.gnav_articipation {
    background: #EB5A3C;
    margin: 0px 0;
    padding: 20px 0 19px;
}

.h_bottom .gnav li.gnav_articipation a {
    color: #fff;
}

.h_bottom .gnav li a img {
    width: 15px;
    vertical-align: middle;
    margin-right: 5px;
}



/* ---------------------------------------------------------
 昨年の写真 
----------------------------------------------------------*/

.past_photo h3 {
    margin-bottom: 0;
    border-left: 3px solid;
    padding-left: 10px;
    font-weight: bold;
    color: #ffffff
}

.past_photo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.past_photo ul li {
    width: 32%;
    margin-top: 15px;
}

/*
.past_photo img {
    border: 1px solid #ffffff;
}
*/

@media screen and (max-width:768px) {

    .past_photo ul li {
        width: 49%;
    }

    .past_photo ul li:nth-child(n+7) {
        display: none;
    }
}






/* ---------------------------------------------------------
.c_link_box
----------------------------------------------------------*/

.c_link_box .flex {
    display: flex;
    flex-wrap: wrap;
}

.c_link_box .flex li {
    width: 50%;
    /* li 2つの時 */
    width: 100%;
    text-align: center;
    padding: 7% 3%;
    box-sizing: border-box;
    background: linear-gradient(#9cbae7a3, #9cbae7a3) center center / cover, url(../images/top/council.png);
    background-position: center center;
    background-size: cover;
    color: #fff;
}

.c_link_box .flex li .link_btn.btn_red {
    background: #325a75;
    position: relative;
    border-radius: 100px;
}

.c_link_box .flex li.speaker_link {
    background: linear-gradient(#a23b2669, #ab8e8869) center center / cover, url(../images/top/speaker.png);
    background-position: right center;
    background-size: cover;
}

.c_link_box .flex li.speaker_link .link_btn.btn_red {
    background: #a23b26;
    /* background: #a9a9a9; */
    /* pointer-events: none; */
}

.c_link_box .flex li h4 {
    font-size: 2.3rem;
    color: #fff;
    font-weight: normal;
    margin-bottom: 40px;
}

.c_link_box .flex li p {
    margin-bottom: 30px;
}

.c_link_box .flex li .link_btn span {
    float: right;
    width: 0;
    height: 0;
    margin-top: 0.4em;
    border-top: 7px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 7px solid transparent;
    position: absolute;
    right: 10%;
}

@media screen and (max-width: 1060px) {
    .c_link_box .flex li h4 {
        font-size: 2.3rem;
    }
}

@media screen and (max-width: 950px) {
    .c_link_box .flex li h4 {
        margin-bottom: 25px;
    }

    .c_link_box .flex li .link_btn span {
        margin-top: 0.3em;
    }

    .c_link_box .flex li {
        padding: 40px 40px;
    }
}

@media screen and (max-width: 768px) {
    .c_link_box .flex li h4 {
        font-size: 2.1rem;
    }

    .c_link_box .flex li {
        width: 100%;
    }

    .c_link_box .flex li p {
        margin-bottom: 20px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .c_link_box .flex li h4 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
}



#c_participation {
    background: url(../images/top/event-bg.jpg) center no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-bottom: 50px;
}

#c_schedule {
    background: url(../images/top/sche-bg.jpg) center no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

#c_event {
    background: url(../images/top/outline-bg.jpg) center no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

#c_event h2,
#c_event h2 span,
#c_event,
.c_event dl a {
    color: #fff;
}

.c_event dl dd {
    border-left: solid 1px #fff;
}

.c_council ul li figure.width80 {
    display: inline-block;
    width: 80%;
    margin: auto;
}

/* ---------------------------------------------------------
背景オーバーレイ
----------------------------------------------------------*/
#c_schedule,
#c_participation,
#c_event {
    position: relative;
}

#c_schedule::before,
#c_participation::before,
#c_event::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
    pointer-events: none;
}

#c_schedule > *:not(.section-bg),
#c_participation > *:not(.section-bg),
#c_event > *:not(.section-bg) {
    position: relative;
    z-index: 1;
    /* GPUアクセラレーション強化（iOS安定化） */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* ---------------------------------------------------------
レスポンシブ時の背景画像変更（position: sticky で固定背景を実現）
----------------------------------------------------------*/

/* PCでは.section-bgを非表示 */
.section-bg {
    display: none;
}

@media screen and (max-width: 768px) {
    /* 
     * モバイル（iOS）では background-attachment: fixed がサポートされていないため、
     * position: sticky を使って固定背景効果を実現。
     * セクション内でのみ背景が固定され、セクションを抜けると次の背景に切り替わります。
     */
    
    /* 各セクションの背景画像を削除し、overflow: clipを設定 */
    /* ※ overflow: hidden だと position: sticky が無効になるため clip を使用 */
    /* ※ isolation: isolate で独立したスタッキングコンテキストを作成（z-index:-1の安定化） */
    #c_schedule,
    #c_participation,
    #c_event {
        background-image: none;
        overflow: clip;
        isolation: isolate;
    }

    /* ::before のオーバーレイは.section-bg内に移動するため非表示 */
    #c_schedule::before,
    #c_participation::before,
    #c_event::before {
        display: none;
    }

    /* ::afterも不要なので非表示 */
    #c_schedule::after,
    #c_participation::after,
    #c_event::after {
        display: none;
    }

    /* sticky背景用の要素 */
    .section-bg {
        display: block;
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        height: 120vh;
        height: 120svh; /* iOS Safari用 */
        margin-bottom: -120vh;
        margin-bottom: -120svh; /* iOS Safari用 */
        background-size: cover !important;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 0;
        pointer-events: none;
        /* GPUアクセラレーション強化（iOS安定化） */
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: transform;
    }

    /* 背景にオーバーレイを追加 */
    .section-bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        pointer-events: none;
    }

    /* 各セクションの背景画像を設定 */
    #c_schedule .section-bg {
        background-image: url(../images/top/sche-bg-sp.jpg);
    }

    #c_participation .section-bg {
        background-image: url(../images/top/event-bg-sp.jpg);
    }

    #c_event .section-bg {
        background-image: url(../images/top/outline-bg-sp.jpg);
    }
}


/* ---------------------------------------------------------
 #c_voice - VOICE 参加者の声
----------------------------------------------------------*/
#c_voice {
    background: linear-gradient(135deg, #f07040 0%, #d75d2d 50%, #c94a2a 100%);
    padding: 80px 0 70px;
    overflow: hidden;
}

#c_voice h2 {
    padding-top: 0;
    color: var(--color-primary-white);
}

#c_voice h2 span {
    color: var(--color-primary-white);
}

.voice_slider {
    list-style: none;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    width: 100%;
}

.voice_slider.slick-dotted.slick-slider {
    margin-bottom: 20px !important;
}

/* 高さ揃え用Flexbox設定 */
.voice_slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

.voice_slider .slick-slide {
    margin: 0 15px;
    height: auto;
}

.voice_slider .slick-slide > div {
    height: 100%;
}

.voice_slide {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
}

.voice_slider .slick-slide>div>.voice_slide {
    display: block !important;
    height: auto !important;
}

.voice_slider .slick-slide .voice_item {
    margin-bottom: 15px;
}

.voice_slider .slick-slide .voice_item:last-child {
    margin-bottom: 0;
}

/* rows使用時の高さ揃え */
.voice_slider .slick-row {
    display: flex !important;
    align-items: stretch;
    margin-bottom: 15px !important;
}

.voice_slider .slick-row:last-child {
    margin-bottom: 0 !important;
}

.voice_slider .slick-row>div {
    display: flex;
    height: 100%;
}

/* rows使用時の余白削除 */
.voice_slider .slick-slide {
    margin-bottom: 0 !important;
}

.voice_slider .slick-slide>div {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.voice_item {
    background: #fff;
    padding: 25px 30px;
    border-radius: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 180px;
    height: 240px;
}

.voice_content {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.voice_image_wrap {
    position: relative;
    flex-shrink: 0;
    width: clamp(60px, 7vw, 100px);
}

.voice_image_wrap figure {
    margin: 0;
    width: clamp(60px, 7vw, 100px);
    height: clamp(60px, 7vw, 100px);
    overflow: hidden;
}

.voice_image_wrap figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.voice_text_wrap {
    flex: 1;
}

.voice_item h3 {
    color: #333;
    font-size: var(--font-size_14);
    /* 14px */
    font-weight: 600;
    margin: 0 0 3px 0;
    line-height: 1.5;
    font-family: 游ゴシック, "Yu Gothic", メイリオ, "Meiryo UI", sans-serif;
}

.voice_item p.voice_position {
    color: #333;
    font-size: var(--font-size_14);
    /* 14px */
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 12px 0;
    font-family: 游ゴシック, "Yu Gothic", メイリオ, "Meiryo UI", sans-serif;
}

.voice_item p {
    color: #333;
    font-size: var(--font-size_14);
    /* 14px */
    line-height: 1.7;
    margin: 0;
    font-family: 游ゴシック, "Yu Gothic", メイリオ, "Meiryo UI", sans-serif;
}

.voice_author_info {
    text-align: right;
}

.voice_author_info p {
    color: var(--color-primary-white);
    font-size: var(--font-size_14);
    /* 14px */
    margin: 0;
    opacity: 0.9;
    font-family: 游ゴシック, "Yu Gothic", メイリオ, "Meiryo UI", sans-serif;
}

.voice_label {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 12px;
    font-size: var(--font-size_12);
    /* 12px */
    color: var(--color-primary-white);
    font-family: 'Neutronic', sans-serif;
    z-index: 10;
}

.voice_label_partner {
    background: #C6BFA2;
}

.voice_label_brand {
    background: #9B8043;
}

.voice_label_creator {
    background: #fff;
    border: 1px solid #a6a6a6;
    color: #a6a6a6;
}

/* VOICEスライダー リスト余白調整 */
.c_voice .slick-list {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.c_voice .voice_slider {
    margin-bottom: 30px !important;
}

/* VOICEスライダー ドットナビ */
.c_voice .slick-dots {
    position: relative;
    bottom: auto;
    display: flex !important;
    justify-content: center;
    gap: 8px;
    padding: 0;
    list-style: none;
    margin-top: 40px;
}

.c_voice .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    padding: 0;
    font-size: 0;
    cursor: pointer;
}

.c_voice .slick-dots li button::before {
    display: none;
}

.c_voice .slick-dots li.slick-active button {
    background: #666;
}

/* レスポンシブ対応 */
@media (max-width: 1300px) {
    .voice_item {
        height: 220px !important;
    }
}

@media (max-width: 850px) {
    #c_voice {
        padding: 40px 0 40px;
    }

    .voice_slider {
        padding-top: 0;
    }

    .voice_item h3 {
        font-size: var(--font-size_14);
    }

    .voice_item p {
        font-size: var(--font-size_12);
    }

    .voice_author_info {
        text-align: right;
    }
}

@media (max-width: 600px) {
    .voice_slider .slick-slide {
        margin: 0 10px;
    }

    .voice_item {
        padding: 20px;
        margin: 0;
    }

    .voice_content {
        flex-direction: row;
        gap: 15px;
    }

    .voice_image_wrap {
        width: 50px;
        margin: 0;
    }

    .voice_image_wrap figure {
        width: 50px;
        height: 50px;
    }

    .voice_text_wrap {
        width: auto;
        flex: 1;
    }

    .voice_item h3 {
        font-size: var(--font-size_12);
        margin-bottom: 2px;
    }

    .voice_item p.voice_position {
        font-size: var(--font-size_12);
        margin-bottom: 10px;
    }

    .voice_item p {
        font-size: var(--font-size_12);
        margin-bottom: 0;
    }
}

/* VOICEスライダーの矢印スタイル */
.voice_slider .slick-prev:before,
.voice_slider .slick-next:before {
    opacity: unset;
    color: var(--color-primary-white);
    font-size: 30px;
}

.voice_slider .slick-prev {
    left: 20px;
    z-index: 10;
}

.voice_slider .slick-next {
    right: 20px;
    z-index: 10;
}

@media (max-width: 1024px) {
    .voice_slider .slick-prev {
        left: 15px;
    }

    .voice_slider .slick-next {
        right: 15px;
    }
}

@media (max-width: 850px) {
    .voice_slider .slick-prev {
        left: 10px;
    }

    .voice_slider .slick-next {
        right: 10px;
    }
}

@media (max-width: 480px) {
    .voice_slider .slick-prev {
        left: 5px;
    }

    .voice_slider .slick-next {
        right: 5px;
    }
}