@charset "utf-8";

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

.now.index::before {
	content: "";
}

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

.section_1 {
	background-image: url(../img/top_news_bg_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.section_1 .wrap {}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading::before {}

.section_1 .heading_wrap .heading::after {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

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

.section_1 .item_wrap {
	gap: 24px;
}

.section_1 .item_wrap .item {}

.section_1 .item_wrap .item .item_inner {}

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

.section_1 .post_wrap .post_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_1 .post_wrap .post_wrap_inner .post {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
	width: 100%;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .text {
	font-weight: 500;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .date {}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .title {}

@media screen and (min-width: 768px) {
	.section_1 {
		background-image: url(../img/top_news_bg_pc.webp);
	}

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

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

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

	.section_1 .item_wrap {
		width: 90%;
		max-width: 940px;
	}

	.section_1 .post_wrap .post_wrap_inner .post .post_inner {
		flex-direction: row;
		justify-content: flex-start;
		gap: 24px;
	}
}

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

@media screen and (min-width: 1440px) {
	.section_1 .content_wrap .content {
		gap: 48px;
	}

	.section_1 .post_wrap .post_wrap_inner {
		gap: 48px;
	}
}

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

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

.section_2 {}

.section_2 .inner {}

.section_2 .wrap {}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading::before {}

.section_2 .heading_wrap .heading::after {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {}

.section_2 .content_wrap .content {}

.section_2 .item_wrap {}

.section_2 .item_wrap .item {}

.section_2 .item_wrap .item .item_inner {}

.section_2 .item_wrap .item_text {
	padding: 20% 0;
	background-color: #FFF8EE;
}

.section_2 .item_wrap .item_text .item_inner {
	gap: 60px;
	width: 90%;
}

.section_2 .item_wrap .item_text .item_inner .text_wrap {}

.section_2 .item_wrap .item_text .item_inner .text_wrap .text_wrap_inner {}

.section_2 .item_wrap .item_text .item_inner .text_wrap .text_wrap_inner .text {
	font-weight: 500;
	line-height: 2;
}

.section_2 .item_wrap .item_img {}

.section_2 .item_wrap .item_img .item_inner {}

@media screen and (min-width: 768px) {
	.section_2 .heading_wrap {
		align-items: flex-start;
	}

	.section_2 .heading_wrap .heading {
		align-items: flex-start;
	}

	.section_2 .heading_wrap .heading::before {
		left: 0;
		transform: translate(0, 100%);
	}

	.section_2 .item_wrap {
		flex-direction: row-reverse;
		align-items: stretch;
		gap: 0;
	}

	.section_2 .item_wrap .item {
		width: 50%;
	}

	.section_2 .item_wrap .item_text {
		padding: 5% 0;
	}

	.section_2 .item_wrap .item_img .item_inner {
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
	}

	.section_2 .item_wrap .item_img .item_inner .img {
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
	}

	.section_2 .item_wrap .item_img .item_inner .img img {
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
		object-fit: cover;
	}
}

@media screen and (min-width: 1280px) {
	.section_2 .item_wrap .item {
		aspect-ratio: 1 / 1;
	}
}

@media screen and (min-width: 1440px) {
	.section_2 .item_wrap .item_text .item_inner {
		gap: 72px;
		width: 80%;
	}
}

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

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

.section_3 {}

.section_3 .inner {}

.section_3 .wrap {}

.section_3 .heading_wrap {}

.section_3 .heading_wrap .heading {}

.section_3 .heading_wrap .heading::before {}

.section_3 .heading_wrap .heading::after {}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content_wrap {}

.section_3 .content_wrap .content {}

.section_3 .item_wrap {}

.section_3 .item_wrap .item {}

.section_3 .item_wrap .item .item_inner {}

.section_3 .item_wrap .item_text {
	padding: 20% 0;
	background-image: url(../img/top_service_bg_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_3 .item_wrap .item_text .item_inner {
	gap: 60px;
	width: 90%;
}

.section_3 .item_wrap .item_text .item_inner .text_wrap {}

.section_3 .item_wrap .item_text .item_inner .text_wrap .text_wrap_inner {
	gap: 24px;
}

.section_3 .item_wrap .item_text .item_inner .text_wrap .text_wrap_inner .text {
	font-weight: 500;
	line-height: 2;
}

.section_3 .item_wrap .item_text .item_inner .text_wrap .text_wrap_inner .text_big {
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
}

.section_3 .item_wrap .item_img {}

.section_3 .item_wrap .item_img .item_inner {}

@media screen and (min-width: 768px) {
	.section_3 .heading_wrap {
		align-items: flex-start;
	}

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

	.section_3 .heading_wrap .heading::before {
		left: 0;
		transform: translate(0, 100%);
	}

	.section_3 .item_wrap {
		flex-direction: row;
		align-items: stretch;
		gap: 0;
	}

	.section_3 .item_wrap .item {
		width: 50%;
	}

	.section_3 .item_wrap .item_text {
		padding: 5% 0;
		background-image: url(../img/top_service_bg_pc.webp);
	}

	.section_3 .item_wrap .item_text .item_inner .text_wrap .text_wrap_inner {
		align-items: flex-start;
	}

	.section_3 .item_wrap .item_img .item_inner {
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
	}

	.section_3 .item_wrap .item_img .item_inner .img {
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
	}

	.section_3 .item_wrap .item_img .item_inner .img img {
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
		object-fit: cover;
	}
}

@media screen and (min-width: 1280px) {
	.section_3 .item_wrap .item {
		aspect-ratio: 1 / 1;
	}
}

@media screen and (min-width: 1440px) {
	.section_3 .item_wrap .item_text .item_inner {
		gap: 72px;
		width: 80%;
	}

	.section_3 .item_wrap .item_text .item_inner .text_wrap .text_wrap_inner .text_big {
		font-size: 1.875rem;
	}
}

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

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

.section_4 {}

.section_4 .inner {}

.section_4 .wrap {}

.section_4 .heading_wrap {}

.section_4 .heading_wrap .heading {}

.section_4 .heading_wrap .heading::before {}

.section_4 .heading_wrap .heading::after {}

.section_4 .heading_wrap .heading .main {}

.section_4 .heading_wrap .heading .sub {}

.section_4 .content_wrap {}

.section_4 .content_wrap .content {}

.section_4 .item_wrap {}

.section_4 .item_wrap .item {}

.section_4 .item_wrap .item .item_inner {}

.section_4 .slider_wrap {
	width: 100%;
}

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

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

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

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

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

.section_5 {}

.section_5 .inner {}

.section_5 .wrap {}

.section_5 .heading_wrap {}

.section_5 .heading_wrap .heading {}

.section_5 .heading_wrap .heading::before {}

.section_5 .heading_wrap .heading::after {}

.section_5 .heading_wrap .heading .main {}

.section_5 .heading_wrap .heading .sub {}

.section_5 .content_wrap {}

.section_5 .content_wrap .content {}

.section_5 .item_wrap {}

.section_5 .item_wrap .item {}

.section_5 .item_wrap .item .item_inner {}

.section_5 .item_wrap .item_text {
	padding: 20% 0;
	background-image: url(../img/top_trip_bg_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_5 .item_wrap .item_text .item_inner {
	gap: 60px;
	width: 90%;
}

.section_5 .item_wrap .item_text .item_inner .text_wrap {}

.section_5 .item_wrap .item_text .item_inner .text_wrap .text_wrap_inner {
	gap: 24px;
}

.section_5 .item_wrap .item_text .item_inner .text_wrap .text_wrap_inner .text {
	font-weight: 500;
	line-height: 2;
}

.section_5 .item_wrap .item_text .item_inner .text_wrap .text_wrap_inner .text_big {
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
}

.section_5 .item_wrap .item_img {}

.section_5 .item_wrap .item_img .item_inner {}

@media screen and (min-width: 768px) {
	.section_5 .heading_wrap {
		align-items: flex-start;
	}

	.section_5 .heading_wrap .heading {
		align-items: flex-start;
	}

	.section_5 .heading_wrap .heading::before {
		left: 0;
		transform: translate(0, 100%);
	}

	.section_5 .item_wrap {
		flex-direction: row-reverse;
		align-items: stretch;
		gap: 0;
	}

	.section_5 .item_wrap .item {
		width: 50%;
	}

	.section_5 .item_wrap .item_text {
		padding: 5% 0;
		background-image: url(../img/top_trip_bg_pc.webp);
	}

	.section_5 .item_wrap .item_text .item_inner .text_wrap .text_wrap_inner {
		align-items: flex-start;
	}

	.section_5 .item_wrap .item_img .item_inner {
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
	}

	.section_5 .item_wrap .item_img .item_inner .img {
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
	}

	.section_5 .item_wrap .item_img .item_inner .img img {
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
		object-fit: cover;
	}
}

@media screen and (min-width: 1280px) {
	.section_5 .item_wrap .item {
		aspect-ratio: 1 / 1;
	}
}

@media screen and (min-width: 1440px) {
	.section_5 .item_wrap .item_text .item_inner {
		gap: 72px;
		width: 80%;
	}

	.section_5 .item_wrap .item_text .item_inner .text_wrap .text_wrap_inner .text_big {
		font-size: 1.875rem;
	}
}

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

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

.section_6 {
	background-image: url(../img/top_link_bg_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.section_6 .wrap {}

.section_6 .heading_wrap {}

.section_6 .heading_wrap .heading {
	width: 100%;
}

.section_6 .heading_wrap .heading::before {}

.section_6 .heading_wrap .heading::after {
	content: "";
	position: absolute;
	bottom: -48px;
	left: 50%;
	transform: translate(-50%, 100%);
	width: 80%;
	max-width: 950px;
	height: 1px;
	background-color: #AB903C;
}

.section_6 .heading_wrap .heading .main {}

.section_6 .heading_wrap .heading .sub {}

.section_6 .content_wrap {}

.section_6 .content_wrap .content {
	gap: 84px;
	width: 90%;
}

.section_6 .item_wrap {}

.section_6 .item_wrap .item {}

.section_6 .item_wrap .item .item_inner {
	gap: 48px;
}

.section_6 .sns_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 90%;
}

.section_6 .sns_wrap .sns_wrap_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.section_6 .sns_wrap .sns_wrap_inner .sns {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: calc((100% - (12px * 1)) / 2);
	text-align: center;
	font-weight: 500;
}

.section_6 .sns_wrap .sns_wrap_inner .sns img {
	width: 60px;
}

.section_6 .live_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

.section_6 .live_wrap .live_wrap_inner {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	width: 100%;
}

.section_6 .live_wrap .live_wrap_inner .live {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: calc((100% - (8px * 2)) / 3);
	text-align: center;
	font-family: "Noto Sans SC", sans-serif;
	font-weight: 500;
}

.section_6 .live_wrap .live_wrap_inner .live img {
	width: 84px;
}

.section_6 .live_wrap .logo {
	width: 35%;
}

.section_6 .live_wrap .text {
	font-weight: 500;
}

@media screen and (min-width: 768px) {
	.section_6 {
		background-image: url(../img/top_link_bg_pc.webp);
	}

	.section_6 .inner {
		padding: 5% 0;
	}

	.section_6 .heading_wrap .heading::after {
		bottom: -60px;
	}

	.section_6 .item_wrap .item .item_inner {
		flex-direction: row;
		justify-content: space-evenly;
		gap: 24px;
	}

	.section_6 .live_wrap .live_wrap_inner {
		gap: 12px;
		margin-top: -20px;
	}

	.section_6 .live_wrap .live_wrap_inner .live {
		width: calc((100% - (12px * 2)) / 3);
	}
}

@media screen and (min-width: 1280px) {
	.section_6 .sns_wrap {
		width: max-content;
	}

	.section_6 .sns_wrap .sns_wrap_inner {
		flex-wrap: nowrap;
		gap: 24px;
		width: max-content;
	}

	.section_6 .live_wrap {
		width: 450px;
	}

	.section_6 .live_wrap .live_wrap_inner {
		gap: 24px;
		margin-top: -24px;
	}

    .section_6 .live_wrap .live_wrap_inner .live {
        width: calc((100% - (24px * 2)) / 3);
    }

	.section_6 .live_wrap .logo {
		width: 25%;
	}
}

@media screen and (min-width: 1440px) {
	.section_6 .sns_wrap .sns_wrap_inner .sns img {
		width: 70px;
	}

	.section_6 .live_wrap .live_wrap_inner .live img {
		width: 100px;
	}
}

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

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