* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  background: url(../img/bg.jpg) center center / auto repeat-y #0e2cca;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  background-image: url(../img/splash.png),-webkit-gradient(linear, left top, right top, from(rgba(0,3,61,.7)), color-stop(50%, rgba(0,3,61,0)), to(rgba(0,3,61,.7)));
  background-image: url(../img/splash.png),linear-gradient(to right, rgba(0,3,61,.7), rgba(0,3,61,0) 50%, rgba(0,3,61,.7));
  background-repeat: no-repeat, repeat;
  background-position: 0 245px, 0;
}

#mainVisual {
  margin-bottom: 30px;
}

.sec {
  text-align: center;
}

#sec01 {
  margin-bottom: 70px;
}

#sec02 {
  margin-bottom: 70px;
}

#sec03 {
  margin-bottom: 25px;
}

#sec04 {
  padding-bottom: 55px;
}

footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 34px 0;
  line-height: 1.6;
}

footer .info {
  margin-bottom: 28px;
}

footer dt {
  font-size: 1.25rem;
}

footer dd {
  font-size: 1.125rem;
}

.copy {
  font-size: 0.875rem;
}
