@charset "utf-8";
/* CSS Document */


/* TOPアニメ ------------------------------------------------------------------------------ */


#gsap_top_pc {
	width:100%;
	margin:70px 0 0 0;
	position:relative;
  overflow: hidden;
}
#gsap_top_pc img {
	opacity: 0;
  vertical-align:top;
}
#gsap_top_pc img.BG {
	width: 100%;
	height: auto;
}

#gsap_top_pc img.s-img {
	position: absolute;
	bottom:0;left:0;width: 100%;height: auto;
}

#gsap_top_pc img.img2_g {
  width: 5%;
  height: auto;
  left:60.1%;
  bottom: 14.83%;
  transform-origin:bottom;
}

#gsap_top_pc img.img3_ray {
	transform-origin:34% 45%;
}

#gsap_top_pc img.img5 {
  width: 110%;
  height: 100%;
  max-width: none;
}


#gsap_top_pc img.replay {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.7%;
  width: 6%;
  height: auto;
  transition: .3s;
  display: none;
}

#gsap_top_pc img.replay:hover {
  opacity: 0.9!important;
  filter: drop-shadow(0 0 5px #fff);
  -webkit-filter: drop-shadow(0 0 5px #fff);
}

#gsap_top_pc .s-txt {
  position: absolute;
  bottom: 1%;
  left: 0.5%;
  font-size: 14px;
  color: #fff;
  filter: drop-shadow(0 0 5px #000);
  -webkit-filter: drop-shadow(0 0 5px #000);
  opacity: 0;
}

#gsap_top_pc .img3_sky {
	height: 100%;
	width: 140%;
	max-width: none;
	position: absolute;
	left: 0;
	top:0;
	
}

/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
#gsap_top_sp {
	width:100%;
	margin:70px 0 0 0;
	position:relative;
  overflow: hidden;
}
#gsap_top_sp img {
	opacity: 0;
  vertical-align:top;
}
#gsap_top_sp img.BG {
	width: 100%;
	height: auto;
}

#gsap_top_sp img.s-img {
	position: absolute;
	bottom:0;left:0;width: 100%;height: auto;
}


#gsap_top_sp img.sp_img2_g {
	transform-origin:0 85%;
}
#gsap_top_sp img.sp_img3_ray {
	transform-origin:60% 59%;
}

#gsap_top_sp img.sp_img2,
#gsap_top_sp img.sp_img4 {
	position: absolute;
	bottom:0;left:0;height: 100%;width: auto;
  max-width: none;
}

#gsap_top_sp img.sp_replay {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.7%;
  width: 20%;
  height: auto;
  transition: .3s;
}

#gsap_top_sp .sp_s-txt {
  position: absolute;
  bottom: 1%;
  left: 3%;
  font-size: 2vw;
  color: #fff;
  filter: drop-shadow(0 0 5px #000);
  -webkit-filter: drop-shadow(0 0 5px #000);
  opacity: 0;
}

}




/* スクロールアニメ ------------------------------------------------------------------------------ */

#gsap_dummy {
  display: none;
}

#gsap_body {
	width:100%;
	margin:0 auto;
	position:relative;
	padding-top:70px;
	left: 0;
}

#gsap_body .animationWrap {
	width: 100%;
	height: calc(100vh - 70px);
	overflow:hidden;
	position:relative;
}

#gsap_body .s-copy_wrap {
  width: min(73%,700px);
  position: absolute;
  top:min(29.5%,336px);
}

#gsap_body .l-txt_L .s-copy_wrap {right: 0;}
#gsap_body .l-txt_R .s-copy_wrap {left: min(13%,248px);}

#gsap_body .s-copy {
  width: 100%;
  height: auto;
  opacity:0;
}


#gsap_body .s-img {
  opacity:0;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
  object-position:bottom;
}




#gsap_body .vmd_scl_4 {
  object-position:left bottom;
}


#gsap_body .s-txt {
  position: absolute;
  bottom:1%;
  right:1%;
  text-align:right;
  color: #fff;
  opacity: 0;
  filter: drop-shadow(0 0 5px #000);
  -webkit-filter: drop-shadow(0 0 5px #000);
}
#gsap_body .s-txt.s-txtL {
  right:auto;
  left:1%;
}



#gsap_body .l-txt_BG {
  position: absolute;
  background-color: #666464;
  mix-blend-mode:multiply;
  opacity: 0;
}

#gsap_body .l-txt_BG,
#gsap_body .l-txt_wrap {
  width: 50%;
  height: 100%;
  position: absolute;
  top:0;
}
#gsap_body .l-txt_L {left:0;}
#gsap_body .l-txt_R {right: 0;}


#gsap_body .bt_readmore {
  width: 37.6%;
  max-width: 264px;
  height: auto;
  display: none;
  opacity: 0;
}
#gsap_body .bt_L {right:min(46.3%,441px);}
#gsap_body .bt_R {left:min(26.2%,253px);}

#gsap_body .bt_readmore:hover {
  transition: 0.3s;
  transform: translateY(-2px);
  filter: drop-shadow(0 0 5px #fff);
  -webkit-filter: drop-shadow(0 0 5px #fff);
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */

@media screen and (max-width: 1000px) {
#gsap_body .s-copy_wrap {
  width: min(90%,700px);
}
#gsap_body .bt_readmore {
  width: 50%;
  max-width: none;
  height: auto;
}
}






