@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.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%;
  box-sizing: border-box; }

body {
  line-height: 1.5;
  font-family: "Noto Sans TC", serif, sans-serif;
  font-size: 16px; }

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

footer {
  background-color: #fff; }

.codeBox {
  width: 100% !important; }
  @media only screen and (max-width: 480px) {
    .codeBox {
      width: 99% !important; } }
  .codeBox.thin {
    height: 67px; }
    .codeBox.thin .gc-reset {
      top: -1px; }
  .codeBox .img {
    height: 75% !important;
    background-size: auto 125% !important;
    width: 100px !important;
    top: 12% !important; }
    .codeBox .img + div {
      height: 98% !important; }

.og {
  color: #ff7950; }

.red {
  color: #ed4a24; }

.bl {
  color: #2460b2; }

.tac {
  text-align: center; }

.fwb {
  font-weight: bold; }

.clear:after {
  clear: both;
  content: "";
  display: table; }

table {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  border-collapse: separate;
  border-spacing: 1px; }
  table .thtr {
    font-size: 15px;
    color: #fff; }

.table-award {
  border-bottom: 1px solid #ff7950; }
  .table-award td {
    width: 50%;
    padding: 2px 5px;
    box-sizing: border-box; }
  .table-award .thtr {
    background-color: #ff7950; }
    .table-award .thtr span {
      margin-right: 5px;
      display: inline-block; }

.table-game td {
  padding: 4px 5px;
  box-sizing: border-box; }

.table-game tr:nth-child(odd), .table-game td[rowspan] {
  background-color: #73a3e5; }

.table-game .thtr {
  background-color: #373737 !important; }

.redBtn {
  position: relative;
  background-color: #ed4a24;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 8px 20px 18px;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  box-shadow: inset 0 -8px 0 rgba(255, 255, 255, 0.2);
  cursor: pointer;
  margin: 10px 0;
  color: #fff; }
  .redBtn a {
    color: #fff; }
  .redBtn .btnStyle1 {
    font-size: 18px; }
  .redBtn .btnStyle2 {
    font-size: 24px;
    display: block; }
  .redBtn .btnStyle3 {
    font-size: 30px; }
  .redBtn:active {
    padding-top: 12px;
    padding-bottom: 14px;
    box-shadow: inset 0 -4px 0 rgba(255, 255, 255, 0.2); }

button {
  outline: none;
  border: 0;
  font-size: 36px;
  font-weight: bold; }

input[type="button"] {
  outline: none;
  border: 0;
  font-size: 36px;
  font-weight: bold;
  background-color: #ed4a24; }

.shine {
  animation: shine .35s infinite linear;
  -webkit-animation: shine .35s infinite linear; }

@-webkit-keyframes shine {
  0% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    opacity: 0.9; }
  50% {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
    opacity: 1; }
  100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    opacity: 0.9; } }

@keyframes shine {
  0% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    opacity: 0.9; }
  50% {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
    opacity: 1; }
  100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    opacity: 0.9; } }

.big {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  animation: big .5s infinite linear;
  -webkit-animation: big .5s infinite linear; }

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

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

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999; }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0; }

body {
  background-color: #e9e9e9 !important; }

.ctWrap {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 1440px) {
    .ctWrap {
      width: 78% !important; } }
  @media only screen and (max-width: 764px) {
    .ctWrap {
      width: 94% !important; } }

.overlay {
  display: none; }
  .overlay-mask {
    width: 100%;
    height: 110vh;
    height: calc(100% + 35px);
    position: fixed;
    z-index: 100;
    top: -35px;
    background-color: rgba(233, 233, 233, 0.95); }
  .overlay-close {
    z-index: 102;
    position: fixed;
    top: 7vh;
    right: calc( (100vw - 760px) / 2);
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: block;
    transition: all .3s ease-in; }
    .overlay-close span {
      width: 60px;
      height: 2px;
      background-color: #373737;
      display: block; }
      .overlay-close span:nth-child(1) {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        margin-top: 24px;
        margin-left: -4px; }
      .overlay-close span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        margin-top: -2px;
        margin-left: -4px; }
    @media only screen and (min-width: 1281px) {
      .overlay-close:hover {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); } }
  .overlay-content {
    display: none;
    width: 760px;
    position: fixed;
    height: 86vh;
    left: 50%;
    margin-left: -380px;
    top: 50%;
    margin-top: -43vh;
    z-index: 101; }
    .overlay-content iframe {
      width: 100%;
      height: 100%; }
  @media only screen and (max-width: 768px) {
    .overlay-content {
      width: 96%;
      margin-left: -48%; }
    .overlay-close {
      right: 2%;
      top: 6px; } }
  @media only screen and (max-width: 764px) {
    .overlay-mask {
      top: 0;
      height: 110vh; } }
  @media only screen and (max-width: 414px) {
    .overlay-content {
      height: 78vh;
      margin-top: -36vh;
      overflow-y: scroll;
      /* has to be scroll, not auto */
      -webkit-overflow-scrolling: touch; } }

.links {
  padding: 6px 10px 2px;
  border-radius: 0 0 10px 10px;
  background-color: #373737;
  position: fixed;
  right: 10px;
  top: 35px;
  transition: all .3s ease-in;
  z-index: 5; }
  .links li {
    display: inline-block;
    margin: 0 1px;
    opacity: 0.8;
    transition: all .3s ease-in;
    margin: 0 2px;
    border: 1px solid #ff7950;
    border-radius: 5px; }
    @media only screen and (min-width: 1281px) {
      .links li:hover {
        opacity: 1; } }
    .links li a {
      color: #ff7950; }
      .links li a img {
        text-align: center;
        display: block; }
      .links li a span {
        display: none; }
  .links__ac, .links__of {
    height: 30px;
    padding: 4px 6px;
    box-sizing: border-box; }
  .links__fb, .links__bh {
    width: 30px;
    height: 30px;
    padding: 2px 2px;
    box-sizing: border-box; }
    .links__fb a img, .links__bh a img {
      height: 90%; }
  @media only screen and (max-width: 1024px) {
    .links {
      width: 100%;
      right: 0;
      border-radius: 0;
      padding: 0;
      height: 40px; }
      .links li {
        border: 0;
        margin: 0;
        line-height: 36px;
        text-align: center;
        overflow: hidden;
        font-size: 21px; }
        .links li a img {
          display: none; }
        .links li a span {
          display: block; }
      .links__ac, .links__of, .links__fb, .links__bh {
        width: calc(25% - 4px);
        padding: 2px 5px; } }
  @media only screen and (max-width: 764px) {
    .links {
      top: 0; }
      .links li {
        font-size: 16px; } }
  @media only screen and (max-width: 375px) {
    .links li {
      font-size: 14px; } }

.nav {
  position: fixed;
  z-index: 6;
  left: 10px;
  top: 100px; }
  .nav-ham {
    display: none; }
  .nav-btns li {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: #373737;
    padding: 8px 8px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer; }
    .nav-btns li:not(:last-child) {
      margin-bottom: 10px; }
    .nav-btns li i {
      font-size: 12px;
      font-style: normal; }
      .nav-btns li i.ps--1 {
        color: #ff7950; }
      .nav-btns li i.ps--2 {
        color: #FFDE58; }
      .nav-btns li i.ps--3 {
        color: #ddd; }
      .nav-btns li i:after {
        display: block;
        content: '';
        width: 100%;
        height: 1px;
        margin-top: 2px;
        background: #373737;
        background: linear-gradient(to right, #373737 10%, #535353 50%, #373737 90%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    @media only screen and (min-width: 1281px) {
      .nav-btns li:hover .nav-btns__txt {
        color: #fff; } }
  .nav-btns__txt {
    padding-top: 3px;
    font-size: 16.5px;
    line-height: 1.2;
    color: #ddd;
    transition: all .3s ease-in; }
    .nav-btns__txt span {
      display: block; }
  .nav-btns-2 {
    display: none;
    text-align: center;
    width: 100%; }
    .nav-btns-2 a {
      color: #ddd;
      display: block; }
  @media only screen and (max-width: 1024px) {
    .nav {
      left: auto;
      right: -260px;
      background-color: #373737;
      box-shadow: -5px 0px 0 rgba(0, 0, 0, 0.25);
      width: 240px;
      height: 100vh;
      top: 0;
      padding: 20px 20px;
      box-sizing: border-box;
      transition: all .3s ease-in; }
      .nav-ham {
        display: block;
        position: fixed;
        top: 80px;
        right: 20px;
        width: 40px;
        height: 40px;
        padding: 2px 2px;
        box-sizing: border-box;
        cursor: pointer;
        z-index: 7;
        transition: all .3s ease-in; }
        .nav-ham span {
          width: 36px;
          height: 5px;
          display: block;
          background-color: #373737;
          border-radius: 10px;
          transition: all .3s ease-in; }
          .nav-ham span:not(:last-child) {
            margin-bottom: 6px; }
          .nav-ham span:first-child {
            margin-top: 4px; }
      .nav-btns {
        margin-top: 100px; }
        .nav-btns li {
          width: 100%;
          height: 52px;
          padding: 0;
          border-radius: 0; }
        .nav-btns__txt span {
          display: inline; }
      .nav.is--active {
        right: 0; }
        .nav.is--active .nav-ham {
          top: 20px; }
          .nav.is--active .nav-ham span {
            background-color: #e9e9e9;
            margin-bottom: 0; }
            .nav.is--active .nav-ham span:first-child {
              margin-top: 16px;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg); }
            .nav.is--active .nav-ham span:nth-child(2) {
              display: none; }
            .nav.is--active .nav-ham span:last-child {
              margin-top: -5px;
              -webkit-transform: rotate(-45deg);
                      transform: rotate(-45deg); } }
  @media only screen and (max-width: 764px) {
    .nav-ham {
      top: 50px;
      right: 10px; }
    .nav-btns {
      margin-top: 50px; }
    .nav-btns-2 {
      display: block;
      margin-top: 20px;
      z-index: 6; }
      .nav-btns-2 li {
        width: 136px;
        height: 30px;
        margin: 10px auto 0;
        border: 1px solid #ddd;
        line-height: 28px; } }
  @media screen and (max-height: 700px) and (max-width: 1366px) and (min-width: 1025px) {
    .nav-btns li {
      padding: 6px 6px;
      box-sizing: border-box;
      width: 82px;
      height: 82px; }
      .nav-btns li:not(:last-child) {
        margin-bottom: 8px; }
    .nav-btns__txt {
      font-size: 14px; } }
  @media screen and (max-height: 500px) and (max-width: 356px) {
    .nav-btns li {
      height: 36px;
      border-bottom: 1px solid #666; }
      .nav-btns li i {
        display: none; }
    .nav-btns__txt span {
      display: inline; } }

.header {
  position: relative;
  width: 100%;
  height: 842px;
  background-repeat: no-repeat;
  background-image: url("../img/bg1.jpg");
  background-position: 50% 0; }
  .header-logo {
    position: absolute;
    width: 136px;
    height: 136px;
    left: 20px;
    top: 70px; }
    .header-logo img {
      width: 100%; }
  .header-btns {
    position: absolute;
    top: 232px;
    left: 0; }
    .header-btns li {
      width: 176px;
      height: 42px;
      text-align: center;
      box-shadow: 4px 6px 0 rgba(0, 0, 0, 0.35);
      position: relative;
      margin-bottom: 16px;
      line-height: 42px;
      font-size: 18px; }
      .header-btns li a {
        color: #fff;
        display: block; }
    .header-btns__schedule {
      background: url("../img/btnbg1.png") no-repeat; }
    .header-btns__live {
      background: url("../img/btnbg2.png") no-repeat; }
  @media only screen and (max-width: 1024px) {
    .header {
      height: 54.2vw;
      margin-top: 40px;
      background-repeat: no-repeat;
      background-image: url("../img/bg1_s.jpg");
      background-position: 50% 0;
      background-size: 100%; }
      .header .ctWrap {
        width: 98%; }
      .header-logo {
        top: 46px;
        left: 2px; } }
  @media only screen and (max-width: 764px) {
    .header-logo {
      top: 6px;
      width: 18vw;
      height: 18vw; }
    .header-btns {
      display: none; } }
  @media only screen and (max-width: 414px) {
    .header {
      height: 226px;
      background-size: auto 100%; }
      .header-logo {
        width: 74px;
        height: 74px; } }

.boxA {
  position: relative;
  color: #666;
  background-repeat: no-repeat;
  background-image: url("../img/bg2.jpg");
  background-position: 50% 100%; }
  .boxA h2 {
    position: relative;
    font-size: 48px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
    display: block;
    color: #373737; }
    .boxA h2 span {
      color: #ff7950; }
    .boxA h2:after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 6px 0 6px;
      border-color: #ff7950 transparent transparent transparent;
      bottom: -12px;
      left: 50%;
      margin-left: -5px; }
  @media only screen and (max-width: 768px) {
    .boxA h2 {
      font-size: 8vw; } }
  .boxA-info {
    width: 100%;
    background-color: #fbfafa;
    padding: 30px 120px;
    box-sizing: border-box;
    padding-bottom: 50px;
    border-radius: 20px; }
    .boxA-info-list li:not(:last-child) {
      margin-bottom: 15px; }
    .boxA-info-list li.impt .list-th {
      background-color: #ed4a24; }
    .boxA-info-list li.impt .list-txt {
      font-weight: bold;
      color: #373737; }
    .boxA-info-list li:after {
      clear: both;
      content: "";
      display: table; }
    .boxA-info-list .list-th {
      font-size: 14px;
      padding: 1px 0;
      color: #fff;
      background-color: #ff7950;
      text-align: center;
      width: 96px;
      border-radius: 25px;
      margin-right: 2px;
      float: left; }
    .boxA-info-list .list-txt {
      position: relative;
      float: right;
      width: calc(100% - 104px); }
      .boxA-info-list .list-txt .map {
        font-size: 12px;
        border-radius: 3px;
        display: inline-block;
        cursor: pointer;
        background-color: #ed4a24; }
        .boxA-info-list .list-txt .map a {
          padding: 0 5px;
          display: block;
          color: #fff; }
    @media only screen and (max-width: 1024px) {
      .boxA-info {
        padding: 30px 50px;
        box-sizing: border-box; } }
    @media only screen and (max-width: 414px) {
      .boxA-info {
        padding: 20px 20px;
        box-sizing: border-box;
        padding-bottom: 30px; } }
  .boxA-anchor {
    padding-top: 50px;
    position: relative; }
    .boxA-anchor h2 {
      line-height: 1.33; }
      .boxA-anchor h2 span {
        display: block; }
    .boxA-anchor-list {
      top: 75px;
      position: relative;
      display: block;
      height: 700px; }
      .boxA-anchor-list li {
        position: absolute;
        width: 200px;
        height: 200px; }
    .boxA-anchor .list_01 {
      top: 0;
      right: 600px; }
    .boxA-anchor .list_02 {
      top: 0;
      right: 0; }
    .boxA-anchor .list_03 {
      top: 0;
      right: 300px; }
    .boxA-anchor .list_04 {
      top: 150px;
      right: 450px; }
    .boxA-anchor .list_05 {
      top: 300px;
      right: 300px; }
    .boxA-anchor .list_06 {
      top: 150px;
      right: 150px; }
    .boxA-anchor .list-frame {
      position: relative;
      border: 3px solid #ff7950;
      box-sizing: border-box;
      box-shadow: inset 0 0 1px #ff7950;
      width: 100%;
      height: 100%;
      overflow: hidden;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      margin: 0px;
      transition: all .3s ease-in; }
      .boxA-anchor .list-frame img {
        transition: all .3s ease-in;
        max-width: 100%;
        vertical-align: bottom;
        -webkit-transform: rotate(-45deg) scale(1.5);
                transform: rotate(-45deg) scale(1.5); }
      .boxA-anchor .list-frame figcaption {
        -webkit-transform: translate(50%, -50%) rotate(-45deg);
                transform: translate(50%, -50%) rotate(-45deg);
        background-color: #ff7950;
        height: 100%;
        text-align: center;
        color: #fff;
        line-height: 1.33;
        padding: 3px 3px;
        box-sizing: border-box; }
        .boxA-anchor .list-frame figcaption span {
          font-size: 13px;
          color: #FFDE58; }
        .boxA-anchor .list-frame figcaption h3 {
          margin-top: 1px;
          font-size: 21px;
          font-weight: 500; }
          .boxA-anchor .list-frame figcaption h3.h3--s {
            font-size: 19px;
            line-height: 1.2; }
          .boxA-anchor .list-frame figcaption h3.h3--xs {
            font-size: 16px;
            line-height: 1.2; }
      @media only screen and (min-width: 1281px) {
        .boxA-anchor .list-frame:hover img {
          -webkit-transform: rotate(-45deg) scale(1.6);
                  transform: rotate(-45deg) scale(1.6); } }
    .boxA-anchor .list-signup {
      width: 324px;
      height: 324px;
      top: 530px;
      right: 545px;
      position: absolute;
      z-index: 6;
      cursor: pointer;
      background: url("../img/btn-signUp.png"); }
      .boxA-anchor .list-signup i {
        position: absolute;
        width: 40px;
        height: 37px;
        display: inline-block;
        top: 60px;
        left: 50%;
        margin-left: -20px; }
        .boxA-anchor .list-signup i img {
          width: 100%; }
      .boxA-anchor .list-signup-txt {
        text-indent: -9999px; }
    .boxA-anchor-act {
      position: absolute;
      right: 0;
      bottom: 64px;
      cursor: pointer; }
    @media screen and (max-width: 1366px) {
      .boxA-anchor-list {
        margin-right: -12%; }
      .boxA-anchor .list-signup {
        right: calc(545px - 12%); } }
    @media only screen and (max-width: 1024px) {
      .boxA-anchor {
        padding-bottom: 50px; }
        .boxA-anchor-list {
          margin-right: 0;
          top: 0px;
          height: auto;
          display: table; }
          .boxA-anchor-list li {
            width: calc( (100% / 3) - 20px);
            height: 240px;
            position: relative;
            top: auto !important;
            right: auto !important;
            display: inline-block;
            margin: 0 10px; }
        .boxA-anchor .list-frame {
          width: 100%;
          height: 200px;
          border-radius: 10px;
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }
          .boxA-anchor .list-frame img {
            max-width: 100%;
            vertical-align: bottom;
            -webkit-transform: rotate(0deg) scale(1.25);
                    transform: rotate(0deg) scale(1.25); }
          .boxA-anchor .list-frame figcaption {
            -webkit-transform: translate(0%, 0%) rotate(0);
                    transform: translate(0%, 0%) rotate(0);
            height: 70px;
            position: absolute;
            bottom: 0;
            width: 100%; }
        .boxA-anchor .list-signup {
          margin-top: 20px;
          max-width: 324px;
          width: 60%;
          height: auto;
          top: auto;
          right: auto;
          position: relative;
          display: inline-block;
          background: #ce0057;
          background-image: none;
          box-shadow: 4px 6px 0 rgba(0, 0, 0, 0.15);
          border-radius: 10px; }
          .boxA-anchor .list-signup > img {
            display: none; }
          .boxA-anchor .list-signup i {
            position: absolute;
            width: 40px;
            height: 37px;
            display: inline-block;
            top: 12px;
            left: 50%;
            margin-left: -20px; }
            .boxA-anchor .list-signup i img {
              width: 100%; }
          .boxA-anchor .list-signup-txt {
            text-indent: 0;
            padding: 10px 10px;
            box-sizing: border-box;
            text-align: center;
            font-size: 30px;
            font-weight: 500;
            letter-spacing: 1px;
            color: #fff;
            margin-top: 40px; }
            .boxA-anchor .list-signup-txt span {
              color: #FFDE58; }
        .boxA-anchor-act {
          right: 2%;
          bottom: 15px; } }
    @media only screen and (max-width: 480px) {
      .boxA-anchor-list li {
        width: calc( (100% / 2) - 20px); }
      .boxA-anchor .list-frame img {
        -webkit-transform: scale(1.35);
                transform: scale(1.35); }
      .boxA-anchor .list-frame figcaption {
        padding: 3px 2px; }
        .boxA-anchor .list-frame figcaption h3.h3--s, .boxA-anchor .list-frame figcaption h3.h3--xs {
          font-size: 16px; }
      .boxA-anchor .list-signup {
        width: 100%;
        max-width: none; }
      .boxA-anchor-act {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 20px auto 0;
        width: 150px; } }

.boxB {
  background-color: #86b2ed; }
  .boxB .ctWrap {
    width: 1040px;
    padding: 50px 0px;
    box-sizing: border-box; }
  .boxB .event {
    color: #373737;
    box-sizing: border-box;
    position: relative; }
    .boxB .event:nth-child(2n) {
      background: url("../img/bg3.jpg"); }
    .boxB .event-title {
      text-align: center;
      margin-bottom: 30px; }
      .boxB .event-title h4 {
        font-size: 24px;
        color: #2460b2;
        font-weight: bold;
        margin-bottom: 4px; }
      .boxB .event-title h2 {
        font-size: 48px;
        color: #fff;
        font-weight: 500;
        padding: 0px 50px;
        display: inline-block;
        background-color: #2460b2;
        border-radius: 50px; }
    .boxB .event p .p-th {
      background-color: #2460b2;
      font-size: 14px;
      display: inline-block;
      padding: 1px 0;
      color: #fff;
      text-align: center;
      width: 96px;
      border-radius: 25px;
      margin-right: 2px; }
    .boxB .event p .p-impt {
      background-color: #373737;
      color: #fff;
      font-size: 15px;
      padding: 4px 30px;
      border-radius: 50px;
      margin: 10px 0 20px;
      display: inline-block; }
    .boxB .event-content--right {
      float: right;
      width: 698px; }
      .boxB .event-content--right .info-impt {
        text-align: left; }
    .boxB .event-notice {
      width: 100%;
      background-color: rgba(55, 55, 55, 0.8);
      padding: 8px 10px;
      box-sizing: border-box;
      margin-top: 10px;
      color: #fff; }
      .boxB .event-notice h5 {
        font-size: 18px; }
        .boxB .event-notice h5 span {
          width: 20px;
          height: 20px;
          background-color: #ff7950;
          display: inline-block;
          font-size: 14px;
          font-weight: bold;
          border-radius: 50%;
          margin-right: 5px;
          text-align: center;
          line-height: 20px; }
      .boxB .event-notice ul {
        margin-left: 25px;
        list-style-type: disc; }
        .boxB .event-notice ul li {
          font-size: 15px; }
    .boxB .event-gift {
      text-align: center;
      margin-bottom: 30px; }
      .boxB .event-gift li {
        display: inline-block;
        width: 154px;
        height: 154px;
        border-radius: 100px;
        box-sizing: border-box;
        border: 10px solid #86b2ed;
        margin: 0 5px;
        overflow: hidden; }
        .boxB .event-gift li img {
          width: 100%; }
      .boxB .event-gift:after {
        clear: both;
        content: "";
        display: table; }
    .boxB .event-form-row {
      position: relative;
      margin-bottom: 20px; }
      .boxB .event-form-row:first-child:after {
        position: absolute;
        top: 20px;
        right: 30px;
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 4px 0 4px;
        border-color: #79affb transparent transparent transparent;
        z-index: 3; }
      .boxB .event-form-row:after {
        clear: both;
        content: "";
        display: table; }
    .boxB .event-form-notice {
      width: 46%;
      font-size: 14px;
      display: inline-block;
      vertical-align: top;
      margin-right: calc(4% - 4px);
      font-weight: 500; }
    .boxB .event-form-code {
      width: 50%;
      display: inline-block;
      vertical-align: top; }
    .boxB .event-form button {
      width: 100%; }
    .boxB .event-form select, .boxB .event-form input {
      border-radius: 50px;
      width: calc(100% - 120px);
      padding: 10px 30px;
      box-sizing: border-box;
      background-color: #fff;
      border: 0;
      outline: none; }
    .boxB .event-form label {
      width: 100px;
      height: 44px;
      line-height: 44px;
      margin-right: 20px;
      float: left;
      text-align: right; }
    .boxB .event-form select {
      position: relative;
      -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none; }
    .boxB .event input[type="button"] {
      position: relative;
      background-color: #ed4a24 !important;
      border-radius: 10px;
      padding: 8px 20px 18px;
      width: 100% !important; }
      .boxB .event input[type="button"]:active {
        padding-top: 12px;
        padding-bottom: 14px;
        box-shadow: inset 0 -4px 0 rgba(255, 255, 255, 0.2); }
  @media only screen and (max-width: 1024px) {
    .boxB .event-content--right {
      float: none;
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .boxB .event h2 {
      font-size: 8vw; } }
  @media only screen and (max-width: 414px) {
    .boxB .event-form-row:first-child:after {
      position: absolute;
      top: 50px;
      right: 30px;
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 4px 0 4px;
      border-color: #79affb transparent transparent transparent;
      z-index: 3; }
    .boxB .event-form-notice {
      width: 100%;
      margin-right: 0; }
    .boxB .event-form-code {
      margin-top: 10px;
      width: 100%;
      font-size: 8vw; }
    .boxB .event-form select, .boxB .event-form input, .boxB .event-form label {
      width: 100%;
      float: none; }
    .boxB .event-form label {
      height: 30px;
      line-height: 30px; } }

.sss {
  text-align: center;
  background-color: #2460b2;
  padding: 50px 10px;
  box-sizing: border-box;
  color: #fff; }
  .sss-title {
    font-size: 24px;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 50px;
    border-radius: 100px;
    color: #2460b2;
    padding: 1px 30px;
    box-sizing: border-box;
    font-weight: 500; }
  .sss li {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 2px;
    vertical-align: top;
    margin: 0 20px; }
    .sss li:nth-child(2) .sss-logo img {
      height: 85%; }
  .sss-logo {
    height: 40px; }
    .sss-logo img {
      height: 100%; }
  @media screen and (max-width: 600px) {
    .sss-title {
      margin-bottom: 30px; }
    .sss li {
      display: block;
      margin: 0; }
      .sss li:not(:last-child) {
        margin-bottom: 20px; } }
  @media only screen and (max-width: 414px) {
    .sss {
      padding: 30px 10px;
      box-sizing: border-box; }
      .sss-logo {
        width: 100%;
        height: auto;
        text-align: center; }
        .sss-logo img {
          width: 50%; }
      .sss li:nth-child(2) .sss-logo img {
        height: auto; } }

.info-impt {
  text-align: center;
  font-size: 24px;
  margin: 10px 5px;
  font-weight: 500; }

.info-impt--2 {
  border-bottom: 2px solid #373737;
  margin: 10px 5px; }

.info-impt--3 {
  font-size: 18px;
  font-weight: 500;
  color: #ed4a24;
  margin: 10px 5px;
  border-bottom: 2px solid #ed4a24; }

.info-impt--4 {
  font-size: 21px;
  font-weight: 700;
  margin: 0px 5px;
  border-bottom: 2px solid #2460b2;
  color: #2460b2; }

.info-ps {
  color: #fff;
  background-color: #2460b2;
  padding: 0 5px;
  font-size: 14px; }

@media only screen and (max-width: 768px) {
  .info-impt {
    font-size: 21px; } }

.chara {
  position: absolute;
  z-index: 0; }
  .chara img {
    display: block; }
  .chara-bishop {
    bottom: 0;
    left: calc( (100% - 1600px) / 4); }
  .chara-warlock {
    bottom: -68px;
    left: calc( (100% - 1366px) / 4); }
  .chara-minstrel {
    bottom: 0;
    right: calc( (100% - 1600px) / 4); }
  @media screen and (max-width: 1366px) {
    .chara-bishop {
      left: calc( (100% - 1920px) / 4); }
    .chara-warlock {
      left: calc( (100% - 2000px) / 4); }
    .chara-minstrel {
      bottom: 0;
      right: calc( (100% - 2200px) / 4); } }
  @media only screen and (max-width: 1024px) {
    .chara {
      display: none; } }

#GVtopBar {
  position: fixed;
  z-index: 99;
  height: 35px;
  width: 100%;
  top: 0; }
  @media only screen and (max-width: 768px) {
    #GVtopBar {
      z-index: 1 !important; } }

@media screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1280px), screen and (min-resolution: 120dpi) and (min-width: 1280px) {
  header {
    margin-bottom: -11.75%;
    height: auto;
    background-size: contain; }
  .chara-warlock {
    left: calc( (100% - 1600px) / 4); }
  .chara-minstrel {
    bottom: 0;
    right: calc( (100% - 2000px) / 4); }
  .boxA-info {
    padding-top: 20px; } }

/*# sourceMappingURL=common.css.map */
