@charset "UTF-8";
/* フォントサイズのやつ
----------------------------------------------------------- */
/* flex
----------------------------------------------------------- */
body {
	position: relative;
}

/*************************************************************
/ loding
/************************************************************/
.loading-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: #181c1e;
}

.loading-wrap .logo {
	width: 260px;
	height: 103px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

@media only screen and (max-width: 750px) {
	.loading-wrap .logo {
		width: 150px;
	}
}

.loading-wrap .logo .progress {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #181c1e;
	opacity: .7;
	transition: width .8s;
}

/*************************************************************
/ tpl-header
/************************************************************/
#tpl-header {
	width: 100%;
	height: 120px;
	min-width: 1200px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
}

@media only screen and (max-width: 750px) {
	#tpl-header {
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
		min-width: auto;
		height: 100px;
	}
}

#tpl-header > .inner {
	width: 100%;
	height: 100px;
	padding-left: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 750px) {
	#tpl-header > .inner {
		height: 60px;
		padding-left: 15px;
	}
}

#tpl-header .header-logo {
	width: 281px;
	position: relative;
}

@media only screen and (min-width: 751px) {
	#tpl-header .header-logo {
		height: 32px;
	}
}

@media only screen and (max-width: 750px) {
	#tpl-header .header-logo {
		width: 60px;
	}
}

#tpl-header .header-logo .default {
	width: 84px;
}

@media only screen and (max-width: 750px) {
	#tpl-header .header-logo .default {
		width: 100%;
	}
}

#tpl-header .header-logo .active {
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 750px) {
	#tpl-header .header-logo .active {
		display: none;
	}
}

#tpl-header .gnav {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
}

#tpl-header .gnav > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
}

@media only screen and (max-width: 750px) {
	#tpl-header .gnav > ul {
		display: none;
	}
}

#tpl-header .gnav > ul li {
	margin-right: 40px;
	height: 100%;
}

#tpl-header .gnav > ul li:nth-child(1) {
	width: 65px;
}

#tpl-header .gnav > ul li:nth-child(2) {
	width: 58px;
}

#tpl-header .gnav > ul li:nth-child(3) {
	width: 96px;
}

#tpl-header .gnav > ul li:nth-child(4) {
	width: 99px;
}

#tpl-header .gnav > ul li:nth-child(5) {
	width: 75px;
}

#tpl-header .gnav > ul li:nth-child(6) {
	width: 32px;
}

#tpl-header .gnav > ul a {
	position: relative;
}

#tpl-header .gnav > ul a img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#tpl-header .gnav a {
	height: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#tpl-header .gnav a:hover {
	text-decoration: none;
}

#tpl-header .gnav .doc {
	width: 160px;
	height: 40px;
}

@media only screen and (max-width: 750px) {
	#tpl-header .gnav .doc {
		width: 100px;
		height: 30px;
	}
}

#tpl-header .gnav .doc a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #938706;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 750px) {
	#tpl-header .gnav .doc a {
		font-size: 11px;
		background-color: rgba(147, 135, 6, 0.8);
	}
}

#tpl-header .gnav .doc a img {
	width: 61px;
}

@media only screen and (max-width: 750px) {
	#tpl-header .gnav .doc a img {
		width: 50px;
	}
}

/*************************************************************
/ kv
/************************************************************/
.kv {
	background-color: #000;
	overflow: hidden;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.kv {
		height: 450px;
		width: auto !important;
	}
	.kv .slide-wrap .slide-item .bg {
	height: 450px;
	width: auto !important;
}

.kv .slide-wrap .slide-item .bg img {
	height: 450px;
	width: auto !important;
}

}

.kv .slide-wrap {
	height: 100%;
}

.kv .slide-wrap .slide-item {
	height: 100%;
	position: relative;
	opacity: 1 !important;
}

.kv .slide-wrap .slide-item .bg {
	height: 100%;
}

/*.kv .slide-wrap .slide-item .bg img {
	display: none !important;
}*/

.kv .slide-wrap .slide-item .txt-wrap {
	position: absolute;
	top: 47%;
	right: 3%;
	margin: auto;
	transform: translateY(0);
	opacity: 0;
	transition: 1.2s;
}

@media only screen and (max-width: 750px) {
	.kv .slide-wrap .slide-item .txt-wrap {
		right: 0;
		left: 0;
		top: 48%;
	}
}

.kv .slide-wrap .slide-item .txt-wrap.active {
	opacity: 1;
	transform: translateY(-50%);
}

.kv .slide-wrap .slide-item:nth-child(1) {
	opacity: 0;
}

@media only screen and (max-width: 750px) {
	.kv .slide-wrap .slide-item:nth-child(1) .txt-wrap {
		width: 286px;
	}
}

@media only screen and (max-width: 374px) {
	.kv .slide-wrap .slide-item:nth-child(1) .txt-wrap {
		width: 76.4%;
	}
}

@media only screen and (max-width: 750px) {
	.kv .slide-wrap .slide-item:nth-child(2) .txt-wrap {
		width: 286px;
	}
}

@media only screen and (max-width: 374px) {
	.kv .slide-wrap .slide-item:nth-child(2) .txt-wrap {
		width: 76.4%;
	}
}

@media only screen and (max-width: 750px) {
	.kv .slide-wrap .slide-item:nth-child(3) .txt-wrap {
		width: 286px;
	}
}

@media only screen and (max-width: 374px) {
	.kv .slide-wrap .slide-item:nth-child(3) .txt-wrap {
		width: 76.4%;
	}
}

@media only screen and (max-width: 750px) {
	.kv .slide-wrap .slide-item:nth-child(4) .txt-wrap {
		width: 286px;
	}
}

@media only screen and (max-width: 374px) {
	.kv .slide-wrap .slide-item:nth-child(4) .txt-wrap {
		width: 76.4%;
	}
}

.kv .kv-logo {
	position: absolute;
	top: 120px;
	right: 3%;
	bottom: 0;
	margin: auto;
	opacity: 0;
	transition: 1.2s;
}

@media only screen and (max-width: 750px) {
	.kv .kv-logo {
		width: 320px;
		right: 0;
		left: 0;
		top: 15%;
	}
}

@media only screen and (max-width: 374px) {
	.kv .kv-logo {
		width: 82.66667%;
	}
}

.kv .kv-logo.active {
	opacity: 1;
	top: 90px;
}

@media only screen and (max-width: 750px) {
	.kv .kv-logo.active {
		top: 12%;
	}
}

.kv .slick-list {
	height: 100%;
}

.kv .slick-list .slick-track {
	height: 100%;
}

.kv .slick-slide {
	outline: none;
}

.kv .slick-prev {
	left: 0;
	z-index: 10;
}

.kv .slick-next {
	right: 0;
	z-index: 10;
}

.kv .slick-dots {
	z-index: 50;
	bottom: 35px;
	right: 55px;
	text-align: right;
	line-height: 0;
}

@media only screen and (max-width: 750px) {
	.kv .slick-dots {
		right: 15px;
		bottom: 20px;
	}
}

.kv .slick-dots li {
	width: 5px;
	height: 5px;
	border: solid 1px #ccc;
	margin-left: 0;
	margin-right: 12px;
}

@media only screen and (max-width: 750px) {
	.kv .slick-dots li {
		margin-right: 8px;
	}
}

.kv .slick-dots li:last-child {
	margin-right: 0;
}

.kv .slick-dots li.slick-active {
	background: #fff;
	border-color: #fff;
}

.kv .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
}

.kv .slick-dots li button::before {
	display: none;
}

/*************************************************************
/ ico-scroll
/************************************************************/
#tpl-contents {
	position: relative;
}

.ico-scroll {
	width: 100%;
	position: relative;
	position: absolute;
	left: 0;
	top: -72px;
	text-align: center;
	z-index: 5;
}

@media only screen and (max-width: 750px) {
	.ico-scroll {
		top: -39px;
		font-size: 9px;
	}
}

.ico-scroll a {
	color: #fff;
}

.ico-scroll a:hover {
	text-decoration: none;
}

.ico-scroll .attention {
	height: 100px;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 750px) {
	.ico-scroll .attention {
		height: 50px;
	}
}

.ico-scroll .attention span {
	background: #fff;
	display: inline-block;
	width: 1px;
	height: 0%;
	position: absolute;
	top: 0;
	left: 50%;
}

@media only screen and (max-width: 750px) {
	.ico-scroll .attention span {
		background-color: #aaa;
	}
}

.ico-scroll .attention::after {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #181c1e;
	opacity: .6;
}

/*************************************************************
/ section共通
/************************************************************/
.section {
	width: 100%;
	min-width: 1200px;
	max-width: 1800px;
	margin: 0 auto;
}

@media only screen and (max-width: 750px) {
	.section {
		min-width: 320px;
		max-width: auto;
	}
}

.sec-ttl {
	text-align: center;
	margin-bottom: 50px;
	color: #fff;
}

@media only screen and (max-width: 750px) {
	.sec-ttl {
		margin-bottom: 30px;
	}
}

.sec-ttl span {
	display: block;
	letter-spacing: 0.2em;
}

@media only screen and (max-width: 750px) {
	.section .sec-ttl span {
		letter-spacing: 0.1em;
	}
}

.ff-en {
	font-size: 16px;
}

@media only screen and (max-width: 750px) {
	.ff-en {
		font-size: 11px;
	}
}

.ff-min {
	font-size: 25px;
	border-bottom: thin solid #eeeeee;
	margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
	.ff-min {
		font-size: 25px;
	}
}

/*************************************************************
/ sec-concept
/************************************************************/
.sec-concept {
	padding: 310px 0 200px;
	background-image: url("../img/sec-concept--bg.png");
	background-repeat: no-repeat;
	background-position: center 230px;
}

@media only screen and (max-width: 750px) {
	.sec-concept {
		background-size: 245px;
		padding-top: 140px;
		padding-bottom: 80px;
		background-position: center 100px;
	}
}

.sec-concept .sec-ttl {
	color: #fff;
	font-size: 30px;
	margin-bottom: 60px;
	text-align: center;
	letter-spacing: 0.15em;
}

@media only screen and (max-width: 750px) {
	.sec-concept .sec-ttl {
		font-size: 18px;
		line-height: 2;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 374px) {
	.sec-concept .sec-ttl {
		font-size: 18px;
		font-size: 4.8vw;
	}
}

.sec-concept .des {
	color: #fff;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 2.2;
	margin-bottom: 210px;
}

@media only screen and (max-width: 750px) {
	.sec-concept .des {
		font-size: 13px;
		line-height: 2;
		margin-bottom: 80px;
	}
}

@media only screen and (max-width: 374px) {
	.sec-concept .des {
		font-size: 13px;
		font-size: 3.46667vw;
	}
}

.sec-concept .inner-sec {
	position: relative;
	margin-bottom: 160px;
}

@media only screen and (max-width: 750px) {
	.sec-concept .inner-sec {
		margin-bottom: 50px;
	}
}

.sec-concept .inner-sec:last-child {
	margin-bottom: 0;
}

.sec-concept .inner-sec .img-block {
	width: 70%;
}

@media only screen and (max-width: 750px) {
	.sec-concept .inner-sec .img-block {
		width: 100%;
	}
}

.sec-concept .inner-sec .img-block img {
	width: 100%;
}

.sec-concept .inner-sec .box {
	width: 550px;
	height: 420px;
	position: absolute;
	bottom: 0;
	z-index: 2;
}

@media only screen and (max-width: 750px) {
	.sec-concept .inner-sec .box {
		width: calc(100% - 30px);
		height: auto;
		margin-top: -15px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		bottom: auto;
		padding: 28px;
	}
}

.sec-concept .inner-sec .box .inner {
	width: 420px;
	position: relative;
	z-index: 2;
}

.sec-concept .inner-sec .inner-sec--ttl {
	text-align: center;
}

.sec-concept .inner-sec .inner-sec--ttl span {
	letter-spacing: 0.1em;
	display: block;
}

.sec-concept .inner-sec .inner-sec--ttl--en {
	color: #b9a626;
	font-size: 18px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 750px) {
	.sec-concept .inner-sec .inner-sec--ttl--en {
		font-size: 12px;
		margin-bottom: 15px;
	}
}

.sec-concept .inner-sec .inner-sec--ttl--en::before, .sec-concept .inner-sec .inner-sec--ttl--en::after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background-color: #b9a626;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 750px) {
	.sec-concept .inner-sec .inner-sec--ttl--en::before, .sec-concept .inner-sec .inner-sec--ttl--en::after {
		width: 15px;
	}
}

.sec-concept .inner-sec .inner-sec--ttl--en::before {
	margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
	.sec-concept .inner-sec .inner-sec--ttl--en::before {
		margin-bottom: 8px;
	}
}

.sec-concept .inner-sec .inner-sec--ttl--en::after {
	margin-top: 15px;
}

@media only screen and (max-width: 750px) {
	.sec-concept .inner-sec .inner-sec--ttl--en::after {
		margin-top: 8px;
	}
}

.sec-concept .inner-sec .inner-sec--ttl--ja {
	font-size: 30px;
	margin-bottom: 35px;
}

@media only screen and (max-width: 750px) {
	.sec-concept .inner-sec .inner-sec--ttl--ja {
		font-size: 21px;
		margin-bottom: 20px;
	}
}

.sec-concept .inner-sec .inner-sec--txt {
	line-height: 2;
	line-height: 1.8;
}

.sec-concept .inner-sec:nth-child(odd) .box {
	right: 30px;
}

@media only screen and (max-width: 1300px) {
	.sec-concept .inner-sec:nth-child(odd) .box {
		right: 0;
	}
}

.sec-concept .inner-sec:nth-child(even) .img-block {
	margin-left: auto;
}

.sec-concept .inner-sec:nth-child(even) .box {
	left: 30px;
}

@media only screen and (max-width: 1300px) {
	.sec-concept .inner-sec:nth-child(even) .box {
		left: 0;
	}
}

/*************************************************************
/ sec-purpose
/************************************************************/
.sec-purpose {
	margin-bottom: 200px;
}

@media only screen and (max-width: 750px) {
	.sec-purpose {
		margin-bottom: 80px;
	}
}

.sec-purpose .slide-wrap {
	height: 780px;
	overflow: hidden;
}

@media only screen and (max-width: 750px) {
	.sec-purpose .slide-wrap {
		height: auto;
	}
}

.sec-purpose .slide-item {
	height: 100%;
	position: relative;
}

.sec-purpose .slide-item .bg {
	height: 100%;
}

@media only screen and (max-width: 750px) {
	.sec-purpose .slide-item .bg {
		padding-top: 68%;
	}
}

/*.sec-purpose .slide-item .bg img {
	display: none !important;
}*/

.sec-purpose .blue-block {
	width: 730px;
	height: 464px;
	background: rgba(42, 117, 154, 0.75);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding-top: 80px;
}

@media only screen and (max-width: 750px) {
	.sec-purpose .blue-block {
		width: 100%;
		height: auto;
		padding: 30px 40px;
		position: relative;
	}
}

.sec-purpose .blue-block .inner {
	text-align: center;
	color: #fff;
}

.sec-purpose .blue-block .scene-num {
	font-size: 18px;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
	.sec-purpose .blue-block .scene-num {
		font-size: 13px;
		margin-bottom: 13px;
	}
}

.sec-purpose .blue-block .scene-num span {
	font-size: 20px;
}

@media only screen and (max-width: 750px) {
	.sec-purpose .blue-block .scene-num span {
		font-size: 17px;
	}
}

.sec-purpose .blue-block .indicator {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 37px;
}

@media only screen and (max-width: 750px) {
	.sec-purpose .blue-block .indicator {
		margin-bottom: 18px;
	}
}

.sec-purpose .blue-block .indicator li {
	width: 10px;
	height: 1px;
	background-color: #fff;
	margin-right: 5px;
	opacity: .15;
}

.sec-purpose .blue-block .indicator li:last-child {
	margin-right: 0;
}

.sec-purpose .blue-block .ttl {
	font-size: 30px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

@media only screen and (max-width: 750px) {
	.sec-purpose .blue-block .ttl {
		font-size: 20px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 374px) {
	.sec-purpose .blue-block .ttl {
		font-size: 21px;
		font-size: 5.6vw;
	}
}

.sec-purpose .blue-block .txt {
	letter-spacing: 0.2em;
	line-height: 2.2;
}

@media only screen and (max-width: 750px) {
	.sec-purpose .blue-block .txt {
		font-size: 12px;
		text-align: left;
		letter-spacing: 0.1em;
	}
}

.sec-purpose .blue-block .arrow-btn-list li {
	width: 70px;
	height: 70px;
	background-color: rgba(24, 28, 30, 0.4);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer;
}

@media only screen and (max-width: 750px) {
	.sec-purpose .blue-block .arrow-btn-list li {
		width: 25px;
		height: 60px;
	}
}

@media only screen and (max-width: 750px) {
	.sec-purpose .blue-block .arrow-btn-list li img {
		width: 10px;
	}
}

.sec-purpose .blue-block .arrow-btn-list .btn-prev {
	left: 0;
}

.sec-purpose .blue-block .arrow-btn-list .btn-next {
	right: 0;
}

.sec-purpose .slick-list {
	height: 100%;
}

.sec-purpose .slick-list .slick-track {
	height: 100%;
}

.sec-purpose .slick-slide {
	outline: none;
}

.sec-purpose .slick-arrow {
	display: none !important;
}

/*************************************************************
/ sec-system
/************************************************************/
.sec-system {
	background-image: url("../img/sec-system--bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 120px 0 140px;
	margin-bottom: 70px;
}

@media only screen and (max-width: 750px) {
	.sec-system {
		padding: 50px 0;
		margin-bottom: 25px;
	}
}

.sec-system .system-list li {
	width: 599px;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 45px 40px;
}

@media only screen and (max-width: 750px) {
	.sec-system .system-list li {
		width: 100%;
		padding: 23px 18px 23px 23px;
	}
}

@media only screen and (min-width: 751px) {
	.sec-system .system-list li:nth-child(even) {
		margin-left: 2px;
	}
}

@media only screen and (max-width: 750px) {
	.sec-system .system-list li:nth-child(n+2) {
		margin-top: 3px;
	}
}

@media only screen and (min-width: 751px) {
	.sec-system .system-list li:nth-child(n+3) {
		margin-top: 2px;
	}
}

.sec-system .system-list li > .inner {
	width: 100%;
}

@media only screen and (max-width: 750px) {
	.sec-system .system-list li .icon {
		width: 31px;
	}
}

.sec-system .system-list li .txt-block {
	width: 420px;
}

@media only screen and (max-width: 750px) {
	.sec-system .system-list li .txt-block {
		width: calc(100% - 55px);
	}
}

.sec-system .system-list li .txt-block .ttl {
	font-size: 26px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 750px) {
	.sec-system .system-list li .txt-block .ttl {
		font-size: 18px;
	}
}

.sec-system .system-list li .btn {
	margin-top: 25px;
	width: 260px;
	height: 44px;
}

@media only screen and (max-width: 750px) {
	.sec-system .system-list li .btn {
		width: 210px;
		height: 40px;
		margin-top: 15px;
	}
}

@media only screen and (max-width: 374px) {
	.sec-system .system-list li .btn {
		width: 83.67347%;
	}
}

.sec-system .system-list li .btn a {
	width: 100%;
	height: 100%;
	display: block;
	border: solid 1px #000;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	transition: .3s;
	color: #000;
}

.sec-system .system-list li .btn a::after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image: url("../img/icon-blank_black.png");
	background-repeat: no-repeat;
	background-size: 100%;
	margin-left: 5px;
	transition: .3s;
}

@media only screen and (max-width: 750px) {
	.sec-system .system-list li .btn a::after {
		width: 8px;
		height: 8px;
	}
}

.sec-system .system-list li .btn a:hover {
	text-decoration: none;
}

@media only screen and (min-width: 751px) {
	.sec-system .system-list li .btn a:hover {
		background-color: #000;
		color: #fff;
	}
}

@media only screen and (min-width: 751px) {
	.sec-system .system-list li .btn a:hover::after {
		background-image: url("../img/icon-blank.png");
	}
}

/*************************************************************
/ sec-voice
/************************************************************/
.sec-voice {
	background: -webkit-linear-gradient(#181c1e 0%, #113344 52%, #181c1e 100%);
	background: -o-linear-gradient(#181c1e 0%, #113344 52%, #181c1e 100%);
	background: linear-gradient(#181c1e 0%, #113344 52%, #181c1e 100%);
	padding-top: 70px;
	padding-bottom: 70px;
}

@media only screen and (max-width: 750px) {
	.sec-voice {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.sec-voice .voice-list li {
	width: 589px;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.sec-voice .voice-list li {
		width: 100%;
	}
}

@media only screen and (min-width: 751px) {
	.sec-voice .voice-list li:nth-child(even) {
		margin-left: 22px;
	}
}

@media only screen and (max-width: 750px) {
	.sec-voice .voice-list li:nth-child(n+2) {
		margin-top: 25px;
	}
}

@media only screen and (min-width: 751px) {
	.sec-voice .voice-list li:nth-child(n+3) {
		margin-top: 24px;
	}
}

.sec-voice .voice-list li::before {
	content: '';
	display: block;
	width: calc(100% - 6px);
	height: calc(100% - 4px);
	position: absolute;
	right: 0;
	bottom: -4px;
	border-right: solid 1px #8899a2;
	border-bottom: solid 1px #8899a2;
	box-sizing: border-box;
}

.sec-voice .voice-list li .inner-box {
	width: 585px;
	background-color: #fff;
	padding: 36px 40px;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.sec-voice .voice-list li .inner-box {
		width: calc(100% - 4px);
		padding: 15px;
	}
}

.sec-voice .voice-list li dt {
	font-size: 26px;
	padding-bottom: 8px;
	border-bottom: solid 1px #bbc8cf;
	margin-bottom: 25px;
}

@media only screen and (max-width: 750px) {
	.sec-voice .voice-list li dt {
		font-size: 17px;
		padding-bottom: 6px;
		margin-bottom: 15px;
	}
}

.sec-voice .voice-list li dd {
	line-height: 2.0;
}

.sec-voice .voice-list li dd a {
	color: #4f7586;
}

/*************************************************************
/ sec-sale
/************************************************************/
.sec-sale {
	padding-top: 70px;
	padding-bottom: 70px;
}

@media only screen and (max-width: 750px) {
	.sec-sale {
		padding-top: 50px;
		padding-bottom: 40px;
	}
}

.sec-sale .place-list {
	overflow: hidden;
	color: #fff;
}

@media only screen and (max-width: 750px) {
	.sec-sale .place-list.only-pc {
		display: none;
	}
}

.sec-sale .place-list a {
	color: #fff;
}

.sec-sale .place-list li {
	width: 25%;
	height: 660px;
	background-size: 750px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.sec-sale .place-list li {
		width: 100%;
		height: auto;
		min-height: 170px;
		background-size: cover;
	}
}

@media only screen and (max-width: 750px) {
	.sec-sale .place-list li::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.65);
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
	}
}

.sec-sale .place-list li:nth-child(1) {
	background-image: url("../img/sec-sale--img-01.jpg");
}

@media only screen and (max-width: 750px) {
	.sec-sale .place-list li:nth-child(1) {
		background-image: url("../img/sec-sale--img-01-sp.jpg");
	}
}

.sec-sale .place-list li:nth-child(2) {
	background-image: url("../img/sec-sale--img-02.jpg");
}

@media only screen and (max-width: 750px) {
	.sec-sale .place-list li:nth-child(2) {
		background-image: url("../img/sec-sale--img-02-sp.jpg");
	}
}

.sec-sale .place-list li:nth-child(3) {
	background-image: url("../img/sec-sale--img-03.jpg");
}

@media only screen and (max-width: 750px) {
	.sec-sale .place-list li:nth-child(3) {
		background-image: url("../img/sec-sale--img-03-sp.jpg");
	}
}

.sec-sale .place-list li:nth-child(4) {
	background-image: url("../img/sec-sale--img-04.jpg");
}

@media only screen and (max-width: 750px) {
	.sec-sale .place-list li:nth-child(4) {
		background-image: url("../img/sec-sale--img-04-sp.jpg");
	}
}

.sec-sale .place-list .icon-sold-out {
	text-align: center;
	width: 100%;
}

.sec-sale .place-list .icon-sold-out span {
	width: 90px;
	background-color: #be0000;
	display: inline-block;
	padding: 2px 0 0px;
	font-size: 16px;
	text-align: center;
}

@media only screen and (max-width: 750px) {
	.sec-sale .place-list .icon-sold-out span {
		font-size: 10px;
		width: 52px;
		letter-spacing: 0.1em;
	}
}

.sec-sale .place-list .layer-1 {
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	letter-spacing: 0.15em;
}

@media only screen and (max-width: 750px) {
	.sec-sale .place-list .layer-1 {
		height: 150px;
		background-color: transparent;
	}
}

.sec-sale .place-list .layer-1 .inner {
	position: relative;
}

@media only screen and (max-width: 750px) {
	.sec-sale .place-list .layer-1 .sub-txt {
		font-size: 10px;
	}
}

.sec-sale .place-list .layer-1 .place {
	font-size: 42px;
}

@media only screen and (max-width: 1400px) and (min-width: 751px) {
	.sec-sale .place-list .layer-1 .place {
		font-size: 15px;
		font-size: 2.5vw;
	}
}

@media only screen and (max-width: 750px) {
	.sec-sale .place-list .layer-1 .place {
		font-size: 28px;
	}
}

.sec-sale .place-list .layer-1 .icon-sold-out {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	margin: auto;
}

@media only screen and (max-width: 750px) {
	.sec-sale .place-list .layer-1 .icon-sold-out {
		position: static;
	}
}

.sec-sale .place-list .layer-2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 750px) {
	.sec-sale .place-list .layer-2 {
		position: static;
	}
}

.sec-sale .place-list .layer-2 .ttl {
	padding-top: 35px;
	font-size: 28px;
	text-align: center;
	margin-bottom: 5px;
}

@media only screen and (max-width: 750px) {
	.sec-sale .place-list .layer-2 .ttl {
		width: 100%;
		font-size: 23px;
		position: absolute;
		top: 20px;
		padding-top: 0;
		display: none;
	}
}

@media only screen and (max-width: 374px) {
	.sec-sale .place-list .layer-2 .ttl {
		font-size: 23px;
		font-size: 6.13333vw;
	}
}

.sec-sale .place-list .layer-2 .icon-sold-out {
	text-align: center;
}

@media only screen and (max-width: 750px) {
	.sec-sale .place-list .layer-2 .icon-sold-out {
		position: absolute;
		top: 60px;
		display: none;
	}
}

.sec-sale .place-list .layer-2 .txt-block {
	background-color: rgba(0, 0, 0, 0.65);
	position: absolute;
	bottom: 0;
	left: 0;
}

@media only screen and (max-width: 750px) {
	.sec-sale .place-list .layer-2 .txt-block {
		margin-top: 250px;
		position: static;
		display: none;
		background-color: #fff;
		color: #000;
	}
}

.sec-sale .place-list .layer-2 .txt-block .inner {
	padding: 30px 30px 60px;
}

@media only screen and (max-width: 750px) {
	.sec-sale .place-list .layer-2 .txt-block .inner {
		padding: 20px 15px;
	}
}

.sec-sale .place-list .layer-2 .txt-block .btn {
	width: 180px;
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
}

@media only screen and (max-width: 750px) {
	.sec-sale .place-list .layer-2 .txt-block .btn {
		position: static;
		width: 100%;
		margin-top: 20px;
	}
}

.sec-sale .place-list .layer-2 .txt-block .btn a {
	width: 100%;
	height: 100%;
	display: block;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	background: rgba(24, 28, 20, 0.7);
	padding-top: 3px;
}

@media only screen and (max-width: 750px) {
	.sec-sale .place-list .layer-2 .txt-block .btn a {
		background-color: #4f6e7e;
	}
}

.sec-sale .place-list .layer-2 .txt-block .btn a:hover {
	text-decoration: none;
}

.sec-sale .place-list .toggle-btn {
	width: 35px;
	height: 35px;
	background: rgba(24, 28, 20, 0.7);
	position: absolute;
	top: 0;
	right: 0;
}

@media only screen and (max-width: 750px) {
	.sec-sale .place-list .toggle-btn {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.sec-sale .place-list .toggle-btn span {
	width: 11px;
	height: 11px;
	position: relative;
}

.sec-sale .place-list .toggle-btn span::before, .sec-sale .place-list .toggle-btn span::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.sec-sale .place-list .toggle-btn span::before {
	height: 1px;
}

.sec-sale .place-list .toggle-btn span::after {
	width: 1px;
}

.sec-sale .btn-doc {
	width: 460px;
	height: 80px;
	margin: 80px auto 0;
}

@media only screen and (max-width: 750px) {
	.sec-sale .btn-doc {
		width: 260px;
		height: 50px;
		margin-top: 40px;
	}
}

.sec-sale .btn-doc a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #938706;
	color: #fff;
	font-size: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	text-decoration: none;
	transition: .3s;
}

@media only screen and (max-width: 750px) {
	.sec-sale .btn-doc a {
		font-size: 16px;
	}
}

@media only screen and (min-width: 751px) {
	.sec-sale .btn-doc a:hover {
		background-color: #fff;
		color: #333;
	}
}

/*************************************************************
/ sec-faq
/************************************************************/
.sec-faq {
	padding-top: 70px;
}

@media only screen and (max-width: 750px) {
	.sec-faq {
		padding-top: 40px;
	}
}

.sec-faq .faq-list {
	font-size: 16px;
}

@media only screen and (max-width: 750px) {
	.sec-faq .faq-list {
		font-size: 12px;
	}
}

.sec-faq .faq-list .faq-item {
	background-color: #e7eaec;
	padding: 0 20px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
	.sec-faq .faq-list .faq-item {
		padding: 0 15px;
	}
}

.sec-faq .faq-list .faq-item:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 750px) {
	.sec-faq .faq-list .faq-item {
		margin-bottom: 10px;
	}
}

.sec-faq .faq-list .faq-item .icon-faq {
	font-size: 22px;
}

@media only screen and (max-width: 750px) {
	.sec-faq .faq-list .faq-item .icon-faq {
		font-size: 15px;
	}
}

.sec-faq .faq-list .faq-item .question {
	padding: 22px 0 22px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	cursor: pointer;
}

@media only screen and (max-width: 750px) {
	.sec-faq .faq-list .faq-item .question {
		padding: 20px 0 20px;
	}
}

.sec-faq .faq-list .faq-item .question .icon-faq {
	color: #4f7586;
}

.sec-faq .faq-list .faq-item .question .txt {
	padding-top: 4px;
	margin-left: 20px;
	width: calc(100% - (55px + 20px + 70px));
	font-weight: 500;
}

@media only screen and (max-width: 750px) {
	.sec-faq .faq-list .faq-item .question .txt {
		padding-top: 2px;
		margin-left: 10px;
		width: calc(100% - (35px));
	}
}

.sec-faq .faq-list .faq-item .question .toggle-icon {
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
}

@media only screen and (max-width: 750px) {
	.sec-faq .faq-list .faq-item .question .toggle-icon {
		width: 7px;
		height: 7px;
		right: 5px;
	}
}

.sec-faq .faq-list .faq-item .question .toggle-icon::before, .sec-faq .faq-list .faq-item .question .toggle-icon::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.sec-faq .faq-list .faq-item .question .toggle-icon::before {
	height: 2px;
}

@media only screen and (max-width: 750px) {
	.sec-faq .faq-list .faq-item .question .toggle-icon::before {
		height: 1px;
	}
}

.sec-faq .faq-list .faq-item .question .toggle-icon::after {
	width: 2px;
}

@media only screen and (max-width: 750px) {
	.sec-faq .faq-list .faq-item .question .toggle-icon::after {
		width: 1px;
	}
}

.sec-faq .faq-list .faq-item .answer {
	border-top: solid 1px #c0c3c4;
	display: none;
}

.sec-faq .faq-list .faq-item .answer .inner {
	padding: 22px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 750px) {
	.sec-faq .faq-list .faq-item .answer .inner {
		padding: 20px 0 20px;
	}
}

.sec-faq .faq-list .faq-item .answer .icon-faq {
	color: #938706;
}

.sec-faq .faq-list .faq-item .answer .txt-block {
	line-height: 2;
	margin-left: 20px;
	width: calc(100% - 40px);
}

@media only screen and (max-width: 750px) {
	.sec-faq .faq-list .faq-item .answer .txt-block {
		margin-top: -2px;
		padding-top: 0px;
		margin-left: 10px;
		width: calc(100% - 23px);
	}
}

.sec-faq .faq-list .faq-item .answer .txt-block .figure {
	text-align: center;
	margin: 60px 0 40px;
}

@media only screen and (max-width: 750px) {
	.sec-faq .faq-list .faq-item .answer .txt-block .figure {
		margin: 30px 0 10px;
	}
}

/*************************************************************
/ footer
/************************************************************/
.page-top {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 50;
}

@media only screen and (max-width: 750px) {
	.page-top {
		width: 8px;
		right: 10px;
		bottom: 10px;
	}
}

.page-top.absolute {
	position: absolute;
	bottom: 120px;
}

#tpl-footer {
	background: #3b4448;
	height: 100px;
	padding: 0 40px;
	margin-top: 140px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 750px) {
	#tpl-footer {
		height: 90px;
		display: block;
		text-align: center;
		margin-top: 50px;
		padding-top: 22px;
	}
}

#tpl-footer .footer-logo {
	width: 180px;
}

@media only screen and (max-width: 750px) {
	#tpl-footer .footer-logo {
		width: 110px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 22px;
	}
}

#tpl-footer .copy {
	font-size: 11px;
	color: #7b8184;
}

@media only screen and (max-width: 750px) {
	#tpl-footer .copy {
		font-size: 9px;
	}
}

/**********************************************************************************************************************
/ アニメーション
/*********************************************************************************************************************/
/* tpl-header
--------------------------------------------*/
#tpl-header {
	transition: background .5s;
}

#tpl-header > .inner {
	transition: background .5s, height .5s;
}

#tpl-header .header-logo img {
	transition: opacity .5s;
}

#tpl-header .header-logo .active {
	opacity: 0;
}

#tpl-header .gnav > ul a {
	transition: color .5s;
}

#tpl-header .gnav .doc a {
	transition: color .5s, background .5s;
}

@media only screen and (min-width: 751px) {
	#tpl-header .gnav .doc a:hover {
		background-color: #fff;
		color: #333;
	}
}

@media only screen and (min-width: 751px) {
	#tpl-header.active {
		background: transparent;
	}
	#tpl-header.active > .inner {
		background: rgba(24, 28, 20, 0.95);
		height: 80px;
	}
	#tpl-header.active .header-logo .default {
		opacity: 0;
	}
	#tpl-header.active .header-logo .active {
		opacity: 1;
	}
	#tpl-header.active .gnav > ul a {
		color: #333;
	}
	#tpl-header.active .gnav .doc a {
		transition: color .5s, background .5s;
	}
	#tpl-header.active .gnav .doc a:hover {
		background-color: #181c1e;
		color: #fff;
	}
}

/* gnav
--------------------------------------------*/
.gnav > ul a {
	position: relative;
}

.gnav > ul a::after {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	transform: scaleX(0);
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #938706;
	transition: transform .5s;
}

.gnav > ul a.active::after, .gnav > ul a:hover::after {
	transform: scaleX(1);
}

/* ico-scroll
--------------------------------------------*/
.ico-scroll.active span {
	animation: barTrans 3s infinite 1.5s;
}

@keyframes barTrans {
	0% {
		height: 0;
		transform: translateY(0);
	}
	50% {
		height: 100%;
		transform: translateY(0);
	}
	100% {
		transform: translateY(100px);
	}
}

/* mask-ani
--------------------------------------------*/
.sec-concept .mask-ani {
	position: relative;
	overflow: hidden;
}

.sec-concept .mask-ani::before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background-color: #335262;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: width 1s cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 0s 1s;
}

.sec-concept .mask-ani.box::before {
	background-color: rgba(255, 255, 255, 0.9);
}

.sec-concept .mask-ani--inner {
	position: relative;
	z-index: 2;
	opacity: 0;
	transition: opacity 0s 1s;
}

.sec-concept .mask-ani--inner::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #335262;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: transform 0.8s 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sec-concept .mask-ani--fade {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1s 1.2s, transform 1s 1.2s;
}

.sec-concept .inner-sec.is-view .mask-ani::before {
	width: 100%;
	opacity: 0;
}

.sec-concept .inner-sec.is-view .mask-ani.box::before {
	opacity: 1;
}

.sec-concept .inner-sec.is-view .mask-ani--inner {
	opacity: 1;
}

.sec-concept .inner-sec.is-view .mask-ani--inner::after {
	transform: translateX(100%);
}

.sec-concept .inner-sec.is-view .mask-ani--fade {
	opacity: 1;
	transform: translateY(0);
}

/* .sec-purpose{
--------------------------------------------*/
.sec-purpose .slide-item .blue-block .indicator li {
	transition: .5s;
}

.sec-purpose .slide-item .blue-block .arrow-btn-list li {
	transition: background .5s;
}

@media only screen and (min-width: 751px) {
	.sec-purpose .slide-item .blue-block .arrow-btn-list li:hover {
		background-color: rgba(24, 28, 30, 0.8);
	}
}

.sec-purpose .slide-item.is-view .bg, .sec-purpose .slide-item.is-view .blue-block {
	opacity: 1;
	transform: translateY(0);
}

.sec-purpose .slide-item.slick-active .blue-block .indicator li.active {
	width: 20px;
	opacity: 1;
}

/* .sec-system
--------------------------------------------*/
.sec-system .system-list li {
	opacity: 0;
}

/* .sec-voice
--------------------------------------------*/
.sec-voice .voice-list li {
	opacity: 0;
}

/* .sec-sale
--------------------------------------------*/
.sec-sale .place-list.only-pc {
	flex-wrap: nowrap;
}

.sec-sale .place-list.only-pc li {
	opacity: 0;
	transition: width .4s;
	pointer-events: none;
}

.sec-sale .place-list.only-pc li .layer-1 {
	transition: opacity .3s;
}

.sec-sale .place-list.only-pc li .layer-2 {
	opacity: 0;
}

.sec-sale .place-list.only-pc li .layer-2 .txt-block {
	opacity: 0;
	transform: translateY(20px);
}

.sec-sale .place-list.only-pc li .layer-2 .txt-block a {
	transition: background .3s;
}

.sec-sale .place-list.only-pc li .layer-2 .txt-block a:hover {
	background: #000;
}

.sec-sale .place-list.only-pc li:hover {
	width: 750px;
}

.sec-sale .place-list.only-pc li:hover .layer-1 {
	opacity: 0;
}

.sec-sale .place-list.only-pc li:hover .layer-2 {
	opacity: 1;
	transition: opacity .5s .3s;
}

.sec-sale .place-list.only-pc li:hover .layer-2 .txt-block {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .5s .3s, transform .5s .3s;
}

.sec-sale .place-list.only-pc.animation-end li {
	pointer-events: auto;
}

.sec-sale .place-list.only-sp li {
	opacity: 0;
	transition: width .3s;
}

.sec-sale .place-list.only-sp li::before {
	transition: opacity .5s;
}

.sec-sale .place-list.only-sp li .layer-1 {
	transition: opacity .5s;
}

.sec-sale .place-list.only-sp li .toggle-btn span {
	transition: transform .5s;
}

.sec-sale .place-list.only-sp li .toggle-btn span::before {
	transition: opacity .2s;
}

.sec-sale .place-list.only-sp li.active::before {
	opacity: 0;
}

.sec-sale .place-list.only-sp li.active .layer-1 {
	opacity: 0;
	pointer-events: none;
}

.sec-sale .place-list.only-sp li.active .toggle-btn span {
	transform: rotate(270deg);
}

.sec-sale .place-list.only-sp li.active .toggle-btn span::before {
	opacity: 0;
}

/* faq-item
--------------------------------------------*/
.faq-item .toggle-icon {
	transition: transform .5s;
}

.faq-item .toggle-icon::before {
	transition: opacity 0s .2s;
}

.faq-item.active .toggle-icon {
	transform: rotate(270deg);
}

.faq-item.active .toggle-icon::before {
	opacity: 0;
}



/* vertical animation */
@-webkit-keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
}
@keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
}

@media only screen and (max-width: 768px) {

  .scrolldown .scroll-icon {
    font-size: 1.2rem;
    top: 24px;
    right: 10px;
  }
}
/* scroll down */
.scrolldown {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  transform-origin: right top 0;
  float: right;
}
.scrolldown i {
  padding-left: 9px;
}
.scrolldown a:hover, .scrolldown a:focus, .scrolldown a:active {
  color: #151515 !important;
}

html[data-useragent*='MSIE 10.0'] .scrolldown,
.oldie .scrolldown {
  display: none;
}

.scroll-icon {
  display: inline-block;
  font-family: "montserrat-bold", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: #FFFFFF !important;
  background: transparent;
  position: relative;
  top: 36px;
  right: 42px;
  -webkit-animation: animate-it 3s ease infinite;
  animation: animate-it 3s ease infinite;
}

/* vertical animation */
@-webkit-keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
}
@keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
}

/* add 2024725*/
nav.navigation-main .navigation-block ul li .uppercase-none{
text-transform: none;
}