@charset "UTF-8";
/*-----------------------------------------------
 * color
 * --------------------------------------------*/
/*-----------------------------------------------
 * break point
 * --------------------------------------------*/
/*-----------------------------------------------
 * font-size(base:16px)
 * --------------------------------------------*/
/*-----------------------------------------------
 * font-family
 * --------------------------------------------*/
/* 游ゴ */
/*-----------------------------------------------
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 * --------------------------------------------*/
/*****************************************************************************************
 * common
 ****************************************************************************************/
html,
body {
  height: 100%;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  min-width: 300px;
  word-break: break-all; }

body.home {
  margin-top: 70px; }
  @media (min-width: 992px) {
    body.home {
      margin-top: 0px; } }
body:not(.home) {
  margin-top: 125px; }
  @media (min-width: 992px) {
    body:not(.home) {
      margin-top: 145px; } }

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

section {
  padding: 1.5rem 0; }
  @media (min-width: 992px) {
    section {
      padding: 4.5rem 0; } }
  section .fullwidth {
    max-width: 100% !important; }
  @media (min-width: 992px) {
    section.pc_dark {
      background-color: rgba(16, 16, 16, 0.9);
      color: #fff; }
      section.pc_dark h2 {
        color: #fff !important; } }

/* h */
body.home h2,
body:not(.home) h1 {
  background: linear-gradient(transparent 50%, rgba(255, 221, 0, 0.5) 50%);
  text-align: center;
  color: #000000;
  font-size: 1.375rem; }

body.home h2 img {
  max-width: 320px !important; }

@media (max-width: 991px) {
  .pc_only {
    display: none !important; } }
@media (min-width: 992px) {
  .sp_only {
    display: none !important; } }
a {
  /* この２行がCSS3 */
  transition-property: all;
  transition: 0.3s linear; }

.fl-module img {
  height: auto !important; }

/*****************************************************************************************
 * header
 ****************************************************************************************/
header {
  color: white;
  background: #FFDD00; }
  header .navbar-brand {
    width: 90px;
    padding: 0;
    line-height: 0.625rem;
    text-align: center; }
    header .navbar-brand .title {
      font-size: 2.25rem;
      line-height: 2.25rem; }
    header .navbar-brand .subtitle {
      font-size: 0.625rem;
      line-height: 0.625rem; }
  header .navbar-toggler {
    border: 0;
    border-radius: 0; }
    @media (max-width: 991px) {
      header .navbar-toggler {
        padding: 0; } }
    header .navbar-toggler .navbar-toggler-icon {
      max-width: 1.5rem;
      max-height: 1.5rem;
      background-image: url("../img/menu_on.png");
      background-repeat: no-repeat; }
    header .navbar-toggler.is-open {
      z-index: 100000; }
      header .navbar-toggler.is-open .navbar-toggler-icon {
        background-image: url("../img/menu_off.png"); }
  header #headerNavIcon ul {
    margin-bottom: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
    header #headerNavIcon ul li {
      vertical-align: middle; }
      @media (max-width: 991px) {
        header #headerNavIcon ul li {
          margin-right: 0; } }
      header #headerNavIcon ul li img {
        max-width: 30px; }
      header #headerNavIcon ul li .single-language.select_lang {
        opacity: 0.6; }
      header #headerNavIcon ul li .single-language:not(.select_lang) {
        text-decoration: underline; }
  header #headerNavMenu {
    display: none;
    font-weight: bold; }
    header #headerNavMenu.is-open {
      text-align: right;
      z-index: 99999;
      display: block;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: #fff; }
      header #headerNavMenu.is-open ul {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        header #headerNavMenu.is-open ul li {
          text-align: center;
          margin-bottom: 25px;
          border-bottom: 5px solid rgba(255, 221, 0, 0.5); }
          header #headerNavMenu.is-open ul li a {
            font-size: 1.25rem;
            color: #292929; }

/*****************************************************************************************
 * footer
 ****************************************************************************************/
footer {
  background-color: #FFDD00;
  color: #292929;
  padding-top: 45px;
  padding-bottom: 30px;
  margin-top: 75px; }
  footer #btnContact {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url("../img/ico_mail.png");
    background-repeat: no-repeat;
    background-position: left center;
    border-radius: 0;
    margin-top: 40px;
    margin-bottom: 37px;
    padding-left: 40px;
    color: #292929;
    font-size: 1.0625rem; }
  footer #copyright {
    font-weight: bold;
    font-size: 0.625rem; }

/*****************************************************************************************
 * index
 ****************************************************************************************/
@media (min-width: 992px) {
  body.home header.is-home {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: transparent !important; }
    body.home header.is-home .navbar-brand {
      display: none; } }
body.home #indexTitleArea {
  position: relative;
  text-align: right; }
  body.home #indexTitleArea h1 {
    position: absolute;
    top: 25%;
    right: 0;
    background: linear-gradient(transparent 50%, rgba(255, 221, 0, 0.5) 50%);
    padding-bottom: 10px !important;
    color: #fff;
    font-size: 75px;
    padding-left: 35px;
    min-width: 33.33%;
    display: inline-block;
    text-align: left;
            /*
			span {
				display: block;
				color: #0E0E0E;
				font-size: $font17;
			}
*/ }
    body.home #indexTitleArea h1 img {
      max-width: 120px; }
    @media (max-width: 991px) {
      body.home #indexTitleArea h1 {
        display: none; } }
body.home #bnrNonknockArea {
  text-align: center;
  font-size: 0.875rem; }
  body.home #bnrNonknockArea img {
    border: 1px solid #A6A6A6;
    padding: 4px 8px; }
  body.home #bnrNonknockArea a {
    color: #292929;
    text-decoration: underline; }
  @media (min-width: 992px) {
    body.home #bnrNonknockArea {
      font-size: 1.0625rem; } }
body.home #indexContentArea {
  font-size: 1rem;
  line-height: 1.75rem; }
  body.home #indexContentArea h2 {
    margin-bottom: 30px;
    margin-right: -15px;
    margin-left: -15px; }
  @media (min-width: 992px) {
    body.home #indexContentArea {
      font-size: 1.25rem; }
      body.home #indexContentArea h2 {
        margin-bottom: 93px; } }
  @media (max-width: 991px) {
    body.home #indexContentArea #works_list {
      display: none; } }

/*****************************************************************************************
 * single/page/archive
 ****************************************************************************************/
body:not(.home) header {
  margin-bottom: 45px; }
body:not(.home) h1 {
  margin-bottom: 45px; }
body:not(.home) .next_prev_link {
  margin-top: 45px;
  margin-bottom: 30px; }

body.single h1 {
  margin-bottom: 0.5rem; }
  @media (max-width: 991px) {
    body.single h1 {
      padding: 5px; } }
body.single .date {
  text-align: right;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    body.single .date {
      padding: 5px; } }
@media (max-width: 991px) {
  body.single .content {
    padding: 5px; } }

body.page article.contact form {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  body.page article.contact form [class^="col-"] {
    margin-bottom: 0.8rem; }

/*****************************************************************************************
 * parts
 ****************************************************************************************/
.post_list .post_col {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .post_list .post_col {
      margin-bottom: 90px; } }
  .post_list .post_col .post_col_inner {
    min-height: 100%;
    font-size: 1rem; }
    .post_list .post_col .post_col_inner a {
      color: #292929; }
    .post_list .post_col .post_col_inner .post_thumbnail {
      overflow: hidden;
      position: relative;
      padding-top: 65%; }
      .post_list .post_col .post_col_inner .post_thumbnail img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .post_list .post_col .post_col_inner .post_title {
      font-weight: bold; }
    .post_list .post_col .post_col_inner .post_cat a {
      margin-bottom: 8px;
      border-radius: 0;
      font-weight: normal;
      font-size: 0.75rem;
      background-color: #FFDD00; }
      @media (min-width: 992px) {
        .post_list .post_col .post_col_inner .post_cat a {
          background-color: rgba(255, 255, 255, 0.6); } }
      .post_list .post_col .post_col_inner .post_cat a:hover {
        text-decoration: none; }
    @media (max-width: 991px) {
      .post_list .post_col .post_col_inner .post_bottom {
        margin-top: 0 !important; }
        .post_list .post_col .post_col_inner .post_bottom .post_date,
        .post_list .post_col .post_col_inner .post_bottom .post_more {
          display: none; } }
    @media (min-width: 992px) {
      .post_list .post_col .post_col_inner {
        background-color: rgba(255, 221, 0, 0.5); }
        .post_list .post_col .post_col_inner .post_title,
        .post_list .post_col .post_col_inner .post_bottom {
          margin-left: 25px;
          margin-right: 25px;
          margin-top: 10px;
          margin-bottom: 8px; } }

@media (min-width: 992px) {
  .child_cat_list {
    margin-bottom: 98px; } }
@media (max-width: 991px) {
  .child_cat_list {
    margin-bottom: 20px; }
    .child_cat_list li:nth-child(2n) {
      border-left: none !important;
      border-right: none !important; }
    .child_cat_list li:nth-child(2n + 1) {
      border-left: none !important; }
    .child_cat_list li:nth-child(3),
    .child_cat_list li:nth-child(4),
    .child_cat_list li:nth-child(5),
    .child_cat_list li:nth-child(6) {
      border-top: none !important; }
    .child_cat_list li:nth-child(2n + 1) {
      border-left: none !important; } }
@media (min-width: 992px) {
  .child_cat_list li {
    font-size: 0.875rem; } }
@media (max-width: 991px) {
  .child_cat_list li {
    font-size: 1rem;
    width: 50%;
    max-width: calc(50% - 4px);
    /*margin: 2px;*/
    padding: 10px;
    font-weight: bold;
    border: 1px solid #cccc; }
    .child_cat_list li a {
      color: #292929; }
      .child_cat_list li a:hover {
        background-color: #FFDD00;
        color: #292929; } }
@media (min-width: 992px) {
  .child_cat_list li {
    color: #fff;
    background-color: #707070;
    display: block;
    cursor: pointer;
    margin-right: 30px; }
    .child_cat_list li:last-of-type {
      margin-right: 0; }
    .child_cat_list li.active {
      background-color: #FFDD00;
      color: #292929; } }

.child_cat_list_sp li {
  font-size: 0.875rem;
  width: 50%;
  border: 1px solid #707070; }

.show_more {
  background-color: #FFDD00;
  color: #292929;
  font-size: 0.9375rem;
  font-weight: bold; }
  .show_more:hover {
    color: #292929; }

@media (max-width: 991px) {
  .next_prev_link {
    padding: 5px; } }
.next_prev_link .btn {
  background-color: rgba(255, 221, 0, 0.5);
  color: #292929;
  font-size: 0.9375rem; }
  .next_prev_link .btn:hover {
    background-color: #FFDD00;
    color: #292929; }
