@charset "utf-8";


/* common
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-container {
	width: 100% !important;
}


/* freude header
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-freude-header {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: min(4%,45px) 0 0 min(24.54545%, 270px);
	width: 100%;
	max-width: 1100px;
}
.the9th-freude-header::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding-top: 37.72727%;
	width: 100%;
	height: 0;
	background-image: url('/ja/stories/culture/the-9th/images/wave_visual_bg.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
}
.the9th-freude-header .the9th-title {
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0;
	padding: 0 60px;
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.6;
	color: #fff;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
	transform: translateY(-50%);
	z-index: 30;
}
.the9th-freude-header .the9th-visual {
	position: relative;
	width: 100%;
	z-index: 20;
}
.the9th-freude-header .the9th-visual img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.the9th-freude-header .the9th-title {
		padding: 0 30px;
		font-size: 14px;
	}
}


/* navi
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-navi {
	margin: 90px 0 0;
}
.the9th-naviList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 20px 41px;
}
.the9th-naviList > li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
.the9th-naviList > li:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: -21px;
	width: 1px;
	height: calc(100% - 1px);
	background-color: #a3a3a3;
}
.the9th-naviList > li a {
	display: block;
	padding: 1px 0 2px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid transparent;
	transition: color 0.3s ease, border 0.3s ease;
}
.the9th-naviList > li a:focus,
.the9th-naviList > li a:hover {
	color: #4b1e78;
	text-decoration: none;
	border-bottom: 1px solid #4b1e78;
}
.the9th-naviList > li a.is-active {
	color: #4b1e78;
	text-decoration: none;
	border-bottom: 1px solid #4b1e78;
}

@media screen and (max-width: 767px) {
	.the9th-navi {
		margin: 45px 0 0;
	}
	.the9th-naviList > li a {
		font-size: 16px;
	}
}


/* article
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-article {
	margin: 80px auto 0;
	width: 100%;
	max-width: 1200px;
}
.the9th-article .the9th-article-inner {
	padding: 0 150px;
}
.the9th-article .the9th-article-title {
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.the9th-article {
		margin: 40px auto 0;
		width: 100%;
		max-width: 1200px;
	}
	.the9th-article .the9th-article-inner {
		padding: 0;
	}
	.the9th-article .the9th-article-title {
		margin: 0;
		padding: 0 25px;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.6;
		text-align: center;
	}
}


/* article section
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-article .the9th-article-section {
	margin-top: 70px;
	font-size: 16px;
	line-height: 1.6;
}
.the9th-article .the9th-article-section .the9th-article-title-02 {
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 25px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.the9th-article .the9th-article-section .the9th-article-title-02::after {
	content: '';
	position: absolute;
	left: calc(50% - 20px);
	bottom: 0px;
	display: block;
	width: 34px;
	height: 2px;
	background-color: #4b1e78;
}

@media screen and (max-width: 767px) {
	.the9th-article .the9th-article-section {
		margin-top: 40px;
		font-size: 15px;
	}
	.the9th-article .the9th-article-section .the9th-article-title-02 {
		margin: 0 0 15px;
		padding: 0 25px 15px;
		font-size: 18px;
		line-height: 1.5;
	}
	.the9th-article .the9th-article-section .the9th-article-title-02::after {
		content: '';
		position: absolute;
		left: calc(50% - 15px);
		bottom: 0px;
		display: block;
		width: 25px;
		height: 2px;
		background-color: #4b1e78;
	}
}


/* article text
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-article .the9th-article-section p {
	margin: 0;
}
.the9th-article .the9th-article-section p ~ p {
	margin: 30px 0 0;
}
.the9th-article .the9th-article-section .the9th-article-text ~ .the9th-article-text {
	margin-top: 40px;
}
.the9th-article .the9th-article-section .the9th-article-text a {
	text-decoration: underline;
	transition: color 0.3s ease;
}
.the9th-article .the9th-article-section .the9th-article-text a:hover {
	color: #4b1e78;
}
.the9th-article .the9th-article-section .the9th-text-author {
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.the9th-article .the9th-article-section .the9th-article-text {
		padding: 0 25px;
	}
	.the9th-article .the9th-article-section .the9th-article-text ~ .the9th-article-text {
		margin-top: 20px;
	}
	.the9th-article .the9th-article-section p ~ p {
		margin: 20px 0 0;
	}
	.the9th-article .the9th-article-section .the9th-text-author {
		font-size: 15px;
	}
}


/* article photo
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-article .the9th-article-section .the9th-article-photo {
	display: block;
	margin: 40px auto 0;
	width: 100%;
	max-width: 700px;
}

@media screen and (max-width: 767px) {
	.the9th-article .the9th-article-section .the9th-article-photo {
		margin: 20px auto 0;
	}
}


/* article description and photo
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-article .the9th-article-section .the9th-article-descriptionAndPhoto {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.the9th-article .the9th-article-section .the9th-article-descriptionAndPhoto ~ .the9th-article-descriptionAndPhoto {
	margin: 60px 0;
}

.the9th-article .the9th-article-section .the9th-article-descriptionAndPhoto .the9th-description {
	width: 62%;
}
.the9th-article .the9th-article-section .the9th-article-descriptionAndPhoto .the9th-photo {
	position: relative;
	width: calc(38% - 30px);
}
.the9th-article .the9th-article-section .the9th-article-descriptionAndPhoto .the9th-photo .the9th-photo-large {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 150px);
}
.the9th-article .the9th-article-section .the9th-article-descriptionAndPhoto .the9th-photo .the9th-photo-large .the9th-caption {
	display: block;
	margin: 10px 0 0;
	padding: 0;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 1px;
	text-align: right;
}
.the9th-article .the9th-article-section .the9th-article-descriptionAndPhoto .the9th-photo .the9th-photo-large .the9th-caption span {
	font-size: 24px;
}

.the9th-article .the9th-article-section .the9th-article-descriptionAndPhoto.the9th-photo-left {
	flex-direction: row-reverse;
}
.the9th-article .the9th-article-section .the9th-article-descriptionAndPhoto.the9th-photo-left .the9th-photo .the9th-photo-large {
	left: auto;
	right: 0;
}

@media screen and (min-width: 768px) {
	.the9th-article .the9th-article-section .the9th-article-descriptionAndPhoto .the9th-photo {
		min-height: 430px;
	}
}

@media screen and (max-width: 767px) {
	.the9th-article .the9th-article-section .the9th-article-descriptionAndPhoto {
		flex-direction: column;
	}
	.the9th-article .the9th-article-section .the9th-article-descriptionAndPhoto ~ .the9th-article-descriptionAndPhoto {
		margin: 40px 0;
	}

	.the9th-article .the9th-article-section .the9th-article-descriptionAndPhoto .the9th-description {
		padding: 0 25px;
		width: 100%;
	}
	.the9th-article .the9th-article-section .the9th-article-descriptionAndPhoto .the9th-photo {
		margin: 20px 0 0;
		width: 100%;
	}
	.the9th-article .the9th-article-section .the9th-article-descriptionAndPhoto .the9th-photo .the9th-photo-large {
		position: static;
		width: 100%;
	}
	.the9th-article .the9th-article-section .the9th-article-descriptionAndPhoto .the9th-photo .the9th-photo-large .the9th-caption {
		font-size: 14px;
		text-align: center;
	}
	.the9th-article .the9th-article-section .the9th-article-descriptionAndPhoto .the9th-photo .the9th-photo-large .the9th-caption span {
		font-size: 18px;
	}

	.the9th-article .the9th-article-section .the9th-article-descriptionAndPhoto.the9th-photo-left {
		flex-direction: column;
	}
}


/* article author profile
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.the9th-article .the9th-article-section .the9th-article-author-profile {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	border: solid 1px #000;
}
.the9th-article .the9th-article-section .the9th-article-author-profile .the9th-photo {
	width: 230px;
}
.the9th-article .the9th-article-section .the9th-article-author-profile .the9th-description {
	width: calc(100% - 260px);
}
.the9th-article .the9th-article-section .the9th-article-author-profile .the9th-description p {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.the9th-article .the9th-article-section .the9th-article-author-profile .the9th-description .the9th-author-name {
	margin: 0 0 10px;
	padding: 0;
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	.the9th-article .the9th-article-section .the9th-article-author-profile {
		flex-direction: column;
		margin: 0 25px;
		padding: 25px 20px;
	}
	.the9th-article .the9th-article-section .the9th-article-author-profile .the9th-photo {
		margin: 0 auto;
		width: 100%;
		max-width: 160px;
	}
	.the9th-article .the9th-article-section .the9th-article-author-profile .the9th-description {
		margin-top: 15px;
		width: 100%;
	}
	.the9th-article .the9th-article-section .the9th-article-author-profile .the9th-description p {
		font-size: 15px;
	}
	.the9th-article .the9th-article-section .the9th-article-author-profile .the9th-description .the9th-author-name {
		font-size: 18px;
		text-align: center;
	}
}