@charset "UTF-8";
.main-blue {
    position: relative;
}
.main-blue::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 200px);
    height: 100vh;
    background-image: url(../img/common/deco/bg-blue.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: -1;
}
@media only screen and (max-width: 1000px) {
    .main-blue::before{
        width: calc(100% - 160px);
    }
}
@media only screen and (max-width: 800px) {
    .main-blue::before {
        width: 100%;
        background-size: 100% auto;
        background-position: top center;
        background-repeat: no-repeat;
        z-index: -1;
    }
}
.exhibitor-exhibitor-section{
    margin-bottom: 100px;
}
.sponsor-map-container{
    margin-bottom:60px;
}
.exhibitor-cat-explanation-lists {
    margin:10px 0 0 10px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}
.exhibitor-cat-explanation-lists li{
    margin-bottom:5px;
}
.exhibitor-cat-explanation-lists li.sale,
.exhibitor-cat-explanation-lists li.tenji{
    width: 360px;
}
.exhibitor-cat-explanation-lists li span{
    background:url(../img/sponsor/sq-bg-pink.svg) no-repeat center / contain;
     display: inline-block;
    color: #fff;
    font-family: Ryumin Bold KL;
    font-size: 12px;
    width: 80px;
    text-align: center;
    padding: 10px 3px;
    margin: 0 5px 0 0;
}
.exhibitor-cat-explanation-lists li.goods span{
    background:url(../img/sponsor/sq-bg-blue.svg) no-repeat center / contain;
    
}
.exhibitor-cat-explanation-lists li.sale span{
    background:url(../img/sponsor/sq-bg-green.svg) no-repeat center / contain;
    
}
.exhibitor-cat-explanation-lists li.haifu span{
    background:url(../img/sponsor/sq-bg-purple.svg) no-repeat center / contain;
    
}
.exhibitor-sponsor-section{
    margin-bottom:100px;
}

.exhibitor-sponsor-lists{
    
}
.exhibitor-sponsor-list{
    background-color: #fff;
    background-image: url(../img/common/deco/border-sq-gold.svg);
    border: 2px solid #37a0da;
    width: 100%;
    padding: 20px;
    background-position: bottom;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    background-size: 280px;
    background-repeat: repeat-x;
    position: relative;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;

}
.exhibitor-sponsor-list:before {
    position: absolute;
    content: "";
    width: calc(100% + 18px);
    height: calc(100% + 18px);
    border: 4px solid #000;
    top: -9px;
    left: -9px;
        z-index: -1;
}
.exhibitor-sponsor-logo{
    width:230px;

    display: flex;
    align-items: center;
}

.exhibitor-sponsor-info{
    width:calc(100% - 250px);
    position: relative;
}
     .exhibitor-sponsor-list .exhibitor-sponsor-name-sp{
        display: none;
}
.exhibitor-sponsor-name{
    background-color:#37a0da;
    color: #fff;
    font-family: Ryumin Bold KL;
        font-size: 18px;
    margin-bottom: 20px;
    padding: 14px 10px 14px 65px;
    min-height: 50px;
    line-height: 1;
    position: relative;
 
}
.exhibitor-sponsor-name .no{
    background: #fff;
    color:#37a0da;
    position: absolute;
    left: 10px;
    top: 12px;
    padding: 2px;
    border-radius: 4px;
}
.exhibitor-sponsor-text{
    margin-bottom:10px;
    font-size: 16px;
}
.exhibitor-sponsor-notice{
    text-align: right;
    margin-bottom:10px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.exhibitor-sponsor-text-lists{
    font-size: 14px;
    list-style: disc;
    margin-left: 1.2em;
}
@media only screen and (max-width: 800px) {
    .exhibitor-sponsor-list{
        flex-direction: column;
    }
    
.exhibitor-sponsor-logo{
    width:100%;
    max-width: 400px;
   margin:0 auto 10px;

}

.exhibitor-sponsor-info{
    width:100%;
}
    .exhibitor-sponsor-list .exhibitor-sponsor-name{
        display: none;
}
     .exhibitor-sponsor-list .exhibitor-sponsor-name-sp{
        display: block;
         text-align: center;
}
}
@media only screen and (max-width: 600px) {
.exhibitor-cat-explanation-lists li.sale,
.exhibitor-cat-explanation-lists li.tenji{
    width: 100%;
}
}
.exhibitor-btn-list{
    margin:0 0 14px 0;
    border-radius: 20px;
    display: block;
    width: 100%;
    background-color:#d8b400;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.40);
    
}
.exhibitor-btn-list:hover{
    background-color:#B59704;
}
.exhibitor-btn-list a{
    color:#fff;
    text-decoration: none;
    font-family: Ryumin Bold KL;
    font-size: 14px;
        padding: 8px 16px;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.exhibitor-sponsor-info .exhibitor-btn-lists{
        max-width:340px;
    display: none;
    }
.exhibitor-btn-lists{
    display: none;
    
}
.exhibitor-cat-list{
    background:url(../img/sponsor/sq-bg-pink.svg) no-repeat center / contain;
     display: inline-block;
    color: #fff;
    font-family: Ryumin Bold KL;
    font-size: 12px;
    width: 80px;
    text-align: center;
    padding: 10px 3px;
    margin: 0;
}
.exhibitor-cat-list.goods{
    background:url(../img/sponsor/sq-bg-blue.svg) no-repeat center / contain;
    
}
.exhibitor-cat-list.sale{
    background:url(../img/sponsor/sq-bg-green.svg) no-repeat center / contain;
    
}
.exhibitor-cat-list.haifu{
    background:url(../img/sponsor/sq-bg-purple.svg) no-repeat center / contain;
    
}

@media only screen and (max-width: 800px) {
    .exhibitor-sponsor-info .exhibitor-btn-lists{
        max-width:inherit;
    }
}
.exhibitor-lists{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.exhibitor-list{
    width: 48%;
    column-gap: 4%;
    background-color: #fff;
    background-image: url(../img/common/deco/border-sq-gold.svg);
    border: 2px solid #37a0da;
    padding: 20px;
    background-position: bottom;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    background-size: 280px;
    background-repeat: repeat-x;
    position: relative;
    margin-bottom: 40px;
        display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.exhibitor-list:before {
    position: absolute;
    content: "";
    width: calc(100% + 18px);
    height: calc(100% + 18px);
    border: 4px solid #000;
    top: -9px;
    left: -9px;
        z-index: -1;
}
.exhibitor-logo{
    width: 70%;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
}
.exhibitor-logo a{
    cursor:pointer;
}
.exhibitor-logo-list a{
    display: block;
    width: 100%;
    height: 100%;
}

/*
.exhibitor-info.wip {
    height: calc(100% - 80px);
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 80px;
}
*/
.exhibitor-name{
    background-color:#37a0da;
    color: #fff;
    font-family: Ryumin Bold KL;
        font-size: 16px;
    position: relative;
    margin-bottom: 20px;
        padding: 16px 4px 2px 70px;
    text-align: left;
    min-height: 50px;
    line-height: 1;
}
.exhibitor-name .no{
    background: #fff;
    color:#37a0da;
    position: absolute;
    left: 10px;
    top: 14px;
    padding: 2px;
    
    border-radius: 4px;
}
.exhibitor-name.break{
    display:block;
    padding: 8px 10px 2px 70px;
}
.exhibitor-name .small{
    font-size:0.78em;
}
.exhibitor-text{
    margin-bottom:10px;
    text-align: justify;
}
.exhibitor-text.wip{
        padding: 130px 0;
    text-align: center;
}
@media only screen and (max-width: 1100px) {
.exhibitor-text.wip{
        padding: 100px 0;
}
}
@media only screen and (max-width: 800px) {
    .exhibitor-text.wip{
        padding: 50px 0;
}
    .exhibitor-lists{
    flex-direction: column;
    }
    .exhibitor-list{
    width: 100%;
        column-gap: normal;
    }

}
.food-animate{
        text-align: center;
    margin: 0 auto 20px;
    max-width: 400px;
    width: 70%;
}
.food-lead{
    text-align:center;
        font-size: 22px;
    font-family: 'Ryumin Bold KL';
    margin: 0 auto 40px;
    line-height: 1.4;
    letter-spacing: 0.08em;
}
.food-btn-container {
    max-width: 420px;
    display: block;
    margin: 0 auto 40px;
    width: 80%;
    padding-top: 40px;
    padding-bottom: 20px;
}
.food-notice-container {
    padding: 40px 30px;
}
@media only screen and (max-width: 800px) {
    .food-lead{
        font-size: 3.3vw;
    }

}