@charset "UTF-8";
/* base css
----------------------------------------------------------------- */
:root {
  --windowHeight: 0;
  --en: "Oswald", sans-serif;
  --gothic: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック",
    YuGothic, "メイリオ", "Meiryo", sans-serif;
  --jp: "Noto Sans JP", sans-serif;
  --green: #7CCFCA;
  --green2: #5AB7B2;
  --yellow: #FFDE52;
}

body {
  font-family: var(--jp);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

li {
  list-style: none;
}

ul,
li,
p {
  margin: 0;
  padding: 0;
}

/* animation
----------------------------------------------------------------- */
.animeFadeInUp {
  opacity: 0;
  visibility: hidden;
  transform: translateY(2em);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.2s;
}
.animeFadeInUp.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.animeFadeIn {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-delay: 0.2s;
}
.animeFadeIn.is-active {
  opacity: 1;
  visibility: visible;
}

.animeTitle {
  display: inline-block;
  color: #5AB7B2;
  opacity: 0;
  transform: translateY(10px);
  line-height: 1.2;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.8s ease, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.2s;
}
.animeTitle.is-active {
  color: inherit;
  opacity: 1;
}

/* recaptcha 非表示コード（お問い合わせページ以外）*/
.grecaptcha-badge {
  visibility: hidden;
}

/* l-contents
----------------------------------------------------------------- */
/* l-container
----------------------------------------------------------------- */
.l-container, .l-container--noneRl, .l-container--noneMl {
  max-width: 1140px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}
.l-container--noneMl {
  padding-inline: 0;
  margin-left: 0;
  max-width: 100%;
}
@media print, screen and (max-width: 1280px) {
  .l-container--noneMl {
    padding-inline: 0 20px;
  }
}
@media print, screen and (max-width: 768px) {
  .l-container--noneMl {
    padding-inline: 0;
  }
}
.l-container--noneRl {
  padding-inline: 0;
  margin-right: 0;
  max-width: 100%;
}
@media print, screen and (max-width: 1280px) {
  .l-container--noneRl {
    padding-inline: 20px 0;
  }
}
@media print, screen and (max-width: 768px) {
  .l-container--noneRl {
    padding-inline: 0;
  }
}

/* .l-bg
----------------------------------------------------------------- */
.l-bg {
  background: url(../img/oltre-specialissima2025LP/bg_pc.jpg) center center/cover no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .c-btnBox
----------------------------------------------------------------- */
.c-btnBox, .c-btnBox--green2 {
  text-decoration: none;
  color: inherit;
  width: 100%;
  min-height: 64px;
  background-color: var(--green);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
}
@media print, screen and (max-width: 768px) {
  .c-btnBox, .c-btnBox--green2 {
    min-height: 54px;
  }
}
.c-btnBox--green2 {
  background-color: var(--green2);
}
@media print, screen and (min-width: 769px) {
  .c-btnBox:hover, .c-btnBox--green2:hover {
    background-color: #0C0C0E;
  }
}
.c-btnBox__text {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  line-height: calc(24 / 16);
  letter-spacing: 0;
  pointer-events: none;
  color: #fff;
}
@media (max-width: 960px) {
  .c-btnBox__text {
    font-size: clamp(14px, 1.3559322034vw, 16px);
  }
}
@media print, screen and (max-width: 768px) {
  .c-btnBox__text {
    font-size: 14px;
    line-height: calc(20 / 14);
  }
}
.c-btnBox__iconBox {
  position: absolute;
  top: 42%;
  right: 17px;
  transform: translateY(-50%);
  width: 16px;
  height: 15px;
}
@media print, screen and (max-width: 768px) {
  .c-btnBox__iconBox {
    width: 12px;
    height: 12px;
    top: 35%;
    right: 10px;
  }
}
.c-btnBox__icon {
  width: 100%;
  object-fit: contain;
}

/* oltre-specialissima2025ページ用 */
.p-oltreSpecialissima2025Campaign {
  position: relative;
  background-image: url(../img/oltre-specialissima2025LP/bg_campaign.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .p-oltreSpecialissima2025Campaign {
    background-image: url(../img/oltre-specialissima2025LP/section_bg_sp.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
  }
}
.p-oltreSpecialissima2025Campaign__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding: 220px 10px 160px;
}

@media screen and (max-width: 1023px) {
  .p-oltreSpecialissima2025Campaign__inner {
    max-width: 355px;
    padding: 110px 0 60px;
  }
}
.p-oltreSpecialissima2025CampaignContent {
  position: relative;
  padding-top: 90px;
  border-width: 15px;
  border-style: solid;
  border-image-source: linear-gradient(#84d3cf 0%, #5ab7b2 47.78%, #5ab7b2 73.16%, #c5f2f0 100%);
  border-image-slice: 1;
  border-top: none;
}

@media screen and (max-width: 1023px) {
  .p-oltreSpecialissima2025CampaignContent {
    padding-top: 55px;
    border-width: 5px;
  }
}
.p-oltreSpecialissima2025CampaignContent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13%;
  border-width: 10px;
  border-style: solid;
  border-image: linear-gradient(#84d3cf, #84d3cf) 1;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width: 1023px) {
  .p-oltreSpecialissima2025CampaignContent::before {
    width: 11%;
    border-width: 3px;
  }
}
.p-oltreSpecialissima2025CampaignContent::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 13%;
  border-width: 10px;
  border-style: solid;
  border-image: linear-gradient(#84d3cf, #84d3cf) 1;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width: 1023px) {
  .p-oltreSpecialissima2025CampaignContent::after {
    width: 11%;
    border-width: 3px;
  }
}
.p-oltreSpecialissima2025CampaignContentTitle {
  position: absolute;
  width: 85%;
  translate: -50% 0;
  top: -11%;
  left: 50%;
}

@media screen and (max-width: 1023px) {
  .p-oltreSpecialissima2025CampaignContentTitle {
    top: -4%;
  }
}
.p-oltreSpecialissima2025CampaignContentTitle__en {
  color: #ffffff;
  font-family: Oswald;
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .p-oltreSpecialissima2025CampaignContentTitle__en {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.04em;
  }
}
.p-oltreSpecialissima2025CampaignContentTitle__ja {
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.06em;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .p-oltreSpecialissima2025CampaignContentTitle__ja {
    font-size: 18px;
  }
}
.p-oltreSpecialissima2025CampaignContent__lead {
  margin-bottom: 0;
  padding: 22px 0;
  background: linear-gradient(#82cdc9 0%, #7dceca 100%);
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1023px) {
  .p-oltreSpecialissima2025CampaignContent__lead {
    padding: 10px 0;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 19px;
  }
}
.p-oltreSpecialissima2025CampaignContent__leadBr {
  display: none;
}

@media screen and (max-width: 1023px) {
  .p-oltreSpecialissima2025CampaignContent__leadBr {
    display: block;
  }
}
.p-oltreSpecialissima2025CampaignContentMedia {
  display: grid;
  grid-template-columns: 1fr 425px;
  align-items: center;
  padding: 0 20px 0 60px;
  background-color: rgba(1, 60, 57, 0.7);
}

@media screen and (max-width: 1023px) {
  .p-oltreSpecialissima2025CampaignContentMedia {
    grid-template-columns: none;
    padding: 18px 18px 0 18px;
  }
}
.p-oltreSpecialissima2025CampaignContentMedia__text {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .p-oltreSpecialissima2025CampaignContentMedia__text {
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 24px;
  }
}
.p-oltreSpecialissima2025CampaignContentMedia__text span {
  color: #ffd23e;
}

.p-oltreSpecialissima2025CampaignContentMedia__textSub {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1023px) {
  .p-oltreSpecialissima2025CampaignContentMedia__textSub {
    font-size: 12px;
    letter-spacing: 0.02em;
  }
}
.p-oltreSpecialissima2025CampaignContentMedia__img {
  transform: scale(1.3);
}

.p-oltreSpecialissima2025Shop, .p-oltreSpecialissima2025Shop--summercampaign2025 {
  color: #fff;
  position: relative;
  padding: 100px 0 130px;
  border-image: linear-gradient(#0b0b0b 0 0) fill 0//0 100vi;
}
@media screen and (max-width: 1023px) {
  .p-oltreSpecialissima2025Shop, .p-oltreSpecialissima2025Shop--summercampaign2025 {
    padding: 60px 0 90px;
  }
}
.p-oltreSpecialissima2025Shop--summercampaign2025 {
  color: #212529;
  border-image: unset;
  background-color: #fff;
  padding: 60px 0 40px;
}
@media print, screen and (max-width: 768px) {
  .p-oltreSpecialissima2025Shop--summercampaign2025 {
    padding-bottom: 10px;
  }
}
.p-oltreSpecialissima2025Shop--summercampaign2025 .p-storeShop__item--oltre i {
  color: var(--green2);
}
.p-oltreSpecialissima2025Shop--summercampaign2025 .p-storeShopItem__content--oltre a {
  color: inherit;
}
.p-oltreSpecialissima2025Shop--summercampaign2025 .p-summercampaign2025Stores__title:after {
  display: none;
}
.p-oltreSpecialissima2025Shop--summercampaign2025 .storeTtl--oltre::after {
  border-bottom: 3px solid #D5D5D5;
}
.p-oltreSpecialissima2025Shop--summercampaign2025 .p-storeShop .p-storeShop__item--oltre:not(:last-of-type)::after {
  background: url(../img/springcampaign2025/line_pc.png) center bottom/contain no-repeat;
}
.p-oltreSpecialissima2025Shop--summercampaign2025 .p-storeShopItem__tag--oltre {
  gap: 8px;
}
.p-oltreSpecialissima2025Shop--summercampaign2025 .p-storeShopItem__tag--oltre li.test-ride {
  border: none;
  background-color: var(--green2);
}
.p-oltreSpecialissima2025Shop--summercampaign2025 .p-storeShopItem__tag--oltre li.fitting {
  border: none;
  background-color: #5A81A2;
}
.p-oltreSpecialissima2025Shop--summercampaign2025 .p-storeShopItem__tag--oltre li.parking {
  border: none;
}
.p-oltreSpecialissima2025Shop--summercampaign2025 .p-storeShopItem__tag--oltre li.shopin {
  border: none;
  background-color: #CB6B2D;
}

@media screen and (max-width: 1023px) {
  .p-oltreSpecialissima2025Shop__title {
    padding-bottom: 0;
  }
}
.storeTtl--oltre {
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .storeTtl--oltre {
    margin-bottom: 15px;
  }
}
.storeTtl--oltre::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  border-bottom: 3px solid #ffffff;
}

@media screen and (max-width: 768px) {
  .storeTtl--oltre::after {
    border-bottom: 2px solid #ffffff;
  }
}
.storeTtl__border--oltre {
  font-family: var(--jp);
  padding-left: 25px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .storeTtl__border--oltre {
    font-size: 20px;
    padding-left: 10px;
  }
}
.storeTtl__border--oltre::before {
  left: 0;
  top: 50%;
  transform: translateY(-40%);
  width: 5px;
  height: 32px;
  bottom: unset;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .storeTtl__border--oltre::before {
    width: 3px;
    height: 24px;
  }
}
.p-storeShop__item--oltre {
  padding: 40px 0;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .p-storeShop__item--oltre {
    margin-bottom: 0;
    padding: 33px 0;
  }
}
.p-storeShop .p-storeShop__item--oltre:not(:last-of-type) {
  position: relative;
}
.p-storeShop .p-storeShop__item--oltre:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 100%;
  background: url(../img/oltre-specialissima2025LP/lineup_line_pc.png) center bottom/contain no-repeat;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .p-storeShop .p-storeShop__item--oltre:not(:last-of-type)::after {
    background: url(../img/oltre-specialissima2025LP/lineup_line_sp.png) center bottom/contain no-repeat;
  }
}
.p-storeShop__item--oltre i {
  color: #ffffff;
}

.p-storeShopItem__address--oltre {
  margin-bottom: 0;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-storeShopItem__address--oltre {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.p-storeShopItem__time--oltre {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-storeShopItem__time--oltre {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-storeShopItem__content--oltre {
    font-size: 14px;
  }
}
.p-storeShopItem__content--oltre a {
  color: #ffffff;
}

.p-storeShopItem__tel--oltre {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.p-storeShopItem__tel--oltre > span {
  display: inline-block;
  margin-top: 0.2em;
}

@media screen and (max-width: 768px) {
  .p-storeShopItem__tel--oltre {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.p-storeShopItem__tag--oltre {
  gap: 10px;
}

.p-storeShopItem__tag--oltre li.test-ride {
  background-color: #244d4b;
  border: 1px solid #649a96;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-storeShopItem__tag--oltre li.test-ride {
    font-size: 12px;
  }
}
.p-storeShopItem__tag--oltre li.fitting {
  background-color: #2d4458;
  border: 1px solid #72beff;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-storeShopItem__tag--oltre li.fitting {
    font-size: 12px;
  }
}
.p-storeShopItem__tag--oltre li.parking {
  background-color: #4e4e4e;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-storeShopItem__tag--oltre li.parking {
    font-size: 12px;
  }
}
.p-storeShopItem__tag--oltre li.shopin {
  background: #603010;
  border: 1px solid #ff6500;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-storeShopItem__tag--oltre li.shopin {
    font-size: 12px;
  }
}
.p-oltreSpecialissima2025Shop__btnBox {
  margin-inline: auto;
  max-width: 402px;
  padding-top: 95px;
}

@media screen and (max-width: 768px) {
  .p-oltreSpecialissima2025Shop__btnBox {
    max-width: 359px;
    padding-top: 45px;
  }
}
.p-oltreSpecialissima2025Footer, .p-oltreSpecialissima2025Footer--borderTpNone {
  position: relative;
  background-color: #000000;
  border-top: 3px solid #cacaca;
  color: #fff;
}
.p-oltreSpecialissima2025Footer--borderTpNone {
  border-top: none;
}

.p-oltreSpecialissima2025Footer__inner {
  max-width: 260px;
  margin-inline: auto;
  padding: 35px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-oltreSpecialissima2025Footer__inner {
    padding: 30px 0;
  }
}
.p-oltreSpecialissima2025Footer__snsList {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.p-oltreSpecialissima2025Footer__text {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .p-oltreSpecialissima2025Footer__text {
    margin-bottom: 6px;
    font-size: 12px;
  }
}
.p-oltreSpecialissima2025Footer__copyright {
  font-family: Oswald;
  font-size: 12px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .p-oltreSpecialissima2025Footer__copyright {
    font-size: 10px;
  }
}
.p-oltreSpecialissima2025Footer__snsImg {
  width: 28px;
}

@media screen and (max-width: 768px) {
  .p-oltreSpecialissima2025Footer__snsImg {
    width: 20px;
  }
}
.p-storeShopItem__content.right {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .p-storeShopItem__content.right {
    gap: 0px;
  }
}

/* u-display-none
----------------------------------------------------------------- */
.u-displayNone--PU {
  display: block;
}
@media print, screen and (max-width: 768px) {
  .u-displayNone--PU {
    display: none;
  }
}
.u-displayNone--PO {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .u-displayNone--PO {
    display: block;
  }
}
.u-displayNone--PU960 {
  display: block;
}
@media (max-width: 960px) {
  .u-displayNone--PU960 {
    display: none;
  }
}
.u-displayNone--PO960 {
  display: none;
}
@media (max-width: 960px) {
  .u-displayNone--PO960 {
    display: block;
  }
}
.u-displayNone--flexPU {
  display: flex;
}
@media print, screen and (max-width: 768px) {
  .u-displayNone--flexPU {
    display: none;
  }
}
.u-displayNone--flexPO {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .u-displayNone--flexPO {
    display: flex;
  }
}