.content-title .content-title-inner .title-wrapper-combi {
  position: absolute;
  top: calc(50% + 32px);
  left: 50%;
  width: 40vw;
  height: 40vw;
  max-width: 300px;
  max-height: 300px;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
}
.content-title .content-title-inner .title-wrapper-combi .half-top {
  background: rgba(0, 0, 0, 0.8);
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.content-title .content-title-inner .title-wrapper-combi .half-top h2 {
  font-size: calc(1.0625rem + (1vw - 3.75px) * 1.6561);
  letter-spacing: 0.1rem;
  color: #fff;
  margin-bottom: 0.5em;
}
@media (min-width: 1160px) {
  .content-title .content-title-inner .title-wrapper-combi .half-top h2 {
    font-size: 30px;
  }
}
.content-title .content-title-inner .title-wrapper-combi .half-top h2 span {
  display: block;
  color: #b19b4d;
  font-size: calc(0.75rem + (1vw - 3.2px) * 0.9524);
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 1160px) {
  .content-title .content-title-inner .title-wrapper-combi .half-top h2 span {
    font-size: 20px;
  }
}
.content-title .content-title-inner .title-wrapper-combi .half-bottom {
  background: rgba(177, 155, 77, 0.8);
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  color: #fff;
}
.content-title .content-title-inner .title-wrapper-combi .half-bottom div {
  font-family: "Noto Serif JP", serif;
  font-size: calc(0.75rem + (1vw - 3.2px) * 0.9524);
  marging-bottom: 5px;
}
@media (min-width: 1160px) {
  .content-title .content-title-inner .title-wrapper-combi .half-bottom div {
    font-size: 20px;
  }
}
.content-title .content-title-inner .title-wrapper-combi .half-bottom h3 {
  font-size: calc(1.0625rem + (1vw - 3.75px) * 1.6561);
  font-family: "Noto Serif JP", serif;
  margin-bottom: 5px;
}
@media (min-width: 1160px) {
  .content-title .content-title-inner .title-wrapper-combi .half-bottom h3 {
    font-size: 30px;
  }
}
.content-title .content-title-inner .title-wrapper-combi .half-bottom p {
  margin-bottom: 0;
  font-size: calc(0.75rem + (1vw - 3.2px) * 0.9524);
}
@media (min-width: 1160px) {
  .content-title .content-title-inner .title-wrapper-combi .half-bottom p {
    font-size: 20px;
  }
}

.content-title .content-title-inner .title-wrapper-name {
  position: absolute;
  top: calc(50% + 32px);
  left: 10%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .content-title .content-title-inner .title-wrapper-name {
    left: 30.2vw;
  }
}
.content-title .content-title-inner .title-wrapper-name > p span, .content-title .content-title-inner .title-wrapper-name div {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: inline-block;
  padding: 0.5em 0.8em;
}
.content-title .content-title-inner .title-wrapper-name > p {
  margin-bottom: 5px;
}
@media (min-width: 320px) {
  .content-title .content-title-inner .title-wrapper-name > p {
    font-size: calc(0.75rem + (1vw - 3.2px) * 0.4762);
  }
}
@media (min-width: 1160px) {
  .content-title .content-title-inner .title-wrapper-name > p {
    font-size: 16px;
  }
}
.content-title .content-title-inner .title-wrapper-name div h3 {
  font-size: calc(1.0625rem + (1vw - 3.75px) * 1.6561);
  font-family: "Noto Serif JP", serif;
  margin-bottom: 5px;
}
@media (min-width: 1160px) {
  .content-title .content-title-inner .title-wrapper-name div h3 {
    font-size: 30px;
  }
}
.content-title .content-title-inner .title-wrapper-name div p {
  margin-bottom: 0;
  font-size: calc(0.75rem + (1vw - 3.2px) * 0.9524);
}
@media (min-width: 1160px) {
  .content-title .content-title-inner .title-wrapper-name div p {
    font-size: 20px;
  }
}

#works-list {
  padding: 2em 0 2em;
  background: url("../img/common/bg-brick.jpg") center top;
}
#works-list ul li {
  width: 70vw;
  max-width: 300px;
  margin: 0 auto 2em;
}
#works-list ul li a {
  display: block;
  position: relative;
  color: #000;
  width: 70vw;
  height: 70vw;
  max-width: 300px;
  max-height: 300px;
  overflow: hidden;
}
#works-list ul li a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: url("../img/works/hover-text.png");
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  transition: all 0.5s ease;
}
#works-list ul li a:hover:after {
  opacity: 1;
}

@media (min-width: 768px) {
  #works-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 930px) {
  #works-list {
    padding: 7em 0 0;
  }
  #works-list ul li {
    width: 30vw;
    max-width: 300px;
    margin: 0 0 7em;
  }
  #works-list ul li a {
    width: 30vw;
    height: 30vw;
    max-width: 300px;
    max-height: 300px;
  }
  #works-list ul:after {
    display: block;
    content: "";
    width: 30vw;
    max-width: 300px;
  }
}
#works-list-others.table-striped {
  border-collapse: separate;
  border-spacing: 0 1px;
}
@media (min-width: 320px) {
  #works-list-others.table-striped {
    font-size: calc(0.75rem + (1vw - 3.2px) * 0.4762);
  }
}
@media (min-width: 1160px) {
  #works-list-others.table-striped {
    font-size: 16px;
  }
}
#works-list-others.table-striped td {
  border-top: 3px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 3px solid #fff;
}
#works-list-others.table-striped tbody tr:nth-of-type(odd) {
  background-color: #000;
  color: #fff;
}
#works-list-others.table-striped tbody tr:nth-of-type(odd) td {
  border-top: 3px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 3px solid #000;
}
#works-list-others.table-striped tr td:last-of-type {
  border-right: none;
}

#outline {
  margin-bottom: 2em;
}
@media (min-width: 1160px) {
  #outline {
    margin-bottom: 54px;
  }
}
#outline dl {
  display: flex;
  border-bottom: 1px solid #ccc;
}
#outline dl dt {
  font-weight: 400;
  width: 4em;
}
#outline dl dd {
  flex: 1;
}
#outline.no-lists {
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  #outline.no-lists {
    margin-bottom: 13vw;
  }
}

#photogallery ul {
  width: 100%;
  overflow: hidden;
  _zoom: 1;
}
#photogallery ul li {
  float: left;
}

@media (max-width: 768px) {
  #photogallery ul li {
    width: 29.6vw;
    margin-bottom: 2.6vw;
    margin-right: 2%;
  }
  #photogallery ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  #photogallery ul li {
    width: 18.4%;
    max-width: 190px;
    margin-right: 2%;
    margin-bottom: 16px;
  }
  #photogallery ul li:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media (min-width: 1230px) {
  #photogallery ul li {
    margin-right: 52px;
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=works-list.css.map */