@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
  margin: 0;
  padding: 0;
  font-size: 14px; }

img {
  border: none;
  vertical-align: middle; }

* {
  box-sizing: border-box; }

figure {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
  font-size: 100%; }

ul {
  list-style: none; }

ul, li, dl, dd, dt {
  list-style: none;
  padding: 0;
  margin: 0; }

ol > li {
  list-style: decimal; }

table, tr, td, th {
  border: none;
  border-collapse: collapse;
  padding: 0;
  margin: 0; }

label {
  cursor: pointer; }

input, textarea, select, fieldset, legend {
  margin: 0;
  padding: 0;
  border: none; }

strong {
  font-weight: bold; }

.clearfix:after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  overflow: hidden; }

.clearfix {
  display: inline-block; }

.center {
  display: block;
  margin: 0 auto;
  text-align: center; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

body {
  margin: 0;
  padding: 0;
  background-color: #F4F3F0;
  color: #111;
  font-size: 14px;
  line-height: 2;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  position: relative; }

a, a:link, a:visited, a:visited {
  color: #006FBA;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color; }
  a:hover, a.hover, a:link:hover, a:link.hover, a:visited:hover, a:visited.hover, a:visited:hover, a:visited.hover {
    color: #2e8dce; }

.defs, defs, .alt {
  display: none; }

input[type='text'],
input[type='password'],
input[type='mail'],
input[type='email'],
input[type='tel'],
input[type='search'],
select,
textarea {
  display: block;
  width: 100%;
  padding: 0.5rem;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 1em;
  outline: none;
  vertical-align: middle;
  position: relative;
  -webkit-appearance: none; }
  input[type='text']:placeholder-shown, input[type='text']::-webkit-input-placeholder,
  input[type='password']:placeholder-shown,
  input[type='password']::-webkit-input-placeholder,
  input[type='mail']:placeholder-shown,
  input[type='mail']::-webkit-input-placeholder,
  input[type='email']:placeholder-shown,
  input[type='email']::-webkit-input-placeholder,
  input[type='tel']:placeholder-shown,
  input[type='tel']::-webkit-input-placeholder,
  input[type='search']:placeholder-shown,
  input[type='search']::-webkit-input-placeholder,
  select:placeholder-shown,
  select::-webkit-input-placeholder,
  textarea:placeholder-shown,
  textarea::-webkit-input-placeholder {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color; }
  input[type='text']:focus::-webkit-input-placeholder,
  input[type='password']:focus::-webkit-input-placeholder,
  input[type='mail']:focus::-webkit-input-placeholder,
  input[type='email']:focus::-webkit-input-placeholder,
  input[type='tel']:focus::-webkit-input-placeholder,
  input[type='search']:focus::-webkit-input-placeholder,
  select:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
    color: transparent; }
  input[type='text']:focus:-moz-placeholder,
  input[type='password']:focus:-moz-placeholder,
  input[type='mail']:focus:-moz-placeholder,
  input[type='email']:focus:-moz-placeholder,
  input[type='tel']:focus:-moz-placeholder,
  input[type='search']:focus:-moz-placeholder,
  select:focus:-moz-placeholder,
  textarea:focus:-moz-placeholder {
    color: transparent; }
  input[type='text']:focus::-moz-placeholder,
  input[type='password']:focus::-moz-placeholder,
  input[type='mail']:focus::-moz-placeholder,
  input[type='email']:focus::-moz-placeholder,
  input[type='tel']:focus::-moz-placeholder,
  input[type='search']:focus::-moz-placeholder,
  select:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder {
    color: transparent; }

/* icon */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?wm3jcr");
  src: url("../fonts/icomoon.eot?wm3jcr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?wm3jcr") format("truetype"), url("../fonts/icomoon.woff?wm3jcr") format("woff"), url("../fonts/icomoon.svg?wm3jcr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search:before {
  content: "\e900"; }

.icon-line_naked:before {
  content: "\e901"; }

.icon-line:before {
  content: "\e902"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-rss:before {
  content: "\ea9b"; }

.icon-youtube:before {
  content: "\ea9d"; }

a[class^="icon-"]:hover, a[class^="icon-"].hover, a[class*=" icon-"]:hover, a[class*=" icon-"].hover {
  color: #77736A; }

a.icon-twitter:hover, a.icon-twitter.hover {
  color: #79d3fc; }

a.icon-facebook:hover, a.icon-facebook.hover {
  color: #5a6eb7; }

a.icon-youtube:hover, a.icon-youtube.hover {
  color: #de5642; }

a.icon-instagram:hover, a.icon-instagram.hover {
  color: #e03ed1; }

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative; }

header {
  height: 45px;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 99;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition-property: top, opacity;
  -moz-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity; }
  header.show {
    top: 0;
    opacity: 1; }
  header .logo {
    display: block;
    width: 95px;
    height: 26px;
    position: absolute;
    top: 10px;
    left: 0; }
    header .logo .logo-image {
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-animation-timing-function: ease-in-out;
      -moz-animation-timing-function: ease-in-out;
      -o-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-transition-property: fill;
      -moz-transition-property: fill;
      -o-transition-property: fill;
      transition-property: fill;
      display: block;
      width: 95px;
      height: 26px;
      fill: #040000; }
    header .logo:hover .logo-image, header .logo.hover .logo-image {
      fill: #77736A; }
  header .icon-menu {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 0;
    cursor: pointer; }
    header .icon-menu .line {
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-animation-timing-function: ease-in-out;
      -moz-animation-timing-function: ease-in-out;
      -o-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-transition-property: transform, opacity, background-color;
      -moz-transition-property: transform, opacity, background-color;
      -o-transition-property: transform, opacity, background-color;
      transition-property: transform, opacity, background-color;
      display: block;
      width: 26px;
      height: 3px;
      background-color: #4a4a4a;
      position: absolute;
      top: 50%;
      left: 50%;
      transform-origin: 50% 50%; }
      header .icon-menu .line.line1 {
        transform: translate(-50%, -10px); }
      header .icon-menu .line.line2 {
        transform: translate(-50%, -50%); }
      header .icon-menu .line.line3 {
        transform: translate(-50%, 7px); }
    header .icon-menu:hover .line, header .icon-menu.hover .line {
      background-color: #77736A; }
  .menu-open header .icon-menu .line.line1 {
    transform: translate(-12px, 0px) rotate(-45deg); }
  .menu-open header .icon-menu .line.line2 {
    opacity: 0; }
  .menu-open header .icon-menu .line.line3 {
    transform: translate(-12px, 0px) rotate(45deg); }

#menu {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
  z-index: 98;
  transform: translateY(-120%);
  opacity: 0; }
  .menu-open #menu {
    transform: translateY(0);
    opacity: 1; }
  #menu .form {
    position: relative; }
  #menu .search-field {
    margin-top: 6px;
    margin-bottom: 40px;
    padding: 12px 25px 12px 15px;
    border-bottom: 1px solid #D8D8D8;
    clear: both; }
  #menu .btn-search,
  #menu .btn-search:active {
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 4px;
    right: 0; }
  #menu .btn-search:hover {
    fill: #77736A; }
  #menu .categories {
    display: inline-block;
    padding-left: 15px;
    float: left;
    overflow: hidden; }
    #menu .categories > li {
      display: inline-block;
      margin-right: 40px; }
      #menu .categories > li:last-child {
        margin-right: 0; }
      #menu .categories > li a {
        color: #111;
        font-size: 16px;
        font-family: "Avenir Next", Verdana, sans-serif;
        font-weight: 500;
        line-height: 1; }
        #menu .categories > li a:hover, #menu .categories > li a.hover {
          color: #77736A; }
  #menu .socials {
    float: right; }
    #menu .socials > li {
      display: inline-block;
      margin-left: 23px; }
      #menu .socials > li:first-child {
        margin-left: none; }
      #menu .socials > li a {
        color: #333;
        font-size: 24px;
        line-height: 1; }
        #menu .socials > li a:hover, #menu .socials > li a.hover {
          color: #77736A; }
        #menu .socials > li a.icon-twitter:hover, #menu .socials > li a.icon-twitter.hover {
          color: #79d3fc; }
        #menu .socials > li a.icon-facebook:hover, #menu .socials > li a.icon-facebook.hover {
          color: #5a6eb7; }
        #menu .socials > li a.icon-youtube:hover, #menu .socials > li a.icon-youtube.hover {
          color: #de5642; }
        #menu .socials > li a.icon-instagram:hover, #menu .socials > li a.icon-instagram.hover {
          color: #e03ed1; }
  #menu .menu-footer {
    margin-top: 36px;
    padding: 25px 0;
    border-top: 1px solid #D8D8D8;
    clear: both; }
    #menu .menu-footer .footer-link {
      display: inline-block;
      padding-left: 15px;
      line-height: 1; }
      #menu .menu-footer .footer-link > li {
        display: inline-block;
        margin-right: 2rem; }
        #menu .menu-footer .footer-link > li:last-child {
          margin-right: 0; }
        #menu .menu-footer .footer-link > li a {
          color: #888;
          line-height: 1; }
          #menu .menu-footer .footer-link > li a:hover, #menu .menu-footer .footer-link > li a.hover {
            color: #EEA329; }
    #menu .menu-footer .copyright {
      float: right;
      font-size: 12px;
      color: #888;
      font-style: normal;
      line-height: 1; }

#primal-header {
  padding: 28px 0 27px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  #primal-header .logo .logo-image {
    display: block;
    width: 169px;
    height: 45px;
    fill: #111;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition-property: fill;
    -moz-transition-property: fill;
    -o-transition-property: fill;
    transition-property: fill; }
    #primal-header .logo .logo-image:hover {
      fill: #77736A; }
  #primal-header .categories {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    line-height: 1; }
    #primal-header .categories > li {
      display: inline-block;
      margin-left: 20px; }
      #primal-header .categories > li a {
        color: #111;
        font-size: 16px;
        font-family: "Avenir Next", Verdana, sans-serif;
        font-weight: 500;
        line-height: 1; }
        #primal-header .categories > li a:hover {
          color: #77736A; }
  #primal-header .socials {
    display: block;
    position: absolute;
    right: 0;
    bottom: -5px;
    line-height: 1; }
    #primal-header .socials > li {
      display: inline-block;
      margin-left: 20px; }
      #primal-header .socials > li a {
        color: #333;
        font-size: 22px;
        line-height: 1; }
        #primal-header .socials > li a:hover, #primal-header .socials > li a.hover {
          color: #77736A; }
        #primal-header .socials > li a.icon-twitter:hover, #primal-header .socials > li a.icon-twitter.hover {
          color: #79d3fc; }
        #primal-header .socials > li a.icon-facebook:hover, #primal-header .socials > li a.icon-facebook.hover {
          color: #5a6eb7; }
        #primal-header .socials > li a.icon-youtube:hover, #primal-header .socials > li a.icon-youtube.hover {
          color: #de5642; }
        #primal-header .socials > li a.icon-instagram:hover, #primal-header .socials > li a.icon-instagram.hover {
          color: #e03ed1; }

.category-title {
  display: block;
  padding: 10px 14px;
  margin-bottom: 10px;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1; }

#slider {
  margin-bottom: 20px; }
  #slider .slider-nav {
    width: 60px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50; }
    #slider .slider-nav.slick-prev {
      left: 0px;
      transform: translateY(-50%) rotate(180deg); }
    #slider .slider-nav.slick-next {
      right: 0px; }
  #slider .arrow {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition-property: filter;
    -moz-transition-property: filter;
    -o-transition-property: filter;
    transition-property: filter;
    width: 22px;
    height: 45px;
    fill: #fff;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.33));
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -11px; }
    #slider .arrow:hover, #slider .arrow.hover {
      filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.33)); }
  #slider .slick-dots {
    position: absolute;
    bottom: 20px;
    right: 20px; }
    #slider .slick-dots > li {
      display: none;
      font-size: 14px;
      line-height: 1; }
      #slider .slick-dots > li.slick-active {
        display: block; }

.pagenav {
  display: none; }

a.load-more {
  display: block;
  padding: 15px;
  margin: 0 auto;
  border: 1px solid #cbcbcb;
  background: #fff;
  cursor: pointer;
  font-size: 18px;
  color: #111;
  text-align: center;
  line-height: 1;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition-property: "color,background-color";
  -moz-transition-property: "color,background-color";
  -o-transition-property: "color,background-color";
  transition-property: "color,background-color"; }
  a.load-more:hover {
    color: #77736A; }

#post {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  #post .post-content {
    width: 890px;
    min-height: 540px;
    padding: 25px 70px 40px;
    background-color: #fff; }
  #post .post-headline {
    margin-bottom: 30px; }
    #post .post-headline .post-category {
      display: block;
      margin-bottom: 10px;
      line-height: 1; }
      #post .post-headline .post-category a {
        color: #888; }
        #post .post-headline .post-category a:hover {
          color: #EEA329; }
    #post .post-headline .post-title {
      display: block;
      margin-bottom: 25px;
      font-size: 28px;
      font-weight: bold;
      line-height: 1.428; }
    #post .post-headline .post-meta {
      display: block;
      vertical-align: middle; }
      #post .post-headline .post-meta li {
        display: inline;
        margin-right: 8px; }
        #post .post-headline .post-meta li.post-date {
          color: grey;
          margin-right: 15px; }
        #post .post-headline .post-meta li.post-writer a {
          color: #888; }
          #post .post-headline .post-meta li.post-writer a:hover {
            color: #EEA329; }
        #post .post-headline .post-meta li.social > a[class^="icon-"] {
          font-size: 20px;
          vertical-align: text-bottom;
          color: #888; }
        #post .post-headline .post-meta li.social > a.icon-twitter:hover, #post .post-headline .post-meta li.social > a.icon-twitter.hover {
          color: #79d3fc; }
        #post .post-headline .post-meta li.social > a.icon-facebook:hover, #post .post-headline .post-meta li.social > a.icon-facebook.hover {
          color: #5a6eb7; }
        #post .post-headline .post-meta li.social > a.icon-line:hover, #post .post-headline .post-meta li.social > a.icon-line.hover {
          color: #38d861; }
  #post .post-thumb {
    display: block;
    margin: 0 -70px 30px;
    position: relative; }
    #post .post-thumb.sp-thumb {
      display: none; }
    #post .post-thumb img {
      display: block;
      width: 100%; }
    #post .post-thumb .movie-thumb-wrap {
      width: 100%;
      padding-top: 56.25%;
      margin-bottom: 50px;
      position: relative; }
      #post .post-thumb .movie-thumb-wrap iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important; }
      #post .post-thumb .movie-thumb-wrap .movie-thumb-door {
        background-color: #000;
        background-position: center center;
        background-repeat: none;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        cursor: pointer; }
        #post .post-thumb .movie-thumb-wrap .movie-thumb-door .play {
          width: 55px;
          height: 52px;
          fill: #fff;
          -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.33));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.33));
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
  #post .post-text p {
    display: block;
    padding: 0;
    margin: 0 0 24px; }
    #post .post-text p:last-child {
      margin-bottom: 0; }
  #post .post-text img {
    display: block;
    max-width: 100%;
    height: auto; }
  #post .post-text .video-wrapper {
    display: block;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 50px;
    position: relative; }
    #post .post-text .video-wrapper iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }
  #post .post-text h1, #post .post-text h2, #post .post-text h3 {
    display: block;
    margin-bottom: 30px;
    font-size: 1.2em;
    font-weight: 600; }
  #post .post-text h4, #post .post-text h5, #post .post-text h6 {
    display: block;
    margin-bottom: 20px;
    font-size: 1em;
    position: relative;
    font-weight: 600; }
  #post .post-text h4:before, #post .post-text h5:before, #post .post-text h6:before {
    content: 'ー';
    display: inline-block;
    color: #9b9b9b;
    font-weight: normal;
    margin-right: 3px; }
  #post .post-text h1.image-wrap {
    margin-bottom: 0;
    font-size: inherit;
    font-weight: inherit; }
  #post .post-text blockquote {
    display: block;
    padding: 20px;
    margin: 0 0 30px;
    background-color: #F4F3F0;
    font-style: italic; }
    #post .post-text blockquote p {
      margin: 0; }
  #post .post-text img {
    display: block;
    max-width: 100%;
    height: inherit; }
  #post .post-text img.aligncenter, #post .post-text figure.aligncenter img {
    margin: 0 auto; }
  #post .post-text figure {
    /* width: inherit !important; */
    max-width: 100%;
    margin: 0 auto; }
  #post .post-text figcaption.wp-caption-text {
    color: #808080; }
  #post .post-text .video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
  #post .post-text .video-wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }
  #post .post-footer {
    border-top: 1px solid #D8D8D8;
    margin-top: 60px;
    padding-top: 30px; }
    #post .post-footer .share-buttons {
      display: block;
      margin-bottom: 20px;
      overflow: hidden;
      letter-spacing: -.4em; }
      #post .post-footer .share-buttons li {
        display: inline-block;
        margin-right: 4px;
        letter-spacing: normal; }
        #post .post-footer .share-buttons li .share-button {
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-animation-timing-function: ease-in-out;
          -moz-animation-timing-function: ease-in-out;
          -o-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
          -webkit-transition-property: background-color;
          -moz-transition-property: background-color;
          -o-transition-property: background-color;
          transition-property: background-color;
          display: block;
          width: 108px;
          height: 34px;
          padding-left: 15px;
          text-align: center;
          color: #fff;
          font-size: 12px;
          line-height: 34px;
          position: relative; }
          #post .post-footer .share-buttons li .share-button [class^="icon-"] {
            display: inline-block;
            widows: 14px;
            height: 14px;
            color: #fff;
            font-size: 14px;
            line-height: 14px;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 10px;
            transform: translateY(-50%); }
          #post .post-footer .share-buttons li .share-button.twitter {
            background-color: #00ACED; }
            #post .post-footer .share-buttons li .share-button.twitter:hover, #post .post-footer .share-buttons li .share-button.twitter.hover {
              background-color: #79d3fc; }
          #post .post-footer .share-buttons li .share-button.facebook {
            background-color: #305097; }
            #post .post-footer .share-buttons li .share-button.facebook:hover, #post .post-footer .share-buttons li .share-button.facebook.hover {
              background-color: #5a6eb7; }
          #post .post-footer .share-buttons li .share-button.line {
            background-color: #00C300; }
            #post .post-footer .share-buttons li .share-button.line:hover, #post .post-footer .share-buttons li .share-button.line.hover {
              background-color: #38d861; }
    #post .post-footer .tags {
      display: block;
      margin-bottom: 20px;
      letter-spacint: -.4em; }
      #post .post-footer .tags li {
        display: inline-block;
        margin: 0 13px 13px 0;
        letter-spacing: normal; }
        #post .post-footer .tags li a {
          color: #888; }
          #post .post-footer .tags li a:hover, #post .post-footer .tags li a.hover {
            color: #EEA329; }
    #post .post-footer .social-buttons {
      display: block;
      line-height: 1; }
      #post .post-footer .social-buttons > li {
        display: inline-block;
        vertical-align: top; }
  #post .post-sidebar {
    width: 300px; }
    #post .post-sidebar .sidebar-inner {
      position: sticky;
      top: 55px; }
    #post .post-sidebar .article-block:last-child {
      margin-bottom: 0; }
    #post .post-sidebar .category-title {
      font-size: 18px; }

#page .post-content {
  width: 100% !important; }
  #page .post-content .page-title {
    display: block;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.428; }

.related-post {
  margin-bottom: 30px; }

#infscr-loading {
  width: 100%;
  margin-bottom: 15px;
  text-indent: -9999px; }
  #infscr-loading > div {
    display: none; }
  #infscr-loading img {
    display: block;
    margin: 0 auto; }

.writers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.writer-profile {
  max-width: 170px;
  margin: 0 20px 40px;
  text-align: center; }
  .writer-profile a {
    color: #888; }
    .writer-profile a:hover {
      color: #EEA329; }
  .writer-profile img.avatar {
    display: block;
    margin: 0 auto 15px;
    border-radius: 50%; }
  .writer-profile .writer-title {
    display: block; }

footer {
  padding: 40px 0 20px;
  margin-top: 40px;
  background: #ceccc7;
  text-align: center; }
  footer .footer-link {
    display: block;
    margin-bottom: 30px;
    vertical-align: top; }
    footer .footer-link li {
      display: inline-block;
      margin: 0 22px;
      font-size: 1.06em;
      font-weight: 500; }
      footer .footer-link li a {
        color: #111; }
        footer .footer-link li a:hover {
          color: #77736A; }
  footer .socials {
    display: block;
    margin-bottom: 33px;
    vertical-align: top; }
    footer .socials li {
      display: inline-block;
      margin: 0 12px;
      font-size: 1.8em; }
      footer .socials li a {
        color: #111; }
  footer .copyright {
    font-size: 0.8em;
    font-style: normal;
    font-family: "Avenir Next", Verdana, sans-serif; }

.article-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.article-block {
  display: block;
  width: 390px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  position: relative;
  z-index: 2; }
  .article-container .article-block:nth-of-type(3n) {
    margin-right: 0; }
  .article-block .article-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .article-block .article-thumb {
    display: block;
    height: 224px;
    position: relative; }
    .article-block .article-thumb .article-thumb-placeholder {
      position: relative;
      padding-top: 56.25%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    .article-block .article-thumb img {
      display: block;
      width: 100%;
      height: 224px;
      -o-object-fit: cover;
      object-fit: cover; }
      .article-block .article-thumb img.sp-thumb {
        display: none; }
    .article-block .article-thumb:after {
      content: '';
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-animation-timing-function: ease-in-out;
      -moz-animation-timing-function: ease-in-out;
      -o-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-transition-property: opacity;
      -moz-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
      display: block;
      background-color: rgba(0, 0, 0, 0.15);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      opacity: 0; }
    .article-block .article-thumb .play {
      width: 38px;
      height: 42px;
      fill: #fff;
      -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.33));
      filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.33));
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .article-block .article-text {
    padding: 25px; }
    .article-block .article-text .article-category {
      display: inline-block;
      color: #888;
      font-size: 12px;
      font-family: "Avenir Next", Verdana, sans-serif;
      line-height: 1;
      position: absolute;
      z-index: 3; }
      .article-block .article-text .article-category:hover {
        color: #EEA329; }
    .article-block .article-text .article-date {
      display: block;
      margin-bottom: 10px;
      font-size: 12px;
      font-family: "Avenir Next", Verdana, sans-serif;
      line-height: 1;
      text-align: right;
      color: #888; }
    .article-block .article-text .article-title {
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-animation-timing-function: ease-in-out;
      -moz-animation-timing-function: ease-in-out;
      -o-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-transition-property: color;
      -moz-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      color: #111;
      padding-bottom: 0.1em; }
    .article-block .article-text .article-description {
      display: none;
      margin-top: 10px;
      font-size: 16px;
      line-heigt: 1.875; }
  .article-block:hover .article-thumb:after, .article-block.hover .article-thumb:after {
    opacity: 1; }
  .article-block:hover .article-text .article-title, .article-block.hover .article-text .article-title {
    color: #77736A; }
  .article-block.card-view .article-text {
    padding: 17px 10px 27px;
    background-color: #fff;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px; }
  .article-block .slider-container {
    margin-bottom: 70px;
    position: relative; }
  .article-block.slider-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 0;
    background-color: #fff;
    overflow: hidden; }
    .article-block.slider-view .article-thumb {
      width: 50%;
      height: 750px;
      float: left; }
      .article-block.slider-view .article-thumb img {
        width: 100%;
        height: 750px;
        -o-object-fit: cover;
        object-fit: cover; }
    .article-block.slider-view .article-text {
      width: 50%;
      float: right;
      position: relative;
      padding: 0;
      background-color: transparent;
      left: auto;
      right: auto;
      bottom: auto; }
      .article-block.slider-view .article-text .article-category {
        position: absolute;
        top: 25px;
        left: 70px;
        font-size: 16px; }
      .article-block.slider-view .article-text .article-date {
        position: absolute;
        top: 38px;
        right: 56px;
        font-size: 16px; }
      .article-block.slider-view .article-text .article-title {
        position: absolute;
        top: 50%;
        left: 70px;
        right: 70px;
        transform: translateY(-50%);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        font-size: 30px;
        line-height: 1.5333; }
      .article-block.slider-view .article-text .article-description {
        display: block;
        position: absolute;
        left: 70px;
        right: 70px;
        bottom: 66px; }
  .article-block.side-view {
    display: table;
    width: 100%;
    margin: 0 0 10px;
    vertical-align: top; }
    .article-block.side-view .article-thumb {
      display: table-cell;
      width: 90px;
      height: 90px;
      vertical-align: top; }
      .article-block.side-view .article-thumb img {
        width: 90px;
        height: 90px;
        object-fit: cover; }
    .article-block.side-view .article-text {
      display: table-cell;
      padding: 10px 15px;
      vertical-align: top; }
      .article-block.side-view .article-text .article-category,
      .article-block.side-view .article-text .article-date,
      .article-block.side-view .article-text .article-description {
        display: none; }
      .article-block.side-view .article-text .article-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        font-size: 12px;
        line-height: 1.6666; }

.margin--1 {
  margin-bottom: 1rem; }

.margin--2 {
  margin-bottom: 2rem; }

.margin--half {
  margin-bottom: 0.5rem; }

.margin--zero {
  margin-bottom: 0.5rem; }

.align--center {
  text-align: center; }

.align--left {
  text-align: left; }

.align--right {
  text-align: right; }

@media screen and (max-width: 1200px) {
  .container {
    width: 980px; }

  #top-container,
  #primal-header,
  footer {
    min-width: 1010px;
    padding-left: 15px;
    padding-right: 15px; }

  .article-block {
    width: 316px; }
    .article-block .article-thumb {
      height: 177px; }
      .article-block .article-thumb img {
        height: 177px; }
    .article-block.slider-view .article-thumb {
      height: 612px; }
      .article-block.slider-view .article-thumb img {
        height: 621px; }
    .article-block.slider-view .article-text .article-title {
      font-size: 24px; }
    .article-block.slider-view .article-text .article-description {
      font-size: 14px; }

  #post .post-content {
    width: 730px; }
  #post .post-sidebar {
    width: 240px; } }
@media screen and (max-width: 640px) {
  body {
    padding-top: 45px; }

  .container {
    width: auto;
    margin: 0;
    padding: 0 10px; }

  #top-container,
  #primal-header,
  footer {
    min-width: auto;
    padding-left: 0;
    padding-right: 0; }

  header {
    top: 0;
    opacity: 1; }
    header .logo {
      width: 66px;
      height: 18px;
      top: 13px;
      left: 10px; }
      header .logo .logo-image {
        width: 66px;
        height: 18px; }
    header .icon-menu {
      right: 10px; }

  #menu .search-field {
    margin-bottom: 30px; }
  #menu .btn-search {
    right: 10px; }
  #menu .categories {
    display: block;
    margin-bottom: 35px;
    float: none; }
    #menu .categories > li {
      display: block;
      margin: 0 0 22px;
      text-align: center; }
      #menu .categories > li:last-child {
        margin-bottom: 0; }
  #menu .socials {
    display: block;
    float: none;
    text-align: center;
    letter-spacing: -.4em; }
    #menu .socials > li,
    #menu .socials > li:first-child {
      margin: 0 10px;
      letter-spacing: normal; }
  #menu .menu-footer {
    padding: 15px 0; }
    #menu .menu-footer .footer-link {
      padding-left: 20px;
      margin-bottom: 0.5em; }
      #menu .menu-footer .footer-link > li {
        margin: 0 2em 1em 0;
        font-size: 12px; }
    #menu .menu-footer .copyright {
      float: none;
      padding-left: 20px;
      font-size: 10px; }

  #primal-header {
    display: none; }

  #slider {
    margin-bottom: 36px; }
    #slider .container {
      padding: 0; }
    #slider .article-block {
      margin-bottom: 0; }
    #slider .slider-nav {
      width: 50px;
      height: 100px; }
      #slider .slider-nav.slick-next {
        right: 0px; }
      #slider .slider-nav.slick-prev {
        left: 0px; }
      #slider .slider-nav .arrow {
        width: 9px;
        height: 17px;
        margin: -9px 0 0 -4px; }
    #slider .slick-dots {
      left: 0;
      right: 0;
      bottom: -20px;
      text-align: center;
      line-height: 1; }
      #slider .slick-dots > li {
        display: inline-block;
        width: 6px;
        height: 6px;
        margin: 0 6px;
        background-color: #ccc;
        border-radius: 50%;
        text-indent: -9999px;
        overflow: hidden; }
        #slider .slick-dots > li.slick-active {
          display: inline-block;
          background-color: #888; }

  .article-block {
    width: 100%;
    margin: 0 0 20px; }
    .article-block .article-thumb {
      height: auto !important; }
      .article-block .article-thumb img {
        height: auto; }
      .article-block .article-thumb img.pc-thumb {
        display: none; }
      .article-block .article-thumb img.sp-thumb {
        display: block; }
    .article-block .article-text {
      padding: 20px; }
      .article-block .article-text .article-title {
        font-size: 14px; }
    .article-block.slider-view {
      display: block; }
      .article-block.slider-view .article-thumb {
        width: auto;
        height: auto !important;
        height: auto;
        float: none;
        position: relative; }
        .article-block.slider-view .article-thumb:before {
          content: '';
          display: block;
          padding-top: 125%; }
        .article-block.slider-view .article-thumb img {
          opacity: 0;
          height: 1px; }
        .article-block.slider-view .article-thumb .sp-article-image {
          display: block;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      .article-block.slider-view .article-text {
        width: auto;
        padding: 15px 15px 20px;
        background: rgba(255, 255, 255, 0.98);
        float: none;
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 15px; }
        .article-block.slider-view .article-text .article-title,
        .article-block.slider-view .article-text .article-category {
          position: relative;
          top: auto;
          left: auto;
          right: auto;
          border: auto;
          transform: none; }
        .article-block.slider-view .article-text .article-description {
          display: none; }
        .article-block.slider-view .article-text .article-title {
          font-size: 16px; }
        .article-block.slider-view .article-text .article-category {
          display: block;
          margin-bottom: 10px;
          font-size: 12px; }
    .article-block.sp-card-view .article-text {
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: 15px;
      background-color: rgba(255, 255, 255, 0.98); }

  .category-title {
    padding: 10px 15px;
    margin: 0 10px 10px;
    font-size: 16px; }

  body#article {
    padding-top: 45px; }

  #post {
    padding: 0;
    margin-bottom: 20px; }
    #post .post-content {
      width: 100%;
      padding: 20px; }
    #post .post-headline {
      margin-bottom: 18px; }
      #post .post-headline .post-category {
        font-size: 12px; }
      #post .post-headline .post-title {
        margin-bottom: 15px;
        font-size: 16px; }
      #post .post-headline .post-meta li.post-date {
        font-size: 12px; }
      #post .post-headline .post-meta li.social > a[class^=icon-] {
        font-size: 17px; }
    #post .post-thumb {
      margin: 0 -20px 25px; }
      #post .post-thumb.sp-thumb {
        display: block; }
      #post .post-thumb.pc-thumb {
        display: none; }
    #post .post-footer {
      padding-top: 20px; }
      #post .post-footer .share-buttons {
        display: flex;
        justify-content: space-between; }
        #post .post-footer .share-buttons > li {
          display: block;
          width: 32%;
          margin: 0; }
          #post .post-footer .share-buttons > li .share-button {
            width: 100%; }
      #post .post-footer .tags li {
        margin: 0 10px 5px 0; }

  #sidebar {
    display: none; }

  .related-post {
    margin-bottom: 20px; }
    .related-post .article-block {
      display: table;
      width: 100%;
      margin: 0 0 10px;
      vertical-align: top; }
      .related-post .article-block .article-thumb {
        display: table-cell;
        width: 90px;
        height: 90px;
        vertical-align: top; }
        .related-post .article-block .article-thumb img {
          width: 90px;
          height: 90px;
          -o-object-fit: cover;
          object-fit: cover; }
      .related-post .article-block .article-text {
        display: table-cell;
        padding: 10px 15px;
        vertical-align: top;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto; }
        .related-post .article-block .article-text .article-category,
        .related-post .article-block .article-text .article-date,
        .related-post .article-block .article-text .article-description {
          display: none; }
        .related-post .article-block .article-text .article-title {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden;
          font-size: 12px;
          line-height: 1.6666; }

  a.load-more {
    margin-left: 10px;
    margin-right: 10px; }

  footer .footer-link li {
    display: block; } }
.metaslider .flexslider .flex-prev {
  opacity: 0.8;
  left: 5px; }
.metaslider .flexslider .flex-next {
  opacity: 0.8;
  right: 5px; }

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