@charset "UTF-8";
html {
  position: relative;
  font-size: 62.5%; }

body {
  position: relative;
  font-size: 1.6rem;
  font-family: 'Helvetica', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'Lucida Grande', 'Verdana', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif; }
  @media (max-width: 575.98px) {
    body {
      font-size: 1.2rem; } }

#app {
  position: relative; }

.drive {
  font: size 2rem; }
  @media (max-width: 575.98px) {
    .drive {
      font-size: 1.2rem; } }

.small-font {
  font-size: 1.6rem; }
  @media (max-width: 575.98px) {
    .small-font {
      font-size: 1rem; } }

.grade-title {
  font-size: 2.4rem; }
  @media (max-width: 575.98px) {
    .grade-title {
      font-size: 1.8rem; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .grade-title {
      font-size: 3.2rem; } }
  @media (min-width: 1200px) {
    .grade-title {
      font-size: 3.2rem; } }

.price {
  font-size: 3.0rem; }
  @media (max-width: 575.98px) {
    .price {
      font-size: 2rem; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .price {
      font-size: 4.0rem; } }
  @media (min-width: 1200px) {
    .price {
      font-size: 4.0rem; } }

#render-canvas {
  max-width: 1200px; }
  #render-canvas #render-div {
    width: 100%;
    min-width: 320px;
    min-height: 170px;
    height: calc(100vw * 350 / 1023); }

#ext-color-list li {
  margin: 10px;
  padding: 0; }

#ext-color-list li.active-color {
  cursor: none;
  margin: 4px;
  border: 6px solid #bbb;
  border-radius: 50%; }

#ext-color-list .color-tip {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-sizing: content-box;
  border: 1px solid #ccc;
  cursor: pointer; }

#menu-pc {
  right: 0;
  bottom: 0;
  z-index: 999; }
  #menu-pc ul li {
    cursor: pointer; }
    #menu-pc ul li:hover {
      opacity: .7;
      -webkit-opacity: .7;
      -moz-opacity: .7;
      filter: alpha(opacity=70);
      /* IE lt 8 */
      -ms-filter: "alpha(opacity=70)";
      /* IE 8 */
      -webkit-transition: opacity .5s ease-out;
      -moz-transition: opacity .5s ease-out;
      -ms-transition: opacity .5s ease-out;
      transition: opacity .5s ease-out; }

.control-menu {
  display: none;
  top: 0;
  width: 25%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8); }
  .control-menu ul li {
    cursor: pointer; }
  .control-menu .close_btn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer; }

.render-control-wrap-enter {
  display: block;
  transform: translateX(-100%); }

.render-control-wrap-enter-active {
  transform: translateX(0);
  transition: all 300ms ease-in; }

.render-control-wrap-enter-done {
  display: block;
  transform: translatex(0); }

.render-control-wrap-exit {
  display: block;
  transform: translateX(0); }

.render-control-wrap-exit-active {
  display: block;
  transform: translateX(-100%);
  transition: all 300ms ease-out; }

.render-control-wrap-exit-done {
  display: none;
  transform: translatex(-100%); }

.menu-body-pc {
  top: 0;
  height: 100%;
  background-color: #fff;
  border: 2px solid #4d9fdd;
  z-index: 40; }

.menu-body-sp {
  top: 0;
  height: calc(100vh - 10px);
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #4d9fdd;
  z-index: 300; }

.menu-title {
  font-size: 2.4rem; }

.sp-menu-close {
  width: 35px;
  height: 35px;
  text-align: center;
  cursor: pointer; }

#show_control_button {
  top: 0;
  z-index: 100;
  cursor: pointer; }

#bg-item {
  border: 2px solid #000;
  cursor: pointer; }
  #bg-item.active-bg {
    border: 2px solid #4d9fdd;
    cursor: normal;
    pointer-events: none; }

.manipulation-list {
  cursor: pointer; }
  .manipulation-list .active-mode {
    pointer-events: none; }
  .manipulation-list .manipulation-item:last-child {
    border-left: 1px solid #ccc; }

.accent {
  font-size: 1.6rem;
  color: #4d9fdd; }

@media (max-width: 575.98px) {
  #estimate-link-block .desc {
    font-size: 1rem; } }

#estimate-link-block .estimate-link {
  cursor: pointer; }
  #estimate-link-block .estimate-link:hover {
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=70)";
    /* IE 8 */
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out; }

.menu-block-enter {
  transform: translate(100%, 0); }

.menu-block-enter-active {
  transform: translate(0, 0);
  transition: all 300ms ease-in; }

.menu-block-exit {
  transform: translate(0, 0); }

.menu-block-exit-active {
  transform: translate(100%, 0);
  transition: all 300ms ease-out; }



