/* js-bgImgSet
--------------------------------------------*/
.js-bgImgSet {
	background-size: cover;
	background-position: center;
}

.js-bgImgSet img {
	display: none !important;
}

/* font
--------------------------------------------*/
.tpl-lato {
	font-family: "Lato", "Noto Sans Japanese", sans-serif;
}

/* .tpl-loading
--------------------------------------------*/
.tpl-loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: #fff;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

.tpl-loading img {
	width: 300px;
}

@media only screen and (max-width: 750px) {
	.tpl-loading img {
		width: 40vw;
	}
}

.tpl-loading .txt {
	margin-top: 20px;
	font-size: 16px;
	animation: flash1 1s linear 0s infinite;
}

@keyframes flash1 {
	0% {
		opacity: 1;
	}
	33% {
		opacity: .3;
	}
	80% {
		opacity: .3;
	}
	100% {
		opacity: 1;
	}
}

/* .tpl-inner-wrap
--------------------------------------------*/
.tpl-inner-wrap {
	width: 1040px;
	margin: 0 auto;
}

@media only screen and (max-width: 750px) {
	.tpl-inner-wrap {
		width: 100%;
		padding: 0 4vw;
	}
}

/* tpl-hv-o
--------------------------------------------*/
.is-pc .tpl-hv-o {
	display: block;
	transition: opacity .3s;
	cursor: pointer;
}

.is-pc .tpl-hv-o:hover, .is-pc .tpl-hv-o.is-hover {
	opacity: .7;
}

/* tpl-no-click
--------------------------------------------*/
.tpl-no-click {
	pointer-events: none;
}

/* tpl-fade-to
--------------------------------------------*/
.tpl-fade-to {
	transform: translateY(20px);
	opacity: 0;
	transition: transform .5s, opacity .5s;
}

.tpl-fade-to.is-view {
	transform: translateY(0);
	opacity: 1;
}

.tpl-fade-to__delay {
	transform: translateY(20px);
	opacity: 0;
	transition: transform .5s .3s, opacity .5s .3s;
}

.tpl-fade-to__delay.is-view {
	transform: translateY(0);
	opacity: 1;
}

/* tpl-btn
--------------------------------------------*/
.tpl-btn {
	width: 240px;
	height: 48px;
}

@media only screen and (max-width: 750px) {
	.tpl-btn {
		width: 50.66667vw;
		height: 10.66667vw;
	}
}

.tpl-btn a {
	width: 100%;
	height: 100%;
	background-color: #39323f;
	border: solid 2px #39323f;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #fff;
	font-family: "Lato", "Noto Sans Japanese", sans-serif;
	font-size: 14px;
	letter-spacing: 0.03em;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.25);
	position: relative;
}

@media only screen and (max-width: 750px) {
	.tpl-btn a {
		font-size: 12px;
		font-size: 3.2vw;
	}
}

.tpl-btn a::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
	transform: rotate(45deg);
}

@media only screen and (max-width: 750px) {
	.tpl-btn a::after {
		width: 1.6vw;
		height: 1.6vw;
		right: 2.66667vw;
	}
}

.is-pc .tpl-btn a {
	transition: background .3s, color .3s;
}

.is-pc .tpl-btn a::after {
	transition: border .3s;
}

.is-pc .tpl-btn a:hover {
	color: #39323f;
	background-color: #fff;
}

.is-pc .tpl-btn a:hover::after {
	border-color: #39323f;
}

/* tpl-page-kv
--------------------------------------------*/
.tpl-page-kv {
	width: 100%;
	height: 640px;
	overflow: hidden;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.tpl-page-kv {
		height: 111.33333vw;
		padding-top: 24vw;
	}
}

.tpl-page-kv .tpl-inner-wrap {
	position: relative;
	z-index: 2;
}

@media only screen and (min-width: 751px) {
	.tpl-page-kv .tpl-inner-wrap {
		height: 100%;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 750px) {
	.tpl-page-kv .tpl-inner-wrap {
		padding: 0 8vw;
	}
}

@media only screen and (min-width: 751px) {
	.tpl-page-kv__head-block {
		margin-top: -50px;
	}
}

.tpl-page-kv__head-block .catch {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
	.tpl-page-kv__head-block .catch {
		margin-bottom: 0;
		font-size: 12px;
		font-size: 3.2vw;
	}
}

.tpl-page-kv__head-block .ttl {
	font-size: 46px;
	line-height: 1.3;
	font-weight: 100;
	letter-spacing: -0.05em;
}

@media only screen and (max-width: 750px) {
	.tpl-page-kv__head-block .ttl {
		font-size: 19px;
		font-size: 5.06667vw;
		line-height: 1.2;
		margin-top: 2vw;
		letter-spacing: -0.1em;
	}
}

.tpl-page-kv__head-block .ttl.en {
	letter-spacing: 0;
	font-size: 70px;
	font-family: "Lato", "Noto Sans Japanese", sans-serif;
	font-weight: 100;
	line-height: 1;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}

@media only screen and (max-width: 750px) {
	.tpl-page-kv__head-block .ttl.en {
		font-size: 28px;
		font-size: 7.46667vw;
	}
}

.tpl-page-kv .txt {
	margin-top: 45px;
	line-height: 2.2;
}

@media only screen and (max-width: 750px) {
	.tpl-page-kv .txt {
		margin-top: 5.33333vw;
		line-height: 2;
	}
}

.tpl-page-kv .tpl-btn {
	margin-top: 45px;
}

@media only screen and (max-width: 750px) {
	.tpl-page-kv .tpl-btn {
		margin-top: 10vw;
		margin-left: auto;
		margin-right: auto;
	}
}

.tpl-page-kv__img {
	width: calc(50% + 313px);
	height: 100%;
	background-position: left bottom;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -313px;
	z-index: 1;
}

@media only screen and (max-width: 750px) {
	.tpl-page-kv__img {
		min-width: 100%;
		width: 100%;
		top: 0;
		right: 0;
		left: auto;
		margin-left: 0;
	}
}

/* tpl-sec-pad
--------------------------------------------*/
.tpl-sec-pad {
	padding: 100px 0;
}

@media only screen and (max-width: 750px) {
	.tpl-sec-pad {
		padding: 16vw 0;
	}
}

/* tpl-sec-ttl
--------------------------------------------*/
.tpl-sec-ttl {
	text-align: center;
	margin-bottom: 35px;
}

@media only screen and (max-width: 750px) {
	.tpl-sec-ttl {
		margin-bottom: 5.33333vw;
	}
}

.tpl-sec-ttl::before {
	content: '';
	display: block;
	width: 2px;
	height: 44px;
	background-color: #b5b5b6;
	margin: 0 auto 15px;
}

@media only screen and (max-width: 750px) {
	.tpl-sec-ttl::before {
		width: 1px;
		height: 5.73333vw;
		margin-bottom: 2vw;
	}
}

.tpl-sec-ttl__en {
	font-family: "Lato", "Noto Sans Japanese", sans-serif;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.05em;
	color: #39323f;
}

@media only screen and (max-width: 750px) {
	.tpl-sec-ttl__en {
		font-size: 11px;
		font-size: 2.93333vw;
	}
}

.tpl-sec-ttl__ja {
	font-size: 32px;
	font-weight: 100;
	margin-top: 10px;
}

@media only screen and (max-width: 750px) {
	.tpl-sec-ttl__ja {
		font-size: 20px;
		font-size: 5.33333vw;
		margin-top: 1.33333vw;
	}
}

.tpl-sec-ttl__ja .en {
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}

/* tpl-sec-des
--------------------------------------------*/
.tpl-sec-des {
	text-align: center;
	line-height: 2.2;
}

@media only screen and (max-width: 750px) {
	.tpl-sec-des {
		line-height: 2;
	}
}

@media only screen and (max-width: 750px) {
	.tpl-sec-des p {
		letter-spacing: -0.05em;
	}
}

.tpl-sec-des p + p {
	margin-top: 1.8em;
}

@media only screen and (max-width: 750px) {
	.tpl-sec-des p + p {
		margin-top: 1.4em;
	}
}

/*# sourceMappingURL=component.css.map */
