@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  text-decoration: none;
}

html {
  overflow-x: hidden;
}

body {
  background-color: #ee97be;
  font-family: "Noto Sans TC", sans-serif;
}

ul {
  list-style: none;
}

.wrapper {
  width: 100%;
  position: relative;
}

.wrapper img {
  max-width: 100%;
  display: block;
}

.header {
  height: 1000px;
  background: url(https://image.tw.ncsoft.com/lostsword/event/2507/comic/header_bg.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}

/* top start*/
.header .info_texts,
.header .goHome {
  text-indent: -999rem;
}

.header .inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.header .inner:before {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.header .inner .goHome {
  position: absolute;
  top: 5px;
  left: 40px;
  width: 105px;
  height: 40px;
  background: url("https://image.tw.ncsoft.com/lostsword/event/2507/comic/logo_ls.webp") no-repeat 50% 50%;
  z-index: 100;
  background-size: 105px 38px;
}

.header .inner .goHome:before {
  content: "";
  width: 35px;
  height: 40px;
  background: url("https://image.tw.ncsoft.com/lostsword/event/2507/comic/arrow.webp") no-repeat 50% 50%;
  background-size: 20px;
  position: absolute;
  left: -35px;
}

.header .inner .header-button {
  position: absolute;
  top: 5px;
  right: 10px;
  display: flex;
}

.header .inner .header-button [class*=btn-] {
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.33);
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  box-sizing: border-box;
}

.header-button .btn-news {
  width: 90px;
  font-size: 14px;
  color: #ffffff;
}

.header-button .btn-event {
  width: 90px;
  font-size: 14px;
  color: #ffffff;
  margin-left: 5px;
}

.header-button .btn-home {
  width: 40px;
  background-image: url("https://image.tw.ncsoft.com/lostsword/event/2507/invite/home.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-left: 5px;
  font-size: 0;
}

.header-button .btn-copyurl {
  width: 40px;
  background-image: url("https://image.tw.ncsoft.com/lostsword/event/2507/comic/share.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-left: 5px;
  font-size: 0;
  position: relative;
}

.copy.active:before {
  content: "URL已複製";
  color: #cccccc;
  background-color: rgba(0, 0, 0, .8);
  font-size: 11px;
  font-weight: 400;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  letter-spacing: -1px;
  position: absolute;
  bottom: -30px;
  text-align: center;
  pointer-events: none;
  width: 70px;
  left: 50%;
  margin-left: -35px;
  box-sizing: border-box;
  line-height: 1.5;
  font-family: 'Noto Sans TC', sans-serif;
}

.copy.active:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, .8) transparent;
  pointer-events: none
}

.header .inner .share {
  position: absolute;
  top: 28px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: url("https://image.tw.ncsoft.com/lostsword/event/2507/comic/fb.webp") no-repeat 50% 0;
  background-size: cover;
  z-index: 10;
}

.header .inner .title {
  position: absolute;
  top: 760px;
  left: 50%;
  margin-left: -425px;
  width: 850px;
  height: 400px;
  background: none no-repeat 50% 50%;
  z-index: 100;
  pointer-events: none;
}

.mob .wrapper {
  margin-top: 30px;
}

.mob .inner {
  width: 100%;
}

.mob .header .inner .goHome {
  top: 8px;
  left: 30px;
  width: 100px;
  height: 36px;
  background-size: cover;
  /*filter:drop-shadow(0px 0px 5px #999999);*/
}

.mob .header .inner .goHome:before {
  width: 20px;
  height: 36px;
  background-size: 10px;
  left: -20px;
}

.mob .header .inner .header-button {
  top: 8px;
  right: 10px;
}

.mob .header .inner .header-button [class*=btn-] {
  height: 36px;
}

.mob .header-button .btn-news {
  width: 50px;
  font-size: 1rem;
}

.mob .header-button .btn-event {
  width: 50px;
  font-size: 1rem;
  margin-left: 3px;
}

.mob .header-button .btn-copyurl {
  width: 36px;
  background-size: 18px;
  margin-left: 3px;
}

.mob .header-button .btn-home {
  width: 36px;
  background-size: 18px;
  margin-left: 3px;
}

.mob .header .inner .share {
  left: auto;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-size: cover;
}

.mob .header .inner .title {
  display: none;
}

/* top end */

.header .heart1 {
  width: 208px;
  position: absolute;
  top: 18%;
  left: 50%;
  translate: -280% 0;
  opacity: 0;
  animation: showAni 1.4s alternate infinite;
  animation-delay: 2s;
}

.header .heart2 {
  width: 198px;
  position: absolute;
  top: 29%;
  left: 50%;
  translate: 215% 0;
  opacity: 0;
  animation: showAni 1.4s alternate infinite;
  animation-delay: 4s;
}

.header .slogan {
  width: 719px;
  position: absolute;
  left: 50%;
  top: 70%;
  translate: -50% -50%;
  animation: heartBeat 1.6s ease-out, lightAni 2.4s alternate ease-in-out infinite 1.6s;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.3);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.3);
  }

  70% {
    transform: scale(1);
  }
}

@keyframes lightAni {
  25% {
    filter: brightness(0.92) saturate(1.2);
  }

  50% {
    filter: brightness(1.05) saturate(1);
    transform: translateY(-5px);
  }

  100% {
    filter: brightness(0.97) saturate(1.2);
  }
}


@keyframes showAni {
  0%{
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    opacity: 1;
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);
  }
}

.contents {
  width: 100%;
  background: url(https://image.tw.ncsoft.com/lostsword/event/2507/comic/content_bg.png) no-repeat top center;
  background-color: #ee97be;
}

.contents img {
  margin: auto;
}

.contents section {
  padding-bottom: 2%;
}

.notice {
  height: 594px;
  background: url(https://image.tw.ncsoft.com/lostsword/event/2507/comic/notice_bg.png) no-repeat top center;
}

.notice .inner {
  max-width: 1100px;
  margin: auto;
  padding-top: 110px;
}

.notice .notice_title {
  width: 172px;
  height: 23px;
  background: url(https://image.tw.ncsoft.com/lostsword/event/2507/comic/notice_title.png) no-repeat top center;
  background-size: contain;
}

.notice .notice_lists {
  color: #9d446a;
  margin-left: 29px;
  margin-top: 30px;
  font-size: 16px;
}

.notice .notice_lists li {
  margin-bottom: 0.5em;
}

/* top */
#topBtn {
  display: none;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  padding-top: 15px;
  border-radius: 10px;
  box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.6);
}

#topBtn:before {
  content: '\25B2';
  width: 100%;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 2px;
  left: 0;
}

#topBtn:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

#footer {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 100;
}

#footer .copyright {
  position: absolute;
  top: 0.5rem;
  left: 0;
  right: 0;
  width: 1000px;
  margin: 0 auto;
}

#footer .copyright-company,
#footer .copyright-studio {
  display: flex;
  align-items: center;
  font-size: 10px;
  color: #fffffe;
  letter-spacing: -0.5px;
}

#footer .copyright-company {
  float: left;
}

#footer .copyright-company .copyright-logo {
  width: 42px;
  height: 23px;
  margin-right: 0.5rem;
  background: none no-repeat 50% 50%;
  background-size: contain;
  display: none;
}

#footer .copyright-studio {
  float: right;
  text-indent: -9999em;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
  display: flex;
  align-items: center;
}

#footer .copyright-studio .grade-desc {
  font-size: 10px;
  line-height: 1.2;
  text-indent: 0;
  text-align: right;
  font-weight: 300;
  color: #ffffff;
}

#footer .copyright-studio .grade-icon {
  width: 32px;
  height: 32px;
  background: url("https://image.tw.ncsoft.com/lostsword/layout/footer_grading_2x.webp") no-repeat 50% 50%;
  background-size: contain;
  margin-left: 0.5rem;
}

#footer .copyright a {
  text-indent: -9999em;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 100%;
}

.mob #footer {
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 1000;
}

.mob #footer .copyright {
  position: absolute;
  width: auto;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0;
  padding: 0;
  color: #fffffe;
}

.mob #footer .copyright-company,
.mob #footer .copyright-studio {
  display: flex;
  align-items: center;
  font-size: 0.6rem;
  font-weight: 300;
  justify-content: center;
  padding-bottom: 0.5rem;
  height: auto;
  float: none;
}

.mob #footer .copyright-company {
  line-height: 1.2;
  text-align: center;
}

.mob #footer .copyright-company .copyright-logo {
  width: 36px;
  height: 20px;
  margin-right: 0.5rem;
  background: none no-repeat 50% 50%;
  background-size: contain;
}

.mob #footer .copyright-studio li {
  margin-left: 0.3rem;
}

.mob #footer .copyright-studio .grade-desc {
  font-size: 0.6rem;
  line-height: 1.2;
  text-indent: 0;
  text-align: right;
  font-weight: 300;
  color: #ffffff;
}

.mob #footer .copyright-studio .grade-icon {
  width: 30px;
  height: 30px;
  margin-left: 0.5rem;
}

.mob #footer .copyright a {
  text-indent: -9999em;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 100%;
}

@media (max-width: 960px) and (resolution: 1dppx) {
  .wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 1200px) {
  .header {
    height: 100vw;
    max-height: 1000px;
  }

  .header .slogan {
    width: 55vw;
    top: 74%;
  }

  .header .heart1 {
    width: 16.5vw;
    top: 25%;
    translate: -286% 0;
  }

  .header .heart2 {
    width: 15.333333vw;
    top: 20%;
    translate: 230% 0;
  }

  .notice .inner {
    padding: 10% 5% 100px;
  }

}

@media (max-width: 768px) {
  .header {
    background-image: url(https://image.tw.ncsoft.com/lostsword/event/2507/comic/header_bg_m.jpg);
    height: 132vw;
  }

  .header .slogan {
    width: 76vw;
    top: 74%;
  }

  .header .heart1 {
    width: 16.5vw;
    top: 29%;
    translate: -286% 0;
  }

  .header .heart2 {
    width: 17.3333333333vw;
    top: 27%;
    translate: 185% 0;
  }

  .contents {
    background-image: url(https://image.tw.ncsoft.com/lostsword/event/2507/comic/content_bg_m.jpg);
    background-position: top center;
  }

  .notice {
    background-image: none;
    background-color: #ee97be;
    height: auto;
  }

  .notice .notice_lists {
    margin-top: 20px;
    font-size: 14px;
    margin-left: 20px;
  }

  .notice .notice_title {
    width: 160px;
    height: 22px;
  }
}