/* ============================================================ */
/* common */
/* ============================================================ */
/* reset
----------------------------------------*/
header {
  position: static;
}

.pr-content {
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.pr-content img {
  max-width: 100%;
}

.pr-content a {
  color: #fff;
}

.pr-content a:hover {
  text-decoration: none;
}

.pr-content a:hover img {
  opacity: 1;
}

.pr-content a,
.pr-content button {
  -webkit-transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
}

.pr-content a::before, .pr-content a::after,
.pr-content button::before,
.pr-content button::after {
  -webkit-transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
}

/* layout
----------------------------------------*/
html.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

.device-pc-only {
  min-width: 1200px;
}

@media print, screen and (min-width: 768px) {
  #wrap,
  html,
  header,
  footer {
    min-width: 1200px;
  }
}

.inner-block {
  padding: 0 40px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .inner-block {
    margin: auto;
    width: 1200px;
  }
}
@media print, screen and (min-width: 768px) {
  .inner-block.price-txt {
    margin: auto;
    width: 1300px;
  }
}

@media print, screen and (min-width: 768px) {
  .inner-block.max {
    width: auto;
    max-width: 1600px;
  }
}

@media print, screen and (min-width: 768px) {
  nav {
    width: auto;
    max-width: 1600px;
  }
}

#wrap {
  overflow: hidden;
  position: relative;
}

.pr-content {
  padding-top: 84px;
  position: relative;
}

.pr-section {
  margin-top: 150px;
}

.ib {
  display: inline-block;
}

.pc {
  display: block !important;
}

.pc-ib {
  display: inline-block !important;
}

@media print, screen and (min-width: 768px) {
  .sp,
  .sp-ib,
  .dev-sp {
    display: none !important;
  }
}

/* font
----------------------------------------*/
.pr-content {
  font-family: 'Noto Sans JP', sans-serif;
}

.pr-content input,
.pr-content textarea,
.pr-content select,
.pr-content button {
  font-family: 'Noto Sans JP', sans-serif;
}

/* ttl
----------------------------------------*/
.pr-ttl01 {
  font-size: 0;
  margin: 0 0 30px;
}

@media print, screen and (min-width: 768px) {
  .pr-ttl01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pr-ttl01 .en {
  color: #E70012;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .pr-ttl01 .en {
    padding-right: 20px;
  }
}

.pr-ttl01 .ja {
  font-size: 15px;
  font-weight: bold;
}

.pr-ttl02 {
  margin: 0 0 60px;
  text-align: center;
}

.pr-ttl02 .ico {
  display: inline-block;
  margin-bottom: 10px;
  width: 60px;
}

.pr-ttl02 .en {
  color: #E70012;
  display: block;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

.pr-ttl02 .ja {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
}

.pr-ttl03 {
  color: #717171;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin: 0 0 30px;
}

.pr-ttl04 {
  border-bottom: 1px solid #E70012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 30px;
  padding-bottom: 15px;
}

.pr-ttl04 .num {
  border: 1px solid #fff;
  border-radius: 3px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  margin: 11px 15px 0 0;
  padding: 3px 4px 2px;
  white-space: nowrap;
}

.pr-ttl05 {
  margin: 45px 0 25px;
  position: relative;
  padding-left: 13px;
  font-weight: bold;
}

.pr-ttl05::before {
  background: #E70012;
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 3px;
  height: 12px;
}

/* link
----------------------------------------*/
.pr-link {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
}

.pr-link::before, .pr-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  -webkit-transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
}

.pr-link::before {
  border: 1px solid #E70012;
  border-radius: 50%;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
}

.pr-link::after {
  border: solid #E70012;
  border-width: 1px 1px 0 0;
  top: 9px;
  left: 5px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pr-link .blank {
  background: url(../../img/link-blank.svg) no-repeat center/100%;
  display: inline-block;
  margin: -3px 0 0 10px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .pr-link:hover::before,
  a:hover .pr-link::before {
    background: #E70012;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .pr-link:hover::after,
  a:hover .pr-link::after {
    border-color: #000;
  }
}

.pr-link-box {
  background: #111;
  border-bottom: 1px solid #E70012;
  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;
  padding: 0 30px;
  height: 100px;
  -webkit-transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
}

@media print, screen and (min-width: 768px) {
  .pr-link-box:hover {
    background: #1a1a1a;
  }
}

@media print, screen and (min-width: 768px) {
  .pr-link-list {
    margin: 0 -22px -16px 0;
  }
  .pr-link-list li {
    display: inline-block;
    margin: 0 22px 16px 0;
    vertical-align: top;
  }
}

/* btn
----------------------------------------*/
.pr-btn-wrap {
  text-align: center;
}

.pr-btn-wrap.price-btn {
  display: flex;
}

.pr-content .pr-btn01,
.pr-content .pr-btn02 {
  border: 1px solid #E70012;
  border-radius: 100px;
  color: #E70012;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 15px;
  line-height: 1.25;
  -webkit-transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
}

.pr-content .pr-btn01:nth-child(2) {
  color: #fff;
  background: #E70012;
}

.pr-content .pr-btn01 {
  padding: 10px 34px;
  height: 50px;
}

.pr-content .pr-btn02 {
  padding: 8px 15px;
  height: 35px;
}

@media print, screen and (min-width: 768px) {
  .pr-content .pr-btn01:hover,
  .pr-content .pr-btn02:hover,
  .pr-content a:hover .pr-btn01,
  .pr-content a:hover .pr-btn02 {
    background: #E70012;
    color: #000;
  }

  .pr-content .pr-btn01:nth-child(2):hover {
    background: #000;
    color: #fff;
  }
}

/* txt
----------------------------------------*/
.pr-txt-note {
  color: #717171;
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}

.pr-txt-note__space {
  padding-left: 1em;
  color: #717171;
  font-size: 14px;
  text-indent: -1em;
  margin-top: 20px;
}

.pr-txt-setting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pr-txt-setting .ico {
  background: #1a1a1a;
  border-radius: 3px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: inline-block;
  line-height: 1;
  margin: 0 15px 0 0;
  padding: 9px 10px 8px;
  white-space: nowrap;
}

.pr-num-note {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #717171;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 68px;
}

.pr-num-note .num {
  -ms-flex-item-align: start;
      align-self: flex-start;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin: 2px 8px 0 0;
  padding: 3px 5px 2px;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.modelyear {
  padding: 0 40px 5px 40px;
  margin: auto;
  width: 1600px;
  font-size: 20px;
}

.pr-txt-note .u-line {
  border-bottom: 1px solid #717171;
  padding-bottom: 1.2px;
}

/* table
----------------------------------------*/
.pr-table01 {
  width: 100%;
}

.pr-table01 th,
.pr-table01 td {
  border-bottom: 1px solid #313131;
  padding: 10px 0;
  text-align: left;
  vertical-align: top;
}

.pr-table01 th {
  padding-right: 30px;
  width: 1px;
  white-space: nowrap;
}

.pr-table01 th .line {
  display: inline-block;
  font-weight: bold;
  padding-left: 13px;
  position: relative;
}

.pr-table01 th .line::before {
  background: #E70012;
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 3px;
  height: 12px;
}

/* img bg
----------------------------------------*/
.js-img-bg {
  position: relative;
}

.bg-elem {
  background: no-repeat center center / cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* slider
----------------------------------------*/
.slick-slider *:focus,
.slide *:focus {
  outline: none;
}

.slick-dots {
  font-size: 0;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
}

.slick-dots li + li {
  margin-left: 20px;
}

.slick-dots li:only-child {
  display: none;
}

.slick-dots li button {
  background: none;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-size: 0;
  padding: 0;
  position: relative;
  width: 30px;
  height: 30px;
}

.slick-dots li button::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 4px;
  height: 4px;
}

@media print, screen and (min-width: 768px) {
  .slick-dots li button:hover::before {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
}

.slick-dots li.slick-active button {
  border-color: #fff;
}

.slick-arrow {
  background: no-repeat center center / 100%;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  margin: auto;
  position: absolute;
  width: 22px;
  height: 41px;
  z-index: 1;
}

.slick-arrow.slick-prev {
  background-image: url(../../img/slider-arrow-prev.svg);
}

.slick-arrow.slick-next {
  background-image: url(../../img/slider-arrow-next.svg);
}

/* modal
----------------------------------------*/
.pr-store-modal {
  background: #000;
  padding: 40px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}

.pr-store-modal button.mfp-close,
.pr-store-modal button.mfp-arrow {
  color: #fff;
}

.pr-store-modal .head .logo {
  display: block;
  margin-bottom: 10px;
  width: 112px;
}

.pr-store-modal .head .name {
  font-size: 20px;
  font-weight: bold;
}

.pr-store-modal .data {
  border-top: 1px solid #313131;
  margin: 20px auto 25px;
}

.pr-store-modal .data li {
  padding: 15px 0;
  border-bottom: 1px solid #313131;
}

.pr-store-modal .btn {
  text-align: center;
}

.mfp-bg {
  background: #444;
}

.js-modal {
  outline: none;
}

/* start state */
.mfp-zoom-in .pr-store-modal {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

/* animate in */
.mfp-zoom-in.mfp-ready .pr-store-modal {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* animate out */
.mfp-zoom-in.mfp-removing .pr-store-modal {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ============================================================ */
/* header */
/* ============================================================ */
.pr-header {
  background: #000;
  border-bottom: 1px solid #313131;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  /* fixed */
}

@media print, screen and (min-width: 768px) {
  .pr-header {
    min-width: 1200px;
  }
}

.pr-header .inner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 0 30px;
}

.pr-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  margin: 0;
}

.pr-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pr-header__logo-gr img {
  width: 66px;
}

.pr-header__logo-product {
  padding-left: 30px;
}

.pr-header__logo-product img {
  height: 24px;
}

@media print, screen and (min-width: 768px) {
  .pr-header__nav {
    -webkit-box-shadow: 0 1px 0 #000;
            box-shadow: 0 1px 0 #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 2px;
    margin-left: auto;
  }
  .pr-header__nav li:not(:last-child) {
    margin-right: 2px;
  }
  .pr-header__nav a {
    -webkit-box-shadow: 0 1px 0 #313131;
            box-shadow: 0 1px 0 #313131;
    color: #fff;
    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: 16px;
    font-weight: bold;
    padding: 0 40px;
    height: 80px;
    min-width: 200px;
  }
}

.pr-header .pr-header__logo-daihatsu {
  padding-right: 30px;
}

.pr-header .pr-header__logo-daihatsu img {
  height: 35px;
}

@media print, screen and (min-width: 768px) {
  .pr-header__nav-line {
    background: #E70012;
    display: block;
    opacity: 0;
    position: absolute;
    bottom: -1px;
    width: 200px;
    height: 3px;
    z-index: 1;
    -webkit-transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
  }
}

@media print, screen and (min-width: 768px) {
  .pr-header__nav-btn {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .pr-header * {
    -webkit-transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
    -webkit-transition-property: padding, width, height, opacity, left;
    transition-property: padding, width, height, opacity, left;
  }
}

.pr-header.is-fixed {
  border-top: 0;
  position: fixed;
}

@media print, screen and (min-width: 768px) {
  .pr-header.is-fixed .pr-header__logo-gr img {
    width: 39px;
  }
  .pr-header.is-fixed .pr-header__logo-product {
    padding-left: 18px;
  }
  .pr-header.is-fixed .pr-header__logo-product img {
    max-height: 17px;
  }
  .pr-header.is-fixed .pr-header__nav a {
    height: 50px;
  }
}

/* ============================================================ */
/* footer */
/* ============================================================ */
.pr-footer {
  background: #000;
  color: #fff;
  margin-top: 120px;
  position: relative;
  text-align: left;
}

.pr-footer .inner-block {
  padding-bottom: 150px;
}

.pr-footer .box {
  border-bottom: 1px solid #E70012;
  padding-bottom: 45px;
}

.pr-footer .box + .box {
  margin-top: 120px;
}

@media print, screen and (min-width: 768px) {
  .pr-footer .box-link .pr-link-list {
    margin-right: -50px;
  }
  .pr-footer .box-link .pr-link-list li {
    margin-right: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .pr-footer .box-lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pr-footer .box-lineup .pr-ttl03 {
    width: 100%;
  }
  .pr-footer .box-lineup .desc {
    font-weight: bold;
    width: 370px;
  }
  .pr-footer .box-lineup .pr-link-list {
    margin-right: 0;
    width: calc(100% - 370px);
  }
  .pr-footer .box-lineup .pr-link-list li {
    min-width: calc(50% - 30px);
  }
}

#pagetop {
  display: none;
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 99;
}

#pagetop a {
  border: 1px solid #E70012;
  border-radius: 50%;
  display: block;
  font-size: 0;
  position: relative;
  width: 40px;
  height: 40px;
}

#pagetop a::after {
  border: solid #E70012;
  border-width: 1px 0 0 1px;
  content: "";
  margin: auto;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  #pagetop a:hover {
    background: #E70012;
  }
  #pagetop a:hover::after {
    border-color: #000;
  }
}

#footer_body {
  padding-top: 35px;
}

/* ============================================================ */
/* ttl-section */
/* ============================================================ */
.pr-ttl-section {
  background: #111;
  position: relative;
}

.pr-ttl-section .inner-block {
  padding-top: 38px;
  padding-bottom: 38px;
}

.pr-ttl-section .pr-ttl01 {
  margin-bottom: 20px;
}

.pr-ttl-section .pr-ttl01:only-child {
  margin-bottom: 0;
}

.pr-ttl-section .pr-page-nav {
  margin: auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

.pr-ttl-section .pr-page-nav .pr-txt {
  color: #000;
  font-weight: bold;
}

.pr-page-nav {
  padding-top: 30px;
  z-index: 99;
  -webkit-transition: background 0.4s cubic-bezier(0.6, 0, 0.3, 1);
  transition: background 0.4s cubic-bezier(0.6, 0, 0.3, 1);
}

@media print, screen and (min-width: 768px) {
  .pr-page-nav::before {
    background: #111;
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    min-width: 1200px;
    height: 100%;
    -webkit-transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
    z-index: -1;
  }
}

.pr-page-nav.is-fixed {
  position: fixed;
  top: 51px;
  bottom: auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .pr-page-nav.is-fixed {
    min-width: 1200px;
  }
  .pr-page-nav.is-fixed::before {
    opacity: 1;
  }
}

.pr-page-nav ul {
  background: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .pr-page-nav ul {
    margin: auto;
    width: 1120px;
  }
}

.pr-page-nav li + li {
  border-left: 1px solid #313131;
}

.pr-page-nav li a {
  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;
  padding: 8px 10px;
  height: 100%;
}

.pr-page-nav li .pr-link {
  color: #717171;
  font-weight: bold;
}

.pr-page-nav li .pr-link::before, .pr-page-nav li .pr-link::after {
  border-color: #717171;
  margin: auto;
  top: 0;
  bottom: 0;
}

.pr-page-nav li.current a {
  background: #E70012;
  pointer-events: none;
}

.pr-page-nav li.current .pr-link {
  color: #000;
}

.pr-page-nav li.current .pr-link::before, .pr-page-nav li.current .pr-link::after {
  border-color: #000;
}

@media print, screen and (min-width: 768px) {
  .pr-page-nav li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pr-page-nav li a:hover .pr-link {
    color: #E70012;
  }
  .pr-page-nav li a:hover .pr-link::before {
    border-color: #E70012;
  }
  .pr-page-nav li a:hover .pr-link::after {
    border-color: #000;
  }
}

/* ============================================================ */
/* index */
/* ============================================================ */
/* mv
----------------------------------------*/
.pr-mv-section {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .pr-mv-section {
    height: 600px;
  }
}

.pr-mv-slider {
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
  position: relative;
}

.pr-mv-slider.slick-initialized {
  opacity: 1;
}

.pr-mv-slider .slide {
  position: relative;
  width: 100%;
}

.pr-mv-slider .slide a {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .pr-mv-slider .slide a:hover .img {
    opacity: .8;
  }
}

.pr-mv-slider .slide .img {
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
}

@media print, screen and (min-width: 768px) {
  .pr-mv-slider .slide .img {
    height: 600px;
  }
}

@media print, screen and (min-width: 768px) {
  .pr-mv-slider .slide .ttl-box {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.pr-mv-slider .slide .ttl-box .en {
  background: #E70012;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 20px;
  height: 28px;
}

.pr-mv-slider .slide .ttl-box .ja {
  background: #000;
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  padding: 16px 20px;
}

@media print, screen and (min-width: 768px) {
  .pr-mv-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
}

/* info
----------------------------------------*/
.pr-info-section {
  margin-top: 60px;
}

.pr-info-slider .slide img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .pr-info-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pr-info-slider .slide {
    width: 33.3333%;
  }
  .pr-info-slider .slide + .slide {
    margin-left: 1px;
  }
  .pr-info-slider .slide a {
    background: #000;
    display: block;
  }
  .pr-info-slider .slide a:hover {
    opacity: .8;
  }
}

/* special
----------------------------------------*/
.pr-special-section {
  background: #292929;
  height: 600px;
}

/* customize
----------------------------------------*/
.pr-customize-slider .slick-list {
  overflow: visible;
  padding: 0 !important;
}

.pr-customize-slider .slide {
  width: 1120px;
}

.pr-customize-slider .slide a {
  background: #000;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .pr-customize-slider .slide a {
    pointer-events: none;
  }
  .pr-customize-slider .slide a .img {
    opacity: .6;
    -webkit-transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
  }
}

.pr-customize-slider .slide.slick-current a {
  pointer-events: auto;
}

@media print, screen and (min-width: 768px) {
  .pr-customize-slider .slide.slick-current a .img {
    opacity: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .pr-customize-slider .slide.slick-current a:hover .img {
    opacity: .8;
  }
}

.pr-customize-slider .slide .img img {
  width: 100%;
}

.pr-customize-slider .slide .ttl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  position: relative;
}

.pr-customize-slider .slide .ttl-box .ttl {
  font-size: 0;
  margin: 0;
}

.pr-customize-slider .slide .ttl-box .en {
  background: #E70012;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 20px;
  position: absolute;
  top: -28px;
  height: 28px;
}

.pr-customize-slider .slide .ttl-box .ja {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-right: 20px;
}

@media print, screen and (min-width: 768px) {
  .pr-customize-slider .slick-dots {
    position: absolute;
    right: 50px;
    bottom: 0;
  }
}

.pr-customize-slider .slick-arrow {
  top: 38%;
}

.pr-customize-slider .slick-arrow.slick-prev {
  right: calc(100% + 50px);
}

.pr-customize-slider .slick-arrow.slick-next {
  left: calc(100% + 50px);
}

.pr-customize-slider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

/* parts
----------------------------------------*/
@media print, screen and (min-width: 768px) {
  .pr-parts-section .inner-block.max {
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .pr-parts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pr-parts-list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 25%;
  }
  .pr-parts-list.col-3 li {
    min-width: 33.3333%;
  }
}

.pr-parts-list a {
  display: block;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .pr-parts-list a {
    height: 500px;
  }
}

@media print, screen and (min-width: 768px) {
  .pr-parts-list a:hover .img {
    opacity: .8;
  }
}

@media print, screen and (min-width: 768px) {
  .pr-parts-list .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
  }
}

.pr-parts-list .ttl-box {
  padding: 320px 40px 0;
  position: relative;
  text-align: center;
}

.pr-parts-list .ttl-box .ttl {
  line-height: 1.4;
  margin: 0 0 20px;
}

.pr-parts-list .ttl-box .en {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.pr-parts-list .ttl-box .ja {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

/* price
----------------------------------------*/
.pr-price-section {
  margin-top: 120px;
}

/* store
----------------------------------------*/
@media print, screen and (min-width: 768px) {
  .pr-store-section {
    overflow: hidden;
  }
  .pr-store-section .inner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .pr-store-section .ttl-box,
  .pr-store-section .data-box {
    position: relative;
  }
  .pr-store-section .ttl-box::before,
  .pr-store-section .data-box::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
  }
  .pr-store-section .ttl-box {
    width: 530px;
  }
  .pr-store-section .ttl-box::before {
    background: #111;
    right: calc(100% - 1px);
  }
  .pr-store-section .data-box {
    width: calc(100% - 530px);
  }
  .pr-store-section .data-box::before {
    background: #1a1a1a;
    left: calc(100% - 1px);
  }
}

.pr-store-section .ttl-box {
  background: #111;
  padding: 55px 30px 70px;
  text-align: center;
}

.pr-store-section .ttl-box .pr-ttl02 {
  margin-bottom: 24px;
}

.pr-store-section .ttl-box .desc {
  font-weight: bold;
  margin-bottom: 40px;
}

.pr-store-section .data-box {
  background: #1a1a1a;
  padding: 35px 60px 55px;
}

.pr-store-section .data-box .desc {
  font-weight: bold;
  margin-bottom: 40px;
}

.pr-store-table {
  width: 100%;
}

.pr-store-table th,
.pr-store-table td {
  border-bottom: 1px solid #313131;
  padding: 28px 0;
}

.pr-store-table th {
  padding-top: 25px;
  vertical-align: top;
  width: 112px;
}

.pr-store-table th img {
  width: 112px;
}

.pr-store-table td {
  padding-left: 30px;
  vertical-align: middle;
}

.pr-store-table tr:first-child th,
.pr-store-table tr:first-child td {
  padding-top: 0;
}

/* ============================================================ */
/* customize */
/* ============================================================ */
/* visual
----------------------------------------*/
.pr-custom-section .visual {
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .pr-custom-section .visual .controls {
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1120px;
    z-index: 1;
  }
}

.pr-custom-slider .slide {
  position: relative;
}

.pr-custom-slider .slide img {
  width: 100%;
}

.pr-custom-parts li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.pr-custom-parts li img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .pr-custom-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 15px;
  }
}

.pr-custom-color * {
  outline: none;
}

.pr-custom-color .color-switch {
  background: #000;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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 print, screen and (min-width: 768px) {
  .pr-custom-color .color-switch {
    margin-right: 10px;
  }
}

.pr-custom-color .color-switch ul {
  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: 0;
  margin: 0 10px;
}

.pr-custom-color .color-switch ul li {
  cursor: pointer;
  position: relative;
}

.pr-custom-color .color-switch ul li::before {
  background: #E70012;
  content: "";
  opacity: 0;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
}

.pr-custom-color .color-switch ul li + li {
  margin-left: 20px;
}

.pr-custom-color .color-switch ul li.current::before {
  opacity: 1;
}

.pr-custom-color .color-switch .color {
  border-radius: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px #777 solid;
}

.pr-custom-color .color-switch .name {
  display: none;
}

.pr-custom-color .color-switch .arrow {
  background: none;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  display: block;
  font-size: 0;
  position: relative;
  width: 40px;
  height: 40px;
}

.pr-custom-color .color-switch .arrow::after {
  border: solid #fff;
  border-width: 1px 1px 0 0;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pr-custom-color .color-switch .arrow.prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.pr-custom-color .color-name {
  color: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
}

@media print, screen and (min-width: 768px) {
  .pr-custom-color .color-name {
    background: #000;
    border-radius: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 25px;
    height: 40px;
  }
}

.pr-custom-color .color-name .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}

.pr-custom-color .color-name .name .num {
  -ms-flex-item-align: start;
      align-self: flex-start;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  margin: 2px 8px 0 0;
  padding: 3px 5px 2px;
  white-space: nowrap;
}

.pr-custom-parts-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  padding-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .pr-custom-parts-switch {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pr-custom-parts-switch li {
  margin: 0 15px 15px;
}

.pr-custom-parts-switch label {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.pr-custom-parts-switch input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.pr-custom-parts-switch .txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 28px;
  position: relative;
}

.pr-custom-parts-switch .txt::before, .pr-custom-parts-switch .txt::after {
  content: "";
  position: absolute;
  -webkit-transition: 0.1s cubic-bezier(0.6, 0, 0.3, 1);
  transition: 0.1s cubic-bezier(0.6, 0, 0.3, 1);
}

.pr-custom-parts-switch .txt::before {
  background: rgba(113, 113, 113, 0.4);
  border-radius: 3px;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
}

.pr-custom-parts-switch .txt::after {
  background: url(../../img/ico-check.svg) no-repeat center/100%;
  opacity: 0;
  top: 2px;
  left: 3px;
  width: 18px;
  height: 16px;
}

.pr-custom-parts-switch input:checked + .txt::before {
  background: #fff;
}

.pr-custom-parts-switch input:checked + .txt::after {
  opacity: 1;
}

.pr-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pr-tab li {
  background: #111;
  cursor: pointer;
  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;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 7px 15px;
}

.pr-tab li + li {
  margin-left: 10px;
}

.pr-tab li .pr-ttl05 {
  color: #717171;
  margin: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
}

.pr-tab li .pr-ttl05::before {
  background: #717171;
  -webkit-transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
}

.pr-tab li.current {
  background: #000;
  pointer-events: none;
}

.pr-tab li.current .pr-ttl05 {
  color: #fff;
}

.pr-tab li.current .pr-ttl05::before {
  background: #E70012;
}

@media print, screen and (min-width: 768px) {
  .pr-tab li:hover .pr-ttl05 {
    color: #E70012;
  }
  .pr-tab li:hover .pr-ttl05::before {
    background: #E70012;
  }
}

.pr-tab-wrap {
  border-bottom: 1px solid #E70012;
}

.pr-tab-content {
  display: none;
}

/* pr-custom-wrap
----------------------------------------*/
.pr-custom-items {
  counter-reset: section;
}

.pr-custom-wrap {
  position: relative;
}

.pr-custom-wrap + .pr-custom-wrap {
  margin-top: 60px;
}

.pr-custom-wrap .txt-box {
  background: #111;
  border-bottom: 1px solid #E70012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 435px;
  padding: 80px 120px;
  width: calc(100% - 250px);
}

.pr-custom-wrap .txt-box .txt-inner {
  text-align: center;
  max-width: 320px;
}

.pr-custom-wrap .txt-box .txt-inner .item-ttl {
  margin: 0 0 30px;
}

.pr-custom-wrap .txt-box .txt-inner .item-ttl .en, .pr-custom-wrap .txt-box .txt-inner .item-ttl .jp {
  display: block;
  font-weight: bold;
}

.pr-custom-wrap .txt-box .txt-inner .item-ttl .en {
  font-size: 14px;
}

.pr-custom-wrap .txt-box .txt-inner .item-ttl .jp {
  font-size: 20px;
  margin-top: 5px;
}

.pr-custom-wrap .txt-box .txt-inner .txt {
  text-align: left;
}

.pr-custom-wrap .txt-box .txt-inner .pr-btn-wrap {
  margin-top: 30px;
}

.pr-custom-wrap .num-ttl {
  color: #E70012;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 8px;
}

.pr-custom-wrap .num-ttl .small, .pr-custom-wrap .num-ttl .num {
  vertical-align: middle;
}

.pr-custom-wrap .num-ttl .small {
  font-size: 14px;
  margin-right: 5px;
  letter-spacing: 0.1em;
}

.pr-custom-wrap .num-ttl .num::before {
  font-size: 40px;
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
}

.pr-custom-wrap .img-box {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 559px;
  height: 315px;
  margin: auto;
}

.pr-custom-wrap:nth-child(even) .txt-box,
.pr-custom-wrap:nth-child(even) .txt-inner {
  margin-left: auto;
}

.pr-custom-wrap:nth-child(even) .img-box {
  right: inherit;
  left: 0;
}

.pr-custom-wrap:nth-child(even) .num-ttl {
  right: inherit;
  left: 0;
}

/* pr-wearing-list
----------------------------------------*/
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@-webkit-keyframes zoomOut {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes zoomOut {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.pr-wearing-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pr-wearing-list li {
  background: #111;
  cursor: pointer;
  width: calc((99.9999% - 2px)/3);
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .pr-wearing-list li:hover.is-active {
    z-index: 2;
    -webkit-animation: zoomIn 0.6s forwards;
            animation: zoomIn 0.6s forwards;
  }
}

@media print, screen and (min-width: 768px) {
  .pr-wearing-list li.is-inactive {
    -webkit-animation: zoomOut 0.6s forwards;
            animation: zoomOut 0.6s forwards;
  }
}

.pr-wearing-list li + li {
  margin-left: 1px;
}

@media print, screen and (min-width: 768px) {
  .pr-wearing-list li + li:nth-child(3n+1) {
    margin-left: 0;
  }
  .pr-wearing-list li + li:nth-child(n+4) {
    margin-top: 30px;
  }
}

.pr-wearing-list li .ttl {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 25px;
}

.pr-wearing-box .pr-btn-wrap {
  margin-top: 60px;
}

@media print, screen and (min-width: 768px) {
  .pr-wearing-box .pr-btn-wrap .pr-btn02 {
    height: 50px;
    padding: 14px 35px;
  }
}

/* ============================================================ */
/* grparts */
/* ============================================================ */
/* EXTERIOR
----------------------------------------*/
.pr-parts-wrap + .pr-parts-wrap {
  margin-top: 125px;
}

.pr-parts-wrap .pr-ttl03 {
  margin: 0 0 20px;
}

.pr-parts-wrap .pr-ttl03 + .pr-txt-setting {
  margin-top: 30px;
}

.pr-parts-wrap .img-area .note {
  margin-top: 20px;
}

.pr-parts-wrap .pr-table01 + .pr-txt-setting,
.pr-parts-wrap .pr-txt-setting + .pr-txt-note {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .pr-parts-wrap .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pr-parts-wrap .img-area,
  .pr-parts-wrap .txt-area {
    width: 50%;
  }
  .pr-parts-wrap .txt-area {
    padding-left: 60px;
  }
}

.pr-exterior-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pr-exterior-list li {
  min-width: calc((99.9999% - 20px)/3);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pr-exterior-list li + li {
  margin-left: 10px;
}

@media print, screen and (min-width: 768px) {
  .pr-exterior-list li + li:nth-child(3n+1) {
    margin-left: 0;
  }
  .pr-exterior-list li + li:nth-child(n+4) {
    margin-top: 10px;
  }
}

.pr-exterior-list.col-3 li {
  width: calc((99.9999% - 20px)/3);
  min-width: inherit;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}

.pr-num-setting {
  margin-top: 30px;
}

.pr-num-setting .num {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1;
  padding: 4px;
  position: relative;
}

.pr-num-setting .num + .num {
  margin-left: 41px;
}

.pr-num-setting .num + .num::before, .pr-num-setting .num + .num::after {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}

.pr-num-setting .num + .num::before {
  left: -27px;
  width: 10px;
  height: 2px;
}

.pr-num-setting .num + .num::after {
  left: -23px;
  width: 2px;
  height: 10px;
}

.pr-num-setting .txt {
  margin-left: 12px;
}

/* pr-parts-slider
----------------------------------------*/
.pr-parts-slider-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pr-parts-slider-items * {
  outline: none;
}

.pr-parts-slider-items .slick-dots {
  text-align: center;
  position: inherit;
  right: inherit;
  bottom: inherit;
}

.pr-parts-slider-items .slick-dots li {
  margin-top: 15px;
}

.pr-parts-slider-items .slick-arrow {
  background: no-repeat center center / 100%;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  margin: 20px 0 0;
  padding: 0;
  position: relative;
  width: 20px;
  height: 20px;
  overflow: visible;
  -webkit-transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.6, 0, 0.3, 1);
}

.pr-parts-slider-items .slick-arrow .pr-link {
  padding-left: 0;
  width: 20px;
  height: 20px;
}

.pr-parts-slider-items .slick-arrow .pr-link::before {
  top: 0;
}

.pr-parts-slider-items .slick-arrow .pr-link::after {
  top: 7px;
}

@media print, screen and (min-width: 768px) {
  .pr-parts-slider-items .slick-arrow .pr-link:hover::before {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: #000;
  }
  .pr-parts-slider-items .slick-arrow .pr-link:hover::after {
    border-color: #E70012;
  }
}

.pr-parts-slider-items .slick-arrow.slick-prev {
  margin-right: 30px;
}

.pr-parts-slider-items .slick-arrow.slick-prev .pr-link::after {
  left: 8px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.pr-parts-slider-items .slick-arrow.slick-next {
  margin-left: 30px;
}

@media print, screen and (min-width: 768px) {
  .pr-parts-slider-items .slick-arrow:hover .pr-link::before {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    background: #E70012;
  }
  .pr-parts-slider-items .slick-arrow:hover .pr-link::after {
    border-color: #000;
  }
  .pr-info-blockcolumn2 {
    display: flex;
  }
  .pr-info-blockcolumn2 li:nth-child(2){
    margin-left: 5px;
  }
}

/* ============================================================ */
/* price */
/* ============================================================ */
/* pr-fixed-table
----------------------------------------*/
#pr-fixed-table-origin {
  display: none;
}

#pr-fixed-table {
  position: relative;
  width: 2800px;
}

#pr-fixed-table td, #pr-fixed-table th {
  border: 1px solid #313131;
  font-size: 14px;
  padding: 7px 15px;
  text-align: center;
}

#pr-fixed-table th {
  background: #111;
}

#pr-fixed-table td {
  color: #000;
  background: #fff;
}

#pr-fixed-table thead > tr > th:first-child,
#pr-fixed-table tbody > tr > td:first-child {
  border-left: none;
}

#pr-fixed-table thead > tr > th:last-child,
#pr-fixed-table tbody > tr > td:last-child {
  border-right: none;
}

#pr-fixed-table::before {
  content: "";
  background: #E70012;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

#pr-fixed-table .cell-bk {
  background: #1a1a1a;
  color: #fff;
}

#pr-fixed-table .t-left {
  text-align: left;
}

#pr-fixed-table .remarks {
  text-align: left;
}

#pr-fixed-table a {
  color: #FF0000;
}

.pr-price-summary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.pr-price-summary .txt {
  max-width: 720px;
}

.pr-price-info {
  margin-top: 70px;
}

.pr-price-info .pr-ttl03 {
  margin: 90px 0 40px;
}

.pr-price-info .note {
  color: #707070;
  font-size: 14px;
  line-height: 1.7;
}

.pr-price-info .note + .pr-ttl03 {
  margin-top: 30px;
}

.pr-price-info .txt .cl-red {
  color: #E70012;
}

/* ============================================================ */
/* print */
/* ============================================================ */
@media print {
  body {
    zoom: .9;
  }
  #wrap {
    width: 1200px !important;
  }
  #wrap > header,
  #wrap + footer,
  .pr-header,
  #pagetop {
    display: none !important;
  }
  .pr-content,
  .pr-footer,
  .pr-link-box,
  .pr-store-section .ttl-box,
  .pr-store-section .data-box {
    background: #fff;
  }
  .pr-content,
  .pr-content a,
  .pr-footer {
    color: #000;
  }
  .pr-content {
    padding-top: 0 !important;
  }
  .bg-elem {
    display: none !important;
  }
  .bg-elem + img {
    display: block !important;
    width: 100%;
  }
  .pr-mv-section {
    height: auto !important;
  }
  .pr-mv-slider .slide .img {
    height: auto !important;
  }
  .pr-mv-slider .slide .ttl-box {
    position: static !important;
  }
  .pr-customize-slider .slide .ttl-box .en {
    position: static !important;
    margin-bottom: 10px;
  }
  .pr-parts-list a {
    height: auto !important;
  }
  .pr-parts-list .img {
    position: static !important;
  }
  .pr-parts-list .ttl-box {
    padding-top: 20px !important;
  }
}
/*車種カスタマイズページ　注釈*/
.pr-ttl-tab {
  flex-grow: 1.5;
  text-align: right;
}

.custom-note {
  color: #717171;
  font-size: 14px;
  text-align: right;
  flex-grow: 1;
}

/*# sourceMappingURL=style.css.map */