:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.container {
  max-width: 720px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  left: 0;
}

.container.lightbox {
  max-width: 840px;
  position: relative;
}

.container.cta {
  max-width: 920px;
  position: relative;
}

.container.movie {
  max-width: 800px;
  margin-top: 0%;
  position: static;
}

.container.expert {
  max-width: 800px;
}

.body {
  color: #fff;
  background-color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.section {
  position: relative;
}

.section.navigation {
  z-index: 900;
  background-color: #000c;
  justify-content: space-between;
  align-items: center;
  height: 42px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.section._1 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 140px;
}

.section._2 {
  padding-top: 230px;
  padding-bottom: 0;
}

.section._2.pc {
  padding-top: 120px;
  padding-bottom: 50px;
}

.section.footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section._3 {
  padding-top: 120px;
  padding-bottom: 10px;
}

.section.divider {
  height: 120px;
  display: block;
  overflow: hidden;
}

.client-logo-header {
  width: 100%;
  max-width: none;
  transition: all .25s;
}

.client-logo-header:hover {
  transform: scale(.95);
}

.client-logo-header.mobile {
  display: none;
}

.paragraph-15px-center {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}

.navigation-link {
  text-align: center;
  background-color: #0000;
  font-size: 15px;
  text-decoration: none;
  transition: all .35s;
  position: relative;
}

.navigation-link:hover {
  transform: translate(0, -4px);
}

.navigation-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  grid-auto-columns: auto;
  justify-content: end;
  justify-items: center;
  display: grid;
}

.navigation-grid._4-iterms {
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: flex;
}

.navigation-grid._5-iterms {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto auto auto auto auto .25fr auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  display: grid;
}

.navigation-grid._2-iterms {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr auto 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  display: grid;
}

.navigation-label {
  color: #fff;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.navigation-label._1 {
  padding-left: 2px;
  padding-right: 2px;
  font-size: 11px;
}

.heading-height-92px {
  height: 96.7px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-23px-center {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
}

.video {
  border: 0 #181313;
  border-radius: 0;
  display: block;
}

.video-block {
  grid-row-gap: 18px;
  border: 14px solid #dbecfa;
  border-radius: 10px;
  flex-direction: column;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.video-block.expert {
  border: 10px #fff;
  border-radius: 0;
}

.video-block.corollacross {
  border-style: none;
  border-color: #fff;
  border-radius: 0;
}

.cta-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 52%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
  inset: 0%;
}

.cta-grid._3 {
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 80%;
}

.cta-link {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 254px;
  height: 83px;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-link.fore.radus_box-shadows {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-image: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  place-content: space-between;
  position: relative;
}

.light-linkbox {
  border: 1px #548093;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 96%;
  margin: 1.5% 0%;
  padding-top: 100%;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.lightbox-label {
  background-image: url('../images/lightbox-background-sub.svg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  border-width: 0;
  width: 100%;
  height: 23%;
  position: absolute;
  inset: auto 0% 0%;
}

.lightbox-image {
  z-index: auto;
  width: 100%;
  max-width: none;
  position: absolute;
  top: 0;
}

.cta-label {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  text-transform: none;
  column-count: 0;
  overflow-wrap: normal;
  flex: none;
  order: 0;
  align-self: auto;
  margin-left: 30%;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: hiragino-kaku-gothic-pron;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.cta-label.store {
  letter-spacing: 1px;
  margin-left: 50%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
}

.cta-label.contact {
  margin-left: 40%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
}

.cta-label.webcatalog {
  text-align: left;
  margin-left: 44%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  line-height: 1.2;
}

.heading-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 23px;
  font-weight: 400;
  display: block;
}

.heading-image-4 {
  width: 815px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-image-4.mobile {
  display: none;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  line-height: 23px;
}

.heading-image-7 {
  width: 727px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
}

.client-logo-footer {
  width: 100%;
  max-width: none;
  height: auto;
  transition: all .35s;
}

.client-logo-footer:hover {
  transform: scale(.95);
}

.background-video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 50% 0% auto;
  transform: translate(0, -50%);
}

.background-color-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.toggle {
  cursor: pointer;
  position: relative;
}

.expand-button-link {
  clear: both;
  opacity: 1;
  text-align: center;
  background-color: #2e3192;
  border: 0 solid #fff;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-top: 0;
  padding: 8px 0;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  transition: all .1s;
  display: block;
  position: relative;
  overflow: hidden;
}

.expand-button-link:hover {
  -webkit-text-stroke-color: #000;
  overflow: hidden;
}

.lightbox-background {
  z-index: 901;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.lightbox-background.show {
  z-index: 1000;
  opacity: 1;
  display: block;
  position: fixed;
}

.lightbox-popup {
  z-index: auto;
  float: none;
  background-color: #f2eeea;
  width: 510px;
  height: 100vh;
  margin: 0 0 0 auto;
  padding: 100px 45px 45px;
  position: relative;
  overflow: scroll;
}

.telop-grid {
  grid-column-gap: 8px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
}

.telop-grid._2column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: .25fr 1fr;
}

.telop-grid._1-column {
  grid-column-gap: 21px;
  grid-row-gap: 20px;
  grid-column-gap: 21px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.close-button-area {
  height: 61px;
  position: relative;
}

.dialog-close-image {
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.dialog-paragraph {
  color: #333;
  overflow-wrap: anywhere;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 2;
  display: block;
}

.dialog-paragraph.ex {
  padding-left: 30px;
}

.background-image-wrapper {
  width: 100%;
  height: auto;
  margin-top: -17%;
  position: relative;
  top: auto;
  overflow: clip;
}

.background-image-wrapper.curtain-1 {
  background-image: url('../images/background-1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  margin-top: 0%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  overflow: clip;
}

.background-image-wrapper.curtain-2 {
  background-image: url('../images/background-4.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  margin-top: 0%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: clip;
}

.background-image-wrapper.curtain_3 {
  background-image: url('../images/background-5.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  margin-top: 0%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.background-image-wrapper.curtain_5 {
  background-image: url('../images/background-2.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  margin-top: 0%;
  padding-top: 120px;
  padding-bottom: 140px;
  display: block;
}

.background-image {
  display: inline-block;
  position: absolute;
  top: -112px;
}

.home-link {
  text-align: center;
}

.home-link.sp {
  display: none;
}

.home-link.header, .home-link.footer {
  width: 160px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.cta-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: block;
  position: relative;
}

.flex-block {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.flex-block.pc {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 640px;
  max-width: none;
  margin: 0% auto 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.flex-block.pc._2 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0%;
  display: flex;
  position: static;
}

.flex-block.mobaile {
  display: none;
}

.flex-block.mobaile._2 {
  z-index: 8;
  position: relative;
}

.flex-vertical {
  flex-direction: column;
  align-items: center;
  margin-top: 2%;
  margin-bottom: 3%;
  display: flex;
}

.flex-vertical.payment-plan-link {
  color: #fff;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2%;
  margin-bottom: 2%;
  text-decoration: none;
}

.flex-vertical.information {
  max-width: 800px;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: #fff;
  text-transform: none;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0%;
  padding-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.container-navi {
  max-width: 1024px;
  padding-bottom: 0;
  position: relative;
}

.background-black-navi {
  height: 42px;
}

.lightbox-link-2 {
  background-color: #000;
  border: 2px solid #000;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.heading-height-92px-2, .heading-height-92px-3, .heading-height-92px-4 {
  height: 86px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-21px-center {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}

.heading-height-92px-5 {
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cta-image {
  opacity: 1;
  width: 100%;
  min-width: auto;
  max-width: none;
  display: block;
}

.cta-bottom {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 140px;
}

.cta-bottom._2 {
  padding-top: 20px;
  padding-bottom: 140px;
}

.heading-movie {
  width: 526.23px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-movie.pc {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  min-width: auto;
  max-width: none;
  margin-top: 10%;
  margin-bottom: 2%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  left: auto;
}

.heading-movie.pc.car {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
}

.paragraph-center {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}

.paragraph-center.margin-top {
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12.15px;
}

.paragraph-center.margin-top.pc {
  z-index: 5;
  float: none;
  color: #fff;
  flex-flow: column;
  width: 660px;
  margin: 2% auto 6%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  display: block;
  position: relative;
}

.paragraph-center.margin-top.pc.ex {
  color: #fff;
  width: 720px;
  font-size: 15px;
}

.heading-photo {
  width: 661.1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-photo.pc {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-bottom: 1%;
  display: flex;
  position: relative;
}

.heading-lightbox {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  top: 54%;
  transform: translate(0, -50%);
}

.heading-expert {
  width: 661.1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-expert.pc {
  justify-content: center;
  align-items: center;
  width: 76%;
  min-width: auto;
  max-width: none;
  margin-bottom: 0%;
  display: flex;
  position: relative;
}

.footer-section {
  height: auto;
}

.footer-section.sp {
  display: none;
}

.telop-title {
  color: #f06060;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.heading-terop {
  color: #f06060;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.cta-block {
  justify-content: center;
  align-items: center;
  width: 65%;
  display: flex;
  position: absolute;
  top: 41%;
}

.cta-block.webcatalog {
  top: 18%;
}

.hero-background-image-wrap {
  width: 100%;
  height: 235vw;
  overflow: clip;
}

.hero-background-image-wrap.hero-pc {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 41vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.custom-styles {
  display: none;
}

.text-image {
  z-index: auto;
  opacity: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.light-box {
  background-image: url('../images/lightbox-background.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.cta-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all .35s;
  display: flex;
}

.cta-box:hover {
  transform: scale(.95);
}

.hero-image {
  width: 100%;
  max-width: none;
  display: block;
  position: static;
}

.movie-h2-box {
  letter-spacing: 0;
  flex-flow: column-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-movie-box {
  width: 13%;
}

.icon-movie-box.car {
  width: 15%;
  margin-right: 0%;
}

.icon-movie {
  width: 100%;
  max-width: none;
}

.movie-h2 {
  color: #253744;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: hiragino-kaku-gothic-pron;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
}

.movie-h2.al {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  position: static;
}

.movie-h2-2 {
  color: #253744;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
}

.movie-h2-2.al {
  color: #fff;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.icon-potp-box {
  width: 14%;
}

.icon-potp {
  width: 100%;
  max-width: none;
}

.phot-h2-box {
  flex-flow: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
  right: 0%;
}

.photo-h2 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.photo-h2-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}

.icon-expert-box {
  width: 20%;
}

.icon-expert {
  width: 100%;
  max-width: none;
}

.expert-h2-box {
  flex-flow: column-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.expert-h2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.expert-h2-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
}

.store-link {
  text-align: center;
  background-color: #0000;
  font-size: 15px;
  text-decoration: none;
  transition: all .35s;
  position: relative;
}

.store-link:hover {
  transform: translate(0, -4px);
}

.annotation {
  color: #f06060;
  font-size: 13px;
}

.br-pc {
  font-size: 0;
  line-height: 36;
  display: block;
}

.br-sp {
  display: none;
}

.heading-lightbox-seo {
  color: #3b4653;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  position: relative;
  top: 0%;
}

.heading-lightbox-seo._4 {
  color: #fff;
  letter-spacing: 0;
  -webkit-text-stroke-color: #fff;
  margin-left: 0%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
}

.heading-lightbox-seo._3 {
  color: #fff;
  letter-spacing: 0;
  margin-left: 0%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
}

.heading-lightbox-seo._4 {
  color: #fff;
  letter-spacing: 0;
  -webkit-text-stroke-color: #fff;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 0%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  line-height: 1.3;
}

.heading-lightbox-seo._10 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-left: 0%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.heading-lightbox-seo._2 {
  color: #fff;
  letter-spacing: 0;
  margin-left: 0%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.heading-lightbox-seo._3 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 0%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  line-height: 1.3;
}

.heading-lightbox-seo._10 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 0%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  line-height: 1.3;
}

.heading-lightbox-seo._2 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 0%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  line-height: 1.3;
}

.heading-lightbox-seo._11 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 0%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  line-height: 1.3;
}

.heading-lightbox-seo._12, .heading-lightbox-seo._13 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 0%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  line-height: 1.3;
}

.gallery-item-4 {
  width: 96%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  overflow: clip;
}

.gallery-item-1 {
  width: 96%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  position: relative;
  overflow: clip;
}

.modal-content {
  text-align: left;
  letter-spacing: 1px;
  background-color: #fff;
  border-bottom: 1px #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 700px;
  max-height: 90vh;
  padding-top: 0;
  padding-bottom: 40px;
  display: block;
  position: relative;
  overflow: auto;
  box-shadow: 4px 5px 10px 2px #0000005c;
}

.light-box-seo {
  z-index: auto;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.light-box-seo.cr {
  background-image: url('../images/lightbox-background-cr.svg');
  background-position: 50%;
  background-size: cover;
}

.light-box-seo.sp {
  background-image: url('../images/lightbox-background-sp.svg');
  background-position: 50%;
  background-size: cover;
}

.light-box-seo.se {
  background-image: url('../images/lightbox-background-se.svg');
  background-position: 50%;
  background-size: cover;
}

.gallery-item-2 {
  width: 96%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  position: relative;
  overflow: clip;
}

.gallery-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 940px;
  position: relative;
}

.crose-button {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
  width: 5%;
  max-width: none;
  display: block;
  position: absolute;
  inset: 1% 1% auto auto;
}

.modal-wrapper {
  z-index: 9999;
  flex-flow: column;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-wrapper.modal-2 {
  text-align: left;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: none;
  inset: 0%;
}

.modal-wrapper.modal-1 {
  text-align: left;
  border-radius: 0;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-items: center;
  display: none;
  inset: 0%;
}

.modal-wrapper.modal-4 {
  justify-content: center;
  align-items: center;
  display: none;
}

.modal-wrapper.modal-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
}

.modal-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.modal-section.al {
  margin-top: 0%;
  padding-top: 0%;
  display: flex;
}

.modal-section.ve {
  margin-top: 0%;
  padding-top: 1%;
  display: flex;
}

.heading-seo {
  color: #333;
  letter-spacing: 1px;
  max-width: 600px;
  margin: 20px auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}

.modal-content-text {
  color: #333;
  letter-spacing: 1px;
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.modal-content-text.top {
  max-width: 600px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
}

.modal-content-text._1 {
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.modal-content-text._1.margin {
  margin-top: 6%;
  margin-bottom: 0;
}

.lightbox-label-seo {
  border-style: none;
  border-width: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 23%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20;
  display: flex;
  position: relative;
  inset: 0 0% 0%;
}

.lightbox-label-seo.sp {
  background-image: url('../images/lightbox-background-sub-sp.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.lightbox-label-seo.cr {
  letter-spacing: 1px;
  background-image: url('../images/lightbox-background-sub-cr.svg');
  background-position: 50%;
  background-size: cover;
  height: 23%;
  padding-top: 0;
  padding-bottom: 0;
}

.lightbox-label-seo.se {
  background-image: url('../images/lightbox-background-sub-se.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.modal-overlay {
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
}

.gallery-item-3 {
  width: 96%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  display: block;
  overflow: clip;
}

.number-seo {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
  font-size: 26px;
  font-weight: 600;
}

.modal-image-1 {
  position: static;
  inset: 0%;
}

.modal-content-image {
  border-radius: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c-series-logo {
  text-align: center;
  letter-spacing: 8px;
  width: 78%;
  max-width: none;
  margin: 8% auto 1%;
  font-family: Varela, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.modal-image-5 {
  position: static;
  inset: 0%;
}

.gallery-item-5, .gallery-item-6 {
  width: 96%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  position: relative;
  overflow: clip;
}

.gallery-item-7 {
  width: 96%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  display: block;
  overflow: clip;
}

.gallery-item-8 {
  width: 96%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  overflow: clip;
}

.hd-seo {
  color: #333;
  background-color: #fffd94;
  margin-right: 5px;
  font-size: 20px;
  font-weight: 600;
}

.modal-wrapper2 {
  z-index: 9999;
  flex-flow: column;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-wrapper2.modal-5 {
  border-radius: 0;
  order: 0;
  justify-content: center;
  align-items: center;
  display: none;
  inset: 0%;
}

.modal-wrapper2.modal-6 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: none;
  inset: 0%;
}

.modal-wrapper2.modal-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
}

.modal-wrapper2.modal-8 {
  justify-content: center;
  align-items: center;
  display: none;
}

.container_large {
  margin-top: 8%;
  position: static;
}

.compare-heading {
  text-align: center;
  letter-spacing: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 2%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.compare-heading-h3 {
  text-align: center;
  letter-spacing: 2px;
  margin: 0 2% 0%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
}

.compare-text {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 3%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 26px;
  line-height: 1.4;
}

.compare_table_wrap {
  opacity: 1;
  border: 1px #836f4f;
  border-radius: 0;
  width: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.compare_note {
  position: static;
}

.compare-text-bottom {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 1%;
  margin-left: 1%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 13px;
  line-height: 1.3;
}

.compare_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #836f4f;
  border-radius: 10px;
  grid-template-rows: 14% 9% 9% 9% 9% 9% 9% 9% 9% 14%;
  grid-template-columns: 18% 1fr 1fr 1fr;
  grid-auto-rows: auto;
  height: 100%;
}

.cell_head_empty {
  border-bottom: 1px solid #836f4f;
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-head-ca {
  border-bottom: 1px solid #836f4f;
  border-left: 1px solid #8d7d62;
  justify-content: center;
  align-items: center;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
  position: relative;
}

.cell-head-se {
  border-bottom: 1px solid #836f4f;
  border-left: 1px solid #836f4f;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 0%;
  display: flex;
  position: relative;
}

.cell_label_design {
  border-bottom: 1px solid #836f4f;
  justify-content: center;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 9%;
  display: flex;
}

.cell_label_design.fe {
  justify-content: center;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 9%;
}

.cell_label_design.add2 {
  border-bottom-style: none;
  border-bottom-left-radius: 10px;
  padding-top: 10%;
  padding-bottom: 9%;
}

.cell-cr-design {
  border-bottom: 1px solid #836f4f;
  border-left: 1px solid #836f4f;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-cr-design.add2 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom-style: none;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-top: 0%;
  display: flex;
  position: relative;
}

.cell-sp-design {
  border-bottom: 1px solid #836f4f;
  border-left: 1px solid #836f4f;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-sp-design.add-ce2 {
  border-bottom-style: none;
}

.grid-car-image {
  z-index: auto;
  width: 64%;
  max-width: none;
  position: relative;
  top: 5%;
  left: 0%;
}

.car-label-h3 {
  line-height: 1.5;
}

.car-label-h3.md {
  color: #ffebeb;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #e7c98c;
  margin-top: 0%;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  left: 5%;
}

.car-label-h3.cr {
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #e7c98c;
  margin-top: 0%;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  left: 5%;
}

.car-label-h3.se {
  color: #eaeaea;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #e7c98c;
  margin-top: 0%;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  left: 5%;
}

.item-text {
  text-align: center;
  letter-spacing: 0;
  width: 80%;
  max-width: none;
  margin-top: 0%;
  margin-left: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 1.2;
}

.car-text.md {
  color: #ffebeb;
  text-align: center;
  letter-spacing: 1px;
  width: auto;
  margin-top: 0%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.car-text.crsub {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
  line-height: 1.2;
  overflow: visible;
}

.car-text.cr {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  line-height: 1.3;
  overflow: visible;
}

.car-text.se {
  color: #eaeaea;
  text-align: center;
  letter-spacing: 1px;
  width: auto;
  margin-top: 0%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.empty-h3 {
  letter-spacing: 1px;
  margin-top: 3%;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.h3-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 3%;
  display: flex;
}

.line-block {
  border-top: 1px solid #d7dadf;
  width: 114px;
  height: 1px;
}

.left-right-text {
  color: #253744;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 2%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 24px;
  line-height: 1;
  display: none;
}

.cta-label-2 {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  text-transform: none;
  column-count: 0;
  overflow-wrap: normal;
  flex: none;
  order: 0;
  align-self: auto;
  margin-left: 30%;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.cta-label-2.sticky, .cta-label-2.md {
  letter-spacing: 1px;
  margin-left: 28%;
  font-size: 18px;
}

.cta-block-2 {
  justify-content: center;
  align-items: center;
  width: 65%;
  display: flex;
  position: absolute;
  top: 39%;
}

.sticky-cta-wrapper {
  display: none;
}

.arrow {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  text-transform: none;
  column-count: 0;
  overflow-wrap: normal;
  flex: none;
  order: 0;
  align-self: auto;
  margin-left: 8%;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.arrow.a {
  margin-left: 24%;
  font-size: 16px;
}

.arrow.b {
  margin-left: 14%;
  font-size: 17px;
}

.recommend_guide_section {
  margin-top: 10%;
  padding-top: 0%;
  padding-bottom: 0%;
}

.recommend_guide_wrap {
  max-width: 940px;
}

.step-block {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.step1-grid {
  grid-column-gap: 0px;
  border: 1px #000;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-bottom: 0%;
}

.step1-grid-subblock {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px #afafaf;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 0%;
  padding-bottom: 0%;
  display: block;
}

.step-main-text {
  border-radius: 0;
  margin-top: 1%;
  margin-bottom: 1%;
  margin-left: 2%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.step1-car-image {
  width: 54%;
  max-width: none;
  display: block;
  position: relative;
  right: auto;
}

.step1-text-b-ca {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid #836f4f;
  border-radius: 0 0 0 6px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 340px;
  padding: 2%;
  display: flex;
  position: relative;
}

.step1-text-bottom {
  color: #ffebeb;
  padding-left: 2%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.4;
}

.step1-text-bottom.w {
  color: #fff;
}

.step1-text-cr {
  text-align: center;
  border-radius: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.all-text-bottom {
  color: #d8d8d8;
  letter-spacing: 1px;
  margin-top: 1%;
  margin-bottom: 1%;
  margin-left: 2%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 12px;
  line-height: 1.3;
}

.guide-text-b {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.br-sp-1 {
  display: none;
}

.hero-al-block {
  width: 100%;
  position: relative;
}

.series-text-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 14% 0% auto;
}

.bold-text {
  font-size: 17px;
  font-weight: 600;
}

.bold-text.mein {
  font-size: 15px;
}

.info-h2-box {
  flex-flow: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.info-h2-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.info-h2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.icon-info {
  width: 100%;
  max-width: none;
}

.icon-info-box {
  width: 16%;
}

.heading-info {
  width: 661.1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-info.pc {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-bottom: 1%;
  display: flex;
  position: relative;
}

.heading-and {
  margin-top: 0%;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  top: -.4vw;
}

.al-heading, .cr-choice-guide {
  letter-spacing: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2;
}

.choice-guide-and {
  letter-spacing: 4px;
  margin: 0 1%;
  font-family: Varela, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  top: -.4vw;
}

.choice-guide-h3 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 2% 2%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.choice-guide-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 3%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  line-height: 1.5;
}

.grid-top-sub-cr {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #836f4f;
  border-bottom-style: none;
  border-radius: 6px 0 0;
  justify-content: center;
  align-items: center;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
}

.div-block-contents {
  border: 1px solid #836f4f;
  border-radius: 6px;
  width: 98%;
  height: 160px;
  margin-top: 6%;
  margin-left: 0;
  margin-right: 0;
  padding: 1% 1% 0%;
}

.div-block-contents.md {
  border-radius: 6px;
  width: 98%;
  height: 160px;
  margin-top: 6%;
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;
}

.div-block-contents.ad-sp {
  width: 98%;
  height: 160px;
  margin-top: 6%;
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;
  display: none;
}

.g-c-image {
  width: 38%;
  max-width: none;
  margin: 0% auto;
  display: block;
}

.step-block-all {
  border-left: 1px solid #836f4f;
  width: 94%;
  position: relative;
}

.h3-guide-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 3%;
  display: block;
}

.border-line {
  border-top: 1px #d9b26f;
  width: 40%;
  height: 1px;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
}

.grid-c-b {
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.guide-step1, .guide-step2 {
  border: 1px solid #836f4f;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 0% auto 2%;
  padding: 0%;
  display: flex;
}

.step2-g {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  display: grid;
}

.contents-b2-sub {
  border: 1px solid #836f4f;
  border-right-style: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 10% 1% 0%;
  display: flex;
  position: static;
}

.contents-b2-sub.left {
  border-right-style: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.contents-b2-sub.right {
  border-right-style: solid;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.step2-t2 {
  text-align: center;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.s2c-image {
  width: 14%;
  max-width: none;
  margin: 1% auto 6%;
  display: block;
}

.s2c-image.adsp {
  display: none;
}

.st2-c-b {
  width: 100%;
  height: 125px;
  margin-left: 0%;
}

.guide-step3 {
  border: 1px solid #836f4f;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 0% auto;
  padding: 0%;
  display: flex;
}

.step3-g2-ca {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #836f4f;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1% 0% 0%;
  display: block;
}

.step3-g2-ca.left {
  border-left-style: solid;
  border-right-style: none;
  border-radius: 8px 0 0 8px;
}

.step3-grid-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  display: grid;
}

.st3-grid-t-md {
  color: #ffebeb;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #836f4f;
  justify-content: center;
  align-items: center;
  width: 88%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.st3-grid-t-md.noline {
  border-bottom-style: none;
  height: 60px;
  line-height: 1.3;
}

.st3-grid-t-md.noline.se, .st3-grid-t-md.se {
  color: #eaeaea;
}

.step3-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #836f4f;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  line-height: 1.5;
  display: flex;
}

.step3-heading.upline {
  justify-content: center;
  align-items: center;
}

.step-c-image-b {
  width: 100%;
}

.step-number {
  color: #d8d8d8;
  text-align: center;
  width: 100%;
  margin-top: 10%;
  font-size: 38px;
}

.step-block-a {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 6%;
  display: block;
}

.step2-text-bottom {
  color: #d8d8d8;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.step1-cr-bottom {
  color: #d8d8d8;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.6;
}

.step1-cr-bottom.se {
  color: #eaeaea;
}

.border-line-st {
  border-top: 1px #d9b26f;
  width: 100%;
  height: 1.5px;
  margin-left: auto;
  margin-right: auto;
}

.item-text-2 {
  font-size: 15px;
}

.navigation-p {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  grid-auto-columns: auto;
  justify-content: end;
  justify-items: center;
  display: grid;
}

.navigation-p.pan {
  z-index: auto;
  background-color: #000;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-left: 20px;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
}

.navigation-pn {
  text-align: center;
  background-color: #0000;
  font-size: 15px;
  text-decoration: none;
  transition: all .35s;
  display: inline-block;
  position: relative;
}

.navigation-label-p {
  color: #fff;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
  text-decoration: underline;
  position: relative;
}

.navigation-label-p.h1 {
  opacity: .8;
  padding: 6px 2px;
  font-size: 11px;
  text-decoration: none;
}

.car-text2-1.md {
  letter-spacing: 1px;
  margin-top: 1%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 17px;
  line-height: 1.5;
  overflow: visible;
}

.car-text2-1.md.add {
  color: #ffebeb;
  text-align: center;
  align-self: center;
  width: 100%;
  margin-top: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  font-size: 15px;
  position: relative;
  inset: auto 0%;
}

.car-text2-1.cr {
  letter-spacing: 1px;
  margin-top: 1%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 17px;
  line-height: 1.5;
  overflow: visible;
}

.car-text2-1.cr.add {
  text-align: center;
  align-self: center;
  width: 100%;
  margin-top: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  font-size: 15px;
  position: relative;
  inset: auto 0%;
}

.car-text2-1.se {
  letter-spacing: 1px;
  margin-top: 1%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 17px;
  line-height: 1.5;
  overflow: visible;
}

.car-text2-1.se.add {
  color: #eaeaea;
  text-align: center;
  align-self: center;
  width: 100%;
  margin-top: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  font-size: 15px;
  position: relative;
  inset: auto 0%;
}

.title-block {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.7vw;
  padding-bottom: 4.7vw;
  display: flex;
  position: static;
}

.crown-series-image {
  width: 50vw;
  display: block;
}

.crown-series-image.mobile {
  flex: 0 auto;
  display: none;
}

.background-image-wrapper-sub {
  background-color: #000;
  width: 100%;
  overflow: clip;
}

.background-image-wrapper-sub.title {
  background-image: none;
}

.hero-h3-text {
  text-align: center;
  letter-spacing: 6px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 35px;
  line-height: 1.5;
}

.hero-h3-text.r {
  width: 100%;
  margin-right: 0;
  position: relative;
  right: 7%;
}

.hero-h3-text.l {
  position: relative;
  left: 5%;
}

.br-car-t {
  font-size: 0;
  line-height: 36;
  display: block;
}

.h3-s {
  font-size: 14px;
  line-height: 1.2;
  display: block;
  position: relative;
  top: 0;
}

.h3-s1 {
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  top: -.5vw;
}

.gallery-item-9 {
  width: 96%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  position: relative;
  overflow: clip;
}

.modal-image-9 {
  position: static;
  inset: 0%;
}

.gallery-item-10 {
  width: 96%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  position: relative;
  overflow: clip;
}

.gallery-item-11 {
  width: 96%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  display: block;
  overflow: clip;
}

.gallery-item-12 {
  width: 96%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  overflow: clip;
}

.modal-wrapper3 {
  z-index: 9999;
  flex-flow: column;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-wrapper3.modal-9 {
  border-radius: 0;
  order: 0;
  justify-content: center;
  align-items: center;
  display: none;
  inset: 0%;
}

.modal-wrapper3.modal-10 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: none;
  inset: 0%;
}

.modal-wrapper3.modal-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
}

.modal-wrapper3.modal-12 {
  justify-content: center;
  align-items: center;
  display: none;
}

.grid-label-h3 {
  line-height: 1.5;
}

.grid-label-h3.name {
  color: #ffebeb;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #e7c98c;
  margin-top: 0%;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  left: 5%;
}

.grid-label-h3.cr {
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #e7c98c;
  margin-top: 0%;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  left: 5%;
}

.grid-label-h3.se {
  color: #eaeaea;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #e7c98c;
  margin-top: 0%;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  left: 5%;
}

.grid-h3-s {
  font-size: 15px;
  line-height: 1.2;
  position: relative;
  top: -.5vw;
}

.grid-c-sb {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 96%;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hev-bl {
  border: 1px solid #836f4f;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
  padding-bottom: 2%;
  display: block;
  position: absolute;
  inset: auto 0% 12%;
}

.g-hev-image {
  width: 70%;
  max-width: none;
  margin: 0% 0 0% auto;
  display: block;
}

.hev-b {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 56%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.step1-hev-bottom {
  color: #d8d8d8;
  width: 100%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.grid-top-sub-sp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #836f4f;
  border-style: solid solid none none;
  justify-content: center;
  align-items: center;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
}

.step1-text-b-sp {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid #836f4f;
  border-left-style: none;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 340px;
  padding: 2%;
  display: flex;
  position: relative;
}

.grid-po-h3 {
  line-height: 1.5;
}

.grid-po-h3.md {
  color: #ffebeb;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #e7c98c;
  margin-top: 0%;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  left: auto;
}

.grid-po-h3.name {
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #e7c98c;
  margin-top: 0%;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  left: auto;
}

.grid-po-h3.se {
  color: #eaeaea;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #e7c98c;
  margin-top: 0%;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  left: auto;
}

.grid-po-h3.cr {
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #e7c98c;
  margin-top: 0%;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  left: auto;
}

.grid-h3-p {
  font-size: 15px;
  line-height: 1.2;
  position: relative;
  top: -.5vw;
}

.grid-po-h3-sp {
  line-height: 1.5;
}

.grid-po-h3-sp.md {
  color: #ffebeb;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #e7c98c;
  margin-top: 0%;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  left: auto;
}

.po-text-b {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90px;
  display: flex;
}

.cell-head-sp {
  border-bottom: 1px solid #836f4f;
  border-left: 1px solid #836f4f;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 0%;
  display: flex;
  position: relative;
}

.step3-g2-sp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #836f4f;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1% 0% 0%;
  display: block;
}

.st3-grid-t-cr {
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #836f4f;
  justify-content: center;
  align-items: center;
  width: 88%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.st3-grid-t-cr.noline {
  border-bottom-style: none;
  height: 60px;
  line-height: 1.3;
}

.cell-se-design {
  border-bottom: 1px solid #836f4f;
  border-left: 1px solid #836f4f;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-se-design.add-ce2 {
  border-bottom-style: none;
  border-bottom-right-radius: 10px;
}

.grid-top-sub-se {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #836f4f;
  border-style: solid solid none none;
  border-radius: 0 6px 0 0;
  justify-content: center;
  align-items: center;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
}

.step1-text-b-se {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid #836f4f;
  border-left-style: none;
  border-radius: 0 0 6px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 340px;
  padding: 2%;
  display: flex;
  position: relative;
}

.step3-g2-se {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #836f4f;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1% 0% 0%;
  display: block;
}

.step3-g2-se.right {
  border-left-style: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.step1-text-md {
  color: #fff;
  text-align: center;
  border-radius: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.step1-text-md.sp {
  color: #ffebeb;
}

.step1-text-md.se {
  color: #eaeaea;
}

.step1-text-hev {
  text-align: center;
  border-radius: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.h3-md {
  font-size: 14px;
  line-height: 1.2;
  display: block;
  position: relative;
  top: 0;
}

.grid-h3-md, .grid-h3-s-copy, .grid-h3-s-copy-copy {
  font-size: 15px;
  line-height: 1.2;
  position: relative;
  top: -.5vw;
}

@media screen and (min-width: 1280px) {
  .container {
    flex: 1;
    max-width: 720px;
  }

  .container.lightbox {
    max-width: 860px;
  }

  .container.cta {
    max-width: 920px;
  }

  .container.movie, .container.expert {
    max-width: 820px;
  }

  .section.navigation {
    height: 42px;
  }

  .section._1 {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 130px;
    padding-bottom: 140px;
    display: block;
  }

  .section._2.pc {
    padding-top: 130px;
    padding-bottom: 54px;
  }

  .section.footer {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .section._3 {
    padding-top: 130px;
    padding-bottom: 10px;
  }

  .section.divider {
    height: 130px;
  }

  .client-logo-header {
    height: auto;
  }

  .navigation-grid._5-iterms, .navigation-grid._2-iterms {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .navigation-label {
    font-size: 13px;
    font-weight: 300;
  }

  .navigation-label._1 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .video {
    border-width: 2px;
  }

  .video-block {
    width: 641px;
  }

  .video-block.expert {
    border-style: none;
    width: 640px;
  }

  .video-block.corollacross {
    width: 640px;
  }

  .cta-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-link {
    width: 277px;
    height: 91px;
  }

  .cta-link.fore.radus_box-shadows {
    width: 100%;
  }

  .light-linkbox {
    border: 2px #548093;
  }

  .lightbox-label {
    height: 23%;
  }

  .cta-label {
    font-size: 20px;
  }

  .cta-label.store {
    font-size: 19px;
  }

  .cta-label.contact {
    margin-left: 40%;
    font-size: 19px;
  }

  .cta-label.webcatalog {
    margin-left: 44%;
    font-size: 17px;
  }

  .heading-7 {
    font-size: 24px;
    line-height: 32px;
  }

  .client-logo-footer {
    font-size: 15px;
  }

  .expand-button-link {
    background-color: #2e3192;
    padding-left: 0;
  }

  .lightbox-popup {
    width: 640px;
    padding: 100px 62px 62px;
  }

  .telop-grid {
    grid-column-gap: 49px;
    grid-template-columns: 1fr;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .telop-grid._1-column {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-left: 10%;
  }

  .telop-grid._2column {
    grid-column-gap: 14px;
    grid-row-gap: 13px;
    grid-column-gap: 14px;
    grid-row-gap: 13px;
    grid-template-columns: .25fr 1fr;
  }

  .telop-grid._1-column {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .dialog-close-image {
    width: 32px;
    height: 32px;
  }

  .dialog-paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 2;
  }

  .dialog-paragraph.ex {
    padding-left: 0;
  }

  .background-image-wrapper {
    margin-top: -17%;
  }

  .background-image-wrapper.curtain-2 {
    padding-bottom: 0%;
  }

  .background-image-wrapper.curtain_3 {
    background-image: url('../images/background-5.webp');
    background-position: 50%;
    background-size: cover;
  }

  .background-image-wrapper.curtain_5 {
    background-image: url('../images/background-2.webp');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 140px;
  }

  .home-link.header, .home-link.footer {
    width: 160px;
  }

  .flex-block.pc {
    max-width: none;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block.pc._2 {
    margin-top: 0%;
  }

  .flex-vertical {
    margin-bottom: 3%;
  }

  .text-block {
    color: #fff;
    font-size: 15px;
  }

  .container-navi {
    max-width: 1140px;
  }

  .background-black-navi {
    height: 42px;
  }

  .cta-image {
    width: 100%;
  }

  .cta-bottom {
    padding-top: 36px;
    padding-bottom: 110px;
  }

  .heading-movie.pc {
    width: 78%;
    min-width: auto;
    max-width: none;
    margin-bottom: 12px;
    left: auto;
  }

  .heading-movie.pc.car {
    width: 100%;
  }

  .paragraph-center.margin-top {
    font-size: 17px;
  }

  .paragraph-center.margin-top.pc {
    font-size: 13.2px;
  }

  .paragraph-center.margin-top.pc.ex {
    width: 780px;
    font-size: 15px;
  }

  .heading-photo.pc {
    width: 100%;
    margin-bottom: 1%;
  }

  .heading-lightbox {
    font-size: 13.5px;
    line-height: 1.4;
    text-decoration: none;
  }

  .heading-expert.pc {
    width: 76%;
    margin-bottom: 0%;
  }

  .telop-title {
    font-size: 21px;
    line-height: 24px;
  }

  .heading-terop {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5;
  }

  .cta-block {
    top: 41%;
  }

  .cta-block.webcatalog {
    top: 16%;
  }

  .hero-background-image-wrap.hero-pc {
    justify-content: center;
    align-items: center;
    height: 41vw;
  }

  .movie-h2-box {
    top: auto;
    right: auto;
  }

  .icon-movie-box.car {
    width: 15%;
  }

  .movie-h2, .movie-h2.al {
    font-size: 18px;
  }

  .movie-h2-2 {
    font-size: 46px;
  }

  .movie-h2-2.al {
    font-size: 48px;
  }

  .icon-potp-box {
    width: 14%;
  }

  .phot-h2-box {
    right: auto;
  }

  .photo-h2 {
    font-size: 17px;
  }

  .photo-h2-2 {
    font-size: 44px;
  }

  .icon-expert-box {
    width: 19%;
  }

  .expert-h2 {
    font-size: 17px;
  }

  .expert-h2-2 {
    font-size: 56px;
  }

  .annotation {
    font-size: 14px;
  }

  .heading-lightbox-seo {
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none;
  }

  .heading-lightbox-seo._4, .heading-lightbox-seo._3, .heading-lightbox-seo._2 {
    font-size: 16px;
    line-height: 1;
  }

  .heading-lightbox-seo._4 {
    font-size: 15px;
    line-height: 1.3;
  }

  .heading-lightbox-seo._10 {
    font-size: 15px;
    line-height: 1;
  }

  .heading-lightbox-seo._2 {
    font-size: 16px;
    line-height: 1;
  }

  .heading-lightbox-seo._3, .heading-lightbox-seo._10, .heading-lightbox-seo._2 {
    font-size: 15px;
    line-height: 1.3;
  }

  .heading-lightbox-seo._11 {
    font-size: 16px;
    line-height: 1.3;
  }

  .heading-lightbox-seo._12, .heading-lightbox-seo._13 {
    font-size: 15px;
    line-height: 1.3;
  }

  .gallery-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 940px;
  }

  .modal-wrapper.modal-1, .modal-wrapper.modal-4, .modal-wrapper.modal-3 {
    display: none;
  }

  .modal-content-text.top {
    font-size: 15px;
  }

  .lightbox-label-seo {
    height: 25%;
  }

  .c-series-logo {
    font-size: 42px;
  }

  .modal-wrapper2.modal-5, .modal-wrapper2.modal-8 {
    display: none;
  }

  .cell-cr-design, .car-text.md {
    font-size: 15px;
  }

  .car-text.crsub {
    font-size: 14px;
  }

  .car-text.cr, .car-text.se {
    font-size: 15px;
  }

  .cta-label-2 {
    font-size: 20px;
  }

  .cta-block-2 {
    top: 39%;
  }

  .arrow, .arrow.a, .arrow.b {
    font-size: 18px;
  }

  .recommend_guide_wrap {
    max-width: 940px;
  }

  .step1-car-image {
    width: 53%;
  }

  .step1-text-bottom {
    font-size: 12.5px;
  }

  .guide-text-b {
    width: 100%;
  }

  .info-h2-2 {
    font-size: 48px;
  }

  .info-h2 {
    font-size: 18px;
  }

  .icon-info-box {
    width: 16%;
  }

  .heading-info.pc {
    width: 100%;
    margin-bottom: 1%;
  }

  .heading-and {
    font-size: 30px;
  }

  .al-heading, .cr-choice-guide {
    font-size: 52px;
  }

  .choice-guide-and {
    font-size: 30px;
  }

  .div-block-contents {
    height: 160px;
    padding-bottom: 0%;
    padding-left: 2%;
  }

  .step-block-all {
    width: 94%;
  }

  .guide-step3 {
    margin-bottom: 0%;
  }

  .step3-g2-ca {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .st3-grid-t-md {
    font-size: 17px;
  }

  .st3-grid-t-md.noline {
    height: 60px;
  }

  .step-block-a {
    width: 6%;
  }

  .step2-text-bottom {
    line-height: 1.5;
  }

  .step1-cr-bottom {
    font-size: 12.5px;
  }

  .navigation-label-p {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 11px;
    font-weight: 300;
  }

  .navigation-label-p.h1 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .car-text2-1.md.add, .car-text2-1.cr.add, .car-text2-1.se.add {
    margin-top: 0%;
  }

  .background-image-wrapper-sub.title {
    background-image: none;
  }

  .modal-wrapper3.modal-9, .modal-wrapper3.modal-12 {
    display: none;
  }

  .grid-label-h3.name, .grid-label-h3.cr, .grid-label-h3.se {
    margin-top: 1%;
    font-size: 21px;
  }

  .step1-hev-bottom {
    font-size: 14px;
  }

  .step3-g2-sp {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .st3-grid-t-cr {
    font-size: 17px;
  }

  .st3-grid-t-cr.noline {
    height: 60px;
  }

  .step3-g2-se {
    padding-top: 1%;
    padding-bottom: 1%;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 850px;
    font-size: 17px;
  }

  .container.lightbox {
    max-width: 920px;
    line-height: 1.5;
  }

  .container.cta {
    max-width: 1100px;
  }

  .container.movie, .container.expert {
    max-width: 900px;
  }

  .body {
    font-size: 17px;
    line-height: 27px;
  }

  .section.navigation {
    z-index: 900;
    height: 46px;
    padding-left: 27px;
    padding-right: 27px;
  }

  .section._1 {
    justify-content: center;
    align-items: stretch;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section._2 {
    padding-top: 128px;
    padding-bottom: 56px;
  }

  .section._2.pc {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.footer {
    margin-top: 0;
    padding: 48px 50px;
  }

  .section._3 {
    padding-top: 150px;
    padding-bottom: 0;
  }

  .section.divider {
    height: 140px;
  }

  .client-logo-header {
    height: auto;
  }

  .navigation-grid {
    grid-template-columns: 80px 80px 80px 80px 80px 80px;
    grid-auto-columns: auto;
    right: 59px;
  }

  .navigation-grid._4-iterms {
    grid-template-columns: 65px 65px 65px 65px;
    right: 36px;
  }

  .navigation-grid._5-iterms, .navigation-grid._2-iterms {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    right: 36px;
  }

  .navigation-label {
    padding: 11px;
    font-size: 14px;
  }

  .navigation-label._1 {
    padding: 8px 3px;
    font-size: 12px;
  }

  .heading-height-92px {
    height: 94px;
  }

  .heading-23px-center {
    font-size: 25px;
  }

  .video {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .video-block {
    width: 720px;
  }

  .video-block.expert {
    border-style: none;
    border-width: 10px;
    width: 750px;
    line-height: 26px;
  }

  .video-block.corollacross {
    border-width: 10px;
    width: 750px;
  }

  .cta-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
  }

  .cta-link {
    width: 315px;
    height: 103px;
  }

  .cta-link.fore.radus_box-shadows {
    border-radius: 80px;
    width: 100%;
    height: auto;
  }

  .grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .light-linkbox {
    border: 2px #548093;
  }

  .lightbox-label {
    height: 23%;
    padding-top: 0;
    top: auto;
    bottom: 0%;
  }

  .cta-label {
    box-shadow: none;
    margin-left: 25%;
    font-size: 21px;
  }

  .cta-label.store {
    font-size: 21px;
  }

  .cta-label.contact {
    margin-left: 40%;
    font-size: 21px;
  }

  .cta-label.webcatalog {
    margin-left: 44%;
    font-size: 20px;
  }

  .heading-7 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 25px;
  }

  .heading-image-4 {
    width: 1238px;
    margin-bottom: 30px;
  }

  .heading-image-4.pc {
    width: 933px;
  }

  .paragraph-2 {
    font-size: 19px;
    line-height: 27px;
  }

  .heading-image-7 {
    width: 825px;
  }

  .paragraph-3 {
    margin-bottom: 20px;
  }

  .client-logo-footer {
    width: 100%;
    height: auto;
    top: 61px;
  }

  .expand-button-link {
    width: 20%;
    padding: 8px 0;
    font-size: 17px;
  }

  .lightbox-popup {
    width: 718px;
    padding: 120px 72px 72px;
  }

  .telop-grid {
    grid-column-gap: 60px;
    grid-template-columns: 1fr;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .telop-grid._2column {
    grid-column-gap: 17px;
    grid-row-gap: 18px;
    grid-column-gap: 17px;
    grid-row-gap: 18px;
  }

  .telop-grid._1-column {
    grid-column-gap: 41px;
    grid-row-gap: 21px;
    grid-column-gap: 41px;
    grid-row-gap: 21px;
  }

  .dialog-close-image {
    width: 35px;
    height: 35px;
  }

  .dialog-paragraph {
    text-align: justify;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 17px;
    line-height: 2;
  }

  .dialog-paragraph.ex {
    padding-left: 0;
  }

  .background-image-wrapper.curtain-2 {
    padding-bottom: 0%;
  }

  .background-image-wrapper.curtain_3 {
    background-position: 50% 30%;
    padding-bottom: 0;
  }

  .background-image-wrapper.curtain_5 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .background-image {
    top: -122px;
  }

  .home-link {
    width: 17%;
  }

  .home-link.header, .home-link.footer {
    width: 170px;
  }

  .cta-wrapper {
    margin-top: 16px;
  }

  .flex-block.pc {
    width: 750px;
    max-width: none;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block.pc._2 {
    margin-top: 0%;
  }

  .flex-vertical {
    margin-bottom: 2%;
  }

  .flex-vertical.information {
    max-width: 920px;
  }

  .text-block {
    margin-bottom: 0;
    margin-right: 0%;
    font-size: 15px;
  }

  .container-navi {
    max-width: 1280px;
  }

  .background-black-navi {
    height: 46px;
  }

  .lightbox-link-2 {
    border-width: 4px;
  }

  .heading-height-92px-2, .heading-height-92px-3, .heading-height-92px-4 {
    height: 94px;
  }

  .heading-21px-center {
    font-size: 25px;
  }

  .heading-height-92px-5 {
    height: 94px;
  }

  .cta-image {
    width: 100%;
  }

  .cta-bottom {
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 140px;
  }

  .cta-bottom._2 {
    padding-bottom: 140px;
  }

  .heading-movie {
    width: 595px;
  }

  .heading-movie.pc {
    width: 80%;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
    left: auto;
  }

  .heading-movie.pc.car {
    width: 100%;
  }

  .paragraph-center.margin-top {
    font-size: 17px;
  }

  .paragraph-center.margin-top.pc {
    width: 750px;
    margin-top: 6%;
    padding-bottom: 0;
    font-size: 15px;
  }

  .paragraph-center.margin-top.pc.ex {
    width: 800px;
    margin-top: 6%;
    font-size: 16.5px;
  }

  .heading-photo.pc {
    width: 100%;
    min-width: auto;
    margin-bottom: 1%;
  }

  .heading-lightbox {
    font-size: 14.5px;
    line-height: 1.4;
  }

  .heading-expert.pc {
    width: 76%;
    min-width: auto;
    max-width: none;
    margin-bottom: 0%;
  }

  .footer-section {
    height: auto;
  }

  .telop-title {
    font-size: 22px;
    line-height: 27px;
  }

  .heading-terop {
    margin-top: 20px;
    font-size: 19px;
    line-height: 1.5;
  }

  .cta-block {
    top: 41%;
  }

  .cta-block.webcatalog {
    top: 16%;
  }

  .hero-background-image-wrap.hero-pc {
    height: 41vw;
    margin-top: 0;
  }

  .movie-h2-box {
    right: auto;
  }

  .icon-movie-box {
    width: 13%;
  }

  .icon-movie-box.car {
    width: 15%;
  }

  .movie-h2 {
    font-size: 20px;
  }

  .movie-h2.al {
    font-size: 19px;
  }

  .movie-h2-2 {
    font-size: 55px;
  }

  .movie-h2-2.al {
    font-size: 50px;
  }

  .icon-potp-box {
    width: 13%;
  }

  .photo-h2 {
    font-size: 18px;
  }

  .photo-h2-2 {
    font-size: 48px;
  }

  .icon-expert-box {
    width: 20%;
  }

  .expert-h2 {
    font-size: 19px;
  }

  .expert-h2-2 {
    font-size: 60px;
  }

  .annotation {
    font-size: 15px;
  }

  .heading-lightbox-seo {
    font-size: 13px;
    line-height: 1.2;
  }

  .heading-lightbox-seo._4, .heading-lightbox-seo._3, .heading-lightbox-seo._2 {
    font-size: 18px;
  }

  .heading-lightbox-seo._4 {
    font-size: 16px;
  }

  .heading-lightbox-seo._10 {
    font-size: 17px;
  }

  .heading-lightbox-seo._2 {
    font-size: 18px;
  }

  .heading-lightbox-seo._3, .heading-lightbox-seo._10, .heading-lightbox-seo._2, .heading-lightbox-seo._11, .heading-lightbox-seo._12, .heading-lightbox-seo._13 {
    font-size: 16px;
  }

  .modal-content {
    max-width: 750px;
    padding-bottom: 60px;
  }

  .gallery-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 920px;
  }

  .modal-wrapper.modal-1, .modal-wrapper.modal-4 {
    display: none;
  }

  .heading-seo {
    max-width: 630px;
  }

  .modal-content-text, .modal-content-text.top {
    max-width: 630px;
    font-size: 16px;
  }

  .modal-content-text._1 {
    margin-bottom: 15px;
    font-size: 17px;
  }

  .lightbox-label-seo {
    height: 23%;
    padding-top: 12px;
    padding-bottom: 12px;
    top: auto;
    bottom: 0%;
  }

  .c-series-logo {
    width: 78%;
    font-size: 46px;
  }

  .modal-wrapper2.modal-8 {
    display: none;
  }

  .container_large {
    max-width: 1040px;
  }

  .compare-heading {
    font-size: 54px;
  }

  .compare-heading-h3 {
    font-size: 34px;
  }

  .compare-text {
    margin-bottom: 3%;
    font-size: 28px;
  }

  .compare-text-bottom {
    font-size: 15px;
  }

  .compare_grid {
    border-radius: 12px;
    grid-template-rows: 14% 9% 9% 9% 9% 9% 9% 9% 9% 14%;
    grid-auto-rows: auto;
  }

  .cell_head_empty {
    border-top-left-radius: 12px;
  }

  .cell-head-se {
    border-top-right-radius: 12px;
  }

  .cell_label_design {
    line-height: 1.5;
  }

  .cell_label_design.add2 {
    border-bottom-left-radius: 12px;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .cell-cr-design, .cell-sp-design {
    line-height: 1.5;
  }

  .grid-car-image {
    width: 60%;
  }

  .car-label-h3.md, .car-label-h3.cr, .car-label-h3.se {
    margin-top: 1%;
    font-size: 26px;
  }

  .item-text {
    width: 82%;
    margin-left: 0%;
    font-size: 19px;
  }

  .car-text.md {
    font-size: 17px;
  }

  .car-text.crsub {
    font-size: 16px;
  }

  .car-text.cr, .car-text.se {
    font-size: 17px;
  }

  .empty-h3 {
    font-size: 26px;
  }

  .line-block {
    border-top-color: #d8d8d8;
    width: 120px;
  }

  .left-right-text {
    font-size: 28px;
  }

  .cta-label-2 {
    box-shadow: none;
    margin-left: 25%;
    font-size: 21px;
  }

  .cta-label-2.sticky, .cta-label-2.md {
    font-size: 19px;
  }

  .cta-block-2 {
    top: 39%;
  }

  .arrow {
    box-shadow: none;
    font-size: 20px;
  }

  .arrow.a, .arrow.b {
    font-size: 20px;
  }

  .recommend_guide_wrap {
    max-width: 1110px;
    line-height: 1.5;
  }

  .step1-grid {
    border-radius: 10px;
  }

  .step-main-text {
    font-size: 27px;
    line-height: 1.5;
  }

  .step1-car-image {
    width: 53%;
  }

  .step1-text-b-ca {
    border-bottom-left-radius: 10px;
    height: 410px;
  }

  .step1-text-bottom {
    font-size: 15px;
  }

  .step1-text-cr {
    width: 84%;
    font-size: 24px;
    line-height: 1.4;
  }

  .all-text-bottom {
    font-size: 14px;
  }

  .guide-text-b {
    width: 100%;
  }

  .bold-text {
    font-size: 18px;
  }

  .info-h2-2 {
    font-size: 52px;
  }

  .info-h2 {
    font-size: 20px;
  }

  .icon-info-box {
    width: 16%;
  }

  .heading-info.pc {
    width: 92%;
    min-width: auto;
    max-width: none;
    margin-bottom: 1%;
  }

  .heading-and {
    font-size: 32px;
  }

  .al-heading, .cr-choice-guide {
    font-size: 54px;
  }

  .choice-guide-and {
    font-size: 34px;
  }

  .choice-guide-h3 {
    font-size: 40px;
  }

  .choice-guide-text {
    margin-bottom: 3%;
    font-size: 26px;
  }

  .grid-top-sub-cr {
    border-top-left-radius: 10px;
  }

  .div-block-contents {
    height: 200px;
    padding-top: 1%;
    padding-bottom: 0%;
  }

  .div-block-contents.md {
    border-radius: 10px;
    height: 190px;
  }

  .div-block-contents.ad-sp {
    height: 200px;
  }

  .g-c-image {
    margin-top: 5%;
    margin-bottom: 8%;
  }

  .border-line {
    width: 350px;
  }

  .grid-c-b {
    height: 44px;
  }

  .guide-step1, .guide-step2 {
    border-radius: 12px;
    width: 100%;
  }

  .step2-g {
    border-radius: 10px;
  }

  .contents-b2-sub {
    height: 370px;
  }

  .contents-b2-sub.left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 370px;
  }

  .contents-b2-sub.right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .step2-t2 {
    width: 100%;
    height: 46px;
    font-size: 25px;
    line-height: 1.2;
  }

  .s2c-image {
    margin-top: 4%;
  }

  .st2-c-b {
    height: 140px;
  }

  .guide-step3 {
    border-radius: 12px;
    width: 100%;
    margin-bottom: 3%;
  }

  .step3-g2-ca {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .step3-g2-ca.left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .step3-grid-block {
    border-radius: 10px;
  }

  .st3-grid-t-md {
    height: 70px;
    font-size: 21px;
  }

  .st3-grid-t-md.noline, .step3-heading {
    height: 70px;
  }

  .step-number {
    font-size: 42px;
  }

  .step2-text-bottom {
    font-size: 15px;
    line-height: 1.5;
  }

  .step1-cr-bottom {
    font-size: 15px;
    line-height: 1.4;
  }

  .border-line-st {
    width: 100%;
  }

  .item-text-2 {
    font-size: 17px;
  }

  .navigation-p {
    grid-template-columns: 80px 80px 80px 80px 80px 80px;
    grid-auto-columns: auto;
    right: 59px;
  }

  .navigation-p.pan {
    height: auto;
    font-size: 14px;
  }

  .navigation-label-p, .navigation-label-p.h1 {
    padding: 8px 3px;
    font-size: 12px;
  }

  .car-text2-1.md {
    font-size: 19px;
  }

  .car-text2-1.md.add {
    font-size: 17px;
  }

  .car-text2-1.cr {
    font-size: 19px;
  }

  .car-text2-1.cr.add {
    font-size: 17px;
  }

  .car-text2-1.se {
    font-size: 19px;
  }

  .car-text2-1.se.add {
    font-size: 17px;
  }

  .hero-h3-text, .hero-h3-text.r {
    font-size: 37px;
  }

  .h3-s {
    font-size: 18px;
  }

  .h3-s1 {
    font-size: 20px;
  }

  .modal-wrapper3.modal-12 {
    display: none;
  }

  .grid-label-h3.name, .grid-label-h3.cr, .grid-label-h3.se {
    font-size: 28px;
  }

  .grid-h3-s {
    font-size: 18px;
    top: -.5vw;
  }

  .grid-c-sb {
    margin-top: 2%;
  }

  .hev-bl {
    border-radius: 10px;
    padding-top: 1%;
    padding-bottom: 1%;
    bottom: 12%;
  }

  .g-hev-image {
    margin-top: 5%;
    margin-bottom: 8%;
  }

  .step1-hev-bottom {
    font-size: 15px;
  }

  .step1-text-b-sp {
    height: 410px;
  }

  .grid-po-h3.md, .grid-po-h3.name, .grid-po-h3.se, .grid-po-h3.cr, .grid-po-h3-sp.md {
    font-size: 26px;
  }

  .po-text-b {
    height: 130px;
  }

  .cell-head-sp {
    border-top-right-radius: 0;
  }

  .step3-g2-sp {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .st3-grid-t-cr {
    height: 70px;
    font-size: 21px;
  }

  .st3-grid-t-cr.noline {
    height: 70px;
  }

  .cell-se-design {
    line-height: 1.5;
  }

  .cell-se-design.add-ce2 {
    border-bottom-right-radius: 12px;
  }

  .grid-top-sub-se {
    border-top-right-radius: 10px;
  }

  .step1-text-b-se {
    border-bottom-right-radius: 10px;
    height: 410px;
  }

  .step3-g2-se {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .step3-g2-se.right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .step1-text-md, .step1-text-hev {
    width: 84%;
    font-size: 24px;
    line-height: 1.4;
  }

  .h3-md {
    font-size: 18px;
  }

  .grid-h3-s-copy, .grid-h3-s-copy-copy {
    font-size: 18px;
    top: -.5vw;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1000px;
    padding-left: 0;
    overflow: visible;
  }

  .container.lightbox {
    max-width: 1200px;
  }

  .container.cta {
    max-width: 1280px;
  }

  .container.movie, .container.expert {
    max-width: 1100px;
  }

  .body {
    font-size: 23px;
    line-height: 37px;
  }

  .section.navigation {
    height: 54px;
    padding-left: 33px;
    padding-right: 33px;
  }

  .section._1 {
    padding-top: 200px;
    padding-bottom: 200px;
    font-size: 21px;
  }

  .section._2 {
    padding-top: 330px;
  }

  .section._2.pc {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .section.footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section._3 {
    padding-top: 170px;
    padding-bottom: 0;
  }

  .section.divider {
    height: 170px;
  }

  .client-logo-header {
    height: auto;
    left: 41px;
  }

  .paragraph-15px-center {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navigation-grid._4-iterms {
    grid-template-columns: 95px 95px 95px 95px;
    font-size: 23px;
    right: 37px;
  }

  .navigation-grid._5-iterms, .navigation-grid._2-iterms {
    margin-top: 10px;
    right: 37px;
  }

  .navigation-label {
    padding: 12px;
    font-size: 17px;
  }

  .navigation-label._1 {
    padding: 10px 4px;
    font-size: 13px;
  }

  .heading-height-92px {
    height: 128px;
  }

  .heading-23px-center {
    font-size: 34px;
  }

  .video {
    border-style: none;
  }

  .video-block {
    width: 960px;
  }

  .video-block.expert {
    border-style: none;
    border-width: 12px;
    width: 840px;
  }

  .video-block.corollacross {
    z-index: auto;
    border-style: none;
    border-width: 12px;
    width: 840px;
  }

  .cta-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    width: 52%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .cta-link {
    width: 416px;
    height: 137px;
  }

  .cta-link.fore.radus_box-shadows {
    width: 100%;
    height: auto;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .light-linkbox {
    border: 3px #548093;
    width: 96%;
    margin-bottom: 1.5%;
  }

  .lightbox-label {
    border-style: none;
    border-color: #000;
    height: 23%;
  }

  .lightbox-image {
    max-width: 100%;
    overflow: clip;
  }

  .cta-label {
    box-shadow: none;
    margin-left: 25%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 26px;
  }

  .cta-label.store {
    margin-left: 50%;
    font-size: 24px;
  }

  .cta-label.contact {
    margin-left: 40%;
    font-size: 24px;
  }

  .cta-label.webcatalog {
    margin-left: 42%;
    font-size: 23px;
  }

  .heading-7 {
    font-size: 34px;
    line-height: 34px;
  }

  .heading-image-4.pc {
    width: 1249px;
  }

  .heading-image-7 {
    width: 1066px;
    margin-bottom: 24px;
  }

  .paragraph-3 {
    margin-bottom: 40px;
  }

  .client-logo-footer {
    width: 100%;
    height: auto;
    top: 79px;
  }

  .expand-button-link {
    background-color: #2e3192;
    width: 20%;
    padding: 14px 0;
    font-size: 24px;
  }

  .lightbox-popup {
    padding-top: 140px;
  }

  .telop-grid {
    grid-column-gap: 50px;
    grid-template-columns: 1fr;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .telop-grid._2column {
    grid-column-gap: 20px;
    grid-row-gap: 19px;
    grid-column-gap: 20px;
    grid-row-gap: 19px;
  }

  .telop-grid._1-column {
    grid-column-gap: 44px;
    grid-row-gap: 10px;
    grid-column-gap: 44px;
    grid-row-gap: 10px;
  }

  .dialog-paragraph {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 18px;
  }

  .background-image-wrapper {
    width: 100%;
  }

  .background-image-wrapper.curtain-1 {
    background-image: url('../images/background-1.webp');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .background-image-wrapper.curtain-2 {
    padding-bottom: 0;
  }

  .background-image-wrapper.curtain_3 {
    background-position: 50% 30%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .background-image-wrapper.curtain_5 {
    padding-top: 160px;
    padding-bottom: 180px;
  }

  .background-image {
    top: -147px;
  }

  .home-link {
    width: 18%;
  }

  .home-link.header, .home-link.footer {
    width: 210px;
  }

  .cta-wrapper {
    margin-top: 20px;
  }

  .flex-block {
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .flex-block.pc {
    width: 840px;
    max-width: 840px;
    margin-top: 0%;
    margin-bottom: 0;
  }

  .flex-block.pc._2 {
    margin-top: 0%;
  }

  .flex-vertical {
    margin-bottom: 2%;
  }

  .flex-vertical.information {
    max-width: 1100px;
  }

  .text-block {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .container-navi {
    max-width: 1710px;
  }

  .background-black-navi {
    height: 54px;
  }

  .heading-height-92px-2, .heading-height-92px-3, .heading-height-92px-4 {
    height: 128px;
  }

  .heading-21px-center {
    font-size: 34px;
  }

  .heading-height-92px-5 {
    height: 128px;
  }

  .cta-image {
    min-width: auto;
    max-width: none;
  }

  .cta-bottom {
    box-shadow: none;
    padding-top: 50px;
    padding-bottom: 160px;
    font-size: 21px;
  }

  .cta-bottom._2 {
    padding-bottom: 180px;
  }

  .heading-movie {
    width: 780px;
  }

  .heading-movie.pc {
    width: 76%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    left: auto;
  }

  .heading-movie.pc.car {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .paragraph-center {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paragraph-center.margin-top {
    font-size: 23px;
  }

  .paragraph-center.margin-top.pc {
    width: 920px;
    margin-top: 6%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .paragraph-center.margin-top.pc.ex {
    width: 960px;
    margin-top: 6%;
    margin-bottom: 6%;
    font-size: 20px;
  }

  .heading-photo.pc {
    width: 100%;
    margin-bottom: 1%;
  }

  .heading-lightbox {
    font-size: 18px;
    line-height: 1.4;
  }

  .heading-expert.pc {
    width: 75%;
    margin-bottom: 0%;
    font-size: 52px;
  }

  .footer-section {
    height: auto;
  }

  .telop-title {
    font-size: 23px;
  }

  .heading-terop {
    margin-top: 20px;
    font-size: 20px;
  }

  .cta-block {
    width: 70%;
    top: 41%;
  }

  .cta-block.webcatalog {
    top: 16%;
  }

  .hero-background-image-wrap {
    width: 100%;
  }

  .hero-background-image-wrap.hero-pc {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: 41vw;
  }

  .movie-h2-box {
    right: auto;
  }

  .icon-movie-box, .icon-movie-box.car {
    width: 13%;
  }

  .icon-movie {
    width: 100%;
    max-width: none;
  }

  .movie-h2 {
    font-size: 23px;
  }

  .movie-h2.al {
    font-size: 22px;
  }

  .movie-h2-2 {
    font-size: 63px;
  }

  .movie-h2-2.al {
    font-size: 60px;
  }

  .icon-potp-box {
    width: 14%;
  }

  .icon-potp {
    width: 100%;
    max-width: none;
  }

  .photo-h2 {
    font-size: 23px;
  }

  .photo-h2-2 {
    font-size: 58px;
  }

  .icon-expert-box {
    width: 20%;
  }

  .icon-expert {
    width: 100%;
    max-width: none;
  }

  .expert-h2 {
    font-size: 22px;
  }

  .expert-h2-2 {
    font-size: 70px;
  }

  .annotation {
    font-size: 16px;
  }

  .heading-lightbox-seo {
    font-size: 16px;
    line-height: 1.2;
  }

  .heading-lightbox-seo._4, .heading-lightbox-seo._3, .heading-lightbox-seo._2, .heading-lightbox-seo._10 {
    font-family: hiragino-kaku-gothic-pron;
    font-size: 22px;
  }

  .heading-lightbox-seo._3 {
    font-size: 22px;
  }

  .heading-lightbox-seo._4 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 20px;
  }

  .heading-lightbox-seo._10, .heading-lightbox-seo._2 {
    font-size: 22px;
  }

  .heading-lightbox-seo._3, .heading-lightbox-seo._10, .heading-lightbox-seo._2, .heading-lightbox-seo._11 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 20px;
  }

  .heading-lightbox-seo._12, .heading-lightbox-seo._13 {
    font-size: 20px;
  }

  .modal-content {
    max-width: 800px;
    padding-bottom: 80px;
    font-size: 16px;
    display: block;
  }

  .gallery-wrapper {
    width: 1140px;
  }

  .modal-wrapper.modal-2, .modal-wrapper.modal-1, .modal-wrapper.modal-4, .modal-wrapper.modal-3 {
    display: none;
  }

  .heading-seo {
    max-width: 700px;
    font-size: 30px;
  }

  .modal-content-text, .modal-content-text.top {
    max-width: 700px;
    font-size: 18px;
  }

  .modal-content-text._1 {
    max-width: 700px;
    margin-bottom: 19px;
    font-size: 20px;
  }

  .lightbox-label-seo {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
  }

  .number-seo {
    font-size: 30px;
  }

  .c-series-logo {
    width: 72%;
    font-size: 52px;
  }

  .hd-seo {
    font-size: 28px;
  }

  .modal-wrapper2.modal-5, .modal-wrapper2.modal-8 {
    display: none;
  }

  .container_large {
    max-width: 1300px;
  }

  .compare-heading {
    font-size: 58px;
  }

  .compare-heading-h3 {
    font-size: 40px;
  }

  .compare-text {
    margin-bottom: 4%;
    font-size: 31px;
  }

  .compare_table_wrap {
    height: auto;
  }

  .compare-text-bottom {
    font-size: 17px;
  }

  .compare_grid {
    border-radius: 14px;
    grid-template-rows: 14% 9% 9% 9% 9% 9% 9% 9% 9% 14%;
  }

  .cell_head_empty {
    border-top-left-radius: 12px;
  }

  .cell-head-se {
    border-top-right-radius: 12px;
  }

  .cell_label_design {
    padding-top: 10%;
    padding-bottom: 9%;
  }

  .cell_label_design.fe {
    padding-top: 12%;
    padding-bottom: 11%;
  }

  .cell_label_design.add2 {
    border-bottom-left-radius: 12px;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .grid-car-image {
    width: 62%;
  }

  .car-label-h3.md, .car-label-h3.cr, .car-label-h3.se {
    font-size: 32px;
  }

  .item-text {
    width: 86%;
    margin-left: 0%;
    font-size: 22px;
  }

  .car-text.md {
    margin-top: 0%;
    font-size: 22px;
  }

  .car-text.crsub {
    margin-top: 0%;
    font-size: 20px;
  }

  .car-text.cr, .car-text.se {
    margin-top: 0%;
    font-size: 22px;
  }

  .empty-h3 {
    font-size: 32px;
  }

  .line-block {
    border-top-color: #d8d8d8;
    width: 130px;
    height: 1px;
  }

  .left-right-text {
    font-size: 31px;
  }

  .cta-label-2 {
    box-shadow: none;
    margin-left: 25%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 26px;
  }

  .cta-label-2.sticky, .cta-label-2.md {
    margin-left: 28%;
    font-size: 24px;
  }

  .cta-block-2 {
    width: 70%;
    top: 41%;
  }

  .arrow {
    box-shadow: none;
    margin-left: 10%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 23px;
  }

  .arrow.a, .arrow.b {
    font-size: 23px;
  }

  .recommend_guide_wrap {
    max-width: 1260px;
  }

  .step1-grid {
    border-radius: 12px;
  }

  .step-main-text {
    font-size: 33px;
  }

  .step1-car-image {
    width: 62%;
  }

  .step1-text-b-ca {
    border-top-left-radius: 0;
    border-bottom-left-radius: 12px;
    height: 500px;
  }

  .step1-text-bottom {
    font-size: 18px;
    line-height: 1.5;
  }

  .step1-text-cr {
    font-size: 28px;
  }

  .all-text-bottom {
    font-size: 16px;
  }

  .bold-text {
    font-size: 20px;
  }

  .bold-text.mein {
    font-size: 18px;
  }

  .info-h2-2 {
    font-size: 66px;
  }

  .info-h2 {
    font-size: 22px;
  }

  .icon-info {
    width: 100%;
    max-width: none;
  }

  .icon-info-box {
    width: 16%;
  }

  .heading-info.pc {
    width: 92%;
    margin-bottom: 1%;
    font-size: 52px;
  }

  .heading-and {
    font-size: 42px;
  }

  .al-heading, .cr-choice-guide {
    font-size: 64px;
  }

  .choice-guide-and {
    font-size: 42px;
  }

  .choice-guide-h3 {
    font-size: 48px;
  }

  .choice-guide-text {
    margin-bottom: 4%;
    font-size: 33px;
  }

  .grid-top-sub-cr {
    border-top-left-radius: 12px;
  }

  .div-block-contents, .div-block-contents.md, .div-block-contents.ad-sp {
    height: 240px;
  }

  .g-c-image {
    width: 32%;
    margin-bottom: 8%;
  }

  .border-line {
    width: 40%;
  }

  .grid-c-b {
    height: 3vw;
  }

  .guide-step1, .guide-step2 {
    border-radius: 14px;
  }

  .step2-g {
    border-radius: 12px;
  }

  .contents-b2-sub {
    height: 500px;
  }

  .contents-b2-sub.left {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 500px;
  }

  .contents-b2-sub.right {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 500px;
  }

  .step2-t2 {
    height: 54px;
    font-size: 30px;
  }

  .st2-c-b {
    height: 174px;
  }

  .guide-step3 {
    border-radius: 14px;
  }

  .step3-g2-ca.left {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .step3-grid-block {
    border-radius: 12px;
  }

  .st3-grid-t-md {
    height: 4vw;
    padding-left: 0%;
    font-size: 25px;
  }

  .st3-grid-t-md.noline {
    height: 4vw;
  }

  .step3-heading {
    height: 5vw;
  }

  .step-number {
    font-size: 55px;
  }

  .step2-text-bottom {
    font-size: 19px;
  }

  .step1-cr-bottom {
    font-size: 18px;
    line-height: 1.5;
  }

  .border-line-st {
    width: 100%;
    height: 2px;
  }

  .item-text-2 {
    font-size: 20px;
  }

  .navigation-p.pan {
    grid-template-columns: 95px 95px 95px 95px;
    padding-left: 33px;
    font-size: 23px;
    right: 37px;
  }

  .navigation-label-p, .navigation-label-p.h1 {
    padding: 10px 4px;
    font-size: 13px;
  }

  .car-text2-1.md {
    font-size: 22px;
  }

  .car-text2-1.md.add {
    margin-top: 0%;
    font-size: 21px;
  }

  .car-text2-1.cr {
    font-size: 22px;
  }

  .car-text2-1.cr.add {
    margin-top: 0%;
    font-size: 21px;
  }

  .car-text2-1.se {
    font-size: 22px;
  }

  .car-text2-1.se.add {
    margin-top: 0%;
    font-size: 21px;
  }

  .title-block {
    background-color: #000;
  }

  .background-image-wrapper-sub, .background-image-wrapper-sub.title {
    width: 100%;
  }

  .hero-h3-text, .hero-h3-text.r {
    font-size: 50px;
  }

  .h3-s {
    font-size: 20px;
  }

  .modal-wrapper3.modal-9, .modal-wrapper3.modal-12 {
    display: none;
  }

  .grid-label-h3.name, .grid-label-h3.cr, .grid-label-h3.se {
    font-size: 32px;
  }

  .grid-h3-s {
    font-size: 20px;
  }

  .g-hev-image {
    margin-bottom: 8%;
  }

  .hev-b {
    width: 58%;
  }

  .step1-hev-bottom {
    font-size: 20px;
  }

  .step1-text-b-sp {
    height: 500px;
  }

  .grid-po-h3.md {
    align-self: center;
    margin-top: 4%;
    font-size: 32px;
  }

  .grid-po-h3.name {
    font-size: 32px;
  }

  .grid-po-h3.se {
    align-self: center;
    margin-top: 0%;
    font-size: 32px;
  }

  .grid-po-h3.cr {
    align-self: center;
    margin-top: 4%;
    font-size: 32px;
  }

  .grid-h3-p {
    font-size: 23px;
    top: -.8vw;
  }

  .grid-po-h3-sp.md {
    font-size: 32px;
  }

  .po-text-b {
    height: 200px;
  }

  .cell-head-sp {
    border-top-right-radius: 0;
  }

  .st3-grid-t-cr {
    height: 4vw;
    padding-left: 0%;
    font-size: 25px;
  }

  .st3-grid-t-cr.noline {
    height: 4vw;
  }

  .cell-se-design.add-ce2 {
    border-bottom-right-radius: 12px;
  }

  .step1-text-b-se {
    border-top-right-radius: 0;
    border-bottom-right-radius: 12px;
    height: 500px;
  }

  .step3-g2-se.right {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .step1-text-md, .step1-text-hev {
    font-size: 28px;
  }

  .h3-md {
    font-size: 20px;
  }

  .grid-h3-md {
    font-size: 23px;
    top: -.8vw;
  }

  .grid-h3-s-copy, .grid-h3-s-copy-copy {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 640px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.lightbox {
    max-width: 720px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.cta {
    max-width: 720px;
  }

  .container.movie {
    max-width: 768px;
    margin-top: 0%;
  }

  .container.expert {
    max-width: 768px;
  }

  .section.navigation {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section._1 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section._2.pc {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .section.footer {
    grid-row-gap: 8px;
    margin-top: 0;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .section._3 {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  .section.divider {
    height: 100px;
  }

  .client-logo-header {
    height: auto;
  }

  .navigation-link {
    margin-top: 0;
  }

  .navigation-grid._4-iterms {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .navigation-grid._5-iterms, .navigation-grid._2-iterms {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto;
    margin-bottom: 0;
    padding-top: 0;
    line-height: 1.5;
  }

  .navigation-label {
    padding: 5px;
    font-size: 12px;
    line-height: 1.5;
  }

  .navigation-label._1 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 10px;
  }

  .video-block.expert {
    border-width: 10px;
    border-radius: 0;
  }

  .video-block.corollacross {
    border-style: none;
    border-width: 10px;
    border-radius: 0;
  }

  .cta-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }

  .cta-link {
    height: 75px;
  }

  .cta-link.fore.radus_box-shadows {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    mix-blend-mode: normal;
    width: 100%;
    height: auto;
    margin: 0 0 0 auto;
    padding: 0;
    overflow: visible;
  }

  .grid {
    grid-auto-columns: minmax(auto, 1fr);
  }

  .lightbox-label {
    height: 23%;
  }

  .cta-label {
    margin-left: 20%;
    font-size: 18px;
  }

  .cta-label.store {
    margin-left: 43%;
    font-size: 16px;
  }

  .cta-label.contact {
    margin-left: 32%;
    font-size: 15px;
  }

  .cta-label.webcatalog {
    margin-left: 36%;
    font-size: 14px;
  }

  .client-logo-footer {
    width: 100%;
    height: auto;
  }

  .expand-button-link {
    width: 22%;
    padding: 10px 0;
  }

  .lightbox-popup {
    padding-top: 80px;
  }

  .telop-grid {
    grid-column-gap: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .telop-grid._1-column {
    grid-column-gap: 10px;
    margin-left: 5%;
  }

  .telop-grid._2column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .telop-grid._1-column {
    grid-column-gap: 10px;
    grid-column-gap: 10px;
  }

  .dialog-paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: block;
  }

  .background-image-wrapper.curtain-1 {
    width: 100%;
    height: auto;
    margin-top: 0%;
  }

  .background-image-wrapper.curtain-2, .background-image-wrapper.curtain_3 {
    padding-bottom: 0;
  }

  .background-image-wrapper.curtain_5 {
    padding-bottom: 140px;
  }

  .background-image {
    top: -57px;
  }

  .home-link {
    text-align: center;
    align-self: auto;
    width: auto;
  }

  .home-link.header, .home-link.footer {
    width: 140px;
  }

  .cta-wrapper {
    height: auto;
  }

  .flex-block.pc {
    max-width: 678px;
  }

  .flex-vertical.information {
    max-width: 720px;
  }

  .text-block {
    margin-right: 0%;
    font-size: 14px;
  }

  .container-navi {
    max-width: 768px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .background-black-navi {
    height: 40px;
  }

  .heading-height-92px-5 {
    height: 70px;
  }

  .cta-image {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .cta-bottom {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .cta-bottom._2 {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .heading-movie.pc {
    width: 80%;
    margin-top: 0;
    padding-bottom: 0;
    left: auto;
  }

  .heading-movie.pc.car {
    letter-spacing: 0;
    width: 100%;
    margin-right: auto;
  }

  .paragraph-center.margin-top.pc {
    margin-top: 6%;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 300;
  }

  .heading-photo.pc {
    width: 100%;
    margin-bottom: 1%;
  }

  .heading-lightbox {
    font-size: 11px;
    line-height: 1.2;
  }

  .heading-expert.pc {
    width: 77%;
    margin-bottom: 1%;
  }

  .footer-section {
    height: auto;
  }

  .telop-title {
    font-size: 19px;
  }

  .heading-terop {
    font-size: 16px;
  }

  .cta-block {
    text-align: center;
    width: 80%;
    top: 39%;
    left: auto;
  }

  .cta-block.webcatalog {
    top: 14%;
  }

  .hero-background-image-wrap.hero-pc {
    height: 42.2vw;
  }

  .movie-h2-box {
    right: auto;
  }

  .icon-movie-box {
    width: 13%;
  }

  .icon-movie-box.car {
    width: 14%;
  }

  .movie-h2 {
    font-size: 17px;
  }

  .movie-h2.al {
    font-size: 16px;
  }

  .movie-h2-2, .movie-h2-2.al {
    font-size: 43px;
  }

  .icon-potp-box {
    width: 13%;
  }

  .photo-h2 {
    font-size: 16px;
  }

  .photo-h2-2 {
    font-size: 38px;
  }

  .icon-expert-box {
    width: 17%;
  }

  .expert-h2 {
    font-size: 16px;
  }

  .expert-h2-2 {
    font-size: 50px;
  }

  .store-link {
    margin-top: 0;
  }

  .annotation {
    font-size: 12px;
  }

  .heading-lightbox-seo {
    font-size: 11px;
    line-height: 1.2;
  }

  .heading-lightbox-seo._4, .heading-lightbox-seo._3 {
    letter-spacing: 0;
    font-size: 15px;
    line-height: 1;
  }

  .heading-lightbox-seo._4 {
    letter-spacing: 0;
    font-size: 13px;
    line-height: 1.3;
  }

  .heading-lightbox-seo._3 {
    letter-spacing: 0;
    font-size: 13px;
    line-height: 1.3;
  }

  .heading-lightbox-seo._10 {
    margin-left: 0%;
    font-size: 13px;
  }

  .heading-lightbox-seo._2 {
    font-size: 13px;
  }

  .heading-lightbox-seo._11 {
    margin-left: 0%;
    font-size: 13px;
  }

  .heading-lightbox-seo._12 {
    font-size: 13px;
  }

  .heading-lightbox-seo._13 {
    letter-spacing: 0;
    font-size: 13px;
    line-height: 1.3;
  }

  .modal-content {
    display: block;
  }

  .gallery-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 720px;
  }

  .modal-wrapper.modal-2, .modal-wrapper.modal-1, .modal-wrapper.modal-4, .modal-wrapper.modal-3 {
    display: none;
  }

  .modal-section {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-seo, .modal-content-text, .modal-content-text.top {
    max-width: 590px;
  }

  .lightbox-label-seo {
    height: 23%;
  }

  .c-series-logo {
    font-size: 38px;
  }

  .modal-wrapper2.modal-5, .modal-wrapper2.modal-6, .modal-wrapper2.modal-7, .modal-wrapper2.modal-8 {
    display: none;
  }

  .container_large {
    max-width: 950px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .compare-heading {
    font-size: 40px;
  }

  .compare-heading-h3 {
    font-size: 30px;
  }

  .compare-text {
    font-size: 22px;
  }

  .compare_table_wrap {
    border-bottom-style: none;
    border-radius: 0;
  }

  .compare-text-bottom {
    font-size: 12px;
  }

  .compare_grid {
    border-radius: 10px;
    grid-template-rows: 14% 9% 9% 9% 9% 9% 9% 9% 9% 14%;
    grid-template-columns: 21% 1fr 1fr 1fr;
  }

  .cell_head_empty {
    border-top-left-radius: 10px;
  }

  .cell-head-ca {
    justify-content: center;
    align-items: center;
  }

  .cell-head-se {
    border-top-right-radius: 10px;
  }

  .cell_label_design.add2 {
    border-bottom-left-radius: 10px;
  }

  .grid-car-image {
    width: 60%;
  }

  .car-label-h3.md {
    margin-top: 0%;
    font-size: 2.2vw;
  }

  .car-label-h3.cr {
    margin-top: 0%;
    font-size: 2.2vw;
    left: 5%;
  }

  .car-label-h3.se {
    margin-top: 0%;
    font-size: 2.2vw;
  }

  .item-text {
    width: 82%;
    margin-left: 1%;
    font-size: 1.9vw;
  }

  .car-text.md {
    font-size: 1.6vw;
  }

  .car-text.crsub {
    margin-top: 1%;
    font-size: 1.4vw;
  }

  .car-text.cr {
    margin-top: 1%;
    font-size: 1.6vw;
  }

  .car-text.se {
    font-size: 1.6vw;
  }

  .empty-h3 {
    font-size: 2.5vw;
  }

  .left-right-text {
    font-size: 22px;
  }

  .cta-label-2 {
    margin-left: 20%;
    font-size: 18px;
  }

  .cta-label-2.sticky, .cta-label-2.md {
    font-size: 17px;
  }

  .cta-block-2 {
    text-align: center;
    width: 80%;
    top: 38%;
    left: auto;
  }

  .arrow {
    margin-left: 6%;
    font-size: 15px;
  }

  .arrow.a {
    margin-left: 14%;
    font-size: 15px;
  }

  .arrow.b {
    margin-left: 10%;
    font-size: 15px;
  }

  .recommend_guide_wrap {
    max-width: 950px;
  }

  .step-main-text {
    font-size: 2.5vw;
  }

  .step1-car-image {
    width: 53%;
  }

  .step1-text-b-ca {
    width: 100%;
    height: 34vw;
  }

  .step1-text-bottom {
    font-size: 1.3vw;
  }

  .step1-text-cr {
    width: 100%;
    font-size: 2.2vw;
  }

  .all-text-bottom {
    font-size: 1.2vw;
  }

  .info-h2-2 {
    font-size: 44px;
  }

  .info-h2 {
    font-size: 16px;
  }

  .icon-info-box {
    width: 15%;
  }

  .heading-info.pc {
    width: 100%;
    margin-bottom: 1%;
  }

  .heading-and {
    font-size: 28px;
  }

  .al-heading, .cr-choice-guide {
    font-size: 40px;
  }

  .choice-guide-and {
    font-size: 28px;
  }

  .choice-guide-h3 {
    font-size: 32px;
  }

  .choice-guide-text {
    font-size: 22px;
  }

  .div-block-contents {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 17vw;
    padding-top: 3%;
    padding-bottom: 0%;
    display: flex;
  }

  .div-block-contents.md, .div-block-contents.ad-sp {
    height: 17vw;
  }

  .g-c-image {
    width: 34%;
    margin-bottom: 8%;
  }

  .border-line {
    width: 310px;
  }

  .grid-c-b {
    height: 4vw;
  }

  .guide-step1, .guide-step2 {
    width: 96%;
  }

  .contents-b2-sub {
    justify-content: flex-start;
    align-items: center;
    height: 36vw;
  }

  .contents-b2-sub.left {
    justify-content: flex-start;
    align-items: center;
    height: 36vw;
    padding-top: 10%;
  }

  .step2-t2 {
    width: 100%;
    height: 3.5vw;
    padding-bottom: 0%;
    font-size: 2vw;
  }

  .st2-c-b {
    height: 14vw;
  }

  .guide-step3 {
    width: 96%;
  }

  .st3-grid-t-md {
    height: 6vw;
    font-size: 1.8vw;
  }

  .st3-grid-t-md.noline, .step3-heading {
    height: 6vw;
  }

  .step-number {
    font-size: 4vw;
  }

  .step2-text-bottom {
    font-size: 1.4vw;
    line-height: 1.6;
  }

  .step1-cr-bottom {
    font-size: 1.3vw;
  }

  .border-line-st {
    width: 100%;
  }

  .item-text-2 {
    font-size: 13px;
  }

  .navigation-p.pan {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .navigation-pn {
    margin-top: 0;
  }

  .navigation-label-p {
    padding: 5px 2px;
    font-size: 10px;
    line-height: 1.5;
  }

  .navigation-label-p.h1 {
    padding: 5px 2px;
    font-size: 10px;
  }

  .car-text2-1.md {
    margin-top: 1%;
    font-size: 16px;
  }

  .car-text2-1.md.add {
    font-size: 1.6vw;
    inset: auto 0%;
  }

  .car-text2-1.cr {
    margin-top: 1%;
    font-size: 16px;
  }

  .car-text2-1.cr.add {
    font-size: 1.6vw;
    inset: auto 0%;
  }

  .car-text2-1.se {
    margin-top: 1%;
    font-size: 16px;
  }

  .car-text2-1.se.add {
    font-size: 1.6vw;
    inset: auto 0%;
  }

  .background-image-wrapper-sub {
    background-image: none;
  }

  .hero-h3-text, .hero-h3-text.r {
    font-size: 3vw;
  }

  .h3-s {
    letter-spacing: 1px;
    font-size: 1.4vw;
    display: block;
    top: auto;
  }

  .h3-s1 {
    font-size: 1.8vw;
  }

  .modal-wrapper3.modal-9, .modal-wrapper3.modal-10, .modal-wrapper3.modal-11, .modal-wrapper3.modal-12 {
    display: none;
  }

  .grid-label-h3.name, .grid-label-h3.cr, .grid-label-h3.se {
    margin-top: 0%;
    font-size: 2.2vw;
  }

  .grid-h3-s {
    letter-spacing: 1px;
    font-size: 1.6vw;
    display: block;
    top: auto;
  }

  .hev-bl {
    padding-top: 1%;
    padding-bottom: 1%;
    bottom: 13%;
  }

  .g-hev-image {
    width: 55%;
    margin-bottom: 0%;
  }

  .hev-b {
    width: 67%;
  }

  .step1-hev-bottom {
    font-size: 1.7vw;
  }

  .step1-text-b-sp {
    width: 100%;
    height: 34vw;
  }

  .grid-po-h3.md {
    margin-top: 0%;
    font-size: 2vw;
  }

  .grid-po-h3.name {
    margin-top: 0%;
    font-size: 2vw;
    line-height: 1.4;
  }

  .grid-po-h3.se, .grid-po-h3.cr {
    margin-top: 0%;
    font-size: 2vw;
  }

  .grid-h3-p {
    letter-spacing: 1px;
    font-size: 1.5vw;
    display: block;
    top: auto;
  }

  .grid-po-h3-sp.md {
    margin-top: 2%;
    font-size: 2vw;
  }

  .po-text-b {
    height: 14vw;
  }

  .cell-head-sp {
    border-top-right-radius: 0;
  }

  .st3-grid-t-cr {
    height: 6vw;
    font-size: 1.8vw;
  }

  .st3-grid-t-cr.noline {
    height: 6vw;
  }

  .step1-text-b-se {
    width: 100%;
    height: 34vw;
  }

  .step1-text-md, .step1-text-hev {
    width: 100%;
    font-size: 2.2vw;
  }

  .h3-md {
    letter-spacing: 1px;
    font-size: 1.4vw;
    top: auto;
  }

  .grid-h3-md {
    letter-spacing: 1px;
    font-size: 1.5vw;
    display: block;
    top: auto;
  }

  .grid-h3-s-copy, .grid-h3-s-copy-copy {
    letter-spacing: 1px;
    font-size: 1.6vw;
    display: block;
    top: auto;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 440px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container.lightbox {
    max-width: 440px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.cta {
    max-width: 440px;
    left: auto;
  }

  .container.movie {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 440px;
    display: block;
  }

  .container.expert {
    max-width: 440px;
  }

  .body {
    background-color: #1e2027;
  }

  .section.navigation {
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
  }

  .section._1 {
    padding-top: 13%;
    padding-bottom: 13%;
  }

  .section._2 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section._2.pc {
    padding-top: 15%;
    padding-bottom: 6%;
  }

  .section.footer {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section._3 {
    padding-top: 17%;
    padding-bottom: 8%;
  }

  .section.divider {
    height: 85px;
  }

  .client-logo-header {
    height: auto;
    top: 10px;
    bottom: auto;
    left: 8px;
  }

  .paragraph-15px-center {
    font-size: 16px;
  }

  .navigation-grid {
    top: 0;
    bottom: 0;
    right: 0;
  }

  .navigation-grid._4-iterms {
    grid-template-columns: 40px 40px 40px 40px;
  }

  .navigation-grid._5-iterms, .navigation-grid._2-iterms {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .navigation-label {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 10px;
    line-height: 1.3;
  }

  .navigation-label._1 {
    font-size: 10px;
  }

  .heading-height-92px {
    height: 66px;
  }

  .heading-23px-center {
    font-size: 20px;
  }

  .video-block {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .video-block.expert {
    border-width: 6px;
    border-radius: 0;
  }

  .video-block.corollacross {
    z-index: auto;
    border-width: 6px;
    border-radius: 0;
  }

  .cta-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .cta-grid._3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 60%;
  }

  .cta-link {
    width: 460px;
    height: 75px;
  }

  .cta-link.fore.radus_box-shadows {
    width: 100%;
    height: auto;
    box-shadow: none;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: auto;
  }

  .light-linkbox {
    border-style: none;
    border-width: 2px;
  }

  .lightbox-label {
    height: 23%;
  }

  .cta-label {
    margin-left: 0%;
    margin-right: 0;
    font-size: 20px;
  }

  .cta-label.store {
    margin-left: 28%;
    font-size: 20px;
  }

  .cta-label.contact {
    margin-left: 20%;
    font-size: 20px;
  }

  .cta-label.webcatalog {
    margin-left: 24%;
    font-size: 18px;
  }

  .heading-7 {
    margin-bottom: 7px;
    font-size: 20px;
  }

  .heading-image-4 {
    width: 472px;
  }

  .heading-image-4.pc {
    display: none;
  }

  .heading-image-4.mobile {
    margin-bottom: 20px;
    display: block;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .heading-image-7 {
    width: 442px;
  }

  .paragraph-3 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .client-logo-footer {
    width: 100%;
    height: auto;
    top: -44px;
  }

  .expand-button-link {
    border-radius: 0;
    width: 25%;
    padding: 6px 0;
  }

  .lightbox-popup {
    width: 414px;
    padding: 55px 30px 35px;
  }

  .telop-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .telop-grid._2column {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .telop-grid._1-column {
    grid-column-gap: 24px;
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
  }

  .dialog-close-image {
    width: 20px;
    height: 20px;
    top: 15px;
  }

  .dialog-paragraph {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    font-size: 13px;
    display: block;
  }

  .dialog-paragraph.ex {
    padding-left: 40px;
    font-size: 16px;
  }

  .background-image-wrapper.curtain-1 {
    width: 100%;
    height: auto;
    margin-top: 0%;
  }

  .background-image-wrapper.curtain-2 {
    background-image: url('../images/background-4.webp');
    background-position: 50%;
    padding-bottom: 0%;
  }

  .background-image-wrapper.curtain_3 {
    padding-bottom: 0;
  }

  .background-image-wrapper.curtain_5 {
    padding-bottom: 140px;
  }

  .background-image {
    top: -45px;
  }

  .home-link {
    text-align: left;
    width: auto;
  }

  .home-link.header {
    width: 110px;
  }

  .home-link.footer {
    text-align: center;
    width: 110px;
  }

  .cta-wrapper {
    justify-content: center;
    height: auto;
    margin-top: 16px;
    position: relative;
  }

  .flex-block.pc, .flex-block.pc._2 {
    display: none;
  }

  .flex-block.mobaile {
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 440px;
    margin-top: 1%;
    display: flex;
  }

  .flex-block.mobaile._2 {
    z-index: 8;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0%;
    display: flex;
  }

  .flex-vertical.information {
    max-width: 440px;
  }

  .text-block {
    font-size: 12px;
  }

  .container-navi {
    max-width: 568px;
    padding-left: 54px;
    padding-right: 54px;
  }

  .background-black-navi {
    height: 30px;
  }

  .heading-height-92px-2, .heading-height-92px-3, .heading-height-92px-4 {
    height: 66px;
  }

  .heading-21px-center {
    font-size: 20px;
    display: block;
  }

  .heading-height-92px-5 {
    height: 66px;
  }

  .cta-image {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-top: 0;
    display: block;
  }

  .cta-bottom {
    margin-bottom: 0;
    padding-top: 6%;
    padding-bottom: 18%;
  }

  .cta-bottom._2 {
    padding-top: 2%;
    padding-bottom: 20%;
  }

  .heading-movie.pc {
    width: 100%;
    margin: 0 auto 2%;
    padding-bottom: 0;
    display: flex;
    left: auto;
  }

  .heading-movie.pc.car {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .paragraph-center {
    font-size: 16px;
  }

  .paragraph-center.pc {
    display: none;
  }

  .paragraph-center.margin-top {
    font-size: 15px;
  }

  .paragraph-center.margin-top.pc {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    display: block;
  }

  .paragraph-center.margin-top.pc.ex {
    width: auto;
    font-size: 15px;
    display: block;
  }

  .heading-photo.pc {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1%;
    padding-bottom: 0;
    display: flex;
  }

  .heading-lightbox {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.2;
  }

  .heading-expert.pc {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2%;
    display: flex;
  }

  .footer-section {
    height: auto;
  }

  .telop-title {
    font-size: 18px;
  }

  .heading-terop {
    font-size: 15px;
  }

  .cta-block {
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-left: 8%;
    top: 40%;
    left: auto;
  }

  .cta-block.webcatalog {
    top: 17%;
  }

  .hero-background-image-wrap.hero-pc {
    height: 43vw;
  }

  .text-image {
    height: 100%;
  }

  .movie-h2-box {
    top: auto;
    right: auto;
  }

  .icon-movie-box {
    width: 13%;
  }

  .icon-movie-box.car {
    width: 14%;
  }

  .movie-h2, .movie-h2.al {
    font-size: 11px;
  }

  .movie-h2-2 {
    font-size: 32px;
  }

  .movie-h2-2.al {
    font-size: 25px;
  }

  .icon-potp-box {
    width: 16%;
  }

  .phot-h2-box {
    top: auto;
  }

  .photo-h2 {
    font-size: 12px;
  }

  .photo-h2-2 {
    font-size: 23px;
  }

  .icon-expert-box {
    width: 16%;
  }

  .expert-h2-box {
    justify-content: space-between;
    align-items: flex-start;
  }

  .expert-h2 {
    font-size: 12px;
  }

  .expert-h2-2 {
    font-size: 40px;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    font-size: 0;
    display: block;
  }

  .heading-lightbox-seo {
    letter-spacing: -.5px;
    font-size: 14px;
    line-height: 1.2;
  }

  .heading-lightbox-seo._4, .heading-lightbox-seo._3 {
    letter-spacing: 0;
    margin-left: 0%;
    font-size: 18px;
    line-height: 1;
  }

  .heading-lightbox-seo._2, .heading-lightbox-seo._10 {
    letter-spacing: 0;
    margin-left: 0%;
    font-size: 18px;
  }

  .heading-lightbox-seo._4 {
    letter-spacing: 0;
    margin-left: 0%;
    font-size: 16px;
    line-height: 1.3;
  }

  .heading-lightbox-seo._10, .heading-lightbox-seo._2 {
    letter-spacing: 0;
    margin-left: 0%;
    font-size: 18px;
  }

  .heading-lightbox-seo._3 {
    letter-spacing: 0;
    margin-left: 0%;
    font-size: 16px;
    line-height: 1.3;
  }

  .heading-lightbox-seo._10, .heading-lightbox-seo._2, .heading-lightbox-seo._11, .heading-lightbox-seo._12 {
    letter-spacing: 0;
    margin-left: 0%;
    font-size: 16px;
  }

  .heading-lightbox-seo._13 {
    letter-spacing: 0;
    margin-left: 0%;
    font-size: 16px;
    line-height: 1.3;
  }

  .gallery-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 440px;
  }

  .modal-wrapper.modal-2, .modal-wrapper.modal-1, .modal-wrapper.modal-4, .modal-wrapper.modal-3 {
    display: none;
  }

  .modal-section {
    width: 440px;
  }

  .heading-seo {
    width: 88%;
    max-width: none;
    font-size: 3.5vw;
  }

  .modal-content-text {
    width: 88%;
    max-width: none;
    font-size: 2.4vw;
  }

  .modal-content-text.top {
    width: 88%;
    font-size: 2.4vw;
  }

  .modal-content-text._1 {
    font-size: 2.4vw;
  }

  .lightbox-label-seo {
    height: 23%;
  }

  .number-seo {
    font-size: 3.5vw;
  }

  .c-series-logo {
    width: 94%;
    margin-bottom: 2%;
    font-size: 24px;
  }

  .hd-seo {
    font-size: 3.3vw;
  }

  .modal-wrapper2.modal-5, .modal-wrapper2.modal-6, .modal-wrapper2.modal-7, .modal-wrapper2.modal-8 {
    display: none;
  }

  .container_large {
    width: 98%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .compare-heading {
    font-size: 4.8vw;
  }

  .compare-heading-h3 {
    font-size: 24px;
  }

  .compare-text {
    font-size: 17px;
  }

  .compare_table_wrap {
    border-bottom-style: none;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .compare-text-bottom {
    font-size: 1.4vw;
  }

  .compare_grid {
    border-radius: 10px;
  }

  .cell_head_empty {
    border-top-left-radius: 10px;
  }

  .cell-head-se {
    border-top-right-radius: 10px;
  }

  .cell_label_design.add2 {
    border-bottom-style: none;
    border-bottom-left-radius: 10px;
  }

  .car-label-h3.md, .car-label-h3.cr, .car-label-h3.se {
    font-size: 2.3vw;
  }

  .item-text {
    font-size: 2vw;
  }

  .car-text.md {
    font-size: 1.6vw;
  }

  .car-text.crsub {
    font-size: 1.4vw;
  }

  .car-text.cr, .car-text.se {
    font-size: 1.6vw;
  }

  .empty-h3 {
    font-size: 2.3vw;
  }

  .line-block {
    width: 61px;
  }

  .left-right-text {
    font-size: 2.4vw;
  }

  .cta-label-2 {
    margin-left: 0%;
    margin-right: 0;
    font-size: 20px;
  }

  .cta-label-2.sticky, .cta-label-2.md {
    margin-left: 12%;
    font-size: 18px;
  }

  .cta-block-2 {
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-left: 11%;
    top: 39%;
    left: auto;
  }

  .arrow {
    margin-left: 4%;
    margin-right: 0;
    font-size: 19px;
  }

  .arrow.a {
    margin-left: 19%;
    font-size: 19px;
  }

  .arrow.b {
    margin-left: 8%;
    font-size: 19px;
  }

  .step1-grid {
    flex-flow: column;
    width: 96%;
    display: flex;
  }

  .step1-grid-subblock {
    border-left-style: none;
    border-left-color: #836f4f;
  }

  .step-main-text {
    font-size: 4vw;
  }

  .step1-car-image {
    width: 32%;
  }

  .step1-text-b-ca {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
    border-bottom-right-radius: 6px;
    width: 100%;
    height: 46vw;
    padding: 4% 3%;
  }

  .step1-text-bottom {
    padding-left: 0%;
    font-size: 2.2vw;
    line-height: 1.4;
  }

  .step1-text-cr {
    width: 100%;
    font-size: 3.5vw;
  }

  .all-text-bottom {
    font-size: 1.5vw;
  }

  .br-sp-1 {
    font-size: 0;
    display: none;
  }

  .bold-text {
    font-size: 2.6vw;
  }

  .bold-text.mein {
    font-size: 2.4vw;
  }

  .info-h2-box {
    justify-content: space-between;
    align-items: flex-start;
  }

  .info-h2-2 {
    font-size: 29px;
  }

  .info-h2 {
    font-size: 12px;
  }

  .icon-info-box {
    width: 16%;
  }

  .heading-info.pc {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2%;
    display: flex;
  }

  .heading-and {
    font-size: 24px;
  }

  .al-heading {
    font-size: 34px;
  }

  .cr-choice-guide {
    font-size: 4.5vw;
  }

  .choice-guide-and {
    font-size: 3vw;
  }

  .choice-guide-h3 {
    font-size: 3.5vw;
  }

  .choice-guide-text {
    font-size: 2.4vw;
  }

  .grid-top-sub-cr {
    border-top-right-radius: 6px;
  }

  .div-block-contents {
    width: 50%;
    height: 40vw;
    margin-top: 0%;
    padding-top: 5%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .div-block-contents.md {
    width: 50%;
    height: 40vw;
    margin-top: 0%;
    padding-top: 5%;
  }

  .div-block-contents.ad-sp {
    width: 50%;
    height: 40vw;
    margin-top: 0%;
    padding-top: 5%;
    display: block;
  }

  .g-c-image {
    width: 50%;
    margin-top: 2%;
    margin-bottom: 6%;
  }

  .step-block-all {
    flex-flow: column;
    width: 88%;
    display: block;
  }

  .border-line {
    width: 250px;
  }

  .grid-c-b {
    height: 5vw;
  }

  .guide-step1, .guide-step2 {
    width: 90%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .step2-g {
    grid-row-gap: 0px;
    border-style: solid;
    border-color: #836f4f;
    border-radius: 8px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 96%;
  }

  .contents-b2-sub {
    border: 1px #000;
    border-bottom: 1px solid #836f4f;
    width: 100%;
    height: 30vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4%;
    padding-bottom: 1%;
    position: relative;
  }

  .contents-b2-sub.left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 30vw;
    padding-top: 4%;
  }

  .contents-b2-sub.right {
    border-style: none;
    border-color: #000;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .step2-t2 {
    text-align: left;
    width: 100%;
    height: auto;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 4vw;
  }

  .s2c-image {
    width: 100%;
    display: none;
  }

  .s2c-image.adsp {
    width: 20%;
    margin-top: 0%;
    margin-bottom: 0%;
    display: block;
    position: relative;
    left: 3%;
  }

  .st2-c-b {
    width: 96%;
    height: auto;
    margin-left: 0%;
    position: relative;
  }

  .guide-step3 {
    width: 90%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .step3-g2-ca {
    border-style: none;
    width: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .step3-g2-ca.left {
    border-style: none;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .step3-grid-block {
    border-style: solid;
    border-color: #836f4f;
    border-radius: 6px;
    flex-flow: column;
    width: 96%;
    display: flex;
  }

  .st3-grid-t-md {
    width: 80%;
    height: 11vw;
    font-size: 3.5vw;
  }

  .st3-grid-t-md.noline {
    height: 10vw;
    font-size: 3.5vw;
  }

  .step3-heading {
    width: 100%;
    height: 15vw;
  }

  .step3-heading.upline {
    border-top: 1px solid #836f4f;
    padding-top: 1%;
  }

  .step-c-image-b {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 54%;
    display: flex;
    position: absolute;
    top: 30%;
    left: auto;
    right: 5%;
  }

  .step-number {
    font-size: 6vw;
  }

  .step-block-a {
    width: 7%;
    margin-left: auto;
    margin-right: auto;
  }

  .step2-text-bottom {
    width: 100%;
    font-size: 2.5vw;
    line-height: 1.4;
  }

  .step1-cr-bottom {
    font-size: 2.2vw;
    line-height: 1.4;
  }

  .border-line-st {
    width: 250px;
  }

  .item-text-2 {
    font-size: 1.4vw;
  }

  .navigation-p {
    top: 0;
    bottom: 0;
    right: 0;
  }

  .navigation-p.pan {
    grid-template-columns: 40px 40px 40px 40px;
    padding-left: 15px;
  }

  .navigation-label-p {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 10px;
    line-height: 1.3;
  }

  .navigation-label-p.h1 {
    font-size: 10px;
  }

  .car-text2-1.md {
    font-size: 1.8vw;
  }

  .car-text2-1.md.add {
    font-size: 1.7vw;
  }

  .car-text2-1.cr {
    font-size: 1.8vw;
  }

  .car-text2-1.cr.add {
    font-size: 1.7vw;
  }

  .car-text2-1.se {
    font-size: 1.8vw;
  }

  .car-text2-1.se.add {
    font-size: 1.7vw;
  }

  .background-image-wrapper-sub {
    background-image: none;
  }

  .br-car-t {
    display: block;
  }

  .modal-wrapper3.modal-9, .modal-wrapper3.modal-10, .modal-wrapper3.modal-11, .modal-wrapper3.modal-12 {
    display: none;
  }

  .grid-label-h3.name, .grid-label-h3.cr, .grid-label-h3.se {
    font-size: 4vw;
    left: auto;
  }

  .grid-h3-s {
    font-size: 3vw;
    top: auto;
  }

  .grid-c-sb {
    flex-flow: column;
  }

  .hev-bl {
    display: none;
  }

  .g-hev-image {
    width: 36%;
    margin-top: 2%;
    margin-bottom: 6%;
  }

  .step1-hev-bottom {
    font-size: 1.95vw;
    line-height: 1.4;
  }

  .grid-top-sub-sp {
    border-left-style: solid;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .step1-text-b-sp {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
    border-left-style: solid;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 100%;
    height: 46vw;
    padding: 4% 3%;
  }

  .grid-po-h3.md {
    font-size: 4.5vw;
  }

  .grid-po-h3.name {
    width: 24vw;
    font-size: 4.2vw;
  }

  .grid-po-h3.se {
    width: 24vw;
    font-size: 4.5vw;
  }

  .grid-po-h3.cr {
    font-size: 4.5vw;
  }

  .grid-h3-p {
    font-size: 3vw;
    top: auto;
  }

  .grid-po-h3-sp.md {
    font-size: 4.5vw;
  }

  .cell-head-sp {
    border-top-right-radius: 0;
  }

  .step3-g2-sp {
    border-style: none;
    width: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .st3-grid-t-cr {
    width: 80%;
    height: 11vw;
    font-size: 3.5vw;
  }

  .st3-grid-t-cr.noline {
    height: 10vw;
    font-size: 3.5vw;
  }

  .grid-top-sub-se {
    border-left-style: solid;
    border-top-left-radius: 6px;
  }

  .step1-text-b-se {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
    border-left-style: solid;
    border-bottom-left-radius: 6px;
    width: 100%;
    height: 46vw;
    padding: 4% 3%;
  }

  .step3-g2-se {
    border-style: none;
    width: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .step1-text-md, .step1-text-hev {
    width: 100%;
    font-size: 3.5vw;
  }

  .grid-h3-md {
    font-size: 3vw;
    top: auto;
  }

  .grid-h3-s-copy, .grid-h3-s-copy-copy {
    font-size: 3vw;
    top: -1.2vw;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 300px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.lightbox {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 436px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .container.cta {
    max-width: 320px;
    padding-bottom: 14%;
  }

  .container.movie {
    max-width: 436px;
    margin-top: 0%;
    padding-left: 3%;
    padding-right: 3%;
    position: static;
  }

  .container.expert {
    max-width: 436px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body {
    background-color: #000;
  }

  .section.navigation {
    grid-row-gap: 6px;
    background-color: #000c;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90px;
    padding: 10px 0 0;
  }

  .section._1 {
    padding-top: 30%;
    padding-bottom: 20%;
  }

  .section._2 {
    flex-direction: column;
    padding-top: 0;
    display: flex;
  }

  .section._2.pc {
    padding-top: 30%;
    padding-bottom: 5%;
  }

  .section.footer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    opacity: 1;
    background-color: #000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6% 10px;
  }

  .section._3 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 30%;
    padding-bottom: 10%;
  }

  .section.divider {
    z-index: 4;
    height: 70px;
    display: block;
    position: static;
    overflow: hidden;
  }

  .client-logo-header {
    display: none;
    top: 7px;
    bottom: auto;
    left: 50%;
  }

  .client-logo-header.mobile {
    height: auto;
    margin-bottom: 0;
    display: block;
  }

  .paragraph-15px-center {
    font-size: 12px;
  }

  .navigation-grid {
    grid-column-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: auto;
    justify-content: space-around;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    top: auto;
    bottom: 0;
    left: 0;
  }

  .navigation-grid._4-iterms {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 98%;
    max-width: none;
    padding-top: 0%;
  }

  .navigation-grid._5-iterms {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: auto;
    grid-auto-flow: row dense;
    place-content: stretch space-around;
    align-self: auto;
    place-items: stretch stretch;
    max-width: 354px;
    margin-top: 0;
    display: grid;
  }

  .navigation-grid._2-iterms {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    grid-auto-flow: row dense;
    place-content: stretch space-around;
    align-self: auto;
    place-items: stretch stretch;
    max-width: 354px;
    margin-top: 0;
    display: grid;
  }

  .navigation-label {
    padding: 10px 0 0;
    font-size: 3.2vw;
    line-height: 1;
    display: inline-block;
  }

  .navigation-label.footer, .navigation-label.footer._2 {
    font-size: 12px;
  }

  .navigation-label._1 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 2.6vw;
  }

  .heading-height-92px {
    height: 39px;
  }

  .heading-23px-center {
    font-size: 14px;
  }

  .video-block {
    width: auto;
  }

  .video-block.expert {
    border-width: 5px;
    border-radius: 0;
  }

  .video-block.corollacross {
    border-width: 6px;
    border-radius: 0;
  }

  .cta-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
    width: 68%;
    padding: 0;
    display: grid;
    position: static;
  }

  .cta-grid._3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 68%;
  }

  .cta-link {
    width: 270px;
    height: 43px;
  }

  .cta-link.fore.radus_box-shadows {
    z-index: 3;
    width: 100%;
    height: auto;
    box-shadow: none;
    background-image: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-link.sticky {
    border-radius: 12px;
    width: 100%;
    height: auto;
  }

  .cta-link.sticky.left {
    opacity: 1;
    background-image: url('../images/lightbox-background-sub-cr.svg');
    background-position: 0%;
    background-size: cover;
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-link.sticky.right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/lightbox-background-sub-se.svg');
    background-position: 0%;
    background-size: cover;
    border: 1px #ffffff80;
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-link.sticky.center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/lightbox-background-sub-sp.svg');
    background-position: 0%;
    background-size: cover;
    border: 1px #ffffff80;
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-auto-rows: auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
  }

  .light-linkbox {
    border-width: 1px;
    display: flex;
  }

  .cta-label {
    margin-right: 0;
    font-size: 19px;
  }

  .cta-label.store {
    margin-left: 26%;
    font-size: 17px;
  }

  .cta-label.contact {
    margin-left: 20%;
    font-size: 17px;
  }

  .cta-label.webcatalog {
    width: 64%;
    margin-left: 28%;
    font-size: 15px;
    line-height: 1.3;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 22px;
  }

  .heading-image-4 {
    width: 268px;
  }

  .heading-image-4.mobile {
    width: 255px;
    margin-bottom: 13px;
  }

  .paragraph-2 {
    font-size: 10px;
    line-height: 14px;
  }

  .heading-image-7 {
    width: 252px;
  }

  .paragraph-3 {
    letter-spacing: -.1em;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 14px;
  }

  .client-logo-footer {
    width: 100%;
    height: auto;
    top: -26px;
  }

  .background-video {
    display: block;
    position: relative;
  }

  .background-color-wrapper {
    position: relative;
  }

  .expand-button-link {
    background-color: #2e3192;
    width: 30%;
    margin-top: 0%;
    padding: 6px 0% 6px 0;
    font-size: 13px;
    display: block;
  }

  .lightbox-background {
    z-index: 901;
    display: none;
  }

  .lightbox-background.show {
    z-index: 901;
    position: fixed;
  }

  .lightbox-popup {
    width: 261px;
    padding: 85px 10px 20px;
  }

  .telop-grid {
    grid-column-gap: 6px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .telop-grid._2column {
    grid-column-gap: 4px;
    grid-row-gap: 6px;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: .25fr 1fr;
  }

  .telop-grid._1-column {
    grid-column-gap: 4px;
    grid-column-gap: 4px;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .close-button-area {
    height: 48px;
  }

  .dialog-close-image {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .dialog-paragraph {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 10px;
  }

  .dialog-paragraph.ex {
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 13px;
  }

  .background-image-wrapper {
    margin-top: -36%;
  }

  .background-image-wrapper.curtain-1 {
    background-image: url('../images/background-1-sp.webp');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 0%;
  }

  .background-image-wrapper.curtain-2 {
    background-image: url('../images/background-4-sp.webp');
    background-position: 50%;
    background-attachment: scroll;
    padding-bottom: 0;
  }

  .background-image-wrapper.curtain_3 {
    background-image: url('../images/background-5-sp.webp');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 0;
  }

  .background-image-wrapper.curtain_5 {
    background-image: url('../images/background-3-sp.webp');
    background-position: 50% 100%;
    background-size: cover;
    padding-top: 30%;
    padding-bottom: 20%;
  }

  .background-image {
    top: -28px;
  }

  .home-link {
    width: 55%;
    height: auto;
    display: none;
  }

  .home-link.sp {
    width: 30%;
    display: block;
  }

  .home-link.sp.header {
    width: 170px;
  }

  .home-link.sp.footer {
    width: 116px;
  }

  .cta-wrapper {
    height: auto;
    margin-top: 12px;
    margin-bottom: 0;
  }

  .flex-block.pc._2 {
    display: none;
  }

  .flex-block.mobaile {
    z-index: auto;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 436px;
    margin-top: 0%;
    display: flex;
    position: static;
  }

  .flex-block.mobaile._2 {
    z-index: 8;
    float: none;
    clear: none;
    background-color: #2e319200;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    margin-top: 0%;
    display: flex;
    position: static;
  }

  .flex-vertical {
    margin-top: 0%;
    margin-bottom: 1%;
  }

  .flex-vertical.information {
    max-width: 436px;
  }

  .text-block {
    color: #fff;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2.6vw;
  }

  .container-navi {
    padding-left: 25px;
    padding-right: 25px;
  }

  .background-black-navi {
    height: 90px;
  }

  .lightbox-link-2 {
    border-width: 1px;
  }

  .heading-height-92px-2, .heading-height-92px-3, .heading-height-92px-4 {
    height: 39px;
  }

  .heading-21px-center {
    font-size: 14px;
  }

  .heading-height-92px-5 {
    height: 39px;
  }

  .cta-image {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-bottom {
    padding-top: 8%;
    padding-bottom: 5%;
  }

  .cta-bottom._2 {
    padding-bottom: 10%;
  }

  .heading-movie.pc {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 3%;
    display: flex;
    left: auto;
  }

  .heading-movie.pc.car {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .paragraph-center {
    font-size: 12px;
  }

  .paragraph-center.margin-top {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
  }

  .paragraph-center.margin-top.pc {
    width: auto;
    margin-top: 6%;
    font-size: 3vw;
    line-height: 1.5;
    display: block;
  }

  .paragraph-center.margin-top.pc.ex {
    width: auto;
    font-size: 3.3vw;
    line-height: 1.5;
    display: block;
  }

  .heading-photo.pc {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1%;
    display: flex;
  }

  .heading-lightbox {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 2.6vw;
    font-weight: 700;
    line-height: 1.2;
    transform: translate(0, -50%);
  }

  .heading-expert.pc {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2%;
    display: flex;
  }

  .footer-section {
    height: auto;
  }

  .footer-section.pc {
    display: none;
  }

  .footer-section.sp {
    z-index: auto;
    opacity: 1;
    margin-bottom: 10vw;
    display: block;
    position: relative;
  }

  .telop-title {
    font-size: 13px;
  }

  .heading-terop {
    font-size: 12px;
  }

  .cta-block {
    width: 80%;
    margin-left: 10%;
    top: 39%;
    left: auto;
  }

  .cta-block.webcatalog {
    width: 80%;
    margin-left: 8%;
    top: 13%;
  }

  .hero-background-image-wrap.hero-pc {
    height: 276.5vw;
    display: block;
  }

  .text-image {
    display: block;
    position: static;
  }

  .cta-box.sticky {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    transition-property: none;
  }

  .cta-box.sticky:hover {
    transform: none;
  }

  .hero-image {
    display: none;
  }

  .movie-h2-box {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    right: auto;
  }

  .icon-movie-box {
    width: 13%;
    margin-right: 1%;
  }

  .icon-movie-box.car {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 18%;
    font-size: 1px;
    display: block;
  }

  .movie-h2 {
    font-size: 3vw;
  }

  .movie-h2.al {
    text-align: center;
    letter-spacing: 0;
    font-size: 2.8vw;
  }

  .movie-h2-2 {
    font-size: 5.8vw;
    display: block;
  }

  .movie-h2-2.al {
    font-size: 6.3vw;
  }

  .icon-potp-box {
    width: 22%;
    margin-right: 0%;
  }

  .phot-h2-box {
    top: 0%;
    right: -1%;
  }

  .photo-h2 {
    margin-left: 0%;
    font-size: 2.8vw;
  }

  .photo-h2-2 {
    font-size: 6vw;
    display: block;
  }

  .icon-expert-box {
    width: 18%;
  }

  .expert-h2-box {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0%;
  }

  .expert-h2 {
    margin-left: 0%;
    font-size: 2.8vw;
  }

  .expert-h2-2 {
    font-size: 7.8vw;
    display: block;
  }

  .annotation {
    font-size: 9px;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    font-size: 0;
    display: none;
  }

  .heading-lightbox-seo {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9.5px;
    font-weight: 700;
    line-height: 1.2;
    transform: translate(0, -50%);
  }

  .heading-lightbox-seo._4, .heading-lightbox-seo._3 {
    letter-spacing: 0;
    margin-left: 0%;
    font-size: 15px;
    line-height: 1;
    transform: none;
  }

  .heading-lightbox-seo._4 {
    letter-spacing: 0;
    margin-left: 0%;
    font-size: 3vw;
    line-height: 1.3;
    transform: none;
  }

  .heading-lightbox-seo._3 {
    letter-spacing: 0;
    margin-left: 0%;
    font-size: 3vw;
    line-height: 1.3;
    transform: none;
  }

  .heading-lightbox-seo._10 {
    letter-spacing: 0;
    margin-left: 0%;
    font-size: 3vw;
    top: auto;
    transform: none;
  }

  .heading-lightbox-seo._2 {
    text-align: center;
    letter-spacing: 0;
    margin-left: 0%;
    font-size: 3vw;
    left: 0%;
    transform: none;
  }

  .heading-lightbox-seo._11 {
    letter-spacing: 0;
    margin-left: 0%;
    font-size: 3vw;
    top: auto;
    transform: none;
  }

  .heading-lightbox-seo._12 {
    text-align: center;
    letter-spacing: 0;
    margin-left: 0%;
    font-size: 3vw;
    left: 0%;
    transform: none;
  }

  .heading-lightbox-seo._13 {
    letter-spacing: 0;
    margin-left: 0%;
    font-size: 3vw;
    line-height: 1.3;
    transform: none;
  }

  .modal-content {
    border-radius: 3.5vw;
    padding-bottom: 40px;
    display: block;
  }

  .gallery-wrapper {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .crose-button {
    width: 8%;
  }

  .modal-wrapper.modal-2, .modal-wrapper.modal-1, .modal-wrapper.modal-4, .modal-wrapper.modal-3 {
    display: none;
  }

  .modal-section {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 375px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-section.al {
    max-width: 436px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-section.ve {
    max-width: 436px;
    padding-top: 2%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-seo {
    width: 94%;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 4.3vw;
  }

  .modal-content-text {
    width: 94%;
    font-size: 3.3vw;
  }

  .modal-content-text.top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 94%;
    font-size: 3.3vw;
    display: block;
  }

  .modal-content-text._1 {
    width: 94%;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 3vw;
  }

  .lightbox-label-seo {
    justify-content: center;
    align-items: center;
    height: 23%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .modal-overlay {
    display: block;
  }

  .number-seo {
    font-size: 4vw;
  }

  .c-series-logo {
    width: 100%;
    margin-top: 14%;
    margin-bottom: 3%;
    font-size: 4.8vw;
  }

  .hd-seo {
    font-size: 4vw;
  }

  .modal-wrapper2.modal-5, .modal-wrapper2.modal-6, .modal-wrapper2.modal-7, .modal-wrapper2.modal-8 {
    display: none;
  }

  .container_large {
    width: auto;
    margin-top: 20%;
  }

  .compare-heading {
    margin-bottom: 4%;
    font-size: 6vw;
  }

  .compare-heading-h3 {
    font-size: 5vw;
  }

  .compare-text {
    margin-bottom: 4%;
    font-size: 3.3vw;
    font-weight: 400;
    line-height: 1.5;
  }

  .compare_table_wrap {
    border-width: .5px;
    border-color: #836f4f;
    width: 100%;
    overflow: auto;
  }

  .compare-text-bottom {
    margin-top: 2%;
    margin-left: 2%;
    font-size: 2.8vw;
  }

  .compare_grid {
    border-radius: 10px;
    grid-template-rows: 14% 9% 9% 9% 9% 9% 9% 9% 9% 14%;
    grid-template-columns: 19% 1fr 1fr 1fr;
    min-width: 720px;
    height: auto;
    overflow: visible;
  }

  .cell_head_empty {
    border-bottom-width: .5px;
    border-top-left-radius: 10px;
  }

  .cell-head-ca {
    border-bottom-width: .5px;
    border-left-width: .5px;
    flex-flow: row;
    padding-top: 0%;
  }

  .cell-head-se {
    border-bottom-width: .5px;
    border-left-width: .5px;
    border-top-right-radius: 10px;
    flex-flow: row;
    padding-top: 0%;
  }

  .cell_label_design {
    border-bottom-width: .5px;
  }

  .cell_label_design.add2 {
    border-bottom-left-radius: 10px;
  }

  .cell-cr-design, .cell-sp-design {
    border-bottom-width: .5px;
    border-left-width: .5px;
  }

  .grid-car-image {
    width: 60%;
    margin-top: 2%;
    position: static;
  }

  .car-label-h3.md, .car-label-h3.cr, .car-label-h3.se {
    margin-top: 3%;
    font-size: 18px;
  }

  .item-text {
    width: 86%;
    margin-left: 0%;
    font-size: 14px;
  }

  .car-text.md {
    font-size: 12px;
    line-height: 1.3;
  }

  .car-text.crsub {
    font-size: 11px;
    line-height: 1.4;
  }

  .car-text.cr, .car-text.se {
    font-size: 12px;
    line-height: 1.3;
  }

  .empty-h3 {
    margin-top: 0%;
    font-size: 18px;
  }

  .h3-block {
    margin-bottom: 5%;
  }

  .line-block {
    width: 12vw;
  }

  .left-right-text {
    opacity: .8;
    color: #fff;
    margin-top: 5%;
    margin-bottom: 5%;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 1.5;
    display: block;
  }

  .div-block {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .cta-label-2 {
    margin-right: 0;
    font-size: 19px;
  }

  .cta-label-2.sticky {
    color: #fff;
    text-align: center;
    width: 100%;
    margin-left: 0%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 3.4vw;
    font-weight: 600;
    line-height: 1.2;
  }

  .cta-label-2.sticky.center {
    color: #ffebeb;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.2;
  }

  .cta-label-2.sticky.right {
    color: #eaeaea;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.2;
  }

  .cta-label-2.sticky.sp {
    color: #ffebeb;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.2;
  }

  .cta-label-2.sticky.se {
    color: #eaeaea;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.2;
  }

  .cta-label-2.md {
    color: #fff;
    text-align: center;
    width: 100%;
    margin-left: 0%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 3.4vw;
    font-weight: 600;
    line-height: 1.2;
  }

  .cta-label-2.md.center {
    color: #ffebeb;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.2;
  }

  .cta-label-2.md.right {
    color: #eaeaea;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.2;
  }

  .cta-label-2.md.sp {
    color: #ffebeb;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.2;
  }

  .cta-label-2.md.se {
    color: #eaeaea;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.2;
  }

  .cta-block-2 {
    width: 100%;
    margin-left: 0%;
    position: absolute;
    top: 40%;
    left: 2%;
  }

  .cta-block-2.sticky {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 3%;
    padding-bottom: 2%;
    display: flex;
    position: static;
  }

  .cta-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    padding: 0%;
    display: flex;
    position: static;
  }

  .sticky-cta-wrapper {
    z-index: 800;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 13vw;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0;
  }

  .arrow {
    margin-left: 2%;
    margin-right: 0;
    font-size: 16px;
  }

  .arrow.a {
    margin-left: 24%;
    font-size: 16px;
  }

  .arrow.b {
    margin-left: 14%;
    font-size: 16px;
  }

  .recommend_guide_section {
    margin-top: 25%;
    padding-bottom: 0%;
  }

  .step1-grid {
    grid-row-gap: 10px;
    flex-flow: column;
    width: 94%;
    display: flex;
  }

  .step1-grid-subblock {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .step-main-text {
    margin-top: 2%;
    margin-bottom: 1%;
    margin-left: 4%;
    font-size: 4vw;
    font-weight: 700;
  }

  .step1-car-image {
    width: 40%;
  }

  .step1-text-b-ca {
    grid-column-gap: 3%;
    grid-row-gap: 3%;
    width: 100%;
    height: 54vw;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .step1-text-bottom {
    font-size: 2.5vw;
    line-height: 1.5;
  }

  .step1-text-cr {
    width: 100%;
    font-size: 4vw;
  }

  .all-text-bottom {
    margin-top: 2%;
    font-size: 2vw;
  }

  .br-sp-1 {
    font-size: 0;
    display: block;
  }

  .series-text-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    inset: 0%;
  }

  .bold-text {
    font-size: 3.3vw;
  }

  .bold-text.mein {
    font-size: 3vw;
  }

  .info-h2-box {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0%;
  }

  .info-h2-2 {
    font-size: 7vw;
    display: block;
  }

  .info-h2 {
    margin-left: 0%;
    font-size: 2.8vw;
  }

  .icon-info-box {
    width: 20%;
    margin-right: 0%;
    font-size: 15px;
  }

  .heading-info.pc {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2%;
    display: flex;
  }

  .heading-and {
    font-size: 5vw;
  }

  .al-heading, .cr-choice-guide {
    font-size: 6.5vw;
  }

  .choice-guide-and, .choice-guide-h3 {
    font-size: 5vw;
  }

  .choice-guide-text {
    margin-bottom: 4%;
    font-size: 3.5vw;
    font-weight: 400;
  }

  .div-block-contents, .div-block-contents.md, .div-block-contents.ad-sp {
    height: 48vw;
    padding-top: 3%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .g-c-image {
    width: 54%;
    margin-top: 8%;
    margin-bottom: 12%;
  }

  .step-block-all {
    width: 94%;
  }

  .h3-guide-block {
    margin-bottom: 5%;
  }

  .border-line {
    width: 200px;
  }

  .grid-c-b {
    height: 6vw;
  }

  .guide-step1 {
    flex-flow: row;
    width: 96%;
    margin-bottom: 4%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .guide-step2 {
    width: 96%;
    margin-bottom: 4%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .step2-g {
    grid-row-gap: 0px;
    flex-flow: column;
    width: 94%;
    display: flex;
  }

  .contents-b2-sub {
    width: 100%;
    padding: 2% 0%;
  }

  .contents-b2-sub.left {
    padding-top: 2%;
  }

  .step2-t2 {
    width: 100%;
    margin-bottom: 1%;
    font-size: 4.5vw;
  }

  .s2c-image.adsp {
    left: 8%;
  }

  .st2-c-b {
    width: 92%;
    margin-left: 0%;
  }

  .guide-step3 {
    width: 96%;
    margin-bottom: 4%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .step3-g2-ca {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .step3-g2-ca.left {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .step3-grid-block {
    grid-row-gap: 0px;
    flex-flow: column;
    width: 94%;
    display: flex;
  }

  .st3-grid-t-md {
    width: 80%;
    height: 14vw;
    font-size: 4vw;
  }

  .st3-grid-t-md.noline {
    height: 14vw;
    font-size: 4vw;
  }

  .step3-heading {
    width: 100%;
    height: 20vw;
    padding-top: 2%;
  }

  .step3-heading.upline {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0%;
  }

  .step-c-image-b {
    justify-content: flex-end;
    align-items: center;
    height: 21vw;
    top: 18%;
    right: 0%;
  }

  .step-number {
    font-size: 6vw;
  }

  .step-block-a {
    width: 10%;
  }

  .step2-text-bottom, .step1-cr-bottom {
    font-size: 2.7vw;
    line-height: 1.5;
  }

  .border-line-st {
    width: 100%;
    height: 1px;
  }

  .item-text-2 {
    font-size: 2.6vw;
  }

  .navigation-p {
    grid-column-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: auto;
    justify-content: space-around;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    top: auto;
    bottom: 0;
    left: 0;
  }

  .navigation-p.pan {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: none;
    padding-top: 0%;
    padding-left: 10px;
  }

  .navigation-label-p {
    padding: 5px;
    font-size: 2.6vw;
    line-height: 1;
    display: inline-block;
  }

  .navigation-label-p.h1 {
    opacity: .8;
    font-size: 2.6vw;
  }

  .car-text2-1.md {
    font-size: 2.9vw;
  }

  .car-text2-1.md.add {
    font-size: 12px;
  }

  .car-text2-1.cr {
    font-size: 2.9vw;
  }

  .car-text2-1.cr.add {
    font-size: 12px;
  }

  .car-text2-1.se {
    font-size: 2.9vw;
  }

  .car-text2-1.se.add {
    font-size: 12px;
  }

  .title-block {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .crown-series-image {
    display: none;
  }

  .crown-series-image.mobile {
    width: 86%;
    display: block;
  }

  .background-image-wrapper-sub {
    background-image: none;
  }

  .hero-h3-text {
    font-size: 7vw;
    position: relative;
    bottom: 13%;
  }

  .hero-h3-text.r {
    font-size: 7vw;
    bottom: 25%;
    right: auto;
  }

  .hero-h3-text.l {
    font-size: 7vw;
    top: 2%;
    left: auto;
  }

  .br-car-t {
    display: none;
  }

  .h3-s {
    font-size: 10px;
    top: auto;
  }

  .h3-s1 {
    font-size: 13px;
    top: -.5vw;
  }

  .modal-wrapper3.modal-9, .modal-wrapper3.modal-10, .modal-wrapper3.modal-11, .modal-wrapper3.modal-12 {
    display: none;
  }

  .grid-label-h3.name, .grid-label-h3.cr, .grid-label-h3.se {
    margin-top: 1%;
    font-size: 4.5vw;
  }

  .grid-h3-s {
    font-size: 3.5vw;
    top: auto;
  }

  .grid-c-sb {
    margin-top: 2%;
  }

  .g-hev-image {
    width: 40%;
    margin-top: 8%;
    margin-bottom: 12%;
  }

  .step1-hev-bottom {
    font-size: 2.7vw;
    line-height: 1.5;
  }

  .step1-text-b-sp {
    grid-column-gap: 3%;
    grid-row-gap: 3%;
    width: 100%;
    height: 54vw;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .grid-po-h3.md, .grid-po-h3.name, .grid-po-h3.se, .grid-po-h3.cr {
    margin-top: 0%;
    font-size: 4.5vw;
  }

  .grid-h3-p {
    font-size: 3vw;
    top: auto;
  }

  .grid-po-h3-sp.md {
    margin-top: 3%;
    font-size: 4vw;
  }

  .po-text-b {
    justify-content: center;
    align-items: center;
    width: 80%;
    height: auto;
    margin-left: 0%;
  }

  .bold-text-2 {
    font-size: 9.6px;
  }

  .div-block-4 {
    background-color: #2e3192;
  }

  .res {
    font-size: 3.2vw;
  }

  .cell-head-sp {
    border-bottom-width: .5px;
    border-left-width: .5px;
    border-top-right-radius: 0;
    flex-flow: row;
    padding-top: 0%;
  }

  .step3-g2-sp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .st3-grid-t-cr {
    width: 80%;
    height: 14vw;
    font-size: 4vw;
  }

  .st3-grid-t-cr.noline {
    height: 14vw;
    font-size: 4vw;
  }

  .cell-se-design {
    border-bottom-width: .5px;
    border-left-width: .5px;
  }

  .step1-text-b-se {
    grid-column-gap: 3%;
    grid-row-gap: 3%;
    width: 100%;
    height: 54vw;
    padding: 3%;
  }

  .step3-g2-se {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .step1-text-md, .step1-text-hev {
    width: 100%;
    font-size: 4vw;
  }

  .h3-md {
    font-size: 10px;
    top: auto;
  }

  .grid-h3-md {
    font-size: 3vw;
    position: relative;
    top: auto;
  }

  .grid-h3-s-copy, .grid-h3-s-copy-copy {
    font-size: 3.5vw;
  }
}

#w-node-_6e489eeb-b4d1-9c61-71f1-35d1f6addb69-802c1f5d, #w-node-_804f7bbf-ecf6-8720-0a24-8427a3cf24b0-802c1f5d, #w-node-c48b905c-aabf-a5dd-2646-b2eaab642688-802c1f5d, #w-node-bba196bb-d188-3031-fec9-288afcd8f96a-802c1f5d, #w-node-_7236da8b-96cd-2e5c-6ee0-4f8078dfcd5c-802c1f5d, #w-node-d51ecaa2-7f0a-355f-2a43-79771dfbe118-802c1f5d, #w-node-e81c195a-b9d5-ec54-9841-2d193891e97c-802c1f5d, #w-node-eaa60f91-2f92-aa3e-d0dc-19fd997dae70-802c1f5d, #w-node-_0a849315-82b0-5f48-b224-c67ac210c252-802c1f5d, #w-node-_428f9482-89a0-3143-a09c-19e657188ce1-802c1f5d, #w-node-_11b52c8c-4745-52ef-763c-51317b0d5f13-802c1f5d, #w-node-b92f964e-4fb3-35ac-6e84-e0ea1079902b-f0824c61, #w-node-a088fd50-f0e4-f646-25a9-07199c47a128-9c47a0cb, #w-node-_113b43a1-0394-aba9-569a-caed0b1755e1-d9669529, #w-node-_60c814bc-6a76-75b1-8dcc-f7207368e55c-10956cf6, #w-node-_083d8606-ea56-b80c-4457-ce2f170caac4-67654b37, #w-node-_1dcd25c7-ccf3-3c8f-77d8-7fa7c80d0921-fdfd11a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-ad3497f0-bed9-da4f-fd10-7881ff812335-802c1f5d, #w-node-_36f2108d-b629-eb1f-2bde-8f588a98e69b-802c1f5d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-f704c10e-251d-73b0-8b66-840db0c1a499-802c1f5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_61481786-5c35-c58a-4afe-08f7057c09cb-802c1f5d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


