@charset "utf-8";
@import url(http://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:arial; background: #fff;}

header {
  position: fixed; top: 50px; left: 300px; z-index: 5;
}

header img {

}

#navi {
  position: fixed; top:50%; right: 100px; margin-top: -260px;
}

#navi li {
  float: left; margin-left: 50px;
  font-size: 24px; font-weight: bold;
  padding: 10px 20px; box-sizing: border-box;
  transition: all 0.5s; cursor: pointer;
  background: #0073b4; color: #fff;
}

#navi li:hover {
  background: rgb(201, 47, 47);
}

#navi li.on {
  background: rgb(201, 47, 47);
}

#sns {
  position: fixed; top: 80px; right: 100px;
}

#sns li {
  float: left; margin-left: 30px;
}

#sns li .fa {
  font-size: 35px;
  transition: all 0.5s;
  transform: scale(1);
}

#sns li:hover .fa {
  color: #0073b4;
  transform: scale(1.2);
}

.txt {
  position: fixed; top: 50%; left: 125px; margin-top: -260px;
  font-family: 'Libre Barcode 39 Extended Text', cursive; font-size: 90px; color: #111;
}

section {
  position: fixed; top: 50%; left: 10px; margin-top: -100px;
  width: 5300px; height: 600px; margin-left: 80px;
}

article {
  position: relative; top: 50%;
  width: 300px; height: 400px; margin-top: -210px;
  box-sizing: border-box;
  float: left;
  background: #fff;
  box-shadow: 3px 3px 3px #bbb;
  margin-right: 30px;
  overflow: hidden;
  transition: all 0.5s;
}

article h2 {
  position: absolute; bottom: 50px; right: 0px;
  width: 100%; height: 50px;
  box-sizing: border-box; padding: 12px;
  background: #fff; opacity: 0.8;
  z-index: 2;
  cursor: pointer; transition: all 0.5s;
}

article:hover h2 {
  opacity: 1;
}

article h2 a {
  font-size: 24px; letter-spacing: 2px; transition: all 0.5s;
}

article strong {
  display: block; position: absolute; left: 0px; top: 0px;
  width: 100%; height: 400px; opacity: 0.6; overflow: hidden;
  text-align: center; transition: all 0.5s;
}

article:hover strong {
  opacity: 1;
}

article strong img {
  width: 100%; height: auto;
}

article p {
  position: absolute; top: 50%; right: 0%; margin-top: 0px;
  width: 100%; height: 0px; text-align: center;
  overflow: hidden; background: #fff; opacity: 0; transition: all 0.8s;
  z-index: 1;
}

article p img {
  width: auto; height: 100%;
}

article em {
  position: absolute; bottom: -100px; right: 0px; z-index: 2;
  display: inline-block; width: 400px; overflow: hidden;
  box-sizing: border-box; padding: 10px 20px;
  background: #000; color: #fff; font-style: normal;
  opacity: 0; transition: all 0.5s;
}

article span {
  font-weight: bold; line-height: 2;
}

article.on {
  margin-top: -350px;
  width: 400px; height: 590px;
}

article.on h2 {
  position: absolute; top: 50px; left: 0px;
  opacity: 0.5;
}

article.on strong {
  opacity: 0;
}

article.on p {
  height: 590px; margin-top: -295px; opacity: 1;
}

article.on em {
  right: 0px; bottom: 20px; opacity: 0.8;
}

body {
  width: 100%; min-width: 1400px; height: 5000px;
}
