@charset "UTF-8";
.section {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .section {
    padding: 40px 0;
  }
}

.top-opening-lock {
  overflow: hidden;
}

.top-opening {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.45s ease;
}
.top-opening__curtain {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: transform 1.35s cubic-bezier(0.22, 0.78, 0.2, 1);
}
.top-opening__curtain--left {
  left: 0;
}
.top-opening__curtain--right {
  display: none;
}
.top-opening__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(56vw, 320px);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.top-opening__logo img {
  width: 100%;
  display: block;
}
.top-opening.is-start .top-opening__logo {
  opacity: 1;
}
.top-opening.is-open .top-opening__curtain--left {
  transform: translateX(100%);
}
.top-opening.is-open .top-opening__logo {
  opacity: 0;
}
.top-opening.is-finished {
  opacity: 0;
}
@media (max-width: 768px) {
  .top-opening__logo {
    width: min(70vw, 250px);
  }
}

.fv {
  overflow: hidden;
  height: 700px;
  position: relative;
  background-image: url(../img/top/fv-bg.png);
  background-size: 100% 70%;
  background-position: top left;
  background-repeat: no-repeat;
}
.fv__inner {
  position: relative;
}
.fv__head {
  padding-top: 56px;
  position: relative;
  z-index: 2;
  width: 80%;
}
.fv__title {
  margin: 0;
}
.fv__title img {
  display: block;
  width: 100%;
}
.fv__lead {
  padding-left: 48px;
  margin-top: 42px;
}
.fv__lead p {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 500;
}
.fv__lead p + p {
  margin-top: 28px;
}
.fv__visual {
  position: absolute;
  min-height: initial;
  top: 90px;
  width: 100%;
}
.fv__main {
  width: min(100%, 760px);
  margin-left: auto;
  border-radius: 24px;
  overflow: hidden;
}
.fv__sub {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34%;
  z-index: 3;
  border-radius: 16px;
  overflow: hidden;
  transform: translateX(57%);
}
.fv__main-image img, .fv__sub-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.fv__main-image {
  aspect-ratio: 760/500;
}
.fv__sub-image {
  aspect-ratio: 470/240;
}
.fv__cars {
  width: 420px;
  margin: 26px 40px 0 auto;
}
.fv .swiper {
  overflow: hidden;
}
.fv .swiper-slide {
  opacity: 0 !important;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fv .swiper-slide-active {
  opacity: 1 !important;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .fv {
    height: auto;
    padding: 40px 0 48px;
    background-size: 100% 56%;
  }
  .fv__head {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
  .fv__title {
    width: 100%;
  }
  .fv__lead {
    padding-left: 0;
    margin-top: 24px;
  }
  .fv__lead p {
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .fv__lead p br {
    display: none;
  }
  .fv__visual {
    position: relative;
    top: auto;
    margin-top: 24px;
    min-height: auto;
  }
  .fv__main {
    width: 82%;
    border-radius: 12px;
  }
  .fv__sub {
    position: relative;
    left: auto;
    bottom: auto;
    width: 61%;
    margin: -33px auto 0 0px;
    transform: none;
    border-radius: 10px;
  }
  .fv__cars {
    width: 80%;
    margin: 12px 0 0 auto;
  }
}

.top-strength {
  position: relative;
  overflow: hidden;
  background-image: url(../img/top/strength-bg.png);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.top-strength::before {
  content: "";
  position: absolute;
  right: -14%;
  top: 24%;
  width: 64%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}
.top-strength__inner {
  position: relative;
  z-index: 1;
}
.top-strength__title {
  margin-bottom: 64px;
}
.top-strength__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 40px;
}
@media (max-width: 768px) {
  .top-strength__title {
    margin-bottom: 40px;
  }
  .top-strength__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    width: 85%;
    margin: 0 auto;
  }
}

.top-strength-card__image-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.top-strength-card__image {
  overflow: hidden;
  border-radius: 10px;
}
.top-strength-card__image img {
  width: 100%;
  aspect-ratio: 340/240;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.top-strength-card:hover .top-strength-card__image img {
  transform: scale(1.08);
}
.top-strength-card__num {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 112px;
  z-index: 2;
}
.top-strength-card__num img {
  display: block;
  width: auto;
}
.top-strength-card__body {
  padding-top: 18px;
}
.top-strength-card__title {
  font-size: 3.2rem;
  line-height: 1.45;
  font-weight: 700;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #9d9d9d;
}
.top-strength-card__text {
  font-size: 1.8rem;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .top-strength-card__num {
    top: 10px;
    left: 10px;
  }
  .top-strength-card__body {
    padding-top: 7px;
  }
  .top-strength-card__title {
    font-size: 2rem;
    padding-bottom: 7.5px;
    margin-bottom: 7px;
  }
  .top-strength-card__text {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

.top-service {
  background-color: #fff;
  position: relative;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.top-service::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 38vw;
  background-image: url(../img/top/circle-left.png);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 0;
}
.top-service::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 77%;
  height: 61vw;
  background-image: url(../img/top/circle-right.png);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  transform: translateY(50%);
  z-index: 0;
}
.top-service__head {
  position: relative;
  z-index: 1;
}
.top-service__title {
  margin-bottom: 70px;
}
.top-service__list {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .top-service__title {
    margin-bottom: 42px;
  }
}

.service-block {
  position: relative;
}
.service-block + .service-block {
  margin-top: 300px;
}
.service-block__content {
  width: 100%;
}
.service-block__content-inner {
  padding-left: 0;
}
.service-block__label {
  display: inline-block;
  background: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 20px 40px 18px 24px;
}
.service-block__title-en {
  font-size: 6.2rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.service-block__title-jp {
  margin-top: 8px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
.service-block__desc {
  margin-top: 42px;
}
.service-block__desc p {
  font-size: 2rem;
  line-height: 2.05;
  font-weight: 500;
}
.service-block__points {
  margin-top: 44px;
  padding-left: 26px;
  border-left: 8px solid #d8d8d8;
}
.service-block__points li {
  list-style: none;
  font-size: 1.8rem;
  line-height: 2.2;
  font-weight: 700;
}
.service-block__points li + li {
  margin-top: 14px;
}
.service-block__visual {
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  width: clamp(360px, 48vw, 700px);
  padding-right: 0;
}
.service-block__gallery-main img {
  width: 100%;
  aspect-ratio: 640/365;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.service-block__gallery-sub {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.service-block__gallery-sub figure {
  margin: 0;
}
.service-block__gallery-sub img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.service-block__button-wrap {
  margin-top: 12px;
}
.service-block__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 480px);
  min-height: 78px;
  padding: 16px 26px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.service-block__btn::after {
  content: "›";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  font-weight: 700;
}
.service-block__btn:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}
.service-block--detailing .service-block__title-en {
  color: #d97c58;
}
.service-block--detailing .service-block__btn {
  background: #d97c58;
}
.service-block--usedcar .service-block__title-en {
  color: #71816f;
}
.service-block--usedcar .service-block__btn {
  background: #71816f;
}
.service-block__gallery--single .service-block__gallery-main img {
  aspect-ratio: 640/305;
}
@media (max-width: 768px) {
  .service-block + .service-block {
    margin-top: 56px;
  }
  .service-block__inner {
    padding-right: 0;
    width: 100%;
  }
  .service-block__content {
    width: 100%;
  }
  .service-block__content-inner {
    max-width: 100%;
    padding-left: 0;
  }
  .service-block__label {
    display: block;
    padding: 16px 0 14px;
    text-align: center;
  }
  .service-block__title-en {
    font-size: 3.8rem;
  }
  .service-block__title-jp {
    font-size: 1.7rem;
  }
  .service-block__desc {
    margin-top: 24px;
  }
  .service-block__desc p {
    font-size: 1.6rem;
    line-height: 1.95;
  }
  .service-block__points {
    margin-top: 26px;
    padding-left: 16px;
    border-left-width: 5px;
  }
  .service-block__points li {
    font-size: 1.3rem;
  }
  .service-block__visual {
    margin-top: 24px;
    position: initial;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .service-block__gallery-sub {
    gap: 8px;
    margin-top: 8px;
  }
  .service-block__btn {
    display: block;
    margin-top: 32px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-height: initial;
    font-size: 1.4rem;
    padding: 14px 18px;
  }
}

.top-instagram {
  position: relative;
  z-index: 3;
}
.top-instagram__title {
  margin-bottom: 28px;
}
.top-instagram__content {
  display: flex;
  max-width: 1020px;
  margin: 0 auto;
  gap: 40px;
  align-items: flex-start;
}
.top-instagram__text-area {
  width: 32%;
}
.top-instagram__lead {
  line-height: 1.9;
  color: #333;
}
.top-instagram__feed {
  width: 58%;
}
.top-instagram__feed #sb_instagram {
  width: 100% !important;
}
.top-instagram__feed #sbi_images {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px !important;
}
.top-instagram__feed .sbi_item {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
}
.top-instagram__feed #sbi_load {
  margin-top: 18px !important;
  text-align: center !important;
}
@media (max-width: 768px) {
  .top-instagram__title {
    margin-bottom: 18px;
  }
  .top-instagram__content {
    flex-direction: column;
    gap: 24px;
  }
  .top-instagram__text-area, .top-instagram__feed {
    width: 100%;
  }
  .top-instagram__lead {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
  }
  .top-instagram__feed #sbi_images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px !important;
  }
}

.top-shop {
  position: relative;
  z-index: 2;
}
.top-shop__title {
  margin-bottom: 24px;
}
.top-shop__lead {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
  line-height: 1.9;
  color: #333;
}
.top-shop__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .top-shop__title {
    margin-bottom: 16px;
  }
  .top-shop__lead {
    margin-bottom: 28px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .top-shop__grid {
    gap: 16px;
  }
}

.top-shop-link {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.top-shop-link__title {
  margin: 0;
}
.top-shop-link__anchor {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111;
  font-size: 2.2rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: color 0.3s ease;
}
.top-shop-link__desc {
  margin-top: 12px;
  line-height: 1.8;
  color: #444;
}
.top-shop-link:hover {
  border-color: #999;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.top-shop-link:hover .top-shop-link__anchor {
  color: #666;
}
@media (max-width: 768px) {
  .top-shop-link {
    padding: 18px 16px;
  }
  .top-shop-link__anchor {
    font-size: 1.8rem;
    gap: 6px;
  }
  .top-shop-link__desc {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.shop-banner__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-banner__logo img {
  max-width: 220px;
  max-height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .shop-banner {
    min-height: 72px;
    padding: 20px;
    width: 73%;
    margin: 0 auto;
  }
  .shop-banner__logo img {
    max-width: 180px;
    max-height: 70px;
  }
}

.top-about {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 110px 0 100px;
}
.top-about__bg, .top-about__overlay {
  position: absolute;
  inset: 0;
}
.top-about__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-about__overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.42) 42%, rgba(0, 0, 0, 0.56) 100%);
}
.top-about__inner {
  position: relative;
  z-index: 1;
}
.top-about__title {
  margin-bottom: 72px;
}
.top-about__content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 60px;
}
.top-about__copy {
  width: auto;
}
.top-about__catch {
  font-size: 5.2rem;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
  text-align: center;
}
.top-about__text-area {
  width: auto;
  padding-top: 14px;
}
.top-about__text {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.24);
  text-align: center;
}
.top-about__text + .top-about__text {
  margin-top: 20px;
}
.top-about__btn-wrap {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.top-about__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  min-height: 82px;
  padding: 16px 56px 16px 32px;
  background: #fff;
  color: #000;
  border-radius: 8px;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.top-about__btn::after {
  content: "›";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  font-weight: 700;
}
.top-about__btn:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}
@media (max-width: 768px) {
  .top-about {
    padding: 40px 0 40px;
  }
  .top-about__title {
    margin-bottom: 24px;
  }
  .top-about__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    max-width: 100%;
  }
  .top-about__catch {
    font-size: 2.8rem;
    text-align: center;
  }
  .top-about__text-area {
    padding-top: 0;
  }
  .top-about__text {
    font-size: 1.5rem;
    line-height: 1.95;
  }
  .top-about__btn-wrap {
    margin-top: 24px;
    justify-content: center;
  }
  .top-about__btn {
    width: 100%;
    max-width: 34rem;
    min-height: 58px;
    font-size: 1.5rem;
    padding: 12px 44px 12px 20px;
    border-radius: 6px;
  }
  .top-about__btn::after {
    right: 16px;
    font-size: 1.7rem;
  }
}/*# sourceMappingURL=toppage.css.map */