/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */


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


/* Pagetitle
-----------------------------------------------*/
.pagetitle {
 width: 100%;
 height: auto;
 display: block;
 background-image: url(../img2026/ptbody.webp);
 background-repeat: no-repeat;
 background-position: center top;
 background-size: 100% auto;
 margin:140px 0 0 0;
 }
.ptbody {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
 padding:17% 5% 0 5%;
}
.ptbody h2 {
order:2;
width: 100%;
height: auto;
display: block;
text-align: center;
font-size: clamp(11px, 1vw, 18px);
font-family: var(--font-min);
font-weight: 500;
color:var(--color-black);
line-height: 1em;
margin:0 0 1em 0;
}
.ptbody p {
order:1;
width: 100%;
height: auto;
display: block;
text-align: center;
font-size: clamp(20px, 2.5vw, 34px);
font-family: var(--font-en);
font-weight: 500;
letter-spacing: 0em;
color:var(--color-black);
line-height: 1em;
margin:0 0 0.2em 0;
}


/* Pankuzu
-----------------------------------------------*/
.pankuzu {
 width: 100%;
 height: auto;
 display: block;
 padding:0 5%;
 background-color: var(--color-f5);
 box-shadow: 0px -2px 10px rgba(0,0,0,0.15);
}
.pankuzu ul {
order:3;
width: 100%;
max-width:1920px;
height: auto;
display: flex;
margin:0 auto;
}
.pankuzu ul li {
 font-size: 12px;
 line-height: 1.5em;
 margin:0;
 padding:1em 40px 1em 10px;
 background-image: url(../img2026/header/ic-ar_pk.webp);
 background-repeat: no-repeat;
 background-position: right center;
 background-size: auto 100%;
 white-space: nowrap;
}
.pankuzu ul li:last-child {
 background-image: none;
 overflow: hidden;
 text-overflow: ellipsis;
}
.pankuzu ul li a {
 color:var(--color-1st);
 text-decoration: none;
}
.pankuzu ul li a:hover {
 color:var(--color-4th);
 text-decoration: underline;
}

/* Usedcar
-----------------------------------------------*/
.usedcarbody {
 width: 100%;
 height: auto;
 display: block;
 padding:70px 5%;
}


/* PageContact
-----------------------------------------------*/
.contact_pagebox {
 width:80%;
 max-width:1024px;
 height: auto;
 display: block;
 padding:2em 3em;
 background-color: var(--color-f5);
 border-radius: 15px;
 box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
 margin:0 auto;
}
.contact_pagebox h3 {
 width: 100%;
 height: auto;
 display: block;
 font-size:22px;
 font-weight: 500;
 color: var(--color-1st);
 text-align: center;
 line-height: 1em;
 border-bottom: 1px solid var(--color-1st);
 padding:0.5em;
 margin:0 auto 25px;
}
.contact_pagebox h4 {
 font-size:18px;
 font-weight: 700;
 line-height: 1em;
 color:var(--color-2nd);
 text-align: center;
 margin-bottom: 0.5em;
}
.contact_pagebox p.conp_tel {
 width:fit-content;
 height: 50px;
 display: flex;
 justify-content:flex-start;
 align-items: center;
 font-size:26px;
 font-weight: 700;
 font-family: var(--font-en);
 margin:0 auto;
}
.contact_pagebox p.conp_tel a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 color:var(--color-black);
 padding:0 0 0 50px;
 background-image: url(../img2026/header/ic-tel_c.webp);
 background-repeat: no-repeat;
 background-position: 0 center;
 background-size: auto 40px;
 transition: .4s all;
}
.contact_pagebox p.conp_tel a:hover {
 color:var(--color-3rd);
}
.contact_pagebox p.conp_fax {
 width:fit-content;
 height: 50px;
 display: flex;
 justify-content:flex-start;
 align-items: center;
 font-size:26px;
 font-weight: 700;
 font-family: var(--font-en);
 margin:0 auto;
}
.contact_pagebox p.conp_fax a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 color:var(--color-black);
 padding:0 0 0 50px;
 background-image: url(../img2026/header/ic-fax_c.webp);
 background-repeat: no-repeat;
 background-position: 0 center;
 background-size: auto 40px;
 transition: .4s all;
}
.contact_pagebox p.conp_fax a:hover {
 color:var(--color-3rd);
}


/* Category Button
-----------------------------------------------*/
.catebn_base {
width: 100%;
max-width: 700px;
height: auto;
display: flex;
justify-content: center;
gap:1%;
margin:30px auto 0px;
}
.catebn_base li {
 flex: 0 0 calc((100% - 1% * 2) /3 );
 height: auto;
 display: block;
 text-align: center;
 border-radius: 5px;
}
.catebn_base li.cbli_selected {
 flex: 0 0 calc((100% - 1% * 2) /3 );
 height: auto;
 display: block;
 text-align: center;
 color:var(--color-white);
 padding:0.5em;
 background-color: var(--color-4th);
}
.catebn_base li a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 text-align: center;
 color:var(--color-black);
 padding:0.5em;
 border-radius: 5px;
 transition: .4s all;
}
.catebn_base li a:hover {
 color:var(--color-white);
 background-color: var(--color-1st);
}


/* Category Title
-----------------------------------------------*/
.catetitle {
 width: 85%;
 height: auto;
 display: block;
 font-size:18px;
 font-weight: 500;
 line-height: 1.25em;
 border-bottom: 1px dotted var(--color-1st);
 padding-bottom: 0.5em;
 margin:0 auto;
}


/*-----------------------------------
FAQ Accordion
-----------------------------------*/
.qacc {
  width: 100%;
  margin-bottom: 10px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

/* 質問 */
.qacc > h3 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 18px 60px 18px 60px;
  box-sizing: border-box;
  background-color: var(--color-f8);
  color: var(--color-black);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  background-image: url(../img2026/header/ic-qa_q.webp);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: auto 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* マウスオーバー */
.qacc > h3:hover {
  background-color: #dddddd;
}

/* キーボード操作時 */
.qacc > h3:focus-visible {
  outline: 2px solid #333333;
  outline-offset: 2px;
}

/* 右側の開閉アイコン */
.qacc > h3::before,
.qacc > h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 18px;
  height: 2px;
  background-color: var(--color-1st);
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

/* 縦線 */
.qacc > h3::after {
  transform: translateY(-50%) rotate(90deg);
}

/* 開いているときはプラスをマイナスにする */
.qacc.is_open > h3::after {
  transform: translateY(-50%) rotate(0deg);
}

/* 回答 */
.qacc_a {
  display: none;
  width: 100%;
  padding: 15px 20px 20px 60px;
  box-sizing: border-box;
  background-color: var(--color-white);
  background-image: url(../img2026/header/ic-qa_a.webp);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: auto 40px;
  border: 1px solid var(--color-f0);
  border-top: none;
}

/* 回答内の最初と最後の余白を調整 */
.qacc_a > :first-child {
  margin-top: 0;
}

.qacc_a > :last-child {
  margin-bottom: 0;
}



/* Distributors
------------------------------------------------- */

.distributorslist {
  width: 100%;
  height: auto;
  display: block;
}
.dislist_sin {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.dislist_sin li {
  width:25%;
  height: auto;
  display: block;
  padding:2em 2em;
  margin-bottom: 0px;
}
.dislist_sin li:nth-child(-n + 8) {
  border-bottom: 1px dotted var(--color-ccc);
  border-right:1px solid var(--color-ccc);
}
.dislist_sin li:nth-child(4n) {
  border-right:none;
}
.dislist_sin li:nth-child(n + 9) {
  border-bottom: none;
  border-right:1px solid var(--color-ccc);
}
.dislist_sin li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
}
.dislist_sin li a h3 {
  width:fit-content;
  height: auto;
  display: block;
  font-size:12px;
  font-weight: 400;
  line-height: 1em;
  color: var(--color-666);
  border:1px solid var(--color-666);
  padding:0.2em 0.5em;
  border-radius: 3px;
  margin:0 auto 15px;
}
.dislist_sin li a .dislist_ci {
  width: 100%;
  height: auto;
  display: block;
}
.dislist_sin li a .dislist_ci img {
  width: 50%;
  height: auto;
  display: block;
  margin:0 auto;
}
.dislist_sin li a .dislist_cc {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  padding:0;
}
.dislist_sin li a .dislist_cc h4 {
  font-size:16px;
  line-height: 1.2em;
  color:var(--color-black);
  margin-bottom: 0.5em;
}
.dislist_sin li a .dislist_cc p {
  font-size:14px;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 1em;
}
.dislist_sin li a .dislist_cc p.dislist_bn {
  width: fit-content;
  height: 20px;
  display: block;
  font-size:11px;
  line-height: 18px;
  padding:0 2em 0 0.5em;
  margin:0 auto;
  color:var(--color-1st);
  border:1px solid var(--color-1st);
  background-image: url(../img2026/header/ic-ar_b.webp);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 14px;
  border-radius: 3px;
  transition: .4s all;
}
.dislist_sin li a:hover .dislist_cc p.dislist_bn {
  color:var(--color-white);
  border:1px solid var(--color-1st);
  background-color: var(--color-1st);
  background-image: url(../img2026/header/ic-ar_w.webp);
}


/* Flow
------------------------------------------------- */
.flowbase {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flowimg {
  width:50%;
}
.flowimg img {
  border-radius: 9999px;
}
.flowcc {
  width: 45%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 60px;
  padding-top:75px;
}
.flowcc h3 {
  font-size:24px;
  font-weight: 300;
  line-height: 1.25em;
  color:var(--color-1st);
  margin-bottom: 0.5em;
}
.flowcc p {
  margin-bottom: 0;
}


/* ShopInformation
------------------------------------------------- */
.shoplist {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
.sl-sin {
  flex:0 0 calc((100% - 3% * 1) / 2);
  height: auto;
  display: block;
  padding:35px 25px 25px 25px;
  background-color: var(--color-f8);
  border-radius: 10px;
  box-shadow:0px 2px 10px rgba(0,0,0,0.2);
  margin-bottom: 25px;
}
.sl-sin h3 {
  width: 100%;
  height: auto;
  display: block;
  font-size:26px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-align: center;
  background-image: url(../img2026/header/logo_b.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 60px;
  padding-top:70px;
  margin-bottom: 8px;
}
.sl-sin h4 {
  font-size:12px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  margin-bottom: 10px;
}
.sl-sin p {
  font-size:14px;
  line-height: 1.75em;
  text-align: center;
}
.sl-sin p span {
  margin-left:1em;
}
.sl-sin p span.mapbn {
  display: none;
}
.sl-sin p.si_add01 {
  margin:0;
}
.sl-sin p.si_tel {
  margin:0;
}
.sl-sin p.si_url {
  margin:0 0 8px 0;
}
.sl-sin p.si_op {
  font-size:12px;
  margin:0 0 20px;
}
.sl-sin p.si_op span {
  display: block;
}
.slmap, .slmap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  display: block;
}
.slcc {
  padding-top:20px;
}
.slcc ul.ulnom {
margin-bottom: 0;
}


/* Concept
-----------------------------------------------*/
.concepttopbase {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img2026/concept/topimage_pc.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  margin-top:140px;
}
.concepttopbody {
  width: 100%;
  height: auto;
  aspect-ratio: 2.25 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top:10%;
}
.concepttopbody h2 {
  order:2;
  font-size: clamp(14px, 2vw, 30px);
  font-weight: 500;
  line-height: 1em;
  color:var(--color-white);
  text-shadow: 0px 2px 7px rgba(0,0,0,0.4);
  margin-bottom: 0;
}
.concepttopbody p {
  order:1;
  font-size: clamp(32px, 5vw, 100px);
  font-weight: 700;
  font-family: var(--font-en);
  line-height: 1em;
  color:var(--color-white);
  text-shadow: 0px 2px 7px rgba(0,0,0,0.4);
  margin-bottom: 0.2em;
}

.concept_line01 {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}
.concept_line01 h2 {
 order:1;
 width:100%;
 height: auto;
 display: block;
 font-size: clamp(20px, 2.5vw, 50px);
 font-weight: 800;
 line-height: 1em;
 text-align: center;
 color: var(--color-black);
 margin-bottom: 0.65em;
}
.concept_line01 h3 {
 order:2;
 font-size: clamp(24px, 4vw, 100px);
 font-weight: 900;
 line-height: 1em;
 color: var(--color-black);
 text-align: center;
 letter-spacing: -0.04em;
 margin-bottom: 0em;
}
.concept_line01 h3 span {
  font-size: clamp(16px, 2vw, 20px);
}
.concept_line01 p {
 order:3;
 font-size: clamp(18px, 2vw, 40px);
 font-weight: 700;
 line-height: 2em;
 color: var(--color---color-black);
 text-align: center;
 margin-bottom: 0em;
}


/* Contactbn
-----------------------------------------------*/
p.contactbn {
  width: fit-content;
  height: auto;
  display: block;
  font-size:16px;
  font-weight: 700;
  margin:0 auto;
}
p.contactbn a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  line-height: 1em;
  padding:1.5em 1.5em 1.5em 70px;
  background-color: var(--color-8th);
  background-image: url(../img2026/header/ic-mail_w.webp);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: auto 40px;
  border-radius: 5px;
  transition: .4s all;
}
p.contactbn a:hover {
  background-color: var(--color-1st);
}

}

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

/* Pagetitle
-----------------------------------------------*/
.pagetitle {
 width: 100%;
 height: auto;
 display: block;
 background-image: url(../img2026/ptbody.webp);
 background-repeat: no-repeat;
 background-position: center top;
 background-size: 100% auto;
 margin-top:140px;
 }
.ptbody {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
 padding:16% 5% 2% 5%;
}
.ptbody h2 {
order:2;
width: 100%;
height: auto;
display: block;
text-align: center;
font-size: clamp(11px, 1vw, 18px);
font-family: var(--font-min);
font-weight: 500;
color:var(--color-black);
line-height: 1em;
margin:0 0 1em 0;
}
.ptbody p {
order:1;
width: 100%;
height: auto;
display: block;
text-align: center;
font-size: clamp(20px, 3vw, 34px);
font-family: var(--font-en);
font-weight: 500;
letter-spacing: 0em;
color:var(--color-black);
line-height: 1em;
margin:0 0 0.2em 0;
}




/* Pankuzu
-----------------------------------------------*/
.pankuzu {
 width: 100%;
 height: auto;
 display: block;
 padding:0 5%;
 background-color: var(--color-f5);
 box-shadow: 0px -2px 10px rgba(0,0,0,0.15);
}
.pankuzu ul {
order:3;
width: 100%;
max-width:1920px;
height: auto;
display: flex;
margin:0 auto;
}
.pankuzu ul li {
 font-size: 12px;
 line-height: 1.5em;
 margin:0;
 padding:1em 40px 1em 10px;
 background-image: url(../img2026/header/ic-ar_pk.webp);
 background-repeat: no-repeat;
 background-position: right center;
 background-size: auto 100%;
 white-space: nowrap;
}
.pankuzu ul li:last-child {
 background-image: none;
 overflow: hidden;
 text-overflow: ellipsis;
}
.pankuzu ul li a {
 color:var(--color-1st);
 text-decoration: none;
}
.pankuzu ul li a:hover {
 color:var(--color-4th);
 text-decoration: underline;
}


/* Usedcar
-----------------------------------------------*/
.usedcarbody {
 width: 100%;
 height: auto;
 display: block;
 padding:70px 5%;
}


/* PageContact
-----------------------------------------------*/
.contact_pagebox {
 width:60%;
 height: auto;
 display: block;
 padding:2em 3em;
 background-color: var(--color-f5);
 border-radius: 15px;
 box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
 margin:0 auto;
}
.contact_pagebox h3 {
 width: 100%;
 height: auto;
 display: block;
 font-size:22px;
 font-weight: 500;
 color: var(--color-1st);
 text-align: center;
 line-height: 1em;
 border-bottom: 1px solid var(--color-1st);
 padding:0.5em;
 margin:0 auto 25px;
}
.contact_pagebox h4 {
 font-size:18px;
 font-weight: 700;
 line-height: 1em;
 color:var(--color-2nd);
 text-align: center;
 margin-bottom: 0.5em;
}
.contact_pagebox p.conp_tel {
 width:fit-content;
 height: 50px;
 display: flex;
 justify-content:flex-start;
 align-items: center;
 font-size:26px;
 font-weight: 700;
 font-family: var(--font-en);
 margin:0 auto;
}
.contact_pagebox p.conp_tel a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 color:var(--color-black);
 padding:0 0 0 50px;
 background-image: url(../img2026/header/ic-tel_c.webp);
 background-repeat: no-repeat;
 background-position: 0 center;
 background-size: auto 40px;
 transition: .4s all;
}
.contact_pagebox p.conp_tel a:hover {
 color:var(--color-3rd);
}
.contact_pagebox p.conp_fax {
 width:fit-content;
 height: 50px;
 display: flex;
 justify-content:flex-start;
 align-items: center;
 font-size:26px;
 font-weight: 700;
 font-family: var(--font-en);
 margin:0 auto;
}
.contact_pagebox p.conp_fax a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 color:var(--color-black);
 padding:0 0 0 50px;
 background-image: url(../img2026/header/ic-fax_c.webp);
 background-repeat: no-repeat;
 background-position: 0 center;
 background-size: auto 40px;
 transition: .4s all;
}
.contact_pagebox p.conp_fax a:hover {
 color:var(--color-3rd);
}


/* Category Button
-----------------------------------------------*/
.catebn_base {
width: 100%;
max-width: 700px;
height: auto;
display: flex;
justify-content: center;
gap:1%;
margin:30px auto 40px;
}
.catebn_base li {
 flex: 0 0 calc((100% - 1% * 2) /3 );
 height: auto;
 display: block;
 text-align: center;
 border-radius: 5px;
}
.catebn_base li.cbli_selected {
 flex: 0 0 calc((100% - 1% * 2) /3 );
 height: auto;
 display: block;
 text-align: center;
 color:var(--color-white);
 padding:0.5em;
 background-color: var(--color-4th);
}
.catebn_base li a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 text-align: center;
 color:var(--color-black);
 padding:0.5em;
 border-radius: 5px;
 transition: .4s all;
}
.catebn_base li a:hover {
 color:var(--color-white);
 background-color: var(--color-1st);
}


/* Category Title
-----------------------------------------------*/
.catetitle {
 width: 85%;
 height: auto;
 display: block;
 font-size:18px;
 font-weight: 500;
 line-height: 1.25em;
 border-bottom: 1px dotted var(--color-1st);
 padding-bottom: 0.5em;
 margin:0 auto;
}


/*-----------------------------------
FAQ Accordion
-----------------------------------*/
.qacc {
  width: 100%;
  margin-bottom: 10px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

/* 質問 */
.qacc > h3 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 18px 60px 18px 60px;
  box-sizing: border-box;
  background-color: var(--color-f8);
  color: var(--color-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  background-image: url(../img2026/header/ic-qa_q.webp);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: auto 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* マウスオーバー */
.qacc > h3:hover {
  background-color: #dddddd;
}

/* キーボード操作時 */
.qacc > h3:focus-visible {
  outline: 2px solid #333333;
  outline-offset: 2px;
}

/* 右側の開閉アイコン */
.qacc > h3::before,
.qacc > h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 18px;
  height: 2px;
  background-color: var(--color-1st);
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

/* 縦線 */
.qacc > h3::after {
  transform: translateY(-50%) rotate(90deg);
}

/* 開いているときはプラスをマイナスにする */
.qacc.is_open > h3::after {
  transform: translateY(-50%) rotate(0deg);
}

/* 回答 */
.qacc_a {
  display: none;
  width: 100%;
  padding: 15px 20px 20px 60px;
  box-sizing: border-box;
  background-color: var(--color-white);
  background-image: url(../img2026/header/ic-qa_a.webp);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: auto 40px;
  border: 1px solid var(--color-f0);
  border-top: none;
}

/* 回答内の最初と最後の余白を調整 */
.qacc_a > :first-child {
  margin-top: 0;
}

.qacc_a > :last-child {
  margin-bottom: 0;
}


/* Distributors */
.distributorslist {
  width: 100%;
  height: auto;
  display: block;
}
.dislist_sin {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.dislist_sin li {
  width:33.33333333333%;
  height: auto;
  display: block;
  padding:2em 2em;
  margin-bottom: 0px;
}
.dislist_sin li:nth-child(-n + 9) {
  border-bottom: 1px dotted var(--color-ccc);
  border-right:1px solid var(--color-ccc);
}
.dislist_sin li:nth-child(3n) {
  border-right:none;
}
.dislist_sin li:nth-child(n + 10) {
  border-bottom: none;
  border-right:1px solid var(--color-ccc);
}
.dislist_sin li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
}
.dislist_sin li a h3 {
  width:fit-content;
  height: auto;
  display: block;
  font-size:12px;
  font-weight: 400;
  line-height: 1em;
  color: var(--color-666);
  border:1px solid var(--color-666);
  padding:0.2em 0.5em;
  border-radius: 3px;
  margin:0 auto 15px;
}
.dislist_sin li a .dislist_ci {
  width: 100%;
  height: auto;
  display: block;
}
.dislist_sin li a .dislist_ci img {
  width: 50%;
  height: auto;
  display: block;
  margin:0 auto;
}
.dislist_sin li a .dislist_cc {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  padding:0;
}
.dislist_sin li a .dislist_cc h4 {
  font-size:16px;
  line-height: 1.2em;
  color:var(--color-black);
  margin-bottom: 0.5em;
}
.dislist_sin li a .dislist_cc p {
  font-size:12px;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 1em;
}
.dislist_sin li a .dislist_cc p.dislist_bn {
  width: fit-content;
  height: 20px;
  display: block;
  font-size:11px;
  line-height: 18px;
  padding:0 2em 0 0.5em;
  margin:0 auto;
  color:var(--color-1st);
  border:1px solid var(--color-1st);
  background-image: url(../img2026/header/ic-ar_b.webp);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 14px;
  border-radius: 3px;
  transition: .4s all;
}
.dislist_sin li a:hover .dislist_cc p.dislist_bn {
  color:var(--color-white);
  border:1px solid var(--color-1st);
  background-color: var(--color-1st);
  background-image: url(../img2026/header/ic-ar_w.webp);
}


/* Flow
------------------------------------------------- */
.flowbase {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flowimg {
  width:45%;
}
.flowimg img {
  border-radius: 9999px;
}
.flowcc {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 60px;
  padding-top:75px;
}
.flowcc h3 {
  font-size:24px;
  font-weight: 300;
  line-height: 1.25em;
  color:var(--color-1st);
  margin-bottom: 0.5em;
}
.flowcc p {
  margin-bottom: 0;
}


/* ShopInformation
------------------------------------------------- */
.shoplist {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
.sl-sin {
  flex:0 0 calc((100% - 3% * 1) / 2);
  height: auto;
  display: block;
  padding:35px 25px 25px 25px;
  background-color: var(--color-f8);
  border-radius: 10px;
  box-shadow:0px 2px 10px rgba(0,0,0,0.2);
  margin-bottom: 25px;
}
.sl-sin h3 {
  width: 100%;
  height: auto;
  display: block;
  font-size:26px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-align: center;
  background-image: url(../img2026/header/logo_b.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 60px;
  padding-top:70px;
  margin-bottom: 8px;
}
.sl-sin h4 {
  font-size:12px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  margin-bottom: 10px;
}
.sl-sin p {
  font-size:14px;
  line-height: 1.75em;
  text-align: center;
}
.sl-sin p span {
  margin-left:1em;
}
.sl-sin p span.mapbn {
  width:fit-content;
  height: auto;
  display: block;
  margin:5px auto 8px;
  font-size:12px;
}
.sl-sin p span.mapbn a {
  width: 100%;
  height: auto;
  display: block;
  padding:0 1em 0 2em;
  line-height: 20px;
  text-decoration: none;
  color:var(--color-1st);
  border: 1px solid var(--color-1st);
  background-image: url(../img2026/header/ic-map.webp);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 80%;
  border-radius: 5px;
}
.sl-sin p.si_add01 {
  margin:0;
}
.sl-sin p.si_tel {
  margin:0;
}
.sl-sin p.si_url {
  margin:0 0 8px 0;
}
.sl-sin p.si_op {
  font-size:12px;
  margin:0 0 20px;
}
.sl-sin p.si_op span {
  display: block;
}
.slmap, .slmap iframe {
  display:none;
}
.slcc {
  display:none;
}
.slcc ul.ulnom {
margin-bottom: 0;
}


/* Concept
-----------------------------------------------*/
.concepttopbase {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img2026/concept/topimage_pc.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  margin-top:140px;
}
.concepttopbody {
  width: 100%;
  height: auto;
  aspect-ratio: 2.25 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top:10%;
}
.concepttopbody h2 {
  order:2;
  font-size: clamp(14px, 2vw, 30px);
  font-weight: 500;
  line-height: 1em;
  color:var(--color-white);
  text-shadow: 0px 2px 7px rgba(0,0,0,0.4);
  margin-bottom: 0;
}
.concepttopbody p {
  order:1;
  font-size: clamp(32px, 5vw, 100px);
  font-weight: 700;
  font-family: var(--font-en);
  line-height: 1em;
  color:var(--color-white);
  text-shadow: 0px 2px 7px rgba(0,0,0,0.4);
  margin-bottom: 0.2em;
}

.concept_line01 {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}
.concept_line01 h2 {
 order:1;
 width:100%;
 height: auto;
 display: block;
 font-size: clamp(20px, 2.5vw, 50px);
 font-weight: 800;
 line-height: 1em;
 text-align: center;
 color: var(--color-black);
 margin-bottom: 0.65em;
}
.concept_line01 h3 {
 order:2;
 font-size: clamp(24px, 4vw, 100px);
 font-weight: 900;
 line-height: 1em;
 color: var(--color-black);
 text-align: center;
 letter-spacing: -0.04em;
 margin-bottom: 0em;
}
.concept_line01 h3 span {
  font-size: clamp(16px, 2vw, 20px);
}
.concept_line01 p {
 order:3;
 font-size: clamp(18px, 2vw, 40px);
 font-weight: 700;
 line-height: 2em;
 color: var(--color---color-black);
 text-align: center;
 margin-bottom: 0em;
}

/* Contactbn
-----------------------------------------------*/
p.contactbn {
  width: fit-content;
  height: auto;
  display: block;
  font-size:16px;
  font-weight: 700;
  margin:0 auto;
}
p.contactbn a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  line-height: 1em;
  padding:1.5em 1.5em 1.5em 70px;
  background-color: var(--color-8th);
  background-image: url(../img2026/header/ic-mail_w.webp);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: auto 40px;
  border-radius: 5px;
  transition: .4s all;
}
p.contactbn a:hover {
  background-color: var(--color-1st);
}



}


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


/* Pagetitle
-----------------------------------------------*/
.pagetitle {
 width: 100%;
 height: auto;
 display: block;
 background-image: url(../img2026/ptbody.webp);
 background-repeat: no-repeat;
 background-position: center top;
 background-size: 150% auto;
 margin-top:80px;
 }
.ptbody {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
 padding:25% 5% 2% 5%;
}
.ptbody h2 {
order:2;
width: 100%;
height: auto;
display: block;
text-align: center;
font-size: 12px;
font-family: var(--font-min);
font-weight: 500;
color:var(--color-black);
line-height: 1em;
margin:0 0 1em 0;
}
.ptbody p {
order:1;
width: 100%;
height: auto;
display: block;
text-align: center;
font-size: 18px;
font-family: var(--font-en);
font-weight: 500;
letter-spacing: 0em;
color:var(--color-black);
line-height: 1em;
margin:0 0 0.4em 0;
}
.ptbody ul {
order:3;
width: 100%;
height: auto;
display: flex;
justify-content: center;
}
.ptbody ul li {
 font-size: 10px;
 line-height: 1.5em;
 margin:0;
}
.ptbody ul li:after {
 content:">";
 margin-right:0.5em;
 margin-left:0.5em;
}
.ptbody ul li:last-child:after {
content:"";
margin-left:0;
margin-right:0;
}
.ptbody ul li a {
 color:var(--color-1st);
 text-decoration: none;
}
.ptbody ul li a:hover {
 color:var(--color-4th);
 text-decoration: underline;
}


/* Pankuzu
-----------------------------------------------*/
.pankuzu {
 display: none!important;
}
.pankuzu ul {
  display: none!important;
}

/* Usedcar
-----------------------------------------------*/
.usedcarbody {
 width: 100%;
 height: auto;
 display: block;
 padding:0px 5%;
}


/* PageContact
-----------------------------------------------*/
.contact_pagebox {
 width:100%;
 height: auto;
 display: block;
 padding:2em 2em;
 background-color: var(--color-f5);
 border-radius: 15px;
 box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
 margin:0 auto;
}
.contact_pagebox h3 {
 width: 100%;
 height: auto;
 display: block;
 font-size:22px;
 font-weight: 500;
 color: var(--color-1st);
 text-align: center;
 line-height: 1em;
 border-bottom: 1px solid var(--color-1st);
 padding:0.5em;
 margin:0 auto 25px;
}
.contact_pagebox h4 {
 font-size:16px;
 font-weight: 700;
 line-height: 1em;
 color:var(--color-2nd);
 text-align: center;
 margin-bottom: 0.5em;
}
.contact_pagebox p.conp_tel {
 width:fit-content;
 height: 50px;
 display: flex;
 justify-content:flex-start;
 align-items: center;
 font-size:22px;
 font-weight: 700;
 font-family: var(--font-en);
 margin:0 auto;
}
.contact_pagebox p.conp_tel a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 color:var(--color-black);
 padding:0 0 0 50px;
 background-image: url(../img2026/header/ic-tel_c.webp);
 background-repeat: no-repeat;
 background-position: 0 center;
 background-size: auto 40px;
 transition: .4s all;
}
.contact_pagebox p.conp_tel a:hover {
 color:var(--color-3rd);
}
.contact_pagebox p.conp_fax {
 width:fit-content;
 height: 50px;
 display: flex;
 justify-content:flex-start;
 align-items: center;
 font-size:22px;
 font-weight: 700;
 font-family: var(--font-en);
 margin:0 auto;
}
.contact_pagebox p.conp_fax a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 color:var(--color-black);
 padding:0 0 0 50px;
 background-image: url(../img2026/header/ic-fax_c.webp);
 background-repeat: no-repeat;
 background-position: 0 center;
 background-size: auto 40px;
 transition: .4s all;
}
.contact_pagebox p.conp_fax a:hover {
 color:var(--color-3rd);
}


/* Category Button
-----------------------------------------------*/
.catebn_base {
width: 90%;
height: auto;
display: flex;
justify-content: center;
gap:1%;
margin:30px auto 40px;
}
.catebn_base li {
 flex: 0 0 calc((100% - 1% * 2) /3 );
 height: auto;
 display: block;
 text-align: center;
 border-radius: 5px;
}
.catebn_base li.cbli_selected {
 flex: 0 0 calc((100% - 1% * 2) /3 );
 height: auto;
 display: block;
 text-align: center;
 color:var(--color-white);
 padding:0.5em;
 background-color: var(--color-4th);
}
.catebn_base li a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 text-align: center;
 color:var(--color-black);
 padding:0.5em;
 border-radius: 5px;
 transition: .4s all;
}
.catebn_base li a:hover {
 color:var(--color-white);
 background-color: var(--color-1st);
}


/* Category Title
-----------------------------------------------*/
.catetitle {
 width: 85%;
 height: auto;
 display: flex;
 align-items: center;
 font-size:18px;
 font-weight: 500;
 line-height: 1.25em;
 border-bottom: 1px dotted var(--color-1st);
 padding-bottom: 0.5em;
 margin:0 auto;
}
.catetitle span {
 font-size:12px;
}


/*-----------------------------------
FAQ Accordion
-----------------------------------*/
.qacc {
  width: 100%;
  margin-bottom: 10px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

/* 質問 */
.qacc > h3 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 15px 60px 15px 50px;
  box-sizing: border-box;
  background-color: var(--color-f8);
  color: var(--color-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  background-image: url(../img2026/header/ic-qa_q.webp);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: auto 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* マウスオーバー */
.qacc > h3:hover {
  background-color: #dddddd;
}

/* キーボード操作時 */
.qacc > h3:focus-visible {
  outline: 2px solid #333333;
  outline-offset: 2px;
}

/* 右側の開閉アイコン */
.qacc > h3::before,
.qacc > h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 18px;
  height: 2px;
  background-color: var(--color-1st);
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

/* 縦線 */
.qacc > h3::after {
  transform: translateY(-50%) rotate(90deg);
}

/* 開いているときはプラスをマイナスにする */
.qacc.is_open > h3::after {
  transform: translateY(-50%) rotate(0deg);
}

/* 回答 */
.qacc_a {
  display: none;
  width: 100%;
  padding: 50px 15px 20px 15px;
  box-sizing: border-box;
  background-color: var(--color-white);
  background-image: url(../img2026/header/ic-qa_a.webp);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: auto 30px;
  border: 1px solid var(--color-f0);
  border-top: none;
}

/* 回答内の最初と最後の余白を調整 */
.qacc_a > :first-child {
  margin-top: 0;
}

.qacc_a > :last-child {
  margin-bottom: 0;
}


/* Distributors */
.distributorslist {
  width: 100%;
  height: auto;
  display: block;
}
.dislist_sin {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.dislist_sin li {
  width:100%;
  height: auto;
  display: block;
  padding:0 0 25px;
  border-bottom: 1px dotted var(--color-999);
  margin-bottom: 25px;
}
.dislist_sin li:last-child {
  padding:0;
  border:none;
  margin:0;
}
.dislist_sin li a {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-decoration: none;
}
.dislist_sin li a h3 {
  width:fit-content;
  height: 23px;
  display: block;
  font-size:12px;
  font-weight: 400;
  line-height: 21px;
  color: var(--color-666);
  border:1px solid var(--color-666);
  padding:0 0.5em;
  border-radius: 3px;
  margin:0 0 0px;
}
.dislist_sin li a .dislist_ci {
  width: 40%;
  height: auto;
  display: block;
}
.dislist_sin li a .dislist_ci img {
  width: 50%;
  height: auto;
  display: block;
  margin:0 auto;
}
.dislist_sin li a .dislist_cc {
  width: 70%;
  height: auto;
  display: block;
  text-align: left;
  padding:0;
}
.dislist_sin li a .dislist_cc h4 {
  font-size:16px;
  line-height: 1.2em;
  color:var(--color-black);
  margin-bottom: 0.5em;
}
.dislist_sin li a .dislist_cc p {
  font-size:14px;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 0.75em;
}
.dislist_sin li a .dislist_cc p.dislist_bn {
  width: fit-content;
  height: 20px;
  display: block;
  font-size:11px;
  line-height: 18px;
  padding:0 2em 0 0.5em;
  color:var(--color-1st);
  border:1px solid var(--color-1st);
  background-image: url(../img2026/header/ic-ar_b.webp);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: auto 14px;
  border-radius: 3px;
  transition: .4s all;
}
.dislist_sin li a:hover .dislist_cc p.dislist_bn {
  color:var(--color-white);
  border:1px solid var(--color-1st);
  background-color: var(--color-1st);
  background-image: url(../img2026/header/ic-ar_w.webp);
}


/* Flow
------------------------------------------------- */
.flowbase {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.flowimg {
  width:100%;
}
.flowimg img {
  border-radius: 9999px;
}
.flowcc {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 40px;
  padding-top:50px;
}
.flowcc h3 {
  font-size:24px;
  font-weight: 300;
  line-height: 1.25em;
  color:var(--color-1st);
  margin-bottom: 0.5em;
}
.flowcc p {
  margin-bottom: 0;
}


/* ShopInformation
------------------------------------------------- */
.shoplist {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.sl-sin {
  width:100%;
  height: auto;
  display: block;
  padding:0 0 25px 0;
  border-bottom: 1px dotted var(--color-999);
  margin-bottom: 35px;
}
.sl-sin:last-of-type {
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0px;;
}
.sl-sin h3 {
  width: 100%;
  height: auto;
  display: block;
  font-size:24px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-align: center;
  background-image: url(../img2026/header/logo_b.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 60px;
  padding-top:70px;
  margin-bottom: 8px;
}
.sl-sin h4 {
  font-size:12px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  margin-bottom: 10px;
}
.sl-sin p {
  font-size:14px;
  line-height: 1.75em;
  text-align: center;
}
.sl-sin p span {
  margin-left:1em;
}
.sl-sin p span.mapbn {
  width:fit-content;
  height: auto;
  display: block;
  margin:5px auto 8px;
  font-size:12px;
}
.sl-sin p span.mapbn a {
  width: 100%;
  height: auto;
  display: block;
  padding:0 1em 0 2em;
  line-height: 20px;
  text-decoration: none;
  color:var(--color-1st);
  border: 1px solid var(--color-1st);
  background-image: url(../img2026/header/ic-map.webp);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 80%;
  border-radius: 5px;
}
.sl-sin p.si_add01 {
  margin:0;
}
.sl-sin p.si_tel {
  margin:0;
}
.sl-sin p.si_url {
  margin:0 0 8px 0;
}
.sl-sin p.si_op {
  font-size:12px;
  margin:0 0 20px;
}
.sl-sin p.si_op span {
  display: block;
}
.slmap, .slmap iframe {
  display:none;
}
.slcc {
  display:none;
}
.slcc ul.ulnom {
margin-bottom: 0;
}


/* Concept
-----------------------------------------------*/
.concepttopbase {
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img2026/concept/topimage_m.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  margin-top:80px;
}
.concepttopbody {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top:20%;
}
.concepttopbody h2 {
  order:2;
  font-size: clamp(14px, 2vw, 30px);
  font-weight: 500;
  line-height: 1em;
  color:var(--color-white);
  text-shadow: 0px 2px 7px rgba(0,0,0,0.4);
  margin-bottom: 0;
}
.concepttopbody p {
  order:1;
  font-size: clamp(32px, 5vw, 100px);
  font-weight: 700;
  font-family: var(--font-en);
  line-height: 1em;
  color:var(--color-white);
  text-shadow: 0px 2px 7px rgba(0,0,0,0.4);
  margin-bottom: 0.2em;
}

.concept_line01 {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}
.concept_line01 h2 {
 order:1;
 width:100%;
 height: auto;
 display: block;
 font-size: clamp(16px, 1.5vw, 50px);
 font-weight: 800;
 line-height: 1em;
 text-align: center;
 color: var(--color-1st);
 margin-bottom: 0.8em;
}
.concept_line01 h3 {
 order:2;
 font-size: clamp(24px, 8vw, 100px);
 font-weight: 800;
 line-height: 1em;
 color: var(--color-1st);
 text-align: center;
 letter-spacing: -0.04em;
 margin-bottom: 0.25em;
}
.concept_line01 h3 span {
  display: block;
  text-align: center;
  font-size: clamp(14px, 1.5vw, 20px);
}
.concept_line01 p {
 order:3;
 font-size: clamp(16px, 2vw, 20px);
 font-weight: 600;
 line-height: 1.5em;
 color: var(--color---color-black);
 text-align: center;
 margin-bottom: 0em;
}
.concept_line01 p span {
  display: block;
}


/* Contactbn
-----------------------------------------------*/
p.contactbn {
  width: 100%;
  height: auto;
  display: block;
  font-size:16px;
  font-weight: 700;
  margin:0 auto;
}
p.contactbn a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  line-height: 1em;
  padding:1em 0.5em 1em 60px;
  background-color: var(--color-8th);
  background-image: url(../img2026/header/ic-mail_w.webp);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 40px;
  border-radius: 5px;
  transition: .4s all;
}
p.contactbn a:hover {
  background-color: var(--color-1st);
}


}
