@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(//fonts.googleapis.com/earlyaccess/cwtexming.css);
table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var, b {
  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; }

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

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

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", serif, "Microsoft JhengHei", \5FAE\8EDF\6B63\9ED1\9AD4, PMingLiU, \65B0\7D30\660E\9AD4, sans-serif;
  color: #484848; }

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

body {
  overflow-x: hidden;
  background-color: #fefcf4; }

#gnjoy_topBar, #troSideBtn {
  z-index: 90 !important; }

.popup {
  position: fixed;
  top: 0;
  z-index: 99;
  display: none; }
  .popup-mask {
    opacity: 0.85;
    -moz-opacity: 0.85;
    filter: alpha(opacity=85);
    width: 100%;
    min-height: 110%;
    position: fixed;
    background: #000;
    z-index: 99; }
  .popup-cont {
    position: fixed;
    width: 720px;
    height: 640px;
    top: 50%;
    left: 50%;
    margin-top: -320px;
    margin-left: -360px;
    top: 55%;
    z-index: 100;
    background: url("../img/bg_06.jpg");
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; }
    .popup-cont_close {
      position: absolute;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      width: 36px;
      height: 36px;
      background-color: #f4f1e3;
      border: 5px solid #fe5387;
      top: 10px;
      right: 10px;
      cursor: pointer;
      -webkit-transition: all .3s ease-in;
      -moz-transition: all .3s ease-in;
      -ms-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in; }
      .popup-cont_close span {
        display: block;
        width: 32px;
        height: 6px;
        background-color: #fe5387;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px; }
        .popup-cont_close span:first-child {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          margin-top: 15px;
          margin-left: 2px; }
        .popup-cont_close span:last-child {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          margin-top: -6px;
          margin-left: 2px; }
      .popup-cont_close:hover {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        border: 5px solid #f3336e; }
        .popup-cont_close:hover span {
          background-color: #f3336e; }
    .popup-cont_top {
      background-color: #fe5387;
      padding: 20px 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-bottom: 10px;
      border-radius: 28px 28px 0 0;
      top: 0;
      text-align: center; }
      .popup-cont_top-img {
        width: 128px;
        height: 151px;
        position: relative;
        margin: 0 auto;
        margin-top: -100px; }
      .popup-cont_top-title {
        font-size: 24px;
        font-weight: bold;
        color: #f4f1e3; }
    .popup-cont #loadingPage {
      position: relative;
      width: 100%;
      height: 500px; }
  @media only screen and (max-width: 768px) {
    .popup-cont {
      width: 96%;
      margin-left: -48%; }
      .popup-cont #loadingPage {
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll; } }
  @media only screen and (max-width: 414px) {
    .popup-cont {
      height: 80vh;
      margin-top: -40vh; }
      .popup-cont_top {
        padding-bottom: 4px; }
        .popup-cont_top-img {
          width: 100px;
          height: 118px;
          margin-top: -80px; }
          .popup-cont_top-img img {
            width: 100%; }
        .popup-cont_top-title {
          font-size: 21px; }
      .popup-cont #loadingPage {
        height: calc(80vh - 116px); } }

.links {
  position: fixed;
  z-index: 10;
  right: 10px;
  top: 60px; }
  .links li {
    width: 42px;
    height: 42px;
    background-color: #19bec5;
    cursor: pointer; }
    .links li:not(:first-child) {
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      margin-bottom: 3px; }
      .links li:not(:first-child) a {
        width: 100%;
        height: 100%;
        display: block; }
  .links__01 {
    border-radius: 20px;
    margin-bottom: 6px;
    background: url("../img/icon_voice.png") 50% 50% no-repeat;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .links__01.is--active {
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      background: #19bec5 url("../img/icon_mute.png") 50% 50% no-repeat;
      -webkit-animation: shineAudio .5s linear .5s infinite;
      animation: shineAudio .5s linear .5s infinite; }
  .links__02 {
    background: url("../img/icon_download.png") 50% 50% no-repeat; }
  .links__03 {
    background: url("../img/icon_fb.png") 50% 50% no-repeat; }
  .links__04 {
    background: url("../img/icon_baha.png") 50% 50% no-repeat; }
  @media only screen and (max-width: 768px) {
    .links {
      right: 4px;
      top: 10px; } }

@media only screen and (max-width: 414px) {
  .links__01, audio {
    display: none; } }

.header {
  position: relative;
  width: 100%;
  height: 690px;
  background: url("../img/bg_01.jpg") 50% 0% no-repeat; }
  .header-wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    max-width: 1024px; }
  .header-logo {
    width: 122px;
    height: 85px;
    background: url("../img/logo.png");
    position: absolute;
    top: 64px;
    left: 238px;
    z-index: 9; }
    .header-logo a {
      width: 100%;
      height: 100%;
      display: block; }
  .header-slogan {
    width: 640px;
    height: 400px;
    background: url("../img/slogan.png");
    position: absolute;
    top: 108px;
    left: -16px; }
  .header-gift {
    position: relative;
    z-index: 6;
    left: 164px; }
    .header-gift > div {
      position: absolute;
      opacity: 0; }
    .header-gift__btn {
      width: 280px;
      height: 112px;
      background: url("../img/gift_btn.png") 50% 50% no-repeat;
      z-index: 10;
      top: 388px;
      left: 16px;
      cursor: pointer;
      -webkit-animation: move 1s linear infinite;
      animation: move 1s linear infinite; }
      .header-gift__btn a {
        width: 100%;
        height: 100%;
        display: block;
        text-indent: -9999px;
        color: #fff; }
      .header-gift__btn:before, .header-gift__btn:after {
        display: block;
        content: '';
        position: absolute; }
      .header-gift__btn:before {
        width: 16px;
        height: 20px;
        right: 22px;
        top: 12px;
        background: url("../img/shine_01.png") 50% 50% no-repeat;
        -webkit-animation: shine .75s linear infinite;
        animation: shine .75s linear infinite; }
      .header-gift__btn:after {
        width: 12px;
        height: 15px;
        right: 38px;
        top: 26px;
        background: url("../img/shine_02.png") 50% 50% no-repeat;
        -webkit-animation: shine .75s linear .5s infinite;
        animation: shine .75s linear .5s infinite; }
    .header-gift__poring {
      width: 243px;
      height: 220px;
      background: url("../img/gift_poring.png") 50% 50% no-repeat;
      z-index: 8;
      top: 502px;
      left: 12px; }
    .header-gift__cap {
      width: 234px;
      height: 105px;
      background: url("../img/gift_cap.png") 50% 50% no-repeat;
      z-index: 7;
      top: 584px;
      left: 96px; }
    .header-gift__shadow {
      width: 325px;
      height: 109px;
      background: url("../img/gift_shadow.png") 50% 50% no-repeat;
      top: 630px; }
  .header-create {
    width: 234px;
    height: 334px;
    position: absolute;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform-origin: 50% 50% 0;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear; }
    .header-create__pic {
      position: absolute;
      top: 48px;
      left: 84px;
      width: 68px;
      height: 100px;
      overflow: hidden; }
    .header-create--boy {
      background: url("../img/createBg_boy.png") no-repeat;
      left: calc(100vw - 1780px);
      top: 104px;
      transform: perspective(702px) rotate3d(0, 1, 0, 30deg);
      -webkit-transform: perspective(702px) rotate3d(0, 1, 0, 30deg);
      opacity: 0; }
      .header-create--boy.is--rotate {
        opacity: 0;
        -webkit-animation: rotateBoy 1.5s linear .7s forwards;
        animation: rotateBoy 1.5s linear .7s forwards; }
      .header-create--boy:hover {
        opacity: 0.95 !important;
        transform: perspective(702px) rotate3d(0, 1, 0, 0deg);
        -webkit-transform: perspective(702px) rotate3d(0, 1, 0, 0deg); }
    .header-create--girl {
      background: url("../img/createBg_girl.png") no-repeat;
      right: calc(100vw - 1760px);
      top: 54px;
      transform: perspective(702px) rotate3d(0, 1, 0, -30deg);
      -webkit-transform: perspective(702px) rotate3d(0, 1, 0, -30deg);
      opacity: 0; }
      .header-create--girl.is--rotate {
        opacity: 0;
        -webkit-animation: rotateGirl 1.5s linear .85s forwards;
        animation: rotateGirl 1.5s linear .85s forwards; }
      .header-create--girl:hover {
        opacity: 0.95 !important;
        transform: perspective(702px) rotate3d(0, 1, 0, 0deg);
        -webkit-transform: perspective(702px) rotate3d(0, 1, 0, 0deg); }
  @media screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1280px), screen and (-o-min-device-pixel-ratio: 5/4) and (min-width: 1280px), screen and (min-resolution: 120dpi) and (min-width: 1280px) {
    .header {
      background-size: auto 100%;
      height: 620px; }
      .header-logo {
        top: 46px;
        left: 254px; }
      .header-slogan {
        left: 0;
        top: 82px; }
      .header-gift {
        left: 150px;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9); }
      .header-create--boy {
        left: 26px; }
      .header-create--girl {
        right: 68px; } }
  @media only screen and (max-width: 1024px) {
    .header {
      background-size: auto 100%;
      height: 654px; }
      .header-create {
        display: none; } }
  @media only screen and (max-width: 768px) {
    .header {
      background: url("../img/bg_01_s.jpg") 50% 0% no-repeat;
      height: 67.5vw;
      background-size: 100%; }
      .header-logo {
        width: 15vw;
        height: 10.46vw;
        top: 4.5vw;
        left: 21.5vw;
        background-size: 100%;
        background-repeat: no-repeat; }
      .header-slogan {
        width: 66vw;
        height: 41.25vw;
        background-size: 100%;
        background-repeat: no-repeat;
        top: 10vw;
        left: -3.5vw; }
      .header-gift {
        left: 0; }
        .header-gift__btn {
          background-image: url("");
          width: 35vw;
          height: 8.5vw;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          border-radius: 10px;
          background-color: #e7272d;
          text-align: center;
          top: 37vw;
          left: 12.5vw;
          -webkit-animation-play-state: paused;
          animation-play-state: paused;
          opacity: 1; }
          .header-gift__btn a {
            font-size: 4.5vw;
            text-indent: 0;
            margin-top: 0.8vw; }
          .header-gift__btn:after {
            display: none; }
          .header-gift__btn:before {
            background-image: url("");
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 6px 0 6px;
            border-color: #e7272d transparent transparent transparent;
            right: 10vw;
            top: auto;
            bottom: -8px;
            -webkit-animation-play-state: paused;
            animation-play-state: paused;
            opacity: 1 !important;
            -webkit-filter: brightness(100%) !important;
            filter: brightness(100%) !important; }
        .header-gift__poring, .header-gift__cap, .header-gift__shadow {
          display: none; } }

.method {
  position: relative; }
  .method-take {
    width: 100%;
    height: 220px;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../img/bg_04.jpg");
    z-index: 1;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
    .method-take_btn {
      position: absolute;
      right: calc( ( 100%  - 1020px ) / 2);
      width: 156px;
      height: 156px;
      border: 5px solid #484848;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      line-height: 1.15;
      font-weight: bold;
      cursor: pointer;
      overflow: hidden;
      color: #484848;
      display: block; }
      .method-take_btn:after {
        width: 110%;
        height: 3px;
        background-color: #484848;
        display: block;
        content: '';
        position: absolute;
        bottom: 36px;
        left: -110%;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in; }
      .method-take_btn p {
        position: relative;
        font-size: 40px;
        margin: 14px 0 6px;
        padding: 0;
        z-index: 3; }
      .method-take_btn .br {
        display: block; }
      .method-take_btn .go {
        position: relative;
        display: inline-block;
        background-color: #484848;
        font-size: 18px;
        color: #b5ab9b;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        padding: 1px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 3;
        overflow: hidden;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in; }
      @media only screen and (min-width: 1281px) {
        .method-take_btn:hover .go {
          background-color: transparent;
          color: #484848;
          font-weight: 900;
          font-size: 24px;
          padding: 0 10px; }
        .method-take_btn:hover:after {
          left: 5%; } }
  .method-intro {
    position: relative;
    width: calc( 100% - ( ( 100%  - 480px ) / 2 ));
    margin-top: -24px;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../img/bg_03.jpg");
    position: absolute;
    z-index: 2;
    top: 0;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    height: 272px; }
    .method-intro:after {
      display: block;
      content: "";
      position: absolute;
      right: -85px;
      top: 0;
      background: url("../img/bg_05.png") 50% 0% no-repeat;
      width: 86px;
      height: 276px; }
    .method-intro_wrap {
      padding-top: 50px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      width: 100%;
      padding-left: calc( ( 100%  - 540px ) / 2);
      -webkit-box-shadow: inset h v blur spread rgba(0, 0, 0, 0.5);
      box-shadow: inset h v blur spread rgba(0, 0, 0, 0.5); }
    .method-intro__txt {
      border-bottom: 1px dashed #484848;
      padding-bottom: 15px;
      font-size: 15px; }
      .method-intro__txt span {
        background-color: #484848;
        margin-right: 4px;
        color: #fff;
        padding: 2px 10px;
        border-radius: 20px;
        font-size: 14px; }
    .method-intro_btn {
      margin-top: 15px;
      text-align: center; }
      .method-intro_btn li {
        position: relative;
        display: inline-block;
        background-color: #484848;
        width: 42%;
        margin: 0 2%;
        height: 98px;
        cursor: pointer;
        vertical-align: top;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        padding: 20px 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in; }
        .method-intro_btn li:after {
          display: block;
          -moz-border-radius: 20px;
          -webkit-border-radius: 20px;
          border-radius: 20px;
          content: "";
          position: absolute;
          width: 100%;
          height: 96px;
          border: 1px solid #484848;
          top: 6px;
          left: 6px; }
        .method-intro_btn li .btn__icon {
          width: 58px;
          height: 58px;
          background: url("../img/icon_gift.png") 50% 50% no-repeat;
          background-size: 100%;
          padding-top: 28px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          color: #484848;
          font-weight: 900;
          font-size: 18px;
          float: left;
          z-index: 2;
          position: relative; }
        .method-intro_btn li .btn__txt {
          position: relative;
          text-align: right;
          line-height: 1;
          z-index: 2; }
          .method-intro_btn li .btn__txt div:first-child {
            color: #7ec1ba;
            font-size: 18px; }
            .method-intro_btn li .btn__txt div:first-child .br span {
              border-bottom: 2px solid #7ec1ba; }
          .method-intro_btn li .btn__txt div:last-child {
            margin-top: 10px;
            color: #fff;
            font-size: 30px; }
            .method-intro_btn li .btn__txt div:last-child:before, .method-intro_btn li .btn__txt div:last-child:after {
              position: absolute;
              display: block;
              content: '';
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 5px 0 5px 10px;
              border-color: transparent transparent transparent #ffffff;
              right: 150px;
              bottom: 6px; }
            .method-intro_btn li .btn__txt div:last-child:after {
              right: 132px; }
        @media only screen and (min-width: 1281px) {
          .method-intro_btn li:hover {
            background-color: #3b3b3b; }
            .method-intro_btn li:hover .btn__txt div:last-child:before {
              -webkit-animation: runBefore .75s linear infinite;
              animation: runBefore .75s linear infinite; }
            .method-intro_btn li:hover .btn__txt div:last-child:after {
              -webkit-animation: runAfter .75s linear  infinite;
              animation: runAfter .75s linear  infinite; } }
        .method-intro_btn li:after {
          clear: both;
          content: "";
          display: table; }
  @media screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1280px), screen and (-o-min-device-pixel-ratio: 5/4) and (min-width: 1280px), screen and (min-resolution: 120dpi) and (min-width: 1280px) {
    .method-intro_wrap {
      padding-top: 44px;
      padding-left: calc( ( 100% - 600px ) / 2); }
    .method-intro__txt span {
      margin-right: 4px; }
    .method-intro_btn {
      margin-top: 15px;
      text-align: center; }
      .method-intro_btn li {
        position: relative;
        display: inline-block;
        background-color: #484848;
        width: 44%;
        margin: 0 2%;
        cursor: pointer;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        padding: 20px 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .method-intro_btn li:after {
          display: block;
          -moz-border-radius: 20px;
          -webkit-border-radius: 20px;
          border-radius: 20px;
          content: "";
          position: absolute;
          width: 100%;
          height: 96px;
          border: 1px solid #484848;
          top: 6px;
          left: 6px; }
        .method-intro_btn li .btn__txt div:first-child {
          font-size: 16px; } }
  @media only screen and (max-width: 1024px) {
    .method-take {
      position: relative;
      height: auto;
      padding: 20px 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .method-take_btn {
        display: inline-block;
        position: relative;
        right: 0;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 5px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .method-take_btn:after {
          display: none; }
        .method-take_btn p {
          margin: 0 0 4px; }
        .method-take_btn .br {
          display: inline; }
    .method-intro {
      position: relative;
      width: 100%;
      height: auto;
      margin-top: 0; }
      .method-intro_wrap {
        position: relative;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 50px; }
      .method-intro:after {
        display: none; }
      .method-intro__txt {
        line-height: 2; } }
  @media only screen and (max-width: 768px) {
    .method-intro_wrap {
      padding-top: 0; }
    .method-intro_btn li {
      width:350px;
      padding: 20px 20px;
      height: auto; }
      
      
  @media only screen and (max-width: 414px) {
    .method-take_btn {
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      border: 4px solid #484848;
      width: 100%; }
      .method-take_btn p {
        font-size: 30px; }
    .method-intro__txt {
      text-align: center;
      line-height: 1.5; }
      .method-intro__txt span {
        display: block; }
    .method-intro_btn li {
      display: block;
      margin: 0;
      width: 100%;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      padding: 10px; }
      .method-intro_btn li:after {
        display: none; }
      .method-intro_btn li:first-child {
        margin-bottom: 10px; }
      .method-intro_btn li .btn__icon {
        display: none; }
        .method-intro_btn li .btn__txt div:last-child:after {
          right: auto;
          left: 14px; } }
      .method-intro_btn li .btn__txt div:first-child {
        height: 22px;
        text-align: center; }
        .method-intro_btn li .btn__txt div:first-child .br {
          display: inline;
          line-height: 1.5; }
      .method-intro_btn li .btn__txt div:last-child {
        text-align: center;
        font-size: 30px; }
        .method-intro_btn li .btn__txt div:last-child:before, .method-intro_btn li .btn__txt div:last-child:after {
          display: none; } }

@-webkit-keyframes rotateBoy {
  0% {
    opacity: 0;
    -webkit-transform: perspective(702px) rotate3d(0, 1, 0, 100deg);
    transform: perspective(702px) rotate3d(0, 1, 0, 100deg); }
  80% {
    opacity: .6;
    -webkit-transform: perspective(702px) rotate3d(0, 1, 0, 780deg);
    transform: perspective(702px) rotate3d(0, 1, 0, 780deg); }
  100% {
    opacity: .8;
    -webkit-transform: perspective(702px) rotate3d(0, 1, 0, 750deg);
    transform: perspective(702px) rotate3d(0, 1, 0, 750deg); } }

@keyframes rotateBoy {
  0% {
    opacity: 0;
    -webkit-transform: perspective(702px) rotate3d(0, 1, 0, 100deg);
    transform: perspective(702px) rotate3d(0, 1, 0, 100deg); }
  80% {
    opacity: .6;
    -webkit-transform: perspective(702px) rotate3d(0, 1, 0, 780deg);
    transform: perspective(702px) rotate3d(0, 1, 0, 780deg); }
  100% {
    opacity: .8;
    -webkit-transform: perspective(702px) rotate3d(0, 1, 0, 750deg);
    transform: perspective(702px) rotate3d(0, 1, 0, 750deg); } }

@-webkit-keyframes rotateGirl {
  0% {
    opacity: 0;
    -webkit-transform: perspective(702px) rotate3d(0, 1, 0, 100deg);
    transform: perspective(702px) rotate3d(0, 1, 0, 100deg); }
  80% {
    opacity: .6;
    -webkit-transform: perspective(702px) rotate3d(0, 1, 0, -780deg);
    transform: perspective(702px) rotate3d(0, 1, 0, -780deg); }
  100% {
    opacity: .8;
    -webkit-transform: perspective(702px) rotate3d(0, 1, 0, -750deg);
    transform: perspective(702px) rotate3d(0, 1, 0, -750deg); } }

@keyframes rotateGirl {
  0% {
    opacity: 0;
    -webkit-transform: perspective(702px) rotate3d(0, 1, 0, 100deg);
    transform: perspective(702px) rotate3d(0, 1, 0, 100deg); }
  80% {
    opacity: .6;
    -webkit-transform: perspective(702px) rotate3d(0, 1, 0, -780deg);
    transform: perspective(702px) rotate3d(0, 1, 0, -780deg); }
  100% {
    opacity: .8;
    -webkit-transform: perspective(702px) rotate3d(0, 1, 0, -750deg);
    transform: perspective(702px) rotate3d(0, 1, 0, -750deg); } }

@-webkit-keyframes shine {
  0%, 100% {
    opacity: 1;
    -webkit-filter: brightness(125%);
    filter: brightness(125%); }
  50% {
    opacity: .6;
    -webkit-filter: brightness(100%);
    filter: brightness(100%); } }

@keyframes shine {
  0%, 100% {
    opacity: 1;
    -webkit-filter: brightness(125%);
    filter: brightness(125%); }
  50% {
    opacity: .6;
    -webkit-filter: brightness(100%);
    filter: brightness(100%); } }

@-webkit-keyframes shineAudio {
  0%, 100% { }
  50% {
    background-color: #0faba9; } }

@keyframes shineAudio {
  0%, 100% { }
  50% {
    background-color: #0faba9; } }

@-webkit-keyframes move {
  0%, 100% {
    margin-top: 0px; }
  50% {
    margin-top: 6px; } }

@keyframes move {
  0%, 100% {
    margin-top: 0px; }
  50% {
    margin-top: 6px; } }

@-webkit-keyframes runBefore {
  0%, 100% {
    right: 150px;
    opacity: 1; }
  50%, 60% {
    right: 146px;
    opacity: .5; } }

@keyframes runBefore {
  0%, 100% {
    right: 150px;
    opacity: 1; }
  50%, 60% {
    right: 146px;
    opacity: .5; } }

@-webkit-keyframes runAfter {
  0%, 100% {
    right: 132px;
    opacity: .5; }
  50%, 60% {
    right: 128px;
    opacity: 1; } }

@keyframes runAfter {
  0%, 100% {
    right: 132px;
    opacity: .5; }
  50%, 60% {
    right: 128px;
    opacity: 1; } }

.notice {
  background: url("../img/bg_02.jpg") 50% 50% no-repeat; }
  .notice-wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    max-width: 800px;
    padding: 100px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .notice h2 {
    text-align: center;
    width: 143px;
    height: 36px;
    margin: 0 auto;
    position: relative;
    background: url("../img/h2.png") no-repeat;
    background-size: 100%;
    text-indent: -9999px; }
  .notice-txt {
    position: relative;
    width: 100%;
    margin: 30px auto 0; }
    .notice-txt:before {
      width: calc(100% + 36px);
      height: calc(100% + 6px);
      border: 1px solid #999;
      display: block;
      content: '';
      position: absolute;
      z-index: 0;
      top: 10px;
      left: -18px; }
    .notice-txt:after {
      width: calc(100% + 14px);
      height: calc(100% + 18px);
      border: 1px solid #c8c1aa;
      display: block;
      content: '';
      position: absolute;
      z-index: 0;
      top: -14px;
      left: -10px; }
    .notice-txt ol {
      position: relative;
      background-color: rgba(255, 253, 244, 0.7);
      padding: 40px 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 2;
      text-align: center;
      width: 100%;
      font-size: 15px; }
      .notice-txt ol li:not(:last-child) {
        margin-bottom: 6px; }
      .notice-txt ol li span {
        font-style: italic;
        margin-right: 6px;
        color: #fe5387;
        font-weight: bold;
        font-size: 13px; }
      .notice-txt ol li a {
        color: #fe5387;
        border-bottom: 1px solid #fe5387; }
  @media only screen and (max-width: 768px) {
    .notice-wrap {
      padding: 50px 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .notice-txt {
      width: 92%; } }
  @media only screen and (max-width: 414px) {
    .notice-txt:before {
      width: calc(100% + 32px);
      left: -16px; }
    .notice-txt ol {
      padding: 20px 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
