@charset "utf-8";
/***************************************************************************************************
	page_top.css
***************************************************************************************************/
#page_top {
	position: relative;
	height: 100%;
}
/*
*/
#page_top .blk_1 {
	position: relative;
	padding: 0 0 155px 0;
	pointer-events: none;
}
#page_top .blk_1::before {
	position: relative;
	display: block;
	content: '';
	width: 100%;
	height: 30vh;
	min-height: 200px;
	max-height: 300px;
	left:0;
	top:0;
}
/*  */
#page_top .blk_1_1 {
	/* position: relative; */
	z-index: 2;
	position: fixed;
	left:12%;
	top:0;
}
#page_top .blk_1_1::before {
	position: relative;
	display: block;
	content: '';
	width: 100%;
	height: 30vh;
	min-height: 200px;
	max-height: 300px;
	left:0;
	top:0;
}
#page_top .blk_1_1_1 {
	position: relative;
	left:0;
	top:0;
	width: 350px;
	height: 250px;
	overflow: hidden;
	transform: translate(-80px, -110px);
	transform-origin: 0 0;
}
#page_top .blk_1_1_1.anim_1 {
	transform: translate(0, -110px);
	transition: transform .6s cubic-bezier(0.215, 0.610, 0.355, 1.000) .6s;
}
#page_top .blk_1_1_1.show {
	opacity: 1;
	transition: opacity .2s ease-out 0s,  transform .6s cubic-bezier(0.215, 0.610, 0.355, 1.000) .6s;
}
#page_top .blk_1_1_1.hide {
	opacity: 0;
	transition: opacity .2s ease-out 0s,  transform .6s cubic-bezier(0.215, 0.610, 0.355, 1.000) .6s;
}
#page_top .blk_1_1_1.did_anim {
	transition: opacity .2s ease-out 0s;
}
#page_top .blk_1_1_1 .wg {
	position: absolute;
	display: block;
	width: 350px;
	height: 130px;
}
#page_top .blk_1_1_1 .wg .w {
	position: absolute;
	display: block;
	width: auto;
	left:0;
	top:0;
}
#page_top .blk_1_1_1 .wg .w span {
	position: relative;
	display: inline-block;
	left:0;
	top:0;
	width: auto;
	height: 62px;
	font-size: 62px;
	line-height: 300%;
	letter-spacing: 10px;
	font-family: 'FuturaCondensedMedium';
	color: #000000;
	overflow: hidden;
	opacity: 0;
}

#page_top .blk_1_1_1 .wg .w.show span {
	transition:  .4s ease-out 0s;
	line-height: 100%;
	opacity: 1;
}
#page_top .blk_1_1_1 .wg .w.show span:nth-of-type(1) {
	transition-delay: 0s;
}
#page_top .blk_1_1_1 .wg .w.show span:nth-of-type(2) {
	transition-delay: .1s;
}
#page_top .blk_1_1_1 .wg .w.show span:nth-of-type(3) {
	transition-delay: .2s;
}
#page_top .blk_1_1_1 .wg .w.show span:nth-of-type(4) {
	transition-delay: .3s;
}
#page_top .blk_1_1_1 .wg .w.show span:nth-of-type(5) {
	transition-delay: .4s;
}
#page_top .blk_1_1_1 .wg.wg_1 {
	left:0;
	top:0;
}
#page_top .blk_1_1_1 .wg.wg_1 .w_2 {
	left:0;
}
#page_top .blk_1_1_1 .wg.wg_1 .w_2.show {
	left:210px;
	transition: left .6s ease-out .8s;
}
#page_top .blk_1_1_1 .wg.wg_1 .w_2 span {
	color:#f3c105;
}
#page_top .blk_1_1_1 .wg.wg_2 {
	left:0;
	top:80px;
}
#page_top .blk_1_1_1 .wg.wg_2 .w_2 {
	left:0;
}
#page_top .blk_1_1_1 .wg.wg_2 .w_2.show {
	left:220px;
	transition: left .6s ease-out .8s;
}
#page_top .blk_1_1_1 .wg.wg_3 {
	left:0;
	top:160px;
}
#page_top .blk_1_1_1 .wg.wg_3 .w_2 {
	left:0;
}
#page_top .blk_1_1_1 .wg.wg_3 .w_2.show {
	left:180px;
	transition: left .6s ease-out .8s;
}
/*  */
#page_top .blk_1_2 {
	position: relative;
	width:100%;
	height: auto;
	z-index: 1;
}
#page_top .blk_1_2_1 {
	position: relative;
	padding: 54% 0 0 0;
	overflow: hidden;
}
#page_top .blk_1_2_1_1 {
	position: absolute;
	display: block;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}
#page_top .blk_1_2_1_1 .blk_video {
	position: absolute;
	display: block;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-image: url('../images/page_top_img_1.jpg');
	background-position: 50% 0;
	background-size: cover;
}

#page_top .blk_1_2_1_1 .blk_video::after {
  position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
  top: 0;
  left: 0;
	opacity: .2;
	background-image: linear-gradient(45deg, #000000 25%, transparent 25%, transparent 75%, #000000 75%, #000000),
	linear-gradient(45deg, #000000 25%, transparent 25%, transparent 75%, #000000 75%, #000000);
	background-position: 0 0, 2px 2px;
	background-size: 4px 4px;
	background-repeat: repeat;
	background-color: rgba(0,0,0,.1);
}

#page_top .blk_1_2_1_1 .blk_video video {
	position: absolute;
	display: block;
	left:50%;
	top:50%;
	width: 101%;
	height: auto;
	transform: translate(-50%, -50%);
}
#page_top .blk_1_2_1_1_1 {
	position: absolute;
	display: block;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .05;
}
#page_top .blk_1_2_1_1_2 {
	position: absolute;
	/* content: ''; */
	display: block;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-45deg, transparent, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent);
	background-size: 12px 12px;
	background-repeat: repeat;
	opacity: .2;
display: none;
}
#page_top .blk_1_2_1_1_3 {
	position: absolute;
	display: block;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	transform: scaleX(1);
	transform-origin: 100% 0;
}
#page_top .blk_1_2_1 .blk_1_2_1_1_3.anim_1 {
	transform: scaleX(0);
	opacity: 0;
	transition: transform .8s cubic-bezier(0.215, 0.610, 0.355, 1.000) .1s, opacity 1s ease-out .1s;
}
#page_top .blk_1_2_1_1_4 {
	position: absolute;
	display: block;
	left:0;
	top:0;
	width: 0;
	height: 100%;
	/* background-color: #0C3388; */
	background-color: #f5f5f5;
}
#page_top .blk_1_2_1 .blk_1_2_1_1_4.anim_1 {
	width:100%;
	transition: width .8s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s;
}
#page_top .blk_1_2_1 .blk_1_2_1_1_4.anim_2 {
	transform-origin: 100% 0;
	transform: scaleX(0);
	transition: transform .4s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s;
}

/*
*/
#page_top .blk_2 {
	position: relative;
	width: 100%;
	max-width: 1400px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	padding: 0 0 100px 0;
}
#page_top .blk_2::before {
	position: absolute;
	content: '';
	display: block;
	width:525px;
	height: 390px;
	background-color: #f5f5f5;
	left:52%;
	top:calc(100% - 270px);
	transform: translate(-310px, -100%);
}
#page_top .blk_2.psa_ready::before {
	width:0;
	/* opacity: 0; */
}
#page_top .blk_2.psa_show::before {
	transition: width 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) .6s, opacity 1s ease-out .6s;
}
#page_top .blk_2 h2 {
	position: absolute;
	left:150px;
	top:0;
}
#page_top .blk_2.psa_ready h2 {
	/* top:205px; */
	opacity: 0;
}
#page_top .blk_2.psa_show h2 {
	transition: opacity 1s ease-out 0s;
}
#page_top .blk_2 h2 span {
	position: relative;
	display: block;
	width: auto;
	height: 45px;
}
#page_top .blk_2 h2 span img {
	position: relative;
	display: block;
	width: auto;
}
#page_top .blk_2 h2 span:nth-of-type(1) img {
	height: 40px;
}
#page_top .blk_2 h2 span:nth-of-type(2) img {
	height: 30px;
}
/*  */
#page_top .blk_2_1 {
	position: relative;
	width: 52%;
	height: auto;
	padding: 0 0 0 150px;
}
#page_top .blk_2_1_1 {
	position: relative;
	width: 100%;
	height: auto;
	padding: 155px 10px 0 70px;
}
#page_top .blk_2_1_1_1 {
	position: relative;
}
#page_top .blk_2_1_1_2_1 {
	display: inline-block;
}

#page_top .blk_2.psa_ready .blk_2_1_1_1 {
	transform: translateY(20px);
	opacity: 0;
}
#page_top .blk_2.psa_show .blk_2_1_1_1 {
	transform: translateY(0);
	opacity: 1;
	transition: opacity .8s ease-out 1s, transform .8s ease-out 1s;
}
#page_top .blk_2_1_1_1 h3 {
	font-size: 21px;
	line-height: 100%;
	font-weight: 500;
}
#page_top .blk_2_1_1_1 p:nth-of-type(1) {
	font-size: 30px;
	line-height: 100%;
	font-weight: 500;
	padding: 15px 0 0 0;
	text-indent: -12px;
}
#page_top .blk_2_1_1_1 p:nth-of-type(2) {
	font-size: 18px;
	line-height: 175%;
	padding: 10px 0 0 0;
}
#page_top .blk_2_1_1_2 {
	position: relative;
	padding: 40px 0 0 0;
}
#page_top .blk_2.psa_ready .blk_2_1_1_2 {
	transform: translateY(20px);
	opacity: 0;
}
#page_top .blk_2.psa_show .blk_2_1_1_2 {
	transform: translateY(0);
	opacity: 1;
	transition: opacity .8s ease-out 1.4s, transform .8s ease-out 1.4s;
}
#page_top .blk_2_1_1_2 h3 {
	font-size: 21px;
	line-height: 100%;
	font-weight: 500;
	padding: 0 0 15px 0;
}
#page_top .blk_2_1_1_2 p {
	font-size: 21px;
	line-height: 175%;
	padding: 15px 0;
	text-indent: -10px;
}
#page_top .blk_2_1_1_2 p.blk_sty_1 {
	padding: 40px 0 0 10px;
	font-size: 0;
	text-indent:0;
	text-align: right;
}
#page_top .blk_2_1_1_2 p.blk_sty_1 span {
	display: inline-block;
	font-size: 18px;
	line-height:32px;
	font-weight:bold;
	height: 32px;
	vertical-align: top;
}
#page_top .blk_2_1_1_2 p.blk_sty_1 span img {
	display: block;
	width: auto;
	height: 32px;
}
/*  */
#page_top .blk_2_2 {
	position: relative;
	width: 48%;
	height: auto;
}
#page_top .blk_2_2_1 {
	position: relative;
	left:0;
	top:0;
	width: 100%;
	height: auto;
}
#page_top .blk_2_2_1 span {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
#page_top .blk_2_2_1 span::after {
	position: absolute;
	display: block;
	content: '';
	left:0;
	top:0;
	right: 0;
	bottom:0;
	background-color: #ffffff;
}
#page_top .blk_2.psa_ready .blk_2_2_1 span::after {
	left: 0;
}
#page_top .blk_2.psa_show .blk_2_2_1 span::after {
	left: 100%;
	transition: left 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) .4s;
}
#page_top .blk_2_2_1 span img {
	position: relative;
	display: block;
	left:0;
	top:0;
	width: 100%;
	height: auto;
}
#page_top .blk_2.psa_ready .blk_2_2_1 span img {
	opacity: 0;
}
#page_top .blk_2.psa_show .blk_2_2_1 span img {
	opacity: 1;
	transition: opacity 1s ease-out .4s;
}
/*  */
#page_top .blk_2_3 {
	position: relative;
	width: 100%;
	height: 90px;
}
#page_top .blk_2.psa_ready .blk_2_3 {
	opacity: 0;
	pointer-events: none;
}
#page_top .blk_2.psa_show .blk_2_3 {
	opacity: 1;
	pointer-events: auto;
	transition: opacity .8s ease-out 2s;
}
#page_top .blk_2_3_1 {
	position: absolute;
	left:100%;
	top:10px;
	transform: translateX(-300px);
}
/*
*/
#page_top .blk_3 {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: auto;
	height: auto;
	padding: 0 0 120px 0;
}
#page_top .blk_3 h2 {
	position: absolute;
	left:150px;
	top:0;
}
#page_top .blk_3.psa_ready h2 {
	opacity: 0;
}
#page_top .blk_3.psa_show h2 {
	transition: opacity 1s ease-out 0s;
}
#page_top .blk_3 h2 span {
	position: relative;
	display: block;
	width: auto;
	height: 45px;
}
#page_top .blk_3 h2 span img {
	position: relative;
	display: block;
	width: auto;
}
#page_top .blk_3 h2 span:nth-of-type(1) img {
	height: 40px;
}
#page_top .blk_3 h2 span:nth-of-type(2) img {
	height: 30px;
}
/*  */
#page_top .blk_3_1 {
	position: relative;
	display: flex;
}
#page_top .blk_3_1 .rep_1 {
	position: relative;
	width: 50%;
}
#page_top .blk_3_1 .rep_1::before {
	position: relative;
	display: block;
	content: '';
	width: 100%;
	height: auto;
	left:0;
	top:0;
	padding: 53% 0 0 0;
}
#page_top .blk_3_1 .rep_1 h3 {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	opacity: 0;
}
#page_top .blk_3.psa_ready .rep_1 h3 {
	opacity: 0;
}
#page_top .blk_3.psa_show .rep_1 h3 {
	opacity: 1;
	transition: opacity .6s ease-out 1.6s;
}
#page_top .blk_3_1 .rep_1 h3 img {
	position: relative;
	display: block;
	width: auto;
	height: 30px;
}
#page_top .blk_3_1 .rep_1_1 {
	position: relative;
	padding: 30px 50px 0 50px;
}
#page_top .blk_3_1 .rep_1_1_1 {
	font-size: 15px;
	line-height: 200%;
	padding: 20px 0 20px 0;
	opacity: 0;
}
#page_top .blk_3.psa_ready .rep_1_1_1 {
	opacity: 0;
	transform: translateY(20px);
}
#page_top .blk_3.psa_show .rep_1_1_1 {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .6s ease-out 2s, transform .6s ease-out 2s;
}
#page_top .blk_3_1 .rep_1_1_2 {
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
#page_top .blk_3.psa_ready .rep_1_1_2 {
	opacity: 0;
	transform: translateY(20px);
}
#page_top .blk_3.psa_show .rep_1_1_2 {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .6s ease-out 2.2s, transform .6s ease-out 2.2s;
}
/*  */
#page_top .blk_3_1_1 {
	position: relative;
	width: 100%;
	padding: 170px 0 0 8%;
}
#page_top .blk_3.psa_ready .blk_3_1_1 {
	transform: translateY(-35px);
}
#page_top .blk_3.psa_show .blk_3_1_1 {
	transform: translateY(0);
	transition: transform .6s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1.2s;
}
#page_top .blk_3_1_1.rep_1::before {
	background-image: url('../images/page_top_img_3.jpg');
	background-position: 0 0;
	background-size:101% auto;
}
#page_top .blk_3.psa_ready .blk_3_1_1.rep_1::before {
	opacity: 0;
}
#page_top .blk_3.psa_show .blk_3_1_1.rep_1::before{
	opacity: 1;
	transition: opacity .6s ease-out .4s;
}
#page_top .blk_3_1_1.rep_1::after {
	position: absolute;
	display: block;
	content: '';
	left:0;
	top:100px;
	right: 0;
	bottom:0;
	background-color: #ffffff;
}
#page_top .blk_3.psa_ready .blk_3_1_1.rep_1::after {
	left: 0;
}
#page_top .blk_3.psa_show .blk_3_1_1.rep_1::after {
	left: 100%;
	transition: left .6s cubic-bezier(0.215, 0.610, 0.355, 1.000) .4s;
}

/*  */
#page_top .blk_3_1_2 {
	position: relative;
	width: 100%;
	padding: 100px 8% 0 0;
}
#page_top .blk_3.psa_ready .blk_3_1_2 {
	transform: translateY(35px);
}
#page_top .blk_3.psa_show .blk_3_1_2 {
	transform: translateY(0);
	transition: transform .6s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1.2s;
}
#page_top .blk_3_1_2.rep_1::before {
	background-image: url('../images/page_top_img_4.jpg');
	background-position: 0 0;
	background-size:101% auto;
}
#page_top .blk_3.psa_ready .blk_3_1_2.rep_1::before {
	opacity: 0;
}
#page_top .blk_3.psa_show .blk_3_1_2.rep_1::before{
	opacity: 1;
	transition: opacity .6s ease-out .4s;
}
#page_top .blk_3_1_2.rep_1::after {
	position: absolute;
	display: block;
	content: '';
	left:0;
	top:100px;
	right: 0;
	bottom:0;
	background-color: #ffffff;
}
#page_top .blk_3.psa_ready .blk_3_1_2.rep_1::after {
	left: 0;
}
#page_top .blk_3.psa_show .blk_3_1_2.rep_1::after {
	left: 100%;
	transition: left .6s cubic-bezier(0.215, 0.610, 0.355, 1.000) .6s;
}
#page_top .blk_3 #anc_works {
	position: absolute;
	left:0;
	top:-100px;
	width: 100px;
	height: 100px;
	/* border: 1px solid #ff0000; */
	pointer-events: none;
}
/*
*/
#page_top .blk_4 {
	position: relative;
	width: 100%;
	height: auto;
	overflow : hidden;
	padding: 0 0 220px 0;
}
#page_top .blk_4 .blk_4_sty_1 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	left:0;
	top:0;
	padding: 34% 0 0 0;
	overflow: hidden;
}
#page_top .blk_4 .blk_4_sty_1::before {
	position: absolute;
	display: block;
	content: '';
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-image: url('../images/page_top_img_5.jpg');
	background-position: 0 67%;
	background-size:100% auto;
}
#page_top .blk_4.psa_ready .blk_4_sty_1::before {
	opacity: 0;
}
#page_top .blk_4.psa_show .blk_4_sty_1::before {
	opacity:1;
	transition: opacity .6s ease-out 0s;
}
#page_top .blk_4_sty_1::after {
	position: absolute;
	display: block;
	content: '';
	left:100%;
	right: 0;
	top:0;
	bottom:0;
	background-color: #ffffff;
}
#page_top .blk_4.psa_ready .blk_4_sty_1::after {
	left: 0;
}
#page_top .blk_4.psa_show .blk_4_sty_1::after {
	left: 100%;
	transition: left .6s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s;
}
#page_top .blk_4_1 {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	padding: 160px 0 0 0;
	max-width: 1400px;
	margin: auto;
}
#page_top .blk_4_1_1 {
	position: relative;
	width: 500px;
	height: auto;
	padding: 0 0 0 150px;
}
#page_top .blk_4_1_1 h2 {
	position: absolute;
	left:150px;
	top:0;
}
#page_top .blk_4.psa_ready .blk_4_1_1 h2 {
	opacity: 0;
}
#page_top .blk_4.psa_show .blk_4_1_1 h2 {
	transition: opacity 1s ease-out .4s;
}
#page_top .blk_4_1_1 h2 span {
	position: relative;
	display: block;
	width: auto;
	height: 45px;
}
#page_top .blk_4_1_1 h2 span img {
	position: relative;
	display: block;
	width: auto;
}
#page_top .blk_4_1_1 h2 span:nth-of-type(1) img {
	height: 40px;
}
#page_top .blk_4_1_1 h2 span:nth-of-type(2) img {
	height: 30px;
}
#page_top .blk_4_1_2 {
	position: relative;
	letter-spacing: -1em;
	line-height: 100%;
	white-space: nowrap;
	width: calc(100% - 500px);
	height: 300px;
}
#page_top .blk_4_1_2::before {
	position: absolute;
	display: block;
	content:'';
	left:-55px;
	top:70px;
	/* width: 1890px; */
	width:1575px;
	height: 300px;
	background-color: #f5f5f5;
	transform-origin: 0 0;
}
#page_top .blk_4.psa_ready .blk_4_1_2::before {
	transform: scaleX(0);
}
#page_top .blk_4.psa_show .blk_4_1_2::before {
	transform: scaleX(1);
	transition: transform .6s cubic-bezier(0.215, 0.610, 0.355, 1.000) .6s;
}
#page_top .blk_4_1_2 p {
	position: relative;
	display: inline-block;
	letter-spacing: 0;
	width: 315px;
	padding: 0 0 0 15px;
}
#page_top .blk_4.psa_ready .blk_4_1_2 p {
	opacity: 0;
}
#page_top .blk_4.psa_show .blk_4_1_2 p {
	opacity: 1;
	transition: opacity .6s ease-out 1s;
}
#page_top .blk_4.psa_show .blk_4_1_2 p:nth-of-type(1) {
	transition-delay: .8s;
}
#page_top .blk_4.psa_show .blk_4_1_2 p:nth-of-type(2) {
	transition-delay: .9s;
}
#page_top .blk_4.psa_show .blk_4_1_2 p:nth-of-type(3) {
	transition-delay: 1s;
}
#page_top .blk_4.psa_show .blk_4_1_2 p:nth-of-type(4) {
	transition-delay: 1.1s;
}
#page_top .blk_4.psa_show .blk_4_1_2 p:nth-of-type(5) {
	transition-delay: 1.2s;
}
#page_top .blk_4.psa_show .blk_4_1_2 p:nth-of-type(6) {
	transition-delay: 1.3s;
}
#page_top .blk_4_1_2 p a {
	display: block;
	width: 300px;
	height: 300px;
	position: relative;
	overflow: hidden;
}
#page_top .blk_4.psa_ready .blk_4_1_2 p a {
	width: 0;
}
#page_top .blk_4.psa_show .blk_4_1_2 p a {
	width: 300px;
	transition: width 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1s;
}
#page_top .blk_4.psa_show .blk_4_1_2 p:nth-of-type(1) a {
	transition-delay: .8s;
}
#page_top .blk_4.psa_show .blk_4_1_2 p:nth-of-type(2) a {
	transition-delay: .9s;
}
#page_top .blk_4.psa_show .blk_4_1_2 p:nth-of-type(3) a {
	transition-delay: 1s;
}
#page_top .blk_4.psa_show .blk_4_1_2 p:nth-of-type(4) a {
	transition-delay: 1.1s;
}
#page_top .blk_4.psa_show .blk_4_1_2 p:nth-of-type(5) a {
	transition-delay: 1.2s;
}
#page_top .blk_4.psa_show .blk_4_1_2 p:nth-of-type(6) a {
	transition-delay: 1.3s;
}
#page_top .blk_4_1_2 p a span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
#page_top .blk_4_1_2 p a span::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .6;
	transform-origin: 100% 0;
	transform: scaleX(0);
	transition: transform .4s  cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s;
}
#page_top .blk_4_1_2 p.btn_over a span::before {
	transform-origin: 0 0;
	transform: scaleX(1);
}
#page_top .blk_4_1_2 p a span::after {
	position: absolute;
	display: block;
	content: 'VIEW MORE';
	font-size: 11px;
	line-height: 100%;
	/* left:100px; */
	left:150px;
	top:160px;
	transform: translate(-50%, -50%);
	/* font-family: 'FuturaCondensedMedium'; */
	transform-origin: 0 0;
	color:#ffffff;
	/* letter-spacing: -2px; */
	opacity: 0;
}
#page_top .blk_4_1_2 p.btn_over a span::after {
	/* left:150px; */
	opacity: 1;
	/* letter-spacing: 2px; */
	top:150px;
	transition: .4s ease-out .2s;
}
#page_top .blk_4_1_2 p img {
	display: block;
	width: 300px;
	height: auto;
	position: absolute;
	left:0;
	top:0;
}

/*  */
#page_top .blk_4_1_2.js_gallery p {
	position: absolute;
	display: block;
	width: 300px;
	padding: 0;
	top:0;
	pointer-events: auto;
	transition: left 1.2s ease-out .1s, opacity .4s ease-out 0s !important;
}
#page_top .blk_4_1_2.js_gallery p.show {
	pointer-events: auto;
	opacity: 1;
}
#page_top .blk_4_1_2.js_gallery p.hide {
	pointer-events: none;
	opacity: 0;
}
/*  */
#page_top .blk_4_2 {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 0 0 150px;
	max-width: 1400px;
	margin: auto;
}
#page_top .blk_4.psa_ready .blk_4_2 {
	opacity: 0;
	pointer-events: none;
}
#page_top .blk_4.psa_show .blk_4_2 {
	opacity: 1;
	pointer-events: auto;
	transition: opacity .6s ease-out 1.5s;
}
/*
*/
#page_top .blk_5 {
	position: relative;
	padding: 80px 0 0 0;
	max-width: 1400px;
	margin: auto;
}
#page_top .blk_5 h2 {
	position: absolute;
	left:150px;
	top:0;
}
#page_top .blk_5.psa_ready h2 {
	opacity: 0;
}
#page_top .blk_5.psa_show h2 {
	transition: opacity 1s ease-out 0s;
}
#page_top .blk_5 h2 span {
	position: relative;
	display: block;
	width: auto;
	height: 45px;
}
#page_top .blk_5 h2 span img {
	position: relative;
	display: block;
	width: auto;
}
#page_top .blk_5 h2 span:nth-of-type(1) img {
	height: 40px;
}
#page_top .blk_5 h2 span:nth-of-type(2) img {
	height: 30px;
}
#page_top .blk_5_1 {
	position: absolute;
	left:100%;
	top:0px;
	transform: translateX(-100%);
}
#page_top .blk_5_1 .sty_vm_1 {
	transform: translateX(-150px);
}
#page_top .blk_5.psa_ready .blk_5_1 {
	opacity: 0;
	pointer-events: none;
}
#page_top .blk_5.psa_show .blk_5_1 {
	transition: opacity 1s ease-out .8s;
	pointer-events: auto;
}

#page_top .blk_5_2 {
	position: relative;
	display:flex;
	width:100%;
	padding: 40px 140px;
	flex-wrap: wrap;
}
#page_top .blk_5.psa_ready .blk_5_2 {
	opacity: 0;
	transform: translateY(20px);
	pointer-events: none;
}
#page_top .blk_5.psa_show .blk_5_2 {
	transition: opacity .6s ease-out .4s, transform .6s ease-out .4s;
	transform: translateY(0);
	pointer-events: auto;
}
#page_top .blk_5_2 .rep_1 {
	position: relative;
	width:33.33%;
	padding: 0 10px 80px 10px;
}
#page_top .blk_5_2 .rep_1 a {
	position: relative;
	display: block;
	width:100%;
}
#page_top .blk_5_2 .rep_1_1 {
	width:100%;
	display: flex;
	flex-direction: column;
}
#page_top .blk_5_2 .rep_1_1_1 {
	order: 2;
	display: flex;
	flex-direction: column;
}
#page_top .blk_5_2 .rep_1_1_1_1 {
	order: 2;
}
#page_top .blk_5_2 .rep_1_1_1_1 h3 {
	order: 2;
	font-size: 14px;
	line-height: 175%;
}
#page_top .blk_5_2 .rep_1_1_1_2 {
	order: 1;
	padding: 15px 0 8px 0;
}
#page_top .blk_5_2 .rep_1_1_1_2 span {
	position: relative;
	font-size: 14px;
	line-height: 175%;
	font-weight: 500;
	letter-spacing: 1px;
	display: inline-block;
	white-space: nowrap;
}
#page_top .blk_5_2 .rep_1_1_1_2 span:nth-of-type(1) {
	padding: 0 10px 0 0;
}
#page_top .blk_5_2 .rep_1_1_1_2 span:nth-of-type(2) {
	padding: 0 0 0 12px;
}
#page_top .blk_5_2 .rep_1_1_1_2 span:nth-of-type(2)::before {
	position: absolute;
	display: block;
	content: '';
	width: 2px;
	height: 18px;
	left:0;
	top:50%;
	background-color: #000000;
	transform: translateY(-50%);
}
#page_top .blk_5_2 .rep_1_1_2 {
	position: relative;
	order: 1;
	width: 100%;
	padding: 70% 0 0 0;
	overflow: hidden;
}
#page_top .blk_5_2 .rep_1_1_2 p {
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	overflow: hidden;
	border: 1px solid #eeeeee;
}
#page_top .blk_5_2 .rep_1_1_2 p span {
	position: absolute;
	display: block;
	left:0;
	right: 0;
	top:0;
	bottom:0;
}
#page_top .blk_5_2 .rep_1_1_2 p span::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .6;
	transform-origin: 100% 0;
	transform: scaleX(0);
	transition: transform .4s  cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s;
}
#page_top .blk_5_2 .btn_over .rep_1_1_2 p span::before {
	transform-origin: 0 0;
	transform: scaleX(1);
}
#page_top .blk_5_2 .rep_1_1_2 p span::after {
	position: absolute;
	display: block;
	content: 'VIEW MORE';
	font-size: 11px;
	line-height:200%;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	transform-origin: 0 0;
	color:#ffffff;
	opacity: 0;
	padding: 10px 0 0 0;
}
#page_top .blk_5_2 .btn_over .rep_1_1_2 p span::after {
	opacity: 1;
	padding:0;
	transition:opacity .4s ease-out .2s, padding .4s ease-out .2s;
}
#page_top .blk_5_2 .rep_1_1_2 p img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
}
/*
*/
#page_top .blk_6 {
	width: 100%;
	padding: 0 0 0 0;
}

/*  */
#page_top .blk_scroll {
	position: fixed;
	display: block;
	left:50%;
	top:100%;
	width: 100px;
	height: 180px;
	transform: translate(-50%, -140px);
	z-index: 10;
	background-image: url('../images/page_top_txt_1.svg');
	background-position: 50% 10px;
	background-size: 10px 55px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}
#page_top .blk_scroll.pos_v {
	position: fixed;
}
#page_top .blk_scroll.pos_a {
	position:absolute;
}
#page_top .blk_scroll.show {
	opacity: 1;
	transition: opacity .4s ease-out .6s;
}
#page_top .blk_scroll::before {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 105px;
	left:50%;
	top:75px;
	border-left: 1px solid #000000;
}
#page_top .blk_scroll::after {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 105px;
	left:50%;
	top:75px;
	border-left: 1px solid #f3c105;
	transform-origin: 0 0;
	transform: scaleY(0);

}
#page_top .blk_scroll.show::after {
	animation:kf_blk_1_3 2s ease 0s infinite normal both ;
}

@keyframes kf_blk_1_3 {
  0% {
			top:75px;
    transform: scaleY(0);
  }
  50% {
			top:75px;
  }
  100% {
			top:180px;
    transform: scaleY(2);
  }
}
/*
*/
#page_top .scroll_dots_wrap {
	position: fixed;
	left:12%;
	top:0;
	z-index: 5;
	pointer-events: none;
}
#page_top .scroll_dots_wrap::before {
	position: relative;
	display: block;
	content: '';
	width: 100%;
	height: 30vh;
	min-height: 200px;
	max-height: 300px;
	left:0;
	top:0;
}
#page_top .scroll_dots {
	position: relative;
	left:0;
	top:0;
	transform: translateY(-80px);

}
#page_top .scroll_dots .dot {
	position: absolute;
	left:0;
	top:0;
	width: 11px;
	height: 11px;
	opacity: 0;
}
#page_top .scroll_dots .dot::before {
	position: absolute;
	display: block;
	content: '';
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: #313131;
	border-radius: 50%;
	opacity: 1;
}
#page_top .scroll_dots .dot.active::before {
	opacity: 0;
	transition: opacity .4s ease-out 0s;
}
#page_top .scroll_dots .dot::after {
	position: absolute;
	display: block;
	content: '';
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: #f3c105;
	border-radius: 50%;
	opacity: 0;
}
#page_top .scroll_dots .dot.active::after {
	opacity: 1;
	transition: opacity .4s ease-out 0s;
}
#page_top .scroll_dots.show .dot {
	left:calc(90px - 12vw);
	opacity: 1;
	transition: opacity .6s ease-out .7s,  left .6s cubic-bezier(0.215, 0.610, 0.355, 1.000) .7s;
}
#page_top .scroll_dots.show.showed .dot {
	left:calc(90px - 12vw);
	opacity: 1;
	transition: none;
}
/*
*/
#page_top .pdfwin {
	position: fixed;
	z-index: 1000;
	left:0;
	top:0;
	padding: 80px 10% 0 10%;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .9);
	opacity: 0;
	transition: opacity .2s ease-out 0s;
}
#page_top .pdfwin.show {
	opacity: 1;
}
#page_top .pdfwin.hide {
	opacity: 0;
}
#page_top .pdfwin .content {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 0 180px 0;
}
#page_top .pdfwin .content iframe {
	position: relative;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	border: 1px solid #cccccc;
}
#page_top .pdfwin .content .blk_btn_close {
	position: absolute;
	padding: 40px 0 0 0;
	width: 100%;
	height: 180px;
	text-align: center;
	left:0;
	top:100%;
	transform: translateY(-100%);
}
#page_top .pdfwin .content .blk_btn_close .btn_close {
	position: relative;
	display:inline-block;
	border: 1px solid #cccccc;
	padding: 15px 50px;
	cursor: pointer;
	background-color: #ffffff;
}
#page_top .pdfwin .content .blk_btn_close .btn_close.btn_over {
	border: 1px solid #0C3388;
	transition: border .2s ease-out 0s;
}
#page_top .pdfwin .content .blk_btn_close .btn_close::before {
	display: block;
	content: 'CLOSE';
	font-size: 14px;
	line-height: 100%;
}
#page_top .pdfwin .content .blk_btn_close .btn_close.btn_over::before {
	color: #0C3388;
	transition: color .2s ease-out 0s;
}
/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
	#page_top {
	}
	/*
	*/
	#page_top .blk_1 {
		padding:  0 0 0 0;
	}
	#page_top .blk_1::before {
		height: 25vh;
		min-height: 120px;
		max-height:none;
	}
	/*  */
	#page_top .blk_1_1 {
		left:7%;
		top:0;
	}
	#page_top .blk_1_1::before {
		height: 25vh;
		min-height: 120px;
		max-height:none;
	}
	#page_top .blk_1_1_1 {
		left:0;
		top:0;
		transform:scale(.5) translate(0, -110px);
	}
	#page_top .blk_1_1_1.anim_1 {
		transform:scale(.5) translate(0, -110px);
	}
	#page_top .blk_1_1_1.show {
	}
	#page_top .blk_1_1_1.hide {
	}
	#page_top .blk_1_1_1 .wg {
	}
	#page_top .blk_1_1_1 .wg .w {
	}
	#page_top .blk_1_1_1 .wg .w span {
	}
	#page_top .blk_1_1_1 .wg.wg_1 {
	}
	#page_top .blk_1_1_1 .wg.wg_1 .w_2 {
	}
	#page_top .blk_1_1_1 .wg.wg_1 .w_2 span {
	}
	#page_top .blk_1_1_1 .wg.wg_2 {
	}
	#page_top .blk_1_1_1 .wg.wg_2 .w_2 {
	}
	#page_top .blk_1_1_1 .wg.wg_3 {
	}
	#page_top .blk_1_1_1 .wg.wg_3 .w_2 {
	}
	/*  */
	#page_top .blk_1_2 {
	}
	#page_top .blk_1_2_1 {
		padding: 100% 0 0 0;
	}
	#page_top .blk_1_2_1_1 .blk_video video {
		width: auto;
		height: 101%;
	}
	/*
	*/
	#page_top .blk_2 {
		padding: 140px 0 80px 0;
		flex-direction: column;
	}
	#page_top .blk_2::before {
		display: none;
	}
	#page_top .blk_2 h2 {
		position: absolute;
		left:50%;
		top:60px;
		transform: translateX(-50%);
	}
	#page_top .blk_2 h2 span {
		height: 30px;
		text-align: center;
	}
	#page_top .blk_2 h2 span img {
		width: auto;
		margin: auto;
	}
	#page_top .blk_2 h2 span:nth-of-type(1) img {
		height: 25px;
	}
	#page_top .blk_2 h2 span:nth-of-type(2) img {
		height: 25px;
	}
	/*  */
	#page_top .blk_2_1 {
		width: 100%;
		padding: 0 0 0 0;
		order: 2;
	}
	#page_top .blk_2_1_1 {
		padding: 40px 0 0 0;
	}
	#page_top .blk_2_1_1::before {
		position: absolute;
		content: '';
		display:block;
		width:100%;
		height: 80%;
		background-color: #f5f5f5;
		left:-18%;
		top:0;
		transform: translate(0, calc(-100% + 60px));
	}
	#page_top .blk_2_1_1_1 {
		position: relative;
		text-align: center;
	}
	#page_top .blk_2_1_1_1 h3 {
		font-size: 16px;
	}
	#page_top .blk_2_1_1_1 p:nth-of-type(1) {
		font-size: 22px;
		padding: 15px 0 0 0;
		text-indent: 0;
	}
	#page_top .blk_2_1_1_1 p:nth-of-type(2) {
		font-size: 15px;
		line-height: 175%;
		padding: 10px 0 0 0;
	}
	#page_top .blk_2_1_1_2 {
		padding: 40px 0 0 0;
		text-align: center;
	}
	#page_top .blk_2_1_1_2 h3 {
		font-size: 16px;
		padding: 0 0 10px 0;
	}
	#page_top .blk_2_1_1_2 p {
		font-size: 18px;
		padding: 3px 0;
		text-indent: 0;
	}
	#page_top .blk_2_1_1_2 p.blk_sty_1 {
		padding: 25px 0 10px 0;
		text-align: center;
	}
	#page_top .blk_2_1_1_2 p.blk_sty_1 span {
		font-size: 16px;
		line-height:24px;
		height: 24px;
	}
	#page_top .blk_2_1_1_2 p.blk_sty_1 span img {
		height: 24px;
	}
	/*  */
	#page_top .blk_2_2 {
		width: 100%;
		order: 1;
		z-index: 3;
	}
	#page_top .blk_2_2_1 {
		left:15%;
		width: 85%;
	}
	#page_top .blk_2_2_1 span {
	}
	#page_top .blk_2_2_1 span img {
	}
	/*  */
	#page_top .blk_2_3 {
		order: 3;
	}
	#page_top .blk_2_3_1 {
		left:50%;
		top:10px;
		transform: translateX(calc(-50% + 20px));
	}
	/*
	*/
	#page_top .blk_3 {
		padding: 90px 0 60px 0;
	}
	#page_top .blk_3 h2 {
		position: absolute;
		left:50%;
		top:0;
		transform: translateX(-50%);
	}
	#page_top .blk_3 h2 span {
		height: 30px;
		text-align: center;
	}
	#page_top .blk_3 h2 span img {
		position: relative;
		display: block;
		width: auto;
	}
	#page_top .blk_3 h2 span:nth-of-type(1) img {
		height: 25px;
	}
	#page_top .blk_3 h2 span:nth-of-type(2) img {
		height: 25px;
	}
	/*  */
	#page_top .blk_3_1 {
		display: block;
	}
	#page_top .blk_3_1 .rep_1 {
		width: 100%;
	}
	#page_top .blk_3_1 .rep_1::before {
	}
	#page_top .blk_3_1 .rep_1 h3 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
	}
	#page_top .blk_3.psa_show .rep_1 h3 {
		transition: opacity .6s ease-out 1s;
	}
	#page_top .blk_3_1 .rep_1 h3 img {
			height: 28px;
	}
	#page_top .blk_3_1 .rep_1_1 {
		padding: 20px 5% 0 5%;
	}
	#page_top .blk_3_1 .rep_1_1_1 {
		padding: 10px 0 10px 0;
	}
	#page_top .blk_3.psa_ready .rep_1_1_1 {
		transform: translateY(0);
	}
	#page_top .blk_3.psa_show .rep_1_1_1 {
		transition: opacity .6s ease-out 1.4s;
	}
	#page_top .blk_3_1 .rep_1_1_2 {
		text-align: right;
		display: flex;
		justify-content: flex-end;
	}
	#page_top .blk_3.psa_ready .rep_1_1_2 {
		transform: translateY(0);
	}
	#page_top .blk_3.psa_show .rep_1_1_2 {
		transition: opacity .6s ease-out 1.8s;
	}
	/*  */
	#page_top .blk_3_1_1 {
		padding: 0 0 0 0;
	}
	#page_top .blk_3.psa_ready .blk_3_1_1 {
		transform: translateY(0);
	}
	#page_top .blk_3.psa_show .blk_3_1_1 {
		transform: translateY(0);
		transition: none;
	}
	#page_top .blk_3_1_1.rep_1::before {
	}
	#page_top .blk_3.psa_ready .blk_3_1_1.rep_1::before {
	}
	#page_top .blk_3.psa_show .blk_3_1_1.rep_1::before{
	}
	#page_top .blk_3_1_1.rep_1::after {
		top:0;
	}
	#page_top .blk_3.psa_ready .blk_3_1_1.rep_1::after {
	}
	#page_top .blk_3.psa_show .blk_3_1_1.rep_1::after {
	}
	/*  */
	#page_top .blk_3_1_2 {
		padding: 45px 0 0 0;
	}
	#page_top .blk_3.psa_ready .blk_3_1_2 {
		transform: translateY(0);
	}
	#page_top .blk_3.psa_show .blk_3_1_2 {
		transform: translateY(0);
		transition: none;
	}
	#page_top .blk_3_1_2.rep_1::after {
		top:0;
	}
	/*
	*/
	#page_top .blk_4 {
		padding: 0 0 80px 0;
	}
	#page_top .blk_4::before {
	}
	#page_top .blk_4_1 {
		display: block;
		width: 100%;
		padding: 80px 0 0 0;
	}
	#page_top .blk_4_1_1 {
		width: 100%;
		padding: 100px 0 0 0;
	}
	#page_top .blk_4_1_1 h2 {
		position: absolute;
		left:50%;
		top:0;
		transform: translateX(-50%);
	}
	#page_top .blk_4_1_1 h2 span {
		height: 30px;
		text-align: center;
	}
	#page_top .blk_4_1_1 h2 span img {
		width: auto;
		margin: auto;
	}
	#page_top .blk_4_1_1 h2 span:nth-of-type(1) img {
		height: 25px;
	}
	#page_top .blk_4_1_1 h2 span:nth-of-type(2) img {
		height: 25px;
	}
	#page_top .blk_4_1_2 {
		position: absolute;
		width: 100%;
		padding: 0 0 0 0;
		left:10%;
		top:150px;
		transform: scale(.8);
		transform-origin: 0 0;
		z-index: 3;
	}
	#page_top .blk_4_1_2::before {
		position: absolute;
		display: block;
		content:'';
		left:-12.5%;
		right:0;
		top:60px;
		bottom:-60px;
		background-color: #f5f5f5;
	}
	#page_top .blk_4_1_2 p {
	}
	#page_top .blk_4_1_2 p img {
	}
	#page_top .blk_4_2 {
		position: relative;
		padding:260px 0 0 0;
		text-align: center;
	}
	/*
	*/
	#page_top .blk_5 {
		position: relative;
		padding: 40px 0 0 0;
	}
	#page_top .blk_5 h2 {
		position: absolute;
		left:50%;
		top:0;
		transform: translateX(-50%);
	}
	#page_top .blk_5 h2 span {
		height: 30px;
		text-align: center;
	}
	#page_top .blk_5 h2 span img {
		width: auto;
		margin: auto;
	}
	#page_top .blk_5 h2 span:nth-of-type(1) img {
		height: 25px;
	}
	#page_top .blk_5 h2 span:nth-of-type(2) img {
		height: 25px;
	}
	#page_top .blk_5_1 {
		display: none;
	}
	#page_top .blk_5_2 {
		display: block;
		width:100%;
		padding: 40px 5% 0 5%;
	}
	#page_top .blk_5_2 .rep_1 {
		width:100%;
		padding: 0;
	}
	#page_top .blk_5_2 .rep_1 a {
	}
	#page_top .blk_5_2 .rep_1_1 {
		flex-direction: row;
	}
	#page_top .blk_5_2 .rep_1_1_1 {
		width: 55%;
		padding: 0 0 35px 10px;
	}
	#page_top .blk_5_2 .rep_1_1_1_1 {
	}
	#page_top .blk_5_2 .rep_1_1_1_1 h3 {
		font-size: 14px;
		line-height: 150%;
	}
	#page_top .blk_5_2 .rep_1_1_1_2 {
		padding: 5px 0 5px 0;
	}
	#page_top .blk_5_2 .rep_1_1_1_2 span {
		font-size: 12px;
		display: block;
	}
	#page_top .blk_5_2 .rep_1_1_1_2 span:nth-of-type(1) {
		padding: 0 0 0 0;
	}
	#page_top .blk_5_2 .rep_1_1_1_2 span:nth-of-type(2) {
		padding: 2px 0 0 0;
	}
	#page_top .blk_5_2 .rep_1_1_1_2 span:nth-of-type(2)::before {
		width: 10px;
		height: 2px;
		left:0;
		top:0;
		transform: none;
	}
	#page_top .blk_5_2 .rep_1_1_2 {
		position: relative;
		width: 45%;
		padding: 0 0 35px 0;
		overflow: visible;
	}
	#page_top .blk_5_2 .rep_1_1_2 p {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	#page_top .blk_5_2 .rep_1_1_2 p span {
	}
	#page_top .blk_5_2 .rep_1_1_2 p span::before {
	}
	#page_top .blk_5_2 .btn_over .rep_1_1_2 p span::before {
	}
	#page_top .blk_5_2 .rep_1_1_2 p span::after {
		font-size: 10px;
	}
	#page_top .blk_5_2 .btn_over .rep_1_1_2 p span::after {
	}
	#page_top .blk_5_2 .rep_1_1_2 p img {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		left:0;
		top:0;
		transform:none;
	}
/*
*/
#page_top .blk_6 {
	width: 100%;
	max-width:none;
	padding: 40px 5% 0 5%;
	display: block;
}
/*
*/
#page_top .sty_vm_1 {
}
#page_top .sty_vm_1 a {
	padding: 0 60px 0 0 ;
}
#page_top .sty_vm_1 a span {
}
#page_top .sty_vm_1 a span.nm_js_svg_1 {
	transform: translate(-60px, -50%) scale(.8);
}
/*  */
#page_top .blk_scroll {
	display: none;
}
/*  */
#page_top .scroll_dots_wrap {
	display: none;
}
#page_top .scroll_dots {
	display: none;
}
/*
*/
#page_top .pdfwin {
}
#page_top .pdfwin.show {
}
#page_top .pdfwin.hide {
}
#page_top .pdfwin .content {
	padding: 0 0 150px 0;
}
#page_top .pdfwin .content iframe {
}
#page_top .pdfwin .content .blk_btn_close {
	padding: 30px 0 0 0;
	height: 150px;
}
#page_top .pdfwin .content .blk_btn_close .btn_close {
		padding: 10px 40px;
}
#page_top .pdfwin .content .blk_btn_close .btn_close.btn_over {
}
#page_top .pdfwin .content .blk_btn_close .btn_close::before {
	font-size: 12px;

}
#page_top .pdfwin .content .blk_btn_close .btn_close.btn_over::before {
}
/*  */
}
