@charset "UTF-8";



/* ----------------------------
  Top
---------------------------- */
.top {
  height: 100%;
  position: relative;
}



/* ----------------------------
  Keyvisual
---------------------------- */
.keyvisual {
  background-image: url(../img/olkiller/keyvisual-pc.jpg);
}

@media screen and (max-width: 812px) {
  .keyvisual {
    background-image: url(../img/olkiller/keyvisual-sp.jpg);
  }
}


/* ----------------------------
  Overlay
---------------------------- */
.overlay-inner {
  max-width: 710px;
}

@media screen and (max-width: 812px) {
  .overlay-inner {
    max-width: 82.6666667%;
  }
}


/* ----------------------------
  Section
---------------------------- */

/* Section Head
---------------------------- */
.sec-head {
  letter-spacing: 0;
  line-height: 1.285714286;
  font-size: 21px;
  color: #a6a8a8;
}


/* Section Text
---------------------------- */
.sec-text {
  line-height: 1.615384615;
  letter-spacing: 0.01em;
  font-size: 13px;
}
.sec-text p {
  margin-top: 20px;
}
.sec-text p:first-child {
  margin-top: 0;
}
.sec-text span {
  font-weight: bold;
  color: #9c9c9c;
}

@media screen and (max-width: 812px) {
  .sec-text {
    line-height: 1.692307692;
  }
}



/* ----------------------------
  Section 01
---------------------------- */
.sec01 {
  position: relative;
}
.sec01:before {
  content: "";
  display: block;
  padding-top: 70.2781845%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-image: url(../img/olkiller/bg-pc.jpg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.sec01 .container {
  padding-top: 150px;
  min-height: 970px;
  box-sizing: border-box;
}

@media screen and (max-width: 812px) {
  .sec01:before {
    padding-top: 362.6666667%;
    background-image: url(../img/olkiller/bg-sp.jpg);
  }
  .sec01 .container {
    padding-top: 180px;
    min-height: 2560px;
  }
}
@media screen and (max-width: 480px) {
  .sec01 .container {
    padding-top: 180px;
    min-height: 1260px;
  }
}
@media screen and (max-width: 320px) {
  .sec01 .container {
    padding-top: 180px;
    min-height: 1060px;
  }
}


/* Section 01 Body
---------------------------- */
.sec01-body {
  margin-left: 90px;
  padding: 54px 30px;
  width: 500px;
  box-sizing: border-box;
  background: rgba(27, 27, 27, 0.9);
  color: #fff;
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, 24px);
  transform: translate(0, 24px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.sec01-body.on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 812px) {
  .sec01-body {
    margin-left: 0;
    padding: 42px 5.9701493% 66px;
    width: 100%;
  }
}


/* Section 01 Text
---------------------------- */
.sec01-text {
  margin-top: 42px;
  height: 104px;
  overflow: hidden;
}

@media screen and (max-width: 812px) {
  .sec01-text {
    margin-top: 18px;
    height: 128px;
  }
}


/* Section 01 Close
---------------------------- */
p.sec01-close {
  margin-top: 70px;
}
.sec01-close button {
  width: auto;
  margin: 0 auto;
  letter-spacing: 0.1em;
  font-family: "Neutraface 2 Text", sans-serif;
  font-size: 15px;
  color: #a6a8a8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sec01-close button:hover {
  opacity: 0.6;
}

@media screen and (max-width: 812px) {
  p.sec01-close {
    margin-top: 78px;
  }
  .sec01-close button {
    font-size: 14px;
  }
}


/* Section 01 More
---------------------------- */
.sec01-more {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
}
.sec01-more button {
  margin: 0 auto;
  width: auto;
  letter-spacing: 0.1em;
  font-family: "Neutraface 2 Text", sans-serif;
  font-size: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sec01-more button.hidden {
  opacity: 0;
  visibility: hidden;
}
.sec01-more button:hover {
  opacity: 0.6;
}
.sec01-more img {
  margin-left: 14px;
  vertical-align: baseline;
}

@media screen and (max-width: 812px) {
  .sec01-more {
    bottom: 22px;
  }
  .sec01-more button {
    font-size: 14px;
  }
  .sec01-more img {
    margin-left: 21px;
  }
}



/* ----------------------------
  Section 02
---------------------------- */
.sec02 {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.sec02:before {
  content: "";
  display: block;
  background: #313131;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: skewY(-12.386612798325deg);
  transform: skewY(-12.386612798325deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  z-index: -1;
}

@media screen and (max-width: 812px) {
  .sec02:before {
    position: absolute;
    top: 75px;
    -webkit-transform: skewY(-18.021433937331deg);
    transform: skewY(-18.021433937331deg);
  }
}


/* Section 02 Image
---------------------------- */
.sec02-image {
  margin-right: 40px;
  width: 500px;
  float: left;
  position: relative;
}
.sec02-image img {
  display: block;
  width: 100%;
  max-width: none;
  opacity: 0;
  -webkit-transform: translate(0, 16px);
  transform: translate(0, 16px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.in .sec02-image img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.sec02-button {
  width: 275px;
  position: absolute;
  top: 260px;
  left: 100%;
  margin-left: -18px;
  opacity: 0;
  -webkit-transform: translate(0, -8px);
  transform: translate(0, -8px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.in .sec02-button {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.sec02-button button {
  box-shadow: 8px 9px 0 rgba(11, 11, 11, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.in .sec02-button button {
  box-shadow: 8px 9px 0 rgba(11, 11, 11, 0.4);
}

@media screen and (max-width: 812px) {
  .sec02-image {
    margin-right: 0;
    width: 100%;
    float: none;
  }
  .sec02-button {
    width: 185px;
    position: absolute;
    top: auto;
    bottom: -18px;
    left: auto;
    right: 2.9850746%;
    margin-left: 0;
  }
  .sec02-button button {
    box-shadow: 4px 5px 0 rgba(11, 11, 11, 0);
  }
  .in .sec02-button button {
    box-shadow: 4px 5px 0 rgba(11, 11, 11, 0.4);
  }
}


/* Section 02 Body
---------------------------- */
.sec02-body {
  padding-top: 362px;
  margin-right: -10px;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.in .sec02-body {
  opacity: 1;
}
.sec02-text {
  margin-top: 50px;
}

@media screen and (max-width: 812px) {
  .sec02-body {
    padding-top: 66px;
    margin-right: 0;
  }
  .sec02-text {
    margin-top: 25px;
  }
}



/* ----------------------------
  Section 03
---------------------------- */
.sec03 {
  padding-top: 75px;
  padding-bottom: 60px;
  background: #313131;
}
.sec03-inner {
  margin: 0 auto;
  width: 800px;
  color: #fff;
}

@media screen and (max-width: 812px) {
  .sec03 {
    padding-top: 42px;
    padding-bottom: 50px;
  }
  .sec03-inner {
    width: 100%;
  }
}


/* Section 03 Body
---------------------------- */
.sec03-body {
  margin-top: 16px;
  letter-spacing: 0.01em;
  line-height: 1.75;
  font-size: 12px;
}
.sec03-body span:first-child {
  font-weight: bold;
  color: #9c9c9c;
}

@media screen and (max-width: 812px) {
  .sec03-body {
    padding: 0 5.3333333%;
    line-height: 1.6;
    font-size: 10px;
  }
}


/* Section 03 Info
---------------------------- */
.sec03-info {
  margin-top: 64px;
  text-align: center;
}
.sec03-info dt {
  margin-bottom: 28px;
  text-align: center;
  line-height: 1;
  font-family: "Neutraface 2 Text", sans-serif;
}
.sec03-info dt em {
  display: block;
  letter-spacing: 0.075em;
  font-size: 26px;
}
.sec03-info dt span {
  display: block;
  margin-top: 10px;
  letter-spacing: 0.01em;
  font-size: 18px;
}
.sec03-info dd {
  letter-spacing: 0.01em;
  font-size: 15px;
}

@media screen and (max-width: 812px) {
  .sec03-info {
    margin-top: 75px;
    padding: 0 5.3333333%;
  }
  .sec03-info dt em {
    font-size: 22px;
  }
  .sec03-info dt span {
    font-size: 15px;
  }
  .sec03-info dd {
    margin-bottom: 4px;
    font-size: 13px;
  }
}


/* section 03 Action
---------------------------- */
.sec03-action {
  margin-top: 30px;
  text-align: center;
}
.sec03-action-note {
  letter-spacing: 0.075em;
  color: #b5b9bc;
}
.sec03-action-button {
  margin: 14px auto 0;
  max-width: 400px;
}
.sec03-action-button a {
  display: block;
  padding: 10px 0 6px;
  border: 1px solid #fff;
  letter-spacing: 0.075em;
  font-family: "Neutraface 2 Text", sans-serif;
  font-size: 17px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sec03-action-button a:hover {
  background: #fff;
  color: #313131;
}

@media screen and (max-width: 812px) {
  .sec03-action {
    margin-top: 26px;
    padding: 0 5.3333333%;
  }
  .sec03-action-note {
    font-size: 12px;
  }
  .sec03-action-button {
    margin-top: 16px;
    max-width: 285px;
  }
  .sec03-action-button a {
    padding: 7px 0 6px;
    font-size: 15px;
  }
}


/* Section 03 Credit
---------------------------- */
.sec03-credit {
  margin-top: 46px;
  text-align: center;
  line-height: 2.7;
  font-size: 10px;
}

@media screen and (max-width: 812px) {
  .sec03-credit {
    margin-top: 48px;
    line-height: 2.1;
  }
}


/* Section 03 SNS
---------------------------- */
.sec03-sns {
  margin-top: 56px;
}

@media screen and (max-width: 812px) {
  .sec03-sns {
    margin-top: 40px;
  }
}
