﻿@charset "UTF-8";
.clearfix, #section02 .comparison_block {
  *zoom: 1; }
  .clearfix:after, #section02 .comparison_block:after {
    content: "";
    display: table;
    clear: both; }

/*--------------------------
共通パーツ
---------------------------*/
#our_products {
  background: #f6f6f6;
  padding: 60px 0; }
  @media only screen and (max-width: 768px) {
    #our_products {
      padding: 30px 0; } }
  #our_products h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      #our_products h2 {
        font-size: 24px; } }
  #our_products .btn_block {
    text-align: center; }
    #our_products .btn_block a {
      color: #e20226;
      line-height: 48px;
      text-align: center;
      background: #fff;
      border-radius: 5px;
      width: 314px;
      height: 48px;
      border: 1px solid #d0d0d0;
      position: relative;
      display: inline-block;
      transition: all 0.3s ease-in-out 0s; }
      @media only screen and (max-width: 1023px) {
        #our_products .btn_block a {
          width: 100%; } }
      #our_products .btn_block a span::before {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 10px;
        content: "\e82f"; }
      #our_products .btn_block a::before, #our_products .btn_block a::after {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      #our_products .btn_block a::before {
        color: #dcb3b3;
        font-size: 22px;
        left: 20px; }
      #our_products .btn_block a::after {
        right: 10px; }
      #our_products .btn_block a:nth-child(2) {
        margin: 0 10px; }
        @media only screen and (max-width: 1023px) {
          #our_products .btn_block a:nth-child(2) {
            margin: 10px 0; } }
      #our_products .btn_block a.btn_search::after {
        content: "\f105"; }
      #our_products .btn_block a.btn_search_material::before {
        content: "\e81b"; }
      #our_products .btn_block a.btn_search_property::before {
        content: "\e81a"; }
      #our_products .btn_block a.btn_search_category::before {
        content: "\e845"; }
      #our_products .btn_block a.btn_catalogue {
        /*&::after {
          content: "\e830";
        }*/ }
        #our_products .btn_block a.btn_catalogue::before {
          content: "\e819"; }
      #our_products .btn_block a:hover {
        color: #fff;
        background: #e20226; }
        #our_products .btn_block a:hover::before {
          color: #fff; }

/*--------------------------
section01
---------------------------*/
#section01 {
  width: 100%; }
  #section01 .page_heading {
    padding: 50px 0px;
    text-align: center;
    background: url(../images/head_bg_image.png); }
    @media only screen and (max-width: 1023px) {
      #section01 .page_heading {
        padding: 20px 0; } }
    @media only screen and (max-width: 768px) {
      #section01 .page_heading {
        background-size: cover;
        padding: 18px 0; } }
    #section01 .page_heading h1 {
      font-size: 32px;
      font-weight: bold; }
      @media only screen and (max-width: 1023px) {
        #section01 .page_heading h1 {
          line-height: 1.2; } }
      @media only screen and (max-width: 768px) {
        #section01 .page_heading h1 {
          font-size: 24px;
          line-height: 1.0; } }
  #section01 .container {
    position: relative;
    padding: 20px 0; }
    @media only screen and (max-width: 768px) {
      #section01 .container {
        padding-bottom: 40px; } }
    #section01 .container .bg_image {
      max-width: none;
      position: absolute;
      left: -840px;
      z-index: -1; }
      @media only screen and (max-width: 1023px) {
        #section01 .container .bg_image {
          width: 760px;
          left: -400px; } }
      @media only screen and (max-width: 768px) {
        #section01 .container .bg_image {
          width: 500px;
          left: -300px; } }
    #section01 .container .nav_property {
      font-size: 0;
      text-align: center; }
      #section01 .container .nav_property dl {
        display: inline-block;
        width: 22%;
        padding: 35px 15px;
        position: relative; }
        @media only screen and (max-width: 1023px) {
          #section01 .container .nav_property dl {
            width: 50%;
            padding: 20px 10px; } }
        @media only screen and (max-width: 768px) {
          #section01 .container .nav_property dl {
            width: 100%;
            padding: 25px 10px;
            float: none; } }
        #section01 .container .nav_property dl dt {
          text-align: center; }
          #section01 .container .nav_property dl dt i {
            color: #b90000;
            font-size: 120px; }
          #section01 .container .nav_property dl dt span {
            font-size: 16px;
            margin-top: 25px;
            display: block; }
            @media only screen and (max-width: 1023px) {
              #section01 .container .nav_property dl dt span {
                font-size: 22px; } }
            @media only screen and (max-width: 768px) {
              #section01 .container .nav_property dl dt span {
                font-size: 20px;
                margin-top: 10px; } }
            #section01 .container .nav_property dl dt span::after {
              font-family: "fontello";
              font-style: normal;
              font-weight: normal;
              speak: none;
              display: inline-block;
              text-decoration: inherit;
              text-align: center;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              color: #e20226;
              margin-left: 10px;
              content: "\f105"; }
        #section01 .container .nav_property dl dd {
          background: rgba(0, 0, 0, 0.9);
          width: 100%;
          height: 100%;
          padding: 25px 15px;
          position: absolute;
          top: 20px;
          left: 0;
          text-align: left;
          transition: all 0.3s ease-in-out 0s;
          visibility: hidden;
          opacity: 0; }
          @media only screen and (max-width: 1023px) {
            #section01 .container .nav_property dl dd {
              padding: 20px;
              top: 0; } }
          @media only screen and (max-width: 768px) {
            #section01 .container .nav_property dl dd {
              transform: translateX(-100%) !important;
              padding: 15px; } }
          #section01 .container .nav_property dl dd .h {
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 15px;
            padding-left: 26px;
            position: relative; }
            @media only screen and (max-width: 1023px) {
              #section01 .container .nav_property dl dd .h {
                margin-bottom: 10px; } }
            @media only screen and (max-width: 768px) {
              #section01 .container .nav_property dl dd .h {
                font-size: 18px; } }
            #section01 .container .nav_property dl dd .h::before {
              font-family: "fontello";
              font-style: normal;
              font-weight: normal;
              speak: none;
              display: inline-block;
              text-decoration: inherit;
              text-align: center;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              color: #e20226;
              font-weight: normal;
              position: absolute;
              top: 0;
              left: 0; }
          #section01 .container .nav_property dl dd ul li a {
            display: block;
            font-size: 16px;
            color: #fff;
            line-height: 1.2;
            padding: 6px 0 6px 14px;
            position: relative;
            transition: all 0.3s ease-in-out 0s; }
            @media only screen and (max-width: 1023px) {
              #section01 .container .nav_property dl dd ul li a {
                padding: 6px 0 6px 10px; } }
            #section01 .container .nav_property dl dd ul li a::before {
              font-family: "fontello";
              font-style: normal;
              font-weight: normal;
              speak: none;
              display: inline-block;
              text-decoration: inherit;
              text-align: center;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              margin-right: 10px;
              content: "\f105";
              position: absolute;
              top: 4px;
              left: 0; }
            #section01 .container .nav_property dl dd ul li a:hover {
              opacity: 0.6; }
        #section01 .container .nav_property dl:hover dd {
          top: 0;
          visibility: visible;
          opacity: 1; }
          @media only screen and (max-width: 1023px) {
            #section01 .container .nav_property dl:hover dd {
              transform: translateX(0) !important; } }
        @media only screen and (max-width: 1023px) {
          #section01 .container .nav_property dl:nth-child(3) {
            clear: both; } }
        @media only screen and (max-width: 1023px) {
          #section01 .container .nav_property dl:nth-child(odd) dd {
            transform: translateX(-100%); } }
        @media only screen and (max-width: 1023px) {
          #section01 .container .nav_property dl:nth-child(even) dd {
            transform: translateX(100%); } }
        #section01 .container .nav_property dl.holder_mechanical dd .h::before {
          content: "\e8bb"; }
        #section01 .container .nav_property dl.holder_thermal dd .h::before {
          content: "\e8bc"; }
        #section01 .container .nav_property dl.holder_electrical dd .h::before {
          content: "\e8ba"; }
        #section01 .container .nav_property dl.holder_chemical dd .h::before {
          content: "\e8bd"; }

/*--------------------------
section02
---------------------------*/
#section02 {
  background: rgba(216, 216, 216, 0.8); }
  #section02 .container {
    padding: 30px 15px; }
    @media only screen and (max-width: 768px) {
      #section02 .container {
        padding: 30px 15px; } }
  #section02 .bg_image {
    max-width: none;
    position: absolute;
    bottom: 0;
    right: -600px;
    z-index: -1; }
    @media only screen and (max-width: 1023px) {
      #section02 .bg_image {
        width: 600px;
        right: -300px; } }
    @media only screen and (max-width: 768px) {
      #section02 .bg_image {
        width: 500px;
        right: -200px; } }
  #section02 .h_sec {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      #section02 .h_sec {
        font-size: 30px;
        margin-bottom: 25px; } }
  #section02 .comparison_block .holder {
    width: 575px; }
    @media only screen and (max-width: 1023px) {
      #section02 .comparison_block .holder {
        width: 49%; } }
    @media only screen and (max-width: 768px) {
      #section02 .comparison_block .holder {
        width: 100%; } }
    #section02 .comparison_block .holder .h {
      color: #fff;
      font-size: 18px;
      font-weight: 400;
      text-align: center;
      background: #b90000;
      padding: 12px 20px; }
      @media only screen and (max-width: 1023px) {
        #section02 .comparison_block .holder .h {
          font-size: 22px;
          padding: 10px 15px; } }
    #section02 .comparison_block .holder:nth-child(odd) {
      float: left; }
    #section02 .comparison_block .holder:nth-child(even) {
      float: right; }
    #section02 .comparison_block .holder:nth-child(2n+1) {
      clear: both; }
    #section02 .comparison_block .holder:nth-last-child(n+3) {
      margin-bottom: 40px; }
    #section02 .comparison_block .holder:not(:last-child) {
      margin-bottom: 20px; }
    #section02 .comparison_block .holder .video_cl a {
      display: block; }
      #section02 .comparison_block .holder .video_cl a:hover img {
        filter: brightness(140%); }
      #section02 .comparison_block .holder .video_cl a img {
        transition: all .3s; }
    #section02 .comparison_block .holder .video_cl figure {
      height: 320px; }
      @media only screen and (max-width: 1023px) {
        #section02 .comparison_block .holder .video_cl figure {
          height: auto; } }
  #section02 .fl {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.75); }
    #section02 .fl .fl_inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      vertical-align: middle; }
      #section02 .fl .fl_inner .mv_box {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 850px;
        height: 480px;
        margin: auto; }
        @media only screen and (max-width: 1023px) {
          #section02 .fl .fl_inner .mv_box {
            width: 770px;
            height: 435px; } }
        @media only screen and (max-width: 768px) {
          #section02 .fl .fl_inner .mv_box {
            width: 310px;
            height: 232px;
            margin: auto; } }
        #section02 .fl .fl_inner .mv_box #mv_box_inner {
          width: 100%;
          height: 100%; }

/*# sourceMappingURL=tokusei.css.map */
