@charset "utf-8";
:root {
	--color--black: #283253;
	--color--skyblue: #00BFD9;
	--color--white: #ffffff;
	--color--gray : #CECECE;
}
body {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	color: var(--color--black);
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: 0.05em;
/*	font-feature-settings: "palt";*/
}
body.scroll-stop {
	overflow: hidden;
}
.en {
	font-family: 'Urbanist', sans-serif;
}

#logo {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 5;
}
	.logo__inner {
		width: 100%;
		height: auto;
		padding: 46px 0 53px;
	}
		.logo__image {
			width: 481px;
			height: auto;
			margin: 0 auto;
		}
			.logo__image img {
				width: 100%;
				height: auto;
			}

footer {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 5;
}
	footer img {
		width: 100%;
		height: auto;
	}

/* 背景装飾 */
#l_wrapper {
	overflow: hidden;
	position: relative;
}
section {
	position: relative;
	z-index: 2;
}
.page__obj {
	width: 100%;
	max-width: 1280px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0%);
	z-index: 1;
}
	.page__obj > div {
		height: auto;
		position: absolute;
	}
		.page__obj > div picture img,
		.page__obj > div img {
			width: 100%;
			height: auto;
		}
	.page__obj_01 {
		width: 47.65%;
		top: -1.378%;
		left: -16.17%;
	}
	.page__obj_02 {
		width: 35.73%;
		top: -1.35%;
		right: -14%;
	}
	.page__obj_03 {
		width: 74.45%;
		top: 43.9127%;
		left: -21.8%;
		transform: translate(0%,-50%);
	}
	.page__obj_04 {
		width: 77.848%;
		top: 48.1462%;
		right: -19.765%;
		transform: translate(0%,-50%);
	}
	.page__obj_05 {
		width: 44.326%;
		bottom: -2.304%;
		left: -14.53125%;
	}
	.page__obj_06 {
		width: 55.578%;
		bottom: -2.304%;
		right: -8.984%;
	}
	.page__obj_07,
	.page__obj_08 {
		display: none;
	}

/* PC ================================================== */
@media all and (min-width:1025px){
.tablet,.sp {display: none;}
.pc {display: inline-block;}
.view_sp {display: none;}
.view_tablet {display: none;}
.view_pc {display: block;}
body {}
h1{}
h2{}
h3{}
h4{}
h5{}
}

/* Tablet ================================================== */
@media all and (max-width:1024px){
.pc,.sp {display: none;}
.tablet {display: inline-block;}
.view_pc {display: none;}
.view_sp {display: none;}
.view_tablet {display: block;}
body {}
h1{}
h2{}
h3{}
h4{}
h5{}

/* header */
	.logo__inner {
		padding: 30px 0;
	}
		.logo__image {
			width: 305px;
		}
}

/* SP ================================================== */
@media all and (max-width:599px){
.pc,.tablet {display: none;}
.sp {display: inline-block;}
.view_pc {display: none;}
.view_tablet {display: none;}
.view_sp {display: block;}
body {}
h1{}
h2{}
h3{}
h4{}
h5{}

/* 背景装飾 */
	.page__obj_01 {
		width: 64.5333%;
		top: -0.586%;
		left: -26.866%;
	}
	.page__obj_02 {
		width: 53.42%;
		top: 1.65%;
		right: -28.266%;
	}
	.page__obj_03 {
		width: 79.02%;
		top: 32.41%;
		left: -31.56%;
	}
	.page__obj_04 {
		width: 82.704%;
		top: 34.295%;
		right: -32.8%;
	}
	.page__obj_05 {
		width: 64.746%;
		bottom: 26.94%;
		left: -19.466%;
		transform: translate(0%,50%);
	}
	.page__obj_06 {
		width: 84.63%;
		bottom: 27.78%;
		right: -30.666%;
		transform: translate(0%,50%);
	}
	.page__obj_07 {
		display: block;
		width: 62.669%;
		bottom: -0.372%;
		left: -19.466%;
	}
	.page__obj_08 {
		display: block;
		width: 53.04%;
		bottom: -1.4658%;
		right: -22.933%;
	}
}