
/* Style for PCs */
@media screen and (min-width: 1025px) {


/* -----------------------------
TopSection
-------------------------------*/
.topsection {
 width: 100%;
 height: auto;
 display: block;
 margin:150px auto 0;
}

.topsection .ccsw__nav{
  position: absolute;
  top:auto!important;
  bottom: 0%!important;
  transform: translateY(-50%);
  z-index: 20;
  width: var(--ccsw-nav-size);
  height: var(--ccsw-nav-size);
  border: none;
  border-radius: 9999px;
  background: var(--color-1st);
  cursor: pointer;
  transition: background .25s ease;
}

/* -----------------------------
Intro
-------------------------------*/
.introsection {
 width: 100%;
 height: auto;
 display: block;
}
.introbody {
 width: 100%;
 max-width:1920px;
 height: auto;
 display: block;
 padding:100px 8%;
 margin:0 auto;
}
.introbg01 {
 width: 100%;
 height: auto;
 display: block;
 background-image: url(../img2026/index/intro_bg01.webp);
 background-repeat: no-repeat;
 background-position: left bottom;
 background-size: 30% auto;
}
.introbg02 {
 width: 100%;
 height: auto;
 display: block;
 background-image: url(../img2026/index/intro_bg02.webp);
 background-repeat: no-repeat;
 background-position: right bottom;
 background-size: 30% auto;
}
.introbody h2 {
 font-size: clamp(18px, 1.5vw, 40px);
 font-weight: 700;
 letter-spacing:0em;
 color:var(--color-black);
 line-height: 1.7em;
 text-align: center;
margin-bottom: 0.5em;
}
.introbody h3 {
font-size:12px;
color: var(--color-1st);
font-family: var(--font-en);
font-weight: 400;
line-height: 1.5em;
text-align: center;
margin-bottom: 2em;
}
.introbody p {
 font-size: clamp(14px, 1.1vw, 18px);
 font-weight: 400;
 color:var(--color-black);
 line-height: 2.5em;
 text-align: center;
 margin-bottom: 1em;
}


/* -----------------------------
SectionTitle
-------------------------------*/
.sectiontitle {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-image: url(../img2026/index/title-ic.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 60px;
  padding-top:68px;
  margin:0 0 30px 0;
}
.sectiontitle h2 {
  order:2;
  font-size: clamp(11px, 1vw, 18px);
  font-family: var(--font-min);
  font-weight: 500;
  color:var(--color-black);
  line-height: 1em;
  margin:0;
}
.sectiontitle p {
  order:1;
  font-size: clamp(16px, 2vw, 28px);
  font-family: var(--font-en);
  font-weight: 500;
  letter-spacing: -0.1em;
  color:var(--color-black);
  line-height: 1em;
  margin:0 0 0.3em 0;
}


/* -----------------------------
Concept
-------------------------------*/
.conceptmm {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img2026/index/concept_bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.conceptbody {
  width: 100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:50px 5% 20%;
  margin:0 auto;
}
.conceptbody h2 {
  font-size: clamp(32px, 4vw, 100px);
  font-weight: 300;
  text-align: center;
  margin-bottom: 0.1em;
}
.conceptbody h2 span {
  color:var(--color-2nd);
}
.conceptbody h3 {
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 300;
  text-align: center;
  margin-bottom: 1em;
}
.conceptbody h4 {
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 500;
  color:var(--color-black);
  text-align: center;
  line-height: 1em;
  margin:0 0 0.8em 0;
}

.conceptlist01 {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap:1%;
  margin-bottom: 40px;
}
.conceptlist01 li {
  flex:0 0 calc((100% - 3%) / 4);
  height: auto;
  display: block;
  font-size: clamp(14px, 1vw, 24px);
  font-weight: 400;
  color:var(--color-black);
  text-align: center;
  line-height: 1.5em;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  box-shadow:0px 5px 15px rgba(0,0,0,0.2);
  padding:1.25em 1em 1.5em 1em;
  border-radius: 10px;
}
.conceptlist01 li strong {
  display: block;
  font-size: clamp(18px, 1.5vw, 32px);
  font-weight: 800;
  line-height: 1.5em;
  color:var(--color-2nd);
}
.concept_apltxt {
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
  color:var(--color-2nd);
  text-align: center;
  line-height: 1em;
  margin:0 0 0.5em 0;
}

.concept_nomtxt {
  font-size: clamp(14px, 1.1vw, 18px);
  text-align: center;
  line-height: 2em;
  margin-bottom: 1.5em;
}

p.largebn {
  width:fit-content;
  height: auto;
  display: block;
  margin:0 auto;
}
p.largebn a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  font-size: clamp(18px, 1.25vw, 40px);
  font-weight: 300;
  padding:0.75em 4em 0.75em 1em;
  color:var(--color-white);
  background-color: var(--color-black);
  background-image: url(../img2026/header/ic-ar_w.webp);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 30px;
  border-radius: 5px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  transition: .4s all;
}
p.largebn a strong {
  font-weight: 800;
  color:var(--color-5th);
  transition: .4s all;
}
p.largebn a:hover {
  background-color: var(--color-6th);
}
p.largebn a:hover strong {
  color:var(--color-white);
}


/* -----------------------------
Model selector
-------------------------------*/
.modelselector {
  width: 100%;
  height: auto;
  display: block;
}
.modelsele_body {
  width: 100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:100px 5% 100px;
  margin:0 auto;
}
.modelsele_s_catch {
  font-size: clamp(20px, 2.5vw, 100px);
  font-family: var(--font-min);
  font-weight: 700;
  color:var(--color-black);
  line-height: 1em;
  text-align: center;
  margin-bottom: 0.3em;
}
.modelsele_s_topcomment {
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 400;
  color:var(--color-black);
  line-height: 2.5em;
  text-align: center;
  margin-bottom: 1.5em;
}
.modelsele_s_title {
  font-size: clamp(16px, 2vw, 28px);
  font-family: var(--font-en);
  font-weight: 500;
  letter-spacing: -0.1em;
  color:var(--color-black);
  text-align: center;
  line-height: 1em;
  margin:0 0 0.3em 0;
}
.modelsele_s_title_jp {
  font-size: clamp(11px, 1vw, 18px);
  font-family: var(--font-min);
  font-weight: 500;
  color:var(--color-black);
  text-align: center;
  line-height: 1em;
  margin:0 0 1.5em 0;
}


/* Selector
-------------------------------*/
.featuresboxis_wrap {
  width: 100%;
  overflow: hidden;
}

.featuresboxis {
  width: 100%;
  height: 500px;
  display: flex;
  gap: 1%;
  overflow: hidden;
  transform: none !important;
  transition: none !important;
}

.fb_single {
  flex: 9.6667 1 0;
  min-width: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: flex-grow 0.45s ease;
  box-sizing: border-box;
  cursor: pointer;
}

.fb_single.fb_active {
  flex-grow: 68;
}

.fb_single::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1;
  transition: background 0.4s ease;
}

/* 開いている要素 */
.fb_single.fb_active::before {
  background: rgba(0,0,0,0.1);
}

.fbs_cc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
  z-index: 2;

  opacity: 0;
  transform: translateY(20px);

  transition:
    opacity 0.35s ease,
    transform 0.35s ease;

  pointer-events: none;
}

.fb_single.fb_active .fbs_cc {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  padding:5% 0 0 5%;
}

.fbs_cc h2 {
  font-size: clamp(22px, 1.75vw, 100px);
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  text-shadow: 0px 2px 10px rgba(0,0,0,0.8);
}
.fbs_cc h3 {
  font-size: clamp(18px, 1.25vw, 50px);
  font-weight: 600;
  line-height: 1em;
  margin-bottom:0.8em;
  text-shadow: 0px 2px 10px rgba(0,0,0,0.8);
}
.fbs_cc p.fbs_comment {
  font-size: clamp(12px, 1.1vw, 20px);
  line-height: 1.5em;
  margin-bottom: 1.5em;
  text-shadow: 0px 2px 10px rgba(0,0,0,0.8);
}
.fbs_cc p.fbs_bn {
  width:fit-content;
  height: auto;
  display: block;
  margin:0;
}
.fbs_cc p.fbs_bn a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  padding:0.5em 4em 0.5em 1em;
  background-color: var(--color-6th);
  background-image: url(../img2026/header/ic-ar_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 16px;
  border-radius: 5px;
  transition: .4s all;
}
.fbs_cc p.fbs_bn a:hover {
  background-color: var(--color-3rd);
}

.fb_mobile_nav {
  display: none;
}

.fb_bg01 {background-image: url(../img2026/index/ms_bg01.webp);}
.fb_bg02 {background-image: url(../img2026/index/ms_bg02.webp);}
.fb_bg03 {background-image: url(../img2026/index/ms_bg03.webp);}
.fb_bg04 {background-image: url(../img2026/index/ms_bg04.webp);}


/* -----------------------------
Layout Select
-------------------------------*/
.needsselector {
  width: 100%;
  height: auto;
  display: block;
}
.needssele_s_title_jp {
  text-align: center;
  margin-bottom:0.5em
}
.needssele_s_topcomment {
  text-align: center;
  margin-bottom: 2.5em;
}

.needsselect_list {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: flex;
  gap: 5%;
  margin:0 auto;
}
.needsselect_list .nsl_cc {
  flex:0 0 calc((100% - 5% * 3) / 4);
  height: auto;
  display: block;
}
.needsselect_list .nsl_cc h3.nsl_numtitle {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 400;
  line-height: 1em;
  color:var(--color-black);
  margin-bottom:0.8em;
}
.needsselect_list .nsl_cc h3.nsl_numtitle span {
  font-size: clamp(30px, 4vw, 80px);
  letter-spacing: -0.05em;
  font-weight: 300;
}
.nsl_layoutimg {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 auto 10px;
}
.nsl_titlecomment {
  font-size: clamp(16px, 1vw, 40px);
  font-weight: 600;
  color: var(--color-1st);
  line-height: 1.25em;
  text-align: center;
  margin-bottom:1em;
}
.nsl_titlecomment strong {
  display: block;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 400;
  color: var(--color-666);
  line-height: 2em;
}
.nsl_catetitle {
  width: 100%;
  height: auto;
  display: block;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 400;
  color: var(--color-1st);
  padding-bottom:0.3em;
  border-bottom:1px solid var(--color-2nd);
  line-height: 1em;
  margin:0 auto 1em;
}
.nsl_cc ul {
  width: 90%;
  height: auto;
  display: block;
  margin:0 auto;
}
.nsl_cc ul li {
  width: 100%;
  height: auto;
  display: block;
}

ul.nsl_modellist {
  width: 100%;
  height: auto;
  display: block;
}
ul.nsl_modellist li {
  width: 100%;
  height: auto;
  display: block;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.5em;
  border-bottom: 1px dotted var(--color-ccc);
  transition: .4s all;
}
ul.nsl_modellist li:hover {
  border-bottom: 1px solid var(--color-1st);
}
ul.nsl_modellist li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: var(--color-black);
  padding:0.5em 2em 0.5em 0.5em;
  background-image: url(../img2026/header/ic-ar_b.webp);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: auto 14px;
  transition: .4s all;
}
ul.nsl_modellist li a:hover {
  color: var(--color-1st);
  background-position: 100% center;
}


/* -----------------------------
ProductionExample
-------------------------------*/
.examplesection {
  width: 100%;
  height: auto;
  display: block;
}
.examplebody {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  padding:50px 8% 100px;
  margin:0 auto;
}
.ex01 {
  width: fit-content;
  height: auto;
  display: block;
  font-size:12px;
  font-weight: 500;
  line-height: 1em;
  padding:0.3em 0.5em;
  color:var(--color-white);
  background-color: var(--color-6th);
  border-radius: 5px;
  margin-bottom: 0.5em;
}
.ex02 {
  width: fit-content;
  height: auto;
  display: block;
  font-size:12px;
  font-weight: 500;
  line-height: 1em;
  padding:0.3em 0.5em;
  color:var(--color-white);
  background-color: var(--color-1st);
  border-radius: 5px;
  margin-bottom: 0.5em;
}


/* -----------------------------
StockList
-------------------------------*/
.usedcarsection {
  width: 100%;
  height: auto;
  display: block;
  background-color: var(--color-7th);
  background-image: url(../img2026/index/stnbg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.usedcarbody {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  padding:100px 8%;
  margin:0 auto;
}




/* -----------------------------
Instagram
-------------------------------*/
.insmm {
  width: 100%;
  height: auto;
  display: block;
  background-color: var(--color-white);
}
.insbody {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  padding:100px 8% 150px;
  margin:0 auto;
}

.insbase {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.ins01 {
  width: 47.5%;
  height: auto;
  display: block;
}
.ins02 {
  width: 47.5%;
  height: auto;
  display: block;
}
.insbase h3 {
  width: 100%;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  color:vbar(--color-black);
  padding-top:55px;
  margin-bottom: 5px;
  background-image: url(../img2026/header/ic-ins_c.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
}
.insbase p {
  font-size: clamp(14px, 1.1vw, 18px);
  text-align: center;
  line-height: 2em;
  margin-bottom: 1.5em;
}

/* 仮投稿表示用タイムライン（公開時削除） */
ul.dummyline {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap:2px;
}
ul.dummyline li {
  flex:0 0 calc((100% - 2px * 2) / 3);
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:12px;
  text-align: center;
  line-height: 1em;
  color:var(--color-999);
  background-color: var(--color-f0);
}
ul.dummyline li:nth-child(odd) {
  background-color: var(--color-ccc);
}


/* -----------------------------
Youtube
-------------------------------*/
.youtubesection {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img2026/index/yt_bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.youtubebody {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 8%;
  margin:0 auto;
  background-color: rgba(0,0,0,0.7);
}
.youtubebody .sectiontitle {
  background-image: url(../img2026/header/ic-yt_c.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
  padding-top:50px;
}
.youtubebody .sectiontitle h2, .youtubebody .sectiontitle p {
  color:var(--color-white);
}

.ytdatalist {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap:5%;
}
.ytdatalist li {
  flex:0 0 calc((100% - 5% * 1) / 2);
  height:auto;
  display: block;
  margin-bottom: 50px;
}
.ytdatalist li .yt_thumb {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow:0px 5px 15px rgba(0,0,0,0.6);
}
.ytdatalist li .yt_thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.ytdatalist li .yt_cc {
  width: 100%;
  height: auto;
  display: block;
}
.ytdatalist li .yt_cc a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding:0.5em 1em;
  transition: .4s all;
}
.ytdatalist li .yt_cc h3 {
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 500;
  color:var(--color-white);
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-bottom: 0.8em;
  transition: .4s all;
}
.ytdatalist li .yt_cc p {
  width:fit-content;
  height: auto;
  display: block;
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 400;
  color:var(--color-white);
  line-height: 1em;
  padding:0.5em 1em 0.5em 3em;
  background-image: url(../img2026/header/ic-yt_w.webp);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 70%;
  background-color: var(--color-1st);
  border-radius: 3px;
  margin-bottom: 0;
  transition: .4s all;
}


/* -----------------------------
Magazine
-------------------------------*/
.magazinesection {
  width: 100%;
  height: auto;
  display: block;
}
.magzinebody {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  padding:150px 8% 100px;
  margin:0 auto;
}
.magzinebody .sectiontitle {
  background-image: url(../img2026/index/magazine_title.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 30px;
  padding-top:55px;
  margin-bottom: 50px;
}
.magzinebody .sectiontitle h2 {
  margin:0;
}

.maglist {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap:3%;
}
.maglist li {
  flex:0 0 calc((100% - 3% * 2) / 3);
  height:auto;
  display: block;
  margin-bottom: 50px;
}
.maglist li a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding:10px;
  background-image: url(../img2026/box-000.webp);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 0% 1px;
  transition: .4s all;
}
.maglist li a:hover {
  background-size: 100% 1px;
}
.maglist li .magimg {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow:0px 5px 15px rgba(0,0,0,0.6);
}
.maglist li .magcc {
  width: 100%;
  height: auto;
  display: block;
  padding:1.5em 1em 0.5em;
}
.maglist li .magcc h3 {
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 400;
  color:var(--color-black);
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-bottom: 0.8em;
  transition: .4s all;
}


/* -----------------------------
Update and Facebook
-------------------------------*/
.update_facebook {
  width: 100%;
  height: auto;
  display: block;
  background-color: var(--color-f5);
}
.upfb_body {
  width: 100%;
  max-width:1920px;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding:100px 5% 100px;
  margin:0 auto;
}


/* -----------------------------
Facebook
-------------------------------*/
.fbbase {
  width: 30%;
  height: auto;
  display: block;
}
.fbbase div, .fbbase iframe {
  width:100%;
  height: auto;
  display: block;
}


/* -----------------------------
Latest Update
-------------------------------*/
.updatessection {
  width: 65%;
  height: auto;
  display: block;
}
.updatesbody {
  width: 100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:0px;
  margin:0 auto;
}
.updatesbody ul.updatelist li {
  flex:0 0 calc((100% - 1% * 2) / 2);
  margin-bottom: 40px;
}


/* -----------------------------
Parts
-------------------------------*/
.partssection {
  width: 100%;
  height: auto;
  display: block;
  background-color: var(--color-f0);
}
.partsbody {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  padding:100px 8% 100px;
  margin:0 auto;
}
.partslist {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap:3%;
}
.partslist li {
  flex:0 0 calc((100% - 3% * 2) / 3);
  height:auto;
  display: block;
  margin-bottom: 50px;
}
.partslist li a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding:10px;
  background-image: url(../img2026/box-000.webp);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 0% 1px;
  transition: .4s all;
}
.partslist li a:hover {
  background-size: 100% 1px;
}
.partslist li .partsimg {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow:0px 5px 15px rgba(0,0,0,0.6);
}
.partslist li .parts_cc {
  width: 100%;
  height: auto;
  display: block;
  padding:1.5em 1em 0.5em;
}
.partslist li .parts_cc h3 {
  font-size: clamp(16px, 1vw, 22px);
  font-weight: 700;
  color:var(--color-black);
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 0.8em;
  transition: .4s all;
}
.partslist li a .parts_cc p {
  font-size: clamp(14px, 1vw, 18px);
  text-align: center;
  line-height: 2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-bottom: 1.5em;
}
.partslist li a p.pricetxt {
  font-size:14px;
  line-height: 1.25em;
  text-align: right;
  margin:0 0 0.8em 0;
}
.partslist li a p.pricetxt strong {
  font-size:26px;
  font-weight: 600;
  letter-spacing: 0em;
  color:var(--color-1st);
}


/* -----------------------------
Shopinfo
-------------------------------*/

.shopinfosection {
 width: 100%;
 height: auto;
 display: block;
 background-image: url(../img2026/index/shopinfo-bg.webp);
 background-repeat: no-repeat;
 background-position: 0 bottom;
 background-size: 100% auto;
 background-color: var(--color-white);
}
.shopinfo_base {
 width: 100%;
 max-width:1920px;
 height: auto;
 display: block;
 padding:100px 8% 10%;
 margin:0 auto;
}
.shopinfo_base h2 {
 width: 100%;
 height: auto;
 display: block;
 font-size: clamp(18px, 3vw, 28px);
 font-family: var(--font-en);
 font-weight: 500;
 letter-spacing: -0.1em;
 color:var(--color-black);
 line-height: 1em;
 text-align: center;
 background-image: url(../img2026/header/logo_b.webp);
 background-repeat: no-repeat;
 background-position: center top;
 background-size: auto 80px;
 padding-top: 95px;
 margin-bottom: 0.5em;
}
.shopinfo_base h2 span {
 font-weight: 300;
}
.shopinfo_base h3 {
 font-size: clamp(11px, 1.25vw, 18px);
 font-family: var(--font-min);
 font-weight: 500;
 color:var(--color-black);
 line-height: 1em;
 text-align: center;
 margin-bottom: 2em;
}

ul.shopinfolist {
 width: 100%;
 height: auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap:1%;
 margin-bottom: 50px;
}
ul.shopinfolist li {
flex:0 0 calc((100% - 1% * 2) / 3);
height: auto;
display: flex;
flex-direction: column;
background-color: rgba(255,255,255,0.7);
backdrop-filter: blur(10px);
padding:2em 2em;
border-radius: 3px;
margin-bottom: 1%;
box-shadow:0px 5px 10px rgba(0,0,0,0.2);
}
ul.shopinfolist li h3 {
  width: fit-content;
  height: auto;
  display: block;
 font-size: clamp(10px, 1vw, 12px);
 line-height: 1em;
 text-align: center;
 padding:0.5em 1em;
 color:var(--color-white);
 background-color: var(--color-4th);
 border-radius: 5px;
 margin:0 auto 1em;
}
ul.shopinfolist li h4 {
font-size: clamp(18px, 1.5vw, 28px);
 font-family: var(--font-min);
 font-weight: 600;
 color:var(--color-black);
 text-align: center;
 line-height: 1em;
 margin-bottom: 0.5em;
}
ul.shopinfolist li h4 span {
 display: block;
 font-size: clamp(8px, 0.6vw, 10px);
 font-weight: 500;
 font-family: var(--font-en);
 color:var(--color-1st);
 line-height: 1.25em;
 margin:1em 0 0 0;
}
ul.shopinfolist li p.sil_add01 {
 font-size: clamp(12px, 1vw, 16px);
 font-weight: 400;
 color:var(--color-black);
 text-align: center;
 line-height: 1.5em;
 margin-bottom: 0.25em;
}
ul.shopinfolist li p.sil_add02 {
 font-size: clamp(12px, 1vw, 16px);
 font-weight: 400;
 color:var(--color-black);
 text-align: center;
 line-height: 1.5em;
 margin-bottom: 0;
}
ul.shopinfolist li p.sil_tel {
 width: fit-content;
 height: auto;
 display: block;
 font-size: clamp(20px, 1.5vw, 40px);
 font-weight: 400;
 letter-spacing: -0.05em;
 margin:0 auto;
}
ul.shopinfolist li p.sil_tel a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 font-family: var(--font-en);
 line-height: 50px;
 color: var(--color-1st);
 padding-left: 45px;
 background-image: url(../img2026/header/ic-tel_c.webp);
 background-repeat: no-repeat;
 background-position: left center;
 background-size: auto 40px;
  transition: .4s all;
}
ul.shopinfolist li p.sil_tel a:hover {
  color:var(--color-5th);
}
ul.shopinfolist li p.sil_bn {
 width: 100%;
 height: auto;
 display: block;
 margin:0;
}
ul.shopinfolist li p.sil_bn a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 font-size: 12px;
 line-height: 30px;
 text-align: center;
 color: var(--color-white);
 background-color: var(--color-3rd);
 border-radius: 3px;
 transition: .4s all;
}
ul.shopinfolist li p.sil_bn a:hover {
 background-color: var(--color-5th);
}

.distributors_banner {
  width:70%;
  height: auto;
  display: block;
  margin:0 auto;
 background-color: var(--color-5th);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}
.distributors_banner a {
  transition: .4s all;
}
.distributors_banner a:hover {
  opacity: 0.5;
}

}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {


/* -----------------------------
TopSection
-------------------------------*/
.topsection {
 width: 100%;
 height: auto;
 display: block;
 margin:150px auto 0;
}

.topsection .ccsw__nav{
  position: absolute;
  top:auto!important;
  bottom: 0%!important;
  transform: translateY(-50%);
  z-index: 20;
  width: var(--ccsw-nav-size);
  height: var(--ccsw-nav-size);
  border: none;
  border-radius: 9999px;
  background: var(--color-1st);
  cursor: pointer;
  transition: background .25s ease;
}

/* -----------------------------
Intro
-------------------------------*/
.introsection {
 width: 100%;
 height: auto;
 display: block;
}
.introbody {
 width: 100%;
 max-width:1920px;
 height: auto;
 display: block;
 padding:100px 8% 25%;
 margin:0 auto;
}
.introbg01 {
 width: 100%;
 height: auto;
 display: block;
 background-image: url(../img2026/index/intro_bg01_tab.webp);
 background-repeat: no-repeat;
 background-position: left bottom;
 background-size: 40% auto;
}
.introbg02 {
 width: 100%;
 height: auto;
 display: block;
 background-image: url(../img2026/index/intro_bg02_tab.webp);
 background-repeat: no-repeat;
 background-position: right bottom;
 background-size: 40% auto;
}
.introbody h2 {
 font-size: clamp(18px, 1.5vw, 40px);
 font-weight: 700;
 letter-spacing:0em;
 color:var(--color-black);
 line-height: 1.7em;
 text-align: center;
margin-bottom: 0.5em;
}
.introbody h3 {
font-size:12px;
color: var(--color-1st);
font-family: var(--font-en);
font-weight: 400;
line-height: 1.5em;
text-align: center;
margin-bottom: 2em;
}
.introbody p {
 font-size: clamp(14px, 1.1vw, 18px);
 font-weight: 400;
 color:var(--color-black);
 line-height: 2.5em;
 text-align: center;
 margin-bottom: 1em;
}


/* -----------------------------
SectionTitle
-------------------------------*/
.sectiontitle {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-image: url(../img2026/index/title-ic.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 60px;
  padding-top:68px;
  margin:0 0 30px 0;
}
.sectiontitle h2 {
  order:2;
  font-size: clamp(11px, 1vw, 18px);
  font-family: var(--font-min);
  font-weight: 500;
  color:var(--color-black);
  line-height: 1em;
  margin:0;
}
.sectiontitle p {
  order:1;
  font-size: clamp(16px, 2vw, 28px);
  font-family: var(--font-en);
  font-weight: 500;
  letter-spacing: -0.1em;
  color:var(--color-black);
  line-height: 1em;
  margin:0 0 0.3em 0;
}


/* -----------------------------
Concept
-------------------------------*/
.conceptmm {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img2026/index/concept_bg.webp);
  background-repeat: no-repeat;
  background-position: center 110%;
  background-size: 130% auto;
}
.conceptbody {
  width: 100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:50px 5% 20%;
  margin:0 auto;
}
.conceptbody h2 {
  font-size: clamp(32px, 4vw, 100px);
  font-weight: 300;
  text-align: center;
  margin-bottom: 0.1em;
}
.conceptbody h2 span {
  color:var(--color-2nd);
}
.conceptbody h3 {
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 300;
  text-align: center;
  margin-bottom: 1em;
}
.conceptbody h4 {
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 500;
  color:var(--color-black);
  text-align: center;
  line-height: 1em;
  margin:0 0 0.8em 0;
}

.conceptlist01 {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap:3%;
  margin-bottom: 20px;
}
.conceptlist01 li {
  flex:0 0 calc((100% - 6%) / 2);
  height: auto;
  display: block;
  font-size: clamp(14px, 1vw, 24px);
  font-weight: 400;
  color:var(--color-black);
  text-align: center;
  line-height: 1.5em;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  box-shadow:0px 5px 15px rgba(0,0,0,0.2);
  padding:1.25em 1em 1.5em 1em;
  border-radius: 10px;
  margin-bottom: 3%;
}
.conceptlist01 li strong {
  display: block;
  font-size: clamp(18px, 1.5vw, 32px);
  font-weight: 800;
  line-height: 1.5em;
  color:var(--color-2nd);
}
.concept_apltxt {
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
  color:var(--color-2nd);
  text-align: center;
  line-height: 1em;
  margin:0 0 0.5em 0;
}

.concept_nomtxt {
  font-size: clamp(14px, 1.1vw, 18px);
  text-align: center;
  line-height: 2em;
  margin-bottom: 1.5em;
}

p.largebn {
  width:fit-content;
  height: auto;
  display: block;
  margin:0 auto;
}
p.largebn a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  font-size: clamp(18px, 1.25vw, 40px);
  font-weight: 300;
  padding:0.75em 4em 0.75em 1em;
  color:var(--color-white);
  background-color: var(--color-black);
  background-image: url(../img2026/header/ic-ar_w.webp);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 30px;
  border-radius: 5px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  transition: .4s all;
}
p.largebn a strong {
  font-weight: 800;
  color:var(--color-5th);
  transition: .4s all;
}
p.largebn a:hover {
  background-color: var(--color-6th);
}
p.largebn a:hover strong {
  color:var(--color-white);
}


/* -----------------------------
Model selector
-------------------------------*/
.modelselector {
  width: 100%;
  height: auto;
  display: block;
}
.modelsele_body {
  width: 100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:100px 5% 100px;
  margin:0 auto;
}
.modelsele_s_catch {
  font-size: clamp(20px, 2.5vw, 100px);
  font-family: var(--font-min);
  font-weight: 700;
  color:var(--color-black);
  line-height: 1em;
  text-align: center;
  margin-bottom: 0.3em;
}
.modelsele_s_topcomment {
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 400;
  color:var(--color-black);
  line-height: 2.5em;
  text-align: center;
  margin-bottom: 1.5em;
}
.modelsele_s_title {
  font-size: clamp(16px, 2vw, 28px);
  font-family: var(--font-en);
  font-weight: 500;
  letter-spacing: -0.1em;
  color:var(--color-black);
  text-align: center;
  line-height: 1em;
  margin:0 0 0.3em 0;
}
.modelsele_s_title_jp {
  font-size: clamp(11px, 1vw, 18px);
  font-family: var(--font-min);
  font-weight: 500;
  color:var(--color-black);
  text-align: center;
  line-height: 1em;
  margin:0 0 1.5em 0;
}


/* Selector
-------------------------------*/
.featuresboxis_wrap {
  width: 100%;
  overflow: hidden;
}

.featuresboxis {
  width: 100%;
  height: 500px;
  display: flex;
  gap: 1%;
  overflow: hidden;
  transform: none !important;
  transition: none !important;
}

.fb_single {
  flex: 9.6667 1 0;
  min-width: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: flex-grow 0.45s ease;
  box-sizing: border-box;
  cursor: pointer;
}

.fb_single.fb_active {
  flex-grow: 68;
}

.fb_single::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1;
  transition: background 0.4s ease;
}

/* 開いている要素 */
.fb_single.fb_active::before {
  background: rgba(0,0,0,0.1);
}

.fbs_cc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
  z-index: 2;

  opacity: 0;
  transform: translateY(20px);

  transition:
    opacity 0.35s ease,
    transform 0.35s ease;

  pointer-events: none;
}

.fb_single.fb_active .fbs_cc {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  padding:5% 0 0 5%;
}

.fbs_cc h2 {
  font-size: clamp(22px, 1.75vw, 100px);
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  text-shadow: 0px 2px 10px rgba(0,0,0,0.8);
}
.fbs_cc h3 {
  font-size: clamp(18px, 1.25vw, 50px);
  font-weight: 600;
  line-height: 1em;
  margin-bottom:0.8em;
  text-shadow: 0px 2px 10px rgba(0,0,0,0.8);
}
.fbs_cc p.fbs_comment {
  font-size: clamp(12px, 1.1vw, 20px);
  line-height: 1.5em;
  margin-bottom: 1.5em;
  text-shadow: 0px 2px 10px rgba(0,0,0,0.8);
}
.fbs_cc p.fbs_bn {
  width:fit-content;
  height: auto;
  display: block;
  margin:0;
}
.fbs_cc p.fbs_bn a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  padding:0.5em 4em 0.5em 1em;
  background-color: var(--color-6th);
  background-image: url(../img2026/header/ic-ar_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 16px;
  border-radius: 5px;
  transition: .4s all;
}
.fbs_cc p.fbs_bn a:hover {
  background-color: var(--color-3rd);
}

.fb_mobile_nav {
  display: none;
}

.fb_bg01 {background-image: url(../img2026/index/ms_bg01.webp);}
.fb_bg02 {background-image: url(../img2026/index/ms_bg02.webp);}
.fb_bg03 {background-image: url(../img2026/index/ms_bg03.webp);}
.fb_bg04 {background-image: url(../img2026/index/ms_bg04.webp);}


/* -----------------------------
Layout Select
-------------------------------*/
.needsselector {
  width: 100%;
  height: auto;
  display: block;
  margin:0;
}
.needssele_s_title_jp {
  text-align: center;
  margin-bottom:0.5em
}
.needssele_s_topcomment {
  text-align: center;
  margin-bottom: 2.5em;
}

.needsselect_list {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  margin:0 auto;
}
.needsselect_list .nsl_cc {
  flex:0 0 calc((100% - 5% * 1) / 2);
  height: auto;
  display: block;
  margin-bottom: 50px;
}
.needsselect_list .nsl_cc h3.nsl_numtitle {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 600;
  line-height: 1em;
  color:var(--color-black);
  margin-bottom:0.8em;
}
.needsselect_list .nsl_cc h3.nsl_numtitle span {
  font-size: clamp(30px, 5vw, 80px);
  letter-spacing: -0.05em;
  font-weight: 500;
}
.nsl_layoutimg {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 auto 10px;
}
.nsl_titlecomment {
  font-size: clamp(16px, 1vw, 40px);
  font-weight: 600;
  color: var(--color-1st);
  line-height: 1.25em;
  text-align: center;
  margin-bottom:1em;
}
.nsl_titlecomment strong {
  display: block;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 400;
  color: var(--color-666);
  line-height: 2em;
}
.nsl_catetitle {
  width: 100%;
  height: auto;
  display: block;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 400;
  color: var(--color-1st);
  padding-bottom:0.3em;
  border-bottom:1px solid var(--color-2nd);
  line-height: 1em;
  margin:0 auto 1em;
}
.nsl_cc ul {
  width: 90%;
  height: auto;
  display: block;
  margin:0 auto;
}
.nsl_cc ul li {
  width: 100%;
  height: auto;
  display: block;
}

ul.nsl_modellist {
  width: 100%;
  height: auto;
  display: block;
}
ul.nsl_modellist li {
  width: 100%;
  height: auto;
  display: block;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.5em;
  border-bottom: 1px dotted var(--color-ccc);
  transition: .4s all;
}
ul.nsl_modellist li:hover {
  border-bottom: 1px solid var(--color-1st);
}
ul.nsl_modellist li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: var(--color-black);
  padding:0.5em 2em 0.5em 0.5em;
  background-image: url(../img2026/header/ic-ar_b.webp);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: auto 14px;
  transition: .4s all;
}
ul.nsl_modellist li a:hover {
  color: var(--color-1st);
  background-position: 100% center;
}


/* -----------------------------
ProductionExample
-------------------------------*/
.examplesection {
  width: 100%;
  height: auto;
  display: block;
}
.examplebody {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  padding:0px 8% 100px;
  margin:0 auto;
}
.ex01 {
  width: fit-content;
  height: auto;
  display: block;
  font-size:12px;
  font-weight: 500;
  line-height: 1em;
  padding:0.3em 0.5em;
  color:var(--color-white);
  background-color: var(--color-6th);
  border-radius: 5px;
  margin-bottom: 0.5em;
}
.ex02 {
  width: fit-content;
  height: auto;
  display: block;
  font-size:12px;
  font-weight: 500;
  line-height: 1em;
  padding:0.3em 0.5em;
  color:var(--color-white);
  background-color: var(--color-1st);
  border-radius: 5px;
  margin-bottom: 0.5em;
}


/* -----------------------------
StockList
-------------------------------*/
.usedcarsection {
  width: 100%;
  height: auto;
  display: block;
  background-color: var(--color-7th);
  background-image: url(../img2026/index/stnbg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.usedcarbody {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  padding:100px 8%;
  margin:0 auto;
}




/* -----------------------------
Instagram
-------------------------------*/
.insmm {
  width: 100%;
  height: auto;
  display: block;
  background-color: var(--color-white);
}
.insbody {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  padding:100px 8% 100px;
  margin:0 auto;
}

.insbase {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.ins01 {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
}
.ins02 {
  width: 100%;
  height: auto;
  display: block;
}
.insbase h3 {
  width: 100%;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  color:vbar(--color-black);
  padding-top:55px;
  margin-bottom: 5px;
  background-image: url(../img2026/header/ic-ins_c.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
}
.insbase p {
  font-size: clamp(14px, 1.1vw, 18px);
  text-align: center;
  line-height: 2em;
  margin-bottom: 1.5em;
}

/* 仮投稿表示用タイムライン（公開時削除） */
ul.dummyline {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap:2px;
}
ul.dummyline li {
  flex:0 0 calc((100% - 2px * 2) / 3);
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:12px;
  text-align: center;
  line-height: 1em;
  color:var(--color-999);
  background-color: var(--color-f0);
}
ul.dummyline li:nth-child(odd) {
  background-color: var(--color-ccc);
}


/* -----------------------------
Youtube
-------------------------------*/
.youtubesection {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img2026/index/yt_bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.youtubebody {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 8%;
  margin:0 auto;
  background-color: rgba(0,0,0,0.7);
}
.youtubebody .sectiontitle {
  background-image: url(../img2026/header/ic-yt_c.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
  padding-top:50px;
}
.youtubebody .sectiontitle h2, .youtubebody .sectiontitle p {
  color:var(--color-white);
}

.ytdatalist {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap:5%;
}
.ytdatalist li {
  flex:0 0 calc((100% - 5% * 1) / 2);
  height:auto;
  display: block;
  margin-bottom: 50px;
}
.ytdatalist li .yt_thumb {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow:0px 5px 15px rgba(0,0,0,0.6);
}
.ytdatalist li .yt_cc {
  width: 100%;
  height: auto;
  display: block;
}
.ytdatalist li .yt_cc a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding:0.5em 1em;
  transition: .4s all;
}
.ytdatalist li .yt_cc h3 {
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 500;
  color:var(--color-white);
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-bottom: 0.8em;
  transition: .4s all;
}
.ytdatalist li .yt_cc p {
  width:fit-content;
  height: auto;
  display: block;
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 400;
  color:var(--color-white);
  line-height: 1em;
  padding:0.5em 1em 0.5em 3em;
  background-image: url(../img2026/header/ic-yt_w.webp);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 70%;
  background-color: var(--color-1st);
  border-radius: 3px;
  margin-bottom: 0;
  transition: .4s all;
}


/* -----------------------------
Magazine
-------------------------------*/
.magazinesection {
  width: 100%;
  height: auto;
  display: block;
}
.magzinebody {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  padding:150px 8% 100px;
  margin:0 auto;
}
.magzinebody .sectiontitle {
  background-image: url(../img2026/index/magazine_title.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 90% auto;
  padding-top:7%;
  margin-bottom: 50px;
}
.magzinebody .sectiontitle h2 {
  margin:0;
}

.maglist {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.maglist li {
  width:100%;
  height:auto;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px dotted var(--color-999);
  margin-bottom: 20px;
}
.maglist li a {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  transition: .4s all;
}
.maglist li a:hover {
  background-size: 100% 1px;
}
.maglist li .magimg {
  width: 40%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow:0px 5px 15px rgba(0,0,0,0.3);
}
.maglist li .magcc {
  width: 55%;
  height: auto;
  display: block;
  padding:0;
}
.maglist li .magcc h3 {
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 400;
  color:var(--color-black);
  line-height: 1.75em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-bottom: 0.8em;
  transition: .4s all;
}


/* -----------------------------
Update and Facebook
-------------------------------*/
.update_facebook {
  width: 100%;
  height: auto;
  display: block;
  background-color: var(--color-f5);
}
.upfb_body {
  width: 100%;
  max-width:1920px;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding:100px 5% 100px;
  margin:0 auto;
}


/* -----------------------------
Facebook
-------------------------------*/
.fbbase {
  width: 30%;
  height: auto;
  display: block;
}
.fbbase div, .fbbase iframe {
  width:100%;
  height: auto;
  display: block;
}


/* -----------------------------
Latest Update
-------------------------------*/
.updatessection {
  width: 65%;
  height: auto;
  display: block;
}
.updatesbody {
  width: 100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:0px;
  margin:0 auto;
}
.updatesbody ul.updatelist li {
  flex:0 0 calc((100% - 1% * 2) / 2);
  margin-bottom: 40px;
}


/* -----------------------------
Parts
-------------------------------*/
.partssection {
  width: 100%;
  height: auto;
  display: block;
  background-color: var(--color-f0);
}
.partsbody {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  padding:100px 8% 100px;
  margin:0 auto;
}
.partslist {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.partslist li {
  width:100%;
  height:auto;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px dotted var(--color-999);
  margin-bottom: 20px;
}
.partslist li a {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  transition: .4s all;
}
.partslist li .partsimg {
  width: 40%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow:0px 5px 15px rgba(0,0,0,0.3);
}
.partslist li .parts_cc {
  width: 55%;
  height: auto;
  display: block;
  padding:0;
}
.partslist li .parts_cc h3 {
  font-size: clamp(18px, 1vw, 22px);
  font-weight: 700;
  color:var(--color-black);
  line-height: 1.75em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 0.5em;
  transition: .4s all;
}
.partslist li a .parts_cc p {
  font-size: clamp(14px, 1vw, 18px);
  text-align: center;
  line-height: 2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-bottom: 1.5em;
}
.partslist li a p.pricetxt {
  font-size:14px;
  line-height: 1.25em;
  text-align: right;
  margin:0 0 0.8em 0;
}
.partslist li a p.pricetxt strong {
  font-size:26px;
  font-weight: 600;
  letter-spacing: 0em;
  color:var(--color-1st);
}




/* -----------------------------
Shopinfo
-------------------------------*/

.shopinfosection {
 width: 100%;
 height: auto;
 display: block;
 background-image: url(../img2026/index/shopinfo-bg.webp);
 background-repeat: no-repeat;
 background-position: 0 bottom;
 background-size: 100% auto;
 background-color: var(--color-white);
}
.shopinfo_base {
 width: 100%;
 height: auto;
 display: block;
 padding:100px 5% 10%;
 margin:0 auto;
}
.shopinfo_base h2 {
 width: 100%;
 height: auto;
 display: block;
 font-size: 26px;
 font-family: var(--font-en);
 font-weight: 500;
 letter-spacing: -0.1em;
 color:var(--color-black);
 line-height: 1em;
 text-align: center;
 background-image: url(../img2026/header/logo_b.webp);
 background-repeat: no-repeat;
 background-position: center top;
 background-size: auto 80px;
 padding-top: 95px;
 margin-bottom: 0.5em;
}
.shopinfo_base h2 span {
 font-weight: 300;
}
.shopinfo_base h3 {
 font-size: 16px;
 font-family: var(--font-min);
 font-weight: 500;
 color:var(--color-black);
 line-height: 1em;
 text-align: center;
 margin-bottom: 2em;
}

ul.shopinfolist {
 width: 100%;
 height: auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap:2%;
 margin-bottom: 40px;
}
ul.shopinfolist li {
flex:0 0 calc((100% - 2% * 1) / 2);
height: auto;
display: flex;
flex-direction: column;
background-color: rgba(255,255,255,0.7);
backdrop-filter: blur(10px);
padding:2em 2em;
border-radius: 3px;
margin-bottom: 2%;
box-shadow:0px 5px 10px rgba(0,0,0,0.2);
}
ul.shopinfolist li h3 {
  width: fit-content;
  height: auto;
  display: block;
 font-size: clamp(10px, 1vw, 12px);
 line-height: 1em;
 text-align: center;
 padding:0.5em 1em;
 color:var(--color-white);
 background-color: var(--color-4th);
 border-radius: 5px;
 margin:0 auto 1em;
}
ul.shopinfolist li h4 {
font-size: clamp(18px, 2vw, 28px);
 font-family: var(--font-min);
 font-weight: 600;
 color:var(--color-black);
 text-align: center;
 line-height: 1em;
 margin-bottom: 0.5em;
}
ul.shopinfolist li h4 span {
 display: block;
 font-size: clamp(8px, 0.6vw, 10px);
 font-weight: 500;
 font-family: var(--font-en);
 color:var(--color-1st);
 line-height: 1.25em;
 margin:1em 0 0 0;
}
ul.shopinfolist li p.sil_add01 {
 font-size: clamp(12px, 1vw, 16px);
 font-weight: 400;
 color:var(--color-black);
 text-align: center;
 line-height: 1.5em;
 margin-bottom: 0.25em;
}
ul.shopinfolist li p.sil_add02 {
 font-size: clamp(12px, 1vw, 16px);
 font-weight: 400;
 color:var(--color-black);
 text-align: center;
 line-height: 1.5em;
 margin-bottom: 0;
}
ul.shopinfolist li p.sil_tel {
 width: fit-content;
 height: auto;
 display: block;
 font-size: clamp(20px, 1.5vw, 40px);
 font-weight: 400;
 letter-spacing: -0.05em;
 margin:0 auto;
}
ul.shopinfolist li p.sil_tel a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 font-family: var(--font-en);
 line-height: 50px;
 color: var(--color-1st);
 padding-left: 45px;
 background-image: url(../img2026/header/ic-tel_c.webp);
 background-repeat: no-repeat;
 background-position: left center;
 background-size: auto 40px;
}
ul.shopinfolist li p.sil_bn {
 width: 100%;
 height: auto;
 display: block;
 margin:0;
}
ul.shopinfolist li p.sil_bn a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 font-size: 12px;
 line-height: 30px;
 text-align: center;
 color: var(--color-white);
 background-color: var(--color-3rd);
 border-radius: 3px;
 transition: .4s all;
}
ul.shopinfolist li p.sil_bn a:hover {
 background-color: var(--color-2nd);
}

.distributors_banner {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto;
 background-color: var(--color-5th);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}
.distributors_banner a {
  transition: .4s all;
}
.distributors_banner a:hover {
  opacity: 0.5;
}


}

/* Style for Smartphone */
@media screen and (max-width: 768px) {


/* -----------------------------
TopSection
-------------------------------*/
.topsection {
 width: 100%;
 height: auto;
 display: block;
 margin:90px auto 0;
}

.topsection .ccsw__nav{
  position: absolute;
  top:auto!important;
  bottom: 0%!important;
  transform: translateY(-50%);
  z-index: 20;
  width: var(--ccsw-nav-size);
  height: var(--ccsw-nav-size);
  border: none;
  border-radius: 9999px;
  background: var(--color-1st);
  cursor: pointer;
  transition: background .25s ease;
}

/* -----------------------------
Intro
-------------------------------*/
.introsection {
 width: 100%;
 height: auto;
 display: block;
}
.introbody {
 width: 100%;
 height: auto;
 display: block;
 padding:20px 8% 45%;
 margin:0 auto;
}
.introbg01 {
 width: 100%;
 height: auto;
 display: block;
 background-image: url(../img2026/index/intro_bg01_mobile.webp);
 background-repeat: no-repeat;
 background-position: left bottom;
 background-size: 50% auto;
}
.introbg02 {
 width: 100%;
 height: auto;
 display: block;
 background-image: url(../img2026/index/intro_bg02_mobile.webp);
 background-repeat: no-repeat;
 background-position: right bottom;
 background-size: 50% auto;
}
.introbody h2 {
 font-size: 18px;
 font-weight: 700;
 letter-spacing:0em;
 color:var(--color-black);
 line-height: 1.7em;
 text-align: center;
margin-bottom: 0.5em;
}
.introbody h2 br {
  display: none;
}
.introbody h3 {
font-size:12px;
color: var(--color-1st);
font-family: var(--font-en);
font-weight: 400;
line-height: 1.5em;
text-align: center;
margin-bottom: 2em;
}
.introbody p {
 font-size: 14px;
 font-weight: 400;
 color:var(--color-black);
 line-height: 2em;
 text-align: left;
 margin-bottom: 1em;
}
.introbody p br {
  display: none;
}


/* -----------------------------
SectionTitle
-------------------------------*/
.sectiontitle {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-image: url(../img2026/index/title-ic.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 60px;
  padding-top:68px;
  margin:0 0 30px 0;
}
.sectiontitle h2 {
  order:2;
  font-size: 16px;
  font-family: var(--font-min);
  font-weight: 500;
  color:var(--color-black);
  line-height: 1em;
  margin:0;
}
.sectiontitle p {
  order:1;
  font-size: 20px;
  font-family: var(--font-en);
  font-weight: 500;
  letter-spacing: -0.1em;
  color:var(--color-black);
  line-height: 1em;
  margin:0 0 0.3em 0;
}


/* -----------------------------
Concept
-------------------------------*/
.conceptmm {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img2026/index/concept_bg.webp);
  background-repeat: no-repeat;
  background-position: center 103%;
  background-size: 150% auto;
}
.conceptbody {
  width: 100%;
  max-width:1920px;
  height: auto;
  display: block;
  padding:50px 5% 30%;
  margin:0 auto;
}
.conceptbody h2 {
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0.1em;
}
.conceptbody h2 span {
  color:var(--color-2nd);
}
.conceptbody h3 {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 1em;
}
.conceptbody h4 {
  font-size: 16px;
  font-weight: 500;
  color:var(--color-black);
  text-align: center;
  line-height: 1em;
  margin:0 0 1em 0;
}

.conceptlist01 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.conceptlist01 li {
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color:var(--color-black);
  text-align: center;
  line-height: 1.5em;
  background-color: rgba(255, 255, 255, 0.9);
  padding:1em 1em 1em 1em;
  border-radius: 10px;
  margin-bottom: 3%;
}
.conceptlist01 li strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5em;
  color:var(--color-2nd);
}
.concept_apltxt {
  font-size: 18px;
  font-weight: 700;
  color:var(--color-2nd);
  text-align: center;
  line-height: 1em;
  margin:0 0 0.5em 0;
}

.concept_nomtxt {
  font-size:14px;
  text-align: left;
  line-height: 2em;
  margin-bottom: 1.5em;
}
.concept_nomtxt br {
  display: none;
}

p.largebn {
  width:fit-content;
  height: auto;
  display: block;
  margin:0 auto;
}
p.largebn a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  font-size: clamp(18px, 1.25vw, 40px);
  font-weight: 300;
  padding:0.75em 4em 0.75em 1em;
  color:var(--color-white);
  background-color: var(--color-black);
  background-image: url(../img2026/header/ic-ar_w.webp);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 30px;
  border-radius: 5px;
}
p.largebn a strong {
  font-weight: 800;
  color:var(--color-5th);
}
p.largebn a:hover {
  background-color: var(--color-6th);
}
p.largebn a:hover strong {
  color:var(--color-white);
}

/* -----------------------------
Model selector
-------------------------------*/
.modelselector {
  width: 100%;
  height: auto;
  display: block;
}
.modelsele_body {
  width: 100%;
  height: auto;
  display: block;
  padding:50px 5% 50px;
  margin:0 auto;
}
.modelsele_s_title {
  font-size: 20px;
  font-family: var(--font-en);
  font-weight: 500;
  letter-spacing: -0.1em;
  color:var(--color-black);
  text-align: center;
  line-height: 1em;
  margin:0 0 0.3em 0;
}
.modelsele_s_title_jp {
  font-size:16px;
  font-family: var(--font-min);
  font-weight: 500;
  color:var(--color-black);
  text-align: center;
  line-height: 1em;
  margin:0 0 2em 0;
}


/* Selector
-------------------------------*/

.featuresboxis_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.featuresboxis {
  width: 400%;
  display: flex;
  gap: 0;
  overflow: visible;
  transform: translateX(calc(var(--fb-slide-index, 0) * -25%));
  transition: transform 0.4s ease;
  touch-action: pan-y;
}

.fb_single,
.fb_single.fb_active {
  width: 25%;
  min-width: 25%;
  flex: none;

  position: relative;
  overflow: hidden;

  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;

  box-sizing: border-box;
  cursor: default;

  /* 画像の高さ分を確保 */
  padding-top: 230px;

  /* テキストを含めた全体高さ */
  min-height: 400px;
}

.fb_single::before,
.fb_single.fb_active::before {
  display: none;
}

.fbs_cc,
.fb_single.fb_active .fbs_cc {
  position: relative;
  left: auto;
  bottom: auto;

  width: 100%;
  box-sizing: border-box;

  padding: 1.5em 0 1em 0;

  color: var(--color-black);
  z-index: 2;

  opacity: 1;
  transform: none;
  pointer-events: auto;

  background: transparent;
}

  .fb_single.fb_active .fbs_cc {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
  padding:1.5em 0 1em 0;
}

.fbs_cc h2 {
  font-size:18px;
  font-weight: 700;
  color:var(--color-black);
  line-height: 1.25em;
  margin-bottom: 0.3em;
}
.fbs_cc h2 span {
  display: block;
  font-size:14px;
  font-weight: 500;
  color:var(--color-black);
  line-height: 1em;
  margin-bottom: 0.3em;
}
.fbs_cc h3 {
  font-size:12px;
  font-weight: 500;
  color:var(--color-1st);
  line-height: 1em;
  margin-bottom:1em;
}
.fbs_cc p.fbs_comment {
  font-size:12px;
  line-height: 1.25em;
  color:var(--color-black);
  margin-bottom: 1em;
}
.fbs_cc p.fbs_bn {
  width:fit-content;
  height: auto;
  display: block;
  font-size:12px;
  margin:0;
}
.fbs_cc p.fbs_bn a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  padding:0.2em 3em 0.2em 0.5em;
  background-color: var(--color-1st);
  background-image: url(../img2026/header/ic-ar_w.webp);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: auto 14px;
  border-radius: 5px;
  transition: .4s all;
}
.fbs_cc p.fbs_bn a:hover {
  background-color: var(--color-3rd);
}

.fb_mobile_nav {

    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;

    margin-top: 10px;

  }

  .fb_dots {
    height: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .fb_dot {
    width: 10px;
    height: 10px;

    display: block;

    border: 1px solid #ccc;
    border-radius: 50%;

    background: rgba(0,0,0,0.1);

    padding: 0;
    margin: 3px 0 0 0;

    appearance: none;
    cursor: pointer;
  }

  .fb_dot.fb_dot_active {
    background: #777;
    transform: scale(1.25);
  }

  .fb_arrow {

    display: block;

    border: none;

    background: #fff;
    color: #999;

    width: 30px;
    height: 30px;

    font-size: 26px;
    line-height: 30px;
    text-align: center;

    padding: 0;
    margin: 0;

    appearance: none;
    cursor: pointer;
  }



.fb_bg01 {background-image: url(../img2026/index/ms_bg01.webp);}
.fb_bg02 {background-image: url(../img2026/index/ms_bg02.webp);}
.fb_bg03 {background-image: url(../img2026/index/ms_bg03.webp);}
.fb_bg04 {background-image: url(../img2026/index/ms_bg04.webp);}



/* -----------------------------
Layout Select
-------------------------------*/
.needsselector {
  width: 100%;
  height: auto;
  display: block;
  margin:0;
}
.needssele_s_title_jp {
  text-align: center;
  margin-bottom:0.5em
}
.needssele_s_topcomment {
  margin-bottom: 2.5em;
}

.needsselect_list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin:0 auto;
}
.needsselect_list .nsl_cc {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
}
.needsselect_list .nsl_cc h3.nsl_numtitle {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1em;
  color:var(--color-black);
  margin-bottom:0.2em;
}
.needsselect_list .nsl_cc h3.nsl_numtitle span {
  font-size: 40px;
  letter-spacing: -0.05em;
  font-weight: 400;
}
.nsl_layoutimg {
  width: 80%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 auto 10px;
}
.nsl_titlecomment {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-1st);
  line-height: 1.25em;
  text-align: center;
  margin-bottom:1em;
}
.nsl_titlecomment strong {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-666);
  line-height: 2em;
}
.nsl_catetitle {
  width: 100%;
  height: auto;
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--color-1st);
  padding-bottom:0.3em;
  border-bottom:1px solid var(--color-2nd);
  line-height: 1em;
  margin:0 auto 1em;
}
.nsl_cc ul {
  width: 90%;
  height: auto;
  display: block;
  margin:0 auto;
}
.nsl_cc ul li {
  width: 100%;
  height: auto;
  display: block;
}

ul.nsl_modellist {
  width: 100%;
  height: auto;
  display: block;
}
ul.nsl_modellist li {
  width: 100%;
  height: auto;
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  border-bottom: 1px dotted var(--color-ccc);
  transition: .4s all;
}
ul.nsl_modellist li:hover {
  border-bottom: 1px solid var(--color-1st);
}
ul.nsl_modellist li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: var(--color-black);
  padding:0.5em 2em 0.5em 0.5em;
  background-image: url(../img2026/header/ic-ar_b.webp);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: auto 14px;
  transition: .4s all;
}
ul.nsl_modellist li a:hover {
  color: var(--color-1st);
  background-position: 100% center;
}


/* -----------------------------
ProductionExample
-------------------------------*/
.examplesection {
  width: 100%;
  height: auto;
  display: block;
}
.examplebody {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  padding:0px 8% 100px;
  margin:0 auto;
}
.ex01 {
  width: fit-content;
  height: auto;
  display: block;
  font-size:12px;
  font-weight: 500;
  line-height: 1em;
  padding:0.3em 0.5em;
  color:var(--color-white);
  background-color: var(--color-6th);
  border-radius: 5px;
  margin-bottom: 0.5em;
}
.ex02 {
  width: fit-content;
  height: auto;
  display: block;
  font-size:12px;
  font-weight: 500;
  line-height: 1em;
  padding:0.3em 0.5em;
  color:var(--color-white);
  background-color: var(--color-1st);
  border-radius: 5px;
  margin-bottom: 0.5em;
}

.examplesection .upd_cc h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}


/* -----------------------------
StockList
-------------------------------*/
.usedcarsection {
  width: 100%;
  height: auto;
  display: block;
  background-color: var(--color-7th);
  background-image: url(../img2026/index/stnbg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.usedcarbody {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  padding:100px 8%;
  margin:0 auto;
}




/* -----------------------------
Instagram
-------------------------------*/
.insmm {
  width: 100%;
  height: auto;
  display: block;
  background-color: var(--color-white);
}
.insbody {
  width: 100%;
  height: auto;
  display: block;
  padding:100px 2% 100px;
  margin:0 auto;
}

.insbase {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.ins01 {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
}
.ins02 {
  width: 100%;
  height: auto;
  display: block;
}
.insbase h3 {
  width: 100%;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  color:vbar(--color-black);
  padding-top:55px;
  margin-bottom: 5px;
  background-image: url(../img2026/header/ic-ins_c.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
}
.insbase p {
  font-size: 12px;
  text-align: center;
  line-height: 2em;
  margin-bottom: 1.5em;
}

/* 仮投稿表示用タイムライン（公開時削除） */
ul.dummyline {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap:2px;
}
ul.dummyline li {
  flex:0 0 calc((100% - 2px * 2) / 3);
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:12px;
  text-align: center;
  line-height: 1em;
  color:var(--color-999);
  background-color: var(--color-f0);
}
ul.dummyline li:nth-child(odd) {
  background-color: var(--color-ccc);
}


/* -----------------------------
Youtube
-------------------------------*/
.youtubesection {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img2026/index/yt_bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.youtubebody {
  width: 100%;
  height: auto;
  display: block;
  padding:70px 8%;
  margin:0 auto;
  background-color: rgba(0,0,0,0.7);
}
.youtubebody .sectiontitle {
  background-image: url(../img2026/header/ic-yt_c.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
  padding-top:50px;
}
.youtubebody .sectiontitle h2, .youtubebody .sectiontitle p {
  color:var(--color-white);
}

.ytdatalist {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.ytdatalist li {
  width: 100%;
  height:auto;
  display: block;
  margin-bottom: 30px;
}
.ytdatalist li .yt_thumb {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow:0px 5px 15px rgba(0,0,0,0.6);
}
.ytdatalist li .yt_cc {
  width: 100%;
  height: auto;
  display: block;
}
.ytdatalist li .yt_cc a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding:0.5em 1em;
}
.ytdatalist li .yt_cc h3 {
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 500;
  color:var(--color-white);
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-bottom: 0.8em;
}
.ytdatalist li .yt_cc p {
  width:fit-content;
  height: auto;
  display: block;
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 400;
  color:var(--color-white);
  line-height: 1em;
  padding:0.5em 1em 0.5em 3em;
  background-image: url(../img2026/header/ic-yt_w.webp);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 70%;
  background-color: var(--color-1st);
  border-radius: 3px;
  margin-bottom: 0;
}


/* -----------------------------
Magazine
-------------------------------*/
.magazinesection {
  width: 100%;
  height: auto;
  display: block;
}
.magzinebody {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  padding:70px 8% 70px;
  margin:0 auto;
}
.magzinebody .sectiontitle {
  background-image: url(../img2026/index/magazine_title_mobile.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 80px;
  padding-top:100px;
  margin-bottom: 50px;
}
.magzinebody .sectiontitle h2 {
  line-height: 1.5em;
  margin:0;
}

.maglist {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.maglist li {
  width:100%;
  height:auto;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px dotted var(--color-999);
  margin-bottom: 20px;
}
.maglist li a {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
}
.maglist li a:hover {
  background-size: 100% 1px;
}
.maglist li .magimg {
  width: 40%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.maglist li .magcc {
  width: 55%;
  height: auto;
  display: block;
  padding:0;
}
.maglist li .magcc h3 {
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 400;
  color:var(--color-black);
  line-height: 1.75em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-bottom: 0.8em;
}


/* -----------------------------
Update and Facebook
-------------------------------*/
.update_facebook {
  width: 100%;
  height: auto;
  display: block;
  background-color: var(--color-f5);
}
.upfb_body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:70px 5% 70px;
  margin:0 auto;
}


/* -----------------------------
Facebook
-------------------------------*/
.fbbase {
  width: 100%;
  height: auto;
  display: block;
}
.fbbase div, .fbbase iframe {
  width:100%;
  height: auto;
  display: block;
}


/* -----------------------------
Latest Update
-------------------------------*/
.updatessection {
  width: 100%;
  height: auto;
  display: block;
}
.updatesbody {
  width: 100%;
  height: auto;
  display: block;
  padding:0px;
  margin:0 auto;
}
.updatesbody ul.updatelist li {
  margin-bottom: 40px;
}


/* -----------------------------
Parts
-------------------------------*/
.partssection {
  width: 100%;
  height: auto;
  display: block;
  background-color: var(--color-f0);
}
.partsbody {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  padding:100px 8% 100px;
  margin:0 auto;
}
.partslist {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.partslist li {
  width:100%;
  height:auto;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px dotted var(--color-999);
  margin-bottom: 20px;
}
.partslist li a {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
}
.partslist li .partsimg {
  width: 40%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.partslist li .parts_cc {
  width: 55%;
  height: auto;
  display: block;
  padding:0;
}
.partslist li .parts_cc h3 {
  font-size: 16px;
  font-weight: 700;
  color:var(--color-black);
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-bottom: 0.5em;
}
.partslist li a .parts_cc p {
  font-size: 12px;
  text-align: center;
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-bottom: 1.5em;
}
.partslist li a p.pricetxt {
  font-size:14px;
  line-height: 1.25em;
  text-align: right;
  margin:0 0 0.8em 0;
}
.partslist li a p.pricetxt strong {
  font-size:22px;
  font-weight: 600;
  letter-spacing: 0em;
  color:var(--color-1st);
}




/* -----------------------------
Shopinfo
-------------------------------*/

.shopinfosection {
 width: 100%;
 height: auto;
 display: block;
 background-image: url(../img2026/index/shopinfo-bg.webp);
 background-repeat: no-repeat;
 background-position: 0 bottom;
 background-size: 100% auto;
 background-color: var(--color-white);
}
.shopinfo_base {
 width: 100%;
 height: auto;
 display: block;
 padding:100px 5% 10%;
 margin:0 auto;
}
.shopinfo_base h2 {
 width: 100%;
 height: auto;
 display: block;
 font-size: 26px;
 font-family: var(--font-en);
 font-weight: 500;
 letter-spacing: -0.1em;
 color:var(--color-black);
 line-height: 1em;
 text-align: center;
 background-image: url(../img2026/header/logo_b.webp);
 background-repeat: no-repeat;
 background-position: center top;
 background-size: auto 80px;
 padding-top: 95px;
 margin-bottom: 0.5em;
}
.shopinfo_base h2 span {
 font-weight: 300;
}
.shopinfo_base h3 {
 font-size: 16px;
 font-family: var(--font-min);
 font-weight: 500;
 color:var(--color-black);
 line-height: 1em;
 text-align: center;
 margin-bottom: 2em;
}

ul.shopinfolist {
 width: 100%;
 height: auto;
 display: flex;
 flex-wrap: wrap;
 flex-direction: column;
 margin-bottom: 30px;
}
ul.shopinfolist li {
width:100%;
height: auto;
display: flex;
flex-direction: column;
background-color: rgba(255,255,255,0.7);
backdrop-filter: blur(10px);
padding:2em 2em;
border-radius: 3px;
margin-bottom: 2%;
}
ul.shopinfolist li h4 {
font-size: 20px;
 font-family: var(--font-min);
 font-weight: 600;
 color:var(--color-black);
 text-align: center;
 line-height: 1em;
 margin-bottom: 0.5em;
}
ul.shopinfolist li h4 span {
 display: block;
 font-size: 10px;
 font-weight: 500;
 font-family: var(--font-en);
 color:var(--color-1st);
 line-height: 1.25em;
 margin:1em 0 0 0;
}
ul.shopinfolist li p.sil_add01 {
 font-size: 14px;
 font-weight: 400;
 color:var(--color-black);
 text-align: center;
 line-height: 1.5em;
 margin-bottom: 0.25em;
}
ul.shopinfolist li p.sil_add02 {
 font-size: 14px;
 font-weight: 400;
 color:var(--color-black);
 text-align: center;
 line-height: 1.5em;
 margin-bottom: 0;
}
ul.shopinfolist li p.sil_tel {
 width: fit-content;
 height: auto;
 display: block;
 font-size: 26px;
 font-weight: 400;
 letter-spacing: -0.05em;
 margin:0 auto;
}
ul.shopinfolist li p.sil_tel a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 font-family: var(--font-en);
 line-height: 50px;
 color: var(--color-1st);
 padding-left: 45px;
 background-image: url(../img2026/header/ic-tel_c.webp);
 background-repeat: no-repeat;
 background-position: left center;
 background-size: auto 40px;
}
ul.shopinfolist li p.sil_bn {
 width: 100%;
 height: auto;
 display: block;
 margin:0;
}
ul.shopinfolist li p.sil_bn a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 font-size: 12px;
 line-height: 30px;
 text-align: center;
 color: var(--color-white);
 background-color: var(--color-3rd);
 border-radius: 3px;
}
ul.shopinfolist li p.sil_bn a:hover {
 background-color: var(--color-2nd);
}

.distributors_banner {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto;
 background-color: var(--color-5th);
}
.distributors_banner a {
  transition: .4s all;
}
.distributors_banner a:hover {
  opacity: 0.5;
}


}