@charset "UTF-8";
.popup[data-popup=popup__deal-components] {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.popup[data-popup=popup__deal-components]::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.popup[data-popup=popup__deal-components] .popup__content--buynow {
  max-width: 100%;
}
.popup[data-popup=popup__deal-components] .popup__content--buynow .popup__buynow-scroll {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  overscroll-behavior-x: contain;
}

.buynowarea__block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  gap: 20px 20px;
}
.buynowarea__block .item {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .buynowarea__block .item {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (min-width: 996px) {
  .buynowarea__block .item {
    flex: 0 0 calc(30% - 20px);
  }
}
@media (min-width: 1300px) {
  .buynowarea__block .item {
    flex: 0 0 calc(25% - 20px);
  }
}
.buynowarea__block .item figure {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.buynowarea__block .item figure img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
.buynowarea__block .item .item__txtBox {
  text-align: center;
}
.buynowarea__block .item .learnBtn, .buynowarea__block .item .buyNowBtn {
  text-align: center;
  position: relative;
  display: block;
  outline: none;
  background-size: 100%;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  width: 100%;
  max-width: 200px;
  padding: 5px 0;
  transition: 0.2s;
  margin: 0 auto 12px;
  opacity: 0.9;
  background: var(--theme-color);
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
}
.buynowarea__block .item .learnBtn:hover, .buynowarea__block .item .buyNowBtn:hover {
  filter: brightness(1.04) drop-shadow(0 0 10px var(--theme-color));
}
.buynowarea__block .item .item__txtBox-name, .buynowarea__block .item__txtBox-name {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
}

.popup .popout {
  z-index: 110;
}

.popout {
  background: rgba(0, 0, 0, 0.6117647059);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.popout__block {
  max-width: 760px;
  background: #000;
  background-size: 100% 100%;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}
.popout__block-close::after {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -13px;
  left: 0px;
  content: "×";
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.popout__block-close:hover::after {
  opacity: 0.8;
}
.popout__dm {
  display: flex;
  justify-content: center;
  padding: 60px 10px 20px 10px;
  align-items: center;
  flex-wrap: wrap;
}
.popout__dm a {
  width: calc(50% - 10px);
  background: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 5px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}
.popout__dm a img {
  height: 50px;
}

/*# sourceMappingURL=buynow.css.map */
