@import url(reset.css);

html{
    font-size: 16px;
    line-height: 1.6;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    background-color: #ececec;
}

.mundial{
    font-family: "mundial";
}

.dm-sans{
    font-family: "DM Sans", sans-serif;
}

.br-pc,
.br-tablet,
.br-phone {
    display: none;
}

/*スマホ用のデザインはここから*/
@media screen and (max-width:767px) {
    .br-phone {
        display: block;
    }

    .pc-space{
        display: none;
    }

    .phone-invisible{
        display: none;
    }

    .first-view{
        position: relative;
        overflow: hidden;
        width: 100%;
        height: auto;
        display: block;
    }

    .main-visual{
        position: absolute;
        bottom: 0;
        left: 0;
    }

/* カウントダウン */
    .countdown-box {
        position: relative;
        color: #f7f7f7;
        background-color: #000000;
        width: 100%;
        padding-top: 28px;
        padding-bottom: 40px;
    }

    .countdown-box::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 12px;
        background: linear-gradient(90deg, #0cc0df, #ffde59);
    }

    .countdown-title{
        text-align: center;
    }

    .cd-large{
        font-size:2rem;
    }

    .cd-small{
        font-size:1.2rem;
    }

    .countdown-list{
        display: flex;
        justify-content: space-evenly;
    }

    .countdown-unit{
        font-family: "DM Sans", sans-serif;
        font-weight: bold;
        display: flex;
        align-items: center;
    }

    .countdown-unit-number{
        font-size: 2rem;
    }

    .countdownunit-label{
        font-size: 1rem;
        margin-left: 1rem;
    }
/* ここまでカウントダウン */

/* navigation */
    nav{
        display: none;
    }
/* ここまでnavigation */

/* concept */
    .concept-deco-char{
        display: none;
    }

    .about-exhibition{
        position: relative;
        width: 100%;
        margin-top: 10rem;
        margin-bottom: 5rem;
        font-weight: bold;
        overflow: hidden;
    }

    .concept-container{
        position: relative;
        margin: 0 5%;
        z-index: 2;
    }

    .h2-concept{
        font-family: "DM Sans", sans-serif;
        font-size: 5rem;
        letter-spacing: 0.1rem;
        margin-bottom: 50px;
    }

    @media (max-width: 414px) {
        .h2-concept{
            font-size: 18vw;
        }
    }

    .about-title-first-sentence{
        font-size: 1.75rem;
    }

    .about-title-sentence{
        font-size: 14px;
    }

    .concept-paint{
        position: absolute;
        top: 0%;
        right: -70%;
        width: 40rem;
        z-index: 1;
    }
/* ここまでConcept */

/* ここからAbout */
    .about-fmr{
        width: 100%;
        font-weight: bold;
        color: #ffffff;
        background-color: #515151;
        padding: 5rem 5%;
        overflow: hidden;
    }

    .h2-about-fmr{
        font-family: "DM Sans", sans-serif;
        font-size: 5rem;
        letter-spacing: 0.1rem;
    }

    .h2-sub-about-fmr{
        display: block;
        font-size: 1.5rem;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 50px;
    }

    .comment{
        font-size: 0.95rem;
    }

    .prof-name{
        font-size: 1.25rem;
        margin-top: 5vw;
    }
/* ここまでAbout */

/* ここからworks */
    .works {
        position: relative;
        width: 100%;
        padding: 5rem 5%;
        overflow: hidden;
    }


    .h2-works-container{
        position: relative;
        margin-bottom: 50px;
        z-index: 2;
    }

    .h2-works {
        font-family: "DM sans", sans-serif;
        font-size: 5rem;
        letter-spacing: 0.3rem;
        font-weight: bold;
    }

    .h2-sub-works {
        display: block;
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        font-size: 1.5rem;
        font-weight: normal;
        line-height: 1.2;
    }

    .works-container {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, 30vw);
        justify-content: space-evenly;
        gap: 4vw;
        width: 100%;
        z-index: 2;
    }

    .works-item {
        aspect-ratio: 1 / 1;
        background-color: #3a3a3a;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .works p{
        color: #ffffff;
        font-family: "DM sans", sans-serif;
        font-size: 1rem;
        font-weight: bold;
        user-select: none;
    }

    .works-paint1{
        position: absolute;
        top: 40%;
        left: -50%;
        width: 100%;

    }

    .works-paint2{
        position: absolute;
        top: 10%;
        right: -50%;
        width: 100%;
    }

    .works-paint3{
        position: absolute;
        bottom: 5%;
        right: -40%;
        width: 100%;
    }
/* worksここまで */

/* ここからinformation */
    .information{
        font-weight: bold;
        width: 100%;
        margin-bottom: 50px;
        container-type: inline-size;
        overflow: hidden;
    }

    .info-picture-area{
        display: none;
    }

    .information-content-container{
        margin: 0 5%;
    }

    .h2-information{
        font-family: "DM Sans", sans-serif;
        font-size: 5rem;
        font-weight: bold;
        letter-spacing: 0.2rem;
        margin-bottom: 50px;
        z-index: 1;
    }

    @media (max-width: 610px) {
        .h2-information {
            font-size: 13vw;
        }
    }

    .divider{
        border: solid 0.7px #000000;
        margin: 1.5vw 0;
        width: 100%;
    }


    .information-text-area{
        display: flex;
        font-size: 1rem;
        justify-content: space-between;
    }

    .information-right-text-area{
        text-align: right;
    }
/* ここまでinformation */

/* credit */
    .credit {
        display: block;
        font-family: "DM Sans", sans-serif;
        margin-top: 5vw;
    }

    .credit-pale-bg p {
        transition: opacity 2s;
        line-height: 2em;
    }


    .credit-pale-bg-wrapper {
        width: 80vw;
        margin: 0 auto;
    }

    .credit-pale-bg {
        width: 80vw;
        font-size: 0.9rem;
        background-color: #ececec;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
    }

    .credit-button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80vw;
        height: 10vw;
        color: #ffffff;
        background-color: transparent;
        border: solid 1px #ffffff;
        font-size: 2rem;
        cursor: pointer;
        position: relative;
        margin: 0 auto;
    }

    .credit-button:hover {
        opacity: 0.7;
    }

    .credit.closed .credit-pale-bg, .credit.open .credit-pale-bg {
        transition: height 2s ease-in-out;
        overflow: hidden;
    }

    .credit.closed .credit-pale-bg {
        height: 0;
    }

    .credit.open .credit-pale-bg {
        height: 750px;
    }

    .credit.closed p {
        opacity: 0;
    }

    .credit-sankaku {
        border: 0;
        border-bottom: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        display: inline-block;
        width: 0.875rem;
        height: 0.875rem;
        margin-left: 2vw;
        transform: rotate(45deg);
        transition: transform 1s ease;
    }

    .credit.closed .credit-sankaku {
        margin-bottom: 1vw;
    }

    .credit.open .credit-sankaku {
        margin-top: 2vw;
        transform: rotate(225deg)
    }

    @media (prefers-reduced-motion) {
        .credit-button {
            transition: none;
        }
        .credit.closed .credit-pale-bg, .credit.open .credit-pale-bg {
            transition: none;
        }
        .credit.closed p {
            opacity: 1;
            transition: none;
        }
        .credit-sankaku {
            transition: none;
        }
        .credit.open .credit-sankaku {
            transform: none;
        }
    }

    .job {
        font-weight: bold;
        margin-top: 2rem;
    }
/* credit end */


/* footer */
    footer {
        background-color: #515151;
        padding-top: 5vw;
        padding-bottom: 5vw;
    }

    .footer-left-column {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .izure-logo-furigana{
        width: 30vw;
    }
    
    .izure-subsentence{
        display: none;
    }

    .fmr-logo {
        width: fit-content;
    }

    .fmr-logo-image{
        width: 40vw;
    }

    .fmr-logo-link:hover {
        opacity: 0.7;
        cursor: pointer;
    }

    .seminar-name{
        color: #ffffff;
        font-size: 0.7rem;
        text-align: center;
        margin-top: 0.3rem;
    }

    .exhibition_log {
        width: 80vw;
        height: 10vw;
        margin: 0 auto;
    }

    .exhibition_log a {
        color: #ffffff;
        font-size: 2rem;
        line-height: 6vw;
        width: 100%;
        height: 100%;
        border: solid 1px #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1vw;
    }

    .new-tab {
        width: 1.75rem;
        height: auto;
        display: inline-block;
    }

    footer .exhibition_log:hover {
        opacity: 0.7;
        cursor: pointer;
    }

    .sns-icon{
        display: flex;
        justify-content: center;
        gap: 7.5vw;
        margin-top: 13vw;
        margin-bottom: 1vw;
    }

    .ig-icon{
        width: 32px;
    }

    .x-icon{
        width: 30px;
    }

    footer .copyright {
        color: #8f8f8f;
        font-family: "DM Sans", sans-serif;;
        font-size: 0.875rem ;
        text-align: center;
    }
/* footer end */
}

/*タブレット用のデザインはここから*/
@media screen and (min-width:768px){
    .br-phone {
        display: none;
    }

    .br-tablet {
        display: block;
    }

    .anchor {
        scroll-margin-top: 100px;
    }

    .first-view{
        position: relative;
        overflow: hidden;
        width: 100%;
        height: auto;
        display: block;
    }

    .main-visual{
        position: absolute;
        bottom: 0;
        left: 0;
    }


/* カウントダウン */
    .countdown-box {
        position: relative;
        color: #f7f7f7;
        background-color: #000000;
        width: 40rem;
        padding-top: 28px;
        padding-bottom: 40px;
    }

    .countdown-box::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 12px;
        background: linear-gradient(90deg, #0cc0df, #ffde59);
    }

    .countdown-title{
        margin-left: 4rem;
    }

    .cd-large{
        font-size: clamp(2rem, 3vw, 3rem);
    }

    .cd-small{
        font-size: clamp(1.2rem, 1.8vw, 1.8rem);
        margin-left: 4rem;
    }

    .countdown-list{
        display: flex;
        margin-left: 4rem;
    }

    .countdown-unit{
        font-family: "DM Sans", sans-serif;
        font-weight: bold;
        display: flex;
        align-items: center;
        margin-right: clamp(2rem, 3vw, 3rem);
    }

    .countdown-unit-number{
        font-size: clamp(2rem, 3vw, 3rem);
    }

    .countdownunit-label{
        font-size: clamp(1rem, 2.5vw, 2.5rem);
        margin-left: clamp(1rem, 1.5vw, 1.5rem);
    }
/* カウントダウン終わり */
/* ここからNavigation */
    nav {
        color: #ffffff;
        font-family: "DM Sans", sans-serif;
        font-weight: bold;
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #000000;
        opacity: 0;
        pointer-events: none;
        z-index: 20;
    }

    nav ul {
        display: flex;
        height: 90px;
        font-size: 2vw;
    }

    nav img {
        filter: invert(1);
        height: 48px;
    }

    .nav-hover {
        display: flex; 
        flex: 1;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    nav a:hover{
        opacity: 0.3;
    }

    .sticky {
        opacity: 1;
        pointer-events: auto; /* 操作できる */
    }
/* ここまでNavigation */

/* Concept */
    .concept-deco-char{
        display: none;
    }

    .about-exhibition{
        position: relative;
        width: 100%;
        margin-top: 10rem;
        margin-bottom: 7.5rem;
        font-weight: bold;
        overflow: hidden;
    }

    .h2-concept{
        font-family: "DM Sans", sans-serif;
        font-size: 4rem;
        letter-spacing: 0.1rem;
        margin-bottom: 50px;
    }

    .concept-container{
        position: relative;
        margin-left: 10%;
        z-index: 2;
    }

    .about-title-first-sentence{
        font-size: 1.75rem;
    }

    .about-title-sentence{
        font-size: 1rem;
    }

    .concept-paint {
        position: absolute;
        top: 7%;
        right: -45%;
        width: 100%;
        z-index: 1;
    }

/* ここまでConcept */

/* ここからAbout */
    .about-fmr{
        width: 100%;
        font-weight: bold;
        color: #ffffff;
        background-color: #515151;
        padding: 7.5rem 10%;
        overflow: hidden;
    }

    .h2-about-fmr{
        font-family: "DM Sans", sans-serif;
        font-size: 5rem;
        letter-spacing: 0.1rem;
    }

    .h2-sub-about-fmr{
        display: block;
        font-size: 1rem;
        font-weight: normal;
        margin-left: 2rem;
        line-height: 1.2;
        margin-bottom: 50px;
    }

    .comment{
        font-size: 0.95rem;
    }

    .prof-name{
        font-size: 1.25rem;
        margin-top: 5vw;
    }
/* ここまでAbout */

/* ここからworks */
    .works {
        position: relative;
        width: 100%;
        padding: 7.5rem 10%;
        overflow: hidden;
    }

    .h2-works-container{
        position: relative;
        margin-bottom: 50px;
        z-index: 2;
    }

    .h2-works {
        font-family: "DM sans", sans-serif;
        font-size: 5rem;
        letter-spacing: 0.3rem;
        font-weight: bold;
    }

    .h2-sub-works {
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        font-size: 1rem;
        font-weight: normal;
        margin-left: 1rem;
    }

    .works-container {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 20vw);
        justify-content: space-evenly;
        gap: 4vw;
        width: 100%;
        z-index: 2;
    }

    .works-item {
        aspect-ratio: 1 / 1;
        background-color: #3a3a3a;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .works p{
        color: #ffffff;
        font-family: "DM sans", sans-serif;
        font-weight: bold;
        user-select: none;
    }

    .works-paint1{
        position: absolute;
        top: 40%;
        left: -50%;
        width: 100%;

    }

    .works-paint2{
        position: absolute;
        top: 10%;
        right: -50%;
        width: 100%;
    }

    .works-paint3 {
        display: none;
    }
/* worksここまで */

/* ここからinformation */
    .information{
        display: flex;
        font-weight: bold;
        width: 100%;
        margin-top: 7.5rem;
        margin-bottom: 7.5rem;
    }

    .info-picture-area{
        user-select: none;
        width: 30%;
    }

    .info-picture-pc {
        display: none
    }

    .info-picture {
        width: 100%;
        height: 800px;
    }

    .information-content-container{
        font-size: 1rem;
        width: 50%;
        margin: 0 10%;
    }

    .h2-information{
        font-family: "DM Sans", sans-serif;
        font-size: 4rem;
        font-weight: bold;
        letter-spacing: 0.2rem;
        margin-left: 0%;
        margin-bottom: 4vw;
        z-index: 1;
    }

    .divider{
        border: solid 0.7px #000000;
        margin: 1.5vw 0;
        width: 100%;
    }


    .information-text-area{
        display: flex;
    }

    .information-left-text-area{
        width: 8rem;
    }
/* ここまでinformation */

/* credit */
    .credit {
        display: block;
        font-family: "DM Sans", sans-serif;
        margin-top: 5vw;
    }

    .credit-pale-bg p {
        transition: opacity 2s;
        line-height: 2em;
    }

    .credit-pale-bg-wrapper {
        width: 80vw;
        margin: 0 auto;
    }

    .credit-pale-bg {
        width: 80vw;
        font-size: 1rem;
        background-color: #ececec;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
    }

    .credit-button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80vw;
        height: 10vw;
        color: #ffffff;
        background-color: transparent;
        border: solid 1px #ffffff;
        font-size: 2.5rem;
        cursor: pointer;
        position: relative;
        margin: 0 auto;
    }

    .credit-button:hover {
        opacity: 0.7;
    }

    .credit.closed .credit-pale-bg, .credit.open .credit-pale-bg {
        transition: height 2s ease-in-out;
        overflow: hidden;
    }

    .credit.closed .credit-pale-bg {
        height: 0;
    }

    .credit.open .credit-pale-bg {
        height: 800px;
    }

    .credit.closed p {
        opacity: 0;
    }

    .credit-sankaku {
        border: 0;
        border-bottom: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        display: inline-block;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: 2vw;
        transform: rotate(45deg);
        transition: transform 1s ease;
    }

    .credit.closed .credit-sankaku {
        margin-bottom: 1vw;
    }

    .credit.open .credit-sankaku {
        margin-top: 2vw;
        transform: rotate(225deg)
    }

    @media (prefers-reduced-motion) {
        .credit-button {
            transition: none;
        }
        .credit.closed .credit-pale-bg, .credit.open .credit-pale-bg {
            transition: none;
        }
        .credit.closed p {
            opacity: 1;
            transition: none;
        }
        .credit-sankaku {
            transition: none;
        }
        .credit.open .credit-sankaku {
            transform: none;
        }
    }

    .job {
        font-weight: bold;
        margin-top: 2rem;
    }
/* credit end */


/* footer */
    footer {
        background-color: #515151;
        margin-top: 7.5rem;
        padding-top: 5vw;
        padding-bottom: 5vw;
    }

    .footer-left-column {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 3rem;
    }

    .izure-logo-furigana{
        width: 30vw;
    }
    
    .izure-subsentence{
        font-size: 1rem;
        margin-top: -2rem;
    }

    .fmr-logo {
        width: fit-content;
        padding-top: 3rem;
    }

    .fmr-logo-image{
        width: 40vw;
    }

    .fmr-logo-link:hover {
        opacity: 0.7;
        cursor: pointer;
    }

    .seminar-name{
        color: #ffffff;
        font-size: 1rem;
        text-align: center;
        margin-top: 3rem;
    }

    .exhibition_log {
        width: 80vw;
        height: 10vw;
        margin: 0 auto;
    }

    .exhibition_log a {
        color: #ffffff;
        font-size: 2.5rem;
        line-height: 6vw;
        width: 100%;
        height: 100%;
        border: solid 1px #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1vw;
    }

    .new-tab {
        width: 3rem;
        height: auto;
        display: inline-block;
    }

    footer .exhibition_log:hover {
        opacity: 0.7;
        cursor: pointer;
    }

    .sns-icon{
        display: flex;
        justify-content: center;
        gap: 7.5vw;
        margin-top: 7vw;
        margin-bottom: 1vw;
    }

    .ig-icon{
        width: 48px;
    }

    .x-icon{
        width: 46px;
    }

    .sns-icon img:hover{
        opacity: 0.7;
        cursor: pointer;
    }

    footer .copyright {
        color: #8f8f8f;
        font-family: "DM Sans", sans-serif;;
        font-size: 1rem;
        text-align: center;
    }
/* footer end */
}

/* pc画面 */
@media screen and (min-width:1024px){
    .br-tablet {
        display: none;
    }

    .br-pc {
        display: block;
    }

    .pc-space{
        margin-left: 1.5rem;
    }   

    .first-view{
        position: relative;
        overflow: hidden;
        width: 100%;
        height: auto;
        display: block;
    }

    .main-visual{
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .anchor {
        scroll-margin-top: 150px;
    }

    #anchor-works {
        scroll-margin-top: 300px;
    }


/* カウントダウン */
    .countdown-box {
        position: relative;
        color: #f7f7f7;
        background-color: #000000;
        width: 61%;
        padding-top: 28px;
        padding-bottom: 40px;
    }

    .countdown-box::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 12px;
        background: linear-gradient(90deg, #0cc0df, #ffde59);
    }

    .countdown-title{
        margin-left: 4rem;
    }

    .cd-large{
        font-size: clamp(2rem, 3vw, 3rem);
    }

    .cd-small{
        font-size: clamp(1.2rem, 1.8vw, 1.8rem);
        margin-left: 4rem;
    }

    .countdown-list{
        display: flex;
        margin-left: 4rem;
    }

    .countdown-unit{
        font-family: "DM Sans", sans-serif;
        font-weight: bold;
        display: flex;
        align-items: center;
        margin-right: clamp(2rem, 3vw, 3rem);
    }

    .countdown-unit-number{
        font-size: clamp(2rem, 3vw, 3rem);
    }

    .countdownunit-label{
        font-size: clamp(1rem, 2.5vw, 2.5rem);
        margin-left: clamp(1rem, 1.5vw, 1.5rem);
    }
/* カウントダウン終わり */

/* ここからNavigation */
    nav {
        font-family: "DM Sans", sans-serif;
        font-weight: bold;
        color: #ffffff;
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #000000;
        opacity: 0;
        z-index: 20;
    }

    nav ul {
        display: flex;
        height: 100px;
        font-size: 2vw;
    }

    nav img {
        height: 96px;
    }

    .nav-hover {
        display: flex; 
        flex: 1;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .nav-hover:not(:last-child)::after {
        content: '';
        position: absolute;
        background: #000000;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 30px; 
        width: 2px;
    }

    nav a:hover{
        opacity: 0.3;
    }

    .sticky {
        opacity: 1;
        pointer-events: auto; /* 操作できる */
    }
/* ここまでNavigation */

/* コンセプト */
    .about-exhibition{
        position: relative;
        width: 100%;
        margin-top: 15rem;
        padding-bottom: 10rem;
        font-weight: bold;
        overflow: hidden;
    }

    .concept-container{
        margin-left: 15%;
    }

    .h2-concept{
        font-family: "DM Sans", sans-serif;
        font-size: 5.3vw;
        letter-spacing: 0.3rem;
        margin-bottom: 50px;
    }

    .about-title-first-sentence{
        font-size: 2vw
    }

    .about-title-sentence{
        font-size: 1vw;
    }

    @media (max-width: 1600px) {
        .about-title-sentence{
            font-size: 1rem;
        }
    }

    .concept-deco-char{
        color: #ffffff;
        user-select: none;
        position: absolute;
        top: 3%;
        left: 70%;
        z-index: 2;
    }

    .concept-deco-vertical{
        writing-mode: vertical-lr;
        text-orientation: sideways;
        margin-left: 3vw;
        font-size: 6vw;
    }

    .concept-deco-horizon{
        font-size: 4.5vw;
    }

    .concept-paint{
        display: inline;
        position: absolute;
        top: 7%;
        right: -45%;
        width: 100%;
        filter: saturate(200%);
        z-index: 1;
    }

/* ここまでコンセプト */

/* ここからAbout */
    .about-fmr{
        width: 100%;
        font-weight: bold;
        color: #ffffff;
        background-color: #515151;
        padding: 10rem 15%;
        overflow: hidden;
    }

    .h2-about-fmr{
        font-family: "DM Sans", sans-serif;
        font-size: 5.3vw;
        letter-spacing: 0.3rem;
        margin-bottom: 50px;
    }

    .h2-sub-about-fmr{
        display: inline;
        font-size: 1.2vw;
        font-weight: normal;
        margin-left: 2rem;
    }

    .comment{
        font-size: 1vw;
    }

    @media (max-width: 1600px) {
        .comment{
            font-size: 1rem;
        }
    }

    .prof-name{
        font-size: 1vw;
        margin-top: 5vw;
    }

    @media (max-width: 1600px) {
        .prof-name{
            font-size: 1.5rem;
        }
    }
/* ここまでAbout */

/* ここからworks */
    .works {
        position: relative;
        width: 100%;
        padding: 300px 0 300px 0;
        overflow: hidden;
    }

    .works-content-wrapper{
        display: flex;
    }

    .h2-works-container{
        margin-left: 3vw;
        margin-top: -10%;
        z-index: 2;
    }

    .h2-works {
        font-family: "DM sans", sans-serif;
        font-size: 7vw;
        font-weight: bold;
        letter-spacing: 0.3rem;
        writing-mode: vertical-rl;
        text-orientation: sideways;
    }

    .h2-sub-works {
        font-family: "Zen Kaku Gothic Antique", sans-serif;
        font-size: 2vw;
        font-weight: normal;
        margin-top: 3rem;
    }

    .works-container {
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, 16vw);
        justify-content: end;
        margin-right: 5vw;
        z-index: 2;
    }

    .works-item {
        aspect-ratio: 1 / 1;
        background-color: #3a3a3a;
        display: flex;
    }

    .works-container{
        z-index: 2;
    }

    .works p{
        color: #ffffff;
        font-family: "DM sans", sans-serif;
        font-size: 1.5vw;
        font-weight: bold;
        user-select: none;
    }

    .works-paint1{
        display: inline;
        position: absolute;
        top: 40%;
        left: -50%;
        width: 100%;
    }

    .works-paint2{
        display: inline;
        position: absolute;
        top: 15%;
        right: -50%;
        width: 100%;
    }

/* worksここまで */

/* ここからinformation */
    .information{
        display: flex;
        font-weight: bold;
        width: 100%;
        margin-bottom: 10vw;
    }

    .h2-information{
        font-family: "DM Sans", sans-serif;
        font-size: 5.3vw;
        font-weight: bold;
        letter-spacing: 0.3rem;
        margin-left: 14vw;
        margin-bottom: 4vw;
    }

    .info-picture-area{
        width: 41%;
        margin: 0;
        margin-top: 5vw;
    }

    .info-picture{
        display: none;
    }

    .info-picture-pc {
        display: inline;
        width: 100%;
    }

    .information-content-container{
        width: 59%;
        margin: 0;
    }

    .information-text-area {
        font-size: 1vw;
        margin-left: 8vw;
    }

    .information-left-text-area {
        width: 13vw;
    }

    .divider{
        width: 70%;
        margin-left: 8vw;
    }
/* ここまでinformation */

/* credit */
    .credit-pale-bg-wrapper {
        width: 55vw;
        margin: 0 auto;
    }


    .credit-pale-bg {
        width: 55vw;
        font-size: 1vw;
        background-color: #ececec;
        display: grid;
        grid-template-columns: repeat(2, 22.5vw);
        column-gap: 2vw;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
    }

    .credit-button {
        width: 55vw;
        font-size: 3.5vw;
        height: 6vw;
    }

    .credit-sankaku {
        border-bottom: solid 3px #ffffff;
        border-right: solid 3px #ffffff;
        width: 2vw;
        height: 2vw;
    }

    .names {
        margin-top: 2rem;
    }
    
/* credit end */


/* footer */
    footer {
        background-color: #515151;
        display: flex;
        padding-top: 5vw;
        padding-bottom: 2vw;
    }

    .footer-left-column{
        display: inline;
        width: 30%;
    }

    .izure-logo{
        margin-left: 10vw;
    }

    .izure-logo-furigana{
        width: 15vw;
    }
    
    .izure-subsentence{
        font-size: 1.1vw;
        margin-top: -3vw;
        margin-left: 3vw;
    }

    .fmr-logo {
        width: fit-content;
        margin: 7vw 0 0 12vw;
    }

    .fmr-logo-image{
        width: 18vw;
    }

    .fmr-logo-link:hover {
        opacity: 0.7;
        cursor: pointer;
    }

    .seminar-name{
        color: #ffffff;
        font-size: 1.1vw;
        text-align: left;
        margin-top: 1rem;
    }

    .footer-right-column{
        width: 70%;
        padding-top: 3.5vw;
        padding-left: 6vw;
    }


    .exhibition_log {
        width: 55vw;
        height: 6vw;
    }

    .exhibition_log a {
        color: #ffffff;
        font-size: 3.5vw;
        line-height: 6vw;
        width: 100%;
        height: 100%;
        border: solid 1px #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1vw;
    }

    .new-tab {
        width: 4vw;
        height: auto;
        display: inline-block;
    }

    footer .exhibition_log:hover {
        opacity: 0.7;
        cursor: pointer;
    }

    .sns-icon{
        margin-top: 15vw;
        margin-right: 10vw;
        gap: 1vw;
        justify-content: end;
    }

    .ig-icon{
        width: 2vw;
    }

    .x-icon{
        width: 2vw;
    }

    .sns-icon img:hover{
        opacity: 0.7;
        cursor: pointer;
    }


    footer .copyright {
        font-size: 1vw;
        text-align: right;
        margin-right: 10vw;
    }
/* footer end */
}

