@charset "utf-8";

/* ======================================================
 * home.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Header
 * - Main
 * - Footer
 * - Page Components
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Header
 * - Main
 * - Footer
 * - Page Components
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- transition ----- */
  .home-navi .navi_section > a.block .navi_heading .navi_heading_title::before {
    -webkit-transition: background-color .2s ease-out 0s;
    transition: background-color .2s ease-out 0s;
  }
  .home-navi .navi_section .navi_image img {
    -webkit-transition: transform .2s ease-out 0s;
    transition: transform .2s ease-out 0s;
  }
  
  /* ----- sprite ----- */
  .home-hero .hero_btn a::before,
  .home-intro .intro_products .intro_link a::before,
  .home-navi .navi_section > a.block .navi_heading .navi_heading_title::after {
    display: inline-block;
    background-image: url(../../common-files/img/cmn_sprite_ic01.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
  }
  .home-hero .hero_btn a::before,
  .home-intro .intro_products .intro_link a::before { width: 8px; height: 11px; background-position: 0px 0px; }
  .home-navi .navi_section > a.block .navi_heading .navi_heading_title::after { width: 8px; height: 11px; background-position: -80px 0px; }
  
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .Header {
    background-color: rgba(255,255,255,.9);
  }
  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .MainBody {
    margin-top: 0;
    border-top: none;
  }
  
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Page Components
  ------------------------------------------------------ */
  /* ----- home-hero ----- */
  .home-hero {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 850px;
    background-color: #000;
    overflow: hidden;
  }
  .home-hero::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 527px;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
    background-image:    -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
    background-image:     -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
    background-image:         linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
    content: "";
  }
  .home-hero .hero_video {
  }
  .home-hero .hero_video video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
  }
  .home-hero .hero_lead {
    position: absolute;
    top: 280px;
    left: 0;
    z-index: 3;
    width: 100%;
    color: #fff;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
    text-shadow: 0 0 40px rgba(0,0,0,.7);
    text-align: center;
  }
  .home-hero .hero_lead .hero_lead_strong {
    font-size: 145%;
  }
  .home-hero .hero_btn {
    position: absolute;
    top: 435px;
    left: 50%;
    z-index: 3;
    min-width: 318px;
    margin-left: -159px;
  }
  .home-hero .hero_btn a {
    display: block;
    position: relative;
    padding: 10px 30px 10px 28px;
    border: 2px solid #007ec8;
    background-color: rgba(255,255,255,.65);
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 25px 0 rgba(0,0,0,.2);
    color: #333;
    font-size: 1.8rem;
    text-align: center;
  }
  .home-hero .hero_btn a::before {
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -5px;
  }
  .home-hero .hero_btn a::after {
    position: absolute;
    top: -2px;
    left: 0;
    display: block;
    width: calc(100% + 2px);
    height: 2px;
    background-color: #ffa22b;
    content: "";
  }
  .home-hero .hero_btn .hero_btn_label::before {
    position: absolute;
    top: 0;
    right: -2px;
    display: block;
    width: 2px;
    height: calc(100% + 2px);
    background-color: #ff2d4a;
    content: "";
  }
  .home-hero .hero_btn .hero_btn_label::after {
    position: absolute;
    right: 0;
    bottom: -2px;
    display: block;
    width: calc(100% + 2px);
    height: 2px;
    background-color: #00b0a0;
    content: "";
  }
  .home-hero .hero_btn a:hover {
    background-color: #fff;
  }
    
  /* ----- home-intro ----- */
  .home-intro {
    position: relative;
    min-height: 511px;
    padding: 135px 0 110px;
    background-color: #fff;
    background-image: url(../../under-files/img/home_intro_bg01.png);
    background-repeat: no-repeat;
    background-position: 50% -60px;
  }
  .home-intro .intro_products {
    width: 1200px;
    margin: 0 auto;
  }
  .home-intro .intro_products .intro_heading {
    max-width: 500px;
    margin-bottom: 1em;
    font-size: 3.1rem;
    font-weight: bold;
    line-height: 1.25;
  }
  .home-intro .intro_products .intro_heading .intro_heading_strong {
    display: block;
    font-size: 5.5rem;
  }
  .home-intro .intro_products .intro_lead {
    max-width: 500px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .home-intro .intro_products .intro_link {
    margin-top: 1em;
  }
  .home-intro .intro_products .intro_link a {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-size: 1.4rem;
  }
  .home-intro .intro_products .intro_link a::before {
    position: absolute;
    top: .5em;
    left: 0;
  }
  .home-intro .intro_products .intro_image {
    position: absolute;
    top: 95px;
    left: 50%;
    margin-left: -12px;
  }
  .home-intro .intro_products .intro_image img {
    width: 650px;
  }
  
  /* ----- home-navi ----- */
  .home-navi {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 1200px;
    margin: 0 auto;
  }
  .home-navi .navi_section {
    width: 50%;
  }
  .home-navi .navi_section > .block {
    position: relative;
    height: 371px;
    padding: 30px;
    color: #fff;
    overflow: hidden;
  }
  .home-navi .navi_section .navi_heading {
    margin-bottom: 1em;
  }
  .home-navi .navi_section .navi_heading .navi_heading_title {
    display: inline-block;
    position: relative;
    padding-right: 36px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .home-navi .navi_section > a.block .navi_heading .navi_heading_title::before {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-top: -12px;
    border: 2px solid #fff;
    border-radius: 50%;
    content: "";
  }
  .home-navi .navi_section > a.block .navi_heading .navi_heading_title::after {
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -5px;
  }
  .home-navi .navi_section .navi_lead {
    color: #333;
    font-size: 2.0rem;
    line-height: 1.5;
  }
  .home-navi .navi_section .navi_image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .home-navi .navi_section.type-ir .navi_image {
    right: auto;
    left: 50%;
    margin-left: -300px;
  }
  .home-navi .navi_section .navi_image img {
    width: 600px;
    height: 371px;
    max-width: none;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  .home-navi .navi_section.type-ir .navi_image img {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  .home-navi .navi_section > a.block:hover .navi_heading .navi_heading_title::before {
    background-color: #000;
  }
  .home-navi .navi_section > a.block:hover .navi_image img {
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
  }
  
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .home-hero .hero_video video {
    width: auto;
  }
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- sprite ----- */
  .home-hero .hero_btn a::before,
  .home-intro .intro_products .intro_link a::before,
  .home-navi .navi_section > a.block .navi_heading .navi_heading_title::after {
    display: inline-block;
    background-image: url(../../common-files/img/cmn_sprite_ic01-r2x.png);
    background-repeat: no-repeat;
    background-size: 600px 600px;
    vertical-align: middle;
    content: "";
  }
  .home-hero .hero_btn a::before,
  .home-intro .intro_products .intro_link a::before { width: 8px; height: 10px; background-position: 0px 0px; }
  .home-navi .navi_section > a.block .navi_heading .navi_heading_title::after { width: 9px; height: 11px; background-position: -100px 0px; }
  
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .MainBody {
    border-top: none;
  }
  
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .Footer {
    margin-top: 0;
  }
  
  /* ------------------------------------------------------
   * Page Components
  ------------------------------------------------------ */
  /* ----- home-hero ----- */
  .home-hero {
    position: relative;
    margin: 0 -15px;
    padding: 0 5px 60px;
    background-color: #0a0b06;
    background-image: url(../../under-files/img/home_hero_bg01-r2x.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: auto 100%;
  }
  .home-hero .hero_video {
    display: none;
  }
  .home-hero .hero_lead {
    padding-top: 1.75em;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
  }
  .home-hero .hero_lead .hero_lead_strong {
    font-size: 132%;
  }
  .home-hero .hero_btn {
    margin-top: 2em;
    text-align: center;
  }
  .home-hero .hero_btn a {
    display: inline-block;
    min-width: 219px;
    position: relative;
    padding: 8px 23px 8px 37px;
    border: 1px solid #007ec8;
    background-color: rgba(255,255,255,.65);
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
    color: #000;
    text-align: center;
  }
  .home-hero .hero_btn a::before {
    position: absolute;
    top: 50%;
    left: 19px;
    margin-top: -5px;
  }
  .home-hero .hero_btn a::after {
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    width: calc(100% + 1px);
    height: 1px;
    background-color: #ffa22b;
    content: "";
  }
  .home-hero .hero_btn .hero_btn_label::before {
    position: absolute;
    top: 0;
    right: -1px;
    display: block;
    width: 1px;
    height: calc(100% + 1px);
    background-color: #ff2d4a;
    content: "";
  }
  .home-hero .hero_btn .hero_btn_label::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    display: block;
    width: calc(100% + 1px);
    height: 1px;
    background-color: #00b0a0;
    content: "";
  }
  .home-hero .hero_btn a:hover {
    background-color: #fff;
  }
    
  /* ----- home-intro ----- */
  .home-intro {
    position: relative;
    margin: 0 -15px;
    padding: 42px 15px 0;
    background-color: #fff;
    background-image: url(../../under-files/img/home_intro_bg01-r2x.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
  }
  .home-intro .intro_products .intro_heading {
    margin-bottom: .5em;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
  }
  .home-intro .intro_products .intro_heading .intro_heading_strong {
    display: block;
    font-size: 3.6rem;
  }
  .home-intro .intro_products .intro_lead {
    font-size: 1.2rem;
  }
  .home-intro .intro_products .intro_link {
    margin-top: 1em;
    text-align: center;
  }
  .home-intro .intro_products .intro_link a {
    display: inline-block;
    position: relative;
    min-width: 203px;
    padding: 10px 22px 10px 28px;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    font-size: 1.4rem;
    text-align: center;
  }
  .home-intro .intro_products .intro_link a::before {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -5px;
  }
  .home-intro .intro_products .intro_image {
    margin-top: 2em;
    text-align: center;
  }
  .home-intro .intro_products .intro_image img {
    position: relative;
    right: -15px;
    width: 323px;
  }
  
  /* ----- home-navi ----- */
  .home-navi {
    margin: 0 -15px;
  }
  .home-navi .navi_section > .block {
    position: relative;
    color: #fff;
  }
  .home-navi .navi_section .navi_heading {
    position: absolute;
    top: 20px;
    left: 0;
    margin-bottom: 1em;
    padding: 0 15px;
  }
  .home-navi .navi_section .navi_heading .navi_heading_title {
    display: inline-block;
    position: relative;
    padding-right: 26px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.25;
  }
  .home-navi .navi_section > a.block .navi_heading .navi_heading_title::before {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
  }
  .home-navi .navi_section > a.block .navi_heading .navi_heading_title::after {
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -5px;
  }
  .home-navi .navi_section .navi_lead {
    position: absolute;
    top: 55px;
    left: 0;
    padding: 0 15px;
    color: #333;
    font-size: 1.2rem;
  }
  .home-navi .navi_section .navi_image img {
    width: 100%;
    height: auto;
  }
    
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * SP Media Queries
====================================================== */
@media screen and (min-width: 200px) and (max-width: 320px) {
  .home-intro .intro_products .intro_lead {
    font-size: 1.0rem;
  }
  .home-navi .navi_section .navi_heading .navi_heading_title {
    font-size: 1.8rem;
  }
}

/* ======================================================
 * Print
====================================================== */
@media print {
  .home-hero {
    height: 720px;
  }
  .home-navi .navi_section {
    background-size: cover;
  }
}