@charset "utf-8";
/* {outline: 1px solid magenta;}*/
:root{    
	--black: #000;
    --blue: #2d6ca8;
    --yellow: #f0bc38;
    --red: #ca5243;
}
@font-face {
    font-display: swap;
    font-family: 'noto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-javanese-v25-javanese_latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'noto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/noto-sans-javanese-v25-javanese_latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'noto';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/noto-sans-javanese-v25-javanese_latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'noto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-sans-javanese-v25-javanese_latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'jost';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/jost-v20-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'jost';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/jost-v20-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'jost';
    font-style: normal;
    font-weight: 700;
    src: url('../jost-v20-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'jost';
    font-style: normal;
    font-weight: 900;
    src: url('../jost-v20-latin-900.woff2') format('woff2');
}
body{
    font-family: 'noto';
	font-size: clamp(14px, 1.3vw, 17px);
    font-weight: 700;
	line-height: 1.6;
	position: relative;
	width: 100%;
    background: #f0f0f0;
}
.main{
    position: relative;
    z-index: 10;
}
p,dt,dd,tr,th,td,li,a,b,em,span,strong,div,img,header,section,article,nav,footer,h1,h2,h3,h4,h5,h6,button{
	font-size: clamp(14px, 1.2vw, 16px);
	line-height: 1.6;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
p{
	margin: 0 0 1em;
}
p:last-child{
	margin-bottom: 0;
}
.en{
    font-family: 'jost';
    font-weight: 500;
}
.wrapper{
	width: 90%;
	margin-inline: auto !important;
}
.wrap{
	width: 90%;
	max-width: 1480px;
	margin-inline: auto !important;
}
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.is-show {
    opacity: 1;
    transform: translateY(0);
}
.slide{
    position: relative;
}
.slide:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s all ease-out;
}
.slide.is-slide::after{ transform: translateX(100%); }


/*HEADER*/
.header{
    display: flex;
    padding: 1em;
}
.header-h1{
    width: clamp(300px, 30vw, 540px);
}
.header-nav{
    flex: 1;
    margin-left: 1em;
}
.header-nav a{
    margin: 0 0 0 1.5em;
    color: var(--black);
}
@media screen and (max-width: 680px) {

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


}

/*MV*/
.mv{
    display: grid;
    grid-template-columns: 1fr 1fr ;
    align-items: start;
}
.mv-catch{
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.mv-catch span{
    background: var(--blue);
    color: #fff;
    display: inline-block;
    padding: 0.5em 2em 0 1em;
    line-height: 1;
    font-size: clamp(21px, 1.8vw, 38px);
    margin-bottom: 0.2em;
    border-radius: 0 3em 3em 0;
}
.mv-title{
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    padding-left: 5%;
    position: relative;
}
.mv-message{
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    padding-left: 5%;
}
.mv-message p{
    width: 34em;
    font-size: clamp(14px, 1.1vw, 24px);
    padding-bottom: 1em;
    border-bottom: 1px solid var(--black);
}
.mv-message p b{
    font-size: clamp(14px, 1.1vw, 24px);
    font-weight: 900;
}
.mv-area{
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    padding-left: 5%;
    display: flex;
}
.mv-area_pin{
    width: clamp(35px, 6vw, 50px);
    margin-top: -0.5em;
	filter: brightness(0) invert(0);
	transition: 0.2s all;
}
.mv-area_add{
    margin-left: 1em;
}
.mv-area_add p{
    font-size: clamp(16px, 2vw, 28px);
    margin-bottom: 0;
    line-height: 1.2;
	color: var(--black);
}
.mv-area_add dl{
    display: flex;
    align-items: center;
    gap: 0 0.5em;
}
.mv-area_add dt{
    width: 4em;
    text-align: center;
    border: 1px solid var(--black);
    padding: 0.6em 0 0;
    line-height: 1;
    font-size: clamp(15px, 1.5vw, 24px);
	color: var(--black);
	background: #fff;
}
.mv-area_add dd{
    line-height: 1;
    font-size: clamp(18px, 2vw, 28px);
    padding: 0.6em 0 0;
	color: var(--black);
}
.mv-area:hover .mv-area_pin{
	filter: inherit;
}
.mv-media{
    grid-column: 2 / 3;
    grid-row: 1 / 6;
    align-self: start;
    position: relative;
    display: flex;
    padding-right: 1em;
}
.mv-img{
    flex: 1;
}
.mv-img img{
    display: block;
}
.mv-fun{
    width: clamp(44px, 5.4vw, 120px);
    writing-mode: vertical-rl;
}
.mv-fun b,
.mv-fun small {
    display: inline-block;
    background: #fff;
    border: 3px solid var(--black);
    line-height: 0;
    font-feature-settings: "vert" 1, "vrt2" 1;
}
.mv-fun b{
    font-size: clamp(44px, 5.4vw, 120px);
    padding: 0em 1em 0.7em 0.3em;
    vertical-align: -0.16em;
}
.mv-fun small{
    margin-top: -1em;
    font-size: clamp(32px, 2.8vw, 64px);
    padding: 0em 1em 0.5em 0.3em;
}
.mv-cta{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: var(--yellow);
    color: var(--black);
    padding: 1em 2em 0.4em;
    border: 2px solid var(--black);
    box-shadow: 10px 10px 0 var(--black);
    font-size: clamp(18px, 1.7vw, 28px);
    border-radius: 3em;
    width: 15em;
    margin: 0.5em auto;
}
.mv-cta img{
    display: inline-block;
    width: 2.2em;
    height: 2.2em;
    margin-left: 5px;
    margin-bottom: 0.6em;
}
.mv-cta:hover{
    background: var(--red);
    color: #fff;;
}
@media screen and (max-width: 980px) {
    .mv-catch{
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }
    .mv-catch span{
        line-height: 1;
        font-size: clamp(15px, 3vw, 38px);
    }
    .mv-title{
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        width: 90%;
        padding-left: 0;
        margin: 0 auto;
    }
    .mv-message{
        grid-column: 1 / 3;
        grid-row: 3 / 4;
        width: 90%;
        padding-left: 0;
        margin: 0 auto;
    }
    .mv-message p{
        width: auto;
        text-align: justify;
    }
    .mv-message p,
    .mv-message p b{
        font-size: 2.7vw;
        border-bottom: none;
        padding-bottom: 0;
    }

    .mv-area{
        grid-column: 1 / 3;
        grid-row: 5 / 6;
        width: 90%;
        padding-left: 0;
        margin: 2em auto 0;
    }
    .mv-media{
        grid-column: 1 / 3;
        grid-row: 4 / 5;
    }
    .mv-fun{
        width: clamp(44px, 10vw, 120px);
    }
    .mv-fun b{
        font-size: clamp(44px, 10vw, 120px);
    }
    .mv-fun small{
        font-size: clamp(24px, 6vw, 64px);
    }

}
@media screen and (max-width: 580px) {
    .mv-catch span {
        padding: 0.8em 2em 0.2em 1em;
    }
    .mv-message p,
    .mv-message p b {
        font-size: clamp(15px, 1.4vw, 18px);
    }
    .mv-message p br{
        display: none;
    }
	.mv-cta{
		padding: 0.4em 0 0.2em;
	}
	.mv-cta img{
		margin-bottom: 0.2em;
	}
}

/*SCHEDULE*/
.schedule{
    width: 90%;
    max-width: 1480px;
    border: 3px solid var(--black);
    padding: 3em 3em 0;
    display: flex;
    justify-content: space-between;
    gap: 0 1em;
    margin: 0 auto;
    background: #fff;
    position: relative;
    box-shadow: 1em 1em 0 #000;
    z-index: 10;
}
.schedule-year{
    font-size: 9vw;
    width: 2em;
    line-height: 0;
}
.schedule-year span{
    font-size: 9vw;
    display: inline-block;
    margin-left: -0.7em;
    font-weight: 700;
    line-height: 0.75;
}
.schedule-img{
    width: 80%;
    margin-bottom: -2em;
}
.schedule-item{
    flex: 1;
    display: grid;
    grid-template-columns: 4em 1fr;
    grid-template-rows: max-content max-content max-content;
    font-size: clamp(21px, 2.1vw, 34px);
    align-items: flex-start;
    margin-bottom: 2em;
}
.schedule-dates{
    display: flex;
    align-items: center;
}
.schedule-num{
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    line-height: 0.7;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    font-size: clamp(21px, 2.1vw, 34px);
    padding-top: 0.4em;
}
.schedule-num b{
    display: block;
    font-size: clamp(24px, 3vw, 48px);
    font-weight: 700;
    line-height: 1;
}
.schedule-dates{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin-bottom: 1em;
}
.schedule-item.day2 .schedule-num{
    background: var(--yellow);
    color: var(--black);
}
.schedule-day{
    display: block;
    font-size: clamp(21px, 5vw, 98px);
    font-weight: 500;
    line-height: 1;
}
.schedule-day small{
    font-size: clamp(24px, 2vw, 48px);
}
.schedule-time{
    display: block;
    line-height: 1;
    font-size: clamp(24px, 2vw, 44px);
}
.schedule-table{
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}
.schedule-table_p{
    background: var(--black);
    color: #fff;
    line-height: 1;
    padding: 0.8em 1em 0.2em;
    font-size: clamp(13px, 1.2vw, 16px);
}
.schedule-table_ul li{
    font-size: clamp(13px, 1.2vw, 18px);
}
.schedule-table_ul li:before{
    content: "●";
    color: var(--blue);
}
.schedule-item.day2 .schedule-table_ul li:before{
    color: var(--yellow);
}
.schedule-table_att{
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid var(--black);
    font-size: clamp(11px, 1vw, 16px);
}
.schedule-cta{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: var(--blue);
    color: #fff;
    padding: 0.7em 0 0.4em;
    border: 2px solid var(--black);
    box-shadow: 5px 10px 0 var(--black);
    font-size: clamp(15px, 1.4vw, 18px);
    border-radius: 3em;
    width: 14em;
    margin: 0.5em auto;
}
.day2 .schedule-cta{
    background: var(--yellow);
    color: var(--black);
}
.schedule-cta img{
    display: inline-block;
    width: 2.2em;
    height: 2.2em;
    margin-left: 5px;
    transform: rotate(134deg);
    transform-origin: center;
}
.schedule-cta:hover{
    background: var(--red);
    color: #fff;
}
.schedule-oc{
	color: #49c0f7;
}
.schedule-oc:hover{
	text-decoration: underline;
}
@media screen and (max-width: 980px) {
    .schedule{
        flex-wrap: wrap;
        margin-top: 5em;
        padding: 3em 1em 0;
        gap: 0 2em;
    }
    .schedule-year{
        width: 100%;
    }
    .schedule-year span {
        font-size: 21vw;
        margin-left: -0.3em;
        margin-top: -0.6em;
    }
    .schedule-img{
        display: none;
    }
    .schedule-item{
        margin-top: 2em;
    }
    .schedule-day {
        font-size: clamp(21px, 8vw, 98px);
    }
    .schedule-table_ul li {
        font-size: clamp(13px, 2.4vw, 18px);
    }
    .schedule-table_att {
        font-size: clamp(11px, 1.9vw, 16px);
    }
    .schedule-table {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
    }
}
@media screen and (max-width: 580px) {
    .schedule{
        display: block;
    }
    .schedule-year span {
        font-size: 30vw;
    }
    .schedule-item{
        margin: 1em 0;
    }
    .schedule-item,
    .schedule-num {
        font-size: clamp(21px, 5.1vw, 34px);
    }
    .schedule-num b {
        font-size: clamp(24px, 7vw, 48px);
    }
    .schedule-day {
        font-size: clamp(21px, 13vw, 98px);
    }
    .schedule-time {
        font-size: clamp(24px, 7vw, 44px);
    }
    .schedule-table_ul li {
        font-size: clamp(16px, 3.4vw, 18px);
    }
    .schedule-table_p {
        font-size: clamp(13px, 4vw, 21px);
    }
    .schedule-table_att {
        font-size: clamp(14px, 1.9vw, 16px);
    }
}

/*TIME SCHEDULE*/
.timetable-h2{
    display: inline-block;
    background: var(--black);
    font-weight: 700;
    color: #fff;
    line-height: 0.8;
    font-size: 8vw;
    position: relative;
}
.timetable-item{
    width: 90%;
    max-width: 1480px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 5em;
}
.timetable-item:before{
    content: "";
    display: block;
    width: calc(100% - 4em);
    height: calc(100% - 2em);
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}
.timetable-head{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.timetable-num{
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    line-height: 0.7;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    font-size: clamp(21px, 2.1vw, 34px);
    padding-top: 0.4em;
    position: relative;
    z-index: 1;
}
.timetable-num b{
    display: block;
    font-size: clamp(24px, 3vw, 48px);
    font-weight: 700;
    line-height: 1.1;
}
.timetable-item.day2 .timetable-num{
    background: var(--yellow);
    color: var(--black);
}
.timetable-head_date{
    flex: 1;
    display: flex;
    align-items: flex-end;
    background: var(--black);
    padding: 0 2em;
    margin-left: -1em;
    position: relative;
    z-index: 0;
}
.timetable-day{
    font-size: clamp(21px, 5vw, 68px);
    font-weight: 500;
    line-height: 1;
    color: #fff;
}
.timetable-day small{
    font-size: clamp(24px, 2vw, 48px);
}
.timetable-head_target{
    color: #fff;
    font-size: clamp(21px, 2vw, 28px);
}
.timetable-head_target:before{
    content: "";
    display: inline-block;
    width: 5em;
    height: 1px;
    background: #fff;
    margin-bottom: 0.4em;
    margin-right: 1em;
}
.timetable-ol{
    font-size: clamp(21px, 2.1vw, 34px);
    padding-left: 4em;
    padding-right: 1em;
}
.timetable-border{
    display: block;
    position: absolute;
    left: 5em;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--black);
}
.timetable-ol li{
    display: flex;
    flex-wrap: wrap;
    padding: 1em 0 1em 5em;
    position: relative;
}
.timetable-ol li:before{
    content: "●";
    width: 5em;
    text-align: center;
    position: absolute;
    top: 2em;
    left: 0;
    font-size: 16px;
}
.timetable-ol li:after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: var(--black);
    position: absolute;
    left: 2.5em;
    top: 2em;
    font-size: 16px;
    transform: translateX(-50%);
}
#day2 .timetable-ol li:nth-child(2):before,
.timetable-ol li:first-child:before{
    color: #999;
}
#day2 .timetable-ol li:nth-child(2):after,
.timetable-ol li:first-child:after{
    background: #999;
}
#day2 .timetable-ol li:nth-child(3):before,
#day1 .timetable-ol li:nth-child(2):before,
.timetable-ol li:last-child:before{
    font-family: 'jost';
    font-weight: 500;
    width: 4em;
    height: 4em;
    margin: 0.5em;
    background: var(--black);
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
#day2 .timetable-ol li:nth-child(3):before,
#day1 .timetable-ol li:nth-child(2):before{
    content: "START";
}
.timetable-ol li:last-child:before{
    content: "CLOSE";
}
.timetable-ol li:last-child:after{
    display: none;
}
.timetable-ol_head{
    width: 7em;
    line-height: 1;
}
.timetable-ol_place{
    display: block;
    background: var(--black);
    color: #fff;
    padding: 0.2em 0;
    line-height: 1;
    border-radius: 3em;
    text-align: center;
}
.timetable-ol_place.jp{
    font-size: 80%;
    padding: 0.7em 0 0.1em;
}
.timetable-ol_title{
    flex: 1;
    font-size: clamp(14px, 1.5vw, 21px);
    display: flex;
    line-height: 1.3;
    overflow: hidden;
    padding-top: 1em;
    margin-bottom: -1.2em !important;
}
.timetable-ol_title span{
    font-size: clamp(14px, 1.5vw, 24px);
    line-height: 1.3;
}
.timetable-ol_title span br{
    display: none;
}
.timetable-ol_title.intro span br{
    display: block;
}
.timetable-ol_title:before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 3em;
    background: var(--black);
    transform: rotate(45deg);
    transform-origin: bottom;
    margin: 0 2.5em 0 0.5em;
    position: relative;
    top: -1.5em;
}
.timetable-contents{
    width: 23em;
    margin-left: 2em;
}
.timetable-content{
    border-left: 2px solid var(--black);
}
.timetable-h3{
    background: var(--black);
    color: #fff;
    line-height: 1;
    padding: 0.7em 1em 0.1em;
    border-radius: 0 3em 3em 0;
    margin-bottom: 1em;
}
.timetable-list{
    padding-left: 1em;
}
.timetable-list p{
    margin: 0 0 0.5em 0 !important;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.3;
}
.timetable-list p:before{
    content: "●";
    font-size: clamp(12px, 1.1vw, 14px);
	padding-right: 0.2em;
}
.timetable-list p small{
	font-weight: 500;
}
.timetable-fablabo{
    position: absolute;
    right: -1em;
    top: -1.4em;
    background: var(--yellow);
    font-size: clamp(14px, 1.5vw, 24px);
    border: 2px solid var(--black);
    padding: 0.8em 1em 0.1em;
    box-shadow: 7px 7px 0 var(--black);
}
.timetable-fablabo:before{
    content: "";
    display: block;
    width: 1em;
    height: 1.5em;
    background: var(--yellow);
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    position: absolute;
    left: 2em;
    bottom: -1.5em;
}
.timetable-img {
    position: absolute;
    width: clamp(100px, 17vw, 250px);
    bottom: -2em;
    right: -3em;
}
.day2 .timetable-img {
    width: clamp(100px, 22vw, 300px);
    bottom: -3em;
}
.timetable-oc{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.timetable-oc b{
	font-size: 150%;
	vertical-align: middle;
    display: inline-block;
    margin-top: -0.3em;
}
.timetable-cta {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: #49c0f7;
    color: var(--black);
    padding: 0.5em 0 0.4em;
    border: 2px solid var(--black);
    box-shadow: 5px 10px 0 var(--black);
    font-size: clamp(14px, 1.1vw, 16px);
    border-radius: 3em;
    width: 16em;
    margin: 0 0 0.5em 0.5em;
}
.timetable-cta img {
    display: inline-block;
    width: 2.2em;
    height: 2.2em;
    margin-left: 5px;
}
.timetable-cta:hover{
	background: #0364b9;
	color: #fff;
}
@media screen and (max-width: 1280px) {
    .timetable-ol li:nth-child(2):before,
    .timetable-ol li:last-child:before {
        width: 3.5em;
        height: 3.5em;
        margin: 0.5em 0 0 0.7em;
    }
}
@media screen and (max-width: 980px) {
    .timetable-h2 {
        font-size: 12vw;
    }
    .timetable-num {
        font-size: clamp(24px, 5vw, 34px);
    }
    .timetable-num b {
        font-size: clamp(28px, 6vw, 48px);
    }
    .timetable-head_date {
        display: block;
        padding: 0 0 0 3em;
        margin-left: -2em;
    }
    .timetable-head_target:before{
        display: none;
    }
    .timetable-head_target{
        line-height: 1.1;
        font-size: clamp(15px, 2.8vw, 28px);
        margin-left: 0.5em;
    }
    .timetable-day {
        font-size: clamp(21px, 8vw, 68px);
        line-height: 1.1;
    }
    .timetable-ol {
        padding-left: 0.7em;
    }
    .timetable-ol_place {
        padding: 0.2em 0 0.3em;
    }
    .timetable-contents {
        width: 100%;
        margin: 1em 0 0 auto;
    }
    .timetable-item:before {
        width: calc(100% - 1em);
    }
    .timetable-img {
        right: -1em;
    }
	.timetable-oc{
		display: block;
	}
	.timetable-cta {
		margin: 0 0 1em 2.5em;
	}
}
@media screen and (max-width: 580px) {
    .timetable-head_date {
        padding: 0.3em 0 0 3em;
    }
    .timetable-head_target{
        display: block;
        margin: 0.3em 0;
    }
    .timetable-ol {
        padding-left: 0;
    }
    .timetable-ol_title {
        width: 100%;
        flex: inherit;
        padding: 1em 0;
        margin: 0;
        font-size: clamp(16px, 1.5vw, 21px);
    }
    .timetable-ol li:nth-child(2) .timetable-ol_title ,
    .timetable-ol li:last-child .timetable-ol_title {
        margin-top: 0;
    }
    .timetable-ol_title:before{
        display: none;
    }
    .timetable-fablabo {
        right: -0.5em;
        top: -2.5em;
        padding: 0.8em 0.5em 0.0 .5em;
        box-shadow: 5px 7px 0 var(--black);
    }
    .timetable-fablabo:before {
        left: inherit;
        right: 2em;
    }
    .timetable-item{
        padding-bottom: 0 !important;
        margin-bottom: 8em !important;
    }
    .timetable-item:before{
        bottom: 5em;
        height: calc(100% - 6em);
    }
    .timetable-img {
        position: relative;
        bottom: inherit;
        right: inherit;
        margin: 0.5em 3em -5em auto;
        width: clamp(150px, 17vw, 250px);
    }
    .timetable-item.day2{
        margin-bottom: 0 !important;
    }
    .day2 .timetable-img {
        bottom: -1em;
        margin: 0 2em 0 auto;
        width: clamp(200px, 22vw, 300px);
    }
	.timetable-oc{
		width: 100%;
	}
	.timetable-oc p,
	.timetable-oc p b{
		display: block;
		line-height: 1.3;
		margin: 0;
	}
    .timetable-cta {
        margin: 0 0 1em 0em;
    }
}

/*FAB LAB*/
.fablab-h2{
    display: inline-block;
    background: var(--black);
    font-weight: 700;
    color: #fff;
    line-height: 0.8;
    font-size: 6vw;
}
.fablab-h2 small{
	margin: 0.7em 0 0.3em;
	display: block;
    font-size: clamp(18px, 2vw, 34px);
	text-align: right;
}
.fablab-contents{
    width: 90%;
    max-width: 1480px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fablab-content,
.fablab-img{
    width: 46%;
}
.fablab-img img{
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.fablab-content p{
    font-size: clamp(14px, 1.4vw, 18px);
    line-height: 1.8;
    margin-bottom: 1.5em;
}
.fablab-a{
    display: flex;
    justify-content: center;
    background: var(--blue);
    color: #fff;
    padding: 1em 2em 0.4em;
    border: 2px solid var(--black);
    box-shadow: 10px 10px 0 var(--black);
    font-size: clamp(18px, 1.7vw, 28px);
}
.fablab-a img{
    display: inline-block;
    width: 2.2em;
    height: 2.2em;
    margin-left: 5px;
}
.fablab-a:hover{
    background: var(--yellow);
    color: var(--black);
}
@media screen and (max-width: 980px) {
    .fablab-h2{
        width: 95%;
        font-size: 12vw;
    }
    .fablab-h2 small{
        display: block;
    }
    .fablab-content{
        width: 80%;
        margin-bottom: 4em;
    }
    .fablab-img{
        width: 80%;
        margin: 0 0 0 auto;
    }
    .fablab-img img{
        aspect-ratio: 1.618 / 1;
    }
}
@media screen and (max-width: 580px) {
    .fablab-content{
        width: 100%;
        margin-bottom: 2em;
    }
    .fablab-img{
        width: 100%;
    }
    .fablab-a {
        padding: 1em 1em 0.4em;
        font-size: clamp(15px, 1.7vw, 28px);
    }
    .fablab-a img{
        width: 1.8em;
        height: 1.8em;
        margin-top: -3px;
    }
}

/*SPONSORCHIP*/
.sponsor{
    width: 95%;
    border-radius: 0 5em 5em 0;
    background: #fff;
}
.sponsor-h2{
    display: inline-block;
    font-weight: 700;
    line-height: 0.8;
    font-size: 7.4vw;
}
.sponsor-h2 small{
    font-size: clamp(18px, 2.4vw, 38px);
}
.sponsor-banner{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
}
.sponsor-banner a{
    padding: 2em 0.5em 1.5em;
    background: #fff;
    box-shadow: 7px 7px 0 var(--black);
    border: 2px solid var(--black);
    border-radius: 0.5em;
    text-align: center;
    position: relative;
    color: var(--black);
    font-size: clamp(14px, 1.5vw, 24px);
}
.sponsor-banner a:before{
    content: "";
    display: block;
    width: 2.2em;
    height: 2.2em;
    background: url("../img/arrow_yellow.png") center / contain no-repeat;
    position: absolute;
    bottom: -0.7em;
    right: -0.7em;
    
}
.sponsor-banner a:hover{
    background: var(--yellow);
}
.sponsor-banner a.comingsoon{
    font-family: 'jost';
    font-weight: 700;
    background: #eee;
    color: #666;
    pointer-events: none;
}
.sponsor-banner a.comingsoon:before{
    display: none;
}
@media screen and (max-width: 980px) {
    .sponsor{
        padding: 3em 2em !important;
    }
    .sponsor-banner{
        grid-template-columns: repeat(3, 1fr);
        gap: 2em 1em;
    }
}
@media screen and (max-width: 580px) {
    .sponsor{
        padding: 3em 1em !important;
    }
    .sponsor-banner{
        grid-template-columns: repeat(2, 1fr);
        gap: 2em 1em;
    }
}

/*ABOUT*/
.about-contents{
    display: grid;
    grid-template-columns: clamp(70px, 12vw, 170px) repeat(6, 1fr);
    gap: clamp(5px, 1.8vw, 28px);
}
.about-text{
    grid-column: 1 / 3;
    grid-row: 1 / 5;
    position: relative;
    overflow: hidden;
    container-type: inline-size;
    z-index: 3;
}
.about-text span{
    position: absolute;
    left: -0.08em;
    top: 0;
    display: block;
    font-size: clamp(90px, 70cqw, 280px);
    line-height: .82;
    font-weight: 700;
    letter-spacing: -0.06em;
    white-space: nowrap;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: left top;
}
.about-h4{
    display: flex;
    align-items: flex-end;
    font-size: clamp(14px, 1.4vw, 18px);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1em;
}
.about-h4 img{
    width: clamp(210px, 35vw, 680px);
    height: auto;
    display: inline-block;
    margin-right: 2px;
}
.about-prof{
    grid-column: 2 / 5;
    grid-row: 1 / 2;
	padding: 1em 2em 1em 1em;
}
.about-a{
	width: clamp(250px, 30vw, 480px);
	margin: 0 0 0 auto;
    display: flex;
    justify-content: center;
    background: var(--blue);
    color: #fff;
    padding: 1em 2em 0.7em;
    border: 2px solid var(--black);
    box-shadow: 10px 10px 0 var(--black);
}
.about-a_logo{
	width: 90%;
	filter: brightness(0) invert(1);
}
.about-a_arrow{
    display: inline-block;
    width: 2.2em;
    height: 2.2em;
    margin-left: 5px;
}
.about-a:hover{
    background: var(--yellow);
    color: var(--black);
}
.about-a:hover .about-a_logo{
	filter: inherit;
}
.about-img{
    min-height: 0;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.about-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform-origin: top center;
    will-change: transform;
}
.about-img:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s all ease-in;
}
.img01.is-slide::after{ transform: translateX(100%); }
.img02.is-slide::after{ transform: translateX(-100%); }
.img03.is-slide::after{ transform: translateY(-100%); }
.img04.is-slide::after{ transform: translateY(100%); }
.img05.is-slide::after{ transform: translateY(100%); }
.img06.is-slide::after{ transform: translateX(-100%); }

.img01{
    grid-column: 2 / 5;
    grid-row: 2 / 3;
}
.img01 img{
    aspect-ratio: 1.618 / 1;
}
.img02{
    grid-column: 5 / 8;
    grid-row: 1 / 3;
}
.img02 img{
    aspect-ratio: 1 / 1;
}
.img03{
    grid-column: 1 / 4;
    grid-row: 3 / 4;
}
.img03 img{
    aspect-ratio: 1.618 / 1;
}
.img04{
    grid-column: 4 / 8;
    grid-row: 3 / 4;
}
.img04 img{
    aspect-ratio: 1.618 / 1;
}
.img05{
    grid-column: 1 / 5;
    grid-row: 4 / 5;
}
.img05 img{
    aspect-ratio: 2 / 1;
}
.img06{
    grid-column: 5 / 8;
    grid-row: 4 / 5;
}
.img06 img{
    aspect-ratio: 1 / 1;
}
@media screen and (max-width: 980px) {
    .about-prof{
        grid-column: 2 / 8;
        grid-row: 1 / 2;
		padding: 1em 0.5em 1em 0;
    }
	.about-a{
		margin: 0 auto;
	}
    .img01 {
        grid-column: 2 / 6;
        grid-row: 2 / 3;
    }
    .img02 {
        grid-column: 6 / 8;
        grid-row: 2 / 3;
    }
}

/*FOOTER*/
.footer{
    background: var(--black);
    padding: 2em 0 6em;
    text-align: center;
}
.footer-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #fff;
    padding: 1em 0;
    gap:0 1em;
}
.footer-title{
    width: 90%;
    max-width: 380px;
    filter: brightness(0) invert(1);
}
.footer-add{
    color: #fff;
    text-align: left;
    font-weight: 500;
}
.footer-add br:nth-child(2){
    display: none;
}
.footer-content:hover p{
	color: var(--yellow);
}
.footer-copy{
    padding: 1em 0;
    font-size: clamp(13px, 1.1vw, 13px);
    color: #fff;
    letter-spacing: 1px;
}
.footer-copy br{
    display: none;
}
@media screen and (max-width: 980px) {
    .footer-add{
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 580px) {
    .footer-add br:nth-child(2),
    .footer-copy br{
        display: block;
    }
}


.fixed-cta{
    position: fixed;
    bottom: 0.5em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    opacity: 0;
    transition: 0.3s all opacity;
}
.fixed-cta .mv-cta {
    align-items: flex-end;
    padding: 0.7em 0em 0.2em;
    box-shadow: 7px 10px 0 var(--black);
    font-size: clamp(18px, 1.7vw, 28px);
    width: 14em;
}
.fixed-cta.is-visible { 
	opacity: 1; 
}
@media screen and (max-width: 580px) {
    .footer-add br:nth-child(2),
    .footer-copy br{
        display: block;
    }
	.fixed-cta .mv-cta{
		padding: 0.4em 0 0.2em;
	}
}

/*TOTOP*/
#totop {
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 99999;
    width: 50px;
    height: 50px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all opacity;
}
#totop img{
    display: block;
    transform: rotate(-47deg);
}
#totop.is-visible { 
	opacity: 1; 
	pointer-events: auto; 
}
#totop:hover{
	transform: scale(1.2,1.2);
}
@media screen and (max-width: 980px) {
    #totop {
        width: 30px;
        height: 30px;
    }
}

main{
    width: 100%;
    overflow-x: hidden;
}
.gear-bk{
    position: relative;
    width: 100%;
    overflow
}
.gear {
    position: absolute;
    top: 40%;
    left: -20%;
    width: 60vw;
    animation: gearRotate 20s linear infinite;
    transform-origin: center center;
    z-index: -1;
    opacity: 0.1;
}
.gear-bk_even .gear{
    left: inherit;
    right: -20%;
}
@keyframes gearRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}














