@charset "UTF-8";
body {
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #949494;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.red {
  color: #e60012;
}

.blue {
  color: #0000ff;
}

.orange {
  color: #cc9b38;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal !important;
}

.bgy {
  background-color: #fff100;
}

.ul {
  text-decoration: underline;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f34 {
  font-size: 34px;
}

.f36 {
  font-size: 36px;
}

.f40 {
  font-size: 40px;
}

.f48 {
  font-size: 48px;
}

.image_fr {
  float: right;
  width: 200px;
}

.js-scroll-anim {
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s ease;
  will-change: transform, opacity;
}
.js-scroll-anim.is-animated {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1) !important;
}
.js-scroll-anim.anim-up {
  transform: translateY(50px);
}
.js-scroll-anim.anim-right {
  transform: translateX(60px);
}
.js-scroll-anim.anim-left {
  transform: translateX(-60px);
}
.js-scroll-anim.anim-scale-up {
  transform: scale(0.85);
}
.js-scroll-anim.anim-scale-down {
  transform: scale(1.15);
}

.delay-100 {
  transition-delay: 0.1s;
}

.delay-200 {
  transition-delay: 0.2s;
}

.delay-300 {
  transition-delay: 0.3s;
}

.delay-400 {
  transition-delay: 0.4s;
}

/* 背景用 */
/* ヘッダー用 */
/* 本文用 */
/* フッター用 */
footer {
  text-align: center;
  font-size: 12px;
  padding: 15px 0;
  color: #949494;
  line-height: 1.5;
  background-color: #000000;
}

/* メニュー配置 */
#menu {
  position: fixed;
  width: 170px;
  bottom: 55px;
  right: 1%;
  z-index: 2000;
}
#menu img {
  max-width: 100%;
  height: auto;
}
#menu img:hover {
  opacity: 0.7;
}
#menu .sub_btn {
  padding: 0;
  background-color: transparent;
  border: none;
  margin-bottom: 0;
}
@media screen and (min-width: 1240px) {
  #menu {
    left: 50%;
    margin-left: 460px;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  br.br {
    display: none;
  }
}
@media print, screen and (max-width: 768px) {
  body {
    font-size: 100%;
    line-height: 1.4;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .pc {
    display: none;
  }
  br {
    content: "";
  }
  br:after {
    margin-right: -0.333em;
    content: "";
  }
  br.br {
    display: block;
  }
  #menu2 {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  #menu2 img {
    width: 100%;
  }
  footer br {
    display: block;
  }
  footer br:after {
    margin-right: 0em;
    content: "";
    display: block;
  }
}
.site-header {
  background-color: #000000;
  color: #ffffff;
  font-family: "メイリオ", "Meiryo", sans-serif;
  padding: 20px 0;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  transition: padding 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s ease, box-shadow 0.4s ease;
}
.site-header .header-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .header-logo {
  width: 23%;
  line-height: 0;
}
.site-header .header-logo a {
  display: block;
}
.site-header .header-logo a img {
  max-height: 40px;
  width: auto;
  transition: max-height 0.4s ease;
}
.site-header .header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  margin-left: 40px;
}
.site-header .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.site-header .nav-list li {
  position: relative;
  margin-right: 30px;
}
.site-header .nav-list li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 10px 0;
  transition: opacity 0.3s;
}
.site-header .nav-list li a:hover {
  opacity: 0.7;
}
.site-header .nav-list li img {
  max-height: 45px;
  width: auto;
}
@media screen and (min-width: 1025px) {
  .site-header .nav-list li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.site-header .nav-list .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0%;
  transform: translateX(-50%) translateY(10px);
  width: 220px;
  background-color: #111111;
  border: 1px solid #333333;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.site-header .nav-list .dropdown-menu li {
  margin-right: 0;
  width: 100%;
}
.site-header .nav-list .dropdown-menu li a {
  padding: 12px 20px;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  transition: background-color 0.3s, color 0.3s;
}
.site-header .nav-list .dropdown-menu li a:hover {
  background-color: #cc9b38;
  color: #000000;
  opacity: 1;
}
.site-header .header-info {
  text-align: right;
}
.site-header .header-info .info-address,
.site-header .header-info .info-tel {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  max-height: 40px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, max-height 0.3s ease, margin 0.3s ease, visibility 0.3s;
}
.site-header .header-info .info-tel {
  font-size: 16px;
  margin-top: 2px;
}
.site-header .header-info .info-line {
  margin-top: 8px;
  transition: margin 0.4s ease;
}
.site-header .header-info .info-line a {
  display: inline-block;
  transition: transform 0.3s;
}
.site-header .header-info .info-line a:hover {
  transform: scale(1.03);
}
.site-header .header-info .info-line a img {
  max-width: 350px;
  height: auto;
  vertical-align: bottom;
  max-height: 45px;
  transition: max-height 0.4s ease;
}
.site-header.is-scrolled {
  padding: 10px 0;
  background-color: rgba(11, 13, 18, 0.96);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.site-header.is-scrolled .header-info .info-address,
.site-header.is-scrolled .header-info .info-tel {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin: 0;
}
.site-header.is-scrolled .header-info .info-line {
  margin-top: 0;
}
.site-header.is-scrolled .header-info .info-line img {
  max-height: 38px;
}
.site-header .menu-trigger {
  display: none;
}

@media screen and (max-width: 1024px) {
  .site-header {
    padding: 15px 0;
  }
  .site-header.is-scrolled {
    padding: 15px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  }
  .site-header .header-inner {
    position: relative;
  }
  .site-header .header-logo {
    width: 60%;
    max-width: 300px;
  }
  .site-header .menu-trigger,
  .site-header #js-menu-trigger {
    display: block;
    position: relative;
    width: 30px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10000;
  }
  .site-header .menu-trigger span,
  .site-header #js-menu-trigger span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 4px;
    transition: all 0.4s;
  }
  .site-header .menu-trigger span:nth-child(1),
  .site-header #js-menu-trigger span:nth-child(1) {
    top: 0;
  }
  .site-header .menu-trigger span:nth-child(2),
  .site-header #js-menu-trigger span:nth-child(2) {
    top: 11px;
  }
  .site-header .menu-trigger span:nth-child(3),
  .site-header #js-menu-trigger span:nth-child(3) {
    bottom: 0;
  }
  .site-header .menu-trigger.is-active span,
  .site-header #js-menu-trigger.is-active span {
    background-color: #ffffff;
  }
  .site-header .menu-trigger.is-active span:nth-child(1),
  .site-header #js-menu-trigger.is-active span:nth-child(1) {
    transform: translateY(11px) rotate(-45deg);
  }
  .site-header .menu-trigger.is-active span:nth-child(2),
  .site-header #js-menu-trigger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .site-header .menu-trigger.is-active span:nth-child(3),
  .site-header #js-menu-trigger.is-active span:nth-child(3) {
    transform: translateY(-11px) rotate(45deg);
  }
  .site-header #js-header-nav {
    display: flex;
    position: fixed;
    top: 0;
    right: -100%;
    width: 75%;
    height: 100vh;
    background-color: rgba(11, 13, 18, 0.85);
    backdrop-filter: blur(8px);
    flex-direction: column;
    margin-left: 0;
    padding: 80px 24px 40px 24px;
    box-sizing: border-box;
    border-left: 2px solid #cc9b38;
    overflow-y: auto;
    transition: right 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease;
    opacity: 0;
  }
  .site-header #js-header-nav.is-open {
    right: 0 !important;
    opacity: 1;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
  }
  .site-header .nav-list {
    flex-direction: column;
    width: 100%;
    text-align: left;
  }
  .site-header .nav-list li {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .site-header .nav-list li a {
    font-size: 16px;
    display: block;
    padding: 0;
  }
  .site-header .nav-list .dropdown-menu {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    padding: 5px 0 10px 0;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  .site-header .nav-list .dropdown-menu li {
    margin-bottom: 0;
    border-bottom: none;
  }
  .site-header .nav-list .dropdown-menu li a {
    font-size: 14px;
    color: #cc9b38;
    text-align: left;
    padding: 8px 0 8px 15px;
  }
  .site-header .header-info {
    text-align: left;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 25px;
    margin-top: auto;
  }
  .site-header .header-info .info-address,
  .site-header .header-info .info-tel {
    font-size: 12px;
    color: #cbd5e1;
    opacity: 1 !important;
    visibility: visible !important;
    max-height: 40px !important;
    margin-bottom: 4px !important;
  }
  .site-header .header-info .info-tel {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 4px !important;
  }
  .site-header .header-info .info-line {
    margin-top: 15px !important;
  }
  .site-header .header-info .info-line img {
    max-width: 100%;
    width: 200px;
    max-height: none !important;
  }
}
body.is-fixed {
  overflow: hidden !important;
  height: 100% !important;
}

body {
  padding-top: 137px !important;
  box-sizing: border-box;
  background-color: #000000;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 54px !important;
  }
}
footer {
  background-color: #000000;
  color: #ffffff;
  font-family: "メイリオ", "Meiryo", sans-serif;
  padding-top: 60px;
  width: 100%;
}
footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer-logo {
  flex: 1;
  max-width: 350px;
}
footer .footer-logo a {
  display: inline-block;
  margin-bottom: 20px;
}
footer .footer-logo a img {
  max-height: 35px;
  width: auto;
}
footer .footer-logo .info-address,
footer .footer-logo .info-tel {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #ccc;
}
footer .footer-logo .info-tel {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  color: #ffffff;
}
footer .footer-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
footer .footer-nav .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-nav .nav-list li {
  margin-bottom: 12px;
}
footer .footer-nav .nav-list li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  transition: opacity 0.3s;
}
footer .footer-nav .nav-list li a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
footer .footer-info {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
footer .footer-info .info-line a {
  display: inline-block;
  transition: transform 0.3s, opacity 0.3s;
}
footer .footer-info .info-line a:hover {
  transform: scale(1.03);
  opacity: 0.9;
}
footer .footer-info .info-line a img {
  max-width: 350px;
  height: auto;
  vertical-align: bottom;
}
footer .footer-bottom {
  margin-top: 60px;
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  footer {
    padding-top: 40px;
  }
  footer .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .footer-logo {
    max-width: 100%;
    margin-bottom: 40px;
  }
  footer .footer-nav {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .footer-nav .nav-list li {
    margin-bottom: 15px;
  }
  footer .footer-nav .nav-list li a {
    font-size: 16px;
  }
  footer .footer-info {
    width: 100%;
    justify-content: center;
  }
  footer .footer-bottom {
    margin-top: 40px;
    font-size: 11px;
  }
}
#home .main-visual-wrap {
  width: 100%;
  height: 85vh;
  min-height: 600px;
  max-height: 1000px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
#home .main-visual-wrap .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#home .main-visual-wrap .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* ★ここを変更：単色から「左→右」のグラデーションに変えます */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 50%, transparent 85%), linear-gradient(50deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 55%, rgba(197, 155, 104, 0.4) 55%, rgba(250, 229, 136, 0.6) 55.1%, rgba(0, 0, 0, 0.2) 55.1%, transparent 57%), linear-gradient(45deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 56%, rgba(197, 155, 104, 0.4) 56%, rgba(250, 229, 136, 0.6) 56.1%, rgba(0, 0, 0, 0.2) 56.1%, transparent 57%);
  /* background-color は削除、または透明にしておきます */
  background-color: transparent;
  z-index: 1;
}
#home .main-visual-wrap .main-visual-inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 4%;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 10;
}
#home .main-visual-wrap .mv-copy-block {
  z-index: 11;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
#home .main-visual-wrap .mv-copy-block .mv-lead-copy {
  font-family: "Noto Serif JP", "Georgia", serif;
  font-size: 22px;
  font-weight: bold;
  color: #cc9b38;
  margin-bottom: 15px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  background: linear-gradient(135deg, #8f6826 0%, #f2cb63 25%, #ffffff 45%, #fae588 50%, #8f6826 75%, #ffe082 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  #home .main-visual-wrap .mv-copy-block .mv-lead-copy {
    font-size: 20px;
  }
}
#home .main-visual-wrap .mv-copy-block .mv-main-copy {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 0 0 20px 0;
  font-family: "Noto Serif JP", "Georgia", serif;
}
#home .main-visual-wrap .mv-copy-block .mv-main-copy span {
  color: #cc9b38;
  font-weight: 700;
  background: linear-gradient(135deg, #8f6826 0%, #f2cb63 25%, #ffffff 45%, #fae588 50%, #8f6826 75%, #ffe082 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  #home .main-visual-wrap .mv-copy-block .mv-main-copy {
    font-size: 42px;
  }
}
#home .main-visual-wrap .mv-copy-block .mv-sub-copy {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 0;
  opacity: 0.95;
  color: #000000;
  padding: 0px 12px;
  display: inline-block;
  background: linear-gradient(135deg, #8f6826 0%, #f2cb63 25%, #ffffff 45%, #fae588 50%, #8f6826 75%, #ffe082 100%);
  box-shadow: 0 4px 15px rgba(143, 104, 38, 0.4);
  /* 金色系のシャドウを下に落とす */
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 640px) {
  #home .main-visual-wrap .mv-copy-block .mv-sub-copy {
    font-size: 18px;
  }
}
#home .main-visual-wrap .mv-copy-block .mv-copy {
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #cc9b38;
  display: inline-block;
  padding-bottom: 8px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
#home .main-visual-wrap .mv-huge-logo {
  display: none;
  position: absolute;
  bottom: 10px;
  right: -180px;
  width: 65%;
  z-index: 2;
}
#home .main-visual-wrap .mv-huge-logo img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  #home .main-visual-wrap {
    height: 80vh;
    min-height: 400px;
  }
  #home .main-visual-wrap .main-visual-inner {
    flex-direction: column;
    justify-content: center;
  }
  #home .main-visual-wrap .mv-copy-block {
    width: 100%;
    text-align: center;
  }
  #home .main-visual-wrap .mv-copy-block .mv-copy {
    font-size: 30px;
    padding-bottom: 5px;
  }
  #home .main-visual-wrap .mv-huge-logo {
    width: 80%;
    bottom: 20px;
    right: -10px;
    transform: rotate(-15deg);
  }
}
#home .daily-notes-section {
  width: 100%;
  padding: 80px 0;
  background-color: #f8fafc;
  color: #1e293b;
}
#home .daily-notes-section .daily-notes-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 4%;
}
#home .daily-notes-section .daily-notes-inner .section-title-area {
  margin-bottom: 50px;
}
#home .daily-notes-section .daily-notes-inner .section-title-area .en-title {
  color: #000000;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(135deg, #8f6826 0%, #f2cb63 25%, #ffffff 45%, #fae588 50%, #8f6826 75%, #ffe082 100%) 1;
     border-image: linear-gradient(135deg, #8f6826 0%, #f2cb63 25%, #ffffff 45%, #fae588 50%, #8f6826 75%, #ffe082 100%) 1;
}
#home .daily-notes-section .daily-notes-inner .section-title-area .ja-title {
  font-size: 16px;
  color: #000000;
  margin: 10px 0 0 0;
  font-weight: bold;
}
#home .daily-notes-section .daily-notes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
#home .daily-notes-section .daily-note-card {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#home .daily-notes-section .daily-note-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
#home .daily-notes-section .daily-note-card .card-image-box {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
#home .daily-notes-section .daily-note-card .card-image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
#home .daily-notes-section .daily-note-card .card-image-box .card-date-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 12px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 0.05em;
}
#home .daily-notes-section .daily-note-card .card-image-box .card-bubble-icon {
  position: absolute;
  bottom: -20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background-color: #c59b68;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(197, 155, 104, 0.4);
  z-index: 2;
}
#home .daily-notes-section .daily-note-card .card-content-box {
  padding: 30px 22px 25px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#home .daily-notes-section .daily-note-card .card-content-box .card-main-title {
  font-size: 18px;
  font-weight: bold;
  color: #0f172a;
  line-height: 1.4;
  margin: 0 0 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#home .daily-notes-section .daily-note-card .card-content-box .card-excerpt {
  font-size: 12px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 20px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
#home .daily-notes-section .daily-note-card .card-content-box .card-hashtags {
  font-size: 10px;
  font-weight: 500;
  color: #cc9b38;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  margin-top: auto;
}
#home .daily-notes-section .daily-note-card .card-content-box .card-author-footer {
  border-top: 1px dashed #e2e8f0;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#home .daily-notes-section .daily-note-card .card-content-box .card-author-footer .author-left-side {
  display: flex;
  align-items: center;
}
#home .daily-notes-section .daily-note-card .card-content-box .card-author-footer .author-left-side .author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}
#home .daily-notes-section .daily-note-card .card-content-box .card-author-footer .author-left-side .author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .daily-notes-section .daily-note-card .card-content-box .card-author-footer .author-left-side .author-info {
  display: flex;
  flex-direction: column;
}
#home .daily-notes-section .daily-note-card .card-content-box .card-author-footer .author-left-side .author-info .author-name {
  font-size: 14px;
  font-weight: bold;
  color: #1e293b;
  line-height: 1.2;
}
#home .daily-notes-section .daily-note-card .card-content-box .card-author-footer .author-left-side .author-info .author-label {
  font-size: 11px;
  color: #64748b;
  margin-top: 2px;
}
#home .daily-notes-section .daily-note-card .card-content-box .card-author-footer .author-right-side .footer-date {
  font-size: 12px;
  color: #94a3b8;
  font-family: "Arial", sans-serif;
}
#home .daily-notes-section .daily-notes-more-btn-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 35px;
}
#home .daily-notes-section .daily-notes-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 35px;
  font-size: 14px;
  font-weight: bold;
  color: #1e293b;
  background-color: transparent;
  border: 1px solid #cc9b38;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
#home .daily-notes-section .daily-notes-more-btn .btn-arrow {
  font-size: 11px;
  margin-left: 10px;
  color: #c59b68;
  transition: transform 0.3s ease;
}
#home .daily-notes-section .daily-notes-more-btn:hover {
  background-color: #cc9b38;
  color: #000000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
#home .daily-notes-section .daily-notes-more-btn:hover .btn-arrow {
  color: #000000;
  transform: translateX(4px);
}
@media screen and (max-width: 640px) {
  #home .daily-notes-section .daily-notes-more-btn-wrap {
    justify-content: center;
    margin-top: 25px;
  }
  #home .daily-notes-section .daily-notes-more-btn {
    width: 100%;
    max-width: 280px;
    padding: 14px 20px;
  }
}
@media screen and (max-width: 1200px) {
  #home .daily-notes-section .daily-notes-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  #home .daily-notes-section {
    padding: 50px 0;
  }
  #home .daily-notes-section .daily-notes-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #home .daily-notes-section .daily-note-card .card-image-box {
    height: 200px;
  }
  #home .daily-notes-section .daily-note-card .card-content-box {
    padding: 25px 18px 20px 18px;
  }
  #home .daily-notes-section .daily-note-card .card-content-box .card-main-title {
    font-size: 16px;
  }
  #home .daily-notes-section .daily-note-card .card-content-box .card-excerpt {
    font-size: 13px;
  }
}
#home .line-cta-wrap {
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
  background-color: #ffffff;
}
#home .line-cta-wrap .line-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
  display: flex;
  justify-content: center;
}
#home .cta-line-area {
  display: flex;
  justify-content: center;
}
#home .cta-line-area .cta-line-btn {
  display: block;
  width: 100%;
  max-width: 640px;
  border-radius: 100px;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 255, 0, 0.2), 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#home .cta-line-area .cta-line-btn:hover {
  transform: scale(1.02);
  box-shadow: 0 0 30px rgba(6, 199, 85, 0.5), 0 10px 30px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  #home .line-cta-wrap {
    padding: 40px 0;
  }
  #home .premium-line-btn .btn-body {
    padding: 10px 20px;
  }
  #home .premium-line-btn .line-icon-wrap {
    width: 42px;
    height: 42px;
  }
  #home .premium-line-btn .line-text-wrap {
    padding-left: 15px;
  }
  #home .premium-line-btn .line-text-wrap .main-text {
    font-size: 16px;
  }
  #home .premium-line-btn .line-text-wrap .main-text .highlight {
    font-size: 20px;
  }
  #home .premium-line-btn .line-text-wrap .sub-text {
    font-size: 10px;
    margin-top: 2px;
  }
  #home .premium-line-btn .right-space-box {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
}
#home .maker-section-wrap {
  width: 100%;
  padding: 80px 0;
  background-image: url("../images/shutter-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#home .maker-section-wrap .maker-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}
#home .maker-section-wrap .maker-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#home .maker-section-wrap .maker-item {
  display: flex;
  width: 100%;
  min-height: 320px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
#home .maker-section-wrap .maker-image {
  flex: 1.6;
  position: relative;
  background-color: #333;
}
#home .maker-section-wrap .maker-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
#home .maker-section-wrap .maker-content {
  flex: 1;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
}
#home .maker-section-wrap .maker-content .logo-img {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .maker-section-wrap .maker-content .logo-img img {
  max-height: 70px;
  width: auto;
}
#home .maker-section-wrap .maker-content .maker-btn {
  display: block;
  width: 100%;
  max-width: 280px;
  border: 1px solid #cc9b38;
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
#home .maker-section-wrap .maker-content .maker-btn:hover {
  background-color: #cc9b38;
  color: #000000;
}
@media screen and (max-width: 768px) {
  #home .maker-section-wrap {
    padding: 40px 0;
  }
  #home .maker-section-wrap .maker-list {
    gap: 30px;
  }
  #home .maker-section-wrap .maker-item {
    flex-direction: column;
    min-height: auto;
  }
  #home .maker-section-wrap .maker-image {
    width: 100%;
    height: 200px;
  }
  #home .maker-section-wrap .maker-content {
    width: 100%;
    padding: 30px 20px;
  }
  #home .maker-section-wrap .maker-content .logo-img {
    margin-bottom: 20px;
  }
  #home .maker-section-wrap .maker-content .logo-img img {
    max-height: 55px;
  }
  #home .maker-section-wrap .maker-content .maker-btn {
    font-size: 15px;
    padding: 10px 0;
  }
}
#home .results-section-wrap {
  width: 100%;
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/results-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#home .results-section-wrap .results-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}
#home .results-section-wrap .section-title-area {
  margin-bottom: 50px;
}
#home .results-section-wrap .section-title-area .en-title {
  color: #ffffff;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #cc9b38;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(135deg, #8f6826 0%, #f2cb63 25%, #ffffff 45%, #fae588 50%, #8f6826 75%, #ffe082 100%) 1;
     border-image: linear-gradient(135deg, #8f6826 0%, #f2cb63 25%, #ffffff 45%, #fae588 50%, #8f6826 75%, #ffe082 100%) 1;
}
#home .results-section-wrap .section-title-area .ja-title {
  font-size: 16px;
  color: #ffffff;
  margin: 10px 0 0 0;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#home .results-section-wrap .results-list {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 60px;
}
#home .results-section-wrap .results-item {
  flex: 1;
  background-color: #000000;
  border: 1px solid #333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#home .results-section-wrap .results-item .results-link {
  text-decoration: none;
  display: block;
  height: 100%;
}
#home .results-section-wrap .results-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(255, 126, 0, 0.2);
}
#home .results-section-wrap .results-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
#home .results-section-wrap .results-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
#home .results-section-wrap .results-item:hover .results-image img {
  transform: scale(1.05);
}
#home .results-section-wrap .results-content {
  padding: 25px 20px;
  color: #ffffff;
}
#home .results-section-wrap .results-content .results-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 12px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#home .results-section-wrap .results-content .results-excerpt {
  font-size: 13px;
  color: #b3b3b3;
  line-height: 1.6;
  margin: 0;
}
#home .results-section-wrap .results-btn-area {
  text-align: center;
}
#home .results-section-wrap .results-btn-area .view-all-btn {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  border: 1px solid #cc9b38;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 0;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
#home .results-section-wrap .results-btn-area .view-all-btn:hover {
  background-color: #cc9b38;
  color: #000000;
}
@media screen and (max-width: 960px) {
  #home .results-section-wrap {
    padding: 60px 0;
  }
  #home .results-section-wrap .results-list {
    flex-direction: column;
    gap: 30px;
  }
  #home .results-section-wrap .results-item {
    width: 100%;
  }
  #home .results-section-wrap .results-image {
    height: 200px;
  }
}
#home .map-wrap {
  width: 100%;
  line-height: 0;
  background-color: #000000;
}
#home .map-wrap iframe {
  width: 100% !important;
  height: 500px;
  filter: grayscale(30%) invert(10%) contrast(120%);
}
@media screen and (max-width: 768px) {
  #home .map-wrap iframe {
    height: 350px;
  }
}

.menu-section-wrap {
  width: 100%;
  padding: 100px 0;
  background-color: #111111;
}
.menu-section-wrap .menu-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}
.menu-section-wrap .section-title-area {
  margin-bottom: 50px;
}
.menu-section-wrap .section-title-area .en-title {
  color: #ffffff;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #cc9b38;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(135deg, #8f6826 0%, #f2cb63 25%, #ffffff 45%, #fae588 50%, #8f6826 75%, #ffe082 100%) 1;
     border-image: linear-gradient(135deg, #8f6826 0%, #f2cb63 25%, #ffffff 45%, #fae588 50%, #8f6826 75%, #ffe082 100%) 1;
}
.menu-section-wrap .section-title-area .ja-title {
  font-size: 16px;
  color: #ffffff;
  margin: 10px 0 0 0;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.menu-section-wrap .menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 11fr);
  gap: 30px 40px;
}
.menu-section-wrap .menu-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000000;
  border: 1px solid #333333;
  text-decoration: none;
  height: 160px;
  overflow: hidden;
  position: relative;
  transition: border-color 0.3s ease;
}
.menu-section-wrap .menu-card .menu-text {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  padding-left: 30px;
  z-index: 2;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}
.menu-section-wrap .menu-card .menu-image {
  width: 55%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.menu-section-wrap .menu-card .menu-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(to right, #000000 0%, transparent 100%);
  z-index: 1;
}
.menu-section-wrap .menu-card .menu-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.menu-section-wrap .menu-card:hover {
  border-color: #cc9b38;
}
.menu-section-wrap .menu-card:hover .menu-text {
  color: #cc9b38;
}
.menu-section-wrap .menu-card:hover .menu-image img {
  transform: scale(1.08);
}

@media screen and (max-width: 768px) {
  .menu-section-wrap {
    padding: 60px 0;
  }
  .menu-section-wrap .menu-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .menu-section-wrap .menu-card {
    height: 120px;
  }
  .menu-section-wrap .menu-card .menu-text {
    font-size: 18px;
    padding-left: 20px;
  }
  .menu-section-wrap .menu-card .menu-image {
    width: 50%;
  }
}
.cta-section-wrap {
  width: 100%;
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../images/cta-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffffff;
}
.cta-section-wrap .cta-section-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4%;
}
.cta-section-wrap .cta-lead {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 50px 0;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.cta-section-wrap .cta-tel-block {
  margin-bottom: 50px;
}
.cta-section-wrap .cta-tel-block .tel-number {
  font-size: 64px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  line-height: 1.1;
  border-bottom: 2px solid #cc9b38;
  padding-bottom: 5px;
  pointer-events: none;
  font-family: "Arial", sans-serif;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(135deg, #8f6826 0%, #f2cb63 25%, #ffffff 45%, #fae588 50%, #8f6826 75%, #ffe082 100%) 1;
     border-image: linear-gradient(135deg, #8f6826 0%, #f2cb63 25%, #ffffff 45%, #fae588 50%, #8f6826 75%, #ffe082 100%) 1;
}
.cta-section-wrap .cta-tel-block .tel-number:hover {
  color: #ffffff;
}
.cta-section-wrap .cta-tel-block .time-info {
  margin-top: 20px;
}
.cta-section-wrap .cta-tel-block .time-info p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.cta-section-wrap .cta-line-area {
  display: flex;
  justify-content: center;
}
.cta-section-wrap .cta-line-area .cta-line-btn {
  display: block;
  width: 100%;
  max-width: 640px;
  border-radius: 100px;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 255, 0, 0.2), 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cta-section-wrap .cta-line-area .cta-line-btn:hover {
  transform: scale(1.02);
  box-shadow: 0 0 30px rgba(6, 199, 85, 0.5), 0 10px 30px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  .cta-section-wrap {
    padding: 60px 0;
  }
  .cta-section-wrap .cta-lead {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .cta-section-wrap .cta-lead br {
    display: none;
  }
  .cta-section-wrap .cta-tel-block {
    margin-bottom: 35px;
  }
  .cta-section-wrap .cta-tel-block .tel-number {
    font-size: 38px;
    pointer-events: auto;
  }
  .cta-section-wrap .cta-tel-block .tel-number:hover {
    opacity: 0.7;
  }
  .cta-section-wrap .cta-tel-block .time-info p {
    font-size: 13px;
  }
  .cta-section-wrap .cta-line-area .cta-line-btn .line-btn-inner {
    gap: 15px;
  }
  .cta-section-wrap .cta-line-area .cta-line-btn .line-logo {
    width: 40px;
    height: 40px;
  }
  .cta-section-wrap .cta-line-area .cta-line-btn .line-text .line-main-text {
    font-size: 16px;
  }
  .cta-section-wrap .cta-line-area .cta-line-btn .line-text .line-main-text strong {
    font-size: 20px;
  }
  .cta-section-wrap .cta-line-area .cta-line-btn .line-text .line-sub-text {
    font-size: 10px;
  }
}
.instagram-section {
  background-color: #111111;
  padding: 80px 0;
}
.instagram-section .instagram-section-inner {
  max-width: 1200px;
  /* サイトのメイン横幅に合わせる */
  margin: 0 auto;
  padding: 0 4%;
}
.instagram-section .instagram-section-inner .section-title-area .en-title {
  font-size: 40px;
  font-weight: bold;
  font-family: "Times New Roman", "Yu Mincho", serif;
  margin-bottom: 30px;
  border-bottom: 2px solid #cc9b38;
  display: inline-block;
  padding-bottom: 5px;
  color: #ffffff;
  line-height: 1.1;
  text-align: left;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(135deg, #8f6826 0%, #f2cb63 25%, #ffffff 45%, #fae588 50%, #8f6826 75%, #ffe082 100%) 1;
     border-image: linear-gradient(135deg, #8f6826 0%, #f2cb63 25%, #ffffff 45%, #fae588 50%, #8f6826 75%, #ffe082 100%) 1;
}
.instagram-section .instagram-section-inner .instagram-feed-wrap {
  background-color: #ffffff;
  max-width: 1200px;
  /* サイトのメイン横幅に合わせる */
  margin: 0 auto;
  /* 中央寄せ */
  padding: 3%;
  /* 上下の余白 */
}

.archive-results-wrap {
  width: 100%;
  padding: 80px 0;
  background-color: #000000;
  color: #ffffff;
}
.archive-results-wrap .archive-results-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}
.archive-results-wrap .page-title-area {
  margin-bottom: 60px;
  text-align: center;
}
.archive-results-wrap .page-title-area .en-title {
  font-size: 56px;
  font-weight: bold;
  font-family: "Times New Roman", "Yu Mincho", serif;
  margin: 0;
  border-bottom: 2px solid #cc9b38;
  display: inline-block;
  padding-bottom: 5px;
  line-height: 1.2;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(135deg, #8f6826 0%, #f2cb63 25%, #ffffff 45%, #fae588 50%, #8f6826 75%, #ffe082 100%) 1;
     border-image: linear-gradient(135deg, #8f6826 0%, #f2cb63 25%, #ffffff 45%, #fae588 50%, #8f6826 75%, #ffe082 100%) 1;
}
.archive-results-wrap .page-title-area .ja-title {
  font-size: 14px;
  color: #cccccc;
  margin: 10px 0 0 0;
}
.archive-results-wrap .results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
.archive-results-wrap .results-item {
  background-color: #111111;
  border: 1px solid #222222;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.archive-results-wrap .results-item .results-link {
  text-decoration: none;
  color: #ffffff;
  display: block;
}
.archive-results-wrap .results-item:hover {
  transform: translateY(-5px);
  border-color: #cc9b38;
}
.archive-results-wrap .results-image {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.archive-results-wrap .results-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-results-wrap .results-content {
  padding: 25px;
}
.archive-results-wrap .results-content .results-date {
  font-size: 13px;
  color: #cc9b38;
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}
.archive-results-wrap .results-content .results-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 12px 0;
  line-height: 1.4;
}
.archive-results-wrap .results-content .results-excerpt {
  font-size: 14px;
  color: #aaaaaa;
  line-height: 1.6;
}
.archive-results-wrap .pagination-area {
  text-align: center;
  margin-top: 50px;
}
.archive-results-wrap .pagination-area .page-numbers {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 4px;
  border: 1px solid #333333;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
}
.archive-results-wrap .pagination-area .page-numbers:hover, .archive-results-wrap .pagination-area .page-numbers.current {
  background-color: #cc9b38;
  border-color: #cc9b38;
  color: #000000;
}

.single-results-wrap {
  width: 100%;
  padding: 80px 0;
  background-color: #000000;
  color: #ffffff;
}
.single-results-wrap .single-results-inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 4%;
}
.single-results-wrap .post-header {
  margin-bottom: 40px;
  text-align: center;
}
.single-results-wrap .post-header .post-date {
  font-size: 14px;
  color: #cc9b38;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.single-results-wrap .post-header .post-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
.single-results-wrap .post-header .title-underline {
  width: 60px;
  height: 2px;
  background-color: #cc9b38;
  margin: 20px auto 0;
}
.single-results-wrap .post-main-image {
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #222222;
}
.single-results-wrap .post-main-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.single-results-wrap .post-main-content {
  font-size: 16px;
  line-height: 1.8;
  color: #e0e0e0;
  margin-bottom: 60px;
}
.single-results-wrap .post-main-content p {
  margin-bottom: 25px;
}
.single-results-wrap .post-main-content img {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
  border: 1px solid #333333;
}
.single-results-wrap .post-main-content h2 {
  font-size: 22px;
  color: #ffffff;
  border-left: 4px solid #cc9b38;
  padding-left: 15px;
  margin: 40px 0 20px 0;
}
.single-results-wrap .post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #222222;
  padding-top: 30px;
  margin-top: 40px;
}
.single-results-wrap .post-navigation .nav-prev a,
.single-results-wrap .post-navigation .nav-next a,
.single-results-wrap .post-navigation .nav-all a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: color 0.3s;
}
.single-results-wrap .post-navigation .nav-prev a:hover,
.single-results-wrap .post-navigation .nav-next a:hover,
.single-results-wrap .post-navigation .nav-all a:hover {
  color: #cc9b38;
}
.single-results-wrap .post-navigation .nav-all a {
  background-color: #111111;
  border: 1px solid #333333;
  padding: 8px 20px;
  font-size: 13px;
}
.single-results-wrap .post-navigation .nav-all a:hover {
  background-color: #cc9b38;
  color: #000000;
  border-color: #cc9b38;
}

@media screen and (max-width: 768px) {
  .archive-results-wrap {
    padding: 50px 0;
  }
  .archive-results-wrap .results-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .archive-results-wrap .results-image {
    height: 200px;
  }
  .single-results-wrap {
    padding: 50px 0;
  }
  .single-results-wrap .post-header .post-title {
    font-size: 20px;
  }
  .single-results-wrap .post-navigation {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
#concept .concept-visual-wrap {
  width: 100%;
  height: 30vh;
  min-height: 200px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/concept-visual-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#concept .concept-visual-wrap .concept-visual-inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 4%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#concept .concept-visual-wrap .concept-visual-copy {
  text-align: center;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 56px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding-bottom: 8px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
#concept .about-shop-wrap {
  width: 100%;
  padding: 100px 0;
  background-color: #000000;
  color: #ffffff;
}
#concept .about-shop-wrap .about-shop-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}
#concept .about-shop-wrap .about-shop-content {
  max-width: 1100px;
  margin: 0 auto 50px auto;
}
#concept .about-shop-wrap .about-shop-content .about-shop-title {
  font-size: 42px;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 56px;
  font-weight: bold;
  margin: 0 0 30px 0;
}
#concept .about-shop-wrap .about-shop-content .about-shop-title span {
  font-size: 28px;
  margin-left: 5px;
}
#concept .about-shop-wrap .about-shop-content .about-shop-text p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin: 0 0 20px 0;
  color: #e6e6e6;
}
#concept .about-shop-wrap .about-shop-content .about-shop-text p:last-child {
  margin-bottom: 0;
}
#concept .about-shop-wrap .about-shop-image {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border: 1px solid #222222;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}
#concept .about-shop-wrap .about-shop-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #concept .about-shop-wrap {
    padding: 60px 0;
  }
  #concept .about-shop-wrap .about-shop-content {
    margin-bottom: 35px;
  }
  #concept .about-shop-wrap .about-shop-content .about-shop-title {
    font-size: 30px;
  }
  #concept .about-shop-wrap .about-shop-content .about-shop-title span {
    font-size: 20px;
  }
  #concept .about-shop-wrap .about-shop-content .about-shop-text p {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
  }
  #concept .about-shop-wrap .about-shop-image {
    width: 100%;
  }
}
#concept .maker-intro-wrap {
  width: 100%;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
}
#concept .maker-intro-wrap.bmw-theme {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../images/bmw-intro-bg.png");
}
#concept .maker-intro-wrap.mini-theme {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../images/mini-intro-bg.png");
}
#concept .maker-intro-wrap.benz-theme {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../images/benz-intro-bg.png");
}
#concept .maker-intro-wrap .maker-intro-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}
#concept .maker-intro-wrap .maker-title-area .maker-name {
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 56px;
  font-weight: bold;
  margin: 0 0 15px 0;
  letter-spacing: 0.05em;
  line-height: 1;
}
#concept .maker-intro-wrap .maker-title-area .title-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 40px;
}
#concept .maker-intro-wrap .maker-description-block p {
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: 0.04em;
  margin: 0;
  text-align: justify;
  color: #f0f0f0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #concept .maker-intro-wrap {
    padding: 60px 0;
  }
  #concept .maker-intro-wrap .maker-title-area .maker-name {
    font-size: 38px;
  }
  #concept .maker-intro-wrap .maker-description-block p {
    font-size: 15px;
  }
}

#services .services-visual-wrap {
  width: 100%;
  height: 30vh;
  min-height: 200px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/services-visual-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#services .services-visual-wrap .services-visual-inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 4%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#services .services-visual-wrap .services-visual-copy {
  text-align: center;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 56px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding-bottom: 8px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
#services .service-intro-wrap {
  width: 100%;
  padding: 100px 0;
  background-color: #000000;
  color: #ffffff;
}
#services .service-intro-wrap .service-intro-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}
#services .service-intro-wrap .service-title-block {
  text-align: center;
  margin-bottom: 60px;
}
#services .service-intro-wrap .service-title-block .service-title {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 38px;
  font-weight: 500;
  margin: 0 0 20px 0;
  letter-spacing: 0.1em;
}
#services .service-intro-wrap .service-title-block .title-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
#services .service-intro-wrap .service-flex-container {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 60px;
}
#services .service-intro-wrap .service-text-side {
  flex: 1.1;
}
#services .service-intro-wrap .service-text-side p {
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin: 0;
  text-align: justify;
  color: #f0f0f0;
  font-weight: 400;
}
#services .service-intro-wrap .service-image-side {
  flex: 0.9;
  border: 1px solid #222222;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
#services .service-intro-wrap .service-image-side img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#services .service-intro-wrap .service-btn-area {
  text-align: center;
  margin-top: 50px;
}
#services .service-intro-wrap .service-btn-area .service-neon-btn {
  display: inline-block;
  width: 100%;
  max-width: 380px;
  background-color: #ffffff;
  border: 2px solid #00ff66;
  color: #000000;
  text-decoration: none;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  font-weight: bold;
  padding: 14px 0;
  letter-spacing: 0.1em;
  box-shadow: 0 0 15px rgba(0, 255, 102, 0.3);
  transition: all 0.3s ease;
}
#services .service-intro-wrap .service-btn-area .service-neon-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 25px rgba(0, 255, 102, 0.6);
  background-color: #00ff66;
  color: #000000;
}
@media screen and (max-width: 768px) {
  #services .service-intro-wrap {
    padding: 60px 0;
  }
  #services .service-intro-wrap .service-title-block {
    margin-bottom: 40px;
  }
  #services .service-intro-wrap .service-title-block .service-title {
    font-size: 26px;
  }
  #services .service-intro-wrap .service-flex-container {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
  #services .service-intro-wrap .service-text-side {
    width: 100%;
  }
  #services .service-intro-wrap .service-text-side p {
    font-size: 14px;
    line-height: 1.75;
  }
  #services .service-intro-wrap .service-image-side {
    width: 100%;
  }
  #services .service-intro-wrap .service-btn-area {
    margin-top: 30px;
  }
  #services .service-intro-wrap .service-btn-area .service-neon-btn {
    font-size: 16px;
    padding: 12px 0;
    max-width: 100%;
  }
}

#facility .facility-visual-wrap {
  width: 100%;
  height: 30vh;
  min-height: 200px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/facility-visual-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#facility .facility-visual-wrap .facility-visual-inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 4%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#facility .facility-visual-wrap .facility-visual-copy {
  text-align: center;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 56px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding-bottom: 8px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

#contact .contact-visual-wrap {
  width: 100%;
  height: 30vh;
  min-height: 200px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/contact-visual-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#contact .contact-visual-wrap .contact-visual-inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 4%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .contact-visual-wrap .contact-visual-copy {
  text-align: center;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 56px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding-bottom: 8px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
#contact .contact-page-wrap {
  width: 100%;
  padding: 80px 0;
  background-color: #000000;
  color: #ffffff;
}
#contact .contact-page-wrap .contact-page-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4%;
}
#contact .contact-page-wrap .form-tab-menu {
  display: flex;
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
  border-bottom: 2px solid #222222;
}
#contact .contact-page-wrap .form-tab-menu .tab-item {
  flex: 1;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  color: #888888;
  background-color: #111111;
  border: 1px solid #222222;
  border-bottom: none;
  transition: all 0.3s ease;
}
#contact .contact-page-wrap .form-tab-menu .tab-item:hover {
  color: #ffffff;
  background-color: #151515;
}
#contact .contact-page-wrap .form-tab-menu .tab-item.is-active {
  color: #ffffff;
  background-color: #000000;
  border-color: #cc9b38;
  border-width: 2px 2px 0 2px;
  position: relative;
}
#contact .contact-page-wrap .form-tab-menu .tab-item.is-active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
}
#contact .contact-page-wrap .form-panel {
  display: none;
  animation: fadeIn 0.5s ease forwards;
}
#contact .contact-page-wrap .form-panel.is-show {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  #contact .contact-page-wrap {
    padding: 40px 0;
  }
  #contact .contact-page-wrap .form-tab-menu .tab-item {
    font-size: 15px;
    padding: 12px 0;
  }
}
#contact .cf7-custom-form {
  width: 100%;
  margin-top: 30px;
}
#contact .cf7-custom-form .form-row {
  margin-bottom: 25px;
  text-align: left;
}
#contact .cf7-custom-form .form-row .form-label {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #ffffff;
}
#contact .cf7-custom-form .form-row .form-label .label-required {
  background-color: #ff3333;
  color: #ffffff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 8px;
  font-weight: normal;
}
#contact .cf7-custom-form .form-row .form-label .label-optional {
  background-color: #666666;
  color: #ffffff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 8px;
  font-weight: normal;
}
#contact .cf7-custom-form .form-row input[type=text],
#contact .cf7-custom-form .form-row input[type=email],
#contact .cf7-custom-form .form-row input[type=tel],
#contact .cf7-custom-form .form-row textarea {
  width: 100%;
  padding: 14px 15px;
  background-color: #111111;
  border: 1px solid #333333;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
#contact .cf7-custom-form .form-row input[type=text]::-moz-placeholder, #contact .cf7-custom-form .form-row input[type=email]::-moz-placeholder, #contact .cf7-custom-form .form-row input[type=tel]::-moz-placeholder, #contact .cf7-custom-form .form-row textarea::-moz-placeholder {
  color: #666666;
}
#contact .cf7-custom-form .form-row input[type=text]::placeholder,
#contact .cf7-custom-form .form-row input[type=email]::placeholder,
#contact .cf7-custom-form .form-row input[type=tel]::placeholder,
#contact .cf7-custom-form .form-row textarea::placeholder {
  color: #666666;
}
#contact .cf7-custom-form .form-row input[type=text]:focus,
#contact .cf7-custom-form .form-row input[type=email]:focus,
#contact .cf7-custom-form .form-row input[type=tel]:focus,
#contact .cf7-custom-form .form-row textarea:focus {
  outline: none;
  border-color: #cc9b38;
  background-color: #151515;
  box-shadow: 0 0 8px rgba(255, 126, 0, 0.2);
}
#contact .cf7-custom-form .form-row textarea {
  height: 180px;
  resize: vertical;
}
#contact .cf7-custom-form .wpcf7-not-valid-tip {
  color: #ff3333;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}
#contact .cf7-custom-form .wpcf7-response-output {
  border-radius: 4px;
  font-size: 15px;
  text-align: center;
  background-color: #111111;
  margin: 20px 0 0 0 !important;
}
#contact .cf7-custom-form select,
#contact .cf7-custom-form input[type=date] {
  width: 100%;
  padding: 13px 15px;
  background-color: #111111;
  border: 1px solid #333333;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#contact .cf7-custom-form select:focus,
#contact .cf7-custom-form input[type=date]:focus {
  border-color: #cc9b38;
  background-color: #151515;
}
#contact .cf7-custom-form .flex-row {
  display: flex;
  gap: 20px;
}
#contact .cf7-custom-form .flex-row .flex-item {
  flex: 1;
}
@media screen and (max-width: 600px) {
  #contact .cf7-custom-form .flex-row {
    flex-direction: column;
    gap: 15px;
  }
}
#contact .privacy-box {
  background-color: #111111;
  border: 1px solid #333333;
  padding: 35px;
  box-sizing: border-box;
  margin-top: 40px;
  text-align: left;
}
#contact .privacy-main-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 25px 0;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
}
#contact .privacy-main-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #cc9b38;
  margin: 10px auto 0 auto;
}
#contact .privacy-scroll-area {
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #222222;
  background-color: #0a0a0a;
  padding: 20px;
  box-sizing: border-box;
}
#contact .privacy-scroll-area::-webkit-scrollbar {
  width: 8px;
}
#contact .privacy-scroll-area::-webkit-scrollbar-track {
  background: #111111;
}
#contact .privacy-scroll-area::-webkit-scrollbar-thumb {
  background: #333333;
  border-radius: 4px;
}
#contact .privacy-scroll-area::-webkit-scrollbar-thumb:hover {
  background: #cc9b38;
}
#contact .privacy-list {
  margin: 0;
  padding: 0;
}
#contact .privacy-list .privacy-item {
  margin-bottom: 25px;
}
#contact .privacy-list .privacy-item:last-child {
  margin-bottom: 0;
}
#contact .privacy-list dt {
  font-size: 14px;
  font-weight: bold;
  color: #cc9b38;
  margin-bottom: 8px;
}
#contact .privacy-list dd {
  font-size: 13px;
  line-height: 1.7;
  color: #cccccc;
  margin-left: 0;
  text-align: justify;
}
#contact .privacy-check-area {
  text-align: center;
  margin: 25px 0;
  font-size: 15px;
  color: #ffffff;
}
#contact .privacy-check-area .wpcf7-list-item {
  margin: 0;
}
#contact .privacy-check-area input[type=checkbox] {
  margin-right: 8px;
  transform: scale(1.1);
  cursor: pointer;
}
#contact .form-submit-area {
  text-align: center;
}
#contact .form-submit-area .form-submit-btn {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  background-color: #cc9b38;
  color: #ffffff;
  border: none;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.3s ease;
}
#contact .form-submit-area .form-submit-btn:hover {
  background-color: #e06f00;
  transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  #contact .privacy-box {
    padding: 20px 15px;
  }
  #contact .privacy-main-title {
    font-size: 16px;
  }
  #contact .privacy-scroll-area {
    height: 18px;
  }
  #contact .privacy-list dt {
    font-size: 13px;
  }
  #contact .privacy-list dd {
    font-size: 12px;
  }
  #contact .privacy-check-area {
    font-size: 14px;
  }
}

#bmw .bmw-visual-wrap {
  width: 100%;
  min-height: 200px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bmw-intro-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#bmw .bmw-visual-wrap .bmw-visual-inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #bmw .bmw-visual-wrap .bmw-visual-inner {
    padding: 12% 2%;
  }
}
#bmw .bmw-visual-wrap .bmw-visual-copy {
  text-align: center;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 56px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding-bottom: 8px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  #bmw .bmw-visual-wrap .bmw-visual-copy {
    font-size: 39px;
  }
}

#mini .mini-visual-wrap {
  width: 100%;
  min-height: 200px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/mini-intro-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#mini .mini-visual-wrap .mini-visual-inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #mini .mini-visual-wrap .mini-visual-inner {
    padding: 12% 2%;
  }
}
#mini .mini-visual-wrap .mini-visual-copy {
  text-align: center;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 56px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding-bottom: 8px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  #mini .mini-visual-wrap .mini-visual-copy {
    font-size: 39px;
  }
}

#benz .benz-visual-wrap {
  width: 100%;
  min-height: 200px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/benz-intro-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#benz .benz-visual-wrap .benz-visual-inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #benz .benz-visual-wrap .benz-visual-inner {
    padding: 12% 2%;
  }
}
#benz .benz-visual-wrap .benz-visual-copy {
  text-align: center;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 56px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding-bottom: 8px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  #benz .benz-visual-wrap .benz-visual-copy {
    font-size: 39px;
  }
}

.premium-circle-block {
  width: 100%;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.premium-circle-block .gold-circle-item {
  flex: 0 1 280px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background: radial-gradient(circle at 50% 15%, #ffe885 0%, #e0b034 45%, #a37813 85%, #6e4f05 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7), inset 0 -5px 15px rgba(0, 0, 0, 0.3), inset 0 5px 10px rgba(255, 255, 255, 0.5);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
}
.premium-circle-block .gold-circle-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.8), inset 0 -5px 15px rgba(0, 0, 0, 0.2), inset 0 5px 10px rgba(255, 255, 255, 0.6);
}
.premium-circle-block .gold-circle-content {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.premium-circle-block .gold-circle-content .circle-sub-title {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 12px 0;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.5);
}
.premium-circle-block .gold-circle-content .circle-main-title {
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 46px;
  font-weight: 800;
  color: #222222;
  margin: 0;
  line-height: 1;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 960px) {
  .premium-circle-block {
    gap: 25px;
    margin: 40px auto;
  }
  .premium-circle-block .gold-circle-item {
    flex: 0 1 160px;
  }
  .premium-circle-block .gold-circle-content .circle-sub-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .premium-circle-block .gold-circle-content .circle-main-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  .premium-circle-block {
    flex-direction: row;
    gap: 20px;
    margin: 30px auto 0;
    flex-wrap: wrap;
  }
  .premium-circle-block .gold-circle-item {
    width: 160px;
    height: 160px;
  }
}
.trouble-list-wrap {
  width: 100%;
  padding: 90px 0;
  background-color: #000000;
  color: #ffffff;
}
.trouble-list-wrap .trouble-list-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
}
.trouble-list-wrap .trouble-list-title {
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 48px;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.08em;
}
.trouble-list-wrap .trouble-flex-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 30px;
}
.trouble-list-wrap .trouble-list-card {
  display: flex;
  align-items: center;
  background-color: #111111;
  border: 1px solid #222b3c;
  border-radius: 8px;
  padding: 16px 20px;
  box-sizing: border-box;
  cursor: default;
}
.trouble-list-wrap .trouble-list-card.col-span-full {
  grid-column: 1/-1;
  border-color: rgba(230, 57, 70, 0.15);
}
.trouble-list-wrap .trouble-list-card .icon-box {
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
}
.trouble-list-wrap .trouble-list-card .text-box {
  flex: 1;
}
.trouble-list-wrap .trouble-list-card .text-box .main-text {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  color: #e2e8f0;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .trouble-list-wrap {
    padding: 50px 0;
  }
  .trouble-list-wrap .trouble-list-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .trouble-list-wrap .trouble-flex-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .trouble-list-wrap .trouble-list-card {
    padding: 12px 15px;
  }
  .trouble-list-wrap .trouble-list-card .icon-box {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 15px;
    margin-right: 12px;
  }
  .trouble-list-wrap .trouble-list-card .text-box .main-text {
    font-size: 13px;
  }
}
.meister-section-wrap {
  width: 100%;
  padding: 100px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/meister-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
}
.meister-section-wrap .meister-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
}
.meister-section-wrap .meister-heading-block {
  text-align: center;
  margin-bottom: 60px;
}
.meister-section-wrap .meister-heading-block .meister-sub-copy {
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 56px;
  color: #ffffff;
  margin: 0 0 20px 0;
}
.meister-section-wrap .meister-heading-block .meister-sub-copy span {
  font-size: 0.85em;
}
.meister-section-wrap .meister-flex-container {
  display: flex;
  align-items: center;
  gap: 60px;
}
.meister-section-wrap .meister-text-side {
  flex: 1.2;
}
.meister-section-wrap .meister-text-side .lead-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  color: #ffffff;
  margin: 0 0 20px 0;
  letter-spacing: 0.03em;
}
.meister-section-wrap .meister-text-side .body-text {
  font-size: 15px;
  line-height: 1.9;
  color: #ffffff;
  margin: 0 0 15px 0;
  text-align: justify;
}
.meister-section-wrap .meister-text-side .body-text:last-child {
  margin-bottom: 0;
}
.meister-section-wrap .meister-badge-side {
  flex: 0.8;
  background-color: #111111;
  border: 1px solid #a37813;
  border-radius: 12px;
  padding: 50px 30px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}
.meister-section-wrap .meister-badge-side .badge-inner-box .embroidery-logo {
  font-family: "Impact", "Arial Black", sans-serif;
  font-size: 42px;
  letter-spacing: 0.15em;
  color: #ffffff;
  border-top: 2px dashed rgba(255, 255, 255, 0.2);
  border-bottom: 2px dashed rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.meister-section-wrap .meister-badge-side .badge-inner-box .badge-desc {
  font-size: 14px;
  font-weight: bold;
  color: #ffe885;
  margin: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@media screen and (max-width: 960px) {
  .meister-section-wrap .meister-heading-block .meister-sub-copy {
    font-size: 30px;
  }
  .meister-section-wrap .meister-flex-container {
    flex-direction: column;
    gap: 40px;
  }
  .meister-section-wrap .meister-text-side {
    width: 100%;
  }
  .meister-section-wrap .meister-badge-side {
    width: 100%;
    max-width: 450px;
    padding: 40px 20px;
  }
  .meister-section-wrap .meister-badge-side .badge-inner-box .embroidery-logo {
    font-size: 32px;
  }
}
@media screen and (max-width: 550px) {
  .meister-section-wrap {
    padding: 60px 0;
  }
  .meister-section-wrap .sp-only {
    display: block;
  }
  .meister-section-wrap .meister-text-side .lead-text {
    font-size: 16px;
  }
  .meister-section-wrap .meister-text-side .body-text {
    font-size: 13px;
    line-height: 1.75;
  }
}
.reasons-section-wrap {
  width: 100%;
  padding: 100px 0;
  background-color: #000000;
  color: #ffffff;
}
.reasons-section-wrap .reasons-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
}
.reasons-section-wrap .reasons-main-title {
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 56px;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  color: #ffffff;
}
.reasons-section-wrap .reasons-main-title span {
  font-size: 0.85em;
}
.reasons-section-wrap .reason-block {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 45px;
  margin-bottom: 50px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}
.reasons-section-wrap .reason-block:last-child {
  margin-bottom: 0;
}
.reasons-section-wrap .reason-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 15px;
}
.reasons-section-wrap .reason-header .reason-num {
  font-family: "Impact", "Arial Black", sans-serif;
  font-size: 32px;
  color: #cc9b38;
  margin-right: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.reasons-section-wrap .reason-header .reason-title {
  font-size: 22px;
  font-weight: bold;
  color: #1a1f2c;
  margin: 0;
  letter-spacing: 0.03em;
}
.reasons-section-wrap .reason-content-flex {
  display: flex;
  align-items: center;
  gap: 50px;
}
.reasons-section-wrap .reason-content-flex.reverse-layout {
  flex-direction: row-reverse;
}
.reasons-section-wrap .reason-text-side {
  flex: 1.2;
}
.reasons-section-wrap .reason-text-side .body-text {
  font-size: 15px;
  line-height: 1.9;
  color: #4a5568;
  margin: 0 0 20px 0;
  text-align: justify;
}
.reasons-section-wrap .reason-text-side .body-text:last-child {
  margin-bottom: 0;
}
.reasons-section-wrap .reason-compare-side {
  flex: 0.8;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}
.reasons-section-wrap .reason-compare-side .compare-box-title {
  font-size: 13px;
  color: #718096;
  margin: 0 0 15px 0;
  font-weight: normal;
}
.reasons-section-wrap .reason-compare-side .compare-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  border-radius: 6px;
}
.reasons-section-wrap .reason-compare-side .compare-row .compare-label {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}
.reasons-section-wrap .reason-compare-side .compare-row .compare-price {
  font-size: 24px;
  font-weight: 800;
}
.reasons-section-wrap .reason-compare-side .compare-row .compare-price .unit {
  font-size: 14px;
  font-weight: normal;
}
.reasons-section-wrap .reason-compare-side .compare-row.dealer-row {
  background-color: #edf2f7;
  color: #4a5568;
}
.reasons-section-wrap .reason-compare-side .compare-row.traum-row {
  background-color: #cc9b38;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(255, 126, 0, 0.3);
}
.reasons-section-wrap .reason-compare-side .compare-row.traum-row .sub-label {
  font-size: 10px;
  font-weight: normal;
  opacity: 0.9;
}
.reasons-section-wrap .reason-compare-side .compare-row.traum-row .compare-price {
  font-size: 28px;
}
.reasons-section-wrap .reason-compare-side .compare-arrow {
  color: #cc9b38;
  font-size: 16px;
  margin: 8px 0;
  filter: drop-shadow(0 2px 4px rgba(255, 126, 0, 0.2));
}
.reasons-section-wrap .reason-info-side {
  flex: 0.8;
}
.reasons-section-wrap .reason-info-side .maintenance-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.reasons-section-wrap .reason-info-side .maintenance-chips li {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #2d3748;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.01);
}
.reasons-section-wrap .reason-info-side .maintenance-chips li i {
  margin-right: 10px;
  font-size: 16px;
}
.reasons-section-wrap .text-orange {
  color: #cc9b38;
}

@media screen and (max-width: 960px) {
  .reasons-section-wrap .reasons-main-title {
    font-size: 32px;
    margin-bottom: 45px;
  }
  .reasons-section-wrap .reason-block {
    padding: 30px 20px;
  }
  .reasons-section-wrap .reason-header .reason-num {
    font-size: 26px;
    margin-right: 12px;
  }
  .reasons-section-wrap .reason-header .reason-title {
    font-size: 18px;
  }
  .reasons-section-wrap .reason-content-flex,
  .reasons-section-wrap .reason-content-flex.reverse-layout {
    flex-direction: column;
    gap: 30px;
  }
  .reasons-section-wrap .reason-text-side,
  .reasons-section-wrap .reason-compare-side,
  .reasons-section-wrap .reason-info-side {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .reasons-section-wrap {
    padding: 60px 0;
  }
  .reasons-section-wrap .reasons-main-title {
    font-size: 30px;
  }
  .reasons-section-wrap .reason-info-side .maintenance-chips {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .reasons-section-wrap .reason-compare-side .compare-row .compare-price {
    font-size: 20px;
  }
  .reasons-section-wrap .reason-compare-side .compare-row .compare-price.traum-row .compare-price {
    font-size: 24px;
  }
}
.flow-section-wrap {
  width: 100%;
  padding: 100px 0;
  background-image: url("../images/shutter-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #ffffff;
}
.flow-section-wrap .flow-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
}
.flow-section-wrap .flow-main-title {
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 48px;
  text-align: center;
  margin-bottom: 70px;
  letter-spacing: 0.1em;
}
.flow-section-wrap .flow-timeline-container {
  width: 100%;
}
.flow-section-wrap .flow-step-block {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.flow-section-wrap .flow-step-block:last-child {
  margin-bottom: 0;
}
.flow-section-wrap .flow-flex-box {
  display: flex;
  align-items: center;
  background-color: #000000;
  border: 1px solid #222b3c;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}
.flow-section-wrap .flow-image-side {
  flex: 0.8;
  max-height: 280px;
  overflow: hidden;
}
.flow-section-wrap .flow-image-side img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow-section-wrap .flow-text-side {
  flex: 1.2;
  padding: 40px;
  box-sizing: border-box;
}
.flow-section-wrap .flow-text-side .step-header {
  margin-bottom: 20px;
}
.flow-section-wrap .flow-text-side .step-header .step-title {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 12px 0;
  letter-spacing: 0.05em;
}
.flow-section-wrap .flow-text-side .step-header .step-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #cc9b38 0%, #222b3c 100%);
}
.flow-section-wrap .flow-text-side .step-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #cbd5e1;
  margin: 0;
  text-align: justify;
}
.flow-section-wrap .flow-arrow-down {
  width: 0;
  height: 0;
  margin: 35px auto 0 auto;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 18px solid #222b3c;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 900px) {
  .flow-section-wrap .flow-flex-box {
    flex-direction: column;
  }
  .flow-section-wrap .flow-image-side {
    width: 100%;
    height: 200px;
  }
  .flow-section-wrap .flow-text-side {
    width: 100%;
    padding: 30px 20px;
  }
  .flow-section-wrap .flow-text-side .step-header .step-title {
    font-size: 20px;
  }
  .flow-section-wrap .flow-text-side .step-desc {
    font-size: 14px;
    line-height: 1.7;
  }
  .flow-section-wrap .flow-arrow-down {
    margin: 25px auto 0 auto;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 14px solid #222b3c;
  }
}
@media screen and (max-width: 550px) {
  .flow-section-wrap {
    padding: 60px 0;
  }
  .flow-section-wrap .flow-main-title {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
#bmw .results-section-wrap,
#mini .results-section-wrap,
#benz .results-section-wrap {
  width: 100%;
  padding: 100px 0;
  background: #000000;
  color: #ffffff;
}
#bmw .results-section-wrap .results-section-inner,
#mini .results-section-wrap .results-section-inner,
#benz .results-section-wrap .results-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}
#bmw .results-section-wrap .section-title-area,
#mini .results-section-wrap .section-title-area,
#benz .results-section-wrap .section-title-area {
  margin-bottom: 50px;
}
#bmw .results-section-wrap .section-title-area .en-title,
#mini .results-section-wrap .section-title-area .en-title,
#benz .results-section-wrap .section-title-area .en-title {
  color: #ffffff;
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #cc9b38;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(135deg, #8f6826 0%, #f2cb63 25%, #ffffff 45%, #fae588 50%, #8f6826 75%, #ffe082 100%) 1;
     border-image: linear-gradient(135deg, #8f6826 0%, #f2cb63 25%, #ffffff 45%, #fae588 50%, #8f6826 75%, #ffe082 100%) 1;
}
#bmw .results-section-wrap .section-title-area .ja-title,
#mini .results-section-wrap .section-title-area .ja-title,
#benz .results-section-wrap .section-title-area .ja-title {
  font-size: 16px;
  color: #ffffff;
  margin: 10px 0 0 0;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#bmw .results-section-wrap .results-list,
#mini .results-section-wrap .results-list,
#benz .results-section-wrap .results-list {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 60px;
}
#bmw .results-section-wrap .results-item,
#mini .results-section-wrap .results-item,
#benz .results-section-wrap .results-item {
  flex: 1;
  background-color: #000000;
  border: 1px solid #333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#bmw .results-section-wrap .results-item .results-link,
#mini .results-section-wrap .results-item .results-link,
#benz .results-section-wrap .results-item .results-link {
  text-decoration: none;
  display: block;
  height: 100%;
}
#bmw .results-section-wrap .results-item:hover,
#mini .results-section-wrap .results-item:hover,
#benz .results-section-wrap .results-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(255, 126, 0, 0.2);
}
#bmw .results-section-wrap .results-image,
#mini .results-section-wrap .results-image,
#benz .results-section-wrap .results-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
#bmw .results-section-wrap .results-image img,
#mini .results-section-wrap .results-image img,
#benz .results-section-wrap .results-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
#bmw .results-section-wrap .results-item:hover .results-image img,
#mini .results-section-wrap .results-item:hover .results-image img,
#benz .results-section-wrap .results-item:hover .results-image img {
  transform: scale(1.05);
}
#bmw .results-section-wrap .results-content,
#mini .results-section-wrap .results-content,
#benz .results-section-wrap .results-content {
  padding: 25px 20px;
  color: #ffffff;
}
#bmw .results-section-wrap .results-content .results-title,
#mini .results-section-wrap .results-content .results-title,
#benz .results-section-wrap .results-content .results-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 12px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#bmw .results-section-wrap .results-content .results-excerpt,
#mini .results-section-wrap .results-content .results-excerpt,
#benz .results-section-wrap .results-content .results-excerpt {
  font-size: 13px;
  color: #b3b3b3;
  line-height: 1.6;
  margin: 0;
}
#bmw .results-section-wrap .results-btn-area,
#mini .results-section-wrap .results-btn-area,
#benz .results-section-wrap .results-btn-area {
  text-align: center;
}
#bmw .results-section-wrap .results-btn-area .view-all-btn,
#mini .results-section-wrap .results-btn-area .view-all-btn,
#benz .results-section-wrap .results-btn-area .view-all-btn {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  border: 1px solid #cc9b38;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 0;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
#bmw .results-section-wrap .results-btn-area .view-all-btn:hover,
#mini .results-section-wrap .results-btn-area .view-all-btn:hover,
#benz .results-section-wrap .results-btn-area .view-all-btn:hover {
  background-color: #cc9b38;
  color: #000000;
}
@media screen and (max-width: 960px) {
  #bmw .results-section-wrap,
  #mini .results-section-wrap,
  #benz .results-section-wrap {
    padding: 60px 0;
  }
  #bmw .results-section-wrap .results-list,
  #mini .results-section-wrap .results-list,
  #benz .results-section-wrap .results-list {
    flex-direction: column;
    gap: 30px;
  }
  #bmw .results-section-wrap .results-item,
  #mini .results-section-wrap .results-item,
  #benz .results-section-wrap .results-item {
    width: 100%;
  }
  #bmw .results-section-wrap .results-image,
  #mini .results-section-wrap .results-image,
  #benz .results-section-wrap .results-image {
    height: 200px;
  }
}

.inspection-section-wrap {
  width: 100%;
  padding: 100px 0;
  background-color: #0b0d12;
  color: #ffffff;
}
.inspection-section-wrap .inspection-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}
.inspection-section-wrap .inspection-intro-block {
  max-width: 850px;
  margin: 0 auto 60px auto;
  text-align: center;
}
.inspection-section-wrap .inspection-intro-block .inspection-main-title {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 36px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.inspection-section-wrap .inspection-intro-block .intro-lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #e2e8f0;
}
.inspection-section-wrap .inspection-intro-block .intro-body-box {
  background-color: #131722;
  border: 1px solid #222b3c;
  border-radius: 12px;
  padding: 30px 40px;
  text-align: left;
}
.inspection-section-wrap .inspection-intro-block .intro-body-box .body-text {
  font-size: 15px;
  line-height: 1.8;
  color: #cbd5e1;
  margin: 0 0 15px 0;
  text-align: justify;
}
.inspection-section-wrap .inspection-intro-block .intro-body-box .body-text:last-child {
  margin-bottom: 0;
}
.inspection-section-wrap .inspection-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.inspection-section-wrap .inspection-card {
  background-color: #131722;
  border: 1px solid #222b3c;
  border-radius: 12px;
  padding: 35px 25px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}
.inspection-section-wrap .inspection-card .card-badge {
  position: absolute;
  top: -12px;
  left: 25px;
  background-color: #cc9b38;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 4px 12px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(255, 126, 0, 0.4);
}
.inspection-section-wrap .inspection-card .card-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #222b3c;
  padding-bottom: 15px;
}
.inspection-section-wrap .inspection-card .card-header .card-icon {
  font-size: 24px;
  color: #ff9f43;
  margin-right: 15px;
  line-height: 1;
}
.inspection-section-wrap .inspection-card .card-header .card-title {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
}
.inspection-section-wrap .inspection-card .card-body .desc-highlight {
  font-size: 15px;
  font-weight: bold;
  color: #ffe885;
  margin: 0 0 15px 0;
  line-height: 1.4;
}
.inspection-section-wrap .inspection-card .card-body .desc-text {
  font-size: 14px;
  line-height: 1.7;
  color: #cbd5e1;
  margin: 0 0 12px 0;
  text-align: justify;
}
.inspection-section-wrap .inspection-card .card-body .desc-text:last-child {
  margin-bottom: 0;
}
.inspection-section-wrap .text-orange {
  color: #cc9b38;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .inspection-section-wrap .inspection-menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .inspection-section-wrap .inspection-menu-grid .inspection-card:nth-child(3) {
    grid-column: span 2;
  }
}
@media screen and (max-width: 768px) {
  .inspection-section-wrap {
    padding: 60px 0;
  }
  .inspection-section-wrap .inspection-intro-block {
    margin-bottom: 40px;
  }
  .inspection-section-wrap .inspection-intro-block .inspection-main-title {
    font-size: 26px;
  }
  .inspection-section-wrap .inspection-intro-block .intro-lead {
    font-size: 15px;
  }
  .inspection-section-wrap .inspection-intro-block .intro-body-box {
    padding: 20px;
  }
  .inspection-section-wrap .inspection-menu-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .inspection-section-wrap .inspection-menu-grid .inspection-card:nth-child(3) {
    grid-column: span 1;
  }
  .inspection-section-wrap .inspection-card {
    padding: 30px 20px;
  }
  .inspection-section-wrap .inspection-card .card-header .card-title {
    font-size: 18px;
  }
}
.shaken-section-wrap {
  width: 100%;
  padding: 100px 0;
  background-color: #0b0d12;
  color: #ffffff;
}
.shaken-section-wrap .shaken-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}
.shaken-section-wrap .shaken-intro-block {
  max-width: 850px;
  margin: 0 auto 60px auto;
  text-align: center;
}
.shaken-section-wrap .shaken-intro-block .shaken-main-title {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 36px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  position: relative;
}
.shaken-section-wrap .shaken-intro-block .shaken-main-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #cc9b38;
  margin: 15px auto 0 auto;
}
.shaken-section-wrap .shaken-intro-block .shaken-lead-text {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.7;
  color: #e2e8f0;
  margin-bottom: 35px;
  text-align: justify;
}
.shaken-section-wrap .shaken-intro-block .shaken-body-text-box {
  background-color: #131722;
  border: 1px solid #222b3c;
  border-radius: 12px;
  padding: 35px 40px;
  text-align: left;
}
.shaken-section-wrap .shaken-intro-block .shaken-body-text-box .body-text {
  font-size: 15px;
  line-height: 1.8;
  color: #cbd5e1;
  margin: 0 0 18px 0;
  text-align: justify;
}
.shaken-section-wrap .shaken-intro-block .shaken-body-text-box .body-text:last-child {
  margin-bottom: 0;
}
.shaken-section-wrap .shaken-intro-block .shaken-body-text-box .body-text.highlight-box-desc {
  color: #ffffff;
  font-weight: bold;
  border-left: 3px solid #cc9b38;
  padding-left: 15px;
  margin-top: 25px;
}
.shaken-section-wrap .shaken-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.shaken-section-wrap .shaken-feature-card {
  background-color: #131722;
  border: 1px solid #222b3c;
  border-radius: 12px;
  padding: 40px 25px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}
.shaken-section-wrap .shaken-feature-card .card-icon-area {
  width: 60px;
  height: 60px;
  background-color: #1c2333;
  border: 1px solid #2d384e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #cc9b38;
  margin: 0 auto 25px auto;
}
.shaken-section-wrap .shaken-feature-card .card-title {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 20px 0;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.shaken-section-wrap .shaken-feature-card .card-title .font-impact {
  font-family: "Arial Black", sans-serif;
  font-size: 22px;
  display: inline-block;
  margin: 0 2px;
}
.shaken-section-wrap .shaken-feature-card .card-text {
  font-size: 14px;
  line-height: 1.7;
  color: #cbd5e1;
  margin: 0;
  text-align: justify;
}
.shaken-section-wrap .text-orange {
  color: #cc9b38;
}
.shaken-section-wrap .text-teal {
  color: #00f2fe;
}
.shaken-section-wrap .text-gold {
  color: #ffe885;
}

@media screen and (max-width: 1024px) {
  .shaken-section-wrap .shaken-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .shaken-section-wrap .shaken-features-grid .shaken-feature-card:nth-child(3) {
    grid-column: span 2;
  }
}
@media screen and (max-width: 768px) {
  .shaken-section-wrap {
    padding: 60px 0;
  }
  .shaken-section-wrap .shaken-intro-block {
    margin-bottom: 40px;
  }
  .shaken-section-wrap .shaken-intro-block .shaken-main-title {
    font-size: 26px;
  }
  .shaken-section-wrap .shaken-intro-block .shaken-lead-text {
    font-size: 14px;
  }
  .shaken-section-wrap .shaken-intro-block .shaken-body-text-box {
    padding: 25px 20px;
  }
  .shaken-section-wrap .shaken-intro-block .shaken-body-text-box .body-text {
    font-size: 14px;
  }
  .shaken-section-wrap .shaken-features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .shaken-section-wrap .shaken-features-grid .shaken-feature-card:nth-child(3) {
    grid-column: span 1;
  }
  .shaken-section-wrap .shaken-feature-card {
    padding: 30px 20px;
  }
  .shaken-section-wrap .shaken-feature-card .card-icon-area {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .shaken-section-wrap .shaken-feature-card .card-title {
    font-size: 16px;
  }
  .shaken-section-wrap .shaken-feature-card .card-title .font-impact {
    font-size: 20px;
  }
}
.daily-notes-section {
  width: 100%;
  padding: 100px 0 80px 0;
  background-color: #f8fafc;
  color: #1e293b;
}
.daily-notes-section .daily-notes-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 4%;
}
.daily-notes-section .section-title-area {
  text-align: center;
  margin-bottom: 50px;
}
.daily-notes-section .section-title-area .en-title {
  font-family: "Times New Roman", "Yu Mincho", serif;
  font-weight: bold;
  font-size: 40px;
  color: #0f172a;
  letter-spacing: 0em;
  margin: 0;
  border-bottom: 2px solid #cc9b38;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
  line-height: 1.2;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(135deg, #8f6826 0%, #f2cb63 25%, #ffffff 45%, #fae588 50%, #8f6826 75%, #ffe082 100%) 1;
     border-image: linear-gradient(135deg, #8f6826 0%, #f2cb63 25%, #ffffff 45%, #fae588 50%, #8f6826 75%, #ffe082 100%) 1;
}
.daily-notes-section .section-title-area .ja-title {
  font-size: 14px;
  color: #64748b;
  margin: 15px 0 0 0;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.daily-notes-section .daily-notes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.daily-notes-section .daily-note-card {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}
.daily-notes-section .daily-note-card .card-image-box {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.daily-notes-section .daily-note-card .card-image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.daily-notes-section .daily-note-card .card-content-box {
  padding: 25px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.daily-notes-section .daily-note-card .card-content-box .card-main-title {
  font-size: 18px;
  font-weight: bold;
  color: #0f172a;
  line-height: 1.4;
  margin: 0 0 15px 0;
}
.daily-notes-section .daily-note-card .card-content-box .card-excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 20px;
  text-align: justify;
  max-height: 220px;
  overflow-y: auto;
  padding-right: 6px;
}
.daily-notes-section .daily-note-card .card-content-box .card-excerpt::-webkit-scrollbar {
  width: 4px;
}
.daily-notes-section .daily-note-card .card-content-box .card-excerpt::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
.daily-notes-section .daily-note-card .card-content-box .card-hashtags {
  font-size: 14px;
  font-weight: 500;
  color: #cc9b38;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  margin-top: auto;
}
.daily-notes-section .daily-note-card .card-content-box .card-author-footer {
  border-top: 1px dashed #e2e8f0;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.daily-notes-section .daily-note-card .card-content-box .card-author-footer .author-left-side {
  display: flex;
  align-items: center;
}
.daily-notes-section .daily-note-card .card-content-box .card-author-footer .author-left-side .author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}
.daily-notes-section .daily-note-card .card-content-box .card-author-footer .author-left-side .author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.daily-notes-section .daily-note-card .card-content-box .card-author-footer .author-left-side .author-info {
  display: flex;
  flex-direction: column;
}
.daily-notes-section .daily-note-card .card-content-box .card-author-footer .author-left-side .author-info .author-name {
  font-size: 14px;
  font-weight: bold;
  color: #1e293b;
  line-height: 1.2;
}
.daily-notes-section .daily-note-card .card-content-box .card-author-footer .author-left-side .author-info .author-label {
  font-size: 11px;
  color: #64748b;
  margin-top: 2px;
}
.daily-notes-section .daily-note-card .card-content-box .card-author-footer .author-right-side .footer-date {
  font-size: 12px;
  color: #94a3b8;
  font-family: "Arial", sans-serif;
}
.daily-notes-section .daily-notes-pagination {
  text-align: center;
  margin-top: 50px;
}
.daily-notes-section .daily-notes-pagination .page-numbers {
  display: inline-block;
  margin: 0 4px;
  padding: 8px 16px;
  background-color: #ffffff;
  color: #1e293b;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  transition: all 0.3s;
}
.daily-notes-section .daily-notes-pagination .page-numbers:hover, .daily-notes-section .daily-notes-pagination .page-numbers.current {
  background-color: #cc9b38;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .daily-notes-section .daily-notes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .daily-notes-section {
    padding: 60px 0 50px 0;
  }
  .daily-notes-section .section-title-area {
    margin-bottom: 35px;
  }
  .daily-notes-section .section-title-area .en-title {
    font-size: 40px;
  }
  .daily-notes-section .section-title-area .ja-title {
    font-size: 12px;
  }
  .daily-notes-section .daily-notes-grid {
    grid-template-columns: 1fr;
  }
}
#used-cars-page {
  background-color: #ffffff;
  color: #1e293b;
  box-sizing: border-box;
}
#used-cars-page .pc-only {
  display: block;
}
#used-cars-page .page-title-area {
  background-color: #0b0d12;
  color: #ffffff;
  padding: 80px 0 70px 0;
  text-align: center;
}
#used-cars-page .page-title-area .title-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4%;
}
#used-cars-page .page-title-area .en-sub {
  font-size: 13px;
  font-weight: bold;
  color: #cc9b38;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 15px;
}
#used-cars-page .page-title-area .main-title {
  font-size: 38px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 25px 0;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  #used-cars-page .page-title-area .main-title {
    font-size: 34px;
  }
}
#used-cars-page .page-title-area .lead-text {
  font-size: 15px;
  line-height: 1.8;
  color: #cbd5e1;
  text-align: center;
  margin: 0;
}
#used-cars-page .delivery-gallery-section {
  padding: 80px 0;
  background-color: #f8fafc;
}
#used-cars-page .delivery-gallery-section .gallery-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 4%;
}
#used-cars-page .delivery-gallery-section .section-sub-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #0f172a;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}
#used-cars-page .delivery-gallery-section .section-sub-title span {
  display: block;
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
  margin-top: 8px;
}
#used-cars-page .delivery-gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 640px) {
  #used-cars-page .delivery-gallery-section .gallery-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
#used-cars-page .delivery-gallery-section .gallery-item {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s;
}
#used-cars-page .delivery-gallery-section .gallery-item:hover {
  transform: translateY(-5px);
}
#used-cars-page .delivery-gallery-section .gallery-item .img-box {
  aspect-ratio: 1/1;
  overflow: hidden;
}
#used-cars-page .delivery-gallery-section .gallery-item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#used-cars-page .delivery-gallery-section .gallery-item .meta-box {
  padding: 25px 20px;
}
#used-cars-page .delivery-gallery-section .gallery-item .meta-box .date {
  font-size: 12px;
  color: #94a3b8;
  font-family: "Arial", sans-serif;
}
#used-cars-page .delivery-gallery-section .gallery-item .meta-box .car-name {
  font-size: 18px;
  font-weight: bold;
  color: #0f172a;
  margin: 5px 0 12px 0;
}
#used-cars-page .delivery-gallery-section .gallery-item .meta-box .comment {
  font-size: 13px;
  line-height: 1.6;
  color: #475569;
  margin: 0;
  background-color: #f8fafc;
  padding: 12px;
  border-radius: 6px;
  position: relative;
}
#used-cars-page .used-cars-cta-section {
  padding: 90px 0;
  background-color: #0b0d12;
  color: #ffffff;
  text-align: center;
}
#used-cars-page .used-cars-cta-section .cta-inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 4%;
}
#used-cars-page .used-cars-cta-section .cta-title {
  font-size: 28px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 20px 0;
  color: #ffffff;
}
#used-cars-page .used-cars-cta-section .cta-text {
  font-size: 15px;
  line-height: 1.7;
  color: #94a3b8;
  margin-bottom: 40px;
}
#used-cars-page .used-cars-cta-section .cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
#used-cars-page .used-cars-cta-section .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
  text-decoration: none;
}
#used-cars-page .used-cars-cta-section .btn-mail {
  width: 280px;
  height: 54px;
  background-color: #c59b68;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  border-radius: 4px;
}
#used-cars-page .used-cars-cta-section .btn-mail i {
  margin-right: 10px;
  font-size: 16px;
}
#used-cars-page .used-cars-cta-section .btn-mail:hover {
  background-color: #b38856;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(197, 155, 104, 0.3);
}
#used-cars-page .used-cars-cta-section .btn-line img {
  width: 280px;
  height: auto;
  vertical-align: bottom;
  transition: transform 0.3s;
}
#used-cars-page .used-cars-cta-section .btn-line:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.4));
}

@media screen and (max-width: 1024px) {
  .used-cars-page .delivery-gallery-section .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .used-cars-page {
    padding-top: 70px;
  }
  .used-cars-page .pc-only {
    display: none;
  }
  .used-cars-page .page-title-area {
    padding: 50px 0;
  }
  .used-cars-page .page-title-area .main-title {
    font-size: 24px;
  }
  .used-cars-page .page-title-area .lead-text {
    font-size: 13px;
    text-align: left;
  }
  .used-cars-page .delivery-gallery-section {
    padding: 50px 0;
  }
  .used-cars-page .delivery-gallery-section .gallery-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .used-cars-page .delivery-gallery-section .gallery-item .img-box {
    height: 210px;
  }
  .used-cars-page .used-cars-cta-section {
    padding: 60px 0;
  }
  .used-cars-page .used-cars-cta-section .cta-title {
    font-size: 20px;
  }
  .used-cars-page .used-cars-cta-section .cta-text {
    font-size: 13px;
    text-align: left;
  }
  .used-cars-page .used-cars-cta-section .cta-buttons {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }
  .used-cars-page .used-cars-cta-section .btn-mail,
  .used-cars-page .used-cars-cta-section .btn-line img {
    width: 100%;
    max-width: 320px;
  }
}/*# sourceMappingURL=style.css.map */