@charset "utf-8";

/* ======================================================
 * layout_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 767px)
 * - Common
 * - Header
 * - Main
 * - pageFoot
 * - Footer
 * - Clearfix
 * Media Queries
====================================================== */

@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- a ----- */
  .header-menu .menu_close_button > a,
  .header-search .search_close > a,
  .global-language[data-color="white"] .language_list > li a,
  .footer-navi .navi_list > li a {
    color: #fff;
  }
  .header-menu .menu_link_button > a {
    color: #333;
  }
  
  /* ----- opacity ----- */
  
  /* ----- transition ----- */
  .header-sp-link .link_list > li.type-menu > a::before,
  .header-sp-link .link_list > li.type-menu > a::after,
  .header-menu .navi_global > li > a.a-toggle::before {
    -webkit-transition: transform .2s ease-out 0s;
    transition: transform .2s ease-out 0s;
  }
  
  /* ----- sprite ----- */
  .menu-megadrop > .megadrop_content > .megadrop_content_title > a.a-blank::after {
    display: inline-block;
    margin: .2em 0 0 6px;
  }
  
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 51px;
    border-bottom: 1px solid #dadada;
    background-color: #fff;
    z-index: 1000;
  }
  .HeaderBody {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 0 0 15px;
  }
  body.is-active-menu .HeaderBody::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 50px;
    background-color: rgba(0,0,0,.7);
    content: "";
  }
  .HeaderBody > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ----- header-identity ----- */
  .header-identity {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 131px;
    height: 50px;
  }
  .header-identity .identity_logo {
    margin-top: -5px;
  }
  
  /* ----- header-wrap ----- */
  .header-wrap {
    display: none !important;
  }
  
  /* ----- header-sp-link ----- */
  .header-sp-link .link_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    height: 50px;
  }
  .header-sp-link .link_list > li {
    width: 50px;
  }
  .header-sp-link .link_list > li > a {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #fff;
    text-indent: -9999em;
    overflow: hidden;
  }
  .header-sp-link .link_list > li.type-menu > a.is-active {
    z-index: 1001;
  }
  .header-sp-link .link_list > li.type-search .link_label::before,
  .header-sp-link .link_list > li.type-global a .link_label::before {
    position: absolute;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: "";
  }
  .header-sp-link .link_list > li.type-search a .link_label::before {
    width: 18px;
    height: 18px;
    background-image: url(/english/common/img/cmn_hdr_ic01_01-r2x.png);
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
  }
  .header-sp-link .link_list > li.type-global a .link_label::before {
    width: 18px;
    height: 18px;
    background-image: url(/english/common/img/cmn_hdr_ic01_02-r2x.png);
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
  }
  .header-sp-link .link_list > li.type-menu > a::before,
  .header-sp-link .link_list > li.type-menu > a::after,
  .header-sp-link .link_list > li.type-menu > a .link_label::before {
    position: absolute;
    left: 50%;
    width: 18px;
    height: 1px;
    margin: 0 0 0 -9px;
    background-color: #333;
    content: "";
  }
  .header-sp-link .link_list > li.type-menu > a::before { top: 18px; }
  .header-sp-link .link_list > li.type-menu > a::after { top: 25px; }
  .header-sp-link .link_list > li.type-menu > a .link_label::before { top: 32px; }
  .header-sp-link .link_list > li.type-menu a.is-active .link_label::before {
    display: none !important;
  }
  .header-sp-link .link_list > li.type-menu > a.is-active::before,
  .header-sp-link .link_list > li.type-menu > a.is-active::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    margin: -1px 0 0 -10px;
    border-radius: 2px;
    background-color: #333;
    content: "";
  }
  .header-sp-link .link_list > li.type-menu > a.is-active::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-sp-link .link_list > li.type-menu > a.is-active::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-sp-link .link_list > li.type-menu > a.is-active .link_label::after {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #f2f3f5;
    z-index: 10;
    content: "";
  }
  
  /* ----- header-menu ----- */
  .header-menu {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 15px 15px 1px;
    background-color: #fbfbfc;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header-menu > *:first-child {
    margin-top: 0 !important;
  }
  .header-menu .menu_link_button > a {
    display: block;
    padding: 10px 12px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
  }
  .header-menu .menu_link_button > a {
    display: block;
    padding: 13px 15px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
  }
  .header-menu .menu_link_button.type-mail > a {
    position: relative;
    padding: 13px 50px;
  }
  .header-menu .menu_link_button.type-mail > a::before {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 30px;
    height: 22px;
    background: url(/english/common/img/cmn_menu_btn_ic01.png) no-repeat 0 0;
    -webkit-background-size: 30px 22px;
    background-size: 30px 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
  }
  .header-menu .menu_contents {
    margin-top: 1em;
  }
  .header-menu .menu-megadrop {
    display: none;
  }
  .header-menu .navi_global > li > a {
    display: block;
    position: relative;
    margin: 0 -15px;
    padding: 12px 50px 12px 15px;
    border-top: 1px solid #ccc;
    background-color: #eaedf0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .header-menu .navi_global > li > a:not(.a-blank):not(.a-toggle)::after {
    position: absolute;
    top: 50%;
    right: 20px;
    height: 14px;
    width: 14px;
    margin-top: -7px;
    border-top: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .header-menu .navi_global > li > a.a-blank::after {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-menu .navi_global > li > a.a-toggle::before,
  .header-menu .navi_global > li > a.a-toggle::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20px;
    height: 1px;
    margin-top: -1px;
    background-color: #363739;
    content: "";
  }
  .header-menu .navi_global > li > a.a-toggle::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header-menu .navi_global > li > a.a-toggle.is-active::before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .header-menu .menu_close_button {
    margin: 0 -15px 49px;
    padding-top: 22px;
    border-top: 1px solid #ccc;
    text-align: center;
  }
  .header-menu .menu_close_button > a {
    display: inline-block;
    min-width: 165px;
    padding: 12px 10px;
    border: 1px solid #ccc;
    background-color: #383838;
    font-weight: 700;
  }
  .header-menu .menu_close_button > a .menu_close_label {
    display: inline-block;
    position: relative;
    padding-left: 10px;
  }
  .header-menu .menu_close_button > a .menu_close_label::before,
  .header-menu .menu_close_button > a .menu_close_label::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 1px;
    margin: -1px 0 0 -4px;
    border-radius: 2px;
    background-color: #fff;
    content: "";
  }
  .header-menu .menu_close_button > a .menu_close_label::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-menu .menu_close_button > a .menu_close_label::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-menu .megadrop_content {
    padding: 15px 0 45px;
  }
  .header-menu .megadrop_content > *:first-child {
    margin-top: 0 !important;
  }
  .header-menu .megadrop_content .megadrop_content_title + * {
    margin-top: 1.25em;
  }
  .header-menu .megadrop_content .megadrop_content_title > a {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-size: 1.6rem;
  }
  .header-menu .megadrop_content .megadrop_content_title > a::before {
    position: absolute;
    top: .45em;
    left: 0;
    height: 8px;
    width: 8px;
    border-top: 1px solid #d11019;
    border-right: 1px solid #d11019;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .header-menu .megadrop_banner_list {
    margin-top: 1.25em;
  }
  .header-menu .megadrop_banner_list > li {
    text-align: center;
  }
  .header-menu .megadrop_banner_list > li + li {
    margin-top: 1em;
  }
  .header-menu .megadrop_text_title {
    margin-top: 1.5em;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .header-menu .megadrop_text_title + * {
    margin-top: .75em;
  }
  .header-menu .link-button .link_assist {
    color: #333;
  }
  .header-menu .megadrop_column {
    margin-top: 2em;
  }
  .header-menu .megadrop_column > * {
    margin-top: 1.5em;
  }
  .header-menu .megadrop_index_list > li a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #ccc;
    background-color: #fff;
  }
  .header-menu .megadrop_index_list > li a .megadrop_index_image {
    width: 40px;
    padding: 5px 0 5px 5px;
  }
  .header-menu .megadrop_index_list > li a .megadrop_index_title {
    width: calc(100% - 40px);
    padding: 5px 10px 5px 5px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
  }
  
  /* ----- menu-overlay ----- */
  .menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.7);
  }
  
  /* ----- header-menu ----- */
  .header-search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
  }
  .header-search .search_box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1200px;
    max-width: calc(100% - 30px);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1002;
  }
  .header-search .search_form {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .header-search .search_text {
    display: inline-block;
    width: calc(100% - 90px);
    height: 50px;
    padding: 0 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    outline: none;
    line-height: 50px;
  }
  .header-search .search_submit {
    display: inline-block;
    width: 90px;
    height: 50px;
    padding: 0 0 0 31px;
    border: none;
    border-radius: 0;
    background: url(/english/common/img/cmn_search_ic01-r2x.png) no-repeat 10px 50% #cc0e17;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: left;
    outline: none;
    line-height: 50px;
  }
  .header-search .search_close {
    margin-top: 3.25em;
    text-align: center;
  }
  .header-search .search_close > a {
    display: inline-block;
    min-width: 165px;
    padding: 13px 10px;
    border: 1px solid #ccc;
    background-color: #383838;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
  }
  .header-search .search_close > a .search_close_label {
    display: inline-block;
    position: relative;
    padding-left: 10px;
  }
  .header-search .search_close > a .search_close_label::before,
  .header-search .search_close > a .search_close_label::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 1px;
    margin: -1px 0 0 0px;
    border-radius: 2px;
    background-color: #fff;
    content: "";
  }
  .header-search .search_close > a .search_close_label::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-search .search_close > a .search_close_label::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
   /* ----- search-overlay ----- */
  .search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.7);
  }
  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .Main {
    padding-top: 51px;
  }
  .MainBody {
    padding: 0 15px;
    overflow: hidden;
  }
  
  /* ----- pageGuide ----- */
  .pageGuide {
    position: relative;
    height: 0;
  }
  /* breadcrumbs */
  .breadcrumbs {
    display: none;
  }
  /* global-language */
  .global-language {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 10;
  }
  body.has-translation .global-language {
    display: block;
  }
  .global-language .language_list {
    font-size: 1.4rem;
  }
  .global-language .language_list > li a {
    display: inline-block;
    position: relative;
    padding-left: 17px;
  }
  .global-language .language_list > li a::before {
    position: absolute;
    top: .35em;
    left: 0;
    height: 8px;
    width: 8px;
    border-top: 1px solid #d11019;
    border-right: 1px solid #d11019;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  
  /* ----- pageHead ----- */
  .pageHead {
    padding-top: 15px;
  }
  .pageHead > *:first-child {
    margin-top: 0 !important;
  }
  .pageHead > *:last-child {
    margin-bottom: 0 !important;
  }
  
  /* ----- container ----- */
  .container {
    padding: 15px 0 50px;
  }
  
  /* contents */
  .contents > *:first-child,
  .contents > *:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  /* sidebar */
  .sidebar {
    display: none;
  }
  
  /* ------------------------------------------------------
   * pageFoot
  ------------------------------------------------------ */
  .pageFoot > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .Footer {
    padding: 15px 25px 30px;
    background-color: #363739;
    color: #fff;
  }
  
  /* ----- footer-navi ----- */
  .footer-navi .navi_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 1.3rem;
  }
  .footer-navi .navi_list > li {
    width: calc((100% - 15px) / 2);
    margin: .75em 0 0 15px;
  }
  .footer-navi .navi_list > li:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .footer-navi .navi_list > li:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  /* ----- footer-sns ----- */
  .footer-sns {
    margin: 15px 6% 15px 6%;
  }
  /* ----- footer-copyright ----- */
  .footer-copyright {
    margin: 1em 20px 0 0;
    font-size: 1.1rem;
  }
  
  /* ----- Pagetop ----- */
  .Pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 900;
  }
  .Pagetop a {
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
    border-top: 1px solid #5e5f61;
    border-left: 1px solid #5e5f61;
    background-color: #363739;
    text-indent: -9999em;
    outline: none;
    overflow: hidden;
  }
  .Pagetop a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -4px 0 0 -6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
  }
  
  /* ------------------------------------------------------
   * Other
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/