@charset "UTF-8";
/* 株式会社BREST CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #14141d;
  overflow: hidden;
  font-size: 18px;
  font-size: clamp(18px, 0.8vw, 22px);
  letter-spacing: .05rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #14141e;
}
.font-type1, .headline-font-type {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
}
p, .post-content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
.post-content ul {
  font-size: 1rem;
  font-weight: 400;
  list-style: disc;
}
.signage {
  height: 400px;
  background: #14141e !important;
  position: relative;
  z-index: 0;
}
.signage::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/header_img.jpg");
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}
.signage-title, .signage-title-sub {
  font-weight: 700;
  text-align: end;
  text-shadow: none;
  line-height: 1;
  position: absolute;
  right: 10px;
}
.signage-title {
  font-size: 1.3rem !important;
  letter-spacing: .1rem;
  margin-bottom: 0;
  margin-top: 50px;
  color: #cd2513 !important;
  right: 30px;
}
.signage-title-sub {
  font-size: 7.8rem !important;
  font-family: "Poppins", sans-serif;
  line-height: 0.65;
  right: 10px;
  bottom: 0;
}
.breadcrumb-wrapper {
  height: 40px;
  background: none;
}
.breadcrumb.inner {
  width: 86% !important;
  max-width: 1200px !important;
  font-size: 0.8rem;
  font-weight: 500;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.breadcrumb li a, .breadcrumb li {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .signage {
    height: 300px;
  }
  .signage-title {
    font-size: 1rem !important;
  }
  .signage-title-sub {
    font-size: 4.5rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 200px;
  }
  .signage-title, .signage-title-sub {
    width: 86%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    right: 0;
  }
  .signage-title {
    margin-bottom: 20px;
  }
  .signage-title-sub {
    font-size: 3rem !important;
  }
}
/* 共通部分 END */
/* コンテンツ 共通 */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
  box-sizing: border-box;
}
p.caution:last-of-type {
  margin-bottom: 0;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: #f35d63;
}
span.caution {
  position: relative;
  padding-left: 18px;
  line-height: 1.8;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  color: #f35d63;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 18px;
  line-height: 1.7;
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #14141e;
  width: 7px;
  height: 7px;
  top: 10px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: #666;
}
/* コンテンツ 共通 END */
/* ボタン 共通 END */
a.content-but {
  width: 100%;
  max-width: 330px;
  margin-top: 15px;
  padding: 18px 25px;
  border-radius: 100px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
  border: 1px solid;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
}
a.content-but::after {
  position: absolute;
  content: '\ea3c';
  font-family: 'design_plus';
  font-size: 13px;
  right: 20px;
  top: 22px;
  transition: 0.5s;
}
a.content-but:hover {
  background: #cd2513;
  border-color: #cd2513;
  color: #fff;
}
/* ボタン 共通 END */
/* ナビ */
.header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
  margin-top: 0;
}
.header-bar {
  z-index: 50;
  box-shadow: none;
  background: linear-gradient(to bottom, #14141e 10%, rgba(0, 0, 0, 0) 100%) !important;
}
.logo-image {
  left: 15px;
  width: 200px;
  position: relative;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav > ul > li > a, .global-nav .sub-menu a {
  font-size: 15px;
  font-family: "Poppins", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  letter-spacing: .06rem;
}
.global-nav > ul > li > a {
  letter-spacing: .08rem;
  padding: 0 15px;
  position: relative;
  text-align: center;
  transition: all 0.8s ease;
  color: #fff;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
  content: "";
  width: calc(100% - 23px);
  height: 0;
  background: #fff;
  bottom: 30px;
  left: 12px;
  position: absolute;
  transition: 0.5s;
}
.global-nav > ul > li > a:hover::before, .global-nav .current-menu-item > a::before {
  height: calc(100% - 98px);
}
.global-nav .sub-menu a {
  font-size: 15px;
  color: #fff !important;
  background: #14141e !important;
}
.global-nav .sub-menu a:hover {
  color: #cd2513 !important;
  background: #14141e !important;
}
.global-nav .sub-menu a::before {
  content: none;
}
.global-nav a:hover, .global-nav .current-menu-item > a {
  color: #fff;
}
.global-nav > ul > li a .global-nav_nomal, .global-nav .sub-menu a .global-nav_nomal {
  display: block;
  /* position: relative; */
  transition: all 0.8s ease;
}
.global-nav > ul > li a .global-navi_hover, .global-nav .sub-menu a .global-navi_hover {
  opacity: 0;
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.8s ease;
}
.global-nav > ul > li a .global-navi_hover {
  font-size: 14px;
}
.global-nav > ul > li a:hover .global-nav_nomal, .global-nav .sub-menu a:hover .global-nav_nomal {
  opacity: 0;
}
.global-nav > ul > li a:hover .global-navi_hover, .global-nav .sub-menu a:hover .global-navi_hover {
  opacity: 1;
}
.global-nav .sub-menu a .global-navi_hover {
  font-size: 14px;
  top: 12px;
  left: 20px;
}
@media only screen and (max-width: 1200px) {
  .header-bar-fixed ~ .top-slider-wrapper, .header-bar-fixed ~ .signage {
    margin-top: 55px;
  }
  .logo-image {
    top: 15px;
    left: -5px;
    width: 150px;
  }
  .header-bar {
    background: #14141e !important;
    border-color: #14141e;
  }
  .global-nav {
    margin-left: 0;
    background: none;
    height: auto;
    padding: 0;
  }
  .global-nav-button {
    background: #14141e;
    border-left: 0;
  }
  .global-nav-button:before {
    color: #fff;
  }
  .global-nav-button:hover:before {
    color: #cd2513;
  }
  .global-nav > ul > li > a {
    font-size: 13px;
    text-align: left;
    padding: 0 25px;
    line-height: 54px;
    background: #14141e;
    color: #fff !important;
  }
  .global-nav > ul > li > a::before {
    content: none !important;
  }
  .global-nav .sub-menu a {
    font-size: 12px;
    color: #fff !important;
    background: #14141e !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #14141e !important;
    color: #cd2513 !important;
  }
  .global-nav > ul > li a .global-navi_hover {
    padding: 0 25px;
    box-sizing: border-box;
  }
  .global-nav > ul > li a .global-navi_hover, .global-nav .sub-menu a .global-navi_hover {
    font-size: 12px;
  }
  .global-nav .sub-menu a .global-navi_hover {
    left: 0;
    top: 2px;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.65;
}
.top-slider-content {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0;
  margin: 0;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
  background: none;
}
.top-slider-content-inner {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.front-slider-box {
  width: 86%;
  margin: 0 auto;
}
.front-copy-img {
  width: 70%;
  max-width: 600px;
  display: block;
}
h2.front_main_title {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: .15rem;
  line-height: 1;
  color: #cd2513;
}
h3.front_main_subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 20px;
}
.front_original01, .front_original02 {
  padding: 4em 0;
  color: #fff;
  background: #14141d;
}
.front_original02 {
  padding-bottom: 8em;
}
.front-original01-inner, .front-original02-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-original01__text p, .front-original02__text p {
  margin-bottom: 20px;
}
.front-original01__text p:last-of-type, .front-original02__text p:last-of-type {
  margin-bottom: 0;
}
.front-link-inner {
  width: 100%;
  max-width: 780px;
  margin-top: 50px;
}
a.front-link-but {
  width: calc(50% - 8px);
  margin-right: 15px;
  padding: 24px 20px;
  border-radius: 100px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  transition: 0.5s;
}
a.front-link-but:nth-of-type(2) {
  margin-right: 0;
  margin-bottom: 0;
}
a.front-link-but::after {
  content: '\e92a';
  position: absolute;
  font-family: 'design_plus';
  font-size: 22px;
  font-weight: 400;
  line-height: 0.9;
  transition: 0.5s;
  right: 30px;
}
a.front-link-but:hover {
  color: #fff;
  background: #ee6012;
}
a.front-goonet-but:hover {
  background: #e1111f;
}
.content02 {
  padding: 4em 0;
  background: #fff;
}
.content02-inner {
  width: 88%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}
a.content02-content {
  width: calc(33.3333% - 33.4px);
  margin-right: 50px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s ease 0s;
}
a.content02-content:nth-of-type(3) {
  margin-right: 0;
  margin-bottom: 0;
}
a.content02-content:hover {
  box-shadow: none;
}
.content02-item {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.content02-img {
  background: #14141e;
  margin-bottom: 1.8rem;
}
.content02-img img {
  transition: 0.8s;
  box-shadow: 2px 3px 30px #0000003b;
}
a:hover .content02-img img {
  opacity: 0.7;
}
h2.content02-title {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #14141e;
}
h2.content02-title::before {
  content: "CAR PURCHASE";
  display: block;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: .05rem;
  line-height: 1;
  margin-bottom: 10px;
  color: #cd2513;
}
a.content02-content:nth-of-type(2) h2.content02-title::before {
  content: "GREETING";
}
a.content02-content:nth-of-type(3) h2.content02-title::before {
  content: "USED CAR";
}
h2.content02-title, .content02-text {
  transition: all 0.5s ease 0s;
}
.content02-text {
  font-size: 0.85rem;
  line-height: 2;
  color: #14141e;
}
a:hover.content02-content .content02-title, a:hover.content02-content .content02-text {
  color: #666;
}
.content02-button {
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  width: 100%;
  max-width: 290px;
  height: 65px;
  line-height: 64px;
  position: relative;
  margin: 20px auto 0;
  color: #14141e;
  border: 1px solid #14141e !important;
  border-radius: 100px;
  background: none !important;
  padding: 0 25px;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.5s;
  z-index: 0;
}
a:hover.content02-content .content02-button {
  color: #fff;
}
.content02-button::before {
  width: 0;
  height: 100%;
  position: absolute;
  content: '';
  background: #14141e;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.5s;
}
.content02-button:hover::before {
  width: 100%;
}
.content02-button::after {
  content: 'MORE';
  position: absolute;
  right: 25px;
  font-size: 0.75rem;
  font-family: "Poppins", sans-serif;
  transition: 1s;
  color: #cd2513;
}
a:hover.content02-content .content02-button::before {
  width: 100%;
}
a:hover.content02-content .content02-button::after {
  color: #fff;
}
.third-box:nth-of-type(even) {
  color: #fff;
  background: #14141e;
}
.front-third-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: end;
  position: relative;
}
.front-third-text {
  width: 45%;
  padding-top: 4em;
  padding-bottom: 8em;
  box-sizing: border-box;
}
.third-box:nth-of-type(odd) .front-third-text {
  padding-right: 4vw;
}
.third-box:nth-of-type(even) .front-third-text {
  padding-left: 4vw;
  margin-left: 55%;
}
.front-third-img {
  width: 50%;
  height: 100%;
  position: absolute;
  bottom: 50px;
}
.third-box:nth-of-type(odd) .front-third-img {
  right: 0;
}
.third-box:nth-of-type(even) .front-third-img {
  left: 0;
}
.front-third-img img {
  box-shadow: 2px 3px 20px #00000014;
}
h2.third_title {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
h2.third_title::before {
  counter-increment: number 1;
  content: "POINT."counter(number) "";
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: .15rem;
  margin-bottom: 15px;
  display: block;
  color: #cd2513;
}
.front_topics {
  padding: 6em 0;
  background: #f1f1f1;
}
.front-topics-inner {
  width: 86%;
  max-width: 1050px;
  margin: 0 auto;
  display: block;
}
h2.front_topics_title, h3.front_topics_subtitle {
  text-align: center;
  color: #14141e;
}
h3.front_topics_subtitle {
  font-size: 1.1rem;
  margin-top: 10px;
  margin-bottom: 50px;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin-top: 0;
  color: #fff;
  background: #14141e;
}
.footer_contact_sec {
  padding: 5em 0;
  color: #fff;
  background: #14141e;
  position: relative;
  z-index: 0;
}
.footer_contact_sec::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/contact_img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.25;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_contact_sec h2 {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: .2rem;
  margin-bottom: 20px;
  text-align: center;
}
p.footer_contact_text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  width: fit-content;
  margin: 1.5rem auto;
}
address.footer_tel {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  text-align: center;
  letter-spacing: .1rem;
  margin-bottom: 20px;
}
address.footer_tel a {
  color: #fff;
}
span.footer_tel_sub {
  font-size: 1.1rem;
  margin-right: 5px;
}
p.footer-caution {
  font-size: 0.95rem;
  width: fit-content;
  margin: 0 auto 10px;
}
.footer_contact_flex {
  width: 100%;
  max-width: 500px;
  margin: 40px auto 0;
}
.footer_con {
  width: calc(50% - 8px);
  margin-right: 15px;
}
.footer_con:last-of-type {
  margin-right: 0;
}
a.footer_con_but {
  width: fit-content;
  margin: auto;
  color: #fff;
  display: block;
}
a.footer_con_but::before {
  content: '\f0e0';
  font-family: design_plus;
  position: relative;
  margin: auto;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #14141e;
  background: #fff;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 1;
}
a.footer_con_but:hover {
  color: #cd2513;
}
a.footer_con_but:hover::before {
  color: #fff;
  background: #cd2513;
}
a.footer_con_but span {
  margin-top: 8px;
  text-align: center;
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}
.footer_content_sec {
  padding: 4em 0 6em;
}
.footer_content_inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer_address_bg {
  width: 50%;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 50%;
  padding-left: 5vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
dl.address_body {
  width: 100%;
  max-width: 450px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
  margin-bottom: 0.5rem;
}
dl.address_body:last-of-type {
  margin-bottom: 0;
}
dt.address_title {
  width: 20%;
  letter-spacing: .05rem;
}
dd.address_text {
  width: 80%;
  padding-left: 0.5vw;
  box-sizing: border-box;
}
ul.sns__links {
  width: 100%;
  margin-top: 20px;
}
a.footer_sns::before {
  content: "\ea92";
  font-family: design_plus;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  transition: 0.5s;
}
a.footer_sns:hover::before {
  color: #cd2513;
}
ul.footer-menu-list-outer {
  width: 33.3333%;
  padding-right: 2vw;
  box-sizing: border-box;
}
ul.footer-menu-list-outer:last-of-type {
  padding-right: 0;
  margin-bottom: 0;
}
ul.footer-menu-list-outer li {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: .05rem;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}
ul.footer-menu-list-outer li:last-of-type {
  margin-bottom: 0;
}
ul.footer-menu-list-outer li.footer-menu-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #cd2513;
}
a.footer_but {
  position: relative;
  color: #fff;
}
a.footer_but::before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #cd2513;
  bottom: -3px;
  left: 0;
  z-index: 0;
  transition: all 0.5s;
}
a.footer_but:hover::before {
  width: 100%;
}
a.footer_but.footer-menu-link::after {
  content: '\e92a';
  font-family: 'design_plus';
  font-size: 14px;
  margin-left: 8px;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.copyright {
  font-size: 10px;
  text-align: left;
}
.pagetop {
  right: 15px;
  bottom: 15px;
  transition: all 0.5s;
}
.pagetop:hover {
  bottom: 25px;
}
.pagetop a {
  width: 45px;
  height: 45px;
  color: #fff;
  border-radius: 100px;
}
.pagetop a::before {
  content: '\ea3a';
  font-size: 15px;
  width: 15px;
  height: 15px;
}
.pagetop a:hover {
  color: #cd2513;
  background: #272727;
}
@media only screen and (max-width: 1200px) {
  .header-youtube, .header-video, .top-slider {
    /* height: calc(90vh - 90px); */
  }
  .front_original03 {
    padding-bottom: 4em;
  }
  .front-third-text, .front-third-img {
    width: 100%;
  }
  .front-third-text {
    padding-bottom: 2em;
  }
  .third-box:nth-of-type(odd) .front-third-text {
    padding-right: 0;
  }
  .third-box:nth-of-type(even) .front-third-text {
    padding-left: 0;
    margin-left: 0;
  }
  .front-third-img {
    position: relative;
    bottom: 0;
  }
}
@media only screen and (max-width: 1050px){
.footer_address_bg, .footer_menu_bg {
    width: 100%;
  }
  .footer_menu_bg {
    max-width: 600px;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  a.content02-content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
  .footer_content_sec {
    padding-bottom: 4em;
  }
  .dp-footer-bar {
    background: #14141e !important;
    border-top: 1px solid #fff !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff !important;
  }
  .dp-footer-bar-item {
    font-size: 11px;
  }
  .dp-footer-bar-icon:before {
    font-weight: 400;
  }
  .dp-footer-bar a {
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(100vh - 55px);
  }
  h2.front_main_title {
    font-size: 1.8rem;
  }
  h3.front_main_subtitle {
    font-size: 1.3rem;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .front_original01, .front_original02, .front_topics {
    padding: 2.5em 0;
  }
  .front-original01__text p, .front-original02__text p {
    margin-bottom: 10px;
  }
  a.front-link-but {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .front-link-inner {
    margin-top: 25px;
  }
  .content02 {
    padding: 2em 0;
  }
  .front_original03, .front-third-text {
    padding-bottom: 2em;
  }
  h3.front_topics_subtitle {
    font-size: 1rem;
    margin-top: 8px;
    margin-bottom: 30px;
  }
  .footer_contact_sec {
    padding: 2.5em 0;
  }
  .footer_contact_sec h2 {
    font-size: 2rem;
  }
  p.footer_contact_text {
    font-size: 0.85rem;
    margin: 1rem auto;
  }
  address.footer_tel {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  p.footer-caution {
    font-size: 0.8rem;
  }
  a.footer_con_but span {
    font-size: 12px;
  }
  .footer_content_sec {
    padding: 2em 0;
  }
  .social-nav {
    display: none;
  }
  .pagetop {
    bottom: 80px !important;
  }
}
@media only screen and (max-width: 500px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  dl.address_body {
    display: block;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
  ul.footer-menu-list-outer {
    width: 50%;
  }
  ul.footer-menu-list-outer:nth-of-type(2) {
    padding-right: 0;
  }
  ul.footer-menu-list-outer:last-of-type {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 0;
  box-sizing: border-box;
}
.post-content h2 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  padding-top: 0;
  border-bottom: 1px solid #14141e;
  margin-bottom: 30px;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #cd2513;
  width: 50px;
  height: 1px;
  margin-top: 10px;
  margin-bottom: -1px;
}
.post-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 0 0 15px;
  border-left: 4px solid #14141e;
  margin-bottom: 1rem;
  line-height: 1.5;
  box-sizing: border-box;
}
.post-content h4 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.5;
  padding: 0;
  color: #cd2513;
}
.s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 1rem;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1.8;
  padding: 22px 2px 18px;
  background: none;
  border: 0;
  border-bottom: 1px #c1c1c1 solid;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-right: none;
  border-color: #f2a49c;
}
.post-content td {
  border-left: none;
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    padding: 14px 4px 12px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    margin-top: -1px;
    width: 100% !important;
  }
  .post-content th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .post-content td {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .post-content h2::after {
    margin-top: 10px;
  }
  .post-content h3 {
    font-size: 1.2rem;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 80px;
}
.archive-title, .post-title {
  color: #14141e;
  font-weight: 700;
}
h1.post-title, p.post-meta {
  text-align: left;
}
h2.archive-title {
  font-size: 1.6rem !important;
  font-weight: 400;
}
.archive-header {
  margin: 90px 0 40px;
}
.article03 {
  background: none;
  box-sizing: border-box;
  border: 1px solid #14141e;
  transition: all 0.8s;
}
.article03:hover {
  background: #14141e;
  border-color: #14141e;
}
.home .article03 {
  border: 2px solid #fff;
}
.home .article03:hover {
  border-color: #14141e;
}
.article03 a:hover {
  color: #fff;
}
.article03-content {
  padding: 15px 18px;
}
.article03-title {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #14141e;
}
.article03-meta {
  line-height: 1;
}
.article03-date, .article03-category-item {
  font-size: 12px;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
  text-decoration: none;
}
.nav-links01 {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}
.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #c1c1c1;
}
.article01-thumbnail {
  margin-bottom: 10px;
}
.article01-title {
  line-height: 1.5;
}
.article01-title a {
  font-size: 0.9rem;
  font-weight: 700;
  color: #14141e;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 13px;
}
.post-meta-box {
  background: #f1f1f1;
}
.post-meta-box-item::before {
  color: #cd2513;
}
.post-meta-box-item a {
  font-weight: 500;
}
.headline-bar {
  color: #fff;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-align: left;
  padding: 18px 15px;
  background: #14141e;
}
.widget_recent_entries li {
  font-size: 13px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-color: #c1c1c1;
}
.widget_recent_entries .post-date {
  font-size: 11px;
  line-height: 1.5;
  color: #14141e;
}
.widget_recent_entries .post-date::before {
  color: #cd2513;
}
@media only screen and (max-width: 1200px) {
  .article03-title {
    height: 50px;
    font-size: 0.9rem;
    margin: 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-meta-box-item {
    padding: 8px 0 8px 20px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main {
    padding-bottom: 30px;
  }
  .archive-header {
    margin: 50px 0 30px;
  }
  h2.archive-title {
    font-size: 25px !important;
  }
  h1.post-title {
    font-size: 1.2rem !important;
  }
  .article04-title {
    font-size: 15px;
  }
  .nav-links01 {
    border: 1px solid #c1c1c1;
  }
}
@media only screen and (max-width: 767px) {
  .headline-bar {
    line-height: 5px;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* 車の買い取り */
.purchase_sec {
  position: relative;
}
.purchase_sec::before {
  content: '';
  position: absolute;
  display: block;
  background: #f1f1f1;
  width: 80%;
  height: 43%;
  right: 0;
  bottom: 10%;
  z-index: -1;
}
.purchase-flex-inner {
  align-items: flex-end;
}
.purchase_img {
  width: 50%;
  padding-bottom: 20vh;
  box-sizing: border-box;
}
.purchase_text {
  width: 50%;
  padding: 0 3vw 40px;
  box-sizing: border-box;
}
.purchase_text h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  border: 0;
}
.purchase_text h2::after {
  content: none;
}
.purchase_text p {
  margin-bottom: 20px;
}
.purchase_text p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .purchase_text {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 970px){
  .purchase_img {
    width: 100%;
    padding-bottom: 20px;
  }
  .purchase_text {
    width: 100%;
    padding: 0;
  }
  .purchase_text h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .purchase_text p {
    margin-bottom: 10px;
  }
}
/* 車の買い取り END */
/* 中古車販売 */
.used_sec .content_inner {
  padding-bottom: 200px;
}
.voice_sec {
  position: relative;
}
.voice_sec .content_inner {
  max-width: 910px;
  margin-top: -100px;
  padding-top: 0;
}
.used_sec {
  margin-top: 50px;
  color: #fff;
  background: #000;
  position: relative;
  z-index: 0;
}
.used_sec::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/used_img.jpg");
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.25;
}
.used_box h2 {
  border: 0;
  margin-bottom: 10px;
}
.used_box h2::after {
  width: 1px;
  height: 30px;
  margin: 10px auto 0;
}
.used_box h2, .used_box p {
  text-align: center;
}
.used_box p, .voice_box p {
  margin-bottom: 20px;
}
.used_box p:last-of-type, .voice_box p:last-of-type {
  margin-bottom: 0;
}
.link-flex-inner {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 0;
}
a.link-but {
  width: calc(50% - 10px);
  margin-right: 20px;
  padding: 20px;
  border-radius: 100px;
  line-height: 1.5;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  border: 1px solid;
  box-sizing: border-box;
  transition: 0.5s;
}
a.link-but:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
a.link-but:hover {
  color: #fff;
  background: #ee6012;
  border-color: #ee6012;
}
a.goonet-but:hover {
  background: #e1111f;
  border-color: #e1111f;
}
.voice_box {
  padding: 25px 35px;
  background: #f1f1f1;
  box-sizing: border-box;
}
.voice_box h2 {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
  border: 0;
  color: #cd2513;
}
.voice_box h2::after {
  content: none;
}
a.voice-but {
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}
a.voice-but::after {
  content: '\e92a';
  top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 970px) {
  .used_box p {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .used_sec {
    margin-top: 25px;
  }
  .used_sec .content_inner {
    padding-bottom: 150px;
  }
  .used_box p {
    margin-bottom: 10px;
  }
  a.link-but {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .voice_box {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 485px) {
  .used_box h2 {
    text-align: left;
  }
}
/* 中古車販売 END */
/* 取引の流れ */
.flow {
  padding-top: 25px;
  padding-left: 100px;
  padding-bottom: 60px;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
.flow:last-of-type {
  padding-bottom: 0;
}
.flow::before {
  counter-increment: number 1;
  content: counter(number)"";
  position: absolute;
  text-align: center;
  width: 60px;
  height: 90px;
  line-height: 90px;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #fff;
  background: #14141e;
  box-sizing: border-box;
  top: 0;
  left: 0;
}
.flow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 29px;
  width: 3px;
  height: 100%;
  background: #14141e;
  z-index: -1;
}
.flow:last-of-type::after {
  display: none;
}
.flow h3 {
  font-size: 1.7rem;
  margin-bottom: 0.8rem;
  border-bottom: 0;
  line-height: 1.5;
  text-align: left;
  padding: 0;
  border: 0;
  color: #cd2513;
}
.flow p {
  margin-bottom: 15px;
}
.flow p:last-of-type {
  margin-bottom: 0;
}
.flow_sec:nth-of-type(2) {
  background: #f1f1f1;
  border-top: 2px solid #c1c1c1;
  box-sizing: border-box;
}
.flow_sec:nth-of-type(2) .flow::before {
  background: #cd2513;
  counter-increment: counter-reset1;
  content: counter(counter-reset1) "";
}
.flow_sec:nth-of-type(2) .flow::after {
  background: #cd2513;
}
.flow_sec:nth-of-type(2) .flow h3 {
  color: #14141e;
}
@media only screen and (max-width: 768px) {
  .flow {
    padding-top: 17px;
    padding-left: 60px;
    padding-bottom: 30px;
  }
  .flow::before {
    width: 40px;
    height: 70px;
    line-height: 70px;
    font-size: 2rem;
  }
  .flow::after {
    left: 19px;
  }
  .flow h3 {
    font-size: 1.4rem;
  }
  .flow p {
    margin-bottom: 8px;
  }
}
/* 取引の流れ END */
/* よくある質問 */
.faq {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px #c1c1c1 solid;
  box-sizing: border-box;
}
.faq:first-of-type {
  margin-top: 80px;
}
.faq:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.faq h3 {
  font-size: 1.35rem;
  line-height: 1.5;
  padding: 4px 0;
  margin-bottom: 5px;
  border: 0;
  text-align: left;
  position: relative;
}
.faq p {
  position: relative;
  line-height: 1.8;
  margin-bottom: 10px;
}
.faq p:last-child {
  margin-bottom: 0;
}
.faq h3, .faq p {
  padding-left: 55px;
}
.faq h3::before, p.answer::before {
  content: "Q";
  position: absolute;
  font-size: 25px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #fff;
  background: #14141e;
  width: 35px;
  height: 40px;
  line-height: 39px;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  left: 0;
  top: 0;
}
p.answer {
  padding-top: 6px;
  padding-bottom: 6px;
}
p.answer::before {
  content: 'A';
  background: #cd2513;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .faq:first-of-type {
    margin-top: 40px;
  }
  .faq h3, .faq p {
    padding-left: 50px;
  }
}
/* よくある質問 END */
/* ご挨拶 */
.greeting_text {
  width: 50%;
  box-sizing: border-box;
}
.greeting_img {
  width: 50%;
  padding-left: 4vw;
  box-sizing: border-box;
}
.greeting_text h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  line-height: 1.5;
  text-align: left;
  border: 0;
}
.greeting_text h2::after {
  content: none;
}
.greeting_text p {
  font-size: 0.9rem;
  margin-bottom: 25px;
}
.greeting_text p:last-of-type {
  margin-bottom: 0;
}
p.name {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: end;
  line-height: 1.4;
  margin-bottom: 0 !important;
}
p.name span {
  font-size: 0.9rem;
  font-weight: 500;
  margin-right: 10px;
  display: inline-block;
}
@media only screen and (max-width: 970px) {
  .greeting_img, .greeting_text {
    width: 100%;
  }
  .greeting_img {
    max-width: 450px;
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .greeting_text h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .greeting_text p {
    margin-bottom: 15px;
  }
}
/* ご挨拶 END */
/* 運営概要 */
.information_sec .content_inner {
  max-width: 950px;
}
table.info_tbl th {
  width: 25%;
}
span.info-caution {
  font-size: 0.8rem;
}
.map_sec {
  height: 450px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.map_sec:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media only screen and (max-width: 768px) {
  .map_sec {
    height: 250px;
  }
}
/* 運営概要 END */
/* スタッフ紹介 */
.staff_sec {
  margin-top: 50px;
  color: #fff;
  position: relative;
  /* z-index: 0; */
}
.staff_sec:nth-of-type(odd) {
  background: linear-gradient(-85deg, #2c2c2c 50%, #14141e 85%);
}
.staff_sec:nth-of-type(even) {
  background: linear-gradient(85deg, #2c2c2c 50%, #14141e 85%);
}
.staff_sec:last-of-type {
  margin-bottom: 50px;
}
.staff_text {
  width: 50%;
  padding-top: 15vh;
  box-sizing: border-box;
}
.staff_sec:nth-of-type(even) .staff_text {
  margin-left: 50%;
  padding-left: 3vw;
}
.staff_text p:last-of-type {
  margin-bottom: 0;
}
h2.staff-name {
  line-height: 1.5;
  margin-bottom: 15px;
  border: 0;
}
h2.staff-name::after {
  content: none;
}
span.position {
  font-size: 1rem;
  letter-spacing: .1rem;
  margin-bottom: 10px;
  display: block;
}
span.en__name {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: .05rem;
  margin-left: 15px;
  display: inline-block;
  color: #cd2513;
}
@media only screen and (max-width: 768px) {
  .staff_sec {
    margin-top: 25px;
  }
  .staff_sec:last-of-type {
    margin-bottom: 25px;
  }
  .staff_text {
    width: 100%;
  }
  .staff_sec:nth-of-type(even) .staff_text {
    margin-left: 0;
    padding-left: 0;
  }
  span.en__name {
    font-size: 0.9rem;
  }
}
/* スタッフ紹介 END */
/* お問い合わせ */
.mail_sec .content_inner {
  padding-top: 0;
}
.con__inner p:last-of-type {
  margin-bottom: 0;
}
address.con_tel {
  font-size: 2.8rem;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: .05rem;
  line-height: 1;
  margin-bottom: 20px;
  color: #cd2513;
}
address.con_tel a {
  color: #cd2513;
}
span.con_tel_sub {
  font-size: 1.3rem;
  margin-right: 5px;
  color: #14141e;
}
p.con-caution {
  font-size: 0.9rem;
}
p.con-time {
  margin-top: 20px;
  line-height: 1.5;
}
p.con-time span {
  margin-right: 10px;
  font-weight: 500;
}
.mail-info-box {
  margin-bottom: 2rem;
}
.mail-info-box p {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  address.con_tel {
    font-size: 1.8rem;
  }
  span.con_tel_sub {
    font-size: 0.95rem;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.7rem;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 8px;
  padding: 2px 5px 3px;
  border-radius: 4px;
  color: #fff;
  background: #cd2513;
}
span.required.any {
  background: #14141e;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #efefef;
  border: 0;
  padding: 20px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px;
  width: 100%;
  max-width: 450px;
  height: 85px;
  margin-right: 0;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .08rem;
  color: #fff;
  background: #14141e;
  transition: 0.5s;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #fff;
  background: #cd2513;
  border-radius: 100px;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: #ffd8df;
  line-height: 1.8;
  padding: 15px 20px;
}
.wpcf7-not-valid-tip {
  color: #fa6868;
}
@media only screen and (max-width: 768px) {
  .wpcf7 input.wpcf7-submit {
    margin-top: 20px;
  }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */
/* スクロールアニメーション */
.scroll-banner {
  position: absolute;
  width: 60%;
  max-width: 130px;
  right: 45px;
  bottom: 45px;
}
.scroll-banner img {
  -webkit-animation: 30s linear infinite rotation1;
  animation: 30s linear infinite rotation1;
}
@media only screen and (max-width: 970px) {
  .scroll-banner {
    max-width: 80px;
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .scroll-banner {
    max-width: 60px;
    right: 20px;
    bottom: 20px;
  }
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* スクロールアニメーション */