/* CSS Document */
@media (min-width: 768px) {
  /* Body */
  .title {
    font: 300 40px/1.0 "Oswald", sans-serif;
    text-align: center;
  }
  .studio {
    font: italic 300 44px/1.0 "Caprasimo", cursive;
    text-align: center;
    margin-top: -20px;
    color: red;
  }
  .desc {
    font: 24px/1.6 "Oswald", sans-serif;
    margin-left: 100px;
  }
  .image {
    margin-left: 100px;
  }
  body {
    font-family: source-sans-pro;
    background-color: #f2f2f2;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 200;
  }
  /* Container */
  .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    background-color: #FFFFFF;
  }
  /* Navigation */
  header {
    width: 100%;
    height: 100%;
    background-color: #1e90ff;
    border-bottom: 1px solid #2C9AB7;
  }
  .logo {
    color: #fff;
    font-weight: bold;
    text-align: undefined;
    width: 10%;
    float: left;
    margin-top: 7px;
    margin-bottom: -12px;
    margin-left: 18px;
    letter-spacing: 4px;
  }
  nav {
    float: right;
    text-align: right;
    margin-top: 24px;
    margin-bottom: -12px;
    margin-right: 0px;
  }
  header nav ul {
    list-style: none;
    float: right;
  }
  nav ul li {
    float: left;
    color: #FFFFFF;
    font: 15px/1.6 "Oswald", sans-serif;
    text-align: left;
    margin-right: 25px;
    letter-spacing: 1px;
    transition: all 0.3s linear;
  }
  ul li a {
    color: #FFFFFF;
    text-decoration: none;
  }
  ul li:hover a {
    color: #ccc;
  }
}
@media (max-width: 767px) {
  /* Body */
  .title {
    font: 300 21px/1.0 "Oswald", sans-serif;
    text-align: center;
  }
  .desc {
    font: 13px/1.6 "Oswald", sans-serif;
    margin-left: 10px;
    width: 95%;
  }
  .studio {
    font: italic 300 20px/1.0 "Caprasimo", cursive;
    text-align: center;
    margin-top: -10px;
    color: red;
  }
  .image {
    margin-left: 10px;
    width: 95%;
  }
  body {
    font-family: "BIZ UDPゴシック", "Open Sans", "Open Sans Light";
    background-color: #f2f2f2;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 200;
  }
  /* Container */
  .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    background-color: #FFFFFF;
  }
  /* Navigation */
  header {
    width: 100%;
    height: 100%;
    background-color: #1e90ff;
    border-bottom: 1px solid #2C9AB7;
  }
  .logo {
    color: #fff;
    font-weight: bold;
    text-align: undefined;
    width: 10%;
    float: left;
    margin-top: 7px;
    margin-bottom: -12px;
    margin-left: 18px;
    letter-spacing: 4px;
  }
  nav {
    float: right;
    text-align: right;
    margin-top: 30px;
    margin-bottom: -12px;
    margin-right: 0px;
  }
  header nav ul {
    list-style: none;
    float: right;
  }
  nav ul li {
    float: left;
    color: #FFFFFF;
    font: 10px/1.0 "Oswald", sans-serif;
    text-align: left;
    margin-right: 25px;
    letter-spacing: 1px;
    transition: all 0.3s linear;
  }
  ul li a {
    color: #FFFFFF;
    text-decoration: none;
  }
  ul li:hover a {
    color: #0044ff;
  }
  /* CSS Document */
}