/* 全体 */

:root{
    --container: 1100px;
    --gutter: 30px;
}

html{
    scroll-behavior: smooth;
    scroll-padding-top: 60px;
}

body{
    background: #fcfaf7;
}

.hide{
    display: none;
}

.sp{
    display: block;
}

.pc{
    display: none;
}

p{
    font-family: "MFW-PShueiNGoGinStdN-B";
    font-size: 0.75rem;
    line-height: 1.75;
}

/*
.bold{
    font-size: 1rem;
}
*/

h2{
    font-family: sicrusk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -0.1rem;
}

h3{
    font-family: sicrusk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.8;
}

h4{
    font-family: sicrusk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.75rem;
    line-height: 1;
    color: white;
}

h5{
    font-family: "MFW-PShueiNGoGinStdN-B";
    font-size: 0.75rem;
}

.container{
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 60px 30px;
    margin: 0 auto;
}

.title-line p{
    margin-bottom: 1rem;
}

.multi{
    mix-blend-mode: multiply;
}

.satu{
    filter: saturate(140%);
}

.is-hidden{
    display: none !important;
}

.opa{
    display: inline-block;
    transition: opacity 0s ease, transform 0s ease;
    transform: translateY(0);
}

.opa:hover{
    opacity: 0.7;
    transform: translateY(1px);
}



/* ヘッダー */

.site-header{
    position: fixed;
    top: 0px;
    width: 100%;
    background: #fcfaf7;
    border-bottom: 1px solid #ddd;
    z-index: 5;
}

.site-header .container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    height: 50px;
    padding: 0px 20px;
}

.nav-right{
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.logo{
    width: 200px;
}

.ig{
    width: 18px;
}

.ham-btn{
    width: 18px;
    display: grid;
    place-items: center;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.ham-btn .icon{
    grid-area: 1 / 1;
    width: 18px;
    height: 18px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ham-btn .icon-ham{
    opacity: 1;
}

.ham-btn[aria-expanded="true"] .icon-ham{
    opacity: 0;
}

.ham-btn[aria-expanded="true"] .icon-close{
    opacity: 1;
}

.sp-menu{
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 50px);
    background: #fcfaf7;
    border-top: 1px solid #ddd;
    padding: 40px 40px;
    z-index: 999;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;

    opacity: 0;
    transform: translateY(-8px);
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        visibility 0s linear 0.3s;
}

.sp-menu.is-open{
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;

    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        visibility 0s;
}

@media (prefers-reduced-motion: reduce){
    .sp-menu,
    .ham-btn .icon{
        transition: none;
    }
}

.sp-menu a{
    font-family: sicrusk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2;
}

.inline{
    display: flex;
    gap: 0.25rem;
}

.inline p{
    font-family: sicrusk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2;
}

.sp-menu-nav{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0.4rem;
}

.sp-menu-bot{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.sp-menu-tcs img{
width: 120px;
}

.sp-menu-logos{
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 0.75rem;
}



/* KV */

.container-full{
    margin-top: 50px;
}



/* 出展者 */

.ex-box{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.ex-item{
    transform: rotate(0deg);
    transform-origin: center;
    transition: transform 0s;
    will-change: transform;
}

.ex-item{
    width: 100%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.ex-item img{
    border-radius: 50%;
    width: 70%;
}

.ex-1{
    background-image: url(../img/ex-1.png);
    background-size: 100% 100%;
}

.ex-2{
    background-image: url(../img/ex-2.png);
    background-size: 100% 100%;
}

.ex-3{
    background-image: url(../img/ex-3.png);
    background-size: 100% 100%;
}

.ex-4{
    background-image: url(../img/ex-4.png);
    background-size: 100% 100%;
}

.more-wrap{
    display: grid;
    place-items: center;
}

.btn{
    width: 100px;
}



/* ファッションショー */

.fs-box{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    margin-top: 2rem;
}

.fs-item2{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.fs-schedule{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    padding: 0.25rem;
    margin-top: 1rem;
}

.fs-schedule p{
    text-align: left;
}

.fs-schedule-item{
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    width: 100%;
}

.fs-schedule-item-title{
    width: 4rem;
    height: 1.5rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fs-1{
    background-image: url(../img/fs-1.png);
    background-size: 100% 100%;
}

.fs-2{
    background-image: url(../img/fs-2.png);
    background-size: 100% 100%;
}

.fs-3{
    background-image: url(../img/fs-3.png);
    background-size: 100% 100%;
}

.fs-4{
    background-image: url(../img/fs-4.png);
    background-size: 100% 100%;
}

.textarea{
    padding: 1.5rem 1rem;
    font-size: 0.6rem;
    background-image: url(../img/textarea.png);
    background-size: 100% 100%;
    margin-top: 2rem;
}



/* アクセス */

.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    border: 1px solid #262626;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* 企業 */

#tcs{
    margin-top: 2rem;
}

.tvfw-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 0;
}

.tvfw-box img{
    width: 50%;
    margin-bottom: 2rem;
}



/* フッター */

.footer{
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../img/footer-sp.jpg);
    background-size: cover;
}

.footer p{
    color: white;
    line-height: 1;
}



/* 768px以上 */

@media (min-width: 768px){

    .container{
        gap: 2.5rem;
    }
    
    p{
        font-size: 1rem;
    }

    /*
    .bold{
        font-size: 1.25rem;
    }
    */

    h3{
        font-size: 2rem;
    }
    
    .sp{
        display: none;
    }

    .pc{
        display: block;
    }

    .site-header .container{
        height: 60px;
    }

    .logo{
        width: 240px;
    }

    .nav-right{
        align-items: center;
        gap: 1.5rem;
    }

    .inline{
        display: flex;
        gap: 0.25rem;
    }

    .inline p{
        font-family: sicrusk, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1rem;
        line-height: 1.2;
    }

    .nav{
        display: flex;
        gap: 1.5rem;
    }

    .nav a{
        font-family: sicrusk, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1rem;
        line-height: 1.2;
    }

    .kv{
        height: calc(100dvh - 60px);
    }

    .kv img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .date{
        margin-top: 2rem;
    }

    .fs-box{
        gap: 2rem;
        margin-top: 4rem;
        margin-bottom: 1rem;
    }

    .fs-item2{
        gap: 2rem;
    }

    .fs-schedule{
        display: grid;
        grid-template-columns: repeat(4, auto);
        gap: 1rem;
    }

    .textarea{
        width: 400px;
        margin: 0 auto;
        margin-top: 4rem;
        font-size: 0.75rem;
        padding: 2rem;
    }

    .ex-box{
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.5rem;
    }

    #access .container{
        gap: 4rem;
        padding: 80px 30px;
    }

    #tcs{
        margin-top: 4rem;
    }

    .tcs-box{
        width: 500px;
        margin: 0 auto;
        margin-bottom: 4rem;
    }

    .tvfw-box{
        gap: 2rem;
        margin-bottom: 4rem;
    }

    .tvfw-box img{
        width: 25%;
    }

    .footer{
        background-image: url(../img/footer-pc.jpg);
    }

    footer p{
        font-size: 0.75rem;
    }
    
}

/* 1024px以上 */

@media (min-width: 1024px){
    .ex-box{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

}
