/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
.sales_sp {
  box-shadow: 1px 1px 20px 1px #ddd;
  padding: 20px 15px 30px;
  border-radius: 20px;
  margin-bottom: 40px;
}
.sales_sp > table {
  margin-top: 30px;
}

.machine_photo {
  position: relative;
  display: block;
}
.machine_photo::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 100;
  pointer-events: none;
}
.machine_photo._soldout > img {
  opacity: 0.5;
}
.machine_photo._soldout::before {
  width: 200px;
  height: 75px;
  background: url(/gf/einou/machine/img/soldout.png) no-repeat center center/contain;
}
.machine_photo._pending > img {
  opacity: 0.5;
}
.machine_photo._pending::before {
  width: 75px;
  height: 150px;
  background: url(/gf/einou/machine/img/pending.png) no-repeat center center/contain;
}

.machine_tab {
  position: relative;
  display: block;
}
.machine_tab a {
  display: block;
  margin: 0 auto;
  transition: 0.3s all;
  width: auto !important;
}
.machine_tab a:hover, .machine_tab a:active {
  opacity: 0.95;
  transform: translateY(3px);
}
.machine_tab a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 100;
  pointer-events: none;
}
.machine_tab a._selected::before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

.js-group_slider {
  margin-bottom: 20px;
}
.js-group_slider .group_main {
  margin-bottom: 20px;
}
.js-group_slider .group_sub {
  /* background-color: #aaa; */
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 999px) {
  .js-group_slider .group_sub {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.js-group_slider .group_sub .nav_item {
  position: relative;
}
@media screen and (min-width: 1000px), print {
  .js-group_slider .group_sub .nav_item {
    padding-left: 10px;
    padding-right: 10px;
    width: 150px;
  }
}
@media screen and (max-width: 999px) {
  .js-group_slider .group_sub .nav_item {
    padding-left: 5px;
    padding-right: 5px;
    width: 100px;
  }
}
.js-group_slider .group_sub .nav_item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: 100%;
  transition: background-color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
}
@media screen and (min-width: 1000px), print {
  .js-group_slider .group_sub .nav_item::before {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 999px) {
  .js-group_slider .group_sub .nav_item::before {
    width: calc(100% - 10px);
  }
}
.js-group_slider .group_sub .slick-current .nav_item::before {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.js-group_slider .group_sub .arrows button {
  pointer-events: auto;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: #303030;
}
.js-group_slider .group_sub .arrows button::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/gf/shared/img/icon/arrow/group_sub.png") center center/cover no-repeat transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
}
.js-group_slider .group_sub .arrows .slick-arrow.slick-disabled {
  display: none !important;
}

.machine_table > th {
  width: 30% !important;
}
@media screen and (max-width: 991px) {
  .machine_table > th {
    width: 100% !important;
  }
}

table.responsive.responsive-all.list_table {
  margin-bottom: 15px;
}