@charset "utf-8";

body {
    margin: 0;
}

/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/*========= レイアウトのためのCSS ===============*/

a{
  color: #333;
}

a:hover,
a:active{
  text-decoration: none;
}

h1{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size:5.5vw;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  display: block;
  width: 100%;
}

.wrapper{
  position: relative;
}

.container{
  background:#FFF;
}

.container p{
  padding: 300px 0; 
  text-align: center;
  color: #fff;
}





.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
}

.header img {
    width: 97%;
    margin: 1.5%;
}

