@charset "UTF-8";
/* CSS Document */
.spmask {
  display: block;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*--------一覧ページ--------*/
.works {
  position: relative;
  width: 100%;
  background-color: #e8e8e8;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .works {
    margin-bottom: 6rem;
  }
}
.works .tag-nav {
  position: relative;
  display: flex;
  justify-content: center;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  margin-block: -2rem 6rem;
  width: 100%;
}
.works .tag-nav a {
  text-decoration: none;
  color: #bcbcbc;
  font-weight: 400;
  transition: color 0.3s ease;
  cursor: pointer;
}
.works .tag-nav a.active, .works .tag-nav a:hover {
  color: var(--text);
}
.works .item-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 6rem;
  z-index: 10;
}
.works .item-list.is-fading {
  opacity: 0;
}
.works .item-list .item {
  position: relative;
  display: block;
  top: 0;
  text-decoration: none;
  color: inherit;
  outline: none;
}
.works .item-list .item.enter {
  opacity: 0;
  transform: translateY(1rem);
  -webkit-animation: fadeUp 0.3s ease forwards;
          animation: fadeUp 0.3s ease forwards;
}
@-webkit-keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.works .item-list .item .item-pic {
  position: relative;
  top: 0;
  width: 100%;
  overflow: hidden;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .works .item-list .item .item-pic:hover {
    top: -1.4rem;
  }
}
.works .item-list .item .item-pic img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.2s;
}
.works .item-list .item .item-pic > canvas {
  position: absolute;
  inset: 0;
  z-index: 0 !important;
  pointer-events: none;
}
.works .item-list .item-info {
  margin-top: 1rem;
  padding-left: 1rem;
}
.works .item-list .item-info .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.works .item-list .item-info .scope {
  margin-top: 0;
  font-size: max(1.2rem, 12px);
  font-weight: 400;
  line-height: 1.6;
  opacity: 0.8;
}
.works .item-list .item-info .tag {
  margin-top: 1rem;
  font-size: max(1.2rem, 12px);
  font-weight: 400;
  opacity: 0.8;
}
@media (max-width: 1100px) {
  .works .item-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .works .item-list {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
}

/*--------詳細ページ--------*/
.works_contents {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #e8e8e8;
}

.layout {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .layout {
    display: flex;
    flex-direction: column-reverse;
  }
}

.site-main {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .site-main {
    padding-top: 4rem;
  }
}
.site-main .mv {
  width: 100%;
}
.site-main .mv img {
  width: 100%;
}
.site-main .wrap {
  box-sizing: border-box;
  padding-block: 8rem;
  padding-inline: 6rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .site-main .wrap {
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .site-main .wrap {
    padding-block: 4rem;
    padding-inline: 2rem;
  }
}
.site-main .overview {
  position: relative;
}
.site-main .overview .heading {
  font-size: 2.4rem;
  font-weight: 500;
}
.site-main .overview p {
  padding-top: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .site-main .overview p {
    padding-top: 1rem;
    line-height: 1.6;
  }
}
.site-main .overview .line {
  width: auto;
  margin: 0 calc(50% - 50vw);
  border-bottom: solid 1px var(--line);
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .site-main .overview .line {
    padding-bottom: 4rem;
  }
}
.site-main .overview .listBox {
  margin-top: 2rem;
  font-size: max(1.4rem, 14px);
  font-family: "Noto Sans jp";
}
.site-main .overview .listBox .ttl {
  text-indent: -0.5rem;
  font-weight: 600;
}
.site-main .overview .listBox .list {
  margin-top: 1.6rem;
}
.site-main .overview .listBox .list.first {
  margin-top: 0;
}
.site-main .overview .listBox .list dl {
  display: flex;
  align-items: flex-start;
  padding-top: 1rem;
}
.site-main .overview .listBox .list dt {
  width: 6rem;
}
.site-main .overview .listBox .list dt.hd {
  font-weight: 600;
}
.site-main .movie, .site-main .photoBox {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .site-main .movie, .site-main .photoBox {
    margin-top: 6rem;
  }
}
.site-main .movie {
  position: relative;
}
.site-main .movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  pointer-events: none;
}
.site-main .movie.is-interactive iframe {
  pointer-events: auto;
}
.site-main .photoBox .box {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .site-main .photoBox .box {
    margin-top: 6rem;
  }
}
.site-main .photoBox .box.tate {
  width: 53.4rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .site-main .photoBox .box.tate {
    width: 100%;
    margin-top: 6rem;
  }
}
.site-main .photoBox .box.yoko {
  width: 75.8rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .site-main .photoBox .box.yoko {
    width: 100%;
    margin-top: 6rem;
  }
}
.site-main .photoBox .box .photo {
  position: relative;
  width: 100%;
}
.site-main .photoBox .box .photo img {
  width: 100%;
}
.site-main .photoBox .box p.caption {
  padding-top: 1rem;
  font-size: max(1.4rem, 14px);
  font-family: "Noto Sans jp";
}
@media screen and (max-width: 767px) {
  .site-main .photoBox .box p.caption {
    padding-top: 0.6rem;
    font-size: max(1.2rem, 12px);
  }
}
.site-main .photoBox .box ul.smp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.site-main .photoBox .box ul.smp li {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .site-main .photoBox .box ul.smp li {
    width: 30%;
  }
}
.site-main .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10rem auto 0;
  border-bottom: solid 1px #252525;
  padding-bottom: 0.8rem;
  font-size: max(1.4rem, 14px);
  font-family: "Noto Sans jp";
}
@media screen and (max-width: 767px) {
  .site-main .btn {
    margin-top: 6rem;
  }
}

.site-info {
  position: relative;
  width: 100%;
  height: 100%;
  border-left: solid 1px #8e8e8e;
  padding-top: 10rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .site-info {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .site-info {
    padding-top: 8rem;
    border-left: none;
  }
}
.site-info .wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 14rem;
  left: 0;
  box-sizing: border-box;
  padding-inline: 4rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .site-info .wrap {
    top: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .site-info .wrap {
    padding-inline: 2rem;
  }
}
.site-info_heading h2.en {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .site-info_heading h2.en {
    font-size: 3.4rem;
  }
}
.site-info_heading .jp {
  padding-top: 1rem;
  font-size: max(1.4rem, 14px);
}
@media screen and (max-width: 767px) {
  .site-info_heading .jp {
    font-size: max(1.2rem, 12px);
  }
}
.site-info_heading .tag {
  padding-top: 2rem;
  font-weight: 400;
  font-size: max(1.4rem, 14px);
}
@media screen and (max-width: 767px) {
  .site-info_heading .tag {
    font-size: 1.2rem;
  }
}
.site-info_wrap {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .site-info_wrap {
    margin-top: 2rem;
  }
}
.site-info_wrap table tr {
  display: block;
  border-bottom: solid 1px var(--line);
  padding-block: 1.2rem;
}
@media screen and (max-width: 767px) {
  .site-info_wrap table tr {
    padding-block: 1rem;
  }
}
.site-info_wrap table tr.last {
  border-bottom: none;
}
.site-info_wrap table th, .site-info_wrap table td {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .site-info_wrap table th, .site-info_wrap table td {
    display: block;
    width: 100%;
  }
}
.site-info_wrap table th {
  width: 20em;
  padding-right: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .site-info_wrap table th {
    padding-right: 0;
    border-bottom: none;
    padding-bottom: 0.6rem;
  }
}
.site-info_wrap table td {
  font-size: max(1.4rem, 14px);
  font-family: "Noto Sans jp";
}
@media screen and (max-width: 767px) {
  .site-info_wrap table td {
    padding-top: 0;
  }
}
.site-info_wrap table td a.link {
  border-bottom: solid 1px var(--line);
  padding-bottom: 0.2rem;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .site-info_wrap table td a.link:hover {
    border-bottom: solid 1px var(--gray);
  }
}

.works, .content_wrap, .worksBox, .item-list {
  overflow: visible !important;
  height: auto !important;
}
/*# sourceMappingURL=style.css.map */