@charset "utf-8";

/* ===========================================================

	Title:	top.css
	Created:	2016-8-25

=========================================================== */
/*

	#mainvisual
	main
	top-data
	top-news
	top-banner

=========================================================== */
* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	font-weight: 400;
	font-style: normal;
	vertical-align: baseline;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

ul li {
	list-style-type: none;
}

/* ===========================================================

	container

=========================================================== */
.contents.is-top {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center
}

/* ===========================================================

	#mainvisual

=========================================================== */
#mainvisual {
	min-width: 980px;
	height: calc(100vh - 115px);
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width:1000px) {
	#mainvisual {
		min-width: 300px;
		margin: 0;
		height: calc(100vh - 60px);
	}
}


/* ===========================================================

	bxslider

=========================================================== */
.bxslider-mainvisual {
	position: relative;
	margin: 0 auto;
	z-index: 5;
	padding: 0;
}

.bxslider-mainvisual li {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.bxslider-mainvisual li {
	height: calc(100vh - 115px);
}

@media screen and (max-width: 1000px) {
	.bxslider-mainvisual li {
		height: calc(100vh - 60px);
	}

	#mainvisual::before {
		display: none;
	}
}

.bxslider-mainvisual li span {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 11px;
	font-size: 1.1rem;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
	.bxslider-mainvisual li span {
		bottom: 160px;
	}
}


/* PAGER */
#mainvisual .bx-wrapper {
	min-width: 980px;
	margin-bottom: 0;
}

#mainvisual .bx-wrapper .bx-pager,
#mainvisual .bx-wrapper .bx-controls-auto {
	display: none;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 0;
	background: #000;
}

.bx-wrapper .bx-next {
	right: 0;
	background: #000;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
	background-color: #cb101a;
	opacity: 1;
}

.bx-wrapper .bx-prev:after,
.bx-wrapper .bx-next:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
}

.bx-wrapper .bx-prev:after {
	margin-left: -3px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.bx-wrapper .bx-next:after {
	margin-left: -8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	outline: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-indent: -9999px;
	z-index: 9999;
	opacity: 0.5;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

@media screen and (max-width: 1000px) {

	/* PAGER */
	#mainvisual .bx-wrapper {
		min-width: 300px;
	}
}


#mainvisual .mainvisual-banner {
	position: absolute;
	z-index: 10;
	left: 30px;
	bottom: 30px;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 15px;
}

#mainvisual .mainvisual-banner li {
	margin: 0;
	padding: 0;
}

@media screen and (max-width:1000px) {
	#mainvisual .mainvisual-banner {
		left: 0;
		bottom: 90px;
		padding: 0 20px;
	}

	#mainvisual .mainvisual-banner li img {
		width: 100%;
	}
}


/* ===========================================================

	contents

=========================================================== */
.contents.is-top {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center
}

/* ===========================================================

	top-data

=========================================================== */
.top-data {
	background-color: #fff;
	width: 980px;
	margin: 50px auto 80px;
}

.data-cell .bt-details a:hover {
	background-color: var(--primary) !important;
}

@media screen and (max-width: 1000px) {
	.top-data {
		width: 100%;
		margin: 30px 0 50px;
		padding: 0 10px;
	}
}

.top-data .heightLine-data dl dd em {
	color: var(--primary);
}

.data-cell {
	position: relative;
	width: 300px;
	float: left;
	text-align: left
}

@media screen and (max-width: 1000px) {
	.data-cell {
		width: 100%;
		height: auto !important;
	}

	.data-cell+.data-cell {
		margin-top: 50px;
		border-top: 1px solid #ccc;
	}
}


.data-cell h1 {
	position: relative;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 2px;
	color: #111;
	margin: 0 0 20px;
	padding: 100px 0 0;
	text-align: center;
	background-position: 50% 40px;
	background-repeat: no-repeat
}

.top-distribute h1 {
	background-image: url(../../img/common/ic/ic_distribute.png)
}

.top-portfolio h1 {
	background-image: url(../../img/common/ic/ic_portfolio.png)
}

.top-financial h1 {
	background-image: url(../../img/common/ic/ic_financial.png)
}

.data-cell dl,
.data-cell p,
.data-cell ul {
	font-size: 13px;
	font-size: 1.3rem
}

.data-cell dl dt {
	clear: both;
	float: left;
	margin: 0 0 5px;
	line-height: 2
}

.data-cell dl dd {
	text-align: right;
	margin: 0 0 5px;
	line-height: 1.2
}

.data-cell dl dd em {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	padding: 0 3px;
	color: #d0111b
}

.data-cell dl dd span {
	display: inline-block;
	width: 3em;
	text-align: left
}

.data-cell p {
	margin-bottom: 10px
}

.data-cell .bt-details {
	position: absolute;
	bottom: -20px;
	width: 100%;
	text-align: center;
	margin: 0
}

.data-cell .bt-details a {
	display: inline-block;
	margin: 0 auto;
	padding: 0 60px;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	font-size: 1.3rem;
	background-color: #111;
	color: #fff;
	overflow: hidden
}


/* ===========================================================

	top-distribute

=========================================================== */
.top-distribute h2,
.top-portfolio h2 {
	font-size: 12px;
	border: none;
	position: relative;
	height: 10px;
	line-height: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.top-distribute h2 {
	font-size: 1.2rem;
	margin: 0 0 15px;
	padding: 0;
	background-color: #f0f0f0
}

.top-distribute h2:after,
.top-distribute h2:before {
	display: none
}

.top-distribute h2 span {
	display: inline-block;
	padding: 0 10px 0 0;
	background-color: #fff;
	color: var(--primary);
}

.top-distribute h2.forecast span {
	color: #111
}

.top-distribute dt {
	line-height: 1.4
}

.top-distribute dd {
	line-height: 1;
	margin: 0
}

.top-distribute dd em {
	line-height: 1.6
}

.top-distribute p {
	margin: -10px 0 10px
}

.top-distribute-new {
	background: var(--primary);
	color: #fff;
	font-size: 6px;
	padding: 2px 6px 2px 3px;
	font-style: italic;
	width: auto !important;
	vertical-align: middle;
	margin: -8px 5px 0 0;
	line-height: 1;
	white-space: nowrap;
}

/* ===========================================================

	top-portfolio

=========================================================== */
.top-portfolio {
	margin: 0 40px
}

@media screen and (max-width: 1000px) {
	.top-portfolio {
		margin: 0;
	}
}

.top-portfolio h2 {
	font-size: 1.2rem;
	margin: 0 0 15px;
	padding: 0;
	background-color: #f0f0f0
}

.top-portfolio h2:after,
.top-portfolio h2:before {
	display: none
}

.top-portfolio h2 span {
	display: inline-block;
	padding: 0 10px 0 0;
	background-color: #fff;
	color: #111
}

.top-portfolio dl {
	margin-bottom: 40px
}


/* ===========================================================

	top-financial

=========================================================== */
.top-financial p,
.top-financial ul {
	margin: 0 0 5px
}

.top-financial li {
	margin: 0 0 5px
}

.top-financial li a,
.top-financial li span {
	margin: 0 5px 0 0
}

.top-financial .bt-download {
	text-align: center;
	padding: 10px 20px 0
}

.top-financial .bt-download a {
	margin: 0 auto;
	height: 35px;
	line-height: 34px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #111;
	display: block;
	border-radius: 3px;
	font-size: 12px;
	font-size: 1.2rem
}

.top-financial .bt-download a:hover {
	color: #cb101a;
	text-decoration: none
}

.top-financial .bt-download a span {
	background: url(../../img/common/ic/ic_download_a.png) 0 50% no-repeat;
	background-size: 19px 15px;
	padding: 0 0 0 25px;
	display: inline-block
}

/* popup-area
----------------------------------------------------------- */
.popup-area {
	display: none;
	position: absolute;
	top: -50px;
	margin: 0 0 0 -150px;
	z-index: 100;
	padding: 20px 20px 5px;
	width: 400px;
	text-align: left;
	background: #fff;
	border: 3px solid #ddd
}

.popup-area p {
	color: #111;
	font-size: 1.4rem;
	margin-bottom: 10px
}

.popup-area dl.dl-date dt {
	line-height: 1.3
}

.popup-area dl.dl-date dd {
	padding: 1px 0 10px 8em;
	text-align: left
}

.popup-area dl .icon-s {
	width: 40px;
	text-align: center;
	margin: 0 5px
}

.popup-title {
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	border-bottom: solid 2px #ddd
}

/* popup-close
----------------------------------------------------------- */
.popup-close {
	position: relative;
	overflow: hidden;
	height: 25px;
	line-height: 23px;
	text-align: center;
	margin: 0 auto;
	padding: 0 20px 0 30px;
	display: inline-block;
	border: solid 1px #cccccc;
	color: #111 !important;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all .3s ease;
	cursor: pointer;
}

.popup-close:hover {
	text-decoration: none;
	border: solid 1px #fff;
	color: #fff !important;
	border-color: transparent;
	background-color: #CB101A;
}

.popup-close:before,
.popup-close:after {
	position: absolute;
	top: 50%;
	left: 15px;
	margin: -6px 0 0;
	content: "";
	width: 1px;
	height: 12px;
	background-color: #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
}

.popup-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
}

.popup-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
}

.popup-close:hover:before,
.popup-close:hover:after {
	background-color: #fff;
}

/* ===========================================================

	top-news

=========================================================== */
.top-main {
	display: flex;
	min-width: 1000px;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	gap: 20px 40px;
	background-color: #F4F4F4;
	padding: 60px 0 60px
}

@media screen and (max-width: 1000px) {
	.top-main {
		flex-direction: column;
		width: 100%;
		min-width: 100%;
		padding: 40px 10px 40px
	}
}

.top-news {
	width: 640px;
	position: relative;
}

@media screen and (max-width: 1000px) {
	.top-news {
		width: 100%;
	}
}

.top-news h1 {
	position: relative;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	margin: 0 0 20px;
	padding: 0 0 0 35px;
	line-height: 1.4;
	letter-spacing: 2px;
	background: url(/img/common/ic/ic_news.png) 0 50% no-repeat;
	text-align: left;
}

.top-news h2 {
	letter-spacing: 0
}

.top-news ul {
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width: 1000px) {
	.top-news ul {
		position: relative;
		text-align: right;
		padding-bottom: 20px;
	}
}

.top-news ul li {
	margin: 0 0 0 10px;
	display: inline-block;
}

.top-news ul li:not(:first-child) {
	margin: 0 0 0 5px;
}

.top-news ul li a {
	position: relative;
	padding: 0 10px;
	height: 21px;
	line-height: 21px;
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
	background-color: #111;
	color: #fff;
	overflow: hidden;
}

.top-news ul li a:hover {
	background-color: var(--primary) !important;
	text-decoration: none;
}

.top-news ul li.ic-rss a {
	width: 60px;
	background-color: #cb7300;
	background-image: url(../../img/common/ic/ic_rss_b.png);
	background-position: 18%;
	background-repeat: no-repeat;
	background-size: 10px 10px;
	overflow: hidden;
	text-indent: 45%;
	white-space: nowrap;
}

.top-news dl {
	clear: both;
	margin: 0;
	text-align: left;
}

.top-news dl:last-of-type dd {
	margin-bottom: 0;
}

.top-news dt {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	width: 17em;
	padding-bottom: 5px;
}

.top-news dt span.icon {
	float: right;
	vertical-align: middle;
}

.top-news dd {
	margin: 0 0 20px;
}


.top-news dl a:link,
.top-news dl a:visited {
	text-decoration: none;
}

.top-news dl a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1000px) {
	.top-news dl+dl {
		padding-top: 15px;
		border-top: 1px solid #ccc;
	}
}

/* ===========================================================

	top-banner

=========================================================== */
.top-banner {
	width: 300px;
	margin-top: 0;
}

@media screen and (max-width: 1000px) {
	.top-banner {
		width: 100%;
		margin-top: 30px;
		padding: 0 10px;
	}
}

.top-banner ul {
	display: flex;
	gap: 20px;
	flex-direction: column;
}

@media screen and (max-width: 768px) {
	.top-banner ul {
		flex-direction: row;
	}
}

.top-banner li {
	list-style-type: none;
	margin: 0;
}

.top-banner a {
	transition: .2s ease-in-out;
}

.top-banner a:hover {
	opacity: 0.7;
}

.top-banner img {
	vertical-align: middle;
}