@charset "utf-8";

body {
    margin: 0px;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 40;
    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;
    }
  }

h1 {
    text-align: center;
    font-family: 'Inter', sans-serif;
    margin-top: 50px;
    margin-bottom: 60px;
    line-height: 40px;
    font-size: 32px;
}

.blue{
    font-size: 50px;
    color: rgb(0, 115, 255)
    
}

.setsumei{
    margin: 40px;
    font-size: 15px;
    text-align: center;
    font-family: 'Inter', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
}

h2{
    text-align: center;
    font-family: 'Inter', sans-serif;
    margin-top: 70px;
    margin-bottom: 60px;
    font-size: 32px;
}

.plane{
    margin-top: -18px;
    margin-left: -3px;
}

.plane_name{
    margin-top: -15px;
    margin-left: 55px;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
}

.choco{
    text-align: right;
    margin-top: -241px;
    margin-right: 20px;
}

.choco_name{
    text-align: right;
    margin-top: -8px;
    margin-right: 32px;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
}

.family{
    text-align: center;
    margin-top: 60px;
}

.family_name{
    text-align: center;
    margin-top: -5px;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
}

h3{
    text-align: center;
    font-family: 'Inter', sans-serif;
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 32px;
}

.setsumei2{
    margin-top: -40px;
    margin-bottom: 70px;
    font-size: 15px;
    text-align: center;
    font-family: 'Inter', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
}

.milk{
    text-align: center;
    margin-bottom: 50px;
}

.milk_name{
    font-size: 18px;
    font-family: 'Inter', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
}

.cheese{
    text-align: center;
    margin-top: -150px;
    margin-bottom: 50px;
    z-index: 20;
}

.cheese_name{
    font-size: 18px;
    font-family: 'Inter', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
}

.tap1{
    text-align: right;
    position: relative;
    top: -20px;
    right: -20px;
    z-index: 30;
}

.fry{
    text-align: center;
    margin-top: -150px;
    z-index: 20;
}

a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    }

.fry_name{
    font-size: 18px;
    font-family: 'Inter', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
}

.tap2{
    text-align: right;
    position: relative;
    top: -20px;
    right: -20px;
    z-index: 30;
}

h4{
    text-align: center;
    font-size: 37px;
    font-family: 'Inter', sans-serif;
    color: rgb(0, 115, 255)
}

.saigo{
    background-color: rgb(0, 115, 255);
    padding: 100px;
    margin-bottom: -30px;
    text-align: center;
    font-family: 'Inter', sans-serif;
font-family: 'Noto Sans JP', sans-serif;

}

a{
    color: white;
}

a:hover {
    color:#CEF7FF;
    }
