@charset "utf-8";
/* MV
----------------------------------------------------------------------------------------------------*/
.upper-contents {
  max-width: 192rem;
  width: 100%;
  margin: 17rem auto 0;
}
.mv-works {
  width: 100%;
  margin-bottom: 5rem;
  padding: 0 3rem;
}
.mv-works-img {
  display: flex;
  align-items: center;
  height: 55rem;
  background: url(../works/img/mv-works_pc.jpg) no-repeat;
  background-size: cover;
}
.mv-works-title {
  display: flex;
  align-items: center;
  height: 16rem;
  width: 65rem;
  background-color: #FFF;
}
.mv-works-title img {
  width: 29.6rem;
  margin-left: 1.8rem;
}
@media screen and (max-width: 1510px) {
  .upper-contents {
    margin-bottom: 13rem;
  }
}
@media screen and (max-width: 1400px) {
  .upper-contents {
    margin: 8.8rem auto 14.5rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-works {
    margin-bottom: 3rem;
    padding: 0;
  }
  .mv-works-img {
	  display: inherit;
	  height: 33rem;
	  background: url(../works/img/mv-works_sp.jpg) no-repeat;
	  background-size: cover;
	  position: relative;
  }
  .mv-works-title {
    position: absolute;
    height: 6rem;
    width: 33rem;
    top: auto;
    bottom: -0.1rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    /* 上の余白は削除（画像を下に寄せるため） */
    display: flex;
    /* flex を使って簡潔に下寄せ */
    align-items: flex-end;
    /* 子要素をコンテナの下端に揃える */
    justify-content: center;
    /* 横方向は中央 */
    box-sizing: border-box;
    background-color: #FFF;
  }
  .mv-works-title img {
    margin: 0 auto;
    width: 12.4rem;
    padding-bottom: 0;
    /* 念のため */
    align-self: flex-end;
    /* 明示的に下揃え（保険） */
  }
  .upper-contents {
    margin: 8.8rem auto 6.5rem;
  }
}
/* Section - works
----------------------------------------------------------------------------------------------------*/
.main {
  width: min(100%, 120rem);
  margin: 0 auto;
  font-feature-settings: "palt"1;
  -webkit-text-size-adjust: 100%;
}
.sec-header p {
  font-size: 2.4rem;
  line-height: 1.75;
  margin: 0 0 14rem;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .sec-header p {
    font-size: 2.1rem;
    margin: 0 0 7rem;
  }
}
@media screen and (max-width: 767px) {
  .main {
    margin: 5rem auto;
  }
  .sec-header p {
    font-size: 1.8rem;
  }
}
/* Section - Nav
----------------------------------------------------------------------------------------------------*/
.sec-nav {
      position: sticky;
    top: 180px;
    z-index: 50;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16.5rem;
}
.sec-nav__item {
  width: calc(100% / 6 - 1rem);
}
.works-item__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.2rem 1rem;
  border: 1px solid #000;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.8rem;
  transition: background-color 0.2s, color 0.2s;
}
.works-item__button:hover {
  background-color: #F5F5F5;
  transform: translateY(2px);
}
.works-item__button .button-text {
  display: inline-block;
}
.works-item__button .icon.arrow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url('../works/img/icon-arrow.svg') no-repeat center center;
  background-size: contain;
  transition: transform 0.2s;
}
/* hover時に矢印を少し動かす場合 */
.works-item__button:hover .icon.arrow {
  transform: translateY(2px);
}
@media screen and (max-width: 1024px) {
  .sec-nav {
    flex-wrap: wrap;
    margin-bottom: 10rem;
  }
  .sec-nav__item {
    width: calc(100% / 3 - 1rem);
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-nav {
    top: 100px;
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
  .sec-nav__item {
    width: calc(100% / 2 - 0.5rem);
    margin-bottom: 1rem;
  }
  .works-item__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 0.5rem;
    font-size: 1.5rem;
  }
  .works-item__button .icon.arrow {
    width: 1.5rem;
    height: 1.5rem;
  }
}
/* Section - body
----------------------------------------------------------------------------------------------------*/
.sec-body {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
.sec-body__header h3 {
  padding: 1.45rem 2rem;
  margin-bottom: 5rem;
  background-color: #F5F5F5;
  border: 1px solid #000;
  border-radius: 8px;
  font-size: 2.4rem;
  font-weight: 700;
}
.works-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15rem;
}
.works-box__list {
  display: block;
  width: 27rem;
  text-align: center;
}
.works-box__list-title h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
}
.works-box__list-img figure {
  position: relative;
  display: block;
  width: 27rem;
  height: 20rem;
  overflow: hidden;
  border: 1px solid #F5F5F5;
  margin: 0 auto;
}
.works-box__list-img figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58rem;
  height: 43rem;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.works-box__list-img figure figcaption {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.6rem;
  font-weight: 500;
}
.works-detail__button {
  display: inline-flex;
  align-items: center;
  justify-content: end;
  gap: 6rem;
  width: 100%;
  padding: 1.3rem 2rem;
  border: 1px solid #000;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.8rem;
  transition: background-color 0.6s, color 0.6s;
}
.works-detail__button:hover {
  border: 1px solid #93af2f;
  border-radius: 5px;
  background-color: #93af2f;
  color: #FFF;
}
.works-detail__button .button-text {
  display: inline-block;
}
.works-detail__button .button-icon {
  transition: transform 0.6s;
}
.works-detail__button:hover span {
  color: #FFF;
}
.works-detail__button:hover .button-icon {
  fill: #FFF;
}
@media screen and (max-width: 1024px) {
  .works-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10rem;
  }
  .works-box__list {
    display: block;
    width: calc(100% / 2 - 2rem);
    margin-bottom: 5rem;
  }
  .works-box__list-img figure {
    width: 100%;
  }
  .works-box__list-img figure a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-body {
    font-size: 1.6rem;
  }
  .sec-body__header h3 {
    padding: 1.45rem 1rem;
    margin-bottom: 3rem;
    font-size: 2rem;
  }
  .works-box {
    flex-direction: row;
    /*flex-direction: column;*/
    flex-wrap: wrap;
    gap: 4rem 1rem;
    /*gap: 5rem;*/
  }
  .works-box__list {
    /*width: 90%;*/
    width: calc(100% / 2 - 1rem);
    margin: 0 auto;
  }
  .works-box__list-title h4 {
    line-height: 1.25;
  }
  .works-box__list-img figure {
    height: 15rem;
  }
  .works-box__list-img figure figcaption {
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .works-detail__button {
  gap: 1rem;
    width: 100%;
    /*width: 90%;*/
  padding: 1.3rem 0.5rem;
    font-size: 1.5rem;
  }
}
/* Section - detail
----------------------------------------------------------------------------------------------------*/
.works {
  width: min(100%, 120rem);
  margin: 0 auto;
  font-feature-settings: "palt"1;
  -webkit-text-size-adjust: 100%;
}
.works-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
}
.works-item__image, .works-item__text {
  width: min(100%, 58rem);
}
.works-item__image figure {
  position: relative;
}
.works-item__image figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.5rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.works-item__image figure img {
  border: 1px solid #F5F5F5;
  margin: 0 auto;
}
.works-item__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.works-item__label {
  background-color: #F5F5F5;
  width: 11.5rem;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
  font-size: 2.4rem;
  padding: 1.6rem 0;
  margin-bottom: 3rem;
  box-sizing: border-box;
}
.works-item__content {
  flex: 1;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  font-size: 2.4rem;
  padding: 1.6rem 2.4rem;
  margin-bottom: 3rem;
  box-sizing: border-box;
}
.works-item__content span {
  font-size: 2rem;
}
.works-item__link {
  margin-top: 3rem;
}
.works-link__button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6rem;
  min-width: 25rem;
  padding: 1.3rem 2rem;
  border: 1px solid #000;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.8rem;
  transition: background-color 0.6s, color 0.6s;
}
.works-link__button:hover {
  border: 1px solid #93af2f;
  color: #FFF;
  border-radius: 5px;
  background-color: #93af2f;
}
.works-link__button .button-text {
  display: inline-block;
}
.works-link__button .button-icon {
  transition: transform 0.6s;
}
.works-link__button:hover span {
  color: #FFF;
}
.works-link__button:hover .button-icon {
  fill: #FFF;
}
.works-item__back {
  display: flex;
  justify-content: center;
}
.works-back__button {
  display: inline-flex;
  align-items: center;
  gap: 6rem;
  min-width: 27rem;
  padding: 1.3rem 2rem;
  border: 1px solid #000;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.8rem;
  transition: background-color 0.6s, color 0.6s;
}
.works-back__button:hover {
  border: 1px solid #93af2f;
  color: #FFF;
  border-radius: 5px;
  background-color: #93af2f;
}
.works-back__button .button-text {
  display: inline-block;
}
.works-back__button .button-icon {
  transition: transform 0.6s;
}
.works-back__button:hover span {
  color: #FFF;
}
.works-back__button:hover .button-icon {
  fill: #FFF;
}
@media screen and (max-width: 1024px) {
  .works-item {
    flex-direction: column;
  }
  .works-item__image, .works-item__text {
    width: 100%;
  }
  .works-item__text {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .works {
    margin: 0 auto;
  }
  .works-item__image {
    margin-bottom: 3rem;
  }
  .works-item__caption {
    font-size: 1.4rem;
  }
  .works-item__text {
    flex-direction: column;
    font-size: 1.8rem;
  }
  .works-item__label {
    width: 100%;
    padding: 1.6rem 0;
    margin-bottom: 0;
    border-bottom: 0;
    font-size: 1.8rem;
  }
  .works-item__content {
    width: 100%;
    padding: 1.6rem 1rem;
    margin-bottom: 3rem;
    font-size: 1.8rem;
    text-align: center;
  }
  .works-item__content span {
    font-size: 1.4rem;
  }
  .works-link__button, .works-back__button {
    font-size: 1.6rem;
  }
}
/* Anker Link */
.jump_point {
  display: block;
  padding-top: 25rem;
  margin-top: -17rem;
}
@media screen and (max-width: 767px) {
  .jump_point {
    display: block;
    padding-top: 30rem;
    margin-top: -20rem;
  }
  #works-title.jump_point {
    padding-top: 9rem;
    margin-top: -8rem;
  }
}