@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;
	background: #000;
}
img,video {
	width: 100%;
	border: 0;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2 {
	padding: 0;
	margin: 0;
	line-height: 0;
}
.img {
	position: relative;
	line-height: 0;
}



#by {
	max-width: 1550px;
	margin: 0 auto;
	opacity: 0;
	transition: 0.2s all 0s ease;
}
#by.non {
	opacity: 1;
}
#top {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 100%;
	max-width: 1550px;
	height: 100%;
	z-index: 999;
	transition: 1s all 2.8s ease;
}
.non #top {
	height: 300px;
	z-index: 1;
}
#top h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 26%;
	z-index: 100;
}
#top h2 {
	width: 70%;
	position: absolute;
	bottom: 0;
	left: 15%;
	opacity: 0;
	transition: 1s all 2.8s ease;
}
.non #top h2 {
	opacity: 1;
}
#top li .img {
	position: absolute;
	top: 0;
	left: 20%;
	height: 100%;
	width: 60%;
	background-size: cover;
	background-position: center top;
}
#top li:nth-of-type(7) .img {
	transition-delay: 1s;
	background-position: center center;
}
#top li:nth-of-type(6) .img {
	transition-delay: 1.2s
}
#top li:nth-of-type(5) .img {
	transition-delay: 1.4s
}
#top li:nth-of-type(4) .img {
	transition-delay: 1.6s
}
#top li:nth-of-type(3) .img {
	transition-delay: 1.8s
}
#top li:nth-of-type(2) .img {
	transition-delay: 2s
}
#top li:nth-of-type(1) .img {
	transition-delay: 2.2s
}
.non #top li .img {
	opacity: 0;
}
@media only screen and (max-width: 768px) {
	.non #top {
		height: 150px;
		z-index: 1;
	}
	#top h1 {
		width: 75%;
	}
	#top h2 {
		display: none;
	}
	#top li .img {
		top: 0;
		left: 0%;
		height: 100%;
		width: 100%;
	}
}

#look {
	width: 90%;
	margin: 0 auto 0%;
	padding-top: 600px;
	position: relative;
	z-index: 100;
	opacity: 0;
	transition: 1s all 2.8s ease;
}
.non #look {
	padding-top:340px;
	opacity: 1;
	transform: translate(0);
}
@media only screen and (max-width: 768px) {
	#look {
		width: 90%;
		margin: 0 auto;
	}
	.non #look {
		padding-top:150px;
	}	
}


#look ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
#look li {
	position: relative;
	overflow: hidden;
	display: block;
}
#look li.look24 {
	grid-column: 3/4;
	grid-row: 1/2
}
#look li.look23 {
	grid-column: 2/3;
	grid-row: 1/2
}
#look li h2 {
	display: none;
}
#look li .img {
	position: relative;
	overflow: hidden;
	display: block;
}
#look li .img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #006700;
	z-index: 10;
	transition: 1s all 0s ease;
}
#look li .img .tit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 0;
	z-index: 10;
}
#look li:nth-of-type(2n) .img::before {
	transition-delay: 0.4s;
}
#look li:nth-of-type(3n) .img::before {
	transition-delay: 0.8s;
}
#look li.look24:nth-of-type(2n) .img::before {
	transition-delay: 0.8s;
}
#look li.look23:nth-of-type(3n) .img::before {
	transition-delay: 0.4s;
}
#look li.ac .img::before {
	opacity: 0;
}
@media only screen and (max-width: 768px) {
	#look ul {
		display: block;
		grid-template-columns:auto;
	}
	#look li.look24 {
		grid-column: auto;
		grid-row:auto
	}
	#look li.look23 {
		grid-column: auto;
		grid-row: auto
	}
	#look li h2 {
		display: block;
		margin: 5% auto 20%; 
	}
	#look li:nth-of-type(2n) .img::before {
		transition-delay: 0s;
	}
	#look li:nth-of-type(3n) .img::before {
		transition-delay: 0s;
	}
	#look li.look24:nth-of-type(2n) .img::before {
		transition-delay: 0s;
	}
	#look li.look23:nth-of-type(3n) .img::before {
		transition-delay: 0s;
	}
}

/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
クレジット
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/
#look li .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    line-height: 2.0;
    z-index: 100;
    opacity: 0;
    transition: 0.4s all 0s ease;
}
#look li .cover.active {
    display: block;
    opacity: 1;
}
#look li .cover .item {
    position: absolute;
    bottom: 30px;
    left: 25px;
    width: 80%;
}
#look li .cover .item div {
    color: #bbb;
    font-size: 11px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0px;
	position: relative;
}
#look li .cover .item a,#look li .cover .item p {
	font-family: "Courier Prime", monospace;
    color: #006700;
    display: block;
    font-size: 11px;
    text-decoration: none;
	font-weight: 500;
	border-bottom: 1px solid transparent;
	display: none;
	margin: 0;
	padding: 0;
}
#look li .cover.active .item a,#look li .cover.active .item p {
	display: inline-block;
}
#look li .cover .item span {
	font-weight: 300;
	padding-left: 6px;
	font-size: 10px
}
#look li .cover .item a:hover {
	border-bottom: 1px solid #006700;

}
#look li .plus {
	cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 17px;
    height: 17px;
    z-index: 200;
}
#look li .plus::before,#look li .plus::after {
    content: "";
    transition:0.6s all 0s ease;
    position: absolute;
    background: #006700;
}
#look li .plus::before {
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 1px;
    height: 100%;
}
#look li .plus::after {
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 100%;
    height: 1px;
}
#look li .plus.on::after {
    background: #006700;
}
#look li .plus.on::before {
    opacity: 0;
}
#look li .img .switch {
	background: #000;
}
#look li .img .switch img {
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	animation: ChangeImage 6s infinite;
    opacity: 0;
}
#look li .img .switch img:nth-of-type(1) {
	animation-delay: 0s;
	position: relative;
}
#look li .img .switch img:nth-of-type(2) {
	animation-delay: 2s;
}
#look li .img .switch img:nth-of-type(3) {
	animation-delay: 4s;
}
@keyframes ChangeImage{
    0%{ opacity: 0;}
    1%{ opacity: 1;}
    34%{ opacity: 1;}
    35%{ opacity: 0;}
    100%{ opacity: 0;}
}

.foot {
	background: #000;
	position: relative;
	padding-top: 10%;
	z-index: 10
}
.btn {
	margin: 5% auto;
	width: 34%;
	max-width: 200px;
}
.copyright {
	font-size: 11px;
	text-align: center;
	padding: 5% 0;
	font-family: "Bebas Neue", sans-serif;
	color: #006700;
}
@media only screen and (max-width: 768px) {
	.foot {
		padding-top: 20%;
	}
		.btn {
		margin: 8% auto;
	}
	.copyright {
		padding: 10% 0;
	}
}

