/* ==========================================================================
   Color simulation
   ========================================================================== */

/**
共通
**/

p.loading {
  display: none;
  opacity: 0;
}

.sw-section.simulator {
  position: relative;
}

.sw-section.simulator .sw-section_menu {
  position: relative;
}

.sw-section.simulator .sw-section-menu_inner {
  display: none;
  position: absolute;
  background-color: #fafafa;
  z-index: 1010;
  overflow-y: scroll;
  -ms-overflow-style: none;
}

.sw-section.simulator .sw-section-menu_inner::-webkit-scrollbar {
  display: none;
}

.sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block .sw-section-menu-inner-wrap-block_list.current {
  position: relative;
}

.sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block .sw-section-menu-inner-wrap-block_list.current:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("/common/v3/images/icon/ico_check.png") no-repeat left top;
  position: absolute;
  background-size: 100%;
  opacity: 1;
}

.sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block .sw-section-menu-inner-wrap-block_list.current .sw-section-menu-inner-wrap-block-list_name,
.sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block .sw-section-menu-inner-wrap-block_list.current .sw-section-menu-inner-wrap-block-list_price{
  opacity: 0.4;
}

.sw-section.simulator .sw-section_menu .sw-section-menu_attention {
  position: absolute;
  font-size: 13px;
  cursor: pointer;
}

.sw-section.simulator .sw-section_menu .sw-section-menu_attention:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/models/images/ico_arrow_u.png") no-repeat left top;
  position: absolute;
}

.sw-section.simulator .sw-section_menu .sw-section-menu_attention.rotate:after {
  transform: rotate(180deg);
}

.sw-section.simulator .sw-section_menu .sw-section-menu-inner-wrap-block-list_name {
  font-family: "Nobel-Book", "LexusRodinPro-M", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
}
.sw-section-menu-inner-wrap-block-list_price {
  letter-spacing: 0.1em;
}

.sw-section.simulator .sw-section_menu .move_type {
  margin-left: 1px;
  font-size: 14px;
}

.mc-spec_hybrid.simulation_hybrid {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}

.sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block .sw-section-menu-inner-wrap-block_grade {
  font-family: "Nobel-Book", "LexusRodinPro-M", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
}

.sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_model {
  border-bottom: 1px solid #333;
  letter-spacing: 0.05em;
  font-family: "Nobel-Book", "LexusRodinPro-M";
}

.sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_price {
  color: #bcbcbc;
  letter-spacing: 0.1em;
}

.sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_attention {
  position: relative;
}

.sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_attention:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 20px;
  background: url("/models/images/ico_360.png") no-repeat left top;
}

.sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_content  {
  position: relative;
}

.sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_content .sw-section-body-simulator_exterior {
  max-height: 380px;
  opacity: 0;
}

.sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_content .sw-section-body-simulator_exterior.is-exterior {
  opacity: 1;
  z-index: 100;
}

.sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_content .sw-section-body-simulator_interior {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}

.sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_content .sw-section-body-simulator_interior.is-interior {
  display: block;
}

.sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_content img {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sw-section.simulator .simulator_loading {
  display: block;
  background-color: white;
  opacity: 1;
  position: absolute;
  z-index: 800;
  display: block;
  background: #fff url(/common/v2/images/icon/ico_loading.gif) no-repeat center center;
}

.sw-section.simulator .sw-section_tip {
  text-align: center;
}

.sw-section.simulator .sw-section_tip div {
  font-size: 15px;
}

.sw-section.simulator .sw-section_tip .sw-section-tip_wrapper {
  display: inline-block;
  /*margin: 0 auto;*/
}

.sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper-exterior_color .sw-section-tip-wrapper-exterior-color_list .tip img {
  width: 100%;
}

.sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .tip {
  position: relative;
}

.sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .tip.current:after {
  content: "";
  display: block;
  background: url("/common/v3/images/icon/ico_check_circle.png") no-repeat left top;
  position: absolute;
  top: 0;
  right: 0;
}

.sw-section.simulator .sw-section_select {
  text-align: center;
  display: none;
}

.sw-section.simulator .sw-section_select.is-exterior {
  display: block;
}

.sw-section.simulator .sw-section_select.is-interior {
  display: block;
}

.sw-section.simulator .sw-section_select .sw-section-select_name {
  font-size: 14px;
  letter-spacing: 0.1em;
}

.sw-section.simulator .sw-section_select .sw-section-select_annotation .sw-section-select-annotation_list {
  font-size: 12px;
  color: #bbbbbb;
}

.sw-section.simulator .sw-section_note {
  display: none;
  margin-top: 50px;
}

/* ------ 統合後に消す -------*/

.mc-disclaimer {
  margin-bottom: 10px;
  color: #999;
  font-size: 10px;
}
.mc-disclaimer.gray {
  padding: 5px;
  background: #f0f0f0;
}
.mc-disclaimer.border {
  padding: 5px 10px;
  border: 2px solid #e5e5e5;
}
.mc-disclaimer dd {
  margin: -1.6em 0 0 1.3em;
}
.mc-disclaimer.em2 dd {
  margin: -1.6em 0 0 2.3em;
}
.mc-disclaimer.em3 dd {
  margin: -1.6em 0 0 3em;
}


@media screen and (max-width: 767px) {

  .sw-section.simulator {
    /*height: 145vw;
    min-height: 640px;
    max-height: 760px;*/
  }

  .sw-section.simulator .sw-section-menu_inner {
    width: 100%;
    padding: 4% 7%;
    top: 80px;
    box-sizing: border-box;
  }

  .sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block {
    margin-top: 5%;
    padding-top: 5%;
    border-top: 1px solid #000;
  }

  .sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }

  .sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block .sw-section-menu-inner-wrap-block_grade {
    margin-bottom: 15px;
  }

  .sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block .sw-section-menu-inner-wrap-block_list {
    padding: 0 0 0 5%;
    box-sizing: border-box;
  }

  .sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block .sw-section-menu-inner-wrap-block_list.current:before {
    left: -6px;
    top: 2px;
  }

  .sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block .sw-section-menu-inner-wrap-block-list_name {
    font-size: 14px;
  }

  .sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block .sw-section-menu-inner-wrap-block-list_price {
    margin-bottom: 10px;
    font-size: 14px;
    color: #898989;
  }

  .sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block .sw-section-menu-inner-wrap-block_grade .mc-spec_hybrid.simulation_hybrid {
    top: -2px;
    bottom: auto;
    right: auto;
  }

  .sw-section.simulator .sw-section_menu .sw-section-menu_attention {
    right: 8%;
    text-indent: -9999px;
  }

  .sw-section.simulator .sw-section_body .sw-section-body_simulator {
    padding: 0 7%;
  }

  .sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_model {
    width: 90%;
    padding-bottom: 5px;
  }

  .sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_price {
    padding-top: 5px;
  }

  .sw-section.simulator .sw-section_body .sw-section-body-simulator_tab {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
  }

  .sw-section.simulator .sw-section_body .sw-section-body-simulator_tab div {
    display: inline-block;
    width: 48%;
    padding-bottom: 5px;
    text-align: center;
  }

  .sw-section.simulator .sw-section_body .sw-section-body-simulator_tab div.current,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_tab div.current {
    border-bottom: 1px solid #000;
    font-weight: bold;
  }

  .sw-section.simulator .sw-section_select.exterior .wheel {
    display: none;
  }

  .sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_attention {
    display: none;
  }

  .sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_content img {
    max-width: 100%;
    height: 100%;
  }

  .sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_content .mask {
    max-height: 360px;
  }

  .sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_content .sw-section-body-simulator_interior {
    top: 5px;
    height: 100%;
  }

  .sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_swipe {
    margin-top: -30px;
    font-size: 12px;
    text-align: center;
    color: #8a8a8a;
  }

  .sw-section.simulator .simulator_loading {
      width: 100%;
      height: 640px;
    }

  .sw-section.simulator .sw-section_tip {
    overflow-x: hidden;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper {
    width: 100%;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_title,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior_title {
    display: none;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_tab {
    margin: 20px 0;
    overflow-x: scroll;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_tab::-webkit-scrollbar {
    display: none;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_tab:before,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_tab:after {content: " "; display: table;}
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_tab:after {clear: both;}
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_tab {*zoom: 1;}

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_tab div {
    float: left;
    margin-left: 10px;
    padding-bottom: 5px;
    font-size: 12px;
  }
  .sw-section-tip-wrapper_container {
    padding: 0 20px;
  }
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior {
    overflow-x: scroll;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior::-webkit-scrollbar,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior::-webkit-scrollbar {
    display: none;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior-color_title,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior-wheel_title {
    display: none;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior-seet_title,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior-ornament_title,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior-trim_title {
    display: none;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior-color-currentTip,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior-wheel-currentTip,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior-seet-currentTip,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior-ornament-currentTip,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior-trim-currentTip {
    display: none;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior-wheel_list,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior-seet_list,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior-ornament_list,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior-trim_list {
    display: none;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip-wrapper-exterior_roof {
    margin: 25px 0 15px;
    padding: 25px 0;
    text-align: center;
    position: relative;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip-wrapper-exterior_roof.hide {
    display: none;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip-wrapper-exterior_roof:before,
  .sw-section.simulator .sw-section_tip .sw-section-tip-wrapper-exterior_roof:after {
    content: "";
    width: 25px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip-wrapper-exterior_roof:before {
    top: 0;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip-wrapper-exterior_roof:after {
    bottom: 0;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip-wrapper-exterior-roof_title {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip-wrapper-exterior-roof_check {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border: 2px solid #333;
    border-radius: 18px;
    position: relative;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip-wrapper-exterior-roof_check.checked:before,
  .sw-section.simulator .sw-section_tip .sw-section-tip-wrapper-exterior-roof_check.checked:after {
    content: "";
    display: block;
    width: 2px;
    background-color: #333;
    position: absolute;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip-wrapper-exterior-roof_check:before {
    height: 9px;
    top: 14px;
    left: 7px;
    transform: rotate(-45deg);
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip-wrapper-exterior-roof_check:after {
    height: 20px;
    top: 5px;
    right: 12px;
    transform: rotate(-135deg);
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .tipwrap {
    margin: 0 auto;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .tip.current:after {
    width: 15px;
    height: 15px;
    background-size: 100%;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .tipwrap:before,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .tipwrap:after {content: " "; display: table;}
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .tipwrap:after {clear: both;}
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .tipwrap {*zoom: 1;}

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .tip {
    float: left;
    width: 34px;
    margin-left: 10px;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .tip:first-child {
    margin-left: 0;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .tip img {
    width: 100%;
  }


  .sw-section.simulator .sw-section_select .sw-section-select_name {
    margin-top: 20px;
  }

  .sw-section.simulator .sw-section_select .sw-section-select_annotation .sw-section-select-annotation_list {
    display: inline;
  }

  .sw-section.simulator .sw-section_select span {
    display: none;
  }

  .sw-section.simulator .sw-section_action {
    margin: 30px 0 40px;
  }

  .sw-section.simulator .sw-section_action span {
    display: none;
  }

  .sw-section.simulator .sw-section_action br.u-sp {
    display: none;
  }
  .sw-section.simulator .sw-section_note {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .sw-section.simulator .sw-section_fixednote {
    width: 100%;
    margin-top: -8px;
    padding: 0 16px;
    box-sizing: border-box;
  }
}


@media screen and (min-width: 768px) {
  .sw-section.simulator .sw-section-menu_inner {
    top: 90px;
    max-width: 1280px;
    min-width: 984px;
    width: 100%;
    max-height: 380px;
    padding-top: 30px;
  }

  .sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block {
    /*float: left;*/
    width: 50%;
    margin: 0 0 20px 0;
    /*padding-left: 15px;*/
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    box-sizing: border-box;
  }

  .sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block:nth-child(odd) {
    clear: both;
  }

  .sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block:nth-child(even) {
    border-left: none;
  }

  .sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block .sw-section-menu-inner-wrap-block_grade {
    position: relative;
    margin-bottom: 30px;
    padding-left: 15px;
    line-height: 1.3;
    font-size: 18px;
  }

  .sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block .sw-section-menu-inner-wrap-block_grade .mc-spec_hybrid.simulation_hybrid {
    top: -2px;
    left: 0;
    bottom: auto;
    right: auto;
  }

  .sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block .sw-section-menu-inner-wrap-block_list {
    padding: 7px 0 1px 45px;
    cursor: pointer;
  }

  .sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block .sw-section-menu-inner-wrap-block_list:hover {
    background-color: #f2f2f2;
  }

  .sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block .sw-section-menu-inner-wrap-block_list.current:before {
    left: 20px;
    top: 10px;
  }

  .sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block .sw-section-menu-inner-wrap-block-list_name,
  .sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block .sw-section-menu-inner-wrap-block-list_price {
    /*padding-left: 30px;*/
  }

  .sw-section.simulator .sw-section-menu_inner .sw-section-menu-inner-wrap_block .sw-section-menu-inner-wrap-block-list_price {
    margin-bottom: 10px;
    font-size: 14px;
    color: #898989;
  }

  .sw-section.simulator .sw-section_body .sw-section-body_simulator {
    text-align: center;
    height: 570px;
  }

  .sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_model,
  .sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_attention {
    display: inline-block;
  }

  .sw-section.simulator {
    max-width: 1280px;
    margin: 80px auto 0;
  }

  .sw-section.simulator .sw-section_menu .sw-section-menu_attention {
    top: 25px;
    right: 190px;
  }

  .sw-section.simulator .sw-section_menu .sw-section-menu_attention:after {
    top: -2px;
    right: -35px;
  }

  .sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_model {
    padding-bottom: 5px;
    font-size: 18px;
  }

  .sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_price {
    margin-top: 10px;
    font-size: 18px;
  }

  .sw-section.simulator .sw-section_body .sw-section-body-simulator_tab {
    display: none;
  }

  .sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_attention {
    margin-top: 20px;
    font-size: 14px;
  }

  .sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_attention:before {
    left: -25px;
    top: -2px;
  }

  .sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_content {
    height: 480px;
    margin-top: -25px;
  }

  .sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_content .sw-section-body-simulator_exterior .mask {
    cursor: all-scroll;
  }

  .sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_content .sw-section-body-simulator_exterior img {
    margin-top: -30px;
  }

  .sw-section.simulator .sw-section_body .sw-section-body_simulator .sw-section-body-simulator_swipe {
    display: none;
  }

  .sw-section.simulator .simulator_loading {
    width: 100%;
      height: 830px;
    }

  .sw-section.simulator .sw-section_tip {
    margin-top: 0px;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper {
    display: block;
    overflow: hidden;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_container {
    position: relative;
    left: 20%;
  }

  body.ct .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_container {
    left: 13%;
  }

  .sw-section.simulator .sw-section-tip_wrapper .sw-section-tip-wrapper_interior {
    position: relative;
  }

  .sw-section.simulator .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_color,
  .sw-section.simulator .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_wheel,
  .sw-section.simulator .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_roof {
    width: 200px;
  }

  .sw-section.simulator .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior_seet,
  .sw-section.simulator .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior_ornament,
  .sw-section.simulator .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior_trim {
    width: 280px;
  }

  .sw-section.simulator .sw-section_tip .border-r:before,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper-interior_title:before {
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 0;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_tab {
    display: none;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper div {
    float: left;
    height: 90px;
    cursor: pointer;
    overflow-x: visible;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper-exterior_title,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper-interior_title {
    width: 135px;
    padding: 0 10px;
    line-height: 50px;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
  }

  .sw-section.simulator .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_title:after,
  .sw-section.simulator .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior_title:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("/common/v3/images/icon/ico_plusminus_circle.png") no-repeat left top;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 50;
  }

  .sw-section.simulator .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_title.current:after,
  .sw-section.simulator .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior_title.current:after {
    background-position: 0 -29px;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper-exterior_title:before,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper-interior_title:before {
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper-interior_title ~ div {
    width: 0;
    overflow: hidden;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper-exterior-color_title,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper-exterior-roof_title {
    width: 115px;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper-exterior-wheel_title {
    width: 85px;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper-exterior-color_title,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper-exterior-wheel_title,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper-exterior-roof_title,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper-interior-ornament_title,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior-trim_title {
    line-height: 70px;
    box-sizing: border-box;
    position: relative;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper-exterior-color_list,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper-exterior-wheel_list {
    width: 0;
    overflow: hidden;
  }

  .sw-section.simulator .sw-section_tip {
    width: 90%;
    margin-left: 5%;
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
    box-sizing: border-box;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .tip {
    width: 70px;
    margin-left: 10px;
    box-sizing: border-box;
    position: relative;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .tip img {
    width: 100%;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper-exterior-roof_check {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_roof.show  .sw-section-tip-wrapper-exterior-roof_check {
    margin: 6px 0 0 10px;
    border: 2px solid #333;
    border-radius: 30px 30px 30px 30px;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_roof {
    display: block;
  }

  /*.sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_roof.hide {
    display: none;
  }*/

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_roof.hide {
    cursor: default;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_roof.hide * {
    /*display: none;*/
    opacity: 0.4;
    cursor: default;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_roof.hide .sw-section-tip-wrapper-exterior-roof_title:hover {
    border-bottom: none !important;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper-exterior-roof_check.checked:before,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper-exterior-roof_check.checked:after {
    content: "";
    display: block;
    width: 2px;
    background-color: #333;
    position: absolute;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper-exterior-roof_check:before {
    height: 15px;
    top: 20px;
    left: 16px;
    transform: rotate(-45deg);
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper-exterior-roof_check:after {
    height: 25px;
    top: 11px;
    right: 18px;
    transform: rotate(-135deg);
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper-exterior-roof_title,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior-seet_title {
    line-height: 50px;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_title span,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior_title span,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior-roof_title span,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior-seet_title span,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior-trim_title span {
    display: block;
    margin-top: -30px;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_title span,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior_title span {
    font-size: 12px;
    color: #c0c0c0;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_color,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_wheel,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_roof,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior_seet,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior_ornament,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior_trim {
    overflow: hidden;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_color.show,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_wheel.show,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_roof.show,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior > div.show {
    padding: 0 10px 0 15px;
    position: relative;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_color.show:before,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_wheel.show:before,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_roof.show:before,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior > div.show:before {
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background-color: #e0e0e0;
    position: absolute;
    left: 0;
    top: 0;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior-seet_title,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior-ornament_title,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior-trim_title {
    width: 160px;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior-seet_list,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior-ornament_list,
  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior-trim_list {
    width: 0;
    overflow: hidden;
  }

  .sw-section.simulator .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior_title:hover,
  .sw-section.simulator .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior-color_title:hover,
  .sw-section.simulator .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior-wheel_title:hover,
  .sw-section.simulator .sw-section-tip_wrapper .sw-section-tip-wrapper_exterior .sw-section-tip-wrapper-exterior-roof_title:hover,
  .sw-section.simulator .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior_title:hover,
  .sw-section.simulator .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior-seet_title:hover,
  .sw-section.simulator .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior-ornament_title:hover,
  .sw-section.simulator .sw-section-tip_wrapper .sw-section-tip-wrapper_interior .sw-section-tip-wrapper-interior-trim_title:hover {
    border-bottom: 1px solid #000;
  }

  .sw-section.simulator .sw-section_tip .sw-section-tip_wrapper .tip.current:after {
    width: 20px;
    height: 20px;
  }

  .sw-section.simulator .prev,
  .sw-section.simulator .next {
    display: none;
    width: 13px;
    height: 24px;
    background: url("/common/v3/images/icon/ico_arrow_move.png") no-repeat;
    position: absolute;
    bottom: 239px;
  }

  .sw-section.simulator .prev {
    left: 0px;
    cursor: pointer;
  }

  .sw-section.simulator .next {
    background-position: 0px -34px;
    right: 0px;
    cursor: pointer;
  }

  .sw-section.simulator .sw-section_select {
    margin-top: 20px;
  }

  .sw-section.simulator .sw-section_action {
    margin: 20px 0 50px;
  }

  .sw-section.simulator .sw-section_select .sw-section-select_name,
  .sw-section.simulator .sw-section_select .sw-section-select_annotation,
  .sw-section.simulator .sw-section_select .sw-section-select_annotation .sw-section-select-annotation_list {
    display: inline;
  }

  .sw-section.simulator .sw-section_select .wheel {
    display: none;
  }

  .sw-section.simulator .sw-section_note {
    width: 980px;
    margin: 0 auto;
    padding-left: 12px;
  }

  .sw-section.simulator .sw-section_fixednote {
    width: 980px;
    margin: -8px auto 0;
    padding-left: 12px;
  }

}
