@charset "UTF-8";
header.msiHeader,
footer.msiFooter {
  position: relative;
  z-index: 100;
  background: #fff;
}

.project {
  background: #01080d;
  color: #fff;
  position: relative;
  font-family: 'Noto Serif TC', 'Noto Serif CJK TC', '思源宋體', serif;
  font-size: 18px;
  line-height: 1.8;
}

.project * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.project picture {
  display: block;
}

.project img {
  max-width: 100%;
  vertical-align: bottom;
}

.project .block {
  position: relative;
  text-align: center;
}

.project .block-1 {
  z-index: 0;
  background: url("../images/kv-bg2.jpg") top center no-repeat ;
  background-size: cover;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

@media (min-width: 996px) {
  .project .block-1 {
    padding-top: 20vh;
    padding-bottom: 15vh;
  }
}

.project .block-2 {
  position: relative;
  z-index: 2;
  background: url("../images/bg2.jpg") top center no-repeat ;
  background-size: cover;
  padding: 60px 0;
}

.project .block-2-top {
  position: relative;
  margin-top: -100px;
  width: 100%;
  height: 100px;
  background: url("../images/block-line.png") top center no-repeat ;
  background-size: cover;
}

.project .block-2-bottom {
  position: relative;
  width: 100%;
  height: 100px;
  background: url("../images/block-line2.png") bottom center no-repeat ;
  background-size: cover;
  background-color: #392e55;
}

.project .block-3 {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#392e55), color-stop(50%, #392e55), color-stop(50.1%, #9d8bb3), to(#9d8bb3));
  background: linear-gradient(to bottom, #392e55 0%, #392e55 50%, #9d8bb3 50.1%, #9d8bb3 100%);
  padding-bottom: 100px;
  overflow: hidden;
}

.project .block-3-text {
  padding-top: 40px;
  font-size: 22px;
}

.project .block-3::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 80%;
  top: 8%;
  left: 0;
  background: url("../images/bg3.jpg") top center no-repeat ;
  background-size: cover;
}

.project .block-3 .pearl {
  display: none;
}

@media (min-width: 996px) {
  .project .block-3 .pearl {
    display: block;
    position: absolute;
    z-index: 5;
    width: 100px;
    height: 100px;
    background: url("../images/pearl2.png") center center no-repeat ;
    background-size: cover;
    background-size: contain;
  }
  .project .block-3 .pearl-1 {
    top: 10%;
    left: 5%;
    -webkit-animation: pearlY 2.2s ease-in-out .5s infinite;
            animation: pearlY 2.2s ease-in-out .5s infinite;
  }
  .project .block-3 .pearl-2 {
    top: 2%;
    right: 4%;
    -webkit-animation: pearlY 1.2s forwards ease-in-out s infinite;
            animation: pearlY 1.2s forwards ease-in-out s infinite;
  }
  .project .block-3 .pearl-3 {
    top: 60%;
    left: 10%;
    -webkit-animation: pearlY 1.8s ease-in-out .8s infinite;
            animation: pearlY 1.8s ease-in-out .8s infinite;
  }
}

.project .block-4 {
  position: relative;
  padding-bottom: 40px;
}

.project .block-4-top {
  position: relative;
  z-index: 0;
}

.project .block-4-top img {
  width: 100%;
}

.project .block-4-title {
  position: absolute;
  bottom: 0px;
  left: 30%;
}

.project .block-4-title img {
  width: 40%;
}

@media (min-width: 996px) {
  .project .block-4-title {
    top: 20%;
    left: 50%;
  }
  .project .block-4-title img {
    width: auto;
  }
}

.project .block-5 {
  background: url("../images/prod-bg.jpg") top center no-repeat ;
  background-size: cover;
  padding: 60px 0;
}

.project .block-6 {
  padding: 60px 0 80px;
}

.project .block-7 {
  padding: 60px 0 80px;
  background: #333;
}

.project .common-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 25px;
}

.project .common-title {
  font-weight: bold;
  font-size: 26px;
}

@media (min-width: 996px) {
  .project .common-title {
    font-size: 44px;
  }
  .project .common-title img {
    height: 100px;
  }
}

.project .common-btn {
  cursor: pointer;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.project .common-btn:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.kv {
  position: relative;
  z-index: 2;
  background: url("../images/kv-bg.jpg") right top no-repeat no-repeat;
  background-size: cover;
  height: 30vh;
}

@media (min-width: 996px) {
  .kv {
    height: 60vh;
  }
}

.kv__box {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
}

.kv-pearl {
  position: absolute;
  z-index: 5;
  width: 50px;
  height: 50px;
  background: url("../images/pearl.png") center center no-repeat ;
  background-size: cover;
  background-size: contain;
}

.kv-pearl-1 {
  top: 40%;
  left: 0;
  -webkit-animation: pearlY 2.2s ease-in-out .5s infinite;
          animation: pearlY 2.2s ease-in-out .5s infinite;
}

@media (min-width: 996px) {
  .kv-pearl-1 {
    width: 100px;
    height: 100px;
    left: 15%;
  }
}

.kv-pearl-2 {
  top: 58%;
  right: 20%;
  -webkit-animation: pearlY 1.2s forwards ease-in-out s infinite;
          animation: pearlY 1.2s forwards ease-in-out s infinite;
}

@media (min-width: 996px) {
  .kv-pearl-2 {
    width: 120px;
    height: 120px;
    top: 90%;
    left: -2%;
  }
}

.kv-pearl-3 {
  top: 60%;
  left: 10%;
  -webkit-animation: pearlY 1.8s ease-in-out .8s infinite;
          animation: pearlY 1.8s ease-in-out .8s infinite;
}

@media (min-width: 996px) {
  .kv-pearl-3 {
    width: 120px;
    height: 120px;
    top: 95%;
    left: 90%;
  }
}

.kv .textBox {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

.kv .textBox img {
  width: 100%;
  vertical-align: bottom;
}

.kv .heart {
  position: absolute;
  z-index: 0;
}

.kv .text {
  position: absolute;
  z-index: 1;
  width: 70%;
  top: 70%;
  right: 0;
}

.kv__title {
  position: relative;
  z-index: 3;
  -webkit-animation: floatY 2.2s ease-in-out infinite;
          animation: floatY 2.2s ease-in-out infinite;
}

.kv-wing {
  position: absolute;
  z-index: 3;
}

.kv-wing-left {
  width: 20%;
  left: -5%;
  top: 32%;
  -webkit-animation: flap3d-left 1s infinite ease-in-out;
          animation: flap3d-left 1s infinite ease-in-out;
  -webkit-transform-origin: 80% 0%;
          transform-origin: 80% 0%;
  will-change: transform;
}

.kv-wing-right {
  width: 20%;
  right: -5%;
  top: 7%;
  -webkit-animation: flap3d-right 1s infinite ease-in-out;
          animation: flap3d-right 1s infinite ease-in-out;
  -webkit-transform-origin: 20% 0%;
          transform-origin: 20% 0%;
  will-change: transform;
}

.kv__pd {
  position: absolute;
  z-index: 2;
  top: 70%;
  width: 80%;
  text-align: center;
  left: 10%;
}

@media (min-width: 996px) {
  .kv__pd {
    top: 55%;
    width: 70%;
    left: 12%;
  }
}

@-webkit-keyframes flap3d-left {
  0%, 100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  20% {
    -webkit-transform: rotateX(25deg);
            transform: rotateX(25deg);
  }
  50% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  70% {
    -webkit-transform: rotateX(-15deg);
            transform: rotateX(-15deg);
  }
}

@keyframes flap3d-left {
  0%, 100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  20% {
    -webkit-transform: rotateX(25deg);
            transform: rotateX(25deg);
  }
  50% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  70% {
    -webkit-transform: rotateX(-15deg);
            transform: rotateX(-15deg);
  }
}

@-webkit-keyframes flap3d-right {
  0%, 100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  20% {
    -webkit-transform: rotateX(-20deg);
            transform: rotateX(-20deg);
  }
  50% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  70% {
    -webkit-transform: rotateX(10deg);
            transform: rotateX(10deg);
  }
}

@keyframes flap3d-right {
  0%, 100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  20% {
    -webkit-transform: rotateX(-20deg);
            transform: rotateX(-20deg);
  }
  50% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  70% {
    -webkit-transform: rotateX(10deg);
            transform: rotateX(10deg);
  }
}

@-webkit-keyframes floatY {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
}

@keyframes floatY {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
}

@-webkit-keyframes pearlY {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

@keyframes pearlY {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

.promo {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff78e1), to(#ff49a3));
  background: linear-gradient(to bottom, #ff78e1, #ff49a3);
  border-radius: 6rem 2rem 6rem 2rem;
  -webkit-box-shadow: #a9678b 0 20px 40px;
          box-shadow: #a9678b 0 20px 40px;
  padding: 3px;
  color: #663333;
  margin-top: 80px;
}

.promo:first-child {
  margin-top: 20px;
}

@media (min-width: 996px) {
  .promo {
    margin-top: 180px;
  }
  .promo:first-child {
    margin-top: 60px;
  }
}

.promo__inner {
  background: #fff;
  border-radius: 6rem 2rem 6rem 2rem;
  padding: 25px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 1px;
}

.promo__inner span {
  color: #ff4fa2;
}

.promo__inner span.big {
  font-weight: bolder;
  font-size: 160%;
  font-style: italic;
}

@media (min-width: 996px) {
  .promo__inner {
    padding: 80px;
  }
}

.promo-title {
  position: absolute;
  z-index: 3;
  top: -50px;
  left: 0;
  width: 100%;
  text-align: center;
}

.promo-btn {
  padding: 20px 0;
}

.promo-btn img {
  height: 40px;
}

@media (min-width: 996px) {
  .promo-btn {
    position: absolute;
    z-index: 3;
    bottom: -55px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .promo-btn img {
    height: 70px;
  }
  .promo-btn a {
    margin: 0 40px;
  }
}

.promo-img {
  padding-top: 25px;
}

.ai-intro {
  position: relative;
}

.ai-intro__box {
  position: relative;
  z-index: 3;
  border-radius: 20px;
  -webkit-box-shadow: #a9678b 0 20px 40px;
          box-shadow: #a9678b 0 20px 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbeff9), to(#fad1d6));
  background: linear-gradient(to bottom, #fbeff9, #fad1d6);
  padding: 10px;
}

.ai-intro__box__inner {
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fcdada));
  background: linear-gradient(to bottom, #ffffff, #fcdada);
  color: #624146;
  padding: 25px;
  line-height: 1.8;
  -webkit-box-shadow: #999 1px 1px 5px inset;
          box-shadow: #999 1px 1px 5px inset;
}

.ai-intro__box__inner span {
  position: relative;
  background: url("../images/text-bg.png") left bottom repeat-x;
}

.ai-intro__box__inner .title {
  color: #f72f76;
  font-weight: bolder;
  font-size: 180%;
  line-height: 1.5;
}

@media (min-width: 996px) {
  .ai-intro__box__inner {
    text-align: left;
  }
  .ai-intro__box__inner .title {
    font-size: 220%;
  }
}

.ai-intro .logo {
  position: relative;
  z-index: 4;
  margin-top: -25px;
}

.ai-intro .logo img {
  height: 80px;
}

@media (min-width: 996px) {
  .ai-intro {
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  .ai-intro .ai-intro__box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 45%;
    position: absolute;
  }
  .ai-intro .ai-intro__box__inner .title {
    font-size: 220%;
  }
  .ai-intro .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    margin-left: 40%;
  }
  .ai-intro .logo {
    position: absolute;
    top: 80%;
    left: 35%;
  }
}

@media (min-width: 996px) {
  .class {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.class__item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  color: #222;
  margin-top: 20px;
}

.class__item img {
  width: 100%;
}

.class__item figcaption {
  padding: 20px;
  line-height: 1.4;
}

.class__item figcaption h3 {
  padding-bottom: 20px;
  font-size: 22px;
}

.class__item figcaption p {
  padding-bottom: 20px;
}

.class__item figcaption ul {
  font-weight: bold;
}

@media (min-width: 996px) {
  .class__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
  }
  .class__item:last-child {
    margin-right: 0;
  }
  .class__item figcaption {
    padding: 30px;
  }
}

.ai-btn {
  padding: 50px 0 80px;
}

.ai-btn img {
  height: 60px;
}

@media (min-width: 996px) {
  .ai-btn img {
    height: 80px;
  }
}

.classSale {
  position: relative;
  border-radius: 20px;
  -webkit-box-shadow: #a9678b 0 20px 40px;
          box-shadow: #a9678b 0 20px 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbeff9), to(#fadde4));
  background: linear-gradient(to bottom, #fbeff9, #fadde4);
  padding: 10px;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  color: #624146;
}

.classSale .txt {
  color: #f72f76;
  font-weight: bolder;
  font-size: 180%;
  line-height: 1.5;
}

.classSale .txt span {
  position: relative;
  background: url("../images/text-bg.png") left bottom repeat-x;
}

.classSale .note {
  padding-bottom: 20px;
}

.classSale__inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#feefef));
  background: linear-gradient(to bottom, #fff, #feefef);
  border-radius: 20px;
  -webkit-box-shadow: #999 1px 1px 5px inset;
          box-shadow: #999 1px 1px 5px inset;
}

.classSale-title img {
  position: relative;
  margin-top: -50px;
  margin-bottom: 15px;
}

.schedule {
  margin-bottom: 80px;
}

@media (min-width: 996px) {
  .schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 150px;
  }
}

.schedule__item {
  background: #fff;
  border-radius: 40px 10px 40px 10px;
  overflow: hidden;
  color: #222;
  margin-top: 20px;
  line-height: 1.4;
  padding: 20px;
}

.schedule__item .date {
  background: #ffe3e6;
  border-radius: 50px;
  font-weight: bold;
  padding-bottom: 0;
  padding-top: 5px;
  color: #4c010f;
}

.schedule__item h3 {
  position: relative;
  padding: 20px 0;
}

.schedule__item h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #ff7bb0;
  margin: 10px auto;
}

.schedule__item p {
  color: #515151;
}

@media (min-width: 996px) {
  .schedule__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
  }
  .schedule__item:last-child {
    margin-right: 0;
  }
  .schedule__item .date {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .schedule__item h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 110px;
    padding: 0;
  }
}

.activityBox {
  background: -webkit-gradient(linear, left top, left bottom, from(#a95aba), color-stop(#5685d8), to(#22dcfc));
  background: linear-gradient(to bottom, #a95aba, #5685d8, #22dcfc);
  padding: 5px;
  border-radius: 80px 20px 80px 20px;
  margin-bottom: 90px;
}

.activityBox:last-child {
  margin-bottom: 0;
}

.activityBox__inner {
  background: #fff;
  border-radius: 80px 20px 80px 20px;
  padding: 20px;
  color: #222;
  line-height: 1.4;
}

@media (min-width: 996px) {
  .activityBox__inner {
    padding: 20px 80px 80px;
  }
}

.activityBox .common-title {
  position: relative;
  margin-top: -50px;
}

.host {
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 996px) {
  .host {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
  }
  .host .box1 {
    position: relative;
    text-align: right;
    padding: 50px 0 0;
    font-size: 32px;
    line-height: 1.8;
  }
  .host .box1-text {
    position: absolute;
    width: 70%;
    left: 0;
    text-align: left;
  }
  .host .box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
  }
  .host .box2 div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 20px;
  }
}

.gift {
  position: relative;
  margin-top: 80px;
}

@media (min-width: 996px) {
  .gift {
    margin-top: 120px;
  }
  .gift .gift-title {
    position: relative;
    z-index: 2;
    margin-bottom: -45px;
  }
}

.giftBox {
  position: relative;
  background: linear-gradient(170deg, #d4d5d5, #efefef);
  border-radius: 60px 15px 60px 15px;
  padding: 3px;
}

.giftBox__text {
  font-weight: bold;
  color: #4e2a33;
}

.giftBox__text p {
  padding-bottom: 20px;
}

.giftBox__text p:last-child {
  padding-bottom: 0;
}

.giftBox__text b {
  color: #ed4c90;
  font-weight: bolder;
  font-size: 130%;
  display: block;
}

.giftBox__text span {
  color: #b43844;
  font-size: 80%;
  display: block;
}

.giftBox__text span.bg {
  display: inline-block;
  font-size: 100%;
  color: #4e2a33;
  background: url("../images/text-bg2.png") left bottom repeat-x;
}

.giftBox__inner {
  background: linear-gradient(170deg, #f6f6f6, #c2c2c2);
  border-radius: 60px 15px 60px 15px;
  padding: 50px;
}

@media (min-width: 996px) {
  .gift1 .giftBox {
    text-align: left;
  }
  .gift1 .giftBox-gift {
    position: absolute;
    right: 30px;
    top: -15px;
  }
}

.gift2 .giftBox {
  margin-top: 25px;
}

@media (min-width: 996px) {
  .gift2 .gift__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gift2 .giftBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 50px;
  }
  .gift2 .giftBox:last-child {
    margin-right: 0;
  }
  .gift2 .giftBox__inner {
    height: 380px;
  }
  .gift2 .giftBox-gift {
    position: absolute;
    bottom: 15px;
    left: 10%;
    width: 80%;
  }
}

@media (min-width: 996px) {
  .gift3 .giftBox {
    text-align: left;
  }
  .gift3 .giftBox__text {
    width: 68%;
  }
  .gift3 .giftBox-btn {
    position: absolute;
    text-align: center;
    top: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .gift3 .giftBox-btn img {
    height: 70px;
  }
  .gift3 .giftBox-gift {
    position: absolute;
    right: 30px;
    top: -35px;
  }
}

@media (min-width: 996px) {
  .giftBox2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .giftBox2 .giftBox__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .giftBox2 .giftBox2-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}

.activityBox2 .activityBox__inner {
  padding-bottom: 20px;
}

.promotion {
  position: relative;
}

@media (min-width: 996px) {
  .promotion {
    margin-top: -32px;
  }
}

.promotion .slick-slide {
  background: -webkit-gradient(linear, left top, left bottom, from(#cfcfce), to(#585757));
  background: linear-gradient(to bottom, #cfcfce, #585757);
  padding: 5px 2.5px;
}

.promotion .slick-slide img {
  vertical-align: bottom;
}

.slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #808080;
  color: #fff;
}

.slick-arrow:hover {
  background: #e9476c;
}

.slick-prev {
  left: 25px;
}

.slick-prev::before {
  content: "<";
  font-size: 30px;
}

.slick-next {
  right: 25px;
}

.slick-next::before {
  content: ">";
  font-size: 30px;
}

.prod {
  padding-top: 25px;
}

@media (min-width: 996px) {
  .prod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
  }
}

.pd {
  background: #fff;
  border-radius: 30px 10px 30px 10px;
  overflow: hidden;
  margin-top: 15px;
}

.pd h4 {
  background: #e9476c;
  padding: 10px;
}

.pd h3 {
  color: #e9476c;
}

.pd ul {
  padding-bottom: 20px;
}

.pd ul li {
  color: #222;
}

.pd ul li:last-child {
  color: #e9476c;
}

@media (min-width: 996px) {
  .pd {
    width: calc(100% / 3 - 40px);
    margin: 20px;
  }
  .pd h4 {
    font-size: 24px;
  }
  .pd h3 {
    padding: 10px 10px 0;
    font-size: 18px;
    font-weight: bold;
  }
  .pd ul {
    padding: 20px;
    margin-left: 40px;
    font-size: 15px;
    text-align: left;
  }
  .pd ul li {
    list-style: disc;
  }
}

.join {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}

#msi_twYrsale .wtb__box {
  background: #fff;
  color: #222;
  margin-top: 45px;
}

#msi_twYrsale .wtb__box-info {
  background: #e9476c;
  color: #fff;
  font-size: 24px;
  padding: 15px;
}

#msi_twYrsale .wtb__box-info.sub-info {
  background: #666;
  font-size: 20px;
  padding: 10px;
}

#msi_twYrsale .wtb__box-title, #msi_twYrsale .wtb__box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: #ccc 1px solid;
  text-align: left;
}

#msi_twYrsale .wtb__box-title li, #msi_twYrsale .wtb__box-content li {
  padding: 15px;
}

#msi_twYrsale .wtb__box-title li:nth-child(1), #msi_twYrsale .wtb__box-content li:nth-child(1) {
  width: 40%;
}

#msi_twYrsale .wtb__box-title li:nth-child(2), #msi_twYrsale .wtb__box-content li:nth-child(2) {
  width: 20%;
}

#msi_twYrsale .wtb__box-title li:nth-child(3), #msi_twYrsale .wtb__box-content li:nth-child(3) {
  width: 40%;
}

#msi_twYrsale .wtb__box-title li:last-child a, #msi_twYrsale .wtb__box-content li:last-child a {
  position: relative;
  color: #fff;
  background: #e9476c;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

#msi_twYrsale .wtb__box-title li:last-child a::before, #msi_twYrsale .wtb__box-content li:last-child a::before {
  content: "\f044";
  font-family: "msi-icons";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#msi_twYrsale .wtb__box-title li:last-child a:hover, #msi_twYrsale .wtb__box-content li:last-child a:hover {
  opacity: .6;
}

#msi_twYrsale .wtb__box-title {
  background: #f1bdc9;
}

#msi_twYrsale .wtb__box-content:hover {
  background: #eee;
}

@media (min-width: 996px) {
  .e-shopFlex__item img {
    height: 120px;
  }
}

.popup {
  position: fixed;
  z-index: 110;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  overflow-y: auto;
  display: none;
}

.popup__wrapper {
  position: relative;
  z-index: 3;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  background: #fff;
  color: #222;
}

.popup__inner {
  position: relative;
  z-index: 5;
}

.popup-close {
  font-size: 30px;
  right: 0;
  top: 0px;
  cursor: pointer;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.popup-close::before {
  content: "\ea02";
  font-family: "msi-icons";
  width: 50px;
  height: 50px;
  color: #fff;
  background: #333;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-close:hover::before {
  background: #e9476c;
}

.popup__content {
  padding: 25px;
}

.popup__title {
  text-align: center;
}

.redeem-title {
  position: relative;
  z-index: 2;
  margin: 0 auto -45px;
  display: inline-block;
  background: #ea6b92;
  border-radius: 50px;
  color: #fff;
  padding: 10px 15px;
  font-size: 28px;
  font-weight: bold;
  border: #fff 5px solid;
}

.redeem-subtitle {
  font-size: 26px;
  color: #ea6b92;
  font-weight: bold;
  padding: 40px 0 20px;
}

.step {
  background: #f1f6fc;
  border-radius: 30px;
}

@media (min-width: 996px) {
  .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.step__item {
  border-bottom: #777 1px solid;
  padding: 25px;
}

.step__item:last-child {
  border-bottom: none;
}

.step__item:nth-child(even) h4::before {
  background: #ffbed6;
}

.step__item h4 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 28px;
}

.step__item h4 span {
  position: relative;
  z-index: 2;
}

.step__item h4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ffeb9d;
}

@media (min-width: 996px) {
  .step__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: none;
    border-right: #777 1px solid;
  }
  .step__item:last-child {
    border: none;
  }
}

.redeem .note {
  color: #999;
  font-size: 16px;
}

.redeem .notice {
  color: #b50101;
  font-size: 16px;
}

.redeem ul {
  margin-left: 25px;
}

.redeem li {
  list-style: lower-latin;
}

.redeem a {
  color: #222;
  border-bottom: #ffbed6 2px solid;
}

.redeem a:hover {
  border: none;
}
/*# sourceMappingURL=main.css.map */