@charset "UFT-8";

/* 共通部分 */
body {
    background: #131212;
    font-family: 'Noto Sans JP', sans-serif;
}

.container {
    display: flex;
    justify-content: center;
}

main {
    border: 16px solid #131212;
    border-top: 0;
    box-sizing: border-box;
    background: #fcfafa;
    max-width: 980px;
    padding: 0px 0px 0px 0px;
    min-height: 100vh;
    text-align: center;
    z-index: 1;
    min-width: 0px;
}

#main-in {
    position: relative;
    overflow-x: hidden;
}

aside {
    background: #131212;
    max-width: 300px;
    padding: 30px 30px 0px 30px;
    text-decoration: none;
}

a {
    text-decoration: none;
}

/* Side Bar */
.side-back {
    background-color: #131212;
    position: sticky;
    top: 30px;
}

.title h5 {
    color: #fcfafa;
    font-family: 'Fjalla One', serif;
    line-height: 1;
    letter-spacing: 0.03em;
    font-size: 72px;
}

.title p {
    color: #fcfafa;
    font-family: 'Fjalla One', serif;
    line-height: 1;
    letter-spacing: 0.03em;
    font-size: 17px;
}

.title p span {
    color: hsl(0, 25%, 98%);
    font-family: 'Noto Sans JP', serif;
    line-height: 1.7;
    font-size: 13px;
}

.side {
    margin-bottom: 20px;
}

#nav {
    margin-bottom: 15px;
}

.menu-item li {
    font-family: 'Fjalla One', serif;
    line-height: 1;
    letter-spacing: 0.03em;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    list-style: none;
}

.menu-item a {
    color: #fcfafa;
}

.menu-item li span {
    color: #fcfafa;
    font-family: 'Noto Sans JP', serif;
    line-height: 1.7;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    list-style: none;
}

.side-link {
    padding-top: 30px;
}

.side-link p {
    color: #fcfafa;
    font-family: 'Noto Sans JP', serif;
    line-height: 1.7;
    padding-top: 5px;
    font-size: 12px;
}

.side-link a {
    color: #fcfafa;
}


.menu-item li a {
    position: relative;
}

.menu-item li a::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 100%;
    background: #fcfafa;
    transition: all .5s;
    opacity: 0;
}

.menu-item li.current a::after,
.menu-item li a:hover::after {
    width: 200px;
    opacity: 1;
}

.menu-item li.current a,
.menu-item li a:hover,
.menu-item li a span:hover {
    color: #000;
}

/* TOP */

.fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.5s;

    &.fadein-left {
        transform: translate(-30px, 0);
    }

    &.fadein-right {
        transform: translate(30px, 0);
    }

    &.fadein-up {
        transform: translate(0, -30px);
    }

    &.fadein-bottom {
        transform: translate(0, 30px);
    }

    &.scrollin {
        opacity: 1 !important;
        transform: translate(0, 0) !important;
    }
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeUp1 {
    animation-name: fadeUpAnime;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeUp2 {
    animation-name: fadeUpAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeUp3 {
    animation-name: fadeUpAnime;
    animation-duration: 2.0s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeUp4 {
    animation-name: fadeUpAnime;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.img-sp {
    display: none;
}

.frame {
    line-height: 0;
    position: sticky;
    top: 0px;
    z-index: calc(infinity);
    position: relative;
}

.frame1 {
    display: flow-root;
    margin: 0px;
    padding: 0px;
    line-height: 1;
}

.Subtract {
    float: left;
}

.Subtract1 {
    float: right;
}

.frame1 {
    line-height: 0;
    position: sticky;
    top: 0px;
    z-index: calc(infinity);
}

.frame2 {
    display: flow-root;
    line-height: 0;
}

.Subtract2 {
    float: left;
}

.Subtract3 {
    float: right;
}

#TOP {
    margin-bottom: 50px;
}


.gray {
    position: absolute;
    right: 0;
}

.gray-pc {}

.gray-sp {
    display: none;
}

.halfcircle_gray {
    position: absolute;
}

.half-sp {
    display: none;
}

.half-pc {
    margin-top: 300px;
}

.circlered {
    position: absolute;
    margin-top: 400px;
    margin-left: 50px;
}

.site-top {
    position: relative;
}

.site-top img {
    object-fit: cover;
    width: 200px;
    height: 40px;
    margin-bottom: 20px;
}

.site-top h1 {
    font-family: 'Fjalla One', serif;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: 20px;
    margin-bottom: 20px;
}

.site-top h2 {
    text-decoration: underline;
    text-decoration-thickness: 0.2em;
    text-decoration-color: #D05353;
    text-underline-offset: -0.05em;
    text-decoration-skip-ink: none;
    font-family: 'Fjalla One', serif;
    line-height: 1.2;
    letter-spacing: 0.03em;
    font-size: 70px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.site-top h3 {
    line-height: 1.7;
    font-size: 24px;
    margin-bottom: 20px;
}

.site-top p {
    line-height: 1.7;
    font-size: 18px;
}

.cam {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cam-back {
    line-height: 1.7;
    font-size: 18px;
    position: relative;
    z-index: 1;
    width: 350px;
    height: 100px;
    text-align: center;
    margin-right: 10px;
    color: #000;
}

.cam-back::before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgb(229, 227, 227);
    background: linear-gradient(90deg, rgba(229, 227, 227, 1) 0%, rgba(237, 95, 95, 1) 100%);
    border-radius: 100px;
}

.cam-back p {
    margin-top: 20px;
}

/* ABOUT */

.half_red {
    position: absolute;
    right: 0;
}

.triangle-red {
    display: block;
    position: absolute;
    margin-top: 40px;
}

.half-red-sp {
    display: none;
}

.half-red-pc {}

.gray_circle {
    position: absolute;
    right: 54px;
}

.about-content {
    position: relative;
}

/* 新規sectコピー */
.about-content h3 {
    text-decoration: underline;
    text-decoration-thickness: 0.2em;
    text-decoration-color: #D05353;
    text-underline-offset: -0.05em;
    text-decoration-skip-ink: none;
    margin-top: 150px;
    font-family: 'Fjalla One', serif;
    line-height: 1;
    letter-spacing: 0.03em;
    font-size: 64px;
}

.about-content {
    padding: 0px 100px;
}

.about-content p {
    line-height: 1.7;
    font-size: 20px;
    margin-bottom: 30px;
}

.about-content p span {
    line-height: 1.7;
    font-size: 16px;
}

/* */

.category {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cate {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cat_sp {
    display: flex;
}

.cat_sp1 {
    display: flex;
}

.img-sp1 {
    display: none;
}

.category-1 {
    display: flex;
    margin-top: 5px;
    justify-content: center;
    align-items: center;
}

.cat-1 {
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    z-index: 1;
    width: 140px;
    height: auto;
    text-align: center;
    margin-right: 10px;
    color: #fcfafa;
}

.cat-1::before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skewX(-15deg);
    content: "";
    background-color: #000;
}

.cat-2 {
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    z-index: 1;
    width: 60px;
    height: auto;
    text-align: center;
    margin-right: 10px;
    color: #fcfafa;
}

.cat-2::before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skewX(-15deg);
    content: "";
    background-color: #000;
}

.cat-3 {
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    z-index: 1;
    width: 80px;
    height: auto;
    text-align: center;
    margin-right: 10px;
    color: #fcfafa;
}

.cat-3::before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skewX(-15deg);
    content: "";
    background-color: #000;
}

.cat-4 {
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    z-index: 1;
    width: 80px;
    height: auto;
    text-align: center;
    margin-right: 10px;
    color: #fcfafa;
}

.cat-4::before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skewX(-15deg);
    content: "";
    background-color: #000;
}

.cat-5 {
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    z-index: 1;
    width: 120px;
    height: auto;
    text-align: center;
    color: #fcfafa;
}

.cat-5::before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skewX(-15deg);
    content: "";
    background-color: #000;
}

.cat-6 {
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    z-index: 1;
    width: 100px;
    height: auto;
    text-align: center;
    margin-right: 10px;
    color: #fcfafa;
    margin-bottom: 30px;
}

.cat-6::before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skewX(-15deg);
    content: "";
    background-color: #000;
}

.cat-7 {
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    z-index: 1;
    width: 230px;
    height: auto;
    text-align: center;
    color: #fcfafa;
    margin-bottom: 30px;
}

.cat-7::before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skewX(-15deg);
    content: "";
    background-color: #000;
}

.about-p {
    margin-bottom: 40px;
}

/* ARCHIVE */
.archive-content h3 {
    text-decoration: underline;
    text-decoration-thickness: 0.2em;
    text-decoration-color: #D05353;
    text-underline-offset: -0.05em;
    text-decoration-skip-ink: none;
    margin-top: 150px;
    font-family: 'Fjalla One', serif;
    line-height: 1;
    letter-spacing: 0.03em;
    font-size: 64px;
}

.archive-content {
    padding: 0px 100px;
}

.archive-content p {
    line-height: 1.7;
    font-size: 20px;
    margin-bottom: 30px;
}

.archive-content p span {
    line-height: 1.7;
    font-size: 16px;
}

/*アーカイブへのリンク*/
.archive-link {
    color: #fcfafa;
    background-color: #d05353;
    padding: 25px 30px;
    display: inline-block;
    border-radius: 50px;
    animation: floating 3.5s infinite;
    transition: color 0.3s, background-color 0.3s;
    border: 2px solid #d05353;
}

@keyframes floating {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.archive-link:hover {
    color: #d05353;
    background-color: #fcfafa;
}

/* LoadingBar */
#LoadingBar {
    margin-top: 110px;
    margin-bottom: 80px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
}

.progressbar-title {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

.move {
    width: fit-content;
    line-height: 1;
    text-align: center;
    margin-bottom: 28px;
}

.now-per {
    font-weight: 900;
}

.num {
    font-size: 40px;
}

.per {
    font-size: 20px;
}

.today {
    line-height: 1.7;
    font-weight: 300;
}

.progressbar {
    height: 20px;
    width: 100%;
    background-color: #e1dfdf;
    padding: 1px;
    border-radius: 10px;
    margin-bottom: 5px;
    border: 2px solid #000;
}

.progressbar-red {
    background: #d05353;
    height: 100%;
    min-width: 14px;
    border-radius: 7px;
    position: relative;
}

.progressbar-red::before {
    position: absolute;
    content: "";
    height: 35px;
    width: 1px;
    background: #000;
    bottom: 50%;
    right: 6px;
}

.goal {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    text-align: right;
}

.loading-text {
    font-weight: 300;
    line-height: 1.7;
    text-align: center;
}

/*背景灰色部分*/
.gray-back {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #e8e8e8;
    margin-bottom: 20px;
    border-radius: 50px 50px 0 0;
}


/* INFO */
#INFO {
    padding: 0 16px;
    margin-bottom: 80px;
}

.info-content h3 {
    text-decoration: underline;
    text-decoration-thickness: 0.2em;
    text-decoration-color: #D05353;
    text-underline-offset: -0.05em;
    text-decoration-skip-ink: none;
    font-family: 'Fjalla One', serif;
    line-height: 1;
    letter-spacing: 0.03em;
    font-size: 64px;
}

.info-content {
    padding: 0px 100px;
}

.info-content p {
    line-height: 1.7;
    font-size: 20px;
    margin-bottom: 40px;
}

.info-content p span {
    line-height: 1.7;
    font-size: 16px;
}

/*展示会情報*/
#INFO article {
    text-align: start;
    background: #fcfafa;
    padding: 30px;
    border: 1px solid #000;
    box-shadow: 6px 10px 0px #000;
    line-height: 1.7;
    margin-bottom: 40px;
}

.news-head {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 40px;
}

.news-icon {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}

.news-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.news-head h4 {
    font-size: 24px;
}

.news-body {
    display: flex;
    justify-content: space-between;
}

.news-meta {
    list-style: none;
    font-size: 18px;
    width: 37%;
}

.news-meta li {
    display: flex;
}

.news-meta li span:first-of-type {
    flex-shrink: 0;
}

.news-meta li:not(:last-of-type) {
    margin-bottom: 10px;
}

.news-detail {
    width: 57%;
}



.copy {
    line-height: 1.7;
    font-size: 12px;
}



/* sp */
@media screen and (max-width: 768px) {
    aside {
        display: none;
    }

    main {
        border: 10px solid #131212;
        border-top: 0;
        background: #fcfafa;
        max-width: 480px;
        padding: 0px 0px 0px 0px;
        text-align: center;
    }

    .img-pc {
        display: none;
    }

    .img-sp {
        display: block;
    }

    .above {
        width: 100%;
        background: #131212;
    }

    .above img {
        position: sticky;
        top: 0px;
        left: 0;
    }

    .frame {
        line-height: 0;
        position: sticky;
        top: 0px;
        z-index: calc(infinity);
        margin-bottom: 40px;
    }

    .frame1 {
        display: flow-root;
        margin: 0px;
        padding: 0px;
        line-height: 0;
    }

    .Subtract {
        float: left;
    }

    .Subtract1 {
        float: right;
    }

    .frame1 {
        line-height: 0;
        position: sticky;
        top: 0px;
        z-index: calc(infinity);
    }

    .frame2 {
        display: flow-root;
        line-height: 0;
    }

    .Subtract2 {
        float: left;
    }

    .Subtract3 {
        float: right;
    }

    /* TOP */

    .gray-pc {
        display: none;
    }

    .gray-sp {
        display: block;
        z-index: 0;
    }

    .img-sp1 {
        display: block;
    }

    .half-sp {
        display: block;
        position: absolute;
        margin-top: 180px;
    }

    .half-pc {
        display: none;
    }


    .circlered {
        display: none;
    }

    .site-top img {
        object-fit: cover;
        width: 100px;
        height: 20px;
        margin-bottom: 40px;
    }

    .site-top h1 {
        font-family: 'Fjalla One', serif;
        line-height: 1;
        letter-spacing: 0.05em;
        font-size: 16px;
        margin-bottom: 40px;
    }

    .site-top h2 {
        text-decoration: underline;
        text-decoration-thickness: 0.2em;
        text-decoration-color: #D05353;
        text-underline-offset: -0.05em;
        text-decoration-skip-ink: none;
        font-family: 'Fjalla One', serif;
        line-height: 1.2;
        letter-spacing: 0.03em;
        font-size: 40px;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 40px;
    }

    .site-top h3 {
        line-height: 1.7;
        font-size: 16px;
        margin-bottom: 40px;
    }

    .site-top p {
        line-height: 1.7;
        font-size: 15px;
    }

    .cam {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cam-back {
        line-height: 1.7;
        font-size: 18px;
        position: relative;
        z-index: 1;
        width: 300px;
        height: 90px;
        text-align: center;
        margin-right: 10px;
        color: #000;
    }

    .cam-back::before {
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        background: rgb(229, 227, 227);
        background: linear-gradient(90deg, rgba(229, 227, 227, 1) 0%, rgba(237, 95, 95, 1) 100%);
        border-radius: 100px;
    }

    .cam-back p {
        margin-top: 20px;
    }

    /* ABOUT */

    .half-red-sp {
        display: block;
    }

    .half-red-pc {
        display: none;
    }

    .gray_circle {
        display: none;
    }

    /* 新規sectコピー */
    .about-content h3 {
        text-decoration: underline;
        text-decoration-thickness: 0.2em;
        text-decoration-color: #D05353;
        text-underline-offset: -0.05em;
        text-decoration-skip-ink: none;
        margin-top: 80px;
        font-family: 'Fjalla One', serif;
        line-height: 1;
        letter-spacing: 0.03em;
        font-size: 36px;
    }

    .about-content {
        padding: 0px 50px;
    }

    .about-content p {
        line-height: 1.7;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .about-content p span {
        line-height: 1.7;
        font-size: 14px;
    }

    /* */

    .category {
        display: block;
    }

    .cat_sp {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cat_sp1 {
        display: flex;
        margin-top: 5px;
        justify-content: center;
        align-items: center;
    }

    .cate {
        display: block;
    }

    .category-1 {
        display: flex;
        margin-top: 5px;
        justify-content: center;
        align-items: center;
    }

    .cat-1 {
        line-height: 1.7;
        font-size: 14px;
        position: relative;
        z-index: 1;
        width: 120px;
        height: auto;
        text-align: center;
        margin-right: 10px;
        color: #fcfafa;
    }

    .cat-1::before {
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transform: skewX(-15deg);
        content: "";
        background-color: #000;
    }

    .cat-2 {
        line-height: 1.7;
        font-size: 14px;
        position: relative;
        z-index: 1;
        width: 60px;
        height: auto;
        text-align: center;
        margin-right: 10px;
        color: #fcfafa;
    }

    .cat-2::before {
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transform: skewX(-15deg);
        content: "";
        background-color: #000;
    }

    .cat-3 {
        line-height: 1.7;
        font-size: 14px;
        position: relative;
        z-index: 1;
        width: 80px;
        height: auto;
        text-align: center;
        margin-right: 10px;
        color: #fcfafa;
    }

    .cat-3::before {
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transform: skewX(-15deg);
        content: "";
        background-color: #000;
    }

    .cat-4 {
        line-height: 1.7;
        font-size: 14px;
        position: relative;
        z-index: 1;
        width: 80px;
        height: auto;
        text-align: center;
        margin-right: 10px;
        color: #fcfafa;
    }

    .cat-4::before {
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transform: skewX(-15deg);
        content: "";
        background-color: #000;
    }

    .cat-5 {
        line-height: 1.7;
        font-size: 14px;
        position: relative;
        z-index: 1;
        width: 110px;
        height: auto;
        text-align: center;
        color: #fcfafa;
    }

    .cat-5::before {
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transform: skewX(-15deg);
        content: "";
        background-color: #000;
    }

    .cat-6 {
        line-height: 1.7;
        font-size: 14px;
        position: relative;
        z-index: 1;
        width: 100px;
        height: auto;
        text-align: center;
        margin-right: 10px;
        color: #fcfafa;
        margin-bottom: 30px;
    }

    .cat-6::before {
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transform: skewX(-15deg);
        content: "";
        background-color: #000;
    }

    .cat-7 {
        line-height: 1.7;
        font-size: 14px;
        position: relative;
        z-index: 1;
        width: 200px;
        height: auto;
        text-align: center;
        color: #fcfafa;
        margin-bottom: 30px;
    }

    .cat-7::before {
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transform: skewX(-15deg);
        content: "";
        background-color: #000;
    }

    .about-p {
        line-height: 1.7;
        font-size: 10px;
        margin-bottom: 40px;
        font-size: 14px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .archive-content h3 {
        text-decoration: underline;
        text-decoration-thickness: 0.2em;
        text-decoration-color: #D05353;
        text-underline-offset: -0.05em;
        text-decoration-skip-ink: none;
        margin-top: 80px;
        font-family: 'Fjalla One', serif;
        line-height: 1;
        letter-spacing: 0.03em;
        font-size: 36px;
    }

    .archive-content {
        padding: 0px 50px;
    }

    .archive-content p {
        line-height: 1.7;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .archive-content p span {
        line-height: 1.7;
        font-size: 14px;
    }

    .archive-link {
        font-size: 15px;
        padding: 20px 25px;
    }

    /* LoadingBar */
    #LoadingBar {
        margin-top: 80px;
        margin-bottom: 50px;
    }

    .progressbar-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    /* 背景灰色 */
    .gray-back {
        padding: 30px 0;
    }

    /* INFO */
    #INFO {
        margin-bottom: 50px;
    }

    .info-content h3 {
        text-decoration: underline;
        text-decoration-thickness: 0.2em;
        text-decoration-color: #D05353;
        text-underline-offset: -0.05em;
        text-decoration-skip-ink: none;
        font-family: 'Fjalla One', serif;
        line-height: 1;
        letter-spacing: 0.03em;
        font-size: 36px;
    }

    .info-content {
        padding: 0px 50px;
    }

    .info-content p {
        line-height: 1.7;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .info-content p span {
        line-height: 1.7;
        font-size: 14px;
    }

    /* 展示会情報 */
    #INFO article {
        padding: 20px;
        box-shadow: 3px 5px 0px;
        margin-bottom: 30px;
    }

    .news-body {
        flex-direction: column;
        gap: 25px;
    }

    .news-head {
        gap: 10px;
        margin-bottom: 25px;
    }

    .news-icon {
        width: 80px;
        height: 80px;
    }

    .news-head h4 {
        font-size: 20px;
    }

    .news-meta {
        width: 100%;
        font-size: 16px;
    }

    .news-detail {
        width: 100%;
        font-size: 14px;
    }


    .copy {
        line-height: 1.7;
        font-size: 10px;
    }
}