@charset "UTF-8";
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  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] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  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;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-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;
     -moz-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;
  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;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  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] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  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;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-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;
     -moz-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;
  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;
}


body {
  font-family: "Noto Sans JP", sans-serif, "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #FFFFFF;
  line-height: 1.5;
  font-size: 16px;
}

html {
  color: #202020;
}

section {
  padding-block: 100px;
}

.sec-container {
  max-width: 1920px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
}

img {
  width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.8;
}

.only-sp {
  display: none;
}
@media screen and (max-width: 820px) {
  .only-sp {
    display: block;
  }
}

.title-area {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1;
}
.title-area .title-en {
  color: #F0831F;
  font-size: 36px;
  font-family: "Lato";
  text-transform: uppercase;
  margin-bottom: 10px;
  font-style: italic;
}
@media screen and (max-width: 820px) {
  .title-area .title-en {
    font-size: 20px;
  }
}
.title-area .title-ja {
  color: #202020;
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .title-area .title-ja {
    font-size: 26px;
  }
}

.detail-button {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  color: white;
  display: block;
  width: 100%;
  max-width: 224px;
  margin-inline: auto;
  padding-block: 16px;
  background: #202020;
  border-radius: 5px;
}

.back-button {
  border: 1px solid #E0E0E0;
  padding: 5px;
  margin-top: 60px;
  margin-inline: auto;
  display: block;
  border-radius: 3px;
  padding-left: 20px;
  position: relative;
}
.back-button:hover {
  opacity: 0.8;
}
.back-button::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #202020;
  border-right: solid 1px #202020;
  position: absolute;
  top: 15px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 10px;
}

.header_right-sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .header_right-sp {
    display: block;
  }
}

.gnav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100%;
  background-color: #eaeaea;
  z-index: 9999;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
}

.SP_menu.active + .gnav {
  left: 0;
  opacity: 1;
}

.gnav ul {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}

.gnav ul li:first-child {
  margin-top: 100px;
}

.gnav ul li {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}

.gnav ul li a {
  color: black;
  font-weight: 500;
}

.gnav .gnav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gnav .gnav-buttons .gnav-button {
  width: 100%;
  max-width: 270px;
  margin-inline: auto;
}
.gnav .gnav-buttons .gnav-button:nth-of-type(2) a {
  background: #0099D8;
}
.gnav .gnav-buttons .gnav-button:nth-of-type(3) a {
  background: #202020;
}
.gnav .gnav-buttons .gnav-button a {
  display: block;
  text-align: center;
  color: white;
  background: #F0831F;
  border-radius: 5px;
  padding-block: 10px;
  margin-bottom: 10px;
}

.SP_menu {
  width: 65px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 10px;
  right: -100px;
  border: 15px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  z-index: 10000;
  right: 20px;
}
@media screen and (max-width: 820px) {
  .SP_menu {
    top: 5px;
    right: 10px;
  }
}

.menu-trigger,
.menu-trigger span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  width: 30px;
  height: 30px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: black;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 45%;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.SP_menu.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(19px) rotate(-45deg);
          transform: translateY(19px) rotate(-45deg);
}

.SP_menu.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.SP_menu.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

/*======================= END OF HAMBURGER MENU =======================*/
header {
  position: fixed;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  background: white;
  z-index: 99999;
}
header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  max-width: 1820px;
  margin: 0 0 0 min(5vw, 100px);
}
@media screen and (max-width: 1000px) {
  header .header-wrap {
    padding: 15px;
    display: block;
    margin-left: 0;
  }
}
header .header-wrap .header-logo {
  max-width: 216px;
}
@media screen and (max-width: 1000px) {
  header .header-wrap .header-logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 820px) {
  header .header-wrap .header-logo {
    max-width: 144px;
  }
}
header .header-wrap .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
header .header-wrap .header-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 5px;
  color: #202020;
  font-size: min(1.5vw, 15px);
}
header .header-wrap .header-right ul li a {
  position: relative;
}
header .header-wrap .header-right ul li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 820px) {
  header .header-wrap .header-right {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  header .header-wrap .header-right {
    display: none;
  }
}
header .header-wrap .header-right .header-right-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-wrap .header-right .header-right-buttons .header-right-button {
  display: block;
  width: min(10vw, 190px);
  min-width: 120px;
  padding-block: min(3vw, 32px);
  color: white;
  text-align: center;
  font-size: min(6vw, 18px);
  font-weight: bold;
  background: #F0831F;
}
header .header-wrap .header-right .header-right-buttons .header-right-button:nth-child(2) {
  background: #0099D8;
}
header .header-wrap .header-right .header-right-buttons .header-right-button:nth-child(3) {
  background: #202020;
}
header .header-wrap .header-right .header-right-buttons .header-right-button:hover {
  opacity: 0.8;
}
header .header-wrap .header-right .header-right-buttons .seller-button {
  cursor: pointer;
}
header .header-wrap .header-right .seller-link-area {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-block: 60px;
  padding-inline: 20px;
  display: none;
  background: black;
}
header .header-wrap .header-right .seller-link-area .seller-link-wrapper {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
header .header-wrap .header-right .seller-link-area .seller-link-wrapper .seller-link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  max-width: 750px;
  margin-inline: auto;
  padding-right: 60px;
}
header .header-wrap .header-right .seller-link-area .seller-link-wrapper .seller-link-inner .seller-link-title {
  color: white;
  width: 10%;
  margin-right: 5%;
  font-weight: 500;
}
header .header-wrap .header-right .seller-link-area .seller-link-wrapper .seller-link-inner .seller-link-title::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px white;
  border-right: solid 1px white;
  position: absolute;
  left: -12px;
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .header-wrap .header-right .seller-link-area .seller-link-wrapper .seller-link-inner ul {
  max-width: 920px;
  width: 85%;
  margin-inline: auto;
  color: white;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
header .header-wrap .header-right .seller-link-area .seller-link-wrapper .seller-link-inner ul li {
  max-width: 350px;
  font-weight: 500;
  position: relative;
}
header .header-wrap .header-right .seller-link-area .seller-link-wrapper .seller-link-inner ul li:hover {
  text-decoration: underline;
}
header .header-wrap .header-right .seller-link-area .seller-link-wrapper .seller-link-inner ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px white;
  border-right: solid 1px white;
  position: absolute;
  left: -12px;
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .header-wrap .header-right .seller-link-area .close-button {
  position: absolute;
  top: 0;
  right: -10px;
  width: 60px;
  height: 60px;
  width: 60px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
header .header-wrap .header-right .seller-link-area .close-button:hover {
  opacity: 0.7;
}

/*======================= END OF HEADER =======================*/
footer {
  max-width: 1920px;
  width: 100%;
  padding-block: 60px 25px;
  margin-inline: auto;
  background: url(../images/footer-back.jpg);
  background-size: cover;
  background-position: bottom center;
}
footer .footer-wrap {
  border-bottom: 1px solid white;
  padding-bottom: 30px;
}
footer .footer-wrap .footer-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 820px) {
  footer .footer-wrap .footer-contents {
    gap: 20px;
  }
}
footer .footer-wrap .footer-contents .footer-item-left {
  width: 60%;
  min-width: 560px;
}
@media screen and (max-width: 820px) {
  footer .footer-wrap .footer-contents .footer-item-left {
    width: 100%;
    min-width: unset;
  }
}
footer .footer-wrap .footer-contents .footer-item-left .footer-logo {
  max-width: 390px;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  footer .footer-wrap .footer-contents .footer-item-left .footer-logo {
    max-width: 280px;
  }
}
footer .footer-wrap .footer-contents .footer-item-left .footer-list-wrap {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 30px;
  margin-left: 4%;
}
@media screen and (max-width: 600px) {
  footer .footer-wrap .footer-contents .footer-item-left .footer-list-wrap {
    grid-template-columns: 1fr;
    gap: 0;
    width: 96%;
  }
}
footer .footer-wrap .footer-contents .footer-item-left .footer-list-wrap .footer-list {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
footer .footer-wrap .footer-contents .footer-item-left .footer-list-wrap .footer-list li {
  position: relative;
  padding-left: 10px;
}
footer .footer-wrap .footer-contents .footer-item-left .footer-list-wrap .footer-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px white;
  border-right: solid 1px white;
  position: absolute;
  left: -10px;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
footer .footer-wrap .footer-contents .footer-item-left .footer-list-wrap .footer-list li:has(span)::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
footer .footer-wrap .footer-contents .footer-item-left .footer-list-wrap .footer-list li a:hover {
  text-decoration: underline;
}
footer .footer-wrap .footer-contents .footer-item-left .footer-list-wrap .footer-list li .seller-list li {
  font-size: 12px;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
footer .footer-wrap .footer-contents .footer-item-left .footer-list-wrap .footer-list li .seller-list li::before {
  content: "-";
  width: 6px;
  height: 6px;
  position: absolute;
  left: -5px;
  top: 0;
  border: unset;
  -webkit-transform: unset;
          transform: unset;
}
footer .footer-wrap .footer-contents .footer-item-left .footer-list-wrap .footer-list li .seller-list li:first-child {
  margin-top: 10px;
}
footer .footer-wrap .footer-contents .footer-item-right {
  width: calc(40% - 15px);
}
@media screen and (max-width: 820px) {
  footer .footer-wrap .footer-contents .footer-item-right {
    width: 100%;
  }
}
footer .footer-wrap .footer-contents .footer-item-right .footer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
  margin-bottom: 35px;
}
@media screen and (max-width: 820px) {
  footer .footer-wrap .footer-contents .footer-item-right .footer-buttons {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
}
footer .footer-wrap .footer-contents .footer-item-right .footer-buttons .footer-button {
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  max-width: 520px;
  text-align: center;
  color: white;
  background: #F0831F;
  border: 1px solid white;
  border-radius: 10px;
  padding-block: 27px;
}
footer .footer-wrap .footer-contents .footer-item-right .footer-buttons .footer-button:nth-child(2) {
  background: #0099D8;
}
@media screen and (max-width: 820px) {
  footer .footer-wrap .footer-contents .footer-item-right .footer-buttons .footer-button {
    font-size: 24px;
    padding-block: 20px;
    max-width: 350px;
  }
}
@media screen and (max-width: 420px) {
  footer .footer-wrap .footer-contents .footer-item-right .footer-buttons .footer-button {
    max-width: unset;
  }
}
footer .footer-wrap .footer-contents .footer-item-right .footer-contact-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
footer .footer-wrap .footer-contents .footer-item-right .footer-contact-area .footer-tel {
  height: 100%;
  width: 100%;
  width: 280px;
  color: white;
  display: none;
}
footer .footer-wrap .footer-contents .footer-item-right .footer-contact-area .footer-tel .tel-text {
  padding-block: 4px;
  text-align: center;
  width: 100%;
  max-width: 250px;
  border: 1px solid white;
  border-radius: 16px;
}
footer .footer-wrap .footer-contents .footer-item-right .footer-contact-area .footer-tel .tel-num {
  font-family: "Lato";
  font-size: 36px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
footer .footer-wrap .footer-contents .footer-item-right .footer-contact-area .footer-tel .tel-num .icon-tel {
  max-width: 28px;
  margin-right: 3px;
}
footer .footer-wrap .footer-contents .footer-item-right .footer-contact-area .footer-tel .tel-time {
  font-size: 14px;
}
footer .footer-wrap .footer-contents .footer-item-right .footer-contact-area .footer-mail {
  width: 100%;
  max-width: 250px;
}
@media screen and (max-width: 820px) {
  footer .footer-wrap .footer-contents .footer-item-right .footer-contact-area .footer-mail {
    max-width: 345px;
  }
}
@media screen and (max-width: 420px) {
  footer .footer-wrap .footer-contents .footer-item-right .footer-contact-area .footer-mail {
    max-width: unset;
  }
}
footer .footer-wrap .footer-contents .footer-item-right .footer-contact-area .footer-mail a {
  padding-block: 40px;
  height: auto;
  display: block;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  border-radius: 7px;
}
@media screen and (max-width: 820px) {
  footer .footer-wrap .footer-contents .footer-item-right .footer-contact-area .footer-mail a {
    padding-block: 20px;
  }
}
footer .footer-wrap .footer-contents .footer-item-right .footer-contact-area .footer-mail .icon-mail {
  max-width: 26px;
  margin-right: 5px;
}
footer .footer-bottom {
  color: white;
  text-align: center;
  margin-top: 20px;
}
footer .footer-bottom .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin-bottom: 30px;
}
footer .footer-bottom .company:hover {
  text-decoration: underline;
}
footer .footer-bottom .company .icon-link {
  max-width: 16px;
}
footer .footer-bottom .copy {
  font-size: 12px;
}

/*======================= END OF FOOTER =======================*/
.sec-mv {
  padding-block: 0;
}
.sec-mv .sec-container {
  position: relative;
  z-index: 0;
}
.sec-mv .sec-container .mv-buttons {
  position: absolute;
  bottom: min(2vw, 50px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .sec-mv .sec-container .mv-buttons {
    bottom: 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 420px) {
  .sec-mv .sec-container .mv-buttons {
    bottom: 3%;
  }
}
.sec-mv .sec-container .mv-buttons .mv-button {
  display: block;
  width: 100%;
  max-width: min(25vw, 470px);
  color: white;
  text-align: center;
  font-size: min(2vw, 32px);
  font-weight: bold;
  padding-block: min(3vw, 43px);
  border-radius: 10px;
  background: #F0831F;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.24);
  position: relative;
}
@media screen and (max-width: 820px) {
  .sec-mv .sec-container .mv-buttons .mv-button {
    width: 96%;
    max-width: 400px;
    font-size: 24px;
    padding-block: 22px 23px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 420px) {
  .sec-mv .sec-container .mv-buttons .mv-button {
    text-align: left;
  }
}
.sec-mv .sec-container .mv-buttons .mv-button:hover {
  opacity: 0.8;
}
.sec-mv .sec-container .mv-buttons .mv-button:nth-child(2) {
  background: #0099D8;
}
.sec-mv .sec-container .mv-buttons .mv-button::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 2px white;
  border-right: solid 2px white;
  position: absolute;
  right: min(2vw, 40px);
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1100px) {
  .sec-mv .sec-container .mv-buttons .mv-button::after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 820px) {
  .sec-mv .sec-container .mv-buttons .mv-button::after {
    right: 26px;
  }
}

/*======================= END OF MV =======================*/
.sec-sell {
  padding-bottom: 120px;
}
@media screen and (max-width: 820px) {
  .sec-sell {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.sec-sell .sec-container .titile-area {
  margin-bottom: 40px;
}
.sec-sell .sec-container .sell-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2px;
}
@media screen and (max-width: 820px) {
  .sec-sell .sec-container .sell-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec-sell .sec-container .sell-list .sell-item {
  height: 324px;
  background-size: 380px auto;
  background-position: top 45% center;
  background-repeat: no-repeat;
  background-color: #eaeaea;
}
@media screen and (max-width: 820px) {
  .sec-sell .sec-container .sell-list .sell-item {
    background-size: 48vw;
    height: 210px;
  }
}
.sec-sell .sec-container .sell-list .sell-item:nth-child(1) {
  background-image: url(../images/top/mclaren.png);
}
.sec-sell .sec-container .sell-list .sell-item:nth-child(2) {
  background-image: url(../images/top/porsche.png);
}
.sec-sell .sec-container .sell-list .sell-item:nth-child(2) .sell-item-link::after {
  background: #F0831F !important;
}
.sec-sell .sec-container .sell-list .sell-item:nth-child(3) {
  background-image: url(../images/top/vw.png);
}
.sec-sell .sec-container .sell-list .sell-item:nth-child(4) {
  background-image: url(../images/top/suv.png);
}
.sec-sell .sec-container .sell-list .sell-item:nth-child(4) .sell-item-link::after {
  background: #F0831F !important;
}
.sec-sell .sec-container .sell-list .sell-item:nth-child(5) {
  background-image: url(../images/top/sedan.png);
}
.sec-sell .sec-container .sell-list .sell-item:nth-child(6) {
  background-image: url(../images/top/rv.png);
}
.sec-sell .sec-container .sell-list .sell-item:nth-child(6) .sell-item-link::after {
  background: #F0831F !important;
}
.sec-sell .sec-container .sell-list .sell-item:nth-child(7) {
  background-image: url(../images/top/compact.png);
}
.sec-sell .sec-container .sell-list .sell-item:nth-child(8) {
  background-image: url(../images/top/old.png);
}
.sec-sell .sec-container .sell-list .sell-item:nth-child(8) .sell-item-link::after {
  background: #F0831F !important;
}
.sec-sell .sec-container .sell-list .sell-item .sell-item-link {
  display: block;
  height: 100%;
  position: relative;
}
.sec-sell .sec-container .sell-list .sell-item .sell-item-link::after {
  content: "";
  background: #0099D8;
  width: 3.2vw;
  height: 2.8vw;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 820px) {
  .sec-sell .sec-container .sell-list .sell-item .sell-item-link::after {
    width: 30px;
    height: 30px;
  }
}
.sec-sell .sec-container .sell-list .sell-item .sell-item-link:hover::after {
  width: 3.9vw;
  height: 3.5vw;
}
@media screen and (max-width: 820px) {
  .sec-sell .sec-container .sell-list .sell-item .sell-item-link:hover::after {
    width: 40px;
    height: 40px;
  }
}
.sec-sell .sec-container .sell-list .sell-item .sell-item-link .sell-item-title {
  position: absolute;
  bottom: 0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  padding: 0 80px 5px 5px;
}
@media screen and (max-width: 820px) {
  .sec-sell .sec-container .sell-list .sell-item .sell-item-link .sell-item-title {
    padding-right: 10px;
    font-size: 12px;
  }
}

/*======================= END OF SELL =======================*/
.sec-case {
  padding-top: 0;
}
@media screen and (max-width: 820px) {
  .sec-case {
    padding-bottom: 60px;
  }
}
.sec-case .sec-container {
  padding-block: 80px;
  background: -webkit-gradient(linear, left top, right top, from(#F0F0F0), color-stop(50%, #F0F0F0), color-stop(50%, white), to(white));
  background: linear-gradient(90deg, #F0F0F0 0%, #F0F0F0 50%, white 50%, white 100%);
}
@media screen and (max-width: 820px) {
  .sec-case .sec-container {
    padding-block: 40px 60px;
  }
}
.sec-case .sec-container .case-wrap {
  width: 100%;
  max-width: 1900px;
}
.sec-case .sec-container .case-wrap .title-area {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .sec-case .sec-container .case-wrap .title-area {
    margin-bottom: 105px;
  }
}
.sec-case .sec-container .case-wrap .case-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .sec-case .sec-container .case-wrap .case-area {
    margin-bottom: 40px;
  }
}
.sec-case .sec-container .case-wrap .case-area .case-area-list {
  width: 100%;
}
.sec-case .sec-container .case-wrap .case-area .case-area-list .swiper-container .swiper .swiper-wrapper .slide-img {
  margin-bottom: 10px;
}
.sec-case .sec-container .case-wrap .case-area .case-area-list .swiper-container .swiper .swiper-wrapper .slide-text .seller-info {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D0D0D0;
}
.sec-case .sec-container .case-wrap .case-area .case-area-list .swiper-container .swiper .swiper-wrapper .slide-text .car-info {
  font-size: 20px;
  font-weight: bold;
}
.sec-case .sec-container .case-wrap .case-area .case-area-list .swiper-container .swiper .swiper-wrapper .slide-text .price-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.sec-case .sec-container .case-wrap .case-area .case-area-list .swiper-container .swiper .swiper-wrapper .slide-text .price-info .price-text {
  font-size: 15px;
  color: white;
  background: #202020;
  border-radius: 2px;
  padding: 2px 10px;
  margin-right: 8px;
}
.sec-case .sec-container .case-wrap .case-area .case-area-list .swiper-container .swiper .swiper-wrapper .slide-text .price-info .price {
  color: #F0831F;
  font-size: 27px;
  margin-right: 3px;
}
.sec-case .sec-container .case-wrap .case-area .case-area-list .swiper-container .swiper .swiper-wrapper .slide-text .price-info .price-unit {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 5px;
}
.sec-case .sec-container .case-wrap .case-area .case-area-list .swiper-buttons {
  position: absolute;
  top: -120px;
  right: min(20vw, 360px);
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .sec-case .sec-container .case-wrap .case-area .case-area-list .swiper-buttons {
    top: -80px;
  }
}
.sec-case .sec-container .case-wrap .case-area .case-area-list .swiper-buttons .swiper-button-prev,
.sec-case .sec-container .case-wrap .case-area .case-area-list .swiper-buttons .swiper-button-next {
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 0;
}
.sec-case .sec-container .case-wrap .case-area .case-area-list .swiper-buttons .swiper-button-prev::before,
.sec-case .sec-container .case-wrap .case-area .case-area-list .swiper-buttons .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../images/top/icon-prev.png);
}
.sec-case .sec-container .case-wrap .case-area .case-area-list .swiper-buttons .swiper-button-prev {
  left: -75px;
}
.sec-case .sec-container .case-wrap .case-area .case-area-list .swiper-buttons .swiper-button-next::before {
  background: url(../images/top/icon-next.png);
}
.sec-case .sec-container .case-wrap .archive-button {
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: white;
  background: #0099D8;
  width: 100%;
  max-width: 224px;
  margin-inline: auto;
  padding-block: 16px;
  border-radius: 5px;
}

/*======================= END OF CASE =======================*/
.sec-about {
  padding-top: 0;
  background-image: url(../images/top/about-back.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .sec-about {
    background-image: url(../images/top/about-back-sp.png);
  }
}
.sec-about .sec-container .about-wrap .title-area {
  margin-bottom: 30px;
}
.sec-about .sec-container .about-wrap .about-text {
  width: 95%;
  max-width: 810px;
  margin-inline: auto;
  margin-bottom: 50px;
}
.sec-about .sec-container .about-wrap .about-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 45px;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .sec-about .sec-container .about-wrap .about-list {
    grid-template-columns: 1fr;
  }
}
.sec-about .sec-container .about-wrap .about-list .about-item {
  background: white;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.sec-about .sec-container .about-wrap .about-list .about-item::before {
  content: "01";
  position: absolute;
  top: -30px;
  left: 20px;
  background: #202020;
  width: 55px;
  height: 55px;
  color: white;
  font-size: 27px;
  font-family: "Lato";
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-about .sec-container .about-wrap .about-list .about-item:nth-child(2)::before {
  content: "02";
}
.sec-about .sec-container .about-wrap .about-list .about-item:nth-child(3)::before {
  content: "03";
}
.sec-about .sec-container .about-wrap .about-list .about-item .about-item-textArea {
  padding: 20px 20px 30px;
}
.sec-about .sec-container .about-wrap .about-list .about-item .about-item-textArea .about-item-title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .sec-about .sec-container .about-wrap .about-list .about-item .about-item-textArea .about-item-title {
    font-size: 22px;
  }
}
.sec-about .sec-container .about-wrap .about-list .about-item .about-item-textArea .about-item-title .orange {
  color: #F0831F;
}

/*======================= END OF ABOUT =======================*/
.sec-distro {
  background: url(../images/top/distro-back.jpg);
  background-size: cover;
  background-position: left;
}
@media screen and (max-width: 820px) {
  .sec-distro {
    padding-block: 60px;
  }
}
.sec-distro .sec-container .distro-wrap .title-area .title-ja {
  color: white;
}
.sec-distro .sec-container .distro-wrap .distro-text {
  color: white;
  width: 95%;
  max-width: 810px;
  margin-inline: auto;
  margin-bottom: 60px;
}
.sec-distro .sec-container .distro-wrap .distro-img {
  width: 90%;
  margin-inline: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .sec-distro .sec-container .distro-wrap .distro-img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.sec-distro .sec-container .distro-wrap .detail-button {
  background: #F0831F;
}

/*======================= END OF DISTRO =======================*/
.sec-consignment {
  background-image: url(../images/top/consignment-back.jpg);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 820px) {
  .sec-consignment {
    background-image: url(../images/top/consignment-back-sp.jpg);
    padding-block: 60px;
  }
}
.sec-consignment::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(25vw, 520px);
  height: 310px;
  background: url(../images/top/car.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .sec-consignment::after {
    display: none;
  }
}
.sec-consignment .sec-container .consignment-wrap .consignment-text {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .sec-consignment .sec-container .consignment-wrap .consignment-text {
    text-align: left;
  }
}
.sec-consignment .sec-container .consignment-wrap .compare-title {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  .sec-consignment .sec-container .consignment-wrap .compare-title {
    font-size: 19px;
  }
}
.sec-consignment .sec-container .consignment-wrap .compare-title::before, .sec-consignment .sec-container .consignment-wrap .compare-title::after {
  content: "";
  position: absolute;
  background: #202020;
  bottom: 0;
  width: 4px;
  height: 80%;
}
@media screen and (max-width: 820px) {
  .sec-consignment .sec-container .consignment-wrap .compare-title::before, .sec-consignment .sec-container .consignment-wrap .compare-title::after {
    width: 2px;
  }
}
.sec-consignment .sec-container .consignment-wrap .compare-title::before {
  left: -20px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.sec-consignment .sec-container .consignment-wrap .compare-title::after {
  right: -10px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.sec-consignment .sec-container .consignment-wrap .compare-title .blue,
.sec-consignment .sec-container .consignment-wrap .compare-title .orange,
.sec-consignment .sec-container .consignment-wrap .compare-title .large {
  font-size: 36px;
}
@media screen and (max-width: 820px) {
  .sec-consignment .sec-container .consignment-wrap .compare-title .blue,
  .sec-consignment .sec-container .consignment-wrap .compare-title .orange,
  .sec-consignment .sec-container .consignment-wrap .compare-title .large {
    font-size: 24px;
  }
}
.sec-consignment .sec-container .consignment-wrap .compare-title .blue {
  color: #0099D8;
}
.sec-consignment .sec-container .consignment-wrap .compare-title .orange {
  color: #F0831F;
}
.sec-consignment .sec-container .consignment-wrap .compare-table {
  margin-inline: auto;
  border-collapse: collapse;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .sec-consignment .sec-container .consignment-wrap .compare-table {
    margin-bottom: 40px;
  }
}
.sec-consignment .sec-container .consignment-wrap .compare-table thead th {
  width: 570px;
  background: #0099D8;
  color: white;
  font-size: 32px;
  text-align: center;
  border-right: 3px solid #EFEFEF;
  padding-block: 16px 13px;
}
@media screen and (max-width: 820px) {
  .sec-consignment .sec-container .consignment-wrap .compare-table thead th {
    font-size: 24px;
    border-right: 1px solid #EFEFEF;
  }
}
.sec-consignment .sec-container .consignment-wrap .compare-table thead th:nth-child(2) {
  background: #F0831F;
}
.sec-consignment .sec-container .consignment-wrap .compare-table tbody td {
  padding: min(3vw, 40px) min(10vw, 100px);
  background: white;
  border-right: 3px solid #EFEFEF;
}
@media screen and (max-width: 820px) {
  .sec-consignment .sec-container .consignment-wrap .compare-table tbody td {
    font-size: 14px;
    padding: 10px;
    border-right: 1px solid #EFEFEF;
  }
}

/*======================= END OF CONSIGNMENT =======================*/
.sec-top-form {
  background-color: white;
  background-image: url(../images/top/form-back.jpg);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .sec-top-form {
    padding-top: 80px;
  }
}
.sec-top-form .sec-container .top-form-wrap .title-en {
  color: #0099D8;
}
.sec-top-form .sec-container .top-form-wrap .form-text {
  max-width: 810px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.sec-top-form .sec-container .top-form-wrap .form-img {
  max-width: 1200px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.sec-top-form .sec-container .top-form-wrap .form-link-button {
  display: block;
  color: white;
  background: #0099D8;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-block: 27px;
  max-width: 520px;
  margin-inline: auto;
  border-radius: 5px;
}
@media screen and (max-width: 820px) {
  .sec-top-form .sec-container .top-form-wrap .form-link-button {
    font-size: 20px;
    padding-block: 16px;
  }
}

/*======================= END OF FORM =======================*/
.sec-form {
  padding-top: 40px;
}
.sec-form .sec-container .form-wrap {
  max-width: 1100px;
}
.sec-form .sec-container .form-wrap .form-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 40px;
}
.sec-form .sec-container .form-wrap .form-frame {
  max-width: 1100px;
  max-width: 850px;
  margin-inline: auto;
}
.sec-form .sec-container .form-wrap .form-frame .form-sub-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.sec-form .sec-container .form-wrap .form-frame .confirm-text {
  font-size: 18px;
  margin-bottom: 16px;
}
.sec-form .sec-container .form-wrap .form-frame .complete-text {
  margin-bottom: 24px;
}
.sec-form .sec-container .form-wrap .form-frame .error {
  color: red;
  font-weight: 500;
  margin-top: 8px;
}
.sec-form .sec-container .form-wrap .form-frame .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}
.sec-form .sec-container .form-wrap .form-frame .form-box input[type=text],
.sec-form .sec-container .form-wrap .form-frame .form-box input[type=email] {
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  padding-block: 2px;
}
.sec-form .sec-container .form-wrap .form-frame .form-box textarea {
  border: 1px solid #E0E0E0;
  padding: 5px;
  width: 100%;
}
.sec-form .sec-container .form-wrap .form-frame .form-box select {
  border: 1px solid grey;
  padding: 3px;
  border-radius: 5px;
}
.sec-form .sec-container .form-wrap .form-frame .form-box .form-box-label {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.sec-form .sec-container .form-wrap .form-frame .form-box .form-box-label .req {
  font-size: 12px;
  font-weight: 500;
  color: #FF2F2F;
  background: #FFBEBE;
  margin-right: 6px;
  border-radius: 5px;
  padding-block: 2px;
  padding-inline: 3px;
}
.sec-form .sec-container .form-wrap .form-frame .form-box .form-box-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.sec-form .sec-container .form-wrap .form-frame .form-button {
  font-size: 22px;
  font-weight: 500;
  display: block;
  color: white;
  background: #F0831F;
  text-align: center;
  padding-block: 12px 14px;
  width: 100%;
  max-width: 310px;
  margin-inline: auto;
  border-radius: 30px;
  position: relative;
}
.sec-form .sec-container .form-wrap .form-frame .form-button::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px white;
  border-right: solid 1px white;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.sec-form .sec-container .form-wrap .form-frame .form-button:nth-child(2) {
  margin-block: 16px;
}
.sec-form .sec-container .form-wrap .form-frame .service-charge {
  max-width: 650px;
  margin-bottom: 20px;
}
.sec-form .sec-container .form-wrap .form-frame .service-charge .service-charge-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 820px) {
  .sec-form .sec-container .form-wrap .form-frame .service-charge .service-charge-title {
    font-size: 18px;
  }
}

/* -----------------------------
  下層（固定）ページ共通
----------------------------- */
.sub-page-title {
  background-image: url(../images/page/title-back.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-block: 60px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .sub-page-title {
    padding-block: 40px;
    background-image: url(../images/page/title-back-sp.jpg);
  }
}
.sub-page-title .sub-title-en {
  font-family: "Lato";
  font-weight: bold;
  font-style: italic;
  font-size: 36px;
  color: #F0831F;
}
@media screen and (max-width: 820px) {
  .sub-page-title .sub-title-en {
    font-size: 20px;
  }
}
.sub-page-title h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .sub-page-title h1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 820px) {
  .sec-page {
    padding-top: 30px;
  }
}
.sec-page .sec-container .page-wrap {
  max-width: 920px;
  margin-inline: auto;
}
.sec-page .sec-container .page-wrap .page-content h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-block: 75px 50px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .sec-page .sec-container .page-wrap .page-content h2 {
    font-size: 24px;
  }
}
.sec-page .sec-container .page-wrap .page-content h2::after {
  content: "";
  position: absolute;
  background: url(../images/page/h2-back.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 186px;
  height: 90px;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec-page .sec-container .page-wrap .page-content h3 {
  background: #202020;
  padding-block: 10px;
  padding-inline: 30px 15px;
  margin-block: 60px 20px;
}
@media screen and (max-width: 820px) {
  .sec-page .sec-container .page-wrap .page-content h3 {
    margin-block: 50px 20px;
  }
}
.sec-page .sec-container .page-wrap .page-content h3 .h3-text {
  color: white;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.sec-page .sec-container .page-wrap .page-content h3 .h3-text::before {
  content: "";
  width: 6px;
  height: 28px;
  background: white;
  position: absolute;
  top: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
}
@media screen and (max-width: 820px) {
  .sec-page .sec-container .page-wrap .page-content h3 .h3-text::before {
    width: 3px;
  }
}
.sec-page .sec-container .page-wrap .page-content p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.875;
}
.sec-page .sec-container .page-wrap .page-content .marker {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFAE64));
  background: linear-gradient(transparent 60%, #FFAE64 60%);
}
.sec-page .sec-container .page-wrap .page-content .page-list {
  background: #FFF7E6;
  border-radius: 20px;
  padding-block: 30px 26px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: min(5vw, 55px);
  padding-right: 20px;
  list-style: none;
}
@media screen and (max-width: 820px) {
  .sec-page .sec-container .page-wrap .page-content .page-list {
    padding-left: 40px;
  }
}
.sec-page .sec-container .page-wrap .page-content .page-list li {
  margin-bottom: 8px;
  position: relative;
}
.sec-page .sec-container .page-wrap .page-content .page-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
  width: 10px;
  height: 10px;
  background: #F0831F;
  border-radius: 50%;
}
@media screen and (max-width: 820px) {
  .sec-page .sec-container .page-wrap .page-content .page-list li::before {
    top: 12px;
  }
}
.sec-page .sec-container .page-wrap .page-content .page-list .list-orange {
  color: #F0831F;
}
.sec-page .sec-container .page-wrap .page-content .page-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .sec-page .sec-container .page-wrap .page-content .page-table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sec-page .sec-container .page-wrap .page-content .page-table tbody tr {
  background: #EAF4F8;
}
@media screen and (max-width: 820px) {
  .sec-page .sec-container .page-wrap .page-content .page-table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
}
.sec-page .sec-container .page-wrap .page-content .page-table tbody tr:nth-of-type(2) {
  background: #EDF8E7;
}
.sec-page .sec-container .page-wrap .page-content .page-table tbody tr:nth-of-type(2) .td-head {
  background: #6EBA44;
}
.sec-page .sec-container .page-wrap .page-content .page-table tbody tr td {
  width: 255px;
  font-weight: 500;
  text-align: center;
  padding-block: 28px 27px;
  padding-inline: 5px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  vertical-align: middle;
}
@media screen and (max-width: 820px) {
  .sec-page .sec-container .page-wrap .page-content .page-table tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 85px;
    padding-inline: 10px;
    padding-block: 18px;
  }
}
.sec-page .sec-container .page-wrap .page-content .page-table tbody tr .td-head {
  width: 150px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  background: #0099D8;
}
@media screen and (max-width: 820px) {
  .sec-page .sec-container .page-wrap .page-content .page-table tbody tr .td-head {
    width: 100%;
  }
}
.sec-page .sec-container .page-wrap .page-content .conclusion {
  background: #FFF7E6;
  border-radius: 20px;
  padding: min(4vw, 40px);
}
@media screen and (max-width: 820px) {
  .sec-page .sec-container .page-wrap .page-content .conclusion {
    padding: 30px 20px;
  }
}
.sec-page .sec-container .page-wrap .page-content .conclusion p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 820px) {
  .sec-archive-case {
    padding-top: 40px;
  }
}
.sec-archive-case .sec-container .case-wrap .case-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .sec-archive-case .sec-container .case-wrap .case-contents {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 9px;
       -moz-column-gap: 9px;
            column-gap: 9px;
    row-gap: 30px;
  }
}
.sec-archive-case .sec-container .case-wrap .case-contents .case-item .archive-case-img {
  margin-bottom: 10px;
}
.sec-archive-case .sec-container .case-wrap .case-contents .case-item .case-item-text .seller-info {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D0D0D0;
}
@media screen and (max-width: 820px) {
  .sec-archive-case .sec-container .case-wrap .case-contents .case-item .case-item-text .seller-info {
    font-size: 14px;
  }
}
.sec-archive-case .sec-container .case-wrap .case-contents .case-item .case-item-text .car-info {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .sec-archive-case .sec-container .case-wrap .case-contents .case-item .case-item-text .car-info {
    font-size: 16px;
  }
}
.sec-archive-case .sec-container .case-wrap .case-contents .case-item .case-item-text .price-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .sec-archive-case .sec-container .case-wrap .case-contents .case-item .case-item-text .price-info {
    font-size: 13px;
  }
}
.sec-archive-case .sec-container .case-wrap .case-contents .case-item .case-item-text .price-info .price-text {
  font-size: 15px;
  color: white;
  background: #202020;
  border-radius: 2px;
  padding: 2px 10px;
  margin-right: 8px;
}
@media screen and (max-width: 820px) {
  .sec-archive-case .sec-container .case-wrap .case-contents .case-item .case-item-text .price-info .price-text {
    font-size: 12px;
  }
}
.sec-archive-case .sec-container .case-wrap .case-contents .case-item .case-item-text .price-info .price {
  color: #F0831F;
  font-size: 27px;
  margin-right: 3px;
}
@media screen and (max-width: 820px) {
  .sec-archive-case .sec-container .case-wrap .case-contents .case-item .case-item-text .price-info .price {
    font-size: 24px;
  }
}
.sec-archive-case .sec-container .case-wrap .case-contents .case-item .case-item-text .price-info .price-unit {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 5px;
}

/*======================= END OF ARCHIVE CASE =======================*/
@media screen and (max-width: 820px) {
  .sec-single-case {
    padding-top: 40px;
  }
}
.sec-single-case .sec-container .case-wrap {
  max-width: 920px;
}
.sec-single-case .sec-container .case-wrap .single-case-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .sec-single-case .sec-container .case-wrap .single-case-title {
    font-size: 24px;
  }
}
.sec-single-case .sec-container .case-wrap .seller-info {
  background: #202020;
  color: white;
  padding: 2px 10px 4px;
  font-weight: bold;
  margin-bottom: 30px;
}
.sec-single-case .sec-container .case-wrap .single-case-info {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: min(5vw, 80px);
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .sec-single-case .sec-container .case-wrap .single-case-info {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.sec-single-case .sec-container .case-wrap .single-case-info .single-case-contents .case-sub-title {
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #D0D0D0;
}
.sec-single-case .sec-container .case-wrap .single-case-info .single-case-contents .single-case-item {
  margin-bottom: 15px;
  font-weight: bold;
}
.sec-single-case .sec-container .case-wrap .single-case-info .single-case-contents .single-case-item:last-of-type {
  margin-bottom: 0;
}
.sec-single-case .sec-container .case-wrap .single-case-info .single-case-contents .single-case-item .price {
  color: #F0831F;
  font-size: 27px;
  margin-right: 3px;
}
.sec-single-case .sec-container .case-wrap .single-case-comments {
  background: #FFF7E6;
  border-radius: 10px;
  padding: 30px 40px;
}
@media screen and (max-width: 820px) {
  .sec-single-case .sec-container .case-wrap .single-case-comments {
    padding: 30px 20px;
  }
}
.sec-single-case .sec-container .case-wrap .single-case-comments .comments-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #F0831F;
}
.sec-single-case .sec-container .case-wrap .single-case-comments .comments-title img {
  max-width: 40px;
  margin-right: 6px;
}

/*======================= END OF SINGLE CASE =======================*/
/*_____________ アーカイブページ ページネーション _____________*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-numbers {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 20px;
  color: #666666;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #666666;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.page-numbers.current {
  padding: 10px 20px;
  background: #F0831F;
  color: #ffffff;
}

.page-numbers.prev,
.page-numbers.next {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #666666;
}

.page-numbers.dots {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #666666;
}

@media (max-width: 600px) {
  .page-numbers,
  .page-numbers.current {
    padding: 5px 10px;
  }
}
/*_____________ アーカイブページ ページネーション _____________*/
.sec-archive-catalog {
  padding-top: 40px;
}
.sec-archive-catalog .sec-container .catalog-wrap {
  max-width: 1000px;
  /*____________________ 売却強化車種 一覧ページ ____________________*/
  /*____________________ 車種 一覧ページ ____________________*/
}
.sec-archive-catalog .sec-container .catalog-wrap .catalog-title {
  background: #202020;
  color: white;
  padding: 5px 10px;
  font-size: 24px;
  margin-bottom: 20px;
}
.sec-archive-catalog .sec-container .catalog-wrap .catalog-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 820px) {
  .sec-archive-catalog .sec-container .catalog-wrap .catalog-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 420px) {
  .sec-archive-catalog .sec-container .catalog-wrap .catalog-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec-archive-catalog .sec-container .catalog-wrap .catalog-list .catalog-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec-archive-catalog .sec-container .catalog-wrap .catalog-list .catalog-item .catalog-link {
  text-decoration: underline;
}
.sec-archive-catalog .sec-container .catalog-wrap .type-title {
  background: #202020;
  color: white;
  padding: 5px 10px;
  font-size: 24px;
  margin-bottom: 20px;
}
.sec-archive-catalog .sec-container .catalog-wrap .type-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .sec-archive-catalog .sec-container .catalog-wrap .type-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec-archive-catalog .sec-container .catalog-wrap .type-list .type-item {
  font-size: 18px;
}
.sec-archive-catalog .sec-container .catalog-wrap .type-list .type-item .maker-name {
  font-weight: 500;
}
.sec-archive-catalog .sec-container .catalog-wrap .type-list .type-item .type-name {
  font-weight: 500;
  color: #0099D8;
  margin-bottom: 5px;
}
.sec-archive-catalog .sec-container .catalog-wrap .type-list .type-item .type-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 5/3;
  border: 1px solid #ddd;
}
.sec-archive-catalog .sec-container .catalog-wrap .type-list .type-item .type-img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

/*======================= END OF ARCHIVE CATALOG =======================*/
@media screen and (max-width: 820px) {
  .sec-single-catalog {
    padding-top: 40px;
  }
}
.sec-single-catalog .sec-container .catalog-wrap {
  max-width: 1000px;
}
.sec-single-catalog .sec-container .catalog-wrap .single-catalog-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
.sec-single-catalog .sec-container .catalog-wrap .catalog-info {
  background: #202020;
  color: white;
  padding: 2px 10px 4px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .sec-single-catalog .sec-container .catalog-wrap .catalog-info {
    font-size: 22px;
  }
}
.sec-single-catalog .sec-container .catalog-wrap .single-catalog-item {
  background: #FFAE64;
  padding: 15px;
  margin-bottom: 30px;
}
.sec-single-catalog .sec-container .catalog-wrap .single-catalog-item .single-catalog-year {
  font-size: 18px;
  color: #202020;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .sec-single-catalog .sec-container .catalog-wrap .single-catalog-item .single-catalog-year {
    font-size: 16px;
  }
}
.sec-single-catalog .sec-container .catalog-wrap .single-catalog-item .single-catalog-info {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  background: white;
  padding: 25px 15px;
}
@media screen and (max-width: 820px) {
  .sec-single-catalog .sec-container .catalog-wrap .single-catalog-item .single-catalog-info {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 420px) {
  .sec-single-catalog .sec-container .catalog-wrap .single-catalog-item .single-catalog-info {
    padding: 20px 10px;
  }
}
.sec-single-catalog .sec-container .catalog-wrap .single-catalog-item .single-catalog-info .single-catalog-img {
  border: 1px solid #ccc;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 5/3;
  border: 1px solid #ddd;
}
.sec-single-catalog .sec-container .catalog-wrap .single-catalog-item .single-catalog-info .single-catalog-img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.sec-single-catalog .sec-container .catalog-wrap .single-catalog-comments {
  font-size: 14px;
}
.sec-single-catalog .sec-container .catalog-wrap .single-catalog-comments .comments-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #F0831F;
}
.sec-single-catalog .sec-container .catalog-wrap .single-catalog-comments .comments-title img {
  max-width: 40px;
  margin-right: 6px;
}

/*======================= END OF SINGLE CATALOG =======================*//*# sourceMappingURL=style.css.map */