@charset "utf-8";
/* CSS Document */
/*飛行機*/
.airplanes-wrap{
	position: absolute;
	/*left: 66%;*/
	left: calc(50% + 232px);
	/*top: 33%;*/
	top: calc(50% - 138px);
	width: 40%;
	height: 865px;
}
.airplanes{
	position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contrail-1, .contrail-2, .contrail-3 {
fill: none;
}
.contrail-2 {
stroke: url(#a_line);
}
.contrail-2, .contrail-3 {
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 3px;
}
.contrail-3 {
stroke: url(#a_line-2);
}
.animated-path {
  stroke-dasharray: 851;
  stroke-dashoffset: 851;
  animation: draw-line 3s ease-in-out forwards;
}
@keyframes draw-line {
  0% {
    stroke-dashoffset: 851;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.airplane {
  position: absolute;
  left: 0;
  top: calc(50% - 23px);
  display: block;
  width: 68px;
  height: 46px;
  translate: -55px -40px;
  offset-path: path("M796.54,9.66s-188.7,54-388.32,74.87c-199.63,20.87-399.93-.3-399.93-.3");
  offset-rotate: 0deg;
  background: url("../../assets/images/index/airplane.svg") no-repeat center center / contain;
  animation: move 2.9s ease-in-out forwards;
}
@keyframes move {
  to {
    offset-distance: 100%;
  }
}
/*船*/
.ship{
	position: absolute;
	background: url("../../assets/images/index/ship.svg") no-repeat center center / contain;
	width: 120px;
	height: 46px;
	display: block;
	/*bottom: 21.5%;
	left: 13%;*/
	left: calc(50% - 738px);
	bottom: calc(50% - 29%);
	animation: ship 50s ease-out infinite;
}
@keyframes ship {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-500px);
  }
  100% {
    transform: translateX(0px);
  }}
/*雪*/
.snow01{
	animation: snow 25s linear 0s infinite;
	background: url("../../assets/images/index/snow01.svg") no-repeat center center / contain;
	width: 49px;
	height: 51px;
	display: block;
	position: absolute;
	right: 20%;	
	top: 50%;
}
.snow02,
.snow03{
	animation: snow 10s linear 0s infinite;
	background: url("../../assets/images/index/snow02.svg") no-repeat center center / contain;
	width: 34px;
	height: 33px;
	display: block;
	position: absolute;
	right: 17.5%;
	top: 56%;
}
.snow03{
	animation: snow 10s linear 0s infinite;
	right: 8%;
  top: 50%;
}
.snow{
	background: url("../../assets/images/index/snow.png") no-repeat center center / contain;
	width: 1300px;
	height: 924px;
	position: absolute;
	top:0;
	right: 0;
	animation: snowbg 10s linear 0s infinite;
}
@keyframes snowbg {
  0% {
     opacity: 0;

  }
  50% {
    opacity: 1;
}
 100% {
     opacity: 0;

  }

}
/*太陽*/
.solar{
	animation: snow 30s linear 0s infinite;
	background: url("../../assets/images/index/solar.svg") no-repeat center center / contain;
	width: 111px;
	height: 113px;
	display: block;
	position: absolute;
	left: 42.5%;
  top: 51%;
}
@keyframes snow {
  0% {
     transform: rotate(0);
    transform-origin: center;

  }
  100% {
    transform: rotate(360deg);
    transform-origin: center;
}}

/*かもめ*/
.seagull{
	/*offset-path: path("M28.95,14.18s-17.3.75-21.68,2.73S-1.49,23.77.49,28.49s17.38-1.63,21.62-8.94S29.88,2.32,34.54,1.18s8.9-1.95,10.46,0-3.25,8.96-6.78,11.07-8.62,2.1-8.62,2.1");*/
	offset-path: path("M26.74,13.33s-15.69-.62-20.17,1.13S-1.93,21.1,1,25.29c3.48,4.99,14,.11,18.63-6.97S21.85,4.91,29.68,1.77c4.45-1.79,12.33-2.61,13.78-.58s-3.72,8.78-7.36,10.69c-3.64,1.91-8.72,1.64-8.72,1.64");
  background: url("../../assets/images/index/seagull01.svg") no-repeat center center / contain;
  animation: seagull 20s linear infinite;
  width: 49px;
  height: 30px;
  display: block;
	position: absolute;
	left: 22%;
  top: 54%;
}
.seagull02{
  background: url("../../assets/images/index/seagull02.svg") no-repeat center center / contain;
  animation: seagull02 10s linear infinite;
  width: 55px;
  height: 19px;
  display: block;
	position: absolute;
	left: 28.5%;
  top: 56.5%;
}
@keyframes seagull {
  0% {
    offset-distance: 0%;
	offset-rotate: 0deg;
  }
  50% {
    offset-rotate: 25deg;
  }
  100% {
    offset-distance: 100%;
	offset-rotate: 0deg;
  }

}
@keyframes seagull02 {
  0% {
    transform: rotate(0deg);
  }
  50% {
  	transform: rotate(10deg);
	transform: translate(-15px);
  }
  100% {
    transform: rotate(0deg);
  }

}
/*.truck{
	position: absolute;
	background: url("../../assets/images/index/truck.svg") no-repeat center center / contain;
	width: 171px;
	height: 73px;
	display: block;
	bottom: 18.5%;
  left: 39.5%;
	transform: translateX(-50px);
	animation: truck 3s ease-out forwards;
}
@keyframes truck {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }}*/
  
.truck{
  offset-path: path("M.08.49s36.45,5.97,119.43,38.69c87.7,34.59,305.44,69.93,447.96,76.37,142.52,6.44,601.54,23.09,601.54,23.09");
  offset-rotate: 0deg;
	position: absolute;
	background: url("../../assets/images/index/truck.svg") no-repeat center center / contain;
	width: 171px;
	height: 73px;
	display: block;
	bottom: 14.5%;
	left: 41.5%;
	transform: translateX(50px);
	animation: truck 40s ease-out forwards;
}
@keyframes truck {
  0% {
	offset-distance: 0%;
	offset-rotate: 0deg;
  }
  5% {
    offset-rotate: 10deg;
  }
  12% {
    offset-rotate: 0deg;
  }
  100% {
    offset-distance: 100%;
  }}
/*.facility{
	position: absolute;
	bottom: 23px;
  left: 20%;
}
.facility img{
	width: 96%;
  display: block;
}
*/
.facility{
	position: absolute;
	bottom: 23px;
	left: 20%;
	background: url("../../assets/images/index/facility.webp") no-repeat center center / contain;
	width: 1057px;
	height: 193px;
	display: block;
}


@media only screen and (max-width: 1280px) {
	.mainimage .mainimg{
		height: 865px;
		background-size: auto 895px;
	}
	.mainimage .icon{
		position: absolute;
		transform: scale(0.874);
		transform-origin: center bottom;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
		width: 100%;
	}
	/*.airplanes-wrap{
		position: absolute;
		left: 70%;
	  top: 40%;
	  width: 50%;
		height: 865px;
	}
	.airplane {
	  width: 60px;
	  height: 41px;

	}
	.ship{
		width: 103px;
		height: 39px;
		bottom: 19%;
		left: 1.4%;
	}*/
	.ship{
	transform-origin: top left;
	}
@keyframes ship {
  0% {
    transform: translateX(0px) scale(0.864);
  }
  50% {
    transform: translateX(-300px) scale(0.864);
  }
  100% {
    transform: translateX(0px) scale(0.864);
  }}

	.snow01{
		right: 10.5%;	
		top: 56%;
	}
	.snow02{
		width: 30px;
		height: 29px;
		right: 7%;
		top: 62%;
	}
	.snow03{
		display: none;
	}
	.snow{
	transform: scale(0.7);
	transform-origin: top right;
	}
.solar{
	width: 96px;
	height: 98px;
	left: 40.2%;
    top: 57%;
}
.seagull{
  width: 42px;
  height: 26px;
	left: 14%;
    top: 60%;
}
.seagull02{
  width: 48px;
  height: 17px;
	left: 22%;
    top: 61%;
}
.truck-wrap{
	/*position: absolute;
	bottom: 13%;
    left: 38%;*/
	transform: scale(0.8);
}
.truck{
	position: absolute;
	width: 140px;
	height: 60px;
	bottom: 13%;
    left: 38%;
	transform: scale(0.845);
	animation: truck 50s ease-out forwards;
}
.facility{
	/*bottom: 20px;*/
    left: 10.5%;
	transform: scale(0.845);
}


}
