@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+Antique:wght@400;700&display=swap');

* {
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #F2F5F9;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    background-color: #153259;
}

.header .logo {
    height: 37px;
}

.header .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.header img {
    margin: 0;
    padding: 0;
}

.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 24px;
    background-color: #153259;
}

.footer .upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 263px;
    margin-bottom: 47px;
}

.footer .logo {
    position: unset;
    display: block;
    width: 194px;
    margin: 0;
}

.footer .insta {
    position: unset;
    display: block;
    width: 41.22px;
}

.footer .policy,
.footer .Copyright {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 13px;
    line-height: 1em;
}

.footer .policy {
    margin-bottom: 48px;
}

.footer .policy a img {
    position: unset;
    width: 141px;
}

.footer .Copyright {
    position: unset;
    text-align: center;
}

section {
    width: 100%;
    max-width: 1280px;
    margin: 78px auto;
    padding: 96px 0 60px;
    background: #fff;
}

h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 80px;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.1em;
    color: #193C62;
}

h2 span {
    display: block;
}

h2 img {
    display: block;
    width: 23px;
}

.merit_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1070px;
    margin: 0 auto 50px;
}

.merit_wrap .merit {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 13px;
    width: 330px;
    border: 1px solid #193C62;
}

.merit_wrap .merit .catch {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 94px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    background-color: #193C62;
}

.merit_wrap .merit .photo {
    width: 100%;
    height: 218px;
    text-align: center;
    overflow: hidden;
}

.merit_wrap .merit .photo img {
    display: block;
    width: 100%;
    vertical-align: bottom;
    object-fit: cover;
}

.merit_wrap .merit .message {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 216px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
}

.find_exhibition_hall {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
    padding: 60px 13px;
    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

.find_exhibition_hall h2 {
    flex-direction: column;
}

.find_exhibition_hall h2 img {
    width: calc(6em + (3.2px * 5));
    margin-top: 10px;
}

.area_select {
    width: 100%;
    margin: 0 auto 50px;
}

.area_select .area {
    display: flex;
    width: 100%;
    max-width: none;
}

.area_select .area .area_name {
    width: 130px;
    margin-bottom: 10px;
    padding-top: 13px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.07em;
    color: #153259;
}

.area_select .area .pref {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 130px);
    margin: 0;
    padding: 0;
}

.area_select .area .pref a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 104px;
    height: 48px;
    margin: 0 5px 11px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.07em;
    text-align: center;
    color: #fff;
    background: #153259;
    text-decoration: none;
    opacity: 0.8;
    border-radius: 28px;
}

@media screen and (max-width:1400px) {
    .header img {
        width: 182px;
    }
}

@media screen and (max-width:1070px) {
    .merit_wrap .merit {
        margin: 0 0.3vw;
        width: 30.84vw;
    }

    .merit_wrap .merit .photo {
        height: 20.37vw;
    }

    .find_exhibition_hall {
        margin: 0 20px;
    }
}

@media screen and (max-width:900px) {
    h2 {
        font-size: 3.55vw;
    }

    h2 img {
        width: 2.55vw;
    }

    .merit_wrap .merit .catch {
        font-size: 2.6vw;
    }

    .merit_wrap .merit .message {
        padding: 3.11vw 0 0.33vw;
        font-size: 1.77vw;
    }
}

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

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .header {
        height: 15.38vw;
    }

    .header img {
        width: 39.47vw;
        height: auto;
    }

    .footer {
        padding-top: 8.97vw;
        padding-bottom: 6.15vw;
    }

    .footer .upper {
        width: 263px;
        margin-bottom: 11.79vw;
    }

    .footer .logo {
        width: 49.74vw;
    }

    .footer .insta {
        width: 10.57vw;
    }

    .footer .policy,
    .footer .Copyright {
        font-size: 3.33vw;
    }

    .footer .policy {
        margin-bottom: 48px;
    }

    .footer .policy a img {
        position: unset;
        width: 36.15vw;
    }

    section {
        margin: 0;
        padding: 7.18vw 0 12.82vw;
    }

    .to_find_exhibition_hall {
        margin: 0 5.12vw 7.69vw;
    }

    .to_find_exhibition_hall a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 17.94vw;
        padding: 2.56vw 0;
        color: #153259;
        font-weight: 700;
        font-size: 6.15vw;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-decoration: none;
        border: 1px solid #153259;
    }

    .to_find_exhibition_hall a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 5.12vw;
        width: 5.12vw;
        height: 4.1vw;
        margin-top: -2.05;
        background-image: url(../img/triangle.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    h2 {
        align-items: flex-end;
        width: 100%;
        margin-bottom: 7.69vw;
        font-size: 6.15vw;
        line-height: 1.5em;
        text-align: center;
    }

    h2 img {
        width: 4.5vw;
        margin-bottom: 0.8vw;
    }

    .merit_wrap {
        margin-bottom: 0;
        padding: 0 5.12vw;
    }

    .mt150 {
        margin-top: 11.28vw;
    }

    .merit_wrap .merit {
        margin: 0 0 8.2vw;
        width: 100%;
    }

    .merit_wrap .merit:last-of-type {
        margin-bottom: 0;
    }

    .merit_wrap .merit .catch {
        height: 27.69vw;
        font-size: 5.64vw;
    }

    .merit_wrap .merit .photo {
        width: 100%;
        height: 59vw;
    }

    .merit_wrap .merit .photo img {
        width: 100%;
        height: 100%;
    }

    .merit_wrap .merit .message {
        /* padding: 9.74vw 0 10.76vw; */
        height: 48.97vw;
        font-size: 4.1vw;
        font-weight: 500;
        line-height: 7.69vw;
        letter-spacing: 0.07em;
    }

    .find_exhibition_hall {
        width: 100%;
        margin: 10vw 0 0;
        padding: 0 5.12vw;
        background-image: url(../img/map_sp.png);
        background-position: top 6.2vw center;
        background-size: 93%;
    }

    .find_exhibition_hall h2 {
        align-items: center;
        margin-bottom: 7.69vw;
    }

    .area_select {
        width: 100%;
        margin: 0 auto;
    }

    .area_select .area .area_name {
        width: 100%;
        margin: 0 1.28vw 2.56vw;
        padding-top: 0;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        font-size: 4.61vw;
        letter-spacing: 0.05em;
    }

    .area_select .area .pref {
        width: 100%;
        margin-bottom: 2.56vw;
    }

    .area_select .area .pref a {
        width: 19.23vw;
        height: 8.2vw;
        margin: 0 1.28vw 2.56vw;
        font-size: 4.1vw;
        line-height: 7.69vw;
        letter-spacing: 0.05em;
        font-weight: 500;
    }
}