.sec-mv {
	background: url(../images/top/top-mv.webp) center center / cover no-repeat;
	width: 100%;
	height: 100vh;
	min-height: 900px;
	position: relative;
}
.mv-text-box {
	position: absolute;
	top: 35.9vh;
	left: 7.8%;
	display: flex;
	flex-flow: column;
	gap: 60px;
	width: 100%;
	max-width: 372px;
}
#lang_en .mv-text-box {
	max-width: 740px;
}
.mv-text-box > p {
	font-family: "Noto Serif JP", serif;
	font-size: 60px;
	letter-spacing: 0.3em;
	word-break: keep-all;
	color: #fff;
}
.mv-text-box > span {
	color: #fff;
	line-height: 2;
	letter-spacing: 0.1em;
}
.mv-copy {
	color: #fff;
	position: absolute;
	right: 2.6%;
	top: 50%;
	transform: translateY(-50%);
	writing-mode: vertical-rl;
	text-orientation: sideways;
	font-size: 12px;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 1400px) {
	.mv-text-box > p {
		font-size: 48px;
	}
}
@media screen and (max-width: 999px) {
	.sec-mv {
		min-height: 0px;
	}
	.mv-text-box {
		top: auto;
		bottom: 50px;
		gap: 30px;
	}
	.mv-text-box > p {
		font-size: 40px;
	}
	.mv-text-box > span {
		font-size: 13px;
	}
	.mv-copy {
		display: none;
	}
}
@media screen and (max-width: 750px) {
	#lang_en .mv-text-box {
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 0 7.8%;
	}
}
@media screen and (max-width: 640px) {
	#lang_en .mv-text-box > p {
		font-size: 28px;
		letter-spacing: 0.2em;
	}
}

.sec-top-news {
	width: 100%;
	position: relative;
	background: linear-gradient(180deg, #111, #333);
	padding: 0 7.8%;
}

.top-news-contents {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 50px 0 100px;
}
.top-news-side-box {
	width: 260px;
	flex-shrink: 0;
	display: flex;
	color: #fff;
	flex-flow: column;
	gap: 58px;
}

.top-news-cats {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 25px;
}
.top-news-cats > label {
	opacity: 0.5;
	cursor: pointer;
	transition: all ease 0.33s;
}
.top-news-cats > label.tab-is-active {
	opacity: 1;
}
.top-news-cats > label:hover {
	opacity: 1;
}
.top-news-cats > label.tab-is-active:hover {
	opacity: 0.7;
}

.top-news-panel-container {
	width: 100%;
	max-width: 1296px;
	position: relative;
}
.top-news-panel {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	width: 100%;
}
.card-top-news {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.card-top-news > div {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 15px;
	color: #fff;
}
.card-top-news > div > figure {
	width: 100%;
	height: auto;
	aspect-ratio: 300 / 169;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.card-top-news > div > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease 0.6s;
}
.card-top-news:hover > div > figure > img {
	transform: scale(1.05);
	filter: brightness(1.1);
}
.card-top-news > div > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	height: 100%;
	gap: 15px;
}
.card-top-news .news-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.card-top-news > div > div > div {
	width: 100%;
	display: flex;
	gap: 20px;
	opacity: 0.5;
	align-items: center;
}
.card-top-news .news-date {
	font-size: 13px;
	letter-spacing: 0.1em;
}
.card-top-news .news-category {
	font-size: 13px;
	letter-spacing: 0.1em;
	padding-left: 20px;
	border-left: 1px solid #fff;
}
.top-news-panel-btn-box {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 15px;
}
.top-news-panel-btn-box > a {
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #fff;
	transition: all ease 0.33s;
}
.top-news-panel-btn-box > a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 1700px) {
	.card-top-news .news-title {
		font-size: 16px;
	}
}
@media screen and (max-width: 1400px) {
	.top-news-panel-btn-box > a {
		font-size: 16px;
	}
	.top-news-panel {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}
@media screen and (max-width: 999px) {
	.top-news-contents {
		padding: 50px 0;
		flex-flow: column;
		gap: 30px;
	}
	.top-news-side-box {
		width: 100%;
		gap: 20px;
	}
	.top-news-cats {
		flex-flow: row;
		gap: 15px;
		align-items: center;
		font-size: 13px;
	}
	.top-news-panel-scroll-wrapper.top-news-cnt-3,
	.top-news-panel-scroll-wrapper.top-news-cnt-4 {
		overflow-x: auto;
	}
	.top-news-panel {
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
		width: calc(309px * 4);
	}
	.card-top-news .news-title {
		font-size: 18px;
	}
	.top-news-panel-btn-box {
		display: none;
	}
}

.sec-top-about {
	width: 100%;
	position: relative;
	padding: 0 10.4%;
	margin-bottom: -100px;
	z-index: 10;
	min-height: 800px;
}
.top-about-contents {
	padding: 100px 0 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 13%;
}
.top-about-contents > div {
	padding-top: 56px;
	width: 514px;
	display: flex;
	flex-shrink: 0;
	flex-flow: column;
	gap: 80px;
}
.top-about-contents > div > p {
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 2;
}
.top-about-contents > figure {
	width: 46.9%;
	aspect-ratio: 19 / 20;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	max-width: 760px;
}
.top-about-contents > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 1800px) {
	.top-about-contents {
		padding: 50px 0 0;
	}
	.top-about-contents > div {
		padding-top: 30px;
	}
}

@media screen and (max-width: 1700px) {
	.top-about-contents > div {
		width: 450px;
		gap: 40px;
	}
	.top-about-contents > div > p {
		font-size: 15px;
	}
}
@media screen and (max-width: 1400px) {
	.sec-top-about {
		margin-bottom: 70px;
		min-height: 0;
		padding: 0 5.2%;
	}
	.top-about-contents {
		padding: 50px 0 0;
	}
	.top-about-contents > div {
		padding-top: 30px;
		gap: 50px;
	}
}
@media screen and (max-width: 999px) {
	.sec-top-about {
		padding: 0;
		margin-bottom: 0;
	}
	.sec-top-about .h2-title-area > h2 {
		font-size: 24px;
	}
	.top-about-contents {
		padding: 0 0 50px;
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-flow: column-reverse;
		align-items: center;
		gap: 30px;
	}
	.top-about-contents > figure {
		width: 100%;
		aspect-ratio: 390 / 300;
		max-width: none;
		max-height: 300px;
	}
	.top-about-contents > div {
		padding: 0 7.8%;
		width: 100%;
		gap: 40px;
	}
	.top-about-contents > div > p {
		font-size: 13px;
	}
}

.sec-top-destinations {
	width: 100%;
	position: relative;
	z-index: 0;
	padding-right: 5.2%;
}

.sec-top-destinations::before {
	content: "";
	display: block;
	width: 1000px;
	height: 100%;
	background: linear-gradient(0deg, #111, #333);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.sec-top-destinations .sec-inner {
	max-width: 1820px;
	background: linear-gradient(0deg, #111, #333);
	padding-right: 5.5%;
	position: relative;
	z-index: 10;
}
.top-destinations-contents {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 100px;
	padding: 127px 0 150px;
	color: #fff;
}
.top-destinations-contents .h2-title-area {
	padding-left: 10.4%;
}
.top-destinations-list {
	width: 100%;
	max-width: 1720px;
	display: flex;
	flex-flow: column;
	overflow: hidden;
}
.card-top-destinations {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: auto;
	aspect-ratio: 1720 / 600;
}
.card-top-destinations > img {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	aspect-ratio: 430 / 17;
	object-fit: cover;
	opacity: 0.6;
}
.card-top-destinations > div {
	position: absolute;
	z-index: 10;
	bottom: 18.8%;
	left: 5.2%;
	display: flex;
	flex-flow: column;
	gap: 10px;
	padding-left: 50px;
}
.ctd-slug {
	position: absolute;
	top: 0;
	left: 0;
	writing-mode: vertical-rl;
	text-orientation: sideways;
	letter-spacing: 0.3em;
	padding-top: 30px;
	text-transform: uppercase;
}
.ctd-slug::before {
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.ctd-title {
	line-height: 2;
	font-family: "Noto Serif JP", serif;
	font-size: 60px;
	letter-spacing: 0.3em;
	word-break: keep-all;
}
#lang_en .ctd-title {
	font-size: 40px;
}
.ctd-area {
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	letter-spacing: 0.3em;
	word-break: keep-all;
}

@media screen and (max-width: 1400px) {
	.ctd-title {
		font-size: 40px;
	}

	#lang_en .ctd-title {
		font-size: 30px;
	}
	.ctd-area {
		font-size: 18px;
	}
	.top-destinations-contents {
		gap: 60px;
		padding: 100px 0;
	}
}
@media screen and (max-width: 999px) {
	.sec-top-destinations {
		padding-right: 0;
	}
	.sec-top-destinations::before {
		content: none;
	}
	.sec-top-destinations .sec-inner {
		padding-right: 0;
	}
	.top-destinations-contents {
		width: 100%;
		display: flex;
		flex-flow: column;
		gap: 30px;
		padding: 50px 0 67px;
		color: #fff;
	}

	.card-top-destinations {
		aspect-ratio: 390 / 180;
	}
	.ctd-slug {
		display: none;
	}
	.card-top-destinations > div {
		bottom: 20px;
		left: 7.8%;
		gap: 5px;
		padding-left: 0;
	}
	.ctd-title {
		font-size: 20px;
	}
	#lang_en .ctd-title {
		font-size: 20px;
	}
	.ctd-area {
		font-size: 13px;
	}
}

.sec-top-course {
	width: 100%;
	position: relative;
	padding: 0 5.2%;
}
.sec-top-course .sec-inner {
	width: 100%;
	max-width: 1720px;
	margin: 0 auto;
}
.top-course-contents {
	width: 100%;
	display: flex;
	gap: 20px;
	position: relative;
	padding: 150px 0;
}

.top-course-recommendation {
	width: 59.53%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1024 / 676;
	max-width: 1024px;
}
.top-course-recommendation > .card-top-course {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.ctc-title-box {
	position: absolute;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0;
	text-align: center;
	padding: 0 15px;
}

.badge-recommendation {
	font-size: 15px;
	border: 1px solid #fff;
	width: auto;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	padding: 5px 10px;
}

.top-course-recommendation > .card-top-course .ctc-title-box {
	bottom: 7.3%;
	left: 4.88%;
	font-size: 24px;
	padding: 0;
}

.top-course-grid {
	width: 39.3%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 676px;
	aspect-ratio: 1 / 1;
	gap: 20px;
}
.top-course-grid .card-top-course {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ctc-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sec-top-video {
	width: 100%;
	position: relative;
	padding: 0 5.2%;
}
.sec-top-video .sec-inner {
	width: 100%;
	max-width: 1720px;
	margin: 0 auto;
}
.top-video-contents {
	width: 100%;
	display: flex;
	gap: 20px;
	position: relative;
	padding: 0 0 150px;
}
.top-video-contents > .video-area {
	width: 100%;
	display: flex;
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
}
.top-video-contents > .video-area iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

@media screen and (max-width: 1400px) {
	.top-course-contents {
		padding: 100px 0;
	}
	.top-video-contents {
		padding: 0 0 100px;
	}
}
@media screen and (max-width: 1200px) {
	.top-course-recommendation > .card-top-course .ctc-title-box {
		font-size: 20px;
	}
}
@media screen and (max-width: 999px) {
	.sec-top-course {
		padding: 0 7.8%;
	}
	.top-course-contents {
		gap: 10px;
		padding: 50px 0;
		flex-flow: column;
		align-items: center;
	}
	.top-course-recommendation {
		width: 100%;
		aspect-ratio: 330 / 218;
		max-width: none;
	}
	.top-course-grid {
		width: 100%;
		max-width: none;
		gap: 10px;
	}
	.badge-recommendation {
		font-size: 12px;
		height: 24px;
		padding: 4px 14px;
	}
	.top-course-recommendation > .card-top-course .ctc-title-box {
		bottom: 20px;
		left: 20px;
		text-align: left;
	}

	.sec-top-video {
		padding: 0 7.8%;
	}
	.top-video-contents {
		gap: 10px;
		padding: 0 0 50px;
		flex-flow: column;
		align-items: center;
	}
}
@media screen and (max-width: 399px) {
	.top-course-recommendation > .card-top-course .ctc-title-box {
		font-size: 18px;
	}
}

.sec-top-instagram {
	width: 100%;
	position: relative;
	z-index: 0;
	padding: 0 5.2%;
	background: #333;
}
.sec-top-instagram .sec-inner {
	width: 100%;
	max-width: 1720px;
	margin: 0 auto;
}
.top-instagram-contents {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	color: #fff;
	padding: 130px 0;
}
.top-instagram-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}
.card-top-instagram {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}
.card-top-instagram:nth-of-type(6) {
	display: none;
}
.cti-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cti-icon-instagram {
	position: absolute;
	bottom: 6%;
	right: 6%;
	width: 32px;
	aspect-ratio: 1 / 1;
}

@media screen and (max-width: 1400px) {
	.top-instagram-contents {
		gap: 30px;
		padding: 80px 0;
	}
}
@media screen and (max-width: 999px) {
	.top-instagram-contents {
		gap: 10px;
		padding: 50px 0 80px;
	}
	.top-instagram-contents .h3-title-area {
		flex-flow: column;
		align-items: flex-start;
		gap: 30px;
	}
	.top-instagram-contents .h3-title-area h3 {
		font-size: 20px;
	}
	.top-instagram-contents .h3-title-area > a {
		font-size: 13px;
		letter-spacing: 0.1em;
		margin: 0 0 0 auto;
	}
	.card-top-instagram:nth-of-type(6) {
		display: flex;
	}
	.top-instagram-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}
}
@media screen and (max-width: 640px) {
	.top-instagram-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}
