@charset "UTF-8";
/**
Theme Name: nendo2025
Author: pictron.net
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nendo2021
*/
/*.container-nav {
    padding: 1.875rem .625rem;
  }*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /*background: transparent;*/
  background: rgba(255, 255, 255, 0.5);
  position: fixed; }
  .site-header.scrolldown {
    -webkit-box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.2); }
  .site-header .navbar {
    padding: 20px 15px; }
    .site-header .navbar .navbar-brand img {
      width: 130px;
      height: auto; }
    @media screen and (min-width: 992px) {
      .site-header .navbar {
        padding: 1.2rem 1.625rem; }
        .site-header .navbar .navbar-brand {
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
          .site-header .navbar .navbar-brand:hover {
            opacity: 0.6;
            filter: alpha(opacity=60); }
          .site-header .navbar .navbar-brand img {
            width: 130px;
            height: auto; } }
    .site-header .navbar .form-inline {
      margin-right: 1.14rem; }
      .site-header .navbar .form-inline .search-field {
        display: none;
        margin-right: 0.5rem;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        height: calc(1em + 0.75rem + 2px); }
      .site-header .navbar .form-inline .icn-search {
        width: 18px;
        height: auto;
        cursor: pointer; }
    @media screen and (max-width: 991px) {
      .site-header .navbar .form-inline {
        display: none; } }
  .site-header #menu-jmain .menu-item a,
  .site-header #menu-emain .menu-item a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 1.14rem;
    padding-right: 1.14rem;
    color: #5A5A5A;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    .site-header #menu-jmain .menu-item a:hover,
    .site-header #menu-emain .menu-item a:hover {
      color: #C0BCBC; }
  .site-header #menu-jmain .menu-item.store-menu,
  .site-header #menu-emain .menu-item.store-menu {
    padding-top: 8px;
    margin-left: 1.14rem;
    margin-right: 1.14rem; }
    .site-header #menu-jmain .menu-item.store-menu a,
    .site-header #menu-emain .menu-item.store-menu a {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 2.14rem;
      background-color: #f2f2f7;
      border-radius: 12px;
      background-image: url(img/icon_cart.svg);
      background-repeat: no-repeat;
      background-position: 14px center; }
  .site-header .drawer-nav {
    padding: 15px; }
    .site-header .drawer-nav .drawer-menu .menu-item {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.16rem;
      margin-bottom: 1rem; }
      .site-header .drawer-nav .drawer-menu .menu-item.store-menu {
        padding-left: 1.2rem;
        background-image: url(img/icon_cart.svg);
        background-size: 16px auto;
        background-repeat: no-repeat;
        background-position: left center; }
    .site-header .drawer-nav .form-inline .search-field {
      width: 80%;
      margin-right: 0.5rem; }
  .site-header .drawer-hamburger {
    padding: 30px 15px; }
  .site-header .drawer-hamburger-icon,
  .site-header .drawer-hamburger-icon:after,
  .site-header .drawer-hamburger-icon:before {
    background-color: #595757; }

.admin-bar .site-header {
  top: 32px; }

html #page, body #page {
  font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-size: 14px;
  color: #5A5A5A; }
  html #page a, body #page a {
    color: #5A5A5A;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    html #page a:hover, body #page a:hover {
      color: #C0BCBC;
      text-decoration: none; }

/* base class */
.text12 {
  font-size: 12px; }

/* base overwrite */
.wrapper {
  padding-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .wrapper {
      padding-bottom: 120px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  /*max-width: 1110px;*/
  max-width: 1400px; }
  .container-fluid .entry-content img {
    max-width: 100%;
    height: auto; }

.widthMax {
  /* 画面幅いっぱいにしたい要素にあてるクラス */
  margin: 0 calc(50% - 50vw); }

.wp-block-group {
  padding-top: 0;
  padding-bottom: 0; }
  @media screen and (max-width: 575px) {
    .wp-block-group {
      padding: 0; } }

.alignright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  float: none;
  margin-left: 0; }
  .alignright.xs-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: none; }
    @media screen and (min-width: 768px) {
      .alignright.xs-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        float: none; } }

.wp-block-button .wp-block-button__link {
  border-color: #5A5A5A;
  background-color: #5A5A5A;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 70px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .wp-block-button .wp-block-button__link:hover {
    opacity: 0.6;
    filter: alpha(opacity=60); }
  .wp-block-button .wp-block-button__link:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px white;
    border-right: solid 1px white;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: otate(45deg);
    line-height: 14px;
    margin-left: 10px; }

.wp-block-button.is-style-outline .wp-block-button__link {
  border: #5A5A5A solid 1px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .wp-block-button.is-style-outline .wp-block-button__link:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px white;
    border-right: solid 1px white;
    -ms-transform: translateY(-3px) rotate(45deg);
    -webkit-transform: translateY(-3px) rotate(45deg);
    transform: translateY(-3px) rotate(45deg);
    line-height: 14px;
    margin-left: 10px; }

/* page navi*/
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif; }
  .wp-pagenavi .page {
    margin-right: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    /*&.current {
            font-weight: 600;
       }*/ }
    .wp-pagenavi .page:hover {
      border-bottom: #666 solid 1px; }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .extend, .wp-pagenavi .current {
    margin-right: 10px; }
  .wp-pagenavi .extend {
    color: #ccc; }

.home #page .container-fluid, .page-id-48580 #page .container-fluid {
  max-width: 1400px; }

.home #page .thumb, .page-id-48580 #page .thumb {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .home #page .thumb:hover, .page-id-48580 #page .thumb:hover {
    opacity: 0.6;
    filter: alpha(opacity=60); }

.home #page .topwork, .page-id-48580 #page .topwork {
  margin: 1rem 0 2.5rem;
  margin-bottom: 2.5rem; }
  .home #page .topwork .ttl, .page-id-48580 #page .topwork .ttl {
    font-size: 1rem;
    margin-bottom: 0.5rem; }
    .home #page .topwork .ttl a, .page-id-48580 #page .topwork .ttl a {
      color: #5A5A5A;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
      .home #page .topwork .ttl a:hover, .page-id-48580 #page .topwork .ttl a:hover {
        color: #C0BCBC; }
  .home #page .topwork .subttl, .home #page .topwork .client, .page-id-48580 #page .topwork .subttl, .page-id-48580 #page .topwork .client {
    margin-bottom: 0.36rem;
    font-size: 12px; }
    .home #page .topwork .subttl a, .home #page .topwork .client a, .page-id-48580 #page .topwork .subttl a, .page-id-48580 #page .topwork .client a {
      color: #5A5A5A;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
      .home #page .topwork .subttl a:hover, .home #page .topwork .client a:hover, .page-id-48580 #page .topwork .subttl a:hover, .page-id-48580 #page .topwork .client a:hover {
        color: #C0BCBC; }
  .home #page .topwork .subttl, .page-id-48580 #page .topwork .subttl {
    font-weight: 600; }
  @media screen and (min-width: 768px) {
    .home #page .topwork, .page-id-48580 #page .topwork {
      margin-bottom: 0;
      min-height: 6.56rem; } }

.home #page .ttl-clients, .page-id-48580 #page .ttl-clients {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

@media screen and (min-width: 768px) {
  .home #page .client-list, .page-id-48580 #page .client-list {
    margin-left: -36px;
    margin-right: -36px; } }

.home #page .client-list .client-logo, .page-id-48580 #page .client-list .client-logo {
  padding: 10px 36px;
  width: 33.33%; }
  @media screen and (min-width: 768px) {
    .home #page .client-list .client-logo, .page-id-48580 #page .client-list .client-logo {
      /*padding: 5px;*/
      width: 25%; } }
  @media screen and (min-width: 1200px) {
    .home #page .client-list .client-logo, .page-id-48580 #page .client-list .client-logo {
      width: 16.66%; } }
  .home #page .client-list .client-logo img, .page-id-48580 #page .client-list .client-logo img {
    max-width: 100%;
    height: auto; }

.home #page .ttl-news, .page-id-48580 #page .ttl-news {
  margin-top: 120px; }

.home #page .public-form, .page-id-48580 #page .public-form {
  margin-bottom: 60px;
  font-size: 12px; }
  .home #page .public-form .form-control, .page-id-48580 #page .public-form .form-control {
    border: none;
    background-color: #F5F5F5;
    border-radius: 0;
    margin-right: 1rem;
    font-size: 12px; }
    @media screen and (min-width: 768px) {
      .home #page .public-form .form-control, .page-id-48580 #page .public-form .form-control {
        width: 325px; } }
  .home #page .public-form .btn, .page-id-48580 #page .public-form .btn {
    border-radius: 0;
    font-size: 12px; }

.home #page .grid-index, .page-id-48580 #page .grid-index {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .home #page .grid-index .grid-item img, .page-id-48580 #page .grid-index .grid-item img {
    width: 100%;
    height: auto; }
  .home #page .grid-index .grid-sizer, .page-id-48580 #page .grid-index .grid-sizer {
    pointer-events: none; }

.home #page .news-list .news-col, .page-id-48580 #page .news-list .news-col {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: #5A5A5A solid 1px;
  font-size: 12px; }
  .home #page .news-list .news-col:last-child, .page-id-48580 #page .news-list .news-col:last-child {
    margin-bottom: 0; }
  .home #page .news-list .news-col .dt, .page-id-48580 #page .news-list .news-col .dt {
    margin-bottom: 30px; }
  .home #page .news-list .news-col .ttl, .page-id-48580 #page .news-list .news-col .ttl {
    font-size: 1.14rem;
    margin-bottom: 30px;
    font-size: 14px; }
  .home #page .news-list .news-col .col img, .page-id-48580 #page .news-list .news-col .col img {
    max-width: 100%;
    height: auto; }
  .home #page .news-list .news-col:last-child, .page-id-48580 #page .news-list .news-col:last-child {
    border-bottom: none; }

.home #page .news-link, .home #page .contact-link, .home #page .follow-link, .page-id-48580 #page .news-link, .page-id-48580 #page .contact-link, .page-id-48580 #page .follow-link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px; }

.home #page .news-link a, .page-id-48580 #page .news-link a {
  line-height: 1.14rem;
  padding-right: 1.42rem;
  background: url(img/right-arrow.svg) no-repeat right center; }

.home #page .contact-link, .home #page .follow-link, .page-id-48580 #page .contact-link, .page-id-48580 #page .follow-link {
  margin: 60px 0 20px 0; }
  @media screen and (min-width: 768px) {
    .home #page .contact-link, .home #page .follow-link, .page-id-48580 #page .contact-link, .page-id-48580 #page .follow-link {
      margin-top: 120px; } }
  .home #page .contact-link a, .home #page .follow-link a, .page-id-48580 #page .contact-link a, .page-id-48580 #page .follow-link a {
    font-size: 24px;
    line-height: 19px;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1.42rem;
    background: url(img/right-arrow.svg) no-repeat right center; }

@media screen and (min-width: 768px) {
  .home #page .follow-link, .page-id-48580 #page .follow-link {
    margin: 120px 0; } }

.home #page .follow-link a img, .page-id-48580 #page .follow-link a img {
  margin-right: 1rem; }

.home #page .row, .page-id-48580 #page .row {
  margin: 0 -10px;
  padding: 0 0.5rem;
  overflow: hidden; }
  .home #page .row .col-12 .topwork, .home #page .row col-4 .topwork, .home #page .row col-3 .topwork, .page-id-48580 #page .row .col-12 .topwork, .page-id-48580 #page .row col-4 .topwork, .page-id-48580 #page .row col-3 .topwork {
    font-size: 12px; }
  .home #page .row .col-12 img, .home #page .row col-4 img, .home #page .row col-3 img, .page-id-48580 #page .row .col-12 img, .page-id-48580 #page .row col-4 img, .page-id-48580 #page .row col-3 img {
    width: 100%;
    height: auto; }

.home #page .row-full, .page-id-48580 #page .row-full {
  width: auto;
  margin: 0 calc(-50vw + 50%);
  margin-bottom: 3rem; }
  .home #page .row-full .col-12, .page-id-48580 #page .row-full .col-12 {
    padding: 0; }
  .home #page .row-full .col-12 img, .page-id-48580 #page .row-full .col-12 img {
    width: 100%;
    height: 70vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  .home #page .row-full .topwork, .page-id-48580 #page .row-full .topwork {
    display: block;
    padding: 0 15px; }
    .home #page .row-full .topwork .subttl, .home #page .row-full .topwork .client, .page-id-48580 #page .row-full .topwork .subttl, .page-id-48580 #page .row-full .topwork .client {
      display: none; }

.home #page .entry-content, .page-id-48580 #page .entry-content {
  position: relative; }
  .home #page .entry-content.mb-wrapper, .page-id-48580 #page .entry-content.mb-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden; }
  .home #page .entry-content .mb, .page-id-48580 #page .entry-content .mb {
    width: 60%;
    margin-left: 20%;
    padding-top: 1rem; }
    .home #page .entry-content .mb .grid-item, .page-id-48580 #page .entry-content .mb .grid-item {
      padding-left: 8px;
      padding-right: 8px; }
  .home #page .entry-content .left-thumbs, .home #page .entry-content .right-thumbs, .page-id-48580 #page .entry-content .left-thumbs, .page-id-48580 #page .entry-content .right-thumbs {
    position: absolute;
    top: 1rem;
    left: -17%;
    width: 34%; }
    .home #page .entry-content .left-thumbs .thumbs-item, .home #page .entry-content .right-thumbs .thumbs-item, .page-id-48580 #page .entry-content .left-thumbs .thumbs-item, .page-id-48580 #page .entry-content .right-thumbs .thumbs-item {
      padding-left: 8px;
      padding-right: 8px; }
  .home #page .entry-content .right-thumbs, .page-id-48580 #page .entry-content .right-thumbs {
    left: auto;
    right: -15%; }

@media screen and (min-width: 768px) {
  .home #page .row-full, .page-id-48580 #page .row-full {
    width: 100vw;
    height: auto;
    margin: 0 calc(-50vw + 50%);
    margin-bottom: 3rem; }
    .home #page .row-full .col-12, .page-id-48580 #page .row-full .col-12 {
      padding: 0; }
      .home #page .row-full .col-12 img, .page-id-48580 #page .row-full .col-12 img {
        height: auto; }
    .home #page .row-full .topwork, .page-id-48580 #page .row-full .topwork {
      display: none; }
      .home #page .row-full .topwork .subttl, .home #page .row-full .topwork .client, .page-id-48580 #page .row-full .topwork .subttl, .page-id-48580 #page .row-full .topwork .client {
        display: block; }
  .home #page .col-sm-6, .page-id-48580 #page .col-sm-6 {
    padding: 0 10px; }
  .home #page .client-list, .page-id-48580 #page .client-list {
    padding: 10px 36px;
    margin: 0 -36px; }
  .home #page .client-logo, .page-id-48580 #page .client-logo {
    width: 16.66%; } }

.page-id-48580 {
  /*#page {
        overflow: hidden;
    }*/ }
  .page-id-48580 #main {
    overflow: hidden; }
  .page-id-48580 #content .widthMax .col-6, .page-id-48580 #content .widthMax .col-4, .page-id-48580 #content .widthMax .col-3 {
    text-align: center; }
    .page-id-48580 #content .widthMax .col-6.column-3, .page-id-48580 #content .widthMax .col-6.column-10, .page-id-48580 #content .widthMax .col-6.column-15, .page-id-48580 #content .widthMax .col-6.column-22, .page-id-48580 #content .widthMax .col-4.column-3, .page-id-48580 #content .widthMax .col-4.column-10, .page-id-48580 #content .widthMax .col-4.column-15, .page-id-48580 #content .widthMax .col-4.column-22, .page-id-48580 #content .widthMax .col-3.column-3, .page-id-48580 #content .widthMax .col-3.column-10, .page-id-48580 #content .widthMax .col-3.column-15, .page-id-48580 #content .widthMax .col-3.column-22 {
      text-align: left; }
    .page-id-48580 #content .widthMax .col-6.column-5, .page-id-48580 #content .widthMax .col-6.column-12, .page-id-48580 #content .widthMax .col-6.column-17, .page-id-48580 #content .widthMax .col-6.column-24, .page-id-48580 #content .widthMax .col-4.column-5, .page-id-48580 #content .widthMax .col-4.column-12, .page-id-48580 #content .widthMax .col-4.column-17, .page-id-48580 #content .widthMax .col-4.column-24, .page-id-48580 #content .widthMax .col-3.column-5, .page-id-48580 #content .widthMax .col-3.column-12, .page-id-48580 #content .widthMax .col-3.column-17, .page-id-48580 #content .widthMax .col-3.column-24 {
      text-align: right; }
    @media screen and (min-width: 768px) {
      .page-id-48580 #content .widthMax .col-6 img, .page-id-48580 #content .widthMax .col-4 img, .page-id-48580 #content .widthMax .col-3 img {
        max-width: 480px;
        height: auto; } }
    .page-id-48580 #content .widthMax .col-6 a, .page-id-48580 #content .widthMax .col-4 a, .page-id-48580 #content .widthMax .col-3 a {
      -webkit-transition: 0.6s all;
      -o-transition: 0.6s all;
      transition: 0.6s all; }
    .page-id-48580 #content .widthMax .col-6 .ttl, .page-id-48580 #content .widthMax .col-4 .ttl, .page-id-48580 #content .widthMax .col-3 .ttl {
      pointer-events: none;
      position: absolute;
      text-align: center;
      width: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px);
      -webkit-transition: 0.6s all;
      -o-transition: 0.6s all;
      transition: 0.6s all; }
      @media screen and (max-width: 767px) {
        .page-id-48580 #content .widthMax .col-6 .ttl, .page-id-48580 #content .widthMax .col-4 .ttl, .page-id-48580 #content .widthMax .col-3 .ttl {
          display: none; } }
  .page-id-48580 #content .widthMax .grid-index {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .page-id-48580 #content .widthMax .grid-index .grid-item {
      text-align: center; }
      .page-id-48580 #content .widthMax .grid-index .grid-item img {
        width: auto;
        height: auto; }
    @media screen and (max-width: 767px) {
      .page-id-48580 #content .widthMax .grid-index .grid-sizer {
        display: none; } }
  @media screen and (max-width: 767px) {
    .page-id-48580 #content .widthMax .column-3, .page-id-48580 #content .widthMax .column-5, .page-id-48580 #content .widthMax .column-10, .page-id-48580 #content .widthMax .column-12, .page-id-48580 #content .widthMax .column-15, .page-id-48580 #content .widthMax .column-17, .page-id-48580 #content .widthMax .column-22, .page-id-48580 #content .widthMax .column-24 {
      padding: 0; }
      .page-id-48580 #content .widthMax .column-3 img, .page-id-48580 #content .widthMax .column-5 img, .page-id-48580 #content .widthMax .column-10 img, .page-id-48580 #content .widthMax .column-12 img, .page-id-48580 #content .widthMax .column-15 img, .page-id-48580 #content .widthMax .column-17 img, .page-id-48580 #content .widthMax .column-22 img, .page-id-48580 #content .widthMax .column-24 img {
        max-width: none;
        width: calc(50vw - 15px); } }

.page, .archive {
  /* profile */
  /* award */
  /* books */
  /* contact form */
  /* recruit */ }
  .page h2, .archive h2 {
    font-size: 24px;
    padding-bottom: 18px;
    margin-top: 40px;
    margin-bottom: 30px;
    border-bottom: #CCCCCC solid 1px; }
    @media screen and (min-width: 768px) {
      .page h2, .archive h2 {
        font-size: 32px;
        padding-bottom: 30px;
        margin-top: 80px;
        margin-bottom: 50px; } }
  .page h3, .archive h3 {
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 60px 0 45px 0; }
    @media screen and (min-width: 768px) {
      .page h3, .archive h3 {
        font-size: 21px;
        letter-spacing: 1px; } }
  .page .page-head-menu, .archive .page-head-menu {
    margin-top: 80px;
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .page .page-head-menu, .archive .page-head-menu {
        margin-top: 100px; } }
    .page .page-head-menu li, .archive .page-head-menu li {
      display: inline-block;
      margin-right: 1rem;
      padding-bottom: 5px; }
      @media screen and (min-width: 768px) {
        .page .page-head-menu li, .archive .page-head-menu li {
          margin-right: 2rem; } }
      .page .page-head-menu li.selectmenu, .archive .page-head-menu li.selectmenu {
        border-bottom: #5A5A5A solid 1px; }
  .page .wp-bootstrap-blocks-row, .archive .wp-bootstrap-blocks-row {
    margin-bottom: 1rem; }
  .page .wp-block-image.size-full img, .archive .wp-block-image.size-full img {
    /*max-width: 855px;*/
    width: 100%;
    height: auto; }
  .page .profile-table tr td, .archive .profile-table tr td {
    vertical-align: top;
    line-height: 2em; }
    .page .profile-table tr td:nth-child(1), .archive .profile-table tr td:nth-child(1) {
      width: 70px; }
  .page .profile-table.recruit tr td:nth-child(1), .archive .profile-table.recruit tr td:nth-child(1) {
    width: 123px; }
  .page .award-list, .archive .award-list {
    line-height: 3.5em; }
  @media screen and (min-width: 768px) {
    .page .booklist-wrapper, .archive .booklist-wrapper {
      margin-right: -28px;
      margin-left: -28px; } }
  .page .booklist-wrapper .book-col, .archive .booklist-wrapper .book-col {
    font-size: 12px; }
    @media screen and (min-width: 768px) {
      .page .booklist-wrapper .book-col, .archive .booklist-wrapper .book-col {
        padding-right: 28px;
        padding-left: 28px; } }
    .page .booklist-wrapper .book-col .entry-header, .archive .booklist-wrapper .book-col .entry-header {
      width: 100%;
      background-color: #F5F5F5;
      text-align: center;
      vertical-align: middle;
      margin-bottom: 5px; }
      .page .booklist-wrapper .book-col .entry-header img, .archive .booklist-wrapper .book-col .entry-header img {
        width: 60%;
        height: auto; }
      .page .booklist-wrapper .book-col .entry-header:before, .archive .booklist-wrapper .book-col .entry-header:before {
        content: "";
        width: 0;
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        padding-top: 100%; }
  .page .contact-form input, .page .contact-form textarea, .archive .contact-form input, .archive .contact-form textarea {
    background-color: #F5F5F5;
    border: none;
    border-radius: 0; }
    .page .contact-form input::-webkit-input-placeholder, .page .contact-form textarea::-webkit-input-placeholder, .archive .contact-form input::-webkit-input-placeholder, .archive .contact-form textarea::-webkit-input-placeholder {
      color: #B5B5B5;
      font-size: 12px; }
    .page .contact-form input:-ms-input-placeholder, .page .contact-form textarea:-ms-input-placeholder, .archive .contact-form input:-ms-input-placeholder, .archive .contact-form textarea:-ms-input-placeholder {
      color: #B5B5B5;
      font-size: 12px; }
    .page .contact-form input::-ms-input-placeholder, .page .contact-form textarea::-ms-input-placeholder, .archive .contact-form input::-ms-input-placeholder, .archive .contact-form textarea::-ms-input-placeholder {
      color: #B5B5B5;
      font-size: 12px; }
    .page .contact-form input::placeholder, .page .contact-form textarea::placeholder, .archive .contact-form input::placeholder, .archive .contact-form textarea::placeholder {
      color: #B5B5B5;
      font-size: 12px; }
  .page .contact-form button, .archive .contact-form button {
    border: #5A5A5A solid 1px;
    background-color: #fff;
    border-radius: 0;
    color: #5A5A5A;
    font-size: 12px; }
  .page .gray-full-base, .archive .gray-full-base {
    background-color: #F5F5F5;
    padding: 60px 0 calc(60px - 1em) 0;
    margin-bottom: 60px; }
  .page .wp-block-group__inner-container, .archive .wp-block-group__inner-container {
    padding-right: 15px;
    padding-left: 15px; }
  .page .recruit-colums, .archive .recruit-colums {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .page .wp-block-separator, .archive .wp-block-separator {
      margin: 30px 0 60px 0; } }
  .page .recuruit-career, .archive .recuruit-career {
    padding-left: 24px;
    margin-bottom: 4rem; }
    .page .recuruit-career ul, .archive .recuruit-career ul {
      padding-left: 24px; }
    .page .recuruit-career li, .archive .recuruit-career li {
      margin-bottom: 0.5rem; }

.page-id-46482 #page .entry-content a, .page-id-46484 #page .entry-content a {
  color: #a0b2bd; }

.archive #page .site-content .news-col-block {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: #5A5A5A solid 1px;
  width: 100%; }
  @media screen and (min-width: 576px) {
    .archive #page .site-content .news-col-block {
      padding-bottom: 60px;
      margin-bottom: 60px; } }
  .archive #page .site-content .news-col-block:last-of-type {
    border-bottom: none; }
  .archive #page .site-content .news-col-block .col-sm-3 {
    text-align: center; }
    @media screen and (min-width: 576px) {
      .archive #page .site-content .news-col-block .col-sm-3 {
        text-align: left; } }
    .archive #page .site-content .news-col-block .col-sm-3 img {
      margin-bottom: 1rem;
      width: 148px;
      height: auto; }
      @media screen and (min-width: 576px) {
        .archive #page .site-content .news-col-block .col-sm-3 img {
          margin-bottom: 0; } }
  .archive #page .site-content .news-col-block .col-sm-9 a {
    color: #A0B2BD; }

.post-type-archive-works #secondary, .post-type-archive-eworks #secondary, .tax-genre #secondary, .tax-egenre #secondary, .single-works #secondary, .single-eworks #secondary, .search-results #secondary, .tax-release #secondary {
  margin-top: 80px;
  margin-bottom: 0px; }
  @media screen and (min-width: 768px) {
    .post-type-archive-works #secondary, .post-type-archive-eworks #secondary, .tax-genre #secondary, .tax-egenre #secondary, .single-works #secondary, .single-eworks #secondary, .search-results #secondary, .tax-release #secondary {
      margin-top: 100px;
      margin-bottom: 40px; } }
  .post-type-archive-works #secondary .list-inline, .post-type-archive-eworks #secondary .list-inline, .tax-genre #secondary .list-inline, .tax-egenre #secondary .list-inline, .single-works #secondary .list-inline, .single-eworks #secondary .list-inline, .search-results #secondary .list-inline, .tax-release #secondary .list-inline {
    margin-bottom: 0px; }
    .post-type-archive-works #secondary .list-inline .list-inline-item, .post-type-archive-eworks #secondary .list-inline .list-inline-item, .tax-genre #secondary .list-inline .list-inline-item, .tax-egenre #secondary .list-inline .list-inline-item, .single-works #secondary .list-inline .list-inline-item, .single-eworks #secondary .list-inline .list-inline-item, .search-results #secondary .list-inline .list-inline-item, .tax-release #secondary .list-inline .list-inline-item {
      margin-right: 2rem;
      padding-bottom: 5px;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .post-type-archive-works #secondary .list-inline .list-inline-item, .post-type-archive-eworks #secondary .list-inline .list-inline-item, .tax-genre #secondary .list-inline .list-inline-item, .tax-egenre #secondary .list-inline .list-inline-item, .single-works #secondary .list-inline .list-inline-item, .single-eworks #secondary .list-inline .list-inline-item, .search-results #secondary .list-inline .list-inline-item, .tax-release #secondary .list-inline .list-inline-item {
          padding-bottom: 5px;
          margin-bottom: 0px; } }
      .post-type-archive-works #secondary .list-inline .list-inline-item.selectmenu, .post-type-archive-eworks #secondary .list-inline .list-inline-item.selectmenu, .tax-genre #secondary .list-inline .list-inline-item.selectmenu, .tax-egenre #secondary .list-inline .list-inline-item.selectmenu, .single-works #secondary .list-inline .list-inline-item.selectmenu, .single-eworks #secondary .list-inline .list-inline-item.selectmenu, .search-results #secondary .list-inline .list-inline-item.selectmenu, .tax-release #secondary .list-inline .list-inline-item.selectmenu {
        border-bottom: #5A5A5A solid 1px; }

.post-type-archive-works #content .row .works, .post-type-archive-works #content .row .eworks, .post-type-archive-eworks #content .row .works, .post-type-archive-eworks #content .row .eworks, .tax-genre #content .row .works, .tax-genre #content .row .eworks, .tax-egenre #content .row .works, .tax-egenre #content .row .eworks, .single-works #content .row .works, .single-works #content .row .eworks, .single-eworks #content .row .works, .single-eworks #content .row .eworks, .search-results #content .row .works, .search-results #content .row .eworks, .tax-release #content .row .works, .tax-release #content .row .eworks {
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 768px) {
    .post-type-archive-works #content .row .works, .post-type-archive-works #content .row .eworks, .post-type-archive-eworks #content .row .works, .post-type-archive-eworks #content .row .eworks, .tax-genre #content .row .works, .tax-genre #content .row .eworks, .tax-egenre #content .row .works, .tax-egenre #content .row .eworks, .single-works #content .row .works, .single-works #content .row .eworks, .single-eworks #content .row .works, .single-eworks #content .row .eworks, .search-results #content .row .works, .search-results #content .row .eworks, .tax-release #content .row .works, .tax-release #content .row .eworks {
      margin-bottom: 60px; } }
  .post-type-archive-works #content .row .works img, .post-type-archive-works #content .row .eworks img, .post-type-archive-eworks #content .row .works img, .post-type-archive-eworks #content .row .eworks img, .tax-genre #content .row .works img, .tax-genre #content .row .eworks img, .tax-egenre #content .row .works img, .tax-egenre #content .row .eworks img, .single-works #content .row .works img, .single-works #content .row .eworks img, .single-eworks #content .row .works img, .single-eworks #content .row .eworks img, .search-results #content .row .works img, .search-results #content .row .eworks img, .tax-release #content .row .works img, .tax-release #content .row .eworks img {
    max-width: 100%;
    height: auto; }
  .post-type-archive-works #content .row .works .entry-title, .post-type-archive-works #content .row .eworks .entry-title, .post-type-archive-eworks #content .row .works .entry-title, .post-type-archive-eworks #content .row .eworks .entry-title, .tax-genre #content .row .works .entry-title, .tax-genre #content .row .eworks .entry-title, .tax-egenre #content .row .works .entry-title, .tax-egenre #content .row .eworks .entry-title, .single-works #content .row .works .entry-title, .single-works #content .row .eworks .entry-title, .single-eworks #content .row .works .entry-title, .single-eworks #content .row .eworks .entry-title, .search-results #content .row .works .entry-title, .search-results #content .row .eworks .entry-title, .tax-release #content .row .works .entry-title, .tax-release #content .row .eworks .entry-title {
    margin-top: 1rem;
    margin-bottom: 0.25rem; }
  .post-type-archive-works #content .row .works .entry-title, .post-type-archive-works #content .row .works .subttl, .post-type-archive-works #content .row .works footer, .post-type-archive-works #content .row .eworks .entry-title, .post-type-archive-works #content .row .eworks .subttl, .post-type-archive-works #content .row .eworks footer, .post-type-archive-eworks #content .row .works .entry-title, .post-type-archive-eworks #content .row .works .subttl, .post-type-archive-eworks #content .row .works footer, .post-type-archive-eworks #content .row .eworks .entry-title, .post-type-archive-eworks #content .row .eworks .subttl, .post-type-archive-eworks #content .row .eworks footer, .tax-genre #content .row .works .entry-title, .tax-genre #content .row .works .subttl, .tax-genre #content .row .works footer, .tax-genre #content .row .eworks .entry-title, .tax-genre #content .row .eworks .subttl, .tax-genre #content .row .eworks footer, .tax-egenre #content .row .works .entry-title, .tax-egenre #content .row .works .subttl, .tax-egenre #content .row .works footer, .tax-egenre #content .row .eworks .entry-title, .tax-egenre #content .row .eworks .subttl, .tax-egenre #content .row .eworks footer, .single-works #content .row .works .entry-title, .single-works #content .row .works .subttl, .single-works #content .row .works footer, .single-works #content .row .eworks .entry-title, .single-works #content .row .eworks .subttl, .single-works #content .row .eworks footer, .single-eworks #content .row .works .entry-title, .single-eworks #content .row .works .subttl, .single-eworks #content .row .works footer, .single-eworks #content .row .eworks .entry-title, .single-eworks #content .row .eworks .subttl, .single-eworks #content .row .eworks footer, .search-results #content .row .works .entry-title, .search-results #content .row .works .subttl, .search-results #content .row .works footer, .search-results #content .row .eworks .entry-title, .search-results #content .row .eworks .subttl, .search-results #content .row .eworks footer, .tax-release #content .row .works .entry-title, .tax-release #content .row .works .subttl, .tax-release #content .row .works footer, .tax-release #content .row .eworks .entry-title, .tax-release #content .row .eworks .subttl, .tax-release #content .row .eworks footer {
    font-size: 12px; }
    .post-type-archive-works #content .row .works .entry-title a, .post-type-archive-works #content .row .works .subttl a, .post-type-archive-works #content .row .works footer a, .post-type-archive-works #content .row .eworks .entry-title a, .post-type-archive-works #content .row .eworks .subttl a, .post-type-archive-works #content .row .eworks footer a, .post-type-archive-eworks #content .row .works .entry-title a, .post-type-archive-eworks #content .row .works .subttl a, .post-type-archive-eworks #content .row .works footer a, .post-type-archive-eworks #content .row .eworks .entry-title a, .post-type-archive-eworks #content .row .eworks .subttl a, .post-type-archive-eworks #content .row .eworks footer a, .tax-genre #content .row .works .entry-title a, .tax-genre #content .row .works .subttl a, .tax-genre #content .row .works footer a, .tax-genre #content .row .eworks .entry-title a, .tax-genre #content .row .eworks .subttl a, .tax-genre #content .row .eworks footer a, .tax-egenre #content .row .works .entry-title a, .tax-egenre #content .row .works .subttl a, .tax-egenre #content .row .works footer a, .tax-egenre #content .row .eworks .entry-title a, .tax-egenre #content .row .eworks .subttl a, .tax-egenre #content .row .eworks footer a, .single-works #content .row .works .entry-title a, .single-works #content .row .works .subttl a, .single-works #content .row .works footer a, .single-works #content .row .eworks .entry-title a, .single-works #content .row .eworks .subttl a, .single-works #content .row .eworks footer a, .single-eworks #content .row .works .entry-title a, .single-eworks #content .row .works .subttl a, .single-eworks #content .row .works footer a, .single-eworks #content .row .eworks .entry-title a, .single-eworks #content .row .eworks .subttl a, .single-eworks #content .row .eworks footer a, .search-results #content .row .works .entry-title a, .search-results #content .row .works .subttl a, .search-results #content .row .works footer a, .search-results #content .row .eworks .entry-title a, .search-results #content .row .eworks .subttl a, .search-results #content .row .eworks footer a, .tax-release #content .row .works .entry-title a, .tax-release #content .row .works .subttl a, .tax-release #content .row .works footer a, .tax-release #content .row .eworks .entry-title a, .tax-release #content .row .eworks .subttl a, .tax-release #content .row .eworks footer a {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
      .post-type-archive-works #content .row .works .entry-title a:hover, .post-type-archive-works #content .row .works .subttl a:hover, .post-type-archive-works #content .row .works footer a:hover, .post-type-archive-works #content .row .eworks .entry-title a:hover, .post-type-archive-works #content .row .eworks .subttl a:hover, .post-type-archive-works #content .row .eworks footer a:hover, .post-type-archive-eworks #content .row .works .entry-title a:hover, .post-type-archive-eworks #content .row .works .subttl a:hover, .post-type-archive-eworks #content .row .works footer a:hover, .post-type-archive-eworks #content .row .eworks .entry-title a:hover, .post-type-archive-eworks #content .row .eworks .subttl a:hover, .post-type-archive-eworks #content .row .eworks footer a:hover, .tax-genre #content .row .works .entry-title a:hover, .tax-genre #content .row .works .subttl a:hover, .tax-genre #content .row .works footer a:hover, .tax-genre #content .row .eworks .entry-title a:hover, .tax-genre #content .row .eworks .subttl a:hover, .tax-genre #content .row .eworks footer a:hover, .tax-egenre #content .row .works .entry-title a:hover, .tax-egenre #content .row .works .subttl a:hover, .tax-egenre #content .row .works footer a:hover, .tax-egenre #content .row .eworks .entry-title a:hover, .tax-egenre #content .row .eworks .subttl a:hover, .tax-egenre #content .row .eworks footer a:hover, .single-works #content .row .works .entry-title a:hover, .single-works #content .row .works .subttl a:hover, .single-works #content .row .works footer a:hover, .single-works #content .row .eworks .entry-title a:hover, .single-works #content .row .eworks .subttl a:hover, .single-works #content .row .eworks footer a:hover, .single-eworks #content .row .works .entry-title a:hover, .single-eworks #content .row .works .subttl a:hover, .single-eworks #content .row .works footer a:hover, .single-eworks #content .row .eworks .entry-title a:hover, .single-eworks #content .row .eworks .subttl a:hover, .single-eworks #content .row .eworks footer a:hover, .search-results #content .row .works .entry-title a:hover, .search-results #content .row .works .subttl a:hover, .search-results #content .row .works footer a:hover, .search-results #content .row .eworks .entry-title a:hover, .search-results #content .row .eworks .subttl a:hover, .search-results #content .row .eworks footer a:hover, .tax-release #content .row .works .entry-title a:hover, .tax-release #content .row .works .subttl a:hover, .tax-release #content .row .works footer a:hover, .tax-release #content .row .eworks .entry-title a:hover, .tax-release #content .row .eworks .subttl a:hover, .tax-release #content .row .eworks footer a:hover {
        color: #C0BCBC; }
  .post-type-archive-works #content .row .works .subttl, .post-type-archive-works #content .row .eworks .subttl, .post-type-archive-eworks #content .row .works .subttl, .post-type-archive-eworks #content .row .eworks .subttl, .tax-genre #content .row .works .subttl, .tax-genre #content .row .eworks .subttl, .tax-egenre #content .row .works .subttl, .tax-egenre #content .row .eworks .subttl, .single-works #content .row .works .subttl, .single-works #content .row .eworks .subttl, .single-eworks #content .row .works .subttl, .single-eworks #content .row .eworks .subttl, .search-results #content .row .works .subttl, .search-results #content .row .eworks .subttl, .tax-release #content .row .works .subttl, .tax-release #content .row .eworks .subttl {
    font-weight: 600; }

.post-type-archive-works #content .child-list > .entry-content > .entry-title, .post-type-archive-eworks #content .child-list > .entry-content > .entry-title, .tax-genre #content .child-list > .entry-content > .entry-title, .tax-egenre #content .child-list > .entry-content > .entry-title, .single-works #content .child-list > .entry-content > .entry-title, .single-eworks #content .child-list > .entry-content > .entry-title, .search-results #content .child-list > .entry-content > .entry-title, .tax-release #content .child-list > .entry-content > .entry-title {
  font-size: 32px; }

.post-type-archive-works .child-list, .post-type-archive-eworks .child-list, .tax-genre .child-list, .tax-egenre .child-list, .single-works .child-list, .single-eworks .child-list, .search-results .child-list, .tax-release .child-list {
  margin-top: 60px; }
  .post-type-archive-works .child-list .works .entry-content, .post-type-archive-works .child-list .eworks .entry-content, .post-type-archive-eworks .child-list .works .entry-content, .post-type-archive-eworks .child-list .eworks .entry-content, .tax-genre .child-list .works .entry-content, .tax-genre .child-list .eworks .entry-content, .tax-egenre .child-list .works .entry-content, .tax-egenre .child-list .eworks .entry-content, .single-works .child-list .works .entry-content, .single-works .child-list .eworks .entry-content, .single-eworks .child-list .works .entry-content, .single-eworks .child-list .eworks .entry-content, .search-results .child-list .works .entry-content, .search-results .child-list .eworks .entry-content, .tax-release .child-list .works .entry-content, .tax-release .child-list .eworks .entry-content {
    font-size: 12px; }
    .post-type-archive-works .child-list .works .entry-content .entry-title, .post-type-archive-works .child-list .eworks .entry-content .entry-title, .post-type-archive-eworks .child-list .works .entry-content .entry-title, .post-type-archive-eworks .child-list .eworks .entry-content .entry-title, .tax-genre .child-list .works .entry-content .entry-title, .tax-genre .child-list .eworks .entry-content .entry-title, .tax-egenre .child-list .works .entry-content .entry-title, .tax-egenre .child-list .eworks .entry-content .entry-title, .single-works .child-list .works .entry-content .entry-title, .single-works .child-list .eworks .entry-content .entry-title, .single-eworks .child-list .works .entry-content .entry-title, .single-eworks .child-list .eworks .entry-content .entry-title, .search-results .child-list .works .entry-content .entry-title, .search-results .child-list .eworks .entry-content .entry-title, .tax-release .child-list .works .entry-content .entry-title, .tax-release .child-list .eworks .entry-content .entry-title {
      font-weight: 700 !important; }

.post-type-archive-works .related-wrapper, .post-type-archive-eworks .related-wrapper, .tax-genre .related-wrapper, .tax-egenre .related-wrapper, .single-works .related-wrapper, .single-eworks .related-wrapper, .search-results .related-wrapper, .tax-release .related-wrapper {
  margin-top: 60px; }
  .post-type-archive-works .related-wrapper h3, .post-type-archive-eworks .related-wrapper h3, .tax-genre .related-wrapper h3, .tax-egenre .related-wrapper h3, .single-works .related-wrapper h3, .single-eworks .related-wrapper h3, .search-results .related-wrapper h3, .tax-release .related-wrapper h3 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 1.42rem; }
    .post-type-archive-works .related-wrapper h3 a, .post-type-archive-eworks .related-wrapper h3 a, .tax-genre .related-wrapper h3 a, .tax-egenre .related-wrapper h3 a, .single-works .related-wrapper h3 a, .single-eworks .related-wrapper h3 a, .search-results .related-wrapper h3 a, .tax-release .related-wrapper h3 a {
      font-weight: 700;
      text-decoration: underline; }
      .post-type-archive-works .related-wrapper h3 a.works, .post-type-archive-eworks .related-wrapper h3 a.works, .tax-genre .related-wrapper h3 a.works, .tax-egenre .related-wrapper h3 a.works, .single-works .related-wrapper h3 a.works, .single-eworks .related-wrapper h3 a.works, .search-results .related-wrapper h3 a.works, .tax-release .related-wrapper h3 a.works {
        font-size: 18px; }
    .post-type-archive-works .related-wrapper h3 .oworks, .post-type-archive-eworks .related-wrapper h3 .oworks, .tax-genre .related-wrapper h3 .oworks, .tax-egenre .related-wrapper h3 .oworks, .single-works .related-wrapper h3 .oworks, .single-eworks .related-wrapper h3 .oworks, .search-results .related-wrapper h3 .oworks, .tax-release .related-wrapper h3 .oworks {
      font-weight: 700;
      font-size: 18px; }
  .post-type-archive-works .related-wrapper .col-12 img, .post-type-archive-works .related-wrapper .col-sm-4 img, .post-type-archive-eworks .related-wrapper .col-12 img, .post-type-archive-eworks .related-wrapper .col-sm-4 img, .tax-genre .related-wrapper .col-12 img, .tax-genre .related-wrapper .col-sm-4 img, .tax-egenre .related-wrapper .col-12 img, .tax-egenre .related-wrapper .col-sm-4 img, .single-works .related-wrapper .col-12 img, .single-works .related-wrapper .col-sm-4 img, .single-eworks .related-wrapper .col-12 img, .single-eworks .related-wrapper .col-sm-4 img, .search-results .related-wrapper .col-12 img, .search-results .related-wrapper .col-sm-4 img, .tax-release .related-wrapper .col-12 img, .tax-release .related-wrapper .col-sm-4 img {
    max-width: 100%;
    width: 100%;
    height: auto; }
  .post-type-archive-works .related-wrapper .col-12 .topwork, .post-type-archive-works .related-wrapper .col-sm-4 .topwork, .post-type-archive-eworks .related-wrapper .col-12 .topwork, .post-type-archive-eworks .related-wrapper .col-sm-4 .topwork, .tax-genre .related-wrapper .col-12 .topwork, .tax-genre .related-wrapper .col-sm-4 .topwork, .tax-egenre .related-wrapper .col-12 .topwork, .tax-egenre .related-wrapper .col-sm-4 .topwork, .single-works .related-wrapper .col-12 .topwork, .single-works .related-wrapper .col-sm-4 .topwork, .single-eworks .related-wrapper .col-12 .topwork, .single-eworks .related-wrapper .col-sm-4 .topwork, .search-results .related-wrapper .col-12 .topwork, .search-results .related-wrapper .col-sm-4 .topwork, .tax-release .related-wrapper .col-12 .topwork, .tax-release .related-wrapper .col-sm-4 .topwork {
    font-size: 12px;
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 768px) {
      .post-type-archive-works .related-wrapper .col-12 .topwork, .post-type-archive-works .related-wrapper .col-sm-4 .topwork, .post-type-archive-eworks .related-wrapper .col-12 .topwork, .post-type-archive-eworks .related-wrapper .col-sm-4 .topwork, .tax-genre .related-wrapper .col-12 .topwork, .tax-genre .related-wrapper .col-sm-4 .topwork, .tax-egenre .related-wrapper .col-12 .topwork, .tax-egenre .related-wrapper .col-sm-4 .topwork, .single-works .related-wrapper .col-12 .topwork, .single-works .related-wrapper .col-sm-4 .topwork, .single-eworks .related-wrapper .col-12 .topwork, .single-eworks .related-wrapper .col-sm-4 .topwork, .search-results .related-wrapper .col-12 .topwork, .search-results .related-wrapper .col-sm-4 .topwork, .tax-release .related-wrapper .col-12 .topwork, .tax-release .related-wrapper .col-sm-4 .topwork {
        margin-bottom: 1rem; } }
    .post-type-archive-works .related-wrapper .col-12 .topwork .ttl, .post-type-archive-works .related-wrapper .col-sm-4 .topwork .ttl, .post-type-archive-eworks .related-wrapper .col-12 .topwork .ttl, .post-type-archive-eworks .related-wrapper .col-sm-4 .topwork .ttl, .tax-genre .related-wrapper .col-12 .topwork .ttl, .tax-genre .related-wrapper .col-sm-4 .topwork .ttl, .tax-egenre .related-wrapper .col-12 .topwork .ttl, .tax-egenre .related-wrapper .col-sm-4 .topwork .ttl, .single-works .related-wrapper .col-12 .topwork .ttl, .single-works .related-wrapper .col-sm-4 .topwork .ttl, .single-eworks .related-wrapper .col-12 .topwork .ttl, .single-eworks .related-wrapper .col-sm-4 .topwork .ttl, .search-results .related-wrapper .col-12 .topwork .ttl, .search-results .related-wrapper .col-sm-4 .topwork .ttl, .tax-release .related-wrapper .col-12 .topwork .ttl, .tax-release .related-wrapper .col-sm-4 .topwork .ttl {
      font-weight: 600;
      margin-top: 1rem;
      margin-bottom: 0.36rem; }
    .post-type-archive-works .related-wrapper .col-12 .topwork .ttl, .post-type-archive-works .related-wrapper .col-12 .topwork .subttl, .post-type-archive-works .related-wrapper .col-12 .topwork .client, .post-type-archive-works .related-wrapper .col-sm-4 .topwork .ttl, .post-type-archive-works .related-wrapper .col-sm-4 .topwork .subttl, .post-type-archive-works .related-wrapper .col-sm-4 .topwork .client, .post-type-archive-eworks .related-wrapper .col-12 .topwork .ttl, .post-type-archive-eworks .related-wrapper .col-12 .topwork .subttl, .post-type-archive-eworks .related-wrapper .col-12 .topwork .client, .post-type-archive-eworks .related-wrapper .col-sm-4 .topwork .ttl, .post-type-archive-eworks .related-wrapper .col-sm-4 .topwork .subttl, .post-type-archive-eworks .related-wrapper .col-sm-4 .topwork .client, .tax-genre .related-wrapper .col-12 .topwork .ttl, .tax-genre .related-wrapper .col-12 .topwork .subttl, .tax-genre .related-wrapper .col-12 .topwork .client, .tax-genre .related-wrapper .col-sm-4 .topwork .ttl, .tax-genre .related-wrapper .col-sm-4 .topwork .subttl, .tax-genre .related-wrapper .col-sm-4 .topwork .client, .tax-egenre .related-wrapper .col-12 .topwork .ttl, .tax-egenre .related-wrapper .col-12 .topwork .subttl, .tax-egenre .related-wrapper .col-12 .topwork .client, .tax-egenre .related-wrapper .col-sm-4 .topwork .ttl, .tax-egenre .related-wrapper .col-sm-4 .topwork .subttl, .tax-egenre .related-wrapper .col-sm-4 .topwork .client, .single-works .related-wrapper .col-12 .topwork .ttl, .single-works .related-wrapper .col-12 .topwork .subttl, .single-works .related-wrapper .col-12 .topwork .client, .single-works .related-wrapper .col-sm-4 .topwork .ttl, .single-works .related-wrapper .col-sm-4 .topwork .subttl, .single-works .related-wrapper .col-sm-4 .topwork .client, .single-eworks .related-wrapper .col-12 .topwork .ttl, .single-eworks .related-wrapper .col-12 .topwork .subttl, .single-eworks .related-wrapper .col-12 .topwork .client, .single-eworks .related-wrapper .col-sm-4 .topwork .ttl, .single-eworks .related-wrapper .col-sm-4 .topwork .subttl, .single-eworks .related-wrapper .col-sm-4 .topwork .client, .search-results .related-wrapper .col-12 .topwork .ttl, .search-results .related-wrapper .col-12 .topwork .subttl, .search-results .related-wrapper .col-12 .topwork .client, .search-results .related-wrapper .col-sm-4 .topwork .ttl, .search-results .related-wrapper .col-sm-4 .topwork .subttl, .search-results .related-wrapper .col-sm-4 .topwork .client, .tax-release .related-wrapper .col-12 .topwork .ttl, .tax-release .related-wrapper .col-12 .topwork .subttl, .tax-release .related-wrapper .col-12 .topwork .client, .tax-release .related-wrapper .col-sm-4 .topwork .ttl, .tax-release .related-wrapper .col-sm-4 .topwork .subttl, .tax-release .related-wrapper .col-sm-4 .topwork .client {
      font-size: 12px; }
    .post-type-archive-works .related-wrapper .col-12 .topwork .subttl, .post-type-archive-works .related-wrapper .col-sm-4 .topwork .subttl, .post-type-archive-eworks .related-wrapper .col-12 .topwork .subttl, .post-type-archive-eworks .related-wrapper .col-sm-4 .topwork .subttl, .tax-genre .related-wrapper .col-12 .topwork .subttl, .tax-genre .related-wrapper .col-sm-4 .topwork .subttl, .tax-egenre .related-wrapper .col-12 .topwork .subttl, .tax-egenre .related-wrapper .col-sm-4 .topwork .subttl, .single-works .related-wrapper .col-12 .topwork .subttl, .single-works .related-wrapper .col-sm-4 .topwork .subttl, .single-eworks .related-wrapper .col-12 .topwork .subttl, .single-eworks .related-wrapper .col-sm-4 .topwork .subttl, .search-results .related-wrapper .col-12 .topwork .subttl, .search-results .related-wrapper .col-sm-4 .topwork .subttl, .tax-release .related-wrapper .col-12 .topwork .subttl, .tax-release .related-wrapper .col-sm-4 .topwork .subttl {
      font-weight: 400;
      margin-bottom: 0.36rem; }
    .post-type-archive-works .related-wrapper .col-12 .topwork .client, .post-type-archive-works .related-wrapper .col-sm-4 .topwork .client, .post-type-archive-eworks .related-wrapper .col-12 .topwork .client, .post-type-archive-eworks .related-wrapper .col-sm-4 .topwork .client, .tax-genre .related-wrapper .col-12 .topwork .client, .tax-genre .related-wrapper .col-sm-4 .topwork .client, .tax-egenre .related-wrapper .col-12 .topwork .client, .tax-egenre .related-wrapper .col-sm-4 .topwork .client, .single-works .related-wrapper .col-12 .topwork .client, .single-works .related-wrapper .col-sm-4 .topwork .client, .single-eworks .related-wrapper .col-12 .topwork .client, .single-eworks .related-wrapper .col-sm-4 .topwork .client, .search-results .related-wrapper .col-12 .topwork .client, .search-results .related-wrapper .col-sm-4 .topwork .client, .tax-release .related-wrapper .col-12 .topwork .client, .tax-release .related-wrapper .col-sm-4 .topwork .client {
      margin-bottom: 0; }

.post-type-archive-works #content .row .works .entry-title a, .post-type-archive-works #content .row .eworks .entry-title a, .post-type-archive-eworks #content .row .works .entry-title a, .post-type-archive-eworks #content .row .eworks .entry-title a, .tax-genre #content .row .works .entry-title a, .tax-genre #content .row .eworks .entry-title a, .tax-egenre #content .row .works .entry-title a, .tax-egenre #content .row .eworks .entry-title a, .search-results #content .row .works .entry-title a, .search-results #content .row .eworks .entry-title a, .tax-release #content .row .works .entry-title a, .tax-release #content .row .eworks .entry-title a {
  font-weight: 700;
  font-size: 14px; }

.search-results #primary #content .page-header {
  margin-top: 80px;
  margin-bottom: 0px; }
  @media screen and (min-width: 768px) {
    .search-results #primary #content .page-header {
      margin-top: 100px;
      margin-bottom: 40px; } }

.page #post-12683 {
  margin-top: 80px;
  margin-bottom: 0px; }
  @media screen and (min-width: 768px) {
    .page #post-12683 {
      margin-top: 100px;
      margin-bottom: 40px; } }

.single-works .page-header, .single-eworks .page-header {
  margin-bottom: 30px; }
  .single-works .page-header img, .single-eworks .page-header img {
    width: 100%;
    aspect-ratio: 4/5;
    -o-object-fit: cover;
    object-fit: cover; }
    @media screen and (min-width: 768px) {
      .single-works .page-header img, .single-eworks .page-header img {
        aspect-ratio: 16/7; } }

.single-works .slider, .single-eworks .slider {
  padding-top: 40px; }
  .single-works .slider img, .single-eworks .slider img {
    width: 100%;
    height: auto; }
  .single-works .slider p, .single-eworks .slider p {
    margin-top: .5em;
    margin-bottom: 0; }
  .single-works .slider .slick-slide, .single-eworks .slider .slick-slide {
    position: relative;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .single-works .slider .slick-slide, .single-eworks .slider .slick-slide {
        margin-bottom: 30px; } }
    .single-works .slider .slick-slide .play-bt, .single-eworks .slider .slick-slide .play-bt {
      position: absolute;
      /*bottom:0;
                left: 0;*/
      width: 60px;
      height: auto;
      top: 50%;
      left: 50%;
      margin-left: -30px;
      margin-top: -20px;
      pointer-events: none; }
    .single-works .slider .slick-slide.video, .single-eworks .slider .slick-slide.video {
      position: relative; }
      .single-works .slider .slick-slide.video > .thumb, .single-eworks .slider .slick-slide.video > .thumb {
        position: absolute;
        width: calc(100% - 30px); }
        .single-works .slider .slick-slide.video > .thumb img, .single-eworks .slider .slick-slide.video > .thumb img {
          width: 100%;
          height: auto;
          aspect-ratio: 16 / 9;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center; }
        .single-works .slider .slick-slide.video > .thumb:before, .single-eworks .slider .slick-slide.video > .thumb:before {
          position: absolute;
          content: url("img/play_bt.png");
          opacity: .6;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          pointer-events: none;
          -webkit-transition: opacity .5s;
          -o-transition: opacity .5s;
          transition: opacity .5s; }
        .single-works .slider .slick-slide.video > .thumb:hover:before, .single-eworks .slider .slick-slide.video > .thumb:hover:before {
          opacity: 1; }
      .single-works .slider .slick-slide.video > .ytItem, .single-eworks .slider .slick-slide.video > .ytItem {
        display: block;
        width: 100%;
        height: 100%;
        aspect-ratio: 16/9;
        overflow: hidden;
        position: relative;
        background-color: #000;
        opacity: 0;
        -webkit-transition: opacity .6s;
        -o-transition: opacity .6s;
        transition: opacity .6s;
        pointer-events: none; }
        .single-works .slider .slick-slide.video > .ytItem.mv, .single-eworks .slider .slick-slide.video > .ytItem.mv {
          pointer-events: auto; }
      .single-works .slider .slick-slide.video p, .single-eworks .slider .slick-slide.video p {
        margin-top: 14px; }

.single-works .gallery .row, .single-eworks .gallery .row {
  margin-right: -7.5px;
  margin-left: -7.5px; }
  @media screen and (min-width: 768px) {
    .single-works .gallery .row, .single-eworks .gallery .row {
      margin-right: -15px;
      margin-left: -15px; } }

.single-works .gallery .gallery-col, .single-eworks .gallery .gallery-col {
  margin-bottom: 15px;
  padding-right: 7.5px;
  padding-left: 7.5px; }
  @media screen and (min-width: 768px) {
    .single-works .gallery .gallery-col, .single-eworks .gallery .gallery-col {
      margin-bottom: 30px;
      padding-right: 15px;
      padding-left: 15px; } }
  .single-works .gallery .gallery-col img, .single-eworks .gallery .gallery-col img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover; }
  .single-works .gallery .gallery-col.extend-bt .extend-bt-wrapper, .single-eworks .gallery .gallery-col.extend-bt .extend-bt-wrapper {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    background-color: #F6F6F6;
    position: relative;
    caret-color: transparent; }
    .single-works .gallery .gallery-col.extend-bt .extend-bt-wrapper .dli-plus-c, .single-works .gallery .gallery-col.extend-bt .extend-bt-wrapper .dli-plus-r, .single-eworks .gallery .gallery-col.extend-bt .extend-bt-wrapper .dli-plus-c, .single-eworks .gallery .gallery-col.extend-bt .extend-bt-wrapper .dli-plus-r {
      content: '';
      position: absolute;
      caret-color: transparent;
      top: 50%;
      left: 50%;
      margin-left: -8px;
      margin-top: -1px;
      width: 16px;
      height: 2px;
      background: #707070;
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
    @media screen and (min-width: 768px) {
      .single-works .gallery .gallery-col.extend-bt .extend-bt-wrapper .dli-plus-c, .single-works .gallery .gallery-col.extend-bt .extend-bt-wrapper .dli-plus-r, .single-eworks .gallery .gallery-col.extend-bt .extend-bt-wrapper .dli-plus-c, .single-eworks .gallery .gallery-col.extend-bt .extend-bt-wrapper .dli-plus-r {
        width: 50px;
        margin-left: -25px;
        height: 3px; } }
    .single-works .gallery .gallery-col.extend-bt .extend-bt-wrapper .dli-plus-r, .single-eworks .gallery .gallery-col.extend-bt .extend-bt-wrapper .dli-plus-r {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .single-works .gallery .gallery-col.extend-bt .extend-bt-wrapper.openex .dli-plus-c, .single-eworks .gallery .gallery-col.extend-bt .extend-bt-wrapper.openex .dli-plus-c {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .single-works .gallery .gallery-col.extend-bt .extend-bt-wrapper.openex .dli-plus-r, .single-eworks .gallery .gallery-col.extend-bt .extend-bt-wrapper.openex .dli-plus-r {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.single-works #content .entry-content .entry-title, .single-eworks #content .entry-content .entry-title {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px; }
  .single-works #content .entry-content .entry-title a.works, .single-eworks #content .entry-content .entry-title a.works {
    font-size: 20px; }

@media screen and (max-width: 575px) {
  .single-works #content .entry-content .entry-title, .single-eworks #content .entry-content .entry-title {
    font-size: 24px;
    margin-bottom: 10px; } }

.single-works #content .entry-content .subttl, .single-eworks #content .entry-content .subttl {
  font-size: 16px;
  font-weight: 700; }

@media screen and (max-width: 575px) {
  .single-works #content .entry-content .subttl, .single-eworks #content .entry-content .subttl {
    margin-bottom: 5px; } }

.single-works #content .entry-content .extra-text, .single-eworks #content .entry-content .extra-text {
  display: none; }
  .single-works #content .entry-content .extra-text.collab, .single-eworks #content .entry-content .extra-text.collab {
    display: block; }

@media screen and (min-width: 576px) {
  .single-works #content .entry-content .extra-text, .single-eworks #content .entry-content .extra-text {
    font-size: 12px;
    /*margin-top: 1.5rem;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block; }
    .single-works #content .entry-content .extra-text .places, .single-works #content .entry-content .extra-text .places-content, .single-works #content .entry-content .extra-text .clinet, .single-works #content .entry-content .extra-text .clinet-content, .single-works #content .entry-content .extra-text .release, .single-eworks #content .entry-content .extra-text .places, .single-eworks #content .entry-content .extra-text .places-content, .single-eworks #content .entry-content .extra-text .clinet, .single-eworks #content .entry-content .extra-text .clinet-content, .single-eworks #content .entry-content .extra-text .release {
      margin-top: 0.5em; }
    .single-works #content .entry-content .extra-text .clinet, .single-works #content .entry-content .extra-text .places, .single-eworks #content .entry-content .extra-text .clinet, .single-eworks #content .entry-content .extra-text .places {
      min-width: 120px;
      max-width: 16%; }
    .single-works #content .entry-content .extra-text .clinet-content, .single-works #content .entry-content .extra-text .places-content, .single-eworks #content .entry-content .extra-text .clinet-content, .single-eworks #content .entry-content .extra-text .places-content {
      max-width: calc(100% - 120px); }
    .single-works #content .entry-content .extra-text .collaborator.ttl, .single-works #content .entry-content .extra-text .photoby.ttl, .single-eworks #content .entry-content .extra-text .collaborator.ttl, .single-eworks #content .entry-content .extra-text .photoby.ttl {
      min-width: 120px;
      max-width: 8%; }
    .single-works #content .entry-content .extra-text .collaborator.ct, .single-works #content .entry-content .extra-text .photoby.ct, .single-eworks #content .entry-content .extra-text .collaborator.ct, .single-eworks #content .entry-content .extra-text .photoby.ct {
      max-width: calc(100% - 120px); } }

.single-works #content .entry-content .extra-text-sp, .single-eworks #content .entry-content .extra-text-sp {
  display: none; }

@media screen and (max-width: 575px) {
  .single-works #content .entry-content .extra-text-sp, .single-eworks #content .entry-content .extra-text-sp {
    display: block; }
    .single-works #content .entry-content .extra-text-sp .ct, .single-eworks #content .entry-content .extra-text-sp .ct {
      margin-bottom: 10px; } }

.single-works #content .entry-content .edit-link, .single-eworks #content .entry-content .edit-link {
  margin-top: 4em;
  background-color: #eee; }

.single-works #content .entry-content .main-text, .single-eworks #content .entry-content .main-text {
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  max-height: 5rem;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .single-works #content .entry-content .main-text, .single-eworks #content .entry-content .main-text {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .single-works #content .entry-content .main-text br, .single-eworks #content .entry-content .main-text br {
      display: none; } }
  .single-works #content .entry-content .main-text a, .single-eworks #content .entry-content .main-text a {
    color: #A0B2BD; }

.single-works #content .entry-content .rm-wrapper, .single-eworks #content .entry-content .rm-wrapper {
  margin-top: 1.5rem;
  text-align: right; }
  @media screen and (min-width: 768px) {
    .single-works #content .entry-content .rm-wrapper, .single-eworks #content .entry-content .rm-wrapper {
      width: 100%; } }
  .single-works #content .entry-content .rm-wrapper .readmore span, .single-eworks #content .entry-content .rm-wrapper .readmore span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: .5rem;
    border: 1px solid;
    border-color: #444444 #444444 transparent transparent;
    -webkit-transform: translateY(-4px) rotate(135deg);
    -ms-transform: translateY(-4px) rotate(135deg);
    transform: translateY(-4px) rotate(135deg); }
  .single-works #content .entry-content .rm-wrapper .readmore-close span, .single-eworks #content .entry-content .rm-wrapper .readmore-close span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: .5rem;
    border: 1px solid;
    border-color: transparent transparent #444444 #444444;
    -webkit-transform: translateY(3px) rotate(135deg);
    -ms-transform: translateY(3px) rotate(135deg);
    transform: translateY(3px) rotate(135deg); }

.single-works .extra-text.collab, .single-eworks .extra-text.collab {
  display: block; }
  .single-works .extra-text.collab .row .collaborator, .single-works .extra-text.collab .row .photoby, .single-works .extra-text.collab .row .award, .single-eworks .extra-text.collab .row .collaborator, .single-eworks .extra-text.collab .row .photoby, .single-eworks .extra-text.collab .row .award {
    margin-top: 0.5em;
    font-size: 12px; }
  @media screen and (max-width: 575px) {
    .single-works .extra-text.collab .row .ct, .single-eworks .extra-text.collab .row .ct {
      margin-top: 0;
      margin-bottom: 1em; } }

.single-works .download-wrapper, .single-eworks .download-wrapper {
  margin-top: 1rem;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .single-works .download-wrapper img, .single-eworks .download-wrapper img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-left: .5em;
    width: 10px;
    height: auto; }
    .single-works .download-wrapper img:hover, .single-eworks .download-wrapper img:hover {
      opacity: 0.6;
      filter: alpha(opacity=60); }

.single-works #main .breadcrumb, .single-eworks #main .breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 10px; }
  .single-works #main .breadcrumb .breadcrumb-item, .single-eworks #main .breadcrumb .breadcrumb-item {
    font-size: 12px; }
    .single-works #main .breadcrumb .breadcrumb-item a, .single-eworks #main .breadcrumb .breadcrumb-item a {
      font-weight: 700;
      text-decoration: underline; }
  .single-works #main .breadcrumb .breadcrumb-item + .breadcrumb-item:before, .single-eworks #main .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: "/"; }

.single-works img.mfp-img, .single-eworks img.mfp-img {
  border: #fff solid 10px;
  padding: 0; }

.single-works .mfp-bottom-bar, .single-eworks .mfp-bottom-bar {
  display: block;
  width: 100%;
  height: 1.2em;
  text-align: center;
  margin-top: 0; }
  .single-works .mfp-bottom-bar .mfp-title, .single-eworks .mfp-bottom-bar .mfp-title {
    display: none; }
  .single-works .mfp-bottom-bar .mfp-counter, .single-eworks .mfp-bottom-bar .mfp-counter {
    position: relative; }

.single-works .mfp-image-holder .mfp-close, .single-eworks .mfp-image-holder .mfp-close {
  top: -32px; }

/* オーバーレイ 初期状態 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

/* オーバーレイ 表示アニメーション */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8; }

/* オーバーレイ 非表示アニメーション */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* コンテンツ 初期状態 */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

/* コンテンツ 表示アニメーション */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* コンテンツ 非表示アニメーション */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.mfp-open .mfp-figure {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.site-footer {
  /*background-color: $lightgrey;*/
  padding: 20px 0; }
  @media screen and (min-width: 768px) {
    .site-footer {
      padding: 40px 0; } }
  .site-footer .cap {
    font-size: 10px; }
    .site-footer .cap a {
      color: #5A5A5A; }
  .site-footer .nendohouse, .site-footer .insta {
    margin-top: 0.5rem;
    margin-bottom: 2rem; }
  .site-footer .site-info {
    font-size: 10px;
    text-align: center; }

/* =Go top
----------------------------------------------- */
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  background: #AABABA;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 10px 15px;
  color: #FFF;
  font-size: 10px;
  bottom: 20px;
  right: 20px;
  overflow: hidden;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=0.8);
  z-index: 999999;
  border: none; }

#toTop:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=1); }

#toTop:active, #toTop:focus {
  outline: none; }
