@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
}
body{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    line-height: 1.7;
    color: #432;
	background: #555;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
h1{
	color: #fff;
}
ul{
	list-style: none;
	flex-wrap: nowrap;
	
}

#fix-background{
	width: 100vw;
	height: 100vh;
	background-image: url("../images/music005.jpg");
	background-size: cover;
	position: fixed;
	z-index: -1;
}
#container{
	/*overflow: hidden;*/
}
li{
	list-style: none;
}
.section1{
	width: 100vw;
	height: 100vh;
	background: #fff;
	display: grid;
	align-content: center;
	align-items: center;
}
.section1 p{
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	display: inline;
	overflow: hidden;

	line-height: 2.2;
	background: linear-gradient(90deg, rgb(0 0 0 / 100%) 0%, rgb(0 0 0 / 100%) 50%,rgb(255 255 255 / 100%) 50%, rgb(255 255 255 / 100%) 100%);
}
.section5{
	width: 100vw;
	height: 100vh;
	background: violet;
}
.section6{
	width: 100vw;
	height: 100vh;
	background: violet;
}
.section7{
	width: 100vw;
	height: 100vh;
	background: orange;
}
.section8{
	width: 100vw;
	height: 100vh;
	background: gray;
}
.section2{
	width: 100vw;
	height: 100vh;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	position: fixed;
	top: 0;
	left: 0;
	background: green;
	 transform-style: preserve-3d;
  perspective: 200px;
}
.section3{
	width: 100vw;
	height: 200vh;
	background: violet;
}
.text {
 margin-top: 1em;
	padding: 0 5%;
}
.column{
	display: flex;
	flex-wrap: wrap;
		gap: 5%;
}
.card{
	width: 20%;
	height: auto;
	background: yellow;
	padding: 1em;
}
.image-wrapper{
	position: relative;
	aspect-ratio: 1 / 1;
	width: 100%;
	height: auto;
	background: red;
	
}
.image{
	aspect-ratio: 1 / 1;
	overflow: hidden;
	width: 20%;
	height: auto;
	
	/*transform: translate(-50%, -50%);*/
}
.image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kaigyo{
}
.images{
	display: flex;
	flex-wrap: wrap;
	
}

#load{
	width: 100vw;
	height: 100vh;
	background: #fff;
	/*background: rgb(0 0 0 / 1);*/
	position: fixed;
	top: 0;
	left: 0;
	display: grid;
	align-content: center;
	align-items: center;
	z-index: 5;
}

.counter{
	height:1em;
	overflow: hidden;
	color: #fff;
	font-size: 2em;
	/*border: solid 1px red;*/
}


.slot-wrapper{
	display: flex;
	width: fit-content;
	margin: auto;
}

.slot{
	line-height: 1;
	/*background: blue;*/
	color: #272727;
	
}
.slot1{
	position: relative;
}
.slot2{
	position: relative;
}
.number-wrapper1{
	position: absolute;
	background: green;
}

.number-wrapper2{
	position: absolute;
	background: yellow;
}

.dj-lottie{
	margin: auto;
}

