@charset "UTF-8";
.story {
    position: relative;
    
    
  
  
  
  width : 1000px;
  

  
}

.story a {
    color: #ff7800;
    font-weight: bolder;
}

.visual1{
    position: relative;
    
    height : 2330px;
  
  
  
  width : 1000px;
  

  background-image : url(img/story/story01.png);
  background-repeat : no-repeat;background-position : center top;
  
  

  top : 100px;
}

.visual2{
    position: relative;
    
    height : 1682px;
  
  
  
  width : 1000px;
  

  background-image : url(img/story/story02.png);
  background-repeat : no-repeat;background-position : center top;
  
  

  top : 100px;
}


.visual3{
    position: relative;
    
    height : 1543px;
  
  
  
  width : 1000px;
  

  background-image : url(img/story/story03.png);
  background-repeat : no-repeat;background-position : center top;
  
  

  top : 100px;
}



.visual4{
    position: relative;
    
    height : 2100px;
  
  
  
  width : 1000px;
  

  background-image : url(img/story/story04.png);
  background-repeat : no-repeat;background-position : center top;
  
  

  top : 100px;
}