@charset "utf-8";


html, body, header, section, div, h1, h2, p, nav, ul, li, svg, g, path, a, img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	background: transparent;
}

html {
	overflow-y: scroll;
	height: 100%;
	font-size: 62.5%;
}

body {
	overflow: hidden;
	width: 100%;
	height: 100%;
	font-size: 1em;
	line-height: 1;
}

ul {
	list-style: none;
}


/*--------template_fixed--------*/


#fix_top {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 131px;
}

.title_logo {
	position: absolute;
	top: 45px;
	left: 60px;
	width: 186px;
	height: 31px;
}

.nav_wrapper {
	width: 100%;
	height: 100%;
}

.nav_center {
	position: absolute;
	top: 57px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 391px;
	height: 18px;
}

.nav_center li {
	position: absolute;
	top: 0;
}

.list_1 {
	left: 0;
	width: 46px;
	height: 17px;
}

.list_2 {
	left: 84px;
	width: 42px;
	height: 17px;
}

.list_3 {
	right: 173px;
	width: 54px;
	height: 17px;
}

.list_4 {
	right: 0;
	width: 135px;
	height: 17px;
}

.list_1, .list_2, .list_3, .list_4 {
	border-bottom: solid 1px rgba(255,255,255,0);
}

.list_1:hover, .list_2:hover, .list_3:hover, .list_4:hover {
	border-color: rgba(255,255,255,1);
}

.nav_right {
	position: absolute;
	top: 49px;
	right: 60px;
	width: 24px;
	height: 72px;
}

.nav_right li {
	position: absolute;
	right: 0;
	width: 24px;
	height: 24px;
}

.list_5 {
	top: 0;
}

.list_6 {
	bottom: 0;
}

#fix_side {
	position: fixed;
	z-index: 1000;
	top: 50%;
	right: 67px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 192px;
}


/*--------contents--------*/


.slides > li > img {
	width: 100%;
	height: 100%;
	background-size: cover;
}

.pic_1 {
	background: url(../images/home/no1.jpg) no-repeat center;
}

.pic_2 {
	background: url(../images/home/no2.jpg) no-repeat center;
}

.pic_3 {
	background: url(../images/home/no3.jpg) no-repeat center;
}

.pic_4 {
	background: url(../images/home/no4.jpg) no-repeat center;
}

#logo {
	display: none;
	position: fixed;
	z-index: 100;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 40%;
	width: 600px;
	height: auto;
}

.svg_box {
	width: 100%;
	height: 100%;
}

.svg_box::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.svg_box svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}


/*--------chrome,firefox,opera--------*/


.path_1 {
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 1;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-dasharray: 360;
	stroke-dashoffset: 360;
	-webkit-animation: DASH1 1.4s ease-in-out 1s forwards;
	animation: DASH1 1.4s ease-in-out 1s forwards;
}
@-webkit-keyframes DASH1 {
      0% {stroke-dashoffset:390;stroke:#FFFFFF;}
	100% {stroke-dashoffset:0;stroke:#FFFFFF;}
}
@keyframes DASH1 {
      0% {stroke-dashoffset:390;stroke:#FFFFFF;}
	100% {stroke-dashoffset:0;stroke:#FFFFFF;}
}

.path_2 {
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 1;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-dasharray: 410;
	stroke-dashoffset: 410;
	-webkit-animation: DASH2 1.4s ease-in-out 1.9s forwards;
	animation: DASH2 1.4s ease-in-out 1.9s forwards;
}
@-webkit-keyframes DASH2 {
      0% {stroke-dashoffset:410;stroke:#FFFFFF;}
	100% {stroke-dashoffset:0;stroke:#FFFFFF;}
}
@keyframes DASH2 {
      0% {stroke-dashoffset:410;stroke:#FFFFFF;}
	100% {stroke-dashoffset:0;stroke:#FFFFFF;}
}

.path_3 {
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 1;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-dasharray: 180;
	stroke-dashoffset: 180;
	-webkit-animation: DASH3 1.2s ease-in-out 2.6s forwards;
	animation: DASH3 1.2s ease-in-out 2.6s forwards;
}
@-webkit-keyframes DASH3 {
      0% {stroke-dashoffset:180;stroke:#FFFFFF;}
	100% {stroke-dashoffset:0;stroke:#FFFFFF;}
}
@keyframes DASH3 {
      0% {stroke-dashoffset:180;stroke:#FFFFFF;}
	100% {stroke-dashoffset:0;stroke:#FFFFFF;}
}

.path_4 {
	stroke: rgba(255,255,255,1);
	fill: none;
	stroke-width: 1;
	stroke-dasharray: 1300;
	stroke-dashoffset: 1300;
	-webkit-animation: DASH4 0.8s linear 2.2s forwards;
	animation: DASH4 0.8s linear 2.2s forwards;
}
@-webkit-keyframes DASH4 {
      0% {stroke-dashoffset:1300;stroke:rgba(255,255,255,1);}
	100% {stroke-dashoffset:0;stroke:rgba(255,255,255,0);}
}
@keyframes DASH4 {
      0% {stroke-dashoffset:1300;stroke:rgba(255,255,255,1);}
	100% {stroke-dashoffset:0;stroke:rgba(255,255,255,0);}
}

.path_5 {
	stroke: rgba(255,255,255,1);
	fill: none;
	stroke-width: 1;
	stroke-dasharray: 1100;
	stroke-dashoffset: 1100;
	-webkit-animation: DASH5 0.6s linear 2.8s forwards;
	animation: DASH5 0.6s linear 2.8s forwards;
}
@-webkit-keyframes DASH5 {
      0% {stroke-dashoffset:1100;stroke:rgba(255,255,255,1);}
	100% {stroke-dashoffset:0;stroke:rgba(255,255,255,0);}
}
@keyframes DASH5 {
      0% {stroke-dashoffset:1100;stroke:rgba(255,255,255,1);}
	100% {stroke-dashoffset:0;stroke:rgba(255,255,255,0);}
}

.coat_fade1 {
	fill: rgba(255,255,255,0);
	-webkit-animation: FADE2 2s linear 3.65s forwards;
	animation: FADE2 2s linear 3.65s forwards;
}
@-webkit-keyframes FADE2 {
      0% {fill:rgba(255,255,255,0);}
     20% {fill:rgba(255,255,255,0.7);}
    100% {fill:rgba(255,255,255,1);}
}
@keyframes FADE2 {
      0% {fill:rgba(255,255,255,0);}
     20% {fill:rgba(255,255,255,0.7);}
    100% {fill:rgba(255,255,255,1);}
}

.coat_fade2 {
	fill: rgba(255,255,255,0);
	-webkit-animation: FADE1 2s linear 3.65s forwards;
	animation: FADE1 2s linear 3.65s forwards;
}
@-webkit-keyframes FADE1 {
      0% {fill:rgba(255,255,255,0);}
     50% {fill:rgba(255,255,255,0.3);}
    100% {fill:rgba(255,255,255,1);}
}
@keyframes FADE1 {
      0% {fill:rgba(255,255,255,0);}
     50% {fill:rgba(255,255,255,0.3);}
    100% {fill:rgba(255,255,255,1);}
}


/*--------chrome,firefox,opera_fin--------*/


/*--------ie10,11--------*/


@media all and (-ms-high-contrast:none) {
.path_ies {
	opacity: 0;
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 1;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-dasharray: 0;
	stroke-dashoffset: 0;
	animation: OPACITY 2s ease-in-out 0.5s forwards;
}

.fill_ies {
	opacity: 0;
	fill: #FFFFFF;
	animation: OPACITY 2s ease-in-out 0.5s forwards;
}
}


/*--------ie_fin--------*/


/*--------edge--------*/


@supports (-ms-accelerator:true) {
.path_ies {
	opacity: 0;
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 1;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-dasharray: 0;
	stroke-dashoffset: 0;
	animation: OPACITY 2s ease-in-out 0.5s forwards;
}

.fill_ies {
	opacity: 0;
	fill: #FFFFFF;
	animation: OPACITY 2s ease-in-out 0.5s forwards;
}
}


/*--------edge_fin--------*/


/*--------safari--------*/


@media screen and (-webkit-min-device-pixel-ratio:0) {
::i-block-chrome,
.path_ies {
	opacity: 0;
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 1;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-dasharray: 0;
	stroke-dashoffset: 0;
	-webkit-animation: OPACITY 2s ease-in-out 0.5s forwards;
	animation: OPACITY 2s ease-in-out 0.5s forwards;
}

::i-block-chrome,
.fill_ies {
	opacity: 0;
	fill: #FFFFFF;
	-webkit-animation: OPACITY 2s ease-in-out 0.5s forwards;
	animation: OPACITY 2s ease-in-out 0.5s forwards;
}
}


/*--------safari_fin--------*/


@-webkit-keyframes OPACITY {
      0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes OPACITY {
      0% {opacity:0;}
    100% {opacity:1;}
}
