@charset "utf-8";

.subpage .local-kv {
	width: calc(100% - 40px);
	max-width: 1280px;
	background-color: #000;
	border-radius: 15px;
}

.local-kv__ttl-outer {
	height: auto;
}

@media screen and (min-width: 1280px) {
	.local-kv {
		width: calc(100% - 160px);
		margin-bottom: 120px;
	}
	
	.part-header {
		margin-bottom: 60px;
	}
}

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

.mainvideo {
	opacity: 0;
}

.mainvideo img {
	display: block;
	width: 100%;
	
	position: relative;
	z-index: 1;
	pointer-events: none;
	opacity: 0;
}

.video_playing .mainvideo img {
	opacity: 0;
}

.mainvideo iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.playerAPIready .mainvideo {
	opacity: 1;
	transition: opacity 0.7s ease-out 0.5s;
}

.-hide-mainvideo .mainvideo iframe {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 166px;
	height: 93px;
	overflow: hidden;
	border-radius: 10px;
	z-index: 10;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}

@media screen and (min-width: 768px) {
	.-hide-mainvideo .mainvideo iframe {
		width: 25vw;
		height: calc(25vw / 16 * 9);
	}
}

@media screen and (min-width: 1280px) {
	.-hide-mainvideo .mainvideo iframe {
		right: auto;
		top: 15px;
		bottom: auto;
		left: 15px;
		width: 256px;
		height: 144px;
	}
}

.local-kv__ttl-outer {
	opacity: 1;
	transition: 0.5s ease;
}

.video_playing .local-kv__ttl-outer {
	opacity: 0;
	pointer-events: none;
}


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

.transcription {
	position: relative;
}

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

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


.transcription__body {
	margin-left: auto;
	margin-right: auto;
	counter-reset: count;
}

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

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


.transcription__section {
	margin-bottom: 40px;
}


@media screen and (min-width: 768px) {
	.transcription__section {
		margin-bottom: 60px;
	}
}

@media screen and (min-width: 1280px) {
	.transcription__section {
		margin-bottom: 80px;
	}
}

.transcription__ttl {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	padding: 90px 0 60px;
	letter-spacing: 0.15em;
	line-height: 1.8;
	font-size: 1.7rem;
	color: #000;
	text-align: center;
}

.transcription__ttl::before,
.transcription__ttl::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	width: 100%;
	height: 6px;
	opacity: 0.75;
	margin: auto;
}

.transcription__ttl::before {
	top: 0;
	font-size: 1.2rem;
	background-image: var(--svg-v-line-bk);
}

.transcription__ttl::after {
	bottom: 0;
	height: 2px;
	width: 80px;
	background-image: var(--svg-v-line_2-bk);
}

.transcription__ttl:first-of-type::before {
	display: none;
}

@media screen and (min-width: 768px) {
	.transcription__ttl {
		font-size: 2.4rem;
		margin-bottom: 90px;
		padding-top: 120px;
	}
}

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

.transcription__txt {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	color: rgba(0,0,0,0.65);
	font-feature-settings: normal;
	font-size: 1.2rem;
}

.transcription__txt > * {
	margin-bottom: 2em;
}

.transcription__txt > *:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.transcription__txt {
		width: calc(100% - 80px);
		text-align: justify;
		font-size: 1.3rem;
	}
}

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


.listener {
	position: relative;
	margin-bottom: 1.5em;
	padding-bottom: 15px;
	color: #111;
}

.listener::before {
	position: absolute;
	bottom: 0;
	content: "";
	display: inline-block;
	width: 2em;
	height: 1px;
	vertical-align: super;
	background-color: currentColor;
}


@media screen and (min-width: 768px) {
	.listener {
		padding-bottom: 0;
	}
	
	.listener::before {
		position: relative;
		margin-right: 5px;
	}
}

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


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

.qa {
	position: relative;
	max-width: 6000px;
	margin-left: auto;
	margin-right: auto;
}

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

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


.qa__body {
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

.qa__ttl {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 15px;
	font-size: 2.0rem;
	color: #000;
	text-align: center;
}

.qalist {
	width: 100%;
	transition: color 0.2s ease;
	font-size: 1.4rem;
}

.qalist__item {
	display: inline;
}

.qalist__item dt {
	display: inline;
	margin: 0;
	color: #999;
	transition: color 0.2s ease;
}

.sa .qalist__item dt {
	color: var(--ob-color--a);
}
.sb .qalist__item dt {
	color: var(--ob-color--b);
}
.sc .qalist__item dt {
	color: var(--ob-color--c);
}

.qalist__item dt::before {
	content: "Q.";
}

.qalist__item dd {
	display: inline;
	margin: 0;
	transition: color 0.2s ease;
}
.qalist__item dd::before {
	content: "A.";
}

.qalist__item dd::after {
	content: "／";
	opacity: 0.5;
}

.qalist__item:last-child dd::after {
	content: "";
}

@media screen and (min-width: 768px) {
	.qa__body {
		width: calc(100%);
	}
	
	.qalist {
		font-size: 2.0rem;
	}
}

@media screen and (min-width: 1280px) {
	
	.qalist:hover {
		color: #ccc;
	}
	
	.qalist:hover dt {
		color: #ccc;
	}
	
	.qalist:hover dd {
		color: #ccc;
	}
	
	.qalist__item:hover dt {
		
	}
	
	.sa .qalist__item:hover dt {
		color: var(--ob-color--a);
	}
	.sb .qalist__item:hover dt {
		color: var(--ob-color--b);
	}
	.sc .qalist__item:hover dt {
		color: var(--ob-color--c);
	}
	
	.qalist__item:hover dd {
		color: #000;
	}
}

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

.profile {
	margin-left: auto;
	margin-right: auto;
	
	box-sizing: border-box;
	padding: 40px 0;
}

.profile::before {
	top: 0;
	bottom: auto;
}

.profile__body {
	text-align: center;
}

.profile__img {
	position: relative;
}

.profile__img::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 6px;
	background-image: var(--svg-v-line-bk);
	opacity: 0.75;
}

.profile__img img {
	position: relative;
	display: block;
	width: 20%;
	max-width: 120px;
	border-radius: 50%;
	margin: 0 auto 20px;
	z-index: 1;
}

.profile__txt {
	
}

.profile__title {
	margin: 0 auto 5px;
	font-size: 1.0rem;
}

.profile__name {
	margin: 0;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	line-height: 1.5;
}

.profile__name rt {
	ruby-align: center;
	font-size: 0.9rem;
}


@media screen and (min-width: 768px) {
	.profile {
		padding: 0;
	}
	
	.profile__title {
		font-size: 1.2rem;
	}
	
	.profile__name {
		font-size: 2.0rem;
	}
	
}

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



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


.peopleIndex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.peopleIndex::before,
.peopleIndex::after {
	content: "";
	display: block;
	width: calc(50% - 15px);
	height: 1px;
	order: 2;
	margin: 0;
}

.peopleIndex__item {
	margin: 0 0 40px;
	width: 100%;
}

.peopleIndex__ttl {
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	margin: 0 auto 20px;
	width: 100%;
	font-size: 110%;
}

.peopleIndex__ttl-img {
	display: block;
	width: 100%;
	transform: scale(1);
	transform-origin: center;
	transition: transform 0.9s cubic-bezier(.19,1,.22,1);
}

a:hover .peopleIndex__ttl-img {
	transform: scale(1.1);
}

.peopleIndex__ttl-inner {
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0;
	padding: 15px 18px 0 0;
	border-radius: 0 8px 0 0;
	background-color: #fff;
	z-index: 1;
}

.peopleIndex__ttl-inner:before,
.peopleIndex__ttl-inner:after {
	position: absolute;
	display: block;
	top: 0;
	width: 18px;
	height: 18px;
	content: "";
	background-image: var(--svg-round-out-corners-LB-wt);
	background-size: cover;
}

.peopleIndex__ttl-inner:before {
	left: 0;
	top: -18px;
	bottom: auto;
}

.peopleIndex__ttl-inner:after {
	right: -18px;
	top: auto;
	bottom: 0px;
}

.peopleIndex__subttl-label {
	display: block;
	font-size: 1.0rem;
}

.peopleIndex__name-label {
	display: block;
	font-size: 1.4rem;
}

.peopleIndex__ttl i {
	margin-right: 10px;
}


@media print, screen and (min-width: 768px) {
	
	.peopleIndex::before,
	.peopleIndex::after {
		width: calc(50% - 30px);
	}
	
	.peopleIndex__item {
		width: calc(50% - 30px);
		max-width: none;
		max-width: initial;
		margin-left: 0;
		margin-right: 0;
	}
	
	.peopleIndex__ttl {
		width: 100%;
		max-width: 100%;
	}
	
	.peopleIndex__ttl-inner {
		left: 0;
	}
	
	.peopleIndex__ttl-inner::before {
		left: 0;
	}
	
	.peopleIndex__subttl-label {
		font-size: 1.2rem;
	}
	
	.peopleIndex__name-label {
		font-size: 2.0rem;
	}
}


@media screen and (min-width: 1280px) {
	
	.peopleIndex::before,
	.peopleIndex::after,
	.peopleIndex__item {
		width: calc(33.333% - 50px);
		/*width: calc(25% - 30px);*/
	}
	
	.peopleIndex__ttl-inner {
		padding: 28px 18px 0 0;
		display: flex;
		flex-direction: row-reverse;
	}
	
	.peopleIndex__subttl-label {
		writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	
	.peopleIndex__name-label {
		writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}
