@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.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:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

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

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../houyhnhnm/img/ajax-loader.gif?1462480548') center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../houyhnhnm/fonts/slick.eot?1462480548');
  src: url('../houyhnhnm/fonts/slick.eot?&1462480548#iefix') format("embedded-opentype"), url('../houyhnhnm/fonts/slick.woff?1462480548') format("woff"), url('../houyhnhnm/fonts/slick.ttf?1462480548') format("truetype"), url('../houyhnhnm/fonts/slick.svg?1462480548#slick') format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    display: none; }

.slick-prev {
  left: 0;
  z-index: 999; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 0;
  z-index: 999; }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@font-face {
  font-family: "FuturaPT-Book";
  src: url('../houyhnhnm/fonts/2BBE12_0_0.ttf?1455591414') format('truetype'), url('../houyhnhnm/fonts/2BBE12_0_0.woff?1455591414') format('woff'), url('../houyhnhnm/fonts/2BBE12_0_0.eot?1455591412') format('embedded-opentype'), url('../houyhnhnm/fonts/2BBE12_0_0.svg?1455591413') format('svg'); }
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
body {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%; }

html {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  color: #000; }

body {
  -webkit-text-size-adjust: 100%; }

a {
  color: #000;
  text-decoration: underline; }
  a:hover, a:active, a:focus {
    color: #000;
    text-decoration: none; }

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

strong {
  font-weight: bold; }

em {
  font-style: italic;
  font-style: oblique; }

input {
  border: 0;
  outline: none; }
  input:focus {
    outline: none; }

@media screen and (max-width: 735px) {
  html {
    line-height: 1.8; }

  body {
    font-size: 15px; }

  h2 {
    font-size: 18px;
    line-height: 1.5; }

  h3 {
    font-size: 18px;
    line-height: 1.5; }

  h4 {
    font-size: 15px; }

  h5 {
    font-size: 15px; }

  h6 {
    font-size: 15px; } }
@media screen and (min-width: 736px) {
  html {
    line-height: 1.7; }

  body {
    font-size: 18px; }

  h2 {
    font-size: 30px;
    line-height: 1.5; }

  h3 {
    font-size: 30px;
    line-height: 1.5; }

  h4 {
    font-size: 18px; }

  h5 {
    font-size: 15px; }

  h6 {
    font-size: 15px; } }
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 40px 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.fade-in {
  -moz-animation: anim1 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation: anim1 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: anim1 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }

@-moz-keyframes anim1 {
  0% {
    opacity: 0;
    transform: translate(0, 40px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
@-webkit-keyframes anim1 {
  0% {
    opacity: 0;
    transform: translate(0, 40px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes anim1 {
  0% {
    opacity: 0;
    transform: translate(0, 40px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.opacity-1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.opacity-0 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.hide {
  display: none; }

.new {
  color: #d50000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.credit,
.caption {
  text-align: center; }

.hr {
  border-top: 1px solid #e5e5e5; }

.iframe-wrapper {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden; }

.iframe-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

#pagetop {
  display: none;
  position: relative; }

#pagetop figure {
  position: fixed;
  z-index: 999;
  cursor: pointer; }

.post-password-form input {
  border: 1px solid #ccc; }

@media screen and (max-width: 735px) {
  .credit p {
    font-size: 13px;
    line-height: 1.2; }

  .caption p {
    font-size: 13px;
    line-height: 1.5; }

  #pagetop figure {
    bottom: 0;
    width: 100%;
    background-color: #000; }
    #pagetop figure:hover, #pagetop figure:active, #pagetop figure:focus {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
      opacity: 0.9; }

  #pagetop span {
    display: block;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../houyhnhnm/img/sp.pagetop.png?1454914273');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 14px;
    height: 12px;
    -moz-background-size: 14px 12px;
    -o-background-size: 14px 12px;
    -webkit-background-size: 14px 12px;
    background-size: 14px 12px;
    width: 14px;
    height: 12px;
    padding: 20px 0;
    margin: 0 auto; } }
@media screen and (min-width: 736px) {
  .credit p {
    font-size: 13px;
    line-height: 1.2; }

  .caption p {
    font-size: 15px;
    line-height: 1.5; }

  #pagetop figure {
    right: 20px;
    top: 20px; }
    #pagetop figure:hover, #pagetop figure:active, #pagetop figure:focus {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; }

  #pagetop span {
    display: block;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../houyhnhnm/img/pagetop.png?1455611133');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 40px;
    height: 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    width: 40px;
    height: 40px; } }
.grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.grid::after {
  content: "";
  display: block; }

.col-5::after {
  width: 19%; }

.col-4::after {
  width: 23%; }

.col-3::after {
  width: 31%; }

.col-5 section,
.col-5 > div {
  width: 19%; }

.col-4 section,
.col-4 > div {
  width: 23%; }

.col-3 section,
.col-3 > div {
  width: 31%; }

.col-1 section,
.col-1 > div {
  width: 100%; }

@media screen and (max-width: 735px) {
  .entry {
    margin-top: 20px; }

  .entry section,
  .thumb section,
  .detail section {
    margin-right: 10px;
    margin-left: 10px; }

  .entry .subtitle {
    margin-top: 20px; }

  .entry h2,
  .entry .read,
  .entry ul {
    margin-top: 10px; }

  .thumb,
  .thumb .outer {
    margin-top: 20px; }

  .thumb p {
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    margin-top: 10px; }

  .thumb a {
    text-decoration: none; }
    .thumb a:hover, .thumb a:active, .thumb a:focus {
      text-decoration: underline; }

  .detail section {
    margin-top: 80px; }

  .detail .credit {
    padding-top: 20px;
    margin-right: auto;
    margin-left: auto; }

  .detail .body {
    margin-top: 40px; }

  .detail .body .job {
    margin-bottom: 10px; }

  .detail .body h3 {
    font-weight: bold;
    margin-bottom: 20px; }

  .detail .body h3 span {
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5;
    display: inline-block;
    margin-left: 5px; }

  .detail .interview p {
    font-size: 15px;
    line-height: 1.5; }

  .detail .question {
    font-weight: bold; }

  .detail .question.indent p:nth-of-type(1):before {
    content: "ー"; }

  .detail .question p {
    margin-bottom: 10px; }

  .detail .answer p {
    margin-bottom: 20px; }

  .detail .info {
    background-color: #f2f2f2;
    padding: 20px; }

  .detail .info figure {
    margin-bottom: 20px; }

  .detail .info p {
    margin-bottom: 10px; }

  .detail .info p:last-child {
    margin-bottom: 0; }

  .detail .info .caption {
    text-align: left; } }
@media screen and (min-width: 736px) {
  .entry {
    margin-top: 80px;
    margin-top: 6.66667vw; }

  .entry section,
  .thumb section,
  .detail section {
    margin-right: 20px;
    margin-left: 20px;
    margin-right: 1.66667vw;
    margin-left: 1.66667vw; }

  .entry .subtitle {
    margin-top: 40px;
    margin-top: 3.33333vw; }

  .entry h2,
  .entry .read,
  .entry ul {
    margin-top: 20px;
    margin-top: 1.66667vw; }

  .thumb,
  .thumb .outer {
    margin-top: 40px;
    margin-top: 3.33333vw; }

  .thumb p {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    margin-top: 10px;
    margin-top: 0.83333vw; }

  .thumb a {
    text-decoration: none; }
    .thumb a:hover, .thumb a:active, .thumb a:focus {
      text-decoration: underline; }

  .detail section {
    margin-top: 80px;
    margin-top: 6.66667vw; }

  .detail .credit {
    width: 80%;
    padding-top: 20px;
    padding-top: 1.66667vw;
    margin-right: auto;
    margin-left: auto; }

  .detail .body {
    margin-top: 40px;
    margin-top: 3.33333vw; }

  .detail .body .job {
    margin-bottom: 10px;
    margin-bottom: 0.83333vw; }

  .detail .body h3 {
    margin-bottom: 40px;
    margin-bottom: 3.33333vw; }

  .detail .body h3 span {
    font-size: 15px;
    line-height: 1.5;
    display: inline-block;
    margin-left: 5px; }

  .detail .interview {
    float: left;
    width: 70%; }

  .detail .interview p {
    font-size: 15px;
    line-height: 1.5; }

  .detail .question {
    font-weight: bold; }

  .detail .question.indent p:nth-of-type(1):before {
    content: "ー"; }

  .detail .question p {
    margin-bottom: 10px;
    margin-bottom: 0.83333vw; }

  .detail .answer p {
    margin-bottom: 20px;
    margin-bottom: 1.66667vw; }

  .detail .info-wrapper {
    float: right;
    width: 25%; }

  .detail .info {
    background-color: #f2f2f2;
    padding: 20px;
    padding: 1.66667vw; }

  .detail .info figure {
    margin-bottom: 20px;
    margin-bottom: 1.66667vw; }

  .detail .info p {
    margin-bottom: 10px;
    margin-bottom: 0.83333vw; }

  .detail .info p:last-child {
    margin-bottom: 0; }

  .detail .info .caption {
    text-align: left; } }
@media screen and (min-width: 1201px) {
  .entry,
  .thumb,
  .detail {
    width: 1200px;
    margin: 0 auto; }

  .entry {
    margin-top: 80px; }

  .entry section,
  .thumb section,
  .detail section {
    margin-right: 0;
    margin-left: 0; }

  .entry h2,
  .entry p,
  .entry ul,
  .detail .header,
  .detail .body {
    margin-right: 40px;
    margin-left: 40px; }

  .entry .subtitle {
    margin-top: 40px; }

  .entry h2,
  .entry .read,
  .entry ul {
    margin-top: 20px; }

  .thumb,
  .thumb .outer {
    margin-top: 40px; }

  .thumb p {
    margin-top: 10px; }

  .detail section {
    margin-top: 80px; }

  .detail .credit {
    width: 60%;
    padding-top: 20px; }

  .detail .body {
    margin-top: 40px; }

  .detail .body .job {
    margin-bottom: 10px; }

  .detail .body h3 {
    margin-bottom: 40px; }

  .detail .question p {
    margin-bottom: 10px; }

  .detail .answer p {
    margin-bottom: 20px; }

  .detail .info {
    padding: 20px; }

  .detail .info figure {
    margin-bottom: 20px; }

  .detail .info p {
    margin-bottom: 10px; }

  .detail .info p:last-child {
    margin-bottom: 0; } }
@media screen and (max-width: 735px) {
  header {
    margin-right: 10px;
    margin-left: 10px; }

  header .outer {
    overflow: hidden;
    *zoom: 1;
    max-width: 735px;
    margin: 20px auto 0; }

  header h1 a {
    display: block;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../houyhnhnm/img/logo.gif?1455586019');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 400px;
    height: 37px;
    -moz-background-size: 200px 18px;
    -o-background-size: 200px 18px;
    -webkit-background-size: 200px 18px;
    background-size: 200px 18px;
    width: 200px;
    height: 18px;
    margin: 0 auto; }
    header h1 a:hover, header h1 a:active, header h1 a:focus {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; }

  header p {
    font-size: 13px;
    text-align: center;
    margin-top: 10px; }

  header p a {
    text-decoration: none;
    color: #000; }
    header p a:hover, header p a:active, header p a:focus {
      text-decoration: underline; } }
@media screen and (min-width: 736px) {
  header {
    margin-right: 20px;
    margin-left: 20px;
    margin-right: 1.66667vw;
    margin-left: 1.66667vw; }

  header .outer {
    overflow: hidden;
    *zoom: 1;
    max-width: 1200px;
    margin: 20px auto 0;
    margin: 1.66667vw auto 0; }

  header h1 a {
    float: left;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../houyhnhnm/img/logo.gif?1455586019');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 400px;
    height: 37px;
    -moz-background-size: 200px 18px;
    -o-background-size: 200px 18px;
    -webkit-background-size: 200px 18px;
    background-size: 200px 18px;
    width: 200px;
    height: 18px; }
    header h1 a:hover, header h1 a:active, header h1 a:focus {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; }

  header p {
    float: right;
    font-size: 13px;
    color: #000; }

  header p a {
    text-decoration: none;
    color: #000; }
    header p a:hover, header p a:active, header p a:focus {
      text-decoration: underline; } }
@media screen and (min-width: 1201px) {
  header {
    width: 1200px;
    margin: 0 auto; }

  header .outer {
    margin: 20px auto 0; } }
@media screen and (max-width: 735px) {
  footer {
    font-size: 13px;
    background-color: #000;
    margin-top: 40px;
    padding-top: 10px; }

  footer .outer {
    margin-right: 10px;
    margin-left: 10px; }

  footer ul {
    line-height: 1.2; }

  footer li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 10px; }

  footer li a {
    text-decoration: none;
    color: #fff; }
    footer li a:hover, footer li a:active, footer li a:focus {
      text-decoration: underline;
      color: #fff; }

  footer .sns {
    margin-bottom: 10px; }

  footer .sns li a:hover,
  footer .sns li a:active,
  footer .sns li a:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }

  footer .sns li img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 20px;
    height: auto; }

  footer .sns .tweet span,
  footer .sns .share span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding-right: 10px;
    padding-left: 5px;
    vertical-align: -10%; }

  footer .nav,
  footer .subnav {
    margin-bottom: 10px; }

  footer .copyright {
    color: #fff;
    padding-bottom: 10px; } }
@media screen and (min-width: 736px) {
  footer {
    background-color: #000;
    margin-top: 80px;
    padding-top: 20px;
    margin-top: 6.66667vw;
    padding-top: 1.66667vw; }

  footer .outer {
    margin-right: 20px;
    margin-left: 20px;
    margin-right: 1.66667vw;
    margin-left: 1.66667vw; }

  footer ul,
  footer p {
    font-size: 13px; }

  footer ul {
    line-height: 1.2; }

  footer li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 10px;
    margin-right: 0.83333vw; }

  footer li a {
    text-decoration: none;
    color: #fff; }
    footer li a:hover, footer li a:active, footer li a:focus {
      text-decoration: underline;
      color: #fff; }

  footer .sns {
    margin-bottom: 10px;
    margin-bottom: 0.83333vw; }

  footer .sns li a:hover,
  footer .sns li a:active,
  footer .sns li a:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }

  footer .sns li img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 20px;
    height: auto; }

  footer .sns .tweet span,
  footer .sns .share span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding-right: 10px;
    padding-right: 0.83333vw;
    padding-left: 5px;
    vertical-align: -10%; }

  footer .nav,
  footer .subnav {
    margin-bottom: 10px;
    margin-bottom: 0.83333vw; }

  footer .copyright {
    color: #fff;
    padding-bottom: 20px;
    padding-bottom: 1.66667vw; } }
@media screen and (min-width: 1201px) {
  footer {
    margin-top: 80px;
    padding-top: 20px; }

  footer .outer {
    width: 1200px;
    margin: 0 auto; }

  footer li {
    margin-right: 10px; }

  footer .sns {
    margin-bottom: 10px;
    margin-left: 0; }

  footer .sns .tweet span,
  footer .sns .share span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding-right: 10px; }

  footer .nav,
  footer .subnav {
    margin-bottom: 10px; }

  footer .copyright {
    padding-bottom: 20px; } }
@media screen and (max-width: 735px) {
  #main .sns {
    margin-top: 20px; }

  #main .sns .outer {
    margin-right: 10px;
    margin-left: 10px; }

  #main .sns ul {
    overflow: hidden;
    *zoom: 1;
    line-height: 1.2; }

  #main .sns li {
    float: left;
    margin-right: 20px; }

  #main .sns li a {
    text-decoration: none; }
    #main .sns li a:hover, #main .sns li a:active, #main .sns li a:focus {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; }

  #main .sns li a img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }

  #main .sns .share {
    overflow: hidden;
    *zoom: 1; }

  #main .sns .share strong {
    float: left;
    padding-right: 20px; }

  #main .sns .share img {
    width: 9px; }

  #main .sns .tweet img {
    width: 17px; }

  #main .sns .hatebu img {
    width: 16px; }

  #main .sns .google_plus img {
    width: 20px; }

  #main .sns .line img {
    width: 30px; } }
@media screen and (min-width: 736px) {
  #main .sns {
    margin-top: 40px;
    margin-top: 3.33333vw; }

  #main .sns .outer {
    margin-right: 20px;
    margin-left: 20px;
    margin-right: 1.66667vw;
    margin-left: 1.66667vw; }

  #main .sns ul {
    overflow: hidden;
    *zoom: 1;
    line-height: 1.2; }

  #main .sns li {
    float: left;
    margin-right: 30px; }

  #main .sns li a {
    text-decoration: none; }
    #main .sns li a:hover, #main .sns li a:active, #main .sns li a:focus {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; }

  #main .sns li a img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }

  #main .sns .share {
    overflow: hidden;
    *zoom: 1; }

  #main .sns .share strong {
    float: left;
    padding-right: 30px;
    padding-top: 3px; }

  #main .sns .share img {
    width: 12px; }

  #main .sns .tweet img {
    width: 22px; }

  #main .sns .hatebu img {
    width: 22px; }

  #main .sns .google_plus img {
    width: 28px; }

  #main .sns .line img {
    width: 40px; } }
@media screen and (min-width: 1201px) {
  #main .sns {
    width: 1200px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto; }

  #main .sns .outer {
    margin-right: 40px;
    margin-left: 40px; } }
@media screen and (max-width: 735px) {
  .archives {
    margin-right: 10px;
    margin-left: 10px; }

  .archives article {
    margin-top: 80px; }

  .archives .header h2 {
    font-size: 24px;
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center; }

  .archives .header p {
    font-size: 15px;
    text-align: center;
    vertical-align: middle; }

  .archives .outer p {
    font-size: 15px;
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    margin-top: 20px; }

  .archives .outer figure {
    margin-top: 10px; }

  .archives .inner h3,
  .archives .inner p,
  .archives .inner ul {
    font-size: 13px;
    line-height: 1.5; }

  .archives h3 {
    margin-top: 10px; }

  .archives .inner p {
    font-family: "Helvetica Neue", "Helvetica", "Arial", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0;
    text-align: left;
    border-top: 0;
    padding-top: 0;
    margin-top: 10px; }

  .archives a {
    text-decoration: none; }
    .archives a:hover, .archives a:active, .archives a:focus {
      text-decoration: underline; }

  .archives ul {
    font-size: 13px; }

  .archives li {
    display: inline-block;
    vertical-align: middle; }

  .archives .tweet {
    margin-right: 10px; }

  .archives li a {
    color: #b2b2b2; }
    .archives li a:hover, .archives li a:active, .archives li a:focus {
      color: #b2b2b2; } }
@media screen and (min-width: 736px) {
  .archives {
    margin-right: 20px;
    margin-left: 20px;
    margin-right: 1.66667vw;
    margin-left: 1.66667vw; }

  .archives article {
    margin-top: 120px;
    margin-top: 10vw; }

  .archives .header {
    display: table; }

  .archives .header h2,
  .archives .header p {
    display: table-cell; }

  .archives .header h2 {
    font-size: 28px;
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    line-height: 1.2; }

  .archives .header p {
    font-size: 13px;
    vertical-align: middle;
    padding-left: 20px;
    padding-left: 1.66667vw; }

  .archives .outer p {
    font-size: 15px;
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    margin-top: 40px;
    padding-top: 1.66667vw;
    margin-top: 3.33333vw; }

  .archives .outer figure {
    margin-top: 20px;
    margin-top: 1.66667vw; }

  .archives .inner h3,
  .archives .inner p,
  .archives .inner ul {
    line-height: 1.5; }

  .archives h3 {
    font-size: 15px;
    margin-top: 20px;
    margin-top: 1.66667vw; }

  .archives .inner p {
    font-size: 13px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0;
    text-align: left;
    border-top: 0;
    padding-top: 0;
    margin-top: 10px;
    margin-top: 0.83333vw; }

  .archives a {
    text-decoration: none; }
    .archives a:hover, .archives a:active, .archives a:focus {
      text-decoration: underline; }

  .archives ul {
    font-size: 13px; }

  .archives li {
    display: inline-block;
    vertical-align: middle; }

  .archives .tweet {
    margin-right: 10px;
    margin-right: 0.83333vw; }

  .archives li a {
    color: #b2b2b2; }
    .archives li a:hover, .archives li a:active, .archives li a:focus {
      color: #b2b2b2; } }
@media screen and (min-width: 1201px) {
  .archives {
    width: 1200px;
    margin: 0 auto; }

  .archives article {
    margin-top: 120px; }

  .archives .header p {
    padding-left: 20px; }

  .archives .outer p {
    margin-top: 40px; }

  .archives .outer figure {
    margin-top: 20px; }

  .archives h3 {
    margin-top: 20px; }

  .archives .inner p {
    margin-top: 10px; }

  .archives .tweet {
    margin-right: 10px; } }
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  header h1 a {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../houyhnhnm/img/logo@2x.gif?1455586020');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 800px;
    height: 74px;
    -moz-background-size: 200px 18px;
    -o-background-size: 200px 18px;
    -webkit-background-size: 200px 18px;
    background-size: 200px 18px;
    width: 200px;
    height: 18px; } }
@media screen and (-webkit-min-device-pixel-ratio: 1.25) and (max-width: 735px), screen and (min-resolution: 1.25dppx) and (max-width: 735px), screen and (min-resolution: 120dpi) and (max-width: 735px) {
  #pagetop span {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../houyhnhnm/img/sp.pagetop@2x.png?1454914273');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 28px;
    height: 24px;
    -moz-background-size: 14px 12px;
    -o-background-size: 14px 12px;
    -webkit-background-size: 14px 12px;
    background-size: 14px 12px;
    width: 14px;
    height: 12px; } }
@media screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 736px), screen and (min-resolution: 1.25dppx) and (min-width: 736px), screen and (min-resolution: 120dpi) and (min-width: 736px) {
  #pagetop span {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../houyhnhnm/img/pagetop@2x.png?1455611134');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 80px;
    height: 80px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    width: 40px;
    height: 40px; } }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=hynm_snap_alpha_industries.css.map */
