@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  word-break: normal;
  -webkit-font-smoothing: antialiased;
  /* subpixel-antialiased, none */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
li {
  list-style-type: none;
}
html {
  height: 100%;
  overflow-x: hidden;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}
#instant span {
  user-select: all;
  -webkit-user-select: all;
  -khtml-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  -o-user-select: all;
}
body {
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 500;
  color: #c0c0c0;
  font-family: 'Maven Pro', "preblank", cursive;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
a, a:visited {
  text-decoration: none;
  color: #c0c0c0;
}
a:hover {
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s background ease;
  -moz-transition: 0.3s background ease;
  -ms-transition: 0.3s background ease;
  -o-transition: 0.3s background ease;
  transition: 0.3s background ease;
}
a:focus,
a:active,
button:focus,
button:active,
input[type="button"]:focus,
input[type="button"]:active,
input[type="submit"]:focus,
input[type="submit"]:active {
  outline: none;
  -webkit-tap-highlight-color: #ffffff;
}
::selection {
  background: #c0c0c0;
}
::-moz-selection {
  background: #c0c0c0;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
img, a img, a:hover img {
  line-height: 0;
  border: none;
}
img.retina {
  display: none;
}
.tra {
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
a:hover img {
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -webkit-transition: 0.3s background ease;
  -moz-transition: 0.3s background ease;
  -ms-transition: 0.3s background ease;
  -o-transition: 0.3s background ease;
  transition: 0.3s background ease;
}
/* pop */
#instant {
  display: none;
  position: fixed;
  width: 320px;
  height: 190px;
  margin-left: -25px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
#instant span.close {
  display: block;
  font-size: 12px;
  cursor: pointer;
  font-family: 'Maven Pro', "preblank", cursive;
  text-align: center;
}
div.share {
  float: right;
}
div.share img {
  width: 16px;
  height: auto;
}
/* sticky.js */
#sticky {
  width: 250px;
  z-index: 9999;
  cursor: pointer;
}
#onpop {
  display: inline;
}
#offpop {
  display: none;
}
div.bar, div.bottom {
  position: fixed;
  width: 100%;
  min-height: 40px;
  background: #808080;
  z-index: 1000;
}
div.bottom {
  background: none;
}
ul.menu {
  position: fixed;
  bottom: 37.5px;
  width: 1000px;
  font-weight: normal;
  text-align: right;
  font-size: 48px;
}
ul.menu img {
  height: 24px;
  width: auto;
}
#navi1 {
  display: block;
}
#navi2 {
  display: none;
}
/* curtain.js */
.curtains {
  width: 100%;
  position: relative;
}
.curtains > li {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: #808080;
  color: white;
  overflow: hidden;
  /*
	-webkit-transform:translateZ(0);
	   -moz-transform:translateZ(0);
	    -ms-transform:translateZ(0);
		 -o-transform:translateZ(0);
*/

}
.curtains > li:first-child {
  z-index: 2;
}
.curtains li.whity {
  background: white;
  color: #58595b;
}
.curtains li.blacky {
  background: #58595b;
}
.curtains li.pinky {
  background: #ff61a9;
}
div.content {
  display: table;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding-top: 150px;
  table-layout: fixed;
  border-spacing: 0 0;
}
div.content span {
  font-size: 21px;
  font-family: 'Overlock SC', "preblank", sans-serif;
}
div.trow {
  display: table-row;
  height: 200px;
  overflow: hidden;
}
div.tcell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
div.fl a {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
}
div.fl img {
  height: 120px;
  -webkit-box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.5);
}
img.work4, img.work4e {
  margin-top: -30%;
}
/*
img.work4 {
float:left;
height:40%;
}
img.work4e {
.clear;
}
*/
#logo1 {
  width: 80px;
  height: auto;
}
#logo2 {
  display: block;
  width: 140px;
}
#logo2 img {
  width: 100%;
  height: auto;
}
p.ieonly {
  display: none;
}
h1 {
  font-size: 28px;
  font-weight: 500;
  font-family: 'Maven Pro', "preblank", cursive;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 11px;
}
h6 {
  font-size: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .6em;
}
p + p {
  margin-top: .5em;
}
hr {
  border-width: 1px 0 0 0;
  height: 0;
  border-color: WhiteSmoke;
  margin: 10px 0;
  clear: both;
}
/* WEBFONT */
@font-face {
  font-family: "preblank";
  src: url(../font/AdobeBlank.otf) format("opentype");
}
.ubuntu {
  font-family: 'Ubuntu', "preblank", sans-serif;
}
.square {
  font-family: 'Overlock SC', "preblank", sans-serif;
}
.ex {
  font-family: 'Maven Pro', "preblank", cursive;
}
.hirakaku {
  font-family: LucidaGrande, "Myriad Pro", Helvetica, sans-serif;
}
.hiramin {
  font-family: Georgia, serif;
}
/* round */
.round1 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.round2 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
/* shadow */
/* parameter for oneshadow */
.oneshadow {
  -webkit-box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.5);
}
/* transition */
.delay {
  -webkit-transition: 0.3s background ease;
  -moz-transition: 0.3s background ease;
  -ms-transition: 0.3s background ease;
  -o-transition: 0.3s background ease;
  transition: 0.3s background ease;
}
/* linear, ease-in, ease-out, ease-in-out */
.fadein {
  -webkit-animation: fadein 0.3s linear;
  -moz-animation: fadein 0.3s linear;
  -o-animation: fadein 0.3s linear;
  animation: fadein 0.3s linear;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* PARTS */
.bold {
  font-weight: bold;
}
.exbig {
  font-size: 48px;
}
.big {
  font-size: 14px;
}
.small {
  font-size: 10px;
}
.mini {
  font-size: 9px;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.just {
  text-align: justify;
}
.clear {
  clear: both;
}
.clearfixx {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
  clear: both;
}
.half {
  line-height: .6em;
}
.iph {
  display: none;
}
/* mobile 
----------------------------------------------------------------------------------------------- */
@media only screen and (max-device-width: 1024px) {
  html {
    width: 100%;
  }
  body {
    zoom: 1;
    -webkit-text-size-adjust: none;
    /* auto, %, none */
  
  }
}
@media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2) {
  img.retina {
    display: block;
  }
  img.standard {
    display: none;
  }
}
/* iPad etc mainly w768
---------------------------------------------------- */
@media only screen and (max-width: 854px) {
  /* and (min-width:641px) */
  div.content {
    width: auto;
    padding: 100px 6px;
  }
  div.content > img {
    width: 768px;
    height: auto;
  }
  ul.menu {
    width: 65%;
  }
  a.navi {
    text-align: center;
  }
}
/* iPhone etc mainly w320
---------------------------------------------------- */
@media only screen and (max-width: 640px) {
  /* and (orientation:portrait) */
  div.content {
    padding: 6px;
  }
  div.content > img {
    width: 320px;
    height: auto;
  }
  ul.menu a {
    display: none;
  }
  #instant {
    position: absolute;
    top: 230px !important;
    left: 25px;
  }
  .iph {
    display: inline;
  }
  .noiph {
    display: none;
  }
}
/* Landscape mainly w568 */
@media only screen and (min-width: 427px) and (max-width: 640px) and (orientation: landscape) {
  #instant {
    top: 80px !important;
  }
  img.work4, img.work4e {
    margin-left: 21%;
  }
}
/* Landscape mainly w480 */
@media only screen and (min-width: 427px) and (max-width: 533px) and (orientation: landscape) {
  img.work4, img.work4e {
    margin-left: 17%;
  }
}
/* ------------------------------ print ------------------------------ */
@media print {
  .pbr {
    page-break-before: always;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  html {
    overflow: visible;
  }
  body {
    zoom: 0.6;
  }
  a.navi, span.close {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
  }
  #instant {
    display: block;
    position: relative;
    top: 70%;
  }
}
