@charset "UTF-8";
/*---- common ----*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
a img,
.btn_hover {
  text-decoration: none !important;
  transition: all 0.3s;
  cursor: pointer;
}

a:hover img,
.btn_hover:hover {
  filter: brightness(1.1);
  transform: scale(1.06);
}

/*====卷軸===*/
/* 細捲軸開始 */
::-webkit-scrollbar {
  height: 5px;
  overflow: visible;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #ac9872;
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 0px;
  min-height: 28px;
  padding: 100px 0 0;
  border-radius: 5px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0), inset 0 -1px 0 rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb:hover {
  background-color: #ac9872;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb:active {
  background-color: #ac9872;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-track {
  background-color: #19181e;
}

/* 細捲軸結束 */
html,
body {
  padding: 0;
  margin: 0;
  background: #000000;
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Serif TC", Arial, Helvetica, sans-serif;
}

/*禁止滑動*/
.modal-open {
  overflow: hidden !important;
  padding-right: 0 !important;
}

.display_none {
  display: none;
}

section {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.title_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.title_box .title_sub {
  width: auto;
  height: 1.45vw;
}
.title_box .title_main img {
  width: 100%;
}

.pic_box {
  position: relative;
  width: 100%;
  pointer-events: none;
}
.pic_box img {
  position: absolute;
}

.pc_none {
  display: none;
}

.m_none {
  display: block;
}

header {
  width: 100%;
  height: 60.72vw;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/header_bg.webp) center no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
}
header .logo {
  position: absolute;
  top: 1.82vw;
  left: 3.64vw;
}
header .logo img {
  width: 5.41vw;
}
header .btn_box {
  position: absolute;
  top: 43.23vw;
}
header .btn_box a {
  margin: 0 0.5vw;
}
header .btn_box a img {
  width: 15.15vw;
}
header .video-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  mix-blend-mode: screen;
  filter: contrast(2);
  pointer-events: none;
  opacity: 0.4;
}
header .video-bg video {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 仙途歸來！豪禮登入送 --------------------------------------- */
.section01 {
  height: 59.79vw;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/s1_bg.webp) center bottom no-repeat;
  background-size: cover;
  margin-top: -1px;
}
.section01 .title_box {
  margin-top: 10.5vw;
}
.section01 .title_box .title_main {
  width: 28.9vw;
  margin-bottom: 1.56vw;
}
.section01 .gift_box {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  top: -10.5vw;
}
.section01 .gift_box .item_box {
  width: 18.33vw;
  height: 17.81vw;
  aspect-ratio: 352/342;
  z-index: 0;
  position: relative;
  margin: 0 0.7vw;
}
.section01 .gift_box .item_box img {
  position: absolute;
  z-index: -1;
  width: 100%;
}
.section01 .gift_box .item_box .item_txt {
  color: #ffffff;
  text-align: center;
  margin-top: 13.8vw;
  font-size: 0.81vw;
  line-height: 1.3vw;
  letter-spacing: 0.06vw;
}
.section01 .log_box {
  width: 53.85vw;
  height: 25.36vw;
  aspect-ratio: 1034/487;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/s1_con_bg.webp) center no-repeat;
  background-size: cover;
  margin-left: -5vw;
  margin-top: 3.4vw;
}
.section01 .log_box .log_title {
  width: 100%;
  height: 3.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.section01 .log_box .log_title img {
  margin-left: 5vw;
  width: auto;
  height: 1.66vw;
}
.section01 .log_box .log_con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  height: 17.6vw;
  width: 80%;
  margin-left: 6%;
}
.section01 .log_box .log_con .left_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 60%;
}
.section01 .log_box .log_con .left_box .log_word {
  text-align: center;
  font-size: 0.85vw;
  font-weight: 600;
  letter-spacing: 0.05vw;
  line-height: 1.6vw;
  margin-bottom: 1vw;
}
.section01 .log_box .log_con .left_box .log_word span {
  color: #d82e2e;
}
.section01 .log_box .log_con .left_box .log_btn {
  z-index: 10;
}
.section01 .log_box .log_con .left_box .log_btn img {
  width: 15.15vw;
}
.section01 .log_box .log_con .right_box {
  width: 40%;
  height: 100%;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/s1_con_line.webp) left center no-repeat;
  background-size: auto 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section01 .log_box .log_con .right_box img {
  width: 11.2vw;
}
.section01 .log_box .log_con .right_box p {
  text-align: center;
  margin-top: 0.8vw;
  font-size: 0.78vw;
  font-weight: 600;
  letter-spacing: 0.05vw;
  line-height: 1.4vw;
}
.section01 .pic_box .s1_char1 {
  width: 27.39vw;
  top: 10.83vw;
  left: 0.83vw;
  z-index: 2;
  animation: char_ani 1.5s infinite alternate-reverse ease-in-out;
}
.section01 .pic_box .s1_char2 {
  width: 39.21vw;
  top: 5.2vw;
  right: 0vw;
  z-index: 2;
  animation: char_ani2 1.5s infinite alternate-reverse ease-in-out;
}

/* 老友集結 戰友歸位 --------------------------------------- */
.section02 {
  height: 74.84vw;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/s2_bg.webp) center bottom no-repeat;
  background-size: cover;
  margin-top: -14.58vw;
  z-index: 3;
}
.section02 .title_box {
  margin-top: 19vw;
}
.section02 .title_box .title_main {
  width: 28.54vw;
  margin-bottom: 0.4vw;
}
.section02 .title_box .title_sub {
  margin-left: 10vw;
}
.section02 .gift_box01 {
  position: absolute;
  top: 0;
  left: 35.1vw;
  top: 39.2vw;
  width: 7.44vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  animation: txt 0.8s infinite alternate-reverse ease-in-out;
}
.section02 .gift_box01 .gift_txt img {
  width: 100%;
}
.section02 .gift_box01 .get_gift_btn,
.section02 .gift_box01 .not_get_gift_btn {
  margin-top: -0.3vw;
}
.section02 .gift_box01 .get_gift_btn img,
.section02 .gift_box01 .not_get_gift_btn img {
  width: 5.2vw;
}
.section02 .gift_box02 {
  position: absolute;
  top: 39.2vw;
  left: 78vw;
  width: 8.95vw;
  animation: txt 0.8s infinite alternate-reverse ease-in-out;
}
.section02 .gift_box02 img {
  width: 100%;
}
.section02 .day_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 2.5vw;
  flex-wrap: wrap;
  width: 42vw;
  margin-left: 24.5vw;
}
.section02 .day_box .day {
  width: 9.48vw;
  height: 10.625vw;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/s2_item_bg.webp) center no-repeat;
  background-size: cover;
  aspect-ratio: 272/306;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin: 0 0.3vw;
  position: relative;
}
.section02 .day_box .day.day1 {
  margin-left: 1vw;
}
.section02 .day_box .day.day3 {
  margin-right: 2vw;
}
.section02 .day_box .day.day4, .section02 .day_box .day.day5, .section02 .day_box .day.day6, .section02 .day_box .day.day7 {
  margin-top: -0.2vw;
}
.section02 .day_box .day .gift_txt {
  width: 90%;
  margin: 0 auto;
  margin-top: 1.2vw;
}
.section02 .day_box .day .gift_txt img {
  width: 100%;
}
.section02 .day_box .day .get_gift_btn,
.section02 .day_box .day .not_get_gift_btn {
  position: absolute;
  bottom: 1.5vw;
}
.section02 .day_box .day .get_gift_btn img,
.section02 .day_box .day .not_get_gift_btn img {
  width: 4.8vw;
}
.section02 .word_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 2vw;
  margin-left: 21vw;
}
.section02 .word_box::before {
  content: "";
  display: block;
  width: 4.11vw;
  height: 4.11vw;
  aspect-ratio: 158/158;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/notice_icon.webp) center no-repeat;
  background-size: cover;
  margin-top: -0.6vw;
}
.section02 .word_box p {
  color: #fff;
  font-size: 0.73vw;
  letter-spacing: 0.06vw;
  line-height: 1.3vw;
}

/* 全新版本 戰火凌雲！ --------------------------------------- */
.section03 {
  height: 58.9vw;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/s3_bg.webp) center bottom no-repeat;
  background-size: cover;
}
.section03 .title_box .title_main {
  width: 51.77vw;
}
.section03 .swiper_con {
  width: 57.5vw;
  height: 34.94vw;
  aspect-ratio: 1104/671;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/s3_frame.webp) center no-repeat;
  background-size: cover;
  padding-top: 3.125vw;
  padding-left: 1vw;
  margin-left: -20.5vw;
}
.section03 .swiper_con .swiper {
  width: 50vw;
  height: 100%;
}
.section03 .swiper_con .swiper .swiper-wrapper {
  height: 28.125vw;
}
.section03 .swiper_con .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section03 .swiper_con .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.section03 .swiper_con .swiper .swiper-pagination {
  position: absolute;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.section03 .swiper_con .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.4vw;
  height: 0.4vw;
  background-color: #9f8a87;
  opacity: 0.8;
  margin: 0.35vw;
}
.section03 .swiper_con .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.9vw;
  height: 0.9vw;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/point.webp) center no-repeat;
  background-size: cover;
  opacity: 1;
}
.section03 .swiper_con .swiper .swiper-button-next,
.section03 .swiper_con .swiper .swiper-button-prev {
  width: 1.61vw;
  height: 2.81vw;
  aspect-ratio: 47/82;
  background: url(../images/arrow.webp) center no-repeat;
  background-size: cover;
}
.section03 .swiper_con .swiper .swiper-button-next::after,
.section03 .swiper_con .swiper .swiper-button-prev::after {
  display: none;
}
.section03 .swiper_con .swiper .swiper-button-next {
  transform: scaleX(-1);
}
.section03 .pic_box {
  z-index: 2;
}
.section03 .pic_box .s3_char {
  width: 55vw;
  z-index: 8;
  top: 8.5vw;
  right: 0;
  animation: char_ani 1.5s infinite alternate-reverse ease-in-out;
}

/* 神兵降臨 神裝再進化 --------------------------------------- */
.section04 {
  z-index: 9;
  margin-top: -8.33vw;
  height: 58.07vw;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/s4_bg.webp) center bottom no-repeat;
  background-size: cover;
  overflow: hidden;
}
.section04 .title_box {
  margin-top: 7.03vw;
}
.section04 .title_box .title_main {
  width: 54.79vw;
  margin-bottom: 0.2vw;
}
.section04 .swiper_con {
  margin-top: -0.8vw;
  width: 55.2vw;
  height: 33.69vw;
  aspect-ratio: 1060/647;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/s4_frame.webp) center no-repeat;
  background-size: cover;
  padding-top: 2.9vw;
  margin-left: 8vw;
  z-index: 1;
}
.section04 .swiper_con .swiper {
  width: 50vw;
  height: 103%;
}
.section04 .swiper_con .swiper .swiper-wrapper {
  height: 28.125vw;
}
.section04 .swiper_con .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section04 .swiper_con .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.section04 .swiper_con .swiper .swiper-pagination {
  position: absolute;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.section04 .swiper_con .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.4vw;
  height: 0.4vw;
  background-color: #9f8a87;
  opacity: 0.8;
  margin: 0.35vw;
}
.section04 .swiper_con .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.9vw;
  height: 0.9vw;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/point.webp) center no-repeat;
  background-size: cover;
  opacity: 1;
}
.section04 .swiper_con .swiper .swiper-button-next,
.section04 .swiper_con .swiper .swiper-button-prev {
  width: 1.61vw;
  height: 2.81vw;
  aspect-ratio: 47/82;
  background: url(../images/arrow.webp) center no-repeat;
  background-size: cover;
  filter: brightness(10);
}
.section04 .swiper_con .swiper .swiper-button-next::after,
.section04 .swiper_con .swiper .swiper-button-prev::after {
  display: none;
}
.section04 .swiper_con .swiper .swiper-button-next {
  transform: scaleX(-1);
}
.section04 .btn_box {
  margin-top: 2.6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  z-index: 1;
}
.section04 .btn_box div {
  margin: 0 0.5vw;
}
.section04 .btn_box div img {
  width: 15.15vw;
}
.section04 .pic_box .s4_char {
  width: 68.33vw;
  top: 15.625vw;
  left: 0;
  animation: char_ani 1.5s infinite alternate-reverse ease-in-out;
}
.section04 .pic_box .s4_pic {
  width: 31.82vw;
  top: 19.5vw;
  right: 2.18vw;
  z-index: 2;
  animation: char_ani2 1.5s infinite alternate-reverse ease-in-out;
}

footer {
  z-index: 20;
}

.fixed_nav {
  position: fixed;
  right: 1.4vw;
  top: 71%;
  z-index: 35;
}
.fixed_nav img {
  width: 10vw;
}

#history_list_modal .modal-dialog,
#notice_modal .modal-dialog {
  max-width: 906px;
  margin: 0 auto;
}
#history_list_modal .modal-dialog .modal-content,
#notice_modal .modal-dialog .modal-content {
  width: 906px;
  height: 606px;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/pop_pc_bg.webp) center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
#history_list_modal .modal-dialog .modal-content .modal-body,
#notice_modal .modal-dialog .modal-content .modal-body {
  width: 100%;
  position: relative;
}
#history_list_modal .modal-dialog .modal-content .modal-body .dw_btn_close,
#notice_modal .modal-dialog .modal-content .modal-body .dw_btn_close {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 56px;
  cursor: pointer;
  transition: all 0.6s;
}
#history_list_modal .modal-dialog .modal-content .modal-body .dw_btn_close:hover,
#notice_modal .modal-dialog .modal-content .modal-body .dw_btn_close:hover {
  transform: rotate(270deg);
}
#history_list_modal .modal-dialog .modal-content .modal-body .dw_btn_close img,
#notice_modal .modal-dialog .modal-content .modal-body .dw_btn_close img {
  width: 100%;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con,
#notice_modal .modal-dialog .modal-content .modal-body .popup_con {
  padding: 0 15px;
  padding-top: 10px;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .popup_title,
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .popup_title {
  padding-bottom: 65px;
  padding-left: 10px;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .popup_title img,
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .popup_title img {
  width: auto;
  height: 53px;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .notice_list,
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .notice_list {
  width: 100%;
  height: 400px;
  overflow-y: auto;
  color: #484a59;
  font-weight: 500;
  line-height: 1.875rem;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con,
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con {
  width: 100%;
  height: 390px;
  overflow-y: auto;
  padding: 0 5px;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header,
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  background: rgb(150, 108, 104);
  color: #fff;
  height: 40px;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div,
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div {
  text-align: center;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div:nth-child(1),
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div:nth-child(1) {
  width: 18%;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div:nth-child(2),
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div:nth-child(2) {
  width: 20%;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div:nth-child(3),
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div:nth-child(3) {
  width: 26%;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div:nth-child(4),
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div:nth-child(4) {
  width: 28%;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div:nth-child(5),
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header div:nth-child(5) {
  width: 10%;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con,
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  min-height: 40px;
  padding: 5px 0;
  border-top: 1px solid rgba(150, 108, 104, 0.5);
  font-weight: 500;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div,
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div {
  text-align: center;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(1),
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(1) {
  width: 18%;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(2),
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(2) {
  width: 20%;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(3),
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(3) {
  padding: 5px 2px;
  width: 26%;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(4),
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(4) {
  width: 28%;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(5),
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(5) {
  width: 10%;
}
#history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(5) span,
#notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(5) span {
  color: #fff;
  background: rgb(184, 62, 51);
  font-size: 0.9rem;
  padding: 3px 8px;
  border-radius: 8px;
  cursor: pointer;
}

#eventAlertModal .modal-dialog {
  max-width: 400px;
  margin: 0 auto;
}
#eventAlertModal .modal-dialog .modal-content {
  width: 400px;
  height: 230px;
  background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/pop_pc_bg_s.webp) center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
#eventAlertModal .modal-dialog .modal-content .modal-body {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-weight: 500;
  padding-top: 40px;
}
#eventAlertModal .modal-dialog .modal-content .modal-body p {
  padding: 0 35px;
  text-align: center;
}
#eventAlertModal .modal-dialog .modal-content .modal-body .dw_btn_close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 36px;
  cursor: pointer;
  transition: all 0.6s;
}
#eventAlertModal .modal-dialog .modal-content .modal-body .dw_btn_close:hover {
  transform: rotate(270deg);
}
#eventAlertModal .modal-dialog .modal-content .modal-body .dw_btn_close img {
  width: 100%;
}

@media screen and (max-width: 1280px) and (min-width: 767px) {
  .title_box .title_sub {
    height: 1.75vw;
  }
  header {
    height: 72vw;
  }
  header .logo {
    top: 3vw;
    left: 3vw;
  }
  header .logo img {
    width: 6.5vw;
  }
  header .btn_box {
    top: 50.5vw;
  }
  header .btn_box a {
    margin: 0 0.7vw;
  }
  header .btn_box a img {
    width: 19.5vw;
  }
  /* 仙途歸來！豪禮登入送 --------------------------------------- */
  .section01 {
    height: 69vw;
  }
  .section01 .title_box {
    margin-top: 13vw;
  }
  .section01 .title_box .title_main {
    width: 34.6vw;
    margin-bottom: 1.56vw;
  }
  .section01 .gift_box {
    top: -12vw;
  }
  .section01 .gift_box .item_box {
    width: 22vw;
    height: 21.375vw;
    margin: 0 1vw;
  }
  .section01 .gift_box .item_box .item_txt {
    margin-top: 16.4vw;
    font-size: 1.1vw;
    line-height: 1.7vw;
  }
  .section01 .log_box {
    width: 64.625vw;
    height: 30.43vw;
    margin-left: -5vw;
    margin-top: 2.5vw;
  }
  .section01 .log_box .log_title {
    height: 4vw;
  }
  .section01 .log_box .log_title img {
    margin-left: 5vw;
    height: 2.125vw;
  }
  .section01 .log_box .log_con {
    height: 21.25vw;
    width: 80%;
    margin-left: 5.5%;
  }
  .section01 .log_box .log_con .left_box {
    width: 60%;
  }
  .section01 .log_box .log_con .left_box .log_word {
    font-size: 1.08vw;
    line-height: 1.9vw;
  }
  .section01 .log_box .log_con .left_box .log_btn img {
    width: 18.1875vw;
  }
  .section01 .log_box .log_con .right_box {
    width: 40%;
  }
  .section01 .log_box .log_con .right_box img {
    width: 13.4375vw;
  }
  .section01 .log_box .log_con .right_box p {
    margin-top: 0.8vw;
    font-size: 1.08vw;
    line-height: 1.8vw;
  }
  .section01 .pic_box .s1_char1 {
    width: 33vw;
    top: 10.83vw;
    left: -9.375vw;
  }
  .section01 .pic_box .s1_char2 {
    width: 47.125vw;
    top: 7vw;
    right: auto;
    left: 63.5vw;
  }
  /* 老友集結 戰友歸位 --------------------------------------- */
  .section02 {
    height: 89.81vw;
    margin-top: -16.7vw;
  }
  .section02 .title_box {
    margin-top: 22vw;
  }
  .section02 .title_box .title_main {
    width: 34.125vw;
  }
  .section02 .title_box .title_sub {
    margin-left: 12vw;
  }
  .section02 .gift_box01 {
    left: 32.5vw;
    top: 46.9vw;
    width: 8.5vw;
  }
  .section02 .gift_box01 .get_gift_btn,
  .section02 .gift_box01 .not_get_gift_btn {
    margin-top: -0.6vw;
  }
  .section02 .gift_box01 .get_gift_btn img,
  .section02 .gift_box01 .not_get_gift_btn img {
    width: 6vw;
  }
  .section02 .gift_box02 {
    top: 47.2vw;
    left: 82.2vw;
    width: 11vw;
  }
  .section02 .day_box {
    margin-top: 3.8vw;
    width: 49vw;
    margin-left: 29.5vw;
  }
  .section02 .day_box .day {
    width: 11.125vw;
    height: 12.75vw;
    margin: 0 0.4vw;
  }
  .section02 .day_box .day.day4, .section02 .day_box .day.day5, .section02 .day_box .day.day6, .section02 .day_box .day.day7 {
    margin-top: -0.5vw;
  }
  .section02 .day_box .day .gift_txt {
    width: 94%;
    margin-top: 1.5vw;
  }
  .section02 .day_box .day .get_gift_btn,
  .section02 .day_box .day .not_get_gift_btn {
    bottom: 1.7vw;
  }
  .section02 .day_box .day .get_gift_btn img,
  .section02 .day_box .day .not_get_gift_btn img {
    width: 5.35vw;
  }
  .section02 .word_box {
    margin-left: 23vw;
  }
  .section02 .word_box::before {
    width: 5.5vw;
    height: 5.5vw;
    margin-top: -0.8vw;
  }
  .section02 .word_box p {
    font-size: 0.95vw;
    line-height: 1.6vw;
  }
  /* 全新版本 戰火凌雲！ --------------------------------------- */
  .section03 {
    height: 70.687vw;
  }
  .section03 .title_box {
    margin-top: 0.5vw;
  }
  .section03 .title_box .title_main {
    width: 62vw;
  }
  .section03 .swiper_con {
    width: 69.18vw;
    height: 42vw;
    padding-top: 3.7vw;
    padding-left: 1.2vw;
    margin-left: -20.5vw;
  }
  .section03 .swiper_con .swiper {
    width: 60vw;
    height: 101%;
  }
  .section03 .swiper_con .swiper .swiper-wrapper {
    height: 33.75vw;
  }
  .section03 .swiper_con .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.65vw;
    height: 0.65vw;
    margin: 0.45vw;
  }
  .section03 .swiper_con .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.3vw;
    height: 1.3vw;
  }
  .section03 .pic_box .s3_char {
    width: 66.31vw;
    top: 9.5vw;
    right: auto;
    left: 43.5vw;
  }
  /* 神兵降臨 神裝再進化 --------------------------------------- */
  .section04 {
    margin-top: -8.33vw;
    height: 70vw;
  }
  .section04 .title_box {
    margin-top: 7.375vw;
  }
  .section04 .title_box .title_main {
    width: 66.125vw;
  }
  .section04 .swiper_con {
    width: 66.25vw;
    height: 40.43vw;
    padding-top: 3.95vw;
  }
  .section04 .swiper_con .swiper {
    width: 60vw;
    height: 104%;
  }
  .section04 .swiper_con .swiper .swiper-wrapper {
    height: 33.75vw;
  }
  .section04 .swiper_con .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.65vw;
    height: 0.65vw;
    margin: 0.45vw;
  }
  .section04 .swiper_con .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.3vw;
    height: 1.3vw;
  }
  .section04 .btn_box {
    margin-top: 3.2vw;
  }
  .section04 .btn_box div img {
    width: 18.19vw;
  }
  .section04 .pic_box .s4_char {
    width: 82.25vw;
    top: 17.25vw;
    left: -10.5vw;
  }
  .section04 .pic_box .s4_pic {
    width: 38.75vw;
    top: 21.875vw;
    right: -6.875vw;
  }
  .fixed_nav {
    top: auto;
    bottom: 5%;
  }
  .fixed_nav img {
    width: 11.5vw;
  }
  #history_list_modal .modal-dialog,
  #notice_modal .modal-dialog {
    max-width: 90.25vw;
  }
  #history_list_modal .modal-dialog .modal-content,
  #notice_modal .modal-dialog .modal-content {
    max-width: 906px;
    width: 90.25vw;
    max-height: 606px;
    height: 60.1875vw;
    margin: 0 auto;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con {
    padding: 0 1vw;
    padding-top: 1vw;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .popup_title,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .popup_title {
    padding-bottom: 5.5%;
    padding-left: 0.5vw;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .popup_title img,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .popup_title img {
    height: 5.5%;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .notice_list,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .notice_list {
    height: 40vw;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con {
    height: 39vw;
  }
}
@media screen and (max-width: 768px) {
  .title_box .title_sub {
    height: 3.7vw;
  }
  .pc_none {
    display: block;
  }
  .m_none {
    display: none;
  }
  header {
    height: 179.72vw;
    background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/header_bg_m.webp) center no-repeat;
    background-size: cover;
  }
  header .logo {
    top: 6.2vw;
  }
  header .logo img {
    width: 15.92vw;
  }
  header .btn_box {
    top: 137.96vw;
  }
  header .btn_box a {
    margin: 0 0.8vw;
  }
  header .btn_box a img {
    width: 40.18vw;
  }
  /* 仙途歸來！豪禮登入送 --------------------------------------- */
  .section01 {
    height: 157.31vw;
    background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/s1_bg_m.webp) center bottom no-repeat;
    background-size: cover;
  }
  .section01 .title_box {
    margin-top: 21.5vw;
  }
  .section01 .title_box .title_main {
    width: 65.83vw;
    margin-bottom: 3vw;
  }
  .section01 .gift_box {
    top: -24vw;
  }
  .section01 .gift_box .item_box {
    width: 30vw;
    height: 33.24vw;
    aspect-ratio: 315/359;
    margin: 0 1vw;
  }
  .section01 .gift_box .item_box .item_txt {
    margin-top: 28vw;
    font-size: 2.38vw;
    line-height: 3.8vw;
    letter-spacing: 0.2vw;
  }
  .section01 .gift_box .item_box .item_txt.txt_l {
    margin-top: 26vw;
  }
  .section01 .log_box {
    width: 89.44vw;
    height: auto;
    aspect-ratio: 966/954;
    background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/s1_con_bg_m.webp) center no-repeat;
    background-size: cover;
    margin-left: 0vw;
    margin: 0 auto;
    margin-top: 3.4vw;
  }
  .section01 .log_box .log_title {
    height: 10vw;
  }
  .section01 .log_box .log_title img {
    margin-left: 0vw;
    height: 4.62vw;
  }
  .section01 .log_box .log_con {
    width: 100%;
    margin-left: 0%;
  }
  .section01 .log_box .log_con .left_box {
    width: 100%;
    height: 41.2vw;
  }
  .section01 .log_box .log_con .left_box .log_word {
    font-size: 3vw;
    line-height: 4.6vw;
    margin-bottom: 0vw;
  }
  .section01 .log_box .log_con .left_box .log_btn img {
    width: 47.5vw;
  }
  .section01 .log_box .log_con .right_box {
    width: 100%;
    height: 31vw;
    background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/s1_con_line_m.webp) top center no-repeat;
    background-size: 100% auto;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 5.5vw;
  }
  .section01 .log_box .log_con .right_box img {
    width: 28.61vw;
  }
  .section01 .log_box .log_con .right_box p {
    text-align: left;
    margin-top: 0vw;
    font-size: 3vw;
    line-height: 4.6vw;
    margin-bottom: 0;
    margin-left: 2.77vw;
  }
  .section01 .pic_box .s1_char1 {
    width: 69.35vw;
    top: 81.48vw;
    left: -35.5vw;
  }
  .section01 .pic_box .s1_char2 {
    display: none;
  }
  /* 老友集結 戰友歸位 --------------------------------------- */
  .section02 {
    height: 229.62vw;
    background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/s2_bg_m.webp) center bottom no-repeat;
    background-size: cover;
  }
  .section02 .title_box {
    margin-top: 21vw;
  }
  .section02 .title_box .title_main {
    width: 62vw;
    margin-bottom: 0.5vw;
  }
  .section02 .title_box .title_sub {
    display: block;
    height: auto;
    width: 84%;
    margin-left: 0vw;
    margin: 0 auto;
  }
  .section02 .gift_box01 {
    top: 60vw;
    left: 16.5vw;
    width: 59.5vw;
    height: 48vw;
    aspect-ratio: 592/494;
    background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/s2_gift_01_bg_m.webp) center no-repeat;
    background-size: cover;
    padding-left: 2.5vw;
  }
  .section02 .gift_box01 .gift_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 5vw;
  }
  .section02 .gift_box01 .gift_txt img {
    width: 20vw;
  }
  .section02 .gift_box01 .get_gift_btn,
  .section02 .gift_box01 .not_get_gift_btn {
    margin-top: -0.5vw;
  }
  .section02 .gift_box01 .get_gift_btn img,
  .section02 .gift_box01 .not_get_gift_btn img {
    width: 14vw;
  }
  .section02 .gift_box02 {
    top: 70.5vw;
    left: 65vw;
    width: 32vw;
  }
  .section02 .day_box {
    width: 92.5vw;
    margin-left: 0;
    margin: 0 auto;
    margin-top: 44vw;
  }
  .section02 .day_box .day {
    width: 30vw;
    height: 31vw;
  }
  .section02 .day_box .day.day1 {
    margin-left: 31.1vw;
  }
  .section02 .day_box .day.day3 {
    margin-left: 31.1vw;
    margin-right: 0vw;
  }
  .section02 .day_box .day.day3, .section02 .day_box .day.day4, .section02 .day_box .day.day5, .section02 .day_box .day.day6, .section02 .day_box .day.day7 {
    margin-top: 0vw;
  }
  .section02 .day_box .day .gift_txt {
    width: 96%;
    margin-top: 2.5vw;
  }
  .section02 .day_box .day .gift_txt img {
    width: 100%;
  }
  .section02 .day_box .day .get_gift_btn,
  .section02 .day_box .day .not_get_gift_btn {
    bottom: 2.5vw;
  }
  .section02 .day_box .day .get_gift_btn img,
  .section02 .day_box .day .not_get_gift_btn img {
    width: 12.4vw;
  }
  .section02 .word_box {
    width: 90%;
    margin: 0 auto;
    margin-top: 0.7vw;
  }
  .section02 .word_box::before {
    width: 18vw;
    height: 18vw;
    margin-top: 0.5vw;
  }
  .section02 .word_box p {
    font-size: 2.7vw;
    line-height: 4vw;
    margin-bottom: 0;
  }
  /* 全新版本 戰火凌雲！ --------------------------------------- */
  .section03 {
    height: 111.29vw;
    background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/s3_bg_m.webp) center bottom no-repeat;
    background-size: cover;
    margin-top: -1px;
  }
  .section03 .title_box {
    margin-top: 7vw;
  }
  .section03 .title_box .title_main {
    width: 94vw;
  }
  .section03 .swiper_con {
    width: 100vw;
    height: 61vw;
    padding-top: 5vw;
    padding-left: 2vw;
    margin-left: -2vw;
    margin-top: 2.8vw;
  }
  .section03 .swiper_con .swiper {
    width: 87.96vw;
    height: 106%;
  }
  .section03 .swiper_con .swiper .swiper-wrapper {
    height: 49.44vw;
  }
  .section03 .swiper_con .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1.5vw;
    height: 1.5vw;
    margin: 0 1.2vw;
  }
  .section03 .swiper_con .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 3.4vw;
    height: 3.4vw;
  }
  .section03 .swiper_con .swiper .swiper-button-next,
  .section03 .swiper_con .swiper .swiper-button-prev {
    width: 3vw;
    height: 4.5vw;
  }
  .section03 .pic_box {
    display: none;
  }
  /* 神兵降臨 神裝再進化 --------------------------------------- */
  .section04 {
    margin-top: -5vw;
    height: 124.5vw;
    background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/s4_bg_m.webp) center top no-repeat;
    background-size: cover;
  }
  .section04 .title_box {
    margin-top: 14vw;
  }
  .section04 .title_box .title_main {
    width: 98vw;
    margin-left: -1.5vw;
    margin-bottom: 0.8vw;
  }
  .section04 .swiper_con {
    width: 97vw;
    height: 60vw;
    padding-top: 5vw;
    padding-left: 0vw;
    margin-left: 0vw;
    margin-top: 2.8vw;
  }
  .section04 .swiper_con .swiper {
    width: 87.96vw;
    height: 112%;
  }
  .section04 .swiper_con .swiper .swiper-wrapper {
    height: 49.44vw;
  }
  .section04 .swiper_con .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1.5vw;
    height: 1.5vw;
    margin: 0 1.2vw;
  }
  .section04 .swiper_con .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 3.4vw;
    height: 3.4vw;
  }
  .section04 .swiper_con .swiper .swiper-button-next,
  .section04 .swiper_con .swiper .swiper-button-prev {
    width: 3vw;
    height: 4.5vw;
  }
  .section04 .btn_box {
    margin-top: 10.6vw;
  }
  .section04 .btn_box div {
    margin: 0 1vw;
  }
  .section04 .btn_box div img {
    width: 40.18vw;
  }
  .section04 .pic_box .s4_char,
  .section04 .pic_box .s4_pic {
    display: none;
  }
  footer {
    padding-bottom: 20vw;
  }
  .fixed_nav {
    right: 0vw;
    top: auto;
    bottom: 0;
    transition: all 0.3s;
    transform: translateY(100%);
  }
  .fixed_nav.btn_hover:hover {
    filter: brightness(1);
    transform: scale(1);
  }
  .fixed_nav img {
    width: 100%;
  }
  .fixed_nav.scroll {
    transform: translateY(0%);
  }
  #history_list_modal .modal-dialog,
  #notice_modal .modal-dialog {
    max-width: 100%;
  }
  #history_list_modal .modal-dialog .modal-content,
  #notice_modal .modal-dialog .modal-content {
    max-width: 100%;
    height: 140.1vw;
    background: url(https://images1.iwplay.com.tw/image/zxsj/events/vday/images/pop_pc_bg_m.webp) center no-repeat;
    background-size: 100% 100%;
    aspect-ratio: 900/1261;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .dw_btn_close,
  #notice_modal .modal-dialog .modal-content .modal-body .dw_btn_close {
    right: 3vw;
    top: 3.5vw;
    width: 12vw;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con {
    padding: 0;
    padding-top: 0.5vw;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .popup_title,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .popup_title {
    padding-bottom: 8vw;
    padding-left: 0vw;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .popup_title img,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .popup_title img {
    height: 10vw;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .notice_list,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .notice_list {
    width: 100%;
    height: 110vw;
    font-size: 3.6vw;
    line-height: 5.2vw;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con {
    width: 100%;
    height: 108vw;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_header {
    display: none;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con {
    flex-direction: column;
    border-top: 1px dashed #745b32;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con:first-child,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con:first-child {
    border-top: 0;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div {
    font-size: 3.6vw;
    line-height: 5.2vw;
    margin: 1vw 0;
    text-align: left;
    border-bottom: 1px dotted rgba(116, 91, 50, 0.3);
    padding-bottom: 2%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div::before,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div::before {
    text-align: center;
    display: inline-block;
    flex: 0 0 29%;
    color: #745b32;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(1),
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(1) {
    width: 100%;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(1)::before,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(1)::before {
    content: "日期";
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(2),
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(2) {
    width: 100%;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(2)::before,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(2)::before {
    content: "活動名稱";
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(3),
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(3) {
    padding-bottom: 2%;
    padding-top: 0%;
    width: 100%;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(3)::before,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(3)::before {
    content: "獎勵內容";
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(4),
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(4) {
    width: 100%;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(4)::before,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(4)::before {
    content: "獎勵序號";
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(5),
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(5) {
    width: 100%;
    padding-bottom: 1.5vw;
    border-bottom: 0;
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(5)::before,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(5)::before {
    content: "複製";
  }
  #history_list_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(5) span,
  #notice_modal .modal-dialog .modal-content .modal-body .popup_con .list_con .list_item .item_con div:nth-child(5) span {
    font-size: 3.6vw;
    padding: 0.5% 7%;
  }
}
@media screen and (max-width: 580px) {
  .section02 .gift_box01 .get_gift_btn,
  .section02 .gift_box01 .not_get_gift_btn {
    margin-top: -2vw;
  }
}/*# sourceMappingURL=main.css.map */