@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}
html {
  line-height: 1;
  padding: 0;
  margin: 0;
}
ol, ul {
  list-style: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
caption, td, th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}
a img {
  border: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block
}
*, :after, :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat
}
@font-face {
  font-family: 'MMC-Regular';
  font-style: normal;
  font-weight: 400;
  src: url("../ttf/mmc-regular.ttf");
}
@font-face {
  font-family: 'MMC-Medium';
  font-style: normal;
  font-weight: 400;
  src: url("../ttf/mmc-medium.ttf");
}
@font-face {
  font-family: 'MMC-Bold';
  font-style: normal;
  font-weight: 400;
  src: url("../ttf/mmc-bold.ttf");
}
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
body {
  font-family: 'MMC-Regular';
  background: #000000;
  color: white;
}
a {
  text-decoration: none;
  color: currentColor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s
}
img {
  vertical-align: bottom;
}
iframe, img {
  max-width: 100%
}
header {
  padding: 24px 37px;
}
section {
  position: relative;
}
.ff_Regular {
  font-family: 'MMC-Regular' !important;
}
.ff_Medium {
  font-family: 'MMC-Medium' !important;
}
.ff_Bold {
  font-family: 'MMC-Bold' !important;
}
.ff_uppercase {text-transform: uppercase;}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.html_hidden {
  overflow: hidden;
}
.relative {
  position: relative;
}
.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.loading_init{
   opacity: 0;
}
.loading_init.show{
  opacity: 1 ;
}
.text_right {
  text-align: right;
}
.clearfix {
  zoom: 1;
}
.close_btn {
  font-size: 12px;
  color: #ffffff;
  font-family: 'MMC-Medium';
  position: absolute;
  right: 45px;
  top: 50px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
}
.close_btn .close_icon {
  width: 33px;
  height: 33px;
  margin: 0 auto 10px;
  transform: scale(1, 1) translate3d(0, 0, 0);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 9999;
}
.close_btn .close_icon span {
  display: block;
  position: absolute;
  top: 16px;
  right: 0px;
  width: 32px;
  height: 4px;
  background-color: #ED0000;
}
.close_btn .close_icon span:nth-child(1) {
  transform: rotate(45deg);
}
.close_btn .close_icon span:nth-child(2) {
  transform: rotate(-45deg);
}
.sp_text_link {
  display: none;
}
.scroll_bar {
  position: absolute;
  top: 0%;
  left: 50px;
  width: 65px;
  transform: translate(-50%, 0%);
  height: 80%;
  font-size: 13px;
  z-index: 2;
}
.scroll_bar span {
  position: relative;
  background: #000000;
  display: block;
  top: 0px;
  font-family: 'MMC-Medium';
  text-align: center;
}
.scroll_bar::before {
  content: '';
  position: absolute;
  width: 1px;
  background-image: -webkit-linear-gradient(#ffffff 0, #ffffff 100%);
  background-image: linear-gradient (#ffffff 0, #ffffff 100%);
  left: 32.5px;
  top: 25px;
  height:100%;
  opacity: 1;
  animation: scroll_bar_ani 2.3s ease-in-out 0s infinite;
}
@keyframes scroll_bar_ani {
  0% {
    height: 0%;
    opacity: 1;
  }
  70% {
    height: 100%;
    opacity: 0;
  }
  100% {
    height: 0%;
    opacity: 0;
  }
}
.nav_sec {
  position: fixed;
  bottom: 0px;
  left: 20px;
  z-index: 16;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 98;
}
.nav_sec .nav__toggle > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 65px;
  height: 65px;
  cursor: pointer;
  background-color: #ED0000;
}
.nav_sec .nav__toggle > * span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 24px;
  width: 17px;
  height: 1px;
  background-color: #fff;
  vertical-align: bottom;
}
.nav_sec .nav__toggle > * span:nth-of-type(1) {
  top: 26px;
}
.nav_sec .nav__toggle > * span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav_sec .nav__toggle > * span:nth-of-type(3) {
  bottom: 26px;
}
.nav_sec .nav_inner {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 0px;
}
.nav_sec .nav_inner .nav_list {
  list-style: none;
  width: 300px;
}
.nav_sec .nav_inner .nav_list li a {
  font-size: 18px;
  line-height: 20px;
  font-family: 'MMC-Regular';
  color: #FFFFFF;
  padding: 15px 20px;
  margin-bottom: 5px;
  display: block;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  position: relative;
}
.nav_sec .nav_inner .nav_list li:last-child a {
  margin-bottom: 0px;
}
.nav_sec .nav_inner .nav_list li a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #B3B6B8;
  left: 4px;
  top: 0px;
}
.nav_sec .nav_inner .nav_list li a:hover {
  font-family: 'MMC-Medium';
}
.nav_sec .nav_inner .nav_list li a:hover:before {
  text-decoration: none;
  border-left: 4px #ED0000 solid;
  font-weight: bold;
  left: 3px;
}
.kv_sec {
  position: relative;
}
.kv_sec_logo {
  position: absolute;
  left: 5.5%;
  top: 4.4%;
  width: 33%;
  z-index: 2;
}
.kv_sec .kv_img {
  position: relative;
  z-index: 0;
}
.kv_sec .kv_img.scrollin {
    transition: all 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.25s;
}
.kv_sec .kv_img img, .kv_sec .kv_swiper img {
  width: 100%;
}
.kv_sec {
  position: relative;
  width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
}
.kv_sec .kv_sec_visual {
  color: #ffffff;
  position: absolute;
  width: 60%;
  bottom: 5%;
  right: 4%;
  z-index: 2;
}
.kv_sec .kv_sec_sub {
  font-size: 3.23vw;
  text-align: right;
  font-family: 'MMC-Bold';
  letter-spacing: -0.112em;
  margin-right: -6px;
}
.kv_sec .kv_sec_title {
  font-size: 7.3vw;
  text-align: right;
  font-family: 'MMC-Bold';
  letter-spacing: -0.12em;
  margin-top: -1%;
}
.kv_sec .kv_sec_copy {
  font-size: 1.52vw;
  line-height: 2.3vw;
  text-align: right;
  font-family: 'MMC-Medium';
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  padding-bottom: 10px;
}
.kv_sec .kv_sec_copy.scrollin {
  -webkit-animation: slideText 1s forwards;
  animation: slideText 1s forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.kv_sec .scroll_bar {
  bottom: 210px;
  top: auto;
  height: 30%;
}
.kv_sec .scroll_bar span {
  background: none;
}
.main_box {
  position: absolute;
}
.main_img img {
  width: 100%;
}
.main_box .main_title {
  color: #ffffff;
  font-size: 7.3vw;
  margin-bottom: 20px;
  font-family: 'MMC-Medium';
  letter-spacing: -0.12em;
}
.main_box .main_title .pr_20 {
  padding-right: 20px;
}
.main_box .main_copy {
  color: #ffffff;
  font-size: 1.33vw;
  line-height: 2.2vw;
  font-family: 'MMC-Medium';
}
.main_box .main_copy.scrollin {
  -webkit-animation: slideText 2s forwards;
  animation: slideText 2s forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.sec_01 .main_box .main_copy, .sec_04 .main_box .main_copy {
  font-size: 1.52vw;
  line-height: 2.3vw;
}
.sec_01 .main_box .main_title {
  color: #ED0000;
  font-family: 'MMC-Bold';
}
.sec_01 .main_box {
  bottom: 10%;
  left: 43%;
  width: 45%;
  /*transform: translate(3%, -20%) !important;*/
}
.sec_04 .main_box .main_title {
  color: #ED0000;
  font-family: 'MMC-Bold';
}
.sec_04 .main_box {
  top: 56%;
  right: 13%;
  width: 51%;
  /*transform: translate(0%, -50%) !important;*/
}
.sec_05 .main_box {
  bottom: 10%;
  top: auto;
  left: 10%;
  right: 10%;
  width: 80%;
  /*transform: translate(0%, -50%) !important;*/
}
.sec_06 .main_box {
  top: 7%;
  right: 7%;
  width: 42%;
  /* transform: translate(0%, 0%) !important;*/
}
.sec_08 .main_box {
  bottom: 10%;
  top: auto;
  left: 10%;
  right: 10%;
  width: 80%;
  /*transform: translate(-30%, -50%) !important;*/
}
.sec_02 {
  margin: 190px auto;
}
.sec_02 .gallery_box {
  display: flex;
  justify-content: space-between;
}
.sec_02 .gallery_box .box_01 {
  width: 49.5%;
}
.sec_02 .gallery_box .box_01 .gallery_img {
  margin-bottom: 2%;
  position: relative;
}
.sec_02 .gallery_box .box_01 .gallery_img:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000000;
  animation: gallery_mask 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0s 1 forwards;
}
@keyframes gallery_mask {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 40%;
  }
}
.sec_02 .gallery_box .box_01 .gallery_img:last-child {
  margin-bottom: 0;
}
.sec_02 .popupCar {
  display: none;
}
.sec_02 .popup_area {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(25, 25, 25, 0.95);
  z-index: 99;
  display: flex;
}
.sec_02 .popup_box {
  width: 90%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.sec_02 .swiper-container {
  width: 100%;
  height: 100%;
  margin: auto;
}
.sec_02 .popupCar .swiper-button-prev, .sec_02 .popupCar .swiper-button-next {
  width: 25px;
  height: 44px;
  background-size: 25px 44px;
  bottom: 8%;
  top: auto;
}
.sec_02 .popupCar .swiper-button-prev, .sec_02 .swiper-container-rtl .swiper-button-next {
  background-image: url(../png/icon_prev.png) !important;
  left: 20px;
}
.sec_02 .popupCar .swiper-button-next, .sec_02 .swiper-container-rtl .swiper-button-prev {
  background-image: url(../png/icon_next.png) !important;
  right: 20px;
}

.sec_02 .close_btn {
  right: 20px;
  top: 20px;
}
.sec_02 .popupCar .full_box {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-self: center;
  vertical-align: middle;
  background: #000000;
}
.sec_02 .popupCar .full_box .gralley_info {
  width: 400px;
  /*height: 100%;*/
  background: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.sec_02 .popupCar .full_box .gralley_info .gralley_message {
  padding: 0px 30px 0px 78px;
}
.sec_02 .popupCar .full_box .gralley_info .gralley_message .title {
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: 'MMC-Medium';
}
.sec_02 .popupCar .full_box .gralley_info .gralley_message .copy {
  font-size: 14px;
  line-height: 24px;
}
.sec_02 .popupCar .full_box .full_img {
  width: calc(100% - 400px);
  overflow: hidden;
}
.sec_02 .popupCar .full_box .full_img img {
  width: 100%;
  height: auto;
}
.sec_02 .gralley_swiper .swiper-slide-active {
  animation: full_img 3000ms ease-in-out 0s 1 forwards;
}
@keyframes full_img {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
#chef .js_kvImage, #chef .js__tsc-showscale {
  will-change: transform;
  transform-origin: top center;
}
/* Bullets */
.sec_02 .popupCar .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}


.sec_07 .product_box, .sec_02 .gallery_box .box_01 {
  cursor: url("../png/icon_cursor.png"), auto;
}
.sec_03 .car_module {
  display: flex;
  justify-content: flex-start;
  background: url(../png/bg_car_box.png) bottom left;
  background-size: cover;
  align-items: flex-end;
  height: 834px;
}
.sec_03 .car_module .car_box {
  width: calc(100% - 260px);
  position: relative;
}
.sec_03 .car_module .car_box .icon_zoom {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 34px;
  z-index: 5;
  cursor: pointer;
}
.sec_03 .car_module .car_box .icon_zoom .zoom_close {
  display: none;
}
.sec_03 .car_module.open .car_box .car_img {
  width: 100%;
}
.sec_03 .car_module.open .car_box .car_img img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.sec_03 .car_module .car_box .car_img img {
  width: 100%;
}
.sec_03 .car_module .car_box .car_img .car_positon img {
  padding-top: 13.18vw;
}
.sec_03 .car_module.open .car_box .car_img .car_positon img {
  padding-top: 0px;
}
.sec_03 .car_module .car_info {
  width: 260px;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  right: 0;
  top: 0;
  height: 834px;
}
.sec_03 .car_module .car_info .car_info_box {
  padding: 20px 20px 300px;
}
.sec_03 .car_module .car_info .cat_title {
  font-size: 14px;
  color: #B2B5B7;
  font-family: 'MMC-Medium';
  margin-bottom: 10px;
}
.sec_03 .car_module .car_info .cat_title_02 {
  font-size: 18px;
  color: #B2B5B7;
  font-family: 'MMC-Medium';
  min-height: 83px;
  border: 3px #000000 solid;
  border-color: rgba(0,0,0,0);
  padding: 27px 20px 25px;
}
.sec_03 .car_module .car_info .cat_title_02.active {
  border: 3px #ffffff solid;
  background: #bababa;
  color: #ED0000;
  cursor: pointer;
}
.sec_03 .car_module .car_info .border_box {
  border: 1px #B2B5B7 solid;
  margin-bottom: 15px;
}
.sec_03 .car_module .car_info .border_none {
  border: 1px #ffffff solid;
}
.sec_03 .car_module .car_info .border_box:hover {
  border: 1px #ffffff solid;
}
.sec_03 .car_module .car_info .mt_40 {
  margin-top: 40px;
}
.sec_03 .car_module .car_info .car_list:hover, .sec_03 .car_module .car_info .cat_title_02:hover {
  border: 3px #ffffff solid;
  background: #bababa;
  color: #ED0000;
  cursor: pointer;
}
.sec_03 .car_module .car_info .car_list {
  border: 3px #000000 solid;
  border-color: rgba(0,0,0,0);
  cursor: pointer;
}
.sec_03 .car_module .car_info .car_list dt {
  font-size: 18px;
  color: #B2B5B7;
  font-family: 'MMC-Medium';
  padding: 18px 20px 23px;
}
.sec_03 .car_module .car_info .car_list dd .active {
  color: #ED0000;
  font-family: 'MMC-Medium';
}
.sec_03 .car_module .car_info .car_list dd p span:hover, .sec_03 .car_module .car_info .car_list dd p span.active {
  border-bottom: 1px #ED0000 solid;
  color: #ED0000;
  font-family: 'MMC-Medium';
}
.sec_03 .car_module .car_info .car_list dd {
  font-size: 14px;
  color: #B3B6B8;
  font-family: 'MMC-Regular';
  display: none;
  padding: 0px 20px 20px;
}
.sec_03 .car_module .car_info .car_list dd p {
  padding: 5px 0px;
}
.sec_03 .car_module .car_info .car_list.open {
  border: 3px #ffff solid;
  background: #bababa;
}
.sec_03 .car_module .car_info .car_list.open dt {
  color: #ED0000;
}
.sec_03 .car_module .car_info .car_list.open dd {
  display: block;
  color: #000000;
}
.sec_03 .car_module .car_info .car_list:hover dt {
  color: #ED0000;
  font-family: 'MMC-Medium';
}
.sec_03 .car_module .car_thum {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
}
.sec_03 .car_module .car_thum p {
  margin-bottom: 10px;
}
.sec_03 .car_module .car_thum p:last-child {
  margin-bottom: 0px;
}
.sec_03 .car_module .car_thum p img {
  width: 60%;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  opacity: .5;
}
.sec_03 .car_module .car_thum p.active img {
  opacity: 1;
}
.sec_03 .car_module.open .car_box {
  width: 100%;
}
.sec_03 .car_module.open .car_info {
  /*opacity: 0;*/
  display: none;
}
.sec_03 .car_parts .car_parts_module .point {
  width: 20px;
  height: 0px;
  bottom: 0px;
  position: absolute;
  overflow: hidden;
  z-index: 4;
  animation: pointChange 0.2s linear 0s 1 forwards;
  -webkit-transform: translateX(-10px) translateY(10px);
  -moz-transform: translateX(-10px) translateY(10px);
  -ms-transform: translateX(-10px) translateY(10px);
  transform: translateX(-10px) translateY(10px);
}
.sec_03 .car_parts .car_parts_module .point:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: #ED0000 5px solid;
  position: absolute;
  bottom: 0px;
}
@keyframes pointChange {
  0% {
    opacity: 0;
    height: 0px;
  }
  30% {
    opacity: 0.3;
    height: 10px;
  }
  60% {
    opacity: 0.6;
    height: 16px;
  }
  100% {
    opacity: 1;
    height: 20px;
  }
}
.sec_03 .swiper-slide .car_parts .line {
  position: absolute;
  z-index: 3;
  height: 100%;
  bottom: 0;
  width: 100%;
}
.sec_03 .swiper-slide .car_parts .list_img {
  position: absolute;
  right: 20px;
  top: 34px;
  font-size: 30px;
  font-weight: bold;
  width: 23%;
  z-index: 2;
  opacity: 0;
  animation: list_imgChange 1s linear 0.7s 1 forwards;
}
@keyframes list_imgChange {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.sec_03 .swiper-slide .car_parts .list_img p {
  font-family: 'MMC-Medium';
  color: #ED0000;
  font-size: 1vw;
  padding-top: 10px;
}
.sec_03 .car_parts .car_parts_module {
  position: relative;
  display: none;
  width: 100%;
}
.sec_03 .swiper-slide .car_parts_module {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  z-index: 2;
  transform-origin: right top;
}
.sec_03 .car_parts .car_parts_module .img img {
  width: 100%;
  display: none;
}
.sec_03 .car_style_swiper {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
/* left line */
.sec_03 .swiper-slide .car_parts .car_parts_module .line::before {
  content: "";
  position: absolute;
  background: #8d8d8d;
  width: 1px;
  height: calc(100% - 10px);
  left: 0px;
  bottom: 10px;
  opacity: 0;
  animation: heightChange 0.2s linear 0s 1 forwards;
}
.sec_03 .swiper-slide .car_parts .car_parts_module .line::after {
  content: "";
  position: absolute;
  background: #8d8d8d;
  width: 100%;
  height: 1px;
  left: 0px;
  top: 0px;
  opacity: 0;
  animation: widthChange 0.3s linear 0.3s 1 forwards;
}
@keyframes widthChange {
  0% {
    width: 0%;
    opacity: 0;
  }
  30% {
    width: 40%;
    opacity: 1;
  }
  60% {
    width: 60%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes heightChange {
  0% {
    height: 0;
    opacity: 0;
  }
  30% {
    height: 40%;
    opacity: .3;
  }
  60% {
    height: 60%;
    opacity: .6;
  }
  100% {
    height: calc(100% - 10px);
    opacity: 1;
  }
}
.sec_03 .swiper-slide .car_parts .car_point_box {
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  top: 17.18vw;
  right: 20px;
}
/* front point */
.sec_03 .positon-front .car_parts .parts_01 .car_point_box, .sec_03 .positon-front .car_parts .parts_08 .car_point_box {
  width: 33%;
  height: 12.2%;
}
.sec_03 .positon-front .car_parts .parts_02 .car_point_box, .sec_03 .positon-front .car_parts .parts_09 .car_point_box {
  width: 47%;
  height: 31.5%;
}
.sec_03 .positon-front .car_parts .parts_02 .point02, .sec_03 .positon-front .car_parts .parts_02 .line02::before, .sec_03 .positon-front .car_parts .parts_09 .point02, .sec_03 .positon-front .car_parts .parts_09 .line02::before {
  left: 63%;
}
.sec_03 .positon-front .car_parts .parts_02 .line01::before, .sec_03 .positon-front .car_parts .parts_09 .line01::before {
  height: calc(100% - 24px);
}
.sec_03 .positon-front .car_parts .parts_02 .point01, .sec_03 .positon-front .car_parts .parts_09 .point01 {
  bottom: 5px;
}
.sec_03 .positon-front .car_parts .parts_03 .car_point_box, .sec_03 .positon-front .car_parts .parts_10 .car_point_box {
  width: 77%;
  height: 26.5%;
}
.sec_03 .positon-front .car_parts .parts_04 .car_point_box, .sec_03 .positon-front .car_parts .parts_11 .car_point_box {
  width: 24%;
  height: 25.6%;
}
.sec_03 .positon-front .car_parts .parts_04 .point, .sec_03 .positon-front .car_parts .parts_04 .line::before, .sec_03 .positon-front .car_parts .parts_11 .point, .sec_03 .positon-front .car_parts .parts_11 .line::before {
  left: 2vw;
}
.sec_03 .positon-front .car_parts .parts_05 .car_point_box {
  width: 27%;
  height: 40%;
}
.sec_03 .positon-front .car_parts .parts_06 .car_point_box {
  width: 25.5%;
  height: 14.8%;
}
.sec_03 .positon-front .car_parts .parts_06 .point, .sec_03 .positon-front .car_parts .parts_06 .line::before {
  left: 2vw;
}
.sec_03 .positon-front .car_parts .parts_07 .car_point_box {
  width: 23%;
  height: 32%;
}
.sec_03 .positon-front .car_parts .parts_07 .point, .sec_03 .positon-front .car_parts .parts_07 .line::before {
  left: 47%;
}
.sec_03 .positon-front .car_parts .parts_12 .car_point_box {
  width: 32%;
  height: 26%;
}
.sec_03 .positon-front .car_parts .parts_13 .car_point_box {
  width: 27%;
  height: 40%;
}
.sec_03 .positon-front .car_parts .parts_14 .car_point_box {
  width: 31.3%;
  height: 20%;
}
.sec_03 .positon-front .car_parts .parts_15 .car_point_box {
  width: 25.5%;
  height: 14.8%;
}
.sec_03 .positon-front .car_parts .parts_15.car_parts_module .line::before, .sec_03 .positon-front .car_parts .parts_15.car_parts_module .point {
  left: 13%;
}
.sec_03 .positon-front .car_parts .parts_16 .car_point_box {
  width: 23%;
  height: 32%;
}
.sec_03 .positon-front .car_parts .parts_16 .point, .sec_03 .positon-front .car_parts .parts_16 .line::before {
  left: 47%;
}
/* back point */
.sec_03 .positon-back .car_parts .parts_01 .car_point_box, .sec_03 .positon-back .car_parts .parts_08 .car_point_box {
  width: 61.5%;
  height: 10.4%;
}
.sec_03 .positon-back .car_parts .parts_02 .car_point_box, .sec_03 .positon-back .car_parts .parts_09 .car_point_box {
  width: 78.8%;
  height: 30.5%;
}
.sec_03 .positon-back .car_parts .parts_02.car_parts_module .point02, .sec_03 .positon-back .car_parts .parts_02.car_parts_module .line02::before, .sec_03 .positon-back .car_parts .parts_09.car_parts_module .point02, .sec_03 .positon-back .car_parts .parts_09.car_parts_module .line02::before {
  left: 26.6%;
}
.sec_03 .positon-back .car_parts .parts_02.car_parts_module .line01::before, .sec_03 .positon-back .car_parts .parts_09.car_parts_module .line01::before {
  height: calc(100% - 24px);
}
.sec_03 .positon-back .car_parts .parts_02.car_parts_module .point02, .sec_03 .positon-back .car_parts .parts_09.car_parts_module .point02 {
  bottom: 5px;
}
.sec_03 .positon-back .car_parts .parts_03 .car_point_box, .sec_03 .positon-back .car_parts .parts_10 .car_point_box {
  width: 80.5%;
  height: 26.3%;
}
.sec_03 .positon-back .car_parts .parts_04 .car_point_box, .sec_03 .positon-back .car_parts .parts_11 .car_point_box {
  width: 58.5%;
  height: 23.9%;
}
.sec_03 .positon-back .car_parts .parts_05 .car_point_box {
  width: calc(67% - 20px);
  height: calc(40% - 10px);
}
.sec_03 .positon-back .car_parts .parts_06 .car_point_box {
  width: calc(32% - 20px);
  height: calc(15% - 10px);
}
.sec_03 .positon-back .car_parts .parts_07 .car_point_box {
  width: 25%;
  height: 30.4%;
}
.sec_03 .positon-back .car_parts .parts_12 .car_point_box {
  width: calc(69% - 20px);
  height: calc(26% - 10px);
}
.sec_03 .positon-back .car_parts .parts_13 .car_point_box {
  width: calc(67% - 20px);
  height: calc(40% - 10px);
}
.sec_03 .positon-back .car_parts .parts_14 .car_point_box {
  width: calc(65% - 20px);
  height: calc(20% - 10px);
}
.sec_03 .positon-back .car_parts .parts_15 .car_point_box {
  width: calc(32% - 20px);
  height: calc(15% - 10px);
}
.sec_03 .positon-back .car_parts .parts_16 .car_point_box {
    width: 25%;
    height: 30.4%;
}
/* rear point */
.sec_03 .positon-rear .car_parts .parts_01 .car_point_box, .sec_03 .positon-rear .car_parts .parts_08 .car_point_box {
  width: 47.5%;
  height: 17.2%;
}
.sec_03 .positon-rear .car_parts .parts_02 .car_point_box, .sec_03 .positon-rear .car_parts .parts_09 .car_point_box {
  width: 78%;
  height: 34%;
}
.sec_03 .positon-rear .car_parts .parts_02 .point02, .sec_03 .positon-rear .car_parts .parts_02 .line02::before, .sec_03 .positon-rear .car_parts .parts_09 .point02, .sec_03 .positon-rear .car_parts .parts_09 .line02::before {
  left: 65.7%;
}
.sec_03 .positon-rear .car_parts .parts_02 .line01::before, .sec_03 .positon-rear .car_parts .parts_09 .line01::before {
  height: calc(100% - 24px);
}
.sec_03 .positon-rear .car_parts .parts_02 .point02, .sec_03 .positon-rear .car_parts .parts_09 .point02 {
  bottom: 5px;
}
.sec_03 .positon-rear .car_parts .parts_03 .car_point_box, .sec_03 .positon-rear .car_parts .parts_10 .car_point_box {
  width: 88%;
  height: 31%;
}
.sec_03 .positon-rear .car_parts .parts_04 .car_point_box, .sec_03 .positon-rear .car_parts .parts_11 .car_point_box {
  width: 32%;
  height: 29%;
}
.sec_03 .positon-rear .car_parts .parts_05 .car_point_box {
  width: 45%;
  height: 40.5%;
}
.sec_03 .positon-rear .car_parts .parts_06 .car_point_box {
  width: 32.5%;
  height: 19.5%;
}
.sec_03 .positon-rear .car_parts .parts_07 .car_point_box {
  width: 23%;
  height: 34%;
}
.sec_03 .positon-rear .car_parts .parts_07 .point, .sec_03 .positon-rear .car_parts .parts_07 .line::before {
  left: 32%;
}
.sec_03 .positon-rear .car_parts .parts_12 .car_point_box {
  width: 51.5%;
  height: 29%;
}
.sec_03 .positon-rear .car_parts .parts_13 .car_point_box {
    width: 45%;
    height: 40.5%;
}
.sec_03 .positon-rear .car_parts .parts_14 .car_point_box {
  width: 48%;
  height: 24%;
}
.sec_03 .positon-rear .car_parts .parts_15 .car_point_box {
width: 32.5%;
    height: 19.5%;
}
.sec_03 .positon-rear .car_parts .parts_16 .car_point_box {
  width: 23%;
  height: 34%;
}
.sec_03 .positon-rear .car_parts .parts_16 .point, .sec_03 .positon-rear .car_parts .parts_16 .line::before {
  left: 32%;
}
.sec_03 .car_style_swiper .nomal, .sec_03 .car_style_swiper .complete {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  transition-property: opacity;
  transition-duration: 1000ms;
}
.sec_03 .car_style_swiper .signature {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 1000ms;
}
.sec_03 .car_module .swiper-button-prev, .sec_03 .car_module .swiper-button-next {
  display: none;
}
.sec_03 .car_module.open .swiper-button-prev, .sec_03 .car_module.open .swiper-button-next {
  width: 20px;
  height: 40px;
  background-size: 20px 40px;
  display: block;
}
.sec_03 .car_module.open .swiper-button-prev, .sec_03 .car_module.open .swiper-container-rtl .swiper-button-next {
  background-image: url(../png/icon_prev.png) !important;
  left: 3%;
}
.sec_03 .car_module.open .swiper-button-next, .sec_03 .car_module.open .swiper-container-rtl .swiper-button-prev {
  background-image: url(../png/icon_next.png) !important;
  right: 3%;
}
.sec_03 .close_btn {
  display: none;
}
.sec_07 {
  margin: 190px auto;
}
.sec_07 .scroll_bar {
  height: 70%;
}
.sec_07 .product_box {
  width: 48%;
  margin: 0 auto 120px!important;
}
.sec_07 .product_box .img img {
  width: 100%;
}
.sec_07 .product_box .title {
  color: #ffffff;
    font-size: 3.5vw;
    line-height: 4vw;
  padding: 24px 0px 17px;
  font-family: 'MMC-Medium';
}
.sec_07 .product_box .copy {
  color: #ffffff;
  font-size: 1.2vw;
  line-height: 2vw;
  font-family: 'MMC-Regular';
}
.sec_07 .product_box.product_center {
  margin: 0 auto;
}
.sec_07 .product_box.product_full {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.sec_07 .product_box.product_full .img, .sec_07 .product_box.product_full .fadein {
 width: 48.6%;
}
.sec_07 #p_3.product_full .img {
  order: 2;
}
.sec_07 .popupCar {
  display: none;
}
.sec_07 .popup_area {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 101%;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 1);
  z-index: 99;
  display: flex;
}
.sec_07 .full_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_07 .popup_box {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}
.sec_07 .product_pop_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.sec_07 .product_pop_box .pop_title {
  color: #ffffff;
  font-size: 40px;
  font-family: 'MMC-Medium';
}
.sec_07 .product_pop_box .pop_copy {
  color: #ffffff;
  font-size: 21px;
  line-height: 38px;
  font-family: 'MMC-Regular';
}
.sec_07 .product_pop_box .pop_product_list_img {
  margin: 114px auto 108px;
}
.sec_07 .swiper-container {
  width: 100%;
  height: 100%;
  margin: auto;
}
.sec_07 .popupCar .swiper-button-prev, .sec_07 .popupCar .swiper-button-next {
  width: 20px;
  height: 40px;
  background-size: 20px 40px;
  bottom: 5%;
  top: auto;
}
.sec_07 .popupCar .swiper-button-prev, .sec_07 .swiper-container-rtl .swiper-button-next {
  background-image: url(../png/icon_prev.png) !important;
  left: 3%;
}
.sec_07 .popupCar .swiper-button-next, .sec_07 .swiper-container-rtl .swiper-button-prev {
  background-image: url(../png/icon_next.png) !important;
  right: 3%;
}
.sec_07 .des_pop .full_box {
  background-image: url(../png/bg_popup_des_popup.png);
  background-size: cover;
}
.sec_07 .saf_pop .full_box {
  background-image: url(../png/bg_popup_saf_popup.png);
  background-size: cover;
}
.sec_07 .dur_pop .full_box {
  background-image: url(../png/bg_popup_dur_popup.png);
  background-size: cover;
}
.sec_07 .fun_pop .full_box {
  background-image: url(../png/bg_popup_fun_popup.png);
  background-size: cover;
}
.sec_07 .pop_product_list_img .swiper-pagination_p {
  display: none;
}
.sec_07 .pop_product_list_img .product_swiper_sp .swiper-slide-active {
  opacity: 1 !important;
}
.sec_07 .product_swiper .swiper-slide-active {
  animation: full_box 3000ms ease-in-out 0s 1 forwards;
}
.sec_07 .product_swiper .swiper-slide-active .product_swiper_sp .swiper-slide-active {
  animation: none;
}
@keyframes full_box {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.sec_07 .product_swiper_sp .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.sec_07 .product_swiper_sp .swiper-slide {
  width: 32.8%;
}
.sec_07 .saf_pop .pop_product_list_img {
  width: 798px;
}
.sec_07 .saf_pop .pop_product_list_img .swiper-slide {
  width: 49.5%;
}
.sec_09 .scroll_bar {
  height: 80%;
  width: 34px;
  font-size: 10px;
  left: 17px;
  top: 3%;
}
.sec_09 .scroll_bar::before {
  left: 17px;
}
.sec_09 .people_box {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.sec_09 .people_box::before {
  content: '';
  position: absolute;
  background-image: -webkit-linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 1));
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 1));
  left: 0px;
  bottom: 0px;
  height: 10%;
  width: 100%;
  z-index: 5;
}
.sec_09 .people_box .people_title {
  font-size: 0.9vw;
  line-height: 1.2vw;
  font-family: 'MMC-Medium';
  padding: 150px 0 90px 50px;
}
.sec_09 .people_box .people_title span {
  font-size: 2.4vw;
  line-height: 2.8vw;
  display: block;
  margin-bottom: 20px;
}
.sec_09 .people_box .people_info {
  height: 460px;
  overflow: scroll;
  margin-left: 55px;
  padding: 0 0px 100px 0;
  scrollbar-width: none;
}
.sec_09 .people_box .people_info::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: transparent;
}
.sec_09 .people_box .people_info::-webkit-scrollbar-corner {
  background-color: transparent;
}
.sec_09 .people_box .people_info::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.sec_09 .people_box .people_info::-webkit-scrollbar-track {
  background-color: transparent;
}
.sec_09 .people_box .people_info p {
  margin-bottom: 35px;
}
.sec_09 .people_box .people_info .ttl {
  font-size: 1.3vw;
  line-height: 2.4vw;
  font-family: 'MMC-Medium';
  margin-bottom: 65px;
}
.sec_09 .people_box .people_info .copy {
  font-size: 1vw;
  line-height: 2vw;
  font-family: 'MMC-Regular';
}
.sec_09 .people_box .people_info .m_hr {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}
.sec_09 .people_box .people_info .img {
  width: 50%;
}
.sec_09 .people_box .people_info .img img {
  width: 100%;
}
.sec_09 .people_box.people_one {
  background: url(../png/bg_people_01.png) no-repeat right bottom;
  background-size: auto 100%;
  padding-left: 50px;
  padding-right: 25%;
  position: relative;
  margin: 190px auto;
}
.sec_09 .people_box.people_two {
  background: url(../png/bg_people_02.png) no-repeat left bottom;
  background-size: auto 100%;
  padding-left: 25%;
  padding-right: 50px;
  position: relative;
  margin-bottom: 190px;
}
.sec_09 .people_box.people_two .people_title {
  padding-left: 0px;
  padding-right: 50px;
}
.sec_09 .people_box.people_two .people_info {
  margin-right: 35px;
  margin-left: 0px;
  padding: 0 20px 100px 0;
}
.sec_09 .people_box.people_two .scroll_bar {
  left: auto;
  right: -17px;
}
.sec_09 .people_sp_area {
  display: block;
}
.sec_09 .note_copy {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-family: 'MMC-Regular';
  text-align: left;
  max-width: 1200px;
  margin: 0 auto 90px;
  width: 90%;
}
/* footer */
.copyright {
  background: #f4f4f4;
  color: #7c7c7c;
  font-size: 1.4rem;
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 1600px) {
  .sec_03 .swiper-slide .car_parts .list_img {
    max-width: 276px;
  }
  .sec_03 .car_module .car_box .car_img .car_positon img {
    padding-top: 213px;
  }
  .sec_03 .swiper-slide .car_parts .car_point_box {
    top: 263px;
  }
  .sec_03 .swiper-slide .car_parts .list_img p {
    font-size: 22px;
  }
  .sec_03 .car_module.open .car_style_swiper {
    max-width: 1920px;
  }
  .sec_02 .popup_box {
    width: 80%;
  }
}

@media screen and (max-width: 1600px) {
  .sec_03 .car_module.open .car_box .car_img img {width: 100%;}
  .sec_03 .car_module.open  .car_box .car_img {padding-bottom: 3%;}
}

@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .sec_09 .people_box.people_one {
    padding-right: 35%;
  }
  .sec_09 .people_box.people_two {
    padding-left: 35%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {

  .sec_09 .people_box.people_one {
    padding-right: 45%;
    background-size: 40% auto;
  }
  .sec_09 .people_box.people_two {
    padding-left: 45%;
    background-size: 40% auto;
  }
  .sec_09 .people_box .people_info {
    height: 550px;
  }
}
@media screen and (min-width: 1440px) {
  .hero__text {
    top: 29px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .main_box .main_copy {
    font-size: 18px;
    line-height: 24px;
  }
  .sec_02 .scroll_bar {
    display: none;
  }
  .sec_03 .car_module .car_box .car_img {
    padding-bottom: 6%;
  }
  .sec_04 .main_box {
    width: 60%;
    left: 10%;
  }
  .sec_09 .people_box.people_one {
    padding-right: 45%;
  }
  .sec_09 .people_box.people_two {
    padding-left: 45%;
  }
  .sec_09 .people_box .people_title span {
/*    font-size: 40px;
    line-height: 50px;*/
  }
  .sec_09 .people_box .people_info .ttl {
/*    font-size: 34px;
    line-height: 50px;*/
    margin-bottom: 25px;
  }
  .sec_09 .people_box .people_info {
    height: 450px;
  }
}
@media screen and (max-width: 900px) {
  .sec_01 .main_box {width: 46%;}
  .sec_04 .main_box, .sec_05 .main_box, .sec_06 .main_box, .sec_08 .main_box {
    width: 80%;
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .sp_pl_20 {
    padding-left: 30px !important;
  }
  .sp_pr_20 {
    padding-right: 30px !important;
  }
  header {
    padding: 7px 4%;
  }
  header img {
    height: 35px;
  }
  .inner {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .close_btn {
    right: 20px;
    top: 19px;
    font-size: 10px;
  }
  .close_btn .close_icon {
    width: 16px;
    height: 16px;
    margin: 0 auto 7px;
  }
  .close_btn .close_icon span {
    width: 25px;
    right: -4px;
    height: 2px;
    top: 8px;
  }
  .nav_sec {
    width: 100%;
    background: #A1A3A4;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: auto;
    height: 60px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    display: none;
  }
  .sp_menu_box .sp_nav_logo {
    position: absolute;
    left: 30px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 210px;
  }
  .sp_menu_box .sp_menu {
    position: absolute;
    right: 20px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .sp_menu_box .sp_menu span {
    color: #ED0000;
    font-size: 12px;
    font-family: 'MMC-Medium';
  }
  .sp_menu_box .sp_menu .close {
    display: none;
  }
  .nav_sec .nav_inner {
    position: relative;
    top: 60px;
    left: 0;
    bottom: auto;
    height: 100vh;
    background: #000000;
    overflow: scroll;
  }
  .nav_sec .nav_inner .nav_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: calc(100% - 60px);
    margin-bottom: 200px;
  }
  .nav_sec .nav_inner .nav_list li {
    width: 100%;
  }
  .nav_sec .nav_inner .nav_list li a {
    height: 12.6vh;
    padding: 5vh 20px 5vh 30px;
    margin-bottom: 0px;
  }
  .nav_sec .nav_inner .nav_list li a:before {
    display: none;
  }
  .nav_sec .nav_inner .nav_list li:nth-child(1) {
    background: url(../png/bg_menu_01.png) left top;
    background-size: cover;
  }
  .nav_sec .nav_inner .nav_list li:nth-child(2) {
    background: url(../png/bg_menu_02.png) left top;
    background-size: cover;
  }
  .nav_sec .nav_inner .nav_list li:nth-child(3) {
    background: url(../png/bg_menu_03.png) left top;
    background-size: cover;
  }
  .nav_sec .nav_inner .nav_list li:nth-child(4) {
    background: url(../png/bg_menu_04.png) left top;
    background-size: cover;
  }
  .nav_sec .nav_inner .nav_list li:nth-child(5) {
    background: url(../png/bg_menu_05.png) left top;
    background-size: cover;
  }
  .nav_sec .nav_inner .nav_list li:nth-child(6) {
    background: url(../png/bg_menu_06.png) left top;
    background-size: cover;
  }
  .nav_sec .nav_inner .nav_list li:nth-child(7) {
    background: url(../png/bg_menu_07.png) left top;
    background-size: cover;
  }
  .sp_text_link {
    color: #ED0000;
    font-size: 14px;
    font-family: 'MMC-Medium';
    padding: 20px 0px;
    display: block;
  }
  .sp_text_link span {
    position: relative;
    padding-right: 20px;
  }
  .sp_text_link span:after {
    position: absolute;
    top: 50%;
    right: 0px;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    margin-top: -6px;
    border-top: 2px solid #ED0000;
    border-right: 2px solid #ED0000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #808082;
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ED0000;
  }
  .slideup_ttl {
    height: 51px !important;
  }
  .slideup_ttl span {
    padding-bottom: 2px !important;
  }
  .kv_sec .slideup_ttl {
    height: auto !important;
  }
  .kv_sec_logo {
    width: 57%;
    top: 2%;
  }
  .kv_sec .kv_sec_copy {
    position: relative;
    font-size: 15px;
    line-height: 28px;
    text-align: left;
    padding: 10px 30px 60px;
    box-sizing: border-box;
  }
  .kv_sec .kv_sec_title {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 3;
    text-align: left;
    font-size: 45px;
  }
  .kv_sec .kv_sec_sub {
    position: absolute;
    bottom: 62px;
    left: 30px;
    z-index: 3;
    text-align: left;
    font-size: 19px;
  }
  .kv_sec .kv_sec_sub.scrollin {
    -webkit-animation: slideText 2s forwards;
    animation: slideText 2s forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .kv_sec .kv_sec_title .scrollin {
    -webkit-animation: slideText 2s forwards;
    animation: slideText 2s forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .kv_sec .kv_sec_copy {
    -webkit-animation: slideText .8s forwards;
    animation: slideText .8s forwards;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
  }
  .kv_sec .kv_swiper .swiper-pagination {
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .main_box {
    position: relative !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding: 0 40px;
  }
  .sec_01 .main_box, .sec_04 .main_box, .sec_05 .main_box, .sec_06 .main_box, .sec_08 .main_box {
    transform: translate(0, 0) !important;
  }
  .main_box .main_title {
    font-size: 42px;
    line-height: 46px;
    margin: 44px 0px 20px;
  }
  .main_box .main_title .pr_20 {
    padding-right: 10px;
  }
  .main_box .main_copy {
    font-size: 13px;
    line-height: 27px;
  }
  .sec_01 .main_box .main_copy, .sec_04 .main_box .main_copy {
    font-size: 15px;
    line-height: 27px;
  }
  .sec_02 {
    margin: 70px auto 50px;
  }
  .sec_02 .inner {
    padding: 0px 55px 20px;
  }
  .sec_02 .gallery_box {
    display: block;
  }
  .sec_02 .gallery_box .box_01 {
    width: 100%;
  }
  .sec_02 .gallery_box .box_01 .gallery_img {
    margin-bottom: 20px;
  }
  .sec_02 .gallery_box .box_01 .gallery_img img {
    width: 100%;
  }
  .sec_02 .gallery_box .box_01 .gallery_img:last-child {
    margin-bottom: 20px;
  }
  .sec_02 .gallery_box .box_01 .gallery_img .text {
    font-size: 16px;
    font-family: 'MMC-Medium';
    position: relative;
    padding: 10px 0px 10px 0px;
  }
  .sec_02 .gallery_box .box_01 .gallery_img .text::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
    transform: translate(0, -50%);
    border-top: 2px solid;
    color: #ED0000;
  }
  .sec_02 .gallery_box .box_01 .gallery_img .text::after {
    content: '';
    position: absolute;
    right: 6px;
    top: 50%;
    height: 14px;
    transform: translate(0, -50%);
    border-left: 2px solid;
    color: #ED0000;
  }
  .sec_02 .popupCar .full_box {
    flex-wrap: wrap;
    height: auto;
  }
  .sec_02 .popup_box {
    width: 100%;
    height: 100%;
  }
  .sec_02 .popupCar .full_box .gralley_info {
    display: block;
    width: 100%;
    height: auto;
    order: 2;
  }
  .sec_02 .popupCar .full_box .gralley_info .gralley_message {
    padding: 45px 80px;
    width: 100%;
    box-sizing: border-box;
  }
  .sec_02 .popupCar .full_box .gralley_info .gralley_message .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .sec_02 .popupCar .full_box .gralley_info .gralley_message .copy {
    font-size: 12px;
    line-height: 16px;
  }
  .sec_02 .popupCar .full_box .full_img {
    display: block;
    width: 100%;
    margin-top: 70px;
  }
  .sec_02 .popupCar .swiper-button-prev, .sec_02 .popupCar .swiper-button-next {
    width: 12px;
    height: 21px;
    background-size: 12px 21px;
  }
  .sec_02 .popupCar .swiper-button-prev, .sec_02 .swiper-container-rtl .swiper-button-next {
    left: 20px;
  }
  .sec_02 .popupCar .swiper-button-next, .sec_02 .swiper-container-rtl .swiper-button-prev {
    right: 20px;
  }
  .sec_02 .popupCar .swiper-button-prev, .sec_02 .popupCar .swiper-button-next {
    top: 83%;
    bottom: auto;
  }
  .car_sp_box {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .sec_03 .car_module {
    display: block;
    margin-top: 0px;
    background: none;
    height: auto;
  }
  .sec_03 .car_module .car_box {
    width: 100%;
    background: url(../png/bg_car_box_sp.png) no-repeat bottom left;
    background-size: cover;
  }
  .sec_03 .car_parts .car_parts_module {
    padding: 0px !important;
    position: absolute !important;
    left: 0px !important;
    bottom: auto !important;
    top: 0px;
    width: 100% !important;
  }
  .sec_03 .car_module .car_box .car_img {
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0%;
  }
  .sec_03 .car_module .car_box .car_img .car_positon {
    padding-bottom: 13%;
    position: relative;
  }
  .sec_03 .car_module .car_box .car_img img {
    width: 100%;
    margin: 0 auto;
  }
  .sec_03 .car_module .car_info {
    width: 100%;
    position: relative !important;
    height: auto;
  }
  .sec_03 .car_module .car_info .car_info_box {
    padding: 20px;
  }
  .sec_03 .car_module .car_thum {
    display: flex;
    justify-content: space-between;
    width: 80%;
    bottom: 10px;
    right: 10px;
    left: auto;
    z-index: 3;
  }
  .sec_03 .car_module .car_thum p {
    display: block;
    width: 100%;
  }
  .sec_03 .car_module .car_thum p img {
    width: 100%;
  }
  .sec_03 .mask {
    position: relative;
    z-index: 0;
  }
  .sec_03 .car_module .car_info .cat_title {
    font-size: 11px;
  }
  .sec_03 .car_module .car_info .border_box {
    margin-bottom: 15px;
  }
  .sec_03 .car_module .car_info .car_list {
  }
  .sec_03 .car_module .car_info .border_box:hover{
    border: none;
  }
  .border_none_open {
     border: none!important;
  }
  .sec_03 .car_module .car_info .signature_border {
    border:0px;
  }
  .sec_03 .car_module .car_info .car_list.open {
    border: none;
    background: none;
    padding: 0px;
  }
  .sec_03 .car_module .car_info .car_list dt {
    font-size: 13px;
    padding: 7px 40px;
  }
  .sec_03 .car_module .car_info .car_list.open dt {
    border: 2px #ffff solid;
    background: #bababa;
    padding: 7px 40px;
  }
  .sec_03 .car_module .car_info .car_list.open dd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #B2B5B7;
    padding: 6px 0px 0px;
    font-size: 12px;
  }
  .sec_03 .car_module .car_info .car_list.open dd p {
    width: 50%;
    padding: 4px 0px;
  }
  .sec_03 .car_module .car_info .car_list dd .active span {
    border-bottom: none;
  }
  .sec_03 .car_module .car_info .cat_title_02 {
    min-height: auto;
    padding: 7px 40px;
    margin-top: 0px;
    font-size: 13px;
  }
  .sec_03 .car_module .car_info .cat_title_02.active {
    border: 2px #ffff solid;
  }
  .sec_03 .car_parts img {
    width: 100%;
  }
  .sec_03 .car_style_swiper {
    height: 100%;
  }
  .sec_03 .car_style_swiper .swiper-slide {
    display: flex;
    align-items: flex-end;
  }
  .sec_03 .swiper-slide .car_parts .list_img {
    width: 100%;
    right: 0;
    top: 0;
    z-index: 66;
    animation: list_imgChange 0.4s linear 0s 1 forwards;
  }
  @keyframes list_imgChange {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .sec_03 .car_module .car_info .mt_40 {
    margin-top: 15px;
  }
  .sec_04 {
    margin: 60px 0 70px;
  }
  .sec_05 {
    margin-bottom: 50px;
  }
  .sec_06 {
    margin-top: 0px;
  }
  .sec_07 {
    margin: 70px auto 50px;
  }
  .sec_07 .product_box.product_center {
    width: 100%;
  }
  .sec_07 .product_box {
    width: 100%;
    margin-bottom: 30px!important;
  }
  .sec_07 .product_box .title {
    text-align: left;
    font-size: 23px;
    line-height: 25px;
    padding: 20px 0 10px;
  }
  .sec_07 .product_box .copy {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }
  .sec_07 .product_box.product_full {
    display: block;
  }
  .sec_07 .product_box.product_full .img, .sec_07 .product_box.product_full .fadein {
    width: 100%;
  }
  .sec_07 .product_box .sp_text_right {
    text-align: right!important;
  }
  .sec_07 .product_pop_box {
    width: 85%;
    height: 90%;
    overflow: scroll;
    scrollbar-width: none;
  }
  .sec_09 .people_box::before {
    display: none;
  }
  .sec_07 .product_pop_box .pop_title {
    font-size: 23px;
    padding-bottom: 0px;
  }
  .sec_07 .product_pop_box .pop_copy {
    font-size: 16px;
    line-height: 22px;
  }
  .sec_07 .popupCar .swiper-button-prev, .sec_07 .popupCar .swiper-button-next {
    display: none;
  }
  .sec_07 .product_swiper_sp .swiper-slide {
    width: 100%;
  }
  .sec_07 .des_pop .full_box {
    background-image: url(../png/bg_popup_des_popup_sp.png);
    background-size: cover;
  }
  .sec_07 .saf_pop .full_box {
    background-image: url(../png/bg_popup_saf_popup_sp.png);
    background-size: cover;
  }
  .sec_07 .dur_pop .full_box {
    background-image: url(../png/bg_popup_dur_popup_sp.png);
    background-size: cover;
  }
  .sec_07 .fun_pop .full_box {
    background-image: url(../png/bg_popup_fun_popup_sp.png);
    background-size: cover;
  }
  .sec_07 .product_pop_box .pop_product_list_img {
    margin: 40px 0;
    position: relative;
    padding-bottom: 40px;
  }
  .sec_07 .pop_product_list_img .swiper-pagination_p {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    display: block;
  }
  .sec_07 .pop_product_list_img .swiper-pagination_p span {
    margin: 0 5px;
  }
  .sec_07 .product_swiper_sp .swiper-slide-active {
    animation: none;
  }
  .sec_07 .saf_pop .pop_product_list_img {
    width: auto;
  }
  .sec_07 .saf_pop .pop_product_list_img .swiper-slide {
    width: 100%;
  }
  .sec_09 .people_box.people_one, .sec_09 .people_box.people_two {
    background: none;
    padding: 0px;
    margin: 70px auto;
  }
  .sec_09 .people_box .people_info {
    height: 100%;
    padding: 0px 30px 200px !important;
    margin: 380px 0 0 !important;
  }
  .sec_09 .people_box.people_two .people_info {
    padding: 0px 30px 200px !important;
  }
  .sec_09 .people_box .people_info .ttl {
    font-size: 26px;
    line-height: 32px;
  }
  .sec_09 .people_box .people_info .img {
    width: 100%;
  }
  .sec_09 .people_box .sp_people_copy {
    font-size: 16px;
    line-height: 24px;
    font-family: 'MMC-Medium';
  }
  .sec_09 .people_box .people_title {
    font-size: 14px;
    line-height: 18px;
    padding: 32px 0 25px;
  }
  .people_sp_popup .people_title {
    position: absolute;
    left: 30px;
    top: 33px;
  }
  .sec_09 .people_box .people_title span {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .sec_09 .people_sp_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sec_09 .people_sp_area {
    display: none;
  }
  .sec_09 .people_sp_popup {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 1);
    z-index: 99;
    display: flex;
  }
  .sec_09 .people_box .people_info p {
    margin-bottom: 25px !important;
  }
  .sec_09 .people_box .people_info .copy {
    font-size: 12px;
    line-height: 20px;
  }
  .sec_09 .people_sp_area {
    display: none;
  }
  .people_sp_popup::before {
    content: '';
    position: absolute;
    background-image: -webkit-linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 1));
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 1));
    left: 0px;
    bottom: -1px;
    height: 10%;
    width: 100%;
    z-index: 5;
  }
  .sec_09 .note_copy {
    margin: 0 auto 70px;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 400px) {
  .main_box .main_title {
    font-size: 36px;
    line-height: 40px;
  }

}
.Coming_soon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'MMC-Medium';
  font-size: 50px;
  color: #000000;
}
.Coming_soon p {
  text-align: center;
}
.Coming_soon span {
  font-size: 90px;
  line-height: 90px;
  font-family: 'MMC-Medium';
  display: block;
  margin-bottom: 50px;
}