@charset "utf-8";

/* front_fv */

.front_fv {
  /* margin-top: -8.0rem; */
  /* display: flex; */
  /* justify-content: space-between; */
  /* gap: 12.8rem; */
  /* background-color: #FAFAF6; */
  /* padding-top: 15rem; */
  position: relative;
  /* aspect-ratio: 16 / 9; */
  min-height: 100vh;
  height: 100vh;
}

.front_main_title {
  margin-left: 3.5rem;
  writing-mode: vertical-lr;
  text-orientation: sideways;
  font-family: var(--NotoSerif);
  letter-spacing: calc(2em / 20);
  font-weight: 600;
  font-size: 2.0rem;
  line-height: calc(27em / 20);
  color: #000;
  position: relative;
  z-index: 1001;
}

.front_fv_videos {
  /* margin-top: 12.2rem; */
  position: relative;
  /* aspect-ratio: 1090/469; */
  /* width: 109rem; */
  overflow: hidden;
  /* aspect-ratio: 16 / 9; */
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.front_fv_videos video{
  height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.front_fv_videos > iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200vh;
  height: 100vw;
  min-height: 130%;
  min-width: 130%;
}

.catch_wrap{
  font-size: 9rem;
  color: #fff;
  font-family: var(--Oswald);
  font-weight: bold;
  padding: 10rem 5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.fv_catch{
  width: fit-content;
  overflow: hidden;
  letter-spacing: calc(18em / 90);
}

.fv_catch > span{
  animation-duration: 1s;
  /* animation-timing-function: cubic-bezier(.26, .27, .1, 1); */
  animation-name: slideUp;
  /* transform: translateY(110%); */
  animation-fill-mode: both;
  display: block;
}

.fv_catch1 > span{
  animation-delay: 0.5s;
}

.fv_catch2 > span{
  animation-delay: 0.7s;
}

.fv_catch3 > span{
  animation-delay: 1s;
}

@keyframes slideUp {
    0% {
        transform: translateY(110%);
        opacity: 1
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.fv_catch3{
  /* margin-top: 27rem; */
  margin-left: auto;
}


/* HOW TO BUY */
.how_to_buy_outer{
  background-color: #303C5D;
  padding: 2.5rem 3.5rem 6.5rem;
}

.flow_title{
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: calc(5em / 25);
  white-space: nowrap;
  color: #fff;
  margin-bottom: 4.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  font-family: var(--NotoSerif);
}

.flow_title::before,
.flow_title::after{
  content: '';
  width: 48rem;
  height: 1px;
  display: inline-block;
  background-color: #fff;
}

.flow{
  display: flex;
  max-width: 128rem;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 9rem;
}

.flow_item{
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-family: var(--NotoSerif);
  letter-spacing: calc(4em / 20);
}

.flow_icon{
  width: 7.3rem;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  background-color: #fff;
  height: auto;
  padding: 2rem;
  margin-bottom: 2rem;
  /* object-fit: contain; */
}

/* export_area */

.export_area{
  background-image: url('../img/export_regions.svg');
  padding: 5rem 7.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-size: cover;
}

.export_area_title h2{
  font-size: 2.5rem;
  font-weight: 400;
  font-family: var(--NotoSerif);
  letter-spacing: 0.18em;
  color: #303C5D;
}

.export_area_text{
  background-color: #2F3C5E;
  color: #fff;
  font-size: 1.6rem;
  padding: 3rem;
  max-width: 55rem;
  margin-top: 38rem;
  margin-left: auto;
  opacity: 0.8;
  font-family: var(--NotoSerif);
}

/* articles */

.front_news_section{
  padding: 14rem 0;
}

.front_news_main_title {
  font-family: var(--NotoSerif);
  font-weight: 400;
  font-size: 4.0rem;
  line-height: calc(55em / 40);
  letter-spacing: calc(8em / 40);
  color: #2F3C5E;
  /* margin-top: 14rem; */
  margin-bottom: 3.8rem;
  text-align: center;
}

.front_news_outer {
  display: flex;
  gap: 8.0rem;
  row-gap: 2.5rem;
  flex-wrap: wrap;
  /* justify-content: center; */
  width: 116rem;
  margin: 0 auto 2.5rem auto;
}

.front_news_inner {
  display: flex;
  gap: 2.0rem;
  padding-bottom: 1.0rem;
  border-bottom: #000000 0.1rem solid;
  width: 54.0rem;
}

.front_news_inner:hover {
  background-color: #F4F4F4;
}

.front_news_inner2 {
  display: flex;
  gap: 2.0rem;
  padding-bottom: 1.0rem;
  border-bottom: #000000 0.1rem solid;
  width: 54.0rem;
}

.front_news_inner2:hover {
  background-color: #F4F4F4;
}

.front_news_img {
  width: 30.0rem;
  height: 21.0rem;
  object-fit: cover;
  vertical-align: bottom;
}

.front_news_date {
  font-family: var(--NotoSerif);
  font-weight: 400;
  font-size: 2.0rem;
  line-height: calc(27em / 20);
  letter-spacing: calc(2em / 20);
  color: #000;
  margin-bottom: 1.0rem;
}

.front_news_title {
  font-family: var(--NotoSerif);
  font-weight: 500;
  font-size: 2.0rem;
  line-height: calc(25em / 20);
  color: #000;
  width: 22.0rem;
}

.front_news_text {
  font-family: var(--NotoSerif);
  font-weight: 500;
  font-size: 2.0rem;
  line-height: calc(27em / 20);
  color: #000;
  width: 22.0rem;
}

.front_btn {
  width: 30rem;
  height: 6.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #303C5D;
  color: #fff;
  font-family: var(--NotoSerif);
  font-weight: 400; 
  font-size: 2.0rem;
  line-height: calc(27em / 20);
  letter-spacing: calc(3em / 20);
}

.c_btn {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c_btn {
  background-color: #303C5D;
  color: #fff;
  /* font-weight: bold; */
  max-width: 39.0rem;
  padding: 1.5rem 4.0rem;
  text-align: center;
}

.c_btn.slide {
  background: #303C5D;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
} 

.c_btn.slide::after {
  background: #FFC134;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.c_btn.slide:hover {
  color: #fff;
}

.c_btn.slide:hover::after {
  transform: scale(1, 1);
}

.c_btn.slide.skew::after {
  transform: skewY(-10deg) scale(1, 0);
  height: 15rem;
}

.c_btn.slide.skew:hover::after {
  transform: skewY(-10deg) scale(1, 1);
}

/* company */

.front_company_inner {
  /* margin: 8.2rem auto 4.0rem auto; */
  /* background-color: #FAFAF4; */
  /* width: 124.0rem; */
  /* height: auto; */
  /* padding-bottom: 2.1rem; */
  display: flex;
  gap: 11rem;
  padding: 3rem 3.5rem 14rem;
}

.front_company_title {
  font-size: 4rem;
  line-height: calc(27em / 20);
  font-weight: 400;
  font-family: var(--NotoSerif);
  letter-spacing: calc(3em / 20);
  /* padding-top: 4.5rem; */
  /* padding-left: 1.5rem; */
  margin-bottom: 2rem;
  color: #2F3C5E;
}

.front_company_title_img {
  display: flex;
  gap: 1.606rem;
  padding-top: 1.0rem;
  padding-left: 1.5rem;
}

.front_car_icon {
  width: 8.494rem;
  height: 7.0rem;
  object-fit: cover;
  vertical-align: bottom;
  margin-top: 0.6rem;
}

.front_company_img_title {
  font-size: 3.0rem;
  line-height: calc(35em / 30);
  letter-spacing: calc(3em / 30);
  font-weight: 600;
  font-family: var(--NotoSerif);
  width: 35.9rem;
}

.front_company_text {
  /* width: 120.0rem; */
  font-size: 1.6rem;
  line-height: calc(22em / 16);
  font-weight: 400;
  font-family: var(--NotoSerif);
  /* padding-left: 1.5rem; */
  /* padding-bottom: 2.5rem; */
  /* padding-top: 4.0rem; */
}

.front_company_img {
  width: 120rem;
  height: 33.5rem;
  object-fit: cover;
  vertical-align: bottom;
  padding-left: 1.5rem;
  padding-bottom: 3.5rem;
}

.hero {
  background-image: url(../img/top_company.jpg);
  background-size: cover;
  background-position: top;
  animation: parallax linear both;
  animation-timeline: view();
  width: 120rem;
  height: 33.5rem;
  object-fit: cover;
  vertical-align: bottom;
  margin-left: 1.5rem;
  padding-bottom: 3.5rem;
  margin-bottom: 3.5rem;
}

@keyframes parallax {
  from {
    background-position: center -15rem;
  }

  to {
    background-position: center -28rem;
  }
}

.company_img_wrap{
  display: flex;
  height: 36rem;
  
  
  
  
  
  
  
  
  
  

  div{
    width: 33%;
  }
}

/* advantage */

.front_advantage {
  margin: 0 auto;
  /* width: 124.0rem; */
  /* height: 74.0rem; */
  position: relative;
  background-image: url('../img/top_advantage.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.front_advantage::before{
  content: '';
}

.front_advantage_img {
  object-fit: cover;
  vertical-align: bottom;
  filter: brightness(0.5);
}

.front_advantage_inner {
  /* position: absolute; */
  top: 4.5rem;
  left: 1.5rem;
  color: #fff;
  width: 100%;
  padding: 20rem 4rem 20rem;
  top: 0;
  left: 0;
  text-align: center;
  backdrop-filter: brightness(0.5);
}

.front_advantage_title {
  font-size: 4rem;
  line-height: calc(27em / 20);
  letter-spacing: calc(3em / 20);
  font-weight: 400;
  font-family: var(--NotoSerif);
  margin-bottom: 5rem;
}

.front_advantage_inner_title {
  font-size: 2.5rem;
  line-height: calc(35 / 25);
  letter-spacing: calc(5em / 25);
  /* font-weight: 600; */
  font-family: var(--NotoSerif);
  /* margin-top: 1.0rem; */
  margin-bottom: 4.0rem;
}

.front_advantage_inner_text {
  font-size: 1.6rem;
  line-height: calc(22em / 16);
  font-weight: 400;
  font-family: var(--NotoSerif);
  width: 120.0rem;  
  margin-bottom: 2.4rem;
}

.front_space {
  margin-bottom: 16.8rem;
}

/* stock car */

.front_stockcar {
  margin-top: 6.5rem;
  margin-bottom: 14rem;
}

.front_stockcar_main_title {
  font-size: 4.0rem;
  letter-spacing: calc(8em / 40);
  line-height: calc(55em / 40);
  font-family: var(--NotoSerif);
  font-weight: 400;
  color: #2F3C5E;
  text-align: center;
  margin-bottom: 3.0rem;
}

.front_stockcar_detail {
  display: flex;
  gap: 3.0rem;
  justify-content: center;
}

.front_stockcar_box {
  width: 28.0rem;
  height: auto;
  /* background-color: #FAFAF6; */
  margin-bottom: 2.3rem;
}

.front_stockcar_inner_outer {
  margin-left: 1.0rem;
}

.front_stockcar_outer {
  width: 26.0rem;
  text-align: center;
  text-align: left;
}

.front_stockcar_title {
  width: 26.0rem;
  margin: 0 auto;
  font-size: 2.0rem;
  line-height: calc(25em / 20);
  font-weight: 500;
  font-family: var(--NotoSerif);
  padding-top: 1.0rem;
  padding-bottom: 1.6rem;
  overflow-wrap: anywhere;
}

.front_stockcar_img {
  width: 26.0rem;
  height: 15.0rem;
  object-fit: cover;
  vertical-align: bottom;
  padding-bottom: 1.5rem;
}

.front_stockcar_inner_box {
  text-align: center;
  width: 26.0rem;
  height: auto;
  border: #000000 0.05rem solid;
}

.front_stockcar_inner_title{
  font-size: 2.0rem;
  line-height: calc(25em / 20);
  font-weight: 500;
  font-family: var(--NotoSerif);
  padding-top: 2.0rem;
  padding-bottom: 0.5rem;  
}

.front_stockcar_price{
  font-size: 2.0rem;
  line-height: calc(25em / 20);
  font-weight: 500;
  font-family: var(--NotoSerif);
  padding-top: 0.5rem;  
  color: #DC010B;
}

.front_stockcar_inner_price{
  font-size: 1.6rem;
  line-height: calc(25em / 16);
  font-weight: 500;
  font-family: var(--NotoSerif);
}

.front_stockcar_text1{
  font-size: 1.6rem;
  line-height: calc(25em / 16);
  font-weight: 500;
  font-family: var(--NotoSerif);
}

.front_stockcar_text2{
  font-size: 1.6rem;
  line-height: calc(25em / 16);
  font-weight: 500;
  font-family: var(--NotoSerif);
  padding-bottom: 1.5rem;
  border-bottom: #000000 0.05rem solid;
  width: 24.0rem;
  margin: 0 auto 1.5rem auto;
}

.front_stockcar_model{
  font-size: 1.6rem;
  line-height: calc(25em / 16);
  font-weight: 500;
  font-family: var(--NotoSerif);
  width: 24.0rem;
  height: auto;
  background-color: #DC010B;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.front_stockcar_model_text{
  font-size: 1.6rem;
  line-height: calc(25em / 16);
  font-weight: 500;
  font-family: var(--NotoSerif);
  width: 18.4rem;
  height: auto;
  margin: 0 auto;
}

.front_stockcar_running{
  font-size: 1.6rem;
  line-height: calc(25em / 16);
  font-weight: 500;
  font-family: var(--NotoSerif);
  width: 24.0rem;
  height: auto;
  background-color: #DC010B;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 1.0rem;
  margin-bottom: 0.4rem;
}

.front_stockcar_running_text{
  font-size: 1.6rem;
  line-height: calc(25em / 16);
  font-weight: 500;
  font-family: var(--NotoSerif);
  width: 18.4rem;
  height: auto;
  margin: 0 auto;
  margin-bottom: 2.0rem;
}

.front_stockcar_details {
  width: 26.0rem;
  margin-top: 0.5rem;
  background-color: #303C5D;
  color: #fff;
  font-size: 2.0em;
  line-height: calc(27em / 20);
  font-weight: 400;
  font-family: var(--NotoSerif);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  margin-bottom: 1.0rem;
  letter-spacing: calc(3em / 20);
}

/* contact */

.front_contact_outer {
  width: 100%;
  /* max-width: 128rem; */
  margin: 0 auto;
  display: flex;
  /* height: 78.0rem; */
}

.front_contact_inner {
  position: relative;
  z-index: 0;
  /* width: 100%; */
  width: 52.6rem;
  /* height: 78.0rem; */
  text-align: center;
  min-width: 50%;
  flex-shrink: 0;
}

.front_cont_img {
  width: 75.4rem;
  height: 50rem;
  min-width: 50%;
  flex-shrink: 0;
}
/* .front_contact_inner::before {
  content: '';
  background-image: url(../img/top_contact.jpg);
  background-size: cover;
  filter: contrast(170%) blur(3px) saturate(170%);
  width: 100%;
  height: 78.0rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
} */
/* .front_contact_inner::after {
  content: '';
  width: 100%;
  height: 78.0rem;
  background-color: #000000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
} */

.front_contact_title {
  padding-top: 13rem;
  color: #2F3C5E;
  font-size: 4.0rem;
  line-height: calc(55em / 40);
  letter-spacing: calc(8em / 40);
  font-weight: 400;
  font-family: var(--NotoSerif);
}

.front_contact_text {
  color: #2F3C5E;
  font-size: 1.8rem;
  /* font-size: 2.6rem; */
  line-height: calc(22em / 16);
  letter-spacing: calc(3.6em / 18);
  font-weight: 400;
  font-family: var(--NotoSerif);
  width: 100%;
  margin: 4.4rem auto 6rem auto;
  text-align: center;
}

.c_btn {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c_btn {
  background-color: #303C5D;
  color: #fff;
  /* font-weight: bold; */
  max-width: 35rem;
  padding: 1.5rem 4.0rem;
  text-align: center;
}

.c_btn.slide {
  background: #303C5D;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
} 

.c_btn.slide::after {
  background: #FFC134;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.c_btn.slide:hover {
  color: #fff;
}

.c_btn.slide:hover::after {
  transform: scale(1, 1);
}

.c_btn.slide.skew::after {
  transform: skewY(-10deg) scale(1, 0);
  height: 15rem;
}

.c_btn.slide.skew:hover::after {
  transform: skewY(-10deg) scale(1, 1);
}

.front_contact_btn {
  width: 30rem;
  height: 6.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #303C5D;
  color: #fff;
  font-family: var(--NotoSerif);
  font-weight: 400; 
  font-size: 2.0rem;
  line-height: calc(27em / 20);
  letter-spacing: calc(3em / 20);
}


@media screen and (max-width: 699.98px) {
  /* front_fv */

  .front_fv {
    /* margin-top: 4rem; */
    /* width: 100%; */
    /* gap: 1.8rem; */
    /* display: flex; */
    /* justify-content: space-between; */
    /* background-color: #FAFAF6; */
    /* position: relative; */
    /* padding-top: 5rem; */
  }

  .front_main_title {
    margin-left: 2.0rem;
    writing-mode: vertical-lr;
    text-orientation: sideways;
    font-family: var(--NotoSerif);
    font-weight: 600;
    font-size: 2.0rem;
    line-height: calc(27em / 20);
    letter-spacing: calc(2em / 20);
    color: #000;
    z-index: 1;
    position: relative;
  }


  .front_fv_videos {
    margin-top: 0;
    /* aspect-ratio: 310/540; */
    /* width: 31rem; */
  }

  .catch_wrap{
    font-size: 4rem;
    padding: 5rem 1.5rem 2rem;
  }


  .fv_catch3{
    margin-top: 4rem;
  }
  .fv_catch span {
    width: 35rem;
  }

  /* articles */

  .front_news_main_title {
    font-family: var(--NotoSerif);
    font-weight: 400;
    font-size: 3.0rem;
    line-height: calc(41em / 30);
    letter-spacing: calc(4.5em / 30);
    color: #2F3C5E;
    margin-top: 3.0rem;
    margin-bottom: 2.0rem;
    text-align: center;
  }

  .front_news_outer {
    display: flex;
    gap: 0rem;
    row-gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.5rem;
    width: 35.5rem;
    margin-left: 1.0rem;
  }

  .front_news_inner {
    display: flex;
    gap: 1.0rem;
    padding-bottom: 1.5rem;
    border-bottom: #000000 0.1rem solid;
    width: 35.5rem;
  }

  .front_news_inner:hover {
    background-color: #F4F4F4;
  }

  .front_news_inner2 {
    display: flex;
    gap: 1.0rem;
    padding-bottom: 1.5rem;
    border-bottom: #000000 0.1rem solid;
    width: 35.5rem;
    display: none;
  }

  .front_news_inner2:hover {
    background-color: #F4F4F4;
    display: none;
  }

  .front_news_img {
    width: 17.0rem;
    height: 17.0rem;
    object-fit: cover;
    vertical-align: bottom;
  }

  .front_news_date {
    font-family: var(--NotoSerif);
    font-weight: 400;
    font-size: 2.0rem;
    line-height: calc(27em / 20);
    letter-spacing: calc(2em / 20);
    color: #000;
    margin-bottom: 1.0rem;
  }

  .front_news_title {
    font-family: var(--NotoSerif);
    font-weight: 500;
    font-size: 2.0rem;
    line-height: calc(25em / 20);
    letter-spacing: calc(2em / 20);
    color: #000;
    width: 17.5rem;
  }

  .front_news_text {
    font-family: var(--NotoSerif);
    font-weight: 500;
    font-size: 2.0rem;
    line-height: calc(25em / 20);
    letter-spacing: calc(2em / 20);
    color: #000;
    width: 17.5rem;
  }

  .front_btn {
    width: 33.5rem;
    height: 5.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #303C5D;
    color: #fff;
    font-family: var(--NotoSerif);
    font-weight: 400; 
    font-size: 1.8rem;
    line-height: calc(24em / 18);
    letter-spacing: calc(2.7em / 18);
  }

  .c_btn {
    cursor: pointer;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  }

  .c_btn {
    background-color: #303C5D;
    color: #fff;
    display: block;
    font-weight: bold;
    max-width: 33.5rem;
    padding: 1.5rem 4.0rem;
    text-align: center;
  }

  .c_btn.slide {
    background: #303C5D;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
  } 

  .c_btn.slide::after {
    background: #FFC134;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
  }

  .c_btn.slide:hover {
    color: #fff;
  }

  .c_btn.slide:hover::after {
    transform: scale(1, 1);
  }

  .c_btn.slide.skew::after {
    transform: skewY(-10deg) scale(1, 0);
    height: 20rem;
  }

  .c_btn.slide.skew:hover::after {
    transform: skewY(-10deg) scale(1, 1);
  }

  .flow_title{
    font-size: 2.3rem;
    color: #fff;
    margin-bottom: 2rem;
  }
  .flow_item{
    font-size: 1.4rem;
    letter-spacing: calc(0.4em / 16);
  }

  .flow{
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0;
  }
  .how_to_buy_outer {
     padding: 5rem 2rem 6rem;
  }

  .export_area{
    padding: 5rem 2rem;
    background-position: 38% 50%;
    background-size: 182%;
  }

  /* company */

  .front_company_inner {
    margin: 3.0rem auto 2.0rem auto;
    /* background-color: #FAFAF4; */
    width: 35.5rem;
    height: auto;
    flex-direction: column;
    padding: 3rem 2rem 14rem;
    padding-bottom: 3.0rem;
    gap: 4rem;
  }

  .front_company_title {
    font-size: 1.8rem;
    line-height: calc(24em / 18);
    letter-spacing: calc(2.7em / 18);
    font-weight: 400;
    font-family: var(--NotoSerif);
    padding-top: 1.5rem;
    padding-left: 1.0rem;
  }

  .front_company_title_img {
    display: flex;
    gap: 1.0rem;
    /* padding-top: 1.5rem;
    padding-left: 1.0rem; */
    padding: 1.5rem 1rem 0;
  }

  .front_car_icon {
    width: 7.5rem;
    height: 6.181rem;
    object-fit: cover;
    vertical-align: bottom;
  }

  .front_company_img_title {
    font-size: 1.8rem;
    line-height: calc(30em / 18);
    font-weight: 600;
    font-family: var(--NotoSerif);
    /* width: 21.5rem; */
    width: 100%;
  }

  .front_company_text {
    /* width: 33.5rem; */
    font-size: 1.6rem;
    line-height: calc(22em / 16);
    font-weight: 400;
    font-family: var(--NotoSerif);
    /* padding-left: 1.0rem; */
    padding-bottom: 2.0rem;
    padding-top: 0.819rem;
  }

  .hero {
    /* background-image: url(../img/front_company.jpg); */
    background-size: cover;
    background-position: top;
    animation: parallax linear both;
    animation-timeline: view();
    width: 33.5rem;
    height: 33.5rem;
    object-fit: cover;
    vertical-align: bottom;
    margin-left: 1.0rem;
    margin-bottom: 2rem;
  }

  @keyframes parallax {
    from {
      background-position: center 0;
    }

    to {
      background-position: center -4rem;
    }
  }


.fv_catch{
  width: fit-content;
  overflow: hidden;
  letter-spacing: calc(18em / 60);
}

  /* advantage */

  .front_advantage {
    margin: 0 auto;
    /* width: 35.5rem; */
    height: 50rem;
    position: relative;
  }

  .front_advantage_img {
    object-fit: cover;
    vertical-align: bottom;
    object-position: 35% 65%;
    z-index: 1;
    position: relative;
  }

  .front_advantage_inner {
    height: 50rem;
    position: absolute;
    /* top: 1.5rem; */
    /* left: 1.0rem; */
    z-index: 1;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .front_advantage_title {
    font-size: 1.8rem;
    line-height: calc(24em / 18);
    letter-spacing: calc(2.7em / 18);
    font-weight: 400;
    font-family: var(--NotoSerif); 
    margin-bottom: 2rem; 
  }

  .front_advantage_inner_title {
    font-size: 1.8rem;
    line-height: calc(30em / 18);
    letter-spacing: calc(1.8em / 18);
    font-weight: 600;
    font-family: var(--NotoSerif);
    margin-top: 1.3rem; 
    margin-bottom: 1.3rem; 
    width: 33.5rem;
  }

  .front_advantage_inner_text {
    font-size: 1.6rem;
    line-height: calc(22em / 16);
    font-weight: 400;
    font-family: var(--NotoSerif);
    width: 33.5rem;  
    margin-bottom: 2.0rem;
  }
  .advan_mb_sp23 {
    margin-bottom: 2.3rem;
  }

  .front_space {
    margin-bottom: 4.0rem;
  }
  .front_news_section{
    padding: 9rem 0;
  }

  /* stock car */

  .front_stockcar {
    margin-top: 3.0em;
    margin-bottom: 5.5rem;
  }

  .front_stockcar_main_title {
    font-size: 3.0rem;
    letter-spacing: calc(4.5em / 30);
    line-height: calc(41em / 30);
    font-family: var(--NotoSerif);
    font-weight: 400;
    color: #2F3C5E;
    text-align: center;
    margin-bottom: 2.00rem;
  }

  .front_stockcar_detail {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
  }

  .front_stockcar_box {
    width: 35.5rem;
    height: auto;
    background-color: #FAFAF6;
    margin: 0 auto;
    margin-bottom: 4.0rem;
  }

  .front_stockcar_inner_outer {
    margin-left: 1.0rem;
  }

  .front_stockcar_outer {
    width: 33.5rem;
    text-align: center;
    text-align: left;
  }

  .front_stockcar_title {
    width: 33.5rem;
    font-size: 2.0rem;
    line-height: calc(25em / 20);
    font-weight: 500;
    font-family: var(--NotoSerif);
    padding-top: 1.0rem;
    padding-bottom: 1.6rem;
  }

  .front_stockcar_img {
    width: 33.5rem;
    height: 15.0rem;
    object-fit: cover;
    vertical-align: bottom;
    margin-bottom: 1.5rem;
    padding-bottom: 0;
  }

  .front_stockcar_inner_box {
    text-align: center;
    width: 33.5rem;
    height: auto;
    border: #000000 0.05rem solid;
  }

  .front_stockcar_inner_title{
    font-size: 2.0rem;
    line-height: calc(25em / 20);
    font-weight: 500;
    font-family: var(--NotoSerif);
    padding-top: 2.0rem;
    padding-bottom: 0.5rem;  
  }

  .front_stockcar_price{
    font-size: 2.0rem;
    line-height: calc(25em / 20);
    font-weight: 500;
    font-family: var(--NotoSerif);
    padding-top: 0.5rem;  
    color: #DC010B;
  }

  .front_stockcar_inner_price{
    font-size: 1.6rem;
    line-height: calc(25em / 16);
    font-weight: 500;
    font-family: var(--NotoSerif);
  }

  .front_stockcar_text1{
    font-size: 1.6rem;
    line-height: calc(25em / 16);
    font-weight: 500;
    font-family: var(--NotoSerif);
  }

  .front_stockcar_text2{
    font-size: 1.6rem;
    line-height: calc(25em / 16);
    font-weight: 500;
    font-family: var(--NotoSerif);
    padding-bottom: 1.5rem;
    border-bottom: #000000 0.05rem solid;
    width: 30.0rem;
    margin: 0 auto 1.5rem auto;
  }

  .front_stockcar_model{
    font-size: 1.6rem;
    line-height: calc(25em / 16);
    font-weight: 500;
    font-family: var(--NotoSerif);
    width: 24.0rem;
    height: auto;
    background-color: #DC010B;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .front_stockcar_model_text{
    font-size: 1.6rem;
    line-height: calc(25em / 16);
    font-weight: 500;
    font-family: var(--NotoSerif);
    width: 18.4rem;
    height: auto;
    margin: 0 auto;
  }

  .front_stockcar_running{
    font-size: 1.6rem;
    line-height: calc(25em / 16);
    font-weight: 500;
    font-family: var(--NotoSerif);
    width: 24.0rem;
    height: auto;
    background-color: #DC010B;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 1.0rem;
    margin-bottom: 0.4rem;
  }

  .front_stockcar_running_text{
    font-size: 1.6rem;
    line-height: calc(25em / 16);
    font-weight: 500;
    font-family: var(--NotoSerif);
    width: 18.4rem;
    height: auto;
    margin: 0 auto;
    margin-bottom: 2.0rem;
  }

  .front_stockcar_details {
    width: 33.5rem;
    margin-top: 1.0rem;
    background-color: #303C5D;
    color: #fff;
    font-size: 1.8rem;
    line-height: calc(24em / 18);
    letter-spacing: calc(2.7em / 18);
    font-weight: 400;
    font-family: var(--NotoSerif);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    margin-bottom: 0rem;
  }

  /* contact */

  .front_contact_outer {
    width: 100%;
    flex-direction: column;
    gap: 4rem;
    /* height: 44.3rem; */
  }

  .front_contact_inner {
    position: relative;
    z-index: 0;
    width: 100%;
    /* height: 29.3rem; */
    text-align: center;
  }

  .front_cont_img {
    width: 100%;
    height: 30rem;
  }

  /* .front_contact_inner::before {
    content: '';
    background-image: url(../img/front_contact.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  } */
  /* .front_contact_inner::after {
    content: '';
    background-color: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  } */

  .front_contact_title {
    padding-top: 4.0rem;
    font-size: 3.0em;
    line-height: calc(41em / 30);
    letter-spacing: calc(4.5em / 30);
    font-weight: 400;
    font-family: var(--NotoSerif);
  }

  .front_contact_text {
    font-size: 1.6em;
    line-height: calc(22em / 16);
    font-weight: 400;
    font-family: var(--NotoSerif);
    width: 35.5rem;
    margin: 1.05rem auto 3.0rem auto;
    text-align: center;
  }

  .c_btn {
    cursor: pointer;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  }

  .c_btn {
    background-color: #303C5D;
    color: #fff;
    font-weight: bold;
    width: 100%;
    max-width: 33.5rem;
    padding: 1.5rem 4.0rem;
    text-align: center;
  }

  .c_btn.slide {
    background: #303C5D;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
  } 

  .c_btn.slide::after {
    background: #FFC134;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
  }

  .c_btn.slide:hover {
    color: #fff;
  }

  .c_btn.slide:hover::after {
    transform: scale(1, 1);
  }

  .c_btn.slide.skew::after {
    transform: skewY(-10deg) scale(1, 0);
    height: 15rem;
  }

  .c_btn.slide.skew:hover::after {
    transform: skewY(-10deg) scale(1, 1);
  }

  .front_contact_btn {
    width: 33.5rem;
    height: 5.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #303C5D;
    color: #fff;
    font-family: var(--NotoSerif);
    font-weight: 400; 
    font-size: 1.8rem;
    line-height: calc(24em / 18);
    letter-spacing: calc(2.7em / 18);
  }
}