@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 62.5%;
}
html.fix {
  overflow: hidden;
}
@media screen and (min-width: 999px) {
  html.fix .fix-item a:after {
    background-color: #000;
  }
  html.fix .fix-item .aside {
    color: #fff;
  }
}
html body, html input, html textarea, html select, html button {
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
}
html body,
html a {
  color: #000;
  font-size: 1.3rem;
  text-align: justify;
}
html body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
html .container {
  width: 87.2%;
  max-width: 1080px;
  margin: 0 auto 0;
}
html .oswald {
  font-family: "Oswald", sans-serif;
  --speed: 1;
  --delay: 0.5;
}
html .oswald .glitch [data-char] {
  position: relative;
  animation: glitch--5 2s infinite alternate, scale 4s -2s infinite steps(1);
}
html .oswald .glitch [data-char]:after, html .oswald .glitch [data-char]:before {
  content: attr(data-char);
  width: 100%;
  height: 100%;
  margin: auto;
  transform: skew(calc(var(--skew) * 1deg));
  position: absolute;
  top: 10%;
  left: 0%;
}
html .oswald .glitch [data-char=I] {
  --scale: 1.2;
}
html .oswald .glitch [data-char=C] {
  --scale: 1.5;
}
html .oswald .glitch [data-char=H] {
  --scale: 0.5;
}
@keyframes glitch--5 {
  0% {
    --spread: 3;
    --skew: 0;
  }
  5% {
    --spread: -1;
  }
  10% {
    --spread: -4;
    --skew: 5;
  }
  12% {
    --spread: 3;
    --skew: 3;
  }
  15% {
    --spread: 1;
  }
  18% {
    --spread: 4;
    --skew: -4;
  }
  25%, 100% {
    --skew: 0;
    --spread: 0;
  }
}
@keyframes skew {
  0%, 40%, 48%, 100% {
    transform: skew(0deg);
  }
  44% {
    transform: skew(calc(var(--skew) * 1deg));
  }
}

.header {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 100;
}
.header.scr {
  transition-duration: 0.3s;
  background-color: rgba(30, 30, 30, 0.9);
}
.header.on {
  transition-duration: 0.55s;
  background-color: rgba(30, 30, 30, 0.9);
}
.header .header-wrap {
  width: 100%;
  max-width: 1180px;
  padding: 12px 16px;
  margin: 0 auto;
  position: relative;
}
.header .logo {
  width: 35.28%;
  max-width: 106px;
}
.header .nav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header .nav-relative {
  position: absolute;
  top: 32px;
  right: 56px;
}
.header .nav-relative .nav-list {
  letter-spacing: -0.4em;
}
.header .nav-relative .nav-list-item {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.header .nav-relative .nav-list-item a {
  padding-top: 32px;
  color: #fff;
  font-size: 1rem;
  position: relative;
}
.header .nav-relative .nav-list-item a:before {
  content: "";
  width: 100%;
  height: 32px;
  margin: auto;
  background-size: 22px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header .nav-relative .nav-list-item:not(:last-child) {
  margin-right: 12px;
}
.header .nav-relative .nav-list-item.search a:before {
  background-image: url("http://cr.kitanihon-autobacs.com/wp-content/themes/kitanihon-autobacs/cmn/img/icon-shop_search.png");
  background-position: center bottom 6px;
}
.header .nav-relative .nav-list-item.reserve a:before {
  background-image: url("http://cr.kitanihon-autobacs.com/wp-content/themes/kitanihon-autobacs/cmn/img/icon-reserve.png");
  background-position: center bottom 6px;
}
.header .nav-relative .nav-list-item.contact a:before {
  background-image: url("http://cr.kitanihon-autobacs.com/wp-content/themes/kitanihon-autobacs/cmn/img/icon-contact.png");
  background-position: center bottom 8px;
}
.header .nav-absolute {
  display: none;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: rgba(30, 30, 30, 0.9);
  overflow: scroll;
  position: absolute;
  top: 60px;
  z-index: 1;
}
.header .nav-absolute .nav-list {
  padding: 24px 24px 48px;
  position: relative;
  z-index: 10;
}
.header .nav-absolute .nav-list-item {
  border-bottom: 1px solid #fff;
}
.header .nav-absolute .nav-list-item:not(:last-child) {
  margin-bottom: 12px;
}
.header .nav-absolute .nav-list-item a {
  display: block;
  padding: 12px 0;
  color: #fff;
  font-weight: normal;
  position: relative;
}
.header .nav-absolute .nav-list-item a:hover {
  cursor: pointer;
}
.header .nav-absolute .nav-list-item a:before, .header .nav-absolute .nav-list-item a:after {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto;
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 6px;
}
.header .nav-absolute .nav-list-item a:before {
  right: 2px;
}
.header .nav-absolute .nav-list-item a:after {
  right: 8px;
}
.header .nav-absolute .nav-list-item .nav-list-item-ac {
  display: block;
  padding: 12px 0;
  color: #fff;
  font-weight: normal;
  position: relative;
}
.header .nav-absolute .nav-list-item .nav-list-item-ac:hover {
  cursor: pointer;
}
.header .nav-absolute .nav-list-item .nav-list-item-ac:before {
  content: "＋";
  font-size: 1.8rem;
  line-height: 1;
  margin: auto;
  transition-duration: 0.3s;
  position: absolute;
  top: 0.83333em;
  right: -2px;
}
.header .nav-absolute .nav-list-item .nav-list-item-ac.on:before {
  transform: rotate(-45deg);
}
.header .nav-absolute .nav-list-item .ac-list {
  padding-left: 1em;
  border-top: 1px solid #fff;
}
.header .nav-absolute .nav-list-item .ac-list .ac-list-item:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.header .btn-unit {
  position: absolute;
  right: 16px;
  top: 24px;
}
.header .btn-unit .nav-btn {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 18px;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
}
.header .btn-unit.on .line:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.header .btn-unit.on .line:nth-of-type(2) {
  opacity: 0;
}
.header .btn-unit.on .line:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}
.header .btn-unit .line {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s;
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
  left: 0;
}
.header .btn-unit .line:nth-of-type(1) {
  top: 0;
}
.header .btn-unit .line:nth-of-type(2) {
  top: 8px;
}
.header .btn-unit .line:nth-of-type(3) {
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .header {
    height: 84px;
  }
  .header .header-wrap {
    padding: 26px 16px;
  }
  .header .logo {
    width: 376px;
    max-width: 376px;
    margin-top: 4px;
  }
  .header .nav-relative {
    top: 46px;
    right: 72px;
  }
  .header .nav-relative .nav-list-item a {
    font-size: 1.2rem;
  }
  .header .nav-relative .nav-list-item a:before {
    height: 36px;
    background-size: 28px auto;
  }
  .header .nav-relative .nav-list-item:not(:last-child) {
    margin-right: 24px;
  }
  .header .nav-relative .nav-list-item.search a:before {
    background-position: center bottom 8px;
  }
  .header .nav-relative .nav-list-item.reserve a:before {
    background-position: center bottom 8px;
  }
  .header .nav-relative .nav-list-item.contact a:before {
    background-position: center bottom 10px;
  }
  .header .nav-absolute {
    overflow: inherit;
    height: calc(100vh - 84px);
    top: 84px;
  }
  .header .nav-absolute .nav-list-item a {
    font-size: 1.4rem;
  }
  .header .btn-unit {
    right: 24px;
    top: 32px;
  }
  .header .btn-unit .nav-btn {
    width: 26px;
    height: 22px;
  }
  .header .btn-unit .line:nth-of-type(2) {
    top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .header .logo a {
    transition-duration: 0.3s;
  }
  .header .logo a:hover {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
  }
  .header .nav-relative {
    right: 16px;
  }
  .header .nav-relative .nav-list-item a {
    padding-top: 38px;
    font-size: 1.3rem;
  }
  .header .nav-relative .nav-list-item a:before {
    transition-duration: 0.2s;
  }
  .header .nav-relative .nav-list-item a:hover:before {
    background-size: 32px auto;
  }
  .header .nav-relative .nav-list-item:not(:last-child) {
    margin-right: 32px;
  }
  .header .nav-relative .nav-list-item.search a:hover:before {
    background-position: center bottom 4px;
  }
  .header .nav-relative .nav-list-item.reserve a:hover:before {
    background-position: center bottom 4px;
  }
  .header .nav-relative .nav-list-item.contact a:hover:before {
    background-position: center bottom 6px;
  }
  .header .nav-absolute {
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    top: 18px;
    right: 188px;
  }
  .header .nav-absolute .nav-list {
    padding: 0 0;
    letter-spacing: -0.4em;
  }
  .header .nav-absolute .nav-list-item {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    border-bottom: none;
  }
  .header .nav-absolute .nav-list-item:not(:last-child) {
    margin-bottom: auto;
    margin-right: 24px;
  }
  .header .nav-absolute .nav-list-item a:before {
    width: 0%;
    height: 1px;
    background-color: #fff;
    border: none;
    transform: rotate(0deg);
    transition-duration: 0.3s;
    left: 1%;
    top: 32px;
  }
  .header .nav-absolute .nav-list-item a:after {
    display: none;
  }
  .header .nav-absolute .nav-list-item a:hover:before {
    width: 102%;
  }
  .header .nav-absolute .nav-list-item.nav_ac {
    position: relative;
  }
  .header .nav-absolute .nav-list-item.nav_ac:hover .nav-list-item-ac:before {
    transform: rotate(-45deg);
  }
  .header .nav-absolute .nav-list-item.nav_ac:hover .ac-list {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    top: calc(100% + 0px);
  }
  .header .nav-absolute .nav-list-item .nav-list-item-ac {
    padding: 13px 1.2em 13px 0;
  }
  .header .nav-absolute .nav-list-item .nav-list-item-ac:hover {
    cursor: pointer;
  }
  .header .nav-absolute .nav-list-item .ac-list {
    visibility: hidden;
    padding: 0 20px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    background-color: #e1690f;
    border: none;
    position: absolute;
    top: calc(100% - 5px);
    left: -52px;
    transition: all 0.5s ease;
  }
  .header .nav-absolute .nav-list-item .ac-list .ac-list-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .header .nav-absolute .nav-list-item .ac-list .ac-list-item a {
    display: block;
    padding: 10px 32px 10px 0;
    white-space: nowrap;
    transition: all 0.5s ease;
  }
  .header .nav-absolute .nav-list-item .ac-list .ac-list-item a:before {
    visibility: hidden;
    content: "＞";
    width: auto;
    height: auto;
    margin: auto;
    transition: all 0.5s ease;
    background-color: transparent;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    top: 10px;
    left: -5px;
  }
  .header .nav-absolute .nav-list-item .ac-list .ac-list-item a:hover {
    padding: 10px 16px;
  }
  .header .nav-absolute .nav-list-item .ac-list .ac-list-item a:hover:before {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    left: 0px;
  }
  .header .btn-unit {
    display: none;
  }
}
.footer {
  width: 100%;
  padding: 0 0 12px;
  background-color: #000;
}
.footer .footer-unit {
  display: flex;
  width: 100%;
  max-width: 1212px;
  margin: 0 auto 0;
  text-align: center;
  flex-direction: column;
}
.footer .footer-unit-box {
  color: #fff;
}
.footer .footer-unit-box.detail {
  order: 2;
}
.footer .footer-unit-box.nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  order: 1;
}
.footer .footer-unit-box .txt-unit {
  padding: 12px 24px;
}
.footer .footer-unit-box .txt-unit .name {
  font-size: 1.5rem;
}
.footer .footer-unit-box .txt-unit .addr {
  font-size: 1.2rem;
}
.footer .footer-unit-box .logo {
  width: 100%;
  max-width: 408px;
  padding: 0 24px;
  margin: 0 auto 0;
}
.footer .footer-unit-box .nav-absolute {
  order: 2;
}
.footer .footer-unit-box .nav-absolute .nav-list {
  padding: 0 16px;
  background-color: #df6a12;
}
.footer .footer-unit-box .nav-absolute .nav-list-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.footer .footer-unit-box .nav-absolute .nav-in-list .in-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
}
.footer .footer-unit-box .nav-absolute .nav-in-list .in-list .in-list-item {
  width: 50%;
}
.footer .footer-unit-box .nav-absolute .nav-in-list .in-list .in-list-item a {
  padding: 12px 10px;
  font-size: 1.2rem;
  text-align: left;
}
.footer .footer-unit-box .nav-absolute a {
  display: block;
  padding: 16px 0;
  color: #fff;
  text-align: center;
}
.footer .footer-unit-box .nav-relative {
  padding: 12px 0;
  text-align: center;
  order: 1;
}
.footer .footer-unit-box .nav-relative .nav-list {
  letter-spacing: -0.4em;
}
.footer .footer-unit-box .nav-relative .nav-list-item {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.footer .footer-unit-box .nav-relative .nav-list-item:not(:last-child) {
  margin-right: 16px;
}
.footer .footer-unit-box .nav-relative .nav-list-item.search a:before {
  background-image: url("http://cr.kitanihon-autobacs.com/wp-content/themes/kitanihon-autobacs/cmn/img/icon-shop_search.png");
  background-position: center bottom 6px;
}
.footer .footer-unit-box .nav-relative .nav-list-item.reserve a:before {
  background-image: url("http://cr.kitanihon-autobacs.com/wp-content/themes/kitanihon-autobacs/cmn/img/icon-reserve.png");
  background-position: center bottom 6px;
}
.footer .footer-unit-box .nav-relative .nav-list-item.contact a:before {
  background-image: url("http://cr.kitanihon-autobacs.com/wp-content/themes/kitanihon-autobacs/cmn/img/icon-contact.png");
  background-position: center bottom 8px;
}
.footer .footer-unit-box .nav-relative a {
  display: block;
  padding-top: 32px;
  color: #fff;
  font-size: 1rem;
  position: relative;
}
.footer .footer-unit-box .nav-relative a:before {
  content: "";
  width: 100%;
  height: 32px;
  margin: auto;
  background-size: 22px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .footer .footer-unit-box .txt-unit {
    padding: 12px 24px;
  }
  .footer .footer-unit-box .nav-absolute {
    order: 2;
  }
  .footer .footer-unit-box .nav-absolute .nav-list {
    letter-spacing: -0.4em;
    text-align: left;
  }
  .footer .footer-unit-box .nav-absolute .nav-list-item {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    letter-spacing: normal;
  }
  .footer .footer-unit-box .nav-absolute .nav-list-item:nth-child(2n) {
    margin-left: 2%;
  }
  .footer .footer-unit-box .nav-absolute .nav-in-list {
    padding: 40px 0;
    letter-spacing: normal;
  }
  .footer .footer-unit-box .nav-absolute .nav-in-list .in-list {
    justify-content: center;
    gap: 16px;
  }
  .footer .footer-unit-box .nav-absolute .nav-in-list .in-list .in-list-item {
    width: auto;
  }
  .footer .footer-unit-box .nav-absolute .nav-in-list .in-list .in-list-item a {
    padding: 0;
  }
  .footer .footer-unit-box .nav-absolute a {
    font-size: 1.3rem;
    text-align: left;
  }
  .footer .footer-unit-box .nav-relative .nav-list-item:not(:last-child) {
    margin-right: 24px;
  }
  .footer .footer-unit-box .nav-relative .nav-list-item.search a:before {
    background-position: center bottom 8px;
  }
  .footer .footer-unit-box .nav-relative .nav-list-item.reserve a:before {
    background-position: center bottom 8px;
  }
  .footer .footer-unit-box .nav-relative .nav-list-item.contact a:before {
    background-position: center bottom 10px;
  }
  .footer .footer-unit-box .nav-relative a {
    padding-top: 40px;
    font-size: 1.2rem;
  }
  .footer .footer-unit-box .nav-relative a:before {
    height: 40px;
    background-size: 28px auto;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 32px 0;
  }
  .footer .footer-unit {
    display: block;
    padding: 0 16px;
    letter-spacing: -0.4em;
    text-align: left;
    position: relative;
  }
  .footer .footer-unit-box {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    right: 16px;
  }
  .footer .footer-unit-box.nav {
    display: inline-block;
    width: auto;
    letter-spacing: -0.4em;
    position: absolute;
  }
  .footer .footer-unit-box .txt-unit {
    padding: 0;
    margin: 0 auto 12px;
  }
  .footer .footer-unit-box .txt-unit .name {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .footer .footer-unit-box .txt-unit .addr {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
  .footer .footer-unit-box .logo {
    width: 360px;
    padding: 0;
  }
  .footer .footer-unit-box .logo a {
    transition-duration: 0.3s;
  }
  .footer .footer-unit-box .logo a:hover {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
  }
  .footer .footer-unit-box .nav-absolute,
  .footer .footer-unit-box .nav-relative {
    display: inline-block;
    vertical-align: middle;
  }
  .footer .footer-unit-box .nav-absolute .nav-list {
    width: auto;
    padding: 0;
    margin-right: 24px;
    background-color: transparent;
  }
  .footer .footer-unit-box .nav-absolute .nav-list-item {
    width: auto;
  }
  .footer .footer-unit-box .nav-absolute .nav-list-item:nth-child(2n) {
    margin-left: 0;
  }
  .footer .footer-unit-box .nav-absolute .nav-list-item:not(:last-child) {
    border: none;
    margin-right: 16px;
  }
  .footer .footer-unit-box .nav-absolute .nav-in-list {
    padding-bottom: 0;
  }
  .footer .footer-unit-box .nav-absolute .nav-in-list .in-list {
    justify-content: left;
  }
  .footer .footer-unit-box .nav-absolute .nav-in-list .in-list .in-list-item a {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .footer .footer-unit-box .nav-absolute a {
    font-size: 1.4rem;
    padding: 0;
    position: relative;
  }
  .footer .footer-unit-box .nav-absolute a:before {
    content: "";
    width: 0%;
    height: 1px;
    margin: auto;
    background-color: #fff;
    border: none;
    transform: rotate(0deg);
    transition-duration: 0.3s;
    position: absolute;
    top: 32px;
    bottom: 0;
    left: 1%;
    right: 0;
  }
  .footer .footer-unit-box .nav-absolute a:hover:before {
    width: 102%;
  }
  .footer .footer-unit-box .nav-relative .nav-list-item:not(:last-child) {
    margin-right: 16px;
  }
  .footer .footer-unit-box .nav-relative a {
    padding-top: 40px;
    font-size: 1.2rem;
  }
  .footer .footer-unit-box .nav-relative a:before {
    height: 40px;
    background-size: 28px auto;
    transition-duration: 0.1s;
  }
  .footer .footer-unit-box .nav-relative a:hover:before {
    background-size: 32px auto;
  }
}
@media screen and (min-width: 1032px) {
  .footer .footer-unit-box .nav-absolute .nav-list-item:not(:last-child) {
    margin-right: 24px;
  }
}
.page-head {
  margin: 0 auto 0;
  position: relative;
}
.page-head .page-head-wrap {
  display: table;
  width: 100%;
  height: 100vh;
  max-height: 667px;
  padding: 0 24px 96px;
  background-image: url("http://cr.kitanihon-autobacs.com/wp-content/themes/kitanihon-autobacs/rental/cmn/img/visual-sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.page-head .page-head-wrap:before {
  content: "";
  width: 164px;
  height: 355px;
  background-image: url("http://cr.kitanihon-autobacs.com/wp-content/themes/kitanihon-autobacs/rental/cmn/img/head-layer.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 324px;
  right: 0;
  z-index: 1;
}
.page-head .ttl-wrap {
  display: table-cell;
  vertical-align: middle;
}
.page-head .ttl-wrap .page-ttl {
  width: 100%;
  max-width: 1150px;
  padding-bottom: 4px;
  margin: 0 auto 0px;
  border-bottom: 1px solid #555;
  position: relative;
  z-index: 3;
}
.page-head .ttl-wrap .page-ttl .page-ttl-unit {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.page-head .ttl-wrap .page-ttl .en,
.page-head .ttl-wrap .page-ttl .sub {
  display: inline-block;
}
.page-head .ttl-wrap .page-ttl .en {
  color: #fff;
  color: transparent;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0rem;
}
.page-head .ttl-wrap .page-ttl .en .glitch [data-char]:after, .page-head .ttl-wrap .page-ttl .en .glitch [data-char]:before {
  color: #fff;
}
.page-head .ttl-wrap .page-ttl .en .glitch [data-char]:after {
  text-shadow: calc(var(--spread) * -1px) calc(var(--spread) * -1px) #f00;
}
.page-head .ttl-wrap .page-ttl .en .glitch [data-char]:before {
  text-shadow: calc(var(--spread) * 1px) calc(var(--spread) * 1px) #bada55;
}
.page-head .ttl-wrap .page-ttl .sub {
  position: absolute;
  bottom: 4px;
  left: calc(100% + 16px);
}
.page-head .ttl-wrap .page-ttl .sub .sub-jp {
  color: #fff;
  white-space: nowrap;
}
.page-head .ttl-wrap .page-ttl .sub .sub-en {
  display: none;
}
.page-head .ttl-wrap .contents-ttl {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto 0;
  letter-spacing: -0.4em;
  position: relative;
  z-index: 3;
}
.page-head .ttl-wrap .contents-ttl .txt,
.page-head .ttl-wrap .contents-ttl .arrow-unit {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.page-head .ttl-wrap .contents-ttl .txt {
  display: inline-block;
  margin-left: -0.2em;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.page-head .ttl-wrap .contents-ttl .arrow-unit {
  display: inline-block;
  width: 18%;
  max-width: 84px;
  vertical-align: middle;
  letter-spacing: normal;
}
.page-head .ttl-wrap .contents-ttl .arrow-unit .arrow-box {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.page-head .ttl-wrap .contents-ttl .arrow-unit .arrow {
  display: inline-block;
  width: 36%;
  height: 100%;
  margin: auto;
  background-image: url("http://cr.kitanihon-autobacs.com/wp-content/themes/kitanihon-autobacs/cmn/img/link-arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 center;
  position: absolute;
  top: 0;
  bottom: 0;
}
.page-head .ttl-wrap .contents-ttl .arrow-unit .arrow:nth-child(1) {
  left: 10%;
}
.page-head .ttl-wrap .contents-ttl .arrow-unit .arrow:nth-child(2) {
  left: 27.5%;
}
.page-head .ttl-wrap .contents-ttl .arrow-unit .arrow:nth-child(3) {
  left: 45%;
}
.page-head .page-head-foot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-head .page-head-foot .txt {
  padding: 40px 24px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06rem;
  background-image: url("http://cr.kitanihon-autobacs.com/wp-content/themes/kitanihon-autobacs/rental/cmn/img/head-bg-sp.jpg");
  background-size: cover;
}

@media screen and (min-width: 1024px) {
  .page-head {
    min-height: 680px;
    position: relative;
    margin: 0 auto 0;
  }
  .page-head:before {
    content: "";
    width: 100%;
    height: 248px;
    background-image: url("http://cr.kitanihon-autobacs.com/wp-content/themes/kitanihon-autobacs/rental/cmn/img/head-bg-pc.jpg");
    background-position: center;
    background-size: cover;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .page-head .page-head-wrap {
    min-height: 680px;
    padding: 0 48px 0;
    background-image: url("http://cr.kitanihon-autobacs.com/wp-content/themes/kitanihon-autobacs/rental/cmn/img/visual-pc.jpg");
    background-position: center;
    position: relative;
  }
  .page-head .page-head-wrap:before, .page-head .page-head-wrap:after {
    content: "";
    position: absolute;
  }
  .page-head .page-head-wrap:before {
    content: "";
    width: 250px;
    height: 478px;
    background-image: url("http://cr.kitanihon-autobacs.com/wp-content/themes/kitanihon-autobacs/rental/cmn/img/head-layer.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 120px;
    right: 0;
    z-index: 1;
  }
  .page-head .page-head-wrap:after {
    width: 100%;
    max-width: 960px;
    height: 70%;
    margin: 0 auto 0;
    background-image: url("http://cr.kitanihon-autobacs.com/wp-content/themes/kitanihon-autobacs/cmn/img/page-head-bg-layer.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: 30%;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .page-head .ttl-wrap {
    padding: 0 0 60px;
    vertical-align: bottom;
  }
  .page-head .ttl-wrap .page-ttl {
    padding: 168px 0 24px;
    margin: 0 auto 0px;
    border-bottom: 1px solid #fff;
  }
  .page-head .ttl-wrap .page-ttl .en {
    font-size: 12rem;
  }
  .page-head .ttl-wrap .page-ttl .sub {
    padding: 0 0 0 8px;
    position: absolute;
    bottom: 16px;
    left: calc(100% + 16px);
  }
  .page-head .ttl-wrap .page-ttl .sub .sub-jp {
    font-size: 2.2rem;
    line-height: 1;
  }
  .page-head .ttl-wrap .page-ttl .sub .sub-en {
    display: block;
    font-size: 2rem;
    font-family: "Oswald", sans-serif;
    white-space: nowrap;
    line-height: 1.2;
    letter-spacing: 0.1rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .page-head .ttl-wrap .contents-ttl .txt {
    font-size: 3.2rem;
  }
  .page-head .page-head-foot {
    display: none;
  }
}
.page-head.shop {
  margin: 0 auto 0;
  background-color: #000;
  position: relative;
}
.page-head.shop:after {
  content: "";
  width: 100%;
  height: calc(100% - 112px);
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-head.shop .page-head-wrap {
  display: table;
  width: 100%;
  height: calc(74.6666666667vw + 112px);
  padding: 32vw 6.4vw 112px;
  background-repeat: no-repeat;
  background-size: auto 74.6666666667vw;
  background-position: center top;
  overflow: hidden;
  position: relative;
}
.page-head.shop .page-head-wrap:before {
  content: "";
  width: 43.7333333333vw;
  height: 94.6666666667vw;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -8.5333333333vw;
  right: 0vw;
  z-index: 1;
}
.page-head.shop .ttl-wrap {
  display: table-cell;
  vertical-align: middle;
}
.page-head.shop .ttl-wrap .page-ttl {
  width: 100%;
  max-width: 1150px;
  padding-bottom: 4px;
  margin: 0 auto 0px;
  border-bottom: 1px solid #aaa;
  position: relative;
  z-index: 3;
}
.page-head.shop .ttl-wrap .page-ttl .page-ttl-unit {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.page-head.shop .ttl-wrap .page-ttl .en,
.page-head.shop .ttl-wrap .page-ttl .sub {
  display: inline-block;
}
.page-head.shop .ttl-wrap .page-ttl .en {
  color: #fff;
  color: transparent;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0rem;
}
.page-head.shop .ttl-wrap .page-ttl .en .glitch [data-char]:after, .page-head.shop .ttl-wrap .page-ttl .en .glitch [data-char]:before {
  color: #fff;
}
.page-head.shop .ttl-wrap .page-ttl .en .glitch [data-char]:after {
  text-shadow: calc(var(--spread) * -1px) calc(var(--spread) * -1px) #f00;
}
.page-head.shop .ttl-wrap .page-ttl .en .glitch [data-char]:before {
  text-shadow: calc(var(--spread) * 1px) calc(var(--spread) * 1px) #bada55;
}
.page-head.shop .ttl-wrap .page-ttl .sub {
  position: absolute;
  bottom: 4px;
  left: calc(100% + 16px);
}
.page-head.shop .ttl-wrap .page-ttl .sub .sub-jp {
  color: #fff;
  white-space: nowrap;
  text-shadow: 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0);
}
.page-head.shop .ttl-wrap .page-ttl .sub .sub-en {
  display: none;
}
.page-head.shop .ttl-wrap .contents-ttl {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto 0;
  letter-spacing: -0.4em;
  position: relative;
  z-index: 3;
}
.page-head.shop .ttl-wrap .contents-ttl .txt,
.page-head.shop .ttl-wrap .contents-ttl .arrow-unit {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.page-head.shop .ttl-wrap .contents-ttl .txt {
  display: inline-block;
  margin-left: -0.2em;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0);
}
.page-head.shop .ttl-wrap .contents-ttl .arrow-unit {
  display: inline-block;
  width: 18%;
  max-width: 84px;
  vertical-align: middle;
  letter-spacing: normal;
}
.page-head.shop .ttl-wrap .contents-ttl .arrow-unit .arrow-box {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.page-head.shop .ttl-wrap .contents-ttl .arrow-unit .arrow {
  display: inline-block;
  width: 36%;
  height: 100%;
  margin: auto;
  background-image: url("http://cr.kitanihon-autobacs.com/wp-content/themes/kitanihon-autobacs/cmn/img/link-arrow-white.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 center;
  position: absolute;
  top: 0;
  bottom: 0;
}
.page-head.shop .ttl-wrap .contents-ttl .arrow-unit .arrow:nth-child(1) {
  left: 10%;
}
.page-head.shop .ttl-wrap .contents-ttl .arrow-unit .arrow:nth-child(2) {
  left: 27.5%;
}
.page-head.shop .ttl-wrap .contents-ttl .arrow-unit .arrow:nth-child(3) {
  left: 45%;
}
.page-head.shop .page-head-foot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-head.shop .page-head-foot .txt {
  padding: 40px 24px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.12rem;
  background-size: cover;
}

@media screen and (min-width: 1024px) {
  .page-head.shop {
    height: calc(51.5vw + 248px);
    max-height: unset;
    position: relative;
    margin: 0 auto 0;
  }
  .page-head.shop:before {
    content: "";
    width: 100%;
    height: 248px;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .page-head.shop:after {
    height: calc(100% - 248px);
  }
  .page-head.shop .page-head-wrap {
    height: calc(51.5vw + 248px);
    max-height: unset;
    padding: 0 48px 0;
    background-size: auto 51.5vw;
    background-position: center 0;
    position: relative;
  }
  .page-head.shop .page-head-wrap:before, .page-head.shop .page-head-wrap:after {
    content: "";
    position: absolute;
  }
  .page-head.shop .page-head-wrap:before {
    content: "";
    width: 250px;
    height: 478px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: auto;
    bottom: 0vw;
    right: 0;
    z-index: 1;
  }
  .page-head.shop .page-head-wrap:after {
    width: 100%;
    max-width: 65vw;
    height: 248px;
    margin: 0 auto 0;
    background-image: url("http://cr.kitanihon-autobacs.com/wp-content/themes/kitanihon-autobacs/cmn/img/page-head-bg-layer.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .page-head.shop .ttl-wrap {
    height: calc(51.5vw + 0px);
    position: absolute;
    top: auto;
    right: 48px;
    bottom: 80px;
    left: 48px;
    height: auto;
    padding: 20px 0;
  }
  .page-head.shop .ttl-wrap .page-ttl {
    padding: 0 0 24px;
    margin: 0 auto 0px;
    border-bottom: 1px solid #fff;
  }
  .page-head.shop .ttl-wrap .page-ttl .en {
    font-size: 12rem;
  }
  .page-head.shop .ttl-wrap .page-ttl .sub {
    padding: 0 0 0 8px;
    position: absolute;
    bottom: 16px;
    left: calc(100% + 16px);
  }
  .page-head.shop .ttl-wrap .page-ttl .sub .sub-jp {
    font-size: 2.2rem;
    line-height: 1;
  }
  .page-head.shop .ttl-wrap .page-ttl .sub .sub-en {
    display: block;
    font-size: 2rem;
    font-family: "Oswald", sans-serif;
    white-space: nowrap;
    line-height: 1.2;
    letter-spacing: 0.1rem;
    color: rgba(255, 255, 255, 0.6);
  }
  .page-head.shop .ttl-wrap .contents-ttl .txt {
    font-size: 3.2rem;
  }
  .page-head.shop .page-head-foot {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */