* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none; }

@-webkit-keyframes NavAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }
@-moz-keyframes NavAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }
@keyframes NavAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }
@-webkit-keyframes LogoAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }
@-moz-keyframes LogoAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }
@keyframes LogoAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }
@-webkit-keyframes WorksAnimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes WorksAnimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes WorksAnimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes WorksItemAnimation {
  0% {
    -webkit-filter: brightness(50%);
    filter: brightness(50%); }
  100% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%); } }
@-moz-keyframes WorksItemAnimation {
  0% {
    -webkit-filter: brightness(50%);
    filter: brightness(50%); }
  100% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%); } }
@keyframes WorksItemAnimation {
  0% {
    -webkit-filter: brightness(50%);
    filter: brightness(50%); }
  100% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%); } }
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  color: #F0F0F0;
  background-color: #111;
  -webkit-text-size-adjust: 100%; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 10.5px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

/**
 * Links
 */
a {
  color: #F0F0F0;
  text-decoration: none; }
  a:visited {
    color: #cacaca; }
  a:hover {
    color: #F0F0F0;
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: scroll; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(100% - (30px * 2));
  max-width: calc(100% - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 1280px) {
    .wrapper {
      max-width: -webkit-calc(100% - (30px));
      max-width: calc(100% - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after, .footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #828282; }

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #424242;
  min-height: 56px;
  position: relative; }

.site-title {
  font-size: 26px;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left; }
  .site-title, .site-title:visited {
    color: #424242; }

.site-nav {
  float: right;
  line-height: 56px; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #F0F0F0;
    line-height: 1.5; }
    .site-nav .page-link:not(:first-child) {
      margin-left: 20px; }
  @media screen and (max-width: 736px) {
    .site-nav {
      position: absolute;
      top: 9px;
      right: 30px;
      background-color: #111;
      border: 1px solid #e8e8e8;
      border-radius: 5px;
      text-align: right; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        width: 36px;
        height: 26px;
        line-height: 0;
        padding-top: 10px;
        text-align: center; }
        .site-nav .menu-icon > svg {
          width: 18px;
          height: 15px; }
          .site-nav .menu-icon > svg path {
            fill: #424242; }
      .site-nav .trigger {
        clear: both;
        display: none; }
      .site-nav:hover .trigger {
        display: block;
        padding-bottom: 5px; }
      .site-nav .page-link {
        display: block;
        padding: 5px 10px; } }

/**
 * Site footer
 */
.site-footer {
  padding: 30px 0; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px; }

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px; }

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - (30px / 2)); }

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - (30px / 2)); }

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - (30px / 2)); }

@media screen and (max-width: 1280px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - (30px / 2)); }

  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 736px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
/**
 * Page content
 */
.page-content {
  padding: 30px 0; }

.page-heading {
  font-size: 20px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  font-size: 10.5px;
  color: #828282; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (max-width: 1280px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 1280px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 1280px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 1280px) {
      .post-content h4 {
        font-size: 18px; } }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

/**
 * fullPage 2.5.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: scroll; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1; }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
  background: #333; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  z-index: 1; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0; }

#fp-nav ul li:hover .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.section {
  text-align: center; }

/**
 * Section Header
 */
header {
  position: fixed;
  height: 50px;
  display: block;
  background: #222;
  width: 100%;
  z-index: 9;
  bottom: 30px; }
  header ul {
    display: table;
    width: 600px;
    height: 50px;
    margin: 0 auto;
    -webkit-animation: NavAnimation 1.2s ease 0.1s;
    -moz-animation: NavAnimation 1.2s ease 0.1s;
    animation: NavAnimation 1.2s ease 0.1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
    header ul li {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      max-width: 200px;
      height: 50px; }
      header ul li a {
        display: inline-block;
        max-width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-family: 'Raleway', sans-serif;
        color: #f2f2f2;
        text-decoration: none; }
        header ul li a:hover {
          color: #FFF;
          background: #141414;
          text-decoration: none; }
    header ul li.active {
      color: #FFF;
      background: #333; }

#staff {
  display: none; }

.fp-viewing-works #staff {
  position: fixed;
  height: 50px;
  display: block;
  background: #222;
  width: 100%;
  z-index: 9;
  bottom: 80px; }
  .fp-viewing-works #staff ul li {
    display: table-cell;
    vertical-align: middle; }
    .fp-viewing-works #staff ul li a {
      font-size: 11px;
      width: 100px; }

.staff-works-list #staff {
  position: fixed;
  height: 50px;
  display: block;
  background: #222;
  width: 100%;
  z-index: 9;
  bottom: 80px; }
  .staff-works-list #staff ul li {
    display: table-cell;
    vertical-align: middle; }
    .staff-works-list #staff ul li a {
      font-size: 11px;
      width: 100px; }

@media screen and (max-width: 736px) {
  header {
    height: 24px;
    bottom: 30px; }

  #navigation-main {
    width: 320px;
    height: 24px; }
    #navigation-main li {
      width: 60px;
      height: 24px; }
      #navigation-main li a {
        width: 100%;
        height: 100%;
        line-height: 24px;
        font-size: 10px; }

  .fp-viewing-works #staff {
    position: fixed;
    height: 24px;
    display: block;
    bottom: 54px; }
    .fp-viewing-works #staff ul {
      height: 24px; }
      .fp-viewing-works #staff ul li {
        display: table-cell;
        vertical-align: middle;
        height: 24px; }
        .fp-viewing-works #staff ul li a {
          font-size: 8px;
          width: 90px;
          height: 24px;
          line-height: 24px; }

  .staff-works-list #staff {
    display: none; }

  footer {
    height: 12px;
    font-size: 8px; }
    footer p {
      margin: 2px auto; } }
footer {
  position: fixed;
  width: 100%;
  height: 30px;
  display: block;
  background: #111;
  z-index: 9;
  bottom: 0;
  font-size: 10px;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  color: #f2f2f2; }
  footer p {
    margin: 5px auto;
    -webkit-animation: NavAnimation 1.2s ease 0.1s;
    -moz-animation: NavAnimation 1.2s ease 0.1s;
    animation: NavAnimation 1.2s ease 0.1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }

@media screen and (max-width: 639px) {
  .fp-viewing-works #staff {
    display: none; } }
/**
 * Section Home
 */
#layout-home {
  background-size: cover;
  background: #000; }

#logo {
  z-index: 190;
  -webkit-animation: LogoAnimation 1.2s ease 0.25s;
  -moz-animation: LogoAnimation 1.2s ease 0.25s;
  animation: LogoAnimation 1.2s ease 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }
  #logo a {
    display: block; }
  #logo object {
    pointer-events: none;
    width: 150px;
    height: 150px; }

/**
 * Section Works
 */
#layout-works {
  background-size: cover;
  background-image: url(/assets/img/bg/bg_works.jpg);
  padding: 0 auto;
  -webkit-animation: WorksAnimation 2s ease 0.5s;
  -moz-animation: WorksAnimation 2s ease 0.5s;
  animation: WorksAnimation 2s ease 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }
  #layout-works h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 36px auto 0 auto; }
    #layout-works h1 img {
      width: 64px;
      height: 64px;
      border-radius: 64px;
      -webkit-border-radius: 64px;
      -moz-border-radius: 64px;
      margin: 0px 20px 25px 0; }
  #layout-works h2 {
    display: none; }
  @media screen and (max-width: 736px) {
    #layout-works h1 {
      font-size: 12px; } }

.block-works {
  width: 1220px;
  margin: 24px auto 48px auto; }
  .block-works ul.list-works {
    text-align: left;
    margin: 0; }
    .block-works ul.list-works li.item-works {
      display: inline-block;
      width: 240px;
      height: 135px;
      margin: 0;
      overflow: hidden; }
      .block-works ul.list-works li.item-works a {
        filter: brightness(50%);
        -webkit-filter: brightness(50%);
        transition: filter 0.5s ease-out;
        -webkit-transition: -webkit-filter 0.5s ease-out;
        text-decoration: none; }
        .block-works ul.list-works li.item-works a:hover {
          filter: brightness(100%);
          -webkit-filter: brightness(100%);
          transition: filter 0s linear;
          -webkit-transition: -webkit-filter 0s linear; }
        .block-works ul.list-works li.item-works a .item-discription {
          font-size: 12px;
          font-weight: 700;
          display: block;
          height: 50px;
          position: relative;
          bottom: 50px;
          background: #333;
          padding: 10px;
          margin: 0;
          filter: opacity(0);
          -webkit-filter: opacity(0);
          -webkit-transition: -webkit-filter 0.5s ease-out; }
        .block-works ul.list-works li.item-works a:hover .item-discription {
          filter: opacity(0.8);
          -webkit-filter: opacity(0.8);
          transition: filter 0s linear;
          -webkit-transition: -webkit-filter 0s linear; }
      .block-works ul.list-works li.item-works img {
        width: 240px;
        height: 135px; }
  @media screen and (max-width: 2560px) {
    .block-works {
      width: 2440px; } }
  @media screen and (max-width: 1920px) {
    .block-works {
      width: 1710px; } }
  @media screen and (max-width: 1650px) {
    .block-works {
      width: 1220px; } }
  @media screen and (max-width: 1280px) {
    .block-works {
      width: 980px; } }
  @media screen and (max-width: 1024px) {
    .block-works {
      width: 820px; }
      .block-works ul.list-works li.item-works {
        width: 160px;
        height: 90px;
        margin: 0; }
        .block-works ul.list-works li.item-works a .item-discription {
          font-size: 8px;
          height: 40px;
          bottom: 40px;
          padding: 5px;
          margin: 0; }
        .block-works ul.list-works li.item-works img {
          width: 160px;
          height: 90px; } }
  @media screen and (max-width: 768px) {
    .block-works {
      width: 653px;
      margin: 15px auto 15px auto; }
      .block-works ul.list-works {
        text-align: left;
        margin: 0 auto; }
        .block-works ul.list-works li.item-works {
          width: 160px;
          height: 90px;
          margin: 0; }
          .block-works ul.list-works li.item-works img {
            width: 160px;
            height: 90px; } }
  @media screen and (max-width: 736px) {
    .block-works {
      width: 450px;
      margin: 15px auto 15px auto; }
      .block-works ul.list-works {
        text-align: left;
        margin: 0 auto; }
        .block-works ul.list-works li.item-works {
          width: 144px;
          height: 81px;
          margin: 0; }
          .block-works ul.list-works li.item-works img {
            width: 144px;
            height: 81px; } }
  @media screen and (max-width: 450px) {
    .block-works {
      width: 292px;
      margin: 15px auto 15px auto; }
      .block-works ul.list-works {
        text-align: left;
        margin: 0 auto; }
        .block-works ul.list-works li.item-works {
          width: 144px;
          height: 81px;
          margin: 0; }
          .block-works ul.list-works li.item-works img {
            width: 144px;
            height: 81px; } }

/**
 * Section Studio
 */
#layout-studio {
  background-size: cover; }

#studio201 {
  height: 50%;
  background-size: cover;
  background-image: url(/assets/img/bg/bg_studio201.jpg); }
  #studio201 .desc-studio {
    position: absolute;
    top: 10%;
    left: 8%;
    text-align: left;
    font-family: 'Raleway', sans-serif; }
    #studio201 .desc-studio h2 {
      font-size: 48px;
      font-weight: 800; }

#studio501 {
  height: 50%;
  background-size: cover;
  background-image: url(/assets/img/bg/bg_studio501.jpg); }
  #studio501 .desc-studio {
    position: absolute;
    top: 60%;
    right: 8%;
    text-align: right;
    font-family: 'Raleway', sans-serif; }
    #studio501 .desc-studio h2 {
      font-size: 48px;
      font-weight: 800; }

/**
 * Section About
 */
#layout-about {
  background-size: cover;
  background-image: url(/assets/img/bg/bg_about.jpg); }
  #layout-about h2 {
    display: none; }

#layout-about #map {
  width: 75%;
  height: 55%;
  margin: 0 auto; }
  #layout-about #map label {
    width: auto;
    display: inline; }
  #layout-about #map img {
    max-width: none; }
#layout-about iframe.likebox {
  border: none;
  overflow: hidden;
  width: 600px;
  height: 195px; }
  @media screen and (max-width: 450px) {
    #layout-about iframe.likebox {
      display: none; } }
#layout-about dl {
  font-size: 12px;
  width: 600px;
  margin: 0 auto 30px auto;
  padding: 0; }
  #layout-about dl dt {
    width: 90px;
    margin: 0;
    padding: 0 0 0 20px;
    line-height: 25px;
    text-align: left;
    border-right: dashed 1px #888; }
  #layout-about dl dd {
    padding: 0;
    line-height: 25px;
    margin: -24px 0 0 140px;
    text-align: left; }
  @media screen and (max-width: 450px) {
    #layout-about dl {
      font-size: 8px;
      width: 85%;
      margin: 0 auto 0 auto;
      padding: 0; }
      #layout-about dl dt {
        width: 60px;
        padding: 0 0 0 10px;
        line-height: 15px; }
      #layout-about dl dd {
        margin: -15px 0 0 90px;
        line-height: 15px; } }

/**
 * Section Post
 */
#post-content {
  background-size: cover;
  background-image: url(/assets/img/bg/bg_works.jpg); }
  #post-content p.post-pass {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 8px;
    bottom: 300px; }
  @media screen and (max-height: 1280px) {
    #post-content p.post-pass {
      font-size: 12px;
      bottom: 120px; } }
  @media screen and (max-width: 736px) {
    #post-content p.post-pass {
      font-size: 6px;
      bottom: 65px; } }

#post-detail {
  font-family: 'Raleway', sans-serif;
  width: 100%;
  margin: 0 auto; }
  #post-detail iframe {
    margin-top: -100px; }
  #post-detail h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 0; }
  #post-detail p {
    margin: 0 0 15px 0;
    line-height: 15px; }
  #post-detail dl {
    font-size: 14px;
    width: 100%;
    margin: 0;
    padding: 0; }
  #post-detail dt {
    width: 49%;
    margin: 0;
    padding: 0;
    line-height: 24px;
    text-align: right; }
  #post-detail dd {
    padding: 0;
    line-height: 24px;
    margin: -24px 0 0 51%;
    text-align: left; }
  @media screen and (max-height: 1024px) {
    #post-detail iframe {
      margin-top: -150px;
      width: 480px;
      height: 265px; }
    #post-detail h1 {
      font-size: 18px; }
    #post-detail p {
      font-size: 8px; }
    #post-detail dl {
      font-size: 15px; }
    #post-detail dt {
      width: 47%;
      line-height: 20px; }
    #post-detail dd {
      margin: -20px 0 0 52%; } }
  @media screen and (max-height: 736px) {
    #post-detail iframe {
      margin-top: -150px;
      width: 320px;
      height: 175px; }
    #post-detail h1 {
      font-size: 15px; }
    #post-detail p {
      font-size: 8px; }
    #post-detail dl {
      font-size: 12px; }
    #post-detail dt {
      width: 47%;
      line-height: 10px; }
    #post-detail dd {
      margin: -18px 0 0 52%; } }
  @media screen and (max-width: 450px) {
    #post-detail iframe {
      margin-top: -60px;
      width: 240px;
      height: 116px; }
    #post-detail h1 {
      font-size: 12px; }
    #post-detail dl {
      font-size: 10px; }
    #post-detail dt {
      width: 47%;
      line-height: 16px; }
    #post-detail dd {
      margin: -20px 0 0 52%; } }
  @media screen and (max-height: 450px) {
    #post-detail {
      width: 100%; }
      #post-detail iframe {
        margin-top: -80px;
        width: 240px;
        height: 116px; }
      #post-detail h1 {
        font-size: 12px; }
      #post-detail p {
        margin: 0 0 8px 0;
        line-height: 8px;
        font-size: 8px; }
      #post-detail dl {
        font-size: 6px; }
      #post-detail dt {
        width: 47%;
        line-height: 4px; }
      #post-detail dd {
        margin: -14px 0 0 52%; } }
  @media screen and (max-height: 375px) {
    #post-detail iframe {
      margin-top: -55px;
      width: 200px;
      height: 96px; }
    #post-detail h1 {
      font-size: 8px; }
    #post-detail p {
      font-size: 8px; }
    #post-detail dl {
      font-size: 6px; }
    #post-detail dt {
      width: 47%;
      line-height: 4px; }
    #post-detail dd {
      margin: -14px 0 0 52%; } }
  @media screen and (max-height: 384px) {
    #post-detail iframe {
      margin-top: -55px;
      width: 200px;
      height: 96px; }
    #post-detail h1 {
      font-size: 8px; }
    #post-detail p {
      font-size: 8px; }
    #post-detail dl {
      font-size: 6px; }
    #post-detail dt {
      width: 47%;
      line-height: 0px; }
    #post-detail dd {
      margin: -14px 0 0 52%; } }
