@charset "UTF-8";
/* ※このCSSファイルはSassから生成されています */
html {
  font-size: calc( 1000vw / 320 );
}
@media (orientation: landscape) and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1.6;
  color: #3C3C3C;
  background: #eaeaea;
  margin: 0;
  padding: 0;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}

small {
  font-size: 10px;
  font-size: 1rem;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

img {
  max-width: 100%;
  display: block;
  border-style: none;
  vertical-align: bottom;
  height: auto;
}

p, dl, dt, dd, ul, ul > li, h1, h2, h3, h4, h5, h6, iframe, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

ul {
  list-style: none;
}

ul > li {
  list-style-type: none;
}

caption, th {
  text-align: left;
}

q::before, q::after {
  content: '';
}

abbr, acronym {
  border: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

main {
  display: block;
}

.cf::before, .cf::after {
  content: "";
  display: table;
}
.cf::after {
  clear: both;
}

@media only screen and (min-width: 768px) {
  body {
    min-height: 600px;
  }
}

.img-circle {
  border-radius: 50%;
}

.txt-r {
  text-align: right;
}

.txt-c {
  text-align: center;
}

.flex-cw {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-ch {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.just {
  text-align: justify;
  text-justify: inter-ideograph;
}

.txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .txt--s {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

em {
  color: #ff0000;
}

hr {
  border-top: 1px dotted #bbb;
  border-bottom: none;
}

img[src$=".svg"] {
  width: 100%;
}

.sp-hide {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .sp-hide {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 768px) {
  .pc-hide {
    display: none !important;
  }
}

.note {
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
  color: 666;
}
@media only screen and (min-width: 768px) {
  .note {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

a {
  color: #22ac38;
}
a:visited, a:hover {
  color: #22ac38;
}

/*
ul li + li,
ol li + li  {margin-top: 0.5em;}

ol {padding-left: 3em;}

ol li > ul {padding-left: 1.5em;}
ol li > ul li {list-style-type: disc;}
*/
a {
  color: #22ac38;
}
a:visited, a:hover {
  color: #22ac38;
}

.more-link {
  margin-top: 0.5em;
  font-size: 13px;
  font-size: 1.3rem;
}
.more-link--r {
  text-align: right;
}
.more-link--l {
  text-align: left;
}
.more-link a {
  display: inline-block;
  color: #22ac38;
  font-weight: 500;
  text-decoration: none;
}
.more-link a::before {
  font-family: "Font Awesome 5 Free";
  padding: 0 0.3em;
  content: "\f105";
  font-weight: 900;
  font-size: 1.2em;
  text-decoration: none;
}
.tmb-list + .more-link {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .more-link {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .more-link a:hover {
    opacity: .8;
  }
}

a.more-box-link {
  padding: 0.5em 2em;
  border: 1px solid #aaa;
  border-radius: 2px;
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #3C3C3C;
}
a.more-box-link::before {
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  padding: 0 0.3em;
  content: "\f054";
  font-weight: 900;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  a.more-box-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
  a.more-box-link:hover {
    opacity: .8;
  }
}

a.home__more-box-link {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) {
  a.home__more-box-link {
    margin-bottom: 0;
  }
}

.en {
  font-family: 'Rubik', sans-serif;
}
.en--r {
  font-weight: 400;
}
.en--m {
  font-weight: 500;
}
.en--sb {
  font-weight: 600;
}
.en--b {
  font-weight: 700;
}
.en--eb {
  font-weight: 800;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans JP Regular"), url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.ttf") format("ttf"), url("../fonts/NotoSansJP-Regular.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans JP Medium"), url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.ttf") format("ttf"), url("../fonts/NotoSansJP-Medium.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans JP Bold"), url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.ttf") format("ttf"), url("../fonts/NotoSansJP-Bold.eot") format("embedded-opentype");
  font-display: swap;
}
.jp {
  font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.jp--r {
  font-weight: 400;
}
.jp--m {
  font-weight: 500;
}
.jp--sb {
  font-weight: 600;
}
.jp--b {
  font-weight: 700;
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  clear: both;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  color: #fff;
  padding: 0.8em 0;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  margin: 0 auto;
}
.btn--search {
  border: 2px solid #22ac38;
  color: #22ac38;
  background: #f4f4f4;
}
.btn--search:hover {
  background: #22ac38;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .btn {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.btn-wrap {
  text-align: center;
  margin-top: 3vw;
}
@media only screen and (min-width: 768px) {
  .btn-wrap {
    margin-top: 20px;
  }
}

.slide-btn a {
  font-size: 5vw;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  padding: 0.6em 0;
  position: relative;
  transition: transform .3s;
  overflow: hidden;
  z-index: 1;
  background: #22ac38;
}
.slide-btn a::before {
  font-size: 1.1em;
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 900;
  left: 10%;
  position: absolute;
  top: 50%;
  margin: auto;
  transition: transform .3s;
  z-index: 2;
  transform: translateY(-50%);
  font-style: normal;
}
.slide-btn a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 130%;
  height: 100%;
  background: #242222;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
@media only screen and (min-width: 768px) {
  .slide-btn a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .slide-btn a:hover::before {
    transform: translate(10px, -50%);
  }
  .slide-btn a:hover::after {
    transform-origin: left top;
    transform: skewX(-30deg) scale(1, 1);
  }
}
.slide-btn--more {
  width: 75%;
}
@media only screen and (min-width: 768px) {
  .slide-btn--more {
    width: 200px;
  }
}

a.round-btn {
  background: #fff;
  color: #3C3C3C;
  text-align: center;
  padding: 0.8em 3em;
  border-radius: 100vh;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #707070;
  position: relative;
  font-size: 4vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: .3s;
}
a.round-btn--full {
  width: 100%;
  padding: 0.8em 0;
}
a.round-btn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #707070;
  position: absolute;
  right: 10%;
  top: 50%;
  transition: all 0.25s;
  transform: translateY(-50%);
  font-size: 0.95em;
}
a.round-btn--cart::after {
  content: "\f07a";
  right: 8%;
}
@media only screen and (min-width: 768px) {
  a.round-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
  a.round-btn:hover {
    border-color: #aaa;
    color: #707070;
  }
  a.round-btn:hover::after {
    transform: translate(60%, -50%);
    color: #999;
  }
  a.round-btn--cart:hover::after {
    transform: translate(30%, -50%);
  }
}

.base-btn {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 1em 3em;
  border: 3px solid #2b2b2b;
  color: #2b2b2b;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 1;
}
.base-btn:hover {
  color: #f7f8f8;
}
@media only screen and (min-width: 768px) {
  .base-btn {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.base-btn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #2b2b2b;
  transform-origin: left bottom;
  transform: scale(1, 0);
  transition: transform .3s;
}
.base-btn:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
p + .base-btn, div + .base-btn, ul + .base-btn {
  margin-top: 2.5em;
}

.arrow-btn {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 1em 3em 0.2em 0;
  transition: transform .3s;
}
.arrow-btn::before {
  content: "";
  background: #2b2b2b;
  height: 1px;
  position: absolute;
  bottom: -0.5em;
  width: 120px;
  transition: transform .3s;
}
.arrow-btn::after {
  content: "";
  background: #2b2b2b;
  height: 1px;
  width: 15px;
  position: absolute;
  bottom: -3px;
  left: 113px;
  transform: rotate(45deg);
  transition: transform .3s;
}
.arrow-btn:hover::before {
  transform: translateX(15px);
}
.arrow-btn:hover::after {
  transform: translateX(9px) translateY(-1px) rotate(45deg);
}
.arrow-btn__wrap {
  margin-top: 0.8em;
}

.link-a::after, .link-b::before {
  font-family: "Font Awesome 5 Free";
  color: #22ac38;
  text-decoration: none;
  line-height: 1;
  padding: 0 0.3em;
  font-size: 1.2em;
}
.link-a--ex::after {
  content: "\f35d";
  font-weight: 900;
}
.link-a--ex-white::after {
  color: #fff;
}
.link-a--pdf::after {
  content: "\f1c1";
  font-weight: 400;
}

.link-b--map::before {
  content: "\f3c5";
  font-weight: 900;
}
.link-b--pdf::before {
  content: "\f1c1";
  font-weight: 400;
}
.link-b--mail::before {
  content: "\f0e0";
  font-weight: 400;
}
.link-b--print::before {
  content: "\f02f";
  font-weight: 900;
}

.icon-a::after {
  font-family: "Font Awesome 5 Free";
  text-decoration: none;
  line-height: 1;
  margin: 0 0.1em;
}
.icon-a--reg {
  position: relative;
  margin: 0 1em 0 0.1em;
}
.icon-a--reg::after {
  content: "\f25d";
  font-weight: 400;
  font-size: 0.8em;
  position: absolute;
  top: 10%;
}

.sns-icon {
  width: 10vw;
  height: 0 !important;
  height: 10vw;
  padding-top: 10vw;
  line-height: 10vw;
  display: block;
  overflow: hidden;
  position: relative;
  transition: .25s;
  color: #818099;
}
.sns-icon:hover {
  opacity: 0.8;
  color: #818099;
}
.sns-icon--yt {
  width: 12vw;
}
.sns-icon::before {
  font-family: "Font Awesome 5 Brands";
  text-decoration: none;
  line-height: 1;
  position: absolute;
  top: 0;
  font-size: 10vw;
}
.sns-icon--in::before {
  content: "\f16d";
}
.sns-icon--tw::before {
  content: "\f099";
}
.sns-icon--fb::before {
  content: "\f09a";
}
.sns-icon--yt::before {
  content: "\f167";
}
@media only screen and (min-width: 768px) {
  .sns-icon {
    width: 36px;
    height: 36px;
    padding-top: 36px;
    line-height: 36px;
  }
  .sns-icon::before {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .sns-icon--yt {
    width: 36px;
  }
  .sns-icon--yt::before {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.common-table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  width: 100%;
  border: 1px solid #22ac38;
}
.common-table thead th {
  padding: 0.5em;
  background: #22ac38;
  color: #fff;
  font-weight: 700;
}
.common-table th + th {
  border-left: 1px solid #fff;
}
.common-table tbody td,
.common-table tbody th {
  padding: 0.5em;
  border: 1px solid #22ac38;
  min-width: 100px;
}

.table-wrap {
  overflow: scroll;
  margin: 0 -20px;
}
div + .table-wrap, p + .table-wrap, .table-wrap table + table {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .table-wrap {
    overflow: auto;
    margin: 0;
  }
}
.table-wrap table {
  margin: 0 20px;
}
@media only screen and (min-width: 768px) {
  .table-wrap table {
    margin: 0;
  }
}

.variable-column {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: none;
}
.variable-column + .variable-column {
  margin-top: 5vw;
}
.variable-column th, .variable-column td {
  border: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 0.5em 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.variable-column tr + tr {
  margin-top: 2em;
}
.variable-column th {
  font-weight: 500;
}
.variable-column tr.group-header th {
  background: #ccc;
  font-weight: 600;
}
.variable-column th em {
  font-size: 11px;
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  font-weight: 500;
  color: #fff;
  padding: 0.3em;
  background: #FF0004;
  line-height: 1;
  border-radius: 4px;
}
p + .variable-column {
  margin-top: 40px;
}
.variable-column th.title {
  background: #e4e4e4;
}
@media only screen and (min-width: 768px) {
  .variable-column + .variable-column {
    margin-top: 65px;
  }
  .variable-column tr + tr {
    margin-top: 0;
  }
  .variable-column th, .variable-column td {
    padding: 1em 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .variable-column th {
    font-size: 15px;
    font-size: 1.5rem;
    width: 25%;
    background: none;
    display: table-cell;
  }
  .variable-column td {
    display: table-cell;
  }
  .variable-column th em {
    font-size: 12px;
    font-size: 1.2rem;
    right: 10px;
  }
}

.table-simple-line th {
  background: #f4f4f4;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-radius: 2px;
  font-size: 12px;
  font-size: 1.2rem;
}
.table-simple-line td {
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 1em;
}
.table-simple-line tr:last-child th {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .table-simple-line {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
  }
  .table-simple-line th {
    background: none;
    border-bottom: 1px solid #aaa;
    border-right: 1px dotted #aaa;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .table-simple-line td {
    border-bottom: 1px solid #aaa;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 0;
  }
  .table-simple-line tr:last-child td {
    border-bottom: none;
  }
}

.cmn {
  width: 100%;
  border: 1px #bbb solid;
  padding: 0.8em 0.5em;
  background: #fff;
  -webkit-appearance: none;
  /* */
  appearance: none;
  /* CSS3
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  transition: background 0.5s ease; */
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
}
.cmn:hover {
  border: 1px #888 solid;
}

.cmn + .select-wrap,
.select-wrap + .cmn {
  font-size: 16px;
  font-size: 1.6rem;
}

.select-wrap {
  overflow: hidden;
  text-align: center;
  width: 30%;
  min-width: 200px;
  position: relative;
  border: 1px solid #bbb;
  background: #fff;
  box-sizing: border-box;
}
.select-wrap select {
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0.8em 2em 0.8em 0.5em;
  font-size: 16px;
  font-size: 1.6rem;
}
.select-wrap select::-ms-expand {
  display: none;
}
.select-wrap::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #999;
  pointer-events: none;
  z-index: 2;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 0.5em 0 0;
}

input[type=checkbox] {
  display: none;
}

.mwform-checkbox-field-text {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.mwform-checkbox-field-text:hover::before {
  border: 1px solid #888;
}
.mwform-checkbox-field-text::before {
  background: #fff;
  border: 1px solid #bbb;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.mwform-checkbox-field-text::after {
  border-right: 3px solid #ff0000;
  border-bottom: 3px solid #ff0000;
  content: '';
  display: block;
  height: 15px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 40%;
  transform: rotate(45deg);
  width: 10px;
}
@media only screen and (min-width: 768px) {
  .mwform-checkbox-field-text {
    display: inline-block;
  }
}

input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}

.cmn.alert,
select.alert {
  background: #fff1f1;
}

p.alert-area {
  padding-top: 20px !important;
}

em.alert {
  display: block;
  color: #F00;
  font-style: normal;
  margin: 0.5em 0;
}

.form-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  clear: both;
  border: none;
  padding: 1em;
  margin: 1em auto 0;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  transition: background 0.3s ease;
  border-radius: 5px;
  border-radius: 100vh;
  cursor: pointer;
  box-sizing: border-box;
  width: 60vw;
  text-align: center;
  display: block;
  line-height: 1;
}
.form-btn--submit {
  background: #ff3535;
  box-shadow: 0px 4px 0px 0px #9f0000;
  font-size: 4.5vw;
}
.form-btn--back {
  background: #999;
  box-shadow: 0px 4px 0px 0px #666;
  font-size: 4vw;
}
.form-btn + .form-btn {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .form-btn {
    margin: 2em auto 0;
    width: 50%;
  }
  .form-btn--submit {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .form-btn--submit:hover {
    background: #ff0000;
    box-shadow: 0px 1px 0px 0px #9f0000;
    transform: translateY(3px);
  }
  .form-btn--back {
    font-size: 20px;
    font-size: 2rem;
  }
  .form-btn--back:hover {
    background: #777;
    box-shadow: 0px 1px 0px 0px #444;
    transform: translateY(3px);
  }
}

.sup {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
input + .sup, .sup + input {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .sup {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

input::-webkit-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
input:-ms-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
input::-moz-placeholder {
  color: #aaa;
  font-weight: normal;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 10px !important;
  }
}

.mw_wp_form_preview .select-wrap {
  border: none;
  text-align: left;
  width: auto;
  min-width: auto;
}
.mw_wp_form_preview .select-wrap::before {
  content: none;
}

.pagetop {
  position: absolute;
  right: -36px;
  bottom: 80px;
  display: none;
  z-index: 2;
  transform: rotate(90deg);
}
.pagetop a {
  color: #818099;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 4px 4px 4px 50px;
  font-size: 11px;
  font-size: 1.1rem;
}
.pagetop a::before, .pagetop a::after {
  content: "";
  background: #818099;
  height: 1px;
  border-radius: 2px;
  position: absolute;
  left: 0;
}
.pagetop a::before {
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 1em;
}
.pagetop a::after {
  width: 11px;
  top: 50%;
  transform: rotate(-30deg) translate(1px, -3px);
}
@media only screen and (min-width: 768px) {
  .pagetop {
    position: fixed;
    right: -24px;
    bottom: 100px;
  }
  .pagetop a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 8px 8px 8px 64px;
    transition: all .3s ease;
  }
  .pagetop a::before {
    width: 56px;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 1em;
  }
  .pagetop a::after {
    width: 16px;
    top: 50%;
    transform: rotate(-30deg) translate(2px, -4px);
  }
  .pagetop a:hover {
    transform: translateX(-10px);
  }
}

.normal-lv1-heading {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 1.2em;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .normal-lv1-heading {
    font-size: 30px;
    font-size: 3rem;
  }
}

.lv2-heading {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 2.5em;
  font-weight: 700;
  position: relative;
}
.lv2-heading--short::after {
  position: absolute;
  content: '';
  display: inline-block;
  background: #22ac38;
  border-radius: 2px;
  height: 4px;
  left: 0;
  bottom: -0.5em;
  width: 50px;
}
@media only screen and (min-width: 768px) {
  .lv2-heading {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

.list-heading {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0.8rem 1.5rem;
  border-left: 4px solid #22ac38;
  background: #f4f4f4;
  border-radius: 2px;
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 768px) {
  .list-heading {
    font-size: 20px;
    font-size: 2rem;
  }
}

.simple-line-heading {
  padding: 1rem 1.5rem;
  border: 1px solid #aaa;
  border-radius: 2px;
}

.line-left-heading {
  padding: 0.8rem 1.5rem;
  border-left: 4px solid currentColor;
}

.f-car-heading {
  display: inline-block;
  color: #67816F;
  color: #607968;
  background: #fff;
  margin: 0 auto 1em;
  padding: 0.5em 1.5em;
  border-radius: 100px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .f-car-heading {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.f-nav-heading {
  position: relative;
  margin-bottom: 0.5em;
  color: #67816F;
  color: #607968;
  padding: 0.5em 0;
}
.f-nav-heading span {
  background: #F4F5F4;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.f-nav-heading .en {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 0.5em 0 0;
}
.f-nav-heading .jp {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 1em 0 0;
}
.f-nav-heading::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 60%;
  width: 100%;
  background: #67816F;
  height: 1px;
}
@media only screen and (min-width: 768px) {
  .f-nav-heading .en {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .f-nav-heading .jp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.double-border-heading {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1em;
  position: relative;
  padding: 1rem 0.5rem;
  border-top: 6px double #818099;
  border-bottom: 6px double #818099;
}
@media only screen and (min-width: 768px) {
  .double-border-heading {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.site-id {
  position: relative;
  display: block;
  overflow: hidden;
  width: 60px;
  height: 0 !important;
  height: 45px;
  padding-top: 45px;
  color: #fff;
  margin: 0 auto;
}
.site-id::before {
  content: url("../img/site_id_bk.svg");
  width: 60px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}
@media only screen and (min-width: 768px) {
  .site-id {
    width: 90px;
    height: 67px;
    padding-top: 67px;
  }
  .site-id::before {
    width: 90px;
    height: 67px;
  }
}

.header__inner--wh .site-id::before {
  opacity: 0;
}
.header__inner--wh .site-id::after {
  content: url("../img/site_id_wh.svg");
  width: 60px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}
@media only screen and (min-width: 768px) {
  .header__inner--wh .site-id::after {
    width: 90px;
    height: 67px;
  }
}
@media only screen and (min-width: 768px) {
  .header__inner--wh:hover .site-id::before {
    opacity: 1;
  }
  .header__inner--wh:hover .site-id::after {
    opacity: 0;
  }
}

/* インラインSVG用
.header__inner--wh {
	.site-id {
		fill:#fff;
	}//.site-id
	
	&.is-active {
	.site-id {
		fill:#2c2c2c;
	}
	}
}//.header__inner--wh
*/
.ham-menu {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
}
.ham-menu span {
  background: #2c2c2c;
  display: block;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  transition: transform .3s;
  width: 28px;
}
.ham-menu span:nth-child(1) {
  top: 12px;
  left: 6px;
}
.ham-menu span:nth-child(2) {
  left: 6px;
  top: 19px;
}
.ham-menu span:nth-child(3) {
  left: 6px;
  bottom: 12px;
}
.header__inner--wh .ham-menu span {
  background: #fff;
}
.ham-menu.active {
  position: fixed;
}
.ham-menu.active span {
  background: #fff;
}
.ham-menu.active span:nth-child(1) {
  transform: translateY(7px) rotate(-45deg);
}
.ham-menu.active span:nth-child(2) {
  opacity: 0;
}
.ham-menu.active span:nth-child(3) {
  transform: translateY(-7px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .header__inner--wh:hover .ham-menu span {
    background: #2c2c2c;
  }
  .ham-menu.active span {
    background: #fff !important;
  }
  .header__inner--wh:hover .ham-menu.active span {
    background: #fff !important;
  }
}

.header__ham-menu {
  z-index: 9999;
  position: absolute;
  right: 14px;
  top: 8px;
}
@media only screen and (min-width: 768px) {
  .header__ham-menu {
    right: 34px;
    top: 28px;
  }
}

.g-nav {
  display: flex;
  justify-content: center;
}
.g-nav > ul {
  display: flex;
  align-items: center;
}
.g-nav > ul > li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
.g-nav > ul > li:nth-child(-n+3), .g-nav > ul > li:nth-child(n+5) {
  display: none;
}
.g-nav > ul > li .en {
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .g-nav > ul {
    width: 1000px;
  }
  .g-nav > ul > li {
    width: calc(100% / 7);
    height: 83px;
    margin-top: 0;
    position: relative;
  }
  .g-nav > ul > li:nth-child(-n+3), .g-nav > ul > li:nth-child(n+5) {
    display: block;
  }
  .g-nav > ul > li:first-child {
    padding-left: 3em;
  }
  .g-nav > ul > li:last-child {
    padding-right: 3em;
  }
  .g-nav > ul > li:not(:nth-child(4)) {
    padding-top: 20px;
  }
  .g-nav > ul > li:not(:nth-child(4)) a {
    height: 100%;
    padding-top: 8px;
  }
  .g-nav > ul > li:hover > a {
    color: #818099 !important;
  }
}
@media only screen and (min-width: 1366px) {
  .g-nav > ul {
    width: 1100px;
  }
  .g-nav > ul > li {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .g-nav > ul > li .en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.header__inner--bk a, .header__inner--wh:hover a {
  display: block;
}
.header__inner--bk a:link, .header__inner--bk a:visited, .header__inner--bk a:active, .header__inner--wh:hover a:link, .header__inner--wh:hover a:visited, .header__inner--wh:hover a:active {
  color: #2c2c2c;
  text-decoration: none;
  transition: padding-left .3s ease , color .3s ease , background .3s ease;
}
.header__inner--wh a {
  display: block;
}
.header__inner--wh a:link, .header__inner--wh a:visited, .header__inner--wh a:active {
  color: #f4f4f4;
  text-decoration: none;
}

.menu-toggle:hover .dropdown-menu {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}

.dropdown-menu {
  width: 140%;
  margin: 0 -20%;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: center top;
  transform: scaleY(0.3);
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  text-align: left;
}
.dropdown-menu a {
  display: block;
  padding-top: 1em !important;
  padding-bottom: 1em;
  padding-left: 1.2em;
  padding-right: 1.2em;
  background: #fff;
  transition: color .3s ease, background .3s ease;
  position: relative;
}
.dropdown-menu a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 0.8em;
  opacity: 0;
  transition: all .3s ease;
  color: #818099;
}
.dropdown-menu a:hover {
  color: #818099 !important;
  padding-left: 1.6em;
}
.dropdown-menu a:hover::after {
  opacity: 1;
  transform: translateX(-0.4em);
}

.sp-nav a {
  color: #f00;
  text-decoration: none;
}
.sp-nav__scroll-area {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.sp-nav__inner {
  opacity: 0;
  padding: 12vw 10vw 20vw;
}
@media only screen and (min-width: 768px) {
  .sp-nav__inner {
    z-index: 999;
    padding: 0;
  }
}
.sp-nav.active {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.sp-nav.active .sp-nav__scroll-area {
  display: block;
  animation-name: spnaviAnime;
  animation-duration: 1s;
  animation-delay: .2s;
  animation-fill-mode: forwards;
}
@media only screen and (min-width: 768px) {
  .sp-nav.active .sp-nav__scroll-area {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sp-nav.active .sp-nav__inner {
  animation-name: spnaviAnime;
  animation-duration: 1s;
  animation-delay: .2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.diagonal-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  background: #2c2c2c;
  transform: scale(0) rotate(45deg);
  right: -50px;
  top: -50px;
  transition: all .6s;
}
.diagonal-bg.active {
  transform: scale(40) rotate(45deg);
}

.scroll-fixed {
  position: fixed;
  z-index: 1;
  width: 100%;
}

.breadcrumb {
  margin-bottom: 8vw;
  margin-right: -5vw;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
}
.breadcrumb a {
  color: currentColor;
}
.breadcrumb li {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  padding: 0 0 0 6.25vw;
  position: relative;
  color: #707070;
}
.breadcrumb li::before {
  content: '';
  display: inline-block;
  margin: auto;
  vertical-align: middle;
  width: 1.8vw;
  height: 1.8vw;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5vw;
}
.breadcrumb li:first-child {
  padding: 0;
}
.breadcrumb li:first-child::before {
  content: none;
}
@media only screen and (min-width: 768px) {
  .breadcrumb {
    overflow-y: auto;
    overflow: auto;
    white-space: normal;
    margin-bottom: 40px;
    margin-right: auto;
  }
  .breadcrumb li {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 0 0 20px;
  }
  .breadcrumb li::before {
    width: 6px;
    height: 6px;
    left: 5px;
  }
  .breadcrumb li:nth-child(n + 3) {
    display: inline-block;
  }
}

.title-area {
  padding-top: 60px;
  height: 35vh;
}
.title-area--image {
  background: #283D52;
  height: 70vh;
}
@media only screen and (min-width: 768px) {
  .title-area {
    padding-top: 99px;
  }
  .title-area--image {
    min-height: 400px;
  }
}

div + .f-nav {
  margin-top: 10vw;
}
.f-nav__inner + .f-nav__inner {
  margin-top: 6vw;
}
.f-nav__inner:last-of-type {
  margin-top: 10vw;
}
.f-nav__news li {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
}
.f-nav__news li + li {
  margin-top: 0.5em;
}
.f-nav__news a {
  position: relative;
  padding-left: 1em;
  color: #6c8070;
  text-decoration: none;
}
.f-nav__news a::before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  content: "\f0da";
  font-weight: 900;
}
.f-nav__tags {
  display: flex;
  flex-wrap: wrap;
}
.f-nav__tags li {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 0.3em 0.5em 0;
}
.f-nav__tags a {
  display: block;
  padding: 0.4em 0.8em;
  color: #22ac38;
  border: 1px solid #22ac38;
  background: #f7f9f7;
  text-decoration: none;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .f-nav {
    display: flex;
    justify-content: space-between;
  }
  div + .f-nav {
    margin-top: 40px;
  }
  .f-nav__inner {
    width: 38%;
  }
  .f-nav__inner:last-of-type {
    width: 15%;
  }
  .f-nav__inner + .f-nav__inner {
    margin-top: 0;
  }
  .f-nav__inner:last-of-type {
    margin-top: 20px;
  }
  .f-nav__news li {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .f-nav__news a {
    transition: .15s;
  }
  .f-nav__news a:hover {
    opacity: .7;
    text-decoration: underline;
  }
  .f-nav__tags li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .f-nav__tags a {
    transition: .15s;
  }
  .f-nav__tags a:hover {
    background: #fff;
  }
}

@media only screen and (min-width: 768px) {
  .f-nav__inner--btn-only:last-of-type {
    width: 100%;
  }
  .f-nav__inner--btn-only:last-of-type .footer__sns-btn-area {
    justify-content: center;
  }
}

.f-basic-nav li + li {
  margin-top: 1em;
}
.f-nav + .f-basic-nav {
  margin-top: 12vw;
}
.f-basic-nav a {
  color: #818099;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .f-basic-nav ul {
    display: flex;
  }
  .f-basic-nav li {
    margin: 0 3em 0 0;
  }
  .f-basic-nav li:last-child {
    margin: 0;
  }
  .f-basic-nav li + li {
    margin-top: 0;
  }
  .f-nav + .f-basic-nav {
    margin-top: 60px;
  }
  .f-basic-nav a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .f-basic-nav a:hover {
    opacity: .8;
  }
}

.sns-btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-btn-area li {
  margin: 0 5vw;
}
@media only screen and (min-width: 768px) {
  .sns-btn-area li {
    margin: 0 16px;
  }
}

.footer__sns-btn-area {
  margin: 12vw 0;
}
.footer__sns-btn-area a {
  color: #818099;
}
.footer__sns-btn-area a:visited {
  color: #818099;
}
@media only screen and (min-width: 768px) {
  .footer__sns-btn-area {
    margin: 56px 0;
  }
}

.nav-links {
  text-align: center;
  padding-top: 6vw;
}
@media only screen and (min-width: 768px) {
  .nav-links {
    padding-top: 60px;
  }
}

.tmb-list + .navigation.pagination .nav-links,
.result-info + .navigation.pagination .nav-links {
  padding-top: 5vw;
}
@media only screen and (min-width: 768px) {
  .tmb-list + .navigation.pagination .nav-links,
  .result-info + .navigation.pagination .nav-links {
    padding-top: 30px;
  }
}

.page-numbers,
.post-page-numbers {
  display: inline-block;
  padding: 0.5em 0.7em;
  margin: 0 2px;
  background-color: #F2F2F2;
  transition: .25s;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  border-radius: 2px;
  border: 2px solid #F2F2F2;
}
@media only screen and (min-width: 768px) {
  .page-numbers,
  .post-page-numbers {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0.8em 1em;
    margin: 0 5px;
  }
}
.page-numbers.current,
.post-page-numbers.current {
  background-color: #22ac38;
  border-color: #22ac38;
  color: #FFF;
}

a.page-numbers:hover,
a.post-page-numbers:hover {
  border-color: #22ac38;
}

.archive .pagination {
  margin: 30px 0;
}

.archive .pagination .screen-reader-text {
  display: none;
}

.pagination span.page_num {
  display: none;
}

.result-info {
  border-bottom: solid 1px #818099;
  margin-top: 10vw;
}
.result-info ul {
  display: flex;
  justify-content: space-between;
  padding: 0 1em 1em;
}
.result-info li {
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .result-info li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .result-info {
    margin-top: 50px;
  }
}

.tmb-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2%;
}
@media only screen and (min-width: 1240px) {
  .tmb-list {
    margin: 0 -1.5%;
  }
}
.navigation.pagination + .tmb-list, .result-info + .tmb-list {
  padding-top: 5vw;
}
@media only screen and (min-width: 1240px) {
  .navigation.pagination + .tmb-list, .result-info + .tmb-list {
    padding-top: 30px;
  }
}
.brand-maker-builder + .tmb-list {
  padding-top: 10vw;
}
@media only screen and (min-width: 1240px) {
  .brand-maker-builder + .tmb-list {
    padding-top: 50px;
  }
}

.tmb-item {
  width: calc(92% / 2);
  margin: 0 2% 5%;
}
.tmb-item__img-wrap {
  position: relative;
  overflow: hidden;
}
.tmb-item__body {
  margin-top: 2vw;
}
.tmb-item__title {
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.tmb-item__txt {
  font-size: 12px;
  font-size: 1.2rem;
}
.tmb-item__txt .data {
  letter-spacing: 0.1em;
  display: block;
}
.tmb-item__txt.car-data {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
}
.tmb-item--catalog {
  border: 1px solid #ddd;
  border-radius: 0 0 2px 2px;
}
@media only screen and (min-width: 1240px) {
  .tmb-item {
    width: calc(91% / 3);
    margin: 0 1.5% 5%;
  }
  .tmb-item__img {
    transition: .25s;
  }
  .tmb-item__body {
    margin-top: 5px;
  }
  .tmb-item__title {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .tmb-item__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tmb-item__txt.car-data {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.tmb-item--link {
  display: block;
  color: #3C3C3C;
  text-decoration: none;
  transition: .25s all ease;
}
.tmb-item--link .tmb-item__title,
.tmb-item--link .tmb-item__txt,
.tmb-item--link .tmb-item__img {
  transition: .25s all ease;
}
.tmb-item--link .tmb-item__txt {
  color: #707070;
}
.tmb-item--link:visited, .tmb-item--link:hover {
  color: #3C3C3C;
}
@media only screen and (min-width: 1240px) {
  .tmb-item--link:hover .tmb-item__img {
    transform: scale(1.1);
    opacity: .8;
  }
}

.car-data__cc-kind,
.car-data__news {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1.2;
  display: inline-block;
  padding: 0.2em 0.3em;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.car-data__cc-kind.full,
.car-data__news.full {
  background: #7da610;
  border: 1px solid #7da610;
}
.car-data__cc-kind.cab,
.car-data__news.cab {
  background: #09a793;
  border: 1px solid #09a793;
}
.car-data__cc-kind.van,
.car-data__news.van {
  background: #f27800;
  border: 1px solid #f27800;
}
.car-data__cc-kind.k-cam,
.car-data__news.k-cam {
  background: #e163a4;
  border: 1px solid #e163a4;
}
.car-data__cc-kind.trailer,
.car-data__news.trailer {
  background: #3185cc;
  border: 1px solid #3185cc;
}
.car-data__cc-kind.truck,
.car-data__news.truck {
  background: #3185cc;
  border: 1px solid #3185cc;
}
@media only screen and (min-width: 1240px) {
  .car-data__cc-kind,
  .car-data__news {
    font-size: 10px;
    font-size: 1rem;
  }
}

.car-data__news {
  color: #3C3C3C;
  font-weight: 500;
  border: 1px solid #aaa;
  padding: 0.2em 0.4em;
}

.car-data__maker {
  display: block;
}

.share-buttons {
  display: flex;
  justify-content: space-between;
}
p + .share-buttons, div + .share-buttons, section + .share-buttons {
  margin-top: 10vw;
}
@media only screen and (min-width: 768px) {
  p + .share-buttons, div + .share-buttons, section + .share-buttons {
    margin-top: 60px;
  }
}
.share-buttons li {
  width: calc(100% / 6);
  height: 40px;
  position: relative;
  margin-right: 4px;
}
.share-buttons li:last-child {
  margin-right: 0;
}
.share-buttons a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
  border-bottom: 0 !important;
  border-radius: 3px;
  transition: opacity .15s ease-in-out;
  position: relative;
}
.share-buttons a:hover, .share-buttons a:focus {
  opacity: .7;
}
.share-buttons a::before {
  font-family: "Font Awesome 5 Brands";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  line-height: 40px;
}
.share-buttons .share-facebook {
  background: #3b5998;
}
.share-buttons .share-facebook::before {
  content: '\f09a';
}
.share-buttons .share-twitter {
  background: #00acee;
}
.share-buttons .share-twitter::before {
  content: '\f099';
}
.share-buttons .share-line {
  background: #00B900;
}
.share-buttons .share-line::before {
  content: '\f3c0';
  font-size: 24px;
}
.share-buttons .share-hatebu {
  background: #008fde;
}
.share-buttons .share-hatebu::before {
  font-family: verdana;
  font-weight: 800;
  content: 'B!';
  line-height: 38px;
}
.share-buttons .share-pocket {
  background: #ee4056;
}
.share-buttons .share-pocket::before {
  content: '\f265';
}
.share-buttons .share-url {
  background: #ccc;
}
.share-buttons .share-url::before {
  font-family: "Font Awesome 5 Free";
  content: '\f0c1';
  font-weight: 900;
}

.url-copied {
  display: none;
}
.url-copied span {
  background: #0009;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 11px;
  color: #fff;
  padding: 2px 4px;
  box-sizing: border-box;
  line-height: 14px;
  border-radius: 3px;
}

.container {
  position: relative;
}

@media only screen and (min-width: 768px) {
  #main {
    width: 1070px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

#home .contents-area {
  padding: 0;
}
.contents-area__side {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .contents-area {
    padding-top: 65px;
  }
  .contents-area--2col {
    display: flex;
    justify-content: space-between;
  }
  .contents-area__main {
    width: 75%;
  }
  .contents-area__side {
    width: 20%;
    margin-top: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

.contents-blk {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}
.contents-blk--full {
  padding-left: 0;
  padding-right: 0;
}
.contents-blk + .contents-blk {
  padding-top: 80px;
}
.contents-blk p + p {
  margin-top: 1.5em;
}
@media only screen and (min-width: 768px) {
  .contents-blk {
    padding-left: 0;
    padding-right: 0;
  }
  .contents-blk + .contents-blk {
    padding-top: 145px;
  }
}

.content {
  padding: 10vw 5vw;
}
.content--has-column {
  padding-top: calc(5vw + 60px);
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: 10vw;
}
.title-area + .content--has-column {
  padding-top: 10vw;
}
.content__main {
  margin: 0 0 12vw;
}
@media only screen and (min-width: 768px) {
  .content {
    width: 88%;
    max-width: 1240px;
    padding: 56px 16px;
    margin: 0 auto;
  }
  .container > .content:first-of-type {
    padding: 30px 16px 56px;
  }
  .content--has-column {
    padding: 163px 16px 56px;
    display: flex;
    justify-content: space-between;
  }
  .title-area + .content--has-column {
    padding: 56px 16px;
  }
  .content__main {
    flex: 1;
    margin: 0 4.5% 0 0;
  }
  .content__side {
    flex: 0 0 300px;
  }
}
@media only screen and (min-width: 1240px) {
  .content--has-column--list {
    max-width: none;
  }
}

.content__main-inner {
  position: relative;
}
.content__main-inner + .content__main-inner {
  margin-top: 10vw;
}
@media only screen and (min-width: 768px) {
  .content__main-inner + .content__main-inner {
    margin-top: 50px;
  }
}

.main-inner-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .main-inner-header {
    align-items: flex-start;
  }
}

@media only screen and (min-width: 768px) {
  .content__side .sticky {
    top: 100px;
  }
}

@media only screen and (min-width: 768px) {
  #home .content__main {
    width: 60%;
  }
}

.sideber-list {
  margin-top: 8vw;
}
@media only screen and (min-width: 768px) {
  .sideber-list {
    margin-top: 30px;
  }
}
.sideber-list a {
  text-decoration: none;
  color: currentColor;
  display: block;
  padding: 0.5rem 0 0.5rem 1.5rem;
  transition: .25s;
}
.sideber-list a:hover {
  opacity: .8;
  text-decoration: underline;
}
.sideber-list li {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
}
.sideber-list li::before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  color: #ccc;
  content: "\f0da";
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .sideber-list li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.sideber-list__heading {
  font-size: 14px;
  font-size: 1.4rem;
  color: #67816F;
  padding: 0.8rem 0.4rem;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #67816F;
}
@media only screen and (min-width: 768px) {
  .sideber-list__heading {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.sideber-magazine {
  margin-top: 12vw;
  background: #F4F5F4;
  padding: 0 6vw 6vw;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 2px;
}
.sideber-magazine h2 {
  margin-bottom: 0.8em;
  font-size: 20px;
  font-size: 2rem;
  margin-top: -0.5em;
  line-height: 1;
}
.sideber-magazine h2 .jp {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707070;
  display: block;
  margin-top: 0.5em;
}
.sideber-magazine a {
  text-decoration: none;
  color: currentColor;
  display: block;
  transition: .25s;
}
.sideber-magazine a:hover {
  opacity: .8;
}
.sideber-magazine .magazine__img-wrap {
  margin: auto;
}
.sideber-magazine .magazine__img {
  width: 70%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .sideber-magazine {
    margin-top: 50px;
    padding: 0 20px 20px;
  }
  .sideber-magazine h2 {
    font-size: 27px;
    font-size: 2.7rem;
  }
  .sideber-magazine h2 .jp {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.magazine__txt {
  margin-top: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
.magazine__txt span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

.header {
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.header__inner {
  position: relative;
  height: 60px;
}
@media only screen and (min-width: 768px) {
  .header__inner {
    padding: 16px 40px 0;
    height: 99px;
    transition: .3s all;
  }
  .header__inner:hover {
    background: #fff;
  }
}

.footer {
  background: #252529;
  color: #818099;
  padding: 35vw 0 15vw;
  background-image: url("../img/bg_footer.svg");
  background-position: center -1px;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__inner {
  padding: 0 5vw;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 25vw 0 80px;
  }
  .footer__inner {
    width: 90%;
    max-width: 1100px;
    padding: 0 15px;
    margin: 0 auto;
  }
}

.copyright {
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
address + .copyright, div + .copyright, nav + .copyright {
  margin-top: 5vw;
}
.copyright span {
  margin-right: 0.2em;
}
@media only screen and (min-width: 768px) {
  .copyright {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  address + .copyright, div + .copyright, nav + .copyright {
    margin-top: 2em;
  }
}

body,
.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer {
  margin-top: auto;
}

@keyframes vertical {
  0% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes vertical2 {
  0% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(200px);
  }
}
@keyframes spnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.post__inner {
  padding: 5vw;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .post__inner {
    padding: 32px;
  }
}
.post p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .post p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.post p + p {
  margin-top: 1.5em;
}
.post .post-thumbnail + p,
.post .wp-block-image + p,
.post .wp-block-columns + p {
  margin-top: 1.5em;
}
.post p + .post-thumbnail,
.post p + .wp-block-image,
.post p + .wp-block-columns {
  margin-top: 6vw;
}
@media only screen and (min-width: 768px) {
  .post p + .post-thumbnail,
  .post p + .wp-block-image,
  .post p + .wp-block-columns {
    margin-top: 30px;
  }
}
.post .wp-block-columns + .wp-block-image,
.post .wp-block-columns + .wp-block-columns,
.post .wp-block-image + .wp-block-image,
.post .wp-block-image + .wp-block-columns {
  margin-top: 6vw;
}
@media only screen and (min-width: 768px) {
  .post .wp-block-columns + .wp-block-image,
  .post .wp-block-columns + .wp-block-columns,
  .post .wp-block-image + .wp-block-image,
  .post .wp-block-image + .wp-block-columns {
    margin-top: 30px;
  }
}
.post .wp-block-column + .wp-block-column {
  margin-top: 6vw;
}
@media only screen and (min-width: 768px) {
  .post .wp-block-column + .wp-block-column {
    margin-top: 0;
  }
}
.post .wp-block-image {
  margin: 0;
}
.post .wp-block-image figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .post .wp-block-image figcaption {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.post .post-intro {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  border-left: 4px solid #22ac38;
  padding-left: 1.2em;
}
@media only screen and (min-width: 768px) {
  .post .post-intro {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.post p + h2, .post p + h3, .post p + h4, .post p + h5, .post p + h6,
.post div + h2, .post div + h3, .post div + h4, .post div + h5, .post div + h6,
.post .wp-block-gallery + h2, .post .wp-block-gallery + h3, .post .wp-block-gallery + h4, .post .wp-block-gallery + h5, .post .wp-block-gallery + h6 {
  margin-top: 2.5em;
}
.post h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1em;
  position: relative;
  padding: 0.8rem 0.5rem;
  border-top: 6px double #8faa95;
  border-bottom: 6px double #8faa95;
}
@media only screen and (min-width: 768px) {
  .post h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.post h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) {
  .post h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.post h4 {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) {
  .post h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.post h2 span, .post h3 span, .post h4 span {
  padding-top: 5em;
}

.post-header {
  position: relative;
  margin-bottom: 5vw;
}
.post-header h1 {
  font-size: 20px;
  font-size: 2rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .post-header h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.post-header__date {
  display: inline-block;
  color: #707070;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.post-header__sub-title {
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
}
h1 + .post-header__sub-title {
  margin-top: 0.5em;
}
.post-header__inner {
  display: flex;
  align-items: center;
  margin-bottom: 5vw;
}
h1 + .post-header__inner, .post-header__sub-title + .post-header__inner {
  margin-top: 5vw;
}
.post-header__cats {
  margin-right: 15px;
}
.post-header__cats a {
  display: inline-block;
  text-decoration: none;
  color: #22ac38;
  border: 2px solid #22ac38;
  padding: 0.3em 0.5em;
  border-radius: 4px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  transition: .25s;
}
.post-header__tags a {
  display: inline-block;
  color: #707070;
  background: #f9f9f9;
  border: 1px solid #aaa;
  padding: 0.3em 0.8em;
  border-radius: 100px;
  text-decoration: none;
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 1.5em;
  transition: .25s;
}
.post-header__tags a + a {
  margin-left: 0.5em;
}
@media only screen and (min-width: 768px) {
  .post-header {
    margin-bottom: 40px;
  }
  .post-header__date {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .post-header__sub-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .post-header__inner {
    margin-bottom: 20px;
  }
  h1 + .post-header__inner, .post-header__sub-title + .post-header__inner {
    margin-top: 20px;
  }
  .post-header__cats a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .post-header__cats a:hover {
    opacity: .8;
  }
  .post-header__tags a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .post-header__tags a:hover {
    color: #505050;
    border: 1px solid #505050;
  }
}

#ez-toc-container {
  background: #f8f8f8;
  padding: 5vw 4vw;
  margin-top: 10vw;
  position: relative;
  border-radius: 2px;
}
@media only screen and (min-width: 768px) {
  #ez-toc-container {
    padding: 20px 30px;
    margin-top: 40px;
  }
}
#ez-toc-container .ez-toc-title-container {
  text-align: center;
}
#ez-toc-container .ez-toc-title {
  display: inline-block;
  margin: 0 auto 1em;
  text-align: center;
  background: #fff;
  padding: 0.2em 1em;
  border-radius: 100px;
  font-size: 12px;
  font-size: 1.2rem;
}
#ez-toc-container .ez-toc-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  font-weight: 900;
  color: #22ac38;
  text-decoration: none;
  line-height: 1;
  padding: 0 0.3em 0 0;
}
@media only screen and (min-width: 768px) {
  #ez-toc-container .ez-toc-title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#ez-toc-container .ez-toc-list {
  font-size: 13px;
  font-size: 1.3rem;
}
#ez-toc-container .ez-toc-list a {
  text-decoration: none;
  color: currentColor;
}
#ez-toc-container .ez-toc-list a:visited, #ez-toc-container .ez-toc-list a:hover {
  color: currentColor;
}
#ez-toc-container .ez-toc-list a:focus, #ez-toc-container .ez-toc-list a:hover {
  opacity: .75;
}
#ez-toc-container .ez-toc-list li + li {
  margin-top: 0.5em;
}
@media only screen and (min-width: 768px) {
  #ez-toc-container .ez-toc-list {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#ez-toc-container .ez-toc-heading-level-2 {
  font-weight: 500;
}
#ez-toc-container .ez-toc-heading-level-2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #22ac38;
  padding: 0 0.3em 0 0;
}
#ez-toc-container .ez-toc-list-level-3 {
  margin-top: 0.5em;
  padding-left: 1em;
}
#ez-toc-container .ez-toc-heading-level-3 {
  font-weight: 500;
}
#ez-toc-container .ez-toc-heading-level-3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  color: #22ac38;
  padding: 0 0.3em 0 0;
}
#ez-toc-container .ez-toc-list-level-4 {
  margin-top: 0.5em;
  padding-left: 1em;
}
#ez-toc-container .ez-toc-heading-level-4 {
  font-weight: 400;
}

#toc_container {
  background: #f8f8f8;
  padding: 3vw 4vw;
  margin-top: 2em;
  position: relative;
}
#toc_container::before {
  content: "";
  width: 4px;
  background: #22ac38;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  #toc_container {
    padding: 30px 40px;
  }
}
#toc_container .toc_title {
  display: inline-block;
  margin-bottom: 1em;
  font-weight: 500;
  text-align: center;
}
#toc_container .toc_title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  color: #22ac38;
  text-decoration: none;
  line-height: 1;
  padding: 0 0.3em 0 0;
}
@media only screen and (min-width: 768px) {
  #toc_container .toc_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#toc_container .toc_list {
  font-size: 13px;
  font-size: 1.3rem;
}
#toc_container .toc_list a {
  text-decoration: none;
  font-weight: 500;
}
#toc_container .toc_list li + li {
  margin-top: 0.5em;
}
#toc_container .toc_list li > ul {
  margin-top: 0.5em;
  padding-left: 0.8em;
}
@media only screen and (min-width: 768px) {
  #toc_container .toc_list {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.nextpage-heading {
  padding-top: 12vw;
}
.nextpage-heading a {
  display: block;
  position: relative;
  padding: 1.5em 2em;
  text-align: center;
  color: currentColor;
  border-radius: 0 4px 4px 4px;
  background: #F2F2F2;
  border: 2px solid #22ac38;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  transition: .25s;
}
.nextpage-heading a::before {
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  top: -30px;
  left: -2px;
  height: 30px;
  line-height: 26px;
  padding: 0 1em;
  font-family: 'Urbanist', sans-serif;
  content: 'NEXT';
  font-weight: 800;
  color: #fff;
  border-radius: 4px 4px 0 0;
  border: 2px solid #22ac38;
  background: #22ac38;
}
@media only screen and (min-width: 768px) {
  .nextpage-heading {
    padding-top: 60px;
  }
  .nextpage-heading a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .nextpage-heading a:hover {
    background: #F9F9F9;
  }
}

.nextpage-heading + .nav-links {
  padding-top: 3vw;
}
@media only screen and (min-width: 768px) {
  .nextpage-heading + .nav-links {
    padding-top: 30px;
  }
}

.post-link__wrap {
  margin: 40px 0 0;
  clear: both;
}
.post-link + .post-link {
  margin-top: 10px;
}
.post-link a {
  color: #3C3C3C;
  text-decoration: none;
  display: block;
}
.post-link a::after {
  content: none !important;
}
.post-link a.link-a dd::after {
  font-family: "Font Awesome 5 Free";
  color: #22ac38;
  text-decoration: none;
  line-height: 1;
  margin: 0 0.3em;
  font-size: 1.2em;
  content: "\f35d";
  font-weight: 900;
}
.post-link a dd {
  text-decoration: underline;
}
.post-link dl {
  display: flex;
  align-items: center;
}
.post-link dt {
  font-weight: 500;
  color: #3C3C3C;
  border: 1px solid #aaa;
  background: #fff;
  padding: 0.3em 0.5em;
  border-radius: 100vh;
  font-size: 12px;
  font-size: 1.2rem;
  width: 25vw;
  text-align: center;
}
.post-link dd {
  padding: 0 0 0 1em;
  font-size: 12px;
  font-size: 1.2rem;
  width: 75vw;
}
@media only screen and (min-width: 768px) {
  .post-link__wrap {
    margin: 65px 0 0;
  }
  .post-link dt {
    padding: 0.3em 1.5em;
  }
  .post-link dt, .post-link dd {
    font-size: 14px;
    font-size: 1.4rem;
    width: auto;
  }
  .post-link a:hover {
    opacity: .8;
  }
}

.post + p {
  margin: 65px auto 0;
  width: 75%;
}
@media only screen and (min-width: 768px) {
  .post + p {
    width: 300px;
  }
}

.more-info {
  border: 1px solid #aaa;
  padding: 4vw 4vw 0;
  border-radius: 2px;
  margin-top: 12vw;
}
@media only screen and (min-width: 768px) {
  .more-info {
    margin-top: 60px;
    padding: 15px 15px 0;
  }
  .more-info--maker-builder h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.more-info h2 {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
  position: relative;
  padding: 0 0.5em 0.8rem;
  border-top: none;
  border-bottom: 3px solid #ddd !important;
}
.more-info h2::before {
  position: absolute;
  left: 0;
  width: 20%;
  bottom: -3px;
  height: 3px;
  content: '';
  background: #999 !important;
}
.type-campingcar-catalog .more-info h2 {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) {
  .more-info h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .type-campingcar-catalog .more-info h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.search-area .screen-reader-text {
  display: none;
}
.search-area form {
  position: relative;
}
.search-area input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.search-area input[type="search"], .search-area input[type="text"] {
  width: 100%;
  padding: 10px 10px 10px 40px;
  transition: all 0.5s;
  letter-spacing: 0.05em;
  font-size: 16px;
  background: #eee;
  border-radius: 100px;
  border: none;
  border: 1px solid #eee;
  background: #F4F5F4;
}
.search-area input[type="search"]:focus, .search-area input[type="text"]:focus {
  background: #fff;
  border: 1px solid #ccc;
}
.search-area input[type="submit"] {
  position: absolute;
  border: none;
  top: 0;
  left: 0;
  background: url("../img/icon_search.svg") no-repeat center center;
  background-size: 16px 16px;
  width: 45px;
  height: 100%;
}

p + .search-area {
  margin-top: 10vw;
}
@media only screen and (min-width: 768px) {
  p + .search-area {
    margin-top: 40px;
  }
}

.post-pagination {
  padding-top: 12vw;
}
.post-pagination__inner {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  transition: .25s;
  border: 1px solid #ddd;
  background: #fff;
  padding: 3vw;
  color: #3C3C3C;
}
.post-pagination__inner + .post-pagination__inner {
  margin-top: 5vw;
}
.post-pagination__img-wrap {
  flex: 0 1 40%;
  margin-right: 4%;
}
.post-pagination__body {
  flex: 1;
  display: block;
}
.post-pagination__txt {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #3C3C3C;
}
.post-pagination__txt .arrow {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  color: #22ac38;
}
.post-pagination__txt .arrow.full {
  color: #7da610;
}
.post-pagination__txt .arrow.cab {
  color: #09a793;
}
.post-pagination__txt .arrow.van {
  color: #f27800;
}
.post-pagination__txt .arrow.k-cam {
  color: #e163a4;
}
.post-pagination__txt .arrow.trailer {
  color: #3185cc;
}
.post-pagination__txt .arrow.truck {
  color: #3185cc;
}
.post-pagination__txt--next .arrow::after {
  font-family: "Font Awesome 5 Free";
  padding: 0 0 0 0.3em;
  font-size: 1.2em;
  content: "\f105";
  font-weight: 900;
}
.post-pagination__txt--prev .arrow::before {
  font-family: "Font Awesome 5 Free";
  padding: 0 0.3em 0 0;
  font-size: 1.2em;
  content: "\f104";
  font-weight: 900;
}
.post-pagination__txt .car-data__maker {
  font-size: 11px;
  font-size: 1.1rem;
  color: #707070;
}
@media only screen and (min-width: 768px) {
  .post-pagination {
    padding-top: 60px;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
  }
  .post-pagination__inner {
    width: 49%;
    padding: 10px;
  }
  .post-pagination__inner:hover {
    opacity: 0.8;
  }
  .post-pagination__inner + .post-pagination__inner {
    margin-top: 0;
  }
  .post-pagination__inner--next {
    flex-flow: row-reverse;
    text-align: right;
    justify-content: space-between;
    margin: 0 0 0 auto;
  }
  .post-pagination__inner--next .post-pagination__img-wrap {
    margin-left: 4%;
    margin-right: 0;
  }
  .post-pagination__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .post-pagination__txt .arrow {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .post-pagination__txt .car-data__maker {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .footer {
    background-image: url("../img/bg_footer.png");
  }
}
