@charset "UTF-8";

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

:root {
    --forum: #009fde;
    --seminar: #02b8de;
    --experience: #d70d19;
    --cinema: #414141;
    --ippavilion: #2f86c7;
    --ignition: #725094;
    --borderless: #f49801;
    --creative: #12a84e;
    --jba: #0c1739;
}

.rainbow_bg {
    --c-0: hsla(150.8823529411765, 52%, 83%, 1);
    --x-0: 85%;
    --y-0: 80%;
    --y-1: 24%;
    --c-1: hsla(219.99999999999997, 100%, 82%, 1);
    --x-1: 60%;
    --x-2: 13%;
    --y-2: 82%;
    --c-2: hsla(297.7941176470588, 100%, 65%, 0.49);
    --y-3: 7%;
    --x-3: 24%;
    --c-3: hsla(182, 72%, 68%, 1);
    ;
    background-color: hsla(358.0000000000001, 0%, 100%, 1);
    background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3));
    animation: hero-gradient-animation 10s linear infinite alternate;
    background-blend-mode: normal, normal, normal, normal;
}


/*------------------------------MV------------------------------*/
.event_conference .sp_bg {
    background-color: #f7fbff;
}

/* Event & ConferenceページのMV背景 */
.conference_top.specialevents_page .title_wtap {
    background-image: url(../../../assets/img/online/conference/top/mv_bg_event-conference.webp);
}

.conference_top .title_wtap:after {
    display: none;
}

h2.c-contents-title {
    margin-bottom: 5px;
    border-bottom: 5px solid #d50000;
    display: inline-block;
}

ul.banner_box {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner_box li {
    width: 48%;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 3px 3px 8px -2px rgb(10 10 10 / 80%);
    text-align: center;
}

.banner_box li a :hover {
    opacity: 0.8;
}

.banner_box li a {
    background-image: url(../../assets/img/event_conference/bg_1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding: 60px 10px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.banner_box li:last-of-type a {
    background-image: url(../../assets/img/event_conference/bg_2.webp);
}

.banner_box li a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    position: absolute;
    right: 20px;
    top: 55px;
    font-size: 1.8rem;
}

p.c-section-space.p-appeal-text {
    font-size: 1.4rem;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}







/* 幕張メッセ会場 イベント ----------- */

.event_list_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

.event_list_det {
    padding: 0 20px 70px 20px;
}

.event_list {
    max-width: 1100px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    position: relative;
    background-color: #fff;
    background-image: url(../../assets/img/event_conference/event_list_bg_forum.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    filter: drop-shadow(1px 1px 6px #00000017);
    position: relative;
}

#forum.event_list::before {
    content: "";
    background-image: url(../../assets/img/event_conference/illustration_icon_01.webp);
    aspect-ratio: 25 / 27;
    width: 180px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -110px;
    right: -120px;
    z-index: 5;
    pointer-events: none;
}

#experience.event_list::before {
    content: "";
    background-image: url(../../assets/img/event_conference/illustration_icon_02.webp);
    aspect-ratio: 18.5 / 27;
    width: 150px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -110px;
    left: -120px;
    z-index: 5;
    pointer-events: none;
}

#ip.event_list::before {
    content: "";
    background-image: url(../../assets/img/event_conference/illustration_icon_03.webp);
    aspect-ratio: 25 / 28;
    width: 180px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -110px;
    right: -140px;
    z-index: 5;
    pointer-events: none;
}

#borderless.event_list::before {
    content: "";
    background-image: url(../../assets/img/event_conference/illustration_icon_04.webp);
    aspect-ratio: 21 / 27;
    width: 160px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -110px;
    left: -120px;
    z-index: 5;
    pointer-events: none;
}

#jba_symposium.event_list::before {
    content: "";
    background-image: url(../../assets/img/event_conference/illustration_icon_05.webp);
    aspect-ratio: 16.6 / 27;
    width: 150px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -100px;
    right: -100px;
    z-index: 5;
    pointer-events: none;
}


.event_list .inner_contents {
    padding: 0;
    justify-content: space-between;
    align-items: center;
}

.event_list .inner_contents span {
    display: block;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    background-color: var(--experience);
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
}

.event_list .flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.conference_top .logo {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 300px;
}


.ignition_detail .logo {
    width: 45%;
}



p.txt_title {
    font-weight: 700;
    font-size: 2rem;
    color: #029FDE;
    line-height: 1;
}

p a {
    color: var(--seminar);
}

.event_list.jba_symposium_detail p a {
    color: #000000;
}

.batch_cont img {
    width: 45px;
}

.event_list.jba_symposium_detail p.txt_title,
.event_list.jba_symposium_detail p.txt_title::before {
    color: #000000;
}

.event_list h3 {
    margin-bottom: 15px;
}

.event_list h3 span {
    font-weight: bold;
    display: block;
    width: max-content;
    max-width: 100%;
    font-size: 0.8rem;
    color: #fff;
    line-height: 1;
    padding: 3px 10px;
    margin-bottom: 10px;
    background-color: var(--forum);
}


/* 三角要素--------------------------------------- */

.event_list.experience_detail .logo::before {
    color: #E60012;
}

.event_list.ignition_detail .logo::before {
    color: #6A4994;
}

.event_list.connected_detail .logo::before {
    color: #E27A00;
}

.event_list.creative_detail .logo::before {
    color: #019164;
}

.event_list.ip_detail .logo::before {
    color: #0065AB;
}

.event_list.jba_symposium_detail .logo::before {
    color: #000000;
}

figure.col_r {
    display: inline-block;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: calc(100% - 60%);
    overflow: hidden;
}

figure.col_r a {
    display: block;
    /* height: 100%; */
    /* transform: scale(1);
    transition-duration: 2s;
    opacity: 1 !important; */
}

figure.col_r :hover {
    transition-duration: 2s;
    opacity: 1 !important;
    filter: brightness(0.8);
}

figure.col_r img {
    height: 100%;
    /* aspect-ratio: 4 / 3; */ /* アスペクト比を4:3に設定 */
    object-fit: cover;
}

.sub_title {
    color: var(--forum);
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.text {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 0.9rem;
}

.event_list span.access {
    font-weight: 600;
    display: block;
    margin-top: 10px;
}

.event_list span.access::before {
    content: '';
    color: inherit;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: '\f3c5';
    font-size: 1.2rem;
    margin-right: 10px;
}




/* オンライン会場コンファレンス----------- */

#conference .conference_txt_box {
    background-image: url(../../assets/img/event_conference/bg_3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 220px;
    padding-top: 30px;
    margin-bottom: 80px;
}

#conference .conference_txt_box p {
    line-height: 35px;
    font-weight: bold;
}

#conference .conference_txt_box p span {
    font-size: .9rem;
    font-weight: bold;
}

#conference .conference_txt_box a {
    display: block;
    font-weight: bold;
    padding: 15px 20px;
    width: 40%;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    position: relative;
    background: rgb(33, 211, 240);
    background: linear-gradient(90deg, rgba(33, 211, 240, 1) 0%, rgba(54, 179, 213, 1) 100%);
}

#conference .conference_txt_box a::after {
    color: inherit;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: '\f054';
    font-size: 14px;
    position: absolute;
    right: 30px;
}

#conference .conference_box a :hover {
    opacity: 0.8;
}

#conference .conference_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#conference .conference_box ul li {
    width: 30%;
    margin-right: 5%;
    text-align: center;
}

#conference .conference_box ul li:nth-child(3),
#conference .conference_box ul li:nth-child(6),
#conference .conference_box ul li:nth-child(8) {
    margin-right: 0;
}

#conference .conference_box ul li p {
    text-align: center;
    margin-bottom: 50px;
    font-size: 0.9rem;
}

#conference .c_logo {
    margin: auto;
    width: 85%;
    margin: 20px auto 10px auto;
}

#conference .conference_box ul li p.logo_txt {
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px !important;
}

#conference .conference_box ul li p.logo_txt.logo_txt_en {
    margin-top: 10px;
    font-size: 1.1rem;
}

#conference .conference_box ul li p.logo_txt.seminar {
    color: #1cbdfd;
    margin-top: 10px;
}

#conference .c_logo.size {
    width: 70%;
}

@media screen and (max-width: 750px) {
    .banner_box li a {
        font-size: 1.2rem;
    }

    #forum.event_list::before {
        width: 100px;
        top: -70px;
        right: -50px;
    }

    #experience.event_list::before {
        width: 80px;
        top: -90px;
        left: -50px;
    }

    #ip.event_list::before {
        width: 100px;
        top: -70px;
        right: -50px;
    }

    #borderless.event_list::before {
        width: 90px;
        top: -84px;
        left: -50px;
    }

    #jba_symposium.event_list::before {
        width: 80px;
        bottom: -50px;
        right: -40px;
    }


}

@media screen and (max-width: 650px) {
    .banner_box li a {
        font-size: 1.4rem;
    }

    .event_list .flex_box {
        display: block;
    }

    .event_list .flex_box div {
        width: 100%;
    }

    figure.event_img {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .conference_top .logo {
        width: 75%;
    }

    .ignition_detail .logo {
        width: 80%;
    }

    .forum_detail .logo {
        width: 65%;
    }

    .logo::before,
    p.txt_title::before {
        margin-right: 10px;
    }

    /* p.txt_title {
        font-size: 1.5rem;
    } */
    ul.banner_box {
        display: block;
    }

    .banner_box li {
        width: 100%;
    }

    .banner_box li:last-of-type {
        margin-top: 20px;
    }

    #conference .conference_txt_box a {
        width: 70%;
    }

    #conference .conference_txt_box {
        min-height: 260px;
    }

    #conference .conference_box ul {
        display: block;
    }

    #conference .conference_box ul li {
        width: 100%;
    }

    .text {
        margin-bottom: 20px;
    }

    /* .event_list h3 {
        padding-bottom: 5px;
    } */
    .batch_cont img {
        width: 40px;
    }

    .en .event_list.jba_symposium_detail p a {
        font-size: 1.4rem;
    }



}

@media screen and (max-width: 480px) {
    p.c-section-space.p-appeal-text {
        font-size: 1.2rem;
    }

    :first-of-type.event_list {
        /* padding-top: 20px; */
    }

    #conference .conference_txt_box {
        background-position-x: -328px;
    }

    #conference .conference_txt_box p {
        width: 80%;
        line-height: 30px;
    }

    #conference .conference_txt_box a {
        width: 100%;
    }

    .ignition_detail .logo {
        width: 85%;
    }

    #ip.event_list h3 .logo {
        width: 100%;
    }

    .en .event_list.jba_symposium_detail p a {
        font-size: 1.2rem;
    }
}

.inner_contents {
    width: auto;
    max-width: 1100px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
}

.inner_contents .col_l {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 50px;
    width: 60%;
}




/* section.sp_bg{
    background-image: url(/assets/img/top/online/top_exhibition_bg.webp);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
} */

.event_conference .special_event_button_box {
    padding: 50px 0;
}

.special_event_button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin: 50px auto; */
}

.special_event_button li {
    width: 49%;
    background: #61c7ffcc;
    margin-bottom: 10px;
    background: url(../../assets/img/event_conference/forum_bg.webp);
    background-size: cover !important;
    background-position: top center !important;
    /* border: 2px solid;
    border-color: var(--forum); */
}

.special_event_button li.seminar {
    background: url(../../assets/img/event_conference/seminar_bg.webp);
    border-color: var(--seminar);
}

.special_event_button li.experience {
    background: url(../../assets/img/event_conference/experience_bg.webp);
    border-color: var(--experience);
}

.special_event_button li.cinema {
    background: url(../../assets/img/event_conference/cinema_bg.webp);
    border-color: var(--cinema);
}

.special_event_button li.borderless {
    background: url(../../assets/img/event_conference/borderless_bg.webp);
    border-color: var(--borderless);
}

.special_event_button li.ignition {
    background: url(../../assets/img/event_conference/ignition_bg.webp);
    border-color: var(--ignition);
}

.special_event_button li.creative {
    background: url(../../assets/img/event_conference/creative_bg.webp);
    border-color: var(--creative);
}

.special_event_button li.ip {
    background: url(../../assets/img/event_conference/ip_bg.webp);
    border-color: var(--ippavilion);
}

.special_event_button li.jba_symposium {
    background: url(../../assets/img/event_conference/jba_symposium_bg.webp);
    border-color: #000;

}

.special_event_button figure {
    width: auto;
    /* max-width: 250px; */
    margin-bottom: 5px;
}

.special_event_button li.forum figure {
    filter: drop-shadow(2px 2px 2px #008cffcc);
    max-width: 220px;
}

.special_event_button li.experience figure {
    filter: drop-shadow(2px 2px 2px rgba(255, 12, 12, 0.8));
}

.special_event_button li.borderless figure {
    filter: drop-shadow(2px 2px 2px rgba(254, 154, 3, 0.8));
}

.special_event_button li.ignition figure {
    filter: drop-shadow(2px 2px 2px rgba(191, 31, 255, 0.8));
    /* max-width: 370px; */
}

.special_event_button li.creative figure {
    filter: drop-shadow(2px 2px 2px rgba(0, 151, 38, 0.8));
}

.special_event_button li.ip figure {
    filter: drop-shadow(2px 2px 2px rgba(0, 52, 240, 0.8));
}

.special_event_button p.title {
    font-weight: bold;
    font-size: 1.5rem;
}

.special_event_button li.seminar p.title {
    text-shadow: 3px -1px 5px rgba(0, 0, 0, 0.3), 3px 3px 5px rgba(15, 139, 242, 0.6);
}

.special_event_button li.jba_symposium p.title {
    text-shadow: 3px -1px 5px rgba(0, 0, 0, 0.3), 3px 3px 5px rgba(7, 7, 7, 0.6);
}

.event_conference.en .jba_symposium p.title {
    font-size: 1.2rem;
    padding: 5px 0;
    line-height: 1.2;
}

.special_event_button li a {
    display: block;
    position: relative;
    height: 100%;
    padding: 15px 40px 10px 20px;
}

.special_event_button li a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f103';
    font-weight: 700;
    color: #fff;
    display: inline-block;
    border-radius: 100px;
    line-height: 30px;
    font-size: 0.8rem;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all .2s;
    text-align: center;
}

.special_event_button li p {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
}

.special_event_button li.seminar a,
.special_event_button li.jba_symposium a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 0;
}

.special_event_button li.seminar a {
    padding-bottom: 0;
}

.en .special_event_button li.seminar a {
    padding-bottom: 10px;
}

.special_event_button li.coming {
    position: relative;
}

.special_event_button li.coming a {
    pointer-events: none;
}

.special_event_button li.coming a::after {
    display: none;
}


/*.special_event_button li.coming::before {
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    z-index: 10;
}
*/

.special_event_button li.coming .coming_tag {
    background: #e2e2e2;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 2px 7px 3px;
    color: #000;
    display: inline-block;
    vertical-align: text-bottom;
    border-radius: 2px;
}

.special_event_button figure img {
    max-height: 22px;
    width: auto;
}

.special_event_button li.coming img {
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .special_event_button li {
        width: 100%;
    }

    /* .special_event_button li.seminar a {
            padding-bottom: 10px;
        } */
    .special_event_button li.seminar a,
    .special_event_button li.jba_symposium a {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .inner_contents .col_l {
        padding: 30px 0 30px 30px;
    }

}

.event_conference a:hover {
    opacity: 0.7 !important;
}

@media screen and (max-width: 500px) {
    .special_event_button li.coming .coming_tag {
        margin-top: 5px;
    }
}


/* 追加ボタン--------------------------------------------- */


.c-button {
    width: 100%;
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
    transition: all .2s;
    border: 1px solid #0b90e4;
    background-color: #0b90e4;
    line-height: 1.2;
    position: relative;
    border-radius: 100px;
    padding: 20px 55px 20px 35px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
}

.c-button::after {
    font-family: "Font Awesome 5 Free";
    content: '\f061';
    font-weight: 700;
    background: #fff;
    width: 30px;
    height: 30px;
    color: #0b90e4;
    display: inline-block;
    border-radius: 100px;
    line-height: 30px;
    font-size: 0.8rem;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all .2s;
}

.c-button:hover {
    background: #fff;
    color: #0b90e4;
}

.c-button:hover::after {
    background: #0b90e4;
    color: #fff;
}

/* .bk-button {
    background-color: #000;
    color: #fff;
} */

.event_conference .c-button__wrap {
    justify-content: center;
    margin-top: 20px;
    padding: 0 20px;
}

.event_conference .c-button__wrap li {
    max-width: 300px;
    width: 50%;
}

.event_conference .c-button__wrap li+li {
    margin-left: 15px;
}

.c-button__wrap .c-button {
    margin-left: 0px;
    margin-right: 0px;
}


.event_list .c-button {}

.event_list .c-button :last-of-type {
    margin-right: 0px;
}


/* ボタン--------------------------------------- */

.event_list.experience_detail .btn {
    background-color: #E60012;
}

.event_list.ignition_detail .btn {
    background-color: #6A4994;
}

.event_list.connected_detail .btn {
    background-color: #E27A00;
}

.event_list.creative_detail .btn {
    background-color: #019164;
}

.event_list.ip_detail .btn {
    background-color: #0065AB;
}

.event_list.jba_symposium_detail .btn {
    background-color: #000000;
}


.btn.coming {
    background: #6f6f6f !important;
    pointer-events: none;
    box-shadow: none;
    color: #c4c4c4;
}

.btn.coming::after {
    display: none;
}

.btn::after {
    font-family: "Font Awesome 5 Free";
    content: '\f061';
    font-weight: 700;
    background: #fff;
    width: 30px;
    height: 30px;
    color: var(--forum);
    display: inline-block;
    border-radius: 100px;
    line-height: 30px;
    font-size: 0.8rem;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all .2s;

}

.logo.experience_logo {
    width: 60%;
}

.logo a:hover {
    opacity: 0.5 !important;
}



@media screen and (max-width: 850px) {
    .event_conference .c-button__wrap li {
        max-width: 500px;
        width: 100%;
        margin: auto;
    }

    .event_conference .c-button__wrap li {
        max-width: unset;
    }

    .event_conference .c-button__wrap li+li {
        margin-left: auto;
        margin-top: 10px;
    }

    .event_conference .c-button__wrap .c-button {
        margin-top: 0;
        margin-bottom: 0;
        margin: auto;
    }

    .event_conference>.inner {
        padding-top: 30px !important;
    }
}

/* ボタン */

.event_list .event_list_btn_cont {
    display: flex;
    flex-wrap: wrap;
}


.event_list .event_list_btn_cont {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.event_list .event_list_btn_cont li {
    margin-bottom: 5px;
    margin-right: 6px;
}

.event_list .event_list_btn_cont li .c-button {
    padding: 8px 12px;
    padding-right: 35px;
    font-size: 15px;
}

.event_list .event_list_btn_cont li .c-button::after {
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 0.5rem;
}

.event_list .event_list_btn_cont li .c-button {
    background-color: var(--forum);
    border: 1px solid var(--forum);
}

.event_list .event_list_btn_cont li .c-button::after {
    color: var(--forum);
}

.event_list .event_list_btn_cont li .c-button:hover::after {
    color: #fff;
    background: var(--forum);
}

.event_list .event_list_btn_cont li .c-button:hover {
    background: #fff;
    color: var(--forum);
}


/* 出展者セミナー */
#seminar .sub_title {
    color: var(--seminar);
}

#seminar.event_list h3 span {
    background: var(--seminar);
}

#seminar.event_list {
    border-color: var(--seminar);
    background-image: url(../../assets/img/event_conference/event_list_bg_seminar.webp);
}

#seminar.event_list .event_list_btn_cont li .c-button {
    background-color: var(--seminar);
    border: 1px solid var(--seminar);
}

#seminar.event_list .event_list_btn_cont li .c-button:hover::after {
    color: #fff;
    background: var(--seminar);
}

#seminar.event_list .event_list_btn_cont li .c-button:hover {
    background: #fff;
    color: var(--seminar);

}

/* experience */
#experience .sub_title {
    color: var(--experience);
}

#experience.event_list h3 .logo {
    max-width: 350px;
}

#experience.event_list h3 span {
    background: var(--experience);
}

#experience.event_list {
    border-color: var(--experience);
    background-image: url(../../assets/img/event_conference/event_list_bg_experience.webp);
}


#experience.event_list .event_list_btn_cont li .c-button {
    background-color: #fff;
    border: 1px solid var(--experience);
    border-radius: 15px;
    height: 60px;
}

.en #experience.event_list .event_list_btn_cont li .c-button {
    height: 40px;
}

#experience.event_list .event_list_btn_cont li .c-button img {
    height: 100%;
    object-fit: contain;
}

#experience.event_list .event_list_btn_cont li .c-button::after {
    background-color: var(--experience);
    color: #000000;
    color: #fff;
}

#experience.event_list .event_list_btn_cont li .c-button:hover {
    background-color: #fff;
    color: var(--experience);
}

#experience.event_list .event_list_btn_cont li .c-button:hover::after {
    color: #fff;
    background: var(--experience);
}



/* cinema */
#cinema .sub_title {
    color: var(--cinema);
}

#cinema.event_list h3 .logo {
    max-width: 350px;
}

#cinema.event_list h3 span {
    background-color: var(--cinema);
}

#cinema.event_list {
    border-color: var(--cinema);
    background-image: url(../../assets/img/event_conference/event_list_bg_cinema.webp);
}

#cinema.event_list .event_list_btn_cont li .c-button {
    background-color: var(--cinema);
    border: 1px solid var(--cinema);
}

#cinema.event_list .event_list_btn_cont li .c-button:hover::after {
    color: #fff;
    background: var(--cinema);
}

#cinema.event_list .event_list_btn_cont li .c-button:hover {
    background: #fff;
    color: var(--cinema);
}

#cinema.event_list .event_list_btn_cont li .c-button::after {
    color: var(--cinema);
}



/* ignition */
#ignition .sub_title {
    color: var(--ignition);
}

#ignition.event_list h3 .logo {
    max-width: 450px;
    width: 100%;
}

#ignition.event_list h3 span {
    background: rgb(113, 80, 148);
    background: -moz-linear-gradient(90deg, rgba(113, 80, 148, 1) 0%, rgba(228, 0, 127, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(113, 80, 148, 1) 0%, rgba(228, 0, 127, 1) 100%);
    background: linear-gradient(90deg, rgba(113, 80, 148, 1) 0%, rgba(228, 0, 127, 1) 100%);
}

#ignition.event_list {
    border-color: var(--ignition);
    background-image: url(../../assets/img/event_conference/event_list_bg_ignition.webp);
}

#ignition.event_list .event_list_btn_cont li .c-button {
    background-color: var(--ignition);
    border: 1px solid var(--ignition);
}

#ignition.event_list .event_list_btn_cont li .c-button:hover::after {
    color: #fff;
    background: var(--ignition);
}

#ignition.event_list .event_list_btn_cont li .c-button:hover {
    background: #fff;
    color: var(--ignition);
}

#ignition.event_list .event_list_btn_cont li .c-button::after {
    color: var(--ignition);
}



/* ip */
#ip .sub_title {
    color: var(--ippavilion);
}

#ip.event_list h3 .logo {
    max-width: 350px;
}

#ip.event_list h3 span {
    background-color: var(--ippavilion);
}

#ip.event_list {
    border-color: var(--ippavilion);
    background-image: url(../../assets/img/event_conference/event_list_bg_ippavilion.webp);
}

#ip.event_list .event_list_btn_cont li .c-button {
    background-color: var(--ippavilion);
    border: 1px solid var(--ippavilion);
}

#ip.event_list .event_list_btn_cont li .c-button:hover::after {
    color: #fff;
    background: var(--ippavilion);
}

#ip.event_list .event_list_btn_cont li .c-button:hover {
    background: #fff;
    color: var(--ippavilion);
}

#ip.event_list .event_list_btn_cont li .c-button::after {
    color: var(--ippavilion);
}


/* borderless */
#borderless .sub_title {
    color: var(--borderless);
}

#borderless.event_list h3 .logo {
    max-width: 350px;
}

#borderless.event_list h3 span {
    background-color: var(--borderless);
}

#borderless.event_list {
    border-color: var(--borderless);
    background-image: url(../../assets/img/event_conference/event_list_bg_borderless.webp);
}

#borderless.event_list .event_list_btn_cont li .c-button {
    background-color: var(--borderless);
    border: 1px solid var(--borderless);
}

#borderless.event_list .event_list_btn_cont li .c-button:hover::after {
    color: #fff;
    background: var(--borderless);
}

#borderless.event_list .event_list_btn_cont li .c-button:hover {
    background: #fff;
    color: var(--borderless);
}

#borderless.event_list .event_list_btn_cont li .c-button::after {
    color: var(--borderless);
}


/* creative */
#creative .sub_title {
    color: var(--creative);
}

#creative.event_list h3 .logo {
    max-width: 300px;
}

#creative.event_list h3 span {
    background-color: var(--creative);
}

#creative.event_list {
    border-color: var(--creative);
    background-image: url(../../assets/img/event_conference/event_list_bg_creative.webp);
}

#creative.event_list .event_list_btn_cont li .c-button {
    background-color: var(--creative);
    border: 1px solid var(--creative);
}

#creative.event_list .event_list_btn_cont li .c-button:hover::after {
    color: #fff;
    background: var(--creative);
}

#creative.event_list .event_list_btn_cont li .c-button:hover {
    background: #fff;
    color: var(--creative);
}

#creative.event_list .event_list_btn_cont li .c-button::after {
    color: var(--creative);
}


/* jba_symposium */
#jba_symposium .sub_title {
    color: var(--jba);
}

#jba_symposium.event_list {
    margin-bottom: 0;
    background-image: url(../../assets/img/event_conference/event_list_bg_jba.webp);
    border-color: var(--jba);
}

#jba_symposium.event_list h3 span {
    background-color: var(--jba);
}

#jba_symposium.event_list .event_list_btn_cont li .c-button {
    background-color: var(--jba);
    border: 1px solid var(--jba);
}

#jba_symposium.event_list .event_list_btn_cont li .c-button:hover::after {
    color: #fff;
    background: var(--jba);
}

#jba_symposium.event_list .event_list_btn_cont li .c-button:hover {
    background: #fff;
    color: var(--jba);
}

#jba_symposium.event_list .event_list_btn_cont li .c-button::after {
    color: var(--jba);
}

#jba_symposium p.txt_title a {
    color: var(--jba);
    font-size: 1.8rem;
}




/* レスポンシブ */
@media screen and (max-width: 650px) {
    .event_list {
        background-position: bottom center!important;
    }

    .inner_contents .col_l {
        width: 100%;
        /* background: #ffffffe8; */
        padding: 0 20px 20px;
    }

    figure.col_r {
        margin-top: 0;
    }

    figure.col_r img {
        max-height: 160px;
        object-position: center;
    }

    .event_list_det .inner_contents {
        flex-direction: column-reverse;
    }


    #forum figure.col_r img {
        object-position: 0px -50px;
    }

}