@charset "UTF-8";
body {
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

body::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*@keyframes arrowmove{
    0%{bottom:10px;}
    50%{bottom:6px;}
   100%{bottom:10px;}
}*/
main {
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

main .pager_d {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .pager_d #back_border {
  content: '';
  width: 3px;
  height: 100%;
  position: absolute;
  background: #333;
  top: 0;
  z-index: -1;
}

main .pager_d .scrollup {
  position: absolute;
  top: -80px;
  width: 30px;
  height: 30px;
  background: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

main .pager_d .scrollup span {
  position: absolute;
  bottom: -20px;
  color: #333;
  font-size: 10px;
  letter-spacing: 0.05em;
  /*縦書き設定*/
}

main .pager_d .scrollup::before {
  content: '';
  position: absolute;
  left: 9px;
  bottom: 6px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

main .pager_d .scrolldown {
  position: absolute;
  bottom: -65px;
  width: 30px;
  height: 30px;
  background: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

main .pager_d .scrolldown span {
  position: absolute;
  bottom: -20px;
  color: #333;
  font-size: 10px;
  letter-spacing: 0.05em;
  /*縦書き設定*/
}

main .pager_d .scrolldown::before {
  content: '';
  position: absolute;
  left: 9px;
  bottom: 11px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media only screen and (max-width: 768px) {
  main .pager_d {
    width: 40px;
    height: 20%;
    top: 126px;
    z-index: 500;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  main .pager_d .scrollup {
    position: absolute;
    top: -50px;
    width: 20px;
    height: 20px;
    background: #333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
  }
  main .pager_d .scrollup span {
    position: absolute;
    bottom: -15px;
    color: #333;
    font-size: 10px;
    letter-spacing: 0.05em;
    /*縦書き設定*/
  }
  main .pager_d .scrollup::before {
    content: '';
    position: absolute;
    left: 6px;
    bottom: 4px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  main .pager_d .scrolldown {
    position: absolute;
    bottom: -35px;
    width: 20px;
    height: 20px;
    background: #333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
  }
  main .pager_d .scrolldown span {
    position: absolute;
    bottom: -15px;
    color: #333;
    font-size: 10px;
    letter-spacing: 0.05em;
    /*縦書き設定*/
  }
  main .pager_d .scrolldown::before {
    content: '';
    position: absolute;
    left: 6px;
    bottom: 8px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

main .pager {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .pager li {
  display: block;
}

main .pager li a {
  display: block;
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
}

main .pager .is-current a {
  background: #333;
  width: 20px;
  height: 20px;
}

main #view_area {
  position: fixed;
  right: 0;
  top: 0;
  width: calc(100% - 630px);
  height: 100%;
}

main #view_area .progress {
  color: white;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

main #view_area .progress_bar_box {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #fff;
  border-radius: 5px;
  height: 10px;
  background: rgba(255, 255, 255, 0.8);
}

main #view_area .progress_bar {
  border-top: 10px solid #999;
  border-radius: 5px;
  position: absolute;
  width: 0%;
}

main #view_area .progress_text {
  font-family: Arial;
  font-size: 18px;
  margin-top: 15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

main #view_area .progress_complete .progress_bar {
  border-top-color: white;
}

@media only screen and (max-width: 768px) {
  main #view_area {
    width: 100%;
    height: auto;
    z-index: 999;
  }
}

main .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main .box .left_area {
  width: 33%;
  min-width: 460px;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, rgba(255, 255, 255, 0.5) 8px, rgba(255, 255, 255, 0.5) 10px);
  background-size: 14px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

main .box .white_box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  min-width: 400px;
  max-width: 450px;
  height: auto;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main .box .white_box > p {
  font-size: 13px;
  text-align: center;
}

main .box .white_box h2 {
  font-size: 22px;
  text-align: center;
  padding: 5px 0 30px;
}

main .box .white_box .description_area {
  width: 300px;
  margin: 20px auto 40px;
}

main .box .white_box .description_area li {
  list-style-type: none;
  border-bottom: 1px solid #333;
  padding: 20px 0;
}

main .box .white_box .description_area li:last-child {
  border-bottom: none;
}

main .box .white_box .description_area li img {
  display: block;
  margin: 0 auto;
}

main .box .white_box .set_position {
  width: 230px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .box .white_box .set_position > img {
  display: block;
  margin: 0;
}

main .box .white_box .set_position button {
  background: #ccc;
  width: 50px;
  height: 50px;
  font-weight: bold;
}

main .box .white_box .animation_area {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .box .white_box .animation_area .animation_menu {
  margin-bottom: 70px;
}

main .box .white_box .animation_area .animation_menu button {
  border-radius: 15px;
  background: rgba(51, 51, 51, 0.7);
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  outline: 1px solid;
  outline-color: #878787;
  outline-offset: 0px;
  -webkit-transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}

main .box .white_box .animation_area .animation_menu button:hover {
  border-color: #FFF;
  -webkit-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-offset: 6px;
  text-shadow: 2px 2px 3px #000;
  cursor: pointer;
}

main .box .white_box .animation_area .animation_menu button img {
  display: block;
}

main .box .white_box .customize_box {
  margin-top: 20px;
}

main .box .white_box .customize_area {
  border-top: 2px solid #555;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .box .white_box .customize_area h3 {
  margin-right: 5px;
}

main .box .white_box .customize_area h3 img {
  display: block;
  width: 56px;
  height: 53px;
}

main .box .white_box .customize_area .customize_type {
  font-size: 13px;
  text-align: center;
  margin-right: 5px;
  width: 100px;
  line-height: 1.3;
}

main .box .white_box .customize_area .customize_type span {
  display: block;
  font-size: 11px;
}

main .box .white_box .customize_area .customize_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
}

main .box .white_box .customize_area .customize_menu label {
  width: 63px;
  margin: 5px;
  position: relative;
}

main .box .white_box .customize_area .customize_menu label:hover {
  cursor: pointer;
}

main .box .white_box .customize_area .customize_menu label div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  position: relative;
}

main .box .white_box .customize_area .customize_menu label div.img_icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

main .box .white_box .customize_area .customize_menu label div.cl_003 {
  background: #d37800;
}

main .box .white_box .customize_area .customize_menu label div.cl_004 {
  background: #fff;
}

main .box .white_box .customize_area .customize_menu label div.cl_005 {
  background: #1b958d;
}

main .box .white_box .customize_area .customize_menu label p {
  text-align: center;
  font-size: 11px;
  line-height: 1;
}

main .box .white_box .customize_area .customize_menu label.deck_icon p {
  margin-bottom: 5px;
}

main .box .white_box .customize_area .customize_menu label.color_icon div.cl_001 {
  background: #c8cccd;
}

main .box .white_box .customize_area .customize_menu label.color_icon div.cl_002 {
  background: #000;
}

main .box .white_box .customize_area .customize_menu label.color_icon p {
  margin-top: 10px;
}

main .box .white_box .customize_area .customize_menu label.wheelS_icon div {
  background: #323232;
}

main .box .white_box .customize_area .customize_menu label.wheelS_icon div span {
  color: #fff;
}

main .box .white_box .customize_area .customize_menu label.condition_icon p {
  margin-top: 10px;
}

main .box .white_box .customize_area .customize_menu input[type="radio"]:checked + label div {
  outline: 2px solid #555;
  outline-offset: 2px;
}

main .box .white_box .customize_area .customize_menu input[type="radio"]:checked + .deck_icon .deck_t {
  outline: 2px solid #555;
  outline-offset: 2px;
  border-radius: 3px;
}

main .box .white_box .customize_area .customize_menu input[type="radio"]:disabled + label::before {
  content: '';
  background: rgba(204, 204, 204, 0.8);
  width: 120%;
  height: 140%;
  position: absolute;
  left: -10%;
  top: -20%;
  z-index: 5;
}

main .box .white_box .customize_area.customize_area_shop h3 {
  margin-right: 5px;
}

main .box .white_box .customize_area.customize_area_shop h3 img {
  display: block;
  width: 76px;
  height: 76px;
}

main .box .white_box .customize_area.customize_area_shop .customize_menu {
  width: calc(100% - 76px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .box .white_box .customize_area.customize_area_shop .customize_menu label {
  width: 63px;
  margin: 5px;
  position: relative;
}

main .box .white_box .customize_area.customize_area_shop .customize_menu label div.img_icon {
  width: 36px;
  height: 36px;
  border-radius: 18px;
}

main .box .white_box .customize_area.customize_area_shop .customize_menu label p {
  text-align: center;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 8px;
}

main #area1 {
  background: rgba(0, 84, 0, 0.2);
}

main #area2 {
  background: rgba(0, 84, 0, 0.35);
}

main #area3 {
  background: rgba(0, 84, 0, 0.5);
}

main #area4 {
  background: rgba(50, 50, 50, 0.5);
}

main #area5 {
  background: rgba(50, 50, 50, 0.25);
}

@media only screen and (max-width: 768px) {
  main .box {
    position: relative;
  }
  main .box .left_area {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-width: auto;
    height: 350px;
    overflow: hidden;
    padding: 0;
    background-image: none;
  }
  main .box .left_area .white_box {
    padding: 0;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    top: auto;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    border-radius: 10px 10px 0 0;
    padding: 20px 1%;
  }
  main .box .left_area .white_box > p {
    display: none;
  }
  main .box .left_area .white_box > h2 {
    display: none;
  }
  main .box .left_area .white_box h2 {
    font-size: 16px;
    padding: 5px;
  }
  main .box .left_area .white_box .description_area {
    width: 80%;
    margin: 10px auto;
  }
  main .box .left_area .white_box .description_area li {
    padding: 5px 0;
  }
  main .box .left_area .white_box .description_area li img {
    width: 70%;
  }
  main .box .left_area .white_box .set_position {
    width: 70%;
    margin: 0 auto;
  }
  main .box .left_area .white_box .animation_area {
    margin-top: 20px;
  }
  main .box .left_area .white_box .animation_area .animation_menu {
    margin-bottom: 20px;
  }
  main .box .left_area .white_box .customize_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
  main .box .left_area .white_box .customize_area {
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    padding: 3px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 49%;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    align-items: center;
  }
  main .box .left_area .white_box .customize_area:nth-child(2n) {
    border-right: none;
  }
  main .box .left_area .white_box .customize_area:nth-child(1) {
    border-top: none;
  }
  main .box .left_area .white_box .customize_area:nth-child(2) {
    border-top: none;
  }
  main .box .left_area .white_box .customize_area h3 {
    margin-right: 0;
    width: 50%;
  }
  main .box .left_area .white_box .customize_area h3 img {
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
    max-height: 45px;
  }
  main .box .left_area .white_box .customize_area .customize_type {
    font-size: 11px;
    text-align: center;
    margin-right: 0;
    width: 50%;
    line-height: 1.3;
  }
  main .box .left_area .white_box .customize_area .customize_type span {
    display: inline-block;
    margin: 0 3px;
    font-size: 11px;
  }
  main .box .left_area .white_box .customize_area .customize_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 5px;
  }
  main .box .left_area .white_box .customize_area .customize_menu label {
    width: 63px;
    margin: 5px;
    position: relative;
  }
  main .box .left_area .white_box .customize_area .customize_menu label:hover {
    cursor: pointer;
  }
  main .box .left_area .white_box .customize_area .customize_menu label div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 15px;
    position: relative;
  }
  main .box .left_area .white_box .customize_area .customize_menu label div.img_icon {
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
  main .box .left_area .white_box .customize_area .customize_menu label div.cl_003 {
    background: #d37800;
  }
  main .box .left_area .white_box .customize_area .customize_menu label div.cl_004 {
    background: #fff;
  }
  main .box .left_area .white_box .customize_area .customize_menu label div.cl_005 {
    background: #1b958d;
  }
  main .box .left_area .white_box .customize_area .customize_menu label p {
    display: none;
  }
  main .box .left_area .white_box .customize_area .customize_menu label.deck_icon p {
    margin-bottom: 5px;
  }
  main .box .left_area .white_box .customize_area .customize_menu label.color_icon div.cl_001 {
    background: #c8cccd;
  }
  main .box .left_area .white_box .customize_area .customize_menu label.color_icon div.cl_002 {
    background: #000;
  }
  main .box .left_area .white_box .customize_area .customize_menu label.color_icon p {
    margin-top: 6px;
  }
  main .box .left_area .white_box .customize_area .customize_menu label.wheelS_icon div {
    background: #323232;
  }
  main .box .left_area .white_box .customize_area .customize_menu label.wheelS_icon div span {
    color: #fff;
  }
  main .box .left_area .white_box .customize_area .customize_menu label.condition_icon p {
    margin-top: 10px;
    display: none;
  }
  main .box .left_area .white_box .customize_area .customize_menu input[type="radio"]:checked + label div {
    outline: 2px solid #555;
    outline-offset: 2px;
  }
  main .box .left_area .white_box .customize_area .customize_menu input[type="radio"]:checked + .deck_icon .deck_t {
    outline: 2px solid #555;
    outline-offset: 2px;
    border-radius: 3px;
  }
  main .box .left_area .white_box .customize_area .customize_menu input[type="radio"]:disabled + label::before {
    content: '';
    background: rgba(204, 204, 204, 0.8);
    width: 120%;
    height: 140%;
    position: absolute;
    left: -10%;
    top: -20%;
    z-index: 5;
  }
  main footer {
    z-index: 999999;
  }
}

main #info_area {
  padding: 80px 0 30px;
  background: #ccc;
  position: relative;
  z-index: 100;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, rgba(255, 255, 255, 0.5) 8px, rgba(255, 255, 255, 0.5) 10px);
  background-size: 14px 14px;
}

main #info_area .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100rem;
  margin: 0 auto;
}

main #info_area .flex_area li {
  width: 440px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  list-style: none;
  outline: 6px solid #323232;
  outline-offset: -6px;
  position: relative;
}

main #info_area .flex_area li:nth-child(3n + 1) {
  margin-left: 20px;
}

main #info_area .flex_area li a {
  display: block;
}

main #info_area .flex_area li a:hover::before {
  content: '';
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
}

main #info_area .flex_area li a:hover img {
  opacity: 1;
}

main #info_area .flex_area li img {
  display: block;
}

main #info_area .flex_area .coming_soon {
  position: relative;
}

main #info_area .flex_area .coming_soon::before {
  content: 'coming soon...';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
  font-size: 1.6em;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  main #info_area {
    z-index: 999;
  }
  main #info_area .flex_area {
    width: 90%;
  }
  main #info_area .flex_area li {
    margin-right: 0;
    margin-bottom: 5px;
  }
  main #info_area .flex_area li:nth-child(n + 4) {
    margin-bottom: 5px;
  }
}

input[type="radio"] {
  display: none;
}

footer {
  z-index: 999999;
}
