@charset "utf-8";

/*~~*/

#cover {
	background-image: url('/img/ver2-cover-bg.jpg');
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: top left;
}

#cover .chara {
	div {
		position: relative;
		.spike {
			position: absolute;
		}
	}
}

#cover .chara .spike {
	animation: spike-rocks 5s infinite linear;
}
@keyframes spike-rocks {
	0% {
		transform: scale(1);
		transform-origin: center bottom;
		opacity: 0.5;
	}
	62% {
		transform: scale(1);
		transform-origin: center bottom;
	}
	65% {
		transform: scale(1.25, 1.15) translateY(3%);
		transform-origin: center bottom;
	}
	70% {
		transform: scale(1);
		transform-origin: center bottom;
	}
	81% {
		transform: scale(1);
		transform-origin: center bottom;
	}
	84% {
		transform: scale(1.45, 1.25) translateY(5%);
		transform-origin: center bottom;
	}
	87% {
		transform: scale(1);
		transform-origin: center bottom;
		opacity: 0.5;
	}
	90% {
		transform: scale(1.5, 1.3) translateY(7%);
		transform-origin: center bottom;
	}
	100% {
		transform: scale(1);
		transform-origin: center bottom;
		opacity: 0;
	}
}

#cover .spikey {
	img {
		width: 100%;
	}
}

#cover .slick-prev,
#cover .slick-next {
	display: none;
}

#info .head svg {
	#voice-1 {
		animation: voice-1 10s infinite linear;
	}
	#voice-2 {
		animation: voice-2 10s infinite linear;
	}
	#voice-3 {
		animation: voice-3 10s infinite linear;
	}
}
@keyframes voice-1 {
	0% {
		opacity: 0;
		transform: scale(0, 0);
		transform-origin: center bottom;
	}
	2% {
		opacity: 1;
		transform: scale(1, 1);
	}
	25% {
		opacity: 1;
	}
	30% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes voice-2 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 0;
		transform: scale(0, 0);
		transform-origin: center bottom;
	}
	32% {
		opacity: 1;
		transform: scale(1, 1);
	}
	55% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes voice-3 {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
		transform: scale(0, 0);
		transform-origin: center bottom;
	}
	62% {
		opacity: 1;
		transform: scale(1, 1);
	}
	85% {
		opacity: 1;
	}
	90% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

main .icon {
	padding: 7px;
	border: 1px solid #fff;
	background: #ebebeb;
	border-radius: 50%;
	font-size: 20px;
	line-height: 100%;
	color: #000;
}
main .icon.icon-youtube {
	color: #ea3323;
}
main .icon-file-pdf {
	color: #cc0000;
}
main .icon-file-html {
	color: #3333ff;
}
main .icon-forward {
	color: #333;
}

main .more li:hover .icon {
	background: rgba(0,0,0,0.8);
	color: #fff;
	transition: all 0.5s;
}

/*~~*/

ul.more {
	margin-top: 15px;
	display: flex;
	justify-content: center;
	column-gap: 15px;
	.icon-home {
		color: #666;
	}
	a {
		display: flex;
		align-items: center;
	}
	.icon {
		font-size: 28px;
	}
	.label {
		margin-left: 5px;
		font-size: 1.2rem;
		line-height: 130%;
	}
}

/*~~*/

#banner {
	margin-top: 25px;
}

#banner .banner-body li {
	width: 100%;
}

#banner .banner-body li img {
	width: 100%;
}

#banner .banner-body li a:hover {
	transition: all 0.5s;
}

/*~~*/

#products h1,
#products h2 {
	text-align: center;
}

#products h2 {
	font-size: 1.6rem;
}

#products h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	text-shadow: 0px 3px 0px #000;
	text-align: center;
	border-bottom: 1px solid #fff;
}

#products ul {
	margin-top: 5px;
	display: flex;
	flex-flow: wrap;
	gap: 10px;
}

#products li {
	width: 100%;
}

#products p {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 500;
	text-shadow: 0px 2px 0px #000;
	text-align: center;
}

#products a {
	width: 100%;
	padding: 25px;
	background: rgba(0, 0, 0, 0);
	display: block;
	color: #fff;
	transition: all 0.5s;
}

#products a:hover {
	background: rgba(0, 0, 0, 0.9);
}

/**/

#mailtoplate {
	margin-top: 10px;
	.fpart {
		margin-top: 0;
	}
	.ex p {
		text-align: center;
	}
}

/**/

#news {
	margin-top: 35px;
	background: #ebebeb;
	.wrap {
		padding-top: 5px;
	}
	.fpart {
		margin: 0;
	}
	.fwrap {
		/*padding-left: 0;*/
		/*padding-right: 0;*/
	}
	.h1 h1 {
		font-size: 20px;
		text-align: left;
	}
	.h2 h2 {
		font-size: 16px;
		text-align: left;
	}
	.h2 + .ex {
		margin-top: 0;
	}
	.ex p {
		font-size: 14px;
		text-align: left;
	}
	.nt p {
		font-size: 12px;
		text-align: left;
	}
}

#features {
	dt {
		text-align: center;
		img {
			width: 100%;
			max-width: none;
		}
	}
}

/*
SP
*/
/*/////////-/////////-/////////-/////////-/////////-/////////-/////////-/////////-/////////-/////////*/
@media all and (max-width: 768px) {

	html, body {
		height: 100%;
	}

	main {
		margin-top: 0px;
	}

	#cover {
		display: flex;
		align-items: flex-end;
		height: 100dvh;
		/*overflow: hidden;*/
		.wrap {
			width: 100%;
			padding: 0;
			overflow: hidden;
			display: inline-block;
			.chara {
				width: 100%;
				padding: 15px 15px 0;
				margin: auto auto -15px;
				display: flex;
				flex: 1;
				flex-direction: column-reverse;
				overflow: hidden;
				z-index: 1000;
				position: relative;
				div {
					width: 90%;
					margin: 0 auto;
				}
				.catch {
					margin-bottom:10px;
				}
			}
		}
	}

	#cover .spikey {
		border-top: 5px solid #000;
		border-bottom: 5px solid #000;
		z-index: 1;
	}

	#cover .slider .cwrap {
		padding: 5px 10px;
		.body, .capt {
			font-size: 0.8rem;
			color: #fff;
			text-align: center;
		}
	}
	
	/*~~*/
	
	#info {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		.head {
			width: 100%;
			img {
				width: 100%;
			}
		}
		.body {
			margin-top: 15px;
			width: 100%;
			font-size: 1.4rem;
			font-weight: 500;
			text-align: justify;
			text-justify: inter-ideograph;
		}
	}

	/*~~*/

	#featurecnte {
		display: none;
		overflow: hidden;
		background-repeat: repeat-x;
		background-size: auto 100%;
		background-position: top left;
	}

	#featurecnte div {
		padding: 20px;
		p {
			flex: 1;
			font-size: 1.4rem;
			color: #fff;
		}
		.label {
			color: #fff;
		}
	}

	/*~~*/

	#features {
		margin-top: 15px;
	}

	#backend, #frontend {
		display: flex;
		background-repeat: repeat-x;
		background-size: auto 100%;
		background-position: top left;
		h2 {
			text-align: center;
		}
		.feature {
			display: none;
		}
	}

	#backend.wrap, #frontend.wrap {
		padding: 0;
	}
	
	#backend > li {
		width: calc(100% / 2);
		padding: 10px;
		img {
			width: 50%;
		}
	}

	#frontend > li {
		width: calc(100% / 3);
		padding: 10px;
		img {
			width: 100%;
		}
	}
	
	/*~~*/

	#banner {
		margin-top: 5px;
		.wrap {
			padding: 0;
		}
		.fpart {
			margin: 0;
		}
	}

}
/*/////////-/////////-/////////-/////////-/////////-/////////-/////////-/////////-/////////-/////////*/

/*
PC
*/
/*/////////-/////////-/////////-/////////-/////////-/////////-/////////-/////////-/////////-/////////*/
@media all and (min-width: 769px) {
	/*
	*/

	main {
		margin-top: 0px;
	}

	#cover {
		padding: 80px 0;
	}

	#cover .wrap {
		display: flex;
		align-items: center;
	}

	#cover .spikey {
		width: calc((100% / 3) * 2);
		margin-left: calc(100% / 3);
		img {
			width: 100%;
		}
		li > div > div {
			position: relative;
			z-index: 0;
		}
		li > div > div::before {
			height: 10px;
			content: "";
			position: absolute;
			left: 10px;
			right: 10px;
			bottom: -15px;
			background: rgba(0, 0, 0, 0.8);
			filter: blur(2px);
			z-index: -1;
			border-radius: 0px;
		}
	}

	#cover .chara {
		width: calc(100% / 3 + 35px);
		min-width: 380px;
		position: absolute;
		z-index: 100;
	}

	#cover .slider .cwrap {
		margin-top: 25px;
		.capt {
			text-align: right;
		}
	}

	#cover .slider p {
		text-align: center;
		color: #fff;
	}

	#cover .slick-dots li button:before {
		color: #fff;
	}

	#cover .slick-dots li.slick-active button:before {
		color: #fff;
	}

	/**/

	#info {
		display: flex;
		align-items: center;
		.head {
			width: calc(100%/3*1);
			padding: 0 20px;
			img {
				width: 100%;
			}
		}
		.body {
			width: calc(100%/3*2);
			padding: 30px;
			min-height: 215px;
			display: flex;
			align-items: center;
			font-weight: 500;
			border-left: 1px solid #000;
		}
	}

	#features {
		dt {
			padding: 10px 0;
		}
	}

	#backend, #frontend {
		display: flex;
		> li {
			padding: 50px 30px;
			background-repeat: repeat-x;
			background-size: auto 100%;
			background-position: top left;
			p {
				flex: 1;
				color: #fff;
			}
			.label {
				color: #fff;
			}
		}
	}

	#backend > li {
		width: calc(100% / 2);
		min-height: 130px;
		display: flex;
		align-items: center;
		h2 {
			margin-right: 20px;
		}
		.feature {
			flex: 1;
		}
	}

	#frontend > li {
		width: calc(100% / 3);
		min-height: 215px;
		h2 {
			text-align: center;
		}
		p {
			margin-top: 15px;
		}
	}

	/*~~*/

	#banner {
		margin-top: 5px;
		.fpart {
			margin-top: 0px;
		}
	}

	/*~~*/

	#products {
		margin-top: -10px;
		position: relative;
		a {
			padding: 50px 25px;
		}
	}

	#products ul {
		margin-top: 15px;
	}

	#products li {
		width: calc((100% - 10px) / 2);
	}

	/*
    */
}
/*/////////-/////////-/////////-/////////-/////////-/////////-/////////-/////////-/////////-/////////*/