.maincontents {
  padding-top: 0; }
  @media only screen and (min-width: 980px) {
    .maincontents {
      padding-bottom: 120px; } }
  @media only screen and (max-width: 979px) {
    .maincontents {
      padding-bottom: 60px; } }

.block-maintitle {
  text-align: center; }
  @media only screen and (min-width: 980px) {
    .block-maintitle {
      padding-top: 48px;
      padding-bottom: 52px;
      border-top: 5px solid #d71b10;
      border-bottom: 1px solid #e6e4dc;
      -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 1px;
      -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 1px;
      box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 1px; } }
  @media only screen and (max-width: 979px) {
    .block-maintitle {
      padding-top: 24px;
      padding-bottom: 24px;
      border-top: 4px solid #d71b10;
      border-bottom: 1px solid #e6e4dc;
      -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 1px;
      -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 1px;
      box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 1px; } }
  .block-maintitle .title {
    display: inline-block;
    color: #d71b10;
    font-weight: bold; }
    @media only screen and (min-width: 980px) {
      .block-maintitle .title {
        font-size: 37px;
        line-height: 47px;
        letter-spacing: 4px; } }
    @media only screen and (max-width: 979px) {
      .block-maintitle .title {
        font-size: 21px;
        line-height: 28px; } }
  @media only screen and (min-width: 980px) {
    .block-maintitle .logo {
      width: 160px;
      margin-right: 13px;
      vertical-align: -10px; } }
  @media only screen and (max-width: 979px) {
    .block-maintitle .logo {
      width: 92px;
      margin-right: 9px;
      vertical-align: -7px; } }

.block-store {}
.block-store .block-inner {
  border: 3px solid #575a5f;
  margin: 0 auto;
}
.block-store .title {
  background-color: #fafaf1;
  font-weight: bold;
  text-align: center;
}
.block-store .lead {
  text-align: center;
}
.block-store .lead a {
  color: #333;
  text-decoration: none;
}
.block-store .lead a:hover {
  color: #d71b10;
}
.block-store .apps {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.block-store .apps-inner {
  flex-grow: 1;
}
.block-store .apps-title {
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.block-store .apps-link {
  display: flex;
  justify-content: center;
}
.block-store .note {
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (min-width: 980px) {
  .block-store {
    padding-top: 103px;
  }
  .block-store .block-inner {
    width: 980px;
  }
  .block-store .title {
    font-size: 22px;
    letter-spacing: 6px;
    line-height: 40px;
    padding: 30px 0;
  }
  .block-store .wrapper {
    align-items: center;
    display: flex;
  }
  .block-store .content {
    flex-grow: 1;
    padding: 25px 40px;
  }
  .block-store .figure img {
    width: 300px;
  }
  .block-store .lead {
    font-size: 18px;
  }
  .block-store .apps {
    margin-top: 20px;
    width: max-content;
  }
  .block-store .apps-icon {
    margin-right: 40px;
  }
  .block-store .apps-icon img {
    width: 80px;
  }
  .block-store .apps-inner {
  }
  .block-store .apps-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .block-store .apps-link {
  }
  .block-store .apps-link li + li {
    margin-left: 20px;
  }
  .block-store .apps-link img {
    width: 140px;
  }
  .block-store .note {
    font-size: 13px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 979px) {
  .block-store {
    margin: 0 auto;
    max-width: 600px;
    padding-top: 46px;
  }
  .block-store .block-inner {
    margin: 0 25px;
  }
  .block-store .title {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 2;
    padding: 15px;
  }
  .block-store .wrapper {
  }
  .block-store .content {
    padding: 20px 15px;
  }
  .block-store .lead {
    font-size: 13px;
  }
  .block-store .apps {
    margin-top: 20px;
  }
  .block-store .apps-icon {
    margin-right: 20px;
  }
  .block-store .apps-icon img {
    width: 100%;
  }
  .block-store .apps-title {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .block-store .apps-link li + li {
    margin-left: 15px;
  }
  .block-store .apps-link img {
    width: 100%;
  }
  .block-store .note {
    font-size: 10px;
    margin-top: 30px;
  }
}

.block-introduction {
  text-align: center; }
  @media only screen and (min-width: 980px) {
    .block-introduction {
      padding-top: 103px; } }
  @media only screen and (max-width: 979px) {
    .block-introduction {
      padding-top: 46px; } }
  @media only screen and (min-width: 980px) {
    .block-introduction .block-inner {
      width: 980px;
      margin: 0 auto; } }
  .block-introduction .catch {
    font-weight: bold; }
    @media only screen and (min-width: 980px) {
      .block-introduction .catch {
        font-size: 45px;
        line-height: 75px;
        letter-spacing: 8px; } }
    @media only screen and (max-width: 979px) {
      .block-introduction .catch {
        font-size: 24px;
        line-height: 38px;
        letter-spacing: 4px; } }
  @media only screen and (min-width: 980px) {
    .block-introduction .outline {
      margin-top: 50px;
      font-size: 18px;
      line-height: 42px;
      letter-spacing: 2px; } }
  @media only screen and (max-width: 979px) {
    .block-introduction .outline {
      margin: 27px 25px 0 25px;
      font-size: 12px;
      line-height: 24px; } }
  @media only screen and (min-width: 980px) {
    .block-introduction ul.list-2 {
      width: 490px;
      margin: 90px auto 0 auto; }
      .block-introduction ul.list-2 li {
        width: 50%; } }

@media only screen and (max-width: 979px) and (max-width: 979px) {
  .block-introduction ul.list-2 li.item01, .block-introduction ul.list-2 li.item02 {
    border-bottom: none; } }
  .block-introduction .list {
    display: block;
    position: relative;
    overflow: hidden;
    *zoom: 1; }
    @media only screen and (min-width: 980px) {
      .block-introduction .list {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-top: 90px;
        border-right: 1px dashed #bcb9b2; } }
    @media only screen and (max-width: 979px) {
      .block-introduction .list {
        max-width: 325px;
        margin: 35px auto 0 auto; } }
    .block-introduction .list li {
      float: left; }
      @media only screen and (min-width: 980px) {
        .block-introduction .list li {
          width: 25%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-left: 1px dashed #bcb9b2; } }
      @media only screen and (max-width: 979px) {
        .block-introduction .list li {
          width: 50%;
          max-width: 50%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding-bottom: 9px; } }
    @media only screen and (min-width: 980px) {
      .block-introduction .list .image {
        width: 107px; } }
    @media only screen and (max-width: 979px) {
      .block-introduction .list .image {
        width: 90px; } }
    .block-introduction .list .label {
      display: block;
      font-weight: bold; }
      @media only screen and (min-width: 980px) {
        .block-introduction .list .label {
          margin-top: 10px;
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 4px; } }
      @media only screen and (max-width: 979px) {
        .block-introduction .list .label {
          font-size: 12px;
          line-height: 24px; } }
    @media only screen and (max-width: 979px) {
      .block-introduction .list .item01 {
        padding-right: 20px;
        border-right: 1px dashed #bcb9b2;
        border-bottom: 1px dashed #bcb9b2; } }
    @media only screen and (min-width: 980px) {
      .block-introduction .list .item01 .image {
        margin-top: -31px;
        padding-bottom: 31px; } }
    @media only screen and (max-width: 979px) {
      .block-introduction .list .item02 {
        padding-left: 20px;
        border-bottom: 1px dashed #bcb9b2; } }
    @media only screen and (min-width: 980px) {
      .block-introduction .list .item02 .image {
        margin-top: -18px;
        padding-bottom: 18px; } }
    @media only screen and (max-width: 979px) {
      .block-introduction .list .item03 {
        padding-top: 20px;
        padding-right: 20px;
        border-right: 1px dashed #bcb9b2; } }
    @media only screen and (min-width: 980px) {
      .block-introduction .list .item03 .image {
        margin-top: -12px;
        padding-bottom: 12px; } }
    @media only screen and (max-width: 979px) {
      .block-introduction .list .item04 {
        padding-top: 20px;
        padding-left: 20px; } }
    @media only screen and (min-width: 980px) {
      .block-introduction .list .item04 .image {
        margin-top: -24px;
        padding-bottom: 24px; } }
    @media only screen and (min-width: 980px) {
      .block-introduction .list .item04 .label {
        letter-spacing: 1px; } }

.block-type {
  background: #fafaf1; }
  @media only screen and (min-width: 980px) {
    .block-type {
      margin-top: 124px;
      padding-top: 62px;
      padding-bottom: 56px;
      padding-bottom: 122px; } }
  @media only screen and (min-width: 980px) {
    .block-type .block-inner {
      width: 980px;
      margin: 0 auto;
      overflow: hidden;
      *zoom: 1; } }
  @media only screen and (max-width: 979px) {
    .block-type .block-inner {
      width: calc(100% - 50px);
      margin: 56px auto 0 auto;
      padding-top: 53px;
      padding-bottom: 55px; } }
  @media only screen and (min-width: 980px) {
    .block-type .title {
      padding-bottom: 36px;
      border-bottom: 1px solid #edebe3;
      font-size: 26px;
      line-height: 30px;
      font-weight: bold;
      letter-spacing: 6px; } }
  @media only screen and (max-width: 979px) {
    .block-type .title {
      padding-bottom: 21px;
      border-bottom: 1px solid #edebe3;
      font-size: 18px;
      line-height: 24px;
      font-weight: bold;
      letter-spacing: 2px; } }
  @media only screen and (min-width: 980px) {
    .block-type .text {
      width: 440px;
      float: left;
      margin-top: 97px; } }
  @media only screen and (min-width: 980px) {
    .block-type .text p {
      margin-top: 15px;
      font-size: 16px;
      line-height: 36px;
      letter-spacing: 2px; } }
  @media only screen and (max-width: 979px) {
    .block-type .text p {
      margin-top: 9px;
      font-size: 13px;
      line-height: 27px; } }
  @media only screen and (min-width: 980px) {
    .block-type .text p:first-of-type {
      margin-top: 30px; } }
  @media only screen and (max-width: 979px) {
    .block-type .text p:first-of-type {
      margin-top: 18px; } }
  .block-type .text .point {
    background: #575a5f;
    color: #fff; }
    @media only screen and (min-width: 980px) {
      .block-type .text .point {
        margin: 0 8px;
        padding: 7px 15px;
        border-radius: 4px; } }
    @media only screen and (max-width: 979px) {
      .block-type .text .point {
        margin: 0 7px;
        padding: 8px 11px;
        border-radius: 2px; } }
  @media only screen and (min-width: 980px) {
    .block-type .image {
      width: 493px;
      float: right;
      overflow: hidden; } }
  @media only screen and (max-width: 979px) {
    .block-type .image {
      max-width: 325px;
      margin: 23px auto 0 auto; } }
  @media only screen and (min-width: 980px) {
    .block-type .image img {
      margin-top: 63px; } }

@media only screen and (min-width: 980px) {
  .block-apps {
    margin-top: 121px; } }

@media only screen and (max-width: 979px) {
  .block-apps {
    margin-top: 60px; } }

.block-apps .block-inner {
  margin: 0 auto; }
  @media only screen and (min-width: 980px) {
    .block-apps .block-inner {
      width: 980px; } }
  @media only screen and (max-width: 979px) {
    .block-apps .block-inner h2.title {
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      padding-bottom: 40px;
      line-height: 1.2;
      letter-spacing: 0.04em; } }

.block-apps table {
  width: 100%; }

@media only screen and (max-width: 979px) {
  .block-apps tr.head {
    display: none; } }

@media only screen and (max-width: 979px) {
  .block-apps tr {
    position: relative;
    display: block; }
    .block-apps tr:last-child {
      border-bottom: 1px solid #edebe3; } }

.block-apps th {
  position: relative;
  background: #fafaf1;
  border-top: 1px solid #edebe3;
  border-bottom: 1px solid #edebe3;
  text-align: center; }
  @media only screen and (min-width: 980px) {
    .block-apps th {
      font-size: 14px;
      line-height: 42px;
      font-weight: bold; } }
  @media only screen and (max-width: 979px) {
    .block-apps th {
      display: block; } }
  @media only screen and (min-width: 980px) {
    .block-apps th + th:before {
      width: 1px;
      height: 20px;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      display: block;
      margin: auto 0;
      background: #edebe3; } }

@media only screen and (min-width: 980px) {
  .block-apps td {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #edebe3; } }

@media only screen and (max-width: 979px) {
  .block-apps td {
    display: block; } }

@media only screen and (min-width: 980px) {
  .block-apps td:first-child:before, .block-apps td:after {
    width: 0;
    height: 50px;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
    border-right: 1px dashed #edebe3; } }

.block-apps td:first-child:before {
  right: auto;
  left: 0; }

@media only screen and (min-width: 980px) {
  .block-apps td.type {
    width: 25.7%;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 32px;
    text-align: center; } }

@media only screen and (max-width: 979px) {
  .block-apps td.type {
    position: relative;
    padding: 10px 25px;
    background: #fafaf1;
    border-top: 1px solid #edebe3;
    border-bottom: 1px solid #edebe3;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px; } }

@media only screen and (max-width: 979px) {
  .block-apps td.type:before {
    width: auto;
    display: inline-block;
    content: attr(data-prefix);
    margin-right: 11px;
    color: #969692;
    font-size: 13px;
    line-height: 24px;
    vertical-align: 1px; } }

@media only screen and (max-width: 979px) {
  .block-apps td.type.height {
    padding-left: 62px; } }

@media only screen and (max-width: 979px) {
  .block-apps td.type.height:before {
    position: absolute;
    top: 23px;
    left: 25px; } }

.block-apps td.type span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 11px;
  line-height: 20px; }

@media only screen and (min-width: 980px) {
  .block-apps td.target {
    width: 42.65%;
    max-width: 318px;
    padding-left: 50px;
    padding-right: 50px; } }

@media only screen and (max-width: 979px) {
  .block-apps td.target {
    padding: 18px 60px 18px 25px; } }

@media only screen and (min-width: 980px) {
  .block-apps .name {
    display: block;
    overflow: hidden;
    *zoom: 1; } }

@media only screen and (max-width: 979px) {
  .block-apps .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (min-width: 980px) {
  .block-apps .icon {
    width: 48px;
    min-width: 48px;
    float: left; } }

@media only screen and (max-width: 979px) {
  .block-apps .icon {
    width: 43px; } }

.block-apps .image-label {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges; }
  @media only screen and (min-width: 980px) {
    .block-apps .image-label {
      width: 205px;
      float: left;
      margin-left: 28px;
      margin-top: 10px; } }
  @media only screen and (max-width: 979px) {
    .block-apps .image-label {
      width: 180px;
      margin-left: 15px;
      vertical-align: -1px; } }

.block-apps .label {
  font-weight: bold; }
  @media only screen and (min-width: 980px) {
    .block-apps .label {
      width: 240px;
      float: left;
      margin-left: 28px;
      font-weight: bold;
      font-size: 16px;
      line-height: 26px; } }
  @media only screen and (max-width: 979px) {
    .block-apps .label {
      margin-left: 15px;
      display: inline-block;
      font-size: 13px;
      line-height: 21px; } }

@media only screen and (min-width: 980px) {
  .block-apps td.detail {
    width: 31.63%; } }

@media only screen and (max-width: 979px) {
  .block-apps td.detail {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; } }

.block-apps .button {
  text-decoration: none; }
  @media only screen and (min-width: 980px) {
    .block-apps .button {
      width: 210px;
      height: 50px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      margin: 0 auto;
      background: #575a5f;
      padding: 14px;
      border-radius: 8px;
      color: #fff;
      font-size: 16px;
      line-height: 22px;
      text-align: center; }
      html.hasie .block-apps .button {
        padding: 17px 14px 11px 14px; } }
  @media only screen and (max-width: 979px) {
    .block-apps .button {
      width: 100%;
      height: 100%;
      display: block; } }
  .block-apps .button:before {
    content: '';
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (min-width: 980px) {
      .block-apps .button:before {
        width: 18px;
        height: 18px;
        background: url("../img/icon-button-pc.png") no-repeat 0 0;
        margin: -2px 10px 0 0; } }
    @media only screen and (max-width: 979px) {
      .block-apps .button:before {
        width: 25px;
        height: 25px;
        position: absolute;
        bottom: 26px;
        right: 25px;
        background: url("../img/icon-button-sp.png") no-repeat 0 0;
        background-size: 25px auto;
        margin: 0; } }
  @media only screen and (min-width: 980px) {
    .block-apps .button:hover {
      background-color: #d71b10; } }
  @media only screen and (min-width: 980px) {
    .block-apps .button:hover:before {
      background-position: 0 -20px; } }
  @media only screen and (max-width: 979px) {
    .block-apps .button .button-label {
      display: none; } }

.block-apps p.text-comments {
  color: #333;
  line-height: 1.4; }
  @media only screen and (min-width: 980px) {
    .block-apps p.text-comments {
      margin-top: 20px;
      font-size: 12.5px;
      letter-spacing: 0.14em; } }
  @media only screen and (max-width: 979px) {
    .block-apps p.text-comments {
      border-top: 1px solid #edebe3;
      margin: 0;
      padding: 7px 0 58px 0;
      font-size: 11px;
      letter-spacing: 0.11em; }
      .block-apps p.text-comments span {
        display: block;
        margin: 0 25px;
        text-indent: -1.5em;
        padding-left: 1.5em; } }

/*# sourceMappingURL=index.css.map */