@charset "UTF-8";
/*----------------------------------------------------------
* works
------------------------------------------------------------*/
#works_page {
  margin-top: 10px;
}

#works .inner {
  padding: 70px 0;
}

.works_item1,
.works_item2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.works a {
  display: block;
}

.works_img:hover {
  opacity: 0.75 !important;
  transition: 0.3s !important;
}

.works_item1 a,
.works_item2 a {
  width: 32%;
}

.works_item2 {
  margin-top: 20px;
}

/*----------------------------------------------------------
* 制作実績(works.html)
------------------------------------------------------------*/
#works-page .mainvisual {
  padding-top: 21.5%;
  background: url("./images/works/works_header_bg-min.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

#works_page .inner > .flex {
  align-items: center;
}

#works_page .work {
  align-items: center;
  margin-right: 30px;
  margin-bottom: 30px;
  width: calc(33.33333% - 20px);
  border-radius: 4px;
  cursor: pointer;
  /* z-index: 10; */
}

#works_page .work:nth-child(3n) {
  margin-right: 0;
}

#works_page .work img {
  /* width: 60%;
  padding: 20px 30px; */
  box-sizing: border-box;
  -webkit-filter: drop-shadow(2px 2px 5px #aaa);
  filter: drop-shadow(2px 2px 5px #aaa);
}

.item-demo {
  display: block;
  margin-bottom: 4px;
}

.works_cat a {
  display: inline-block;
  text-align: left;
}

/* .work a {
  position: relative;
  overflow: hidden;
}
.work a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%,-50%);
  transition-delay: .3s;
  color: #fff;
}
.work a:hover::before {
  content: "mmmmmm";
}
.work a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0%;
  width: 100%;
  background-color: #000;
  opacity: .5;
  transition: .3s ease-in-out;
  transform-origin: bottom;
}
.work a:hover:after {
  height: 100%;

} */
.popup-demo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  min-height: 100%;
  max-height: 1000%;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.popup-content {
  position: absolute !important;
  top: 10%;
  overflow: scroll;
  margin-bottom: 10%;
  /* margin-top: 500px; */
  max-width: 800px;
  border-radius: 4px;
  transform: translateY(0%);
}

/* closeボタン固定ver */
.popup-content {
  position: relative;
  display: none;
  overflow: hidden;
  background-color: #fff;
}

.popup-content .img_bg {
  margin: 40px 60px;
  margin-bottom: 0;
  background-color: ghostwhite;
}

.popup-show {
  z-index: 1000000000000000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: scroll;
  box-sizing: border-box;
  padding-bottom: 1000px;
}

.popup-show::after {
  margin-bottom: 100px;
}

.close_btn_normal {
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: right;
}

/* closeボタン固定ver */
.close_btn_normal {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 10000000000000000;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  pointer-events: none;
}

.content-demo img {
  display: block;
  margin: auto;
  padding: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-demo p {
  margin: 0;
  padding: 30px 0px;
  width: 100%;
  color: #222;
  text-align: left;
  font-size: 18px !important;
}

.content-demo .popup-content-name {
  padding-bottom: 0;
  padding-left: 40px;
}

.content-demo .popup-content-price {
  padding-top: 0;
}

.content-demo .popup-content-text {
  padding-right: 60px;
  padding-left: 60px;
}

#works-page {
  background: #ffe000;
}

#works-page main {
  position: relative;
}

#works-page main::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  display: block;
  width: 100%;
  height: 100%;
  background: url(./images/works/bg.png);
  background-size: contain;
  content: "";
  opacity: 0.1;
  pointer-events: none;
}

#works-page .mainvisual {
  padding-top: 334px;
  width: 100%;
}

@media (min-width: 2001px) {
  #works-page .mainvisual {
    padding-top: 16.7%;
  }
}
#works-page .mainvisual-img {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 auto;
  padding-top: 0;
  min-width: 2000px;
  transform: translateX(-50%);
}

#works-page .category {
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-bottom: 0;
  transform: translate(-50%, 0%);
}

#works-page h2 {
  font-family: "A1 Gothic M", "游ゴシック";
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

#works_page {
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px;
}

#works_page {
  padding: 40px 40px;
  border-radius: 18px;
}

#works_page .spView {
  display: none;
}

#works_page .inner {
  padding: 40px 40px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.6);
}

#works_page h2 img {
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  max-width: 160px;
  width: 20%;
}

#works_page .pointerEventNone {
  pointer-events: none;
}

#works_page .work {
  align-items: center;
  box-sizing: border-box;
  margin-right: 40px;
  margin-bottom: 40px;
  min-height: 220px;
  width: calc(33.33333% - 28px);
  border-radius: 8px;
  background: #42b27f;
  color: #fff;
  /* opacity: 0; */
  cursor: pointer;
  /* transition: .3s;
  transform: translateY(10px); */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#works_page .work.inview {
  opacity: 1;
  transform: translateY(0px);
}

#works_page .work.PRODUCT {
  background: #e6922f;
}

#works_page .work.WEB {
  background: #3b439b;
}

#works_page .work.MOVIE {
  background: #42b17f;
}

#works_page .work.GRAPHIC {
  background: #ce5151;
}

#works_page .work:nth-child(3n) {
  margin-right: 0;
}

#works_page .work img {
  /*   width: 60%;
  padding: 20px 30px; */
  box-sizing: border-box;
  /*   -webkit-filter: drop-shadow(2px 2px 3px #bbb);
          filter: drop-shadow(2px 2px 3px #bbb); */
  /* box-shadow: 2px 2px 3px 2px rgba(1, 1, 1, .2);
  box-shadow: 2px 2px 3px 2px rgba(1, 1, 1, .2); */
  /* border-radius: 8px; */
  border-radius: 8px 8px 0 0;
  transition: 0.3s;
  transition-timing-function: ease;
}

#works_page .work:hover .item-demo img {
  transform: scale(1.05);
}

.item-demo {
  display: block;
  overflow: hidden;
  /* margin-bottom: 8px; */
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.item-demo:hover {
  opacity: 1;
}

.works_cats {
  display: inline-block;
  padding: 2px 0;
  text-align: left;
}

.works_cat {
  display: inline-block;
  margin-right: 1em;
  padding: 2px 0;
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 2;
}

.works_cat a {
  /* 	text-decoration: underline #666; */
  color: #fff;
  font-size: 14px;
}

.works_title {
  display: inline-block;
  text-align: left;
  font-size: 14px;
}

/* .work a {
  position: relative;
  overflow: hidden;
}
.work a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%,-50%);
  transition-delay: .3s;
  color: #fff;
}
.work a:hover::before {
  content: "mmmmmm";
}
.work a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0%;
  width: 100%;
  background-color: #000;
  opacity: .5;
  transition: .3s ease-in-out;
  transform-origin: bottom;
}
.work a:hover:after {
  height: 100%;

} */
.popup-demo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  min-height: 100%;
  max-height: 1000%;
  width: 100%;
  height: 100svh;
  background: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}

.popup-content {
  /* position: absolute !important; */
  /* top: 10%; */
  /* overflow: scroll; */
  /* margin-bottom: 10%; */
  /* margin-top: 500px; */
  max-width: 900px;
  border-radius: 4px;
  transform: translateY(0%);
}

.GRAPHIC .popup-content {
  /* border: solid #c3504e 16px; */
}

.WEB .popup-content {
  /* border: solid #3b439b 16px; */
}

.PRODUCT .popup-content {
  /* border: solid #e6922f 16px; */
}

.MOVIE .popup-content {
  /* border: solid #42b17f 16px; */
}

/* closeボタン固定ver */
.popup-content {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.popup-content .img_bg {
  overflow: hidden;
  /* margin: 40px 60px; */
  margin: 0;
  margin-bottom: 0;
  background-color: ghostwhite;
}

#works_page .popup-content .img_bg img {
  margin-bottom: 0;
  margin-bottom: -8%;
  border-radius: 0;
}

.popup-show {
  z-index: 1000000000000000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: scroll;
  box-sizing: border-box;
  padding-bottom: 1000px;
}

.popup-show::after {
  margin-bottom: 100px;
}

.close_btn_normal {
  position: fixed;
  top: 20px;
  right: 23px;
  padding: 0;
  width: 34px;
  height: 34px;
  text-align: right;
  pointer-events: none;
}

/* closeボタン固定ver */
.close_btn_normal {
  position: absolute;
  top: 20px;
  /* top: -40px; */
  right: 20px;
  z-index: 10000000000000000;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  pointer-events: none;
}

.close_btn_normal img {
  pointer-events: none;
}

.content-demo img {
  display: block;
  margin: auto;
  padding: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-demo p {
  position: absolute;
  bottom: 0;
  margin: 0;
  /* padding: 30px 0px; */
  /* min-height: 60px; */
  width: 100%;
  color: #222;
  text-align: left;
  /* font-size: 18px !important; */
  font-size: 17px;
}

.content-demo .popup-content-name {
  padding-bottom: 0;
  padding-left: 40px;
  font-size: 24px;
}

.content-demo .popup-content-works_cats {
  position: absolute;
  bottom: 14%;
  z-index: 2;
  /* text-align: center; */
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.content-demo .popup-content-works_cat {
  margin: 0 8px;
  padding: 4px 16px;
  border-radius: 16px;
  background: #c3504e;
}

.content-demo .popup-content-price {
  padding-top: 0;
}

.content-demo .popup-content-text {
  position: absolute;
  bottom: 2%;
  padding-right: 60px;
  padding-left: 60px;
  min-height: 60px;
  line-height: 1.6;
}

/* .choice_cats {
	position: relative;
}
span {
  cursor: pointer;
}
.choice_cats_cat {
  display: none;
  position: absolute;
} */
.category {
  position: relative;
  z-index: 100;
  z-index: -1;
  /* 	background:#333; */
  color: #fff;
  text-align: center;
}

/*ナビゲーションを横並びに*/
.category ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  list-style: none;
}

/*2階層目以降は横並びにしない*/
.category ul ul {
  display: block;
}

.category ul li {
  position: relative;
  width: 33.3333%;
  transition: 0.15s;
}
.category ul li:hover, .category ul li.cat__active {
  transform: translateY(-10px);
}
.category ul li::after {
  z-index: -1;
  transition: 0;
  transform: translateY(20px);
}

.category .choice_cat,
.category .has-child {
  margin-right: 20px;
  border-radius: 4px 4px 0 0;
  background-color: #333;
  color: #fff;
}
@media (max-width: 768px) {
  .category .choice_cat,
.category .has-child {
    margin-right: 0;
  }
}

.category .choice_cat:first-child {
  background-color: #ffe000;
}
.category .choice_cat:first-child::after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
  background-color: #ffe000;
  content: "";
}

.category .choice_cat:first-child a {
  color: #000 !important;
}

.category .choice_cat:nth-child(2) {
  background-color: #ce5151;
}
.category .choice_cat:nth-child(2)::after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
  background-color: #ce5151;
  content: "";
}

.category .choice_cat:nth-child(3) {
  background-color: #e6922f;
}
.category .choice_cat:nth-child(3)::after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
  background-color: #e6922f;
  content: "";
}

.category .choice_cat:nth-child(4) {
  background-color: #3b439b;
}
.category .choice_cat:nth-child(4)::after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
  background-color: #3b439b;
  content: "";
}

.category .choice_cat:nth-child(5) {
  margin-right: 0;
  background-color: #42b17f;
}
.category .choice_cat:nth-child(5)::after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
  background-color: #42b17f;
  content: "";
}

.category .choice_cat > a,
.category .has-child > a {
  color: #fff !important;
}

.no-link {
  opacity: 0.7;
}

/*ナビゲーションのリンク設定*/
.category ul li a {
  display: block;
  padding: 10px 0px;
  color: #999;
  text-decoration: none;
  transition: all 0.3s;
}

/* .category ul li li a{
	padding: 10px 25px;
} */
.category ul li a:hover {
  color: #fff;
}

article.swiper-slide {
  align-items: stretch;
  /* 好きな幅 */
  flex-shrink: 0;
  padding: 10px;
  width: 30%;
  border-radius: 8px;
  background: #ce5151;
}
@media (max-width: 768px) {
  article.swiper-slide {
    padding: 8px;
    width: 45%;
  }
}
@media (min-width: 1400px) {
  article.swiper-slide {
    width: 28%;
  }
}

article.swiper-slide.WEB {
  background: #3b439b;
}

article.swiper-slide.MOVIE {
  background: #42b17f;
}

article.swiper-slide.PRODUCT {
  background: #e6922f;
}

article.swiper-slide .lazyload {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.work img {
  z-index: -1;
  vertical-align: middle;
}

.work .works_cats {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: -2%;
  border-radius: 0 0 8px 8px;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .work .works_cats {
    margin-top: -8%;
  }
}

.work.GRAPHIC .works_cats {
  display: none;
  background: #ce5151;
}

.work.WEB .works_cats {
  background: #3b439b;
}

.work.MOVIE .works_cats {
  background: #42b17f;
}

.work.PRODUCT .works_cats {
  background: #e6922f;
}

.has-child.actives {
  transform: translateY(0);
  -webkit-animation: none;
  animation: none;
}

.category--box p {
  margin: 0 auto;
  padding: 8px 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  color: #fff;
  transform: translateY(50%);
}

.category--box.GRAPHIC p {
  background: #ce5151;
}

.category--box.WEB p {
  background: #3b439b;
}

.category--box.MOVIE p {
  background: #42b17f;
}

.category--box.PRODUCT p {
  background: #e6922f;
}

.category-page main .inner {
  padding: 70px 40px 40px 40px;
}

.popup-demo {
  bottom: auto;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: 0.3s;
  transform: translate(0);
}

.popup-demo .popup-demo--inner {
  overflow: scroll;
  padding: 24px 42px;
  padding-bottom: 48px;
  /* max-width: 1200px; */
  max-width: 880px;
  max-height: 700px;
  width: 80%;
  border-radius: 24px;
  background: #fff;
  /* border: solid; */
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.popup-demo.actives {
  display: flex;
  opacity: 1;
}

.popup-demo .article-title {
  position: relative;
  display: block;
  margin-bottom: 4px;
  padding-top: 30px;
  padding-bottom: 4px;
  max-width: 900px;
  width: 100%;
  color: #fff;
  color: #000;
  text-align: left;
  line-height: 0.4;
}

.popup-demo .article-title .article-title--text {
  display: block;
  margin: 0 auto;
  max-width: 760px;
  font-family: "A1 Gothic B", "A1ゴシック M", "A1 Gothic B", "Shuei MaruGo B", "游ゴシック";
  line-height: 1.4;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.5s;
  transform: translateX(-5%);
}

.popup-demo.actives .article-title .article-title--text {
  opacity: 1;
  transform: translateX(0%);
}

.popup-demo .link {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 760px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  text-align: left;
}

#works-page .popup-demo .article-title::before {
  position: absolute;
  bottom: 0;
  left: -42px;
  display: block;
  width: calc(100% + 42px);
  height: 4px;
  content: "";
}

#works-page article.PRODUCT .article-title::before {
  background: #e6922f;
}

#works-page article.WEB .article-title::before {
  background: #3b439b;
}

#works-page article.GRAPHIC .article-title::before {
  background: #ce5151;
}

#works-page article.MOVIE .article-title::before {
  background: #42b27f;
}

#works-page .popup-demo--inner .flex {
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 760px;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 2s;
  transform: translateY(20px);
}

#works-page .popup-demo.actives .popup-demo--inner .flex {
  opacity: 1;
  transform: translateY(0px);
}

#works-page .mySwiper {
  margin: 0;
  /* width: 170px; */
  width: 140px;
}

#works-page .mySwiper .swiper-slide,
#works-page .mySwiper .swiper-slide img {
  /* width: 170px;
  height: 170px!important; */
  width: 140px;
  height: 140px !important;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#works-page .swiper .swiper-wrapper {
  align-items: center;
}

#works-page .mySwiper2 {
  margin: 0;
  /* width: calc(100% - 206px);
  height: 542px; */
  width: calc(100% - 166px);
  height: 454px;
}

#works-page .mySwiper2 .swiper-slide,
#works-page .mySwiper2 .swiper-slide img {
  min-height: 454px;
  /* min-height: 520px; */
  border-radius: 8px;
}

#works-page .mySwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

#works-page .popup-content {
  display: none;
  overflow: hidden;
  margin: 0 auto;
  padding-right: 30px;
  max-width: 820px;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

#works-page .content-demo .popup-content-name {
  position: relative;
  display: inline;
  display: inline;
  margin-bottom: 20px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-left: 0;
  padding-left: 0;
  /* padding-left: 40px; */
  padding-left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-image: linear-gradient(180deg, rgba(255, 224, 0, 0) 0%, rgba(255, 224, 0, 0) 28.5%, #ffe000 68%, rgba(255, 224, 0, 0) 100%);
  background-size: 100% 1.4em;
  background-repeat: repeat-y;
  /* background: url(./images/works/title--bg.png); */
  /* background-image: linear-gradient(180deg, rgba(255, 224, 0, 0) 0%, rgba(255, 224, 0, 0) 8.5%, rgba(255, 224, 0, 1) 100%); */
  text-align: left;
  font-size: 24px;
  line-height: 1.4;
}

#works-page .content-demo .popup-content-name--wrapper,
#works-page .content-demo .popup-content-desc--wrapper {
  display: flex;
}

#works-page .content-demo .popup-content-name--wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

#works-page .content-demo .popup-content-name--wrapper > div {
  margin-left: 24px;
  text-align: left;
}

#works-page .content-demo .popup-content-name--wrapper img {
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  margin: 0;
  margin-left: 40px;
  width: 26px;
  height: 30px;
}

/* #works-page .content-demo .popup-content-name::after {
  position: absolute;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 70%;
  background: url(./images/works/title--bg.png);
  background-size: cover;
  background-repeat: repeat-x;
  content: "";
} */
#works-page .content-demo .popup-content-desc {
  position: relative;
  padding-left: 20px;
}

#works-page .content-demo .popup-content-desc--wrapper {
  align-items: flex-start;
}

#works-page .content-demo .popup-content-desc--wrapper img {
  position: relative;
  top: 0%;
  left: 0;
  z-index: 999;
  display: block;
  margin: 0;
  margin-left: 40px;
  width: 26px;
  height: 30px;
  /* background: url(./images/works/icon--desc.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: ""; */
  transform: translate(0%, 0%);
}

#works-page .article-desc {
  position: relative;
  display: block;
  max-width: 900px;
  color: #fff;
  text-align: left;
}

.swiper06 {
  background: url(../img/top/sec04--bg.jpg);
  background-position: center;
  background-size: cover;
}
.swiper06 .youtube-wrap {
  position: relative;
  overflow: hidden;
  margin: auto;
  margin-top: 20px;
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
}
.swiper06 .youtube-wrap img {
  display: block;
  width: 100%;
  height: auto;
  outline: 3px solid #fff;
  outline-offset: -3px;
}
.swiper06 .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
  background: url("https://www.gstatic.com/images/branding/product/1x/youtube_64dp.png") no-repeat center center;
  background-size: contain;
  opacity: 0.85;
  transform: translate(-50%, -50%) scale(1.1);
}

.sec04 {
  padding-right: 0;
  padding-left: 0;
}
.sec04 .swiper {
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.sec04 .swiper-wrapper {
  transition-timing-function: linear !important;
  will-change: transform;
}
.sec04 .swiper-wrapper .works_cats span {
  position: absolute;
  color: #fff;
  text-rendering: optimizeLegibility;
  font-family: system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}