@font-face {
  font-family: "icon";
  src: url(/COMMON/GN/FONTS/ICONS/Nissan-Global.eot);
  src: url(/COMMON/GN/FONTS/ICONS/Nissan-Global.eot?#iefix) format("embedded-opentype"), url(/COMMON/GN/FONTS/ICONS/Nissan-Global.woff) format("woff"), url(/COMMON/GN/FONTS/ICONS/Nissan-Global.ttf) format("truetype"), url(/COMMON/GN/FONTS/ICONS/Nissan-Global.svg#wp-icons) format("svg");
  font-weight: 400;
  font-style: normal;
}
main,
section,
div,
p,
h1,
h2,
h3,
h4,
dl,
dt,
dd,
ul,
li,
figure,
span,
a {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: top;
}

ul,
li {
  list-style: none;
}

button {
  border: none;
  background: none;
  font: inherit;
  color: inherit;
}

select {
  color: inherit;
}

a {
  cursor: pointer;
  color: inherit;
}

body {
  background: #e2e2e2;
}

.p-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 1500px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .p-header {
    font-size: 2.6666666667vw;
  }
}
.p-header_bg {
  display: block;
  padding: 32px 33px 34px;
  background: rgba(255, 255, 255, 0.85);
  border-bottom-right-radius: 32px;
  backdrop-filter: blur(5px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  .p-header_bg {
    padding: 26px;
  }
}
@media screen and (max-width: 750px) {
  .p-header_bg {
    padding: 20px 16px;
    border-bottom-right-radius: 16px;
    backdrop-filter: blur(3px);
  }
}
.p-header_link {
  display: block;
  line-height: 1;
}
.p-header_logo {
  width: 80px;
  height: 66px;
}
@media screen and (max-width: 750px) {
  .p-header_logo {
    width: 133px;
    height: 15px;
  }
}

.container {
  font-size: 10px;
  color: #111113;
  overflow: hidden;
  max-width: 1500px;
  margin: auto;
  background: #FFF;
}
@media screen and (max-width: 750px) {
  .container {
    font-size: 2.6666666667vw;
  }
}

.inner {
  max-width: 93.6em;
  padding: 0 2em;
  margin: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .inner {
    padding: 0 2.4em;
  }
}

.icon {
  display: block;
  text-align: center;
  line-height: 1;
}
.icon::before {
  content: "";
  font-family: "icon";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.icon-yt::before {
  background: url(/SP/DEALER/SNSCP/IMG/icon_yt.svg) center/cover no-repeat;
}
.icon-ig::before {
  background: url(/SP/DEALER/SNSCP/IMG/icon_ig.png) center/cover no-repeat;
}
.icon-search::before {
  content: "\e67f";
}
.icon-list::before {
  color: #91939f;
  content: "\e664";
}
.icon-q::before {
  background: url(/SP/DEALER/SNSCP/IMG/icon_question.svg) center/cover no-repeat;
}
.icon-blank::after {
  content: "\e617";
  font-family: "icon";
  margin-left: 0.5em;
}

.hero {
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .hero .inner {
    padding: 0 1.6em;
  }
}
.hero .inner {
  position: absolute;
  bottom: 2.4em;
  left: 0;
  right: 0;
  width: 100%;
}
.hero::after {
  width: 130%;
  height: 39.8em;
  bottom: -32.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  background-color: #fff;
  clip-path: ellipse(50% 50% at 50% 50%);
}
.hero_btn {
  background-color: #c3002f;
  border: 2px solid #fff;
  border-radius: 2em;
  gap: 0.5em;
  padding: 0.6em 2.3em;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .hero_btn {
    font-size: 1em;
    border-width: 0.2em;
    padding: 0.8em 1.1em;
    margin-right: -0.3em;
  }
}
.hero_btn .icon {
  width: 1.2em;
  height: 1.2em;
}
.hero_btn .btn_txt {
  font-size: 1.4em;
}
@media screen and (max-width: 750px) {
  .hero_btn .btn_txt {
    font-size: 1em;
  }
}

.bg_top, .bg_bottom {
  position: relative;
}
.bg_top::before, .bg_bottom::before {
  width: 130%;
  height: 39.8em;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  background-color: #fff;
  clip-path: ellipse(50% 50% at 50% 50%);
}
@media screen and (max-width: 750px) {
  .bg_top::before, .bg_bottom::before {
    width: 58.2em;
    height: 39.8em;
  }
}
.bg_top::before {
  top: -7.5em;
}
.bg_bottom::before {
  bottom: -7.5em;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  letter-spacing: 0.05em;
}
.btn_txt {
  font-size: 1.6em;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .btn_txt {
    font-size: 1em;
  }
}

.nav {
  padding-top: 2.5em;
}
@media screen and (max-width: 750px) {
  .nav {
    padding: 0;
  }
}
.nav_list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  gap: 1.6em 0.8em;
  grid-template-columns: repeat(2, 1fr);
  margin: auto;
}
.nav .icon {
  width: 4em;
  height: 4em;
  margin-right: 1.6em;
}
@media screen and (max-width: 750px) {
  .nav .icon {
    width: 3.2em;
    height: 3.2em;
    margin-right: 0.6em;
  }
}
.nav .btn {
  width: 23.6em;
  height: 4.8em;
  border: 0.1em solid #d9d9de;
  border-radius: 10em;
  padding: 0 1.6em 0 2.4em;
}
@media screen and (max-width: 750px) {
  .nav .btn {
    width: 15.9em;
    height: 3.2em;
    padding-left: 2.1em;
    padding-right: 1em;
  }
}
.nav .btn_txt {
  font-weight: 600;
}
.nav .btn-best {
  height: 5.6em;
  padding: 0.8em 1.6em 0.8em 0.8em;
  color: #fff;
  border-radius: 10em;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .nav .btn-best {
    height: 5em;
    padding: 0.9em 1em 0.9em 0.7em;
  }
}
.nav .btn-best .btn_txt {
  font-size: 2em;
}
@media screen and (max-width: 750px) {
  .nav .btn-best .btn_txt {
    font-size: 1.6em;
  }
}
.nav .yt {
  background-color: #ff0033;
}
.nav .ig {
  background: url(/SP/DEALER/SNSCP/IMG/bg_gradation_saturation.png) left/cover no-repeat;
}

.icon-arrow {
  position: relative;
}
.icon-arrow::after {
  content: "";
  background-color: currentColor;
  width: 2.4em;
  height: 2.4em;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .icon-arrow::after {
    width: 1.6em;
    height: 1.6em;
  }
}

.ttl {
  font-size: 3.2em;
  padding-top: 1.75em;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .ttl {
    text-align: left;
    font-size: inherit;
    padding-top: 4.8em;
  }
}
@media screen and (max-width: 750px) {
  .ttl_small_sp {
    font-size: 1.8em;
    margin-bottom: 0.2em;
  }
}
.ttl_color {
  color: #ff0033;
}
@media screen and (max-width: 750px) {
  .ttl_color {
    font-size: 2.3em;
  }
}
.ttl_clip {
  background: url(/SP/DEALER/SNSCP/IMG/bg_gradation.png) left/cover no-repeat;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .ttl_clip {
    font-size: 2.4em;
  }
}
.ttl span {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .ttl span {
    display: inline-block;
  }
}

.lead {
  color: #5e5f6b;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
  font-size: 1.4em;
  margin-top: 0.5em;
}
@media screen and (max-width: 750px) {
  .lead {
    text-align: left;
    font-size: 1.2em;
    margin-top: 0.8em;
  }
}

@media screen and (max-width: 750px) {
  .note {
    font-size: 1em;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
}

.movie .inner {
  overflow: visible;
}
.movie_wrap {
  width: 100vw;
  margin: 4em 0 7em;
  overflow: hidden;
  padding-left: 2.5em;
  position: relative;
  left: -2.5em;
}
@media screen and (max-width: 750px) {
  .movie_wrap {
    padding-left: 2.4em;
    margin: 1.6em 0 0;
  }
}
.movie_item {
  width: 29.6em;
  padding-right: 1.6em;
}
@media screen and (max-width: 750px) {
  .movie_item {
    width: 29.7em;
  }
}
.movie_item img {
  border-radius: 1.6em;
}
.movie_item a {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media (any-hover: hover) {
  .movie_item a:hover {
    opacity: 0.8;
  }
}
.movie_ttl {
  margin-top: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9em;
}
.movie_ttl_icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.7em;
          flex: 0 0 3.7em;
  overflow: hidden;
  display: block;
}
.movie_ttl_icon img {
  border-radius: 50%;
}
.movie_ttl span {
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: 1.4em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.movie .swiper {
  overflow: visible;
  max-width: 89.6em;
  margin: 0;
}
.movie .swiper-button-prev,
.movie .swiper-button-next {
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #d9d9de;
  padding: 0.5em;
  top: 8em;
}
@media screen and (max-width: 750px) {
  .movie .swiper-button-prev,
  .movie .swiper-button-next {
    display: none;
    width: 2.8em;
    height: 2.8em;
  }
}
.movie .swiper-button-prev svg,
.movie .swiper-button-next svg {
  display: none;
}
.movie .swiper-button-prev {
  left: -2.5em;
}
@media screen and (max-width: 750px) {
  .movie .swiper-button-prev {
    left: -2em;
  }
}
.movie .swiper-button-prev img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.movie .swiper-button-next {
  right: -2.5em;
}
@media screen and (max-width: 750px) {
  .movie .swiper-button-next {
    right: 5em;
  }
}
.movie .swiper-button-next img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.movie .swiper-button-disabled {
  display: none;
}

.post {
  gap: 3.2em 2%;
}
@media screen and (max-width: 750px) {
  .post {
    gap: 0 1.1em;
  }
}
.post_list {
  display: grid;
  gap: 3.2em;
  grid-template-columns: repeat(3, 1fr);
  margin: 4em 0;
}
@media screen and (max-width: 750px) {
  .post_list {
    margin: 2.4em -0.8em 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6em;
  }
}
@media screen and (max-width: 960px) {
  .post .item {
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .post .item {
    width: 100%;
  }
}
.post blockquote {
  display: none;
  visibility: hidden;
}
.post .instagram-media {
  border: none !important;
  margin: 0 !important;
}
.post .instagram-media-rendered {
  width: 100% !important;
  min-width: auto !important;
  border: 1px solid rgb(219, 219, 219) !important;
}
@media screen and (max-width: 750px) {
  .post .instagram-media-rendered {
    max-width: none !important;
  }
}

.bnr {
  display: block;
  border-radius: 2.23em;
  background: #c3002f;
  overflow: hidden;
}
@media (any-hover: hover) {
  .bnr:hover img {
    opacity: 0.3;
  }
}
@media screen and (max-width: 750px) {
  .bnr {
    border-radius: 1.6em;
  }
}
.bnr-wrap {
  padding: 4em 0;
  width: 48em;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .bnr-wrap {
    width: 34.3em;
    margin: 0 -0.8em;
  }
}
.bnr img {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.dealer {
  padding-top: 7.5em;
  background-color: #f7f7f8;
  padding-bottom: 8em;
}
.dealer .ttl_sub {
  font-size: 0.5em;
  display: block;
  color: #c3002f;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .dealer .ttl {
    font-size: 2.4em;
    padding-top: 1.25em;
  }
  .dealer .ttl_sub {
    font-size: 0.58em;
  }
}
.dealer_select {
  background-color: #c3002f;
  color: #fff;
  width: 48em;
  margin: 4.8em auto 2.4em;
  border-radius: 1em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .dealer_select {
    width: auto;
    margin: 2.4em 0 1.6em;
  }
}
.dealer_select::after {
  display: block;
  position: absolute;
  right: 1.6em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dealer_select select {
  width: 100%;
  border: none;
  padding: 1em;
  font-size: 1.6em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  cursor: pointer;
  letter-spacing: 0.1em;
  outline: none;
}
.dealer_select option {
  color: #111113;
}
.dealer_lists {
  border: 1px solid #d9d9de;
  border-radius: 1em;
  padding: 3.2em 5.6em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .dealer_lists {
    padding: 0.8em 2.4em;
  }
}
.dealer_item {
  padding: 1.6em 0 2.4em;
}
@media screen and (max-width: 750px) {
  .dealer_item {
    padding: 1.3em 0;
  }
}
.dealer_item + .dealer_item {
  border-top: 1px solid #d9d9de;
}
.dealer_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .dealer_name {
    display: block;
  }
}
.dealer_name span {
  font-size: 1.8em;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .dealer_name span {
    font-size: 1.6em;
  }
}

.account {
  background-color: #fff;
  border-radius: 1em;
  padding: 0 1.6em;
  margin-top: 1.6em;
}
@media screen and (max-width: 750px) {
  .account {
    margin-top: 1.3em;
  }
}
.account_btn {
  font-size: 1em;
  border: none;
  background: none;
  border: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
  cursor: pointer;
  height: 5.6em;
}
.account_btn span {
  font-size: 1.6em;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.account_btn::after {
  content: "";
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: url(/SP/DEALER/SNSCP/IMG/icon_plus.svg) center/cover no-repeat;
}
.account_btn.is-open::after {
  background-image: url(/SP/DEALER/SNSCP/IMG/icon_minus.svg);
}
.account_lists {
  display: none;
  padding-bottom: 0.8em;
  border-top: 1px solid #d9d9de;
}
@media screen and (max-width: 750px) {
  .account_lists {
    padding-bottom: 0;
  }
}
.account_item {
  padding: 1.6em 0;
  border-bottom: 1px solid #d9d9de;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .account_item {
    display: block;
    padding: 1.3em 0;
  }
}
.account_item:last-child {
  border-bottom: none;
}
.account_name {
  font-size: 1.4em;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .account_name {
    font-size: 1.3em;
    display: block;
  }
}
.account_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2em;
  -ms-flex-preferred-size: 10.8em;
      flex-basis: 10.8em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  .account_sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.account_sns .icon {
  width: 4.8em;
  height: 4.8em;
}
@media screen and (max-width: 750px) {
  .account_sns .icon {
    margin-top: 1em;
  }
}
.account_sns .yt {
  background: url(/SP/DEALER/SNSCP/IMG/icon_yt_line.svg) center/cover no-repeat;
}
.account_sns .ig {
  background: url(/SP/DEALER/SNSCP/IMG/icon_ig_line.png) center/cover no-repeat;
}

.bnr-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  line-height: 1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.bnr-sticky.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.bnr-sticky_list {
  width: 60em;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .bnr-sticky_list {
    width: 100%;
  }
}
.bnr-sticky_item {
  width: 25%;
  text-align: center;
  padding-top: 1em;
  height: 6.6em;
}
@media screen and (max-width: 750px) {
  .bnr-sticky_item {
    height: 5.4em;
  }
}
.bnr-sticky_item:first-child .bnr-sticky_link {
  border-left: 1px solid #d9d9de;
  border-top-left-radius: 0.8em;
}
@media screen and (max-width: 750px) {
  .bnr-sticky_item:first-child .bnr-sticky_link {
    border-radius: 0;
    border-left: none;
  }
}
.bnr-sticky_item:last-child {
  padding-top: 0;
}
.bnr-sticky_item:last-child .bnr-sticky_link {
  border-top-left-radius: 0.8em;
  border-top-right-radius: 0.8em;
  background-color: #c3002f;
  color: #fff;
  border-left: 1px solid #d9d9de;
  padding-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .bnr-sticky_item:last-child .bnr-sticky_link {
    gap: 0.6em;
    border-top-right-radius: 0;
    padding-bottom: 0.8em;
  }
}
.bnr-sticky_link {
  border-top: 1px solid #d9d9de;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.8em 0 0.8em;
  height: 100%;
  gap: 0.8em;
}
@media screen and (max-width: 750px) {
  .bnr-sticky_link {
    padding-bottom: 0.6em;
    gap: 0.6em;
  }
}
@media (any-hover: hover) {
  .bnr-sticky_link:hover {
    opacity: 1;
  }
  .bnr-sticky_link:hover .icon,
  .bnr-sticky_link:hover .bnr-sticky_txt {
    opacity: 0.3;
  }
}
.bnr-sticky_txt {
  text-align: center;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 750px) {
  .bnr-sticky_txt {
    font-size: 0.8em;
  }
}
.bnr-sticky .icon {
  font-size: 2em;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 750px) {
  .bnr-sticky .icon {
    font-size: 1.6em;
  }
}
.bnr-sticky .icon-yt,
.bnr-sticky .icon-ig {
  overflow: hidden;
  width: 35px;
  height: 35px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .bnr-sticky .icon-yt,
  .bnr-sticky .icon-ig {
    width: 1.8em;
    height: 1.8em;
  }
}

.modal-video {
  font-size: 10px;
  overflow-y: auto;
}
@media screen and (max-width: 750px) {
  .modal-video {
    font-size: 2.6666666667vw;
  }
}
.modal-video-body {
  max-width: 89.6em;
}
.modal-video-close-btn {
  right: 4em;
  top: 3.6em;
  width: 4.8em;
  height: 4.8em;
  background: url(/SP/DEALER/SNSCP/IMG/icon_close.svg) center/cover no-repeat;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .modal-video-close-btn {
    right: 2em;
    top: 2em;
    width: 2.4em;
    height: 2.4em;
  }
}
.modal-video-body {
  max-width: 89.6em;
  padding: 0;
}
.modal-video.is-short .modal-video-body {
  width: auto;
}
@media screen and (max-width: 750px) {
  .modal-video.is-short .modal-video-body {
    width: 28.7em;
  }
}
.modal-video.is-short .modal-video-movie-wrap {
  padding-bottom: 177.77% !important;
  width: 46.56vh;
  aspect-ratio: 9/16;
}
@media screen and (max-width: 750px) {
  .modal-video.is-short .modal-video-movie-wrap {
    width: 100%;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: cubic-bezier(0.14, 1, 0.34, 1);
          animation-timing-function: cubic-bezier(0.14, 1, 0.34, 1);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: modal-video;
          animation-name: modal-video;
  display: none;
}
.modal-body {
  max-width: 94.6em;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .modal-body {
    max-width: none;
  }
}
.modal-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 0 2.4em;
}
.modal-content-wrap {
  background-color: #fff;
  text-align: center;
  padding: 6.5em;
  border-radius: 4.4em;
  cursor: auto;
}
@media screen and (max-width: 750px) {
  .modal-content-wrap {
    padding: 2.4em;
    border-radius: 1.6em;
  }
}
.modal-close {
  cursor: pointer;
  right: 4em;
  top: 3.6em;
  width: 4.8em;
  height: 4.8em;
  background: url(/SP/DEALER/SNSCP/IMG/icon_close.svg) center/cover no-repeat;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .modal-close {
    right: 2em;
    top: 2em;
    width: 2.4em;
    height: 2.4em;
  }
}
.modal-ttl, .modal-txt {
  font-size: 2.4em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .modal-ttl, .modal-txt {
    font-size: 1.2em;
  }
}
.modal-ttl {
  line-height: 1.2;
  margin-bottom: 1em;
}
.modal-txt {
  line-height: 1.8;
}
.modal-video {
  background: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 750px) {
  .only-pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .only-sp {
    display: none;
  }
}