/*
* top.css
*
*/
/* --------------------------------
	top
-------------------------------- */
.hero {
	overflow: hidden;
	position: relative;
	height: 100vh;
	background: #000;
}
@media print, screen and (max-width: 375px) {
	.hero {
		max-height: 635px;
	}
}

.hero_carousel {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.hero_carousel_item {
	visibility: visible; 
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.hero_carousel_item.is-ready {
	visibility: hidden;
}
.hero_carousel_item.is-current {
	z-index: 2;
}
.hero_carousel_item a {
	display: block;
	height: 100%;
}

.hero_carousel_img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: -webkit-transform 1.1s 0.35s cubic-bezier(0.4, 0, 0.22, 1);
	transition: -webkit-transform 1.1s 0.35s cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 1.1s 0.35s cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 1.1s 0.35s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 1.1s 0.35s cubic-bezier(0.4, 0, 0.22, 1); 
	-webkit-transform: translateX(0); 
	    -ms-transform: translateX(0); 
	        transform: translateX(0);
}
.hero_carousel_img:after {
	content: "";
	display: block;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 150px;
	background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.45));
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.45));
}
@media print, screen and (min-width: 768px) {
	.hero_carousel_img {
		-webkit-transition: -webkit-transform 1.1s 0.6s cubic-bezier(0.4, 0, 0.22, 1);
		transition: -webkit-transform 1.1s 0.6s cubic-bezier(0.4, 0, 0.22, 1);
		transition: transform 1.1s 0.6s cubic-bezier(0.4, 0, 0.22, 1);
		transition: transform 1.1s 0.6s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 1.1s 0.6s cubic-bezier(0.4, 0, 0.22, 1);
	}
	.hero_carousel_img:after {
		height: 300px;
	}
}

.hero_carousel_mask {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 0;
	-webkit-transition: border-radius 0.4s 1.4s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 0.4s 1.4s cubic-bezier(0.4, 0, 0.22, 1);
	transition: border-radius 0.4s 1.4s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 0.4s 1.4s cubic-bezier(0.4, 0, 0.22, 1);
	transition: border-radius 0.4s 1.4s cubic-bezier(0.4, 0, 0.22, 1), transform 0.4s 1.4s cubic-bezier(0.4, 0, 0.22, 1);
	transition: border-radius 0.4s 1.4s cubic-bezier(0.4, 0, 0.22, 1), transform 0.4s 1.4s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 0.4s 1.4s cubic-bezier(0.4, 0, 0.22, 1); 
	-webkit-transform: scale(1); 
	    -ms-transform: scale(1); 
	        transform: scale(1);
}
@media print, screen and (min-width: 768px) {
	.hero_carousel_mask {
		-webkit-transition: border-radius 0.6s 1.6s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 0.6s 1.6s cubic-bezier(0.4, 0, 0.22, 1);
		transition: border-radius 0.6s 1.6s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 0.6s 1.6s cubic-bezier(0.4, 0, 0.22, 1);
		transition: border-radius 0.6s 1.6s cubic-bezier(0.4, 0, 0.22, 1), transform 0.6s 1.6s cubic-bezier(0.4, 0, 0.22, 1);
		transition: border-radius 0.6s 1.6s cubic-bezier(0.4, 0, 0.22, 1), transform 0.6s 1.6s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 0.6s 1.6s cubic-bezier(0.4, 0, 0.22, 1);
	}
}

.hero_carousel_bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: -webkit-transform 0.4s 1.4s cubic-bezier(0.4, 0, 0.22, 1);
	transition: -webkit-transform 0.4s 1.4s cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 0.4s 1.4s cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 0.4s 1.4s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 0.4s 1.4s cubic-bezier(0.4, 0, 0.22, 1); 
	-webkit-transform: scale(1); 
	    -ms-transform: scale(1); 
	        transform: scale(1);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media print, screen and (min-width: 768px) {
	.hero_carousel_bg {
		-webkit-transition: -webkit-transform 0.6s 1.6s cubic-bezier(0.4, 0, 0.22, 1);
		transition: -webkit-transform 0.6s 1.6s cubic-bezier(0.4, 0, 0.22, 1);
		transition: transform 0.6s 1.6s cubic-bezier(0.4, 0, 0.22, 1);
		transition: transform 0.6s 1.6s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 0.6s 1.6s cubic-bezier(0.4, 0, 0.22, 1);
	}
}

.hero_carousel_text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: -webkit-transform 1.05s 0.3s cubic-bezier(0.4, 0, 0.22, 1);
	transition: -webkit-transform 1.05s 0.3s cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 1.05s 0.3s cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 1.05s 0.3s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 1.05s 0.3s cubic-bezier(0.4, 0, 0.22, 1); 
	-webkit-transform: translateX(0); 
	    -ms-transform: translateX(0); 
	        transform: translateX(0);
	color: #fff;
}
@media print, screen and (min-width: 768px) {
	.hero_carousel_text {
		-webkit-transition: -webkit-transform 1.1s 0.5s cubic-bezier(0.4, 0, 0.22, 1);
		transition: -webkit-transform 1.1s 0.5s cubic-bezier(0.4, 0, 0.22, 1);
		transition: transform 1.1s 0.5s cubic-bezier(0.4, 0, 0.22, 1);
		transition: transform 1.1s 0.5s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 1.1s 0.5s cubic-bezier(0.4, 0, 0.22, 1);
	}
}

.hero_carousel_textInner {
	position: absolute;
	right: 20px;
	bottom: 60px;
	left: 20px;
}
@media print, screen and (min-width: 768px) {
	.hero_carousel_textInner {
		right: 94px;
		bottom: 90px;
		left: 94px;
	}
}

.hero_carousel_title {
	font-weight: bold;
}
.hero_carousel_textInner-type1 .hero_carousel_title {
	font-size: 57.6px;
	font-size: 3.6rem;
	line-height: 1;
}
@media print, screen and (min-width: 768px) {
	.hero_carousel_textInner-type1 .hero_carousel_title {
		font-size: 6rem;
	}
}
.hero_carousel_textInner-type2 .hero_carousel_title {
	margin-bottom: 3px;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.53;
}
@media print, screen and (min-width: 768px) {
	.hero_carousel_textInner-type2 .hero_carousel_title {
		margin-bottom: 8px;
		font-size: 3rem;
	}
}

.hero_carousel_lead {
	font-size: 20.8px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
	.hero_carousel_lead {
		font-size: 2rem;
	}
}

.hero_carousel_item.is-next .hero_carousel_img {
	-webkit-transition: -webkit-transform 1.1s 0.35s cubic-bezier(0.4, 0, 0.22, 1);
	transition: -webkit-transform 1.1s 0.35s cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 1.1s 0.35s cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 1.1s 0.35s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 1.1s 0.35s cubic-bezier(0.4, 0, 0.22, 1); 
	-webkit-transform: translateX(100%); 
	    -ms-transform: translateX(100%); 
	        transform: translateX(100%);
}
@media print, screen and (min-width: 768px) {
	.hero_carousel_item.is-next .hero_carousel_img {
		-webkit-transition: -webkit-transform 1.1s 0.6s cubic-bezier(0.4, 0, 0.22, 1);
		transition: -webkit-transform 1.1s 0.6s cubic-bezier(0.4, 0, 0.22, 1);
		transition: transform 1.1s 0.6s cubic-bezier(0.4, 0, 0.22, 1);
		transition: transform 1.1s 0.6s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 1.1s 0.6s cubic-bezier(0.4, 0, 0.22, 1);
	}
}

.hero_carousel_item.is-next .hero_carousel_text {
	-webkit-transition: -webkit-transform 1.05s 0.3s cubic-bezier(0.4, 0, 0.22, 1);
	transition: -webkit-transform 1.05s 0.3s cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 1.05s 0.3s cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 1.05s 0.3s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 1.05s 0.3s cubic-bezier(0.4, 0, 0.22, 1); 
	-webkit-transform: translateX(100%); 
	    -ms-transform: translateX(100%); 
	        transform: translateX(100%);
}
@media print, screen and (min-width: 768px) {
	.hero_carousel_item.is-next .hero_carousel_text {
		-webkit-transition: -webkit-transform 1.1s 0.5s cubic-bezier(0.4, 0, 0.22, 1);
		transition: -webkit-transform 1.1s 0.5s cubic-bezier(0.4, 0, 0.22, 1);
		transition: transform 1.1s 0.5s cubic-bezier(0.4, 0, 0.22, 1);
		transition: transform 1.1s 0.5s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 1.1s 0.5s cubic-bezier(0.4, 0, 0.22, 1);
	}
}

.hero_carousel_item.is-prev .hero_carousel_img {
	-webkit-transition: -webkit-transform 1.1s 0.35s cubic-bezier(0.4, 0, 0.22, 1);
	transition: -webkit-transform 1.1s 0.35s cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 1.1s 0.35s cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 1.1s 0.35s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 1.1s 0.35s cubic-bezier(0.4, 0, 0.22, 1); 
	-webkit-transform: translateX(-100%); 
	    -ms-transform: translateX(-100%); 
	        transform: translateX(-100%);
}
@media print, screen and (min-width: 768px) {
	.hero_carousel_item.is-prev .hero_carousel_img {
		-webkit-transition: -webkit-transform 1.1s 0.6s cubic-bezier(0.4, 0, 0.22, 1);
		transition: -webkit-transform 1.1s 0.6s cubic-bezier(0.4, 0, 0.22, 1);
		transition: transform 1.1s 0.6s cubic-bezier(0.4, 0, 0.22, 1);
		transition: transform 1.1s 0.6s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 1.1s 0.6s cubic-bezier(0.4, 0, 0.22, 1);
	}
}

.hero_carousel_item.is-prev .hero_carousel_text {
	-webkit-transition: -webkit-transform 1.05s 0.3s cubic-bezier(0.4, 0, 0.22, 1);
	transition: -webkit-transform 1.05s 0.3s cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 1.05s 0.3s cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 1.05s 0.3s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 1.05s 0.3s cubic-bezier(0.4, 0, 0.22, 1); 
	-webkit-transform: translateX(-100%); 
	    -ms-transform: translateX(-100%); 
	        transform: translateX(-100%);
}
@media print, screen and (min-width: 768px) {
	.hero_carousel_item.is-prev .hero_carousel_text {
		-webkit-transition: -webkit-transform 1.1s 0.5s cubic-bezier(0.4, 0, 0.22, 1);
		transition: -webkit-transform 1.1s 0.5s cubic-bezier(0.4, 0, 0.22, 1);
		transition: transform 1.1s 0.5s cubic-bezier(0.4, 0, 0.22, 1);
		transition: transform 1.1s 0.5s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 1.1s 0.5s cubic-bezier(0.4, 0, 0.22, 1);
	}
}

.hero_carousel_item.is-ready-next .hero_carousel_img {
	-webkit-transition-delay: 0s;
	        transition-delay: 0s; 
	-webkit-transition-duration: 0s; 
	        transition-duration: 0s;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
}

.hero_carousel_item.is-ready-next .hero_carousel_text {
	-webkit-transition-delay: 0s;
	        transition-delay: 0s; 
	-webkit-transition-duration: 0s; 
	        transition-duration: 0s;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
}

.hero_carousel_item.is-ready-prev .hero_carousel_img {
	-webkit-transition-delay: 0s;
	        transition-delay: 0s; 
	-webkit-transition-duration: 0s; 
	        transition-duration: 0s;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.hero_carousel_item.is-ready-prev .hero_carousel_text {
	-webkit-transition-delay: 0s;
	        transition-delay: 0s; 
	-webkit-transition-duration: 0s; 
	        transition-duration: 0s;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.hero_carousel_item.is-next .hero_carousel_mask,
.hero_carousel_item.is-prev .hero_carousel_mask {
	border-radius: 30px 30px;
	-webkit-transition: border-radius 0.4s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.22, 1);
	transition: border-radius 0.4s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.22, 1);
	transition: border-radius 0.4s cubic-bezier(0.4, 0, 0.22, 1), transform 0.4s cubic-bezier(0.4, 0, 0.22, 1);
	transition: border-radius 0.4s cubic-bezier(0.4, 0, 0.22, 1), transform 0.4s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.22, 1); 
	-webkit-transform: scale(0.55); 
	    -ms-transform: scale(0.55); 
	        transform: scale(0.55);
}
@media print, screen and (min-width: 768px) {
	.hero_carousel_item.is-next .hero_carousel_mask,
	.hero_carousel_item.is-prev .hero_carousel_mask {
		-webkit-transition: border-radius 0.7s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.22, 1);
		transition: border-radius 0.7s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.22, 1);
		transition: border-radius 0.7s cubic-bezier(0.4, 0, 0.22, 1), transform 0.7s cubic-bezier(0.4, 0, 0.22, 1);
		transition: border-radius 0.7s cubic-bezier(0.4, 0, 0.22, 1), transform 0.7s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.22, 1);
	}
}

.hero_carousel_item.is-next .hero_carousel_bg,
.hero_carousel_item.is-prev .hero_carousel_bg {
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.22, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.22, 1); 
	-webkit-transform: scale(1.25); 
	    -ms-transform: scale(1.25); 
	        transform: scale(1.25);
}
@media print, screen and (min-width: 768px) {
	.hero_carousel_item.is-next .hero_carousel_bg,
	.hero_carousel_item.is-prev .hero_carousel_bg {
		-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.22, 1);
		transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.22, 1);
		transition: transform 0.7s cubic-bezier(0.4, 0, 0.22, 1);
		transition: transform 0.7s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.22, 1);
	}
}

.hero_carousel_item.is-ready-next .hero_carousel_mask,
.hero_carousel_item.is-ready-prev .hero_carousel_mask {
	border-radius: 30px 30px;
	-webkit-transition-delay: 0s;
	        transition-delay: 0s; 
	-webkit-transition-duration: 0s; 
	        transition-duration: 0s;
	-webkit-transform: scale(0.55);
	    -ms-transform: scale(0.55);
	        transform: scale(0.55);
}

.hero_carousel_item.is-ready-next .hero_carousel_bg,
.hero_carousel_item.is-ready-prev .hero_carousel_bg {
	-webkit-transition-delay: 0s;
	        transition-delay: 0s; 
	-webkit-transition-duration: 0s; 
	        transition-duration: 0s;
	-webkit-transform: scale(1.25);
	    -ms-transform: scale(1.25);
	        transform: scale(1.25);
}

.hero_carousel_control {
	position: absolute;
	z-index: 3;
	right: 20px;
	bottom: 13px;
	left: 20px;
	height: 44px;
}
@media print, screen and (min-width: 768px) {
	.hero_carousel_control {
		right: 140px;
		bottom: 30px;
		left: 140px;
	}
}

.hero_carousel_toggleSwitch {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 24px;
	height: 44px;
	background: none; 

	-webkit-appearance: none;
}
.hero_carousel_toggleSwitch svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto; 
	height: 14px;
}

.hero_carousel_pagerContainer {
	position: absolute;
	top: 0;
	right: 0;
	left: 38px;
}
.hero_carousel_pagerContainer:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.4);
}
@media print, screen and (min-width: 768px) {
	.hero_carousel_pagerContainer {
		left: 50px;
	}
}

.hero_carousel_pager_progress {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: left;
	    -ms-transform-origin: left;
	        transform-origin: left; 
	background: #2cbafc;
}

.hero_carousel_pager {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #fff; 

	-webkit-box-pack: center; 

	-webkit-justify-content: center; 

	    -ms-flex-pack: center; 

	        justify-content: center;
}

.hero_carousel_pager_item {
	position: relative;
	width: 50%;
	height: 44px; 
	cursor: pointer;
}

.hero_carousel_pager_item_progress {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: left;
	    -ms-transform-origin: left;
	        transform-origin: left; 
	background: #2cbafc;
}

.hero_carousel_pager_item_dot {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 0;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1); 
	-webkit-transform: scale(1); 
	    -ms-transform: scale(1); 
	        transform: scale(1);
	background: #fff;
	font-size: 0;

	-webkit-appearance: none;
}
@media print, screen and (min-width: 768px) {
	.hero_carousel_pager_item_dot {
		width: 13px;
		height: 13px;
	}
}
.hero_carousel_pager_item.is-current .hero_carousel_pager_item_dot {
	-webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.47, 1.26);
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.47, 1.26); 
	-webkit-transform: scale(1.4); 
	    -ms-transform: scale(1.4); 
	        transform: scale(1.4);
	background-color: #2cbafc;
}
@media print, screen and (min-width: 768px) {
	.hero_carousel_pager_item.is-current .hero_carousel_pager_item_dot {
		-webkit-transform: scale(1.46);
		    -ms-transform: scale(1.46);
		        transform: scale(1.46);
	}
}

.hero_carousel_pager_thumb {
	display: none;
	pointer-events: none;
}
.no-touchevents .hero_carousel_pager_thumb {
	display: block;
	overflow: hidden;
	opacity: 0; 
	position: absolute;
	top: -50px;
	left: 0;
	border-radius: 10px;
	width: 90px;
	height: 50px;
}

.hero_carousel_pager_thumb_list {
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.hero_carousel_pager_thumb_list li {
	float: left;
	width: 90px;
	height: 50px;
	background-position: center;
	background-size: cover;
}

.hero_scroll {
	position: absolute;
	z-index: 3;
	right: 35px;
	bottom: 40px;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	font-size: 22.4px;
	font-size: 1.4rem;
	line-height: 1;

	-webkit-backface-visibility: hidden;

	        backface-visibility: hidden;
}
@media print, screen and (max-width: 767px) {
	.hero_scroll {
		display: none;
	}
}
.hero_scroll a {
	text-decoration: none; 
	color: #fff;
}

.hero_scroll_label {
	display: block;
}

.hero_scroll_bar {
	display: block;
	position: absolute;
	top: 0;
	right: -38px;
	bottom: 2px;
	margin: auto;
	width: 30px;
	height: 2px;
	-webkit-animation: hero_scroll_bar 3s infinite cubic-bezier(0.23, 1, 0.58, 1);
	        animation: hero_scroll_bar 3s infinite cubic-bezier(0.23, 1, 0.58, 1); 
	background: #fff;
}

@-webkit-keyframes hero_scroll_bar {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30%);
		        transform: translateX(-30%);
	}
	20% {
		opacity: 1;
	}
	75%,
	100% {
		opacity: 0;
		-webkit-transform: translateX(70%);
		        transform: translateX(70%);
	}
}

@keyframes hero_scroll_bar {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30%);
		        transform: translateX(-30%);
	}
	20% {
		opacity: 1;
	}
	75%,
	100% {
		opacity: 0;
		-webkit-transform: translateX(70%);
		        transform: translateX(70%);
	}
}

.topics .m-categorySectionInner {
	padding-top: 56px;
}
@media print, screen and (min-width: 768px) {
	.topics .m-categorySectionInner {
		padding-top: 108px;
	}
}

.contentsNav_section {
	overflow: hidden; 
	position: relative;
}
.contentsNav_section:not(:first-child) {
	border-top: 2px solid #f0f0ee;
}
@media print, screen and (min-width: 768px) {
	.contentsNav_section:not(:first-child) {
		border-top-width: 4px;
	}
}
.contentsNav_section > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -2px; 

	-webkit-flex-wrap: wrap; 

	    -ms-flex-wrap: wrap; 

	        flex-wrap: wrap;
}

.contentsNav_section_bg {
	opacity: 0;
	position: absolute;
	z-index: -2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.contentsNav_section_bg.is-active {
	opacity: 1; 
	z-index: -1;
}
.no-touchevents .contentsNav_section_bg {
	-webkit-transition: opacity 0s 0.3s;
	transition: opacity 0s 0.3s; 
	-webkit-transform: scale(1); 
	    -ms-transform: scale(1); 
	        transform: scale(1);
}
.no-touchevents .contentsNav_section_bg.is-active {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.no-touchevents .contentsNav_section_bg-img {
	-webkit-transition: opacity 0s 0.3s, -webkit-transform 0s 0.3s;
	transition: opacity 0s 0.3s, -webkit-transform 0s 0.3s;
	transition: opacity 0s 0.3s, transform 0s 0.3s;
	transition: opacity 0s 0.3s, transform 0s 0.3s, -webkit-transform 0s 0.3s;
}
.no-touchevents .contentsNav_section_bg-img.is-active {
	-webkit-transition: opacity 0.3s, -webkit-transform 20s linear;
	transition: opacity 0.3s, -webkit-transform 20s linear;
	transition: opacity 0.3s, transform 20s linear;
	transition: opacity 0.3s, transform 20s linear, -webkit-transform 20s linear; 
	-webkit-transform: scale(1.4); 
	    -ms-transform: scale(1.4); 
	        transform: scale(1.4);
}

.contentsNav_section_bg-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%; 
	-webkit-transform: translate(-50%, -50%); 
	    -ms-transform: translate(-50%, -50%); 
	        transform: translate(-50%, -50%);
}

.contentsNav_section_bg-way {
	background-image: url(https://hayabusa.io/ca/files/user/img/top/contentsnav_bg_way_md.jpg?width=1600&height=596&version=20171016);
}

.contentsNav_section_bg-csr {
	background-image: url(https://hayabusa.io/ca/files/user/img/top/contentsnav_bg_csr.jpg?width=1600&height=596&version=20171016);
}

.contentsNav_section_bg-culture {
	background-image: url(https://hayabusa.io/ca/files/user/img/top/contentsnav_bg_culture.jpg?width=1600&height=596&version=20171016);
}

.contentsNav_section_bg-governance {
	background-image: url(https://hayabusa.io/ca/files/user/img/top/contentsnav_bg_governance.jpg?width=1600&height=596&version=20171016);
}

.contentsNav_section_videoMask {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(https://hayabusa.io/ca/files/user/img/common/video_mask.png);
}

.contentsNav_item {
	overflow: hidden;
	position: relative;
	border-top: 2px solid #f0f0ee;
	border-left: 2px solid #f0f0ee;
	width: 50%;
	height: 140px;
	-webkit-transition: border-color 0.3s cubic-bezier(0.23, 1, 0.58, 1);
	transition: border-color 0.3s cubic-bezier(0.23, 1, 0.58, 1); 
	line-height: 1;
}
.contentsNav_item.contentsNav_item-fluid {
	width: 100%;
}
.contentsNav_item .m-icon {
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	margin: auto;
	width: 1em;
	height: 1em;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.58, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.58, 1);
	transition: transform 0.4s cubic-bezier(0.23, 1, 0.58, 1);
	transition: transform 0.4s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.58, 1); 
	-webkit-transform: translateX(0px); 
	    -ms-transform: translateX(0px); 
	        transform: translateX(0px);
	font-size: 28.8px;
	font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
	.contentsNav_item {
		height: 218px;
	}
	.contentsNav_list-col-3 .contentsNav_item:not(.contentsNav_item-fluid) {
		width: 33.333%;
	}
	.contentsNav_list-col-4 .contentsNav_item:not(.contentsNav_item-fluid) {
		width: 25%;
	}
	.contentsNav_item .m-icon {
		right: 12px;
		font-size: 2.4rem;
	}
	.contentsNav_item.contentsNav_item-fluid {
		border-top: 0; 
		height: 378px;
	}
	.contentsNav_item.contentsNav_item-fluid .m-icon {
		font-size: 4rem;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 1031px) {
	.no-touchevents .contentsNav_section:hover .contentsNav_item .m-icon,
	.touchevents .contentsNav_section.is-touched .contentsNav_item .m-icon {
		opacity: 0;
	}
}
@media print, screen and (min-width: 768px) {
	.no-touchevents .contentsNav_section:hover .contentsNav_item,
	.touchevents .contentsNav_section.is-touched .contentsNav_item {
		border-color: rgba(240, 240, 238, 0);
	}
	.no-touchevents .contentsNav_section:hover .contentsNav_item .m-icon,
	.touchevents .contentsNav_section.is-touched .contentsNav_item .m-icon {
		-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.47, 1.26);
		transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.47, 1.26);
		transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.47, 1.26);
		transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.47, 1.26), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.47, 1.26); 
		-webkit-transform: translateX(-20px); 
		    -ms-transform: translateX(-20px); 
		        transform: translateX(-20px);
	}
}
.no-touchevents .contentsNav_section:hover .contentsNav_item:hover .m-icon,
.touchevents .contentsNav_item.is-touched .m-icon {
	-webkit-transform: translateX(-10px);
	    -ms-transform: translateX(-10px);
	        transform: translateX(-10px);
}
@media print, screen and (min-width: 768px) {
	.no-touchevents .contentsNav_section:hover .contentsNav_item:hover .m-icon,
	.touchevents .contentsNav_item.is-touched .m-icon {
		-webkit-transform: translateX(-30px);
		    -ms-transform: translateX(-30px);
		        transform: translateX(-30px);
	}
}
.no-touchevents .contentsNav_section:hover .contentsNav_item:hover .m-icon:before,
.touchevents .contentsNav_item.is-touched .m-icon:before {
	-webkit-animation: hover-arrow-in 0.45s forwards cubic-bezier(0.175, 0.885, 0.47, 1.26);
	        animation: hover-arrow-in 0.45s forwards cubic-bezier(0.175, 0.885, 0.47, 1.26);
}
@media print, screen and (min-width: 768px) and (max-width: 1031px) {
	.no-touchevents .contentsNav_section:hover .contentsNav_item:hover .m-icon:before,
	.touchevents .contentsNav_item.is-touched .m-icon:before {
		-webkit-animation: none;
		        animation: none;
	}
}
.contentsNav_item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	text-decoration: none; 
	color: inherit;

	-webkit-box-align: center;

	-webkit-align-items: center;

	    -ms-flex-align: center;

	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.contentsNav_item_bg {
	position: absolute;
	z-index: -2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.contentsNav_item_mask {
	content: "";
	display: block;
	opacity: 1;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1); 
	background: #fff;
}
.no-touchevents .contentsNav_section:hover .contentsNav_item_mask,
.touchevents .contentsNav_section.is-touched .contentsNav_item_mask {
	-webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.47, 1.26);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.47, 1.26);
}
@media print, screen and (min-width: 768px) {
	.no-touchevents .contentsNav_section:hover .contentsNav_item_mask,
	.touchevents .contentsNav_section.is-touched .contentsNav_item_mask {
		opacity: 0.65; 
		top: 20px;
		right: 20px;
		bottom: 20px;
		left: 20px;
		border-radius: 20px 20px;
	}
}
.no-touchevents .contentsNav_item:hover .contentsNav_item_mask,
.touchevents .contentsNav_item.is-touched .contentsNav_item_mask {
	opacity: 0.8; 
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border-radius: 20px 20px;
}
@media print, screen and (min-width: 768px) {
	.no-touchevents .contentsNav_item:hover .contentsNav_item_mask,
	.touchevents .contentsNav_item.is-touched .contentsNav_item_mask {
		opacity: 0.9; 
		top: 30px;
		right: 30px;
		bottom: 30px;
		left: 30px;
	}
}

.contentsNav_item_heading {
	width: 100%;
}

.contentsNav_item_heading_en {
	width: 100%;
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1); 
	text-align: center;
	color: black;
	font-size: 32px;
	font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
	.contentsNav_item_heading_en {
		font-size: 3.4rem;
	}
	.contentsNav_item-fluid .contentsNav_item_heading_en {
		font-size: 6rem;
	}
}
@media print, screen and (min-width: 1032px) {
	.contentsNav_item_heading_en {
		font-size: 3.6rem;
	}
}
.backgroundcliptext .contentsNav_item_heading_en {
	background-repeat: no-repeat;
	background-position: 50% 45%;
	background-size: cover;

	-webkit-background-clip: text;
}
@media print, screen and (min-width: 768px) {
	.no-touchevents.backgroundcliptext .contentsNav_section:hover .contentsNav_item_heading_en,
	.touchevents.backgroundcliptext .contentsNav_section.is-touched .contentsNav_item_heading_en {
		color: rgba(0, 0, 0, 0.4);
	}
}
.no-touchevents.backgroundcliptext .contentsNav_item:hover .contentsNav_item_heading_en,
.touchevents.backgroundcliptext .contentsNav_item.is-touched .contentsNav_item_heading_en {
	color: rgba(0, 0, 0, 0.4);
}
.no-touchevents.backgroundcliptext .contentsNav_section-video .contentsNav_item:hover .contentsNav_item_heading_en,
.touchevents.backgroundcliptext .contentsNav_section .contentsNav_item.is-touched .contentsNav_item_heading_en {
	color: rgba(0, 0, 0, 0.8);
}

.contentsNav_item_heading_ja {
	margin: 10px 0 0;
	width: 100%;
	-webkit-transition: color 0.4s cubic-bezier(0.23, 1, 0.58, 1);
	transition: color 0.4s cubic-bezier(0.23, 1, 0.58, 1); 
	text-align: center;
	color: black;
	font-size: 19.2px;
	font-size: 1.2rem;
	font-weight: bold;
}
@media print, screen and (min-width: 768px) {
	.contentsNav_item_heading_ja {
		margin-top: 8px;
		font-size: 1.4rem;
	}
	.contentsNav_item-fluid .contentsNav_item_heading_ja {
		margin-top: 16px;
		font-size: 1.6rem;
	}
}
.backgroundcliptext .contentsNav_item_heading_ja {
	background-repeat: no-repeat;
	background-position: 50% 55%;
	background-size: cover;

	-webkit-background-clip: text;
}
@media print, screen and (min-width: 768px) {
	.no-touchevents.backgroundcliptext .contentsNav_section:hover .contentsNav_item_heading_ja,
	.touchevents.backgroundcliptext .contentsNav_section.is-touched .contentsNav_item_heading_ja {
		color: rgba(0, 0, 0, 0.4);
	}
}
.no-touchevents.backgroundcliptext .contentsNav_item:hover .contentsNav_item_heading_ja,
.touchevents.backgroundcliptext .contentsNav_item.is-touched .contentsNav_item_heading_ja {
	color: rgba(0, 0, 0, 0.4);
}
.no-touchevents.backgroundcliptext .contentsNav_section-video .contentsNav_item:hover .contentsNav_item_heading_ja,
.touchevents.backgroundcliptext .contentsNav_section .contentsNav_item.is-touched .contentsNav_item_heading_ja {
	color: rgba(0, 0, 0, 0.8);
}

.contentsNav_section-max-sm .contentsNav_item-corporate .contentsNav_item_bg {
	background-image: url(https://hayabusa.io/ca/files/user/img/top/contentsnav_bg_corporate.jpg?width=318&height=276&version=20171016);
}

.contentsNav_section-max-sm .contentsNav_item-news .contentsNav_item_bg {
	background-image: url(https://hayabusa.io/ca/files/user/img/top/contentsnav_bg_news.jpg?width=318&height=276&version=20171016);
}

.contentsNav_section-max-sm .contentsNav_item-service .contentsNav_item_bg {
	background-image: url(https://hayabusa.io/ca/files/user/img/top/contentsnav_bg_service.jpg?width=318&height=276&version=20171016);
}

.contentsNav_section-max-sm .contentsNav_item-techinfo .contentsNav_item_bg {
	background-image: url(https://hayabusa.io/ca/files/user/img/top/contentsnav_bg_techinfo.jpg?width=318&height=276&version=20171016);
}

.contentsNav_section-max-sm .contentsNav_item-careers .contentsNav_item_bg {
	background-image: url(https://hayabusa.io/ca/files/user/img/top/contentsnav_bg_careers.jpg?width=318&height=276&version=20171016);
}

.contentsNav_section-max-sm .contentsNav_item-ir .contentsNav_item_bg {
	background-image: url(https://hayabusa.io/ca/files/user/img/top/contentsnav_bg_ir.jpg?width=318&height=276&version=20171016);
}

.contentsNav_section-max-sm .contentsNav_item-way .contentsNav_item_bg {
	background-image: url(https://hayabusa.io/ca/files/user/img/top/contentsnav_bg_way.jpg?width=640&height=276&version=20171016);
}

.backgroundcliptext .contentsNav_section-max-sm .contentsNav_item-corporate .contentsNav_item_heading_en,
.backgroundcliptext .contentsNav_section-max-sm .contentsNav_item-corporate .contentsNav_item_heading_ja {
	background-image: url(https://hayabusa.io/ca/files/user/img/top/contentsnav_bg_corporate.jpg?width=318&height=276&version=20171016);
}

.backgroundcliptext .contentsNav_section-max-sm .contentsNav_item-news .contentsNav_item_heading_en,
.backgroundcliptext .contentsNav_section-max-sm .contentsNav_item-news .contentsNav_item_heading_ja {
	background-image: url(https://hayabusa.io/ca/files/user/img/top/contentsnav_bg_news.jpg?width=318&height=276&version=20171016);
}

.backgroundcliptext .contentsNav_section-max-sm .contentsNav_item-service .contentsNav_item_heading_en,
.backgroundcliptext .contentsNav_section-max-sm .contentsNav_item-service .contentsNav_item_heading_ja {
	background-image: url(https://hayabusa.io/ca/files/user/img/top/contentsnav_bg_service.jpg?width=318&height=276&version=20171016);
}

.backgroundcliptext .contentsNav_section-max-sm .contentsNav_item-techinfo .contentsNav_item_heading_en,
.backgroundcliptext .contentsNav_section-max-sm .contentsNav_item-techinfo .contentsNav_item_heading_ja {
	background-image: url(https://hayabusa.io/ca/files/user/img/top/contentsnav_bg_techinfo.jpg?width=318&height=276&version=20171016);
}

.backgroundcliptext .contentsNav_section-max-sm .contentsNav_item-careers .contentsNav_item_heading_en,
.backgroundcliptext .contentsNav_section-max-sm .contentsNav_item-careers .contentsNav_item_heading_ja {
	background-image: url(https://hayabusa.io/ca/files/user/img/top/contentsnav_bg_careers.jpg?width=318&height=276&version=20171016);
}

.backgroundcliptext .contentsNav_section-max-sm .contentsNav_item-ir .contentsNav_item_heading_en,
.backgroundcliptext .contentsNav_section-max-sm .contentsNav_item-ir .contentsNav_item_heading_ja {
	background-image: url(https://hayabusa.io/ca/files/user/img/top/contentsnav_bg_ir.jpg?width=318&height=276&version=20171016);
}

.backgroundcliptext .contentsNav_section-max-sm .contentsNav_item-way .contentsNav_item_heading_en,
.backgroundcliptext .contentsNav_section-max-sm .contentsNav_item-way .contentsNav_item_heading_ja {
	background-image: url(https://hayabusa.io/ca/files/user/img/top/contentsnav_bg_way.jpg?width=640&height=276&version=20171016);
}

.backgroundcliptext.no-touchevents .contentsNav_section-min-md .contentsNav_item_heading_en,
.backgroundcliptext.no-touchevents .contentsNav_section-min-md .contentsNav_item_heading_ja {
	background-size: 100vw auto;
}

.backgroundcliptext.no-touchevents .contentsNav_section-min-md .contentsNav_list-col-3 .contentsNav_item:nth-child(1) .contentsNav_item_heading_en,
.backgroundcliptext.no-touchevents .contentsNav_section-min-md .contentsNav_list-col-3 .contentsNav_item:nth-child(1) .contentsNav_item_heading_ja {
	background-position: 50% 30%;
}

.backgroundcliptext.no-touchevents .contentsNav_section-min-md .contentsNav_list-col-3 .contentsNav_item:nth-child(2) .contentsNav_item_heading_en,
.backgroundcliptext.no-touchevents .contentsNav_section-min-md .contentsNav_list-col-3 .contentsNav_item:nth-child(2) .contentsNav_item_heading_ja {
	background-position: 0% 80%;
}

.backgroundcliptext.no-touchevents .contentsNav_section-min-md .contentsNav_list-col-3 .contentsNav_item:nth-child(3) .contentsNav_item_heading_en,
.backgroundcliptext.no-touchevents .contentsNav_section-min-md .contentsNav_list-col-3 .contentsNav_item:nth-child(3) .contentsNav_item_heading_ja {
	background-position: 50% 80%;
}

.backgroundcliptext.no-touchevents .contentsNav_section-min-md .contentsNav_list-col-3 .contentsNav_item:nth-child(4) .contentsNav_item_heading_en,
.backgroundcliptext.no-touchevents .contentsNav_section-min-md .contentsNav_list-col-3 .contentsNav_item:nth-child(4) .contentsNav_item_heading_ja {
	background-position: 100% 80%;
}

.backgroundcliptext.no-touchevents .contentsNav_section-min-md .contentsNav_list-col-4 .contentsNav_item:nth-child(1) .contentsNav_item_heading_en,
.backgroundcliptext.no-touchevents .contentsNav_section-min-md .contentsNav_list-col-4 .contentsNav_item:nth-child(1) .contentsNav_item_heading_ja {
	background-position: 50% 30%;
}

.backgroundcliptext.no-touchevents .contentsNav_section-min-md .contentsNav_list-col-4 .contentsNav_item:nth-child(2) .contentsNav_item_heading_en,
.backgroundcliptext.no-touchevents .contentsNav_section-min-md .contentsNav_list-col-4 .contentsNav_item:nth-child(2) .contentsNav_item_heading_ja {
	background-position: 0% 80%;
}

.backgroundcliptext.no-touchevents .contentsNav_section-min-md .contentsNav_list-col-4 .contentsNav_item:nth-child(3) .contentsNav_item_heading_en,
.backgroundcliptext.no-touchevents .contentsNav_section-min-md .contentsNav_list-col-4 .contentsNav_item:nth-child(3) .contentsNav_item_heading_ja {
	background-position: 40% 80%;
}

.backgroundcliptext.no-touchevents .contentsNav_section-min-md .contentsNav_list-col-4 .contentsNav_item:nth-child(4) .contentsNav_item_heading_en,
.backgroundcliptext.no-touchevents .contentsNav_section-min-md .contentsNav_list-col-4 .contentsNav_item:nth-child(4) .contentsNav_item_heading_ja {
	background-position: 60% 80%;
}

.backgroundcliptext.no-touchevents .contentsNav_section-min-md .contentsNav_list-col-4 .contentsNav_item:nth-child(5) .contentsNav_item_heading_en,
.backgroundcliptext.no-touchevents .contentsNav_section-min-md .contentsNav_list-col-4 .contentsNav_item:nth-child(5) .contentsNav_item_heading_ja {
	background-position: 100% 80%;
}

.backgroundcliptext.no-touchevents .contentsNav_section-min-md.is-hovered-way .contentsNav_item_heading_en,
.backgroundcliptext.no-touchevents .contentsNav_section-min-md.is-hovered-way .contentsNav_item_heading_ja {
	background-image: url(https://hayabusa.io/ca/files/user/img/top/contentsnav_bg_way_md.jpg?width=1600&height=596&version=20171016);
}

.backgroundcliptext.no-touchevents .contentsNav_section-min-md.is-hovered-csr .contentsNav_item_heading_en,
.backgroundcliptext.no-touchevents .contentsNav_section-min-md.is-hovered-csr .contentsNav_item_heading_ja {
	background-image: url(https://hayabusa.io/ca/files/user/img/top/contentsnav_bg_csr.jpg?width=1600&height=596&version=20171016);
}

.backgroundcliptext.no-touchevents .contentsNav_section-min-md.is-hovered-culture .contentsNav_item_heading_en,
.backgroundcliptext.no-touchevents .contentsNav_section-min-md.is-hovered-culture .contentsNav_item_heading_ja {
	background-image: url(https://hayabusa.io/ca/files/user/img/top/contentsnav_bg_culture.jpg?width=1600&height=596&version=20171016);
}

.backgroundcliptext.no-touchevents .contentsNav_section-min-md.is-hovered-governance .contentsNav_item_heading_en,
.backgroundcliptext.no-touchevents .contentsNav_section-min-md.is-hovered-governance .contentsNav_item_heading_ja {
	background-image: url(https://hayabusa.io/ca/files/user/img/top/contentsnav_bg_governance.jpg?width=1600&height=596&version=20171016);
}

/*------------------------
Write 201804 contents
------------------------*/
.contents{padding:40px 0;}
























