@charset "utf-8";

.kv {}

.kv img {
	display: block;
	width: 100%;
	height: auto;
	pointer-events: none;
	image-rendering: -webkit-optimize-contrast;
}

.top__incont {
	padding: 70px 0 0;
}

.top__incont--title {
	text-align: center;
	color: var(--main-black-color);
	padding-bottom: 40px;
}

.top__incont--title .en {
	font-size: 70px;
	line-height: 1;
	display: block;
	text-align: center;
	margin-bottom: 12px;
}

.top__incont--title .ja {
	line-height: 1;
	display: block;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.top__incont {
		padding-top: 8.125vw;
	}

	.top__incont--title {
		padding-bottom: 8.125vw;
		width: 80%;
		margin: 0 auto;
	}

	.top__incont--title .en {
		font-size: 4.4rem;
		margin-bottom: 3.75vw;
	}

	.top__incont--title .ja {
		line-height: 1.2;
		font-size: 1.4rem;
	}
}

.info {
	background: var(--bg-gray-color);
	padding-bottom: 70px;
}

.info__lists {
	width: var(--content-width);
	margin: 0 auto 40px;
}

.info__lists li {
	margin-bottom: 10px;
}

.info__lists li a {
	display: flex;
	padding: 10px 36px 10px 10px;
	background: #FFF;
	text-decoration: none;
	position: relative;
}

.info__lists li a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	content: "";
	display: block;
	width: 6px;
	height: 10px;
	background: url(../img/common/arrow_r-gy.svg) no-repeat center center / contain;
	margin-top: -5px;
	transition: transform .2s ease;
}

.info__lists li a:hover:before {
	transform: translateX(6px);
}

.info__list--img {
	max-width: 50px;
	flex: 1;
	margin-right: 10px;
}

.info__list--img img {
	display: block;
	max-width: 50px;
}

.info__list--texts {
	font-weight: 700;
}

.info__list--texts time {
	padding-top: 5px;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 8px;
}

.info-new {
	margin-left: 10px;
	display: inline-block;
	padding: 0 13px;
	background: #175dc3;
	color: #FFF;
	line-height: 1.41;
	font-size: 12px;
	vertical-align: baseline;
}

.info__list--texts {
	font-size: 14px;
	line-height: 1.75;
}

@media screen and (max-width: 768px) {
	.info {
		padding-bottom: 8.125vw;
	}

	.info__lists {
		width: var(--content-width);
		margin: 0 auto 6vw;
	}

	.info__lists li {
		margin-bottom: 3.125vw;
	}

	.info__lists li a {
		display: flex;
		padding: 3.125vw 4.8vw 3.125vw 4.125vw;
		background: #FFF;
		text-decoration: none;
		position: relative;
	}

	.info__lists li a:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 3vw;
		content: "";
		display: block;
		width: 1.875vw;
		height: 3.125vw;
		margin-top: -1.5677vw;
	}

	.info__list--img {
		max-width: 12.5vw;
		margin-right: 3.125vw;
	}

	.info__list--img img {
		max-width: 12.5vw;
	}

	.info__list--texts time {
		padding-top: 0px;
		font-size: 1.2rem;
		margin-bottom: 1.5vw;
	}

	.info-new {
		margin-left: 2vw;
		padding: 0 2vw;
		font-size: 1.15rem;
	}

	.info__list--texts {
		font-size: 1.2rem;
		line-height: 1.75;
	}
}

.outline {}

.outline__inner {
	background: #f2f4f7;
	padding-top: 50px;
	padding-bottom: 70px;
}

.outline__contents {
	width: var(--content-width);
	margin: 0 auto;
	padding-bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.outline__content {
	width: 534px;
}

.outline__content>div {
	display: flex;
	width: 100%;
	margin-bottom: 24px;
}

.outline__content>div>dt {
	width: 135px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
}

.outline__content dd {
	flex: 1;
	font-size: 12px;
	line-height: 1.8;
	word-break: break-all;
}

.outline__theaterLists div {
	display: flex;
	margin-bottom: 20px;
}

.outline__theaterLists dt {
	width: 70px;
}

.outline .general__btn {
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.outline__inner {
		padding-top: 13vw;
		padding-bottom: 15vw;
	}

	.outline__contents {
		flex-wrap: wrap;
	}

	.outline__content {
		width: 100%;
	}

	.outline__content>div {
		margin-bottom: 6.4vw;
	}

	.outline__content>div>dt {
		width: 25%;
		font-size: 1.4rem;
		margin-right: 5%;
	}

	.outline__content dd {
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.outline__theaterLists div {
		display: flex;
		margin-bottom: 5.3vw;
	}

	.outline__theaterLists dt {
		width: 20vw;
	}

	.outline .general__btn {
		margin-bottom: 4vw;
		color: #005fb0
	}
}
.tcast__inner {
	background: rgb(0, 95, 176);
	background: -moz-linear-gradient(left, rgba(0, 95, 176, 1) 0%, rgba(0, 95, 176, 1) 50%, rgba(136,191,7) 50%, rgba(136,191,7) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 95, 176, 1) 0%, rgba(0, 95, 176, 1) 50%, rgba(136,191,7) 50%, rgba(136,191,7) 100%);
	background: linear-gradient(to right, rgba(0, 95, 176, 1) 0%, rgba(0, 95, 176, 1) 50%, rgba(136,191,7) 50%, rgba(136,191,7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005fb0', endColorstr='#88bf07', GradientType=1);
}

.tcast__inner.sec2 {
	/* background: rgb(104, 104, 104);
	background: -moz-linear-gradient(left, rgba(104, 104, 104, 1) 0%, rgba(104, 104, 104, 1) 50%, rgba(206, 3, 1, 1) 50%, rgba(206, 3, 1, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(104, 104, 104, 1) 0%, rgba(104, 104, 104, 1) 50%, rgba(206, 3, 1, 1) 50%, rgba(206, 3, 1, 1) 100%);
	background: linear-gradient(to right, rgba(104, 104, 104, 1) 0%, rgba(104, 104, 104, 1) 50%, rgba(206, 3, 1, 1) 50%, rgba(206, 3, 1, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#686868', endColorstr='#ce0301', GradientType=1); */
}

/* .tcast__inner.sec3 {
	background: rgb(238, 175, 25);
	background: -moz-linear-gradient(left, rgba(238, 175, 25, 1) 0%, rgba(238, 175, 25, 1) 50%, rgba(242, 244, 247, 1) 50%, rgba(242, 244, 247, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(238, 175, 25, 1) 0%, rgba(238, 175, 25, 1) 50%, rgba(242, 244, 247, 1) 50%, rgba(242, 244, 247, 1) 100%);
	background: linear-gradient(to right, rgba(238, 175, 25, 1) 0%, rgba(238, 175, 25, 1) 50%, rgba(242, 244, 247, 1) 50%, rgba(242, 244, 247, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEAF19', endColorstr='#f2f4f7', GradientType=1);
} */
.tcast__inner.w100_rokkaku {
	background: #ce0301;
}

.tcast__inner.w100_fudomine {
	background: #686868;
}

.tcast__inner.w100_rikkai {
	background: #EEAF19;
}

.tcast__inner.w100_yamabuki {
	background: #1B863E;
}

.tcast__inner.w100_hyotei {
	background: #109fd4;
}
.tcast__inner.w100_shitenhoji {
	background: #88bf07;
}
.tcast__inner.w100_higa {
	background: #552896;
}

.tcast__threeschools {
	width: var(--content-width);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.tcast__seigaku {
	width: calc(100% / 2);
	color: #FFF;
	background: #005FB0;
	position: relative;
	z-index: 5;
	padding: 40px 20px 0;
}

.tcast__seigaku--title {
	position: relative;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}

.tcast__seigaku--title:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: #FFF;
	top: 50%;
	transform: translateY(-50%);
}

.tcast__seigaku--title h3 {
	font-size: 20px;
	padding: 0 20px;
	background: #005FB0;
	position: relative;
	z-index: 3;
	font-weight: 700;
	display: flex;
	line-height: 20px;
}

.tcast__seigaku--title h3 .en {
	padding-left: 20px;
	font-size: 13px;
	display: inline-block;
	vertical-align: bottom;
}

.tcast__threeschools--lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.tcast__threeschools--lists div {
	flex-basis: 33%;
	max-width: 33%;
	margin-bottom: 32px;
	text-align: center;
}

.tcast__threeschools--lists dt,
.tcast__miyuki--lists dt {
	width: 100%;
	font-size: 12px;
	text-align: center;
	margin-bottom: 8px;
	line-height: 1;
}

.tcast__threeschools--lists dd {
	width: 100%;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	line-height: 1;
}

.tcast__hyotei {
	flex-direction: column;
	width: calc(100% / 2);
	color: #FFF;
	background: #109fd4;
	position: relative;
	z-index: 5;
	padding: 40px 20px 0;
}

.tcast__hyotei--title {
	position: relative;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}

.tcast__hyotei--title:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: #FFF;
	top: 50%;
	transform: translateY(-50%);
}

.tcast__hyotei--title h3 {
	font-size: 20px;
	padding: 0 20px;
	background: #109fd4;
	position: relative;
	z-index: 3;
	font-weight: 700;
	display: flex;
	line-height: 20px;
}

.tcast__hyotei--title h3 .en {
	padding-left: 20px;
	font-size: 13px;
	display: inline-block;
	vertical-align: bottom;
}

.tcast__hyotei .tcast__threeschools--lists {
	justify-content: center;
}

.tcast__shitenhoji {
	flex-direction: column;
	width: calc(100% / 2);
	color: #FFF;
	background: #88bf07;
	position: relative;
	z-index: 5;
	padding: 40px 20px 0;
}

.tcast__shitenhoji--title {
	position: relative;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}

.tcast__shitenhoji--title:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: #FFF;
	top: 50%;
	transform: translateY(-50%);
}

.tcast__shitenhoji--title h3 {
	font-size: 20px;
	padding: 0 20px;
	background: #88bf07;
	position: relative;
	z-index: 3;
	font-weight: 700;
	display: flex;
	line-height: 20px;
}

.tcast__shitenhoji--title h3 .en {
	padding-left: 20px;
	font-size: 13px;
	display: inline-block;
	vertical-align: bottom;
}

.tcast__shitenhoji .tcast__threeschools--lists {
	justify-content: center;
}

.tcast__rikkai {
	width: 75%;
	display: flex;
	flex-direction: column;
	width: 100%;
	color: #FFF;
	background: #EEAF19;
	position: relative;
	z-index: 5;
	padding: 40px 20px 0;
}

.tcast__rikkai--title {
	width: 474px;
	position: relative;
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
}

.tcast__rikkai--title:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: #FFF;
	top: 50%;
	transform: translateY(-50%);
}

.tcast__rikkai--title h3 {
	font-size: 20px;
	padding: 0 20px;
	background: #EEAF19;
	position: relative;
	z-index: 3;
	font-weight: 700;
	display: flex;
	line-height: 20px;
}

.tcast__rikkai--title h3 .en {
	padding-left: 20px;
	font-size: 13px;
	display: inline-block;
	vertical-align: bottom;
}

.tcast__rikkai .tcast__notice {
	margin-top: auto;
}

.tcast__rikkai .tcast__threeschools--lists {
	justify-content: center;
}

.tcast__higa {
	width: 75%;
	display: flex;
	flex-direction: column;
	width: 100%;
	color: #FFF;
	background: #552896;
	position: relative;
	z-index: 5;
	padding: 40px 20px 0;
}

.tcast__higa--title {
	width: 474px;
	position: relative;
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
}

.tcast__higa--title:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: #FFF;
	top: 50%;
	transform: translateY(-50%);
}

.tcast__higa--title h3 {
	font-size: 20px;
	padding: 0 20px;
	background: #552896;
	position: relative;
	z-index: 3;
	font-weight: 700;
	display: flex;
	line-height: 20px;
}

.tcast__higa--title h3 .en {
	padding-left: 20px;
	font-size: 13px;
	display: inline-block;
	vertical-align: bottom;
}

.tcast__higa .tcast__notice {
	margin-top: auto;
}
.tcast__higa .tcast__threeschools--lists {
	justify-content: center;
}
.tcast__rokkaku {
	width: 75%;
	display: flex;
	flex-direction: column;
	width: 100%;
	color: #FFF;
	background: #ce0301;
	position: relative;
	z-index: 5;
	padding: 40px 20px 0;
}

.tcast__rokkaku--title {
	width: 474px;
	position: relative;
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
}

.tcast__rokkaku--title:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: #FFF;
	top: 50%;
	transform: translateY(-50%);
}

.tcast__rokkaku--title h3 {
	font-size: 20px;
	padding: 0 20px;
	background: #ce0301;
	position: relative;
	z-index: 3;
	font-weight: 700;
	display: flex;
	line-height: 20px;
}

.tcast__rokkaku--title h3 .en {
	padding-left: 20px;
	font-size: 13px;
	display: inline-block;
	vertical-align: bottom;
}

.tcast__rokkaku .tcast__notice {
	margin-top: auto;
}

.tcast__rokkaku .tcast__threeschools--lists {
	justify-content: center;
}

.tcast__midoriyama {
	width: 100%;
	color: #FFF;
	background: #0f5340;
	position: relative;
	z-index: 5;
	padding: 40px 20px 0;
}

.tcast__midoriyama .tcast__threeschools--lists {
	width: 474px;
	margin: 0 auto;
	justify-content: center;
}

.tcast__midoriyama--title {
	width: 474px;
	position: relative;
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
}

.tcast__midoriyama--title:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: #FFF;
	top: 50%;
	transform: translateY(-50%);
}

.tcast__midoriyama--title h3 {
	font-size: 20px;
	padding: 0 20px;
	background: #0f5340;
	position: relative;
	z-index: 3;
	font-weight: 700;
	display: flex;
	line-height: 20px;
}

.tcast__midoriyama--title h3 .en {
	padding-left: 20px;
	font-size: 13px;
	display: inline-block;
	vertical-align: bottom;
}

.tcast__rudolph {
	color: #FFF;
	background: #66543D;
	position: relative;
	z-index: 5;
	padding: 40px 20px 0;
}

.tcast__rudolph .tcast__threeschools--lists {
	width: 474px;
	margin: 0 auto;
	justify-content: center;
}

.tcast__rudolph--title {
	width: 474px;
	position: relative;
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
}

.tcast__rudolph--title:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: #FFF;
	top: 50%;
	transform: translateY(-50%);
}

.tcast__rudolph--title h3 {
	font-size: 20px;
	padding: 0 20px;
	background: #66543D;
	position: relative;
	z-index: 3;
	font-weight: 700;
	display: flex;
	line-height: 20px;
}

.tcast__rudolph--title h3 .en {
	padding-left: 20px;
	font-size: 13px;
	display: inline-block;
	vertical-align: bottom;
}

.tcast__yamabuki {
	width: 100%;
	color: #FFF;
	background: #1B863E;
	position: relative;
	z-index: 5;
	padding: 40px 20px 0;
}

.tcast__yamabuki .tcast__threeschools--lists {
	/* width: 474px; */
	margin: 0 auto;
	justify-content: center;
}

.tcast__yamabuki--title {
	width: 474px;
	position: relative;
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
}

.tcast__yamabuki--title:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: #FFF;
	top: 50%;
	transform: translateY(-50%);
}

.tcast__yamabuki--title h3 {
	font-size: 20px;
	padding: 0 20px;
	background: #1B863E;
	position: relative;
	z-index: 3;
	font-weight: 700;
	display: flex;
	line-height: 20px;
}

.tcast__yamabuki--title h3 .en {
	padding-left: 20px;
	font-size: 13px;
	display: inline-block;
	vertical-align: bottom;
}

.tcast__fudomine {
	width: 100%;
	padding-top: 40px;
	color: #FFF;
	background: #686868;
}

.tcast__fudomine--title {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0 auto 40px;
	width: 474px;
}

.tcast__fudomine--title:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: #FFF;
	top: 50%;
	transform: translateY(-50%);
}

.tcast__fudomine--title h3 {
	font-size: 20px;
	padding: 0 20px;
	background: #686868;
	position: relative;
	z-index: 3;
	font-weight: 700;
	display: flex;
	line-height: 20px;
	margin: 0 auto;
}

.tcast__fudomine--title h3 .en {
	padding-left: 20px;
	font-size: 13px;
	display: inline-block;
	vertical-align: bottom;
}

.tcast__fudomine--lists {
	width: 474px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.tcast__fudomine--lists div {
	flex-basis: 33%;
	max-width: 33%;
	margin-bottom: 32px;
	text-align: center;
}

.tcast__fudomine--lists dt {
	width: 100%;
	font-size: 12px;
	text-align: center;
	margin-bottom: 8px;
	line-height: 1;
}

.tcast__fudomine--lists dd {
	width: 100%;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	line-height: 1;
}

.tcast__fudomine .tcast__threeschools--lists {
	justify-content: center;
}

.tcast__otonagumi {
	padding-top: 40px;
	color: #FFF;
	background: #7c819b;
}

.tcast__otonagumi--lists {
	width: 474px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.tcast__otonagumi--lists div {
	flex-basis: 100%;
	max-width: 100%;
	margin-bottom: 32px;
	text-align: center;
}

.tcast__otonagumi--lists dt {
	width: 100%;
	font-size: 12px;
	text-align: center;
	margin-bottom: 8px;
	line-height: 1;
}

.tcast__otonagumi--lists dd {
	width: 100%;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	line-height: 1;
}

.tcast__tennimuboys {
	padding: 40px 0;
	color: var(--main-black-color);
	background: #f2f4f7;

}

.tcast__tennimuboys--title {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0 auto 40px;
	width: 474px;
}

.tcast__tennimuboys--title:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: var(--main-black-color);
	top: 50%;
	transform: translateY(-50%);
}

.tcast__tennimuboys--title h3 {
	font-size: 20px;
	padding: 0 20px;
	background: #f2f4f7;
	position: relative;
	z-index: 3;
	font-weight: 700;
	display: flex;
	line-height: 20px;
	margin: 0 auto;
}

.tcast__tennimuboys--title h3 .en {
	padding-left: 20px;
	font-size: 13px;
	display: inline-block;
	vertical-align: bottom;
}

.tcast__tennimuboys--lists {
	width: 474px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.tcast__tennimuboys--lists div {
	flex-basis: 25%;
	max-width: 25%;
	margin-bottom: 32px;
	text-align: center;
}

.tcast__tennimuboys--lists dt {
	width: 100%;
	font-size: 12px;
	text-align: center;
	margin-bottom: 8px;
	line-height: 1;
}

.tcast__tennimuboys--lists dd,
.tcast__miyuki--lists dd {
	width: 100%;
	font-size: 15px;
	text-align: center;
	font-weight: 700;
	line-height: 1;
}

.tcast__tennimuboys--lists .ttl-name-s {
	font-size: 14.4px;
}

.tcast__tennimuboys .white__btn {
	margin-top: 20px;
}

.tcast__tennimuboys_text {
	width: 100%;
	font-size: 15px;
	text-align: center;
	font-weight: 700;
	line-height: 1;
}

.tcast__notice {
	padding: 24px 0;
	font-size: 12px;
	line-height: 1.6;
	text-indent: -1em;
	padding-left: 1em;
}

.tcast__notice a {
	color: #FFF;
}

@media screen and (min-width: 769px) {


	.tcast__yamabuki,
	.tcast__rokkaku,
	.tcast__rikkai,
	.tcast__higa {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}

	.tcast__midoriyama .tcast__threeschools--lists div,

	.tcast__rokkaku .tcast__threeschools--lists div,
	.tcast__rikkai .tcast__threeschools--lists div,
	.tcast__higa .tcast__threeschools--lists div,
	.tcast__yamabuki .tcast__threeschools--lists div,
	.tcast__fudomine .tcast__threeschools--lists div,
	.tcast__tennimuboys .tcast__threeschools--lists div {
		flex-basis: 25%;
		max-width: 25%;
	}

	.tcast__notice {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {

	.tcast__inner,
	.tcast__inner.w100_rokkaku,
	.tcast__inner.w100_rikkai,
	.tcast__inner.w100_higa,
	.tcast__inner.w100_fudomine,
	.tcast__inner.w100_yamabuki,
	.tcast__inner.w100_hyotei,
	.tcast__inner.w100_shitenhoji,
	.tcast__inner.sec3 .tcast__inner .miyuki {
		background: transparent;
	}

	.tcast__threeschools,
	.tcast__fudomine--lists,
	.tcast__otonagumi--lists,
	.tcast__tennimuboys--lists,
	.tcast__miyuki--lists {
		width: 100%;
	}

	.tcast__seigaku,
	.tcast__higa,
	.tcast__hyotei,
	.tcast__shitenhoji,
	.tcast__rudolph,
	.tcast__yamabuki,
	.tcast__fudomine,
	.tcast__otonagumi,
	.tcast__rokkaku,
	.tcast__midoriyama,
	.tcast__rikkai{
		width: 100%;
		padding: 12vw 5vw 3vw;
	}

	.tcast__tennimuboys {
		width: 100%;
		padding: 12vw 5vw 12vw;
	}

	.tcast__seigaku--title,
	.tcast__higa--title,
	.tcast__rudolph--title,
	.tcast__hyotei--title,
	.tcast__shitenhoji--title,
	.tcast__yamabuki--title,
	.tcast__fudomine--title,
	.tcast__tennimuboys--title,
	.tcast__rokkaku--title,
	.tcast__rikkai--title,
	.tcast__midoriyama--title {
		margin-bottom: 10vw;
		width: 100%;
	}

	.tcast__seigaku--title h3,
	.tcast__higa--title h3,
	.tcast__hyotei--title h3,
	.tcast__yamabuki--title h3,
	.tcast__shitenhoji--title h3,
	.tcast__fudomine--title h3,
	.tcast__rokkaku--title h3,
	.tcast__rikkai--title h3,
	.tcast__midoriyama--title h3 {
		font-size: 2.4rem;
		padding: 0 7vw;
		line-height: 2.2rem;
	}

	.tcast__rudolph--title h3 {
		font-size: 2.0rem;
		padding: 0 7vw;
		line-height: 2.2rem;
	}

	.tcast__tennimuboys--title h3 {
		display: block;
		font-size: 2.4rem;
		padding: 0 7vw;
		line-height: 2.2rem;
		flex-wrap: wrap;
		justify-content: center;

	}

	.tcast__seigaku--title h3 .en,
	.tcast__higa--title h3 .en,
	.tcast__rikkai--title h3 .en,
	.tcast__hyotei--title h3 .en,
	.tcast__shitenhoji--title h3 .en,
	.tcast__rudolph--title h3 .en,
	.tcast__yamabuki--title h3 .en,
	.tcast__fudomine--title h3 .en {
		padding-left: 6vw;
		font-size: 1.5rem;
	}

	.tcast__tennimuboys--title h3 .en {
		padding-left: 0;
		font-size: 1.5rem;
		display: block;
		vertical-align: bottom;
		text-align: center;
		padding-top: 1.5vw;
	}

	.tcast__threeschools--lists div,
	.tcast__otonagumi--lists div {
		margin-bottom: 8vw;
	}

	.tcast__fudomine--lists div {
		flex-basis: 50%;
		max-width: 50%;
		margin-bottom: 8vw;
	}

	.tcast__tennimuboys--lists div {
		margin-bottom: 8vw;
	}

	.tcast__threeschools--lists dt,
	.tcast__fudomine--lists dt,
	.tcast__otonagumi--lists dt,
	.tcast__tennimuboys--lists dt {
		width: 100%;
		font-size: 1.4rem;
		margin-bottom: 3vw;
		line-height: 1;
	}

	.tcast__tennimuboys--lists dd {
		font-size: 1.6rem;
		text-align: center;
		font-weight: 700;
		line-height: 1;
	}

	.tcast__tennimuboys--lists .ttl-name-s {
		font-size: 1.5rem;
	}

	.tcast__threeschools--lists dd,
	.tcast__fudomine--lists dd,
	.tcast__otonagumi--lists dd {
		font-size: 2rem;
	}

	.tcast__threeschools--lists div {
		flex-basis: 50%;
		max-width: 50%;
	}

	.tcast__tennimuboys--lists div {
		flex-basis: 50%;
		max-width: 50%;
	}

	.tcast__tennimuboys--lists {
		/* justify-content: flex-start; */
		justify-content: center;
	}

	.tcast__hyotei {
		width: 100%;
	}
	.tcast__shitenhoji{
		width: 100%;
	}

	.tcast__rudolph .tcast__threeschools--lists {
		width: 100%;
	}

	.tcast__yamabuki .tcast__threeschools--lists {
		width: 100%;
	}

	.tcast__midoriyama .tcast__threeschools--lists {
		width: 100%;
	}

	.tcast__rikkai .tcast__threeschools--lists {
		width: 100%;
	}
	.tcast__higa .tcast__threeschools--lists {
		width: 100%;
	}
}

.staff {
	padding: 70px 0 30px;
}

.staff__lists div {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.staff__lists dt {
	width: 50%;
	padding-right: 10px;
	text-align: right;
	margin-bottom: 30px;
	line-height: 1.05;
	font-weight: 700;
	font-size: 14px;
}

.staff__lists dd {
	width: 50%;
	padding-left: 10px;
	margin-bottom: 30px;
	line-height: 1.2;
	font-size: 13px;
}

@media screen and (max-width: 768px) {
	.staff {
		padding: 10vw 0;
	}

	.staff__lists div {
		justify-content: flex-start;
		width: 90%;
		margin: 0 auto;
	}

	.staff__lists dt {
		width: 35%;
		padding-right: 5%;
		text-align: left;
		margin-bottom: 4vw;
		line-height: 1.4;
		font-size: 1.4rem;
	}

	.staff__lists dd {
		width: 60%;
		padding-left: 0;
		margin-bottom: 4vw;
		line-height: 1.4;
		font-size: 1.4rem;
	}
}


/** Coming Soon **/
.outline__comingsoon {
	width: 100%;
	display: block;
	padding: 10vh 0;
	font-size: 70px;
	line-height: 1;
	text-align: center;
	color: var(--main-black-color);
}

@media screen and (max-width: 768px) {
	.outline__comingsoon {
		font-size: 4.4rem;
	}
}

/** miyuki cast **/
.tcast__miyuki {
	padding: 40px 0;
	color: #FFF;
	background: #7c819b;
}

.tcast__miyuki--lists-flex {
	display: flex;
	justify-content: center;
	width: 474px;
	margin: 0 auto;

}

@media screen and (max-width: 768px) {
	.tcast__miyuki {
		width: 100%;
		padding: 12vw 5vw 12vw;
	}

	.tcast__miyuki--lists-flex {
		width: 100%;
	}
}

.kyujitai_caution {
	font-size: 11px;
	display: block;
	margin: 10px 0 0;
	color: #fff;
}
#tcast .kome{
	font-size:12px ;
	margin: -15px auto 10px;
}