@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;400;500;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
select,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  border-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before, q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

input,
button,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

*:focus {
  outline: none;
}

.popup__wrap .popupWindow::before, .popup__wrap .popupWindow::after, .header .slogan::before, .header .slogan::after, .header::before, .header::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

@-webkit-keyframes scale {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes scale {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72%, 90%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72%, 90%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
h1, h2, h3, h4, h5 {
  line-height: 1;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.375rem;
}

p {
  font-size: 1rem;
  line-height: 1.5;
}

li {
  font-size: 1rem;
}

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

html {
  font-size: 16px;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

body {
  font-family: "Roboto", "Noto Sans TC", "微軟正黑體", sans-serif;
  overflow-x: hidden;
  overflow-y: overlay;
  color: #431f16;
  background-color: #d96363;
  background-image: url(../img/bg_dot.png);
}
body.scrollbarHidden {
  overflow-y: hidden;
}

main {
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

footer {
  background-color: #431f16;
}
footer::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 16px;
  background-image: url(../img/footer_floor.png);
  left: 0;
  top: -10px;
}

::-moz-selection {
  background: #ee7777;
  color: #fff;
}

::selection {
  background: #ee7777;
  color: #fff;
}

.header {
  position: relative;
  height: 868px;
  background-image: url(../img/bg_kv.png);
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header::before {
  background-image: url(../img/bg_floor01.png);
  width: 289px;
  height: 270px;
  left: 0;
  left: calc(50% - 963px);
  bottom: -160px;
}
.header::after {
  background-image: url(../img/bg_floor02.png);
  width: 288px;
  height: 270px;
  right: calc(50% - 963px);
  bottom: -93px;
}
.header__logo {
  position: absolute;
  left: 1%;
  top: 3.5%;
  z-index: 10;
  width: 8.12%;
}
.header__logo img {
  max-width: 100%;
}
.header .slogan {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 11%;
}
.header .slogan img {
  width: 100%;
}
.header .slogan--01 {
  position: absolute;
}
.header .slogan::before {
  background-image: url(../img/slogan_star01.png);
  width: 10%;
  height: 32.46%;
  left: -2%;
  top: 42%;
}
.header .slogan::after {
  background-image: url(../img/slogan_star02.png);
  width: 10%;
  height: 32.46%;
  right: -5%;
  top: 3%;
}
.header .cha img {
  position: absolute;
}
.header .cha--rocha01 {
  left: calc(50% - 815px);
  bottom: 204px;
  z-index: 2;
}
.header .cha--rocha02 {
  left: calc(50% - 540px);
  bottom: 115px;
  z-index: 3;
}
.header .cha--rocha03 {
  right: calc(50% - 580px);
  bottom: 105px;
  z-index: 3;
}
.header .cha--rocha04 {
  right: calc(50% - 807px);
  bottom: 209px;
  z-index: 2;
}
.header .cha--poring {
  right: calc(50% - 722px);
  bottom: 652px;
  z-index: 1;
}
@-webkit-keyframes kv__usagi {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  25% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
            transform: scale(1.05, 0.95) translateY(0);
  }
  50% {
    -webkit-transform: scale(0.95, 1.05) translateY(-60px);
            transform: scale(0.95, 1.05) translateY(-60px);
  }
  75% {
    -webkit-transform: scale(1.02, 0.98) translateY(0);
            transform: scale(1.02, 0.98) translateY(0);
  }
  87.5% {
    -webkit-transform: scale(1, 1) translateY(-20px);
            transform: scale(1, 1) translateY(-20px);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
@keyframes kv__usagi {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  25% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
            transform: scale(1.05, 0.95) translateY(0);
  }
  50% {
    -webkit-transform: scale(0.95, 1.05) translateY(-60px);
            transform: scale(0.95, 1.05) translateY(-60px);
  }
  75% {
    -webkit-transform: scale(1.02, 0.98) translateY(0);
            transform: scale(1.02, 0.98) translateY(0);
  }
  87.5% {
    -webkit-transform: scale(1, 1) translateY(-20px);
            transform: scale(1, 1) translateY(-20px);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes kv__piske {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  25% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
            transform: scale(1.05, 0.95) translateY(0);
  }
  50% {
    -webkit-transform: scale(0.95, 1.05) translateY(-40px);
            transform: scale(0.95, 1.05) translateY(-40px);
  }
  75% {
    -webkit-transform: scale(1.02, 0.98) translateY(0);
            transform: scale(1.02, 0.98) translateY(0);
  }
  87.5% {
    -webkit-transform: scale(1, 1) translateY(-16px);
            transform: scale(1, 1) translateY(-16px);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
@keyframes kv__piske {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  25% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
            transform: scale(1.05, 0.95) translateY(0);
  }
  50% {
    -webkit-transform: scale(0.95, 1.05) translateY(-40px);
            transform: scale(0.95, 1.05) translateY(-40px);
  }
  75% {
    -webkit-transform: scale(1.02, 0.98) translateY(0);
            transform: scale(1.02, 0.98) translateY(0);
  }
  87.5% {
    -webkit-transform: scale(1, 1) translateY(-16px);
            transform: scale(1, 1) translateY(-16px);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
.header .cha--usagi {
  left: calc(50% - 237px);
  bottom: 96px;
  z-index: 8;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation: kv__usagi 1.5s ease-in-out infinite;
          animation: kv__usagi 1.5s ease-in-out infinite;
}
.header .cha--piske {
  right: calc(50% - 226px);
  bottom: 96px;
  z-index: 8;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation: kv__piske 1.5s -0.5s ease-in-out infinite;
          animation: kv__piske 1.5s -0.5s ease-in-out infinite;
}
@-webkit-keyframes note {
  0%, 100% {
    -webkit-transform: rotate(-10deg) translateY(5px);
            transform: rotate(-10deg) translateY(5px);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes note {
  0%, 100% {
    -webkit-transform: rotate(-10deg) translateY(5px);
            transform: rotate(-10deg) translateY(5px);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.header .cha--note_blue {
  left: calc(50% - 273px);
  bottom: 134px;
  z-index: 10;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: note 0.8s ease-in infinite;
          animation: note 0.8s ease-in infinite;
}
.header .cha--note_red {
  right: calc(50% - 128px);
  bottom: 400px;
  z-index: 10;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: note 0.8s -0.2s ease-in infinite;
          animation: note 0.8s -0.2s ease-in infinite;
}
.header .cha--note_yellow {
  right: calc(50% - 295px);
  bottom: 139px;
  z-index: 10;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: note 0.8s -0.3s ease-in infinite;
          animation: note 0.8s -0.3s ease-in infinite;
}
.header .cha--poporing {
  left: calc(50% - 852px);
  bottom: -15px;
  z-index: 11;
}

nav {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 99999;
  -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0, 1);
  transition: 0.3s cubic-bezier(0.7, 0, 0, 1);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
nav.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
nav .hamburger {
  width: 55px;
  height: 54px;
  background-color: #f2f1ef;
  border-radius: 0 0 0 15px;
  position: absolute;
  left: -55px;
  top: 35px;
  cursor: pointer;
}
nav .hamburger span {
  position: absolute;
  width: 35px;
  height: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0, 1);
  transition: 0.3s cubic-bezier(0.7, 0, 0, 1);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
  left: 10px;
}
nav .hamburger span:nth-child(1) {
  background-image: url(../img/nav_ham-01.svg);
  top: 12px;
}
nav .hamburger span:nth-child(2) {
  background-image: url(../img/nav_ham-02.svg);
  top: 24px;
}
nav .hamburger span:nth-child(3) {
  background-image: url(../img/nav_ham-03.svg);
  top: 37px;
}
nav .hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 14px;
}
nav .hamburger.open span:nth-child(2) {
  opacity: 0;
}
nav .hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 37px;
  left: 14px;
}
nav .menu {
  height: 100%;
  background-image: url(../img/nav_bg.jpg);
  padding: 75px 40px 40px;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0, 1);
  transition: 0.3s cubic-bezier(0.7, 0, 0, 1);
}
nav .menu.open::before {
  left: -20px;
}
nav .menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f6bec8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0, 1);
  transition: 0.3s cubic-bezier(0.7, 0, 0, 1);
}
nav .menu p {
  background-color: #fff;
  color: #c2bfba;
  border-radius: 20px;
  display: inline-block;
  padding: 1px 20px 0;
  margin: 30px 0 15px;
  font-weight: bold;
}
nav .menu li {
  cursor: pointer;
}
nav .menu li:not(:last-child) {
  margin-bottom: 15px;
}
nav .menu li img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
nav .menu li img, nav .menu li span {
  vertical-align: middle;
  display: inline-block;
}
nav .menu .totop {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

.event {
  padding: 50px 0;
  position: relative;
  background-repeat: no-repeat;
}
.event.event01, .event.event02 {
  margin-bottom: 5%;
}
.event.event01 {
  background-image: url(../img/bg_flower01.png), url(../img/bg_flower02.png), url(../img/bg_flower03.png);
  background-position: right 8% top 0%, left 6% top 30%, right 6% top 65%;
  margin-top: 2%;
}
.event.event02 {
  background-image: url(../img/bg_flower04.png), url(../img/bg_flower01.png);
  background-position: left 6% top 0%, right 8% top 70%;
}
.event.event03 {
  background-image: url(../img/bg_flower05.png), url(../img/bg_flower06.png);
  background-position: left 6% top 0%, right 6% top 70%;
}
.event__wrap {
  position: relative;
  margin: 0 auto;
  background-image: url(../img/ev_bg.jpg);
  max-width: 1200px;
  border-radius: 20px;
  border: 14px solid #f6bec8;
  outline: solid 4px #431f16;
  padding-bottom: 8%;
}
.event__way h3, .event__daily h3 {
  font-weight: 900;
  margin-bottom: 25px;
  text-align: center;
}
.event__way h3::before, .event__way h3::after, .event__daily h3::before, .event__daily h3::after {
  content: "";
  display: inline-block;
  width: 71px;
  height: 36px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
}
.event__way h3::before, .event__daily h3::before {
  background-image: url(../img/title_deco02.png);
  margin-right: 15px;
}
.event__way h3::after, .event__daily h3::after {
  background-image: url(../img/title_deco02.png);
  margin-left: 15px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.event__title {
  position: relative;
  top: -65px;
  text-align: center;
}
.event__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -30px;
  margin-bottom: 50px;
}
.event__info > div {
  background-color: #fff;
  border: 4px solid #431f16;
  padding: 30px 25px;
  text-align: center;
  border-radius: 2px 30px;
  margin: 0 15px;
  position: relative;
  max-width: 292px;
  width: 40%;
}
.event__info > div:nth-child(1) {
  -webkit-box-shadow: -15px 15px 0 rgba(249, 207, 215, 0.7);
          box-shadow: -15px 15px 0 rgba(249, 207, 215, 0.7);
}
.event__info > div:nth-child(2) {
  -webkit-box-shadow: 15px -15px 0 rgba(249, 207, 215, 0.7);
          box-shadow: 15px -15px 0 rgba(249, 207, 215, 0.7);
}
.event__info > div h3 {
  font-weight: 900;
}
.event__info > div h3::before, .event__info > div h3::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 18px;
}
.event__info > div h3::before {
  background-image: url(../img/title_deco01.png);
  margin-right: 8px;
}
.event__info > div h3::after {
  background-image: url(../img/title_deco01.png);
  margin-left: 8px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.event__info > div hr {
  border: none;
  width: 100%;
  height: 4px;
  background-image: url(../img/ev_info_line.png);
  background-repeat: repeat-x;
  margin: 10px 0 18px;
}
.event__info > div h5 {
  line-height: 1.3;
}
.event__way {
  margin-bottom: 5%;
}
.event__way > div {
  width: 90%;
  max-width: 960px;
  background-color: rgba(249, 207, 215, 0.7);
  margin: 0 auto;
  border-radius: 20px;
  -o-border-image: url(../img/ev_way_bg.png) 34/34px repeat;
     border-image: url(../img/ev_way_bg.png) 34/34px repeat;
  padding: 30px 60px;
  text-align: left;
}
.event__way > div ol {
  counter-reset: li;
}
.event__way > div ol li {
  counter-increment: li;
  padding-left: 23px;
  position: relative;
}
.event__way > div ol li::before {
  content: counter(li) ".";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 16px;
  height: 22px;
  color: #ec768b;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  margin-top: 4px;
}
.event__way > div ol li .imp {
  color: #ec768b;
}
.event__way > div ol li:not(:last-child) {
  margin-bottom: 8px;
}
.event .sign {
  text-align: center;
}
.event .sign--btn .signBtn {
  display: inline-block;
  width: 172px;
  height: 64px;
  text-indent: -99999px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}
.event .sign--btn .signBtn--signIn {
  background-image: url(../img/btn_login.png);
}
.event .sign--btn .signBtn--signOut {
  background-image: url(../img/btn_logout.png);
  margin-bottom: 30px;
}
.event .sign--user {
  font-weight: bold;
  margin-bottom: 10px;
}
.event .sign--user span {
  color: #f56881;
}
.event .sign--srv {
  font-weight: bold;
  font-size: 1.5rem;
}
.event .sign--srv label {
  margin-right: 10px;
}
.event .sign--srv select {
  border-radius: 22px;
  padding: 4px 25px;
  color: #431f16;
  border: 3px solid #431f16;
  text-align: left;
  width: 200px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url(../img/dropdown_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.event__game {
  margin-bottom: 3%;
}
.event__reward {
  text-align: center;
}
.event__reward h3 {
  font-weight: 900;
  margin-bottom: 25px;
}
.event__reward h3::before, .event__reward h3::after {
  content: "";
  display: inline-block;
  width: 57px;
  height: 29px;
  vertical-align: middle;
  margin-top: -5px;
}
.event__reward h3::before {
  background-image: url(../img/title_deco03.png);
  margin-right: 15px;
}
.event__reward h3::after {
  background-image: url(../img/title_deco03.png);
  margin-left: 15px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.event__reward .reward-col-1 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 217, 168, 0.7);
  border: 3px solid rgba(248, 188, 107, 0.7);
  border-radius: 20px;
  text-align: left;
  padding: 20px;
  width: 70%;
  margin: 0 auto;
}
.event__reward .reward-col-1 > div:not(:last-child) {
  margin-bottom: 20px;
}
.event__reward .reward-col-1 > div:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.event__reward .reward-col-1 > div h4 {
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  border-radius: 20px;
  padding: 7px 25px;
  margin-bottom: 10px;
}
.event__reward .reward-col-1 > div .itemImg {
  margin: 0 2%;
}
.event__reward .reward-col-1 > div .itemInfo {
  width: 50%;
}
.event__reward .reward-col-1 > div .itemInfo p {
  display: inline-block;
  padding-left: 10px;
}
.event__reward .reward-col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.event__reward .reward-col-4 > div {
  width: 18%;
  background-color: rgba(255, 217, 168, 0.7);
  border: 3px solid rgba(248, 188, 107, 0.7);
  border-radius: 20px;
  margin: 0 0.8%;
  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;
  padding: 20px;
}
.event__reward .reward-col-4 h4 {
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  border-radius: 20px;
  padding: 7px 25px;
}
.event__reward .reward-col-4 .itemImg {
  position: relative;
  margin: 20px 0;
}
.event__reward .reward-col-4 .itemImg img {
  width: 100%;
}
.event__reward .reward-col-4 p {
  font-weight: 500;
  margin-bottom: 10px;
}
.event__reward .reward-col-4 .btn {
  background-color: #ffaf6a;
  -webkit-box-shadow: 0 -5px 0 #f19a4d inset;
          box-shadow: 0 -5px 0 #f19a4d inset;
  border-radius: 30px;
  width: 100%;
  padding: 14px 22px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.event__reward .reward-col-4 .btn h5 {
  font-weight: bold;
}
.event__reward .reward-col-4 .btn.received {
  background-color: #f8c79e;
  -webkit-box-shadow: 0 -5px 0 #efb382 inset;
          box-shadow: 0 -5px 0 #efb382 inset;
  color: #e9a46b;
  cursor: not-allowed;
}
.event__reward .reward-col-4 .btn.disable {
  background-color: #d5cbc1;
  -webkit-box-shadow: 0 -5px 0 #b4a89c inset;
          box-shadow: 0 -5px 0 #b4a89c inset;
  color: #a69b91;
  cursor: not-allowed;
}
.event__reward .reward-col-4 .kanahei {
  background-color: rgba(246, 190, 200, 0.7);
  border: 3px solid rgba(246, 150, 157, 0.7);
}
.event__reward .reward-col-4 .kanahei .itemImg {
  cursor: pointer;
}
.event__reward .reward-col-4 .kanahei .itemImg::after {
  content: "";
  background-image: url(../img/ev1_reward03_note.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  position: absolute;
  display: block;
  background-color: #ed8599;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  right: 1%;
  top: 7%;
  cursor: pointer;
}
.event__reward .reward-col-4 .kanahei .itemImg:hover::after {
  -webkit-animation: scale 0.5s ease-in-out both infinite;
          animation: scale 0.5s ease-in-out both infinite;
}
.event__reward .reward-col-4 .kanahei .btn {
  background-color: #ed8599;
  -webkit-box-shadow: 0 -5px 0 #db697f inset;
          box-shadow: 0 -5px 0 #db697f inset;
}
.event__reward .reward-col-4 .kanahei .btn.received {
  background-color: #f3aebc;
  -webkit-box-shadow: 0 -5px 0 #ea93a5 inset;
          box-shadow: 0 -5px 0 #ea93a5 inset;
  color: #e8889c;
  cursor: not-allowed;
}
.event__reward .reward-col-4 .kanahei .btn.disable {
  background-color: #d5cbc1;
  -webkit-box-shadow: 0 -5px 0 #b4a89c inset;
          box-shadow: 0 -5px 0 #b4a89c inset;
  color: #a69b91;
  cursor: not-allowed;
}
.event__daily {
  margin-bottom: 7%;
}
.event__daily > p {
  text-align: center;
  color: #ea8c9c;
  font-weight: bold;
  margin-bottom: 5px;
}
.event__daily .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 960px;
  margin: 70px auto 0;
}
.event__daily .content .npc {
  position: relative;
  margin-right: 3%;
}
.event__daily .content .npc img {
  border-radius: 20px;
  border: 2px solid #fff;
  outline: 4px solid #431f16;
}
.event__daily .content .npc h4 {
  position: absolute;
  background-color: #431f16;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  border-radius: 20px 20px 0 0;
  left: 30px;
  top: -44px;
  padding: 10px 30px;
}
.event__daily .content .npc::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.event__daily .content .npc--usagi::after {
  background-image: url(../img/ev2_daily_usagi.png);
  width: 122px;
  height: 87px;
  left: 6px;
  bottom: -5px;
}
.event__daily .content .npc--piske::after {
  background-image: url(../img/ev3_daily_piske.png);
  width: 98px;
  height: 58px;
  left: 18px;
  bottom: -5px;
}
.event__daily .content .mission {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.event__daily .content .mission h5 {
  display: inline-block;
  background-color: #f3a7b4;
  border-radius: 20px;
  padding: 10px 25px 9px;
  font-weight: 500;
  margin-bottom: 10px;
}
.event__daily .content .mission p {
  padding-left: 15px;
  font-size: 1.125rem;
  line-height: 1.5;
}
.event__daily .content .mission p:nth-of-type(1) {
  margin-bottom: 20px;
}
.event__daily .content .mission label {
  cursor: pointer;
}
.event__daily .content .mission label h5 {
  background-color: #ddd8d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.event__daily .content .mission--list ul {
  display: none;
}
.event__daily .content .mission--list ul li {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event__daily .content .mission--list ul li:nth-child(odd) {
  background-color: rgba(253, 222, 223, 0.6);
}
.event__daily .content .mission--list ul li:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.6);
}
.event__daily .content .mission--list ul li:first-child {
  border-radius: 10px 10px 0 0;
}
.event__daily .content .mission--list ul li:last-child {
  border-radius: 0 0 10px 10px;
}
.event__daily .content .mission--list ul li span {
  display: inline-block;
  text-align: center;
}
.event__daily .content .mission--list .list1 li span:nth-child(1) {
  width: 40%;
}
.event__daily .content .mission--list .list1 li span:nth-child(2) {
  width: 60%;
}
.event__daily .content .mission--list .list2 img {
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 5px;
}
.event__daily .content .mission--list .list2 li span {
  width: 50%;
  text-align: left;
  padding-left: 6%;
}
.event__daily .content .mission input {
  display: none;
}
.event__daily .content .mission input:checked + label h5 {
  background-color: #f3a7b4;
}
.event__daily .content .mission #mission1:checked ~ .mission--list .list1 {
  display: block;
}
.event__daily .content .mission #mission2:checked ~ .mission--list .list2 {
  display: block;
}

.notice {
  margin: 3% auto 5%;
}
.notice__wrap {
  max-width: 550px;
  margin: 0 auto;
}
.notice img {
  position: absolute;
  z-index: 1;
}
.notice img.footer_monsters {
  left: calc(50% - 800px);
  bottom: -6px;
}
.notice img.footer_usagi {
  right: calc(50% - 800px);
  bottom: -6px;
}
.notice--title {
  margin-bottom: 3%;
}
.notice--title h4 {
  background-color: #f09e9e;
  border-radius: 22px;
  padding: 10px 25px 9px;
  display: inline-block;
  font-weight: bold;
}
.notice ol {
  counter-reset: li;
  position: relative;
  z-index: 2;
}
.notice ol li {
  counter-increment: li;
  padding-left: 23px;
  position: relative;
  color: #fff;
}
.notice ol li::before {
  content: counter(li) ".";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 16px;
  height: 22px;
  color: #ffc0c0;
  text-align: center;
  font-style: italic;
  margin-top: 4px;
}
.notice ol li:not(:last-child) {
  margin-bottom: 5px;
}
.notice ol li a {
  color: #ffe255;
  position: relative;
}
.notice ol li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffe255;
  left: 0;
  bottom: -3px;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.overlay.show {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: all;
  opacity: 1;
}

.popup__wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  z-index: 999999;
}
.popup__wrap::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.popup__wrap.show {
  pointer-events: all;
  opacity: 1;
}
.popup__wrap.show .popupWindow {
  -webkit-animation: bounce-in-top 0.8s both;
          animation: bounce-in-top 0.8s both;
}
.popup__wrap .popupWindow {
  width: 90%;
  height: auto;
  max-width: 700px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-image: url(../img/popup_bg.png);
  border: 5px solid #431f16;
  border-radius: 10px 50px 10px 50px;
}
.popup__wrap .popupWindow::before {
  background-image: url(../img/popup_star01.png);
  width: 55px;
  height: 50px;
  left: -36px;
  top: 93px;
}
.popup__wrap .popupWindow::after {
  background-image: url(../img/popup_star02.png);
  width: 75px;
  height: 73px;
  right: -38px;
  bottom: 50px;
}
.popup__wrap .title {
  background-color: #f2737c;
  padding: 24px;
  border-radius: 4px 44px 0 0;
}
.popup__wrap .title h3 {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #fff;
}
.popup__wrap .title h3::before, .popup__wrap .title h3::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 35px;
  height: 30px;
  vertical-align: bottom;
}
.popup__wrap .title h3::before {
  background-image: url(../img/popup_title_deco01.png);
  margin-right: 10px;
}
.popup__wrap .title h3::after {
  background-image: url(../img/popup_title_deco02.png);
  margin-left: 10px;
}
.popup__wrap .popup__itemImg {
  margin: 30px 70px;
  display: inline-block;
}
.popup__wrap .popup__itemImg img {
  width: 100%;
  border: 2px solid #f2737c;
  -webkit-box-shadow: 5px 5px 0 #f2737c;
          box-shadow: 5px 5px 0 #f2737c;
  border-radius: 15px;
}
.popup__wrap .close {
  width: 27px;
  height: 27px;
  background-image: url(../img/popup_close.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 25px;
  top: 25px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.popup__wrap .close:hover {
  -webkit-animation: scale 0.5s ease-in-out both infinite;
          animation: scale 0.5s ease-in-out both infinite;
}

@media only screen and (max-width: 1366px) {
  .header {
    height: 47.2vw;
    background-size: contain;
  }
  .header::before {
    width: 15%;
    height: 29%;
    left: 0;
    bottom: -18%;
  }
  .header::after {
    width: 14%;
    height: 29%;
    right: 0;
    bottom: -12%;
  }
  .header .slogan {
    width: 35.5%;
    top: 8%;
  }
  .header .cha--rocha01 {
    width: 19.1%;
    left: 7%;
    bottom: 27%;
  }
  .header .cha--rocha02 {
    width: 21.8%;
    left: 21%;
    bottom: 18%;
  }
  .header .cha--rocha03 {
    width: 18.2%;
    right: 19.5%;
    bottom: 18%;
  }
  .header .cha--rocha04 {
    width: 16.1%;
    right: 7.5%;
    bottom: 28%;
  }
  .header .cha--poring {
    width: 7.6%;
    right: 7%;
    bottom: 75%;
  }
  .header .cha--usagi {
    width: 15.9%;
    left: 37%;
    bottom: 18%;
  }
  .header .cha--piske {
    width: 9.4%;
    right: 38%;
    bottom: 18%;
  }
  .header .cha--note_blue {
    width: 2.76%;
    left: 35%;
    bottom: 21%;
  }
  .header .cha--note_red {
    width: 3.8%;
    right: 43%;
    bottom: 55%;
  }
  .header .cha--note_yellow {
    width: 3%;
    right: 34%;
    bottom: 23%;
  }
  .header .cha--poporing {
    width: 14.58%;
    left: 6%;
    bottom: -1%;
  }
  .event.event01 {
    margin-top: 0;
  }
  .event__wrap {
    width: 90%;
  }
  .event__title {
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-bottom: 2%;
  }
  .event__title img {
    width: 50%;
  }
  .notice {
    margin: 0 auto 10%;
  }
  .notice img.footer_monsters {
    width: 28%;
    left: 2%;
    bottom: 0;
  }
  .notice img.footer_usagi {
    width: 29%;
    right: -1%;
    bottom: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .header {
    background-image: url(../img/bg_kv_1280.png);
    height: 59.2vw;
  }
  .header::before {
    width: 15%;
    height: 29%;
    left: 0;
    bottom: -18%;
  }
  .header .slogan {
    width: 52.5%;
    max-width: 600px;
    top: 8%;
  }
  .header .cha--rocha01 {
    width: 24.1%;
    left: -1%;
    bottom: 18%;
  }
  .header .cha--rocha02 {
    width: 26.8%;
    left: 17%;
    bottom: 10%;
  }
  .header .cha--rocha03 {
    width: 23.2%;
    right: 13.5%;
    bottom: 10%;
  }
  .header .cha--rocha04 {
    width: 21.1%;
    right: -0.5%;
    bottom: 19%;
  }
  .header .cha--poring {
    width: 10.6%;
    right: 4%;
    bottom: 70%;
  }
  .header .cha--usagi {
    width: 20.9%;
    left: 33%;
    bottom: 8%;
  }
  .header .cha--piske {
    width: 12.4%;
    right: 35%;
    bottom: 8%;
  }
  .header .cha--note_blue {
    width: 3.76%;
    left: 30%;
    bottom: 13%;
  }
  .header .cha--note_red {
    width: 4.8%;
    right: 41%;
    bottom: 42%;
  }
  .header .cha--note_yellow {
    width: 4%;
    right: 31%;
    bottom: 11%;
  }
  .header .cha--poporing {
    width: 14.58%;
    left: 6%;
    bottom: -1%;
  }
  .event.event01 {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  h3 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1.2rem;
  }
  .event__wrap {
    border: 9px solid #f6bec8;
  }
  .event__info > div {
    padding: 3% 2%;
    width: 30%;
  }
  .event__info > div:nth-child(1) {
    -webkit-box-shadow: -8px 8px 0 rgba(249, 207, 215, 0.7);
            box-shadow: -8px 8px 0 rgba(249, 207, 215, 0.7);
  }
  .event__info > div:nth-child(2) {
    -webkit-box-shadow: 8px -8px 0 rgba(249, 207, 215, 0.7);
            box-shadow: 8px -8px 0 rgba(249, 207, 215, 0.7);
  }
  .event__info > div hr {
    margin: 4% 0 5%;
  }
  .event__way h3::before, .event__way h3::after, .event__daily h3::before, .event__daily h3::after {
    width: 57px;
    height: 29px;
  }
  .event__way h3::before, .event__daily h3::before {
    margin-right: 12px;
  }
  .event__way h3::after, .event__daily h3::after {
    margin-left: 12px;
  }
  .event__game {
    width: 90%;
    margin: 0 auto;
  }
  .event__reward .reward-col-4 > div {
    width: 21%;
    padding: 2%;
  }
  .event__reward .reward-col-4 p {
    height: 42px;
  }
  .event__reward .reward-col-4 p br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    background-image: url(../img/bg_kv_768.png);
    height: 117.1vw;
  }
  .header::before, .header::after {
    display: none;
  }
  .header__logo {
    left: 50%;
    width: 16%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header .slogan {
    width: 72.5%;
    max-width: 559px;
    top: 14%;
  }
  .header .cha--rocha01, .header .cha--rocha02, .header .cha--rocha03, .header .cha--rocha04, .header .cha--poring, .header .cha--poporing {
    display: none;
  }
  .header .cha--usagi {
    width: 37.9%;
    left: 19%;
    bottom: 8%;
  }
  .header .cha--piske {
    width: 22.4%;
    right: 23%;
    bottom: 8%;
  }
  .header .cha--note_blue {
    width: 6.76%;
    left: 13%;
    bottom: 11%;
  }
  .header .cha--note_red {
    width: 7.8%;
    right: 34%;
    bottom: 31%;
    z-index: 5;
  }
  .header .cha--note_yellow {
    width: 7%;
    right: 11%;
    bottom: 10%;
  }
  nav .menu {
    padding: 30px 40px;
  }
  nav .hamburger {
    width: 45px;
    height: 46px;
    left: -45px;
  }
  nav .hamburger span {
    width: 28px;
    height: 5px;
    background-size: contain;
  }
  nav .hamburger span:nth-child(1) {
    top: 10px;
  }
  nav .hamburger span:nth-child(2) {
    top: 20px;
  }
  nav .hamburger span:nth-child(3) {
    top: 30px;
  }
  nav .hamburger.open span:nth-child(3) {
    top: 30px;
  }
  .event {
    padding: 11% 0 0;
  }
  .event.event01, .event.event02, .event.event03 {
    background-image: none;
  }
  .event.event01 {
    margin-top: 0;
  }
  .event__title img {
    width: 68%;
  }
  .event__info > div {
    width: 40%;
    margin: 0 1%;
  }
  .event__way > div {
    padding: 6% 7%;
  }
  .event__way h3 {
    margin-bottom: 3%;
  }
  .event__game {
    margin: 6% auto;
  }
  .event__reward h3 {
    margin-bottom: 3%;
  }
  .event__reward .reward-col-1 > div {
    width: 90%;
  }
  .event__reward .reward-col-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .event__reward .reward-col-4 > div {
    width: 41%;
    margin: 2% 1%;
  }
  .event__reward .reward-col-4 .itemImg {
    margin: 10px 0;
  }
  .event__reward .reward-col-4 p {
    height: auto;
  }
  .event__daily .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .event__daily .content .npc {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 6%;
  }
  .event__daily .content .npc h4 {
    position: relative;
    top: 0;
  }
  .event__daily .content .npc img {
    width: 100%;
  }
  .event__daily .content .npc--usagi::after {
    width: 27%;
    height: 23%;
    left: 4%;
    bottom: -2%;
  }
  .event__daily .content .npc--piske::after {
    width: 21.7%;
    height: 15.3%;
    left: 4%;
    bottom: -2%;
  }
  .event__daily .content .mission {
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
  }
  .notice {
    margin: 7% auto 33%;
    padding: 0 5%;
  }
  .notice img.footer_monsters {
    width: 33%;
    left: 12%;
  }
  .notice img.footer_usagi {
    width: 33%;
    right: 10%;
  }
}
@media only screen and (max-width: 580px) {
  .event__wrap {
    outline: solid 0.7vw #431f16;
  }
  .event__title {
    margin-bottom: 4%;
  }
  .event__title img {
    width: 96%;
  }
  .event__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10%;
  }
  .event__info > div {
    width: 75%;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: 0.7vw solid #431f16;
    padding: 6% 4%;
  }
  .event__info > div:nth-child(1) {
    margin-bottom: 5%;
  }
  .event__info > div hr {
    height: 0;
    background: none;
    border-bottom: 0.7vw dashed #431f16;
  }
  .event__way {
    margin-bottom: 10%;
  }
  .event .sign--btn .signBtn {
    width: 130px;
    height: 49px;
  }
  .event .sign--srv label {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .event .sign--srv select {
    width: 60%;
  }
  .event__game {
    margin: 6% auto 10%;
  }
  .event__daily {
    margin-bottom: 10%;
  }
  .event__daily .content .npc img {
    outline: solid 0.7vw #431f16;
  }
  .event__reward .reward-col-1 > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event__reward .reward-col-1 > div:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event__reward .reward-col-1 > div .itemImg {
    margin: 0 auto 5%;
  }
  .event__reward .reward-col-1 > div .itemImg img {
    width: 100%;
  }
  .event__reward .reward-col-1 > div .itemInfo {
    width: 100%;
    text-align: center;
  }
  .event__reward .reward-col-4 .itemImg {
    width: 90px;
  }
  .event__reward .reward-col-4 p br {
    display: initial;
  }
  .popup__wrap .popupWindow {
    border: 0.7vw solid #431f16;
  }
  .popup__wrap .popupWindow::before {
    width: 10%;
    height: 10%;
    left: -6%;
    top: initial;
    bottom: 65%;
  }
  .popup__wrap .popupWindow::after {
    width: 12%;
    height: 12%;
    right: -6%;
    bottom: 9%;
  }
  .popup__wrap .popup__itemImg {
    margin: 9% 5%;
  }
  .popup__wrap .popup__itemImg img {
    width: 100%;
    border: 2px solid #f2737c;
    -webkit-box-shadow: 5px 5px 0 #f2737c;
            box-shadow: 5px 5px 0 #f2737c;
    border-radius: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .event__reward .reward-col-4 > div {
    width: 80%;
    max-width: 220px;
    padding: 6% 8%;
  }
  .event__reward .reward-col-4 h4 {
    width: 100%;
  }
  .event__daily .content .mission--list .list2 img {
    display: block;
    margin: 0 auto;
  }
  .event__daily .content .mission--list .list2 li {
    padding: 0;
  }
  .event__daily .content .mission--list .list2 li span {
    padding: 10px 5px;
    text-align: center;
  }
  .popup__wrap .popupWindow {
    border-radius: 10px 30px 10px 30px;
  }
  .popup__wrap .title {
    padding: 6% 3%;
    border-radius: 4px 25px 0 0;
  }
  .popup__wrap .title h3::before, .popup__wrap .title h3::after {
    width: 24px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .popup__wrap .close {
    top: -41px;
    left: calc(50% - 13.5px);
  }
}
@media only screen and (max-width: 375px) {
  .popup__wrap .title h3::before, .popup__wrap .title h3::after {
    display: none;
  }
}