@charset "utf-8";
/**/
.single-works .entry-header .extract {
  padding: 2rem 1rem 1rem;
}
/* **********************************************************************************************************
** add MENU **
*********************************************************************************************************** */
.menu_list {
  margin-bottom: 2rem;
}
.accTrigger {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1rem !important;
  margin-bottom: .5rem;
  padding-right: 2%;
}
.accTrigger span {
  display: inline-flex;
  padding: .5rem .5rem .5rem 1rem;
  border-radius: 1rem;
  background-color: #333;
  color: #fff;
  cursor: pointer;
}
.accTrigger span::after {
  display: inline-flex;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 0 .5rem;
  font-family: 'icomoon';
  content: '\e937';
  color: #fff;
}
.accTrigger a {
  display: block;
  width: 100%;
  color: #fff;
}
.iconUp span::after {
  content: '\e934';
}
.wpd_menu_child_top_link {
  margin: 0 0 .5rem;
}
.wpd_menu_child_top_link a {
  display: inline-block;
  padding: .5rem 1rem;
  border-radius: 1rem;
  background-color: #333;
  color: #fff;
}
.wpd_menu_child_link {
  display: none;
}
.menu_list aside {
  margin: 0;
}
.menu_list ul {
  margin: 0;
  padding: 0;
}
.menu_list ul li {
  list-style: none;
  margin: 0 0 1px;
  padding: .75rem 1rem .625rem;
  border: 1px solid rgba(221, 221, 221, .3);
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(249, 249, 249, .3) 10px, rgba(249, 249, 249, .3) 20px);
}
.menu_list ul ul li {
  padding-bottom: 0;
  border: 0;
  background-image: none;
  background-color: transparent;
}
.ttl_search {
  font-weight: normal;
  text-align: center;
  margin: 1rem 0 .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ttl_search::before, .ttl_search::after {
  content: '';
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #000;
}
.ttl_search::before {
  margin-right: 1rem;
}
.ttl_search::after {
  margin-left: 1rem;
}
#searchform-menu {
  padding: 1rem;
  background-color: rgba(249, 249, 249, 1);
}
#searchform-menu #s {
  display: block;
  width: 100%;
  max-width: 98%;
  margin: 0 auto 1rem;
  background: #fff;
}
#searchform-menu input[type="submit"] {
  display: block;
  width: 6em;
  margin: 1rem auto 0;
  padding: 0;
  line-height: 2rem;
}
.menu_list #searchform-menu ul li {
  background-image: none;
}
.menuContainer {
  margin-bottom: 5rem;
}
.menuContainer h2 {
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menuContainer h2::before, .menuContainer h2::after {
  content: '';
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #000;
}
.menuContainer h2::before {
  margin-right: 1rem;
}
.menuContainer h2::after {
  margin-left: 1rem;
}
.menuContainer .extracts p {
  height: auto;
  margin-bottom: 0;
  border: 0;
  color: #000;
}
.menuContainer .extracts p::after {
  display: none;
}
/**/
.thumb_singleContainer {
  padding: 0 2%;
}
.thumb_singleContainer .thumb_single_cat:not(:last-child) {
  margin-bottom: 5px;
}
.thumb_single_cat a {
  display: block;
  width: 100%;
  position: relative;
}
.thumb_single_cat .extracts {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgba(0, 0, 0, .75);
  position: absolute;
  top: 0;
  left: 0;
}
.thumb_single_cat .extracts {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
}
.thumb_single_cat .extracts h3 {
  width: 100%;
  text-align: center;
  color: #fff;
}
.thumb_single_cat .extracts p.wmmore {
  position: absolute;
  bottom: 1%;
  right: 1%;
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.thumb_single_cat .category_description {
  margin-bottom: 0;
}
.tax-cat_works .flexContainer.layout_circle .thumbContainer {
  background-color: transparent;
}
.tax-cat_works .flexContainer.layout_circle .thumb img {
  width: auto;
  height: 100%;
}
.tax-cat_works .flexContainer.layout_circle .thumb {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.tax-cat_works .flexContainer.layout_circle .extracts h3 {
  text-align: center;
}
/* single page */
.entry-header p.extract {
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .menuContainer {
    margin-bottom: 10rem;
  }
  .accTrigger {
    padding-right: 0;
  }
  .pc .accTrigger span:hover {
    background-color: #f6f6f6;
    color: #000;
    transition: .2s;
  }
  .pc .accTrigger span:hover::after {
    color: #c00;
    transition: .2s;
  }
  .accTrigger a:hover {
    color: #000;
    transition: .2s;
  }
  .wpd_menu_child_top_link {
    padding: 0 0 1rem;
  }
  .menu_list aside {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
  }
  .menu_list ul {
    padding: 0;
    border: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .menu_list ul li {
    width: 23%;
    margin: 0 1% 2%;
    padding: 1%;
  }
  .menu_list ul ul {
    display: block;
    background-color: transparent;
    margin-top: .5rem;
    padding: .5rem 0 0;
    border-top: 1px solid #ddd;
  }
  .menu_list ul ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .menu_list ul ul li:not(:last-child) {
    margin-bottom: .5rem;
  }
  .menu_list ul ul ul {
    border-top: 0;
    padding: 0 0 0 1rem;
  }
  .wpd_menu_child_top_link a {
    display: inline-block;
    background-color: #333;
    color: #fff;
    line-height: 2rem;
    padding: 0 1rem;
    border-radius: 1rem;
  }
  .pc .wpd_menu_child_top_link a:hover {
    background-color: #f6f6f6;
    color: #000;
    transition: .2s;
  }
  .menuContainer p.extract {
    font-size: .875rem;
  }
  /**/
  .thumb_singleContainer {
    padding: 0;
  }
  .thumb_singleContainer .thumb_single_cat:not(:last-child) {
    margin-bottom: 1rem;
  }
  .thumb_single_cat .extracts h3 {
    font-size: 1.25rem;
  }
  .thumb_single_cat .extracts p.wmmore {
    bottom: 2%;
    right: 2%;
  }
  .tax-cat_works .flexContainer {
    justify-content: center;
  }
  .tax-cat_works .flexContainer.layout_circle .thumb {
    width: 200px;
    height: 200px;
  }
  .pc .thumb_single_cat a:hover .extracts {
    width: 100%;
    background-color: rgba(0, 0, 0, .75);
  }
  /* single page */
  .single-works .entry-header h1 {
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .tax-cat_works .flexContainer.layout_circle .thumb {
    width: 300px;
    height: 300px;
  }
}

