@charset "UTF-8";

main{
    overflow: hidden;
}
.section-top{
    height: 90vh;
    overflow: visible;
    margin: 10vh auto 0;
    padding-top: 4vh;
}
.visual-box{
    background-image: url(../images/mainVisual.webp);
}
.section-top::after{
    display: block;
    content: "";
    width: 6px;
    height: 20vh;
    background-color: var(--mainYellow);
    position: absolute;
    right: 0;
    left: 0;
    bottom: -20vh;
    margin: 0 auto;
}
.visual-box::after{
    display: block;
    content: "";
    width: 6px;
    height: 0;
    aspect-ratio: 1/1;
    background-color: var(--mainYellow);
    position: absolute;
    right: 0;
    bottom: -70vh;
    left: 0;
    z-index: -2;
    margin:0 auto;
    animation: line-fade 3s 2.5s forwards;
}
@keyframes line-fade {
    0%{
        height: 0;
    }
    100%{
        height: 70vh;
    }
}

/* =============
　section-about
================ */
.section-about{
    height: fit-content;
    width: 100%;
    padding: 20vh 0 0;
    position: relative;
}
.section-about::before{
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    background-color: var(--mainYellow);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.about-circle{
    width: min(70%, 500px);
    aspect-ratio: 1/1;
    margin: auto;
    background-color: white;
    border: 4px solid var(--mainYellow);
    border-radius: 50%;
    outline: 3px solid var(--mainYellow);
    outline-offset: 10px;
    position: relative;
    z-index: 0;
}
.about-circle h2{
    font-size: 3rem;
    font-weight: 600;
    height: fit-content;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.about-circle h2 img{
    width: 70%;
    margin: 1vh 0;
}
.about-circle h2 > .decoBox::before{
    content: "";
    display: block;
    width: 60%;
    aspect-ratio: 1/1;
    background-image: url(../images/visual/square/about-circle__1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    border: 4px solid var(--mainYellow);
    border-radius: 50%;
    position: absolute;
    bottom: -120%;
    left: -20%;
    z-index: -1;
}
.about-circle > .decoBox::before{
    content: "";
    display: block;
    width: 75%;
    aspect-ratio: 1/1;
    background-image: url(../images/visual/square/about-circle__2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    border: 5px solid var(--mainYellow);
    border-radius: 50%;
    position: absolute;
    top: -50%;
    left: -40%;
    z-index: -1;
}
.about-circle > .decoBox::after{
    content: "";
    display: block;
    width: 55%;
    aspect-ratio: 1/1;
    background-image: url(../images/visual/square//about-circle__3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    border: 3px solid  var(--mainYellow);
    border-radius: 50%;
    position: absolute;
    bottom: -30%;
    right: -35%;
    z-index: -1;
}
.section-about .flex-right{
    background-color: white;
    margin-top: 40vh;
    padding: 15vh 0;
    position: relative;
}
.section-about .flex-right::before{
    display: block;
    content: "";
    width: 45%;
    height: 100%;
    position: absolute;
    left: 5.8vw;
    top: 0;
    border-top: 6px solid var(--mainYellow);
    border-left: 3px solid var(--mainYellow);
    border-bottom: 6px solid var(--mainYellow);
    border-radius: 10vw 0 0 10vw;
}
.section-about .flex-right h3{
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 1;
}
.section-about .flex-right span{
    color: var(--mainYellow-darker);
}
.section-about .flex-right h3 > .decoBox::after{
    display: block;
    content: "";
    width: 30%;
    aspect-ratio: 1/1;
    border: 1px solid var(--mainYellow);
    border-radius: 50%;
    position: absolute;
    top: -10rem;
    right: 3rem;
    z-index: -1;
}
.section-about .flex-right p{
    display: block;
    text-align: center;
    padding-top: 3rem;
    position: relative;
    z-index: 1;
}
.section-about .flex-right p > .decoBox{
    z-index: -1;
}
.section-about .flex-right p > .decoBox::before{
    display: block;
    content: "";
    height: 70%;
    aspect-ratio: 1/1;
    background-color: var(--mainYellow-lighter);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -5%;
    bottom: 0;
    margin: auto 0;
}
.section-about .btn{
    margin: 5rem auto 0;
    position: relative;
}
.section-about .btn > .decoBox::before{
    display: block;
    content: "";
    width: 20%;
    aspect-ratio: 1/1;
    border: 1px solid var(--mainYellow);
    border-radius: 50%;
    position: absolute;
    bottom: -3rem;
    left: -2rem;
    z-index: -1;
}

/* =============
　space-about__newshow
================ */
.space-about__newshow{
    width: 100%;
    height: 40vh;
    position: relative
}
.space-about__newshow::before{
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    background-color: var(--mainYellow);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.space-about__newshow > .decoBox::before{
    content: "";
    display: block;
    width: 30%;
    aspect-ratio: 1/1;
    background-image: url(../images/visual/square//about-circle__4.webp);
    background-size: cover;
    background-repeat: no-repeat;
    border: 4px solid var(--mainYellow);
    border-radius: 50%;
    position: absolute;
    left: 6%;
    bottom: 40%;
    margin: auto;
}
.space-about__newshow > .decoBox::after{
    display: block;
    content: "";
    width: 40%;
    aspect-ratio: 1/1;
    background-image: url(../images/visual/square//about-circle__5.webp);
    background-size: cover;
    background-repeat: no-repeat;
    border: 4px solid var(--mainYellow);
    border-radius: 50%;
    position: absolute;
    top: -20%;
    right: -3%;
}

/* =============
　section-newshow
================ */
.section-newshow{
    width: 90%;
    height: fit-content;
    margin: 0 auto;
    padding: 8rem 0 6rem;
    border: 4px dashed var(--mainYellow);
    position: relative;
}
.section-newshow .heading{
    width: fit-content;
    background-color: var(--mainYellow);
    width: fit-content;
    margin: 0 auto;
    padding: .5rem 2rem;
    border-radius: 1rem;
    position: absolute;
    top: -3.7rem;
    right: 0;
    left: 0;
}
.newshow-flyer{
    width: min(90%, 500px);
    height: fit-content;
    margin: 0 auto;
    position: relative;
    transition-delay: .5s;
}
.newshow-flyer img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.newshow-flyer > .decoBox{
    z-index: -1;
}
.newshow-flyer > .decoBox::before{
    display: block;
    content: "";
    width: 45%;
    aspect-ratio: 1/1;
    background-color: var(--mainYellow-lighter);
    position: absolute;
    top: -10%;
    left: -35%;
    z-index: -1;
    transform: rotate(35deg);
}
.newshow-flyer > .decoBox::after{
    display: block;
    content: "";
    width: 40%;
    aspect-ratio: 1/1;
    border: 3px solid var(--mainYellow-lighter);
    position: absolute;
    top: 60%;
    right: -30%;
    z-index: -1;
    transform: rotate(60deg);
}
.newshow-info h3{
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    margin: 5rem auto;
}
.newshow-info h3 span{
    width: 100%;
    height: 100%;
    padding: 1rem 1rem 1rem 2rem;
    background-color: var(--newestTheme);
}
.catchphrase{
    color: var(--newestTheme);
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    width: 80%;
    margin: 3rem auto;
}
.newshow-info p{
    text-align: center;
    margin-bottom: 1.5rem;
}
.newshow-info .btn{
    margin: 5rem auto 0;
}
.newshow-info > .decoBox{
    z-index: -1;
}
.newshow-info > .decoBox::before{
    display: block;
    content: "";
    width: 40%;
    aspect-ratio: 1/1;
    border: 4px solid var(--mainYellow-lighter);
    position: absolute;
    bottom: 25%;
    left: -20%;
    z-index: -1;
    transform: rotate(100deg);
}
.newshow-info > .decoBox::after{
    display: block;
    content: "";
    width: 25%;
    aspect-ratio: 1/1;
    background-color: var(--mainYellow-lighter);
    position: absolute;
    bottom: -5%;
    right: -15%;
    z-index: -1;
    transform: rotate(35deg);
}


/* =============
　space-newshow__news
================ */
.space-newshow__news{
    width: 100%;
    height: fit-content;
    padding: 30vh 0 25vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.space-newshow__news::before{
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    background-color: var(--mainYellow);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.loop-wrapper{
    height: 80%;
    display: flex;
    position: relative;
    z-index: 1;
}
.loop-list {
    background-color: var(--mainYellow);
    height: 80%;
    display: flex;
    gap: 4rem;
}
.loop-list li:nth-child(even){
    position: relative;
    top: 2rem;
}
.loop-list li:nth-child(odd){
    position: relative;
    bottom: 2rem;
}
.loop-item {
    height: 20vh;
    aspect-ratio: 4/3;
    border: 4px solid var(--mainYellow);
    border-radius: 5vw;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}
.loop-item img {
    object-fit: cover;
    width: 100%;
}
.space-newshow__news .loop-wrapper ul:first-child{
    padding-left: 4rem;
    animation: loop-left1 50s -25s linear infinite both;
}
.space-newshow__news .loop-wrapper ul:last-child{
    padding-left: 4rem;
    animation: loop-left2 50s linear infinite both;
}
@keyframes loop-left1 {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop-left2 {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

/* =============
　section-news
================ */
.section-news{
    width: 100%;
    height: fit-content;
    position: relative;
}
.section-news::before{
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    background-color: var(--mainYellow);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.section-news .heading{
    width: fit-content;
    margin: 0 auto;
    background-color: var(--mainYellow);
    padding: .5rem 2rem;
    border-radius: 1rem;
}
.news-list{
    width: 90%;
    margin: 4rem auto;
    padding: 4rem 2rem 2rem;
    background-color: var(--mainYellow);
    position: relative;
    z-index: 0;
}
.news-item{
    width: min(100%, 500px);
    margin: 0 auto 4rem;
    aspect-ratio: 4/3;
    border: 5px solid white;
    border-radius: 5vw;
    position: relative;
    background-color: white;
    overflow: hidden;
}
.news-item a{
    display: block;
    width: 100%;
    height: 100%;
}
.item-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 95% 100%, 0 10%);
}
.item-img img{
    width: 100%;
    height: 100%;
    filter: blur(2px);
    object-fit: cover;
}
.news-item p{
    width: fit-content;
    height: fit-content;
    margin: auto 0;
    background-color: white;
    border: 2px solid var(--mainYellow);
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 600;
    padding: .5rem 1rem;
    position: absolute;
    top: 0;
    left: 4vw;
    bottom: 0;
    z-index: 1;
}
.news-item h3{
    width: 90%;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 3.3rem;
    position: absolute;
    left: 4vw;
    bottom: 4vw;
}
.news-item h3 span{
    width: 100%;
    height: 100%;
    background-color: var(--mainYellow);
    padding: 1% 2%;
}
.news-list li[class|="decoBox-wrapper"]{
    width: 100%;
    height: 1px;
    position: relative;
    overflow: visible;
    z-index: -1;
}
.decoBox-wrapper-1 .decoBox::before{
    display: block;
    content: "";
    width: 40%;
    aspect-ratio: 1/1;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: -10%;
    bottom: 0;
    transform: rotate(-5deg);
}
.decoBox-wrapper-2 .decoBox::before{
    display: block;
    content: "";
    width: 60%;
    aspect-ratio: 1/1;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color:  rgba(255, 255, 255, 0.7);
    position: absolute;
    right: -20%;
    bottom: 0;
    transform: rotate(60deg);
}
.decoBox-wrapper-3 .decoBox::before{
    display: block;
    content: "";
    width: 20%;
    aspect-ratio: 1/1;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color:  rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    bottom: -5%;
    transform: rotate(60deg);
}

/* =============
　space-news__works
================ */
.space-news__works{
    width: 100%;
    height: fit-content;
    padding: 35vh 0;
    position: relative;
    overflow: visible;
}
.space-news__works::before{
    display: block;
    content: "";
    width: 6px;
    height: 100%;
    background-color: var(--mainYellow);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
}
.clip-wrapper{
    height: 20vw;
    width: 140vw;
    background-color: var(--mainYellow);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateX(-20vw);
    overflow: visible;
}
.visual-clip{
    aspect-ratio: 1/1;
    background-color: white;
    border: 4px solid var(--mainYellow);
    overflow: hidden;
}
.clip-B{
    width: min(50vw,350px);
}
.clip-A,.clip-C{
    width: min(40vw, 300px);
    border-radius: 50%;
}
.fadeslider div{
    width: 100%;
}
.fadeslider div img{
    width: 100%;
    object-fit: cover;
}



/* =============
　section-works
================ */
.section-works{
    width: 100%;
    height: fit-content;
    overflow: hidden;
    position: relative;
}
.section-works .heading{
    width: fit-content;
    margin: 0 auto;
    background-color: var(--mainYellow);
    padding: .5rem 2rem;
    border-radius: 1rem;
}
.section-works::before{
    display: block;
    content: "";
    width: 6px;
    height: 100%;
    background-color: var(--mainYellow);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
}
.works-slider{
    width: min(90%, 600px);
    height: fit-content;
    background-color: white;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(255, 200, 0, 0.4) calc(100% - 1px)),
                        linear-gradient(90deg, transparent calc(100% - 1px), rgba(255, 200, 0, 0.4) calc(100% - 1px));
    background-size: 32px 32px;
    background-repeat: repeat;
    background-position: center center;
    padding: 5vh 0;
    margin: 3rem auto;
    border: 6px double var(--mainYellow);
    position: relative;
}
.works-slider::before{
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    background-color: var(--mainYellow);
    position: absolute;
    margin: auto 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.slider-item{
    width: 100%;
    height: fit-content;
    overflow: hidden;
    margin: 0 2rem;
}
.slider-item img{
    width: 100%;
    object-fit: contain;
}
.section-works .btn{
    margin-top: 5rem;
}
.section-works .decoBox{
    z-index: -1;
}
.section-works .decoBox::before{
    display: block;
    content: "";
    width: 30%;
    aspect-ratio: 1/1;
    border: 3px solid var(--mainYellow);
    position: absolute;
    top: 15%;
    left: -1vw;
    z-index: -1;
}
.section-works .decoBox::after{
    display: block;
    content: "";
    width: 40%;
    aspect-ratio: 1/1;
    border: 3px solid var(--mainYellow);
    position: absolute;
    bottom: 27%;
    right: -1vw;
    z-index: -1;
}


/* =============
　space-works__insta
================ */
.space-works__insta{
    width: 100%;
    height: fit-content;
    padding: 30vh 0 25vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.space-works__insta::before{
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    background-color: var(--mainYellow);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.space-works__insta .loop-wrapper ul:first-child{
    padding-right: 4rem;
    animation: loop-right1 50s -25s linear infinite both;
}
.space-works__insta .loop-wrapper ul:last-child{
    padding-right: 4rem;
    animation: loop-right2 50s linear infinite both;
}
@keyframes loop-right1 {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(100%);
    }
}
@keyframes loop-right2 {
    from {
        transform: translateX(-200%);
    }
    to {
        transform: translateX(0);
    }
}


/* =============
　section-insta
================ */
.section-insta{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15vh;
    position: relative;
}
.section-insta .heading{
    width: fit-content;
    margin: 0 auto;
    background-color: var(--mainYellow);
    padding: .5rem 2rem;
    border-radius: 1rem;
}
.section-insta::before{
    display: block;
    content: "";
    width: 6px;
    height: 100%;
    background-color: var(--mainYellow);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
}
.instaBox{
    width: min(90%,600px);
    background-color: var(--mainYellow);
    margin: 5vh auto;
    padding: 3vh 0;
    border-radius: 40% 25% 40% 30% / 20% 15% 30% 25%;
    position: relative;
}
.instaBox iframe{
    width: 85%;
    min-width: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 3vw !important;
    box-shadow: 0 0 0 1px var(--mainYellow) !important;
}

/* =========== mediaQuery ============== */

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

    .section-top{
        padding-top: 0;
    }

    .section-top::after{
        display: block;
        content: "";
        width: 10px;
        height: 150vh;
        background-color: var(--mainYellow);
        position: absolute;
        right: none;
        left: 28.1%;
        bottom: -140vh;
        margin: 0;
        z-index: -1;
    }
    .visual-box::after{
        display: none;
    }

    /* =============
    　section-about
    ================ */
    .section-about{
        width: 70%;
        height: 100vh;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        overflow: visible;
    }
    .section-about::before{
        display: none;
    }
    .section-about .flex-left{
        width: 49%;
        padding: 20vh 0;
        position: relative;
        margin-right: 3.7%;
    }
    .about-circle{
        width: auto;
        height: 50vh;
    }
    .about-circle h2{
        font-size: 3.5rem;
    }
    .about-circle h2 > .decoBox::before{
        bottom: -150%;
    }
    .about-circle > .decoBox::before{
        width: 70%;
        top: -35%;
        left: -35%;
    }
    .about-circle > .decoBox::after{
        bottom: -20%;
        right: -25%;
    }
    .section-about .flex-right{
        background-color: transparent;
        width: 51%;
        margin: 0;
        padding: 0;
    }
    .section-about .flex-right::before{
        display: none;
    }
    .section-about .flex-right h3{
        width: 150%;
        font-size: 3rem;
        transform: translateX(-17%);
    }
    .section-about .flex-right h3 > .decoBox::after{
        width: 50%;
        top: -20rem;
        right: 0;
    }
    .section-about .flex-right p{
        padding-top: 5rem;
    }
    .section-about .btn{
        margin: 7rem auto 0;
        position: relative;
    }
    .section-about .btn > .decoBox::before{
        display: none;
    }

    /* =============
    　space-about__newshow
    ================ */
    .space-about__newshow{
        width: 100%;
        height: 40vh;
        position: relative
    }
    .space-about__newshow::before{
        display: none;
    }
    .space-about__newshow > .decoBox::before{
        width: 10%;
        left: 40%;
        bottom: 30%;
        background-image: none;
        border: 2px solid var(--mainYellow-lighter);
    }
    .space-about__newshow > .decoBox::after{
        width: 20%;
        top: -15%;
        right: 15%;
    }

    /* =============
    　section-newshow
    ================ */
    .section-newshow{
        width: 70%;
        height: 80vh;
            padding: 8rem 5rem 6rem;
        border-width: 5px;
    }
    .section-newshow .heading{
        margin: 0;
        top: -4rem;
        left: 13.5%;
    }
    .section-newshow .flex-box{
        height: 100%;
        justify-content: left;
        align-items: center;
    }
    .newshow-flyer{
        width: fit-content;
        height: 100%;
        margin: 0 auto;
    }
    .newshow-flyer img{
        width: auto;
        height: 100%;
    }
    .newshow-info{
        width: 52%;
    }
    .newshow-info h3{
        font-size: 3rem;
        margin: 0 auto 5rem;
    }
    .newshow-info h3 span{
        padding-left: 2.5rem;
    }
    .catchphrase{
        font-size: 2.3rem;
    }
    .newshow-info p{
        margin-bottom: 2rem;
    }
    .newshow-info > .decoBox::before{
        width: 20%;
        bottom: 15%;
    }
    .newshow-info > .decoBox::after{
        width: 20%;
        right: -10%;
    }

    /* =============
    　space-newshow__news
    ================ */
    .space-newshow__news{
        padding: 30vh 0;
    }
    .space-newshow__news::before{
        width: 10px;
        right: 33%;
        left: none;
        margin: auto 0 auto auto;
    }
    .loop-list {
        gap: 5rem;
    }
    .loop-item {
        height: 200px;
        border-radius: 30px;
    }
    .space-newshow__news .loop-wrapper ul:first-child{
        padding-left: 5rem;
    }
    .space-newshow__news .loop-wrapper ul:last-child{
        padding-left: 5rem;
    }

    /* =============
    　section-news
    ================ */
    .section-news{
        width: 100%;
        height: 115vh;
        padding: 15vh 0 0 0;
        position: relative;
    }
    .section-news::before{
        height: 50%;
        width: 10px;
        right: 33%;
        left: none;
        bottom: 0;
        margin: 0 0 auto auto;
    }
    .section-news::after{
        content: "";
        display: block;
        width: 10px;
        height: 50%;
        background-color: var(--mainYellow);
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto;
        z-index: -1;
    }
    .section-news .heading{
        position: absolute;
        margin: auto;
        top: 0;
        right: 28.5%;
        transform-origin: center center;
    }
    .news-list{
        width: max(80%, 1230px);
        height: fit-content;
        padding: 6rem 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 8vh;
        overflow: visible;
    }
    .news-item{
        width: 30%;
        margin: 0 auto;
        border-radius: 3rem;
        transition: .5s;
    }
    .item-img img{
        transition: .5s;
    }
    .news-item p{
        font-size: 1.4rem;
        left: 2rem;
    }
    .news-item h3{
        font-size: 2rem;
        line-height: 4rem;
        left: 2rem;
        bottom: 2rem;
    }
    .news-list li[class|="decoBox-wrapper"]{
        width: 0px;
    }
    .decoBox-wrapper-1 .decoBox::before{
        width: 25vw;
        background-color: #ffe093;
        left: -30vw;
        bottom: -25vh;
        transform: rotate(20deg);
    }
    .decoBox-wrapper-2 .decoBox::before{
        width: 20vw;
        background-color: #fff5db;
        right: -20%;
        bottom: 0;
        transform: rotate(90deg);
    }
    .decoBox-wrapper-3 .decoBox::before{
        width: 10vw;
        background-color:  #ffdf8f;
        left: -10vw;
        bottom: -35vh;
        transform: rotate(30deg);
    }
    .news-item:hover{
        transform: scale(1.05);
        .item-img img{
            filter: none;
        }
    }

    /* =============
    　space-news__works
    ================ */
    .space-news__works{
        padding: 15vh 0 40vh;
    }
    .space-news__works::before{
        width: 10px;
    }
    .clip-wrapper{
        height: 10vw;
        width: 100%;
        transform: translateX(0);
    }
    .clip-B{
        width: 20vw;
    }
    .clip-A,.clip-C{
        width: 15vw;
    }
    .clip-A.pcOnly,.clip-C.pcOnly{
        width: 10vw;
    }

    /* =============
    　section-works
    ================ */
    .section-works{
        overflow: visible;
    }
    .section-works::before{
        width: 10px;
    }
    .works-slider{
        width: 70%;
        margin: 5rem auto;
        padding: 2rem;
        border: 10px double var(--mainYellow);
    }
    .works-slider.pcOnly{
        display: block;
    }
    .slider-item{
        margin: 3rem;
        transition: .3s;
        position: relative;
    }
    .section-works .decoBox::before{
        border: none;
        background: #ffeca5;
        width: 15%;
        top: 5%;
        left: 8%;
    }
    .section-works .decoBox::after{
        width: 20%;
        border: none;
        background: #ffeca5;
        bottom: 0;
        right: 5%;
    }
    .slider-item::before{
        display: block;
        content: "この公演を詳しくみる";
        font-size: 2rem;
        font-weight: 900;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 39rem;
        color: black;
        background-color: rgba(255, 255, 255, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        opacity: 0;
        transition: .3s;
    }
    .slider-item:hover{
        transform: scale(1.05);
    }
    .slider-item:hover::before{
        opacity: 1;
    }


    /* =============
    　space-works__insta
    ================ */
    .space-works__insta::before{
        width: 10px;
    }
    
    /* =============
    　section-insta
    ================ */
    .section-insta{
        width: 70%;
        margin: 0 auto;
        padding-bottom: 20vh;
        position: relative;
    }
    .section-insta::before{
        width: 10px;
    }
    .section-insta .flex-box{
        width: 100%;
        margin-top: 5rem;
        background-color: var(--mainYellow);
        justify-content: left;
        align-items: center;
        border-radius: 91% 87% 60% 100% / 100% 100% 85% 82% ;
        position: relative;
    }
    .section-insta .flex-box .decoBox::before{
        display: block;
        content: "";
        width: 20%;
        aspect-ratio: 1/1;
        background-color: var(--mainYellow);
        border-radius: 91% 87% 60% 100% / 100% 100% 85% 82% ;
        position: absolute;
        top: -5%;
        left: -20%;
    }
    .section-insta .flex-box .decoBox::after{
        display: block;
        content: "";
        width: 15%;
        aspect-ratio: 1/1;
        background-color: var(--mainYellow);
        border-radius: 80% 61% 61% 100% / 100% 66% 100% 54% ;
        position: absolute;
        bottom: 5%;
        right: -18%;
    }
    .instaBox{
        width: 50%;
        background-color: transparent;
        margin: 5vh 0;
        padding: 3vh 3vw;
        border-radius: 50% 25% 40% 30% / 20% 15% 30% 25%;
        position: relative;
    }
    .instaBox iframe{
        width: 25vw;
        border-radius: 2rem !important;
        transition: .4s;
        margin: 0 auto;
    }
    .instaBox iframe:hover{
        transform: scale(1.05);
    }
    .insta-txt{
        width: fit-content;
        background-color: white;
        margin: 0 auto;
        padding: 2rem;
        border: 2px solid var(--mainYellow);
        border-radius: 2rem;
    }
    .insta-txt p{
        font-size: 1.5rem;
        font-weight: 500;
        margin: 0 0 2rem ;
    }
}