@charset "UTF-8";
#loading {
  display: none;
  background: #162937;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 9999;
}

.load {
  -webkit-animation: animate 1.3s linear infinite;
          animation: animate 1.3s linear infinite;
  clip: rect(0, 80px, 80px, 40px);
  height: 80px;
  width: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
}

@keyframes animate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
}

.load:after {
  -webkit-animation: animate2 1.3s ease-in-out infinite;
          animation: animate2 1.3s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content: '';
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: absolute;
}

@-webkit-keyframes animate2 {
  0% {
    -webkit-box-shadow: inset #0279ff 0 0 0 2px;
            box-shadow: inset #0279ff 0 0 0 2px;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  50% {
    -webkit-box-shadow: inset #0279ff 0 0 0 2px;
            box-shadow: inset #0279ff 0 0 0 2px;
  }
  100% {
    -webkit-box-shadow: inset #0279ff 0 0 0 2px;
            box-shadow: inset #0279ff 0 0 0 2px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}

@keyframes animate2 {
  0% {
    -webkit-box-shadow: inset #0279ff 0 0 0 2px;
            box-shadow: inset #0279ff 0 0 0 2px;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  50% {
    -webkit-box-shadow: inset #0279ff 0 0 0 2px;
            box-shadow: inset #0279ff 0 0 0 2px;
  }
  100% {
    -webkit-box-shadow: inset #0279ff 0 0 0 2px;
            box-shadow: inset #0279ff 0 0 0 2px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}

/* ==============================
		  common.scss
================================= */
/* ====================================== */
/*				全ページ共通				*/
/* ====================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

/* 要素設定*/
body {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: “palt” 1;
          font-feature-settings: “palt” 1;
  line-height: 1.75;
  color: #fff;
  font-family: "Roboto";
  font-weight: 400;
  letter-spacing: 0.02em;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  word-break: normal;
}

body.android {
  font-family: "Roboto";
  font-weight: 400;
}

.wrapper {
  overflow: hidden;
}

a {
  text-decoration: none;
}

/* responsive */
.sp-inline,
.sp-block {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
  .sp-inline {
    display: inline;
  }
  .sp-block {
    display: block;
  }
}

/* ====================================== */
/*				ヘッダー				*/
/* ====================================== */
.common_headline {
  font-weight: 300;
  font-size: 70px;
  line-height: 1;
  position: relative;
  padding-bottom: 55px;
}

@media screen and (max-width: 1236px) {
  .common_headline {
    font-size: 5.5vw;
  }
}

@media screen and (max-width: 992px) {
  .common_headline {
    font-size: 37px;
  }
}

@media screen and (max-width: 576px) {
  .common_headline {
    padding-bottom: 39px;
  }
}

.common_headline::before {
  content: '';
  background-color: #0279ff;
  position: absolute;
  left: 0;
  top: calc(1em + 20px);
  width: 36px;
  height: 2px;
}

@media screen and (max-width: 576px) {
  .common_headline::before {
    width: 18px;
    height: 1px;
    top: calc(.7em + 20px);
  }
}

.common_headline::after {
  content: attr(data-en);
  font-size: 17px;
  font-family: "Roboto";
  color: #7c8797;
  line-height: 6.824;
  position: absolute;
  left: 0;
  top: calc(1em + 44px);
  letter-spacing: 1px;
}

@media screen and (max-width: 992px) {
  .common_headline::after {
    line-height: 5.5;
    top: calc(1em + 6vw);
    font-size: 12px;
  }
}

@media screen and (max-width: 576px) {
  .common_headline::after {
    line-height: 5;
  }
}

/* ====================================== */
/*				カタログ請求ボタン			*/
/* ====================================== */
.fix-parts {
  background-color: #0067db;
  position: fixed;
  right: 0;
  bottom: 100px;
  width: 70px;
  height: 238px;
  border-radius: 8px 0 0 8px;
  z-index: 10;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
/*
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
*/
}

.fix-parts:hover {
  width: 80px;
}

@media screen and (max-width: 576px) {
  .fix-parts:hover {
    width: auto;
  }
}

@media screen and (max-width: 576px) {
  .fix-parts {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    right: 8px;
    bottom: 0;
    border-radius: 8px 8px 0 0;
    width: auto;
    height: auto;
    padding: 16px 20px;
/*
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
*/
  }
}

.fix-parts-img {
  margin-bottom: 8px;
}

@media screen and (max-width: 576px) {
  .fix-parts-img {
    margin-bottom: 0;
    margin-right: 8px;
  }
}

/* ====================================== */
/*				スライダー				*/
/* ====================================== */
.common_slider {
  overflow: hidden;
}

.slider_header {
  max-width: 1220px;
  padding: 0 0 36px 16px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 576px) {
  .slider_header {
    padding: 0 0 22px 10px;
  }
}

.slider_header_headline {
  font-size: 28px;
  line-height: 1;
  position: relative;
  padding-bottom: 55px;
  width: calc(100% - 400px);
}

@media screen and (max-width: 576px) {
  .slider_header_headline {
    width: 40vw;
    font-size: 20px;
    padding-bottom: 32px;
  }
}

.slider_header_headline::before {
  content: '';
  background-color: #0279ff;
  position: absolute;
  left: 0;
  top: calc(1em + 16px);
  width: 21px;
  height: 2px;
}

@media screen and (max-width: 576px) {
  .slider_header_headline::before {
    width: 13px;
    top: calc(.6em + 16px);
  }
}

.slider_header_headline::after {
  content: attr(data-en);
  font-size: 17px;
  font-family: "Roboto";
  color: #7c8797;
  line-height: 6.824;
  position: absolute;
  left: 0;
  top: 10px;
}

@media screen and (max-width: 576px) {
  .slider_header_headline::after {
    font-size: 12px;
    top: 3px;
  }
}

.slider_header_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 576px) {
  .slider_header_nav {
    padding-right: 10px;
    font-size: 12px;
  }
}

.slider_products {
  position: relative;
  width: 272px;
  left: calc((100% - 1200px) / 2);
}

@media screen and (max-width: 576px) {
  .slider_products {
    left: 10px;
  }
}

.slider_products__link {
  color: #fff;
}

.slider_products__link:hover .slider_products__figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.slider_products__tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 8px;
  z-index: 2;
  font-size: 14px;
  line-height: 1;
  background-color: #0279ff;
}

@media screen and (max-width: 576px) {
  .slider_products__tag {
    padding: 3px 8px;
    font-size: 11px;
  }
}

.slider_products__figure {
  height: 352px;
  background-color: #3a4454;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 576px) {
  .slider_products__figure {
    height: 56vw;
    margin-bottom: 9px;
  }
}

.slider_products__figure img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 576px) {
  .slider_products__figure.p1 img {
    width: 20vw;
  }
}

@media screen and (max-width: 576px) {
  .slider_products__figure.p2 img {
    width: 32vw;
  }
}

@media screen and (max-width: 576px) {
  .slider_products__figure.p3 img {
    width: 20vw;
  }
}

@media screen and (max-width: 576px) {
  .slider_products__figure.p4 img {
    width: 27vw;
  }
}

@media screen and (max-width: 576px) {
  .slider_products__figure.p5 img {
    width: 20vw;
  }
}

@media screen and (max-width: 576px) {
  .slider_products__figure.p6 img {
    width: 20vw;
  }
}

@media screen and (max-width: 576px) {
  .slider_products__figure.p7 img {
    width: 25vw;
  }
}

@media screen and (max-width: 576px) {
  .slider_products__figure.p8 img {
    width: 30vw;
  }
}

@media screen and (max-width: 576px) {
  .slider_products__figure.p9 img {
    width: 31vw;
  }
}

@media screen and (max-width: 576px) {
  .slider_products__figure.p10 img {
    width: 25vw;
  }
}

.slider_products__name {
  font-size: 17px;
  line-height: 1;
}

@media screen and (max-width: 576px) {
  .slider_products__name {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* ====================================== */
/*				フォームリセット				*/
/* ====================================== */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #31424f inset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  -webkit-text-fill-color: white !important;
}

/* ====================================== */
/*				フォーム定義				*/
/* ====================================== */
input,
select,
textarea {
  background-color: #31424f;
  font-size: 17px;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #828f99;
  line-height: 2;
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #828f99;
  line-height: 2;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #828f99;
  line-height: 2;
}

input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #828f99;
  line-height: 2;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #828f99;
  line-height: 2;
}

input:focus,
select:focus,
textarea:focus {
  background-color: #828f99;
}

/* ====================================== */
/*				フッター				*/
/* ====================================== */
#pageFooter {
  text-align: center;
  padding: 3rem 0;
}

#pageFooter small {
  font-size: 12px;
  font-family: "Roboto";
  color: #3d5160;
  line-height: 1;
}

/* ====================================== */
/*					ヘッダー				*/
/* ====================================== */
body {
  background-color: #081722;
}

.header {
  background-color: #081722;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 50px;
  z-index: 100;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 576px) {
  .header {
    padding: 16px 18px 22px 12px;
  }
}

.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .header__logo__img {
    width: 120px;
  }
}

.header__logo__text {
  line-height: 1;
  font-size: 1.4rem;
  margin-left: 1.4rem;
  position: relative;
  top: .5rem;
}

@media screen and (max-width: 576px) {
  .header__logo__text {
    font-size: 1rem;
    top: .2rem;
    margin-left: .9rem;
  }
}

/* ====================================== */
/*					ナビゲーション				*/
/* ====================================== */
@media screen and (max-width: 1236px) {
  #nav {
    display: block;
    position: fixed;
    height: calc(100vh - 92px);
    top: 92px;
    width: 100%;
    left: 0;
    background-color: #081722;
    padding: 0 32px;
    max-height: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 576px) {
  #nav {
    top: 65px;
    height: calc(100vh - 65px);
  }
}

@media screen and (max-width: 1236px) {
  #nav[aria-hidden="true"] {
    max-height: 100vh;
  }
}

.nav__list {
  font-size: 15px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1236px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    font-size: 23px;
  }
}

@media screen and (max-width: 1236px) {
  .nav__list li {
    padding: 2.5vh 0;
  }
}

.nav__list li:not(:last-child) {
  margin-right: 3.2rem;
}

.nav__list__items {
  display: block;
  position: relative;
  padding: 0 .4rem;
  color: #fff;
}

.nav__list__items:after {
  content: "";
  background-color: #0279ff;
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.nav__list__items:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.nav__list__items-en {
  display: none;
}

@media screen and (max-width: 1236px) {
  .nav__list__items-en {
    display: block;
    font-size: 13px;
    color: #7c8797;
    margin-top: 8px;
  }
}

/* ====================================== */
/*					ハンバーガー				*/
/* ====================================== */
.is-drawerActive {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  z-index: -1;
}

.is-drawerActive .header {
  z-index: 100;
}

.is-drawerActive #nav {
  z-index: 99;
}

.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.p-hamburger {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2rem transparent;
          box-shadow: 0 0 2rem transparent;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 1236px) {
  .p-hamburger {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .p-hamburger {
    height: 25px;
  }
}

.p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
}

@media screen and (max-width: 576px) {
  .p-hamburger__line {
    width: 33px;
    height: 1px;
  }
}

.p-hamburger__line::before,
.p-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: '';
  -webkit-transition: inherit;
  transition: inherit;
}

.p-hamburger__line::before {
  top: -13px;
  background-color: #fff;
}

.p-hamburger__line::after {
  top: 13px;
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line {
  background-color: transparent;
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line::before,
.p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
  top: 0;
  background-color: #fff;
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line::before {
  background-color: #fff;
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

@media screen and (max-width: 576px) {
  .fix-parts {
    width: calc(100% - 16px);
  }
}
