@charset "UTF-8";
img{
  width: 100%;
}
h2{
  font-size: 200%;
 
}
a{
  color: orange;
}
.load-view{
position:fixed;
width: 100%;
height: 100%;
top:0;
left:0;
z-index: 4;
background-color: white;
}
.load-view img{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 10%;
}
.main-header{
  width: 100%;
  height: 100%;
  display: flex;
}
.big-img{
  height:100%;
  width: 50%;
  overflow:hidden;
  background-size: cover;
  background-repeat: no-repeat;
   background-position: center top;
position: relative;
}
.big-img p{
  position: absolute;
  font-size: 500%;
top:50%;
left:50%;
transform: translate(-50%,-10%);
  font-family: 'Merriweather Sans', sans-serif;
  opacity: 0;
  
}
.sub-img{
  height:100%;
  background-size: contain;
  background-repeat: no-repeat;
   background-position: center top;
}
.big-logo{
  width: 50%;
  display:flex;
justify-content:center;
align-items:center;
transform: translateY(40px);
-webkit-transform: translateY(40px);
opacity: 0;
}
.big-logo img{
  width: 20%;
}
.main-content{
  margin: 100px 0;
  width: 100%;
}
.info,.menu,.contact{
  margin-bottom: 100px;
}
.contact{
  text-align: center;
}
.info-title,.menu-title,.contact-title{
  font-size: 300%;
  font-family: 'Merriweather Sans', sans-serif;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}
.info-content,.menu-content{
   width: 100%;
  display: flex;
  
}
.contact-content,.info-text,.info-img,.menu-text{
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  opacity: 0;
}
 
.info-text,.menu-text{
  text-align: center;
  margin-top: 40px;
}
.info-img,.menu-img{
  width: 50%;
}
.info-img_smp{
  width: 100%;
  display: none;
}
.info h2{
  margin-bottom: 20px;
}
.menu-img{
  
}
.info-text,.menu-text{
  width: 50%;
}
.menu-text p{
  margin: 7px 0;
}
.menu-link{
  margin-top: 30px;
}
.origin,.new{
margin-bottom: 20px;
}
.smp-title{
  display: none;
}

body{
  z-index: 0;
  font-family: "M PLUS Rounded 1c";
 line-height: 2;
}

.main-nav{
  top:0;
  position: fixed;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  z-index: 2;
}
.main-nav ul{
  display: flex;
  justify-content:center;
 
  
}
.main-nav li{
  margin:0 20px;
  font-family: 'Merriweather Sans', sans-serif;
}
.main-nav a{
  font-size: 150%;
  color: #fff;
}
.fade{
z-index: 3;
}
.menu-btn{
  display: none;
}
.btn-trigger{
  position:fixed;
  width:40px;
  height:32px;
  top:50px;
  right: 0%;
  transform: translateX(-50%);
  z-index: 3;

}
.btn-trigger span{
  position:absolute;
  left: 0;
  width:100%;
  height:4px;
  background-color:#000;
  border-radius:4px;
}
.btn-trigger,.btn-trigger span{
  display:inline-block;
  transition:all .5s;
  -webkit-transition:all .5s;
  box-sizing:border-box;
}
.btn-trigger span:nth-of-type(1){
  top:0;
}
.btn-trigger span:nth-of-type(2){
  top:14px;
}
.btn-trigger span:nth-of-type(3){
  bottom:0;
}
.active span{
background-color: #fff;
}
.active span:nth-of-type(1){
  -webkit-transform:translateY(14px) rotate(-45deg);
  transform:translateY(14px) rotate(-45deg);

}
.active span:nth-of-type(2){
  opacity:0;
}
.active span:nth-of-type(3){
  -webkit-transform:translateY(-14px) rotate(45deg);
  transform:translateY(-14px) rotate(45deg);
}
.button_black span{
background-color: #000;
}

.sns{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.insta{
  width: 30px;
  margin-right: 5px;
}
.line{
  margin: auto auto;
  border-bottom: 1px #000 solid;
  width: 110px;
  margin-top: 8px;

}
.twitter{
  position: relative;
  width: 40px;
  top:5px;
  margin-left: 5px;
  color: #fff;
}

.logo{
  margin-top: 20px;
  margin-left: 30px;
  width: 200px;
}

.fadein{
  animation: animationfade 1s ease-in forwards;
  -webkit-animation: animationfade 1s ease-in forwards;
  -moz-animation: animationfade 1s ease-in forwards;
}
.fadein2{
  animation: animationfade2 1s ease-in forwards;
  -webkit-animation: animationfade2 1s ease-in forwards;
  -moz-animation: animationfade2 1s ease-in forwards;
}
@keyframes animationfade
{
100% {
  transform: translate(0);
  opacity: 1;
}
}
@keyframes animationfade2
{
100% {
  transform: translate(-50%,-50%);
  opacity: 1;
}
}
@media screen and (max-width:767px){
  .main-header{
    flex-flow: column;
  }
  .big-img{
    width: 100%;
  }
  .big-logo{
    width: 100%;
    height: 100%;
  }
  .info-img{
    display: none;
  }

  .info-img_smp{
    display: inline;
  }
  .info-content,.menu-content{
    display: inline;
    text-align: center;
    width: 100%;
    background-color: #000;
  }

  .menu-img{
  display: inline;

  }
  .menu-text{
    margin: 0 auto;
    /* margin-top: -20px; */
  }
  .info-text,.menu-img.menu-text{
    width: 100%;
  }
  
}

@media screen and (max-width:480px) {
.menu-btn{
  display: block;
}
.web-title{
  display: none;
}
.smp-title{
  display: inline;
}
.main-nav{
  display: none;
  width: 100%;
  height: 100%;
 
  z-index: 2;
}
 .main-nav ul{
  display: flex;
  flex-direction: column;
  text-align: center;
  transform: translateY(30%);
}
.main-nav li{
  margin: 20px 0;
}
} 
/* @media screen and (max-width:360px) {
  .menu-text{
    margin-top: -50px;
  }
} */
/* #slide{
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
#slide li{
  position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#slide li img{
  animation: animationZoom 5s ease-in forwards;
  

} */
