@charset "UTF-8";
.op {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	z-index: 100;
	background-color: #FFF;
}

.op.-move {
	background-color: transparent;
}

/*.op:before {
	position: absolute;
	content: "";
	display: block;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 15, .4);
	background-repeat: repeat;
	background-position: left;
}

.op.-move:before {
	width: 0%;
	-webkit-transition: width ease .5s 1.5s;
	transition: width ease .5s 1.5s;
}*/

.op_wrap {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 15, .4);
	background-repeat: repeat;
	background-position: left;
}

.op.-move .op_wrap {
	animation-name: loadinganime;
	animation-timing-function:ease;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}

.op_cnt {
	position: absolute;
	top: 50%;
	right: 60%;
	transform: translateY(-50%);
	width: 423px;
}

.op.-move .op_cnt {
	animation-name: slideIn;
	animation-timing-function:ease;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}

.op_ttl {}

.op_lead {
	font-size: 16px;
	color: #FFF;
	text-align: center;
}

@-webkit-keyframes loadinganime {
	from {
		transform: translateX(-100%);
	}
	30%, 70% {
		transform: translateX(0);
	}
	to {
		transform: translateX(100%);
	}

}

@keyframes loadinganime {
	from {
		transform: translateX(0);
	}
	30%, 70% {
		transform: translateX(0);
	}
	to {
		transform: translateX(100%);
	}

}

@-webkit-keyframes slideIn {
	from {
		right: 60%;
	}
	30%, 70% {
		right: 5%;
	}
	to {
		right: -10%;
	}

}

@keyframes slideIn {
	from {
		right: 60%;
	}
	30%, 70% {
		right: 5%;
	}
	to {
		right: -10%;
	}

}

body.-home .header {
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0);
}

body.-home .header_logo {
	display: none;
}

.hero {
	position: relative;
	/*background-image: url(/img/home/img-hero.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.hero:after {
	content: "";
	background-color: rgba(0, 0, 15, .4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.overlay, #yt_player {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
.overlay{
    z-index: -1;
}
#yt_player{
    z-index: -2;
}
.intro {
	background-color: #FFF;
}
.intro_cnt {
	padding: 80px 0;
	text-align: center;
}
.intro_ttl {
	font-size: 28px;
	font-weight: bold;
}
.intro_text {
	font-size: 16px;
	margin-top: 30px;
}
.intro_text > span {
	font-weight: bold;
}
.intro_row {
	display: flex;
}
.intro_img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 50%;
	padding-top: 28%;
}
.service {}
.service_ttl {
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	line-height: 1;
	text-align: center;
	padding: 50px 0;
	background-color: #0F1E24;
}
.electronic {
	position: relative;
	background-image: url(/img/home/img-electronic.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	padding-top: 31.66%;
	text-align: center;
}
.electronic:before {
	content: "";
	background-color: rgba(0, 0, 15, .4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.electronic_cnt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.electronic_ttl {
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
}
.electronic_more {
	display: block;
	font-size: 16px;
	color: #FFF;
	width: 200px;
	padding: 5px 0;
	background-color: rgba(0, 0, 0, .8);
	margin: 20px auto 0;
}
.food {
	position: relative;
	background-image: url(/img/home/img-food.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	padding-top: 31.66%;
	text-align: center;
}
.food:before {
	content: "";
	background-color: rgba(0, 0, 15, .4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.food_cnt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.food_ttl {
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
}
.food_more {
	display: block;
	font-size: 16px;
	color: #FFF;
	width: 200px;
	padding: 5px 0;
	background-color: rgba(0, 0, 0, .8);
	margin: 20px auto 0;
}
.support {
	position: relative;
	background-image: url(/img/home/img-support.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	padding-top: 31.66%;
	text-align: center;
}
.support:before {
	content: "";
	background-color: rgba(0, 0, 15, .4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.support_cnt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.support_ttl {
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
}
.support_more {
	display: block;
	font-size: 16px;
	color: #FFF;
	width: 200px;
	padding: 5px 0;
	background-color: rgba(0, 0, 0, .8);
	margin: 20px auto 0;
}

.acting {
	position: relative;
	background-image: url(/img/home/img-acting.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	padding-top: 31.66%;
	text-align: center;
}
.acting:before {
	content: "";
	background-color: rgba(0, 0, 15, .4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.acting_cnt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.acting_ttl {
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
}
.acting_more {
	display: block;
	font-size: 16px;
	color: #FFF;
	width: 200px;
	padding: 5px 0;
	background-color: rgba(0, 0, 0, .8);
	margin: 20px auto 0;
}

@media screen and (max-width:1130px) {
}

@media screen and (max-width:640px) {
	.op_cnt {
		width: 60%;
		right: 35%;
	}
	.hero {
		height: 50vh;
	}
	.hero:before {
	}
	.overlay, #yt_player {
		min-height: 50vh;
	}
	#yt_player {
		height: auto !important;
	}
	.intro {}
	.intro_cnt {
		padding: 40px 15px;
	}
	.intro_ttl {
		font-size: 20px;
	}
	.intro_text {
		font-size: 14px;
		margin-top: 15px;
		text-align: left;
	}
	.intro_row {}
	.intro_img {
		padding-top: 50%;
	}
	.service {}
	.service_ttl {
		font-size: 18px;
		padding: 20px 0;
	}
	.electronic {
		padding-top: 65.27%;
		background-image: url(/img/home/img-electronic-sp.jpg);
	}
	.electronic:before {}
	.electronic_cnt {}
	.electronic_ttl {
		font-size: 20px;
	}
	.electronic_more {
		font-size: 14px;
		margin: 10px auto 0;
		padding: 10px 0;
		border-radius: 5px;
	}
	.food {
		padding-top: 65.27%;
		background-image: url(/img/home/img-food-sp.jpg);
	}
	.food:before {}
	.food_cnt {}
	.food_ttl {
		font-size: 20px;
	}
	.food_more {
		font-size: 14px;
		margin: 10px auto 0;
	}
	.support {
		padding-top: 65.27%;
		background-image: url(/img/home/img-support-sp.jpg);
	}
	.support:before {}
	.support_cnt {}
	.support_ttl {
		font-size: 20px;
	}
	.support_more {
		font-size: 14px;
		margin: 10px auto 0;
	}

	.acting {
		padding-top: 65.27%;
	}
	.acting:before {}
	.acting_cnt {}
	.acting_ttl {
		font-size: 20px;
	}
	.acting_more {
		font-size: 14px;
		margin: 10px auto 0;
	}
}

@media print {
}