/* ===================================================================

common style

=================================================================== */
html, body {
  padding: 0;
  border: 0;
  margin: 0;
}

div, ul, ol, li, section, a, figure, aside {
  padding: 0;
  border: 0;
  margin: 0;
}

ul, ol, li {
  list-style-type: none;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* ===================================================================

header style

=================================================================== */
#header {
  background-color: #DDD;
  width: 100%;
  position: fixed;
  z-index: 10;
}
#header .logo {
  float: left;
}
#header .nav {
  float: right;
}
#header .nav ul {
  margin-right: 20px;
}
#header .nav ul li {
  float: left;
  list-style-type: none;
  margin-right: 10px;
}
#header .nav ul li:last-child {
  margin-right: none;
}

/* ===================================================================

footer style

=================================================================== */
#footer {
  border-radius: 3px;
}

/* ===================================================================

index style

=================================================================== */
.inner {
  width: 960px;
  margin: 0 auto;
}

.contents {
  min-width: 1074px;
}

.section {
  position: relative;
  height: 600px;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.section.section01 .title-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section.section01 .title-box .title-text {
  font-size: 30px;
}
.section.section02 .section-parts-left, .section.section03 .section-parts-left {
  float: left;
}
.section.section02 .section-parts-right, .section.section03 .section-parts-right {
  float: right;
}
.section.section02 .aside-block, .section.section03 .aside-block {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section.section02 {
  background-color: #eee;
}
.section.section02 .section-parts-left {
  opacity: 0.2;
  width: 60%;
  height: 100%;
  background: url(../images/1.png) no-repeat;
  background-size: cover;
}
.section.section02 .section-parts-right {
  width: 40%;
  height: 100%;
  position: relative;
}
.section.section02 .section-parts-right .aside-block {
  position: relative;
  left: 30%;
}
.section.section02 .section-parts-right .aside-block .aside-body {
  position: relative;
  left: 100px;
}
.section.section03 .section-parts-right {
  opacity: 0.2;
  padding-top: 10px;
  width: 40%;
  height: 100%;
  background: url(../images/2.png) no-repeat;
  background-size: cover;
}
.section.section03 .section-parts-left {
  width: 60%;
  height: 100%;
  position: relative;
}
.section.section03 .section-parts-left .aside-block {
  position: absolute;
  right: 20%;
  width: 400px;
}
.section.section03 .section-parts-left .aside-block .aside-text {
  position: relative;
  right: 100px;
}
.section.section04 {
  height: 800px;
  z-index: 2;
  overflow: inherit;
  background-color: #eee;
}
.section.section04 .box {
  position: absolute;
}
.section.section04 .box.box-red {
  top: 50%;
  left: 75%;
}
.section.section04 .box.box-green {
  top: 50%;
  left: 45%;
}
.section.section04 .box.box-blue {
  top: 50%;
  left: 15%;
}
.section.section05 {
  height: 400px;
  overflow: inherit;
  z-index: 10;
}
.section.section05 .box {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.section.section05 .box.box-red {
  top: 100px;
  left: 75%;
}
.section.section05 .box.box-red.is-active {
  background-color: #95cb95;
  -webkit-transform: translateY(400px);
      -ms-transform: translateY(400px);
          transform: translateY(400px);
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.section.section05 .box.box-green {
  top: 100px;
  left: 45%;
}
.section.section05 .box.box-green.is-active {
  background-color: #797ac9;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.section.section05 .box.box-blue {
  top: 100px;
  left: 15%;
}
.section.section05 .box.box-blue.is-active {
  background-color: #d4817b;
  -webkit-transform: translateY(600px);
      -ms-transform: translateY(600px);
          transform: translateY(600px);
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.section.section06 {
  height: 400px;
  background-color: #eee;
  overflow: inherit;
}
.section.section07 {
  height: 400px;
}

#wrapper {
  position: relative;
}

.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.bg .bg-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
}

.pagination {
  position: fixed;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
.pagination > ul .pagination-list {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #000;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.pagination > ul .pagination-list.current .pagination-link {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #000;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.pagination > ul .pagination-link {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  width: 0;
  height: 0;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.box {
  width: 100px;
  height: 100px;
  position: absolute;
}
.box.box-small {
  width: 50px;
  height: 50px;
}
.box.box-large {
  width: 150px;
  height: 150px;
}
.box.box-green {
  background-color: #95cb95;
}
.box.box-black {
  background-color: #000000;
}
.box.box-yellow {
  background-color: #FFD700;
}
.box.box-blue {
  background-color: #797ac9;
}
.box.box-red {
  background-color: #d4817b;
}
.box.box-rotate45 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#footer {
  height: 300px;
  width: 100%;
  background-color: #FFF;
}
