:root {
  --theme: #ceb193;
  --themeT: #fae4cf;
}

#msi_twYrsale {
  display: block;
  width: 100%;
  color: #000;
  font-size: 16px;
}
#msi_twYrsale h2 {
  font-size: 2em;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-top: 5px;
}
@media (min-width: 996px) {
  #msi_twYrsale h2 {
    font-size: 2.5em;
    font-weight: 900;
  }
}
#msi_twYrsale h2 span {
  color: #fff;
}
#msi_twYrsale p {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  padding-top: 30px;
}
#msi_twYrsale img {
  max-width: 100%;
  display: block;
}
#msi_twYrsale .wrapper {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}
#msi_twYrsale .section-bar {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
#msi_twYrsale .section-bar.pink {
  background-color: #eb0538;
}
#msi_twYrsale .section-bar.gray {
  background-color: #848484;
}
#msi_twYrsale .section-bar.darkgray {
  background-color: #524e4e;
}
#msi_twYrsale .msionlin-shop {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#msi_twYrsale .msionlin-shopTitle {
  padding: 5% 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #f6e299), color-stop(70%, #d69f45));
  background: linear-gradient(to top, #f6e299 10%, #d69f45 70%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
#msi_twYrsale .e-shopFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2%;
}
@media (min-width: 996px) {
  #msi_twYrsale .e-shopFlex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#msi_twYrsale .e-shopFlex__item {
  display: block;
  width: 90%;
  margin: 3% auto;
}
@media (min-width: 768px) {
  #msi_twYrsale .e-shopFlex__item {
    width: 50%;
  }
}
@media (min-width: 996px) {
  #msi_twYrsale .e-shopFlex__item {
    width: 40%;
  }
}
#msi_twYrsale .wtb {
  font-size: 1em;
  max-width: 1440px;
  margin: 0 auto;
  padding: 2% 5% 5%;
}
@media (min-width: 996px) {
  #msi_twYrsale .wtb {
    font-size: 1.2em;
  }
}
#msi_twYrsale .wtb__box {
  width: 100%;
  border: 1px solid rgb(88, 88, 88);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
}
#msi_twYrsale .wtb__box-info {
  background: rgb(88, 88, 88);
  color: #fff;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 23px;
  cursor: pointer;
  border-bottom: 1px solid rgb(107, 107, 107);
}
#msi_twYrsale .wtb__box-info.sub-info {
  background: color-mix(in srgb, var(--theme) 40%, transparent);
  font-size: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid var(--theme);
}
#msi_twYrsale .wtb__box-info.sub-info:hover {
  background-color: rgba(255, 255, 255, 0.486);
}
#msi_twYrsale .wtb__box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 5px;
  margin: 0;
  background: color-mix(in srgb, var(--theme) 20%, transparent);
}
@media (min-width: 768px) {
  #msi_twYrsale .wtb__box-title {
    padding: 0 0 0 10px;
  }
}
@media (min-width: 996px) {
  #msi_twYrsale .wtb__box-title {
    padding: 0 0 0 20px;
  }
}
#msi_twYrsale .wtb__box-title--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#msi_twYrsale .wtb__box-title li {
  list-style: none;
  text-align: left;
  color: var(--theme);
  padding: 10px;
  font-weight: normal;
}
#msi_twYrsale .wtb__box-title li:nth-child(1) {
  width: 28%;
}
@media (min-width: 768px) {
  #msi_twYrsale .wtb__box-title li:nth-child(1) {
    width: 28%;
  }
}
@media (min-width: 996px) {
  #msi_twYrsale .wtb__box-title li:nth-child(1) {
    width: 10%;
  }
}
#msi_twYrsale .wtb__box-title li:nth-child(2) {
  width: 30%;
}
@media (min-width: 768px) {
  #msi_twYrsale .wtb__box-title li:nth-child(2) {
    width: 21%;
  }
}
@media (min-width: 996px) {
  #msi_twYrsale .wtb__box-title li:nth-child(2) {
    width: 20%;
  }
}
#msi_twYrsale .wtb__box-title li:nth-child(3) {
  width: 42%;
}
@media (min-width: 768px) {
  #msi_twYrsale .wtb__box-title li:nth-child(3) {
    width: 51%;
  }
}
@media (min-width: 996px) {
  #msi_twYrsale .wtb__box-title li:nth-child(3) {
    width: 15%;
  }
}
@media (min-width: 996px) {
  #msi_twYrsale .wtb__box-title li:nth-child(4) {
    width: 55%;
  }
}
#msi_twYrsale .wtb__box-collapse--active {
  display: block;
}
#msi_twYrsale .wtb__box-content {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 5px;
  margin: 0;
  background: #f1f1f1;
  border: 1px solid rgba(92, 92, 92, 0.089);
}
@media (min-width: 768px) {
  #msi_twYrsale .wtb__box-content {
    padding: 0 0 0 10px;
  }
}
@media (min-width: 996px) {
  #msi_twYrsale .wtb__box-content {
    padding: 0 0 0 20px;
  }
}
#msi_twYrsale .wtb__box-content li {
  list-style: none;
  text-align: left;
  color: #664d40;
  padding: 5px;
  font-size: 17px;
}
#msi_twYrsale .wtb__box-content li a {
  text-decoration: underline;
  margin-left: 5px;
  color: #337ab7;
}
#msi_twYrsale .wtb__box-content li a:hover {
  text-decoration: none;
  color: #000;
}
#msi_twYrsale .wtb__box-content li .fa {
  margin-right: 10px;
  font-family: "FontAwesome" !important;
}
@media (min-width: 996px) {
  #msi_twYrsale .wtb__box-content li .fa {
    margin-right: 30px;
  }
}
#msi_twYrsale .wtb__box-content li:nth-child(1) {
  width: 28%;
}
@media (min-width: 768px) {
  #msi_twYrsale .wtb__box-content li:nth-child(1) {
    width: 28%;
  }
}
@media (min-width: 996px) {
  #msi_twYrsale .wtb__box-content li:nth-child(1) {
    width: 10%;
  }
}
#msi_twYrsale .wtb__box-content li:nth-child(2) {
  width: 30%;
}
@media (min-width: 768px) {
  #msi_twYrsale .wtb__box-content li:nth-child(2) {
    width: 21%;
  }
}
@media (min-width: 996px) {
  #msi_twYrsale .wtb__box-content li:nth-child(2) {
    width: 20%;
  }
}
#msi_twYrsale .wtb__box-content li:nth-child(3) {
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  #msi_twYrsale .wtb__box-content li:nth-child(3) {
    width: 51%;
  }
}
@media (min-width: 996px) {
  #msi_twYrsale .wtb__box-content li:nth-child(3) {
    width: 15%;
  }
}
@media (min-width: 996px) {
  #msi_twYrsale .wtb__box-content li:nth-child(4) {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#msi_twYrsale .wtbOnline {
  padding: 0 2%;
}
#msi_twYrsale .msiTw__rule {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-color: #fff;
}
#msi_twYrsale .msiTw__rule .rule-box {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  color: #000;
  text-align: left;
  line-height: 1.5;
  padding: 2%;
}
#msi_twYrsale .socialMedia {
  width: 100%;
  max-width: 750px;
  display: table;
  margin: 2% auto;
  text-align: center;
}
#msi_twYrsale .socialMedia__iconflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#msi_twYrsale .socialMedia__iconflex-item {
  display: block;
  width: 45%;
  margin: 0 auto;
  text-align: center;
}
#msi_twYrsale .socialMedia__iconflex-item img {
  display: block;
  margin: 0 auto;
}
#msi_twYrsale .socialMedia__iconflex-item figure {
  width: 60%;
  margin: 0 auto;
}
#msi_twYrsale .socialMedia__iconflex-item a {
  display: block;
  font-size: 1.2em;
  line-height: 1.5;
  text-decoration: underline;
  color: #000;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#msi_twYrsale .socialMedia__iconflex-item a:hover {
  opacity: 0.6;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
#msi_twYrsale .toggleBox {
  display: none;
}/*# sourceMappingURL=sale.css.map */