@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
html, body {
  line-height: 24px;
  /*font-size: 19px;*/
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
  letter-spacing: 1px;
  scroll-behavior: smooth;
}

.wrapper {
  color: #fff;
  background-color: #5a564c;
  overflow: hidden;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 39.58333%;
  position: relative;
}

.header .headerBg {
  width: 100%;
  height: 0;
  padding-bottom: 51.66667%;
  background-image: url(../../images/bg.jpg);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.header .logo {
  width: 31.875%;
  height: 0;
  padding-bottom: 6.04167%;
  position: absolute;
  top: 4.73684%;
  left: 34.375%;
  z-index: 999;
}

.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 18.95425%;
  display: block;
  background-image: url(../../images/logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.header .roleA {
  width: 24.01042%;
  height: 0;
  padding-bottom: 31.45833%;
  position: absolute;
  top: 22.23684%;
  left: 15.10417%;
  background-image: url(../../images/roleA.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: delay .8s, bounceInLeft .7s .8s;
          animation: delay .8s, bounceInLeft .7s .8s;
}

.header .roleB {
  width: 28.38542%;
  height: 0;
  padding-bottom: 36.71875%;
  position: absolute;
  top: 9.86842%;
  left: 58.80208%;
  background-image: url(../../images/roleB.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: delay .8s, bounceInRight .7s .8s;
          animation: delay .8s, bounceInRight .7s .8s;
}

.header .slogan {
  width: 24.63542%;
  height: 0;
  padding-bottom: 26.5625%;
  position: absolute;
  top: 22.36842%;
  left: 37.5%;
  -webkit-animation: delay 1s, wobble .7s 1s, pulse 1.2s 2.5s infinite;
          animation: delay 1s, wobble .7s 1s, pulse 1.2s 2.5s infinite;
}

.header .sloganA {
  width: 86.46934%;
  height: 0;
  padding-bottom: 24.52431%;
  position: absolute;
  top: 0;
  left: 7.61099%;
  background-image: url(../../images/sloganA.png);
  background-size: 100%;
}

.header .sloganB {
  width: 91.75476%;
  height: 0;
  padding-bottom: 45.87738%;
  position: absolute;
  top: 21.56863%;
  left: 4.22833%;
  background-image: url(../../images/sloganB.png);
  background-size: 100%;
}

.header .sloganC {
  width: 52.64271%;
  height: 0;
  padding-bottom: 25.36998%;
  position: absolute;
  top: 64.70588%;
  left: 24.94715%;
  background-image: url(../../images/sloganC.png);
  background-size: 100%;
}

.header .sloganD {
  width: 84.77801%;
  height: 0;
  padding-bottom: 17.54757%;
  position: absolute;
  top: 88.23529%;
  left: 8.45666%;
  background-image: url(../../images/sloganD.png);
  background-size: 100%;
}

@-webkit-keyframes delay {
  from,
  to {
    opacity: 0;
  }
}

@keyframes delay {
  from,
  to {
    opacity: 0;
  }
}

.scene {
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(var(--translateY));
          transform: translateY(var(--translateY));
  will-change: transform;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  -webkit-animation: delay .9s, toTop .3s .9s;
          animation: delay .9s, toTop .3s .9s;
  margin: 20px 0;
}

.nav .container {
  width: 720px;
  position: relative;
}

.nav .container ul.navBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.nav .container ul.navBtn li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 360px;
  height: 112px;
}

.nav .container ul.navBtn li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .container ul.navBtn li.navBtn2 a {
  background-position-x: -326px !important;
}

.nav .container ul.navBtn li a:hover, .nav .container ul.navBtn li.action a {
  background-image: url(../../images/navBtn_action.png);
  background-size: 200%;
}

.nav .container ul.navBtn li a {
  width: 326px;
  height: 112px;
  display: block;
  margin: 0 auto;
  background-image: url(../../images/navBtn.png);
  background-size: 200%;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding: 30px;
}

.contentB {
  background-color: #7F7B6F;
}

.content .container {
  width: 1000px;
  margin: 0 auto;
}

.content .container > h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0;
  width: 100%;
  text-indent: -99999;
}

.content .container > h3 img {
  display: block;
  max-width: 403px;
  width: 70%;
  margin: 10px auto;
}

.content .container h6 {
  font-size: 1.5em;
  font-weight: bold;
  color: #ffde00;
  text-align: center;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .container h6:before, .content .container h6::after {
  content: '';
  background-image: url("../../images/h3Icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 3em;
  height: 1em;
  display: inline-block;
  margin: 20px 5px;
}

.content .container h6::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.content .container > h4 {
  position: relative;
  display: block;
  color: #fdbf10;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.35em;
  margin: 12px 0 0 0;
  padding: 5px 0;
  letter-spacing: 2px;
}

.content .container > h4:before {
  content: '';
  background-image: url("../../images/icon.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  margin: 0 5px;
}

.content .container h5 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #252a07;
  margin: 15px 0;
}

.content .container > p {
  color: #fff;
  margin-left: 2em;
}

.content .container > p a {
  color: #0059ff;
  text-decoration: underline;
  word-break: break-all;
}

.content .container > p a:hover {
  color: #c635ff;
}

.charIntro {
  width: 96%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #948f82;
  border-radius: 30px;
  padding: 30px;
}

.charIntro .charIntro__char {
  width: 35%;
}

@media only screen and (max-width: 400px) {
  .charIntro .charIntro__char {
    width: 100%;
  }
}

.charIntro .charIntro__char img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}

.charIntro .charIntro__char p {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  color: #bb0000;
  margin: 15px 0;
}

@media only screen and (max-width: 400px) {
  .charIntro .charIntro__char p {
    font-size: 1em;
  }
}

.charIntro .charIntro__intro {
  width: 60%;
  font-size: 1em;
  font-weight: bold;
  color: #3f1e04;
}

@media only screen and (max-width: 400px) {
  .charIntro .charIntro__intro {
    width: 100%;
    font-size: .8em;
  }
}

.charIntro .charIntro__intro audio {
  max-width: 100%;
}

.charList {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #948f82;
  border-radius: 30px;
  padding-bottom: 15px;
}

.charList .tabMain {
  width: 50%;
  text-align: center;
  padding: 10px;
}

.charList .tabMain img {
  max-width: 120%;
}

.charList .tabMain p {
  margin-top: 20px;
  font-size: 1.25em;
  font-weight: bold;
  color: #684000;
  text-align: center;
}

.charList ul.tabs {
  width: 50%;
  text-align: center;
  margin-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.charList ul.tabs li {
  display: block;
  position: relative;
  padding: 5px;
  margin: 10px 10px;
  border: 2px solid #d89934;
  border-radius: 20px;
  color: #0f0f36;
}

.charList ul.tabs li:hover, .charList ul.tabs li.active {
  cursor: pointer;
  color: #532f00;
  font-weight: bold;
  background-color: black;
  border: 2px solid #fffab3;
  background-color: #ffc800;
}

.btnBox a {
  width: 250px;
  padding: 10px 10px;
  font-size: 1.35em;
  border: 3px solid #fff;
  border-radius: 50px;
  color: #fff;
  background: #bf4a85;
  -webkit-box-shadow: 0px 3px 0px 3px #b74e35;
          box-shadow: 0px 3px 0px 3px #b74e35;
}

.btnBox a:hover {
  background: #e73e93;
  color: #fff;
  -webkit-box-shadow: 0px 2px 0px 1px #b74e35;
          box-shadow: 0px 2px 0px 1px #b74e35;
}

#float_box {
  display: none;
  position: absolute;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 155px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 3px solid #000;
}

#float_box #float_box img {
  margin: 0 auto;
}
