@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html{
    font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, sans-serif;
	font-size:1.6rem;/* 16px*/
	line-height: 1.9;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
	color:#000;
  word-break: break-all;
  }


a{color:#000; text-decoration:none; transition: 0.3s;}

	
img{
	max-width: 100%;
	height: auto;
}
.small{font-size: 1.2rem; vertical-align: middle;}
.large{font-size: 2rem;}
.Center{text-align: center;}
.Right{text-align: right;}


.bold{font-weight: bold;}
.Pink{color: #FC1A82;}
.m_b_10{margin-bottom: 10px;}
.m_b_20{margin-bottom: 20px;}
.m_b_30{margin-bottom: 30px;}

.message{
  text-align: center;
  font-size: 2rem;
  padding: 100px 0;
}
.Top_message{
  text-align: center;
  font-size: 2rem;
  margin-bottom: 100px;
}

@media screen and (min-width:768px){
  .pc_hidden{display: none !important;}
  }
@media screen and (max-width:767px){
  .sp_hidden{display: none !important;}
  body{font-size: 1.4rem;} 
  .large{font-size: 1.8rem;}
  .Top_message{
    font-size: 1.6rem;
  }
  }

/*common//////////////////////////////////*/
.Wrapper{
  
  padding-bottom: 150px;
}
.Contents{max-width: 1100px; margin: 0 auto; padding:0 20px; position: relative;} 

  @media screen and (max-width:767px){
    .Wrapper{padding-bottom: 80px;}
  }


/*header//////////////////////////////////*/
.hero{
  background: url("../images/kv_bg.jpg") no-repeat top center;
  padding: 0 20px;
  background-size: cover;
  position: relative;
  margin-bottom: 100px;
}

.scroll_wrap{
    position: absolute;
    top: 70%;
    lrft: 20px;
    font-size: 1.2rem;
    }
    
    
    .scroll{
      position: relative;
      padding-bottom: 110px;
      writing-mode:vertical-rl;}
    
    .scroll:after{
      content: '';
      position: absolute;
      width: 1px;
      height:100px;
      background: #CCC;
      left: 0;
      right: 0;
      bottom: 0px;
      margin: auto;
      animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
    
    }
    @keyframes sdl {
      0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
      }
      50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
      }
      50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
      }
      100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
      }
    }   

.hero{
  overflow: hidden;
}
header,.kv{
  position: relative;
}
.year{
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: 0;
  width: 28vw;
  max-width: 392px;
}

.trigger{
    position: relative;
    font-size: 1.8rem;
    font-weight: 900;
    color: #FFF;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(44,135,238,1) 0%, rgba(255,0,126,1) 100%);
    text-align: center;
    padding: 15px 15px;
    }
  .trigger:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #FFF transparent transparent transparent;
    position: absolute;
    right: 60px;
    top:0;
    bottom: 0;
    margin: auto;
  }
  .trigger.open:after{transform: rotate(-180deg);}

  .dropmenu_child{
    display: none;
    background: linear-gradient(180deg, rgba(207,237,242,1) 0%, rgba(243,228,247,1) 100%);
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    }
  .dropmenu_child li{
    text-align: center;
    line-height: 1.4;
    font-weight: 900;
  }
  .dropmenu_child li a{
    display: block;
    padding: 20px 0;
  }
  .dropmenu_child li a:hover{opacity: 0.6; transition: 0.3s;}

  .dropmenu_child li + li{
    border-top: 1px solid #CCC;
  }
.kv_copy_txt{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 4px solid #000;
}
.sns_list {
  display: flex;
  justify-content: flex-end;
  padding: 40px 30px 40px 0;
  align-items: center;
}
.sns_list img{
  width: 30px;
}

.sns_list ul{
  display: flex;
}
.sns_list ul li{
  margin-right: 20px;
}
.sns_list p{
  font-size: 1.4rem;
}
.sns_list p span{
  border: 1px solid #000;
  padding: 1px 5px;
  margin-right: 10px;
}

.kv_btn_box{
  max-width: 850px;
  position: relative;
}
.kv_btn img{
  transition: 0.3s;}
.kv_btn:hover img{
  transform: scale(1.025);
  
}

  @media screen and (min-width:768px){
    .kv{
      display: flex;
      justify-content: space-between;
    }
    
    .kv_copy{
      margin-left: 5.5%;
      width: 41%;
    }
    .kv_photo{
      width: 53%;
      margin-right: -5%;
    }
    .trigger:hover{
      opacity: 0.8;
      transition: 0.3s;
    }
    .kv_btn_box{
      display: flex;
      justify-content: space-between;
      
      margin-left: 5.5%;
      margin-top: -5vw;
    }
    .kv_btn{
      width: 49.05%;
    }
    
  }  

@media screen and (min-width:1025px){
    .Nav_logo{
      display: none;
    }
    nav.Nav_wrapper{
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding: 40px 0;
    }
    .Gnav{
      display: flex;
    }
    .Gnav li{
      font-size: 1.8rem;
      font-weight: 900;
      margin-right: 30px;
    }
    .trigger{
      width: 260px;
      border-radius: 100px;
      box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.6);
      cursor: pointer;
    }
    .dropmenu{
      position: relative;
    }
    .dropmenu + .dropmenu{
      margin-left: 20px;
    }
    .dropmenu_child{
      position: absolute;
      top: 75px;
      z-index: 10;}
    
    .kv{
      padding-top: 140px;
    }
    header{
      position: absolute;
      height: 140px;
      width: 100%;
      top: 0;
      left: 0;
      box-sizing: border-box;
      padding-right: 10px;
      z-index: 99;
    }
    header.is-fixed{
      position: fixed;
      width: 100%;
      background: rgba(255,255,255,0.8);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      z-index: 99;
      top:0;
      left: 0;
      animation: DownAnime 0.5s forwards;
      height: 90px;
    }
    header.second_header{
      position: fixed;
      width: 100%;
      background: rgba(255,255,255,0.8);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      z-index: 99;
      top:0;
      left: 0;
      height: 90px;
    }
    
    header.is-fixed .trigger,
    header.second_header .trigger{
      font-size: 1.6rem;
      padding: 10px;}
      
    header.is-fixed nav.Nav_wrapper,
    header.second_header nav.Nav_wrapper{
      padding: 20px 0;}
    
    header.is-fixed .dropmenu_child,
    header.second_header .dropmenu_child{
      top: 60px;}
    
    header.is-fixed .Nav_logo,
    header.second_header .Nav_logo{
      display: block;
      width: 200px;
      position: absolute;
      top: 20px;
      left: 20px;
    }
    .sp_menu_wrap,
    .sp_logo{display: none;}
}



@keyframes DownAnime{
      from {
        opacity: 0;
        transform: translateY(-100px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }  


@media screen and (max-width: 1200px) {
  .kv_btn_box{margin-top: -2.5vw;}
  .Gnav li{
      margin-right: 20px;
    }
  .dropmenu + .dropmenu{
      margin-left: 10px;
    }  
}
@media screen and (max-width: 1024px) {
    .hero{padding: 100px 20px 0 20px;}
    .scroll{display: none;}
    .Nav_logo{
      padding: 0 20px 50px 20px;
      max-width: 200px;
      margin: 0 auto;
    }
    .sp_logo{
      width: 200px;
      padding-top: 15px;
      padding-left: 10px;
    }
    .Nav_wrapper {
      position: fixed;
      left: 0;
      top: 0;
      opacity: 0;
      visibility: hidden;
      overflow: hidden;
      z-index: 10;
      background:#FFF;
      width: 100%;
      height: 100%;
      text-align: center;
      box-sizing: border-box;
      padding-top: 60px;
      font-size: 1.8rem;
      }
    .Nav_wrapper a{
      font-weight: 900;
    }  
	  .Nav_wrapper.close{opacity: 0; transition: .1s;}
	  .Nav_wrapper.open {opacity:1; transition: .1s; visibility: visible;}
    
    .Gnav a{
      padding: 20px 0;
      display: inline-block;
    }
    
    .Gnav a,.sp_menu a{
      position: relative;
    }
    .Gnav a:after,.sp_menu a:after{
      content: '';
      display: block;
      background: url("../images/arrow-black.png") no-repeat 0 0;
      width: 14px;
      height: 12px;
      background-size: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -20px;
    }
    .dropmenu{
      display: none;
    }
    /*hamburger*/
	  .nav-button,
	  .nav-button span {
		display: inline-block;
		transition: all 0.4s;
		box-sizing: border-box;}

	  .nav-button {
	  	display: block;
      cursor: pointer;
      z-index: 20;
      position: fixed;
      top: 0;
      right:0;
      background:#000;
      width: 70px;
      height: 70px;
      box-sizing: border-box;
      }
       

	  .nav-button span {
      position: absolute;
      left: 25px;
      width: 20px;
      height: 1px;
      background-color: #FFF;}

	  .nav-button span:nth-of-type(1) {top: 28px;}
	  .nav-button span:nth-of-type(2) {top: 35px;}
	  .nav-button span:nth-of-type(3) {bottom: 27px;}
    
    
    .nav-button.active{
      background: transparent;
    }
    .nav-button.active span{
      background: #000;
    }
	  .nav-button.active span:nth-of-type(1) {
		-webkit-transform: translateY(5px) rotate(-45deg);
		transform: translateY(5px) rotate(-45deg);
	  }

	  .nav-button.active span:nth-of-type(2) {opacity: 0;}

	  .nav-button.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	  }
    
    .kv_btn_box{margin:30px auto 0 auto;}
   
 
     
    dl.sp_menu dt{
      color: #FFF;
      font-weight: 900;
      padding: 10px;
    }
    
    dl.sp_menu.sp_menu_group1 dt{
      background: linear-gradient(90deg, rgba(44,135,238,1) 0%, rgba(25,75,189,1) 100%);
    }
    dl.sp_menu.sp_menu_group2 dt{
      background: linear-gradient(90deg, rgba(255,0,126,1) 0%, rgba(244,73,73,1) 100%);}
    
    
    dl.sp_menu dd + dd{
      border-top: 1px solid #CCC;
    }
    dl.sp_menu dd{
      margin: 0 20px;
    }
    dl.sp_menu dd a{
     display: inline-block;
      padding: 10px;
    }
      
	}

@media screen and (max-width: 767px) {
  .hero{
    padding: 80px 20px 0 20px;
    margin-bottom: 50px;
    background-position: top left}
  .year{
    width: 60vw;
    top: 10px;
    left: 10px;
  }
  .kv_copy_txt{
    margin-top: 20px;
    padding: 20px 0;
  }
  .kv_btn + .kv_btn{
  }
  .sns_list {
    padding: 20px 0;}
  .sns_list ul{
    justify-content: center;
  } 
}


/*about*/
.sttl{
  font-size: 4.4rem;
  font-weight: 900;
}
.sttl_wrap{
  padding: 50px 0 90px 0;
}

.ssttl{
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.line_ttl{
  font-size: 4.4rem;
  font-weight: 900;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.line_ttl:before,
.line_ttl:after{
  content: '';
  height: 1px;
  flex: 1;
  background: #CCC;
  display: block;
}
.line_ttl:before{margin-right: 1em;}
.line_ttl:after{margin-left: 1em;}

section{
  position: relative;
}
section + section{
  margin-top: 150px;
}

.ttl_en{
  position: absolute;
  top: 0;
  left: 30px;
}
.ttl_en img{
  height: 177px;
}

.col2_box{
  margin-bottom: 50px;
}
.caption{
  font-size: 1.4rem;
  margin-top: 5px;
  line-height: 1.5;
}
.bg_grd{
  background: linear-gradient(90deg, rgba(243,228,247,1) 0%, rgba(207,237,242,1) 100%);
  padding: 50px 20px;
  text-align: center;
  margin-bottom: 50px;
}
.Movie_wrap{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.Movie_wrap iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.movie_txt{
  margin-top: 40px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.btn{
  text-align: center;
  
}
.btn a{
    position: relative;
    font-size: 1.8rem;
    font-weight: 900;
    box-sizing: border-box;
    background: #FFF;
    display: inline-block;
     border: 1px solid #000;
    padding: 15px 60px;
    border-radius: 100px;
    }
  .btn a:after{
    content: '';
    position: absolute;
    background: url("../images/arrow-black.png") no-repeat 0 0;
    background-size: 100%;
    width: 22px;
    height: 19px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    right: 20px;
  }
  .btn a:hover:after{
    right: 15px;
  }

.col2_box_txt ul li{
  line-height: 1.6 !important;
  margin-bottom: 20px !important;
}

@media screen and (min-width: 1025px) {
  .col2_box{
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  
  .col2_box_ttl{
    width: 40%;
  }
  .col2_box_txt{
    width: 58%;
    font-size: 2rem;
    line-height: 2.2;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  
  .col3_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
  }
  .col3{
    width: 31%;
  }
}
@media screen and (max-width: 1024px) {
  .sttl{
    font-size: 4rem;}
  .sttl_wrap{
    padding: 0 0 45px 0;
  }

  .ssttl{
    font-size: 3.6rem;
  }
  .line_ttl{
    font-size: 4rem;}
  .col2_box_ttl{
    margin-bottom: 30px;
  }
  
  .ttl_en{top: -30px; left: 5px;}
  .ttl_en img{
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sttl{
    font-size: 3rem;}
  
  .sttl_wrap{
    padding: 0 0 20px 0;
  }
  .ssttl{
    font-size: 2.4rem;
  }
  .line_ttl{
    font-size: 3rem;}
  .ttl_en{top: -15px;}
  .ttl_en img{
    height: 60px;
  }
  .col3{margin-bottom: 20px;}
  .bg_grd{
    padding: 30px 5px;
    margin: 0 -20px 40px -20px;
  }
  section + section{
    margin-top: 80px;
  }
  .movie_txt{
    font-size: 1.8rem;}
  .btn a{
    display: block;
    font-size: 1.6rem;
    padding: 15px 40px;}
}


/*education*/
.ttl_bg{
  position: relative;
  text-align: center;
}
.ttl_bg h2{
  color: #FFF;
  margin: 20px 0 50px 0; 
}

.ttl_bg:before{
  content: '';
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
}

.ttl_education:before{
  background: linear-gradient(90deg, rgba(44,135,238,1) 0%, rgba(25,75,189,1) 100%);}

.ttl_creator:before{
  background: linear-gradient(90deg, rgba(255,0,126,1) 0%, rgba(244,73,73,1) 100%);}


.target{
  display: inline-block;
  background: #f7ef08;
  font-size: 1.8rem;
  width: 160px;
  padding: 5px;
  color: #000;
  position: relative;
  }
.target:after{
  content: '';
  display: block;
  height: 0; width: 0;
  border: solid;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #f7ef08;
  border-width: 10px 10px 0px 0px;
  position: absolute;
  left: 0;
  bottom: -10px;}
  
.Box_wh{
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  background: #FFF;
  position: relative;
}
.caution_box{
  background:#F84447;
  position: absolute;
  top: -40px;
  right: 10px;
  width: 400px;
  box-sizing: border-box;
  color: #FFF;
  line-height: 1.4;
  padding: 10px;
}

.caution_box.fixed{
  position: fixed !important;
  top: 100px;
  z-index: 10;
}

table.List{
  margin-bottom: 80px;
}

table.List th,
table.List td{
  border-bottom: 1px solid #CCC;
  padding: 50px 30px;
  vertical-align: top;
  text-align: left;
}

table.List th{
  white-space: nowrap;
  width: 20%;
}

table.List th.w_100{
  width: 100%;
  position: relative;
}

table.List th span{
  font-size: 2.4rem;
  font-weight: 900;
  position: relative;
  padding-left: 20px;
}
table.List th span:before{
  content: '';
  width: 6px;
  height: 40px;
  background: #F7EE0D;
  position: absolute;
  top: 0;
  left: 0;}

  table.List table td,
  table.List table th{
    border: none;
    padding: 0;
  }

.caution{
  font-size: 1.4rem;
}

ul.dotlist{}

ul.dotlist li{
  padding-left: 1.5em;
}
ul.dotlist li:before{
  content: '●';
  color: #2c87ee;
  font-size: 1.2rem;
  margin-left: -1.5em;
  margin-right: 0.5em;
}
  #group2 ul.dotlist li:before{color:#FE067E;}

.important{
  margin: 10px 0 30px 0;
  color: #f10a61;
  line-height: 1.5;
  border: 2px solid #f10a61;
  display: inline-block;}
  
.important p{display: flex;}  
.important span{
   
  padding: 5px 20px;
  font-weight: 900;
}  
  
.important span.important_ttl{
  background: #f10a61;
  color: #FFF;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.click{
  position: absolute;
  top:50px;
  right: 0;
  text-decoration: underline;
}
.btn_arrow{
  max-width: 600px;
  margin: 0 auto;
}

.btn_arrow a{
  color: #FFF;
  font-size: 2.4rem;
  text-align: center;
  display: block;
  padding: 30px 10px;
  border-radius: 100px;
}
.btn_arrow a span{
  font-weight: 900;
  position: relative;
  display: inline-block;
}
.btn_arrow a span:after{
  content: '';
  position: absolute;
  background: url("../images/arrow.png") no-repeat 0 0;
  background-size: 100%;
  width: 22px;
  height: 19px;
  display: block;
  top: 12px;
  transition: 0.3s;
  right: -30px;
}
.btn_arrow a:hover span:after{
  right: -40px;
  transition: 0.3s;
}

.btn_education a{
  background: linear-gradient(90deg, rgba(44,135,238,1) 0%, rgba(25,75,189,1) 100%);
}
.btn_creator a{
  background: linear-gradient(90deg, rgba(255,0,126,1) 0%, rgba(244,73,73,1) 100%);}

.btn_arrow a{transition: 0.3s;}
.btn_arrow a:hover{
  opacity: 0.9;
  transition: 0.3s;
}
.entry_caution_wrap{
  text-align: center;
}
.entry_caution{
  border: 1px solid #CCC;
  padding: 20px;
  margin-top: 60px;
  font-size: 1.4rem;
  text-align: left;
  display: inline-block;
}
.entry_caution a{
  text-decoration: underline;
}

.entry_caution_ttl{
  text-align: center;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .btn_2col{
    display: flex;
    justify-content: space-between;
  }
  .btn_2col .btn_arrow{width: 47%;}
  .btn_2col .btn_arrow a{
    line-height: 1.2;
  }
  .btn_2col .btn_arrow a:after{
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1024px) {
  table.List th,
  table.List td{
    padding: 30px 10px;
  }
  table.List th span{
    font-size: 2rem;
  }
  .caution_box.fixed{top: 80px;}
}
@media screen and (max-width: 767px) {
  .target{
    font-size: 1.4rem;
  }
  table.List{
  margin-bottom: 40px;
}
  table.List th span{
    font-size: 1.8rem;
  }
  table.List th,
  table.List td{
    display: block;
    padding: 0;
    
  }
  table.List th{
    border: none;
    padding: 20px 0;
  }
  table.List td{
   padding-bottom: 20px
  }
  
  table.List table td,
  table.List table th{
    display: table-cell;
    padding-bottom: 10px;
  }
  .click{
    position: static;
    margin-top: 20px;
  }
  .btn_arrow a{
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 20px 5px;
  
  }
  .btn_arrow a span:after{
    right: -40px;}
    
  .btn_2col .btn_arrow + .btn_arrow{margin-top: 20px;}  
    
  .entry_caution_ttl{font-size: 1.4rem;}  
  
  .caution_box{
    width: calc(100% - 70px);
    top: -40px;
    right: 0;
    
    
    padding: 5px;}
    
  .caution_box.fixed{
    top: 0;
    right: 70px;
    font-size: 1.2rem;
    height: 70px;
  }  
  .caution_box.fixed br{
    display: none;
    
  }
  
}

.Sponsor_logo ul{
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  max-width: 1100px;/*バナー数に合わせて調整。*/
  margin: 0 auto;
}
.Sponsor_logo ul li{margin-bottom: 30px;}

@media screen and (min-width: 768px) {
  .Sponsor_logo ul li{
    width: 25%;
    padding: 0 5px;
    box-sizing: border-box;
    /*width: 33%;*/
    /*width: 48%;*/
    text-align:center;
  }
 
}
@media screen and (max-width: 767px) {
  .Sponsor_logo ul{justify-content: space-between;}
  .Sponsor_logo ul li{width: 48%;}
}

/*footer*/
footer{
  background: #333333;
  padding: 90px 0 30px 0;
  color: #FFF;}

footer a{color: #FFF;}

.footer_inner span{
  font-weight: 900;
  border-bottom: 1px solid #FFF;
  margin-bottom: 10px;
  display: inline-block;
}
.footer_bottom{
  font-size: 1.4rem;
}
.footer_inner{
  margin-bottom: 80px;
}
@media screen and (min-width: 1025px) {
  .footer_inner,
  .footer_bottom{
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  footer p{margin-bottom: 30px;}
}

@media screen and (max-width: 767px) {}


/*fadein*/  
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1}}

.top_fadein{animation: fadeIn 2s ease 0s 1 normal;}

.fadein {
  opacity: 0;
  transition : all 1500ms;
  visibility: hidden;
  }
.fadein-up {
  opacity: 0;
  transform : translate(0, 40px);
  transition : all 1500ms;
  visibility: hidden;
  
  }
  
.fadein-up.fadein-up-l{
  transform : translate(0, 100px);
}


.fadein-right{
  opacity: 0;
  transform : translate(40px, 0);
  transition : all 1500ms;
  visibility: hidden;
  }
.fadein-left{
  opacity: 0;
  transform : translate(-40px, 0);
  transition : all 1500ms;
  visibility: hidden;
  }  

.fadein.scrollin,
.fadein-up.scrollin,
.fadein-right.scrollin,
.fadein-left.scrollin{
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

/*順番にフェードイン*/
.fadein-order {
  opacity: 0;
  transform : translate(0, 60px);
  transition : all 1500ms;
  visibility: hidden;
}
.fadein-order.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
    