@charset "utf-8";
/*----------------------------------------------------
splash
--------------------------------------------------- */
#loading {
	display: none;
}
/*----------------------------------------------------
stage
--------------------------------------------------- */
.top .stage_on {
	opacity: 1;
	margin-top: 500px;
	-webkit-transition: all 1.0s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	   -moz-transition: all 1.0s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	    -ms-transition: all 1.0s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	     -o-transition: all 1.0s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	        transition: all 1.0s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
.top.stage_out .stage_on {
	opacity: 1;
	margin-top: 0;
}
.top .stage-block .first {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1.1, 1.1);
	   -moz-transform: scale(1.1, 1.1);
	    -ms-transform: scale(1.1, 1.1);
	     -o-transform: scale(1.1, 1.1);
	        transform: scale(1.1, 1.1);
}
.top .stage-block .bg li .first{
	display: none;
}
.top .stage-block .first.viewout{
	opacity: 0;
	visibility: hidden;
}
.top.pageLoadtop .stage-block .first {
	-webkit-transform: scale(1, 1);
	   -moz-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	     -o-transform: scale(1, 1);
	        transform: scale(1, 1);
	-webkit-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	   -moz-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	    -ms-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	     -o-transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	        transition: all 1.2s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
/*.top .stage-block .first.out {
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-ms-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;
}
*/
.top .stage-block ul.first {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top .stage-block ul.first li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top .stage-block ul.first li span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top .stage-block ul.first li.visual01 span {
	background: url(../img/top/mainvisual_first01.jpg) no-repeat center center;
	background-size: cover;
}
.top .stage-block ul.first li.visual02 span {
	background: url(../img/top/mainvisual_first02.jpg) no-repeat center center;
	background-size: cover;
}
.top .stage-block ul.first li.visual03 span {
	background: url(../img/top/mainvisual_first03.jpg) no-repeat center center;
	background-size: cover;
}
.top .stage-block ul.first li.visual04 span {
	background: url(../img/top/mainvisual_first04.jpg) no-repeat center center;
	background-size: cover;
}
.top .stage-block .logo {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -38px;
	width: 78px;
	opacity: 0;
}
.top.pageLoadtop .stage-block .logo {
	opacity: 1;
	-webkit-transition: all 0.5s 1.0s ease;
	   -moz-transition: all 0.5s 1.0s ease;
	    -ms-transition: all 0.5s 1.0s ease;
	     -o-transition: all 0.5s 1.0s ease;
	        transition: all 0.5s 1.0s ease;
}
.top .stage-block .lang {
	position: absolute;
	top: 70px;
	right: 70px;
	font-size: 14px;
	line-height: 1;
	opacity: 0;
}
.top.pageLoadtop .stage-block .lang {
	opacity: 1;
	-webkit-transition: all 0.5s 1.0s ease;
	   -moz-transition: all 0.5s 1.0s ease;
	    -ms-transition: all 0.5s 1.0s ease;
	     -o-transition: all 0.5s 1.0s ease;
	        transition: all 0.5s 1.0s ease;
}
.top .stage-block .lang a {
	color: #fff;
}
.top .stage-block .search {
	position: absolute;
	top: 70px;
	right: 70px;
	opacity: 0;
}
.top.pageLoadtop .stage-block .search {
	opacity: 1;
	-webkit-transition: all 0.5s 1.0s ease;
	   -moz-transition: all 0.5s 1.0s ease;
	    -ms-transition: all 0.5s 1.0s ease;
	     -o-transition: all 0.5s 1.0s ease;
	        transition: all 0.5s 1.0s ease;
}
.top .stage-block .search a {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../img/top/icon_search.png) no-repeat;
}
.top .stage-block .information {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 50px;
	background: #fff;
	/*border-bottom: 1px #fff solid;*/
	-webkit-transition: all 0.5s 0s ease;
	   -moz-transition: all 0.5s 0s ease;
	    -ms-transition: all 0.5s 0s ease;
	     -o-transition: all 0.5s 0s ease;
	        transition: all 0.5s 0s ease;
}
.top .stage-block .information a {
	display: block;
	height: 50px;
	text-align: center;
}
.top .stage-block .information a span {
	display: inline-block;
	line-height: 50px;
	font-size: 14px;
	padding-right: 25px;
	background: url(../img/top/icon_arrow_down.svg) no-repeat right center;
}
.top .stage-block .news {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	opacity: 0;
	-webkit-transform: translate3d(0%, 10px, 0px);
	   -moz-transform: translate3d(0%, 10px, 0px);
	        transform: translate3d(0%, 10px, 0px);
}
.top .stage-block .news li {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s 0s ease;
	   -moz-transition: all 0.5s 0s ease;
	    -ms-transition: all 0.5s 0s ease;
	     -o-transition: all 0.5s 0s ease;
	        transition: all 0.5s 0s ease;
}
.top .stage-block .news li a {
	color: #fff;
}
.top .stage-block .news li.view {
	visibility: visible;
	opacity: 1;
}
.top .stage-block .news li .sp_title {
	display: none;
}
.top.pageLoadtop .stage-block .news {
	opacity: 1;
	-webkit-transform: translate3d(0%, 0px, 0px);
	   -moz-transform: translate3d(0%, 0px, 0px);
	        transform: translate3d(0%, 0px, 0px);
	-webkit-transition: all 0.5s 1.0s ease;
	   -moz-transition: all 0.5s 1.0s ease;
	    -ms-transition: all 0.5s 1.0s ease;
	     -o-transition: all 0.5s 1.0s ease;
	        transition: all 0.5s 1.0s ease;
}
/*----------------------------------------------------
topics
--------------------------------------------------- */
.top #topics .keyvisual {
	height: 625px;
}
.top #topics.topics-block {
	background: transparent;
	padding-bottom: 0;
}
.top #topics .bg {
	background: #fff;
	padding-bottom: 120px;
}
.top #topics .title {
	padding-top: 72px;
}
@media only screen and (max-width:812px) {
	.top #topics .keyvisual {
		display: none;
	}
	.top #topics.topics-block {
		padding-top: 0;
	}
	.top #topics .title {
		padding-top: 40px;
	}
}
@media only screen and (max-width:812px) {
	.top .stage-block .logo {
		margin-left: -31px;
		width: 62px;
		top: 20px;
		z-index: 20;
	}
	.top .stage-block .first{
		display: none;
	}
	.top .stage-block .bg li .first{
		display: block;
	}
	.top .stage_on {
		margin-top: 0;
	}
	.top .stage-block .lang {
		top: 30px;
		right: 25px;
		font-size: 12px;
			z-index: 20;
	}
	.top .stage-block ul.first li.visual01 span {
		background: url(../img/top/mainvisual_first01_m.jpg) no-repeat center center;
		background-size: cover;
	}
	.top .stage-block ul.first li.visual02 span {
		background: url(../img/top/mainvisual_first02_m.jpg) no-repeat center center;
		background-size: cover;
	}
	.top .stage-block ul.first li.visual03 span {
		background: url(../img/top/mainvisual_first03_m.jpg) no-repeat center center;
		background-size: cover;
	}
	.top .stage-block ul.first li.visual04 span {
		background: url(../img/top/mainvisual_first04_m.jpg) no-repeat center center;
		background-size: cover;
	}
	.top .stage-block .search {
		display: none;
	}
	.top .stage-block .information {
		z-index: 20;
		height: 45px;
	}
	.top .stage-block .information a {
		height: 45px;
	}
	.top .stage-block .information a span {
		line-height: 45px;
		font-size: 12px;
		padding-right: 25px;
		background: url(../img/top/icon_arrow_down.svg) no-repeat right center;
		background-size: 10px auto;
	}
	.top .stage-block .news {
		bottom: 107px;
		font-size: 13px;
		line-height: 19px;
			z-index: 20;
	}
	.top .stage-block .news li {
		left: 4vw;
		width: 92vw;
	}
	.top .stage-block .news li .sp_title {
		display: block;
		color: #fff;
		font-size: 21px;
		line-height: 1;
		margin-bottom: 10px;
	}
	.top .stage-block .news li a {
		color: #fff;
	}
}
/*----------------------------------------------------
navigation
--------------------------------------------------- */
.top .navigation-block {
	position: relative;
	text-align: center;
	padding-top: 140px;
	padding-bottom: 110px;
	background: #fff;
}
.top .navigation-block .inner {
	opacity: 0;
	-webkit-transform: translate3d(0%, 10px, 0px);
	   -moz-transform: translate3d(0%, 10px, 0px);
	        transform: translate3d(0%, 10px, 0px);
	-webkit-transition: all 0.5s 0.5s ease;
	   -moz-transition: all 0.5s 0.5s ease;
	    -ms-transition: all 0.5s 0.5s ease;
	     -o-transition: all 0.5s 0.5s ease;
	        transition: all 0.5s 0.5s ease;
}
.top.stage_out .navigation-block .inner {
	opacity: 1;
	-webkit-transform: translate3d(0%, 0px, 0px);
	   -moz-transform: translate3d(0%, 0px, 0px);
	        transform: translate3d(0%, 0px, 0px);
}
.top .navigation-block .menu ul {
	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 50px;
}
.top .navigation-block .menu ul li {
	position: relative;
	line-height: 1;
}
.top .navigation-block .menu ul li a {
	position: relative;
	display: block;
	transition: all 0.5s 0s ease;
	padding: 0 20px;
}
.top .navigation-block .menu ul li.cafe a {
	width: 122px;
	height: 20px;
}
.top .navigation-block .menu ul li.beautybar a {
	width: 193px;
	height: 25px;
	margin-bottom: -5px;
}
.top .navigation-block .menu ul li.studio a {
	width: 140px;
	height: 20px;
}
.top .navigation-block .menu ul li.museum a {
	width: 166px;
	height: 20px;
}
.top .navigation-block .menu ul li a img {
	display: block;
	width: 100%;
	height: 100%;
}
.top .navigation-block .menu ul li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top .navigation-block .menu ul:hover li a {
	opacity: 0.3;
}
.top .navigation-block .menu ul li a:hover {
	opacity: 1.0;
}
.top .navigation-block .sub ul {
	display: inline-flex;
	justify-content: center;
	/* align-items: flex-start; */
	align-items: center;
	margin-bottom: 50px;
	font-weight: 300;
}
.top .navigation-block .sub ul li {
	line-height: 1;
}
.top .navigation-block .sub ul li a {
	font-size: 13px;
	position: relative;
	padding: 0 12px;
	line-height: 1;
	transition: all 0.5s 0s ease;
}
.top .navigation-block .sub ul li.beyondtime a {
	padding-left: 21px;
	display: block;
	height: 20px;
	margin-top: -2px;
}
.top .navigation-block .sub ul li.beyondtime a img {
	width: auto;
	height: 20px;
}
.top .navigation-block .sub ul li.fibona {
	letter-spacing: normal;
}
.top .navigation-block .sub ul li.fibona a {
	display: block;
	height: 22px;
	width: 86px;
}
.top .navigation-block .sub ul li.fibona a img {
	margin-top: -5px;
}
.top .navigation-block .sub ul li.topics a {
	display: block;
	width: 75px;
	white-space: nowrap;
	font-size: 17px;
	box-sizing: content-box;
	padding-right: 28px;
	margin-top: -2px;
}
.top .navigation-block .sub ul li.topics a img {
	margin-top: -5px;
}
.top .navigation-block .sub ul:hover li a {
	opacity: 0.3;
}
.top .navigation-block .sub ul li a:hover {
	opacity: 1.0;
}
/*
.top .navigation-block .sub ul li a span {
display: block;
width: 0;
height: 1px;
margin-top: 4px;
background: #c9c9c9;
-webkit-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
-moz-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
-ms-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
-o-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
.top .navigation-block .sub ul li a:hover span {
width: 100%;
}
*/
.top .navigation-block .sub ul li.lang {
	position: relative;
	padding-left: 9px;
	margin-left: 8px;
	letter-spacing: normal;
}
.top .navigation-block .sub ul li.lang:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 13px;
	background: #c9c9c9;
}
.top .navigation-block .sub ul li.search a {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../img/top/icon_search_b.png) no-repeat;
}
@media only screen and (max-width:812px) {
	.top .navigation-block {
		display: none;
	}
}
/*----------------------------------------------------
keyvisual-block
--------------------------------------------------- */
.top .keyvisual-block {
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.8s 0.5s ease;
	   -moz-transition: all 0.8s 0.5s ease;
	    -ms-transition: all 0.8s 0.5s ease;
	     -o-transition: all 0.8s 0.5s ease;
	        transition: all 0.8s 0.5s ease;
}
.top.stage_out .keyvisual-block {
	opacity: 1;
}
.top .keyvisual-block ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top .keyvisual-block ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
}
.top .keyvisual-block ul li span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
}
.top .keyvisual-block ul li.visual01 span {
	background: url(../img/top/keyvisual01.jpg) no-repeat center center;
	background-size: cover;
}
/*.top .keyvisual-block ul li.visual02 span {
background: url(../img/top/keyvisual02.jpg) no-repeat center center;
background-size: cover;
}*/
@media only screen and (max-width:812px) {
	.top .keyvisual-block {
		display: none;
	}
}
/*----------------------------------------------------
news-block
--------------------------------------------------- */
.top .news-block {
	position: relative;
	z-index: 2;
}
.top .news-block .keyvisual {
	position: relative;
	width: 100%;
	height: 675px;
}
.top .news-block .keyvisual .copy {
	display: none;
}
.top .news-block .main_copy {
	text-align: center;
	font-size: 30px;
	line-height: 1;
	background: #fff;
	letter-spacing: 0;
	padding: 95px 0;
}
.top .news-block .main_copy img {
	width: 673px;
	margin: 0 auto;
	display: block;
}
.top .news-block .main_copy img.pc_only {
	display: block;
}
.top .news-block .main_copy img.sp_only {
	display: none;
}
@media only screen and (max-width:812px) {
	.top .news-block {
	}
	.top .news-block .keyvisual {
		display: none;
	}
	.top .news-block .main_copy {
		display: block;
		font-size: 5.3vw;
		padding: 40px 0 60px;
	}
	.top .news-block .main_copy img {
		width: 228px;
		margin: 0 auto;
	}
	.top .news-block .main_copy img.pc_only {
		display: none;
	}
	.top .news-block .main_copy img.sp_only {
		display: block;
	}
}
.top .news-block .fix_area {
	background: #fff;
	position: relative;
}
.top .news-block ul.fix_visual {
	position: absolute;
	top: 0;
	left: 0;
	width: -webkit-calc(50% - 0px);
	width:         calc(50% - 0px);
	height: 100%;
	z-index: 1;
}
.top .news-block.fix ul.fix_visual {
	position: fixed;
}
.top .news-block ul.fix_visual > li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s 0s ease;
	   -moz-transition: all 0.3s 0s ease;
	    -ms-transition: all 0.3s 0s ease;
	     -o-transition: all 0.3s 0s ease;
	        transition: all 0.3s 0s ease;
}
.top .news-block ul.fix_visual > li.view {
	opacity: 1;
	visibility: visible;
}
.top .news-block ul.fix_visual > li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top .news-block ul.fix_visual > li.visual01 {
	background: url(../img/top/fix_image01.jpg) no-repeat center center;
	background-size: cover;
}
.top .news-block ul.fix_visual > li ul.fix_slide_image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.top .news-block ul.fix_visual > li ul.fix_slide_image li {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
.top .news-block ul.fix_visual > li ul.fix_slide_image li span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	opacity: 1;
}
.top .news-block ul.fix_visual > li.visual02 ul.fix_slide_image li.base span {
	width: 200%;
	background: url(../img/top/fix_image02.jpg) left center;
	background-size: cover;
}
.top .news-block ul.fix_visual > li.visual02 ul.fix_slide_image li.over span {
	width: 200%;
	background: url(../img/top/fix_image02_2.jpg) left center;
	background-size: cover;
}
.top .news-block ul.fix_visual > li.visual03 ul.fix_slide_image li.base span {
	width: 200%;
	background: url(../img/top/fix_image03.jpg) left center;
	background-size: cover;
}
.top .news-block ul.fix_visual > li.visual03 ul.fix_slide_image li.over span {
	width: 200%;
	background: url(../img/top/fix_image03_2.jpg) left center;
	background-size: cover;
}
.top .news-block ul.fix_visual > li.visual04 ul.fix_slide_image li.base span {
	width: 200%;
	background: url(../img/top/fix_image04.jpg) left center;
	background-size: cover;
}
.top .news-block ul.fix_visual > li.visual04 ul.fix_slide_image li.over span {
	width: 200%;
	background: url(../img/top/fix_image04_2.jpg) left center;
	background-size: cover;
}
.top .news-block ul.fix_visual > li.visual05 ul.fix_slide_image li.base span {
	width: 200%;
	background: url(../img/top/fix_image05.jpg) left center;
	background-size: cover;
}
.top .news-block ul.fix_visual > li.visual05 ul.fix_slide_image li.over span {
	width: 200%;
	background: url(../img/top/fix_image05_2.jpg) left center;
	background-size: cover;
}
.top .news-block ul.fix_visual > li a .textarea {
	display: block;
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
}
.top .news-block ul.fix_visual > li.visual02 a .logo {
	position: absolute;
	top: 80px;
	left: 38px;
	width: 152px;
}
.top .news-block ul.fix_visual > li.visual03 a .logo {
	position: absolute;
	top: 80px;
	left: 38px;
	width: 241px;
}
.top .news-block ul.fix_visual > li.visual04 a .logo {
	position: absolute;
	top: 80px;
	left: 38px;
	width: 174px;
}
.top .news-block ul.fix_visual > li.visual05 a .logo {
	position: absolute;
	top: 80px;
	left: 38px;
	width: 206px;
}
.top .news-block ul.fix_visual > li.visual02 a .logo_text {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 417px;
}
.top .news-block ul.fix_visual > li.visual03 a .logo_text {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 487px;
}
.top .news-block ul.fix_visual > li.visual04 a .logo_text {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 498px;
}
.top .news-block ul.fix_visual > li.visual05 a .logo_text {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 528px;
}
.top .news-block ul.fix_visual > li a .logo_text li {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: scale(1, 1) translate(-0%, 20px);
	   -moz-transform: scale(1, 1) translate(-0%, 20px);
	        transform: scale(1, 1) translate(-0%, 20px);
}
.top .news-block ul.fix_visual > li a .logo_text li:first-child {
	position: relative;
}
.top .news-block ul.fix_visual > li.view a .logo_text li:nth-child(1) {
	opacity: 1;
	-webkit-transform: scale(1, 1) translate(-0%, 0px);
	   -moz-transform: scale(1, 1) translate(-0%, 0px);
	        transform: scale(1, 1) translate(-0%, 0px);
	-webkit-transition: all 1s 0.1s ease;
	   -moz-transition: all 1s 0.1s ease;
	        transition: all 1s 0.1s ease;
}
.top .news-block ul.fix_visual > li.view a .logo_text li:nth-child(2) {
	opacity: 1;
	-webkit-transform: scale(1, 1) translate(-0%, 0px);
	   -moz-transform: scale(1, 1) translate(-0%, 0px);
	        transform: scale(1, 1) translate(-0%, 0px);
	-webkit-transition: all 1s 0.2s ease;
	   -moz-transition: all 1s 0.2s ease;
	        transition: all 1s 0.2s ease;
}
.top .news-block ul.fix_visual > li.view a .logo_text li:nth-child(3) {
	opacity: 1;
	-webkit-transform: scale(1, 1) translate(-0%, 0px);
	   -moz-transform: scale(1, 1) translate(-0%, 0px);
	        transform: scale(1, 1) translate(-0%, 0px);
	-webkit-transition: all 1s 0.3s ease;
	   -moz-transition: all 1s 0.3s ease;
	        transition: all 1s 0.3s ease;
}
.top .news-block ul.fix_visual > li.view a .logo_text li:nth-child(4) {
	opacity: 1;
	-webkit-transform: scale(1, 1) translate(-0%, 0px);
	   -moz-transform: scale(1, 1) translate(-0%, 0px);
	        transform: scale(1, 1) translate(-0%, 0px);
	-webkit-transition: all 1s 0.4s ease;
	   -moz-transition: all 1s 0.4s ease;
	        transition: all 1s 0.4s ease;
}
.top .news-block ul.fix_visual > li a .textarea p {
	font-size: 14px;
	margin-bottom: 25px;
}
.top .news-block ul.fix_visual > li .more {
	position: absolute;
	bottom: 28px;
	right: 30px;
	font-size: 14px;
	color: #2323cd;
	line-height: 1;
}
.top .news-block .inner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.top .news-block .list {
	position: fixed;
	top: 0;
	left: 54.333333%;
	width: 41.3333%;
}
.top .news-block .column {
	position: relative;
	margin-bottom: 80px;
}
.top .news-block .column:last-child {
	margin-bottom: 0;
	padding-bottom: 80px;
}
.top .news-block #news_column05.column:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #eee;
}
.top .news-block .column a {
	position: relative;
	display: block;
}
.top .news-block .column .image {
	position: relative;
	margin-bottom: 0;
	-webkit-transition: all 0.5s 0s ease;
	   -moz-transition: all 0.5s 0s ease;
	    -ms-transition: all 0.5s 0s ease;
	     -o-transition: all 0.5s 0s ease;
	        transition: all 0.5s 0s ease;
}
.top .news-block .column a:hover .image {
	opacity: 0.7;
}
.top .news-block .column .category {
	font-size: 14px;
	margin-bottom: 10px;
}
.top .news-block .column .column_title {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 500;
}
.top .news-block .column p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: 300;
}
.top .news-block .column .meta {
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
	color: #a0a0a0;
}
.top .news-block .column .update {
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
	color: #a0a0a0;
}
.top .news-block .column .concept {
	padding: 70px 45px 66px 45px;
}
.top .news-block .column .concept .concept_lead {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
	font-weight: 500;
	color: #000;
}
.top .news-block .column .concept p {
	color: #000;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 24px;
	font-weight: 300;
}
.top .news-block .column .concept p a {
	-webkit-transition: all 0.5s 0s ease;
	   -moz-transition: all 0.5s 0s ease;
	    -ms-transition: all 0.5s 0s ease;
	     -o-transition: all 0.5s 0s ease;
	        transition: all 0.5s 0s ease;
	font-size: 14px;
}
.top .news-block .column .concept p a:hover {
	opacity: 0.5;
}
.top .news-block .column .concept .more a {
	-webkit-transition: all 0.5s 0s ease;
	   -moz-transition: all 0.5s 0s ease;
	    -ms-transition: all 0.5s 0s ease;
	     -o-transition: all 0.5s 0s ease;
	        transition: all 0.5s 0s ease;
}
.top .news-block .column .concept .more a:hover {
	opacity: 0.5;
}
.top .news-block .column_title_sp {
	display: none;
}
@media only screen and (max-width:812px) {
	.top .news-block .fix_area {
	}
	.top .news-block ul.fix_visual {
		display: none;
	}
	.top .news-block .list {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		padding-bottom: 0;
	}
	.top .news-block .column {
		margin: 0 15px;
		margin-bottom: 0;
		padding-bottom: 50px;
	}
	.top .news-block .column:last-child {
		margin-bottom: 0;
		padding-bottom: 50px;
	}
	.top .news-block #news_column05.column {
		padding-bottom: 50px;
	}
	.top .news-block #news_column05.column:after {
		display: none;
	}
	.top .news-block .column .image {
		margin-bottom: 0;
	}
	.top .news-block .column a:hover .image {
		opacity: 1.0;
	}
	.top .news-block .column .category {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.top .news-block .column .column_title {
		font-size: 4.267vw;
		line-height: 1.31;
	}
	.top .news-block .column p {
		font-size: 13px;
		line-height: 21px;
		margin-bottom: 10px;
	}
	.top .news-block .column .meta {
		font-size: 11px;
		line-height: 18px;
	}
	.top .news-block .column .update {
		font-size: 11px;
		line-height: 18px;
	}
	.top .news-block .column .viewmore {
		position: absolute;
		right: 0;
		bottom: 0;
		font-size: 12px;
		line-height: 18px;
	}
	.top .news-block .column .concept {
		padding: 35px 0 0 0;
	}
	.top .news-block .column .concept .concept_lead {
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.top .news-block .column .concept p {
		font-size: 13px;
		line-height: 1.846;
		margin-bottom: 15px;
	}
	.top .news-block .column .concept p a {
	}
	.top .news-block .column .concept .more {
		margin-top: 20px;
	}
	.top .news-block .column .concept .more a {
		font-size: 12px;
		width: 125px;
		height: 37px;
		margin: 0 auto;
		display: block;
		border: 1px #000 solid;
		text-align: center;
		line-height: 37px;
	}
	.top .news-block .column .concept p a:hover {
		opacity: 1.0;
	}
	.top .news-block .column .concept .more a:hover {
		opacity: 1.0;
	}
	.top .news-block .column_title_sp {
		position: relative;
		display: block;
		padding-bottom: 35px;
	}
	.top .news-block #list_title01.column_title_sp {
		padding-bottom: 5px;
	}
	.top .news-block .column_title_sp figure {
		position: relative;
		height: 100vw;
	}
	.top .news-block #list_title01.column_title_sp figure {
		height: auto;
	}
	.top .news-block .column_title_sp figure img {
		height: 100vw;
		opacity: 1;
		-webkit-transition: all 0.5s 0s ease;
		   -moz-transition: all 0.5s 0s ease;
		        transition: all 0.5s 0s ease;
	}
	.top .news-block .column_title_sp .logo_text img {
		height: auto;
	}
	.top .news-block #list_title01.column_title_sp figure img {
		height: auto;
	}
	.top .news-block .column_title_sp.view figure img {
		opacity: 1;
	}
	.top .news-block .column_title_sp figure ul.fix_slide_image {
		height: 100vw;
	}
	.top .news-block .column_title_sp figure ul.fix_slide_image li {
		height: 100vw;
	}
	.top .news-block .column_title_sp figure ul.fix_slide_image li span {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		height: 100vw;
	}
	.top .news-block #list_title02.column_title_sp figure ul.fix_slide_image li.base span {
		width: 160%;
		background: url(../img/top/fix_image02.jpg) left center;
		background-size: cover;
	}
	.top .news-block #list_title02.column_title_sp figure ul.fix_slide_image li.over span {
		width: 160%;
		background: url(../img/top/fix_image02_2.jpg) left center;
		background-size: cover;
	}
	.top .news-block #list_title03.column_title_sp figure ul.fix_slide_image li.base span {
		width: 160%;
		background: url(../img/top/fix_image03.jpg) left center;
		background-size: cover;
	}
	.top .news-block #list_title03.column_title_sp figure ul.fix_slide_image li.over span {
		width: 160%;
		background: url(../img/top/fix_image03_2.jpg) left center;
		background-size: cover;
	}
	.top .news-block #list_title04.column_title_sp figure ul.fix_slide_image li.base span {
		width: 160%;
		background: url(../img/top/fix_image04.jpg) left center;
		background-size: cover;
	}
	.top .news-block #list_title04.column_title_sp figure ul.fix_slide_image li.over span {
		width: 160%;
		background: url(../img/top/fix_image04_2.jpg) left center;
		background-size: cover;
	}
	.top .news-block #list_title05.column_title_sp figure ul.fix_slide_image li.base span {
		width: 160%;
		background: url(../img/top/fix_image05.jpg) left center;
		background-size: cover;
	}
	.top .news-block #list_title05.column_title_sp figure ul.fix_slide_image li.over span {
		width: 160%;
		background: url(../img/top/fix_image05_2.jpg) left center;
		background-size: cover;
	}
	.top .news-block #list_title02.column_title_sp .logo {
		width: 129px;
		margin: 0 auto;
		padding-top: 50px;
	}
	.top .news-block #list_title03.column_title_sp .logo {
		width: 206px;
		margin: 0 auto;
		padding-top: 50px;
	}
	.top .news-block #list_title04.column_title_sp .logo {
		width: 149px;
		margin: 0 auto;
		padding-top: 50px;
	}
	.top .news-block #list_title05.column_title_sp .logo {
		width: 176px;
		margin: 0 auto;
		padding-top: 50px;
	}
	.top .news-block #list_title02.column_title_sp .logo_text {
		position: absolute;
		bottom: -30px;
		left: 0;
		width: 245px;
	}
	.top .news-block #list_title03.column_title_sp .logo_text {
		position: absolute;
		bottom: -20px;
		left: 0;
		width: 275px;
	}
	.top .news-block #list_title04.column_title_sp .logo_text {
		position: absolute;
		bottom: -30px;
		left: 0;
		width: 292px;
	}
	.top .news-block #list_title05.column_title_sp .logo_text {
		position: absolute;
		bottom: -20px;
		left: 0;
		width: 310px;
	}
	.top .news-block .column_title_sp .logo_text li {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		-webkit-transform: scale(1, 1) translate(-0%, 20px);
		   -moz-transform: scale(1, 1) translate(-0%, 20px);
		        transform: scale(1, 1) translate(-0%, 20px);
	}
	.top .news-block .column_title_sp .logo_text li:first-child {
		position: relative;
	}
	.top .news-block .column_title_sp .logo_text.view li:nth-child(1) {
		opacity: 1;
		-webkit-transform: scale(1, 1) translate(-0%, 0px);
		   -moz-transform: scale(1, 1) translate(-0%, 0px);
		        transform: scale(1, 1) translate(-0%, 0px);
		-webkit-transition: all 1s 0.1s ease;
		   -moz-transition: all 1s 0.1s ease;
		        transition: all 1s 0.1s ease;
	}
	.top .news-block .column_title_sp .logo_text.view li:nth-child(2) {
		opacity: 1;
		-webkit-transform: scale(1, 1) translate(-0%, 0px);
		   -moz-transform: scale(1, 1) translate(-0%, 0px);
		        transform: scale(1, 1) translate(-0%, 0px);
		-webkit-transition: all 1s 0.2s ease;
		   -moz-transition: all 1s 0.2s ease;
		        transition: all 1s 0.2s ease;
	}
	.top .news-block .column_title_sp .logo_text.view li:nth-child(3) {
		opacity: 1;
		-webkit-transform: scale(1, 1) translate(-0%, 0px);
		   -moz-transform: scale(1, 1) translate(-0%, 0px);
		        transform: scale(1, 1) translate(-0%, 0px);
		-webkit-transition: all 1s 0.3s ease;
		   -moz-transition: all 1s 0.3s ease;
		        transition: all 1s 0.3s ease;
	}
	.top .news-block .column_title_sp .logo_text.view li:nth-child(4) {
		opacity: 1;
		-webkit-transform: scale(1, 1) translate(-0%, 0px);
		   -moz-transform: scale(1, 1) translate(-0%, 0px);
		        transform: scale(1, 1) translate(-0%, 0px);
		-webkit-transition: all 1s 0.4s ease;
		   -moz-transition: all 1s 0.4s ease;
		        transition: all 1s 0.4s ease;
	}
	.top .news-block .column_title_sp .more {
		position: absolute;
		bottom: 15px;
		right: 15px;
		line-height: 1;
	}
	.top .news-block .column_title_sp .more a {
		font-size: 12px;
		color: #2323cd;
	}
}
/*----------------------------------------------------
stories-block
--------------------------------------------------- */
.top .stories-block {
	position: relative;
	background: #fff;
	padding-top: 72px;
	z-index: 10;
}
.top .stories-block .title {
	text-align: center;
	font-size: 21px;
	margin-bottom: 72px;
}
.top .stories-block .slide_area {
	position: relative;
}
.top .stories-block .slide_area .slick-slider {
	position: static !important;
}
.top .stories-block .slide {
	overflow: hidden;
}
.top .stories-block .slide .column {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.top .stories-block .slide .column a figure {
	-webkit-transition: all 0.5s 0s ease;
	   -moz-transition: all 0.5s 0s ease;
	        transition: all 0.5s 0s ease;
}
.top .stories-block .slide .column a figure:hover {
	opacity: 0.9;
}
.top .stories-block .slide .column figure {
	position: relative;
	height: 675px;
}
.top .stories-block .slide .column figure iframe {
	position: absolute;
	top: 50%;
	left: 50%;
}
.top .stories-block .slide .column figure span.image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: no-repeat center;
	background-size: cover;
}
.top .stories-block .text {
	height: 214px;
	overflow: hidden;
	position: relative;
}
.top .stories-block .text .column {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.8s 0s ease;
	   -moz-transition: all 0.8s 0s ease;
	        transition: all 0.8s 0s ease;
}
.top .stories-block .text .column.view {
	opacity: 1;
	visibility: visible;
}
.top .stories-block .text .column .textarea {
	padding-top: 30px;
	text-align: center;
}
.top .stories-block .text .column .textarea .category {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 20px;
}
.top .stories-block .text .column .textarea .column_title {
	margin-bottom: 5px;
	font-size: 22px;
	line-height: 1.35;
	font-weight: 500;
}
.top .stories-block .text .column .textarea p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}
.top .stories-block .text .column ul.dots {
	width: 100%;
	text-align: center;
	padding-top: 24px;
}
.top .stories-block .text .column ul.dots li {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #e5e5e5;
	margin: 0 10px;
	   -moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.top .stories-block .text .column ul.dots li.active {
	background: #000;
}
/*
.top .stories-block .slide .slick-dots {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
}
.top .stories-block .slide .slick-dots li {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #e5e5e5;
	margin: 0 10px;
	   -moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.top .stories-block .slide .slick-dots li button {
	opacity: 0;
}
.top .stories-block .slide .slick-dots li.slick-active {
	background: #000;
}*/
.top .stories-block .stories-next {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 675px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	letter-spacing: 0.04em;
	opacity: 0;
	-webkit-transition: all 0.6s 0s ease;
	   -moz-transition: all 0.6s 0s ease;
	    -ms-transition: all 0.6s 0s ease;
	     -o-transition: all 0.6s 0s ease;
	        transition: all 0.6s 0s ease;
}
.top .stories-block .stories-prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 675px;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all 0.6s 0s ease;
	   -moz-transition: all 0.6s 0s ease;
	    -ms-transition: all 0.6s 0s ease;
	     -o-transition: all 0.6s 0s ease;
	        transition: all 0.6s 0s ease;
}
.top .stories-block .stories-prev:hover ,
.top .stories-block .stories-next:hover {
	cursor: none;
}
.top .stories-block .stories-prev span ,
.top .stories-block .stories-next span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	letter-spacing: 0.04em;
	color: #fff;
	font-size: 14px;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
@media only screen and (max-width:812px) {
	.top .stories-block {
		border-top: 1px #eee solid;
		padding-bottom: 0;
		padding-top: 40px;
	}
	.top .stories-block .title {
		font-size: 21px;
		margin-bottom: 45px;
	}
	.top .stories-block .slide .column {
	}
	.top .stories-block .slide .column figure {
		height: 210px;
	}
	.top .stories-block .text {
		height: 152px;
	}
	.top .stories-block .text .column .textarea {
		padding: 0 4vw;
		padding-top: 26px;
	}
	.top .stories-block .text .column .textarea .category {
		font-size: 3.2vw;
		line-height: 1;
		margin-bottom: 2.667vw;
	}
	.top .stories-block .text .column .textarea .column_title {
		margin-bottom: 0;
		font-size: 4.267vw;
		line-height: 1.35;
	}
	.top .stories-block .text .column .textarea p {
		font-size: 12px;
		line-height: 24px;
	}
	.top .stories-block .text .column ul.dots {
		padding-top: 10px;
	}
	/*.top .stories-block .slide .slick-dots {
		bottom: 30px;
	}*/
	.top .stories-block .slide_area {
		position: relative;
	}
	.top .stories-block .slide_area .stories-next {
		display: none;
		position: absolute;
		top: 0;
		height: 210px;
		right: 120px;
		color: #fff;
		font-size: 14px;
		cursor: pointer;
		letter-spacing: 0.04em;
		opacity: 0;
		-webkit-transition: all 0.6s 0s ease;
		   -moz-transition: all 0.6s 0s ease;
		    -ms-transition: all 0.6s 0s ease;
		     -o-transition: all 0.6s 0s ease;
		        transition: all 0.6s 0s ease;
	}
	.top .stories-block .slide_area:hover .stories-next {
		opacity: 1;
	}
	.top .stories-block .slide_area .stories-prev {
		display: none;
		position: absolute;
		top: 0;
		height: 210px;
		left: 120px;
		color: #fff;
		font-size: 14px;
		cursor: pointer;
		letter-spacing: 0.04em;
		opacity: 0;
		-webkit-transition: all 0.6s 0s ease;
		   -moz-transition: all 0.6s 0s ease;
		    -ms-transition: all 0.6s 0s ease;
		     -o-transition: all 0.6s 0s ease;
		        transition: all 0.6s 0s ease;
	}
	.top .stories-block .slide_area:hover .stories-prev {
		opacity: 1;
	}
}
/*----------------------------------------------------
area-block
--------------------------------------------------- */
.top .area-block {
	position: relative;
	background: #fff;
}
.top .area-block .area_image {
	overflow: hidden;
}
.top .area-block .area_image .image {
	position: relative;
}
.top .area-block .area_image .image figcaption {
	position: absolute;
	bottom: 30px;
	left: 50px;
	font-size: 14px;
	color: #fff;
}
.top .area-block .area-next {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	letter-spacing: 0.04em;
	opacity: 0;
	-webkit-transition: all 0.6s 0s ease;
	   -moz-transition: all 0.6s 0s ease;
	    -ms-transition: all 0.6s 0s ease;
	     -o-transition: all 0.6s 0s ease;
	        transition: all 0.6s 0s ease;
}
.top .area-block .area-prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all 0.6s 0s ease;
	   -moz-transition: all 0.6s 0s ease;
	    -ms-transition: all 0.6s 0s ease;
	     -o-transition: all 0.6s 0s ease;
	        transition: all 0.6s 0s ease;
}
.top .area-block .area-prev:hover ,
.top .area-block .area-next:hover {
	cursor: none;
}
.top .area-block .area-prev span ,
.top .area-block .area-next span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	letter-spacing: 0.04em;
	color: #fff;
	font-size: 14px;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.top .area-block ul.cursol {
	position: fixed;
	opacity: 0;
	pointer-events: none;
}
.top .area-block ul.cursol li {
	position: absolute;
	top: 0;
	left: 0;
	letter-spacing: 0.04em;
	color: #fff;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: all 0.6s 0s ease;
	   -moz-transition: all 0.6s 0s ease;
	        transition: all 0.6s 0s ease;
}
.top .area-block ul.cursol.view ,
.top .area-block ul.cursol li.view {
	opacity: 1;
}
.top .area-block ul.menu {
	position: absolute;
	bottom: 30px;
	right: 50px;
	overflow: hidden;
}
.top .area-block ul.menu li {
	float: left;
	margin-left: 20px;
}
.top .area-block ul.menu li a {
	font-size: 14px;
	color: #fff;
	-webkit-transition: all 0.5s 0s ease;
	   -moz-transition: all 0.5s 0s ease;
	        transition: all 0.5s 0s ease;
}
.top .area-block ul.menu li a:hover {
	opacity: 0.5;
}
@media only screen and (max-width:812px) {
	.top .area-block .area_image .image figcaption {
		bottom: 12px;
		left: 12px;
		line-height: 1;
		font-size: 12px;
	}
	.top .area-block ul.menu {
		position: relative;
		bottom: auto;
		right: auto;
		text-align: center;
		margin: 0 15px;
		padding: 25px 0;
		border-bottom: 1px #eee solid;
	}
	.top .area-block ul.menu li {
		float: none;
		display: inline-block;
		margin: 0 10px;
	}
	.top .area-block ul.menu li a {
		font-size: 12px;
		color: #000;
	}
	.top .area-block .area-prev ,
	.top .area-block .area-next {
		display: none;
	}
}
/*----------------------------------------------------
scroll
--------------------------------------------------- */
.top #wrapper *[data-scroll] {
	transform: translate3d(0, 30px, 0);
	transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-property: transform, opacity, visibility;
	visibility: visible !important;
	opacity: 0;
}
.top .topics-block .list .column:nth-child(1) {
	transition: 1.2s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
.top .topics-block .list .column:nth-child(2) {
	transition: 1.2s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
.top .topics-block .list .column:nth-child(3) {
	transition: 1.2s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
.top .topics-block .list .column:nth-child(4) {
	transition: 1.2s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
@media only screen and (max-width:812px) {
	.top .topics-block .list .column:nth-child(1) ,
	.top .topics-block .list .column:nth-child(2) ,
	.top .topics-block .list .column:nth-child(3) ,
	.top .topics-block .list .column:nth-child(4) {
		transition: 1.2s 0s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
	}
}
.top #wrapper *[data-scroll="show"] {
	transform: translate3d(0, 0, 0) !important;
	opacity: 1;
}
.top .tricolore_cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.top .tricolore_cover span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ccc;
	transition: all 0.6s 0.2s ease;
}
.top .tricolore_cover.view span {
	opacity: 0;
}
.top .topics-block .list .column:nth-child(1) .tricolore_cover.view span {
	transition: all 0.6s 0.2s ease;
}
.top .topics-block .list .column:nth-child(2) .tricolore_cover.view span {
	transition: all 0.6s 0.3s ease;
}
.top .topics-block .list .column:nth-child(3) .tricolore_cover.view span {
	transition: all 0.6s 0.4s ease;
}
.top .topics-block .list .column:nth-child(4) .tricolore_cover.view span {
	transition: all 0.6s 0.5s ease;
}
@media only screen and (max-width:812px) {
	.top .topics-block .list .column:nth-child(1) .tricolore_cover.view span ,
	.top .topics-block .list .column:nth-child(2) .tricolore_cover.view span ,
	.top .topics-block .list .column:nth-child(3) .tricolore_cover.view span ,
	.top .topics-block .list .column:nth-child(4) .tricolore_cover.view span {
		transition: all 0.6s 0.2s ease;
	}
}
#slider_cursol.cursol {
	position: fixed;
	opacity: 0;
	pointer-events: none;
	z-index: 1000;
}
#slider_cursol.cursol li {
	position: absolute;
	top: 0;
	left: 0;
	letter-spacing: 0.04em;
	color: #fff;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: all 0.6s 0s ease;
	   -moz-transition: all 0.6s 0s ease;
	        transition: all 0.6s 0s ease;
}
#slider_cursol.cursol.view ,
#slider_cursol.cursol li.view {
	opacity: 1;
}
@media only screen and (max-width:812px) {
	#slider_cursol.cursol {
		display: none;
	}
}
/* * * * * * * * * * * * * * * * * * * * *
.lang_en
* * * * * * * * * * * * * * * * * * * * */
.top.lang_en .navigation-block .sub ul {
	letter-spacing: normal;
}
.top.lang_en .news-block .column .concept p {
	line-height: 1.857;
}
@media only screen and (max-width:812px) {
	.top.lang_en .news-block .column .concept p {
		line-height: 1.714;
	}
}
