@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP');

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', sans-serif;
*/

.preloadedImages {
  width: 0px;
  height: 0px;
  display: none;
  background-image: url(../images/202004/st01_bg.jpg);
  background-image: url(../images/202004/st02_bg.png);
  background-image: url(../images/202004/st04_bg.png);
  background-image: url(../images/202004/st07_bg.jpg);
}

.show_pc { display: block !important; }
.show_sp { display: none !important; }

@media only screen and (max-width: 750px) {
  .show_pc { display: none !important; }
  .show_sp { display: block !important; }
}

/* Loading */

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #e5fffd;
  font-family: 'Noto Sans JP', sans-serif;
}

body.coll {
  background-color: #ffd8d4;
}

/* contents */
.img_none {display: none;}

.non_vis {display: none;}

#wrap_c,
#wrap {
  background-color: #e5fffd;
  width: 1125px;
  display: block;
  margin: 0 auto;
}

#wrap_c {
  background-color: #ffd8d4;
}


.mv img {
  width: 875px;
  display: block;
  margin: 0 auto;
}

.ses {
  width: 100%;
  display: block;
  margin: 0px auto;
}

.ses p {
  font-size: 18px;
  color: #1a172e;
  line-height: 1.5911;
  letter-spacing: -0.12;
  margin-top: 0px;
}

.cr {
  font-size: 18px;
  color: #1a172e;
  line-height: 1.38;
}

.container {
  display: flex;
}

/* s01 */
#s01 {
  padding-top: 44px;
  padding-bottom: 74px;
}

#s01 .non_vis {
  display: block;
  visibility: hidden;
}


.s01_01 {
  width: 575px;
  height: 0;
  display: block;
  margin: 0 auto;
  
  position:relative;
}

@keyframes slideshow{
  0%{
    opacity: 0;
  }
  33%{
    opacity: 1;
  }
  50%{
    opacity: 1
  }
  66%{
    opacity: 0.5;
  }
  100%{
    opacity: 0;
  }
}

.s05_01_img img,
.c03_02_img img,
.s01_01 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  
  opacity: 0;
  animation :slideshow 20s linear infinite;
}

.s05_01_img img:nth-child(1),
.c03_02_img img:nth-child(1),
.s01_01 img:nth-child(1){
  animation-delay: 10s;
}

.cr01 {
  width: 300px;
  margin: 65px auto 0 180px;
}

#s01 .num {
  width: 30px;
  padding-bottom: 15px;
}

.s01_02 {
  background-image: url('../images/202004/st01_bg.jpg');
  background-position: right top 242px;
  background-repeat: no-repeat;
}

.s01_02_img {
  width: 547px;
  margin: 27px 0 0 auto;
}

.s01_03_img {
  width:959px;
  margin: 20px 0 0 83px;
  
}

/* s02 */
#s02 {
  background-color: #fffde3;
  padding-top: 80px;
  padding-bottom: 85px;
  background-image: url('../images/202004/st02_bg.png');
  background-position: left 340px top 80px;
  background-repeat: no-repeat;
}

.s02_img {
  margin: 430px auto 0 166px;
}

.cr02 {
  width: 220px;
  margin: auto 180px 0 75px;
}

#s02 .num {
    width: 32px;
    padding-bottom: 15px;
}

.cr02 p {
  margin-bottom: 0 !important;
}


/* s03 */
#s03 {
  padding-bottom: 80px;
}

.s03_bg {
  width: 100%;
  background-image: url('../images/202004/st03_bg_pc.jpg');
  background-position: left top;
  background-repeat: no-repeat;
}

.s03_img {
  margin: 0px auto 0 294px;
}

#s03 .container {
  width: 670px;
  display: flex;
  margin: 25px auto 0;
}

.s03_num {
  width: 36px;
}

.s03_txt {
  width: 630px;
  margin-top: -6px;
  margin-left: 8px;
}

.cr03 p {
  margin-bottom: 0 !important;
}


/* 04 */
#s04 {
  background-image: url('../images/202004/st04_bg.png');
  background-position: right 90px  bottom 30px;
  background-repeat: no-repeat;
  padding-bottom: 420px;
}

.cr04 {
  margin-top: 290px;
  margin-left: 20px;
}


/* 05 */
#s05 {
  background-color: #fffde3;
  padding-top: 60px;
  padding-bottom: 45px;
}

#s05 .container {
  width: 1000px;
  display: flex;
  margin: 25px auto 0;
}

.s05_01_img {
  width: 568px;
  height: 852px;
  position: relative;
}

.s05_02_img {
  width: 420px;
  height: auto;
  margin-right: 0px;
  margin-left: auto;
  position: relative;
}

.s05_02_img .img_rb {
  position: absolute;
  bottom: 0;
}

#s05 .container02 {
  width: 670px;
  display: flex;
  margin: 25px auto 0;
}

.s05_num {
  width: 36px;
}

.s05_txt {
  width: 630px;
  margin-top: -6px;
  margin-left: 8px;
}

.cr05 p {
  margin-bottom: 0 !important;
}


/* 06 */
#s06 {
  padding-top: 55px;
  position: relative;
  /* padding-bottom: 80px; */
}

.s06_img01 {
  position: relative;
  margin-left: 64px;
  z-index: 1;
}

.s06_img02 {
  position: relative;
  top: -110px;
  margin-left: 315px;
  z-index: 0;
}

.s06_img03 {
  position: relative;
  top: -211px;
  margin-left: 93px;
  z-index: 1;
}

#s06 .container {
  width: 900px;
  height: 0;
  padding-bottom: 354px;
  display: flex;
}

.s06_num {
  margin-left: 150px;
  width: 38px;
}

.s06_txt {
  margin-left: 150px;
  width: 300px;
}


/* 07 */

#s07 {
  background: linear-gradient(180deg,#e5fffd 0%, #e5fffd 15px, #ffffff 15px, #ffffff calc(100% - 40px), #e5fffd calc(100% - 40px), #e5fffd 100%);
}

.bg07 {
  width: 100%;
  background-image: url('../images/202004/st07_bg.jpg');
  background-position: left 240px  top 310px;
  background-repeat: no-repeat;
}

.s07_img01 {
  margin-top: -15px;
}


.s07_img {
  margin: 10px 0 0 auto;
}

#s07 .container {
  width: 100%;
}

.cr07 {
  width: 510px;
  margin: 150px auto 0 240px;
}

#s07 .num {
    width: 40px;
    padding-bottom: 15px;
}


/* s08 */
.s08_img {
  width: 704px;
  display: block;
  margin: 15px auto 0;
}


/* collaboration--------------------------------- */

.slider {
  position: relative;
  width: 100%;
  height: 751px;
}

@keyframes slideshow02 {
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  28%{
    opacity: 1
  }
  38%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}

.slider img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation :slideshow02 24s linear infinite;
}

.slider img:nth-child(2){
  animation-delay: 8s;
}

.slider img:last-child {
  animation-delay: 16s;
}


.point {
  width: 625px;
  background-color: #ffffff;
  padding: 10px;
  text-align: justify;
  margin-top: -5px;
  margin-left: 10px;
}

.point p {
  font-size: 21px;
  color: #1a172e;
  margin-bottom: 0;
}

/* c01 */
#c01 {
  background-image: url('../images/c202004/c01_bg.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 46px;
  padding-bottom: 70px;
}

.c01_01 {
  width: 637px;
  display: block;
  margin-left: 228px;
}

.c01_02 {
  width: 637px;
  display: block;
  margin-left: 228px;
  position: relative;
}

#c01 .cr01 {
  position: absolute;
  top: 2%;
  width: 230px;
  margin-left: -20px;
}

.c02_01 {
  width: 953px;
  margin: 0 auto;
  background-image: url('../images/c202004/c02_bg00_pc.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.c2_title {
  width: 164px;
  margin: 0px auto;
  padding-top: 75px;
  padding-bottom: 20px;
}

.c02_02 {
  width: 953px;
  margin: 0 auto;
  background-image: url('../images/c202004/c02_bg_pc.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 70px;
}

.c02_01_img {
  width: 749px;
  display: block;
  margin: 0 auto;
}

.c02_03 {
  width: 790px;
  margin-top: 10px;
  margin-left: 90px;
}

.c02_02_img {
  position: relative;
  z-index: 2;
}

#c02 .cr02 {
  width: 300px;
  margin-left:64px;
  margin-top: 100px;
  margin-right: auto;
}

.c02_03_img {
  width: 749px;
  display: block;
  margin: -203px auto 0 42px;
  position: relative;
  z-index: 1;
}

#c02 .point {
  position: relative;
  z-index: 0;
  top: -10px;
  left: 42px;
}

#c03 {
  background-color: #ffeae7;
  padding-bottom: 50px;
}

.c3_title {
  width: 163px;
  display: block;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 20px;
}

.c03_01_img {
  width: 756px;
  display: block;
  margin: 0 auto;
}

.c03_02_img {
  width: 668px;
  height: 482px;
  display: 100%;
  margin: 30px auto 0;
  position: relative;
  z-index: 1;
}

#c03 .point {
  position: relative;
  z-index: 0;
  top: -10px;
  margin-left: 240px;
}

#c03 .container {
  width: 630px;
  margin: 27px auto 0;
}

#c03 .cr03 {
  width: 570px;
  margin: 5px auto 0 10px;
}

#c04 {
  padding-bottom: 50px;
}

.c4_title {
  width: 165px;
  display: block;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 20px;
}

.c04_01 {
  background-image: url('../images/c202004/c04_bg_pc.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.c04_01_img {
  width: 546px;
  display: block;
  margin: 0 auto;
}

.c04_02 {
  width: 769px;
  display: block;
  margin: 22px auto 0;
}

.c04_02_img {
  width: 769px;
  display: block;
  margin: 22px auto 0;
}

#c04 .point {
  margin-left: 60px;
}

#c04 .container {
  width: 540px;
  margin: 10px auto 0;
}

#c04 .cr04 {
  width: 500px;
  margin: 5px auto 0 10px;
}

#c05 {
  width: 645px;
  border-top: 2px solid #ffffff;
  display: block;
  margin: 0px auto;
  padding-bottom: 70px;
}

.c05_01 {
  width: 542px;
  display: block;
  margin: 62px auto 0;
}

.c05_02 {
  width: 540px;
  display: block;
  margin: 16px auto 0;
}






/* bg */

#bt_area {
  padding-top: 120px;
  /* background-color: #f2efff; */
}
  
#bt_area_c {
  padding-top: 73px;
}

.bg_btn {
  width: 100%;
  background-color: #ffffff;
}

#bt_area .btn_cont {
  display: flex;
  justify-content: space-between;
  width: 920px;
  margin: 0 auto;
}

#bt_area_c .btn_cont {
  display: block;
  width: 435px;
  margin: 0 auto;
}

.toLink {
  width: 435px;
}

#btn {
  line-height: 0;
  width: 1125px;
  display: block;
  margin: 0px auto 0;
  padding-top: 50px;
}

#btn_no {
  width: 100%;
  width: 750px;

  display: block;
  padding-top: 50px;
  margin: 0px auto 0;
}

.btnLinkhalf {
  display: inline-flex;
  list-style-type: none;
  width: 100%;
  max-width: 1125px;
  padding: 0;
  margin: 0;
}

.btnLinkHalf img {
  width: 100%;
}

.btnLinkHalf li {
  width: 100%;
}

.ftArea {
  background-color: #ffffff;
  margin-top: -30px;
  padding-top: 30px;
}

.toInsta {
  width: 100px;
  height: 81px;
  display: block;
  margin: 60px auto 0;
}

.snsLink {
  width: 50%;
  padding: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 30px auto 0;
  /* padding-bottom: 35px !important; */
}

.snsLink li {
  width: 80%;
  text-align: center;
}

.snsLink li img {
  height: 81px;
}

.splLogo {
  width: 312px;
  display: block;
  margin: 55px auto 0;
}

.toMain {
  width: 685px;
  display: block;
  margin: 30px auto 0;
}

.stc {
  width: 560px;
  margin-top: 50px;
  display: block;
  margin: 50px auto 0;
}


@media screen and (max-width: 767px) {
  .show_pc {display: none;}
  .show_sp {display: block;}
  
  html,body {
    -webkit-text-size-adjust: none;
  }

  .cr p {
    font-size: 10px;
  }

  #wrap_c,
  #wrap {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
  }

  .container {
    width: 100%;
  }
  
  .top img {
    width: 100%;
  }
  
  .mv img {
    /* width: 100%; */
  }
  
  .ses {
    width: 100%;
  }
  
  .ses p {
    margin-top: 2px;
    font-size: 10px;
  }

  .ses img {
    max-width: 100%;
  }
  

  /* s01 */
  #s01 {
    padding-top: 15px;
    padding-bottom: 28px;
  }

  .s01_01 {
    width: 66%;
    height: auto;
    margin: 0 auto 0 8.5333%;
    padding-bottom: 90%;
  }

  #s01 .non_vis {
    display: none;
  }

  .cr01 {
    width: 26%;
    margin: 10px auto 0 4.666%;
  }

  #s01 .num {
    width: 17.647%;
    padding-bottom: 8px;
  }

  .s01_02 {
    background-size: 86%;
    background-position: left 50% top 100px;
    background-repeat: no-repeat;
  }

  .s01_02_img {
    width: 68%;
    margin-top: 10px;
  }

  .s01_03_img {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  #s02 {
    width: 100%;
    background-size: 80% auto;
    background-position: right 0 top 33px;
    padding-top: 0;
    padding-bottom: 35px;
  }
  
  .s02_img {
    width: 62.8%;
    margin-left: 6.6%;
    margin-top: 208px;
  }

  .cr02 {
    width: 16%;
    margin: auto 16% 0 20px;
  }

  #s02 .num {
      width: 34%;
      padding-bottom: 8px;
  }

  /* s03 */
  #s03 {
    padding-bottom: 50px;
  }
  
  .s03_bg {
    background-image: url('../images/202004/st03_bg_sp.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 0px;
  }

  .s03_img {
    width: 73%;
    margin: 0px auto 0 14%;
  }

  #s03 .container {
    width: 60%;
    margin: 9px auto 0;
  }

  .s03_num {
    width: 7.5556%;
  }

  .s03_txt {
    width: 90%;
    margin-top: -6px;
    margin-left: 8px;
  }

  .cr03 p {
    margin-bottom: 0 !important;
  }
  
  
  /* 04 */
  #s04 {
    background-position: right 9%  top;
    background-size: 60.533% auto;
    padding-bottom: 180px;
  }

  .s04_img {
    width: 57.33%;
  }

  .cr04 {
    width: 32%;
    margin-top: 57px;
    margin-left: 8.266%;
  }

  .cr04 .num {
    width: 13.8%;
  }

  /* 05 */
  #s05 {
    padding-top: 22px;
    padding-bottom: 30px;
  }

  #s05 .container {
    width: 100%;
    /*
    height: 39.25%;
    margin: 0px auto 0;
    */
    height: 0px;
    padding-bottom: 85.25%;
    margin-top: 0;
  }

  .s05_01_img {
    width: 56.6666%;
  }

  .s05_02_img {
    width: 42.1333%;
    height: auto;
  }

  #s05 .container02 {
    width: 90%;
    margin: 15px auto 0;
  }

  .s05_num {
    width: 5.333%;
  }

  .s05_txt {
    width: 92%;
    margin-top: -3px;
    margin-left: 8px;
  }

  /* 06 */
  #s06 {
    padding-top: 44px;
    position: relative;
    padding-bottom: 50px;
  }

  .s06_img01 {
    position: relative;
    margin-left: 0px;
    z-index: 1;
  }

  #s06 .container {
    width: 100%;
    margin-top: -55%;
    padding-bottom: 190px;
  }
  
  #s06 .cr_box {
    width: 100%;
    
  }

  .s06_num {
    margin-left: 68.8%;
    width: 4.4%;
  }

  .s06_txt {
    width: 20%;
    margin-left: 68%;
  }

  /* 07 */

  #s07 {
    background: linear-gradient(180deg,#ffffff 0%, #ffffff calc(100% - 10px), #e5fffd calc(100% - 10px), #e5fffd 100%)
  }

  .bg07 {
    width: 100%;
    background-image: url('../images/202004/st07_bg.jpg');
    background-position: left 50% top 126px;
    background-size: 85.6% auto;
  }

  #s07 .container {
    width: 100%;
  }
  
  .s07_img {
    width: 64.9333%;
    margin: 10px 0 0 auto;
  }
  
  .cr07 {
    width: 29%;
    margin: 70px 0 0 7.466%;
  }

  #s07 .num {
      width: 18.4%;
      padding-bottom: 4px;
  }


  /* s08 */
  .s08_img {
    width: 76%;
  }


/* collaboration--------------------------------- */

  .slider {
    height: 0;
    margin-top: 36%;
  }

  .point {
    width: calc(86.13333% - 20px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
  }

  .point p {
    font-size: 10px;
    margin-bottom: 0;
  }

  /* c01 */
  #c01 {
    background-image: none;
    /* padding-top: 27px;*/
    padding-top: 160px;
    padding-bottom: 18px;
  }

  .c01_01 {
    width: 100%;
    margin-left: 0;
  }

  .c01_02 {
    width: 100%;
    margin-left: 0;
  }

  #c01 .cr01 {
    width: 22%;
    top: 1%;
    margin-left: 5.333%;
  }

  #c01 .cr01 .num {
    width: 32.727%;
  }

  .c02_01 {
    width: 100%;
  }

  .c2_title {
    width: 22.1333%;
    margin: 0px auto;
    padding-top: 39px;
    padding-bottom: 10px;
  }

  .c02_01 {
    width: 100%;
    background-image: url('../images/c202004/c02_bg00_sp.png');
  }

  .c02_02 {
    width: 100%;
    margin: 0 auto;
    background-image: url('../images/c202004/c02_bg_sp.png');
    background-position: left 5px top;
    background-size: calc(100% - 10px) 91%;
    padding-bottom: 28px;
  }

  .c02_01_img {
    width: 100%;
  }

  .c02_03 {
    width: 100%;
    margin-left: 0px;
  }

  .c02_02_img {
    width: 47.3333%;
    margin-left: 0;
  }

  #c02 .cr02 {
    width: 21.3333%;
    margin-left: 8.5333%;
    margin-top: 1%;
    margin-right: auto;
  }

  #c02 .cr02 .num {
    width: 35%;
  }

  .c02_03_img {
    width: 100%;
    display: block;
    margin: -26% 0 0 auto;
  }

  #c02 .point {
    top: 0px;
    left: 0;
  }
  
  #c03 {
    padding-bottom: 25px;
  }

  .c3_title {
    width: 22%;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .c03_01_img {
    width: 100%;
  }

  #c03 .non_vis {
    display: block;
    width: 89.06666%;
    visibility:hidden;
  }
  
  .c03_02_img {
    width: 89.06666%;
    display: block;
    height: auto;
    margin: 15px auto 0;
  }

  #c03 .point {
    top: -5px;
    margin-left: 7%;
  }
  
  #c03 .container {
    width: 50%;
    margin: 4px auto 0;
  }
  
  #c03 .num {
    width: 14.933%;
  }
  
  #c03 .cr03 {
    width: 85%;
    margin: 0px auto 0 5px;
  }

  #c04 {
    padding-bottom: 25px;
  }

  .c4_title {
    width: 22%;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .c04_01 {
    background-image: url('../images/c202004/c04_bg_sp.jpg');
  }

  .c04_02 {
    width: 100%;
  }
  .c04_01_img {
    width: 72.8%;
  }

  .c04_02_img {
    width: 100%;
    margin: 10px auto 0;
  }

  #c04 .point {
    margin-left: 7%;
  }

  #c04 .container {
    width: 50%;
    margin: 6px auto 0;
  }
  
  #c04 .num {
    width: 14.933%;
  }
  
  #c04 .cr04 {
    width: 85%;
    margin: 0px auto 0 5px;
  }

  #c05 {
    width: 86%;
    border-top: 1px solid #ffffff;
    padding-bottom: 27px;
  }

  .c05_01 {
    width: 84.0310%;
    margin: 31px auto 0;
  }

  .c05_02 {
    width: 83.7209%;
    margin: 8px auto 0;
  }




  /* bg */
  #bt_area {
    padding-top: 43px;
  }

  #bt_area_c {
    padding-top: 26px;
  }

  #bt_area .btn_cont {
    width: 100%;
    display: block;
  }

  #bt_area_c .btn_cont {
    width: 58.6666%;
    display: block;
  }
  
  #bt_area .toLink {
    width: 58.6666%;
    margin: 30px auto 0;
  }

  #bt_area_c .toLink {
    width: 100%;
    margin: 30px auto 0;
  }
  
  .toLink img {
    width: 100%;
  }
  
  .toInsta {
    width: 10.9333%;
    margin-top: 28px;
  }
  
  .toInsta img {
    width: 100%;
  }
  
  .toApli {
    margin-top: 12px;
  }

  .snsLink {
    width: 73%;
    margin-top: 0px;
  }

  .snsLink li img {
    height: 40px;
  }

  .splLogo {
    width: 38.666%;
  }
  
  .toMain {
    width: 85.6%;
    margin-top: 18px;
  }

  .stc {
    width: 73%;
    margin: 35px auto 40px;
  }
  
  #wrap_c .stc {
    margin-bottom: 0;
    padding-bottom: 40px;
    background-color: #ffffff;
  }
  
  .stc img {
    width: 100%;
  }

  #btn {
    line-height: 0;
    width: 100%;
    padding-top: 0px;
  }
  
  #btn_no {
    line-height: 0;
    width: 100%;
    padding-top: 0px;
  }

  .btnLinkhalf li {
    width: 100%;
  }

}

/* Animation base */

.animated {
  -webkit-animation-duration: 3s;
  opacity: 0;
  
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.imgClear {
  line-height: 0;
  filter: grayscale(100); 
  /* transition: filter 0.2s; */
}

.imgClear.on {
  filter: grayscale(0); 
  transition: filter 1.5s;
}

.imgMain {
  line-height: 0;
  filter: grayscale(100); 
  /* transition: filter 0.2s; */
}

.imgMain.on {
  filter: grayscale(0); 
  transition: filter 4s;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.once {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.blur-img {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;

  transition: 3s;
}


@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}




/* Animation End */
