#brand .inner > h2,
#search .inner > h2,
#recruit .inner > h2 {
  position: relative;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #brand .inner > h2,
  #search .inner > h2,
  #recruit .inner > h2 {
    font-size: 0.7rem;
  }
}
#brand .inner > h2 span,
#search .inner > h2 span,
#recruit .inner > h2 span {
  font-family: "Libre Baskerville", serif;
  font-size: 2.2rem;
  text-align: left;
  letter-spacing: 2px;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  #brand .inner > h2 span,
  #search .inner > h2 span,
  #recruit .inner > h2 span {
    font-size: 1.2rem;
  }
}
#brand .inner > h2:before,
#search .inner > h2:before,
#recruit .inner > h2:before {
  content: "";
  display: block;
  position: absolute;
  top: -120px;
  left: -150px;
  width: 200px;
  height: 200px;
  background-image: url(../img/index/title_bg_triangle_red.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.mv {
  position: relative;
  z-index: -1;
}
.mv .copy {
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
  color: #fff;
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .mv .copy {
    top: 18vw;
    max-width: 80%;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.mv .copy .txt {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .mv .copy .txt {
    order: 1;
  }
}
.mv .copy .txt p {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  font-family: "Libre Baskerville", serif;
}
.mv .copy .txt p:nth-of-type(1) {
  font-size: 3.2rem;
  line-height: 1.2;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .mv .copy .txt p:nth-of-type(1) {
    font-size: 9vw;
    padding-top: 0;
  }
}
.mv .copy .txt p:nth-of-type(2) {
  font-size: 2rem;
  padding-top: 1.5rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .mv .copy .txt p:nth-of-type(2) {
    font-size: 4vw;
    padding-top: 0.5rem;
  }
}
.mv .copy svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .mv .copy svg {
    width: 92%;
    order: 1;
  }
}
.mv #mv_slider {
  width: 100%;
  height: 85vh;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .mv #mv_slider {
    height: 70vh;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 830.3768310547px;
    stroke-dasharray: 830.3768310547px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 830.3768310547px;
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-1 {
  animation: animate-svg-stroke-1 1s linear 0s both, animate-svg-fill-1 0.8s ease-in 0.8s both;
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 927.9395751953px;
    stroke-dasharray: 927.9395751953px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 927.9395751953px;
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-2 {
  animation: animate-svg-stroke-2 1s linear 0.32s both, animate-svg-fill-2 0.8s ease-in 1s both;
}

#news {
  padding-top: 4rem;
  padding-bottom: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #news {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
#news .inner {
  max-width: 80%;
}
#news .inner .row {
  display: grid;
  grid-template-columns: 140px 1fr;
  grid-gap: 10px;
  text-align: left;
  position: static;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #news .inner .row {
    grid-template-columns: 1fr;
  }
}
#news .inner .row h2 {
  font-family: "Libre Baskerville", serif;
  font-size: 1.8rem;
  text-align: left;
  letter-spacing: 2px;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  #news .inner .row h2 {
    font-size: 1.2rem;
  }
}
#news .inner .row dl div {
  display: grid;
  grid-template-columns: 140px 1fr;
  grid-gap: 20px;
  border-bottom: 1px solid #555;
  position: relative;
  padding: 1.2rem 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
@media screen and (max-width: 767px) {
  #news .inner .row dl div {
    grid-template-columns: 1fr;
    grid-gap: 5px;
    padding: 0.6rem 0;
  }
}
#news .inner .row dl div dt {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #news .inner .row dl div dt {
    padding-left: 0px;
  }
}
#news .inner .row dl div dt span {
  color: #b40019;
  display: inline-block;
  padding-left: 20px;
  font-size: 1rem;
  line-height: 1;
}
#news .inner .row dl div a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#news .inner .row dl div:hover {
  background: #333;
  border-color: #333;
}
#news .inner .btn {
  width: 100%;
  text-align: right;
  padding-top: 2rem;
}
#news .inner .btn a {
  color: #fff;
}
@keyframes anime-triangle {
  0% {
    left: -40vw;
  }
  100% {
    left: 0;
  }
}
#news::before {
  content: "";
  background-image: url(../img/index/bg_triangle_red.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40vw;
  height: 34vw;
  z-index: -1;
  animation-name: anime-triangle;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  display: none;
}
@media screen and (max-width: 767px) {
  #news::before {
    background-image: url(../img/index/bg_triangle_red_sp.webp);
    top: -44vw;
    bottom: auto;
    width: 100vw;
    height: 87vw;
  }
}

#intro {
  background-image: url(../img/index/intro_bg.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 56vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #intro {
    height: 120vw;
    padding-bottom: 30vw;
  }
}
#intro .inner {
  max-width: 85%;
  position: relative;
  text-align: left;
  padding-top: 9vw;
}
@media screen and (max-width: 767px) {
  #intro .inner {
    padding-top: 2vw;
  }
}
#intro .inner .txt {
  font-size: 1.3vw;
  line-height: 2;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  #intro .inner .txt {
    font-size: 2.6vw;
    letter-spacing: 1px;
  }
  #intro .inner .txt br {
    display: none;
  }
}
#intro .inner .txt span {
  display: block;
  font-size: 3vw;
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
  margin-bottom: 1.5rem;
  letter-spacing: 6px;
}
@media screen and (max-width: 767px) {
  #intro .inner .txt span {
    font-size: 5vw;
    letter-spacing: 2px;
    margin-bottom: 1rem;
  }
}
#intro::before {
  content: "";
  background-image: url(../img/index/intro_img01.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 65vw;
  height: 54vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #intro::before {
    top: auto;
    bottom: 0px;
    width: 76vw;
    height: 74vw;
  }
}
#intro::after {
  content: "";
  background-image: url(../img/index/intro_img02.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  display: block;
  position: absolute;
  bottom: -7vw;
  right: 12vw;
  width: 50vw;
  height: 34vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #intro::after {
    width: 88vw;
    right: 59px;
    height: 43vw;
  }
}

#brand {
  margin-bottom: 3rem;
  padding: 5rem 0 24vw 0;
  background-image: url(../img/index/brand_bg2.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
@media screen and (max-width: 767px) {
  #brand {
    padding: 2rem 0;
  }
}
#brand .inner {
  max-width: 85%;
}
#brand .inner h2 {
  margin-bottom: 4rem;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #brand .inner h2 {
    margin-bottom: 2rem;
  }
}
#brand .inner h2 span {
  display: block;
  margin-right: 20px;
}
#brand .inner > ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 14vw;
  grid-gap: 25px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #brand .inner > ul {
    grid-auto-rows: 30vw;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
#brand .inner > ul > li {
  background: rgba(128, 128, 128, 0.6);
  background-repeat: no-repeat;
  background-position: top 50% center;
  background-size: 80%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  padding: 1.5rem;
  border-bottom: 2px solid #b40019;
  border-radius: 3px;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  #brand .inner > ul > li {
    padding: 0.5rem;
    font-size: 0.8rem;
    background-size: 45%;
    background-position: top 20% center;
  }
}
#brand .inner > ul > li p {
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
@media screen and (max-width: 767px) {
  #brand .inner > ul > li p {
    opacity: 1;
  }
}
#brand .inner > ul > li:hover {
  background-color: rgb(190, 0, 26);
  background-color: linear-gradient(90deg, rgb(190, 0, 26) 36%, rgb(136, 1, 19) 100%);
  background-size: 75%;
  transform-origin: center;
  z-index: 1;
  background-position: top 20% center;
}
@media screen and (max-width: 767px) {
  #brand .inner > ul > li:hover {
    background-size: 45%;
  }
}
#brand .inner > ul > li:hover > p {
  opacity: 1;
}
#brand .inner > ul > li:nth-of-type(1) {
  background-image: url(../img/index/brand_logo_ferrari.svg);
}
#brand .inner > ul > li:nth-of-type(2) {
  background-image: url(../img/index/brand_logo_maserati.svg);
}
#brand .inner > ul > li:nth-of-type(3) {
  background-image: url(../img/index/brand_logo_rollsroyce.svg);
}
#brand .inner > ul > li:nth-of-type(4) {
  background-image: url(../img/index/brand_logo_bentley.svg);
}
#brand .inner > ul > li:nth-of-type(5) {
  background-image: url(../img/index/brand_logo_alfaromeo.svg);
}
#brand .inner > ul > li:nth-of-type(6) {
  background-image: url(../img/index/brand_logo_fiat.svg);
}
#brand .inner > ul > li:nth-of-type(7) {
  background-image: url(../img/index/brand_logo_abarth.svg);
}
#brand .inner > ul > li:nth-of-type(8) {
  background-image: url(../img/index/brand_logo_renault.svg);
}
#brand .inner > ul > li:nth-of-type(9) {
  background-image: url(../img/index/brand_logo_cadillac.svg);
}
#brand .inner > ul > li:nth-of-type(10) {
  background-image: url(../img/index/brand_logo_japan.svg);
}
#brand .inner > ul > li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#brand .inner > ul > li > ul {
  display: grid;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0;
  grid-template-columns: 1fr;
  position: absolute;
  top: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 0;
  list-style: none;
  border-radius: 5px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #brand .inner > ul > li > ul {
    background-color: #000;
  }
}
#brand .inner > ul > li > ul li {
  border-bottom: none;
  background-image: none;
}
#brand .inner > ul > li > ul li a {
  position: static;
  display: block;
  font-size: 0.9rem;
  color: #fff !important;
  text-decoration: none;
  padding: 0.7rem 0.5rem;
  border: 1px solid #333;
  border-radius: 5px;
  margin-bottom: 2px;
}
#brand .inner > ul > li > ul li a:hover {
  background: #fff;
  color: #000 !important;
}
#brand .inner > ul > li:hover > ul {
  opacity: 1;
  height: auto;
}
#brand .inner > ul > li:active > ul {
  opacity: 1;
  height: auto;
}

#search {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #search {
    margin-bottom: 2rem;
  }
}
#search .inner {
  max-width: 85%;
  text-align: left;
}
#search .inner h2 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #search .inner h2 {
    margin-bottom: 2rem;
  }
}
#search .inner h3 {
  font-size: 1.6rem;
  font-weight: lighter;
  margin-bottom: 2rem;
  padding: 1rem 0;
  padding-left: 4rem;
  font-family: "Libre Baskerville", serif;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 767px) {
  #search .inner h3 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
}
#search .inner h3:nth-of-type(1) {
  background-image: url(../img/index/search_icon_eu.webp);
}
#search .inner h3:nth-of-type(2) {
  background-image: url(../img/index/search_icon_us.webp);
}
#search .inner h3:nth-of-type(3) {
  background-image: url(../img/index/search_icon_jp.webp);
}
#search .inner ul {
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 767px) {
  #search .inner ul {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 1.5rem;
  }
}
#search .inner ul li {
  border: 1px solid #999;
  border-radius: 3px;
  list-style: none;
  background-repeat: no-repeat;
  background-position: top 50% left 10px;
  background-size: 17%;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
#search .inner ul li:hover {
  border: 1px solid rgb(190, 0, 26);
  background-color: rgb(190, 0, 26);
  background-color: linear-gradient(90deg, rgb(190, 0, 26) 36%, rgb(136, 1, 19) 100%);
  text-decoration: none;
}
#search .inner ul li a {
  display: block;
  padding: 1.5rem 0.5rem;
  padding-left: 20%;
  color: #fff !important;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #search .inner ul li a {
    padding: 1rem 0.5rem;
    padding-left: 25%;
    font-size: 0.7rem;
    text-align: center;
  }
}
#search .inner ul.eu li:nth-of-type(1) {
  background-image: url(../img/index/search_logo/ferrari.png);
}
#search .inner ul.eu li:nth-of-type(2) {
  background-image: url(../img/index/search_logo/maserati.png);
}
#search .inner ul.eu li:nth-of-type(3) {
  background-image: url(../img/index/search_logo/rolls.png);
}
#search .inner ul.eu li:nth-of-type(4) {
  background-image: url(../img/index/search_logo/bentley.png);
}
#search .inner ul.eu li:nth-of-type(5) {
  background-image: url(../img/index/search_logo/alfaromeo.png);
}
#search .inner ul.eu li:nth-of-type(6) {
  background-image: url(../img/index/search_logo/fiat.png);
}
#search .inner ul.eu li:nth-of-type(7) {
  background-image: url(../img/index/search_logo/abarth.png);
}
#search .inner ul.eu li:nth-of-type(8) {
  background-image: url(../img/index/search_logo/lenault.png);
}
#search .inner ul.eu li:nth-of-type(9) {
  background-image: url(../img/index/search_logo/lotus.png);
}
#search .inner ul.eu li:nth-of-type(10) {
  background-image: url(../img/index/search_logo/mercedes.png);
}
#search .inner ul.eu li:nth-of-type(11) {
  background-image: url(../img/index/search_logo/bmw.png);
}
#search .inner ul.eu li:nth-of-type(12) {
  background-image: url(../img/index/search_logo/porsche.png);
}
#search .inner ul.eu li:nth-of-type(13) {
  background-image: url(../img/index/search_logo/audi.png);
}
#search .inner ul.eu li:nth-of-type(14) {
  background-image: url(../img/index/search_logo/smart.png);
}
#search .inner ul.eu li:nth-of-type(15) {
  background-image: url(../img/index/search_logo/peugeot.png);
}
#search .inner ul.eu li:nth-of-type(16) {
  background-image: url(../img/index/search_logo/mini.png);
}
#search .inner ul.eu li:nth-of-type(17) {
  background-image: url(../img/index/search_logo/astonmartin.png);
}
#search .inner ul.eu li:nth-of-type(18) {
  background-image: url(../img/index/search_logo/jaguar.png);
}
#search .inner ul.eu li:nth-of-type(19) {
  background-image: url(../img/index/search_logo/landrover.png);
}
#search .inner ul.eu li:nth-of-type(20) {
  background-image: url(../img/index/search_logo/vw.png);
}
#search .inner ul.eu li:nth-of-type(21) {
  background-image: url(../img/index/search_logo/volvo.png);
}
#search .inner ul.eu li:nth-of-type(22) {
  background-image: url(../img/index/search_logo/italia.png);
}
#search .inner ul.eu li:nth-of-type(23) {
  background-image: url(../img/index/search_logo/gb.png);
}
#search .inner ul.eu li:nth-of-type(24) {
  background-image: url(../img/index/search_logo/germany.png);
}
#search .inner ul.eu li:nth-of-type(25) {
  background-image: url(../img/index/search_logo/world.png);
}
#search .inner ul.us li:nth-of-type(1) {
  background-image: url(../img/index/search_logo/cadillac.png);
}
#search .inner ul.us li:nth-of-type(2) {
  background-image: url(../img/index/search_logo/chevrolet.png);
}
#search .inner ul.us li:nth-of-type(3) {
  background-image: url(../img/index/search_logo/chrysler.png);
}
#search .inner ul.us li:nth-of-type(4) {
  background-image: url(../img/index/search_logo/ford.png);
}
#search .inner ul.us li:nth-of-type(5) {
  background-image: url(../img/index/search_logo/hummer.png);
}
#search .inner ul.us li:nth-of-type(6) {
  background-image: url(../img/index/search_logo/jeep.png);
}
#search .inner ul.us li:nth-of-type(7) {
  background-image: url(../img/index/search_logo/usa.png);
}
#search .inner ul.jp li:nth-of-type(1) {
  background-image: url(../img/index/search_logo/lexus.png);
}
#search .inner ul.jp li:nth-of-type(2) {
  background-image: url(../img/index/search_logo/toyota.png);
}
#search .inner ul.jp li:nth-of-type(3) {
  background-image: url(../img/index/search_logo/nissan.png);
}
#search .inner ul.jp li:nth-of-type(4) {
  background-image: url(../img/index/search_logo/honda.png);
}
#search .inner ul.jp li:nth-of-type(5) {
  background-image: url(../img/index/search_logo/mazda.png);
}
#search .inner ul.jp li:nth-of-type(6) {
  background-image: url(../img/index/search_logo/subaru.png);
}
#search .inner ul.jp li:nth-of-type(7) {
  background-image: url(../img/index/search_logo/mitsubishi.png);
}
#search .inner ul.jp li:nth-of-type(8) {
  background-image: url(../img/index/search_logo/suzuki.png);
}
#search .inner ul.jp li:nth-of-type(9) {
  background-image: url(../img/index/search_logo/daihatsu.png);
}
#search .inner .btn a {
  display: block;
  width: 100%;
  max-width: 500px;
  background: #b40019;
  padding: 1.5rem 2rem;
  text-align: center;
  color: #fff;
  margin: auto;
  text-decoration: none;
  font-size: 1.2rem;
}
#search .inner .btn a span {
  font-family: "Libre Baskerville", serif;
  font-size: 1.6rem;
  text-align: left;
  letter-spacing: 2px;
  padding-top: 1rem;
}
#search .inner .btn a:hover {
  background: #5d000c;
}

#recruit {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #recruit {
    margin-bottom: 2rem;
  }
}
#recruit .inner {
  max-width: 85%;
}
#recruit .inner h2 {
  margin-bottom: 4rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #recruit .inner h2 {
    margin-bottom: 2rem;
  }
}
#recruit .inner .img img {
  width: 100%;
}

#group {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #group {
    margin-bottom: 2rem;
  }
}
#group .inner {
  max-width: 85%;
}
#group .inner h2 {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
}
#group .inner > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  list-style: none;
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  #group .inner > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #group .inner > ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}
#group .inner > ul > li {
  background-color: #101010;
  background-repeat: no-repeat;
  background-position: top 25% left 5px;
  background-size: auto 80%;
  text-align: left;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  #group .inner > ul > li {
    text-align: left;
    background-position: top 45% left 5px;
    background-size: auto 60%;
  }
  #group .inner > ul > li br {
    display: none;
  }
}
#group .inner > ul > li.g_ferrari {
  background-image: url(../img/index/group_logo_eu_version.svg);
}
#group .inner > ul > li.g_maserati {
  background-image: url(../img/index/group_logo_maserati.svg);
}
#group .inner > ul > li.g_rollsroyce {
  background-image: url(../img/index/group_logo_rollsroyce.svg);
}
#group .inner > ul > li.g_eu {
  background-image: url(../img/index/group_logo_eu_varsion_west.svg);
  background-size: 50px;
}
#group .inner > ul > li.g_alfa {
  background-image: url(../img/index/group_logo_alfafomeo.svg);
}
#group .inner > ul > li.g_fiat {
  background-image: url(../img/index/group_logo_fiat.svg);
}
#group .inner > ul > li.g_version {
  background-image: url(../img/index/group_logo_version_kitakyushu.webp);
}
#group .inner > ul > li.g_bentley {
  background-image: url(../img/index/group_logo_bentley.svg);
}
#group .inner > ul > li.g_renault {
  background-image: url(../img/index/group_logo_renault.svg);
}
#group .inner > ul > li.g_sh {
  background-image: url(../img/index/group_logo_sh.svg);
}
#group .inner > ul > li span {
  display: block;
  padding: 1rem;
  padding-left: 5rem;
  font-size: 0.9rem;
  height: 70px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #group .inner > ul > li span {
    font-size: 0.8rem;
    padding: 0.5rem 0.8rem;
    padding-left: 16%;
  }
}
#group .inner > ul > li ul {
  padding: 0.5rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  z-index: 10;
  width: 100%;
  display: none;
  opacity: 1;
  background: #333;
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
@media screen and (max-width: 767px) {
  #group .inner > ul > li ul {
    height: 1px;
    grid-gap: 10px;
  }
}
#group .inner > ul > li ul li a:hover img {
  margin: 0.1rem;
  opacity: 0.9;
}
#group .inner > ul > li ul li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #group .inner > ul > li ul li {
    width: 100%;
  }
  #group .inner > ul > li ul li a {
    display: block;
  }
}
#group .inner > ul > li:hover, #group .inner > ul > li:active {
  background-color: #b40019;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #group .inner > ul > li:hover, #group .inner > ul > li:active {
    background-position: top 12% left 5px;
    margin-bottom: 90px;
  }
}
#group .inner > ul > li:hover ul, #group .inner > ul > li:active ul {
  display: grid;
}
@media screen and (max-width: 767px) {
  #group .inner > ul > li:hover ul, #group .inner > ul > li:active ul {
    height: auto;
  }
}

#bnr {
  margin-bottom: 3rem;
}