@charset "utf-8";

/* nomal */
@font-face {
    font-family: 'LINESeedJP';
    src: url('/assets/font/LINESeedJP_OTF_Rg.woff') format('woff'),
        url('/assets/font/LINESeedJP_OTF_Rg.woff2') format('woff2');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
}

/* bold */
@font-face {
    font-family: 'LINESeedJP';
    src: url('/assets/font/LINESeedJP_OTF_Bd.woff') format('woff'),
        url('/assets/font/LINESeedJP_OTF_Bd.woff2') format('woff2');
    font-weight: bold;
    font-weight: 700;
    font-style: normal;
}

/* EX bold */
@font-face {
    font-family: 'LINESeedJP';
    src: url('/assets/font/LINESeedJP_OTF_Eb.woff') format('woff'),
        url('/assets/font/LINESeedJP_OTF_Eb.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}


body {
    font-family: 'LINESeedJP', sans-serif;
}


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

.disable {
    pointer-events: none !important;
}

.c-button_list {}

.c-button_list li:nth-child(n+2) {
    margin-top: 15px;
}


.c-button {
    width: 100%;
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
    transition: all .2s;
    border: 1px solid #d61818;
    background-color: #d61818;
    line-height: 1.2;
    position: relative;
    border-radius: 100px;
    padding: 20px 55px;
}


/*終了いたしました*/
.c-button.disabled {
    border: 1px solid #878a9d;
    background-color: #878a9d;
    pointer-events: none;
    color: #ccc;
}

.c-button.disabled::after {
    content: none;
}




.bl-button {
    background-color: #0f1c7d;
    color: #fff;
    border-color: #0f1c7d;
}

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

.wh-button {
    background-color: #fff;
    color: #0b54d9;
}


.c-button::after {
    font-family: "Font Awesome 5 Free";
    content: '\f061';
    font-weight: 700;
    background: #fff;
    width: 30px;
    height: 30px;
    color: #d61919;
    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;
}




.bl-button::after {
    color: #0f1c7d;
}

.c-button:hover  {
    opacity: 1 !important;
    transition: all .2s !important;
    background-color: #fff;
    color: #d61818;
}

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


.bl-button:hover {
    background-color: #fff;
    color: #0f1c7d;
}

.bl-button:hover::after {
    background-color: #0f1c7d;
    color: #fff;
}


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

.wh-button:hover {
    background-color: #0b54d9;
    color: #fff;
}

.col {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pc {
    display: inherit;
}

.sp {
    display: none !important;
}

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

@media screen and (max-width: 600px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}


@media screen and (max-width: 480px) {
    .c-button--arrow:before {
        /*矢印と下線の形状*/
        width: 1.5rem;
    }

    /* .pc{
        display: none!important;
    }
    .sp{
        display: block!important;
    } */
    .c-button {
        padding: 15px 40px;
    }

    .c-button::after {
        width: 25px;
        height: 25px;
        line-height: 25px;
        right: 15px;
    }
}

.top_ttl_cont {
    max-width: 1300px;
    padding: 6rem 20px 0;
    /*position: relative;*/
    margin: auto;
    margin-bottom: 50px;
    align-items: center;
}

.top_ttl_cont h2 {
    font-weight: bold;
    font-size: 1.8rem;
}

.en .top_ttl_cont h2 {}

.top_ttl_cont span {
    font-size: 7rem;
    position: absolute;
    opacity: .3;
    position: absolute;
    top: -1rem;
    left: 0;
    width: 100%;
    line-height: 1.2;
    color: #506f9c;
    text-shadow: 0 0 5px rgb(0 0 0 / 50%);
    text-align: left;
    pointer-events: none;
}

@media screen and (max-width: 850px) {
    .top_ttl_cont {
        padding: 3rem 20px 0;
        margin-bottom: 30px;
    }

    .top_ttl_cont h2 {
        font-size: 1.5rem;
    }

    .top_ttl_cont span {
        font-size: 5rem;
    }
}

@media screen and (max-width: 480px) {
    .top_ttl_cont span {
        font-size: 3rem;
        top: .2rem;
    }
}


/* style_org2.cssより移植*/

.page_top img {
    width: auto;
    max-width: 100%;
}

.page_top section .inner {
    max-width: 1300px;
    margin: auto;
    padding: 80px 20px;
    position: relative;
}

@media only screen and (max-width: 850px) {
    .page_top section .inner {
        padding: 50px 20px 50px;
    }

    .page_top section.spo_area .inner {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 480px) {
    .top-partners__container .top-collaborators.cofesta .slick-slider .slick-track {
        transform: translate3d(0, 0, 0) !important;
    }
}



.slick-dots {
    /*TOP共通*/
    z-index: 1;
    bottom: -50px;
}

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

.slick-dots li {
    width: 60px;
    height: 8px;
    margin: 0 6px;
    border-radius: 50px;
    overflow: hidden;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #566b9a;
}

.slick-dots li.slick-active button {
    background: #48f0f1 !important;
}

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

.batch_cont {}

.batch_cont img {
    width: 50px;
}

@media only screen and (max-width: 850px) {
    .batch_cont img {
        width: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .batch_cont img {
        width: 30px;
    }
}

html {
    background: #03091c;
}

main {
    /* max-width: 1600px; */
    margin: auto;
}

/* --------- mv --------- */

/* ローディング画面 */
#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #000;
    background: -moz-linear-gradient(50deg, #091945 0%, #000f2b 100%);
    background: -webkit-linear-gradient(50deg, #091945 0%, #000f2b 100%);
    background: linear-gradient(50deg, #091945 0%, #000f2b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.half-circle-spinner {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.half-circle-spinner .circle {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: calc(60px / 10) solid transparent;
}

.half-circle-spinner .circle.circle-1 {
    border-top-color: #fff;
    animation: half-circle-spinner-animation 1s infinite;
}

.half-circle-spinner .circle.circle-2 {
    border-bottom-color: #fff;
    animation: half-circle-spinner-animation 1s infinite alternate;
}

@keyframes half-circle-spinner-animation {
    0% {
        transform: rotate(0deg);

    }

    100% {
        transform: rotate(360deg);
    }
}

#loading span {
    display: block;
    color: #fff;
    font-weight: bold;
    padding-top: 120px;
    text-align: center;
    font-size: 1.2rem;
    white-space: nowrap;
}

.loaded {
    opacity: 0;
    visibility: hidden;
}

/*************************************************/


/* #scroll_cont{
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    writing-mode: vertical-lr;
    z-index: 50;
    filter: drop-shadow(0px 0px 5px rgb(255 255 255 / 100%));
    opacity: 1;
    transition: opacity 1s;
}

#scroll_cont.hide{
    opacity: 0;
}

#scroll_cont span {
    font-size: 1.2rem;
}

#scroll_cont span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 45%;
    width: 1px;
    height: 100px;
    background: #fff;
    animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
    filter: drop-shadow(0px 0px 5px rgb(255 255 255 / 100%));
} */


@keyframes sdl {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    30% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    70% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}


/* --------- spo_area --------- */

.spo_area {
    background: #fff;
}


/*============================
========= ここから2023 =========
============================*/

/* 汎用パーツ */
.top_ttl {
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 30px;
}

.top_ttl span {
    font-size: 0.75em;
    font-weight: normal;
    display: block;
    margin-top: 8px;
}

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

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

@media screen and (max-width: 850px) {
    .top_ttl {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 600px) {
    .top_ttl {
        font-size: 2.2rem;
    }
}

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



/*============================
#mv
============================*/
#mv {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(/assets/img/top/online/mv_bg.webp);
    padding-top: 40px;
}

#mv .mv_slider {}

#mv .mv_slider.slick-dotted.slick-slider {
    padding-top: 7.6%;
}

.mv_slider_item {
    perspective: 1000px;
    position: relative;
}

.mv_slider_item a {
    /*共通(左側)*/
    /*共通*/
    display: block;
    position: relative;
    transform-style: preserve-3d;
    margin: 10% 5%;

    opacity: 0.7;
    /*transition*/
    transition: all 1.2s 0s ease;
    /*秒数はJSと合わせること*/
    transform: rotateY(30deg);
    transform-origin: 100% 50% 0;
    /*回転軸の指定*/
}

.mv_slider_link {
    /* pointer-events: none; */
}


.mv_slider_item.slick-center a {
    /*中央*/
    opacity: 1;
    /*transition*/
    transition: all 1.2s 0s ease;
    /*秒数はJSと合わせること*/
    transform: rotateY(0deg);
    transform-origin: 50% 50% 0;
    /*回転軸の指定*/
}

.slick-center+.mv_slider_item a {
    /*右側*/
    opacity: 0.7;
    /*transition*/
    transition: all 1.2s 0s ease;
    /*秒数はJSと合わせること*/
    transform: rotateY(-30deg);
    transform-origin: 0 50% 0;
    /*回転軸の指定*/
}

.mv_slider_item a:hover {
    opacity: 1 !important;
}

.mv_slider_item a:hover img {
    opacity: 1 !important;
}

.panel_slider_item a img {
    padding: 5.8%;
    padding-top: 6.9%;
    position: unset;
}

#mv .mv_thumbnail_slider {
    margin-top: -2%;
}

#mv .mv_thumbnail_slider .slick-track {
    transform: unset !important;
}

#mv .mv_thumbnail_slider .mv_thumbnail_slider_item {
    opacity: 0.6;
    padding: 0 1.5%;
    cursor: pointer;
}

#mv .mv_thumbnail_slider .mv_thumbnail_slider_item img {
    transition: all .2s;
    border: none;
}

#mv .mv_thumbnail_slider .mv_thumbnail_slider_item.slick-current img {
    border: 2px solid #ffffff;
}


#mv .mv_slider::before {
    content: "";
    background: #000;
    width: 52%;
    height: 76%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#mv .mv_slider::after {
    content: "";
    background-image: url(/assets/img/top/online/mv_slider_frame.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 72%;
    height: 119%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    mix-blend-mode: screen;
    pointer-events: none;
    animation: flashing 2s infinite;
}

@keyframes flashing {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 850px) {
    #mv .mv_slider::before {
        width: 66%;
    }

    #mv .mv_slider::after {
        width: 91%;
        height: 120%;
    }
}

@media screen and (max-width: 600px) {
    #mv {
        background-size: 140%;
        background-color: #85b3c8;
    }
}




/*============================
#mv_panel 共通
============================*/
#mv .mv_panel_cont {
    position: relative;
    /* display: block; */
}

#mv_panel_popup,
.mv_panel_cont>div {
    width: 100%;
    display: inline-block !important;
    min-height: 500px;
    transition: all .25s;
}

#mv_panel_popup .inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    padding-top: 40px;
}

.mv_panel_content {}

.mv_panel_content>a {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    padding: 20px 15px;
    transition: all .2s;
    text-decoration: none;
    position: relative;
    z-index: 0;
    min-height: 200px;
}

.mv_panel_content>a::before {
    content: "";
    background-color: #60c7d3;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all .2s;
}

.mv_panel_content>a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f061';
    font-weight: 700;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    border-radius: 100px;
    transition: all .2s;
}

.mv_panel_content>a:hover::before {
    opacity: 0.5;
}

.mv_panel_content>a:hover::after {
    background: #000;
    color: #fff;
}

#mv_panel_popup>div *:not(.c-button):not(.top-latest-news__link):not(.text_link) {
    color: #fff;
}

.mv_panel_content .top_ttl {
    font-size: 1.1rem;
    color: #48dff1 !important;
}

.mv_panel_content .top_ttl span {}

.mv_panel_content p {}

.mv_panel_content .disabled {
    pointer-events: none;
}

.mv_panel_content .disabled::before {
    background-color: #5c5c5c;
    opacity: 0.75;
}

.mv_panel_content>a.disabled::after {
    content: none;
}

.mv_panel_link .sponsored_cont {
    position: relative;
}

.mv_panel_link .mv_panel_label {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #00000040;
    color: #fff;
    font-weight: 900;
    padding: 10px 25px;
    line-height: 1;
    font-size: 0.9rem;
}

/*============================
#mv_panel_comment
============================*/
#mv_panel_comment {
    grid-column-start: 1;
    grid-row: 1 / 3;
    padding: 8% 10% 10%;
    line-height: 2.4;
    position: relative;
    z-index: 0;
}

#mv_panel_comment::before {
    content: "";
    position: absolute;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

#mv_panel_comment video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -2;
}

#mv_panel_comment .mv_panel_comment_inner {
    max-width: max-content;
    margin: auto;
}

#mv_panel_comment h3 {
    font-size: 1.1rem;
    font-weight: bold;
}

#mv_panel_comment p {
    font-weight: bold;
    margin-top: 15px;
    font-size: 0.9rem;
}

#mv_panel_comment a {
    margin: 30px auto 0;
}

/*============================
#mv_panel_exhibition-list
============================*/
#mv_panel_exhibition-list {}

#mv_panel_exhibition-list>a {
    background-image: url(/assets/img/top/online/mv_panel_exhibition_bg.webp);
}

/* #mv_panel_exhibition-list .mv_panel_link {}
#mv_panel_exhibition-list .mv_panel_link .top_ttl {}
#mv_panel_exhibition-list .mv_panel_link .top_ttl span {} */

/*============================
#mv_panel_floor-map
============================*/
#mv_panel_floor-map {}

#mv_panel_floor-map>a {
    background-image: url(/assets/img/top/online/mv_panel_floormap_bg.webp);
    background-position: right center;
    padding-bottom: 65px;
}

/* #mv_panel_floor-map .mv_panel_link {}
#mv_panel_floor-map .mv_panel_link .top_ttl {}
#mv_panel_floor-map .mv_panel_link .top_ttl span {} */
#mv_panel_floor-map h3 {
    margin-bottom: 20px;
}

#mv_panel_floor-map .c-button {
    padding: 10px 30px 10px 10px;
    max-width: 180px;
    background-color: #0e70bf;
    border-color: #0e70bf;
    font-size: 14px;
}

#mv_panel_floor-map .c-button::after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 0.8rem;
    right: 10px;
    font-size: 0.6rem;
    color: #0e70bf;
}

#mv_panel_floor-map .c-button:hover {
    background-color: #fff;
    color: #0e70bf;
}

#mv_panel_floor-map .c-button:hover::after {
    background: #0e70bf;
    color: #fff;
}

#mv_panel_floor-map object+object {
    margin-top: 10px;
    display: block;
}

/*============================
#mv_panel_conference
============================*/
#mv_panel_conference {}

#mv_panel_conference>a {
    background-image: url(/assets/img/top/online/mv_panel_conference_bg.webp);
}

/* #mv_panel_conference .mv_panel_link {}
#mv_panel_conference .mv_panel_link .top_ttl {}
#mv_panel_conference .mv_panel_link .top_ttl span {} */
#mv_panel_conference img.archive_batch {
    position: absolute;
    width: 40%;
    right: 0;
    top: 0;
}

/*============================
#mv_panel_exhibitor-seminar
============================*/
#mv_panel_exhibitor-seminar {}

#mv_panel_exhibitor-seminar>a {
    background-image: url(/assets/img/top/online/mv_panel_seminar_bg.webp);
}

/* #mv_panel_exhibitor-seminar .mv_panel_link {}
#mv_panel_exhibitor-seminar .mv_panel_link .top_ttl {}
#mv_panel_exhibitor-seminar .mv_panel_link .top_ttl span {} */

/*============================
#mv_panel_online
============================*/
#mv_panel_online {}

#mv_panel_online>a {
    background-image: url(/assets/img/top/online/mv_panel_exhibithall_bg.webp);
    grid-row: 3 / 4;
}

/* #mv_panel_online .mv_panel_link {}
#mv_panel_online .mv_panel_link .top_ttl {}
#mv_panel_online .mv_panel_link .top_ttl span {}
#mv_panel_online .mv_panel_link .sponsored_cont {}
#mv_panel_online .mv_panel_link .sponsored_cont p {} */
#mv_panel_online .mv_panel_link .sponsored_cont .img {
    max-width: 300px;
    width: 50%;
    margin-top: 15px;
    display: block;
    pointer-events: none;
}

#mv_panel_online .mv_panel_link .sponsored_cont .img img {
    width: 100%;
}

/* #mv_panel_online .mv_panel_link .mv_panel_label {} */

/*============================
#mv_panel_special-event
============================*/
#mv_panel_special-event {}

#mv_panel_special-event>a {
    background-image: url(/assets/img/top/online/mv_panel_event_bg.webp);
}

/* #mv_panel_special-event .mv_panel_link {}
#mv_panel_special-event .mv_panel_link .top_ttl {}
#mv_panel_special-event .mv_panel_link .top_ttl span {} */

/*============================
#mv_panel_exhibitor-event
============================*/
#mv_panel_exhibitor-event {}

#mv_panel_exhibitor-event>a {
    background-image: url(/assets/img/top/online/mv_panel_exhibitor_bg.webp);
}

/* #mv_panel_exhibitor-event .mv_panel_link {}
#mv_panel_exhibitor-event .mv_panel_link .top_ttl {}
#mv_panel_exhibitor-event .mv_panel_link .top_ttl span {}
#mv_panel_exhibitor-event .mv_panel_link p.mv_panel_label {} */

/*============================
#mv_panel_news
============================*/
#mv_panel_news {
    grid-column: 1 / 4;
    grid-row: 5 / 6;
    overflow: hidden;
    background: #ffffff;
}

#mv_panel_news h3 {
    background-color: #424242;
    font-weight: bold;
    font-size: 0.9rem;
    width: 120px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}

#mv_panel_news .news_slider {
    width: calc(100% - 215px);
    height: 45px;
    background: #ffffff;
    overflow: hidden;
}

#mv_panel_news .news_slider li {
    display: inline-block;
    animation: text_scroll 20s linear infinite;
    padding-left: 100%;
}

.en #mv_panel_news .news_slider li {
    animation: text_scroll 25s linear infinite;
}

#mv_panel_news .news_slider li:hover {
    animation-play-state: paused;
}

@keyframes text_scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

#mv_panel_news a {
    overflow: unset;
    padding-right: 0;
    text-overflow: unset;
    color: #000;
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    font-weight: bold;
    text-decoration: none;
    transition: all .2s;
}

#mv_panel_news .text_link {
    width: 65px;
    border-bottom: 1px solid;
    line-height: 1;
    height: max-content;
    padding-bottom: 2px;
    margin: auto 15px;
    text-align: center;
    font-size: 0.9rem;
}

#mv_panel_news a:hover {
    color: #48dff1;
}

.mv_panel_btn {
    background-color: #d61818;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 900;
    font-size: 0.8rem;
    border-radius: 100px;
    height: 90px;
    width: 90px;
    display: block;
    padding: 15px;
    filter: drop-shadow(1px 5px 3px rgb(0 0 0 / 60%));
    transition: all .2s;
    position: absolute;
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 500;
}

.mv_panel_btn::before {
    font-family: "Font Awesome 5 Free";
    content: '\f02d';
    font-weight: 700;
    display: block;
    font-size: 2rem;
    line-height: 1.2;
}

.mv_panel_btn:hover {
    background-color: #fff;
    color: #d61818;
    filter: drop-shadow(1px 5px 3px rgb(0 0 0 / 30%));
    opacity: 1 !important;
    transition: all .2s !important;
}

/* ポップアップ用調整 */
.fancybox-inner {
    backdrop-filter: blur(5px);
}

.fancybox-content {
    padding: 0;
    padding-top: 44px;
    background: none;
    max-width: 96%;
}

#mv_panel_popup.fancybox-content .inner {
    padding-top: 0;
}

#mv_panel_popup.fancybox-content #mv_panel_news {
    display: none;
}

.fancybox-slide--html .fancybox-close-small {
    background: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    background: #fff;
    opacity: 1;
    transition: all .25s;
}

.fancybox-slide--html .fancybox-close-small:hover {
    background: #d61919;
    color: #fff;
}


@media screen and (max-width: 850px) {
    #mv_panel_comment {
        padding: 6% 8% 6%;
    }

    #mv_panel_comment h3 br,
    #mv_panel_comment p br {
        display: none;
    }

    .mv_panel_btn::before {
        line-height: 1.4;
    }
}

@media screen and (max-width: 600px) {
    #mv .mv_panel_cont>.c-button {
        margin: auto;
        margin-top: 30px;
    }

    #mv .mv_panel_cont::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgb(133, 179, 200);
        background: -moz-linear-gradient(180deg, rgba(133, 179, 200, 0) 0%, rgba(133, 179, 200, 0) 25%, rgba(133, 179, 200, 1) 35%);
        background: -webkit-linear-gradient(180deg, rgba(133, 179, 200, 0) 0%, rgba(133, 179, 200, 0) 25%, rgba(133, 179, 200, 1) 35%);
        background: linear-gradient(180deg, rgba(133, 179, 200, 0) 0%, rgba(133, 179, 200, 0) 25%, rgba(133, 179, 200, 1) 35%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#85b3c8", endColorstr="#85b3c8", GradientType=1);
    }

    #mv_panel_popup .inner {
        grid-template-columns: 1fr 1fr;
        padding: 30px 20px;
    }

    .mv_panel_content {
        min-height: 150px;
    }

    .mv_panel_content>a {
        min-height: unset;
    }

    #mv_panel_floor-map>a {
        padding-bottom: 55px;
    }

    .mv_panel_content>a::after {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    #mv_panel_comment {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
        /* padding: 5% 7% 5%; */
        padding: 3% 5%;
        padding-top: 0;
    }

    #mv_panel_comment::before {
        content: none;
    }

    #mv_panel_comment p {
        margin-top: 10px;
    }

    #mv_panel_comment a {
        margin: 0 auto;
    }

    #mv_panel_exhibition-list {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
    }

    #mv_panel_floor-map {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }

    #mv_panel_conference {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }

    #mv_panel_exhibitor-seminar {
        grid-column: 1 / 2;
        grid-row: 4 / 5;
    }

    #mv_panel_online {
        grid-column: 2 / 3;
        grid-row: 4 / 5;
    }

    #mv_panel_special-event {
        grid-column: 1 / 2;
        grid-row: 5 / 6;
    }

    #mv_panel_exhibitor-event {
        grid-column: 2 / 3;
        grid-row: 5 / 6;
    }

    #mv_panel_news {
        grid-column: 1 / 3;
        grid-row: 6 / 7;
    }

    .mv_panel_btn {
        height: 70px;
        width: 70px;
        font-size: 0.6rem;
        padding: 10px;
    }

    .mv_panel_btn::before {
        font-size: 1.8rem;
    }

    #mv_panel_news h3 {
        width: 80px;
    }

    #mv_panel_news .news_slider {
        width: calc(100% - 175px);
    }

    #mv_panel_popup.fancybox-content .inner {
        padding: 0;
    }

    #mv_panel_popup.fancybox-content #mv_panel_comment {
        padding-top: 3%;
        background: #000000bf;
    }

    #mv_panel_popup.fancybox-content #mv_panel_comment a {
        max-width: 85%;
    }

    #mv_panel_conference img.archive_batch {
        top: auto;
        left: 0;
        bottom: 0;
        width: 60%;
        transform: rotate(-20deg);
    }
}


/*============================
#top_magazine
============================*/
.magazine_area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/assets/img/top/online/magazine_bg.webp);
    position: relative;
}

.magazine_area .inner {
    padding-top: 100px;
    padding-bottom: 100px;
}

.magazine_ttl_cont {
    margin-bottom: 50px;
}

.magazine_ttl_cont .c-button {
    padding: 15px 30px;
    max-width: 220px;
}

.magazine_area .magazine_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
    row-gap: 15px;
}

.magazine_area .magazine_list>li {
    background: #fff;
    padding: 15px;
    margin-bottom: 0;
    width: 100%;
}

.magazine_area .magazine_list>li:first-child {
    grid-column-start: 1;
    grid-row: 1 / 4;
    align-content: flex-start;
}

.magazine_area .magazine_list>li:nth-child(n+2) {}

.magazine_area .magazine_list li .col_l {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    height: max-content;
}

.magazine_area .magazine_list li .col_l img {
    object-fit: cover;
}

.magazine_area .magazine_list li:first-child .col_l {
    width: 100%;
}

.magazine_area .magazine_list li:nth-child(n+2) .col_l {
    width: 38%;
}

.magazine_area .magazine_list li:nth-child(n+2) .col_r {
    width: 60%;
}

.magazine_area .magazine_list .col_r {
    width: 100%;
    position: relative;
}

.magazine_area .magazine_list>li:first-child .col_r {
    margin-top: 15px;
}

.magazine_area .magazine_list .col_r>p {
    margin-bottom: 10px;
}

.magazine_area .magazine_list li .category {
    margin-right: 5px;
    position: relative;
    color: #fff;
    display: inline-block;
}

.magazine_area .magazine_list>li:first-child .category {
    min-width: max-content;
}

.magazine_area .magazine_list li .day {
    color: #989898;
    font-size: 0.8rem;
    /* margin-top: 15px; */
    display: inline-block;
}

.magazine_area .magazine_list .day:before {
    content: '\f017';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: inherit;
    /* margin-right: 5px; */
}

.magazine_area .magazine_list a {}

.magazine_area .magazine_list a p {
    font-weight: bold;
    font-size: 0.9rem;
}

.magazine_area .magazine_list .magazine_advertising_tag {
    position: absolute;
    bottom: 0;
    right: 0;
}

.magazine_area .magazine_list li .magazine_author {
    color: #5e5e5e;
    font-size: 0.7rem;
}

.magazine_area .magazine_list .tag_list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.magazine_area .magazine_list .tag_list .tag a {
    color: #585858;
    background: #f1f1f1;
    font-size: .75rem;
    padding: 0 10px;
    border-radius: 50px;
    display: inline-block;
}

.magazine_area .magazine_list .tag_list li+li a {
    margin-left: 10px;
}

@media screen and (max-width: 850px) {
    .magazine_area .magazine_list {
        column-gap: 20px;
    }

    .magazine_area .magazine_list>li:first-child {
        grid-row: 1 / 4;
    }

    .magazine_area .magazine_list .col_r>p {
        margin-bottom: 5px;
    }

    .magazine_area .magazine_list .tag_list {
        margin-top: 5px;
    }

    .magazine_area .magazine_list>li:nth-child(n+2) a p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    /* .magazine_area .magazine_list > li:nth-child(4){
        display: none
    } */
}

@media screen and (max-width: 600px) {
    .magazine_ttl_cont {
        margin-bottom: 30px;
    }

    .magazine_area .magazine_list {
        column-gap: 15px;
    }

    .magazine_area .magazine_list>li:first-child {
        grid-column: 1 / 3;
        grid-row: 1;
    }

    .magazine_area .magazine_list>li:nth-child(n+2) {
        grid-row: 2;
    }

    .magazine_area .magazine_list li:nth-child(n+2) .col_l {
        width: 100%;
    }

    .magazine_area .magazine_list li:nth-child(n+2) .col_r {
        width: 100%;
        margin-top: 15px;
    }

    .magazine_area .magazine_list>li:nth-child(4) {
        display: none
    }

    .magazine_area .bl-button {
        margin: auto;
        margin-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    #top_magazine .c-button {
        max-width: 100%;
        margin-top: 30px;
    }

    .magazine_area .magazine_list {
        grid-template-columns: 1fr;
    }

    .magazine_area .magazine_list>li:first-child {
        grid-column: 1 / 2;
    }

    .magazine_area .magazine_list>li:nth-child(n+2) {
        grid-row: unset;
    }
}



/*============================
#top_exhibition_cont
============================*/
#top_exhibition_cont {}

#top_exhibition_cont::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100lvw;
    height: 100lvh;
    background-image: url(/assets/img/top/online/top_exhibition_bg.webp);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
}

#top_exhibition_cont .inner {
    max-width: 1200px;
}

/* Inter BEE Information */
#top_exhibition_cont .top_information {
    padding-bottom: 60px;
}

#top_exhibition_cont .top_information .top_ttl {
    /* width: 350px; */
    width: 300px;
    margin-bottom: 0;
    margin-top: 40px;
}

#top_exhibition_cont .top_information .infolist {
    /* width: calc(100% - 480px); */
    /* width: calc(100% - 380px); */
    width: calc(100% - 310px);
    /* max-width: 680px; */
}

#top_exhibition_cont .top_information .infolist .infolist_item {
    /* width: 49%; */
    width: 32.5%;
}

#top_exhibition_cont .top_information .infolist .infolist_item .infolist_link {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#top_exhibition_cont .top_information .infolist .infolist_item .infolist_link img {
    object-fit: cover;
    width: 100%;
    /* height: 100%; */
    transition: all .2s;
    aspect-ratio: 3 / 2;
}

#top_exhibition_cont .top_information .infolist .infolist_item .infolist_link:hover img {
    /* transform: scale(1.2); */
    opacity: 0.5;
}

#top_exhibition_cont .top_information .infolist .infolist_item .infolist_link h3 {
    /* position: absolute; */
    position: relative;
    /* bottom: 0; */
    /* left: 0; */
    /* padding: 25px 25px 25px 50px; */
    padding: 25px;
    color: #fff;
    /* font-size: 1.4rem; */
    font-size: 1.3rem;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    z-index: 1;
}

#top_exhibition_cont .top_information .infolist .infolist_item .infolist_link h3 span {
    font-weight: bold;
}

#top_exhibition_cont .top_information .infolist .infolist_item .infolist_link h3:before {
    content: "";
    width: 2.5em;
    height: 2.5em;
    display: block;
    border-radius: 100px;
    background-color: #0e70bf;
    position: absolute;
    /* left: 15px; */
    left: 10px;
    z-index: -1;
    /* top: 25px; */
    top: 10px;
    /* top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); */
}

.en #top_exhibition_cont .top_information .infolist .infolist_item .infolist_link h3:before {
    top: 10px;
}

#top_exhibition_cont .top_information .infolist .infolist_item .infolist_link.disabled {
    pointer-events: none;
}

#top_exhibition_cont .top_information .infolist .infolist_item .infolist_link.disabled:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: #5c5c5c;
    opacity: 0.75;
}

#top_exhibition_cont .top_information .infolist .infolist_item .infolist_link.disabled>span {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    font-size: 1.2rem;
    z-index: 6;
    width: 100%;
    text-align: center;
}

/* オンライン出展会場 */
/* #top_exhibition_cont .top_information .infolist .infolist_item_online {
}
#top_exhibition_cont .top_information .infolist .infolist_item_online .infolist_link {
} */
#top_exhibition_cont .top_information .infolist .infolist_item_online .infolist_link {
    background-color: #19b3c5;
}

#top_exhibition_cont .top_information .infolist .infolist_item_online .infolist_link h3:before {
    background-color: #60c7d3;
}

/* 出展者リスト */
/* #top_exhibition_cont .top_information .infolist .infolist_item_exhibitionlist {
}
#top_exhibition_cont .top_information .infolist .infolist_item_exhibitionlist .infolist_link {
} */
#top_exhibition_cont .top_information .infolist .infolist_item_exhibitionlist .infolist_link {
    background-color: #0e70bf;
}

#top_exhibition_cont .top_information .infolist .infolist_item_exhibitionlist .infolist_link h3:before {
    background-color: #3491dc;
}

/* 会場マップ */
/* #top_exhibition_cont .top_information .infolist .infolist_item_floormap {
}
#top_exhibition_cont .top_information .infolist .infolist_item_floormap .infolist_link {
} */
#top_exhibition_cont .top_information .infolist .infolist_item_floormap .infolist_link {
    background-color: #d952a1;
}

#top_exhibition_cont .top_information .infolist .infolist_item_floormap .infolist_link h3:before {
    background-color: #ea6fb7;
}

#top_exhibition_cont .top_information .infolist .infolist_item_floormap .infolist_link object {}

#top_exhibition_cont .top_information .infolist .infolist_item_floormap .infolist_link object a {
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 2px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 5px;
}

#top_exhibition_cont .top_information .infolist .infolist_item_floormap .infolist_link object a:hover {
    color: #ffb5e0;
}

/* ピックアップセッション */
#top_exhibition_cont .top_pickup {}

#top_exhibition_cont .top_pickup .top_ttl {
    width: 50%;
    margin: auto;
    margin-bottom: 20px;
    font-size: 2rem;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#top_exhibition_cont .top_pickup .top_ttl .c-button {
    padding: 10px 12px 8px;
    padding-right: 35px;
    font-size: 15px;
    width: auto;
}

#top_exhibition_cont .top_pickup .top_ttl .c-button::after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: 10px;
    font-size: 0.7rem;
}

#top_exhibition_cont .top_pickup .top_ttl .c-button {}

#top_exhibition_cont .top_pickup .pickup_slider {}

#top_exhibition_cont .top_pickup .pickup_slider .pickup_slider_item {
    padding: 0 15px;
}

#top_exhibition_cont .top_pickup .pickup_slider .pickup_slider_item .pickup_slider_item_link {
    transition: all 0.2s !important;
}

/* ハッシュタグ */
#top_exhibition_cont .top_pickup .hashtag_slider_cont {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #2347dd54;
    max-width: 1280px;
    width: 96%;
}

#top_exhibition_cont .top_pickup .hashtag_slider_cont .hashtag_slider {
    margin: 0;
    display: inline-block;
    padding-left: 100%;
    white-space: nowrap;
    line-height: 1em;
    animation: hashtag_slider 40s linear infinite;
}

#top_exhibition_cont .top_pickup .hashtag_slider_cont .hashtag_slider:hover {
    animation-play-state: paused;
}

#top_exhibition_cont .top_pickup .hashtag_slider_cont .hashtag_slider .hashtag_slider_item {
    display: inline;
    margin-right: 1em;
}

#top_exhibition_cont .top_pickup .hashtag_slider_cont .hashtag_slider .hashtag_slider_item a {
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

#top_exhibition_cont .top_pickup .hashtag_slider_cont .hashtag_slider .hashtag_slider_item a:hover {
    color: #48dff1;
}

@keyframes hashtag_slider {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(-100%)
    }
}


#top_exhibition_cont .top_event {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
        "forum top_ttl"
        "forum seminar"
        "forum seminar"
        "experience seminar"
        "experience ignition"
        "experience ignition"
        "ip_pavilion ignition"
        "ip_pavilion borderless"
        "ip_pavilion borderless"
        "creative borderless"
        "creative jba_symposium"
        "creative jba_symposium";
    gap: 50px 30px;
    padding-top: 10px;
    padding-bottom: 60px;
}

/* 見出し */
#top_exhibition_cont .top_event .top_ttl {
    grid-area: top_ttl;
    text-align: right;
    padding-top: 20px;
    margin-bottom: 0;
    /* aspect-ratio: 3 / 1; */
    /* width: 100%; */
}

/* 共通 */
#top_exhibition_cont .top_event .event_list_item {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    aspect-ratio: 1 / 1;
    filter: drop-shadow(0px 10px 10px rgb(0 0 0 / 60%));
    border: 2px solid;
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    transition: all .25s !important;
    text-decoration: none;
}

#top_exhibition_cont .top_event .event_list_item:hover {
    opacity: 1 !important;
}

#top_exhibition_cont .top_event .event_list_item:nth-child(odd) {
    grid-column-start: 2;
}

#top_exhibition_cont .top_event .event_list_item:nth-child(even) {
    grid-column-start: 1;
}

#top_exhibition_cont .top_event .event_list_item .event_list_cont {
    background: #ffffffe6;
    margin: auto;
    margin-bottom: 0;
    margin-left: 0;
    width: auto;
    max-width: 98%;
    padding: 23px 20px;
    padding-bottom: 20px;
}

#top_exhibition_cont .top_event .event_list_item .event_list_cont h3 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
}

#top_exhibition_cont .top_event .event_list_item .event_list_cont h3 img {
    max-height: 25px;
    width: auto;
    display: block;
}

#top_exhibition_cont .top_event .event_list_item .event_list_cont 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;
}

#top_exhibition_cont .top_event .event_list_item .event_list_cont p {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

#top_exhibition_cont .top_event .event_list_item .event_list_cont .event_list_btn_cont {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

#top_exhibition_cont .top_event .event_list_item .event_list_cont .event_list_btn_cont li {
    margin-bottom: 5px;
    margin-right: 6px;
}

#top_exhibition_cont .top_event .event_list_item .event_list_cont .event_list_btn_cont li .c-button {
    padding: 8px 12px;
    padding-right: 35px;
    font-size: 15px;
}

#top_exhibition_cont .top_event .event_list_item .event_list_cont .event_list_btn_cont li .c-button::after {
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 0.5rem;
}

/* forum */
#top_exhibition_cont .top_event .forum {
    background-image: url(/assets/img/top/online/event_forum_bg.webp);
    grid-area: forum;
    border-color: #009fde;
}

#top_exhibition_cont .top_event .forum:hover {
    filter: drop-shadow(0px 0px 10px #009fde99);
}

/* #top_exhibition_cont .top_event .forum .event_list_cont {}
#top_exhibition_cont .top_event .forum .event_list_cont h3 {} */
#top_exhibition_cont .top_event .forum .event_list_cont h3 span {
    background-color: #009fde;
}

/* #top_exhibition_cont .top_event .forum .event_list_cont p {}
#top_exhibition_cont .top_event .forum .event_list_cont .event_list_btn_cont {}
#top_exhibition_cont .top_event .forum .event_list_cont .event_list_btn_cont li {} */
#top_exhibition_cont .top_event .forum .event_list_cont .event_list_btn_cont li .c-button {
    background-color: #009fde;
    border: 1px solid #009fde;
}

#top_exhibition_cont .top_event .forum .event_list_cont .event_list_btn_cont li .c-button::after {
    color: #009fde;
}

#top_exhibition_cont .top_event .forum .event_list_cont .event_list_btn_cont li .c-button:hover {
    background-color: #ffffff;
    color: #009fde;
}

#top_exhibition_cont .top_event .forum .event_list_cont .event_list_btn_cont li .c-button:hover::after {
    color: #fff;
    background: #009fde;
}


/* seminar */
#top_exhibition_cont .top_event .seminar {
    background-image: url(/assets/img/top/online/event_seminar_bg.webp);
    grid-area: seminar;
    border-color: #02b8de;
}

#top_exhibition_cont .top_event .seminar:hover {
    filter: drop-shadow(0px 0px 10px #02b8de99);
}

/* #top_exhibition_cont .top_event .seminar .event_list_cont {} */
#top_exhibition_cont .top_event .seminar .event_list_cont h3 {
    color: #02b8de;
}

#top_exhibition_cont .top_event .seminar .event_list_cont h3 span {
    background-color: #02b8de;
}

/* #top_exhibition_cont .top_event .seminar .event_list_cont p {}
#top_exhibition_cont .top_event .seminar .event_list_cont .event_list_btn_cont {}
#top_exhibition_cont .top_event .seminar .event_list_cont .event_list_btn_cont li {} */
#top_exhibition_cont .top_event .seminar .event_list_cont .event_list_btn_cont li .c-button {
    background-color: #02b8de;
    border: 1px solid #02b8de;
}

#top_exhibition_cont .top_event .seminar .event_list_cont .event_list_btn_cont li .c-button::after {
    color: #02b8de;
}

#top_exhibition_cont .top_event .seminar .event_list_cont .event_list_btn_cont li .c-button:hover {
    background-color: #ffffff;
    color: #02b8de;
}

#top_exhibition_cont .top_event .seminar .event_list_cont .event_list_btn_cont li .c-button:hover::after {
    color: #fff;
    background: #02b8de;
}

/* experience */
#top_exhibition_cont .top_event .experience {
    background-image: url(/assets/img/top/online/event_experience_bg.webp);
    grid-area: experience;
    border-color: #d70d19;
}

#top_exhibition_cont .top_event .experience:hover {
    filter: drop-shadow(0px 0px 10px #d70d19cc);
}

/* #top_exhibition_cont .top_event .experience .event_list_cont {}
#top_exhibition_cont .top_event .experience .event_list_cont h3 {} */
#top_exhibition_cont .top_event .experience .event_list_cont h3 span {
    background-color: #d70d19;
}

/* #top_exhibition_cont .top_event .experience .event_list_cont p {}
#top_exhibition_cont .top_event .experience .event_list_cont .event_list_btn_cont {}
#top_exhibition_cont .top_event .experience .event_list_cont .event_list_btn_cont li {} */
#top_exhibition_cont .top_event .experience .event_list_cont .event_list_btn_cont li .c-button {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    height: 60px;
}

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

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

#top_exhibition_cont .top_event .experience .event_list_cont .event_list_btn_cont li .c-button::after {
    color: #000000;
    background-color: #eecbcd;
}

#top_exhibition_cont .top_event .experience .event_list_cont .event_list_btn_cont li .c-button:hover {
    background-color: #ffffff;
    color: #d70d19;
}

#top_exhibition_cont .top_event .experience .event_list_cont .event_list_btn_cont li .c-button:hover::after {
    color: #fff;
    background: #d70d19;
}

/* ignition */
#top_exhibition_cont .top_event .ignition {
    background-image: url(/assets/img/top/online/event_ignitions_bg.webp);
    grid-area: ignition;
    border-image: linear-gradient(90deg, #715094 0%, #e4007f 100%);
    border-image-slice: 1;
}

#top_exhibition_cont .top_event .ignition:hover {
    filter: drop-shadow(0px 0px 10px #e4007f99);
}

/* #top_exhibition_cont .top_event .ignition .event_list_cont {}
#top_exhibition_cont .top_event .ignition .event_list_cont h3 {} */
#top_exhibition_cont .top_event .ignition .event_list_cont 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%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#715094", endColorstr="#e4007f", GradientType=1);
}

/* #top_exhibition_cont .top_event .ignition .event_list_cont p {}
#top_exhibition_cont .top_event .ignition .event_list_cont .event_list_btn_cont {}
#top_exhibition_cont .top_event .ignition .event_list_cont .event_list_btn_cont li {} */
#top_exhibition_cont .top_event .ignition .event_list_cont .event_list_btn_cont li .c-button {
    background-color: #715094;
    border: 1px solid #715094;
}

#top_exhibition_cont .top_event .ignition .event_list_cont .event_list_btn_cont li .c-button::after {
    color: #715094;
}

#top_exhibition_cont .top_event .ignition .event_list_cont .event_list_btn_cont li .c-button:hover {
    background-color: #ffffff;
    color: #715094;
}

#top_exhibition_cont .top_event .ignition .event_list_cont .event_list_btn_cont li .c-button:hover::after {
    color: #fff;
    background: #715094;
}

/* ip_pavilion */
#top_exhibition_cont .top_event .ip_pavilion {
    background-image: url(/assets/img/top/online/event_ippavilion_bg.webp);
    grid-area: ip_pavilion;
    border-color: #227fc4;
}

#top_exhibition_cont .top_event .ip_pavilion:hover {
    filter: drop-shadow(0px 0px 10px #227fc499);
}

/* #top_exhibition_cont .top_event .ip_pavilion .event_list_cont {}
#top_exhibition_cont .top_event .ip_pavilion .event_list_cont h3 {} */
#top_exhibition_cont .top_event .ip_pavilion .event_list_cont h3 span {
    background-color: #227fc4;
}

/* #top_exhibition_cont .top_event .ip_pavilion .event_list_cont p {}
#top_exhibition_cont .top_event .ip_pavilion .event_list_cont .event_list_btn_cont {} */
#top_exhibition_cont .top_event .ip_pavilion .event_list_cont .event_list_btn_cont li .c-button {
    background-color: #227fc4;
    border: 1px solid #227fc4;
}

/* #top_exhibition_cont .top_event .ip_pavilion .event_list_cont .event_list_btn_cont li .c-button {} */
#top_exhibition_cont .top_event .ip_pavilion .event_list_cont .event_list_btn_cont li .c-button::after {
    color: #227fc4;
}

#top_exhibition_cont .top_event .ip_pavilion .event_list_cont .event_list_btn_cont li .c-button:hover {
    background-color: #ffffff;
    color: #227fc4;
}

#top_exhibition_cont .top_event .ip_pavilion .event_list_cont .event_list_btn_cont li .c-button:hover::after {
    color: #fff;
    background: #227fc4;
}

/* borderless */
#top_exhibition_cont .top_event .borderless {
    background-image: url(/assets/img/top/online/event_borderless_bg.webp);
    grid-area: borderless;
    border-color: #f39800;
}

#top_exhibition_cont .top_event .borderless:hover {
    filter: drop-shadow(0px 0px 10px #f3980099);
}

/* #top_exhibition_cont .top_event .borderless .event_list_cont {}
#top_exhibition_cont .top_event .borderless .event_list_cont h3 {} */
#top_exhibition_cont .top_event .borderless .event_list_cont h3 span {
    background-color: #f39800;
}

/* #top_exhibition_cont .top_event .borderless .event_list_cont p {}
#top_exhibition_cont .top_event .borderless .event_list_cont .event_list_btn_cont {}
#top_exhibition_cont .top_event .borderless .event_list_cont .event_list_btn_cont li {} */
#top_exhibition_cont .top_event .borderless .event_list_cont .event_list_btn_cont li .c-button {
    background-color: #f39800;
    border: 1px solid #f39800;
}

#top_exhibition_cont .top_event .borderless .event_list_cont .event_list_btn_cont li .c-button::after {
    color: #f39800;
}

#top_exhibition_cont .top_event .borderless .event_list_cont .event_list_btn_cont li .c-button:hover {
    background-color: #ffffff;
    color: #f39800;
}

#top_exhibition_cont .top_event .borderless .event_list_cont .event_list_btn_cont li .c-button:hover::after {
    color: #fff;
    background: #f39800;
}

/* creative */
#top_exhibition_cont .top_event .creative {
    background-image: url(/assets/img/top/online/event_creative_bg.webp);
    grid-area: creative;
    border-color: #11a84e;
}

#top_exhibition_cont .top_event .creative:hover {
    filter: drop-shadow(0px 0px 10px #11a84e99);
}

/* #top_exhibition_cont .top_event .creative .event_list_cont {}
#top_exhibition_cont .top_event .creative .event_list_cont h3 {} */
#top_exhibition_cont .top_event .creative .event_list_cont h3 span {
    background-color: #11a84e;
}

/* #top_exhibition_cont .top_event .creative .event_list_cont p {}
#top_exhibition_cont .top_event .creative .event_list_cont .event_list_btn_cont {}
#top_exhibition_cont .top_event .creative .event_list_cont .event_list_btn_cont li {} */
#top_exhibition_cont .top_event .creative .event_list_cont .event_list_btn_cont li .c-button {
    background-color: #11a84e;
    border: 1px solid #11a84e;
}

#top_exhibition_cont .top_event .creative .event_list_cont .event_list_btn_cont li .c-button img {
    height: 18px;
    padding: 1px 0;
}

#top_exhibition_cont .top_event .creative .event_list_cont .event_list_btn_cont li .c-button:hover img {
    filter: invert(17%) sepia(91%) saturate(7085%) hue-rotate(59deg) brightness(57%) contrast(106%);
}

#top_exhibition_cont .top_event .creative .event_list_cont .event_list_btn_cont li:nth-child(2) .c-button img {
    height: 20px;
    padding: 0;
}

#top_exhibition_cont .top_event .creative .event_list_cont .event_list_btn_cont li .c-button::after {
    color: #11a84e;
}

#top_exhibition_cont .top_event .creative .event_list_cont .event_list_btn_cont li .c-button:hover {
    background-color: #ffffff;
    color: #11a84e;
}

#top_exhibition_cont .top_event .creative .event_list_cont .event_list_btn_cont li .c-button:hover::after {
    color: #fff;
    background: #11a84e;
}

/* jba_symposium */
#top_exhibition_cont .top_event .jba_symposium {
    background-image: url(/assets/img/top/online/event_jba_bg.webp);
    grid-area: jba_symposium;
    border-color: #0c1739;
    aspect-ratio: 5 / 3;
}

#top_exhibition_cont .top_event .jba_symposium:hover {
    filter: drop-shadow(0px 0px 10px #6d7eac99);
}

/* #top_exhibition_cont .top_event .jba_symposium .event_list_cont {}*/
#top_exhibition_cont .top_event .jba_symposium .event_list_cont h3 {
    color: #0c1739;
    font-size: 1.4rem;
}

#top_exhibition_cont .top_event .jba_symposium .event_list_cont h3 span {
    background-color: #0c1739;
}

/* #top_exhibition_cont .top_event .jba_symposium .event_list_cont p {}
#top_exhibition_cont .top_event .jba_symposium .event_list_cont .event_list_btn_cont {}
#top_exhibition_cont .top_event .jba_symposium .event_list_cont .event_list_btn_cont li {} */
#top_exhibition_cont .top_event .jba_symposium .event_list_cont .event_list_btn_cont li .c-button {
    background-color: #0c1739;
    border: 1px solid #0c1739;
}

#top_exhibition_cont .top_event .jba_symposium .event_list_cont .event_list_btn_cont li .c-button::after {
    color: #0c1739;
}

#top_exhibition_cont .top_event .jba_symposium .event_list_cont .event_list_btn_cont li .c-button:hover {
    background-color: #ffffff;
    color: #0c1739;
}

#top_exhibition_cont .top_event .jba_symposium .event_list_cont .event_list_btn_cont li .c-button:hover::after {
    color: #fff;
    background: #0c1739;
}



/* #top_exhibition_cont .top_conferencepanel {} */
#top_exhibition_cont .top_conferencepanel .conferencepanel_list {
    transition: all .25s;
}

#top_exhibition_cont .top_conferencepanel .conferencepanel_list .conferencepanel_list_item {
    width: 50%;
}

#top_exhibition_cont .top_conferencepanel .conferencepanel_list .conferencepanel_list_item a {
    display: block;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    padding: 13% 8%;
    display: flex;
    align-items: center;
    transition: all .25s;
}

#top_exhibition_cont .top_conferencepanel .conferencepanel_list .conferencepanel_list_item a h3 {
    color: #000;
    font-size: 2rem;
    text-shadow: 0 0 10px #fff;
    line-height: 1.4;
    margin-bottom: 0;
}

#top_exhibition_cont .top_conferencepanel .conferencepanel_list .conferencepanel_list_item a h3 span {
    font-weight: bold;
    font-size: 0.5em;
}


/* コンファレンスタイムテーブル */
#top_exhibition_cont .top_conferencepanel .conferencepanel_list .conference_timetable {}

#top_exhibition_cont .top_conferencepanel .conferencepanel_list .conference_timetable a {
    background-image: url(/assets/img/top/online/cp_conference_timetable_bg.webp);

}

/* 全セッションリスト */
#top_exhibition_cont .top_conferencepanel .conferencepanel_list .session_list {}

#top_exhibition_cont .top_conferencepanel .conferencepanel_list .session_list a {
    background-image: url(/assets/img/top/online/cp_session_list_bg.webp);
}

.conferencepanel_list:hover li>a {
    opacity: 0.5;
}

.conferencepanel_list li a:hover {
    opacity: 1 !important;
}

@media screen and (max-width: 1150px) {
    #top_exhibition_cont .top_pickup .top_ttl {
        width: 75%;
        margin-right: 0;
    }
}

@media screen and (max-width: 850px) {
    #top_exhibition_cont .top_pickup .top_ttl {
        width: 100%;
    }



    #top_exhibition_cont .top_information {
        padding-top: 60px;
    }

    #top_exhibition_cont .top_information .top_ttl {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
    }

    #top_exhibition_cont .top_information .top_ttl br {
        display: none;
    }

    #top_exhibition_cont .top_information .infolist {
        width: 100%;
        max-width: unset;
    }

    #top_exhibition_cont .top_information .infolist .infolist_item .infolist_link h3 {
        /* font-size: 1.4rem; */
        width: 100%;
        margin-bottom: 0;
        z-index: 0;
    }

    #top_exhibition_cont .top_event {
        gap: 35px 20px;
    }

    #top_exhibition_cont .top_event .event_list_item .event_list_cont {
        padding: 4% 3.5%;
        padding-bottom: 3%;
    }

    #top_exhibition_cont .top_event .event_list_item .event_list_cont h3 {
        /* font-size: 1.6rem; */
    }

    #top_exhibition_cont .top_event .event_list_item .event_list_cont h3 img {
        max-height: 1.6rem;
    }

    #top_exhibition_cont .top_event .event_list_item .event_list_cont .event_list_btn_cont li .c-button {
        font-size: 13px;
    }

    #top_exhibition_cont .top_event .experience .event_list_cont .event_list_btn_cont li .c-button {
        height: 50px;
    }

    #top_exhibition_cont .top_event .jba_symposium {
        aspect-ratio: 3 / 1.9;
    }

    #top_exhibition_cont .top_conferencepanel .conferencepanel_list .conferencepanel_list_item a {
        padding: 10% 5%;
    }

    #top_exhibition_cont .top_conferencepanel .conferencepanel_list .conferencepanel_list_item a h3 {
        font-size: 1.8rem;
    }

    /* コンファレンスタイムテーブル */
    #top_exhibition_cont .top_conferencepanel .conferencepanel_list .conference_timetable a {
        background-image: url(/assets/img/top/online/cp_conference_timetable_bg_sp.webp);
    }

    /* 全セッションリスト */
    #top_exhibition_cont .top_conferencepanel .conferencepanel_list .session_list a {
        background-image: url(/assets/img/top/online/cp_session_list_bg_sp.webp);
    }
}

@media screen and (max-width: 600px) {
    #top_exhibition_cont .top_pickup .top_ttl {
        width: 100%;
        font-size: 1.8rem;
    }

    #top_exhibition_cont .top_pickup .top_ttl .c-button.pc {
        font-size: 12px;
        display: block !important;
    }

    .top_pickup .c-button.sp {
        display: none !important;
    }

    #top_exhibition_cont .top_pickup .top_ttl .c-button::after {
        font-size: .6rem;
    }

    #top_exhibition_cont .top_pickup .pickup_slider .pickup_slider_item {
        padding: 0 5px;
    }

    #top_exhibition_cont .top_information .infolist .infolist_item {
        width: 49%;
    }

    #top_exhibition_cont .top_information .infolist .infolist_item:nth-child(1) {
        width: 100%;
    }

    #top_exhibition_cont .top_information .infolist .infolist_item:nth-child(1) img {
        aspect-ratio: 3 / 1;
    }

    #top_exhibition_cont .top_information .infolist .infolist_item+.infolist_item {
        margin-top: 2%;
    }

    #top_exhibition_cont .top_information .infolist .infolist_item .infolist_link h3 {
        font-size: 1.2rem;
        padding: 15px 15px 15px 25px;
    }

    #top_exhibition_cont .top_information .infolist .infolist_item .infolist_link h3:before {
        left: 10px;
        top: 20px;
        width: 2em;
        height: 2em;
    }

    .en #top_exhibition_cont .top_information .infolist .infolist_item .infolist_link h3:before {
        top: 10px;
    }

    #top_exhibition_cont .top_event {
        display: block;
    }

    #top_exhibition_cont .top_event .top_ttl {
        margin-bottom: 30px;
    }

    #top_exhibition_cont .top_event .top_ttl br {
        display: none;
    }

    #top_exhibition_cont .top_event .event_list_item {
        /* padding-top: 80px; */
    }

    #top_exhibition_cont .top_event .event_list_item+.event_list_item {
        margin-top: 20px;
    }

    #top_exhibition_cont .top_event .event_list_item .event_list_cont {
        padding: 3% 3.5%;
        padding-bottom: 3%;
    }

    #top_exhibition_cont .top_event .event_list_item .event_list_cont h3 {
        font-size: 1.4rem;
    }

    #top_exhibition_cont .top_event .event_list_item .event_list_cont h3 img {
        max-height: 1.2rem;
    }

    #top_exhibition_cont .top_event .event_list_item .event_list_cont h3 span {
        font-size: 0.75rem;
        padding: 3px 5px;
    }

    /* #top_exhibition_cont .top_event .event_list_item .event_list_cont .event_list_btn_cont li .c-button {
        font-size: 14px;
    } */
    #top_exhibition_cont .top_event .creative .event_list_cont .event_list_btn_cont li .c-button img {
        height: 14px;
    }

    #top_exhibition_cont .top_event .creative .event_list_cont .event_list_btn_cont li:nth-child(2) .c-button img {
        height: 16px;
    }

    #top_exhibition_cont .top_event .experience .event_list_cont .event_list_btn_cont li .c-button {
        height: 40px;
        padding: 8px 10px;
        padding-right: 30px;
    }

    .en #top_exhibition_cont .top_event .experience .event_list_cont .event_list_btn_cont li .c-button {
        height: 35px;
    }

    #top_exhibition_cont .top_event .experience .event_list_cont .event_list_btn_cont li .c-button::after {
        color: #000000;
    }

    #top_exhibition_cont .top_event .jba_symposium {
        aspect-ratio: 1 / 1;
    }

    #top_exhibition_cont .top_conferencepanel .conferencepanel_list .conferencepanel_list_item {
        width: 100%;
    }

    #top_exhibition_cont .top_conferencepanel .conferencepanel_list .conferencepanel_list_item a {
        padding: 15% 8%;
    }

    #top_exhibition_cont .top_conferencepanel .conferencepanel_list .conferencepanel_list_item a h3 {
        font-size: 1.4rem;
    }

    #top_exhibition_cont .top_information .infolist .infolist_item .infolist_link.disabled>span {
        font-size: 1rem;
    }
}

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

    #top_exhibition_cont .top_pickup .top_ttl .c-button.pc {
        display: none !important;
    }

    .top_pickup .c-button.sp {
        display: block !important;
        width: 100%;
        padding: 10px 12px;
        padding-right: 35px;
        margin: auto;
    }

    .sp_button_box {
        padding: 30px 20px 0;
    }

}


/*============================
.topregist_area
============================*/
.topregist_area {
    background-image: url(/assets/img/top/online/topregistarea_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}

.topregist_area::before,
.topregist_area::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 25%;
    height: 90%;
    top: 5%;
}

.topregist_area::before {
    background-image: url(/assets/img/top/online/topregistarea_item_bg1.webp);
    background-position: center left;
    left: 0;
}

.topregist_area::after {
    background-image: url(/assets/img/top/online/topregistarea_item_bg2.webp);
    background-position: center right;
    right: 0;
}

section.topregist_area .inner {
    width: 50%;
    padding-top: 150px;
    padding-bottom: 150px;
}

.topregist_area h2 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.topregist_area p {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 2;
}

.topregist_area a {
    margin: auto;
    font-size: 18px;
}

@media screen and (max-width: 850px) {
    section.topregist_area .inner {
        padding-top: 80px;
        padding-bottom: 80px;
        width: 60%;
    }

    .topregist_area::before,
    .topregist_area::after {
        width: 20%;
    }

    .topregist_area p br {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    section.topregist_area .inner {
        width: 90%;
        padding-top: 60px;
        padding-bottom: 60px;
        z-index: 5;
        filter: drop-shadow(0px 10px 10px rgb(0 0 0 / 60%));
    }

    .topregist_area::before,
    .topregist_area::after {
        width: 25%;
    }

    .topregist_area::before {
        background-position: top -20px right;
    }

    .topregist_area::after {
        background-position: bottom -15px left;
    }

    .topregist_area h2 {
        font-size: 1.4rem;
    }

    .topregist_area h2 br {
        display: none;
    }

    .topregist_area p {
        font-size: 1rem;
        color: #fff;
    }
}

/*============================
#exhibitor_information 共通
============================*/
#exhibitor_information {
    background-image: url(/assets/img/top/online/exbinfo_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#exhibitor_information .exbinfo_list {}

#exhibitor_information .exbinfo_list .exbinfo_list_item {
    width: 80%;
    filter: drop-shadow(0px 10px 10px rgb(0 0 0 / 30%));
    background-color: #fff
}

#exhibitor_information .exbinfo_list .exbinfo_list_item .top_ttl {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 25px;
    font-size: 1.8rem;
    text-shadow: 0 0 20px #020d2e;
    margin-bottom: 0;
    min-height: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#exhibitor_information .exbinfo_list .exbinfo_list_item .top_ttl span {
    font-size: 0.5em;
    font-weight: bold;
    margin-top: 15px;
}

#exhibitor_information .exbinfo_list .exbinfo_list_item ul {
    padding: 30px;
    padding-top: 20px;
}

#exhibitor_information .exbinfo_list .exbinfo_list_item ul li {}

#exhibitor_information .exbinfo_list .exbinfo_list_item ul li+li {
    border-top: 1px solid #e0e0e0;
}

#exhibitor_information .exbinfo_list .exbinfo_list_item ul li a {
    text-decoration: none;
    padding: 15px 10px;
    position: relative;
    transition: all .25s;
    cursor: pointer;
}

#exhibitor_information .exbinfo_list .exbinfo_list_item ul li a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f061';
    font-weight: 700;
    background: #ebf3fc;
    width: 30px;
    height: 30px;
    color: #0f1c7d;
    display: inline-block;
    border-radius: 100px;
    line-height: 30px;
    font-size: 0.8rem;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
    transition: all .25s;
}

#exhibitor_information .exbinfo_list .exbinfo_list_item ul li a:hover {
    background: #e0e0e0;
}

#exhibitor_information .exbinfo_list .exbinfo_list_item ul li a:hover::after {
    background: #0f1c7d;
    color: #ebf3fc;
}

#exhibitor_information .exbinfo_list .exbinfo_list_item ul li a .date {
    color: #b0b0b0;
    font-weight: bold;
    width: 100px;
    display: inline-block;
    font-size: 0.9rem;
}

/* #exb_info */
#exhibitor_information .exbinfo_list #exb_info {
}

#exhibitor_information .exbinfo_list #exb_info .top_ttl {
    background-image: url(/assets/img/top/online/exbinfo_list_item_bg2.webp);
}

#exhibitor_information .exbinfo_list #exb_info .top_news_list {}

#exhibitor_information .exbinfo_list #exb_info .top_news_list .top_news_list_item {}

#exhibitor_information .exbinfo_list #exb_info .top_news_list .top_news_list_item a {
    display: block;
    position: relative;
}

#exhibitor_information .exbinfo_list #exb_info .top_news_list .top_news_list_item a .text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#exhibitor_information .exbinfo_list #exb_info .top_news_list .top_news_list_item a .text .news_ttl {
    color: #000000;
    width: calc(100% - 110px);
    padding-right: 40px;
}

#exhibitor_information .exbinfo_list #exb_info .top_news_list .text {}

/* #press_release */
#exhibitor_information .exbinfo_list #press_release {
 margin: auto;
}

#exhibitor_information .exbinfo_list #press_release .top_ttl {
    background-image: url(/assets/img/top/online/exbinfo_list_item_bg1.webp);
}

#exhibitor_information .exbinfo_list #press_release .press_release_list {}

#exhibitor_information .exbinfo_list #press_release .press_release_list .top_news_list_item {}

#exhibitor_information .exbinfo_list #press_release .press_release_list .press_release_list_item a {
    align-items: center;
}

#exhibitor_information .exbinfo_list #press_release .press_release_list .press_release_list_item a figure {
    width: 20%;
    aspect-ratio: 1000 / 563;
    height: auto;
    overflow: hidden;
}

#exhibitor_information .exbinfo_list #press_release .press_release_list .press_release_list_item a figure img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#exhibitor_information .exbinfo_list #press_release .press_release_list .press_release_list_item a div {
    width: 76%;
    padding-right: 40px;
}

#exhibitor_information .exbinfo_list #press_release .press_release_list .press_release_list_item a .company {
    color: #000000;
    margin-left: 5px;
    font-size: 0.9rem;
}

#exhibitor_information .exbinfo_list #press_release .press_release_list .press_release_list_item a .company::before {
    content: "\f1ad";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-right: 5px;
}

#exhibitor_information .exbinfo_list #press_release .press_release_list .press_release_list_item a .text {
    margin-top: 3px;
    color: #000;
    display: inline-block;
}

#exhibitor_information .exbinfo_list #press_release .bl-button {
    margin: auto 0 0 auto;
    font-size: 0.9rem;
    padding: 10px 20px;
    padding-right: 15px;
    width: max-content;
    border-radius: 0;
    border-bottom: none;
    border-right: none;
}

#exhibitor_information .exbinfo_list #press_release .bl-button::after {
    color: #bdd0e6;
    background: none;
    position: initial;
    display: inline;
    line-height: 1.2;
    width: auto;
    height: auto;
    margin-left: 10px;
}

#exhibitor_information .exbinfo_list #press_release .bl-button:hover::after {
    color: #0f1c7d;
}

@media screen and (max-width: 1060px) {
    #exhibitor_information .exbinfo_list .exbinfo_list_item .top_ttl {
        min-height: 190px;
    }
}

@media screen and (max-width: 850px) {
    #exhibitor_information .exbinfo_list .exbinfo_list_item .top_ttl {
        padding: 30px 25px;
        font-size: 1.6rem;
        min-height: 150px;
    }

    #exhibitor_information .exbinfo_list .exbinfo_list_item ul {
        padding: 15px;
    }

    #exhibitor_information .exbinfo_list .exbinfo_list_item ul li a .date {
        width: 100%;
    }

    #exhibitor_information .exbinfo_list #exb_info .top_news_list .top_news_list_item:nth-child(5) {
        display: none;
    }

    #exhibitor_information .exbinfo_list #exb_info .top_news_list .top_news_list_item a .text .news_ttl {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #exhibitor_information .exbinfo_list .exbinfo_list_item {
        width: 100%;
    }

    #exhibitor_information .exbinfo_list .exbinfo_list_item+.exbinfo_list_item {
        margin-top: 20px;
    }

    #exhibitor_information .exbinfo_list .exbinfo_list_item .top_ttl {
        font-size: 1.4rem;
        min-height: unset;
    }

    #exhibitor_information .exbinfo_list .exbinfo_list_item ul {
        padding: 10px;
    }

}