@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.et800 #header, body.ec600 #header {
  position: absolute;
  top: 0; }
body.et800 .main, body.ec600 .main {
  background-color: #fff; }

/*------------------------------------------------------------
  KV
------------------------------------------------------------*/
.product-kv {
  height: 440px;
  overflow: hidden;
  background-color: #f5f3f0; }

.kv_slider {
  width: 100%;
  height: 440px; }

.product-kv_item {
  height: 440px;
  margin: 0 auto;
  position: relative; }

.slick-dots {
  position: absolute;
  top: 52px;
  right: 15px;
  z-index: 1001; }
  .slick-dots li {
    display: inline-block; }
    .slick-dots li button {
      display: inline-block;
      width: 7px;
      height: 7px;
      padding: 0;
      background-color: #6f6f6f;
      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 {
  font-family: 'Tinos', serif;
  font-size: 1.4rem;
  line-height: 1.6;
  height: 200px;
  text-align: center;
  background-color: #ebe9e5;
  position: relative; }
  .section-message img {
    vertical-align: middle; }

.section-message p {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.section-message p span {
  font-size: 1.8rem;
  display: block;
  font-weight: bold; }

.section-headding {
  background-color: #fff;
  color: #4d4d4d;
  font-size: 2.9rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  height: 120px;
  line-height: 120px; }

/*------------------------------------------------------------
  Feature
------------------------------------------------------------*/
.seciton-feature {
  position: relative;
  overflow: hidden;
  background-position: center center; }
  .seciton-feature img.cartgray {
    width: 14px;
    position: relative;
    top: 1px;
    right: 5px; }
  .seciton-feature .feature_title {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 5px;
    color: #4d4d4d; }
    .seciton-feature .feature_title sup {
      position: relative;
      top: -0.5em; }
  .seciton-feature .feature_text {
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0 auto; }
    .seciton-feature .feature_text sup {
      display: inline-block;
      vertical-align: 5px;
      font-size: 0.6rem;
      padding: 0 2px; }
  .seciton-feature .feature_text_att {
    margin-top: 2px;
    margin-left: 1em;
    text-indent: -1em; }
    .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: 10px;
      line-height: 1; }
      .seciton-feature .feature_description .feature_icon img {
        width: 40px;
        height: 40px;
        line-height: 1;
        vertical-align: top; }

/*------------------------------------------------------------
  Spec
------------------------------------------------------------*/
.section-spec {
  position: relative;
  padding-top: 17px; }
  .section-spec .spec_header {
    width: 285px;
    margin: 0 auto;
    padding: 0 22px; }
    .section-spec .spec_header:after {
      content: '';
      display: block;
      visibility: hidden;
      height: 0;
      clear: both; }
    .section-spec .spec_header .spec_title {
      float: left; }
    .section-spec .spec_header .spec-name {
      float: right; }
  .section-spec .spec_material img {
    display: none; }
  .section-spec .spec_title {
    font-size: 2rem;
    color: #4d4d4d;
    font-weight: normal; }
  .section-spec .spec-name img {
    width: 126px; }
  .section-spec .spec_list-container {
    background-color: #eeeeec;
    padding: 38px 0; }
    .section-spec .spec_list-container ul {
      width: 285px;
      margin: 0 auto; }
    .section-spec .spec_list-container ul li {
      padding-left: 34px;
      line-height: 0; }
      .section-spec .spec_list-container ul li img {
        height: 60px;
        line-height: 1; }
    .section-spec .spec_list-container li + li {
      margin-top: 17px; }

/*------------------------------------------------------------
  Bridge
------------------------------------------------------------*/
.section-product-bridge {
  width: 100%;
  position: relative;
  text-align: center;
  background-color: #000; }
  .section-product-bridge .product-bridge_logo img {
    width: 252px;
    height: auto;
    vertical-align: middle; }

.video3 .movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 58%; }
  .video3 .movie-wrap img {
    position: absolute;
    left: 0;
    top: 0; }

.video3 .movie-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

/*------------------------------------------------------------
  Package
------------------------------------------------------------*/
.section-product-reach {
  background-color: #eeedeb;
  position: relative;
  padding: 33px 0 39px 0; }
  .section-product-reach .product-reach_item {
    height: 100%;
    position: relative; }
    .section-product-reach .product-reach_item .product-reach_item_title {
      text-indent: -9999px; }
  .section-product-reach .product-reach_item + .product-reach_item {
    margin-top: 27px; }
  .section-product-reach .product-reach_btn {
    display: none; }
  .section-product-reach .product-reach_bottom {
    width: 100%;
    text-align: center;
    margin-top: 63px; }
    .section-product-reach .product-reach_bottom a {
      font-size: 1.4rem;
      color: #908b89;
      display: inline-block;
      background-color: #fff;
      padding: 6px 28px 6px 17px;
      position: relative; }
      .section-product-reach .product-reach_bottom a:before {
        content: '';
        background-image: url(../../img/icon05.svg);
        width: 7px;
        height: 10px;
        background-size: 7px auto;
        background-repeat: no-repeat;
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%); }
  .section-product-reach .product-reach_image {
    text-align: center; }
  .section-product-reach .product-reach_att {
    font-size: 1rem;
    color: #777;
    width: 100%;
    text-align: right;
    margin-top: 20px;
    padding-right: 10px; }
  .section-product-reach .btn-area {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding: 0 40px; }
    .section-product-reach .btn-area p + p {
      margin-top: 18px; }

.product-reach_item01 .product-reach_item_title {
  background-image: url(../../img/et50/txt_product-reach_title01.svg);
  background-size: 155px auto;
  background-position: center center;
  width: 100%;
  height: 26px;
  margin-bottom: 5px; }

.product-reach_item02 .product-reach_item_title {
  background-image: url(../../img/et50/txt_product-reach_title02.svg);
  background-size: 155px auto;
  background-position: center center;
  width: 100%;
  height: 26px;
  margin-bottom: 17px; }
.product-reach_item02 .content-inner {
  padding: 0 15px; }
.product-reach_item02 .product-reach_item_body {
  margin-top: 17px; }
  .product-reach_item02 .product-reach_item_body em {
    font-style: normal;
    font-weight: bold; }
  .product-reach_item02 .product-reach_item_body .item_title {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
    color: #777777;
    margin-bottom: 7px; }
  .product-reach_item02 .product-reach_item_body p {
    font-size: 1.1rem;
    line-height: 1.4;
    color: #777; }
    .product-reach_item02 .product-reach_item_body p span {
      font-size: 0.9rem; }

.btn-product-reach {
  font-size: 2.4rem;
  color: #908b89;
  display: block;
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  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: 2%;
    top: 50%;
    transform: translateY(-50%); }
  .btn-product-reach img.cartgray {
    width: 26px;
    position: relative;
    top: 1px;
    right: 7px; }
  .btn-product-reach:hover {
    color: #908b89; }

body.ec30 #header {
  position: absolute;
  top: 0; }
body.ec30 .main {
  background-color: #fff; }

.ec30-kv01 {
  background-image: url(../../img/ec30/bg_kv-ec30-01spen.jpg);
  background-position: top right;
  background-size: 640px auto; }

.ec30-kv02 {
  background-image: url(../../img/ec30/bg_kv-ec30-02sp.jpg);
  background-position: top center;
  background-size: 700px auto; }

.feature-ec30-01 {
  height: 410px;
  background-image: url(../../img/ec30/bg_feature1_ec30_01sp.jpg);
  background-size: 600px auto;
  background-size: 600px auto; }
  .feature-ec30-01 .feature_description {
    margin-top: 17px; }
  .feature-ec30-01 .feature_image01 {
    display: inline-block;
    width: 398px;
    position: absolute;
    height: 266px;
    left: 50%;
    bottom: -115px;
    margin-left: -253px;
    background-image: url(../../img/ec30/img_feature1_ec30_01.png);
    background-size: 398px auto; }
  .feature-ec30-01 .feature_image02 {
    margin-top: 50px;
    text-align: center; }
    .feature-ec30-01 .feature_image02 img {
      width: 92px;
      height: auto; }
  .feature-ec30-01 .feature_image03 {
    width: 179px;
    height: 73px;
    background-image: url(../../img/ec30/img_feature1_ec30_04.png);
    background-size: 179px auto;
    position: absolute;
    top: 117px;
    left: 50%;
    margin-left: -57px; }

.feature-ec30-02 {
  height: 410px;
  background-image: url(../../img/ec30/bg_feature2_ec30_01sp.jpg);
  background-size: 600px auto; }
  .feature-ec30-02 .feature_description {
    margin-top: 81px; }

.spec-ec30 .spec_header {
  margin-bottom: 10px; }
.spec-ec30 .spec_material {
  background-image: url(../../img/ec30/bg_spec_ec30sp.jpg);
  background-size: 411px auto;
  background-position: center center;
  height: 356px; }

.section-spec {
  background-color: #ffffff; }

body.et800 #header {
  position: absolute;
  top: 0; }
body.et800 .main {
  background-color: #fff; }

.et800-kv01 {
  background-image: url(../../img/et50/bg_kv-et50-01spen.jpg);
  background-position: top right;
  background-size: 640px auto; }

.et800-kv02 {
  background-image: url(../../img/et50/bg_kv-et50-02spen.jpg);
  background-position: top center;
  background-size: 700px auto; }

.feature-et800-01 {
  height: 410px;
  background-image: url(../../img/et50/bg_feature1_et800_01sp.jpg);
  background-size: 600px auto; }
  .feature-et800-01 .feature_description {
    margin-top: 17px; }
  .feature-et800-01 .feature_image01 {
    display: inline-block;
    width: 417px;
    position: absolute;
    height: 237px;
    left: 50%;
    bottom: -65px;
    margin-left: -187px;
    background-image: url(../../img/et50/img_feature1_et800_01.png);
    background-size: 417px auto; }
  .feature-et800-01 .feature_image02 {
    margin-top: 61px;
    text-align: center; }
    .feature-et800-01 .feature_image02 img {
      width: 92px;
      height: auto; }
  .feature-et800-01 .feature_image03 {
    width: 174px;
    height: 73px;
    background-image: url(../../img/et50/img_feature1_et800_04.png);
    background-size: 174px auto;
    position: absolute;
    top: 132px;
    left: 50%;
    margin-left: -50px; }

.feature-et800-02 {
  height: 410px;
  background-image: url(../../img/et50/bg_feature2_et800_01sp.jpg);
  background-size: 600px auto; }
  .feature-et800-02 .feature_description {
    margin-top: 50px; }

.feature-et800-03 {
  height: 410px;
  background-image: url(../../img/et50/bg_feature3_et800_01sp.jpg);
  background-size: 600px auto; }
  .feature-et800-03 .feature_description {
    margin-top: 17px;
    width: 80%;
    float: right; }

.spec-et800 .spec_header {
  margin-bottom: 5px; }
.spec-et800 .spec_material {
  background-image: url(../../img/et50/bg_spec_et800sp.jpg);
  background-size: 320px auto;
  background-position: center center;
  height: 353px; }

.et870 {
  background-color: inherit; }

.et870-kv01 {
  background-image: url(../../img/et65/bg_kv-et870-01sp.jpg);
  background-position: top center;
  background-size: cover; }

.et870-kv02 {
  background-image: url(../../img/et65/bg_kv-et870-02sp.jpg);
  background-position: top center;
  background-size: cover; }

.et870 .section-message {
  background-color: #f1f6f6;
  background-position: center center;
  background-size: calc( 560px /2 ) auto; }

.et870 .seciton-feature {
  padding-left: 13px;
  padding-right: 13px; }
.et870 .feature_title {
  color: #fff;
  font-weight: bold; }
.et870 .feature_description {
  text-align: left; }
.et870 .feature_icon {
  text-align: center; }
.et870 .feature_title {
  text-align: center; }
.et870 .feature_text {
  color: #fff; }

/*------------------------------------------------------------
  FEATURE 1
------------------------------------------------------------*/
.feature-et870-01_a {
  padding-top: 22px; }
  .feature-et870-01_a .feature_title {
    color: #4d4d4d;
    margin-bottom: 28px; }
    .feature-et870-01_a .feature_title sup {
      vertical-align: top;
      font-size: 0.2em; }
  .feature-et870-01_a .feature_app {
    background-image: url("../../img/et65/bg_feature1_et870_a_sp.jpg");
    background-size: cover;
    background-position: right top;
    height: 190px;
    margin: 20px -13px 0 -13px;
    padding: 0 13px; }
    .feature-et870-01_a .feature_app ul {
      text-align: right;
      padding-top: 20px; }
      .feature-et870-01_a .feature_app ul li + li {
        margin-top: 10px; }
      .feature-et870-01_a .feature_app ul img {
        height: 38px; }

.feature-et870-01_b {
  margin-top: 15px; }
  .feature-et870-01_b .feature_text {
    color: #4d4d4d; }
    .feature-et870-01_b .feature_text .feature_text_att {
      margin-top: 20px; }
  .feature-et870-01_b .feature_image02 {
    margin-top: 15px;
    margin-left: -11px;
    text-align: center; }
    .feature-et870-01_b .feature_image02 img {
      width: 228px; }
  .feature-et870-01_b .feature_baloon {
    background-image: url("../../img/et65/bg_feature1_et870_b_sp.jpg");
    background-repeat: no-repeat;
    background-size: auto 300px;
    background-position: center center;
    height: 300px;
    margin: -66px -13px 0 -13px; }
    .feature-et870-01_b .feature_baloon ul {
      display: none; }

.feature-et870-01_b_summary {
  display: flex;
  flex-direction: column-reverse; }

.feature-et870-02 {
  background-image: url("../../img/et65/bg_feature2_et870sp.jpg");
  background-size: auto calc( 722px / 2);
  background-position: left center;
  height: calc( 722px / 2);
  padding-top: 40px;
  overflow: visible;
  z-index: 2000; }
  .feature-et870-02 .feature_icon {
    display: block; }
  .feature-et870-02 .feature_title {
    margin-bottom: 17px; }
  .feature-et870-02 .feature_image02 {
    position: absolute;
    bottom: -120px;
    left: 32%; }
    .feature-et870-02 .feature_image02 img {
      max-width: inherit;
      height: 230px; }

.feature-et870-03 {
  background-color: #000;
  padding-top: 85px; }
  .feature-et870-03 * {
    color: #ccc; }
  .feature-et870-03 .feature_icon {
    display: block; }
  .feature-et870-03 .feature_title {
    color: #fff;
    margin-bottom: 17px; }
  .feature-et870-03 .feature_image01 img {
    width: 97px; }
  .feature-et870-03 .feature_bonus {
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 10px;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto; }
    .feature-et870-03 .feature_bonus .feature_image01 {
      margin-right: 15px;
      height: 180px; }
    .feature-et870-03 .feature_bonus img {
      max-width: inherit; }

.feature-et870-04 .feature_description_spcover {
  background-image: url("../../img/et65/bg_feature4_et870sp.jpg");
  background-size: cover;
  background-position: right top;
  height: 300px;
  margin: 0 -13px 20px;
  position: relative; }
.feature-et870-04 .feature_description_header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.5) 0);
  padding: 30px 0 15px 0;
  text-align: center; }
.feature-et870-04 .feature_title {
  margin-bottom: 7px; }
.feature-et870-04 .feature_description_block .block_flex {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-bottom: 10px; }
  .feature-et870-04 .feature_description_block .block_flex .feature_icon {
    margin-right: 15px;
    margin-bottom: 0;
    min-width: 40px; }
.feature-et870-04 .feature_description_block .block_title {
  color: #4d4d4d;
  font-size: 2rem;
  line-height: 1.3; }
.feature-et870-04 .feature_description_block .feature_text {
  color: #4d4d4d; }
.feature-et870-04 .feature_description_block .feature_text_att {
  color: #4d4d4d;
  font-size: 1rem;
  line-height: 1.5; }
.feature-et870-04 .feature_description_block + .feature_description_block {
  margin-top: 20px; }
  .feature-et870-04 .feature_description_block + .feature_description_block .block_flex {
    align-items: flex-start; }
.feature-et870-04 .feature_image01 {
  margin: 15px -13px 0; }
  .feature-et870-04 .feature_image01 img {
    width: 100%;
    transform: scale(1.15); }
.feature-et870-04 .feature_column {
  border: 1px solid #666;
  color: #4d4d4d;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 20px;
  padding: 10px; }
  .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-05 {
  margin-top: 30px; }
  .feature-et870-05 .feature_description_header {
    background-image: url("../../img/et65/bg_feature5_et870sp.jpg");
    background-size: cover;
    background-position: center center;
    height: 300px;
    margin: 0 -13px;
    padding: 15px 13px 0;
    text-align: left; }
    .feature-et870-05 .feature_description_header .feature_title {
      text-align: left; }
  .feature-et870-05 .feature_block_sub {
    background-image: linear-gradient(to right, #f1f6f6, #f1f6f6 50%, #a8acac);
    margin: 0 -13px;
    padding: 20px 13px 15px; }
  .feature-et870-05 .feature_block {
    position: relative;
    z-index: 1000; }
    .feature-et870-05 .feature_block .feature_block_flex {
      display: flex;
      justify-content: flex-start;
      flex-direction: row;
      align-items: flex-start; }
    .feature-et870-05 .feature_block .feature_block_title {
      color: #4d4d4d;
      font-size: 1.8rem;
      line-height: 1.3;
      font-weight: bold;
      margin-bottom: 10px; }
    .feature-et870-05 .feature_block .feature_icon {
      margin-right: 15px;
      margin-bottom: 0;
      min-width: 40px; }
    .feature-et870-05 .feature_block .feature_text {
      color: #4d4d4d; }
  .feature-et870-05 .feature_image01 {
    font-size: 0;
    text-align: center;
    margin-top: -20px; }
    .feature-et870-05 .feature_image01 img {
      height: 140px;
      width: auto; }

/*------------------------------------------------------------
  APPLICATION
------------------------------------------------------------*/
.et870-app {
  background: #edf3f3;
  padding-bottom: 220px;
  position: relative; }
  .et870-app:before {
    content: '';
    display: block;
    background-image: url("../../img/et65/bg_et870app_01sp.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 400px;
    height: 140px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0; }
  .et870-app:after {
    content: '';
    display: block;
    background-image: url("../../img/et65/bg_et870app_01sp.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 400px;
    height: 261px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }

.et870-app__inner {
  padding: 90px 13px 0 13px; }

.et870-app_title {
  text-align: center;
  margin-bottom: 15px;
  position: relative; }
  .et870-app_title img {
    height: 100px;
    width: auto; }

.et870-app_att {
  font-size: 1rem;
  text-indent: -1.2em;
  margin-left: 1.2em;
  display: inline-block; }
  .et870-app_att:before {
    content: '※';
    padding-right: 0.2em; }

.et870-app_step {
  color: #4d4d4d;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  z-index: 1000; }
  .et870-app_step .step_title {
    color: #4d4d4d;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.2;
    position: relative;
    margin-bottom: 10px;
    padding-left: 38px; }
    .et870-app_step .step_title span {
      height: 30px;
      width: 30px;
      display: inline-block;
      background-color: #5f789a;
      border-radius: 50%;
      line-height: 30px;
      text-align: center;
      color: #fff;
      font-size: 2.4rem;
      font-family: Arial, sans-serif;
      position: absolute;
      top: -7px;
      left: 0; }
  .et870-app_step .step_title + p {
    padding-left: 38px; }
  .et870-app_step ul.step_feature {
    margin-top: 15px;
    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.1rem;
      width: 32%;
      margin-bottom: 5px;
      padding: 10px 0;
      display: flex;
      align-items: center;
      justify-content: center; }
  .et870-app_step .step_visuals {
    position: relative; }
  .et870-app_step .step_actual {
    width: 40%;
    margin: 0 auto;
    padding-top: 15px; }
    .et870-app_step .step_actual ul {
      background-image: url("../../img/et65/img_et870app_02_iphone.png");
      background-repeat: no-repeat;
      background-size: contain;
      padding-top: 190%;
      position: relative; }
    .et870-app_step .step_actual li {
      position: absolute;
      top: 11%;
      left: 10.8%;
      width: 77.5%;
      height: 100%; }
      .et870-app_step .step_actual li img {
        width: 100%;
        max-width: inherit;
        height: auto; }
      .et870-app_step .step_actual li span {
        position: absolute;
        z-index: 100;
        width: 240%; }
        .et870-app_step .step_actual li span img {
          max-width: inherit; }
    .et870-app_step .step_actual .et870-app_att {
      position: relative;
      top: -10px; }
  .et870-app_step .step_actual_display {
    overflow: hidden;
    padding-top: 17.5%;
    height: 70.8%; }
    .et870-app_step .step_actual_display:after {
      content: '';
      display: inline-block;
      height: 10%;
      background-image: url("../../img/et65/img_et870app_03a.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      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 .step_image01 {
  right: 10px;
  top: -50px;
  position: absolute; }
  .et870-app_step.step01 .step_image01 img {
    width: 80px; }
.et870-app_step.step01 .step_actual {
  transform: translateX(-20%); }
  .et870-app_step.step01 .step_actual li span {
    left: -82%;
    bottom: 32%; }

.et870-app_step.step02 {
  margin-top: 35px; }
  .et870-app_step.step02 .step_image01 {
    left: 0;
    top: 10px;
    position: absolute; }
    .et870-app_step.step02 .step_image01 img {
      width: 122px; }
  .et870-app_step.step02 .step_actual {
    transform: translateX(40%);
    padding-top: 30px; }
    .et870-app_step.step02 .step_actual li span {
      left: -54%;
      bottom: 39.5%;
      width: 215%; }

.et870-app_ticker {
  text-align: center;
  margin: 25px 0; }
  .et870-app_ticker img {
    width: 100px; }

.et870-app_step.step03 .step_title {
  text-align: left;
  padding-left: 0; }
.et870-app_step.step03 .step_title + p {
  padding-left: 0; }
.et870-app_step.step03 .step_actual {
  margin: 0;
  width: 44%; }
.et870-app_step.step03 .step_sample {
  position: absolute;
  bottom: 12vw;
  left: 40vw; }
  .et870-app_step.step03 .step_sample li {
    display: inline-block;
    width: calc( 50% - 5px); }
  .et870-app_step.step03 .step_sample li + li {
    margin-left: 5px; }
  .et870-app_step.step03 .step_sample .et870-app_att {
    position: absolute;
    bottom: -3.5em; }

.seciton-feature .feature_text_att.lgt:before {
  content: '';
  padding-right: 0; }

.seciton-feature .feature_text_att.lgt {
  margin-top: 0;
  margin-left: 0;
  text-indent: 0; }

/*------------------------------------------------------------
  Package
------------------------------------------------------------*/
.product-reach-et870 {
  background: #f1f6f6; }
  .product-reach-et870 .product-reach_item01 .product-reach_image {
    transform: translateX(5%); }

.et900-kv01 {
  background-image: url("../../img/et90/bg_kv-et90-01spen.jpg");
  background-position: top center;
  background-size: 640px auto; }

.et900-kv02 {
  background-image: url("../../img/et90/bg_kv-et90-02spen.jpg");
  background-position: top center;
  background-size: 700px auto; }

/*------------------------------------------------------------
  FEATURE
------------------------------------------------------------*/
body.et900 {
  /*
  .feature-et900-02 {
     height: 570px;
    background-image: url(../../img/et90/bg_feature2_et90_01sp.jpg);
    background-size: 836px auto;
  }
  */ }
  body.et900 .sup {
    font-size: 60% !important;
    font-weight: normal !important;
    vertical-align: top;
    display: inline-block !important;
    margin-top: 0px !important; }
  body.et900 .case {
    padding: 20px;
    text-align: center; }
    body.et900 .case img {
      width: 50px;
      height: 50px;
      line-height: 1;
      vertical-align: top;
      display: block;
      margin: 0 auto; }
    body.et900 .case span {
      display: block; }
  body.et900 .feature-et900-01 {
    height: 410px;
    background-image: url("../../img/et90/bg_feature1_et900_01sp.jpg");
    background-size: 650px auto;
    background-position: top center; }
  body.et900 .feature-et900-01 .feature_description {
    margin-top: 100px; }
  body.et900 .feature-et900-01 .feature_image01 {
    display: inline-block;
    width: 417px;
    position: absolute;
    height: 237px;
    left: 50%;
    bottom: -65px;
    margin-left: -187px;
    background-image: url("../../img/et90/img_feature1_et900_01.png");
    background-size: 417px auto; }
  body.et900 .feature-et900-01 .feature_image02 {
    margin-top: 55px;
    text-align: center; }
  body.et900 .feature-et900-01 .feature_image02 img {
    width: 92px;
    height: auto; }
  body.et900 .feature-et900-01 .feature_image03 {
    width: 174px;
    height: 73px;
    background-image: url("../../img/et90/img_feature1_et900_04.png");
    background-size: 174px auto;
    position: absolute;
    top: 132px;
    left: 50%;
    margin-left: -50px; }
  body.et900 #feature02 .feature_title span {
    display: block;
    font-size: 70%;
    margin-top: 20px;
    line-height: 150%; }
  body.et900 .feature-et900-02 {
    height: 570px;
    background-image: url(../../img/et90/bg_feature2_et90_01sp.jpg);
    background-size: 836px auto; }
  body.et900 .feature-et900-02 .feature_description {
    width: 90%;
    margin: 260px auto 0; }
  body.et900 .point01 {
    margin-top: 25px; }
  body.et900 .point01, body.et900 .point02 {
    margin-bottom: 5px; }
  body.et900 .seciton-feature .feature_text {
    font-size: 0.9rem;
    color: #4d4d4d;
    line-height: 1.5;
    margin: 0 auto; }
  body.et900 #feature03 .feature_title {
    color: #FFF; }
  body.et900 #feature03 .feature_text {
    color: #FFF;
    position: absolute;
    bottom: 5px; }
  body.et900 .feature-et900-03 {
    height: 410px;
    background-image: url("../../img/et90/bg_feature3_et90_01sp.jpg");
    background-size: 650px auto; }
  body.et900 .feature-et900-03 .feature_description {
    width: 90%;
    margin: 80px auto 0; }
  body.et900 .feature-et900-03 .feature_description .feature_icon {
    margin-bottom: 8px; }
  body.et900 .feature-et900-04 .feature_description {
    width: 90%;
    margin: 40px auto 0; }
  body.et900 .feature-et900-04 {
    height: 525px;
    background-image: url(../../img/et90/bg_feature4_et90_01sp.jpg);
    background-size: 768px auto;
    background-color: #ffffff; }
  body.et900 .feature-et900-05 .feature_description {
    width: 90%;
    margin: 110px auto 0; }
  body.et900 .feature-et900-05 {
    height: 410px;
    background-image: url("../../img/et90/bg_feature5_et900_01sp.jpg");
    background-size: 650px auto;
    background-position: center top; }
  body.et900 #feature05 h2, body.et900 #feature05 p {
    margin-bottom: 10px; }
  body.et900 .kataban {
    display: block;
    font-size: 10px;
    line-height: 12px; }
  body.et900 .colour {
    display: block;
    font-size: 13px;
    line-height: 1.5rem; }
  body.et900 .only_sm {
    display: inline-block; }
  body.et900 #feature05 .feature_text img {
    width: 120px;
    display: block;
    margin: 0 auto 5px; }
  body.et900 .feature_text.pivot img {
    display: block;
    margin: 20px auto 5px; }
  body.et900 .seihin {
    width: 100%;
    text-align: center;
    margin-top: 20px; }
  body.et900 .seihin.sed {
    width: 100%;
    margin-top: 0; }
  body.et900 .seihin a {
    font-size: 1.4rem;
    color: #908b89;
    display: inline-block;
    background-color: #FFF;
    padding: 6px 28px 6px 17px;
    position: relative; }
  body.et900 .seihin a::before {
    content: '';
    background-image: url("../../img/icon07-blank.svg");
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  body.et900 .feature-et900-06 .feature_description {
    width: 100%;
    margin: 20px auto 0;
    padding: 20px; }
  body.et900 .feature-et900-06 {
    height: 650px;
    background-image: url("../../img/et90/bg_feature6_et90_01sp.jpg");
    background-size: auto 650px;
    background-position: center top; }
  body.et900 #feature06 h2, body.et900 #feature06 p {
    color: #4d4d4d; }
  body.et900 .feature-et900-07 .feature_description {
    width: 100%;
    margin: 35px auto 0;
    padding: 20px; }
  body.et900 .feature-et900-07 {
    height: 230px;
    background-image: url("../../img/et90/bg_feature7_et900_01sp.jpg");
    background-size: cover;
    background-position: center top; }
  body.et900 #feature06 h2, body.et900 #feature07 p {
    color: #4d4d4d; }
  body.et900 #feature07 .feature_title span {
    display: block;
    font-size: 12px; }
  body.et900 .head {
    color: red;
    display: inline-block;
    margin: 6px 5px 0 0; }
  body.et900 .ex01, body.et900 .ex02, body.et900 .ex03 {
    text-align: left; }
  body.et900 .app_et900bt {
    margin: 20px auto; }
  body.et900 .app_et900bt ul {
    width: 100%;
    max-width: 500px;
    margin: 0 auto; }
  body.et900 .app_et900bt ul li {
    display: inline-block;
    width: 48%;
    padding: 0 2%; }
  body.et900 .app_et900bt ul li a img {
    width: 100%;
    max-width: 135px; }
  body.et900 .manager {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 5% auto; }
  body.et900 .et900 #feature03 .feature_title {
    color: #FFF; }
  body.et900 #feature07 .product-reach_bottom1 {
    width: 100%;
    text-align: center;
    margin-top: 0px; }
  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;
    margin-top: 20px; }
  body.et900 .section-product-reach .product-reach_bottom a,
  body.et900 .section-product-reach .product-reach_bottom1 a,
  body.et900 #feature02 .product-reach_bottom a,
  body.et900 #feature02 .product-reach_bottom1 a,
  body.et900 #feature04 .product-reach_bottom a,
  body.et900 #feature04 .product-reach_bottom1 a,
  body.et900 #feature07 .product-reach_bottom1 a {
    font-size: 1.4rem;
    color: #908b89;
    display: inline-block;
    background-color: #fff;
    padding: 6px 28px 6px 17px;
    position: relative; }
  body.et900 .section-product-reach .product-reach_att {
    font-size: 1rem;
    color: #777;
    width: 100%;
    text-align: right;
    margin-top: 20px;
    padding-right: 10px; }
  body.et900 .product-reach_item01 .product-reach_item_title {
    background-image: url("../../img/et90/txt_product-reach_title01.svg");
    background-size: 155px auto;
    background-position: center center;
    width: 100%;
    height: 26px;
    margin-bottom: 5px; }
  body.et900 .product-reach_item02 .product-reach_item_title {
    background-image: url("../../img/et90/txt_product-reach_title02.svg");
    background-size: 155px auto;
    background-position: center center;
    width: 100%;
    height: 26px;
    margin-bottom: 17px; }
  body.et900 .product-reach_item02 .content-inner {
    padding: 0 15px; }
  body.et900 .product-reach_item02 .product-reach_item_body {
    margin-top: 17px; }
  body.et900 .product-reach_item02 .product-reach_item_body .item_title {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
    color: #777777;
    margin-bottom: 7px; }
  body.et900 .product-reach_item02 .product-reach_item_body p {
    font-size: 1.1rem;
    line-height: 1.4;
    color: #777; }
  body.et900 .product-reach_item02 .product-reach_item_body p span {
    font-size: 0.9rem; }

body.concept {
  font-size: 1rem;
  color: #fff;
  background-color: #000; }
  body.concept #header {
    position: absolute;
    top: 0; }

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: 260px;
  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 {
      position: absolute;
      top: 60%;
      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-sp.jpg");
    background-position: center center;
    background-size: 904px auto; }
    .concept-kv .concept-kv_layer01 .layer_txt {
      width: 160px; }
      .concept-kv .concept-kv .concept-kv_layer01 .layer_txt img {
        position: relative;
        left: initial;
        top: initial;
        transform: initial; }
      .concept-kv .concept-kv_layer01 .layer_txt span {
        color: #ddd;
        font-family: sans-serif;
        font-size: 1.2rem;
        letter-spacing: 0.1em;
        display: block;
        text-align: center;
        margin-top: 15px; }
  .concept-kv .concept-kv_layer02 {
    z-index: 400;
    opacity: 0;
    background-image: url("../../img/concept/img_concept_kv02-sp.jpg");
    background-position: center center;
    background-size: 904px auto; }
    .concept-kv .concept-kv_layer02 .layer_txt img {
      height: 15px;
      width: auto;
      max-width: inherit; }
  .concept-kv .concept-kv_layer03 {
    z-index: 300;
    background-image: url(../../img/concept/img_concept_kv03-sp.jpg);
    background-position: center 40px;
    background-size: cover;
    opacity: 0; }
  .concept-kv .concept-kv_layer04 {
    z-index: 200;
    opacity: 0;
    background-image: url("../../img/concept/img_concept_kv02-sp.jpg");
    background-position: center center; }
    .concept-kv .concept-kv_layer04 .layer_txt img {
      height: 15px;
      width: auto;
      max-width: inherit; }
  .concept-kv .concept-kv_layer05 {
    z-index: 100;
    background-image: url(../../img/concept/img_concept_kv05.jpg);
    background-position: center center;
    background-size: auto 278px;
    opacity: 0;
    left: 0; }
  .concept-kv .concept-kv_layer06 {
    z-index: 150;
    opacity: 0; }

.concept-kv_layer06 {
  text-align: center;
  overflow: hidden; }
  .concept-kv_layer06 .layer06_logo {
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%); }
    .concept-kv_layer06 .layer06_logo img {
      width: 160px;
      max-width: inherit; }
  .concept-kv_layer06 .layer06_image {
    position: absolute;
    bottom: -10px;
    line-height: 0;
    display: flex;
    justify-content: center;
    width: 100%; }
    .concept-kv_layer06 .layer06_image p + p {
      margin-left: 5px; }
    .concept-kv_layer06 .layer06_image img {
      height: 90px;
      vertical-align: bottom; }
  .concept-kv_layer06 .layer06_image-et900 img {
    height: 75px; }
  .concept-kv_layer06 .layer06_image-et870 img {
    height: 95px; }
  .concept-kv_layer06 .layer06_image-et800 img {
    height: 90px; }
  .concept-kv_layer06 .layer06_image-ec600 img {
    height: 85px; }

.concept-kv_layer {
  transition: opacity 1s; }

.seciton_title .seciton_title_sub {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 3px;
  display: inline-block;
  margin-top: 6px; }

.concept-section_body {
  padding: 0 15px; }

.section_text {
  line-height: 2.2;
  text-align: left; }
  .section_text p + p {
    margin-top: 20px; }

.concept-section01 {
  height: auto;
  text-align: center;
  padding: 45px 0;
  background-image: url("../../img/concept/img_concept_kv01.jpg");
  background-size: cover; }
  .concept-section01 .seciton_title {
    margin-bottom: 23px; }
    .concept-section01 .seciton_title .seciton_title_main {
      height: 24px; }
  .concept-section01 .seciton_title_copy {
    margin-bottom: 30px; }
    .concept-section01 .seciton_title_copy img {
      width: 210px; }

.concept-section02 {
  text-align: center;
  background-color: #737f97;
  background-image: url("../../img/concept/img_concept_kv01.jpg");
  background-size: cover; }
  .concept-section02 .concept-section02_header {
    height: 150px;
    padding-top: 60px;
    background-image: url(../../img/concept/bg_concept-s2.jpg);
    background-position: center center;
    background-size: auto 150px; }
    .concept-section02 .concept-section02_header .seciton_title_main {
      height: 24px; }
  .concept-section02 .concept-section02_body {
    padding: 30px 15px; }
    .concept-section02 .concept-section02_body .section_text {
      margin-bottom: 25px; }

.concept-section03 {
  position: relative; }

.concept-section03_body {
  height: 440px;
  background-image: url("../../img/concept/img_concept_kv07-sp.jpg");
  background-size: cover;
  background-position: center top;
  position: relative; }

.concept-section03_header {
  background-image: linear-gradient(to right, #434f59, #616e77);
  text-align: center;
  padding: 20px 0; }
  .concept-section03_header h2 img {
    height: 19px;
    width: auto; }
  .concept-section03_header p {
    font-size: 1.2rem;
    margin-top: 15px;
    line-height: 0; }

.concept-section03_box {
  max-width: 300px;
  position: absolute;
  font-size: 13px;
  transition: 1.5s all ease-Out;
  display: block;
  margin: 0 auto;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 0 20px;
  font-size: 80% !important; }
  .concept-section03_box .name {
    font-size: 20px;
    display: block;
    line-height: 20px; }
  .concept-section03_box .name_small {
    position: absolute;
    top: 19px;
    left: 128px; }
  .concept-section03_box hr {
    margin: 5px 0; }
  .concept-section03_box .mario_summary {
    margin-top: 15px; }

.top {
  min-width: 0;
  background-color: inherit; }

/*------------------------------------------------------------
  Movie
------------------------------------------------------------*/
.movie {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  background-color: #000;
  z-index: 500;
  color: #fff; }
  .movie iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100; }

.movie_overlay {
  display: none; }

.movie_loading {
  display: none; }

.btn_volume {
  display: none; }

.btn_volume.off {
  background-position: 0 0; }

.btn_volume.on {
  background-position: 0 -25px; }

/*------------------------------------------------------------
  KV
------------------------------------------------------------*/
.top-kv-pc {
  display: none; }

.top-kv-sp_slide .slide_item {
  height: 328px;
  background-size: cover;
  background-position: center center;
  position: relative; }
.top-kv-sp_slide .item01 {
  background-image: url("../../img/index/bg_kvsp01.jpg"); }
  .top-kv-sp_slide .item01 .item01_part {
    display: inline-block;
    position: absolute;
    bottom: 4%;
    right: 3%;
    text-align: right; }
    .top-kv-sp_slide .item01 .item01_part a {
      display: block;
      background: rgba(0, 0, 0, 0.7);
      padding: 5px; }
    .top-kv-sp_slide .item01 .item01_part img {
      height: 40px;
      width: auto; }
.top-kv-sp_slide .item02 {
  background-image: url("../../img/index/bg_kvsp02.jpg");
  background-position: center top; }
.top-kv-sp_slide .slick-dots {
  top: 10px; }
  .top-kv-sp_slide .slick-dots li button {
    background-color: #fff; }
  .top-kv-sp_slide .slick-dots li.slick-active button {
    background-color: #cc0000; }

/*------------------------------------------------------------
  top app
------------------------------------------------------------*/
.top-app {
  background: #333;
  position: relative;
  text-align: center; }
  .top-app .top-app_inner {
    padding: 30px 0 25px; }
  .top-app .top-app_main {
    display: flex;
    justify-content: space-between;
    width: 280px;
    margin: 0 auto;
    padding-right: 30px;
    background-image: url("../../img/icon05white.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 13px auto;
    position: relative; }
  .top-app .top-app-icon img {
    width: 75px; }
  .top-app .top-app-name {
    text-align: center; }
  .top-app .top-app_label {
    background: #c80002;
    color: #fff;
    display: inline-block;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.5;
    width: 80%; }
  .top-app .top-app_catch {
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 8px; }
  .top-app .top-app_logo {
    margin-top: 5px; }
    .top-app .top-app_logo img {
      height: 32px; }
  .top-app .top-app_more {
    text-indent: -8888px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .top-app .top-app_links {
    margin-top: 26px; }
    .top-app .top-app_links li {
      display: inline-block; }
    .top-app .top-app_links li + li {
      margin-left: 10px; }
    .top-app .top-app_links img {
      height: 38px;
      width: auto; }

/* ------------------------------------------------------------
  top movie
------------------------------------------------------------ */
.top-movie {
  width: 100%;
  padding: 40px 0;
  background-color: #d6d6d6;
}

.top-movie .top-movie_item {
  position: relative;
  width: 90%;
  padding-top: 56.25%;
  margin: auto;
}

.top-movie .top-movie_item iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.top-movie p {
  margin: 15px 0 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #707070;
  text-align: center;
}
/*------------------------------------------------------------
  top lineup
------------------------------------------------------------*/
.top-lineup {
  margin: 20px auto; }

.top-ae {
  background-color: #1c1c1c;
  overflow: hidden;
  padding-top: 18px; }
  .top-ae .top-ae_title {
    text-align: center; }
    .top-ae .top-ae_title img {
      width: 40.3%;
      height: auto; }

.top-ae_products {
  text-align: center;
  margin-top: 12px;
  margin-bottom: -5%; }
  .top-ae_products:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both; }
  .top-ae_products .products_item {
    width: 50%;
    float: left; }
    .top-ae_products .products_item dl:after {
      content: '';
      display: block;
      visibility: hidden;
      height: 0;
      clear: both; }
    .top-ae_products .products_item dt {
      display: none; }
  .top-ae_products .products_item:hover {
    transition: opacity 0.5s;
    opacity: 0.6; }

.products_item-et800 {
  padding-left: 21.875%;
  padding-right: 4.6%; }

.products_item-ec600 {
  padding-left: 4.6%;
  padding-right: 21.875%; }

.top-main {
  position: relative; }
  .top-main:before {
    content: '';
    display: block;
    width: 100%;
    height: 515px;
    background-image: url(../../img/index/bg_top2-sp.jpg);
    background-position: center -95px;
    background-size: 600px auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: -1; }
  .top-main li {
    text-align: center;
    height: 125px;
    position: relative; }
    .top-main li a {
      display: inline-block;
      text-indent: -9999px;
      display: block;
      height: 100%;
      tap-highlight-color: #f2db3f; }
      .top-main li a p {
        width: 100%;
        height: 100%; }
        .top-main li a p span {
          display: block;
          width: 100%;
          height: 100%;
          position: relative; }
    .top-main li a:hover {
      opacity: 1; }
  .top-main .top-main_bg {
    display: none; }
  .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: 207px auto; }
  .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: 229px auto; }
  .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: 298px auto; }

/*------------------------------------------------------------
  APPLICATION TOP
------------------------------------------------------------*/
body.application {
  background-color: #e7f4fa; }

.application_hero {
  text-align: center;
  position: relative; }
  .application_hero:before {
    background-color: #e7f4fa;
    background-image: url("../../img/app/bg_app01sp.jpg");
    background-repeat: no-repeat;
    background-position: center 40px;
    background-size: cover;
    content: '';
    display: block;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: -1; }

.application_hero__header {
  font-size: 1rem;
  line-height: 1.5;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px; }

.application_hero__header_title {
  color: #4d4d4d;
  font-size: 3rem;
  font-weight: normal;
  font-family: Arial, sans-serif;
  line-height: 1;
  margin-bottom: 7px; }

.application_overlay_sp {
  position: absolute;
  background: #000;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0; }

.application_index {
  color: #fff;
  padding-top: 65vh;
  padding-bottom: 60px;
  position: relative;
  z-index: 1000; }
  .application_index .index_item {
    text-align: center; }
    .application_index .index_item .item_title {
      font-size: 2.4rem;
      font-family: Arial, sans-serif;
      font-weight: normal;
      margin-bottom: 10px; }
      .application_index .index_item .item_title img {
        height: 38px; }
    .application_index .index_item .item_label {
      background: #c80002;
      display: inline-block;
      font-size: 1.4rem;
      width: 200px;
      padding: 5px 0;
      text-align: center;
      line-height: 1.3; }
    .application_index .index_item .item_description {
      font-size: 1rem;
      margin-top: 12px;
      line-height: 1.5; }
    .application_index .index_item .item__logo {
      padding: 15px 0 25px; }
      .application_index .index_item .item__logo img {
        height: 58px;
        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: 15px; }
      .application_index .index_item ul.item_links img {
        height: 38px;
        width: auto; }
  .application_index .index_item + .index_item {
    margin-top: 60px; }
  .application_index ul.item_link2 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 230px;
    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 10px center;
      background-size: 10px auto;
      color: #7d7d7d;
      display: block;
      font-size: 1.5rem;
      padding: 10px 0 10px 0; }

.application_message {
  font-family: 'Tinos', serif;
  font-size: 1.4rem;
  line-height: 1.6;
  height: 200px;
  text-align: center;
  background-color: #f1f6f6;
  position: relative; }

.application_message p {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/*------------------------------------------------------------
  RUN & MUSIC
------------------------------------------------------------*/
body.app #header {
  position: absolute;
  top: 0; }
body.app .main {
  background-color: #fff; }

.seciton-app {
  font-size: 1rem;
  color: #4d4d4d;
  line-height: 1.6;
  position: relative; }

.app_headding01 {
  font-size: 2rem;
  font-weight: normal;
  color: #4d4d4d;
  text-align: center; }

.app01 {
  position: relative;
  padding-top: 150px;
  padding-bottom: 40px;
  overflow: hidden; }
  .app01:before {
    content: '';
    background-image: url(../../img/app/bg_app1_01sp.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 600px;
    display: inline-block;
    width: 600px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -300px; }
  .app01 .content-inner {
    position: relative;
    z-index: 100; }
  .app01 .app01_header {
    text-align: center; }
    .app01 .app01_header p span {
      font-size: 0.9rem; }
  .app01 .app01_header_store {
    margin-top: 35px;
    text-align: center; }
    .app01 .app01_header_store .app01_header_store_att {
      margin-bottom: 3px; }
    .app01 .app01_header_store li {
      display: inline-block;
      vertical-align: top; }
      .app01 .app01_header_store li img {
        width: 110px; }
    .app01 .app01_header_store li + li {
      margin-left: 15px; }
  .app01 .app01_header_title {
    margin-bottom: 20px; }
    .app01 .app01_header_title .title_logo, .app01 .app01_header_title .title_name {
      display: inline-block;
      vertical-align: middle; }
    .app01 .app01_header_title .title_logo {
      width: 42px; }
    .app01 .app01_header_title .title_name {
      width: 179px; }

.app01_main {
  margin-top: 50px;
  background-image: url(../../img/app/bg_app1_02sp.png);
  background-size: 600px auto;
  background-position: center -82px; }
  .app01_main .app_headding01 {
    margin-bottom: 30px; }

.app01_point {
  border-left: 1px solid #848484;
  margin-left: 15px;
  position: relative; }
  .app01_point p {
    margin-left: 22px; }
  .app01_point .app01_point_title {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    color: #4d4d4d;
    margin-bottom: 11px;
    margin-left: 22px;
    position: relative; }
    .app01_point .app01_point_title:before {
      content: '';
      font-size: 1.1rem;
      color: #fff;
      background-color: #4d4d4d;
      width: 12px;
      height: 12px;
      text-align: center;
      display: inline-block;
      line-height: 12px;
      position: absolute;
      top: 50%;
      left: -16px;
      transform: translateY(-50%); }
  .app01_point .app01_point_image {
    overflow-x: scroll;
    margin-top: 10px;
    padding-left: 16px;
    padding-right: 16px; }
    .app01_point .app01_point_image img {
      height: 300px;
      max-width: inherit;
      vertical-align: bottom; }
  .app01_point .app01_point_att {
    font-size: 1rem;
    text-align: right;
    padding-right: 10px;
    margin-top: 7px; }

.app01_point + .app01_point {
  margin-top: 45px; }

.app01_point01 .app01_point_title:before {
  content: '１'; }

.app01_point02 .app01_point_title:before {
  content: '２'; }

.app01_point03 .app01_point_title:before {
  content: '３'; }

.app02 .app02_header {
  background-color: #ebe9e5;
  padding: 25px 0; }
.app02 .app02_header .app02_title {
  font-size: 1.9rem;
  color: #4d4d4d;
  letter-spacing: 2px;
  font-weight: normal;
  text-align: center; }

/*レース通知機能（音声通知）*/
.app02a {
  text-align: center;
  height: 375px;
  background-image: url(../../img/app/bg_app2sp.jpg);
  background-position: center top;
  background-size: 600px auto;
  background-repeat: no-repeat;
  padding-top: 23px;
  position: relative; }
  .app02a .app_headding01 {
    margin-bottom: 5px; }
  .app02a .app02a_image {
    display: inline-block;
    background-image: url(../../img/app/img_app2_01.png);
    background-position: 0 0;
    background-size: 276px auto;
    width: 276px;
    height: 165px;
    position: absolute;
    left: 50%;
    top: 159px;
    margin-left: -128px;
    transition: 1s width linear; }

/*ピッチコントロール機能）*/
.app02b {
  text-align: center;
  padding-top: 24px;
  position: relative;
  background-color: #fff; }
  .app02b .app_headding01 {
    margin-bottom: 10px; }
  .app02b p sup {
    font-size: 1em;
    font-weight: bold;
    vertical-align: top; }
  .app02b p span.txt-att {
    font-size: 0.8rem; }
  .app02b .app02b_bg {
    height: 300px;
    background-image: url(../../img/app/bg_app3spen.jpg);
    background-position: center center;
    background-size: 600px auto;
    margin-top: 8px; }
  .app02b .app02b_image {
    display: none; }
  .app02b .app02b_att {
    font-size: 1rem;
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: right;
    padding-right: 10px; }

/*bpm機能*/
.app02c {
  background-image: url(../../img/app/bg_app4sp.jpg);
  background-position: center top;
  background-size: contain;
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #fff; }
  .app02c .app_headding01 {
    margin-bottom: 20px; }

.app02c_point {
  position: relative; }
  .app02c_point .app02c_point_title {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    color: #4d4d4d;
    margin-bottom: 12px; }
  .app02c_point .app02c_point_main {
    border-left: 1px solid #848484;
    margin-left: 15px;
    padding-left: 5px;
    padding-right: 5px; }
  .app02c_point .app02c_point_image {
    margin-top: 22px; }
  .app02c_point .app02c_point01_image {
    overflow: scroll;
    padding-right: 15px; }
    .app02c_point .app02c_point01_image img {
      height: 358px;
      max-width: inherit;
      margin-left: 25px; }

.app02c_point_body:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both; }

.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: 18px; }

.app02c_point02 {
  margin-top: 45px; }
  .app02c_point02 .app02c_point_list li + li {
    margin-top: 10px; }
  .app02c_point02 .app02c_point02_image {
    position: relative;
    text-align: center; }
    .app02c_point02 .app02c_point02_image img {
      width: 308px;
      max-width: inherit; }

.app02c .app02c_att {
  font-size: 1rem;
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: right;
  padding-right: 10px; }

.app03 .app03_header {
  text-align: center;
  background-color: #ebe9e5;
  padding: 25px 0; }
  .app03 .app03_header img {
    width: 230px;
    vertical-align: middle; }
.app03 .app03_body {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 30px 20px; }
  .app03 .app03_body ul li {
    font-size: 1.2rem;
    position: relative;
    padding: 5px 5px 5px 25px; }
    .app03 .app03_body ul li:before {
      content: '';
      width: 8px;
      height: 8px;
      display: inline-block;
      background-color: #7f7f7f;
      position: absolute;
      left: 10px;
      top: 10px;
      border-radius: 50% 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%;
  min-width: 0; }

body {
  font-family: sans-serif;
  font-size: 1.8rem;
  position: relative;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch; }
  body * {
    background-repeat: no-repeat;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%; }
  body img {
    line-height: 1;
    max-width: 100%;
    height: auto; }

#page {
  overflow: hidden; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    color: inherit; }

ul li {
  list-style-type: none; }

.pcbr {
  display: none; }

.pcimg {
  display: none; }

.pc_img {
  display: none; }

/*------------------------------------------------------------
  Lineup(header & footer)
------------------------------------------------------------*/
.ae-lineup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 13px;
  position: relative; }

.ae-lineup_item {
  background: #eee;
  width: 48.5%;
  text-align: center;
  position: relative;
  margin-bottom: 10px; }
  .ae-lineup_item > a {
    display: block;
    height: 100%;
    padding: 10px; }
  .ae-lineup_item .item_title {
    line-height: 1;
    box-sizing: border-box; }
  .ae-lineup_item dl.item_app {
    color: #7d7d7d;
    display: flex;
    font-size: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 7px; }
    .ae-lineup_item dl.item_app dt {
      display: inline-block;
      margin-right: 5px; }
    .ae-lineup_item dl.item_app dd {
      align-self: flex-start;
      position: relative; }
      .ae-lineup_item dl.item_app dd img {
        width: 30px;
        height: auto; }
      .ae-lineup_item dl.item_app dd span {
        display: inline-block;
        font-size: 1rem;
        position: absolute;
        right: 0;
        bottom: -1.1em; }
    .ae-lineup_item dl.item_app dd + dd {
      margin-left: 3px; }
  .ae-lineup_item .item_image {
    margin-top: 5px;
    box-sizing: border-box;
    position: relative; }
    .ae-lineup_item .item_image img {
      width: 75%; }
  .ae-lineup_item .item_link {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-indent: -9999px;
    width: 24px;
    height: 24px; }
    .ae-lineup_item .item_link:before {
      content: '';
      background-color: #fff;
      background-image: url(../../img/icon02.svg);
      width: 24px;
      height: 24px;
      background-size: 24px auto;
      background-repeat: no-repeat;
      position: absolute;
      right: 0; }
  .ae-lineup_item .item_att {
    color: #7d7d7d;
    font-size: 1rem;
    display: block;
    margin-top: 20px;
    line-height: 1.4;
    text-align: left;
    position: absolute;
    bottom: 7%;
    left: calc( 5px + 1em);
    right: 5px; }
    .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: 1rem;
    font-weight: bold;
    padding: 2px 5px;
    text-align: center;
    vertical-align: middle;
    position: absolute; }

.ae-lineup_item:nth-child(1) .item_image {
  padding-top: 16%; }

.ae-lineup_item:nth-child(2).new .item_image:after {
  top: 5px;
  left: 10px; }

.ae-lineup_item:nth-child(3) .item_image {
  padding-top: 1%; }

.ae-lineup_item:nth-child(4) .item_image {
  padding-top: 2%; }

/*------------------------------------------------------------
  Header
------------------------------------------------------------*/
#header {
  color: #676767;
  background-color: #fff;
  width: 100%;
  height: auto;
  line-height: 1;
  z-index: 1000;
  padding: 10px 15px; }
  #header:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both; }
  #header .header_inner {
    width: 100%;
    margin: 0 auto; }
    #header .header_inner:after {
      content: '';
      display: block;
      visibility: hidden;
      height: 0;
      clear: both; }
  #header .header_logo {
    width: 52px;
    float: left; }
    #header .header_logo img {
      width: 100%;
      height: auto;
      vertical-align: middle; }
  #header .header_right {
    font-size: 1.1rem;
    float: right;
    padding-top: 5px; }

body[class^=et] #header,
body[class^=ec] #header {
  position: absolute;
  top: 0; }

/*------------------------------------------------------------
  Gnav
------------------------------------------------------------*/
#navset {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 3000;
  top: -116px;
  transition: top 0.5s; }
  #navset.is-show {
    top: 0; }

.glonav {
  width: 100%;
  background-color: #FFF; }
  .glonav .glonav_inner {
    margin: 0 auto;
    padding: 15px 10px;
    position: relative; }
    .glonav .glonav_inner:after {
      content: '';
      display: block;
      visibility: hidden;
      height: 0;
      clear: both; }
  .glonav .glonav_logo img {
    width: 60px;
    height: auto;
    float: left; }
  .glonav ul.glonav_list {
    font-size: 1rem;
    font-size: 3.1vw;
    font-weight: bold;
    color: #ababab;
    float: right; }
    .glonav ul.glonav_list:after {
      content: '';
      display: block;
      visibility: hidden;
      height: 0;
      clear: both; }
    .glonav ul.glonav_list > li.glonav_list_top {
      display: none; }
    .glonav ul.glonav_list > li {
      float: left; }
      .glonav ul.glonav_list > li > a, .glonav ul.glonav_list > li > span {
        display: inline-block;
        position: relative;
        height: 15px;
        line-height: 15px;
        padding-left: 11px; }
    .glonav ul.glonav_list li.glonav_list_a a:before {
      content: '';
      width: 8px;
      height: 8px;
      display: inline-block;
      background-color: #ababab;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .glonav ul.glonav_list > li.glonav_list_b.is-show {
      color: #000; }
      .glonav ul.glonav_list > li.glonav_list_b.is-show > span:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -15px;
        background-image: url(../../img/icon06.svg);
        background-size: 10px auto;
        background-position: center bottom; }
      .glonav ul.glonav_list > li.glonav_list_b.is-show > span span:before, .glonav ul.glonav_list > li.glonav_list_b.is-show > span span:after {
        background-color: #000; }
    .glonav ul.glonav_list > li.glonav_list_b > span span:before, .glonav ul.glonav_list > li.glonav_list_b > span span:after {
      content: '';
      width: 8px;
      height: 2px;
      display: inline-block;
      background-color: #ababab;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .glonav ul.glonav_list > li.glonav_list_b > span span:before {
      margin-top: -2px; }
    .glonav ul.glonav_list > li.glonav_list_b > span span:after {
      margin-top: 2px; }
    .glonav ul.glonav_list > li + li {
      margin-left: 1.5vw; }

div.nav-child {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: absolute;
  left: 0;
  padding-top: 15px;
  margin-top: 15px;
  border: 1px solid #eee;
  min-height: 100vh;
  z-index: 5000; }
  div.nav-child .nav-child_inner {
    padding: 30px 15.3% 55px 15.3%;
    position: relative; }
  div.nav-child .nav-child_container:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both; }
  div.nav-child .nav-child_container li {
    width: 100%;
    vertical-align: top;
    text-align: left; }
    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: 16px auto;
        width: 16px;
        height: 16px;
        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: 16px auto;
      width: 16px;
      height: 16px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
  div.nav-child .nav-child_container li + li {
    margin-top: 30px; }
  div.nav-child dl.nav-child_item {
    position: relative;
    text-align: center; }
    div.nav-child dl.nav-child_item:after {
      content: '';
      display: block;
      visibility: hidden;
      height: 0;
      clear: both; }
    div.nav-child dl.nav-child_item dt {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      padding-right: 11.49%;
      box-sizing: content-box; }
    div.nav-child dl.nav-child_item dd {
      box-sizing: content-box; }
  div.nav-child .nav-child_close {
    display: block;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    background-image: url(../../img/icon_close.svg);
    background-size: 15px auto;
    margin: 5px auto 0 auto; }

.nav-child-product .nav-child_item01 dt {
  width: 48.5%; }
.nav-child-product .nav-child_item01 dd {
  width: 34.7%; }
.nav-child-product .nav-child_item02 dt {
  width: 46.89%; }
.nav-child-product .nav-child_item02 dd {
  width: 38.6%;
  padding-left: 6px; }

div.nav-child-app div.nav-child_inner {
  padding-top: 45px; }

div.nav-child-app .nav-child_container li.child01 dt {
  width: 57.24%; }
div.nav-child-app .nav-child_container li.child01 dd {
  width: 18.8%;
  padding-left: 8.7%; }
div.nav-child-app .nav-child_container li.child02 dt {
  width: 48.5%;
  padding-right: 16.09%; }
div.nav-child-app .nav-child_container li.child02 dd {
  width: 21.14%;
  padding-left: 7.5%; }
div.nav-child-app .nav-child_container li + li {
  margin-top: 40px; }

@media screen and (orientation: landscape) {
  /* 横向きの場合のスタイル */
  div.nav-child .nav-child_inner {
    padding: 30px 0 55px 0; }
  div.nav-child .nav-child_container {
    text-align: center; }
    div.nav-child .nav-child_container:after {
      content: '';
      display: block;
      visibility: hidden;
      height: 0;
      clear: both; }
    div.nav-child .nav-child_container li {
      width: 222px;
      display: inline-block; }
    div.nav-child .nav-child_container li.child01 {
      padding-top: 1px; }
    div.nav-child .nav-child_container li + li {
      margin-top: 0;
      margin-left: 15px; } }
.article-nav {
  display: none; }

.nav-child .ae-lineup_item {
  background: #fff;
  border: 1px solid #eee; }
.nav-child .item_image img {
  width: 65%; }

/*------------------------------------------------------------
  ItemAside
------------------------------------------------------------*/
.item-aside {
  background-color: #ffffff;
  border-top: 1px solid #000;
  overflow: hidden; }
  .item-aside a {
    display: block; }
  .item-aside .item-aside_box {
    position: relative;
    transition: opacity 0.5s; }
    .item-aside .item-aside_box:hover {
      opacity: 0.6; }
  .item-aside .item-aside_title {
    line-height: 85px; }
    .item-aside .item-aside_title img {
      vertical-align: middle; }
  .item-aside .item-aside_image img {
    vertical-align: bottom; }
  .item-aside .item-aside_box:after {
    content: '';
    background-image: url(../../img/icon02.svg);
    background-size: 16px auto;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    margin-left: 78px;
    top: 36px; }

.item-aside-et800 .item-aside_box:after {
  margin-left: 80px; }
.item-aside-et800 .item-aside_title {
  text-align: center; }
  .item-aside-et800 .item-aside_title img {
    height: 29px; }
.item-aside-et800 .item-aside_image {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -134px; }
.item-aside-et800 .item-aside_image img {
  height: 82px; }

.item-aside-ec600 .item-aside_box:after {
  margin-left: 78px; }
.item-aside-ec600 .item-aside_title {
  text-align: center; }
  .item-aside-ec600 .item-aside_title img {
    height: 37px; }
.item-aside-ec600 .item-aside_image {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -135px; }
.item-aside-ec600 .item-aside_image img {
  height: 82px; }

.item-aside-app {
  background-color: #ebe9e5; }
  .item-aside-app .item-aside_box {
    position: relative; }
    .item-aside-app .item-aside_box .item-aside_title {
      text-align: center; }
      .item-aside-app .item-aside_box .item-aside_title img {
        height: 10px; }
    .item-aside-app .item-aside_box .item-aside_image {
      position: absolute;
      bottom: 10px;
      left: 50%;
      margin-left: -128px; }
    .item-aside-app .item-aside_box .item-aside_image img {
      width: 80%; }
  .item-aside-app .item-aside_box:after {
    background-image: url(../../img/icon04.svg);
    width: 17px;
    height: 17px;
    background-size: 17px auto;
    position: absolute;
    left: 50%;
    margin-left: 70px; }

/*------------------------------------------------------------
  Footer
------------------------------------------------------------*/
.footer {
  color: #676767;
  background-color: #000; }
  .footer li {
    color: #fff; }

.footer_sitemap {
  margin: 0 auto;
  padding: 20px 20px 0; }
  .footer_sitemap:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both; }
  .footer_sitemap li {
    line-height: 1.4; }

.footer_sitemap_main {
  font-size: 1.4rem;
  color: #b7b7b7;
  background: #222;
  padding: 20px; }

.footer_sitemap_sub {
  color: #676767;
  margin-top: 50px; }

.footer_sitemap_title {
  margin-bottom: 20px;
  line-height: 1;
  text-align: center; }
  .footer_sitemap_title img {
    width: 91px;
    height: auto; }

.footer_nav {
  width: 100%;
  margin: 0 auto;
  padding: 26px 0 0;
  border-top: 1px solid #676767; }
  .footer_nav li sup {
    vertical-align: 5px;
    font-size: 1rem;
    padding-left: 2px;
    display: inline-block; }
  .footer_nav ul li + li {
    margin-top: 27px; }
  .footer_nav ul ul {
    margin-top: 12px; }
    .footer_nav ul ul li:before {
      content: '-';
      padding: 0 5px; }
    .footer_nav ul ul li + li {
      margin-top: 13px; }

.footer_aside + .footer_aside {
  margin-top: 35px; }

.footer_aside_title {
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #575757;
  padding-bottom: 12px;
  margin-bottom: 6px; }

.footer_aside ul {
  font-size: 1.2rem; }
  .footer_aside ul li a {
    display: block;
    position: relative;
    padding: 11px 20px 11px 0; }
    .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%); }

.gaibu {
  position: relative;
  padding: 11px 0px 11px 0; }

.gaibu::after {
  content: '';
  background-image: url("../../img/icon07-blank_white.svg");
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  display: inline-block;
  float: right; }

.footer_att {
  font-size: 0.9rem;
  line-height: 1.2;
  color: #676767;
  margin-top: 35px;
  padding: 0 10px; }
  .footer_att li {
    text-indent: -1em;
    margin-left: 1em; }
    .footer_att li:before {
      content: '・'; }
  .footer_att li + li {
    margin-top: 5px; }

.footer_sns {
  text-align: center;
  border-top: 1px solid #575757;
  border-bottom: 1px solid #575757;
  margin-top: 35px;
  padding-top: 30px;
  padding-bottom: 27px; }
  .footer_sns .footer_sns_fb {
    width: 175px; }
  .footer_sns .footer_sns_fb, .footer_sns .footer_sns_list {
    display: inline-block;
    vertical-align: middle; }
  .footer_sns .footer_sns_list {
    margin-top: 25px;
    padding: 0 16%; }
    .footer_sns .footer_sns_list:after {
      content: '';
      display: block;
      visibility: hidden;
      height: 0;
      clear: both; }
    .footer_sns .footer_sns_list li {
      float: left;
      padding: 5px 3px; }

.footer_pgaetop {
  border-top: 1px solid #575757;
  position: relative;
  padding: 20px 0;
  text-align: center;
  background: #222; }
  .footer_pgaetop .footer_pgaetop_btn {
    display: inline-block;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: translateY(10px) rotate(45deg);
    transform-origin: center center;
    cursor: pointer; }

.footer_bottom {
  background-color: #000;
  padding: 40px 0 18px;
  color: #FFF; }
  .footer_bottom:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both; }

.footer #termLink {
  font-size: 1.1rem;
  text-align: center;
  line-height: inherit;
  padding: 0;
  margin: 0 20px; }

footer #termLink a {
  display: block; }

footer #termLink a + a {
  margin-top: 18px; }

footer #termLink a:after {
  content: "\e600";
  font-family: 'iconFont';
  margin: 0 0 0 5px; }

footer small {
  font-size: 1.2rem;
  display: block;
  text-align: center;
  margin-top: 80px; }

/*------------------------------------------------------------
  Footer lineup
------------------------------------------------------------*/
.footer-lineup {
  background: #fff; }
  .footer-lineup .footer-lineup_title {
    background: #333;
    color: #999;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: normal;
    padding: 12px 0;
    text-align: center;
    vertical-align: middle;
    width: 100%; }
    .footer-lineup .footer-lineup_title span {
      display: inline-block;
      margin-left: 15px;
      vertical-align: middle; }
    .footer-lineup .footer-lineup_title img {
      height: 35px;
      width: auto;
      vertical-align: middle; }
  .footer-lineup .ae-lineup {
    padding-top: 25px;
    padding-bottom: 60px;
    overflow: hidden; }
  .footer-lineup .ae-lineup .ae-lineup_item {
    padding: 10px 10px 15px 10px; }
  .footer-lineup .ae-lineup .item_pc-clickable {
    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-app
------------------------------------------------------------*/
.footer-app {
  background: #333;
  padding: 20px 13px 20px;
  text-align: center; }

.footer-app_title {
  border-left: 3px solid #ccc;
  color: #ccc;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 25px;
  padding-left: 15px; }

.footer-app_list {
  display: inline-block; }
  .footer-app_list .list_item {
    position: relative;
    min-height: 50px;
    padding-left: 70px; }
  .footer-app_list .list_item + .list_item {
    margin-top: 25px; }
  .footer-app_list .item_title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: normal;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    text-align: left; }
    .footer-app_list .item_title img {
      height: 20px; }
  .footer-app_list .item_icon {
    position: absolute;
    top: 0;
    left: 0; }
    .footer-app_list .item_icon img {
      height: 50px;
      width: auto; }
  .footer-app_list ul.item_links li {
    display: inline-block; }
  .footer-app_list ul.item_links img {
    height: 32px;
    width: auto;
    max-width: inherit; }

.spbr-block {
  display: block; }
