/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* List reset */
/* REM converter */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/vendor/boxsizing.htc);
  position: relative;
  background-repeat: no-repeat; }

/* =============================================================
   Variables
   ============================================================= */
/* Brand colors */
/* Other colors */
/* Breakpoint */
/* Others */
/* =============================================================
   Page
   ============================================================= */
html,
button,
input,
select,
textarea {
  color: #222222; }

html {
  overflow-y: auto;
  background-color: #EBEBEB;
  text-rendering: optimizeLegibility; }
  @media only screen and (min-width: 37.5em) {
    html {
      font-size: 17px; } }
  @media only screen and (min-width: 60em) {
    html {
      font-size: 19px; } }
  @media only screen and (min-width: 80em) {
    html {
      font-size: 21px; } }

@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
body {
  font: 1em/1.4 ff-meta-serif-web-pro, Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 37.5em) {
    body {
      line-height: 1.6; } }
  @media only screen and (min-width: 60em) {
    body {
      line-height: 1.55; } }
  @media only screen and (min-width: 80em) {
    body {
      line-height: 1.45; } }

::-moz-selection {
  color: #FFFFFF;
  background: #2693FF;
  text-shadow: none; }

::selection {
  color: #FFFFFF;
  background: #2693FF;
  text-shadow: none; }

img {
  max-width: 100%;
  height: auto; }

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

textarea {
  resize: vertical; }

hr {
  display: block;
  width: 35%;
  max-width: 450px;
  height: 1px;
  border: 0;
  border-top: 1px solid #BBBBBB;
  margin: 70px auto;
  padding: 0; }
  hr.top, hr.bottom {
    margin: 35px auto; }
    @media only screen and (min-width: 37.5em) {
      hr.top, hr.bottom {
        margin: 70px auto; } }

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

/* =============================================================
   Typography
   ============================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.15;
  text-align: center; }

h1 {
  font-size: 29px;
  font-size: 1.80952rem; }

h2 {
  font-size: 24px;
  font-size: 1.52381rem; }

h3 {
  color: #999999;
  font-size: 18px;
  font-size: 1.14286rem;
  font-weight: 400; }

h4 {
  color: #999999;
  font-size: 17px;
  font-size: 1.04762rem;
  font-weight: 400; }

.echo-title {
  padding: 0 10px;
  margin: 18px 0; }
  @media only screen and (min-width: 37.5em) {
    .echo-title {
      font-size: 42px;
      font-size: 2.625rem; } }
  @media only screen and (min-width: 60em) {
    .echo-title {
      font-size: 48px;
      font-size: 3rem; } }

.echo-subtitle {
  padding: 0 10px;
  margin: 18px 0;
  color: #222222; }

.long-title {
  font-size: 28px; }
  @media only screen and (min-width: 37.5em) {
    .long-title {
      font-size: 40px;
      font-size: 2.5rem; } }

p {
  max-width: 600px;
  margin: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center; }

a {
  color: #2693FF;
  text-decoration: none; }
  a:hover {
    color: #222222; }

/* ==========================================================================
   Header and Navigation
   ========================================================================== */
.top-bar {
  height: 10px;
  background-color: #222222; }

header {
  overflow: hidden; }

.logo {
  display: block;
  width: 100px;
  height: 52px;
  margin: 30px auto 20px;
  background: url("../images/logo-jyyoi-small.svg") no-repeat; }
  @media only screen and (min-width: 37.5em) {
    .logo {
      width: 150px;
      height: 78px;
      margin: 70px auto 30px;
      background: url("../images/logo-jyyoi.svg") no-repeat; } }

.no-svg .logo {
  background-image: url("../images/logo-jyyoi-small.png"); }
  @media only screen and (min-width: 37.5em) {
    .no-svg .logo {
      background-image: url("../images/logo-jyyoi.png"); } }

.main-nav {
  max-width: 600px;
  margin: auto; }
  .main-nav ul {
    padding: 0;
    margin: 0;
    text-align: center; }
  .main-nav li {
    display: inline;
    margin-left: 32px;
    margin-left: 2rem; }
    .main-nav li:first-child {
      margin-left: 0; }
  .main-nav a {
    color: #222222;
    font-size: 16px;
    text-transform: uppercase; }
    .main-nav a:hover {
      color: #2693FF; }
  .main-nav .selected {
    color: #2693FF; }

/* ==========================================================================
   Layout
   ========================================================================== */
.content {
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
  margin: auto; }
  @media only screen and (min-width: 37.5em) {
    .content {
      padding: 0 40px; } }
  @media only screen and (min-width: 60em) {
    .content {
      padding: 0 80px; } }
  .content.home {
    padding: 0 20px; }

.block-step {
  margin: 35px auto;
  text-align: center; }
  @media only screen and (min-width: 37.5em) {
    .block-step {
      margin: 70px auto; } }

/* ==========================================================================
   Featured works
   ========================================================================== */
.featured-works {
  text-align: center; }
  @media only screen and (min-width: 37.5em) {
    .featured-works {
      margin-top: 70px;
      text-align: left; } }
  @media only screen and (min-width: 60em) {
    .featured-works {
      height: 1845px; } }
  .featured-works a:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%); }

.block {
  display: inline-block;
  width: 270px;
  padding: 10px; }
  @media only screen and (min-width: 30em) {
    .block {
      width: 380px; } }
  @media only screen and (min-width: 37.5em) {
    .block {
      display: block;
      float: left;
      width: 50%;
      text-align: center; }
      .block:nth-of-type(odd) {
        clear: left; } }
  @media only screen and (min-width: 60em) {
    .block {
      position: absolute;
      width: auto;
      padding: 0;
      margin-bottom: 0; } }

.digital-dialogue-thumb img {
  width: 150px; }
  @media only screen and (min-width: 60em) {
    .digital-dialogue-thumb img {
      width: auto; } }

@media only screen and (min-width: 60em) {
  .siph-thumb {
    top: 33px;
    left: 0;
    width: 551px;
    z-index: 1; }

  .sirimedia-thumb {
    top: 0;
    left: 481px;
    width: 520px;
    z-index: 2; }

  .asahi-ambition-thumb {
    top: 468px;
    left: 45px;
    width: 189px; }

  .digital-dialogue-thumb {
    top: 492px;
    left: 281px;
    width: 139px; }

  .milk-and-more-thumb {
    top: 722px;
    left: 266px;
    width: 212px; }

  .typography-thumb {
    top: 552px;
    left: 453px;
    width: 187px;
    z-index: 1; }

  .lightrocket-thumb {
    top: 343px;
    left: 503px;
    width: 477px; }

  .in-memoriam-book-thumb {
    top: 864px;
    left: 0;
    width: 281px; }

  .touche-thumb {
    top: 872px;
    left: 301px;
    width: 184px; }

  .taprod-thumb {
    top: 861px;
    left: 541px;
    width: 460px;
    z-index: 2; }

  .ample-global-study-thumb {
    top: 956px;
    left: 283px;
    width: 335px; }

  .grande-armoire-thumb {
    top: 1285px;
    left: 38px;
    z-index: 1;
    width: 488px; }

  .terminal21-thumb {
    top: 1018px;
    left: 317px;
    width: 357px; }

  .lub-d-job-poster-thumb {
    top: 1016px;
    left: 693px;
    width: 276px;
    z-index: 3; }

  .iudia-thumb {
    top: 1416px;
    left: 500px;
    z-index: 4;
    width: 449px; }

  .csbc-thumb {
    top: 1567px;
    left: 161px;
    z-index: 2;
    width: 306px; } }
/* ==========================================================================
   Info page
   ========================================================================== */
.info h4 {
  margin: 70px 0 !important; }
  .info h4:before {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: -1;
    overflow: hidden;
    height: 10px;
    color: #bfbfbf;
    font-size: 8px;
    content: "-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------"; }
  .info h4 span {
    display: inline-block;
    padding: 0 20px;
    background-color: #EBEBEB; }
.info img + h1 {
  margin-bottom: 10px; }
.info .block-step h1 {
  margin-bottom: 10px; }
.info h1 + p {
  margin-top: 10px; }

.counter {
  counter-reset: term; }
  .counter i {
    font-style: normal; }
  .counter i:before {
    counter-increment: term;
    content: "(" counter(term) ") "; }

.client-list {
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  overflow: hidden; }
  .client-list li {
    margin-bottom: 20px;
    text-align: center; }
    @media only screen and (min-width: 30em) {
      .client-list li {
        float: left;
        width: 25%;
        padding-left: 20px; } }

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  clear: both;
  margin-bottom: 35px;
  font-size: 16px;
  text-align: center; }
  @media only screen and (min-width: 37.5em) {
    footer {
      margin-bottom: 70px; } }
  footer a {
    color: #222222; }
    footer a:hover {
      color: #2693FF; }

/* ==========================================================================
   Shared classes
   ========================================================================== */
.align-left {
  text-align: left; }

.btn {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  color: #FFFFFF;
  background-color: #2693FF;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .btn:hover {
    color: #FFFFFF;
    background-color: #222222; }

.dim {
  color: #999999; }

.black {
  color: #222222; }

.remark {
  color: #D90000; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.phone {
  display: block; }
  @media only screen and (min-width: 37.5em) {
    .phone {
      display: none; } }

.tablet {
  display: none; }
  @media only screen and (min-width: 37.5em) {
    .tablet {
      display: block; } }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.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; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }
