@charset "utf-8";
/* ===========================================================

	Title: top.css
	Created: 2021-7-16
	
=========================================================== */
/*

	copy
	top-contens
	main
	top-data
	top-financial
	top-news
	top-portfolio
	banner-group
	related-sites

	
=========================================================== */
/* ===========================================================

	main-visual

=========================================================== */
.main-visual {
    margin: 70px 0 70px 50px;
}
.main-visual .bx-viewport {
    overflow: inherit !important;
}
.main-visual li {
    position: relative;
	max-height: 740px;
	height: calc(100vh - 270px);
}
@media screen and (max-width: 1250px) {
	.main-visual {
		margin: 70px 0;
	}
}
@media screen and (max-width: 1200px) {
	.main-visual li {
		height: 600px;
	}
	.corporate-slogan {
		padding: 20px;
	}
}
.corporate-slogan {
    position: absolute;
    top: 0;
    width: 55%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-visual__caption {
    position: absolute;
    bottom: -25px;
    font-size: 1.2rem;
    opacity: 0;
}
.main-visual__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
}
.main-visual li::before, .main-visual li::after {
    content: "";
    position: absolute;
    top: 0;
    width: 45%;
    height: 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-visual li.main-visual__1::before, .main-visual li.main-visual__1::after {
    background-position: 50% 0;
}
@media screen and (max-width: 767px) {
	.main-visual {
		margin: 70px 0 40px;
	}
	.main-visual li {
		height: calc(100vh - 200px);
	}
	.corporate-slogan {
		top: 0;
		width: 100%;
		height: 60%;
		padding: 30px;
	}
	.corporate-slogan img {
		width: auto !important;
		height: 90% !important;
	}
	.main-visual li::before, .main-visual li::after {
		top: 60%;
		width: 100%;
		height: 40%;
	}
}
.main-visual li::after {
    opacity: 0;
}
.main-visual li.js--current .main-visual__caption, .main-visual li.js--current::after,
.main-visual li.js--hide .main-visual__caption, .main-visual li.js--hide::after {
    animation: main-visual__fade 2000ms 5500ms cubic-bezier(0, 0, 0, 0);
    animation-fill-mode: forwards;
}
.main-visual li.js--current .main-visual__mask,
.main-visual li.js--hide .main-visual__mask {
    animation: main-visual__out 2000ms 1000ms cubic-bezier(0, 0, 0, 0);
    animation-fill-mode: forwards;
}
.main-visual li.js--hide .main-visual__mask {
    opacity: 0;
}
@keyframes main-visual__fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes main-visual__out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* .main-visual__1
----------------------------------------------------------- */
.main-visual__1 .corporate-slogan {
    left: 0;
}
.main-visual__1 .main-visual__caption {
    right: 15px;
}
.main-visual__1::before, .main-visual__1::after {
    right: 0;
}
.main-visual__1::before {
    background-image: url(../img/top/mainvisual-1_a.jpg);
}
.main-visual__1::after {
    background-image: url(../img/top/mainvisual-1_b.jpg);
}

/* .main-visual__2
----------------------------------------------------------- */
.main-visual__2 .corporate-slogan {
    right: 0;
}
.main-visual__2 .main-visual__caption {
    left: 15px;
}
.main-visual__2::before, .main-visual__2::after {
    left: 0;
}
.main-visual__2::before {
    background-image: url(../img/top/mainvisual-2_a.jpg);
}
.main-visual__2::after {
    background-image: url(../img/top/mainvisual-2_b.jpg);
}

/* ===========================================================

	bxslider

=========================================================== */
.bxslider-main-visual {
    position: relative;
    margin: 0 auto;
}
.bxslider-main-visual li {
    position: relative;
    width: 100%;
}

/* bx-wrapper
----------------------------------------------------------- */
.bx-wrapper {
    position: relative;
}
/* bx-pager
----------------------------------------------------------- */
.bx-pager {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 90;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 767px) {
	.bx-pager {
		display: none;
		bottom: -40px;
	}
}
.bx-pager-item {
    margin: 0 2px;
}
.bx-pager a {
    background: #fff;
    border: solid 1px #555;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
    line-height: 1;
    font-size: 8px;
    /*　Scott Kellum Method */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.bx-pager a:hover, .bx-pager a.active {
    border-color: #aa9359;
    background: #aa9359;
}

/* bx-controls-direction (NEXT / PREV)
----------------------------------------------------------- */
.bx-controls-direction {
}
.bx-controls-direction a {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 90;
    display: block;
    border-width: 1px;
    border-color: #fff;
    border-top-style: solid;
    /*　Scott Kellum Method */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.bx-controls-direction a.bx-prev {
    left: 20px;
    border-left-style: solid;
    transform: translate(0, -50%) rotate(-45deg);
}
.bx-controls-direction a.bx-next {
    right: 20px;
    border-right-style: solid;
    transform: translate(0, -50%) rotate(45deg);
}
.bx-controls-direction a:hover {
    opacity: 0.5;
}

@media screen and (max-width: 1200px) {
	.main-visual .bx-controls-direction {
		display: none;
	}
}
/* ===========================================================

	contens

=========================================================== */
main {
    padding: 0 !important;
}
article {
    display: block;
}
/* ===========================================================

	contens

=========================================================== */
#top-contens {
    margin-left: 50px;
    width: auto;
    padding: 0 0 50px;
    display: block;
}
#top-contens h2 {
    position: relative;
    font-size: 2.0rem;
    color: #111;
    padding: 0 !important;
    margin: 0 0 5px;
    line-height: 1.5;
    border: none;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 1250px) {
	#top-contens {
		margin-left: 0;
	}
	#top-contens h2 {
		line-height: 1.2;
	}
}
#top-contens h2 em {
	display: block;
	color: #111;
}
#top-contens h2::after {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ddd;
}
#top-contens h2 span {
    position: relative;
    z-index: 2;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: #aa9359;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 30px;
    background-color: #fff;
    padding: 0 15px;
    margin: 0 auto;
    display: inline-block;
}
@media all and (-ms-high-contrast:none) {
	#top-contens h2 em {
    	line-height: 1.2;
	}
	#top-contens h2 span {
    	margin: -6px auto 0;
	}
}
/* ===========================================================

	main

=========================================================== */
main.contents-style {
    width: 100%;
    float: none;
    padding-top: 0;
}
/* ===========================================================

	top-sponsors

=========================================================== */
.top-sponsors {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 60px;
}
#top-contens .top-sponsors h2 {
	margin-bottom: 0;
}
.top-sponsors ul {
	margin-top: -10px;
    display: flex;
    justify-content: space-between;
}
.top-sponsors ul li {
	display: flex;
}
@media screen and (max-width: 1200px) {
	.top-sponsors {
		width: auto;
		margin: 0 20px;
	}
	.top-sponsors ul {
		justify-content: center;
		flex-wrap: wrap;
	}
	.top-sponsors ul li {
		margin: 0 10px;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.top-sponsors ul li.top-sponsors--group {
		margin-top: -15px;
	}
	#top-contens .top-sponsors h2 {
		margin-bottom: 10px;
	}
}

/* ===========================================================

	top-data

=========================================================== */
.top-data {
	padding: 70px 0;
    margin-bottom: 100px;
    background: url(../img/top/top-data_bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
	width: 100%;
	box-sizing: content-box;
}
.top-data section {
    position: relative;
    width: 375px;
    padding: 55px 40px 120px;
    margin: 0 !important;
    background-color: #fff;
}
.top-data section:first-child {
    margin-left: calc(50% - 600px) !important;
}
.top-data section:last-child {
    margin-right: calc(50% - 600px) !important;
}
#top-contens .top-data section h2 {
    margin-bottom: 30px;
}
.top-data section h2::after {
    display: none;
}
.top-data p.coution {
    background-color: #e5e5e5;
    padding: 10px 15px;
    margin-bottom: 30px;
}
.top-data dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 0.4em;
}
.top-data dt {
    padding-bottom: 0.2em;
}
.top-data dt span {
    display: block;
    font-size: 1.2rem;
}
.top-data dl em {
    color: #aa9359;
    font-size: 3.0rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-right: 0.1em;
}
.top-data .link-button {
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin: 0 !important;
    transform: translate(-50%, 0);
}
@media screen and (max-width: 1200px) {
	.top-data {
		padding: 50px 50px 30px;
		display: block;
		box-sizing: border-box;
	}
	.top-data section {
		width: auto;
		margin: 0 0 20px !important;
	}
	.top-data section:first-child {
		margin: 0 0 20px !important;
	}
	.top-data section:last-child {
		margin: 0 0 20px !important;
	}
}
@media screen and (max-width: 767px) {
	.top-data {
		padding: 20px 20px 1px;
	}
	.top-data section {
		padding: 35px 20px 100px;
	}
	.top-data .link-button {
		bottom: 40px;
	}
}
/* top-distribute
----------------------------------------------------------- */
.actual {
    border-bottom: solid 1px #ddd;
    padding: 0 0 10px;
    margin: 0 0 15px;
}
.forecast {
}
.forecast dl dd em {
    color: #555555;
}
/* top-portfolio-data
----------------------------------------------------------- */
.top-data .top-portfolio-data dd span {
    display: inline-block;
    width: 3em;
    white-space: nowrap;
}
.top-data .top-portfolio-data dl {
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.top-data .top-portfolio-data dl:last-of-type {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
/* top-financial
----------------------------------------------------------- */
.top-financial {
}
.top-data .top-financial p {
    margin-bottom: 10px;
}
.top-financial ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    position: relative;
}
.top-financial ul li {
    width: 50%;
    text-align: center;
	position: relative;
	margin: 0 !important;
}
.top-financial ul li:nth-child(1)::after,
.top-financial ul li:nth-child(2)::after,
.top-financial ul li:nth-child(odd)::before {
    content: "";
    position: absolute;
    background-color: #ddd;
    display: inline-block;
}
.top-financial ul li:nth-child(1)::after,
.top-financial ul li:nth-child(2)::after {
	bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
.top-financial ul li:nth-child(odd)::before {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
}
.top-financial ul li a {
    display: block;
    padding: 55px 0 10px;
    background: url(../img/global/icon_pdf_a.png) 50% 12px no-repeat;
    background-size: 30px auto;
	height: 80px;
}
.top-financial ul li a:hover {
    background-image: url(../img/global/icon_pdf_b.png);
}
.top-financial ul li a:link {
    text-decoration: none;
}

/* ===========================================================

	top-section
	
=========================================================== */
section.top-section {
    padding-right: calc(50% - 600px);
    padding-left: calc(50% - 600px);
}
/* ===========================================================

	top-topics
	
=========================================================== */
.top-topics {
    border: solid 2px #aa9359;
    width: 1200px;
    margin: 0 auto 100px;
    display: flex;
    align-items: center;
    padding: 15px 15px 15px 0;
}
#top-contens .top-topics h2 {
    width: 180px;
    margin: 0 40px 0 0 !important;
    border-right: solid 2px #aa9359 !important;
	padding: 5px 0 !important;
}
#top-contens .top-topics h2 span {
	line-height: 25px;
}
@media all and (-ms-high-contrast:none) {
	#top-contens .top-topics h2 {
		padding: 5px 0 0 !important;
		line-height: 1.2;
	}
	#top-contens .top-topics h2 span {
	}
}
.top-topics h2::after {
    display: none;
}
.top-topics ul {
    margin: 0 !important;
}
@media screen and (max-width: 1200px) {
	#top-contens .top-topics {
		width: auto;
		margin: 0 20px 100px;
	}
}
@media screen and (max-width: 767px) {
	#top-contens .top-topics {
		display: block;
    	padding: 15px 15px 5px;
	}
	#top-contens .top-topics h2 {
		width: 100%;
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
	}
	#top-contens .top-topics h2 span {
		display: block;
		line-height: 10px;
		padding: 5px 0 0;
	}
}

/* ===========================================================

	top-news
	
=========================================================== */
.top-news {
    width: 1200px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
}
.top-news__list {
    width: 760px;
}
#top-contens .top-news__list h2 {
    margin: 0 0 20px;
}
#top-contens .top-news__list ul {
    margin: 0 0 20px;
}
.top-news__banner {
    width: 380px;
}
.top-news__banner > ul > li {
    width: 380px;
    height: 120px;
    /*filter: saturate(0%);*/
    transition: all 0.5s;
    background-size: cover;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    position: relative;
}
@media screen and (max-width: 1200px) {
	.top-news {
		width: auto;
		margin: 0 20px 100px;
    	display: block;
	}
	.top-news__list {
		width: 100%;
	}
	.top-news__banner {
		width: 100%;
		text-align: center;
		padding: 50px 0 0;
	}
	.top-news__banner > ul > li {
		width: 100%;
		max-width: 380px;
		margin: 0 auto 10px;
	}
}
.top-news__banner > ul > li:hover {
/*filter: saturate(100%);*/
}
.top-news__banner > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: bold;
}
.top-news__banner > ul > li > a:hover {
    background-color: rgba(0,0,0,0.40);
}
.top-news__banner > ul > li > a .link-blank {
    background-image: url(../img/global/icon_blank_b.png);
}
.top-news__banner li.top-news__banner--stock {
    background-image: url(../img/top/banner_stock.jpg);
}
.top-news__banner li.top-news__banner--individual {
    background-image: url(../img/top/banner_individual.jpg);
}
.top-news__banner li.top-news__banner--panorama-view {
    background-image: url(../img/top/banner_panorama-view.jpg);
}
.top-news__banner li.top-news__banner--panorama-view a {
    background-color: rgba(0,0,0,0.20);
}
.top-news__banner li.top-news__banner__ir-movie {
    background-image: url(../img/top/banner_ir-movie.jpg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.top-news__banner li.top-news__banner__ir-movie::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.30);
    z-index: 1;
}
.top-news__banner li.top-news__banner__ir-movie > span {
    position: relative;
    z-index: 2;
    padding: 10px 0;
}
.top-news__banner li.top-news__banner__ir-movie ul {
    position: relative;
    z-index: 3;
}
.top-news__banner li.top-news__banner__ir-movie li {
    margin: 0 5px !important;
}
.top-news__banner li.top-news__banner__ir-movie li a:link {
    font-size: 1.3rem;
    background-color: #fff;
    min-width: 130px;
}
.top-news__banner li.top-news__banner__ir-movie li a:hover {
    background-color: #aa9359;
}
.top-news__banner li.top-news__banner__ir-movie li a:hover .link-blank {
    background-image: url(../img/global/icon_blank_b.png);
}
@media screen and (max-width: 767px) {
	.top-news__banner li.top-news__banner__ir-movie li {
		margin: 0 1px !important;
		padding: 0;
	}
	.top-news__banner li.top-news__banner__ir-movie li a:link {
		min-width: 120px;
	}
}

/* ===========================================================

	top-portfolio
	
=========================================================== */
.top-portfolio {
    background-color: #ececec;
    padding: 40px;
    padding-right: calc(50% - 600px);
    padding-left: calc(50% - 600px);
    margin: 0 0 100px;
}
#top-contens .top-portfolio h2 span {
    background-color: #ececec;
}
/* .top-portfolio-slider
----------------------------------------------------------- */
.top-portfolio .bx-wrapper {
    position: relative;
    margin: 0 auto 30px !important;
    padding: 0;
 *zoom: 1;
}
.top-portfolio-slider {
}
.top-portfolio-slider li {
    margin: 0 0 30px;
    text-align: center;
    min-height: 360px;
}
.top-portfolio-slider li a {
    text-decoration: none !important;
    height: 300px;
    display: inline-block;
}
.top-portfolio-slider li a img {
    transition: all 0.5s;
    margin: 0 0 10px;
    width: 220px;
    height: 300px;
    object-fit: cover; 
}
.top-portfolio-slider li a:hover img {
    opacity: 0.5;
}
.top-portfolio .bx-wrapper .bx-pager, .top-portfolio .bx-wrapper .bx-controls-auto {
    position: absolute;
    width: 100%;
}
/* --- slider --- */
.top-portfolio .bx-wrapper .bx-loading {
    background: none !important;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.top-portfolio .bx-controls-direction a {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 77px;
    height: 28px;
    border: none;
    background-size: 77px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: translateY(-50%);
    /*Scott Kellum Method */
    overflow: hidden;
    text-indent: 77px 100%;
    white-space: nowrap;
}
.top-portfolio .bx-controls-direction a:hover {
}
.top-portfolio .bx-controls-direction a.bx-prev {
    background-image: url(../img/top/slider_arrow-prev.png);
    left: -50px;
}
.top-portfolio .bx-controls-direction a.bx-next {
    background-image: url(../img/top/slider_arrow-next.png);
    right: -50px;
}

@media screen and (max-width: 1200px) {
	.top-portfolio .bx-wrapper {
		width: 220px;
	}
	.top-portfolio-slider {
		width: 100%;
	}
	.top-portfolio .bx-controls-direction a.bx-prev {
		left: -25px;
	}
	.top-portfolio .bx-controls-direction a.bx-next {
		right: -25px;
	}
}

/* ===========================================================

	top-banner
	
=========================================================== */
.top-banner {
    width: 1200px;
    margin: 0 auto 60px;
    text-align: center;
}
.top-banner ul {
    padding: 10px 0 0;
}
@media screen and (max-width: 1200px) {
	.top-banner {
		width: auto;
		margin: 0 20px 60px;
	}
}

/* ===========================================================

	loader
	
=========================================================== */
#loader-bg {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 96;
}
#loader {
    position: relative;
    opacity: 0;
    width: 100%;
    height: 100%;
}
#loader img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 680px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 1200px) {
	#loader img {
		width: 90%;
	}
}
#loader-bg {
    animation: fadeOut 2s ease 2s 1 normal;
    -webkit-animation: fadeOut 2s ease 2s 1 normal;
    animation-fill-mode: forwards;
}
#loader {
    animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
    animation-fill-mode: forwards;
}
 @keyframes fadeIn {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
 @-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
 @keyframes fadeOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		/*pointer-events: none;*/
		visibility:hidden;
	}
}
 @-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		/*pointer-events: none;*/
		visibility:hidden;
	}
}
