.kv picture,
.kv img {
  width: 100%;
  max-width: 100%;
}
.kv img {
  display: block;
}
.info picture,
.info img {
  width: 100%;
  max-width: 100%;
}
.info h2,
.info h3 {
  font-weight: unset;
}
.info h3 {
  padding: 5px 0;
}
.info h3 b {
  font-size: 100%;
}
.info h3 em {
  font-style: normal;
  font-size: 100%;
  color: #ff0045;
}
.info__txtbox {
  text-align: center;
  color: #005078;
  font-size: 26px;
  margin-bottom: 1%;
}
.info__txtbox h3 em {
  color: #ff0045;
}
.info__datebox {
  width: 100%;
  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;
}
.info__datebox h3 em {
  color: #005078;
}
.info__datebox--item .datebox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.info__datebox--item .datebox h3 {
  font-size: 120%;
  margin: 0 auto;
}
.info__datebox--item .datebox h3 em {
  font-size: 150%;
  color: #005078;
}
.info__datebox--item .datebox__date {
  color: #005078;
}
@media (min-width: 768px) {
  .info__datebox--item .datebox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info__datebox--item .datebox h3 {
    font-size: 120%;
    margin: 0 auto;
  }
  .info__datebox--item .datebox h3 em {
    font-size: 150%;
  }
}
@media (min-width: 996px) {
  .info h3 {
    margin: 0px auto;
  }
  .info h3 b {
    font-size: 150%;
  }
  .info h3 em {
    font-size: 150%;
  }
  .info__datebox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .info__datebox h3 {
    font-size: 150%;
  }
  .info__datebox h3 em {
    font-size: 200%;
  }
  .info__datebox--item {
    width: 50%;
  }
  .info__datebox--item .datebox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: baseline;
  }
  .info__datebox--item .datebox h3 {
    font-size: 120%;
  }
  .info__datebox--item .datebox h3 em {
    font-size: 180%;
  }
}
@media (min-width: 1140px) {
  .info__datebox h3 {
    font-size: 150%;
  }
  .info__datebox h3 em {
    font-size: 200%;
  }
  .info__datebox--item .datebox h3 {
    font-size: 140%;
  }
  .info__datebox--item .datebox h3 em {
    font-size: 180%;
  }
}

.product picture,
.product img {
  width: 100%;
  max-width: 100%;
}
.product {
  margin: 50px auto;
}
.product__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 12%;
}
.product__nav a {
  text-align: center;
  width: calc(50% - 13px);
  padding: 10px;
  background: #f6f6f6;
  border: 2px dashed #a0a0a0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 5px #f6f6f6;
  box-shadow: 0 0 0 5px #f6f6f6;
  color: #666;
  position: relative;
  font-size: var(--text-sm);
}
.product__nav a::before {
  display: inline-block;
  position: absolute;
  top: -37px;
  left: -15px;
  width: 154px;
  height: 70px;
  content: "";
  background: url(https://storage-asset.msi.com/event/2025/JP/happy-white-day/images/button-deco-icon.png)
    no-repeat top left;
  background-size: contain;
  -webkit-filter: brightness(0.99) grayscale(40%);
  filter: brightness(0.99) grayscale(40%);
}
.product__nav a:hover,
.product__nav a.active {
  background: #fff;
  color: #005078;
  border: 2px dashed #005078;
  -webkit-box-shadow: 0 0 0 5px white;
  box-shadow: 0 0 0 5px white;
  -webkit-filter: drop-shadow(0px 0px 10px white);
  filter: drop-shadow(0px 0px 10px white);
}
.product__nav a:hover::before,
.product__nav a.active::before {
  -webkit-filter: brightness(1.1) grayscale(0%);
  filter: brightness(1.1) grayscale(0%);
}
.product__wrap--item {
  display: none;
}
.product__wrap--item.hide {
  display: none;
}
.product__wrap--item.show {
  display: block;
}
.product__wrap--item.active {
  display: block;
}
.product__wrap--item .itemTitle {
  color: #005078;
  text-align: center;
  margin: 25px auto 12px;
}
.product__wrap--item .itemTitle h2,
.product__wrap--item .itemTitle h3 {
  font-weight: 900 !important;
}
.product__wrap--item .itemTitle h2 b,
.product__wrap--item .itemTitle h3 b {
  font-weight: 900 !important;
  font-size: 105%;
  color: #ff0045;
}
.product__wrap--item .itemTitle h2 em,
.product__wrap--item .itemTitle h3 em {
  font-style: normal;
  font-size: 105%;
  color: #ff0045;
}
.product__wrap--item .itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 25px auto 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product__wrap--item .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px auto;
  -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;
}
.product__wrap--item .itemBox__imgbox {
  width: 60%;
}
.product__wrap--item .itemBox__imgbox picture {
  display: block;
}
.product__wrap--item .itemBox__pd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
  gap: 10px;
}
.product__wrap--item .pd--title {
  color: #fff;
  padding: 3px 40px;
  display: inline-block;
  box-shadow: 0 0 5px #fff, 0 0 5px #fff;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(1, 113, 237)),
    to(rgb(0, 176, 247))
  );
  background: linear-gradient(to top, #002352 -10%, #4eb2ff 40%, #2d75b5 100%);
  margin: 10px auto;
  -webkit-filter: drop-shadow(0px 0px 5px white);
  filter: drop-shadow(0px 0px 5px white);
}
.product__wrap--item .pd--title h3 {
  text-shadow: 0 0 5px #1270af, 0 0 5px #1270af;
}
.product__wrap--item .pd--list {
  width: 100%;
}
.product__wrap--item .pd--list a {
  font-size: var(--text-lg);
  display: block;
  color: #000;
  font-weight: 700 !important;
  text-shadow: 0px 0px 5px white;
  -webkit-filter: drop-shadow(0px 0px 5px white);
  filter: drop-shadow(0px 0px 5px white);
  margin: 10px auto;
}
.product__wrap--item .pd--list a:hover {
  color: #0c58db;
}
.product__wrap--item .itemColumn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px auto;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
}
.product__wrap--item .itemColumn3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product__wrap--item .itemColumn3__imgbox {
  width: 50%;
}
.product__wrap--item .itemColumn3__imgbox:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.product__wrap--item .itemColumn3__imgbox:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.product__wrap--item .itemColumn3__pd {
  text-align: center;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 768px) {
  .product__nav a {
    font-size: var(--text-lg);
  }
  .product__title img {
    width: 33.33%;
  }
  .product__wrap--item .itemWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .product__wrap--item .itemBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 12px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product__wrap--item .itemBox__imgbox {
    width: 40%;
  }
  .product__wrap--item .itemBox__pd {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    width: 60%;
  }
  .product__wrap--item .pd--list {
    width: 100%;
  }
  .product__wrap--item .pd--list a {
    margin: 5px auto;
    font-size: unset;
  }
  .product__wrap--item .itemTitle {
    margin: 25px auto;
  }
  .product__wrap--item .itemTitle h2 b,
  .product__wrap--item .itemTitle h3 b {
    font-size: 105%;
  }
  .product__wrap--item .itemTitle h2 em,
  .product__wrap--item .itemTitle h3 em {
    font-size: 105%;
  }
}
@media (min-width: 996px) {
  .product__title img {
    width: 25%;
  }
  .product__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 7%;
  }
  .product__nav a {
    width: calc(25% - 13px);
    text-align: center;
  }
  .product__nav a::before {
    display: inline-block;
    position: absolute;
    top: -53px;
    left: -15px;
    width: 154px;
    height: 100px;
  }
  .product__wrap--item .itemWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .product__wrap--item .itemBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 12px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
  }
  .product__wrap--item .itemBox__imgbox {
    width: 40%;
  }
  .product__wrap--item .itemBox__pd {
    text-align: left;
    width: 60%;
  }
  .product__wrap--item .pd--list {
    width: 100%;
  }
  .product__wrap--item .pd--list a {
    font-size: unset;
  }
  .product__wrap--item .itemTitle {
    margin: 25px auto;
  }
  .product__wrap--item .itemTitle h2 b,
  .product__wrap--item .itemTitle h3 b {
    font-size: 105%;
  }
  .product__wrap--item .itemTitle h2 em,
  .product__wrap--item .itemTitle h3 em {
    font-size: 105%;
  }
  .product__wrap--item .itemColumn3__imgbox {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 25%;
  }
  .product__wrap--item .itemColumn3__imgbox:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .product__wrap--item .itemColumn3__imgbox:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .product__wrap--item .itemColumn3__pd {
    text-align: center;
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.pattern {
  position: absolute;
  z-index: 1;
}
.pattern-img1 {
  left: 8%;
  top: -5%;
  width: 13vw;
}
.pattern-img2 {
  right: 3%;
  top: -5%;
  width: 13vw;
}
.gift {
  margin: 25px auto;
  position: relative;
}
.gift img,
.gift pictute {
  width: 100%;
}

.step {
  margin: 50px auto 50px;
  position: relative;
}
.step .pattern {
  position: absolute;
  z-index: 1;
}
.step .pattern-img3 {
  left: 8%;
  top: -5%;
  width: 13vw;
}
.step .pattern-img4 {
  right: 3%;
  bottom: -5%;
  width: 10vw;
}
.step img,
.step pictute {
  width: 100%;
}
.step__box {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 5%;
}
.step__box--item {
  background: #fff;
  height: 100%;
}
.step__box--item .stepBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 4px solid #6ea1e3;
  -webkit-box-shadow: 0 0 0 10px #fff;
  box-shadow: 0 0 0 10px #fff;
  height: 100%;
}
.step__box--item .stepBox__icon {
  text-align: center;
  width: 50%;
  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;
  margin: 25px auto;
}
.step__box--item .stepBox__icon picture {
  display: block;
}
.step__box--item .stepBox__icon picture,
.step__box--item .stepBox__icon img {
  width: 80%;
  margin: 0 auto;
}
.step__box--item .stepBox__txtbox {
  width: 50%;
  height: 100%;
}
.step__box--item .stepBox__title {
  height: 40px;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #6ea1e3;
  border-left: 2px solid #6ea1e3;
}
.step__box--item .stepBox__txt {
  border-left: 2px dashed #6ea1e3;
  padding: 12px 25px;
  text-align: center;
  height: calc(100% - 40px);
  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;
}
.step__box--item .stepBox__txt a {
  text-decoration: underline;
  color: #ff0045;
}
.step__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 55px;
}
.step__btnWrap a {
  text-align: center;
  width: calc(50% - 13px);
  padding: 10px;
  background: #f6f6f6;
  border: 2px dashed #5db3d8;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 5px #f6f6f6;
  box-shadow: 0 0 0 5px #f6f6f6;
  color: #005078;
  position: relative;
  font-size: var(--text-sm);
  font-weight: 900;
  margin: 2% auto;
}
.step__btnWrap a::before {
  display: inline-block;
  position: absolute;
  top: -38px;
  left: -15px;
  width: 154px;
  height: 70px;
  content: "";
  background: url(https://storage-asset.msi.com/event/2025/JP/happy-white-day/images/button-deco-icon.png)
    no-repeat top left;
  background-size: contain;
  -webkit-filter: brightness(0.99) grayscale(40%);
  filter: brightness(0.99) grayscale(40%);
}
.step__btnWrap a:hover,
.step__btnWrap a.active {
  background: #fff;
  color: #005078;
  border: 2px dashed #005078;
  -webkit-box-shadow: 0 0 0 5px white;
  box-shadow: 0 0 0 5px white;
  -webkit-filter: drop-shadow(0px 0px 10px white);
  filter: drop-shadow(0px 0px 10px white);
}
.step__btnWrap a:hover::before,
.step__btnWrap a.active::before {
  -webkit-filter: brightness(1.1) grayscale(0%);
  filter: brightness(1.1) grayscale(0%);
}
@media (min-width: 996px) {
  .step__box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .step__box--item .stepBox {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .step__box--item .stepBox__icon {
    width: 80%;
    border-left: none;
  }
  .step__box--item .stepBox__txtbox {
    width: 100%;
    border-left: none;
  }
  .step__box--item .stepBox__txt {
    border-left: none;
  }
  .step__btnWrap {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
  }
  .step__btnWrap a {
    width: 100%;
    font-size: var(--title-lg);
    margin: 0 auto;
    margin-top: 110px;
  }
  .step__btnWrap a:nth-child(2) {
    margin-top: 0;
  }
  .step__btnWrap a::before {
    display: inline-block;
    position: absolute;
    top: -58px;
    left: -15px;
    width: 154px;
    height: 110px;
    content: "";
    background: url(https://storage-asset.msi.com/event/2025/JP/happy-white-day/images/button-deco-icon.png)
      no-repeat top left;
    background-size: contain;
    -webkit-filter: brightness(0.99) grayscale(40%);
    filter: brightness(0.99) grayscale(40%);
  }
}

#productMB,
#productLC,
#productPower,
#productCase {
  position: relative;
}

:root {
  --popup-main-color: #6ea1e3;
  --popup--with-background-text-color: #713727;
}

.redeem-modal + li {
  list-style: none !important;
}

.popup {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  z-index: 5;
}
.popup::-webkit-scrollbar {
  width: 0 !important;
}
.popup::before {
  content: "";
  display: inline-block;
  height: auto;
  margin-right: -4px;
  vertical-align: top;
}
.popup-inner {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: relative;
  width: 90%;
  max-width: 1200px;
  padding: 40px 25px;
  -webkit-box-shadow: 0px 0px 15px #fff;
  box-shadow: 0px 2px 6px #fff;
  border-radius: 3px;
  background: rgba(255, 255, 255, 1);
  text-align: center;
  margin: 50px 0;
  word-wrap: break-word;
  color: #585858;
  border: 3px solid var(--popup-main-color);
  z-index: 3;
}
.popup-inner h2 {
  font-weight: 700;
}
.popup-inner p {
  font-weight: 500;
  margin-bottom: 20px;
}
.popup-inner p + a {
  margin-top: 0px;
}
.popup-inner ul + a {
  margin-top: 0px;
}
.popup-inner a {
  color: var(--popup-main-color);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.popup-inner .btnPopupClose {
  width: 100%;
}
.popup-inner .btnPopupClose a {
  display: inline-block;
  width: auto;
  text-align: center;
  width: auto;
  padding: 10px 30px;
  background: #f6f6f6;
  border: 2px dashed #005078;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 5px #f6f6f6;
  box-shadow: 0 0 0 5px #f6f6f6;
  color: #005078;
  position: relative;
  font-size: var(--text-sm);
  font-weight: 900;
}
.popup-inner .btnPopupClose a::before {
  display: inline-block;
  position: absolute;
  top: -39px;
  left: -15px;
  width: 154px;
  height: 75px;
  content: "";
  background: url(https://storage-asset.msi.com/event/2025/JP/happy-white-day/images/button-deco-icon.png)
    no-repeat top left;
  background-size: contain;
  -webkit-filter: brightness(0.99) grayscale(40%);
  filter: brightness(0.99) grayscale(40%);
}
.popup-inner .btnPopupClose a:hover,
.popup-inner .btnPopupClose a.active {
  background: #fff;
  color: #005078;
  border: 2px dashed #005078;
  -webkit-box-shadow: 0 0 0 5px white;
  box-shadow: 0 0 0 5px white;
  -webkit-filter: drop-shadow(0px 0px 10px white);
  filter: drop-shadow(0px 0px 10px white);
}
.popup-inner .btnPopupClose a:hover::before,
.popup-inner .btnPopupClose a.active::before {
  -webkit-filter: brightness(1.1) grayscale(0%);
  filter: brightness(1.1) grayscale(0%);
}

.popup-close {
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top: 36px;
  right: 36px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  border: solid 4px var(--popup-main-color);
}
.popup-close::after,
.popup-close::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 4px;
  height: 4px;
  width: 20px;
  border-radius: 30px;
  background: var(--popup-main-color);
  -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: var(--popup-main-color);
  text-decoration: none;
  border-color: var(--popup-main-color);
}
.popup-close:hover::after,
.popup-close:hover::before {
  background: #fff;
}

.popup-content {
  padding-bottom: 30px;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.popup-header h5 {
  font-weight: 900;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 0;
  margin: 20px 0;
  color: #005078;
}

.popup-body {
  text-align: left;
}
.popup-body ul:nth-of-type(1) {
  list-style-type: none;
}
.popup-body .note ul {
  margin-left: 0;
}
.popup-body .note ul li {
  color: #ff0045;
  margin: 10px 0;
  padding: 0;
}
.popup-body .highlight {
  background: var(--popup-main-color);
  margin: 20px 0;
  color: #fff;
}
.popup-body .highlight p {
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  color: #fff;
}
.popup-body h5 {
  font-size: 20px;
  padding: 10px 0;
  font-weight: 900;
  color: #414141;
}
.popup-body h4 {
  font-size: 20px;
  padding: 10px 0;
  font-weight: 900;
  color: #000;
}
.popup-body ul li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
}
.popup-body ul,
.popup-body ol {
  margin-left: 16px;
}
.popup-body ol {
  padding: 0 0 0 5px;
}
.popup-body ol:nth-of-type(1) li:nth-of-type(4) ol li {
  list-style-type: decimal !important;
}
.popup-body ol.list-symbol li {
  list-style-type: disc !important;
}
.popup-body ol ul li {
  list-style-type: none !important;
}
.popup-body ol li {
  line-height: 1.6;
  padding: 7px 0;
}
.popup-body ol.list-symbol {
  margin: 3% 0;
}
.popup-body .list-style-disc {
  list-style-type: disc !important;
}
.popup-body .lower-roman {
  list-style: lower-roman !important;
}
.popup-body .lower-roman li {
  list-style: lower-roman !important;
}

.popup-body .lower-roman .lower-alpha {
  list-style: lower-alpha !important;
}
.popup-body .lower-roman .lower-alpha li {
  list-style: lower-alpha !important;
}
.popup-body .lower-alpha {
  list-style: lower-alpha !important;
}
.popup-body .lower-alpha li {
  list-style: lower-alpha !important;
}
.popup-body .lower-alpha .lower-roman {
  list-style: lower-roman !important;
}
.popup-body .lower-alpha .lower-roman li {
  list-style: lower-roman !important;
}
.popup-body .draw-prize .list-style {
  border: 1px solid #2f2f2f;
  padding: 15px;
  margin: 20px 0;
  list-style-type: none;
}
.popup-body .draw-prize li:nth-of-type(1) {
  list-style-type: none;
  color: rgba(95, 211, 255, 0.9803921569);
  font-size: 20px;
  font-weight: 900;
  padding-left: 15px;
}
.popup-body .list-style-sub {
  list-style: square;
}
.popup-body .list-style-sub li {
  font-weight: normal;
  padding-left: 0;
}
.popup-body .list-style-sub:nth-of-type(1) {
  list-style-type: disc;
}
.popup-body .list-style-sub:first-child {
  padding-top: 15px;
}
.popup-body .list-style-sub:last-child {
  list-style-type: none;
}
.popup-body .paragraph-style .list-style li:first-child {
  padding-top: 10px;
}
.popup-body .paragraph-style .list-style li:last-child {
  padding-bottom: 10px;
}
.popup-body .paragraph-style .list-style ul.lower-roman li {
  list-style-type: disc !important;
}
.pdWrap {
  margin: 20px auto;
}

.product-item {
  padding: 0;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  background: #fff;
}

tr {
  /*&:nth-child(odd)
  *  background: rgba(#ffd8d3,.8) */
  /*&:nth-child(even)
  *  background: rgba(#ffd8d3,.8) */
}
tr td {
  background: rgba(231, 245, 255, 0.75);
  vertical-align: top;
  padding: 5px;
  color: #333;
}

th {
  text-align: center;
  padding: 5px;
  color: #fff;
  background: var(--popup-main-color);
}

td:last-child {
  border-right: 0px solid #ccc;
}

@media (min-width: 768px) {
  .popup-inner {
    padding: 40px;
  }
  .popup-header h5 {
    font-size: 30px;
  }
  .popup-body h5 {
    font-size: 24px;
  }
  .popup-body ul li {
    font-size: 16px;
  }
  .popup-body p {
    font-size: 16px;
  }
  .popup-body p.highlight {
    font-size: 18px;
  }
}
.wtb {
  padding: 50px 0;
  position: relative;
}
.wtb .pattern {
  position: absolute;
  z-index: 1;
}
.wtb .pattern-img5 {
  left: 3%;
  bottom: 6%;
  width: 10vw;
}
.wtb .pattern-img6 {
  right: 3%;
  top: 50%;
  width: 13vw;
}
.jpWhiteDay2025 {
  width: 100%;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.jpWhiteDay2025 .content {
  width: 100%;
  background: #79b8fb
    url(https://storage-asset.msi.com/event/2025/JP/happy-white-day/images/bg.jpg)
    top center no-repeat;
  background-size: cover;
}
.jpWhiteDay2025 .bold-100 {
  font-weight: 100;
}
.jpWhiteDay2025 .bold-200 {
  font-weight: 200;
}
.jpWhiteDay2025 .bold-300 {
  font-weight: 300;
}
.jpWhiteDay2025 .bold-400 {
  font-weight: 400;
}
.jpWhiteDay2025 .bold-600 {
  font-weight: 600;
}
.jpWhiteDay2025 .bold-700 {
  font-weight: 700;
}
.jpWhiteDay2025 .bold-900 {
  font-weight: 900;
}
.jpWhiteDay2025 .text-glow {
  text-shadow: 0px 0px 10px white;
  -webkit-filter: drop-shadow(0px 0px 10px white);
  filter: drop-shadow(0px 0px 10px white);
}
.jpWhiteDay2025 .text-glow span {
  font-size: 40px;
}
.jpWhiteDay2025 .text--note {
  text-align: center;
  padding: 25px 0;
}
.jpWhiteDay2025 .section__title {
  text-align: center;
  margin: 3% auto;
}
.jpWhiteDay2025 .section__title img {
  width: 75%;
}
@media (min-width: 768px) {
  .jpWhiteDay2025 .section__title img {
    width: 33.33%;
  }
}
@media (min-width: 996px) {
  .jpWhiteDay2025 {
    background-size: 100%;
  }
  .jpWhiteDay2025 .section__title img {
    width: 25%;
  }
} /*# sourceMappingURL=jp-white-day.css.map */
