/*日本語*/


/*
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  position: relative;
  margin: 0;
  padding: 0;
  
  border: 0 none;
    
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

html,
body {
  width: 100%;
  height: 100%;
  
////  background: RGBA(0, 58, 97, 1);
  
//  font-family: 'Fjalla One', sans-serif;
//  font-size: 18px;
}

*/

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
}
