@charset "UTF-8";
.w{
  position: relative;
  width:100%;
  max-width:1400px;
  margin: 0 auto;
  padding:0 50px;
  z-index:5;
}
@media screen and (max-width: 760px){
  .w{
    padding:0 25px;
  }
}
@media screen and (max-width: 480px){
  .w{
    padding:0 20px;
  }
}
/* ------------main------------- */
main{
  position: relative;
  width:100%;
  padding:0px 0;
}
main::before{
  position: absolute;
  content:"";
  width:100%;
  height:100%;
  left:0;
  top:240px;
  background: url(../images/sbg.png) 50% 0 repeat-y;
  background-size: 100% auto;
  z-index:1;
}
@media screen and (max-width:1330px){
  main::before{
    top:190px;
    background-size: 110% auto;
  }
}
@media screen and (max-width:860px){
  main::before{
    top:120px;
    background-size: 110% auto;
  }
}
@media screen and (max-width:480px){
  main::before{
    top:80px;
    background-size: 110% auto;
  }
}
/* ------------content------------- */
.content{
  display:block;
  width:100%;
  max-width:1920px;
  margin:0 auto;
}
/* ------------kv------------- */
#kv{
  position: relative;
  width:100%;
  overflow: hidden;
}
#kv::before{
  position: absolute;
  content:"";
  width:100%;
  height:100%;
  left:0;
  top:240px;
  background: url(../images/sbg.png) 50% 0 repeat-y;
  background-size: 100% auto;
  z-index:2;
}
#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:1330px){
  #kv::before{
    top:190px;
    background-size: 110% auto;
  }
}
@media screen and (max-width:860px){
  #kv::before{
    top:120px;
    background-size: 110% auto;
  }
}
@media screen and (max-width:760px) {
  #kv img.pc{
    display:none;
  }
  #kv img.sp{
    display:block;
  }
}
@media screen and (max-width:480px){
  #kv::before{
    top:80px;
    background-size: 110% auto;
  }
}

/*-------------item-nav---------------*/
.item-nav{
  position: relative;
  z-index:10;
  padding:0 0px;
}
.mnavbox{
  position: relative;
  width:100%;
  z-index:20;
}

.mnav ul{
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1px;
}
.mnav ul li a{
  position: relative;
  display:block;
  transition: 0.3s ease-in-out;
}
.mnav ul li a img{
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
}
.mnav ul li a:hover img{
  filter:alpha(opacity=80);-moz-opacity: 0.8;opacity: 0.8;
}
.mnavbox.is_navi{
  margin-top: 0px;
}
.mnavbox.is_navi .w{
  min-width: auto;
}

@media screen and (max-width:860px){
  .mnav ul{
  	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }
}

/* ------------s1------------- */
#s1{
  position: relative;
  width:100%;
  padding:80px 0 80px;
  background: url(../images/s1_bg.png) 50% 0 repeat-y;
  background-size: 100% auto;
}
#s1 .s1{
  padding-top: 80px;
}
#s1 .s1 img{
  display:block;
  width:100%;
  max-width:1050px;
  margin:0 auto;
}
@media screen and (max-width:680px){
  #s1{
    padding:60px 0 60px;
  }
  #s1 .s1{
    padding-top: 50px;
  }
}
@media screen and (max-width:480px){
  #s1{
    padding:40px 0 60px;
  }
  #s1 .s1{
    padding-top: 30px;
  }
}
/* ------------btn------------- */
.btn{
  width:100%;
}
.btn.mrb{
  margin-bottom: 80px;
}
.btn a{
  display:block;
  width:100%;
  max-width:860px;
  margin: 0 auto;
  background: #fff;
}
.btn a img{
  display:block;
  width:100%;
  max-width:1200px;
  margin:0 auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.btn a:hover img{
  filter:alpha(opacity=90);-moz-opacity: 0.9;opacity: 0.9;
}

@media screen and (max-width:760px){
  .btn.mrb{
    margin-bottom: 60px;
  }
}
@media screen and (max-width:480px){
  .btn.mrb{
    margin-bottom: 40px;
  }
}
/* ------------s2------------- */
#s2{
  position: relative;
  width:100%;
  padding:80px 0 120px;
  background: url(../images/s2_bg.png) 50% 0 repeat-y #e6251f;
  background-size: 100% auto;
}
#s2 h2 img{
  display:block;
  width:100%;
  max-width:1040px;
  margin:0 auto;
}
#s2 .cbox{
  width:100%;
  max-width:1230px;
  margin:0 auto;
  margin-bottom: 80px;
}
#s2 .c1{
  margin-top: -17px;
}
#s2 .c1 img{
  display:block;
  width:100%;
  max-width:1400px;
  margin:0 auto;
}
#s2 .c2 img{
  display:block;
  width:100%;
  max-width:1400px;
  margin:0 auto;
}
#s2 .c3{
  margin-top: -43px;
}
#s2 .c3 img{
  display:block;
  width:100%;
  max-width:1400px;
  margin:0 auto;
}

@media screen and (max-width:860px){
  #s2 .c3{
    margin-top: -32px;
  }
}
@media screen and (max-width:680px){
  #s2 .c3{
    margin-top: -22px;
  }
}
@media screen and (max-width:480px){
  #s2{
    padding:60px 0 80px;
  }
  #s2 .cbox{
    margin-bottom: 50px;
  }
  #s2 .c1{
    margin-top: -5px;
  }
  #s2 .c3{
    margin-top: -15px;
  }
}
@media screen and (max-width:320px){
  #s2 .c3{
    margin-top: -10px;
  }
}

/* ------------s3------------- */
#s3{
  position: relative;
  width:100%;
  padding:80px 0 80px;
  background: url(../images/s1_bg.png) 50% 0 repeat-y;
  background-size: 100% auto;
}
#s3 h2 img{
  display:block;
  width:100%;
  max-width:1148px;
  margin:0 auto 40px;
}
#s3 .cbox{
  width:100%;
  max-width:1000px;
  margin:0 auto 30px;
}
#s3 article{
  margin-bottom: 80px;
}
#s3 article .c1 img{
  display:block;
  width:100%;
  max-width:1300px;
  margin:0 auto 10px;
}
#s3 article .in_btn{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
  justify-content: space-between;
}
#s3 article .in_btn li{
  width:49%;
}
#s3 article .in_btn li img{
  display:block;
  width:100%;
  max-width:860px;
  margin:0 auto;
}
#s3 article .c2 img.pc{
  display:block;
  width:100%;
  max-width:1300px;
  margin:0 auto;
}
#s3 article .c2 img.sp{
  display:none;
  width:100%;
  max-width:380px;
  margin:0 auto;
}
#s3 .cap{
  font-size: 12px;
}
@media screen and (max-width:500px){
  #s3 article{
    margin-bottom: 60px;
  }
  #s3 article .in_btn{
    margin-bottom: 15px;
  }
  #s3 article .in_btn li{
    width:100%;
  }
  #s3 article .in_btn li img{
    display:block;
    width:100%;
    max-width:220px;
    margin:0 auto;
  }
  #s3 article .c2 img.pc{
    display:none;
  }
  #s3 article .c2 img.sp{
    display:block;
  }
}
@media screen and (max-width:480px){
  #s3 .cap{
    font-size: 10px;
  }
}
/* ------------s4------------- */
#s4{
  position: relative;
  width:100%;
  padding:80px 0 120px;
  background: url(../images/s4_bg.png) 50% 0 repeat-y #93d95c;
  background-size: 100% auto;
}
#s4 h2 img{
  display:block;
  width:100%;
  max-width:990px;
  margin:0 auto;
}
#s4 .cbox{
  width:100%;
  max-width:1200px;
  margin: 0 auto 80px;
  background: #fff;
  padding:80px 100px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#s4 .c1 img{
  display:block;
  width:100%;
  max-width:1500px;
  margin:0 auto 25px;
}
#s4 .c2 img{
  display:block;
  width:100%;
  max-width:1500px;
  margin:0 auto 40px;
}
#s4 .cap{
  font-size: 12px;
}
@media screen and (max-width:760px){
  #s4 .cbox{
    margin: 0 auto 80px;
    padding:50px 50px;
    border-radius: 20px;
  }
}
@media screen and (max-width:480px){
  #s4{
    padding:60px 0 80px;
  }
  #s4 .cbox{
    margin: 0 auto 40px;
    padding:25px 25px;
    border-radius: 20px;
  }
  #s4 .cap{
    font-size: 10px;
  }
}
/* ------------s5------------- */
#s5{
  position: relative;
  width:100%;
  padding:0px 0 0px;
}
#s5 .log{
  width:100%;
  background: url(../images/s5_bg.png) 50% 50px repeat-y;
  background-size: 100% auto;
  padding:60px 0 100px;
}
#s5 .s5 img.pc{
  display:block;
  width:100%;
  max-width:2300px;
  margin:0 auto;
}
#s5 .s5 img.sp{
  display:none;
  width:100%;
  max-width:860px;
  margin:0 auto;
}
#s5 h2 img{
  display:block;
  width:100%;
  max-width:1120px;
  margin:0 auto 30px;
}
#s5 .c2 img{
  display:block;
  width:100%;
  max-width:1200px;
  margin:0 auto 80px;
}
#s5 .t img{
  display:block;
  width:100%;
  max-width:690px;
  margin:0 auto 30px;
}
.copy{
  padding:15px 0;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width:500px){
  #s5 .log{
    padding:30px 0 60px;
  }
  #s5 .s5 img.pc{
    display:none;
  }
  #s5 .s5 img.sp{
    display:block;
  }
}
/*----------------------------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);
  }
}
