@charset "utf-8";

/*
  File Name   : top.css
  Description : トップページ
*/


body {
  line-height: 1.8;
  color: #333;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.header__logo {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 100;
}

.header__logo img {
  width: 88px;
}

.kv {
  position: relative;
  height: 50vh;
  background: url(/jp/forHome/media/mobilesecurity/spsimulation/images/pc-top/bg-01.png) no-repeat 50% 50%;
  background-size: cover;
}

.kv__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 700px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.kv__ttl {
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.kv__ttl span {
  display: block;
  opacity: 0;
}

.kv__ttl span:nth-child(1) {
  height: 18px;
  margin: 0 0 24px;
}

.kv__ttl span:nth-child(2) {
  margin: 0 0 15px;
}

.kv__ttl img {
  vertical-align: top;
}

.kv__img {
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 327px;
  text-align: center;
}

.kv__img img {
  opacity: 0;
}

.kv__img > img:nth-child(1) {
  position: absolute;
  top: -120px;
  right: -500px;
}

.kv__img > img:nth-child(2) {
  position: absolute;
  top: -120px;
  left: -500px;
}

.kv__img > img:nth-child(3) {
  position: absolute;
  top: -20px;
  left: -500px;
}

.kv__img > img:nth-child(4) {
  position: absolute;
  top: 30px;
  right: -500px;
}

.kv__img span {
  position: relative;
  opacity: 0;
  z-index: 10;
}

.intro {
  position: relative;
  width: 700px;
  margin: -40px auto 40px;
}

.intro-txt__label {
  position: relative;
  width: 350px;
  line-height: 1.4;
  margin: 0 0 15px;
  padding: 10px 0 10px 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 3px;
  background: #f29600;
  opacity: 0;
}

.intro-txt__label:after {
  content: "";
  display: block;
  position: absolute;
  left: 90px;
  bottom: -14px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 7px solid #f29600;
}

.intro-txt__label span {
  font-size: 22px;
}

.intro-txt__contents {
  margin: 0 120px 0 0;
  background: url(/jp/forHome/media/mobilesecurity/spsimulation/images/pc-top/bg-02.png) no-repeat 100% 100%;
  opacity: 0;
}

.intro-txt__contents b {
  color: #d7000f;
  font-size: 17px;
}

.intro-txt__qr {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.btn-passwd {
  margin: 0 0 40px;
  text-align: center;
}

.btn-passwd a:hover {
  opacity: .8;
}

.btn-passwd img {
  width: 600px;
}

.footer {
  padding: 10px 15px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  background: #231815;
}