html, body.landing {
  height: 100%;
  background-image: url("../gfx/bg.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
  font-family: "Noto Sans JP", Arial, Sans-Serif;
  min-width: 320px; }

body.landing {
  	/*
     * Header
     */
  	/*
     * Cover
     */
  	/*
     * Footer
     */
  /*
  * Main
   */ }
  body.landing label {
    line-height: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline !important; }
  body.landing .masthead {
    margin-bottom: 2rem;
    background-color: black; }
  body.landing .masthead-brand {
    margin-bottom: 0; }
  body.landing .nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: .25rem solid transparent; }
  body.landing .nav-masthead .nav-link:hover,
  body.landing .nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, 0.25); }
  body.landing .nav-masthead .nav-link + .nav-link {
    margin-left: 1rem; }
  body.landing .nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff; }
  @media (min-width: 48em) {
    body.landing .masthead-brand {
      float: left; }
    body.landing .nav-masthead {
      float: right; } }
  body.landing .cover-container {
    max-width: 42em;
    align-items: center;
    justify-content: center; }
  body.landing .cover {
    padding: 1.5rem 2rem;
    background: white;
    color: #333333;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5) !important; }
  body.landing .mastfoot {
    color: rgba(255, 255, 255, 0.5); }
  body.landing .btn-primary {
    width: 334px;
    height: 62px;
    line-height: 52px;
    font-size: 20px;
    border-radius: 20px;
    border: none;
    color: #344e42;
    font-style: normal;
    box-shadow: 0 8px 12px 0 #afd5cd;
    background-image: linear-gradient(to bottom, #daff74, #c7ff5b 48%, #b3ff40); }
    body.landing .btn-primary:hover {
      background-image: linear-gradient(to bottom, #a7f136, #c7ff5b 48%, #b3ff40); }
  @media (max-width: 580px) {
    body.landing main {
      width: 100%;
      max-width: 320px;
      margin: 0 20px; }
      body.landing main h3 {
        font-size: 1.25rem; }
      body.landing main .custom-select-lg {
        font-size: 1rem;
        padding-left: 0.75rem; }
      body.landing main .form-control-lg {
        font-size: 1rem; }
      body.landing main .btn-primary {
        width: 100%;
        max-width: 334px;
        height: 42px;
        line-height: 32px;
        font-size: 16px;
        border-radius: 16px; }
      body.landing main .main-logo {
        height: 200px; } }

/*# sourceMappingURL=base.css.map */
