@charset "UTF-8";
body {
  overflow-y: scroll;
}

body[data-fixed=true] {
  position: fixed !important;
  width: 100%;
}

body[data-fixed=false] {
  position: relative;
  top: auto !important;
}

.pc-content {
  background-color: #fff;
  color: #18212E;
  min-width: 1200px;
  overflow-x: hidden;
}

.Layout {
  position: relative;
}

.Layout h2 {
  text-align: center;
}

/* 共通 */
.Mv__body,
.Anchor__body,
.SohLead__body,
.SohStart__body,
.BatteryReport__body,
.Location__body,
.DiagnosticTool__body,
.Reliability__body,
.Shop__body {
  width: 1100px;
  padding: 0;
  margin: 0 auto;
}

.bgDots {
  background-image: url("../../assets/images/bg-dots.png");
}

.bgGray {
  background-color: #E8ECF0;
}

[data-bg=white] {
  border-radius: 136px 136px 0 0;
  background-color: #fff;
  margin-top: -128px;
}

[data-bg=gray] {
  border-radius: 136px 136px 0 0;
  background-color: #E8ECF0;
  margin-top: -128px;
}

ol[data-list=annotation] {
  counter-reset: number 0;
}

ol[data-list=annotation] li {
  font-size: 11px;
  color: #4A5360;
  position: relative;
  padding-left: 20px;
}

ol[data-list=annotation] li:not(:first-child) {
  margin-top: 4px;
}

ol[data-list=annotation] li::before {
  content: "※" counter(number);
  counter-increment: number 1;
  left: 0;
  position: absolute;
  top: 0;
}

ul[data-list=annotation] li {
  font-size: 11px;
  color: #4A5360;
  position: relative;
  padding-left: 14px;
}

ul[data-list=annotation] li::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}

.u-marker {
  background: linear-gradient(transparent 50%, #FFDE22 50%);
}

.bg-laurel {
  background: linear-gradient(90deg, rgba(3, 158, 219, 0) 0%, #039EDB 25%, #039EDB 49.52%, #039EDB 75%, rgba(3, 158, 219, 0) 100%);
}

.laurel-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 900;
  padding: 12px;
}
.laurel-ttl img {
  width: 22px;
}

.BatteryReport__ttl,
.DiagnosticTool__ttl,
.Reliability__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}
.BatteryReport__ttl span,
.DiagnosticTool__ttl span,
.Reliability__ttl span {
  display: inline-flex;
  padding: 2px 45px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.1875rem;
}
h2.BatteryReport__ttl, .DiagnosticTool__ttl, .Reliability__ttl {
  font-size: 44px;
}

h3.BatteryReport__ttl, .DiagnosticTool__ttl, .Reliability__ttl {
  font-size: 44px;
}

.SOH {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.333em;
  line-height: 1.65;
  font-weight: 400;
}
.SOH .u-font-normal {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
}
[aria-label*=Windows] .SOH .u-font-normal, .SOH .u-font-normal:not(:lang(ja)) {
  font-weight: 500;
}

@supports (font-family: "Hiragino Sans") {
  .SOH .u-font-normal {
    font-weight: 400;
  }
}
.SOH .u-font-bold {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}
@supports not (font-family: "Hiragino Sans") {
  .SOH .u-font-bold {
    font-weight: 700;
  }
}
.SOH .u-font-bold {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}
@supports not (font-family: "Hiragino Sans") {
  .SOH .u-font-bold {
    font-weight: 700;
  }
}
.SOH a {
  color: #039EDB;
  text-decoration: underline;
}
.SOH a:hover {
  opacity: 0.7;
}
.SOH .Btn {
  background-color: #C3002F;
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding: 21px 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  max-width: 494px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}
.SOH .Btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.SOH .Btn[data-style=black] {
  background-color: #fff;
  color: #4A5360 !important;
  border: 2px solid #4A5360;
  font-size: 16px;
  font-weight: 300;
  border-radius: 23px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 39px;
}
.SOH .Btn[data-style=black]::after {
  background-image: url("/vehicles/leaf/assets/images/icon-arrow-black.svg");
  width: 7px;
  height: 13px;
}
.SOH {
  /* Floating */
}
.SOH .Floating {
  position: fixed;
  width: 62px;
  height: 325px;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}
.SOH .Floating.Btn {
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 0;
}
.SOH .Floating.Btn::before {
  margin-bottom: 5px;
}
.SOH .Floating.Btn span {
  writing-mode: horizontal-tb;
  line-height: 1;
}
.SOH__note {
  font-size: 11px;
  text-indent: -1em;
  padding-left: 1em;
}
.SOH__note::before {
  content: "※";
}

.note--center {
  text-align: center;
}

/* 各ブロック */
/* MV */
.Mv {
  background: url("../../assets/images/mv-bg.png");
  background-size: 1920px;
  background-position: top center;
  background-blend-mode: screen, normal, normal;
}
.Mv__body {
  padding: 160px 0 75px;
  width: 1200px;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
}
.Mv h1 {
  margin-top: -13px;
  margin-bottom: 50px;
}
.MvTtl__text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 57px 15px;
  width: 460px;
}
.MvTtl__text p {
  color: #fff;
  font-size: 1.15em;
  margin: 0 -10px;
  line-height: 1.3;
  text-align: center;
}
.MvTtl__text p span {
  font-weight: bold;
}
.MvTtl__text p span:last-child {
  font-size: 1.8em;
  line-height: 1.4;
}
.MvText {
  padding: 66px 0;
  font-size: 1.125em;
  text-align: center;
}

/* SohLead */
.SohLead {
  padding: 80px 0;
}
.SohLead h2 {
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
  text-align: center;
  margin-bottom: 38px;
}
.SohLead h2 span {
  display: block;
  font-size: 2em;
  font-weight: bold;
  color: #C3002F;
}
.SohLead__box {
  border-radius: 20px;
  display: flex;
  gap: 38px;
  padding: 42px 48px 62px;
}
.SohLead__box > img {
  flex: 1;
}
.SohLead__item {
  display: flex;
  gap: 25px;
}
.SohLead__item > div {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 368px;
  height: 185px;
  padding: 0 50px;
  text-align: center;
}
.SohLead__item > div span {
  font-size: 1.3em;
  display: inline-block;
}
.SohLead__item > div::before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  top: 32px;
  left: -24px;
}
.SohLead__text .u-marker {
  font-weight: bold;
}

/* SohStart */
.SohStart {
  text-align: center;
  padding-bottom: 95px;
  background-color: rgba(195, 227, 235, 0.6);
  background-image: url("../images/bg-dots2.png");
}
.SohStart__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.SohStart__body > div:nth-child(1) {
  flex: auto;
}
.SohStart__ttl {
  display: grid;
  width: 530px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.SohStart__ttl img {
  display: block;
  margin: 0 auto;
}
.SohStart__ttl > p {
  font-size: 37px;
}
.SohStart__ttl > div {
  margin: 25px;
}
.SohStart strong {
  font-size: 36px;
  margin-bottom: 20px;
}
.SohStart__head {
  margin-bottom: 58px;
}
.SohStart__box {
  background: #fff;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 490px;
  padding: 64px 50px 72px;
}
.SohStart__text {
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
  text-align: left;
  padding: 2em 0;
}
.SohStart__lead {
  display: flex;
  align-items: flex-end;
  color: #039EDB;
  font-size: 1.125em;
  font-weight: 500;
}

/* BatteryReport */
.BatteryReport {
  padding: 140px 0 96px;
}
.BatteryReport h3 {
  font-size: 1.3125em;
  font-weight: bold;
  margin-bottom: 15px;
}
.BatteryReport h3 img {
  vertical-align: middle;
  margin-right: 7px;
}
.BatteryReport__img {
  text-align: center;
  background: #C3E3EB;
  border-radius: 30px;
  padding: 30px;
  margin-bottom: 96px;
  position: relative;
}
.BatteryReport__img::after {
  content: "";
  width: 44px;
  height: 22px;
  background: #C3E3EB;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  margin: auto;
}
.BatteryReport__point {
  display: flex;
  gap: 17px;
  margin-bottom: 20px;
}
.BatteryReport__point > div {
  flex: 1;
  border-radius: 20px;
  padding: 24px 22px;
}
.BatteryReport__point > div p {
  line-height: 1.65;
}
.BatteryReport__note {
  line-height: 1.6;
  font-size: 11px;
}
.BatteryReport__note p + p {
  margin-top: 1em;
}

/* Location */
.Location {
  margin-bottom: 140px;
}
.Location h2 {
  font-size: 2em;
  margin-bottom: 0.8em;
}
.Location h2 span {
  display: block;
}
.Location__body {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 82px;
  border-radius: 20px;
}
.Location__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Location__text {
  text-align: center;
  color: #C3002F;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 30px;
}
.Location__text span {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
}
.Location .Btn {
  width: 350px;
  font-size: 1rem;
  padding: 20px;
}

/* DiagnosticTool */
.DiagnosticTool {
  padding: 140px 0 73px;
}
.DiagnosticTool h2 {
  margin-bottom: 50px;
}
.DiagnosticTool__box {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
}
.DiagnosticTool__img, .DiagnosticTool__text {
  flex: 1;
}
.DiagnosticTool__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.DiagnosticTool__text {
  padding: 50px;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125em;
  line-height: 1.65;
}

/* Reliability */
.Reliability {
  padding-bottom: 140px;
}
.Reliability__ttl {
  margin-bottom: 0;
}
.Reliability__ttl + p {
  text-align: center;
  font-size: 1.125em;
  margin-bottom: 40px;
}
.Reliability__itemttl {
  text-align: center;
  margin-bottom: 20px;
}
.Reliability__itemttl p {
  color: #039EDB;
  font-size: 1.1875em;
  font-weight: bold;
}
.Reliability__itemttl h3 {
  font-size: 1.625em;
  font-weight: bold;
}
.Reliability__list {
  display: grid;
  gap: 10px;
}
.Reliability__list > li {
  padding: 32px 0 45px;
  background: #fff;
  border-radius: 20px;
}
.Reliability__contents {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 880px;
  margin: 0 auto;
}
.Reliability__contents img {
  flex-shrink: 0;
  align-self: center;
}
.Reliability__contents a {
  display: inline-block;
  margin-top: 1em;
}
.Reliability__note {
  margin-top: 1em;
}

/* Shop */
.Shop {
  padding: 100px;
}
.Shop h2 {
  margin-bottom: 10px;
  color: #039EDB;
  font-size: 40px;
}
.Shop h2 + p {
  margin-bottom: 50px;
  text-align: center;
}
.Shop__list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 23px;
  width: 100%;
}
.Shop__list li {
  padding-left: 17px;
  font-size: 1.25em;
  font-weight: bold;
  flex: 1;
  border-left: 3px solid #039EDB;
}
.Shop__link {
  text-align: center;
  font-size: 1.13125em;
  margin: 30px 45px;
}

/* Modal Charm section */
.Modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.42);
  z-index: 9999;
}

.Modal__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Modal[aria-hidden=false] {
  display: block;
}

.Modal[aria-hidden=true] {
  display: none;
}

.Modal[data-animation=true] {
  animation: show-modal 300ms forwards;
}

.Modal[data-animation=false] {
  animation: hide-modal 300ms forwards;
}

.Modal__btn button {
  border: none;
  padding: 0;
}

.Modal__content {
  background-color: #fff;
  width: 720px;
  max-height: 75vh;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 48px 48px 48px 48px;
}

.Modal__close {
  position: absolute;
  top: -52px;
  left: calc(50% + 336px);
  font-size: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #fff;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
}

.Modal__close:hover {
  opacity: 0.7;
}

.Modal__close__bottom {
  color: #fff;
  border: 2px solid #fff;
  font-size: 16px;
  font-weight: 300;
  border-radius: 23px;
  padding: 8px 38px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.Modal__close__bottom:hover {
  opacity: 0.7;
}

.Modal__list__item {
  display: none;
  padding-bottom: 44px;
}

.Modal__list__item .Modal__img img {
  border-radius: 48px 48px 0 0;
}

.Modal__list__item h3 {
  font-size: 38px;
  font-weight: 500;
  position: relative;
  padding-left: 24px;
  line-height: 1.4;
  width: 100%;
}

.Modal__list__item h3 sup {
  font-size: 22px;
}

.Modal__list__item h3 span {
  font-size: 18px;
  font-weight: 500;
  color: #C3002F;
  display: block;
  margin-bottom: 6px;
}

.Modal__detail {
  padding: 6px 48px 0;
}

.Modal__title {
  display: flex;
  justify-content: flex-start;
  margin-top: 17px;
}

.Modal__title > em {
  min-width: 84px;
  height: 84px;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4A5360;
  border-radius: 50%;
  padding-left: 4px;
  line-height: 1;
  flex-direction: column;
  gap: 4px;
}

.Modal__title > em span {
  font-size: 16px;
}

.Modal__list__item p {
  font-size: 18px;
  font-weight: 300;
  margin-top: 14px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.Modal__list__item p sup {
  font-size: 11px;
}

.Modal__list__item ol[data-list=annotation],
.Modal__list__item ul[data-list=annotation] {
  margin-top: 16px;
}

.Modal__list__item[data-display=block] {
  display: block;
}

.Modal__list__item[data-display=none] {
  display: none;
}

/* Accordion Difference section */
.Accordion {
  margin-top: 24px;
}

.Accordion__title button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  border: 1px solid #3463A4;
  width: 100%;
  height: auto;
  padding: 12px 20px 12px 20px;
  cursor: pointer;
  margin: 0;
  color: #3463A4;
}

.Accordion__title span {
  position: relative;
  padding-right: 18px;
}

.Accordion__title span::before,
.Accordion__title span::after {
  content: "";
  position: absolute;
  background-color: #3463A4;
  width: 12px;
  height: 2px;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  transition: transform 300ms;
}

.Accordion__title span::before {
  transform: translate(0, -50%);
}

.Accordion__title span::after {
  transform: translate(0, -50%) rotate(90deg);
}

.Accordion__title button[aria-expanded=true] {
  border-bottom: 0;
}

.Accordion__title button[aria-expanded=true] span::before {
  transform: translate(0, -50%) rotate(180deg);
}

.Accordion__title button[aria-expanded=true] span::after {
  transform: translate(0, -50%) rotate(180deg);
}

.Accordion__detail {
  overflow: hidden;
  padding: 12px 16px 12px;
  height: auto;
  visibility: visible;
  transition: padding 300ms, height 300ms, visibility 300ms;
}

.Accordion__detail[aria-hidden=true] {
  height: 0;
  visibility: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.Accordion__detail[aria-hidden=false] {
  border-left: 1px solid #3463A4;
  border-right: 1px solid #3463A4;
  border-bottom: 1px solid #3463A4;
}

.Accordion__detail p {
  font-size: 11px;
  font-weight: 300;
  color: #4A5360;
  line-height: 1.36;
}

.Accordion__detail p + p {
  margin-top: 18px;
}

@keyframes show-modal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hide-modal {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */