@charset "utf-8";

.movie {
	aspect-ratio: 16 / 9;
}

#bottom_mix {
	display: flex;
}

#bottom_mix > div:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
}

#bottom_mix > div:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
}

#bottom_mix .message {
	padding: 0;
}

#bottom_mix .movie {

}

@media (1024px <= width) {
	#bottom_mix > div:first-child {
		width: 60%;
	}

	#bottom_mix .movie {
		width: 400px;
		margin: 0 0 0;
	}
}

@media (width <= 1023px) {
	#bottom_mix > div:first-child {
		width: calc(100% - 300px);
	}

	#bottom_mix > div:last-child {
		width: 300px;
	}
	
	#bottom_mix .movie {
		width: 100%;
	}
}

@media (769px <= width) {
	.movie {
		width: 50%;
		margin: 15px 25% 0;
	}
}

@media (width <= 768px) {
	.movie {
		width: 75%;
		margin: 15px 12.5% 0;
	}
	
	#bottom_mix {
		flex-direction: column-reverse;
	}
	
	#bottom_mix > div {
		width: 100% !important;
	}
	
	#bottom_mix .movie {
		max-width: 60%;
	}	
	
	#bottom_mix .message {
		margin: 50px auto 25px;
	}
}

@media (width <= 500px) {
	#bottom_mix .movie {
		max-width: calc(100% - 50px);
	}
	
	
	#bottom_mix .message {
		margin: 50px auto 25px;
	}
}

/*------------------------------------------------------------------------------------------------ ▼ general <--*/

/*------------------------------------------------------------------------------------------------ ▼ .video <--*/

.video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}

.video video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	transform: translate(-50%, -50%);
}

/*------------------------------------------------------------------------------------------------ ▼ .copy <--*/

.copy div, .copy span {
	text-align: center;
	font-family: Montserrat-T, sans-serif;
	font-weight: 199;
	font-style: italic;
	letter-spacing: -0.05em;
	line-height: 0.9em;
	color: #fff;
}

.copy span {
	font-weight: 300;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.0);
}

.copy span.blue {	
	color: #44f;
}

.copy span.yellow {
	color: #fb0;
}

@media (1025px <= width) {
	.copy {
		height: calc(100vh - var(--header_height));
		padding: 11vh 0 14vh;
	}
	
	.copy div:nth-child(odd), .copy div:nth-child(odd) span {
		font-size: calc(32vh / 2);
	}

	.copy div:nth-child(even), .copy div:nth-child(even) span {
		font-size: calc(43vh / 2);
	}
}

@media (769px <= width <= 1024px) {
	.copy {
		height: calc(75vh - var(--header_height));
		padding: 10vh 0 15vh;
	}
	
	.copy div:nth-child(odd), .copy div:nth-child(odd) span {
		font-size: calc(25vh / 2);
	}

	.copy div:nth-child(even), .copy div:nth-child(even) span {
		font-size: calc(25vh / 2);
	}
}

@media (width <= 768px) {
	.copy {
		height: calc(75vh - var(--header_height));
		padding: 10vh 0 15vh;
	}
	
	.copy div:nth-child(odd), .copy div:nth-child(odd) span {
		font-size: calc(25vh / 2);
	}

	.copy div:nth-child(even), .copy div:nth-child(even) span {
		font-size: calc(25vh / 2);
	}
}


/*------------------------------------------------------------------------------------------------ ▼ .news <--*/

.news {
	background: #fff;
}

.news .box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

/*------------------------------> ▼ .news_left <--*/

.news_left {
	display: flex;
	flex-wrap: wrap;
	width: 300px;
}

.news_left div, .news_left h3 {
	width: 100%;
}

.news_left div {	
	margin-left: -3px;
	line-height: 1em;
	font-family: HelveticaCnd-UL;
	font-size: 64px;
	font-weight: 100;
}

@media (max-width: 768px) {
	.wrap_news {
		padding: 15px 0;
	}	
	
	.news_left {
		width: 100%;		
	}
	
	.news_left div, .news_left h3 {
		text-align: center;
	}
}

/*------------------------------> ▼ .news_right <--*/

.news_right {
	width: calc(100% - 300px);
	text-align: right;
}

.news_right a:not(.news_more) {
	display: flex;
	flex-wrap: wrap;
}

.news_right a:nth-child(n+2) {
	margin-top: 15px;
}

.news_category, .news_date {
	line-height: 1em;
}

.news_category {
	padding: 5px 15px;
	border: 1px solid #aaa;
	border-radius: 3px;
	font-size: 14px;
	text-align: center;
}

.news_date {
	padding: 3px 0 2px 20px;
	font-family: Helvetica-R;
	font-size: 18px;
	color: #555;
}

.news_title {
	width: 100%;
	margin-top: 5px;
}

.news_title br {
	display: none;
}

.category_news .news_category {
	color: #337;
	border-color: #337;
}

.category_shareholder .news_category {
	color: #0a3;
	border-color: #0a3;
}

.category_important .news_category {
	color: #e06;
	border-color: #e06;
}


.news_more {
	display: inline-block;
	border-bottom: 1px solid var(--blue);
	color: var(--blue);
}

	
	

@media (width <= 768px) {
	.news_right {
		width: 100%;
	}
	
	.news_right a:first-child {
		margin-top: 30px;
	}
	
	.news_date {
		padding: 5px 0 0 15px;
	}
}

@media (hover: hover) and (pointer: fine) {
	.news_right a, .news_right a .news_title {
		transition: var(--transition);
	}

	.news_right a:not(.news_more):hover .news_title {
		text-decoration: underline;
		color: var(--orange_2);
	}
	
	.news_more {
		transition: var(--transition);
	}

	.news_more:hover {
		color: var(--orange_2);
		border-color: var(--orange_2);
	}
}

/*------------------------------------------------------------------------------------------------ ▼ .message <--*/

.message {
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
}

@media (1367px <= width) {
	.message {
		padding: 100px 0;
		font-size: 36px;
	}
}

@media (1281px <= width <= 1366px) {
	.message {
		padding: 100px 0;
		font-size: 30px;
	}
}

@media (1025px <= width <= 1280px) {
	.message {
		padding: 100px 0;
		font-size: 30px;
	}
}

@media (769px <= width <= 1024px) {
	.message {
		padding: 75px 0;
		font-size: 24px;
	}
}

@media (width <= 768px) {
	.message {
		padding: 50px 0;
		font-size: 18px;
	}
}

/*------------------------------------------------------------------------------------------------ ▼ .department <--*/

.department {
	position: relative;
	width: 100%;
}

.department i, .department h3, .department h4 {
	color: #fff;
}

/*------------------------------------------------------------------------------------------------ ▼ .department_list <--*/

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

.department_item {
	position: relative;
	overflow: hidden;
}

.department_cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity:0.95;
	background-position: center;
	background-size: cover;
}

.department_item i, .department_item h4 {
	display: block;
	position: relative;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 5px #777;
}

.department_item i {
	font-family: 'Montserrat';
}

@media (min-width: 1025px) {
	.department_item {
		width: 50%;
		padding: 100px 0 100px 0px;
	}
	
	.department_item i {
		line-height: 1.3em;
		font-size: 30px;
	}

	.department_item h4 {
		margin-top: 10px;
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	.department_item {
		width: 100%;
		padding: 50px 15px;
	}

	.department_item i {
		font-size: 20px;
		text-align: center;
	}

	.department_item h4 {
		font-size: 20px;
		text-align: center;
	}
}

@media (max-width: 500px) {
	.department_item i {
		line-height: 1.25em;
	}
}

@media (hover: hover) and (pointer: fine) {
	.department_cover {
		transition: 1s;
	}

	.department_item:hover .department_cover {
		transition: 5s;
		transform: scale(1.2);
		opacity: 1;
	}
}
