@charset "UTF-8";
/* 基本設定 */
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* 初期設定 */
/* ----------------------------------------------------------------------
レイアウト
---------------------------------------------------------------------- */
#works-area {
  padding: 21.8rem 0;
}
@media screen and (max-width: 520px) {
  #works-area {
    padding: 15rem 0;
  }
}
#works-area .inner .works-block .btn-wrap {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 600;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-bottom: 3em;
  row-gap: 2em;
}
@media screen and (max-width: 520px) {
  #works-area .inner .works-block .btn-wrap {
    font-size: 1rem;
    margin-bottom: 11em;
  }
}
#works-area .inner .works-block .btn-wrap .cate-block {
  width: 48%;
}
@media screen and (max-width: 520px) {
  #works-area .inner .works-block .btn-wrap .cate-block {
    width: 100%;
  }
}
#works-area .inner .works-block .btn-wrap .cate-block .worksbar-ttl {
  font-size: 150%;
  padding: 0.6em 0.3em;
  margin-bottom: 1em;
  border-bottom: 1px solid #000;
}
#works-area .inner .works-block .btn-wrap .cate-block .cate-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 1em;
}
#works-area .inner .works-block .btn-wrap .cate-block .cate-list .cate-item {
  padding: 0.7em 1.6em;
  border-radius: 999px;
  border: 1px solid #808080;
}

/* ----------------------------------------------------------------------
一覧
---------------------------------------------------------------------- */
.works-block .works-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-weight: 600;
  gap: 6em 2em;
}
@media screen and (max-width: 840px) {
  .works-block .works-list {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  .works-block .works-list {
    font-size: 1.2rem;
    gap: 4em 2em;
  }
}
.works-block .works-list .post-item {
  width: calc((100% - 4em) / 3);
}
@media screen and (max-width: 840px) {
  .works-block .works-list .post-item {
    width: calc((100% - 2em) / 2);
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  .works-block .works-list .post-item {
    width: 100%;
  }
}
.works-block .works-list .post-item a .thumbnail {
  width: 100%;
  aspect-ratio: 1;
  border: 4px solid #F2F2F2;
  border-radius: 1em;
  overflow: hidden;
}
.works-block .works-list .post-item a .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.works-block .works-list .post-item a .ttl {
  font-size: 153.3%;
}
@media screen and (max-width: 520px) {
  .works-block .works-list .post-item a .ttl {
    padding: 0.5em 0.2em;
  }
}
.works-block .works-list .post-item a .en-ttl {
  font-size: 106%;
  padding: 0.1em 0;
  color: #ccc;
}
.works-block .works-list .post-item a:hover {
  opacity: 1;
}
.works-block .works-list .post-item a:hover .thumbnail img {
  transform: scale(1.02);
}

/* ----------------------------------------------------------------------
シングルページ
---------------------------------------------------------------------- */
#works-single-sv {
  height: 79vh;
  padding-top: 6rem;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media screen and (max-width: 1024px) {
  #works-single-sv {
    height: 35rem;
    padding-top: 0;
  }
}
#works-single-sv .inner {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 800;
  max-width: 144.5rem;
}
@media screen and (max-width: 840px) {
  #works-single-sv .inner {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #works-single-sv .inner {
    font-size: 1rem;
  }
}
#works-single-sv .inner .works-en-title {
  font-size: 106%;
  color: #ccc;
}
#works-single-sv .inner .works-ttl {
  font-size: 565%;
  line-height: 1;
  padding: 0.2em 0;
}
@media screen and (max-width: 1024px) {
  #works-single-sv .inner .works-ttl {
    font-size: 390%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #works-single-sv .inner .works-ttl {
    font-size: 350%;
  }
}
#works-single-sv .inner .cate {
  color: #ccc;
}
#works-single-sv .info-list {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 800;
  position: absolute;
  inset: auto 2em 2em auto;
}
@media screen and (max-width: 520px) {
  #works-single-sv .info-list {
    font-size: 1rem;
    inset: auto auto 1em 2.7em;
  }
}
#works-single-sv .info-list .info-item {
  padding: 0.3em 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 1em;
  color: #B3B3B3;
}
#works-single-sv .info-list .info-item dt {
  width: 6em;
}

#works-area.single {
  padding: 0 0 21.8rem;
}
@media screen and (max-width: 520px) {
  #works-area.single {
    padding: 0 0 15rem;
  }
}
#works-area.single .works-mainimg {
  display: block;
  width: 100%;
  aspect-ratio: 192/94.3;
  overflow: hidden;
  background-color: #ccc;
}
@media screen and (max-width: 840px) {
  #works-area.single .works-mainimg {
    aspect-ratio: 1.5;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #works-area.single .works-mainimg {
    aspect-ratio: 1;
  }
}
#works-area.single .works-mainimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#works-area.single .inner {
  font-size: 1.8rem;
  line-height: 2.1666666667;
  letter-spacing: 0.12em;
  font-weight: 600;
}
@media screen and (max-width: 840px) {
  #works-area.single .inner {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #works-area.single .inner {
    font-size: 1.2rem;
  }
}
#works-area.single .inner .outline {
  padding: 15rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
@media screen and (max-width: 840px) {
  #works-area.single .inner .outline {
    padding: 10rem 0;
  }
}
#works-area.single .inner .outline .slide-box {
  width: 35%;
}
@media screen and (max-width: 840px) {
  #works-area.single .inner .outline .slide-box {
    width: 100%;
  }
}
#works-area.single .inner .outline .txt-box {
  max-width: 91rem;
  width: 63%;
}
@media screen and (max-width: 840px) {
  #works-area.single .inner .outline .txt-box {
    width: 100%;
  }
}
#works-area.single .inner .outline .txt-box > h3 {
  font-size: 220%;
}
#works-area.single .inner .img-block01 img {
  max-width: initial;
  width: 100%;
}
#works-area.single .inner .txt-block02 {
  padding: 6em 0;
}
#works-area.single .inner .txt-block02 > h4 {
  font-size: 161%;
  margin-bottom: 0.4em;
}
#works-area.single .inner .shot-list .shot-item {
  margin-bottom: 2em;
}
#works-area.single .inner .shot-list .shot-item:last-child {
  margin-bottom: 0;
}
#works-area.single .inner .shot-list .shot-item img {
  max-width: initial;
  width: 100%;
}
#works-area.single .inner .txt-block03 {
  padding: 6em 0;
}
#works-area.single .inner .img-block02 {
  margin-bottom: 4em;
}
#works-area.single .inner .img-block02 img {
  max-width: initial;
  width: 100%;
}
#works-area.single .inner .gallery-list .gallery-item {
  margin-bottom: 2em;
}
#works-area.single .inner .gallery-list .gallery-item:last-child {
  margin-bottom: 0;
}