@charset "utf-8";
/* ===========================================================

	Title: top.css
	Created: 2017-9-8

=========================================================== */
/*

	container
	main-visual
	top-contents
	topics
	top-banner


=========================================================== */
a:link,a:visited {
	text-decoration: none;
}
/* ===========================================================

	container

=========================================================== */
.container {
	padding: 0;
	background-color: #fff;
}
/* ===========================================================

	main-visual
	
=========================================================== */
.main-visual {
	position: relative;
	width: 100%;
	height: 100vh;
	margin-bottom: 120px;
}
.main-visual:after {
	content: "";
	height: 120px;
	background-image: linear-gradient(to top, #ffffff 10%, rgba(255,255,255,0) 100%);
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.main-visual .video {
    position: relative;
 /*   z-index: 0;*/
 /*   top: 0;*/
 /*   left: 0;*/
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.main-visual .video video {
    display: block;
	object-fit: cover;
    height: 100vh;
    width: 100%;
}
.main-visual .main-visual__copy {
	position: absolute;
	top: 50%;
	right: 50%;
	background: url(/assets/img/common/top/copy_bg.png) right 50% no-repeat;
	width: 50%;
	height: 107px;
	z-index: 999;
	margin-top: -53px;
	text-align: right;
}
.main-visual .main-visual-info {
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
}
.main-visual .main-visual-info > div {
	margin: 0 4px;
}
.main-visual .main-visual-info a {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
    position: relative;
	height: 162px;
	background-color: #fff;
	padding:  32px 48px;
	border-radius: 16px;
	box-shadow: 4px 4px 12px 0px rgba(61, 61, 61, 0.45);
	white-space: nowrap;
}
.main-visual .main-visual-info a:hover {
	text-decoration: none;
}
.main-visual .main-visual-info a:after {
  display: block;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  bottom: 8px;
  right: 8px;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #E30C1F;
  border-radius: 2px;
}
.main-visual .main-visual-info .info-data {
	margin: 0 8px 8px;
	line-height: 1;
}
.main-visual .main-visual-info .info-data dt {
	color: #E30C1F;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 12px;
}
.main-visual .main-visual-info dd {
	color: #292929 !important;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
}
.main-visual .main-visual-info dd em {
	color: #292929 !important;
	font-size: 40px;
	font-weight: 500;
}
.main-visual .main-visual-info p {
	margin: 0;
	width: 100%;
	color: #525252 !important;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
.main-visual .main-visual-info .info3 a {
	color: #292929 !important;
	font-weight: 500;
	font-size: 24px;
}
.main-visual .main-visual-info .info3 img {
	height: 86px;
	margin-right: 16px;
}
.main-visual .main-visual__copy span {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight:  bold;
	line-height: 35px;
	padding: 17px 0 0;
	color: #fff;
	letter-spacing: 1px;
	display: inline-block;
	width: 570px;
	text-align: left;
}

@media screen and (max-width: 1200px) {
	.main-visual {
		margin-bottom: 208px;
	}
	.main-visual .video {
	}
	.main-visual .main-visual__copy {
		left: inherit;
		right: 20px;
		width: 100%;
	}
	.main-visual .main-visual__copy span {
		padding-left: 40px; 
		width: 100%;
	}
	.main-visual .slide-img {opacity: 0.1; z-index: 0;}
	.main-visual .slide-img_sp {opacity: 1; z-index: 2;}
	.wideslider ul li .animate {
		display: none;
	} 
	.main-visual .main-visual-info a {
		padding: 24px 4px;
	}
	.main-visual .main-visual-info dt {
		font-size: 14px !important;
	}
	.main-visual .main-visual-info dd em {
		font-size: 24px;
	}
	.main-visual .main-visual-info {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        padding: 0 16px;
        gap: 8px;
        position: absolute;
        bottom: -138px;
	}
	.main-visual .main-visual-info .info1 {
		flex: 2;
		margin: 0;
	}
	.main-visual .main-visual-info .info2 {
	    flex: 1;
	    margin: 0;
	    
	}
	.main-visual .main-visual-info .info3 {
	    width: 100%;
	}
	.main-visual .main-visual-info .info3 a {
		font-size: 16px;
		align-items: center;
	}
	.main-visual .main-visual-info p {
		font-size: 12px;
	}
	.main-visual .main-visual-info a {
		height: auto;
	}
	.main-visual .main-visual-info a:after {
	  display: none;
	}
}
@media screen and (max-width: 767px) {
}
 
/* ===========================================================

	top-contents
	
=========================================================== */
#top-contens {
	position: relative;
	width: 100%;
	max-width: 1440px;
	padding: 0 64px;
}
@media screen and (max-width: 1200px) {
	#top-contens {
		width: auto;
		margin: 0;
		padding: 0;
	}
}
/* top-contents section title
----------------------------------------------------------- */
#top-contens h2 {
	position: relative;
	font-size: 32px;
	margin: 0 0 48px;
	font-weight: 500;
	color: #292929;
	text-align: center;
    line-height: 1.5;
}
#top-contens h2 span {
	display: block;
	font-family: "Poppins";
	font-size: 15px;
	font-weight: 500;
	color: #E30C1F;

}
@media screen and (max-width: 1200px) {
	#top-contens h2 {
		font-size: 24px;
		margin-bottom: 16px;
	}
	#top-contens h2 span {
		text-align: center;
		
	}
}

/* top-column
----------------------------------------------------------- */
.top-column-left {
	float: left;
	width: 730px;
}
.column-right, .top-column-right {
	float: right;
	width: 410px;
}
@media screen and (max-width: 1200px) {
	.top-column-left,
	.column-right, .top-column-right {
		float: none;
		width: 100%;
	}
}

/* ===========================================================

	 top-topics

=========================================================== */
.top-topics {
	padding: 80px 0 130px;
	position: relative;
	/*overflow: hidden;*/
}
.top-topics:after {
	position: absolute;
	bottom: 32px;
	right: -160px;
    content: "";
    display: inline-block;
    width: 933px;
    height: 393px;
	background-image: url('/assets/img/common/top/topics-back.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.topics-slider {
	position: relative;
	margin: 0;
}
.topics-slider li a {
	color: #292929;
	transition:0.5s;	
}
.topics-slider li a:hover {
	text-decoration: none;
	opacity: .7;
}
.topics-slider li img {
	max-width: 280px;
	max-height: 210px;
	/*border: 1px solid #989898;*/
	border-radius: 24px;
	margin: 0 auto 16px;
	object-fit: contain;
}
.topics-slider p {
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 1.3;
} 
.topics-slider .slide-arrow {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 100px;
	z-index: 2;
}
.topics-slider .prev-arrow {
	left: -16px;
	transform: scale(-1, 1);
}
.topics-slider .next-arrow {
	right: -16px;
}
@media screen and (min-width:1201px) and ( max-width:1600px) {
	.topics-slider .slide-arrow {
		width: 48px;
		height: 48px;
	}
	.top-topics:after {
		content: none;
	}
}
@media screen and (min-width:1201px) and ( max-width:1300px) {
	.portfolio-slider .prev-arrow {
		left: 55% !important;
	}
	.portfolio-slider .next-arrow {
		right: 55% !important;
	}
}

@media screen and (max-width: 1200px) {
	.top-topics {
		padding: 16px 0;
		position: relative;
		background-image: url('/assets/img/common/top/topics-back.png');
	    background-position: center bottom;
	    background-size: contain;
	    background-repeat: no-repeat;

	}
	.topics-slider li {
		margin: 0 8px;
	}
	.topics-slider li img {
		max-width: 200px;
		max-height: 150px;
	}
	.topics-slider .slide-arrow {
		position: absolute;
		width: 48px;
		height: 48px;
		top: 76px;
	}
	.topics-slider .prev-arrow {
		left: 16px;
		transform: scale(-1, 1);
	}
	.topics-slider .next-arrow {
		right: 16px;
	}
	.top-topics:after {
	    content: none;
	}

}
/* ===========================================================

	top-news
	
=========================================================== */
.top-news {
	position: relative;
	display: flex;
	margin-bottom: 128px;
}
.top-news h2 {
	text-align: left !important;
	white-space: nowrap;
}

.top-news h2 span {
	text-align: left !important;
}
.news-left {
	margin-right: 48px;
	text-align: center;
}
.top-news .panel {
	margin-bottom: 48px;
}
.top-news .icon {
	width: 100px;
	height: 40px;
	line-height: 40px;
}
.top-news .bottom-link {
	display: flex;
	justify-content: end;
}
.top-news .bottom-link a {
	margin: 0 0 0 48px;
}
@media screen and (max-width: 1200px) {
	.top-info{
		flex-direction: column;
	    align-items: center;
	}
	.top-news {
		height: auto !important;
		flex-direction: column;
		padding: 24px 16px 48px;
		margin-bottom: 0;
	}
	.top-news h2 {
		text-align: center !important;
		white-space: nowrap;
	}
	
	.top-news h2 span {
		text-align: center !important;
	}
	.top-banner-list{
		margin-left: 0;
	}
	.top-banner-list ul{
		display: flex;
    flex-wrap: wrap;
	}
	.top-banner-list ul li{
		width: 50%;
	    text-align: center;
	}
	.top-banner-list ul li{
		width: 100%;
		margin: 0 0 20px !important;
	}
	.top-banner-list ul li img {
		width: 100%;
		height: auto;
	}
	.news-left {
		margin: 0;
	}
	.news-left img {
		height: 128px;
	}
	.top-news .icon {
		width: 96px;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
	}
	.top-news .bottom-link {
		flex-direction: column;
		align-items: center;
	}

	.top-news .bottom-link a {
		margin: 0 0 24px 0;
	}

}

/* top-news__link
----------------------------------------------------------- */
ul.top-news__link {
	/* position: absolute; */
	top: 10px;
	right: 0;
}
ul.top-news__link li {
	margin: 0 0 0 10px;
	display: inline-block;
}
ul.top-news__link li a {
	position: relative;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	color: #111;
	overflow: hidden;
	padding: 0 10px 0 15px;
	border: solid 1px #ccc;
}
ul.top-news__link li a:before {
	position: absolute;
	top: 50%;
	left: 7px;
	margin: -4px 0 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #FF1100;
}
ul.top-news__link li.ic-rss a {
	padding: 0 10px 0 20px;
}
ul.top-news__link li.ic-rss a:before {
	background: url(/assets/img/common/ic/ic_rss_a.png) 50% 50% no-repeat;
	background-size: 9px 9px;
	width: 9px;
	height: 9px;
	border: none;
}
@media screen and (max-width: 1200px) {
	ul.top-news__link {
		position: relative;
		top: inherit;
		right: inherit;
		text-align: center;
		margin: 0 0 20px;
	}
	ul.top-news__link li {
		margin: 0 0 5px;
		display: block;
		height: 35px;
	}
	ul.top-news__link li a {
		width: 280px;
		margin: 0 auto;
		padding: 0 20px;
		height: 35px;
		line-height: 35px;
		display: inline-block;
		border: solid 1px #ddd;
		font-size: 12px;
		text-align: left;
	}
	ul.top-news__link li a:before {
		position: relative;
		top: inherit;
		left: inherit;
		display: inline-block;
		margin: -5px 5px 0;
	}
}
/* top-news dl
----------------------------------------------------------- */
.top-news dl {
}
.top-news dt {
}
.top-news dt span.icon {
}
.top-news dd {
}
.top-news dd span {
}
.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: 1200px) {
	
}

.tabs > .tab {
}
.tabs > .tab.active, .tabs > .tab.active a {
	font-weight: bold;
}
.panels > .panel {
	display: none;
}
.panels > .panel.active {
	display: block;
}

/* ===========================================================

	 top-data

=========================================================== */
.top-column-right em {
	font-size: 30px;
	font-size: 3.0rem;
  color: #111;
	margin: 0 5px 0 0;
}
.column-right p {
	margin: 0 0 10px;
}
.column-right p img {
	vertical-align: bottom;
}
/* top-news__link
----------------------------------------------------------- */
.top-data__link {
	position: absolute;
	top: 10px;
	right: 0;
}
.top-data__link a {
	position: relative;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	color: #111;
	overflow: hidden;
	padding: 0 10px 0 15px;
	border: solid 1px #ccc;
}
.top-data__link a:before {
	position: absolute;
	top: 50%;
	left: 7px;
	margin: -4px 0 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #FF1100;
}
@media screen and (max-width: 1200px) {
	.top-data__link {
		position: relative;
		top: inherit;
		right: inherit;
		text-align: center;
	}
	.top-data__link a {
		position: relative;
		height: 35px;
		line-height: 35px;
		width: 140px;
		padding: 0 20px;
		margin: auto;
	}
	.top-data__link a:before {
		position: relative;
		top: inherit;
		left: inherit;
		display: inline-block;
		margin: -4px 5px 0 0;
	}
}

/* ===========================================================

	 top-section

=========================================================== */
.top-section {
	display: flex;
	margin-bottom: 120px;
	gap: 0 32px;
}
.top-section .bottom-link {
	display: flex;
	justify-content: center;
	margin-top: auto;
}
.bottom-link a {
	margin: 0 16px;
}
.bottom-link img:hover {
	opacity: 0.8;
}
@media screen and (max-width: 1200px) {	
	.top-section {
		display: block;
		margin-bottom: 0;
	}
	.top-section .bottom-link {
		position: relative;
		flex-direction:column;
        align-items: center;
		bottom: 0;
		margin-top: 32px;
	}
	.top-section .bottom-link a {
		margin: 12px 0;
		width: 256px;
	}
	.top-section .bottom-link a img {
		width: 100%;
	}
}
@media screen and (min-width:1201px) and ( max-width:1600px) {
	.top-section {
		flex-direction: column;
		gap: 32px;
	}
	.top-section .bottom-link {
		position: unset;
	}
	
}
/* ===========================================================

	 top-distribute

=========================================================== */
.top-distribute {
    display: flex;
    flex-direction: column;
    align-items: start;
    flex: 1;
    position: relative;
	padding: 64px 48px;
	max-width: 640px;
	box-shadow: 0px 4px 12px 0px rgba(61, 61, 61, 0.16);
	border-radius: 24px;
	background-image: url('/assets/img/common/top/top-distribute.png');
	background-size: auto 96px;
    background-repeat: no-repeat;
    background-position: right 48px top 64px;
}
.top-distribute h2 span {
	text-align: left;
}
.distribute-inner {
	display: flex;
	gap: 28px;
}
.distribute-inner a {
	color: #292929;
    white-space: nowrap;
}
.distribute-inner a:hover {
	text-decoration: none;
}
.top-distribute h3 {
	font-size: 24px;
	font-weight: 500;
	color: #E30C1F;
	text-align: center;
}
.is-en .top-distribute h3 {
	font-size: 20px;
}
.top-distribute dl {
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    line-height: 1.4;
    padding-top: 8px;
}
.is-en .top-distribute dl {
	font-size: 15px;
}
.top-distribute dl:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-bottom: solid 2px #989898;
	border-right: solid 2px #989898;
	transform: rotate(45deg) translateX(-50%);
	position: absolute;
	bottom: -20px;
	margin: auto;
}
.top-distribute dt {
}
.top-distribute dd {
   letter-spacing: -1px;
}
.top-distribute dl.actual {
	border-right: 1px solid #E30C1F;
}
.distribute-inner a:hover dl:after {
	border-color: #E30C1F;
}
.top-distribute .payment-date {
	text-align: center;
	font-size: 12px;
	line-height: 1.4;
	border: 1px solid #E30C1F;
	border-radius: 16px;
	padding: 16px 32px;
	margin-top: 28px;
	opacity: 0;
	transition: .3s all;
}
.top-distribute a:hover +.payment-date {
	opacity: 1;
}
.top-distribute .forecast-inner {
	display: flex;
}
.top-distribute dl.forecast {
	margin-left: 8px;
}
.top-distribute .forecast-inner dl:last-child {
	margin-right: 0;
}
.top-distribute dl.forecast em {
	color: #292929;
}

.top-distribute em {
	font-size: 40px;
	font-weight: 500;
	color: #292929;
	margin: 0 5px 0 0;
}
@media screen and (min-width:1201px) and ( max-width:1600px) {
	.top-distribute {
		max-width: unset;
		align-items: center;
	}
}
@media screen and (max-width: 1200px) {	
	.top-distribute {
		max-width: unset;
		width: 100%;
		max-width: unset;
	    flex-direction: column;
	    align-items: center;
	    position: relative;
		margin: 0;
		padding: 24px;
		width: 100%;
		height: auto;
		box-shadow: none;
		border-radius: 24px;
		background: none;

	}
	.distribute-inner {
	    flex-direction: column;
	    width: 100%;
	}
	.distribute-inner-box {
		display: flex;
		justify-content: space-between;
        align-items: baseline;
        border-bottom: 1px solid #E30C1F;
	}
	.distribute-inner-box:last-child {
		border: none;
	}
	.top-distribute .payment-date {
		display: none;
	}
	.top-distribute h3 {
		font-size: 20px;
		margin-bottom: 8px;
        padding-top: 16px;
	}
	.top-distribute dl {
		align-items:end;
		text-align: right;
		border-right: none !important;
	}
	.top-distribute dl:after {
		content: none;
	}
	.top-distribute dl.actual dd span {
		color:#989898;
	}
	.top-distribute .forecast-inner {
		flex-direction: column;
	}
	.top-distribute dl.forecast {
 	   margin-bottom: 0;
	}
}


/* ===========================================================

	 top-financial

=========================================================== */
.top-financial {
    display: flex;
    flex-direction: column;
    align-items: start;
    flex: 1;
    position: relative;
	padding: 64px 48px;
	max-width: 640px;
	box-shadow: 0px 4px 12px 0px rgba(61, 61, 61, 0.16);
	border-radius: 24px;
	background-image: url('/assets/img/common/top/top-financial.png');
	background-size: auto 96px;
    background-repeat: no-repeat;
    background-position: right 48px top 64px;
}
.top-financial h2 span{
	text-align: left;
}
.top-financial p {
	margin-bottom: 16px;
}
.top-financial > div {
	width: 100%;
}
.top-financial ul.top-financial__list {
	display: flex;
	flex-wrap: wrap;
}
.top-financial ul.top-financial__list li {
	width: 50%;
	margin-bottom: 24px;
}
.top-financial ul.top-financial__list li span {
	margin: 0 8px 0 0;
}
.top-financial ul.top-financial__list li a {
	text-decoration: none;
	font-size:16px;
}
.is-en .top-financial ul.top-financial__list li {
	width: 100%;
	margin-bottom: 16px;
}
.top-financial p.bt-download {
	display: inline-block;
	float: right;
	border: solid 1px #ccc;
	text-align: center;
}
.top-financial p.bt-download a {
	width: 90px;
	height: 100px;
	line-height: 130px;
	display: block;
	background: url(/assets/img/common/top/ic_download.png) 50% 30px no-repeat;
	background-size: 25px auto;
	font-size: 11px;
	font-size: 1.1rem;
}
.top-financial p.bt-download a:hover {
	text-decoration: none;
}

.top-financial em {
	font-size: 30px;
	font-size: 3.0rem;
  color: #111;
	margin: 0 5px 0 0;
}
@media screen and (min-width:1201px) and ( max-width:1600px) {
	.top-financial {
		max-width: unset;
		align-items: center;
	}
}

@media screen and (max-width: 1200px) {	
	.top-financial {
	    align-items: center;
		width: 100%;
		max-width: unset;
		background-image: none;
		box-shadow: none;
		height: auto;
		padding: 24px 16px;
		margin: 0;
	}
	.top-financial p.bt-download {
		clear: both;
		float: none;
		display: block;
		text-align: center;
	}
	.top-financial p.bt-download a {
		width: 100%;
		height: 60px;
		line-height: 85px;
		background: url(/assets/img/common/top/ic_download.png) 50% 10px no-repeat;
		background-size: 25px auto;
	}
	.top-financial ul.top-financial__list {
		display: flex;
		flex-direction: column;
        margin-top: 32px;
        margin-bottom: 0;
	}
	.top-financial ul.top-financial__list li {
		width: 100%;
		margin-bottom: 0;
		margin-top: 16px;
	}
	.top-financial ul.top-financial__list li:last-child {
		margin-top: 0;
	}
}

/* ===========================================================

	 top-portfolio

=========================================================== */
.top-portfolio {
	clear: both;
	background-image: url('/assets/img/common/top/portfolio-back.png');
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 40px;
	margin-bottom: 80px;
}
.top-portfolio h2 {
	position: relative;
	font-size: 32px;
	margin: 0 0 48px;
	font-weight: 500;
	color: #292929;
	text-align: center;
    line-height: 1.5;
}
.top-portfolio h2 span {
	display: block;
	font-family: "Poppins";
	font-size: 15px;
	font-weight: 500;
	color: #E30C1F;
	text-align: center;
	
}
.portfolio-slider {
	margin-bottom: 48px;
}
.portfolio-slider .slide-arrow {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	margin-top: -40px;
	z-index: 2;
}
.portfolio-slider .prev-arrow {
	left: 50%;
	transform: scale(-1, 1) translateX(640px);
}
.portfolio-slider .next-arrow {
	right: 50%;
	transform: translateX(640px);
}
.portfolio-slider li {
	position: relative;
	margin: 0 28px;
	border-radius: 24px;
	transition: all .3s ease;
	overflow: hidden;
}
.portfolio-slider li.slick-active:hover:after {
	content: "";
	background: rgba(41,41,41,.68);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.portfolio-slider .portfolio-info {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	transition: all .3s;
}
.portfolio-slider .portfolio-info span {
	display: block;
	font-size: 16px;
	margin-bottom: 32px;
}
.portfolio-slider li:hover .portfolio-info {
	opacity: 1;
}
@media screen and (min-width:1201px) and ( max-width:1600px) {
	.portfolio-slider .slide-arrow {
		width: 48px;
		height: 48px;
	}

}
@media screen and (max-width: 1200px) {
	.top-portfolio {
		padding-bottom: 0;
		margin-bottom: 64px;
	}

	.portfolio-slider {
		margin-bottom: 32px;
	}
	.portfolio-slider li {
		margin: 0 8px;
		max-width: 360px;
	}
	.portfolio-slider li img{
		height: 256px;
	}
	.portfolio-slider .slide-arrow {
		width: 48px;
		height: 48px;
		top: 140px;
	}
	.portfolio-slider .prev-arrow {
		left: 16px;
		transform: scale(-1, 1) translateX(0);
	}
	.portfolio-slider .next-arrow {
		right: 16px;
		transform: translateX(0);
	}

}

/* ===========================================================

	fade_in

=========================================================== */
.fade1,.fade2,.fade3 {
	opacity: 0;
	z-index: 2;
}
.fade2 {
	animation-delay: 0.4s;
}
.fade3 {
	animation-delay: 0.8s;
}
