@charset "UTF-8";

#index_top {
	position:relative;
	width:100vw;
	height:100vh;
	font-weight:500;
	min-height:500px;
	overflow:hidden;
	text-align:center;
	z-index:-1;
}

#index_top > img {
	width: 100%;
	height:100%;
	object-fit:cover;
	object-position:bottom center;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	z-index:1;
}

#index_top_tate {
	display:flex;
	height:100%;
	position:relative;
	z-index:10;
}

#index_top_tate > div {
	margin:auto;
	writing-mode: vertical-rl;
	letter-spacing:1px;
	position:relative;
	font-size:32px;
	line-height:1.2em;
	text-align:left;
	color:#fff;
	text-shadow: 0 0 8px rgba( 0, 0, 0, 0.7 );
}

#index_top_tate p:first-of-type {
	padding-left:40px;
	font-weight:700;
	letter-spacing: 2px;
}

#index_top_tate p:nth-of-type(2) {
	margin-top:1.2em;
	font-weight:700;
	letter-spacing: 2px;
}

#index_top_tate > div > p > span {
	font-size:42px;
	text-decoration:underline;
	color:#EBD247;
	font-weight:700;
	letter-spacing: 2px;
}

#index_top_yoko {
	position:absolute;
	left:36px;
	bottom:36px;
	z-index:10;
	color:#fff;
	text-align:left;
	text-shadow: 0 0 5px rgba( 0, 0, 0, 0.9 );
	width:40%;
}

#index_top_yoko > P:first-of-type {
	color:#EBD247;
	font-size:30px;
	font-weight:700;
	margin-bottom:22px;
}

#index_top_yoko > P:last-of-type {
	font-weight:700;
}

#index_about_header {
	display:flex;
	text-align:center;
	padding:60px 0;
	background-image:url( images/top_chikuragrad.png );
	background-size:100% 100%;
	position:relative;
}

#index_about_header:after {
	position:absolute;
	content:'';
	background-image:url( images/top_chikurapin.png );
	background-size:auto calc( 100% - 16px );
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	top:0;
	background-position:calc( 50% + 330px ) top;
	z-index:1;
}

#index_about_header > div {
	margin:auto;
	position:relative;
	padding-top:40px;
	writing-mode:vertical-rl;
	z-index:10;
}

#index_about_header > div > h2 {
	font-size:42px;
	line-height:1.2em;
	text-align:left;
}

#index_about_header > div > h2 > span {
	font-size:29px;
	display:block;
	margin-top:3.8em;
}

#index_about_header > div > p {
	writing-mode:horizontal-tb;
	font-family:'Zen Kaku Gothic New';
	font-weight:600;
	position:absolute;
	width:100%;
	left:0;
	top:0;
	text-align:center;
	color:#1F69B1;
}

#index_about_pict1 {
	display:flex;
	height:400px;
}

#index_about_pict2 {
	margin-top:70px;
	display:flex;
	height:400px;
}

#index_about_pict1 img, #index_about_pict2 img {
	object-fit:cover;
	height:400px;
	width:100%;
}

#index_about_pict1 > p:nth-of-type(1), #index_about_pict2 > p:nth-of-type(2) {
	width:25%;
}

#index_about_pict1 > p:nth-of-type(2), #index_about_pict2 > p:nth-of-type(1) {
	width:75%;
}

#index_comment1 {
	background-color:#00244A;
	margin-left:150px;
	width:calc( 100% - 150px );
	padding:40px 50px;
	margin-top:-40px;
	position:relative;
}

#index_comment2 {
	background-color:#00244A;
	margin-right:150px;
	width:calc( 100% - 150px );
	padding:40px 0 40px 120px;
	margin-top:-40px;
	position:relative;
}

#index_comment1 > p, #index_comment2 > p {
	color:#fff;
	margin-top:20px;
	font-family:'Zen Kaku Gothic New';
}

#index_about h3 {
	font-size:25px;
	line-height:1.5em;
	border-bottom:1px solid #EBD247;
	display:inline-block;
	color:#EBD247;
}

#index_about h3::after {
	content:'';
	display:block;
	clear:both;
}

#index_news {
	padding:100px 0;
}

#index_news > div {
	width:100%;
	display:flex;
	align-items:flex-start;
}

#index_news > div > div:first-of-type {
	width:35%;
	padding-left:14%;
	padding-right:0;
}

#index_news > div > div:last-of-type {
	width:65%;
}

#index_news h2 {
	margin-top:14px;
	font-size:31px;
	line-height:1.5em;
	width:100%;
	position:relative;
	display:block;
}

#index_news h2 + p {
	font-family:'Zen Kaku Gothic New';
	color:#1F69B1;
	font-size:20px;
}

#index_news ul + p {
	margin-top:40px;
	text-align:right;
}
#index_news li {
	list-style-type:none;
	padding-bottom:14px;
	border-bottom:1px solid #B2BABF;
}

#index_news li > a > p:first-of-type {
	font-family:'Zen Kaku Gothic New';
	font-size:18px;
	line-height:1.6em;
	letter-spacing:1px;
	color:#A4A6A9;
}

#index_news li > a > p:last-of-type {
	font-family:'Zen Kaku Gothic New';
	font-size:17px;
	line-height:1.6em;
	font-weight:400;
	color:#00182B;
	margin-top:2px;
}

#index_news li:nth-of-type( n+2 ) {
	margin-top:14px;
}

#index_instagram {
	text-align:center;
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
	background-color:#F3F3F3;
}

#index_instagram > div {
	position:relative;
	z-index:2;
}
#index_instagram::after {
	content:'';
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:540px;
	background-position:center bottom;
	background-size:cover;
	background-image:url( images/top3.jpg );
}

#index_instagram > div > p {
	font-size:57px;
	line-height:1.5em;
	color:#EBD345;
}

#index_instagram > div > h2 {
	color:#fff;
	font-family:'Zen Kaku Gothic New';
	font-size:21px;
	margin:8px 0 42px 0;
}

#index_instagram ul {
	margin:auto;
	max-width:980px;
	width:calc( 100% - 16px );
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
}

#index_instagram ul > li {
	width:calc( 100% / 3 - 12px );
	padding:12px;
	list-style-type:none;
	background-color:#fff;
	margin:6px;
}

#index_instagram ul > li img {
	width:100%;
	object-fit:cover;
	aspect-ratio:1 / 1;
}

#index_instagram ul > li div {
	text-align:left;
	padding:8px 2px;
}

#index_instagram ul > li div p:nth-of-type(1) {
	font-family:'Zen Kaku Gothic New';
	color:#A4A6A9;
	font-size:14px;
}

#index_instagram ul > li div p:nth-of-type(2) {
	font-family:'Zen Kaku Gothic New';
	line-height:1.3em;
	height:2.6em;
	margin-top:2px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight:400;
	overflow: hidden;
}

#index_video {
	width:100%;
	height:100vh;
	text-align:center;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}

#index_video > video {
	object-fit:cover;
	width:100%;
	height:100%;
}

@media screen and ( max-width:1280px ) {
	#index_news > div > div:last-of-type {
		padding-right:8px;
	}
}
@media screen and ( max-width:650px ) {
	#index_top_tate {
		margin-top:-10%;
	}
	#index_top_tate > div {
		font-size:27px;
	}
	#index_top_tate > div > p > span {
		font-size:35px;
	}
	#index_top_yoko {
		width:calc( 100% - 72px );
	}
	#index_top_yoko > P:first-of-type {
		font-size:26px;
	}
	#index_about_header:after {
		background-size:auto calc( 100% - 56px );
		background-position:calc( 100% + 120px ) top;
	}
	#index_about_pict2 {
		margin-top:30px;
	}
	#index_about_pict1, #index_about_pict2, #index_about_pict1 img, #index_about_pict2 img {
		height:200px;
	}
	#index_about_pict1 > p:nth-of-type(1), #index_about_pict2 > p:nth-of-type(2) {
		width:38%;
	}
	#index_about_pict1 > p:nth-of-type(2), #index_about_pict2 > p:nth-of-type(1) {
		width:62%;
	}
	#index_comment1, #index_comment2 {
		margin-left:0;
		margin-right:0;
		width:100%;
		margin-top:0;
		padding:20px 20px 20px 20px;
	}
	#index_news > div {
		display:block;
		padding:0 8px;
	}
	#index_news > div > div:last-of-type {
		padding-right:0;
	}
	#index_news > div > div:first-of-type {
		width:100%;
		padding-left:0;
	}
	#index_news > div > div:last-of-type {
		margin-top:30px;
		width:100%;
	}
	#index_news ul + p {
		text-align:center;
	}
	#index_instagram {
		padding-bottom:40px;
	}
	#index_instagram > div > p {
		font-size:37px;
	}
	#index_instagram ul > li {
		width:calc( 50% - 12px );
	}
	#index_instagram ul > li:nth-of-type( n+7 ) {
		display:none;
	}
}
