.left {
  float: left; }

.right {
  float: right; }

html {
  overflow-y: scroll; }

html, body {
  height: 100%; }

body {
  font-family: "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  line-height: 1.8em;
  color: #0554ff;
  background: #ebebe9; }

a {
  color: #0554ff;
  text-decoration: none; }
  a:hover {
    color: blue; }
  a:focus {
    outline: none; }

h1 {
  font-size: 1.8em;
  text-align: center;
  padding-top: 25px; }

header {
  width: 100%;
  height: 30px;
  position: fixed;
  top: 0;
  z-index: 10010; }

nav {
  font-size: 1.3em;
  width: 100px;
  text-align: center;
  padding: 5px 0 6px;
  border: 2px solid #0554ff;
  position: fixed;
  z-index: 10011;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3); }
  nav:hover {
    background: #ebebe9; }

nav.works {
  top: 20px;
  left: 20px; }

nav.about {
  top: 20px;
  right: 20px; }

nav.contact {
  bottom: 20px;
  left: 20px; }

footer {
  font-size: 1.2em;
  width: 150px;
  padding: 5px 0;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10011; }

h1,
nav,
footer,
.title {
  letter-spacing: 0.1em;
  line-height: 1em;
  font-weight: bold; }

#about {
  position: absolute;
  top: 0;
  z-index: 10009;
  width: 500px;
  height: auto;
  background: #ebebe9;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.3);
  display: none; }
  #about .inner {
    position: relative;
    padding: 50px 10px; }
    #about .inner hr {
      border-color: #0554ff; }
    #about .inner p#close-bt {
      position: absolute;
      bottom: 10px;
      right: 10px; }

#wrapper {
  width: 900px;
  padding: 150px 0 0 110px;
  margin: 0 auto;
  zoom: 100%;
  z-index: 1; }
  #wrapper:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both; }
  #wrapper .thumb-container {
    width: 340px;
    height: 340px;
    padding: 0 110px 110px 0;
    float: left;
    position: relative;
    z-index: 2; }
    #wrapper .thumb-container .thumb-imgs {
      position: relative;
      width: 340px;
      height: 340px;
      z-index: 3; }
      #wrapper .thumb-container .thumb-imgs .frame {
        position: absolute;
        top: 0;
        left: 0;
        background: #ebebe9;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
        #wrapper .thumb-container .thumb-imgs .frame img {
          position: relative; }
    #wrapper .thumb-container .circle {
      width: 260px;
      height: 260px;
      border-width: 2px;
      position: absolute;
      top: 0;
      left: 0;
      color: #0554ff;
      z-index: 4; }
    #wrapper .thumb-container .title {
      width: 200px;
      height: 200px;
      padding: 70px;
      font-size: 1.4em;
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      z-index: 5; }
      #wrapper .thumb-container .title a:hover {
        color: #0554ff; }
      #wrapper .thumb-container .title:hover {
        cursor: pointer; }
      #wrapper .thumb-container .title h3 {
        position: relative;
        padding: 60px 0 5px;
        min-height: 40px; }
      #wrapper .thumb-container .title p {
        font-style: italic;
        font-size: 0.7em;
        font-weight: normal; }

#imgWrapper,
#imgLarge {
  z-index: 12000;
  position: fixed;
  display: none;
  top: 0px;
  left: 0px; }

#imgWrapper {
  background: #ebebe9; }

#imgLarge:hover {
  cursor: pointer; }

#caption {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-style: italic;
  font-size: 1.4em;
  z-index: 12001;
  letter-spacing: 0.1em; }

#single {
  position: relative;
  width: 4000px;
  height: 1900px;
  z-index: 0;
  padding: 10px; }
  #single h4 {
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 10px;
    letter-spacing: 0.1em; }
  #single .img {
    position: absolute;
    top: 0;
    left: 0; }
    #single .img .inner {
      width: 100%;
      height: 100%;
      position: relative; }
  #single #img-main {
    overflow: hidden;
    position: relative; }
  #single #img-related {
    zoom: 100%; }
    #single #img-related:after {
      content: ".";
      display: block;
      visibility: hidden;
      height: 0.1px;
      font-size: 0.1em;
      line-height: 0;
      clear: both; }
    #single #img-related a img {
      float: left;
      position: relative;
      padding: 0 4px 20px 0; }
  #single #img-process a img {
    position: absolute;
    line-height: 1em;
    background: #ebebe9;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
  #single #media {
    position: absolute;
    top: 0;
    left: 0; }
    #single #media a .wrap {
      float: left;
      margin: 0 20px 40px 0;
      line-height: 1.2em; }
      #single #media a .wrap img {
        position: relative;
        vertical-align: top;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }
        #single #media a .wrap img:hover {
          opacity: 0.5;
          filter: "alpha(opacity=50)";
          -ms-filter: "alpha(opacity=50)";
          -khtml-opacity: 0.5;
          -moz-opacity: 0.5; }
      #single #media a .wrap p {
        padding-top: 5px;
        font-style: italic;
        display: none; }
  #single #description {
    position: absolute;
    width: 600px;
    padding-left: 100px;
    z-index: 9999; }
    #single #description a {
      color: blue; }
    #single #description a:hover {
      text-decoration: underline; }
    #single #description h3 {
      font-size: 1.2em;
      padding-bottom: 5px;
      color: #888; }
    #single #description p {
      line-height: 1.8em;
      color: #888; }
    #single #description p#headline {
      padding-bottom: 30px;
      font-style: italic;
      font-size: 0.9em;
      line-height: 1.2em; }
  #single dl {
    position: fixed;
    bottom: 80px;
    left: 50px;
    width: 350px;
    font-size: 0.9em;
    line-height: 1.2em;
    padding-top: 40px;
    z-index: 10000;
    zoom: 100%; }
    #single dl a {
      text-decoration: underline; }
    #single dl:after {
      content: ".";
      display: block;
      visibility: hidden;
      height: 0.1px;
      font-size: 0.1em;
      line-height: 0;
      clear: both; }
    #single dl dt {
      width: 140px;
      float: left;
      padding: 5px 0;
      border-top: 1px dotted #0554ff; }
    #single dl dd {
      margin-left: 150px;
      width: 200px;
      padding: 5px 0;
      border-top: 1px dotted #0554ff; }
  #single #title-container {
    position: fixed;
    width: 260px;
    height: 260px;
    top: 50px;
    left: 30px;
    z-index: 10003; }
    #single #title-container #title-inner {
      position: relative;
      width: 100%;
      height: 100%; }
      #single #title-container #title-inner .circle {
        width: 220px;
        height: 220px;
        border-width: 2px;
        position: absolute;
        top: 0;
        left: 0;
        color: #0554ff;
        z-index: 10004; }
      #single #title-container #title-inner .title {
        width: 200px;
        height: 200px;
        padding: 30px;
        font-size: 1.2em;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        z-index: 10005; }
        #single #title-container #title-inner .title h3 {
          position: relative;
          height: 50px;
          padding-top: 60px; }
        #single #title-container #title-inner .title ul {
          font-style: italic;
          font-size: 0.8em;
          list-style: none;
          font-weight: normal; }

body.index,
body.mobile {
  font-size: 3em; }
  body.index header,
  body.mobile header {
    display: none; }
  body.index nav,
  body.mobile nav {
    width: 340px;
    padding: 10px 0 12px;
    border-width: 5px; }
  body.index footer,
  body.mobile footer {
    width: 500px; }
  body.index #wrapper,
  body.mobile #wrapper {
    width: 2200px;
    padding: 20px 0 0 320px; }
    body.index #wrapper .thumb-container,
    body.mobile #wrapper .thumb-container {
      width: 770px;
      height: 770px;
      padding: 0 320px 320px 0; }
      body.index #wrapper .thumb-container .thumb-imgs,
      body.mobile #wrapper .thumb-container .thumb-imgs {
        width: 770px;
        height: 770px; }
      body.index #wrapper .thumb-container .circle,
      body.mobile #wrapper .thumb-container .circle {
        width: 650px;
        height: 650px;
        border-width: 5px; }
      body.index #wrapper .thumb-container .title,
      body.mobile #wrapper .thumb-container .title {
        width: 530px;
        height: 530px;
        padding: 120px; }
        body.index #wrapper .thumb-container .title h3,
        body.mobile #wrapper .thumb-container .title h3 {
          position: relative;
          padding: 130px 0 20px;
          min-height: 140px; }
  body.index #about,
  body.mobile #about {
    font-size: 0.29em;
    line-height: 1.8em;
    z-index: 11000; }
    body.index #about .inner,
    body.mobile #about .inner {
      padding: 20px 10px 10px; }

body.mobile {
  font-size: 1.5em; }
  body.mobile nav {
    width: 180px;
    padding: 10px 0 12px;
    border-width: 3px; }
  body.mobile footer {
    width: 250px; }
  body.mobile #wrapper {
    width: 450px;
    padding: 200px 0 0 0px; }
    body.mobile #wrapper .thumb-container {
      width: 450px;
      height: 450px;
      padding: 0 0 320px 0; }
      body.mobile #wrapper .thumb-container .thumb-imgs {
        width: 450px;
        height: 450px; }
      body.mobile #wrapper .thumb-container .circle {
        width: 420px;
        height: 420px;
        border-width: 3px; }
      body.mobile #wrapper .thumb-container .title {
        width: 350px;
        height: 350px;
        padding: 50px; }
        body.mobile #wrapper .thumb-container .title h3 {
          position: relative;
          padding: 120px 0 5px;
          min-height: 55px; }
  body.mobile #about {
    font-size: 0.9em; }
    body.mobile #about h1 {
      font-size: 1.2em; }
  body.mobile #single {
    width: 640px;
    height: auto;
    font-size: 0.7em;
    padding: 0; }
    body.mobile #single #title-container {
      width: 200px;
      height: 200px;
      top: 120px; }
      body.mobile #single #title-container #title-inner .circle {
        width: 200px;
        height: 200px;
        border-width: 2px; }
      body.mobile #single #title-container #title-inner .title {
        width: 160px;
        height: 160px;
        padding: 20px; }
        body.mobile #single #title-container #title-inner .title h3 {
          height: 60px;
          padding-top: 50px; }
    body.mobile #single .img,
    body.mobile #single #description,
    body.mobile #single dl,
    body.mobile #single #media,
    body.mobile #single #img-related {
      position: relative;
      float: left;
      zoom: 100%; }
      body.mobile #single .img:after,
      body.mobile #single #description:after,
      body.mobile #single dl:after,
      body.mobile #single #media:after,
      body.mobile #single #img-related:after {
        content: ".";
        display: block;
        visibility: hidden;
        height: 0.1px;
        font-size: 0.1em;
        line-height: 0;
        clear: both; }
    body.mobile #single #img-related a img {
      float: left; }
    body.mobile #single h4 {
      font-size: 1.8em;
      padding-bottom: 20px;
      letter-spacing: 0em; }
    body.mobile #single #description {
      width: 600px;
      padding: 0 0 50px 20px; }
      body.mobile #single #description h3 {
        font-size: 1.8em; }
      body.mobile #single #description p {
        line-height: 1.6em;
        font-size: 0.9em; }
      body.mobile #single #description p#headline {
        font-size: 1.4em; }
    body.mobile #single #img-related,
    body.mobile #single #media {
      padding: 0 0 100px 20px;
      width: 600px;
      zoom: 100%;
      line-height: 1.4em;
      font-size: 0.9em; }
      body.mobile #single #img-related:after,
      body.mobile #single #media:after {
        content: ".";
        display: block;
        visibility: hidden;
        height: 0.1px;
        font-size: 0.1em;
        line-height: 0;
        clear: both; }
    body.mobile #single #img-process {
      width: 600px;
      height: 600px;
      zoom: 100%; }
      body.mobile #single #img-process:after {
        content: ".";
        display: block;
        visibility: hidden;
        height: 0.1px;
        font-size: 0.1em;
        line-height: 0;
        clear: both; }
    body.mobile #single dl {
      position: relative;
      left: 0;
      padding: 50px 10px 100px;
      width: 620px; }
      body.mobile #single dl dt {
        width: 205px;
        float: left;
        padding: 10px 0 10px 5px;
        font-size: 1.5em;
        line-height: 1.3em; }
      body.mobile #single dl dd {
        margin-left: 220px;
        width: 400px;
        padding: 10px 0;
        font-size: 1.5em;
        line-height: 1.3em; }
    body.mobile #single .img {
      padding-bottom: 80px; }
