@charset "UTF-8";
/* CSS Document */

/*top*/

#bg_1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-size: auto 50%;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.01);
	backdrop-filter: blur(60px);
	animation: kirakira 3s infinite;
}
#bg {
	position: absolute;
	top: 0;
	box-shadow: inset 0 0 200px 100px rgba(0, 0, 0, 0.1);
	background-image: url(../common/slide_bg.png);
	background-size: 1500px;
	background-position: center;
	height: 100%;
	width: 100%;
	background-position: 1500px -600px;
	-webkit-animation: bg_move 40s linear infinite;
	-moz-animation: bg_move 40s linear infinite;
	animation: bg_move 40s linear infinite, kirakira 2s infinite;
}
@-webkit-keyframes bg_move {
	0% {
		background-position: left top;
	}
	100% {
		background-position: 1500px -600px;
	}
}
@-moz-keyframes bg_move {
	0% {
		background-position: left top;
	}
	100% {
		background-position: 1500px -600px;
	}
}
@keyframes bg_move {
	0% {
		background-position: left top;
	}
	20% {
		opacity: 1;
	}
	23% {
		opacity: 0.2;
	}
	25% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	43% {
		opacity: 0.2;
	}
	45% {
		opacity: 1;
	}
	60% {
		opacity: 1;
	}
	63% {
		opacity: 0.2;
	}
	65% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	83% {
		opacity: 0.2;
	}
	85% {
		opacity: 1;
	}
	100% {
		background-position: 1500px -600px;
	}
}
@keyframes kirakira {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}
#bgImage {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	background-size: auto 50%;
}
#bgImage #title {
	position: absolute;
	top: 50%;
	width: 80%;
	margin: -175px 10% 0 10%;
	text-align: center;
}
#bgImage #title p {
	height: 60px;
	margin: -80px 0 0 0;
}
#bgImage #title p img {
	height: 60px;
}
#mImg {
	background-size: auto 60%;
	overflow: hidden;
	min-height: auto;
    background-position: center;
}
@media screen and (max-width: 639px) {
	#mImg {
		background-size:120% auto;
	}

}
/*---------------------------------------------------------------------
レスポンシブ
---------------------------------------------------------------------*/

@media screen and (min-width: 640px) and (max-width: 977px) {
	#bgImage {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	#bgImage #title {
		position: absolute;
		top: 50%;
		width: 80%;
		margin: -175px 10% 0 10%;
		text-align: center;
	}
}
@media screen and (min-width: 978px) {

}