@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Orbitron);
@import url('https://fonts.googleapis.com/css?family=Cinzel');
@import url('https://fonts.googleapis.com/css?family=Poiret+One');

/*  Reset CSS  */
* { margin:0;  padding:0;}
ol,ul { list-style: none; }
a { outline:0; text-decoration:none; color:#555; }
img { border:0;}
body {font-family: 'Poiret One', cursive;}

#wrap {
  width: 100%; height:100%;
  position: fixed; top: 0px; right: 0px;
  min-width: 1400px; min-height: 780px;
  background-image: url(../img/morning.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  transition: all 1s;
}

#wrap.morning { background-image: url(../img/morning.png); }
#wrap.afternoon { background-image: url(../img/afternoon.png); }
#wrap.evening { background-image: url(../img/evening.png); }
#wrap.night { background-image: url(../img/night.png); }

#wrap>img:nth-child(1) {
  position: absolute; top: -100px; left: -1146px;
  animation: ani1 100s linear infinite; opacity: 0.8;
}
#wrap>img:nth-child(2) {
  position: absolute; top: -100px; left: -50px;
  animation: ani2 70s linear infinite; opacity: 0.7;
}


@keyframes ani1 {
  0% { left: -1146px;}
  100% { left: 1950px; opacity: 0; }
}

@keyframes ani2 {
  0% { left: 0px;}
  100% { left: 1950px; opacity: 0; }
}

#wrap h1 {
  position: fixed; top: 230px; right:80px;
  font-size: 62px; text-align: center; color: #fff;
  text-shadow: 2px 2px 2px #000;
  font-family: 'Cinzel', serif; font-weight: bold;
}

#wrap p.con {
  position: fixed; bottom: 0px; left: 0px;
  width: 100%;
  font-size: 18px; color: #fff; text-align: right;
  background: rgba(0,0,0,0.4);
  padding: 10px 10px 10px 450px; box-sizing: border-box;
}

#wrap h1 em:nth-child(1) {
  color: #e42956;
  font-style: normal;
  font-size: 72px;
}

#wrap h1 em:nth-child(2) {
  color: #006a0b;
  font-style: normal;
  font-size: 72px;
}

#wrap h1 em:nth-child(3) {
  color: #3b7bbb;
  font-style: normal;
  font-size: 72px;
}

nav {
  width: 200px; height: 100%;
  position: fixed; left: 100px; top: 280px;
}

nav li {
  width: 200px; height: 80px;
  margin-bottom: 30px;
}

nav li a {
  display: block; background: #fff; color: #111;
  transition: all 0.5s;
  font-size: 24px; font-weight: bold;
  letter-spacing: 3px;
  line-height: 3.5;
  padding-left: 35px;
  opacity: 0.5;
  border-right: 15px solid #59d0eb;
  transition: all 1s;
  border-radius: 20px 0 20px 0;
}

nav li a.on {
  display: block; background: #59d0eb; color: #fff;
  opacity: 0.7;
  transition: all 0.5s;
  padding-left: 35px;
  opacity: 0.5;
  border-right: 15px solid #fff;
}

nav li a:hover {
  background: #59d0eb; color: #fff;
  opacity: 0.7;
}

#sns {
  width: 300px; height: 50px;
  position: fixed; left: 110px; top: 160px;
}

#sns li {
  float: left;
  width: 50px;
}

#sns i {
  font-size: 30px;
  color: #fff;
  transform: scale(1);
  transition: all 0.5s;
}

#sns i:hover {
  transform: scale(1.3);
}

fiqure {
  position: absolute; top: 370px; right: 190px;
  width: 400px; height: 110px;
  transition: all 2s;
  box-sizing: border-box;
  border-bottom: 3px solid #fff;
  border-radius: 0 0 25px 25px;
}

fiqure p {
  font-size: 65px; color: #fff;
  text-align: center;
  /*text-shadow: 1px 1px 1px #111;*/
  font-family: 'Cinzel', serif;
}

fiqure p span {
  position: relative;
}
