@charset "UTF-8";
/*容器基本框架*/
.wrapper {
  background-size: 150%;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 66.09375%;
}

.header .logo {
  width: 22.57812%;
  height: 0;
  padding-bottom: 7.26563%;
  top: 3.07329%;
  left: 2.03125%;
}

.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 32.17993%;
  display: block;
  background-size: 100%;
}

.header .light {
  width: 54.92188%;
  height: 0;
  padding-bottom: 44.14062%;
  top: 58.51064%;
  left: 21.40625%;
  background-size: 100%;
}

.header .slogan {
  width: 59.92188%;
  height: 0;
  padding-bottom: 29.6875%;
  top: 62.64775%;
  left: 21.09375%;
  background-size: 100%;
}

.header .gashapon {
  width: 34.60938%;
  height: 0;
  padding-bottom: 46.95312%;
  top: 1.77305%;
  left: 25.85938%;
  background-size: 100%;
}

.header .cat {
  width: 32.1875%;
  height: 0;
  padding-bottom: 40.15625%;
  top: 15.36643%;
  left: 52.34375%;
  background-size: 100%;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  margin: 10px 0;
}

.nav .container {
  width: 100%;
  max-width: 975px;
}

.nav .container ul.navBtn li {
  width: 33%;
  height: 0;
  padding-bottom: 10.15385%;
  margin-left: 0;
}

.nav .container ul.navBtn li.navBtn1 a {
  background-position-x: 0% !important;
}

.nav .container ul.navBtn li.navBtn2 a {
  background-position-x: -100% !important;
}

.nav .container ul.navBtn li.navBtn3 a {
  background-position-x: -200% !important;
}

.nav .container ul.navBtn li a {
  width: 97.84615%;
  height: 0;
  padding-bottom: 30.46154%;
  background-size: 300%;
  background-position-y: 100%;
}

/* ================= 內容 ================= */
@media screen and (max-width: 960px) {
  #countdown {
    font-size: 1.5em;
  }
  .content .container {
    font-size: 18px;
    width: 98%;
    padding: 25px 10px;
  }
  .content .container > h3 {
    padding: 0;
  }
  .content .container > p {
    margin: 0 16px;
  }
  .content ol,
  .content ul {
    margin-left: 0;
  }
  .content ol li,
  .content ul li {
    font-size: 1em;
    line-height: 1.5em;
  }
  .content ol li a,
  .content ul li a {
    color: #ffb244;
    text-decoration: none;
    border-bottom: 1px solid #ffb244;
  }
  .content ol li a:hover,
  .content ul li a:hover {
    color: #f835ff;
    border-bottom: none;
  }
}

@media screen and (max-width: 415px) {
  #countdown {
    font-size: 1.5em;
  }
  table, th, td {
    font-size: 15px;
  }
  .content .container {
    font-size: 15px;
  }
  .content .container > p {
    margin: 0 10px;
  }
}
