@charset "uts-8";

#logo{
    
    text-align: center;
    padding: 23px;
    background-color: #FBFAF7;
}




body{

    margin: 0px;
    font-family: 'Inter',sans-serif;
    font-weight: 300;
    overflow: scroll;
    overflow-x: hidden;
}


#topview{
    background: #FBFAF7;     
}


#setumei{
    padding: 40px;
    text-align:  center; 
    font-size: 18px;
    line-height: normal;
    letter-spacing: 2.97px;
    background: #FBFAF7;
}

#setumei2{
    margin-top: -30px;
    padding: 45px;
    text-align: left; 
    font-size: 12px;
    line-height: 167.187%; 
    letter-spacing: 2.28px;
    background: #FBFAF7;
}



#midashi{
 text-align: center;
 margin-top: 60px;
 margin-left: -2px;
 letter-spacing: 1.3px;
 font-weight: bold;
 font-size: 13px;
 
}

#shurui{
    margin-top: 5px;
    margin-left: 0%;
}

#setumei3{
    margin-left: 30px;
    margin-top: 30px;
    text-align: left;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.45px;

}


#backcolor{
  background-color: #FBFAF7;
}

.midashi2{
    margin-top: 50px;
    padding-top: 30px;
    
}


#consept1{
    text-align: left;
    margin-top: 50px;
    margin-left: 27px;
    margin-right: 187px;
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 1.45px;
    line-height: 175.687%; /* 17.569px */
   
}

.sebyousi{
    margin-left: 164px;
    margin-top: -95px;
    
}


.shiyourei{
    text-align: left;
    margin-top: 50px;
    margin-left: -23px;
    
}

.consept2{

    text-align: left;
    margin-right: -185px;
    margin-left: 175px;
    margin-top: -120px;
   
}

.consept3{
    text-align: right;
    margin-left: 161px;
    margin-top: 60px;
    padding-bottom: 20px;
    
}

.consept4{
    margin-left: -2px;
    margin-right: 10px;
    padding-bottom: 60px;
    margin-top: -135px;
    
}

.purchase{
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-weight: 300;
  padding-top: 10px;
}

.loft{
  margin-top: 30px;
  padding: 15px;
}

#kadomaru{
    padding-top: 100px;
}

#backlogo{
    padding: 10px;
    margin-top: 20px;
} 

.botton{
    margin-top: 30px;
    margin-left: -2px;
}




.slide {
    white-space: nowrap;
    width: 100%;
    height: 100%;
    overflow: hidden;  
    background: #FBFAF7;
  }
  .slide img {
    width: inherit;
    height: inherit;
    margin: 0;
    padding: 0;
    border: none;
  }
  @keyframes slide-4 {
    0% { margin-left: 0; }
    33% { margin-left: -100%; }
    66% { margin-left: -200%; }
    100% { margin-left: -300%; }
  }
  .slide > :first-child {
    animation-name: slide-4;    
    animation-duration: 12s;    
    animation-delay: 4s;       
    animation-iteration-count: infinite; 
  }





  #page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 70%;
    line-height: 1.2rem;
    color: #737373;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}

#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
  


  
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeOut 1.5s 2.5s forwards;
  }
  
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  
  .loading__logo {
    opacity: 0;
    animation: logo_fade 2s 0.5s forwards;
    width: 175px;
  }
  
  @keyframes logo_fade {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
  
    60% {
      opacity: 1;
      transform: translateY(0);
    }
  
    100% {
      opacity: 0;
    }

  }