/* =========================================================
   CRAZY COLORZ Additional CSS full replacement
   sign_board v26 + vinyl_graphics v8 + racing v6 + carwrap/vinyl hero 2fix v3 + coating 100fix v5
   追加CSS欄を全削除して、このファイル全文へ貼り替える
========================================================= */

.blog_info li.cal{
  display: none !important;
}

/* =========================================================
   category / blog 一覧
========================================================= */
body.category-blog .cc-category-desc{
  margin: 0 0 28px;
  padding: 0 0 8px;
}

body.category-blog .cc-category-desc p{
  font-size: 15px !important;
  line-height: 1.9 !important;
  color: #ddd !important;
  margin: 0 0 16px !important;
}

body.category-blog .cc-blog-grid{
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
  clear: both;
}

body.category-blog .cc-blog-card{
  display: block;
  background: #050505;
  border: 1px solid #333;
  padding: 0 0 4px;
  overflow: hidden;
}

body.category-blog .cc-blog-card__link{
  display: block;
  color: #fff !important;
  text-decoration: none !important;
}

body.category-blog .cc-blog-card__thumb{
  display: block !important;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #111;
  margin: 0 0 14px !important;
}

body.category-blog .cc-blog-card__thumb img{
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

body.category-blog .cc-blog-card__title{
  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: 700;
  color: #fff;
  margin: 0 14px 10px !important;
}

body.category-blog .cc-blog-card__excerpt{
  font-size: 14px !important;
  line-height: 1.75 !important;
  color: #ccc !important;
  margin: 0 14px 18px !important;
}

body.category-blog .cc-pagination{
  clear: both;
  margin: 30px 0 0;
}

@media screen and (max-width: 980px) {
  body.category-blog .cc-blog-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

@media screen and (max-width: 600px) {
  body.category-blog .cc-blog-grid{
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   個別記事本文
========================================================= */
body.single-post #main .post p,
body.single-post #main .post li,
body.single-post #main .post dd,
body.single-post #main .post td{
  font-size: 16px !important;
  line-height: 1.9 !important;
}

body.single-post #main .post h1,
body.single-post #main .post .title{
  font-size: 26px !important;
  line-height: 1.5 !important;
}

body.single-post #main .post h2{
  font-size: 24px !important;
  line-height: 1.55 !important;
  margin: 34px 0 16px !important;
}

body.single-post #main .post h3{
  font-size: 20px !important;
  line-height: 1.6 !important;
  margin: 28px 0 12px !important;
}

body.single-post #main .post a{
  color: #ff3333;
}

body.single-post #main .post img{
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  body.single-post #main .post p,
body.single-post #main .post li,
body.single-post #main .post dd,
body.single-post #main .post td{
    font-size: 15.5px !important;
    line-height: 1.85 !important;
  }

  body.single-post #main .post h1,
body.single-post #main .post .title{
    font-size: 23px !important;
  }

  body.single-post #main .post h2{
    font-size: 21px !important;
  }

  body.single-post #main .post h3{
    font-size: 18px !important;
  }
}

/* =========================================================
   car_wrapping 固定ページ全体
========================================================= */
.cc-carwrap-page{
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  padding: 0 !important;
  background: #000 !important;
}

.cc-carwrap-content{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 72px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.02em;
}

.cc-carwrap-content *{
  box-sizing: border-box;
}

.cc-carwrap-content p,
.cc-carwrap-content li{
  font-size: 16px !important;
  line-height: 1.88 !important;
  margin: 0 0 18px !important;
  color: #fff;
}

.cc-carwrap-content a{
  color: #e34fc1 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

.cc-carwrap-content a:hover{
  color: #ff72d9 !important;
  text-decoration: none !important;
}

.cc-carwrap-section{
  max-width: 1080px;
  margin: 68px auto;
}

.cc-carwrap-section h1,
.cc-carwrap-section h2,
.cc-rich-title{
  color: #fff !important;
  font-weight: 800 !important;
}

.cc-carwrap-section h2,
.cc-rich-title{
  position: relative !important;
  display: block !important;
  padding: 18px 24px 18px 28px !important;
  margin: 0 0 30px !important;
  font-size: 30px !important;
  line-height: 1.45 !important;
  letter-spacing: 0.03em !important;
  background: linear-gradient(90deg, rgba(227,79,193,0.22) 0%, rgba(255,255,255,0.055) 52%, rgba(255,255,255,0.01) 100%) !important;
  border-left: 5px solid #e34fc1 !important;
  border-top: 1px solid rgba(255,255,255,0.16) !important;
  border-bottom: 1px solid rgba(255,255,255,0.12) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.28) !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.65) !important;
}

.cc-carwrap-section h2::after,
.cc-rich-title::after{
  content: "" !important;
  position: absolute !important;
  left: 28px !important;
  bottom: -11px !important;
  width: 96px !important;
  height: 3px !important;
  background: linear-gradient(90deg, #e34fc1 0%, rgba(227,79,193,0) 100%) !important;
}

.cc-carwrap-section h3{
  font-size: 21px !important;
  line-height: 1.55 !important;
  margin: 28px 0 14px !important;
  color: #fff !important;
  font-weight: 800 !important;
}

.cc-carwrap-section h4{
  font-size: 18px !important;
  line-height: 1.5 !important;
  margin: 0 0 12px !important;
  color: #fff !important;
  font-weight: 800 !important;
}

.cc-red,
.cw-red{
  color: #ff3333 !important;
}

.cc-yellow,
.cw-yellow{
  color: #ffcc00 !important;
}

/* =========================================================
   上部画像 / ファーストビジュアル
========================================================= */
.cc-carwrap-hero-bg{
  width: 100vw;
  max-width: none;
  height: 300px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 72px !important;
  margin-bottom: 0 !important;
  background-image: url("https://crazycolorz-carwrap.com/img/pagebg/car_wrapping.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cc-carwrap-hero-bg img{
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
}

.cw-hero{
  position: relative !important;
  width: 100% !important;
  max-width: 1180px !important;
  min-height: 0 !important;
  margin: 0 auto 64px !important;
  padding: 56px 52px 58px !important;
  box-sizing: border-box !important;
  background: #000 url("https://crazycolorz-carwrap.com/img/car_wrapping/bgsec01.jpg") center center / cover no-repeat !important;
  overflow: hidden !important;
}

.cw-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.42) 43%, rgba(0,0,0,0.14) 100%) !important;
  z-index: 1;
}

.cw-hero-inner{
  position: relative !important;
  z-index: 2 !important;
  max-width: 560px !important;
  margin: 0 !important;
  text-align: left !important;
}

.cw-hero .cc-carwrap-kicker{
  font-size: 12px !important;
  line-height: 1.45 !important;
  letter-spacing: 0.12em !important;
  color: #ddd !important;
  margin: 0 0 20px !important;
}

.cw-hero h1{
  font-size: 30px !important;
  line-height: 1.35 !important;
  margin: 0 0 30px !important;
  font-weight: 800 !important;
  color: #fff !important;
}

.cw-hero .cw-copy-main,
.cw-hero .cw-copy-sub{
  font-size: 26px !important;
  line-height: 1.42 !important;
  margin: 0 0 14px !important;
  font-weight: 800 !important;
  color: #fff !important;
}

.cw-hero .cw-copy-sub{
  margin-bottom: 26px !important;
}

.cw-hero p{
  font-size: 14.5px !important;
  line-height: 1.78 !important;
  margin: 0 0 12px !important;
  color: #fff !important;
}

/* =========================================================
   ボタン / リンク
========================================================= */
.cc-carwrap-button,
.cc-carwrap-tab,
.cc-carwrap-main-button{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 0 28px !important;
  margin: 8px 0 0 !important;
  box-sizing: border-box !important;
  background: linear-gradient(to bottom, #e34fc1 0%, #c6009d 52%, #a90086 100%) !important;
  border: 1px solid rgba(255,255,255,0.28) !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  letter-spacing: 0.02em !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.55) !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.35) !important;
}

.cc-carwrap-button:hover,
.cc-carwrap-tab:hover,
.cc-carwrap-main-button:hover{
  background: linear-gradient(to bottom, #f05fd0 0%, #d400aa 52%, #b60092 100%) !important;
  color: #fff !important;
  text-decoration: none !important;
}

.cc-card-text-link{
  display: inline-block !important;
  margin-top: 8px !important;
  color: #e34fc1 !important;
}

.cc-carwrap-link-tabs{
  margin: 22px 0 0 !important;
}

/* =========================================================
   背景つきビジュアルセクション
========================================================= */
.cc-visual-section,
.cc-feature-section{
  position: relative !important;
  max-width: 1180px !important;
  margin: 64px auto !important;
  padding: 58px 52px 60px !important;
  box-sizing: border-box !important;
  background-color: #000 !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  overflow: hidden !important;
}

.cc-visual-section::before,
.cc-feature-section::before{
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, rgba(0,0,0,0.58) 0%, rgba(0,0,0,0.46) 44%, rgba(0,0,0,0.18) 100%) !important;
  z-index: 1 !important;
}

.cc-visual-section-inner,
.cc-feature-section > *{
  position: relative !important;
  z-index: 2 !important;
}

.cc-visual-section-inner{
  max-width: 620px !important;
}

.cc-visual-right{
  max-width: 520px !important;
  margin-left: auto !important;
}

.cc-section-label{
  color: #e34fc1 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.14em !important;
  font-weight: 800 !important;
  margin: 0 0 14px !important;
}

.cc-visual-bicolor{
  min-height: 700px !important;
  background-image: url("https://crazycolorz-carwrap.com/img/car_wrapping/bgsec02.jpg") !important;
  background-position: left center !important;
}

.cc-visual-bicolor::before{
  background: linear-gradient(90deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.08) 31%, rgba(0,0,0,0.48) 61%, rgba(0,0,0,0.76) 100%) !important;
}

.cc-visual-bicolor .cc-rich-title{
  font-size: 36px !important;
  line-height: 1.32 !important;
  margin-bottom: 22px !important;
}

.cc-visual-tricolor{
  min-height: 700px !important;
  background-image: url("https://crazycolorz-carwrap.com/img/car_wrapping/bgsec03.jpg") !important;
  background-position: center center !important;
}
.cc-visual-tricolor::before{
  background: linear-gradient(90deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.08) 31%, rgba(0,0,0,0.48) 61%, rgba(0,0,0,0.76) 100%) !important;
}
.cc-visual-tricolor .cc-rich-title{
  font-size: 36px !important;
  line-height: 1.32 !important;
  margin-bottom: 22px !important;
}

.cc-bicolor-lead{
  margin: 0 0 12px !important;
  color: #fff !important;
  font-size: 28px !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.72) !important;
}

.cc-visual-bike{
  min-height: 560px !important;
  background-image: url("https://crazycolorz-carwrap.com/img/car_wrapping/bgsec03.jpg") !important;
  background-position: center center !important;
}

.cc-visual-bike::before{
  background: linear-gradient(90deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.48) 42%, rgba(0,0,0,0.20) 100%) !important;
}

/* =========================================================
   価格
========================================================= */
.cc-price-lead{
  margin: 0 0 36px !important;
  padding: 22px 24px !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  border-left: 5px solid #e34fc1 !important;
  background: linear-gradient(90deg, rgba(227,79,193,0.13) 0%, rgba(255,255,255,0.045) 100%) !important;
}

.cc-price-lead p:last-child{
  margin-bottom: 0 !important;
  color: #d8d8d8 !important;
}

.cc-price-block{
  margin: 48px 0 56px;
}

.cc-price-grid{
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.cc-price-grid-3{
  grid-template-columns: repeat(3, 1fr);
}

.cc-price-card{
  border: 1px solid rgba(255,255,255,0.23);
  background: rgba(255,255,255,0.035);
  padding: 20px;
  min-height: 160px;
}

.cc-price-small{
  color: #ccc !important;
  font-size: 13.5px !important;
  line-height: 1.6 !important;
}

.cc-price-list{
  border-top: 1px solid rgba(255,255,255,0.22);
}

.cc-price-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,0.22);
}

.cc-carwrap-note-box{
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.04);
  padding: 22px 24px;
  margin-top: 28px;
}

/* =========================================================
   フロー / カード / チェックリスト / FAQ
========================================================= */
.cc-flow{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.cc-flow-item,
.cc-carwrap-card,
.cc-carwrap-faq-item{
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.035);
  padding: 18px;
}

.cc-flow-item span{
  display: inline-block;
  color: #ff3333;
  font-weight: 700;
  margin-bottom: 10px;
}

.cc-flow-item h3{
  font-size: 17px !important;
  margin: 0 0 8px !important;
}

.cc-flow-item p{
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin-bottom: 0 !important;
}

.cc-carwrap-card-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 26px;
}

.cc-carwrap-card-image{
  display: block;
  margin: -18px -18px 16px;
  overflow: hidden;
  background: #111;
  aspect-ratio: 4 / 3;
}

.cc-carwrap-card-image img,
.cc-thumb-grid img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
}

.cc-carwrap-checklist{
  list-style: none !important;
  padding-left: 0 !important;
  margin: 22px 0 28px !important;
}

.cc-carwrap-checklist li{
  list-style: none !important;
  position: relative;
  padding-left: 1.7em;
  margin: 0 0 9px !important;
}

.cc-carwrap-checklist li::before{
  content: "✓";
  position: absolute;
  left: 0;
  color: #e34fc1;
  font-weight: 700;
}

.cc-carwrap-faq-item{
  margin-bottom: 18px;
}

.cc-carwrap-faq-item h3{
  font-size: 18px !important;
  margin: 0 0 10px !important;
}

.cc-carwrap-faq-item p{
  font-size: 15.5px !important;
  line-height: 1.85 !important;
  margin-bottom: 0 !important;
}

.cc-feature-copy{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px 22px !important;
  margin-top: 28px !important;
}

.cc-feature-copy p{
  margin: 0 !important;
  padding: 18px !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  background: rgba(255,255,255,0.045) !important;
}

/* =========================================================
   画像ギャラリー / 基礎知識
========================================================= */
.cc-thumb-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.cc-thumb-grid a{
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(255,255,255,0.14);
}

.cc-knowledge-section{
  max-width: 1080px !important;
}

.cc-knowledge-main-image{
  margin: 24px 0 28px !important;
}

.cc-knowledge-main-image img,
.cc-knowledge-block img{
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
}

.cc-knowledge-nav{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 28px 0 34px !important;
}

.cc-knowledge-nav a{
  display: block !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  background: rgba(255,255,255,0.04) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 800 !important;
}

.cc-knowledge-nav a:hover{
  background: rgba(227,79,193,0.14) !important;
  border-color: rgba(227,79,193,0.45) !important;
}

.cc-knowledge-block{
  margin: 0 0 22px !important;
  padding: 24px !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  background: rgba(255,255,255,0.03) !important;
}

.cc-knowledge-media{
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 24px;
  align-items: start;
}

.cc-knowledge-block h3{
  margin-top: 0 !important;
}

.cc-knowledge-block p:last-child{
  margin-bottom: 0 !important;
}

.cc-video-wrap{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #111;
  overflow: hidden;
}

.cc-video-wrap iframe{
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =========================================================
   レスポンシブ
========================================================= */
@media screen and (max-width: 1024px) {
  .cc-flow{
    grid-template-columns: repeat(2, 1fr);
  }

  .cc-price-grid-3,
.cc-carwrap-card-grid,
.cc-feature-copy,
.cc-knowledge-media{
    grid-template-columns: 1fr !important;
  }

  .cc-price-row{
    grid-template-columns: 1fr;
  }

  .cc-knowledge-nav{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 768px) {
  .cc-carwrap-content{
    padding: 0 15px 54px;
    font-size: 15px;
  }

  .cc-carwrap-section,
.cc-visual-section,
.cc-feature-section{
    margin: 46px auto !important;
  }

  .cc-carwrap-section h2,
.cc-rich-title{
    font-size: 22px !important;
    line-height: 1.5 !important;
    padding: 15px 16px 15px 18px !important;
    margin-bottom: 28px !important;
    border-left-width: 4px !important;
  }

  .cc-carwrap-section h2::after,
.cc-rich-title::after{
    left: 18px !important;
    bottom: -10px !important;
    width: 72px !important;
  }

  .cw-hero{
    padding: 34px 18px 38px !important;
    margin-bottom: 50px !important;
  }

  .cw-hero::before{
    background: rgba(0,0,0,0.60) !important;
  }

  .cw-hero h1{
    font-size: 23px !important;
  }

  .cw-hero .cw-copy-main,
.cw-hero .cw-copy-sub{
    font-size: 20px !important;
  }

  .cc-visual-section,
.cc-feature-section{
    padding: 38px 18px 42px !important;
  }

  .cc-visual-section::before,
.cc-feature-section::before,
.cc-visual-bicolor::before,
.cc-visual-bike::before{
    background: rgba(0,0,0,0.66) !important;
  }

  .cc-visual-bicolor{
    min-height: 0 !important;
    background-position: 28% center !important;
  }

  .cc-visual-bicolor .cc-rich-title{
    font-size: 24px !important;
  }

  .cc-bicolor-lead{
    font-size: 19px !important;
  }

  .cc-carwrap-button,
.cc-carwrap-tab,
.cc-carwrap-main-button{
    width: 100% !important;
    min-height: 48px !important;
    font-size: 15px !important;
    padding: 0 18px !important;
  }

  .cc-thumb-grid,
.cc-knowledge-nav{
    grid-template-columns: 1fr !important;
  }

  .cc-price-lead,
.cc-knowledge-block{
    padding: 18px 16px !important;
  }
}

/* =========================================================
   v2 final 微調整：ヒーロー見出し / 施工事例ボタン / バイク背景 / 不要スライダー対策
========================================================= */

/* ヒーロー見出しを2段化して、他見出しと同系統のグラデーションへ */
.cw-hero .cc-hero-title{
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin: 0 0 28px !important;
  padding: 18px 22px 20px 26px !important;
  box-sizing: border-box !important;
  color: #fff !important;
  background: linear-gradient(90deg, rgba(227,79,193,0.24) 0%, rgba(255,255,255,0.065) 58%, rgba(255,255,255,0.01) 100%) !important;
  border-left: 5px solid #e34fc1 !important;
  border-top: 1px solid rgba(255,255,255,0.18) !important;
  border-bottom: 1px solid rgba(255,255,255,0.12) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.30) !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.68) !important;
}

.cw-hero .cc-hero-title::after{
  content: "" !important;
  position: absolute !important;
  left: 26px !important;
  bottom: -10px !important;
  width: 96px !important;
  height: 3px !important;
  background: linear-gradient(90deg, #e34fc1 0%, rgba(227,79,193,0) 100%) !important;
}

.cw-hero .cc-hero-title-ja,
.cw-hero .cc-hero-title-brand{
  display: block !important;
  color: #fff !important;
}

.cw-hero .cc-hero-title-ja{
  font-size: 20px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  margin-bottom: 6px !important;
}

.cw-hero .cc-hero-title-brand{
  font-size: 34px !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  letter-spacing: 0.055em !important;
}

/* 施工事例カード内の「施工事例を見る」リンクを読めるボタンに固定 */
.cc-carwrap-card .cc-card-text-link,
.cc-carwrap-card a.cc-card-text-link,
.cc-carwrap-page .cc-carwrap-card .cc-card-text-link:link,
.cc-carwrap-page .cc-carwrap-card .cc-card-text-link:visited{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-height: 42px !important;
  margin: 14px 0 0 !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
  color: #fff !important;
  background: linear-gradient(to bottom, #e34fc1 0%, #c6009d 52%, #a90086 100%) !important;
  border: 1px solid rgba(255,255,255,0.26) !important;
  border-radius: 7px !important;
  font-size: 14.5px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.55) !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.35) !important;
}

.cc-carwrap-card .cc-card-text-link:hover,
.cc-carwrap-card a.cc-card-text-link:hover{
  color: #fff !important;
  background: linear-gradient(to bottom, #f05fd0 0%, #d400aa 52%, #b60092 100%) !important;
  text-decoration: none !important;
}

/* バイクラッピング背景を強制指定。styleが消えてもこのCSSで必ず効かせる */
.cc-carwrap-page .cc-visual-section.cc-visual-bike{
  min-height: 560px !important;
  background: #000 url("https://crazycolorz-carwrap.com/img/car_wrapping/bgsec03.jpg") center center / cover no-repeat !important;
}

.cc-carwrap-page .cc-visual-section.cc-visual-bike::before{
  background: linear-gradient(90deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.48) 42%, rgba(0,0,0,0.20) 100%) !important;
}

/* バイク下の旧スライダー・サムネ一覧が残っていても非表示 */
.cc-carwrap-page .cc-thumb-gallery,
.cc-carwrap-page .ccslide,
.cc-carwrap-page .scroller{
  display: none !important;
}

@media screen and (max-width: 768px) {
  .cw-hero .cc-hero-title{
    padding: 15px 16px 17px 18px !important;
    margin-bottom: 24px !important;
    border-left-width: 4px !important;
  }

  .cw-hero .cc-hero-title::after{
    left: 18px !important;
    bottom: -10px !important;
    width: 72px !important;
  }

  .cw-hero .cc-hero-title-ja{
    font-size: 16px !important;
    line-height: 1.4 !important;
  }

  .cw-hero .cc-hero-title-brand{
    font-size: 25px !important;
    line-height: 1.1 !important;
    letter-spacing: 0.04em !important;
  }

  .cc-carwrap-card .cc-card-text-link,
.cc-carwrap-card a.cc-card-text-link{
    width: 100% !important;
    min-height: 44px !important;
    font-size: 14.5px !important;
  }

  .cc-carwrap-page .cc-visual-section.cc-visual-bike{
    min-height: 0 !important;
    background-position: center center !important;
  }

  .cc-carwrap-page .cc-visual-section.cc-visual-bike::before{
    background: rgba(0,0,0,0.66) !important;
  }
}

/* =========================================================
   v2.1 微修正：
   通常ボタンの文字色・下線修正 / バイク背景の強制指定
========================================================= */

/* 
   通常リンク指定 .cc-carwrap-content a に負けていたボタンを再上書き。
   カード内以外の施工事例ボタン、廃盤デカールボタン、劣化ストライプボタン、
   ラッピング施工事例ボタンをすべて白文字・下線なしに固定。
*/
.cc-carwrap-page .cc-carwrap-content a.cc-carwrap-button,
.cc-carwrap-page .cc-carwrap-content a.cc-carwrap-tab,
.cc-carwrap-page .cc-carwrap-content a.cc-carwrap-main-button,
.cc-carwrap-page .cc-carwrap-link-tabs a,
.cc-carwrap-page p.pnom a,
.cc-carwrap-page a.plinkbn,
#car_wrapping-section01 a.plinkbn,
#car_wrapping-section02 a.plinkbn,
#bike_wrapping-section01 a.plinkbn{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-height: 46px !important;
  padding: 0 28px !important;
  margin: 8px 0 0 !important;
  box-sizing: border-box !important;

  color: #fff !important;
  background: linear-gradient(to bottom, #e34fc1 0%, #c6009d 52%, #a90086 100%) !important;
  border: 1px solid rgba(255,255,255,0.30) !important;
  border-radius: 8px !important;

  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;

  text-decoration: none !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.60) !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.35) !important;
}

/* visited / hover / active でも色が戻らないように固定 */
.cc-carwrap-page .cc-carwrap-content a.cc-carwrap-button:link,
.cc-carwrap-page .cc-carwrap-content a.cc-carwrap-button:visited,
.cc-carwrap-page .cc-carwrap-content a.cc-carwrap-button:hover,
.cc-carwrap-page .cc-carwrap-content a.cc-carwrap-button:active,
.cc-carwrap-page .cc-carwrap-link-tabs a:link,
.cc-carwrap-page .cc-carwrap-link-tabs a:visited,
.cc-carwrap-page .cc-carwrap-link-tabs a:hover,
.cc-carwrap-page .cc-carwrap-link-tabs a:active,
.cc-carwrap-page p.pnom a:link,
.cc-carwrap-page p.pnom a:visited,
.cc-carwrap-page p.pnom a:hover,
.cc-carwrap-page p.pnom a:active,
.cc-carwrap-page a.plinkbn:link,
.cc-carwrap-page a.plinkbn:visited,
.cc-carwrap-page a.plinkbn:hover,
.cc-carwrap-page a.plinkbn:active,
#car_wrapping-section01 a.plinkbn:link,
#car_wrapping-section01 a.plinkbn:visited,
#car_wrapping-section01 a.plinkbn:hover,
#car_wrapping-section01 a.plinkbn:active,
#car_wrapping-section02 a.plinkbn:link,
#car_wrapping-section02 a.plinkbn:visited,
#car_wrapping-section02 a.plinkbn:hover,
#car_wrapping-section02 a.plinkbn:active,
#bike_wrapping-section01 a.plinkbn:link,
#bike_wrapping-section01 a.plinkbn:visited,
#bike_wrapping-section01 a.plinkbn:hover,
#bike_wrapping-section01 a.plinkbn:active{
  color: #fff !important;
  text-decoration: none !important;
}

/* hover時の見え方 */
.cc-carwrap-page .cc-carwrap-content a.cc-carwrap-button:hover,
.cc-carwrap-page .cc-carwrap-link-tabs a:hover,
.cc-carwrap-page p.pnom a:hover,
.cc-carwrap-page a.plinkbn:hover,
#car_wrapping-section01 a.plinkbn:hover,
#car_wrapping-section02 a.plinkbn:hover,
#bike_wrapping-section01 a.plinkbn:hover{
  background: linear-gradient(to bottom, #f05fd0 0%, #d400aa 52%, #b60092 100%) !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* 
   バイクラッピング背景の強制指定。
   HTMLが .cc-visual-bike でも、旧HTMLの #bike_wrapping-section01 でも効くようにする。
*/
.cc-carwrap-page .cc-visual-section.cc-visual-bike,
.cc-carwrap-page .cc-visual-bike,
.cc-carwrap-page #bike_wrapping-section01,
#bike_wrapping-section01{
  position: relative !important;
  max-width: 1180px !important;
  min-height: 560px !important;
  margin: 64px auto !important;
  padding: 58px 52px 60px !important;
  box-sizing: border-box !important;

  background-color: #000 !important;
  background-image: url("https://crazycolorz-carwrap.com/img/bike_wrapping/bgsec01.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;

  overflow: hidden !important;
  width: auto !important;
  height: auto !important;
}

/* バイク背景の暗さ調整 */
.cc-carwrap-page .cc-visual-section.cc-visual-bike::before,
.cc-carwrap-page .cc-visual-bike::before,
.cc-carwrap-page #bike_wrapping-section01::before,
#bike_wrapping-section01::before{
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.62) 0%,
    rgba(0,0,0,0.48) 42%,
    rgba(0,0,0,0.20) 100%
  ) !important;
  z-index: 1 !important;
}

/* バイク背景の上に本文を出す */
.cc-carwrap-page .cc-visual-section.cc-visual-bike > *,
.cc-carwrap-page .cc-visual-bike > *,
.cc-carwrap-page #bike_wrapping-section01 > *,
#bike_wrapping-section01 > *{
  position: relative !important;
  z-index: 2 !important;
}

/* バイク下の旧スライダーが残っている場合は非表示 */
.cc-carwrap-page #bike_wrapping-section01 + .ccslide,
.cc-carwrap-page #bike_wrapping-section01 + .cc-thumb-gallery,
.cc-carwrap-page .bike-old-slider,
.cc-carwrap-page .bike-thumb-slider{
  display: none !important;
}

/* スマホ調整 */
@media screen and (max-width: 768px) {
  .cc-carwrap-page .cc-carwrap-content a.cc-carwrap-button,
.cc-carwrap-page .cc-carwrap-content a.cc-carwrap-tab,
.cc-carwrap-page .cc-carwrap-content a.cc-carwrap-main-button,
.cc-carwrap-page .cc-carwrap-link-tabs a,
.cc-carwrap-page p.pnom a,
.cc-carwrap-page a.plinkbn,
#car_wrapping-section01 a.plinkbn,
#car_wrapping-section02 a.plinkbn,
#bike_wrapping-section01 a.plinkbn{
    width: 100% !important;
    min-height: 48px !important;
    padding: 0 18px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  .cc-carwrap-page .cc-visual-section.cc-visual-bike,
.cc-carwrap-page .cc-visual-bike,
.cc-carwrap-page #bike_wrapping-section01,
#bike_wrapping-section01{
    min-height: 0 !important;
    margin: 46px auto !important;
    padding: 38px 18px 42px !important;
    background-position: center center !important;
  }

  .cc-carwrap-page .cc-visual-section.cc-visual-bike::before,
.cc-carwrap-page .cc-visual-bike::before,
.cc-carwrap-page #bike_wrapping-section01::before,
#bike_wrapping-section01::before{
    background: rgba(0,0,0,0.66) !important;
  }
}

/* =========================================================
   car_wrapping final text fix
   文字サイズ / ボタン文字 / 本文バランス最終調整
========================================================= */

/* ページ全体の本文を読みやすく */
.cc-carwrap-page,
.cc-carwrap-content{
  font-size: 16px !important;
  line-height: 1.88 !important;
  color: #fff !important;
}

/* 本文テキスト */
.cc-carwrap-page p,
.cc-carwrap-page li,
.cc-carwrap-page td,
.cc-carwrap-page dd{
  font-size: 16px !important;
  line-height: 1.9 !important;
  color: #f3f3f3 !important;
}

/* 小さくなりがちな補足文 */
.cc-carwrap-page .cc-carwrap-note,
.cc-carwrap-page .cc-price-small{
  font-size: 14px !important;
  line-height: 1.75 !important;
  color: #d8d8d8 !important;
}

/* 見出しの読みやすさ */
.cc-carwrap-page h2,
.cc-carwrap-page .cc-rich-title{
  font-size: 30px !important;
  line-height: 1.45 !important;
  color: #fff !important;
}

.cc-carwrap-page h3{
  font-size: 21px !important;
  line-height: 1.55 !important;
  color: #fff !important;
}

.cc-carwrap-page h4{
  font-size: 18px !important;
  line-height: 1.5 !important;
  color: #fff !important;
}

/* 通常リンク */
.cc-carwrap-page a{
  color: #e34fc1 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

/* ボタン系リンクは必ず白文字・下線なし */
.cc-carwrap-page a.cc-carwrap-button,
.cc-carwrap-page a.cc-carwrap-tab,
.cc-carwrap-page a.cc-carwrap-main-button,
.cc-carwrap-page .cc-carwrap-link-tabs a,
.cc-carwrap-page a.plinkbn,
.cc-carwrap-page p.pnom a{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 0 28px !important;
  margin: 8px 0 0 !important;
  box-sizing: border-box !important;

  color: #fff !important;
  background: linear-gradient(to bottom, #e34fc1 0%, #c6009d 52%, #a90086 100%) !important;
  border: 1px solid rgba(255,255,255,0.30) !important;
  border-radius: 8px !important;

  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  text-align: center !important;

  text-decoration: none !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.60) !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.35) !important;
}

/* visitedでも紫や赤に戻らないように固定 */
.cc-carwrap-page a.cc-carwrap-button:link,
.cc-carwrap-page a.cc-carwrap-button:visited,
.cc-carwrap-page a.cc-carwrap-button:hover,
.cc-carwrap-page a.cc-carwrap-button:active,
.cc-carwrap-page .cc-carwrap-link-tabs a:link,
.cc-carwrap-page .cc-carwrap-link-tabs a:visited,
.cc-carwrap-page .cc-carwrap-link-tabs a:hover,
.cc-carwrap-page .cc-carwrap-link-tabs a:active,
.cc-carwrap-page a.plinkbn:link,
.cc-carwrap-page a.plinkbn:visited,
.cc-carwrap-page a.plinkbn:hover,
.cc-carwrap-page a.plinkbn:active,
.cc-carwrap-page p.pnom a:link,
.cc-carwrap-page p.pnom a:visited,
.cc-carwrap-page p.pnom a:hover,
.cc-carwrap-page p.pnom a:active{
  color: #fff !important;
  text-decoration: none !important;
}

/* ボタンhover */
.cc-carwrap-page a.cc-carwrap-button:hover,
.cc-carwrap-page a.cc-carwrap-tab:hover,
.cc-carwrap-page a.cc-carwrap-main-button:hover,
.cc-carwrap-page .cc-carwrap-link-tabs a:hover,
.cc-carwrap-page a.plinkbn:hover,
.cc-carwrap-page p.pnom a:hover{
  color: #fff !important;
  background: linear-gradient(to bottom, #f05fd0 0%, #d400aa 52%, #b60092 100%) !important;
  text-decoration: none !important;
}

/* 施工事例カード内ボタン */
.cc-carwrap-page .cc-carwrap-card a.cc-card-text-link,
.cc-carwrap-page .cc-carwrap-card .cc-card-text-link{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 20px !important;
  margin: 14px 0 0 !important;

  color: #fff !important;
  background: linear-gradient(to bottom, #e34fc1 0%, #c6009d 52%, #a90086 100%) !important;
  border: 1px solid rgba(255,255,255,0.26) !important;
  border-radius: 7px !important;

  font-size: 14.5px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

/* ヒーロー内の文字 */
.cw-hero p{
  font-size: 15px !important;
  line-height: 1.85 !important;
}

.cw-hero .cw-copy-main,
.cw-hero .cw-copy-sub{
  font-size: 26px !important;
  line-height: 1.42 !important;
}

/* スマホ文字調整 */
@media screen and (max-width: 768px) {
  .cc-carwrap-page,
.cc-carwrap-content{
    font-size: 15px !important;
  }

  .cc-carwrap-page p,
.cc-carwrap-page li,
.cc-carwrap-page td,
.cc-carwrap-page dd{
    font-size: 15px !important;
    line-height: 1.85 !important;
  }

  .cc-carwrap-page h2,
.cc-carwrap-page .cc-rich-title{
    font-size: 22px !important;
    line-height: 1.5 !important;
  }

  .cc-carwrap-page h3{
    font-size: 18px !important;
    line-height: 1.55 !important;
  }

  .cc-carwrap-page a.cc-carwrap-button,
.cc-carwrap-page a.cc-carwrap-tab,
.cc-carwrap-page a.cc-carwrap-main-button,
.cc-carwrap-page .cc-carwrap-link-tabs a,
.cc-carwrap-page a.plinkbn,
.cc-carwrap-page p.pnom a{
    width: 100% !important;
    min-height: 48px !important;
    padding: 0 18px !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
  }

  .cw-hero p{
    font-size: 14.5px !important;
    line-height: 1.8 !important;
  }

  .cw-hero .cw-copy-main,
.cw-hero .cw-copy-sub{
    font-size: 20px !important;
    line-height: 1.42 !important;
  }
}

/* =========================================================
   CRAZY COLORZ / racing_stripes 複製テストページ専用CSS v5
   ・WordPress管理画面「外観 > カスタマイズ > 追加CSS」の末尾へ追記
   ・旧 #racing_stripes-sectionXX には依存しない
   ・他ページへ影響を広げないため .cc-racing-page 配下へ限定
========================================================= */

:root{
  --rs-blue: #1976c9;
  --rs-blue-light: #47a9f5;
  --rs-blue-deep: #0b355f;
  --rs-blue-dark: #071d34;
  --rs-text: #f3f3f3;
  --rs-muted: #c7d3df;
  --rs-border: rgba(255,255,255,0.20);
  --rs-panel: rgba(255,255,255,0.045);
}

.cc-racing-page{
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  padding: 0 !important;
  background: #000 !important;
  color: var(--rs-text) !important;
}

.cc-racing-page,
.cc-racing-page *{
  box-sizing: border-box;
}

.cc-racing-content{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 72px;
  color: var(--rs-text);
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: 0.02em;
}

.cc-racing-page p,
.cc-racing-page li,
.cc-racing-page td,
.cc-racing-page th{
  color: var(--rs-text) !important;
  font-size: 16px !important;
  line-height: 1.88 !important;
}

.cc-racing-page p{
  margin: 0 0 18px !important;
}

.cc-racing-page a{
  color: var(--rs-blue-light) !important;
  font-weight: 700 !important;
  text-underline-offset: 4px !important;
}

.cc-racing-page a:hover{
  color: #8bd0ff !important;
  text-decoration: none !important;
}

/* =========================================================
   上部タイトルビジュアル
========================================================= */
.cc-racing-title-visual{
  width: 100vw;
  max-width: none;
  height: 300px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 72px !important;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000 url("https://crazycolorz-carwrap.com/img/pagebg/racing_stripes.jpg") center center / cover no-repeat;
}

.cc-racing-title-visual img{
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  max-height: 300px;
  object-fit: contain;
  margin: 0 auto !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

/* =========================================================
   共通セクション / 見出し
========================================================= */
.rs-section{
  max-width: 1080px;
  margin: 68px auto;
}

.cc-racing-page h1,
.cc-racing-page h2,
.cc-racing-page h3,
.cc-racing-page h4{
  color: #fff !important;
  font-weight: 800 !important;
}

.cc-racing-page h1{
  font-size: 34px !important;
  line-height: 1.38 !important;
  margin: 0 0 26px !important;
}

.rs-section > h2,
.rs-contact-section > h2,
.rs-replacement-section > h2{
  position: relative !important;
  display: block !important;
  padding: 18px 24px 18px 28px !important;
  margin: 0 0 30px !important;
  font-size: 30px !important;
  line-height: 1.45 !important;
  letter-spacing: 0.03em !important;
  background: linear-gradient(90deg, rgba(25,118,201,0.28) 0%, rgba(255,255,255,0.06) 56%, rgba(255,255,255,0.01) 100%) !important;
  border-left: 5px solid var(--rs-blue) !important;
  border-top: 1px solid rgba(255,255,255,0.16) !important;
  border-bottom: 1px solid rgba(255,255,255,0.12) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.28) !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.68) !important;
}

.rs-section > h2::after,
.rs-contact-section > h2::after,
.rs-replacement-section > h2::after{
  content: "" !important;
  position: absolute !important;
  left: 28px !important;
  bottom: -11px !important;
  width: 96px !important;
  height: 3px !important;
  background: linear-gradient(90deg, var(--rs-blue-light) 0%, rgba(71,169,245,0) 100%) !important;
}

.cc-racing-page h3{
  margin: 0 0 14px !important;
  font-size: 21px !important;
  line-height: 1.55 !important;
}

.cc-racing-page h4{
  margin: 0 0 10px !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
}

.rs-section-label,
.rs-kicker,
.rs-card-label{
  color: var(--rs-blue-light) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.14em !important;
  font-weight: 800 !important;
  margin: 0 0 12px !important;
}

/* =========================================================
   冒頭ヒーロー
========================================================= */
.rs-hero{
  position: relative;
  width: 100%;
  max-width: 1180px;
  min-height: 740px;
  margin: 0 auto 64px;
  padding: 56px 52px 58px;
  overflow: hidden;
  background: #000 url("https://crazycolorz-carwrap.com/img/racing_stripes/bgsec01.jpg") center center / cover no-repeat;
}

.rs-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.50) 45%, rgba(0,0,0,0.13) 100%);
}

.rs-hero-inner{
  position: relative;
  z-index: 2;
  max-width: 650px;
}


.rs-button-row{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.rs-button,
.cc-racing-page a.rs-button,
.cc-racing-page a.rs-button:link,
.cc-racing-page a.rs-button:visited{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 24px !important;
  border: 1px solid rgba(255,255,255,0.28) !important;
  border-radius: 8px !important;
  background: linear-gradient(to bottom, #258ce1 0%, #1266b1 52%, #0b4c8b 100%) !important;
  color: #fff !important;
  font-size: 15.5px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.58) !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.35) !important;
}

.cc-racing-page a.rs-button:hover{
  background: linear-gradient(to bottom, #47a9f5 0%, #1976c9 52%, #0c589e 100%) !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* =========================================================
   基礎知識
========================================================= */
.rs-main-image{
  margin: 0 0 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.16);
}

.rs-main-image img{
  height: auto !important;
  object-fit: contain;
}

.rs-knowledge-nav{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 28px;
}

.cc-racing-page .rs-knowledge-nav a{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 12px;
  border: 1px solid rgba(71,169,245,0.40);
  background: linear-gradient(135deg, rgba(25,118,201,0.28), rgba(7,29,52,0.70));
  color: #fff !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  text-align: center;
  text-decoration: none !important;
}

.cc-racing-page .rs-knowledge-nav a:hover{
  background: linear-gradient(135deg, rgba(71,169,245,0.42), rgba(11,53,95,0.84));
}

.rs-knowledge-block{
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 26px;
  align-items: start;
  margin: 0 0 22px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.18);
  border-left: 4px solid rgba(25,118,201,0.78);
  background: rgba(255,255,255,0.035);
}

.rs-knowledge-block figure{
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin: 0;
  background: #111;
}

.rs-knowledge-block figure img{
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  object-fit: contain !important;
}

/* STRIPE NAME は縦長画像のため、4:3で切らずに全体を表示 */
.rs-knowledge-block--natural-media figure{
  aspect-ratio: auto;
  overflow: visible;
  background: transparent;
}

.rs-knowledge-block--natural-media figure img{
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

/* =========================================================
   関連記事カード
========================================================= */
.rs-related-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.rs-related-grid-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rs-related-card{
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.18);
  border-top: 4px solid var(--rs-blue);
  background: linear-gradient(145deg, rgba(25,118,201,0.16), rgba(255,255,255,0.035) 48%);
}

.rs-related-card p:last-of-type{
  margin-bottom: 14px !important;
}

.cc-racing-page .rs-related-card a,
.cc-racing-page .rs-text-link{
  color: var(--rs-blue-light) !important;
  font-weight: 800 !important;
}

/* =========================================================
   価格表 / 注意枠
========================================================= */
.rs-table-wrap{
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(255,255,255,0.18);
}

.rs-price-table{
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: rgba(255,255,255,0.025);
}

.rs-price-table th,
.rs-price-table td{
  padding: 16px 18px;
  border-right: 1px solid rgba(255,255,255,0.16);
  border-bottom: 1px solid rgba(255,255,255,0.16);
  text-align: left;
  vertical-align: top;
}

.rs-price-table thead th{
  background: #27405e;
  color: #fff !important;
}

.rs-price-table tbody th{
  width: 46%;
  background: rgba(255,255,255,0.05);
}

.rs-price-table small{
  color: var(--rs-muted);
  font-size: 13px;
}

.rs-note-box,
.rs-check-box{
  margin-top: 28px;
  padding: 22px 24px;
  border: 1px solid rgba(255,255,255,0.20);
  border-left: 5px solid var(--rs-blue);
  background: rgba(255,255,255,0.04);
}

.rs-note-box h3,
.rs-check-box h2{
  margin: 0 0 14px !important;
  color: var(--rs-blue-light) !important;
}

.rs-film-guide .rs-film-detail-title{
  margin-top: 28px !important;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.16);
}

.rs-film-type-list{
  margin: 18px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.rs-film-type-list li{
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,0.11);
  list-style: none !important;
}

.rs-film-type-list li:first-child{
  border-top: none;
}

.rs-film-type-list strong{
  color: var(--rs-blue-light);
}

.rs-compare-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.rs-compare-grid > div{
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.035);
}

.rs-check-box ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.rs-check-box li{
  position: relative;
  margin: 0 0 11px;
  padding-left: 1.6em;
  list-style: none;
}

.rs-check-box li:last-child{
  margin-bottom: 0;
}

.rs-check-box li::before{
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--rs-blue-light);
  font-weight: 800;
}

/* =========================================================
   劣化・貼り替え / FAQ / 問い合わせ
========================================================= */
.rs-replacement-section{
  padding: 28px;
  border: 1px solid rgba(71,169,245,0.40);
  background: linear-gradient(145deg, rgba(25,118,201,0.14), rgba(255,255,255,0.025) 55%);
}

.rs-replacement-key-image{
  margin: 0 0 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.18);
  background: #111;
}

.rs-replacement-key-image img{
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

.rs-faq-list{
  display: grid;
  gap: 16px;
}

.rs-faq-item{
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.035);
}

.rs-faq-item h3{
  color: var(--rs-blue-light) !important;
}

.rs-faq-item p:last-child{
  margin-bottom: 0 !important;
}

.rs-contact-section{
  padding: 28px;
  border: 1px solid rgba(71,169,245,0.40);
  background: linear-gradient(135deg, rgba(11,53,95,0.76), rgba(255,255,255,0.035));
}

.rs-button-contact{
  min-width: 340px;
}

/* =========================================================
   レスポンシブ
========================================================= */
@media screen and (max-width: 1024px) {
  .rs-related-grid,
.rs-related-grid-2,
.rs-compare-grid,
.rs-knowledge-block{
    grid-template-columns: 1fr;
  }

  .rs-knowledge-nav{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rs-knowledge-block figure{
    max-width: 560px;
  }
}

@media screen and (max-width: 768px) {
  .cc-racing-content{
    padding: 0 15px 54px;
    font-size: 15px;
  }

  .cc-racing-page p,
.cc-racing-page li,
.cc-racing-page td,
.cc-racing-page th{
    font-size: 15px !important;
    line-height: 1.85 !important;
  }

  .cc-racing-title-visual{
    height: 170px;
    padding-top: 0;
  }

  .cc-racing-title-visual img{
    height: auto;
    max-height: 170px;
    object-fit: contain;
  }

  .rs-section{
    margin: 46px auto;
  }

  .rs-section > h2,
.rs-contact-section > h2,
.rs-replacement-section > h2{
    padding: 15px 16px 15px 18px !important;
    margin-bottom: 28px !important;
    border-left-width: 4px !important;
    font-size: 22px !important;
    line-height: 1.5 !important;
  }

  .rs-section > h2::after,
.rs-contact-section > h2::after,
.rs-replacement-section > h2::after{
    left: 18px !important;
    bottom: -10px !important;
    width: 72px !important;
  }

  .cc-racing-page h1{
    font-size: 25px !important;
  }

  .cc-racing-page h3{
    font-size: 18px !important;
  }

  .rs-hero{
    min-height: 0;
    margin-bottom: 50px;
    padding: 34px 18px 38px;
    background-position: 44% center;
  }

  .rs-hero::before{
    background: rgba(0,0,0,0.68);
  }

  .rs-film-summary{
    padding: 16px;
  }

  .rs-film-summary li{
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .rs-button-row{
    display: grid;
    grid-template-columns: 1fr;
  }

  .rs-button,
.cc-racing-page a.rs-button{
    width: 100% !important;
    min-height: 50px !important;
    padding: 10px 16px !important;
    font-size: 15px !important;
  }

  .rs-thumb-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .rs-knowledge-nav{
    grid-template-columns: 1fr;
  }

  .rs-knowledge-block,
.rs-replacement-section,
.rs-contact-section,
.rs-note-box,
.rs-check-box{
    padding: 18px 16px;
  }

  .rs-knowledge-block figure{
    max-width: none;
  }

  .rs-button-contact{
    min-width: 0;
  }

  .rs-film-type-list li{
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/*
CRAZY COLORZ / sign_board 複製テストページ専用CSS v2
・旧ページの背景画像を活かしながら、固定ページ本文を読みやすく整理します。
・.cc-sign-page と body.cc-sign-template の内側に限定します。
・common.css / contents.css / style.css は直接変更しません。
*/

/* =========================================================
   ページ専用の基礎設定
========================================================= */
body.cc-sign-template,
body.cc-sign-template .cc-sign-template-main,
body.cc-sign-template .cc-sign-page,
body.cc-sign-template .cc-sign-page *{
  box-sizing: border-box;
}

body.cc-sign-template .cc-sign-template-main{
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #050505;
}

.cc-sign-page{
  --sb-bg: #050505;
  --sb-bg-soft: #0c0c0c;
  --sb-card: #121212;
  --sb-line: rgba(255, 255, 255, 0.16);
  --sb-gold: #c79a42;
  --sb-gold-light: #f0d28a;
  --sb-text: #f5f5f5;
  --sb-muted: #d0d0d0;

  width: 100%;
  overflow: hidden;
  background: var(--sb-bg);
  color: var(--sb-text);
  text-shadow: none !important;
}

.cc-sign-page h1,
.cc-sign-page h2,
.cc-sign-page h3,
.cc-sign-page h4,
.cc-sign-page p,
.cc-sign-page li,
.cc-sign-page a{
  text-shadow: none !important;
}

.cc-sign-page h1,
.cc-sign-page h2,
.cc-sign-page h3,
.cc-sign-page p,
.cc-sign-page figure,
.cc-sign-page ul,
.cc-sign-page ol{
  margin-top: 0;
}

.cc-sign-page p,
.cc-sign-page li{
  color: var(--sb-muted);
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: 0.02em;
}

.cc-sign-page img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* =========================================================
   共通セクション
========================================================= */
.cc-sign-page .sb-section,
.cc-sign-page .sb-contact{
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 76px 0;
}

.cc-sign-page .sb-section-alt{
  position: relative;
}

.cc-sign-page .sb-section-alt::before{
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  z-index: 0;
  background: var(--sb-bg-soft);
}

.cc-sign-page .sb-section-alt > *{
  position: relative;
  z-index: 1;
}

.cc-sign-page .sb-section-heading{
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-bottom: 32px;
}

.cc-sign-page .sb-section-number{
  margin: 0 !important;
  color: var(--sb-gold-light);
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.cc-sign-page .sb-kicker,
.cc-sign-page .sb-eyebrow{
  margin: 0 0 8px !important;
  color: var(--sb-gold-light);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.5;
}

.cc-sign-page h1,
.cc-sign-page h2,
.cc-sign-page h3{
  color: var(--sb-text);
  font-weight: 700;
  letter-spacing: 0.035em;
}

.cc-sign-page h1{
  margin: 0 0 18px !important;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.25;
}

.cc-sign-page h2{
  margin: 0 !important;
  font-size: clamp(26px, 3.5vw, 40px);
  line-height: 1.4;
}

.cc-sign-page h3{
  margin: 0 0 10px !important;
  font-size: 19px;
  line-height: 1.55;
}

.cc-sign-page .sb-section-lead{
  max-width: 900px;
  margin: 0 0 32px !important;
}

.cc-sign-page .sb-two-column{
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 32px;
  align-items: start;
}

/* =========================================================
   HERO
   旧 sign_board/bgsec01.jpg を背景として再利用
========================================================= */
.cc-sign-page .sb-hero{
  position: relative;
  overflow: hidden;
  min-height: 660px;
  border-bottom: 1px solid var(--sb-line);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.88) 38%, rgba(0, 0, 0, 0.16) 78%, rgba(0, 0, 0, 0.20) 100%),
    url("https://crazycolorz-carwrap.com/img/sign_board/bgsec01.jpg") center center / cover no-repeat;
}

.cc-sign-page .sb-hero::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.50));
}

.cc-sign-page .sb-hero-inner{
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0 74px;
}

.cc-sign-page .sb-hero-logo{
  width: min(620px, 78%);
  margin: 0 0 28px !important;
}

.cc-sign-page .sb-hero-lead{
  max-width: 700px;
  margin-bottom: 26px !important;
  color: #e4e4e4;
  font-size: 17px;
}

/* =========================================================
   ボタン
========================================================= */
.cc-sign-page .sb-button-row{
  margin: 24px 0 0 !important;
}

.cc-sign-page .sb-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 22px;
  border: 1px solid var(--sb-gold);
  background: linear-gradient(135deg, #d1a44e, #9d752c);
  color: #080808 !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.cc-sign-page .sb-button:hover{
  filter: brightness(1.09);
  transform: translateY(-2px);
}

.cc-sign-page .sb-button-contact{
  min-width: 260px;
}

/* =========================================================
   ハイライト
========================================================= */
.cc-sign-page .sb-highlight,
.cc-sign-page .sb-vending-points{
  padding: 24px;
  border: 1px solid rgba(199, 154, 66, 0.55);
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.74), rgba(199, 154, 66, 0.11));
}

.cc-sign-page .sb-highlight h3,
.cc-sign-page .sb-vending-points h3{
  color: var(--sb-gold-light);
}

.cc-sign-page .sb-highlight ul,
.cc-sign-page .sb-vending-points ul{
  margin: 10px 0 0;
  padding-left: 1.3em;
}

/* =========================================================
   サービスカード
========================================================= */
.cc-sign-page .sb-service-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.cc-sign-page .sb-service-card{
  min-height: 168px;
  padding: 20px;
  border-top: 3px solid var(--sb-gold);
  background: var(--sb-card);
}

.cc-sign-page .sb-service-card p{
  margin-bottom: 0 !important;
  font-size: 14px;
  line-height: 1.85;
}

/* =========================================================
   旧 sign_board/bgsec02.jpg を使った見せ場
========================================================= */
.cc-sign-page .sb-sign-visual{
  position: relative;
  min-height: 640px;
  border-top: 1px solid var(--sb-line);
  border-bottom: 1px solid var(--sb-line);
  background:
    linear-gradient(90deg, rgba(0,0,0,0.98) 0%, rgba(0,0,0,0.90) 38%, rgba(0,0,0,0.44) 62%, rgba(0,0,0,0.08) 100%),
    url("https://crazycolorz-carwrap.com/img/sign_board/bgsec01.jpg") center center / cover no-repeat;
}

.cc-sign-page .sb-sign-visual-inner{
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 82px 0;
}

.cc-sign-page .sb-sign-visual-inner > *{
  width: min(610px, 100%);
  margin-right: auto;
  margin-left: 0;
}

.cc-sign-page .sb-sign-visual-inner p{
  color: #e4e4e4;
}

/* =========================================================
   画像グリッド
========================================================= */
.cc-sign-page .sb-visual-grid{
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
}

.cc-sign-page .sb-visual-grid-sign,
.cc-sign-page .sb-visual-grid-vending{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cc-sign-page .sb-visual-grid figure{
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--sb-line);
  background: #111;
}

.cc-sign-page .sb-visual-grid img{
  width: 100% !important;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.cc-sign-page .sb-visual-grid figure:hover img{
  transform: scale(1.035);
}

/* =========================================================
   施工フロー
========================================================= */
.cc-sign-page .sb-flow-list{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cc-sign-page .sb-flow-list li{
  padding: 20px;
  border: 1px solid var(--sb-line);
  background: #111;
  list-style: none;
}

.cc-sign-page .sb-flow-list span{
  display: block;
  margin-bottom: 14px;
  color: var(--sb-gold-light);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.cc-sign-page .sb-flow-list p{
  margin-bottom: 0 !important;
  font-size: 14px;
  line-height: 1.85;
}

/* =========================================================
   自動販売機の大型背景セクション
   旧 vending_machine/bgsec01.jpg を再利用
========================================================= */
.cc-sign-page .sb-vending-hero{
  position: relative;
  min-height: 740px;
  scroll-margin-top: 90px;
  border-top: 1px solid rgba(199, 154, 66, 0.45);
  border-bottom: 1px solid rgba(199, 154, 66, 0.45);
  background:
    linear-gradient(90deg, rgba(0,0,0,0.98) 0%, rgba(0,0,0,0.88) 42%, rgba(0,0,0,0.22) 78%, rgba(0,0,0,0.18) 100%),
    url("https://crazycolorz-carwrap.com/img/vending_machine/bgsec01.jpg") center center / cover no-repeat;
}

.cc-sign-page .sb-vending-hero-inner{
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0;
}

.cc-sign-page .sb-vending-hero-inner > p:not(.sb-button-row),
.cc-sign-page .sb-vending-hero-inner > h2,
.cc-sign-page .sb-vending-points{
  width: min(620px, 100%);
}

.cc-sign-page .sb-vending-hero-inner > h2{
  margin-bottom: 18px !important;
}

.cc-sign-page .sb-vending-points{
  margin-top: 24px;
}

/* =========================================================
   FAQ
========================================================= */
.cc-sign-page .sb-faq-list{
  display: grid;
  gap: 12px;
}

.cc-sign-page .sb-faq-item{
  padding: 20px 22px;
  border-left: 3px solid var(--sb-gold);
  background: #111;
}

.cc-sign-page .sb-faq-item h3{
  color: var(--sb-gold-light);
}

.cc-sign-page .sb-faq-item p{
  margin-bottom: 0 !important;
}

/* =========================================================
   CONTACT
========================================================= */
.cc-sign-page .sb-contact{
  margin-bottom: 72px;
  padding: 38px;
  border: 1px solid rgba(199, 154, 66, 0.52);
  background: linear-gradient(145deg, rgba(199, 154, 66, 0.13), rgba(255, 255, 255, 0.025));
}

.cc-sign-page .sb-contact p{
  max-width: 900px;
}

/* =========================================================
   スマホ・タブレット
========================================================= */
@media (max-width: 900px) {
  body.cc-sign-template,
body.cc-sign-template #page,
body.cc-sign-template #contents,
body.cc-sign-template #wrapper,
body.cc-sign-template #main,
body.cc-sign-template .cc-sign-template-main{
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.cc-sign-template #main{
    float: none !important;
    padding: 0 !important;
  }

  .cc-sign-page .sb-section,
.cc-sign-page .sb-contact,
.cc-sign-page .sb-hero-inner,
.cc-sign-page .sb-sign-visual-inner,
.cc-sign-page .sb-vending-hero-inner{
    width: min(100% - 28px, 760px);
  }

  .cc-sign-page .sb-two-column,
.cc-sign-page .sb-service-grid,
.cc-sign-page .sb-flow-list{
    grid-template-columns: 1fr 1fr;
  }

  .cc-sign-page .sb-visual-grid-sign,
.cc-sign-page .sb-visual-grid-vending{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cc-sign-page .sb-hero{
    min-height: 620px;
    background-position: center center;
  }

  .cc-sign-page .sb-sign-visual{
    min-height: 560px;
    background-position: center top;
  }

  .cc-sign-page .sb-vending-hero{
    min-height: 700px;
    background-position: center center;
  }
}

@media (max-width: 620px) {
  .cc-sign-page .sb-section,
.cc-sign-page .sb-contact{
    padding: 54px 0;
  }

  .cc-sign-page .sb-hero-inner,
.cc-sign-page .sb-sign-visual-inner,
.cc-sign-page .sb-vending-hero-inner{
    padding: 42px 0 52px;
  }

  .cc-sign-page .sb-section-heading{
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 22px;
  }

  .cc-sign-page .sb-section-number{
    font-size: 24px;
  }

  .cc-sign-page p,
.cc-sign-page li{
    font-size: 15px;
    line-height: 1.9;
  }

  .cc-sign-page .sb-two-column,
.cc-sign-page .sb-service-grid,
.cc-sign-page .sb-flow-list{
    grid-template-columns: 1fr;
  }

  .cc-sign-page .sb-service-card{
    min-height: 0;
  }

  .cc-sign-page .sb-contact{
    width: min(100% - 28px, 760px);
    margin-bottom: 54px;
    padding: 24px;
  }

  .cc-sign-page .sb-button{
    width: 100%;
  }

  .cc-sign-page .sb-button-contact{
    min-width: 0;
  }

  /*
   * スマホでは背景ビジュアルを残しつつ、文字を読みやすくするため
   * 黒のオーバーレイを強めます。
   */
  .cc-sign-page .sb-hero{
    min-height: 580px;
    background:
      linear-gradient(90deg, rgba(0,0,0,0.96), rgba(0,0,0,0.74)),
      url("https://crazycolorz-carwrap.com/img/sign_board/bgsec01.jpg") 58% center / cover no-repeat;
  }

  .cc-sign-page .sb-sign-visual{
    min-height: 520px;
    background:
      linear-gradient(90deg, rgba(0,0,0,0.94), rgba(0,0,0,0.58)),
      url("https://crazycolorz-carwrap.com/img/sign_board/bgsec01.jpg") 58% center / cover no-repeat;
  }

  .cc-sign-page .sb-sign-visual-inner > *{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .cc-sign-page .sb-vending-hero{
    min-height: 720px;
    background:
      linear-gradient(90deg, rgba(0,0,0,0.96), rgba(0,0,0,0.72)),
      url("https://crazycolorz-carwrap.com/img/vending_machine/bgsec01.jpg") 56% center / cover no-repeat;
  }
}

/* =========================================================
   sign_board v12
   冒頭ヒーローを適正幅へ縮小
   冒頭カードは必ず4枚表示
   中盤の見せ場には旧トップの黒背景画像を使用
========================================================= */

/* -----------------------------------------
   冒頭ヒーロー
----------------------------------------- */
.cc-sign-page .sb-top-hero{
  position: relative;
  width: min(1480px, calc(100% - 48px));
  height: clamp(520px, 39vw, 680px);
  margin: 24px auto 0;
  overflow: hidden;
  background: #eadfce;
  border: 1px solid rgba(199, 154, 66, 0.28);
  box-sizing: border-box;
}

.cc-sign-page .sb-top-hero-image{
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  box-shadow: none !important;
  background: transparent !important;
}

.cc-sign-page .sb-top-hero-copy{
  position: absolute;
  top: 10%;
  left: clamp(28px, 4.5vw, 72px);
  z-index: 2;
  width: min(610px, 44%);
  color: #2c2119;
  text-shadow: none !important;
}

.cc-sign-page .sb-top-hero-copy .sb-eyebrow{
  color: #765b36;
  text-shadow: none !important;
}

.cc-sign-page .sb-top-hero-copy h1{
  max-width: 610px;
  margin: 14px 0 18px;
  color: #30251e;
  font-size: clamp(34px, 3.7vw, 62px);
  line-height: 1.14;
  letter-spacing: 0.01em;
  text-shadow: none !important;
}

.cc-sign-page .sb-top-hero-lead{
  max-width: 590px;
  color: #493a30 !important;
  font-size: clamp(15px, 1.08vw, 18px) !important;
  line-height: 1.9 !important;
  text-shadow: none !important;
}

.cc-sign-page .sb-top-hero .sb-button{
  color: #18120d !important;
  background: rgba(243, 224, 188, 0.9);
  border-color: rgba(122, 90, 46, 0.54);
  text-shadow: none !important;
}

/* -----------------------------------------
   冒頭カード4枚
   旧CSSの干渉を避けるため専用クラスで固定
----------------------------------------- */
.cc-sign-page .sb-feature-card-section{
  width: 100% !important;
  margin: 0 !important;
  padding: 26px 24px 42px !important;
  overflow: hidden !important;
  background: #050505 !important;
  box-sizing: border-box !important;
}

.cc-sign-page .sb-feature-card-grid{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: min(1480px, 100%) !important;
  max-width: 1480px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  float: none !important;
  clear: both !important;
  box-sizing: border-box !important;
}

.cc-sign-page .sb-feature-card{
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  float: none !important;
  clear: none !important;
  color: #f2ede7 !important;
  text-decoration: none !important;
  border: 1px solid rgba(199, 154, 66, 0.36) !important;
  background: #24211e !important;
  box-sizing: border-box !important;
  transition: transform 0.22s ease, filter 0.22s ease;
}

.cc-sign-page .sb-feature-card:hover{
  transform: translateY(-5px);
  filter: brightness(1.06);
}

.cc-sign-page .sb-feature-card img{
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
  float: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

.cc-sign-page .sb-feature-card-copy{
  display: block !important;
  flex: 1 1 auto !important;
  min-height: 132px !important;
  margin: 0 !important;
  padding: 18px 18px 20px !important;
  background: rgba(42, 38, 34, 0.98) !important;
  box-sizing: border-box !important;
}

.cc-sign-page .sb-feature-card-copy strong{
  display: block !important;
  margin: 0 0 8px !important;
  color: #f5eee5 !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
}

.cc-sign-page .sb-feature-card-copy span{
  display: block !important;
  margin: 0 !important;
  color: #ded4c8 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

/* -----------------------------------------
   タブレット
----------------------------------------- */
@media (max-width: 980px) {
  .cc-sign-page .sb-top-hero{
    width: min(100% - 28px, 900px);
    height: clamp(470px, 58vw, 620px);
    margin-top: 14px;
  }

  .cc-sign-page .sb-top-hero-copy{
    top: 8%;
    left: 4vw;
    width: 49%;
  }

  .cc-sign-page .sb-feature-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* -----------------------------------------
   スマホ
   画像と文章を分離し、カードは縦積み
----------------------------------------- */
@media (max-width: 620px) {
  .cc-sign-page .sb-top-hero{
    width: 100%;
    height: auto;
    margin-top: 0;
    border-right: 0;
    border-left: 0;
    overflow: visible;
  }

  .cc-sign-page .sb-top-hero-image{
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
  }

  .cc-sign-page .sb-top-hero-copy{
    position: static;
    width: min(100% - 28px, 720px);
    margin: 0 auto;
    padding: 24px 0 12px;
  }

  .cc-sign-page .sb-top-hero-copy h1{
    margin: 12px 0 16px;
    font-size: clamp(30px, 9vw, 46px);
  }

  .cc-sign-page .sb-top-hero-lead{
    font-size: 15px !important;
    line-height: 1.9 !important;
  }

  .cc-sign-page .sb-feature-card-section{
    padding: 18px 14px 28px !important;
  }

  .cc-sign-page .sb-feature-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    width: 100% !important;
  }

  .cc-sign-page .sb-feature-card{
    display: grid !important;
    grid-template-columns: 42% minmax(0, 1fr) !important;
    align-items: stretch !important;
  }

  .cc-sign-page .sb-feature-card img{
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
  }

  .cc-sign-page .sb-feature-card-copy{
    min-height: 0 !important;
    padding: 15px 15px 16px !important;
  }

  .cc-sign-page .sb-feature-card-copy strong{
    font-size: 17px !important;
  }

  .cc-sign-page .sb-feature-card-copy span{
    font-size: 13px !important;
    line-height: 1.7 !important;
  }
}

/* =========================================================
   sign_board v15
   冒頭4カード専用レイアウト
   旧テーマと旧カードCSSから完全分離
========================================================= */

.cc-sign-page .ccs-v15-card-section{
  width: 100% !important;
  margin: 0 !important;
  padding: 26px 24px 42px !important;
  overflow: hidden !important;
  background: #050505 !important;
  box-sizing: border-box !important;
}

.cc-sign-page .ccs-v15-card-grid{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: min(1480px, 100%) !important;
  max-width: 1480px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.cc-sign-page .ccs-v15-card{
  display: block !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  float: none !important;
  clear: none !important;
  border: 1px solid rgba(199, 154, 66, 0.36) !important;
  background: #24211e !important;
  box-sizing: border-box !important;
}

.cc-sign-page .ccs-final-card-body{
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  color: #f2ede7 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  transition: transform 0.22s ease, filter 0.22s ease;
}

.cc-sign-page .ccs-final-card-body:hover{
  transform: none;
  filter: none;
}

.cc-sign-page .ccs-v15-card-image{
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
  float: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

.cc-sign-page .ccs-v15-card-copy{
  display: block !important;
  flex: 1 1 auto !important;
  min-height: 132px !important;
  margin: 0 !important;
  padding: 18px 18px 20px !important;
  background: rgba(42, 38, 34, 0.98) !important;
  box-sizing: border-box !important;
}

.cc-sign-page .ccs-v15-card-copy strong{
  display: block !important;
  margin: 0 0 8px !important;
  color: #f5eee5 !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
}

.cc-sign-page .ccs-v15-card-copy span{
  display: block !important;
  margin: 0 !important;
  color: #ded4c8 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

@media (max-width: 980px) {
  .cc-sign-page .ccs-v15-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  .cc-sign-page .ccs-v15-card-section{
    padding: 18px 14px 28px !important;
  }

  .cc-sign-page .ccs-v15-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .cc-sign-page .ccs-final-card-body{
    display: grid !important;
    grid-template-columns: 42% minmax(0, 1fr) !important;
    align-items: stretch !important;
  }

  .cc-sign-page .ccs-v15-card-image{
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
  }

  .cc-sign-page .ccs-v15-card-copy{
    min-height: 0 !important;
    padding: 15px 15px 16px !important;
  }

  .cc-sign-page .ccs-v15-card-copy strong{
    font-size: 17px !important;
  }

  .cc-sign-page .ccs-v15-card-copy span{
    font-size: 13px !important;
    line-height: 1.7 !important;
  }
}

/* =========================================================
   sign_board v16
   冒頭ヒーローの可読性改善
   冒頭の施工事例ボタン削除後の余白調整
========================================================= */

.cc-sign-page .sb-top-hero::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: min(760px, 58%);
  background: linear-gradient(
    90deg,
    rgba(246, 236, 220, 0.97) 0%,
    rgba(246, 236, 220, 0.92) 62%,
    rgba(246, 236, 220, 0.58) 84%,
    rgba(246, 236, 220, 0) 100%
  );
  pointer-events: none;
}

.cc-sign-page .sb-top-hero-copy{
  top: 10%;
  left: clamp(28px, 4.5vw, 72px);
  width: min(560px, 40%);
}

.cc-sign-page .sb-top-hero-copy h1{
  max-width: 560px;
}

.cc-sign-page .sb-top-hero-lead{
  max-width: 520px;
  color: #3b2f27 !important;
  font-size: clamp(15px, 1.02vw, 17px) !important;
  line-height: 1.92 !important;
}

.cc-sign-page .sb-top-hero-copy .sb-button-row{
  display: none !important;
}

@media (max-width: 980px) {
  .cc-sign-page .sb-top-hero::before{
    width: 68%;
  }

  .cc-sign-page .sb-top-hero-copy{
    width: 48%;
  }
}

@media (max-width: 620px) {
  .cc-sign-page .sb-top-hero::before{
    display: none;
  }

  .cc-sign-page .sb-top-hero-copy{
    width: min(100% - 28px, 720px);
  }
}


/* =========================================================
   sign_board v18
   独立CASE STUDIESブロック削除
   中盤説明直下へ施工事例CTAを統合
========================================================= */

.cc-sign-page .sb-sign-visual-cta{
  width: auto !important;
  margin-top: 28px !important;
  margin-bottom: 0 !important;
}

.cc-sign-page .sb-sign-visual-cta .sb-button{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 12px 22px !important;
  color: #f3eadf !important;
  background: rgba(18, 18, 18, 0.72) !important;
  border: 1px solid rgba(199, 154, 66, 0.72) !important;
  text-shadow: none !important;
}

.cc-sign-page .sb-sign-visual-cta .sb-button:hover{
  background: rgba(199, 154, 66, 0.20) !important;
}

@media (max-width: 620px) {
  .cc-sign-page .sb-sign-visual-cta{
    margin-top: 22px !important;
  }

  .cc-sign-page .sb-sign-visual-cta .sb-button{
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* =========================================================
   sign_board v25
   冒頭タイトルだけを縮小
   本文・英字見出し・文字ブロック位置はv23のまま維持
========================================================= */

.cc-sign-page .sb-top-hero-copy{
  position: absolute !important;
  top: 50% !important;
  left: clamp(42px, 4vw, 64px) !important;
  z-index: 2 !important;
  width: min(660px, 45%) !important;
  transform: translateY(-50%) !important;
  color: #2f251e !important;
  text-shadow: none !important;
}

.cc-sign-page .sb-top-hero-copy .sb-eyebrow{
  margin: 0 !important;
  color: #765b36 !important;
  font-size: clamp(12px, 0.82vw, 15px) !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.20em !important;
  text-shadow: none !important;
}

.cc-sign-page .sb-top-hero-copy h1{
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  max-width: 660px !important;
  margin: 23px 0 34px !important;
  color: #30251e !important;
  font-size: clamp(24px, 1.78vw, 28px) !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.cc-sign-page .sb-top-hero-title-line,
.cc-sign-page .sb-top-hero-title-line-sub,
.cc-sign-page .sb-top-hero-title-line-main{
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;
  letter-spacing: 0.01em !important;
}

.cc-sign-page .sb-top-hero-lead{
  max-width: 610px !important;
  margin: 0 !important;
  color: #493a30 !important;
  font-size: clamp(15px, 1vw, 17px) !important;
  line-height: 1.92 !important;
  text-shadow: none !important;
}

@media (max-width: 1180px) {
  .cc-sign-page .sb-top-hero-copy{
    left: 4vw !important;
    width: 49% !important;
  }

  .cc-sign-page .sb-top-hero-copy h1{
    margin: 20px 0 28px !important;
    font-size: clamp(23px, 2.05vw, 27px) !important;
  }

  .cc-sign-page .sb-top-hero-lead{
    max-width: 560px !important;
  }
}

@media (max-width: 980px) {
  .cc-sign-page .sb-top-hero-copy{
    top: 50% !important;
    left: 4vw !important;
    width: 54% !important;
  }

  .cc-sign-page .sb-top-hero-copy h1{
    gap: 3px !important;
    margin: 18px 0 24px !important;
    font-size: clamp(22px, 2.7vw, 26px) !important;
  }

  .cc-sign-page .sb-top-hero-lead{
    max-width: 560px !important;
    font-size: 15px !important;
    line-height: 1.85 !important;
  }
}

@media (max-width: 620px) {
  .cc-sign-page .sb-top-hero-copy{
    position: static !important;
    width: min(100% - 28px, 720px) !important;
    margin: 0 auto !important;
    padding: 24px 0 18px !important;
    transform: none !important;
  }

  .cc-sign-page .sb-top-hero-copy .sb-eyebrow{
    font-size: 12px !important;
  }

  .cc-sign-page .sb-top-hero-copy h1{
    gap: 4px !important;
    margin: 16px 0 18px !important;
    font-size: clamp(27px, 7.4vw, 34px) !important;
  }

  .cc-sign-page .sb-top-hero-title-line,
.cc-sign-page .sb-top-hero-title-line-sub,
.cc-sign-page .sb-top-hero-title-line-main{
    white-space: normal !important;
  }

  .cc-sign-page .sb-top-hero-lead{
    max-width: none !important;
    font-size: 14px !important;
    line-height: 1.85 !important;
  }
}

/* =========================================================
   VINYL GRAPHICS test page v7
   Scope: body.cc-vg-template only
   Direction: CAR WRAPPING / RACING STRIPES
   Key color: orange
========================================================= */

body.cc-vg-template .cc-vg-template-main{
  margin: 0 !important;
  padding: 0 !important;
  background: #000 !important;
}

body.cc-vg-template .cc-vg-page,
body.cc-vg-template .cc-vg-page *{
  box-sizing: border-box !important;
}

body.cc-vg-template .cc-vg-page{
  --vg-orange: #f36b21;
  --vg-orange-light: #ff8a3d;
  --vg-orange-dark: #b84a14;
  --vg-text: #f3f3f3;
  --vg-muted: #c8c8c8;
  --vg-border: rgba(255,255,255,0.18);
  --vg-panel: rgba(255,255,255,0.045);
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #000 !important;
  color: var(--vg-text) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, sans-serif !important;
}

body.cc-vg-template .vg-content{
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 24px 72px !important;
  color: var(--vg-text) !important;
}

body.cc-vg-template .cc-vg-page p,
body.cc-vg-template .cc-vg-page li{
  color: var(--vg-text) !important;
  font-size: 16px !important;
  line-height: 1.88 !important;
}

body.cc-vg-template .cc-vg-page a{
  color: var(--vg-orange-light) !important;
  font-weight: 700 !important;
}

body.cc-vg-template .cc-vg-page img{
  max-width: 100% !important;
  height: auto !important;
}

/* =========================================================
   VINYL GRAPHICS : メニュー直下の横長ビジュアル帯
   CAR WRAPPINGページと同系統の構造
========================================================= */

body.cc-vg-template .vg-pagetitle-banner{
  position: relative !important;
  display: flex !important;
  width: 100% !important;
  min-height: 300px !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  margin: 72px auto 0 !important;
  padding: 0 !important;
  background:
    linear-gradient(rgba(0,0,0,0.20), rgba(0,0,0,0.20)),
    url("https://crazycolorz-carwrap.com/img/pagebg/body_accent.jpg")
    center center / cover no-repeat !important;
}

body.cc-vg-template .vg-pagetitle-banner img{
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: min(1200px, 100%) !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

@media screen and (max-width: 620px) {
  body.cc-vg-template .vg-pagetitle-banner{
    min-height: 170px !important;
  }

  body.cc-vg-template .vg-pagetitle-banner img{
    width: 100% !important;
  }
}

/* HERO */
body.cc-vg-template .vg-hero{
  position: relative !important;
  width: 100% !important;
  max-width: 1180px !important;
  min-height: 820px !important;
  margin: 0 auto 64px !important;
  padding: 118px 52px 58px !important;
  overflow: hidden !important;
  background: #000 url("https://crazycolorz-carwrap.com/img/vinyl_graphics/bgsec01.jpg") center center / cover no-repeat !important;
}

body.cc-vg-template .vg-hero::before{
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: linear-gradient(90deg, rgba(0,0,0,0.48) 0%, rgba(0,0,0,0.32) 44%, rgba(0,0,0,0.02) 100%) !important;
}

body.cc-vg-template .vg-hero-inner{
  position: relative !important;
  z-index: 2 !important;
  max-width: 640px !important;
}

body.cc-vg-template .vg-kicker,
body.cc-vg-template .vg-section-label,
body.cc-vg-template .vg-card-label{
  margin: 0 0 12px !important;
  color: var(--vg-orange-light) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.14em !important;
  font-weight: 800 !important;
}

body.cc-vg-template .vg-hero h1{
  display: block !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 34px !important;
  line-height: 1.02 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.68) !important;
}

body.cc-vg-template .vg-hero h1 br{
  display: block !important;
  content: "" !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

body.cc-vg-template .vg-hero-lead{
  max-width: 620px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1.88 !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.68) !important;
}

body.cc-vg-template .vg-hero-lead + .vg-hero-lead{
  margin-top: 16px !important;
}

/* BUTTON */
body.cc-vg-template .vg-button-row{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 22px !important;
}

body.cc-vg-template .vg-button,
body.cc-vg-template a.vg-button,
body.cc-vg-template a.vg-button:link,
body.cc-vg-template a.vg-button:visited{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 24px !important;
  border: 1px solid rgba(255,255,255,0.28) !important;
  border-radius: 8px !important;
  background: linear-gradient(to bottom, #ff8a3d 0%, #f36b21 52%, #bd4f16 100%) !important;
  color: #fff !important;
  font-size: 15.5px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.58) !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.35) !important;
}

body.cc-vg-template a.vg-button:hover{
  background: linear-gradient(to bottom, #ff9e62 0%, #f36b21 52%, #a93e0d 100%) !important;
}

/* SECTIONS */
body.cc-vg-template .vg-section,
body.cc-vg-template .vg-contact{
  max-width: 1080px !important;
  margin: 68px auto !important;
}

body.cc-vg-template .cc-vg-page h2,
body.cc-vg-template .cc-vg-page h3{
  color: #fff !important;
  font-weight: 800 !important;
}

body.cc-vg-template .vg-section > h2,
body.cc-vg-template .vg-contact > h2{
  position: relative !important;
  display: block !important;
  padding: 18px 24px 18px 28px !important;
  margin: 0 0 30px !important;
  font-size: 30px !important;
  line-height: 1.45 !important;
  letter-spacing: 0.03em !important;
  background: linear-gradient(90deg, rgba(243,107,33,0.28) 0%, rgba(255,255,255,0.06) 56%, rgba(255,255,255,0.01) 100%) !important;
  border-left: 5px solid var(--vg-orange) !important;
  border-top: 1px solid rgba(255,255,255,0.16) !important;
  border-bottom: 1px solid rgba(255,255,255,0.12) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.28) !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.68) !important;
}

body.cc-vg-template .vg-section > h2::after,
body.cc-vg-template .vg-contact > h2::after{
  content: "" !important;
  position: absolute !important;
  left: 28px !important;
  bottom: -11px !important;
  width: 96px !important;
  height: 3px !important;
  background: linear-gradient(90deg, var(--vg-orange-light) 0%, rgba(255,138,61,0) 100%) !important;
}

body.cc-vg-template .vg-section h3{
  margin: 0 0 12px !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
}

body.cc-vg-template .vg-two-column{
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr) !important;
  gap: 28px !important;
  align-items: start !important;
}

body.cc-vg-template .vg-media{
  margin: 0 !important;
  overflow: hidden !important;
  border-top: 4px solid var(--vg-orange) !important;
  background: #111 !important;
}

body.cc-vg-template .vg-media img{
  display: block !important;
  width: 100% !important;
  max-height: 360px !important;
  object-fit: cover !important;
}

/* TOP LINK CARDS */
body.cc-vg-template .vg-card-grid{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  margin-top: 28px !important;
  align-items: stretch !important;
}

body.cc-vg-template .vg-card{
  position: relative !important;
  display: flex !important;
  min-width: 0 !important;
  min-height: 100% !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid var(--vg-border) !important;
  border-top: 4px solid var(--vg-orange) !important;
  background: var(--vg-panel) !important;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease !important;
}

body.cc-vg-template .vg-card-overlay-link{
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
  display: block !important;
  text-decoration: none !important;
}

body.cc-vg-template .vg-card:hover{
  transform: translateY(-6px) !important;
  border-color: rgba(255,138,61,0.78) !important;
  background: rgba(255,255,255,0.075) !important;
}

body.cc-vg-template .vg-card img{
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
  background: #111 !important;
  transition: transform 0.28s ease, filter 0.28s ease !important;
}

body.cc-vg-template .vg-card:hover img{
  transform: scale(1.035) !important;
  filter: brightness(1.06) !important;
}

body.cc-vg-template .vg-card-body{
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  padding: 18px !important;
}

body.cc-vg-template .vg-card-body h3{
  margin: 0 0 12px !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1.45 !important;
}

body.cc-vg-template .vg-card-body p:last-of-type{
  margin-bottom: 0 !important;
  color: var(--vg-muted) !important;
  font-size: 14px !important;
  line-height: 1.78 !important;
}

body.cc-vg-template .vg-card-link-text{
  display: inline-block !important;
  margin-top: auto !important;
  padding-top: 14px !important;
  color: var(--vg-orange-light) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
}

/* FEATURE: FROM SKETCH TO VINYL */
body.cc-vg-template .vg-design-feature{
  position: relative !important;
  overflow: hidden !important;
  padding: 0 0 10px !important;
}

body.cc-vg-template .vg-design-feature::before{
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 300px !important;
  height: 300px !important;
  background: radial-gradient(circle, rgba(243,107,33,0.16) 0%, rgba(243,107,33,0) 70%) !important;
  pointer-events: none !important;
}

body.cc-vg-template .vg-feature-hook{
  margin: -8px 0 30px !important;
  color: var(--vg-orange-light) !important;
  font-size: 22px !important;
  line-height: 1.5 !important;
  font-weight: 800 !important;
}

body.cc-vg-template .vg-design-feature-grid{
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.86fr) !important;
  gap: 30px !important;
  align-items: stretch !important;
}

body.cc-vg-template .vg-design-copy{
  padding: 24px 24px 22px !important;
  border-left: 5px solid var(--vg-orange) !important;
  background: linear-gradient(135deg, rgba(243,107,33,0.11) 0%, rgba(255,255,255,0.045) 60%, rgba(255,255,255,0.02) 100%) !important;
}

body.cc-vg-template .vg-design-copy > p:first-child{
  margin-top: 0 !important;
}

body.cc-vg-template .vg-proof-list{
  display: grid !important;
  gap: 10px !important;
  margin: 24px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.cc-vg-template .vg-proof-list li{
  position: relative !important;
  padding-left: 20px !important;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 700 !important;
}

body.cc-vg-template .vg-proof-list li::before{
  content: "" !important;
  position: absolute !important;
  top: 0.62em !important;
  left: 0 !important;
  width: 8px !important;
  height: 8px !important;
  background: var(--vg-orange) !important;
}

body.cc-vg-template .vg-feature-case{
  position: relative !important;
  display: flex !important;
  min-height: 100% !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,138,61,0.52) !important;
  border-top: 4px solid var(--vg-orange) !important;
  background: #111 !important;
  transition: transform 0.22s ease, border-color 0.22s ease !important;
}

body.cc-vg-template .vg-feature-case-overlay-link{
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
  display: block !important;
  text-decoration: none !important;
}

body.cc-vg-template .vg-feature-case:hover{
  transform: translateY(-5px) !important;
  border-color: rgba(255,138,61,0.9) !important;
}

body.cc-vg-template .vg-feature-case img{
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
}

body.cc-vg-template .vg-feature-case-caption{
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 18px !important;
}

body.cc-vg-template .vg-feature-case-caption span,
body.cc-vg-template .vg-feature-case-caption em{
  color: var(--vg-orange-light) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: 0.10em !important;
}

body.cc-vg-template .vg-feature-case-caption strong{
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
}

/* FLOW */
body.cc-vg-template .vg-flow-list{
  display: grid !important;
  gap: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: rgba(243,107,33,0.42) !important;
}

body.cc-vg-template .vg-flow-list li{
  display: grid !important;
  grid-template-columns: 68px minmax(0, 1fr) !important;
  gap: 16px !important;
  padding: 20px !important;
  background: #111 !important;
}

body.cc-vg-template .vg-flow-list span{
  color: var(--vg-orange-light) !important;
  font-size: 22px !important;
  font-weight: 800 !important;
}

body.cc-vg-template .vg-flow-list p{
  margin: 0 !important;
  color: var(--vg-muted) !important;
}

/* FAQ */
body.cc-vg-template .vg-faq-list{
  display: grid !important;
  gap: 10px !important;
}

body.cc-vg-template .vg-faq-list details{
  padding: 16px 18px !important;
  border: 1px solid rgba(243,107,33,0.30) !important;
  background: rgba(255,255,255,0.045) !important;
}

body.cc-vg-template .vg-faq-list summary{
  cursor: pointer !important;
  color: #fff !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
}

body.cc-vg-template .vg-faq-list p{
  margin: 12px 0 0 !important;
  color: var(--vg-muted) !important;
}

/* MOBILE */
@media screen and (max-width: 980px) {
  body.cc-vg-template .vg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.cc-vg-template .vg-two-column,
body.cc-vg-template .vg-design-feature-grid{
    grid-template-columns: 1fr !important;
  }
}

@media screen and (max-width: 620px) {
  body.cc-vg-template .vg-content{
    padding: 0 16px 52px !important;
  }

  body.cc-vg-template .vg-hero{
    min-height: 760px !important;
    margin-bottom: 44px !important;
    padding: 92px 20px 36px !important;
    background-position: 60% center !important;
  }

  body.cc-vg-template .vg-hero::before{
    background: linear-gradient(90deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.46) 68%, rgba(0,0,0,0.08) 100%) !important;
  }

  body.cc-vg-template .vg-hero h1{
    font-size: 28px !important;
    line-height: 1.02 !important;
  }

  body.cc-vg-template .vg-hero-lead,
body.cc-vg-template .cc-vg-page p,
body.cc-vg-template .cc-vg-page li{
    font-size: 15px !important;
    line-height: 1.85 !important;
  }

  body.cc-vg-template .vg-section,
body.cc-vg-template .vg-contact{
    margin: 54px auto !important;
  }

  body.cc-vg-template .vg-section > h2,
body.cc-vg-template .vg-contact > h2{
    padding: 15px 16px 15px 20px !important;
    font-size: 24px !important;
    line-height: 1.45 !important;
  }

  body.cc-vg-template .vg-card-grid{
    grid-template-columns: 1fr !important;
  }

  body.cc-vg-template .vg-feature-hook{
    font-size: 19px !important;
  }

  body.cc-vg-template .vg-design-copy{
    padding: 18px !important;
  }

  body.cc-vg-template .vg-flow-list li{
    grid-template-columns: 48px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 16px !important;
  }

  body.cc-vg-template a.vg-button{
    width: 100% !important;
  }
}

/* =========================================================
   固定ヘッダーとの重なり回避：スマホ
========================================================= */
@media screen and (max-width: 620px) {
  .cc-carwrap-hero-bg,
.cc-racing-title-visual,
body.cc-vg-template .vg-pagetitle-banner{
    margin-top: 54px !important;
  }
}

/* =========================================================
   VINYL GRAPHICS : 02見出し 3行レイアウト固定
   長い見出しを1つの幅内でまとめ、3行目のみ右寄せ
========================================================= */
body.cc-vg-template #vg-design-title{
  height: auto !important;
  min-height: 0 !important;
  line-height: 1.28 !important;
}

body.cc-vg-template #vg-design-title .vg-design-title-copy{
  display: inline-block !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.28 !important;
}

body.cc-vg-template #vg-design-title .vg-design-title-copy > span{
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.28 !important;
}

body.cc-vg-template #vg-design-title .vg-design-title-end{
  text-align: left !important;
  padding-left: 2.2em !important;
}

@media screen and (max-width: 620px) {
  body.cc-vg-template #vg-design-title{
    font-size: 23px !important;
    line-height: 1.34 !important;
  }

  body.cc-vg-template #vg-design-title .vg-design-title-copy,
body.cc-vg-template #vg-design-title .vg-design-title-copy > span{
    line-height: 1.34 !important;
  }
}

/* =========================================================
   sign_board v26
   固定ヘッダーとの重なり回避
   既存の sb-top-hero を活かし、ヘッダー下から開始させる
========================================================= */

.cc-sign-page .sb-top-hero{
  margin-top: 96px !important;
}

@media (max-width: 980px) {
  .cc-sign-page .sb-top-hero{
    margin-top: 86px !important;
  }
}

@media (max-width: 620px) {
  .cc-sign-page .sb-top-hero{
    margin-top: 54px !important;
  }
}

/* =========================================================
   CRAZY COLORZ / coating 100% fix v5
   ・対象ページを body.page-id-24583 で確定指定
   ・:has() によるページ判定を廃止
   ・#main 外に出力される .post_title を直接制御
   ・#contents 自体を car_wrapping と同じ中央基準へ変更
   ・ゴールド系を廃止し、シルバー〜青みグレー系へ統一
========================================================= */

body.page-id-24583{
  --coat-accent: #9fb7c6;
  --coat-accent-light: #d6edf6;
  --coat-accent-deep: #516b7b;
  --coat-silver: #d6edf6;
  --coat-line: rgba(214,237,246,0.52);
  --coat-bg: #000;
  --coat-panel: rgba(255,255,255,0.045);
  --coat-border: rgba(255,255,255,0.18);
  --coat-text: #f3f3f3;
  --coat-muted: #d2d2d2;
  --coat-title-width: 920px;
}

/* テーマ標準の2カラム前提をcoatingページだけ解除 */
body.page-id-24583 #wrapper{
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #000 !important;
  overflow: visible !important;
}

body.page-id-24583 #contents{
  display: block !important;
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 96px 0 0 !important;
  float: none !important;
  clear: both !important;
  background: #000 !important;
  color: var(--coat-text) !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

body.page-id-24583 #main{
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 0 72px !important;
  float: none !important;
  clear: both !important;
  background: #000 !important;
  color: var(--coat-text) !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

body.page-id-24583 #side{
  display: none !important;
}

body.page-id-24583 #main .post{
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: none !important;
  background: transparent !important;
  color: var(--coat-text) !important;
  box-sizing: border-box !important;
}

body.page-id-24583 #contents *,
body.page-id-24583 #contents *::before,
body.page-id-24583 #contents *::after{
  box-sizing: border-box !important;
}

/* =========================================================
   冒頭タイトル：#main外の .post_title を直接捕まえる
========================================================= */
body.page-id-24583 #contents > h2.post_title{
  position: relative !important;
  display: block !important;
  width: min(var(--coat-title-width), 100%) !important;
  max-width: var(--coat-title-width) !important;
  height: auto !important;
  margin: 0 !important;
  padding: 16px 22px 8px 26px !important;
  float: none !important;
  clear: both !important;
  color: var(--coat-accent-light) !important;
  background: linear-gradient(90deg, rgba(159,183,198,0.26) 0%, rgba(214,237,246,0.080) 58%, rgba(255,255,255,0.012) 100%) !important;
  border-left: 5px solid var(--coat-accent) !important;
  border-top: 1px solid rgba(255,255,255,0.18) !important;
  border-right: none !important;
  border-bottom: none !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.30) !important;
  font-family: "Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo,sans-serif !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
  font-weight: 900 !important;
  letter-spacing: 0.035em !important;
  text-align: left !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.68) !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

body.page-id-24583 #contents > h2.post_title::after{
  content: "" !important;
  position: absolute !important;
  left: 26px !important;
  right: 26px !important;
  bottom: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, var(--coat-line), rgba(214,237,246,0)) !important;
}

/* 本文先頭h2を、上の .post_title と連続した同一パネルに見せる */
body.page-id-24583 #main .post > h2:first-of-type{
  position: relative !important;
  display: block !important;
  width: min(var(--coat-title-width), 100%) !important;
  max-width: var(--coat-title-width) !important;
  height: auto !important;
  margin: 0 0 34px !important;
  padding: 8px 22px 22px 26px !important;
  float: none !important;
  clear: both !important;
  color: #fff !important;
  background: linear-gradient(90deg, rgba(159,183,198,0.26) 0%, rgba(214,237,246,0.080) 58%, rgba(255,255,255,0.012) 100%) !important;
  border-left: 5px solid var(--coat-accent) !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.13) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.30) !important;
  font-size: 30px !important;
  line-height: 1.38 !important;
  font-weight: 900 !important;
  letter-spacing: 0.025em !important;
  text-align: left !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.68) !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

body.page-id-24583 #main .post > h2:first-of-type::after{
  content: "" !important;
  position: absolute !important;
  left: 26px !important;
  bottom: -10px !important;
  width: 86px !important;
  height: 3px !important;
  background: linear-gradient(90deg, var(--coat-accent-light) 0%, rgba(214,237,246,0) 100%) !important;
}

/* =========================================================
   本文・通常見出し・画像：car_wrapping と同じ中央コンテナ基準
========================================================= */
body.page-id-24583 #main .post p,
body.page-id-24583 #main .post li,
body.page-id-24583 #main .post td,
body.page-id-24583 #main .post dd{
  width: 100% !important;
  max-width: 1080px !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: var(--coat-text) !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
  letter-spacing: 0.02em !important;
  text-align: left !important;
  text-shadow: none !important;
}

body.page-id-24583 #main .post > h2:first-of-type + p{
  max-width: 920px !important;
  margin-bottom: 34px !important;
  font-size: 16.5px !important;
  line-height: 1.92 !important;
}

body.page-id-24583 #main .post ul,
body.page-id-24583 #main .post ol{
  max-width: 1080px !important;
  margin: 0 0 28px !important;
  padding-left: 1.4em !important;
}

body.page-id-24583 #main .post li{
  margin-bottom: 8px !important;
}

body.page-id-24583 #main .post > h2:not(:first-of-type){
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 1080px !important;
  height: auto !important;
  margin: 64px 0 30px !important;
  padding: 18px 24px 18px 28px !important;
  color: #fff !important;
  background: linear-gradient(90deg, rgba(159,183,198,0.25) 0%, rgba(255,255,255,0.06) 54%, rgba(255,255,255,0.01) 100%) !important;
  border-left: 5px solid var(--coat-accent) !important;
  border-top: 1px solid rgba(255,255,255,0.16) !important;
  border-bottom: 1px solid rgba(255,255,255,0.12) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.28) !important;
  font-size: 30px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
  letter-spacing: 0.03em !important;
  text-align: left !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.68) !important;
}

body.page-id-24583 #main .post > h2:not(:first-of-type)::after{
  content: "" !important;
  position: absolute !important;
  left: 28px !important;
  bottom: -11px !important;
  width: 96px !important;
  height: 3px !important;
  background: linear-gradient(90deg, var(--coat-accent-light) 0%, rgba(214,237,246,0) 100%) !important;
}

body.page-id-24583 #main .post h3{
  max-width: 1080px !important;
  margin: 34px 0 14px !important;
  color: #fff !important;
  font-size: 21px !important;
  line-height: 1.55 !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  text-align: left !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.65) !important;
}

body.page-id-24583 #main .post h4{
  max-width: 1080px !important;
  margin: 26px 0 12px !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  font-weight: 800 !important;
}

/* 画像はセクション幅いっぱい。aligncenter / alignnone を無効化して基準を統一 */
body.page-id-24583 #main .post img:not(.emoji):not(.wp-smiley){
  display: block !important;
  width: 100% !important;
  max-width: 1080px !important;
  height: auto !important;
  margin: 28px 0 32px !important;
  padding: 0 !important;
  float: none !important;
  clear: both !important;
  border: 1px solid rgba(214,237,246,0.18) !important;
  background: #111 !important;
  box-shadow: none !important;
}

body.page-id-24583 #main .post img.aligncenter,
body.page-id-24583 #main .post img.alignnone,
body.page-id-24583 #main .post .aligncenter,
body.page-id-24583 #main .post .alignnone{
  margin-left: 0 !important;
  margin-right: auto !important;
  float: none !important;
  text-align: left !important;
}

body.page-id-24583 #main .post a{
  color: var(--coat-silver) !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  text-shadow: none !important;
}

body.page-id-24583 #main .post a:hover{
  color: #fff !important;
  text-decoration: none !important;
}

body.page-id-24583 #main .post hr{
  display: block !important;
  width: 100% !important;
  max-width: 1080px !important;
  height: 1px !important;
  margin: 54px 0 !important;
  padding: 0 !important;
  border: none !important;
  background: linear-gradient(90deg, rgba(159,183,198,0) 0%, rgba(159,183,198,0.55) 50%, rgba(159,183,198,0) 100%) !important;
}

body.page-id-24583 #main .post table{
  width: 100% !important;
  max-width: 1080px !important;
  margin: 28px 0 !important;
  border-collapse: collapse !important;
  background: rgba(255,255,255,0.025) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
}

body.page-id-24583 #main .post th,
body.page-id-24583 #main .post td{
  padding: 16px 18px !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
  background: rgba(255,255,255,0.035) !important;
  color: var(--coat-text) !important;
  font-size: 15.5px !important;
  line-height: 1.75 !important;
  text-align: left !important;
  vertical-align: top !important;
  text-shadow: none !important;
}

body.page-id-24583 #main .post th{
  background: rgba(159,183,198,0.18) !important;
  color: #fff !important;
  font-weight: 800 !important;
}

body.page-id-24583 #main .post p:empty{
  display: none !important;
}

@media screen and (max-width: 900px) {
  body.page-id-24583 #contents{
    width: min(100% - 36px, 1180px) !important;
    padding-top: 82px !important;
  }

  body.page-id-24583 #contents > h2.post_title{
    font-size: 14px !important;
    line-height: 1.5 !important;
    padding: 14px 18px 7px 22px !important;
  }

  body.page-id-24583 #contents > h2.post_title::after{
    left: 22px !important;
    right: 22px !important;
  }

  body.page-id-24583 #main .post > h2:first-of-type,
body.page-id-24583 #main .post > h2:not(:first-of-type){
    font-size: 24px !important;
    line-height: 1.45 !important;
    padding: 14px 18px 18px 22px !important;
  }

  body.page-id-24583 #main .post > h2:first-of-type::after,
body.page-id-24583 #main .post > h2:not(:first-of-type)::after{
    left: 22px !important;
    width: 72px !important;
  }

  body.page-id-24583 #main .post p,
body.page-id-24583 #main .post li{
    font-size: 15.5px !important;
    line-height: 1.85 !important;
  }
}

@media screen and (max-width: 620px) {
  body.page-id-24583 #contents{
    width: min(100% - 28px, 1180px) !important;
    padding-top: 72px !important;
  }

  body.page-id-24583 #contents > h2.post_title{
    font-size: 13px !important;
    word-break: normal !important;
  }

  body.page-id-24583 #main .post > h2:first-of-type,
body.page-id-24583 #main .post > h2:not(:first-of-type){
    font-size: 21px !important;
  }
}


/* =========================================================
   RACING STRIPES：タイトルパネル
   v4より小さく、car_wrapping の見出しバランスへ寄せる
========================================================= */
.cc-racing-page .rs-hero .rs-kicker,
.cc-racing-page .rs-hero h1{
  position: relative !important;
  display: block !important;
  width: min(680px, 100%) !important;
  max-width: 680px !important;
  box-sizing: border-box !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  color: #fff !important;
  background: linear-gradient(90deg, rgba(25,118,201,0.24) 0%, rgba(255,255,255,0.060) 58%, rgba(255,255,255,0.012) 100%) !important;
  border-left: 5px solid var(--rs-blue) !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.72) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.30) !important;
}

.cc-racing-page .rs-hero .rs-kicker{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 16px 22px 6px 26px !important;
  color: #8bd0ff !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  letter-spacing: 0.18em !important;
  font-weight: 900 !important;
  border-top: 1px solid rgba(255,255,255,0.18) !important;
  border-bottom: 0 !important;
}

.cc-racing-page .rs-hero .rs-kicker::before{
  content: "" !important;
  position: absolute !important;
  left: 26px !important;
  right: 26px !important;
  bottom: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, rgba(71,169,245,0.42), rgba(71,169,245,0)) !important;
}

.cc-racing-page .rs-hero h1{
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  padding: 8px 22px 22px 26px !important;
  font-size: 31px !important;
  line-height: 1.38 !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.13) !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

.cc-racing-page .rs-hero h1::after{
  content: "" !important;
  position: absolute !important;
  left: 26px !important;
  bottom: -10px !important;
  width: 86px !important;
  height: 3px !important;
  background: linear-gradient(90deg, var(--rs-blue-light) 0%, rgba(71,169,245,0) 100%) !important;
}

/* =========================================================
   VINYL GRAPHICS：タイトルパネル
   v4より小さく、長い日本語が崩れにくい幅・文字サイズへ
========================================================= */
body.cc-vg-template .vg-hero .vg-kicker,
body.cc-vg-template .vg-hero h1{
  position: relative !important;
  display: block !important;
  width: min(680px, 100%) !important;
  max-width: 680px !important;
  box-sizing: border-box !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  color: #fff !important;
  background: linear-gradient(90deg, rgba(243,107,33,0.24) 0%, rgba(255,255,255,0.060) 58%, rgba(255,255,255,0.012) 100%) !important;
  border-left: 5px solid var(--vg-orange) !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.72) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.30) !important;
}

body.cc-vg-template .vg-hero .vg-kicker{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 16px 22px 6px 26px !important;
  color: #ffb17b !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  letter-spacing: 0.18em !important;
  font-weight: 900 !important;
  border-top: 1px solid rgba(255,255,255,0.18) !important;
  border-bottom: 0 !important;
}

body.cc-vg-template .vg-hero .vg-kicker::before{
  content: "" !important;
  position: absolute !important;
  left: 26px !important;
  right: 26px !important;
  bottom: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, rgba(255,138,61,0.42), rgba(255,138,61,0)) !important;
}

body.cc-vg-template .vg-hero h1{
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  padding: 8px 22px 22px 26px !important;
  font-size: 29px !important;
  line-height: 1.24 !important;
  font-weight: 900 !important;
  letter-spacing: 0.01em !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.13) !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

body.cc-vg-template .vg-hero h1::after{
  content: "" !important;
  position: absolute !important;
  left: 26px !important;
  bottom: -10px !important;
  width: 86px !important;
  height: 3px !important;
  background: linear-gradient(90deg, var(--vg-orange-light) 0%, rgba(255,138,61,0) 100%) !important;
}

/* =========================================================
   タブレット
========================================================= */


/* =========================================================
   スマホ：coating / racing / vinyl タイトルパネル調整
========================================================= */
@media screen and (max-width: 768px) {
  

  

  .cc-racing-page .rs-hero .rs-kicker,
body.cc-vg-template .vg-hero .vg-kicker{
    width: 100% !important;
    max-width: none !important;
    padding: 14px 16px 6px 18px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.15em !important;
    border-left-width: 4px !important;
  }

  

  .cc-racing-page .rs-hero .rs-kicker::before,
body.cc-vg-template .vg-hero .vg-kicker::before{
    left: 18px !important;
    right: 18px !important;
  }

  .cc-racing-page .rs-hero h1,
body.cc-vg-template .vg-hero h1{
    width: 100% !important;
    max-width: none !important;
    padding: 7px 16px 20px 18px !important;
    font-size: 23px !important;
    line-height: 1.45 !important;
    border-left-width: 4px !important;
  }

  body.cc-vg-template .vg-hero h1{
    font-size: 25px !important;
    line-height: 1.28 !important;
  }

  .cc-racing-page .rs-hero h1::after,
body.cc-vg-template .vg-hero h1::after{
    left: 18px !important;
    bottom: -10px !important;
    width: 72px !important;
  }

  

  

  

  

  

  

  

  
}



/* =========================================================
   HERO 2FIX v3：car_wrapping / vinyl_graphics 最終補正
   ・/car_wrapping/ の英字タイトルをグラデーションパネル内へ入れる
   ・/vinyl_graphics/ のグラデーション見出しパネル開始位置を /racing_stripes/ に寄せる
   ・本文、文言、画像、リンク、順番は変更しない
========================================================= */

/* ---------------------------------------------------------
   1) car_wrapping：
   CAR WRAPPING / CUSTOM DESIGN / VINYL GRAPHICS を
   東京のカーラッピング専門店 / CRAZY COLORZ と同じパネル群へ統合
--------------------------------------------------------- */
.cw-hero .cc-carwrap-kicker,
.cw-hero .cc-hero-title{
  position: relative !important;
  display: block !important;
  width: min(740px, 100%) !important;
  max-width: 740px !important;
  box-sizing: border-box !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  color: #fff !important;
  background: linear-gradient(90deg, rgba(227,79,193,0.24) 0%, rgba(255,255,255,0.060) 58%, rgba(255,255,255,0.012) 100%) !important;
  border-left: 5px solid #e34fc1 !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.72) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.30) !important;
}

.cw-hero .cc-carwrap-kicker{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 16px 22px 6px 26px !important;
  color: #f5b7e8 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  letter-spacing: 0.18em !important;
  font-weight: 900 !important;
  border-top: 1px solid rgba(255,255,255,0.18) !important;
  border-bottom: 0 !important;
}

.cw-hero .cc-carwrap-kicker::before{
  content: "" !important;
  position: absolute !important;
  left: 26px !important;
  right: 26px !important;
  bottom: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, rgba(227,79,193,0.42), rgba(227,79,193,0)) !important;
}

.cw-hero .cc-hero-title{
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  padding: 8px 22px 22px 26px !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.13) !important;
}

.cw-hero .cc-hero-title::after{
  left: 26px !important;
  bottom: -10px !important;
  width: 86px !important;
  height: 3px !important;
  background: linear-gradient(90deg, #e34fc1 0%, rgba(227,79,193,0) 100%) !important;
}

/* ---------------------------------------------------------
   2) vinyl_graphics：
   見出しパネルが下がって見える原因の上余白を調整
   racing_stripes のヒーロー開始位置に近づける
--------------------------------------------------------- */
body.cc-vg-template .vg-hero{
  padding-top: 56px !important;
}

@media screen and (max-width: 768px) {
  .cw-hero .cc-carwrap-kicker,
.cw-hero .cc-hero-title{
    width: 100% !important;
    max-width: none !important;
    border-left-width: 4px !important;
  }

  .cw-hero .cc-carwrap-kicker{
    padding: 14px 16px 6px 18px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.15em !important;
  }

  .cw-hero .cc-carwrap-kicker::before{
    left: 18px !important;
    right: 18px !important;
  }

  .cw-hero .cc-hero-title{
    padding: 7px 16px 20px 18px !important;
  }

  .cw-hero .cc-hero-title::after{
    left: 18px !important;
    bottom: -10px !important;
    width: 72px !important;
  }

  body.cc-vg-template .vg-hero{
    padding-top: 34px !important;
  }
}

/* =========================================================
   CRAZY COLORZ / coating HTML-controlled final v6
   ・coating固定ページ本文を .cc-coating-page 構造に差し替えた前提
   ・テーマ標準タイトル .post_title を非表示
   ・car_wrapping と同じ中央コンテナ基準へ統一
   ・シルバー〜青みグレーのグラデーションに統一
========================================================= */

body.page-id-24583 {
  --coat-accent: #9fb7c6;
  --coat-accent-light: #d6edf6;
  --coat-accent-deep: #516b7b;
  --coat-silver: #d6edf6;
  --coat-line: rgba(214,237,246,0.52);
  --coat-text: #f3f3f3;
  --coat-muted: #d2d2d2;
  background: #000 !important;
}

body.page-id-24583 #wrapper,
body.page-id-24583 #contents,
body.page-id-24583 #main,
body.page-id-24583 #main .post {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: both !important;
  background: #000 !important;
  color: var(--coat-text) !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  border: 0 !important;
}

body.page-id-24583 #side,
body.page-id-24583 #contents > h2.post_title {
  display: none !important;
}

body.page-id-24583 .cc-coating-page,
body.page-id-24583 .cc-coating-page * {
  box-sizing: border-box !important;
}

body.page-id-24583 .cc-coating-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #000 !important;
  color: var(--coat-text) !important;
  text-shadow: none !important;
}

body.page-id-24583 .cc-coating-content {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 24px 72px !important;
  color: var(--coat-text) !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
  letter-spacing: 0.02em !important;
}

body.page-id-24583 .cc-coating-hero {
  position: relative !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin: 72px auto 44px !important;
  padding: 56px 52px 58px !important;
  overflow: hidden !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.56) 44%, rgba(0,0,0,0.24) 100%),
    radial-gradient(circle at 78% 22%, rgba(214,237,246,0.20) 0%, rgba(214,237,246,0.00) 44%),
    linear-gradient(135deg, #05080a 0%, #11171b 50%, #050505 100%) !important;
  border: 1px solid rgba(214,237,246,0.16) !important;
}

body.page-id-24583 .cc-coating-hero-inner {
  position: relative !important;
  z-index: 2 !important;
  max-width: 760px !important;
  margin: 0 !important;
  text-align: left !important;
}

body.page-id-24583 .cc-coating-hero-title,
body.page-id-24583 .cc-coating-hero-subtitle,
body.page-id-24583 .cc-coating-section > h2 {
  position: relative !important;
  display: block !important;
  color: #fff !important;
  background: linear-gradient(90deg, rgba(159,183,198,0.28) 0%, rgba(255,255,255,0.065) 56%, rgba(255,255,255,0.012) 100%) !important;
  border-left: 5px solid var(--coat-accent) !important;
  border-top: 1px solid rgba(255,255,255,0.16) !important;
  border-bottom: 1px solid rgba(255,255,255,0.12) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.30) !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.68) !important;
}

body.page-id-24583 .cc-coating-hero-title {
  width: min(760px, 100%) !important;
  margin: 0 !important;
  padding: 16px 22px 8px 26px !important;
  color: var(--coat-accent-light) !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
  font-weight: 900 !important;
  letter-spacing: 0.035em !important;
  border-bottom: 0 !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

body.page-id-24583 .cc-coating-hero-title::after {
  content: "" !important;
  position: absolute !important;
  left: 26px !important;
  right: 26px !important;
  bottom: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, var(--coat-line), rgba(214,237,246,0)) !important;
}

body.page-id-24583 .cc-coating-hero-subtitle {
  width: min(760px, 100%) !important;
  margin: 0 0 30px !important;
  padding: 8px 22px 22px 26px !important;
  font-size: 30px !important;
  line-height: 1.38 !important;
  font-weight: 900 !important;
  letter-spacing: 0.025em !important;
  border-top: 0 !important;
}

body.page-id-24583 .cc-coating-hero-subtitle::after,
body.page-id-24583 .cc-coating-section > h2::after {
  content: "" !important;
  position: absolute !important;
  left: 28px !important;
  bottom: -11px !important;
  width: 96px !important;
  height: 3px !important;
  background: linear-gradient(90deg, var(--coat-accent-light) 0%, rgba(214,237,246,0) 100%) !important;
}

body.page-id-24583 .cc-coating-hero-lead,
body.page-id-24583 .cc-coating-page p,
body.page-id-24583 .cc-coating-page li,
body.page-id-24583 .cc-coating-page td,
body.page-id-24583 .cc-coating-page dd {
  color: var(--coat-text) !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
  letter-spacing: 0.02em !important;
  text-align: left !important;
  text-shadow: none !important;
}

body.page-id-24583 .cc-coating-hero-lead {
  max-width: 760px !important;
  margin: 0 !important;
}

body.page-id-24583 .cc-coating-main-image,
body.page-id-24583 .cc-coating-image {
  display: block !important;
  width: 100% !important;
  max-width: 1080px !important;
  margin: 36px 0 44px !important;
  padding: 0 !important;
  background: #111 !important;
  border: 1px solid rgba(214,237,246,0.18) !important;
  overflow: hidden !important;
}

body.page-id-24583 .cc-coating-main-image img,
body.page-id-24583 .cc-coating-image img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-id-24583 .cc-coating-image-link {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-id-24583 .cc-coating-section {
  width: 100% !important;
  max-width: 1080px !important;
  margin: 68px auto !important;
  padding: 0 !important;
  color: var(--coat-text) !important;
  text-align: left !important;
}

body.page-id-24583 .cc-coating-section > h2 {
  width: 100% !important;
  margin: 0 0 30px !important;
  padding: 18px 24px 18px 28px !important;
  font-size: 30px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
  letter-spacing: 0.03em !important;
}

body.page-id-24583 .cc-coating-section h3 {
  max-width: 920px !important;
  margin: 34px 0 14px !important;
  color: #fff !important;
  font-size: 21px !important;
  line-height: 1.55 !important;
  font-weight: 800 !important;
  text-align: left !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.65) !important;
}

body.page-id-24583 .cc-coating-section p,
body.page-id-24583 .cc-coating-section ul,
body.page-id-24583 .cc-coating-section ol,
body.page-id-24583 .cc-coating-section table {
  max-width: 920px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

body.page-id-24583 .cc-coating-page a {
  color: var(--coat-silver) !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  text-shadow: none !important;
}

body.page-id-24583 .cc-coating-page a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

body.page-id-24583 .cc-coating-button,
body.page-id-24583 .cc-coating-main-button,
body.page-id-24583 a.cc-coating-button:link,
body.page-id-24583 a.cc-coating-button:visited,
body.page-id-24583 a.cc-coating-main-button:link,
body.page-id-24583 a.cc-coating-main-button:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  margin: 12px 12px 18px 0 !important;
  padding: 0 26px !important;
  box-sizing: border-box !important;
  color: #fff !important;
  background: linear-gradient(to bottom, #d6edf6 0%, #9fb7c6 48%, #58717f 100%) !important;
  border: 1px solid rgba(255,255,255,0.30) !important;
  border-radius: 8px !important;
  font-size: 15.5px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.60) !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.35) !important;
}

body.page-id-24583 .cc-coating-button:hover,
body.page-id-24583 .cc-coating-main-button:hover {
  color: #fff !important;
  background: linear-gradient(to bottom, #eefaff 0%, #adc9d8 48%, #65808f 100%) !important;
  text-decoration: none !important;
}

body.page-id-24583 .cc-coating-cta {
  padding: 28px !important;
  border: 1px solid rgba(214,237,246,0.32) !important;
  background: linear-gradient(135deg, rgba(81,107,123,0.34), rgba(255,255,255,0.035)) !important;
}

@media screen and (max-width: 900px) {
  body.page-id-24583 .cc-coating-content {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.page-id-24583 .cc-coating-hero {
    margin-top: 82px !important;
    padding: 38px 22px 42px !important;
  }

  body.page-id-24583 .cc-coating-hero-title {
    font-size: 14px !important;
    line-height: 1.5 !important;
    padding: 14px 18px 7px 22px !important;
  }

  body.page-id-24583 .cc-coating-hero-subtitle,
  body.page-id-24583 .cc-coating-section > h2 {
    font-size: 24px !important;
    line-height: 1.45 !important;
    padding: 14px 18px 18px 22px !important;
  }

  body.page-id-24583 .cc-coating-page p,
  body.page-id-24583 .cc-coating-page li {
    font-size: 15.5px !important;
    line-height: 1.85 !important;
  }
}

@media screen and (max-width: 620px) {
  body.page-id-24583 .cc-coating-content {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.page-id-24583 .cc-coating-hero {
    margin-top: 72px !important;
    padding: 32px 18px 36px !important;
  }

  body.page-id-24583 .cc-coating-hero-title {
    font-size: 13px !important;
  }

  body.page-id-24583 .cc-coating-hero-subtitle,
  body.page-id-24583 .cc-coating-section > h2 {
    font-size: 21px !important;
  }

  body.page-id-24583 .cc-coating-button,
  body.page-id-24583 .cc-coating-main-button {
    width: 100% !important;
    margin-right: 0 !important;
  }
}


/* =========================================================
   COATING 100FIX v7
   目的：coatingページの上部タイトル飛び出しと全体左寄りを確実に修正
   方針：v6のHTML構造を前提に、car_wrapping と同じ中央基準へ強制統一
   重要：このブロックは必ず追加CSS全文の最末尾に置く
========================================================= */

/* coatingだけ、テーマ標準タイトルは完全に消す */
html body.page-id-24583 #contents > h2.post_title,
html body.page-id-24583 h2.post_title {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* coatingだけ、旧2カラム構造と左floatを完全解除 */
html body.page-id-24583 #page,
html body.page-id-24583 #wrapper,
html body.page-id-24583 #contents,
html body.page-id-24583 #main,
html body.page-id-24583 #main .post {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
  clear: both !important;
  background: #000 !important;
  border: 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

html body.page-id-24583 #side {
  display: none !important;
}

/* car_wrapping と同じ「中央に置くための母枠」 */
html body.page-id-24583 #contents #main .post .cc-coating-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #000 !important;
  color: #fff !important;
  box-sizing: border-box !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-content {
  width: 100% !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 24px 72px !important;
  box-sizing: border-box !important;
}

/* 上部タイトルブロック：1180の中に1080幅で中央配置。左寄り感を消す */
html body.page-id-24583 #contents #main .post .cc-coating-hero {
  width: 100% !important;
  max-width: 1080px !important;
  margin: 96px auto 54px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-hero-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: left !important;
  box-sizing: border-box !important;
}

/* 問題のタイトル：飛び出させず、下の大見出しと同じ幅・同じグラデ内に固定 */
html body.page-id-24583 #contents #main .post .cc-coating-hero-title,
html body.page-id-24583 #contents #main .post .cc-coating-hero-subtitle {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
  color: #fff !important;
  background: linear-gradient(90deg, rgba(159,183,198,0.28) 0%, rgba(255,255,255,0.065) 56%, rgba(255,255,255,0.012) 100%) !important;
  border-left: 5px solid #9fb7c6 !important;
  border-right: 0 !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.30) !important;
  text-align: left !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.68) !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-hero-title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 17px 24px 9px 28px !important;
  color: #d6edf6 !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
  font-weight: 900 !important;
  letter-spacing: 0.035em !important;
  border-top: 1px solid rgba(255,255,255,0.16) !important;
  border-bottom: 0 !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-hero-title::after {
  content: "" !important;
  position: absolute !important;
  left: 28px !important;
  right: 28px !important;
  bottom: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, rgba(214,237,246,0.58), rgba(214,237,246,0)) !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-hero-subtitle {
  margin-top: 0 !important;
  margin-bottom: 34px !important;
  padding: 9px 24px 24px 28px !important;
  font-size: 30px !important;
  line-height: 1.38 !important;
  font-weight: 900 !important;
  letter-spacing: 0.025em !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.13) !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-hero-subtitle::after {
  content: "" !important;
  position: absolute !important;
  left: 28px !important;
  bottom: -11px !important;
  width: 96px !important;
  height: 3px !important;
  background: linear-gradient(90deg, #d6edf6 0%, rgba(214,237,246,0) 100%) !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-hero-lead {
  width: 100% !important;
  max-width: 920px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #f3f3f3 !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
  text-align: left !important;
}

/* 画像・通常セクションも同じ1080px中央に統一 */
html body.page-id-24583 #contents #main .post .cc-coating-main-image,
html body.page-id-24583 #contents #main .post .cc-coating-image,
html body.page-id-24583 #contents #main .post .cc-coating-section {
  width: 100% !important;
  max-width: 1080px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-main-image,
html body.page-id-24583 #contents #main .post .cc-coating-image {
  margin-top: 36px !important;
  margin-bottom: 44px !important;
  padding: 0 !important;
  background: #111 !important;
  border: 1px solid rgba(214,237,246,0.18) !important;
  overflow: hidden !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-main-image img,
html body.page-id-24583 #contents #main .post .cc-coating-image img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-section {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
  padding: 0 !important;
  text-align: left !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-section > h2 {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 30px !important;
  padding: 18px 24px 18px 28px !important;
  color: #fff !important;
  font-size: 30px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
  letter-spacing: 0.03em !important;
  background: linear-gradient(90deg, rgba(159,183,198,0.25) 0%, rgba(255,255,255,0.06) 54%, rgba(255,255,255,0.01) 100%) !important;
  border-left: 5px solid #9fb7c6 !important;
  border-top: 1px solid rgba(255,255,255,0.16) !important;
  border-bottom: 1px solid rgba(255,255,255,0.12) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.28) !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.68) !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-section > h2::after {
  content: "" !important;
  position: absolute !important;
  left: 28px !important;
  bottom: -11px !important;
  width: 96px !important;
  height: 3px !important;
  background: linear-gradient(90deg, #d6edf6 0%, rgba(214,237,246,0) 100%) !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-section p,
html body.page-id-24583 #contents #main .post .cc-coating-section ul,
html body.page-id-24583 #contents #main .post .cc-coating-section ol,
html body.page-id-24583 #contents #main .post .cc-coating-section table,
html body.page-id-24583 #contents #main .post .cc-coating-section h3,
html body.page-id-24583 #contents #main .post .cc-coating-section h4 {
  max-width: 920px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

/* スマホ・狭い画面では横幅100%に戻して崩れを防ぐ */
@media screen and (max-width: 900px) {
  html body.page-id-24583 #contents #main .post .cc-coating-content {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  html body.page-id-24583 #contents #main .post .cc-coating-hero {
    max-width: 100% !important;
    margin-top: 82px !important;
  }

  html body.page-id-24583 #contents #main .post .cc-coating-hero-title {
    font-size: 14px !important;
    line-height: 1.5 !important;
    padding: 14px 18px 7px 22px !important;
  }

  html body.page-id-24583 #contents #main .post .cc-coating-hero-subtitle,
  html body.page-id-24583 #contents #main .post .cc-coating-section > h2 {
    font-size: 24px !important;
    line-height: 1.45 !important;
    padding: 14px 18px 18px 22px !important;
  }
}

@media screen and (max-width: 620px) {
  html body.page-id-24583 #contents #main .post .cc-coating-content {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  html body.page-id-24583 #contents #main .post .cc-coating-hero {
    margin-top: 72px !important;
  }

  html body.page-id-24583 #contents #main .post .cc-coating-hero-title {
    font-size: 13px !important;
  }

  html body.page-id-24583 #contents #main .post .cc-coating-hero-subtitle,
  html body.page-id-24583 #contents #main .post .cc-coating-section > h2 {
    font-size: 21px !important;
  }
}
/* =========================================================
   COATING HERO v8
   目的：/car_wrapping/ の3層ヒーロー構造に合わせる
   対象：/coating/ のヒーローのみ
   方針：v7成功済みの中央配置・1080px幅・シルバーグラデーションは維持
========================================================= */

/* 英語小見出し：CAR COATING / GLARE / CERAMIC COATING */
html body.page-id-24583 #contents #main .post .cc-coating-hero-kicker {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 17px 24px 9px 28px !important;
  box-sizing: border-box !important;
  color: #d6edf6 !important;
  background: linear-gradient(90deg, rgba(159,183,198,0.28) 0%, rgba(255,255,255,0.065) 56%, rgba(255,255,255,0.012) 100%) !important;
  border-left: 5px solid #9fb7c6 !important;
  border-top: 1px solid rgba(255,255,255,0.16) !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.30) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 900 !important;
  letter-spacing: 0.18em !important;
  text-align: left !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.68) !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-hero-kicker::after {
  content: "" !important;
  position: absolute !important;
  left: 28px !important;
  right: 28px !important;
  bottom: 0 !important;
  height: 1px !important;
  background: linear-gradient(90deg, rgba(214,237,246,0.58), rgba(214,237,246,0)) !important;
}

/* 日本語メイン＋ブランド：東京・足立区のカーコーティング専門店 / CRAZY COLORZ */
html body.page-id-24583 #contents #main .post .cc-coating-hero-title {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 0 34px !important;
  padding: 9px 24px 24px 28px !important;
  box-sizing: border-box !important;
  color: #fff !important;
  background: linear-gradient(90deg, rgba(159,183,198,0.28) 0%, rgba(255,255,255,0.065) 56%, rgba(255,255,255,0.012) 100%) !important;
  border-left: 5px solid #9fb7c6 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.13) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.30) !important;
  text-align: left !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.68) !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-hero-title::after {
  content: "" !important;
  position: absolute !important;
  left: 28px !important;
  bottom: -11px !important;
  width: 96px !important;
  height: 3px !important;
  background: linear-gradient(90deg, #d6edf6 0%, rgba(214,237,246,0) 100%) !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-hero-title-ja,
html body.page-id-24583 #contents #main .post .cc-coating-hero-title-brand {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-hero-title-ja {
  margin-bottom: 6px !important;
  font-size: 20px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-hero-title-brand {
  font-size: 34px !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  letter-spacing: 0.055em !important;
}

/* フックコピー：wrap側の 世界に1台... / 4star の位置に相当 */
html body.page-id-24583 #contents #main .post .cc-coating-copy-main,
html body.page-id-24583 #contents #main .post .cc-coating-copy-sub {
  width: 100% !important;
  max-width: 920px !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: #fff !important;
  text-align: left !important;
  font-weight: 900 !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.68) !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-copy-main {
  font-size: 26px !important;
  line-height: 1.42 !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-copy-sub {
  margin-bottom: 24px !important;
  font-size: 24px !important;
  line-height: 1.45 !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-hero-lead {
  width: 100% !important;
  max-width: 920px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #f3f3f3 !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
  text-align: left !important;
  text-shadow: none !important;
}

/* v8では旧 .cc-coating-hero-subtitle は使わないが、残っても表示崩れしないよう保険 */
html body.page-id-24583 #contents #main .post .cc-coating-hero-subtitle:empty {
  display: none !important;
}

@media screen and (max-width: 900px) {
  html body.page-id-24583 #contents #main .post .cc-coating-hero-kicker {
    padding: 14px 18px 7px 22px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.15em !important;
    border-left-width: 4px !important;
  }

  html body.page-id-24583 #contents #main .post .cc-coating-hero-kicker::after {
    left: 22px !important;
    right: 22px !important;
  }

  html body.page-id-24583 #contents #main .post .cc-coating-hero-title {
    padding: 8px 18px 20px 22px !important;
    border-left-width: 4px !important;
  }

  html body.page-id-24583 #contents #main .post .cc-coating-hero-title::after {
    left: 22px !important;
    width: 72px !important;
  }

  html body.page-id-24583 #contents #main .post .cc-coating-hero-title-ja {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }

  html body.page-id-24583 #contents #main .post .cc-coating-hero-title-brand {
    font-size: 25px !important;
    line-height: 1.1 !important;
    letter-spacing: 0.04em !important;
  }

  html body.page-id-24583 #contents #main .post .cc-coating-copy-main {
    font-size: 20px !important;
    line-height: 1.45 !important;
  }

  html body.page-id-24583 #contents #main .post .cc-coating-copy-sub {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
}

@media screen and (max-width: 620px) {
  html body.page-id-24583 #contents #main .post .cc-coating-hero-kicker {
    font-size: 11.5px !important;
    letter-spacing: 0.11em !important;
    word-break: normal !important;
  }

  html body.page-id-24583 #contents #main .post .cc-coating-hero-title-ja {
    font-size: 15px !important;
  }

  html body.page-id-24583 #contents #main .post .cc-coating-hero-title-brand {
    font-size: 24px !important;
  }

  html body.page-id-24583 #contents #main .post .cc-coating-copy-main {
    font-size: 19px !important;
  }

  html body.page-id-24583 #contents #main .post .cc-coating-copy-sub {
    font-size: 17px !important;
  }
}

/* =========================================================
   COATING TOP VISUAL v10
   目的：/coating/ のトップビジュアル高さを /car_wrapping/ と同じ300px基準へ修正
   対象：/coating/ のトップ画像部分のみ
   方針：HTMLはv9のまま。pagebg/coating.jpg と pagetitle/coating.png を使用
========================================================= */
html body.page-id-24583 #contents #main .post .cc-coating-title-visual {
  position: relative !important;
  width: 100vw !important;
  max-width: none !important;
  height: 300px !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 72px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: #000 url("https://crazycolorz-carwrap.com/img/pagebg/coating.jpg") center center / cover no-repeat !important;
  box-sizing: border-box !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-title-visual::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.04) 40%, rgba(0,0,0,0.12) 100%) !important;
  pointer-events: none !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-title-visual img {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  max-width: 1200px !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.page-id-24583 #contents #main .post .cc-coating-hero {
  margin-top: 52px !important;
}

@media screen and (max-width: 900px) {
  html body.page-id-24583 #contents #main .post .cc-coating-title-visual {
    height: 230px !important;
    margin-top: 64px !important;
  }

  html body.page-id-24583 #contents #main .post .cc-coating-title-visual img {
    width: 100% !important;
    max-width: 980px !important;
    max-height: none !important;
  }

  html body.page-id-24583 #contents #main .post .cc-coating-hero {
    margin-top: 44px !important;
  }
}

@media screen and (max-width: 620px) {
  html body.page-id-24583 #contents #main .post .cc-coating-title-visual {
    height: 170px !important;
    margin-top: 56px !important;
  }

  html body.page-id-24583 #contents #main .post .cc-coating-title-visual img {
    width: 100% !important;
    max-width: 720px !important;
    max-height: none !important;
  }

  html body.page-id-24583 #contents #main .post .cc-coating-hero {
    margin-top: 36px !important;
  }
}

/* =========================================================
   BLOG : ページタイトル背景
   car_wrapping / coating と同じ高さ基準へ調整
   背景画像の上ズレ修正
========================================================= */
body.category-blog #pagetitle2 {
  position: relative !important;
  display: block !important;
  width: 100vw !important;
  max-width: none !important;
  height: 300px !important;
  min-height: 0 !important;
  max-height: 300px !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 72px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background-image:
    linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)),
    url("https://crazycolorz-carwrap.com/img/pagebg/blog.jpg") !important;
  background-position: center 32% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

body.category-blog #pagetitle2 #ptbody {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  text-align: center !important;
}

body.category-blog #pagetitle2 #ptbody h2 {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  color: #fff !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
}

@media screen and (max-width: 900px) {
  body.category-blog #pagetitle2 {
    height: 230px !important;
    max-height: 230px !important;
    margin-top: 64px !important;
    background-position: center 34% !important;
  }
}

@media screen and (max-width: 620px) {
  body.category-blog #pagetitle2 {
    height: 170px !important;
    max-height: 170px !important;
    margin-top: 54px !important;
    background-position: center 36% !important;
  }
}
/* =========================================================
   CASE STUDY category pages
   BLOG一覧と同じカード表示に統一
========================================================= */

body.category-carwrapping .cc-category-desc,
body.category-case_study .cc-category-desc,
body.category-full_wrapping .cc-category-desc,
body.category-bicolor-wrap .cc-category-desc,
body.category-racing_stripes .cc-category-desc,
body.category-vinyl_graphics .cc-category-desc,
body.category-protection_film .cc-category-desc,
body.category-coating-casestudy .cc-category-desc {
  margin: 0 0 28px !important;
  padding: 0 0 8px !important;
}

body.category-carwrapping .cc-category-desc p,
body.category-case_study .cc-category-desc p,
body.category-full_wrapping .cc-category-desc p,
body.category-bicolor-wrap .cc-category-desc p,
body.category-racing_stripes .cc-category-desc p,
body.category-vinyl_graphics .cc-category-desc p,
body.category-protection_film .cc-category-desc p,
body.category-coating-casestudy .cc-category-desc p {
  font-size: 15px !important;
  line-height: 1.9 !important;
  color: #ddd !important;
  margin: 0 0 16px !important;
}

body.category-carwrapping .cc-blog-grid,
body.category-case_study .cc-blog-grid,
body.category-full_wrapping .cc-blog-grid,
body.category-bicolor-wrap .cc-blog-grid,
body.category-racing_stripes .cc-blog-grid,
body.category-vinyl_graphics .cc-blog-grid,
body.category-protection_film .cc-blog-grid,
body.category-coating-casestudy .cc-blog-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 22px !important;
  width: 100% !important;
  margin: 0 0 40px !important;
  padding: 0 !important;
  clear: both !important;
}

body.category-carwrapping .cc-blog-card,
body.category-case_study .cc-blog-card,
body.category-full_wrapping .cc-blog-card,
body.category-bicolor-wrap .cc-blog-card,
body.category-racing_stripes .cc-blog-card,
body.category-vinyl_graphics .cc-blog-card,
body.category-protection_film .cc-blog-card,
body.category-coating-casestudy .cc-blog-card {
  display: block !important;
  background: #050505 !important;
  border: 1px solid #333 !important;
  padding: 0 0 4px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

body.category-carwrapping .cc-blog-card__link,
body.category-case_study .cc-blog-card__link,
body.category-full_wrapping .cc-blog-card__link,
body.category-bicolor-wrap .cc-blog-card__link,
body.category-racing_stripes .cc-blog-card__link,
body.category-vinyl_graphics .cc-blog-card__link,
body.category-protection_film .cc-blog-card__link,
body.category-coating-casestudy .cc-blog-card__link {
  display: block !important;
  color: #fff !important;
  text-decoration: none !important;
}

body.category-carwrapping .cc-blog-card__thumb,
body.category-case_study .cc-blog-card__thumb,
body.category-full_wrapping .cc-blog-card__thumb,
body.category-bicolor-wrap .cc-blog-card__thumb,
body.category-racing_stripes .cc-blog-card__thumb,
body.category-vinyl_graphics .cc-blog-card__thumb,
body.category-protection_film .cc-blog-card__thumb,
body.category-coating-casestudy .cc-blog-card__thumb {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  overflow: hidden !important;
  background: #111 !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
}

body.category-carwrapping .cc-blog-card__thumb img,
body.category-case_study .cc-blog-card__thumb img,
body.category-full_wrapping .cc-blog-card__thumb img,
body.category-bicolor-wrap .cc-blog-card__thumb img,
body.category-racing_stripes .cc-blog-card__thumb img,
body.category-vinyl_graphics .cc-blog-card__thumb img,
body.category-protection_film .cc-blog-card__thumb img,
body.category-coating-casestudy .cc-blog-card__thumb img {
  display: block !important;
  float: none !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

body.category-carwrapping .cc-blog-card__title,
body.category-case_study .cc-blog-card__title,
body.category-full_wrapping .cc-blog-card__title,
body.category-bicolor-wrap .cc-blog-card__title,
body.category-racing_stripes .cc-blog-card__title,
body.category-vinyl_graphics .cc-blog-card__title,
body.category-protection_film .cc-blog-card__title,
body.category-coating-casestudy .cc-blog-card__title {
  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 14px 10px !important;
  padding: 0 !important;
  letter-spacing: 0.02em !important;
}

body.category-carwrapping .cc-blog-card__excerpt,
body.category-case_study .cc-blog-card__excerpt,
body.category-full_wrapping .cc-blog-card__excerpt,
body.category-bicolor-wrap .cc-blog-card__excerpt,
body.category-racing_stripes .cc-blog-card__excerpt,
body.category-vinyl_graphics .cc-blog-card__excerpt,
body.category-protection_film .cc-blog-card__excerpt,
body.category-coating-casestudy .cc-blog-card__excerpt {
  font-size: 14px !important;
  line-height: 1.75 !important;
  color: #ccc !important;
  margin: 0 14px 18px !important;
  padding: 0 !important;
}

body.category-carwrapping .cc-pagination,
body.category-case_study .cc-pagination,
body.category-full_wrapping .cc-pagination,
body.category-bicolor-wrap .cc-pagination,
body.category-racing_stripes .cc-pagination,
body.category-vinyl_graphics .cc-pagination,
body.category-protection_film .cc-pagination,
body.category-coating-casestudy .cc-pagination {
  clear: both !important;
  margin: 30px 0 0 !important;
}

@media screen and (max-width: 980px) {
  body.category-carwrapping .cc-blog-grid,
  body.category-case_study .cc-blog-grid,
  body.category-full_wrapping .cc-blog-grid,
  body.category-bicolor-wrap .cc-blog-grid,
  body.category-racing_stripes .cc-blog-grid,
  body.category-vinyl_graphics .cc-blog-grid,
  body.category-protection_film .cc-blog-grid,
  body.category-coating-casestudy .cc-blog-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 18px !important;
  }
}

@media screen and (max-width: 600px) {
  body.category-carwrapping .cc-blog-grid,
  body.category-case_study .cc-blog-grid,
  body.category-full_wrapping .cc-blog-grid,
  body.category-bicolor-wrap .cc-blog-grid,
  body.category-racing_stripes .cc-blog-grid,
  body.category-vinyl_graphics .cc-blog-grid,
  body.category-protection_film .cc-blog-grid,
  body.category-coating-casestudy .cc-blog-grid {
    grid-template-columns: 1fr !important;
  }
}

