#buy-together,
#see-also,
#buy-also {
  height: 380px !important;
}
#buy-together ul li.search-item,
#see-also ul li.search-item,
#buy-also ul li.search-item {
  height: 380px !important;
}
#buy-together ul li.search-item:hover,
#see-also ul li.search-item:hover,
#buy-also ul li.search-item:hover {
  background: unset !important;
}
#buy-together ul li.search-item a.txt-link::before,
#see-also ul li.search-item a.txt-link::before,
#buy-also ul li.search-item a.txt-link::before {
  display: none;
}
#buy-together:not(.loaded),
#see-also:not(.loaded),
#buy-also:not(.loaded) {
  border: none !important;
}
#buy-together:not(.loaded) .bx-wrapper::before,
#see-also:not(.loaded) .bx-wrapper::before,
#buy-also:not(.loaded) .bx-wrapper::before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 4px;
  border-color: #aaa rgba(0, 0, 0, 0.062745098) rgba(0, 0, 0, 0.062745098);
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  left: calc(50% - 20px);
  top: 30px;
  content: "";
}
#buy-together:not(.loaded) .bx-wrapper *,
#see-also:not(.loaded) .bx-wrapper *,
#buy-also:not(.loaded) .bx-wrapper * {
  opacity: 0;
}
#buy-together.offAutoPlay,
#see-also.offAutoPlay,
#buy-also.offAutoPlay {
  border: none !important;
}
#buy-together.offAutoPlay .search-item,
#see-also.offAutoPlay .search-item,
#buy-also.offAutoPlay .search-item {
  border: none !important;
}
#buy-together.offAutoPlay .search-item.bx-clone,
#see-also.offAutoPlay .search-item.bx-clone,
#buy-also.offAutoPlay .search-item.bx-clone {
  display: none !important;
}
#buy-together.offAutoPlay .bx-viewport > ul,
#see-also.offAutoPlay .bx-viewport > ul,
#buy-also.offAutoPlay .bx-viewport > ul {
  width: 100% !important;
  left: 0 !important;
}
#buy-together.offAutoPlay .bx-controls,
#see-also.offAutoPlay .bx-controls,
#buy-also.offAutoPlay .bx-controls {
  display: none !important;
}
#buy-together.iosbef15 .together_check.cf,
#see-also.iosbef15 .together_check.cf,
#buy-also.iosbef15 .together_check.cf {
  display: none !important;
}
#buy-together.iosbef15, #buy-together.iosbef15 ul li.search-item,
#see-also.iosbef15,
#see-also.iosbef15 ul li.search-item,
#buy-also.iosbef15,
#buy-also.iosbef15 ul li.search-item {
  height: 340px !important;
}

.together_check.cf {
  display: block;
}
.together_check.cf::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.together_check.cf label.checkbox {
  position: unset;
  margin: 3px 0;
  padding-left: 15px;
}
.together_check.cf label.checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.together_check.cf label.checkbox input[type=checkbox]::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #555;
  background: #fff;
  left: 0;
  border-radius: 2px;
}
.together_check.cf label.checkbox input[type=checkbox]::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 6px;
  top: 1.5px;
  left: 2px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

.together_check.cf:has(label.active) {
  background-color: #ffeca4;
}
.together_check.cf:has(label.active) input[type=checkbox]::before {
  background: #ff9600;
  border: 1px solid #ff9600;
}

@media (min-width: 601px) {
  .together_check.cf:hover {
    background-color: #ffeca4;
  }
  .together_check.cf:hover input[type=checkbox]::before {
    border: 1px solid #ff9600;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=buy-together.css.map */