@charset "UTF-8";

_::-webkit-full-page-media,
_:future,
:root * {
  image-rendering: auto !important;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
  @media (736px >= width) {
    scroll-padding-top: 52px;
  }
}

body {
  margin: 0;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

[hidden],
template {
  display: none;
}

b,
strong {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}

body {
  font-size: 80%;
  line-height: 130%;
}

#auto-header,
#auto-header * {
  box-sizing: content-box;
}

@media (737px <= width) {
  html,
  body {
    min-width: 980px;
  }
}

html.is-scroll-prevent {
  z-index: -1;
  width: 100%;
  height: 100%;
}

.clearfix:after {
  font-size: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}

@media (737px <= width) {
  .sp {
    display: none !important;
  }
}

@media (736px >= width) {
  .pc {
    display: none !important;
  }
}

body.totalcalre {
  position: relative;
  width: 100%;
  height: auto;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  text-align: center;
}

.totalcare_wrap {
  position: relative;
}

.totalcare_wrap .contents,
.pc .contents,
.sp .contents {
  box-sizing: border-box;
}

@media (737px <= width) {
  .totalcare_wrap,
  .pc {
    font-size: 16px;
    font-size: 1.072rem;
  }
}

@media (737px <= width) {
  .totalcare_wrap .contents,
  .totalcare_wrap.contents,
  .pc .contents,
  .pc.contents {
    width: 100%;
    min-width: 980px;
    max-width: 1140px;
    padding: 0 20px;
  }
}

@media (736px >= width) {
  .totalcare_wrap,
  .sp {
    font-size: 14px;
    font-size: 0.938rem;
  }
}

@media (736px >= width) {
  .totalcare_wrap .contents,
  .totalcare_wrap.contents,
  .sp .contents,
  .sp.contents {
    width: 100%;
    padding: 0 5%;
  }
}

#pagetop {
  -webkit-transition: opacity 0.3s ease-out;
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

#pagetop.show {
  visibility: visible;
  opacity: 1;
}

#pagetop a {
  display: block;
  z-index: 3;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 45px;
  padding-top: 45px;
  overflow: hidden;
  background-image: url(/auto-lineup/images/pc/btn_pagetop.png);
  background-repeat: no-repeat;
  background-size: 45px;
  text-indent: 100%;
}

.htc-icon {
  box-sizing: border-box;
  display: inline-flex;
  font-style: normal;
}

.htc-btn {
  appearance: none;
  box-sizing: border-box;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  border: none;
  background-color: #e60012;
  color: inherit;
  color: #fff;
  font-size: inherit;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.htc-icon--link {
  position: relative;
  top: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin-top: auto;
  margin-bottom: auto;
  border: 1px solid #0064a1;
  border-radius: 50%;
  vertical-align: middle;
  &::before {
    display: block;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0.2em;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    margin: auto;
    transform: rotate(-45deg);
    border-right: 1px solid #0064a1;
    border-bottom: 1px solid #0064a1;
    content: "";
    transition: all 0.3s;
  }
}
.htc-btn .htc-icon--link {
  border-color: #fff;
}

@media (736px >= width) {
  .htc-btn .htc-icon--link {
    margin-left: 10px;
  }
}

@media (737px <= width) {
  .htc-btn .htc-icon--link {
    margin-left: 10px;
  }
}
@media (736px >= width) {
  .htc-icon--link {
    width: 13.5px;
    height: 13.5px;
  }
}
.htc-btn .htc-icon--link::before {
  border-color: #fff;
}

.htc-section__note {
  margin-top: 2em;
  color: rgba(89, 87, 87, 0.8);
  font-size: 15px;
  font-size: 1.005rem;
  line-height: 1.4em;
  text-align: left;
}
@media (736px >= width) {
  .htc-section__note {
    font-size: 12px;
    font-size: 0.804rem;
  }
}

@media (737px <= width) {
  .htc-section__pdf {
    margin-top: 20px;
  }
}

@media (736px >= width) {
  .htc-section__pdf {
    margin-top: 1em;
  }
}

.htc-section__pdf a {
  color: #0064a1;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.3em;
  justify-content: center;
}
/* htc-header */

.htc-header {
  z-index: 100;
  position: sticky;
  top: 0;
  background-color: #f8f8f8;
  box-shadow: 1px 4px 10px rgba(137, 137, 137, 0.51);
}

.htc-header__container {
  box-sizing: border-box;
  margin: 0 auto;
}

@media (737px <= width) {
  .htc-header__container {
    width: clamp(980px, 100%, 1140px);
    padding: 0.8rem 10px;
  }
}

@media (736px >= width) {
  .htc-header__container {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
  }
}

.htc-header-title.normal h1 {
  display: flex;
  align-items: center;
}

.htc-header-title.normal a {
  display: inline-block;
  width: 158px;
  height: 18px;
  background: url(../images/common/logo_htc.png) 0 0 no-repeat;
  background-size: 100% auto;
  color: #595757;
  text-decoration: none;
  text-indent: -9999px;
}

.htc-header-navigation {
  margin: -19px 0 auto auto;
}

.htc-header .htc-navigation {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  font-size: 0.938rem;
}

.htc-header .htc-navigation__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 9px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}

@media (737px <= width) {
  .htc-header .htc-navigation__item:hover {
    background-color: rgba(230, 0, 18, 0.6);
    color: #fff;
  }
}

.htc-header .htc-navigation + .htc-navigation {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #c6c6c6;
}

.htc-btn {
  appearance: none;
  box-sizing: border-box;
  display: inline-flex;
  /* base style */
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  border: none;
  background-color: #e60012;
  color: inherit;
  color: #fff;
  font-size: inherit;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.htc-btn .htc-icon--link {
  border-color: #fff;
}

@media (736px >= width) {
  .htc-btn .htc-icon--link {
    margin-left: 10px;
  }
}

@media (737px <= width) {
  .htc-btn .htc-icon--link {
    margin-left: 10px;
  }
}

.htc-btn .htc-icon--link::before {
  border-color: #fff;
}

@media (737px <= width) {
  .htc-btn {
    height: 55px;
    border-radius: 27.5px;
    font-size: 21px;
    font-size: 1.407rem;
  }

  .htc-btn:hover {
    opacity: 0.6;
  }
}

@media (736px >= width) {
  .htc-btn {
    width: 100%;
    height: 2.8rem;
    padding-right: 17px;
    padding-left: 17px;
    border-radius: 1.8rem;
    font-size: 11px;
    font-size: 0.737rem;
  }
}

.htc-btn--w {
  background-color: #fff;
  color: #e60012;
}

.htc-btn--w .htc-icon--link {
  border-color: #e60012;
}

.htc-btn--w .htc-icon--link::before {
  border-color: #e60012;
}

/* htc-menu(SP MENU) */

.htc-menu {
  box-sizing: border-box;
  z-index: 10001;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: left;
  opacity: 0;
  transition: all 0.3s;
}

.htc-menu__container {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  padding: 35px 6% 10px;
  overflow-y: auto;
}

.htc-menu-btn,
.htc-menu-close {
  box-sizing: border-box;
  display: block;
  visibility: visible;
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(10% + 26px);
  height: 52px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
}

body.home .htc-menu-btn,
body.home .htc-menu-close {
  position: fixed;
}

.htc-menu-btn-bar,
.htc-menu-close-bar {
  transform-orign: left top;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 26px;
  height: 2px;
  margin: auto;
  border-radius: 1px;
  background-color: #595757;
  transition: all 0.3s;
}

.htc-menu-btn-bar:nth-child(1),
.htc-menu-close-bar:nth-child(1) {
  top: 50%;
  margin-top: -11px;
}

.htc-menu-btn-bar:nth-child(2),
.htc-menu-close-bar:nth-child(2) {
  transform-orign: left bottom;
  top: 50%;
  margin-top: -4px;
}

.htc-menu-btn-text,
.htc-menu-close-text {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 4px auto auto;
  font-size: 8px;
  font-size: 0.536rem;
  letter-spacing: noraml;
  text-align: center;
}

.htc-menu-btn-text::after,
.htc-menu-close-text::after {
  content: "MENU";
}

.htc-menu-close {
  visibility: hidden;
  opacity: 0;
}

.htc-menu-close .htc-menu-btn-bar {
  background-color: #b5b5b5;
}

.htc-menu-close .htc-menu-btn-bar:nth-child(1) {
  transform: translate(0, 3.5px) rotate(45deg);
}

.htc-menu-close .htc-menu-btn-bar:nth-child(2) {
  transform: translate(0, -3.5px) rotate(-45deg);
}

.htc-menu-close .htc-menu-btn-text {
  color: #fff;
}

.htc-menu-close .htc-menu-btn-text::after {
  content: "CLOSE";
}

.htc-menu-check {
  display: none;
}

.htc-menu-check:checked ~ .htc-menu-btn {
  visibility: hidden;
  opacity: 0;
}

.htc-menu-check:checked ~ .htc-menu {
  right: 0;
  opacity: 1;
}

.htc-menu-check:checked ~ .htc-menu .htc-menu-close {
  visibility: visible;
  opacity: 1;
}

.htc-menu-check:checked ~ .htc-menu-overlay {
  visibility: visible;
  opacity: 1;
}

.htc-menu__header {
  text-align: center;
}

.htc-menu__header-text {
  font-size: 14px;
  font-size: 0.938rem;
}

@media (736px >= width) {
  .htc-menu__header-text {
    font-size: 14px;
    font-size: 0.938rem;
  }
}

.htc-menu-content {
  margin-top: 25px;
}

.htc-menu .htc-navigation--menu-utility .htc-btn + .htc-btn {
  margin-top: 14px;
}

.htc-menu .htc-navigation--menu-global {
  border-bottom: 1px solid rgba(135, 135, 135, 0.67);
  font-size: 12px;
  font-size: 0.804rem;
}

.htc-menu .htc-navigation--menu-global a {
  color: #fff;
  text-decoration: none;
}

.htc-menu .htc-navigation--menu-global .htc-navigation__item {
  border-top: 1px solid rgba(135, 135, 135, 0.67);
}

.htc-menu .htc-navigation__item {
  display: block;
}

.htc-menu .htc-navigation__item-header {
  display: block;
  padding: 15px 30px 15px 10px;
}

.htc-menu .htc-navigation__item-body {
  display: block;
}

.htc-menu .htc-navigation__item-link {
  display: block;
  position: relative;
  padding: 15px 30px 15px calc(10px + 1em);
  border-top: 1px solid rgba(135, 135, 135, 0.67);
  transition: all 0.3s;
}

.htc-menu .htc-navigation__item-link.item-header {
  padding: 15px 30px 15px 10px;
}

.htc-menu .htc-navigation__item-link::after {
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transition: all 0.3s;
}

.htc-menu .htc-navigation__item-link:hover::after {
  right: 6px;
  opacity: 0.6;
}

.htc-menu .htc-navigation .js-ac__trigger {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

.htc-menu .htc-navigation .js-ac__trigger::before,
.htc-menu .htc-navigation .js-ac__trigger::after {
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  content: "";
  transition: all 0.3s;
}

.htc-menu .htc-navigation .js-ac__trigger::before {
  transform: rotate(90deg);
}

.htc-menu .htc-navigation .js-ac__trigger.is-opened::before {
  transform: rotate(0);
}

.htc-menu-aside {
  text-align: center;
}

.htc-menu-aside-text {
  font-size: 12px;
  font-size: 0.804rem;
}

.htc-menu-aside__link-banner {
  display: block;
  margin-top: 16px;
}

.htc-menu-aside__link-banner img {
  width: 100%;
  height: auto;
}

/* htc-aside */
.htc-aside {
  padding: 58px 0 48px;
  background-color: #efefef;
  color: #595757;
}

@media (736px >= width) {
  .htc-aside {
    padding: 43.5px 0 36px;
  }
}

.htc-aside__container {
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
}

@media (737px <= width) {
  .htc-aside__container {
    width: 100%;
    min-width: 980px;
    max-width: 1140px;
    padding: 0 20px;
  }
}

@media (736px >= width) {
  .htc-aside__container {
    width: 100%;
    padding: 0 5%;
  }
}

.htc-aside--related .htc-aside__header-text {
  font-size: 20px;
  font-size: 1.34rem;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

@media (736px >= width) {
  .htc-aside--related .htc-aside__header-text {
    font-size: 15px;
    font-size: 1.005rem;
  }
}

.htc-aside--related .htc-aside__body {
  margin-top: 38px;
}

@media (736px >= width) {
  .htc-aside--related .htc-aside__body {
    margin-top: 28.5px;
  }
}

@media (737px <= width) {
  .htc-aside--related .htc-aside__row-sp {
    display: inline-block;
  }

  .htc-aside--related .htc-aside__row-sp + .htc-aside__row-sp {
    margin-left: 12.5px;
  }
}

@media (736px >= width) {
  .htc-aside--related .htc-aside__row-sp {
    display: block;
    margin-top: 20px;
  }
}

@media (737px <= width) {
  .htc-aside--related .htc-aside__row + .htc-aside__row {
    margin-top: 28px;
  }
}

.htc-aside--related .htc-aside__item {
  position: relative;
  color: #0064a1;
  text-decoration: none;
  transition: all 0.3s;
}

@media (737px <= width) {
  .htc-aside--related .htc-aside__item:hover {
    opacity: 0.6;
  }
}

@media (737px <= width) {
  .htc-aside--related .htc-aside__item .htc-icon--link {
    margin-left: 0.5em;
  }
}

@media (736px >= width) {
  .htc-aside--related .htc-aside__item .htc-icon--link {
    margin-left: 12.75px;
  }
}

.htc-aside--related .htc-aside__item.is-active {
  color: #9a9a9a;
  pointer-events: none;
}

.htc-aside--related .htc-aside__item.is-active .htc-icon--link {
  border-color: #9a9a9a;
}

.htc-aside--related .htc-aside__item.is-active .htc-icon--link::before {
  border-color: #9a9a9a;
}

.htc-aside--related .htc-aside__item + .htc-aside__item {
  margin-left: 25px;
}

.htc-aside--related .htc-aside__note {
  color: #333;
}

@media (737px <= width) {
  .htc-aside--related .htc-aside__note {
    margin-top: 25px;
    font-size: 14px;
    font-size: 0.938rem;
  }
}

@media (736px >= width) {
  .htc-aside--related .htc-aside__note {
    margin-top: 18.75px;
    font-size: 10.5px;
    font-size: 0.7035rem;
  }
}

.htc-aside--to-premium .htc-aside-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  color: #0064a1;
  text-decoration: none;
  transition: all 0.3s;
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-btn {
    height: 80px;
    border: 1px solid #c6c6c6;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside-btn {
    height: 50px;
    border-bottom: 1px solid #c6c6c6;
  }
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-btn:hover {
    opacity: 0.6;
  }
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-btn .htc-icon--link {
    margin-left: 15px;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside-btn .htc-icon--link {
    margin-left: 10px;
  }
}

.htc-aside--to-premium .htc-aside-banner-link {
  display: block;
}

.htc-aside--to-premium .htc-aside-banner-link a {
  display: block;
  transition: all 0.3s;
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-banner-link a:hover {
    opacity: 0.6;
  }
}

.htc-aside--to-premium .htc-aside-banner-link__header {
  display: block;
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-banner-link__header {
    margin-top: 20px;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside-banner-link__header {
    margin-top: 10px;
  }
}

.htc-aside--to-premium .htc-aside-banner-link__header small {
  display: block;
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-banner-link__header small {
    font-size: 14px;
    font-size: 0.938rem;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside-banner-link__header small {
    font-size: 12px;
    font-size: 0.804rem;
  }
}

.htc-aside--to-premium .htc-aside-banner-link__header-text {
  display: block;
  margin-top: 0.3em;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  line-height: 1.6;
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-banner-link__header-text {
    font-size: 15px;
    font-size: 1.005rem;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside-banner-link__header-text {
    font-size: 14px;
    font-size: 0.938rem;
  }
}

.htc-aside--to-premium .htc-aside__app-link-text {
  position: relative;
  justify-content: center;
  text-align: center;
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside__app-link-text {
    margin-top: 80px;
    margin-bottom: 30px;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside__app-link-text {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.htc-aside--to-premium .htc-aside__app-link-text::after {
  display: inline-block;
  position: absolute;
  bottom: -10px;
  height: 2px;
  background-color: #e60012;
  content: "";
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside__app-link-text::after {
    left: calc(50% - 50px);
    width: 100px;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside__app-link-text::after {
    left: calc(50% - 20px);
    width: 40px;
  }
}

.htc-aside--to-premium .htc-aside__app-link-box img {
  width: 100%;
}

.htc-aside--to-premium .htc-aside__app-link-box .htc-appdownload-icon {
  margin-bottom: 1em;
}

.htc-aside--to-premium .htc-aside__app-link-box .htc-appdownload-icon img {
  width: 100px;
  height: auto;
}

.htc-aside--to-premium .htc-aside__app-link-box .btn_wrap {
  display: flex;
  justify-content: space-between;
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside__app-link-box .btn_wrap {
    width: 640px;
    margin: 0 auto;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside__app-link-box .btn_wrap {
    width: 100%;
  }
}

.htc-aside--to-premium .htc-aside__app-link-box .btn_wrap a {
  display: block;
  transition: all 0.3s;
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside__app-link-box .btn_wrap a {
    width: 300px;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside__app-link-box .btn_wrap a {
    width: 50%;
  }
}

.htc-aside--to-premium .htc-aside__app-link-box .btn_wrap a:hover {
  opacity: 0.6;
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside__to-premium {
    margin-top: 70px;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside__to-premium {
    margin-top: 30px;
  }
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside__to-premium-text {
    font-size: 15px;
    font-size: 1.005rem;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside__to-premium-text {
    font-size: 14px;
    font-size: 0.938rem;
  }
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside__to-premium-btn {
    margin-top: 10px;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside__to-premium-btn {
    margin-top: 20px;
  }
}

.htc-aside--to-premium .htc-aside__to-premium-btn a {
  display: block;
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside__to-premium-btn a {
    transition: all 0.3s;
  }

  .htc-aside--to-premium .htc-aside__to-premium-btn a:hover {
    opacity: 0.6;
  }
}

.htc-aside--to-premium .htc-aside__to-premium-btn img {
  width: 100%;
  height: auto;
}

.htc-aside--to-premium .htc-aside-item {
  text-align: center;
}

.htc-aside--to-premium .htc-aside-item__header {
  position: relative;
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-item__header {
    padding-bottom: 0.25em;
  }
}

.htc-aside--to-premium .htc-aside-item__header-text {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-item__header-text {
    font-size: 20px;
    font-size: 1.34rem;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside-item__header-text {
    font-size: 14px;
    font-size: 0.938rem;
  }
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-item__body {
    margin-top: 45px;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside-item__body {
    margin-top: 1.5em;
  }
}

.htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__container {
  background-color: #fff;
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__container {
    padding: 65px 50px 70px;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__container {
    padding: 45px 40px;
    padding: 34px 30px;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__header {
    padding-bottom: 1em;
  }
}

.htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__header-text {
  line-height: 1.6;
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__header-text {
    font-size: 23px;
    font-size: 1.541rem;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__header-text {
    font-size: 18px;
    font-size: 1.206rem;
  }
}

.htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__header::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  margin: auto;
  background-color: #595757;
  content: "";
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__header::after {
    width: 100px;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item__header::after {
    width: 40px;
  }
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item-grid {
    margin-top: 65px;
    margin-bottom: -36px;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item-grid {
    margin-top: 30px;
  }
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item-grid .htc-grid__item {
    padding-bottom: 36px;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-aside-item-grid .htc-grid__item:first-child() {
    border-top: 1px solid #c6c6c6;
  }
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-item--premium .htc-btn {
    width: 552px;
  }
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-item--carlife {
    margin-top: 90px;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside-item--carlife {
    margin-top: 37.5px;
  }
}

.htc-aside--to-premium .htc-aside-item--carlife .htc-aside-item__body {
  margin-top: 30px;
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside-item--carlife .htc-aside-item__body {
    margin-top: 15px;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside-item--carlife .htc-aside-item-grid {
    margin-bottom: -22.5px;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside-item--carlife .htc-aside-item-grid .htc-grid__item {
    padding-bottom: 22.5px;
  }
}

.htc-aside--to-premium .htc-aside-item--shop {
  border-top: 2px solid #b5b5b5;
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-item--shop {
    margin-top: 60px;
    padding-top: 45px;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside-item--shop {
    margin-top: 35px;
    padding-top: 35px;
    border-width: 1px;
  }
}

.htc-aside--to-premium .htc-aside-item-grid .htc-grid__item img {
  width: 100%;
  height: auto;
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-item-grid .htc-grid__item {
    width: 50%;
  }
}

.htc-aside--to-premium .htc-aside-item-media .htc-media__body {
  line-height: 1.6;
  text-align: left;
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__body {
    font-size: 14px;
    font-size: 0.938rem;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__body {
    font-size: 12px;
    font-size: 0.804rem;
  }
}

.htc-aside--to-premium .htc-aside-item-media .htc-media__body-link {
  display: inline-flex;
  color: #0064a1;
  text-decoration: none;
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__body-link {
    margin-top: 20px;
    font-size: 15px;
    font-size: 1.005rem;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__body-link {
    margin-top: 20px;
    font-size: 12px;
    font-size: 0.804rem;
  }
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__body-link .htc-icon--link {
    margin-left: 15px;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__body-link .htc-icon--link {
    margin-left: 8px;
  }
}

@media (737px <= width) {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__image {
    width: 413px;
  }
}

@media (736px >= width) {
  .htc-aside--to-premium .htc-aside-item-media .htc-media__image {
    padding-top: 10px;
  }
}

.htc-aside--to-premium .htc-aside-item-media .htc-media__image img {
  width: 100%;
  height: auto;
}
.htc-grid {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.htc-grid > .htc-grid__item {
  box-sizing: border-box;
}

@media (736px >= width) {
  .htc-grid:not(.is-inherit) {
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
  }

  .htc-grid:not(.is-inherit) > .htc-grid__item {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (737px <= width) {
  .htc-aside-item-grid:has(.htc-grid__item) {
    display: flex;
    gap: 40px;
  }
  .htc-aside--to-premium .htc-aside-item-grid .htc-grid__item {
    width: 50%;
  }
}

@media (736px >= width) {
  .htc-grid--full.is-inherit {
    margin-right: -10px;
    margin-left: -10px;
  }

  .htc-grid--full.is-inherit > .htc-grid__item {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.htc-media {
  /* flexで構成 baseのレイアウトは右側に画像がくる想定 */
  display: flex;
}

.htc-media > .htc-media__image {
  box-sizing: border-box;
  padding-left: 35px;
  /* 任意の値 */
}

.htc-media > .htc-media__image--rev {
  padding-right: 35px;
  /* Reverse */
  padding-left: 0;
}

.htc-media > .htc-media__image--middle {
  align-self: center;
}

.htc-media > .htc-media__image img {
  display: block;
}

.htc-media > .htc-media__body {
  box-sizing: border-box;
  flex: 1;
}

.htc-media > .htc-media__body--middle {
  align-self: center;
}

.htc-media--rev {
  /* 親要素でリバースを指定 */
  flex-direction: row-reverse;
}

.htc-media--rev > .htc-media__image {
  padding-right: 35px;
  padding-left: 0;
}

.htc-media--rev > .htc-media__image--rev {
  padding-right: 0;
  padding-left: 35px;
}

@media (736px >= width) {
  .htc-media--rev:not(.is-inherit) > .htc-media__image {
    padding-right: 0;
  }

  .htc-media--rev:not(.is-inherit) > .htc-media__image--rev {
    padding-left: 0;
  }
}

@media (736px >= width) {
  .htc-media:not(.is-inherit) {
    flex-direction: column;
    align-items: center;
  }

  .htc-media:not(.is-inherit) > .htc-media__image {
    padding-left: 0;
  }

  .htc-media:not(.is-inherit) > .htc-media__image--rev {
    padding-right: 0;
  }
}
/* column */
.htc-grid__item--1 {
  width: 8.33333%;
}

.htc-grid__item--2 {
  width: 16.66667%;
}

.htc-grid__item--3 {
  width: 25%;
}

.htc-grid__item--4 {
  width: 33.33333%;
}

/* htc-footer */

.htc-footer {
  background-color: #333;
  color: #fff;
  font-size: 12px;
  font-size: 0.804rem;
  line-height: 1.44;
}

@media (737px <= width) {
  .htc-footer {
    padding: 25px 0;
  }
}

@media (736px >= width) {
  .htc-footer {
    padding: 20px 0;
    font-size: 11.4px;
    font-size: 0.7638rem;
  }
}

.htc-footer a {
  color: #fff;
  text-decoration: none;
}

.htc-footer__container {
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
}

@media (737px <= width) {
  .htc-footer__container {
    width: 100%;
    min-width: 980px;
    max-width: 1140px;
    padding: 0 20px;
  }
}

@media (736px >= width) {
  .htc-footer__container {
    width: 100%;
    padding: 0 5%;
  }
}

@media (737px <= width) {
  .htc-footer-content {
    margin: 25px -12px 0;
    padding: 25px 12px 0;
    border-top: 1px solid #717171;
  }
}

@media (736px >= width) {
  .htc-footer-content {
    position: relative;
    margin: 20px -9px 0;
    padding: 20px 9px 0;
  }

  .htc-footer-content::before {
    display: block;
    position: absolute;
    top: 0;
    right: -9px;
    left: -9px;
    margin: auto;
    border-top: 1px solid #fff;
    content: "";
  }

  .htc-footer-content + .htc-footer-content {
    margin-top: 0;
    padding-top: 0;
  }

  .htc-footer-content + .htc-footer-content::before {
    display: none;
  }
}

@media (737px <= width) {
  .htc-footer .htc-navigation--footer-utility {
    margin-right: -10px;
    margin-left: -10px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
  }
}

.htc-footer .htc-navigation--footer-utility .htc-navigation__item {
  display: inline-block;
  position: relative;
}

@media (737px <= width) {
  .htc-footer .htc-navigation--footer-utility .htc-navigation__item {
    padding: 0 10px;
  }
}

@media (736px >= width) {
  .htc-footer .htc-navigation--footer-utility .htc-navigation__item {
    padding: 0 10px;
  }
}

.htc-footer .htc-navigation--footer-utility .htc-navigation__item + .htc-navigation__item::before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  content: "";
}

@media (737px <= width) {
  .htc-footer .htc-navigation--footer-utility .htc-navigation__item + .htc-navigation__item::before {
    left: -1px;
    width: 2px;
    height: 12px;
  }
}

@media (736px >= width) {
  .htc-footer .htc-navigation--footer-utility .htc-navigation__item + .htc-navigation__item::before {
    left: 0;
    width: 1px;
    height: 9px;
  }
}

@media (737px <= width) {
  .htc-footer .htc-navigation--footer-global {
    display: flex;
    justify-content: space-between;
  }
}

@media (736px >= width) {
  .htc-footer .htc-navigation--footer-global {
    margin-top: 20px;
  }
}

@media (736px >= width) {
  .htc-footer .htc-navigation--footer-global.mt0 {
    margin-top: 0px;
  }
}

.htc-footer .htc-navigation--footer-global .htc-navigation__item {
  display: block;
}

@media (736px >= width) {
  .htc-footer .htc-navigation--footer-global .htc-navigation__item {
    border-top: 1px solid rgba(135, 135, 135, 0.67);
  }
}

.htc-footer .htc-navigation--footer-global .htc-navigation__item___under {
  display: inline-block;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #717171;
  width: 100%;
}

@media (736px >= width) {
  .htc-footer .htc-navigation--footer-global .htc-navigation__item___under {
    padding-top: 0;
    margin-top: 0;
    border-top: 1px solid rgba(135, 135, 135, 0.67);
  }
}

.htc-footer .htc-navigation--footer-global .htc-navigation__item-header {
  display: block;
}

@media (737px <= width) {
  .htc-footer .htc-navigation--footer-global .htc-navigation__item-header {
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
  }
}

@media (736px >= width) {
  .htc-footer .htc-navigation--footer-global .htc-navigation__item-header {
    padding: 15px 30px 15px 10px;
  }
}

.htc-footer .htc-navigation--footer-global .htc-navigation__item-body {
  display: block;
}

.htc-footer .htc-navigation--footer-global .htc-navigation__item-link {
  display: block;
}

@media (737px <= width) {
  .htc-footer .htc-navigation--footer-global .htc-navigation__item-link {
    margin-top: 14px;
    color: #e0e0e0;
  }
}

@media (736px >= width) {
  .htc-footer .htc-navigation--footer-global .htc-navigation__item-link {
    display: block;
    position: relative;
    padding: 15px 30px 15px calc(10px + 1em);
    border-top: 1px solid rgba(135, 135, 135, 0.67);
    transition: all 0.3s;
  }

  .htc-footer .htc-navigation--footer-global .htc-navigation__item-link::after {
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    transition: all 0.3s;
  }

  .htc-footer .htc-navigation--footer-global .htc-navigation__item-link:hover::after {
    right: 6px;
    opacity: 0.6;
  }
}

@media (736px >= width) {
  .htc-footer .htc-navigation--footer-global .htc-navigation__item .js-ac-sp__trigger {
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
  }

  .htc-footer .htc-navigation--footer-global .htc-navigation__item .js-ac-sp__trigger::before,
  .htc-footer .htc-navigation--footer-global .htc-navigation__item .js-ac-sp__trigger::after {
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 10px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    content: "";
    transition: all 0.3s;
  }

  .htc-footer .htc-navigation--footer-global .htc-navigation__item .js-ac-sp__trigger::before {
    transform: rotate(90deg);
  }

  .htc-footer .htc-navigation--footer-global .htc-navigation__item .js-ac-sp__trigger.is-opened::before {
    transform: rotate(0);
  }
}

@media (737px <= width) {
  .htc-footer-aside {
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
  }
}

@media (736px >= width) {
  .htc-footer-aside__item {
    display: block;
    padding: 15px 30px 15px 10px;
    border-top: 1px solid rgba(135, 135, 135, 0.67);
    border-bottom: 1px solid rgba(135, 135, 135, 0.67);
  }
}

.bet_aside {
  height: 350px;
  background: url(/hondatotalcare/images/premium/img_main_ttl_02.jpg) no-repeat;
  background-size: 1400px;
  background-position: center bottom;
}

@media (736px >= width) {
  .bet_aside {
    height: 14dvh;
    background-size: auto min(16dvh, 115%);
  }
}

/* Bread list */
@media (737px <= width) {
  .path_tree {
    margin: 0 -12px;
    padding: 0 12px;
  }
}

/* contents */
.htc-main {
  width: min(100%, 1160px);
  margin-inline: auto;
  padding: 50px 20px 0;
  color: #595757;
  font-size: 16px;
  letter-spacing: 0.1em;
  & a {
    text-decoration: none;
    transition: 0.3s ease-in-out;
  }

  & > .title {
    margin-top: 56px;
    display: grid;
    row-gap: 24px;
    @media (736px >= width) {
      margin-top: 10px;
      row-gap: 16px;
    }
    & h1 {
      font-size: 42px;
      @media (736px >= width) {
        font-size: 26px;
        line-height: 1.3;
      }
      & + p {
        @media (736px >= width) {
          font-size: 12px;
          margin-top: -6px;
        }
      }
    }
    &:after {
      content: "";
      display: inline-block;
      width: 60px;
      height: 3px;
      background: #c00;
      margin-inline: auto;
    }
  }
  & .front_menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3px;
    margin-top: 60px;
    @media (736px >= width) {
      margin-top: 36px;
      font-size: 12px;
    }

    & li a {
      display: grid;
      place-content: center;
      grid-auto-flow: column;
      color: #fff;
      background-color: #333;
      height: 50px;
      padding-left: 1em;
      @media (736px >= width) {
        height: 54px;
        text-align: left;
      }
      &::before {
        content: "";
        background: #fff;
        height: 10px;
        width: 6px;
        clip-path: polygon(0 10%, 10% 0, 100% 50%, 10% 100%, 0 90%, 70% 50%);
        position: relative;
        right: 1em;
        top: 50%;
        translate: 0 -50%;
        rotate: 90deg;
        transition: 0.3s ease-in-out;
      }
      @media (any-hover: hover) {
        &:hover {
          opacity: 0.7;
          &::before {
            top: 72%;
          }
        }
      }
    }
  }

  & .stt {
    font-size: 20px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    border-left: 4px solid #555;
    padding-left: 0.5em;
    text-align: left;
    margin-top: 72px;
    @media (736px >= width) {
      font-size: 18px;
      margin-top: 48px;
    }
  }
  & #Cont02 + .stt {
    margin-top: 96px;
  }
  & sup {
    position: relative;
    top: 0.22em;
    left: -0.4em;
    font-size: 0.6em;
    margin-right: -0.3em;
    vertical-align: top;
  }
  & ul.front_note {
    font-size: 0.804rem;
    letter-spacing: 0.02em;
    line-height: 1.3;
    margin-top: 32px;
    text-align: left;
    & li:not(:first-child) {
      margin-top: 0.3em;
    }
    @media (736px >= width) {
      margin-top: 24px;
    }
  }
}

.front_wrap {
  text-align: left;
  line-height: 1.36;
  margin-inline: auto;
  gap: 36px 24px;
  margin-top: 60px;
  letter-spacing: 0.02em;
  @media (737px <= width) {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    justify-content: space-between;
  }
  @media (736px >= width) {
    /* max-width: 460px; */
    display: grid;
    grid-auto-flow: row;
    margin-top: 36px;
    gap: 24px;
  }
  &.mn {
    margin-top: 32px;
    @media (736px >= width) {
      margin-top: 24px;
    }
  }

  & a {
    position: absolute;
    inset: 0;
    z-index: 2;
  }

  & .front_item {
    display: grid;
    background-color: #fff;
    position: relative;
    outline: 1px solid #999;
    outline-offset: 0;
    @media (737px <= width) {
      grid-template-rows: subgrid;
      grid-row: span 5;
      gap: 0;
      transition: opacity 0.3s ease-in-out;
      &:hover {
        opacity: 0.6;
      }
    }

    & .head {
      font-size: clamp(12.5px, 1.3vw, 14px);
      background-color: #efefef;
      border-top: solid 4px #c00;

      @media (737px <= width) {
        min-height: 48px;
      }
      @media (736px >= width) {
        font-size: 12px;
      }

      & .info {
        color: #fff;
        background-color: #c00;
        padding: 0.25em 0.7em 0.55em;
        display: inline-block;
        &:empty {
          display: none;
        }
      }
      & .op {
        color: #fff;
        background-color: #999;
        line-height: 1;
        padding: 0.3em 0.7em;
        display: inline-block;
        border-radius: 10vw;
        position: absolute;
        top: 12px;
        right: 12px;
        &:empty {
          display: none;
        }
      }
    }
    & .cont {
      background-color: #efefef;

      @media (737px <= width) {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 2;
        justify-items: center;
        gap: 15px;
        padding-bottom: 24px;
      }
      @media (736px >= width) {
        display: grid;
        grid-template-columns: 46% 1fr;
        padding: 20px 16px;
        gap: 4vw;
      }
      & .pict {
        margin-inline: auto;
        width: 100%;
        @media (737px <= width) {
          height: auto;
          margin-top: 0;
          text-align: center;
        }
        @media (736px >= width) {
          display: flex;
          align-items: center;
        }
        & img {
          margin-inline: auto;
          @media (737px <= width) {
            aspect-ratio: 16 / 9;
            width: 80%;
            object-fit: contain;
          }
        }
      }
      & h2 {
        font-family: "HondaGlobalFontJP-Bold", sans-serif;
        line-height: 1.56;
        @media (737px <= width) {
          font-size: 16px;
          display: grid;
          align-items: center;
          text-align: center;
        }
        @media (736px >= width) {
          font-size: 14px;
          display: flex;
          align-items: flex-start;
          flex-direction: column;
          justify-content: center;
          word-break: keep-all;
          overflow-wrap: break-word;
        }
        & span {
          display: block;
          font-size: 0.86em;
        }
      }
    }
    & h3 {
      margin-top: 24px;
      padding-inline: 24px 16px;
      font-size: 16px;
      line-height: 1.6;
      @media (736px >= width) {
        padding-inline: 16px;
      }
    }
    & .link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: fit-content;
      color: #0064a1;
      position: relative;
      left: -0.7em;
      margin: 20px auto 32px;
      @media (736px >= width) {
        margin: 20px auto 18px;
        font-size: 14px;
      }
      &::before {
        content: "";
        display: inline-block;
        border: 1px solid #0064a1;
        border-radius: 50%;
        height: 0.75lh;
        width: 0.75lh;
        position: absolute;
        right: -1.7em;
      }
      &::after {
        content: "";
        background: #0064a1;
        height: 8px;
        width: 6px;
        clip-path: polygon(0 10%, 10% 0, 100% 50%, 10% 100%, 0 90%, 70% 50%);
        position: absolute;
        right: -1.34em;
      }
    }
  }
}
.front_link {
  margin-top: 88px;
  padding-block: 48px;
  color: #595757;
  background-color: #efefef;
  @media (736px >= width) {
    margin-top: 48px;
    padding-block: 40px 48px;
  }
  & h4 {
    font-size: 26px;
    line-height: 1.4;
    @media (736px >= width) {
      font-size: 22px;
    }
  }
  & ul {
    width: min(100%, 1160px);
    margin-inline: auto;
    display: grid;
    padding-inline: 20px;
    @media (737px <= width) {
      margin-top: 48px;
      grid-template-columns: repeat(3, 1fr);
      gap: 3px;
    }
    @media (736px >= width) {
      margin-top: 28px;
      grid-template-rows: repeat(6, 1fr);
      gap: 4px;
    }

    & li {
      font-size: 18px;
      line-height: 1.3;
      height: 80px;
      display: grid;
      align-items: center;

      font-family: "HondaGlobalFontJP-Bold", sans-serif;
      background-color: #fff;
      text-align: left;
      padding-inline: 92px 1.5em;
      background-size: 62px auto;
      background-repeat: no-repeat;
      background-position: 16px center;
      position: relative;
      cursor: pointer;
      transition: 0.3s ease-in-out;
      @media (736px >= width) {
        font-size: 16px;
        height: 54px;
        padding-inline: 80px 2em;
        background-size: 48px auto;
      }
      &::after {
        content: "";
        position: absolute;
        background: #c00;
        height: 12px;
        width: 7px;
        top: 50%;
        right: 1em;
        clip-path: polygon(0 10%, 10% 0, 100% 50%, 10% 100%, 0 90%, 70% 50%);
        translate: 0 -50%;
        transition: 0.3s ease-in-out;
      }

      &:hover {
        opacity: 0.6;
        &::after {
          translate: 5px -50%;
        }
      }
      & a {
        position: absolute;
        inset: 0;
        z-index: 2;
      }
    }
    & li:nth-of-type(1) {
      background-image: url(/hondatotalcare/images/home/in-emergency.svg);
    }
    & li:nth-of-type(2) {
      background-image: url(/hondatotalcare/images/home/while-driving.svg);
    }
    & li:nth-of-type(3) {
      background-image: url(/hondatotalcare/images/home/not-driving.svg);
    }
    & li:nth-of-type(4) {
      background-image: url(/hondatotalcare/images/home/ev-usage.svg);
    }
    & li:nth-of-type(5) {
      background-image: url(/hondatotalcare/images/home/for-maintenance.svg);
    }
    & li:nth-of-type(6) {
      background-image: url(/hondatotalcare/images/home/choosing-car.svg);
    }
  }
}
