@charset "utf-8";

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

body:not(.is-top-page) {
    background-image: none;
}

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

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

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




/*============================
.exhibition_area_inner
============================*/
.exhibition_area_inner::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
/*    z-index: -1;*/
    width: 100lvw;
    height: 100lvh;
    background-image: url(/assets/img/online/exhibition/exhibition_area_inner_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.exhibition_area_inner{
    padding-bottom: 80px;
/*    background-image: url(/assets/img/online/exhibition/exhibition_area_inner_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
}

.exhibition_area_cont {
    margin: auto;
    padding: 60px 20px;
    position: relative;
    max-width: 1400px;
    align-items: flex-end;
}
.exhibition_area_cont .col_l{
    width: calc(100% - 420px);
}
.exhibition_area_cont .top_ttl {
    font-size: 2.2rem;
    text-shadow: 0 0 15px #000;
}
.exhibition_area_cont .top_ttl span {
    font-weight: bold;
    font-size: 0.5em;
    margin-top: 10px;
}
.exhibition_area_cont ul {
}
.exhibition_area_cont ul li {
    width: 24.5%;
    margin-top: 10px;
}
.exhibition_area_cont ul li .c-button {
    background: #fff;
    color: #0f1c7b;
    border: none;
    padding: 10px 20px;
    padding-right: 40px;
    text-align: left;
    font-size: 0.9rem;
    height: 100%;
    display: flex;
    align-items: center;
}
.exhibition_area_cont ul li .c-button::after {
    font-weight: 700;
    background-color: #0f1c7b;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 0.6rem;
    right: 15px;
    text-align: center;
}
.exhibition_area_cont ul li .c-button:hover {
    background-color: #0f1c7b;
    color: #fff;
}
.exhibition_area_cont ul li .c-button:hover::after {
    background-color: #fff;
    color: #0f1c7b;
}

.c-button.disabled {
    background-color: #878a9d!important;
    pointer-events: none!important;
    color: #ccc!important;
}
.exhibition_area_cont .banner_link{
    width: 400px;
    display: block;
}
.exhibition_area_cont .banner_link img {
}
.exhibition_slider_cont {
    background: #ffffff99;
    backdrop-filter: blur(5px);
    padding: 30px 0 20px;
    position: relative;
    z-index: 1;
    /* 会期終了のため、リンク押せない設定 */
   pointer-events: none;
}
.exhibition_slider_cont + .exhibition_slider_cont{
    margin-top: 40px;
}
.exhibition_slider_cont .exhibition_slider {
}
.exhibition_slider_cont .exhibition_slider .exhibition_slider_item {max-width: 200px;}
.exhibition_slider_cont .exhibition_slider .exhibition_slider_item a {
    display: block;
    margin: 0 5px;
    text-align: center;
    text-decoration: none;
}
.exhibition_slider_cont .exhibition_slider .exhibition_slider_item a img {
    aspect-ratio: 1;
    object-fit: contain;
    background: #fff;
}
.exhibition_slider_cont .exhibition_slider .exhibition_slider_item a .exhibition_slider_ttl {
    font-weight: bold;
    color: #000;
    margin-top: 5px;
}
@media screen and (max-width: 850px){
    .exhibition_area_cont .top_ttl {
        font-size: 2rem;
    }
    .exhibition_area_cont .col_l {
        width: 53%;
    }
    .exhibition_area_cont .banner_link {
        width: 45%;
    }
    .exhibition_area_cont ul li {
        width: 49.5%;
    }
    .exhibition_area_cont ul li:nth-child(n+3) {
        margin-top: 1%;
    }
}
@media screen and (max-width: 600px){
    .exhibition_area_inner{
        padding-bottom: 50px;
    }
    .exhibition_area_cont {
        padding: 30px 20px;
    }
    .exhibition_area_cont .col_l {
        width: 100%;
    }
    .exhibition_area_cont .top_ttl {
        font-size: 1.8rem;
    }
    .exhibition_area_cont .banner_link {
        width: 100%;
        max-width: 350px;
        margin: auto;
        margin-top: 30px;
    }
    .exhibition_slider_cont {
        padding: 20px 0 10px;
    }
    .exhibition_slider_cont + .exhibition_slider_cont {
        margin-top: 30px;
    }
}

/*============================
#top_exhibition_cont
============================*/
#top_exhibition_cont .top_information .infolist {
    width: calc(100% - 380px);
}
#top_exhibition_cont .top_information .infolist .infolist_item {
    width: 49%;
}
#top_exhibition_cont .top_information .infolist .infolist_item .infolist_link h3 {
    padding: 25px 25px 25px 50px;
}
#top_exhibition_cont .top_information .infolist .infolist_item .infolist_link h3:before {
    left: 15px;
    top: 25px;
}
@media screen and (max-width: 850px){
    #top_exhibition_cont .top_information .infolist {
        width: 100%;
        max-width: unset;
    }
    #top_exhibition_cont .top_information .infolist .infolist_item .infolist_link h3 {
        padding: 25px 25px 25px 40px;
    }
}
@media screen and (max-width: 600px){
    #top_exhibition_cont .top_information .infolist .infolist_item:nth-child(1) {
        width: 49%;
    }
    #top_exhibition_cont .top_information .infolist .infolist_item:nth-child(1) img {
        aspect-ratio: 3 / 2;
    }
    #top_exhibition_cont .top_information .infolist .infolist_item + .infolist_item {
        margin-top: 0;
    }
    #top_exhibition_cont .top_information .infolist .infolist_item .infolist_link h3 {
        padding: 15px 15px 15px 25px;
    }
}


/*============================
#Exhibitor_info
============================*/
.Exhibitor_info_wrap {
    background: #fff;
    z-index: 1;
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px;
}
#Exhibitor_info.main {
    position: relative;
    z-index: 1;
}

#Exhibitor_info.main ul:before{
    display: none;
}

#Exhibitor_info.main div.w1400 h2 {
    order: 1;
    text-align: left;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
}
#Exhibitor_info.main div.w1400 {
    display: block;
}

#Exhibitor_info.main h2 span {
    margin: 0;
}

#Exhibitor_info.main div.w1400 ul li a {
    text-decoration: none;
}