@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:500&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; }

h1 {
  font-size: 40px;
  font-weight: 700; }

h2 {
  font-size: 30px;
  font-weight: bold; }

h3 {
  font-size: 28px;
  font-weight: bold; }

h4 {
  font-size: 22px;
  font-weight: bold; }

h5 {
  font-size: 20px;
  font-weight: bold; }

p, li {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px; }

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1.5;
  font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
  font-size: 16px;
  color: #f9e9da;
  background-color: #4c3b2a;
  background-image: url(../img/content_bg.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  position: relative; }

.wrapper {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  background-image: url(../img/content_bg_bottom.png), url(../img/content_bg_circle.png);
  background-position: center bottom, center center;
  background-repeat: no-repeat;
  background-attachment: local, fixed;
  padding-bottom: 350px; }
  @media only screen and (max-width: 580px) {
    .wrapper {
      padding-bottom: 55%; } }

footer {
  background-color: #302213; }

.links_wrap {
  position: fixed;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 15;
  background-image: url(../img/links_bg.jpg);
  width: 82px;
  text-align: center;
  border-radius: 10px;
  padding: 8px; }
  @media only screen and (max-width: 768px) {
    .links_wrap {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
      left: 2px;
      top: 80px; } }
  @media only screen and (max-width: 580px) {
    .links_wrap {
      display: none; } }
  .links_wrap ul {
    background-color: #fdf8e0;
    border-radius: 6px;
    border: 2px solid #fccfa3; }
  .links_wrap li {
    width: 55px;
    height: 55px;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: auto; }
    .links_wrap li:not(:last-child) {
      margin-bottom: 7px;
      border-bottom: 1px solid #dad4b4; }
    .links_wrap li a {
      display: block;
      color: transparent;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center; }
    .links_wrap li .ac {
      background-image: url(../img/icon_ac.png); }
    .links_wrap li .dl {
      background-image: url(../img/icon_download.png); }
    .links_wrap li .fb {
      background-image: url(../img/icon_fb.png); }
    .links_wrap li .bh {
      background-image: url(../img/icon_baha.png); }

.ham {
  display: none; }
  @media only screen and (max-width: 580px) {
    .ham {
      display: block;
      position: fixed;
      width: 100%;
      text-align: center;
      padding: 10px;
      top: -198px;
      left: 0;
      z-index: 999;
      background-color: #c63e3e; }
      .ham .arrow {
        position: absolute;
        background-image: url(../img/deco_arrow.png);
        background-repeat: no-repeat;
        background-position: center center;
        width: 60px;
        height: 32px;
        background-color: #a92b2b;
        bottom: -31px;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0 0 8px 8px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
        .ham .arrow.up {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg);
          border-radius: 8px 8px 0 0; }
      .ham .event_scroll {
        margin-bottom: 10px; }
        .ham .event_scroll ul {
          margin: auto;
          width: 90%; }
          .ham .event_scroll ul li {
            border-bottom: 1px solid #d95454;
            font-size: 18px;
            font-weight: 500;
            cursor: pointer;
            padding: 6px 0; }
      .ham .ex_links div {
        background-color: #fff;
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 50px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 70%; }
        .ham .ex_links div:not(:last-child) {
          margin-right: 4px; }
        .ham .ex_links div:nth-child(1) {
          background-image: url(../img/icon_ac_red.png); }
        .ham .ex_links div:nth-child(2) {
          background-image: url(../img/icon_download_red.png); }
        .ham .ex_links div:nth-child(3) {
          background-image: url(../img/icon_fb_red.png); }
        .ham .ex_links div:nth-child(4) {
          background-image: url(../img/icon_baha_red.png); }
        .ham .ex_links div a {
          display: block;
          width: 100%;
          height: 100%; } }

[class$="_overlay"], .overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  overflow: hidden; }

[class$="_pop"] {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 700px;
  height: 450px;
  z-index: 9999;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center; }
  [class$="_pop"] .close {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -50px;
    width: 39px;
    height: 39px;
    background-image: url(../img/popup_close.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer; }

.sign_pop {
  background-image: url(../img/popup_player_bg.png); }
  .sign_pop .txt-top {
    margin-top: 140px; }
  .sign_pop .txt-note {
    color: #3f3326;
    margin-top: 120px; }
    .sign_pop .txt-note p {
      font-weight: 500; }

.award_pop {
  background-image: url(../img/popup_item_bg.png);
  padding: 80px 20px 60px; }
  .award_pop .name {
    color: #3f3326;
    margin-bottom: 15px; }
    .award_pop .name p {
      font-weight: 500; }
  .award_pop .item_info {
    height: 265px;
    overflow-y: scroll; }
    .award_pop .item_info::-webkit-scrollbar {
      width: 6px;
      background-color: #facf59; }
    .award_pop .item_info::-webkit-scrollbar-thumb {
      background-color: #f1ac3f; }
    .award_pop .item_info .img_area img {
      max-width: 90%; }

.shadow_pop .item_info {
  height: 300px; }

@media only screen and (max-width: 768px) {
  [class$="_pop"] {
    width: 90%;
    height: 450px;
    max-height: calc(80% - 50px); } }

@media only screen and (max-width: 580px) {
  .sign_pop {
    padding: 0 5%; }
    .sign_pop .txt-top {
      margin-top: 130px; } }

@media only screen and (max-width: 375px) {
  .sign_pop .txt-top {
    margin-top: 100px; }
    .sign_pop .txt-top br {
      display: none; } }

header {
  position: relative;
  height: 1292px;
  background-image: url(../img/kv_bg.png);
  background-position: center top; }
  header .logo, header .slogan, header .wind {
    text-align: center;
    position: absolute; }
  header .logo {
    left: 0;
    right: 0;
    top: 34px;
    z-index: 2; }

@-webkit-keyframes slogan {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -2583px 0; } }

@keyframes slogan {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -2583px 0; } }
  header .slogan {
    left: 0;
    right: 0;
    top: 130px; }
    header .slogan::after {
      content: "";
      display: block;
      position: absolute;
      width: 861px;
      height: 259px;
      left: 0;
      right: 0;
      margin: auto;
      top: 0;
      background-image: url(../img/slogan_01.png);
      background-position: 0 0;
      -webkit-animation: slogan 0.8s steps(3) infinite;
      animation: slogan 0.8s steps(3) infinite; }
  header .wind {
    right: calc(50% - 733px);
    top: 270px; }
  header .event_btn {
    text-align: center;
    padding-top: 984px; }
    header .event_btn div[class*="btn_event"] {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      display: inline-block;
      position: relative;
      width: 212px;
      height: 212px;
      margin-right: 30px;
      margin-left: 30px;
      cursor: pointer;
      z-index: 0; }
      header .event_btn div[class*="btn_event"]:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px); }
      header .event_btn div[class*="btn_event"]::after {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        content: "";
        position: absolute;
        display: block;
        width: 212px;
        height: 50px;
        background-color: rgba(14, 9, 4, 0.3);
        border-radius: 100%;
        bottom: -10px;
        z-index: -1;
        -webkit-filter: blur(6px);
        filter: blur(6px); }
      header .event_btn div[class*="btn_event"]:hover::after {
        -webkit-transform: translateY(12px) scale(0.85);
        -ms-transform: translateY(12px) scale(0.85);
        transform: translateY(12px) scale(0.85); }
    header .event_btn .btn_event01 {
      bottom: 40px; }
      header .event_btn .btn_event01::after {
        right: 30px; }
    header .event_btn .btn_event03 {
      bottom: 40px; }
      header .event_btn .btn_event03::after {
        left: 30px; }

.monster__05 {
  background-image: url(../img/content_monster_05.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 221px;
  height: 249px;
  position: absolute;
  left: calc(50% - 560px);
  bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .monster__05 {
      left: -10px; } }
  @media only screen and (max-width: 580px) {
    .monster__05 {
      width: 36vw;
      height: 40vw; } }

.event-wrap {
  max-width: 1200px;
  position: relative;
  margin: 0 auto; }
  .event-wrap .title {
    text-align: center; }
    .event-wrap .title img {
      max-width: 90%; }
  .event-wrap .point {
    color: #f7d034;
    font-weight: 400; }

.event {
  padding: 100px 50px 30px; }

.event__01 .info {
  max-width: 1096px;
  margin: 0 auto;
  background-color: #4c3b2a;
  border: 5px solid #957b61;
  border-radius: 30px;
  padding: 90px 120px;
  position: relative;
  margin-top: 70px;
  margin-bottom: 30px; }
  .event__01 .info::before {
    content: "2021/06/08開機後~2021/06/28 23:59";
    display: block;
    background-image: url(../img/date_bg.png);
    width: 540px;
    height: 67px;
    font-size: 22px;
    color: #f9f090;
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: -42px;
    line-height: 55px; }
  .event__01 .info h4 {
    color: #e06262; }
  .event__01 .info--target {
    margin-bottom: 20px; }
    .event__01 .info--target * {
      display: inline-block; }
    .event__01 .info--target h4 {
      margin-right: 10px; }
  .event__01 .info--content > h4 {
    margin-bottom: 20px; }
  .event__01 .info--content .tag {
    line-height: 43px;
    padding-left: 32px;
    color: #733c18;
    font-weight: 800;
    display: inline-block;
    width: 144px;
    height: 43px;
    background-image: url(../img/deco_tag.png);
    margin-left: -30px;
    margin-bottom: 15px;
    margin-left: -30px; }
  .event__01 .info--content .step {
    margin-bottom: 20px; }
  .event__01 .info--content .step3 {
    margin-bottom: auto; }
    .event__01 .info--content .step3 .tag {
      margin-bottom: 25px; }
    .event__01 .info--content .step3 > div {
      background-color: #45321f;
      border-radius: 20px;
      padding: 25px 40px; }
      .event__01 .info--content .step3 > div h4 {
        display: inline-block;
        padding: 0 20px;
        border-radius: 20px;
        color: #f9e9da;
        margin-bottom: 10px; }
    .event__01 .info--content .step3 > div:first-of-type {
      margin-bottom: 20px; }
      .event__01 .info--content .step3 > div:first-of-type h4 {
        background-color: #e45663; }
    .event__01 .info--content .step3 > div:nth-of-type(2) h4 {
      background-color: #964ac2; }

.event__01 .luckywheel {
  max-width: 1096px;
  margin: 0 auto;
  background-color: #5e4c3b;
  border-radius: 30px;
  padding: 90px;
  margin-bottom: 80px;
  position: relative; }
  .event__01 .luckywheel .monster__01 {
    background-image: url(../img/content_monster_01.png);
    width: 378px;
    height: 496px;
    position: absolute;
    right: -155px;
    top: -150px; }
  .event__01 .luckywheel .log {
    margin-bottom: 40px; }
    .event__01 .luckywheel .log .log-in, .event__01 .luckywheel .log .log-out {
      text-align: center; }
    .event__01 .luckywheel .log .li-b {
      font-size: 18px;
      font-weight: bold; }
    .event__01 .luckywheel .log .log-in p {
      margin-bottom: 15px; }
    .event__01 .luckywheel .log .log-in .login__button {
      padding: 10px 85px;
      background-color: #eecc46;
      border: 2px solid #543f2a;
      border-radius: 30px;
      color: #3f3326;
      font-weight: bold;
      font-size: 22px;
      -webkit-box-shadow: 0 7px 0 #fbde6a inset;
      box-shadow: 0 7px 0 #fbde6a inset;
      cursor: pointer;
      letter-spacing: 3px;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .event__01 .luckywheel .log .log-in .login__button:hover {
        -webkit-box-shadow: 0 3px 0 #fbde6a inset;
        box-shadow: 0 3px 0 #fbde6a inset;
        -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px); }
    .event__01 .luckywheel .log .log-out p.point {
      margin-bottom: 15px; }
    .event__01 .luckywheel .log .log-out .log-form {
      margin-bottom: 15px; }
      .event__01 .luckywheel .log .log-out .log-form .choose_srv {
        vertical-align: middle;
        display: inline-block;
        width: 350px;
        position: relative;
        border-radius: 21px;
        overflow: hidden; }
        .event__01 .luckywheel .log .log-out .log-form .choose_srv .arrow_img {
          width: 30px;
          height: 100%;
          background-image: url(../img/event1_server_dropdownarrow.png);
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          right: 10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          pointer-events: none; }
        .event__01 .luckywheel .log .log-out .log-form .choose_srv select {
          height: 42px;
          background-color: #ece5d0;
          border: 2px solid #543f2a;
          text-align: left;
          width: 100%;
          border-radius: 21px;
          color: #3f3326;
          font-size: 18px;
          font-weight: 500;
          padding: 0 20px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
      .event__01 .luckywheel .log .log-out .log-form .srv__button {
        vertical-align: middle;
        background-color: #457cd0;
        border: 2px solid #543f2a;
        border-radius: 30px;
        color: #f9e9da;
        font-weight: bold;
        font-size: 22px;
        -webkit-box-shadow: 0 4px 0 #5c92e4 inset;
        box-shadow: 0 4px 0 #5c92e4 inset;
        cursor: pointer;
        letter-spacing: 3px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        height: 42px;
        padding: 0 30px;
        font-size: 18px;
        font-weight: 500; }
        .event__01 .luckywheel .log .log-out .log-form .srv__button:hover {
          -webkit-box-shadow: 0 2px 0 #5c92e4 inset;
          box-shadow: 0 2px 0 #5c92e4 inset;
          -webkit-transform: translateY(2px);
          -ms-transform: translateY(2px);
          transform: translateY(2px); }
    .event__01 .luckywheel .log .log-out .log-form ~ p {
      margin-bottom: 15px; }
    .event__01 .luckywheel .log .log-out .user__account {
      color: #ccfb70; }
    .event__01 .luckywheel .log .log-out .wheel-day {
      margin-bottom: 40px; }
      .event__01 .luckywheel .log .log-out .wheel-day p {
        display: inline-block;
        background-color: #4c3b2a;
        padding: 10px 40px;
        border-radius: 30px;
        font-size: 18px;
        font-weight: 500; }
      .event__01 .luckywheel .log .log-out .wheel-day span {
        vertical-align: sub;
        color: #f77074;
        font-size: 30px;
        font-weight: bold; }
    .event__01 .luckywheel .log .log-out .logout__button {
      background-color: #f04b4b;
      border: 2px solid #543f2a;
      border-radius: 30px;
      color: #f9e9da;
      font-weight: bold;
      font-size: 22px;
      -webkit-box-shadow: 0 7px 0 #ef6262 inset;
      box-shadow: 0 7px 0 #ef6262 inset;
      cursor: pointer;
      letter-spacing: 3px;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      padding: 10px 50px;
      font-size: 22px;
      font-weight: 500; }
      .event__01 .luckywheel .log .log-out .logout__button:hover {
        -webkit-box-shadow: 0 3px 0 #ef6262 inset;
        box-shadow: 0 3px 0 #ef6262 inset;
        -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px); }
  .event__01 .luckywheel hr {
    border: 1px solid #6d5a48; }

.event__01 .reward {
  max-width: 1096px;
  margin: 0 auto;
  background-color: #4c3b2a;
  border: 5px solid #957b61;
  border-radius: 30px;
  padding: 90px 50px;
  position: relative; }
  .event__01 .reward::before {
    content: "活動獎勵";
    display: block;
    background-image: url(../img/event1_reward_bg.png);
    width: 280px;
    height: 67px;
    font-size: 22px;
    color: #f9f090;
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: -42px;
    line-height: 55px; }
  .event__01 .reward .monster__02 {
    background-image: url(../img/content_monster_02.png);
    width: 286px;
    height: 368px;
    position: absolute;
    left: -173px;
    bottom: -117px; }
  .event__01 .reward [class^=reward--title__] {
    width: 30%;
    margin: auto;
    border-radius: 20px 20px 0 0;
    padding: 5px 20px;
    text-align: center; }
    .event__01 .reward [class^=reward--title__] h5 {
      display: inline-block;
      position: relative; }
      .event__01 .reward [class^=reward--title__] h5::before, .event__01 .reward [class^=reward--title__] h5::after {
        content: "";
        display: block;
        background-image: url(../img/deco_star.png);
        background-repeat: no-repeat;
        width: 24px;
        height: 23px;
        position: absolute;
        top: 4px; }
      .event__01 .reward [class^=reward--title__] h5::before {
        left: -27px; }
      .event__01 .reward [class^=reward--title__] h5::after {
        right: -27px; }
  .event__01 .reward--title__sign {
    background-color: #3e6ea5; }
  .event__01 .reward--title__playing {
    background-color: #be4662; }
  .event__01 .reward--title__back {
    background-color: #8943b3; }
  .event__01 .reward [class^=btn__] {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .event__01 .reward--sign {
    text-align: center;
    margin-bottom: 40px; }
    .event__01 .reward--sign .inner_box {
      border: 5px solid #3e6ea5;
      background-color: #46321f;
      border-radius: 20px;
      padding: 50px;
      font-size: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .event__01 .reward--sign .inner_box .sign__day {
        width: 24%; }
        .event__01 .reward--sign .inner_box .sign__day .daybox {
          background: -webkit-gradient(linear, left top, right top, color-stop(50%, #80c8e6), color-stop(50%, #9fd9f1));
          background: -webkit-linear-gradient(left, #80c8e6 50%, #9fd9f1 50%);
          background: -o-linear-gradient(left, #80c8e6 50%, #9fd9f1 50%);
          background: linear-gradient(to right, #80c8e6 50%, #9fd9f1 50%);
          background-size: 33px 100%;
          margin-bottom: 20px; }
          .event__01 .reward--sign .inner_box .sign__day .daybox .title {
            font-size: 18px;
            font-weight: bold;
            background-color: #3f7dc3;
            padding: 8px 10px; }
          .event__01 .reward--sign .inner_box .sign__day .daybox .item {
            background-image: url(../img/item_bg_blue.png);
            background-position: center center;
            background-repeat: no-repeat;
            height: 220px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            overflow: hidden;
            position: relative; }
            .event__01 .reward--sign .inner_box .sign__day .daybox .item--name {
              color: #3f3326;
              font-size: 14px; }
            .event__01 .reward--sign .inner_box .sign__day .daybox .item--check {
              position: absolute;
              background-color: #d44a4a;
              background-image: url(../img/deco_magnifier_2.png);
              background-size: 63%;
              background-repeat: no-repeat;
              background-position: center center;
              width: 27px;
              height: 27px;
              border-radius: 100%;
              left: 56px;
              bottom: -2px;
              cursor: pointer;
              -webkit-transition: 0.1s;
              -o-transition: 0.1s;
              transition: 0.1s;
              -webkit-transform-origin: center center;
              -ms-transform-origin: center center;
              transform-origin: center center;
              bottom: initial;
              top: 50px;
              left: initial;
              right: calc(50% - 73px); }
              .event__01 .reward--sign .inner_box .sign__day .daybox .item--check:hover {
                background-color: #f56b6b;
                -webkit-transform: scale(0.9);
                -ms-transform: scale(0.9);
                transform: scale(0.9); }
        .event__01 .reward--sign .inner_box .sign__day .btn__got {
          background-color: #8db8f8; }
        .event__01 .reward--sign .inner_box .sign__day .btn__get {
          background-color: #eecc46;
          -webkit-box-shadow: 0 5px 0 #fbde6a inset;
          box-shadow: 0 5px 0 #fbde6a inset;
          cursor: pointer;
          letter-spacing: 3px;
          color: #3f3326;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
          .event__01 .reward--sign .inner_box .sign__day .btn__get:hover {
            -webkit-box-shadow: 0 3px 0 #fbde6a inset;
            box-shadow: 0 3px 0 #fbde6a inset;
            -webkit-transform: translateY(2px);
            -ms-transform: translateY(2px);
            transform: translateY(2px); }
        .event__01 .reward--sign .inner_box .sign__day .btn__yet {
          background-color: #aea8a2;
          letter-spacing: 3px; }
  .event__01 .reward--playing {
    margin-bottom: 40px; }
    .event__01 .reward--playing .inner_box {
      border: 5px solid #be4662;
      background-color: #46321f;
      border-radius: 20px;
      padding: 50px; }
      .event__01 .reward--playing .inner_box > div {
        display: inline-block;
        vertical-align: middle; }
    .event__01 .reward--playing .left {
      border-right: 1px solid #be4662;
      padding: 0 30px;
      text-align: center;
      width: 240px; }
      .event__01 .reward--playing .left .item {
        width: 174px;
        height: 182px;
        background-image: url(../img/item_bg_red.png);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px; }
        .event__01 .reward--playing .left .item--name {
          color: #3f3326; }
      .event__01 .reward--playing .left .btn__get {
        background-color: #eecc46;
        -webkit-box-shadow: 0 5px 0 #fbde6a inset;
        box-shadow: 0 5px 0 #fbde6a inset;
        cursor: pointer;
        letter-spacing: 3px;
        color: #3f3326;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
        .event__01 .reward--playing .left .btn__get:hover {
          -webkit-box-shadow: 0 3px 0 #fbde6a inset;
          box-shadow: 0 3px 0 #fbde6a inset;
          -webkit-transform: translateY(2px);
          -ms-transform: translateY(2px);
          transform: translateY(2px); }
      .event__01 .reward--playing .left .btn__got {
        background-color: #e58a9f; }
      .event__01 .reward--playing .left .btn__yet {
        background-color: #aea8a2;
        letter-spacing: 3px; }
    .event__01 .reward--playing .right {
      padding: 0 30px;
      width: calc(100% - 250px); }
      .event__01 .reward--playing .right .item {
        margin: 20px 0;
        position: relative; }
        .event__01 .reward--playing .right .item > div {
          display: inline-block;
          vertical-align: middle; }
        .event__01 .reward--playing .right .item--check {
          position: absolute;
          background-color: #d44a4a;
          background-image: url(../img/deco_magnifier_2.png);
          background-size: 63%;
          background-repeat: no-repeat;
          background-position: center center;
          width: 27px;
          height: 27px;
          border-radius: 100%;
          left: 56px;
          bottom: -2px;
          cursor: pointer;
          -webkit-transition: 0.1s;
          -o-transition: 0.1s;
          transition: 0.1s;
          -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
          transform-origin: center center; }
          .event__01 .reward--playing .right .item--check:hover {
            background-color: #f56b6b;
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9); }
        .event__01 .reward--playing .right .item--img {
          width: 74px;
          height: 74px;
          overflow: hidden;
          border: 2px solid #be4662;
          margin-right: 10px;
          text-align: center; }
        .event__01 .reward--playing .right .item--name {
          width: calc(100% - 90px); }
  .event__01 .reward--back .inner_box {
    border: 5px solid #8943b3;
    background-color: #46321f;
    border-radius: 20px;
    padding: 50px; }
    .event__01 .reward--back .inner_box > div {
      display: inline-block;
      vertical-align: middle; }
  .event__01 .reward--back .left {
    border-right: 1px solid #8943b3;
    padding: 0 30px;
    text-align: center;
    width: 240px; }
    .event__01 .reward--back .left .item {
      width: 174px;
      height: 182px;
      background-image: url(../img/item_bg_purple.png);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 20px; }
      .event__01 .reward--back .left .item--name {
        color: #3f3326; }
    .event__01 .reward--back .left .btn__get {
      background-color: #eecc46;
      -webkit-box-shadow: 0 5px 0 #fbde6a inset;
      box-shadow: 0 5px 0 #fbde6a inset;
      cursor: pointer;
      letter-spacing: 3px;
      color: #3f3326;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .event__01 .reward--back .left .btn__get:hover {
        -webkit-box-shadow: 0 3px 0 #fbde6a inset;
        box-shadow: 0 3px 0 #fbde6a inset;
        -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px); }
    .event__01 .reward--back .left .btn__got {
      background-color: #b183cc; }
    .event__01 .reward--back .left .btn__yet {
      background-color: #aea8a2;
      letter-spacing: 3px; }
  .event__01 .reward--back .right {
    padding: 0 30px;
    width: calc(100% - 250px); }
    .event__01 .reward--back .right .item {
      margin: 20px 0;
      position: relative; }
      .event__01 .reward--back .right .item > div {
        display: inline-block;
        vertical-align: middle; }
      .event__01 .reward--back .right .item--check {
        position: absolute;
        background-color: #d44a4a;
        background-image: url(../img/deco_magnifier_2.png);
        background-size: 63%;
        background-repeat: no-repeat;
        background-position: center center;
        width: 27px;
        height: 27px;
        border-radius: 100%;
        left: 56px;
        bottom: -2px;
        cursor: pointer;
        -webkit-transition: 0.1s;
        -o-transition: 0.1s;
        transition: 0.1s;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
        .event__01 .reward--back .right .item--check:hover {
          background-color: #f56b6b;
          -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
          transform: scale(0.9); }
      .event__01 .reward--back .right .item--img {
        width: 74px;
        height: 74px;
        overflow: hidden;
        border: 2px solid #8943b3;
        margin-right: 10px;
        text-align: center; }
      .event__01 .reward--back .right .item--name {
        width: calc(100% - 90px); }
        .event__01 .reward--back .right .item--name .point {
          font-size: 14px;
          line-height: 1.5; }
        .event__01 .reward--back .right .item--name .note {
          font-size: 14px;
          background-color: #978b3e;
          padding: 0 6px;
          margin-left: 5px; }
  .event__01 .reward--back .notebox {
    background-color: #d9d0c8;
    border-radius: 10px;
    padding: 20px 40px 14px;
    margin-top: 15px; }
    .event__01 .reward--back .notebox ul li {
      color: #3f3326;
      font-weight: 500;
      line-height: 1.5;
      margin-bottom: 10px;
      position: relative;
      padding-left: 39px; }
      .event__01 .reward--back .notebox ul li::before {
        position: absolute;
        left: 0;
        top: 2px;
        content: "註1";
        font-size: 14px;
        background-color: #978b3e;
        padding: 0 6px;
        color: #f9e9da; }
      .event__01 .reward--back .notebox ul li:nth-child(2)::before {
        content: "註2"; }
      .event__01 .reward--back .notebox ul li .item--check {
        display: inline-block;
        background-color: #d44a4a;
        border-radius: 3px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        color: #fff;
        padding: 0 6px;
        margin-left: 5px;
        -webkit-transition: 0.1s;
        -o-transition: 0.1s;
        transition: 0.1s;
        background-image: url(../img/deco_magnifier_2.png);
        background-size: 60%;
        background-repeat: no-repeat;
        border-radius: 100%;
        background-position: center center;
        position: relative;
        top: 4px; }
        .event__01 .reward--back .notebox ul li .item--check:hover {
          background-color: #f56b6b; }
  .event__01 .reward--notice {
    padding: 50px 50px 0; }
    .event__01 .reward--notice h4 {
      color: #e06262; }
    .event__01 .reward--notice ul {
      margin-top: 15px;
      counter-reset: li; }
      .event__01 .reward--notice ul li {
        counter-increment: li;
        margin-bottom: 10px;
        padding-left: 30px;
        position: relative;
        font-size: 16px;
        line-height: 1.6; }
        .event__01 .reward--notice ul li::before {
          content: counter(li);
          display: inline-block;
          position: absolute;
          left: 0;
          top: 2px;
          background-color: #cd4653;
          border-radius: 11px;
          width: 22px;
          height: 22px;
          color: #f9e9da;
          font-weight: bold;
          text-align: center;
          line-height: 22px;
          margin-right: 5px;
          font-size: 16px; }
        .event__01 .reward--notice ul li a {
          color: #f17070; }
    .event__01 .reward--notice .feedback {
      background-color: #45321f;
      border-radius: 10px;
      padding: 10px 20px;
      display: inline-block;
      margin-top: 10px; }

.event__02 .daily_mission {
  max-width: 1096px;
  margin: 0 auto;
  background-color: #4c3b2a;
  border: 5px solid #957b61;
  border-radius: 30px;
  padding: 90px 120px;
  position: relative;
  margin-top: 70px;
  margin-bottom: 80px; }
  .event__02 .daily_mission::before {
    content: "2021/06/08~2021/07/06（29天）";
    display: block;
    background-image: url(../img/date_bg.png);
    width: 540px;
    height: 67px;
    font-size: 22px;
    color: #f9f090;
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: -42px;
    line-height: 55px; }
  .event__02 .daily_mission::after {
    content: "活動一";
    display: block;
    position: absolute;
    background-image: url(../img/deco_tag.png);
    width: 144px;
    height: 43px;
    left: -40px;
    top: 87px;
    line-height: 43px;
    padding-left: 35px;
    color: #733c18;
    font-size: 20px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .event__02 .daily_mission h4 {
    color: #e06262; }
  .event__02 .daily_mission--target {
    margin-bottom: 20px; }
    .event__02 .daily_mission--target * {
      display: inline-block; }
    .event__02 .daily_mission--target h4 {
      margin-right: 10px; }
  .event__02 .daily_mission [class^=daily_mission--title] {
    width: 40%;
    margin: auto;
    border-radius: 20px 20px 0 0;
    padding: 5px 20px;
    text-align: center;
    background-color: #4d9849; }
    .event__02 .daily_mission [class^=daily_mission--title] h5 {
      display: inline-block;
      position: relative; }
      .event__02 .daily_mission [class^=daily_mission--title] h5::before, .event__02 .daily_mission [class^=daily_mission--title] h5::after {
        content: "";
        display: block;
        background-image: url(../img/deco_star.png);
        background-repeat: no-repeat;
        width: 24px;
        height: 23px;
        position: absolute;
        top: 4px; }
      .event__02 .daily_mission [class^=daily_mission--title] h5::before {
        left: -27px; }
      .event__02 .daily_mission [class^=daily_mission--title] h5::after {
        right: -27px; }
  .event__02 .daily_mission--content h4 {
    margin-bottom: 10px; }
  .event__02 .daily_mission--content ul {
    margin-bottom: 30px; }
    .event__02 .daily_mission--content ul li .cake_npc {
      background-color: #45321f;
      border-radius: 20px;
      display: inline-block;
      padding: 15px;
      margin: 20px auto; }
      .event__02 .daily_mission--content ul li .cake_npc > * {
        display: inline-block;
        vertical-align: middle; }
      .event__02 .daily_mission--content ul li .cake_npc--img {
        background: -webkit-gradient(linear, left top, left bottom, from(#f2e9df), to(#e7d5c2));
        background: -webkit-linear-gradient(top, #f2e9df 0%, #e7d5c2 100%);
        background: -o-linear-gradient(top, #f2e9df 0%, #e7d5c2 100%);
        background: linear-gradient(to bottom, #f2e9df 0%, #e7d5c2 100%);
        border-radius: 10px;
        width: 200px;
        margin-right: 30px;
        text-align: center;
        padding: 20px 0 10px; }
      .event__02 .daily_mission--content ul li .cake_npc--position {
        padding-right: 30px; }
  .event__02 .daily_mission--content .mission_table {
    border-radius: 20px;
    border: 5px solid #4d9849;
    overflow: hidden;
    margin-bottom: 30px; }
  .event__02 .daily_mission--content table {
    width: 100%; }
    .event__02 .daily_mission--content table tr td {
      border: 1px solid #4d9849;
      padding: 10px; }
    .event__02 .daily_mission--content table thead tr td {
      text-align: center;
      font-weight: bold;
      background-color: #72b36e; }
    .event__02 .daily_mission--content table tbody tr {
      color: #3f3326; }
      .event__02 .daily_mission--content table tbody tr td:first-child {
        text-align: center; }
      .event__02 .daily_mission--content table tbody tr td {
        font-weight: 500;
        vertical-align: top; }
    .event__02 .daily_mission--content table tbody tr:nth-child(2n-1) {
      background-color: #e7d5c2; }
    .event__02 .daily_mission--content table tbody tr:nth-child(2n) {
      background-color: #d4bea5; }
  .event__02 .daily_mission--fixed {
    margin-bottom: 30px; }
    .event__02 .daily_mission--fixed [class$=--title] {
      width: 300px; }
    .event__02 .daily_mission--fixed .inner_box {
      border: 5px solid #4d9849;
      background-color: #46321f;
      border-radius: 20px;
      padding: 50px;
      font-size: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .event__02 .daily_mission--fixed .inner_box [class$=__item] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 50%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .event__02 .daily_mission--fixed .inner_box [class$=__item] .item {
          border: 2px solid #4d9849;
          margin-right: 15px; }
        .event__02 .daily_mission--fixed .inner_box [class$=__item] .txt h5 {
          font-size: 18px; }
        .event__02 .daily_mission--fixed .inner_box [class$=__item] .txt p {
          line-height: 1.5; }
        .event__02 .daily_mission--fixed .inner_box [class$=__item] .txt .point {
          font-size: 14px; }
      .event__02 .daily_mission--fixed .inner_box .left__item {
        padding-right: 15px; }
  .event__02 .daily_mission--random {
    font-size: 0; }
    .event__02 .daily_mission--random [class$=--title] {
      width: 30%; }
    .event__02 .daily_mission--random .random_table {
      width: 100%;
      display: inline-block;
      border-radius: 20px;
      border: 5px solid #4d9849;
      overflow: hidden;
      margin-bottom: 30px; }
      .event__02 .daily_mission--random .random_table table {
        width: 50%;
        display: inline-table; }
        .event__02 .daily_mission--random .random_table table tr td {
          border: 1px solid #4d9849;
          padding: 10px;
          text-align: center; }
          .event__02 .daily_mission--random .random_table table tr td:first-child {
            width: 80%; }
        .event__02 .daily_mission--random .random_table table thead tr td {
          font-size: 18px;
          font-weight: bold;
          color: #f9e9da;
          background-color: #72b36e; }
        .event__02 .daily_mission--random .random_table table tbody tr td {
          font-size: 16px;
          color: #3f3326;
          font-weight: 500; }
        .event__02 .daily_mission--random .random_table table tbody tr:nth-child(2n-1) {
          background-color: #e7d5c2; }
        .event__02 .daily_mission--random .random_table table tbody tr:nth-child(2n) {
          background-color: #d4bea5; }
    .event__02 .daily_mission--random .inner_box {
      border: 5px solid #4d9849;
      background-color: #46321f;
      border-radius: 20px;
      padding: 50px; }
      .event__02 .daily_mission--random .inner_box .item > * {
        display: inline-block;
        vertical-align: middle; }
      .event__02 .daily_mission--random .inner_box .item--check {
        position: absolute;
        background-color: #d44a4a;
        background-image: url(../img/deco_magnifier_2.png);
        background-size: 63%;
        background-repeat: no-repeat;
        background-position: center center;
        width: 27px;
        height: 27px;
        border-radius: 100%;
        left: 56px;
        bottom: -2px;
        cursor: pointer;
        -webkit-transition: 0.1s;
        -o-transition: 0.1s;
        transition: 0.1s;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
        .event__02 .daily_mission--random .inner_box .item--check:hover {
          background-color: #f56b6b;
          -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
          transform: scale(0.9); }
      .event__02 .daily_mission--random .inner_box .item--img {
        border: 2px solid #4d9849;
        margin-right: 20px;
        position: relative; }
      .event__02 .daily_mission--random .inner_box .item--txt {
        width: calc(100% - 105px); }
        .event__02 .daily_mission--random .inner_box .item--txt h5 {
          font-size: 18px; }
        .event__02 .daily_mission--random .inner_box .item--txt p {
          line-height: 1.5; }
        .event__02 .daily_mission--random .inner_box .item--txt p.point {
          font-size: 14px; }

.event__02 .change_item {
  max-width: 1096px;
  margin: 0 auto;
  background-color: #5e4c3b;
  border-radius: 30px;
  padding: 90px 120px;
  position: relative; }
  .event__02 .change_item::before {
    content: "2021/06/08(二)維護後~2021/07/13(二)維護前";
    display: block;
    background-image: url(../img/date_bg.png);
    width: 540px;
    height: 67px;
    font-size: 20px;
    color: #f9f090;
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: -42px;
    line-height: 55px; }
  .event__02 .change_item::after {
    content: "活動二";
    display: block;
    position: absolute;
    background-image: url(../img/deco_tag.png);
    width: 144px;
    height: 43px;
    left: -40px;
    top: 87px;
    line-height: 43px;
    padding-left: 35px;
    color: #733c18;
    font-size: 20px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .event__02 .change_item .monster__03 {
    background-image: url(../img/content_monster_03.png);
    width: 347px;
    height: 525px;
    position: absolute;
    right: -177px;
    bottom: -207px; }
  .event__02 .change_item h4 {
    color: #e06262; }
  .event__02 .change_item--target {
    margin-bottom: 20px; }
    .event__02 .change_item--target * {
      display: inline-block; }
    .event__02 .change_item--target h4 {
      margin-right: 10px; }
  .event__02 .change_item--content h4 {
    margin-bottom: 10px; }
  .event__02 .change_item--content ul {
    margin-bottom: 30px; }
    .event__02 .change_item--content ul li .cat_npc {
      background-color: #574431;
      border-radius: 20px;
      display: inline-block;
      padding: 15px;
      margin: 20px auto; }
      .event__02 .change_item--content ul li .cat_npc > * {
        display: inline-block;
        vertical-align: middle; }
      .event__02 .change_item--content ul li .cat_npc--img {
        background: -webkit-gradient(linear, left top, left bottom, from(#f2e9df), to(#e7d5c2));
        background: -webkit-linear-gradient(top, #f2e9df 0%, #e7d5c2 100%);
        background: -o-linear-gradient(top, #f2e9df 0%, #e7d5c2 100%);
        background: linear-gradient(to bottom, #f2e9df 0%, #e7d5c2 100%);
        border-radius: 10px;
        width: 200px;
        margin-right: 30px;
        text-align: center;
        padding: 40px 0 25px; }
      .event__02 .change_item--content ul li .cat_npc--position {
        padding-right: 30px; }
  .event__02 .change_item [class^=change_item--title] {
    width: 30%;
    margin: auto;
    border-radius: 20px 20px 0 0;
    padding: 5px 20px;
    text-align: center;
    background-color: #495498; }
    .event__02 .change_item [class^=change_item--title] h5 {
      display: inline-block;
      position: relative; }
      .event__02 .change_item [class^=change_item--title] h5::before, .event__02 .change_item [class^=change_item--title] h5::after {
        content: "";
        display: block;
        background-image: url(../img/deco_star.png);
        background-repeat: no-repeat;
        width: 24px;
        height: 23px;
        position: absolute;
        top: 4px; }
      .event__02 .change_item [class^=change_item--title] h5::before {
        left: -27px; }
      .event__02 .change_item [class^=change_item--title] h5::after {
        right: -27px; }
  .event__02 .change_item--table .cake_change_table {
    border-radius: 20px;
    border: 5px solid #495498;
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 0; }
    .event__02 .change_item--table .cake_change_table table {
      width: 50%;
      display: inline-table; }
      .event__02 .change_item--table .cake_change_table table tr td {
        border: 1px solid #495498;
        padding: 10px;
        text-align: center; }
        .event__02 .change_item--table .cake_change_table table tr td:first-child {
          width: 20%; }
        .event__02 .change_item--table .cake_change_table table tr td:nth-child(3) {
          width: 15%; }
      .event__02 .change_item--table .cake_change_table table thead tr td {
        font-size: 18px;
        font-weight: bold;
        color: #f9e9da;
        background-color: #6299d2; }
      .event__02 .change_item--table .cake_change_table table tbody tr td {
        font-size: 16px;
        color: #3f3326;
        font-weight: 500; }
      .event__02 .change_item--table .cake_change_table table tbody tr:nth-child(2n-1) {
        background-color: #e7d5c2; }
      .event__02 .change_item--table .cake_change_table table tbody tr:nth-child(2n) {
        background-color: #d4bea5; }
  .event__02 .change_item--table .inner_box {
    border: 5px solid #495498;
    background-color: #574431;
    border-radius: 20px;
    padding: 50px;
    font-size: 0; }
    .event__02 .change_item--table .inner_box .item > * {
      display: inline-block;
      vertical-align: middle; }
    .event__02 .change_item--table .inner_box .item--check {
      position: absolute;
      background-color: #d44a4a;
      background-image: url(../img/deco_magnifier_2.png);
      background-size: 63%;
      background-repeat: no-repeat;
      background-position: center center;
      width: 27px;
      height: 27px;
      border-radius: 100%;
      left: 56px;
      bottom: -2px;
      cursor: pointer;
      -webkit-transition: 0.1s;
      -o-transition: 0.1s;
      transition: 0.1s;
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center; }
      .event__02 .change_item--table .inner_box .item--check:hover {
        background-color: #f56b6b;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9); }
    .event__02 .change_item--table .inner_box .item--img {
      border: 2px solid #6299d2;
      margin-right: 20px;
      position: relative; }
    .event__02 .change_item--table .inner_box .item--txt {
      width: calc(100% - 105px); }
      .event__02 .change_item--table .inner_box .item--txt h5 {
        font-size: 18px; }
      .event__02 .change_item--table .inner_box .item--txt p {
        line-height: 1.5; }
      .event__02 .change_item--table .inner_box .item--txt p.point {
        font-size: 14px; }
  .event__02 .change_item--notice {
    padding: 50px 50px 0; }
    .event__02 .change_item--notice h4 {
      color: #e06262; }
    .event__02 .change_item--notice ul {
      margin-top: 15px;
      counter-reset: li; }
      .event__02 .change_item--notice ul li {
        counter-increment: li;
        margin-bottom: 10px;
        padding-left: 30px;
        position: relative;
        font-size: 16px;
        line-height: 1.6; }
        .event__02 .change_item--notice ul li::before {
          content: counter(li);
          display: inline-block;
          position: absolute;
          left: 0;
          top: 2px;
          background-color: #cd4653;
          border-radius: 11px;
          width: 22px;
          height: 22px;
          color: #f9e9da;
          font-weight: bold;
          text-align: center;
          line-height: 22px;
          margin-right: 5px;
          font-size: 16px; }
        .event__02 .change_item--notice ul li a {
          color: #f17070; }
    .event__02 .change_item--notice .feedback {
      background-color: #574431;
      border-radius: 10px;
      padding: 10px 20px;
      display: inline-block;
      margin-top: 10px; }

.event__03 .pack {
  max-width: 1096px;
  margin: 0 auto;
  background-color: #4c3b2a;
  border: 5px solid #957b61;
  border-radius: 30px;
  padding: 90px 120px;
  position: relative;
  margin-top: 70px; }
  .event__03 .pack::before {
    content: "2021/06/08 維護後 ~ 2021/06/22 維護前";
    display: block;
    background-image: url(../img/date_bg.png);
    width: 540px;
    height: 67px;
    font-size: 22px;
    color: #f9f090;
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: -42px;
    line-height: 55px; }
  .event__03 .pack .monster__04 {
    background-image: url(../img/content_monster_04.png);
    width: 168px;
    height: 178px;
    position: absolute;
    right: 20px;
    bottom: -137px; }
  .event__03 .pack h4 {
    color: #e06262; }
  .event__03 .pack--target {
    margin-bottom: 20px; }
    .event__03 .pack--target * {
      display: inline-block; }
    .event__03 .pack--target h4 {
      margin-right: 10px; }
  .event__03 .pack--content {
    margin-bottom: 20px; }
  .event__03 .pack .inner_box {
    border: 5px solid #f1a24d;
    background-color: #45321f;
    border-radius: 20px;
    padding: 50px;
    font-size: 0; }
    .event__03 .pack .inner_box .pack_info > * {
      display: inline-block;
      vertical-align: middle; }
    .event__03 .pack .inner_box .pack_info--img {
      border: 2px solid #f2b243;
      margin-right: 15px; }
    .event__03 .pack .inner_box .pack_info--txt {
      width: calc(100% - 90px); }
      .event__03 .pack .inner_box .pack_info--txt h5 {
        font-size: 18px; }
      .event__03 .pack .inner_box .pack_info--txt p {
        line-height: 1.5; }
      .event__03 .pack .inner_box .pack_info--txt p.point {
        font-size: 14px; }
    .event__03 .pack .inner_box hr {
      border: 0;
      border-bottom: 1px solid #81652f;
      margin: 30px 0; }
    .event__03 .pack .inner_box .pack_content p {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      margin: 0 auto 20px; }
      .event__03 .pack .inner_box .pack_content p .point {
        font-weight: bold; }
    .event__03 .pack .inner_box .pack_content p:not(:first-of-type) {
      margin-top: 30px; }
    .event__03 .pack .inner_box .pack_content .pack_reward {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .event__03 .pack .inner_box .pack_content .pack_reward .pack_item {
        position: relative;
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 31%;
        height: 178px;
        margin: 0 1% 15px;
        padding: 10px;
        text-align: center;
        background-image: url(../img/pack_content_bg_01.jpg), url(../img/pack_content_bg_03.jpg), url(../img/pack_content_bg_02.jpg);
        background-repeat: no-repeat, no-repeat, repeat-x;
        background-position: left, right, center; }
        .event__03 .pack .inner_box .pack_content .pack_reward .pack_item--check {
          background-image: url(../img/deco_magnifier_2.png);
          background-size: 63%;
          background-repeat: no-repeat;
          background-position: center center;
          background-color: #fe6e36;
          border-radius: 100%;
          width: 27px;
          height: 27px;
          position: absolute;
          right: 10px;
          top: 30px;
          cursor: pointer;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
          -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
          transform-origin: center center; }
          .event__03 .pack .inner_box .pack_content .pack_reward .pack_item--check:hover {
            background-color: #ff8859;
            -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9); }
        .event__03 .pack .inner_box .pack_content .pack_reward .pack_item--name {
          font-size: 14px;
          color: #3f3326; }

@media only screen and (max-width: 1024px) {
  header {
    background-image: url(../img/kv_bg_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vw; }
    header .wind {
      display: none; }
    header .logo {
      display: inline-block;
      display: none; }
      header .logo img {
        width: 25%; }
    header .slogan {
      top: 2vw; }
      header .slogan img {
        width: 80%; }
      header .slogan::after {
        display: none; }
    header .event_btn {
      padding-top: 66vw; }
      header .event_btn div[class*="btn_event"] {
        width: 23vw;
        height: 23vw;
        max-width: 212px;
        max-height: 212px;
        margin: 0 1.5vw; }
        header .event_btn div[class*="btn_event"] img {
          width: 100%; }
      header .event_btn .btn_event01, header .event_btn .btn_event03 {
        bottom: 3vw; }
  .event__01 .info {
    padding: 60px 90px; }
  .event__01 .luckywheel {
    padding: 60px; }
  .event__01 .reward [class^=reward--title__] {
    width: 236px; }
  .event__01 .reward .inner_box {
    display: block;
    padding: 9% 6%; }
    .event__01 .reward .inner_box .sign__day {
      width: 46%;
      max-width: 230px;
      display: inline-block; }
      .event__01 .reward .inner_box .sign__day:nth-child(1), .event__01 .reward .inner_box .sign__day:nth-child(2) {
        margin-bottom: 30px; }
      .event__01 .reward .inner_box .sign__day:nth-child(1), .event__01 .reward .inner_box .sign__day:nth-child(3) {
        margin-right: 2%; }
  .event__02 .daily_mission, .event__02 .change_item {
    padding: 120px 60px 60px; }
    .event__02 .daily_mission::after, .event__02 .change_item::after {
      top: 60px; }
  .event__03 .pack {
    padding: 70px 50px; }
    .event__03 .pack .inner_box {
      padding: 30px; } }

@media only screen and (max-width: 768px) {
  .event {
    padding: 0 5% 30px; }
  .event__01 .info {
    padding: 60px 10%;
    margin-top: 5%; }
    .event__01 .info::before {
      background-image: url(../img/date_bg_m.png);
      background-color: #e54e4e;
      width: 65%;
      height: auto;
      line-height: inherit;
      font-size: 2.6vw;
      top: -3vw;
      background-size: cover;
      background-position: center center;
      border-radius: 5px;
      padding: 10px;
      -webkit-box-shadow: inset 0 0 10px #a91414;
      box-shadow: inset 0 0 10px #a91414; }
    .event__01 .info--content .tag {
      margin-left: 0; }
  .event__01 .luckywheel {
    padding: 60px 30px; }
    .event__01 .luckywheel .monster__01 {
      background-repeat: no-repeat;
      background-size: contain;
      width: 36vw;
      height: 47vw;
      top: -22vw;
      right: -14vw; }
  .event__01 .reward {
    padding: 60px 40px; }
    .event__01 .reward::before {
      background-image: url(../img/date_bg_m.png);
      background-color: #e54e4e;
      width: 200px;
      height: auto;
      line-height: inherit;
      font-size: 20px;
      top: -28px;
      background-size: cover;
      background-position: center center;
      border-radius: 5px;
      padding: 10px;
      -webkit-box-shadow: inset 0 0 10px #a91414;
      box-shadow: inset 0 0 10px #a91414; }
    .event__01 .reward .monster__02 {
      background-repeat: no-repeat;
      background-size: contain;
      width: 26vw;
      height: 34vw;
      left: -11vw;
      bottom: -13vw;
      z-index: 10; }
    .event__01 .reward--playing .inner_box > div {
      display: block;
      width: 100%; }
    .event__01 .reward--playing .inner_box .left {
      border: none;
      margin-bottom: 30px;
      border-bottom: 1px solid #be4662;
      padding: 0 0 30px; }
      .event__01 .reward--playing .inner_box .left .item {
        margin: 0 auto 20px; }
    .event__01 .reward--playing .inner_box .right {
      padding: 0; }
    .event__01 .reward--back .inner_box > div {
      display: block;
      width: 100%; }
    .event__01 .reward--back .inner_box .left {
      border: none;
      margin-bottom: 30px;
      border-bottom: 1px solid #8943b3;
      padding: 0 0 30px; }
      .event__01 .reward--back .inner_box .left .item {
        margin: 0 auto 20px; }
    .event__01 .reward--back .inner_box .right {
      padding: 0; }
    .event__01 .reward--notice {
      padding: 50px 0 0; }
  .event__02 {
    padding: 10% 5% 30px; }
    .event__02 .daily_mission, .event__02 .change_item {
      padding: 120px 40px 8%; }
    .event__02 .daily_mission {
      margin-top: 5%; }
      .event__02 .daily_mission::before {
        background-image: url(../img/date_bg_m.png);
        background-color: #e54e4e;
        width: 60%;
        height: auto;
        line-height: inherit;
        font-size: 2.6vw;
        top: -3vw;
        background-size: cover;
        background-position: center center;
        border-radius: 5px;
        padding: 10px;
        -webkit-box-shadow: inset 0 0 10px #a91414;
        box-shadow: inset 0 0 10px #a91414; }
      .event__02 .daily_mission::after {
        left: 38px;
        top: 60px; }
      .event__02 .daily_mission--content table {
        width: 101%; }
      .event__02 .daily_mission--fixed [class$=--title] {
        width: 300px; }
      .event__02 .daily_mission--fixed .inner_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .event__02 .daily_mission--fixed .inner_box [class$=__item] {
          width: 100%; }
        .event__02 .daily_mission--fixed .inner_box .left__item {
          margin-bottom: 20px; }
      .event__02 .daily_mission--random [class$=--title] {
        width: 200px; }
      .event__02 .daily_mission--random .random_table table {
        width: 101%; }
        .event__02 .daily_mission--random .random_table table:nth-child(2) {
          margin-top: -1px; }
          .event__02 .daily_mission--random .random_table table:nth-child(2) thead {
            display: none; }
    .event__02 .change_item .monster__03 {
      background-repeat: no-repeat;
      background-size: contain;
      width: 38vw;
      height: 57vw;
      right: -16vw;
      bottom: -25vw;
      z-index: 10;
      pointer-events: none; }
    .event__02 .change_item::before {
      background-image: url(../img/date_bg_m.png);
      background-color: #e54e4e;
      width: 70%;
      height: auto;
      line-height: inherit;
      font-size: 2.6vw;
      top: -3vw;
      background-size: cover;
      background-position: center center;
      border-radius: 5px;
      padding: 10px;
      -webkit-box-shadow: inset 0 0 10px #a91414;
      box-shadow: inset 0 0 10px #a91414; }
    .event__02 .change_item::after {
      left: 38px;
      top: 60px; }
    .event__02 .change_item [class^=change_item--title] {
      width: 200px; }
    .event__02 .change_item--table .cake_change_table table {
      width: 101%; }
      .event__02 .change_item--table .cake_change_table table:nth-child(2) {
        margin-top: -1px; }
        .event__02 .change_item--table .cake_change_table table:nth-child(2) thead {
          display: none; }
        .event__02 .change_item--table .cake_change_table table:nth-child(2) tbody tr:last-child {
          display: none; }
    .event__02 .change_item--notice {
      padding: 50px 0 0; }
  .event__03 {
    padding: 10% 5% 30px; }
    .event__03 .pack {
      margin-top: 5%;
      padding: 8% 40px; }
      .event__03 .pack::before {
        background-image: url(../img/date_bg_m.png);
        background-color: #e54e4e;
        width: 70%;
        height: auto;
        line-height: inherit;
        font-size: 2.6vw;
        top: -3vw;
        background-size: cover;
        background-position: center center;
        border-radius: 5px;
        padding: 10px;
        -webkit-box-shadow: inset 0 0 10px #a91414;
        box-shadow: inset 0 0 10px #a91414; }
      .event__03 .pack .inner_box {
        padding: 40px 3%; }
        .event__03 .pack .inner_box .pack_info {
          padding: 0 30px; }
        .event__03 .pack .inner_box .pack_content .pack_reward .pack_item {
          padding: 0 10px; } }

@media only screen and (max-width: 580px) {
  .event__01 {
    margin-top: 8%; }
    .event__01 .info {
      margin-top: 6%;
      padding: 10% 5%; }
      .event__01 .info::before {
        width: 70%;
        font-size: 3.2vw;
        top: -4vw; }
      .event__01 .info--content .step3 > div {
        padding: 5%; }
    .event__01 .luckywheel {
      padding: 10% 5%; }
      .event__01 .luckywheel .monster__01 {
        display: none; }
      .event__01 .luckywheel .log .log-out .log-form .choose_srv {
        width: 100%;
        max-width: 350px; }
      .event__01 .luckywheel .log .log-out .log-form .srv__button {
        margin-top: 10px; }
      .event__01 .luckywheel .log .log-out .wheel-day {
        margin-bottom: 20px; }
    .event__01 .reward {
      padding: 40px 5%; }
      .event__01 .reward::before {
        width: 150px; }
      .event__01 .reward [class^=reward--title__] {
        width: 190px; }
      .event__01 .reward .monster__02 {
        display: none; }
      .event__01 .reward .inner_box .sign__day {
        width: 100%;
        margin-right: auto;
        margin: auto; }
        .event__01 .reward .inner_box .sign__day:nth-child(3) {
          margin-bottom: 30px; }
        .event__01 .reward .inner_box .sign__day .daybox {
          margin-bottom: 10px;
          display: -ms-grid;
          display: grid; }
          .event__01 .reward .inner_box .sign__day .daybox .item {
            background-image: url();
            background-color: #fff;
            border: 2px solid #1599e5;
            height: auto;
            width: 90%;
            margin: 10px;
            padding-bottom: 10px;
            display: block; }
      .event__01 .reward--sign .inner_box .sign__day .daybox .item--check {
        top: 10px;
        right: 10px; }
      .event__01 .reward--back .notebox {
        padding: 20px 10px 14px; }
  .event__02 .title img {
    max-width: 100%; }
  .event__02 .daily_mission, .event__02 .change_item {
    padding: 25vw 5% 8%; }
    .event__02 .daily_mission::after, .event__02 .change_item::after {
      left: 5%;
      top: 12vw; }
  .event__02 .daily_mission {
    margin-top: 7%;
    margin-bottom: 12%; }
    .event__02 .daily_mission::before {
      width: 70%;
      font-size: 3.2vw;
      top: -5vw; }
    .event__02 .daily_mission--content ul li .cake_npc {
      text-align: center; }
      .event__02 .daily_mission--content ul li .cake_npc--img {
        width: 100%;
        margin-right: auto;
        margin-bottom: 2vw; }
      .event__02 .daily_mission--content ul li .cake_npc--position {
        padding-right: 0; }
    .event__02 .daily_mission--fixed [class$=--title] {
      width: 80%; }
      .event__02 .daily_mission--fixed [class$="--title"] h5::before, .event__02 .daily_mission--fixed [class$="--title"] h5::after {
        display: none; }
    .event__02 .daily_mission--fixed .inner_box {
      padding: 9% 6%; }
    .event__02 .daily_mission--random .inner_box {
      padding: 9% 6%; }
  .event__02 .change_item .monster__03 {
    display: none; }
  .event__02 .change_item::before {
    width: 85%;
    font-size: 3.2vw; }
  .event__02 .change_item--content ul li .cat_npc {
    text-align: center; }
    .event__02 .change_item--content ul li .cat_npc--img {
      width: 100%;
      margin-right: auto;
      margin-bottom: 2vw; }
    .event__02 .change_item--content ul li .cat_npc--position {
      padding-right: 0; }
  .event__02 .change_item--table .inner_box {
    padding: 9% 6%; }
  .event__02 .change_item--notice {
    padding: 30px 0 0; }
  .event__03 .title img {
    max-width: 62%; }
  .event__03 .pack {
    margin-top: 8%;
    padding: 10% 5%; }
    .event__03 .pack::before {
      width: 80%;
      font-size: 3.2vw;
      top: -5vw; }
    .event__03 .pack .monster__04 {
      background-size: contain;
      background-repeat: no-repeat;
      width: 27vw;
      height: 28vw;
      max-width: 168px;
      right: 4vw;
      bottom: -12vw; }
    .event__03 .pack .inner_box .pack_content .pack_reward .pack_item {
      width: 100%;
      max-width: 250px;
      margin: 0 auto 15px; } }

/***********************************************/
/* /////----- 轉盤主軸START -----/////*/
.luckywheel-itemBox .mainwheel, .luckywheel-itemBox .mainwheel .big-border, .luckywheel-itemBox .mainwheel .small-border {
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.luckywheel-itemBox {
  width: 100%;
  max-width: 820px;
  min-height: 100%;
  margin: 80px auto;
  position: relative; }
  .luckywheel-itemBox .mainwheel {
    padding: 3%;
    max-width: 820px;
    max-height: 820px;
    width: 100%;
    background-color: #e64747;
    background-image: url(../img/wheel_bg_light.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 101.7%;
    z-index: 3; }
    .luckywheel-itemBox .mainwheel::before {
      content: "";
      display: block;
      width: 60px;
      height: 96px;
      background-image: url(../img/wheel_pointer.png);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: -40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .luckywheel-itemBox .mainwheel::before {
          width: 7vw;
          height: 11vw;
          top: -7vw; } }
    .luckywheel-itemBox .mainwheel .big-border {
      -webkit-transition: all 2s cubic-bezier(1, 0.00001, 0.00001, 1);
      -o-transition: all 2s cubic-bezier(1, 0.00001, 0.00001, 1);
      transition: all 2s cubic-bezier(1, 0.00001, 0.00001, 1);
      overflow: hidden; }
    .luckywheel-itemBox .mainwheel .small-border {
      width: 100%;
      background-color: #fcfcfc;
      border: 9px solid #c23d3c; }
      .luckywheel-itemBox .mainwheel .small-border::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(../img/wheel_bg_color.png);
        background-position: center center;
        border-radius: 50%; }
      .luckywheel-itemBox .mainwheel .small-border:after {
        width: 72%;
        height: 72%;
        display: block;
        position: absolute;
        content: '';
        border-radius: 50%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 3; }
    .luckywheel-itemBox .mainwheel .start-btn {
      left: 25%;
      top: 25%;
      z-index: 100;
      -webkit-transition: all 2s cubic-bezier(1, 0.00001, 0.00001, 1);
      -o-transition: all 2s cubic-bezier(1, 0.00001, 0.00001, 1);
      transition: all 2s cubic-bezier(1, 0.00001, 0.00001, 1);
      width: 50%;
      height: 50%;
      background-image: url("../img/wheel_start.png");
      background-size: 176px 176px;
      background-repeat: no-repeat;
      background-position: center 45%;
      cursor: pointer;
      position: absolute;
      text-indent: -9999px; }
      .luckywheel-itemBox .mainwheel .start-btn.is--disable {
        cursor: inherit;
        background-image: url("../img/wheel_start_disable.png"); }
    .luckywheel-itemBox .mainwheel .itemBox9 .item {
      z-index: 4;
      width: 30%;
      height: 50%;
      padding: 26px 30px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      text-align: center; }
      .luckywheel-itemBox .mainwheel .itemBox9 .item span {
        width: 100%;
        height: 30px;
        line-height: 1.2;
        display: block;
        color: #515151;
        font-size: 18px;
        font-weight: bold; }
      .luckywheel-itemBox .mainwheel .itemBox9 .item-img {
        width: 50%;
        width: 100px;
        height: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        overflow: hidden;
        position: relative;
        margin: 37px auto 0;
        background-color: #fff;
        overflow: hidden; }
        .luckywheel-itemBox .mainwheel .itemBox9 .item-img img {
          width: 100%;
          height: auto; }
        .luckywheel-itemBox .mainwheel .itemBox9 .item-img img {
          text-align: center;
          position: relative;
          top: 50%;
          left: 50%;
          width: 100px;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media only screen and (max-width: 1024px) {
    .luckywheel-itemBox .mainwheel .itemBox9 .item {
      padding: 18px 18px 0; }
      .luckywheel-itemBox .mainwheel .itemBox9 .item span {
        font-size: 16px; }
      .luckywheel-itemBox .mainwheel .itemBox9 .item-img {
        margin: 10% auto 0;
        width: 9vw;
        height: 9vw; }
        .luckywheel-itemBox .mainwheel .itemBox9 .item-img img {
          left: 45%;
          width: 90%; } }
  @media only screen and (max-width: 768px) {
    .luckywheel-itemBox .mainwheel .start-btn {
      background-size: 70% auto;
      left: 30%;
      top: 30%;
      width: 40%;
      height: 40%; }
    .luckywheel-itemBox .mainwheel .itemBox9 .item {
      padding: 4px 10px 0; }
      .luckywheel-itemBox .mainwheel .itemBox9 .item span {
        font-size: 14px; }
      .luckywheel-itemBox .mainwheel .itemBox9 .item-img {
        margin: 18% auto 0;
        width: 10vw;
        height: 10vw; }
        .luckywheel-itemBox .mainwheel .itemBox9 .item-img img {
          left: 50%;
          width: 100%; } }
  @media only screen and (max-width: 580px) {
    .luckywheel-itemBox {
      margin: 40px auto; }
      .luckywheel-itemBox .mainwheel .small-border:after {
        background-color: transparent;
        border: none; }
      .luckywheel-itemBox .mainwheel .itemBox9 .item::after {
        background-color: #dc6161; }
      .luckywheel-itemBox .mainwheel .itemBox9 .item span {
        font-size: 2.5vw;
        font-weight: 500; }
      .luckywheel-itemBox .mainwheel .itemBox9 .item-img {
        margin: 2vw auto;
        width: 40px;
        height: 40px; } }
  @media only screen and (max-width: 375px) {
    .luckywheel-itemBox .mainwheel .start-btn {
      background-size: 90%; }
    .luckywheel-itemBox .mainwheel .itemBox9 .item-img {
      display: none; } }

.itemBox9 .item:nth-child(1) {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.itemBox9 .item:nth-child(2) {
  -webkit-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg); }

.itemBox9 .item:nth-child(3) {
  -webkit-transform: rotate(110deg);
  -ms-transform: rotate(110deg);
  transform: rotate(110deg); }

.itemBox9 .item:nth-child(4) {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.itemBox9 .item:nth-child(5) {
  -webkit-transform: rotate(190deg);
  -ms-transform: rotate(190deg);
  transform: rotate(190deg); }

.itemBox9 .item:nth-child(6) {
  -webkit-transform: rotate(230deg);
  -ms-transform: rotate(230deg);
  transform: rotate(230deg); }

.itemBox9 .item:nth-child(7) {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.itemBox9 .item:nth-child(8) {
  -webkit-transform: rotate(310deg);
  -ms-transform: rotate(310deg);
  transform: rotate(310deg); }

.itemBox9 .item:nth-child(9) {
  -webkit-transform: rotate(350deg);
  -ms-transform: rotate(350deg);
  transform: rotate(350deg); }

.itemBox9 .item:nth-of-type(1) {
  left: 46%;
  top: 7%; }

.itemBox9 .item:nth-of-type(2) {
  left: 55%;
  top: 18%; }

.itemBox9 .item:nth-of-type(3) {
  left: 55%;
  top: 33%; }

.itemBox9 .item:nth-of-type(4) {
  left: 46%;
  top: 44.5%; }

.itemBox9 .item:nth-of-type(5) {
  left: 31.5%;
  top: 47%; }

.itemBox9 .item:nth-of-type(6) {
  left: 18.5%;
  top: 39%; }

.itemBox9 .item:nth-of-type(7) {
  left: 13.2%;
  top: 25.4%; }

.itemBox9 .item:nth-of-type(8) {
  left: 18.5%;
  top: 11%; }

.itemBox9 .item:nth-of-type(9) {
  left: 32%;
  top: 4%; }

.swal2-content img {
  margin-top: 20px;
  margin-bottom: 20px; }

/* /////----- 轉盤主軸END -----/////*/
/***********************************************/
.noticeBox ol {
  counter-reset: li; }
  .noticeBox ol li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8em;
    counter-increment: li;
    padding-left: 35px;
    position: relative; }
    .noticeBox ol li::before {
      content: counter(li);
      display: inline-block;
      position: absolute;
      left: 0;
      color: #fff;
      font-weight: 400;
      text-align: center;
      width: 28px;
      height: 28px;
      background-color: #329c97;
      border-radius: 28px; }
  .noticeBox ol span, .noticeBox ol a {
    color: #ce5c5c; }
  .noticeBox ol a {
    border-bottom: solid 1px #ce5c5c; }
