@charset "UTF-8";
/* ↓↓ reset.css ↓↓ */
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ↑↑ reset.css ↑↑ */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

@media screen and (min-width: 1367px) {
  html {
    font-size: 0.7315288954vw;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  min-width: 86.1%;
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    padding-top: 5.8rem;
  }
}

body.active {
  height: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body.active {
    overflow: hidden;
  }
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.75;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

dl, ul {
  list-style: none;
}

.u-pc {
  display: block !important;
}

.u-sp {
  display: none !important;
}

.u-en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.c-container {
  margin: 0 auto;
  width: 102rem;
  padding: 0 1rem;
}
.c-container--l {
  width: 104.4rem;
}

.c-tel-link {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .c-container {
    width: 100%;
    padding: 0 1rem;
  }
  .c-tel-link {
    pointer-events: all;
  }
}
/* ------------------------------------------
  ヘッダー
------------------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding-left: 2.5rem;
  z-index: 999;
  height: 8rem;
}
@media screen and (min-width: 768px) {
  .l-header.u-scroll {
    background-color: transparent;
    transition: 0.3s ease;
  }
  .l-header.u-scroll .c-header__nav_list_item_link {
    transition: 0.3s ease;
    color: #fff;
    text-shadow: 0.1rem 0.1rem 0.1rem rgba(127, 127, 127, 0.75);
  }
  .l-header.u-scroll .c-header__nav_list_item_link:hover {
    opacity: 1;
  }
  .l-header.u-scroll.is-scrolled {
    background-color: #fff; /* スクロール後の背景色 */
  }
  .l-header.u-scroll.is-scrolled .c-header__nav_list_item_link {
    transition: 0.3s ease;
    color: #000;
    text-shadow: 0 0 0 rgba(127, 127, 127, 0.75);
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0 0 0 0.5rem;
    height: 5.8rem;
  }
}

.c-header__logo {
  width: 25.3rem;
}
@media screen and (max-width: 767px) {
  .c-header__logo {
    width: 17.5rem;
  }
}
.c-header__logo_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-header__logo_link {
    position: relative;
    z-index: 999;
  }
}
.c-header__nav {
  display: flex;
}
.c-header__nav_home {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-header__nav_home {
    display: block;
    position: absolute;
    top: 3rem;
    left: 2.5rem;
    width: 2.9rem;
  }
  .c-header__nav_home_link {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-header__nav_list_wrap {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    height: 100svh;
    width: 100vw;
    background-color: #fff;
    transition: 0.2s ease;
    padding: 8rem 1rem 0;
    overflow-y: scroll;
  }
  .c-header__nav_list_wrap.active {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
  }
}
.c-header__nav_list_wrap .c-header__nav_link {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-header__nav_list_wrap .c-header__nav_link {
    display: flex;
    column-gap: 0.8rem;
    margin-left: 0;
  }
  .c-header__nav_list_wrap .c-header__nav_link_item {
    width: calc((100% - 0.8rem) / 2);
    flex-direction: row;
    height: 5.5rem;
  }
  .c-header__nav_list_wrap .c-header__nav_link_item.u-reservation .c-header__nav_link_item_icon {
    width: 2.1rem;
    margin-right: 1rem;
  }
  .c-header__nav_list_wrap .c-header__nav_link_item.u-contact .c-header__nav_link_item_icon {
    width: 2.5rem;
    margin-right: 0.5rem;
  }
  .c-header__nav_list_wrap .c-header__nav_link_item_text {
    font-size: 1.6rem;
    text-shadow: none;
    letter-spacing: 0.05em;
  }
}
.c-header__nav_list {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-header__nav_list {
    flex-direction: column;
    margin-top: 2.5rem;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-header__nav_list_item:last-child .c-header__nav_list_item_link {
    border-bottom: 0.05rem solid #323333;
  }
}
.c-header__nav_list_item:hover > .c-header__nav_list_item_submenu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.c-header__nav_list_item_flex {
  height: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  row-gap: 1.5rem;
}
.c-header__nav_list_item_flex .c-header__nav_list_item_link {
  padding: 0 1rem;
  height: auto;
}
.c-header__nav_list_item_link {
  height: 100%;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #323333;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-header__nav_list_item_link {
    height: 7.5rem;
    border-top: 0.05rem solid #323333;
    position: relative;
    align-items: flex-start;
    padding: 0 4.5rem 0 2.5rem;
    font-size: 1.7rem;
  }
  .c-header__nav_list_item_link[target=_blank] {
    background-image: url(../img/common/icon_blank.png);
    background-position: right 2.8rem center;
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
  }
  .c-header__nav_list_item_link.js-has-submenu {
    background-image: unset;
  }
  .c-header__nav_list_item_link.js-has-submenu::after, .c-header__nav_list_item_link.js-has-submenu::before {
    transition: 0.3s ease;
    content: "";
    position: absolute;
    right: 3rem;
    top: 48%;
    width: 1.3rem;
    height: 0.2rem;
    background-color: #323333;
  }
  .c-header__nav_list_item_link.js-has-submenu::after {
    transform: rotate(90deg);
  }
  .c-header__nav_list_item_link.js-has-submenu.open::after {
    transform: rotate(0);
  }
}
.c-header__nav_list_item_submenu {
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  opacity: 0;
  padding: 5rem;
  pointer-events: none;
  position: absolute;
  top: 8rem;
  transition: 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .c-header__nav_list_item_submenu {
    background-color: unset;
    opacity: 1;
    padding: 2.5rem;
    pointer-events: all;
    position: static;
    transition: none;
    visibility: visible;
    display: none;
    border-top: 0.05rem solid;
    padding: 0;
  }
}
.c-header__nav_list_item_submenu_head {
  width: 24rem;
  line-height: 4.8rem;
  border: 0.1rem solid;
  border-radius: 2.4rem;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  flex-shrink: 0;
  transition: 0.3s;
}
@media screen and (min-width: 767px) {
  .c-header__nav_list_item_submenu_head.u-showroom {
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    column-gap: 1rem;
  }
  .c-header__nav_list_item_submenu_head.u-showroom::after {
    content: "";
    background-image: url(../img/common/icon_submenu-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-header__nav_list_item_submenu_head {
    display: none;
  }
}
.c-header__nav_list_item_submenu_head:hover {
  color: #cd0000;
}
.c-header__nav_list_item_submenu_head:hover::after {
  background-image: url(../img/common/icon_submenu-arrow-on.svg);
}
.c-header__nav_list_item_submenu_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 3rem;
  width: calc(100% - 28rem);
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-header__nav_list_item_submenu_list {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem 0;
    width: 88%;
    margin: 0 auto;
    padding-bottom: 2rem;
  }
}
.c-header__nav_list_item_submenu_list_item {
  width: calc((100% - 9rem) / 4);
}
@media screen and (max-width: 767px) {
  .c-header__nav_list_item_submenu_list_item {
    width: 100%;
  }
}
.c-header__nav_list_item_submenu_list_item_link {
  height: 3.5rem;
  padding: 0 0 0.5rem;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #323333;
  border-bottom: 0.1rem dashed;
  line-height: 1.1;
  transition: 0.3s;
}
.c-header__nav_list_item_submenu_list_item_link::after {
  content: "";
  background-image: url(../img/common/icon_submenu-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
}
.c-header__nav_list_item_submenu_list_item_link:hover {
  color: #cd0000;
}
.c-header__nav_list_item_submenu_list_item_link:hover::after {
  background-image: url(../img/common/icon_submenu-arrow-on.svg);
}
@media screen and (max-width: 767px) {
  .c-header__nav_list_item_submenu_list_item_link {
    font-weight: 700;
    color: #323333;
  }
}
.c-header__nav_link {
  display: flex;
  margin-left: 0.5rem;
}
.c-header__nav_link_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 10rem;
  color: #fff;
  font-weight: 700;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-header__nav_link_item {
    width: 5.8rem;
    padding-top: 0;
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.c-header__nav_link_item.u-reservation {
  background-color: #00c1e9;
}
.c-header__nav_link_item.u-reservation .c-header__nav_link_item_icon {
  width: 2.5rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-header__nav_link_item.u-reservation .c-header__nav_link_item_icon {
    width: 1.9rem;
  }
}
.c-header__nav_link_item.u-contact {
  background-color: #cd0000;
}
.c-header__nav_link_item.u-contact .c-header__nav_link_item_icon {
  width: 2.8rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .c-header__nav_link_item.u-contact .c-header__nav_link_item_icon {
    width: 2.3rem;
    margin-top: 0;
  }
}
.c-header__nav_link_item_text {
  font-size: 1.6rem;
  line-height: 1.125;
  text-align: center;
  text-shadow: 0.1rem 0.1rem 0.1rem rgba(127, 127, 127, 0.75);
}
@media screen and (max-width: 767px) {
  .c-header__nav_link_item_text {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.25;
  }
}
.c-header__toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-header__toggle {
    display: block;
    width: 5.8rem;
    background-color: #323333;
    height: 5.8rem;
    position: relative;
    cursor: pointer;
  }
  .c-header__toggle_bar {
    display: block;
    width: 2.5rem;
    height: 0.2rem;
    position: absolute;
    content: "";
    left: 1.6rem;
    background-color: #fff;
    transition: 0.2s ease;
  }
  .c-header__toggle_bar:nth-child(1) {
    top: 1.2rem;
  }
  .c-header__toggle_bar:nth-child(2) {
    top: 2rem;
  }
  .c-header__toggle_bar:nth-child(3) {
    top: 2.8rem;
  }
  .c-header__toggle.active .c-header__toggle_bar:nth-child(1) {
    top: 2rem;
    left: 1.6rem;
    transform: rotate(45deg);
  }
  .c-header__toggle.active .c-header__toggle_bar:nth-child(2) {
    opacity: 0;
  }
  .c-header__toggle.active .c-header__toggle_bar:nth-child(3) {
    top: 2rem;
    left: 1.6rem;
    transform: rotate(-45deg);
  }
  .c-header__toggle_text {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: 4rem;
    display: block;
  }
}

/* ------------------------------------------
  フッター
------------------------------------------ */
.l-footer {
  background: #cd0000;
  position: relative;
}
.l-footer .c-to-top {
  background-image: url(../img/common/img_page-top.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 5rem;
  cursor: pointer;
  height: 7.5rem;
  position: absolute;
  right: 4rem;
  width: 7.5rem;
  z-index: 998;
}
@media screen and (max-width: 767px) {
  .l-footer .c-to-top {
    bottom: 2rem;
    height: 5rem;
    right: 2rem;
    width: 5rem;
  }
}
.l-footer .c-footer__content {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 0 1rem;
  column-gap: 6rem;
}
@media screen and (max-width: 767px) {
  .l-footer .c-footer__content {
    display: none;
  }
}
.l-footer .c-footer__content::before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: 0;
  width: 48rem;
  height: 100%;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -1;
}
.l-footer .c-footer__content_left_logo {
  width: 33.5rem;
  display: block;
}
.l-footer .c-footer__content_left_list {
  margin-left: 7.5rem;
  margin-top: 2rem;
}
.l-footer .c-footer__content_left_list_item01 {
  font-size: 1.3rem;
  letter-spacing: 0;
}
.l-footer .c-footer__content_left_list_item02 {
  padding: 0.8rem 1rem;
  border: 0.1rem solid #000;
  font-size: 1.3rem;
  letter-spacing: 0;
  margin-top: 1.5rem;
  display: table;
}
.l-footer .c-footer__content_right {
  padding-top: 7.5rem;
  color: #fff;
}
.l-footer .c-footer__content_right_list {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 3rem 3.5rem;
  grid-template-areas: "shop newcar service company contact" "shop usedcar service company recruit" "shop campaign service company .";
  justify-content: start;
  align-content: start;
  align-items: start;
}
.l-footer .c-footer__content_right_list_item {
  width: 11.5rem;
}
.l-footer .c-footer__content_right_list_item.u-shop {
  grid-area: shop;
  width: 24rem;
}
.l-footer .c-footer__content_right_list_item.u-shop .c-footer__content_right_list_item_menu {
  display: flex;
  flex-wrap: wrap;
}
.l-footer .c-footer__content_right_list_item.u-shop .c-footer__content_right_list_item_menu_head {
  width: 100%;
}
.l-footer .c-footer__content_right_list_item.u-shop .c-footer__content_right_list_item_menu_head--link {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
.l-footer .c-footer__content_right_list_item.u-shop .c-footer__content_right_list_item_menu_head--link:hover {
  color: #000;
  opacity: 1;
}
.l-footer .c-footer__content_right_list_item.u-shop .c-footer__content_right_list_item_menu_link {
  width: 50%;
}
.l-footer .c-footer__content_right_list_item.u-newcar {
  grid-area: newcar;
}
.l-footer .c-footer__content_right_list_item.u-usedcar {
  grid-area: usedcar;
}
.l-footer .c-footer__content_right_list_item.u-campaign {
  grid-area: campaign;
}
.l-footer .c-footer__content_right_list_item.u-service {
  grid-area: service;
}
.l-footer .c-footer__content_right_list_item.u-company {
  grid-area: company;
  width: 20rem;
}
.l-footer .c-footer__content_right_list_item.u-contact {
  grid-area: contact;
}
.l-footer .c-footer__content_right_list_item.u-recruit {
  grid-area: recruit;
}
.l-footer .c-footer__content_right_list_item_head {
  font-size: 1.6rem;
  border-bottom: 0.1rem solid #fff;
  padding-bottom: 2rem;
  width: 100%;
}
.l-footer .c-footer__content_right_list_item_menu {
  margin-top: 1rem;
}
.l-footer .c-footer__content_right_list_item_menu_head {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  margin-bottom: 0.5rem;
}
.l-footer .c-footer__content_right_list_item_menu_link {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  display: block;
}
.l-footer .c-footer__content_right_list_item_menu_link[target=_blank] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.l-footer .c-footer__content_right_list_item_menu_link[target=_blank]::after {
  content: "";
  background-image: url(../img/common/icon_blank_f.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.l-footer .c-footer__content_right_list_item_menu_link:hover {
  color: #000;
  opacity: 1;
}
.l-footer .c-footer__content_right_list_item_menu_link:hover[target=_blank]::after {
  background-image: url(../img/common/icon_blank_f_hover.png);
}
.l-footer .c-footer__copy {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer .c-footer__copy {
    font-size: 1rem;
    line-height: 1;
    padding: 2.5rem 0;
  }
  .l-footer .c-footer__copy.u-usedcar-detail {
    padding-bottom: 2.5rem;
  }
}

.CMN-RECYCLE {
  display: contents;
}

.CMN-RECYCLE > a {
  color: #fff;
  display: table;
  margin: 2rem auto 0;
  font-size: 1.2rem;
  border: 0.1rem solid #fff;
  line-height: 2rem;
  padding: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .CMN-RECYCLE > a {
    font-size: 1rem;
  }
}
.l-footer .c-footer__copy_text2 {
  display: block;
  margin-top: 2rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer .c-footer__copy_text2 {
    font-size: 1rem;
  }
}

body:not(.p-top) .l-footer .c-footer__content::before {
  background-color: #f1f1f1;
}

/* ------------------------------------------
  共通CTA
------------------------------------------ */
.c-cta {
  padding: 9.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding: 4rem 0;
  }
}
.c-cta__title {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-cta__title {
    font-size: 2.4rem;
    line-height: 1.375;
  }
}
.c-cta__text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-cta__text {
    line-height: 1.8888888889;
    text-align: left;
    margin-top: 3rem;
  }
}
.c-cta__list {
  margin-top: 7rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-cta__list {
    margin-top: 3rem;
  }
}
.c-cta__list_item {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 767px) {
  .c-cta__list_item {
    width: calc((100% - 1rem) / 2);
  }
}
.c-cta__list_item_text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-cta__list_item_text {
    display: none;
  }
}
.c-cta__list_item_link {
  margin-top: 1rem;
  width: 100%;
  height: 11.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-cta__list_item_link {
    font-size: 1.8rem;
    margin-top: 0;
    height: 9.5rem;
  }
}
.c-cta__list_item_link_text {
  font-weight: 500;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-cta__list_item_link_text {
    font-size: 1.8rem;
  }
}
.c-cta__list_item_link.u-reservation {
  background-color: #00c1e9;
}
.c-cta__list_item_link.u-reservation .c-cta__list_item_link_icon {
  width: 2.7rem;
  margin-top: 0.7rem;
}
.c-cta__list_item_link.u-contact {
  background-color: #cd0000;
}
.c-cta__list_item_link.u-contact .c-cta__list_item_link_icon {
  width: 3.5rem;
  margin-top: 1rem;
}

/* ------------------------------------------
  下層グレー背景
------------------------------------------ */
.l-bg-gray {
  background-color: #f1f1f1;
}

/* ------------------------------------------
  追従メニュー
------------------------------------------ */
.c-fixedmenu {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-fixedmenu {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    column-gap: 1rem;
    padding: 0 1rem 1rem;
    z-index: 1;
  }
  .c-fixedmenu .c-fixedmenu_link {
    width: calc((100% - 1rem) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5.5rem;
  }
  .c-fixedmenu .c-fixedmenu_link.u-reservation {
    background-color: #00c1e9;
  }
  .c-fixedmenu .c-fixedmenu_link.u-reservation .c-fixedmenu_link_icon {
    width: 2.1rem;
    margin-right: 0.5rem;
  }
  .c-fixedmenu .c-fixedmenu_link.u-contact {
    background-color: #cd0000;
  }
  .c-fixedmenu .c-fixedmenu_link.u-contact .c-fixedmenu_link_icon {
    width: 2.5rem;
    margin-right: 0.3rem;
  }
  .c-fixedmenu .c-fixedmenu_link_text {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
  }
}

/* ------------------------------------------
  フェードイン
------------------------------------------ */
.js-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.js-fade-up.inview {
  opacity: 1;
  transform: translateY(0);
}

/* -----------------------------
  下層ページ
----------------------------- */
:not(.p-top) .l-header {
  background: none;
  transition: 0.3s;
}
:not(.p-top) .l-header.is-scrolled {
  background-color: #fff;
}
:not(.p-top) .l-header.is-scrolled .c-header__nav_list_item_link {
  color: #323333;
}
:not(.p-top) .l-header.is-scrolled .c-header__nav_list_item_link:hover {
  color: #cd0000;
}
@media screen and (max-width: 767px) {
  :not(.p-top) .l-header {
    background-color: #fff;
  }
}
:not(.p-top) .c-header__nav_list_item_link {
  color: #fff;
}
@media screen and (max-width: 767px) {
  :not(.p-top) .c-header__nav_list_item_link {
    color: inherit;
  }
}

.c-page-title {
  background-image: url(../img/showroom/mv_showroom.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 36.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-page-title {
    background-image: url(../img/showroom/mv_showroom-sp.jpg);
    height: 12.8rem;
  }
}
.c-page-title--newcar {
  background-image: url(../img/newcar/bg_mv.jpg);
}
@media screen and (max-width: 767px) {
  .c-page-title--newcar {
    background-image: url(../img/newcar/bg_mv-sp.jpg);
  }
}
.c-page-title--usedcar {
  background-image: url(../img/usedcar/bg_mv.jpg);
}
@media screen and (max-width: 767px) {
  .c-page-title--usedcar {
    background-image: url(../img/usedcar/bg_mv-sp.jpg);
  }
}
.c-page-title--topics {
  background-image: url(../img/topics/bg_mv.jpg);
}
@media screen and (max-width: 767px) {
  .c-page-title--topics {
    background-image: url(../img/topics/bg_mv-sp.jpg);
  }
}
.c-page-title--maintenance {
  background-image: url(../img/maintenance/bg_mv.jpg);
}
@media screen and (max-width: 767px) {
  .c-page-title--maintenance {
    background-image: url(../img/maintenance/bg_mv-sp.jpg);
  }
}
.c-page-title--contact {
  background-image: url(../img/contact/bg_mv.jpg);
}
@media screen and (max-width: 767px) {
  .c-page-title--contact {
    background-image: url(../img/contact/bg_mv-sp.jpg);
  }
}
.c-page-title--campaign {
  background-image: url(../img/campaign/bg_mv.jpg);
}
@media screen and (max-width: 767px) {
  .c-page-title--campaign {
    background-image: url(../img/campaign/bg_mv-sp.jpg);
  }
}
.c-page-title--company {
  background-image: url(../img/company/bg_mv.jpg);
}
@media screen and (max-width: 767px) {
  .c-page-title--company {
    background-image: url(../img/company/bg_mv-sp.jpg);
  }
}
.c-page-title__inner {
  padding-top: 9.4rem;
  background-image: url(../img/common/icon_page_title.png);
  background-size: auto 7.4rem;
  background-repeat: no-repeat;
  background-position: center 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-page-title__inner {
    background-size: auto 4rem;
    background-position: center top;
    padding-top: 4rem;
    transform: translateY(-0.5rem);
  }
}
.c-page-title__en {
  margin-top: 0.5rem;
  font-size: 6rem;
  color: #fff;
  text-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 767px) {
  .c-page-title__en {
    font-size: 2.8rem;
  }
}
.c-page-title__ja {
  margin-top: 0.5rem;
  padding: 0 4rem;
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 5.5rem;
  text-align: center;
  border-radius: 10rem;
  letter-spacing: 0.4em;
  background: linear-gradient(90deg, rgb(78, 174, 250) 0%, rgb(119, 121, 194) 41.27%, rgb(142, 92, 163) 62.49%, rgb(148, 91, 160) 63.93%, rgb(193, 84, 135) 75.42%, rgb(226, 78, 118) 85.67%, rgb(246, 75, 107) 94.22%, rgb(253, 74, 103) 100%);
  color: #fff;
  box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 767px) {
  .c-page-title__ja {
    font-size: 2.2rem;
    width: auto;
    line-height: 3.3rem;
    padding: 0 2rem;
    margin: 0;
  }
}

.c-breadcrumb {
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 1rem 0;
  }
}
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
}
.c-breadcrumb__list_item {
  font-size: 1.2rem;
}
.c-breadcrumb__list_item:not(:first-child)::before {
  content: "＞";
  margin: 0 0.5em;
}
.c-breadcrumb__list_link {
  text-decoration: underline;
}

/* ------------------------------------------
  店舗検索出力
------------------------------------------ */
.c-search__showroom_content_result {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-search__showroom_content_result {
    gap: 1rem;
  }
}
.c-search__showroom_content_result_item {
  background-color: #fff;
  border-radius: 1.3rem;
  padding: 0.7rem;
  width: calc((100% - 4.5rem) / 4);
  box-shadow: 0.3rem 0.3rem 0.6rem rgba(132, 132, 132, 0.3);
}
@media screen and (max-width: 767px) {
  .c-search__showroom_content_result_item {
    width: calc((100% - 1rem) / 2);
    padding: 0.5rem;
  }
}
.c-search__showroom_content_result_item_inner {
  border-radius: 0.6rem;
  border: 0.1rem solid #000;
  padding: 1.5rem 0.7rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-search__showroom_content_result_item_inner {
    padding: 1rem;
  }
}
.c-search__showroom_content_result_item_head {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  border-bottom: 0.1rem solid;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-search__showroom_content_result_item_head {
    font-size: 1.7rem;
  }
}
.c-search__showroom_content_result_item_desc {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3125;
}
@media screen and (max-width: 767px) {
  .c-search__showroom_content_result_item_desc {
    font-size: 1.5rem;
  }
}
.c-search__showroom_content_result_item_desc_tel {
  margin-top: 1rem;
}

.c-nearby-result__head {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin: 3rem 0 2rem;
}

.c-nearby-result__button {
  margin: 2rem auto 0;
  display: flex;
  align-items: center;
  border-radius: 2.4rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  background-color: #000;
  color: #fff;
  border: 0.1rem solid #000;
  width: 15rem;
  height: 3rem;
  padding: 0 1.5rem;
  gap: 0.5rem;
  justify-content: center;
}
.c-nearby-result__button::before {
  content: "×";
}

/* ------------------------------------------
  点検項目
------------------------------------------ */
.c-maintenance__content_flex {
  display: flex;
  justify-content: center;
  column-gap: 6rem;
}
@media screen and (max-width: 767px) {
  .c-maintenance__content_flex {
    flex-direction: column;
    align-items: start;
  }
}
.c-maintenance__content_flex .img_area {
  width: 46.5rem;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-maintenance__content_flex .img_area {
    width: 31.6rem;
    margin: 0 auto;
  }
}
.c-maintenance__content_flex .img_area::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/maintenance/img_car_point.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
}
.c-maintenance__content_flex .img_area--safety::before {
  background-image: url(../img/maintenance/img_car_point_safety.png);
}
.c-maintenance__content_flex .img_area--inspection::before {
  background-image: url(../img/maintenance/img_car_point_inspection.png);
}
.c-maintenance__content_flex .img_car {
  padding-top: 5.4%;
  padding-left: 5.4%;
  padding-right: 5.4%;
}
@media screen and (max-width: 767px) {
  .c-maintenance__content_flex .img_car {
    padding-top: 9% 10%;
  }
}
.c-maintenance__content_flex .img_car--safety {
  padding-left: 3.4%;
  padding-right: 7.4%;
}
.c-maintenance__content_flex .img_car--inspection {
  padding-left: 3.4%;
  padding-right: 7.4%;
}
.c-maintenance__content_flex_items {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .c-maintenance__content_flex_items {
    flex-wrap: wrap;
    gap: 0.6rem;
    width: 100%;
    flex-direction: row;
    margin-top: 2rem;
  }
}
.c-maintenance__content_flex_item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 1rem;
  border: 0.1rem solid #2dbfe7;
  height: 3.8rem;
  border-radius: 0 1.9rem 1.9rem 0;
}
@media screen and (max-width: 767px) {
  .c-maintenance__content_flex_item {
    width: calc((100% - 0.6rem) / 2);
    height: 3.5rem;
    gap: 0 0.5rem;
  }
}
.c-maintenance__content_flex_item::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: -0.5rem;
  width: 3.5rem;
  height: 3.8rem;
  background-image: url(../img/maintenance/icon_loupe.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-maintenance__content_flex_item::after {
    right: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.6rem;
  }
}
.c-maintenance__content_flex_item-number {
  font-family: "Josefin Sans", sans-serif;
  background-color: #2dbfe7;
  width: 3.8rem;
  line-height: 3.8rem;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-maintenance__content_flex_item-number {
    width: 1.8rem;
    line-height: 3.5rem;
    font-size: 1.6rem;
  }
}
.c-maintenance__content_flex_item-text {
  letter-spacing: 0.2em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-maintenance__content_flex_item-text {
    font-size: 1.2rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}

.c-maintenance__maintenance_modals {
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.4s;
}
.c-maintenance__maintenance_modals .c-maintenance__maintenance_modal {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: #c1c1c1 0.1rem solid;
  padding: 4rem;
  border-radius: 1rem;
  width: 80vw;
  opacity: 0;
  transition: opacity 0.4s;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .c-maintenance__maintenance_modals .c-maintenance__maintenance_modal {
    width: 90vw;
    max-width: 33.5rem;
    max-height: 90vh;
    padding: 1.5rem 1rem;
  }
}
.c-maintenance__maintenance_modals .c-maintenance__maintenance_modal.is-visible {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.c-maintenance__maintenance_modals .c-maintenance__maintenance_modal p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.8rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #c1c1c1;
}
@media screen and (max-width: 767px) {
  .c-maintenance__maintenance_modals .c-maintenance__maintenance_modal p {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
.c-maintenance__maintenance_modals .c-maintenance__maintenance_modal_title {
  display: flex;
  align-items: center;
}
.c-maintenance__maintenance_modals .c-maintenance__maintenance_modal .u-item-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.8rem;
  background-color: #2dbfe7;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-maintenance__maintenance_modals .c-maintenance__maintenance_modal .u-item-number {
    font-size: 1.8rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.c-maintenance__maintenance_modals .c-maintenance__maintenance_modal .u-item-title {
  padding-left: 1.6rem;
  font-size: 2.1rem;
  letter-spacing: 0.21rem;
}
@media screen and (max-width: 767px) {
  .c-maintenance__maintenance_modals .c-maintenance__maintenance_modal .u-item-title {
    padding-left: 1rem;
    max-width: calc(100% - 9vmin);
    white-space: nowrap;
    font-size: 1.8rem;
  }
}
.c-maintenance__maintenance_modals .c-maintenance__maintenance_modal .c-maintenance__content_separetor {
  margin: 0 auto 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-maintenance__maintenance_modals .c-maintenance__maintenance_modal .c-maintenance__content_separetor {
    margin-bottom: 1rem;
  }
}
.c-maintenance__maintenance_modals .c-maintenance__maintenance_modal ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-maintenance__maintenance_modals .c-maintenance__maintenance_modal ul {
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 0.5rem;
  }
}
.c-maintenance__maintenance_modals .c-maintenance__maintenance_modal_item-li {
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1em;
  line-break: strict;
  width: 47.5%;
  line-height: 2.7rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .c-maintenance__maintenance_modals .c-maintenance__maintenance_modal_item-li {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.c-maintenance__maintenance_modals .c-maintenance__maintenance_modal .u-close {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-maintenance__maintenance_modals .c-maintenance__maintenance_modal .u-close {
    width: 8vmin;
    height: 8vmin;
  }
}
.c-maintenance__maintenance_modals .c-maintenance__maintenance_modal .u-close img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.c-maintenance__maintenance_modals .c-maintenance__maintenance_modal-remark {
  margin-top: 2rem;
  text-align: right;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-maintenance__maintenance_modals .c-maintenance__maintenance_modal-remark {
    font-size: 1.1rem;
  }
}
.c-maintenance__maintenance_modals.is-visible {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

/* ------------------------------------------
 　ローディング
------------------------------------------ */
body.is-loading {
  overflow: hidden;
}

.c-loading {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10200;
}

.c-loading img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 25.3rem;
  opacity: 0;
}/*# sourceMappingURL=common.css.map */