@charset "UTF-8";
/*
Theme Name: Simple
Theme URI:
Description:
Version: 2.0
Author: nw
*/
/* ==========================================================================

	WORKS

========================================================================== */
/*--------------------------------
    一覧レイアウト幅調整
--------------------------------*/
/*--------------------------------
    検索UI
--------------------------------*/
#search {
  padding-bottom: 0;
}
#search .container .inner {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0;
  position: relative;
}
#search .container .inner #search_head {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1em 0;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 812px) {
  #search .container .inner #search_head {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  #search .container .inner #search_head:hover {
    opacity: 0.6;
  }
}
#search .container .inner #search_head > svg {
  width: 30px;
  height: 30px;
  fill: #000;
  margin-right: 0.6em;
}
@media screen and (max-width: 812px) {
  #search .container .inner #search_head > svg {
    width: 22px;
    height: 22px;
  }
}
#search .container .inner #search_head #search_btnwrapper {
  position: absolute;
  top: 3px;
  right: 0;
  background-color: transparent;
  z-index: 10001;
}
@media screen and (max-width: 812px) {
  #search .container .inner #search_head #search_btnwrapper {
    top: 7px;
  }
}
#search .container .inner #search_head #search_btnwrapper #search_btn {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 812px) {
  #search .container .inner #search_head #search_btnwrapper #search_btn {
    width: 40px;
    height: 40px;
  }
}
#search .container .inner #search_head #search_btnwrapper #search_btn svg {
  width: 24px;
  height: 24px;
  transition: 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 812px) {
  #search .container .inner #search_head #search_btnwrapper #search_btn svg {
    width: 18px;
    height: 18px;
  }
}
#search .container .inner #search_head #search_btnwrapper #search_btn .arrow_down {
  opacity: 1;
}
#search .container .inner #search_head #search_btnwrapper #search_btn .icon_close {
  opacity: 0;
}
#search .container .inner #search_cnt {
  display: none;
  padding: 3rem 3rem 5rem;
}
@media screen and (max-width: 812px) {
  #search .container .inner #search_cnt {
    padding: 1rem 1rem 3rem;
  }
}
#search .container .inner #search_cnt .search_cat {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 812px) {
  #search .container .inner #search_cnt .search_cat {
    font-size: 1rem;
  }
}
#search .container .inner #search_cnt .search_cat:nth-of-type(2) {
  margin-top: 3em;
}
@media screen and (max-width: 812px) {
  #search .container .inner #search_cnt .search_cat:nth-of-type(2) {
    margin-top: 2em;
  }
}
#search .container .inner #search_cnt ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 2em;
}
@media screen and (max-width: 812px) {
  #search .container .inner #search_cnt ul {
    gap: 0.5em 1.5em;
  }
}
#search .container .inner #search_cnt ul li {
  font-size: 1.5rem;
}
@media screen and (max-width: 812px) {
  #search .container .inner #search_cnt ul li {
    font-size: 1.4rem;
  }
}
#search .container .inner #search_cnt ul:nth-of-type(2) li a::before {
  content: "#";
  display: inline-block;
  margin-right: 0.2em;
}

/* ハンバーガーメニューをクリックした時の処理 */
body.search-show #search .container #search_head #search_btnwrapper #search_btn .arrow_down {
  opacity: 0;
}
body.search-show #search .container #search_head #search_btnwrapper #search_btn .icon_close {
  opacity: 1;
}

/* --------------------------------------- 詳細ページ --------------------------------------- */
.worksContents {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 6rem 3% 0;
}
@media screen and (max-width: 812px) {
  .worksContents {
    display: block;
    padding: 6rem 5% 0;
  }
}
.worksContents {
  /*--------------------------------
      作品スペック
  --------------------------------*/
}
.worksContents .worksSpec {
  width: 27%;
}
@media screen and (max-width: 812px) {
  .worksContents .worksSpec {
    width: 100%;
  }
}
.worksContents .worksSpec .container {
  max-width: none;
  min-width: 0;
  padding: 0;
  top: 2em;
}
.worksContents .worksSpec .container .heading_title {
  margin-bottom: 2em;
}
.worksContents .worksSpec .container .worksSpecCnt .worksSpecText {
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (max-width: 812px) {
  .worksContents .worksSpec .container .worksSpecCnt .worksSpecText {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.worksContents .worksSpec .container .worksSpecCnt .worksSpecTable {
  font-size: 1.2rem;
  margin-top: 2em;
}
@media screen and (max-width: 812px) {
  .worksContents .worksSpec .container .worksSpecCnt .worksSpecTable {
    width: 100%;
  }
}
.worksContents .worksSpec .container .worksSpecCnt .worksSpecTable > div {
  display: flex;
  margin-bottom: 0.5em;
}
.worksContents .worksSpec .container .worksSpecCnt .worksSpecTable > div dt {
  white-space: nowrap;
}
.worksContents .worksSpec .container .worksSpecCnt .worksSpecTable > div dt::after {
  content: ":";
  margin: 0 0.4em;
}
.worksContents .worksSpec .container .worksSpecCnt .worksSpecTable > div dd {
  text-align: left;
}
.worksContents {
  /*--------------------------------
      作品画像
  --------------------------------*/
}
.worksContents .worksPhotos {
  width: 70%;
}
@media screen and (max-width: 812px) {
  .worksContents .worksPhotos {
    width: 100%;
    margin-top: 4rem;
  }
}
.worksContents .worksPhotos .container {
  max-width: none;
  min-width: 0;
  padding: 0;
  text-align: center;
}
.worksContents .worksPhotos .container > div {
  margin: 0 auto 10vh;
}
@media screen and (max-width: 812px) {
  .worksContents .worksPhotos .container > div {
    margin: 0 auto 2rem;
  }
}
.worksContents .worksPhotos .container > div:last-child {
  margin: 0 auto;
}
.worksContents .worksPhotos .container > div img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.worksContents .worksPhotos .container > div video {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.worksContents .worksPhotos .container > div .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.worksContents .worksPhotos .container > div .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}