@charset "UTF-8";
/*----------------------------------------------------
	sass変数
----------------------------------------------------*/
/*----------------------------------------------------
	共通Mixin
----------------------------------------------------*/
/* contentsにかける固定の余白 */
/* Flexboxで上下左右中央(Column)*/
/* Flexboxで上下中央(Column)*/
/* Flexboxで上下中央*/
/* GoogleFonts*/
/* -----------------------------------------------------------
  basic
----------------------------------------------------------- */
/*----------------------------------------------------
single_nav
----------------------------------------------------*/
.inner_link {
  padding: 1.2rem;
  color: #FFF;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  font-weight: 600;
  border-right: 1px solid white;
  transition: 0.3s;
}

.fixed_single_nav {
  width: 100%;
  position: absolute;
  bottom: -53px;
  left: 0;
  z-index: 1;
}
.fixed_single_nav a {
  border-bottom: 5px solid;
}
.fixed_single_nav a:last-child {
  border-right: none;
}

.inner_link:hover {
  color: #FFF;
  background: #646464;
}

.inner_sec_color03 {
  border-bottom: 5px solid #6EC8D2;
}

.inner_sec_color03:hover {
  background: #6EC8D2;
}

.inner_sec_color04 {
  border-bottom: 5px solid #E7AE16;
}

.inner_sec_color04:hover {
  background: #E7AE16;
}

.inner_sec_color05 {
  border-bottom: 5px solid #3CBE82;
}

.inner_sec_color05:hover {
  background: #3CBE82;
}

.is-fixed {
  position: fixed;
  bottom: auto !important;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

@media only screen and (max-width: 540px) {
  .fixed_single_nav {
    bottom: -64px;
  }
  .fixed_single_nav a {
    border-bottom: 3px solid;
  }
  .fixed_single_nav a:nth-child(3) {
    border-right: none;
  }
  .inner_link {
    width: 33.3333%;
    font-size: 1rem;
    padding: 0.7rem;
  }
}
/*----------------------------------------------------
  sec-opn
----------------------------------------------------*/
.sec-opn {
  position: relative;
  width: 100%;
}

.car-kv {
  width: 100%;
  height: 46.61vw;
}

@media only screen and (max-width: 767px) {
  .car-kv {
    height: 94.07vw;
  }
}
/*----------------------------------------------------
  sec-point
----------------------------------------------------*/
#Point-Sec-Counter .sec-point:first-of-type {
  padding: 120px 0 120px 0;
}
#Point-Sec-Counter .sec-point:nth-of-type(2) {
  padding: 0 0 120px 0;
}
#Point-Sec-Counter .sec-point:nth-of-type(3) {
  padding: 0 0 120px 0;
}
#Point-Sec-Counter .sec-point:nth-of-type(4) {
  padding: 0 0 120px 0;
}
#Point-Sec-Counter .sec-point:nth-of-type(5) {
  padding: 0 0 120px 0;
}
#Point-Sec-Counter .sec-point:nth-of-type(6) {
  padding: 0 0 120px 0;
}

.contents-counter {
  position: relative;
}
.contents-counter .contents-inner {
  position: relative;
  width: 100%;
  display: flex;
  z-index: 1;
}
.contents-counter .contents-inner:first-of-type {
  padding: 120px 0;
}
.contents-counter .contents-inner:nth-of-type(2) {
  padding: 0 0 120px 0;
}
.contents-counter .contents-inner:nth-of-type(3) {
  padding: 0 0 120px 0;
}
.contents-counter .contents-inner:nth-of-type(4) {
  padding: 0 0 120px 0;
}
.contents-counter .contents-inner:nth-of-type(5) {
  padding: 0 0 120px 0;
}
.contents-counter .contents-inner:nth-of-type(6) {
  padding: 0 0 120px 0;
}

.contents-inner-padding {
  padding: 0 0 120px 0;
}

.contents__ttl01 h2 {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column !important;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.15rem;
  padding: 1.5rem 3rem;
}
.contents__ttl01 h3 {
  width: 80%;
  padding: 2rem 3rem;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.15rem;
}
.contents__sec-kv {
  width: 100%;
}
.contents__sec-img {
  position: relative;
  width: 100%;
  z-index: 1;
}
.contents__sec-img img {
  width: 100%;
  height: auto;
  z-index: 1;
}
.contents__txtarea-r {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column !important;
  margin-right: 8.3333%;
  width: 82%;
  padding: 0 0 0 5%;
}
.contents__txtarea-r h4:first-of-type {
  display: flex;
  justify-content: space-between !important;
  align-items: flex-start !important;
  width: 100%;
  line-height: 1;
  letter-spacing: 0.15rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #221714;
}
.contents__txtarea-r h4:first-of-type span {
  font-size: 32px;
  display: inline-block;
}
.contents__txtarea-r h4:first-of-type span:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-style: normal;
}
.contents__txtarea-r h4:nth-of-type(2) {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.15rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.contents__txtarea-r p {
  line-height: 2.1;
}
.contents__txtarea-l {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column !important;
  margin-left: 8.3333%;
  width: 82%;
  padding: 0 5% 0 0;
}
.contents__txtarea-l h4:first-of-type {
  display: flex;
  justify-content: space-between !important;
  align-items: flex-start !important;
  width: 100%;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.15rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #221714;
}
.contents__txtarea-l h4:first-of-type span {
  font-size: 32px;
}
.contents__txtarea-l h4:first-of-type span:nth-child(2) {
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: #008b48;
}
.contents__txtarea-l h4:nth-of-type(2) {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.15rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.contents__txtarea-l p {
  line-height: 2.1;
}

.point-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.point-kv img {
  width: 100%;
  height: auto;
}

.img-after01:after {
  content: "";
  position: absolute;
  top: 4%;
  left: 0%;
  width: 102%;
  height: 100%;
  z-index: -1;
}

.img-after02:after {
  content: "";
  position: absolute;
  top: 4%;
  right: 0%;
  width: 102%;
  height: 100%;
  z-index: -1;
}

@media (min-width: 769px) and (max-width: 1499px) {
  .contents__ttl01 h2 {
    font-size: 28px !important;
    font-size: 1.8666666667vw !important;
  }
  .contents__ttl01 h3 {
    font-size: 28px !important;
    font-size: 1.8666666667vw !important;
  }
  .contents__txtarea-r h4:first-of-type span {
    font-size: 32px !important;
    font-size: 2.1333333333vw !important;
  }
  .contents__txtarea-r h4:first-of-type span:nth-child(2) {
    font-size: 18px !important;
    font-size: 1.2vw !important;
  }
  .contents__txtarea-r h4:nth-of-type(2) {
    font-size: 25px !important;
    font-size: 1.6666666667vw !important;
  }
  .contents__txtarea-l h4:first-of-type {
    font-size: 32px !important;
    font-size: 2.1333333333vw !important;
  }
  .contents__txtarea-l h4:first-of-type span {
    font-size: 32px !important;
    font-size: 2.1333333333vw !important;
  }
  .contents__txtarea-l h4:first-of-type span:nth-child(2) {
    font-size: 18px !important;
    font-size: 1.2vw !important;
  }
  .contents__txtarea-l h4:nth-of-type(2) {
    font-size: 25px !important;
    font-size: 1.6666666667vw !important;
  }
}
@media screen and (min-width: 541px) and (max-width: 1024px) {
  /* for iPad */
  .contents-inner {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  #Point-Sec-Counter .sec-point:first-of-type {
    padding: 100px 0 0 0;
  }
  #Point-Sec-Counter .sec-point:nth-of-type(2) {
    padding: 60px 0 0 0;
  }
  #Point-Sec-Counter .sec-point:nth-of-type(3) {
    padding: 60px 0 0 0;
  }
  #Point-Sec-Counter .sec-point:nth-of-type(4) {
    padding: 60px 0 0 0;
  }
  #Point-Sec-Counter .sec-point:nth-of-type(5) {
    padding: 60px 0 0 0;
  }
  #Point-Sec-Counter .sec-point:nth-of-type(6) {
    padding: 60px 0 0 0;
  }
  /* for iPhone */
  .point_bg {
    padding: 120px 0px 0px 0px;
  }
  .contents-inner {
    flex-direction: column !important;
    padding: 30px 20px;
  }
  .contents-inner-padding {
    padding: 0 20px 30px 20px;
  }
  .contents__ttl01 h2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.15rem;
    color: #fff;
    padding: 3% 2%;
    background: #c2b193;
  }
  .contents__ttl01 h3 {
    text-align: center;
    justify-content: center;
    width: auto;
    padding: 2rem 0;
    font-size: 2.1rem;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 0.15rem;
  }
  .contents__sec-kv {
    width: 100%;
  }
  .contents__sec-img img {
    width: 100%;
    height: auto;
  }
  .contents__sec-img img:after {
    width: 100%;
  }
  .contents__txtarea-r {
    width: 100%;
    margin-right: 0;
    padding: 20px 0 0 0;
  }
  .contents__txtarea-r h4:first-of-type {
    text-align: center;
    line-height: 1;
    letter-spacing: 0.15rem;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #221714;
  }
  .contents__txtarea-r h4:first-of-type span {
    font-size: 28px;
  }
  .contents__txtarea-r h4:first-of-type span:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column !important;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: #008b48;
  }
  .contents__txtarea-r h4:nth-of-type(2) {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.15rem;
    margin-bottom: 1rem;
    line-height: 1.4;
  }
  .contents__txtarea-l {
    width: 100%;
    margin-left: 0;
    padding: 20px 0 0 0;
    order: 2;
  }
  .contents__txtarea-l h4:first-of-type {
    text-align: center;
    line-height: 1;
    letter-spacing: 0.15rem;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #221714;
  }
  .contents__txtarea-l h4:first-of-type span {
    font-size: 28px;
  }
  .contents__txtarea-l h4:first-of-type span:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column !important;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: #008b48;
  }
  .contents__txtarea-l h4:nth-of-type(2) {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.15rem;
    margin-bottom: 1rem;
    line-height: 1.6;
    line-height: 1.4;
  }
  .contents-counter .contents-inner:first-of-type {
    padding: 50px 20px;
  }
  .contents-counter .contents-inner:nth-of-type(2) {
    padding: 0 20px 50px 20px;
  }
  .contents-counter .contents-inner:nth-of-type(3) {
    padding: 0 20px 50px 20px;
  }
  .contents-counter .contents-inner:nth-of-type(4) {
    padding: 0 20px 50px 20px;
  }
  .contents-counter .contents-inner:nth-of-type(5) {
    padding: 0 20px 50px 20px;
  }
  .contents-counter .contents-inner:nth-of-type(6) {
    padding: 0 20px 50px 20px;
  }
}
/*----------------------------------------------------
sec-banner
----------------------------------------------------*/
.sec-banner {
  padding: 120px 0 0 0;
}
.sec-banner .special-banner {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.sec-banner .special-banner a {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.sec-banner .special-banner a:hover {
  opacity: 0.6;
}
.sec-banner .special-banner a img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .sec-banner {
    padding: 120px 20px 0 20px;
  }
}
/*----------------------------------------------------
  sec-movie
----------------------------------------------------*/
.sec-movie {
  margin-top: -120px;
}

.sec-movie_bg {
  position: relative;
  padding: 120px 0;
  background: #636464;
}
.sec-movie_bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 11%;
  padding-top: 46.05%;
  background: url(https://corollamie.co.jp/test/wp-content/themes/corollamie/share/img/car-lineup/sec-movie_bg.svg) no-repeat center;
  background-size: contain;
}

.html5-video-player:not(.ytp-touch-mode) ::-webkit-scrollbar-thumb {
  border: none !important;
}

.contents__youtube {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding-top: 45%;
  overflow: hidden;
}
.contents__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none !important; /*境界線の打ち消し*/
}

@media only screen and (max-width: 767px) {
  .sec-movie {
    margin-top: 0px;
  }
  .sec-movie_bg {
    padding: 60px 20px;
  }
  .contents__youtube {
    width: 100%;
    padding-top: 62.25%;
  }
}
/*----------------------------------------------------
  sec-exterior
----------------------------------------------------*/
.sec-exterior_bg {
  padding: 120px 0;
}

.contents__exterior {
  position: relative;
}
.contents__exterior:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #8e8e8e;
}
.contents__exterior:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 35px;
  height: 5px;
  background: #EF9100;
}
.contents__exterior--heading h3 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
  padding-top: 5rem;
}
.contents__exterior--heading h3 span {
  font-family: "Courier Prime", monospace;
  font-style: italic;
  font-size: 18px;
  display: block;
  letter-spacing: 0.1rem;
  padding-top: 0.5rem;
}
.contents__exterior--heading p {
  width: 70%;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (min-width: 769px) and (max-width: 1499px) {
  .contents__exterior--heading h3 {
    font-size: 28px !important;
    font-size: 1.8666666667vw !important;
  }
  .contents__exterior--heading h3 span {
    font-size: 18px !important;
    font-size: 1.2vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .sec-exterior_bg {
    padding: 60px 20px;
  }
  .contents__exterior--heading h3 {
    font-size: 24px;
    padding-top: 5rem;
  }
  .contents__exterior--heading h3 span {
    font-size: 16px;
    padding-top: 0.5rem;
  }
  .contents__exterior--heading p {
    width: 100%;
  }
}
/*----------------------------------------------------
  sec-interior
----------------------------------------------------*/
.sec-interior_bg {
  padding: 0 0 120px 0;
}

.contents__interior {
  position: relative;
}
.contents__interior:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #8e8e8e;
}
.contents__interior:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 35px;
  height: 5px;
  background: #EF9100;
}
.contents__interior--heading h3 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
  padding-top: 5rem;
}
.contents__interior--heading h3 span {
  font-family: "Courier Prime", monospace;
  font-style: italic;
  font-size: 18px;
  display: block;
  letter-spacing: 0.1rem;
  padding-top: 0.5rem;
}
.contents__interior--heading p {
  width: 70%;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (min-width: 769px) and (max-width: 1499px) {
  .contents__interior--heading h3 {
    font-size: 28px !important;
    font-size: 1.8666666667vw !important;
  }
  .contents__interior--heading h3 span {
    font-size: 18px !important;
    font-size: 1.2vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .sec-interior_bg {
    padding: 0 20px 60px 20px;
  }
  .contents__interior--heading h3 {
    font-size: 24px;
    padding-top: 5rem;
  }
  .contents__interior--heading h3 span {
    font-size: 16px;
    padding-top: 0.5rem;
  }
  .contents__interior--heading p {
    width: 100%;
  }
}
/*----------------------------------------------------
  sec-bodycolor
----------------------------------------------------*/
.sec-bodycolor_bg {
  padding: 0 0 120px 0;
}

.global-navi {
  position: absolute !important;
}

.contents__slider {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.contents__body-color {
  position: relative;
}
.contents__body-color:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #8e8e8e;
}
.contents__body-color:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 35px;
  height: 5px;
  background: #EF9100;
}
.contents__body-color--heading h3 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
  padding-top: 5rem;
}
.contents__body-color--heading h3 span {
  font-family: "Courier Prime", monospace;
  font-style: italic;
  font-size: 21px;
  display: block;
  letter-spacing: 0.1rem;
  padding-top: 0.5rem;
}
.contents__body-color--heading p {
  width: 50%;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
}
.contents__slider-cap p {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.contents__slider-cap a {
  color: #000;
  transition: 0.3s;
  display: inline-block;
  padding: 1.5rem 3rem;
  border: 1px solid #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  border-radius: 30px;
}
.contents__slider-cap a:hover {
  background: #000;
  color: #fff;
}

@media (min-width: 769px) and (max-width: 1499px) {
  .contents__body-color--heading h3 {
    font-size: 32px !important;
    font-size: 2.1333333333vw !important;
  }
  .contents__body-color--heading h3 span {
    font-size: 24px !important;
    font-size: 1.6vw !important;
  }
}
@media (max-width: 767px) {
  .sec-bodycolor_bg {
    padding: 0 20px 60px 20px;
  }
  .contents__body-color--heading h3 {
    font-size: 24px;
  }
  .contents__body-color--heading h3 span {
    font-size: 16px;
  }
  .grade_name {
    color: #252525;
    padding: 0.5rem;
    font-size: 12px;
    margin-bottom: 16px;
  }
}
/*----------------------------------------------------
  sec-performance
----------------------------------------------------*/
.sec-performance_bg {
  padding: 0 6.777vw 120px 6.777vw;
}

.performance-bg {
  position: relative;
  padding: 5vw 5vw 2vw 5vw;
}
.performance-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 80px solid transparent;
  border-left: 80px solid transparent;
  z-index: 1;
}

.contents__performance {
  position: relative;
}
.contents__performance--heading h3 {
  text-align: center;
}
.contents__performance--heading h3 span:first-of-type {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
  border-bottom: 1px solid #221714;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.contents__performance--heading h3 span:nth-of-type(2) {
  font-family: "Courier Prime", monospace;
  font-style: italic;
  font-size: 18px;
  display: block;
  letter-spacing: 0.1rem;
  padding-top: 0.5rem;
}
.contents__performance--heading p {
  width: 50%;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
}

.performance-txt {
  display: flex;
  align-items: start;
  padding: 3rem 0 0 0;
}
.performance-txt span {
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
  min-width: 140px;
  display: inline-block;
  padding: 0.5em;
}
.performance-txt p {
  padding-left: 3rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .sec-performance_bg {
    padding: 0px 20px 60px 20px;
  }
  .performance-bg {
    padding: 30px 20px 0 20px;
  }
  .performance-bg:before {
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
  }
  .contents__performance--heading h3 {
    text-align: center;
  }
  .contents__performance--heading h3 span:first-of-type {
    font-size: 21px;
    margin-bottom: 0.5rem;
    padding-bottom: 1rem;
  }
  .contents__performance--heading h3 span:nth-of-type(2) {
    font-size: 16px;
  }
  .performance-txt {
    display: block;
    padding: 1.5rem 0;
  }
  .performance-txt span {
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-align: center;
    display: inline-block;
    padding: 0.5em 1.5rem;
    color: #fff;
    background: #c2b193;
    line-height: 1;
  }
  .performance-txt p {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
/*---------------------------------------------------gas---------------------------------------------*/
.sec-gas_bg {
  padding: 0 0 120px 0;
}

.contents__gas {
  position: relative;
}
.contents__gas:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #8e8e8e;
}
.contents__gas:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 35px;
  height: 5px;
  background: #EF9100;
}
.contents__gas--heading h3 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
  padding-top: 5rem;
}
.contents__gas--heading h3 span {
  font-family: "Courier Prime", monospace;
  font-style: italic;
  font-size: 18px;
  display: block;
  letter-spacing: 0.1rem;
  padding-top: 0.5rem;
}
.contents__gas--heading p {
  width: 50%;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
}
.contents__gas-img {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  display: flex;
}
.contents__gas-img img {
  width: 100%;
  height: auto;
}
.contents__gas-txt p {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (min-width: 769px) and (max-width: 1499px) {
  .contents__gas--heading h3 {
    font-size: 28px !important;
    font-size: 1.8666666667vw !important;
  }
  .contents__gas--heading h3 span {
    font-size: 18px !important;
    font-size: 1.2vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .sec-gas_bg {
    padding: 0 20px 60px 20px;
  }
  .contents__gas--heading h3 {
    font-size: 24px;
    padding-top: 5rem;
  }
  .contents__gas--heading h3 span {
    font-size: 16px;
    padding-top: 0.5rem;
  }
  .contents__gas--heading p {
    width: 100%;
  }
}
/*----------------------------------------------------
  sec-price
----------------------------------------------------*/
.sec-price_bg {
  padding: 0 0 120px 0;
}

.contents__price {
  position: relative;
}
.contents__price:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #8e8e8e;
}
.contents__price:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 35px;
  height: 5px;
}
.contents__price--heading h3 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
  padding-top: 5rem;
}
.contents__price--heading h3 span {
  font-family: "Courier Prime", monospace;
  font-style: italic;
  font-size: 18px;
  display: block;
  letter-spacing: 0.1rem;
  padding-top: 0.5rem;
}
.contents__price--heading p {
  width: 50%;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
}
.contents__price-table {
  width: 100%;
  max-width: 930px;
  margin: 0 auto 50px;
}
.contents__price-btn {
  text-align: center;
}
.contents__price-btn a {
  color: #000;
  transition: 0.3s;
  display: inline-block;
  padding: 1.5rem 3rem;
  border: 1px solid #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  border-radius: 30px;
  transition: 0.3s;
}
.contents__price-btn a:hover {
  background: #000;
  color: #fff;
}

@media only screen and (max-width: 540px) {
  .sec-price_bg {
    padding: 0 20px 60px 20px;
  }
  .contents__price--heading h3 {
    font-size: 24px;
  }
  .contents__price--heading h3 span {
    font-family: "Courier Prime", monospace;
    font-style: italic;
    font-size: 16px;
  }
}
/*----------------------------------------------------
  sec-catalog
----------------------------------------------------*/
.sec-catalog_bg {
  padding: 120px 6.777%;
  padding: 120px 6.777vw;
  background: #dcdcdc;
}

.catalog-container {
  max-width: 1080px;
  margin: 0 auto;
}

.contents__catalog {
  position: relative;
}
.contents__catalog--heading h3 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
}
.contents__catalog--heading h3 span {
  font-family: "Courier Prime", monospace;
  font-style: italic;
  font-size: 18px;
  display: block;
  letter-spacing: 0.1rem;
  padding-top: 0.5rem;
}
.contents__catalog--heading p {
  font-size: 16px;
  line-height: 1.8;
  width: 70%;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  text-justify: inter-ideograph;
}

.catalog-link {
  width: 100%;
  display: block;
  color: #252525;
  transition: 0.3s;
}

.catalog-link:hover {
  color: #252525;
  opacity: 0.5;
}

.catalog-thumb {
  width: 100%;
}
.catalog-thumb img {
  width: 100%;
  height: auto;
}

.catalog-name {
  text-align: justify;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
}

.catalog-date {
  text-align: justify;
  font-size: 1.2rem;
}

.catalog-under-area {
  padding: 5rem 0 0 0;
}

.catalog-under-area h4 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 2;
}

.attention-txt {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 2;
}

.attention-list {
  font-size: 1.2rem;
  line-height: 2; /*文の行高*/
  list-style: square; /* アイコンの種類指定 */
  padding-left: 1.5rem;
}

.atte02 {
  font-size: 1.1rem;
  color: red;
}

@media only screen and (max-width: 540px) {
  .sec-catalog_bg {
    padding: 60px 20px;
  }
  .contents__catalog--heading h3 {
    font-size: 24px;
  }
  .contents__catalog--heading h3 span {
    font-size: 16px;
    padding-top: 0.5rem;
  }
  .contents__catalog--heading p {
    width: 100%;
  }
  .catalog-name {
    font-size: 1.1rem;
  }
  .catalog-date {
    font-size: 1.1rem;
  }
}
/*----------------------------------------------------
  slider
----------------------------------------------------*/
.gallery {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 15px 0 !important;
}
.gallery-slider .swiper-slide {
  width: auto;
}
.gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide {
  width: 190px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  opacity: 1;
}
.gallery-thumbs .swiper-slide-active {
  position: relative;
}
.gallery-thumbs .swiper-slide-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.gallery-thumbs .swiper-slide img {
  cursor: pointer;
  width: auto;
  height: 100%;
}

.swiper-controll-area {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2215%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2216.7%2C21.4%2018%2C19.9%2012.9%2C15%2018%2C10.1%2016.7%2C8.6%2010%2C15%20%22%2F%3E%3C%2Fsvg%3E") !important;
  left: -20px !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2215%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2213.3%2C21.4%2012%2C19.9%2017.1%2C15%2012%2C10.1%2013.3%2C8.6%2020%2C15%20%22%2F%3E%3C%2Fsvg%3E") !important;
  right: -20px !important;
}

.swiper-button-next, .swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  background-size: 50px !important;
}

.car-img img {
  width: 80% !important;
  margin: 0 auto;
}

.w-a {
  width: auto !important;
}

.trs-0 {
  transform: none !important;
}

@media only screen and (max-width: 540px) {
  .gallery-slider {
    margin: 0 0 15px 0 !important;
  }
  .gallery-slider .swiper-slide {
    width: 100%;
  }
  .gallery-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .gallery-thumbs .swiper-slide {
    width: 120px !important;
    height: 70px;
  }
  .w-a img {
    height: 100% !important;
  }
  .swiper-controll-area {
    top: 20%;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
    background-size: 30px !important;
  }
}
/*----------------------------------------------------
  body-color-slider
----------------------------------------------------*/
.main-image01 {
  margin: 0 auto;
  max-width: 1000px;
  box-sizing: border-box;
}

.main-image01-thumbs {
  overflow: visible !important;
}

.main-image01-thumbs__list {
  max-width: 550px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}

.main-image01__item {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  height: auto !important;
}

/* メイン画像縦横中央に配置 */
.main-image01__item img {
  width: 80%;
  height: auto;
  margin: 0 auto 1.5rem auto;
  display: block;
}

/* 画像の比率4対3に指定 2対1の場合は50%にします */
.main-image01__item:after {
  display: block;
  content: "";
}

.main-image01-thumbs {
  width: 100%;
  padding: 10px 0 0;
  box-sizing: border-box;
}

.main-image01-thumbs__item {
  cursor: pointer;
  width: 35px !important;
  height: 46px !important;
  flex-wrap: wrap;
  position: relative;
}

.main-image01-thumbs__item.swiper-slide-thumb-active:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  z-index: 0;
  content: "";
  width: 50px;
  height: 50px;
  border: 5px solid #000;
  border-radius: 50%;
}

/* サムネイル画像画像縦横中央に配置 */
.main-image01-thumbs__item img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.color-name {
  text-align: center !important;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

.color-option {
  text-align: center !important;
  font-size: 12px;
  color: #757575;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  font-weight: 400;
}

.grade_cap {
  font-size: 12px;
  width: 50% !important;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  /* メイン画像縦横中央に配置 */
  .main-image01__item img {
    width: 100%;
  }
  .color-name {
    font-size: 14px;
  }
  .color-option {
    text-align: left !important;
  }
  .grade_cap {
    width: 100% !important;
  }
}
/*----------------------------------------------------
  accordion
----------------------------------------------------*/
table {
  width: 100%;
}

.timeline02 th,
.timeline02 td {
  border-bottom: 1px solid #666;
  letter-spacing: 0.1rem;
}

.timeline02 th {
  font-weight: 600;
  padding: 20px 0;
  width: 24%;
  line-height: 200%;
  vertical-align: top;
  text-align: left;
  letter-spacing: 0.1em;
}

.timeline02 td {
  font-size: 1.7rem;
  font-weight: bold;
  padding: 18px 30px;
  line-height: 1.8;
}
.timeline02 td:nth-child(2) {
  width: 30%;
}
.timeline02 td:nth-child(3) {
  font-size: 2.4rem;
  line-height: 1;
}
.timeline02 td span {
  font-size: 1.2rem;
}

.menu li:last-child {
  margin-bottom: 0 !important;
}

.menu__item--car {
  background: #727171;
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
  transition: 0.5s;
}

.menu__item__link--car {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #fff;
  display: block;
  position: relative;
  transition: 0.5s;
}

/* ---add--- */
.hybrid-logo {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.menu-item-txt--car {
  color: #FFF;
  width: 100%;
  padding: 3rem;
}

.menu-arrow-area--car {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.menu-arrow--car {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  transform: rotate(0deg);
}

.menu-arrow--car:after {
  color: #FFF;
  content: "\f054";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: 0.5s;
  line-height: 1;
  transform: rotate(0deg);
}

.menu__item--car > .menu__item__link--car.on {
  background: #727171;
}

.menu__item--car > .menu__item__link--car.on > .menu-arrow-area--car > .menu-arrow--car:after {
  color: #FFF;
}

.menu-arrow--car.open:after {
  transform: rotate(90deg);
}

/* ---/add--- */
.submenu--car {
  background: #fff;
  display: none;
}

.open {
  display: block;
}

.submenu-container--car {
  width: 100%;
}

.menu__item__link--car:hover {
  background: #666;
  color: #FFF;
}

.submenu-ttl--car {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #252525;
  display: inline-block;
}

.item-ttl--car {
  display: inline-block;
}

.iconf-sec-color--car {
  color: #B3A073;
}

@media (min-width: 769px) {
  .menu__item--car {
    width: 100%;
    margin: 0 auto;
  }
  .menu-arrow--car:after {
    position: relative;
    left: 1px;
  }
  .timeline02 td:first-of-type {
    border-right: 1px solid #666;
  }
  .timeline02 td:nth-of-type(2) {
    border-right: 1px solid #666;
  }
}
@media only screen and (max-width: 540px) {
  .item-ttl--car {
    font-size: 1.5rem;
  }
  .menu-item-txt--car {
    width: 100%;
    padding: 1rem 0rem;
  }
  .menu-arrow-area--car {
    right: -1%;
  }
  .submenu-ttl--car {
    font-size: 1.6rem;
  }
  .table-ttl--car {
    width: 100%;
    font-size: 1.5rem;
  }
  .timeline02 th,
  .timeline02 td {
    border-top: none;
  }
  .timeline02 td {
    font-size: 15px;
    padding: 1rem;
  }
  .timeline02 td:nth-child(3) {
    font-size: 1.8rem;
  }
  .hybrid-logo {
    width: 51px;
    left: 13%;
  }
}
/* -----------------------------------------------------------
  nextback
----------------------------------------------------------- */
.nextback__bg {
  position: relative;
  padding: 120px 20vw 200px;
  width: 100%;
}
.nextback__bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: url(https://corollamie.co.jp/itas/wp-content/themes/corollamie/share/img/share/nextback_bg.jpg) no-repeat center bottom;
  background-size: cover;
  z-index: -2;
}
.nextback__bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 11.53%;
  background: url(https://corollamie.co.jp/itas/wp-content/themes/corollamie/share/img/share/nextback-txt.svg) no-repeat center;
  background-size: contain;
  opacity: 0.5;
  z-index: -1;
}
.nextback__bg .nextback-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.nextback__bg .nextback-box .nextback-link {
  width: calc(50% - 15px);
  display: block;
  background: #FFF;
  margin-bottom: 3rem;
}
.nextback__bg .nextback-box .nextback-link:not(:nth-child(2n)) {
  margin-right: 30px;
}
.nextback__bg .nextback-box .nextback-link:hover .nextback-img {
  opacity: 0.6;
}
.nextback__bg .nextback-box .nextback-link .nextback-img {
  width: 100%;
  height: auto;
  transition: 0.5s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.nextback__bg .nextback-box .nextback-link .nextback-img img {
  width: 100%;
}
.nextback__bg .nextback-box .nextback-link .nextback-txt {
  position: relative;
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #FFF;
  background: #EF9100;
}
.nextback__bg .nextback-box .nextback-link .nextback-txt::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #ffffff transparent;
}

.sub-color {
  background: #F1B400 !important;
}

@media only screen and (max-width: 991px) {
  .nextback__bg {
    padding: 60px 6.777vw 120px;
  }
  .nextback__bg .nextback-box {
    width: 100%;
  }
  .nextback__bg .nextback-box .nextback-link {
    width: calc(50% - 10px);
    margin-bottom: 2rem;
  }
  .nextback__bg .nextback-box .nextback-link:not(:nth-child(2n)) {
    margin-right: 20px;
  }
  .nextback__bg .nextback-box .nextback-link .nextback-txt {
    padding: 1rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .nextback__bg {
    padding: 60px 20px;
  }
  .nextback__bg .nextback-box .nextback-link .nextback-txt {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
/*----------------------------------------------------
  popup
----------------------------------------------------*/
.popup_menu-wrap {
  position: fixed;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.popup_menu-wrap .back-drop {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(4, 0, 0, 0.85);
}
.popup_menu-wrap .pop-main {
  position: fixed;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  height: 92%;
  margin: 0 auto;
  background: #FFF;
  overflow-y: scroll;
  z-index: 10001;
}
.popup_menu-wrap .pop-main__grade-heading {
  padding: 20px 0;
  text-align: center;
}
.popup_menu-wrap .pop-main__grade-heading p {
  font-size: 2rem;
  font-weight: 600;
}
.popup_menu-wrap .pop-main__grade-heading p .border-custom {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: solid 1px #323232;
}
.popup_menu-wrap .pop-main__grade-list {
  width: 90%;
  margin: 0 auto;
}
.popup_menu-wrap .pop-main__grade-list--grade-name {
  margin-bottom: 10px;
}
.popup_menu-wrap .pop-main__grade-list--grade-name p.font-custom_text {
  padding-left: 15px;
  border-left: solid 3px #333;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: left;
}
.popup_menu-wrap .pop-main__grade-list--gradeContents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.popup_menu-wrap .pop-main__grade-list--gradeContents .border-custom_car {
  border: solid 2px #e57f12 !important;
}
.popup_menu-wrap .pop-main__grade-list--gradeContents .car-content {
  width: 100%;
  max-width: 350px;
  height: auto;
  margin-bottom: 20px;
  border: solid 1px #cecfcf;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
}
.popup_menu-wrap .pop-main__grade-list--gradeContents .car-content__wrap {
  padding: 20px;
  margin-bottom: 20px;
}
.popup_menu-wrap .pop-main__grade-list--gradeContents .car-content__wrap--tags-wrap {
  display: flex;
  margin-bottom: 10px;
}
.popup_menu-wrap .pop-main__grade-list--gradeContents .car-content__wrap--tags-wrap--tag-inner {
  padding: 3px 5px;
  margin-right: 10px;
  background: #323232;
  color: #FFF;
  text-align: center;
  font-size: 1.3rem;
}
.popup_menu-wrap .pop-main__grade-list--gradeContents .car-content__wrap--tags-wrap--tag-inner p {
  line-height: 1.4;
  font-weight: 600;
}
.popup_menu-wrap .pop-main__grade-list--gradeContents .car-content__wrap--car-wrap--name {
  height: 45px;
  text-align: left;
  color: #323232;
  font-size: 1.5rem;
  font-weight: 600;
}
.popup_menu-wrap .pop-main__grade-list--gradeContents .car-content__wrap--car-wrap--image {
  text-align: center;
  width: 75%;
  margin: 30px auto;
}
.popup_menu-wrap .pop-main__grade-list--gradeContents .car-content__wrap--car-wrap--image img {
  width: 100%;
  height: auto;
}
.popup_menu-wrap .pop-main__grade-list--gradeContents .car-content__wrap--car-wrap--color-name-list {
  display: none;
}
.popup_menu-wrap .pop-main__grade-list--gradeContents .car-content__wrap--car-wrap--colors-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.popup_menu-wrap .pop-main__grade-list--gradeContents .car-content__wrap--car-wrap--colors-list--image {
  display: none;
}
.popup_menu-wrap .pop-main__grade-list--gradeContents .car-content__wrap--car-wrap--colors-list--inner {
  margin: 0 5px 5px;
  width: 20px;
  height: 20px;
}
.popup_menu-wrap .pop-main__grade-list--gradeContents .car-content__wrap--car-wrap--colors-list--inner img {
  width: 100%;
  height: auto;
  border: solid 1px #333;
  border-radius: 10px;
}
.popup_menu-wrap .pop-main__grade-list--gradeContents .car-content:hover {
  opacity: 0.8;
}
.popup_menu-wrap .pop-main__pop-closeBtn {
  width: 100%;
  padding: 20px 0;
  margin-top: 70px;
  background: #afafaf;
  border-top: solid 1px rgba(4, 0, 0, 0.85);
  cursor: pointer;
}
.popup_menu-wrap .pop-main__pop-closeBtn--text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup_menu-wrap .pop-main__pop-closeBtn--text p {
  margin-right: 30px;
  color: rgba(4, 0, 0, 0.85);
  font-size: 20px;
}
.popup_menu-wrap .pop-main__pop-closeBtn--text .cross-icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
}
.popup_menu-wrap .pop-main__pop-closeBtn--text .cross-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: rgba(4, 0, 0, 0.85);
  border-radius: 2px;
}
.popup_menu-wrap .pop-main__pop-closeBtn--text .cross-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  background: rgba(4, 0, 0, 0.85);
  border-radius: 2px;
}
.popup_menu-wrap .pop-main__pop-control-close {
  position: fixed;
  top: 2%;
  right: 2%;
  cursor: pointer;
}
.popup_menu-wrap .pop-main__pop-control-close--wrap {
  padding: 10px;
  background: #cecfcf;
}
.popup_menu-wrap .pop-main__pop-control-close--wrap .cross-icon {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
}
.popup_menu-wrap .pop-main__pop-control-close--wrap .cross-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: rgba(4, 0, 0, 0.85);
  border-radius: 2px;
}
.popup_menu-wrap .pop-main__pop-control-close--wrap .cross-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  background: rgba(4, 0, 0, 0.85);
  border-radius: 2px;
}

/*****************************/
/*****************************/
.overflow-hidden {
  overflow: hidden;
}

#popupMenu {
  display: none;
}

/*----------------------------------------------------
固定ページ化(22/07追加)
----------------------------------------------------*/
body {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif !important;
}

a, h2, h3, h4, h5, p, span {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif !important;
}

.inner_link {
  background: #252525;
  border-right: 1px solid;
}

.fixedNav01 {
  border-color: #A69F95 !important;
}

.fixedNav02 {
  border-color: #88949C !important;
}

.fixedNav03 {
  border-color: #A69F95 !important;
}

.fixedNav04 {
  border-color: #88949C !important;
}

.fixedNav05 {
  border-color: #A69F95 !important;
}

.fixedNav06 {
  border-color: #88949C !important;
}

.car-kv {
  background: url(../img/bz4x/bz4x-kv.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .car-kv {
    background: url(../img/bz4x/bz4x-kv_sp.jpg) no-repeat center;
    background-size: cover;
  }
}

#Point1 {
  position: relative;
  background: #BCC8D0;
}

#Point2 {
  position: relative;
  background: #DCD8D2;
}

#Point3 {
  position: relative;
  background: #BCC8D0;
}

#Point4 {
  position: relative;
  background: #DCD8D2;
}

#Point-Number1 {
  background: #BCC8D0;
}

#Point-Number2 {
  background: #DCD8D2;
}

#Point-Number3 {
  background: #BCC8D0;
}

#Point-Number4 {
  background: #DCD8D2;
}

.contents__txtarea-r h4:first-of-type span:nth-child(2),
.contents__txtarea-l h4:first-of-type span:nth-child(2) {
  background: #517BC9;
}

#Point1 {
  color: #252525;
}

#Point-Number1 {
  color: #252525;
}

#Point1 .contents__txtarea-r h4:first-of-type,
#Point1 .contents__txtarea-l h4:first-of-type {
  border-bottom: 1px solid #252525;
}

#Point2 {
  color: #252525;
}

#Point-Number2 {
  color: #252525;
}

#Point2 .contents__txtarea-r h4:first-of-type,
#Point2 .contents__txtarea-l h4:first-of-type {
  border-bottom: 1px solid #252525;
}

#Point3 {
  color: #252525;
}

#Point-Number3 {
  color: #252525;
}

#Point3 .contents__txtarea-r h4:first-of-type,
#Point3 .contents__txtarea-l h4:first-of-type {
  border-bottom: 1px solid #252525;
}

#Point4 {
  color: #252525;
}

#Point-Number4 {
  color: #252525;
}

#Point4 .contents__txtarea-r h4:first-of-type,
#Point4 .contents__txtarea-l h4:first-of-type {
  border-bottom: 1px solid #252525;
}

#Point-SecImg1:after {
  background: #88949C;
}

#Point-SecImg2:after {
  background: #A69F95;
}

#Point-SecImg3:after {
  background: #88949C;
}

#Point-SecImg4:after {
  background: #A69F95;
}

.contents__exterior:after,
.contents__interior:after,
.contents__body-color:after,
.contents__gas:after,
.contents__price:after {
  background: #A69F95;
}

.performance-bg {
  background: #88949C;
}

.performance-bg:before {
  border-top: 80px solid #A69F95;
  border-right: 80px solid #A69F95;
}
@media screen and (max-width: 767px) {
  .performance-bg:before {
    border-top: 30px solid #A69F95;
    border-right: 30px solid #A69F95;
  }
}

.performance-txt span {
  background: #A69F95;
}

.performance-txt span {
  color: #ffffff;
}

#performance {
  color: #ffffff !important;
}

.contents__performance--heading h3 span:first-of-type {
  border-bottom: 1px solid #ffffff;
}

.performance-txt p {
  color: #ffffff !important;
}

.expectation-txt {
  display: block;
  font-size: 12px;
  color: red;
}

.note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  display: block;
  margin-top: 1rem;
}/*# sourceMappingURL=bz4x.css.map */