/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@import url(http://fonts.googleapis.com/css?family=Comfortaa:400,300,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
body {
  font: 16px/26px Helvetica, Helvetica Neue, Arial;
  font-weight: 400;
}

.header-wrapper {
  width: 90%;
  margin: 0 5%;
}
@media screen and (min-width: 1000px) {
  .header-wrapper {
    width: 1026px;
    /* 1140px - 10% for margins */
    margin: 2% auto;
  }
}

/* ==============
    MOBILE: Menu
   ============== */
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

nav a {
  display: block;
  margin-bottom: 10px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #537685;
}

nav a:hover,
nav a:visited {
  color: #000;
}

nav a:hover {
  text-decoration: none;
}

/* ==============
    MOBILE: Main
   ============== */
.main {
  padding: 30px 0;
}

.main article h1 {
  font-size: 2em;
}

.main aside {
  color: white;
  padding: 0px 5% 10px;
}

.footer-container {
  background-color: #fff;
}

.footer-container footer {
  color: #888;
  padding: 20px 0;
  text-align: center;
}

.footer-container h3 {
  font-weight: normal;
  font-size: 0.8em;
  letter-spacing: 0.1em;
}

/* ===============
    ALL: IE Fixes
   =============== */
.ie7 .title {
  padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
 *font-family: 'Comfortaa', cursive;
 *weight 300,400,700
 *main color #537685
 *
 */
* {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1, h1, h3, h4, h5, h6, p {
  line-height: 1em;
  margin: 0;
  padding: 0;
  white-space: pre;
  font-weight: 400;
}

h1.title {
  text-indent: -9999px;
  background: url("img/logo.png") no-repeat center center;
  width: 15px;
  height: 40px;
  color: #537685;
}

/*
 *main-image-container
 */
.logo-container {
  width: 100%;
  text-align: center;
  margin-top: 25%;
}

.logo-container .text {
  width: 100%;
  margin: 0 auto;
  color: #333;
}

.text-logo {
  font-size: 2.5em;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 767px) {
  .text-logo {
    font-size: 1.5em;
  }
}

.text-logo-cap {
  font-size: 0.8em;
  letter-spacing: 0.2em;
  line-height: 2em;
  margin-top: 1%;
}
@media screen and (max-width: 767px) {
  .text-logo-cap {
    margin-top: 5%;
  }
}

.contact-info {
  width: 100%;
  text-align: center;
  font-size: 1em;
  letter-spacing: 0.2em;
  line-height: 1.5em;
}

/*
 *works
 */
.works {
  cursor: pointer;
}

.works-title {
  width: 100%;
  height: 200px;
  background-color: #537685;
}

.works-container {
  background-color: #ccc;
}

.works-container .works {
  width: 100%;
  height: 400px;
}

.works-container .works .works-content {
  width: 1026px;
  margin: 0 auto;
}

.works-content {
  position: relative;
}

.works-info {
  padding: 10px;
  position: absolute;
  top: 100px;
  z-index: 50;
}

.works-left .works-info {
  left: 0;
}

.works-right .works-info {
  right: 0;
}

.works-info h2 {
  font-size: 3.9em;
}

.works-info p {
  font-size: 0.9em;
  padding-bottom: 0.5em;
  letter-spacing: 0.1em;
}

.works-img {
  width: 100%;
  height: 400px;
  position: absolute;
  overflow: hidden;
  z-index: 49;
}

/*
 *for works each
 */
.akasaka-led img,
.soemon-led img,
.bw-web img,
.bw-ci img {
  width: 1050px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.soemon-led {
  background-color: #151a24;
  color: #fff;
}

.akasaka-led {
  background-color: #000;
  color: #fff;
}

.bw-web {
  background-color: #fff;
  color: #cb1725;
}

.bw-ci {
  background-color: #f1f1f1;
  color: #cb1725;
}

/*
 *above footer
 */
.about-container {
  background-color: #537685;
  width: 100%;
  min-height: 250px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* ====================
      INTERMEDIATE: Menu
     ==================== */
  nav a {
    float: left;
    width: 27%;
    margin: 0 1.7%;
    padding: 25px 2%;
    margin-bottom: 0;
  }

  nav li:first-child a {
    margin-left: 0;
  }

  nav li:last-child a {
    margin-right: 0;
  }

  /* ========================
      INTERMEDIATE: IE Fixes
     ======================== */
  nav ul li {
    display: inline;
  }

  .oldie nav a {
    margin: 0 0.7%;
  }
}
@media only screen and (min-width: 768px) {
  /* ============
      WIDE: Menu
     ============ */
  .title {
    float: left;
  }

  nav {
    float: right;
    width: 38%;
  }

  /* ============
      WIDE: Main
     ============ */
  .main article {
    float: left;
    width: 57%;
  }

  .main aside {
    float: right;
    width: 28%;
  }
}
@media only screen and (min-width: 1140px) {
  /* ===============
      Maximal Width
     =============== */
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}

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