@charset "UTF-8";
section {
  width: 100%;
}

img {
  max-width: 100%;
}

body {
  background: url("//storage-asset.msi.com/event/2020/nb/CZ_BTS/images/bg.jpg") repeat-y;
  font-family: "DINPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* KV */
.kv-wrapper img {
  width: 100%;
}

/* Product */
.item-wrapper {
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
}

.item-wrapper .item-block {
  margin: 20px 10px;
  width: 30%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.item-wrapper .item-block .item-block__img {
  background: url("//storage-asset.msi.com/event/2020/nb/CZ_BTS/images/product_bg.png") no-repeat;
  background-size: cover;
  text-align: center;
}

.item-wrapper .item-block .item-block__img h2 {
  color: #fff;
  font-size: 36px;
  text-align: center;
  padding-bottom: 15px;
}

.item-wrapper .item-block .item-block__mid {
  position: relative;
  min-height: 380px;
  background: #eeeeee;
  padding-bottom: 30px;
}

.item-wrapper .item-block .item-block__mid .item-block__mid__num {
  text-align: center;
  padding-top: 25px;
}

.item-wrapper .item-block .item-block__mid .item-block__mid__num span {
  display: block;
  font-size: 50px;
  font-weight: bold;
}

.item-wrapper .item-block .item-block__mid .item-block__mid__num span:nth-of-type(1) {
  position: relative;
}

.item-wrapper .item-block .item-block__mid .item-block__mid__num span:nth-of-type(1)::before {
  content: '';
  background: url("//storage-asset.msi.com/event/2020/nb/CZ_BTS/images/price_line.png") no-repeat;
  width: 253px;
  height: 30px;
  position: absolute;
  margin: -15px 0 0 -126px;
  top: 50%;
  left: 50%;
}

.item-wrapper .item-block .item-block__mid .item-block__mid__num span:nth-of-type(2) {
  color: #ff0000;
}

.item-wrapper .item-block .item-block__mid .item-block__mid__memo {
  position: absolute;
  right: 0;
  top: 50px;
}

.item-wrapper .item-block .item-block__mid .item-block__mid__list {
  list-style: none;
  position: absolute;
  top: 160px;
  left: 10px;
}

.item-wrapper .item-block .item-block__mid .item-block__mid__list li {
  font-size: 20px;
  padding: 6px 0;
  color: #000;
  font-weight: 600;
}

.item-wrapper .item-block .item-block__mid .item-block__mid__list li::before {
  content: "．";
  color: #a9a9a9;
}

.item-wrapper .item-block .item-block__btn {
  background: #d40000;
  font-size: 36px;
  color: #fff;
  text-align: center;
  padding: 12px 0;
}

.item-wrapper .item-block .item-block__btn a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

@media (min-width: 1025px) {
  .item-wrapper .item-block {
    margin: 20px 10px;
    width: 30%;
  }
  .item-wrapper .item-block .item-block__img img {
    height: 265px;
  }
  .item-wrapper .item-block .item-block__mid .item-block__mid__memo {
    position: absolute;
    right: 0;
    top: 90px;
    text-align: right;
  }
  .item-wrapper .item-block .item-block__mid .item-block__mid__memo img {
    width: 80%;
  }
}

@media (min-width: 1367px) {
  .item-wrapper .item-block {
    margin: 20px 10px;
    width: 30%;
  }
  .item-wrapper .item-block .item-block__mid .item-block__mid__memo {
    position: absolute;
    right: 10px;
    top: 70px;
  }
}

@media (max-width: 1024px) {
  .item-wrapper .item-block {
    margin: 20px 10px;
    width: 45%;
  }
  .item-wrapper .item-block .item-block__img img {
    height: 230px;
  }
  .item-wrapper .item-block .item-block__mid {
    position: relative;
    min-height: 400px;
    background: #eeeeee;
    padding-bottom: 30px;
  }
  .item-wrapper .item-block .item-block__mid .item-block__mid__memo {
    position: absolute;
    right: 0;
    top: 50px;
  }
  .item-wrapper .item-block .item-block__mid .item-block__mid__list {
    list-style: none;
    position: absolute;
    top: 160px;
    left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .item-wrapper .item-block {
    margin: 20px 10px;
    width: 45%;
  }
  .item-wrapper .item-block .item-block__img img {
    height: 230px;
  }
  .item-wrapper .item-block .item-block__mid {
    position: relative;
    min-height: 400px;
    background: #eeeeee;
    padding-bottom: 30px;
  }
  .item-wrapper .item-block .item-block__mid .item-block__mid__memo {
    position: absolute;
    right: 0;
    top: 100px;
    text-align: right;
  }
  .item-wrapper .item-block .item-block__mid .item-block__mid__memo img {
    width: 70%;
  }
  .item-wrapper .item-block .item-block__mid .item-block__mid__list {
    list-style: none;
    position: absolute;
    top: 160px;
    left: 10px;
  }
}

@media (max-width: 767px) {
  .item-wrapper .item-block {
    width: 100%;
  }
  .item-wrapper .item-block .item-block__img {
    padding-bottom: 20px;
  }
  .item-wrapper .item-block .item-block__img img {
    width: 70%;
    height: auto;
    padding-bottom: 10px;
  }
  .item-wrapper .item-block .item-block__mid {
    min-height: 400px;
  }
  .item-wrapper .item-block .item-block__mid .item-block__mid__memo {
    top: 100px;
    text-align: right;
  }
  .item-wrapper .item-block .item-block__mid .item-block__mid__memo img {
    width: 80%;
  }
  .item-wrapper .item-block .item-block__mid .item-block__mid__list {
    top: 180px;
  }
  .item-wrapper .item-block .item-block__btn {
    font-size: 30px;
  }
  .item-wrapper .item-block:last-child {
    display: none;
  }
}

/* Text */
.text-wrapper {
  margin: 80px 0;
}

.text-wrapper .text {
  font-size: 50px;
  padding: 0 20px;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 1025px) {
  .text-wrapper.flex-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (max-width: 1024px) {
  .text-wrapper.flex-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .text-wrapper .text {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .text-wrapper img {
    display: none;
  }
}

/* Shop */
#shop {
  margin-bottom: 80px;
}

.shop-wrapper {
  text-align: center;
  max-width: 1580px;
}

.shop-wrapper.flex-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto;
}

.shop-wrapper img {
  width: 80%;
}

@media (max-width: 1024px) {
  .shop-wrapper.flex-container {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .shop-wrapper.flex-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .shop-wrapper a {
    margin: 10px 0;
  }
  .shop-wrapper img {
    width: 50%;
  }
}

/* WTB popup */
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: black;
  text-align: center;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
}

.popup:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
}

.popup-inner {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: relative;
  max-width: 1000px;
  width: 90%;
  padding: 40px;
  -webkit-box-shadow: 0px 2px 6px #000;
          box-shadow: 0px 2px 6px #000;
  border-radius: 3px;
  background: #fff;
  text-align: center;
}

.popup-inner .popbtn {
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  background: #a7a7a7;
  padding: 10px 20px;
  margin-top: 30px;
  color: #fff;
  display: inline-block;
}

.popup-inner .popbtn:hover {
  background: #c5c5c5;
}

.popup-inner .flex-container {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.popup-inner .flex-container img {
  width: 80%;
}

.popup-close {
  width: 34px;
  height: 34px;
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 24px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  border: solid 4px #808080;
}

.popup-close:after, .popup-close:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  height: 4px;
  width: 16px;
  border-radius: 30px;
  background: #808080;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: #f00;
  text-decoration: none;
  border-color: #f00;
}

.popup-close:hover:after, .popup-close:hover:before {
  background: #fff;
}

@media (max-width: 767px) {
  .popup-inner {
    width: auto;
    max-width: 1000px;
    margin: 10px;
    padding: 40px;
    -webkit-box-shadow: 0px 2px 6px #000;
            box-shadow: 0px 2px 6px #000;
    border-radius: 3px;
    background: #fff;
    text-align: center;
  }
  .popup .flex-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .popup .flex-container img {
    width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */