@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
* {
  -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: 36px;
  font-weight: bold; }

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

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

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

p {
  font-size: 18px; }

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

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #fbf7f0; }

body {
  line-height: 1.5;
  font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
  font-size: 18px;
  overflow-x: hidden;
  color: #1e1e1e; }

footer {
  background-color: #4b392b; }

.wrapper {
  width: 100%;
  margin: 0 auto; }

.main_container {
  position: relative;
  height: 890px;
  overflow: hidden;
  background-image: url(../img/bg_l.jpg);
  background-repeat: no-repeat;
  background-position: center top; }
  .main_container > .logo {
    position: absolute;
    z-index: 10;
    top: calc(100px + 20px);
    left: 22px;
    cursor: pointer;
    font-size: 0; }
    .main_container > .logo img {
      width: 150px; }
  .main_container .gamelogos {
    width: 200px;
    height: 0;
    position: absolute;
    top: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(#4b392b), color-stop(80%, rgba(75, 57, 43, 0.5)));
    background: -webkit-linear-gradient(#4b392b, rgba(75, 57, 43, 0.5) 80%);
    background: -o-linear-gradient(#4b392b, rgba(75, 57, 43, 0.5) 80%);
    background: linear-gradient(#4b392b, rgba(75, 57, 43, 0.5) 80%);
    z-index: 3;
    -webkit-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out; }
    .main_container .gamelogos.active {
      height: calc(100% - 200px);
      opacity: 1; }
      .main_container .gamelogos.active ul {
        pointer-events: all; }
    .main_container .gamelogos ul {
      pointer-events: none;
      margin: 0 auto;
      position: relative;
      top: 155px;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
      transform-origin: center top; }
      .main_container .gamelogos ul.active li {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1; }
        .main_container .gamelogos ul.active li:nth-child(1) {
          -webkit-transition: all .1s ease-in-out;
          -o-transition: all .1s ease-in-out;
          transition: all .1s ease-in-out; }
        .main_container .gamelogos ul.active li:nth-child(2) {
          -webkit-transition: all .1s .1s ease-in-out;
          -o-transition: all .1s .1s ease-in-out;
          transition: all .1s .1s ease-in-out; }
        .main_container .gamelogos ul.active li:nth-child(3) {
          -webkit-transition: all .1s .2s ease-in-out;
          -o-transition: all .1s .2s ease-in-out;
          transition: all .1s .2s ease-in-out; }
        .main_container .gamelogos ul.active li:nth-child(4) {
          -webkit-transition: all .1s .3s ease-in-out;
          -o-transition: all .1s .3s ease-in-out;
          transition: all .1s .3s ease-in-out; }
        .main_container .gamelogos ul.active li:nth-child(5) {
          -webkit-transition: all .1s .4s ease-in-out;
          -o-transition: all .1s .4s ease-in-out;
          transition: all .1s .4s ease-in-out; }
      .main_container .gamelogos ul li {
        margin-bottom: 15px;
        opacity: 0;
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
        -webkit-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out; }
        .main_container .gamelogos ul li.gamelogos_ro1 img {
          width: 56%; }
        .main_container .gamelogos ul li.gamelogos_rom img {
          width: 57%; }
        .main_container .gamelogos ul li.gamelogos_rox img {
          width: 62%; }
        .main_container .gamelogos ul li.gamelogos_roo img {
          width: 63%; }
      .main_container .gamelogos ul a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center; }
      .main_container .gamelogos ul img {
        max-width: 100%;
        width: 50%; }
  .main_container .film {
    font-size: 0;
    width: 100%;
    height: 100px;
    background-repeat: repeat-x;
    background-position: left center;
    position: relative;
    overflow: hidden; }
    .main_container .film_top > div {
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url(../img/film_top.jpg);
      -webkit-transition: all 0.1s;
      -o-transition: all 0.1s;
      transition: all 0.1s; }
    .main_container .film_top div:nth-child(1) {
      -webkit-animation: marquee1 100s linear infinite;
      animation: marquee1 100s linear infinite;
      left: 0%; }
    .main_container .film_top div:nth-child(2) {
      -webkit-animation: marquee2 100s linear infinite;
      animation: marquee2 100s linear infinite;
      left: 100%; }
    .main_container .film_bottom > div {
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url(../img/film_bottom.jpg); }
    .main_container .film_bottom div:nth-child(1) {
      animation: marquee1 100s linear infinite reverse;
      left: 0%; }
    .main_container .film_bottom div:nth-child(2) {
      animation: marquee2 100s linear infinite reverse;
      left: 100%; }

@-webkit-keyframes marquee1 {
  from {
    left: 0%; }
  to {
    left: -100%; } }

@keyframes marquee1 {
  from {
    left: 0%; }
  to {
    left: -100%; } }

@-webkit-keyframes marquee2 {
  from {
    left: 100%; }
  to {
    left: 0%; } }

@keyframes marquee2 {
  from {
    left: 100%; }
  to {
    left: 0%; } }
  .main_container .main_content {
    position: relative;
    height: 690px;
    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;
    z-index: 2; }
    .main_container .main_content .playBtn {
      width: 56px;
      height: 56px;
      position: absolute;
      cursor: pointer;
      z-index: 5; }
      .main_container .main_content .playBtn .background {
        width: 100%;
        height: 100%;
        background-image: url(../img/play_btn.png);
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-animation: videoBtn 7s ease-in-out infinite;
        animation: videoBtn 7s ease-in-out infinite; }
      .main_container .main_content .playBtn .play {
        position: absolute;
        left: 22px;
        top: 16px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 0 12px 20px;
        border-color: transparent transparent transparent #FFF8AF; }
    .main_container .main_content .logo {
      display: none;
      position: absolute;
      left: 25px;
      top: 20px;
      z-index: 10; }
    .main_container .main_content .left {
      margin-left: 30px; }
      .main_container .main_content .left .slogan {
        position: relative;
        margin-top: 60px; }
        .main_container .main_content .left .slogan .back {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          top: -91px; }
        .main_container .main_content .left .slogan .front {
          text-align: center; }
        .main_container .main_content .left .slogan img {
          position: relative;
          z-index: 2; }
        .main_container .main_content .left .slogan .playBtn {
          display: none; }
      .main_container .main_content .left .btns {
        position: relative;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .main_container .main_content .left .btns > div {
          width: 115px;
          margin: 8px;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
          .main_container .main_content .left .btns > div img {
            max-width: 100%; }
          .main_container .main_content .left .btns > div:hover {
            -webkit-transform: rotate(6deg);
            -ms-transform: rotate(6deg);
            transform: rotate(6deg); }
    .main_container .main_content .character {
      position: relative; }
      .main_container .main_content .character .sidetext {
        position: absolute;
        right: -67px;
        top: 72px; }
      .main_container .main_content .character .playBtn {
        right: -61px;
        top: 479px; }
      .main_container .main_content .character::after {
        content: "";
        display: block;
        width: 113px;
        height: 83px;
        background-image: url(../img/poring.png);
        position: absolute;
        left: 17px;
        bottom: 64px;
        z-index: 2;
        -webkit-animation: poring 3s infinite;
        animation: poring 3s infinite; }
    .main_container .main_content #bgm {
      display: none; }
    .main_container .main_content .bgmIcon {
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 0;
      cursor: pointer; }
      .main_container .main_content .bgmIcon span {
        display: inline-block;
        width: 4px;
        height: 16px;
        background-color: #4b392b;
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom; }
        .main_container .main_content .bgmIcon span:nth-child(1) {
          margin-right: 3px;
          -webkit-animation: bgmIcon infinite 0.5s alternate ease-in-out;
          animation: bgmIcon infinite 0.5s alternate ease-in-out; }
        .main_container .main_content .bgmIcon span:nth-child(2) {
          margin-right: 3px;
          -webkit-animation: bgmIcon infinite 0.5s 0.3s alternate ease-in-out;
          animation: bgmIcon infinite 0.5s 0.3s alternate ease-in-out; }
        .main_container .main_content .bgmIcon span:nth-child(3) {
          -webkit-animation: bgmIcon infinite 0.5s -0.2s alternate ease-in-out;
          animation: bgmIcon infinite 0.5s -0.2s alternate ease-in-out; }
        .main_container .main_content .bgmIcon span.paused {
          -webkit-animation-play-state: paused;
          animation-play-state: paused; }

@-webkit-keyframes bgmIcon {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  to {
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3); } }

@keyframes bgmIcon {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  to {
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3); } }

@-webkit-keyframes poring {
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@keyframes poring {
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@-webkit-keyframes videoBtn {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  40% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  60% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes videoBtn {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  40% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  60% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .main_container .video {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    overflow: hidden;
    z-index: 99999999; }
    .main_container .video .videoWrap video {
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .main_container .video .skipBtn {
      position: absolute;
      right: 15px;
      top: 10px;
      font-size: 24px;
      font-family: serif;
      color: #fff;
      cursor: pointer;
      text-shadow: 0 0 3px #000; }
    .main_container .video .sound {
      position: absolute;
      left: 15px;
      top: 12px;
      cursor: pointer;
      background-image: url(../img/sound-off.png);
      background-size: auto 23px;
      background-position: center center;
      background-repeat: no-repeat;
      vertical-align: middle;
      width: 35px;
      height: 24px; }
      .main_container .video .sound.on {
        background-image: url(../img/sound-on.png); }

.ingameEvent_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: none; }

.mask {
  width: 100%;
  height: 0px;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  -webkit-transition: height 0.3s ease-in;
  -o-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
  z-index: 999; }
  .mask.show {
    height: 100%; }

.ingameBtns {
  width: 100%;
  height: 100%;
  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; }
  .ingameBtns .close {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    border: 1px solid #cebb80;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .ingameBtns .close:hover {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); }
    .ingameBtns .close span {
      display: block;
      background-color: #cebb80;
      width: 30px;
      height: 2px;
      position: absolute; }
      .ingameBtns .close span:nth-child(1) {
        left: 8px;
        top: 21px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .ingameBtns .close span:nth-child(2) {
        left: 7px;
        top: 21px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .ingameBtns .gameBtn {
    width: 550px;
    height: 100px;
    border: 1px solid #cebb80;
    margin-top: 20px;
    border-radius: 10px 50px 10px 50px;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
    .ingameBtns .gameBtn > a {
      display: block;
      width: 100%;
      height: 100%; }
    .ingameBtns .gameBtn_ro1 {
      background-image: url(../img/ingame_btn1_bw.jpg);
      -webkit-animation: fadeInLeft 0.5s ease-in-out both;
      animation: fadeInLeft 0.5s ease-in-out both; }
      .ingameBtns .gameBtn_ro1:hover {
        background-image: url(../img/ingame_btn1.jpg); }
    .ingameBtns .gameBtn_rom {
      background-image: url(../img/ingame_btn2_bw.jpg);
      -webkit-animation: fadeInLeft 0.5s 0.2s ease-in-out both;
      animation: fadeInLeft 0.5s 0.2s ease-in-out both; }
      .ingameBtns .gameBtn_rom:hover {
        background-image: url(../img/ingame_btn2.jpg); }
    .ingameBtns .gameBtn_rox {
      background-image: url(../img/ingame_btn3_bw.jpg);
      -webkit-animation: fadeInLeft 0.5s 0.4s ease-in-out both;
      animation: fadeInLeft 0.5s 0.4s ease-in-out both; }
      .ingameBtns .gameBtn_rox:hover {
        background-image: url(../img/ingame_btn3.jpg); }
    .ingameBtns .gameBtn_roa {
      background-image: url(../img/ingame_btn4_bw.jpg);
      -webkit-animation: fadeInLeft 0.5s 0.6s ease-in-out both;
      animation: fadeInLeft 0.5s 0.6s ease-in-out both; }
      .ingameBtns .gameBtn_roa:hover {
        background-image: url(../img/ingame_btn4.jpg); }
    .ingameBtns .gameBtn_roo {
      background-image: url(../img/ingame_btn5_bw.jpg);
      -webkit-animation: fadeInLeft 0.5s 0.8s ease-in-out both;
      animation: fadeInLeft 0.5s 0.8s ease-in-out both; }
      .ingameBtns .gameBtn_roo:hover {
        background-image: url(../img/ingame_btn5.jpg); }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@media only screen and (max-width: 1280px) {
  .main_container {
    height: auto; }
    .main_container img {
      max-width: 100%; }
    .main_container .main_content {
      height: auto; }
      .main_container .main_content .logo {
        width: 13%;
        left: 15px;
        top: 10px; }
      .main_container .main_content .left {
        width: 45%; }
        .main_container .main_content .left .slogan .back {
          width: 87%;
          top: -34%; }
        .main_container .main_content .left .slogan .playBtn {
          display: block;
          right: 15%;
          top: 5%;
          width: 5vw;
          height: 5vw; }
          .main_container .main_content .left .slogan .playBtn .play {
            left: 2vw;
            top: 1.5vw;
            border-width: 1.1vw 0 1.1vw 1.6vw; }
      .main_container .main_content .character {
        margin-top: -2%;
        margin-bottom: -2%; }
        .main_container .main_content .character .sidetext {
          display: none; }
        .main_container .main_content .character .playBtn {
          display: none; } }

@media only screen and (max-width: 1024px) {
  .main_container {
    background-image: url(../img/bg_m.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; }
    .main_container .main_content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 30%; }
      .main_container .main_content .logo {
        width: 23%; }
      .main_container .main_content .left {
        width: 100%;
        margin-left: 0;
        padding-top: 8vw; }
        .main_container .main_content .left .slogan {
          margin-bottom: 5vw; }
          .main_container .main_content .left .slogan .front {
            width: 80%;
            margin: 0 auto;
            text-align: center; }
            .main_container .main_content .left .slogan .front img {
              max-width: 90%; }
          .main_container .main_content .left .slogan .back {
            width: 55%;
            max-width: 536px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
          .main_container .main_content .left .slogan .playBtn {
            width: 56px;
            height: 56px;
            right: 15%;
            top: 100%; }
            .main_container .main_content .left .slogan .playBtn .play {
              left: 22px;
              top: 16px;
              border-width: 12px 0 12px 20px; }
        .main_container .main_content .left .btns {
          width: 100%;
          position: absolute;
          z-index: 3;
          top: 82%; }
          .main_container .main_content .left .btns > div {
            width: 15%; }
      .main_container .main_content .character {
        z-index: 2; }
    .main_container .video {
      display: none;
      position: fixed; } }

@media only screen and (max-width: 768px) {
  .main_container .gamelogos {
    width: 0;
    height: calc(100% - 200px);
    background: rgba(75, 57, 43, 0.9);
    -webkit-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out; }
    .main_container .gamelogos.active {
      width: 100%; }
      .main_container .gamelogos.active ul li {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
    .main_container .gamelogos ul {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
      .main_container .gamelogos ul li {
        margin-bottom: 5vw;
        -webkit-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
        transform: translateX(-200px);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center; }
        .main_container .gamelogos ul li.gamelogos_ro1 img {
          width: 30vw;
          max-width: 171px; }
        .main_container .gamelogos ul li.gamelogos_rom img {
          width: 31vw;
          max-width: 180px; }
        .main_container .gamelogos ul li.gamelogos_roa img {
          width: 27vw;
          max-width: 160px; }
        .main_container .gamelogos ul li.gamelogos_rox img {
          width: 31vw;
          max-width: 180px; }
        .main_container .gamelogos ul li.gamelogos_roo img {
          width: 32vw;
          max-width: 185px; }
  .main_container .main_content .left .btns > div {
    width: 20%; } }

@media only screen and (max-width: 580px) {
  .main_container > .logo {
    top: calc(10vh + 10px);
    left: 10px; }
    .main_container > .logo img {
      width: 27vw; }
  .main_container .gamelogos {
    top: 10vh; }
    .main_container .gamelogos.active {
      height: calc(100% - 20vh); }
  .main_container .film {
    width: 100%;
    height: 10vh; }
    .main_container .film_top div:nth-child(1) {
      -webkit-animation: marquee1 60s linear infinite;
      animation: marquee1 60s linear infinite; }
    .main_container .film_top div:nth-child(2) {
      -webkit-animation: marquee2 60s linear infinite;
      animation: marquee2 60s linear infinite; }
    .main_container .film_bottom div:nth-child(1) {
      animation: marquee1 60s linear infinite reverse; }
    .main_container .film_bottom div:nth-child(2) {
      animation: marquee2 60s linear infinite reverse; }
  .main_container .main_content .logo {
    width: 27%; }
  .main_container .main_content .left .slogan .back {
    width: 60%;
    top: -26%; }
  .main_container .main_content .left .slogan .front {
    width: 92%; }
  .main_container .main_content .left .slogan .playBtn {
    width: 46px;
    height: 46px; }
    .main_container .main_content .left .slogan .playBtn .play {
      left: 18px;
      top: 12px;
      border-width: 11px 0 11px 17px; }
  .main_container .main_content .left .btns > div {
    margin: 1%; }
  .main_container .main_content .character {
    left: -6%; }
    .main_container .main_content .character::after {
      display: none; }
    .main_container .main_content .character img {
      max-width: 112%; }
  .ingameBtns .close {
    margin-bottom: 1vh; }
  .ingameBtns .gameBtn {
    width: 80%;
    height: 9vh;
    max-height: 100px;
    margin-top: 1vh;
    border-radius: 5px;
    background-size: cover; }
    .ingameBtns .gameBtn_ro1 {
      background-image: url(../img/ingame_btn1.jpg); }
    .ingameBtns .gameBtn_rom {
      background-image: url(../img/ingame_btn2.jpg); }
    .ingameBtns .gameBtn_rox {
      background-image: url(../img/ingame_btn3.jpg); }
    .ingameBtns .gameBtn_roa {
      background-image: url(../img/ingame_btn4.jpg); }
    .ingameBtns .gameBtn_roo {
      background-image: url(../img/ingame_btn5.jpg); } }
