@charset "utf-8";

:root{
  --gray:#646464;
  --body-color01:#969696;
  --body-color02:#767575;
  --body-color03:#221817;
  --body-color04:#D70000;
  
  --interior-color01:#002887;
  --interior-color02:#E6E6E6;
  --interior-color03:linear-gradient(135deg, var(--interior-color01) 0%, var(--interior-color01) 51%, var(--interior-color02) 49%, var(--interior-color02) 100%);
  --interior-color04:#000000;
  --interior-color05:linear-gradient(135deg, var(--interior-color01) 0%, var(--interior-color01) 51%, var(--interior-color04) 49%, var(--interior-color04) 100%);
}

.l-auto-local-header__title__link::before,
.l-auto-local-header__title__link::after{
  display: none !important;
}

ul,li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.teaser img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.teaser {
  color:  var(--gray);
}
.teaser h1{
    font-family: "A1ゴシック L JIS2004", "A1 Gothic L JIS2004";
}
.teaser h2,.teaser h3{
 font-family: "A1ゴシック M JIS2004", "A1 Gothic M JIS2004";
}
.teaser p,.teaser li{
  font-family: "A1ゴシック R JIS2004", "A1 Gothic R JIS2004";
}
.teaser h1,.teaser h2{
  text-align: center;
}

.teaser section.mainvisual{
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .teaser section.mainvisual{
    margin-bottom: 70px;
  }
}

.teaser #colorinfo{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .teaser #colorinfo{
    padding:0 13px;
  }
}

.teaser h1{
  font-size: 1.875em;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .teaser h1{
    font-size: 1.125em;
    padding: 25px 0;
  }
}
.teaser h3{
  font-size: 1.25em;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .teaser h3{
    font-size: 1em;
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .teaser p{
    font-size: 0.875rem;
  }
}
.teaser .note{
  font-size: 0.75em;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .teaser .note{
    margin-top: 3rem;
  }
}

.teaser .note li{
  text-indent: -1em;
  padding-left: 1em;
}

.bodycolor_wrap{
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .bodycolor_wrap{
    margin-bottom: 45px;
  }
}

.interior_wrap{
  padding-bottom: 144px;
}
@media screen and (max-width: 768px) {
  .interior_wrap{
    padding-bottom: 76px;
  }
}

/*slider*/
.slider{
  opacity: 0;
}
.slider.slick-initialized{
  opacity: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .slick-dotted.slick-slider{
    margin-bottom: 1rem;
  }
}

.mv_wrap button.slick-prev.slick-arrow{
  width: 8px;
  height: 16px;
  top: unset;
  bottom: 2px;
  left: 50%;
  transform: translateX(-80px);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .mv_wrap button.slick-prev.slick-arrow{
    width: 10px;
    height: 20px;
    bottom: -4px;
    transform: translateX(-70px);
  }
}
.mv_wrap button.slick-next.slick-arrow{
  width: 8px;
  height: 16px;
  top: unset;
  bottom: 2px;
  left: 50%;
  transform: translateX(70px);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .mv_wrap button.slick-next.slick-arrow{
    width: 10px;
    height: 20px;
    bottom: -4px;
    transform: translateX(60px);
  }
}
.mv_wrap button.slick-prev:before{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/icon_slider_l.svg) center center no-repeat;
  background-size: auto 100%;
}

.mv_wrap button.slick-next:before{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/icon_slider_r.svg) center center no-repeat;
  background-size: auto 100%;
}

.bodycolor_slide,.interior_slide{
  margin-top: 1.75rem;
}

.bodycolor_txt_slide,.interior_txt_slide{
  text-align: center;
  margin-top: 1rem;
}

.teaser .slick-dots{
  margin-top: 1rem;
  position: relative;
  bottom: unset;
}

.teaser #colorinfo .slick-dots{
  margin-top: 2rem;
  position: relative;
  bottom: unset;
}
@media screen and (max-width: 768px) {
  .teaser #colorinfo .slick-dots{
    margin-top: 1rem;
  }
}

.teaser .slick-dots li button{
  position: relative;
}

.teaser .slick-dots li button:before{
  content: "";
}

.mainvisual .slick-dots li button:before{
  width: 10px;
  height: 10px;
  background: var(--gray);
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media screen and (max-width: 768px) {
  .mainvisual .slick-dots{
    line-height: 0.5rem;
  }
  .mainvisual .slick-dots li{
    margin: 0 8px;
  }
  .mainvisual .slick-dots li,
  .mainvisual .slick-dots li button{
    width: 12px;
    height: 12px;

  }
  .mainvisual .slick-dots li button:before{
    width: 8px;
    height: 8px;
  }
}

.mainvisual .slick-dots li.slick-active button:before{
  width: 16px;
  height: 16px;
  background: none;
  border: 1px solid var(--gray);
}
@media screen and (max-width: 768px) {
  .mainvisual .slick-dots li.slick-active button:before{
    width: 12px;
    height: 12px;
  }
}

.bodycolor_wrap .slick-dots li,
.interior_wrap .slick-dots li{
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}
.bodycolor_wrap .slick-dots li button,
.interior_wrap .slick-dots li button{
  width: 40px;
  height: 40px;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bodycolor_wrap .slick-dots li,
  .interior_wrap .slick-dots li{
    margin: 0 10px;
  }

  .bodycolor_wrap .slick-dots li,
  .interior_wrap .slick-dots li,
  .bodycolor_wrap .slick-dots li button,
  .interior_wrap .slick-dots li button{
    width: 26px;
    height: 26px;
  }
}

.bodycolor_wrap .slick-dots li button:before,
.interior_wrap .slick-dots li button:before{
  width: 30px;
  height: 30px;
  background: #F7F9FA;
  border: 1px solid var(--body-color01);
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media screen and (max-width: 768px) {
  .bodycolor_wrap .slick-dots li button:before,
  .interior_wrap .slick-dots li button:before{
    width: 20px;
    height: 20px;
  }
}

.bodycolor_wrap .slick-dots li:nth-child(2) button:before{
  background-color: var(--body-color02);
}
.bodycolor_wrap .slick-dots li:nth-child(3) button:before{
  background-color: var(--body-color03);
}
.bodycolor_wrap .slick-dots li:nth-child(4) button:before{
  background-color: var(--body-color04);
}
.bodycolor_wrap .slick-dots li:nth-child(5) button:before{
  background: var(--body-color06);
}

.interior_wrap .slick-dots li button:before{
  background: var(--interior-color03);
}

.interior_wrap .slick-dots li:nth-child(2) button:before{
  background: var(--interior-color05);
}

.bodycolor_wrap .slick-dots li.slick-active button:after,
.interior_wrap .slick-dots li.slick-active button:after{
  width: 40px;
  height: 40px;
  content: "";
  border: 2px solid #969696;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media screen and (max-width: 768px) {
  .bodycolor_wrap .slick-dots li.slick-active button:after,
  .interior_wrap .slick-dots li.slick-active button:after{
    width: 26px;
    height: 26px;
    border: 1px solid #969696;
  }
}

/**/
.special-tl{
  margin-bottom: 60px;
  padding: 1rem 1rem 0.75rem;
  position: relative;
  border-top: 1px solid #646464;
  border-bottom: 1px solid #646464;
}
.special-tl h2{
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .special-tl{
    margin-bottom: 30px;
  }
  .special-tl h2{
    font-size: 1rem;
  }
}

.special-label{
  font-size: 0.75rem;
  color: #fff;
  padding: 0.25rem 2rem 0.125rem;
  background: #646464;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .special-label{
    padding: 0.125rem 0.75rem 0rem;
  }

  .special-label p{
    font-size: 0.75rem;
  }
}

.special-txt{
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .special-txt{
    margin: 0 0 10px;
  }
}


.hondaONbnr{
  text-align: center;
  margin: 100px auto 0;
}

.hondaONbnr a{
  width: 100%;
  max-width: 300px;
  margin: 0.5rem auto 0;
  display: block;
  border: 1px solid #969696;
}

@media screen and (min-width: 769px) {
  .hondaONbnr a{
    transition: 0.3s;
  }

  .hondaONbnr a:hover{
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .hondaONbnr{
    margin-top: 50px;
  }
  .hondaONbnr a{
    max-width: 150px;
  }
}

.btnwrap {
  text-align: center;
  padding: 148px 0;
}
@media screen and (max-width: 768px) {
  .btnwrap {
    text-align: center;
    padding: 72px 0;
  }
}

.btnwrap a{
  font-family: "A1ゴシック M JIS2004", "A1 Gothic M JIS2004";
  text-decoration: none;
  color: #fff;
  padding: 0.5rem 2.5rem 0.375rem;
  background: #646464;
  border-radius: 2rem;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .btnwrap a:hover{
    opacity: 0.7;
  }
}