@charset "UTF-8";
.hide {
  display: none !important;
}
#ot-sdk-btn-floating.ot-floating-button {
  display: none;
}
.icv__circle {
  height: 78px !important;
  border: 0 !important;
  box-shadow: none !important;
  display: flex;
  justify-content: center;
}
.icv__control-line {
  width: 4px !important;
}
.myicv__circle-icon {
  background-image: url(/assets/images/control_btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 80px;
}
body.modal-open {
  overflow: hidden;
}
.cmn-carousel-wrap {
  position: relative;
}
.cmn-carousel-wrap .splide {
  padding-bottom: 112px;
}
.cmn-carousel-wrap.pb-sm .splide {
  padding-bottom: 96px;
}
.cmn-carousel-page {
  width: 14px;
  height: 14px;
  border: none;
  background-color: var(--greyK50);
  border: 3px solid var(--white);
  border-radius: 14px;
  pointer-events: none;
}
.cmn-carousel-page.is-active {
  background-color: var(--white);
  border: 3px solid var(--keyColor);
}
.cmn-carousel-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 72px;
  align-items: center;
}
.splide__pagination.cmn-carousel-pagination > li {
  display: flex;
  align-items: center;
  padding: 5px;
}
.ver2-carousel-pagination {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 8px;
  z-index: 2;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 16px;
  padding: 0 16px;
}
.ver2-carousel-pagination li {
  flex: 1;
  width: 100%;
  height: 6px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
}
.ver2-carousel-page {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.42);
  border-radius: 4px;
  cursor: pointer;
}
.ver2-carousel-page.is-active {
  background-color: var(--white);
}
.cmn-carousel-wrap .cmn-carousel-arrows {
  width: 84px;
  height: 40px;
  bottom: 16px;
}
.cmn-carousel-prev,
.cmn-carousel-next {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 0;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: var(--white) url(../img/icn_slider_arrow_black.svg) no-repeat center center / 16px 16px;
  border-color: var(--greyK30);
  border-radius: 20px 0 0 20px;
  display: block;
  cursor: pointer;
  transition: var(--transition);
  bottom: 14px;
}
.cmn-carousel-prev {
  left: 24px;
}
.cmn-carousel-next {
  left: 68px;
  transform: rotate(180deg);
}
.slider-lineup {
  overflow: visible;
}
.slider-lineup .slider-overflow-option {
  overflow: visible !important;
}
.slider-lineup .lineup-linkpanel {
  display: block;
}
.slider-lineup .lineup-thumb {
  overflow: hidden;
  /* 25-07-04_add */
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.slider-lineup .lineup-thumb img {
  width: 100%;
  transform: scale(1);
  transition: var(--transition);
}
.slider-lineup .lineup-cate {
  font-size: 1.2rem;
  margin-top: 8px;
  line-height: 1.3;
}
.slider-lineup .lineup-name {
  font-size: 2.4rem;
  margin-top: 8px;
}
.banner-list .slider-overflow-option {
  overflow: visible !important;
}
.topic-banner-list .slider-overflow-option {
  overflow: visible !important;
}
.cmn-slider-control {
  padding-bottom: 48px;
}
.cmn-slider-control .item img {
  width: 100%;
}
.cmn-slider-control .splide__arrows {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 84px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cmn-slider-control .cmn-carousel-prev,
.cmn-slider-control .cmn-carousel-next {
  position: unset;
}
.cmn-slider-control .splide__pagination {
  left: 16px;
  bottom: 8px;
  transform: none;
}
.dot-only-slider-cmn {
  padding-bottom: 48px;
}
.dot-only-slider-cmn .cmn-carousel-pagination {
  height: auto;
}
@media screen and (min-width: 769px) {
  .cmn-carousel-prev:hover,
  .cmn-carousel-next:hover {
    border-color: var(--keyColor);
  }
  .cmn-carousel-wrap .slider-controller button:hover {
    background: var(--greyK30) url(/assets/images/icn_slider_arrow.svg) no-repeat center center / 16px 16px;
  }
  .ver2-carousel-pagination li:hover {
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-carousel-wrap .splide {
    padding-bottom: calc(var(--contentMg) + 24px);
  }
  .cmn-carousel-wrap.pb-sm .splide {
    padding-bottom: 62px;
  }
  .top-tab-wrap .top-ttl-wrap .right-wrap {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .top-tab-wrap .top-ttl-wrap .right-wrap::-webkit-scrollbar {
    display: none;
  }
  .top-tab-wrap .cmn-carousel-wrap .splide {
    padding-bottom: 0;
  }
  .cmn-carousel-pagination {
    height: 24px;
  }
  .sp-pagination-l .cmn-carousel-pagination {
    transform: none;
    left: 0;
    right: auto;
  }
  .sp-pagination-r .cmn-carousel-pagination {
    transform: none;
    left: auto;
    right: 0;
  }
  .ver2-carousel-pagination {
    position: static;
    column-gap: 8px;
    padding: 0;
    margin-top: 16px !important;
  }
  .ver2-carousel-pagination li {
    height: 6px;
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
  .slider-lineup .lineup-name {
    font-size: 1.8rem;
  }
  .sp-slider-ver2 {
    max-width: 89%;
  }
  .sp-slider-ver2 .splide__track {
    overflow: visible;
  }
  .cmn-carousel-wrap .splide__arrows {
    visibility: hidden;
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
html,
body {
  font-size: 10px;
  line-height: 1.5;
  color: var(--black);
  /* font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important; */
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 1.6rem;
  font-weight: var(--fwNormal);
}
.inner-xs-wrap2,
.inner-xs-wrap,
.inner-s-wrap,
.inner-wrap {
  display: block;
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width: var(--contentMaxW);
}
.inner-s-wrap {
  max-width: var(--contentCol10);
}
.inner-xs-wrap2 {
  max-width: var(--contentXs2);
}
.inner-xs-wrap {
  max-width: var(--contentCol8);
}
a {
  text-decoration: none;
  color: #000;
}
a,
a img {
  transition: all 0.3s ease;
}
img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  height: auto;
}
sub,
sup {
  font-size: 75%;
}
.txt-b {
  font-weight: var(--fwBold) !important;
}
.txt-n {
  font-weight: var(--fwNormal) !important;
}
.layout-c {
  text-align: center !important;
}
.layout-l {
  text-align: left !important;
}
.layout-r {
  text-align: right !important;
}
.ov {
  overflow: hidden !important;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.mg0 {
  margin: 0px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt16 {
  margin-top: 16px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt24 {
  margin-top: 24px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt32 {
  margin-top: 32px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt48 {
  margin-top: 48px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt56 {
  margin-top: 56px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt64 {
  margin-top: 64px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt96 {
  margin-top: 96px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml16 {
  margin-left: 16px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml24 {
  margin-left: 24px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml32 {
  margin-left: 32px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml48 {
  margin-left: 48px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml56 {
  margin-left: 56px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml64 {
  margin-left: 64px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.ml100 {
  margin-left: 100px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr4 {
  margin-right: 4px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr16 {
  margin-right: 16px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr24 {
  margin-right: 24px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr32 {
  margin-right: 32px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr48 {
  margin-right: 48px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr56 {
  margin-right: 56px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr64 {
  margin-right: 64px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb16 {
  margin-bottom: 16px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb24 {
  margin-bottom: 24px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb32 {
  margin-bottom: 32px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb48 {
  margin-bottom: 48px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb56 {
  margin-bottom: 56px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb64 {
  margin-bottom: 64px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt8 {
  padding-top: 8px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt16 {
  padding-top: 16px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt24 {
  padding-top: 24px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt32 {
  padding-top: 32px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt48 {
  padding-top: 48px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt56 {
  padding-top: 56px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt64 {
  padding-top: 64px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl8 {
  padding-left: 8px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl16 {
  padding-left: 16px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl24 {
  padding-left: 24px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl32 {
  padding-left: 32px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl48 {
  padding-left: 48px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl56 {
  padding-left: 56px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pl64 {
  padding-left: 64px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pl100 {
  padding-left: 100px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr8 {
  padding-right: 8px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr16 {
  padding-right: 16px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr24 {
  padding-right: 24px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr32 {
  padding-right: 32px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr48 {
  padding-right: 48px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr56 {
  padding-right: 56px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pr64 {
  padding-right: 64px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.pr100 {
  padding-right: 100px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb8 {
  padding-bottom: 8px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb16 {
  padding-bottom: 16px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb24 {
  padding-bottom: 24px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb32 {
  padding-bottom: 32px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb48 {
  padding-bottom: 48px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb56 {
  padding-bottom: 56px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb64 {
  padding-bottom: 64px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.w5p {
  width: 5% !important;
}
.w8p {
  width: 8% !important;
}
.w9p {
  width: 9% !important;
}
.w10p {
  width: 10% !important;
}
.w11p {
  width: 11% !important;
}
.w12p {
  width: 12% !important;
}
.w13p {
  width: 13% !important;
}
.w14p {
  width: 14% !important;
}
.w15p {
  width: 15% !important;
}
.w16p {
  width: 16% !important;
}
.w20p {
  width: 20% !important;
}
.w24p {
  width: 24% !important;
}
.w25p {
  width: 25% !important;
}
.w26p {
  width: 26% !important;
}
.w266p {
  width: 26.666% !important;
}
.w30p {
  width: 30% !important;
}
.w32p {
  width: 32% !important;
}
.w333p {
  width: 33.333% !important;
}
.w35p {
  width: 35% !important;
}
.w37p {
  width: 37% !important;
}
.w40p {
  width: 40% !important;
}
.w42p {
  width: 42% !important;
}
.w45p {
  width: 45% !important;
}
.w48p {
  width: 48% !important;
}
.w50p {
  width: 50% !important;
}
.w55p {
  width: 55% !important;
}
.w56p {
  width: 56% !important;
}
.w60p {
  width: 60% !important;
}
.w64p {
  width: 64% !important;
}
.w65p {
  width: 65% !important;
}
.w70p {
  width: 70% !important;
}
.w75p {
  width: 75% !important;
}
.w80p {
  width: 80% !important;
}
.w85p {
  width: 85% !important;
}
.w90p {
  width: 90% !important;
}
.w95p {
  width: 95% !important;
}
.w100p {
  width: 100% !important;
}
.wmax {
  width: 100% !important;
  height: auto !important;
}
.fz10 {
  font-size: 1rem !important;
}
.fz11 {
  font-size: 1.1rem !important;
}
.fz12 {
  font-size: 1.2rem !important;
}
.fz14 {
  font-size: 1.4rem !important;
}
.fz16 {
  font-size: 1.6rem !important;
}
.fz18 {
  font-size: 1.8rem !important;
}
.fz20 {
  font-size: 2rem !important;
}
.fz22 {
  font-size: 2.2rem !important;
}
.fz24 {
  font-size: 2.4rem !important;
}
.fz26 {
  font-size: 2.6rem !important;
}
.fz28 {
  font-size: 2.8rem !important;
}
.fz30 {
  font-size: 3rem !important;
}
.fz32 {
  font-size: 3.2rem !important;
}
.fz34 {
  font-size: 3.4rem !important;
}
.fz36 {
  font-size: 3.6rem !important;
}
.fz38 {
  font-size: 3.8rem !important;
}
.fz40 {
  font-size: 4rem !important;
}
.fz42 {
  font-size: 4.2rem !important;
}
.fz44 {
  font-size: 4.4rem !important;
}
.fz46 {
  font-size: 4.6rem !important;
}
.fz48 {
  font-size: 4.6rem !important;
}
.max100p {
  max-width: 100% !important;
}
.max1280 {
  max-width: 1280px !important;
  margin: 0 auto !important;
}
.max1120 {
  max-width: 1120px !important;
  margin: 0 auto !important;
}
.max1100 {
  max-width: 1100px !important;
  margin: 0 auto !important;
}
.max1080 {
  max-width: 1080px !important;
  margin: 0 auto !important;
}
.max1024 {
  max-width: 1024px !important;
  margin: 0 auto !important;
}
.max960 {
  max-width: 960px !important;
  margin: 0 auto !important;
}
.max900 {
  max-width: 900px !important;
  margin: 0 auto !important;
}
.max840 {
  max-width: 840px !important;
  margin: 0 auto !important;
}
.max800 {
  max-width: 800px !important;
  margin: 0 auto !important;
}
.max820 {
  max-width: 820px !important;
  margin: 0 auto !important;
}
.max720 {
  max-width: 720px !important;
  margin: 0 auto !important;
}
.max700 {
  max-width: 700px !important;
  margin: 0 auto !important;
}
.max670 {
  max-width: 670px !important;
  margin: 0 auto !important;
}
.max640 {
  max-width: 640px !important;
  margin: 0 auto !important;
}
.max600 {
  max-width: 600px !important;
  margin: 0 auto !important;
}
.max500 {
  max-width: 500px !important;
  margin: 0 auto !important;
}
.max400 {
  max-width: 400px !important;
  margin: 0 auto !important;
}
.max300 {
  max-width: 300px !important;
  margin: 0 auto !important;
}
.max200 {
  max-width: 200px !important;
  margin: 0 auto !important;
}
.max100 {
  max-width: 100px !important;
  margin: 0 auto !important;
}
.mgA {
  margin-left: auto !important;
  margin-right: auto !important;
}
:root {
  --keyColor: #014e98;
  --accentColor: #1971d4;
  --accentOrg: #db5f00;
  --logoColor: #00205b;
  --white: #fff;
  --black: #000;
  --silver: #dde2e6;
  --silverLight: #f0f3f5;
  --greyK2: #fafafa;
  --greyK3: #f7f7f7;
  --greyK5: #f2f2f2;
  --greyK10: #e5e5e5;
  --greyK20: #ccc;
  --greyK30: #b2b2b2;
  --greyK40: #999;
  --greyK50: gray;
  --greyK60: #666;
  --greyK80: #333;
  --greyK90: #1a1a1a;
  --blue01: #144798;
  --red01: #aa1313;
  --red02: #c80e47;
  --red03: #e00404;
  --redStrong: red;
  --bgDark01: #2f394a;
  --bgLtRed01: #ffefef;
  --transition: all 0.3s ease;
  --headerH: 120px;
  --contentMaxW: 1440px;
  --contentCol12: 1360px;
  --contentCol10: 1130px;
  --contentXs2: 1050px;
  --contentCol8: 900px;
  --size4: 4px;
  --size8: 8px;
  --size12: 12px;
  --size16: 16px;
  --size24: 24px;
  --size32: 32px;
  --size40: 40px;
  --size48: 48px;
  --size64: 64px;
  --size80: 80px;
  --size166: 166px;
  --fwBold: 600;
  --fwMd: 500;
  --fwNormal: 300;
  --contentMg: 40px;
  --blockMg: 80px;
}
:lang(en) {
  font-family: "Neue Haas Grotesk", "YakuHanJPs", sans-serif;
}
.header {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding-left: calc(50vw - (var(--contentMaxW) / 2) - 40px);
  padding-right: calc(50vw - (var(--contentMaxW) / 2));
  border-bottom: 1px solid var(--silver);
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20;
}
.header-logo {
  width: 168px;
  margin-left: 20px;
}
.header-simple {
  padding: 0 16px;
  border-bottom: none;
}
.header-simple .header-logo {
  width: 113px;
}
.header-upper-row {
  display: flex;
  justify-content: flex-end;
  padding-top: 16px;
  padding-bottom: 8px;
}
.search-wrap {
  margin-right: 8px;
}
.menu-btn,
.search-btn {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: var(--white);
  transition: var(--transition);
}
.menu-btn.active,
.search-btn.active {
  background-color: var(--greyK5);
}
.search-drop-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: var(--headerH);
  z-index: 21;
  width: 100%;
  background-color: var(--white);
}
.search-drop-wrap-inr {
  padding: 48px 24px 64px;
}
.search-form {
  border: none;
  border-bottom: 1px solid #d5d5d5;
  background: url(/assets/images/icn_search.svg) no-repeat 0 center / 24px auto;
  display: flex;
  align-items: center;
  max-width: 670px;
  margin: 0 auto;
  padding: 16px 0 16px 32px;
  position: relative;
  transition: var(--transition);
}
.search-form input[type="text"] {
  appearance: none;
  background: var(--white);
  color: var(--greyK60);
  border: none;
  padding: 5px 50px 5px 16px;
  font-size: 1.8rem;
  height: 48px;
  flex: 1;
  outline-color: var(--keyColor);
}
.search-form input::placeholder {
  color: var(--greyK40);
  font-size: 1.8rem;
}
.search-form input[type="submit"] {
  appearance: none;
  border: 1px solid var(--keyColor);
  color: var(--keyColor);
  border-radius: 24px;
  background-color: var(--white);
  cursor: pointer;
  height: 48px;
  width: 95px;
  margin-left: 8px;
  transition: var(--transition);
}
.clear-btn {
  display: block;
  opacity: 0;
  pointer-events: none;
  width: 24px;
  position: absolute;
  right: 120px;
  top: calc(50% - 12px);
  cursor: pointer;
  transition: var(--transition);
}
.clear-btn.show {
  opacity: 1;
  pointer-events: auto;
}
.search-form.active {
  background: url(/assets/images/icn_search_color.svg) no-repeat 0 center / 24px auto;
  border-bottom-color: var(--keyColor);
}
.search-form.active input[type="submit"] {
  opacity: 1;
}
.search-form input[type="submit"]:not(:disabled) {
  opacity: 1;
}
.search-form input[type="submit"]:hover {
  background-color: var(--keyColor);
  color: var(--white);
}
.search-form input[type="submit"]:not(:disabled):focus {
  background-color: var(--keyColor);
  color: var(--white);
}
.menu-wrap {
  position: relative;
  line-height: 1;
}
.menu-btn > .icn span::after,
.menu-btn > .icn span::before,
.menu-btn > .icn span,
.menu-btn > .icn::after,
.menu-btn > .icn::before {
  background: var(--logoColor);
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: var(--transition);
}
.menu-btn.active > .icn span {
  opacity: 0;
}
.menu-btn > .icn span::before {
  transform: translate(0, -6px);
}
.menu-btn > .icn span::after {
  transform: translate(0, 6px);
}
.menu-btn > .icn::before {
  opacity: 0;
  transform: rotate(45deg);
}
.menu-btn.active > .icn::before {
  opacity: 1;
}
.menu-btn > .icn::after {
  opacity: 0;
  transform: rotate(-45deg);
}
.menu-btn.active > .icn::after {
  opacity: 1;
}
.menu-gnav {
  background-color: var(--white);
  display: none;
  position: fixed;
  right: 0;
  top: var(--headerH);
  width: 100%;
  max-height: calc(100% - var(--headerH));
  z-index: 20;
  padding: 40px 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.menu-gnav.show {
  opacity: 1;
  pointer-events: auto;
}
.menu-gnav-list {
  display: flex;
  margin-right: -64px;
}
.menu-gnav-list a {
  position: relative;
  display: block;
  padding: 8px 16px 8px 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
}
.menu-gnav-list a:not([target="_blank"])::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/assets/images/icn_arrow.svg) no-repeat center / contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menu-gnav-list a[target="_blank"]::after {
  position: absolute !important;
  right: 0;
  top: 50% !important;
  transform: translateY(-50%);
}
.menu-gnav-list > li {
  width: calc(33.333% - 64px);
  margin-right: 64px;
}
.menu-gnav-list > li > a {
  font-size: 2rem;
  margin-bottom: 8px;
}
.menu-gnav-list > li > ul {
  padding-left: 24px;
}
.menu-gnav-list > li > ul + a {
  margin-top: 24px;
}
.menu-gnav-list > li > ul li + li {
  margin-top: 8px;
}
.header-overlay {
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: opacity 0.3s ease;
}
.header-overlay.show {
  opacity: 1;
  pointer-events: auto;
}
.header-gnav-list {
  display: flex;
  justify-content: flex-end;
  margin-bottom: -1px;
}
.header-gnav-list > li {
  margin-left: 2.78vw;
}
.header-gnav-list > li a {
  font-size: 1.8rem;
  display: block;
  border-bottom: 2px solid transparent;
  padding-bottom: 22px;
}
.header-gnav-list > li a.cur {
  color: var(--keyColor);
  border-bottom-color: var(--keyColor);
  font-weight: var(--fwBold);
}
.footer {
  background-color: var(--silver);
}
.footer-upper-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px 0;
}
.footer-logo {
  background-color: var(--white);
}
.footer-logo img {
  width: 180px;
}
.sns-wrap .sns-ttl {
  font-size: 1.8rem;
  font-weight: var(--fwBold);
  margin-bottom: 16px;
}
.sns-list {
  display: flex;
  margin: 0 -8px;
}
.sns-list > li {
  margin: 0 8px;
}
.footer-nav-list {
  display: flex;
  justify-content: space-between;
}
.footer-nav-list > li + li {
  margin-left: 5.34%;
}
.footer-nav-list > li a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
}
.footer-nav-ttl {
  font-size: 1.8rem;
  font-weight: var(--fwBold);
  margin-bottom: 16px;
}
.footer-nav-list .sub-list > li + li {
  margin-top: 8px;
}
.footer-info {
  margin-top: 40px;
}
.footer-info-list {
  display: flex;
  justify-content: center;
}
.footer-info-list > li + li {
  margin-left: 32px;
}
.footer-info-list > li a {
  font-size: 1.4rem;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
}
.footer .copyright {
  background-color: var(--silverLight);
  padding: 13px;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 40px;
}
.footer.footer-simple {
  margin-top: var(--blockMg);
}
.footer.footer-simple .footer-info {
  margin-top: 0;
  padding: 20px 16px;
}
.footer.footer-simple .copyright {
  background-color: var(--silverLight);
  margin-top: 0;
}
#wrap {
  overflow: clip;
  position: relative;
  width: 100%;
}
.noscroll #wrap {
  position: fixed;
  left: 0;
  width: 100%;
}
.mt-xxs {
  margin-top: var(--size4) !important;
}
.mt-xs {
  margin-top: var(--size8) !important;
}
.mt-s {
  margin-top: var(--size16) !important;
}
.mt-m {
  margin-top: var(--size24) !important;
}
.mt-l {
  margin-top: var(--size32) !important;
}
.mt-xl {
  margin-top: var(--size48) !important;
}
.mb-xxs {
  margin-bottom: var(--size4) !important;
}
.mb-xs {
  margin-bottom: var(--size8) !important;
}
.mb-s {
  margin-bottom: var(--size16) !important;
}
.mb-m {
  margin-bottom: var(--size24) !important;
}
.mb-l {
  margin-bottom: var(--size32) !important;
}
.mb-xl {
  margin-bottom: var(--size48) !important;
}
.content-mt {
  margin-top: var(--contentMg) !important;
}
.content-mb {
  margin-bottom: var(--contentMg) !important;
}
.block-mt {
  margin-top: var(--blockMg) !important;
}
.block-mb {
  margin-bottom: var(--blockMg) !important;
}
.content-pt {
  padding-top: var(--contentMg) !important;
}
.content-pb {
  padding-bottom: var(--contentMg) !important;
}
.block-pt {
  padding-top: var(--blockMg) !important;
}
.block-pb {
  padding-bottom: var(--blockMg) !important;
}
.top-h2ttl {
  font-size: 4.8rem;
  font-weight: var(--fwNormal);
  margin-bottom: 40px;
}
.common .top-h2ttl {
  margin-bottom: var(--size32);
}
.common * + .h2ttl,
.common * + .top-h2ttl {
  margin-top: 64px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--fwNormal) !important;
}
.h2ttl,
.h1ttl {
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: var(--size24);
}
.h1ttl .sub {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: var(--size4);
}
.h1ttl-sm {
  font-size: 2.4rem;
  margin-bottom: var(--size8);
}
.h2ttl:lang(en),
.h1ttl:lang(en) {
  font-size: 4.4rem;
  line-height: calc(56 / 44);
}
.home .h2ttl {
  margin-bottom: var(--contentMg);
}
.h1ttl + .tab-wrap {
  margin-top: -16px;
}
.h5ttl.center,
.h4ttl.center,
.h3ttl.center,
.h2ttl.center {
  text-align: center;
}
.h3ttl .sub,
.h2ttl .sub {
  font-size: 2rem;
  display: block;
  margin-top: var(--size16);
  line-height: 1.44444;
}
.h3ttl {
  font-size: 3.6rem;
  line-height: 1.38889;
  margin-bottom: var(--size24);
}
.section-txt + .h3ttl {
  margin-top: var(--contentMg);
}
.h3ttl:lang(en) {
  font-size: 4rem;
  line-height: calc(50 / 40);
}
.h3ttl .sub {
  font-size: 1.8rem;
  display: block;
  line-height: 1.44444;
}
.h3ttl .number {
  margin-right: 24px;
  color: var(--keyColor);
  font-size: 4rem;
}
.h4ttl {
  font-size: 3.2rem;
  margin-bottom: var(--size16);
  line-height: 1.375;
  /* font-weight: bold !important; */
}
.h4ttl .sub {
  font-size: 1.6rem;
  display: block;
  margin-top: var(--size12);
  font-weight: bold;
}
.h5ttl {
  font-size: 2.4rem;
  margin-bottom: var(--size16);
}
.h5ttl.mb-sm {
  margin-bottom: var(--size12);
}
.h5ttl .num {
  font-size: 2.6rem;
  color: var(--keyColor);
  margin-right: 24px;
}
.ttl-bg-box {
  background-color: var(--greyK5);
  padding: 13px 0;
}
.ttl-bg-box.ver-2 {
  background-color: var(--greyK30);
  padding: 45px 0;
}
.label-bd-ttl {
  margin-top: var(--size80);
  margin-bottom: var(--size40);
  padding: var(--size16) 0;
  border-bottom: 1px solid var(--silver);
  border-top: 1px solid var(--silver);
  position: relative;
}
.h2ttl + .label-bd-ttl,
.top-h2ttl + .label-bd-ttl {
  margin-top: var(--size64);
}
.label-bd-ttl .label {
  font-size: 2.4rem;
  font-weight: var(--fwBold);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--keyColor);
  display: flex;
  align-items: center;
}
.label-bd-ttl .label .icn {
  width: 40px;
  text-align: center;
  display: inline-block;
}
.label-bd-ttl .h4ttl {
  margin-bottom: 0;
  padding: 0 100px;
}
.label-bd-ttl.ver-ai-c {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ttl-row-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--contentMg);
}
.ttl-row-wrap .ttl-wrap {
  margin-bottom: 0;
}
.ttl-row-wrap .btn-wrap {
  margin-top: 0;
}
.txt-3l {
  font-size: 2.4rem !important;
}
.txt-2l {
  font-size: 2rem !important;
}
.txt-l {
  font-size: 1.8rem !important;
  line-height: calc(26 / 18) !important;
}
.txt-l .num {
  font-family: "Neue Haas Grotesk", "YakuHanJPs", sans-serif;
  color: var(--keyColor) !important;
  font-size: 2.2rem !important;
  margin-left: 12px !important;
}
.txt-nml {
  font-size: 1.6rem !important;
}
.txt-s {
  font-size: 1.4rem !important;
  line-height: 1.42857 !important;
}
.txt-xs {
  font-size: 1.2rem !important;
}
.txt-xxs {
  font-size: 1.1rem !important;
}
.note-txt {
  font-size: 1.2rem;
  color: var(--greyK60);
}
.lh1 {
  line-height: 1 !important;
}
.section-txt {
  text-align: center;
  font-size: 1.8rem;
}
.section-txt .color {
  font-weight: var(--fwBold);
  color: var(--keyColor);
}
.hr {
  border: 1px solid var(--silver);
  margin-top: var(--size64);
  margin-bottom: var(--size64);
}
.hr.hr-nml {
  margin-top: var(--contentMg);
  margin-bottom: var(--contentMg);
}
.black-color {
  color: var(--black) !important;
}
.grey-k30 {
  color: var(--greyK30) !important;
}
.grey-k50 {
  color: var(--greyK50) !important;
}
.grey-k60 {
  color: var(--greyK60) !important;
}
.key-color {
  color: var(--keyColor) !important;
}
.key-color {
  color: var(--keyColor) !important;
}
.attention-color {
  color: var(--red01) !important;
}
.red-strong {
  color: var(--redStrong) !important;
}
.hide-scroll-bar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hide-scroll-bar::-webkit-scrollbar {
  display: none;
}
.center-price-txt {
  text-align: center;
  font-size: 1.4rem;
  margin-top: var(--size16);
  font-weight: var(--fwBold);
}
.center-price-txt .num {
  font-size: 3.4rem;
  font-weight: var(--fwBold);
  margin-right: 4px;
  margin-left: 4px;
}
.nml-label-wrap {
  text-align: center;
}
.nml-label-wrap .nml-label {
  display: flex;
  justify-content: center;
  gap: var(--size8);
}
.nml-label-wrap.label-left .nml-label {
  justify-content: flex-start;
}
.nml-label span {
  font-size: 1.4rem;
  font-weight: var(--fwBold);
  color: var(--white);
  background-color: var(--keyColor);
  border-radius: 4px;
  padding: 4px 8px;
  display: inline-block;
}
.nml-label.ver-s span {
  padding: 2px 4px;
  font-size: 1.2rem;
}
.nml-label.blank span {
  border: 1px solid var(--keyColor);
  background-color: transparent;
  color: var(--keyColor);
}
.nml-label.rev span {
  background-color: var(--greyK5);
  color: var(--greyK80);
}
a[target="_blank"]:not(.icn-none):after,
a[href*=".pdf"]:not(.icn-none):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -0.12em;
}
a[target="_blank"]:after {
  background: url(/assets/images/icn_blank.svg) no-repeat center center / contain;
  width: 16px;
  height: 16px;
}
a[target="_blank"].icn-blank-w:after {
  background: url(/assets/images/icn_blank_white.svg) no-repeat center center / contain;
}
a[target="_blank"].icn-none:after {
  content: none !important;
}
a.icn-none[target="_blank"]::after {
  content: none !important;
}
button {
  appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-weight: var(--fwNormal);
  transition: var(--transition);
}
.btn-wrap {
  margin-top: var(--contentMg);
}
.btn-wrap.flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.btn-wrap.flex .btn-nml {
  margin: 0;
}
.btn-wrap .btn-ttl {
  margin-bottom: 12px;
  text-align: center;
  font-weight: var(--fwBold);
}
.btn-nml {
  border: 1px solid var(--keyColor);
  color: var(--keyColor);
  font-size: 1.8rem;
  font-weight: var(--fwBold);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  width: 326px;
  max-width: 100%;
  border-radius: 100vw;
  margin: 0 auto;
  padding: 6px;
}
.btn-nml.left {
  margin-left: 0;
}
.btn-nml.right {
  margin-right: 0;
}
.btn-nml[target="_blank"]:not(.icn-none):after {
  top: 0;
  background: url(/assets/images/icn_blank.svg) no-repeat center center / contain;
}
.btn-nml.btn-long {
  width: 400px;
  max-width: 100%;
}
.btn-nml.btn-w-auto {
  width: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: inline-flex;
}
.btn-nml.btn-sm {
  font-size: 1.6rem;
  width: 248px;
  min-height: 48px;
}
.btn-nml.btn-lg {
  font-size: 2.4rem;
  width: 450px;
  min-height: 72px;
}
.btn-nml.white-blank {
  border-color: var(--white);
  color: var(--white);
  background-color: transparent;
}
.btn-nml.white-blank[target="_blank"]:not(.icn-none):after {
  top: 0;
  background: url(/assets/images/icn_blank_white.svg) no-repeat center center / contain;
}
.btn-nml.white-solid {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--black);
}
.btn-nml.rev {
  background-color: var(--keyColor);
  color: var(--white);
}
.btn-nml.rev[target="_blank"]:not(.icn-none):after {
  background: url(/assets/images/icn_blank_white.svg) no-repeat center center / contain;
}
.btn-nml.change span {
  display: inline-block;
  padding-left: 32px;
  position: relative;
}
.btn-nml.change span::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/assets/images/icn_change.svg) no-repeat 0 0 / contain;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}
.btn-nml.change.white span::before {
  background: url(/assets/images/icn_change_color.svg) no-repeat 0 0 / contain;
}
.btn-nml.has-icn .icn-v2 {
  max-width: 24px;
}
.btn-nml.has-icn .txt + .icn-v2,
.btn-nml.has-icn .txt + .icn {
  margin-left: 8px;
}
.btn-nml.has-icn .icn-v2 + .txt,
.btn-nml.has-icn .icn + .txt {
  margin-left: 8px;
}
.btn-nml.has-icn .icn rect {
  transition: var(--transition);
}
.btn-nml.reset {
  width: auto;
  padding: 10px 18px;
  font-size: 1.6rem;
  background-color: transparent;
  min-height: 48px;
}
.btn-nml.disable {
  border-color: var(--greyK60);
  background-color: var(--greyK60);
  pointer-events: none;
}
.btn-nml.cv-btn {
  background: linear-gradient(110deg, var(--keyColor) 50%, #1981e5 60%, var(--keyColor) 70%);
  background-size: 400% 100%;
  animation: shine 22s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}
.btn-nml.cv-btn.accent-org {
  background: linear-gradient(110deg, var(--accentOrg) 50%, #f9a96b 60%, var(--accentOrg) 70%);
  background-size: 400% 100%;
  border-color: rgba(219, 95, 0, 0.5);
}
.btn-nml.hide {
  display: none;
}
@keyframes shine {
  0% {
    background-position-x: 600%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -600%;
  }
}
.btn-nml.open {
  font-size: 1.6rem;
  border-radius: 0;
  justify-content: flex-start;
  text-align: left;
  padding: 4px 34px 4px 12px;
  font-weight: var(--fwNormal);
  color: var(--black);
  border-color: var(--silver);
  transition: var(--transition);
  min-height: 48px;
  background: url(/assets/images/icn_btn_open_plus.svg) no-repeat calc(100% - 10px) center / 24px auto, var(--white);
}
.btn-nml.cate01 {
  background-color: var(--white);
  font-weight: var(--fwBold);
}
.btn-nml.cate02 {
  background-color: var(--silverLight);
}
.icn-bd-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--silver);
  padding: 24px;
  row-gap: 16px;
}
.icn-bd-btn[target="_blank"]::after {
  content: none !important;
}
.icn-bd-btn .icn {
  width: 48px;
}
.icn-bd-btn .txt {
  font-size: 2rem;
}
.icn-bd-btn.rev {
  border-color: var(--greyK50);
}
.icn-bd-btn.rev .txt {
  color: var(--white);
}
.nml-sort-btn-wrap {
  margin-left: 32px;
}
.nml-sort-btn {
  border: 1px solid var(--silver);
  border-radius: 8px;
  display: inline-block;
  padding: 8px 12px;
  transition: var(--transition);
}
.nml-sort-btn span {
  padding-left: 20px;
  background: url(/assets/images/icn_btn_open.svg) no-repeat 0 center / 16px auto;
}
.btn-show-more {
  position: relative;
  display: flex;
  margin: 16px auto 0;
  padding-left: 24px;
  padding: 8px 8px 8px 24px;
}
.btn-show-more.nml-toggle-icn::before {
  right: auto;
  left: 2px;
  width: 13px;
}
.btn-show-more.nml-toggle-icn::after {
  right: auto;
  left: 8px;
  height: 13px;
  top: calc(50% - 6px);
}
.btn-show-more .close {
  display: none;
}
.btn-show-more.cur .close {
  display: block;
}
.btn-show-more.cur .open {
  display: none;
}
.arrow-link {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  position: relative;
}
.arrow-link:not([target="_blank"]) {
  padding-right: 24px;
}
.arrow-link:not([target="_blank"])::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/assets/images/icn_arrow.svg) no-repeat center / contain;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.arrow-link.icn-none::after {
  content: none;
}
.arrow-link.ver-white {
  color: var(--white);
}
.arrow-link.ver-white:not([target="_blank"])::after {
  background-image: url(/assets/images/icn_arrow_white.svg);
}
.txt-link-open {
  font-size: 1.4rem;
  padding: 8px 0;
  display: inline-flex;
  align-items: center;
}
.txt-link-open .icn {
  margin-left: 8px;
}
.txt-link-wrap {
  display: flex;
  justify-content: center;
  column-gap: var(--contentMg);
}
.txt-link-wrap.left {
  justify-content: flex-start;
}
.txt-link-wrap.right {
  justify-content: flex-end;
}
.txt-link-wrap .arrow-link:not([target="_blank"]) {
  padding: 8px 24px 8px 0;
}
.circle-arrow-link {
  font-size: 1.8rem;
  display: inline-block;
  padding: 11px 64px 11px 0;
  position: relative;
}
.circle-arrow-link::before,
.circle-arrow-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 24px);
  transition: var(--transition);
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-image: url(/assets/images/icn_circle_link_arrow.svg);
  overflow: hidden;
}
.circle-arrow-link::before {
  border: 1px solid var(--silver);
  background-image: none;
}
.circle-arrow-link::after {
  background-position: center;
  opacity: 1;
}
.back-link {
  padding-left: 24px;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  position: relative;
}
.back-link::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/assets/images/icn_circle_link_arrow.svg) no-repeat 0 0 / auto 16px;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  transform: rotate(180deg);
}
.underline-hover {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
}
.anchor-link {
  padding: 8px 32px 8px 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  position: relative;
}
.anchor-link::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/assets/images/icn_anchor.svg) no-repeat 0 0 / contain;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
}
.anchor-link.ver-bd {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--silver);
  padding: 12px 44px 12px 12px;
  text-decoration: none;
  min-width: 168px;
}
.anchor-link.ver-bd::after {
  right: 12px;
}
.anchor-link.ver-bdb {
  border-bottom: 1px solid var(--keyColor);
  text-decoration: none;
  padding: 16px 40px 16px 0;
}
.anchor-link.ver-bdb::after {
  right: 16px;
}
.txt-link-wrap .arrow-link,
.txt-link-wrap .anchor-link {
  display: inline-flex;
  align-items: center;
}
.txt-link-wrap.col-pc1-sp2,
.txt-link-wrap.col-pc3-sp1 {
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 16px;
}
.txt-link-wrap.col-pc1-sp2 {
  column-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
}
.txt-link-wrap.col-pc3-sp1 {
  column-gap: 20px;
}
.txt-link-wrap > .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.txt-link-wrap.col-pc3-sp1 > .col {
  width: calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 16px;
}
.txt-link-wrap.ver-col-1 a {
  width: 100%;
}
.link-scroll-wrap .txt-link-wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 64px;
  row-gap: var(--size16);
  white-space: nowrap;
}
.icn-txt-link {
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  padding: 8px;
}
.icn-txt-link .icn {
  margin-right: 8px;
  width: 16px;
}
.pdf-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.pdf-link {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.pdf-link[target="_blank"]:after {
  top: 0 !important;
}
.pdf-link .icn {
  width: 24px;
  margin-right: 8px;
}
.pdf-link .sub {
  font-size: 1.2rem;
  color: var(--greyK60);
  margin-left: 8px;
}
.note-list {
  margin-top: var(--size16);
  color: var(--greyK60);
}
.note-list.last {
  margin-top: 40px;
}
.note-list > li + li {
  margin-top: 8px;
}
.note-list > li {
  font-size: 1.2rem;
  display: flex;
}
.note-list > li > .mark {
  margin-right: 2px;
}
.note-list > li > .txt {
  flex: 1;
}
.note-list.flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
}
.note-list.flex > li + li {
  margin-top: 0;
}
.dot-list > li {
  padding-left: 20px;
  position: relative;
}
.dot-list > li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: var(--black);
  position: absolute;
  left: 0.5em;
  top: calc(0.75em - 2px);
}
.number-list > li {
  display: flex;
}
.number-list > li + li {
  margin-top: 8px;
}
.number-list > li .number {
  font-family: "Neue Haas Grotesk Text Pro";
  color: var(--keyColor);
  margin-right: 8px;
  font-weight: 400;
}
.number-list > li .txt {
  flex: 1;
}
.number-list.flx-col-2 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 8px;
}
.number-list.flx-col-2 > li {
  width: calc(50% - 10px);
}
.number-list.flx-col-2 > li + li {
  margin-top: 0;
}
.nml-price-list {
  display: flex;
  margin-top: 8px;
  column-gap: 24px;
}
.nml-price-list.type-grid {
  display: grid;
  grid-template-columns: auto auto;
}
.nml-price-list.type-grid.col-3 {
  grid-template-columns: auto auto auto;
}
.nml-price-list.type-grid > .nml-price-wrap {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.nml-price-wrap > .ttl {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.nml-price-wrap .price .num {
  font-size: 2.4rem;
  font-weight: var(--fwBold);
  margin-right: 4px;
}
.nml-link-list {
  margin-top: var(--contentMg);
  display: flex;
  justify-content: center;
}
.nml-link-list > li + li {
  margin-left: 40px;
}
.nml-link-list a {
  font-size: 1.4rem;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
}
.check-list > li {
  padding-left: 32px;
  font-size: 1.4rem;
  position: relative;
}
.check-list > li + li {
  margin-top: 14px;
}
.check-list > li::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/assets/images/icn_check.svg) no-repeat 0 0 / contain;
  position: absolute;
  left: 0;
  top: calc(0.7em - 12px);
}
.panel-list,
.linkpanel-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.panel-list.gap-l {
  gap: 40px;
}
.panel-list.gap-s {
  gap: 16px;
}
.panel-list .item,
.linkpanel-list .item {
  width: calc((100% - 40px) / 3);
}
.panel-list.panel-2 .item,
.linkpanel-list.panel-2 .item {
  width: calc(50% - 10px);
}
.panel-list.panel-4 .item,
.linkpanel-list.panel-4 .item {
  width: calc((100% - 60px) / 4);
}
.panel-list.panel-5 .item,
.linkpanel-list.panel-5 .item {
  width: calc((100% - 80px) / 5);
}
.panel-list.gap-s .item,
.linkpanel-list.gap-s .item {
  width: calc((100% - 32px) / 3);
}
.panel-list.gap-s.panel-2 .item,
.linkpanel-list.gap-s.panel-2 .item {
  width: calc(50% - 8px);
}
.panel-list.gap-s.panel-4 .item,
.linkpanel-list.gap-s.panel-4 .item {
  width: calc((100% - 48px) / 4);
}
.panel-list.gap-s.panel-5 .item,
.linkpanel-list.gap-s.panel-5 .item {
  width: calc((100% - 64px) / 5);
}
.panel-list.gap-l .item,
.linkpanel-list.gap-l .item {
  width: calc((100% - 80px) / 3);
}
.panel-list.gap-l.panel-2 .item,
.linkpanel-list.gap-l.panel-2 .item {
  width: calc(50% - 20px);
}
.panel-list.gap-l.panel-4 .item,
.linkpanel-list.gap-l.panel-4 .item {
  width: calc((100% - 120px) / 4);
}
.panel-list.gap-l.panel-5 .item,
.linkpanel-list.gap-l.panel-5 .item {
  width: calc((100% - 160px) / 5);
}
.linkpanel {
  border: 1px solid var(--silver);
  padding: 24px;
  display: block;
  text-align: center;
}
.linkpanel .icn {
  margin-bottom: 16px;
}
.linkpanel .txt {
  font-size: 2rem;
}
.grey-linkpanel {
  display: flex;
  align-items: flex-start;
  column-gap: 16px;
  border-radius: 8px;
  background-color: var(--greyK5);
  height: 100%;
  padding: var(--size40) 72px var(--size40) 40px;
  position: relative;
}
.grey-linkpanel::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/assets/images/icn_arrow.svg) no-repeat center / contain;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.grey-linkpanel > .icn {
  width: 48px;
}
.grey-linkpanel > .txt-box {
  flex: 1;
}
.grey-linkpanel > .txt-box .ttl {
  font-size: 2.4rem;
  margin-bottom: var(--size8);
}
.grey-linkpanel > .txt-box .txt {
  font-size: 1.4rem;
}
.icn-desc-list > li + li {
  margin-top: var(--size16);
}
.icn-desc-list > li .icn {
  margin-right: 8px;
}
.cmn-img-act .img-box {
  overflow: hidden;
}
.cmn-img-act .img-box img {
  transform: scale(1);
  transition: var(--transition);
}
.nml-img-wrap .img img {
  width: 100%;
}
.img-caption {
  margin-top: var(--size16);
}
.border-none {
  border: none !important;
}
.dark-10 {
  filter: brightness(0.9) !important;
}
.dark-20 {
  filter: brightness(0.8) !important;
}
.dark-30 {
  filter: brightness(0.7) !important;
}
.dark-40 {
  filter: brightness(0.6) !important;
}
.dark-50 {
  filter: brightness(0.5) !important;
}
.dark-60 {
  filter: brightness(0.4) !important;
}
.dark-70 {
  filter: brightness(0.3) !important;
}
.dark-80 {
  filter: brightness(0.2) !important;
}
.dark-90 {
  filter: brightness(0.1) !important;
}
.dark-100 {
  filter: brightness(0) !important;
}
.irregular-img-wrap .img {
  border: 1px solid var(--silver);
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.irregular-img-wrap .img img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
}
.img-16_9 {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flx-box {
  display: flex;
}
.jc-s {
  justify-content: flex-start !important;
}
.jc-c {
  justify-content: center !important;
}
.jc-e {
  justify-content: flex-end !important;
}
.jc-sb {
  justify-content: space-between !important;
}
.ai-s {
  align-items: flex-start !important;
}
.ai-c {
  align-items: center !important;
}
.ai-e {
  align-items: flex-end !important;
}
.section {
  margin-top: var(--blockMg);
}
.bgc-lred {
  background-color: var(--bgLtRed01) !important;
}
.grey-box {
  padding: 40px;
  background-color: var(--greyK5);
}
.grey-box + .grey-box {
  margin-top: var(--size64);
}
.bd-accent-box,
.bd-grey-box {
  padding: 40px;
  border: 1px solid var(--silver);
}
.bd-accent-box.ver-pd-s,
.bd-grey-box.ver-pd-s {
  padding: var(--size24) 24px;
}
.bd-accent-box {
  border-color: var(--keyColor);
}
.bgc-box {
  background-color: var(--greyK2);
  padding: 32px;
}
.note-bd-box {
  border: 1px solid var(--silver);
  padding: 16px;
  border-radius: 8px;
  margin-top: var(--contentMg);
}
.ttl-style-box {
  border: 1px solid var(--greyK60);
}
.ttl-style-box > .box-ttl {
  background-color: var(--greyK60);
  font-size: 1.2rem;
  text-align: center;
  color: var(--white);
  padding: 4px;
}
.ttl-style-box > .box-body {
  padding: 16px 8px 32px;
}
.ttl-style-box > .box-body .link-wrap {
  margin-top: 8px;
}
.ttl-style-box > .box-body .arrow-link {
  font-size: 1.2rem;
}
.lead-bg-box {
  display: flex;
  background-color: var(--bgDark01);
  margin-bottom: var(--contentMg);
}
.lead-bg-box > .img-box {
  width: 47.8%;
  position: relative;
}
.lead-bg-box > .img-box::after {
  content: "";
  width: 34.5%;
  height: 100%;
  background: linear-gradient(90deg, #2c394c 0%, #2c394c 100%);
  background: linear-gradient(90deg, color(display-p3 0.1843 0.2235 0.2902 / 0) 0%, color(display-p3 0.1843 0.2235 0.2902) 100%);
  position: absolute;
  right: -1px;
  top: 0;
}
.lead-bg-box > .txt-box {
  flex: 1;
  color: var(--white);
  padding: 37px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lead-bg-box .lead {
  font-size: 3.8rem;
  line-height: 147%;
  margin-bottom: var(--size24);
}
.lead-bg-box.img-lg > .img-box {
  width: 57.7%;
}
.lead-bg-box.img-lg > .img-box::after {
  content: none;
}
.lead-bg-box.img-lg > .txt-box {
  padding-left: 0;
  margin-left: -95px;
  position: relative;
  z-index: 2;
}
.lead-bg-box.bg-brake,
.lead-bg-box.bg-engine {
  background-color: #020202;
}
.lead-bg-box.bg-battery {
  background-color: #47484d;
}
.lead-bg-box.bg-tire {
  background-color: #1b1b1b;
}
.lead-bg-box.bg-equipment {
  background-color: #1e2d3d;
}
.lead-bg-box.bg-car-care {
  background-color: #6a635f;
}
.lead-bg-box.bg-store {
  background-color: #005ecb;
}
.lead-bg-box.bg-store .btn-wrap {
  margin-top: 32px;
}
.lead-bg-box.bg-store .txt {
  font-size: 2rem;
}
.bar-ttl-box > .box-ttl {
  font-size: 2rem;
  text-align: center;
  padding: 13px;
  background-color: var(--greyK5);
  margin-bottom: 20px;
}
.bar-ttl-box .txt,
.bar-ttl-box .dot-list {
  font-size: 2rem;
}
.bar-ttl-box .txt + .txt {
  margin-top: 8px;
}
.bar-ttl-box .note-list .txt {
  font-size: 1.2rem;
}
.bar-ttl-box-02 > .ttl-bar {
  font-size: 2.4rem;
  font-weight: var(--fwBold);
  text-align: center;
  color: var(--white);
  background-color: var(--keyColor);
  padding: 8px;
}
.bar-ttl-box-02 > .txt-body {
  background-color: var(--greyK5);
  padding: 24px 32px 32px;
}
.bar-ttl-box-02 > .txt-body > .body-ttl {
  font-size: 2rem;
  font-weight: var(--fwBold);
  color: var(--keyColor);
  text-align: center;
  margin-bottom: 24px;
}
.bar-ttl-box-02 .table-nml {
  margin-top: 20px;
}
.bar-ttl-box-02 .table-nml th {
  background-color: var(--greyK10);
}
.bar-ttl-box-02 .table-nml th,
.bar-ttl-box-02 .table-nml td {
  border-color: var(--greyK5);
}
.bar-ttl-box-02 .table-nml td {
  background-color: var(--greyK2);
}
.bar-ttl-box-03 > .ttl-bar {
  font-size: 1.8rem;
  text-align: center;
  color: var(--keyColor);
  border: 1px solid var(--keyColor);
  padding: 2px 5px;
}
.bar-ttl-box-03 > .txt-body + .ttl-bar {
  margin-top: 24px;
}
.bar-ttl-box-03 > .txt-body {
  background-color: var(--greyK5);
  padding: 16px 0 0;
  font-size: 1.4rem;
}
.adobe-reader-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.adobe-reader-box > .box-icn {
  width: 158px;
}
.cmn-img-slider-wrap {
  background-color: var(--greyK5);
  position: relative;
}
.cmn-img-slider-wrap .item img {
  width: 100%;
}
.cmn-img-slider-wrap .wrap-inr-txtbox {
  overflow: hidden;
}
.cmn-img-slider-wrap .cmn-slider-control {
  padding-bottom: 0;
  position: unset;
}
.cmn-img-slider-wrap .cmn-slider-control .splide__pagination {
  width: 152px;
  left: auto;
  right: 104px;
  bottom: 16px;
  height: 64px;
}
.cmn-img-slider-wrap .cmn-slider-control .splide__arrows {
  right: 16px;
  bottom: 28px;
}
.cmn-img-slider-wrap.pc-control-posi-01 .cmn-slider-control .splide__pagination {
  bottom: 6px;
}
.cmn-img-slider-wrap.pc-control-posi-01 .cmn-slider-control .splide__arrows {
  bottom: 19px;
}
.cmn-img-slider-wrap .cmn-carousel-page:not(.is-active) {
  border-color: var(--greyK5);
}
.cmn-img-slider-wrap .cmn-carousel-prev,
.cmn-img-slider-wrap .cmn-carousel-next {
  background-color: var(--greyK5);
}
.cmn-img-slider-wrap.ver-with-btm .slider-btm-wrap {
  padding: var(--size16) 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  /* 25-07-07_add */
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.cmn-img-slider-wrap.ver-with-btm .slider-btm-wrap .wrap-inr-txtbox {
  padding: 0;
  flex: 1;
}
.cmn-img-slider-wrap.ver-with-btm .cmn-slider-control .splide__pagination {
  height: auto;
  margin-left: auto;
  margin-right: 4px;
  justify-content: center;
}
.cmn-img-slider-wrap.ver-with-btm .cmn-slider-control .splide__pagination li {
  padding-left: 5px;
  padding-right: 5px;
}
.cmn-img-slider-wrap.ver-with-btm .cmn-slider-control .splide__arrows {
  position: static;
}
.relate-txt-slider {
  display: flex;
}
.cta-following-wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  z-index: 5;
}
#floatingTip {
  bottom: -56px;
  opacity: 0;
  transition: var(--transition);
}
#floatingTip.show {
  bottom: 0;
  opacity: 1;
}
.cta-purchase-support-wrap {
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  border-radius: 8px 0 0 0;
}
.cta-purchase-support-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-purchase-support-list .link-box {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-purchase-support-list .link-box .icn {
  width: 24px;
  margin-right: 8px;
}
.cta-purchase-support-list .link-box .txt {
  font-size: 1.4rem;
}
.nml-cta-box {
  background-color: var(--greyK3);
  padding: 54px 40px;
}
.nml-cta-box .cta-col-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nml-cta-box .box-ttl {
  font-size: 1.4rem;
}
.nml-cta-box .box-ttl + .box-ttl {
  margin-top: var(--size8);
}
.nml-cta-box .box-ttl .emphasis {
  font-size: 2.4rem;
  color: var(--keyColor);
}
.nml-cta-box .info-row,
.nml-cta-box .tel-row {
  display: flex;
  align-items: center;
}
.nml-cta-box .tel-row .tel-ttl,
.nml-cta-box .info-row .info-ttl {
  min-width: 133px;
  margin-right: 32px;
}
.nml-cta-box .tel-row .icn {
  margin-right: 8px;
}
.nml-cta-box .tel-row .icn {
  width: auto;
  height: 24px;
}
.nml-cta-box .tel-row .tel-num .num {
  font-size: 3.4rem;
  color: var(--keyColor);
}
.nml-cta-box .info-row {
  margin-top: var(--size12);
}
.nml-cta-box .info-row .info-ttl {
  text-align: right;
}
.nml-cta-box .info-row .time {
  font-size: 2.8rem;
}
.following-banner-box {
  position: absolute;
  right: 24px;
  bottom: calc(100% + 24px);
}
.following-banner {
  display: block;
  line-height: 1;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
}
.following-banner img {
  border-radius: 8px;
}
.banner-close-btn {
  display: block;
  border-radius: 24px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 2;
}
.link-col-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 8px;
}
.link-col-list:not(.li-pd0) > li {
  padding: 8px 0;
}
.link-col-list.col-2 > li {
  width: calc(50% - 10px);
}
.link-col-list.col-3 > li {
  width: calc((100% - 40px) / 3);
}
.link-col-list.col-4 > li {
  width: calc((100% - 60px) / 4);
}
.link-col-list.col-5 > li {
  width: calc((100% - 80px) / 5);
}
.link-col-list > li a {
  display: block;
}
.link-col-list > li .arrow-link {
  padding-right: 40px;
}
.link-col-list > li .arrow-link::after {
  right: 16px;
}
.link-col-list > li .arrow-link[target="_blank"]::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.link-col-list > li .circle-arrow-link {
  width: calc(100% - 24px);
}
.anchor-banner {
  display: flex;
  align-items: center;
  background-color: var(--black);
  color: var(--white);
}
.anchor-banner .bnr-img {
  width: 68.288%;
}
.anchor-banner .bnr-txt {
  flex: 1;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
}
.anchor-banner .bnr-txt::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/assets/images/icn_anchor_white.svg) no-repeat center / contain;
  position: absolute;
  left: calc(50% - 8px);
  bottom: 0;
}
.cmn-card-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: var(--size40);
}
.cmn-card-list.col-gap-40 {
  column-gap: 40px;
}
.cmn-card-list > .item {
  flex: 1;
}
.cmn-card-list.card-2 > .item,
.cmn-card-list.card-3 > .item,
.cmn-card-list.card-4 > .item,
.cmn-card-list.card-5 > .item {
  flex: unset;
}
.cmn-card-list.card-2 > .item {
  width: calc(50% - 10px);
}
.cmn-card-list.card-3 > .item {
  width: calc((100% - 40px) / 3);
}
.cmn-card-list.card-4 > .item {
  width: calc((100% - 60px) / 4);
}
.cmn-card-list.card-5 > .item {
  width: calc((100% - 80px) / 5);
}
.cmn-card-list.card-2.col-gap-40 > .item {
  width: calc(50% - 20px);
}
.cmn-card-list.card-3.col-gap-40 > .item {
  width: calc((100% - 80px) / 3);
}
.cmn-card-list.card-4.col-gap-40 > .item {
  width: calc((100% - 120px) / 4);
}
.cmn-card-list.card-5.col-gap-40 > .item {
  width: calc((100% - 160px) / 5);
}
a.card-n-linkpanel {
  display: block;
}
a.card-n-linkpanel[target="_blank"]::after {
  content: none;
}
.card-n-linkpanel .img-box {
  overflow: hidden;
  line-height: 1;
}
.card-n-linkpanel .img-box img {
  width: 100%;
  transform: scale(1);
  transition: var(--transition);
  will-change: transform;
}
.card-n-linkpanel .txt-box {
  margin-top: var(--size16);
}
.card-n-linkpanel .txt-box .arrow-link {
  display: block;
  font-size: 2rem;
  font-weight: var(--fwBold);
  padding-right: 48px;
}
.card-n-linkpanel .txt-box .arrow-link.ftw-l {
  font-weight: var(--fwNormal);
}
.card-n-linkpanel .txt-box .arrow-link::after {
  right: 16px;
}
.card-n-linkpanel[target="_blank"] .txt-box .arrow-link::after {
  background-image: url(/assets/images/icn_blank.svg);
}
.card-sub-txt,
.card-n-linkpanel .txt-box .arrow-link .sub {
  display: block;
  font-size: 1.4rem;
  line-height: calc(20 / 14);
  font-weight: var(--fwNormal);
  margin-top: 8px;
}
.card-n-linkpanel .txt-box .txt {
  margin-top: var(--size16);
}
.card-n-linkpanel.not-link .txt-box .arrow-link::after {
  content: none;
}
.card-n-linkpanel.ver-row {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
.card-n-linkpanel.ver-row .txt-box {
  margin-top: 0;
}
.card-s-linkpanel {
  display: block;
  position: relative;
}
.card-s-linkpanel[target="_blank"]:not(.icn-none):after {
  position: absolute;
  right: 4px;
  top: 4px;
}
.card-s-linkpanel .img-box {
  border: 1px solid var(--silver);
  transition: var(--transition);
}
.card-s-linkpanel .txt-box {
  font-size: 1.4rem;
  margin-top: 8px;
}
.page-btm-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--silver);
  border-bottom: 2px solid var(--white);
  margin-top: var(--blockMg);
  padding-left: calc(50vw - (var(--contentMaxW) / 2) - 20px);
  padding-right: calc(50vw - (var(--contentMaxW) / 2));
}
.breadcrumb-wrap {
  padding: 20px;
  width: calc(100% - 64px);
  margin-right: auto;
}
.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.breadcrumb-list > li {
  position: relative;
  line-height: 1.43;
  font-size: 1.4rem;
  padding-right: 24px;
}
.breadcrumb-list > li:not(:last-of-type)::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/assets/images/icn_circle_link_arrow.svg) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 0.15em;
}
.breadcrumb-list > li a {
  font-size: 1.4rem;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
}
.btn-page-top {
  background-color: var(--silver);
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 2px solid var(--white);
  border-right: 2px solid var(--white);
}
.tab-wrap {
  background-color: var(--white);
}
.tab-wrap.ver-scroll,
.tab-wrap.pc-scroll-only {
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tab-wrap.ver-scroll .tab-btns-list > li:last-of-type {
  padding-right: 48px;
}
.tab-wrap::-webkit-scrollbar {
  display: none;
}
.tab-wrap .tab-btns-list {
  display: flex;
}
.tab-wrap.ver-flex .tab-btns-list {
  flex-wrap: wrap;
  gap: 12px;
}
.tab-wrap .tab-btns-list .tab-btn {
  font-size: 2rem;
  padding-top: 11px;
  padding-bottom: 12px;
  border-bottom: 1px solid transparent;
  background-color: var(--white);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.tab-wrap .tab-btns-list .tab-btn.cur {
  border-bottom-color: var(--keyColor);
  color: var(--keyColor);
  font-weight: var(--fwBold);
}
.tab-wrap .tab-btns-list .tab-btn .new::after {
  content: "";
  width: 28px;
  height: 16px;
  background: url(/assets/images/icn_new.svg) no-repeat 0 0 / contain;
  display: inline-block;
  line-height: 1;
  vertical-align: text-top;
  margin-left: 2px;
}
.tab-wrap.top-tab-wrap .tab-btns-list > li:nth-of-type(2) .tab-btn {
  min-width: 103px;
  transition: border 0.3s ease;
}
.tab-wrap.top-tab-wrap .tab-btns-list > li:nth-of-type(2) .tab-btn.cur {
  letter-spacing: -0.03em;
}
.tab-wrap .tab-btns-list > li {
  margin-right: 48px;
}
.tab-wrap .tab-btns-list > li:last-of-type {
  margin-right: 0;
}
.tab-content {
  display: none;
}
.tab-content.cur {
  display: block;
}
.tab-content-innr {
  padding: var(--contentMg) 0;
}
.tab-wrap .tab-btns-list.radio-style {
  justify-content: center;
  column-gap: 16px;
  margin-bottom: 40px;
  margin-top: 16px;
}
.tab-wrap .tab-btns-list.radio-style > li {
  margin-left: 0;
  flex: 1;
}
.tab-wrap .tab-btns-list.radio-style .tab-btn {
  display: inline-block;
  font-size: 1.6rem;
  padding-left: 32px;
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: none;
  position: relative;
  white-space: unset;
}
.tab-wrap .tab-btns-list.radio-style .tab-btn::before,
.tab-wrap .tab-btns-list.radio-style .tab-btn::after {
  content: "";
  position: absolute;
  border-radius: 20px;
}
.tab-wrap .tab-btns-list.radio-style .tab-btn::before {
  width: 20px;
  height: 20px;
  border: 1px solid var(--black);
  left: 2px;
  top: 0.2em;
}
.tab-wrap .tab-btns-list.radio-style .tab-btn::after {
  width: 12px;
  height: 12px;
  background-color: var(--logoColor);
  left: 6px;
  top: calc(0.2em + 4px);
  opacity: 0;
}
.tab-wrap .tab-btns-list.radio-style .tab-btn.cur {
  color: var(--black);
}
.tab-wrap .tab-btns-list.radio-style .tab-btn.cur::before {
  border-color: (--logoColor);
}
.tab-wrap .tab-btns-list.radio-style .tab-btn.cur::after {
  opacity: 1;
}
.tab-wrap.cmn-tab-wrap {
  margin-bottom: 24px;
}
.tab-wrap.cmn-tab-wrap > .cmn-tab-inner > .tab-btns-list,
.tab-wrap.cmn-tab-wrap > .tab-btns-list {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tab-wrap.ver-scroll .tab-btns-list > li {
  margin-right: 32px;
}
.tab-wrap.ver-scroll .tab-btns-list > li:last-of-type {
  margin-right: 32px;
}
.tab-wrap.ver-page-nml .tab-btns-list .tab-btn {
  font-weight: var(--fwBold);
}
.tab-wrap.ver-page-nml:not(.ver-scroll) .tab-btns-list .tab-btn {
  white-space: unset;
}
.tab-wrap > .tab-btns-list + .tab-wrap {
  padding-top: var(--size16);
}
.tab-wrap.cmn-tab-wrap > .cmn-tab-inner > .tab-btns-list > li,
.tab-wrap.cmn-tab-wrap > .tab-btns-list > li {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.tab-wrap.cmn-tab-wrap > .cmn-tab-inner > .tab-btns-list .tab-btn,
.tab-wrap.cmn-tab-wrap > .tab-btns-list .tab-btn {
  text-align: center;
  padding-left: 6px;
  padding-right: 6px;
  border-color: var(--greyK20);
  font-weight: var(--fwBold);
  width: 100%;
}
.tab-wrap.cmn-tab-wrap > .cmn-tab-inner > .tab-btns-list .tab-btn.cur,
.tab-wrap.cmn-tab-wrap > .tab-btns-list .tab-btn.cur {
  border-color: var(--keyColor);
  color: var(--keyColor);
}
.tab-btns-list.ver-icn .tab-btn img {
  width: 102px;
}
.tab-wrap.ver-sm .tab-btns-list .tab-btn {
  font-size: 1.6rem;
  font-weight: var(--fwNormal);
  text-align: center;
}
.tab-wrap.ver-sm .tab-btns-list .tab-btn.cur {
  font-weight: var(--fwBold);
}
.fix-tab,
.fix-tab-wrap {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.notice-area {
  margin-top: var(--contentMg);
}
.notice-area .notice-area-inner {
  background-color: var(--greyK5);
  padding: 8px 32px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
}
.notice-area .notice-txt {
  display: inline-flex;
  padding: 8px 0;
}
.notice-area .notice-txt .icn {
  margin-right: 12px;
}
.notice-area .notice-txt a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  display: flex;
  align-items: center;
}
.notice-area.alert .notice-area-inner {
  padding-top: 24px;
  padding-bottom: 24px;
}
.notice-area.alert .notice-txt {
  color: var(--red03);
  font-weight: var(--fwBold);
  font-size: 1.8rem;
}
.top-lineup-section {
  margin-top: var(--blockMg);
}
.top-lineup-section .linkpanel-list {
  margin-top: 96px;
}
.top-ttl-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--contentMg);
}
.top-ttl-wrap .h2ttl,
.top-ttl-wrap .top-h2ttl {
  margin-bottom: 0;
}
.top-ttl-wrap .sub-ttl {
  font-size: 3.2rem;
}
.top-ttl-wrap .sub-ttl .fz-lg {
  font-size: 3.8rem;
}
.top-ttl-wrap .link-wrap a {
  font-size: 1.8rem;
}
.top-ttl-wrap .tab-btns-list > li:not(:last-of-type) {
  margin-right: 32px;
}
.top-ttl-wrap .tab-btns-list .tab-btn {
  border-bottom-width: 2px;
}
.lineup-list .item {
  width: 300px;
  padding: 0 12px;
}
.lineup-list {
  overflow: visible;
}
.lineup-list .lineup-linkpanel {
  display: block;
}
.lineup-list .lineup-thumb {
  overflow: hidden;
}
.lineup-list .lineup-thumb img {
  width: 300px;
  transform: scale(1);
  transition: var(--transition);
}
.lineup-list .lineup-cate {
  font-size: 1.2rem;
  margin-top: 8px;
  line-height: 1.3;
  color: var(--greyK60);
}
.lineup-list .lineup-name {
  font-size: 2.4rem;
  margin-top: 8px;
}
.lineup-list .lineup-txt {
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1.6;
  color: var(--greyK60);
}
.lineup-list .lineup-icn {
  margin-top: 8px;
  line-height: 1;
}
.slider-overflow-option {
  overflow: visible !important;
}
.lineup-list.flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -24px;
}
.lineup-list.flex .item {
  width: calc(25% - 20px);
  margin-bottom: 24px;
  margin-right: 20px;
  padding: 0;
}
.lineup-list.flex .lineup-thumb img {
  width: 100%;
}
.lineup-panel {
  position: relative;
}
a.lineup-panel {
  display: block;
}
a.lineup-panel .lineup-thumb {
  overflow: hidden;
}
a.lineup-panel .lineup-thumb img {
  transform: scale(1);
  transition: var(--transition);
}
.lineup-panel.selected::before {
  content: "選択中";
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 32px;
  background-color: var(--blue01);
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.lineup-panel.selected .lineup-thumb {
  opacity: 0.5;
  position: relative;
}
.lineup-panel.label-endofsale::before,
.lineup-panel.label-preorder::before,
.lineup-panel.label-new::before {
  content: "";
  width: 51px;
  height: 28px;
  background: url(/assets/images/icn_label_new.svg) no-repeat 0 0 / contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.lineup-panel.label-preorder::before {
  width: 72px;
  background: url(/assets/images/icn_label_preorder.svg) no-repeat 0 0 / contain;
}
.lineup-panel.label-endofsale::before {
  width: 60px;
  background: url(/assets/images/icn_label_endofsale.svg) no-repeat 0 0 / contain;
}
.top-it-wrap {
  display: flex;
  align-items: center;
}
.top-it-wrap .img-wrap {
  width: 57.7%;
  margin-right: 5.9%;
  line-height: 1;
}
.top-it-wrap .img-wrap .video-wrap {
  width: 100%;
}
.top-it-wrap .txt-wrap {
  flex: 1;
}
.top-it-wrap .txt-wrap .icn {
  margin-bottom: 40px;
}
.top-it-wrap .txt-wrap .lead {
  margin-bottom: 24px;
}
.top-it-wrap .txt-wrap .btn-wrap {
  margin-top: 32px;
}
.top-it-wrap + .top-it-wrap {
  margin-top: var(--blockMg);
}
.top-it-wrap.rev .img-wrap {
  order: 2;
  margin-left: 5.9%;
  margin-right: 0;
}
.top-it-wrap.rev .txt-wrap {
  order: 1;
}
.section-link-wrap {
  margin-top: var(--contentMg);
  text-align: right;
  padding-right: 24px;
}
.topic-banner-list,
.banner-list {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
.topic-banner-list .item,
.banner-list .item {
  padding: 0 10px;
}
.topic-banner-list .item a,
.banner-list .item a {
  overflow: hidden;
  width: 100%;
  display: block;
}
.topic-banner-list .item a img,
.banner-list .item a img {
  transform: scale(1);
  transition: var(--transition);
}
.inside-carousel-row {
  width: calc(50% - 54px);
  margin-left: auto;
  margin-top: -46px;
  position: relative;
  text-align: right;
  padding-right: 24px;
}
.service-box {
  display: block;
}
.service-box .img-wrap {
  overflow: hidden;
  line-height: 1;
}
.service-box .img-wrap img {
  transform: scale(1);
  transition: var(--transition);
  will-change: transform;
}
.service-box .txt-wrap {
  margin-top: 24px;
}
.service-box .txt-wrap .arrow-link {
  display: block;
  font-size: 2rem;
  padding-right: 40px;
}
.service-box .txt-wrap .arrow-link::after {
  right: 16px;
}
.top-news-section .panel-list {
  margin-bottom: 0;
  row-gap: var(--blockMg);
}
.top-news-section .panel-list .item {
  margin-bottom: 0;
}
.news-col2-wrap {
  display: flex;
}
.news-col2-wrap:not(:first-of-type) {
  margin-top: 80px;
}
.news-col2-wrap > .left-wrap {
  width: 33.82%;
}
.news-col2-wrap > .right-wrap {
  flex: 1;
}
.news-col2-wrap .btn-wrap {
  margin-top: 40px;
}
.news-col2-wrap + .linkpanel-list {
  margin-top: 96px;
}
.h4ttl + .news-list {
  margin-top: -32px;
}
.news-list > li {
  height: 121px;
}
.news-list > li a {
  border-bottom: 1px solid var(--silver);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-list > li a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--keyColor);
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: width 0.4s linear;
}
.news-link {
  display: block;
  padding: 32px 54px 32px 0 !important;
  position: relative;
}
.news-link.arrow-link::after {
  right: 16px;
}
.news-link.arrow-link[target="_blank"]:not(.icn-none)::after {
  position: absolute;
  right: 16px;
  top: calc(50% - 8px);
}
.news-link .date {
  font-weight: var(--fwBold);
  font-family: "Neue Haas Grotesk", "YakuHanJPs", sans-serif;
  display: block;
  margin-bottom: 8px;
}
.news-link .txt {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  max-height: 1.5em;
  -webkit-line-clamp: 1;
}
.news-list.has-cate > li {
  height: auto;
}
.news-list.has-cate > li a {
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
}
.news-list.has-cate .news-link .date {
  margin-bottom: 0;
  margin-right: 24px;
}
.news-list.has-cate .news-link .cate {
  font-size: 1.4rem;
  background-color: var(--greyK5);
  padding: 4px;
  width: 99px;
  border-radius: 4px;
  text-align: center;
  margin-right: 24px;
  line-height: calc(20 / 14);
  font-weight: var(--fwBold);
}
.news-list.has-cate .news-link .txt {
  flex: 1;
  max-height: unset;
}
.top-topics-section .circle-arrow-link {
  font-size: 2.4rem;
}
#contents.common {
  padding-top: var(--contentMg);
}
#contents.common .section:first-of-type {
  margin-top: 0;
}
.page-ttl {
  font-size: 5.4rem;
  font-weight: var(--fwNormal);
  line-height: 1.48;
  margin-bottom: 40px;
}
.comparison-step {
  margin-bottom: 40px;
  display: flex;
}
.comparison-step .step {
  width: calc(50% + 16px);
  font-size: 2.4rem;
  text-align: center;
  padding: 24px;
  background-color: rgba(221, 226, 230, 0.5);
  color: var(--greyK60);
}
.comparison-step .step.current {
  color: var(--black);
  background-color: rgba(221, 226, 230, 1);
  font-weight: var(--fwBold);
}
.comparison-step .step + .step {
  margin-left: -30px;
}
.comparison-step .step:first-of-type {
  clip-path: polygon(0% 0%, calc(100% - 32px) 0%, 100% 50%, calc(100% - 32px) 100%, 0% 100%);
}
.comparison-step .step:last-of-type {
  width: calc(50% + 14px);
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 32px 50%, 0% 0%);
}
.comparison-tab-wrap .tab-btns-list {
  margin-bottom: 28px;
}
.comparison-tab-wrap.tab-wrap .tab-btns-list > li:first-of-type {
  margin-left: 0;
}
.comparison-tab-wrap.tab-wrap .tab-btns-list .tab-btn.cur {
  border-bottom-color: var(--blue01);
  color: var(--blue01);
}
.select-fixed-wrap {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--white);
  z-index: 10;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}
.select-fixed-list {
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--silver);
  border-bottom: 1px solid var(--silver);
}
.select-fixed-list .item {
  width: 280px;
  border-left: 1px solid var(--silver);
}
.select-fixed-list .item:last-of-type {
  border-right: 1px solid var(--silver);
}
.lineup-select-panel {
  padding-bottom: 12px;
  background: url(/assets/images/img_lineup_selecter_unselected.webp) no-repeat center 0 / auto 90px;
  position: relative;
}
.lineup-select-panel .del-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  display: none;
}
.lineup-select-panel .thumb {
  text-align: center;
  height: 90px;
}
.lineup-select-panel .thumb img {
  width: auto;
  height: 100%;
}
.lineup-select-panel .name {
  font-size: 1.4rem;
  text-align: center;
  color: var(--greyK50);
}
.lineup-select-panel.selected {
  background-image: none;
}
.lineup-select-panel.selected .del-btn {
  display: block;
}
.lineup-select-panel.selected .name {
  color: var(--black);
}
.select-fixed-wrap .btn-wrap {
  padding: 16px 20px;
  margin-top: 0;
  display: none;
}
.select-fixed-wrap .btn-wrap.show {
  display: block;
}
.sort-fixed-wrap {
  width: 100%;
  background-color: var(--white);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 19;
}
.sort-fixed-list {
  display: flex;
  border-bottom: 1px solid var(--silver);
  padding: 0 6px 0 16px;
}
.sort-fixed-list .item {
  width: 50%;
}
.sort-fixed-list .item + .item {
  border-left: 1px solid var(--silver);
}
.sort-fixed-panel {
  display: flex;
  align-items: center;
  padding: 8px 34px 8px 24px;
}
.sort-fixed-panel .thumb img {
  width: auto;
  height: 64px;
}
.sort-fixed-panel .name {
  margin-left: 16px;
  font-size: 1.8rem;
}
.sort-fixed-panel .sort-btn {
  margin-left: auto;
}
.comparison-item + .comparison-item {
  border-top: 1px solid var(--silver);
}
.comparison-item .acc-contents {
  border-top: 1px solid var(--silver);
}
.comparison-item .acc-contents.bdt-none {
  border-top: none;
}
.comparison-item .acc-contents .note-list {
  margin-bottom: 40px;
}
.comparison-item .cv-linkpanel-list {
  margin: 0;
  margin-left: 1px;
}
.product-lead-box + .cv-linkpanel-list {
  margin-top: -16px;
  gap: 0;
}
.comparison-item .cv-linkpanel-list .item {
  width: calc(33.333% + 1px);
  margin-right: 0;
  margin-bottom: 0;
  margin: 0 0 0 -1px;
}
.comparison-item .cv-linkpanel-list .linkpanel {
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comparison-item .cv-linkpanel-list .linkpanel .icn {
  margin-bottom: 0;
  margin-right: 8px;
  width: 32px;
}
.comparison-item .cv-linkpanel-list .linkpanel .icn img {
  width: 100%;
}
.comparison-item .cv-linkpanel-list .linkpanel .txt {
  font-size: 1.4rem;
}
.comparison-col2 {
  display: flex;
  padding: 40px 0;
  margin-right: -20px;
}
.comparison-col2.ai-center {
  align-items: center;
}
.comparison-col2.ai-end {
  align-items: flex-end;
}
.comparison-item:last-of-type .comparison-col2 {
  padding-bottom: 24px;
}
.comparison-col2 > .col {
  width: calc(50% - 20px);
  margin-right: 20px;
}
.comparison-col2 .inr-col2 {
  display: flex;
  align-items: center;
  margin-left: 48px;
  margin-right: 48px;
}
.comparison-col2 .inr-col2 > .col {
  width: 50%;
}
.comparison-col2 + .note-list {
  margin-top: 0;
}
.product-lead-box {
  text-align: center;
  padding-bottom: 40px;
  padding: 0 100px 40px;
}
.product-lead-box .thumb img {
  width: 400px;
}
.product-lead-box .name {
  font-size: 2.4rem;
}
.product-lead-box .cv-linkpanel-list {
  margin-top: 24px;
  flex-wrap: nowrap;
  gap: 0;
}
.product-lead-box .cv-linkpanel-list > .item {
  width: 100%;
}
.product-lead-box .cv-linkpanel-list .linkpanel {
  justify-content: flex-start;
}
.product-lead-box .note-list {
  text-align: left;
}
.product-lead-box .select-wrap {
  margin-top: 16px;
  width: 100%;
}
.select-wrap {
  width: 300px;
  height: 56px;
  margin: 0 auto;
  background-color: var(--white);
  border: 1px solid var(--silver);
  border-radius: 8px;
  position: relative;
}
.select-wrap::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/assets/images/icn_circle_link_arrow.svg) no-repeat center / auto 16px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: calc(50% - 8px);
  transform: rotate(90deg);
  z-index: 3;
}
.select-wrap.disabled {
  border-radius: 0;
  border-color: var(--greyK3);
}
.select-wrap.disabled::after {
  content: none;
}
.select-wrap.disabled select {
  color: var(--greyK60);
  background-color: var(--greyK3);
  opacity: 1;
  border-radius: 0;
  text-align: center;
}
.select-wrap .place-holder {
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 40px 0 16px;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  transition: var(--transition);
  z-index: 2;
}
.select-wrap .place-holder.hide {
  opacity: 0;
}
.select-wrap select {
  appearance: none;
  border: none;
  padding: 0 36px 0 16px;
  border-radius: 8px;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.comparison-ttl .triggle {
  width: 100%;
  text-align: left;
  font-size: 2.4rem;
  font-weight: var(--fwBold);
  padding: 26px 40px 26px 0;
  position: relative;
}
.comparison-ttl.sm-ver .triggle {
  font-size: 2rem;
  padding: 21px 40px 21px 0;
}
.comparison-ttl.sm-ver + .acc-contents > .comparison-col2 {
  padding: 24px 0;
}
.comparison-ttl.sm-ver + .acc-contents > .comparison-col2 + .note-list {
  margin-bottom: 24px;
}
.comparison-body-size {
  margin-top: var(--size24);
  position: relative;
  min-height: 506px;
}
.comparison-body-size .size-info-wrap {
  width: 210px;
  position: absolute;
  top: 0;
}
.comparison-body-size .left-wrap {
  left: 0;
}
.comparison-body-size .right-wrap {
  right: 0;
}
.comparison-body-size .info-ttl {
  margin-bottom: var(--size16);
}
.size-info-wrap .size-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  line-height: 1;
  padding-left: 8px;
  padding-right: 8px;
}
.size-info-wrap .size-info + .size-info {
  margin-top: var(--size16);
}
.size-info-wrap .size-info .size-ttl {
  width: 78px;
  font-size: 1.4rem;
}
.size-info-wrap .size-info .size-data .num {
  font-size: 2.8rem;
}
summary::-webkit-details-marker,
summary::marker {
  content: "";
  display: none;
}
.acc-wrap .acc-contents {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 1s ease, height 1s ease;
}
.acc-wrap .acc-contents.show {
  opacity: 1;
  height: auto;
}
.acc-wrap summary {
  cursor: pointer;
}
.nml-toggle-icn::before,
.nml-toggle-icn::after {
  content: "";
  background-color: var(--black);
  position: absolute;
}
.nml-toggle-icn.color-icn::before,
.nml-toggle-icn.color-icn::after {
  background-color: var(--keyColor);
}
.nml-toggle-icn::before {
  width: 17px;
  height: 1px;
  right: 18px;
  left: auto;
  top: 50%;
}
.nml-toggle-icn::after {
  width: 1px;
  height: 17px;
  right: 26px;
  top: calc(50% - 8px);
  transition: var(--transition);
  border: none;
  transform: translate(0);
}
.cur.nml-toggle-icn::after {
  transform: rotate(90deg);
}
.acc-wrap.nml-acc-wrap + .acc-wrap {
  margin-top: var(--contentMg);
}
.acc-wrap.nml-acc-wrap {
  border-top: 1px solid var(--silver);
  border-bottom: 1px solid var(--silver);
}
.acc-wrap.nml-acc-wrap .triggle {
  font-size: 2.4rem;
  font-weight: var(--fwBold);
  padding: 26px 56px 26px 0;
  width: 100%;
  text-align: left;
  position: relative;
}
.acc-wrap.nml-acc-wrap .acc-contents-inner {
  padding: 10px 0 20px;
}
.faq-acc-wrap + .faq-acc-wrap {
  margin-top: 20px;
}
.faq-acc-wrap .triggle {
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  background-color: var(--greyK5);
  padding: 14px 72px 14px 32px;
  border-radius: 8px;
  border: 1px solid var(--silver);
  font-size: 2.4rem;
  position: relative;
}
.faq-acc-wrap .triggle .txt-q {
  font-size: 5rem;
  color: var(--accentColor);
  margin-right: 24px;
}
.faq-acc-wrap .nml-toggle-icn::before {
  right: 34px;
}
.faq-acc-wrap .nml-toggle-icn::after {
  right: 42px;
}
.faq-acc-wrap .acc-contents-inner {
  padding: 40px 32px;
  border-radius: 8px;
  border: 1px solid var(--silver);
  background-color: var(--greyK5);
  margin-top: 20px;
}
.product-lead-box .btn-wrap {
  margin-top: 16px;
}
.product-lead-box .btn-nml {
  min-height: 48px;
  width: 248px;
  font-size: 1.6rem;
}
.grade-list > li {
  border-bottom: 1px solid var(--silver);
  padding-bottom: 40px;
}
.grade-list > li:last-of-type:not(:first-of-type) {
  border-bottom: none;
  padding-bottom: 0;
}
.grade-list > li + li {
  margin-top: 20px;
}
.grade-box .img {
  text-align: center;
  margin-bottom: 16px;
}
.grade-box .img img {
  width: 400px;
}
.grade-box .name {
  font-size: 2.4rem;
  margin-bottom: 16px;
}
.grade-box .name span {
  font-size: 1.2rem;
  color: var(--greyK60);
  margin-left: 24px;
}
.grade-box .ttl-bar {
  font-size: 1.4rem;
  font-weight: var(--fwBold);
  text-align: center;
  padding: 10px;
  background-color: var(--greyK5);
  margin-bottom: 16px;
}
.grade-box .txt {
  font-size: 1.4rem;
}
.sub-item-list .comparison-col2 {
  align-items: center;
}
.comparison-sub-ttl {
  font-size: 2rem;
  padding: 13px;
  text-align: center;
  background-color: var(--greyK5);
}
.comparison-sub-ttl + .comparison-lower-ttl {
  margin-top: 40px;
}
.comparison-lower-ttl {
  font-size: 2.4rem;
  font-weight: var(--fwBold);
  margin-bottom: 16px;
}
.comparison-lower-txt {
  color: var(--greyK60);
}
.comparison-lower-txt + .comparison-col2 {
  padding-top: 24px;
}
.product-cmn-box {
  text-align: center;
}
.product-cmn-box .data-txt-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 24px;
}
.product-cmn-box .data-txt {
  font-size: 1.4rem;
}
.product-cmn-box .data-txt .number {
  font-size: 2.4rem;
  margin-left: 2px;
  margin-right: 2px;
}
.product-cmn-box .data-note {
  font-size: 1.2rem;
}
.product-cmn-box .answer img {
  display: inline-block;
  vertical-align: middle;
}
.comparison-col2.product-cmn-box {
  align-items: unset;
}
.product-cmn-box .bgc-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-cmn-box .bgc-box .float-note {
  position: absolute;
  right: 4px;
  top: 4px;
}
.product-cmn-box .dl-wrap + .dl-wrap {
  margin-top: var(--size16);
}
.product-cmn-box .dl-wrap {
  display: flex;
  width: 65.671%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  text-align: left;
}
.product-cmn-box .dl-wrap .dt {
  width: 23.63%;
  font-weight: var(--fwBold);
}
.product-cmn-box .dl-wrap .dd {
  flex: 1;
}
.fuel-data-wrap + .fuel-data-wrap {
  margin-top: var(--contentMg);
}
.fuel-data-wrap {
  display: flex;
  align-items: center;
  padding: 0 8.358%;
  column-gap: 8px;
}
.fuel-data-wrap .data-ttl {
  font-weight: var(--fwBold);
  font-size: 1.4rem;
}
.fuel-data-wrap .data-txt {
  margin: 0 auto;
}
.fuel-data-wrap .mode-list {
  display: flex;
  justify-content: space-between;
  column-gap: 4px;
}
.fuel-data-wrap .mode-list > li {
  min-width: 110px;
  text-align: center;
}
.product-iframe-wrap iframe {
  width: 100%;
  height: 570px;
  border: none;
}
.product-photo-col2 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-bottom: -24px;
}
.product-photo-col2 > .col {
  width: calc(50% - 8px);
  margin-right: 8px;
  margin-bottom: 24px;
}
.product-photo-col2 .photo a {
  display: block;
}
.product-photo-col2 .photo img {
  transform: scale(1);
  transition: var(--transition);
}
.enlarge-img {
  overflow: hidden;
}
.enlarge-img img {
  will-change: transform;
}
button.enlarge-triggle {
  text-align: left;
}
button.enlarge-triggle img {
  transition: var(--transition);
}
.enlarge-triggle:focus img {
  outline: 2px solid var(--keyColor) !important;
  outline-offset: -2px !important;
}
.enlarge-img .enlarge-triggle {
  width: 100%;
}
.enlarge-triggle {
  position: relative;
  display: block;
}
.enlarge-triggle::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/assets/images/icn_enlarge.svg) no-repeat 0 0 / contain;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 1;
}
.product-photo-col2 .caption {
  font-size: 1.2rem;
  color: #757b7d;
  margin-top: 8px;
}
.product-photo-col2.product-photo-box .caption {
  font-size: 1.6rem;
  color: var(--greyK60);
  margin-top: 16px;
}
.product-body-size-col3 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-bottom: 24px;
}
.product-body-size-col3 > .col {
  width: calc(33.333% - 16px);
  margin-right: 16px;
}
.product-body-size-box .img {
  text-align: center;
}
.cargo-space-col2 {
  display: flex;
  column-gap: 24px;
}
.cargo-space-col2 > .col {
  flex: 1;
}
.cargo-space-col2 > .col.col-l {
  flex: none;
  width: 58.558%;
}
.cargo-space-list > li + li {
  margin-top: 14px;
}
.cargo-space-list > li {
  padding-left: 22px;
  position: relative;
  line-height: 1.6;
}
.cargo-space-list > li::before {
  content: "";
  width: 14px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.35em;
}
.cargo-space-list > li:nth-of-type(1)::before {
  background-image: url(/assets/images/icn_list_shape_01.svg);
}
.cargo-space-list > li:nth-of-type(2)::before {
  background-image: url(/assets/images/icn_list_shape_02.svg);
}
.cargo-space-list > li:nth-of-type(3)::before {
  background-image: url(/assets/images/icn_list_shape_03.svg);
}
.cargo-space-list > li .fz-sm {
  font-size: 1.2rem;
}
.carlineup-tab-wrap .top-ttl-wrap .right-wrap {
  display: flex;
  align-items: center;
}
.comparison-bnr-wrap {
  width: 902px;
  max-width: 100%;
  margin: 80px auto 0;
}
.comparison-bnr {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.comparison-bnr img {
  transform: scale(1);
  transition: var(--transition);
}
.comparison-bnr-wrap .link-wrap {
  margin-top: 24px;
}
.ranking-upper-wrap {
  background: linear-gradient(0deg, #fff 40%, #dce2e6 40%, #fff);
}
.ranking-upper-wrap .h2ttl,
.ranking-upper-wrap .top-h2ttl {
  margin-bottom: 3px;
  position: relative;
  z-index: 2;
}
.ranking-list {
  display: flex;
  column-gap: 20px;
}
.ranking-list > li {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}
.ranking-box {
  position: relative;
  display: block;
}
.ranking-box .rank-num {
  position: absolute;
  left: 4%;
  bottom: 49%;
  width: auto;
  height: 100px;
  max-width: 100px;
  height: 7.2vw;
  z-index: 1;
}
.ranking-box .rank-num img {
  width: auto;
  height: 100%;
}
.ranking-box .img {
  position: relative;
  z-index: 2;
}
.ranking-box .txt {
  text-align: center;
  font-size: 2.4rem;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.car-detail-itbox .img-box img {
  width: 100%;
}
.car-detail-itbox .h3ttl {
  margin-bottom: var(--size12);
}
.car-detail-itbox .acc-wrap {
  margin-top: var(--size24);
}
.car-detail-itbox .table-nml.price-table thead th {
  background-color: var(--greyK10);
}
.eyesight-feature-box {
  margin-top: var(--size24);
  padding: 24px 40px 48px;
}
.eyesight-feature-box .h2ttl .main {
  display: inline-block;
  margin-right: 8px;
}
.eyesight-feature-box .h2ttl sup {
  font-size: 1.2rem;
}
.eyesight-feature-box .h2ttl .data {
  color: var(--keyColor);
  font-weight: var(--fwMd);
}
.eyesight-feature-box .h2ttl .num {
  font-size: 8rem;
}
.eyesight-feature-box .h2ttl .num .unit {
  font-size: 4rem;
}
.eyesight-feature-box .logo-jahfa {
  text-align: center;
}
.eyesight-feature-box .logo-jahfa img {
  width: 346px;
}
.car-detail-panel-list {
  margin-top: var(--size24);
  width: 70.486vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.car-detail-panel-list .lineup-panel .lineup-name {
  margin-top: var(--size8);
  text-align: center;
  font-size: 2.4rem;
}
.carlineup-detail-mv-wrap {
  padding: 0 40px;
}
.eyesight-logo-02 {
  width: 242px;
}
.eyesight-logo-03 {
  width: 340px;
}
.eyesight-lead-row {
  margin-top: var(--contentMg);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.eyesight-lead-row .left {
  margin-right: 16px;
}
.eyesight-lead-row .center {
  margin-right: 40px;
}
.eyesight-lead-row .data {
  color: var(--keyColor);
  font-size: 7.2rem;
}
.eyesight-lead-row .data .num {
  font-size: 17.4rem;
}
.eyesight-lead-row .data .unit {
  font-weight: var(--fwMd);
}
.eyesight-lead-row .txt-lg {
  font-size: 4.8rem;
}
.eyesight-lead-row .logo-jahfa {
  width: 248px;
}
.cmn-mv-section.cardetail-mv {
  background-image: url(/impreza/images/img_impreza_mv.webp);
  position: relative;
  justify-content: flex-start;
  min-height: 613px;
}
.cmn-mv-section.cardetail-mv .mv-txt-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: var(--size16);
  color: var(--black);
}
.cmn-mv-section.cardetail-mv .btn-wrap {
  padding: var(--size24) 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: baseline;
  column-gap: 24px;
}
.cmn-mv-section.cardetail-mv .btn-wrap .arrow-link {
  font-size: 1.6rem;
  padding-top: 8px;
  padding-bottom: 8px;
}
.feature-h2ttl .num {
  color: var(--keyColor);
  font-size: 6.4rem;
}
.mv-btm-lead {
  padding: var(--size16) 40px;
  background-color: var(--silver);
}
.smart-edition-section {
  background-color: var(--greyK5);
  padding-top: var(--blockMg);
  padding-bottom: var(--blockMg);
}
.smart-edition-section .h2ttl {
  margin-bottom: var(--size16);
}
.ttl-price-box {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.ttl-price-box .ttl-box {
  background-color: var(--keyColor);
  color: var(--white);
  padding: 38px 24px;
  text-align: center;
}
.ttl-price-box .ttl-box .h4ttl {
  margin: 0;
}
.ttl-price-box .txt-box {
  flex: 1;
}
.ttl-price-box .txt-box button {
  text-align: left;
}
.ttl-price-box .txt-box .h2ttl {
  margin: 8px 0;
}
.ttl-price-box.ver-sm {
  gap: 8px;
}
.ttl-price-box.ver-sm + .ttl-price-box {
  margin-top: 4px;
}
.ttl-price-box.ver-sm .ttl-box {
  background-color: var(--silverLight);
  color: var(--black);
  padding: 6px 8px;
}
.ttl-price-box.ver-sm .txt-box .price {
  font-size: 2.4rem;
  font-weight: var(--fwBold);
}
.ttl-price-box.ver-sm .txt-box .price .sub {
  font-size: 1.2rem;
}
.modal-win-main .ttl-price-box {
  align-items: center;
}
.ttl-price-box.ver-sm .txt-box .price.maker-price-txt .sub {
  font-size: 1.6rem;
}
.body-color-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: var(--contentMg);
}
.body-color-list > li {
  width: calc((100% - 40px) / 3);
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 8px;
  background-color: var(--white);
  padding: 22px 32px;
  min-height: 92px;
}
.body-color-list > li .color-box {
  width: 32px;
  height: 32px;
  border-radius: 32px;
}
.body-color-list > li .color-box.color-01 {
  background: linear-gradient(180deg, #fff 0%, #e8ece9 100%);
}
.body-color-list > li .color-box.color-02 {
  background: linear-gradient(180deg, #e2e7ea 0%, #a0abb4 100%);
}
.body-color-list > li .color-box.color-03 {
  background: linear-gradient(180deg, #71706d 0%, #39332e 100%);
}
.body-color-list > li .color-box.color-04 {
  background: linear-gradient(180deg, #3d3939 0%, #302a28 100%);
}
.body-color-list > li .color-box.color-05 {
  background: linear-gradient(180deg, #ff002f 0%, #da0000 100%);
}
.body-color-list > li .color-box.color-06 {
  background: linear-gradient(180deg, #003f81 0%, #002747 100%);
}
.body-color-list > li .color-box.color-07 {
  background: linear-gradient(180deg, #009fd2 0%, #007ab3 100%);
}
.body-color-list .desc-txt {
  font-weight: var(--fwBold);
}
.body-color-list .desc-txt .sub {
  font-size: 1.4rem;
  font-weight: var(--fwNormal);
}
.nml-car-color-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.nml-car-color-list .car-color {
  width: 32px;
  height: 32px;
  border-radius: 32px;
}
.nml-car-color-list .car-color.color-01 {
  background: linear-gradient(180deg, #fff 0%, #e8ece9 100%);
}
.nml-car-color-list .car-color.color-02 {
  background: linear-gradient(180deg, #e2e7ea 0%, #a0abb4 100%);
}
.nml-car-color-list .car-color.color-03 {
  background: linear-gradient(180deg, #71706d 0%, #39332e 100%);
}
.nml-car-color-list .car-color.color-04 {
  background: linear-gradient(180deg, #3d3939 0%, #302a28 100%);
}
.nml-car-color-list .car-color.color-05 {
  background: linear-gradient(180deg, #ff002f 0%, #da0000 100%);
}
.nml-car-color-list .car-color.color-06 {
  background: linear-gradient(180deg, #003f81 0%, #002747 100%);
}
.nml-car-color-list .car-color.color-07 {
  background: linear-gradient(180deg, #009fd2 0%, #007ab3 100%);
}
.sti-sport-section {
  padding: var(--blockMg) 0;
  background-color: var(--black);
  color: var(--white);
}
.sti-sport-section .hr {
  border-color: var(--greyK80);
}
.sti-sport-section .body-color-list > li {
  color: var(--black);
}
.voice-panel {
  position: relative;
  border-radius: 8px;
  overflow: clip;
  border: 1px solid var(--silver);
  background-color: var(--white);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.voice-panel .panel-label {
  position: absolute;
  left: 16px;
  top: 0;
  border-radius: 0 0 8px 8px;
  background-color: var(--accentColor);
  color: var(--white);
  font-weight: var(--fwBold);
  padding: 4px 16px;
}
.voice-panel .panel-btm {
  padding: 24px 24px 72px;
  position: relative;
  flex: 1;
}
.voice-panel .panel-txt {
  font-size: 2rem;
}
.voice-panel .panel-name {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.grade-bd-box {
  border: 1px solid var(--silver);
  border-radius: 16px;
  padding: 24px;
}
.grade-bd-box .box-img {
  margin-bottom: 16px;
}
.grade-bd-box .box-img img {
  width: 100%;
}
.grade-bd-box .btn-wrap.flex {
  gap: 8px;
  margin-top: 16px;
}
.grade-bd-box .btn-nml {
  font-size: 1.6rem;
  min-height: 48px;
}
.grade-nml-box .ttl-price-box,
.grade-bd-box .ttl-price-box {
  margin-top: 4px;
  gap: 8px;
}
.grade-nml-box .ttl-price-box .ttl-box,
.grade-bd-box .ttl-price-box .ttl-box {
  padding: 22px 8px;
  color: var(--black);
  background-color: var(--silverLight);
}
.grade-nml-box .ttl-price-box .txt-box .price,
.grade-bd-box .ttl-price-box .txt-box .price {
  font-size: 2.4rem;
  font-weight: var(--fwBold);
}
.grade-nml-box .ttl-price-box .txt-box .price .sub,
.grade-bd-box .ttl-price-box .txt-box .price .sub {
  font-size: 1.2rem;
  margin-left: 4px;
}
.grade-nml-box {
  position: relative;
}
.grade-nml-box .link-3d {
  text-align: right;
}
.grade-nml-box .link-3d button,
.grade-nml-box .link-3d a {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--keyColor);
  border-radius: 8px;
  padding: 11px 11px 11px 44px;
  background: url(/assets/images/icn_3d.svg) no-repeat 12px center / 24px auto;
  font-size: 1.4rem;
  color: var(--keyColor);
}
.grade-nml-box .ttl-price-box {
  align-items: unset;
  height: 100%;
}
.grade-nml-box .ttl-price-box .ttl-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.grade-nml-box .ttl-price-box .txt-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.grade-nml-box .ttl-price-box .txt-box .price {
  font-size: clamp(1.8rem, 2.361vw, 3.4rem);
  word-break: break-all;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.grade-nml-box .ttl-price-box .txt-box .price .sub {
  font-size: 1.4rem;
}
.grade-nml-box .btn-wrap {
  margin-top: var(--size16);
}
.grade-carousel-wrap .splide {
  padding-bottom: 96px;
}
.grade-sort-result-wrap {
  margin-top: var(--contentMg);
}
.sort-trigger-list {
  display: flex;
  border-radius: 8px;
  overflow: clip;
  border: 1px solid var(--keyColor);
}
.sort-trigger-list > li {
  flex: 1;
}
.sort-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-weight: var(--fwBold);
  color: var(--keyColor);
  padding: 13px;
}
.sort-trigger.cur {
  background-color: var(--keyColor);
  color: var(--white);
}
.maker-price-txt {
  font-weight: var(--fwBold);
}
.maker-price-txt .num {
  font-size: 4rem;
}
.grade-comparison-item:first-of-type .product-lead-box {
  padding-bottom: var(--blockMg);
}
.comparison-item.grade-comparison-item .acc-wrap {
  border-top: 1px solid var(--silver);
  border-bottom: none;
}
.comparison-item.grade-comparison-item .acc-contents {
  border-top: none;
}
.comparison-item + .comparison-item.grade-comparison-item {
  border-top: none;
}
.grade-comparison-item .enlarge-img img {
  width: 100%;
}
.sti-sport-mv {
  margin-top: calc(-40 / 1440 * 100vw) !important;
  background-color: var(--black);
}
.sti-sport-mv .mv-wrap {
  position: relative;
  min-height: 613px;
  line-height: 1;
  overflow: hidden;
}
.sti-sport-mv .mv-wrap .mv-logo {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
}
.sti-sport-mv .mv-wrap .mv {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  width: calc(100% + 2px);
  height: auto;
  max-width: unset;
}
.sti-sport-mv .mv-wrap .mv img {
  width: 100%;
  height: auto;
}
.sti-sport-mv .mv-info-wrap {
  color: var(--white);
  padding: var(--size24) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.sti-sport-mv .mv-info-wrap .left-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.sti-sport-mv .mv-info-wrap .price-txt {
  font-size: 4rem;
  margin-left: 16px;
  margin-right: 4px;
}
.sti-sport-detail-section {
  background-color: var(--greyK90);
  padding: var(--blockMg) 0;
  border-top: 2px solid var(--red02);
  color: var(--white);
}
.sti-sport-ttl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: var(--size40);
}
.sti-sport-ttl-wrap > .ttl {
  font-size: 6.4rem;
  border-bottom: 2px solid var(--red02);
  font-weight: 100;
  font-style: italic;
  line-height: 1.2;
}
.sti-sport-ttl-wrap > .lead {
  text-align: right;
  margin-bottom: 0;
}
.sti-sport-ttl-wrap.rev > .ttl {
  order: 2;
}
.sti-sport-ttl-wrap.rev > .lead {
  order: 1;
}
.sti-sport-ttl-wrap.rev > .lead {
  text-align: left;
}
.black-interior-section {
  background-color: var(--black);
  color: var(--white);
  padding: var(--blockMg) 0;
}
.black-interior-section .note-list {
  color: var(--greyK30);
}
.safety-mv-section {
  background: url(/safety/images/bg_safety_mv.webp) no-repeat center / cover;
  padding: 11.6% 3.9%;
}
.safety-mv-section .mv-txt-box img {
  width: 35.5vw;
}
.safety-bg-section {
  padding: 0 0 var(--size64);
  position: relative;
  background-color: var(--greyK5);
  overflow: clip;
}
.safety-bg-img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.safety-section-content {
  padding-top: var(--size64);
  position: relative;
  z-index: 2;
}
.graph-ttl {
  font-size: 1.8rem;
  font-weight: var(--fwBold);
  margin-bottom: 16px;
}
.safety-inner-wrap {
  max-width: var(--contentCol8);
  margin-left: auto;
  margin-right: auto;
}
.safety-img-01 {
  text-align: center;
  margin-top: var(--size32);
}
.safety-img-01 img {
  width: 100%;
}
.safety-movie-wrap {
  margin-top: var(--size32);
}
.safety-movie-wrap video {
  width: 100%;
}
.local-linkpanel-list {
  margin-top: 80px;
}
.local-linkpanel-list .service-box .txt-wrap {
  margin-top: 16px;
}
.local-linkpanel-list .service-box .txt-wrap .sub {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: calc(20 / 14);
  display: inline-block;
  margin-top: 8px;
}
.local-linkpanel-list .service-box .txt-wrap .arrow-link::after {
  right: 16px;
}
.safety-scene-wrap {
  margin-top: var(--size64);
  position: relative;
}
.page-positioin-nav {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.page-positioin-nav ul {
  width: 100%;
  display: flex;
}
.page-positioin-nav ul > li {
  width: 100%;
  border: 1px solid var(--silver);
  border-right: none;
}
.page-positioin-nav ul > li:first-of-type {
  border-left: none;
}
.page-positioin-nav ul > li a {
  display: block;
  text-align: center;
  padding: 20px;
  background-color: var(--white);
  font-size: 2rem;
}
.page-positioin-nav ul > li.cur {
  border-color: var(--keyColor);
}
.page-positioin-nav ul > li.cur a {
  background-color: var(--keyColor);
  color: var(--white);
}
.safety-scene-sec {
  padding-top: var(--size80);
}
.safety-scene-wrap .safety-scene-sec:first-of-type {
  padding-top: 0;
}
.safety-scene-sec .section-txt {
  margin-bottom: var(--size40);
}
.safety-scene-subttl {
  text-align: center;
  color: var(--greyK60);
  margin-bottom: var(--size32);
}
.h3ttl + .safety-scene-subttl {
  margin-top: calc(4px - var(--size32));
}
.scene-qa-list > li + li {
  margin-top: var(--size24);
}
.scene-qa-box {
  background-color: var(--greyK5);
  border-radius: 8px;
  overflow: clip;
}
.scene-qa-box .scene-qa-q {
  font-size: 2.4rem;
  padding-bottom: var(--size32);
  margin-bottom: var(--size32);
  border-bottom: 1px solid var(--greyK30);
}
.scene-qa-box .scene-qa-a {
  position: relative;
}
.scene-qa-box .scene-qa-a button {
  width: 100%;
  font-size: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 40px;
  text-align: left;
}
.scene-qa-box .scene-qa-a .label {
  font-size: 1.4rem;
  font-weight: var(--fwBold);
  margin-right: 16px;
  color: var(--keyColor);
  white-space: nowrap;
}
.scene-qa-box .scene-qa-a-detail {
  padding: 32px;
}
.scene-qa-box .it-box {
  display: flex;
}
.scene-qa-box .it-box .img {
  width: 25.6%;
  min-width: 348px;
  overflow: hidden;
  position: relative;
}
.scene-qa-box > .it-box .img img {
  border-radius: 8px 0 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-width: unset;
  z-index: 2;
}
.scene-qa-box .it-box .txt {
  flex: 1;
  padding: 32px;
}
.scene-qa-box .scene-qa-a-detail .it-box {
  column-gap: 32px;
}
.scene-qa-box .scene-qa-a-detail .it-box .img {
  width: 36.7%;
}
.scene-qa-box .scene-qa-a-detail .it-box .img img {
  border-radius: 0;
}
.scene-qa-box .scene-qa-a-detail .it-box .txt {
  font-size: 1.8rem;
  padding: 0;
}
.safety-achievement-img-01 {
  margin-top: var(--size40);
}
.achievement-section .btn-wrap {
  margin-top: var(--size32);
}
.page-nav-tab-wrap {
  margin-bottom: var(--contentMg);
}
.page-nav-tab-wrap.tab-wrap .tab-btns-list .tab-btn {
  font-size: 1.6rem;
}
.page-nav-tab-wrap.tab-wrap .tab-btns-list .tab-btn.cur {
  font-weight: var(--fwBold);
}
.page-nav-tab-wrap.tab-wrap .tab-btns-list > li:first-of-type {
  margin-left: 0;
}
.page-nav-tab-wrap.tab-wrap .tab-btns-list .tab-btn {
  padding-top: 12px;
  padding-bottom: 12px;
}
.cmn-mv-section {
  background: url(/accessory/images/bg_accessory_mv.webp) no-repeat center / cover;
  min-height: 480px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: var(--contentMg);
}
.cmn-mv-section.basekit-mv {
  background: url(/accessory/basekit/images/bg_accessory_basekit_mv.webp) no-repeat center / cover;
}
.cmn-mv-section.packages-mv {
  background: url(/accessory/package/images/bg_accessory_packages_mv.webp) no-repeat center / cover;
}
.cmn-mv-section.activity-use-mv {
  background: url(/accessory/activity/images/bg_accessory_activity_use_mv.webp) no-repeat center / cover;
}
.cmn-mv-section.safety-improving-mv {
  background: url(/accessory/safety/images/bg_accessory_asafety_improving_mv.webp) no-repeat center / cover;
}
.cmn-mv-section.welfare-use-mv {
  background: url(/accessory/transcare/images/bg_accessory_welfare_use_mv.webp) no-repeat center / cover;
}
.cmn-mv-section .mv-txt-box {
  font-size: 4rem;
  line-height: 1.4;
  color: var(--white);
}
.accessory-lead-section {
  padding-top: var(--contentMg);
}
.accessory-lead-section .notice-area {
  margin-top: var(--contentMg);
}
.txt-img-wrap {
  display: flex;
  align-items: center;
  column-gap: 48px;
}
.txt-img-wrap.gap-s,
.txt-img-wrap.img-w-s,
.txt-img-wrap.img-w-l {
  column-gap: 40px;
}
.txt-img-wrap > .txt-wrap {
  flex: 1;
}
.txt-img-wrap > .img-wrap {
  width: 49%;
}
.txt-img-wrap > .img-wrap video {
  width: 100%;
}
.txt-img-wrap.img-w-l > .img-wrap {
  width: 60%;
}
.txt-img-wrap.img-w-s > .img-wrap {
  width: 38.541%;
}
.txt-img-wrap > .img-wrap img {
  width: 100%;
}
.txt-img-wrap > .txt-wrap .txt-l {
  margin-bottom: 14px;
}
.txt-img-wrap + .txt-img-wrap {
  margin-top: var(--blockMg);
}
.txt-img-wrap.rev > .txt-wrap {
  order: 2;
}
.txt-img-wrap.rev > .img-wrap {
  order: 1;
}
.txt-img-wrap .sub-color-ttl {
  font-size: 1.8rem;
  color: var(--keyColor);
  display: flex;
  font-weight: var(--fwBold);
  margin-bottom: 12px;
}
.txt-img-wrap .sub-color-ttl .icn {
  margin-left: 16px;
  width: auto;
  height: 22px;
}
.txt-img-wrap .h3ttl {
  margin-bottom: var(--size24);
}
.txt-img-wrap .label-list {
  display: flex;
  column-gap: 32px;
  margin-bottom: var(--size24);
}
.txt-img-wrap .label-list dl {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-size: 1.4rem;
}
.txt-img-wrap .label-list dt {
  padding: 4px 8px;
  border-radius: 4px;
  background-color: var(--greyK5);
  color: var(--greyK80);
  font-weight: var(--fwBold);
}
.txt-img-wrap .btn-wrap {
  margin-top: var(--size24);
}
.txt-img-wrap .btn-wrap .btn-nml {
  margin-left: 0;
}
.txt-img-wrap.ver-col-1 {
  flex-direction: column;
  align-items: flex-start;
}
.txt-img-wrap.ver-col-1 > .img-wrap {
  width: 100%;
  margin-top: var(--size32);
}
.txt-img-wrap.ver-bgc-grey {
  background-color: var(--greyK3);
}
.txt-img-wrap.ver-bgc-grey > .txt-wrap {
  padding-left: 40px;
}
.txt-img-wrap.ver-bgc-grey.rev > .txt-wrap {
  padding-left: 0;
  padding-right: 40px;
}
.accessory-scene-section .cmn-card-list {
  margin-top: var(--contentMg);
}
.accessory-by-car-section .lineup-list {
  margin-top: var(--contentMg);
}
.catalog-panel {
  display: block;
  height: 100%;
  background-color: var(--greyK5);
}
.catalog-panel .txt-box {
  padding: 16px 24px 24px;
}
.catalog-panel .txt-box .logo {
  text-align: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--greyK30);
}
.catalog-panel .txt-box .logo img {
  width: auto;
  height: 49px;
}
.catalog-panel .txt-box .link-wrap {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.catalog-panel .txt-box .link-wrap img {
  width: 32px;
}
.catalog-panel .txt-box .link-wrap .txt {
  padding-right: 32px;
  flex: 1;
  background: url(/assets/images/icn_blank.svg) no-repeat right center / 16px auto;
}
.catalog-panel .txt-box .link-wrap .txt .sub {
  font-size: 1.2rem;
  color: var(--greyK60);
  display: block;
}
.cmn-mv-section.afterparts-mv {
  background: url(/afterparts/images/bg_afterparts_mv.webp) no-repeat center / cover;
}
.afterparts-anchor-wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.afterparts-anchor-wrap .left-wrap {
  width: 60%;
  padding: 0 4.375vw;
}
.afterparts-anchor-wrap .right-wrap {
  flex: 1;
}
.afterparts-anchor-wrap .btn-list {
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 5%;
}
.afterparts-anchor-wrap .btn-list > li {
  flex: 1;
}
.afterparts-anchor-wrap .btn-list a {
  width: 100%;
  height: 100%;
  min-width: unset;
}
.afterparts-anchor-wrap .txt {
  font-size: 2rem;
}
.tire-overview-wrap {
  display: flex;
  column-gap: 40px;
}
.tire-overview-wrap .img-wrap {
  width: 18.584%;
}
.tire-overview-wrap .txt-wrap {
  flex: 1;
}
.tire-overview-wrap .txt-wrap * + .wrap-ttl {
  margin-top: var(--size24);
}
.tire-overview-wrap .txt-wrap .wrap-ttl {
  color: var(--greyK60);
  font-weight: var(--fwBold);
}
.logo-lemansv {
  width: 300px;
}
.tire-feature-box + .h3ttl,
.tire-feature-box + .tire-feature-box {
  margin-top: var(--contentMg);
}
.tire-feature-box .box-txt {
  margin-top: var(--size16);
  font-size: 1.2rem;
  color: var(--greyK60);
}
.tire-feature-box .box-txt + .box-txt,
.tire-feature-box .txt-img {
  margin-top: var(--size16);
}
.tire-feature-box .txt-img img {
  width: 274px;
}
.tire-feature-wrap .h3ttl {
  margin-bottom: var(--size16);
}
.tire-feature-box .box-txt-l {
  font-size: 1.8rem;
  font-weight: var(--fwBold);
  color: var(--greyK60);
}
.modal-win.show,
.modal-overlay.show {
  display: block;
  opacity: 1;
}
.modal-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  transition: var(--transition);
}
.modal-win {
  display: none;
  opacity: 0;
  /* width: 1056px; */
  width: 90%;
  /* max-width: 100%; */
  max-width: 1000px;
  height: 640px;
  max-height: 100%;
  padding: 40px 48px;
  position: fixed;
  z-index: 51;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.modal-win.win-large {
  height: 90%;
  /* height: 100%; */
}
.modal-win.ver-ht-auto {
  height: auto !important;
}
.modal-win.ver-ht-auto .modal-win-inr {
  height: auto !important;
}
.modal-win-body.ver-ht-auto,
.modal-win.ver-ht-auto .modal-win-body {
  height: auto !important;
}
.modal-win-body.ver-ht-auto .modal-inr-mask,
.modal-win.ver-ht-auto .modal-win-body .modal-inr-mask {
  display: none;
}
.modal-win-body.with-fixed-item {
  padding-bottom: 148px;
}
.modal-win-body.with-fixed-item .modal-win-btm {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 3;
}
.modal-win-inr {
  position: relative;
  height: 100%;
}
.modal-close-btn {
  width: 48px;
  height: 48px;
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}
.modal-close-btn button {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-align: center;
}
.modal-loading {
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.modal-loading .loader {
  width: 5em;
  height: 5em;
  border-radius: 50%;
  border: 0.25em solid rgba(255, 255, 255, 0.8);
  border-top-color: var(--keyColor);
  animation: spinner 1.5s linear infinite;
}
.modal-win-body {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  overflow-y: scroll;
  height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.modal-win-body::-webkit-scrollbar {
  display: none;
}
.modal-win-body.with-mask {
  position: relative;
}
.modal-inr-mask {
  width: calc(100% - 96px);
  height: 64px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  position: fixed;
  left: 48px;
  bottom: 40px;
  z-index: 2;
  pointer-events: none;
}
.modal-win.img-modal-win {
  height: auto;
  width: auto;
}
.img-modal-win .modal-win-body {
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.img-modal-win .modal-win-body img {
  height: auto;
  width: auto;
  max-width: 100vw;
}
.modal-win-main {
  padding: 40px 64px;
}
.modal-win-main .h5ttl:not(:first-of-type) {
  margin-top: var(--contentMg);
}
.modal-win-ttl {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 32px;
}
.modal-win-ttl + .btn-wrap {
  margin-top: 0;
}
.modal-win-sub-ttl {
  font-size: 2.4rem;
  margin-top: var(--contentMg);
  margin-bottom: 18px;
}
.btn-wrap + .modal-win-sub-ttl {
  margin-top: 32px;
}
.modal-win.accessory-win {
  width: 960px;
  height: calc(100% - 80px);
  padding: 40px 16px;
}
.modal-win.accessory-win .modal-win-inr {
  padding: 16px;
  background-color: var(--white);
}
.modal-win.accessory-win .modal-win-body {
  display: flex;
  flex-direction: column;
}
.modal-win.accessory-win .modal-win-body .btn-wrap {
  margin-top: auto;
}
.modal-win.accessory-win .modal-win-body .btn-wrap .btn-nml.close {
  border-color: var(--black);
  color: var(--black);
  border-radius: 8px;
  font-size: 1.6rem;
}
.accessory-modal-box.hide {
  display: none;
}
.accessory-modal-box .box-img img {
  width: 100%;
}
.accessory-modal-box .box-ttl {
  font-size: 1.8rem;
  font-weight: var(--fwBold);
  line-height: 1.22;
  margin-top: 16px;
}
.accessory-modal-box .box-ttl span {
  font-size: 1.4rem;
  font-weight: var(--fwNormal);
}
.accessory-modal-box .box-txt {
  font-size: 1.4rem;
  margin: 24px 0;
}
.accessory-modal-box .note-list {
  margin: 24px 0;
}
.accessory-modal-box .note-list > li + li {
  margin-top: 0;
}
.modal-selection-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.modal-selection-list > li {
  flex: 1 1 calc(33.333% - 12px);
  max-width: calc(33.333% - 12px);
}
.nml-radio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.nml-radio-list > li {
  width: calc((100% - 100px) / 6);
}
.nml-radio-list.ver-w-auto > li {
  width: auto;
}
.nml-radio-list > li .radio-wrap {
  height: 100%;
}
.modal-checkbox-list {
  margin-bottom: -16px;
}
.modal-checkbox-list > li {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
}
.nml-checkbox-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.nml-checkbox-list > li .checkbox-wrap {
  height: 100%;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
.checkbox-wrap label,
.radio-wrap label {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 8px 10px 8px 38px;
  border: 1px solid var(--silver);
  border-radius: 8px;
  cursor: pointer;
  transition: var(--transition);
  font-size: 1.4rem;
  position: relative;
}
.checkbox-wrap label::before,
.radio-wrap label::before,
.radio-wrap label::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.radio-wrap label::before {
  width: 20px;
  height: 20px;
  border: 1px solid var(--greyK50);
  left: 10px;
}
.radio-wrap label::after {
  width: 12px;
  height: 12px;
  background-color: var(--logoColor);
  left: 14px;
  opacity: 0;
}
.radio-wrap.disabled label {
  background: var(--k-3, #f7f7f7);
  pointer-events: none;
}
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
  border-color: var(--logoColor);
}
input[type="radio"]:checked + label::after {
  opacity: 1;
}
.checkbox-wrap label::before {
  width: 17px;
  height: 17px;
  border-radius: 0;
  border: 1px solid var(--greyK50);
  left: 10px;
}
input[type="checkbox"]:checked + label::before {
  background: url(/assets/images/icn_checkbox_check.svg) no-repeat center 3px / 11px auto, var(--logoColor);
}
.filter-range-wrap {
  position: relative;
  padding-top: 20px;
}
.range-slider {
  appearance: none;
  width: 100%;
  height: 2px;
  background: transparent;
  position: absolute;
  z-index: 2;
}
.range-slider::-webkit-slider-thumb {
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: var(--white);
  border: 2px solid var(--keyColor);
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 0 16px 0 rgba(0, 33, 95, 0.25);
  transition: var(--transition);
}
.range-slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: var(--white);
  border: 2px solid var(--keyColor);
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 0 16px 0 rgba(0, 33, 95, 0.25);
  transition: var(--transition);
}
.range-slider:hover::-webkit-slider-thumb,
.range-slider:hover::-moz-range-thumb {
  box-shadow: 0 0 16px 0 rgba(0, 33, 95, 0.4);
}
.slider-track {
  width: calc(100% - 24px);
  position: absolute;
  height: 2px;
  top: 20px;
  left: 12px;
  border-radius: 2px;
  background: var(--silver);
  z-index: 1;
}
.range-slider-labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  margin-top: 38px;
}
.range-slider-labels > span {
  position: relative;
  width: 24px;
  min-height: 16px;
  text-align: center;
  white-space: nowrap;
}
.range-slider-labels > span::before {
  content: "";
  width: 2px;
  height: 8px;
  border-radius: 2px;
  background-color: var(--silver);
  position: absolute;
  left: calc(50% - 1px);
  top: -16px;
}
.range-slider-labels > span.active {
  color: var(--keyColor);
  font-weight: var(--fwBold);
}
.range-slider-labels > span.active::before {
  background-color: var(--keyColor);
}
.range-slider-labels .inr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal-car-size-wrap {
  display: flex;
  padding: 24px 80px;
  column-gap: 8.3%;
}
.modal-car-color-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.modal-car-color-list .item {
  padding: 8px;
  position: relative;
}
.modal-car-color-list .item.active::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid var(--keyColor);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.modal-car-color-list .car-color {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  cursor: pointer;
}
.modal-car-color-list .car-color.color-01 {
  background: linear-gradient(180deg, #fff 0%, #e8ece9 100%);
}
.modal-car-color-list .car-color.color-02 {
  background: linear-gradient(180deg, #e2e7ea 0%, #a0abb4 100%);
}
.modal-car-color-list .car-color.color-03 {
  background: linear-gradient(180deg, #71706d 0%, #39332e 100%);
}
.modal-car-color-list .car-color.color-04 {
  background: linear-gradient(180deg, #3d3939 0%, #302a28 100%);
}
.modal-car-color-list .car-color.color-05 {
  background: linear-gradient(180deg, #ff002f 0%, #da0000 100%);
}
.modal-car-color-list .car-color.color-06 {
  background: linear-gradient(180deg, #003f81 0%, #002747 100%);
}
.modal-car-color-list .car-color.color-07 {
  background: linear-gradient(180deg, #009fd2 0%, #007ab3 100%);
}
.modal-select-wrap {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.modal-select-wrap .select-wrap {
  margin: 0;
}
.modal-h6ttl {
  font-size: 2rem;
  margin-bottom: 16px;
}
.modal-h6ttl:not(:first-of-type) {
  margin-top: 24px;
}
.modal-win-btm {
  background-color: var(--silver);
  padding: 24px;
  margin-top: 44px;
}
.modal-win-btm .btm-flex-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-win-btm .btn-wrap {
  margin-top: 0;
  margin-left: 40px;
}
.modal-win-btm .sort-data {
  font-size: 1.8rem;
}
.modal-win-btm .sort-data .num {
  font-size: 3.2rem;
  margin-left: 16px;
  margin-right: 16px;
}
.modal-win-body.with-mask.on-modal {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
}
.modal-win-body.with-mask.on-modal iframe {
  width: 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
}
body.on-modal-open .modal-win.win-large {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  z-index: 100;
}
body.on-modal-open .modal-inr-mask {
  display: none;
}
body.on-modal-open .modal-overlay.on-modal {
  z-index: 51;
}
body.on-modal-open .modal-close-btn {
  z-index: 100;
}
.lp .inner-wrap {
  max-width: var(--contentCol10);
}
.lp-mv-section {
  background: url(/lp/images/img_lp_mv.webp) no-repeat center / cover;
  min-height: 480px;
  padding-top: 60px;
}
.lp-mv-txtbox {
  margin-left: 18vw;
}
.lp-bg-section {
  position: relative;
  overflow: clip;
}
.lp-bg-section .lp-bg-sec-content {
  position: relative;
  z-index: 3;
  margin-top: -100vh;
  padding-bottom: 190px;
}
.lp-bg-img {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.lp-bg-img img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
  height: auto;
  max-width: unset;
}
.lp-img-ttl-wrap {
  display: flex;
  column-gap: 16px;
  margin-bottom: var(--size32);
}
.lp-img-ttl-wrap .img {
  width: 140px;
}
.lp-img-ttl-wrap .ttl {
  margin-bottom: 0;
  margin-top: 0 !important;
}
.lp-txt-img-box {
  margin-top: var(--blockMg);
  display: flex;
  padding-top: 38px;
}
.lp-txt-img-box .txt-box {
  flex: 1;
  margin-right: -40px;
}
.lp-txt-img-box .txt-box .inr-bgc-box {
  background-color: var(--greyK3);
  position: relative;
  padding: 72px 80px 40px 40px;
}
.lp-txt-img-box .label {
  line-height: 1;
  position: absolute;
  left: 0;
  top: -34px;
}
.lp-txt-img-box .h4ttl {
  margin-bottom: 24px;
}
.lp-txt-img-box .btm-txt {
  padding-right: 56px;
}
.lp-txt-img-box .img-box {
  width: 59.3%;
  position: relative;
  z-index: 2;
  padding-top: 50px;
}
.lp-txt-img-box.rev .txt-box {
  order: 2;
  margin-left: -40px;
  margin-right: 0;
}
.lp-txt-img-box.rev .txt-box .inr-bgc-box {
  padding: 72px 40px 40px 80px;
}
.lp-txt-img-box.rev .btm-txt {
  padding-left: 56px;
  padding-right: 0;
}
.lp-txt-img-box.rev .img-box {
  order: 1;
}
.lp-acc-wrap {
  margin-top: var(--blockMg);
}
.lp-acc-ttl button {
  position: relative;
  width: 100%;
  text-align: left;
  display: block;
  padding: 16px 56px 16px 16px;
  border-top: 1px solid var(--silver);
  border-bottom: 1px solid var(--silver);
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: var(--fwBold);
  font-size: 1.6rem;
  transition: var(--transition);
}
.lp-acc-inner {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 16px;
}
.lp-point-txt-box {
  padding: 0 76px;
  position: relative;
}
.lp-point-txt-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--white);
  filter: blur(70px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.lp-point-txt {
  text-align: center;
  margin-top: var(--blockMg);
  line-height: 1;
}
.lp-win.modal-win {
  padding-top: 20px;
  padding-bottom: 20px;
}
.lp-win .modal-close-btn {
  top: -20px;
  right: -20px;
}
.lp-modal-box .lp-box-main {
  padding: var(--contentMg);
}
.lp-modal-box .ttl-col2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--contentMg);
}
.lp-modal-box .ttl-col2 .ttl-col {
  margin-bottom: 0;
}
.lp-modal-box .ttl-col2 .price-col {
  font-weight: var(--fwBold);
}
.lp-modal-box .ttl-col2 .price .num {
  font-size: 4rem;
  font-weight: 500;
  font-family: "Neue Haas Grotesk Display Pro";
}
.lp-modal-box .section {
  margin-top: 56px;
}
.lp-modal-box .cargo-space-col2 {
  column-gap: 12px;
}
.lp-modal-box .cargo-space-col2 > .col:first-of-type {
  width: 60%;
  flex: unset;
}
.lp-modal-box .cargo-space-list > li:nth-of-type(1)::before {
  background-image: url(/assets/images/icn_list_shape_04.svg);
}
.lp-modal-box .cargo-space-list > li:nth-of-type(2)::before {
  background-image: url(/assets/images/icn_list_shape_05.svg);
}
.lp-modal-box .cargo-space-list > li:nth-of-type(3)::before {
  background-image: url(/assets/images/icn_list_shape_06.svg);
}
.cmn-mv-section.dealerservice-mv {
  background: url(/dealerservice/images/bg_dealerservice_mv.webp) no-repeat center / cover;
}
.cmn-mv-section.dealer-repair-mv {
  background: url(/dealerservice/repair/images/bg_dealerservice_repair_mv.webp) no-repeat center / cover;
}
.cmn-mv-section.dealer-reservation-mv {
  background: url(/dealerservice/reservation/images/bg_dealerservice_reservation_mv.webp) no-repeat center / cover;
}
.cmn-mv-section.dealer-serviceplan-mv {
  background: url(/dealerservice/check/images/bg_dealerservice_serviceplan_mv.webp) no-repeat center / cover;
}
.cv-grey-box {
  background-color: var(--greyK5);
  padding: var(--size32) 32px;
  border-radius: 8px;
}
.cv-grey-box .btn-wrap {
  margin-top: 0;
}
.cv-grey-box .btn-wrap + .txt-link-wrap {
  margin-top: var(--size24);
}
.img-checklist-box {
  background-color: var(--greyK5);
  display: flex;
  align-items: center;
  margin-bottom: var(--contentMg);
}
.img-checklist-box > .txt-box {
  padding: 64px var(--size64);
  flex: 1;
}
.img-checklist-box > .txt-box .h5ttl {
  margin-bottom: var(--size24);
}
.img-checklist-box > .img-box {
  width: 59.3%;
}
.img-checklist-box > .img-box.ver-02 {
  width: 49%;
}
.icn-txt-row-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.icn-txt-row-box > .icn-box {
  width: 95px;
  background-color: var(--greyK5);
  padding: 24px;
  text-align: center;
}
.icn-txt-row-box > .icn-box img {
  width: 48px;
}
.icn-txt-row-box > .txt-box {
  flex: 1;
}
.icn-txt-row-box > .txt-box .h5ttl {
  margin-bottom: var(--size8);
}
.icn-txt-row-box > .txt-box .note-list {
  margin-top: var(--size8);
}
.about-eyesight-wrap {
  display: flex;
  column-gap: 72px;
}
.about-eyesight-wrap > .left-wrap {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-eyesight-wrap > .left-wrap::before {
  content: "";
  width: 40px;
  height: 64px;
  background: url(/assets/images/icn_arrow_r.svg) no-repeat center / contain;
  position: absolute;
  right: -56px;
  top: calc(50% - 20px);
}
.about-eyesight-wrap > .left-wrap .it-box {
  position: relative;
}
.about-eyesight-wrap > .left-wrap .it-box + .it-box::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/assets/images/icn_cross.svg) no-repeat center / contain;
  position: absolute;
  right: calc(50% - 12px);
  top: -40px;
}
.about-eyesight-wrap > .right-wrap {
  flex: 1;
}
.about-eyesight-wrap > .right-wrap .tit-box {
  width: 100%;
  height: 100%;
}
.about-eyesight-wrap .it-box {
  background-color: var(--greyK3);
  display: flex;
  align-items: center;
}
.about-eyesight-wrap .it-box .img {
  width: 50%;
}
.about-eyesight-wrap .it-box .txt {
  width: 50%;
  padding: 24px;
  font-size: 2rem;
}
.about-eyesight-wrap .tit-box {
  padding: 32px;
  background-color: var(--greyK3);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-eyesight-wrap .tit-box img {
  width: 312px;
  margin: 0 auto;
}
.border-pop-panel {
  border: 1px solid var(--silver);
  border-radius: 8px;
  padding: 16px 16px 40px;
  display: block;
  background: url(/assets/images/icn_open.svg) no-repeat calc(100% - 16px) calc(100% - 16px) / 16px auto;
  transition: var(--transition);
  height: 100%;
}
.border-pop-panel > .panel-label {
  margin-bottom: 8px;
}
.border-pop-panel > .panel-label > span {
  font-size: 1.4rem;
  font-weight: var(--fwBold);
  color: var(--keyColor);
  border-radius: 4px;
  border: 1px solid var(--keyColor);
  padding: 6px 7px;
}
.border-pop-panel > .panel-ttl {
  margin-bottom: 8px;
}
.border-pop-panel > .panel-ttl .main {
  font-size: 2.4rem;
  display: block;
  margin-top: 4px;
}
.border-pop-panel .info-box {
  display: flex;
  column-gap: 16px;
}
.border-pop-panel .info-box > .info-ttl {
  white-space: nowrap;
}
.border-pop-panel .info-box > .info-txt {
  flex: 1;
}
.cmn-show-more-wrap .item {
  display: none;
}
.cmn-show-more-wrap .item:nth-of-type(-n + 3) {
  display: block;
}
.show-more-than2-wrap .show-item {
  display: none;
}
.show-more-than2-wrap .show-item:nth-of-type(-n + 2) {
  display: block;
}
.inspection-dl-wrap {
  display: flex;
  column-gap: 20px;
}
.inspection-dl-wrap + .inspection-dl-wrap {
  margin-top: 16px;
}
.inspection-dl-wrap > dt {
  width: 8.4%;
  font-weight: var(--fwBold);
}
.inspection-dl-wrap > dd {
  flex: 1;
}
.inspection-dl-wrap > dd .txt-link-wrap,
.inspection-dl-wrap > dd .note-list {
  margin-top: 8px;
}
.inspection-detail-wrap {
  padding: 0 19.47%;
  margin-top: var(--size24);
}
.inspection-detail-wrap.ver-w-lg {
  padding: 0 17%;
}
.inspection-detail-wrap .img img {
  width: 100%;
}
.inspection-detail-wrap .btn-list {
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 2.9%;
}
.inspection-detail-wrap .btn-list > li {
  flex: 1;
}
.inspection-detail-wrap .btn-list button {
  width: 100%;
  height: 100%;
  min-width: unset;
}
.inspection-detail-wrap .txt {
  font-size: 2rem;
}
.inspection-cap-list {
  display: flex;
  column-gap: 16px;
  margin-top: var(--size16);
}
.inspection-cap-list > li {
  font-size: 1.4rem;
  padding-left: 28px;
  position: relative;
}
.inspection-cap-list > li::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid var(--silver);
  position: absolute;
  left: 0;
  top: 0;
}
.inspection-cap-list > li.cate01::before {
  background-color: var(--white);
}
.inspection-cap-list > li.cate02::before {
  background-color: var(--silverLight);
}
.comment-bd-box {
  border-radius: 8px;
  border: 1px solid var(--silver);
  height: 100%;
  padding: 24px 14px;
}
.comment-bd-box .profile-wrap {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 24px;
}
.comment-bd-box .profile-icn {
  width: 80px;
}
.comment-bd-box .profile-txt {
  flex: 1;
  font-size: 1.8rem;
}
.comment-bd-box .profile-txt .sub {
  display: block;
  font-size: 1.6rem;
  margin-top: 8px;
}
.comment-bd-box .acc-wrap .acc-contents {
  height: auto;
  opacity: 1;
}
.table-wrap {
  position: relative;
  overflow-x: clip;
}
.table-nml {
  width: calc(100% + 8px);
  border: none;
  margin: -4px;
}
.table-nml th {
  background-color: var(--greyK10);
}
.table-nml thead th {
  font-size: 1.8rem;
  padding: 16px;
  text-align: center;
}
.table-nml th,
.table-nml td {
  border: 4px solid var(--white);
}
.table-nml tbody th,
.table-nml tbody td {
  padding: 12px;
}
.table-nml tbody td {
  background-color: var(--greyK2);
}
.table-nml tbody td.cell-pd-lg {
  padding: 24px 12px;
}
table .th-txt-lg {
  font-size: 3.8rem;
  font-weight: var(--fwBold);
}
.table-nml.ver-sm thead th {
  font-size: 1.4rem;
  padding: 12px;
  font-weight: 400;
}
.table-nml.ver-sm tbody th,
.table-nml.ver-sm tbody td {
  font-size: 1.4rem;
  font-weight: 400;
}
.va-top {
  vertical-align: top !important;
}
.va-md {
  vertical-align: middle !important;
}
.va-btm {
  vertical-align: bottom !important;
}
.cell-bg-white {
  background-color: var(--white) !important;
}
.cell-bg-k10 {
  background-color: var(--greyK10) !important;
}
.cell-bg-k5 {
  background-color: var(--greyK5) !important;
}
.table-wrap .btn-wrap {
  margin-top: 16px;
}
.cell-link-list {
  margin-top: 16px;
}
.cell-link-list a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.6rem;
  display: inline-block;
}
.table-nml.price-table {
  margin: 0;
  width: 100%;
}
.table-nml.price-table thead th {
  padding: 11px 16px;
  background-color: var(--greyK5);
}
.table-nml.price-table th,
.table-nml.price-table td {
  border: none;
}
.table-nml.price-table td {
  padding: 8px 16px;
}
.table-nml.price-table tbody td {
  background-color: var(--white);
}
.cell-price-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cell-price-wrap .pkg-price {
  font-size: 2rem;
  font-weight: var(--fwBold);
  padding: 7px 0;
}
.nml-faq-wrap .faq-row {
  display: flex;
  align-items: baseline;
  column-gap: 24px;
  font-size: 2.4rem;
  padding: 20px 0;
}
.nml-faq-wrap .faq-row .row-ini {
  width: 37px;
}
.nml-faq-wrap .faq-row .row-txt {
  flex: 1;
}
.nml-faq-wrap .faq-a-row .row-txt {
  color: var(--keyColor);
}
.faq-a-row {
  margin-top: var(--size16);
}
.nml-step-box {
  border-top: 2px solid var(--keyColor);
  padding: var(--size8) 0 var(--size16);
}
.nml-step-box .step-label {
  font-size: 2rem;
  font-weight: var(--fwBold);
  color: var(--keyColor);
  margin-bottom: var(--size8);
}
.nml-step-box .step-icn-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 16px;
}
.nml-step-box .step-icn {
  width: 48px;
  padding: var(--size8) 0;
}
.nml-step-box .step-icn img {
  width: 100%;
}
.nml-step-box .step-label .num {
  margin-left: 8px;
  font-size: 2.4rem;
}
.nml-step-box .step-txt-wrap {
  flex: 1;
}
.nml-step-box .step-ttl {
  font-size: 2.4rem;
  padding: var(--size16) 0;
}
.nml-step-box.ver-simple {
  padding: var(--size16) 0 0;
}
.nml-step-box.ver-simple .step-label {
  margin-bottom: var(--size16);
}
.nml-step-box.ver-simple .step-ttl {
  padding: 0;
}
.nml-pagination-list {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin: var(--contentMg) 0;
}
.pagination-item.first-item.hide,
.pagination-item.last-item.hide,
.pagination-item.next-item.hide,
.pagination-item.prev-item.hide {
  display: none;
}
.pagination-item-link {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: var(--white);
  border: solid 1px var(--silver);
  font-size: 1.8rem;
  transition: var(--transition);
}
.pagination-item-link.is-active {
  background: var(--keyColor);
  color: var(--white);
  pointer-events: none;
}
.step-flow-list {
  margin-bottom: var(--contentMg);
  display: flex;
}
.step-flow-list .step {
  font-size: 2.4rem;
  text-align: center;
  padding: 8px 2px;
  background-color: rgba(221, 226, 230, 0.5);
  color: var(--greyK60);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
}
.step-flow-list .step.current {
  color: var(--black);
  background-color: rgba(221, 226, 230, 1);
  font-weight: var(--fwBold);
}
.step-flow-list .step:first-of-type {
  width: calc(50% + 16px);
  clip-path: polygon(0% 0%, calc(100% - 32px) 0%, 100% 50%, calc(100% - 32px) 100%, 0% 100%);
}
.step-flow-list .step:not(:last-of-type):not(:first-of-type) {
  width: calc(50% + 16px + 14px);
  clip-path: polygon(calc(100% - 32px) 0%, 100% 50%, calc(100% - 32px) 100%, 0% 100%, 32px 50%, 0% 0%);
}
.step-flow-list .step:last-of-type {
  width: calc(50% + 14px);
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 32px 50%, 0% 0%);
}
.step-flow-list .step + .step {
  margin-left: -30px;
}
.step-flow-list.step-3 .step:first-of-type {
  width: calc(33.333% + 16px);
}
.step-flow-list.step-3 .step:not(:last-of-type):not(:first-of-type) {
  width: calc(33.333% + 16px + 14px);
}
.step-flow-list.step-3 .step:last-of-type {
  width: calc(33.333% + 14px);
}
.step-flow-list.step-4 .step:first-of-type {
  width: calc(25% + 16px);
}
.step-flow-list.step-4 .step:not(:last-of-type):not(:first-of-type) {
  width: calc(25% + 16px + 14px);
}
.step-flow-list.step-4 .step:last-of-type {
  width: calc(25% + 14px);
}
.step-flow-list.step-5 .step:first-of-type {
  width: calc(20% + 16px);
}
.step-flow-list.step-5 .step:not(:last-of-type):not(:first-of-type) {
  width: calc(20% + 16px + 14px);
}
.step-flow-list.step-5 .step:last-of-type {
  width: calc(20% + 14px);
}
.step-flow-wrap .wrap-label {
  font-size: 2.6rem;
  color: var(--keyColor);
  position: relative;
}
.step-flow-wrap .wrap-label::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--keyColor);
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  z-index: -1;
}
.step-flow-wrap .wrap-label > span {
  padding-right: 16px;
  display: inline-block;
  background-color: var(--white);
}
.step-flow-wrap .h2ttl {
  margin-top: var(--size12);
  margin-bottom: var(--contentMg);
}
.step-flow-wrap .lead-panel-wrap {
  margin-bottom: var(--contentMg);
}
.step-flow-wrap .lead-panel-wrap .card-n-linkpanel .img-box {
  width: 59.3%;
}
.step-flow-wrap .lead-panel-wrap .card-n-linkpanel .txt-box {
  flex: 1;
}
.step-flow-wrap .nml-panel-wrap .panel-list {
  row-gap: 24px;
}
.step-flow-wrap .nml-panel-wrap .card-n-linkpanel.ver-row {
  column-gap: 16px;
  align-items: flex-start;
}
.step-flow-wrap .nml-panel-wrap .card-n-linkpanel .img-box {
  width: 37.84%;
}
.step-flow-wrap .nml-panel-wrap .card-n-linkpanel .txt-box {
  flex: 1;
}
.form-txt-label {
  display: block;
  font-weight: var(--fwBold);
  color: var(--greyK60);
}
textarea,
.form-txt-box {
  margin-top: var(--size16);
}
.form-txt-box input {
  appearance: none;
  background: var(--white);
  border: 1px solid var(--silver);
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  height: 56px;
  outline-color: var(--keyColor);
}
textarea:focus,
.form-txt-box input:focus {
  caret-color: var(--keyColor);
  outline-offset: 2px;
}
textarea::placeholder,
.form-txt-box input::placeholder {
  color: var(--greyK60);
}
textarea.error,
.form-txt-box input.error {
  border-color: var(--redStrong);
}
textarea.error:focus,
.form-txt-box input.error:focus {
  border-color: var(--keyColor);
}
textarea {
  border: 1px solid var(--silver);
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  height: 152px;
  outline-color: var(--keyColor);
}
.local-nav-wrap {
  background-color: var(--greyK2);
  padding: var(--blockMg) 40px;
}
.map-sort-box {
  background-color: var(--greyK3);
  padding: var(--size40) 40px;
}
.map-sort-box .inr-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 100%;
}
@media screen and (max-width: 1262px) {
  .map-sort-box .inr-row {
    flex-direction: column;
  }
}
.map-sort-box .map-sort-select-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  gap: 16px;
}
@media screen and (max-width: 920px) {
  .map-sort-box .map-sort-select-wrap {
    flex-direction: column;
  }
}
.map-sort-box .row-item {
  display: flex;
  align-items: center;
}
.map-sort-box .select-wrap {
  margin: 0;
  margin-right: 8px;
}
.map-sort-box .btn-wrap {
  margin-top: 0;
  min-width: 326px;
}
.map-sort-result-box {
  background-color: var(--greyK3);
}
.map-sort-result-box div[data-map-value]:not(.selected) {
  display: none;
}
.history-container {
  position: relative;
}
.history-content-list > .item {
  padding: 0 16px;
}
.history-content-list > .item + .item {
  margin-top: var(--size8);
}
.history-year-ttl {
  font-size: 2rem;
  font-weight: var(--fwBold);
  color: var(--keyColor);
  margin-bottom: var(--size8);
}
.history-detail {
  width: calc(100% - 32px);
  margin: 0 auto;
  padding: var(--size24) 0 var(--size24) 22px;
  border-left: 2px solid var(--keyColor);
}
.history-detail .history-ballon {
  background-color: var(--greyK5);
  padding: var(--size24) 24px;
  position: relative;
}
.history-detail .history-ballon::before {
  content: "";
  width: 14px;
  height: 16px;
  background: url(/assets/images/icn_arrow_ballon.svg) no-repeat 0 0 / contain;
  position: absolute;
  left: -14px;
  top: calc(50% - 8px);
}
.history-detail-ttl {
  font-size: 2.4rem;
  font-weight: var(--fwBold);
  margin-bottom: var(--size24);
}
.history-detail-ttl .year {
  font-size: 1.8rem;
}
.history-col2 {
  display: flex;
  column-gap: 24px;
}
.history-col2 > .img-col {
  width: 51%;
}
.history-col2 > .txt-col {
  flex: 1;
}
.history-col2 .col-ttl {
  font-weight: var(--fwBold);
  margin-bottom: var(--size12);
}
.video-container + .video-container {
  margin-top: var(--contentMg);
}
.video-container video {
  width: 100%;
}
.video-container video.aspect16-9 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.video-container .video-caption {
  text-align: center;
  margin-top: var(--size16);
}
.video-iframe {
  position: relative;
  padding-top: 56.25%;
}
.video-iframe iframe {
  border: none !important;
}
.compare-img-container {
  position: relative;
}
.compare-img-container .compare-caption {
  border-radius: 8px;
  padding: 8px 16px;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: var(--fwBold);
  position: absolute;
  bottom: 16px;
}
.compare-img-container .compare-caption.before {
  left: 16px;
  background-color: rgba(0, 0, 0, 0.42);
}
.compare-img-container .compare-caption.after {
  right: 16px;
  background-color: var(--accentColor);
}
.compare-img-wrap {
  width: 100%;
  aspect-ratio: 1130 / 636;
}
.compare-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  display: block;
}
.compare-img-container .twentytwenty-handle {
  width: 32px;
  height: 80px;
  border-radius: 8px;
  box-shadow: none;
  background-color: var(--accentColor) !important;
  border-color: var(--accentColor) !important;
}
.compare-img-container .twentytwenty-horizontal .twentytwenty-handle:before,
.compare-img-container .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 2px;
  margin-left: -1px;
}
.compare-img-container .twentytwenty-horizontal .twentytwenty-handle:before,
.compare-img-container .twentytwenty-horizontal .twentytwenty-handle:after,
.compare-img-container .twentytwenty-vertical .twentytwenty-handle:before,
.compare-img-container .twentytwenty-vertical .twentytwenty-handle:after {
  background-color: var(--accentColor) !important;
}
.compare-img-containe .img-caption {
  margin-top: var(--size16);
}
.js-grade-wrap {
  display: none;
}
.js-grade-wrap.show {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
  .menu-btn:hover,
  .search-btn:hover {
    background-color: var(--greyK5);
  }
  .header-gnav-list > li a:hover {
    color: var(--keyColor);
    border-bottom-color: var(--keyColor);
  }
  .footer .copyright a:hover {
    color: var(--greyK60);
  }
  .anchor-banner:hover,
  .grey-linkpanel:hover,
  .lp-acc-ttl button:hover,
  .cta-purchase-support-list .link-box:hover,
  .img-hover:hover,
  .btn-page-top:hover,
  .sns-list > li a:hover {
    opacity: 0.7;
  }
  .underline-hover:hover,
  .anchor-link:hover,
  .breadcrumb-list > li a:hover,
  .back-link:hover,
  .footer-info-list > li a:hover,
  .footer-nav-list > li a:hover,
  .arrow-link:hover,
  .nml-link-list a:hover,
  .notice-area .notice-txt a:hover,
  .menu-gnav-list a:hover {
    text-decoration: underline;
    color: var(--keyColor);
    text-decoration-color: var(--keyColor);
  }
  .anchor-link.ver-bd:hover {
    text-decoration: none;
    border-color: var(--keyColor);
    color: var(--black);
  }
  .anchor-link.ver-bdb:hover {
    text-decoration: none;
    color: var(--keyColor);
  }
  .arrow-link.ver-white:hover {
    color: var(--white);
    text-decoration-color: var(--white);
  }
  .border-pop-panel:hover,
  .icn-bd-btn:hover,
  .arrow-link:hover::after,
  .menu-gnav-list a:not([target="_blank"]):hover::after {
    border-color: var(--keyColor);
  }
  .menu-gnav-list a:not([target="_blank"]):hover::after {
    background-image: url(/assets/images/icn_arrow_hover.svg);
  }
  a.service-box:hover .txt-wrap .arrow-link,
  .card-n-linkpanel.not-link:hover .txt-box .arrow-link,
  a.card-n-linkpanel:hover .txt-box .arrow-link {
    text-decoration: none;
    color: var(--black);
  }
  a.service-box:hover .txt-wrap .arrow-link::after,
  a.card-n-linkpanel:hover .txt-box .arrow-link::after {
    border-color: var(--black);
  }
  .tab-wrap .tab-btns-list .tab-btn:hover {
    border-bottom-color: var(--keyColor);
    color: var(--keyColor);
  }
  .tab-wrap.cmn-tab-wrap > .tab-btns-list .tab-btn:hover {
    border-bottom-color: var(--keyColor);
    color: var(--keyColor);
  }
  .comparison-tab-wrap.tab-wrap .tab-btns-list .tab-btn:hover {
    border-bottom-color: var(--blue01);
    color: var(--blue01);
  }
  .tab-wrap .tab-btns-list.radio-style .tab-btn:hover {
    color: var(--logoColor);
  }
  .slider-control-btn:hover {
    background-color: rgba(255, 255, 255, 1);
  }
  .slider-control-btn.pause:hover {
    background-image: url(/assets/images/icn_pause_hover.svg);
  }
  .slider-control-btn.play:hover {
    background-image: url(/assets/images/icn_play_hover.svg);
  }
  a.lineup-panel:hover .lineup-thumb img,
  .lineup-linkpanel:hover .lineup-thumb img {
    transform: scale(1.12);
  }
  .btn-nml:hover {
    background-color: var(--keyColor);
    color: var(--white);
  }
  .btn-nml[target="_blank"]:not(.icn-none):hover:after {
    background: url(/assets/images/icn_blank_white.svg) no-repeat center center / contain;
  }
  .btn-nml.rev:hover {
    background-color: var(--white);
    color: var(--keyColor);
  }
  .btn-nml.rev.cv-btn:hover {
    color: var(--white);
    opacity: 0.7;
  }
  .btn-nml.rev[target="_blank"]:not(.icn-none):hover:after {
    background: url(/assets/images/icn_blank.svg) no-repeat center center / contain;
  }
  .btn-nml.change:hover span::before {
    background-image: url(/assets/images/icn_change_color.svg);
  }
  .btn-nml.change.white:hover span::before {
    background-image: url(/assets/images/icn_change.svg);
  }
  .btn-nml.white-blank:hover {
    background-color: var(--white);
    color: var(--black);
  }
  .btn-nml.white-blank[target="_blank"]:not(.icn-none):hover:after {
    background: url(/assets/images/icn_blank.svg) no-repeat center center / contain;
  }
  .btn-nml.white-solid:hover {
    border-color: var(--keyColor);
  }
  .pagination-item-link:not(.is-active):hover svg path,
  .btn-nml.has-icn:hover svg path,
  .btn-nml.has-icn:hover .icn rect {
    stroke: var(--white) !important;
  }
  .btn-nml.has-icn.white-blank:hover .icn rect {
    stroke: var(--black) !important;
  }
  .btn-nml.has-icn.rev:hover .icn rect {
    stroke: var(--keyColor) !important;
  }
  .btn-nml.open:hover {
    background: url(/assets/images/icn_btn_open_plus_white.svg) no-repeat calc(100% - 10px) center / 24px auto, var(--keyColor);
    border-color: var(--keyColor);
  }
  .pagination-item-link:not(.is-active):hover {
    background: var(--keyColor);
    color: var(--white);
  }
  .pagination-item-link:not(.is-active):hover svg circle {
    fill: var(--white) !important;
  }
  .nml-sort-btn:hover {
    background-color: var(--silver);
  }
  .link-3d button:hover,
  .link-3d a:hover {
    background-color: var(--keyColor);
    color: var(--white);
    background-image: url(/assets/images/icn_3d_white.svg);
  }
  .circle-arrow-link:hover {
    color: var(--keyColor);
  }
  .circle-arrow-link:hover::before {
    border-color: var(--keyColor);
  }
  .circle-arrow-link:hover::after {
    animation: arrowMove 0.3s ease;
    animation-iteration-count: 1;
  }
  @keyframes arrowMove {
    0% {
      opacity: 1;
      background-position: center center;
    }
    40% {
      opacity: 0;
    }
    50% {
      opacity: 1;
      background-position: calc(50% - 5px) center;
    }
    100% {
      background-position: center center;
    }
  }
  a.card-s-linkpanel:hover {
    color: var(--keyColor);
  }
  a.card-s-linkpanel:hover .img-box,
  .linkpanel:hover {
    border-color: var(--keyColor);
  }
  a.cmn-img-act:hover .img-box img,
  .comparison-bnr:hover img,
  button.enlarge-triggle:hover img,
  a.enlarge-triggle:hover img,
  a.card-n-linkpanel:hover .img-box img,
  a.service-box:hover .img-wrap img,
  .topic-banner-list .item a:hover img,
  .banner-list .item a:hover img {
    transform: scale(1.05);
  }
  .news-link.arrow-link:hover {
    text-decoration-color: transparent;
  }
  .news-list > li a:hover::before {
    width: 100%;
  }
  .comparison-item .cv-linkpanel-list .linkpanel:hover {
    position: relative;
    z-index: 1;
  }
  .page-positioin-nav ul > li:hover {
    border-color: var(--keyColor);
  }
  .page-positioin-nav ul > li a:hover {
    background-color: var(--keyColor);
    color: var(--white);
  }
  .checkbox-wrap label:hover,
  .radio-wrap label:hover {
    border-color: var(--keyColor);
  }
  .modal-win.accessory-win .modal-win-body .btn-wrap .btn-nml.close:hover {
    background-color: var(--black);
    color: var(--white);
  }
  .header-gnav-list {
    padding-right: 12px;
  }
  .header-gnav-list > li:nth-of-type(3) {
    width: 212px;
    text-align: center;
  }
  .lead-bg-box.bg-store > .img-box {
    order: 2;
    width: 74.56%;
  }
  .lead-bg-box.bg-store > .txt-box {
    order: 1;
    margin-left: 0;
    margin-right: -330px;
    padding-left: 40px;
  }
  .about-eyesight-wrap.ver-pc-col {
    flex-direction: column;
    row-gap: 72px;
  }
  .about-eyesight-wrap.ver-pc-col > .left-wrap {
    flex-direction: row;
    column-gap: 56px;
  }
  .about-eyesight-wrap.ver-pc-col > .left-wrap::before {
    right: calc(50% - 20px);
    top: calc(100% + 7px);
    transform: rotate(90deg);
  }
  .about-eyesight-wrap.ver-pc-col > .left-wrap .it-box {
    flex: 1;
  }
  .about-eyesight-wrap.ver-pc-col > .left-wrap .it-box + .it-box::before {
    right: calc(100% + 16px);
    top: calc(50% - 10px);
  }
  .tab-wrap.pc-flex .tab-btns-list {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .lp .inner-wrap,
  .inner-xs-wrap2,
  .inner-xs-wrap,
  .inner-s-wrap,
  .inner-wrap {
    max-width: 100%;
    width: calc(100% - 32px);
  }
  .inner-s-wrap .inner-xs-wrap,
  .inner-s-wrap .inner-xs-wrap2,
  .inner-s-wrap .inner-s-wrap,
  .inner-wrap .inner-s-wrap,
  .inner-wrap .inner-xs-wrap2,
  .inner-wrap .inner-xs-wrap {
    width: 100%;
  }
  .sp-inner-w100p {
    margin-left: -16px !important;
    margin-right: -16px !important;
    width: calc(100% + 32px) !important;
  }
  .pc-only {
    display: none !important;
  }
  .sp-txt-b {
    font-weight: var(--fwBold) !important;
  }
  .sp-txt-N {
    font-weight: var(--fwNormal) !important;
  }
  .sp-layout-c {
    text-align: center !important;
  }
  .sp-layout-l {
    text-align: left !important;
  }
  .sp-layout-r {
    text-align: right !important;
  }
  .sp-ov {
    overflow: hidden !important;
  }
  .sp-fl {
    float: left !important;
  }
  .sp-fr {
    float: right !important;
  }
  .sp-gap-xs {
    gap: 8px !important;
  }
  .sp-gap-xxs {
    gap: 4px !important;
  }
  .sp-mt0 {
    margin-top: 0px !important;
  }
  .sp-mt5 {
    margin-top: 5px !important;
  }
  .sp-mt8 {
    margin-top: 8px !important;
  }
  .sp-mt10 {
    margin-top: 10px !important;
  }
  .sp-mt15 {
    margin-top: 15px !important;
  }
  .sp-mt16 {
    margin-top: 16px !important;
  }
  .sp-mt20 {
    margin-top: 20px !important;
  }
  .sp-mt24 {
    margin-top: 24px !important;
  }
  .sp-mt25 {
    margin-top: 25px !important;
  }
  .sp-mt30 {
    margin-top: 30px !important;
  }
  .sp-mt32 {
    margin-top: 32px !important;
  }
  .sp-mt35 {
    margin-top: 35px !important;
  }
  .sp-mt40 {
    margin-top: 40px !important;
  }
  .sp-mt48 {
    margin-top: 48px !important;
  }
  .sp-mt50 {
    margin-top: 50px !important;
  }
  .sp-mt56 {
    margin-top: 56px !important;
  }
  .sp-mt60 {
    margin-top: 60px !important;
  }
  .sp-mt64 {
    margin-top: 64px !important;
  }
  .sp-mt70 {
    margin-top: 70px !important;
  }
  .sp-mt80 {
    margin-top: 80px !important;
  }
  .sp-mt90 {
    margin-top: 90px !important;
  }
  .sp-mt100 {
    margin-top: 100px !important;
  }
  .sp-ml0 {
    margin-left: 0px !important;
  }
  .sp-ml5 {
    margin-left: 5px !important;
  }
  .sp-ml8 {
    margin-left: 8px !important;
  }
  .sp-ml10 {
    margin-left: 10px !important;
  }
  .sp-ml15 {
    margin-left: 15px !important;
  }
  .sp-ml16 {
    margin-left: 16px !important;
  }
  .sp-ml20 {
    margin-left: 20px !important;
  }
  .sp-ml24 {
    margin-left: 24px !important;
  }
  .sp-ml25 {
    margin-left: 25px !important;
  }
  .sp-ml30 {
    margin-left: 30px !important;
  }
  .sp-ml32 {
    margin-left: 32px !important;
  }
  .sp-ml35 {
    margin-left: 35px !important;
  }
  .sp-ml40 {
    margin-left: 40px !important;
  }
  .sp-ml48 {
    margin-left: 48px !important;
  }
  .sp-ml50 {
    margin-left: 50px !important;
  }
  .sp-ml56 {
    margin-left: 56px !important;
  }
  .sp-ml60 {
    margin-left: 60px !important;
  }
  .sp-ml64 {
    margin-left: 64px !important;
  }
  .sp-ml70 {
    margin-left: 70px !important;
  }
  .sp-ml80 {
    margin-left: 80px !important;
  }
  .sp-ml90 {
    margin-left: 90px !important;
  }
  .sp-ml100 {
    margin-left: 100px !important;
  }
  .sp-mr0 {
    margin-right: 0px !important;
  }
  .sp-mr5 {
    margin-right: 5px !important;
  }
  .sp-mr8 {
    margin-right: 8px !important;
  }
  .sp-mr10 {
    margin-right: 10px !important;
  }
  .sp-mr15 {
    margin-right: 15px !important;
  }
  .sp-mr16 {
    margin-right: 16px !important;
  }
  .sp-mr20 {
    margin-right: 20px !important;
  }
  .sp-mr24 {
    margin-right: 24px !important;
  }
  .sp-mr25 {
    margin-right: 25px !important;
  }
  .sp-mr30 {
    margin-right: 30px !important;
  }
  .sp-mr32 {
    margin-right: 32px !important;
  }
  .sp-mr35 {
    margin-right: 35px !important;
  }
  .sp-mr40 {
    margin-right: 40px !important;
  }
  .sp-mr48 {
    margin-right: 48px !important;
  }
  .sp-mr50 {
    margin-right: 50px !important;
  }
  .sp-mr56 {
    margin-right: 56px !important;
  }
  .sp-mr60 {
    margin-right: 60px !important;
  }
  .sp-mr64 {
    margin-right: 64px !important;
  }
  .sp-mr70 {
    margin-right: 70px !important;
  }
  .sp-mr80 {
    margin-right: 80px !important;
  }
  .sp-mr90 {
    margin-right: 90px !important;
  }
  .sp-mr100 {
    margin-right: 100px !important;
  }
  .sp-mb0 {
    margin-bottom: 0px !important;
  }
  .sp-mb5 {
    margin-bottom: 5px !important;
  }
  .sp-mb8 {
    margin-bottom: 8px !important;
  }
  .sp-mb10 {
    margin-bottom: 10px !important;
  }
  .sp-mb15 {
    margin-bottom: 15px !important;
  }
  .sp-mb16 {
    margin-bottom: 16px !important;
  }
  .sp-mb20 {
    margin-bottom: 20px !important;
  }
  .sp-mb24 {
    margin-bottom: 24px !important;
  }
  .sp-mb25 {
    margin-bottom: 25px !important;
  }
  .sp-mb30 {
    margin-bottom: 30px !important;
  }
  .sp-mb32 {
    margin-bottom: 32px !important;
  }
  .sp-mb35 {
    margin-bottom: 35px !important;
  }
  .sp-mb40 {
    margin-bottom: 40px !important;
  }
  .sp-mb48 {
    margin-bottom: 48px !important;
  }
  .sp-mb50 {
    margin-bottom: 50px !important;
  }
  .sp-mb56 {
    margin-bottom: 56px !important;
  }
  .sp-mb60 {
    margin-bottom: 60px !important;
  }
  .sp-mb64 {
    margin-bottom: 64px !important;
  }
  .sp-mb70 {
    margin-bottom: 70px !important;
  }
  .sp-mb80 {
    margin-bottom: 80px !important;
  }
  .sp-mb90 {
    margin-bottom: 90px !important;
  }
  .sp-mb100 {
    margin-bottom: 100px !important;
  }
  .sp-pt0 {
    padding-top: 0px !important;
  }
  .sp-pt5 {
    padding-top: 5px !important;
  }
  .sp-pt8 {
    padding-top: 8px !important;
  }
  .sp-pt10 {
    padding-top: 10px !important;
  }
  .sp-pt15 {
    padding-top: 15px !important;
  }
  .sp-pt16 {
    padding-top: 16px !important;
  }
  .sp-pt20 {
    padding-top: 20px !important;
  }
  .sp-pt24 {
    padding-top: 24px !important;
  }
  .sp-pt25 {
    padding-top: 25px !important;
  }
  .sp-pt30 {
    padding-top: 30px !important;
  }
  .sp-pt32 {
    padding-top: 32px !important;
  }
  .sp-pt35 {
    padding-top: 35px !important;
  }
  .sp-pt40 {
    padding-top: 40px !important;
  }
  .sp-pt48 {
    padding-top: 48px !important;
  }
  .sp-pt50 {
    padding-top: 50px !important;
  }
  .sp-pt56 {
    padding-top: 56px !important;
  }
  .sp-pt60 {
    padding-top: 60px !important;
  }
  .sp-pt64 {
    padding-top: 64px !important;
  }
  .sp-pt70 {
    padding-top: 70px !important;
  }
  .sp-pt80 {
    padding-top: 80px !important;
  }
  .sp-pt90 {
    padding-top: 90px !important;
  }
  .sp-pt100 {
    padding-top: 100px !important;
  }
  .sp-pl0 {
    padding-left: 0px !important;
  }
  .sp-pl5 {
    padding-left: 5px !important;
  }
  .sp-pl8 {
    padding-left: 8px !important;
  }
  .sp-pl10 {
    padding-left: 10px !important;
  }
  .sp-pl15 {
    padding-left: 15px !important;
  }
  .sp-pl16 {
    padding-left: 16px !important;
  }
  .sp-pl20 {
    padding-left: 20px !important;
  }
  .sp-pl24 {
    padding-left: 24px !important;
  }
  .sp-pl25 {
    padding-left: 25px !important;
  }
  .sp-pl30 {
    padding-left: 30px !important;
  }
  .sp-pl32 {
    padding-left: 32px !important;
  }
  .sp-pl35 {
    padding-left: 35px !important;
  }
  .sp-pl40 {
    padding-left: 40px !important;
  }
  .sp-pl48 {
    padding-left: 48px !important;
  }
  .sp-pl50 {
    padding-left: 50px !important;
  }
  .sp-pl56 {
    padding-left: 56px !important;
  }
  .sp-pl60 {
    padding-left: 60px !important;
  }
  .sp-pl64 {
    padding-left: 64px !important;
  }
  .sp-pl70 {
    padding-left: 70px !important;
  }
  .sp-pl80 {
    padding-left: 80px !important;
  }
  .sp-pl90 {
    padding-left: 90px !important;
  }
  .sp-pl100 {
    padding-left: 100px !important;
  }
  .sp-pr0 {
    padding-right: 0px !important;
  }
  .sp-pr5 {
    padding-right: 5px !important;
  }
  .sp-pr8 {
    padding-right: 8px !important;
  }
  .sp-pr10 {
    padding-right: 10px !important;
  }
  .sp-pr15 {
    padding-right: 15px !important;
  }
  .sp-pr16 {
    padding-right: 16px !important;
  }
  .sp-pr20 {
    padding-right: 20px !important;
  }
  .sp-pr24 {
    padding-right: 24px !important;
  }
  .sp-pr25 {
    padding-right: 25px !important;
  }
  .sp-pr30 {
    padding-right: 30px !important;
  }
  .sp-pr32 {
    padding-right: 32px !important;
  }
  .sp-pr35 {
    padding-right: 35px !important;
  }
  .sp-pr40 {
    padding-right: 40px !important;
  }
  .sp-pr48 {
    padding-right: 48px !important;
  }
  .sp-pr50 {
    padding-right: 50px !important;
  }
  .sp-pr56 {
    padding-right: 56px !important;
  }
  .sp-pr60 {
    padding-right: 60px !important;
  }
  .sp-pr64 {
    padding-right: 64px !important;
  }
  .sp-pr70 {
    padding-right: 70px !important;
  }
  .sp-pr80 {
    padding-right: 80px !important;
  }
  .sp-pr90 {
    padding-right: 90px !important;
  }
  .sp-pr100 {
    padding-right: 100px !important;
  }
  .sp-pb0 {
    padding-bottom: 0px !important;
  }
  .sp-pb5 {
    padding-bottom: 5px !important;
  }
  .sp-pb8 {
    padding-bottom: 8px !important;
  }
  .sp-pb10 {
    padding-bottom: 10px !important;
  }
  .sp-pb15 {
    padding-bottom: 15px !important;
  }
  .sp-pb16 {
    padding-bottom: 16px !important;
  }
  .sp-pb20 {
    padding-bottom: 20px !important;
  }
  .sp-pb24 {
    padding-bottom: 24px !important;
  }
  .sp-pb25 {
    padding-bottom: 25px !important;
  }
  .sp-pb30 {
    padding-bottom: 30px !important;
  }
  .sp-pb32 {
    padding-bottom: 32px !important;
  }
  .sp-pb35 {
    padding-bottom: 35px !important;
  }
  .sp-pb40 {
    padding-bottom: 40px !important;
  }
  .sp-pb48 {
    padding-bottom: 48px !important;
  }
  .sp-pb50 {
    padding-bottom: 50px !important;
  }
  .sp-pb56 {
    padding-bottom: 56px !important;
  }
  .sp-pb60 {
    padding-bottom: 60px !important;
  }
  .sp-pb64 {
    padding-bottom: 64px !important;
  }
  .sp-pb70 {
    padding-bottom: 70px !important;
  }
  .sp-pb80 {
    padding-bottom: 80px !important;
  }
  .sp-pb90 {
    padding-bottom: 90px !important;
  }
  .sp-pb100 {
    padding-bottom: 100px !important;
  }
  .sp-w5p {
    width: 5% !important;
  }
  .sp-w8p {
    width: 8% !important;
  }
  .sp-w7p {
    width: 7% !important;
  }
  .sp-w10p {
    width: 10% !important;
  }
  .sp-w11p {
    width: 11% !important;
  }
  .sp-w12p {
    width: 12% !important;
  }
  .sp-w14p {
    width: 14% !important;
  }
  .sp-w15p {
    width: 15% !important;
  }
  .sp-w16p {
    width: 16% !important;
  }
  .sp-w18p {
    width: 18% !important;
  }
  .sp-w20p {
    width: 20% !important;
  }
  .sp-w24p {
    width: 24% !important;
  }
  .sp-w25p {
    width: 25% !important;
  }
  .sp-w28p {
    width: 28% !important;
  }
  .sp-w30p {
    width: 30% !important;
  }
  .sp-w32p {
    width: 32% !important;
  }
  .sp-w35p {
    width: 35% !important;
  }
  .sp-w40p {
    width: 40% !important;
  }
  .sp-w45p {
    width: 45% !important;
  }
  .sp-w48p {
    width: 48% !important;
  }
  .sp-w50p {
    width: 50% !important;
  }
  .sp-w55p {
    width: 55% !important;
  }
  .sp-w56p {
    width: 56% !important;
  }
  .sp-w60p {
    width: 60% !important;
  }
  .sp-w64p {
    width: 64% !important;
  }
  .sp-w65p {
    width: 65% !important;
  }
  .sp-w70p {
    width: 70% !important;
  }
  .sp-w75p {
    width: 75% !important;
  }
  .sp-w80p {
    width: 80% !important;
  }
  .sp-w85p {
    width: 85% !important;
  }
  .sp-w90p {
    width: 90% !important;
  }
  .sp-w95p {
    width: 95% !important;
  }
  .sp-w100p {
    width: 100% !important;
  }
  .sp-wmax {
    width: 100% !important;
    height: auto !important;
  }
  .sp-fz10 {
    font-size: 1rem !important;
  }
  .sp-fz11 {
    font-size: 1.1rem !important;
  }
  .sp-fz12 {
    font-size: 1.2rem !important;
  }
  .sp-fz14 {
    font-size: 1.4rem !important;
  }
  .sp-fz16 {
    font-size: 1.6rem !important;
  }
  .sp-fz18 {
    font-size: 1.8rem !important;
  }
  .sp-fz20 {
    font-size: 2rem !important;
  }
  .sp-fz22 {
    font-size: 2.2rem !important;
  }
  .sp-fz24 {
    font-size: 2.4rem !important;
  }
  .sp-fz25 {
    font-size: 2.5rem !important;
  }
  .sp-fz26 {
    font-size: 2.6rem !important;
  }
  .sp-fz28 {
    font-size: 2.8rem !important;
  }
  .sp-fz30 {
    font-size: 3rem !important;
  }
  .sp-fz32 {
    font-size: 3.2rem !important;
  }
  .sp-fz34 {
    font-size: 3.4rem !important;
  }
  .sp-fz36 {
    font-size: 3.6rem !important;
  }
  .sp-fz38 {
    font-size: 3.8rem !important;
  }
  .sp-fz40 {
    font-size: 4rem !important;
  }
  .sp-fz42 {
    font-size: 4.2rem !important;
  }
  .sp-fz44 {
    font-size: 4.4rem !important;
  }
  .sp-fz46 {
    font-size: 4.6rem !important;
  }
  .sp-fz48 {
    font-size: 4.6rem !important;
  }
  :root {
    --headerH: 56px;
    --spHeaderH: 99px;
    --spSimpleHeaderH: 40px;
    --size4: 4px;
    --size8: 8px;
    --size12: 12px;
    --size16: 16px;
    --size24: 24px;
    --size32: 32px;
    --size40: 40px;
    --size48: 48px;
    --size64: 64px;
    --size80: 80px;
    --size166: 166px;
    --contentMg: 24px;
    --blockMg: 64px;
  }
  .header {
    padding: 0 16px;
  }
  .header-logo {
    margin-left: 0;
    line-height: 0;
    width: 79px;
    position: absolute;
    left: 16px;
    top: 0;
  }
  .header-logo a {
    display: block;
  }
  .header-simple {
    padding: 0 8px;
    height: var(--spSimpleHeaderH);
  }
  .header-simple .header-logo {
    width: 56px;
  }
  .header-nav-wrap {
    width: 100%;
  }
  .header-upper-row {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .search-wrap {
    margin-right: 4px;
  }
  .search-drop-wrap-inr {
    padding: 8px 24px 32px;
  }
  .search-form input[type="text"] {
    padding-right: 35px;
    width: calc(100% - 80px);
  }
  .search-form input[type="submit"] {
    width: 80px;
    height: 40px;
  }
  .clear-btn {
    width: 24px;
    right: 90px;
  }
  .header-gnav-list {
    justify-content: center;
    margin-bottom: 0;
  }
  .header-gnav-list > li {
    margin-left: 0;
  }
  .header-gnav-list > li + li {
    margin-left: 22px;
  }
  .header-gnav-list > li a {
    font-size: 1.1rem;
    padding-bottom: 11px;
    padding-top: 12px;
    line-height: 1.365;
  }
  .menu-gnav {
    padding: 0 8px 0;
    overflow-y: auto;
  }
  .menu-gnav-list {
    flex-wrap: wrap;
    margin-right: 0;
  }
  .menu-gnav-list a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.6rem;
  }
  .menu-gnav-list > li {
    width: 100%;
    margin-right: 0;
  }
  .menu-gnav-list > li > a {
    font-size: 1.8rem;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 0;
  }
  .menu-gnav-list > li > ul li + li {
    margin-top: 0;
  }
  .menu-gnav-list > li > a.last-link {
    background-color: var(--greyK5);
    width: calc(100% + 48px);
    margin-left: -24px;
    padding: 20px 24px;
  }
  .menu-gnav-list > li > a.last-link::after {
    right: 24px;
  }
  .footer .inner-wrap {
    width: 100%;
  }
  .footer-upper-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 16px;
  }
  .footer-logo {
    margin-bottom: 40px;
  }
  .footer-logo img {
    width: 112px;
  }
  .sns-wrap {
    width: 100%;
    text-align: center;
  }
  .sns-wrap .sns-ttl {
    font-size: 1.6rem;
  }
  .sns-list {
    justify-content: center;
    margin: 0;
  }
  .sns-list > li {
    margin: 0 8px;
  }
  .footer-nav-list {
    display: block;
    border-bottom: 1px solid var(--white);
  }
  .footer-nav-list > li {
    border-top: 1px solid var(--white);
  }
  .footer-nav-list > li + li {
    margin-left: 0;
  }
  .footer-nav-list > li a {
    position: relative;
    display: block;
  }
  .footer-nav-list > li a:not([target="_blank"])::after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-width: 1px 1px 0 0;
    border-color: var(--black);
    border-style: solid;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .footer-nav-list > li a[target="_blank"]::after {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer-nav-ttl {
    padding: 16px 32px 16px 16px;
    position: relative;
  }
  .sp-toggle-icn::before,
  .sp-toggle-icn::after {
    content: "";
    background-color: var(--black);
    position: absolute;
  }
  .sp-toggle-icn::before {
    width: 13px;
    height: 1px;
    right: 22px;
    left: auto;
    top: 50%;
  }
  .sp-toggle-icn::after {
    width: 1px;
    height: 13px;
    right: 28px;
    top: calc(50% - 6px);
    transition: var(--transition);
    border: none;
    transform: translate(0);
  }
  .active .sp-toggle-icn::after {
    transform: rotate(90deg);
  }
  .footer-nav-list .sub-list {
    background-color: var(--white);
    padding: 16px;
    display: none;
  }
  .footer-nav-list .sub-list li a {
    padding: 8px 32px 8px 0;
  }
  .footer-nav-list .sub-list li a::after {
    right: 16px;
  }
  .footer-nav-list .sub-list li a[target="_blank"]::after {
    right: 12px;
  }
  .footer-nav-ttl {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .footer-info {
    margin-top: 40px;
    padding: 0 16px;
  }
  .footer-info-list {
    display: block;
  }
  .footer-info-list > li + li {
    margin-left: 0;
    margin-top: 14px;
  }
  .footer .copyright {
    padding: 14px;
    font-size: 1.1rem;
  }
  .footer.footer-simple .footer-info {
    padding: 40px 16px;
  }
  #wrap {
    padding-top: var(--hd-h);
  }
  .sp-mt-xxs {
    margin-top: var(--size4) !important;
  }
  .sp-mt-xs {
    margin-top: var(--size8) !important;
  }
  .sp-mt-s {
    margin-top: var(--size16) !important;
  }
  .sp-mt-m {
    margin-top: var(--size24) !important;
  }
  .sp-mt-l {
    margin-top: var(--size32) !important;
  }
  .sp-mt-xl {
    margin-top: var(--size40) !important;
  }
  .sp-mb-xxs {
    margin-bottom: var(--size4) !important;
  }
  .sp-mb-xs {
    margin-bottom: var(--size8) !important;
  }
  .sp-mb-s {
    margin-bottom: var(--size16) !important;
  }
  .sp-mb-m {
    margin-bottom: var(--size24) !important;
  }
  .sp-mb-l {
    margin-bottom: var(--size32) !important;
  }
  .top-h2ttl {
    font-size: 3.2rem;
    margin-bottom: 32px;
  }
  .common .top-h2ttl {
    margin-bottom: 24px;
  }
  .common * + .h2ttl,
  .common * + .top-h2ttl {
    margin-top: 48px;
  }
  .h2ttl,
  .h1ttl {
    font-size: 2.6rem;
    margin-bottom: var(--size16);
    line-height: 1.38462;
  }
  .common * + .h1ttl {
    margin-top: var(--blockMg);
  }
  .h1ttl .sub {
    font-size: 1.6rem;
  }
  .h1ttl-sm {
    font-size: 1.8rem;
  }
  .h1ttl + .tab-wrap {
    margin-top: -8px;
  }
  .h2ttl:lang(en),
  .h1ttl:lang(en) {
    font-size: 2.8rem;
    line-height: calc(36 / 28);
  }
  .home .h2ttl {
    margin-bottom: var(--size24);
  }
  .h3ttl {
    font-size: 2.4rem;
    margin-bottom: var(--size16);
    line-height: 1.41667;
  }
  .h2ttl .sub,
  .h3ttl .sub {
    text-align: left;
  }
  .h3ttl .sub {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .h3ttl:lang(en) {
    font-size: 2.6rem;
    line-height: calc(34 / 26);
  }
  .h3ttl .number {
    margin-right: 16px;
    font-size: 2.6rem;
  }
  .ttl-bg-box {
    padding: 11px 0;
  }
  .ttl-bg-box .txt-2l {
    font-size: 1.8rem;
  }
  .h4ttl,
  .h5ttl {
    margin-bottom: var(--size12);
  }
  .h4ttl {
    /* font-size: 2.2rem; */
    font-size: 18px;
    line-height: 1.4546;
  }
  .h4ttl .sub {
    margin-top: var(--size8);
  }
  .h5ttl {
    font-size: 2rem;
  }
  .h5ttl .num {
    font-size: 2.2rem;
    margin-right: 12px;
  }
  .label-bd-ttl {
    padding: 16px 0;
    margin-bottom: var(--contentMg);
    margin-top: 48px;
  }
  .h2ttl + .label-bd-ttl,
  .top-h2ttl + .label-bd-ttl {
    margin-top: 32px;
  }
  .label-bd-ttl .h4ttl {
    text-align: left;
    padding: 0 0 0 69px;
  }
  .label-bd-ttl .label {
    font-size: 1.4rem;
    top: 32px;
  }
  .label-bd-ttl .label .icn {
    width: 23px;
    height: 40px;
  }
  .label-bd-ttl .label .icn img {
    width: auto;
    height: 100%;
  }
  .label-bd-ttl.ver-ai-c .label {
    top: 50%;
    transform: translateY(-50%);
  }
  .ttl-row-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .ttl-row-wrap .ttl-wrap {
    width: 100%;
  }
  .ttl-row-wrap .btn-wrap {
    margin-top: var(--size24);
    width: 100%;
  }
  .sp-txt-3l {
    font-size: 2.4rem !important;
  }
  .sp-txt-2l {
    font-size: 2rem !important;
  }
  .sp-txt-l {
    font-size: 1.8rem !important;
  }
  .sp-txt-nml {
    font-size: 1.6rem !important;
  }
  .sp-txt-s {
    font-size: 1.4rem !important;
  }
  .sp-txt-xs {
    font-size: 1.2rem !important;
  }
  .sp-txt-xxs {
    font-size: 1.1rem !important;
  }
  .section-txt {
    font-size: 1.6rem;
    text-align: left;
  }
  .center-price-txt {
    font-size: 1.1rem;
    margin-top: 0;
  }
  .center-price-txt .num {
    font-size: 2.2rem;
  }
  .hr {
    margin-top: var(--size40);
    margin-bottom: var(--size40);
  }
  .btn-wrap.flex {
    flex-direction: column;
    row-gap: var(--size16);
  }
  button {
    color: inherit;
  }
  .btn-nml {
    width: 100%;
    min-height: 48px;
    font-size: 1.6rem;
  }
  .btn-nml.btn-sm {
    width: 100%;
    font-size: 1.4rem;
    min-height: 40px;
  }
  .btn-nml.btn-lg {
    width: 100%;
    min-height: 56px;
    font-size: 2rem;
  }
  .btn-nml.btn-w-auto {
    width: 100%;
  }
  .nml-sort-btn-wrap {
    margin-left: 0;
    position: fixed;
    right: 8px;
    bottom: 8px;
    z-index: 10;
    width: 64px;
    height: 64px;
    background-color: var(--white);
    border-radius: 32px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  }
  .nml-sort-btn {
    width: 100%;
    height: 100%;
    padding: 10px 4px;
    border-radius: 32px;
    border: none;
    font-size: 1.1rem;
  }
  .nml-sort-btn span {
    padding-left: 0;
    padding-top: 26px;
    display: inline-block;
    background: url(/assets/images/icn_btn_sort.svg) no-repeat center 0 / 24px auto;
  }
  .anchor-link.ver-bd {
    font-size: 1.4rem;
    padding: 8px 24px 8px 8px;
  }
  .anchor-link.ver-bd::after {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 8px;
  }
  .btn-nml.open {
    font-size: 1.4rem;
    padding: 6px 23px 6px 7px;
    background-position: calc(100% - 7px) center;
    background-size: 16px auto;
  }
  .icn-bd-btn {
    flex-direction: row;
    padding: 15px;
    column-gap: 12px;
  }
  .icn-bd-btn .icn {
    width: 32px;
  }
  .icn-bd-btn .txt {
    font-size: 1.6rem;
  }
  .note-list.last {
    margin-top: 64px;
  }
  .nml-price-list {
    margin-top: 4px;
    flex-direction: column;
    row-gap: 8px;
  }
  .nml-price-list.type-grid {
    display: flex;
  }
  .nml-price-list.type-grid > .nml-price-wrap {
    display: block;
  }
  .nml-price-wrap > .ttl {
    margin-bottom: 4px;
  }
  .nml-price-wrap .price .num {
    font-size: 2rem;
  }
  .nml-link-list {
    margin-top: 32px;
    display: block;
  }
  .nml-link-list > li + li {
    margin-left: 0;
    margin-top: 24px;
  }
  .nml-link-list a {
    font-size: 1.6rem;
  }
  .txt-link-wrap {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 8px;
  }
  .txt-link-wrap.right {
    align-items: flex-end;
  }
  .txt-link-wrap.col-pc1-sp2 {
    flex-direction: row;
    align-items: center;
    column-gap: 16px;
    row-gap: 8px;
  }
  .txt-link-wrap.col-pc1-sp2 > .col {
    width: calc(50% - 8px);
  }
  .txt-link-wrap.col-pc3-sp1 {
    row-gap: 8px;
  }
  .txt-link-wrap.col-pc3-sp1 > .col {
    width: 100%;
    align-items: stretch;
    row-gap: 8px;
  }
  .link-scroll-wrap {
    overflow-x: scroll;
    padding-right: 1px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .link-scroll-wrap::-webkit-scrollbar {
    display: none;
  }
  .link-scroll-wrap .txt-link-wrap {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    gap: var(--size16);
  }
  .grey-linkpanel {
    flex-direction: column;
    row-gap: 8px;
    padding: var(--size16) 48px var(--size16) 16px;
  }
  .grey-linkpanel::before {
    right: 16px;
  }
  .grey-linkpanel > .txt-box {
    flex: 1;
  }
  .grey-linkpanel > .txt-box .ttl {
    font-size: 2rem;
  }
  .pdf-link-list {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
  .img-caption {
    font-size: 1.2rem;
  }
  .flx-box.sp-block {
    display: block;
  }
  .sp-jc-s {
    justify-content: flex-start !important;
  }
  .sp-jc-c {
    justify-content: center !important;
  }
  .sp-jc-e {
    justify-content: flex-end !important;
  }
  .sp-jc-sb {
    justify-content: space-between !important;
  }
  .sp-ai-s {
    align-items: flex-start !important;
  }
  .sp-ai-c {
    align-items: center !important;
  }
  .sp-ai-e {
    align-items: flex-end !important;
  }
  .bd-accent-box,
  .bd-grey-box,
  .grey-box {
    padding: 24px 16px;
  }
  .bd-accent-box.ver-pd-s,
  .bd-grey-box.ver-pd-s {
    padding: var(--size8) 8px;
  }
  .bd-accent-box.sp-ver-pd-m,
  .bd-grey-box.sp-ver-pd-m {
    padding: var(--size24) 24px;
  }
  .grey-box + .grey-box {
    margin-top: var(--size24);
  }
  .bgc-box {
    padding: 20px;
  }
  .panel-list.panel-5 .item,
  .panel-list.panel-4 .item,
  .linkpanel-list.panel-4 .item,
  .panel-list.panel-2 .item,
  .linkpanel-list.panel-2 .item,
  .panel-list .item,
  .linkpanel-list .item {
    width: 100% !important;
  }
  .panel-list.sp-gap-l:not(.sp-panel-2) {
    row-gap: 40px;
  }
  .panel-list.sp-panel-2 {
    column-gap: 16px;
  }
  .panel-list.sp-panel-2 > .item {
    width: calc(50% - 8px) !important;
  }
  .panel-list.sp-content-mg {
    row-gap: var(--contentMg);
  }
  .panel-list.sp-gap-s {
    gap: var(--size8);
  }
  .lead-bg-box {
    flex-wrap: wrap;
  }
  .lead-bg-box > .img-box {
    width: 100%;
  }
  .lead-bg-box > .img-box::after {
    width: 100%;
    height: 26.6%;
    background: linear-gradient(180deg, #2c394c 0%, #2c394c 100%);
    background: linear-gradient(180deg, color(display-p3 0.1843 0.2235 0.2902 / 0) 0%, color(display-p3 0.1843 0.2235 0.2902) 100%);
    right: 0;
    top: auto;
    bottom: 0;
  }
  .lead-bg-box > .txt-box {
    width: 100%;
    flex: none;
    padding: 0 16px 24px;
  }
  .lead-bg-box .lead {
    font-size: 2.8rem;
    line-height: 128%;
    letter-spacing: 0.05em;
  }
  .lead-bg-box.img-lg > .img-box {
    width: 100%;
  }
  .lead-bg-box.img-lg > .txt-box {
    padding-left: 16px;
    margin-left: 0;
  }
  .lead-bg-box.bg-store {
    background-color: #daeffa;
  }
  .lead-bg-box.bg-store > .img-box {
    order: 2;
  }
  .lead-bg-box.bg-store > .txt-box {
    order: 1;
    color: var(--black);
    padding-top: 24px;
    padding-bottom: 0;
  }
  .lead-bg-box.bg-store .btn-wrap {
    margin-top: 24px;
  }
  .lead-bg-box.bg-store .btn-nml.white-blank {
    border-color: var(--keyColor);
    color: var(--keyColor);
  }
  .lead-bg-box.bg-store .txt {
    font-size: 1.6rem;
  }
  .bar-ttl-box > .box-ttl {
    font-size: 1.8rem;
    padding: 11px;
  }
  .bar-ttl-box-02 > .ttl-bar {
    font-size: 2rem;
  }
  .bar-ttl-box-02 > .txt-body {
    padding: 24px 16px 16px;
  }
  .bar-ttl-box-02 > .txt-body > .body-ttl {
    font-size: 1.8rem;
  }
  .bar-ttl-box-02 .table-nml {
    margin-top: 12px;
  }
  .bar-ttl-box-03 > .txt-body + .ttl-bar {
    margin-top: 16px;
  }
  .adobe-reader-box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .cmn-img-slider-wrap .wrap-inr-txtbox {
    padding: 12px 12px 60px;
  }
  .cmn-img-slider-wrap .cmn-slider-control .splide__pagination {
    justify-content: flex-start;
    left: 28px;
    right: auto;
    height: 40px;
    bottom: 12px;
  }
  .cmn-img-slider-wrap.pc-control-posi-01 .cmn-slider-control .splide__pagination,
  .cmn-img-slider-wrap.pc-control-posi-01 .cmn-slider-control .splide__arrows,
  .cmn-img-slider-wrap .cmn-slider-control .splide__arrows {
    bottom: 12px;
  }
  .cmn-img-slider-wrap.ver-with-btm .slider-btm-wrap {
    padding: var(--size12) 12px;
    flex-wrap: wrap;
  }
  .cmn-img-slider-wrap.ver-with-btm .slider-btm-wrap .wrap-inr-txtbox {
    width: 100%;
    margin-bottom: 8px;
    flex: none;
  }
  .cmn-img-slider-wrap.ver-with-btm .cmn-slider-control .splide__pagination {
    margin: 0;
  }
  .cta-purchase-support-wrap {
    width: 100%;
    border-radius: 0;
  }
  .cta-purchase-support-list {
    width: 100%;
    padding: 4px 0;
  }
  .cta-purchase-support-list .item {
    width: 100%;
  }
  .cta-purchase-support-list .link-box {
    padding: 8px;
  }
  .cta-purchase-support-list .link-box .icn {
    margin-bottom: 0;
    margin-right: 4px;
  }
  .cta-purchase-support-list .link-box .txt {
    font-size: 1.1rem;
  }
  .nml-cta-box {
    padding: 24px 16px;
  }
  .nml-cta-box .cta-col-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: var(--size32);
  }
  .nml-cta-box .box-ttl .emphasis {
    font-size: 2rem;
  }
  .nml-cta-box .info-row,
  .nml-cta-box .tel-row {
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 8px;
  }
  .nml-cta-box .tel-row .tel-ttl,
  .nml-cta-box .info-row .info-ttl {
    min-width: 133px;
    margin-right: 32px;
  }
  .nml-cta-box .info-row {
    margin-top: var(--size16);
  }
  .nml-cta-box .info-row .info-ttl {
    text-align: left;
  }
  .following-banner-box {
    width: calc(100% - 32px);
    right: 16px;
    bottom: calc(100% + 16px);
  }
  .link-col-list {
    flex-direction: column;
  }
  .link-col-list.col-2 > li,
  .link-col-list.col-3 > li,
  .link-col-list.col-4 > li,
  .link-col-list.col-5 > li,
  .link-col-list > li {
    width: 100%;
  }
  .link-col-list > li .circle-arrow-link {
    width: 100%;
  }
  .anchor-banner {
    display: block;
    position: relative;
    font-size: 1.4rem;
  }
  .anchor-banner .bnr-img {
    width: 100%;
  }
  .anchor-banner .bnr-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex: none;
    text-align: left;
    padding: 16px 16px 8px 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
  .anchor-banner .bnr-txt::after {
    position: static;
    margin-left: auto;
    display: inline-block;
  }
  .cmn-card-list {
    row-gap: 32px;
  }
  .cmn-card-list > .item {
    flex: unset;
  }
  .cmn-card-list.card-2.col-gap-40 > .item,
  .cmn-card-list.card-3.col-gap-40 > .item,
  .cmn-card-list.card-4.col-gap-40 > .item,
  .cmn-card-list.card-2 > .item,
  .cmn-card-list.card-3 > .item,
  .cmn-card-list.card-4 > .item {
    width: 100%;
  }
  .cmn-card-list.card-5,
  .cmn-card-list.sp-card-2 {
    column-gap: 13px;
    row-gap: 24px;
  }
  .cmn-card-list.card-5 > .item,
  .cmn-card-list.sp-card-2 > .item {
    width: calc((100% - 13px) / 2);
  }
  .card-n-linkpanel.ver-row {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }
  .card-sub-txt,
  .card-n-linkpanel .txt-box .arrow-link .sub {
    margin-top: 4px;
  }
  .sp-card-2 .card-n-linkpanel .txt-box .arrow-link {
    font-size: 1.4rem;
    padding-right: 24px;
  }
  .sp-card-2 .card-n-linkpanel .txt-box .arrow-link .sub {
    font-size: 1.2rem;
  }
  .sp-card-2 .card-n-linkpanel .txt-box .arrow-link::after {
    right: 8px;
  }
  .sp-card-2 .card-n-linkpanel .txt-box .note-txt {
    font-size: 1rem;
  }
  .page-btm-row {
    flex-wrap: wrap;
    justify-content: flex-end;
    background-color: transparent;
    padding: 0;
  }
  .breadcrumb-wrap {
    background-color: var(--silver);
    border-top: 2px solid var(--white);
    padding: 16px;
    width: 100%;
    margin-right: 0;
    order: 2;
  }
  .breadcrumb-list > li:last-of-type {
    padding-right: 0;
  }
  .btn-page-top {
    order: 1;
    border-left: none;
    border-right: none;
  }
  .tab-wrap.pc-scroll-only {
    overflow-x: hidden;
  }
  .tab-wrap.ver-flex .tab-btns-list {
    flex-wrap: wrap;
    gap: 8px;
  }
  .tab-wrap .tab-btns-list > li {
    margin-right: 32px;
  }
  .tab-wrap .tab-btns-list.radio-style {
    margin-top: 0;
    margin-bottom: 24px;
    flex-direction: column;
    row-gap: 16px;
  }
  .tab-wrap > .tab-btns-list + .tab-wrap {
    padding-top: 8px;
  }
  .tab-wrap .tab-btns-list .tab-btn {
    color: var(--black);
  }
  .tab-wrap .tab-btns-list .tab-btn.cur {
    font-weight: var(--fwBold);
    color: var(--keyColor);
  }
  .tab-wrap .tab-btns-list .tab-btn .new {
    position: relative;
  }
  .tab-wrap .tab-btns-list .tab-btn .new::after {
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 1;
  }
  .top-tab-wrap.tab-wrap .tab-btns-list > li:nth-of-type(2) .tab-btn {
    min-width: 72px;
  }
  .tab-wrap.cmn-tab-wrap > .tab-btns-list > li {
    margin-right: 0;
  }
  .tab-wrap.cmn-tab-wrap > .tab-btns-list .tab-btn {
    font-size: 1.4rem;
    font-weight: var(--fwBold);
  }
  .tab-wrap.ver-sm .tab-btns-list > li:not(:last-of-type) {
    margin-right: 18px;
  }
  .tab-wrap.ver-sm .tab-btns-list .tab-btn {
    font-size: 1.1rem;
    white-space: nowrap;
  }
  .tab-wrap.pc-scroll-only .tab-btns-list {
    column-gap: 16px;
  }
  .tab-wrap.pc-scroll-only .tab-btns-list > li {
    margin-right: 0 !important;
  }
  .tab-wrap.pc-scroll-only .tab-btns-list .tab-btn {
    white-space: normal;
  }
  .tab-wrap.ver-scroll {
    width: calc(100% + 16px);
  }
  .tab-wrap.ver-scroll .tab-btns-list > li:last-of-type {
    padding-right: 16px;
  }
  .tab-wrap.ver-scroll .tab-btns-list > li {
    margin-right: 8px;
  }
  .tab-wrap.ver-scroll .tab-btns-list > li:last-of-type {
    margin-right: 8px;
  }
  .tab-wrap.sp-scroll {
    overflow-x: scroll;
  }
  .tab-wrap.sp-scroll .tab-btns-list .tab-btn {
    white-space: nowrap;
  }
  .tab-wrap.sp-only-tab .sp-scroll-tab-list {
    overflow-x: scroll;
  }
  .tab-wrap.ver-page-nml .tab-btns-list .tab-btn {
    font-size: 1.2rem;
    padding: 14px 6px;
  }
  .tab-btns-list.ver-icn .tab-btn img {
    width: 68px;
  }
  .sp-tab-list-ver2 {
    overflow-x: scroll;
    overflow-y: visible;
  }
  .tab-wrap.sp-only-tab .sp-scroll-tab-list,
  .sp-tab-list-ver2 {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .sp-tab-list-ver2::-webkit-scrollbar {
    display: none;
  }
  .tab-wrap .tab-btns-list.sp-tab-list-ver2 {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
  }
  .tab-wrap .tab-btns-list.sp-tab-list-ver2 .tab-btn {
    border-bottom-color: transparent;
  }
  .tab-wrap.cmn-tab-wrap > .tab-btns-list.sp-tab-list-ver2 .tab-btn.cur {
    border-bottom-color: transparent;
    position: relative;
  }
  .tab-wrap .tab-btns-list.sp-tab-list-ver2::after,
  .tab-wrap.cmn-tab-wrap > .tab-btns-list.sp-tab-list-ver2 .tab-btn.cur::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--keyColor);
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 3;
  }
  .tab-wrap .tab-btns-list.sp-tab-list-ver2::after {
    background-color: var(--greyK20);
    width: calc(100% + 40px);
    bottom: 0;
    z-index: 2;
  }
  .acc-wrap.nml-acc-wrap + .acc-wrap {
    margin-top: var(--size40);
  }
  .acc-wrap.nml-acc-wrap .triggle {
    font-size: 2rem;
    padding: 21px 56px 21px 16px;
  }
  .acc-wrap.nml-acc-wrap .acc-contents-inner {
    padding: 10px 16px 20px;
  }
  .faq-acc-wrap + .faq-acc-wrap {
    margin-top: var(--size16);
  }
  .faq-acc-wrap .acc-contents-inner {
    margin-top: var(--size16);
  }
  .faq-acc-wrap .triggle {
    align-items: flex-start;
    row-gap: 8px;
    flex-direction: column;
    text-align: left;
    padding: 16px 56px 16px 16px;
    font-size: 2rem;
  }
  .faq-acc-wrap .triggle .txt-q {
    font-size: 3.4rem;
  }
  .faq-acc-wrap .nml-toggle-icn::before {
    right: 16px;
  }
  .faq-acc-wrap .nml-toggle-icn::after {
    right: 24px;
  }
  .faq-acc-wrap .acc-contents-inner {
    padding: 16px;
  }
  .notice-area {
    margin-top: var(--contentMg);
  }
  .notice-area .notice-area-inner {
    padding: 8px 16px;
  }
  .notice-area .notice-txt a {
    font-size: 1.6rem;
  }
  .top-lineup-section {
    margin-top: 40px;
  }
  .top-ttl-wrap {
    display: block;
    margin-bottom: var(--contentMg);
  }
  .top-ttl-wrap .h2ttl,
  .top-ttl-wrap .top-h2ttl {
    margin-bottom: var(--contentMg);
  }
  .top-ttl-wrap .tab-btns-list > li:not(:last-of-type) {
    margin-right: 16px;
  }
  .top-ttl-wrap .tab-btns-list .tab-btn {
    font-size: 1.4rem;
  }
  .lineup-list {
    max-width: 91%;
  }
  .lineup-list .item {
    padding: 0 2px;
  }
  .lineup-list .lineup-name {
    font-size: 1.8rem;
    padding-right: 12px;
  }
  .lineup-list .lineup-txt {
    font-size: 1.2rem;
  }
  .lineup-list .lineup-icn img {
    height: 16px;
    width: auto;
  }
  .lineup-list.flex {
    max-width: unset;
    margin-right: -16px;
    margin-bottom: -20px;
  }
  .lineup-list.flex .item {
    width: calc(50% - 16px);
    margin-bottom: 20px;
    margin-right: 16px;
  }
  .lineup-panel.selected::before {
    font-size: 1.2rem;
    width: 48px;
    height: 24px;
  }
  .lineup-panel.label-preorder::before,
  .lineup-panel.label-new::before {
    width: 38px;
    height: 22px;
  }
  .lineup-panel.label-preorder::before {
    width: 56px;
  }
  .top-lineup-section .linkpanel-list {
    margin-top: 64px;
  }
  .cv-linkpanel-list.linkpanel-list {
    margin-bottom: 0;
    gap: 0;
  }
  .cv-linkpanel-list.linkpanel-list .item {
    margin-bottom: -1px;
  }
  .cv-linkpanel-list .linkpanel {
    padding: 16px;
    display: flex;
    align-items: center;
  }
  .cv-linkpanel-list .linkpanel .icn {
    margin-bottom: 0;
    width: 32px;
    margin-right: 12px;
  }
  .cv-linkpanel-list .linkpanel .txt {
    font-size: 1.6rem;
  }
  .top-it-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .top-it-wrap .img-wrap {
    order: 1;
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .top-it-wrap .img-wrap video::-webkit-media-controls {
    display: none !important;
  }
  .top-it-wrap .txt-wrap {
    order: 2;
    flex: none;
    width: 100%;
  }
  .top-it-wrap .txt-wrap .icn {
    margin-bottom: 24px;
  }
  .top-it-wrap .txt-wrap .icn.eyesight-logo {
    width: 71.4%;
  }
  .top-it-wrap .txt-wrap .icn.safety-icn {
    width: 82.8%;
  }
  .top-it-wrap.rev .img-wrap {
    order: 1;
    margin-left: 0;
  }
  .top-it-wrap.rev .txt-wrap {
    order: 2;
  }
  .section-link-wrap {
    padding-right: 0;
  }
  .banner-list .item {
    padding-left: 8px;
    padding-right: 8px;
  }
  .top-ttl-wrap .sub-ttl {
    font-size: 2.2rem;
  }
  .top-ttl-wrap .sub-ttl .fz-lg {
    font-size: 2.6rem;
  }
  .inside-carousel-row {
    width: 100%;
    margin-top: var(--contentMg);
    padding-right: 16px;
  }
  .service-box .txt-wrap {
    margin-top: 16px;
  }
  .service-box .txt-wrap .arrow-link {
    padding-right: 20px;
  }
  .service-panel-list {
    padding-bottom: 48px;
    margin-bottom: 0;
  }
  .service-panel-list.panel-list .item {
    margin-bottom: 0;
  }
  .service-panel-list .sp-item {
    padding: 0 10px;
  }
  .service-panel-page {
    width: 12px;
    height: 12px;
    border: none;
    background-color: var(--greyK50);
    border: 1px solid var(--white);
    border-radius: 6px;
  }
  .service-panel-page.is-active {
    background-color: var(--white);
    border: 2px solid var(--keyColor);
  }
  .service-panel-pagination {
    margin-top: 16px;
  }
  .service-panel-pagination li {
    margin: 0 8px;
  }
  .topic-banner-list-page {
    width: 12px;
    height: 12px;
    border: none;
    background-color: var(--greyK50);
    border: 1px solid var(--white);
    border-radius: 6px;
  }
  .topic-banner-list-page.is-active {
    background-color: var(--white);
    border: 2px solid var(--keyColor);
  }
  .topic-banner-list-pagination {
    margin-top: 16px;
  }
  .topic-banner-list-pagination li {
    margin: 0 8px;
  }
  .news-col2-wrap {
    flex-wrap: wrap;
  }
  .news-col2-wrap > .left-wrap {
    width: 100%;
  }
  .news-col2-wrap > .right-wrap {
    flex: none;
    width: 100%;
  }
  .news-col2-wrap .btn-wrap {
    margin-top: 32px;
  }
  .news-col2-wrap > .left-wrap .h2ttl {
    margin-bottom: -6px;
  }
  .news-col2-wrap > .right-wrap .news-list > li:first-of-type a {
    padding-top: 0;
  }
  .news-list > li {
    height: auto;
  }
  .news-list > li .arrow-link {
    padding-right: 56px;
  }
  .news-link .txt {
    max-height: 3em;
    -webkit-line-clamp: 2;
  }
  .news-list.has-cate > li {
    height: unset;
    max-height: unset;
  }
  .news-list.has-cate > li a {
    flex-wrap: wrap;
  }
  .news-list.has-cate .news-link .date {
    margin-right: 16px;
  }
  .news-list.has-cate .news-link .cate {
    margin-right: 0;
  }
  .news-list.has-cate .news-link .txt {
    flex: none;
    width: 100%;
    margin-top: 8px;
  }
  .top-news-section .news-col2-wrap:not(:first-of-type) {
    margin-top: 64px;
  }
  .news-col2-wrap + .linkpanel-list {
    margin-top: 64px;
  }
  .top-topics-section .circle-arrow-link {
    font-size: 2.2rem;
  }
  .page-ttl {
    font-size: 3.6rem;
    margin-bottom: 24px;
  }
  .comparison-step {
    margin-bottom: 24px;
  }
  .comparison-step .step {
    width: calc(50% + 13px);
    font-size: 1.8rem;
    padding: 15px;
  }
  .comparison-step .step + .step {
    margin-left: -24px;
  }
  .comparison-step .step:first-of-type {
    clip-path: polygon(0% 0%, calc(100% - 26px) 0%, 100% 50%, calc(100% - 26px) 100%, 0% 100%);
    padding-right: 28px;
  }
  .comparison-step .step:last-of-type {
    width: calc(50% + 11px);
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 26px 50%, 0% 0%);
    padding-left: 28px;
  }
  .comparison-tab-wrap .tab-btns-list {
    margin-bottom: 24px;
  }
  .comparison-tab-wrap.tab-wrap .tab-btns-list > li {
    margin-right: 16px;
  }
  .comparison-tab-wrap.tab-wrap .tab-btns-list > li:last-of-type {
    margin-right: 0;
  }
  .comparison-tab-wrap.tab-wrap .tab-btns-list .tab-btn {
    font-size: 1.4rem;
  }
  .comparison-col2 {
    margin-right: -16px;
    padding: 24px 0;
  }
  .sub-item-list .comparison-col2 {
    align-items: flex-start;
  }
  .comparison-lower-txt + .comparison-col2 {
    padding-top: 16px;
  }
  .comparison-col2 > .col {
    width: calc(50% - 16px);
    margin-right: 16px;
  }
  .comparison-col2 .inr-col2 {
    flex-wrap: wrap;
    margin: 0;
  }
  .comparison-col2 .inr-col2 > .col {
    width: 100%;
  }
  .comparison-col2 .inr-col2 > .col + .col {
    margin-top: 24px;
  }
  .comparison-item .acc-contents .note-list {
    margin-bottom: 24px;
  }
  .product-lead-box {
    padding: 0 0 56px;
  }
  .product-lead-box .name {
    font-size: 2rem;
  }
  .product-lead-box .btn-nml {
    min-height: 40px;
    font-size: 1.4rem;
  }
  .product-lead-box .note-list.layout-c {
    text-align: left !important;
  }
  .comparison-item:last-of-type .product-lead-box {
    padding-bottom: 24px;
  }
  .comparison-item:last-of-type .product-lead-box .name {
    text-align: left;
  }
  .select-wrap {
    width: 100%;
    height: 40px;
  }
  .select-wrap.sp-w-s {
    max-width: 163px;
  }
  .select-wrap::after {
    right: 10px;
  }
  .select-wrap select,
  .select-wrap .place-holder {
    padding: 0 30px 0 10px;
    font-size: 1.4rem;
  }
  .comparison-ttl .triggle {
    font-size: 2rem;
    padding: 21px 40px 21px 0;
  }
  .grade-list > li {
    padding-bottom: 16px;
  }
  .grade-list > li + li {
    margin-top: 16px;
  }
  .grade-box .img {
    margin-bottom: 8px;
  }
  .grade-box .name {
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
  }
  .grade-box .name span {
    margin-left: 0;
  }
  .grade-box .ttl-bar {
    padding: 10px 6px;
  }
  .comparison-sub-ttl {
    font-size: 1.8rem;
    padding: 11px 16px;
  }
  .ttl-style-box > .box-body {
    padding: 16px 8px 24px;
  }
  .ttl-style-box > .box-body .link-wrap {
    text-align: left;
  }
  .ttl-style-box > .box-body .arrow-link {
    display: inline-block;
  }
  .product-cmn-box .answer img {
    width: 32px;
  }
  .comparison-col2.product-cmn-box {
    align-items: unset;
  }
  .product-cmn-box .data-txt-list {
    flex-direction: column;
    row-gap: var(--size12);
  }
  .product-cmn-box .dl-wrap + .dl-wrap {
    margin-top: var(--size12);
  }
  .product-cmn-box .dl-wrap {
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .product-cmn-box .dl-wrap .dt {
    width: 100%;
  }
  .product-cmn-box .dl-wrap .dd {
    flex: none;
  }
  .fuel-data-wrap + .fuel-data-wrap {
    margin-top: var(--size24);
  }
  .fuel-data-wrap {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
  }
  .fuel-data-wrap .data-ttl {
    width: 100%;
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: var(--size24);
  }
  .fuel-data-wrap .data-txt {
    margin: 0 0 var(--size8);
  }
  .fuel-data-wrap .mode-list {
    flex-direction: column;
    justify-content: flex-start;
    row-gap: var(--size8);
  }
  .fuel-data-wrap .mode-list > li {
    min-width: auto;
  }
  .product-iframe-wrap iframe {
    height: auto;
  }
  .product-photo-col2 {
    margin-right: 0;
    margin-bottom: -16px;
  }
  .product-photo-col2 > .col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .product-photo-col2.product-photo-box .caption {
    font-size: 1.2rem;
    margin-top: 8px;
  }
  .enlarge-triggle::before {
    right: 5px;
    top: 5px;
  }
  .comparison-sub-ttl + .comparison-lower-ttl {
    margin-top: 24px;
  }
  .comparison-lower-ttl {
    font-size: 1.8rem;
  }
  .sub-item-list .comparison-col2 + .comparison-lower-ttl {
    margin-top: 8px;
  }
  .product-body-size-col3 {
    margin: 0;
  }
  .product-body-size-col3 > .col {
    width: 100%;
    margin-right: 0;
  }
  .product-body-size-col3 > .col + .col {
    margin-top: 24px;
  }
  .cargo-space-col2 {
    flex-wrap: wrap;
  }
  .cargo-space-col2 > .col {
    flex: unset;
    width: 100%;
  }
  .cargo-space-col2 > .col.col-l {
    flex: none;
    width: 100%;
  }
  .cargo-space-col2 > .col + .col {
    margin-top: 16px;
  }
  .product-lead-box + .cv-linkpanel-list {
    margin-top: 0;
  }
  .comparison-item .cv-linkpanel-list {
    flex-direction: column;
  }
  .comparison-item .cv-linkpanel-list .item {
    width: 100%;
  }
  .carlineup-tab-wrap .top-ttl-wrap .right-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .carlineup-tab-wrap .top-ttl-wrap .h2ttl {
    margin-bottom: 12px;
  }
  .ranking-upper-wrap {
    background: none;
  }
  .ranking-upper-wrap .h2ttl,
  .ranking-upper-wrap .top-h2ttl {
    margin-bottom: 32px;
  }
  .ranking-list {
    margin-left: -16px;
    margin-right: -16px;
    display: block;
  }
  .ranking-box {
    background: linear-gradient(0deg, #fff 42%, #dce2e6 42%, #fff);
  }
  .ranking-box .rank-num {
    left: 40px;
    height: 102px;
    bottom: 42%;
  }
  .ranking-box .txt {
    font-size: 2.4rem;
    margin-top: -12px;
  }
  .sp-slider-cmn {
    padding-bottom: 48px;
  }
  .sp-slider-cmn .splide__pagination {
    margin-top: 32px;
  }
  .select-fixed-list.before-selected > * {
    width: 100%;
  }
  .select-fixed-list .item {
    width: 100%;
    border-left: none;
  }
  .select-fixed-list .item:last-of-type {
    border-right: none;
    border-left: 1px solid var(--silver);
  }
  .lineup-select-panel {
    padding-bottom: 10px;
    background-size: auto 64px;
  }
  .lineup-select-panel .thumb {
    height: 64px;
  }
  .select-fixed-wrap .btn-wrap {
    padding: 16px;
  }
  .select-fixed-wrap .btn-nml {
    font-size: 1.4rem;
    min-height: 40px;
  }
  .result .lineup-select-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: none;
    padding: 4px 12px 4px 0;
  }
  .result .lineup-select-panel .thumb {
    height: 48px;
  }
  .result .lineup-select-panel .arrow-link {
    font-size: 1.2rem;
  }
  .sort-fixed-list {
    padding: 0;
  }
  .sort-fixed-panel {
    display: flex;
    align-items: center;
    padding: 8px 12px;
  }
  .sort-fixed-panel .thumb {
    display: none;
  }
  .sort-fixed-panel .name {
    margin-left: 0;
    font-size: 1.2rem;
    order: 1;
  }
  .sort-fixed-panel .sort-btn {
    order: 2;
    margin-left: auto;
  }
  .eyesight-feature-box {
    padding: 24px 16px;
  }
  .eyesight-feature-box .h2ttl .main {
    margin-right: 0;
  }
  .eyesight-feature-box .h2ttl .data {
    display: block;
    margin-top: var(--size12);
  }
  .eyesight-feature-box .logo-jahfa img {
    width: 220px;
  }
  .car-detail-panel-list {
    width: 100%;
  }
  .car-detail-panel-list .lineup-panel .lineup-name {
    font-size: 1.8rem;
  }
  .carlineup-detail-mv-wrap {
    padding: 0;
  }
  .eyesight-logo-02 {
    width: auto;
    height: 40px;
  }
  .eyesight-logo-03 {
    width: 262px;
  }
  .eyesight-lead-row {
    margin-top: var(--size16);
    flex-direction: column;
  }
  .eyesight-lead-row .left {
    margin-right: 0;
  }
  .eyesight-lead-row .h2ttl {
    margin-bottom: 0;
  }
  .eyesight-lead-row .center {
    margin-right: 0;
  }
  .eyesight-lead-row .data {
    font-size: 5.6rem;
    line-height: 1.1287;
  }
  .eyesight-lead-row .data .num {
    font-size: 13.2rem;
  }
  .eyesight-lead-row .txt-lg {
    font-size: 3.2rem;
  }
  .eyesight-lead-row .logo-jahfa {
    width: 100%;
  }
  .eyesight-lead-row .logo-jahfa img {
    height: 56px;
  }
  .cmn-mv-section.cardetail-mv {
    background-image: url(/impreza/images/img_impreza_mv_sp.webp);
    min-height: 412px;
  }
  .cmn-mv-section.cardetail-mv .mv-txt-box {
    row-gap: var(--size8);
  }
  .cmn-mv-section.cardetail-mv .mv-txt-box .icn {
    width: 240px;
    line-height: 1;
  }
  .cmn-mv-section.cardetail-mv .btn-wrap {
    width: 100%;
    padding: var(--size24) 16px;
    flex-direction: column;
    align-items: center;
    row-gap: var(--size16);
  }
  .cmn-mv-section.cardetail-mv .btn-wrap .btn-nml {
    order: 1;
  }
  .cmn-mv-section.cardetail-mv .btn-wrap .arrow-link {
    font-size: 1.1rem;
    order: 2;
  }
  .mv-btm-lead {
    padding: var(--size16) 8px;
  }
  .mv-btm-lead .h4ttl img {
    width: 32px;
  }
  .feature-h2ttl .num {
    font-size: 4.8rem;
  }
  .smart-edition-section .cmn-carousel-page:not(.is-active) {
    border-color: var(--greyK5);
  }
  .ttl-price-box {
    gap: 16px;
  }
  .ttl-price-box .ttl-box {
    padding: 20px 8px;
  }
  .ttl-price-box .txt-box .h2ttl {
    margin: 0;
  }
  .body-color-list {
    gap: 8px;
  }
  .body-color-list > li {
    width: 100%;
    gap: 8px;
    padding: 10px 12px;
    min-height: 62px;
  }
  .body-color-list .desc-txt {
    font-size: 1.4rem;
  }
  .body-color-list .desc-txt .sub {
    font-size: 1.2rem;
  }
  .nml-car-color-list {
    gap: 8px;
  }
  .nml-car-color-list .car-color {
    width: 24px;
    height: 24px;
  }
  .sti-sport-section .cmn-carousel-page.is-active {
    border-color: var(--white);
    background-color: var(--black);
  }
  .sti-sport-section .cmn-carousel-page:not(.is-active) {
    border-color: var(--black);
  }
  .voice-panel .panel-btm {
    padding: 16px 16px 64px;
  }
  .voice-panel .panel-txt {
    font-size: 1.6rem;
  }
  .voice-panel .panel-name {
    right: 16px;
  }
  .grade-bd-box {
    border: none;
    padding: 0;
  }
  .grade-bd-box .btn-wrap.flex {
    flex-direction: row;
  }
  .grade-bd-box .btn-nml {
    font-size: 1.4rem;
    min-height: 40px;
  }
  .grade-bd-box .ttl-price-box .ttl-box {
    padding: 15px 8px;
  }
  .grade-nml-box .link-3d button,
  .grade-nml-box .link-3d a {
    padding: 10px 7px 10px 40px;
    background-position: 8px center;
    font-size: 1.2rem;
  }
  .grade-nml-box .ttl-price-box {
    align-items: unset;
  }
  .grade-nml-box .ttl-price-box .ttl-box {
    padding: 6px 8px;
  }
  .grade-nml-box .ttl-price-box .txt-box .price {
    font-size: 2.4rem;
  }
  .grade-carousel-wrap {
    max-width: calc(100% - 16px);
  }
  .grade-carousel-wrap .splide {
    padding-bottom: 62px;
  }
  .grade-carousel-wrap .splide__track {
    overflow: visible;
  }
  .grade-carousel-wrap .splide__pagination {
    margin-left: 16px;
  }
  .sort-trigger {
    font-size: 1.4rem;
    padding: 9px;
  }
  .maker-price-txt .num {
    font-size: 2.4rem;
  }
  .ttl-price-box.ver-sm .txt-box .price.maker-price-txt .sub,
  .maker-price-txt .sub {
    font-size: 1.2rem;
  }
  .sti-sport-mv {
    margin-top: -24px !important;
  }
  .sti-sport-mv .mv-wrap {
    min-height: 280px;
  }
  .sti-sport-mv .mv-wrap .mv-logo {
    width: 160px;
    top: 24px;
    left: 24px;
  }
  .sti-sport-mv .mv-info-wrap {
    padding: var(--size16) 0;
    flex-direction: column;
    gap: var(--size16);
  }
  .sti-sport-mv .mv-info-wrap .left-wrap {
    flex: none;
  }
  .sti-sport-mv .mv-info-wrap .right-wrap {
    width: 100%;
  }
  .sti-sport-mv .mv-info-wrap .price-txt {
    font-size: 2.4rem;
    margin-left: 0;
  }
  .sti-sport-mv .mv-info-wrap .arrow-link {
    font-size: 1.2rem;
  }
  .sti-sport-ttl-wrap {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: var(--size24);
    gap: 24px;
  }
  .sti-sport-ttl-wrap > .ttl {
    font-size: 4rem;
  }
  .sti-sport-ttl-wrap > .lead {
    text-align: left;
  }
  .sti-sport-ttl-wrap.rev > .ttl {
    order: 1;
  }
  .sti-sport-ttl-wrap.rev > .lead {
    order: 2;
  }
  .safety-mv-section {
    padding: 32px 16px 0;
    min-height: 375px;
    background: url(/safety/images/bg_safety_mv_sp.webp) no-repeat center / cover;
  }
  .safety-mv-section .mv-txt-box img {
    width: 100%;
  }
  .safety-bg-section {
    padding: 0 0 var(--contentMg);
  }
  .safety-bg-section.ver-bgc-dark {
    background-color: var(--greyK10);
  }
  .safety-section-content {
    padding-top: var(--size40);
  }
  .graph-ttl {
    font-size: 1.6rem;
  }
  .safety-img-01 {
    margin-top: 10px;
  }
  .safety-scene-wrap {
    margin-top: 40px;
  }
  .safety-scene-sec {
    padding-top: 48px;
  }
  .h3ttl + .safety-scene-subttl {
    margin-top: -12px;
    margin-bottom: var(--size16);
  }
  .safety-scene-subttl {
    font-size: 1.4rem;
  }
  .safety-scene-sec .section-txt {
    margin-bottom: 24px;
  }
  .page-positioin-nav ul > li a {
    padding: 13px 0;
    font-size: 1.4rem;
  }
  .scene-qa-box {
    position: relative;
  }
  .scene-qa-box .it-box {
    flex-direction: column;
  }
  .scene-qa-box .it-box .img {
    width: 100%;
    min-width: unset;
  }
  .scene-qa-box > .it-box .img img {
    border-radius: 8px 8px 0 0;
    position: unset;
    transform: none;
    object-fit: contain;
  }
  .scene-qa-box .it-box .txt {
    flex: unset;
    padding: 16px;
  }
  .scene-qa-box .scene-qa-q {
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px 13px;
    font-size: 1.8rem;
    color: var(--white);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, #000 100%);
    background: linear-gradient(180deg, color(display-p3 0 0 0 / 0.8) 0%, color(display-p3 0 0 0 / 0) 100%);
    border-bottom: none;
    border-radius: 8px 8px 0 0;
  }
  .scene-qa-box .scene-qa-a .nml-toggle-icn::before {
    right: 2px;
  }
  .scene-qa-box .scene-qa-a .nml-toggle-icn::after {
    right: 10px;
  }
  .scene-qa-box .scene-qa-a button {
    display: block;
    font-size: 1.6rem;
    text-align: left;
    padding-right: 34px;
  }
  .scene-qa-box .scene-qa-a .label {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
  .scene-qa-box .scene-qa-a-detail {
    padding: 16px;
  }
  .scene-qa-box .scene-qa-a-detail .it-box {
    row-gap: 16px;
  }
  .scene-qa-box .scene-qa-a-detail .it-box .img {
    width: 100%;
  }
  .scene-qa-box .scene-qa-a-detail .it-box .txt {
    font-size: 1.6rem;
  }
  .local-linkpanel-list {
    margin-top: var(--size64);
  }
  .local-linkpanel-list.panel-list {
    row-gap: 32px;
  }
  .local-linkpanel-list .service-box .txt-wrap .arrow-link {
    padding-right: 48px;
  }
  .page-nav-tab-wrap.tab-wrap {
    overflow-x: scroll;
    width: calc(100% + 16px);
  }
  .tab-wrap.sp-scroll,
  .page-nav-tab-wrap.tab-wrap {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .tab-wrap.sp-scroll::-webkit-scrollbar,
  .page-nav-tab-wrap.tab-wrap::-webkit-scrollbar {
    display: none;
  }
  .page-nav-tab-wrap.tab-wrap .tab-btns-list .tab-btn {
    font-size: 1.1rem;
    word-break: auto-phrase;
  }
  .page-nav-tab-wrap.tab-wrap .tab-btns-list > li:last-of-type {
    padding-right: 16px;
  }
  .page-nav-tab-wrap.tab-wrap .tab-btns-list > li {
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
  }
  .cmn-mv-section {
    background: url(/accessory/images/bg_accessory_mv_sp.webp) no-repeat center / cover;
    min-height: 211px;
  }
  .accessory-lead-section.section {
    margin-top: 24px;
  }
  .cmn-mv-section .mv-txt-box {
    font-size: 2.4rem;
  }
  .accessory-lead-section .notice-area {
    margin-top: var(--size40);
  }
  .txt-img-wrap > .txt-wrap {
    flex: none;
    width: 100%;
  }
  .txt-img-wrap.img-w-s > .img-wrap,
  .txt-img-wrap.img-w-l > .img-wrap,
  .txt-img-wrap > .img-wrap {
    width: 100%;
  }
  .txt-img-wrap > .img-wrap.cmn-img-slider-wrap {
    margin: 0;
  }
  .txt-img-wrap > .img-wrap.cmn-img-slider-wrap img {
    width: 100%;
  }
  .txt-img-wrap > .txt-wrap .txt-l {
    margin-bottom: 12px;
  }
  .txt-img-wrap {
    display: grid;
    grid-template-areas: "txt-l" "h3ttl" "label-list" "img-wrap" "txt-above" "txt" "bd-grey-box" "note-list" "last-order";
  }
  .txt-img-wrap > .txt-wrap {
    display: contents;
  }
  .txt-img-wrap .txt-l {
    grid-area: txt-l;
  }
  .txt-img-wrap .h3ttl {
    grid-area: h3ttl;
  }
  .txt-img-wrap > .img-wrap {
    /* grid-area: img-wrap; */
    grid-area: last-order;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
  .txt-img-wrap.ai-s > .img-wrap {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 30px;
  }
  .txt-img-wrap .label-list {
    grid-area: label-list;
    flex-wrap: wrap;
    column-gap: 24px;
    grid-row: 8px;
  }
  .txt-img-wrap .label-list dt {
    padding: 2px 4px;
    font-size: 1.2rem;
  }
  .txt-img-wrap .note-list {
    grid-area: note-list;
  }
  .txt-img-wrap .note-list .txt {
    margin-top: 0;
  }
  .txt-img-wrap .txt-above {
    grid-area: txt-above;
    margin-top: var(--size24);
  }
  .txt-img-wrap .txt {
    grid-area: txt;
    margin-top: 24px;
  }
  .txt-img-wrap .bd-grey-box {
    grid-area: bd-grey-box;
  }
  .txt-img-wrap .last-order {
    grid-area: last-order;
  }
  .txt-img-wrap.sp-order-ver2 {
    display: grid;
    grid-template-areas: "txt-l" "h3ttl" "txt" "img-wrap" "last-order";
  }
  .txt-img-wrap.sp-order-ver2 .txt {
    margin-top: 0;
    margin-bottom: var(--size24);
  }
  .txt-img-wrap.sp-order-ver2 > .img-wrap {
    margin: 0;
    width: 100%;
  }
  .txt-img-wrap.sp-order-ver2 > .img-wrap img {
    max-width: 100%;
    width: 100%;
  }
  .txt-img-wrap.sp-order-ver4,
  .txt-img-wrap.sp-order-ver3 {
    display: flex;
    flex-direction: column;
    row-gap: var(--size24);
    flex-wrap: wrap;
  }
  .txt-img-wrap.sp-order-ver4 > .txt-wrap,
  .txt-img-wrap.sp-order-ver3 > .txt-wrap {
    order: 2;
    display: block;
  }
  .txt-img-wrap.sp-order-ver3 > .img-wrap {
    order: 1;
    margin: 0;
  }
  .txt-img-wrap.sp-order-ver3 > .img-wrap img {
    max-width: 100%;
    width: 100%;
  }
  .txt-img-wrap.sp-order-ver4 > .txt-wrap .txt {
    margin-top: 0;
  }
  .txt-img-wrap.sp-order-ver4 > .img-wrap {
    order: 1;
    width: auto;
  }
  .txt-img-wrap.sp-order-ver5 > .img-wrap {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .txt-img-wrap.ver-bgc-grey.sp-order-ver4 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .txt-img-wrap.ver-bgc-grey > .txt-wrap {
    padding-left: 0;
  }
  .txt-img-wrap.ver-bgc-grey.sp-order-ver4 > .txt-wrap {
    padding: 0 16px 32px;
  }
  .txt-img-wrap.ver-bgc-grey.sp-order-ver4 > .img-wrap {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .txt-img-wrap.ver-bgc-grey.sp-order-ver4 > .img-wrap img {
    width: 100%;
  }
  .txt-img-wrap.ver-bgc-grey.rev > .txt-wrap {
    padding-right: 0;
  }
  .cmn-show-more-wrap .item:nth-of-type(3),
  .cmn-show-more-wrap .item:nth-of-type(-n + 4) {
    display: block;
  }
  .sp-show-more-than4 .item,
  .sp-show-more-than2 .item,
  .sp-show-more-wrap .item {
    display: none;
  }
  .sp-show-more-than4 .item:nth-of-type(-n + 4),
  .sp-show-more-than2 .item:nth-of-type(-n + 2) {
    display: block;
  }
  .sp-show-more-wrap .item:nth-of-type(-n + 6) {
    display: block;
  }
  .accessory-show-more-wrap .item:nth-of-type(7) {
    display: none;
  }
  .catalog-panel .txt-box {
    padding: 16px 12px;
  }
  .catalog-panel .txt-box .logo img {
    height: 32px;
  }
  .catalog-panel .txt-box .link-wrap img {
    width: 24px;
  }
  .catalog-panel .txt-box .link-wrap .txt {
    padding-right: 0;
    padding-bottom: 24px;
    background-position: 0 bottom;
  }
  .cmn-mv-section.afterparts-mv {
    background: url(/afterparts/images/bg_afterparts_mv_sp.webp) no-repeat center / cover;
  }
  .afterparts-anchor-wrap {
    flex-direction: column;
    row-gap: var(--contentMg);
  }
  .afterparts-anchor-wrap .left-wrap {
    width: 100%;
    padding: 0;
  }
  .afterparts-anchor-wrap .right-wrap {
    flex: none;
    width: 100%;
  }
  .afterparts-anchor-wrap .btn-list {
    column-gap: 8px;
  }
  .afterparts-anchor-wrap .btn-list a {
    width: 100%;
    height: 100%;
  }
  .engine-oil-img {
    max-width: 76%;
    margin: 0 auto;
  }
  .tire-overview-wrap {
    display: grid;
    grid-template-areas: "logo-wrap" "img-wrap" "wrap-ttl";
  }
  .tire-overview-wrap .logo-wrap {
    grid-area: logo-wrap;
  }
  .tire-overview-wrap .img-wrap {
    grid-area: img-wrap;
    width: 100%;
    text-align: center;
    margin-top: var(--size24);
  }
  .tire-overview-wrap .img-wrap img {
    width: auto;
    height: auto;
    max-height: 343px;
  }
  .tire-overview-wrap .txt-wrap {
    flex: none;
    display: contents;
  }
  .tire-overview-wrap .txt-wrap * + .wrap-ttl {
    margin-top: var(--size24);
  }
  .tire-overview-wrap .txt-wrap .wrap-ttl {
    grid-area: wrap-ttl;
  }
  .tire-feature-box + .h3ttl,
  .tire-feature-box + .tire-feature-box {
    margin-top: var(--size40);
  }
  .modal-win {
    height: 100vh;
    max-height: calc(100% - 88px);
    padding: 40px 24px;
  }
  .modal-win.img-modal-win {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    padding-left: 0;
    padding-right: 0;
  }
  /* .modal-win.win-large {
    height: calc(100% - 48px);
    max-height: 100%;
  } */
  .modal-win.win-large {
    height: calc(100% - 140px);
    max-height: 100%;
    width: 90%;
    transform: translate(-50%, calc(-50% + 43px));
  }



  .modal-win-body.with-fixed-item {
    padding-bottom: 108px;
  }
  .modal-inr-mask {
    height: 32px;
  }
  .modal-close-btn button:focus,
  .modal-close-btn button {
    outline: none !important;
  }
  .img-modal-win .modal-close-btn {
    top: auto;
    bottom: 5%;
    right: calc(50% - 24px);
  }
  .modal-win-main {
    padding: 32px 24px;
  }
  .modal-win.accessory-win {
    width: calc(100% - 32px);
    height: calc(100% - 128px);
    max-height: 100%;
  }
  .modal-win-main .h4ttl {
    margin-bottom: var(--size24);
  }
  .modal-h6ttl {
    font-size: 1.8rem;
  }
  .modal-win-ttl {
    font-size: 2.2rem;
  }
  .modal-win-sub-ttl {
    font-size: 2rem;
  }
  .modal-selection-list {
    justify-content: flex-start;
  }
  .modal-selection-list > li {
    flex: unset;
    width: auto;
    max-width: unset;
    display: inline-block;
  }
  .nml-radio-list {
    gap: 16px;
  }
  .nml-radio-list > li {
    display: inline-block;
    width: auto;
  }
  .nml-radio-list.sp-col-2 > li {
    width: calc(50% - 8px);
  }
  .nml-radio-list.sp-col-2 > li .radio-wrap {
    width: 100%;
    height: 100%;
  }
  .nml-radio-list.sp-col-2 > li .radio-wrap label {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .radio-wrap {
    display: inline-block;
  }
  .modal-checkbox-list {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
  }
  .nml-checkbox-list {
    gap: 12px;
  }
  .modal-checkbox-list > li {
    margin-right: 0;
    margin-bottom: 0;
  }
  .range-slider-labels > span {
    min-height: 32px;
  }
  .modal-car-size-wrap {
    padding: 0 0 16px;
    column-gap: 7.168%;
  }
  .modal-win-main .acc-wrap.nml-acc-wrap {
    margin-left: -24px;
    margin-right: -24px;
  }
  .modal-select-wrap .select-wrap {
    max-width: 124px;
  }
  .modal-win-btm {
    padding: 16px 24px;
    margin-top: 0;
  }
  .modal-win-btm .sort-data {
    font-size: 1.4rem;
  }
  .modal-win-btm .sort-data .num {
    font-size: 2.4rem;
    margin-left: 8px;
    margin-right: 4px;
  }
  .modal-win-btm .btm-flex-wrap {
    flex-direction: column;
    row-gap: 8px;
    margin-top: -8px;
  }
  .modal-win-btm .btn-wrap {
    margin-left: 0;
    width: 100%;
  }
  .btm-flex-wrap.sort-btm-flex-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .btm-flex-wrap.sort-btm-flex-wrap .sort-data {
    width: 100%;
    text-align: center;
    order: 1;
  }
  .btm-flex-wrap.sort-btm-flex-wrap .btn-wrap {
    width: calc(50% - 4px);
  }
  .btm-flex-wrap.sort-btm-flex-wrap .btn-wrap:first-of-type {
    order: 3;
  }
  .btm-flex-wrap.sort-btm-flex-wrap .btn-wrap:last-of-type {
    order: 2;
    margin-right: 8px;
  }
  .btm-flex-wrap.sort-btm-flex-wrap .btn-nml {
    font-size: 1.4rem;
    padding: 8px;
    min-height: 40px;
    width: 100%;
  }
  .btm-flex-wrap.sort-btm-flex-wrap .btn-nml.reset {
    order: 1;
  }
  .lp-mv-section {
    background: url(/lp/images/img_lp_mv_sp.webp) no-repeat center / cover;
    min-height: 450px;
    padding-top: 20px;
  }
  .lp-bg-section .lp-bg-sec-content {
    margin-top: calc(-100vh + 48px);
    padding-bottom: var(--size80);
  }
  .lp-bg-img {
    height: calc(100vh - 48px);
  }
  .lp-bg-img img {
    width: 100%;
    height: auto;
  }
  .lp-mv-txtbox {
    margin-left: 10px;
    max-width: 80%;
  }
  .lp-img-ttl-wrap {
    column-gap: 8px;
    margin-bottom: var(--size24);
  }
  .lp-img-ttl-wrap .img {
    width: 72px;
  }
  .lp-txt-img-box {
    flex-direction: column;
    padding-top: 20px;
    margin: var(--size80) -16px 0;
  }
  .lp-txt-img-box .txt-box {
    flex: none;
    margin-right: 0;
  }
  .lp-txt-img-box .txt-box .inr-bgc-box {
    padding: 0;
    background-color: transparent;
  }
  .lp-txt-img-box .label {
    width: auto;
    height: 35px;
    top: -18px;
  }
  .lp-txt-img-box .label img {
    width: auto;
    height: 100%;
  }
  .lp-txt-img-box .h4ttl {
    margin-bottom: 0;
    background-color: var(--greyK3);
    padding: 32px 16px 40px 24px;
    margin-right: 40px;
  }
  .lp-txt-img-box .box-txt {
    padding: 0 16px 0 40px;
    margin-top: var(--size24);
  }
  .lp-txt-img-box .btm-txt {
    padding-right: 16px;
    padding-left: 40px;
  }
  .lp-txt-img-box .img-box {
    width: 100%;
    padding-top: 0;
    padding-left: 40px;
    margin-top: -24px;
  }
  .lp-txt-img-box.rev .txt-box {
    margin-left: 0;
  }
  .lp-txt-img-box.rev .txt-box .inr-bgc-box {
    padding: 0;
  }
  .lp-txt-img-box.rev .label {
    left: 20px;
  }
  .lp-txt-img-box.rev .h4ttl {
    margin-right: 0;
    margin-left: 40px;
  }
  .lp-txt-img-box.rev .btm-txt {
    padding-left: 16px;
    padding-right: 40px;
  }
  .lp-txt-img-box.rev .box-txt {
    padding: 0 40px 0 16px;
  }
  .lp-txt-img-box.rev .img-box {
    padding-left: 0;
    padding-right: 40px;
  }
  .lp-point-txt-box {
    padding: 0;
  }
  .lp-slider-list {
    padding-bottom: 48px;
  }
  .lp-slider-list .splide__list {
    column-gap: 16px;
    max-width: 67.4666vw;
  }
  .lp-modal-box .lp-box-main {
    padding: 32px 16px 23px;
  }
  .lp-modal-box .ttl-col2 {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 24px;
  }
  .lp-modal-box .ttl-col2 .price-col {
    font-size: 1.2rem;
  }
  .lp-modal-box .ttl-col2 .price .num {
    font-size: 2.4rem;
  }
  .lp-modal-box .section {
    margin-top: var(--blockMg);
  }
  .lp-modal-box .h3ttl {
    margin-bottom: var(--contentMg);
  }
  .lp-modal-box .cmn-card-list {
    row-gap: 20px;
  }
  .lp-modal-box .cargo-space-col2 > .col {
    width: 100%;
  }
  .cargo-space-col2 > .col + .col {
    margin-top: 12px;
  }
  .lp-modal-box .cargo-space-col2 > .col:first-of-type {
    width: 100%;
  }
  .lp-modal-box .cargo-space-list > li + li {
    margin-top: 8px;
  }
  .lp-modal-box .btn-wrap {
    margin-top: var(--blockMg);
  }
  .cv-grey-box {
    padding: var(--size24) 16px;
  }
  .cv-grey-box .btn-wrap {
    margin-top: 0;
  }
  .img-checklist-box {
    flex-direction: column;
  }
  .img-checklist-box > .txt-box {
    padding: 32px var(--size32);
    flex: none;
    width: 100%;
    order: 2;
  }
  .img-checklist-box > .txt-box .h5ttl {
    margin-bottom: var(--size24);
  }
  .img-checklist-box > .img-box.ver-02,
  .img-checklist-box > .img-box {
    width: 100%;
    order: 1;
  }
  .about-eyesight-wrap {
    flex-direction: column;
    row-gap: 56px;
  }
  .about-eyesight-wrap > .left-wrap {
    width: 100%;
    flex-direction: row;
    column-gap: 37px;
  }
  .about-eyesight-wrap > .left-wrap::before {
    height: 24px;
    background: url(/assets/images/icn_arrow_r.svg) no-repeat center / contain;
    top: calc(100% + 16px);
    right: calc(50% - 20px);
    transform: rotate(90deg);
  }
  .about-eyesight-wrap > .left-wrap .it-box + .it-box::before {
    width: 20px;
    height: 20px;
    right: calc(100% + 8px);
    top: 36px;
  }
  .about-eyesight-wrap > .right-wrap {
    width: 100%;
  }
  .about-eyesight-wrap .it-box {
    flex-direction: column;
    flex: 1;
  }
  .about-eyesight-wrap .it-box .img {
    width: 100%;
  }
  .about-eyesight-wrap .it-box .txt {
    width: 100%;
    padding: 8px 16px;
    font-size: 1.4rem;
  }
  .about-eyesight-wrap .tit-box {
    padding: 24px 16px;
  }
  .about-eyesight-wrap .tit-box img {
    width: 100%;
  }
  .about-eyesight-wrap > .right-wrap .tit-box .it-box .txt {
    padding: 0;
    margin-top: var(--size16);
  }
  .border-pop-panel > .panel-label > span {
    font-size: 1.2rem;
    padding: 4px 3px;
    border-radius: 4px;
  }
  .border-pop-panel > .panel-ttl {
    font-size: 1.2rem;
  }
  .border-pop-panel > .panel-ttl .main {
    font-size: 1.4rem;
  }
  .border-pop-panel .info-box {
    column-gap: 8px;
    font-size: 1.1rem;
  }
  .border-pop-panel .info-box > .info-txt {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    max-height: 7.5em;
    -webkit-line-clamp: 5;
  }
  .inspection-dl-wrap > dt {
    width: 27.7%;
  }
  .inspection-detail-wrap {
    padding: 0;
    margin-top: var(--size16);
  }
  .inspection-detail-wrap.ver-w-lg {
    padding: 0;
  }
  .inspection-detail-wrap .btn-list {
    column-gap: 8px;
  }
  .inspection-detail-wrap .txt {
    font-size: 2rem;
  }
  .inspection-cap-list {
    display: flex;
    column-gap: 16px;
    margin-top: var(--size16);
  }
  .comment-bd-box .box-btm {
    border-top: 1px solid var(--silver);
    margin-top: 24px;
    padding-top: 24px;
  }
  .comment-bd-box .acc-wrap .acc-contents.abbrev-txt:not(.show) {
    opacity: 1;
    height: auto;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    max-height: 3em;
    -webkit-line-clamp: 2;
  }
  .comment-acc-wrap .triggle {
    display: flex;
    margin: 0 auto;
    position: relative;
    padding-left: 24px;
    padding: 8px 8px 8px 24px;
  }
  .comment-acc-wrap .triggle.nml-toggle-icn::before {
    right: auto;
    left: 2px;
    width: 13px;
  }
  .comment-acc-wrap .triggle.nml-toggle-icn::after {
    right: auto;
    left: 8px;
    height: 13px;
    top: calc(50% - 6px);
  }
  .comment-acc-wrap .triggle .close {
    display: none;
  }
  .comment-acc-wrap .triggle.cur .close {
    display: block;
  }
  .comment-acc-wrap .triggle.cur .open {
    display: none;
  }
  .sp-table-scroll {
    overflow-x: scroll;
    overflow-y: clip;
  }
  .sp-table-scroll table {
    width: 977px;
  }
  .sp-table-scroll.sp-w-l table {
    width: 1040px;
  }
  .sp-th-fixed thead tr:first-of-type th:first-of-type,
  .sp-th-fixed tbody th {
    position: sticky;
    left: 0;
  }
  .sp-th-fixed thead tr:first-of-type th:first-of-type::before,
  .sp-th-fixed tbody th::before {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 4px solid var(--white);
  }
  .sp-scroll-notice {
    margin-bottom: 16px;
  }
  .sp-scroll-notice span {
    display: inline-flex;
    column-gap: 8px;
    border: 1px solid var(--silver);
    padding: 12px 16px;
  }
  .sp-scroll-notice .icn {
    width: 16px;
  }
  .table-nml tbody th,
  .table-nml tbody td {
    font-size: 1.4rem;
  }
  .sp-va-top {
    vertical-align: top !important;
  }
  .sp-va-md {
    vertical-align: middle !important;
  }
  .sp-va-btm {
    vertical-align: bottom !important;
  }
  .nml-faq-wrap .faq-row {
    align-items: flex-start;
    padding: 0;
    font-size: 2.2rem;
  }
  .faq-a-row {
    margin-top: var(--size24);
  }
  .nml-step-box {
    border-top: none;
    padding: 0;
  }
  .nml-step-box .step-label {
    font-size: 2rem;
    font-weight: var(--fwBold);
    color: var(--keyColor);
    margin-bottom: var(--size8);
  }
  .nml-step-box .step-icn-wrap {
    border-left: 2px solid var(--keyColor);
    padding: var(--size16) 32px var(--size16) 22px;
    display: flex;
    flex-direction: column;
    row-gap: var(--size16);
  }
  .nml-step-box .step-icn {
    width: 32px;
    padding: 0;
  }
  .nml-step-box .step-txt-wrap {
    flex: none;
  }
  .nml-step-box .step-ttl {
    font-size: 2rem;
    padding: 0;
    margin-bottom: var(--size8);
  }
  .nml-step-box .step-txt {
    font-size: 1.4rem;
  }
  .nml-step-box .step-txt.sp-hide {
    display: none;
  }
  .nml-step-box.ver-simple {
    padding: 0;
  }
  .nml-step-box.ver-simple .step-label {
    margin-bottom: var(--size8);
  }
  .nml-step-box.ver-simple .step-ttl {
    font-size: 2.4rem;
  }
  .nml-step-box.ver-simple .step-txt-wrap {
    padding: var(--size16) 0 var(--size16) 22px;
    border-left: 2px solid var(--keyColor);
  }
  .pagination-item-link {
    width: 32px;
    height: 32px;
  }
  .step-flow-list .step {
    font-size: 1.8rem;
    min-height: 56px;
  }
  .step-flow-list .step + .step {
    margin-left: -24px;
  }
  .step-flow-list .step:first-of-type {
    width: calc(50% + 13px);
    padding-right: 12px;
    clip-path: polygon(0% 0%, calc(100% - 26px) 0%, 100% 50%, calc(100% - 26px) 100%, 0% 100%);
  }
  .step-flow-list .step:not(:last-of-type):not(:first-of-type) {
    width: calc(50% + 13px + 11px);
    padding-left: 7px;
    clip-path: polygon(calc(100% - 26px) 0%, 100% 50%, calc(100% - 26px) 100%, 0% 100%, 26px 50%, 0% 0%);
  }
  .step-flow-list .step:last-of-type {
    width: calc(50% + 11px);
    padding-left: 12px;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 26px 50%, 0% 0%);
  }
  .step-flow-list.step-2 .step:first-of-type {
    padding-right: 28px;
  }
  .step-flow-list.step-2 .step:last-of-type {
    padding-left: 28px;
  }
  .step-flow-list:not(.step-2) .step {
    font-size: 1.4rem;
  }
  .step-flow-list:not(.step-2) .step:first-of-type {
    padding-right: 18px;
  }
  .step-flow-list:not(.step-2) .step:last-of-type {
    padding-left: 20px;
  }
  .step-flow-list.step-3 .step:first-of-type {
    width: calc(33.333% + 13px);
  }
  .step-flow-list.step-3 .step:not(:last-of-type):not(:first-of-type) {
    width: calc(33.333% + 13px + 11px);
  }
  .step-flow-list.step-3 .step:last-of-type {
    width: calc(33.333% + 11px);
  }
  .step-flow-list.step-4 .step:first-of-type {
    width: calc(25% + 13px);
  }
  .step-flow-list.step-4 .step:not(:last-of-type):not(:first-of-type) {
    width: calc(25% + 13px + 11px);
  }
  .step-flow-list.step-4 .step:last-of-type {
    width: calc(25% + 11px);
  }
  .step-flow-list.step-5 .step:first-of-type {
    width: calc(20% + 13px);
  }
  .step-flow-list.step-5 .step:not(:last-of-type):not(:first-of-type) {
    width: calc(20% + 13px + 11px);
  }
  .step-flow-list.step-5 .step:last-of-type {
    width: calc(20% + 11px);
  }
  .step-flow-wrap .wrap-label {
    font-size: 2.2rem;
  }
  .step-flow-wrap .h2ttl {
    margin-top: var(--size12);
  }
  .step-flow-wrap .lead-panel-wrap {
    margin-bottom: var(--size40);
  }
  .step-flow-wrap .lead-panel-wrap .card-n-linkpanel .img-box {
    width: 100%;
  }
  .step-flow-wrap .lead-panel-wrap .card-n-linkpanel .txt-box {
    flex: none;
  }
  .step-flow-wrap .nml-panel-wrap .card-n-linkpanel.ver-row {
    align-items: center;
  }
  .step-flow-wrap .nml-panel-wrap .card-n-linkpanel .txt-box .arrow-link {
    font-size: 1.6rem;
  }
  .nml-panel-wrap .card-n-linkpanel.ver-row {
    padding-right: 48px;
    display: grid;
    row-gap: 8px;
    grid-template-columns: 35.95% 1fr;
    grid-template-areas: "leftArea rightArea" "btmArea btmArea";
    position: relative;
  }
  .nml-panel-wrap .card-n-linkpanel.ver-row::after {
    content: "";
    display: block;
    position: absolute;
    background: url(/assets/images/icn_arrow.svg) no-repeat center / contain;
    width: 16px;
    height: 16px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .nml-panel-wrap .card-n-linkpanel.ver-row[target="_blank"]::after {
    background: url(/assets/images/icn_blank.svg) no-repeat center / contain;
  }
  .nml-panel-wrap .card-n-linkpanel.ver-row .arrow-link,
  .nml-panel-wrap .card-n-linkpanel.ver-row .txt-box {
    display: contents;
  }
  .nml-panel-wrap .card-n-linkpanel.ver-row .arrow-link::after {
    content: none;
  }
  .nml-panel-wrap .card-n-linkpanel.ver-row .img-box {
    grid-area: leftArea;
    width: 100%;
  }
  .nml-panel-wrap .card-n-linkpanel.ver-row .sub {
    grid-area: btmArea;
  }
  textarea {
    height: 176px;
  }
  .local-nav-wrap {
    padding: var(--size64) 16px;
  }
  .map-sort-box {
    padding: 24px 16px;
  }
  .map-sort-box .inr-row {
    flex-direction: column;
    align-items: stretch;
    row-gap: 16px;
  }
  .map-sort-box .map-sort-select-wrap {
    flex-direction: column;
  }
  .map-sort-box .map-sort-select-wrap .row-item {
    width: 100%;
  }
  .map-sort-box .txt {
    margin-right: 0;
  }
  .map-sort-box .select-wrap {
    height: 56px;
    flex: 1;
  }
  .map-sort-box .btn-wrap {
    margin-left: 0;
    min-width: unset;
  }
  .history-content-list > .item {
    padding: 0;
  }
  .history-detail .history-ballon {
    padding: var(--size16) 16px;
  }
  .history-detail-ttl {
    margin-bottom: var(--size16);
  }
  .history-detail-ttl .year {
    display: block;
    margin-bottom: var(--size4);
  }
  .history-col2 {
    flex-direction: column;
    row-gap: var(--size16);
  }
  .history-col2 > .img-col,
  .history-col2 > .txt-col {
    flex: none;
    width: 100%;
  }
  .compare-img-container .compare-caption {
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 1.1rem;
    bottom: 8px;
  }
  .compare-img-container .compare-caption.before {
    left: 8px;
  }
  .compare-img-container .compare-caption.after {
    right: 8px;
  }
  .compare-img-container .twentytwenty-handle {
    width: 16px;
    height: 32px;
    border-radius: 4px;
  }
  body.on-modal-open .modal-win.win-large {
    padding: 0;
    height: 50vw;
    overflow: inherit;
  }
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  .sp-only {
    display: none !important;
  }
  .header,
  html,
  body,
  #wrap {
    min-width: 1100px;
  }
}


/* 25-07-02_add */
.attn{
  font-weight: bold;
  color: red;
}
.contents-wrap {
  width: 1170px !important;
}
li,p {
  margin-bottom: 0 !important;
}
hr {
  height: 5px;
  border-bottom: 1px solid #ccc !important;
  margin: 50px 0 !important;
}
@media screen and (max-width: 925px), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .main-wrap, .contents-wrap, .main-slider {
    width: 100% !important;
  }
}
/* .panel-list .item p:first-of-type {
  position: relative;
  padding-right: 50px;
}
.panel-list .item p:first-of-type::after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 10px;
  background-image: url(img/arrow2.png);
  background-size: contain;
} */
a {
    text-decoration: none !important;
}

    ul.tabs {
      display: flex;
      margin: 40px 0 30px;
    }

    /* ul.tabs li {
      text-align: center;
      border-bottom: 2px solid #ccc;
      flex: 1;
      padding-bottom: 5px;
      font-weight: bold;
    }
    ul.tabs li.tab-active {
      color: var(--keyColor) !important;
      color: #fff;
      background-color: var(--keyColor);
    } */


    ul.tabs li {
      text-align: center;
      border-bottom: 2px solid var(--keyColor);
      flex: 1;
      padding-bottom: 5px;
      font-weight: bold;
      padding: 12px;
      transition: 0.3s;
      position: relative;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      font-size: 17px;
    }

    ul.tabs li::after {
      content: '';
      width: 100%;
      height: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: var(--keyColor);
      transition: 0.3s;
      z-index: -1;
      opacity: 0.4;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;

    }

    ul.tabs li:hover {
      border-bottom-color: #014e9878;
      /* opacity: 0.4; */
    }
  

    ul.tabs li:hover::after {
      height: 100%;

    }
    
    ul.tabs li.tab-active:hover::after {
      height: 0;
    }

    ul.tabs li a {
      display: inline-block;
      width: 100%;
      height: 100%;
    }

    /* ul.tabs li:hover {
      background-color: var(--keyColor);
      opacity: 0.3;
    } */

    /* ul.tabs li:hover.tab-active {
      opacity: 1.0;

    } */

    ul.tabs li:hover a {
      color: #fff;

    }





    ul.tabs li.tab-active {
      /* color: var(--keyColor) !important; */
      color: #fff;
      border-bottom-color: var(--keyColor) !important;
      background-color: var(--keyColor);
    }









    .txt-bold {
      font-weight: bold;
    }
    .txt-block {
      display: block;
    }

    #footer .btn-2top {
      display: none !important;
    }

    .txt-b {
      color: #000 !important
    }
    .no-bold {
      font-weight: normal !important;
    }
    p.small {
      font-size: 13px;
    }
    /* div.splide__track::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      z-index: 100000;
      position: absolute;
      border-left: 1px solid #fff;
      border-right: 1px solid #fff;
      box-sizing: border-box;
  } */


  /* Modal
----------------------------------------- */
.modal-overlay {
  z-index: 1101;
}
.modal-win {
  z-index: 1102;
}
.modal-win.win-large.img-modal-win-adjust {
  height: auto;
}