@charset "utf-8";

/* ======================================================
 * layout_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 767px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Other
 * - Clearfix
 * Media Queries
====================================================== */

@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .Header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1002;
  }
  
  /* ----- HeaderBody ----- */
  .HeaderBody {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 15px 8px;
    background: #fff;
    border-bottom: 1px solid #dddddd;
  }
  
  /* header-identity */
  .header-identity {max-width: 136px;}
  /* headerUtility */
  .headerUtility_body {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    z-index: -1;
  }
  .js-headerUtility.is-current + .headerUtility_body {
    display: block;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .headerUtility_body > .headerUtility_bodyInner {
    display: block;
    padding: 30px 15px;
    background: #fff;
  }
  .headerUtility_body > .headerUtility_bodyInner.is-bg-gray {background: #f2f2f2;}
  .headerUtility_btn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 1.1rem;
    text-align: center;
  }
  a.headerUtility_btn {text-decoration: none;}
  .gnavList-sub > li > .headerUtility_btn {font-size: 1.2rem;}
  .headerUtility-serch,
  .js-headerUtility-close,
  .headerUtility-menu {
    display: inline-block;
    margin: 0 auto;
  }
  .headerUtility-serch:before,
  .js-headerUtility-close:before,
  .headerUtility-menu:before {
    content: "";
    display: block;
    margin: 4px auto 6px;
    background: url(../img/com_sprite01-1.png) no-repeat;
  }
  .headerUtility-serch:before {
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
    background-size: 100px auto;
    background-position: 0 -24px;
  }
  .js-headerUtility-close:before {
    width: 19px;
    height: 17px;
    margin-bottom: 5px;
    background-position: -44px 0;
  }
  .headerUtility-menu:before {
    width: 19px;
    height: 17px;
    margin-bottom: 6px;
    background-size: 100px auto;
    background-position: -39px -24px;
  }
  .headerUtility_btn-v2 {
    max-width: 150px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    border: 1px solid #9e1f24;
  }
  .headerUtility_btn-v2 > a {
    display: block;
    position: relative;
    color: #9e1f24;
    padding: 12px 20px;
    text-decoration: none;
  }
  .headerUtility_btn-v2 > a:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/com_sprite01-1.png) no-repeat;
    background-size: 100px auto;
    width: 18px;
    height: 17px;
    background-position: -20px -24px;
  }
  .headerUtility_btn-v2 > a > span {padding: 0 18px;}
  .header_serchWrap {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0 8px 6px 18px;
    width: 100%;
    border-bottom: 1px solid #9e1f24;
  }
  .header_serchWrap:before {
    content: "";
    display: block;
    position: absolute;
  }
  .header_serchWrap:before {
    top: 0.3em;
    left: 10px;
    width: 1px;
    height: 13px;
    background: #606060;
  }
  .header_serchWrap > form {
    display: -webkit-flex;
    display: flex;
  }
  .header_serch,
  .header_serch_btn {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .header_serch {
    padding-right: 5px;
    width: calc(100% - 20px);
    font-size: 1.3rem;
  }
  .header_serch_btn {
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background: url(../img/com_sprite01-1.png) no-repeat;
    background-size: 100px auto;
    background-position: 0 -24px;
  }
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  /* ----- GnavBody ----- */
  .GnavBody > .gnav-pc {display: none;}
  .GnavBody > .gnav-sp {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* gnavList */
  .gnavList {display: block;}
  .gnavList > li > a {
    display: block;
    position: relative;
    padding: 15px 35px 15px 15px;
    color: #9e1f24;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #cccccc;
  }
  .gnavList > li > a > span {
    color: #9e1f24;
  }
  .gnavList > li > a.a-blank:after,
  .gnavList > li > a[target="_blank"]:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -7px;
    width: 15px;
    height: 15px;
    background: url(../img/com_sprite01-1.png) -60px -24px no-repeat;
    background-size: 100px auto;
  }
  .gnavList > li > .js-accordion_trigger > span:before,
  .gnavList > li > .js-accordion_trigger > span:after {
    content: "";
    position: absolute;
    vertical-align: middle;
    top: 50%;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .gnavList > li > .js-accordion_trigger > span:before {
    right: 15px;
    width: 17px;
    height: 1px;
    background: #9e1f24;
  }
  .gnavList > li > .js-accordion_trigger > span:after {
    right: 23px;
    margin-top: -8px;
    height: 16px;
    border-top: 1px solid #9e1f24;
    border-right: 1px solid #9e1f24;
  }
  .gnavList > li > .js-accordion_trigger.is-active > span:after {
    margin-top: -8px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  .gnavList_detail > li > a {
    display: block;
    position: relative;
    padding: 15px 35px 15px 15px;
    text-decoration: none;
    color: #333;
    font-size: 1.4rem;
    background: #f3f4f5;
    border-bottom: 1px solid #ffffff;
  }
  .gnavList_detail > li > a > span:before,
  .gnavList_detail > li > a > span:after {
    content: "";
    position: absolute;
    vertical-align: middle;
    top: 50%;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .gnavList_detail > li > a > span:before {
    right: 15px;
    width: 16px;
    height: 1px;
    background: #9e1f24;
  }
  .gnavList_detail > li > a > span:after {
    right: 15px;
    margin-top: -4px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #9e1f24;
    border-right: 1px solid #9e1f24;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .Main {margin-top: 69px;}
  
  /* ----- pageGuide ----- */
  .pageGuide {
    padding: 5px 15px;
    background: #f3f3f3;
  }
  
  /* breadcrumbs */
  .breadcrumbs {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .breadcrumbs > li {
    margin-right: 15px;
    font-size: 1.4rem;
  }
  .breadcrumbs > li:before {
    content: "/";
    display: inline-block;
    margin-right: 15px;
    color: #a9a9a9;
  }
  .breadcrumbs > li:last-of-type {
    margin-right: 0;
    font-weight: bold;
  }
  .breadcrumbs > li:first-of-type:before {display: none;}
  
  /* ----- pageHead ----- */
  .pageHead {
    position: relative;
    width: 100%;
    color: #fff;
  }
  [data-category="product"] .pageHead:before,
  [data-category="information"] .pageHead:before,
  [data-category="support"] .pageHead:before,
  [data-category="support-kgc"] .pageHead:before,
  [data-category="support-komorikare"] .pageHead:before {
    content: '';
    display: block;
    width: 100%;
    height: 170px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  [data-category="product"] .pageHead:before {
    background-image: url(../../zh/cn/product/img/index_im01.jpg);
  }
  [data-category="information"] .pageHead:before {
    background-image: url(../../zh/cn/information/img/index_im01.jpg);
  }
  [data-category="support"] .pageHead:before {
    background-image: url(../../zh/cn/support/img/index_im01.jpg);
  }
  [data-category="support-kgc"] .pageHead:before {
    background-image: url(../../zh/cn/support/kgc/img/index_im06.jpg);
  }
  [data-category="support-komorikare"] .pageHead:before {
    background-image: url(../../zh/cn/support/komorikare/img/index_im04.jpg);
  }
  .pageHead > .pageHead-inner {
    margin: 0 auto;
    padding: 20px 15px;
    width: 100%;
    text-align: left;
    background: #9e1f24;
  }
  .pageHead .heading-lv1 {
    margin: 0;
    padding: 0;
    font-weight: bold;
  }
  .pageHead .heading-lv1 .heading_title {
    margin-bottom: 5px;
    padding-bottom: 0;
    color: #c6d3e1;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .pageHead .heading-lv1 > .heading_title > em {
    color: #fff;
    font-size: 2.5rem;
    font-style: normal;
  }
  .pageHead .heading-lv1 > .heading_title > em + span {
    margin-left: 10px;
    font-size: 1.2rem;
  }
  /* contents */
  .contents {padding: 0 15px;}
  
  /* sidebar */
  .sidebar {margin-top: 40px;}
  
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .Assist + .Footer {margin-top: 0;}
  .Footer {
    position: relative;
    margin-top: 50px;
  }
  
  /* ----- FooterBody ----- */
  .FooterBody {
    padding: 70px 0 25px;
    background: #f6f6f6;
  }
  .footer-sitemap {padding: 0 15px;}
  /* sitemap-link */
  .sitemap-link_detail {
    display: -webkit-flex;
    display: flex;
    flex-wrap: -webkit-wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .sitemap-link_detail > li {
    margin-top: 15px;
    width: 50%;
  }
  .sitemap-link_detail > li:nth-of-type(-n+2) {margin-top: 0;}
  .sitemap-link_detail > li:nth-of-type(2n) {padding-left: 15px;}
  .sitemap-link_detail > li:nth-of-type(2n+1) {border-right: 1px solid #dddddd;}
  .sitemap-link_detail > li > a {
    display: block;
    position: relative;
    padding: 10px 0 10px 20px;
    color: #555;
    font-size: 1.2rem;
    text-decoration: none;
  }
  .sitemap-link_detail > li > a > span:before,
  .sitemap-link_detail > li > a > span:after {
    content: "";
    position: absolute;
    vertical-align: middle;
    top: 50%;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .sitemap-link_detail > li > a > span:before {
    left: 0;
    width: 12px;
    height: 1px;
    background: #999999;
  }
  .sitemap-link_detail > li > a > span:after {
    left: 4px;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sitemap-banner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: -webkit-wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
  }
  .sitemap-banner > li {
    margin-top: 10px;
    width: 50%;
  }
  .sitemap-banner > li:nth-child(-n+2) {margin-top: 0;}
  .sitemap-banner > li:nth-child(2n) {padding-left: 15px;}
  .sitemap-banner > li:nth-child(2n+1) {padding-right: 15px;}
  .sitemap-banner > li > a {display: block;}
  .sitemap-sns {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 20px;
    overflow: hidden;
  }
  .sitemap-banner > .sitemap-sns {width: 100%;}
  .sitemap_item > .sitemap-banner > .sitemap-sns {padding-left: 0;}
  .sitemap-sns > span {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 2;
  }
  .sitemap-sns > span > img {max-height: 35px;}
  .sitemap-snsList {
    display: -webkit-flex;
    display: flex;
  }
  .sitemap-snsList > li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 15px;
    width: 35px;
  }
  .sitemap-qrcode {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 20px;
  }
  .sitemap-qrcode > dt {
    margin-right: 20px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .sitemap-qrcode > dd {
    width: 100px;
  }
  /* footer-copyright */
  .footer-copyright {
    padding: 15px 15px 13px;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    background: #9e1f24;
  }
  .footer-copyright > small {
    color: #fff;
  }
  
  /* ----- Pagetop ----- */
  .Pagetop {
    content: '';
    display: block;
    position: fixed;
    right: 5%;
    bottom: 50px;
    z-index: 1000;
  }
  .Pagetop > a {
    display: block;
    width: 52px;
    height: 52px;
    background: url(../img/com_sprite01-1.png) no-repeat;
    -webkit-background-size: 100px auto;
    background-size: 100px auto;
    background-position: -38px -62px;
  }
  
  /* ------------------------------------------------------
   * Other
  ------------------------------------------------------ */
  .js-headerUtility_overlay {
    display: none;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 1000;
  }
  .is-headerUtility-open {
    position: fixed;
    width: 100%;
  }
  .is-headerUtility-open .js-headerUtility_overlay {display: block;}
  /* marsinder css override */
  #mf_marsfinder #page-top {
    width: 0;
    height: 0;
    overflow:hidden;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}