@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);@import url(https://fonts.googleapis.com/css?family=Architects+Daughter);@import url(https://fonts.googleapis.com/css?family=Permanent+Marker);*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-size: 12px;
  font-family: "Noto Sans TC", "STHeitiTC-Light", Microsoft JhengHei, "Microsoft JhengHei", sans-serif;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  background-color: #8f6192;
}
main {
  width: 100%;
  overflow-x: hidden;
}
h1,
h2,
p,
a {
  color: #333;
}
a {
  font-size: 1.5rem;
  cursor: pointer;
  text-decoration: none;
}
h1 {
  font-size: 4rem;
}
h2 {
  margin: 0.5em 0;
  text-align: justify;
  font-size: 2.2rem;
  font-weight: 300;
}
h3 {
  font-size: 30px;
}
p {
  font-size: 1.5rem;
}
figure img {
  border-radius: 3px;
}
figcaption {
  margin-top: 0.1em;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5;
}
.logoShare {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
}
.logoShare a {
  font-size: 0;
}
.logoShare__logo {
  display: none;
}
.logoShare__logo img {
  width: 40px;
  height: 40px;
}
.logoShare__logo.active {
  display: inline;
}
.logoShare__share {
  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;
  position: absolute;
  top: 50px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  opacity: 0;
}
.logoShare__share img {
  height: 20px;
}
.logoShare__share.toggle {
  display: none;
  width: 40px;
  height: 40px;
  z-index: 999;
  opacity: 1;
}
.logoShare__share.toggle img {
  width: 40px;
  height: 40px;
}
.logoShare__share.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logoShare__share.fb {
  background-color: #3b5998;
}
.logoShare__share.fb.open {
  opacity: 1;
  transition-duration: 0.19s;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}
.logoShare__share.line {
  background-color: #00c300;
}
.logoShare__share.line.open {
  opacity: 1;
  transition-duration: 0.19s;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}
.logoShare__share.gplus {
  background-color: #d34836;
}
.logoShare__share.gplus > img {
  height: 15px;
}
.logoShare__share.gplus.open {
  opacity: 1;
  transition-duration: 0.19s;
  -webkit-transform: translate3d(0, 150px, 0);
          transform: translate3d(0, 150px, 0);
}
.audioControl {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
  cursor: pointer;
}
.audioControl img {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
}
.audioControl img.active {
  display: block;
}
.audioControl img.hide {
  display: none !important;
}
.audioControl.active {
  display: block;
}
.heroVideo {
  position: fixed;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.heroVideo video {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.heroVideo iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.heroVideo__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}
.heroVideo__title h2,
.heroVideo__title h3,
.heroVideo__title h4 {
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-shadow: 0px 1px #8f6192;
}
.heroVideo__title h2 {
  margin: 0.2em 0;
  font-size: 4rem;
  color: rgba(255,153,255,0.7);
  font-family: 'Permanent Marker', cursive;
  text-shadow: none;
}
.heroVideo__title h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.3;
}
.heroVideo__title h4 {
  margin-top: 1em;
  font-size: 1.2rem;
  line-height: 1.3;
}
.heroVideo .license {
  position: absolute;
  bottom: 5%;
  right: 5%;
  font-size: 1rem;
  color: rgba(255,255,255,0.8);
}
.streetView {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 100vh;
  overflow-x: hidden;
}
.streetView__curtain {
  display: none;
}
.streetViewArticle {
  position: relative;
  z-index: 1;
  transition: opacity 0.2s ease-out;
}
.streetViewArticle.hidden {
  opacity: 0;
}
.streetViewArticle__header {
  display: none;
}
.streetViewArticle__footer {
  display: none;
}
.streetViewArticle__eyecatch {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
}
.streetViewArticle__eyecatch h2 {
  color: #fff;
}
.streetViewArticle__content {
  padding: 2em;
  background-color: rgba(255,255,255,0.85);
}
.streetViewArticle__content h1,
.streetViewArticle__content p {
  margin: 0;
  text-align: justify;
  font-weight: 300;
}
.streetViewArticle__content h1 {
  margin-bottom: 0.5em;
  font-family: "Architects Daughter", cursive;
  border-bottom: 1px solid #000;
}
.streetViewArticle__content p {
  line-height: 1.5;
}
.streetViewArticle__content strong {
  color: #8f6192;
  font-size: 8rem;
}
.streetViewArticle__content figure {
  display: none;
}
.streetViewArticle__curtain {
  width: 100%;
  height: 80vh;
  background-color: transparent;
}
.streetViewArticle__curtain.eyecatch {
  height: 150vh;
}
.story {
  position: relative;
  z-index: 2;
  width: 100%;
}
.story article {
  padding: 1em 1.5em 20px;
  text-align: justify;
  background-color: #fff;
}
.story article p {
  margin: 1.5em 0;
  font-weight: 300;
  line-height: 1.7;
}
.story article h3 {
  font-weight: 400;
}
.story article h4 {
  position: relative;
  margin: 1em 0;
  margin-top: 1.5em;
  padding: 0.5em 0;
  font-size: 22px;
  font-weight: 300;
  color: #8f6192;
  line-height: 1.5;
  clear: both;
}
.story article h4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 33%;
  height: 3px;
  background-color: #8f6192;
}
.story article h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33%;
  height: 3px;
  background-color: #8f6192;
}
.story article .credit {
  margin: 0.5em 0;
  font-size: 1.3rem;
}
.story article .credit span {
  margin: 0 0.5em;
}
.story article .brief {
  margin: 0.5em 0;
  color: #8f6192;
  font-size: 1.3rem;
}
.story figure {
  width: 100%;
  margin: 0.5em 0 1.5em;
}
.story img {
  width: 100%;
}
.story__video {
  position: relative;
  width: calc(100% + 3em);
  margin-left: -1.5em;
  padding-top: calc((100% + 3em) * 0.5625);
}
.story__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.eyecatchEnd {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 100vh;
  padding: 0 10%;
  color: #fff;
  font-weight: 300;
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
  background-color: #8f6192;
  opacity: 0;
}
.eyecatchEnd.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.eyecatchEnd br {
  display: none;
}
.streetViewImg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}
.streetViewImg figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.streetViewImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.streetViewMap {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
}
.streetViewMap figure {
  display: none;
}
.relatedProject {
  position: relative;
  z-index: 1;
  width: calc(100% - 3em);
  margin: 1.5em auto;
  padding: 10px 2em 20px;
  background-color: #8f6192;
  border: 1px solid #fff;
  overflow: hidden;
}
.relatedProject figure {
  position: relative;
  width: 100%;
  margin: 0;
  padding-top: 66.66%;
}
.relatedProject figure img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.relatedProject h3 {
  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;
  height: 54px;
  margin: 0.5em 0 0;
  font-weight: 300;
  text-align: center;
}
.relatedProject p {
  margin: 0.5em 0;
  line-height: 1.7;
  font-weight: 300;
  text-align: justify;
}
.relatedProject a {
  color: #fff;
}
.relatedProject .headline {
  color: #fff;
  text-align: center;
}
.relatedProject__project {
  display: inline-block;
  float: left;
}
.relatedProject__control--arrow {
  position: absolute;
  top: 60%;
  width: 20px;
  font-size: 0;
}
.relatedProject__control--arrow img {
  width: 20px;
}
.relatedProject__control--arrow.left {
  left: 0;
}
.relatedProject__control--arrow.right {
  right: 0;
}
.relatedProjectFix {
  width: 100%;
  overflow-x: hidden;
}
.relatedProjectContainer {
  transition-duration: 0.5s;
}
.eyecatchStart {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  width: 80%;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  text-shadow: 0px 1px #8f6192;
  line-height: 1.3;
  opacity: 0;
}
.fbComment {
  padding: 1em 1.5em;
}
.landscape {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: #333;
}
.landscape figure {
  text-align: center;
  font-weight: 300;
}
.landscape figure img {
  width: 60px;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.landscape figure p {
  margin-top: 40px;
  color: #fff;
}
.curtain {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: #000;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  body {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .landscape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 600px) {
  .heroVideo__title h2 {
    font-size: 8rem;
  }
  .heroVideo__title h3 {
    font-size: 4rem;
  }
  .heroVideo__title h4 {
    font-size: 2.4rem;
  }
  .streetViewArticle__content {
    padding: 2em 15%;
  }
  .story article {
    padding: 1em 15% 50px;
  }
  .story article h3 {
    line-height: 1.3;
  }
  .story article .line {
    display: none;
  }
  .story__video {
    width: 100vw;
    margin-left: -15vw;
    padding-top: calc((100vw) * 0.5625);
  }
  .relatedProject {
    width: 70%;
    padding: 10px calc(2em + 5vw) 20px;
  }
  .relatedProject__control--arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
  }
  .relatedProject__control--arrow img {
    width: 30px;
  }
  .fbComment {
    padding: 1em 15%;
  }
  .eyecatchEnd {
    line-height: 1.7;
  }
  .eyecatchEnd br {
    display: inline;
  }
}
@media only screen and (min-width: 900px) {
  .heroVideo {
    z-index: 3;
  }
  .heroVideo__title h2 {
    font-size: 14rem;
  }
  .streetView__curtain {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
  }
  .streetView__curtain.hidden {
    display: none;
  }
  .streetViewArticle {
    z-index: 2;
    width: 300px;
    padding: 10em 4em 50px;
    margin: 0 auto 0 10%;
    background-color: #fff;
  }
  .streetViewArticle__header,
  .streetViewArticle__footer {
    position: fixed;
    left: 10%;
    width: 300px;
    height: 70px;
    background-color: #fff;
  }
  .streetViewArticle__header.active,
  .streetViewArticle__footer.active {
    display: block;
  }
  .streetViewArticle__header {
    top: 0;
  }
  .streetViewArticle__footer {
    bottom: 0;
    padding: 0 4em;
  }
  .streetViewArticle__footer a {
    font-size: 2.2rem;
    line-height: 70px;
    color: #8f6192;
    font-weight: 300;
  }
  .streetViewArticle__footer.hide {
    display: none;
  }
  .streetViewArticle__content {
    height: 100vh;
    padding: 0;
    background-color: transparent;
  }
  .streetViewArticle__content h1 {
    text-align: center;
    font-size: 3rem;
    line-height: 1;
  }
  .streetViewArticle__content strong {
    font-size: 8rem;
  }
  .streetViewArticle__content figure {
    display: block;
    margin: 2em 0;
  }
  .streetViewArticle__content img {
    height: 70px;
    cursor: pointer;
  }
  .streetViewArticle__content figcaption {
    margin-top: 1em;
    font-size: 1.5rem;
    color: #8f6192;
    cursor: pointer;
  }
  .streetViewArticle__curtain {
    display: none;
  }
  .streetViewArticle__eyecatch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .story article {
    padding: 5% 20%;
  }
  .story article h3 {
    font-size: 50px;
  }
  .story article h4 {
    padding: 1em 0;
  }
  .story article .brief {
    margin: 1em 0;
  }
  .story article .credit br {
    display: none;
  }
  .story figure.story__img--2c {
    width: 45%;
  }
  .story .two-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .story .two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .story .two-column p {
    margin-top: 0;
  }
  .story .two-column__block {
    width: 48%;
  }
  .story__video {
    margin-left: -20vw;
  }
  .streetViewImg {
    z-index: 0;
  }
  .streetViewMap {
    z-index: 1;
  }
  .streetViewMap figure {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    display: block;
    text-align: center;
  }
  .streetViewMap figcaption {
    margin-top: 0.5em;
    font-size: 1.5rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: 1px;
  }
  .streetViewMap img {
    width: 40px;
  }
  .relatedProject {
    width: 60%;
    padding: 10px 40px 20px;
  }
  .relatedProject__project {
    padding: 0 20px;
  }
  .relatedProject__project p {
    padding: 0 10px;
  }
  .fbComment {
    padding: 1em 20%;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@-webkit-keyframes example {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes example {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
