@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body.top #header {
  background: rgba(255, 255, 255, 0.9); }

/*------------------------------------------------------------
  Movie
------------------------------------------------------------*/
.movie-outer {
  margin-top: -5%;
  margin-bottom: -5%; }

.movie {
  width: 100%;
  padding-bottom: 66.25%;
  position: relative;
  background-color: #000;
  color: #fff; }
  .movie iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100; }

.movie_loading {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: 300;
  text-align: center;
  line-height: 1; }
  .movie_loading .movie_loading_inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
  .movie_loading .loading_logo {
    margin-bottom: 80px; }
    .movie_loading .loading_logo img {
      width: 515px;
      height: auto; }
  .movie_loading .loading_catch {
    margin-bottom: 45px; }
  .movie_loading .loadig_txt {
    font-size: 1.9rem;
    margin-bottom: 110px; }
  .movie_loading .loading_icon {
    font-size: 1.6rem; }
    .movie_loading .loading_icon img {
      margin-bottom: 18px; }

.movie_overlay {
  position: absolute;
  width: 100%;
  margin-top: 5%;
  padding-bottom: 56.25%;
  z-index: 100; }

.ytp-watermark {
  z-index: 200; }
  .ytp-watermark img {
    width: 73px;
    height: auto;
    vertical-align: middle;
    position: absolute;
    bottom: 17px;
    right: 15px;
    opacity: 0.5; }

.ytp-watermark:hover {
  opacity: 0.75; }

.btn_volume {
  display: inline-block;
  width: 38px;
  height: 25px;
  background-image: url(../img/index/btn_volume.png);
  position: absolute;
  right: 50px;
  bottom: 60px;
  z-index: 500;
  text-indent: -9999px;
  cursor: pointer; }

.btn_volume.off {
  background-position: 0 0; }

.btn_volume.on {
  background-position: 0 -25px; }

/*------------------------------------------------------------
  KV
------------------------------------------------------------*/
.top-kv-sp {
  display: none; }

.top-kv-pc {
  background: url("../img/index/bg_kv.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: calc( 100vh - 175px);
  min-height: 550px;
  max-height: 780px;
  padding-top: 213px;
  box-sizing: border-box;
  position: relative; }

@media (min-aspect-ratio: 12 / 5) {
  .top-kv-pc {
    background-size: auto 100%; } }
.top-kv_title {
  text-align: center;
  position: absolute;
  z-index: 1000;
  top: 28%;
  left: 0;
  right: 0; }
  .top-kv_title img {
    width: auto;
    max-height: 79px;
    min-height: 65px;
    height: 10vh; }

.top-kv_subtitle {
  color: #000;
  font-size: 2.8rem;
  text-align: center;
  font-family: 'メイリオ', sans-serif;
  position: absolute;
  top: 44%;
  left: 0;
  right: 0; }

.top-kv_catch {
  position: absolute;
  left: 50%;
  bottom: 27%;
  transform: translateX(-70%);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out; }
  .top-kv_catch .catch01 img {
    max-height: 45px;
    min-height: 36px;
    height: 5.5vh;
    width: auto; }
  .top-kv_catch .catch02 {
    margin-top: 15px;
    transform: translateX(72%); }
    .top-kv_catch .catch02 img {
      max-height: 38px;
      min-height: 29px;
      width: auto;
      height: 4.5vh; }

.top-kv_catch.is-show {
  transform: translateX(-80%);
  opacity: 1; }

.top-kv_link-to-mario {
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: 172px; }
  .top-kv_link-to-mario img {
    max-height: 93px;
    min-height: 73px;
    width: auto;
    height: 12vh; }

/*------------------------------------------------------------
  top app
------------------------------------------------------------*/
.top-app {
  background: #333;
  height: 170px;
  padding: 32px 0;
  position: relative; }
  .top-app .top-app_inner {
    width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .top-app .top-app_main {
    display: flex;
    align-items: flex-start; }
  .top-app .top-app-icon {
    margin-right: 40px; }
  .top-app .top-app-name {
    text-align: center; }
  .top-app .top-app_label {
    background: #c80002;
    color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    width: 100%;
    text-align: center;
    line-height: 1.5; }
  .top-app .top-app_catch {
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 8px; }
  .top-app .top-app_logo {
    margin-top: 8px; }
  .top-app .top-app_more {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 2.7rem;
    align-self: center;
    margin-left: 54px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("../img/icon05white.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 13px auto;
    padding: 0 37px 0 15px;
    position: relative;
    line-height: 1.8;
    font-family: 'メイリオ', sans-serif; }
  .top-app .top-app_links {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .top-app .top-app_links li {
      display: inline-block; }
    .top-app .top-app_links li + li {
      margin-left: 15px; }
    .top-app .top-app_links img {
      height: 45px;
      width: auto; }

/* ------------------------------------------------------------
  top movie
------------------------------------------------------------ */
.top-movie {
  padding: 80px 0;
  text-align: center;
  background-color: #d6d6d6;
}

.top-movie .top-movie_item {
  position: relative;
}

.top-movie .top-movie_item iframe {
  width: 100%;
  max-width: 800px;
  min-height: 450px;
}

.top-movie p {
  margin: 15px 0 0 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #707070;
}
/*------------------------------------------------------------
  top lineup
------------------------------------------------------------*/
.top-lineup {
  height: 290px;
  overflow: hidden;
  padding-top: 30px; }

/*------------------------------------------------------------
  main Menu
------------------------------------------------------------*/
.top-main {
  position: relative; }
  .top-main:before {
    content: '';
    display: block;
    width: 100%;
    height: 1200px;
    background-image: url("../img/index/bg_top2.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: -1; }
  .top-main li {
    text-align: center;
    height: 400px;
    position: relative; }
    .top-main li a {
      display: inline-block;
      text-indent: -9999px;
      display: block;
      height: 100%; }
      .top-main li a p {
        display: block;
        width: 700px;
        height: 85px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
        .top-main li a p:before {
          content: '';
          display: inline-block;
          background-color: #f2db3f;
          width: 0;
          height: 85px;
          position: absolute;
          top: 0;
          left: 0;
          transition: width 0.5s ease-Out; }
        .top-main li a p span {
          display: block;
          width: 100%;
          height: 100%;
          position: relative;
          z-index: 500;
          transition: background-image 1s ease-Out; }
    .top-main li a:hover {
      opacity: 1; }
      .top-main li a:hover p:before {
        width: 700px; }
  .top-main .top-main_bg {
    position: absolute;
    top: -360px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1; }
  .top-main .top-main_item01 {
    background-color: rgba(4, 4, 4, 0.5); }
    .top-main .top-main_item01 a span {
      background-image: url(../img/index/txt_menu01.png);
      background-position: center center;
      background-size: 412px; }
    .top-main .top-main_item01 a:hover span {
      background-image: url(../img/index/txt_menu01on.png); }
  .top-main .top-main_item02 {
    background-color: rgba(4, 4, 4, 0.4); }
    .top-main .top-main_item02 a span {
      background-image: url(../img/index/txt_menu02.png);
      background-position: center center;
      background-size: 458px; }
    .top-main .top-main_item02 a:hover span {
      background-image: url(../img/index/txt_menu02on.png); }
  .top-main .top-main_item03 {
    background-color: rgba(4, 4, 4, 0.2); }
    .top-main .top-main_item03 a span {
      background-image: url(../img/index/txt_menu03.png);
      background-position: center center;
      background-size: 595px; }
    .top-main .top-main_item03 a:hover span {
      background-image: url(../img/index/txt_menu03on.png); }

/*------------------------------------------------------------
  KV
------------------------------------------------------------*/
.product-kv {
  height: 880px;
  overflow: hidden;
  background-color: #f5f3f0; }

.kv_slider {
  width: 100%;
  height: 880px; }

.product-kv_item {
  min-width: 1200px !important;
  height: 880px;
  margin: 0 auto;
  position: relative; }

.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 24px;
  width: 100%;
  z-index: 1001; }
  .slick-dots li {
    display: inline-block; }
    .slick-dots li button {
      display: inline-block;
      width: 14px;
      height: 14px;
      background-color: #e5e5e5;
      text-indent: -9999px;
      border-radius: 50% 50%;
      outline: none;
      border: none;
      cursor: pointer; }
    .slick-dots li.slick-active button {
      background-color: #cc0000; }
  .slick-dots li + li {
    margin-left: 7px; }

/*------------------------------------------------------------
  Message
------------------------------------------------------------*/
.section-message {
  height: 410px;
  line-height: 410px;
  text-align: center;
  background-color: #ebe9e5;
  text-indent: -9999px; }
  .section-message img {
    vertical-align: middle; }

.section-headding {
  color: #4d4d4d;
  font-weight: normal;
  font-size: 6.8rem;
  height: 145px;
  letter-spacing: 0.2em;
  line-height: 145px;
  text-align: center; }

/*------------------------------------------------------------
  Movie
------------------------------------------------------------*/
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*------------------------------------------------------------
  Feature
------------------------------------------------------------*/
.seciton-feature {
  position: relative;
  overflow: hidden;
  background-position: center center; }
  .seciton-feature .feature_parts {
    display: inline-block;
    position: absolute;
    left: 50%;
    letter-spacing: 1px; }
  .seciton-feature .feature_title {
    font-size: 4rem;
    line-height: 1.1;
    font-weight: normal;
    color: #4d4d4d;
    margin-bottom: 13px; }
    .seciton-feature .feature_title sup {
      position: relative;
      top: -0.5em; }
  .seciton-feature .feature_text {
    font-size: 1.4rem;
    color: #4d4d4d;
    line-height: 1.57; }
    .seciton-feature .feature_text sup {
      display: inline-block;
      vertical-align: 5px;
      font-size: 0.9rem;
      padding: 0 2px; }
  .seciton-feature .feature_text_att {
    color: #4d4d4d;
    font-size: 1.2rem;
    margin-top: 2px;
    text-indent: -1.2em;
    margin-left: 1.2em; }
    .seciton-feature .feature_text_att:before {
      content: '※';
      padding-right: 0.2em; }
  .seciton-feature .feature_description {
    text-align: center; }
    .seciton-feature .feature_description .feature_icon {
      margin-bottom: 38px; }

.seciton-feature_inner {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  position: relative;
  height: 100%; }

/*------------------------------------------------------------
  Spec
------------------------------------------------------------*/
.section-spec {
  height: 820px;
  position: relative; }
  .section-spec .spec_material {
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0;
    transition: all 2s; }
    .section-spec .spec_material img {
      vertical-align: bottom; }
  .section-spec .spec_list-container {
    width: 100%;
    height: 552px; }
    .section-spec .spec_list-container ul {
      display: none; }
  .section-spec .spec_title {
    font-size: 40px;
    color: #4d4d4d;
    font-weight: normal; }
  .section-spec .spec_title, .section-spec .spec-name,
  .section-spec .item_description, .section-spec .item_position {
    position: absolute;
    left: 50%; }
  .section-spec img.item_position {
    width: 40px;
    height: auto; }
  .section-spec .item_description img {
    width: 100%;
    height: auto; }
  .section-spec .item_description .item_logo, .section-spec .item_description .item_text {
    display: block;
    margin: 0 auto; }
  .section-spec .item_description .item_text {
    margin-top: 8px; }
  .section-spec .spec_list-container {
    transition: all 3s;
    opacity: 0;
    position: relative; }

.section-spec.is-show .spec_material {
  opacity: 1;
  transform: translateY(0); }
.section-spec.is-show .spec_list-container {
  opacity: 1;
  transition-delay: 3s; }

/*------------------------------------------------------------
  Bridge
------------------------------------------------------------*/
.section-product-bridge {
  width: 100%;
  height: 450px;
  text-align: center;
  position: relative;
  border: 1px solid #000;
  background-image: linear-gradient(-45deg, #000 25%, #444 25%, #444 50%, #000 50%, #000 75%, #444 75%, #444);
  background-size: 4px 4px;
  background-repeat: repeat; }
  .section-product-bridge .product-bridge_logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .section-product-bridge .product-bridge_logo img {
    width: 508px;
    height: auto; }

/*------------------------------------------------------------
  Package
------------------------------------------------------------*/
.section-product-reach {
  height: 828px;
  background-color: #eeedeb;
  position: relative;
  overflow: hidden; }
  .section-product-reach .product-reach_item {
    height: 100%;
    position: relative; }
    .section-product-reach .product-reach_item .product-reach_item_title {
      display: none; }
  .section-product-reach .product-reach_btn {
    position: absolute;
    top: 349px; }
  .section-product-reach .product-reach_bottom {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 76px; }
    .section-product-reach .product-reach_bottom img.cartgray {
      width: 26px;
      position: relative;
      top: 1px;
      right: 8px; }
  .section-product-reach .product-reach_att {
    font-size: 1.4rem;
    color: #777;
    vertical-align: bottom;
    width: 1200px;
    text-align: right;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -600px;
    padding-right: 5px; }
  .section-product-reach .btn-area {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 76px; }
    .section-product-reach .btn-area p + p {
      margin-top: 20px; }

/*product-reachスライド用*/
.product-reach_wrap {
  width: 200%;
  height: 100%; }
  .product-reach_wrap:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both; }
  .product-reach_wrap .product-reach_item {
    float: left;
    width: 50%; }

.product-reach_item_body {
  line-height: 1.6; }
  .product-reach_item_body em {
    font-style: normal;
    font-weight: bold; }

.product-reach_item01 .product-reach_image {
  position: absolute;
  top: 88px;
  left: 50%;
  transform: translateX(-50%); }
.product-reach_item01 .product-reach_btn {
  right: 0; }

.product-reach_item02 .product-reach_item_body {
  position: absolute;
  top: 545px;
  left: 397px; }
  .product-reach_item02 .product-reach_item_body .item_title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #777777;
    margin-bottom: 10px; }
  .product-reach_item02 .product-reach_item_body p {
    font-size: 1.6rem;
    color: #777; }
    .product-reach_item02 .product-reach_item_body p span {
      font-size: 1.2rem; }
.product-reach_item02 .product-reach_image {
  position: absolute;
  top: 44px;
  left: 52px; }
.product-reach_item02 .product-reach_btn {
  left: 0; }

.product-reach_btn-simple {
  position: relative;
  padding-bottom: 50px;
  color: #7c7c7c;
  font-size: 1rem;
  position: relative; }
  .product-reach_btn-simple span {
    font-size: 1rem; }
  .product-reach_btn-simple:after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 45px;
    background-image: url("../img/common/icon_arrow01.png");
    background-size: 28px auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    bottom: 0;
    right: 0; }

.product-reach_btn-simple-reverse:after {
  transform-origin: center center;
  transform: rotate(180deg);
  right: inherit;
  left: 0; }

.btn-product-reach {
  font-size: 28px;
  color: #908b89;
  display: inline-block;
  background-color: #fff;
  padding: 12px 76px 12px 58px;
  position: relative; }
  .btn-product-reach:before {
    content: '';
    background-image: url(../img/icon05.svg);
    width: 14px;
    height: 19px;
    background-size: 13px auto;
    background-repeat: no-repeat;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%); }
  .btn-product-reach img.cartgray {
    width: 26px;
    position: relative;
    top: 1px;
    right: 8px; }
  .btn-product-reach:hover {
    color: #908b89; }

.ec30-kv01 {
  background-image: url(../img/ec30/bg_kv-ec30-01en.jpg);
  background-position: center center; }

.ec30-kv02 {
  background-image: url(../img/ec30/bg_kv-ec30-02.jpg);
  background-position: center center; }

.section-message {
  font-family: 'Times New Roman', serif;
  font-size: 3.4rem;
  line-height: 1.82;
  letter-spacing: 1px;
  color: #4d4d4d;
  text-align: center;
  height: 410px;
  background-color: #ebe9e5;
  position: relative;
  overflow: hidden;
  text-indent: inherit; }

.section-message p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.feature-ec30-01 {
  height: 820px;
  background-image: url(../img/ec30/bg_feature1_ec30_01.jpg); }
  .feature-ec30-01 .feature_description {
    top: 62px;
    transform: translateX(-50%); }
  .feature-ec30-01 .feature_icon, .feature-ec30-01 .feature_description {
    opacity: 1; }
  .feature-ec30-01 .feature_image01 {
    display: inline-block;
    width: 795px;
    height: 532px;
    bottom: -218px;
    margin-left: -662px;
    transition: 3s opacity linear;
    background-image: url(../img/ec30/img_feature1_ec30_01.png); }
    .feature-ec30-01 .feature_image01:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(../img/ec30/img_feature1_ec30_01bw.png);
      background-position: center center;
      opacity: 1;
      transition: 1.5s opacity linear; }
  .feature-ec30-01.is-show .feature_image01:before {
    opacity: 0; }
  .feature-ec30-01 .feature_image02 {
    top: 422px;
    transform: translateX(-50%); }
  .feature-ec30-01 .feature_image03 {
    width: 357px;
    height: 146px;
    background-image: url(../img/ec30/img_feature1_ec30_04.png);
    top: 245px;
    margin-left: -34px; }

.feature-ec30-02 {
  height: 820px;
  background-image: url(../img/ec30/bg_feature2_ec30_01.jpg); }
  .feature-ec30-02:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/ec30/bg_feature2_ec30_01bw.jpg);
    background-position: center center;
    opacity: 1;
    transition: 1.5s opacity linear; }
  .feature-ec30-02.is-show:before {
    opacity: 0; }
  .feature-ec30-02 .feature_icon {
    width: auto; }
  .feature-ec30-02 .feature_description {
    top: 112px;
    margin-left: 10px; }
  .feature-ec30-02 .feature_icon, .feature-ec30-02 .feature_description {
    opacity: 1; }
  .feature-ec30-02 .feature_title {
    font-size: 4rem;
    line-height: 1.1;
    font-weight: normal;
    color: #4d4d4d;
    margin-bottom: 13px; }

.spec-ec30 .spec_bg {
  background-image: url(../img/ec30/bg_spec_ec30_01.png);
  background-position: center bottom;
  transform: translateY(500px); }
.spec-ec30 .spec_title {
  top: 45px;
  margin-left: -472px;
  position: absolute;
  z-index: 200; }
.spec-ec30 .spec-name {
  top: 142px;
  margin-left: -501px;
  position: absolute;
  z-index: 200; }
.spec-ec30 .spec_material {
  margin-left: -334px;
  transform: translateY(500px); }
.spec-ec30 .spec_list-container {
  width: 889px;
  height: 522px;
  background-image: url(../img/ec30/bg_spec_ec30_icons_en.png);
  background-position: center center;
  position: absolute;
  top: 226px;
  left: 50%;
  margin-left: -522px; }

.product-reach-ec30 {
  background-image: url(../img/ec30/bg_product-reach-ec30.png);
  background-repeat: repeat-x;
  background-color: #eeedeb; }

.feature-ec30-02 .feature_title {
  margin-bottom: 23px; }

.et800-kv01 {
  background-image: url(../img/et50/bg_kv-et50-01en.jpg);
  background-position: center center; }

.et800-kv02 {
  background-image: url(../img/et50/bg_kv-et50-02en.jpg);
  background-position: center center;
  text-align: center; }

.feature-et800-01 {
  height: 820px;
  background-image: url(../img/et50/bg_feature1_et800_01.jpg); }
  .feature-et800-01 .feature_description {
    top: 45px;
    transform: translateX(-50%); }
  .feature-et800-01 .feature_icon, .feature-et800-01 .feature_description {
    opacity: 1; }
  .feature-et800-01 .feature_image01 {
    display: inline-block;
    width: 835px;
    height: 474px;
    bottom: -85px;
    margin-left: -558px;
    transition: 3s opacity linear;
    background-image: url(../img/et50/img_feature1_et800_01.png); }
    .feature-et800-01 .feature_image01:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(../img/et50/img_feature1_et800_01bw.png);
      background-position: center center;
      opacity: 1;
      transition: 1.5s opacity linear; }
  .feature-et800-01.is-show .feature_image01:before {
    opacity: 0; }
  .feature-et800-01 .feature_image02 {
    top: 411px;
    transform: translateX(-50%); }
  .feature-et800-01 .feature_image03 {
    width: 357px;
    height: 146px;
    background-image: url(../img/et50/img_feature1_et800_04.png);
    top: 232px;
    margin-left: -31px; }

.feature-et800-02 {
  height: 600px;
  background-image: url(../img/et50/bg_feature2_et800_01.jpg); }
  .feature-et800-02:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/et50/bg_feature2_et800_01bw.jpg);
    background-position: center center;
    opacity: 1;
    transition: 1.5s opacity linear; }
  .feature-et800-02.is-show:before {
    opacity: 0; }
  .feature-et800-02 .feature_icon, .feature-et800-02 .feature_description {
    opacity: 1; }
  .feature-et800-02 .feature_description {
    top: 155px;
    margin-left: -407px; }
  .feature-et800-02 .feature_title {
    margin-bottom: 25px; }

.feature-et800-03 {
  height: 820px;
  background-image: url(../img/et50/bg_feature3_et800_01.jpg); }
  .feature-et800-03:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/et50/bg_feature3_et800_01bw.jpg);
    background-position: center center;
    opacity: 1;
    transition: 1.5s opacity linear; }
  .feature-et800-03.is-show:before {
    opacity: 0; }
  .feature-et800-03 .feature_icon, .feature-et800-03 .feature_description {
    opacity: 1; }
  .feature-et800-03 .feature_description {
    top: 76px;
    margin-left: -60px; }
  .feature-et800-03 .feature_title {
    margin-bottom: 20px; }

.spec-et800 .spec_title {
  top: 44px;
  margin-left: -475px;
  position: absolute;
  z-index: 200; }
.spec-et800 .spec-name {
  top: 45px;
  margin-left: 219px;
  position: absolute;
  z-index: 200; }
.spec-et800 .spec_material {
  margin-left: -336px;
  transform: translateY(500px); }
.spec-et800 .spec_list-container {
  width: 812px;
  height: 529px;
  background-image: url(../img/et50/bg_spec_et50_icons_en.png);
  background-position: center center;
  position: absolute;
  top: 240px;
  left: 50%;
  margin-left: -384px; }
.spec-et800 .spec_list .item01 .item_position {
  top: 277px;
  margin-left: -363px; }
.spec-et800 .spec_list .item01 .item_description {
  width: 129px;
  top: 264px;
  margin-left: -482px; }
.spec-et800 .spec_list .item01 .item_description:after {
  content: '';
  width: 140px;
  top: 86px;
  left: 254px;
  transform: rotate(-160deg); }
.spec-et800 .spec_list .item02 .item_position {
  top: 251px;
  margin-left: 303px; }
.spec-et800 .spec_list .item02 .item_description {
  width: 127px;
  top: 286px;
  margin-left: 329px; }
.spec-et800 .spec_list .item02 .item_description:after {
  content: '';
  width: 83px;
  top: 200px;
  left: 32px;
  transform: rotate(-63deg); }
.spec-et800 .spec_list .item03 .item_position {
  top: 605px;
  margin-left: -254px; }
.spec-et800 .spec_list .item03 .item_description {
  width: 130px;
  top: 641px;
  margin-left: -366px; }
.spec-et800 .spec_list .item03 .item_description:after {
  content: '';
  width: 80px;
  top: 34px;
  left: 174px;
  transform: rotate(180deg); }
.spec-et800 .spec_list .item04 .item_position {
  top: 429px;
  margin-left: -115px; }
.spec-et800 .spec_list .item04 .item_description {
  width: 130px;
  top: 483px;
  margin-left: -114px; }
.spec-et800 .spec_list .item04 .item_description:after {
  content: '';
  width: 66px;
  top: -56px;
  left: 5px;
  transform: rotate(48deg); }
.spec-et800 .spec_list .item05 .item_position {
  top: 568px;
  margin-left: 248px; }
.spec-et800 .spec_list .item05 .item_description {
  width: 178px;
  top: 551px;
  margin-left: 248px; }
.spec-et800 .spec_list .item06 .item_position {
  top: 680px;
  margin-left: 168px; }
.spec-et800 .spec_list .item06 .item_description {
  width: 122px;
  top: 701px;
  margin-left: 200px; }

.product-reach-et800 .product-reach_item01 .product-reach_image {
  margin-left: -48px; }

.et870-kv01 {
  background-image: url("../img/et65/bg_kv-et870-01.jpg");
  background-position: center center; }

.et870-kv02 {
  background-image: url("../img/et65/bg_kv-et870-02.jpg");
  background-position: center center;
  text-align: center; }

.et870 .section-message {
  font-family: 'Times New Roman', serif;
  font-size: 3.4rem;
  line-height: 1.82;
  letter-spacing: 1px;
  color: #4d4d4d;
  text-align: center;
  height: 410px;
  min-height: 410px;
  background-color: #f1f6f6;
  position: relative;
  overflow: hidden;
  text-indent: inherit; }

.et870 .section-message p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.et870 .section-message p span {
  font-size: 4.5rem;
  display: block; }

/*------------------------------------------------------------
  FEATURE 1
------------------------------------------------------------*/
.feature-et870-01_a {
  background-image: url("../img/et65/bg_feature1_et870_a.jpg");
  background-position: center center;
  height: 820px; }

.feature-et870-01_b {
  background-image: url("../img/et65/bg_feature1_et870_b.jpg");
  background-position: center center;
  height: 591px; }

.feature-et870-01_a {
  margin-top: 40px; }
  .feature-et870-01_a .feature_description {
    margin-left: -160px;
    top: 70px; }
  .feature-et870-01_a .feature_title {
    margin-bottom: 150px; }
    .feature-et870-01_a .feature_title sup {
      vertical-align: top;
      font-size: 0.3em; }
  .feature-et870-01_a .feature_app {
    margin-top: 45px;
    text-align: right; }
    .feature-et870-01_a .feature_app img {
      height: 40px;
      width: auto; }
    .feature-et870-01_a .feature_app ul {
      display: inline-block; }
    .feature-et870-01_a .feature_app li {
      display: inline-block; }
    .feature-et870-01_a .feature_app li + li {
      margin-left: 35px; }
  .feature-et870-01_a .feature_catch {
    transform: translateX(200px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.375), opacity 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.375); }
  .feature-et870-01_a .feature_catch.is-show {
    transform: translateX(0);
    opacity: 1; }

.feature-et870-01_b {
  position: relative;
  padding: 0 calc( 50% - 600px ); }
  .feature-et870-01_b .feature_description {
    text-align: right;
    padding-right: 95px;
    padding-top: 85px; }
  .feature-et870-01_b .feature_image02 {
    display: inline-block;
    position: relative;
    margin-left: 249px; }
    .feature-et870-01_b .feature_image02:after {
      background-image: linear-gradient(to left, #e60012, #e60012 70%, transparent 0);
      background-size: 14px 2px;
      background-repeat: repeat-x;
      content: '';
      height: 2px;
      position: absolute;
      left: -182px;
      right: calc( 100% - 5px );
      top: 55px; }
  .feature-et870-01_b .feature_text {
    margin-top: 60px;
    float: right; }
    .feature-et870-01_b .feature_text:after {
      content: '';
      display: block;
      visibility: hidden;
      height: 0;
      clear: both; }
    .feature-et870-01_b .feature_text p {
      text-align: left; }
    .feature-et870-01_b .feature_text .feature_text_att {
      margin-top: 30px; }
  .feature-et870-01_b .feature_baloon {
    bottom: 33px;
    height: 527px;
    width: 303px;
    position: absolute;
    left: 50%;
    transform: translateX(-575px); }
    .feature-et870-01_b .feature_baloon ul {
      width: 100%;
      height: 100%;
      position: relative; }
      .feature-et870-01_b .feature_baloon ul li {
        position: absolute; }
        .feature-et870-01_b .feature_baloon ul li img {
          transform: scale(0);
          transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.375); }
      .feature-et870-01_b .feature_baloon ul li.is-show img {
        transform: scale(1); }
      .feature-et870-01_b .feature_baloon ul li:nth-child(1) {
        left: 130px;
        top: -10px; }
      .feature-et870-01_b .feature_baloon ul li:nth-child(2) {
        left: -20px;
        top: 180px; }
      .feature-et870-01_b .feature_baloon ul li:nth-child(3) {
        left: 155px;
        bottom: -5px; }

/*------------------------------------------------------------
  FEATURE 2
------------------------------------------------------------*/
.feature-et870-02 {
  background-color: #f1f6f6;
  background-image: url("../img/et65/bg_feature2_et870.jpg");
  background-position: left center;
  height: 800px; }
  .feature-et870-02 .feature_description {
    top: 80px;
    transform: translateX(-130px); }
    .feature-et870-02 .feature_description .feature_icon {
      display: block;
      margin-bottom: 30px; }
  .feature-et870-02 .feature_title {
    margin-bottom: 15px; }
  .feature-et870-02 .feature_image01 {
    position: static;
    margin-left: 29.5%;
    margin-top: 72px; }
    .feature-et870-02 .feature_image01:after {
      background-image: linear-gradient(to left, #e60012, #e60012 70%, transparent 0);
      background-size: 14px 2px;
      background-repeat: repeat-x;
      content: '';
      height: 2px;
      position: absolute;
      left: 256px;
      top: 95px;
      width: calc(29.5% - 210px); }
  .feature-et870-02 .feature_image02 {
    bottom: -80px;
    transform: translateX(-50px) rotate(-10deg);
    opacity: 0;
    transition: transform 1s linear, opacity 1s linear; }
  .feature-et870-02 .feature_image02.is-show {
    opacity: 1;
    transform: translateX(-50px) rotate(0deg); }

.feature_text_att.lgt {
  text-align: left;
  font-size: inherit;
  margin-top: 0; }

.seciton-feature .feature_text_att.lgt:before {
  content: '';
  padding-right: 0; }

.feature_text_btm {
  text-align: left; }

/*------------------------------------------------------------
  FEATURE 3
------------------------------------------------------------*/
.feature-et870-03 {
  background: #121212;
  height: 415px;
  padding-top: 30px;
  text-align: left;
  overflow: visible; }
  .feature-et870-03 * {
    color: #ccc; }
  .feature-et870-03 .feature_description {
    color: #fff;
    padding-left: 250px;
    position: static !important;
    text-align: left; }
    .feature-et870-03 .feature_description .feature_icon {
      display: block;
      margin-bottom: 20px; }
  .feature-et870-03 .feature_title {
    color: #fff;
    margin-bottom: 20px; }
  .feature-et870-03 .feature_text_att {
    color: #ccc;
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.57; }
  .feature-et870-03 .feature_image01 {
    bottom: -1px;
    left: 0 !important; }

/*------------------------------------------------------------
  FEATURE 4
------------------------------------------------------------*/
.feature-et870-04 {
  background-color: #f1f6f6;
  background-image: url("../img/et65/bg_feature4_et870.jpg");
  background-position: right center;
  height: 820px;
  margin-top: 50px; }
  .feature-et870-04 .feature_description {
    text-align: left;
    position: static !important;
    padding-left: 70px;
    padding-top: 75px; }
    .feature-et870-04 .feature_description .feature_title {
      margin-bottom: 10px; }
  .feature-et870-04 .feature_description_block {
    margin-top: 50px;
    padding-left: 110px;
    position: relative;
    min-height: 80px; }
    .feature-et870-04 .feature_description_block .feature_text {
      font-size: 1.4rem;
      line-height: 1.5; }
    .feature-et870-04 .feature_description_block .feature_text_att {
      color: #ff0000;
      margin-top: 5px; }
    .feature-et870-04 .feature_description_block .block_title {
      color: #4d4d4d;
      font-size: 4rem;
      line-height: 1.2;
      font-weight: normal;
      margin-bottom: 15px; }
    .feature-et870-04 .feature_description_block .feature_icon {
      left: 0;
      position: absolute;
      top: 0; }
  .feature-et870-04 .feature_description_block + .feature_description_block {
    margin-top: 35px; }
  .feature-et870-04 .feature_column {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #666;
    color: #4d4d4d;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 120px;
    padding: 18px;
    display: inline-block; }
    .feature-et870-04 .feature_column dt {
      font-weight: bold; }
    .feature-et870-04 .feature_column ul {
      margin-top: 10px; }
      .feature-et870-04 .feature_column ul li {
        margin-left: 1em;
        text-indent: -1em; }
        .feature-et870-04 .feature_column ul li:before {
          content: '・'; }
  .feature-et870-04 .feature_image01 {
    color: #4d4d4d;
    left: -10px;
    margin-top: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s linear, transform 1s linear;
    text-align: center; }

.feature_image01.is-show {
  opacity: 1;
  transform: translateY(0); }

@media screen and (max-width: 1600px) {
  .feature-et870-04 .feature_column {
    background: rgba(255, 255, 255, 0.8); } }
/*------------------------------------------------------------
  FEATURE 5
------------------------------------------------------------*/
.feature-et870-05 {
  background-image: url("../img/et65/bg_feature5_et870.jpg");
  height: 820px;
  margin-top: 50px; }
  .feature-et870-05 .feature_description {
    color: #fff;
    text-align: left;
    top: 70px;
    margin-left: -220px; }
  .feature-et870-05 .feature_title,
  .feature-et870-05 .feature_text {
    color: #fff;
    text-shadow: 0 0 20px #333; }
  .feature-et870-05 .feature_block {
    margin-top: 80px;
    margin-left: 224px; }
    .feature-et870-05 .feature_block .feature_block_title {
      font-size: 4rem;
      line-height: 1.3;
      font-weight: normal;
      margin-bottom: 15px; }
    .feature-et870-05 .feature_block .feature_block_flex {
      display: flex;
      position: relative;
      align-items: center; }
    .feature-et870-05 .feature_block .feature_text,
    .feature-et870-05 .feature_block .feature_icon {
      margin-bottom: 0; }
    .feature-et870-05 .feature_block .feature_text {
      color: #ccc;
      font-size: 1.4rem; }
    .feature-et870-05 .feature_block .feature_icon {
      padding-right: 30px; }
  .feature-et870-05 .feature_image01 {
    position: relative;
    font-size: 0;
    margin: 30px 0 0 -130px; }
    .feature-et870-05 .feature_image01 img {
      transition: transform 0.7s cubic-bezier(0.95, 0.05, 0.795, 0.035); }
    .feature-et870-05 .feature_image01 img:nth-child(1) {
      transform: translateX(-60px); }
    .feature-et870-05 .feature_image01 img:nth-child(2) {
      transform: translateX(60px); }

.feature-et870-05 .feature_image01.is-show img {
  transform: translateX(0); }

/*------------------------------------------------------------
  APPLICATION
------------------------------------------------------------*/
.et870-app {
  background: #f1f6f6;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden; }
  .et870-app:before {
    content: '';
    display: block;
    background-image: url("../img/et65/bg_et870app_01.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0; }
  .et870-app:after {
    content: '';
    display: block;
    background-image: url("../img/et65/bg_et870app_01.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 527px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }

.et870-app__inner {
  background-image: url("../img/et65/bg_et870app_01.png");
  background-repeat: no-repeat;
  background-position: 42px 226px;
  width: 1200px;
  padding-top: 63px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.et870-app_title {
  text-align: center;
  margin-bottom: 90px;
  position: relative; }

.et870-app_att {
  font-size: 1.2rem;
  text-indent: -1.2em;
  margin-left: 1.2em;
  display: inline-block; }
  .et870-app_att:before {
    content: '※';
    padding-right: 0.2em; }

@keyframes appDisplay {
  0% {
    transform: translateY(0); }
  30% {
    transform: translateY(0); }
  70% {
    transform: translateY(calc(-100% + 312px)); }
  100% {
    transform: translateY(calc(-100% + 312px)); } }
.et870-app_step {
  color: #4d4d4d;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  z-index: 1000; }
  .et870-app_step .step_title {
    color: #4d4d4d;
    font-size: 2.8rem;
    font-weight: normal;
    position: relative;
    margin-bottom: 10px; }
    .et870-app_step .step_title span {
      height: 46px;
      width: 46px;
      display: inline-block;
      background-color: #5f789a;
      border-radius: 50%;
      line-height: 46px;
      text-align: center;
      color: #fff;
      font-size: 3.6rem;
      font-family: Arial, sans-serif;
      position: absolute;
      left: -60px;
      top: 50%;
      transform: translateY(-50%); }
  .et870-app_step ul.step_feature {
    margin-top: 60px;
    width: 520px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1000; }
    .et870-app_step ul.step_feature li {
      background-color: #5f789a;
      color: #fff;
      font-size: 1.4rem;
      width: 167px;
      height: 40px;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
	  text-align: center;
      line-height: 1; }
  .et870-app_step .step_actual {
    background-image: url("../img/et65/img_et870app_02_iphone.png");
    background-repeat: no-repeat;
    width: 259px;
    height: 466px;
    position: absolute; }
    .et870-app_step .step_actual ul {
      position: absolute;
      left: 11%;
      top: 11.7%; }
    .et870-app_step .step_actual li span {
      opacity: 0;
      transition: opacity 1s ease-in; }
    .et870-app_step .step_actual .et870-app_att {
      position: absolute;
      bottom: -2.5em; }
  .et870-app_step .step_actual.is-show li span {
    opacity: 1; }
  .et870-app_step .step_actual_display {
    padding-top: 36px;
    height: 348px;
    overflow: hidden; }
    .et870-app_step .step_actual_display:after {
      content: '';
      display: inline-block;
      height: 36px;
      background-image: url("../img/et65/img_et870app_03a.png");
      background-repeat: no-repeat;
      background-position: center top;
      position: absolute;
      left: 0;
      right: 0;
      top: 0; }
  .et870-app_step .step_actual_display.is-show img {
    animation: appDisplay 5s linear infinite;
    animation-direction: alternate; }

.et870-app_step.step01 {
  padding-left: 550px; }
  .et870-app_step.step01 .step_actual {
    position: absolute;
    left: 170px;
    top: -10px; }
    .et870-app_step.step01 .step_actual li {
      position: relative; }
      .et870-app_step.step01 .step_actual li span {
        position: absolute;
        top: 132px;
        transform: translateX(-354px); }
  .et870-app_step.step01 .step_image01 {
    position: absolute;
    bottom: -247px;
    right: 213px; }

.et870-app_step.step02 {
  margin-top: 270px;
  padding-left: 135px; }
  .et870-app_step.step02 .step_actual {
    position: absolute;
    right: 160px;
    top: -10px; }
    .et870-app_step.step02 .step_actual li {
      position: relative; }
      .et870-app_step.step02 .step_actual li span {
        position: absolute;
        top: 106px;
        left: 158px;
        transform: translateX(-298px); }
  .et870-app_step.step02 .step_image01 {
    position: absolute;
    bottom: -415px;
    left: 410px; }

.et870-app_step.step03 {
  margin-top: 574px;
  padding-left: 460px;
  min-height: 466px; }
  .et870-app_step.step03 .step_actual {
    position: absolute;
    left: 170px;
    top: -10px; }
  .et870-app_step.step03 .step_sample {
    bottom: 69px;
    position: absolute; }
    .et870-app_step.step03 .step_sample li {
      display: inline-block; }
    .et870-app_step.step03 .step_sample li + li {
      margin-left: 10px; }
    .et870-app_step.step03 .step_sample .et870-app_att {
      position: absolute;
      bottom: -3em; }

.et870-app_ticker {
  background-color: #f1f6f6;
  position: absolute;
  transform: translateX(-30px);
  transition: transform 0.3s linear, opacity 0.3s linear; }
  .et870-app_ticker.is-show {
    transform: translateX(0);
    opacity: 1; }

.et870-app_ticker01 {
  left: 213px;
  top: 186px;
  opacity: 0; }

.et870-app_ticker02 {
  left: 219px;
  bottom: 530px;
  z-index: 1000;
  opacity: 0; }

/*------------------------------------------------------------
  Package
------------------------------------------------------------*/
.product-reach-et870 {
  background: #f1f6f6;
  height: 1000px;
  margin-top: 40px; }
  .product-reach-et870 .product-reach_att {
    bottom: inherit;
    top: 725px; }
  .product-reach-et870 .product-reach_btn {
    top: 340px;
    right: 0; }
    .product-reach-et870 .product-reach_btn:hover {
      color: #7c7c7c; }
  .product-reach-et870 .btn-area {
    bottom: 90px; }
  .product-reach-et870 .product-reach_item02 .product-reach_image {
    left: 52%;
    transform: translateX(-50%); }
  .product-reach-et870 .product-reach_item02 .product-reach_item_body {
    top: 590px;
    left: 200px; }
  .product-reach-et870 .product-reach_item02 .product-reach_btn {
    right: inherit;
    left: 0; }

.product-reach_item02 .product-reach_item_body .item_title.cen {
  text-align: center; }

.et900-kv01 {
  background-image: url("../img/et90/bg_kv-et90-01en.jpg");
  background-position: center center; }

.et900-kv02 {
  background-image: url("../img/et90/bg_kv-et90-02en.jpg");
  background-position: center center;
  text-align: center; }

.section-message p span {
  font-size: 4.5rem;
  display: block; }

.ET900bt-Y {
  top: 70px;
  left: 50px; }

.ET900bt-B {
  top: 70px;
  right: 70px; }

/*------------------------------------------------------------
  FEATURE
------------------------------------------------------------*/
body.et900 .feature-et900-01 {
  height: 820px;
  background-image: url("../img/et90/bg_feature1_et900_01.jpg"); }
body.et900 .feature-et900-01 .feature_description {
  top: 45px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
body.et900 .feature-et900-01 .feature_description,
body.et900 .feature-et900-01 .feature_icon {
  opacity: 1; }
body.et900 .feature-et900-01 .feature_image01 {
  display: inline-block;
  width: 835px;
  height: 474px;
  bottom: -85px;
  margin-left: -558px;
  transition: 5s opacity linear;
  background-image: url("../img/et90/img_feature1_et900_01.png"); }
body.et900 .feature-et900-01 .feature_image01::before {
  content: '';
  display: block;
  width: 640px;
  height: 474px;
  position: absolute;
  top: 3px;
  left: 0px;
  background-image: url("../img/et90/img_feature1_et900_01bw.png");
  background-position: center center;
  opacity: 1;
  transition: 1.5s opacity linear; }
body.et900 .feature-et900-01.is-show .feature_image01:before {
  opacity: 0; }
body.et900 .feature-et900-01 .feature_image02 {
  top: 411px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
body.et900 .feature-et900-01 .feature_image03 {
  width: 357px;
  height: 146px;
  background-image: url("../img/et90/img_feature1_et900_04.png");
  top: 232px;
  margin-left: -31px; }
body.et900 .feature-et900-02 {
  height: 1000px;
  background-image: url("../img/et90/bg_feature2_et90_01.jpg"); }
body.et900 .feature-et900-02:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/et90/bg_feature2_et900_01bw.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  transition: 1.5s opacity linear; }
body.et900 .feature-et900-02.is-show:before {
  opacity: 0; }
body.et900 .feature-et900-02 .feature_description,
body.et900 .feature-et900-02 .feature_icon {
  opacity: 1; }
body.et900 .feature-et900-02 .feature_description {
  top: 120px;
  margin-left: -490px; }
body.et900 .feature-et900-03 {
  height: 820px;
  background-image: url("../img/et90/bg_feature3_et90_01.jpg");
  background-color: #d7d6d2; }
body.et900 .feature-et900-03:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/et90/bg_feature3_et90_01bw.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  transition: 1s opacity linear; }
body.et900 .feature-et900-03.is-show:before {
  opacity: 0; }
body.et900 .feature-et900-03 .feature_description,
body.et900 .feature-et900-03 .feature_icon {
  opacity: 1; }
body.et900 .feature-et900-03 .feature_description {
  top: 130px;
  margin-left: -490px; }
body.et900 .feature-et900-03 .feature_title {
  margin-bottom: 20px;
  color: #FFF; }
body.et900 .feature3_et900 {
  display: inline-block;
  background-image: url("../img/et90/img_feature3_et90_02.png");
  background-position: 0 0;
  width: 0;
  height: 49px;
  position: absolute;
  left: 50%;
  top: 650px;
  margin-left: -448px;
  transition: 1s width linear; }
body.et900 .feature3_et900.is-show {
  width: 889px; }
body.et900 #feature03 .feature_text {
  color: #FFF;
  position: absolute;
  top: 634px;
  width: 640px !important;
  text-shadow: black 0px 0px 10px; }
body.et900 #feature_04 .feature_04_image {
  left: -363px; }
body.et900 #feature_04 .feature_04_image.is-show {
  left: 203px; }
body.et900 .feature-et900-04 {
  height: 1100px;
  background-image: url("../img/et90/bg_feature4_et900_01bw.jpg");
  background-color: #d7d6d2; }
body.et900 .feature-et900-04.is-show:before {
  opacity: 0; }
body.et900 .feature-et900-04 .feature_description,
body.et900 .feature-et900-04 .feature_icon {
  opacity: 1; }
body.et900 .feature-et900-04 .feature_description {
  top: 90px;
  margin-left: -300px;
  width: 570px; }
body.et900 .feature-et900-04 .feature_title {
  margin-bottom: 20px; }
body.et900 .feature4_et900 {
  display: inline-block;
  background-image: url("../img/et90/img_feature4_et900_02.png");
  background-position: 0 0;
  width: 0;
  height: 360px;
  position: absolute;
  left: 50%;
  top: 400px;
  margin-left: -563px;
  transition: 1s width linear; }
body.et900 .feature4_et900.is-show {
  width: 1126px; }
body.et900 #feature04 .feature_text img {
  float: left;
  padding-right: 15px;
  margin-top: -25px; }
body.et900 .feature_text.case {
  display: block;
  margin: 50px auto 0;
  width: 550px; }
body.et900 .feature04_cover {
  margin: 380px auto 0;
  display: block;
  text-align: center; }
body.et900 .feature04_image02, body.et900 .feature04_image03, body.et900 .feature04_image04 {
  display: inline-block;
  position: relative;
  left: 0px;
  bottom: 0;
  transition: 0.5s left ease-Out; }
body.et900 .feature04_image02 {
  left: -300px;
  opacity: 0; }
body.et900 .feature04_image02.is-show {
  left: -50px;
  opacity: 1;
  transition: 1s left ease-Out; }
body.et900 .feature04_image03 {
  left: -400px;
  opacity: 0; }
body.et900 .feature04_image03.is-show {
  left: 0px;
  opacity: 1;
  transition: 1s left ease-Out; }
body.et900 .feature04_image04 {
  left: -500px;
  opacity: 0; }
body.et900 .feature04_image04.is-show {
  left: 50px;
  opacity: 1;
  transition: 1s left ease-Out; }
body.et900 .feature_text.case {
  display: block;
  margin: 50px auto 0;
  width: 585px; }
  body.et900 .feature_text.case .head {
    display: block;
    font-size: 20px; }
body.et900 .feature-et900-05 {
  height: 820px;
  background-image: url("../img/et90/bg_feature5_et900_01.jpg");
  background-color: #d7d6d2; }
body.et900 .feature-et900-05:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/et90/bg_feature5_et900_01bw.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  transition: 1s opacity linear; }
body.et900 .feature-et900-05.is-show:before {
  opacity: 0; }
body.et900 .feature-et900-05 .feature_description,
body.et900 .feature-et900-05 .feature_icon {
  opacity: 1; }
body.et900 .feature-et900-05 .feature_description {
  top: 290px;
  margin-left: -450px;
  width: 900px; }
body.et900 .feature-et900-05 .feature_title {
  margin-bottom: 20px; }
body.et900 .feature5_et900 {
  display: inline-block;
  background-image: url("../img/et90/img_feature5_et900_02.png");
  background-position: 0 0;
  width: 0;
  height: 49px;
  position: absolute;
  left: 31%;
  top: 650px;
  margin-left: -193px;
  transition: 1s width linear; }
body.et900 .feature5_et900.is-show {
  width: 889px; }
body.et900 .feature-et900-06 {
  height: 820px;
  background-image: url("../img/et90/bg_feature6_et90_01.jpg");
  background-color: #d7d6d2; }
body.et900 .feature-et900-06:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/et90/bg_feature6_et90_01bw.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  transition: 2s opacity linear; }
body.et900 .feature-et900-06.is-show:before {
  opacity: 0; }
body.et900 .feature-et900-06 .feature_description,
body.et900 .feature-et900-06 .feature_icon {
  opacity: 1; }
body.et900 .feature-et900-06 .feature_description {
  top: 70px;
  margin-left: -500px;
  width: 1000px; }
body.et900 .feature-et900-06 .feature_title {
  margin-bottom: 20px; }
body.et900 .feature6_et900 {
  display: inline-block;
  background-image: url("../img/et90/img_feature5_et900_02.png");
  background-position: 0 0;
  width: 0;
  height: 49px;
  position: absolute;
  left: 31%;
  top: 650px;
  margin-left: -193px;
  transition: 1s width linear; }
body.et900 .feature6_et900.is-show {
  width: 889px; }
body.et900 #feature06 .feature_text {
  display: inline-block;
  text-align: left;
  width: 300px;
  position: absolute; }
body.et900 #feature06 h2, body.et900 #feature06 p {
  color: #FFF; }
body.et900 #feature06 p, body.et900 #feature06 h2 {
  color: #4d4d4d; }
body.et900 .feature_text.ex01 {
  left: 0;
  top: 270px; }
body.et900 .feature_text.ex02 {
  left: 0;
  top: 380px; }
body.et900 .feature_text.ex03 {
  right: 0;
  top: 270px; }
body.et900 .head {
  display: block;
  font-size: 2rem; }
body.et900 .bold {
  font-weight: bold; }
body.et900 .app_et900bt {
  display: inline-block;
  text-align: right;
  width: 100%;
  position: absolute;
  right: 0;
  top: 636px; }
body.et900 .app_et900bt li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin-left: 20px; }
body.et900 .feature-et900-07 {
  height: 480px;
  background-image: url("../img/et90/bg_feature7_et900_01.jpg");
  background-color: #b4b4b4; }
body.et900 .feature-et900-07 .feature_description {
  top: 120px;
  margin-left: -500px;
  width: 1000px; }
body.et900 .feature-et900-07 .feature_description, body.et900 .feature-et900-07 .feature_icon {
  opacity: 1; }
body.et900 #feature07 p, body.et900 #feature07 h2 {
  color: #4d4d4d; }
body.et900 #feature07 .feature_title span {
  display: block;
  font-size: 26px; }
body.et900 #feature02 .feature_title {
  text-align: left;
  width: 645px; }
body.et900 #feature02 .feature_title span {
  display: block;
  font-size: 70%;
  margin-top: 20px; }
body.et900 #feature02 .feature_icon {
  margin-bottom: 38px; }
body.et900 #feature02 .pivot {
  width: 500px;
  text-align: left;
  position: absolute;
  top: 590px; }
body.et900 #feature02 .feature_text span {
  font-weight: bold;
  font-size: 120%; }
body.et900 .feature_text.pivot img {
  float: left;
  padding-right: 15px; }
body.et900 .point01, body.et900 .point02, body.et900 .point03 {
  text-align: left;
  font-size: 1.8rem !important; }
body.et900 .point01 {
  position: absolute;
  left: 381px;
  top: 264px;
  width: 240px; }
body.et900 .point02 {
  position: absolute;
  left: 260px;
  top: 390px;
  width: 305px; }
body.et900 .point03 {
  position: absolute;
  left: 600px;
  top: 641px;
  width: 281px; }
body.et900 .seihin {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 70px; }
body.et900 .seihin a {
  font-size: 28px;
  color: #908b89;
  display: inline-block;
  background-color: #FFF;
  padding: 12px 76px 12px 58px;
  position: relative; }
body.et900 .seihin a:hover {
  color: #908b89; }
body.et900 .seihin a::before {
  content: '';
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../img/icon07-blank.svg");
  background-size: 25px 25px;
  width: 25px;
  height: 25px; }
body.et900 .section-product-reach .product-reach_bottom,
body.et900 #feature02 .product-reach_bottom,
body.et900 #feature04 .product-reach_bottom {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 70px; }
body.et900 img.cartgray {
  width: 26px;
  position: relative;
  top: 1px;
  right: 8px; }
body.et900 .sup {
  font-size: 60% !important;
  font-weight: normal !important;
  vertical-align: top;
  display: inline-block !important;
  margin-top: 0px !important; }

#feature02 .product-reach_bottom1.seihin {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 70px; }

#feature02 .product-reach_bottom1.seihin a {
  font-size: 28px;
  color: #908b89;
  display: inline-block;
  background-color: #FFF;
  padding: 12px 76px 12px 58px;
  position: relative; }

#feature02 .product-reach_bottom1.seihin a::before {
  content: '';
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/icon07-blank.svg);
  background-size: 25px 25px;
  width: 25px;
  height: 25px; }

body.concept {
  font-size: 1.6rem;
  color: #fff;
  background-color: #000; }

body.concept article {
  line-height: 1.6; }

@keyframes kv1 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes kv2a {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes kv2b {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes kv2c {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes kv3a {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }
@keyframes kv3b {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
@keyframes kv3c {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes kv3d {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes kv4a {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes kv4b {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes kv5a {
  0% {
    opacity: 0;
    left: -75px; }
  100% {
    opacity: 1;
    left: 0; } }
@keyframes kv5b {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.8; } }
@keyframes kv6 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.kv-active .concept-kv_layer01 {
  animation-name: kv1;
  animation-duration: 3s;
  animation-timing-function: linear; }
.kv-active .concept-kv_layer02 {
  animation-name: kv2a,kv2b,kv2c;
  animation-duration: 1.5s,1.5s,1s;
  animation-delay: 3s,4.5s,6s;
  animation-timing-function: linear,linear,linear; }
.kv-active .concept-kv_layer03 {
  animation-name: kv3a,kv3b,kv3c,kv3d;
  animation-duration: 1.5s, 1s, 1s, 1s;
  animation-delay: 5s, 6.5s, 7.5s, 8.5s;
  animation-timing-function: linear,linear,linear,linear; }
.kv-active .concept-kv_layer04 {
  animation-name: kv4a,kv4b;
  animation-duration: 1.5s, 1.5s;
  animation-delay: 9.5s, 11s;
  animation-timing-function: linear,linear;
  opacity: 0; }
.kv-active .concept-kv_layer05 {
  animation-name: kv5a, kv5b;
  animation-duration: 1.5s, 1.5s;
  animation-delay: 11.5s, 13s;
  animation-timing-function: ease-out, linear;
  animation-fill-mode: forwards, forwards; }
.kv-active .concept-kv_layer06 {
  animation-name: kv6;
  animation-duration: 2s;
  animation-delay: 13s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

.concept-kv {
  width: 100%;
  height: 820px;
  background-color: #000;
  position: relative;
  background-image: url("../img/concept/img_concept_kv01.jpg");
  background-size: cover; }
  .concept-kv .concept-kv_layer {
    width: 100%;
    height: 100%;
    position: absolute; }
    .concept-kv .concept-kv_layer .layer_txt img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
  .concept-kv .concept-kv_layer01 {
    z-index: 500;
    opacity: 0;
    background-image: url("../img/concept/img_concept_kv01.jpg");
    background-position: center center; }
  .concept-kv .concept-kv_layer02 {
    z-index: 400;
    opacity: 0;
    background-image: url("../img/concept/img_concept_kv02.jpg");
    background-position: center center; }
  .concept-kv .concept-kv_layer03 {
    z-index: 300;
    background-image: url(../img/concept/img_concept_kv03.jpg);
    background-position: center 60px;
    opacity: 0; }
  .concept-kv .concept-kv_layer04 {
    z-index: 200;
    opacity: 0;
    background-image: url("../img/concept/img_concept_kv02.jpg");
    background-position: center center; }
  .concept-kv .concept-kv_layer05 {
    z-index: 100;
    background-image: url(../img/concept/img_concept_kv05.jpg);
    background-position: center center;
    opacity: 0;
    left: 0; }
  .concept-kv .concept-kv_layer06 {
    z-index: 150;
    opacity: 0; }

.concept-kv_layer01 .layer_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }
  .concept-kv .concept-kv_layer01 .layer_txt img {
    position: static;
    transform: translateX(0) translateY(0); }
  .concept-kv_layer01 .layer_txt span {
    color: #ddd;
    font-family: 'メイリオ', sans-serif;
    font-size: 3.1rem;
    letter-spacing: 0.1em;
    display: block;
    text-align: center;
    margin-top: 30px; }
.concept-kv_layer01 img {
  width: 411px;
  height: 103px; }

.concept-kv_layer06 {
  text-align: center;
  overflow: hidden; }
  .concept-kv_layer06 .layer06_logo img {
    position: absolute;
    top: 294px;
    left: 50%;
    transform: translateX(-50%);
    width: 515px;
    height: auto; }
  .concept-kv_layer06 .layer06_image {
    position: absolute;
    bottom: 218px;
    height: 208px;
    left: 0;
    line-height: 0;
    display: flex;
    justify-content: center;
    width: 100%; }
    .concept-kv_layer06 .layer06_image p + p {
      margin-left: 30px; }
    .concept-kv_layer06 .layer06_image img {
      vertical-align: bottom; }

.concept-kv_layer {
  transition: opacity 1s; }

.seciton_title .seciton_title_sub {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 3px;
  display: inline-block;
  margin-top: 12px; }

.section_text {
  line-height: 1.8;
  letter-spacing: 3px; }

.concept-section01 {
  height: 700px;
  text-align: center;
  padding-top: 145px;
  position: relative;
  background-image: url("../img/concept/img_concept_kv01.jpg");
  background-size: cover; }
  .concept-section01 .seciton_title {
    line-height: 1;
    margin-bottom: 40px; }
  .concept-section01 .section_text {
    margin-top: 80px; }
    .concept-section01 .section_text p + p {
      margin-top: 1em; }
  .concept-section01 .concept_label01 {
    position: relative; }
    .concept-section01 .concept_label01 .seciton_title, .concept-section01 .concept_label01 .seciton_title_copy {
      top: 20px;
      opacity: 0;
      position: relative;
      transition: 1.5s all ease-Out; }
    .concept-section01 .concept_label01 .seciton_title_copy {
      transition-delay: 1s; }
    .concept-section01 .concept_label01.is-show .seciton_title, .concept-section01 .concept_label01.is-show .seciton_title_copy {
      opacity: 1;
      top: 0; }

.concept-section02 {
  text-align: center; }
  .concept-section02 .concept-section02_header {
    height: 550px;
    padding-top: 250px;
    background-image: url(../img/concept/bg_concept-s2.jpg);
    background-position: center center; }
  .concept-section02 .concept-section02_body {
    height: 860px;
    padding-top: 70px;
    background-image: url("../img/concept/img_concept_kv01.jpg");
    background-size: cover; }
    .concept-section02 .concept-section02_body .section_text {
      margin-bottom: 50px; }
      .concept-section02 .concept-section02_body .section_text p + p {
        margin-top: 1em; }
    .concept-section02 .concept-section02_body .section_image {
      margin-left: 197px; }
  .concept-section02 .concept_label02 {
    top: 20px;
    opacity: 0;
    position: relative;
    transition: 1.5s all ease-Out; }
    .concept-section02 .concept_label02.is-show {
      opacity: 1;
      top: 0; }

.concept-section03 {
  height: 800px;
  background-image: url("../img/concept/img_concept_kv07b.jpg");
  background-size: cover;
  position: relative; }

.concept-section03_header {
  position: absolute;
  left: 8%;
  top: 113px; }
  .concept-section03_header h2 img {
    width: 570px; }
  .concept-section03_header p {
    font-size: 1.8rem;
    margin-top: 10px; }

.concept-section03_box {
  width: 530px;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-40%);
  font-size: 1.3rem;
  opacity: 0;
  transition: 1.5s all ease-Out; }
  .concept-section03_box.is-show {
    opacity: 1;
    transform: translateY(-36%); }
  .concept-section03_box .name {
    font-size: 40px;
    display: block;
    line-height: 40px; }
  .concept-section03_box .name_small {
    position: absolute;
    top: 40px;
    left: 225px; }
  .concept-section03_box p {
    font-size: 1.5rem;
    line-height: 1.5; }
  .concept-section03_box .age {
    font-size: 1.7rem; }
  .concept-section03_box .mario_summary {
    margin-top: 10px; }

/*------------------------------------------------------------
  APPLICATION TOP
------------------------------------------------------------*/
body.application #header {
  background: rgba(255, 255, 255, 0.9); }

.application_hero {
  background-image: url(../img/app/bg_app01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  color: #000;
  font-size: 1.4rem;
  height: 1200px;
  padding: 115px calc(50% - 600px) 0;
  position: relative; }

.application_hero p {
  font-size: 1.6rem; }

.application_hero__header_title {
  color: #4d4d4d;
  font-size: 6.8rem;
  font-weight: normal;
  font-family: Arial, sans-serif;
  margin-bottom: 30px; }

.application_index {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  top: 600px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 30px calc(50% - 560px) 40px;
  display: flex;
  justify-content: center; }
  .application_index .index_item {
    text-align: center; }
    .application_index .index_item .item_title {
      font-size: 2.7rem;
      font-family: Arial, sans-serif;
      font-weight: normal;
      margin-bottom: 25px;
      min-height: 35px; }
      .application_index .index_item .item_title img {
        height: 35px; }
    .application_index .index_item .item_label {
      background: #c80002;
      display: inline-block;
      font-size: 1.4rem;
      width: 200px;
      padding: 3px 0;
      text-align: center;
      line-height: 1.3; }
    .application_index .index_item .item_description {
      font-size: 1.4rem;
      margin-top: 12px;
      line-height: 1.5; }
    .application_index .index_item .item__logo {
      padding: 35px 0 32px; }
      .application_index .index_item .item__logo img {
        height: 79px;
        width: auto; }
    .application_index .index_item ul.item_links {
      display: flex;
      justify-content: center; }
      .application_index .index_item ul.item_links li + li {
        margin-left: 12px; }
      .application_index .index_item ul.item_links img {
        height: 40px;
        width: auto; }
  .application_index .index_item:nth-child(2) .item_title,
  .application_index .index_item:nth-child(3) .item_title {
    transform: translateY(8px); }
  .application_index .index_item + .index_item {
    margin-left: 75px; }
  .application_index ul.item_link2 {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 305px;
    text-align: center; }
    .application_index ul.item_link2 li + li {
      margin-top: 20px; }
    .application_index ul.item_link2 a {
      background: #fff;
      background-image: url("../img/common/icon_arrow01.png");
      background-repeat: no-repeat;
      background-position: right 15px center;
      background-size: 13px auto;
      color: #7d7d7d;
      display: block;
      font-size: 2.7rem;
      padding: 10px 30px 10px 15px; }

.application_message {
  font-family: 'Times New Roman', serif;
  font-size: 3.4rem;
  line-height: 1.82;
  letter-spacing: 1px;
  color: #4d4d4d;
  text-align: center;
  height: 410px;
  background-color: #f1f6f6;
  position: relative;
  overflow: hidden;
  text-indent: inherit; }

.application_message p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

/*------------------------------------------------------------
  RUN & MUSIC
------------------------------------------------------------*/
.seciton-app {
  font-size: 1.6rem;
  color: #4d4d4d;
  line-height: 1.5;
  position: relative; }

.app_headding01 {
  font-size: 4rem;
  font-weight: normal;
  color: #4d4d4d;
  text-align: center; }

.app01 {
  height: 2154px;
  background-color: #f9f9f9;
  background-image: url(../img/app/run-music/bg_app1_01.png);
  background-position: center top;
  padding-top: 460px; }
  .app01:before {
    content: '';
    background-image: url(../img/app/run-music/bg_app1_02.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 908px;
    height: 1010px;
    position: absolute;
    left: 50%;
    bottom: 0; }
  .app01 .app01_header {
    text-align: center; }
    .app01 .app01_header p span {
      font-size: 1.3rem; }
  .app01 .app01_header_store {
    margin-top: 35px;
    text-align: center; }
    .app01 .app01_header_store .app01_header_store_att {
      font-size: 1.4rem;
      margin-bottom: 7px; }
    .app01 .app01_header_store li {
      display: inline-block;
      vertical-align: top;
      line-height: 1; }
    .app01 .app01_header_store li + li {
      margin-left: 40px; }
  .app01 .app01_header_title {
    margin-bottom: 26px; }
    .app01 .app01_header_title .title_logo, .app01 .app01_header_title .title_name {
      display: inline-block;
      vertical-align: middle; }
    .app01 .app01_header_title p {
      display: inline-block;
      vertical-align: middle;
      font-weight: lighter; }

.app01_main {
  margin-top: 80px; }

.app01_point {
  width: 590px;
  border-left: 1px solid #848484;
  padding-left: 43px;
  position: relative; }
  .app01_point .app01_point_title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #4d4d4d;
    margin-top: -2px;
    margin-bottom: 11px;
    position: relative; }
    .app01_point .app01_point_title:before {
      content: '';
      font-size: 2rem;
      color: #fff;
      background-color: #4d4d4d;
      width: 24px;
      height: 24px;
      text-align: center;
      display: block;
      line-height: 1em;
      padding-top: 2px;
      box-sizing: border-box;
      position: absolute;
      top: 4px;
      left: -33px; }
  .app01_point .app01_point_image_cover {
    width: 100%;
    position: absolute;
    overflow-x: hidden;
    bottom: -8px;
    margin-left: -43px; }
  .app01_point .app01_point_image {
    display: inline-block;
    position: relative;
    left: 203px;
    bottom: 0;
    transition: 0.5s left ease-Out; }
    .app01_point .app01_point_image img {
      vertical-align: bottom; }
    .app01_point .app01_point_image img + img {
      margin-left: -7px; }
  .app01_point .app01_point_att {
    font-size: 1.4rem;
    position: absolute;
    bottom: -40px;
    right: 23px; }

.app01_point01 {
  height: 396px; }
  .app01_point01 .app01_point_title:before {
    content: '1'; }
  .app01_point01 .app01_point_image {
    left: -370px; }
    .app01_point01 .app01_point_image.is-show {
      left: 203px; }

.app01_point02 {
  height: 396px; }
  .app01_point02 .app01_point_title:before {
    content: '2'; }
  .app01_point02 .app01_point_image {
    left: -363px; }
    .app01_point02 .app01_point_image.is-show {
      left: 210px; }

.app01_point03 {
  height: 400px; }
  .app01_point03 .app01_point_title:before {
    content: '3'; }
  .app01_point03 .app01_point_image {
    left: -259px; }
    .app01_point03 .app01_point_image.is-show {
      left: 210px; }

.app01_point {
  position: absolute; }
  .app01_point.app01_point01 {
    left: 0;
    bottom: 759px; }
  .app01_point.app01_point02 {
    right: 0;
    bottom: 444px; }
  .app01_point.app01_point03 {
    left: 0;
    bottom: 135px; }

.app02 .app02_header {
  height: 145px;
  line-height: 145px;
  background-color: #ebe9e5; }
.app02 .app02_header .app02_title {
  font-size: 3.8rem;
  color: #4d4d4d;
  letter-spacing: 2px;
  font-weight: normal;
  text-align: center; }

/* レース通知機能（音声通知） */
.app02a {
  text-align: center;
  height: 750px;
  background-image: url(../img/app/run-music/bg_app2.jpg);
  background-position: center top;
  padding-top: 45px;
  position: relative; }
  .app02a .app_headding01 {
    margin-bottom: 10px; }
  .app02a .app02a_image {
    display: inline-block;
    background-image: url(../img/app/run-music/img_app2_01.png);
    background-position: 0 0;
    width: 0;
    height: 358px;
    position: absolute;
    left: 50%;
    top: 317px;
    margin-left: -200px;
    transition: 1s width linear; }
    .app02a .app02a_image.is-show {
      width: 607px; }

/* ピッチコントロール機能） */
.app02b {
  text-align: center;
  height: 750px;
  padding-top: 35px;
  position: relative; }
  .app02b .app_headding01 {
    margin-bottom: 20px; }
  .app02b p sup {
    font-size: 1em;
    font-weight: bold;
    vertical-align: top;
    display: inline-block;
    padding: 0 3px; }
  .app02b p span.txt-att {
    font-size: 1.2rem; }
  .app02b .app02b_bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -300px;
    right: 0;
    background-image: url(../img/app/run-music/bg_app3.jpg);
    background-position: center center;
    z-index: -1;
    opacity: 0;
    transition: 1s all ease-Out; }
    .app02b .app02b_bg.is-show {
      opacity: 1;
      bottom: 0; }
  .app02b .app02b_image {
    position: absolute;
    top: 388px;
    left: 50%;
    margin-left: 86px;
    opacity: 0;
    transition: 1s all ease-in 1s; }
    .app02b .app02b_image.is-show {
      opacity: 1; }
  .app02b .app02b_att {
    font-size: 1.4rem;
    vertical-align: bottom;
    width: 1200px;
    text-align: right;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -600px;
    padding-right: 5px; }

/* bpm機能 */
.app02c {
  height: 1325px;
  background-image: url(../img/app/run-music/bg_app4.jpg);
  background-position: center top;
  padding-top: 55px; }
  .app02c p span {
    font-size: 1.2rem; }

.app02c_point-set {
  width: 1200px;
  margin: 85px auto 0 auto;
  padding-left: 70px; }

.app02c_point {
  position: relative; }
  .app02c_point .app02c_point_title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    color: #4d4d4d;
    margin-bottom: 12px; }
  .app02c_point .app02c_point_main {
    border-left: 1px solid #848484;
    padding-left: 10px;
    float: left; }
  .app02c_point .app02c_point01_image img {
    margin-top: -45px; }

.app02c_point_body:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both; }
.app02c_point_body .app02c_point_image img {
  transition: 0.75s all ease-Out;
  transform: scale(0);
  transform-origin: 50% 50%; }
  .app02c_point_body .app02c_point_image img.is-show {
    transform: scale(1); }

.app02c_point_list li {
  position: relative;
  padding-left: 1.5em; }
  .app02c_point_list li:before {
    content: '・';
    position: absolute;
    left: 0; }

p + .app02c_point_list {
  margin-top: 40px; }

.app02c_point01 .app02c_point_main {
  padding-right: 15px; }

.app02c_point02 {
  margin-top: 70px; }
  .app02c_point02 .app02c_point_list li + li {
    margin-top: 10px; }
  .app02c_point02 .app02c_point02_image {
    position: relative;
    left: -10px; }

.app02c .app02c_att {
  font-size: 1.4rem;
  vertical-align: bottom;
  width: 1200px;
  text-align: right;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -600px;
  padding-right: 5px; }

.app03 .app03_header {
  text-align: center;
  height: 145px;
  line-height: 145px;
  background-color: #ebe9e5; }
  .app03 .app03_header img {
    vertical-align: middle; }
.app03 .app03_body {
  margin: 105px 80px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  .app03 .app03_body ul li {
    font-size: 2rem;
    padding: 20px 22px 20px 55px;
    position: relative; }
    .app03 .app03_body ul li:before {
      content: '';
      width: 16px;
      height: 16px;
      display: inline-block;
      background-color: #7f7f7f;
      position: absolute;
      left: 26px;
      top: 50%;
      border-radius: 50% 50%;
      transform: translateY(-50%); }
    .app03 .app03_body ul li + li {
      border-top: 1px solid #dfdfdf; }

@font-face {
  font-family: "iconFont";
  src: url("../asset/fonts/iconFont.eot?#iefix") format("eot");
  src: url("../asset/fonts/iconFont.woff") format("woff"), url("../asset/fonst/iconFont.ttf") format("truetype"), url("../asset/fonts/iconFont.otf") format("opentype"); }
html {
  font-size: 62.5%; }

body {
  font-family: 'Lucida Grande', Arial , Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  min-width: 1200px;
  position: relative; }
  body * {
    background-repeat: no-repeat;
    box-sizing: border-box; }
  body img {
    line-height: 1;
    height: auto; }

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.5s; }
  a:hover {
    color: inherit;
    opacity: 0.6; }

p sup {
  vertical-align: super;
  font-size: 60%; }

.spbr {
  display: none; }

.spimg {
  display: none; }

.sm_img {
  display: none; }

.br-narrow {
  display: none; }

ul li {
  list-style-type: none; }

.content-inner {
  width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.page {
  overflow: hidden; }

.kataban {
  display: block;
  font-size: 18px;
  line-height: 22px; }

.colour {
  display: block;
  font-size: 26px;
  line-height: 3rem; }

.only_sm {
  display: none; }

.box700 {
  max-width: 800px;
  width: 100%;
  margin: 0px auto; }

/*------------------------------------------------------------
  Lineup(header & footer)
------------------------------------------------------------*/
.ae-lineup {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }

.ae-lineup_item {
  text-align: center;
  position: relative;
  width: 19%; }
  .ae-lineup_item > a {
    display: block; }
  .ae-lineup_item .item_title {
    line-height: 1;
    box-sizing: border-box; }
  .ae-lineup_item dl.item_app {
    color: #7d7d7d;
    display: flex;
    font-size: 1.2rem;
    margin-top: 12px;
    align-items: center;
    justify-content: center; }
    .ae-lineup_item dl.item_app dt {
      border: 1px solid #999;
      display: inline-block;
      margin-right: 20px;
      padding: 7px 12px; }
    .ae-lineup_item dl.item_app dd {
      position: relative; }
      .ae-lineup_item dl.item_app dd img {
        width: 45px;
        height: auto; }
      .ae-lineup_item dl.item_app dd span {
        display: inline-block;
        font-size: 1.2rem;
        position: absolute;
        right: 0;
        bottom: -1.1em; }
    .ae-lineup_item dl.item_app dd + dd {
      margin-left: 10px; }
  .ae-lineup_item .item_image {
    height: 220px;
    margin-top: 5px;
    box-sizing: border-box;
    position: relative; }
  .ae-lineup_item .item_link {
    color: #7d7d7d;
    display: inline-block;
    font-size: 1.8rem;
    text-decoration: underline;
    position: relative;
    padding-right: 30px;
    margin-top: 5px; }
    .ae-lineup_item .item_link:before {
      content: '';
      background-image: url(../img/icon05.svg);
      width: 13px;
      height: 19px;
      background-size: 13px auto;
      background-repeat: no-repeat;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  .ae-lineup_item .item_att {
    color: #7d7d7d;
    font-size: 1.1rem;
    display: block;
    margin-top: 20px;
    line-height: 1.4;
    text-align: left; }
    .ae-lineup_item .item_att:before {
      content: '※';
      text-indent: -1em;
      margin-left: -1em; }

.ae-lineup_item.new .item_image {
  margin-top: 5px; }
  .ae-lineup_item.new .item_image:after {
    background: #ff0000;
    content: 'NIEUW';
    color: #fff;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    position: absolute; }

.ae-lineup_item:nth-child(2).new .item_image:after {
  left: 17px;
  top: 12px; }

.ae-lineup_item:nth-child(3) .item_image {
  padding-top: 5px; }

.ae-lineup_item:nth-child(4) .item_image {
  padding-top: 5px; }

/*------------------------------------------------------------
  Header
------------------------------------------------------------*/
#header {
  background: #fff;
  color: #676767;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  z-index: 1000; }
  #header .header_inner {
    width: 1200px;
    margin: 0 auto; }
    #header .header_inner:after {
      content: '';
      display: block;
      visibility: hidden;
      height: 0;
      clear: both; }
  #header .header_logo {
    float: left;
    height: 60px;
    margin-left: 27px; }
    #header .header_logo img {
      width: 66px;
      height: auto;
      vertical-align: middle; }
  #header .header_right {
    float: right;
    font-size: 1.5rem;
    margin-right: 22px; }
  #header .header_inner .header_logo {
    margin-left: 0; }
  #header .header_inner .header_right {
    margin-right: 0; }

#navset {
  position: fixed;
  background: #000;
  width: 100%;
  min-width: 1200px;
  left: 0;
  z-index: 3000;
  top: -116px;
  transition: top 0.5s; }
  #navset.is-show {
    top: 0; }

/*------------------------------------------------------------
  Glonav
------------------------------------------------------------*/
.glonav {
  width: 100%;
  height: 76px;
  background-color: #fff;
  line-height: 76px; }
  .glonav .glonav_inner {
    width: 1200px;
    margin: 0 auto;
    position: relative; }
  .glonav .glonav_logo img {
    width: 158px;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .glonav ul.glonav_list {
    font-size: 1.5rem;
    font-weight: bold;
    color: #707070;
    padding-left: 278px; }
    .glonav ul.glonav_list:after {
      content: '';
      display: block;
      visibility: hidden;
      height: 0;
      clear: both; }
    .glonav ul.glonav_list > li {
      float: left; }
      .glonav ul.glonav_list > li > a, .glonav ul.glonav_list > li > span {
        display: inline-block;
        padding: 0 40px 0 70px;
        position: relative;
        cursor: pointer; }
    .glonav ul.glonav_list li.glonav_list_a a:before,
    .glonav ul.glonav_list li.glonav_list_a span:before {
      content: '';
      width: 12px;
      height: 12px;
      display: inline-block;
      background-color: #ababab;
      position: absolute;
      left: 50px;
      top: 50%;
      transform: translateY(-50%); }
    .glonav ul.glonav_list > li.glonav_list_b > a:before, .glonav ul.glonav_list > li.glonav_list_b > a:after, .glonav ul.glonav_list > li.glonav_list_b > span:before, .glonav ul.glonav_list > li.glonav_list_b > span:after {
      content: '';
      width: 12px;
      height: 4px;
      display: inline-block;
      background-color: #ababab;
      position: absolute;
      left: 50px;
      top: 50%;
      transform: translateY(-50%); }
    .glonav ul.glonav_list > li.glonav_list_b > a:before, .glonav ul.glonav_list > li.glonav_list_b > span:before {
      margin-top: -4px; }
    .glonav ul.glonav_list > li.glonav_list_b > a:after, .glonav ul.glonav_list > li.glonav_list_b > span:after {
      margin-top: 4px; }
    .glonav ul.glonav_list .glonav_list_main {
      position: relative; }
    .glonav ul.glonav_list > li.glonav_list_b.is-show {
      background-image: url(../img/icon06.svg);
      background-size: 19px auto;
      background-position: center bottom; }

/*------------------------------------------------------------
  Nav-child
------------------------------------------------------------*/
div.nav-child {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin: 0 -9999px;
  padding: 10px 9999px 0 9999px;
  position: absolute;
  left: 0;
  box-shadow: 0px 3px 3px -2px #ccc;
  border-top: 1px solid #eee;
  height: 270px; }
  div.nav-child .nav-child_inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto; }
  div.nav-child .nav-child_container {
    height: 100%; }
    div.nav-child .nav-child_container:after {
      content: '';
      display: block;
      visibility: hidden;
      height: 0;
      clear: both; }
    div.nav-child .nav-child_container li {
      width: 437px;
      display: inline-block;
      vertical-align: top;
      text-align: left;
      height: 100%; }
      div.nav-child .nav-child_container li a {
        display: block;
        height: 100%;
        position: relative; }
        div.nav-child .nav-child_container li a:after {
          content: '';
          background-image: url(../img/icon02.svg);
          background-size: 30px auto;
          width: 30px;
          height: 30px;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
      div.nav-child .nav-child_container li a[target=_blank]:after {
        content: '';
        background-image: url(../img/icon04.svg);
        background-size: 30px auto;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
    div.nav-child .nav-child_container li + li {
      margin-left: 80px; }
  div.nav-child dl.nav-child_item {
    position: relative;
    height: 100%; }
    div.nav-child dl.nav-child_item dt {
      position: absolute;
      line-height: 0; }
    div.nav-child dl.nav-child_item dd {
      position: absolute;
      left: 0;
      bottom: 0;
      line-height: 0; }
  div.nav-child .nav-child_close {
    display: none; }

.nav-child-app .nav-child_container li.child01 {
  width: 395px; }
  .nav-child-app .nav-child_container li.child01 dt {
    right: 44px;
    bottom: 74px; }
  .nav-child-app .nav-child_container li.child01 dd {
    bottom: inherit;
    top: 50%;
    transform: translateY(-50%); }
  .nav-child-app .nav-child_container li.child01 a:after {
    margin-top: 3px; }
.nav-child-app .nav-child_container li.child02 {
  width: 378px; }
  .nav-child-app .nav-child_container li.child02 dt {
    right: 45px;
    bottom: 72px; }
  .nav-child-app .nav-child_container li.child02 a:after {
    margin-top: 3px; }

.nav-child .ae-lineup {
  margin-bottom: -40px; }

/*------------------------------------------------------------
  Articlenav
------------------------------------------------------------*/
.article-nav {
  color: #707070;
  font-size: 1.2rem;
  font-weight: bold;
  width: 100%;
  line-height: 1;
  height: 40px;
  background-color: #fff; }
  .article-nav .article-nav_inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 10px 0;
    position: relative;
    overflow: hidden; }
  .article-nav .article-nav_title {
    height: 100%;
    display: inline-block;
    text-align: left;
    position: relative;
    top: 0;
    vertical-align: top;
    padding-top: 5px;
    padding-left: 45px;
    margin-right: 17px; }
    .article-nav .article-nav_title img {
      position: absolute;
      left: 0;
      bottom: -10px; }
    body.app .article-nav .article-nav_title {
      padding-left: 35px; }
      body.app .article-nav .article-nav_title img {
        bottom: inherit;
        top: 50%;
        transform: translateY(-50%); }
  .article-nav .article-nav_list {
    display: inline-block;
    padding: 4px 22px;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2; }
    .article-nav .article-nav_list:after {
      content: '';
      display: block;
      visibility: hidden;
      height: 0;
      clear: both; }
    .article-nav .article-nav_list li {
      float: left; }
      .article-nav .article-nav_list li a {
        display: inline-block;
        padding-left: 18px;
        position: relative; }
        .article-nav .article-nav_list li a:before {
          content: '';
          width: 14px;
          height: 9px;
          display: inline-block;
          background-image: url(../img/icon01.svg);
          background-size: 14px auto;
          background-position: 0 0;
          background-repeat: no-repeat;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%) rotate(-90deg);
          transition: 0.2s all;
          opacity: 0.7; }
    .article-nav .article-nav_list li a:hover:before {
      transform: translateY(-50%) rotate(0); }
    .article-nav .article-nav_list li + li {
      margin-left: 40px; }

/*------------------------------------------------------------
  ItemAside
------------------------------------------------------------*/
.item-aside {
  height: 170px;
  background-color: #ffffff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #676767;
  text-align: center; }
  .item-aside .item-aside_box {
    height: 100%;
    margin: 0 auto;
    position: relative;
    transition: opacity 0.5s; }
    .item-aside .item-aside_box:hover {
      opacity: 0.6; }
  .item-aside .item-aside_title img {
    vertical-align: middle; }
  .item-aside .item-aside_image {
    position: absolute;
    bottom: 45px;
    left: 10px; }
    .item-aside .item-aside_image img {
      vertical-align: bottom; }
  .item-aside .item-aside_box:after {
    content: '';
    background-image: url(../img/icon02.svg);
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%); }

.item-aside-et800 .item-aside_box {
  width: 438px; }
.item-aside-et800 .item-aside_title {
  padding-left: 127px;
  padding-top: 63px; }

.item-aside-ec600 .item-aside_box {
  width: 462px; }
.item-aside-ec600 .item-aside_title {
  padding-left: 145px;
  padding-top: 45px; }

.item-aside-app {
  background-color: #ebe9e5; }
  .item-aside-app .item-aside_box {
    width: 388px;
    padding-left: 76px;
    padding-top: 75px; }
  .item-aside-app .item-aside_box:after {
    background-image: url(../img/icon04.svg);
    width: 34px;
    height: 34px;
    background-size: 34px auto; }

/*------------------------------------------------------------
  Footer
------------------------------------------------------------*/
.footer {
  color: #fff;
  background-color: #000; }

.footer_sitemap {
  width: 842px;
  margin: 0 auto;
  padding: 38px 0 40px 0; }
  .footer_sitemap:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both; }

.footer_sitemap_main {
  width: 275px;
  float: left;
  font-size: 1.4rem;
  color: #FFF;
  background: #222;
  padding: 30px; }

.footer_sitemap_sub {
  color: #676767;
  width: 540px;
  float: right; }
  .footer_sitemap_sub:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both; }

.footer_sitemap_title {
  border-bottom: 1px solid #676767;
  margin-bottom: 22px;
  height: 58px;
  line-height: 1; }
  .footer_sitemap_title img {
    width: 140px;
    height: auto; }

.footer_nav li sup {
  vertical-align: 5px;
  font-size: 1rem;
  padding-left: 2px;
  display: inline-block; }
.footer_nav ul li + li {
  margin-top: 21px; }
.footer_nav ul ul {
  margin-top: 10px; }
  .footer_nav ul ul li:before {
    content: '-';
    padding: 0 5px; }
  .footer_nav ul ul li + li {
    margin-top: 10px; }
.footer_nav .footer_nav_product .gaibu:after {
  content: '';
  background-image: url("../img/icon07-blank_white.svg");
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: 10px; }

.footer_aside {
  width: 260px;
  float: left; }

.footer_aside + .footer_aside {
  margin-left: 20px; }

.footer_aside_title {
  height: 88px;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #676767;
  margin-bottom: 22px;
  padding-top: 58px; }

.footer_aside ul {
  color: #fff;
  font-size: 1.2rem; }
  .footer_aside ul li {
    line-height: 1.5; }
  .footer_aside ul li + li {
    margin-top: 12px; }
  .footer_aside ul li strong {
    font-weight: bold; }
  .footer_aside ul li a {
    display: inline-block;
    position: relative;
    padding-right: 25px; }
    .footer_aside ul li a:after {
      content: '';
      background-image: url(../img/icon07-blank.svg);
      background-size: 13px 13px;
      width: 13px;
      height: 13px;
      display: inline-block;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }

.footer_att {
  font-size: 1rem;
  color: #676767;
  line-height: 1.2;
  width: 842px;
  margin: 0 auto 40px; }
  .footer_att li {
    color: #FFF;
    text-indent: -1em;
    margin-left: 1em; }
    .footer_att li:before {
      content: "・"; }
  .footer_att li + li {
    margin-top: 5px; }

.footer_sns {
  background: #222;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #575757; }
  .footer_sns .footer_sns_fb, .footer_sns .footer_sns_list {
    display: inline-block;
    vertical-align: middle; }
  .footer_sns .footer_sns_fb {
    margin-right: 74px; }
  .footer_sns .footer_sns_list:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both; }
  .footer_sns .footer_sns_list li {
    float: left; }
  .footer_sns .footer_sns_list li + li {
    margin-left: 6px; }

.footer_pgaetop {
  background: #222;
  height: 90px;
  border-top: 1px solid #575757;
  border-bottom: 1px solid #575757;
  position: relative; }
  .footer_pgaetop .footer_pgaetop_btn {
    display: inline-block;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-25%) rotate(45deg);
    transform-origin: center center;
    cursor: pointer; }

.footer_bottom {
  font-family: "Robot", "Meiryo UI" , "メイリオ" , Meiryo ,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
  background-color: #000;
  padding: 40px 0 15px; }
  .footer_bottom:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both; }

.footer #termLink {
  font-size: 1.2rem;
  line-height: inherit;
  padding: 0;
  float: right;
  margin: 0 20px; }

footer #termLink a {
  display: block; }

.footer #termLink a {
  display: inline-block; }

.footer #termLink a:before {
  content: "|";
  margin: 0 10px;
  display: inline-block; }

footer #termLink a:after {
  content: "\e600";
  font-family: 'iconFont';
  margin: 0 0 0 5px; }

.footer #termLink:first-child {
  float: right;
  font-size: 1.2rem; }

.footer #termLink a:first-child:before {
  content: none; }

.footer #termLink:last-child {
  float: left;
  font-size: 1.1rem; }

footer small {
  font-size: 1.2rem;
  float: left; }

/*------------------------------------------------------------
  footer-lineup
------------------------------------------------------------*/
.footer-lineup {
  background: #fff;
  	/*
    .ae-lineup_item:nth-child(1) {
      .item_title {
        transform: translateY(0);
      }
    }*/ }
  .footer-lineup .ae-lineup {
    padding-top: 25px;
    padding-bottom: 50px;
    overflow: hidden; }
    .footer-lineup .ae-lineup .item_title {
      height: 102px;
      box-sizing: content-box; }
    .footer-lineup .ae-lineup .item_app {
      margin-bottom: 15px; }
    .footer-lineup .ae-lineup .item_pc-clickable {
      position: relative;
      transition: opacity 0.5s; }
      .footer-lineup .ae-lineup .item_pc-clickable:hover {
        opacity: 0.6; }
      .footer-lineup .ae-lineup .item_pc-clickable a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .footer-lineup .ae-lineup .ae-lineup_item:nth-child(1) .item_image {
      padding-top: 13px; }
    .footer-lineup .ae-lineup .ae-lineup_item:nth-child(3) .item_image {
      padding-top: 5px; }
    .footer-lineup .ae-lineup .ae-lineup_item:nth-child(4) .item_image {
      padding-top: 20px; }
  .footer-lineup .footer-lineup_title {
    background: #333;
    color: #999;
    font-size: 2.4rem;
    font-weight: normal;
    padding: 25px 0;
    text-align: center;
    vertical-align: middle;
    height: 110px; }
    .footer-lineup .footer-lineup_title span {
      display: inline-block;
      padding-left: 40px;
      vertical-align: middle; }
    .footer-lineup .footer-lineup_title img {
      width: 222px;
      height: auto;
      vertical-align: middle; }
  .footer-lineup .ae-lineup_item .item_title {
    transform: translateY(12px); }

/*------------------------------------------------------------
  footer-app
------------------------------------------------------------*/
.footer-app {
  background: #333;
  padding: 45px calc(50% - 590px); }

.footer-app_title {
  border-left: 3px solid #ccc;
  color: #ccc;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 25px;
  padding-left: 15px; }

.footer-app_list {
  display: flex;
  justify-content: space-between; }
  .footer-app_list .list_item {
    position: relative;
    padding-left: 94px;
    height: 78px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; }
  .footer-app_list .item_title {
    color: #fff;
    font-size: 2.2rem;
    font-weight: normal;
    font-family: Arial, sans-serif;
    margin-bottom: 8px; }
  .footer-app_list .item_icon {
    position: absolute;
    top: 0;
    left: 0; }
    .footer-app_list .item_icon img {
      width: 78px;
      height: auto; }
  .footer-app_list ul.item_links {
    display: flex;
    justify-content: center;
    margin-bottom: -3px; }
    .footer-app_list ul.item_links li + li {
      margin-left: 7px; }
    .footer-app_list ul.item_links img {
      height: 40px;
      width: auto; }
  .footer-app_list .list_item:nth-child(1) .item_title {
    margin-top: -3px; }

.feature-et870-01_b .feature_text {
  width: 530px; }

.ae-lineup_item .item_att span {
  vertical-align: top;
  position: relative;
  top: -0.5em;
  font-size: 0.2em; }

.ae-lineup_item .item_att span {
  vertical-align: top;
  position: relative;
  top: -0.3em;
  font-size: 0.1em; }
