@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  letter-spacing: 0.05em;
}

p, a, span, b, li, th, td, button, strong {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 768px) {
  p, a, span, b, li, th, td, button, strong {
    font-size: 1.4rem;
  }
}

.pc_only {
  display: block !important;
}
@media (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
}

.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.line-20 {
  line-height: 2;
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  max-width: 1200px;
  width: 96%;
  margin: auto;
}
@media (max-width: 768px) {
  .main_width {
    width: calc(100% - 30px);
  }
}

.width_1500 {
  max-width: 1500px;
  width: 96%;
  margin: auto;
}
@media (max-width: 768px) {
  .width_1500 {
    width: calc(100% - 30px);
  }
}

.top_wrapper.bg_beige,
.page_wrapper.bg_beige {
  background-color: #F9F5EE;
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
/********************************************/
/*@top fv */
/********************************************/
.top_fv_block .fv_wrapper {
  width: 96%;
  margin: auto;
}
@media (max-width: 768px) {
  .top_fv_block .fv_wrapper {
    width: calc(100% - 30px);
  }
}
.top_fv_block .fv_wrapper .swiper {
  position: relative;
}
.top_fv_block .fv_wrapper .swiper img {
  display: block;
  width: 100%;
  height: 100vh;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .top_fv_block .fv_wrapper .swiper img {
    height: 550px;
  }
}
@media (max-width: 768px) {
  .top_fv_block .fv_wrapper .swiper img {
    height: 400px;
  }
}
.top_fv_block .fv_wrapper .swiper-slide {
  position: relative;
  border-radius: 20px;
}
.top_fv_block .fv_wrapper .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .top_fv_block .fv_wrapper .swiper-slide {
    height: 400px;
  }
}
.top_fv_block .fv_wrapper .swiper-slide::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
@media (max-width: 768px) {
  .top_fv_block .fv_wrapper .swiper-slide::before {
    height: 400px;
  }
}
.top_fv_block .fv_wrapper .fv_text {
  position: absolute;
  padding-left: 50px;
  top: auto;
  bottom: 15%;
  left: 0;
  z-index: 999;
}
@media (max-width: 1024px) {
  .top_fv_block .fv_wrapper .fv_text {
    padding-left: 20px;
    bottom: 8%;
  }
}
.top_fv_block .fv_wrapper .fv_text .title {
  padding-bottom: 0.5em;
  line-height: 1.5;
  font-size: clamp(2.2rem, 3vw, 6rem);
  color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.top_fv_block .fv_wrapper .fv_text .text {
  line-height: 1.7;
  font-size: clamp(1.5rem, 1.7vw, 2.5rem);
  color: #FFF;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/********************************************/
/*@top news */
/********************************************/
.top_news_field_block {
  padding-top: 10px;
}
@media (max-width: 768px) {
  .top_news_field_block {
    padding-top: 10px;
  }
}
.top_news_field_block .wrapper {
  display: flex;
  align-items: center;
  padding: 30px 60px;
  background-color: #FFF;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .top_news_field_block .wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}

.top_news_field_block .en {
  display: block;
  padding-right: 60px;
  line-height: 1.5;
  font-size: clamp(2.7rem, 2.2vw, 3rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 768px) {
  .top_news_field_block .en {
    padding-bottom: 20px;
    padding-right: 0;
  }
}
.top_news_field_block .post_area {
  border-left: 2px solid #D9D6D0;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .top_news_field_block .post_area {
    padding-left: 0;
    border-left: none;
  }
}
.top_news_field_block .post_area .date {
  display: block;
  padding-bottom: 5px;
  line-height: 1.5;
  font-size: 1.6rem;
  color: #9FA0A0;
  font-weight: 700;
}
.top_news_field_block .post_area .post_title {
  padding-bottom: 20px;
  font-size: clamp(1.8rem, 2.2vw, 2rem);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 768px) {
  .top_news_field_block .post_area .post_title {
    padding: 0 0 10px 0;
  }
}
.top_news_field_block .post_area p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.top_news_field_block .post_area p a {
  text-decoration: underline;
  transition: all 0.3s;
}
.top_news_field_block .post_area p a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .top_news_field_block .post_area {
    width: 100%;
  }
}
.top_news_field_block .accordion::before {
  content: none;
}
.top_news_field_block .accordion .question {
  display: block;
}
.top_news_field_block .accordion .question::after {
  width: auto;
  height: auto;
  top: unset;
  right: 0;
  content: "＋";
  background: none;
  transform: none;
}
.top_news_field_block .accordion .question.active::after {
  content: "ー";
  transform: none;
}
.top_news_field_block .accordion .answer {
  padding: 0;
}
.top_news_field_block .accordion .answer::before {
  content: none;
}

/********************************************/
/*@top service */
/********************************************/
.top_common_block .width_1500 {
  position: relative;
  z-index: 2;
}
.top_common_block .width_1500::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "Service";
  line-height: 0.7;
  font-size: clamp(6rem, 10vw, 25rem);
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFF;
  z-index: -1;
}

.top_service_block {
  margin-top: 170px;
  padding-bottom: 190px;
}
@media (max-width: 768px) {
  .top_service_block {
    margin-top: 80px;
    padding-bottom: 100px;
  }
}

.top_service_block .main_title {
  padding-bottom: 50px;
  font-size: clamp(2.5rem, 3.5vw, 5rem);
}
.top_service_block .text_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .top_service_block .text_container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  .top_service_block .text_area {
    margin-bottom: 30px;
  }
}

.top_service_block .service_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .top_service_block .service_list {
    gap: 0;
  }
}
.top_service_block .service_list .content {
  padding: 30px;
  border: 1px solid #D9D6D0;
  border-radius: 20px;
  background-color: #FFF;
  text-align: center;
}
@media (max-width: 1024px) {
  .top_service_block .service_list .content {
    width: 48%;
    margin-right: 4%;
  }
  .top_service_block .service_list .content:nth-child(2n) {
    margin-right: 0;
  }
  .top_service_block .service_list .content:last-child {
    margin-right: 0;
  }
  .top_service_block .service_list .content:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .top_service_block .service_list .content {
    width: 100%;
    margin-right: 0;
  }
}

/********************************************/
/*@top auto slider */
/********************************************/
/********************************************/
/*@top auto slider */
/********************************************/
.js_auto_slider {
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  .js_auto_slider {
    margin-bottom: 100px;
  }
}
.js_auto_slider .img_wrap.is-offset {
  transform: translateY(-60px);
}
@media (max-width: 768px) {
  .js_auto_slider .img_wrap.is-offset {
    transform: translateY(-40px);
  }
}
.js_auto_slider .img_wrap.is-fifth {
  transform: translateY(-30px);
}
@media (max-width: 768px) {
  .js_auto_slider .img_wrap.is-fifth {
    transform: translateY(-20px);
  }
}
.js_auto_slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

/********************************************/
/*@top Stock */
/********************************************/
.top_common_block.stock_block {
  position: relative;
  margin-top: 100px;
  margin-bottom: 250px;
  z-index: 1;
}
@media (max-width: 768px) {
  .top_common_block.stock_block {
    margin-top: 50px;
    margin-bottom: 150px;
  }
}
.top_common_block.stock_block .width_1500.none::after {
  content: none;
}
.top_common_block.stock_block .width_1500::after {
  content: "Stock";
  top: -5%;
  left: 20px;
  right: auto;
  z-index: -1;
}
@media (max-width: 1024px) {
  .top_common_block.stock_block .width_1500::after {
    top: -41%;
  }
}
.top_common_block.stock_block .ac-animate_btn {
  position: absolute;
  right: 20px;
  top: 0;
}
.top_common_block.stock_block .mod-col3-img_text {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.top_common_block.stock_block .main_title {
  font-size: clamp(2.3rem, 2.3vw, 4rem);
  padding-left: 20px;
}
.top_common_block.stock_block .list_container {
  margin-left: auto;
}
.top_common_block.stock_block .list_container::after {
  position: absolute;
  right: 0;
  top: 15%;
  content: "";
  width: calc(100% + 100px);
  height: 100%;
  background-color: #FFF;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  border-radius: 20px 0 0 20px;
  z-index: -1;
}
@media (max-width: 768px) {
  .top_common_block.stock_block .list_container::after {
    top: 5%;
    width: 100%;
    height: calc(100% + 60px);
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
  }
}

.top_common_block.stock_block #top_lineup .lineup-button-next {
  width: 50px;
  height: 50px;
}
.top_common_block.stock_block #top_lineup .lineup-button-next::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/ico/lineup-arrow-right.svg) no-repeat center/contain;
}
@media (max-width: 768px) {
  .top_common_block.stock_block #top_lineup .lineup-button-next {
    width: 40px;
    height: 40px;
  }
  .top_common_block.stock_block #top_lineup .lineup-button-next::after {
    width: 40px;
    height: 40px;
  }
}
.top_common_block.stock_block #top_lineup .lineup-button-prev {
  width: 50px;
  height: 50px;
}
.top_common_block.stock_block #top_lineup .lineup-button-prev::after {
  width: 50px;
  height: 50px;
  content: "";
  background: url(../img/ico/lineup-arrow-left.svg) no-repeat center/contain;
}
@media (max-width: 768px) {
  .top_common_block.stock_block #top_lineup .lineup-button-prev {
    width: 40px;
    height: 40px;
  }
  .top_common_block.stock_block #top_lineup .lineup-button-prev::after {
    width: 40px;
    height: 40px;
  }
}
.top_common_block.stock_block .lineup-pagination {
  bottom: -40px;
}
@media (max-width: 768px) {
  .top_common_block.stock_block .lineup-pagination {
    bottom: -50px;
  }
}
.top_common_block.stock_block .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.top_common_block.stock_block .swiper-pagination-bullet-active {
  background-color: #1E8E42;
}

.stock_block .width_1500 {
  width: 100%;
}

.stock_block .content .images {
  position: relative;
  display: flex;
  margin-bottom: 20px;
  padding-top: 65%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .stock_block .content .images {
    margin-bottom: 10px;
  }
}
.stock_block .content .images img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  width: 100%;
}
.stock_block .content .images .caption {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 0 40px;
  color: #000;
  border: 1px solid #000;
  background-color: #FFF;
  border-radius: 20px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .stock_block .content .images .caption {
    padding: 0 20px;
  }
}

.stock_block .content .text_area .title {
  padding-bottom: 10px;
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .stock_block .content .text_area .title {
    padding-bottom: 5px;
  }
}
.stock_block .content .text_area .sub_text {
  display: inline-block;
  padding-bottom: 15px;
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
  font-weight: 500;
  color: #9FA0A0;
}
@media (max-width: 768px) {
  .stock_block .content .text_area .sub_text {
    padding-bottom: 10px;
  }
}
.stock_block .content .text_area .bg-light_gray {
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .stock_block .content .text_area .bg-light_gray {
    margin-bottom: 5px;
    padding: 15px;
  }
}
.stock_block .content .text_area .bg-light_gray .text {
  color: #000;
  font-weight: 500;
}
.stock_block .content .text_area .bg-light_gray .text:not(:last-child) {
  margin-bottom: 0;
}
.stock_block .content .price {
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  font-weight: 700;
}
.stock_block .content .price .ja {
  font-size: clamp(1.5rem, 1.4vw, 2rem);
  font-weight: 700;
}

/********************************************/
/*@top ev life */
/********************************************/
.top_ev_life_block {
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .top_ev_life_block {
    padding-bottom: 80px;
  }
}
.top_ev_life_block .width1710 {
  position: relative;
  max-width: 1710px;
  width: 96%;
  padding: 30px 70px 30px 0;
  background-color: #FFF;
  border-radius: 0 20px 20px 0;
}
.top_ev_life_block .width1710::after {
  position: absolute;
  right: -3%;
  top: -13%;
  content: "";
  width: 16%;
  height: 36%;
  background: url(../img/top/img-home.svg) no-repeat center/contain;
}
@media (max-width: 768px) {
  .top_ev_life_block .width1710::after {
    content: none;
  }
}
@media (max-width: 768px) {
  .top_ev_life_block .width1710 {
    padding: 30px 20px;
    margin: auto;
    border-radius: 0;
  }
}
.top_ev_life_block .flex_container {
  display: flex;
  align-items: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .top_ev_life_block .flex_container {
    flex-wrap: wrap;
  }
}

.top_ev_life_block .left {
  position: relative;
  top: -80px;
  width: 48%;
  margin-right: 4%;
}
@media (max-width: 768px) {
  .top_ev_life_block .left {
    width: 100%;
    top: 0;
    margin-right: 0;
  }
}
.top_ev_life_block .left .image {
  position: relative;
  margin-left: calc(50% - 50vw);
  background-color: #FFF;
  text-align: right;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 768px) {
  .top_ev_life_block .left .image {
    margin-left: 0;
    margin-bottom: 30px;
    text-align: unset;
    border-radius: unset;
  }
}
.top_ev_life_block .left .image .caption {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0.7;
  font-size: clamp(5rem, 9vw, 20rem);
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  color: #FFF;
}
.top_ev_life_block .left .image img {
  position: relative;
  width: 67%;
  max-width: 910px;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 768px) {
  .top_ev_life_block .left .image img {
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
  }
}

.top_ev_life_block .text_area {
  width: 48%;
  max-width: 655px;
}
@media (max-width: 768px) {
  .top_ev_life_block .text_area {
    width: 100%;
    max-width: 100%;
  }
}
.top_ev_life_block .text_area .box {
  margin-bottom: clamp(25px, 4.2vw, 70px);
}
.top_ev_life_block .text_area .title {
  font-size: clamp(2.3rem, 2.3vw, 4rem);
  padding-bottom: clamp(20px, 1.6vw, 40px);
}
.top_ev_life_block .text_area .ac-animate_btn .link {
  text-align: right;
}
.top_ev_life_block .text_area .ac-animate_btn .link .text {
  font-size: clamp(1.6rem, 1.8vw, 2.4rem);
}

/********************************************/
/*@top page_link */
/********************************************/
.top_page_link {
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .top_page_link {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .top_page_link .tmp-column_link {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .top_page_link .tmp-column_link .content .link {
    padding: 20px 20px 60px 20px;
    min-height: auto;
  }
}
.top_page_link .ac-arrow_right::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 1024px) {
  .top_page_link .ac-arrow_right::after {
    width: 40px;
    height: 40px;
  }
}

/********************************************/
/* @top shop */
/********************************************/
.top_shop_list_block {
  padding-bottom: 180px;
}
@media (max-width: 768px) {
  .top_shop_list_block {
    padding-bottom: 100px;
  }
}

.top_shop_list_block .width1710 {
  position: relative;
  max-width: 1710px;
  margin-left: auto;
  width: 96%;
  margin-bottom: 150px;
  padding: 30px 0 30px 70px;
  background-color: #FFF;
  border-radius: 20px 0 0 20px;
}
.top_shop_list_block .width1710::after {
  position: absolute;
  left: -4%;
  top: -20%;
  content: "";
  width: 16%;
  height: 36%;
  background: url(../img/top/img-car.svg) no-repeat center/contain;
}
@media (max-width: 1024px) {
  .top_shop_list_block .width1710::after {
    content: none;
  }
}
@media (max-width: 1024px) {
  .top_shop_list_block .width1710 {
    padding: 30px 20px;
    margin: auto;
    margin-bottom: 40px;
    border-radius: 0;
  }
}
.top_shop_list_block .flex_container {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 1024px) {
  .top_shop_list_block .flex_container {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .top_shop_list_block .mod-page_link {
    margin-bottom: 40px;
  }
}
.top_shop_list_block .mod-page_link .content .link .text {
  font-size: clamp(1.5rem, 1.8vw, 2rem);
}

.top_shop_list_block .right {
  position: relative;
  top: -80px;
  width: 48%;
  margin-left: 10%;
}
@media (max-width: 1024px) {
  .top_shop_list_block .right {
    width: 100%;
    top: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.top_shop_list_block .right .image {
  position: relative;
  margin-right: calc(50% - 50vw);
  background-color: #FFF;
  text-align: left;
  border-radius: 20px 0 0 20px;
}
@media (max-width: 1024px) {
  .top_shop_list_block .right .image {
    margin-left: auto;
    margin-right: auto;
    text-align: unset;
    border-radius: unset;
  }
}
.top_shop_list_block .right .image .caption {
  position: absolute;
  left: 0;
  bottom: 16px;
  line-height: 0.7;
  font-size: clamp(5rem, 9vw, 20rem);
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  color: #FFF;
}
.top_shop_list_block .right .image img {
  position: relative;
  width: 67%;
  max-width: 910px;
  border-radius: 20px 0 0 20px;
}
@media (max-width: 1024px) {
  .top_shop_list_block .right .image img {
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
  }
}

.top_shop_list_block .text_area {
  width: 42%;
  max-width: 590px;
}
@media (max-width: 1024px) {
  .top_shop_list_block .text_area {
    width: 100%;
    max-width: 100%;
  }
}
.top_shop_list_block .text_area .title {
  font-size: clamp(2.3rem, 2.3vw, 4rem);
  padding-bottom: clamp(30px, 4.2vw, 70px);
}

/********************************************/
/* @top contact */
/********************************************/
.bg_gradation {
  position: relative;
  padding-top: 185px;
  background: url(../img/common/img-contact-bg.png) no-repeat top/cover;
  background-blend-mode: multiply;
}
.bg_gradation::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(165, 162, 158, 0.5);
}
@media (max-width: 768px) {
  .bg_gradation {
    padding-top: 60px;
    background: rgba(165, 162, 158, 0.5) url(../img/common/img-contact-bg-sp.png) no-repeat top center/100%;
  }
}

.aside {
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .aside {
    padding-bottom: 80px;
  }
}
.aside .width_1500 {
  position: relative;
  z-index: 1;
}
.aside .width_1500::after {
  position: absolute;
  left: 0;
  top: -21%;
  bottom: auto;
  content: "Contact";
  line-height: 1;
  font-size: clamp(5rem, 13vw, 20rem);
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFF;
  z-index: -1;
}
@media (max-width: 1024px) {
  .aside .width_1500::after {
    top: -12%;
  }
}
@media (max-width: 768px) {
  .aside .width_1500::after {
    top: -9%;
  }
}
@media (max-width: 550px) {
  .aside .width_1500::after {
    top: -3%;
  }
}
.aside .title {
  padding-bottom: 60px;
  font-size: clamp(2rem, 2.3vw, 4rem);
}
@media (max-width: 768px) {
  .aside .title {
    padding-bottom: 30px;
  }
}

.aside .flex_container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 50px;
}
.aside .flex_container .left,
.aside .flex_container .right {
  width: calc(50% - 30px);
}
@media (max-width: 1024px) {
  .aside .flex_container .left,
  .aside .flex_container .right {
    width: 100%;
  }
}

.aside .ac-animate_btn .link .text {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
}

.aside .flex_container .left .text {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}

.aside .flex_container .right .contact_tool {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.aside .flex_container .right .content {
  position: relative;
  background-color: #FFF;
  padding: 80px 20px 40px 20px;
  border-radius: 20px;
  width: calc(50% - 15px);
  text-align: center;
}
@media (max-width: 1024px) {
  .aside .flex_container .right .content {
    padding: 50px 20px 40px 20px;
  }
}
@media (max-width: 550px) {
  .aside .flex_container .right .content {
    width: 100%;
  }
}
.aside .flex_container .right .content::before {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  content: "";
  width: 85px;
  height: 85px;
  margin: auto;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .aside .flex_container .right .content::before {
    top: -20px;
    width: 50px;
    height: 50px;
  }
}
.aside .flex_container .right .content.line::before {
  background: url(../img/ico/ico-line.svg) no-repeat center/contain;
}
.aside .flex_container .right .content.mail::before {
  border: 1px solid #D9D6D0;
  background: #FFF url(../img/ico/ico-mail-green.svg) no-repeat center/50%;
}
.aside .flex_container .right .content .text {
  font-size: clamp(1.6rem, 1.6vw, 2.5rem);
  font-weight: 700;
}
.aside .flex_container .right .content .link {
  position: relative;
  display: block;
  max-width: 260px;
  width: 100%;
  margin: auto;
  padding: 15px 25px;
  background-color: #1E8E42;
  border-radius: 30px;
  text-align: left;
  transition: all 0.3s;
}
.aside .flex_container .right .content .link:hover {
  background-color: #000;
}
.aside .flex_container .right .content .link::after {
  position: absolute;
  right: 10px;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/ico/ico-arrow-right-white.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
.aside .flex_container .right .content .link .color-white {
  font-size: clamp(1.4rem, 1.3vw, 1.8rem);
}
.aside .flex_container .right .content .qr_code img {
  display: block;
  max-width: 90px;
  margin: auto;
}

.aside .flex_container .right .content.mail .text {
  padding-bottom: 60px;
}
@media (max-width: 550px) {
  .aside .flex_container .right .content.mail .text {
    padding-bottom: 30px;
  }
}
.aside .flex_container .right .content.line .text {
  padding-bottom: 30px;
}

.aside .ac-animate_btn .link {
  text-align: right;
}

/*************************/
/*Sold OUT*/
/*************************/
.stock_block.archive_block .images .sold_out,
.stock_block .list_container .images .sold_out {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 0.4em 0.8em;
  background-color: #BA1A1A;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em;
}

.single_detail_block .car_name .ver_sold_out {
  margin-left: 0.5em;
  background-color: #BA1A1A !important;
  color: #fff;
  border-color: #BA1A1A !important;
}


section.top_news_field_block {
    margin-top: 50px;
}
