@charset "utf-8";
/* CSS Document */
/*==================================================================================================================================*/
/*全体*/
html {scroll-behavior: smooth;}

html {
  scroll-padding-top: 80px; /* 固定ヘッダー高に合わせる */
}

.anchor-target {
  scroll-margin-top: 80px;
}


.fearure-container{
width: 100%;

overflow: hidden;
}



.fearure-container > *{
box-sizing: border-box;
image-rendering: -webkit-optimize-contrast;
}

.fearure-inner{
width: 100%;
max-width: 960px;
margin: 0 auto;
padding: 0;
background-color: #FFF;
overflow: hidden;
}

.fearure-inner section{
width: 100%;
margin: 0 auto 60px;
max-width: 960px;
padding: 0 20px;

}
.p_anchor,
.p_anchor:focus{
padding-top: 0;
margin-top: 0;
caret-color: transparent;
outline: none;
}



.wheel_header{
width: 100%;
height: 420px;
display: -webkit-box;
display: flex;
-webkit-box-align: end;
align-items: flex-end;

}
.wheel_header_inner{
padding: 20px;
background:linear-gradient(90deg,rgba(137, 101, 17, 1) 0%, rgba(172, 153, 109, 1) 100%);
height: 90%;
}
.wheel_topic{
width: calc(100% - 450px);
position: relative;
z-index: 1;
padding-right: 20px;
}


.item_block h2{
display: block;
width: 100%;
margin: 0;
padding: 0

}

.item_block h2 img{
vertical-align: top;

}

.item_05_hd{
  position: relative;
  display:block;
  margin: 20px auto 40px;
  padding: 7px 10px;
  width: 100%;
  color: #555;
  background: #272727;
}

.item_05 h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #272727;
}

.item_05_hd h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
text-align: center;
color: #FFFFFF;
font-weight: 300;
}
.item_05_hd span {
  font-size: 18px;
}


.wheel_topic p{
color: #FFFFFF;
font-size: 14px;
}

.wheel_image{
position: absolute;
width: 60%;
max-width: 500px;
right: -5%;
bottom: -80px;

}
.wheel_image img {
width: 100%;
}

.ltd_color{
width: 100%;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
align-items: center;
margin-bottom: 10px;
}

.ltd_color img{
width: 40%;
max-width: 81px;
margin-right: 10px;
}

.ltd_color span{
display: block;
width: calc(60% - 10px);
color: #FFFFFF;
font-size: 18px;
font-weight: 500;
}

.image_cut{
display: -webkit-box;
display: flex;
width: 100%;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
padding: 0;
margin: 0;
}

.image_cut_each{
position: relative;
width: calc(100% / 3);
}
.image_cut_each a{
position: relative;
display: block;
}
.image_cut_each img{
width: 100%;
vertical-align: top;
}

.zoom_icon{
position: absolute;
top: 2px;
right: 2px;
width: 36px!important;
height: 36px!important;
display: block;
}


.item_info{
width: 100%;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
margin: 20px 0;
padding: 0 20px;
}
.item_info h3{
width: 100%;
text-align: center;
padding: 0 0 10px;
color: #272727;
border-bottom: #272727 solid 3px;
}
.item_info h3 span{
display: inline-block;
}

.item_info h3 span.mk_name{
font-size: 16px;
display: block;
}

.item_image{
margin-right: 60px;
width: calc(46% - 60px);
max-width: 260px;
}


.item_details{
width: 54%;
margin: 0;
padding: 0;
}

.item_info_icon{
margin: 0;
padding: 0;
width: 80px;
}


.item_info p{
display: block;
margin: 0 0 10px;
padding: 0;
font-size: 16px;
}

.item_info p span{
display: inline-block;
}


.item_btn,
a.item_btn,
button.btn {
width: 96%;
max-width: 480px;
margin: 20px auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  font-weight: normal;
  color: #fff;
  border-radius: 0;
}

.item_btn span{

}

a.btn-gradient_01 {

  background-image: -webkit-gradient(
linear,
left top,
right top,
 color-stop(40%, #896511),
to(#D9A429)
  );
  background-image: -webkit-linear-gradient(left, #896511, #D9A429);
background: linear-gradient(90deg,rgba(137, 101, 17, 1) 0%, rgba(217, 164, 41, 1) 100%);
}

a.btn-gradient_01:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#896511),
    color-stop(#A58B51),
    to(#896511)
  );
  background-image: -webkit-linear-gradient(left, #896511, #A58B51, #896511);
  background-image: linear-gradient(90deg,rgba(137, 101, 17, 1) 0%, rgba(165, 139, 81, 1) 50%, rgba(137, 101, 17, 1) 100%);
}

a.btn-gradient_02 {
  background-image: -webkit-gradient(
linear,
left top,
right top,
 color-stop(40%, #464A4C),
to(#76787E)
  );
  background-image: -webkit-linear-gradient(left, #464A4C, #76787E);
background: linear-gradient(90deg,rgba(70, 74, 76, 1) 0%, rgba(118, 120, 126, 1) 63%);
}

a.btn-gradient_02:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#464A4C),
    color-stop(#76787E),
    to(#464A4C)
  );
  background-image: -webkit-linear-gradient(left, #464A4C, #76787E, #464A4C);
background: linear-gradient(90deg,rgba(70, 74, 76, 1) 0%, rgba(118, 120, 126, 1) 50%, rgba(70, 74, 76, 1) 100%);
}

a.btn-gradient_03 {
  background-image: -webkit-gradient(
linear,
left top,
right top,
 color-stop(40%, #212221),
to(#5d5d5e)
  );
  background-image: -webkit-linear-gradient(left, #212221, #5d5d5e);
background: linear-gradient(90deg,rgba(33, 34, 33, 1) 0%, rgba(93, 93, 94, 1) 63%);
}

a.btn-gradient_03:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#212221),
    color-stop(#5d5d5e),
    to(#212221)
  );
  background-image: -webkit-linear-gradient(left, #212221, #5d5d5e, #212221);
background: linear-gradient(90deg,rgba(33, 34, 33, 1) 0%, rgba(93, 93, 94, 1) 50%, rgba(33, 34, 33, 1) 100%);
}

a.btn-gradient_04 {
  background-image: -webkit-gradient(
linear,
left top,
right top,
color-stop(40%, #716252),
to(#928374)
  );
  background-image: -webkit-linear-gradient(left, #716252, #928374);
background: linear-gradient(90deg,rgba(113, 98, 82, 1) 0%, rgba(146, 131, 116, 1) 63%);
}

a.btn-gradient_04:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#716252),
    color-stop(#928374),
    to(#716252)
  );
  background-image: -webkit-linear-gradient(left, #716252, #928374, #716252);
background: linear-gradient(90deg,rgba(113, 98, 82, 1) 0%, rgba(146, 131, 116, 1) 50%, rgba(113, 98, 82, 1) 100%);
}
a.btn-gradient span {
  position: relative;
  z-index: 1;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;

}

a.btn-gradient:hover {
  color: #fff;
}

a.btn-gradient:hover:after {
  opacity: 0;
}

.link_icon{
width: 8px!important;
display: inline-block;
margin-left: 10px;
}

.car_slider_container {
  margin: 0 auto 20px;
  max-width: 960px;
  width: 100%;
  display: block;
}
.car_slider_container img {
  height: auto;
  width: 100%;
}
.car_thumbnail .slick-track {
  transform: unset !important;
}
.car_thumbnail-img {
  opacity: 0.3;
transition: opacity .3s linear;
width: calc(100% / 6 - 20px)!important;
margin: 0 10px;
}
.car_thumbnail .slick-current {
  opacity: 1;
}

.car_thumbnail .slick-list{
display: -webkit-box;
display: flex;
flex-wrap: wrap;
 min-height: 0!important;
-webkit-box-pack: start;
justify-content: flex-start;
}

.car_thumbnail .slick-list .slick-track{
width: 100%!important;
max-width: 960px!important;
}
.car_slider .slick-img{
position: relative;
}
.car_slider .slick-list {
padding: 0;
min-height: 0!important;
}

.slick-track{
cursor: pointer;
}


.other_item_wrapper{
width: 100%;
padding: 20px;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
}

.other_item_each{
width: calc(50% - 10px);
margin: 10px 0;
background-color: #FFFFFF;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: start;
align-items: flex-start;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
border-radius: 12px;
padding: 20px;
}

.other_item_each_info{
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
}

.other_item_each_info h3{
font-family: "din-2014", sans-serif;
font-size: 36px;
margin: 0;
line-height: 1.2;
}



.other_item_each_info div{
width: calc(50% - 10px);
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
}

.other_item_each_info div .item_details{
width: 100%;
margin: 0;
padding: 0;
}

.other_item_each_info div .item_details p {
    margin: 0 0 10px;
}


.other_item_each_info img{
width:50%;
max-width: 100%;
display: block;
}
.mycar_image img{
width:100%;
max-width: 100%;
margin-top: 20px;
vertical-align: top;
}

.mycar_image_link,
a.mycar_image_link,
button.mycar_image_link {
width: 100%;
margin: 0;
background-color: var(--clr-prime);
color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}
a.mycar_image_link span {
  position: relative;
  z-index: 1;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;

}
a.mycar_image_link span .link_icon {
margin: 0 0 0 10px;

}
a.mycar_image_link:hover{
background-color: #ef0149;

}

.other_link{
margin-top: 20px!important;

}
.top_car_slider {
  width:100%;
  max-width: 960px;
  height: 430px;
  overflow: hidden;
  margin: 0 auto;
}
.top_car_slider-img img {
  width: 100%;
}
@keyframes fdzm {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.animation {
  animation: fdzm 4s 0s forwards;
}

/*==================================================================================================================================*/
@media screen and (max-width: 1020px) {
.p_anchor{
padding-top: 80px;
margin-top: -80px;
}
}

@media screen and (max-width: 768px) {
.item_image{
margin-right: 40px;
width: calc(46% - 40px);
max-width: 260px;
}
.item_info p {
    font-size: 14px;
margin-top: -5px;
}

}
@media screen and (max-width: 650px) {
.item_image{
margin: 0 auto;
width:100%;
max-width: 260px;
}
.item_info p {
    font-size: 14px;
margin-top: -5px;
}
	
.item_details{
width: 100%;
max-width: 400px;
margin: 20px auto 0;

}
.item_btn, a.item_btn, button.btn {
    margin:0 auto 20px;

}
.other_item_each{
width:100%;

}
}
	

	

@media screen and (max-width: 600px) {

.car_thumbnail-img {
    opacity: 0.3;
    transition: opacity .3s linear;
    width: calc(100% / 4 - 20px) !important;
    margin: 0 10px;
}
}
.fuji-lineup,
.fuji-lineup * {
  box-sizing: border-box;
}

.fuji-lineup {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 22px 90px;
  background: #fff;
  color: #111;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.fuji-lineup__title {
  margin: 0 0 42px;
  padding: 14px 20px 15px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.fuji-lineup__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 36px;
  row-gap: 72px;
  align-items: start;
}

.fuji-lineup__item {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #111;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.fuji-lineup__item:hover {
  opacity: 0.88;
  transform: translateY(-3px);
}

.fuji-lineup__image-wrap {
  margin: 0 0 18px;
}

.fuji-lineup__image {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
  margin: 0 auto;
}

.fuji-lineup__name {
  margin: 0 0 3px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}

.fuji-lineup__text {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0;
}

@media screen and (max-width: 900px) {
  .fuji-lineup {
    padding: 0 18px 70px;
  }
}
.fuji-lineup,
.fuji-lineup * {
  box-sizing: border-box;
}

.fuji-lineup {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 22px 90px;
  background: #fff;
  color: #111;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.fuji-lineup__title {
  margin: 0 0 42px;
  padding: 14px 20px 15px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.fuji-lineup__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 36px;
  row-gap: 72px;
  align-items: start;
}

.fuji-lineup__item {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #111;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.fuji-lineup__item:hover {
  opacity: 0.88;
  transform: translateY(-3px);
}

.fuji-lineup__image-wrap {
  margin: 0 0 18px;
}

.fuji-lineup__image {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
  margin: 0 auto;
}

.fuji-lineup__name {
  margin: 0 0 3px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
}

.fuji-lineup__text {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0;
}

@media screen and (max-width: 900px) {
  .fuji-lineup {
    padding: 0 18px 70px;
  }

  .fuji-lineup__grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    row-gap: 54px;
  }

  .fuji-lineup__image {
    max-width: 220px;
  }

  .fuji-lineup__name {
    font-size: 20px;
  }

  .fuji-lineup__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .fuji-lineup {
    padding: 0 16px 56px;
  }

  .fuji-lineup__title {
    margin-bottom: 30px;
    padding: 12px 16px 13px;
    font-size: 22px;
  }

  .fuji-lineup__grid {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .fuji-lineup__image-wrap {
    margin-bottom: 14px;
  }

  .fuji-lineup__image {
    max-width: 220px;
  }

  .fuji-lineup__name {
    font-size: 20px;
  }

  .fuji-lineup__text {
    font-size: 15px;
    line-height: 1.35;
  }
}
.fuji-intro {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px 50px;
  text-align: center;
  color: #111;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
}

.fuji-intro p {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.fuji-intro p + p {
  margin-top: 28px;
}

@media screen and (max-width: 768px) {
  .fuji-intro {
    padding: 30px 16px 40px;
  }

  .fuji-intro p {
    font-size: 18px;
    line-height: 1.9;
  }

  .fuji-intro p + p {
    margin-top: 22px;
  }
}
.wheel-detail-caption,
.wheel-detail-caption * {
  box-sizing: border-box;
}

.wheel-detail-caption {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 40px;
  background: #fff;
}

.wheel-detail-caption__images {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  margin-bottom: 22px;
}

.wheel-detail-caption__image {
  display: block;
  width: calc((100% - 8px) / 3);
  height: auto;
  vertical-align: top;
}

.wheel-detail-caption__text p {
  margin: 0;
  color: #111;
  font-family: "Yu Gothic", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .wheel-detail-caption {
    padding: 0 0 30px;
  }

  .wheel-detail-caption__images {
    gap: 6px;
    margin-bottom: 16px;
  }

  .wheel-detail-caption__text p {
    font-size: 18px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 640px) {
  .wheel-detail-caption__images {
  }

  .wheel-detail-caption__image {
  }

  .wheel-detail-caption__text p {
    font-size: 14px;
    line-height: 1.7;
	text-align: left;
  }
}
.fuji-wheel-detail,
.fuji-wheel-detail * {
  box-sizing: border-box;
}

.fuji-wheel-detail {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 80px;
  background: #fff;
  color: #111;
  font-family: "Yu Gothic", "Hiragino Sans", "Meiryo", sans-serif;
}

.fuji-wheel-detail__head {
  margin-bottom: 34px;
  background: #000;
  padding: 12px 20px 10px;
  text-align: center;
}

.fuji-wheel-detail__head h2 {
  margin: 0;
  color: #fff;
  font-size: 27px;
  line-height: 1.05;
  font-weight: 700;
}

.fuji-wheel-detail__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 36px;
  margin-bottom: 46px;
}

.fuji-wheel-detail__left {
  width: 43%;
}

.fuji-wheel-detail__main-image-wrap {
  position: relative;
}

.fuji-wheel-detail__main-image {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
}

.fuji-wheel-detail__badge {
  position: absolute;
inset:0 0 0 0;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.15;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0.8;
}

.fuji-wheel-detail__right {
  width: 57%;
  padding-top: 18px;
}

.fuji-wheel-detail__spec + .fuji-wheel-detail__spec {
  margin-top: 26px;
}


.fuji-wheel-detail__spec p {
  margin: 0;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 500;
}

.fuji-wheel-detail__label {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 8px 3px;
  background: #000;
  color: #fff;
}

.fuji-wheel-detail__label p {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}


.fuji-wheel-detail__sub-btn,
.fuji-wheel-detail__main-btn {
  display: block;
  text-decoration: none;
  text-align: center;
  background: #000;
  color: #fff;
  font-weight: 700;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.fuji-wheel-detail__sub-btn:hover,
.fuji-wheel-detail__main-btn:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}

.fuji-wheel-detail__sub-btn {
  width: 100%;
  /*max-width: 430px;*/
  margin-top: 34px;
  padding: 12px 16px 13px;
  font-size: 20px;
  line-height: 1.2;
}

.fuji-wheel-detail__others {
  text-align: center;
  margin-bottom: 42px;
}

.fuji-wheel-detail__others-title {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}

.fuji-wheel-detail__others-list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
}

.fuji-wheel-detail__others-image {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
	
}

.fuji-wheel-detail__cta {
  text-align: center;
}

.fuji-wheel-detail__main-btn {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 14px 20px 15px;
  font-size: 24px;
  line-height: 1.2;
}

@media screen and (max-width: 900px) {
  .fuji-wheel-detail {
    padding: 0 18px 60px;
  }

  .fuji-wheel-detail__main {
    gap: 24px;
  }

  .fuji-wheel-detail__head h2 {
    font-size: 24px;
  }

  .fuji-wheel-detail__label {
    font-size: 19px;
  }

  .fuji-wheel-detail__spec p {
    font-size: 20px;
  }

  .fuji-wheel-detail__sub-btn {
    font-size: 18px;
  }

  .fuji-wheel-detail__main-btn {
    font-size: 21px;
  }

  .fuji-wheel-detail__badge {
    width: 76px;
    height: 76px;
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .fuji-wheel-detail {
    padding: 0 0 20px;
  }

  .fuji-wheel-detail__head {
    margin-bottom: 24px;
    padding: 10px 12px;
  }

  .fuji-wheel-detail__head h2 {
    font-size: 20px;
  }

  .fuji-wheel-detail__main {
    flex-direction: column;
    gap: 18px;
    margin-bottom: 34px;
  }

  .fuji-wheel-detail__left,
  .fuji-wheel-detail__right {
    width: 100%;
  }

  .fuji-wheel-detail__main-image {
    margin: 0 auto;
    max-width: 280px;
  }

  .fuji-wheel-detail__badge {
    right: 8px;
    bottom: 10px;
    width: 68px;
    height: 68px;
    font-size: 18px;
  }

  .fuji-wheel-detail__right {
    padding-top: 0;
  }

  .fuji-wheel-detail__label {
    font-size: 18px;
  }

  .fuji-wheel-detail__spec p {
    font-size: 16px;
    line-height: 1.35;
  }

  .fuji-wheel-detail__sub-btn {
    margin-top: 24px;
    font-size: 17px;
  }

  .fuji-wheel-detail__others-title {
    font-size: 18px;
  }

  .fuji-wheel-detail__others-list {
    gap: 6px;
  }

  .fuji-wheel-detail__others-image {
  }

  .fuji-wheel-detail__main-btn {
    font-size: 18px;
    padding: 12px 16px;
  }
}

/*加筆*/
.br_pc {
display:visible;
}



/*NAVI*/

.fuji-lineup__flex {
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
}

.fuji-lineup__item {
  display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
  text-decoration: none;
  text-align: center;
  color: #111;
  transition: opacity 0.2s ease, transform 0.2s ease;
 width: calc(100% / 3 - 20px);
 margin-bottom: 40px;
}

.fuji-lineup__text-wrap{
 flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.fuji-lineup__name{
font-weight: 600;
font-size: 20px;
margin-bottom: 10px;
}


.fuji-lineup__item:hover {
  opacity: 0.88;
  transform: translateY(-10px);
}

.fuji-lineup__logoimage{
width: 100%;
max-width: 160px;
margin: 0 auto 10px;

}

@media screen and (max-width: 768px) {
	
.fuji-lineup__item {
    width: calc(100% / 3 - 10px);
}

.fuji-lineup__name{
font-size: 18px;
margin-bottom: 10px;
}
 }

@media screen and (max-width: 680px) {
	
.fuji-lineup__flex {
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: center;
justify-content: center;
}
	
	
.fuji-lineup__item {
    width: calc(100% / 2 - 20px);
}

 }

@media screen and (max-width: 580px) {
  .fuji-intro p {
    font-size: 15px;
  text-align: left;
  }
	
	    .fuji-lineup__name {
        font-size: 16px;
    }
    .fuji-lineup__text {
        font-size:13px;
    }
	
.fuji-lineup__flex {
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
}
	
.fuji-lineup__logoimage {
    max-width: 130px;
}
	
.fuji-lineup__item {
    width: calc(100% / 2 - 10px);
}

.br_pc {
display:none;
}

	
	
 }

	
/*アコーディオン*/

.car_list{
width: 100%;
}


.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#090909;
	border-radius: 6px;
	cursor: pointer;
	user-select: none;
	width: 100%;
	
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {
	height: 0;
	margin-bottom:10px;
	overflow: hidden;

}


.content ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
padding-top: 20px;

}


.content ul li {
list-style: none;
font-size: 14px;
font-weight: 700;
position: relative;
margin: 5px 10px 5px 0 ;

}

.content ul li span {
list-style: none;
font-size: 14px;
font-weight: 700;

}

.content ul li a {
color: #106296;
border-bottom: #106296 solid 1px;

}


.content ul li a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #106296;
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
margin: auto;
}


.content ul li a:after {
  content: '';
  width: 8px;
  height:8px;
  border: 0;
  border-top: solid 2px #106296;
  border-right: solid 2px #106296;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: -8px;
  bottom: 0;
margin: auto;
}


.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:0;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.note{
font-size: 14px;

}

.text_inline{
display: inline-block;

}

@media screen and (max-width: 580px) {

.content ul li {
    font-size: 13px;
margin: 10px 10px 10px 0;
}
}

.car_list_note{
font-size: 12px;

}


