@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: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 88px;
}

.title_logo {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 18px;
	text-align: center;
}

.title_logo img {
	max-width: 100%;
	height: 18px;
}

.nav_wrapper {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 260px;
	height: 10px;
	text-align: center;
}
.nav_center {
	width: 260px;
	height: 10px;
}

.nav_center li {
	position: absolute;
	top: 0;
	height: 10px
}

.list_1 {
	left: 0;
	width: 28px;
}

.list_2 {
	left: 0;
	-webkit-transform: translateX(224.3589743589743%);
	transform: translateX(224.3589743589743%);
	width: 26px;
}

.list_3 {
	right: 0;
	-webkit-transform: translateX(-340.4040404040403%);
	transform: translateX(-340.4040404040403%);
	width: 33px;
}

.list_4 {
	right: 0;
	width: 82px;
}

.nav_center li img {
	max-width: 100%;
	height: 10px;
}

.nav_right {
	display: none;
}

#fix_side {
	display: none;
}

#fix_bottom {
	position: absolute;
	z-index: 1000;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 39px;
}

.copy_sp {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	text-align: center;
}

.copy_sp img {
	max-width: 100%;
	height: 8px;
}

.list_fb {
	position: absolute;
	top: 0;
	right: 50%;
	-webkit-transform: translateX(-3px);
	transform: translateX(-3x);
	width: 16px;
	height: 16px;
}

.list_ig {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
	width: 16px;
	height: 16px;
}

.list_fb img, .list_ig img {
	width: 16px;
	height: 16px;
}


/*--------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: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 69%;
	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%;
}

.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);}
}
