@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
#adminBox {
  margin-top: 0;
  margin-bottom: 0; }
  #adminBox + .body .wrap main {
    margin-top: 0; }

.head-wrapper {
  background: #fff; }

.header {
  height: 60px;
  margin-bottom: 0; }
  @media print, screen and (min-width: 992px) {
    .header {
      height: auto;
      width: 100%;
        /*position: fixed;
        top: 0;
        left: 0;
        z-index: 100;

		
		.container{
			position: relative;
			overflow: visible;
		}*/ }
      .header .header-logo {
        width: 20%; }
      .header .header-nav {
        display: block; } }
  .header p {
    margin: 0;
    padding: 0; }
  .header .header-logo {
    /*text-align: center;
    padding: 15px;*/ }
    .header .header-logo .site-name {
      margin: 10px 0 0; }
      .header .header-logo .site-name img {
        vertical-align: baseline; }
      @media print, screen and (min-width: 992px) {
        .header .header-logo .site-name {
          width: 35%; } }
      .header .header-logo .site-name .logo-icon {
        width: 55%;
        display: inline-block;
                /*@include mq( $pc , min ) {
					width: 189px;
				}*/ }
      .header .header-logo .site-name .logo-text {
        width: 45%;
        padding-left: 5px;
        display: inline-block;
                /*@include mq( $pc , min ) {
					width: 121px;
					margin: 15px auto 0;
				}*/ }
      @media screen and (max-width: 767px) {
        .header .header-logo .site-name {
          width: 50%;
          padding: 0;
          margin: 0;
          line-height: 1; } }
    @media print, screen and (min-width: 768px) {
      .header .header-logo {
        width: 80%;
        float: left; } }
  .header .nav-menu-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    padding: 5px;
    background: #fff;
    border-radius: 5px; }
    .header .nav-menu-btn a {
      color: #BF1920; }
    .header .nav-menu-btn .acms-icon-sort {
      color: #BF1920; }
    .header .nav-menu-btn .nav-menu-btn-text {
      color: #BF1920;
      font-size: 14px;
      font-size: 1.4rem;
      padding-left: 5px; }
      @media screen and (max-width: 479px) {
        .header .nav-menu-btn .nav-menu-btn-text {
          font-size: 10.7692307692px;
          font-size: 1.0769230769rem; } }
  .header .header-nav {
    background: #BF1920; }
    @media screen and (max-width: 991px) {
      .header .header-nav {
        display: none; } }
    @media print, screen and (min-width: 992px) {
      .header .header-nav {
        width: 100%; } }
    .header .header-nav nav.navbar {
      margin-bottom: 0; }
      .header .header-nav nav.navbar ul {
        padding: 0;
        margin: 0;
        -js-display: flex;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        .header .header-nav nav.navbar ul li {
          list-style: none;
          text-align: center;
          line-height: 1;
          margin: 0;
          font-size: 16px;
          font-size: 1.6rem; }
          @media screen and (max-width: 479px) {
            .header .header-nav nav.navbar ul li {
              font-size: 13.0769230769px;
              font-size: 1.3076923077rem; } }
          .header .header-nav nav.navbar ul li a {
            position: relative;
            display: inline-block;
            text-decoration: none;
            padding: 1em 0;
            color: #fff;
            text-decoration: none; }
            .header .header-nav nav.navbar ul li a:hover, .header .header-nav nav.navbar ul li a:active, .header .header-nav nav.navbar ul li a:focus {
              color: white;
              text-decoration: none; }
            .header .header-nav nav.navbar ul li a:visited {
              color: white; }
            .header .header-nav nav.navbar ul li a::after {
              position: absolute;
              bottom: 0;
              left: 0;
              content: '';
              width: 100%;
              height: 4px;
              background: #fff;
              transform: scale(0, 1);
              transform-origin: left top;
              transition: transform .3s; }
            .header .header-nav nav.navbar ul li a:hover::after {
              transform: scale(1, 1); }
          .header .header-nav nav.navbar ul li.stay a:after {
            transform: scale(1, 1); }
          .header .header-nav nav.navbar ul li .navbar-btn {
            padding: 0 10px; }
            .header .header-nav nav.navbar ul li .navbar-btn .btn-en {
              background: #ECEDED; }

.header-btn {
  display: inline-block; }
  @media screen and (max-width: 991px) {
    .header-btn {
      position: absolute;
      top: 10px;
      right: 6em; } }
  @media print, screen and (min-width: 992px) {
    .header-btn {
      /*float: right;
      margin: 1em 0; } }*/
      position:absolute; top:1px; right:15%;
      margin: 1em 0; } }

.navbar-btn {
  background: #ECEDED;
  display: inline-block;
  text-align: center;
  line-height: 1;
  margin: 0 3px; }
  .navbar-btn::after {
    content: "";
    display: block;
    clear: both; }
  .navbar-btn a {
    color: #414B50;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    padding: 9px 23px 8px 2.2em;
    position: relative;
    width: 100%;
    background: #ECEDED; }
    .navbar-btn a:hover, .navbar-btn a:active, .navbar-btn a:focus {
      color: #414b50;
      text-decoration: none; }
    .navbar-btn a:visited {
      color: #414b50; }
    .navbar-btn a:before {
      content: "";
      display: block;
      width: 5px;
      height: 5px;
      border-right: 2px solid #BF1920;
      border-top: 2px solid #BF1920;
      transform: rotate(135deg);
      position: absolute;
      top: 50%;
      left: 1.2em;
      margin-top: -5px; }

.js-acms-offcanvas-active .js-acms-offcanvas-sidebar-right {
  background: #BF1920; }

.js-acms-header-fixed {
  z-index: 9999; }

.footer {
  margin-top: 0;
  padding: 3em 0 0;
  background: #F1F4F6;
  text-align: center; }
  .footer .site-info {
    margin: 0;
    padding-bottom: 2em;
    width: 100%; }
    @media print, screen and (min-width: 992px) {
      .footer .site-info__logo {
        width: 213px;
        margin: 0 auto;
        text-align: center; }
        .footer .site-info__logo span {
          width: 148px;
          display: inline-block;
          line-height: 0; } }
    .footer .site-info p {
      color: #414B50;
      font-size: 16px;
      font-size: 1.6rem;
      text-align: center; }
      @media screen and (max-width: 479px) {
        .footer .site-info p {
          font-size: 12.3076923077px;
          font-size: 1.2307692308rem; } }
    .footer .site-info__address {
      margin-top: 0; }

.page-title-wrapper .page-title {
  color: #BF1920;
  font-size: 40px;
  font-size: 4rem; }
  @media screen and (max-width: 479px) {
    .page-title-wrapper .page-title {
      font-size: 30.7692307692px;
      font-size: 3.0769230769rem; } }

.mainvisual {
  text-align: center;
  padding: 0 !important; }

.lead {
  font-size: 18px;
  text-align: center;
  margin-top: 4em; }
  @media screen and (max-width: 767px) {
    .lead {
      font-size: 14px;
      padding: 0 20px; } }

.title-en {
  display: block;
  text-align: center;
  font-family: din-condensed, sans-serif;
  letter-spacing: 2px; }

section {
  padding: 3em 0; }
  section::after {
    content: "";
    display: block;
    clear: both; }
  section h2 {
    text-align: center;
    line-height: 1.2;
    padding: 0 0 1em;
    margin-top: 0 !important; }
    section h2 .title-jp {
      color: #000;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: normal !important; }
      @media screen and (max-width: 479px) {
        section h2 .title-jp {
          font-size: 12.3076923077px;
          font-size: 1.2307692308rem; } }
    section h2 .title-en {
      color: #BF1920 !important;
      font-size: 40px;
      font-size: 4rem;
      font-weight: normal;
      letter-spacing: 5px; }
      @media screen and (max-width: 479px) {
        section h2 .title-en {
          font-size: 30.7692307692px;
          font-size: 3.0769230769rem; } }

.section::after {
  content: "";
  display: block;
  clear: both; }

section.sec01 .section-item {
  /*background: url(../img/top_product_thumb01.jpg) no-repeat center center;
  background-size: cover;*/
  width: 100%;
  padding-bottom: 90%;
  position: relative;
  overflow: hidden; }
  section.sec01 .section-item:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../../../en@main/assets/img/top_product_thumb01.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 1; }
  section.sec01 .section-item:hover:after {
    opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  section.sec01 .section-item .section-item-title {
    text-align: center;
    /*padding: 6.5em 0 3.5em;*/
    margin: 0;
    color: #fff;
    top: 35%;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 10;
    line-height: 1.2; }
    section.sec01 .section-item .section-item-title .title-en {
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: normal; }
      @media screen and (max-width: 479px) {
        section.sec01 .section-item .section-item-title .title-en {
          font-size: 24.6153846154px;
          font-size: 2.4615384615rem; } }
  section.sec01 .section-item .section-item-btn {
    text-align: center;
    font-family: din-condensed, sans-serif;
    letter-spacing: 3px;
    margin: 0;
    padding: 15%;
    width: 100%;
    position: absolute;
    bottom: 10px;
    z-index: 11; }
    section.sec01 .section-item .section-item-btn a {
      color: #fff;
      display: flex;
      align-content: center;
      justify-content: center;
      line-height: 11px; }
      section.sec01 .section-item .section-item-btn a .text {
        /*display: table-cell*/ }
      section.sec01 .section-item .section-item-btn a .arrow {
        /*display: table-cell;*/ }
        section.sec01 .section-item .section-item-btn a .arrow:after {
          content: "";
          width: 22px;
          height: 22px;
          border-right: 1px solid #fff;
          border-top: 1px solid #fff;
          transform: rotate(45deg);
          display: inline-block;
          margin-top: -5px; }
section.sec01 .product-item02:after {
  background: url(../../../en@main/assets/img/top_product_thumb02.jpg) no-repeat center center;
  background-size: cover; }
section.sec01 .product-item02 .section-item-title {
  top: 40%; }
section.sec01 .product-item03:after {
  background: url(../../../en@main/assets/img/top_product_thumb03.jpg) no-repeat center center;
  background-size: cover; }
section.sec01 .product-item04:after {
  background: url(../../../en@main/assets/img/top_product_thumb04.jpg) no-repeat center center;
  background-size: cover; }

.sec02 .headline-dat {
  margin-right: 2em; }
.sec02 .module-section-information .headline-list li:after {
  content: none; }
.sec02 .module-section-information .headline-list li:hover {
  background: none; }
.sec02 .module-section-information .headline-list li a {
  color: #BF1920; }
.sec02 .module-section-information .headline-list li .headline-dat {
  font-size: 16px;
  font-size: 1.6rem;
  color: #BF1920; }
  @media screen and (max-width: 479px) {
    .sec02 .module-section-information .headline-list li .headline-dat {
      font-size: 12.3076923077px;
      font-size: 1.2307692308rem; } }
  @media print, screen and (min-width: 768px) {
    .sec02 .module-section-information .headline-list li .headline-dat {
      width: 12%;
      float: left; } }
.sec02 .module-section-information .headline-list li .headline-summary {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 0; }
  @media screen and (max-width: 479px) {
    .sec02 .module-section-information .headline-list li .headline-summary {
      font-size: 12.3076923077px;
      font-size: 1.2307692308rem; } }
  .sec02 .module-section-information .headline-list li .headline-summary p {
    margin: 0 !important; }
  @media print, screen and (min-width: 768px) {
    .sec02 .module-section-information .headline-list li .headline-summary {
      width: 80%;
      float: left; } }
  @media screen and (max-width: 767px) {
    .sec02 .module-section-information .headline-list li .headline-summary {
      display: block; } }

@media print, screen and (min-width: 768px) {
  .sec03 {
    width: 85%;
    margin: 0 auto; } }
.sec03 .section-btn-list {
  text-align: center; }
  .sec03 .section-btn-list::after {
    content: "";
    display: block;
    clear: both; }
  @media print, screen and (min-width: 768px) {
    .sec03 .section-btn-list {
      -js-display: flex;
      display: -webkit-flex;
      display: flex; } }
  .sec03 .section-btn-list .section-btn {
    display: inline-block;
    margin: 2em 1em; }
    @media print, screen and (min-width: 768px) {
      .sec03 .section-btn-list .section-btn {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .sec03 .section-btn-list .section-btn {
        margin: 2em 1em 0; } }
.sec03 .section-btn {
  text-align: center; }
  .sec03 .section-btn .btn {
    display: block;
    text-align: center;
    line-height: 1;
    padding: 0.7em 0;
    font-size: 28px;
    font-size: 2.8rem;
    position: relative;
    font-weight: normal;
    color: #BF1920;
    border: 1px solid #BF1920;
    font-family: din-condensed, sans-serif;
    letter-spacing: 2px; }
    @media screen and (max-width: 479px) {
      .sec03 .section-btn .btn {
        font-size: 21.5384615385px;
        font-size: 2.1538461538rem; } }
    .sec03 .section-btn .btn:hover {
      text-decoration: none;
      background: white; }
    .sec03 .section-btn .btn:after {
      content: "";
      display: block;
      width: 5px;
      height: 5px;
      border-right: 2px solid #BF1920;
      border-top: 2px solid #BF1920;
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -4px; }
    @media screen and (max-width: 767px) {
      .sec03 .section-btn .btn {
        padding: 0.7em 2em; } }

.company .history {
  margin-top: 1em; }
  .company .history .history-item__summary {
    width: 90%; }
    @media screen and (max-width: 991px) {
      .company .history .history-item__summary {
        width: 100%; } }
    .company .history .history-item__summary .nen {
      width: auto; }
    @media print, screen and (min-width: 992px) {
      .company .history .history-item__summary .month {
        text-align: center; } }
