@charset "utf-8";

/*====================
  Work一覧ページ
====================*/
/*----- カテゴリー -----*/
.l-contentsWorkTop_category {
  overflow: hidden;
  display: flex;
  white-space: nowrap;
  height: 19.9rem;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .l-contentsWorkTop_category {
    max-width: 76.7rem;
    height: 9rem;
  }
}

.l-contentsWorkTop_category--inner {
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  gap: 2.8rem;
  margin: -10rem 0;
  padding: 1rem 2.8rem 0;
}

@media screen and (max-width: 1199px) {
  .l-contentsWorkTop_category--inner {
    gap: 3rem;
    padding: 0 2rem 1.5rem;
  }
}

.l-contentsWorkTop_category--item {
  display: block;
  font-family: var(--mwsans);
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 0.5rem 0;
  padding: 1rem 0;
}

@media screen and (max-width: 1199px) {
  .l-contentsWorkTop_category--item {
    margin: 0.5rem 0;
    padding: 0 0 1rem;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsWorkTop_category--item {
    font-size: 1.6rem;
  }
}

.l-contentsWorkTop_category--item.current {
  border-bottom: solid 0.1rem #fff;
}

/*----- Work一覧 -----*/
.l-contentsWorkList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-family: var(--mwsans);
}

@media screen and (max-width: 767px) {
  .l-contentsWorkList {
    flex-direction: column;
  }
}

.l-contentsWorkList_item {
  overflow: hidden;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .l-contentsWorkList_item {
    width: 100%;
  }
}

.l-contentsWorkList_item--link {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: 48.25rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsWorkList_item--link {
    min-height: 44rem;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsWorkList_item--link {
    min-height: 49rem;
  }
}

.l-contentsWorkList_item--link_image {
  transition: transform 0.5s ease;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.l-contentsWorkList_item--link_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.l-contentsWorkList_item--link_text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .l-contentsWorkList_item--link_text {
    gap: 1.4rem;
  }
}

.l-contentsWorkList_item--link_name--brand {
  font-size: 2rem;
  line-height: 1.35;
}

@media screen and (max-width: 767px) {
  .l-contentsWorkList_item--link_text {
    font-size: 1.6rem;
  }
}

.l-contentsWorkList_item--link_name--name {
  font-size: 4rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .l-contentsWorkList_item--link_name--name {
    font-size: 2.8rem;
  }
}

/* ホバー時 */
.l-contentsWorkList_item:hover .l-contentsWorkList_item--link_image {
  transform: scale(1.25);
}

/*----- LOAD MOREボタン -----*/
.l-contentsWorkList_loadmore {
  cursor: pointer;
  position: relative;
  z-index: 10;
  margin: -3.1rem auto 4rem;
}

.l-contentsWorkList_loadmore--image {
  position: relative;
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  border: solid 0.1rem #fff;
  background: #fff;
  border-radius: 50%;
}

.l-contentsWorkList_loadmore--image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% / 62 * 15);
  height: auto;
}

.l-contentsWorkList_loadmore--text {
  font-size: 2rem;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1.5rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsWorkList_loadmore--text {
    font-size: 1.6rem;
  }
}

/*====================
  Work詳細ページ
====================*/
.l-contentsWorkSingle_article {
  max-width: 120rem;
  margin: 0 auto 11rem;
  padding: 0 2rem;
}

@media screen and (max-width: 767px) {
  .l-contentsWorkSingle_article {
    margin-bottom: 6.5rem;
    padding: 0;
  }
}

/*----- メインビジュアル -----*/
.l-contentsWorkSingle_mVisual {
  margin: 3rem 0 9.5rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsWorkSingle_mVisual {
    margin-bottom: 12.8rem;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsWorkSingle_mVisual {
    margin: 0 0 4rem;
  }
}

.l-contentsWorkSingle_mVisual--videos {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

@media screen and (max-width: 767px) {
  .l-contentsWorkSingle_mVisual--videos {
    gap: 1.6rem;
    margin-bottom: 4rem;
  }
}

/* 動画の場合 */
.l-contentsWorkSingle_mVisual--video {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: calc(100% / 1920 * 1080);
}

@media screen and (max-width: 767px) {
  .l-contentsWorkSingle_mVisual--video {
    padding-bottom: calc(100% / 1920 * 1080);
  }
}

.l-contentsWorkSingle_mVisual--video_thumbnail {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.l-contentsWorkSingle_mVisual--video_video {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.l-contentsWorkSingle_mVisual--video_video iframe {
  width: 100%;
  height: 100%;
}

.l-contentsWorkSingle_mVisual--video:not(.play)
  .l-contentsWorkSingle_mVisual--video_thumbnail
  + .l-contentsWorkSingle_mVisual--video_video {
  opacity: 0;
}

.l-contentsWorkSingle_mVisual--video_playicon {
  transition: all 0.3s ease;
  pointer-events: none;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  font-size: 1rem;
  width: 12em;
  height: 12em;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
}

.l-contentsWorkSingle_mVisual--video_playicon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  height: 0;
  border-top: 2.1em solid transparent;
  border-bottom: 2.1em solid transparent;
  border-left: 2.7em solid #fff;
}

.l-contentsWorkSingle_mVisual--video.play .l-contentsWorkSingle_mVisual--video_thumbnail {
  display: none;
}

.l-contentsWorkSingle_mVisual--video.play .l-contentsWorkSingle_mVisual--video_video {
  pointer-events: all;
}

.l-contentsWorkSingle_mVisual--video.play .l-contentsWorkSingle_mVisual--video_playicon {
  opacity: 0;
}

/*----- 上部コンテンツ -----*/
.l-contentsWorkSingle_topContent {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
  .l-contentsWorkSingle_topContent {
    flex-direction: column;
  }
}

/*----- テキスト -----*/
.l-contentsWorkSingle_text {
  flex-basis: 92rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsWorkSingle_text {
    flex-basis: auto;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsWorkSingle_text {
    order: 1;
    padding: 0 2rem;
  }
}

.l-contentsWorkSingle_text--title {
  margin-bottom: 2rem;
}

.l-contentsWorkSingle_text--title_brand {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .l-contentsWorkSingle_text--title_brand {
    font-size: 1.6rem;
  }
}

.l-contentsWorkSingle_text--title_name {
  display: block;
  font-size: 6.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .l-contentsWorkSingle_text--title_name {
    font-size: 3.6rem;
  }
}

.l-contentsWorkSingle_text--text p {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsWorkSingle_text--text p {
    line-height: calc(23 / 20);
  }
}

@media screen and (max-width: 767px) {
  .l-contentsWorkSingle_text--text p {
    font-size: 1.6rem;
    line-height: calc(23 / 16);
  }
}

.l-contentsWorkSingle_text--text strong {
  font-weight: 700;
}

/*----- 受賞歴 -----*/
.l-contentsWorkSingle_awards {
  min-width: calc(100% - 92rem);
  max-width: calc(100% - 92rem);
  margin: 4rem 0 0;
}

@media screen and (max-width: 1199px) {
  .l-contentsWorkSingle_awards {
    display: flex;
    flex-wrap: wrap;
    min-width: min-content;
    max-width: max-content;
    width: 100%;
    margin: 7.5rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsWorkSingle_awards {
    order: 3;
    min-width: 100%;
    margin: 5rem 0 0;
    padding: 0 2rem;
  }
}

.l-contentsWorkSingle_awards--item {
  display: flex;
  justify-content: center;
  width: 23rem;
  margin: 0 auto 8rem;
  padding-left: 10rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsWorkSingle_awards--item {
    width: 12rem;
    margin: 0 3rem 5rem;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsWorkSingle_awards--item {
    width: 50%;
    margin: 0 0 5rem;
    padding: 0;
  }

  .l-contentsWorkSingle_awards--item > * {
    width: 50%;
    margin: 0 auto;
  }
}

/*----- ロール -----*/
.l-contentsWorkSingle_role {
  margin-top: 5rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsWorkSingle_role {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsWorkSingle_role {
    order: 2;
    margin-top: 2rem;
    padding: 5rem 9%;
    background: #e5e5e1;
  }
}

.l-contentsWorkSingle_role--head {
  font-size: 2rem;
  line-height: 1.5;
  text-transform: uppercase;
}

.l-contentsWorkSingle_role--body {
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .l-contentsWorkSingle_role--body {
    font-size: 2.4rem;
  }
}

/*----- 下部コンテンツ -----*/
.l-contentsWorkSingle_bottomContent {
  display: flex;
  gap: 5.5rem;
  margin-top: 8rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsWorkSingle_bottomContent {
    gap: 3%;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsWorkSingle_bottomContent {
    display: block;
    margin-top: 4rem;
    padding: 0 2rem;
  }
}

/*----- エージェンシー -----*/
.l-contentsWorkSingle_agencies {
  flex-basis: 27.5rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsWorkSingle_agencies {
    flex-basis: 47%;
  }
}

.l-contentsWorkSingle_agencies--head {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: calc(36 / 24);
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .l-contentsWorkSingle_agencies--head {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.l-contentsWorkSingle_agencies--list {
  margin-top: 1rem;
}

.l-contentsWorkSingle_agencies--list_item {
  font-size: 2rem;
  line-height: 1.6;
}

@media screen and (max-width: 1199px) {
  .l-contentsWorkSingle_agencies--list_item {
    line-height: calc(23 / 20);
  }
}

@media screen and (max-width: 767px) {
  .l-contentsWorkSingle_agencies--list_item {
    font-size: 1.6rem;
    line-height: calc(23 / 16);
  }
}

/*----- エクスパタイズ -----*/
.l-contentsWorkSingle_expertise {
  flex-basis: 22rem;
}

@media screen and (max-width: 1199px) {
  .l-contentsWorkSingle_expertise {
    flex-basis: 42%;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsWorkSingle_expertise {
    margin-top: 3.4rem;
  }
}

.l-contentsWorkSingle_expertise--head {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: calc(36 / 24);
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .l-contentsWorkSingle_expertise--head {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.l-contentsWorkSingle_expertise--list {
  margin-top: 1rem;
}

.l-contentsWorkSingle_expertise--list_item {
  display: inline;
  font-size: 2rem;
  line-height: 1.6;
}

@media screen and (max-width: 1199px) {
  .l-contentsWorkSingle_expertise--list_item {
    line-height: calc(23 / 20);
  }
}

@media screen and (max-width: 767px) {
  .l-contentsWorkSingle_expertise--list_item {
    font-size: 1.6rem;
    line-height: calc(23 / 16);
  }
}

.l-contentsWorkSingle_expertise--list_item:not(:last-child)::after {
  content: ", ";
}

/*----- 前へ、次へ -----*/
.l-contentsWorkSingle_controls {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  background: #c8c7c4;
}

@media screen and (max-width: 1199px) {
  .l-contentsWorkSingle_controls {
    display: none;
  }
}

.l-contentsWorkSingle_controls--item {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  height: 10rem;
}

.l-contentsWorkSingle_controls--item_text--brand {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.35;
}

.l-contentsWorkSingle_controls--item_text--name {
  font-size: 1.6rem;
  line-height: 1.35;
}

.l-contentsWorkSingle_controls--item_arrow {
  width: 3rem;
}

/* 次へのみ */
.l-contentsWorkSingle_controls--item.next {
  text-align: right;
  margin-left: auto;
}
