.text-link {
	text-decoration: underline;
	color: #30b0a9;
	display: inline-block;
	margin-top: 12px;
}

.text-link-inline {
	text-decoration: underline;
	color: #30b0a9;
}

.text-link:hover {
	text-decoration: none;
}

.text-link.revert {
	color: #fff;
}

.news {
	background: #000;
	padding: 64px 0 72px;
}

.news-wrapper {
	display: flex;
	align-items: center;
	max-width: 820px;
	margin: 0 auto;
	color: #fff;
	gap: 8rem;
}

.news-items {
	flex: 1;
}

.news-item {
	display: flex;
	flex-flow: column;
	gap: 1.2rem;
	font-size: 16px;
	letter-spacing: 0.05em;
}

.news-item + .news-item {
	margin-top: 3.2rem;
	padding-top: 3.2rem;
	border-top: 1px solid #3a3a3a;
}

.news h2 {
	color: var(--primaryColor);
	font-size: 55px;
	letter-spacing: 0.1em;
	line-height: 1;
}

.news h2::before {
	background: #fff;
}

.news-item time {
	color: #bbb;
	letter-spacing: 0.05em;
	font-size: 13px;
}

.main-visual {
	width: 100%;
	max-height: 100svh;
	overflow: hidden;
}

.main-visual-text {
	font-family: var(--fontEnB);
	position: absolute;
	padding: 0 0 7% 7%;
	font-size: 50px;
	color: #fff;
	bottom: 0;
	left: 0;
	font-weight: 700;
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.mainimage {
	min-height: 100svh;
	display: grid;
	place-items: center;
}

.mainimage img {
	width: 35%;
}

.tcs-image {
	width: 280px;
	text-align: center;
}

.tcs-title {
	display: flex;
	align-items: center;
	gap: 50px;
	margin: 0 auto 40px;
	max-width: 820px;
	justify-content: center;
}

.tcs-block {
	padding: 60px 0;
}

.tcs-block .content-block {
	width: min(820px, 100%);
	margin-bottom: 0;
}

.content-block__box {
	width: max(50%, 210px);
}

.tcs-description {
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
}

.tcs-second-logo {
	min-width: 240px;
	height: auto;
	margin: 0 auto;
}

.tcs-item {
	margin: 0 auto;
}

.concept-frame {
	position: relative;
}

.concept-frame h2 {
	position: relative;
}

.concept-frame h2::before {
	background: #fff;
}

.concept-text {
	padding: 2% 0 3%;
	position: relative;
	color: #111;
	text-align: center;
}

.concept-text h3 {
	font-size: 130px;
}

.concept-text p {
	width: 100%;
	height: 100%;
	font-size: 18px;
	line-height: 3;
	margin-top: 60px;
}

.glitch {
	display: none;
	filter: brightness(0.7);
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/concept_bg.jpg) center/cover repeat #000;
	left: 0;
	top: 0;
}

.profile {
	width: min(100%, 1024px);
}

.profile__inner {
	gap: calc(100% * (60 / 880));
}

.row-item + .profile__inner,
.profile__inner + .profile__inner {
	margin-top: 40px;
}

.profile__details {
	padding: 0;
}

.content-title-description {
	font-size: 1.6rem;
	line-height: 1.875;
	letter-spacing: .05em;
}

.ffp {
	display: flex;
	gap: 7.2rem;
	justify-content: center;
	align-items: flex-start;
	margin: 8rem auto 0;
	width: min(100%, 1024px);
}

.ffp img {
	width: 150px;
}

.work-image {
	max-width: 1000px;
	margin: 0 auto 40px;
	position: relative;
}

.work-image-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translateY(calc(100% + 8px));
	text-align: right;
	font-size: 11px;
	margin-top: 12px;
}

.ffp-description {
	font-size: 1.4rem;
	line-height: 1.875;
	letter-spacing: .05em;
}


.content-text--min {
	margin-bottom: 56px!important;
}

.content-title--min {
	line-height: 1.5;
}

.contents-nav {
	display: flex;
	flex-wrap: wrap;
	background: #000;
}

.contents-nav-item {
	position: relative;
	width: calc(100% / 6);
	aspect-ratio: 1/1;
	color: #fff;
	letter-spacing: 0.05em;
}

.contents-nav-item strong {
	font-family: var(--fontEnB);
	font-weight: 600;
	font-size: calc(100vw * 0.022);
	position: relative;
}

.contents-nav-item a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8% 8.5%;
	background: #111;
	transition: 0.3s;
}


.contents-nav-item + .contents-nav-item {
	border-left: 2px solid #222;
}

.contents-nav-item a:hover {
	background: #333;	
}

/*
.contents-nav-item a:hover img {
	filter: saturate(1) brightness(0.5);
}
*/

.contents-nav-item img {
	position: absolute;
	left: 0;
	top: 0;
	aspect-ratio: 1/1;
	filter: saturate(0.1) brightness(0.4);
	transition: filter 0.6s;
}

.contents-nav-item span {
	position: absolute;
	right: 5%;
	bottom: 5%;
	font-size: calc(100vw * 0.011);
}

.profile__inner:nth-of-type(even).left-photo {
	flex-direction: row;
}

.schedule {
	background: #333;
	padding: 3%;
	display: flex;
	gap: 4%;
	margin-top: 40px;
	margin-bottom: 40px;
	align-items: center;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: .1em;
	max-width: 906px;
	margin-inline: auto;
	line-height: 1.8;
}

.schedule-text {
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.schedule-image {
	width: 220px;
}

.schedule-info {
	flex: 1;
}


.only-image {
	text-align: center;
	margin: 0 auto 40px;
}

.only-image img {
	display: inline;
	max-width: 340px;
}


.row-item-container {
	width: min(100%, 1024px);
	margin: 0 auto;
}

.row-item {
	display: flex;
	gap: calc(100% * (60 / 880));
	padding-inline: 6%;
}

.row-item.no-padding {
	padding-inline: 0;
}

.row-item-image {
	width: clamp(240px, calc(100% * (340 / 880)), 340px);
	min-width: 340px;
}

.row-item-text {
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: .1em;
}

.row-item-text strong {
	font-weight: 700;
	font-family: var(--fontEnB);
	font-size: 1.6rem;
	margin-bottom: 12px;
	display: block;
}

.half-item {
	display: flex;
	gap: 80px;
	max-width: 1024px;
	margin: 80px auto 0;
}

.half-item.center {
	justify-content: center;
}

.half-item.center > * {
	width: 60%;
}

.profile-name-and-image {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-bottom: 24px;
}

.profile-image {
	width: 120px;
}

.half-item:not(.center) .content-title--min {
	font-size: 3rem;
	margin-bottom: 8px;
}

.half-item .profile__inner {
	padding: 0;
}


.half-item > * {
	width: 50%;
}

.common-content {
	width: min(100%, 1024px);
	margin: 0 auto 60px;
}

.small-profile {
	display: flex;
	gap: 16px; 
}

.small-profile-image {
	min-width: 88px;
}

.small-profile-text {
	font-size: 11px;
	line-height: 1.8;
}

.small-profile-name {
	font-size: 16px;
	line-height: 1;
	display: block;
	font-family: var(--fontEnB);
	font-weight: 600;
	margin-bottom: 12px;
}

.tc {
	text-align: center;
}

.flex-align-center {
	display: flex;
	align-items: center;
}

.row-item-sponsors {
	display: flex;
	gap: 32px;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
	margin-bottom: 40px;
}

.row-item-sponsor {
	display: flex;
	align-items: center;
}

.runway-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: calc(100vw * 0.03);
	margin-top: 64px;
}

.runway-item {
	border: 1px solid #ddd;
	padding-bottom: 32px;
}

.runway-item:hover .runway-item-image {
	filter: brightness(1.2);
}

.runway-item-content {
	cursor: pointer;
}

.runway-item-image {
	transition: 0.3s;
	width: 100%;
	aspect-ratio: 2/1;
	overflow: hidden;
}

.runway-item-image img {
	width: 100%;
}

.runway-item-title {
	font-size: calc(100vw * 0.014);
	margin-top: 24px;
}

/*
.runway-item-title::before {
	content: "「"
}

.runway-item-title::after {
	content: "」"
}
*/

.runway-item-artist-name {
	font-size: calc(100vw * 0.010);
	margin-top: 24px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.runway-item-artist-name::before {
	content: "ARTIST";
	padding: 4px 16px;
	background: #000;
	color: #fff;
	font-size: calc(100vw * 0.008);
	letter-spacing: 0.1em;
	font-family: var(--fontEnB);
	border-radius: 100px;
}

.runway-item-artist-name small {
	font-size: calc(100vw * 0.008);
}

.runway-item-meta {
	padding: 0 24px;
}

.runway-item-popup {
	position: fixed;
	z-index: 9999;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	display: none;
	place-items: center;
}

.runway-item-popup-closer {
	position: fixed;
	z-index: 9998;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	left: 0;
	top: 0;
}

.runway-item-popup-closer-button {
	position: fixed;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 10px;
	z-index: 10000;
	line-height: 1;
	cursor: pointer;
}

.runway-item-popup-closer-button::before,
.runway-item-popup-closer-button::after {
	content: "";
	display: block;
	background: #fff;
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	transform-origin: center;
}

.runway-item-popup-closer-button::before {
	transform: rotate(45deg);
}

.runway-item-popup-closer-button::after {
	transform: rotate(-45deg);
}

.runway-item-popup.active {
	display: grid;
}

.runway-item-popup-contents {
	width: 70%;
	display: flex;
	gap: 60px;
	align-items: center;
	z-index: 10000;
}

.runway-item-popup-meta {
	filter: invert(1);
}

.runway-item-popup-title {
	font-size: 3rem;
}

.runway-item-popup-image {
	min-width: calc(100vw * 0.32);
}

.runway-item-popup-image img {
	width: 100%;
}

.runway-item-description {
	font-size: 1.3rem;
	margin-top: 2.4rem;
	line-height: 2;
	max-height: 50vh; 
	overflow-y: scroll;
}

/*
@media screen and (max-width: 1400px) {
	.runway-items {
		grid-template-columns: repeat(2, 1fr);
	}

	.runway-item-popup-contents {
		flex-flow: column;
		width: 50%;
		gap: 32px;
		overflow-y: scroll;
		max-height: 90vh;
	}

	.runway-item-description {
		height: auto;
		overflow: visible;
		padding-bottom: 24px;
	}

	.runway-item-popup-closer-button {
		top: 10px;
		right: 5px;
	}
}
*/

.the-show-button-container {
	max-width: 500px;
	margin:  40px auto 0;
}

.the-show-button {
	width: 100%;
	padding: 24px 20px;
	display: block;
	background:  #111;
	color: #fff;
	font-family: var(--fontEnB);
	font-weight: 700;
	text-align: center;
	font-size: 2rem;
}

.video-frame {
	aspect-ratio: 3/2;
}

.video-frame iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-caption {
	font-size: 12px;
	line-height: 2.4;
	margin-top: 16px;
}

.talk-video {
	max-width: 900px;
	margin:  30px auto 0;
}

.talk-content {
	transform: scale(0.85)
}

.concept-video {
	max-width: 820px;
	margin: 0 auto;
}

@media screen and (max-width: 700px) {

	.mainimage {
		min-height: 280px;
	}

	.mainimage img {
		width: 50%;
	}

	.news {
		padding: 52px 0;
	}

	.news-wrapper {
		flex-flow: column;
		gap: 4.4rem;
	}

	.news-wrapper h2 {
		font-size: 2.4rem;
	}

	.news-items {
		max-width: 100%;
		padding: 0 2.4rem;
		margin-bottom: 2rem;
	}

	.news-item {
		flex-flow: column;
		gap: 8px;
		justify-content: flex-start;
		align-items: flex-start;
		text-align: left;
		font-size: 1.2rem;
	}

	.news-item + .news-item {
		padding-top: 2.4rem;
	}

	.tcs-logo {
		width: 240px;
	}

	.concept-text p {
		font-size: 12px;
		margin-top: 24px;
		line-height: 2.4;
	}

	.concept-text br {
		display: none;
	}

	.concept-text h3 {
		line-height: 1.5;
		font-size: 5rem;
	}

	.ffp {
		flex-flow: column;
		font-size: 12px;
		gap: 24px;
		margin-top: 2.4rem;
		justify-content: center;
		align-items: center;
	}

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

	.ffp p br {
		display: none;
	}

	.ffp img {
		width: 100px;
	}

	.profile__image {
		display: grid;
		place-items: center;
	}

	.profile__image.bg-white {
		background: #fff;
	}

	.f__emb__item {
		height: auto;
		white-space: normal;
	}


	.tcs-title {
		display: block;
		margin-bottom: 24px;
	}

	.tcs-image {
		margin:  0 auto;
	}

	.tcs-second-logo {
		width: 20px;
	}

	.tcs-block {
		padding-inline: 16px;

	}

	.tcs-description {
		margin-top: 40px;
		font-size: 12px;
	}

	.tcs-description br {
		display: none;
	}

	.tcs-block .content-block__label,
	.tcs-block .content-block__text {
		font-size: 12px;
	}

	.tcs-block .content-block__box {
		width: 100%;
	}

	.main-visual-text {
		font-size: 20px;
	}

	.contents-nav-item {
		width: 50%;
	}

	.contents-nav-item strong {
		font-size: calc(100vw * 0.055);
	}

	.contents-nav-item span {
		font-size: calc(100vw * 0.032);
	}

	.contents-nav-item a img {
		filter: saturate(1) brightness(0.5);
	}

	.schedule {
		flex-flow: column;
		padding: 5%;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.schedule-image {
		width: 100%;
	}

	.schedule-text {
		display: block;
		margin-top: 2rem;
		font-size: 1.2rem;
		
	}

	.schedule-note {
		font-size: 1.2rem;
		
	}

	.row-item {
		flex-flow: column;
		gap: 24px;
		padding-inline: 0;
	}

	.only-image {
		margin-bottom: 24px;
	}

	.only-image img {
		width: 100%;
	}

	.row-item-image {
		width: clamp(240px, calc(100% * (340 / 880)), 340px);
		min-width: 100%;
	}

	.row-item-text {
		font-size: 1.2rem;
	}

	.half-item {
		flex-flow: column;
		gap: 60px;
	}


	.half-item.center > *,
	.half-item > * {
		width: 100%;
	}

	.work-image {
		margin-bottom: 24px;
	}

	.work-image:has(.work-image-caption) {
		margin-bottom: 32px;
	}

	.half-item:not(.center) .content-title--min {
		font-size: 2rem;
	}

	.contents-nav-item {
		box-sizing: border-box;
	}

	.contents-nav-item + .contents-nav-item {
		border: 0;
	}

	.contents-nav-item:nth-child(3) ,
	.contents-nav-item:nth-child(4) {
		border-top: 2px solid #222;

	}

	.contents-nav-item:nth-child(1) ,
	.contents-nav-item:nth-child(3) {
		border-left: 0;
		border-right: 2px solid #222;
	}

	.contents-nav-item:nth-child(4) {
		border-bottom: 2px solid #222;
	}

	.contents-nav-item:nth-child(5) {
		border-top: 2px solid #222;
		border-right: 2px solid #222;
	}

	.content-text--min {
		margin-bottom: 32px!important;
	}

	.text-link {
		display: block;
	}

	.flex-align-center {
		justify-content: center;
	}

	.row-item-sponsors {
		gap: 24px;
		flex-flow: column;
		align-items: flex-start;
		margin-top: 24px;
	}

	.runway-items {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.runway-item-popup-contents {
		width: 90%;
		flex-flow: column;
    gap: 32px;
	}

	.runway-item-popup-title {
		font-size: 1.6rem;
	}

	.runway-item-title {
		font-size: 1.6rem;
	}

	.runway-item-artist-name {
		font-size: 1.2rem;
		margin-top: 1.6rem;
	}

	.runway-item-artist-ruby {
		font-size: 1.1rem;
	}

	.runway-item-meta {
		padding:  0 16px;
	}

	.runway-item-artist-name::before {
		font-size: 1rem;
		padding: 4px 12px;
	}

	.runway-item-description {
		font-size: 1.2rem;
	}

	.the-show-button {
		font-size: 1.6rem;
	}

	.talk-content {
		transform: scale(1)
	}
}


