@charset "UTF-8";
/* PC */
.pc_only {
  display: block;
}
@media only screen and (max-width: 750px) {
  .pc_only {
    display: none;
  }
}
.sp_only {
  display: none;
}
@media only screen and (max-width: 750px) {
  .sp_only {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #main_contents {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 750px) {
  #mainContents section.connect {
    margin: 13.33vw auto 0;
    max-width: 87.2vw;
    padding: 4.26vw;
  }
}
#everyMainImage .contents {
  padding: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#everyMainImage .mainImage-inner .contents {
  height: 100%;
  position: relative;
}
#mainContents .connect_top {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  #mainContents .connect_top {
    flex-direction: column;
  }
}
#mainContents .connect-img {
  max-width: 205px;
  margin-right: 16px;
}
@media only screen and (max-width: 750px) {
  #mainContents .connect-img {
    max-width: 54.66vw;
    margin-right: 0;
  }
}
#mainContents .connect_txt {
  font-size: 16px;
  line-height: 1;
  margin-right: 8px;
  padding-top: 0;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #mainContents .connect_txt {
    font-size: 3.46vw;
    margin-right: 0;
    margin-top: 3.466vw;
  }
}
#mainContents .connect_txt_l {
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  padding-top: 0;
  color: #FF1B12;
}
@media only screen and (max-width: 750px) {
  #mainContents .connect_txt_l {
    font-size: 8.53vw;
    margin-top: 3.466vw;
  }
}
.connect_bottom {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .connect_bottom {
    flex-direction: column;
    align-items: center;
    gap: 2.66vw;
    margin-top: 4.26vw;
  }
}
.connect_bottom_img {
  max-width: 444px;
}
@media only screen and (max-width: 750px) {
  .connect_bottom_img {
    max-width: 100%;
  }
}
.connect_link {
  position: relative;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px auto 0;
}
@media only screen and (max-width: 750px) {
  .connect_link {
    font-size: 4vw;
    gap: 1.33vw;
    margin: 16px auto 0;
  }
}
.connect_link::after {
  content: '';
  background-image: url(/car/every_j_limited/home/img/arrow_bld_bk.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* position: absolute; */
  width: 8px;
  height: 16px;
  top: 50%;
  right: 18px;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .connect_link::after {
    width: 2.66vw;
    height: 2.66vw;
    right: 4.8vw;
  }
}
.section_title_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 750px) {
  .section_title_wrap {
    gap: 3.2vw;
  }

}
#main .section_title {
  height: 48px;
  width: fit-content;
  margin: 0 auto;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  #main .section_title {
    height: 10.13vw;
  }
}
#main .section_title_detail {
  height: 58px;
  width: fit-content;
  margin: 0 auto;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  #main .section_title_detail {
    height: 10.66vw;
  }
}
#main .section_title img {
  height: 100%;
  width: auto;
}
#main .section_title.top {
  color: #2E2E2E;
}
@media only screen and (max-width: 750px) {
  #main .section_title {
    font-size: 14.93vw;
  }
}
#main .section_title_sub {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  #main .section_title_sub {
    font-size: 3.73vw;
    margin-bottom: 2.13vw;
  }
}
#main .color_bk .section_title,
#main .color_bk .section_title_sub {
  color: #000;
}
#main .color_bk .section_title::after {
  background-color: #000;
}
.movie_sec {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  .movie_sec {
    margin-top: 16vw;
  }
}
.movie_wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 750px) {
  .movie_wrap {
    margin: 8vw auto 0;
  }
}
.movie_inner {
  max-width: 100%;
  width: fit-content;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
  margin-bottom: 55px;
  padding: 0 20px;
}
@media only screen and (max-width: 750px) {
  .movie_inner {
    flex-direction: column;
    gap: 8.79vw;
    margin-top: 5.33vw;
    margin-bottom: 8vw;
    padding: 0;
  }
}
.movie_inner .movie_thumb {
  max-width: 100%;
  margin: 23px 0;
}
@media only screen and (max-width: 750px) {
  .movie_inner .movie_thumb {
    margin-top: 5.06vw;
    margin-bottom: 4vw;
  }
}
#mainContents .movie_content {
  max-width: 680px;
}
@media only screen and (max-width: 750px) {
  #mainContents .movie_content {
    max-width: 87.2vw;
  }
}
#mainContents .movie_title {
  padding-top: 0;
  font-size: 32px;
  font-weight: 400;
  text-align: left;
  color: #2E2E2E;
  padding-bottom: 14px;
  border-bottom: 1px solid #2E2E2E;
  font-style: italic;
}
@media only screen and (max-width: 750px) {
  #mainContents .movie_title {
    font-size: 5.33vw;
  }
}
#mainContents .movie_title span{
  font-size: 13px;
}
@media only screen and (max-width: 750px) {
  #mainContents .movie_title span{
    font-size: 3.2vw;
  }
}
#mainContents .movie_detail {
  padding-top: 0;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  color: #2E2E2E;
}
@media only screen and (max-width: 750px) {
  #mainContents .movie_detail {
    font-size: 4.266vw;
  }
}
.contents {
  /* background-color: #F4F8FA; */
}
/*------------------------------
*
* Top Banner
*
*------------------------------*/
#topBnr.topBnr {
  display: flex;
  justify-content: center;
  gap: 38px;
  margin-top: 64px;
}
@media only screen and (max-width: 750px) {
  #topBnr.topBnr {
    align-items: center;
    flex-direction: column;
    gap: 6.133vw;
    margin-top: 12.8vw;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}

#topBnr .topBnr-link {
  width: min(587px, 100%);
  transition: opacity .3s;
}

#topBnr .topBnr-link:hover {
  opacity: 0.7;
}

#topBnr .topBnr-img {
  width: 100%;
}

.price__btnGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.p-spin-viewer__pallets_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 33px;
}
@media only screen and (max-width: 750px) {
  .p-spin-viewer__pallets_wrap {
    justify-content: space-between;
    margin-top: 8vw;
    max-width: 66.66vw;
    margin: 8vw auto 0;
  }
}

.p-spin-viewer__pallets_txt {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .p-spin-viewer__pallets_txt {
    font-size: 4.26vw;
  }
}

.p-spin-viewer__container_title {
  display: flex;
  justify-content: center;
}
#main .p-spin-viewer .p-spin-viewer__container_title img {
  width: auto;
}

.prices_wrap {
  display: flex;
  flex-direction: column;
}

.price_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 0px 10px 10px;
  border-bottom: 1px solid #DEDEDE;
}
@media only screen and (max-width: 750px) {
  .price_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 2.66vw 0px;
    border-bottom: 1px solid #DEDEDE;
  }
}

.price_wrap:first-child {
  border-top: 1px solid #DEDEDE;
}

.price_title {
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .price_title {
    font-size: 4.26vw;
    flex-shrink: 0;
  }
}

.price_inner_wrap {
  display: flex;
  flex-direction: column;
}

#main .price_wrap .price_tax {
  font-size: 45px;
  display: flex;
  align-items: flex-end;
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 1000px) {
  #main .price_wrap .price_tax {
    font-size: 26px;
  }
}
@media only screen and (max-width: 750px) {
  #main .price_wrap .price_tax {
    font-size: 9.23vw;
    letter-spacing: -0.03em;
  }
}

#main .price_wrap .price_tax span {
  font-family: 'Noto Sans Japanese', sans-serif;;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #main .price_wrap .price_tax span {
    font-size: 6.15vw;
  }
}

.price_wrap .price_no_tax {
  font-size: 12px;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  .price_wrap .price_no_tax {
    font-size: 3.2vw;
  }
}

#price .change_btn_wrap {
  display: flex;
  width: 100%;
  background-color: #EBEBEB;
  padding: 9px;
  gap: 9px;
  justify-content: space-between;
  margin-bottom: 33px;
  max-width: 534px;
}
@media only screen and (max-width: 750px) {
  #price .change_btn_wrap {
    padding: 1.6vw;
    gap: 1.6vw;
    justify-content: space-between;
    margin: 0 0 5.33vw;
  }
}

#price .change_btn {
  flex: 1;
  background-color: #EBEBEB;
  padding: 9px;
  gap: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  color: #666666;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #price .change_btn_wrap {
    font-size: 4.26vw;
  }
}
#price .change_btn.active{
  background-color: #D58533;
  color: #fff;
}

#price .change_btn_wrap .border{
  width: 1px;
  height: unset;
  background-color: #D9D9D9;
}

#price .price__item {
  display: none;
  flex: 1;
}
#price .price__item.active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#price {
  padding-top: 64px;
  padding-bottom: 80px;
}

#price .price__lineup {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  flex-direction: column;
  align-items: center;
  background-color: #EFEEDF;
  margin: 0 auto;
  padding: 90px 0px;
  margin-top: 50px;
  gap: 70px;
}
@media only screen and (max-width: 1000px) {
  #price .price__lineup {
    padding: 60px 20px;
  }
}

@media only screen and (max-width: 750px) {
  #price .price__lineup {
    flex-direction: column;
    padding: 12vw 6.4vw ;
    gap: 0;
  }
}

#main .p-spin-viewer__detail_text {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 750px) {
  #main .p-spin-viewer__detail_text {
    font-size: 3.2vw;
    color: #666;
    text-align: center;
    margin-top: 3.2vw;
    margin-bottom: 3.2vw;
  }
}

#main .p-spin-viewer__detail_image {
  position: relative;
  z-index: 1;
  width: 75px;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 750px) {
  #main .p-spin-viewer__detail_image {
    width: 14.66vw;
    margin: 0 auto 6.66vw;
  }
}

.fukidasi {
  cursor: pointer;
  transition: all 0.4s;
}

.fukidasi:hover {
  opacity: 0.7;
}

.modal-box_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 100dvh;
  object-fit: contain;
}
.modal-box_movie {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 100dvh;
  object-fit: contain;
}

#sp_everyModal #sp_modal_fukidasi_movie,
#sp_everyModal #sp_modal_fukidasi_movie2 {
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  #sp_everyModal #sp_modal_fukidasi_movie,
  #sp_everyModal #sp_modal_fukidasi_movie2 {
    max-width: 90%;
    margin: 0 auto;
  }
}
.modal-box_movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.78 /1;
}

.modal-box_img_name {
  position: absolute;
  transform: translate(-50%);
  bottom: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.45);
  color: #EEE;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .modal-box_img_name {
    font-size: 4.26vw;
    padding: 2.666vw 10.66vw;
  }
}

/*------------------------------
*
* price
*
*------------------------------*/
#price {
  padding-top: 16vw;
}

#price .price__item {
  padding: 0;
  margin: 0;
}

#price .price__item {
  padding: 0;
  margin: 0;
}
#price .price__item_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1240px;
  width: 100%;
  padding: 80px 50px 60px;
  background-color: #fff;
  border-radius: 16px;
}
@media only screen and (max-width: 750px) {
  #price .price__item_wrap {
    padding: 8.53vw 4.26vw;
    margin-top: 10.66vw;
    border-radius: 4.26vw;
  }
}
.lover_main_image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 67px 0 58px;
  background-color: #5F6F44;
}
@media only screen and (max-width: 750px) {
  .lover_main_image {
    flex-direction: column;
    gap: 9.86vw;
    padding:10.13vw 0;
  }
}
.lover_main_image_title {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .lover_main_image_title {
    width: 100%;
  }
}
.lover_main_image_title_inner {
  max-width: 620px;
  width: 100%;
  padding:0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .lover_main_image_title_inner {
    max-width: 100%;
    padding:0;
    display: flex;
  }
}
.lover_main_image_title_sub {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #7B7B7B;
  font-weight: 500;
  padding-bottom: 0;
  margin-bottom: 20px;
  border-bottom: none;
}
@media only screen and (max-width: 750px) {
  .lover_main_image_title_sub {
    font-size: 4.26vw;
    margin-bottom: 2.66vw;
  }
}
.lover_main_image_title_main {
  font-size: 52px;
  color: #1D517C;
  font-weight: 700;
  background-color: transparent;
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  .lover_main_image_title_main {
    font-size: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .lover_main_image_title_main {
    font-size: 8.53vw;
  }
}
.lover_main_image_title_img {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .lover_main_image_title_img {
    width: 100%;
  }
}

.lover_contents__inner {
  max-width: 1180px;
  padding: 0 20px 80px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  #price.lover_contents__inner {
    padding: 16.66vw 6.4vw;
  }
}


  /*------------------------------
  *
  * 旧CSS
  *
  *------------------------------*/

@media only screen and (min-width: 751px) {
  h1 {
    background-color: transparent;
    padding: 0;
  }
  h4 {
    margin-top: 0;
    border-left: none;
    padding-left: 0;
  }
  #main p {
    margin-top: 0;
  }
  .attention {
    position: static;
    padding: 0;
    border: none;
    font-size: inherit;
    font-weight: inherit;
  }
  .price, .price span {
    font-size: inherit;
    font-weight: inherit;
    margin-top: 0;
    color: inherit;
    white-space: normal;
  }
  p {
    color: #333;
    text-align: left;
  }

  /* copy from /car/commons/css/base.css */
  /* copy from /car/commons/css/catalog/layout.css */
  #mainContents p {
    line-height: 1.6em;
  }

  /* override slick
  .slick-list {
    overflow: visible;
  } */

  /* wrapper */
  .main-image,
  .main-stage {
    position: relative;
    overflow: hidden;
  }

  /*------------------------------
  *
  * base
  *
  *------------------------------*/

  #everyMainImage,
  #tvcm,
  #economy,
  #packaging,
  #safety,
  #color-line-up,
  #join,
  #everyModal {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    font-feature-settings: "palt";
  }

  #everyMainImage *,
  #tvcm *,
  #economy *,
  #packaging *,
  #safety *,
  #color-line-up *,
  #join *,
  #everyModal * {
    box-sizing: inherit;
  }

  #scrollDown {
    display: none !important;
  }

  /*------------------------------
  *
  * common
  *
  *------------------------------*/
  .every-note {
    font-size: 12px;
    padding: 0;
  }

  .text__blue {
    color: #004ea2 !important;
  }

  .bounceInUp {
    -webkit-animation-name: bounceInUpCustom;
            animation-name: bounceInUpCustom;
  }

  .animated {
    opacity: 1;
  }

  .js-bounceUp {
    opacity: 0;
  }

  button.movieBtn {
    background: none;
  }

  button.movieBtn:focus {
    outline: none;
  }

  /*----------------------------------------

    斜め背景

  ----------------------------------------*/
  .bg-slant-section {
    position: relative;
  }

  .bg-slant-section .bg-slant {
    position: absolute;
    z-index: -1;
    left: -10%;
    width: 120%;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }

  .bg-slant-section .bg-slant__inner {
    background-color: #e5edf6;
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  .bg-slant-section.isPlay .bg-slant__inner {
    -webkit-animation-name: play;
            animation-name: play;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    position: relative;
    opacity: 1 !important;
  }

  .bg-slant-section.isPlay .bg-slant__inner:before {
    -webkit-animation-name: maskOut;
            animation-name: maskOut;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #f0f0eb;
  }

  .show {
    opacity: 0;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
  }

  .isPlay .show {
    opacity: 1;
  }

  .show--01 {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }

  .show--02 {
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }

  .show--03 {
    -webkit-transition-delay: 2.8s;
            transition-delay: 2.8s;
  }

  /*------------------------------
  *
  * mainImage
  *
  *------------------------------*/
  #everyMainImage .icon {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -55px;
  }

  #everyMainImage .mainImage-txt {
    position: absolute;
    top: 145px;
    left: -50px;
    text-align: center;
  }

  #everyMainImage .mainImage-txt .logo {
    margin-bottom: 36px !important; /* override common_r */
    text-align: inherit; /* override common_r */
  }

  #everyMainImage .mainImage-txt .txt01 {
    margin-bottom: 22px !important; /* override common_r */
    text-align: inherit; /* override common_r */
  }

  #everyMainImage .scroll {
    position: absolute;
    bottom: 30px;
    left: 88px;
    width: 64px;
    height: 64px;
    padding-top: 21px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #a0a0a0;
    border-radius: 50%;
    box-sizing: border-box;
  }

  #everyMainImage .scroll:hover {
    text-decoration: none;
  }

  #everyMainImage .scroll .arrow {
    position: absolute;
    z-index: 1;
    bottom: 17px;
    left: 50%;
    margin-left: -5px;
    -webkit-animation: scrollDown 1.5s infinite;
            animation: scrollDown 1.5s infinite;
  }

  /*------------------------------
  *
  * tv cm
  *
  *------------------------------*/
  #tvcm {
    text-align: center;
    margin: 90px 0 120px;
    display: none;
  }

  #tvcm h2 {
    margin-bottom: 25px;
  }

  #tvcm .tvcm-img {
    position: relative;
    display: inline-block;
  }

  #tvcm .btn-movie {
    position: absolute;
    z-index: 2;
    right: 5px;
    top: 36px;
    background: none;
    cursor: pointer;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }

  #tvcm .btn-movie:hover {
    opacity: .5;
  }

  #tvcm p {
    font-size: 16px;
    padding-top: 16px;
  }

  #tvcm .tvcm-ttl {
    color: #004ea2;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
  }

  #tvcm .tvcm-txtBlock {
    position: relative;
    width: 700px;
    margin: 20px auto 0;
    padding-right: 110px;
    text-align: left;
  }

  /*------------------------------
  *
  * video modal
  *
  *------------------------------*/
  .movieModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: center;
    display: none;
  }

  .movieModal .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .movieModal video {
    position: relative;
    z-index: 2;
    display: none;
  }

  .movieModal video:focus {
    outline: none;
  }

  .movieModal video.active {
    display: block;
  }

  .movieModal .portrait {
    position: relative;
    display: inline-block;
    height: 100%;
  }

  .movieModal .portrait video {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }

  .movieModal .landscape {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: inline-block;
    width: 768px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .movieModal .landscape video {
    height: auto;
    width: 100%;
  }

  .movieModal .close {
    position: absolute;
    top: 30px;
    right: -70px;
    z-index: 2;
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(/car/every_j_limited/home/img/btn_close.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    display: none;
  }

  .movieModal .landscape .close {
    top: 0;
  }

  .movieModal .portrait.active .close,
  .movieModal .landscape.active .close {
    display: block;
  }


  /*----------------------------------------

    economy

  ----------------------------------------*/
  #economy .economy {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    min-height: 772px;
    margin: 0 auto;
    padding: 40px 20px 55px;
    background: url(/car/every_j_limited/home/img/economy_bg.jpg) no-repeat center top / contain;
    margin-top: 60px;
  }
  #economy .inner {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  #economy .economy__fig {
    display: none;
    margin-bottom: 40px;
  }
  #economy .economy__fig img {
    width: 100%;
  }
  #economy .economy__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  #economy .economy__lead {
    flex-basis: 56%;
    padding-right: 20px;
    color: #004ea2;
    text-shadow: 2px 0 10px #FFF,0 2px 10px #FFF,-2px 0 10px #FFF,0 -2px 10px #FFF;
    font-weight: 600;
  }
  #economy .economy__col {
    flex-basis: 43.16%;
    max-width: 492px;
    min-width: 474px;
  }
  #economy .economy__box {
    padding: 20px;
    background-color: #FFF;
  }
  #economy .economy__box.economy__box--fuel {
    margin-top: 32px;
    position: relative;
  }
  #economy .economy__cvt {
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 4px !important;
    padding-left: 10px;
    color: #FFF !important;
    font-size: 24px;
    background-color: #004ea2;
  }
  #economy .economy__text {
    color: #000000;
  }
  #economy .economy__notes {
    padding-top: 5px;
    font-size: 12px;
  }
  #economy .economy__fuel-ttl {
    padding-top: 0;
    color: #004ea2 !important;
    font-size: 24px;
  }
  #economy .economy__fuel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -ms-flex-align:end;
    align-items:flex-end;
    margin-top: 2px;
  }
  #economy .economy__fuel .economy__text ,
  #economy .economy__fuel .economy__notes {
    line-height: 1;
    padding-top: 0;
  }
  #economy .economy__wltc {
    padding-top: 7px;
    line-height: 1;
  }
  #economy .economy__wltc img {
    width: 81px;
    height: 16px;
  }
  #economy .economy__fuel-col {
  }
  #economy .economy__fuel-num {
    color: #000000;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 75px !important;
    line-height: 0.575 !important;
    font-weight: 600 !important;
  }
  #economy .economy__fuel-num small {
    color: #000000;
    position: relative;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 26px !important;
    line-height: 1;
    font-weight: 600 !important;
  }
  #economy .economy__mode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-top: 20px;
    border-left: 1px solid #000;
  }
  #economy .economy__mode li {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
    border-right: 1px solid #000;
  }
  #economy .economy__ecocar {
    position: absolute;
    top: 20px;
    right: 113px;
  }
  #economy .economy__ecocar img {
    width: 72px;
  }
  #economy .economy__badge {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #economy .economy__badge img {
    width: 84px;
  }
  #economy .bg-slant {
    top: 420px;
    height: 670px;
  }

  /*----------------------------------------

    packaging

  ----------------------------------------*/
  #packaging {
    padding: 272px 0 187px;
    position: relative;
  }

  #packaging .inner {
    position: relative;
    z-index: 1;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  #packaging h2 {
    padding-top: 15px;
  }

  #packaging .packaging-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #packaging .packaging-block .txt {
    width: 331px;
  }

  #packaging .packaging-block .title-no {
    margin-bottom: 25px;
  }

  #packaging .packaging-block .title-txt {
    margin-bottom: 30px;
  }

  #packaging .packaging-block .carImg {
    position: relative;
  }

  #packaging .fukidasi {
    position: absolute;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #004ea2;
    z-index: 8;
    cursor: pointer;
    text-align: center;
    width: 160px;
    height: 70px;
    background-color: #fff;
    border-radius: 4px;
    border-width: 2px;
    border-color: #004ea2;
    border-style: solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.4;
    letter-spacing: 0px;
  }

  #packaging .fukidasi:hover {
    text-decoration: none;
    color: #fff !important;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #004ea2;
  }

  #packaging .fukidasi:focus {
    outline: none;
  }

  #packaging .fukidasi--01 {
    top: 17px;
    left: 199px;
  }

  #packaging .fukidasi--02 {
    top: 46px;
    right: -28px;
  }

  #packaging .fukidasi--03 {
    bottom: -36px;
    right: -6px;
  }

  #packaging .every-note {
    padding-top: 0;
  }

  #packaging .favTab__button {
    margin-top: 0;
  }

  #packaging .bg-slant {
    top: 663px;
    height: 275px;
  }

  @media only screen and (min-width: 751px) and (max-width: 1200px) {

    #packaging .fukidasi--02 {
        top: 46px;
        right: 2px;
    }

    #packaging .fukidasi--03 {
      bottom: -36px;
      right: 20px;
    }

    #packaging .favTab__button {
        margin-top: 60px;
    }

  }

  /*----------------------------------------

    modal

  ----------------------------------------*/
  #everyModal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 840px;
    padding: 0 20px;
    height: 432px;
    margin: auto;
    overflow: visible;
    z-index: 9999;
    display: none;
  }

  #everyModal.is-open {
    opacity: 1;
    display: block;
  }

  #everyModal .modal-box {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 0px 24px 0px rgba(2, 0, 0, 0.6);
    display: none;
  }

  #everyModal .modal-box.active {
    display: block;
  }

  #everyModal .modal-box h3 {
    font-size: 24px;
    font-weight: bold;
    color: #004ea2 !important;
    line-height: 1.4;
    text-align: center;
  }

  #everyModal .modal-box small {
    font-size: 12px;
    vertical-align: super;
  }

  #everyModal .modal__header {
    background-color: #f0f0eb;
    padding: 16px 20px;
  }

  #everyModal .modal__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 290px;
    padding: 20px 30px 30px;
  }

  #everyModal .modal__bottom > div {
    width: 50%;
  }

  #everyModal .modal__bottom .txt {
    font-size: 16px;
  }

  #everyModal .modal__img div{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  	-webkit-box-align: end;
  	-ms-flex-align: end;
  	align-items: flex-end;
  	margin-left: 20px;
  	margin-bottom: 20px;
  }
   #everyModal .modal__img div p:first-child{
  	margin-right: 10px;
   }

  #everyModal .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
  }

  #js-wrapper__modalBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
    display: none;
  }

  #js-wrapper__modalBg.is-open {
    opacity: 1;
    z-index: 9999;
  }

  #everyModal .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-image: url(/car/every_j_limited/home/img/btn_close_modal.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
  }

  /*----------------------------------------

    safety

  ----------------------------------------*/
  #safety {
    position: relative;
  }

  #safety .inner {
    position: relative;
    z-index: 1;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  #safety .bg-slant {
    top: 260px;
    height: 1055px;
  }

  #safety h2 {
    padding-top: 15px;
  }

  #safety .safety-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }

  #safety .safety-block .txt {
    width: 290px;
  }

  #safety .safety-block .title-no {
    margin-bottom: 25px;
  }

  #safety .safety-block .title-txt {
    margin-bottom: 25px;
  }

  #safety .safety-block .txt-box {
    padding: 0;
  }

  #safety .safety-block .movie {
    padding-top: 19px;
    position: relative;
  }

  #safety .safety-block .btn-movie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 5px;
    bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #safety .safety-block .btn-movie .play-movie {
    cursor: pointer;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }

  #safety .safety-block .btn-movie .play-movie:hover {
    opacity: .5;
  }

  #safety .safety-brake-support {
    background-color: #fff;
    text-align: center;
    padding: 22px 40px;
  }

  #safety .safety-brake-support img {
    max-width: 100%;
  }

  #safety .safety-brake-support .title-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px 20px;
    position: relative;
  }

  #safety .safety-brake-support .lead-block {
    text-align: center;
    color: #0d6fb8;
    font-size: 18px;
    font-weight: bold;
  }

  #safety .safety-brake-support .support-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    border: solid 2px #0d6fb8;
  }
  #safety .support-item {
    margin-right: 40px;
  }
  #safety .support-item:last-child {
    margin-right: 0;
  }
  #safety .support-item h4 {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #0d6fb8;
  }
  #safety .support-item h4 img {
    margin-right: 10px;
  }

  #safety .safety-brake-support .support {
    width: 280px;
  }

  #safety .safety-brake-support .support:nth-child(2) {
    margin: 0 30px;
  }

  #safety .safety-brake-support .support .movie {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    display: block;
    cursor: pointer;
  }

  #safety .safety-brake-support .support .movie:hover {
    opacity: .5;
  }

  #safety .safety-brake-support .support p {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 14.967px; /* override common_r */
  }

  #safety .safety-brake-support .support h4 {
    height: 90px;
    background-color: #e5edf6;
    position: relative;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
  }

  #safety .safety-brake-support .support h4 small {
    font-size: 12px;
    vertical-align: top;
  }

  #safety .safety-brake-support .support h4 img {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -moz-crisp-edges;
        image-rendering: pixelated;
  }

  #safety .safety-brake-support .support h4 span {
    position: absolute;
    left: 0;
    bottom: 5px;
    display: block;
    width: 100%;
    font-size: inherit;
    line-height: inherit;
  }

  #safety .safety-brake-support .support h4 p {
    font-size: 16px;
  }

  #safety .safety-brake-support .bottom-block {
    padding: 20px 60px 30px;
  }

  #safety .attention {
    font-size: 12px;
    color: #333;
    padding-top: 10px;
  }

  #safety .safety-brake-support .bottom-block .every-note {
    padding-top: 5px;
  }

  #safety .note-block {
    padding-top: 32px;
  }

  #safety .every-note {
    padding: 0;
  }

  #safety .safety-bnr {
    margin-top: 30px;
    text-align: center;
  }

  #safety .safety-bnr a {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }

  #safety .safety-bnr a:hover {
    opacity: 0.7;
  }

  #safety .favTab__button {
    margin-top: 50px;
  }

  /*----------------------------------------

    COLOR LINE UP

  ----------------------------------------*/
  #color-line-up {
    position: relative;
    margin-bottom: 160px;
    padding-top: 200px;
  }

  #color-line-up .inner {
    max-width: 980px;
    margin: 0 auto;
  }
  #color-line-up .color-line-up__ttl {
    margin-bottom: 30px;
    text-align: center;
  }
  #color-line-up .color-line-up__lead {
    color: #000;
    text-align: center;
    margin-bottom: 60px;
    font-size: 20px;
    font-weight: bold;
  }
  #color-line-up .color-line-up__row {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
  }
  #color-line-up .color-line-up__item {
    flex-basis: 255px;
    margin: 0 -9px 40px;
  }
  #color-line-up .color-line-up__img {
    margin: 0 0 10px;
  }
  #color-line-up .color-line-up__name {
    font-size: 16px;
    color: #000 !important;
    margin: 0 6px;
    line-height: 1.4;
  }
  #color-line-up .color-line-up__name.color-line-up__name--new {
    position: relative;
    margin: 0 -.5em 0 0;
    padding-left: 48px;
  }
  #color-line-up .color-line-up__new {
    position: absolute;
    top: 10px;
    left: 0;
  }
  #color-line-up .color-line-up__notes {
    display: block;
    font-size: 14px;
    color: #000;
  }
  #color-line-up .color-line-up__footer {
    font-size: 14px;
    color: #000;
    text-align: center;
  }

  /*----------------------------------------

    #join

  ----------------------------------------*/

  #join {
    background-color: #f0f0eb;
    padding: 60px 0;
    font-feature-settings: "palt";
  }
  #join .join__ttl {
    margin-bottom: 45px;
    text-align: center;
  }
  #join .inner {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #join .join__lineup {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-bottom: 50px;
  }
  #join .join__name {
    margin-right: 55px;
    margin-left: 55px;
  }
  #join .join__heading {
    color: #004ea2 !important;
    padding-top: 50px;
    padding-bottom: 20px !important;
    font-size: 24px;
  }
  #join .maker-option {
    margin-bottom: 40px;
  }
  #join .maker-option__ttl {
    margin-bottom: 45px !important;
    text-align: center;
  }
  #join .maker-option__row {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    margin: 40px 0 20px;
  }
  #join .maker-option__row:first-of-type {
    margin-top: 0;
  }
  #join .maker-option__ttl {
    margin-bottom: 45px !important;
    text-align: center;
  }
  #join .maker-option__heading {
    padding-top: 0;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
  }
  #join .maker-option__text {
    font-size: 16px;
    line-height: 1.4;
    color: #000;
  }
  #join .maker-option__notes {
    font-size: 12px;
    line-height: 1.4;
    color: #000;
  }
  #join .maker-option__notes strong {
    color: #F00;
  }
  #join .maker-option__ph {
    flex-basis: 50%;
    margin: 0;
    padding-right: 20px;
  }
  #join .maker-option__ph img {
    max-width: 100%;
  }
  #join .maker-option__col {
    flex-basis: 50%;
  }
  #join .seat-arrange {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
  }
  #join .seat-arrange__ph {
    margin: 0;
    flex-basis: 32%;
    max-width: 313px;
  }
  #join .seat-arrange__ph img {
    max-width: 100%;
  }
  #join .join__packaging {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-bottom: -40px;
  }
  #join .join__ph {
    margin-bottom: 40px;
    flex-basis: 23.58%;
    max-width: 231px;
  }
  #join .join__ph img {
    max-width: 100%;
  }
  #join .join__caption {
    margin-top: 8px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
  }

  #join .join__btnGroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }

  #join .join__btn {
    width: 340px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    background-color: #fff;
    border: #004ea2 2px solid;
    color: #000000 !important;
    font-size: 16px;
    margin: 0 auto;
    font-weight: bold;
    margin: 0 10px;
    padding: 0 22px;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
  }

  #join .join__btn::before {
    content: '';
    background-image: url(/car/every_j_limited/home/img/favtab_arrow.png);
    position: absolute;
    width: 8px;
    height: 14px;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  #join .join__btn:hover::before {
    content: '';
    background-image: url(/car/every_j_limited/home/img/favtab_arrowHover.png);
    position: absolute;
    width: 8px;
    height: 14px;
    top: 50%;
    right: 13px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  #join .join__btn:hover {
    background-color: #004ea2;
    text-decoration: none;
    color: #fff !important;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  #join .join__foot {
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
  }

  /*----------------------------------------

    #price

  ----------------------------------------*/

  #price .price__name {
    font-size: 20px;
  }

  #price .price__notes {
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
  }

  #price .price__notes small {
    font-size: 12px;
    font-weight: bold;
  }

  #price .price__grade {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: -2px;
    padding-top: 6px;
  }

  #price .price__num {
    font-size: 36px;
    font-weight: bold;
    padding-top: 0;
    font-family: Helvetica,Arial,sans-serif;
  }

  #price .price__yen {
    font-size: 16px;
    margin-left: 2px;
    font-weight: bold;
    font-family: inherit;
  }

  #price .price__btn {
    width: 340px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    background-color: #fff;
    border: #004ea2 2px solid;
    color: #000000 !important;
    font-size: 16px;
    margin: 0 auto;
    font-weight: bold;
    margin: 0 10px;
    padding: 0 22px;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
  }

  #price .price__btn::before {
    content: '';
    background-image: url(/car/every_j_limited/home/img/favtab_arrow.png);
    position: absolute;
    width: 8px;
    height: 14px;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  #price .price__btn:hover::before {
    content: '';
    background-image: url(/car/every_j_limited/home/img/favtab_arrowHover.png);
    position: absolute;
    width: 8px;
    height: 14px;
    top: 50%;
    right: 13px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  #price .price__btn:hover {
    background-color: #004ea2;
    text-decoration: none;
    color: #fff !important;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }


  /*----------------------------------------

    pagetop

  ----------------------------------------*/
  .fixedPageTop {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 999;
    display: none;
  }

  /*------------------------------
  *
  * button
  *
  *------------------------------*/
  .favTab__button {
    margin-top: 20px;
    position: relative;
    z-index: 1;
  }

  .favTab__buttonLink {
    width: 340px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    background-color: #fff;
    border: #004ea2 2px solid;
    color: #000000 !important;
    font-size: 16px;
    margin: 0 auto;
    font-weight: bold;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .favTab__buttonLink::before {
    content: '';
    background-image: url(/car/every_j_limited/home/img/favtab_arrow.png);
    position: absolute;
    width: 8px;
    height: 14px;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .favTab__buttonLink--blue:hover {
    background-color: #004ea2;
  }

  .favTab__buttonLink:hover {
    text-decoration: none;
    color: #fff !important;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .favTab__buttonLink:hover::before {
    content: '';
    background-image: url(/car/every_j_limited/home/img/favtab_arrowHover.png);
    position: absolute;
    width: 8px;
    height: 14px;
    top: 50%;
    right: 13px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .2s;
    transition: all .2s;
  }
}

#price {
  padding: 120px 0 0;
}
@media only screen and (max-width: 750px) {
  #price {
    padding: 9.33vw 0 0;
  }
}

#space p {
  padding-top: 0;
}

.space_inner {
  display: flex;
  align-items: center;
  gap: min(6.94vw, 100px);
  margin: 50px auto 0;
}
@media only screen and (max-width: 750px) {
  .space_inner {
    flex-direction: column;
    gap: 10.66vw;
    margin: 8.26vw auto 0;
  }
}
.space_inner_left {
  max-width: 45.97vw;
}
@media only screen and (max-width: 750px) {
  .space_inner_left {
    max-width: 100%;
  }
}
#space .space_inner_right {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #space .space_inner_right {
    padding: 0 6.4vw;
  }
}
.space_inner_right_img {
  width: 100%;
  max-width: 29.1vw;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .space_inner_right_img {
    max-width: 100%;
  }
}
#space .space_inner_right_title {
  padding-top: 36px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 750px) {
  #space .space_inner_right_title {
    padding-top: 8.533vw;
    font-size: 7.2vw;
    line-height: 1.5;
  }
}

.link_btn {
  position: relative;
  display: block;
  background-color: #000;
  padding: 16px 10px;
  max-width: 335px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  border-radius: 26px;
}
@media only screen and (max-width: 750px) {
  .link_btn {
    position: relative;
    display: block;
    background-color: #000;
    padding: 4.53vw 10px;
    max-width: 78.66vw;
    font-size: 4.266vw;
    border-radius: 6.66vw;
  }
}
.link_btn::before {
  content: '';
  background-image: url(/car/every_j_limited/home/img/arrow_bld.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 8px;
  height: 16px;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media only screen and (max-width: 750px) {
  .link_btn::before {
    width: 2.13vw;
    height: 4.26vw;
    right: 4.8vw;
  }
}
.link_btn_wh {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}
.link_btn_wh::before {
  background-image: url(/car/every_j_limited/home/img/arrow_bld_bk.svg);
}
.connect_btn {
  width: fit-content;
  margin: 28px auto 0;
}
.btn_bk {
  position: relative;
  padding: 7px 44px;
  background-color: #000;
  font-size: 16px;
  color: #fff;
  border-radius: 19px;
}
.btn_bk::before {
  content: '';
  background-image: url(/car/every_j_limited/home/img/favtab_arrowHover.png);
  background-size: contain;
  position: absolute;
  width: 5px;
  height: 10px;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a {
  transition: all 0.4s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*custom animation*/
@-webkit-keyframes bounceInUpCustom {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUpCustom {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes play {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes play {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}


@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  40% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  40% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* IE8〜11はMS明朝 */
@media screen\0 {
  #everyMainImage,
  #tvcmsp,
  #goodJob,
  #packaging,
  #safety,
  #color-line-up,
  #everyModal {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  }
}


/* TAB (Based on PC) */
@media only screen and (min-width: 751px) and (max-width: 1520px) {
  #color-line-up .contents {
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1400px) {
  #everyMainImage {
    position: relative;
  }
  #everyMainImage .mainImage-txt {
    width: 100%;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  #everyMainImage .logo img,
  #everyMainImage .txt01 img,
  #everyMainImage .txt02 img,
  #everyMainImage .icon img {
    width: 100%;
  }
  #everyMainImage .mainImage-txt .logo { /* 340 */
    width: 62.9629629629%;
    margin-bottom: 2.5vw !important;
  }
  #everyMainImage .mainImage-txt .txt01 { /* 256 */
    width: 47.4074074074%;
    margin-bottom: 1.5vw !important;
  }
  #everyMainImage .txt02 { /* 340 */
    width: 62.9629629629%;
  }
  #everyMainImage .icon { /* 97 */
    width: 17.9629629629%;
    top: 2vw;
    right: calc(-17.9629629629% - 2vw);
    left: auto;
    padding-top: 0;
  }
  #everyMainImage .scroll {
    left: 50%;
    transform: translateX(-50%);
    bottom: 1vw;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1200px) {

  #economy .economy {
    background: none;
  }
  #economy .economy__row {
    display: block;
  }
  #economy .economy__col {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    max-width: none;
  }
  #economy .economy__box {
    width: calc(50% - 10px);
  }
  #economy .economy__box.economy__box--fuel {
    margin-top: 0;
  }
  #economy .economy__fig {
    display: block;
    margin: 20px 0;
  }
  #economy .economy__lead {
    padding-right: 0;
  }
  #economy .bg-slant {
    top: 640px;
    height: 800px;
  }
  #packaging .inner {
    width: 100%;
    max-width: 980px;
  }
  #packaging .packaging-block {
    display: block;
  }
  #packaging .txt {
    width: 600px !important;
    padding-right: 200px;
    margin: 0 auto;
  }
  #packaging .carImg {
    width: 600px;
    margin: 25px auto;
  }
  #packaging .bg-slant {
    top: 800px;
  }
  #safety .inner {
    width: 100%;
    max-width: 1020px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #safety .safety-block {
    display: block;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  #safety .safety-block .txt {
    display: flex;
    width: auto;
    justify-content: space-between;
    align-items: flex-end;
  }
  #safety .safety-block .txt h2 {
    width: 291px;
  }
  #safety .safety-block .movie {
    padding-top: 0;
  }
  #safety .safety-block .movie img {
    width: 100%;
  }
  #safety .support-wrapper {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  #safety .support {
    margin: 55px 15px 0 !important;
  }

  #safety .safety-bnr img {
    width: 100%;
    max-width: 756px;
  }
  #safety .support-item {
    flex-basis: 230px;
    margin-right: 0;
  }
  #safety .bg-slant {
    height: 1240px !important;
    width: 130% !important;
    left: -15% !important;
  }
  #color-line-up .slick-slide {
    visibility: hidden;
  }
  #color-line-up .slick-slide.slick-current {
    visibility: visible;
  }
  #color-line-up .bg-slant {
    top: 450px !important;
  }
  #economy .bg-slant {
    top: 600px;
    height: 1000px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1100px) {
  #price .price__btn {
    width: 100%;
  }
  #economy .bg-slant {
    height: 900px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1040px) {
  #economy .economy__col {
    display: block;
    width: 490px;
    margin: 0 auto;
  }
  #economy .economy__box {
    width: 490px;
  }
  #economy .economy__box.economy__box--fuel {
    margin-top: 20px;
  }
  #economy .bg-slant {
    height: 1000px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 980px) {
  #join .join__name {
    width: 50%;
    margin: 0;
    padding-right: 10px;
  }
  #join .join__name:last-child {
    padding-right: 0;
    padding-left: 10px;
  }
  #join .join__name img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 751px) and (max-width: 960px) {
  #economy .economy {
    padding: 0 20px;
    background: none;
  }
  #economy .economy__row {
    background: none;
  }
  #economy .economy__row {
    display: block;
  }
  #economy .economy__lead {
    padding: 8px 0 0;
  }
  #economy .bg-slant {
    height: 900px;
  }

}

/* SP */
@media only screen and (max-width: 750px) {
  h1 {
    padding: 0;
  }
  h3 {
    font-weight: normal;
  }
  h4 {
    margin-top: 0 !important;
    border-left: none;
    padding-left: 0;
  }
  #main p {
    margin-top: 0;
  }
  .price, .price span {
    font-size: inherit;
    font-weight: inherit;
    margin-top: 0;
    color: inherit;
    white-space: normal;
  }
  p {
    color: #333;
    text-align: left;
  }

  #economy .economy__lead {
    color: #004ea2;
    font-weight: 600;
  }

  /* wrapper */
  .main-stage {
    margin-top: 0 !important;
  }


  /*------------------------------
  *
  * base
  *
  *------------------------------*/
  #tvcmsp,
  #goodJob,
  #economy,
  #packaging,
  #safety,
  #color-line-up,
  #join,
  #price,
  #sp_everyModal {
    box-sizing: border-box;
  }

  #tvcmsp *,
  #goodJob *,
  #economy *,
  #packaging *,
  #safety *,
  #color-line-up *,
  #join *,
  #price * {
    box-sizing: inherit;
    font-feature-settings: "palt";
  }

  #tvcmsp img,
  #goodJob img,
  #economy img,
  #packaging img,
  #audio img,
  #safety img,
  #color-line-up img,
  #join img,
  #price img,
  #sp_everyModal img {
    max-width: 100%;
    height: auto;
  }

  #tvcmsp button,
  #economy button,
  #packaging button,
  #join button,
  #safety button,
  #color-line-up button,
  #sp_everyModal button {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
        appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    background: none;
    padding: 0;
  }

  #tvcmsp button::-webkit-search-decoration,
  #economy button::-webkit-search-decoration,
  #packaging button::-webkit-search-decoration,
  #audio button::-webkit-search-decoration,

  #safety button::-webkit-search-decoration,
  #color-line-up button::-webkit-search-decoration,
  #sp_everyModal button::-webkit-search-decoration {
    display: none;
  }

  #tvcmsp button:focus,
  #economy button:focus,
  #packaging button:focus,
  #join button:focus,
  #safety button:focus,
  #price button:focus,
  #color-line-up button:focus,
  #sp_everyModal button:focus {
    outline-offset: -2px;
  }

  /*------------------------------
  *
  * common
  *
  *------------------------------*/
  .every-note {
    font-size: 2.6667vw;
    line-height: 1.8;
  }

  .text__blue {
    color: #004ea2;
  }

  .bounceInUpAnime {
    -webkit-animation-name: bounceInUpCustomSP;
            animation-name: bounceInUpCustomSP;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .animated {
    opacity: 1;
  }

  .js-bounceUp {
    opacity: 0;
  }

  .scrollTop {
    position: fixed;
    right: 1.3333vw;
    bottom: 2.6667vw;
    z-index: 4;
    display: none;
    cursor: pointer;
  }

  .scrollTop__link {
    display: block;
  }

  .scrollTop__img {
    width: 10.6667vw;
  }

  .hidden {
    display: none !important;
  }

  /*----------------------------------------

    斜め背景

  ----------------------------------------*/
  .bg-slant-section {
    position: relative;
    overflow: hidden;
  }

  .bg-slant-section .bg-slant {
    position: absolute;
    z-index: 0;
    left: -40%;
    width: 160%;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
    top: 0;
  }

  .bg-slant-section .bg-slant__inner {
    background-color: #e5edf6;
    position: relative;
    width: 160%;
    height: 100%;
    opacity: 0;
  }

  .bg-slant-section.isPlay .bg-slant__inner {
    -webkit-animation-name: playSP;
            animation-name: playSP;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    position: relative;
    opacity: 1 !important;
  }

  .bg-slant-section.isPlay .bg-slant__inner:before {
    -webkit-animation-name: maskOutSP;
            animation-name: maskOutSP;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #f0f0eb;
  }

  /*------------------------------
  *
  * txt fade
  *
  *------------------------------*/
  .show {
    opacity: 0;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
  }

  .isPlay .show {
    opacity: 1;
  }

  .show--01 {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }

  .show--02 {
    -webkit-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }

  .show--03 {
    -webkit-transition-delay: 2.8s;
            transition-delay: 2.8s;
  }

  /*------------------------------
  *
  * main image
  *
  *------------------------------*/
  #mainContents .mainImage {
    position: relative;
  }

  #mainContents .mainImage img {
    width: 100%;
    margin: 0;
  }

  #mainContents .mainImage .scroll {
    position: absolute;
    left: 50%;
    bottom: 2.6vw;
    width: 13.33vw;
    height: 13.33vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  #mainContents .mainImage .scroll .arrow {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 3.5vw;
    margin-left: -1.45vw;
    width: 2.9vw;
    -webkit-animation: scrollDownSP 1.5s infinite;
            animation: scrollDownSP 1.5s infinite;
  }


  /*------------------------------
  *
  * g-nav
  *
  *------------------------------*/
  .fixed {
    position: fixed;
    width: 100%;
  }

  .nav {
    position: relative;
  }

  .nav__header {
    opacity: 0;
    -webkit-transform: translateY(-12vw);
    transform: translateY(-12vw);
    transition: opacity 0s .3s, -webkit-transform .3s;
    -webkit-transition: opacity 0s .3s, -webkit-transform .3s;
    transition: transform .3s, opacity 0s .3s;
    transition: transform .3s, opacity 0s .3s, -webkit-transform .3s;
  }

  .nav__header.is-view {
    transition: -webkit-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .nav__header {
    width: 100%;
    height: 11.733vw;
    padding: 0 3.7vw;
    background-color: #a0a0a0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 61;
  }

  .nav__header.fixed {
    position: fixed;
    z-index: 50;
  }

  .nav__logo {
    width: 105px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .nav__img {
    width: 30.6667vw;
  }

  .nav__header .nav__btn {
    width: 4.8vw;
    height: 3.467vw;
    position: relative;
  }

  .nav__header .nav__btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .nav__btn span + span {
    margin-top: 1.333vw;
  }

  .nav__btn.is-active span + span {
    margin-top: 0;
  }

  .nav__btn span {
    transition: opacity .3s, -webkit-transform .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
  }

  .nav__btn.is-active span:nth-child(1) {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(225deg);
    transform: translateY(-50%) rotate(225deg);
  }

  .nav__btn.is-active span:nth-child(2) {
    opacity: 0;
    margin-top: 1.333vw;
  }

  .nav__btn.is-active span:nth-child(3) {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-225deg);
    transform: translateY(-50%) rotate(-225deg);
  }

  .g-nav-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 59;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }

  .g-nav-list.is-active {
    -webkit-transform: translateY(11.733vw);
    transform: translateY(11.733vw);
    opacity: 1;
    z-index: 60;
    display: block;
  }

  .g-nav-list.is-active + .g-nav-overlay {
    pointer-events: auto;
    opacity: 1;
  }

  .g-nav-list {
    opacity: 0;
    -webkit-transform: translateY(-600px);
    transform: translateY(-600px);
    transition: -webkit-transform .5s;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    position: fixed;
    top: 0;
    width: 100%;
  }

  .g-nav-list li {
    box-sizing: border-box;
  }

  .g-nav-list a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 20px;
  }

  .g-nav-list .list-1 {
    border-bottom: solid 3px #a0a0a0;
  }

  .g-nav-list .list-1 li {
    width: 100%;
    height: 58px;
  }

  .g-nav-list .list-1 li + li a {
    border-top: solid 1px #a0a0a0;
  }

  .g-nav-list .list-1 a {
    background-color: #fff;
    font-size: 19px;
  }

  .g-nav-list .list-1 i {
    display: block;
    width: 41px;
    text-align: center;
    margin-right: 1em;
  }

  .g-nav-list .list-1 i img {
    margin: auto;
  }

  .g-nav-list .list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .g-nav-list .list-2 li {
    width: 50%;
    height: 46px;
  }

  .g-nav-list .list-2 li:nth-child(odd) a {
    border-right: solid 1px #a0a0a0;
  }

  .g-nav-list .list-2 li:nth-child(n+3) a {
    border-top: solid 1px #a0a0a0;
  }

  .g-nav-list .list-2 a {
    background-color: #fff;
    font-size: 14px;
  }

  .g-nav-list .list-2 i {
    display: block;
    width: 31px;
    text-align: center;
    margin-right: 0.5em;
  }

  .g-nav-list .g-nav-convDealer i img {
    width: 40px;
  }

  .g-nav-list .g-nav-convDemocar i img {
    width: 40px;
  }

  .g-nav-list .g-nav-convEstimate i img {
    width: 30px;
  }

  .g-nav-list .g-nav-convCatalog i img {
    width: 41px;
  }

  .g-nav-list .g-nav-styling i img {
    width: 27px;
  }

  .g-nav-list .g-nav-comfort i img {
    width: 18px;
  }

  .g-nav-list .g-nav-interior i img {
    width: 31px;
  }

  .g-nav-list .g-nav-safety i img {
    width: 31px;
  }

  .g-nav-list .g-nav-detail i img {
    width: 18px;
  }

  .g-nav-list .g-nav-performance_eco i img {
    width: 23px;
  }

  .g-nav-list .g-nav-luggage i img {
    width: 25px;
  }

  .g-nav-list .g-nav-accessory i img {
    width: 31px;
  }

  /*------------------------------
  *
  * navigation
  *
  *------------------------------*/
  .every_logo {
    width: 97px;
    height: 17px;
  }

  .nav-every-block {
    background-color: #a0a0a0;
    position: relative;
    z-index: 3;
  }

  .nav-every-block nav {
    display: none;
  }

  .nav-header {
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 25px 0 20px;
  }

  .nav-every {
    color: #222;
    background-color: #fff;
    font-size: 20px;
    font-weight: normal;
  }

  .nav-every li {
    width: 100%;
    border-bottom: 1px solid #a0a0a0;
  }

  .nav-every a {
    color: #000;
    padding: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .nav-every a i {
    margin-right: 16px;
  }

  .nav-every--col2 {
    color: #222;
    background-color: #fff;
    font-size: 14px;
    overflow: hidden;
    border-top: 1px solid #a0a0a0;
  }

  .nav-every--col2 a i {
    margin-right: 7px;
  }

  .nav-every--col2 li {
    width: 50%;
    float: left;
  }

  .nav-every--col2 li:nth-child(odd) {
    border-right: 1px solid #a0a0a0;
    box-sizing: border-box;
  }

  .spMenu {
    width: 100%;
    position: absolute;
    top: 44px;
    height: 2000px;
  }

  .spnav {
    width: 18px;
    height: 13px;
    margin-left: auto;
    position: relative;
  }

  .spnav span {
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #fff;
  }

  .spnav span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

  .spnav span:nth-child(2) {
    position: absolute;
    top: 6px;
    left: 0;
    opacity: 1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

  .spnav span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

  .spnav.active span:nth-child(1) {
    position: absolute;
    top: 6px;
    left: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

  .spnav.active span:nth-child(2) {
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

  .spnav.active span:nth-child(3) {
    position: absolute;
    bottom: 6px;
    left: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

  .navIcon {
    width: 37px;
    height: 37px;
    display: inline-block;
  }

  .ico01 {
    background: url(/car/sp/every_j_limited/img/ico_nav01.png) no-repeat 0 50%;
    background-size: 37px 37px;
  }

  .ico02 {
    background: url(/car/sp/every_j_limited/img/ico_nav02.png) no-repeat 0 50%;
    background-size: 37px 37px;
  }

  .ico03 {
    background: url(/car/sp/every_j_limited/img/ico_nav03.png) no-repeat 0 50%;
    background-size: 37px 37px;
  }

  .ico04 {
    background: url(/car/sp/every_j_limited/img/ico_nav04.png) no-repeat 0 50%;
    background-size: 37px 37px;
  }

  .ico05 {
    background: url(/car/sp/every_j_limited/img/ico_nav05.png) no-repeat 0 50%;
    background-size: 37px 37px;
  }

  .ico06 {
    background: url(/car/sp/every_j_limited/img/ico_nav06.png) no-repeat 0 50%;
    background-size: 37px 37px;
  }

  .ico07 {
    background: url(/car/sp/every_j_limited/img/ico_nav07.png) no-repeat 0 50%;
    background-size: 37px 37px;
  }

  .ico08 {
    background: url(/car/sp/every_j_limited/img/ico_nav08.png) no-repeat 0 50%;
    background-size: 37px 37px;
  }

  .ico09 {
    background: url(/car/sp/every_j_limited/img/ico_nav09.png) no-repeat 0 50%;
    background-size: 37px 37px;
  }

  .ico10 {
    background: url(/car/sp/every_j_limited/img/ico_nav10.png) no-repeat 0 50%;
    background-size: 37px 37px;
  }

  .ico11 {
    background: url(/car/sp/every_j_limited/img/ico_nav11.png) no-repeat 0 50%;
    background-size: 37px 37px;
  }

  .ico12 {
    background: url(/car/sp/every_j_limited/img/ico_nav12.png) no-repeat 0 50%;
    background-size: 37px 37px;
  }

  /*------------------------------
  *
  * tv cm
  *
  *------------------------------*/
  #tvcmsp {
    padding: 11.37vw 5.333vw 9.6vw;
  }

  #tvcmsp h2 {
    text-align: center;
    margin-bottom: 4vw;
  }

  #tvcmsp h2 img {
    width: 21.87vw;
  }

  #tvcmsp p {
    padding-top: 4vw;
    text-align: left;
    font-size: 3.2vw;
    line-height: 2;
  }

  #tvcmsp .tvcm-ttl {
    color: #004ea2;
    font-weight: bold;
    line-height: 1;
  }

  #tvcmsp .tvcm-txt {
    line-height: 1.6;
  }

  #tvcmsp .tvcm-txtBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 3,46vw;
  }

  #tvcmsp .tvcm-txtBlock__inner {
    width: calc(100% - 19vw);
    padding: 0 8vw 0 1vw;
  }

  #tvcmsp .tvcm-btnWrap {
    width: 14.9333vw;
    padding-top: 4vw;
  }

  #tvcmsp .tvcm-btnWrap button {
    padding-top: 1px;
  }
  /*------------------------------
  *
  * economy
  *
  *------------------------------*/

  #economy .economy {
    position: relative;
    z-index: 1;
    padding: 0 5.3333vw 44.2666vw;
    margin-top: calc(32 / 375 * 100vw);
  }

  #economy .economy__ttl {
    width: 67.2vw;
  }

  #economy .economy__lead {
    margin-top: 4.2666vw;
  }

  #economy .economy__fig {
    margin: 6.4vw 0 0;
  }

  #economy .economy__row {
    margin-bottom: 5.3333vw;
  }

  #economy .economy__box {
    margin-top: 5.3333vw;
    padding: 5.3333vw;
    background-color: #FFF;
  }

  #economy .economy__cvt {
    padding: 0.8vw 2.6667vw !important;
    color: #FFF !important;
    font-size: 4.5333vw;
    font-weight: bold;
    background-color: #004ea2;
  }

  #economy .economy__text {
    font-size: 3.2vw;
    color: #000000;
  }

  #economy .economy__notes {
    font-size: 2.6667vw;
    color: #000000;
  }

  #economy .economy__text.economy__text--cvt {
    padding-top: 4vw;
  }

  #economy .economy__fuel-ttl {
    padding-bottom: 4vw !important;
    color: #004ea2 !important;
    font-weight: bold;
    font-size: 4.5333vw;
  }

  #economy .economy__fuel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0.5333vw;
  }

  #economy .economy__fuel .economy__text,
  #economy .economy__fuel .economy__notes {
    line-height: 1;
    padding-top: 0;
  }
  #economy .economy__wltc {
    padding-top: 1.8667vw;
    line-height: 1;
  }
  #economy .economy__wltc img {
    width: 20.9333vw;
  }

  #economy .economy__fuel-num {
    color: #000000;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14.6667vw !important;
    line-height: 0.575 !important;
    font-weight: 600 !important;
  }

  #economy .economy__fuel-num small {
    color: #000000;
    position: relative;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 5.3333vw !important;
    line-height: 1;
    font-weight: 600 !important;
  }
  #economy .economy__mode {
    padding-top: 4vw;
    font-size: 2.6667vw;
    color: #000000;
  }

  #economy .economy__badge {
    margin: 4vw 0 0;
    width: 61.8667vw;
  }


  #economy .bg-slant {
    top: 86vw;
    height: 230vw;
  }

  /*------------------------------
  *
  * packaging
  *
  *------------------------------*/
  #packaging {
    padding-bottom: 17.3333vw;
  }

  #packaging .txt,
  #packaging .carImg,
  #packaging .favTab__button {
    position: relative;
    z-index: 1;
  }

  #packaging h2 {
    text-align: center;
  }

  #packaging h2 span {
    display: block;
  }

  #packaging .txt {
    padding: 0 6.1333vw 10.6667vw;
  }

  #packaging .title-no {
    width: 26.5333vw;
    margin-bottom: 5.0667vw;
  }

  #packaging .title-txt {
    width: 65.2vw;
    margin-bottom: 4vw;
  }

  #packaging .carImg {
    position: relative;
    margin: 0 auto;
    width: 90.93333vw;
  }

  #packaging .btn-plus {
    top: 0;
    position: absolute;
    z-index: 2;
    width: 6.6667vw;
  }

  #packaging .btn-plus--01 {
    top: -4.1333vw;
    left: 38.4vw;
  }

  #packaging .btn-plus--02 {
    top: 18.9333vw;
    right: -2.6667vw;
  }

  #packaging .btn-plus--03 {
    top: 32.26667vw;
    right: 19.2vw;
  }

  #packaging .favTab__button {
    margin-top: 9.6vw;
  }

  #packaging .bg-slant {
    top: 36vw;
    height: 98vw;
  }

  /*------------------------------
  *
  * safety
  *
  *------------------------------*/
  #safety {
    padding: 0 5.333vw 26.6667vw;
  }

  #safety .txt,
  #safety .safety-brake-support,
  #safety .support-wrapper,
  #safety .note-block,
  #safety .favTab__button {
    position: relative;
    z-index: 1;
  }

  #safety h2 {
    text-align: center;
  }

  #safety h2 span {
    display: block;
  }

  #safety .txt {
    margin-bottom: 5.0667vw;
  }

  #safety .title-no {
    width: 19.3333vw;
    margin-bottom: 5.0667vw;
  }

  #safety .title-txt {
    width: 57.06666vw;
    margin-bottom: 8vw;
  }

  #safety .lead-block {
    margin: 5.3333vw -2.667vw;
    color: #0d6fb8;
    font-size: 3.8vw;
    font-weight: bold;
    text-align: center;
  }

  #safety .tvcm-pic {
    width: 89.3333vw;
  }

  #safety .txt-box {
    padding: 5.333vw;
    background-color: #fff;
    text-align: center;
  }

  #safety .txt-box img {
    width: 49.7333vw;
  }

  #safety .safety-brake-support {
    background-color: #fff;
  }

  #safety .support-wrapper {
    margin: 5.3333vw 5.3333vw 0;
    padding: 8vw 5.3333vw;
    border: solid 2px #0d6fb8;
  }

  #safety .safety-brake-support {
    background-color: #fff;
    padding: 0 10.667vw 10.667vw;
  }

  #safety .safety-brake-support h3 {
    text-align: center;
    padding: 5.333vw 0;
    border-bottom: 2px solid #e5edf6;
  }

  #safety .safety-brake-support h3 img {
    width: 49.7333vw;
  }

  #safety .safety-brake-support .attention{
    border: none;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 0; /* override */
  }

  #safety .safety-brake-support .support {
    text-align: center;
  }

  #safety .safety-brake-support .support .movie {
    display: block;
  }

  #safety .safety-brake-support .support h4 {
    height: 90px;
    position: relative;
    text-align: center;
    font-size: 4.26667vw;
    line-height: 1.4;
    font-weight: bold;
    height: 25.3333vw;
    display: table;
    width: 100%;
    padding-bottom: 6.4vw;
  }

  #safety .safety-brake-support .support:last-child h4 {
    padding-bottom: 0;
  }

  #safety .safety-brake-support .support h4 small {
    font-size: 2.6667vw;
    vertical-align: top;
  }

  #safety .safety-brake-support .support h4 img {
    width: 15.2vw;
    margin-bottom: 2.4vw;
  }

  #safety .safety-brake-support .support h4 span {
    color: #0d6fb8;
    font-size: 4.2667vw;
    line-height: 1.375;
  }

  #safety .safety-brake-support .support p {
    font-size: 3.2vw;
    text-align: center !important;
  }

  #safety .safety-brake-support .bottom-block {
    padding: 4vw 5.333vw 5.333vw;
  }

  #safety .safety-brake-support .bottom-block p {
    padding: 0;
  }

  #safety .safety-brake-support .safty_brake_img img {
    width: 79.2vw;
  }

  #safety .note-block {
    padding-top: 4.9333vw;
  }

  #safety .note-block p {
    padding-top: 0;
  }

  #safety .safety-bnr {
    position: relative;
    z-index: 1;
    width: 78.6667vw;
    margin: 8vw auto 0;
  }

  #safety .safety-bnr img {
    width: 100%;
  }

  #safety .bg-slant {
    top: 35vw;
    height: 442vw;
  }

  #safety .favTab__button {
    margin-top: 8vw;
  }

  /*----------------------------------------

    COLOR LINE UP

  ----------------------------------------*/
  #color-line-up {
    padding-bottom: 25.6vw;
  }
  #color-line-up .color-line-up__ttl {
    text-align: center;
    line-height: 0;
  }
  #color-line-up .color-line-up__ttl img {
    width: 44.2667vw;
  }
  #color-line-up .color-line-up__lead {
    text-align: center;
    padding-top: 9.6vw;
    font-weight: bold;
    font-size: 5.0667vw;
  }
  #color-line-up .color-line-up__row {
    padding: 0 10.4vw;
  }
  #color-line-up .color-line-up__item {
    padding: 10.6667vw 0 0;
  }
  #color-line-up .color-line-up__img {
    margin: 0 0 4.8vw;
  }
  #color-line-up .color-line-up__name {
    color: #000;
    font-size: 5.3333vw;
    font-weight: bold;
  }
  #color-line-up .color-line-up__name small {
    color: #000;
    font-size: 3.7333vw;
  }
  #color-line-up .color-line-up__name.color-line-up__name--new {
    position: relative;
    padding-left: 13.3333vw;
  }
  #color-line-up .color-line-up__new {
    width: 11.4667vw;
    position: absolute;
    top: 1.0667vw;
    left: 0;
  }
  #color-line-up .color-line-up__footer {
    margin: 10.6667vw 9.6vw 0;
    font-size: 3.7333vw;
    color: #000;
    text-align: center;
    line-height: 1.6;
    letter-spacing: -0.05em;
  }


  /*------------------------------
  *
  * join
  *
  *------------------------------*/

  #join {
    background-color: #f0f0eb;
    padding: 16vw 0;
  }

  #join .join__ttl {
    text-align: center;
  }

  #join .join__ttl img {
    width: 42.266vw;
  }

  #join .join__lineup {
    padding: 2.6667vw 10.2vw 0;
  }

  #join .join__name {
    padding-top: 13.3333vw;
  }

  #join .join__heading {
    text-align: center;
    color: #004ea2 !important;
    font-size: 5.3333vw;
    font-weight: bold;
  }

  #join .join__packaging {
    padding: 9.6vw 10.6667vw 0;
  }

  #join .join__packaging-col {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin: 7.2vw 0 0;
  }

  #join .join__packaging-col:first-of-type {
    margin: 4vw 0 0;
  }

  #join .join__ph {
    margin: 0;
    flex-basis: 36.66vw;
  }

  #join .join__caption {
    margin: 9.6vw 10.6667vw 0;
    font-size: 3.2vw;
    line-height: 1.4;
    font-weight: bold;
  }

  #join .join__packaging .join__caption {
    margin: 2.13vw 0 0;
  }

  #join .maker-option {
    padding-top: 27.2vw;
  }

  #join .maker-option__ttl {
    text-align: center;
  }

  #join .maker-option__ttl img {
    width: 77.8667vw;
  }

  #join .maker-option__row {
    padding: 6.4vw 10.6667vw 0;
  }

  #join .maker-option__row:first-of-type {
    padding-top: 12.8vw;
  }

  #join .join__ttl {
    text-align: center;
  }

  #join .maker-option__fig {
    margin-bottom: 4.2667vw;
  }

  #join .maker-option__heading {
    font-size: 4.2667vw;
    line-height: 1.4;
    color: #000;
  }

  #join .maker-option__text {
    padding-top: 4.2667vw;
    font-size: 3.7333vw;
    color: #000;
  }

  #join .maker-option__notes {
    padding-top: 2.4vw;
    font-size: 3.2vw;
    line-height: 1.4;
    color: #000;
  }

  #join .maker-option__notes strong {
    color: #ff0000;
  }

  #join .seat-arrange {
    padding: 26.6667vw 10.6667vw 0;
  }

  #join .seat-arrange__ph {
    margin: 0;
    padding: 5.3333vw 0 0;
  }

  #join .join__btnGroup {
    padding: 16vw 10.6667vw 0;
  }

  #join .join__btn {
    font-size: 3.2vw;
    width: 78.6667vw;
    height: 13.3333vw;
    padding: 5.0667vw;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    background-color: #fff;
    border: #004ea2 2px solid;
    color: #000000 !important;
    margin: 0 auto;
    font-weight: bold;
    margin-top: 20px;
    box-sizing: border-box;
    text-align: center;
  }

  #join .join__btn:first-of-type {
    margin-top: 0;
  }

  #join .join__btn::before {
    content: '';
    background-image: url(/car/every_j_limited/home/img/sp/favtab_arrow.png);
    position: absolute;
    width: 1.8667vw;
    height: 3.2vw;
    background-size: 1.8667vw 3.2vw;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  #join .join__foot {
    margin:  10.6667vw  9.6vw  0  10.6667vw;
    font-size: 3.7333vw;
    line-height: 1.45;
    letter-spacing: -0.05em;
  }

  #price .price__img {
    margin: 0 -0.4vw;
  }

  #price .price__name {
    padding-top: 4.8vw;
    font-size: 5.3333vw;
  }

  #price .price__notes {
    padding-top: 0.8vw;
    font-size: 3.7333vw;
  }

  #price .price__grade {
    padding-top: 0.8vw;
    font-size: 4.2667vw;
    font-weight: bold;
  }

  #price .price__num {
    font-size: 9.6vw;
    font-weight: bold;
    line-height: 1.15;
  }

  #price .price__yen {
    font-weight: bold;
    font-size: 4.2667vw;
    margin-left: 0.8vw;
  }

  #price .price__btn {
    font-size: 3.2vw;
    width: 78.6667vw;
    height: 13.3333vw;
    padding: 5.0667vw;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    background-color: #fff;
    border: #004ea2 2px solid;
    color: #000000 !important;
    margin: 0 auto;
    font-weight: bold;
    margin-top: 20px;
    box-sizing: border-box;
    text-align: center;
  }

  #price .price__btn:first-of-type {
    margin-top: 0;
  }

  #price .price__btn::before {
    content: '';
    background-image: url(/car/every_j_limited/home/img/sp/favtab_arrow.png);
    position: absolute;
    width: 1.8667vw;
    height: 3.2vw;
    background-size: 1.8667vw 3.2vw;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  /*------------------------------
  *
  * video modal
  *
  *------------------------------*/
  .movieModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: center;
    display: none;
  }

  .movieModal .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .movieModal video {
    position: relative;
    z-index: 2;
    display: none;
  }

  .movieModal video:focus {
    outline: none;
  }

  .movieModal video.active {
    display: block;
  }

  .movieModal .portrait {
    position: relative;
    display: inline-block;
    height: 100%;
  }

  .movieModal .portrait video {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }

  .movieModal .landscape {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: inline-block;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .movieModal .landscape video {
    height: auto;
    width: 100%;
  }

  .movieModal .close {
    position: absolute;
    top: -130px;
    right: 0;
    z-index: 2;
    content: '';
    width: 5.7333vw;
    height: 5.7333vw;
    background-image: url(/car/every_j_limited/home/img/sp/btn_close.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    display: none;
  }

  .movieModal .landscape .close {
    top: -30px;
  }

  .movieModal .portrait.active .close,
  .movieModal .landscape.active .close {
    display: block;
  }

  /*------------------------------
  *
  * button
  *
  *------------------------------*/
  .favTab__button {
    margin-top: 2.6667vw;
    position: relative;
    z-index: 1;
  }

  .favTab__buttonLink {
    font-size: 3.2vw;
    width: 78.6667vw;
    height: 13.3333vw;
    padding: 5.0667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    background-color: #fff;
    border: #004ea2 2px solid;
    color: #000000 !important;
    margin: 0 auto;
    font-weight: bold;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .favTab__buttonLink::before {
    content: '';
    background-image: url(/car/every_j_limited/home/img/sp/favtab_arrow.png);
    position: absolute;
    width: 1.8667vw;
    height: 3.2vw;
    background-size: 1.8667vw 3.2vw;
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

/* SP(Small) */
@media only screen and (max-width: 374px) {
  .g-nav-list a {
    padding: 0 5.33333vw;
  }.g-nav-list .list-1 a {
    font-size: 19px;
    font-size: 5.06667vw;
  }
  .g-nav-list .list-1 i {
    width: 10.93333vw;
  }
  .g-nav-list .list-2 a {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .g-nav-list .list-2 i {
    width: 8.26667vw;
  }
  .g-nav-list .g-nav-convDealer i img {
    width: 10.66667vw;
  }
  .g-nav-list .g-nav-convDemocar i img {
    width: 10.66667vw;
  }
  .g-nav-list .g-nav-convEstimate i img {
    width: 8vw;
  }
  .g-nav-list .g-nav-convCatalog i img {
    width: 10.93333vw;
  }
  .g-nav-list .g-nav-styling i img {
    width: 7.2vw;
  }
  .g-nav-list .g-nav-comfort i img {
    width: 4.8vw;
  }
  .g-nav-list .g-nav-interior i img {
    width: 8.26667vw;
  }
  .g-nav-list .g-nav-safety i img {
    width: 8.26667vw;
  }
  .g-nav-list .g-nav-detail i img {
    width: 4.8vw;
  }
  .g-nav-list .g-nav-performance_eco i img {
    width: 6.13333vw;
  }
  .g-nav-list .g-nav-luggage i img {
    width: 6.66667vw;
  }
  .g-nav-list .g-nav-accessory i img {
    width: 8.13333vw;
  }
}


@-webkit-keyframes playSP {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes playSP {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes maskOutSP {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes maskOutSP {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}


@-webkit-keyframes scrollDownSP {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0, 2.66vw);
    transform: translate(0, 10px);
  }
  40% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes scrollDownSP {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0, 2.66vw);
    transform: translate(0, 10px);
  }
  40% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/*custom animation*/
@-webkit-keyframes bounceInUpCustomSP {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUpCustomSP {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



/*--------------------
  parts
--------------------*/
.generalBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 226px;
  height: 48px;
  margin: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  background-color: #363636;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .5s;
  transition: .5s;
}

.generalBtn {
  position: relative;
  color: #FFF;
  line-height: 1;
}
.generalBtn:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 10px;
	margin-top: -5px;
  background: center center url(/car/every_j_limited/home/img/btn_arrow.png) no-repeat;
  background-size: 7px 10px;
  transition: background-image .5s;
  pointer-events: none;
}

.generalBtn:hover {
  background: #f1ede2;
}

.generalBtn:hover:before {
  background-image: url(/car/every_j_limited/home/img/btn_arrow_hover.png);
}

.generalBtn:hover {
  color: #363636;
  text-decoration: none;
}


/* movie modal
-----------------------------------------------------*/
.simulation {
  max-width: 1180px;
  margin: 120px auto 0;
  padding: 0 20px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .simulation {
    margin: 16vw 10.6667vw 0;
    padding: 0 0;
    font-feature-settings: "palt";
  }
}

.simulation__title {
  line-height: 1.8;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .simulation__title {
    font-size: 3.7333vw;
  }
}

.simulation__banner {
  margin: 20px 0 0;
}

.simulation__banner a {
  display: inline-block;
}

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

.simulation__more {
  width: 266px;
  margin: 40px auto;
}

@media screen and (max-width: 750px) {

  .simulation__more {
    width: 100%;
    margin: 40px auto;
  }

  .simulation__more:hover {
    background: #f1ede2;
    color: #363636;
  }
}

.simulation__more:before {
  width: 10px;
  height: 7px;
  margin-top: -2px;
  background-image: url(/car/every_j_limited/home/img/btn_arrow_bottom.png);
  background-size: 10px 7px;
}

.simulation__more:hover:before {
  background-image: url(/car/every_j_limited/home/img/btn_arrow_bottom_hover.png);
}

@media screen and (max-width: 750px) {
  .simulation__more:hover:before {
    background-image: url(/car/every_j_limited/home/img/btn_arrow_bottom_hover.png);
  }
}

.simulation__more.is-show:before {
  background-image: url(/car/every_j_limited/home/img/btn_arrow_top.png);
}

.simulation__more.is-show:hover:before {
  background-image: url(/car/every_j_limited/home/img/btn_arrow_top_hover.png);
}

@media screen and (max-width: 750px) {
  .simulation__more.is-show:hover:before {
    background-image: url(/car/every_j_limited/home/img/btn_arrow_top_hover.png);
  }
}

.simulation__content {
  overflow: hidden;
  max-height: 0;
  background: #F4F4F4;
  -webkit-transition: max-height .8s ease;
  transition: max-height .8s ease;
}

@media screen and (max-width: 750px) {
  .simulation__content {
    background: #F2F2F2;
    margin: 0 -5.3333vw -30px;
  }
}

.simulation__content.is-show {
  max-height: 2000px;
}

.simulation__steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 70px 7% 0;
}

@media screen and (max-width: 750px) {
  .simulation__steps {
    margin: 70px 15px 0;
  }
}

@media screen and (max-width: 1140px) {
  .simulation__steps {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 20px 0;
  }
}

.simulation__step {
  position: relative;
  width: 25%;
}

@media screen and (min-width: 1140px) {
  .simulation__step:nth-child(1):before,
  .simulation__step:nth-child(2):before,
  .simulation__step:nth-child(3):before {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    width: 10px;
    height: 16px;
    margin-top: -20px;
    background: center center url(/car/every_j_limited/home/img/simulation_step_arrow.png) no-repeat;
    background-size: 10px 16px;
  }
}

@media screen and (max-width: 1140px) {
  .simulation__step {
    width: 50%;
    margin: 15px 0 0;
    padding: 15px;
  }
}

.simulation__stepImage1{
  max-width: 83px;
}

.simulation__stepImage2{
}

@media (max-width: 750px) {
  .simulation__stepImage1 {
    width: 22.6667vw !important;
  }
}

@media (max-width: 750px) {
  .simulation__stepImage2 {
    max-width: 37.0667vw  !important;
  }
}


.simulation__stepHeading {
  margin: 5px 0 12px;
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .simulation__stepHeading {
    margin: 1.3333vw -4vw 3.2vw;
    font-size: 4.2vw;
    font-weight: bold;
  }
}

.simulation__stepText {
  margin: 18px 0 0;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .simulation__stepText {
    margin: 10px -15px 0;
    font-size: 3.0vw;
  }

  .simulation__stepText{
    padding-top: 10px !important;
  }
}

.simulation__movie {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 432px;
  margin: 50px auto 0;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .simulation__movie {
    margin: 30px auto 0;
    padding: 0 15px;
  }
}

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

@media not all and (max-width: 750px) {
  .simulation__movie:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 50px;
    height: 50px;
    background: url(/car/every_j_limited/home/img/btn_play_white.svg) center center no-repeat;
    background-size: contain;
    transform: translate(-50%,-50%);
  }

  .simulation__movie img {
    position: relative;
    z-index: 1;
    width: 100%;
    cursor: pointer;
    transition: transform 0.4s ease;
  }

  .simulation__movie:hover img {
    transform: scale(1.1);
  }
}

#mainContents p.simulation__note {
  padding: 70px 60px 60px;
  font-size: 12px;
  text-align: left;
}

@media screen and (max-width: 750px) {
#mainContents p.simulation__note {
    padding: 0 15px 60px;
  }
}

@media screen and (max-width: 750px) {
  #mainContents p.simulation__note {
    margin: 30px 0 0;
    padding: 0 30px 60px;
    font-size: 11px;
  }
}

.p-spin-viewer__name {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-spin-viewer__name {
    margin-top: 5.33vw;
    text-align: center;
    font-size: 5.33vw;
    font-weight: 700;
  }
}

/*----------------------------------------

  modal

----------------------------------------*/

#sp_everyModal {
  box-sizing: border-box;
}

#sp_everyModal img {
  max-width: 100%;
  height: auto;
}

#sp_everyModal button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
      appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: none;
  padding: 0;
}

#sp_everyModal button::-webkit-search-decoration {
  display: none;
}

#sp_everyModal button:focus {
  outline-offset: -2px;
}

#sp_everyModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  z-index: 9999;
  display: none;
  overflow: auto;
}

#sp_everyModal .inner {
  display: table;
  width: 100%;
  height: 100%;
}

#sp_everyModal .inner-block {
  display: table-cell;
  vertical-align: middle;
  padding: 0 100px;
}
@media only screen and (max-width: 750px) {
  #sp_everyModal .inner-block {
    padding: 0 6.15vw;
  }
}

#sp_everyModal.is-open {
  opacity: 1;
  display: block;
}

#sp_everyModal img {
  width: 100%;
}

#sp_everyModal .modal-box {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 24px 0px rgba(2, 0, 0, 0.6);
  display: none;
  max-height: 100dvh;
  object-fit: contain;
}

#sp_everyModal .modal-box.active {
  display: block;
}

#sp_everyModal .modal-box h3 {
  font-size: 4.5333vw;
  font-weight: bold;
  color: #004ea2 !important;
  line-height: 1.4;
  text-align: center;
}

#sp_everyModal .modal-box small {
  font-size: 2.6667vw;
  vertical-align: super;
}

#sp_everyModal .modal-box .img {
  max-width: 90%;
  height: 100%;
  max-height: 100dvh;
  object-fit: contain;
}

#sp_everyModal .modal__header {
  background-color: #f0f0eb;
  padding: 5.3333vw;
}

#sp_everyModal .modal__bottom {
  padding: 3.4667vw 6.6667vw 5.733vw;
}

#sp_everyModal .modal__bottom .txt {
  font-size: 3.2vw;
}

#sp_everyModal .modal__bottom .note{
  padding-top: 1vw;
  font-size: 2.28vw;
}

#sp_everyModal .modal__txt {
  margin-bottom: 3.2vw;
  line-height: 1.6;
}

#sp_everyModal .modal__txt p:nth-child(1) {
  padding-top: 0;
}

#sp_everyModal .modal__img {
  text-align: center;
}

#sp_everyModal .modal__img .modal__txt{
  font-size: 3.2vw;
  padding-top: 1vw;
}

#sp_everyModal .modal__img .modal__txt:last-child{
  margin-bottom: 0;
}

#sp_everyModal .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

#sp_everyModal .close {
  position: absolute;
  top: 0.5%;
  right: -1%;
  width: 30px;
  height: 30px;
  transform: translate(100%,0);
  background-image: url(/car/every_j_limited/home/img/sp/btn_close.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  #sp_everyModal .close {
    transform: translate(0%,-100%);
    width: 5.33vw;
    height: 5.33vw;
    top: -1%;
    right: 1%;
  }
}

/* コンテナ設定 */
.sa-carousel-container {
  margin: 0 auto;
  padding: 60px 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #fff 50%, #F7F7F5 50%);
}
.splide__slide {
  transition: opacity 0.4s ease;
  /* opacity: 0.4; 左右のスライドは薄く */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.splide__slide.is-active {
  opacity: 1;
}

.slide-visual img {
  width: 100%;
  height: auto;
  display: block;
}
.slide-label {
  margin-top: 30px;
  padding: 8px 20px;
  border: 1px solid #333;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  opacity: 0;
  width: fit-content;
  margin: 0 auto;
  transition: opacity 0.4s ease;
}

.splide__slide.is-active .slide-label {
  opacity: 1;
}

#main .splide__arrow {
  top: 40%;
  width: 48px;
  height: 48px;
  background-color: #000;
  opacity: 1;
}

#main .splide__arrow .arrow-icon {
  fill: #fff;
  width: 8px;
  height: 8px;
  left: 3px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
#main .splide__arrow.splide__arrow--prev .arrow-icon {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#main .splide__arrow.splide__arrow--next .arrow-icon {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#main .splide__arrow--prev { left: 31%; }
#main .splide__arrow--next { right: 31%; }
@media only screen and (max-width: 1500px) {
  #main .splide__arrow--prev { left: 22%; }
  #main .splide__arrow--next { right: 22%; }
}
#main .splide__pagination {
  bottom: -40px;
  gap: 10px;
}

#main .splide__pagination__page {
  background: #ccc;
  width: 8px;
  height: 8px;
}

#main .splide__pagination__page.is-active {
  background: #000;
  transform: scale(1);
}

#mainImg img,
#mainImg p img,
#main img {
  width: 100%;
  height: auto;
}

#main .mb_0 {
  margin-bottom: 0;
}

#main .mt_0 {
  margin-top: 0;
}

.link_btn_clear {
  border: 1px solid #fff;
  color: #fff;
  background-color: inherit;
  max-width: 250px;
}
@media only screen and (max-width: 750px) {
  .link_btn_clear {
    margin: 0 auto;
  }
}