@font-face {
  font-family: "icon";
  src: url("/assets/font/icon.eot");
  src: url("/assets/font/icon.eot?#iefix") format("eot"), url("/assets/font/icon.woff") format("woff"), url("/assets/font/icon.ttf") format("truetype"), url("/assets/font/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.target li::before, .power li.power_child-care::before, .power li.power_cloud-queue::before, .power li.power_domain::before, .power li.power_free::before, .power li.power_phone-iphone::before, .power li.power_phonelink::before {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.target li::before {
  content: "\F510";
  line-height: 100%;
  pointer-events: none;
}

.power li.power_child-care::before {
  content: "\F512";
  line-height: 100%;
  pointer-events: none;
}

.power li.power_cloud-queue::before {
  content: "\F514";
  line-height: 100%;
  pointer-events: none;
}

.power li.power_domain::before {
  content: "\F51D";
  line-height: 100%;
  pointer-events: none;
}

.power li.power_free::before {
  content: "\F525";
  line-height: 100%;
  pointer-events: none;
}

.power li.power_phone-iphone::before {
  content: "\F53F";
  line-height: 100%;
  pointer-events: none;
}

.power li.power_phonelink::before {
  content: "\F541";
  line-height: 100%;
  pointer-events: none;
}

body {
  background-color: #000;
  color: #fff;
}

.header {
  padding-bottom: 0;
  position: absolute;
  z-index: 1;
}

.cover {
  position: relative;
  overflow: hidden;
  height: 580px;
  background: url(/assets/mov/full/home.mp4.sp.jpg) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cover_bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3000px;
  height: 3000px;
}

.cover_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.cover_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

.cover_hd {
  margin: 50px 0 20px;
  font-size: 30px;
  font-weight: normal;
}

.cover p {
  font-size: 14px;
}

.cover .btn {
  margin-top: 25px;
  width: 350px;
}

.block {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  font-size: 14px;
}

.block, .block a {
  color: #fff;
}

.block-bk, .block-bk a {
  color: #000;
}

.block_hd {
  margin-bottom: 70px;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  position: relative;
  z-index: 1;
}

.block_hd small {
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
}

.box {
  margin: 0 auto;
  width: 940px;
  position: relative;
}

.box_box {
  margin: 0 auto;
  position: relative;
  width: 600px;
}

.info li:nth-child(n+2) {
  margin-top: 30px;
}

.info time {
  margin-bottom: 10px;
  display: block;
}

.info time::before {
  content: "[";
}

.info time::after {
  content: "]";
}

.notice {
  background-color: #333;
}

.notice svg {
  width: 200px;
  height: 200px;
  fill: #000;
  position: absolute;
  left: 35px;
}

.target {
  background-color: #4caf50;
}

.target svg {
  width: 350px;
  height: 350px;
  fill: #419544;
  position: absolute;
  right: -50px;
  bottom: -160px;
}

.target .list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.target li {
  padding: 15px 0 0 115px;
  width: 47%;
  min-height: 100px;
  position: relative;
}

.target li:nth-child(n+3) {
  margin-top: 35px;
}

.target li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 100px;
  color: #a6d7a8;
}

.power {
  background-color: #00bcd4;
}

.power svg {
  margin: auto;
  width: 500px;
  height: 500px;
  fill: #00a0b4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.power .list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.power li {
  width: 300px;
  text-align: center;
}

.power li:nth-child(n+4) {
  margin-top: 125px;
}

.power li::before {
  font-size: 70px;
}

.power h3 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: normal;
}

.power p {
  margin-top: 10px;
  text-align: left;
}

.sample {
  background-color: #ff9800;
}

.sample .computer {
  width: 400px;
  height: 400px;
  fill: #bf7200;
  position: absolute;
  right: 170px;
  top: -200px;
}

.sample .phone {
  width: 250px;
  height: 250px;
  fill: #bf7200;
  position: absolute;
  right: -50px;
  top: -105px;
}

.sample .list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sample li {
  width: 300px;
}

.sample li:nth-child(n+4) {
  margin-top: 25px;
}

.sample img {
  vertical-align: bottom;
}

.price {
  background-color: #f06191;
  text-align: center;
}

.price svg {
  width: 400px;
  height: 400px;
  fill: #b75a79;
  position: absolute;
  left: -20px;
  bottom: -40px;
}

.price_box {
  margin: 60px auto 0;
  padding: 120px 0;
  width: 460px;
  text-align: center;
  border: 1px solid #fff;
  border-left: 0;
  border-right: 0;
}

.price_box p {
  margin-top: 15px;
}

.price_box p:first-child {
  margin-top: 0;
  margin-bottom: 15px;
}

.price strong {
  margin-right: 10px;
  font-size: 30px;
  font-weight: normal;
}

.price .btn {
  margin-top: 60px;
  width: 350px;
}

.price .btn:last-child {
  margin-top: 30px;
}

.news {
  background-color: #e5e5e5;
}

.news svg {
  margin: auto;
  width: 430px;
  height: 430px;
  fill: #cecece;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -110px;
}

.media {
  background-color: #fff;
}

.media .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.media li {
  margin-right: 20px;
}

.media li:nth-child(4n) {
  margin-right: 0;
}

.media img {
  vertical-align: bottom;
}

.sns {
  padding-top: 0;
  background-color: #fff;
}

.sns .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sns_pane {
  width: 460px;
  height: 600px;
}

@media (max-width: 600px) {
  .cover {
    display: block;
  }
  .cover_bg {
    display: none;
  }
  .cover_box {
    padding: 220px 10px 0 10px;
  }
  .cover_hd {
    margin-top: 0;
  }
  .cover .btn {
    width: 100%;
  }
  .block {
    padding: 40px 0;
  }
  .block_hd {
    margin-bottom: 30px;
  }
  .block .list {
    display: block;
  }
  .block .list li {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .block svg {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .box, .box_box {
    width: 100%;
  }
  .target li {
    padding: 10px 0 0 80px;
    min-height: 70px;
  }
  .target li::before {
    font-size: 70px;
  }
  .power svg {
    width: 360px;
    height: 360px;
  }
  .sample svg {
    top: -200px;
    bottom: auto;
    left: auto;
    right: 170px;
  }
  .sample .list {
    text-align: center;
  }
  .price svg {
    width: 350px;
    height: 350px;
  }
  .price_box {
    margin: 30px auto 0;
    padding: 50px 0;
    width: auto;
  }
  .price .btn {
    margin-top: 40px;
    width: 100%;
  }
  .news svg {
    width: 350px;
    height: 350px;
  }
  .media .list {
    text-align: center;
  }
  .media .list li {
    margin-top: 0;
  }
  .media img {
    width: 176px;
  }
  .sns .box {
    display: block;
  }
  .sns_pane {
    width: 100%;
  }
  .sns_pane:nth-child(n+2) {
    margin-top: 20px;
  }
}
