@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
section {
  width: 100%;
}

img {
  max-width: 100%;
}

body {
 
  font-family: "DINPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #FFF;
}
/*common*/
.text-center{text-align: center;}
.text-left{text-align: left;}
#cz_even{
    display: block;
    background-color: #fff;
    width: 100%;
}
#cz_even h2{
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
}
#cz_even h3{color: #63393c;font-size: 36px;
    line-height: 1.2;padding-bottom: 12px;
    font-weight: bold;}
@media (max-width:1366px)   {
#cz_even h2,#cz_even h3 {
    font-size: 28px;
}

} 
@media (max-width:1024px)   {
#cz_even h2,#cz_even h3 {
    font-size: 21px;
}

} 
.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;
      justify-content: center;
}

/* KV */
#kv{display: block;width: 100%;margin: 0 auto 2%;  background-color: #dba39c;}
.kv-wrapper {
    display: block;
    width: 100%;
    position: relative;
 
}
.kv-wrapper .msi__logo a{display: block; width: 15%; position: absolute;left:2%; top:5%; z-index: 8;text-decoration: none;outline: none;}
.kv-wrapper .kv__bg{display: block;position: relative;z-index: 0;}
.kv-wrapper .kv__txt{display: block;position: absolute;z-index: 5;bottom:2%; width: 80%;left: 10%;}
.kv-wrapper .kv__title{display: block;position: absolute;z-index: 5;top:18%; width: 40%;left: 30%;font-size: 180px;font-weight:bold;color: #FFF;text-align: center;font-family: 'Lobster', cursive;}
.kv-wrapper .smallT{display: block;position: absolute;z-index: 5;bottom:18%; width: 40%;left: 30%;font-size: 28px;font-weight:bold;color: #FFF;text-align: center;}

@media (max-width:1024px)   {
.kv-wrapper .kv__txt{position: relative; left: auto; bottom: auto; margin: 0 auto; width: 90%;}


.kv-wrapper .kv__title {font-size:80px; width: 90%;position: relative; left: auto; top: auto; margin: 0 auto;text-align: center;} 
.kv-wrapper .smallT {position: relative; left: auto; bottom: auto; margin: 0 auto;}
} 
} 
/* Product */
#product {
    background-color: #FFF;
    width: 100%;
    
}

.item-wrapper {
  width: 100%;
  max-width: 1580px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  
}

.item-wrapper .item-block {
  margin: 20px 10px;
  width: 31%;
  
  /* -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;
  background-color: #b3bdc7;
}

.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("https://storage-asset.msi.com/event/2021/nb/2021-cz-march/images/price_line.png") no-repeat;
  width: 253px;
  height: 30px;
  position: absolute;
  margin: -15px 0 0 -126px;
  top: 50%;
  left: 50%;
} */
.item-wrapper .border {
    width: 35%;
    margin: auto;
    margin-top: -5%;
    margin-bottom: 5%;
    transform: rotate(10deg);
    border-color: #dca39c;
    border-width: 5px;
    }
.item-wrapper .sleva {
    margin-left: 68%;
    margin-top: -17%;
    font-size: 31px;
    color: #daa39c;
    transform: rotate(-17deg);
}    
.item-wrapper .item-block .item-block__mid .item-block__mid__num span:nth-of-type(2) {
  color: #68a5c4;
}

/* .item-wrapper .item-block .item-block__mid .item-block__mid__memo {
  position: absolute;
  right: 20px;
  top: 15%;
  transform: rotate(-15deg); 
  color: #dca39c;
  font-size: 21px;
  text-align: center;
  display: block;
  font-weight: bold;
  line-height: 1.2;

} */

.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: #68a5c4;
  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;
   
  }
  
  
}

@media (min-width: 1367px) {
  .item-wrapper .item-block {
    margin: 20px 10px;
    width: 30%;
  }
  
}

@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__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;
    
  }
  .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 */