/* http://meyerweb.com/eric/tools/css/reset/
	 v2.0 | 20110126
	 License: none (public domain) */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  outline: none; }

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: "Noto Serif TC", serif;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1px;
  line-height: 1.4;
  color: #1B1B1B; }

.blocker-for-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0);
  visibility: hidden; }
  .blocker-for-fullscreen.active {
    visibility: visible; }

.text-preload {
  position: absolute;
  left: -9999px;
  top: -9999px; }

#loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #002230;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  #loading.active {
    opacity: 1;
    visibility: visible; }
  #loading .wrapper {
    width: 90%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #loading .wrapper .loading-text {
      line-height: 1.8;
      margin-bottom: 20px; }
    #loading .wrapper .loading-cir {
      width: 50px;
      height: 50px;
      position: fixed;
      left: 50%;
      bottom: 20%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      #loading .wrapper .loading-cir img {
        width: 100%;
        height: 100%;
        -webkit-animation: rotate 1s linear infinite;
        animation: rotate 1s linear infinite; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loadingDot1 {
  0% {
    opacity: 1; }
  33% {
    opacity: 1; }
  66% {
    opacity: 1; }
  99% {
    opacity: 1; } }

@keyframes loadingDot1 {
  0% {
    opacity: 1; }
  33% {
    opacity: 1; }
  66% {
    opacity: 1; }
  99% {
    opacity: 1; } }

@-webkit-keyframes loadingDot2 {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  66% {
    opacity: 1; }
  99% {
    opacity: 1; } }

@keyframes loadingDot2 {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  66% {
    opacity: 1; }
  99% {
    opacity: 1; } }

@-webkit-keyframes loadingDot3 {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  66% {
    opacity: 0; }
  99% {
    opacity: 1; } }

@keyframes loadingDot3 {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  66% {
    opacity: 0; }
  99% {
    opacity: 1; } }

#intro {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: -webkit-radial-gradient(circle, rgba(75, 186, 216, 0.85), rgba(14, 47, 65, 0.85));
  background-image: -o-radial-gradient(circle, rgba(75, 186, 216, 0.85), rgba(14, 47, 65, 0.85));
  background-image: radial-gradient(circle, rgba(75, 186, 216, 0.85), rgba(14, 47, 65, 0.85));
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  #intro.active {
    opacity: 1;
    visibility: visible; }
  #intro .intro-section {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0; }
    #intro .intro-section.active {
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0.7s;
      -o-transition-delay: 0.7s;
      transition-delay: 0.7s; }
  #intro .title-img {
    width: 100.1%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #intro .title-img img {
      width: 100%; }
  #intro .email-box, #intro .word-box {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #intro .email-box p, #intro .word-box p {
      margin-bottom: 10px; }
    #intro .email-box input, #intro .word-box input {
      padding: 10px 0;
      background-color: transparent;
      border: none;
      color: #fff;
      font-size: 19px;
      font-style: italic;
      text-align: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
      #intro .email-box input::-webkit-input-placeholder, #intro .word-box input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-style: normal;
        font-size: 15px;
        font-family: "Noto Serif TC", serif; }
      #intro .email-box input:-ms-input-placeholder, #intro .word-box input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-style: normal;
        font-size: 15px;
        font-family: "Noto Serif TC", serif; }
      #intro .email-box input::-ms-input-placeholder, #intro .word-box input::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-style: normal;
        font-size: 15px;
        font-family: "Noto Serif TC", serif; }
      #intro .email-box input::placeholder, #intro .word-box input::placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-style: normal;
        font-size: 15px;
        font-family: "Noto Serif TC", serif; }
  #intro .permission-text {
    position: absolute;
    bottom: 105px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #intro .word-box input {
    font-style: normal; }
  #intro .next-btn {
    position: fixed;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 100%; }

#walking-reminder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: -webkit-radial-gradient(circle, rgba(75, 186, 216, 0.85), rgba(14, 47, 65, 0.85));
  background-image: -o-radial-gradient(circle, rgba(75, 186, 216, 0.85), rgba(14, 47, 65, 0.85));
  background-image: radial-gradient(circle, rgba(75, 186, 216, 0.85), rgba(14, 47, 65, 0.85));
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  #walking-reminder.active {
    opacity: 1;
    visibility: visible; }
  #walking-reminder .remind-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 2;
    white-space: nowrap; }
  #walking-reminder .walk-icon {
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #walking-reminder .walk-icon img {
      width: 20px;
      margin-bottom: 10px; }
    #walking-reminder .walk-icon p {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.6); }

.info-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 48px;
  height: 48px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  overflow: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 0;
  visibility: hidden;
  z-index: 100; }
  .info-btn img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .info-btn .close {
    display: none; }
  .info-btn.active {
    visibility: visible;
    opacity: 1; }
  .info-btn.opening .open {
    display: none; }
  .info-btn.opening .close {
    display: block; }

#info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background-image: -webkit-radial-gradient(circle, rgba(75, 186, 216, 0.85), rgba(14, 47, 65, 0.85));
  background-image: -o-radial-gradient(circle, rgba(75, 186, 216, 0.85), rgba(14, 47, 65, 0.85));
  background-image: radial-gradient(circle, rgba(75, 186, 216, 0.85), rgba(14, 47, 65, 0.85));
  font-size: 14px; }
  #info.active {
    opacity: 1;
    visibility: visible; }
    #info.active .info-container {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  #info .info-tabs {
    width: 100%;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #info .info-tabs .tab {
      width: 130px;
      height: 40px;
      background-color: rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.7);
      border-radius: 1000px;
      margin-right: 15px;
      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;
      font-weight: bold; }
      #info .info-tabs .tab.active {
        background-color: rgba(255, 255, 255, 0.6);
        color: #1D446E; }
  #info .info-container {
    width: 100%;
    height: calc(100% - 56px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: scroll;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    font-size: 16px; }
    #info .info-container .bold {
      font-weight: bold; }
    #info .info-container .block {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 100%;
      min-height: 100%;
      background-color: #fff;
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 30px 20px; }
      #info .info-container .block.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    #info .info-container .block-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 21px;
      margin-bottom: 18px;
      font-weight: bold; }
      #info .info-container .block-title img {
        width: 40px; }
    #info .info-container .youtube {
      width: 100%;
      margin-bottom: 18px;
      background-image: url("../images/mv-bg.jpg");
      background-size: cover;
      background-position: center center; }
      #info .info-container .youtube::before {
        content: "";
        width: 100%;
        display: block;
        padding-top: 56.25%;
        background-color: rgba(0, 0, 0, 0.5); }
      #info .info-container .youtube .alt-text {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        font-size: 18px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        #info .info-container .youtube .alt-text.active {
          display: block; }
        #info .info-container .youtube .alt-text a {
          color: #fff;
          text-decoration: underline;
          white-space: nowrap;
          text-align: center; }
      #info .info-container .youtube iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    #info .info-container .poem-info {
      margin-bottom: 20px; }
    #info .info-container .books {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #info .info-container .books .book {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 5px;
        border: 2px solid rgba(206, 23, 94, 0); }
        #info .info-container .books .book.active {
          border: 2px solid #CE175E; }
        #info .info-container .books .book:first-child {
          margin-right: 6px; }
        #info .info-container .books .book p {
          font-weight: bold;
          font-size: 12px;
          margin-bottom: 5px; }
        #info .info-container .books .book img {
          width: 100%; }
    #info .info-container .buy-btn {
      width: 100%;
      background-color: #CE175E;
      border-radius: 2px;
      color: #fff;
      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;
      padding: 18px 0; }
      #info .info-container .buy-btn.hide {
        display: none; }
    #info .info-container .author-title {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 15px;
      margin-top: 50px; }
    #info .info-container .author-img {
      width: 60%;
      margin: 0 auto;
      margin-bottom: 20px;
      border-radius: 100%;
      overflow: hidden; }
      #info .info-container .author-img::before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 100%; }
      #info .info-container .author-img img {
        position: absolute;
        height: 110%;
        top: -7%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    #info .info-container .author-info {
      margin-bottom: 30px; }
    #info .info-container .social-accounts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 30px;
      font-size: 14px; }
      #info .info-container .social-accounts .ig {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #CE175E;
        margin-right: 20px; }
        #info .info-container .social-accounts .ig img {
          width: 18px;
          margin-right: 5px; }
      #info .info-container .social-accounts .fb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #0074FB; }
        #info .info-container .social-accounts .fb img {
          width: 18px;
          margin-right: 5px; }

#main {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.shell-container {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden; }
  .shell-container img {
    width: 100.1%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .shell-container .shell-front {
    opacity: 0.001;
    -webkit-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s; }
    .shell-container .shell-front.show {
      opacity: 1; }
  .shell-container svg {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.001;
    -webkit-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s; }
    .shell-container svg.shell1 {
      -webkit-transform: translate(-45%, -14%);
      -ms-transform: translate(-45%, -14%);
      transform: translate(-45%, -14%); }
    .shell-container svg.shell2 {
      -webkit-transform: translate(-44%, -47%);
      -ms-transform: translate(-44%, -47%);
      transform: translate(-44%, -47%); }
    .shell-container svg.shell3 {
      -webkit-transform: translate(-45%, -34%);
      -ms-transform: translate(-45%, -34%);
      transform: translate(-45%, -34%); }
    .shell-container svg.shell4 {
      -webkit-transform: translate(-45%, -26%);
      -ms-transform: translate(-45%, -26%);
      transform: translate(-45%, -26%); }
    .shell-container svg.shell5 {
      -webkit-transform: translate(-30%, -33%);
      -ms-transform: translate(-30%, -33%);
      transform: translate(-30%, -33%); }
    .shell-container svg.shell6 {
      -webkit-transform: translate(-45%, -38%);
      -ms-transform: translate(-45%, -38%);
      transform: translate(-45%, -38%); }
    .shell-container svg.shell7 {
      -webkit-transform: translate(-45%, -38%);
      -ms-transform: translate(-45%, -38%);
      transform: translate(-45%, -38%); }
    .shell-container svg.shell8 {
      -webkit-transform: translate(-28%, -38%);
      -ms-transform: translate(-28%, -38%);
      transform: translate(-28%, -38%); }
    .shell-container svg.shell9 {
      -webkit-transform: translate(-44%, -59%);
      -ms-transform: translate(-44%, -59%);
      transform: translate(-44%, -59%); }
    .shell-container svg.shell10 {
      -webkit-transform: translate(-44%, -34%);
      -ms-transform: translate(-44%, -34%);
      transform: translate(-44%, -34%); }
    .shell-container svg.shell11 {
      -webkit-transform: translate(-32%, -34%);
      -ms-transform: translate(-32%, -34%);
      transform: translate(-32%, -34%); }
    .shell-container svg.shell12 {
      -webkit-transform: translate(-35%, -45%);
      -ms-transform: translate(-35%, -45%);
      transform: translate(-35%, -45%); }
    .shell-container svg.show {
      opacity: 1; }
      .shell-container svg.show image:nth-child(1) {
        -webkit-animation: shine 4s -3.8s linear infinite;
        animation: shine 4s -3.8s linear infinite; }
      .shell-container svg.show image:nth-child(2) {
        -webkit-animation: shine 4s -1.1s linear infinite;
        animation: shine 4s -1.1s linear infinite; }
      .shell-container svg.show image:nth-child(3) {
        -webkit-animation: shine 4s -4.6s linear infinite;
        animation: shine 4s -4.6s linear infinite; }
      .shell-container svg.show image:nth-child(4) {
        -webkit-animation: shine 4s -4.6s linear infinite;
        animation: shine 4s -4.6s linear infinite; }
      .shell-container svg.show image:nth-child(5) {
        -webkit-animation: shine 4s -0.7s linear infinite;
        animation: shine 4s -0.7s linear infinite; }
      .shell-container svg.show image:nth-child(6) {
        -webkit-animation: shine 4s -1.8s linear infinite;
        animation: shine 4s -1.8s linear infinite; }
      .shell-container svg.show image:nth-child(7) {
        -webkit-animation: shine 4s -0.2s linear infinite;
        animation: shine 4s -0.2s linear infinite; }
      .shell-container svg.show image:nth-child(8) {
        -webkit-animation: shine 4s -1.7s linear infinite;
        animation: shine 4s -1.7s linear infinite; }
      .shell-container svg.show image:nth-child(9) {
        -webkit-animation: shine 4s -0.4s linear infinite;
        animation: shine 4s -0.4s linear infinite; }
  .shell-container .lyric {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
    line-height: 1.8;
    font-size: 20px;
    text-shadow: 0px 0px 2px #062656, 0px 0px 5px #062656, 0px 0px 10px #062656;
    color: #ffffff;
    position: absolute;
    left: 20px;
    bottom: 50px; }
  .shell-container .lyric-word {
    opacity: 0;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }
    .shell-container .lyric-word.active {
      opacity: 1; }

@-webkit-keyframes shine {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes shine {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.sea-container {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .sea-container .walk-writings {
    width: 100%;
    padding: 30px;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgba(6, 38, 86, 0.8), 0px 0px 10px rgba(6, 38, 86, 0.8);
    color: #ffffff;
    position: absolute;
    top: 60%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    .sea-container .walk-writings.active {
      opacity: 1;
      visibility: visible; }

.sea {
  width: 250%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 3s;
  -o-transition: opacity 3s;
  transition: opacity 3s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  visibility: hidden; }
  .sea.active {
    visibility: visible; }
  .sea #bottom-wave {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .sea #shadow image {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s; }
  .sea #tower image:nth-child(1) {
    -webkit-animation: blink 5s linear infinite;
    animation: blink 5s linear infinite; }
  .sea #tower image:nth-child(2) {
    -webkit-animation: blink 5s -2s linear infinite;
    animation: blink 5s -2s linear infinite; }
  .sea.fade {
    opacity: 0;
    -webkit-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s; }
    .sea.fade #bottom-wave {
      -webkit-transition: -webkit-transform 5s;
      transition: -webkit-transform 5s;
      -o-transition: transform 5s;
      transition: transform 5s;
      transition: transform 5s, -webkit-transform 5s;
      -webkit-transform: translateY(-700px);
      -ms-transform: translateY(-700px);
      transform: translateY(-700px);
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .sea.fade #shadow image {
      opacity: 0; }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.debug {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  display: none; }
  .debug.active {
    display: block; }
  .debug .debug-count {
    background-color: #000000;
    color: #fff;
    padding: 10px;
    float: right;
    margin-bottom: 10px; }
  .debug .debug-target {
    background-color: #000000;
    color: #fff;
    padding: 10px;
    float: right;
    margin-bottom: 10px; }
  .debug .debug-step-btn {
    width: 70px;
    height: 70px;
    background-color: #000000;
    float: right;
    background-image: url("../images/debug-btn.png");
    background-size: 70%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 100%;
    margin-right: 10px; }
    .debug .debug-step-btn.active {
      background-color: #333; }

@-webkit-keyframes upDown {
  to {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes upDown {
  to {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@-webkit-keyframes translate {
  to {
    -webkit-transform: translateX(1314px);
    transform: translateX(1314px); } }

@keyframes translate {
  to {
    -webkit-transform: translateX(1314px);
    transform: translateX(1314px); } }
