@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  background-color: #3A3A3A;
  font-family: "Inter Tight", "Noto Sans JP", sans-serif;
  color: #fff;
}

.l-contents__inner:last-child {
  padding-bottom: 0;
}

p,
a,
li {
  font-weight: 500;
}

.pt_0 {
  padding-top: 0 !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mr_0 {
  margin-right: 0 !important;
}

.ml_0 {
  margin-left: 0 !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.p_ab {
  position: absolute;
}

.p_rel {
  position: relative;
}

.inline_b {
  display: inline-block;
}

.smb-panels__item__action > a:focus:after {
  outline: none;
  outline-offset: 0px;
}

.tate {
  writing-mode: vertical-rl;
}

svg.svg-inline--fa {
  margin: 0 4px 0 0 !important;
}

#page-top svg {
  margin: 0 !important;
}

a:hover, a:active, a:focus {
  text-decoration: none !important;
}

.smb-panels.smb-panels--glue,
.smb-panels__item.smb-panels__item--free {
  box-shadow: none;
}

.archive .l-contents__inner:last-child,
.blog .l-contents__inner:last-child,
body.blog-template-default.single.single-blog .l-contents__inner:last-child,
body.error404 .l-contents__body .l-contents__inner:last-child {
  padding-bottom: var(--_padding2);
}

/* 筆者消す */
.c-meta__item--author {
  display: none;
}

/* 投稿(シンプル)のSPレスポンシブ */
@media screen and (max-width: 639px) {
  .c-entries--simple .c-entry-summary__content {
    display: block;
  }
  .c-entries--simple .c-entry-summary__figure {
    float: inherit;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  .wp-block-snow-monkey-blocks-buttons,
  .smb-buttons.has-text-align-right,
  .smb-buttons.is-content-justification-right {
    justify-content: center;
  }
}

header.l-header .c-site-branding__title img {
  -webkit-backdrop-filter: brightness(1.8) blur(10px);
          backdrop-filter: brightness(1.8) blur(10px);
  padding: 0px 10px;
  border-radius: 5px;
}
header.l-header #menu-g_nav.c-navbar li.menu-item.dot {
  margin: 0 10px;
}
header.l-header #menu-g_nav.c-navbar li.menu-item.dot a {
  position: relative;
}
header.l-header #menu-g_nav.c-navbar li.menu-item.dot a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50px;
  position: absolute;
  background-color: #cc1414;
  top: 50%;
  left: 0px;
  translate: 0 -50%;
  transition: 0.3s;
}
header.l-header #menu-g_nav.c-navbar li.menu-item.dot a span {
  transition: 0.3s;
}
header.l-header #menu-g_nav.c-navbar li.menu-item.dot a:hover::before {
  width: 12px;
  height: 12px;
}
header.l-header #menu-g_nav.c-navbar li.menu-item.dot a:hover span {
  letter-spacing: 0.1rem;
}
header.l-header #menu-g_nav.c-navbar li.menu-item.dot ul.c-navbar__submenu.c-navbar__submenu--turn-left li a::before {
  display: none;
}
header.l-header .c-row__col.c-row__col--fit.u-invisible-md-down {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
header.l-header .c-header-content {
  position: absolute;
  top: 100%;
  width: 180px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 10px 0;
}
header.l-header .c-header-content a.header_cta_btn {
  position: relative;
  right: -135px;
  height: 60px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 50px 0 0 50px;
  padding: 10px 15px;
  gap: 10px;
  transition: 0.3s;
  text-decoration: none !important;
}
header.l-header .c-header-content a.header_cta_btn:hover {
  right: 0;
  color: #fff;
  background-color: #cc1414;
}

.c-page-header {
  padding-bottom: 20px !important;
  padding-top: 130px !important;
  border-bottom: 1px solid #fff;
}
.c-page-header[data-has-image=true] {
  height: -moz-fit-content;
  height: fit-content;
}
.c-page-header .c-page-header__bgimage {
  display: none;
  height: 0 !important;
}
.c-page-header h1.c-page-header__title {
  font-size: clamp(46px, 41.3734939759px + 1.4457831325vw, 70px);
}

.p-breadcrumbs-wrapper {
  position: relative;
  z-index: 100;
}
.p-breadcrumbs-wrapper a {
  cursor: pointer !important;
}

footer.l-footer {
  position: relative;
  background-color: #3A3A3A;
  color: #fff;
}
footer.l-footer::after {
  content: "";
  background-image: url(./img/tire_shadow_down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  aspect-ratio: 2880/1048;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0.4;
}
footer.l-footer .l-footer__body {
  position: relative;
  z-index: 10;
}
footer.l-footer .l-footer__body .widget_nav_menu .menu .menu-item a {
  transition: 0.3s;
  cursor: pointer !important;
}
footer.l-footer .l-footer__body .widget_nav_menu .menu .menu-item a:hover {
  color: #cc1414;
}
footer.l-footer .l-footer__footer {
  background-color: #3A3A3A;
}
footer.l-footer .l-footer__footer .c-container {
  position: relative;
  z-index: 10;
  color: #fff;
}

#drawer-nav.c-drawer {
  background-color: #63001a;
}
#drawer-nav.c-drawer #menu-item-93,
#drawer-nav.c-drawer #menu-item-1131 {
  border: 1px solid #fff;
  text-align: center;
  margin: 15px 0;
}

.h_text {
  font-size: clamp(46px, 11px + 8.75vw, 116px);
  font-weight: 900;
  line-height: 1;
}
.h_text.visible .char {
  opacity: 0;
  display: inline-block;
  transform: translateY(10px);
  animation: trustFadeIn 0.35s ease-out forwards;
}
@keyframes trustFadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.sh_text {
  margin: 10px 0 0 0 !important;
  font-size: clamp(22px, 20.0722891566px + 0.6024096386vw, 32px);
  line-height: 1.1;
  font-weight: bold;
}

.h_text_03 {
  font-size: clamp(26px, 24.843373494px + 0.3614457831vw, 32px);
}

.h_text_04 {
  font-size: clamp(22px, 21.2289156627px + 0.2409638554vw, 26px);
}

a.smb-btn {
  width: 260px;
  height: 60px;
  transition: 0.3s;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  color: #fff !important;
  font-weight: bold;
}
a.smb-btn::before, a.smb-btn::after {
  content: "";
  transition: 0.3s;
  position: absolute;
  display: block;
  top: 50%;
}
a.smb-btn::before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.35rem;
  border-top: solid 2px #3A3A3A;
  border-right: solid 2px #3A3A3A;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
a.smb-btn::after {
  left: 0;
  background: #fff;
  z-index: 1;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
a.smb-btn span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
  margin-left: 25px;
}
a.smb-btn:hover span {
  color: #fff;
}
a.smb-btn:hover::before {
  left: 2rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
a.smb-btn:hover::after {
  right: 0;
  width: 100%;
  background-color: #cc1414;
}

.red_btn a.smb-btn {
  color: #cc1414 !important;
}
.red_btn a.smb-btn::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.red_btn a.smb-btn::after {
  background-color: #cc1414;
}

@media (any-hover: hover) {
  .smb-btn:hover {
    filter: none;
  }
}
a {
  cursor: url(./img/tire_img.png), auto !important;
}

#page-top {
  bottom: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
}
#page-top.c-page-top {
  background-color: transparent !important;
  background-image: url(./img/go_top.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 1s;
  transform: rotate(-360deg);
}
#page-top.c-page-top:hover {
  transition: transform 1s;
  transform: rotate(360deg);
}
#page-top svg {
  display: none;
}

table tr:first-child > * {
  border-top: 2px solid #fff !important;
}
table tr > *:first-child {
  width: 25%;
  min-width: 120px;
  border-bottom: 2px solid #fff !important;
  background-color: #cc1414;
}
table tr > *:last-child {
  width: 75%;
  border-bottom: 2px solid #fff !important;
}
table tr td {
  padding: 15px !important;
}
table tr td a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

@media screen and (max-width: 639px) {
  .smb-section__divider svg {
    max-height: 50px;
  }
}

.mv_wrapper {
  position: relative;
}
.mv_wrapper .fv_contact_btn {
  width: 30%;
  max-width: 550px;
  min-width: 300px;
  position: absolute;
  bottom: 50px;
  right: 3%;
  z-index: 100;
  transition: 0.3s;
}
.mv_wrapper .fv_contact_btn:hover {
  rotate: -5deg;
}
.mv_wrapper #mv {
  height: 100vh;
}
@media (orientation: landscape) and (max-width: 1024px) {
  .mv_wrapper #mv {
    height: 200vh;
  }
}
@media screen and (max-width: 639px) {
  .mv_wrapper #mv .mv_text_img_box .flex_text_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 20px !important;
  }
  .mv_wrapper #mv .mv_text_img_box .flex_text_box .car_bike_text {
    grid-area: 1/1/2/4;
    text-align: center;
    margin: 0 15px !important;
  }
  .mv_wrapper #mv .mv_text_img_box .flex_text_box p {
    text-align: center;
    font-size: 16px !important;
    padding: 5px !important;
  }
}
.mv_wrapper #mv .mv_text_img_box figure {
  padding: 0 20px;
}

#service {
  position: relative;
}
#service .smb-section__inner {
  z-index: 1;
}
#service::before {
  content: "";
  background-image: url(./img/tire_shadow_up.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  aspect-ratio: 2880/1048;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#service::after {
  content: "";
  background-image: url(./img/tire_shadow_down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  aspect-ratio: 2880/1048;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  #service .ser_cloumn {
    flex-direction: column;
  }
}
#service .s_text_box {
  position: sticky;
  top: 30%;
  left: 0;
  translate: 5% -10%;
}
@media screen and (max-width: 1023px) {
  #service .s_text_box {
    position: initial;
    translate: 0;
    top: initial;
    left: initial;
  }
}
#service .s_text_box .s_contents_text {
  font-size: clamp(20px, 19.6144578313px + 0.1204819277vw, 22px);
  line-height: 2;
  font-weight: bold;
}
#service .service_link .link_01,
#service .service_link .link_02,
#service .service_link .link_03 {
  border: 1px solid #fff;
  border-bottom: 0;
  border-right: 0;
  position: relative;
}
#service .service_link .link_01::before,
#service .service_link .link_02::before,
#service .service_link .link_03::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 50px;
  bottom: 25px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  #service .service_link .link_01,
  #service .service_link .link_02,
  #service .service_link .link_03 {
    border-left: 0;
  }
}
#service .service_link .link_01 .smb-items__banner__body,
#service .service_link .link_02 .smb-items__banner__body,
#service .service_link .link_03 .smb-items__banner__body {
  padding: 100px 50px;
}
#service .service_link .link_01 .smb-items__banner__body .smb-items__banner__title,
#service .service_link .link_02 .smb-items__banner__body .smb-items__banner__title,
#service .service_link .link_03 .smb-items__banner__body .smb-items__banner__title {
  font-size: clamp(26px, 24.843373494px + 0.3614457831vw, 32px);
  font-weight: bold;
  position: relative;
}
#service .service_link .link_01 .smb-items__banner__body .smb-items__banner__title::before,
#service .service_link .link_02 .smb-items__banner__body .smb-items__banner__title::before,
#service .service_link .link_03 .smb-items__banner__body .smb-items__banner__title::before {
  font-family: "Inter Tight", sans-serif;
  opacity: 0.2;
  font-size: clamp(26px, 24.843373494px + 0.3614457831vw, 32px);
  font-weight: 900;
  color: #fff;
  font-style: italic;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 639px) {
  #service .service_link .link_01 .smb-items__banner__body .smb-items__banner__title::before,
  #service .service_link .link_02 .smb-items__banner__body .smb-items__banner__title::before,
  #service .service_link .link_03 .smb-items__banner__body .smb-items__banner__title::before {
    top: -75px;
    right: -25px;
    rotate: -90deg;
    transform-origin: right center;
  }
}
#service .service_link .link_01 .smb-items__banner__body .smb-items__banner__lede,
#service .service_link .link_02 .smb-items__banner__body .smb-items__banner__lede,
#service .service_link .link_03 .smb-items__banner__body .smb-items__banner__lede {
  font-size: 16px;
}
#service .service_link .link_01 .smb-items__banner__title::before {
  content: "Vehicle inspection";
}
#service .service_link .link_02 .smb-items__banner__title::before {
  content: "Repair inspection";
}
#service .service_link .link_03 {
  border-bottom: 1px solid #fff;
}
#service .service_link .link_03 .smb-items__banner__title::before {
  content: "Road service";
}

#vehicle_inception .flow_box {
  position: relative;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(./img/concrete.jpg);
}
#vehicle_inception .flow_box .h_text_box {
  margin: -200px 0 0 0;
}
@media screen and (max-width: 1023px) {
  #vehicle_inception .flow_box .h_text_box {
    margin: -150px 0 0 0;
  }
}
@media screen and (max-width: 639px) {
  #vehicle_inception .flow_box .h_text_box {
    margin: -100px 0 0 0;
  }
}
#vehicle_inception .flow_box .h_text_box .h_text {
  width: 100%;
  font-size: clamp(40px, 13.0120481928px + 8.4337349398vw, 180px);
}
#vehicle_inception .flow_box .step {
  position: relative;
  z-index: 10;
}
#vehicle_inception .flow_box .step::before {
  content: "01";
  font-family: "Inter Tight", sans-serif;
  font-weight: 900;
  font-size: clamp(120px, 114.2168674699px + 1.8072289157vw, 150px);
  font-style: italic;
  line-height: 1;
  color: transparent;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-text-stroke: 2px #cc1414;
  opacity: 0.3;
}
#vehicle_inception .flow_box .step.step_02::before {
  content: "02";
}
#vehicle_inception .flow_box .step.step_03::before {
  content: "03";
}
#vehicle_inception .flow_box .step.step_04::before {
  content: "04";
}
#vehicle_inception .flow_box .step.step_05::before {
  content: "05";
}
#vehicle_inception .flow_box .step_line {
  position: relative;
  overflow: visible;
}
#vehicle_inception .flow_box .step_line::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #63001a;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}

#window .stk_img {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -100;
  translate: 0 -50%;
}
#window .w_seed {
  font-size: clamp(46px, 11px + 8.75vw, 116px);
  font-weight: 900;
  font-style: italic;
  margin: 0 !important;
  color: transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-text-stroke: 2px #cc1414;
  z-index: 10;
}
@media screen and (max-width: 639px) {
  #window .win_space {
    height: 200px !important;
  }
}

#greeting .greeting_text_box {
  position: relative;
}
#greeting .greeting_text_box::before {
  content: "";
  background-image: url(./img/logo_wh.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 80%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  aspect-ratio: 2824/678;
}

#about_us .used_car {
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(./img/concrete.jpg) !important;
}

#contactform .smf-form--business .smf-item__col--label {
  background-color: #63001a;
}
#contactform .smf-form--business .smf-item__col--label .smf-item__label span {
  color: #fff;
  font-weight: bold;
}
#contactform .smf-form--business .smf-item__col--label .smf-item__description {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
  background-color: #fff;
  color: #63001a;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  #contactform form.snow-monkey-form .smf-action {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
#contactform form.snow-monkey-form .smf-button-control__control {
  background-color: transparent;
  font-weight: bold;
  width: 260px;
  height: 55px;
  border: 1px solid #63001a;
  border-radius: 0;
  transition: 0.3s;
  color: #63001a;
}
#contactform form.snow-monkey-form .smf-button-control__control:hover {
  background-color: #63001a;
  color: #fff;
}
@media screen and (max-width: 639px) {
  #contactform form.snow-monkey-form .smf-button-control + .smf-button-control {
    margin-left: 0 !important;
  }
}

.page-id-21 .l-contents__inner {
  margin-top: -40px !important;
}
.page-id-21 .l-contents__inner #service .car_model_box .car_flex_b {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 781px) {
  .page-id-21 .l-contents__inner #service .car_model_box .car_flex_b {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-id-21 .l-contents__inner #service .car_model_box .car_flex_b figure {
  border: 2px solid #fff;
  border-radius: 200px;
}
.page-id-21 .l-contents__inner #service .car_model_box .car_flex_b figure img {
  padding: 25px;
}
.page-id-21 .l-contents__inner #feature .feature_img_01,
.page-id-21 .l-contents__inner #feature .feature_img_02,
.page-id-21 .l-contents__inner #feature .feature_img_03 {
  position: relative;
}
.page-id-21 .l-contents__inner #feature .feature_img_01::before,
.page-id-21 .l-contents__inner #feature .feature_img_02::before,
.page-id-21 .l-contents__inner #feature .feature_img_03::before {
  content: "01";
  font-family: "Inter Tight", sans-serif;
  font-weight: 900;
  font-size: clamp(120px, 114.2168674699px + 1.8072289157vw, 150px);
  font-style: italic;
  line-height: 1;
  color: transparent;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  -webkit-text-stroke: 2px #cc1414;
  opacity: 0.3;
}
.page-id-21 .l-contents__inner #feature .feature_img_02::before {
  content: "02";
}
.page-id-21 .l-contents__inner #feature .feature_img_03::before {
  content: "03";
}
.page-id-21 .l-contents__inner #used_cars .used_car {
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(./img/concrete.jpg);
}
.page-id-21 .l-contents__inner #used_cars .used_car .used_cars_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 1023px) {
  .page-id-21 .l-contents__inner #used_cars .used_car .used_cars_list {
    grid-template-columns: 1fr;
  }
}
.page-id-21 .l-contents__inner #used_cars .used_car .used_cars_list p {
  margin: 0 !important;
}/*# sourceMappingURL=style.css.map */