@charset "UTF-8";
/*--------------------------------------------
PAGE TITLE
---------------------------------------------*/
#main-title h1 {
	letter-spacing: .08em;
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 1024px){
	#main-title {
		height: calc( ( 388 - 60 ) * 100vw / 1024 );
	}
	#main-title h1 {
		font-size: 6rem;
		background-color: #231815;
		margin: auto;
		width: 350px;
		padding: 10px 0 0 0;
	}
	#main-title h1 img{
		height:60px;
	}
}
@media print,screen and (min-width: 1025px){
	#main-title {
		height: calc( 269px - 34px );
		margin-top: 140px;
	}
	#main-title h1 {
		font-size: 5.8rem;
		background-color: #231815;
		margin: auto;
		width: 600px;
		padding: 15px 0 0 0;
	}
	#main-title h1 img{
		height:100px;
	}
}

/*--------------------------------------------
GEIDAI-USC
---------------------------------------------*/
#geidai-usc h2 {
	align-items: center;
	border: 2px solid #ccc;
	display: flex;
	flex-direction: column;
}
#geidai-usc h2 span {
	text-align: center;
}
#geidai-usc h2 > span {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: .08em;
	line-height: 1.29;
}
#geidai-usc span > span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.28;
}
#geidai-usc h2 > span:after {
	background: url("../images/ui/icon/cross01.svg") 0 0/ contain no-repeat;
	content: '';
}
#geidai-usc .geidai:before {
	background: url("../images/ui/logo/badge_geidai02.svg") 0 0/ contain no-repeat;
	content: '';
}
#geidai-usc .usc:before {
	background: url("../images/ui/logo/logo_usc01.svg") 0 0/ contain no-repeat;
	content: '';
}
@media screen and (max-width: 1024px){
	#geidai-usc {
		padding-bottom: calc( 100 * 100vw / 1024 );
		padding-top: calc( 60 * 100vw / 1024 );
	}
	#geidai-usc h2 {
		margin-bottom: calc( 40 * 100vw / 1024 );
		padding: calc( 30 * 100vw / 1024 ) 0;
	}	
	#geidai-usc  h2 > span {
		font-size: 3.4rem;
	}
	#geidai-usc span > span {
		font-size: 2.3rem;
		margin-top: calc( 8 * 100vw / 1024 );
	}
	#geidai-usc .geidai:before {
		height: calc( 106 * 100vw / 1024 );
		margin-bottom: calc( 16 * 100vw / 1024 );
		width: calc( 100 * 100vw / 1024 );
	}
	#geidai-usc .usc:before {
		height: calc( 87 * 100vw / 1024 );
		width: calc( 289 * 100vw / 1024 );
	}
	#geidai-usc .geidai:after {
		height: calc( 55 * 100vw / 1024 );
		margin-top: calc( 15 * 100vw / 1024 );
		width: calc( 55 * 100vw / 1024 );
	}
}
@media print,screen and (min-width: 1025px){
	#geidai-usc {
		padding: 50px 0;
	}
	#geidai-usc h2 {
		margin-bottom: 40px;
		padding: 40px 0;
	}	
	#geidai-usc  h2 > span {
		font-size: 2.6rem;
	}
	#geidai-usc span > span {
		font-size: 1.8rem;
		margin-top: 5px;
	}
	#geidai-usc .geidai:before {
		height: 86px;
		margin-bottom: 12px;
		width: 81px;
	}
	#geidai-usc .usc:before {
		height: 70px;
		width: 233px;
	}
	#geidai-usc .geidai:after {
		height: 38px;
		margin: 15px 0 5px;
		width: 38px;
	}
}

/*--------------------------------------------
message
---------------------------------------------*/
#message-from-usc dl {
	/*background-color: #1a1a1a;*/background-color: #231815;
	color: #fff;
	display: flex;
}
#message-from-usc dt {
	display: flex;
}
#message-from-usc dt img {
	width: auto;
}
#message-from-usc dt div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#message-from-usc dt span {
	display: block;
}
#message-from-usc dt span:nth-child(1) {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	letter-spacing: .06em;
}
#message-from-usc dt span:nth-child(2) {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	letter-spacing: .04em;
}
#message-from-usc dd {
	display: flex;
	flex-direction: column;
}
#message-from-usc dd span:nth-child(1) {
	font-family: 'Noto Sans JP', sans-serif;	
	letter-spacing: .06em;
	line-height: 1.5;
}
#message-from-usc dd span:nth-child(2) {
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: .02em;
	line-height: 1.42;
}
@media screen and (max-width: 1024px){
	#message-from-usc li:not(:last-child) {
		margin-bottom: calc( 90 * 100vw / 1024 );
	}
	#message-from-usc dl {
		flex-direction: column;
		margin-bottom: calc( 60 * 100vw / 1024 );
	}
	#message-from-usc dt {
		position: relative;
	}
	#message-from-usc dt img {
		height: calc( 149 * 100vw / 1024 );
	}
	#message-from-usc dt div {
		padding-left: calc( 30 * 100% / 1024 );
		z-index: 2;
	}
	#message-from-usc dt div span:nth-child(1) {
		font-size: 4.3rem;
	}
	#message-from-usc dt div span:nth-child(2){
		font-size: 2.4rem;
		margin-top: calc( 14 * 100vw / 1024 );
	}
	/*#message-from-usc dt:after {
		display:none;
		background: url("../images/ui/logo/logo_usc01.png") 0 0/ contain no-repeat;
		content: '';
		height: calc( 99 * 100vw / 1024 );
		margin-bottom: calc( ( -99 / 2 ) * 100vw / 1024 );
		position: absolute;
		right: calc( 26 * 100% / 1024 );
		width: calc( 125 * 100% / 1024 );
	}
	*/
	#message-from-usc dd {
		border-top: 1px solid #fff;
		padding: calc( 26 * 100vw / 1024 );
	}
	#message-from-usc dd span:nth-child(1) {
		font-size: 2.7rem;
	}
	#message-from-usc dd span:nth-child(2){
		font-size: 2.3rem;
		margin-top: calc( 10 * 100vw / 1024 );
	}
}
@media print,screen and (min-width: 1025px){
	#message-from-usc li {
		margin-bottom: 60px;
	}
	#message-from-usc dl {
		align-items: center;
		margin-bottom: 40px;
		position: relative;
	}
	/*#message-from-usc dl:after {
		background: url("../images/ui/logo/logo_usc01.png") 0 0/ contain no-repeat;
		bottom: 50%;
		content: '';
		margin-bottom: -63px;
		position: absolute;
		right: 30px;
	}
	*/
	#message-from-usc dt {
		width: 345px;
	}
	#message-from-usc dt img {
		height: 130px;
	}
	#message-from-usc dt div {
		padding-left: 20px;
	}
	#message-from-usc dt span:nth-child(1) {
		font-size: 3rem;
	}
	#message-from-usc dt span:nth-child(2){
		font-size: 1.6rem;
		margin-top: 10px;
	}
	#message-from-usc dd {
		border-left: 1px solid #fff;
		min-height: 98px;
		padding: 16px 30px;
		width: 755px;
	}
	#message-from-usc dd span:nth-child(1) {
		font-size: 1.4rem;
	}
	#message-from-usc dd span:nth-child(2){
		font-size: 1.4rem;
		margin-top: 5px;
	}
}
#message-from-usc h3 {
	font-weight: 700;
	position: relative;
}
#message-from-usc .en h3 {
	letter-spacing: .04em;
}
#message-from-usc h3:after {
	content: '';
	left: 0;
	position: absolute;
	top: 100%;
}
#message-from-usc .jp h3:after {
	background-color: var(--accentColor02);
	/*background-color: #8dc21f;*/
}
#message-from-usc .en h3:after {
	background-color: var(--accentColor02);
	/*background-color: #e0c2a2;*/
}
#message-from-usc .en p {
	/*font-weight: 600;*/
}
#message-from-usc p + p {
	margin-top: 1em;
}
@media screen and (max-width: 1024px){
	#message-from-usc h3 {
		font-size: 3.4rem;
		letter-spacing: .02em;
		line-height: 1.2;
		margin-bottom: calc( 24 * 100vw / 1024 );
		padding-bottom: calc( 14 * 100vw / 1024 );
	}
	#message-from-usc h3:after {
		height: calc( 6 * 100vw / 1024 );
		width: calc( 400 * 100vw / 1024 );
	}
}
@media print,screen and (min-width: 1025px){
	#message-from-usc h3 {
		font-size: 2rem;
		margin-bottom: 12px;
		padding-bottom: 10px;
	}
	#message-from-usc h3:after {
		height: 3px;
		width: 50%;
	}
}



.message dl {
		background-color: #382676;
	color: #fff;
	display: flex;
}
.message dt {
	display: flex;
}
.message dt div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.message dt span {
	display: block;
}
.message dt span:nth-child(1) {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	letter-spacing: .04em;
}
.message dt span:nth-child(2) {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	letter-spacing: .06em;
}
.message dd {
	/*align-items: center;*/
	display: flex;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: .02em;
	line-height: 1.5;
}
@media screen and (max-width: 1024px){
	.message li:not(:last-child) {
		margin-bottom: calc( 90 * 100vw / 1024 );
	}
	.message dl {
		flex-direction: column;
		margin-bottom: calc( 40 * 100vw / 1024 );
	}
	.message dt {
		position: relative;
	}
	.message dt img {
		height: calc( 149 * 100vw / 1024 );
		width: auto;
	}
	.message dt div {
		padding-left: calc( 30 * 100% / 1024 );
		z-index: 2;
	}
	.message dt div span:nth-child(1) {
		font-size: 3.9rem;
	}
	.message dt div span:nth-child(2){
		font-size: 2.2rem;
		margin-top: calc( 10 * 100vw / 1024 );
	}
	/*.message dt:after {
		background: url("../images/ui/logo/logo_usc01.png") 0 0/ contain no-repeat;
		bottom: 0;
		content: '';
		height: calc( 75 * 100vw / 1024 );
		position: absolute;
		right: calc( 8 * 100% / 1024 );
		width: calc( 249 * 100% / 1024 );
	}*/
	.message dd {
		border-top: 1px solid #fff;
		font-size: 2.7rem;
		padding: calc( 26 * 100vw / 1024 );
	}
}
@media print,screen and (min-width: 1025px){
	.message li {
		margin-bottom: 60px;
	}
	.message dl {
		align-items: center;
		margin-bottom: 30px;
		position: relative;
	}
	/*.message dl:after {
		background: url("../images/ui/logo/logo_usc01.png") 0 0/ contain no-repeat;
		bottom: 0;
		content: '';
		height: 70px;
		position: absolute;
		right: 10px;
		width: 228px;
	}*/
	.message dt {
		width: 345px;
	}
	.message dt img {
		height: 130px;
		width: auto;
	}
	.message dt div {
		padding-left: 20px;
	}
	.message dt div span:nth-child(1) {
		font-size: 2.5rem;
	}
	.message dt div span:nth-child(2){
		font-size: 1.2rem;
		margin-top: 5px;
	}
	.message dd {
		border-left: 1px solid #fff;
		font-size: 1.4rem;
		min-height: 98px;
		padding: 16px 30px;
		width: 755px;
	}
}
/*--------------------------------------------
MOVIE
---------------------------------------------*/
@media screen and (max-width: 1024px){
	#movie {
			/*background-color: #000;*/
			/*background-color: #3A224A;*/
			background-color: rgba(56,38,118,0.8);
		width: 100%;
	}
	#movie .wrap {
		padding: calc( 34 * 100vw / 1024 );
	}
	#movie .iframe-container {
		height: calc( ( 682 * 9 / 16 ) * 100vw / 1024 );
	}
}
@media print,screen and (min-width: 1025px){
	#movie {
			/*background-color: #000;*/
			/*background-color: #382676;*/
			background-color: rgba(56,38,118,0.8);
		height: 584px;
		width: 100%;
	}
	#movie .wrap {
		padding: 28px 81px;
	}
	#movie .iframe-container {
		height: 528px;
	}
}