@charset "UTF-8";

@font-face {
	font-family: 'ryo-gothicr';
	src: url('/assets/front/font/ryo-gothic-plusn-r.otf') format('opentype');
}

@font-face {
	font-family: 'ryo-gothicm';
	src: url('/assets/front/font/ryo-gothic-plusn-m.ttf') format('truetype');
}

@font-face {
	font-family: 'FoundersGroteskSB';
	src: url('/assets/front/font/FoundersGrotesk-Semibold.otf') format('opentype');
}

@font-face {
	font-family: 'FoundersGroteskR';
	src: url('/assets/front/font/FoundersGrotesk-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'FoundersGroteskM';
	src: url('/assets/front/font/FoundersGrotesk-Medium.otf') format('opentype');
}

h2 {
	color: #fff;
	font-family: 'FoundersGroteskSB';
	font-size: 45px;
	padding-top: 170px;
	margin-bottom: 50px;
}

.crumbsList {
	display: none;
}

.lp__footer {
	display: block;
}

.lp__footer {
	background: #000;
	color: #fff;
	text-align: center;
	padding-top: 85px;
	padding-bottom: 100px;
}

.lp__footer img.footer__logo {
	margin: 0 auto;
	display: block;
	width: 110px;
	padding-bottom: 10px;
}

.lp__footer p {
	font-size: 10px;
}

.lp__footer p {
	font-size: 10px;
}

.slick-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 10px;
}

.slick-dots li button {
	background: #8E8E8E;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	font-size: 0;
}

.slick-dots li.slick-active button {
	background: #000;
}

.img-hover a {
	opacity: 1;
}

.img-hover img {
	display: block;
	width: 28px;
}

.flex {
	display: flex;
}

.reverse {
	flex-direction: row-reverse
}

.lead_inner {
	padding-top: 150px;
	background: #000;
	text-align: center;
}

.lead_text {
	color: #fff;
	text-align: left;
	font-family: 'ryo-gothicr';
	font-size: 17px;
	display: inline-block;
	line-height: 2;
}

.coordinate {
	background: #000;
}

.coordinate_inner {
	text-align: center;
}

.coordinate_img_area {
	align-items: center;
}

.coordinate_main_img {
	position: relative;
}

.coordinate_main_item {
	position: absolute;
	top: 50%;
	font-family: 'FoundersGroteskR';
	font-size: 18px;
	color: #fff;
}

.coordinate_main_item:first-of-type {
	left: 25px;
}

.coordinate_main_item:last-child {
	right: 30px;
}

.coordinate_items {
	margin: 0 auto;
}

.slick-dotted.slick-slider.coordinate_slider {
	margin-bottom: 15px;
}

.slick-slider {
	margin-bottom: 15px;
	display: none;
}

.slick-slider.slick-initialized {
	display: block;
}

.slick-dots li {
	width: 10px;
	height: 10px;
	display: inline-block;
}

.slick-dots li button:before {
	width: 10px;
	height: 10px;
}

.coordinate_item_img img {
	width: 100%;
}

.coordinate_item_info {
	justify-content: space-between;
	align-items: flex-start;
}

.coordinate_item_name {
	text-align: left;
	pointer-events: none;
}

.coordinate_item_name a {
	color: #fff;
	font-family: 'ryo-gothicr';
	font-size: 16px;
	text-align: left;
	opacity: 1;
}

.spec .coordinate_item_name {
	font-family: 'ryo-gothicm';
	font-size: 23px;
	color: #fff;
	margin-bottom:30px;
}

.spec .coordinate_item_info {
	flex-direction: column;
}

.spec .coordinate_item_info {
	color: #fff;
	text-align: left;
}

.spec .coordinate_item_name a {
	font-size: 23px;
	margin-bottom: 30px;
}

.spec .coordinate_item_desc {
	font-family: 'ryo-gothicr';
	font-size: 16px;
	line-height: 2.2;
}

@media screen and (min-width: 751px) {

	.item_btn:hover {
		background: #000;
	}

	.item_btn:hover p {
		color: #fff;
	}

	.spec .coordinate_slider_item {
		width: 49%;
	}

	.spec .coordinate_item_info {
		padding-top: 14%;
		padding-left: 19.5%;
		padding-right: 6.5%;
		letter-spacing: -0.03em;
	}

	.spec.reverse .coordinate_item_info {
		padding-right: 22.3%;
		padding-bottom: 8%;
		padding-left: 8.3%;
	}

	.pc_flex {
		display: flex;
		flex-wrap: wrap;
	}

	.coordinate_main_img {
		width: 46.7625899281%;
	}

	.coordinate_main_img img {
		width: 100%;
	}

	.coordinate_items {
		width: 30%;
		max-width: 323px;
	}

	.spec .coordinate_items {
		width: 43.75%;
		max-width: inherit;
		margin: initial;
	}

	.spec .coordinate_main_img {
		margin-right: 10px;
	}

	.spec.reverse .coordinate_main_img {
		margin-right: 0px;
		margin-left: 10px;
	}

	.spec .coordinate_item_img {
		justify-content: space-between;
	}

	.spec .coordinate_item {
		flex-direction: column
	}

	.spec.reverse .coordinate_item {
		flex-direction: column-reverse;
	}

	.coordinate_gallery_img {
		width: 49.5%;
	}

	.img-hover {
		position: relative;
		pointer-events: none;
	}

	.img-hover-img {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}

	.img-hover:hover .img-hover-img {
		opacity: 1;
	}

	.coordinate_img_area {
		padding-bottom: 250px;
		align-items: center;
		max-width: 1440px;
		margin: 0 auto;
	}

	.coordinate_gallery {
		display: flex;
		justify-content: space-between;
	}

	.spec.coordinate_img_area {
		align-items: flex-start;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 200px;
	}

	.spec.coordinate_img_area:last-child {
		padding-bottom: 250px;
		align-items: flex-end;
	}

	.spec.reverse.coordinate_img_area {
		align-items: flex-end;
	}

	#sc .spec.coordinate_img_area:first-of-type + .coordinate_img_area .coordinate_item_info {
		padding-top: 0;
	}

	.lead_text {
		max-width: 565px;
	}

	.coordinate .lead_text {
		padding-bottom: 150px;
	}

	.coordinate_item_name a {
		margin-right: 5px;
	}

	.coordinate_item .coordinate_item_info {
		margin-bottom: 20px;
	}

	.coordinate_img_area:last-child .coordinate_item {
		flex-direction: column-reverse ;
	}

	.coordinate_item .coordinate_item_info:last-child {
		padding-bottom: 7%;
	}

	#pj .coordinate_img_area:last-child {
		padding-bottom: 0;
	}

	#dk h2 {
		padding-top: 195px;
	}

	#sc h2 {
		padding-top: 245px;
		margin-bottom: 80px;
	}

	#wb .coordinate_item .coordinate_item_name a:hover,
	#dk .coordinate_item .coordinate_item_name a:hover,
	#pj .coordinate_item .coordinate_item_name a:hover {
		text-decoration: underline;
		text-underline-offset: 3px;
		cursor: pointer;
	}
}

@media screen and (max-width: 750px) {
	.coordinate_items {
		padding-bottom: 150px;
		padding-left: 50px;
		padding-right: 50px;
		padding: 100px 50px 150px;
	}

	#wb h2 {
		padding-top: 0;
	}

	#pj .coordinate_img_area:last-child .coordinate_items {
		padding-bottom: 0;
	}

	#dk h2 {
		padding-top: 125px;
	}

	.spec .coordinate_items {
		margin: inherit;
		padding: 0;
	}

	.spec .coordinate_item_name a {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.spec .coordinate_item_desc {
		font-size: 12px;
	}

	.spec .coordinate_item_name {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.coordinate_item_name a {
		font-size: 13px;
		margin-bottom: 0;
	}

	.img-hover img {
		width: 24px;
	}

	.img-hover>img:last-child {
		display: none;
	}

	.lead_text:first-of-type {
		font-size: 13px;
	}

	h2 {
		font-size: 30px;
		margin-bottom: 35px;
		padding-top: 144px;
	}

	.lead_text:last-child {
		font-size: 12px;
	}

	.lead_inner {
		padding: 100px 20px 90px;
	}

	.coordinate_main_img img {
		width: 100%;
	}

	.spec .coordinate_main_img>picture {
		width: 58.69%;
	}

	.coordinate_main_item:first-of-type {
		left: 15px;
	}

	.coordinate_main_item {
		font-size: 13px;
	}

	.coordinate_main_item:last-child {
		right: 15px;
	}

	.img-hover-img {
		opacity: 0;
	}

	.spec .coordinate_item {
		flex-direction: column;
	}

	.spec .coordinate_item_img {
		flex-direction: column;
	}

	.coordinate_img_area.spec {
		align-items: flex-start;
		padding-left: 12px;
		padding-right: 12px;
		justify-content: space-between;
	}

	.spec .coordinate_main_img img:first-child {
		width: 54.9333333333%;
	}

	.spec .coordinate_main_img.reverse>img:first-child {
		margin-right: 0;
		margin-left: 10px;
	}

	.spec .coordinate_main_img .flex {
		flex-direction: column;
		width: 39.317%;
		justify-content: space-between;
	}

	.spec .coordinate_main_img .flex img {
		width: 100%;
	}


	.sp_flex {
		display: flex;
	}

	.spec .coordinate_item_info {
		padding: 100px 50px;
		width: 100%;
	}

	.spec .coordinate_main_img {
		justify-content: space-between;
	}

	.lead_text {
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 100px;
		font-size: 12px;
		line-height: 2.2;
	}

	.lead .lead_text {
		padding: 0;
	}

	.coordinate_item .coordinate_item_info:nth-child(2) {
		margin-bottom: 20px;
	}

	.coordinate_item .coordinate_item_info:nth-child(2) .img-hover a:nth-child(2) {
		display: none;
	}

	.coordinate_gallery_img:first-child {
		margin-bottom: 15px;
	}

	.lp__footer img.footer__logo {
		padding-bottom: 50px;
	}

	.lp__footer {
		padding-top: 70px;
		padding-bottom: 20px;
	}
}

.mv_inner {
	position: relative;
}

.mv_logo {
	position: absolute;
	top: 30px;
	width: calc(100% - 60px);
	justify-content: space-between;
	align-items: flex-start;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.mv_logo p {
	color: #fff;
	font-size: 40px;
	font-family: 'FoundersGroteskM';
	line-height: 1;
	text-align: right;
}

.mv_logo img {
	width: 100px;
}

.mv_logo img:last-child {
	width: 206px;
}

.mv_item {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 60px);
	justify-content: space-between;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.mv_item p {
	color: #fff;
	font-family: 'FoundersGroteskR';
	font-size: 17px;
}

.mv_item p:nth-child(2) {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.item_btn {
	cursor: pointer;
	display: flex;
	background: #fff;
	border-radius: 2px;
	padding: 5px 5px 5px 15px;
}

.item_btn a {
	opacity: 1;
}

.mv_text {
	justify-content: space-between;
	position: absolute;
	align-items: flex-start;
	bottom: 30px;
	width: calc(100% - 60px);
	justify-content: space-between;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.mv_text p {
	color: #fff;
	font-family: 'FoundersGroteskR';
}

.item_btn p {
	color: #000;
	margin-right: 5px;
}

.mv_text p:first-child {
	font-size: 16px;
}

.mv_text p:last-child {
	font-size: 21px;
	text-align: right;
}

@media screen and (max-width: 750px) {
	.mv_logo img {
		width: 77px;
	}

	.mv_logo img:last-child {
		width: 158.2px;
	}

	.mv_logo p {
		font-size: 26px;
	}

	.mv_item p {
		font-size: 12px;
	}

	.mv_text p:first-child {
		font-size: 13px;
		line-height: 1;
	}

	.mv_text .item_btn p {
		text-align: left;
	}

	.mv_text p:last-child {
		font-size: 14px;
	}

	.mv_logo {
		width: calc(100% - 30px);
		top: 20px;
	}

	.mv_text {
		width: calc(100% - 30px);
		align-items: flex-end;
		bottom: 20px;
	}

	.mv_item {
		width: calc(100% - 30px);
	}

	.slick-dots li {
		width: 5px;
		height: 5px;
		margin-right: 5px;
	}

	.slick-dots li button:before {
		width: 5px;
		height: 5px;
	}

	.slick-dots li button {
		padding: 0;
	}
}