@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: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;
  }
}
/* ------------content------------- */
.content{
  display:block;
  width:100%;
  max-width:1920px;
  margin:0 auto;
}
/* ------------kv------------- */
#kv{
  position: relative;
  width:100%;
  overflow: hidden;
}
#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;
  }
}

/*-------------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;
  }
}

.anav{
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 3px;
}
.anav li a img{
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
}
.anav li a:hover img{
  filter:alpha(opacity=80);-moz-opacity: 0.8;opacity: 0.8;
}
@media screen and (max-width:760px){
  .anav{
  	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }
}
/* ------------s1------------- */
#s1{
  position: relative;
  width:100%;
  padding:80px 0 80px;
}
#s1 .s1{
  padding-top: 80px;
  margin-bottom: 60px;
}
#s1 .s1 img{
  display:block;
  width:100%;
  max-width:900px;
  margin:0 auto;
}
#s1 .i1 img.pc{
  display:block;
  width:100%;
  max-width:1150px;
  margin:0 auto;
}
#s1 .i1 img.sp{
  display:none;
  width:100%;
  max-width:860px;
  margin:0 auto;
}
@media screen and (max-width:760px){
  #s1 .i1 img.pc{
    display:none;
  }
  #s1 .i1 img.sp{
    display:block;
  }
}
@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 40px;
  }
  #s1 .s1{
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
/* ------------btn------------- */
.btn{
  width:100%;
}
.btn.mrb{
  margin-bottom: 20px;
}
.btn a{
  display:block;
  width:100%;
  max-width:960px;
  margin: 0 auto;
}
.btn a img{
  display:block;
  width:100%;
  max-width:1200px;
  margin:0 auto;
}
.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: 20px;
  }
}
@media screen and (max-width:480px){
  .btn.mrb{
    margin-bottom: 40px;
  }
}
/* ------------s2------------- */
#s2{
  position: relative;
  width:100%;
  padding:80px 0 120px;
  background: url(../images/bg.png) 50% 0 repeat #d9636b;
}
#s2 h2 img{
  display:block;
  width:100%;
  max-width:1320px;
  margin:0 auto;
}
#s2 .s2_i1{
  padding: 0 30px;
}
#s2 .s2_i1 img.pc{
  display:block;
  width:100%;
  max-width:1600px;
  margin:0 auto 60px;
}
#s2 .s2_i1 img.sp{
  display:none;
  width:100%;
  max-width:860px;
  margin:0 auto 40px;
}
#s2 ul{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
}
#s2 ul li{
  width:50%;
  padding: 0 30px;
}
#s2 ul li img{
  display:block;
  width:100%;
  max-width:860px;
  margin:0 auto;
}


@media screen and (max-width:760px){
  #s2 .s2_i1{
    padding: 0 0px;
  }
  #s2 .s2_i1 img.pc{
    display:none;
  }
  #s2 .s2_i1 img.sp{
    display:block;
    margin:0 auto 40px;
  }
  #s2 ul li{
    width:100%;
    padding: 0 0px;
  }
  #s2 ul li:nth-of-type(1){
    margin-bottom: 40px;
  }
}
@media screen and (max-width:680px){
  #s2{
    padding:60px 0 70px;
  }
}
@media screen and (max-width:480px){
  #s2{
    padding:40px 0 50px;
  }
}
@media screen and (max-width:320px){

}

/* ------------s3------------- */
#s3{
  position: relative;
  width:100%;
  padding:80px 0 120px;
  background: url(../images/bg.png) 50% 0 repeat #32afea;
}
#s3 h2 img{
  display:block;
  width:100%;
  max-width:1320px;
  margin:0 auto 30px;
}
#s3 .s3_i1{
  padding: 0 30px;
}
#s3 .s3_i1 img.pc{
  display:block;
  width:100%;
  max-width:1600px;
  margin:0 auto 60px;
}
#s3 .s3_i1 img.sp{
  display:none;
  width:100%;
  max-width:860px;
  margin:0 auto 40px;
}
@media screen and (max-width:760px){
  #s3 .s3_i1{
    padding: 0 0px;
  }
  #s3 .s3_i1 img.pc{
    display:none;
  }
  #s3 .s3_i1 img.sp{
    display:block;
    margin:0 auto 40px;
  }
}
@media screen and (max-width:680px){
  #s3{
    padding:60px 0 70px;
  }
}
@media screen and (max-width:480px){
  #s3{
    padding:40px 0 50px;
  }
}
/* ------------s4------------- */
#s4{
  position: relative;
  width:100%;
  padding:80px 0 120px;
  background: #fff;
}
#s4 h2 img{
  display:block;
  width:100%;
  max-width:1320px;
  margin:0 auto 30px;
}
#s4 .i1 img{
  display:block;
  width:100%;
  max-width:1500px;
  margin:0 auto 20px;
}
#s4 .cbox{
  width:100%;
  max-width:980px;
  margin:0 auto;
}
#s4 .cap1{
  font-size: 12px;
  margin-bottom: 40px;
}
#s4 .cap2{
  font-size: 12px;
}
#s4 .i2 img.pc{
  display:block;
  width:100%;
  max-width:1600px;
  margin:0 auto 60px;
}
#s4 .i2 img.sp{
  display:none;
  width:100%;
  max-width:480px;
  margin:0 auto 40px;
}

@media screen and (max-width:760px){

}
@media screen and (max-width:680px){
  #s4{
    padding:60px 0 70px;
  }
  #s4 .i2 img.pc{
    display:none;
  }
  #s4 .i2 img.sp{
    display:block;
  }
}
@media screen and (max-width:480px){
  #s4{
    padding:40px 0 50px;
  }
  #s4 .cap1{
    font-size: 10px;
    margin-bottom: 30px;
  }
  #s4 .cap2{
    font-size: 10px;
  }
}
/* ------------s5------------- */
#s5{
  position: relative;
  width:100%;
  padding:80px 0 120px;
  background: url(../images/bg.png) 50% 0 repeat #f2df79;
}
#s5 h2 img{
  display:block;
  width:100%;
  max-width:1320px;
  margin:0 auto 40px;
}
#s5 ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 60px;
}
#s5 .cap{
  font-size: 12px;
}
#s5 .cap span{
  color:#f51e2d;
}
@media screen and (max-width:760px){
  #s5 ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 60px;
  }

}
@media screen and (max-width:680px){
  #s5{
    padding:60px 0 70px;
  }

}
@media screen and (max-width:480px){
  #s5{
    padding:40px 0 50px;
  }
  #s5 ul{
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    margin-bottom: 40px;
  }
  #s5 .cap{
    font-size: 10px;
  }
}

.copy{
  position: relative;
  width:100%;
  text-align: center;
  background: #fff;
  z-index:5;
  padding:20px 0;
  font-size: 10px;
}
/*----------------------------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);
  }
}
