<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* --------------------------------
            共通
-------------------------------- */

.shuttenlist * {
    font-weight: normal;
    font-feature-settings: "palt" 1;
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP ea', sans-serif;
    letter-spacing: .02em;
}

.shuttenlist {
    background-color: #132b84;
}

.shuttenlist img {
    max-width: 100%;
}

.sp {
    display: block;
}

.pc {
    display: none;
}

/* ------ページ下部電車スクロール------ */

.bg_train {
    background: url(../images/train.png) repeat-x bottom center / 200%;
    animation-name: scroll-footer-bg;
    animation-duration: 120s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    aspect-ratio: 1920 / 114;
}

@keyframes scroll-footer-bg {

    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -5884px 0;
    }
}

/* ------ページトップ------ */

#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 40px;
    aspect-ratio: 80 / 80;
    background: url(../images/pagetop_sp.png) no-repeat center / 100%;
    z-index: 100;
}


/* --------------------------------
    　　　出展一覧
-------------------------------- */

.shuttenlist .wrap {
    padding: 30px 5% 30px 5%;
    max-width: 1200px;
    margin: 0 auto;
}

.shuttenlist section {
    background-color: #fff;
    border: 5px solid #d1251a;
    border-radius: 5px;
    padding: 60px 5%;
}

.shuttenlist h1 {
    font-size: clamp(22px, 5vw, 30px);
    font-weight: bold; 
    color: #fff;
    text-align: center;
    margin: 40px 0;
    letter-spacing: .2em;
}

.list:not(:last-of-type) {
    margin-bottom: 60px;
}

.list h2 {
    font-size: clamp(22px, 5vw, 30px);
    font-weight: bold;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    padding: .8em 0;
    margin-bottom: 1.5em;
    position: relative;
}

.list h2::before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 13px;
    width: 12px;
    border-right: 1px solid #000;
    background-color: #fff;
    content: "";
}

.list img {
    border-radius: 10px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin-bottom: 25px;
}

/* .list p img {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin-bottom: 25px;
} */

.list dl dt {
    font-size: clamp(16px, 1vw, 18px);
    font-weight: bold;
    text-align: center;
    padding-bottom: 1em;
}

.list dl dd {
    line-height: 1.8em;
    font-size: clamp(12px, 2vw, 16px);
}

.list dl dd:nth-of-type(2) {
    text-align: center;
    margin: 20px 0 30px 0;
}

.list dl dd a {
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 5px;
    padding: .3em 1em;
    display: block;
    width: 60%;
    margin: 0 auto;
}

.list dl dd a:not(:last-of-type) {
    margin-bottom: 15px;
}

.list ul li:not(:last-of-type) {
    margin-bottom: 20px;
}

.list_text {
    margin-bottom: 30px;
}

.list ol {
    list-style-type: none;
    text-indent: -.5em;
    padding-left: 1em;
    margin: .5em 0;
    text-align: left;
    display: table;
    margin: 0 auto;
}

.list ol li::before {
    content: "・";
}

.list_image_only {
    padding-top: 15px;
}

.linear h2 {
    font-size: clamp(14px, 3vw, 30px);
}

.linear dl dd a {
    width: 100%;
    padding: .3em 0;
}

.kitaura div {
    margin: 20px 0 20px 0;
}

/* --------PC---------- */

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

    /* --------------------------------
                　共通
    -------------------------------- */

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .wrap nav ul {
        padding: 60px 0 60px 0;
    }

    /* ------ページ下部電車スクロール------ */

    .bg_train {
        background: url(../images/train.png) repeat-x bottom center / 100%;
        aspect-ratio: 1920 / 57;
    }

    /* ------ページトップ------ */

    #page-top {
        width: 70px;
        aspect-ratio: 86 / 221;
        background: url(../images/pagetop.png) no-repeat center / 100%;
        transition-duration: .1s;
    }

    #page-top:hover {
        opacity: .7;
    }

    /* --------------------------------
                　出展一覧
    -------------------------------- */

    .shuttenlist .wrap {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 5% 50px 5%;
    }

    .shuttenlist .wrap_2 {
        background-image: url(../images/bg_pc.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto 160%;
        -moz-background-size: auto 160%;
    }

    .shuttenlist section {
        max-width: 1200px;
        margin: 0 auto;
        border: 10px solid #d1251a;
        border-radius: 15px;
        box-sizing: border-box;
        padding: 100px 5%;
    }

    .wrap section:not(:last-of-type) {
        margin-bottom: 80px;
    }

    .shuttenlist h1 {    
        font-size: clamp(22px, 5vw, 35px);
        margin: 0 0 50px 0;
    }

    .list div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }
    
    .list h2 {
        font-size: clamp(30px, 4vw, 40px);
        padding: .5em 0;
        margin-bottom: 1em;
    }

    .list p {
        width: 32%;
    }

    .list dl {
        width: 65%;
    }

    .list dl dt {
        text-align: left;
        font-size: clamp(16px, 2vw, 26px);
        padding: 0.5em 0;
    }

    .list dl dd {
        font-size: clamp(10px, 1.5vw, 16px)
    }

    .list dl dd:nth-of-type(2) {
        text-align: right;
        display: flex;
        flex-wrap: wrap;
        justify-content: right;
    }

    .list dl dd a {
        font-size: clamp(10px, 1vw, 16px);
        padding: .5em 1em;
        width: 32%;
        text-align: center;
        box-sizing: border-box;
        transition-duration: .3s;
        margin: 0 0 0 auto;
    }

    .list dl dd a:hover{
        background-color: #000;
        color: #fff;
    }

    .list dl dd a:not(:last-of-type) {
        margin-bottom: 0;
        margin-right: 2%;
    }

    .list ul {
        display: flex;
        flex-wrap: wrap;
    }

    .list ul li {
        width: 32%;
    }

    .list ul li:first-of-type,
    .list ul li:nth-of-type(2) {
        margin-right: 2%;
    }

    .list .list_text {
        text-align: center;
        margin: 0 auto;
        justify-content: center;
        margin-bottom: 30px;
    }

    .list .list_text dl {
        width: 90%;
    }
    
    .list .list_text dd a {
        margin: 0 auto;
    }


    .list .list_text dt {
        text-align: center;
    }

    .list .list_text dd:nth-of-type(2) {
        justify-content: center;
    }

    .list_img_2 {
        justify-content: center;
    }

    .list_image_only {
        padding-top: 30px;
    }

    .linear dl dd:first-of-type {
        padding-top: 30px;
        margin-bottom: 40px;
    }

    .linear dl dd a {
        padding: .5em 0;
        width: 45%;
    }

    .linear dl dd a:not(:last-of-type) {
        margin-right: 0;
    }

    .kitaura div {
        padding-top: 30px;
        margin-bottom: 40px;
        margin-top: 0;
    }

    .kitaura dl {
        text-align: center;
        margin: 0 auto;
    }    

}</pre></body></html>