@charset "UTF-8";
/* html */
/* Safariバージョン10.1~12.0対策 */
* {
  min-height: 0vw;
  min-height: 0;
}

/* グーグルフォントページ読み込み時チラつき回避 */
body.hidden {
  visibility: hidden;
}

.loadingSpinner {
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 2em;
  transform: translate(-50%, -50%);
}

/* html */
html {
  font-family: "Noto Sans JP", sans-serif;
}
html * {
  color: #231815;
}
html body {
  position: relative;
  overflow-x: hidden;
}
html body .wrapper {
  overflow-x: hidden;
}
html body .wrapper__inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
html a {
  transition: 0.3s;
}
html a:hover, html a:active {
  opacity: 0.85;
}
html img {
  width: 100%;
  height: 100%;
}

/* .header */
.header__container {
  display: flex;
  width: 750px;
  max-width: 100%;
  height: clamp(2.8125rem, 0.0218023256rem + 13.9534883721vw, 6.5625rem);
  background-color: #ffffff;
  align-items: center;
  margin-inline: auto;
  justify-content: space-between;
}
.header__logo-nissan {
  display: flex;
  height: 100%;
  padding-top: clamp(0.25rem, 0.0174418605rem + 1.1627906977vw, 0.5625rem);
  padding-left: 6.2%;
  align-items: center;
}
.header__logo-nissan h1 {
  display: flex;
  height: 100%;
  align-items: center;
}
.header__logo-nissan h1 a {
  display: flex;
  width: clamp(2.4375rem, 0.0188953488rem + 12.0930232558vw, 5.6875rem);
  aspect-ratio: 91/76;
}
.header__logo-kyoto-nissan {
  display: flex;
  height: 100%;
  padding-right: 8.2%;
  align-items: center;
}
.header__logo-kyoto-nissan h1 {
  display: flex;
  height: 100%;
  align-items: center;
}
.header__logo-kyoto-nissan h1 a {
  display: flex;
  width: clamp(2.875rem, 0.0843023256rem + 13.9534883721vw, 6.625rem);
  aspect-ratio: 106/25;
}

/* .main-visual */
.main-visual__img {
  aspect-ratio: 750/454;
}

/* .enter */
[class^=enter] .enter__container {
  display: flex;
  justify-content: center;
}
[class^=enter] .enter__container a {
  display: flex;
  width: 82.53%;
}

.enter--01 {
  margin-top: 2%;
  margin-bottom: 3%;
}
.enter--01 h2 {
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .enter--01 h2 {
    width: 69.6%;
    margin-inline: auto;
  }
}

/* .enter-slider */
/* .bar→すだれのスタイル */
.enter-slider {
  margin-block: 4%;
}
.enter-slider__container {
  position: relative;
  width: 78.8%;
  margin-inline: auto;
  aspect-ratio: 591/392;
}
.enter-slider .slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .detail */
.detail {
  margin-top: 2%;
}
.detail__container {
  width: 77%;
  border-top: solid 1px #717071;
  border-bottom: solid 1px #717071;
  margin-inline: auto;
}
@media screen and (max-width: 491px) {
  .detail__container {
    width: 90%;
  }
}
.detail .accordion {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  padding: 1.5% 0 2.5%;
  align-items: center;
}
.detail .accordion__input {
  display: none;
}
.detail .accordion__input:checked + .accordion__label + .accordion__content {
  max-height: 1200px;
}
@media screen and (max-width: 750px) {
  .detail .accordion__input:checked + .accordion__label + .accordion__content {
    max-width: 160vw;
  }
}
.detail .accordion__input:checked + .accordion__label + .accordion__content + .accordion__content {
  max-height: 1225px;
}
@media screen and (max-width: 750px) {
  .detail .accordion__input:checked + .accordion__label + .accordion__content + .accordion__content {
    max-width: 160vw;
  }
}
.detail .accordion__input:not(:checked) + .accordion__label::after {
  position: absolute;
  top: 19%;
  right: -17%;
  bottom: 0;
  display: block;
  width: 6.25%;
  height: 55%;
  margin: auto;
  background-image: url("../img/button_detail--plus.png");
  background-image: image-set(url("../img/button_detail--plus.png") 1x, url("../img/button_detail--plus@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}
.detail .accordion__input:checked + .accordion__label::after {
  position: absolute;
  top: 20%;
  right: -17%;
  bottom: 0;
  display: block;
  width: 5%;
  height: 33%;
  margin: auto;
  background-image: url("../img/button_detail--minus.png");
  background-image: image-set(url("../img/button_detail--minus.png") 1x, url("../img/button_detail--minus@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}
.detail .accordion label {
  position: relative;
  overflow-x: visible;
  font-size: clamp(1rem, 0.8139534884rem + 0.9302325581vw, 1.25rem);
  font-weight: 500;
  cursor: pointer;
  transform: translateX(-4%);
}
.detail .detail__300000,
.detail .detail__100000 {
  display: none;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 700px) {
  .detail .detail__300000 br,
  .detail .detail__100000 br {
    display: none;
  }
  .detail .detail__300000 *,
  .detail .detail__100000 * {
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
  }
}
.detail .detail__300000 h3,
.detail .detail__100000 h3 {
  position: relative;
  font-size: clamp(1.0625rem, 0.8764534884rem + 0.9302325581vw, 1.3125rem);
  font-weight: 600;
  line-height: 1.64;
  color: #231815;
  letter-spacing: 0.15em;
}
.detail .detail__300000 h3:first-child,
.detail .detail__100000 h3:first-child {
  margin-top: clamp(0.875rem, 0.7354651163rem + 0.6976744186vw, 1.0625rem);
}
.detail .detail__300000 h3:not(:first-child),
.detail .detail__100000 h3:not(:first-child) {
  margin-top: clamp(1.9375rem, 1.5654069767rem + 1.8604651163vw, 2.4375rem);
}
.detail .detail__300000 h3::after,
.detail .detail__100000 h3::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #221714;
  content: "";
}
.detail .detail__300000 .sub-title,
.detail .detail__100000 .sub-title {
  margin-top: clamp(0.3125rem, 0.2194767442rem + 0.4651162791vw, 0.4375rem);
  font-size: clamp(0.875rem, 0.7354651163rem + 0.6976744186vw, 1.0625rem);
  font-weight: 500;
  line-height: 1.39;
  color: #231815;
  letter-spacing: 0.04em;
}
.detail .detail__300000 ol li,
.detail .detail__100000 ol li {
  position: relative;
  margin-top: clamp(0.625rem, 0.4854651163rem + 0.6976744186vw, 0.8125rem);
  padding-left: clamp(1.125rem, 0.9389534884rem + 0.9302325581vw, 1.375rem);
  font-size: clamp(0.875rem, 0.6889534884rem + 0.9302325581vw, 1.125rem);
  font-weight: 500;
  line-height: 1.39;
  color: #231815;
  letter-spacing: 0.04em;
}
.detail .detail__300000 ol li::before,
.detail .detail__100000 ol li::before {
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
}
.detail .detail__300000 ol li:nth-child(1)::before,
.detail .detail__100000 ol li:nth-child(1)::before {
  content: "①";
}
.detail .detail__300000 ol li:nth-child(2)::before,
.detail .detail__100000 ol li:nth-child(2)::before {
  content: "②";
}
.detail .detail__300000 ol li:nth-child(3)::before,
.detail .detail__100000 ol li:nth-child(3)::before {
  content: "③";
}
.detail .detail__300000 ol li .caution-note,
.detail .detail__100000 ol li .caution-note {
  transform: translateX(calc(-1 * clamp(1.375rem, 1.0959302326rem + 1.3953488372vw, 1.75rem)));
}
.detail .detail__300000 .caution-note,
.detail .detail__100000 .caution-note {
  position: relative;
  padding-left: clamp(1.125rem, 0.9389534884rem + 0.9302325581vw, 1.375rem);
  font-size: clamp(0.625rem, 0.5319767442rem + 0.4651162791vw, 0.75rem);
  line-height: 1.58;
  color: #231815;
  letter-spacing: 0.04em;
  transform: translateX(calc(-1 * clamp(0.375rem, 0.2819767442rem + 0.4651162791vw, 0.5rem)));
}
.detail .detail__300000 .caution-note::before,
.detail .detail__100000 .caution-note::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(0.4375rem, 0.3444767442rem + 0.4651162791vw, 0.5625rem);
  display: block;
  margin: auto;
  content: "※";
}
.detail .detail__300000 .red,
.detail .detail__100000 .red {
  color: #e20012;
}
.detail .flow {
  overflow-x: scroll;
  width: 100%;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE & Edge */
}
.detail .flow .scroll-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.detail .flow > p {
  position: relative;
  margin-top: clamp(0.5rem, -0.2906976744rem + 3.9534883721vw, 1.5625rem);
  margin-left: clamp(0rem, -0.3720930233rem + 1.8604651163vw, 0.5rem);
  padding-bottom: 10px;
  padding-left: clamp(1.125rem, 0.9389534884rem + 0.9302325581vw, 1.375rem);
  font-size: clamp(0.625rem, 0.5319767442rem + 0.4651162791vw, 0.75rem);
  line-height: 1.58;
  color: #231815;
  white-space: nowrap;
  letter-spacing: 0.04em;
  transform: translateX(calc(-1 * clamp(0.375rem, 0.2819767442rem + 0.4651162791vw, 0.5rem)));
}
.detail .flow > p::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(0.4375rem, 0.3444767442rem + 0.4651162791vw, 0.5625rem);
  display: block;
  margin: auto;
  content: "※";
}
.detail .flow ul {
  display: flex;
  width: 526px;
  height: 175px;
  margin-top: clamp(0.375rem, 0.0494186047rem + 1.6279069767vw, 0.8125rem);
  border: solid 1px #000000;
  border-radius: 6px;
  margin-inline: auto;
}
.detail .flow ul li {
  display: flex;
  flex-direction: column;
  width: 20%;
  align-items: center;
  justify-content: flex-start;
}
.detail .flow ul li:nth-child(even) {
  background-color: #ebebec;
}
.detail .flow ul li h4 {
  width: 95%;
  margin-top: 5px;
  flex-shrink: 0;
  aspect-ratio: 91/17;
}
.detail .flow ul li h5 {
  display: flex;
  width: 179%;
  justify-content: center;
  aspect-ratio: 181/31;
  flex-shrink: 0;
}
.detail .flow ul li h5 img {
  width: 140%;
}
.detail .flow ul li .flow__icon {
  width: 39.05%;
  flex-shrink: 0;
  aspect-ratio: 41/41;
}
.detail .flow ul li p {
  margin-top: 1%;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.03em;
  padding-inline: 5%;
}
.detail .flow ul li p .caution-mark {
  font-size: 7px;
  vertical-align: 2.5px;
}
.detail .flow ul li .flow__caution-note {
  position: relative;
  padding-left: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  font-size: 8px;
  line-height: 1.625;
  letter-spacing: -0.04em;
}
.detail .flow ul li .flow__caution-note::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(0.125rem, 0.125rem + 0vw, 0.125rem);
  display: block;
  margin: auto;
  content: "※";
}

/* .car-model-slider */
.car-model-slider {
  /* 左端のグラデーション */
  /* 右端のグラデーション */
}
.car-model-slider__title {
  margin-top: 2%;
}
.car-model-slider__title h2 {
  width: 69.6%;
  margin-inline: auto;
}
.car-model-slider__content {
  position: relative;
  width: 78%;
  margin-top: 4%;
  margin-inline: auto;
}
.car-model-slider__content::before, .car-model-slider__content::after {
  position: absolute;
  z-index: 2; /* スライドより前面に表示 */
  top: 0;
  bottom: 0;
  width: 60px; /* グラデーションの幅 */
  pointer-events: none; /* クリックを妨げない */
  content: "";
}
.car-model-slider__content::before {
  left: 0;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.car-model-slider__content::after {
  right: 0;
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

/* .reserve */
[class^=reserve] .reserve__container {
  display: flex;
  justify-content: center;
}
[class^=reserve] .reserve__container a {
  display: flex;
  width: 82.53%;
}

.reserve--01 {
  margin-top: 5%;
}

/* .banner */
.banner__title {
  width: 77%;
  margin-top: 4%;
  padding-top: 2.5%;
  border-top: solid 1px #717071;
  margin-inline: auto;
}
.banner__title h2 {
  width: 57.07%;
  margin-inline: auto;
}
.banner__content {
  display: flex;
  width: 91.73%;
  margin-top: 3%;
  justify-content: center;
  margin-inline: auto;
  gap: 1.5%;
}
.banner__content a {
  display: block;
  width: 47.67%;
  height: auto;
}

/* .footer */
.footer__container {
  display: flex;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  margin-top: clamp(1.25rem, 0.3197674419rem + 4.6511627907vw, 2.5rem);
  background-color: #000000;
  aspect-ratio: 750/52;
  justify-content: center;
  align-items: center;
}
.footer__container small {
  display: flex;
  width: 36.8%;
  aspect-ratio: 276/14;
}

/* .reserve */
.enter--fixed {
  position: fixed;
  z-index: 150;
  bottom: 0;
  width: 100%;
  cursor: pointer;
  /* アニメーション設定 */
  transition: transform 0.3s ease;
  transform: translateY(0);
  will-change: transform;
}
.enter--fixed__container {
  display: flex;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  justify-content: center;
}
.enter--fixed__container a {
  width: 100%;
}

/* カーテンアニメーション */
.enter-slider__container {
  position: relative;
  width: 100%;
  max-width: 591px;
  height: auto;
  aspect-ratio: 591/392;
  overflow: hidden;
}
@media screen and (max-width: 491px) {
  .enter-slider__container {
    max-width: 98%;
    width: 100%;
  }
}

.curtain-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 1;
}

.curtain-image.active {
  opacity: 1;
}

/* カーテンパネル */
.curtain {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #fcebed;
  z-index: 5;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.05, 0.7, 0.3, 1);
}

.curtain-left {
  left: 0;
}

.curtain-right {
  right: 0;
}

/* 開くアニメーション */
.curtain.open .curtain-left {
  transform: translateX(-100%);
}

.curtain.open .curtain-right {
  transform: translateX(100%);
}

/* iOSバウンススクロール対策 */
@supports (-webkit-touch-callout: none) {
  body {
    overscroll-behavior-y: none;
    -webkit-overflow-scrolling: touch;
  }
}

/*# sourceMappingURL=style.css.map */
