.hero {
  height: 400px;
}

.hero .container {
  height: 100%;
}

.hero:before {
  content: '';
  display: block;
  width: 100%;
  height: 400px;
  background-image: url(/img/home/hero.jpg);
  background-size: cover;
  position: absolute;
}

.hero-content {
  position: relative;
  height: 100%;
}

.hero-overlay {
  position: absolute;
}

.hero-overlay-text {
  left: 95px;
  top: 80px;
}

.hero-overlay-download {
  bottom: 77px;
  left: 95px;
}

.hero-overlay-figure {
  bottom: 0;
  right: 140px;
}

.hero-heading {
  line-height: 1.4;
  border-left: 5px solid #DE0016;
  padding-left: 10px;
  font-size: 36px;
}

.hero-desc {
  margin-top: 15px;
  font-size: 16px;
}

.hero-download {
  background-image: url(/img/home/appstore.svg);
  background-size: 100%;
  width: 200px;
  height: 60px;
  display: block;
}

.hero-figure {
  width: 245px;
  height: 326px;
  display: block;
  background-image: url(/img/home/iphone-img01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}


@media screen and (max-width: 1019px) {
  .hero {
    height: 480px;
  }
  
  .hero-overlay-text {
    left: 0;
    top: 20px;
  }
  
  .hero-overlay-figure {
    bottom: 80px;
    left: 0;
    right: 0;
    margin: auto;
    width: 171px;
  }
  
  .hero-overlay-download {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
  }
  
  .hero-heading {
    font-size: 25px;
  }
  
  .hero-desc {
    margin-top: 5px;
  }
  
  .hero-figure {
    width: 171px;
    height: 228px;
  }
}


.overview {
  padding: 80px 0;
}

.overview-heading {
  font-size: 30px;
  font-weight: inherit;
  text-align: center;
}

.overview-heading img {
  vertical-align: middle;
}

.overview-logo:before {
  content: '「';
}

.overview-logo:after {
  content: '」';
}


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

.promo {
  border: 1px solid black;
  border-radius: 18px;
  box-sizing: border-box;
  width: 320px;
  padding: 20px;
  margin: 20px 0 0 20px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.promo-body {
  position: relative;
}

.promo-head {
  margin-top: 15px;
}

.promo-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.promo-copy {
  font-size: 15px;
  line-height: 1.5;
}

.promo-copy strong {
  color: #DE0016;
}

.promo-figure {
  display: block;
  width: 280px;
  height: 140px;
}


.promo-platform .promo-figure {
  background-image: url(/img/home/platform.jpg);
}

.promo-platform .promo-body {
  padding-left: 80px;
}


.promo-qol .promo-figure {
  background-image: url(/img/home/qol.jpg);
}

.promo-qol .promo-body {
  padding-left: 65px;
}

.promo-qol .promo-body .small {
  font-size: 11px;
}


.promo-kol .promo-figure {
  background-image: url(/img/home/kol.jpg);
}

.promo-kol .promo-body {
  padding-left: 65px;
}

.promo-kol .promo-body .small {
  font-size: 11px;
}


@media screen and (max-width: 1019px) {
  .overview-heading {
    font-size: 21px;
  }
  
  .promos {
    
  }
}


@media screen and (max-width: 320px) {
  .promo {
    border: none;
    padding: 0;
    width: 280px;
  }
}




.feature {
  background-color: #FAFAFA;
  padding: 40px 0 80px 0;
}

.feature-heading {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}

.feature-heading:after {
  content: '';
  display: block;
  width: 54px;
  margin: auto;
  border-top: 4px solid #DE0016;
}

.feature-sub-heading {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
}

.switch {
  width: 223px;
  height: 447px;
  position: relative;
}

.switch-background {
  width: 223px;
  height: 447px;
  background-image: url(/img/home/iphone.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.switch-screen {
  width: 182px;
  height: 324px;
  left: 19px;
  top: 54px;
  position: absolute;
  z-index: 2;
  border: 1px solid #CCC;
}

.switch-screen-inner {
  overflow: hidden;
  width: 182px;
  height: 324px;
  position: relative;
}

.switch-stage {
  width: 182px;
  height: 324px;
  background-size: 100%;
  position: absolute;
  left: 0;
}

.switch-stage-1 {
  background-image: url(/img/home/per.jpg);
}

.switch-stage-2 {
  background-image: url(/img/home/pro.jpg);
}

.switch-focus {
  border: 2px solid #de0716;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  right: 2px;
  top: 3px;
  transform: scale(0, 0);
}


.feature-box {
  overflow: hidden;
  width: 600px;
  margin: 0 auto;
}

.feature-layout-left {
  float: left;
  margin-top: 50px;
}

.feature-layout-right {
  float: right;
  margin-top: 50px;
}

.pickups {
  margin-top: -30px;
}

.pickup {
  width: 300px;
  padding: 20px 15px;
  border: 1px solid #999;
  border-radius: 10px;
  text-align: center;
  height: 200px;
  box-sizing: border-box;
  background-color: white;
  margin: 30px auto 0 auto;
}

.pickup-heading {
  font-size: 25px;
  font-weight: normal;
  line-height: 1.5;
}

.pickup-sub-heading {
  line-height: 1.3;
}

.pickup-text {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.6;
}


@media screen and (max-width: 1019px) {
  .feature-heading {
    font-size: 22px;
  }
}

@media screen and (max-width: 659px) {
  .feature-box {
    width: auto;
    margin: auto;
  }
  
  .feature-layout-left {
    float: none;
    margin-top: 30px;
  }
  
  .feature-layout-right {
    float: none;
    margin-top: 70px;
  }
  
  .switch {
    margin: auto;
  }
}




.dump {
  background-color: #f0f3f1;
  background-image: url(/img/home/end.jpg);
  background-size: auto 100%;
  background-position: center center;
  height: 620px;
  padding: 90px 0;
  box-sizing: border-box;
}

.dump-heading {
  font-size: 30px;
  color: #4D4D4D;
  font-weight: normal;
  text-align: center;
}

.dump-heading .small {
  font-size: 20px;
}

.dump-copy {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}

.dump-logo {
  display: block;
  margin: 20px auto 0 auto;
}

.dump-download {
  display: block;
  margin: 30px auto 0 auto;
}

.dump-download {
  background-image: url(/img/home/appstore.svg);
  background-size: 100%;
  width: 200px;
  height: 60px;
  display: block;
}


@media screen and (max-width: 1019px) {
  .dump-heading {
    font-size: 22px;
  }
}