@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400");
.footer__list > .section, .showcase__content, .lightbox__content, body, input, textarea, select, button {
  font-family: "Ubuntu", "Microsoft JhengHei", "SimHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer__list > .section, .showcase__content, .lightbox__content {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-shadow: 0 0 0;
}
@keyframes floathint {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0.1em);
  }
  100% {
    transform: translateX(0);
  }
}
input {
  width: 100%;
}
input[type=file] {
  display: none;
}

.input--text > label[for], .input--checkbox > label[for]:before, .input--text > input {
  -moz-transition: 0.2s ease, background 0.5s ease;
  -o-transition: 0.2s ease, background 0.5s ease;
  -webkit-transition: 0.2s ease, background 0.5s ease;
  transition: 0.2s ease, background 0.5s ease;
  border: 0;
  border-radius: 3px;
  padding: 0.5em 0.8em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.input--text > label[for]:focus, .input--checkbox > label[for]:focus:before, .input--text > input:focus {
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(0, 0, 0, 0.1);
}
.input--text, .input--checkbox {
  position: relative;
}
.input--text > input + .error, .input--checkbox > input + .error {
  display: block;
  left: 5px;
  background: rgba(178, 34, 34, 0.9);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0), 1px 2px 0px rgba(0, 0, 0, 0.15);
  color: white;
  font-size: 0.8em;
  font-weight: normal;
  padding: 0.3em 0.5em;
  pointer-events: none;
  opacity: 0;
  position: relative;
  left: 0;
}
.input--text > input + .error:before, .input--checkbox > input + .error:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 4px solid rgba(178, 34, 34, 0.9);
}
.input--text > input.error + .error, .input--checkbox > input.error + .error {
  opacity: 1;
}
.input--text {
  position: relative;
}
.input--text > label[for] {
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  box-sizing: border-box;
}
.input--text > label[for]:after {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
  font-size: 12px;
  margin-left: 0.5em;
  color: rgba(191, 235, 54, 0.3);
  transform: scale(0.8);
  opacity: 0;
}
.input--text input {
  cursor: pointer;
}
.input--text input:focus, .input--text input:valid, .input--text input.error, .input--text input:disabled {
  cursor: text;
  margin-top: 1em;
}
.input--text input:focus ~ label[for], .input--text input:valid ~ label[for], .input--text input.error ~ label[for], .input--text input:disabled ~ label[for] {
  transform: translateY(-100%);
  font-size: 12px;
  height: auto;
  color: #bfeb36;
  margin-top: 1em;
  padding-left: 0;
  padding: 0;
}
.input--text input:disabled {
  cursor: not-allowed;
}
.input--text input:valid:not(.error) ~ label:after {
  opacity: 1;
}
.input--checkbox > input[type=checkbox] {
  width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.input--checkbox > input[type=checkbox]:checked + label[for]:before {
  color: #bfeb36;
}
.input--checkbox > label[for]:before {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
  padding: 0;
  color: transparent;
  font-size: 0.85em;
}

.plan.active .showcase__button, .form__action > button, .lightbox__action > button, .header__button, .plan .showcase__button {
  padding: 0.1em 0.4em;
  border-radius: 0.15em;
  cursor: pointer;
}
.plan.active .showcase__button, .form__action > button, .lightbox__action > button {
  display: inline-block;
  color: #333333;
  background-color: #bfeb36;
  border: 0;
  position: relative;
  transition: shadow 0.2s ease, background 0.5s ease-in-out;
}
.plan.active .showcase__button:hover, .form__action > button:hover, .lightbox__action > button:hover, .plan.active .showcase__button:focus, .form__action > button:focus, .lightbox__action > button:focus {
  background: #c6ed4d;
  color: #333333;
}
.header__button {
  display: inline-block;
  color: white;
  background-color: #333333;
  border: 0;
  position: relative;
  transition: shadow 0.2s ease, background 0.5s ease-in-out;
}
.header__button:hover, .header__button:focus {
  background: #404040;
  color: white;
}
.share__btn.facebook {
  position: relative;
}
.share__btn.facebook:before {
  content: "";
}
.share__btn.github {
  position: relative;
}
.share__btn.github:before {
  content: "";
}
.form button[disabled] {
  background: #cccccc;
  color: #999999;
  cursor: not-allowed;
}
.form button[disabled]:hover {
  color: #999999;
}
.plan .showcase__button {
  transition: all 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #bfeb36;
  color: #bfeb36;
}
.plan .showcase__button:hover, .plan .showcase__button:focus {
  background: white;
  border-color: #b8e91f;
  color: #b8e91f;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
}
.plan .showcase__button:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.header__button, .plan .showcase__button, .plan.active .showcase__button, .form__action > button, .lightbox__action > button {
  padding: 0.6em 2.5em;
  font-size: 1.2rem;
}
a {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__list > .section a {
  color: #bfeb36;
  cursor: pointer;
}
.footer__list > .section a:hover {
  color: #cbef5b;
}
.form a {
  color: rgba(191, 235, 54, 0.8);
  display: inline-block;
  position: relative;
}
.form a:hover {
  color: #bfeb36;
}
.form a:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  max-width: 0;
  position: absolute;
  background: #bfeb36;
  bottom: 0;
  transition: 0.2s ease;
}
.form a:hover:after {
  max-width: 100%;
}
ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

a, a:link, a:hover, a:active, a:visited {
  text-decoration: none;
  cursor: pointer;
}

input, select, *:focus {
  outline: 0 !important;
}

.footer__list, .feature__wrapper, .case__wrapper, .plan__wrapper {
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .footer__list, .feature__wrapper, .case__wrapper, .plan__wrapper {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .footer__list, .feature__wrapper, .case__wrapper, .plan__wrapper {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__list, .feature__wrapper, .case__wrapper, .plan__wrapper {
    width: 1170px;
  }
}

.input--text:after, .plan__wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.input--text > label[for]:after, .input--checkbox > label[for]:before, .share__btn.facebook:before, .share__btn.github:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section__title, .lightbox__title, .form, .lightbox {
  width: 80%;
  min-width: 280px;
  max-width: 500px;
  margin: 0 auto;
}

body {
  padding: 0;
  margin: 0;
}

img {
  display: block;
  margin: 0 auto;
}

.highlight {
  color: #bfeb36;
}

.logo__img {
  width: 5em;
  height: 5em;
}
.logo__title, .logo__text {
  display: block;
  line-height: 1.5;
  color: #666666;
}
.logo__title {
  font-size: 1.6em;
  margin-top: 0.5em;
}
.logo__text {
  font-size: 0.7em;
}

.menu__wrapper {
  padding: 0 1em;
  display: table;
  width: 100%;
  background: #333333;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 9;
}
.menu__logo, .menu__list {
  display: table-cell;
  vertical-align: middle;
}
.menu__logo {
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}
.menu__logo:before {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  width: 1.5em;
  height: 1.5em;
  background-image: url(../img/logo.png);
  background-size: cover;
}
.menu__logo:hover {
  color: white;
}
.menu__list {
  margin: 0;
  width: 100%;
  text-align: right;
}
.menu__list > li {
  display: inline-block;
  color: #bfeb36;
  margin-left: 1em;
}
.menu__list > li > a {
  display: block;
  padding: 1.2em 0;
  color: rgba(255, 255, 255, 0.85);
}
.menu__list > li > a:hover {
  color: white;
}

.header {
  background-image: url(../img/header.jpg);
  background-repeat: no-repeat;
  position: relative;
  margin-top: 50px;
  background-position: center top;
  height: auto;
}
@media only screen and (min-width: 1201px) {
  .header {
    height: 47.91667vw;
    background-size: contain;
  }
}
.header__title {
  text-align: center;
  font-size: 4em;
  font-weight: normal;
  margin: 0;
  height: 45%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1200px) {
  .header__title {
    font-size: 3em;
    height: 45vh;
  }
}
.header__title:before, .header__title:after {
  content: "";
  display: block;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.header__title:before {
  background-image: url(../img/title_deco_top.png);
}
.header__title:after {
  background-image: url(../img/title_deco_bottom.png);
}
.header__logo {
  font-size: 1.3rem;
  margin: 2em 0;
}
@media only screen and (max-width: 1200px) {
  .header__logo {
    margin: 1em 0;
  }
}
.header__content {
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .header__content {
    height: 50vh;
    padding-top: 2em;
  }
}
.header__button {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header__button:hover, .header__button:focus, .header__button:focus:active {
  background: #262626;
  color: #66cceb;
}
.header__button__hint {
  background: #ff204f;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 2em;
  position: relative;
  font-size: 0.7em;
  height: 5em;
  width: 5em;
  display: flex;
  align-items: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15), 0 5px 3px -3px rgba(0, 0, 0, 0.3);
}
.header__button__hint:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: calc(50% - 5px);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ff204f;
}

.section__title, .lightbox__title {
  color: #136fc4;
  font-size: 3em;
  font-weight: normal;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  padding: 6rem 0 4.5rem;
}
.section__title > small, .lightbox__title > small {
  display: block;
  color: #b3b3b3;
  font-size: 0.45em;
}
.section__title:before, .lightbox__title:before {
  content: "Easy.Express";
  font-size: 0.3em;
  display: block;
  color: gray;
  background: url(../img/title_deco.png) left top no-repeat;
  height: 88px;
  line-height: 96.8px;
  padding-left: 66px;
  margin-left: -61.6px;
  margin-bottom: -35.2px;
}
.section__title:after, .lightbox__title:after {
  content: "";
  display: block;
  border: 1px solid #bfeb36;
  border-radius: 50%;
  height: 2.2em;
  width: 2.2em;
  position: absolute;
  left: -1.8em;
  top: 2em;
  z-index: -1;
}
.section__subtitle {
  position: relative;
  display: block;
  font-size: 1.5em;
  border-bottom: 1px solid #bfeb36;
  padding: 0.8em 0 0.5em;
  margin-bottom: 0.5em;
}
.section__subtitle:before {
  content: "";
  display: block;
  height: 1px;
  width: 30%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #bfeb36;
}
.section__content {
  padding-bottom: 5rem;
}
.section__content.notitle {
  padding: 0.8em 0 0.5em;
}
.section__reverse, .lightbox__wrapper {
  background-color: #333333;
}
.section__reverse .section__title, .lightbox__wrapper .section__title, .section__reverse .lightbox__title, .lightbox__wrapper .lightbox__title {
  color: #bfeb36;
}
.section__reverse .section__title:before, .lightbox__wrapper .section__title:before, .section__reverse .lightbox__title:before, .lightbox__wrapper .lightbox__title:before {
  background-position: bottom left;
}
.section__reverse .section__title:after, .lightbox__wrapper .section__title:after, .section__reverse .lightbox__title:after, .lightbox__wrapper .lightbox__title:after {
  border-color: rgba(102, 204, 235, 0.3);
}
.section__reverse .section__subtitle, .lightbox__wrapper .section__subtitle {
  color: white;
  border-color: rgba(255, 255, 255, 0.15);
}

.footer {
  background: #222222;
}
.footer__list {
  font-size: 0;
}
.footer__list > .section {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - (2rem * (4 - 1))) / 4);
  margin: 0 0 2rem 2rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .footer__list > .section {
    margin: 0 -1px 2rem 2rem;
  }
}
.footer__list > .section:nth-of-type(4n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .footer__list > .section {
    display: block;
    margin: 1em auto !important;
    min-width: 280px;
    width: 50%;
    text-align: center;
  }
}
.footer__list > .section a {
  color: rgba(255, 255, 255, 0.5);
}
.footer__list > .section .section__subtitle {
  color: white;
  border-color: rgba(255, 255, 255, 0.15);
}
.footer__list > .section .section__content {
  padding-bottom: 0;
}

.share > li {
  display: inline-block;
  vertical-align: top;
}
.share__btn {
  background-color: #333333;
  display: flex;
  height: 3em;
  width: 3em;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}
.share__btn:hover {
  color: inherit !important;
}
.share__btn.facebook:hover {
  background-color: #3b5998;
}
.share__btn.github:hover {
  background-color: #6e5494;
}
.share__btn.line:before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/icon_line.png);
  background-size: cover;
}
.share__btn.line:hover {
  background-color: #00c300;
}

.showcase__img > img {
  max-width: 100%;
}
.showcase__text {
  text-shadow: 0 0 0;
}
.showcase__title {
  text-align: center;
  font-size: 1.5em;
}
.showcase__content {
  color: #595959;
}

.feature {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - (4rem * (3 - 1))) / 3);
  margin: 0 0 4rem 4rem;
  font-size: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .feature {
    margin: 0 -1px 4rem 4rem;
  }
}
.feature:nth-of-type(3n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .feature {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 4rem 4rem;
  }
  .feature:nth-of-type(3n+1) {
    margin-left: 4rem;
  }
}
@media only screen and (max-width: 768px) and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .feature {
    margin: 0 -1px 4rem 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .feature:nth-of-type(1n+1) {
    margin-left: 0;
  }
}
.feature__wrapper {
  font-size: 0;
}
.feature .showcase__title {
  padding-bottom: 0.8em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #66cceb;
  position: relative;
}
.feature .showcase__title:before {
  content: "";
  width: 35%;
  display: block;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  background: #bfeb36;
}

.case__wrapper {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .case__wrapper {
    display: block;
  }
}
.case .showcase__text {
  text-shadow: none;
}
.case .showcase__title {
  font-size: 1.2em;
  color: #bfeb36;
  font-weight: normal;
  padding-top: 1em;
}
.case .showcase__content {
  text-align: center;
  font-size: 0.8rem;
  padding-bottom: 2em;
}

.plan {
  -moz-transition: box-shadow 0.5s linear, transform 0.2s ease;
  -o-transition: box-shadow 0.5s linear, transform 0.2s ease;
  -webkit-transition: box-shadow 0.5s linear, transform 0.2s ease;
  transition: box-shadow 0.5s linear, transform 0.2s ease;
  margin: 2em auto;
  cursor: pointer;
  display: table;
}
@media only screen and (min-width: 769px) {
  .plan {
    display: inline-block;
    margin: 0 1em;
    transform: scale(0.9);
  }
}
.plan:hover {
  box-shadow: inset 0 0 0 1px #eee, 0 10px 8px -7px rgba(0, 0, 0, 0.3), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.plan__wrapper {
  text-align: center;
}
.plan .showcase__img {
  display: table-caption;
  opacity: 0.1;
}
.plan .showcase__img img {
  max-width: none;
  width: 18.75rem;
  height: auto;
}
.plan .showcase__text {
  display: table-cell;
  background: rgba(51, 51, 51, 0.1);
  text-align: center;
  text-shadow: none;
}
.plan .showcase__title {
  margin-top: 1em;
}
.plan .showcase__title:after {
  content: "";
  display: block;
  height: 1px;
  width: 20%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.15);
  margin-top: 0.5em;
}
.plan .showcase__content {
  font-size: 0.9rem;
}
.plan .showcase__button {
  color: gray;
  margin: 1em 0 2em;
  text-shadow: 0 0 0;
  border: 0;
}
.plan .showcase__button:hover {
  color: #333333;
}
.plan.active {
  transform: scale(1);
}
.plan.active .showcase__img {
  opacity: 1;
}
.plan.active .showcase__text {
  background: #333333;
}
.plan.active .showcase__title {
  color: white;
}
.plan.active .showcase__title:after {
  background: rgba(102, 204, 235, 0.3);
}
.plan.active .showcase__content {
  color: rgba(255, 255, 255, 0.3);
}
.plan.active .showcase__button {
  color: #333333;
}
.plan.active .showcase__button:hover {
  color: #333333;
}

.tag {
  display: inline-block;
}
.tag, .tag > a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
  text-shadow: none;
  background-color: #222222;
  padding: 0.2em;
  border-radius: 2px;
}
.tag:hover, .tag > a:hover {
  color: white;
  background-color: rgba(34, 34, 34, 0.7);
}

.form__action {
  margin: 3em 0;
  text-align: center;
}
.form__action > button {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-shadow: 0 0 0;
}
.form__action > button, .form__action > button:hover, .form__action > button:focus {
  color: #222222;
}

.input, .input--text, .input--checkbox {
  margin-top: 1em;
}
.input--text > input, .input--text > label[for] {
  padding: 1em;
  font-size: 0.85rem;
  opacity: 0.95;
  box-sizing: border-box;
}
.input--text input:focus, .input--text input:valid {
  opacity: 1;
}
.input--checkbox > input[type=checkbox]:checked ~ label[for]:before {
  color: #85aa11;
}
.input--checkbox > input[type=checkbox].error + span {
  position: absolute;
}
.input--checkbox > label[for] {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.input--checkbox > label[for]:hover {
  color: white;
}
.input--checkbox > label[for]:hover:before {
  color: rgba(133, 170, 17, 0.3);
}
.input--checkbox > label[for]:before {
  background: white;
  margin-right: 0.5em;
}

.lightbox {
  position: relative;
}
.lightbox__wrapper {
  -moz-transition: transform 0.02s ease-in, opacity 0.2s linear;
  -o-transition: transform 0.02s ease-in, opacity 0.2s linear;
  -webkit-transition: transform 0.02s ease-in, opacity 0.2s linear;
  transition: transform 0.02s ease-in, opacity 0.2s linear;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.98);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  opacity: 0;
}
.lightbox__wrapper.show {
  transform: translateY(0);
  opacity: 1;
}
.lightbox__title {
  margin-top: -6rem;
  padding-bottom: 0.5em;
}
.lightbox__content {
  background: white;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px #eee, 0 10px 8px -7px rgba(0, 0, 0, 0.3), 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 3em;
  color: #333333;
}
.lightbox__action {
  background: #333333;
  text-align: center;
  padding-top: 2em;
}

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