@charset "UTF-8";

@font-face {
    font-family:icon-Nissan-Global;
    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
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #343434;
}

a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #343434;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  vertical-align: bottom;
}

button {
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  font: inherit;
  padding: 0;
  margin: 0;
}

.l-inner {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.l-space {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media screen and (min-width: 581px) {
  .l-space {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.l-top-space {
  padding-top: 150px;
}

@media screen and (min-width: 581px) {
  .l-top-space {
    padding-top: 200px;
  }
}

.c-button:hover, .c-button:focus, .c-button:active {
  opacity: 0.75;
}

.c-h2title {
  position: relative;
  letter-spacing: 0.11px;
  font-size: 28px;
  color: #000;
}

.c-h2title::before {
  content: "";
  display: block;
  margin-bottom: 14px;
  width: 50px;
  height: 4px;
  background-color: #c3002f;
}

@media screen and (min-width: 960px) {
  .c-h2title {
    font-size: 36px;
  }
}

._red {
  color: #c3002f;
}

@media screen and (min-width: 581px) {
  ._sp {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  ._underTab {
    display: none;
  }
}

._overTab {
  display: none;
}

@media screen and (min-width: 581px) {
  ._overTab {
    display: block;
  }
}

._pc {
  display: none;
}

@media screen and (min-width: 960px) {
  ._pc {
    display: block;
  }
}

.top-link {
  padding-top: 80px;
}

.top-link__inner > p {
  line-height: 1.5;
}

.top-link__container {
    width: 100%;
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
}
.top-link__container > li{
    width: 100%;
}
@media screen and (min-width: 581px) {
    .top-link__container {
        flex-direction: row;
    }
}
.top-link__container p {
    margin-top: 0.5em;
}
.movie_modal_thamb {
    position: relative;
    cursor: pointer;
}
.movie_modal_thamb .icon_play {
    height: auto;
    width: 72px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.5;
    transition: opacity 0.5s ease-out;
}
.movie_modal_thamb:hover .icon_play {
    opacity: 1;
}

.top-info {
  padding-top: 80px;
}

.top-info__body {
  margin-top: 30px;
}

@media screen and (min-width: 960px) {
  .top-info__body {
    margin-top: 40px;
  }
}

.top-info__item {
  line-height: 1.5;
}

.top-info__item + .top-info__item {
  margin-top: 35px;
}

.top-info__item.is-active {
  display: block;
}

.top-info__item.is-hidden {
  display: none;
  opacity: 0;
}

.top-info__item b {
  font-weight: 700;
}

.top-info__item a {
  text-decoration: underline;
  color: #8A8A8A;
}

.top-info__item a:hover {
  text-decoration: none;
}

.top-info__btn {
  width: 290px;
  margin: 30px auto 0;
}

.top-link__list > .top-info__btn {
  margin: 30px auto;
  width: 330px;
}

.top-link__list > .top-info__btn > a {
  line-height: 1.5;
  justify-content: flex-start;
}

@media screen and (max-width: 581px) {
  .top-link__list > .top-info__btn {
    width: auto;
  }
}

@media screen and (min-width: 581px) {
  .top-info__btn {
    margin: 50px auto 0;
  }
  .top-link__list > .top-info__btn {
    margin: 50px auto;
  }
}

.top-info__btn.is-hidden {
  display: none;
  opacity: 0;
}

.top-info__btn > a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 45px 12px 20px;
  background-color: #eee;
  line-height: 1.2;
  font-size: 14px;
  color: #666;
  justify-content: center;
}

.top-info__btn > a::after {
  content: "";
  position: absolute;
  right: 24px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #c3002f;
  border-right: 2px solid #c3002f;
  transform: rotate(45deg);
  vertical-align: middle;
  transition: all 0.5s;
}

.top-info__btn > a:hover::after {
  right: 18px;
}

.top-info__btn--before {
  display: none;
  opacity: 0;
  text-align: center;
}

.top-info__btn--before.is-show {
  display: block;
  opacity: 1;
}

.top-info__btn--before > a {
  justify-content: center;
}

.top-info-after-open__list{
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 35px;
  margin-top: 30px;
}

@media screen and (min-width: 581px) {
  .top-info-after-open__list{
    flex-direction: row;
    gap: 30px 30px;
    padding: 0;
  }
}

.top-info-after__btn {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 581px) {
  .top-info-after__btn {
    width: calc((100% / 2) - 30px);
  }
  _::-webkit-full-page-media, _:future, :root .top-info-after__btn {
    margin-right: 30px;
  }
}

@media screen and (min-width: 960px) {
  .top-info-after-open__list{
    margin-top: 40px;
  }
  .top-info-after__btn {
    width: calc((100% / 4) - 30px);
    height: 100%;
  }
}

.top-info-after__btn > a {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 12px 45px 12px 20px;
  background-color: #eee;
  line-height: 1.2;
  font-size: 14px;
  color: #666;
  justify-content: center;
}

@media screen and (min-width: 581px) {
  .top-info-after__btn > a {
    margin-bottom: 0;
  }
}

.top-info-after__btn > a::after {
  content: "";
  position: absolute;
  right: 24px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #c3002f;
  border-right: 2px solid #c3002f;
  transform: rotate(45deg);
  vertical-align: middle;
  transition: all 0.5s;
}

.top-info-after__btn > a:hover::after {
  right: 18px;
}

.top-info-after-open__btn{
  width: 100%;
  margin: 30px auto 0;

}

@media screen and (min-width: 581px) {
  .top-info-after-open__btn{
    margin: 50px auto 0;
  }
}

.top-info-close__btn.is-hidden {
  display: none;
  opacity: 0;
}

.top-info-after-open__btn> a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 45px 12px 20px;
  background-color: #eee;
  line-height: 1.2;
  font-size: 14px;
  color: #666;
}

.top-info-after-open__btn> a::after {
  content: "";
  position: absolute;
  right: 24px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #c3002f;
  border-right: 2px solid #c3002f;
  transform: rotate(45deg);
  vertical-align: middle;
  transition: all 0.5s;
}

.top-info-after-open__btn> a:hover::after {
  right: 18px;
}

.top-carmodel {
  padding-top: 60px;
}

@media screen and (min-width: 581px) {
  .top-carmodel {
    padding-top: 90px;
  }
}

.top-carmodel__body-pc {
  margin-top: 40px;
}

.top-carmodel__tablist {
  text-align: center;
  width: 100%;
  display: table;
  border-collapse: collapse;
  /*隣接する要素のborderを共有*/
}

.top-carmodel__tabitem {
  display: table-cell;
  vertical-align: middle;
  padding: 14px 5px;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  letter-spacing: 0.1px;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}

.top-carmodel__tabitem.is-active {
  position: relative;
  background-color: #fff;
  border-bottom: none;
}

.top-carmodel__tabitem.is-active::after {
  content: "";
  display: block;
  width: 70%;
  height: 5px;
  background-color: #c3002f;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top-carmodel__panel {
  display: none;
  padding-top: 15px;
  padding-bottom: 35px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.top-carmodel__panel.is-show {
  display: block;
}

.top-carmodel__panel-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-carmodel__panel-item {
  width: 16%;
  text-align: center;
  position: relative;
}

.top-carmodel__panel-item > .vehicle-block {
  display: block;
  padding: 10px;
}

.top-carmodel__panel-item img {
  width: 100%;
}

.top-carmodel__panel-item .carname {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    position: relative;
}
.top-carmodel__panel-item .carname::after {
    content: "\e66c";
    font-family: icon-Nissan-Global;
    speak: none;
    font-weight: 400;
    line-height: 1;
    font-size: 13px;
    color: #c3002f;
    position: absolute;
    right: 0;
    top: 18%;
}
.top-carmodel__panel-item.menu-open .carname::after {
    content: "\e609";
    font-family: icon-Nissan-Global;
    color: #323232;
}


.top-carmodel__body-sp {
  margin-top: 30px;
  font-size: 3.5vw;
  border-bottom: 1px solid #d2d2d2;
}

.top-carmodel__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 0.8em;
  padding: 12px 30px 12px 0;
  border-top: 1px solid #d2d2d2;
}

.top-carmodel__header-mark {
  position: absolute;
  right: 20px;
  width: 13px;
  height: 13px;
}

.top-carmodel__header-lines {
  position: relative;
  width: 100%;
  height: 100%;
}

.top-carmodel__header-lines span {
  position: absolute;
  top: 5px;
  width: 100%;
  height: 2px;
  background-color: #c3002f;
  border-radius: 1px;
}

.top-carmodel__header-lines span:last-child {
  transform: rotate(90deg);
  transition: all 0.3s;
}

.top-carmodel__header-lines.is-active span:last-child {
  transform: rotate(0);
}

.top-carmodel__header img {
  width: 25%;
  max-width: 130px;
}

@media screen and (min-width: 581px) {
  .top-carmodel__header img {
    padding-left: 10px;
  }
}

.top-carmodel__content {
  display: none;
  padding: 15px 0;
}

.top-carmodel__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
}

@media screen and (min-width: 581px) {
  .top-carmodel__list {
    gap: 0 10px;
  }
}

.top-carmodel__item {
    width: 50%;
    display: block;
    position: relative;
    cursor:pointer;
}
@media screen and (min-width: 581px) {
  .top-carmodel__item {
    width: 150px;
  }
}

.top-carmodel__item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0 0.3em;
    min-height: 70px;
}

@media screen and (min-width: 581px) {
  .top-carmodel__item a {
    padding: 10px;
    flex-direction: column;
  }
}

.top-carmodel__item img {
  width: 90%;
}

@media screen and (min-width: 581px) {
  .top-carmodel__item img {
    width: 100%;
  }
}

.top-carmodel__item .carname {
    display: block;
    width: 80%;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    position: relative;
}
@media screen and (min-width: 581px) {
    .top-carmodel__item .carname {
        width: 60%;
    }
}

.top-carmodel__item .carname::after {
    content: "\e66c";
    font-family: icon-Nissan-Global;
    speak: none;
    font-weight: 400;
    line-height: 1;
    font-size: 13px;
    color: #c3002f;
    position: absolute;
    right: 0;
    top: 18%;
}
.top-carmodel__item.menu-open .carname::after {
    content: "\e609";
    font-family: icon-Nissan-Global;
    color: #323232;
}



@media screen and (min-width: 581px) {
  .top-carmodel__item .carname {
    padding: 3px 0;
    font-size: 14px;
    width: 100%;
  }
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icon-Nissan-Global, 'Verdana', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'MS PGothic', 'sans-serif' !important;
    color: #c3002f;
}

.icon-right-arrow:after {
    content: "\e634";
}
.icon-find-a-dealer:after {
    content: "\e67f";
    color: #fff;
    padding-right: 10px;
    font-size: 30px;
}
.icon-car_location:after {
    content: "\e94f";
    color: #fff;
    padding-right: 10px;
    font-size: 30px;
}

#notice {
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}
#notice .notice_item {
    position: relative;
    background-color: #eee;
    padding: 20px;
    margin-top: 2px;
    cursor: pointer;
    margin-bottom: 20px;
}
#notice .notice_item p {
    color: #666666;
}
#notice .notice_item p.notice_title {
    text-align: center;
    color:#c3002f;
}
#notice .notice_contents {
    display: flex;
}
#notice .notice_msg {
    padding: 0 30px;
    position: relative;
    width: 100%;
    line-height: 1.5;
}
#notice .notice_msg p {
    margin: 0 0 0;
    line-height: 1.5;
}
#notice .detail {
    display: none;
    margin: 20px 0 0;
    position: relative;
}
#notice .notice_msg p {
    margin: 0 0 0;
    line-height: 1.5;
}
#notice a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #c71444;
}
#notice a:hover {
    text-decoration: underline;
}
#notice .icon-down-arrow:after {
    position: absolute;
    right: 25px;
    color: #c3002f;
    content: "\e610";
    font-size: 20px;
    top: 22px;
}
#notice .notice_item.open .icon-down-arrow:after {
    position: absolute;
    right: 25px;
    color: #c3002f;
    content: "\e67c";
    font-size: 20px;
    top: 22px;
}

@media screen and (max-width: 1000px) {
  #notice .notice_item p.notice_title {
    text-align: left;
  }
  #notice .notice_msg {
    padding: 0 30px 0 0;
  }
}
@media screen and (max-width: 580px) {
  #notice {
    font-size:14px;
  }
  #notice .icon-down-arrow:after {
    font-size: 16px;
  }
  #notice .notice_item.open .icon-down-arrow:after {
    font-size: 16px;
  }
  #notice .notice_msg {
    padding: 0 25px 0 0;
  }
}

.info_list {
    margin: 0;
    width: 100%;
    padding: 0;
}
.info_list_item {
    display: flex;
    margin-bottom:40px;
}

.info_list_item .date {
    width: 90px;
    margin-right:20px;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.info_list_item .tag {
    width: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 20px;
}
.info_list_item .imp::before {
    content: "";
    background-image: url(/CONNECT/INFORMATION/IMAGES/info.svg);
    display: inline-block;
    height: 18px;
    width: 18px;
    background-size: 18px;
    vertical-align: middle;
    position: absolute;
    left: -30px;
}

.info_list_item .tag span {
    color: #fff;
    font-size:12px;
    word-break: keep-all;
    width: 100%;
    display: block;
    padding:3px 0 5px 0;
}
.info_list_item .tag span.other {
    background: #666666;
}
.info_list_item .tag span.important {
    background: #c3002f;
}

.info_list_item .title {
    color: #333333;
    font-size:15px;
    color: #696969;
    margin-left:20px;
    width: calc(100% - 270px);
    display: flex;
    align-items: center;
}
.info_list_item .title {
    line-height: 1.7;
    margin-top: -0.2%;
}

.info_list_item .title a {
    color: #8a8a8a;
    text-decoration: underline;
    line-height: 1.7;
}

.year_title {
    margin-top:80px;
}

#info .top-info {
    padding-top: 0px;
    padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .info_list_item {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .info_list_item .tag {
        margin-top:3%;
        margin-left: 0;
    }
    .info_list_item .title {
        width: 100%;
        margin-top:3%;
        margin-left:2%;
    }
    .info_list_item .imp::before {
        right: -30px;
        left: unset;
    }
}

/*------------------------------------*\
  #TOP BUTTON
\*------------------------------------*/
section.top-bn {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 80px;
}
section.top-bn .main-btn {
  width: 100%;
  max-width: 600px;
  display: block;
  padding-top: 28px;
  padding-bottom: 28px;
  margin: 0 auto;
  background-color: #c3002f;
}
@media screen and (max-width: 500px) {
  section.top-bn .main-btn {
    padding-top: 5.6vw;
    padding-bottom: 5.6vw;
  }
}
section.top-bn .main-btn > h3 {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 500px) {
  section.top-bn .main-btn > h3 {
    font-size: 4.2vw;
  }
}
section.top-bn .main-btn > h3 .sub-title {
  font-size: 1em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.3em;
}
section.top-bn .main-btn > h3 .sub-title::before {
  content: "";
  display: block;
  position: relative;
  width: 2em;
  border-top: solid 2px #fff;
  rotate: 59deg;
}
section.top-bn .main-btn > h3 .sub-title::after {
  content: "";
  display: block;
  position: relative;
  width: 2em;
  border-top: solid 2px #fff;
  rotate: -59deg;
}

section.top-bn .main-btn > h3 .title {
  font-size: 0.95em;
  margin-top: 16px;
}
section.top-bn .main-btn > h3 .detail-arrow > .text {
  font-size: 1.71em;
  margin-top: 0.2em;
  position: relative;
  margin-left: -0.8em;
}
section.top-bn .main-btn > h3 .detail-arrow > .text::after {
  content: "";
  position: absolute;
  right: -1em;
  width: 0.5em;
  height: 0.5em;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  vertical-align: middle;
  transition: transform 0.5s;
  top: 0.05em;
  bottom: 0;
  margin: auto;
  transition: right 0.5s;
}
section.top-bn .main-btn:hover > h3 .detail-arrow > .text::after {
  right: -1.5em;
}



section.top-bn .sub-btn {
  width: 100%;
  max-width: 400px;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  margin-top: 40px;
  background-color: #eee;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 500px) {
  section.top-bn .sub-btn {
    font-size: 3.2vw;
  }
}
section.top-bn .sub-btn .text-arrow > .text {
  font-size: 1em;
  position: relative;
}
section.top-bn .sub-btn .text-arrow > .text::after {
  content: "";
  position: absolute;
  right: -1em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #c3002f;
  border-right: 2px solid #c3002f;
  transform: rotate(45deg);
  vertical-align: middle;
  transition: transform 0.5s;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: right 0.5s;
}
section.top-bn .sub-btn:hover .text-arrow > .text::after {
  right: -1.5em;
}

/*------------------------------------*\
  #movie_modal
\*------------------------------------*/
.movie_modal_parent {
  position: relative;
}
.movie_modal_container {
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 16/9;
  height: auto;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  transform-origin: center;
  display: none; /* ここにdisplay:none; */
  opacity: 0; /* フェードアウト用 */
  transform: scale(0.5); /* フェードアウト用 */
  transition: opacity 0.3s, transform 0.3s, display 0.3s allow-discrete; 
}
@media screen and (min-width: 581px) and (max-width: 959px) {
  .movie_modal_container {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 580px) {
  .movie_modal_container {
    aspect-ratio: 4/5;
  }
}
.movie_modal_container.open {
  /* トランジション後 */
  display: block;
  opacity: 1;
  transform: scale(1);
}
/* トランジション前 */
@starting-style {
  .movie_modal_container.open {
    opacity: 0;
    transform: scale(0.5);
  }
}
.movie_modal_container .inner_contents {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.movie_modal_container .movie_item {
  width: 80%;
}
@media screen and (max-width: 959px) {
  .movie_modal_container .movie_item {
    width: 100%;
  }
}
.movie_modal_container .movie_item iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}
.movie_modal_container .close_btn {
  position: absolute;
  top: 5%;
  right: 5%;
  cursor:pointer;
}
.movie_modal_container .icon_close {
  color: #fff;
  width: 24px;
  height: 24px;
  position: relative;
}
.movie_modal_container .icon_close:before,
.movie_modal_container .icon_close:after {
  content: "";
  position: absolute;
  top: 12px;
  width: 24px;
  height: 4px;
  background-color: currentColor;
}
.movie_modal_container .icon_close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.movie_modal_container .icon_close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*car menu*/
.menu-open .info-links {
    display: block;
}
.info-links {
    display: none;
    background-color: #2a2a2a;
    z-index: 10;
    width: 240px;
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (min-width: 581px) and (max-width: 959px){
    .top-carmodel__item:nth-of-type(4n-3) .info-links {
        left: 0;
        transform: none;
    }
    .top-carmodel__item:nth-of-type(4n) .info-links {
        left: auto;
        right: 0;
        transform: none;
    }
}
@media screen and (max-width: 580px) {
    .top-carmodel__item:nth-of-type(odd) .info-links {
        left: 0;
        transform: none;
    }
    .top-carmodel__item:nth-of-type(even) .info-links {
        left: auto;
        right: 0;
        transform: none;
    }
}




.info-links span {
    display: block;
    position: relative;
    font-size: 12px;
    border-bottom: 1px solid #1a1a1a;
}
.info-links span a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 16px 30px 16px 50px;
    font-size: 12px;
    text-align: left;
    min-height: auto;
}
.info-links span:before {
    overflow: hidden;
    left: 15px;
    top: 50%;
    position: absolute;
}
/*before icon*/
.info-links .icon-first:before {
    font-family: 'icon-Nissan-Global' !important;
    content: "\e667";
    color: #c1c1c1;
    margin-top: -11px;
    left: 13px;
    font-size: 25px;
}
.info-links .icon-second:before {
    font-family: 'icon-Nissan-Global' !important;
    content: "\e64e";
    color: #c1c1c1;
    margin-top: -11px;
    left: 16px;
    font-size: 19px;
}


.info-links span a:after{
    font-family: icon-Nissan-Global;
    speak: none;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 9.42857px;
    content: "";
    color: #c3002f;
    right: 20px;
    top: 50%;
    margin-top: -0.5em;
    position: absolute;
    font-variant: normal;
    overflow: hidden;
}

/*------------------------------------*\
  #swiper
\*------------------------------------*/
.servicelist-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.servicelist-inner > .c-h2title {
  padding-right: 15px;
  padding-left: 15px;
}

.servicelist-contens {
    padding-top: calc(var(--winW) * 30);
}
.servicelist-contens > .title {
    margin: 0 auto;
    margin-top: calc(var(--winW) * 30);
    width: calc(var(--winW) * 334);
    font-size: calc(var(--winW) * 18);
}
@media screen and (min-width: 769px) {
    .servicelist-contens > .title {
        width: calc(var(--winW) * 960);
    }
}
@media screen and (min-width: 1024px) {
    .servicelist-contens > .title {
        width:93.75vw;
        max-width: 1170px;
    }
}

.servicelist-contens .ct-wrap {
    margin-top: calc(var(--winW) * 20);
    background-color: #EFEFEF;
}
@media screen and (min-width: 769px) {
    .servicelist-contens .ct-wrap {
        width: 100%;
        margin: 0 auto;
        margin-top: calc(var(--winW) * 20);
    }
}
@media screen and (min-width: 1024px) {
    .servicelist-contens .ct-wrap {
        width: 100%;
        max-width: 1170px;
    }
}
.servicelist-contens .ct-wrap .ct-parent {
  position: relative;
  padding-top: calc(var(--winW) * 18);
  padding-bottom: calc(var(--winW) * 28);
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .servicelist-contens .ct-wrap .ct-parent {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 769px) {
    .servicelist-contens .ct-wrap .ct-parent {
        width: calc(var(--winW) * 820);
        margin: 0 auto;
    }
}
@media screen and (min-width: 1024px) {
    .servicelist-contens .ct-wrap .ct-parent {
        width:80.078vw;
        max-width: 999px;
    }
}
.servicelist-contens .ct-wrap .ct-parent .ct-swiper {
    padding-left: calc(var(--winW) * 52);
}
@media screen and (min-width: 769px) {
    .servicelist-contens .ct-wrap .ct-parent .ct-swiper {
        padding-left: 0;
    }
}
.servicelist-contens .ct-wrap .ct-parent .ct-swiper .swiper-wrapper {
    align-items: stretch;
}
.servicelist-contens .ct-wrap .ct-parent .ct-swiper .swiper-wrapper .swiper-slide {
    height: auto;
}

.servicelist-contens .ct-wrap .ct-parent .ct-item {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  height: 100%;
}
.servicelist-contens .ct-wrap .ct-parent .ct-item .text-wrap {
  margin-top: calc(var(--winW) * 10);
  line-height: 1.5;
  flex-grow: 1;
  color: #343434;
}
@media screen and (min-width: 769px) and {
  .servicelist-contens .ct-wrap .ct-parent .ct-item .text-wrap {
    margin-top: calc(var(--winW) * 20);
  }
}
.ct-parent .ct-item .text-wrap .title {
  font-size: calc(var(--winW) * 15);
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .ct-parent .ct-item .text-wrap .title {
    font-size: 18px;
  }
}
.ct-parent .ct-item .text-wrap .detail-text {
    font-size: calc(var(--winW) * 14);
    margin-top: calc(var(--winW) * 4);
}
.ct-parent .ct-item .link-detail {
  display: flex;
  width: calc(var(--winW) * 134);
  height: calc(var(--winW) * 22);
  font-size: calc(var(--winW) * 15);
  align-items: center;
  position: relative;
  color: #343434;
  margin-top: 1em;
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .ct-parent .ct-item .link-detail {
    font-size: 18px;
    width: 170px;
    height: 28px;
  }
}
.ct-parent .ct-item .link-detail.icon-right-arrow:after {
    position: absolute;
    top: 50%;
    right: calc(var(--winW) * 10);
    margin-top: -.3em;
    font-size: 0.8em;
    transform: translate(0);
    transition: transform .3s ease-in-out;
}
.ct-parent .ct-item .link-detail.icon-right-arrow:after {
    color: #C3002F;
}
.ct-parent .ct-item .link-detail:hover {
    color: #C3002F;
}
.ct-parent .ct-item .link-detail:hover.icon-right-arrow:after {
    transform: translateX(calc(var(--winW) * 5));
}
.ct-parent .swiper-pagination {
    display: none;
}
@media screen and (min-width: 769px) {
    .ct-parent .swiper-pagination {
        display: block;
        bottom: calc(var(--winW) * -30);
    }
    .ct-parent .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #C3002F;
    }
}
.ct-parent .swiper-button-prev {
    display: none;
}
.ct-parent .swiper-button-next {
    display: none;
}
@media screen and (min-width: 769px) {
    .ct-parent .swiper-button-prev,
    .ct-parent .swiper-button-next {
/*
        display: flex; バナー3つ以下の場合非表示
*/
        display: none;
        width: calc(var(--winW) * 28);
        height: calc(var(--winW) * 164);
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        align-items: center;
        background-color: #fff;
        transition: background-color 0.3s;
    }
    .ct-parent .swiper-button-prev {
        left: calc(var(--winW) * -49);
    }
    .ct-parent .swiper-button-next {
        right: calc(var(--winW) * -49);
    }
    .ct-parent .swiper-button-prev:hover,
    .ct-parent .swiper-button-next:hover {
        background-color: #c3002f;
    }
    .ct-parent .swiper-button-prev::after,
    .ct-parent .swiper-button-next::after {
        font-family: "icon-Nissan-Global";
        font-size: calc(var(--winW) * 18);
        color: #666;
        transition: color 0.3s;
    }
    .ct-parent .swiper-button-prev::after {
        content: "\e622";
    }
    .ct-parent .swiper-button-next::after {
        content: "\e634";
    }
    .ct-parent .swiper-button-prev:hover::after,
    .ct-parent .swiper-button-next:hover::after {
        color: #fff;
    }
}
/*************************
add-announcement
**************************/
.announcement {
	max-width: 1200px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: -10px;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
  font-size: 15px;
}
.announcement p {
	margin-bottom: 0 !important;
}


/***
* root
**************************************/
:root {
  --windowW: 375;
  --winW: calc(100vw / var(--windowW));

  /* color */
  --color-keycolor01: #D72323;
  --color-gray01: #CCC;
  --color-gray02: #4B4B4B;
  --color-bg01: #222;
  --color-catalog: #6D96AA;
}
@media screen and (min-width: 769px) and (max-width: 1024px){
  :root {
    --windowW: 1024;
    --winW: calc(100vw / var(--windowW));
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --winW: 1px;
  }
}

/***
* root
**************************************/
.service-pdf {
  padding-top: 80px;
}
.service-pdf .inner-contents {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.service-pdf .outer-gray {
  background-color: #EFEFEF;
  padding: 24px 30px;
}
.service-pdf .contents-title {
  font-size: 18px;
  margin-bottom: 24px;
}
.service-pdf .top-link__list {
  display: flex;
  column-gap: 2%;
}
@media screen and (max-width: 950px) {
  .service-pdf .top-link__list {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
  }
}
.service-pdf .top-link__list > .top-info__btn {
  margin: 0;
  width: 49%;
}
@media screen and (max-width: 950px) {
  .service-pdf .top-link__list > .top-info__btn {
    margin: 0;
    width: 100%;
    max-width: 500px;
  }
}
.service-pdf .top-info__btn > a {
  background-color: #c3002f;
  color: #fff;
  padding: 16px 45px 16px 20px;
  justify-content: center;
}
.service-pdf .top-info__btn > a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.ota-info-links {
  padding-top: 80px;
}
.ota-info-links .inner-contents {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.ota-info-links .outer-gray {
  background-color: #EFEFEF;
  padding: 24px 30px;
  padding-bottom: 50px;
}
.ota-info-links .contents-title {
  font-size: 18px;
  margin-bottom: 24px;
}
.link-block-col {
  padding-left: 4em;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .link-block-col {
    padding-left: 2em;
  }
}
.link-block-col .link-block-item {
  width: 33.333%;
  padding-top: 1.5em;
}
@media (max-width: 700px) {
  .link-block-col .link-block-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .link-block-col .link-block-item {
    width: 100%;
  }
}
.link-block-col .link-block-item ul {
  display: flex;
  flex-direction: column;
  row-gap: 1.5em;
}
.link-block-col .link-block-item a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.link-block-col .link-block-item a .txt-style {
  text-decoration: underline;
}
.link-block-col .link-block-item a:hover .txt-style {
  text-decoration: none;
}
.link-block-col .link-block-item a::after {
  content: "";
  position: absolute;
  right: -0.8em;
  width: 7px;
  height: 7px;
  border-top: 2px solid #c3002f;
  border-right: 2px solid #c3002f;
  transform: rotate(45deg);
  vertical-align: middle;
  transition: all 0.5s;
}
.link-block-col .link-block-item a:hover::after {
  right: -1.2em;
}