@charset "UTF-8";
.w{
  position: relative;
  width:100%;
  max-width:1300px;
  margin: 0 auto;
  padding:0 50px;
  z-index:5;
}
.cov_w{
  position: relative;
  width:100%;
  max-width:1300px;
  margin: 0 auto;
  padding:0 50px;
  z-index:5;
}
.w2{
  position: relative;
  width:100%;
  max-width:1220px;
  padding:0 50px;
  margin: 0 auto;
  z-index:5;
}
.w3{
  position: relative;
  width:100%;
  max-width:1080px;
  padding:0 50px;
  margin: 0 auto;
  z-index:5;
}
@media screen and (max-width: 760px){
  .w,
  .w2,
  .w3{
    padding:0 25px;
  }
  .cov_w{
    padding:0 25px;
  }
}
@media screen and (max-width: 680px){
  .w,
  .w2,
  .w3{
    padding:0 15px;
  }
  .cov_w{
    padding:0 15px;
  }
}
/* ------------main------------- */
main{
  position: relative;
  width:100%;
  padding:0px 0;
  z-index:1;
}
main::before{
  position: absolute;
  content:"";
  width:100%;
  height:100%;
  left:0;
  top:0;
  background: url(../images/sbg.png) 50% 0 repeat-y;
  background-size: 100% auto;
  z-index:1;
}
@media screen and (max-width:1330px){
  main::before{
    background-size: 110% auto;
  }
}
@media screen and (max-width:480px){

}
/* ------------content------------- */
.content{
  display:block;
  width:100%;
  max-width:1920px;
  margin:0 auto;
}
/* ------------kv------------- */
#kv{
  position: relative;
  width:100%;
}
#kv img.pc{
  display:block;
  width: 100%;
  max-width:2300px;
  margin: 0 auto;
}
#kv img.sp{
  display:none;
  width: 100%;
  max-width:860px;
  margin: 0 auto;
}
@media screen and (max-width:680px){
  #kv img.pc{
    display:none;
  }
  #kv img.sp{
    display:block;
  }
}

/* ------------nav------------- */
#nav{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  margin-bottom: 100px;
}
#nav li a{
  display: block;
  background: #ee0d16;
  transition: 0.3s ease-in-out;
}
#nav li a:hover{
  background: #ff2737;
}
@media screen and (max-width:860px){
  #nav{
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width:760px){
  #nav{
    margin-bottom: 80px;
  }
}
@media screen and (max-width:680px){
  #nav{
    margin-bottom: 60px;
  }
}
/* ------------s1------------- */
#s1{
  width:100%;
  background: #63dedf;
  padding: 100px 0;
}
#s1 .i1box{
  display:block;
  width:100%;
  margin-bottom: 100px;
}
#s1 .i2box{
  display:block;
  width:100%;
}
#s1 .ibox img{
  display:block;
  width:100%;
  max-width:1300px;
  margin:0 auto;
}
#s1 .btn1{
  display:block;
  width:100%;
  max-width:990px;
  margin:0 auto;
}
#s1 .btn1 img{
  display:block;
  width:100%;
  max-width:1300px;
  margin:0 auto;
  transition: 0.2s ease-in-out;
}
#s1 .btn1 img:hover{
  filter:alpha(opacity=70);-moz-opacity: 0.7;opacity: 0.7;
}
@media screen and (max-width:760px){
  #s1{
    padding: 80px 0;
  }
  #s1 .i1box{
    margin-bottom: 80px;
  }
}
@media screen and (max-width:680px){
  #s1{
    padding: 60px 0;
  }
  #s1 .i1box{
    margin-bottom: 60px;
  }
}
/* ------------s2------------- */
#s2{
  width:100%;
  background: #52c6ff;
  padding: 100px 0;
}
#s2 img{
  display:block;
  width:100%;
  max-width:2300px;
  margin:0 auto;
}
#s2 .inner{
  background: #fff;
  padding:60px 50px;
  border-radius: 0 0 16px 16px;
}
#s2 .i2 img{
  display:block;
  width:100%;
  max-width:1800px;
  margin:0 auto 50px;
}
#s2 .i3 img{
  display:block;
  width:100%;
  max-width:902px;
  margin:0 auto;
}
@media screen and (max-width:760px){
  #s2{
    padding: 80px 0;
  }
  #s2 .inner{
    padding:40px 25px;
  }
}
@media screen and (max-width:680px){
  #s2{
    padding: 60px 0;
  }
}
@media screen and (max-width:490px){
  #s2 .inner{
    padding:25px 25px;
  }
  #s2 .i2 img{
    margin:0 auto 30px;
  }
}
/* ------------s3------------- */
#s3{
  position: relative;
  width:100%;
  background:#fff;
  padding: 100px 0;
  z-index: 5;
}

#s3 h2 img{
  display:block;
  width:100%;
  max-width:930px;
  margin:0 auto 80px;
}
#s3 .bg{
  width:100%;
}
#s3 .j1{
  margin-top: calc(-150 / 1220 * 100vw);
  margin-bottom: 100px;
}
#s3 .j2{
  margin-top: calc(-150 / 1220 * 100vw);
  margin-bottom: 120px;
}
#s3 .j1 img,
#s3 .j2 img{
  display:block;
  width:100%;
  max-width:1800px;
  margin:0 auto;
}
#s3 .j3 img{
  display:block;
  width:100%;
  max-width:980px;
  margin:0 auto 50px;
}
#s3 .p2{
  font-size: 14px;
  margin-bottom: 0px;
}


@media screen and (max-width:760px){
  #s3{
    padding: 80px 0;
  }
  #s3 h2 img{
    margin:0 auto 60px;
  }
  #s3 .j1{
    margin-bottom: 80px;
  }
  #s3 .j2{
    margin-bottom: 100px;
  }
}
@media screen and (max-width:680px){
  #s3{
    padding: 60px 0;
  }
  #s3 h2 img{
    margin:0 auto 40px;
  }
  #s3 .j1{
    margin-bottom: 60px;
  }
  #s3 .j2{
    margin-bottom: 80px;
  }
}
@media screen and (max-width:490px){
  #s3 .j2{
    margin-bottom: 60px;
  }
  #s3 .p2{
    font-size: 12px;
  }
}
/* ------------s4------------- */
#s4{
  position: relative;
  width:100%;
  background:#c0f28b;
  padding: 100px 0;
  z-index: 5;
}
#s4 h2 img{
  display:block;
  width:100%;
  max-width:804px;
  margin:0 auto 60px;
}
#s4 .s4_ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 60px;
  margin-bottom: 100px;
}
#s4 .s4_btn img{
  display:block;
  width:100%;
  max-width:1300px;
  margin:0 auto 80px;
}
#s4 .c1 img{
  display:block;
  width:100%;
  max-width:880px;
  margin:0 auto 80px;
}
#s4 .c2 img{
  display:block;
  width:100%;
  max-width:1300px;
  margin:0 auto 80px;
}
#s4 .s4_btn2 img{
  display:block;
  width:100%;
  max-width:880px;
  margin:0 auto 60px;
}
#s4 .p2{
  font-size: 14px;
  margin-bottom: 0px;
}
#s4 .p2 span{
  color:#f51e2d;
}

@media screen and (max-width:860px){
  #s4{
    padding: 80px 0;
  }
}
@media screen and (max-width:760px){
  #s4 .s4_ul{
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    margin-bottom: 60px;
  }
  #s4 .s4_btn img{
    margin:0 auto 60px;
  }
  #s4 .c1 img{
    margin:0 auto 60px;
  }
  #s4 .c2 img{
    margin:0 auto 60px;
  }
  #s4 .s4_btn2 img{
    margin:0 auto 60px;
  }
}
@media screen and (max-width:680px){
  #s4{
    padding: 60px 0;
  }
}
@media screen and (max-width:490px){
  #s4 .s4_ul{
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    margin-bottom: 60px;
  }
  #s4 .s4_btn img{
    margin:0 auto 40px;
  }
  #s4 .c1 img{
    margin:0 auto 40px;
  }
  #s4 .c2 img{
    margin:0 auto 40px;
  }
  #s4 .s4_btn2 img{
    margin:0 auto 40px;
  }
  #s4 .p2{
    font-size: 12px;
  }
}
/* ------------s5------------- */
#s5{
  position: relative;
  width:100%;
  background:#fff;
  padding: 100px 0;
}
#s5 h2 img{
  display:block;
  width:100%;
  max-width:832px;
  margin:0 auto 60px;
}
#s5 .i1{
  display:block;
  width:100%;
  max-width:1060px;
  margin:0 auto 0px;
}
#s5 .i2{
  display:block;
  width:100%;
  max-width:1060px;
  margin:-10px auto 0px;
}
#s5 .i3{
  display:block;
  width:100%;
  max-width:1060px;
  margin:-10px auto 60px;
}
#s5 .i4{
  display:block;
  width:100%;
  max-width:982px;
  margin:0px auto;
}

#s5 .i1 img,
#s5 .i2 img,
#s5 .i3 img,
#s5 .i4 img{
  display:block;
  width:100%;
  max-width:1300px;
  margin:0 auto;
}
@media screen and (max-width:860px){
  #s5{
    padding: 80px 0;
  }
}
@media screen and (max-width:680px){
  #s5{
    padding: 60px 0;
  }
  #s5 h2 img{
    margin:0 auto 40px;
  }
  #s5 .i2{
    margin:0px auto 0px;
  }
  #s5 .i3{
    margin:0px auto 40px;
  }
}
/* ------------sc------------- */
#sc{
	position: fixed;
	height: 50px;
	width: 50px;
	bottom: 180px;
	right: -50px;
	transition: 0.3s ease-in-out;
	border-radius: 100%;
	background: #005952;
	z-index: 10;
	overflow: hidden;
}
.scrolled #sc{
	right: 15px;
}
#sc a{
	width: 50px;
	height: 50px;
	display: block;
	position: relative;
}
#sc a:before{
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: 20px;
	left: 17px;
	transition: 0.2s ease-in-out;
}
#sc a:hover:before{
	opacity: 0.8;
}
@media screen and (max-width: 860px){
	#sc{
  	bottom: 150px;
  }
}
@media screen and (max-width: 680px){
	#sc{
  	bottom: 120px;
  }
}
@media screen and (max-width: 480px){
	#sc{
    height: 36px;
  	width: 36px;
  	right: -36px;
  	bottom: 100px;
  }
  .scrolled #sc{
  	right: 6px;
  }
  #sc a{
  	width: 36px;
  	height: 36px;
  }
  #sc a:before{
  	width: 10px;
  	height: 10px;
  	border-top: 2px solid #fff;
  	border-right: 2px solid #fff;
  	top: 14px;
  	left: 12px;
  }
}
/* ------------fn------------- */
#fn{
	position: fixed;
	width: 390px;
	bottom: 0px;
	right: -390px;
	transition: 0.3s ease-in-out;
	z-index: 10;
	overflow: hidden;
}
.scrolled #fn{
	right: 0px;
}
#fn ul{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
}
#fn ul li{
  width:100%;
}
#fn ul li a{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  height:157px;
  justify-content: center;
  align-items: center;
  padding:35px 33px;
}
#fn ul li.fn1 a{
  background: #ee0e16;
}
#fn ul li.fn2 a{
  background: #005952;
}
@media screen and (max-width: 860px){
	#fn{
  	width: 45%;
  	right: -45%;
  }
  #fn ul li a{
    height:127px;
    padding:30px 33px;
  }
}
@media screen and (max-width: 680px){
	#fn{
  	width: 45%;
  	right: -45%;
  }
  #fn ul li a{
    height:107px;
    padding:20px 25px;
  }
}
@media screen and (max-width: 480px){
	#fn{
  	width: 50%;
  	right: -50%;
  }
  #fn ul li a{
    height:80px;
    padding:0px 15px;
  }
}
.copy{
  text-align: center;
  padding:30px 0;
  font-size: 12px;
  margin-bottom: 157px;
  background: #fff;
}
@media screen and (max-width: 860px){
	.copy{
    margin-bottom: 127px;
  }
}
@media screen and (max-width: 680px){
	.copy{
    margin-bottom: 107px;
  }
}
@media screen and (max-width: 680px){
	.copy{
    margin-bottom: 80px;
  }
}
/*----------------------------delay-----------------------------------*/

.delay{
	opacity: 0;
	transform: translate(0,60px);
	transition: 0.8s ease-in-out;
}
.delay1{
	opacity: 0;
	transform: translate(-60px,0);
	transition: 0.8s ease-in-out;
}
.delay1-2{
	opacity: 0;
	transform: translate(-150px,0);
	transition: 1s ease-in-out;
}
.delay1-3{
	opacity: 0;
	transform: translate(-200px,0);
	transition: 1.2s ease-in-out;
}
.delay2{
	opacity: 0;
	transform: translate(60px,0);
	transition: 0.8s ease-in-out;
}
.delay2-2{
	opacity: 0;
	transform: translate(150px,0);
	transition: 0.8s ease-in-out;
}
.delay2-3{
	opacity: 0;
	transform: translate(200px,0);
	transition: 0.8s ease-in-out;
}
.delay3{
	opacity: 0;
	transform: translate(0,120px);
	transition: 0.8s ease-in-out;
}

.delay-up1{
	opacity: 0;
	transform: translate(0,80px);
	transition: 0.8s ease-in-out;
}
.delay-up2{
	opacity: 0;
	transform: translate(0,120px);
	transition: 0.8s ease-in-out;
}
.delay-up3{
	opacity: 0;
	transform: translate(0,160px);
	transition: 0.8s ease-in-out;
}
.delay-up4{
	opacity: 0;
	transform: translate(0,200px);
	transition: 0.8s ease-in-out;
}
.delay-blur{
  opacity: 0;
  filter: blur(10px);
  transition: 0.8s ease-in-out;
}

.delayActive{
	opacity: 1.0;
	transform: translate(0,0);
  filter: blur(0);
	transition: 1s ease-in-out;
}

.delay-inv1{
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 1.0s ease-out;
  will-change: transform, opacity;
}
.delay-inv1.is_on{
  opacity: 1;
  animation: zoominv 0.8s ease-out forwards;
}
@keyframes zoominv {
  0% {
    transform: scale(0.7);
  }
  60% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
