@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .topTtl {
	position: fixed;
	left: 50%;
	width: calc(80.6rem - 2px);
	transform: translateX(-50%);
	top: 1.4rem;
    padding: 0.3rem 0 0.5rem;
    font-size: 1.4rem;
	color: #19ff66;
    font-weight: 400;
    letter-spacing: 0.06em;
    overflow: hidden;
	background-color: #000;
	z-index: 99;
	border-top: 0.25rem solid #f1f1f1;
	border-bottom: 0.25rem solid #f1f1f1;
}
#main .topTtl ul {
	display: flex;
}
#main .topTtl li {
	flex-shrink: 0;
}
#main .photoList {
	margin-bottom: -1rem;
}
#main .photoList li {
	width: 50%;
}
#main .photoList img {
	width: 100%;
}
#main .photoList a:hover {
	opacity: 0.7;
}
#main .info {
	margin: 0 -1.5rem;
	padding: 3.7rem 2.9rem 4.2rem 30.5rem;
	position: relative;
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
#main .info:last-of-type {
	border: none;
}
#main .info .movie {
	position: absolute;
	left: 5.5rem;
	top: 3.9rem;
	width: 16.3rem;
	height: 28.4rem;
	overflow: hidden;
	border-radius: 1.5rem;
	border: 0.3rem solid #19FF66;
	box-sizing: border-box;
	background-color: #000;
}
#main .info .movie iframe {
	--pian: 150px;
	width: 100%;
	height: calc(100% + var(--pian));
	object-fit: cover;
	margin: 0;
	padding: 0;
	border: none;
	position: absolute;
	left: 0;
	top: calc(0px - var(--pian) * 0.5);;
}
#main .info .movie .thumbnail {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	visibility: visible;
	transition: all ease 0.3s;
	cursor: pointer;
}
#main .info .movie.playing .thumbnail {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
#main .info .movie .ico {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 6.5rem;
	transform: translate(-53%,-59%);
	opacity: 1;
	visibility: visible;
	transition: all ease 0.3s;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
}
#main .info .movie.player-ready .ico {
	opacity: 1;
}
#main .info .movie.playing .ico {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
#main .info .name {
	position: relative;
	font-size: 1rem;
	font-weight: 500;
}
#main .info .name .time {
	margin-left: 1.6rem;
	font-weight: 400;
	opacity: 0.25;
}
#main .info .name .ico {
	position: absolute;
	left: -4.5rem;
	top: 0.4rem;
	width: 3.6rem;
	height: 3.6rem;
	border: 0.2rem solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#main .info .name .ico img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .info .ttl {
	margin-bottom: 0.5rem;
	line-height: 1.61;
	letter-spacing: 0.12em;
}
#main .info .num {
	margin-bottom: 1.7rem;
	font-size: 1rem;
	opacity: 0.5;
	font-weight: 400;
}
#main .info .textUl {
	margin-bottom: 1.5rem;
}
#main .info .textUl li {
	margin-bottom: 0.7rem;
	padding: 0.3rem 1rem 0.6rem;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	border: 1px solid #000;
	border-radius: 0.5rem;
	cursor: pointer;
}
#main .info .textList {
	margin-bottom: 1.5rem;
	display: none;
}
#main .info .textList li {
	margin-bottom: 0.6rem;
	padding: 0.4rem 1.1rem 0.7rem;
	position: relative;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	cursor: pointer;
}
#main .info .textList li .before {
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	content: "";
	background-color: #dedede;
	border-radius: 0.5rem;
}
#main .info .textList .green .before {
	background-color: #19ff66;
}
#main .info .textList li > span {
	position: relative;
	z-index: 1;
}
#main .info .textList li .number {
	margin-left: 1rem;
	font-weight: 700;
}
#main .info .expression li {
	margin-right: 1.4rem;
	display: flex;
	align-items: center;
	font-size: 1rem;
	font-weight: 500;
	cursor: pointer;
}
#main .info .expression .ico {
	width: 1.7rem;
}
#main .info .expression .txt {
	margin-left: 0.3rem;
	opacity: 0.5;
}
#main .info .dot {
	width: 1.3rem;
	margin: -1rem 0.8rem 0 auto;
	cursor: pointer;
}
#main .info .textInfo {
	margin: 0.9rem -0.3rem 0 0.1rem;
	align-items: center;
}
#main .info .title {
	padding-left: 3.5rem;
	margin-top: 0.6rem;
	font-size: 1.2rem;
	line-height: 1.4;
	letter-spacing: 0.06em;
	background: url(../img/index/icon02.webp) no-repeat left center;
	background-size: 2.8rem auto;
}
#main .info .title span {
	margin-bottom: -0.2rem;
	display: block;
	color: #19ff66;
}
#main .info .title span span {
	display: inline;
	padding-bottom: 1px;
	background: -webkit-linear-gradient(#000,#000) repeat-x center center / 100% 80%;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#main .info .link {
	width: 27.7rem;
	transition: transform ease 0.3s;
}
#main .info .link a {
	height: 6.9rem;
	padding: 0 0 0.2rem 0.5rem;
	color: #19ff66;
	text-align: center;
	display: flex;
	font-size: 2.4rem;
	letter-spacing: 0.12em;
	align-items: center;
	justify-content: center;
	background-color: #1b2320	;
	border-radius: 5rem;
	box-sizing: border-box;
}
@media all and (min-width: 897px) {
	#main .info .link:hover {
		transform: scale(1.03);
	}
}
@media all and (max-width: 896px) {
	.header {
		padding: 1.2rem 1.1rem 1.1rem;
	}
	.header .logo {
		width: 4.2rem;
	}
	.header .ico {
		width: 7.2rem;
		position: absolute;
		right: 0.8rem;
		top: 1.3rem;
		z-index: 1;
	}
	.header .slideText {
		position: absolute;
		left: 5.8rem;
		top: 1rem;
	}
	.header .slideText li {
		padding: 1rem;
		font-size: 1.4rem;
		line-height: 1.5;
		letter-spacing: 0.14em;
		background-color: #f1f1f1;
		display: none;
	}
	.header .slideText li.on {
		display: block;
	}
	.header .en {
		position: absolute;
		left: 7rem;
		top: 6.8rem;
		font-size: 0.8rem;
		letter-spacing: 0.06em;
	}
	.fixBtn {
		position: fixed;
		bottom: 0.6rem;
		right: 0.7rem;
		width: 3.7rem;
		z-index: 99;
	}
	#main .topTtl {
		position: static;
		font-size: 1.3rem;
		width: auto;
		transform: none;
		border: none;
	}
	#main .photoList {
		margin-bottom: -2.5rem;
		display: block;
		position: relative;
		height: 61.86vw;
		overflow: hidden;
	}
	#main .photoList li {
		width: 100%;
		height: 100%;
		position: absolute;
		opacity: 0;
		transform: scale(1.2);
		-webkit-animation: anime 12s 0s infinite;
    	animation: anime 12s 0s infinite;
		z-index:10;
	}
	#main .photoList li:nth-of-type(2) {
		-webkit-animation-delay: 6s;
     	animation-delay: 6s;
	}
	@keyframes anime {
		0% {
			opacity: 0;
		}
		25% {
			opacity: 1;
		}
		50% {
			opacity: 1;
		}
		75% {
			opacity: 0;
			transform: scale(1) ;
			z-index:9;
		}
		100% { 
			opacity: 0;
		}
	}
	@-webkit-keyframes anime {
		0% {
			opacity: 0;
		}
		25% {
			opacity: 1;
		}
		50% {
			opacity: 1;
		}
		75% {
			opacity: 0;
			transform: scale(1) ;
			z-index:9;
		}
		100% { 
			opacity: 0;
		}
	}
	#main .photoList li img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .info {
		margin: 0;
		padding: 5.4rem 1.9rem 6.4rem;
	}
	#main .info .imgBox {
		display: flex;
		margin-bottom: 2.8rem;
	}
	#main .info .movie {
		position: relative;
		left: auto;
		top: auto;
		margin-right: 2.3rem;
		width: 10.3rem;
		height: 18rem;
		flex-shrink: 0;
		border-radius: 1.2rem;
		border-width: 0.2rem;
	}
	#main .info .movie .ico {
		width: 4.1rem;
	}
	#main .info .name {
		padding: 0 0 0.7rem 4.2rem;
		font-size: 1.4rem;
	}
	#main .info .name .time {
		margin-left: 0;
		font-size: 1.1rem;
		display: block;
	}
	#main .info .name .ico {
		left: -0.4rem;
		top: 0.1rem;
	}
	#main .info .ttl {
		margin-bottom: 0.8rem;
		line-height: 1.55;
	}
	#main .info .num {
		margin-bottom: 0;
		font-size: 1.1rem;
	}
	#main .info .textUl {
		margin-bottom: 1.9rem;
	}
	#main .info .textUl li {
		margin-bottom: 0.6rem;
		padding: 0.7rem 1.3rem 0.8rem;
		font-size: 1.4rem;
		line-height: 1.51;
		border-radius: 0.5rem;
	}
	#main .info .textList {
		margin-bottom: 1.9rem;
	}
	#main .info .textList li {
		margin-bottom: 0.6rem;
		padding: 0.7rem 1.3rem 0.8rem;
		font-size: 1.4rem;
		line-height: 1.51;
	}
	#main .info .expression {
		margin: 0 0.8rem;
	}
	#main .info .expression li {
		margin-right: 1.6rem;
		font-size: 1.12rem;
	}
	#main .info .expression .ico {
		width: 2rem;
	}
	#main .info .dot {
		width: 1.4rem;
		margin: -1.2rem 0.5rem 0 auto;
	}
	#main .info .textInfo {
		margin: 2.3rem 0.3rem 0;
		display: block;
	}
	#main .info .title {
		padding-left: 3.9rem;
		margin: 0 0 1.9rem;
		min-height: 3.1rem;
		background-size: 3.1rem auto;
	}
	#main .info .title span {
		margin-bottom: -0.1rem;
	}
	#main .info .link {
		width: 33.5rem;
		margin: 0 auto;
	}
	#main .info .link a {
		height: 6.8rem;
		font-size: 2.6rem;
	}
}