h1 {
  font-size: 2em;
  font-weight: 400;
  text-align: center;
}

br.pc {
  display: none;
}

img {
  max-width: 100%;
}

.hidden {
  display: none !important;
}

.cntr {
  text-align: center;
}

/** -------------------------------
 * main
 */
#main {
  width: auto;
  opacity: 0;
  margin-bottom: 5rem;
}

#main.loaded {
  opacity: 1;
}

/** -------------------------------
 * font-size
 */
.lead .smaller {
  font-size: 12px;
  font-size: 3.125vw;
}

.section .noteText {
  font-size: 12px;
  font-size: 3.125vw;
  line-height: 1.5;
  display: inline-block;
  margin-top: 1rem;
}

/** -------------------------------
 * font-decoration
 */
.section .redText {
  color: #c3002c;
}

.section .spBlackText {
  color: #000000;
}

.section .redTextBox,
.section.articleBasicModule .header span > span.redTextBox {
  background-color: #c3002c;
  color: #fff;
  font-size: 0.8em;
  padding: 0.1em 0.25em;
  display: inline-block;
  margin-right: 0.25em;
  vertical-align: text-top;
}

.section .redTextBox2,
.section.articleBasicModule .header span > .redTextBox2 {
  border: 1px solid #c3002c;
  border-radius: 0.25rem;
  color: #000;
  font-size: 0.8em;
  padding: 0.1em 0.25em;
  display: inline-block;
  vertical-align: text-top;
}

.section .boldText {
  font-weight: bold;
}

.section .bigText {
  font-size: 1.75em !important;
}

.section .smallText {
  font-size: 0.5em !important;
}
.section .ssText {
  font-size: 0.75em !important;
}

.section .midText {
  font-size: 0.85em !important;
}

.section h2 .nText {
  font-size: 1rem !important;
  font-weight: normal;
}

.txtlink {
  color: #666;
  border-bottom: 1px solid;
  text-decoration: none;
}

.wltc img,
.jc08 img {
  height: 1em;
  vertical-align: middle;
  padding-right: 0.5em;
}

.titleCell {
  vertical-align: middle;
}

.images img,
.description a img {
  max-width: 100%;
  width: 100%;
}

.section h2.pointBox {
  display: block;
  position: relative;
}

.section h2.pointBox > span {
  display: inline;
}

.section h2.pointBox > span.red_box > span {
  font-size: 1rem !important;
  font-weight: bold;
  padding: 0 0.25rem;
}

.section h2.pointBox > span.red_box + span {
  padding-left: 0;
  margin-top: 0.8rem;
}

/** -------------------------------
 * button
 */
.content .button {
  width: 100%;
  height: 3.59375vw;
  position: relative;
  display: table;
  margin-top: 0.25em;
  background-color: #eee;
}

.content .button span {
  padding: 0 18px;
  padding: 3vw 1.40625vw;
  display: table-cell;
  font-size: 0.915em;
  color: #000;
  line-height: 1.1;
  vertical-align: middle;
}

.content .button:hover span {
  color: #c3002c;
}

.content .button:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  display: block;
  width: 8px;
  height: 10px;
  margin-top: -5px;
  background-image: url(../IMAGES/arrow_red.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 10px;
}

.section.articleBasicModule .header .security {
  top: -3rem;
}

/** -------------------------------
 * caution
 */
/* @smartphone */
.section.articleBasicModule.accordion-wrap .content {
  margin-top: 2rem;
  padding: 0 3.667%;
}

.accordion-wrap .content .wrap {
  position: relative;
  /*border-bottom: 1px solid #c2c2c2;*/
}

.section.accordion-wrap h2.no-deco {
  padding-top: 0.5rem;
}

.section.accordion-wrap .header:before {
  display: none;
}

.accordion-wrap .content .header {
  display: table;
  width: 100%;
  height: 10.4vw;
  background-image: url(../IMAGES/icon_open.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 10.4vw;
  border-top: 1px solid #c2c2c2;
  cursor: pointer;
  padding: 0 3.6rem 0 0;
}

.accordion-wrap .content .header.open {
  background-image: url(../IMAGES/icon_close.png);
}

.accordion-wrap .content .header span {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}

.accordion-wrap .content .header span.icon img {
  max-width: 4rem;
  width: 4rem;
  padding-right: 0.5em;
}

.section.accordion-wrap h2.pointBox > span.red_box + span {
  padding-left: 0.5rem;
}

.accordion-wrap .content .container {
  display: none;
  padding-bottom: 3vw;
}

.section.accordion-wrap .content > .wrap > div + .container {
  margin-top: 0;
}

/** -------------------------------
 * dl dt dd
 */
.content dt {
  font-size: 3.733vw;
  font-weight: bold;
  line-height: 1.57;
}

.content dd {
  font-size: 3.733vw;
  line-height: 1.57;
}

/* specInformation */
.section.articleBasicModule.specInformation {
  padding-top: 0;
  border-top: none;
}

.section.articleBasicModule.specInformation .header:before {
  display: none;
}

.section.articleBasicModule.specInformation .header {
  border-top: 1px solid #c1c1c1;
  padding: 0;
}

.section.articleBasicModule.specInformation .header h1 {
  background-image: none;
  display: table-cell;
  vertical-align: middle;
}

.section.articleBasicModule.specInformation .header span {
  font-size: 1.142857142rem;
  font-weight: normal;
  padding-left: 5px;
}

.section.specInformation h2.no-deco {
  font-size: 1.142857142rem;
}

.specInformation.accordion-wrap .lead {
  padding-right: 0;
}

.specInformation .legend {
  text-align: right;
  font-size: 0.857142857rem;
}

/* specList */
dl.specList {
  border-top: none;
  border-left: 1px solid #eeeeee;
}

dl.specList + .specList {
  border-top: none;
  border-left: 1px solid #eeeeee;
}

dl.specList dt,
dl.specList dd {
  padding: 12px 15px;
  height: auto;
}

/** -------------------------------
 * noteBox
 */
.section .noteBox {
  border: 1px solid #c1c1c1;
  padding: 0.5rem 0.8rem;
  font-size: 1.2rem;
  margin-top: 1rem;
}

/** -------------------------------
 * gray_box1
 */
.gray_box1 p {
  text-align: left;
}

.gray_box1 a {
  display: inline;
}

/** -------------------------------
 * movie
 */
.movieWrap {
  position: relative;
  margin-top: 3vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  /*padding-top: 56.25%;*/
}

/*.movieWrap .movie {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}*/
/** -------------------------------
 * block内div.table
 */
.articleBasicModule .lead {
  vertical-align: middle;
}

.accordion-wrap.specInformation .description table.spec th,
.accordion-wrap.specInformation .description table.spec td {
  font-size: 1rem;
}

/** -------------------------------
*.wideColumn 幅いっぱいコンテンツ
*/
.section.wideColumn .content {
  padding: 0;
}

.section.wideColumn .lead {
  padding: 0 4vw;
}

.section.wideColumn .description {
  font-size: 14px;
  font-size: 3.733vw;
  margin: 0 4.296%;
}

.section.wideColumn .image {
  margin-top: 4vw;
}

.section.wideColumn .image img {
  max-width: 100%;
  width: 100%;
}

.section.wideColumn .caption {
  display: block;
  padding: 0;
  padding-top: 2.4vw;
  font-size: 12px;
  font-size: 3.125vw;
}

/** -------------------------------
 * header
 */
#header {
  clear: both;
  padding: 0 15px;
  padding-top: 3.4285714286em;
  margin-bottom: 1em;
}

#header > .wrap {
  display: block;
}

#header h1 {
  line-height: 1;
}

#header p {
  text-align: center;
  color: #666666;
}

.panel {
  text-align: center;
  margin-top: 3.5714285714em;
  position: relative;
  z-index: 2;
  padding: 0 15px;
}

.docked-nav-wrapper {
  text-align: center;
}

.panel ul {
  list-style: none;
  margin: 0 0 1.2857142857em;
  padding: 0;
  border-top: 1px solid #c1c1c1;
}

.panel li {
  width: 100%;
  display: table;
  border-bottom: 1px solid #c1c1c1;
}

.panel a {
  width: 100%;
  min-height: 2.7142857143em;
  padding: 0.7777777778em 1.1111111111em 0.7777777778em 0;
  color: #343434;
  font-size: 0.8571428571em;
  font-family: "Nissan Bold";
  /*text-transform: uppercase;*/
  text-decoration: none;
  display: block;
  vertical-align: middle;
  position: relative;
}

.panel a:after {
  color: rgb(195, 0, 47);
  font-size: 1em;
  content: "";
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
  right: 0px;
  font-family: icon-Nissan-Global !important;
}

.panel a:hover {
  color: #c71444;
  text-decoration: none;
}

/** -------------------------------
 * section
 */
.section {
  clear: both;
  margin-top: 15%;
}

.section > .wrap {
  display: block;
}

.section .header {
  position: relative;
}

.section > .header {
  padding: 0 15px;
}

.section .header:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  display: block;
  width: 70px;
  height: 4px;
  border-top: 6px solid #c3002c;
}

.section .content .header:before {
  left: 0;
}

.section > .header:before {
  left: 4%;
}

.section .header h1 {
  display: table;
  width: 100%;
}

.section .header span {
  display: table-cell;
  padding: 3.6% 0;
  font-size: 16px;
  font-size: 4.266vw;
  font-weight: bold;
  vertical-align: middle;
}

.section .header span em {
  font-size: 10px;
  font-size: 2.666vw;
  font-style: normal;
  font-weight: normal;
}

.section h2 {
  font-size: 1.2rem;
  font-weight: bold;
}

.section h3 {
  font-size: 1.571428571rem;
}

/** -------------------------------
 * section | fileListModule
 */
.section.fileListModule .content {
  margin-top: 2.8%;
  padding: 0 5%;
}

.section.fileListModule .content li {
  display: block;
  margin-top: 4%;
}

.section.fileListModule .content a {
  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;
  width: 100%;
  height: 15vw;
  background-color: #eee;
}

.section.fileListModule .content a:after {
  top: 0;
  right: 5%;
}

.section.fileListModule .content a:hover {
  text-decoration: none;
}

.section.fileListModule .content span {
  display: table-cell;
  font-weight: bold;
  padding-left: 4%;
  font-size: 12px;
  font-size: 3.2vw;
  color: #333;
  line-height: 1.1;
  vertical-align: middle;
}

.section.fileListModule .content span span {
  font-weight: normal;
  padding-left: 0;
}

.carlifecollectionBtn .content a {
  background: url("../../COMMON/IMAGES/carlife_etc.jpg") no-repeat 1% center;
  padding-left: 18%;
  background-size: 16%;
}

.carlifecollectionBtn.dRecorder4 .content a {
  background-image: url("../../COMMON/IMAGES/lk_icon_dj4.jpg");
}

.carlifecollectionBtn.dRecorder5 .content a {
  background-image: url("../../COMMON/IMAGES/lk_icon_dh5.jpg");
}

.carlifecollectionBtn.dRecorder4 .content li + li a,
.carlifecollectionBtn.dRecorder5 .content li + li a {
  background-image: url("../../COMMON/IMAGES/carlife_dreco_f.jpg");
}

.carlifecollectionBtn.etc .content a {
  background-image: url("../../COMMON/IMAGES/carlife_etc.jpg");
}

/** -------------------------------
 * section | customModule
 */
.section.customModule .content {
  margin-top: 2.4%;
}

/** -------------------------------
 * section | articleBlockModule
 */
.section.articleBlockModule {
  padding-top: 8.533%;
  border-top: 1px solid #c1c1c1;
}

.section.articleBlockModule > .wrap > .header {
  padding: 0 15px;
}

.section.articleBlockModule .header h1 {
  background-image: url(../IMAGES/line01.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 1px;
  text-align: left;
}

.section.articleBlockModule .header span {
  line-height: 1.3;
  font-size: 1em;
  font-weight: 400;
}

.section.articleBlockModule .header span em {
  font-size: 12px;
  font-size: 3.125vw;
  font-weight: bold;
}

.section.articleBlockModule .content {
  margin-top: 6.9vw;
}

.section.articleBlockModule .overview {
  margin-top: -1.6%;
  padding: 0 4%;
  padding-bottom: 5.6%;
  font-size: 14px;
  font-size: 3.733vw;
  line-height: 1.57;
}

.section.articleBlockModule.noBorderTop {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.section.articleBlockModule .lead {
  margin-top: 0;
  font-size: 14px;
  font-size: 3.733vw;
  font-weight: bold;
  line-height: 1.5;
}

.section.articleBlockModule .description {
  margin-top: 2%;
  font-size: 14px;
  font-size: 3.733vw;
  line-height: 1.57;
}

/** -------------------------------
 * section | articleBasicModule
 */
.section.articleBasicModule {
  padding-top: 8.533%;
  border-top: 1px solid #c1c1c1;
}

.section.articleBasicModule > .wrap > .header {
  padding: 0 15px;
}

.section.articleBasicModule .header h1 {
  /* background-image: url(../IMAGES/line01.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 1px; */
  text-align: left;
}

.section.articleBasicModule .header span {
  line-height: 1.3;
  font-size: 1em;
  font-weight: 400;
  position: relative;
}

.section.articleBasicModule .header span em {
  font-size: 12px;
  font-size: 3.125vw;
  font-weight: bold;
}

.section.articleBasicModule .header span span {
  display: inline;
  font-size: 1rem;
}

.section.articleBasicModule .content {
  margin-top: 3.2vw;
  padding: 0 15px;
}

.section.articleBasicModule.gray_box1 .content,
.section.articleBasicModule.gray_box2 .content {
  margin: 3.2vw 15px 0;
}

.section.articleBasicModule .description {
  font-size: 14px;
  font-size: 3.733vw;
  line-height: 1.57;
}

.section.articleBasicModule .description.sp-center {
  text-align: center;
}

.section.articleBasicModule .description em {
  font-size: 12px;
  font-size: 3.125vw;
}

.section.articleBasicModule .image {
  margin-top: 3vw;
}

.section.articleBasicModule .image img {
  max-width: 100%;
  width: 100%;
}

.section.articleBasicModule .image span {
  display: block;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

.section.articleBasicModule .caption {
  margin-top: 3.2vw;
  font-size: 12px;
  font-size: 3.125vw;
  line-height: 1.57;
}

.section.articleBasicModule.noBorderTop {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.section.articleBasicModule .header span .category,
.section .lead .category,
.section .description .category {
  display: inline-block;
  margin-left: 1.25vw;
  padding: 0.78125vw 1.3125vw;
  border: 1px solid #333;
  font-size: 0.703234em;
  font-weight: normal;
  line-height: 1.1;
  white-space: nowrap;
  vertical-align: text-bottom;
}

.section .lead .category,
.section .description .category {
  font-size: 1rem;
}

.section.articleBasicModule .container > .block + .block,
.section.articleBasicModule .overview + .overview,
.section.articleBasicModule .container + .container,
.section.articleBasicModule .overview + .lead,
.section.articleBasicModule .overview + .description,
.section.articleBasicModule .lead + .overview,
.section.articleBasicModule .description + .overview,
.section.articleBasicModule .description + .container,
.section.articleBasicModule .description + .description,
.section.articleBasicModule .description + .lead,
.section.articleBasicModule .header + .description,
.section.articleBasicModule .lead + .description,
.section.articleBasicModule .container + .lead,
.section.articleBasicModule .container + .description,
.section.articleBasicModule .container + .table {
  margin-top: 3vw;
}

.section.articleBasicModule .lead {
  margin-top: 0;
  font-size: 14px;
  font-size: 3.733vw;
  font-weight: bold;
  line-height: 1.5;
}

.section.articleBasicModule.gray_box2 .lead {
  margin: 0.5rem 0;
}

.section.articleBasicModule .block.imgUnderText > div {
  max-width: 100%;
  height: 100%;
}

/** -------------------------------
 * section | articleCustomModule
 */
.section.articleCustomModule {
  padding-top: 8.533%;
  border-top: 1px solid #c1c1c1;
}

.section.articleCustomModule .header h1 {
  background-image: url(../IMAGES/line01.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 1px;
}

.section.articleCustomModule .header span {
  line-height: 1.3;
  font-size: 16px;
  font-size: 4.266vw;
}

.section.articleCustomModule .header span em {
  font-size: 12px;
  font-size: 3.125vw;
  font-weight: bold;
}

.section.articleCustomModule .content {
  margin-top: 3.2vw;
  padding: 0 15px;
}

.section.articleCustomModule .lead {
  margin-top: 0;
  font-size: 14px;
  font-size: 3.733vw;
  font-weight: bold;
  line-height: 1.5;
}

.section.articleCustomModule .description {
  margin-top: 2%;
  font-size: 14px;
  font-size: 3.733vw;
  line-height: 1.57;
}

.section.articleCustomModule .description em {
  font-size: 12px;
  font-size: 3.125vw;
}

/** -------------------------------
 * swiper -- general
 */
/* swiper */
.section .swiper-container {
  padding-bottom: 8vw;
}

.section .swiper-slide > .wrap {
  padding: 0 9.333%;
}

.section .swiper-slide .image {
  margin-bottom: 4%;
  padding-top: 0;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

.section .swiper-slide .image img {
  max-width: 100%;
  width: 100%;
}

.section .swiper-slide .lead {
  font-size: 14px;
  font-size: 3.733vw;
  font-weight: bold;
  line-height: 1.57;
}

.section .swiper-slide .description {
  font-size: 14px;
  font-size: 3.733vw;
  line-height: 1.57;
}

.section .swiper-button-prev {
  left: 2.4vw;
  top: calc(50% - 8vw);
  width: 3.2vw;
  height: 4.666vw;
  margin-top: 0;
  background-image: url(../IMAGES/swiper_prev_red.png);
  background-size: contain;
}

.section .swiper-button-prev.swiper-button-disabled {
  background-image: url(../IMAGES/swiper_prev_gray.png);
  opacity: 1;
}

.section .swiper-button-next {
  right: 2.4vw;
  top: calc(50% - 8vw);
  width: 3.2vw;
  height: 4.666vw;
  margin-top: 0;
  background-image: url(../IMAGES/swiper_next_red.png);
  background-size: contain;
}

.section .swiper-button-next.swiper-button-disabled {
  background-image: url(../IMAGES/swiper_next_gray.png);
  opacity: 1;
}

.section .swiper-pagination {
  clear: both;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 0;
  padding-right: 2.666vw;
  text-align: center;
}

.section .swiper-pagination-bullet {
  width: 4vw;
  height: 4vw;
  margin-left: 2.666vw;
  border-radius: 2vw;
  -moz-border-radius: 2vw;
  -webkit-border-radius: 2vw;
}

.section .swiper-pagination-bullet-active {
  background-color: #c3002c;
}

.section .swiper-container + .lead,
.section .swiper-container + .description {
  margin-top: 3.2vw;
  /*padding: 0 4%;*/
}

/** -------------------------------
 * swiper -- pcSwipe
 */
.swiperSection.pcSwipe .swiper-container {
  overflow: hidden;
}

.swiperSection.pcSwipe .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiperSection.pcSwipe .swiper-slide > .wrap {
  padding: 0 9.333%;
}

.swiperSection.pcSwipe .image img {
  max-width: 100%;
  width: auto;
}

.section.pcSwipe .swiper-slide .description {
  text-align: center;
}

/* .swiperSection.pcSwipe .swiper-button-prev {
  left: 0;
  top: 0;
  width: 14px;
  height: 20px;
  margin-top: 28.6885%;
  background-image: url(../IMAGES/swiper_prev_red.png);
  background-size: contain;
}
.swiperSection.pcSwipe .swiper-button-prev.swiper-button-disabled {
  background-image: url(../IMAGES/swiper_prev_gray.png);
  opacity: 1;
}
.swiperSection.pcSwipe .swiper-button-next {
  right: 0;
  top: 0;
  width: 14px;
  height: 20px;
  margin-top: 28.6885%;
  background-image: url(../IMAGES/swiper_next_red.png);
  background-size: contain;
}
.swiperSection.pcSwipe .swiper-button-next.swiper-button-disabled {
  background-image: url(../IMAGES/swiper_next_gray.png);
  opacity: 1;
} */
.swiperSection.pcSwipe .swiper-pagination {
  display: none;
  clear: both;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 0;
  padding-right: 5px;
  text-align: center;
}

.swiperSection.pcSwipe.autoPlay .swiper-pagination {
  display: block;
}

/* .swiperSection.pcSwipe .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.swiperSection.pcSwipe .swiper-pagination-bullet-active {
  background-color: #c3002c;
} */
/** -------------------------------
 * swiper -- fullColumnSwipe
 */
.fullColumnSwipe.pcSwipe .swiper-container {
  padding-bottom: 9vw;
}

.fullColumnSwipe.pcSwipe .swiper-slide {
  margin-left: 0;
}

.fullColumnSwipe.pcSwipe .swiper-slide > .wrap {
  padding: 0 5.333vw;
}

.fullColumnSwipe.pcSwipe .swiper-slide .image {
  margin-bottom: 3%;
}

.fullColumnSwipe.pcSwipe .swiper-slide .image img {
  max-width: 100%;
  width: auto;
}

.fullColumnSwipe.pcSwipe .swiper-slide .lead {
  font-size: 14px;
  font-size: 3.733vw;
  font-weight: bold;
  line-height: 1.57;
}

.fullColumnSwipe.pcSwipe .swiper-button-prev {
  left: 0;
  top: 19vw;
  width: 3.2vw;
  height: 4.666vw;
  margin-top: 0;
  background-image: url(../IMAGES/swiper_prev_red.png);
  background-size: contain;
  display: block;
}

.fullColumnSwipe.pcSwipe .swiper-button-prev.swiper-button-disabled {
  background-image: url(../IMAGES/swiper_prev_gray.png);
  opacity: 1;
}

.fullColumnSwipe.pcSwipe .swiper-button-next {
  right: 0;
  top: 19vw;
  width: 3.2vw;
  height: 4.666vw;
  margin-top: 0;
  background-image: url(../IMAGES/swiper_next_red.png);
  background-size: contain;
  display: block;
}

.fullColumnSwipe.pcSwipe .swiper-button-next.swiper-button-disabled {
  background-image: url(../IMAGES/swiper_next_gray.png);
  opacity: 1;
}

.fullColumnSwipe.pcSwipe .swiper-pagination {
  display: block;
  clear: both;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 0;
  padding-right: 2.666vw;
  text-align: center;
}

.fullColumnSwipe.pcSwipe .swiper-pagination-bullet {
  width: 4vw;
  height: 4vw;
  margin-left: 2.666vw;
  border-radius: 2vw;
  -moz-border-radius: 2vw;
  -webkit-border-radius: 2vw;
}

.fullColumnSwipe.pcSwipe .swiper-pagination-bullet-active {
  background-color: #c3002c;
}

.fullColumnSwipe.pcSwipe .swiper-container + .description .noteText {
  display: block;
  margin: 0 5.333vw;
  font-size: 12px;
  font-size: 3.125vw;
  line-height: 1.57;
}

/** -------------------------------
 * naviLineUpSection
 */
.naviLineUpSection.swiperSection .swiper-wrapper {
  text-align: center;
}

.naviLineUpSection .price {
  font-weight: bold;
  font-size: 1.285714285rem;
}

/** -------------------------------
 * PC時2column
 */
.col2 .content .block {
  position: relative;
  width: 100%;
}

.col2 .content .block:nth-child(2n+1) {
  float: none;
}

.col2 .content .block:nth-child(2n) {
  float: none;
}

.col2 .content .block + .block {
  margin-top: 3vw;
}

/* 2カラムグレーバック */
.section.col2GrayBack .container {
  background-color: #eeeeee;
}

.section.col2GrayBack .container .block > .lead,
.section.col2GrayBack .container .block > .description {
  margin: 3vw 15px 15px;
}

.section.col2GrayBack .block .description span {
  font-weight: bold;
}

/** -------------------------------
 * SP時画像をブロックの最下部へ
 */
.content .block.imgUnderText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.content .block.imgUnderText .lead {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/** -------------------------------
 * section content div.table
 */
.section .content .table {
  display: table;
  width: 100%;
}

.section .content .table + .table {
  margin-top: 1.2857142rem;
}

.section .content .table > div {
  display: table-cell;
  vertical-align: top;
  padding-left: 2%;
}

.section .content .table > div:first-child {
  padding-left: 0;
}

.section .content .table img {
  max-width: 100%;
  width: 100%;
}

.section .content .table .w70sp {
  width: 70%;
}

.section .content .table .w60sp {
  width: 60%;
}

.section .content .table .w50sp {
  width: 50%;
}

.section .content .table .w40sp {
  width: 40%;
}

.section .content .table .w30sp {
  width: 30%;
}

.section .content .table .w25sp {
  width: 25%;
}

.section .content .table .w20sp {
  width: 20%;
}

/** -------------------------------
 * block内div.table
 */
.section .block .table {
  margin-top: 4vw;
}

.section .block .table .image {
  width: 65vw;
}

.section .block .table .description,
.section .block .table dl {
  margin-top: 2vw;
}

.section .tableSp2col .table {
  display: table;
}

.section.tableSp2col .table > div {
  display: table-cell;
  vertical-align: top;
}

.section.tableSp2col .table > div:nth-child(2n-1) {
  padding-right: 1vw;
}

.section.tableSp2col .table > div:nth-child(2n) {
  padding-left: 1vw;
}

.section.tableSp2col .table > div.image {
  width: 42vw;
}

.section .block .table .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section .block .table .table > div {
  display: block;
  width: 94%;
}

.section .content .table .w70sp {
  width: 70%;
}

.section .content .table .w60sp {
  width: 60%;
}

.section .content .table .w50sp {
  width: 50%;
}

.section .content .table .w40sp {
  width: 40%;
}

.section .content .table .w30sp {
  width: 30%;
}

.section .content .table .w25sp {
  width: 25%;
}

.section .content .table .w20sp {
  width: 20%;
}

/** -------------------------------
 * imageSet
 */
.section .imageSet {
  display: table;
  width: 100%;
  margin-top: 4vw;
}

.section .imageSet .image {
  display: table-cell;
  width: 50%;
}

.section .imageSet .image img {
  width: 100%;
}

.section .block .imageSet .description {
  display: table-cell;
  width: 50%;
  padding-left: 2%;
  letter-spacing: -0.04em;
  text-align: justify;
  vertical-align: top;
}

/** -------------------------------
 * articleGroup
 */
/** -------------------------------
 * caution
 */
/* @smartphone */
#caution {
  clear: both;
}

#caution a {
  color: #343434;
  text-decoration: underline;
}

#caution > .wrap {
  margin-top: 2rem;
  padding: 0 3.667%;
}

#caution dl {
  position: relative;
  /*border-bottom: 1px solid #c2c2c2;*/
}

#caution dt {
  display: table;
  width: 100%;
  height: 10.4vw;
  background-image: url(../IMAGES/icon_open.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 10.4vw;
  border-top: 1px solid #c2c2c2;
  cursor: pointer;
}

#caution dt.open {
  background-image: url(../IMAGES/icon_close.png);
}

#caution dt span {
  display: table-cell;
  padding-left: 5px;
  font-size: 1.142857142rem;
  vertical-align: middle;
}

#caution dd {
  display: none;
  padding-bottom: 3vw;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.5;
}

/** -------------------------------
 * tab
 */
.naviLineUpSection.swiperSection .swiper-wrapper {
  text-align: center;
}

.naviLineUpSection.swiperSection .swiper-slide {
  float: none;
  display: inline-block;
}

.naviLineUpSection .price {
  font-weight: bold;
  font-size: 1.285714285rem;
}

.tabWrapper {
  text-align: center;
}

.tabWrapper ul {
  border-bottom: 2px solid #333333;
  margin-bottom: 2rem;
}

.tabWrapper ul li {
  background-color: #b9b9b9;
  color: #ffffff;
  display: inline-block;
  min-width: 12em;
  padding: 0.5rem 0;
  font-size: 13px;
  font-size: 3.6vw;
  cursor: pointer;
}

.tabWrapper ul li.current {
  background-color: #333333;
}

.specInformation .tabContents {
  text-align: center;
}

.tabContents.hide {
  display: none;
}

.tabContents img {
  max-width: 100%;
}

.sp-obj {
  display: block !important;
}

span.sp-obj {
  display: inline !important;
}

.header.sp-obj {
  display: table !important;
}

.pc-obj {
  display: none !important;
}

/* margin */
.mt1em {
  margin-top: 1em !important;
}

.mt2em {
  margin-top: 2em !important;
}

.mt3em {
  margin-top: 3em !important;
}

.mt4em {
  margin-top: 4em !important;
}

.mt5em {
  margin-top: 5em !important;
}

.mt6em {
  margin-top: 6em !important;
}

.mt7em {
  margin-top: 7em !important;
}

.mt8em {
  margin-top: 8em !important;
}

.mt9em {
  margin-top: 9em !important;
}

.mt10em {
  margin-top: 10em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.mb4em {
  margin-bottom: 4em !important;
}

.mb5em {
  margin-bottom: 5em !important;
}

.mb6em {
  margin-bottom: 6em !important;
}

.mb7em {
  margin-bottom: 7em !important;
}

.mb8em {
  margin-bottom: 8em !important;
}

.mb9em {
  margin-bottom: 9em !important;
}

.mb10em {
  margin-bottom: 10em !important;
}

/* top */
.topAnchorLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section .topAnchorLinks a:after {
  color: #c3002f;
  font-size: 12px;
  text-decoration: none;
  height: 17px;
  overflow: hidden;
  content: "";
  display: block;
  font-family: icon-Nissan-Global !important;
}

#peripheralEquipment.section.articleBasicModule .description,
#peripheralEquipment + .section.articleBasicModule .description {
  margin-top: 0;
}

.section.articleBasicModule.relatedData .content {
  padding: 4% 15px;
}

.relatedData .lead {
  pointer-events: all;
  display: table;
  width: 100%;
  height: 10.4vw;
  background-image: url(../IMAGES/icon_open.png);
  background-repeat: no-repeat;
  background-position: right -0.2rem;
  background-size: auto 10.4vw;
  cursor: pointer;
  padding: 0 3.6rem 0 0;
}

.relatedData .lead.open {
  background-image: url(../IMAGES/icon_close.png);
}

.section.relatedData .content .overview .sub-title,
.section.relatedData .content .overview a {
  margin: 0 1.6% 3%;
}

.section.relatedData .content .overview .group {
  display: block;
  padding: 0.5em;
}

.relatedData .overview.hide {
  display: none;
}

.section.articleBasicModule.relatedData .lead + .overview {
  margin-top: 0;
}

.section.articleBasicModule.relatedData .overview + .lead {
  margin-top: 2rem;
}

#navitopSearch table {
  width: 100%;
}

#navitopSearch table a:after {
  content: "";
}

#navitopSearch .accordion-wrap {
  border-bottom: 6px solid #c1c1c1;
  margin-bottom: 30px;
}

#navitopSearch .naviSpec {
  padding-bottom: 30px;
}

#navitopSearch thead td {
  white-space: nowrap;
}

#navitopSearch tbody .naviIcon {
  width: 28vw;
  padding-right: 1rem;
}

#navitopSearch tbody .series {
  display: block;
  background-color: #666666;
  color: #ffffff;
  font-size: 0.875rem;
  width: 8rem;
  padding: 0.1rem 0;
  margin: 0 0 0.25rem;
  text-align: center;
}

#navitopSearch tbody .naviLink a {
  font-size: 0.875rem;
  color: #c3002f;
}

#navitopSearch tbody .naviLink a:after {
  font-size: 0.785714rem;
  content: "";
  color: rgb(195, 0, 47);
  top: 0px;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  right: 0px;
  margin-top: 0px;
  display: inline-block;
  font-family: icon-Nissan-Global !important;
  overflow: hidden;
}

#navitopSearch .naviReco {
  width: 26vw;
  text-align: center;
}

#navitopSearch tbody td {
  vertical-align: top;
  padding: 0.5rem 0;
}

#navitopSearch tbody .noselect {
  display: none;
}

#navitopSearch tbody tr + tr td {
  border-top: 1px solid #c1c1c1;
}

#navitopSearch td.naviReco a {
  color: #c3002f;
  font-size: 2.5rem;
  line-height: 1em;
}

#navitopSearch td.naviReco a:after {
  display: none;
}

#navitopSearch td.naviReco span {
  font-size: 2.5rem;
}

#navitopSearch .accordion-wrap .content {
  padding: 0;
}

#navitopSearch .accordion-wrap .header:before {
  display: none;
}

#navitopSearch .accordion-wrap .header {
  border-top: 1px solid #c1c1c1;
  padding: 0;
}

#navitopSearch .accordion-wrap .header h1 {
  background-image: none;
  display: table-cell;
  vertical-align: middle;
}

#navitopSearch .accordion-wrap .header span {
  font-size: 1.142857142rem;
  font-weight: normal;
  padding-left: 5px;
}

#navitopSearch select,
#packageSearch select {
  width: 90%;
  margin: 0 5% 2.5vw;
}

.packageRow.thead {
  display: none;
}

.packageRow {
  border-top: 1px solid #666666;
  padding: 1rem 0 2rem;
}

.packageRow .naviName {
  font-weight: bold;
}

.packageRow .naviName em {
  font-weight: bold;
  font-size: 0.75em;
}

.packageRow .naviIMG {
  padding: 1em 0;
  border-bottom: 1px solid #c1c1c1;
}

.packagePrice .comparison {
  display: table;
  width: 100%;
  padding: 1rem 0;
}

.packagePrice .comparison > div {
  display: table-cell;
  vertical-align: middle;
}

.comparison .package {
  color: #c3002f;
  font-weight: bold;
}

.comparison .single {
  text-align: right;
}

.comparison .tri {
  color: #c3002f;
  text-align: center;
}

.comparison .package .price {
  font-size: 1.142857142rem;
}

.packagePrice .simBtn a {
  display: block;
  background-color: #eeeeee;
  padding: 0.5em 1em;
  text-align: center;
}
.sptbl .groupSimBtn {
  margin-top: 15px;
  text-align: center;
}
.sptbl .groupSimBtn a {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: none;
  width: 60%;
  max-width: 25rem;
  position: relative;
  margin-bottom: 0.7142857143em;
  padding: 0.8571428571em 45px 0.8571428571em 20px;
  border: 1px solid #c3002f;
  background: #c3002f;
  color: #fff;
}
.sptbl .groupSimBtn a:after {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
  font-size: .7857142857rem;
  content: "";
  color: #fff;
  right: 20px;
  top: 50%;
  overflow: hidden;
  margin-top: -0.5em;
  position: absolute;
  font-family: icon-Nissan-Global;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.sptbl .groupSimBtn a:hover {
  background: #920023;
  border-color: #920023;
  text-decoration: none;
}
.sptbl .cap {
  font-size: 3.125vw;
  line-height: 1.5;
  display: inline-block;
  margin-top: 1rem;
}

#searchList .naviTax {
  font-size: 0.875rem;
  margin: 1.0rem 0 0;
}

.comparison .package.def {
  color: #000;
}

#packageSearch .noteText {
  font-size: 0.75em;
  margin: 0;
}

#packageSearch .section .cta-list a {
  width: 100%;
}

#navitopSearch .ctg tbody tr + tr td {
  border-top: 0;
}

/*---------------------------------------------------------------
  ナビ関連データ
---------------------------------------------------------------*/
/* 楽曲タイトルデータベース */
.dataListBox.colWrap ul {
  display: block;
  margin: 0;
}

.dataList .dataListBox.colWrap li {
  width: auto;
  margin: 0.75rem 0 1rem;
}

table td.iconBlock {
  width: 4rem;
}

.section a {
  word-break: break-word;
}

/*---------------------------------------------------------------
    右肩アイコン・リンクボタン sp
---------------------------------------------------------------*/
.rsButtonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rsButtonWrap a.rsButton {
  border: 2px solid #c3002f;
  background-color: #c3002f;
  color: #fff;
  text-align: center;
}

.rsButtonWrap a.rsButton span {
  display: block;
  padding: 0 0.5em;
  font-weight: bold;
}

.rsButtonWrap a.rsButton span.subText {
  background-color: #fff;
  color: #c3002f;
  font-size: 0.75em;
  font-weight: normal;
}

.rsButtonWrap a.rsButton span.subText:after {
  font-size: 0.785714rem;
  content: "";
  color: #c3002f;
  top: 0;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
  right: 0px;
  margin-top: 0px;
  display: inline-block;
  overflow: hidden;
  font-family: icon-Nissan-Global !important;
}

.rsButtonWrap a.rsButton:after {
  display: none;
}

/*---------------------------------------------------------------
    機能比較表 sp
---------------------------------------------------------------*/
.items-head {
  -ms-grid-columns: 30% 35% 35%;
  grid-template-columns: 30% 35% 35%;
  -ms-grid-rows: 1fr 1fr 1.5fr;
  grid-template-rows: 1fr 1fr 1.5fr;
}

.items-head .category-name {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  border: none;
}

.items-head .mop {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  border-left: 1px solid #666666;
}

.items-head .dop {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.items-head .original-nav {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  border-left: 1px solid #666666;
  font-size: 0.7em;
}

.items-head .basic-nav {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  font-size: 0.7em;
}

.items-head .simple-nav {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  font-size: 0.7em;
}

.items-head .mop, .items-head .dop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.75vw;
}

.item-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-wrap > * {
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  padding: 1em;
}

.item-wrap .item-name {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5em;
}

.item-wrap .item-name span {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-wrap .mop {
  border-left: 1px solid #666666;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.item-wrap .basic-nav, .item-wrap .simple-nav {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}

.item-wrap .dop-original-option {
  padding-top: 1.5em;
}

.section span.main_copy {
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: block !important;
}

.plus_one .box_wrap .box_body .image {
  width: 18vw;
}

.section.articleBasicModule.carouselSection .carouselPC {
  display: none !important;
}
.section.articleBasicModule.carouselSection .content {
  margin: 0;
}
.section.articleBasicModule.carouselSection .carouselSP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.2vw;
}
.section.articleBasicModule.carouselSection .carouselSP .carouselWrap {
  padding: 15px 8px;
  margin: 0;
}
.section.articleBasicModule.carouselSection .carouselSP .card {
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px grey;
          box-shadow: 0 0 8px grey;
  padding: 0 0 1em;
}
.section.articleBasicModule.carouselSection .carouselSP .title h3 {
  margin: 1em 0;
  font-size: 1.3em;
  line-height: 1.5;
  min-height: 3em;
}
.section.articleBasicModule.carouselSection .carouselSP .link {
  text-align: right;
  margin: 1em 0;
}
.section.articleBasicModule.carouselSection .carouselSP .link .linkBtn {
  border: 1px solid #c3002f;
  background: #c3002f;
  color: #fff;
  padding: 12px 28px 12px 12px;
  font-size: 12px;
  display: inline-block;
  position: relative;
}
.section.articleBasicModule.carouselSection .carouselSP .link .linkBtn::after {
  display: inline-block;
  padding-left: 5px;
  font-size: 0.7857142857rem;
  content: "";
  color: #FFF;
  right: 10px;
  top: 50%;
  overflow: hidden;
  margin-top: -0.8em;
  position: absolute;
  font-family: icon-Nissan-Global !important;
}
/*---------------------------------------------------------------
    グローバルナビ sp
---------------------------------------------------------------*/

.c_010D-secondary-nav.third-level-active .c_046C .dropdown-trigger > .dropdown-container.dropdown .js-c_010D-accordion-open > .thirdLevelInPageNavigation li:first-child {
  display: none;
}

#navigationLineup.section .block.nav+.nav {
    padding-top: 3vw;
}
#navigationLineup.section .block.nav+.nav .lead {
    display: none;
}

#navigationLineup.section .block .attention {
    font-size: 3.733vw;
    margin-top: 3vw;
}

#navigationLineup.section.articleBasicModule .description {
    margin-top: 3vw;
}