@charset "UTF-8";

body,form textarea, div, p {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica;
}

@-ms-viewport {
    width: auto;
  initial-scale: 1;
}

body {
  background: #fff;
  color: #333;
  overflow: visible;
}

.no-scroll {
  overflow: hidden !important;
  -ms-touch-action:none !important;
  touch-action:none !important;
}

header#header {
  box-sizing: border-box;
  width: 100%;
  height: 110px;
  margin: 0 auto;
  background: white;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
}

header #brand {
  height: 40px;
  padding: 10px 0 0 10px;
}

header #logo {
  background: #93a0ad;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
}

header #logo img {
  width: 290px;
  height: 27px;
  margin-top: 4px;
}

footer {
  width: 100%;
  margin: 30px auto 0;
  background: #f0f0f0;
  padding-top: 2em;
}

.copyright {
  width: 100%;
  background: #d5d5d5;
  margin: 30px auto 0;
  padding: 1em;
  box-sizing: border-box;
  text-align: right;
}

.linkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 9px auto 0;
}

.back-to-site {
  display: block;
  width: 327px;
  height: 58px;
  line-height: 58px;
  margin: 10px;
  text-align: center;
  font-size: 20px;
  background-color: rgb(0, 102, 204);
  position: relative;
  color: white;
  text-decoration: none;
  padding-right: 40px;
}

.back-to-site:before {
  position: absolute;
  content: '';
  background: url(../image/img_arrou_blue.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}

.about {
  display: block;
  width: 327px;
  height: 58px;
  line-height: 58px;
  margin: 10px;
  text-align: center;
  font-size: 20px;
  background-color: #fedb00;
  color: #161111;
  position: relative;
  text-decoration: none;
  padding-right: 40px;
}

.about:before {
  position: absolute;
  content: '';
  background: url(../image/img_arrou_yellow.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.search {
  display: block;
  width: 400px;
  height: 58px;
  line-height: 58px;
  margin: 10px;
  text-align: center;
  font-size: 20px;
  background-color: rgb(0, 102, 204);
  color: white;
  position: relative;
  text-decoration: none;
}

#campaignCodeBtn {
  top: 460px;
}

#campaignCode .codeBox {
  height: 670px;
}

.feature-marker {
  display: none !important;
}

.navi {
  position: absolute;
  left: 50%;
  top: 70px;
  z-index: 10000;
  width: 0;
  transform: translateX(-680px);
}

.btn_price {
  display: block;
  background-image: url('../image/price_bg.png');
  background-size: cover;
  width: 295px;
  height: 42.5px;
  position: absolute;
  top: 120px;
  left: 20px;
  z-index: 10002;
  cursor: pointer;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18.41px;
  line-height: 42.5px;
  text-align: right;
  padding-right: 56.66px;
  box-sizing: border-box;
  text-decoration: none;
}

.btn_price.notax {
  background-image: url('../image/price_bg2.png');
}

.btn_price.opened {
  background-image: none;
}

.price_detail {
  background-image: url('../image/price_detail_bg.png');
  background-size: cover;
  width: 295px;
  height: 294px;
  position: absolute;
  top: 120px;
  left: 20px;
  z-index: 10001;
  font-size: 18.41px;
  text-align: right;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

.price_detail.notax {
  background-image: url('../image/price_detail2_bg.png');
}

.price_detail .price1 {
  position: absolute;
  top: 50px;
  right: 57px;
  font-size: 18.41px;
  font-family: Arial, Helvetica, sans-serif;
}
.price_detail .price2 {
  position: absolute;
  top: 87px;
  right: 57px;
  font-size: 18.41px;
  font-family: Arial, Helvetica, sans-serif;
}
.price_detail .price3 {
  position: absolute;
  top: 122px;
  right: 57px;
  font-size: 18.41px;
  font-family: Arial, Helvetica, sans-serif;
}

.price_detail .btn_estimate_detail {
  background-image: url('../image/btn_estimate_detail.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 220px;
  height: 57px;
  position: absolute;
  top: 165px;
  left: 15px;
}

.price_detail .btn_loan {
  background-image: url('../image/btn_loan.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 220px;
  height: 40px;
  position: absolute;
  top: 236px;
  left: 15px;
}

#app {
  background: #ffffff !important;
  /* height: auto !important; */
  display: block !important;
}

#app #stage-outer {
  display: block;
}

#app #stage {
	height: 856px;
  width: 1360px;
}

#app .bottom-menu {
  top: -1px;
  height: 59px;
}

#app,
#stage-outer {
	height: auto !important;
}

#app .bottom-menu__btn-top,
#app .feature-marker-switch {
  display: none !important;
}

#app .bottom-menu__btn-parent--grade {
	left: 317px;
	right: auto;
  top: -1px;
}

#app .extBtn {
  bottom: 88px;
  /* top: 730px; */
  z-index: 1;
  left: 0;
  color: black;
  height: 49px;
  background: #E4E4E4;
  border-radius: 0 0.5em 0 0;
}

#app .extBtn img {
  display: none;
}

#mainContents {
  width: 1360px;
  margin: 0 auto;
  background: #f5f6f7;
  padding-top: 1px;
  padding-bottom: 20px;
  font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", "Hiragino sans", sans-serif !important;
  letter-spacing: 0.05em;
  color: #161111;
}

#mainContents p {
	line-height: 1.6em;
	padding-top: 10px;
}
#mainContents p .sizeS {
	font-size: 0.7em;
}
#mainContents ul, #mainContents ol {
	padding-top: 10px;
  line-height: 1.8em;
  font-weight: 400;
}
#mainContents ul.spaceP {
	padding-top: 20px;
}
#mainContents ul em, #mainContents p em {
	font-size: 1.4em;
	line-height: 1.5em;
}

#mainContents h1 {
  font-size: 40px;
  text-align: center;
  font-weight: normal;
  margin: 40px auto;
  font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", "Hiragino sans", sans-serif !important;
}

.simulationFlow {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 1024px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.66;
  text-align: center;
  border: 2px solid #161111;
  background-color: #FFF;
}

#mainContents .simulationFlow {
  padding: 38px 0;
}

.simulationFlow li {
  position: relative;
  margin: 0 28px;
  list-style: none;
}

.simulationFlow li:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -33px;
  width: 10px;
  height: 16px;
  background: url(../image/icon-flow.png) center center no-repeat;
  transform: translateY(-50%);
}

.simulationFlow img {
  display: block;
  margin: 0 auto;
}

.simulation__info {
  margin-top: 40px;
  color: #161111;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 0.7488px;
  font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", "Hiragino sans", sans-serif !important;
}

.simulationFlow__place {
  display: block;
  margin: 5px 0 14px;
  color: #0072CE;
  font-weight: 700;
}

.simulationFlow__txt {
  display: block;
  margin-top: 20px;
  font-weight: 700;
}

.simulation__thumb {
  position: relative;
  width: 460px;
  margin: 45px auto 20px;
  cursor: pointer;
}

.simulation__thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #161111;
  background: url(../image/icon-play.png) left 20px center no-repeat;
  background-color: #FA4616;
  transform: translate(-50%,-50%);
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
}

.simulation__thumb:hover::after {
  background-color: #00AEEF;
}

.simulation__note {
  padding-top: 20px;
  line-height: 1.8;
  width: 1024px;
  margin: 0 auto;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-align: left;
}


.movieModal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 768px;
  height: 432px;
  margin: auto;
  overflow: visible;
  z-index: 9999;
  opacity: 0;
  display: none;
}

.movieModal video {
  width: 100%;
  height: 100%;
  outline: none;
}

.movieModal.is-open {
  opacity: 1;
  display: block;
}

.modalBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

#js-wrapper__modalBg.is-open {
  opacity: 1;
  z-index: 9999;
}

.movieModal video {
  position: relative;
  z-index: 2;
  display: none;
}

.movieModal video.active {
  display: block;
}

.movieModal .close {
  position: absolute;
  top: 0;
  right: -45px;
  z-index: 2;
  width: 30px;
  height: 30px;
  background-image: url(../image/btn_close_modal.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}

.mt30 {
  margin-top: 30px;
}

#exteriorItems .itemDescription {
  display: none;
}

#exteriorItems #EXT_ACCESSORY .itemDescription {
  display: block;
}

#exteriorItems #EXT_ACCESSORY .subMenu .itemDescription {
  display: none;
}

@media screen and (min-width: 768px) {
  #selectMenu #EXT_BODY_COLOR dd div.itemIcon {
    background-position: 1px 1px !important;
    background-size: contain !important;
    position: relative;
    height: 52px;
    width: 122px;
  }
  #selectMenu #EXT_BODY_COLOR dd {
    height: 70px;
    /* margin-right: 1px; */
    width: 130px;
  }

  #selectMenu #EXT_BODY_COLOR dd div.itemIcon::before,
  #selectMenu #EXT_BODY_COLOR dd div.itemIcon::after {
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }

  #selectMenu #EXT_BODY_COLOR dd div.itemIcon::before {
    top: 0px;
  }

  #selectMenu #EXT_BODY_COLOR dd div.itemIcon::after {
    bottom: 0px;
  }
}

@media screen and (max-width: 1359px) {
  /* #app .extBtn {
    height: 37px;
    width: 142px;
  } */
  #app .bottom-menu__caption {
    line-height: 1.6em;
    height: 40px;
  }
  #app .bottom-menu__btn-parent {
    background-position: 0 10px;
  }
  #app .bottom-menu__btn-parent {
    width: 174px;
    height: 50px;
    background-size: 174px auto;
  }
}

@media screen and (max-width: 767px) {
  #mainContents {
    width: 100vw;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  }

  #mainContents h1 {
    font-size: 5.208vw;
    margin: 1em auto;
  }

  #mainContents .simulationFlow {
    flex-wrap: wrap;
    width: 87.239vw;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  #mainContents ul.simulation__note {
    line-height: 18px !important;
  }

  #mainContents ul.simulation__note li {
    line-height: 18px !important;
  }

  .simulationFlow li {
    width: 50%;
    margin: 8vw 0 0 0;
    display: inline-block;
  }

  .simulationFlow__step {
    width: 21.87vw;
    height: auto;
  }

  .simulationFlow__place {
    display: block;
    margin-top: 2vw;
    color: #0072CE;
  }

  .simulationFlow__illust {
    width: 32.53vw;
    height: auto;
    margin-top: 2vw;
  }

  .simulationFlow__txt {
    display: block;
    margin-top: 2vw;
  }

  .simulationFlow li:nth-child(n + 2) {
    margin-top: 10vw;
  }

  .simulationFlow li:nth-child(n + 2)::before {
    display: none;
  }

  #mainContents p.simulation__info {
    font-size: 3.73vw;
    line-height: 2.14;
    margin: 1em auto 1.4em;
    width: 75vw;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  }

  .simulationFlow__place {
    font-weight: 700;
    font-size: 3.2vw;
  }

  .simulationFlow__txt {
    font-weight: 700;
    font-size: 3.2vw;
  }

  .simulation__thumb {
    width: 87.239vw;
    margin: 0 auto;
  }

  .simulation__thumb img {
    width: 100%;
  }

  .simulation__note {
    width: 87.239vw;
    margin: 0 auto;
    font-size: 2.343vw;
  }

  .movieModal {
    width: 80vw;
    height: 45vw;
  }

  .movieModal .close {
    position: absolute;
    top: 0;
    right: -7vw;
    z-index: 2;
    width: 5vw;
    height: 5vw;
    background-image: url(../image/btn_close_modal.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
  }

  .mt30 {
    margin-top: 3vw;
  }

  body {
    margin: 0;
    padding: 0;
    background-color: #C8C6C3;
    touch-action: auto;
  }

  header#header {
    width: 100vw;
    height: 26.0417vw;
  }

  header #brand {
    height: 10.4167vw;
    padding: 10px 0 0 10px;
  }

  header #logo {
    background: #93a0ad;
    height: 13.0208vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header #logo img {
    width: 48.0469vw;
    height: auto;
    margin-top: 0;
  }

  footer {
    width: 100vw;
    margin: 3.9063vw auto 0;
  }

  .copyright {
    font-size: 12px;
    text-align: center;
    width: 200vw;
    margin: 15px auto 1em;
    transform: scale(0.5);
    transform-origin: 0 bottom;
  }

  .linkbox {
    flex-flow: column;
  }

  .back-to-site {
    order: 2;
    display: block;
    width: 87.23vw;
    height: 12.5vw;
    margin: 10px;
    text-align: center;
    font-size: 4.16vw;
    background-color: rgb(0, 102, 204);
    color: white;
    text-decoration: none;
    line-height: 12.5vw;
    padding-right: 5vw;
    box-sizing: border-box;
  }


  .back-to-site:before {
    position: absolute;
    content: '';
    background: url(../image/img_arrou_blue.png) no-repeat;
    background-size: contain;
    width: 5.46vw;
    height: 5.46vw;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
  }

  .about {
    order: 1;
    display: block;
    width: 87.23vw;
    height: 12.5vw;
    margin: 10px;
    text-align: center;
    font-size: 4.16vw;
    background-color: #fedb00;
    color: #161111;
    text-decoration: none;
    line-height: 12.5vw;
    padding-right: 5vw;
    box-sizing: border-box;
  }

  .about:before {
    position: absolute;
    content: '';
    background: url(../image/img_arrou_yellow.png) no-repeat;
    background-size: contain;
    width: 5.46vw;
    height: 5.46vw;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }

  .btn_code {
    order: 1;
    display: block;
    background: url('../image/sp/btn_code.png') no-repeat;
    background-size: contain;
    width: 87.23vw;
    height: 10.5vw;
    margin: 10px;
    text-align: center;
    font-size: 4.16vw;
    padding-right: 5vw;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    text-indent: -200%;
  }

  .search {
    order: 2;
    display: block;
    width: 87.23vw;
    height: 12.6vw;
    margin: 10px;
    text-align: center;
    font-size: 4.16vw;
    background-color: rgb(0, 102, 204);
    color: white;
    text-decoration: none;
    line-height: 12.6vw;
    padding-right: 5vw;
    box-sizing: border-box;
  }

  #stageWrapper {
    height: auto;
    padding-bottom: 15vw;
  }

  #campaignCode .codeBox {
    height: auto;
  }

  #config {
    touch-action: auto;
    width: 100vw;
    height: auto;
    overflow: hidden;
    top: 24vw;
  }


  header#header {
    margin: 0;
    width: 100%;
  }

  .navi {
    height: 13.33vw;
    background: #c8c6c3;
    position: relative;
    left: auto;
    top: auto;
    z-index: auto;
    width: auto;
    transform: none;
    border-top: 10px solid #fff;
  }

  .btn_price {
    display: block;
    background-image: url('../image/sp/price_bg.png');
    background-size: cover;
    width: 50vw;
    height: 13.333vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10001;
    cursor: pointer;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4.267vw;
    line-height: 9.3vw;
    text-align: right;
    padding-right: 2.667vw;
    box-sizing: border-box;
    text-decoration: none;
  }

  .btn_price.notax {
    background-image: url('../image/sp/price_bg2.png');
  }

  .btn_price.opened {
    background-image: url('../image/sp/price_bg.png');
  }

  .btn_price.opened.notax {
    background-image: url('../image/sp/price_bg2.png');
  }

  .price_detail {
    background-image: url('../image/sp/price_detail_bg.png');
    background-size: cover;
    width: 50vw;
    height: 45.2vw;
    position: absolute;
    top: 8.667vw;
    left: 0;
    z-index: 10001;
    font-size: 3.733vw;
    text-align: right;
    color: white;
  }

  .price_detail.notax {
    background-image: url('../image/sp/price_detail2_bg.png');
  }

  .price_detail .price1 {
    position: absolute;
    top: 6.333vw;
    right: 2.667vw;
  }
  .price_detail .price2 {
    position: absolute;
    top: 14.333vw;
    right: 2.667vw;
  }
  .price_detail .price3 {
    position: absolute;
    top: 22.63vw;
    right: 2.667vw;
  }

  .price_detail .btn_loan {
    background-image: url('../image/sp/btn_loan.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 45.333vw;
    height: 10.667vw;
    position: absolute;
    top: 31.5vw;
    left: 2.2vw;
  }

  .btn_estimate_detail {
    background-image: url('../image/sp/btn_estimate_detail.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 45.333vw;
    height: 10.667vw;
    position: absolute;
    top: 1.3vw;
    right: 2.2vw;
  }

  #exteriorItems {
    height: auto;
  }

  #exteriorItems .selectMenuWrapper {
    height: auto;
  }

  #gradeName {
    top: 1.33vw;
    left: 1.73vw;
  }

  #gradeName th, #gradeName p {
    font-size: 2.13vw;
  }

  #campaignCodeBtn {
    display: none;
  }

  #side-navigator {
    display: block;
    border-radius: 0;
    box-shadow: none;
    top: 44vw;
  }
  #side-navigator.opened button {
    display: none;
  }
  #side-navigator ul {
    background: transparent
  }
  #side-navigator li {
    display: none;
    border: none;
  }
  #side-navigator li img {
    display: none;
  }
  #side-navigator li.interior {
    display: block;
  }
  #side-navigator li.interior a {
    display: block;
    background: url(../image/sp/interior_btn.png) no-repeat;
    width: 29.2vw;
    height: 8.4vw;
    background-size: contain;
  }

  #exteriorStage {
    width: 147vw;
    left: -23.5vw;
    padding-top: 57.33vw;
  }

  #interiorStage {
    width: 100vw;
    height: 57.33vw;
  }

  #indicator {
    display: none;
  }

  #selectMenu {
    position: relative;
    top: 16.8vw;
    left: 0;
    width: 100vw;
    height: auto;
    margin: 0;
    z-index: 10000;
  }

  #exteriorItems ul.menuTab {
    position: absolute;
    top: -19vw;
    left: 2.66vw;
    width: 95.06vw;
    display: flex;
    justify-content: flex-start;
    z-index: -1;
  }

  .slick_target .slick-list {
    overflow: visible;
  }

  .slick_target .slick-list:before {
    content: '';
    width: 7vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -7.5vw;
    background: #fff;
    z-index: 2;
  }

  .slick-slide:focus {
    outline: none;
  }

  .slick_target .slick-list:after {
    content: '';
    width: 7vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: -7.5vw;
    background: #fff;
    z-index: 2;
  }

  #exteriorItems ul.menuTab li {
    width: 17.33vw;
    height: 17.33vw;
    margin-left: 0;
  }

  #exteriorItems ul.menuTab li a, #exteriorItems ul.menuTab li span {
    width: auto;
  }

  #exteriorItems .selectMenuWrapper > div {
    flex-flow: column;
  }

  button:focus {
    outline: none;
  }

  .slick-prev {
    position: absolute;
    background-image: url(../image/sp/slide_nav_left.png) !important;
    background-color: transparent !important;
    background-position: 0vw 0;
    background-size: auto 100%;
    border: none !important;
    box-shadow: none;
    top: 50%;
    right: auto;
    left: -7vw;
    transform: translateY(-70%);
    width: 7vw;
    height: 16vw;
    margin: 0;
    z-index: 1;
    text-indent: 200%;
    overflow: hidden;
  }
  .slick-prev.slick-disabled {
    background-position: -11.5vw 0;
    cursor: default;
  }

  .slick-next {
    position: absolute;
    background-image: url(../image/sp/slide_nav_right.png) !important;
    background-color: transparent !important;
    background-position: -1vw 0;
    background-size: auto 100%;
    border: none !important;
    box-shadow: none;
    top: 50%;
    left: auto;
    right: -7vw;
    transform: translateY(-70%);
    width: 7vw;
    height: 16vw;
    margin: 0;
    z-index: 1;
    text-indent: 200%;
    overflow: hidden;
  }
  .slick-next.slick-disabled {
    background-position: -12.6vw 0;
    cursor: default;
  }

  .slick-dots {
    text-align: center;
  }

  .slick-dots li {
    display: inline-block;
  }

  .slick-dots button {
    width: 3.467vw;
    height: 3.467vw;
    background: url(../image/sp/bg_dot.png);
    background-size: contain;
    border: none;
    box-shadow: none;
    margin: 1.333vw;
    text-indent: 200%;
    overflow: hidden;
  }

  .slick-dots .slick-active button {
    background-image: url(../image/sp/bg_dot_current.png);
  }

  #selectMenu .slideNavi {
    visibility: hidden;
    height: 0;
  }

  #selectMenu .slideNavi .slideL {
    background-image: url(../image/sp/slide_nav_left.png) !important;
    background-color: transparent !important;
    background-position: 0vw 0;
    background-size: auto 100%;
    border: none !important;
    top: 50%;
    right: auto;
    left: 0;
    transform: translateY(-70%);
    width: 7vw;
    height: 16vw;
  }

  #selectMenu .slideNavi .slideL.disabled {
    background-position: -11.5vw 0;
    cursor: default;
  }

  #selectMenu .slideNavi .slideR {
    background-image: url(../image/sp/slide_nav_right.png) !important;
    background-color: transparent !important;
    background-position: -1vw 0;
    background-size: auto 100%;
    border: none !important;
    top: 50%;
    left: auto;
    right: 0;
    transform: translateY(-70%);
    width: 7vw;
    height: 16vw;
  }

  #selectMenu .slideNavi .slideR.disabled {
    background-position: -12.6vw 0;
    cursor: default;
  }

  #selectMenu #GRD dd {
    width: 20.8vw;
    height: 26.93vw;
  }
  #selectMenu #GRD dd div.itemIcon {
    width: 100%;
    height: 100%;
    background-size: contain !important;
  }

  #exteriorItems .selectMenuWrapper > div {
    height: auto;
  }

  #exteriorItems .selectMenuWrapper > div > .wrap {
    margin: 2vw 7.333vw;
    padding: 0;
    width: calc(100% - 14.666vw);
    box-sizing: border-box;
  }

  #selectMenu .slideAreaWrap {
    position: relative;
    height: auto;
  }

  #exteriorItems .selectMenuWrapper #GRADE_LIST {
    height: auto;
  }

  #exteriorItems .selectMenuWrapper #GRADE_LIST > .wrap {
    margin: 2vw 7.333vw;
    padding: 0;
    width: calc(100% - 14.666vw);
    box-sizing: border-box;
  }

  #exteriorItems .selectMenuWrapper #GRADE_LIST > .wrap-ds_transmission {
    margin: 0;
    padding: 11px 3vw 4px;
    width: 100vw;
    text-align: center;
    overflow: visible;
    display: flex;
    width: 100vw !important;
    font-size: 2.667vw;
  }

  #selectMenu #EXT_DS {
    padding-left: 2vw;
    flex-grow: 1;
    width: 0;
  }

  #selectMenu #EXT_DS + #EXT_TRANSMISSION {
    margin-top: 0;
    border-left: 1px solid #c7c4be;
    padding-left: 2vw;
    flex-grow: 1;
    width: 0;
  }

  #selectMenu #GRADE_LIST > .wrap > .slideAreaWrap {
    height: auto;
  }

  #selectMenu #EXT_TRANSMISSION dd, #selectMenu #EXT_DS dd {
    width: 20.133vw;
    height: 9.867vw;
    margin-right: 2vw;
  }

  #selectMenu #EXT_TRANSMISSION dd div.itemIcon, #selectMenu #EXT_DS dd div.itemIcon {
    width: 20.133vw;
    height: 9.867vw;
  }

  #selectMenu #EXT_TRANSMISSION .slideAreaWrap .category_label, #selectMenu #EXT_DS .slideAreaWrap .category_label {
    text-align: left;
  }

  #exteriorItems ul.menuTab li {
    padding-top: 0;
    background: url('../image/sp/btn_grade.png') no-repeat;
    background-size: contain;
    background-position: center center;
    width: 17.333vw;
    height: 19.333vw;
    margin-right: 2vw;
  }

  #exteriorItems ul.menuTab li a, #exteriorItems ul.menuTab li span {
    display: block;
    width: 17.333vw;
    height: 19.333vw;
    overflow: hidden;
    text-indent: 200%;
    color: rgba(0,0,0,0);
  }

  #exteriorItems ul.menuTab li.menuTab-GRD {
    background-image: url('../image/sp/btn_grade.png');
    background-position: center center;
  }
  #exteriorItems ul.menuTab li.menuTab-GRD.tabOn {
    background-image: url('../image/sp/btn_grade_on.png');
    background-position: center center;
  }

  #exteriorItems ul.menuTab li.menuTab-EXT_BDC {
    background-image: url('../image/sp/btn_bodycolor.png');
    background-position: center center;
  }
  #exteriorItems ul.menuTab li.menuTab-EXT_BDC.tabOn {
    background-image: url('../image/sp/btn_bodycolor_on.png');
    background-position: center center;
  }

  #exteriorItems ul.menuTab li.menuTab-EXT_INTERIOR {
    background-image: url('../image/sp/btn_interiercolor.png');
    background-position: center center;
  }
  #exteriorItems ul.menuTab li.menuTab-EXT_INTERIOR.tabOn {
    background-image: url('../image/sp/btn_interiercolor_on.png');
    background-position: center center;
  }

  #exteriorItems ul.menuTab li.menuTab-EXT_OPT {
    background-image: url('../image/sp/btn_option.png');
    background-position: center center;
  }
  #exteriorItems ul.menuTab li.menuTab-EXT_OPT.tabOn {
    background-image: url('../image/sp/btn_option_on.png');
    background-position: center center;
  }

  #exteriorItems ul.menuTab li.menuTab-EXT_ACCESSORY {
    background-image: url('../image/sp/btn_acc.png');
    background-position: center center;
  }
  #exteriorItems ul.menuTab li.menuTab-EXT_ACCESSORY.tabOn {
    background-image: url('../image/sp/btn_acc_on.png');
    background-position: center center;
  }

  #exteriorItems ul.menuTab li:after {
    content: '';
    position: absolute;
    top: 27px;
    right: -6px;
    width: 5px;
    height: 18px;
    background: url(../image/sp/menu_arrow.png) no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
  }

  #exteriorItems ul.menuTab li.last:after {
    display: none;
  }

  #exteriorItems .menuTab-ESTIMATE {
    display: none !important;
  }

  #selectMenu dd {
    width: 28.267vw;
    height: auto;
    margin-right: 0;
  }

  #selectMenu #EXT_BODY_COLOR dd {
    width: 28.267vw;
    height: auto;
    margin-right: 0;
  }

  #selectMenu dd div.itemIcon {
    width: 28.267vw;
    height: 15.467vw;
    box-sizing: border-box;
  }

  #selectMenu #GRADE_LIST .wrap:first-child dd div.itemIcon {
    width: 21vw;
    height: 27.1vw;
  }

  #selectMenu #EXT_BODY_COLOR dd div.itemIcon {
    width: 100%;
    height: 13.467vw;
    box-sizing: border-box;
  }

  dd p.itemLabel,
  dd p.itemLabelForSlick {
    font-size: 2.667vw;
    line-height: 3.2vw;
    margin: 5px 5px 0px;
    white-space: normal;
  }

  dd .subMenu .itemLabelForSlick {
    display: none;
  }

  #GRADE_LIST dd .itemLabelForSlick {
    display: none;
  }

  #EXT_BODY_COLOR dd .itemLabelForSlick {
    display: none;
  }

  #selectMenu .slideAreaWrap dl {
    display: block;
  }

  #selectMenu #EXT_TRANSMISSION dl, #selectMenu #EXT_DS dl {
    flex-wrap: wrap;
  }

  #selectMenu #EXT_TRANSMISSION dd, #selectMenu #EXT_DS dd {
    margin-bottom: 2vw;
  }

  #app {
    background: #c8c6c3 !important;
    height: auto !important;
    min-width: auto !important;
    min-height: auto !important;
  }

  #app #stage-outer {
    display: block;
  }

  #app #stage {
		height: auto;
    width: 100vw;
    margin: 0;
		display: inherit;
  }

  #app .viewerArea {
    width: 100vw;
    height: 57.333vw;
    background: #c8c6c3;
  }

  #app .bottom-menu__btn-parent--grade {
    position: absolute;
    left: 2.4vw;
    top: -3vw;
    background-image: url(../image/sp/btn_interior_on.png);
    background-size: contain;
    background-position: 0 0 !important;
    width: 17.333vw;
    height: 16.533vw;
    pointer-events: none;
    margin-top: -1px;
  }

  #app .gradeListBase__inner {
    position: absolute;
    top: 13vw;
    bottom: auto;
    left: 0;
    width: 100%;
    padding: 0;
  }

  #app .gradeList {
    height: 43vw;
  }

  #app .gradeList__thumb-btn {
    width: 19vw;
    height: 24.467vw;
    background-position: 0;
  }

  #app .gradeList__thumb-parent {
    width: 19vw;
    height: 24.467vw;
		border-width: 3px;
		padding: 1px;
  }

  #app .gradeList__slider-cell {
    padding: 0;
  }

  #app .gradeslider-core {
    display: flex;
    justify-content: center;
  }

  #app .gradeList__slider-ctrl {
    display: none;
  }

  #app .gradeList__slider {
    padding: 11px 0;
  }

  #app .gradeList__close {
    display: none;
  }

  #app .bottom-menu__frame-btns {
    width: 0 !important;
    min-width: 0 !important;
    padding: 0;
  }

  #app .bottom-menu__frame-text {
    width: auto !important;
    min-width: 0 !important;
  }

  #app .bottom-menu__frame-text {
    display: block;
    width: 100vw;
    max-width: 100%;
    min-width: 0;
    position: relative;
    margin-top: 51vw;
  }

  #app .bottom-menu__caption {
    font-size: 2.5vw;
    height: auto;
    margin-bottom: 1em;
    margin-top: 9vw;
    line-height: 1.6em;
  }

  #app .bottom-menu__caption > br {
    display: none;
  }

  #app .bottom-menu {
    height: auto;
    top:0;
  }

  .zoom-btns,
  .bottom-menu__btn-top,
  .feature-marker-switch {
    display: none !important;
  }

  #app .extBtn {
    bottom: auto;
    display: block;
    width: 12em;
    height: 8.4vw;
    font-size: 9px;
    background-size: contain;
    right: 0;
    top: 44vw;
    left: auto;
    border-radius: 0.5em 0 0 0.5em;
  }

  #app .extBtn img {
    display: none;
  }

  #app .gradeslider-core {
    margin: 2vw 7.333vw;
    height: 32vw;
  }

  #app .slick-dots {
    position: absolute;
    top: 29vw;
    left: 50%;
    transform: translateX(-50%);
  }

  #selectMenu dd .ic-interior {
    background-image: url(../image/ic_interior.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: calc(1360 / 1920 * 16px);
    position: absolute;
    overflow: hidden;
    right: 3.7vw;
    text-indent: 100%;
    top: 7px;
    white-space: nowrap;
    width: calc(1360 / 1920 * 46px);
  }

  .noSimulationTooltip{
    width: 29.267vw;
    height: 15.467vw;
    background-image: url(../../assets/image/nosimulation_base_sp.png);
    background-size: 100%;
    top: -13vw;
  }

}

#campaignCode .codeBox .codectrl {
  display: block;
}

/* intro */

#introStage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20051;
  right: 0;
  bottom: 0;
}

#introStage .introBox {
  position: fixed;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  width: 824px;
  height: 520px;
  background: #ffffff;
  transform: scale(0.75);
  transform-origin: center center;
  text-align: center;
  padding-top: 70px;
}

#introStage .mes {
  font-size: 24px;
  color: rgb(0, 49, 69);
  line-height: 1.5;
  text-align: center;
  margin-top: 30px;
}

#introStage .attentionBox {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.667;
  text-align: center;
  width: 638px;
  height: 118px;
  border: 4px solid #c8c6c3;
  border-radius: 10px;
  margin: 60px auto 50px;
  padding-top: 25px;
  box-sizing: border-box;
  position: relative;
}

#introStage .attentionBox:before {
  content: '';
  width: 74px;
  height: 38px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../image/intro_alert.png) no-repeat;
  background-color: white;
  background-size: 44px 38px;
  background-position: center center;
}

#introStage img {
  width: 196px;
  height: 130px;
}

#introStage .btn_ok {
  display: block;
  width: 279px;
  height: 60px;
  line-height: 60px;
  background: #eceae6;
  color: #000000;
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
}

#introStage .btn_ok:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 22px;
  background: url(../image/intro_ico_arrow.png) no-repeat;
  background-size: contain;
  width: 14px;
  height: 24px;
}

/* accStyle */

#accStyleStage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20051;
  right: 0;
  bottom: 0;
}

#accStyleStage .accStyleBox {
  position: fixed;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  width: 1610px;
  min-height: 890px;
  max-height: 110vh;
  background: #ffffff;
  transform: scale(0.75);
  transform-origin: center 25%;
  text-align: center;
  overflow: auto;
}

#accStyleStage .accStyleBox .t {
  font-size: 32px;
  line-height: 32px;
  color: #333333;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}

#accStyleStage .accStyleBox .comment {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  margin-top: 10px;
  margin-left: 40px;
  text-align: left;
}

#accStyleStage .accStyleBox .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

#accStyleStage .accStyleBox .item {
  width: 370px;
  min-height: 750px;
  /* max-height: 90vh; */
  margin: 10px;
  padding: 20px;
  padding-bottom: 100px;
  border: 4px solid transparent;
  background: #f5f4f2;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  position: relative;
}
#accStyleStage .accStyleBox .item:hover {
  border: 4px solid #eceae6;
}
#accStyleStage .accStyleBox .item img {
  width: 100%;
  height: auto;
}
#accStyleStage .accStyleBox .item .name {
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  font-weight: bold;
  margin-top: 30px;
}
#accStyleStage .accStyleBox .item .sub_name {
  font-size: 20px;
  line-height: 32px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
#accStyleStage .accStyleBox .item ul {
  list-style: disc;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  margin: 0;
  padding: 0;
  margin-left: 25px;
}
#accStyleStage .accStyleBox .item .btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 144px;
  height: 48px;
  line-height: 48px;
  background: #c4c5c7;
  text-align: center;
  font-size: 18px;
  color: #333333;
}

#accStyleStage .btn-tojiru-modal {
  display: block;
  background: url('../image/btn_tojiru_modal.png') no-repeat;
  background-size: contain;
  width: 83px;
  height: 22px;
  position: relative;
  /* bottom: 40px; */
  margin: 0 20px 20px auto;
  z-index: 10001;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .accstyle_btn {
    display: block;
    position: absolute;
    top: 44vw;
    left: 2.66vw;
    z-index: 9999;
  }
  .accstyle_btn img {
    width: 36vw;
  }
  #accStyleStage .accStyleBox {
    width: 90vw;
    height: auto;
    min-height: auto;
    max-height: 92vh;
    transform: scale(1);
  }
  #accStyleStage .accStyleBox .t {
    font-size: 3.9vw;
    line-height: 3.9vw;
    margin-top: 3.9vw;
  }
  #accStyleStage .accStyleBox .comment {
    font-size: 2.9vw;
    line-height: 2.9vw;
    margin-top: 2.9vw;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-bottom: 10vw;
  }
  #accStyleStage .accStyleBox .box {
    margin-top: 2vw;
    margin-bottom: 3vw;
  }
  #accStyleStage .accStyleBox .item {
    width: 38vw;
    min-height: 77vw;
    max-height: none;
    margin: 1.3vw;
    padding: 2.6vw;
    padding-bottom: 11vw;
    border: 4px solid transparent;
  }
  #accStyleStage .accStyleBox .item .name {
    font-size: 2.6667vw;
    line-height: 3.2vw;
    margin-top: 2.6667vw;
  }
  #accStyleStage .accStyleBox .item .sub_name {
    font-size: 2.4vw;
    line-height: 3.2vw;
    margin-bottom: 1.3333vw;
  }
  #accStyleStage .accStyleBox .item ul {
    font-size: 2.2667vw;
    line-height: 2.9333vw;
    margin-left: 2.6667vw;
  }
  #accStyleStage .accStyleBox .item .btn {
    font-size: 2.6667vw;
    width: 18.1333vw;
    height: 8vw;
    line-height: 8vw;
    bottom: 1.3333vw
  }
  #accStyleStage .btn-tojiru-modal {
    width: 15.2vw;
    height: 4vw;
    /* bottom: 2.6667vw; */
    top: -5vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
}

#EXT_BODY_COLOR dd .itemDescription {
	display: block;
  margin-top: -1px !important;
}
#EXT_OPTION dd .itemDescription {
	display: block;
}

@media screen and (max-width: 767px) {
  #introStage .introBox {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 87.2396vw;
    height: 102vw;
    background: #ffffff;
    transform: scale(1);
    transform-origin: center center;
    text-align: center;
    padding-top: 8.4635vw;
  }

  #introStage .mes {
    font-size: 4.1667vw;
    margin-top: 2.8646vw;
  }

  #introStage .attentionBox {
    font-size: 3.125vw;
    width: 76.8229vw;
    height: 29.6875vw;
    border: 0.5208vw solid #c8c6c3;
    border-radius: 1.3021vw;
    margin: 7.8125vw auto 6.5104vw;
    padding-top: 3.6458vw;
    padding-left: 3.9063vw;
    padding-right: 3.9063vw;
    text-align: left;
  }

  #introStage .attentionBox:before {
    width: 9.6354vw;
    height: 4.9479vw;
    top: -3.2552vw;
    background-size: 5.7292vw 4.9479vw;
  }

  #introStage img {
    width: 25.5208vw;
    height: 16.9271vw;
  }

  #introStage .btn_ok {
    width: 36.3281vw;
    height: 10.4167vw;
    line-height: 10.4167vw;
    font-size: 3.125vw;
  }

  #introStage .btn_ok:before {
    top: 3.7438vw;
    left: 3.8646vw;
    width: 1.8229vw;
    height: 3.125vw;
  }
}


/* loan */

#loanStage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10050;
  right: 0;
  bottom: 0;
}

#loanStage .loanBox {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1120px;
  height: 1100px;
  background: #ffffff;
  /* transform: translate(-50%, -50%) scale(0.75); */
  transform: scale(0.75);
  transform-origin: center 10%;
  text-align: center;
  max-height: 125vh;
  padding-bottom: 10px;
  overflow: auto;
}

#loanStage .content {
  position: relative;
}

#loanStage .loanBox .title {
  background: #003145;
  color: #ffffff;
  height: 53.33px;
  line-height: 53.33px;
  font-size: 17.06px;
  padding-left: 28.44px;
  text-align: left;
}

#loanStage .loanBox .title .i {
  display: inline;
}

#loanStage .loanBox .title .i img {
  width: 32.71px;
  height: 32.71px;
  vertical-align: middle;
}

#loanStage .loanBox .title .t {
  display: inline;
  padding-left: 0.5em;
}

#loanStage .loanBox .content .box {
  display: flex;
  justify-content: center;
}

#loanStage .loanBox .content .kaeru {
  flex-basis: 50%;
  margin: 30px 40px;
  margin-bottom: 10px;
}

#loanStage .loanBox .content .credit {
  flex-basis: 50%;
  margin: 30px 40px;
  margin-bottom: 10px;
}

#loanStage .loanBox .content .subtitle {
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}

#loanStage .loanBox .content table {
  font-size: 16px;
  width: 100%;
  border-top: 1px solid #cccccc;
  margin-bottom: 10px;
}

#loanStage .loanBox .content table th {
  text-align: left;
  padding: 0.5em 1em;
  background-color: #f1f1f1;
  border-bottom: 1px solid #cccccc;
  width: 210px;
  font-weight: normal;
  line-height: 150%;
}

#loanStage .loanBox .content table td {
  text-align: right;
  padding: 5px 15px;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  line-height: 150%;
}

#loanStage .loanBox .content .midashi {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 200%;
}

#loanStage .loanBox .content .yen {
  font-weight: bold;
}

#loanStage .loanBox .content .total {
  font-weight: bold;
  color: #e60003;
  font-size: 24px;
}

#loanStage .loanBox .btn-estimate-modal {
  display: block;
  background: url('../image/btn_estimate_modal.png') no-repeat;
  background-size: contain;
  width: 400px;
  height: 80px;
  margin: 0 auto;
  z-index: 10001;
  cursor: pointer;
}

#loanStage .loanBox .btn-tojiru-modal {
  display: block;
  background: url('../image/btn_tojiru_modal.png') no-repeat;
  background-size: contain;
  width: 83px;
  height: 22px;
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 10001;
  cursor: pointer;
}

#loanStage .loanBox .content ul {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 0.8em 0;
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}

#loanStage .loanBox .content .attention {
  padding: 1em 0;
  text-align: left;
  font-size: 10px;
  line-height: 150%;
}

#loanStage .loanBox .content .cost {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 1em 0 3.6em;
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #loanStage .loanBox {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 89.333vw;
    height: 305vw;
    height: auto;
    max-height: none;
    background: #ffffff;
    transform: scale(1);
    transform-origin: center center;
    text-align: center;
    padding: 0;
    margin: 5vw 0;
  }

  #loanStage .loanBox li {
    font-size: 3.2vw;
  }

  #loanStage .loanBox .title {
    height: 10.667vw;
    line-height: 10.667vw;
    font-size: 3.2vw;
    padding-left: 2.933vw;
  }

  #loanStage .loanBox .title .i img {
    width: 7.733vw;
    height: 7.733vw;
  }

  #loanStage .loanBox .content .box {
    display: block;
  }

  #loanStage .loanBox .content .kaeru {
    margin: 4vw 5.333vw;
    margin-bottom: 1.333vw;
  }

  #loanStage .loanBox .content .credit {
    margin: 4vw 5.333vw;
    margin-bottom: 1.333vw;
  }

  #loanStage .loanBox .content .subtitle {
    font-size: 4.267vw;
    margin-bottom: 3.333vw;
    margin-top: 3.333vw;
    font-weight: normal;
  }

  #loanStage .loanBox .content table {
    font-size: 3.2vw;
    border-top: 0.133vw solid #cccccc;
    margin-bottom: 1.333vw;
  }

  #loanStage .loanBox .content table th {
    border-bottom: 0.133vw solid #cccccc;
    width: 37.333vw;
  }

  #loanStage .loanBox .content table td {
    padding: 0.667vw 2vw;
    border-bottom: 0.133vw solid #cccccc;
  }

  #loanStage .loanBox .content .midashi {
    margin-top: 2.667vw;
    font-size: 3.2vw;
  }

  #loanStage .loanBox .content .total {
    font-size: 4.267vw;
  }

  #loanStage .loanBox .btn-estimate-modal {
    background: url('../image/sp/btn_estimate_modal.png') no-repeat;
    background-size: contain;
    width: 78.667vw;
    height: 10.667vw;
    margin-top: 4vw;
  }

  #loanStage .loanBox .btn-tojiru-modal {
    background: url('../image/sp/btn_tojiru_modal.png') no-repeat;
    background-size: contain;
    width: 15.333vw;
    height: 4vw;
    position: relative;
    bottom: auto;
    right: auto;
    margin: 5vw auto;
  }

  #loanStage .loanBox .content ul {
    border-top: 0.133vw solid #cccccc;
    border-bottom: 0.133vw solid #cccccc;
    font-size: 2.133vw;
    margin-bottom: 1.333vw;
  }

  #loanStage .loanBox .content .attention {
    font-size: 2.4vw;
  }

  #loanStage .loanBox .content .cost {
    border-top: 0.133vw solid #cccccc;
    border-bottom: 0.133vw solid #cccccc;
    font-size: 3.2vw;
  }
}

#exteriorItems ul.menuTab li span {
  text-indent: 200% !important;
}

#exteriorItems ul.menuTab {
  width: auto !important;
}
