@charset "UTF-8";
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; }

@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 {
  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%;
  line-height: 1.7;
  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; }

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

@media screen and (max-width: 480px) {
  body {
    font-size: 15px; }

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

  h3 {
    font-size: 15px; }

  h4 {
    font-size: 18px;
    line-height: 1.2; }

  h5 {
    font-size: 15px;
    font-weight: bold; }

  h6 {
    font-size: 15px; } }
@media screen and (min-width: 481px) and (max-width: 600px) {
  body {
    font-size: 15px; }

  h2 {
    font-size: 24px;
    line-height: 1.2; }

  h3 {
    font-size: 28px; }

  h4 {
    font-size: 18px;
    line-height: 1.2; }

  h5 {
    font-size: 15px;
    font-weight: bold; }

  h6 {
    font-size: 15px; } }
@media screen and (min-width: 601px) {
  body {
    font-size: 15px; }

  h2 {
    font-size: 24px;
    line-height: 1.2; }

  h3 {
    font-size: 28px; }

  h4 {
    font-size: 18px;
    line-height: 1.2; }

  h5 {
    font-size: 15px;
    font-weight: bold; }

  h6 {
    font-size: 15px; } }
@media screen and (min-width: 769px) {
  body {
    font-size: 18px; }

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

  h3 {
    font-size: 28px; }

  h4 {
    font-size: 18px;
    line-height: 1.2; }

  h5 {
    font-size: 18px;
    font-weight: bold; }

  h6 {
    font-size: 18px; } }
/*
 * 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; }

@media screen and (max-width: 480px) {
  .grid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

  .grid figure {
    margin-top: 20px;
    margin-top: 4.16667vw; }

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

  .grid .new {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 10px;
    margin-right: 2.08333vw;
    color: #d50000; }

  .grid .outer {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-top: 4.16667vw;
    margin-top: 20px;
    margin-top: 4.16667vw; }

  .grid .outer p:first-child {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.5; }

  .grid h3 {
    line-height: 1.5; }

  .grid.col-1 h3 {
    margin-top: 20px;
    margin-top: 4.16667vw; }

  .grid.col-3 h3 {
    margin-top: 10px;
    margin-top: 2.08333vw; }

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

  .grid .inner p {
    margin-top: 10px;
    margin-top: 2.08333vw; }

  .grid .inner li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 10px;
    margin-right: 2.08333vw; }

  .grid .inner li a {
    color: #b2b2b2; }
    .grid .inner li a:hover, .grid .inner li a:active, .grid .inner li a:focus {
      color: #b2b2b2; }

  .grid .is-empty {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0; }

  .col-1 section {
    width: 95.83333vw;
    max-width: 460px; }

  .grid.col-3 {
    margin-right: -20px;
    margin-right: -4.16667vw; }

  .col-3 section {
    width: 30.90278vw;
    max-width: 148.33333px;
    margin-right: 10px;
    margin-right: 2.08333vw; }

  .grid.col-1 h3 {
    font-size: 15px; }

  .grid.col-1 .outer p:first-child {
    font-size: 15px; }

  .grid.col-3 h3 {
    font-size: 13px; }

  .grid.col-3 .outer p:first-child {
    font-size: 13px; } }
@media screen and (min-width: 481px) and (max-width: 600px) {
  .grid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-right: -3.33333vw; }

  .grid figure {
    margin-top: 20px;
    margin-top: 3.33333vw; }

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

  .grid .new {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 10px;
    margin-right: 1.66667vw;
    color: #d50000; }

  .grid .outer {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-top: 3.33333vw;
    margin-top: 40px;
    margin-top: 6.66667vw; }

  .grid .outer p:first-child {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.5; }

  .grid h3 {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
    margin-top: 1.66667vw; }

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

  .grid .inner p {
    margin-top: 10px;
    margin-top: 1.66667vw; }

  .grid .inner li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 10px;
    margin-right: 1.66667vw; }

  .grid .inner li a {
    color: #b2b2b2; }
    .grid .inner li a:hover, .grid .inner li a:active, .grid .inner li a:focus {
      color: #b2b2b2; }

  .grid .is-empty {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0; }

  .col-4 section,
  .col-3 section {
    width: 31.38889vw;
    max-width: 188.33333px;
    margin-right: 10px;
    margin-right: 1.66667vw; }

  .grid.col-4 section:nth-of-type(1) .outer,
  .grid.col-4 section:nth-of-type(2) .outer,
  .grid.col-4 section:nth-of-type(3) .outer,
  .grid.col-3 section:nth-of-type(1) .outer,
  .grid.col-3 section:nth-of-type(2) .outer,
  .grid.col-3 section:nth-of-type(3) .outer {
    margin-top: 20px; } }
@media screen and (min-width: 601px) {
  .grid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-right: -2.5vw; }

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

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

  .grid .new {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 10px;
    margin-right: 0.83333vw;
    color: #d50000; }

  .grid .outer {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-top: 1.66667vw;
    margin-top: 40px;
    margin-top: 3.33333vw; }

  .grid .outer p:first-child {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.5; }

  .grid h3 {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 20px;
    margin-top: 1.66667vw; }

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

  .grid .inner p {
    margin-top: 10px;
    margin-top: 0.83333vw; }

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

  .grid .inner li a {
    color: #b2b2b2; }
    .grid .inner li a:hover, .grid .inner li a:active, .grid .inner li a:focus {
      color: #b2b2b2; }

  .grid .is-empty {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0; }

  .col-4 section {
    width: 23.75vw;
    max-width: 285px;
    margin-right: 20px;
    margin-right: 1.66667vw; }

  .col-3 section {
    width: 31.66667vw;
    max-width: 380px;
    margin-right: 30px;
    margin-right: 2.5vw; }

  .grid.col-4 section:nth-of-type(1) .outer,
  .grid.col-4 section:nth-of-type(2) .outer,
  .grid.col-4 section:nth-of-type(3) .outer,
  .grid.col-4 section:nth-of-type(4) .outer,
  .grid.col-3 section:nth-of-type(1) .outer,
  .grid.col-3 section:nth-of-type(2) .outer,
  .grid.col-3 section:nth-of-type(3) .outer {
    margin-top: 20px; } }
@media screen and (min-width: 769px) {
  .grid h3 {
    font-size: 15px; } }
@media screen and (min-width: 1201px) {
  .grid {
    margin-right: -30px; }

  .grid figure {
    margin-top: 20px; }

  .grid .new {
    margin-right: 10px; }

  .grid .outer {
    padding-top: 20px;
    margin-top: 40px; }

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

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

  .grid .inner li {
    margin-right: 10px; }

  .col-4 section {
    margin-right: 20px; }

  .col-3 section {
    margin-right: 30px; } }
@media screen and (max-width: 480px) {
  .wrapper {
    margin-right: 10px;
    margin-left: 10px; }

  .entry {
    margin-top: 20px;
    margin-top: 4.16667vw; }

  .entry h2,
  .entry h2 + p,
  .entry ul {
    margin-top: 20px;
    margin-top: 4.16667vw; }

  .entry + .sns {
    background-color: #fff;
    padding-bottom: 40px;
    padding-bottom: 8.33333vw; }

  .content section {
    background-color: #fff;
    padding-bottom: 40px;
    padding-bottom: 8.33333vw;
    margin-top: 40px;
    margin-top: 8.33333vw; }

  .content section p,
  .content section figure {
    margin-top: 20px;
    margin-top: 4.16667vw; }

  .content section p.caption {
    margin-top: 10px;
    margin-top: 2.08333vw; }

  .info p {
    margin-bottom: 20px;
    margin-bottom: 4.16667vw; } }
@media screen and (min-width: 481px) and (max-width: 600px) {
  .wrapper {
    margin-right: 20px;
    margin-left: 20px; }

  article {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto; }

  .entry {
    margin-top: 80px;
    margin-top: 13.33333vw; }

  .entry section {
    margin-top: 40px;
    margin-top: 6.66667vw; }

  .entry h2,
  .entry h2 + p,
  .entry ul {
    margin-top: 20px;
    margin-top: 3.33333vw; }

  .entry + .sns {
    background-color: #fff;
    padding-bottom: 40px;
    padding-bottom: 6.66667vw; }

  .content section {
    background-color: #fff;
    padding-bottom: 40px;
    padding-bottom: 6.66667vw;
    margin-top: 40px;
    margin-top: 6.66667vw; }

  .content section p,
  .content section figure {
    margin-top: 20px;
    margin-top: 3.33333vw; }

  .content section p.caption {
    margin-top: 10px;
    margin-top: 1.66667vw; }

  .info p {
    margin-bottom: 20px;
    margin-bottom: 3.33333vw; } }
@media screen and (min-width: 601px) {
  .wrapper {
    margin-right: 20px;
    margin-left: 20px; }

  article {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto; }

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

  .entry figure + p {
    margin-top: 40px;
    margin-top: 3.33333vw; }

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

  .entry + .sns {
    background-color: #fff;
    padding-bottom: 40px;
    padding-bottom: 3.33333vw; }

  .content section {
    background-color: #fff;
    padding-bottom: 40px;
    padding-bottom: 3.33333vw;
    margin-top: 40px;
    margin-top: 3.33333vw; }

  .content section p,
  .content section figure {
    margin-top: 20px;
    margin-top: 1.66667vw; }

  .content section p.caption {
    margin-top: 10px;
    margin-top: 0.83333vw; }

  .info p {
    margin-bottom: 20px;
    margin-bottom: 1.66667vw; } }
@media screen and (min-width: 1201px) {
  .wrapper {
    margin-right: 0;
    margin-left: 0; }

  .entry {
    margin-top: 80px; }

  .entry figure + p {
    margin-top: 40px; }

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

  .entry + .sns {
    padding-bottom: 40px; }

  .content section {
    padding-bottom: 40px;
    margin-top: 40px; }

  .content section p,
  .content section figure {
    margin-top: 20px; }

  .content section p.caption {
    margin-top: 10px; }

  .info p {
    margin-bottom: 20px; } }
@media screen and (max-width: 480px) {
  header {
    margin-right: 10px;
    margin-left: 10px; }

  header .outer {
    margin: 0 auto; }

  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: 30px auto 0;
    margin: 6.25vw auto 0; }
    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: 20px;
    margin-top: 4.16667vw; }

  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: 481px) and (max-width: 600px) {
  header {
    margin-right: 20px;
    margin-left: 20px; }

  header .outer {
    overflow: hidden;
    *zoom: 1;
    max-width: 600px;
    margin: 20px 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: 601px) {
  header {
    margin-right: 20px;
    margin-left: 20px; }

  header .outer {
    overflow: hidden;
    *zoom: 1;
    max-width: 1200px;
    margin: 20px 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 (max-width: 480px) {
  footer {
    font-size: 13px;
    background-color: #000;
    margin-top: 80px;
    padding-top: 20px; }

  footer .outer {
    width: calc(100vw - $margin + px);
    margin-left: 10px;
    margin-right: 10px; }

  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,
  footer .nav,
  footer .subnav {
    margin-bottom: 10px; }

  footer .sns ul {
    line-height: 19.2px; }

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

  footer .sns .tweet span,
  footer .sns .like 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 .sns li a {
    text-decoration: none; }
    footer .sns li a:hover, footer .sns li a:active, footer .sns li a:focus {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; }

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

  footer .copyright {
    color: #fff;
    padding-bottom: 10px; } }
@media screen and (min-width: 481px) and (max-width: 600px) {
  footer {
    font-size: 13px;
    background-color: #000;
    margin-top: 80px;
    padding-top: 20px; }

  footer .outer {
    width: calc(100vw - $margin + px);
    margin-left: 10px;
    margin-right: 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,
  footer .nav,
  footer .subnav {
    margin-bottom: 10px; }

  footer .sns ul {
    line-height: 19.2px; }

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

  footer .sns .tweet span,
  footer .sns .like 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 .sns li a {
    text-decoration: none; }
    footer .sns li a:hover, footer .sns li a:active, footer .sns li a:focus {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; }

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

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

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

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

  footer ul {
    line-height: 19.2px; }

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

  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,
  footer .nav,
  footer .subnav,
  footer .copyright {
    margin-right: 10px;
    margin-right: 0.83333vw;
    margin-left: 10px;
    margin-left: 0.83333vw; }

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

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

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

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

  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 li {
    margin-right: 10px; }

  footer .sns,
  footer .nav,
  footer .subnav,
  footer .copyright {
    margin-right: 0;
    margin-left: 0; }

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

  footer .tweet span,
  footer .like span,
  footer .share span {
    padding-right: 10px;
    padding-left: 5px; }

  footer .sns img {
    width: 20px; }

  footer .copyright {
    padding-bottom: 20px; } }
@media screen and (max-width: 480px) {
  article.sns {
    margin-top: 40px;
    margin-top: 8.33333vw; }

  #main .sns {
    font-size: 15px;
    max-width: 480px;
    margin: 40px auto 0;
    margin: 8.33333vw auto 0; }

  #main .sns .sns {
    max-width: auto;
    margin: 0; }

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

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

  #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;
    height: 24px; }

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

  #main .sns .share strong {
    float: left;
    margin-right: 30px;
    margin-right: 6.25vw; }

  #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: 481px) and (max-width: 600px) {
  #main .sns {
    max-width: 600px;
    margin: 40px auto 0;
    margin: 6.66667vw auto 0; }

  #main .sns .sns {
    max-width: auto;
    margin: 0; }

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

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

  #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;
    height: 24px; }

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

  #main .sns .share strong {
    float: left;
    margin-right: 30px;
    margin-right: 5vw; }

  #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: 601px) {
  #main .sns {
    max-width: 1200px;
    margin: 40px auto 0;
    margin: 3.33333vw auto 0; }

  #main .sns .sns {
    max-width: auto;
    margin: 0; }

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

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

  #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;
    height: 24px; }

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

  #main .sns .share strong {
    float: left;
    margin-right: 30px;
    margin-right: 2.5vw; }

  #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 {
    margin: 40px auto 0; }

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

  #main .sns .share strong {
    margin-right: 30px; } }
@media screen and (max-width: 480px) {
  body.archive #main .header h2,
  body.page #main .header h2 {
    margin-top: 40px;
    margin-top: 8.33333vw; }

  body.archive #main .header p,
  body.page #main .header p {
    margin-top: 10px;
    margin-top: 2.08333vw; }

  body.archive #main .nav,
  body.page #main .nav {
    margin-top: 40px;
    margin-top: 8.33333vw; }

  body.home #main .nav {
    margin-top: 20px;
    margin-top: 4.16667vw; }

  body.archive #main .outer,
  body.page #main .outer {
    margin-top: 20px;
    margin-top: 4.16667vw; }

  body.archive #main .news .grid.col-1 section:first-child .outer,
  body.archive #main .feature .grid.col-1 section:first-child .outer {
    margin-top: 0; }

  body.archive #main .feature .col-1 section {
    margin-top: 40px;
    margin-top: 8.33333vw; }

  body.archive #main .feature .col-1 section:first-child {
    margin-top: 0; }

  body.archive #main .feature .grid .outer {
    border-top: none;
    padding-top: 0;
    margin-top: 0; }

  body.archive #main .feature .grid figure {
    margin-top: 0; }

  .archives {
    margin-top: 80px;
    margin-top: 16.66667vw;
    margin-right: 10px;
    margin-left: 10px; }

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

  .archives .header p {
    text-align: center; }

  .archives .outer p {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 15px;
    text-align: center; }

  .archives img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-top: 4.16667vw; }

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

  .archives li a {
    color: #b2b2b2; }
    .archives li a:hover, .archives li a:active, .archives li a:focus {
      color: #b2b2b2; }

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

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

  .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;
    margin-top: 10px;
    margin-top: 2.08333vw; } }
@media screen and (min-width: 481px) and (max-width: 600px) {
  body.archive #main .header h2,
  body.page #main .header h2 {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    margin-top: 40px;
    margin-top: 6.66667vw; }

  body.archive #main .header p,
  body.page #main .header p {
    margin-top: 20px;
    margin-top: 3.33333vw; }

  body.archive #main .nav,
  body.page #main .nav {
    margin-top: 20px;
    margin-top: 3.33333vw; }

  body.archive #main .outer,
  body.page #main .outer {
    margin-top: 40px;
    margin-top: 6.66667vw; }

  .archives {
    max-width: 600px;
    margin: 0 auto; }

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

  .archives .header p {
    text-align: center; }

  .archives .outer p {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 15px;
    text-align: center; }

  .archives img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-top: 3.33333vw; }

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

  .archives li a {
    color: #b2b2b2; }
    .archives li a:hover, .archives li a:active, .archives li a:focus {
      color: #b2b2b2; }

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

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

  .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;
    margin-top: 10px;
    margin-top: 1.66667vw; } }
@media screen and (min-width: 601px) {
  body.archive #main .nav,
  body.page #main .nav {
    margin-top: 20px;
    margin-top: 1.66667vw; }

  body.archive #main .outer,
  body.page #main .outer {
    margin-top: 40px;
    margin-top: 3.33333vw; }

  .archives {
    max-width: 1200px;
    margin-right: 20px;
    margin-left: 20px; }

  .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-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 24px;
    line-height: 19.2px; }

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

  .archives .outer p {
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    font-size: 15px;
    text-align: center; }

  .archives .outer figure {
    margin-top: 0; }

  .archives img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-top: 1.66667vw; }

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

  .archives li a {
    color: #b2b2b2; }
    .archives li a:hover, .archives li a:active, .archives li a:focus {
      color: #b2b2b2; }

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

  .archives h3 {
    font-size: 13px;
    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;
    margin-top: 10px;
    margin-top: 1.66667vw; }

  .archives ul {
    font-size: 13px; } }
@media screen and (min-width: 1201px) {
  body.archive #main .nav,
  body.page #main .nav {
    margin-top: 20px; }

  body.archive #main .outer,
  body.page #main .outer {
    margin-top: 40px; }

  .archives {
    margin-right: auto;
    margin-left: auto; }

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

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

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

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

  .archives .inner p {
    margin-top: 10px; } }
@media handheld and (max-width: 600px) {
  .yarpp-related {
    margin-top: 80px;
    margin-top: 16.66667vw; } }
.post-password-form input {
  border: 1px solid #ccc; }

.info {
  background-color: #f2f2f2; }

.hide {
  display: none; }

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

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

@media screen and (max-width: 480px) {
  .caption {
    font-size: 13px;
    line-height: 1.5;
    text-align: center; }

  .info {
    max-width: 400px;
    padding: 20px 20px 10px;
    padding: 4.16667vw 4.16667vw 2.08333vw; }

  #pagetop {
    margin-bottom: 52px; }

  #pagetop figure {
    bottom: 0;
    width: 100%;
    height: 52px;
    background-color: #000; }
    #pagetop figure:hover, #pagetop figure:active, #pagetop figure:focus {
      background-color: #808080; }

  #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;
    margin: 20px auto; }

  .iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
    margin-bottom: 4.16667vw; }

  .iframe-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 400px;
    max-width: 463.33333vw;
    height: 100%; } }
@media screen and (min-width: 481px) and (max-width: 600px) {
  .caption {
    font-size: 11px;
    text-align: center; }

  .info {
    max-width: 520px;
    padding: 40px 40px 20px;
    padding: 6.66667vw 6.66667vw 3.33333vw; }

  #pagetop {
    margin-bottom: 52px; }

  #pagetop figure {
    bottom: 0;
    width: 100%;
    height: 52px;
    background-color: #000; }
    #pagetop figure:hover, #pagetop figure:active, #pagetop figure:focus {
      background-color: #808080; }

  #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;
    margin: 20px auto; }

  .iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 30px;
    margin-bottom: 5vw; }

  .iframe-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 520px;
    max-width: 586.66667vw;
    height: 100%; } }
@media screen and (min-width: 601px) {
  .caption {
    font-size: 13px;
    text-align: center; }

  .info {
    max-width: 1120px;
    padding: 40px 40px 20px;
    padding: 3.33333vw 3.33333vw 1.66667vw; }

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

  .iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 30px;
    margin-bottom: 2.5vw; }

  .iframe-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 1120px;
    max-width: 1193.33333vw;
    height: 100%; }

  .parallax-window {
    min-height: 1125px;
    background: transparent; } }
@media screen and (min-width: 769px) {
  .info {
    padding: 40px 40px 20px; } }
/* ==========================================================================
   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; } }
/* ==========================================================================
   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=hynmhi.css.map */
  html,
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }