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

textarea:focus,
input:focus {
  outline: none; }

h1 {
  font-size: 54px;
  font-weight: 700;
  color: #68496c; }

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

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

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

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 46px; } }

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 40px; } }

p {
  font-size: 16px; }

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;
  background-color: #fadc86; }

.wrapper {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  position: relative; }

.backtop {
  position: fixed;
  bottom: -40px;
  left: 50%;
  -webkit-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  background-color: #fff;
  z-index: 99;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer; }

footer {
  background-color: #000; }

.top {
  background-image: url(../img/top_bg02.png), url(../img/top_bg.jpg);
  background-position: center center, left bottom;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding-bottom: 70px; }
  @media only screen and (max-width: 768px) {
    .top {
      background-image: url(../img/topbg_m.jpg);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 100%;
      margin-top: 40px; } }
  .top .logo {
    position: absolute;
    display: block;
    width: 160px;
    height: 103px;
    background-image: url(../img/ro-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 30px;
    top: 30px;
    z-index: 10; }
    @media only screen and (max-width: 1024px) {
      .top .logo {
        width: 140px;
        height: 90px; } }
    @media only screen and (max-width: 768px) {
      .top .logo {
        width: 25vw;
        height: calc(25vw * 0.634);
        left: 15px;
        top: 7vw; } }
  .top .link-box {
    position: fixed;
    background-color: white;
    border-left: solid 5px #b93f28;
    padding: 10px 8px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    right: 2px;
    top: 100px;
    z-index: 50;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .top .link-box {
        top: 0px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        width: 100%;
        padding: 0;
        border: none;
        border-bottom: solid 5px #b93f28;
        background-color: white;
        right: 0; } }
    .top .link-box .link li:not(:first-child) {
      margin-top: 10px; }
    @media only screen and (max-width: 768px) {
      .top .link-box .link {
        font-size: 0; }
        .top .link-box .link li {
          display: inline-block;
          width: 25%;
          height: auto;
          margin: 0 !important; } }
    .top .link-box .link a {
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      display: block;
      color: transparent; }
      @media only screen and (max-width: 768px) {
        .top .link-box .link a {
          background-image: url() !important;
          color: #515151;
          font-size: 3vw;
          width: 100%;
          height: auto;
          padding: 10px 5px; } }
    .top .link-box .link .ac {
      background-image: url(../img/icon_ac.png); }
    .top .link-box .link .dl {
      background-image: url(../img/icon_download.png); }
    .top .link-box .link .fb {
      background-image: url(../img/icon_fb.png); }
    .top .link-box .link .bh {
      background-image: url(../img/icon_baha.png); }
  .top .main-wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    max-width: 1240px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .top .main-wrap {
        height: 110vw; } }
    .top .main-wrap h1 {
      color: transparent;
      text-indent: -9999px;
      overflow: hidden;
      background: url(../img/kv-title.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 570px;
      height: 313px;
      position: absolute;
      left: 3%;
      top: 80px;
      z-index: 11;
      max-width: 50%; }
      @media only screen and (max-width: 1024px) {
        .top .main-wrap h1 {
          top: 10vw; } }
      @media only screen and (max-width: 768px) {
        .top .main-wrap h1 {
          display: none; } }
    .top .main-wrap .kv {
      position: relative;
      top: 50px;
      text-align: center;
      max-width: 100%; }
      @media only screen and (max-width: 768px) {
        .top .main-wrap .kv {
          display: none; } }
      .top .main-wrap .kv img {
        max-width: 100%; }
      .top .main-wrap .kv img:nth-child(2) {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        -webkit-animation: kv-brightness 1.5s ease infinite;
        animation: kv-brightness 1.5s ease infinite;
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }

@-webkit-keyframes kv-brightness {
  0% {
    -webkit-filter: opacity(1);
    filter: opacity(1); }
  50% {
    -webkit-filter: opacity(0.2);
    filter: opacity(0.2); }
  100% {
    -webkit-filter: opacity(1);
    filter: opacity(1); } }

@keyframes kv-brightness {
  0% {
    -webkit-filter: opacity(1);
    filter: opacity(1); }
  50% {
    -webkit-filter: opacity(0.2);
    filter: opacity(0.2); }
  100% {
    -webkit-filter: opacity(1);
    filter: opacity(1); } }

.main-link {
  width: 100%;
  text-align: center;
  background-color: #f9f3e7;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20; }
  .main-link h2 {
    margin-top: -30px;
    width: 350px;
    height: 64px;
    display: inline-block;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 64px;
    text-shadow: 0px 0px 3px #602f7a, 0px 0px 3px #602f7a, 0px 0px 3px #602f7a, 0px 0px 3px #602f7a, 0px 0px 3px #602f7a, 0px 0px 3px #602f7a, 0px 0px 3px #602f7a, 0px 0px 3px #602f7a, 0px 0px 3px #602f7a, 0px 0px 3px #602f7a;
    color: white; }
    .main-link h2:nth-child(1) {
      background-color: #ab7dc4;
      -webkit-box-shadow: 0 5px #815e93;
      box-shadow: 0 5px #815e93; }
    .main-link h2:nth-child(2) {
      background-color: #8a59a4;
      -webkit-box-shadow: 0 5px #68437c;
      box-shadow: 0 5px #68437c; }
    @media only screen and (max-width: 768px) {
      .main-link h2 {
        position: static;
        width: 40%;
        height: 9vw;
        line-height: 9vw; } }
    .main-link h2:hover {
      -webkit-filter: brightness(1.2);
      filter: brightness(1.2); }
    .main-link h2 a {
      display: block;
      width: 100%;
      height: 100%; }
      @media only screen and (max-width: 768px) {
        .main-link h2 a {
          text-indent: inherit;
          font-size: 5vw;
          font-weight: 600; } }

.event-wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  position: relative;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px; }
  .event-wrap .event-title {
    text-align: center;
    margin-bottom: 40px; }
    .event-wrap .event-title h1 {
      display: inline-block;
      padding: 40px 40px 14px;
      background-image: url(../img/title-dot.png), url(../img/title-bg.png);
      background-position: center bottom, center top;
      background-repeat: no-repeat;
      position: relative; }
      @media only screen and (max-width: 375px) {
        .event-wrap .event-title h1 {
          padding: 8px 20px 14px; } }

.howto {
  background-color: #f9f3e7;
  text-align: center;
  font-size: 0;
  padding-top: 100px; }
  @media only screen and (max-width: 768px) {
    .howto .event-title {
      margin-top: 10px; } }
  .howto-time {
    text-align: center; }
    .howto-time ul {
      display: inline-block;
      text-align: center;
      background-color: #fff;
      -webkit-box-shadow: 8px 8px rgba(0, 0, 0, 0.1);
      box-shadow: 8px 8px rgba(0, 0, 0, 0.1);
      width: 23%;
      margin: 10px; }
      @media only screen and (max-width: 768px) {
        .howto-time ul {
          display: block;
          width: 100%;
          max-width: 400px;
          margin: 24px auto; } }
      .howto-time ul li {
        font-size: 16px; }
        .howto-time ul li:first-child {
          background-color: #d26474;
          color: #fff;
          padding: 10px; }
          @media only screen and (max-width: 768px) {
            .howto-time ul li:first-child br {
              display: none; } }
        .howto-time ul li:last-child {
          background: url(../img/clock.png) no-repeat center center;
          padding: 20px 10px; }
  .howto .target {
    font-size: 30px;
    color: #515151;
    text-align: center;
    border-bottom: solid 2px #515151;
    display: inline-block;
    margin: 30px 0;
    font-weight: bold; }
    .howto .target span {
      font-size: 24px; }
  .howto .step {
    max-width: 820px;
    margin: 30px auto;
    text-align: left; }
    .howto .step > ul {
      margin-bottom: 40px; }
    .howto .step .ul-step {
      position: relative; }
      .howto .step .ul-step .rabbit2 {
        position: absolute;
        right: -120px;
        top: -100px; }
        @media only screen and (max-width: 768px) {
          .howto .step .ul-step .rabbit2 {
            display: none; } }
      .howto .step .ul-step li {
        color: #515151; }
        .howto .step .ul-step li:first-child {
          margin-bottom: 20px; }
        .howto .step .ul-step li div {
          display: inline-block;
          vertical-align: middle; }
        .howto .step .ul-step li .number {
          width: 85px;
          font-family: 'Nunito', sans-serif;
          font-size: 65px;
          background: url(../img/circle.png) no-repeat right 0 bottom 10px; }
        .howto .step .ul-step li .text {
          width: calc(100% - 85px);
          padding-left: 20px;
          font-size: 16px; }
          .howto .step .ul-step li .text span {
            color: #f34b5e; }
          .howto .step .ul-step li .text .fb-like {
            display: inline-block;
            margin-left: 10px; }
    .howto .step .ul-reward-tip h4 {
      color: #fff;
      background-color: #d26474;
      display: inline-block;
      padding: 3px 15px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      margin-bottom: 10px; }
    .howto .step .ul-reward-tip li {
      margin-bottom: 30px; }
      .howto .step .ul-reward-tip li:first-child .notice-icon::after {
        content: "註1";
        color: #824a60;
        font-size: 16px;
        display: block; }
      .howto .step .ul-reward-tip li:nth-child(2) .notice-icon::after {
        content: "註2";
        color: #824a60;
        font-size: 16px;
        display: block; }
    .howto .step .ul-reward-tip li > p {
      color: #515151; }
      .howto .step .ul-reward-tip li > p span {
        color: #f34b5e; }
    .howto .step .ul-reward-tip .tip-box {
      background-color: #efe8d9;
      padding: 20px;
      margin-top: 20px; }
      .howto .step .ul-reward-tip .tip-box div {
        display: inline-block;
        vertical-align: middle; }
        @media only screen and (max-width: 480px) {
          .howto .step .ul-reward-tip .tip-box div {
            display: block; } }
        .howto .step .ul-reward-tip .tip-box div p {
          color: #824a60; }
          .howto .step .ul-reward-tip .tip-box div p span {
            background-color: #e0d1b0; }
      .howto .step .ul-reward-tip .tip-box .notice-icon {
        width: 70px;
        height: auto;
        text-align: center;
        padding: 20px 0; }
        @media only screen and (max-width: 480px) {
          .howto .step .ul-reward-tip .tip-box .notice-icon {
            width: 100%;
            border-bottom: solid 3px #824a60;
            padding: 10px 0;
            margin-bottom: 10px; } }
      .howto .step .ul-reward-tip .tip-box .text {
        width: calc(100% - 70px); }
        @media only screen and (max-width: 480px) {
          .howto .step .ul-reward-tip .tip-box .text {
            width: 100%; } }
    .howto .step .howto-ex {
      background-color: #d26474;
      -webkit-box-shadow: 8px 8px rgba(0, 0, 0, 0.1);
      box-shadow: 8px 8px rgba(0, 0, 0, 0.1);
      margin: 0 -50px 40px;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        .howto .step .howto-ex {
          margin: 0 auto 40px; } }
      .howto .step .howto-ex img {
        position: absolute;
        right: 10px;
        bottom: 0; }
        @media only screen and (max-width: 768px) {
          .howto .step .howto-ex img {
            display: none; } }
      .howto .step .howto-ex > li {
        position: relative;
        line-height: 1.8rem; }
        @media only screen and (max-width: 768px) {
          .howto .step .howto-ex > li {
            font-weight: normal; } }
        .howto .step .howto-ex > li:first-child {
          color: #515151;
          background-color: #fff;
          text-align: center;
          padding: 15px 10px;
          -webkit-box-shadow: 0px 4px #a74553;
          box-shadow: 0px 4px #a74553; }
        .howto .step .howto-ex > li:last-of-type {
          color: #fff;
          padding: 40px 60px; }
          @media only screen and (max-width: 768px) {
            .howto .step .howto-ex > li:last-of-type {
              padding: 40px 30px; } }
          .howto .step .howto-ex > li:last-of-type .text-1 {
            color: #fafb90;
            margin-bottom: 20px; }
          .howto .step .howto-ex > li:last-of-type .text-2 p {
            margin-bottom: 15px;
            background-color: #fff;
            color: #d26474;
            padding: 0 20px 0 10px;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            border-radius: 15px;
            margin-right: 6px;
            position: relative;
            font-weight: bold;
            display: inline-block; }
            .howto .step .howto-ex > li:last-of-type .text-2 p::after {
              content: "";
              display: block;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 5px 0 5px 8.7px;
              border-color: transparent transparent transparent #d26474;
              position: absolute;
              right: 7px;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
          .howto .step .howto-ex > li:last-of-type .text-2 > ul:first-of-type {
            margin-bottom: 30px; }
          .howto .step .howto-ex > li:last-of-type .text-2 > ul li {
            font-size: 16px;
            position: relative;
            margin-bottom: 10px;
            border-bottom: solid 1px rgba(255, 255, 255, 0.5);
            padding-bottom: 10px; }
          .howto .step .howto-ex > li:last-of-type .text-3 {
            padding-right: 150px; }
            @media only screen and (max-width: 768px) {
              .howto .step .howto-ex > li:last-of-type .text-3 {
                padding-right: 0; } }

.overlay {
  display: none; }
  .overlay__mask {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    min-height: 110%;
    position: fixed;
    background: #000;
    z-index: 100;
    margin-top: -100px;
    display: none; }
  .overlay-box {
    position: fixed;
    position: fixed;
    width: 740px;
    height: 500px;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -370px;
    z-index: 101; }
    .overlay-box__close {
      position: absolute;
      width: 40px;
      height: 40px;
      top: 20px;
      right: 20px;
      z-index: 103;
      cursor: pointer;
      -webkit-transition: all .25s ease-in;
      -moz-transition: all .25s ease-in;
      -ms-transition: all .25s ease-in;
      -o-transition: all .25s ease-in;
      transition: all .25s ease-in; }
      .overlay-box__close span {
        display: block;
        background-color: #d6635b;
        width: 30px;
        height: 3px; }
        .overlay-box__close span:first-child {
          margin-top: 18px;
          margin-left: 5px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .overlay-box__close span:last-child {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          margin-top: -2px;
          margin-left: 5px; }
      .overlay-box__close:hover {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .overlay-box-loadPage {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      background-color: white;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      border: solid 5px #d6635b;
      overflow: hidden; }
      .overlay-box-loadPage #loadTitle {
        font-weight: bold;
        font-size: 36px;
        color: #d6635b;
        text-align: center;
        background-color: #ffecb4;
        background-position: center center;
        padding: 10px 15px; }
      .overlay-box-loadPage #loadIframe {
        width: 100%;
        height: 84%;
        padding: 30px 20px 30px 30px; }
    @media only screen and (max-width: 768px) {
      .overlay-box {
        width: 96%;
        margin-left: -48%; } }
    @media only screen and (max-width: 480px) {
      .overlay-box {
        height: 75%;
        top: 12%;
        margin-top: 0; }
        .overlay-box__close {
          top: 10px;
          right: 10px; }
        .overlay-box-loadPage #loadTitle {
          font-size: 30px; }
        .overlay-box-loadPage #loadIframe {
          margin-top: 10px; } }

/*玩家登入樣式*/
.now-time {
  font-size: 18px;
  color: #676262;
  text-align: center; }

.log {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #68496c; }
  .log button {
    border: 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 2px;
    color: #fff;
    background-color: #68496c;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .log button:hover {
      background-color: #845f89; }
    .log button:active {
      color: #eee; }

.game-notice {
  color: #f34b5e;
  margin: 15px 0; }
  .game-notice p {
    font-size: 18px;
    display: inline-block; }
  .game-notice.underline p {
    padding-bottom: 5px;
    border-bottom: solid 2px #f34b5e; }

.log-form label {
  font-size: 24px;
  font-weight: bold;
  color: #68496c; }

.log-form select,
.log-form input {
  color: #68496c;
  border-radius: 30px;
  padding: 4px 20px;
  font-size: 20px;
  background-color: #cfcfcf;
  border: solid 1px #68496c; }

.log-form select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  background: url(../img/select_arrow.png) no-repeat right center transparent;
  background-color: #cfcfcf;
  padding-right: 38px; }
  .log-form select::-ms-expand {
    display: none; }

.log-form input {
  font-weight: bold;
  margin-left: 10px; }

@media only screen and (max-width: 480px) {
  .log-form * {
    display: block;
    margin: 0 auto 10px !important; } }

.game-num {
  margin-top: 15px;
  padding: 8px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  background-color: #e2e2e2;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #68496c; }
  .game-num span {
    color: #ee233a; }

.record-btns {
  margin-top: 30px;
  position: relative; }
  .record-btns li {
    display: inline-block;
    width: 180px;
    height: auto;
    margin: 0 20px;
    cursor: pointer;
    background-color: #58519d;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .record-btns li:hover {
      background-color: #6f66c0; }
  @media only screen and (max-width: 768px) {
    .record-btns {
      padding: 0; }
      .record-btns li {
        margin: 0 5px;
        width: 45%;
        font-size: 18px; } }

.game-ps {
  font-size: 16px;
  color: #515151; }
  .game-ps span {
    color: #f34b5e; }
  @media only screen and (max-width: 1024px) {
    .game-ps {
      margin-top: 10px; } }

/*轉轉樂*/
.luckywheel {
  text-align: center;
  position: relative;
  background-image: url(../img/luckywheel-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom 50px;
  background-color: #f7b6c1;
  color: #454545;
  padding-top: 50px; }
  @media only screen and (max-width: 1024px) {
    .luckywheel {
      background-image: url(); } }
  .luckywheel .event-wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    max-width: 960px;
    z-index: 2; }

/***********************************************/
/* /////----- 轉盤主軸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: 60px auto 30px;
  position: relative; }
  .luckywheel-itemBox .mainwheel {
    padding: 3%;
    max-width: 820px;
    max-height: 820px;
    width: 100%;
    background-color: #d45353;
    z-index: 3; }
    .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: #ffefd7;
      border: solid 9px #b34545; }
      .luckywheel-itemBox .mainwheel .small-border:after {
        width: 72%;
        height: 72%;
        background-color: #fadaa9;
        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/btn_start.png");
      background-size: 190px 196px;
      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/btn_start_disable.png"); }
    .luckywheel-itemBox .mainwheel .itemBox9 .item {
      z-index: 4;
      width: 30%;
      height: 50%;
      padding: 10px 5px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute; }
      .luckywheel-itemBox .mainwheel .itemBox9 .item:after {
        width: 1px;
        height: 104%;
        background-color: #f8f2e6;
        content: '';
        display: block;
        left: 50%;
        top: -10%;
        position: absolute;
        -webkit-transform: rotate(-19.6deg);
        -ms-transform: rotate(-19.6deg);
        transform: rotate(-19.6deg);
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom; }
      .luckywheel-itemBox .mainwheel .itemBox9 .item span {
        width: 100%;
        height: 30px;
        line-height: 1.2;
        display: block;
        color: #515151;
        font-size: 20px; }
      .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: 70px 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: 30%;
          width: 57px;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media only screen and (max-width: 768px) {
    .luckywheel-itemBox .mainwheel .start-btn {
      background-size: 60% auto; }
    .luckywheel-itemBox .mainwheel .itemBox9 .item {
      padding-top: 5px; }
      .luckywheel-itemBox .mainwheel .itemBox9 .item span {
        font-size: 2.5vw; }
        .luckywheel-itemBox .mainwheel .itemBox9 .item span br {
          display: none; }
      .luckywheel-itemBox .mainwheel .itemBox9 .item-img {
        margin: 30% auto 0;
        width: 10vw;
        height: 10vw; }
        .luckywheel-itemBox .mainwheel .itemBox9 .item-img img {
          left: 35%;
          width: 70%; } }
  @media only screen and (max-width: 480px) {
    .luckywheel-itemBox {
      margin: 40px auto; }
      .luckywheel-itemBox .mainwheel .small-border:after {
        background-color: transparent; }
      .luckywheel-itemBox .mainwheel .itemBox9 .item-img {
        margin: .3rem auto;
        width: 40px;
        height: 40px; }
        .luckywheel-itemBox .mainwheel .itemBox9 .item-img img {
          width: 70%; } }

.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%;
  top: 40%; }

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

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

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

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

/* /////----- 轉盤主軸END -----/////*/
/***********************************************/
/*******扭蛋機說明*******/
.gacha {
  background-color: #f9f3e7; }
  .gacha .event-wrap {
    padding-top: 80px; }
    .gacha .event-wrap .gacha-howto {
      max-width: 820px;
      margin: 0 auto; }
      .gacha .event-wrap .gacha-howto h4 {
        color: #fff;
        background-color: #d26474;
        display: inline-block;
        padding: 3px 15px;
        border-radius: 20px;
        margin-bottom: 10px; }
      .gacha .event-wrap .gacha-howto ul li {
        color: #515151;
        margin-bottom: 10px; }
        .gacha .event-wrap .gacha-howto ul li span {
          color: #f34b5e; }
    .gacha .event-wrap .gacha-tb {
      background-color: #f1e8d6;
      border: solid 1px #cacaca;
      padding: 20px 30px;
      margin: 40px auto;
      max-width: 950px; }
      .gacha .event-wrap .gacha-tb.main td:nth-child(2), .gacha .event-wrap .gacha-tb.main td:nth-child(4) {
        width: 300px; }
      .gacha .event-wrap .gacha-tb h2 {
        color: #515151;
        text-align: center;
        margin-bottom: 20px; }
      .gacha .event-wrap .gacha-tb table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 1px; }
        .gacha .event-wrap .gacha-tb table tr:nth-child(odd) {
          background-color: rgba(255, 255, 255, 0.4); }
        .gacha .event-wrap .gacha-tb table tr:nth-child(even) {
          background-color: rgba(255, 255, 255, 0.6); }
        @media only screen and (max-width: 375px) {
          .gacha .event-wrap .gacha-tb table tr td:nth-child(odd) img {
            width: 40px; }
          .gacha .event-wrap .gacha-tb table tr td {
            padding: 5px; } }
        .gacha .event-wrap .gacha-tb table th,
        .gacha .event-wrap .gacha-tb table td {
          text-align: center;
          padding: 10px; }
        .gacha .event-wrap .gacha-tb table th {
          background-color: #d26474;
          color: #fff; }
        .gacha .event-wrap .gacha-tb table td {
          color: #515151; }
          .gacha .event-wrap .gacha-tb table td img {
            border: solid 1px #a5a5a5; }
        .gacha .event-wrap .gacha-tb table td.act_img {
          vertical-align: middle;
          position: relative; }
          .gacha .event-wrap .gacha-tb table td.act_img i img {
            cursor: pointer;
            vertical-align: middle;
            margin-top: -4px;
            margin-left: 5px;
            border: none; }
          .gacha .event-wrap .gacha-tb table td.act_img i + img {
            display: block;
            opacity: 0;
            position: absolute;
            border: solid 1px #e1495f;
            right: 0;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
          .gacha .event-wrap .gacha-tb table td.act_img i:hover + img {
            opacity: 1;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
      @media only screen and (max-width: 480px) {
        .gacha .event-wrap .gacha-tb {
          padding: 10px; }
          .gacha .event-wrap .gacha-tb h2 {
            margin-bottom: 10px; } }
      .gacha .event-wrap .gacha-tb p {
        text-align: center;
        color: #f34b5e;
        margin-top: 10px; }

/*********扭蛋機*********/
.gacha-game {
  background-color: #f9f3e7;
  text-align: center; }
  .gacha-game .gacha-area {
    padding-top: 80px;
    position: relative;
    max-width: 1200px;
    height: calc(764px + 80px);
    margin: 0 auto; }
    .gacha-game .gacha-area .alice {
      position: absolute;
      background-image: url(../img/alice.png);
      width: 548px;
      height: 646px;
      z-index: 51;
      right: calc((100% - 800px) / 2 + 500px);
      bottom: 0; }
    .gacha-game .gacha-area .gacha-outer {
      position: absolute;
      width: 620px;
      height: 739px;
      right: 0; }
      .gacha-game .gacha-area .gacha-outer:hover .turn {
        -webkit-animation: turn-brightness 0.5s ease infinite;
        animation: turn-brightness 0.5s ease infinite; }
      .gacha-game .gacha-area .gacha-outer div {
        position: absolute; }
      .gacha-game .gacha-area .gacha-outer .turn {
        width: 126px;
        height: 126px;
        background-image: url(../img/turn.png);
        background-size: 100%;
        right: 139px;
        bottom: 84px;
        z-index: 51;
        cursor: pointer; }
        .gacha-game .gacha-area .gacha-outer .turn #turn {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          right: 0; }
        .gacha-game .gacha-area .gacha-outer .turn.move {
          -webkit-animation: turn 0.3s ease-in-out 0s 2;
          animation: turn 0.3s ease-in-out 0s 2; }
      .gacha-game .gacha-area .gacha-outer .machine {
        background: url(../img/gacha_machine.png) no-repeat right top;
        background-size: contain;
        width: 100%;
        height: 100%;
        z-index: 50; }
      .gacha-game .gacha-area .gacha-outer .egg {
        width: 476px;
        height: 262px;
        overflow: hidden;
        right: 62px;
        bottom: 250px; }
        .gacha-game .gacha-area .gacha-outer .egg span {
          position: absolute;
          display: block;
          width: 129px;
          height: 129px;
          -webkit-animation: egg-inner 2.6s ease infinite;
          animation: egg-inner 2.6s ease infinite;
          background-size: 100%; }
        .gacha-game .gacha-area .gacha-outer .egg .e_01 {
          background-image: url(../img/egg_01.png);
          left: 80px;
          bottom: -50px;
          z-index: 1; }
        .gacha-game .gacha-area .gacha-outer .egg .e_02 {
          background-image: url(../img/egg_02.png);
          right: 3px;
          bottom: 10px;
          z-index: 11; }
        .gacha-game .gacha-area .gacha-outer .egg .e_03 {
          background-image: url(../img/egg_03.png);
          right: 100px;
          bottom: 90px;
          z-index: 1; }
        .gacha-game .gacha-area .gacha-outer .egg .e_04 {
          background-image: url(../img/egg_04.png);
          right: 10px;
          bottom: 110px;
          z-index: 10; }
        .gacha-game .gacha-area .gacha-outer .egg .e_05 {
          background-image: url(../img/egg_05.png);
          left: 160px;
          bottom: 100px;
          z-index: 12; }
        .gacha-game .gacha-area .gacha-outer .egg .e_06 {
          background-image: url(../img/egg_06.png);
          left: 3px;
          bottom: 70px;
          z-index: 2; }
        .gacha-game .gacha-area .gacha-outer .egg .e_07 {
          background-image: url(../img/egg_07.png);
          left: 180px;
          bottom: -10px;
          z-index: 5; }
        .gacha-game .gacha-area .gacha-outer .egg .e_08 {
          background-image: url(../img/egg_08.png);
          right: 100px;
          bottom: 50px;
          z-index: 4; }
        .gacha-game .gacha-area .gacha-outer .egg .e_09 {
          background-image: url(../img/egg_09.png);
          right: 70px;
          bottom: -30px;
          z-index: 1; }
        .gacha-game .gacha-area .gacha-outer .egg .e_10 {
          background-image: url(../img/egg_10.png);
          left: 100px;
          bottom: 20px;
          z-index: 3; }
        .gacha-game .gacha-area .gacha-outer .egg .e_11 {
          background-image: url(../img/egg_11.png);
          left: 3px;
          bottom: 0px;
          z-index: 10; }
        .gacha-game .gacha-area .gacha-outer .egg .e_12 {
          background-image: url(../img/egg_12.png);
          left: 80px;
          bottom: 90px;
          z-index: 12; }
        .gacha-game .gacha-area .gacha-outer .egg .e_03.move,
        .gacha-game .gacha-area .gacha-outer .egg .e_08.move,
        .gacha-game .gacha-area .gacha-outer .egg .e_05.move,
        .gacha-game .gacha-area .gacha-outer .egg .e_10.move {
          -webkit-animation: shake_a 0.8s ease-in-out 0s 2;
          animation: shake_a 0.8s ease-in-out 0s 2; }
        .gacha-game .gacha-area .gacha-outer .egg .e_06.move,
        .gacha-game .gacha-area .gacha-outer .egg .e_07.move,
        .gacha-game .gacha-area .gacha-outer .egg .e_04.move,
        .gacha-game .gacha-area .gacha-outer .egg .e_11.move {
          -webkit-animation: shake_b 0.8s ease-in-out 0s 2;
          animation: shake_b 0.8s ease-in-out 0s 2; }
        .gacha-game .gacha-area .gacha-outer .egg .e_02.move,
        .gacha-game .gacha-area .gacha-outer .egg .e_01.move,
        .gacha-game .gacha-area .gacha-outer .egg .e_09.move,
        .gacha-game .gacha-area .gacha-outer .egg .e_12.move {
          -webkit-animation: shake_c 0.8s ease-in-out 0s 2;
          animation: shake_c 0.8s ease-in-out 0s 2; }
      .gacha-game .gacha-area .gacha-outer .export {
        width: 150px;
        height: 140px;
        right: 332px;
        bottom: 78px;
        overflow: hidden;
        z-index: 52; }
        .gacha-game .gacha-area .gacha-outer .export .e_13 {
          position: absolute;
          display: block;
          background-image: url(../img/egg_13.png);
          width: 129px;
          height: 129px;
          top: 10px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          display: none; }
          .gacha-game .gacha-area .gacha-outer .export .e_13.move {
            -webkit-animation: ex-egg 0.8s ease-in-out 1 alternate forwards;
            animation: ex-egg 0.8s ease-in-out 1 alternate forwards; }
    @media only screen and (max-width: 768px) {
      .gacha-game .gacha-area {
        width: 100%;
        height: 550px;
        margin-top: 40px;
        padding: 0; }
        .gacha-game .gacha-area .alice {
          display: none; }
        .gacha-game .gacha-area .gacha-outer {
          position: absolute;
          margin: 0 auto;
          right: 0;
          left: 0;
          top: 0;
          bottom: 0;
          -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7);
          -webkit-transform-origin: top center;
          -ms-transform-origin: top center;
          transform-origin: top center;
          overflow: hidden; } }
    @media only screen and (max-width: 620px) {
      .gacha-game .gacha-area .gacha-outer {
        left: calc(43vw - 310px); } }
    @media only screen and (max-width: 480px) {
      .gacha-game .gacha-area {
        height: 380px; }
        .gacha-game .gacha-area .gacha-outer {
          -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
          transform: scale(0.5);
          left: calc(40vw - 310px); } }
  .gacha-game .game-ps {
    margin-top: 40px; }
    @media only screen and (max-width: 768px) {
      .gacha-game .game-ps {
        margin-top: 0; } }
    @media only screen and (max-width: 480px) {
      .gacha-game .game-ps {
        margin-top: 20px; } }

@-webkit-keyframes egg-inner {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9); } }

@keyframes egg-inner {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9); } }

@-webkit-keyframes turn-brightness {
  0% {
    -webkit-filter: brightness(1);
    filter: brightness(1); }
  50% {
    -webkit-filter: brightness(1.08);
    filter: brightness(1.08); }
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1); } }

@keyframes turn-brightness {
  0% {
    -webkit-filter: brightness(1);
    filter: brightness(1); }
  50% {
    -webkit-filter: brightness(1.08);
    filter: brightness(1.08); }
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1); } }

@-webkit-keyframes ex-egg {
  from {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5); }
  to {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  0% {
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  40% {
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  60%,
  80% {
    top: 10px;
    -webkit-transform: translateX(-50%) rotate(20deg);
    transform: translateX(-50%) rotate(20deg);
    left: 50%; }
  70%,
  90% {
    top: 10px;
    -webkit-transform: translateX(-50%) rotate(-20deg);
    transform: translateX(-50%) rotate(-20deg);
    left: 50%; }
  100% {
    top: 10px;
    -webkit-transform: translateX(-50%) rotate(30deg);
    transform: translateX(-50%) rotate(30deg);
    left: 50%; } }

@keyframes ex-egg {
  from {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5); }
  to {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  0% {
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  40% {
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  60%,
  80% {
    top: 10px;
    -webkit-transform: translateX(-50%) rotate(20deg);
    transform: translateX(-50%) rotate(20deg);
    left: 50%; }
  70%,
  90% {
    top: 10px;
    -webkit-transform: translateX(-50%) rotate(-20deg);
    transform: translateX(-50%) rotate(-20deg);
    left: 50%; }
  100% {
    top: 10px;
    -webkit-transform: translateX(-50%) rotate(30deg);
    transform: translateX(-50%) rotate(30deg);
    left: 50%; } }

@-webkit-keyframes shake_a {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 20px);
    transform: translate3d(-10px, 0, 20px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(2px, 8px, 0);
    transform: translate3d(2px, 8px, 0); } }

@keyframes shake_a {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 20px);
    transform: translate3d(-10px, 0, 20px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(2px, 8px, 0);
    transform: translate3d(2px, 8px, 0); } }

@-webkit-keyframes shake_b {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(16px, 8px, 0);
    transform: translate3d(16px, 8px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0px, 20px);
    transform: translate3d(10px, 0px, 20px); }
  15%,
  25%,
  35%,
  45% {
    -webkit-transform: translate3d(0px, 16px, 0);
    transform: translate3d(0px, 16px, 0); } }

@keyframes shake_b {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(16px, 8px, 0);
    transform: translate3d(16px, 8px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0px, 20px);
    transform: translate3d(10px, 0px, 20px); }
  15%,
  25%,
  35%,
  45% {
    -webkit-transform: translate3d(0px, 16px, 0);
    transform: translate3d(0px, 16px, 0); } }

@-webkit-keyframes shake_c {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(6px, -8px, 0);
    transform: translate3d(6px, -8px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(-2px, 0px, -10px);
    transform: translate3d(-2px, 0px, -10px); }
  15%,
  25%,
  35%,
  45% {
    -webkit-transform: translate3d(0px, -6px, 0);
    transform: translate3d(0px, -6px, 0); } }

@keyframes shake_c {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(6px, -8px, 0);
    transform: translate3d(6px, -8px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(-2px, 0px, -10px);
    transform: translate3d(-2px, 0px, -10px); }
  15%,
  25%,
  35%,
  45% {
    -webkit-transform: translate3d(0px, -6px, 0);
    transform: translate3d(0px, -6px, 0); } }

@-webkit-keyframes turn {
  25%,
  40%,
  75% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes turn {
  25%,
  40%,
  75% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

.notice {
  background-image: url(../img/star-1.png);
  padding-top: 40px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .notice {
      padding-bottom: 0; } }
  .notice .event-wrap {
    max-width: 900px; }
  .notice .notice-title {
    margin: 20px 0; }
    .notice .notice-title h2 {
      color: #219984; }
  .notice ul {
    counter-reset: li; }
    .notice ul li {
      color: #515151;
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 1.8em;
      counter-increment: li;
      padding-left: 30px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .notice ul li {
          font-weight: normal; } }
      .notice ul li span.ex {
        background-color: rgba(255, 255, 255, 0.5);
        padding: 0 8px 0 0; }
      .notice ul li span.important {
        color: #f34b5e; }
      .notice ul li span.faq {
        border-bottom: solid 1px #f34b5e;
        color: #f34b5e; }
      .notice ul li::before {
        content: counter(li);
        display: inline-block;
        position: absolute;
        left: 0;
        color: #ee233a;
        font-weight: 400;
        text-align: center;
        width: 25px; }
  .notice .notice-img {
    position: absolute;
    right: -250px;
    bottom: 50px; }
    @media only screen and (max-width: 1366px) {
      .notice .notice-img {
        position: relative;
        display: block;
        text-align: center;
        right: inherit;
        bottom: inherit;
        margin-top: 30px; }
        .notice .notice-img img {
          max-width: 100%; } }
