@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
html,
body {
	padding: 0;
	margin: 0;
}
img,video {
	width: 100%;
	border: 0;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2 {
	padding: 0;
	margin: 0;
	line-height: 0;
}
svg:not(:root), symbol, image, marker, pattern, foreignObject {
overflow: visible;
}
.img {
	position: relative;
	line-height: 0;
}
.anim {
	opacity: 0;
	
}
.anim.ac {
	opacity: 1;
	/*transform: translate(0);*/
}

#bl {
	z-index: 99;
	font-family: aktiv-grotesk, sans-serif;
	position: relative;
	overflow: hidden;
}
#bl.non {
	opacity: 1;
}
#top {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 100%;
	
	height: 100%;
	z-index: 99;
	transition: 1s all 2.8s ease;
	background:  url("https://www.dot-st.com/static/docs/babylone/pages/kv_2025autumn/assets/img/back-sp.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.non #top {
	height: 150px;
	z-index: 1;
}
#top h2 {
	display: none;
}
#top h2 {
	width: 70%;
	position: absolute;
	bottom: 0;
	left: 15%;
	opacity: 0;
	transition: 1s all 2.8s ease;
}
.non #top h2 {
	opacity: 1;
}

.non #top li .img {
	/* opacity: 0; */
}
#top .header-tx {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 92%;
	margin: 6% auto 0;
}
#top .header-tx img {
	width: 12%;
	height: fit-content;
}
#top ul {
	position: relative;
	height: 100vh;
}
#top ul li {
	position: absolute;
}
#top ul li:nth-of-type(1) {
	
}
@media only screen and (min-width: 769px)  {
	#bl {
		width: 100%;
	}
	
	#top {
		background: url("https://www.dot-st.com/static/docs/babylone/pages/kv_2025autumn/assets/img/back-pc.jpg");
		background-size: cover;
	}
	.non #top {
		/*height: 300px;*/
		height: 0px;
	}
	#top .header-tx {
		margin: 30px auto 0;
		width: 98%;
		max-width: 1200px;
	}
	#top .header-tx img {
		width: 5%;
	}
	#top ul {
		max-width: 700px;
		width: 70%;
		margin: 0 auto;
	}
}

/* svg LOGO
------------------------------------- */
.logo {
	width: 72%;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.logo svg {
	
}
.cls-1 {
	animation-name: fadeIn1;
    animation-delay: .2s;
    animation-duration: 0s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeIn1 {
    0% {
    }
    100% {
        opacity: 1;
    }
}
.cls-2 {
	animation-name: fadeIn2;
    animation-delay: .5s;
    animation-duration: 0s;
	animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeIn2 {
    0% {
    }
    100% {
        opacity: 1;
    }
}
.cls-3 {
	animation-name: fadeIn3;
    animation-delay: .8s;
    animation-duration: 0s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeIn3 {
    0% {
    }
    100% {
        opacity: 1;
    }
}
.cls-4 {
	animation-name: fadeIn4;
    animation-delay: 1.1s;
    animation-duration: 0s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeIn4 {
    0% {
    }
    100% {
        opacity: 1;
    }
}
#top ul li:nth-of-type(2) {
	width: 74%;
	top: 35%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition-delay: 1.4s;
}
#top ul li:nth-of-type(3) {
	width: 56%;
	top: 32%;
	right: 6%;
	transition-delay: 1.6s;
}
#top ul li:nth-of-type(4) {
	width: 58%;
	top: 14%;
	left: 6%;
	transition-delay: 1.8s;
}
#top ul li:nth-of-type(5) {
	width: 52%;
	top: 55%;
	left: 15%;
	transition-delay: 2.0s;
}
#top ul li:nth-of-type(6) {
	width: 48%;
	top: 46%;
	right: 11%;
	transition-delay: 2.2s;
}
#top ul li:nth-of-type(7) {
	width: 62%;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition-delay: 2.4s;
}
@media only screen and (min-width: 769px)  {
	.logo {
		width: 70%;
		top: 50%;
	}
	
	#top ul li:nth-of-type(2) {
		top: 50%;
		width: 64%;
max-width: 460px;
	}
	#top ul li:nth-of-type(3) {
		width: 52%;
		max-width: 370px;
		top: 23%;
		right: 0%;
	}
	#top ul li:nth-of-type(4) {
		width: 50%;
		max-width: 360px;
		top: 6%;
		left: 0%;
	}
	#top ul li:nth-of-type(5) {
		width: 48%;
		max-width: 340px;
		top: auto;
		bottom: 5%;
		left: 12%;
	}
	#top ul li:nth-of-type(6) {
		width: 45%;
		max-width: 315px;
		top: auto;
		bottom: 10%;
		right: 8%;
	}
	#top ul li:nth-of-type(7) {
		width: 54%;
		max-width: 380px;
		top: 50%;
	}
}

#look {
	width: 100%;
	margin: 0 auto 0%;
	padding-top: 600px;
	position: relative;
	z-index: 999999;
	opacity: 0;
	transition: 1s all 2.8s ease;
	background: #fff;
}
.non #look {
	padding-top: 18%;
	opacity: 1;
	transform: translate(0);
}
@media only screen and (min-width: 769px)  {
	#look {
		max-width: 1550px;
		margin: 0 auto;
	}
	.non #look {
		padding-top: 100px;
	}	
}




/* #look
------------------------------------- */
#bl #look .read {
	margin: 0 auto 15%;
	text-align: center;
	font-size: 9px;
	letter-spacing: .5px;
	line-height: 1.4;
}
#bl section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 92%;
	margin: 0 auto;
}
#bl section .block .item {
	position: relative;
}
#bl section .block .item .more {
	position: absolute;
	width: 9%;
	top: 2.5%;
	right: 3%;
}
@media only screen and (min-width: 769px)  {
	#bl #look .read {
		font-size: 12px;
		margin-bottom: 100px;
	}
	#bl section {
		max-width: 1300px;
		margin: 0 auto;
	}
	#bl section .block .item .more {
		width: 38px;
	}
}
/* #grid
------------------------------------- */
#bl section:nth-of-type(1) {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 4px;
	grid-row-gap: 0px;
}
#bl section:nth-of-type(2) {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 4px;
	grid-row-gap: 0px;
}
#bl section:nth-of-type(2) div:nth-of-type(1) { grid-area: 1 / 1 / 3 / 3; }
#bl section:nth-of-type(2) div:nth-of-type(2) { grid-area: 1 / 3 / 2 / 4; }
#bl section:nth-of-type(2) div:nth-of-type(3) { grid-area: 2 / 3 / 3 / 4; }

#bl section:nth-of-type(3) {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 4px;
	grid-row-gap: 0px;
}

#bl section:nth-of-type(4) {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 4px;
	grid-row-gap: 0px;
}
#bl section:nth-of-type(4) div:nth-of-type(1) { grid-area: 1 / 1 / 2 / 2; }
#bl section:nth-of-type(4) div:nth-of-type(2) { grid-area: 2 / 1 / 3 / 2; }
#bl section:nth-of-type(4) div:nth-of-type(3) { grid-area: 1 / 2 / 3 / 4; }

#bl section:nth-of-type(5) {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 4px;
grid-row-gap: 0px;
}
#bl section:nth-of-type(6) {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 4px;
	grid-row-gap: 0px;
}
#bl section:nth-of-type(6) div:nth-of-type(1) { grid-area: 1 / 1 / 3 / 3; }
#bl section:nth-of-type(6) div:nth-of-type(2) { grid-area: 1 / 3 / 2 / 4; }
#bl section:nth-of-type(6) div:nth-of-type(3) { grid-area: 2 / 3 / 3 / 4; }

/*モーダル内のコンテンツの指定*/
.remodal img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.modal-body strong {
	display: block;
}
.modal-body strong img{
}
.modal-content {
	position: relative;
	font-family: aktiv-grotesk, sans-serif;
}
.modal-content .pic {
	width: 82%;
	margin: 6% auto 8%;
	float: none;
	position: relative;
}
.modal-content .pic2 {
	width: 54%;
	margin: 6% auto 12%;
}
.modal-content .header_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0% 3%;
	margin: 3% 0 0;
}
.modal-content .header_top span {
	font-size: 11px;
	letter-spacing: .6px;
}
.modal-content .header_top span:nth-of-type(2) {
	width: 4%;
}
.modal-content .credit {
    width: 88%;
    float: none;
    position: relative;
    top: auto;
    right: auto;
    margin: 10% auto;
    text-align: center;
}
.modal-content .credit .img {
    width: 52%;
}
.modal-content .credit .name {
    display: block;
	font-size: 10px;
	line-height: 1.8;
	color: #111;
	text-decoration: underline;
}
.modal-content .credit .name.nolink {
    color: #888888 !important;
	text-decoration: none;
}
.modal-content .credit .name span {
	display: block;
    font-size: 88%;
	margin-top: 6%;
	color: #727272;
}
.remodal {
	position: relative;
	padding: 0px;
    box-sizing: border-box;
    width: 88%;
	max-height: 78vh;
	overflow: scroll;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #f4f4f2;
    hashTracking: false;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.remodal-wrapper {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}


@media only screen and (min-width: 769px)  {
	    .remodal {
			width: 68%;
			max-width: 840px;
		}
	   .modal-content{
		   width: 90%;
		   margin: 0 auto;
		   padding: 3% 0 5%;
		}
		.remodal-close {
		   top: 2%;
		   right: 5%;
		   margin-top: 25px;
		}
	    .modal-content .header_top {
			margin: 0 0 14px;
			padding: 0;
	    }
	    .modal-content .modal-content-inner {
			display: flex;
			align-items: center;
			justify-content: space-around;
	    }
		.modal-content .pic {
			width: 48%;
			margin: 0;
		}
	    .modal-content .pic2 {
			width: 28%;
			margin: 0;
	    }
		.modal-content .credit{
			width: 45%;
			margin: 0;
		}
	    .modal-content .credit .name {
		    font-size: 11px;
	    }
	    #bl_contents section .block .item .no {
		    width: 11%;
	    }
	    #bl_contents section .block .item .more {
			width: 7%;
	    }
}





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




/* foot
------------------------------------- */
#foot {
	position: relative;
	z-index: 999999;
	background: #fff;
	margin: -.5% 0 0 0;
	padding-top: 1%;
	
}
#foot .footer_inner {
	width: 90%;
	margin: 1% auto 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#foot .footer_inner .staff {
	
}
#foot .footer_inner .staff span {
	display: block;
	font-size: 8px;
}
#foot .footer_inner .staff span a {
	color: #111;
}
#foot .footer_inner .f_logo {
	width: 38%;
}

#foot .copy {
	font-size: 8px;
	background: #111;
	color: #fff;
	text-align: center;
	padding: 2% 0;
	line-height: 1.0;
}
/* 以下アニメーション周り */
#foot #targetimg {
	width: 72%;
	margin: 0 auto;
	display: block;
}
/* 以下アニメーション周り */
#foot #targetimgpc {
	width: 72%;
	margin: 0 auto;
	display: block;
}
@media only screen and (min-width: 768px)  {
	#foot .footer_inner {
		max-width: 1300px;
		margin: 0 auto;
	}
	
	#foot .footer_inner .staff span {
		font-size: 12px;
	}
	#foot .footer_inner .f_logo {
		width: 26%;
	}
	#foot #targetimg {
		width: 30%;
		max-width: 400px;
	}
	#foot .copy {
		font-size: 8px;
		padding: 10px 0;
	}
}
/* fade
------------------------------------- */
#bl .fade {
	opacity: 0;
	transition: 1.5s all 0s;
}
#bl .fade.ac {
	opacity: 1;
	transform: translate(0);
}
/* view
------------------------------------- */
.spview {
	display: block;
}
.pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
     .spview {
		display: none;
	}	
	.pcview {
		display: block;
	}
}
