@charset "UTF-8";
/* font size px->% */
/* font family */
/* Product Detail
======================================================= */
#product.detail {
  /*   &.option{
      .tab_block > ul li{
        @include media640 {
          width: 33.3333333%;
        }
        @include media480 {
          width: 100%;
        }
      }
    } */
}
#product.detail #main_content {
  padding: 30px 0 80px;
}
@media only screen and (max-width: 900px) {
  #product.detail #main_content {
    padding: 10px 0 10px;
  }
}
#product.detail #main_content #product_detail {
  margin: 0 -20px 50px;
}
#product.detail #main_content #product_detail .discon_title {
  margin: 0 20px 1em;
}
#product.detail #main_content #product_detail .left, #product.detail #main_content #product_detail .right {
  width: 50%;
  padding: 0 20px;
}
@media only screen and (max-width: 900px) {
  #product.detail #main_content #product_detail .left, #product.detail #main_content #product_detail .right {
    float: none !important;
    width: 100%;
  }
}
#product.detail #main_content #product_detail:after {
  content: "";
  clear: both;
  display: block;
}
#product.detail #main_content #product_detail .left {
  float: left;
  clear: left;
  width: 55%;
}
@media only screen and (max-width: 900px) {
  #product.detail #main_content #product_detail .left {
    width: 100%;
  }
}
#product.detail #main_content #product_detail .right {
  float: right;
  width: 45%;
}
@media only screen and (max-width: 900px) {
  #product.detail #main_content #product_detail .right {
    width: 100%;
  }
}
#product.detail #main_content #product_detail #product_info .product_title {
  margin-bottom: 2.5em;
}
#product.detail #main_content #product_detail #product_info .product_title .read {
  line-height: 1.5;
  margin-bottom: 0.5em;
}
#product.detail #main_content #product_detail #product_info .product_title h1 {
  font-family: "icom", "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 305%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  word-break: break-all;
  line-height: 1.2;
}
@media (max-width: 640px) {
  #product.detail #main_content #product_detail #product_info .product_title h1 {
    font-size: 228.6%;
  }
}
@media (max-width: 480px) {
  #product.detail #main_content #product_detail #product_info .product_title h1 {
    font-size: 175%;
  }
}
@media only screen and (max-width: 400px) {
  #product.detail #main_content #product_detail #product_info .product_title h1 {
    font-size: 162.5%;
  }
}
@media only screen and (max-width: 350px) {
  #product.detail #main_content #product_detail #product_info .product_title h1 {
    font-size: 150%;
  }
}
#product.detail #main_content #product_detail #product_info .product_title h1.not {
  font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#product.detail #main_content #product_detail #product_info .product_title h1.not span.icom_font {
  font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#product.detail #main_content #product_detail #product_info .product_title h1.not span.icom_font:after {
  content: "";
  display: none;
}
#product.detail #main_content #product_detail #product_info .product_title h1 span {
  border: solid 3px #282828;
  border-radius: 8px;
  font-size: 60%;
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  margin-left: 0.5em;
  padding: 1px 10px 4px;
  margin-top: 0.4em;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #product.detail #main_content #product_detail #product_info .product_title h1 span {
    display: inline;
    vertical-align: middle;
    position: relative;
    top: -0.2em;
  }
}
#product.detail #main_content #product_detail #product_info .product_title h1 span.icom_font {
  display: inline-block;
  position: relative;
  border: none;
  font-size: 100%;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #product.detail #main_content #product_detail #product_info .product_title h1 span.icom_font {
    white-space: nowrap;
    width: 115px;
    top: -0.15em;
  }
}
@media only screen and (-ms-high-contrast: active) and (max-width: 640px), only screen and (-ms-high-contrast: none) and (max-width: 640px) {
  #product.detail #main_content #product_detail #product_info .product_title h1 span.icom_font {
    width: 86px;
  }
}
#product.detail #main_content #product_detail #product_info .product_title h1 span.icom_font:after {
  width: 100%;
  background: #fff;
  content: "|";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
#product.detail #main_content #product_detail #product_info .product_title .sub_title {
  font-size: 162.5%;
  line-height: 1.5;
}
@media only screen and (max-width: 480px) {
  #product.detail #main_content #product_detail #product_info .product_title .sub_title {
    font-size: 137.5%;
  }
}
#product.detail #main_content #product_detail #product_info .product_title .sub_title span {
  border: solid 2px #282828;
  border-radius: 8px;
  display: table;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  padding: 0 0.5em;
  margin: 0.1em 0 0.5em;
}
#product.detail #main_content #product_detail #product_info .product_title h2 {
  font-size: 200%;
  font-weight: 500;
  line-height: 1.3;
  margin: 1em 0 0;
}
@media (max-width: 640px) {
  #product.detail #main_content #product_detail #product_info .product_title h2 {
    font-size: 150%;
  }
}
@media (max-width: 480px) {
  #product.detail #main_content #product_detail #product_info .product_title h2 {
    font-size: 137.5%;
  }
}
@media only screen and (max-width: 350px) {
  #product.detail #main_content #product_detail #product_info .product_title h2 {
    font-size: 125%;
  }
}
#product.detail #main_content #product_detail #product_info .product_title .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-left: -5px;
  margin-bottom: -5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#product.detail #main_content #product_detail #product_info .product_title .icon li {
  background: #808080;
  color: #fff;
  display: inline-block;
  font-size: 87.5%;
  padding: 2px 10px;
  margin-left: 5px;
  margin-bottom: 5px;
}
#product.detail #main_content #product_detail #product_info .waterproof_icon > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#product.detail #main_content #product_detail #product_info .waterproof_icon > ul li.question {
  cursor: pointer;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#product.detail #main_content #product_detail #product_info .waterproof_icon > ul li.question:after {
  border-radius: 50px;
  color: #808080;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f059";
  display: block;
  position: absolute;
  left: 84%;
}
#product.detail #main_content #product_detail #product_info .waterproof_icon dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#product.detail #main_content #product_detail #product_info .waterproof_icon dl dt, #product.detail #main_content #product_detail #product_info .waterproof_icon dl dd {
  /*  .question{
     align-items: flex-start;
     display: flex;
     &:after{
       @include fa;
       content: "\f29c";
       display: block;
     }
   } */
}
#product.detail #main_content #product_detail #product_info .waterproof_icon dl dt .waterproof, #product.detail #main_content #product_detail #product_info .waterproof_icon dl dd .waterproof {
  cursor: pointer;
}
#product.detail #main_content #product_detail #product_info .waterproof_icon dl dt.question {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 10px;
}
#product.detail #main_content #product_detail #product_info .waterproof_icon dl dt.question:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
}
#product.detail #main_content #product_detail #product_info .waterproof_icon dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 300px;
}
@media only screen and (max-width: 480px) {
  #product.detail #main_content #product_detail #product_info .waterproof_icon dl dd ul li {
    width: 50%;
  }
}
#product.detail #main_content #product_detail #product_info .product_standard_mark ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px -10px;
}
#product.detail #main_content #product_detail #product_info .product_standard_mark ul li {
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
  /*.world &{
    width: 16.6666667%;
    @include media640{
      width: 20%;
    }
  }*/
}
@media only screen and (max-width: 640px) {
  #product.detail #main_content #product_detail #product_info .product_standard_mark ul li {
    width: 33.3333333%;
  }
}
#product.detail #main_content #product_detail #product_info .product_standard_mark ul li.question {
  cursor: pointer;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#product.detail #main_content #product_detail #product_info .product_standard_mark ul li.question:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  position: absolute;
  left: 80%;
}
#product.detail #main_content #product_detail #product_info .product_standard_mark ul li.question.short:after{
  left: 85%;
}


#product.detail #main_content #product_detail #product_info .product_standard_mark > ul li.waterproof:after {
  border-radius: 50px;
  color: #808080;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f059";
  display: block;
  position: absolute;
  left: 84%;
}


#product.detail #main_content #product_detail #product_info .product_standard_mark ul li.question.middle:after,
#product.detail #main_content #product_detail #product_info .product_standard_mark ul li.question.long:after{
  left: auto;
  right: 0;
  transform: translateX(5px);
}
#product.detail #main_content #product_detail #product_info .product_standard_mark ul li.wide {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  #product.detail #main_content #product_detail #product_info .product_standard_mark ul li.wide {
    width: 66.6666666%;
  }
}
#product.detail #main_content #product_detail #product_info .product_standard_mark ul li.toolcihp {
  cursor: pointer;
  position: relative;
}
#product.detail #main_content #product_detail #product_info .product_standard_mark ul li.toolcihp:hover .sup {
  opacity: 1;
  z-index: 10;
}
#product.detail #main_content #product_detail #product_info .product_standard_mark ul li.toolcihp:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#product.detail #main_content #product_detail #product_info .product_standard_mark ul li.toolcihp .sup {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  border: solid 1px #b8b8b8;
  border-radius: 8px;
  display: block;
  opacity: 0;
  font-size: 75%;
  position: absolute;
  line-height: 1.4;
  top: -10px;
  left: 100%;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  padding: 1em 1.2em;
  width: 150%;
  z-index: -1;
}
#product.detail #main_content #product_detail #product_info .product_standard_mark ul li.toolcihp .sup:before, #product.detail #main_content #product_detail #product_info .product_standard_mark ul li.toolcihp .sup:after {
  content: "";
  position: absolute;
  top: 10px;
}
#product.detail #main_content #product_detail #product_info .product_standard_mark ul li.toolcihp .sup:before {
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  z-index: 2;
}
#product.detail #main_content #product_detail #product_info .product_standard_mark ul li.toolcihp .sup:after {
  left: -28px;
  margin-top: -2px;
  border: 14px solid transparent;
  border-right: 14px solid #b8b8b8;
  z-index: 1;
}
#product.detail #main_content #product_detail #product_info .product_standard_mark img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #product.detail #main_content #product_detail #product_slide {
    margin: 0 0 32px;
  }
}
#product.detail #main_content #product_detail #product_slide .slick-slide {
  height: auto;
}
#product.detail #main_content #product_detail #product_slide figure {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}
#product.detail #main_content #product_detail #product_slide figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}
#product.detail #main_content #product_detail #product_slide #main_slide {
  position: relative;
}
#product.detail #main_content #product_detail #product_slide #main_slide .fancy {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  outline: none;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  bottom: 10px;
  right: 15px;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  #product.detail #main_content #product_detail #product_slide #main_slide .fancy {
    font-size: 75%;
  }
}
#product.detail #main_content #product_detail #product_slide #main_slide .fancy:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.3em;
}
#product.detail #main_content #product_detail #product_model {
  font-size: 87.5%;
  margin-top: 3em;
}
#product.detail #main_content #product_detail #product_model .model_set dl .dl_set {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #product.detail #main_content #product_detail #product_model .model_set dl .dl_set {
    position: relative;
    display: block;
    padding-right: 130px;
  }
}
#product.detail #main_content #product_detail #product_model .model_set dl .dl_set + .dl_set {
  border-top: solid 1px #f0f0f0;
  padding-top: 0.8em;
  margin-top: 0.8em;
}
#product.detail #main_content #product_detail #product_model .model_set dl .dl_set dt, #product.detail #main_content #product_detail #product_model .model_set dl .dl_set dd {
  display: table-cell;
  vertical-align: middle;
}
#product.detail #main_content #product_detail #product_model .model_set dl .dl_set dt:after {
  content: "";
  display: block;
  clear: both;
}
#product.detail #main_content #product_detail #product_model .model_set dl .dl_set dt span {
  background: none;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
}
#product.detail #main_content #product_detail #product_model .model_set dl .dl_set dt span.name {
  font-size: 150%;
  margin-right: 0.5em;
}
#product.detail #main_content #product_detail #product_model .model_set dl .dl_set dt span.type {
  display: block;
  font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 75%;
  width: 100%;
}
#product.detail #main_content #product_detail #product_model .model_set dl .dl_set dt span.tag {
  background: #808080;
  color: #fff;
  display: inline-block;
  line-height: 1;
  font-size: 75%;
  padding: 0.5em 1.5em;
  position: relative;
  top: -4px;
}
#product.detail #main_content #product_detail #product_model .model_set dl .dl_set dd .btn {
  border: solid 1px #e90505;
  position: relative;
  text-align: center;
  border-radius: 20px;
  display: block;
  text-decoration: none;
  padding: 2px 0;
  max-width: 100px;
}
#product.detail #main_content #product_detail #product_model .model_set dl .dl_set dd .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #e90505;
  border-right: solid 2px #e90505;
  width: 5px;
  height: 5px;
}
@media only screen and (min-width: 1025px) {
  #product.detail #main_content #product_detail #product_model .model_set dl .dl_set dd .btn:hover:after {
    border-color: #fff;
  }
}
#product.detail #main_content #product_detail #product_model .model_set dl .dl_set dd .btn.white {
  color: #e90505;
}
@media only screen and (min-width: 1025px) {
  #product.detail #main_content #product_detail #product_model .model_set dl .dl_set dd .btn.white:hover {
    background: #e90505;
    color: #fff;
  }
}
#product.detail #main_content #product_detail #product_model .model_set dl .dl_set dd .btn.gray {
  border-color: #c0c0c0;
}
@media only screen and (min-width: 1025px) {
  #product.detail #main_content #product_detail #product_model .model_set dl .dl_set dd .btn.gray:hover {
    background: #e90505;
    color: #fff;
  }
}
#product.detail #main_content #product_detail #product_model .model_set dl .dl_set dd .btn.red {
  background: #e90505;
  color: #fff;
}
#product.detail #main_content #product_detail #product_model .model_set dl .dl_set dd .btn.red:after {
  border-color: #fff;
}
@media only screen and (min-width: 1025px) {
  #product.detail #main_content #product_detail #product_model .model_set dl .dl_set dd .btn.red:hover {
    background: #fff;
    color: #e90505;
  }
  #product.detail #main_content #product_detail #product_model .model_set dl .dl_set dd .btn.red:hover:after {
    border-color: #e90505;
  }
}
@media only screen and (min-width: 641px) {
  #product.detail #main_content #product_detail #product_model .model_set dl .dl_set dd .btn + .btn {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #product.detail #main_content #product_detail #product_model .model_set dl .dl_set dd .btn + .btn {
    margin-top: 10px;
  }
}
#product.detail #main_content #product_detail #product_model .model_set dl .dl_set dd.price {
  vertical-align: bottom;
  line-height: 1.5;
  width: 14em;
  text-align: right;
  padding-right: 2em;
}
@media only screen and (max-width: 640px) {
  #product.detail #main_content #product_detail #product_model .model_set dl .dl_set dd.price {
    padding-right: 0;
    display: block;
    text-align: left;
  }
}
#product.detail #main_content #product_detail #product_model .model_set dl .dl_set dd.buy {
  display: none;
  vertical-align: bottom;
  width: 100px;
}
@media only screen and (max-width: 640px) {
  #product.detail #main_content #product_detail #product_model .model_set dl .dl_set dd.buy {
    position: absolute;
    width: 120px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #product.detail #main_content #product_detail #product_model .model_set dl .dl_set dd.buy .btn {
    padding: 7px 0;
    margin: 0 0 0 auto;
  }
}
#product.detail #main_content #product_detail #product_model .model_set .simple {
  text-align: right;
  padding-right: 1.2em;
}
@media only screen and (max-width: 640px) {
  #product.detail #main_content #product_detail #product_model .model_set .simple {
    text-align: left;
    padding-right: 0;
  }
}
#product.detail #main_content #product_detail #product_model table {
  border: none;
}
@media only screen and (max-width: 640px) {
  #product.detail #main_content #product_detail #product_model table tr + tr th {
    padding-top: 20px;
  }
}
#product.detail #main_content #product_detail #product_model table tr th {
  background: none;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  font-size: 150%;
}
#product.detail #main_content #product_detail #product_model table tr th span {
  display: block;
  font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 50%;
}
#product.detail #main_content #product_detail #product_model table tr th + td {
  vertical-align: bottom;
}
#product.detail #main_content #product_detail #product_model table tr th, #product.detail #main_content #product_detail #product_model table tr td {
  border: none;
  vertical-align: middle;
  padding: 10px 0;
  padding-right: 1em;
}
@media only screen and (max-width: 640px) {
  #product.detail #main_content #product_detail #product_model table tr th, #product.detail #main_content #product_detail #product_model table tr td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
#product.detail #main_content #product_detail #product_model table tr td + td {
  padding-right: 0;
}
#product.detail #main_content .prodct_block {
  margin: 0 -20px 50px;
}
@media only screen and (max-width: 900px) {
  #product.detail #main_content .prodct_block {
    margin: 0 0px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#product.detail #main_content .prodct_block > div {
  margin: 0 20px;
}
@media (max-width: 900px) {
  #product.detail #main_content .prodct_block > div {
    margin: 0;
  }
}
#product.detail #main_content .prodct_block .genre {
  font-size: 150%;
  margin-bottom: 32px;
  font-weight: 500;
}
@media (max-width: 640px) {
  #product.detail #main_content .prodct_block .genre {
    font-size: 125%;
    margin-bottom: 0;
  }
}
#product.detail #main_content .prodct_block .product_name h1 {
  font-family: "icom", "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 305%;
  position: relative;
  line-height: 1.2;
}
@media (max-width: 640px) {
  #product.detail #main_content .prodct_block .product_name h1 {
    font-size: 228.6%;
  }
}
#product.detail #main_content .prodct_block .product_name h1 span.icom_font {
  position: relative;
}
#product.detail #main_content .prodct_block .product_name h1 span.icom_font:after {
  background-color: #fff;
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#product.detail #main_content .prodct_block .product_name > p {
  color: #808080;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
#product.detail #main_content .prodct_block .catch_copy {
  font-size: 200%;
  font-weight: 500;
  line-height: 1.3;
  margin: 1em 0 1.5em;
}
@media (max-width: 640px) {
  #product.detail #main_content .prodct_block .catch_copy {
    font-size: 150%;
  }
}
#product.detail #main_content .prodct_block .price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#product.detail #main_content .prodct_block p.icon {
  background-color: #e90505;
  border-radius: 8px;
  color: #fff;
  display: table;
  font-size: 87.5%;
  padding: 2px 10px;
  margin: 0.5em 0 1em;
}
#product.detail #main_content .prodct_block .model {
  font-size: 87.5%;
  margin-top: 3em;
}
#product.detail #main_content .prodct_block .model .model_set dl .dl_set {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #product.detail #main_content .prodct_block .model .model_set dl .dl_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 640px) {
  #product.detail #main_content .prodct_block .model .model_set dl .dl_set {
    display: block;
  }
}
#product.detail #main_content .prodct_block .model .model_set dl .dl_set + .dl_set {
  border-top: dotted 1px #ececec;
  padding-top: 0.8em;
  margin-top: 0.8em;
}
#product.detail #main_content .prodct_block .model .model_set dl .dl_set dt, #product.detail #main_content .prodct_block .model .model_set dl .dl_set dd {
  display: table-cell;
  vertical-align: middle;
}
#product.detail #main_content .prodct_block .model .model_set dl .dl_set dt {
  background: none;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  font-size: 150%;
}
#product.detail #main_content .prodct_block .model .model_set dl .dl_set dt span {
  display: block;
  font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 50%;
}
#product.detail #main_content .prodct_block .model .model_set dl .dl_set dd .btn {
  border: solid 1px #e90505;
  position: relative;
  text-align: center;
  border-radius: 20px;
  display: block;
  text-decoration: none;
  padding: 7px 36px;
  max-width: 150px;
}
#product.detail #main_content .prodct_block .model .model_set dl .dl_set dd .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #e90505;
  border-right: solid 2px #e90505;
  width: 5px;
  height: 5px;
}
@media only screen and (min-width: 1025px) {
  #product.detail #main_content .prodct_block .model .model_set dl .dl_set dd .btn:hover:after {
    border-color: #fff;
  }
}
#product.detail #main_content .prodct_block .model .model_set dl .dl_set dd .btn.white {
  color: #e90505;
}
@media only screen and (min-width: 1025px) {
  #product.detail #main_content .prodct_block .model .model_set dl .dl_set dd .btn.white:hover {
    background: #e90505;
    color: #fff;
  }
}
#product.detail #main_content .prodct_block .model .model_set dl .dl_set dd .btn.gray {
  border-color: #c0c0c0;
}
@media only screen and (min-width: 1025px) {
  #product.detail #main_content .prodct_block .model .model_set dl .dl_set dd .btn.gray:hover {
    background: #e90505;
    color: #fff;
  }
}
#product.detail #main_content .prodct_block .model .model_set dl .dl_set dd .btn.red {
  background: #e90505;
  color: #fff;
}
#product.detail #main_content .prodct_block .model .model_set dl .dl_set dd .btn.red:after {
  border-color: #fff;
}
@media only screen and (min-width: 1025px) {
  #product.detail #main_content .prodct_block .model .model_set dl .dl_set dd .btn.red:hover {
    background: #fff;
    color: #e90505;
  }
  #product.detail #main_content .prodct_block .model .model_set dl .dl_set dd .btn.red:hover:after {
    border-color: #e90505;
  }
}
@media only screen and (min-width: 641px) {
  #product.detail #main_content .prodct_block .model .model_set dl .dl_set dd .btn + .btn {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #product.detail #main_content .prodct_block .model .model_set dl .dl_set dd .btn + .btn {
    margin-top: 10px;
  }
}
#product.detail #main_content .prodct_block .model .model_set dl .dl_set dd.price {
  vertical-align: bottom;
  width: 8em;
  text-align: right;
  padding-right: 2em;
}
@media only screen and (max-width: 640px) {
  #product.detail #main_content .prodct_block .model .model_set dl .dl_set dd.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  #product.detail #main_content .prodct_block .model .model_set dl .dl_set dd.price {
    display: block;
    text-align: left;
  }
}
#product.detail #main_content .prodct_block .model .model_set dl .dl_set dd.buy {
  width: 150px;
}
@media only screen and (max-width: 640px) {
  #product.detail #main_content .prodct_block .model .model_set dl .dl_set dd.buy {
    display: block;
    width: 100%;
    margin-top: 0.5em;
  }
  #product.detail #main_content .prodct_block .model .model_set dl .dl_set dd.buy .btn {
    margin: 0 0 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  #product.detail #main_content .prodct_block .model .model_set dl .dl_set dd.buy .btn {
    margin: 0;
  }
}
#product.detail #main_content .prodct_block .model table {
  border: none;
}
@media only screen and (max-width: 640px) {
  #product.detail #main_content .prodct_block .model table tr + tr th {
    padding-top: 20px;
  }
}
#product.detail #main_content .prodct_block .model table tr th {
  background: none;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  font-size: 150%;
}
#product.detail #main_content .prodct_block .model table tr th span {
  display: block;
  font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 50%;
}
#product.detail #main_content .prodct_block .model table tr th + td {
  vertical-align: bottom;
}
#product.detail #main_content .prodct_block .model table tr th, #product.detail #main_content .prodct_block .model table tr td {
  border: none;
  vertical-align: middle;
  padding: 10px 0;
  padding-right: 1em;
}
@media only screen and (max-width: 640px) {
  #product.detail #main_content .prodct_block .model table tr th, #product.detail #main_content .prodct_block .model table tr td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
#product.detail #main_content .prodct_block .model table tr td + td {
  padding-right: 0;
}
#product.detail #main_content .prodct_block .main_image {
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  #product.detail #main_content .prodct_block .main_image {
    margin: 0 0 32px;
  }
}
#product.detail #main_content .view_main .slick-slider {
  margin: 0 auto;
  overflow: hidden;
}
#product.detail #main_content .view_main .slick-list {
  overflow: hidden;
}
#product.detail #main_content .view_main .slick-slide {
  outline: none;
}
#product.detail #main_content .view_main .slick-slide img {
  width: 100%;
  max-width: 532px;
  margin: 0 auto;
}
#product.detail #main_content .view_list {
  margin-top: 20px;
}
#product.detail #main_content .view_list .slick-slider {
  width: 300px;
  margin: 0 auto;
}
#product.detail #main_content .view_list .slick-list {
  overflow: hidden;
}
#product.detail #main_content .view_list .slick-slide {
  outline: none;
}
#product.detail #main_content .view_list .slick-slide img {
  margin: 0 10px;
  width: 80px;
}
@media (max-width: 640px) {
  #product.detail #main_content .view_list .slick-prev {
    display: none !important;
  }
  #product.detail #main_content .view_list .slick-next {
    display: none !important;
  }
}
#product.detail #main_content .view_list .slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-top: solid 2px #e90505;
  border-left: solid 2px #e90505;
  width: 10px;
  height: 10px;
}
#product.detail #main_content .view_list .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #e90505;
  border-right: solid 2px #e90505;
  width: 10px;
  height: 10px;
}
#product.detail #main_content .view_list .view_btn {
  text-align: center;
  padding-top: 10px;
}
#product.detail #main_content .view_list .view_btn span {
  background: url(/media/images/product/detail/view_icon.jpg) left center no-repeat;
  display: inline-block;
  padding-left: 30px;
  min-height: 14px;
  font-size: 87.5%;
  color: #e90505;
  cursor: pointer;
}
#product.detail #main_content .info_important .title {
  background: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 18em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  #product.detail #main_content .info_important .title {
    width: auto;
  }
}
#product.detail #main_content .info_important .title:before {
  background: url(/media/images/common/icon_important.png) left center no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 14px;
  height: 25px;
  margin-right: 10px;
}
#product.detail .tab_block {
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  #product.detail .tab_block {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #product.detail .tab_block {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #product.detail .tab_block > ul {
    background: #fff;
    overflow: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  #product.detail .tab_block > ul li {
    width: 50%;
    min-width: none;
    padding: 0.5em 10px;
  }
}
@media (max-width: 640px) {
  #product.detail #detail_content .tab_change .tab_block > ul li:last-of-type {
    min-width: auto;
  }
}
#product.detail #detail_content .tab_contents {
  padding-top: 6em;
}
@media (max-width: 640px) {
  #product.detail #detail_content .tab_contents {
    padding-top: 3em;
  }
}
#product.detail #detail_content .tab_contents .product_features figure {
  margin-bottom: 5px;
}
@media (max-width: 640px) {
  #product.detail #detail_content .tab_contents .product_features .grid_layout_lg {
    margin-left: 0;
    margin-right: 0;
  }
  #product.detail #detail_content .tab_contents .product_features .grid_layout_lg .col {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  #product.detail #detail_content .tab_contents .product_features .grid_layout_sm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #product.detail #detail_content .tab_contents .product_features .grid_layout_sm .col {
    width: calc(50% - 32px);
  }
  #product.detail #detail_content .tab_contents .product_features .grid_layout_sm .col img {
    width: 100%;
  }
}
#product.detail #detail_content .tab_contents .spec th {
  width: 22%;
}
@media (max-width: 640px) {
  #product.detail #detail_content .tab_contents .spec th {
    width: 28%;
  }
}
#product.detail #detail_content .tab_contents .cont_set + .borderb_title {
  margin-top: 1.5em;
}
#product.detail #detail_content .tab_contents .cont_set .mod_area {
  margin-bottom: 0;
}
#product.detail #detail_content .tab_contents .cont_set table {
  font-size: 87.5%;
}
#product.detail #detail_content .tab_contents .cont_set table.table_layout {
  font-size: 100%;
}
#product.detail #detail_content .tab_contents .cont_set + .cont_set {
  margin-top: 70px;
}
@media only screen and (max-width: 640px) {
  #product.detail #detail_content .tab_contents .cont_set + .cont_set {
    margin-top: 30px;
  }
}
#product.detail #detail_content .tab_contents .option .option_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px -20px;
}
@media only screen and (max-width: 640px) {
  #product.detail #detail_content .tab_contents .option .option_wrap {
    margin: 0;
  }
}
#product.detail #detail_content .tab_contents .option .option_wrap.pt01 .option_set .img_wrap {
  background-color: #f8f8f8;
  position: relative;
}
#product.detail #detail_content .tab_contents .option .option_wrap.pt01 .option_set .img_wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#product.detail #detail_content .tab_contents .option .option_wrap.pt01 .option_set .img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#product.detail #detail_content .tab_contents .option .option_wrap.pt02 .option_set .img_wrap {
  border: solid 1px #b8b8b8;
  overflow: hidden;
  position: relative;
}
#product.detail #detail_content .tab_contents .option .option_wrap.pt02 .option_set .img_wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#product.detail #detail_content .tab_contents .option .option_wrap.pt02 .option_set .img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: none;
  height: 100%;
  width: auto;
}
#product.detail #detail_content .tab_contents .option .option_wrap .option_set {
  width: 25%;
  padding: 0 16px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  #product.detail #detail_content .tab_contents .option .option_wrap .option_set {
    width: 33.3333333%;
  }
}
@media only screen and (max-width: 640px) {
  #product.detail #detail_content .tab_contents .option .option_wrap .option_set {
    width: 100%;
    padding: 0;
    margin: 0 -10px;
  }
  #product.detail #detail_content .tab_contents .option .option_wrap .option_set + .option_set {
    border-top: solid 1px #e8e8e8;
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) and (max-width: 480px) {
  #product.detail #detail_content .tab_contents .option .option_wrap .option_set {
    margin: 0 -5px;
  }
}
@media only screen and (max-width: 640px) {
  #product.detail #detail_content .tab_contents .option .option_wrap .option_set .img_wrap,
#product.detail #detail_content .tab_contents .option .option_wrap .option_set .txt {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 640px) and (max-width: 480px) {
  #product.detail #detail_content .tab_contents .option .option_wrap .option_set .img_wrap,
#product.detail #detail_content .tab_contents .option .option_wrap .option_set .txt {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 640px) {
  #product.detail #detail_content .tab_contents .option .option_wrap .option_set .img_wrap {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  #product.detail #detail_content .tab_contents .option .option_wrap .option_set .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  #product.detail #detail_content .tab_contents .option .option_wrap .option_set .txt {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  #product.detail #detail_content .tab_contents .option .option_wrap .option_set .set_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#product.detail #detail_content .tab_contents .option .option_wrap .option_set a {
  display: block;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  #product.detail #detail_content .tab_contents .option .option_wrap .option_set a h3:after {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #product.detail #detail_content .tab_contents .option .option_wrap .option_set a:hover h3 {
    text-decoration: underline;
  }
  #product.detail #detail_content .tab_contents .option .option_wrap .option_set a:hover h3:after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
  #product.detail #detail_content .tab_contents .option .option_wrap .option_set a:hover .discon_badge {
    opacity: 0;
  }
}
#product.detail #detail_content .tab_contents .option .option_wrap .option_set .img_wrap {
  background-color: #f8f8f8;
  position: relative;
}
#product.detail #detail_content .tab_contents .option .option_wrap .option_set .img_wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#product.detail #detail_content .tab_contents .option .option_wrap .option_set .img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
#product.detail #detail_content .tab_contents .option .option_wrap .option_set .img_wrap .discon_badge {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 112.5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  #product.detail #detail_content .tab_contents .option .option_wrap .option_set .img_wrap .discon_badge {
    font-size: 87.5%;
  }
}
#product.detail #detail_content .tab_contents .option .option_wrap .option_set .txt {
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
  #product.detail #detail_content .tab_contents .option .option_wrap .option_set .txt {
    font-size: 87.5%;
  }
}
#product.detail #detail_content .tab_contents .option .option_wrap .option_set .txt h3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 112.5%;
  line-height: 1.3;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 640px) {
  #product.detail #detail_content .tab_contents .option .option_wrap .option_set .txt h3 {
    font-size: 100%;
  }
}
#product.detail #detail_content .tab_contents .option .option_wrap .option_set a .txt h3:after {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #e90505;
  height: 1em;
  font-size: 80%;
  margin-left: 0.5em;
}
#product.detail #detail_content .tab_contents .option .option_wrap .option_set .txt p {
  color: #282828;
  font-size: 87.5%;
  line-height: 1.5;
}
#product.detail #detail_content .tab_contents .option .option_wrap .option_set .txt p span {
  font-size: 75%;
}
#product.detail #detail_content .tab_contents .option .option_wrap .option_set .txt p.price {
  font-size: 75%;
  margin-top: 5px;
}
#product.detail #detail_content .tab_contents .option .option_wrap .option_set .txt p.simple {
  font-size: 75%;
  font-weight: bold;
}
#product.detail #detail_content .tab_contents .option li {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  #product.detail #detail_content .tab_contents .option li {
    margin: 0 16px 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  #product.detail #detail_content .tab_contents .option li:last-of-type {
    border-bottom: none;
  }
  #product.detail #detail_content .tab_contents .option li figure {
    width: 100%;
    margin: 0 10px 0 0;
  }
  #product.detail #detail_content .tab_contents .option li .detail {
    margin: 0 0 0 10px;
    width: 100%;
  }
}
#product.detail #detail_content .tab_contents .option li .detail > * {
  margin-bottom: 10px;
}
#product.detail #detail_content .tab_contents .option li .link {
  font-size: 125%;
}
@media (max-width: 640px) {
  #product.detail #detail_content .tab_contents .option li .link {
    font-size: 100%;
  }
}
#product.detail #detail_content .tab_contents .option li .outline {
  line-height: 1.5;
}
#product.detail #detail_content .tab_contents .option li .outline span {
  font-size: 75%;
}
#product.detail #detail_content .tab_contents .option .combi_set li {
  padding: 0;
  margin: 0;
}
#product.detail #detail_content .tab_contents .option .combi_set li + li {
  margin-top: 2em;
}
#product.detail #detail_content .tab_contents .support table {
  table-layout: fixed;
}
#product.detail #detail_content .tab_contents .support table th, #product.detail #detail_content .tab_contents .support table td {
  vertical-align: middle;
}
#product.detail #detail_content .tab_contents .support table th {
  text-align: center;
}
#product.detail #detail_content .tab_contents .support table td {
  text-align: center;
}
@media (max-width: 640px) {
  #product.detail #detail_content .tab_contents .support table td {
    word-break: break-word;
  }
}
#product.detail #detail_content .tab_contents .support table td a {
  color: #e90505;
}
@media (max-width: 640px) {
  #product.detail #detail_content .tab_contents .support table td:last-of-type {
    width: 33%;
  }
}
@media (max-width: 640px) {
  #product.detail #detail_content .tab_contents .support .firmware td {
    width: calc(100% / 3);
  }
}
#product.detail #detail_content .tab_contents .support .firmware td:nth-of-type(2), #product.detail #detail_content .tab_contents .support .firmware td:last-of-type {
  width: 25%;
}
@media (max-width: 640px) {
  #product.detail #detail_content .tab_contents .support .firmware td:nth-of-type(2), #product.detail #detail_content .tab_contents .support .firmware td:last-of-type {
    width: 33.3333%;
  }
}
#product.detail #detail_content .tab_contents .support .firmware + div {
  text-align: right;
}
@media (max-width: 640px) {
  #product.detail #detail_content .tab_contents .support .firmware + div a {
    font-size: 87.5%;
  }
}

/* Others
=========*/
.info_important + .info_important {
  margin-top: 2em;
}

.info_important.not .title {
  background: none;
  color: #282828;
}

#rotation_modal {
  overflow: hidden;
}
#rotation_modal .modal_area {
  padding: 0;
}
#rotation_modal .modal_content {
  overflow: hidden;
}
#rotation_modal #rotation_area {
  height: 100vh;
  background: url(../media/images/common/loading.gif) no-repeat 50% 50%;
  background-size: 50px 50px;
}
#rotation_modal #rotation_area span.ver {
  background-color: #808080;
  color: #fff;
  display: table;
  font-size: 150%;
  font-weight: bold;
  padding: 0.5em 1em;
  position: fixed;
  top: 80px;
  left: 5%;
  z-index: 1200;
}
@media only screen and (max-width: 640px) {
  #rotation_modal #rotation_area span.ver {
    font-size: 125%;
  }
}
#rotation_modal #rotation_area .spritespin {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50% !important;
  left: 50%;
  overflow: visible !important;
  position: absolute !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100vh !important;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  #rotation_modal #rotation_area .spritespin {
    width: 130% !important;
  }
}
@media only screen and (max-width: 1024px) {
  #rotation_modal #rotation_area .spritespin {
    width: 150% !important;
  }
}
@media only screen and (max-width: 640px) {
  #rotation_modal #rotation_area .spritespin {
    width: 120% !important;
  }
}
@media only screen and (max-width: 500px) {
  #rotation_modal #rotation_area .spritespin {
    width: 150% !important;
  }
}
@media only screen and (max-width: 400px) {
  #rotation_modal #rotation_area .spritespin {
    width: 180% !important;
  }
}
@media only screen and (max-width: 350px) {
  #rotation_modal #rotation_area .spritespin {
    width: 150% !important;
  }
}
#rotation_modal #rotation_area .spritespin .spritespin-canvas {
  width: 100% !important;
  height: auto !important;
  position: static !important;
}
@media only screen and (min-width: 641px) {
  #rotation_modal #rotation_area .spritespin .spritespin-canvas {
    max-width: 50%;
    margin: 0 auto;
  }
}
#rotation_modal #rotation_area #control {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2500;
}
#rotation_modal #rotation_area #control ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#rotation_modal #rotation_area #control ul li {
  color: #fff;
  cursor: pointer;
  line-height: 1.5;
  font-size: 250%;
  font-weight: normal;
  padding: 0 0.5em;
}
#rotation_modal #rotation_area #control ul li:before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#rotation_modal #rotation_area #control ul li#spritespin1:before {
  content: "";
}
#rotation_modal #rotation_area #control ul li#zi:before {
  content: "";
}
#rotation_modal #rotation_area #control ul li#zo:before {
  content: "";
}
#rotation_modal #rotation_area #control ul li#zr:before {
  content: "";
}
