body {
  margin: 0;
  padding: 0;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd, li, section, div, a, span, header, footer {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}

body {
  background: #110704;
}

.wrap {
  position: relative;
  background: url(../images/teaser_bg.jpg) no-repeat left top;
  background-size: 100% auto;
  min-height: 82.578125vw;
}
@media screen and (min-width: 1200px) {
  .wrap {
    background-size: 94% auto;
  }
}
@media screen and (max-width: 860px) {
  .wrap {
    background: none;
  }
}
.wrap .awards {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 1400px) {
  .wrap .awards {
    max-width: 1400px;
    left: 50%;
    margin-left: -700px;
  }
}

.home {
  padding-left: 50%;
}
@media screen and (min-width: 1200px) {
  .home {
    padding-left: 57%;
  }
}
@media screen and (max-width: 860px) {
  .home {
    padding: 0;
  }
}
.home .teaser-content {
  position: relative;
}
.home .teaser-content .btn-sns {
  width: 13.3%;
  position: absolute;
  top: 0;
  left: 32%;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  .home .teaser-content .btn-sns {
    left: 11%;
    width: 17.5%;
  }
}
.home .teaser-content .btn-sns a {
  display: block;
  width: 100%;
  transition: opacity 0.3s;
}
@media screen and (min-width: 861px) {
  .home .teaser-content .btn-sns a:hover {
    opacity: 0.5;
  }
}