@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

.panel {
  vertical-align: top;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: sans-serif;
}

img {
  height: auto;
  line-height: 0;
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

.container {
  margin: 0 auto;
  max-width: 1024px;
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 10px;
  }
}

.header {
  padding: 2% 0 0;
}

.header h1 {
  width: 50%;
  margin: 0 auto 3%;
}

.keyvisual {
  height: 0;
  padding-top: 39%;
  position: relative;
  text-align: center;
  background: url('../images/key-back.jpg') 0 bottom no-repeat;
  background-size: 100%;
}

.keyvisual img {
  left: 32em;
  right: 0;
  top: 3rem;
  width: 50vw;
  margin: auto;
  position: absolute;
}

@media screen and (max-width: 640px) {
  .keyvisual img {
    width: 90vw;
    left: 0;
    right: 0;

  }
}

.catch_copy {
  padding: 1rem 0;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  background-color: #e4e4e4;
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6", sans-serif;
}

.catch_copy .period {
  font-size: 4.5rem;
}

.catch_copy .free {
  color: red;
  font-size: 6rem;
}


@media screen and (max-width: 768px) {
  .catch_copy .target,
  .catch_copy .possible {
    display: block;
  }

  .catch_copy .free {
    line-height: 1;
  }

}

h2 {
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
  background: #b10304;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6", sans-serif;
}

.points > h2 {
  margin-top: 0;
  padding: 1rem 0;
}

h3 {
  font-size: 5rem;
  text-align: center;
}

.contents {
  padding: 0 0 10rem;
}

.content {
  color: #b10304;
  font-size: 4rem;
}

.content .number {
  font-size: 5rem;
  margin-right: 1rem;
  vertical-align: middle;
}

.content .sub {
  color: #000;
  font-size: 1.6rem;
  margin: 0 0 0 6rem;
  font-weight: normal;
}

.content .point {
  padding: 3rem 0;
  line-height: 1.2;
  font-weight: bold;
  background-size: 7%;
  background-repeat: no-repeat;
  border-bottom: 1px dashed #000;
  background-position: right center;
}

.content .point:last-child {
  border: none;
  padding-bottom: 0;
}

.points .point:last-child {
  margin: 3rem 0 0;
}

.content .time {
  background-image: url("../images/time.png");
}

.content .browser {
  background-image: url("../images/browser.png");
}

.content .backnumber {
  background-image: url("../images/backnumber.png");
}

.content .search {
  background-size: 10%;
  background-image: url("../images/search.png");
}

.content .device {
  background-size: 10%;
  background-image: url("../images/device.png");
}

.content .app {
  background-size: 8%;
  background-image: url("../images/app.png");
}

.content .wall {
  background-size: 10%;
  background-image: url("../images/wall.gif");
}

@media screen and (max-width: 640px) {
  .content .point {
    background: none;
  }

  .content .sub {
    margin-top: 1rem;
  }
}

.movie {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 56.25%;
}

.movie iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.entry {
  margin: 5rem auto 0;
  text-align: center;
}

.entry a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  .entry img {
    margin-top: 1rem;
  }
}

.about {
  background-size: 30%;
  background-color: #f7f6f5;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url("../images/back_ipad.png");
}

.about .img {
  width: 20%;
}

.about .text {
  width: 60%;
  color: #000;
  font-size: 2rem;
}

.about .content {
  padding: 3% 0 0;
}

@media screen and (max-width: 640px) {
  .about .text {
    width: 75%;
  }
}

@media screen and (max-width: 475px) {
  .about .img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }

  .about .text {
    width: 100%;
    margin-top: 1em;
  }
}


@media screen and (max-width: 640px) {
  .about {
    background-image: none;
  }

  .about p {
    width: 100%;
  }
}

.introductions {
  text-align: center;
}

.introductions h3 {
  padding: 8rem 0 5rem;
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: left bottom, right top;
  background-image: url("../images/paper01.png"),
                    url("../images/paper02.png");
}

@media screen and (max-width: 640px) {
  .introductions h3 {
    padding: 5rem 0 5rem;
  }
}

.introductions .title {
  font-size: 3.5rem;
  margin: 3rem 0 2rem;
  background: #b10304;
}

.introductions .introduction {
  color: #fff;
  margin: 0 3rem;
  line-height: 1.4;
  font-size: 2.4rem;
  padding: 0 5rem 5rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url("../images/background-paper.png");
}


@media screen and (max-width: 640px) {
  .introductions .introduction {
    margin: 0;
    width: 100%;
    padding: 0 0 5rem;
  }
}

.introductions .introduction img {
  width: 90%;
}

@media screen and (max-width: 640px) {
.introductions .introduction img {
    width: 70%;
  }
}

.introductions .strongpoint {
  margin: 5rem 0 0;
  font-weight: bold;
  text-align: left;
}

.newspapers .newspaper {
  width: 48%;
  margin-left: 4%;
}

.newspapers .newspaper:last-child {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  .newspapers .newspaper {
    width: 100%;
    margin: 0 0 5%;
  }

  .newspapers .newspaper > img {
    width: 40%;
    float: left;
    margin-right: 20px;
  }
}

table {
  width: 100%;
  margin: 5rem 0 0;
  border-spacing: 0;
  border-collapse: collapse;
}

table#requirement {
  font-size: 122%;
  line-height: 1.4;
  text-align: center;
  border-top: #999 1px solid;
  border-left: #999 1px solid;
}

table#requirement th {
  font-weight: bold;
  padding: 10px 5px;
  vertical-align: middle;
  border-right: #999 1px solid;
  border-bottom: #999 1px solid;
}

table#requirement th.pc {
  color: #fff;
  width: 21%;
  background-color: #b10304;
}

table#requirement th.os {
  background-color: #ebebeb;
  color: #333;
}

table#requirement td {
  padding: 10px 5px;
  vertical-align: middle;
  border-right: #999 1px solid;
  border-bottom: #999 1px solid;
}

ul.chu {
  font-size: 85%;
  line-height: 1.4;
  margin-top: 10px;
  text-align: left;
  margin-left: 2.2em;
}

ul.chu li {
  text-indent: -2em;
}

table.price {
  font-size: 122%;
  line-height: 1.4;
  text-align: center;
  border-top: #b10304 1px solid;
  border-left: #b10304 1px solid;
}

table.price th {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 10px 5px;
  background: #b10304;
  vertical-align: middle;
  border-right: #b10304 1px solid;
  border-bottom: #b10304 1px solid;
}

table.price th:nth-of-type(1) {
  border-right: #fff 1px solid;
}

table.price td {
  font-size: 2.2rem;
  text-align: center;
  vertical-align: middle;
  padding: 10px 5px 10px 5%;
  border-right: #b10304 1px solid;
  border-bottom: #b10304 1px solid;
}

@media screen and (max-width: 640px) {
  table.price td {
    padding: 10px 5px;
  }
}

table.use {
  font-size: 122%;
  line-height: 1.4;
  text-align: center;
  border-top: #b10304 1px solid;
  border-left: #b10304 1px solid;
}

table.use th {
  color: #000;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 10px 5px;
  vertical-align: middle;
  border-right: #b10304 1px solid;
  border-bottom: #b10304 1px solid;
}

table.use .conditions {
  border-bottom: #fff 1px solid;
}

table.use th:nth-of-type(2),
table.use td:nth-of-type(2) {
  color: #fff;
  background: #b10304;
}

table.use .perspective {
  border-bottom: #b10304 1px solid;
}

table.use th:nth-of-type(3) {
  border-right: #b10304 1px solid;
}

table.use td {
  padding: 10px 5px;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
  border-right: #b10304 1px solid;
  border-bottom: #b10304 1px solid;
}

.footer {
  background: #f1f1f1;
}

.footer .container {
  padding: 2% 0 1%;
  position: relative;
  text-align: center;
}

.footer .page_top {
  right: 0;
  bottom: 0;
  position: absolute;
}

.view {
  opacity: 0;
  transition: 0.7s;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}

.inview {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}


.container.entry a:first-child {
  margin-right:0.5em;
}

.container.entry a:nth-of-type(3) {
  margin-left:0.5em;
}

@media screen and (max-width: 768px) {
  .container.entry {
    font-size: 1rem;
  }

  .container.entry a:nth-of-type(3) {
    margin: 1em 0 0;
  }

  .container.entry a {
    width: 45%;
  }

  .container.entry-small a {
    width: auto;
  }

}

@media screen and (max-width: 640px) {
  .contents {
    padding-bottom:15%;
  }

  .container.entry {
    margin-top: 5%;
  }
}

@media screen and (max-width: 475px) {
  .container.entry a {
    width: 75%;
  }
}
