@charset "utf-8";

/*
  File Name   : ransomware.css
  Description : ランサムウェア
*/


/*
----------------------------------------------------------- */
/* index
----------------------------------------------------------- */
.sec-intro {
  margin: 0 0 30px;
  padding: 30px 15px 0;
}

.sec-intro__catch {
  margin: 0 0 20px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.sec-intro__img {
  position: relative;
  top: -50px;
  margin: 0 0 20px;
  text-align: center;
  opacity: 0;
}

.sec-intro__img img {
  width: 293px;
}

.sec-intro__ttl {
  position: relative;
  top: -50px;
  margin: 0 0 15px;
  text-align: center;
  opacity: 0;
}

.sec-intro__ttl img {
  width: 228px;
}

.sec-intro__txt {
  margin: 0 0 20px;
  color: #fff;
  opacity: 0;
}

.sec-intro__btn {
  text-align: center;
  opacity: 0;
}

.sec-intro__btn img {
  width: 230px;
}


/*
----------------------------------------------------------- */
/* app
----------------------------------------------------------- */
.sec-app {
  background: #fff;
}

.sec-app__inner {
  padding: 15px;
}

.sec-app__ttl {
  height: 60px;
  line-height: 1.3;
  margin: 0 0 15px;
  padding: 10px 0 0 65px;
  font-size: 15px;
  background: url(/jp/forHome/media/mobilesecurity/tmvr/sim/images/ransomware/img-app-01.png) no-repeat 0 0;
  background-size: 59px auto;
  box-sizing: border-box;
}

.sec-app__ttl span {
  font-size: 12px;
}

.sec-app__txt {
  margin: 0 0 15px;
}

.sec-app__img {
  margin: 0 0 15px;
  text-align: center;
}

.sec-app__img img {
  width: 250px;
}

.sec-app__link {
  padding: 0 0 0 17px;
  background: url(/jp/forHome/media/mobilesecurity/tmvr/sim/images/ransomware/img-app-07.png) no-repeat 0 5px;
  background-size: 12px auto;
}

.app-footer {
  border-bottom: 1px solid #fff;
  background: #231815;
}

.app-footer-list {
  display: flex;
  padding: 5px 15px;
  justify-content: space-around;
}

.app-footer-list__item {
  text-align: center;
}

.app-footer-list__item img {
  width: 27px;
}

.games-ttl {
  position: relative;
  padding: 5px;
  text-align: center;
  background: #231815;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

.games-ttl img:first-child {
  width: 140px;
}

.games-ttl img:last-child {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 26px;
}

.sec-install1 {
  padding: 15px;
  background: #fff;
}

.sec-install1__img {
  width: 210px;
  margin: 0 auto 15px;
}

.sec-install1__ttl {
  width: 208px;
  margin: 0 auto 30px;
}

.sec-install1__btn {
  width: 230px;
  margin: 0 auto 30px;
}

.sec-install1__star {
  margin: 0 -15px 10px;
  padding: 5px 15px;
  border-top: 1px solid #c9caca;
  border-bottom: 1px solid #c9caca;
  text-align: center;
}

.sec-install1__star img {
  width: 192px;
}

.sec-install1__notes {
  font-size: 6px;
}

.sec-install2 {
  padding: 15px;
  background: #fff;
}

.sec-install2__ttl {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #231815;
}

.sec-install2__ttl img {
  width: 230px;
}

.sec-install2__txt {
  margin: 0 0 10px;
}

.sec-install2__img {
  margin: 0 0 20px;
}

.sec-install2__img img {
  width: 240px;
}

.sec-install2__btn {
  display: flex;
  margin: 0 0 10px;
  justify-content: space-between;
}

.sec-install2__btn li {
  width: 49%;
}

.install-bar {
  display: none;
  position: absolute;
  top: 46px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
}

.install-bar__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 230px;
  margin: -23px 0 0;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, .5);
  background: -moz-linear-gradient(top, #efefef 0%, #c9caca 25%, #c9caca 25%);
  background: -webkit-linear-gradient(top, #efefef 0%,#c9caca 25%,#c9caca 25%);
  background: linear-gradient(to bottom, #efefef 0%,#c9caca 25%,#c9caca 25%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.install-bar__inner--install {
  display: none;
}

.install-bar__inner--complete {
  display: none;
}

.install-bar__bar {
  position: relative;
  width: 100%;
  height: 20px;
  margin: 0 0 10px;
  background: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, .3);
}

.install-bar__bar span {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: -moz-linear-gradient(top, #7dc5ed 0%, #4a94bb 50%); 
  background: -webkit-linear-gradient(top, #7dc5ed 0%,#4a94bb 50%);
  background: linear-gradient(to bottom, #7dc5ed 0%,#4a94bb 50%);
}

.install-bar__inner--loading span {
  background: -moz-linear-gradient(top, #f4a470 0%, #bc4200 50%); 
  background: -webkit-linear-gradient(top, #f4a470 0%,#bc4200 50%);
  background: linear-gradient(to bottom, #f4a470 0%,#bc4200 50%);
}

.install-bar__inner--complete a {
  display: inline-block;
  margin: 5px 0 0;
}

.install-bar__inner--complete img {
  width: 112px;
}


/*
----------------------------------------------------------- */
/* lock
----------------------------------------------------------- */
.sec-lock {
  width: 100%;
  margin: 0;
  text-align: center;
  -webkit-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
}

.sec-lock * {
  -webkit-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
}

.sec-lock.is-shrinking {
  width: 60%;
  margin: 25px auto 20px;
}

.sec-lock img {
  width: 287px;
  vertical-align: top;
}

.sec-lock.is-shrinking img {
  width: 80%;
}

.sec-lock__ttl {
  line-height: 1;
  padding: 25px 0 20px;
  background: -moz-linear-gradient(top, #e95377 0%, #e6012e 100%);
  background: -webkit-linear-gradient(top, #e95377 0%,#e6012e 100%);
  background: linear-gradient(to bottom, #e95377 0%,#e6012e 100%);
}

.is-shrinking .sec-lock__ttl {
  padding: 15px 0 10px;
}

.sec-lock__pay {
  line-height: 1;
  padding: 15px 0;
  background: #003848;
}

.is-shrinking .sec-lock__pay {
  padding: 10px 0;
}

.sec-lock__remaining {
  line-height: 1;
  padding: 20px 0;
  background: #3E3A39;
}

.is-shrinking .sec-lock__remaining {
  padding: 10px 0;
}

.sec-lock__countdown {
  line-height: 1.2;
  padding: 20px 0;
  color: #fff;
  font-size: 50px;
  background: #292526;
  -webkit-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
}

.is-shrinking .sec-lock__countdown {
  padding: 10px 0;
  font-size: 30px;
}

.sec-lock__delete {
  line-height: 1;
  padding: 20px 0;
  background: #3E3A39;
}

.is-shrinking .sec-lock__delete {
  padding: 10px 0;
}

.sec-lock__database {
  line-height: 1;
  padding: 20px 0;
  background: -moz-linear-gradient(top, #e6002d 0%, #b6001f 100%);
  background: -webkit-linear-gradient(top, #e6002d 0%,#b6001f 100%);
  background: linear-gradient(to bottom, #e6002d 0%,#b6001f 100%);
}

.is-shrinking .sec-lock__database {
  padding: 10px 0;
}

.restore {
  display: none;
  position: absolute;
  top: 46px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
}

.restore__intro {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 210px;
  margin: -23px 0 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.restore-try {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -23px 0 0;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.restore-try__attention {
  margin: 0 0 20px;
}

.restore-try__attention img {
  width: 252px;
}

.restore-try-list {
  width: 252px;
  margin: 0 auto;
  padding: 15px 0 1px;
  border-radius: 5px;
  background: #fff;
}

.restore-try-list__item {
  position: relative;
  width: 210px;
  height: 64px;
  margin: 0 auto 15px;
}

.restore-try-list__item.is-already {
  opacity: .5;
}

.restore-try-list__item.is-already:before,
.restore-try-list__item.is-already:after {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  content: "";
  display: block;
  border-top: 2px solid #C00;
}

.restore-try-list__item.is-already:before {
  transform: skewY(-15deg);
}
 
.restore-try-list__item.is-already:after {
  transform: skewY(15deg);
}

.restore-try-list__item img {
  width: 210px;
}

.restore-btn {
  display: none;
  margin: 10px 0 20px;
}

.restore-btn p {
  opacity: 0;
  margin: 0 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.restore-btn img {
  width: 230px;
}


/*
----------------------------------------------------------- */
/* why
----------------------------------------------------------- */
.sec-why {
  margin: 0 0 30px;
  padding: 30px 15px 0;
}

.sec-why__img {
  margin: 0 0 20px;
  text-align: center;
}

.sec-why__img img {
  width: 293px;
}

.sec-why__txt {
  margin: 0 0 20px;
  color: #fff;
}

.sec-why-lesson {
  margin: 0 0 20px;
  text-align: center;
}

.sec-why-lesson__label {
  padding: 3px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 10px;
  background: #231815;
}

.sec-why-lesson__txt {
  line-height: 1.5;
  padding: 5px 15px;
  color: #231815;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
}

.sec-why__btn {
  text-align: center;
}

.sec-why__btn img {
  width: 230px;
}


/*
----------------------------------------------------------- */
/* howto
----------------------------------------------------------- */
.sec-howto {
  margin: 0 0 30px;
  padding: 30px 15px 0;
}

.sec-howto__ttl {
  margin: 0 0 20px;
  text-align: center;
}

.sec-howto__ttl img {
  width: 309px;
}

.sec-howto-list {
  margin: 0 0 20px;
  padding: 15px;
  background: #fff;
}

.sec-howto-list__label {
  display: table;
  margin: 0 0 10px;
}

.sec-howto-list__label span {
  display: table-cell;
}

.sec-howto-list__label span:first-child {
  width: 40px;
  vertical-align: top;
}

.sec-howto-list__label span:last-child {
  line-height: 1.3;
  vertical-align: middle;
  padding: 0 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.sec-howto-list__txt {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #231815;
  font-size: 14px;
}

.sec-howto-list__txt:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.sec-howto-app__ttl {
  margin: 0 0 20px;
  text-align: center;
}

.sec-howto-app__ttl img {
  width: 270px;
}

.sec-howto-app__inner {
  margin: 0 0 15px;
  padding: 15px;
  background: #fff;
}

.sec-howto-app__vb {
  margin: 0 0 15px;
}

.sec-howto-app__vb dt {
  margin: 0 0 15px;
}

.sec-howto-app__vb dd img {
  float: left;
  width: 48px;
  margin: 0 10px 0 0;
  border-radius: 4px;
}

.sec-howto-app__install dt {
  position: relative;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
}

.sec-howto-app__install dt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  border-top: 1px solid #999;
}

.sec-howto-app__install dt span {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 0;
  background: #fff;
}

.sec-howto-app__install ul {
  display: flex;
  justify-content: space-between;
}

.sec-howto-app__install li {
  width: 48%;
  text-align: center;
}

.sec-howto-app__install li a {
  display: block;
  margin: 5px 0 0;
}

.box-fb {
  margin: 0 0 20px;
  text-align: center;
}

.sec-howto__btn {
  width: 248px;
  margin: 0 auto 20px;
  text-align: center;
}

.sec-howto__btn a {
  display: inline-block;
  margin: 0 5px;
}

.sec-howto__btn img {
  height: 51px;
}

.sec-howto__app {
  text-align: center;
}

.sec-howto__app a {
  display: inline-block;
  margin: 0 5px;
}

.sec-howto__app img {
  height: 40px;
}

.sec-howto__staff {
  line-height: 1.5;
  margin: 0 0 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.sec-howto__staff span {
  font-size: 16px;
}