body, h1, h2, h3, h4 {font-family: "Nunito Sans", "Helvetica Neue", Arial, sans-serif;}
h1, h2, h3, h4 {-webkit-font-smoothing: antialiased;}

h1, h2 {
  color: #26ADE4; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.3rem; }

.top-bar-wrapper {
  background-color: #26ADE4; }

.top-bar {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0;
  background-color: #26ADE4;
  color: white; }
  .top-bar .logo-text {
    font-size: 1.3rem; color:#FFF; }
  .top-bar .logo-text:hover {color:#81CFEF;}
  .top-bar ul.dropdown.menu {
    background-color: #26ADE4; }
    .top-bar ul.dropdown.menu li a {
      line-height: 30px;
      color: white; }
      .top-bar ul.dropdown.menu li a:hover {
        color: #81cfef; }

#og-header {
  background: url(https://d289qh4hsbjjw7.cloudfront.net/visualnovelmaker-com-20171114053352482/files/home-pattern.png) repeat; }
#jp-header {
  background: #010333; }
  header h1, header p {
    color: #53354f; }
  header .metis {
    height: 460px;
    background: url(https://d289qh4hsbjjw7.cloudfront.net/visualnovelmaker-com-20171114053352482/files/metis-675x1125x11.png) no-repeat top center;
    background-size: 675px auto; }
  @media (max-width: 767px) {
    header .hero-text {
      margin: 2rem 0;
      text-align: center; } }

footer {
  color: white;
  background-color: #303030;
  box-shadow: 0px 500px 0px 500px #232323; }
  footer .footer-copyright {
    color: #4a4a4a;
    padding: 1rem;
    background-color: #232323; }
    footer .footer-copyright .logo {
      display: inline-block; }
    footer .footer-copyright .copyright-text {
      padding-left: 1rem; }
  footer ul {
    margin: 0;
    padding: 1rem;
    list-style-type: none; }
    footer ul li {
      display: inline-block;
      margin-right: 1rem; }
  footer a {
    color: #7a7a7a; }

.button {
  background-color: #26ADE4; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: white transparent transparent; }

.is-dropdown-submenu {
  border: none;
  background-color: #188fbf !important;
  z-index:4;}

.page-content .heading {
  margin: 4em auto; }
.page-content .vertical-feature-block h3 {
  margin-top: 2rem; }
.page-content .major-feature-block .image img {
  margin-bottom: 1rem; }
@media (max-width: 767px) {
  .page-content .major-feature-block .content {
    text-align: center; }
    .page-content .major-feature-block .content h3 {
      width: 100%; } }

.page-content .features img {margin-bottom:1rem;}
.page-content .features .small-12,
.page-content .platforms .small-6 {margin-bottom:2rem;}

.page-content .free-assets .heading {
  margin-bottom: 1em; }
.page-content .free-assets .image {
  background: url(https://d289qh4hsbjjw7.cloudfront.net/visualnovelmaker-com-20171114053352482/files/assets-2800x800.jpg) no-repeat center top;
  background-size: cover;
  margin-top: 1em;
  max-width: 100%;
  height: 400px; }
.page-content .mailing-list {
  background-color: #fafafa;
  margin-top: 4rem;
  padding: 1rem 0; }
  .page-content .mailing-list .field-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem; }
  .page-content .mailing-list .mc-field-group, .page-content .mailing-list label, .page-content .mailing-list input {
    display: inline-block;
    margin: 0 0.5rem 0 0; }
  .page-content .mailing-list input[type=email] {
    width: 240px; }

.row {
  max-width: 75rem; }

@media (max-width: 767px) {
  .hide-responsive {
    display: none; } }

.show-responsive {
  display: none; }
  @media (max-width: 767px) {
    .show-responsive {
      display: block; } }



/* header bg */

/*!
* animate.css -http://daneden.me/animate
* Version - 3.5.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2017 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -50%, 0);
    visibility: visible; }

  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 50%, 0);
    visibility: visible; }

  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(30%, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30%, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

.animate_mv_bg3 {
  animation-duration: 5s;
  animation-delay: 0.2s; }

.animate_mv_bg2 {
  animation-duration: 4.7s;
  animation-delay: 0.2s; }

.animate_mv_bg1 {
  animation-duration: 4.5s;
  animation-delay: 0.1s; }

.fadeInDown_animate {
  animation-duration: 1.5s;
  animation-delay: 5.8s; }

.fadeIn_animate {
  animation-duration: 1s;
  animation-delay: 5.3s; }

/* ====================================
MV
==================================== */
#ham-menu li:last-child a {
  padding-right: 30px; }

#mv {
  height: 950px;
/* margin-top: 100px; */
  position: relative;
  overflow: /*hidden*/ visible;
/* background: #010333; */ }
  #mv #bg_layer {
    position: relative;
    height: /*1000px*/ 890px;
    overflow: hidden; }
    #mv #bg_layer #mv_bg1,
    #mv #bg_layer #mv_bg2,
    #mv #bg_layer #mv_bg3 {
      position: absolute;
      width: 100%;
      height: 1500px;
      z-index: 1; }
    #mv #bg_layer #mv_bg1 {
      background: url(https://d289qh4hsbjjw7.cloudfront.net/visualnovelmaker-com-20171114053352482/files/header-bg1-8.png) no-repeat top center;
      background-size: 100%; }
    #mv #bg_layer #mv_bg2 {
      background: url(https://d289qh4hsbjjw7.cloudfront.net/visualnovelmaker-com-20171114053352482/files/header-bg2-11.png) no-repeat top center;
      background-size: 100%; }
    #mv #bg_layer #mv_bg3 {
      background: url(https://d289qh4hsbjjw7.cloudfront.net/visualnovelmaker-com-20171114053352482/files/header-bg3-11.png) no-repeat top center;
      background-size: 100%;
      top: -414px; }
  #mv .catch,
  #mv .read {
    position: absolute;
    z-index: 3; }
  #mv .chara,
  #mv .ground {
    position: absolute; }
  #mv .chara {
    left: 50%;
    bottom: 13px;
    margin-left: -167px;
    z-index: 1; }
    #mv .chara img {
      width: 85%; }
  #mv .ground {
    max-width: 100%;
    background-size: cover;
    bottom: -12px;
    z-index: 2; }
  #mv .catch {
    width: 100px;
    top: 250px;
    left: 50px; }
  #mv .read {
    top: 80px;
    margin-left: 154px; }


  nav {
    display:none;
    position: fixed;
    width: 206px;
    z-index: 9999;
    top: 80px;
    left: 20px;
    box-shadow: 0px 0px 9px -3px #4c4c4c;
    -moz-box-shadow: 0px 0px 9px -3px #4c4c4c;
    -webkit-box-shadow: 0px 0px 9px -3px #4c4c4c;
    -ms-box-shadow: 0px 0px 9px -3px #4c4c4c;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-collapse: separate; }
    nav .inner {
      padding: /*20px 0 0 0*/ 0; }
      nav .inner h1 {
        text-align: center;
        padding: 0 12px;
        /*margin-bottom: 20px;*/ }
      nav ul {
        list-style: none; margin:0; }
      nav .inner li {
        font-family: Georgia, serif; }
        nav .inner li a {
          display: block;
          color: #4c4c4c;
          padding: 12px 0 12px 30px; }
          nav .inner li a:hover {
            background-color: rgba(28, 36, 115, 0.9);
            color: #ffffff; }
        nav .inner li:last-child a {
          line-height: 1.9; }
          nav .inner li:last-child a:hover {
            border-bottom-right-radius: 6px;
            border-bottom-left-radius: 6px; }
    nav .fa-external-link:before {
      position: absolute;
      bottom: 11px;
      right: 67px; }


@media print, screen and (min-width: 751px) {
  /* ====================================
  PC BASE
  ==================================== */
  .btn {
    font-size: 28px;
    letter-spacing: 3px; }
    .btn a {
      padding: 30px 45px; }

  h3 {
    font-size: 32px;
    margin-bottom: 30px; }

  nav {display:block;}

  /* ====================================
  PC MV
  ==================================== */
  #mv {
    height: 890px;
    margin-top: 0; }
    #mv #bg_layer #mv_bg1 {
      top: -360px; }
    #mv #bg_layer #mv_bg3 {
      background: url(https://d289qh4hsbjjw7.cloudfront.net/visualnovelmaker-com-20171114053352482/files/header-bg3-11.png) no-repeat top center;
      left: 50%;
      background-size: 100%;
      max-width: 1000px;
      margin-left: -500px;
      top: 48px; }
    #mv .catch {
      top: 165px;
      left: 50%;
      margin-left: 260px;
      width: 75px; }
    #mv .read {
      top: 696px;
      left: 50%;
      margin-left: 89px;
      max-width: 480px;
      width: 43%; }
      #mv .read .pc {
        display: block; }
      #mv .read .sp {
        display: none; }
    #mv h1 {
      top: 490px;
      right: -77px;
      width: 590px; }
    #mv .chara {
      bottom: -10px;
      margin-left: -225px; }
      #mv .chara img {
        width: 100%; }
    #mv .ground {
      bottom: -25px; }
    #mv .pv {
      position: absolute;
      bottom: 97px;
      left: 50%;
      margin-left: -480px;
      z-index: 999; } }

@media print, screen and (min-width: 1300px) {
  /* ====================================
  PC MV
  ==================================== */
  #mv .chara {
    bottom: -10px; }
  #mv .ground {
    bottom: -41px; } }


@media screen and (max-width:359px) {.dropdown.menu a {padding:0.7rem;} }
/* @media screen and (max-width:750px) {
  .animate_mv_bg1, .animate_mv_bg2, .animate_mv_bg3 {animation-name:none;}
  #mv #bg_layer #mv_bg1,
  #mv #bg_layer #mv_bg2,
  #mv #bg_layer #mv_bg3 {background-size:cover; background-attachment:fixed;}
} */


#og-header {display:block;}
#jp-header {display:none;}
@media print, screen and (min-width: 751px) {
  #og-header {display:none;}
  #jp-header {display:block;}
}


#mv {margin-bottom:5rem;}

.herobar, .herotext {position:absolute; width:100%; height:auto; z-index:3; background:#002; background:rgba(0,0,34,0.4);}

.herobar {top:80px; left:0;}
.herobar img {display:block; width:465px; max-width:90%; margin:0 auto;}

.herotext {display:block; top:320px; left:0;}
.herotext .column {padding:1rem 0;}
.herotext h2, .herotext .subheader {text-shadow:0 0 4px #000,0 0 5px #000;}
.herotext .subheader {color:#EEE; margin-bottom:1rem;}
.herotext .button {box-shadow:0 2px 6px 0 #000;}

.page-content {margin:3rem auto;}

.game-demo .iframe-container {position:relative; width:100%; height:0; padding-bottom:56.25%; overflow:hidden; margin:2rem auto;}
.game-demo iframe {position:absolute; left:0; top:0; width:100%; height:100%;}
