@charset "utf-8";
/* CSS Document */
.gip{
    text-align: center;
    position: relative;
    padding-top: 200px;
    width: 600px;
    margin: 0 auto;
}
 
.gip_path{stroke:#333;
fill:none;
stroke-width:1;
stroke-dasharray: 3000;
stroke-dashoffset:3000;
animation: DASH 9s ease-in alternate forwards;
-webkit-animation:DASH 9s ease-in 0s forwards;
-o-animation:DASH 9s ease-in 0s forwards;
animation:DASH 9s ease-in 0s forwards;
}
@keyframes DASH{
0%{stroke-dashoffset:3000;}
100%{stroke-dashoffset:0;}
}
@-moz-keyframes DASH{
0%{stroke-dashoffset:3000;}
100%{stroke-dashoffset:0;}
}
@-webkit-keyframes DASH{
0%{stroke-dashoffset:3000;}
100%{stroke-dashoffset:0;}
}
@-o-keyframes DASH{
0%{stroke-dashoffset:3000;}
100%{stroke-dashoffset:0;}
}
@-ms-keyframes DASHf{
0%{stroke-dashoffset:3000;}
100%{stroke-dashoffset:0;
}
	
.st0{fill:none;stroke:#000000;}
.st1{font-family:'Kan415TyposStd-Regular-83pv-RKSJ-H';}
.st2{font-size:52.3559px;}
