@charset "UTF-8";
.w{
  position: relative;
  width:100%;
  max-width:1400px;
  margin: 0 auto;
  padding:0 50px;
}
@media screen and (max-width: 760px){
  .w{
    padding:0 25px;
  }
}
@media screen and (max-width: 480px){
  .w{
    padding:0 20px;
  }
}
/* ------------header------------- */
header{
  display:none;
  width:100%;
  padding:15px 0;
  background: #fff;
}
header img{
  display:block;
  width:100%;
  max-width:220px;
  margin:0 auto;
}
@media screen and (max-width:760px) {
  header{
    display:block;
  }
}
@media screen and (max-width:480px) {
  header{
    padding:8px 0;
  }
  header img{
    max-width:180px;
  }
}
/* ------------content------------- */
.content{
  display:block;
  width:100%;
  max-width:1920px;
  margin:0 auto;
}

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

/* ------------main------------- */
main{
  position: relative;
  width:100%;
  padding:0px 0;
  background: url(../images/sbg.jpg) 50% 0 repeat-y;
  background-size: 100% auto;
}
@media screen and (max-width:1330px){
  main{
    background-size: 110% auto;
  }
}
/* ------------btn------------- */
.btn{
  display:block;
  width:100%;
  max-width:1000px;
  margin:0 auto;
}
.btn.btnmb{
  margin-bottom: 80px;
}
.btn.btnmb2{
  margin-bottom: 120px;
}
.btn a{
  display:block;
}
.btn a:hover{
  filter:alpha(opacity=80);-moz-opacity: 0.8;opacity: 0.8;
}
.btn a img.pc{
  display:block;
  width:100%;
  max-width:1016px;
  margin:0 auto;
}
.btn a img.sp{
  display:none;
  width:100%;
  max-width:580px;
  margin:0 auto;
}
@media screen and (max-width:760px) {
  .btn a img.pc{
    display:none;
  }
  .btn a img.sp{
    display:block;
  }
  .btn.btnmb{
    margin-bottom: 40px;
  }
  .btn.btnmb2{
    margin-bottom: 60px;
  }
}
/* ------------s1------------- */
#s1{
  padding: 50px 0;
  overflow: hidden;
}
#s1 .tipbox{
  width:100%;
  max-width:980px;
  margin:0 auto;
    position: relative;
    padding: 25px 25px;
    border-top: solid 3px #1dc1d6;
    border-bottom: solid 3px #1dc1d6;
}
#s1 .tipbox:before, #s1 .tipbox:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 3px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #1dc1d6;
}
#s1 .tipbox:before {left: 10px;}
#s1 .tipbox:after {right: 10px;}

#s1 .tipbox .p1{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  color:#1dc1d6;
}
#s1 .tipbox .p2{
  text-align: center;
  font-size: 18px;
}
#s1 .c1{
  width:100%;
  height:1066px;
  background: url(../images/s1.png) 50% 0 no-repeat;
  background-size: 1920px 1066px;
  margin-bottom: 60px;
}

@media screen and (max-width:1240px) {
  #s1 .c1{
    height:800px;
    background-size: 1441px 800px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width:980px) {
  #s1 .c1{
    height:600px;
    background-size: 1081px 600px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width:760px) {
  #s1 .c1{
    margin-bottom: 40px;
  }
}
@media screen and (max-width:680px) {
  #s1 .tipbox .p1{
    font-size: 22px;
  }
  #s1 .tipbox .p2{
    font-size: 16px;
  }
}
@media screen and (max-width:480px) {
  #s1 .tipbox{
    padding: 15px 25px;
    margin-bottom: 15px;
  }
  #s1 .tipbox .p1{
    font-size: 18px;
  }
  #s1 .tipbox .p2{
    text-align: left;
    font-size: 14px;
  }
  #s1 .c1{
    height:400px;
    background-size: 720px 400px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:320px) {
  #s1 .c1{
    height:300px;
    background-size: 540px 300px;
    margin-bottom: 20px;
  }
}

/* ------------s2------------- */
#s2{
  padding: 80px 0;
  overflow: hidden;
}
#s2 h2{
  display:block;
  width:100%;
  margin-bottom: 70px;
}
#s2 h2 img{
  display:block;
  width:100%;
  max-width:890px;
  margin:0 auto;
}
#s2 .cbox1,
#s2 .cbox2{
  width:100%;
  max-width:1150px;
  margin:0 auto;
  padding:50px 80px;
}
#s2 .cbox1{
  background: #BCF245;
  background: linear-gradient(90deg,rgba(188, 242, 69, 1) 0%, rgba(8, 195, 126, 1) 100%);
  margin-bottom: 50px;
}
#s2 .cbox2{
  background: #FDBD41;
  background: linear-gradient(90deg,rgba(253, 189, 65, 1) 0%, rgba(255, 81, 78, 1) 100%);
  margin-bottom: 70px;
}
#s2 .cbox1 img.pc,
#s2 .cbox2 img.pc{
  display:block;
  width:100%;
  max-width:1300px;
  margin:0 auto;
}
#s2 .cbox1 img.sp,
#s2 .cbox2 img.sp{
  display:none;
  width:100%;
  max-width:860px;
  margin:0 auto;
}
#s2 .car{
  padding-top: 30px;
}
#s2 .car img.pc{
  display:block;
  width:100%;
  max-width:1105px;
  margin:0 auto 70px;
}
#s2 .car img.sp{
  display:none;
  width:100%;
  max-width:860px;
  margin:0 auto 50px;
}

@media screen and (max-width:1240px) {
  #s2 h2 img{
    max-width:790px;
  }
}
@media screen and (max-width:980px) {
  #s2 h2 img{
    max-width:690px;
  }
}
@media screen and (max-width:760px) {
  #s2 h2{
    margin-bottom: 40px;
  }
  #s2 h2 img{
    max-width:590px;
  }
  #s2 .cbox1,
  #s2 .cbox2{
    padding:50px 50px;
  }
  #s2 .cbox1 img.pc,
  #s2 .cbox2 img.pc{
    display:none;
  }
  #s2 .cbox1 img.sp,
  #s2 .cbox2 img.sp{
    display:block;
  }
}
@media screen and (max-width:680px) {
  #s2 .cbox2{
    margin-bottom: 50px;
  }
  #s2 .car img.pc{
    display:none;
  }
  #s2 .car img.sp{
    display:block;
  }
}

/* ------------s3------------- */
#s3{
  padding: 80px 0;
  overflow: hidden;
}
#s3 .ds{
  width:100%;
  height:1066px;
  background: url(../images/s3.png) 50% 0 no-repeat;
  background-size: 1920px 1066px;
  margin-bottom: 30px;
}
#s3 .inner{
  width:100%;
  max-width:1000px;
  margin:0 auto 80px;
}
#s3 .c1 img{
  display:block;
  width:100%;
  max-width:1300px;
  margin:0 auto 40px;
}
#s3 .inner p{
  font-size: 14px;
  margin-bottom: 50px;
}
#s2 .c2 img{
  display:block;
  width:100%;
  max-width:1300px;
  margin:0 auto 80px;
}


@media screen and (max-width:1240px) {
  #s3 .ds{
    height:800px;
    background-size: 1441px 800px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:980px) {
  #s3 .ds{
    height:600px;
    background-size: 1081px 600px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:760px) {
  #s3 .ds{
    margin-bottom: 30px;
  }
  #s3 .inner{
    margin:0 auto 40px;
  }
  #s3 .inner p{
    font-size: 12px;
    margin-bottom: 40px;
  }
  #s2 .c2 img{
    margin:0 auto 40px;
  }
}
@media screen and (max-width:480px) {
  #s3 .ds{
    height:400px;
    background-size: 720px 400px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:320px) {
  #s3 .ds{
    height:300px;
    background-size: 540px 300px;
    margin-bottom: 20px;
  }
}

/* ------------s4------------- */
#s4{
  padding: 50px 0 100px;
  overflow: hidden;
  background: #0CD0CA;
  background: linear-gradient(90deg,rgba(12, 208, 202, 1) 0%, rgba(0, 159, 232, 1) 100%);
}
#s4 .t{
  width:100%;
  background: #fff;
  padding:50px 0;
  margin-bottom: 80px;
}
#s4 .t img.pc{
  display:block;
  width:100%;
  max-width:1300px;
  margin:0 auto;
}
#s4 .t img.sp{
  display:none;
  width:100%;
  max-width:860px;
  margin:0 auto;
}

#s4 .car img.pc{
  display:block;
  width:100%;
  max-width:1300px;
  margin:0 auto 60px;
}
#s4 .car img.sp{
  display:none;
  width:100%;
  max-width:860px;
  margin:0 auto 40px;
}

@media screen and (max-width:760px) {
  #s4 .t{
    padding:20px 0;
    margin-bottom: 50px;
  }
  #s4 .t img.pc{
    display:none;
  }
  #s4 .t img.sp{
    display:block;
  }
}
@media screen and (max-width:680px) {
  #s4{
    padding: 50px 0 50px;
  }
  #s4 .car img.pc{
    display:none;
  }
  #s4 .car img.sp{
    display:block;
  }
}

/* ------------s5------------- */
#s5{
  padding: 50px 0 100px;
  overflow: hidden;
  background: #000;
}
#s5 .t{
  width:100%;
  background: #fff;
  padding:50px 0;
  margin-bottom: 50px;
}
#s5 .t img.pc{
  display:block;
  width:100%;
  max-width:1300px;
  margin:0 auto;
}
#s5 .t img.sp{
  display:none;
  width:100%;
  max-width:860px;
  margin:0 auto;
}
#s5 .mmv img.pc{
  display:block;
  width:100%;
  margin:0 auto 60px;
}
#s5 .mmv img.sp{
  display:none;
  width:100%;
  max-width:860px;
  margin:0 auto 40px;
}
#s5 .car img.pc{
  display:block;
  width:100%;
  max-width:1300px;
  margin:0 auto 60px;
}
#s5 .car img.sp{
  display:none;
  width:100%;
  max-width:860px;
  margin:0 auto 40px;
}
@media screen and (max-width:760px) {
  #s5 .t{
    padding:20px 0;
    margin-bottom: 40px;
  }
  #s5 .t img.pc,
  #s5 .mmv img.pc{
    display:none;
  }
  #s5 .t img.sp,
  #s5 .mmv img.sp{
    display:block;
  }
}
@media screen and (max-width:680px) {
  #s5{
    padding: 50px 0 50px;
  }
  #s5 .car img.pc{
    display:none;
  }
  #s5 .car img.sp{
    display:block;
  }
}

/* ------------s6------------- */
#s6{
  padding: 80px 0 0px;
  overflow: hidden;
}
#s6 .cap{
  display:block;
  width:100%;
  max-width:1000px;
  margin:0 auto 50px;
  font-size: 14px;
}
#s6 .copy{
  font-size: 12px;
  text-align: center;
  padding:15px 0;
}
@media screen and (max-width:760px) {
  #s6{
    padding: 50px 0 0px;
  }
  #s6 .cap{
    margin:0 auto 40px;
    font-size: 12px;
  }
}
/*----------------------------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);
  }
}

/* ------------------------- */
