@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {}

.section_1 .inner {
	padding: 10% 0;
}

.section_1 .wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 100%;
	margin: 0 auto 0;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap::after {
	bottom: 8px;
	right: -12px;
	aspect-ratio: 65 / 81;
	background-image: url(../img/top_news_heading_card.png);
}

.section_1 .heading_wrap .heading {
	align-items: flex-end;
}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {
	gap: 24px;
	width: 90%;
	max-width: 1280px;
}

.section_1 .content_wrap .content {}

.section_1 .content_wrap .content .item_wrap {}

.section_1 .content_wrap .content .item_wrap .item {}

.section_1 .content_wrap .content .item_wrap .item .text {}

.section_1 .content_wrap .content .item_wrap .item_2 {}

.section_1 .content_wrap .content .item_wrap .item_2 .text {
	width: 90%;
	margin: 0 auto;
}

.section_1 .content_wrap .content .item_wrap .item_2 .text_1 {
	margin-top: 12px;
}

.section_1 .content_wrap .content .item_wrap .item_2 .text_2 {}

.section_1 .content_wrap .content .item_wrap .item_2 .text_3 {
	margin-top: 12px;
	text-align: right;
}

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

@media screen and (min-width: 1280px) {
	.section_1 {}

	.section_1 .inner {
		padding: 10% 0 0;
	}

	.section_1 .wrap {}

	.section_1 .heading_wrap {
		width: 45%;
	}

	.section_1 .heading_wrap::after {
		bottom: 8px;
		right: 4px;
	}

	.section_1 .heading_wrap .heading {}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .content_wrap {
		flex-direction: row;
		gap: 24px;
	}

	.section_1 .content_wrap .content {
		width: calc((100% - (24px * 2)) / 3);
	}

	.section_1 .content_wrap .content .item_wrap {}

	.section_1 .content_wrap .content .item_wrap .item {}

	.section_1 .content_wrap .content .item_wrap .item .text {}

	.section_1 .content_wrap .content .item_wrap .item_2 {}

	.section_1 .content_wrap .content .item_wrap .item_2 .text {}

	.section_1 .content_wrap .content .item_wrap .item_2 .text_1 {}

	.section_1 .content_wrap .content .item_wrap .item_2 .text_2 {}

	.section_1 .content_wrap .content .item_wrap .item_2 .text_3 {}

	.section_1 .btn {
		position: absolute;
		top: 0;
		right: calc(5% - 24px);
	}

	.section_1 .btn img {}
}

@media screen and (min-width: 1440px) {
	.section_1 .wrap {
		gap: 96px;
	}

	.section_1 .content_wrap {
		gap: 60px;
		width: 80%;
	}

	.section_1 .content_wrap .content .item_wrap .item_2 .text {
		font-size: 1.125rem;
	}

	.section_1 .btn {
		right: calc(10% - 60px);
	}
}

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

/* ---------------------------------------------------------------------------------------------------- */

.section_2 {
	background-image: url(../img/top_concept_bg_sp.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: contain;
}

.section_2 .inner {
	padding: 300px 0 38%;
}

.section_2 .wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
	width: 100%;
	margin: 0 auto 0;
	padding: 60px 0;
	background-color: #6e0811;
}

.section_2 .heading_wrap {}

.section_2 .heading_wrap::after {
	bottom: 24px;
	left: -12px;
	aspect-ratio: 65 / 81;
	background-image: url(../img/top_concept_heading_card.png);
}

.section_2 .heading_wrap .heading {
	flex-direction: row;
	align-items: flex-end;
}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {
	gap: 24px;
	width: 90%;
}

.section_2 .content_wrap .content {}

.section_2 .content_wrap .content .item_wrap {
	gap: 36px;
}

.section_2 .content_wrap .content .item_wrap .item {}

.section_2 .content_wrap .content .item_wrap .item .text {}

.section_2 .img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
	width: 90%;
}

@media screen and (min-width: 768px) {
	.section_2 {}

	.section_2 .inner {
		padding: 325px 0 290px;
	}

	.section_2 .wrap {}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap::after {}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading .main {}

	.section_2 .heading_wrap .heading .sub {}

	.section_2 .content_wrap {}

	.section_2 .content_wrap .content {}

	.section_2 .content_wrap .content .item_wrap {}

	.section_2 .content_wrap .content .item_wrap .item {}

	.section_2 .content_wrap .content .item_wrap .item .text {}

	.section_2 .img {
		width: 360px;
	}
}

@media screen and (min-width: 1280px) {
	.section_2 {
		padding: 20% 0 0;
		background-image: url(../img/top_concept_bg_pc.png);
		background-position: 0 100%;
		background-size: 72.5%;
	}

	.section_2 .inner {
		padding: 0 0 20%;
	}

	.section_2 .wrap {
		width: 65%;
		margin: 0 0 0 auto;
		padding: 5% 0 10%;
	}

	.section_2 .heading_wrap {
		align-items: flex-end;
	}

	.section_2 .heading_wrap::after {
		top: 50%;
		bottom: auto;
		left: 0;
		transform: translate(0, -50%);
	}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading .main {}

	.section_2 .heading_wrap .heading .sub {}

	.section_2 .content_wrap {
		margin: 0 0 0 auto;
	}

	.section_2 .content_wrap .content {}

	.section_2 .content_wrap .content .item_wrap {
		align-items: flex-start;
	}

	.section_2 .content_wrap .content .item_wrap .item {
		width: max-content;
		max-width: 100%;
	}

	.section_2 .content_wrap .content .item_wrap .item .text {}

	.section_2 .img {
		width: 42.5%;
		top: -60px;
		left: 0;
		transform: translate(0, 0);
	}
}

@media screen and (min-width: 1440px) {
	.section_2 .wrap {
		gap: 120px;
	}

	.section_2 .content_wrap .content .item_wrap {
		gap: 84px;
	}

	.section_2 .content_wrap .content .item_wrap .item .text {
		font-size: 1.125rem;
	}

	.section_2 .img {
		top: -84px;
	}
}

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

/* ---------------------------------------------------------------------------------------------------- */

.section_3 {}

.section_3 .inner {
	padding: 15% 0;
	background-image: url(../img/top_menu_bg_sp.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_3 .wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 100%;
	margin: 0 auto 0;
}

.section_3 .heading_wrap {}

.section_3 .heading_wrap::after {
	bottom: 8px;
	right: -12px;
	aspect-ratio: 86 / 102;
	background-image: url(../img/top_menu_heading_card.png);
}

.section_3 .heading_wrap .heading {
	align-items: flex-end;
}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content_wrap {
	gap: 24px;
	width: 90%;
	max-width: 768px;
}

.section_3 .content_wrap .content {}

.section_3 .content_wrap .content .item_wrap {
	gap: 48px;
}

.section_3 .content_wrap .content .item_wrap .item {}

.section_3 .content_wrap .content .item_wrap .item .text {}

.section_3 .content_wrap .content .item_wrap .item_2 {}

.section_3 .content_wrap .content .item_wrap .item_2 .text {}

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

@media screen and (min-width: 1280px) {
	.section_3 {}

	.section_3 .inner {
		background-image: url(../img/top_menu_bg_pc.png);
	}

	.section_3 .wrap {}

	.section_3 .heading_wrap {
		width: 45%;
	}

	.section_3 .heading_wrap::after {
		bottom: 8px;
		right: 4px;
	}

	.section_3 .heading_wrap .heading {}

	.section_3 .heading_wrap .heading .main {}

	.section_3 .heading_wrap .heading .sub {}

	.section_3 .content_wrap {
		flex-direction: row;
		gap: 24px;
	}

	.section_3 .content_wrap .content {}

	.section_3 .content_wrap .content .item_wrap {}

	.section_3 .content_wrap .content .item_wrap .item {}

	.section_3 .content_wrap .content .item_wrap .item .text {}

	.section_3 .content_wrap .content .item_wrap .item_2 {}

	.section_3 .content_wrap .content .item_wrap .item_2 .text {}

	.section_3 .content_wrap .content .item_wrap .item_2 .text_1 {}

	.section_3 .content_wrap .content .item_wrap .item_2 .text_2 {}

	.section_3 .content_wrap .content .item_wrap .item_2 .text_3 {}
}

@media screen and (min-width: 1440px) {
	.section_3 .wrap {
		gap: 96px;
	}

	.section_3 .heading_wrap::after {
		bottom: 0;
		right: 0;
		height: 175%;
	}

	.section_3 .content_wrap {
		gap: 60px;
		width: 80%;
	}

	.section_3 .content_wrap .content .item_wrap .item_2 .text {
		font-size: 1.125rem;
	}
}

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

/* ---------------------------------------------------------------------------------------------------- */

.section_4 {
	padding: 100% 0 0;
	background-image: url(../img/top_future_bg_card_sp.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}

.section_4 .inner {}

.section_4 .wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
	width: 100%;
	margin: 0 auto 0;
	padding: 144px 0 84px;
	background-color: #6e0811;
}

.section_4 .heading_wrap {}

.section_4 .heading_wrap::after {
	bottom: 24px;
	right: -12px;
	aspect-ratio: 71 / 87;
	background-image: url(../img/top_future_heading_card.png);
}

.section_4 .heading_wrap .heading {
	flex-direction: row-reverse;
	align-items: flex-end;
}

.section_4 .heading_wrap .heading .main {}

.section_4 .heading_wrap .heading .sub {}

.section_4 .content_wrap {
	gap: 24px;
	width: 90%;
}

.section_4 .content_wrap .content {}

.section_4 .content_wrap .content .item_wrap {
	gap: 36px;
}

.section_4 .content_wrap .content .item_wrap .item {}

.section_4 .content_wrap .content .item_wrap .item .text {}

.section_4 .img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translate(-50%, -70%);
	display: block;
	width: 90%;
}

@media screen and (min-width: 768px) {
	.section_4 {}

	.section_4 .inner {}

	.section_4 .wrap {}

	.section_4 .heading_wrap {}

	.section_4 .heading_wrap::after {}

	.section_4 .heading_wrap .heading {}

	.section_4 .heading_wrap .heading .main {}

	.section_4 .heading_wrap .heading .sub {}

	.section_4 .content_wrap {}

	.section_4 .content_wrap .content {}

	.section_4 .content_wrap .content .item_wrap {}

	.section_4 .content_wrap .content .item_wrap .item {}

	.section_4 .content_wrap .content .item_wrap .item .text {}

	.section_4 .img {
		width: 360px;
	}
}

@media screen and (min-width: 1280px) {
	.section_4 {
		padding: 20% 0 0;
		background-image: url(../img/top_concept_bg_pc.png);
		background-position: 100% 0;
		background-size: 72.5%;
	}

	.section_4 .inner {}

	.section_4 .wrap {
		width: 65%;
		margin: 0 auto 0 0;
		padding: 5% 0 10%;
	}

	.section_4 .heading_wrap {
		align-items: flex-start;
	}

	.section_4 .heading_wrap::after {
		top: 50%;
		bottom: auto;
		left: auto;
		-moz-outline-radius-topright: 0;
		transform: translate(0, -50%);
	}

	.section_4 .heading_wrap .heading {}

	.section_4 .heading_wrap .heading .main {}

	.section_4 .heading_wrap .heading .sub {}

	.section_4 .content_wrap {
		margin: 0 auto 0 0;
	}

	.section_4 .content_wrap .content {}

	.section_4 .content_wrap .content .item_wrap {
		align-items: flex-start;
	}

	.section_4 .content_wrap .content .item_wrap .item {
		width: max-content;
		max-width: 100%;
	}

	.section_4 .content_wrap .content .item_wrap .item .text {}

	.section_4 .content_wrap .content .item_wrap .item_3 {
		margin: 0 auto 0;
	}

	.section_4 .img {
		width: 42.5%;
		top: -60px;
		left: auto;
		right: 0;
		transform: translate(0, 0);
	}
}

@media screen and (min-width: 1440px) {
	.section_4 .wrap {
		gap: 120px;
	}

	.section_4 .content_wrap .content .item_wrap {
		gap: 84px;
	}

	.section_4 .content_wrap .content .item_wrap .item .text {
		font-size: 1.125rem;
	}

	.section_4 .img {
		top: -84px;
	}
}

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

/* ---------------------------------------------------------------------------------------------------- */

.section_5 {}

.section_5 .inner {
	padding: 30% 0 30%;
}

.section_5 .wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 72px;
	width: 100%;
	margin: 0 auto 0;
}

.section_5 .heading_wrap {}

.section_5 .heading_wrap::after {
	bottom: 24px;
	left: -12px;
	aspect-ratio: 63 / 80;
	background-image: url(../img/top_gallery_heading_card.png);
}

.section_5 .heading_wrap .heading {
	flex-direction: row;
	align-items: flex-end;
}

.section_5 .heading_wrap .heading .main {}

.section_5 .heading_wrap .heading .sub {}

.section_5 .content_wrap {
	gap: 72px;
	width: 100%;
}

.section_5 .content_wrap .content {}

.section_5 .content_wrap .content .item_wrap {}

.section_5 .content_wrap .content .item_wrap .item {}

.section_5 .content_wrap .content .item_wrap .item .text {}

.section_5 .content_wrap .content .item_wrap .slider_area {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.section_5 {}

	.section_5 .inner {}

	.section_5 .wrap {}

	.section_5 .heading_wrap {}

	.section_5 .heading_wrap::after {}

	.section_5 .heading_wrap .heading {}

	.section_5 .heading_wrap .heading .main {}

	.section_5 .heading_wrap .heading .sub {}

	.section_5 .content_wrap {}

	.section_5 .content_wrap .content {}

	.section_5 .content_wrap .content .item_wrap {}

	.section_5 .content_wrap .content .item_wrap .item {}

	.section_5 .content_wrap .content .item_wrap .item .text {}

	.section_5 .img {
		width: 360px;
	}
}

@media screen and (min-width: 1280px) {
	.section_5 {}

	.section_5 .inner {
		padding: 20% 0 20%;
	}

	.section_5 .wrap {
		/* width: 65%; */
	}

	.section_5 .heading_wrap {
		align-items: flex-end;
	}

	.section_5 .heading_wrap::after {
		bottom: 8px;
		left: 8px;
		height: 150%;
	}

	.section_5 .heading_wrap .heading {}

	.section_5 .heading_wrap .heading .main {}

	.section_5 .heading_wrap .heading .sub {}

	.section_5 .content_wrap {
		margin: 0 0 0 auto;
	}

	.section_5 .content_wrap .content {}

	.section_5 .content_wrap .content .item_wrap {}

	.section_5 .content_wrap .content .item_wrap .item {
		width: max-content;
		max-width: 100%;
	}

	.section_5 .content_wrap .content .item_wrap .item .text {}
}

@media screen and (min-width: 1440px) {
	.section_5 .wrap {
		gap: 96px;
	}

	.section_5 .content_wrap {
		gap: 144px;
	}
}

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

/* ---------------------------------------------------------------------------------------------------- */
