@keyframes hoverLink {
  0% {
    transform: translateX(0%);
  }
  49% {
    transform: translateX(100%);
    visibility: hidden;
  }
  50% {
    transform: translateX(-100%);
    visibility: hidden;
  }
  52% {
    visibility: visible;
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes hoverLink2 {
  0% {
    transform: translateX(0%);
  }
  49% {
    transform: translateX(-100%);
    visibility: hidden;
  }
  50% {
    transform: translateX(100%);
    visibility: hidden;
  }
  52% {
    visibility: visible;
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes hoverLink3 {
  0% {
    transform: translateX(0%);
  }
  49% {
    transform: translateY(-100%);
    visibility: hidden;
  }
  50% {
    transform: translateY(100%);
    visibility: hidden;
  }
  52% {
    visibility: visible;
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes scBtnAnime {
  0% {
    transform: translateY(0%);
  }
  49% {
    transform: translateY(100%);
    visibility: hidden;
  }
  50% {
    transform: translateY(-100%);
    visibility: hidden;
  }
  52% {
    visibility: visible;
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes scBtnAnime2 {
  0% {
    transform: translateX(0%);
  }
  49% {
    transform: translateX(-100%);
    visibility: hidden;
  }
  50% {
    transform: translateX(100%);
    visibility: hidden;
  }
  52% {
    visibility: visible;
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes fadeAnime {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
/* ============================================================
  Foundation
============================================================= */
/* ---------------------------------------
  RESET
--------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, address, caption, figure {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
  vertical-align: top;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
ul, ol {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: "";
}
abbr, acronym {
  border: 0;
}
hr {
  display: none;
  margin: 0;
  padding: 0;
}
input {
  border: none;
}
input[type=button], input[type=text], input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}
a {
  outline: none;
  text-decoration: none;
  color: #000;
}
html {
  height: 100%;
  font-size: 62.5%;
}
/* ---------------------------------------
  BASE
--------------------------------------- */
@font-face {
  font-family: Heebo;
  src: url("../font/Heebo/Heebo-VariableFont_wght.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat/Montserrat-500.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: NotoBlack;
  src: url("../font/NotoSansCJKjp-hinted/NotoSansCJKjp-Black.woff") format("woff");
  font-display: swap;
}

body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'Heebo', sans-serif;
  color: #000;
  line-height: 1.7;
  font-size: 1.4rem;
}

/* ============================================================
  Layout
============================================================= */
/* ---------------------------------------
  header
--------------------------------------- */
.header-list {
  height: 82px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  transition: visibility 0.3s ease 0s, opacity 0.3s ease 0s;
}
body.is-zoomModal header {
  opacity: 0 !important;
  visibility: hidden !important;
}
/* header */
header.scroll {
  background: #2254B2 !important;
  transition: .3s;
}
header.top_header {
  background: none;
}
.header_inner_pc {
  height: 82px;
  padding: 0 50px;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
}
header h1 img {
  width: 115px;
}
.header_contents {
  display: flex;
  position: absolute;
  right: 50px
}
header .header_inner_pc nav {
  display: flex;
}
header .header_inner_pc nav ul {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #FFF;
  letter-spacing: 0.07em;
}
header .header_inner_pc nav ul li {
  margin: 0 25px 0 0;
  position: relative;
  cursor: pointer
}
header .header_inner_pc nav ul li:hover::before {
  content: "";
  width: 80%;
  height: 3px;
  background: #FFF;
  display: inline-block;
  position: absolute;
  left: 10%;
  bottom: -5px;
}
header .header_inner_pc nav ul li.has_children ul.sub_menu li {
  margin: 0
}
header .header_inner_pc ul li a {
  color: #FFF;
}
header .header_inner_pc ul li a:visited {
  color: #FFF;
}
header .header_inner_pc nav ul li.has_children ul.sub_menu li a:visited {
  color: #000;
}
header .header_inner_pc nav ul li.has_children {
  position: relative
}
header .header_inner_pc nav ul li.has_children ul.sub_menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #FFF;
  box-sizing: content-box;
  margin: auto;
  text-align: center;
  font-size: 13px;
  color: #000 !important;
  position: absolute;
  right: -440px;
  top: 54px;
  width: 950px;
  visibility: hidden;
  opacity: 0;
  transition: visibility .3s, opacity .3s;
}
header .header_inner_pc nav ul li.has_children:hover ul.sub_menu {
  visibility: visible;
  opacity: 1;
  transition: .3s;
}
header .header_inner_pc nav ul li.has_children ul.sub_menu li {
  width: 20%;
  position: relative
}
header .header_inner_pc nav ul li.has_children ul.sub_menu li img{
    width:100%;
}

header .header_inner_pc nav ul li.has_children ul.sub_menu li:hover::before {
  content: none;
}
header .header_inner_pcr nav ul li.has_children ul.sub_menu li::after {
  content: "";
  width: 1px;
  height: 80%;
  background-color: rgba(0, 0, 0, .25);
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto
}
header .header_inner_pc nav ul li.has_children ul.sub_menu li:nth-child(4) a::after, header .header_inner_pc nav ul li.has_children ul.sub_menu li:last-child::after {
  content: none;
}
header .header_inner_pc nav ul li.has_children ul.sub_menu li a span {
  display: block;
  margin: 10px 0 0;
  color:#000;
}
header .header_inner_pc nav ul li.has_children ul.sub_menu li a {
  margin: 0;
  display: block;
  padding: 20px 30px;
  position: relative
}
header .header_inner_pc nav ul li.has_children ul.sub_menu li a::after {
  content: "";
  width: 1px;
  height: calc(100% - 50px);
  display: inline-block;
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
header .header_inner_pc nav ul li.has_children ul.sub_menu li:last-child a::after, header .header_inner_pc nav ul li.has_children_txt ul.sub_menu li:last-child a::after {
  content: none;
}
header .header_inner_pc nav ul li.has_children ul.sub_menu li:hover::before, header .header_inner_pc nav ul li.has_children_txt ul.sub_menu li:hover::before {
  content: none;
}
header .header_inner_pc nav ul li.has_children_txt ul.sub_menu li {
  margin: 0;
}
header .header_inner_pc nav ul li.has_children_txt ul.sub_menu li a:visited {
  color: #000;
}
header .header_inner_pc nav ul li.has_children_txt {
  position: relative
}
header .header_inner_pc nav ul li.has_children_txt ul.sub_menu {
  display: block;
  background: #FFF;
  box-sizing: content-box;
  margin: auto;
  text-align: center;
  font-size: 13px;
  color: #000 !important;
  position: absolute;
  right: -36px;
  top: 54px;
  width: 120px;
  visibility: hidden;
  opacity: 0;
  transition: visibility .3s, opacity .3s;
}
header .header_inner_pc nav ul li.has_children_txt:hover ul.sub_menu {
  visibility: visible;
  opacity: 1;
  transition: .3s;
}
header .header_inner_pc nav ul li.has_children_txt ul.sub_menu li a {
  margin: 0;
  display: block;
  padding: 10px;
  position: relative;
  color:#000;
}
header .header_inner_pc nav ul li.has_children_txt ul.sub_menu li a::after {
  content: "";
  width: 80%;
  height: 1px;
  background-color: rgba(0, 0, 0, .25);
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
header .header_inner_pc nav ul li.has_children_txt ul.sub_menu li a:visited {
  color:#000;
}
.configure_btn a {
  display: block;
  background: #2254B2;
  color: #FFF;
  padding: 0 12px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 20px 0 0;
  font-weight: bold;
  font-size: 15px;
}
header.scroll .configure_btn.pc a {
  background: #FFF;
  color: #000;
  transition: .5s;
}
.inventory_btn a {
  display: block;
  background-color: rgba(255, 255, 255, .65);
  color: #000;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  font-weight: 500;
  width: 120px;
  margin: 0 25px 0 0;
}
header.top_header .inventory_btn a {
  background: #FFF;
  color: #000;
}
header.scroll .inventory_btn a {
  background-color: rgba(255, 255, 255, .65) !important;
  transition: .5s;
}
.contact_btn a:hover, .inventory_btn a:hover {
  opacity: .8;
  transition: .3s;
}
@media screen and (min-width: 1024px) {
  .header_inner_sp, .top_btn a {
    display: none !important;
  }
}
@media screen and (min-width: 981px) {
  .sp {
    display: none !important
  }
}
@media screen and (max-width: 980px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
  .pc {
    display: none !important
  }
}
@media screen and (max-width: 1024px) {
  .header-list {
    position: absolute;
  }
  .header_inner_pc {
    display: none !important
  }
  .header_inner_sp {
    height: 60px;
    position: relative;
    font-weight: 500;
  }
  header, header.scroll {
    height: 60px;
    background: #FFF !important;
  }
  header h1 {
    display: inline-block;
    height: 60px;
    width: 140.58px;
  }
  header h1 img {
    display: block;
    height: 60px;
    width: auto;
    max-width: inherit
  }
  header #menu_btn {
    display: block;
    position: absolute;
    right: 25px;
    top: 20px;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  header #menu_btn.active {
    right: 20px;
    top: 15px;
  }
  #menu_btn, #menu_btn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  #menu_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    z-index: 999999
  }
  #menu_btn span:nth-of-type(1) {
    top: 0;
  }
  #menu_btn span:nth-of-type(2) {
    top: 9px;
  }
  #menu_btn span:nth-of-type(3) {
    top: 18px;
  }
  #menu_btn.active span:nth-of-type(1) {
    top: -7px;
  }
  #menu_btn.active span:nth-of-type(2) {
    top: 2px;
  }
  #menu_btn.active span:nth-of-type(3) {
    display: none
  }
  #menu_btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 45px;
    height: 45px;
    margin: -17px 0 0 -22px;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .75s;
  }
  #menu_btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
  }
  #menu_btn.active span:nth-of-type(2) {
    -webkit-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
  }
  #menu_btn.active::after {
    -webkit-animation: active-menu .4s .25s forwards;
    animation: active-menu .4s .25s forwards;
  }
  @-webkit-keyframes active-menu {
    0% {
      background: transparent;
      -webkit-transform: rotate(0);
    }
    25% {
      background: transparent #fff transparent transparent;
    }
    50% {
      background: transparent #fff #fff transparent;
    }
    75% {
      background: transparent #fff #fff #fff;
    }
    100% {
      background: #fff;
      -webkit-transform: rotate(-680deg);
    }
  }
  .contact_header {
    background: #2254B2 !important;
  }
  .sp_menu {
    width: 100%;
    height: 100vh;
    background: #FFF;
    z-index: 99999;
    position: relative;
    transition: .5s;
    border-top: 1px solid #000;
    opacity: 0;
    pointer-events: none;
    top: -7px;
  }
  .sp_menu.on {
    transition: .5s;
    opacity: 1;
    pointer-events: auto
  }
  .sp_menu nav ul li {
    text-align: center
  }
  .sp_menu nav ul li a {
    color: #000;
    font-size: 18px;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
      position: relative
  }
  .sp_menu nav ul li a::after {
    content: "";
    position: absolute;
    top: 18px;
    margin: auto;
    right: 40px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    }
  .sp_menu nav ul li:last-child a {
    border: none;
    margin: 0;
    padding: 20px 0 25px;
  }
      .sp_menu nav ul li.has_children ul li:last-child a {
border-bottom: 1px solid rgba(0, 0, 0, .25);
}
  .sp_menu nav ul li.has_children {
    position: relative;
      transition: all .5s ease;  
  }
  .sp_menu nav ul li.has_children a::after {
    content: "";
    position: absolute;
    top: 18px;
    margin: auto;
    right: 36px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .sp_menu nav ul li.has_children.active a::after {
    transform: rotate(-45deg);
    top: 25px;
  }
  .sp_menu nav ul li.has_children ul {
    opacity: 0;
    display: none
  }
  .sp_menu nav ul li.has_children ul.on {
    opacity: 1;
    display: block;
  transition: all .5s ease;
  }
    .sp_menu nav ul li.has_children ul.on li a{
      color: #666;        
    }
    .sp_menu nav ul li.has_children ul.on li a::after {
    transform: rotate(45deg);
    top: 24px;
  }    
  .header_inner_sp .contact_btn a, header.scroll .header_inner_sp .contact_btn a {
    background-color: #2254B2;
    color: #FFF;
    height: 55px;
    line-height: 55px;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
  }
  .header_inner_sp .inventory_btn a, header.scroll .header_inner_sp .inventory_btn a {
    background-color: #EFEFEF !important;
    padding: 0;
    height: 55px;
    line-height: 55px;
    position: relative;
    letter-spacing: 0
  }
  .header_inner_sp .configure_btn a{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    background:  #2254B2
  }

}
@media screen and (max-width: 375px) {
  .sp_menu nav ul li a {
    padding: 15px 0;
  }
}
/* ---------------------------------------
  footer
--------------------------------------- */
footer {
  background-color: #2254B2;
  padding: 25px 12.5%;
  color: #FFF;
  font-size: 14px;
  line-height: 21px;
}
footer a:visited {
  color: #FFF;
}
footer .footer_inner_pc {
  display: flex;
  justify-content: space-between;
  margin: 35px 0 50px
}
footer .footer_left img {
  width: 140px;
  margin: 0 0 25px;
}
footer .footer_left p {
  margin: 0 0 32px;
}
footer .insta_lst li img {
  width: 20px;
  height: 20px;
  margin: 0;
  vertical-align: middle;
}
footer .insta_lst li {
  margin: 0 0 10px;
}
footer .insta_lst li:last-child {
  margin: 0;
}
footer .insta_lst li span {
  font-size: 16px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  color: #FFF;
}
footer .footer_right {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
footer .footer_right h3 {
  font-size: 20px;
  margin: 40px 0 20px;
    font-weight: 500
}
footer .footer_right h3:first-of-type {
  margin: 0 0 20px;
}
footer .footer_right_child {
  width: 180px;
  margin: 0 30px 0 0;
  position: relative
}
footer .footer_right_child:last-of-type {
  margin: 0;
}
footer .footer_right_child ul li a {
  margin: 0 0 20px;
  padding: 0 0 5px;
  border-bottom: 1px solid #FFF;
  display: block;
  color: #FFF;
}
footer .footer_right_child ul li:last-child a {
  margin: 0;
}
footer .footer_right_child .inventory_btn a {
  width: 100%;
  color: #000;
  background: #FFF;
  position: absolute;
  bottom: 65px;
}
footer .footer_right_child .configure_btn a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #000;
  position: absolute;
  bottom: 0px;
  box-sizing: border-box;
}
footer p.copyright {
  margin: 0;
  font-size: 12px;
  text-align: center;
  color: rgba(255, 255, 255, .6);
}
@media screen and (min-width: 981px) {
  .footer_inner_sp {
    display: none !important
  }
}
@media screen and (max-width: 980px) {
  .footer_inner_pc {
    display: none !important
  }
  .top_btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    position: fixed
  }
  .top_btn a {
    background-color: #000;
    width: 40px;
    height: 40px;
    display: block;
  }
  .top_btn a::after {
    content: "";
    background-image: url("../FLEX_Automotive/assets/images/icon_arrow.png");
    display: inline-block;
    width: 14px;
    height: 19px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  footer {
    padding: 20px 25px;
    position: relative
  }
  footer .footer_inner_sp h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 40px 0 20px;
    text-align: center
  }
  footer .footer_inner_sp ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
  footer .footer_inner_sp ul li {
    width: 48%;
  }
  footer .footer_inner_sp ul li a {
    display: inline-block;
    width: 100%;
    padding: 0 0 9px;
    margin: 0 0 20px;
    border-bottom: 1px solid #FFF;
    color: #FFF;
  }
  footer .footer_inner_sp ul li:last-child a {
    margin: 0;
  }
  footer .footer_inner_sp .footer_top {
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 3px solid #FFF;
  }
  footer .footer_inner_sp .configure_btn a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #000;
    font-weight: 500;
    padding: 0;
    margin: 0;
    border: none;
  }
  footer .footer_inner_sp .inventory_btn a {
    background-color: #FFF;
    color: #000;
    font-weight: 500;
    padding: 0;
    margin: 0;
    border: none;
  }
  footer .insta_lst {
      display: block;
      width:60%!important;
    margin: 30px 20% 0;
  }
  footer .footer_inner_sp ul.insta_lst li {
    width: 100%;
  }    
  footer .insta_lst li a {
    border-bottom: none !important;
    padding: 0 !important;
    margin: 0 0 10px !important;
  }
  footer .insta_lst li span {
    font-size: 14px;
  }
  footer .insta_lst li {
    margin: 0;
  }
  footer .footer_inner_sp .footer_bottom {
    padding: 30px 0 0;
    margin: 30px 0 25px;
    border-top: 3px solid #FFF;
  }
  footer .footer_inner_sp .footer_bottom a img {
    width: 110px;
    margin: 0 auto 40px;
    display: block
  }
  footer .footer_inner_sp .footer_bottom p {
    text-align: center
  }
  footer .footer_inner_sp .footer_bottom p:first-of-type {
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1024px) {
  footer {
    padding: 25px 50px;
  }
}
/* ---------------------------------------
  main
--------------------------------------- */
body.top {
  padding-top: 100vh;
}
body.is-hidden {
  overflow: hidden;
}
/* ---------------------------------------
  Utility
--------------------------------------- */

body.detail .l-header__logo {
  display: none;
}
.l-header__logo2 {
  position: fixed;
  left: 0;
  right: 0;
  top: 9px;
  z-index: 12;
  width: 300px;
  margin: auto;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
  transform: scale(0.62);
  top: -2px;
}
footer a{
  color:white;
}
footer a:visited{
  color:white;
}
@media screen and (max-width: 1300px) {
  footer {
    padding: 25px 50px;
  }
}
@media screen and (max-width: 1060px) {
  footer .footer_right_child {
    width: 150px;
    margin: 0 30px 0 0;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .header-list {
    height: 60px;
    border-bottom: none;
  }
  footer .inventory_btn {
    width: 100% !important;
    margin: 29px 0 10px;
  }
}
@media screen and (max-width: 1024.9px) {
  body.detail .l-header__logo2, .is-small .l-header__logo2 {
    transform: scale(0.38);
    top: -13px;
  }
}