@charset "UTF-8";

[class~="js-fade_in"] {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}

[class~="js-fade_in"].is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.footnote {
  background-color: #464646;
  padding: 40px 0;
  color: #fff;
}

.footnote_inner {
  max-width: 980px;
  margin: 0 auto;
}

.footnote-block:not(:last-child) {
  margin-bottom: 17px;
}

.footnote-block__title {
  font-size: 1.0rem;
}

.footnote-list + .footnote-list {
  margin-top: 2em;
}

.footnote-list__item {
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.7;
}

.footnote-list__title {
  font-size: 1.0rem;
}

.footnote-list__anchor {
  color: #fff;
}

.outer-orderlist {
  font-size: 1.0rem;
}

.outer-orderlist__item + .outer-orderlist__item {
  margin-top: 2em;
}

.float-banner {
  width: 100%;
  max-width: 980px;
}

.float-cv + .float-cv {
  margin-top: 20px;
}

.float-cv_prefix {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 10px;
}

.float-cv_prefix::before, .float-cv_prefix::after {
  content: '';
  display: block;
  width: 16px;
  height: 22px;
  background: url(../img/share/ico-float_cv_baloon.svg) no-repeat center/contain;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin: 0 12px;
}

.float-cv_prefix::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.float-cv_button {
  display: -webkit-flex;
  display: flex;
  gap: 16px;
}

.float-cv_button_inner {
  -webkit-flex: 1;
          flex: 1;
}

.float-cv_button_anchor {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  height: 64px;
  padding: 20px 40px;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.float-cv_button_anchor_text {
  font-size: 2.0rem;
  font-weight: 700;
}

.float-cv_button_anchor::after {
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 15px;
  background: url(../img/share/ico-arrow_double.svg) no-repeat center/contain;
}

.float-cv_button_anchor.o-reserve .float-cv_button_anchor_text {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
}

.float-cv_button_anchor.o-reserve .float-cv_button_anchor_text::before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 26px;
  background: url(../img/share/ico-drive.svg) no-repeat center/contain;
  margin-right: 8px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.float-cv_button_anchor.o-red {
  background-color: #d71430;
}

.float-cv_button_anchor.o-blue {
  background-color: #158cb9;
}

.float-cv_button_anchor.o-black {
  background-color: #000000;
}

.cta-block {
  position: relative;
  background-color: #ffffff;
  box-shadow: 4px 4px 20px rgba(9, 6, 58, 0.2);
  padding: 30px 64px 50px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cta-block::before, .cta-block::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.cta-block::before {
  top: 5px;
  left: 5px;
  border-width: 24px 24px 0 0;
  border-color: #158cb9 transparent transparent transparent;
}

.cta-block::after {
  bottom: 5px;
  right: 5px;
  border-width: 0 0 24px 24px;
  border-color: transparent transparent #158cb9 transparent;
}

.cta-block_txt {
  max-width: 681px;
  width: 100%;
  margin: 0 auto;
}

.cta-block_btns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.cta-block_btn-row {
  display: -webkit-flex;
  display: flex;
  gap: 16px;
}

.cta-block_btn-inner {
  -webkit-flex: 1;
          flex: 1;
}

.cta-block_btn_anchor {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  height: 64px;
  padding: 20px 40px;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.cta-block_btn-reserve .cta-block_btn_anchor {
  height: 88px;
  letter-spacing: 1.3px;
}

.cta-block_btn-reserve .cta-block_btn_anchor::after {
  right: 34px;
  width: 24px;
  height: 20px;
}

.cta-block_btn-reserve .cta-block_btn_anchor_text {
  font-size: 2.6rem;
}

.cta-block_btn_anchor_text {
  font-size: 2.0rem;
  font-weight: 700;
}

.cta-block_btn_anchor::after {
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 15px;
  background: url(../img/share/ico-arrow_double.svg) no-repeat center/contain;
}

.cta-block_btn_anchor.o-reserve .cta-block_btn_anchor_text {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
          align-items: center;
}

.cta-block_btn_anchor.o-reserve .cta-block_btn_anchor_text::before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../img/share/ico-drive.svg) no-repeat center/contain;
  margin-right: 8px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.cta-block_btn_anchor.o-red {
  background-color: #d71430;
}

.cta-block_btn_anchor.o-blue {
  background-color: #158cb9;
}

.cta-block_btn_anchor.o-black {
  background-color: #000000;
}

.kv.-type_a {
  background: url(../img/kv/bg-kv_a.webp) #fff no-repeat center top;
  background-size: 100% auto;
}

.kv.-type_b {
  background: url(../img/kv/bg-kv_b.webp) #fff no-repeat center top;
  background-size: 100% auto;
}

.kv.-type_b .kv_cta {
  margin-top: 0;
}

.reason_heading {
  position: relative;
  overflow: hidden;
}

.reason_heading::before {
  content: '';
  position: absolute;
  left: 1036px;
  top: 124px;
  width: 364px;
  height: 373px;
  background: url(../img/share/bg-reason_heading.jpg) no-repeat left top/100% 100%;
  pointer-events: none;
}

.reason_nav_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 780px;
  padding-inline: 60px;
  margin-inline: auto;
  list-style: none;
  padding-block: 0;
  margin-block: 0;
}

.reason_nav_item {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  padding-bottom: 24px;
}

.reason_nav_link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  text-decoration: none;
  color: inherit;
  position: relative;
  padding-right: 48px;
}

.reason_nav_link::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url(../img/share/ico-reason_nav_arrow.svg) no-repeat center/contain;
}

.exterior {
  position: relative;
  isolation: isolate;
  padding-top: 6vw;
}

.exterior::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  -webkit-clip-path: polygon(0 0, 100% 21.85714vw, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 21.85714vw, 100% 100%, 0 100%);
  pointer-events: none;
  z-index: -1;
}

.exterior_inner {
  max-width: 1320px;
  width: 94.28571%;
  margin-inline: auto;
}

.exterior_title {
  width: 78.78788%;
  margin-left: 12.87879%;
  margin-bottom: 2.14286vw;
}

.exterior_main {
  width: 100%;
  margin-bottom: 1.42857vw;
  line-height: 0;
}

.body-color {
  position: relative;
  margin-top: 5vw;
  padding-bottom: 5.42857vw;
}

.body-color::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 20.85714%;
  background: linear-gradient(to top, #f2f2f2, #ffffff);
  z-index: 0;
}

.body-color_heading {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 2.71429vw;
  margin-bottom: 0.35714vw;
}

.body-color_title {
  width: 32.34694%;
  height: auto;
}

.body-color_sub {
  font-size: 22px;
  font-size: 1.57143vw;
  font-weight: 700;
  white-space: nowrap;
}

.body-color_slider-area {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}

.body-color_nav {
  cursor: pointer;
  position: absolute;
  top: calc(50% + 5px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  border: none;
  background: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  transition: opacity 0.3s;
}

.body-color_nav::before {
  content: '';
  display: block;
  width: 1.78571vw;
  padding-top: 3.57143vw;
  background: url(../img/share/ico-slider_nav_button.svg) no-repeat center/contain;
}

.body-color_nav-prev {
  left: 5.10204%;
}

.body-color_nav-next {
  right: 5.10204%;
}

.body-color_nav-next::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.body-color_nav.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}

.body-color_info {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  gap: 1.71429vw;
  margin-top: 1.42857vw;
}

.body-color_name {
  font-size: 16px;
  font-size: 1.14286vw;
  font-weight: 700;
  text-align: center;
  min-height: 1.5em;
}

.body-color-slider {
  width: 100%;
  overflow: hidden;
}

.body-color-slider .swiper-wrapper {
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.body-color-slide {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.body-color-slide_inner {
  width: 83.16327%;
  margin-inline: auto;
}

.body-color-slide_img {
  width: 100%;
  height: auto;
}

.body-color-pagination {
  display: -webkit-flex;
  display: flex;
  gap: 1.28571vw;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.body-color-dot {
  width: 2.14286vw;
  height: 2.14286vw;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #b8b8b8;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.body-color-dot.is-active {
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px rgba(0, 0, 0, 0.3);
}

.grade-tab_menu {
  display: -webkit-flex;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.grade-tab_menu-item {
  -webkit-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
}

.grade-tab_menu-item + .grade-tab_menu-item {
  border-left: 2px solid #ffffff;
}

.grade-tab_menu-item::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 0;
  border-color: #158cb9 transparent transparent;
  display: none;
  z-index: 1;
}

.grade-tab_menu-item.is-active::after {
  display: block;
}

.grade-tab_menu-btn {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  padding: 25px 20px;
  background-color: #849094;
  isolation: isolate;
  color: #fff;
  font-size: 20px;
  font-size: 1.42857vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
  border: none;
}

.grade-tab_menu-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(59, 59, 59, 0) 50%, rgba(59, 59, 59, 0.2) 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.grade-tab_menu-btn::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../img/share/ico-grade_tab_menu_arrrow.svg) no-repeat center/contain;
}

.grade-tab_menu-item.is-active .grade-tab_menu-btn {
  background-color: #158cb9;
}

.grade-tab_menu-item.is-active .grade-tab_menu-btn::before, .grade-tab_menu-item.is-active .grade-tab_menu-btn::after {
  display: none;
}

.grade-tab_panels {
  background-color: #fff;
  padding: 5.10204% 4.08163% 4.08163%;
}

.grade-tab_panel {
  display: none;
}

.grade-tab_panel.is-active {
  display: block;
  -webkit-animation: grade-tab-fade-in 0.4s ease forwards;
          animation: grade-tab-fade-in 0.4s ease forwards;
}

@-webkit-keyframes grade-tab-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes grade-tab-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.grade-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.grade-box_heading {
  border-bottom: 1px solid #000000;
  padding-bottom: 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
}

.grade-box_title {
  font-size: 32px;
  font-size: 2.28571vw;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
}

.grade-box_heading_text {
  font-size: 20px;
  font-size: 1.42857vw;
  font-weight: 500;
  color: #158cb9;
  line-height: 1.5;
}

.grade-box_car {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.grade-box_car_image {
  line-height: 0;
}

.grade-box_car_caption {
  background-color: #f0f0f0;
  padding: 16px 20px;
  font-size: 1.0rem;
  line-height: 1.5;
  color: #111111;
}

.grade-box_bvc {
  margin-top: 20px;
  line-height: 0;
}

.reason-set {
  display: -webkit-flex;
  display: flex;
  gap: 1.71429vw;
}

.reason-set--exterior {
  max-width: 980px;
  margin-inline: auto;
  gap: 1.78571vw;
}

.reason-set_item {
  -webkit-flex: 1 0 0;
          flex: 1 0 0;
  background: #fff;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="13" /><feOffset dx="5" dy="5" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.04)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(4px 4px 13px rgba(0, 0, 0, 0.04));
          filter: drop-shadow(4px 4px 13px rgba(0, 0, 0, 0.04));
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.reason-set_item_img {
  aspect-ratio: 478 / 269;
  overflow: hidden;
  line-height: 0;
}

.reason-set_item_img .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reason-set_item_txt {
  font-size: 18px;
  font-size: 1.28571vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding: 1.42857vw 1.14286vw;
  -webkit-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.reason-set--exterior .reason-set_item_img {
  aspect-ratio: 310 / 174;
}

.reason-set_item_accent {
  color: #158cb9;
  font-style: normal;
}

.side-nav {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.side-nav_panel {
  background: #fff;
  border-radius: 4px 0 0 4px;
  -webkit-filter: drop-shadow(-4px 4px 15px rgba(9, 6, 58, 0.2));
          filter: drop-shadow(-4px 4px 15px rgba(9, 6, 58, 0.2));
  width: 84px;
}

.side-nav_item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 4px;
  padding: 12px 0 16px;
  text-decoration: none;
  color: #000;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.side-nav_item::after {
  content: '';
  display: block;
  width: 10px;
  height: 7px;
  background: url(../img/share/ico-sidenav_arrow.svg) no-repeat center/contain;
}

.side-nav_item_icon {
  width: 26px;
  height: 26px;
}

.side-nav_item_icon::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center / contain;
}

.side-nav_item_icon--select::before {
  background-image: url(../img/share/ico-menu_select.svg);
}

.side-nav_item_icon--car::before {
  background-image: url(../img/share/ico-menu_car.svg);
}

.side-nav_item_icon--fair::before {
  background-image: url(../img/share/ico-menu_fair.svg);
}

.side-nav_item_txt {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.side-nav_divider {
  width: 60px;
  height: 1px;
  background: #d9d9d9;
  margin: 0 auto;
}

.side-nav_toggle {
  display: none;
}

.image {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.fix-height {
  width: auto;
  height: 100%;
}

.section_inner {
  max-width: 980px;
  margin: 0 auto;
}

.anchor {
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.anchor.o-zoom {
  display: block;
}

.anchor.o-shine {
  position: relative;
  overflow: hidden;
}

@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

.sup-text {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: 0.25em;
}

.footer_inner {
  max-width: 980px;
}

.float-bottom-conversion {
  height: auto;
  padding-block: 16px;
  padding-inline: 16px;
  background-color: white;
}

.pagetop {
  bottom: 153px;
}


.reason_heading {
  padding-block: 4.71429vw 0.71429vw;
}

.reason_title {
  width: 44.42857vw;
  margin: 0 auto 0.71429vw;
}

.comfortable {
  position: relative;
  background-color: #ddf0f4;
  padding-bottom: 21.85714vw;
}

.comfortable_inner {
  max-width: 1320px;
  width: 94.28571%;
  margin-inline: auto;
}

.comfortable_title {
  width: 78.78788%;
  margin-left: 8.33333%;
  padding-top: 2.85714vw;
  margin-bottom: -1.57143vw;
  line-height: 0;
}

.comfortable_heading {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 1.42857vw;
  margin-bottom: 2.14286vw;
}

.comfortable_heading_title {
  width: 56.32653%;
  line-height: 0;
}

.comfortable_heading_sub {
  font-size: 22px;
  font-size: 1.57143vw;
  font-weight: 700;
  line-height: 1.5;
}

.comfortable_car {
  margin-bottom: 2.85714vw;
  line-height: 0;
}

.e-power {
  position: relative;
  isolation: isolate;
  padding-bottom: 5.71429vw;
  margin-top: -21.85714vw;
}

.e-power::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  -webkit-clip-path: polygon(0 0, 100% 21.85714vw, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 21.85714vw, 100% 100%, 0 100%);
  pointer-events: none;
  z-index: -1;
}

.e-power_inner {
  max-width: 1320px;
  width: 94.28571%;
  margin-inline: auto;
  padding-top: 6vw;
}

.e-power_title {
  width: 78.78788%;
  margin-left: 12.87879%;
  margin-bottom: 2.14286vw;
}

.e-power_sets {
  margin-top: -2.5vw;
}

.safety {
  position: relative;
  isolation: isolate;
  padding-bottom: 5.71429vw;
  background: url(../img/share/bg-gradation_bottom.png) #ddf0f4 no-repeat center bottom;
  background-size: 1400px auto;
}

.safety_inner {
  max-width: 1320px;
  width: 94.28571%;
  margin-inline: auto;
  padding-top: 2.85714vw;
}

.safety_title {
  width: 78.78788%;
  margin-left: 8.33333%;
}

.safety_heading {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 1.42857vw;
  margin-top: -1.57143vw;
  margin-bottom: 4.28571vw;
}

.safety_heading_title {
  width: 59.59184%;
  line-height: 0;
}

.safety_heading_sub {
  font-size: 22px;
  font-size: 1.57143vw;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.safety_cta {
  margin-top: 5.5vw;
}

.grade {
  background: url(../img/share/bg-grade_top.png) #f2f2f2 no-repeat center top;
  background-size: 1400px auto;
}

.grade_inner {
  width: 100%;
  padding-bottom: 84px;
  background: url(../img/share/bg-gradation_bottom.png) no-repeat center bottom;
  background-size: 1400px auto;
  padding-top: 80px;
}

.grade_title {
  width: 41.73469%;
  margin: 0 auto 50px;
}

.grade_cta {
  margin-top: 68px;
}

.campaign {
  padding-top: 50px;
}

.campaign_title {
  width: 80.40816%;
  margin: 0 auto 40px;
}

.campaign_bnr {
  border: 1px solid #d3d3d3;
  line-height: 0;
  margin-bottom: 30px;
}

.campaign_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.campaign_btn_anchor {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 622px;
  height: 88px;
  padding: 20px 60px 20px 40px;
  background-color: #d71430;
  color: #fff;
  letter-spacing: 1.3px;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.campaign_btn_anchor_text {
  max-width: 100%;
  height: auto;
}

.campaign_btn_anchor::after {
  content: '';
  position: absolute;
  right: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 20px;
  background: url(../img/share/ico-arrow_double.svg) no-repeat center/contain;
}

.bottom-contents {
  position: relative;
  margin-top: 80px;
  padding-block: 80px 120px;
}

.bottom-contents::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/share/bg-bottom_contents.jpg) repeat-y 0 0;
  background-size: 100% auto;
  z-index: -1;
}

.fair_inner {
  max-width: 1320px;
  width: 94.28571%;
  margin-inline: auto;
}

.instagram_title {
  width: 58.67347%;
  margin: 0 auto 48px;
}

.instagram_content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.78571vw 2.55102%;
}

.instagram_post {
  width: 31.63265%;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  padding: 1.73469% 1.53061%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  text-decoration: none;
}

.instagram_post_image {
  aspect-ratio: 278 / 348;
  width: 100%;
  overflow: hidden;
  background-color: #7f7f7f;
}

.instagram_post_image .image {
  display: block;
  height: 100%;
  object-fit: cover;
}

.instagram_post_link {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0098fe;
}

.dummy {
  margin-top: 80px;
}

.dummy_title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.dummy_cta:not(:last-child) {
  margin-bottom: 60px;
}

@media (hover: hover) and (pointer: fine) {
  .float-cv_button_anchor:hover {
    opacity: 0.5;
  }
  .cta-block_btn_anchor:hover {
    opacity: 0.5;
  }
  .body-color_nav:hover {
    opacity: 0.7;
  }
  .body-color-dot:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .grade-tab_menu-item:hover::after {
    display: block;
  }
  .grade-tab_menu-item:hover .grade-tab_menu-btn {
    background-color: #158cb9;
  }
  .grade-tab_menu-item:hover .grade-tab_menu-btn::before {
    display: none;
  }
  .side-nav_item:hover {
    opacity: 0.5;
  }
  .anchor.o-opacity:hover {
    opacity: 0.5;
  }
  .anchor.o-zoom:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .anchor.o-shine:hover::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -120%;
    width: 100%;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    -webkit-animation: shine .75s;
            animation: shine .75s;
  }
  .campaign_btn_anchor:hover {
    opacity: 0.5;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .float-cv_button_anchor:hover {
    opacity: 0.5;
  }
  .cta-block_btn_anchor:hover {
    opacity: 0.5;
  }
  .body-color_nav:hover {
    opacity: 0.7;
  }
  .body-color-dot:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .grade-tab_menu-item:hover::after {
    display: block;
  }
  .grade-tab_menu-item:hover .grade-tab_menu-btn {
    background-color: #158cb9;
  }
  .grade-tab_menu-item:hover .grade-tab_menu-btn::before {
    display: none;
  }
  .side-nav_item:hover {
    opacity: 0.5;
  }
  .anchor.o-opacity:hover {
    opacity: 0.5;
  }
  .anchor.o-zoom:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .anchor.o-shine:hover::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -120%;
    width: 100%;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    -webkit-animation: shine .75s;
            animation: shine .75s;
  }
  .campaign_btn_anchor:hover {
    opacity: 0.5;
  }
}

@media (min-width: 1401px) {
  .reason_heading {
    overflow: visible;
  }
  .reason_heading::before {
    left: auto;
    right: 0;
    top: 124px;
    width: 364px;
    height: 373px;
  }
  .exterior {
    padding-top: 84px;
  }
  .exterior::before {
    -webkit-clip-path: polygon(0 0, 100% 306px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 306px, 100% 100%, 0 100%);
  }
  .exterior_inner {
    width: 1320px;
  }
  .exterior_title {
    width: 1040px;
    margin-left: 170px;
    margin-bottom: 30px;
  }
  .exterior_main {
    margin-bottom: 20px;
  }
  .body-color {
    margin-top: 70px;
    padding-bottom: 76px;
  }
  .body-color::before {
    padding-top: 292px;
  }
  .body-color_heading {
    gap: 38px;
    margin-bottom: 5px;
  }
  .body-color_title {
    width: 317px;
  }
  .body-color_sub {
    font-size: 2.2rem;
  }
  .body-color_nav {
    width: 60px;
    height: 60px;
  }
  .body-color_nav::before {
    width: 28px;
    height: 28px;
  }
  .body-color_info {
    gap: 24px;
    margin-top: 20px;
  }
  .body-color_name {
    font-size: 1.6rem;
  }
  .body-color-slider {
    max-width: 815px;
  }
  .body-color-pagination {
    gap: 18px;
  }
  .body-color-dot {
    width: 30px;
    height: 30px;
  }
  .grade-tab_menu-btn {
    font-size: 2.0rem;
  }
  .grade-box_title {
    font-size: 3.2rem;
  }
  .grade-box_heading_text {
    font-size: 2.0rem;
  }
  .reason-set_item_txt {
    font-size: 1.8rem;
  }
  :root {
    overflow-x: hidden;
  }
  .cta-block {
    padding: 30px 64px 50px;
  }
  .kicks {
    width: 1400px;
    overflow-x: hidden;
  }
  .reason_heading {
    padding-top: 60px;
  }
  .reason_title {
    width: 622px;
  }
  .comfortable {
    padding-bottom: 306px;
  }
  .comfortable_inner {
    width: 1320px;
  }
  .comfortable_title {
    width: 1040px;
    margin-left: 150px;
    padding-top: 40px;
    margin-bottom: -22px;
  }
  .comfortable_heading {
    gap: 20px;
    margin-bottom: 30px;
  }
  .comfortable_heading_sub {
    font-size: 2.2rem;
  }
  .e-power {
    margin-top: -306px;
  }
  .e-power::before {
    -webkit-clip-path: polygon(0 0, 100% 306px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 306px, 100% 100%, 0 100%);
  }
  .e-power_inner {
    width: 1320px;
  }
  .e-power_sets {
    margin-top: -35px;
  }
  .safety_inner {
    width: 1320px;
    background-size: 100% auto;
  }
  .safety_heading {
    gap: 20px;
    margin-bottom: 60px;
  }
  .safety_heading_sub {
    font-size: 2.2rem;
  }
  .safety_cta {
    margin-top: 77px;
  }
  .grade {
    background-size: 100% auto;
  }
  .grade_inner {
    background-size: 100% auto;
  }
  .bottom-contents::before {
    top: 0px;
  }
}

@media screen and (max-width: 979px) and (min-width: 768px) {
  .body-color-slide_inner {
    width: 100%;
  }
  .body-color_nav-prev {
    left: 0;
  }
  .body-color_nav-next {
    right: 0;
  }
  .kv_cta {
    margin-top: 0;
  }
  .header_new,
  .footnote_inner,
  .section_inner,
  .float-banner {
    max-width: 92%;
    margin-left: 4%;
    margin-right: 4%;
  }
  .reason-set--exterior {
    max-width: 100%;
  }
  .footer_inner {
    max-width: calc(92% - 50px);
    margin-left: 4%;
    margin-right: 4%;
  }
  .pagetop {
    right: 0;
  }
  .instagram_post_link {
    font-size: 1.4rem;
  }
}
