/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */
.tp-hiace_sr5 {background-image: url(../img2026/complete/hiace/sr5/topimage.webp);}
.tp-hiace_limited7 {background-image: url(../img2026/complete/hiace/limited7/topimage.webp);}
.tp-hiace_limited8 {background-image: url(../img2026/complete/hiace/limited8/topimage.webp);}
.tp-hiace_express {background-image: url(../img2026/complete/hiace/express/topimage.webp);}
.tp-hiace_outdoor {background-image: url(../img2026/complete/hiace/outdoor/topimage.webp);}

.tp-hiace_comu_slb7 {background-image: url(../img2026/complete/hiace_comu/slb7/topimage.webp);}
.tp-hiace_comu_slb8 {background-image: url(../img2026/complete/hiace_comu/slb8/topimage.webp);}
.tp-hiace_comu_express {background-image: url(../img2026/complete/hiace_comu/express/topimage.webp);}
.tp-hiace_comu_slb8_lsr {background-image: url(../img2026/complete/hiace_comu/slb8_lsr/topimage.webp);}

.tp-caravan_sr5 {background-image: url(../img2026/complete/caravan/sr5/topimage.webp);}
.tp-caravan_limited7 {background-image: url(../img2026/complete/caravan/limited7/topimage.webp);}
.tp-caravan_limited8 {background-image: url(../img2026/complete/caravan/limited8/topimage.webp);}
.tp-caravan_express {background-image: url(../img2026/complete/caravan/express/topimage.webp);}
.tp-caravan_outdoor {background-image: url(../img2026/complete/caravan/outdoor/topimage.webp);}

.tp-probox_black {background-image: url(../img2026/complete/probox/black/topimage.jpg);}
.tp-probox_outdoor {background-image: url(../img2026/complete/probox/original/topimage.jpg);}

.color_ch01 {background-image: url(../img2026/complete/probox/original/ic-color01.webp);}
.color_ch02 {background-image: url(../img2026/complete/probox/original/ic-color02.webp);}
.color_ch03 {background-image: url(../img2026/complete/probox/original/ic-color03.webp);}
.color_ch04 {background-image: url(../img2026/complete/probox/original/ic-color04.webp);}
.color_ch05 {background-image: url(../img2026/complete/probox/original/ic-color05.webp);}

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


/*----------------------------------------------
Index
----------------------------------------------*/
.carlistmm {
 width: 100%;
 max-width: 1920px;
 height: auto;
 display: block;
 padding:80px 5%;
 margin:0 auto;
}

/* Lineup
----------------*/
.carlist_base {
width: 100%;
height: auto;
display: flex;
justify-content: center;
gap:5%;
}
.carlist {
 flex:0 0 calc((100% - 5% * 2) / 3 );
 height: auto;
 display: flex;
 flex-direction: column;
}
.carimg {
 width: 80%;
 height: auto;
 display: block;
 margin:0 auto 10px;
}
.carlineuptitle_jp {
 order:2;
 font-size: clamp(12px, 1.25vw, 20px);
 font-weight: 600;
 line-height: 1em;
 text-align: center;
 color:var(--color-1st);
 margin-bottom: 0.5em;
}
.carlineuptitle_en {
 order:1;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-wrap: wrap;
 font-size: clamp(24px, 2.5vw, 50px);
 font-family: var(--font-en);
 font-weight: 400;
 text-align: center;
 letter-spacing: -0.05em;
 margin-bottom: 0.1em;
}
.carlineuptitle_en span {
 font-size: clamp(14px, 1.5vw, 30px);
 margin-right:0.5em;
}
.carlineuptitle_addtxt {
 order:3;
 font-size: clamp(14px, 1vw, 20px);
 text-align: center;
 line-height:1.5em;
 margin-bottom: 30px;
}
.carlineuptitle_addtxt_en {
 order:3;
 font-size: clamp(14px, 1vw, 20px);
 text-align: center;
 font-weight: 700;
 font-family: var(--font-en);
 line-height:1.5em;
 margin-bottom: 30px;
}
.carlineup_bn {
 order:4;
 width: fit-content;
 height: auto;
 display: block;
 font-size:14px;
 margin:-15px auto 0;
}
.carlineup_bn a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 line-height: 1em;
 padding:0.5em 3em 0.5em 1em;
 color:var(--color-white);
 background-color: var(--color-1st);
 background-image: url(../img2026/header/ic-ar_w.webp);
 background-repeat: no-repeat;
 background-position: 96% center;
 background-size: auto 50%;
 border-radius: 3px;
 transition: .4s all;
}
.carlineup_bn a:hover {
 background-color: var(--color-2nd);
}
.carlineup_models {
 order:4;
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
}
.carlineup_models li {
 width: 100%;
 height: auto;
 display: block;
 border-bottom: 1px dotted var(--color-ccc);
 padding-bottom:10px;
 margin-bottom: 10px;
}
.carlineup_models li a {
 width: 100%;
 height: auto;
 display: flex;
 justify-content: space-between;
 align-items: center;
 text-decoration: none;
 padding:5px;
 background-image: url(../img2026/box-f5.webp);
 background-repeat: no-repeat;
 background-position: 0 center;
 background-size: 0px 100%;
 transition: .4s all;
}
.carlineup_models li a:hover {
 background-size: 100% 100%;
}
.carlineup_models li a .clm_layout {
width: 40%;
height: auto;
display: flex;
justify-content: flex-start;
align-items: center;
}
.carlineup_models li a .clm_cc {
  width: 55%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.carlineup_models li a .clm_cc h4 {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 font-size: clamp(14px, 1.2vw, 30px);
 font-family: var(--font-en);
 font-weight: 400;
 letter-spacing: -0.08em;
 line-height: 1em;
 margin-bottom: 0.3em;
 transition: .4s all;
}
.carlineup_models li a .clm_cc h4 span.subtxt_h {
 font-size: clamp(10px, 0.9vw, 20px);
 color:var(--color-666);
 margin-left:0.5em;
}
.carlineup_models li a .clm_cc h4 span.subtxt_v {
 width: 100%;
 height: auto;
 display: block;
 font-size: clamp(10px, 0.9vw, 20px);
 color:var(--color-666);
}
.carlineup_models li a:hover .clm_cc h4, .carlineup_models li a:hover .clm_cc h4 span.subtxt_h, .carlineup_models li a:hover .clm_cc h4 span.subtxt_v {
color:var(--color-2nd);
}
.carlineup_models li a .clm_cc p {
 font-size: clamp(10px, 0.8vw, 16px);
 color: var(--color-1st);
 font-weight: 500;
 letter-spacing: 0em;
 line-height: 1em;
 margin-bottom: 0em;
}



/*----------------------------------------------
Model index
----------------------------------------------*/
.cartitle {
 width: 100%;
 height: auto;
 display: block;
 margin-top:140px;
}
.lineup_listmm {
 width: 100%;
 height: auto;
 display: flex;
 flex-wrap: wrap;
 gap: 7.5%;
}
.llm_sin {
 flex:0 0 calc((100% - 7.5% * 1) / 2);
 height: auto;
 display: block;
 margin-bottom: 70px;
}
.llms_img {
 width: 100%;
 height: auto;
 display: block;
}
.llms_img a {
 transition: .4s all;
}
.llms_img a:hover {
 opacity: 0.6;
}
.llms_img img {
 border-radius: 15px;
}

.llms_cc {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
 padding:1.5em 0.5em 0;
}
.llms_cc h3 {
 width:100%;
 height: auto;
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 font-size:26px;
 font-family: var(--font-en);
 font-weight: 400;
 letter-spacing: -0.03em;
 color:var(--color-black);
 margin-bottom: 0.1em;
}
.llms_cc h3 span {
 font-size:18px;
 margin-left:0.5em;
}
.llms_cc h3 span.llmc_t_v {
 width: 100%;
 display: block;
 margin-left:0em;
 margin-bottom: 0.3em;
}
.llms_cc h4 {
 font-size:12px;
 font-weight: 500;
 line-height: 1em;
 color:var(--color-1st);
 margin-bottom: 1em;
}
.llms_cc p.llmsc_comment {
 margin-bottom: 30px;
}
.llms_cc p.llmsc_bn {
 order:4;
 width: fit-content;
 height: auto;
 display: block;
 font-size:14px;
 margin:-15px auto 0;
}
.llms_cc p.llmsc_bn a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 line-height: 1em;
 padding:0.5em 3em 0.5em 1em;
 color:var(--color-white);
 background-color: var(--color-1st);
 background-image: url(../img2026/header/ic-ar_w.webp);
 background-repeat: no-repeat;
 background-position: 96% center;
 background-size: auto 50%;
 border-radius: 3px;
 transition: .4s all;
}
.llms_cc p.llmsc_bn a:hover {
 background-color: var(--color-2nd);
}

.title-btn-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0;
}

.title-btn-wrap .title-col {
  width: calc( 100% - 240px );
}

.title-btn-wrap .btn-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 240px;
  padding: 0 0 40px 0;
  margin: 0;
}

p.go-pdf {
  width: fit-content;
  height: auto;
  display: block;
  font-size:14px;
  margin: 0 0 0 auto;
}

p.go-pdf a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  line-height: 1em;
  padding:0.5em 3em 0.5em 1em;
  color:var(--color-white);
  background-color: #f00;
  background-image: url(../img2026/header/ic-ar_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 50%;
  border-radius: 3px;
  transition: .4s all;
}

p.go-pdf a:hover {
  background-color: #a00;
}

p.go-pdf a .fa {
  margin-right: 0.3em;
}



/*----------------------------------------------
Detail
----------------------------------------------*/

/* ModelTitle
----------------*/
.modeltitle {
 width: 100%;
 height: auto;
 aspect-ratio: 16 / 9;
 display: block;
 background-repeat: no-repeat;
 background-position: 0 0;
 background-size: contain;
 position: relative;
 margin-top:140px;
}
.modeltitle_cc {
 width:50%;
 height: 100%;
 display: block;
 background: #1D531C;
background: linear-gradient(90deg, rgba(29, 83, 28, 0.6) 0%, rgba(29, 83, 28, 0.4) 57%, rgba(29, 83, 28, 0) 100%);
mix-blend-mode: multiply;
}
.modeltitle_base {
 width: 100%;
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: center;
 padding:0 0 0 5%;
 position: absolute;
 top:0;
 left:0;
 z-index:1;
}
.modeltitle_base h2 {
 order:2;
 min-height: 1em;
 font-size: clamp(24px, 7vw, 200px);
 font-weight:700;
 line-height: 0.8em;
 letter-spacing: -0.07em;
 color:var(--color-white);
 text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
 margin-bottom:0em;
}
.modeltitle_base h2 span {
 display: block;
 font-size: clamp(24px, 2.5vw, 100px);
 font-weight:700;
 letter-spacing: -0.03em;
 line-height: 1.5em;
 margin-top:0.2em;
 margin-bottom: 0.3em;
}
.modeltitle_base h3 {
 order:1;
 font-size: clamp(20px, 3vw, 100px);
 font-weight: 700;
 line-height: 1em;
 letter-spacing: -0.04em;
 color:var(--color-white);
 text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
 margin-bottom:0.1em;
}
.modeltitle_base h4 {
 order:3;
 width:fit-content;
 height: auto;
 display: block;
 font-size: clamp(14px, 1.5vw, 50px);
 font-weight: 700;
 line-height: 1.2em;
 color:var(--color-white);
 background-color: var(--color-1st);
 padding:0.3em 0.5em 0.35em 0.5em;
 margin-bottom:0em;
}


/* ImageGallery
----------------*/
.imagegallerymm {
 width: 90%;
 max-width:1920px;
 height: auto;
 display: block;
 margin:0 auto;
 padding:50px 0;
}


/* Price
----------------*/
.price_s_title {
 width: 100%;
 height: auto;
 display: flex;
 align-items: center;
 font-size: clamp(24px, 2vw, 100px);
 font-weight: 700;
 letter-spacing: -0.03em;
 line-height: 1em;
 margin-bottom: 1em;
}
.price_s_title span {
 font-size: clamp(12px, 1.1vw, 50px);
 font-weight: 500;
 line-height: 1em;
}
.price_s_title_s {
 width: 100%;
 height: auto;
 display: flex;
 align-items: center;
 font-size: clamp(16px, 1.75vw, 40px);
 color: var(--color-1st);
 font-weight: 400;
 letter-spacing: -0.03em;
 line-height: 1em;
 margin-bottom: 0.25em;
}

.pricetable {
 width: 100%;
 height: auto;
 display: flex;
 flex-wrap: wrap;
}
.pricetable dt {
 width: 50%;
 padding:0.5em 0em 0.5em 0em;
 font-size: clamp(16px, 1.5vw, 40px);
 font-weight: 400;
 line-height: 1.5em;
 border-bottom: 1px dotted var(--color-ccc);
}
.pricetable dd {
 width: 50%;
 padding:0.5em 0em 0.5em 0em;
 font-size: clamp(16px, 1.5vw, 40px);
 font-weight: 700;
 text-align: right;
 line-height: 1.5em;
 border-bottom: 1px dotted var(--color-ccc);
}


/* Banner
----------------*/
.bannerlist_cc {
 width: 100%;
 height: auto;
 display: flex;
 justify-content: space-between;
}
.bannerlist_cc li {
 width:48%;
 box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.bannerlist_cc li a {
 width: 100%;
 height: auto;
 display: block;
 transition: .4s all;
}
.bannerlist_cc li a:hover {
 filter: brightness(1.25) contrast(1.1);
}


/* PROBOX Title
----------------*/
.probox_title_en {
 font-size:28px;
 font-family: var(--font-en);
 font-weight: 400;
 line-height: 1em;
 color:var(--color-black);
 margin-bottom: 0.3em;
}
.probox_title_jp {
 font-size:16px;
 font-weight: 500;
 line-height: 1em;
 color:var(--color-1st);
 margin-bottom: 40px;
}


/* PROBOX List
----------------*/
.probox_list {
 width: 100%;
 height: auto;
 display: flex;
 flex-wrap: wrap;
 gap:2%;
}
.probox_list .prbl_r2 {
 flex:0 0 calc((100% - 2% * 1) / 2);
 height: auto;
 display: block;
 margin-bottom: 50px;
}
.probox_list .prbl_r3 {
 flex:0 0 calc((100% - 2% * 2) / 3);
 height: auto;
 display: block;
 margin-bottom: 50px;
}
.probox_list .prbl_r4 {
 flex:0 0 calc((100% - 2% * 3) / 4);
 height: auto;
 display: block;
 margin-bottom: 50px;
}

.prbl_img {
 width: 100%;
 height: auto;
 display: block;
}
.prbl_cc {
 width: 100%;
 height: auto;
 display: block;
 padding:1em 0.5em 0;
}
.prbl_cc h4 {
 font-size: clamp(16px, 1.5vw, 50px);
 font-weight: 700;
 line-height: 1.25em;
 margin-bottom: 0.2em;
}
.prbl_cc p.prbl_price {
 font-size: clamp(14px, 1.5vw, 24px);
 font-weight: 700;
 text-align: right;
 line-height: 1.25em;
 margin-bottom: 0.5em;
}
.prbl_cc p.prbl_comment {
 font-size: clamp(12px, 1vw, 18px);
 font-weight: 400;
 line-height: 1.8em;
 margin-bottom: 0em;
}


/* PROBOX ColorChart
----------------*/
.colorchart {
 width: 100%;
 height: auto;
 display: flex;
 justify-content: space-between;
 gap: 2%;
}
.colorchart li {
 flex:0 0 calc((100% - 2% * 4) / 5);
 height: auto;
 display: block;
 padding:80px 0 0 0;
 font-size:10px;
 line-height: 1.1em;
 color:var(--color-black);
 text-align: center;
 margin:0;
 background-repeat: no-repeat;
 background-position: center top;
 background-size: auto 70px;
}


/* PROBOX Fuel
----------------*/
.enginetitle {
 font-size: clamp(18px, 3vw, 100px);
 font-weight: 700;
 line-height: 1em;
 margin-bottom: 0.2em;
}
.enginetitle span {
 font-size: clamp(14px, 1.5vw, 24px);
 line-height: 1em;
}

.engine_addtitle {
 font-size: clamp(12px, 1.25vw, 18px);
 font-weight: 500;
 line-height: 1.5em;
 margin-bottom: 20px;
}

.fueldata_line {
 width: 100%;
 height: auto;
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.fueldata_hv {
 width:65%;
}
.fuel_ecoimg_hv {
 width:30%;
}
.fueldata {
 width: 100%;
 height: auto;
 display: block;
 margin-bottom: 20px;
}
.fuel_ecoimg {
 width:70%;
 height: auto;
 display: block;
 margin:0 auto;
}
.scn_mode_multi {
 mix-blend-mode: multiply;
}



}

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


/*----------------------------------------------
Index
----------------------------------------------*/
.carlistmm {
 width: 100%;
 max-width: 1920px;
 height: auto;
 display: block;
 padding:80px 5%;
 margin:0 auto;
}

/* Lineup
----------------*/
.carlist_base {
width: 100%;
height: auto;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap:5%;
}
.carlist {
 flex:0 0 calc((100% - 5% * 1) / 2 );
 height: auto;
 display: flex;
 flex-direction: column;
 margin-bottom: 30px;
}
.carimg {
 width: 80%;
 height: auto;
 display: block;
 margin:0 auto 10px;
}
.carlineuptitle_jp {
 order:2;
 font-size: clamp(12px, 1.25vw, 20px);
 font-weight: 600;
 line-height: 1em;
 text-align: center;
 color:var(--color-1st);
 margin-bottom: 0.5em;
}
.carlineuptitle_en {
 order:1;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-wrap: wrap;
 font-size: clamp(24px, 2.5vw, 50px);
 font-family: var(--font-en);
 font-weight: 400;
 text-align: center;
 letter-spacing: -0.05em;
 margin-bottom: 0.1em;
}
.carlineuptitle_en span {
 font-size: clamp(14px, 1.5vw, 30px);
 margin-right:0.5em;
}
.carlineuptitle_addtxt {
 order:3;
 font-size: clamp(14px, 1vw, 20px);
 text-align: center;
 line-height:1.5em;
 margin-bottom: 30px;
}
.carlineuptitle_addtxt_en {
 order:3;
 font-size: clamp(14px, 1vw, 20px);
 text-align: center;
 font-weight: 700;
 font-family: var(--font-en);
 line-height:1.5em;
 margin-bottom: 30px;
}
.carlineup_bn {
 order:4;
 width: fit-content;
 height: auto;
 display: block;
 font-size:14px;
 margin:-15px auto 0;
}
.carlineup_bn a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 line-height: 1em;
 padding:0.5em 3em 0.5em 1em;
 color:var(--color-white);
 background-color: var(--color-1st);
 background-image: url(../img2026/header/ic-ar_w.webp);
 background-repeat: no-repeat;
 background-position: 96% center;
 background-size: auto 50%;
 border-radius: 3px;
 transition: .4s all;
}
.carlineup_bn a:hover {
 background-color: var(--color-2nd);
}
.carlineup_models {
 order:4;
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
}
.carlineup_models li {
 width: 100%;
 height: auto;
 display: block;
 border-bottom: 1px dotted var(--color-ccc);
 padding-bottom:10px;
 margin-bottom: 10px;
}
.carlineup_models li a {
 width: 100%;
 height: auto;
 display: flex;
 justify-content: space-between;
 align-items: center;
 text-decoration: none;
 padding:5px;
 background-image: url(../img2026/box-f5.webp);
 background-repeat: no-repeat;
 background-position: 0 center;
 background-size: 0px 100%;
 transition: .4s all;
}
.carlineup_models li a:hover {
 background-size: 100% 100%;
}
.carlineup_models li a .clm_layout {
width: 40%;
height: auto;
display: flex;
justify-content: flex-start;
align-items: center;
}
.carlineup_models li a .clm_cc {
  width: 55%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.carlineup_models li a .clm_cc h4 {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 font-size: clamp(14px, 1.2vw, 30px);
 font-family: var(--font-en);
 font-weight: 400;
 letter-spacing: -0.08em;
 line-height: 1em;
 margin-bottom: 0.3em;
 transition: .4s all;
}
.carlineup_models li a .clm_cc h4 span.subtxt_h {
 font-size: clamp(10px, 0.9vw, 20px);
 color:var(--color-666);
 margin-left:0.5em;
}
.carlineup_models li a .clm_cc h4 span.subtxt_v {
 width: 100%;
 height: auto;
 display: block;
 font-size: clamp(10px, 0.9vw, 20px);
 color:var(--color-666);
}
.carlineup_models li a:hover .clm_cc h4, .carlineup_models li a:hover .clm_cc h4 span.subtxt_h, .carlineup_models li a:hover .clm_cc h4 span.subtxt_v {
color:var(--color-2nd);
}
.carlineup_models li a .clm_cc p {
 font-size: clamp(10px, 0.8vw, 16px);
 color: var(--color-1st);
 font-weight: 500;
 letter-spacing: 0em;
 line-height: 1em;
 margin-bottom: 0em;
}


/*----------------------------------------------
Model index
----------------------------------------------*/
.cartitle {
 width: 100%;
 height: auto;
 display: block;
 margin-top:140px;
}
.lineup_listmm {
 width: 100%;
 height: auto;
 display: flex;
 flex-wrap: wrap;
 gap: 7.5%;
}
.llm_sin {
 flex:0 0 calc((100% - 7.5% * 1) / 2);
 height: auto;
 display: block;
 margin-bottom: 70px;
}
.llms_img {
 width: 100%;
 height: auto;
 display: block;
}
.llms_img a {
 transition: .4s all;
}
.llms_img a:hover {
 opacity: 0.6;
}
.llms_img img {
 border-radius: 15px;
}

.llms_cc {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
 padding:1.5em 0.5em 0;
}
.llms_cc h3 {
 width:100%;
 height: auto;
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 font-size:26px;
 font-family: var(--font-en);
 font-weight: 400;
 letter-spacing: -0.03em;
 color:var(--color-black);
 margin-bottom: 0.1em;
}
.llms_cc h3 span {
 font-size:18px;
 margin-left:0.5em;
}
.llms_cc h3 span.llmc_t_v {
 width: 100%;
 display: block;
 margin-left:0em;
 margin-bottom: 0.3em;
}
.llms_cc h4 {
 font-size:12px;
 font-weight: 500;
 line-height: 1em;
 color:var(--color-1st);
 margin-bottom: 1em;
}
.llms_cc p.llmsc_comment {
 margin-bottom: 30px;
}
.llms_cc p.llmsc_bn {
 order:4;
 width: fit-content;
 height: auto;
 display: block;
 font-size:14px;
 margin:-15px auto 0;
}
.llms_cc p.llmsc_bn a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 line-height: 1em;
 padding:0.5em 3em 0.5em 1em;
 color:var(--color-white);
 background-color: var(--color-1st);
 background-image: url(../img2026/header/ic-ar_w.webp);
 background-repeat: no-repeat;
 background-position: 96% center;
 background-size: auto 50%;
 border-radius: 3px;
 transition: .4s all;
}
.llms_cc p.llmsc_bn a:hover {
 background-color: var(--color-2nd);
}

.title-btn-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0;
}

.title-btn-wrap .title-col {
  width: calc( 100% - 240px );
}

.title-btn-wrap .btn-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 240px;
  padding: 0 0 40px 0;
  margin: 0;
}

p.go-pdf {
  width: fit-content;
  height: auto;
  display: block;
  font-size:14px;
  margin: 0 0 0 auto;
}

p.go-pdf a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  line-height: 1em;
  padding:0.5em 3em 0.5em 1em;
  color:var(--color-white);
  background-color: #f00;
  background-image: url(../img2026/header/ic-ar_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 50%;
  border-radius: 3px;
  transition: .4s all;
}

p.go-pdf a:hover {
  background-color: #a00;
}

p.go-pdf a .fa {
  margin-right: 0.3em;
}



/*----------------------------------------------
Detail
----------------------------------------------*/

/* ModelTitle
----------------*/
.modeltitle {
 width: 100%;
 height: auto;
 aspect-ratio: 16 / 9;
 display: block;
 background-repeat: no-repeat;
 background-position: 0 0;
 background-size: contain;
 position: relative;
 margin-top:140px;
}
.modeltitle_cc {
 width:50%;
 height: 100%;
 display: block;
 background: #1D531C;
background: linear-gradient(90deg, rgba(29, 83, 28, 0.6) 0%, rgba(29, 83, 28, 0.4) 57%, rgba(29, 83, 28, 0) 100%);
mix-blend-mode: multiply;
}
.modeltitle_base {
 width: 100%;
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: center;
 padding:0 0 10% 5%;
 position: absolute;
 top:0;
 left:0;
 z-index:1;
}
.modeltitle_base h2 {
 order:2;
 min-height: 1em;
 font-size: clamp(24px, 7vw, 200px);
 font-weight:700;
 line-height: 0.8em;
 letter-spacing: -0.07em;
 color:var(--color-white);
 text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
 margin-bottom:0em;
}
.modeltitle_base h2 span {
 display: block;
 font-size: clamp(24px, 2.5vw, 100px);
 font-weight:700;
 letter-spacing: -0.03em;
 line-height: 1.5em;
 margin-top:0.2em;
 margin-bottom: 0.3em;
}
.modeltitle_base h3 {
 order:1;
 font-size: clamp(20px, 3vw, 100px);
 font-weight: 700;
 line-height: 1em;
 letter-spacing: -0.04em;
 color:var(--color-white);
 text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
 margin-bottom:0.1em;
}
.modeltitle_base h4 {
 order:3;
 width:fit-content;
 height: auto;
 display: block;
 font-size: clamp(14px, 1.5vw, 50px);
 font-weight: 700;
 line-height: 1.2em;
 color:var(--color-white);
 background-color: var(--color-1st);
 padding:0.3em 0.5em 0.35em 0.5em;
 margin-bottom:0em;
}


/* ImageGallery
----------------*/
.imagegallerymm {
 width: 90%;
 max-width:1920px;
 height: auto;
 display: block;
 margin:0 auto;
 padding:50px 0;
}


/* Price
----------------*/
.price_s_title {
 width: 100%;
 height: auto;
 display: flex;
 align-items: center;
 font-size: clamp(24px, 2vw, 100px);
 font-weight: 700;
 letter-spacing: -0.03em;
 line-height: 1em;
 margin-bottom: 1em;
}
.price_s_title span {
 font-size: clamp(12px, 1.1vw, 50px);
 font-weight: 500;
 line-height: 1em;
}
.price_s_title_s {
 width: 100%;
 height: auto;
 display: flex;
 align-items: center;
 font-size: clamp(16px, 1.75vw, 40px);
 color: var(--color-1st);
 font-weight: 400;
 letter-spacing: -0.03em;
 line-height: 1em;
 margin-bottom: 0.25em;
}

.pricetable {
 width: 100%;
 height: auto;
 display: flex;
 flex-wrap: wrap;
}
.pricetable dt {
 width: 50%;
 padding:0.5em 0em 0.5em 0em;
 font-size: clamp(16px, 1.5vw, 40px);
 font-weight: 400;
 line-height: 1.5em;
 border-bottom: 1px dotted var(--color-ccc);
}
.pricetable dd {
 width: 50%;
 padding:0.5em 0em 0.5em 0em;
 font-size: clamp(16px, 1.5vw, 40px);
 font-weight: 700;
 text-align: right;
 line-height: 1.5em;
 border-bottom: 1px dotted var(--color-ccc);
}


/* Banner
----------------*/
.bannerlist_cc {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
}
.bannerlist_cc li {
 width:100%;
 box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
 margin-bottom: 15px;
}
.bannerlist_cc li a {
 width: 100%;
 height: auto;
 display: block;
 transition: .4s all;
}
.bannerlist_cc li a:hover {
 filter: brightness(1.25) contrast(1.1);
}


/* PROBOX Title
----------------*/
.probox_title_en {
 font-size:28px;
 font-family: var(--font-en);
 font-weight: 400;
 line-height: 1em;
 color:var(--color-black);
 margin-bottom: 0.3em;
}
.probox_title_jp {
 font-size:16px;
 font-weight: 500;
 line-height: 1em;
 color:var(--color-1st);
 margin-bottom: 40px;
}


/* PROBOX List
----------------*/
.probox_list {
 width: 100%;
 height: auto;
 display: flex;
 flex-wrap: wrap;
 gap:2%;
}
.probox_list .prbl_r2 {
 flex:0 0 calc((100% - 2% * 1) / 2);
 height: auto;
 display: block;
 margin-bottom: 50px;
}
.probox_list .prbl_r3 {
 flex:0 0 calc((100% - 2% * 1) / 2);
 height: auto;
 display: block;
 margin-bottom: 50px;
}
.probox_list .prbl_r4 {
 flex:0 0 calc((100% - 2% * 2) / 3);
 height: auto;
 display: block;
 margin-bottom: 50px;
}

.prbl_img {
 width: 100%;
 height: auto;
 display: block;
}
.prbl_cc {
 width: 100%;
 height: auto;
 display: block;
 padding:1em 0.5em 0;
}
.prbl_cc h4 {
 font-size: clamp(16px, 1.5vw, 50px);
 font-weight: 700;
 line-height: 1.25em;
 margin-bottom: 0.2em;
}
.prbl_cc p.prbl_price {
 font-size: clamp(14px, 1.5vw, 24px);
 font-weight: 700;
 text-align: right;
 line-height: 1.25em;
 margin-bottom: 0.5em;
}
.prbl_cc p.prbl_comment {
 font-size: clamp(12px, 1vw, 18px);
 font-weight: 400;
 line-height: 1.8em;
 margin-bottom: 0em;
}


/* PROBOX ColorChart
----------------*/
.colorchart {
 width: 100%;
 height: auto;
 display: flex;
 justify-content: space-between;
 gap: 2%;
}
.colorchart li {
 flex:0 0 calc((100% - 2% * 4) / 5);
 height: auto;
 display: block;
 padding:80px 0 0 0;
 font-size:10px;
 line-height: 1.1em;
 color:var(--color-black);
 text-align: center;
 margin:0;
 background-repeat: no-repeat;
 background-position: center top;
 background-size: auto 70px;
}


/* PROBOX Fuel
----------------*/
.enginetitle {
 font-size: clamp(18px, 3vw, 100px);
 font-weight: 700;
 line-height: 1em;
 margin-bottom: 0.2em;
}
.enginetitle span {
 font-size: clamp(14px, 1.5vw, 24px);
 line-height: 1em;
}

.engine_addtitle {
 font-size: clamp(12px, 1.25vw, 18px);
 font-weight: 500;
 line-height: 1.5em;
 margin-bottom: 20px;
}

.fueldata_line {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
}
.fueldata_hv {
 width:70%;
 margin-bottom: 20px;
}
.fuel_ecoimg_hv {
 width:50%;
}
.fueldata {
 width: 70%;
 height: auto;
 display: block;
 margin-bottom: 20px;
}
.fuel_ecoimg {
 width:50%;
 height: auto;
 display: block;
 margin:0;
}
.scn_mode_multi {
 mix-blend-mode: multiply!important;
}


}


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


/*----------------------------------------------
Index
----------------------------------------------*/
.carlistmm {
 width: 100%;
 height: auto;
 display: block;
 padding:50px 5% 0;
 margin:0 auto;
}

/* Lineup
----------------*/
.carlist_base {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
.carlist {
 width:100%;
 height: auto;
 display: flex;
 flex-direction: column;
 margin-bottom: 30px;
}
.carimg {
 width: 80%;
 height: auto;
 display: block;
 margin:0 auto 10px;
}
.carlineuptitle_jp {
 order:2;
 font-size: clamp(12px, 1.25vw, 20px);
 font-weight: 600;
 line-height: 1em;
 text-align: center;
 color:var(--color-1st);
 margin-bottom: 0.5em;
}
.carlineuptitle_en {
 order:1;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-wrap: wrap;
 font-size: clamp(24px, 2.5vw, 50px);
 font-family: var(--font-en);
 font-weight: 400;
 text-align: center;
 letter-spacing: -0.05em;
 margin-bottom: 0.1em;
}
.carlineuptitle_en span {
 font-size: clamp(14px, 1.5vw, 30px);
 margin-right:0.5em;
}
.carlineuptitle_addtxt {
 order:3;
 font-size: clamp(14px, 1vw, 20px);
 text-align: center;
 line-height:1.5em;
 margin-bottom: 30px;
}
.carlineuptitle_addtxt_en {
 order:3;
 font-size: clamp(14px, 1vw, 20px);
 text-align: center;
 font-weight: 700;
 font-family: var(--font-en);
 line-height:1.5em;
 margin-bottom: 30px;
}
.carlineup_bn {
 order:4;
 width: fit-content;
 height: auto;
 display: block;
 font-size:14px;
 margin:-15px auto 0;
}
.carlineup_bn a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 line-height: 1em;
 padding:0.5em 3em 0.5em 1em;
 color:var(--color-white);
 background-color: var(--color-1st);
 background-image: url(../img2026/header/ic-ar_w.webp);
 background-repeat: no-repeat;
 background-position: 96% center;
 background-size: auto 50%;
 border-radius: 3px;
 transition: .4s all;
}
.carlineup_bn a:hover {
 background-color: var(--color-2nd);
}
.carlineup_models {
 order:4;
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
}
.carlineup_models li {
 width: 100%;
 height: auto;
 display: block;
 border-bottom: 1px dotted var(--color-ccc);
 padding-bottom:10px;
 margin-bottom: 10px;
}
.carlineup_models li a {
 width: 100%;
 height: auto;
 display: flex;
 justify-content: space-between;
 align-items: center;
 text-decoration: none;
 padding:5px;
 background-image: url(../img2026/box-f5.webp);
 background-repeat: no-repeat;
 background-position: 0 center;
 background-size: 0px 100%;
 transition: .4s all;
}
.carlineup_models li a:hover {
 background-size: 100% 100%;
}
.carlineup_models li a .clm_layout {
width: 40%;
height: auto;
display: flex;
justify-content: flex-start;
align-items: center;
}
.carlineup_models li a .clm_cc {
  width: 55%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.carlineup_models li a .clm_cc h4 {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 font-size: clamp(14px, 1.2vw, 30px);
 font-family: var(--font-en);
 font-weight: 400;
 letter-spacing: -0.08em;
 line-height: 1em;
 margin-bottom: 0.3em;
 transition: .4s all;
}
.carlineup_models li a .clm_cc h4 span.subtxt_h {
 font-size: clamp(10px, 0.9vw, 20px);
 color:var(--color-666);
 margin-left:0.5em;
}
.carlineup_models li a .clm_cc h4 span.subtxt_v {
 width: 100%;
 height: auto;
 display: block;
 font-size: clamp(10px, 0.9vw, 20px);
 color:var(--color-666);
}
.carlineup_models li a:hover .clm_cc h4, .carlineup_models li a:hover .clm_cc h4 span.subtxt_h, .carlineup_models li a:hover .clm_cc h4 span.subtxt_v {
color:var(--color-2nd);
}
.carlineup_models li a .clm_cc p {
 font-size: clamp(10px, 0.8vw, 16px);
 color: var(--color-1st);
 font-weight: 500;
 letter-spacing: 0em;
 line-height: 1em;
 margin-bottom: 0em;
}



/*----------------------------------------------
Model index
----------------------------------------------*/
.cartitle {
 width: 100%;
 height: auto;
 display: block;
 margin-top:80px;
}
.lineup_listmm {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
}
.llm_sin {
 width: 100%;
 height: auto;
 display: block;
 margin-bottom: 70px;
}
.llms_img {
 width: 100%;
 height: auto;
 display: block;
}
.llms_img a {
 transition: .4s all;
}
.llms_img a:hover {
 opacity: 0.6;
}
.llms_img img {
 border-radius: 15px;
}

.llms_cc {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
 padding:1.5em 0.5em 0;
}
.llms_cc h3 {
 width:100%;
 height: auto;
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 font-size:26px;
 font-family: var(--font-en);
 font-weight: 400;
 letter-spacing: -0.03em;
 color:var(--color-black);
 margin-bottom: 0.1em;
}
.llms_cc h3 span {
 font-size:18px;
 margin-left:0.5em;
}
.llms_cc h3 span.llmc_t_v {
 width: 100%;
 display: block;
 margin-left:0em;
 margin-bottom: 0.3em;
}
.llms_cc h4 {
 font-size:12px;
 font-weight: 500;
 line-height: 1em;
 color:var(--color-1st);
 margin-bottom: 1em;
}
.llms_cc p.llmsc_comment {
 margin-bottom: 30px;
}
.llms_cc p.llmsc_bn {
 order:4;
 width: fit-content;
 height: auto;
 display: block;
 font-size:14px;
 margin:-15px auto 0;
}
.llms_cc p.llmsc_bn a {
 width: 100%;
 height: auto;
 display: block;
 text-decoration: none;
 line-height: 1em;
 padding:0.5em 3em 0.5em 1em;
 color:var(--color-white);
 background-color: var(--color-1st);
 background-image: url(../img2026/header/ic-ar_w.webp);
 background-repeat: no-repeat;
 background-position: 96% center;
 background-size: auto 50%;
 border-radius: 3px;
 transition: .4s all;
}
.llms_cc p.llmsc_bn a:hover {
 background-color: var(--color-2nd);
}

.title-btn-wrap {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.title-btn-wrap .title-col {
  width: 100%;
}

.title-btn-wrap .btn-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0 0 40px 0;
  margin: 0;
}

p.go-pdf {
  width: fit-content;
  height: auto;
  display: block;
  font-size:14px;
  margin: 0 auto;
}

p.go-pdf a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  line-height: 1em;
  padding:0.5em 3em 0.5em 1em;
  color:var(--color-white);
  background-color: #f00;
  background-image: url(../img2026/header/ic-ar_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 50%;
  border-radius: 3px;
  transition: .4s all;
}

p.go-pdf a:hover {
  background-color: #a00;
}

p.go-pdf a .fa {
  margin-right: 0.3em;
}



 /*----------------------------------------------
Detail
----------------------------------------------*/

/* ModelTitle
----------------*/
.modeltitle {
 width: 100%;
 height: auto;
 display: block;
 background-repeat: no-repeat;
 background-position: 0 0;
 background-size: 100% auto;
 position: relative;
 margin-top:80px;
}
.modeltitle_cc {
 width:100%;
 height: 100%;
 display: block;
}
.modeltitle_base {
 width: 100%;
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: center;
 padding:60% 0 0 5%;
}
.modeltitle_base h2 {
 order:2;
 min-height: 1em;
 font-size: clamp(32px, 10vw, 200px);
 font-weight:700;
 line-height: 0.8em;
 letter-spacing: -0.07em;
 color:var(--color-black);
 margin-bottom:0em;
}
.modeltitle_base h2 span {
 display: block;
 font-size: clamp(28px, 3vw, 100px);
 font-weight:700;
 letter-spacing: -0.03em;
 line-height: 1.5em;
 margin-top:0em;
 margin-bottom: 0.3em;
}
.modeltitle_base h3 {
 order:1;
 font-size: clamp(20px, 3vw, 100px);
 font-weight: 700;
 line-height: 1em;
 letter-spacing: -0.04em;
 color:var(--color-black);
 margin-bottom:0.5em;
}
.modeltitle_base h4 {
 order:3;
 width:fit-content;
 height: auto;
 display: block;
 font-size: clamp(12px, 1.5vw, 50px);
 font-weight: 700;
 line-height: 1.2em;
 color:var(--color-white);
 background-color: var(--color-1st);
 padding:0.3em 0.5em 0.35em 0.5em;
 margin-bottom:0em;
}


/* ImageGallery
----------------*/
.imagegallerymm {
 width: 90%;
 max-width:1920px;
 height: auto;
 display: block;
 margin:0 auto;
 padding:50px 0;
}


/* Price
----------------*/
.price_s_title {
 width: 100%;
 height: auto;
 display: flex;
 align-items: center;
 font-size: clamp(24px, 2vw, 100px);
 font-weight: 700;
 letter-spacing: -0.03em;
 line-height: 1em;
 margin-bottom: 1em;
}
.price_s_title span {
 font-size: clamp(12px, 1.1vw, 50px);
 font-weight: 500;
 line-height: 1em;
}
.price_s_title_s {
 width: 100%;
 height: auto;
 display: flex;
 align-items: center;
 font-size: clamp(16px, 1.75vw, 40px);
 color: var(--color-1st);
 font-weight: 400;
 letter-spacing: -0.03em;
 line-height: 1em;
 margin-bottom: 0.25em;
}

.pricetable {
 width: 100%;
 height: auto;
 display: flex;
 flex-wrap: wrap;
}
.pricetable dt {
 width: 50%;
 padding:0.5em 0em 0.5em 0em;
 font-size: clamp(16px, 1.5vw, 40px);
 font-weight: 400;
 line-height: 1.5em;
 border-bottom: 1px dotted var(--color-ccc);
}
.pricetable dd {
 width: 50%;
 padding:0.5em 0em 0.5em 0em;
 font-size: clamp(16px, 1.5vw, 40px);
 font-weight: 700;
 text-align: right;
 line-height: 1.5em;
 border-bottom: 1px dotted var(--color-ccc);
}


/* Banner
----------------*/
.bannerlist_cc {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
}
.bannerlist_cc li {
 width:100%;
 box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
 margin-bottom: 15px;
}
.bannerlist_cc li a {
 width: 100%;
 height: auto;
 display: block;
 transition: .4s all;
}
.bannerlist_cc li a:hover {
 filter: brightness(1.25) contrast(1.1);
}


/* PROBOX Title
----------------*/
.probox_title_en {
 font-size:22px;
 font-family: var(--font-en);
 font-weight: 400;
 line-height: 1em;
 color:var(--color-black);
 margin-bottom: 0.3em;
}
.probox_title_jp {
 font-size:14px;
 font-weight: 500;
 line-height: 1em;
 color:var(--color-1st);
 margin-bottom: 40px;
}


/* PROBOX List
----------------*/
.probox_list {
 width: 100%;
 height: auto;
 display: flex;
 flex-wrap: wrap;
}
.probox_list .prbl_r2 {
 width:100%;
 height: auto;
 display: block;
 margin-bottom: 50px;
}
.probox_list .prbl_r3 { 
 width:100%;
 height: auto;
 display: block;
 margin-bottom: 50px;
}
.probox_list .prbl_r4 {
 flex:0 0 calc((100% - 2% * 1) / 2);
 height: auto;
 display: block;
 margin-bottom: 50px;
}

.prbl_img {
 width: 100%;
 height: auto;
 display: block;
}
.prbl_cc {
 width: 100%;
 height: auto;
 display: block;
 padding:1em 0.5em 0;
}
.prbl_cc h4 {
 font-size: clamp(16px, 1.5vw, 50px);
 font-weight: 700;
 line-height: 1.25em;
 margin-bottom: 0.2em;
}
.prbl_cc p.prbl_price {
 font-size: clamp(14px, 1.5vw, 24px);
 font-weight: 700;
 text-align: right;
 line-height: 1.25em;
 margin-bottom: 0.5em;
}
.prbl_cc p.prbl_comment {
 font-size: clamp(12px, 1vw, 18px);
 font-weight: 400;
 line-height: 1.8em;
 margin-bottom: 0em;
}


/* PROBOX ColorChart
----------------*/
.colorchart {
 width: 100%;
 height: auto;
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 gap: 2%;
}
.colorchart li {
 flex:0 0 calc((100% - 2% * 2) / 3);
 height: auto;
 display: block;
 padding:80px 0 0 0;
 font-size:10px;
 line-height: 1.1em;
 color:var(--color-black);
 text-align: center;
 margin:0 0 20px;
 background-repeat: no-repeat;
 background-position: center top;
 background-size: auto 70px;
}


/* PROBOX Fuel
----------------*/
.enginetitle {
 font-size: clamp(18px, 6vw, 100px);
 font-weight: 700;
 line-height: 1em;
 margin-bottom: 0.2em;
}
.enginetitle span {
 display: block;
 font-size: clamp(14px, 1.5vw, 24px);
 line-height: 1.5em;
}

.engine_addtitle {
 font-size: clamp(14px, 1.25vw, 18px);
 font-weight: 500;
 line-height: 1.5em;
 margin-bottom: 20px;
}

.fueldata_line {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
}
.fueldata_hv {
 width:100%;
 margin-bottom: 10px;
}
.fuel_ecoimg_hv {
 width:80%;
}
.fueldata {
 width: 100%;
 height: auto;
 display: block;
 margin-bottom: 10px;
}
.fuel_ecoimg {
 width:80%;
 height: auto;
 display: block;
 margin:0;
}
.scn_mode_multi {
 mix-blend-mode: multiply!important;
}


}
