.ft-red {
  color: #ff0000;
}

.ft-black {
  color: #000000;
}

.ft-yellow {
  color: #ffff63;
}

.ft-pink {
  color: #ff0096;
}

.fz-16 {
  font-size: 16px;
}

.img-pc {
  display: block;
}

.img-sm {
  display: none;
}

small {
  margin: 20px 0 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}

@media (max-width: 576px) {
  .img-sm {
    display: block;
  }
  .img-pc {
    display: none;
  }
}
.btnClick {
  background: #ff0096;
  border: 4px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  padding: 13px 0;
  display: inline-block;
  min-width: 290px;
  border-radius: 99rem;
  margin-top: 30px;
  transition: 0.25s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 0 #FFFFFF;
  -webkit-box-shadow: 0 5px 0 #FFFFFF;
}
.btnClick.formBtn {
  margin-top: 3em;
}
.btnClick:hover {
  color: #FFFFFF;
  transform: translateY(-0.25em);
}
.btnClick:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(100deg, rgba(255, 0, 150, 0) 0%, rgb(255, 255, 255) 48%, rgba(255, 0, 150, 0) 100%);
  animation: shine 4s ease infinite;
  animation-delay: 1s;
}

@media (max-width: 576px) {
  .btnClick {
    min-width: 240px;
  }
}
@media (max-width: 1000px) {
  .btnClick.formBtn {
    margin: 2em 0;
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.mr-indent {
  margin-right: -13px;
}

@media (max-width: 576px) {
  .mr-indent {
    margin-right: -5px;
  }
}
body {
  overflow: inherit !important;
}

.flash_event .kvBg {
  background: #efeed9;
  background-image: url(../../event/flash_event/img/pattern_dot.png);
  background-position: center top;
  background-size: 570px auto;
}
.flash_event .kvWrap .inner .pckvImg {
  background: url(../../event/flash_event/img/flash_kv_pc.png) no-repeat bottom center/cover;
  min-height: 950px;
}
@media (max-width: 1680px) {
  .flash_event .kvWrap .inner .pckvImg {
    min-height: 810px;
  }
}
@media (max-width: 1500px) {
  .flash_event .kvWrap .inner .pckvImg {
    min-height: 780px;
  }
}
@media (max-width: 1300px) {
  .flash_event .kvWrap .inner .pckvImg {
    min-height: 950px;
  }
}
.flash_event .flash_iframe {
  position: relative;
  padding-top: 0;
  padding-bottom: 55px;
}
@media (max-width: 1680px) {
  .flash_event .flash_iframe .inner {
    max-width: 1100px;
  }
}
@media (max-width: 1500px) {
  .flash_event .flash_iframe .inner {
    max-width: 1000px;
  }
}
@media (max-width: 1300px) {
  .flash_event .flash_iframe .inner {
    max-width: 1200px;
  }
}
.flash_event .flash_iframe h1 {
  text-align: center;
  position: relative;
  z-index: 9;
}
.flash_event .flash_iframe h1 img {
  margin: 0 auto;
}
.flash_event .flash_iframe .iframeWrap {
  margin-top: 0;
  border: none;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 0px 0 2rem;
  border: 3px solid #000000;
  box-shadow: 0 10px 0 #000000;
  -webkit-box-shadow: 0 10px 0 #000000;
  position: relative;
  z-index: 9;
}
.flash_event .flash_iframe .iframeWrap .heading {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  color: #000000;
  background-color: #f2f0ce;
  border-bottom: 3px solid #000000;
  border-radius: 20px 20px 0 0;
  padding: 1rem;
}
@media (max-width: 576px) {
  .flash_event .flash_iframe .iframeWrap .heading {
    padding: 0.5rem 0;
  }
}
.flash_event .flash_iframe .iframeWrap .heading br {
  display: none;
}
@media (max-width: 576px) {
  .flash_event .flash_iframe .iframeWrap .heading .txt {
    width: 100%;
    max-width: 72%;
    margin-left: auto;
    line-height: 150%;
  }
}
@media (max-width: 400px) {
  .flash_event .flash_iframe .iframeWrap .heading .txt {
    max-width: 73%;
  }
}
@media (max-width: 370px) {
  .flash_event .flash_iframe .iframeWrap .heading .txt {
    max-width: 70%;
  }
}
.flash_event .flash_iframe .iframeWrap abbr {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 860px) {
  .flash_event .flash_iframe .iframeWrap abbr {
    font-size: 28px;
  }
}
.flash_event .flash_iframe .iframeWrap .iframe-bg {
  background: #fff;
  padding: 0 2rem 0;
}
.flash_event .flash_countdown {
  position: relative;
  color: #000000;
  text-align: center;
  padding: 58px 0 25px;
  background-position: 43% 0;
  z-index: 3;
}
.flash_event .flash_countdown .clock_bg {
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  bottom: -20px;
}
.flash_event .flash_countdown .clock_bg .countdown_bg {
  width: 800px;
  margin: 0 auto;
  position: relative;
  left: -2em;
  z-index: -1;
}

@media (max-width: 576px) {
  .flash_event .kvBg {
    background: #f274a2;
    background-image: none;
  }
}
@media (max-width: 992px) {
  .flash_event .kvWrap .inner .pckvImg {
    min-height: auto;
  }
}
@media (max-width: 576px) {
  .flash_event .flash_iframe {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1680px) {
  .flash_event .flash_iframe h1 .img-pc {
    width: 800px;
  }
}
@media (max-width: 1200px) {
  .flash_event .flash_iframe h1 figure {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .flash_event .flash_iframe h1 figure {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .flash_event .flash_iframe .iframeWrap {
    padding: 0px 0 2rem;
  }
}
@media (max-width: 576px) {
  .flash_event .flash_iframe .iframeWrap {
    padding: 0px 0 2rem;
  }
}
@media (max-width: 576px) {
  .flash_event .flash_iframe .iframeWrap:before {
    content: url(../../event/flash_event/img/fly_coin.png);
    position: absolute;
    bottom: -90px;
    z-index: 1;
    text-align: right;
    right: 0;
    transform: scale(0.7);
  }
}
@media (max-width: 1200px) {
  .flash_event .flash_iframe .iframeWrap .heading {
    max-width: 100%;
  }
}
@media (max-width: 860px) {
  .flash_event .flash_iframe .iframeWrap .heading {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .flash_event .flash_iframe .iframeWrap .heading {
    font-size: 17px;
  }
}
@media (max-width: 380px) {
  .flash_event .flash_iframe .iframeWrap .heading {
    font-size: 16px;
  }
}
@media (max-width: 370px) {
  .flash_event .flash_iframe .iframeWrap .heading {
    font-size: 15px;
  }
}
@media (max-width: 330px) {
  .flash_event .flash_iframe .iframeWrap .heading {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .flash_event .flash_iframe .iframeWrap .heading br {
    display: block;
  }
}
@media (max-width: 576px) {
  .flash_event .flash_iframe .iframeWrap .heading .fz-16 {
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    margin-top: -27px;
  }
}
@media (max-width: 380px) {
  .flash_event .flash_iframe .iframeWrap .heading .fz-16 {
    margin-top: -24px;
  }
}
@media (max-width: 330px) {
  .flash_event .flash_iframe .iframeWrap .heading .fz-16 {
    margin-top: -14px;
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .flash_event .flash_iframe .iframeWrap abbr {
    font-size: 25px;
  }
}
@media (max-width: 400px) {
  .flash_event .flash_iframe .iframeWrap abbr {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .flash_event .flash_iframe .iframeWrap .iframe-bg {
    padding: 0 1rem 0;
  }
}
@media (max-width: 576px) {
  .flash_event .flash_iframe .iframeWrap .iframe-bg {
    padding: 0 0.8rem 0;
  }
}
@media (max-width: 1440px) {
  .flash_event .flash_countdown {
    padding: 58px 0 10px;
  }
}
@media (max-width: 1000px) {
  .flash_event .flash_countdown {
    padding: 47px 0 17px;
  }
}
@media (max-width: 1366px) {
  .flash_event .flash_countdown .clock_bg .countdown_bg {
    width: 700px;
  }
}
@media (max-width: 576px) {
  .flash_event .flash_countdown .clock_bg .countdown_bg {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 12px;
  }
}
.kv_lfteB {
  position: absolute;
  top: -159px;
  left: -397px;
  z-index: -5;
  width: 700px;
}
@media (max-width: 1680px) {
  .kv_lfteB {
    left: -287px;
    width: 610px;
  }
}

@media (max-width: 1440px) {
  .kv_lfteB {
    top: -56%;
    left: -21%;
    width: 45%;
  }
}
@media (max-width: 1366px) {
  .kv_lfteB {
    left: -7%;
    width: 40%;
  }
}
@media (max-width: 1200px) {
  .kv_lfteB {
    top: inherit;
    bottom: 18px;
    left: 0;
    width: 30%;
    z-index: 5;
  }
}
@media (max-width: 800px) {
  .kv_lfteB {
    left: -45px;
  }
}
.img-pc-B {
  display: block;
}

.img-sm-B {
  display: none;
}

@media (max-width: 1200px) {
  .img-pc-B {
    display: none;
  }
  .img-sm-B {
    display: block;
  }
}
@media (max-width: 576px) {
  .img-sm-B {
    display: none;
  }
}
.flash_event .flash_countdown .clock_bg:before {
  content: url("../../event/flash_event/img/flash_kv_pc_topB.png");
  position: absolute;
  bottom: -43px;
  right: -18%;
  z-index: -2;
}
@media (max-width: 1500px) {
  .flash_event .flash_countdown .clock_bg:before {
    right: -27%;
  }
}
.flash_event .flash_countdown time {
  position: absolute;
  font-size: 26px;
  top: 0px;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-weight: 600;
}
.flash_event .flash_countdown ul {
  width: 100%;
  max-width: 45%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.flash_event .flash_countdown ul li {
  position: relative;
  line-height: 240%;
  padding: 0 23px;
}
.flash_event .flash_countdown ul li::before, .flash_event .flash_countdown ul li::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #ff0096;
  margin: 0 auto;
}
.flash_event .flash_countdown ul li::before {
  top: 2px;
  right: -4px;
}
.flash_event .flash_countdown ul li::after {
  right: -4px;
  top: 28px;
}
.flash_event .flash_countdown ul li dt {
  font-size: 65px;
  font-weight: 600;
  color: #ff0096;
}
.flash_event .flash_countdown ul li dd {
  font-size: 12px;
}
.flash_event .flash_countdown ul li:last-child::before, .flash_event .flash_countdown ul li:last-child::after {
  display: none;
}

@media (max-width: 1366px) {
  .flash_event .flash_countdown .clock_bg:before {
    right: -12%;
    z-index: 2;
  }
}
@media (max-width: 1000px) {
  .flash_event .flash_countdown .clock_bg:before {
    transform: scale(0.8);
    right: -15%;
    bottom: -65px;
  }
}
@media (max-width: 900px) {
  .flash_event .flash_countdown .clock_bg:before {
    right: -25%;
  }
}
@media (max-width: 796px) {
  .flash_event .flash_countdown .clock_bg:before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .flash_event .flash_countdown {
    background-size: 520px;
  }
}
@media (max-width: 576px) {
  .flash_event .flash_countdown {
    background-size: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 330px) {
  .flash_event .flash_countdown {
    background-size: 105%;
  }
}
@media (max-width: 1200px) {
  .flash_event .flash_countdown time {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .flash_event .flash_countdown time {
    font-size: 19px;
    top: 6px;
  }
}
@media (max-width: 380px) {
  .flash_event .flash_countdown time {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .flash_event .flash_countdown ul {
    margin-top: -6px;
  }
}
@media (max-width: 400px) {
  .flash_event .flash_countdown ul {
    margin-top: -8px;
  }
}
@media (max-width: 370px) {
  .flash_event .flash_countdown ul {
    margin-top: -11px;
  }
}
@media (max-width: 330px) {
  .flash_event .flash_countdown ul {
    margin-top: -15px;
  }
}
@media (max-width: 1200px) {
  .flash_event .flash_countdown ul li {
    line-height: 200%;
  }
}
@media (max-width: 576px) {
  .flash_event .flash_countdown ul li {
    padding: 0 15px;
    line-height: 180%;
  }
}
@media (max-width: 400px) {
  .flash_event .flash_countdown ul li {
    line-height: 160%;
  }
}
@media (max-width: 576px) {
  .flash_event .flash_countdown ul li::before, .flash_event .flash_countdown ul li::after {
    height: 6px;
    width: 6px;
  }
}
@media (max-width: 576px) {
  .flash_event .flash_countdown ul li::before {
    top: 5px;
  }
}
@media (max-width: 576px) {
  .flash_event .flash_countdown ul li::after {
    top: 21px;
  }
}
@media (max-width: 1200px) {
  .flash_event .flash_countdown ul li dt {
    font-size: 55px;
  }
}
@media (max-width: 576px) {
  .flash_event .flash_countdown ul li dt {
    font-size: 45px;
  }
}
@media (max-width: 400px) {
  .flash_event .flash_countdown ul li dt {
    font-size: 35px;
  }
}
.discountBlock {
  position: relative;
  padding-bottom: 120px;
  padding-top: 12rem;
  margin-top: -8rem;
  background-image: url(../../event/flash_event/img/discountBg_cloud.png), url(../../event/flash_event/img/discountBg.jpg);
  background-repeat: no-repeat;
  background-size: contain, cover;
  background-position: center 92%, center top;
  background-color: #f274a2;
}
.discountBlock:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: -2px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #f7f8f8;
  border-top: 3px solid #000000;
}
.discountBlock h2 {
  text-align: center;
}
.discountBlock h2 img {
  width: auto;
}
.discountBlock ul {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
.discountBlock ul li {
  width: 25%;
  margin: 0 10px;
  background: url(../../event/flash_event/img/border.png) no-repeat top center/cover;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 15px;
  border: 3px solid #000000;
  box-shadow: 0px 0px 0px 5px rgb(255, 255, 255) inset, 0 10px 0 #000000;
  -webkit-box-shadow: 0px 0px 0px 5px rgb(255, 255, 255) inset, 0 10px 0 #000000;
  padding: 15px 0;
}
.discountBlock ul li:last-child p {
  line-height: 130%;
}
.discountBlock ul figure {
  width: 95%;
  margin: 0 auto;
}
.discountBlock ul p {
  color: #000000;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
}
.discountBlock ul abbr {
  font-size: 48px;
  font-weight: 600;
}
.discountBlock ul b {
  font-size: 14px;
}
.discountBlock .voice_b_left {
  position: absolute;
  bottom: 0;
  width: auto;
  left: 350px;
}
.discountBlock .voice_gugu {
  position: absolute;
  width: auto;
  z-index: 9;
  left: 7%;
  bottom: 133px;
}
.discountBlock .voice_right {
  right: 165px;
  position: absolute;
  width: auto;
  top: 0;
  z-index: 9;
  right: 15%;
}

@media (max-width: 786px) {
  .discountBlock {
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .discountBlock {
    background-image: url(../../event/flash_event/img/discountBg_cloud_sm.png), url(../../event/flash_event/img/discountBg-sm.png);
    background-repeat: no-repeat;
    background-size: contain, cover;
    background-position: center 98.5%, center top;
    padding-top: 151px;
    padding-bottom: 165px;
  }
}
@media (max-width: 576px) {
  .discountBlock:before {
    height: 30px;
  }
}
@media (max-width: 576px) {
  .discountBlock h2 figure {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .discountBlock ul {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .discountBlock ul li {
    margin: 0 2px;
  }
}
@media (max-width: 576px) {
  .discountBlock ul li {
    width: 60%;
    margin: 10px 0;
    padding: 15px 0 30px;
  }
}
@media (max-width: 400px) {
  .discountBlock ul li {
    padding: 25px 0;
  }
}
@media (max-width: 992px) {
  .discountBlock ul figure {
    width: 90%;
  }
}
@media (max-width: 860px) {
  .discountBlock ul figure {
    width: 85%;
  }
}
@media (max-width: 576px) {
  .discountBlock ul figure {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .discountBlock ul p {
    line-height: 180%;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .discountBlock ul p {
    font-size: 20px;
  }
}
@media (max-width: 330px) {
  .discountBlock ul p {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .discountBlock ul abbr {
    font-size: 42px;
  }
}
@media (max-width: 1750px) {
  .discountBlock .voice_b_left {
    left: 150px;
  }
}
@media (max-width: 1500px) {
  .discountBlock .voice_b_left {
    width: 340px;
    left: 90px;
  }
}
@media (max-width: 1200px) {
  .discountBlock .voice_b_left {
    left: 20px;
  }
}
@media (max-width: 992px) {
  .discountBlock .voice_b_left {
    width: 310px;
  }
}
@media (max-width: 576px) {
  .discountBlock .voice_b_left {
    width: 45%;
  }
}
@media (max-width: 1920px) {
  .discountBlock .voice_gugu {
    left: 10%;
  }
}
@media (max-width: 1750px) {
  .discountBlock .voice_gugu {
    left: 0px;
    width: 200px;
  }
}
@media (max-width: 1365px) {
  .discountBlock .voice_gugu {
    display: none;
  }
}
@media (max-width: 1600px) {
  .discountBlock .voice_right {
    right: 10%;
    width: 20%;
  }
}
@media (max-width: 992px) {
  .discountBlock .voice_right {
    width: 28%;
  }
}
@media (max-width: 768px) {
  .discountBlock .voice_right {
    right: 0;
    bottom: 100px;
    top: inherit;
  }
}
@media (max-width: 576px) {
  .discountBlock .voice_right {
    width: 36%;
    bottom: 53px;
  }
}
.giftBlock {
  position: relative;
  padding: 30px 0 150px;
  text-align: center;
}
.giftBlock .container {
  position: relative;
  z-index: 3;
}
.giftBlock .curve {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 120%;
  margin-left: -10%;
  margin-right: 10%;
  border-radius: 0% 0% 200vh 200vh/0% 0% 30vh 30vh;
  -moz-border-radius: 0% 0% 200vh 200vh/0% 0% 30vh 30vh;
  -webkit-border-radius: 0% 0% 200vh 200vh/0% 0% 30vh 30vh;
  overflow: hidden;
  z-index: 1;
  border-bottom: 3px solid #000000;
  background-image: url(../../event/flash_event/img/giftBg_B.png), url(../../event/flash_event/img/pattern_dot.png), url(../../event/flash_event/img/giftBg.png);
  background-repeat: no-repeat, repeat, no-repeat;
  background-position: 30% bottom, center bottom, center bottom;
  background-size: 404px auto, 570px auto, contain;
  background-color: #efeed9;
  bottom: 30px;
  min-height: 100%;
}
.giftBlock img,
.giftBlock h2 img {
  width: auto;
}

@media (max-width: 1400px) {
  .giftBlock .curve {
    background-position: 20% bottom, center bottom, center bottom;
    background-size: 350px auto, 570px auto, contain;
  }
}
@media (max-width: 1024px) {
  .giftBlock .curve {
    background-position: 14% bottom, center bottom, center bottom;
  }
}
@media (max-width: 860px) {
  .giftBlock .curve {
    background-image: url(../../event/flash_event/img/giftBg_B_sm.png), url(../../event/flash_event/img/pattern_dot.png), url(../../event/flash_event/img/giftBg.png);
    background-size: 288px auto, 570px auto, contain;
  }
}
@media (max-width: 576px) {
  .giftBlock .curve {
    background-size: 50% auto, 570px auto, contain;
    background-position: center bottom, center bottom, center bottom;
  }
}
@media (max-width: 576px) {
  .giftBlock h2 figure {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    position: relative;
  }
}
.discountBlock h2 .discountTitle:before {
  content: url("../../event/flash_event/img/fly_coin.png");
  position: absolute;
  top: 33px;
  z-index: 1;
  transform: scale(0.6, 0.6);
  text-align: right;
  right: 30%;
}

@media (max-width: 576px) {
  .discountBlock h2 .discountTitle:before {
    content: none;
  }
}
@media (max-width: 576px) {
  .giftBlock h2 .giftTitle:before {
    content: url("../../event/flash_event/img/fly_coin.png");
    position: absolute;
    top: -6px;
    z-index: 1;
    transform: scale(0.3, -0.3);
    text-align: right;
    right: -14%;
  }
}
.giftBlock .gift_b {
  position: relative;
}
.giftBlock .text {
  margin: 0 15px;
  padding: 12px 0 20px;
  line-height: 150%;
}
.giftBlock ul {
  display: flex;
  position: relative;
  margin-top: 30px;
}
.giftBlock ul li {
  position: relative;
  width: 33.333%;
  background: #FFFFFF;
  color: #000000;
  margin: 0 10px;
  font-weight: 600;
  font-size: 22px;
  border: 3px solid #000000;
  border-radius: 15px;
  box-shadow: 0 10px 0 #000000;
  -webkit-box-shadow: 0 10px 0 #000000;
}
.giftBlock ul li h2 {
  margin: 0 0 15px auto;
  padding: 10px 0;
  background-color: #ff0096;
  border-radius: 14px 14px 0 0;
  color: #FFF;
  font-weight: bold;
}
.giftBlock ul li:first-child:before {
  content: url(../../event/flash_event/img/giftBg_coin_pc.png);
  position: absolute;
  bottom: -24%;
  left: -20%;
  z-index: 9;
}
.giftBlock abbr {
  font-size: 42px;
  font-weight: 600;
}
.giftBlock small {
  font-size: 16px;
  margin-top: -10px;
  display: block;
  font-weight: 600;
}

@media (max-width: 992px) {
  .giftBlock .gift_b {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 380px) {
  .giftBlock .text {
    padding: 12px 0;
  }
}
@media (max-width: 576px) {
  .giftBlock ul {
    flex-direction: column;
    margin-left: 2rem;
    margin-right: 2rem;
    display: inline-block;
  }
}
@media (max-width: 380px) {
  .giftBlock ul {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 576px) {
  .giftBlock ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 48px;
  }
}
@media (max-width: 576px) {
  .giftBlock ul li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1400px) {
  .giftBlock ul li:first-child:before {
    left: 0;
    transform: scale(0.8);
  }
}
@media (max-width: 992px) {
  .giftBlock ul li:first-child:before {
    content: none;
  }
}
@media (max-width: 1200px) {
  .giftBlock abbr {
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  .giftBlock abbr {
    font-size: 32px;
  }
}
@media (max-width: 860px) {
  .giftBlock abbr {
    font-size: 28px;
  }
}
.notice {
  padding-top: 60px;
}

@media (max-width: 576px) {
  .notice {
    padding-top: 10px;
  }
}

.sidebar a small {
  margin-top: 0;
  display: inline-block;
}

.iframe_b {
  display: none;
}
@media (max-width: 576px) {
  .iframe_b {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 140px;
    left: -10px;
    top: -8px;
  }
}
@media (max-width: 400px) {
  .iframe_b {
    max-width: 130px;
    left: -17px;
    top: 0;
  }
}
@media (max-width: 380px) {
  .iframe_b {
    top: -8px;
  }
}
@media (max-width: 330px) {
  .iframe_b {
    max-width: 120px;
    top: -15px;
  }
}

.d-sm-none {
  display: none;
}
@media (max-width: 576px) {
  .d-sm-none {
    display: block;
  }
}
/*# sourceMappingURL=flash_event.css.map */
