@charset "utf-8";

/*---------base-----------*/
section{
  width:100%;
  overflow: hidden;
}
.w{
  position: relative;
  width:100%;
  max-width:1400px;
  padding:0 50px;
  margin: 0 auto;
  z-index:5;
}
.w2{
  position: relative;
  width:100%;
  max-width:1140px;
  padding:0 50px;
  margin: 0 auto;
  z-index:5;
}
.flex{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width:860px) {
  section{
		min-width: auto;
	}
  .w,
  .w2{
    padding:0 25px;
  }
}

/*---------kv-----------*/
#kv {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100vh;
}
#kv .bg{
  position: relative;
  width: 100%;
  z-index: 0;
}
#kv .bg img{
  display:block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: 50% 0%;
	font-family: 'object-fit: cover; object-position: 50% 0%;';
  pointer-events: none;
}
#kv .bg2{
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom:0px;
  left:0;
  z-index: 2;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#kv .bg2 img{
  position: relative;
  display:block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: 50% 0%;
  pointer-events: none;
	font-family: 'object-fit: cover; object-position: 50% 0%;';
}
#kv .bg2.loaded{
  opacity: 1;
  bottom:0px;
}
#kv .obj {
  position: absolute;
  pointer-events: none;
  z-index:3;
}
#kv .obj img{
  display:block;
  width:100%;
  height:auto;
}
#kv .bgobj1{
  opacity: 0;
  margin-top: 30px;
  width: clamp(460px, 29.15vw, 583px);
  top: -3vw;
  left: -12vw;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#kv .bgobj2{
  opacity: 0;
  margin-top: 30px;
  width: clamp(360px, 22.70vw, 454px);
  bottom: 6vw;
  left: 2vw;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#kv .bgobj3{
  opacity: 0;
  margin-top: 30px;
  width: clamp(300px, 22.80vw, 380px);
  top: 8vw;
  right: -1vw;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#kv .bgobj4{
  opacity: 0;
  margin-top: 30px;
  width: clamp(240px, 22.80vw, 300px);
  bottom: 1vw;
  right: 1vw;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#kv .bgobj1.loaded,
#kv .bgobj2.loaded,
#kv .bgobj3.loaded,
#kv .bgobj4.loaded{
  opacity: 1;
  margin-top: 0;
}

#kv .inner{
  position: absolute;
  top:0;
  left:0;
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 4;
}
#kv .inner .title{
  opacity: 0;
}
#kv .inner .title.loaded{
  opacity: 1;
}
#kv .inner .title img.pc{
  display:block;
  width:100%;
  max-width:1000px;
  margin:0 auto;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform: scale(0.2);
}
#kv .inner .title img.sp{
  display:none;
  width:100%;
  max-width:980px;
  margin:0 auto;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform: scale(0.2);
}
#kv .inner .title.loaded img{
  transform: scale(1);
}

@media screen and (max-width:980px) {
  #kv {
    height: 80vh;
  }
  #kv .bg img{
    height: 80vh;
  }
  #kv .bg2 img{
    height: 80vh;
  }
  #kv .inner .title img.pc{
    max-width:800px;
  }
  #kv .bgobj1{
    width: clamp(260px, 28.57vw, 280px);
    top: -3vw;
    left: -12vw;
  }
  #kv .bgobj2{
    width: clamp(200px, 28.57vw, 230px);
    bottom: 9vw;
    left: -2vw;
  }
  #kv .bgobj3{
    width: clamp(200px, 28.57vw, 230px);
    top: 8vw;
    right: -3vw;
  }
  #kv .bgobj4{
    width: clamp(160px, 28.57vw, 200px);
    bottom: 1vw;
    right: -3vw;
  }
}
@media screen and (max-height:800px){
  #kv .inner .title img.pc{
    max-width:700px;
  }
}
@media screen and (max-width:500px) {
  #kv .inner .title{
    padding: 0 25px;
  }
  #kv .inner .title img.pc{
    display:none;
  }
  #kv .inner .title img.sp{
    display:block;
  }
}
@media screen and (max-width:480px) {
  #kv .bgobj1{
    width: clamp(170px, 29.17vw, 180px);
    top: -3vw;
    left: -12vw;
  }
  #kv .bgobj2{
    width: clamp(120px, 29.17vw, 160px);
    bottom: 4vw;
    left: -4vw;
  }
  #kv .bgobj3{
    width: clamp(120px, 29.17vw, 160px);
    top: 8vw;
    right: -4vw;
  }
  #kv .bgobj4{
    width: clamp(100px, 29.17vw, 130px);
    bottom: -2vw;
    right: -4vw;
  }
}
.item-nav{
  position: relative;
  padding:50px 0;
  z-index:20;
}
.mnavbox{
  position: relative;
  width:100%;
  z-index:20;
}
.mnav ul{
	width:100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .3rem;
}
.mnav ul li{

}
.mnav ul li a{
  position: relative;
  display:block;
  padding:17px 15px;
	background-color:#069543;
  transition: 0.3s ease-in-out;
}
.mnav ul li a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 2px solid #fff;
  pointer-events: none;
  box-sizing: border-box;
}
.mnav ul li a img{
  display:block;
  width:auto;
  height:40px;
  margin:0 auto;
}
.mnav ul li a:hover{
  background-color:#0ea84c;
}
.mnavbox.is_navi{
  margin-top: 0px;
}
.mnavbox.is_navi .w{
  min-width: auto;
}
@media screen and (max-width:1100px) {
  .mnav ul li a img{
    height:30px;
  }
}
@media screen and (max-width:860px) {
  .mnav ul{
    grid-template-columns: repeat(2, 1fr);
  }
  .mnav ul li a img{
    height:40px;
  }
}
@media screen and (max-width:760px) {
  .mnavbox.is_navi .mnav ul li a{
    padding:15px 5px;
  }
  .mnavbox.is_navi .mnav ul li a img{
    height:20px;
  }
}
@media screen and (max-width:500px) {
  .item-nav{
    padding:30px 0;
  }
}

@media screen and (max-width:438px) {
  .mnavbox .w{
    padding:0 15px;
  }
  .mnav ul li a img{
    height:20px;
  }
  .mnavbox.is_navi .mnav ul li a{
    padding:10px 5px;
  }
  .mnavbox.is_navi .mnav ul li a img{
    height:15px;
  }
}

/*---------main-----------*/
main{
  position: relative;
  width:100%;
  overflow: hidden;
}
.sbg{
  background-image: url(../images/sbg.png);
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: 100% auto;
}

@media screen and (max-width:1250px) {
  .sbg{
    background-size: 110% auto;
  }
}

.btn{
  display:block;
  width:100%;
}
.btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  width: 100%;
  max-width:860px;
  height: 130px;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 24px;
  background-color: #ffffff;
  margin:0 auto;
  padding:0px 20px;
}
.btn a:hover {
  background-color: #333;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 14px;
}
.btn.first{
  margin-bottom: 80px;
}
.btn img.txt{
  display:block;
  width:100%;
  max-width:810px;
  margin:0 auto 20px;
}
.btn a img{
  display:block;
  width:100%;
  margin:0 auto;
}
.btn.btn01 a{
  background: #005952;
}
.btn.btn01 a:hover {
  background-color: #03776c;
}
.btn.btn01 a img{
  max-width:706px;
}
.btn.btn02 a{
  background: #29abb4;
}
.btn.btn02 a:hover {
  background-color: #32bcbf;
}
.btn.btn02 a img{
  max-width:613px;
}
.btn.btn03 a{
  background: #8cc63f;
}
.btn.btn03 a:hover {
  background-color: #9fd34c;
}
.btn.btn03 a img{
  max-width:315px;
}
.btn.btn04 a{
  background: #e50020;
}
.btn.btn04 a:hover {
  background-color: #f70830;
}
.btn.btn04 a img{
  max-width:719px;
}
.btn.btn05{
  margin-bottom: 120px;
}
.btn.btn05 a{
  background: #e85613;
}
.btn.btn05 a:hover {
  background-color: #f7652b;
}
.btn.btn05 a img{
  max-width:609px;
}
.btn.btn06 a{
  background: #00a63c;
}
.btn.btn06 a:hover {
  background-color: #08bf45;
}
.btn.btn06 a img{
  max-width:613px;
}

@media screen and (max-width:760px) {
  .btn.first{
    margin-bottom: 60px;
  }
  .btn.btn05{
    margin-bottom: 100px;
  }
}
@media screen and (max-width:680px) {
  .btn a{
    height: 100px;
    padding:0px 15px;
  }
  .btn.first{
    margin-bottom: 50px;
  }
  .btn.btn01 a img{
    max-width:441px;
  }
  .btn.btn02 a img{
    max-width:383px;
  }
  .btn.btn03 a img{
    max-width:197px;
  }
  .btn.btn04 a img{
    max-width:450px;
  }
  .btn.btn05{
    margin-bottom: 80px;
  }
  .btn.btn05 a img{
    max-width:380px;
  }
  .btn.btn06 a img{
    max-width:383px;
  }
}
@media screen and (max-width:480px) {
  .btn.first{
    margin-bottom: 40px;
  }
  .btn.btn01 a img{
    max-width:353px;
  }
  .btn.btn02 a img{
    max-width:307px;
  }
  .btn.btn03 a img{
    max-width:157px;
  }
  .btn.btn04 a img{
    max-width:360px;
  }
  .btn.btn05 a img{
    max-width:304px;
  }
  .btn.btn06 a img{
    max-width:307px;
  }
}
/*---------s1-----------*/
#s1{
  position: relative;
  padding:20px 0 120px;
}
#s1::before{
  position: absolute;
  content:"";
  top:15vw;
  left:0;
  width:100%;
  height:100%;
  background: url(../images/s1_bg.png) 50% 0 no-repeat;
  background-size: 2300px 3947px;
  z-index:-1;
}
#s1 h2{
  width:100%;
}
#s1 h2 img{
  display:block;
  width:120%;
  max-width:1600px;
  margin-left: -10%;
  margin-right: auto;
}
#s1 .i1{
  width:100%;
  margin-top: -20px;
}
#s1 .i1 img{
  display:block;
  width:130%;
  max-width:1700px;
  margin-left: -15%;
  margin-right: auto;
}
#s1 .i2{
  width:100%;
  margin-top: -30px;
}
#s1 .i2 img{
  display:block;
  width:120%;
  max-width:1700px;
  margin-left: -10%;
  margin-right: auto;
}
#s1 .p1{
  text-align: center;
  margin-top: -100px;
  margin-bottom: 100px;
}
@media screen and (max-width:1920px) {
  #s1::before{
    background: url(../images/s1_bg.png) 50% 0 no-repeat;
    background-size: 1920px 3295px;
  }
}
@media screen and (max-width:860px) {
  #s1{
    padding:20px 0 100px;
  }
  #s1::before{
    top:20vw;
  }
  #s1 h2 img{
    width:130%;
    margin-left: -15%;
  }
  #s1 .i1 img{
    width:160%;
    margin-left: -30%;
  }
  #s1 .p1{
    text-align: center;
    margin-top: -60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width:680px) {
  #s1 .p1{
    text-align: left;
  }
}
@media screen and (max-width:480px) {
  #s1::before{
    top:24vw;
    background: url(../images/s1_bg.png) 50% 0 no-repeat;
    background-size: 1200px 2059px;
  }
  #s1 h2 img{
    width:140%;
    margin-left: -20%;
  }
  #s1 .i2{
    margin-top: -10px;
  }
  #s1 .p1{
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
/*---------s2-----------*/
#s2{
  position: relative;
  padding:40px 0 120px;
}
#s2::before{
  position: absolute;
  content:"";
  top:19vw;
  left:0;
  width:100%;
  height:100%;
  background: url(../images/s2_bg.png) 50% 0 no-repeat;
  background-size: 2300px 5978px;
  z-index:-1;
}
#s2 h2{
  width:100%;
}
#s2 h2 img{
  display:block;
  width:120%;
  max-width:1600px;
  margin-left: -10%;
  margin-right: auto;
}
#s2 .carlist{
  width:100%;
  max-width: 1130px;
  margin:0 auto;
  padding-top: 9vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 80px;
  margin-bottom: 50px;
}
#s2 .carlist article{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  flex-direction: column;
}
#s2 .carlist article .c img{
  display:block;
  width:114%;
  max-width:960px;
  margin-left: -7%;
  margin-right: auto;
  margin-bottom: 30px;
}
#s2 .carlist article .c p{
  text-align: left;
  font-size: 12px;
  margin-bottom: 30px;
}
#s2 .carlist article .d{
  margin-top: auto;
}
#s2 .carlist article .d img{
  display:block;
  width:100%;
  max-width:960px;
  margin: 0 auto;
}
#s2 .cap{
  font-size: 14px;
  margin-bottom: 80px;
}
@media screen and (max-width:1920px) {
  #s2::before{
    background: url(../images/s2_bg.png) 50% 0 no-repeat;
    background-size: 1920px 4990px;
  }
}
@media screen and (max-width:1280px) {
  #s2::before{
    top:24vw;
  }
}
@media screen and (max-width:860px) {
  #s2{
    padding:20px 0 100px;
  }
}
@media screen and (max-width:680px) {
  #s2::before{
    background: url(../images/s2_bg_sp.png) 50% 0 no-repeat;
    background-size: 1700px 6854px;
  }
  #s2 .carlist article .c img{
    width:106%;
    margin-left: -3%;
    margin-bottom: 20px;
  }
  #s2 .carlist{
    padding-top: 9vw;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 80px;
    margin-bottom: 50px;
  }
  #s2 .carlist article .c p{
    margin-bottom: 20px;
  }
}
@media screen and (max-width:480px) {
  #s2::before{
    top:28vw;
    background: url(../images/s2_bg_sp.png) 50% 0 no-repeat;
    background-size: 1200px 4838px;
  }
  #s2 h2 img{
    width:134%;
    margin-left: -17%;
  }
  #s2 .carlist{
    padding-top: 11vw;
    grid-row-gap: 50px;
    margin-bottom: 50px;
  }
}

/*---------s3-----------*/
#s3{
  position: relative;
  padding:0px 0 0px;
}
#s3 .label {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 940px;
    z-index: -1;
}
#s3 .labelbg {
  position: relative;
  width: 100%;
  z-index: 0;
}
#s3 .labelbg img{
  display:block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: 50% 0%;
	font-family: 'object-fit: cover; object-position: 50% 0%;';
  pointer-events: none;
}
#s3 .label .ws{
  position: absolute;
  top:0;
  left:0;
  display:block;
	width:100%;
  z-index: 4;
  padding: 3vw 50px 0;
}
#s3 .label .ws img.pc{
  display:block;
  width:100%;
  max-width:1300px;
  margin:0 auto;
}
#s3 .label .ws img.sp{
  display:none;
  width:100%;
  max-width:520px;
  margin:0 auto;
}
#s3 .inner{
  width:100%;
  padding:0px 0 120px;
  position: relative;
}
#s3 .inner::before{
  position: absolute;
  content:"";
  top:-2vw;
  left:0;
  width:100%;
  height:100%;
  background: url(../images/s3_bg.png) 50% 0 no-repeat;
  background-size: 2300px 4116px;
  z-index:-1;
}
#s3 .i1{
  width:100%;
  margin-bottom: 10px;
}
#s3 .i1 img{
  display:block;
  width:130%;
  max-width:1700px;
  margin-left: -15%;
  margin-right: auto;
}
#s3 .i2{
  width:100%;
  margin-bottom: 80px;
}
#s3 .i2 img{
  display:block;
  width:100%;
  max-width:1100px;
  margin:0 auto;
}
@media screen and (max-width:1920px) {
  #s3 .inner::before{
    background: url(../images/s3_bg.png) 50% 0 no-repeat;
    background-size: 1920px 3436px;
  }
}
@media screen and (max-width:980px) {
  #s3 .label {
      height: 740px;
  }
  #s3 .labelbg img{
  	height: 80vh;
  }
}
@media screen and (max-width:860px) {
  #s3 .label {
      height: 540px;
  }
  #s3 .labelbg img{
  	height: 60vh;
  }
  #s3 .inner{
    padding:0px 0 100px;
  }
  #s3 .i1 img{
    width:160%;
    margin-left: -30%;
  }
}
@media screen and (max-width:760px) {
  #s3 .label .ws img.pc{
    display:none;
  }
  #s3 .label .ws img.sp{
    display:block;
  }
  #s3 .i2{
    margin-bottom: 50px;
  }
}
@media screen and (max-width:480px) {
  #s3 .label {
      height: 300px;
  }
  #s3 .labelbg img{
  	height: 50vh;
  }
  #s3 .inner::before{
    top:-4vw;
    background: url(../images/s3_bg.png) 50% 0 no-repeat;
    background-size: 1200px 2147px;
  }
}
@media screen and (max-width:320px) {
  #s3 .label {
      height: 250px;
  }
  #s3 .labelbg img{
  	height: 55vh;
  }
  #s3 .inner::before{
    top:-4vw;
    background: url(../images/s3_bg.png) 50% 0 no-repeat;
    background-size: 1200px 2147px;
  }
}

/*---------s4-----------*/
#s4{
  position: relative;
  padding:40px 0 0px;
}

#s4 h2{
  width:100%;
  margin-bottom: 60px;
}
#s4 h2 img{
  display:block;
  width:100%;
  max-width:1040px;
  margin:0 auto;
}
#s4 .inner{
  position: relative;
  padding:80px 0 120px;
}
#s4 .inner::before{
  position: absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: url(../images/s4_bg.png) 50% 0 no-repeat;
  background-size: 2300px 5978px;
  z-index:-1;
}

#s4 .i1,
#s4 .i3{
  width:100%;
  margin-bottom: 40px;
}
#s4 .i1 img,
#s4 .i3 img{
  display:block;
  width:100%;
  max-width:724px;
  margin:0 auto;
}
#s4 .i2,
#s4 .i4{
  width:100%;
  margin-bottom: 40px;
}
#s4 .i2 img,
#s4 .i4 img{
  display:block;
  width:100%;
  max-width:1600px;
  margin:0 auto;
}
#s4 .p1{
  font-size: 14px;
  margin-bottom: 60px;
}
@media screen and (max-width:1920px) {
  #s4 .inner::before{
    background: url(../images/s4_bg.png) 50% 0 no-repeat;
    background-size: 1920px 6541px;
  }
}
@media screen and (max-width:480px) {
  #s4{
    padding:30px 0 0px;
  }
  #s4 .inner{
    padding:40px 0 120px;
  }
  #s4 .inner::before{
    background: url(../images/s4_bg.png) 50% 0 no-repeat;
    background-size: 1200px 4088px;
  }
  #s4 h2{
    margin-bottom: 40px;
  }
  #s4 .i1,
  #s4 .i3{
    margin-bottom: 20px;
  }
  #s4 .i2,
  #s4 .i4{
    margin-bottom: 20px;
  }
  #s4 .p1{
    font-size: 12px;
    margin-bottom: 40px;
  }
}

.copy{
  background: #fff;
  border-top: 1px solid #f1f1f1;
  padding: 30px 5px;
  text-align: center;
  font-size: 12px;
}

#sc{
	position: fixed;
	height: 44px;
	width: 44px;
	position: fixed;
	bottom: 80px;
	right: -44px;
	transition: 0.3s ease-in-out;
	border-radius: 100%;
	background: rgba(227,32,68,0.9);
	z-index: 10;
	overflow: hidden;
}
.scrolled #sc{
	right: 15px;
}
#sc a{
	width: 44px;
	height: 44px;
	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: 18px;
	left: 14px;
	transition: 0.2s ease-in-out;
}
#sc a:hover:before{
	opacity: 0.8;
}
@media screen and (max-width: 750px){
  #sc{
  	bottom: 30px;
  	right: -44px;
  }
}
/*----------------------------load-----------------------------------*/

#load{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
}
#load div:nth-of-type(1){
	height: 100%;
	width: 100%;
	background: rgb(0,166,60);
  background: -moz-linear-gradient(153deg, rgba(0,166,60,1) 0%, rgba(0,163,149,1) 39%, rgba(0,163,159,1) 61%, rgba(0,159,232,1) 100%);
  background: -webkit-linear-gradient(153deg, rgba(0,166,60,1) 0%, rgba(0,163,149,1) 39%, rgba(0,163,159,1) 61%, rgba(0,159,232,1) 100%);
  background: linear-gradient(153deg, rgba(0,166,60,1) 0%, rgba(0,163,149,1) 39%, rgba(0,163,159,1) 61%, rgba(0,159,232,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a63c",endColorstr="#009fe8",GradientType=1);
	position: absolute;
	top: 0;
	left: 0;
}

#load .loader{
	position: relative;
  border-radius: 50%;
  width: 3em;
  height: 3em;
	top: calc(50% - 65px);
	left: calc(50% - 25px);
	display: block;
}
#load .loader:before,
#load .loader:after{
	left: -2px;
	top: -2px;
	display: none;
	position: absolute;
	content: '';
	width: inherit;
	height: inherit;
	border: inherit;
	border-radius: inherit;
}
#load .loader,
#load .loader:before{
	display: inline-block;
	border-color: transparent;
}
#load .loader:before{
  border-top: .5em solid rgba(255,255,255,.2);
  border-right: .5em solid rgba(255,255,255,.2);
  border-bottom: .5em solid rgba(255,255,255,.2);
  border-left: .5em solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spin .75s infinite linear;
  animation: spin .75s infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
/*----------------------------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-pop{
  opacity: 0;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform: scale(0.2);
}
.delay-pop.is_on{
  opacity: 1.0;
  transform: scale(1);
}
.loading{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
}
.loading div:nth-of-type(1){
	height: 100%;
	width: 50%;
	background: rgba(29,180,212,1);
	position: absolute;
	top: 0;
	left: 0%;
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
}
.loading div:nth-of-type(2){
	height: 100%;
	width: 50%;
	background: rgba(227,32,68,1);
	position: absolute;
	right: 0%;
	bottom:0;
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
}
.loading div:nth-of-type(1){
	top: 0%;
}
.loading div:nth-of-type(2){
	bottom: 0%;
}


@keyframes loading {
  0%, 75%, 100% {
    transform: rotateY(-90deg);
    opacity: 0;
  }
  25%, 50% {
    transform: rotateY(0);
    opacity: 1;
  }
}

.loading .loader{
	position: relative;
  border-radius: 50%;
  width: 3em;
  height: 3em;
	top: calc(50% - 65px);
	left: calc(50% - 25px);
	display: block;
}
.loading .loader:before,
.loading .loader:after{
	left: -2px;
	top: -2px;
	display: none;
	position: absolute;
	content: '';
	width: inherit;
	height: inherit;
	border: inherit;
	border-radius: inherit;
}
.loading .loader,
.loading .loader:before{
	display: inline-block;
	border-color: transparent;
}
.loading .loader:before{
  border-top: .5em solid rgba(255,255,255,.2);
  border-right: .5em solid rgba(255,255,255,.2);
  border-bottom: .5em solid rgba(255,255,255,.2);
  border-left: .5em solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spin .75s infinite linear;
  animation: spin .75s infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
