@charset "UTF-8";
/*-----------------------------
normalize
-----------------------------*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

[hidden], template {
  display: none; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0; }

b, strong {
  font-weight: bold; }

h1 {
  font-size: 2em; }

h1, h2 {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.15vw; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*end of nomalize*/
/*-------------------------
fonts (fontawesome)
-------------------------*/
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-search-plus:before {
  content: "\f00e"; }

/*-----------------------------
bxslider v.4.1.2
-----------------------------*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

[class|="seemore"] {
  background: #404040;
  border-radius: 50%;
  height: 4.5rem;
  width: 4.5rem;
  overflow: hidden;
  display: table;
  margin: 0 auto 48px;
  margin: 0 auto 3rem; }
  [class|="seemore"]:hover {
    opacity: 0.7; }
  [class|="seemore"] a {
    color: #fff;
    display: table-cell;
    vertical-align: middle; }
    [class|="seemore"] a:hover {
      text-decoration: none; }
  [class|="seemore"] em, [class|="seemore"] span {
    display: block;
    font-style: normal; }
  [class|="seemore"] em {
    font-size: 24px;
    font-size: 1.5rem; }
  [class|="seemore"] span {
    font-size: 10px;
    font-size: 0.625rem; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  left: 0;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../../assets/js/bx/images/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../../assets/js/bx/images/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/*-----------------------------
general stuff
-----------------------------*/
body, html, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, blockquote {
  margin: 0;
  padding: 0; }

hr {
  max-width: 940px;
  height: 1px;
  margin: 0 auto;
  border: none;
  color: #C7C7C7; }

main > section {
  max-width: 960px;
  margin: 0 auto;
  padding: 72px 5%;
  padding: 4.5rem 5%; }

li {
  list-style: none; }

figure {
  margin: 0 auto 12px;
  margin: 0 auto 0.75rem; }

figure img {
  width: 100%; }

iframe {
  width: 100% !important;
  min-height: 336px; }

/*end of general stuff*/
/*-----------------------------
text stuff
-----------------------------*/
html {
  color: #404040;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","Yu Gothic","メイリオ","Meiryo",sans-serif; }

html {
  font-size: 75%; }

@media screen and (min-width: 768px) {
  html {
    font-size: 87.5%; } }
@media screen and (min-width: 940px) {
  html {
    font-size: 100%; } }
body {
  text-align: center; }

h1, h2, h3, nav, #open-btn a, #goback-btn a, #main-image, .section-intro, [class|="seemore"] a {
  font-family: 'Unna', Times, "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝","Yu Mincho", serif;
  font-weight: normal; }

h1, h2 {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

h1 {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1.3333333; }

h2 {
  font-size: 58px;
  font-size: 3.625rem;
  line-height: 1.24137931034; }

h2 span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem; }

h2, h3 {
  color: #3d3f3b; }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

p, blockquote {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

address {
  font-style: normal; }

#services-detail li p, #message section p, blockquote {
  text-align: left; }

#main-image p, .section-intro {
  font-size: 14px;
  font-size: 1.1666666rem;
  line-height: 2.5714285714; }

.section-intro {
  margin-bottom: 48px;
  margin-bottom: 3rem; }

a {
  color: #5da03b;
  text-decoration: none; }

/*end of text stuff*/
/*-----------------------------
header nav
-----------------------------*/
header {
  width: 100%;
  position: fixed;
  z-index: 1000; }

#header-content {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  overflow: hidden; }

#header-top-area {
  background: #3d3f3b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #767875), color-stop(100%, #686967));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #767875 0%, #686967 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #767875 0%, #686967 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #767875 0%, #686967 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #767875 0%, #686967 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#767875', endColorstr='#686967',GradientType=0 );
  /* IE6-9 */
  background: rgba(61, 63, 59, 0.9);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(118, 120, 117, 0.9)), color-stop(100%, rgba(105, 105, 103, 0.9)));
  background: -webkit-linear-gradient(top, rgba(118, 120, 117, 0.9) 0%, rgba(105, 105, 103, 0.9) 100%);
  background: -o-linear-gradient(top, #767875 0%, #696967 100%);
  background: -ms-linear-gradient(top, #767875 0%, #696967 100%);
  background: linear-gradient(to bottom, rgba(118, 120, 117, 0.9) 0%, rgba(105, 105, 103, 0.9) 100%);
  overflow: hidden;
  height: 54px;
  height: 4.5rem; }

#header-works, #header-works #header-top-area {
  background: #EFF1EE;
  background: rgba(239, 241, 238, 0.9); }
  #header-works a, #header-works #header-top-area a {
    color: #404040; }

header h1 {
  float: left;
  height: 100%;
  max-height: 72px;
  margin: 0; }

header h1 img {
  height: 100%; }

nav {
  max-width: 768px; }

ul[id|="menu"] {
  clear: both;
  width: 100%; }

ul[id|="menu"] li, #open-btn a, #goback-btn a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 3;
  /*54px*/
  width: 100%; }

ul[id|="menu"] li a, #open-btn a, #goback-btn a {
  color: #fff;
  display: block; }

ul[id|="menu"] li a {
  background: #5F605E;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f605e), color-stop(100%, #4f4f4f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5f605e 0%, #4f4f4f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5f605e 0%, #4f4f4f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5f605e 0%, #4f4f4f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5f605e 0%, #4f4f4f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5F605E', endColorstr='#4F4F4F',GradientType=0 );
  /* IE6-9 */ }

ul[id|="menu"] li span, #open-btn a span, #goback-btn a span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 4.1666666666;
  /*50px*/
  margin-top: -32px;
  margin-top: -2rem; }

ul[id|="menu"] li span {
  margin-left: 1%; }

#open-btn, #goback-btn {
  float: right;
  text-align: right;
  height: 54px;
  height: 4.5rem;
  margin-right: 5%; }
  #open-btn a, #goback-btn a {
    height: 3.25rem;
    display: block; }

#open-btn a span, #goback-btn a span {
  display: block; }

#header-works nav a {
  background: #EFF1EE;
  background: rgba(239, 241, 238, 0.9);
  background: -moz-linear-gradient(top, #e4e5e3 0%, #d4d6d4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e5e3), color-stop(100%, #d4d6d4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e4e5e3 0%, #d4d6d4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e4e5e3 0%, #d4d6d4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e4e5e3 0%, #d4d6d4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e4e5e3 0%, #d4d6d4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e5e3', endColorstr='#d4d6d4',GradientType=0 );
  /* IE6-9 */ }

/*end of header nav*/
/*-----------------------------
main-image
-----------------------------*/
#main-image {
  background: url(../../assets/image/main-image.jpg) no-repeat;
  background-position: center 72px;
  background-position: center 4.5rem;
  background-size: cover;
  color: #fff;
  padding: 262px 0 192px;
  padding: 16.5rem 0 12rem; }

#main-image img {
  display: block;
  width: 100%;
  max-width: 940px;
  position: relative;
  margin: 0 auto; }

/*end of main-image*/
/*-----------------------------
SERVICES
-----------------------------*/
#services-detail li {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  line-height: 1.5; }

#services-detail figure {
  max-width: 220px; }

/*end of SERVICES*/
/*-----------------------------
WORKS
-----------------------------*/
section[id|="works"] ul {
  overflow: hidden; }

ul[id|="works"] li {
  max-width: 160px; }

ul[id|="works"] li figure, section[id|="works"] li figure {
  max-width: 160px; }
  ul[id|="works"] li figure img, section[id|="works"] li figure img {
    border: solid 1px #D9D9D9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }

#works figcaption {
  display: none; }

#works figcaption b {
  color: #ACF886;
  margin-top: 12px;
  margin-top: 0.75rem; }

#works figcaption i {
  font-size: 14px;
  font-size: 0.857rem;
  margin-right: 4px; }

/*end of WORKS*/
/*-----------------------------
WORKS MORE
-----------------------------*/
#work-more ul {
  margin: 0 auto;
  width: 90%; }

#works-more li {
  float: none;
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem; }

#works-more li figure {
  width: 100%;
  max-width: 160px;
  margin: 0 auto; }

#works-more.logo li figure img {
  max-width: 130px;
  border: 0; }

#works-more li a {
  color: #404040; }

#works-more ul + h3 {
  margin-top: 48px;
  margin-top: 3rem; }

#others li {
  float: left;
  width: 45%;
  margin: 0 2.5% 24px;
  margin: 0 2.5% 1.5rem;
  height: 150px; }

.logo #others li {
  height: auto; }

#others li figure {
  max-width: 95px; }

#others li figcaption {
  height: 48px;
  height: 3rem; }

/*end of WORKS-MORE*/
/*-----------------------------
MESSAGE
-----------------------------*/
#message section {
  max-width: 700px;
  margin: 0 auto 48px;
  margin: 0 auto 3rem;
  overflow: hidden; }

#signature-sakura, #printname-sakura {
  float: right; }

#signature-sakura {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  margin-top: -24px;
  margin-top: -1.5rem;
  max-width: 160px; }
  #signature-sakura img {
    width: 100%; }

#printname-sakura {
  clear: both; }

#printname-sakura b {
  display: block;
  font-size: 16px;
  font-size: 1rem; }

#profile-sakura {
  background: #eff1ee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 5%;
  padding: 1.5rem 5%;
  clear: both; }
  #profile-sakura p {
    margin-bottom: 0; }

#profile-sakura figure {
  max-width: 100px;
  margin: 0 auto 12px;
  margin: 0 auto 0.75rem; }

#profile-sakura h3 {
  font-weight: bold;
  font-family: san-serif;
  font-size: 12px;
  font-size: 1rem; }

/*end of MESSAGE*/
/*-----------------------------
PROFILE
-----------------------------*/
table {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  width: 100%;
  max-width: 700px; }

table tr {
  border-bottom: 1px solid #C7C7C7; }

table tr:first-child {
  border-top: 1px solid #C7C7C7; }

table th, table td {
  display: block;
  width: 100%; }

table th {
  margin: 24px 0 12px 0;
  margin: 1.5rem 0 0.75rem 0; }

table td {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

address a {
  color: #404040; }

#logo-profile {
  max-width: 220px;
  margin: 0 auto 12px;
  margin: 0 auto 0.75rem; }

/*end of profile*/
/*-----------------------------
FACEBOOK
-----------------------------*/
#facebook {
  padding: 0;
  margin-bottom: 50px; }

/*end of FACEBOOK*/
/*-----------------------------
FOOTER
-----------------------------*/
footer {
  background: #eff1ee;
  width: 100%;
  overflow: hidden; }
  footer a {
    color: #404040; }

footer nav {
  width: 100%;
  margin: 12px auto 0;
  margin: 0.75rem auto 0; }

footer nav ul {
  text-align: center; }

footer nav li {
  display: inline-block;
  padding: 0.275rem 24px; }

#copyright {
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

/*end of FOOTER*/
/*-----------------------------*/
@media screen and (min-width: 768px) {
  /*-----------------------------*/
  /*-----------------------------
  text stuff
  -----------------------------*/
  a:hover {
    text-decoration: underline; }

  p, li, blockquote, th, td {
    font-size: 12px;
    font-size: 0.85714285rem; }

  #main-image p, .section-intro {
    font-size: 14px;
    font-size: 0.875rem; }

  /*-----------------------------
  general stuff
  -----------------------------*/
  main > section {
    padding: 84px 0;
    padding: 5.25rem 0; }

  iframe {
    max-width: 700px; }

  .section-intro br {
    display: none; }
  .section-intro br.bigdisplay {
    display: block; }

  /*-----------------------------
  header nav
  -----------------------------*/
  header {
    box-shadow: 0 3px 5px #333;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    background: #3d3f3b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #767875), color-stop(100%, #686967));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #767875 0%, #686967 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #767875 0%, #686967 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #767875 0%, #686967 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #767875 0%, #686967 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#767875', endColorstr='#686967',GradientType=0 );
    /* IE6-9 */
    background: rgba(61, 63, 59, 0.9);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(118, 120, 117, 0.9)), color-stop(100%, rgba(105, 105, 103, 0.9)));
    background: -webkit-linear-gradient(top, rgba(118, 120, 117, 0.9) 0%, rgba(105, 105, 103, 0.9) 100%);
    background: -o-linear-gradient(top, #767875 0%, #696967 100%);
    background: -ms-linear-gradient(top, #767875 0%, #696967 100%);
    background: linear-gradient(to bottom, rgba(118, 120, 117, 0.9) 0%, rgba(105, 105, 103, 0.9) 100%); }

  header nav {
    background: none; }

  #header-top-area {
    background: none;
    float: left;
    overflow: visible; }

  #open-btn, #goback-btn {
    display: none; }

  header nav {
    width: 600px;
    float: right; }

  ul[id|="menu"] {
    margin-top: 0;
    overflow: hidden; }

  ul[id|="menu"] li {
    float: left;
    width: 25%; }

  ul[id|="menu"] .to-top {
    display: none; }

  ul[id|="menu"] li a {
    background: none; }

  ul[id|="menu"] li span {
    display: block;
    margin-left: 0; }

  #header-works nav a {
    background: #EFF1EE;
    background: rgba(239, 241, 238, 0.9); }

  /*end of header nav*/
  ul#menu-to-goback li {
    float: right;
    text-align: right;
    margin-right: 1.04167%; }

  #menu-3item {
    width: 390px;
    float: right; }

  #menu-3item li {
    width: 33.33%; }

  /*-----------------------------
  SERVICES
  -----------------------------*/
  #services-detail {
    overflow: hidden; }

  #services-detail li {
    float: left;
    width: 22.9166666%;
    /*220/960*/
    margin: 0 1.04167%; }

  .smalldisplay {
    display: none; }

  /*end of SERVICES*/
  /*-----------------------------
  WORKS MORE
  *main width 900px (thumbnail width 160px + margin 10px x 5. this page doesnt follow 16col)
  -----------------------------*/
  #works-more ul {
    max-width: 900px;
    margin: 0 auto 24px;
    margin: 0 auto 1.5rem; }

  #works-more li {
    float: left;
    width: 17.77778%;
    /*160px / 900*/
    margin: 0 1.11111% 24px;
    margin: 0 1.11111% 1.5rem; }

  #works-more a:hover img {
    opacity: 0.7; }

  #works-more figcaption {
    height: 36px;
    height: 2.25rem; }

  #others li {
    width: 10%;
    margin: 0 2.08% 24px;
    margin: 0 2.08% 1.5rem; }

  /*-----------------------------
  MESSAGE
  -----------------------------*/
  #profile-sakura {
    padding: 24px 2.08333%;
    /*20/940*/
    padding: 1.5rem 2.08333%;
    /*20/940*/ }

  #profile-sakura figure {
    float: left;
    margin-right: 2.85714285%;
    /*20/700*/ }

  #profile-sakura h3 {
    text-align: left;
    font-size: 12px;
    font-size: 0.857rem; }

  /*-----------------------------
  PROFILE
  -----------------------------*/
  table {
    clear: both;
    margin: 0 auto 48px;
    margin: 0 auto 3rem; }

  table th, table td {
    display: table-cell;
    padding: 12px 0;
    padding: 0.75rem 0; }

  table th {
    width: 34.2857142857%;
    /*240/700*/
    text-align: left;
    padding-left: 2.85714%;
    vertical-align: top; }

  table td {
    width: 62.85714285714%;
    /*440/700*/
    text-align: left; }
    table td br {
      display: none; }

  address {
    text-align: left; }

  #logo-profile {
    display: inline-block;
    width: 22.91666666%;
    /*220/960*/
    margin-left: 10.416666666%;
    /*100/960*/
    margin-right: 5.20833%;
    vertical-align: middle; }

  #profile h3 {
    display: inline-block; }

  /*end of PROFILE*/
  /*-----------------------------*/ }
/*end of min-width 768px*/
/*-----------------------------*/
/*-----------------------------*/
@media screen and (min-width: 940px) {
  /*-----------------------------*/
  /*-----------------------------
  BXSLIDER
  -----------------------------*/
  .bx-wrapper:nth-child(2) {
    margin-right: -5.20833% !important; }

  .bx-wrapper:last-child {
    margin-left: -5.20833% !important; }

  [class|="seemore"] {
    position: absolute;
    top: 24%; }
    [class|="seemore"]:hover {
      opacity: 0.7; }

  .seemore-logo {
    left: -7.5rem; }

  .seemore-web {
    right: -7.5rem; }

  /*-----------------------------
  text stuff
  -----------------------------*/
  p, li, blockquote, th, td {
    font-size: 12px;
    font-size: 0.75rem; }

  /*-----------------------------
  header nav
  -----------------------------*/
  ul#menu-to-goback li {
    margin-right: 0; }

  /*-----------------------------
  WORKS
  -----------------------------*/
  ul[id|="works"] figure {
    background: #000;
    position: relative;
    display: table; }

  ul[id|="works"] figure a figcaption {
    display: none;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 12%;
    line-height: 2;
    vertical-align: middle; }

  ul[id|="works"] figure a:hover img {
    opacity: 0.4; }

  #works ul[id|="works"] figure a:hover figcaption {
    display: table-cell; }

  /*-----------------------------
  MESSAGE
  -----------------------------*/
  #profile-sakura h3 {
    font-size: 12px;
    font-size: 0.75rem; }

  /*-----------------------------
  PROFILE
  -----------------------------*/
  table {
    width: 700px; }

  /*-----------------------------*/ }
/*end of min-width 940px*/
/*-----------------------------*/
