.ytp-title {
  display: none !important;
}

.contentsarea .contents {
  padding: 0;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.works {
  width: 100%;
  margin: 0 auto;
}
.works .works__inner {
  width: 100%;
  max-width: 950px;
  padding: 55px 0 0;
  margin: 15px auto 0;
}
@media screen and (max-width: 960px) {
  .works .works__inner {
    width: 89.3333333333svw;
    max-width: 100%;
    padding: 0;
    margin: 34.6666666667svw auto 0;
  }
}
.works .works__inner .works__movie {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
.works .works__inner .works__movie iframe {
  position: relative;
  pointer-events: auto;
}
.works .works__inner .works__img {
  width: 100%;
  position: relative;
}
.works .works__inner .works__ttl {
  margin-top: 60px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
  letter-spacing: 0.055em;
  color: #29A0A0;
  text-wrap: auto;
  word-break: break-all;
}
@media screen and (max-width: 960px) {
  .works .works__inner .works__ttl {
    margin-top: 13.3333333333svw;
    font-size: 5.8666666667svw;
    line-height: 8.5333333333svw;
  }
}
.works .works__inner .works__category {
  margin-top: 16px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #29A0A0;
}
@media screen and (max-width: 960px) {
  .works .works__inner .works__category {
    margin-top: 5.3333333333svw;
    font-size: 4.2666666667svw;
    line-height: 6.1333333333svw;
  }
}
.works .works__inner .works__contents {
  margin-top: 13px;
}
@media screen and (max-width: 960px) {
  .works .works__inner .works__contents {
    margin-top: 3.4666666667svw;
  }
}
.works .works__inner p {
  min-height: 32px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #29A0A0;
}
@media screen and (max-width: 960px) {
  .works .works__inner p {
    min-height: 8svw;
    font-size: 4svw;
    line-height: 8svw;
  }
}
.works .works__inner a {
  text-decoration: underline;
  text-decoration-color: #29A0A0;
  text-decoration-thickness: 2px;
  transition: 0.3s;
  text-wrap: auto;
  word-break: break-all;
}
@media screen and (max-width: 960px) {
  .works .works__inner a {
    text-decoration-thickness: 0.5333333333svw;
  }
}
.works .works__inner a:hover {
  opacity: 0.7;
}
.works .works__inner iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
}
.works .works__more {
  width: 100%;
  height: 466px;
  padding: 80px 0 0;
  margin-top: 80px;
  background-color: #EDEDED;
  overflow: hidden;
  border-radius: 50px 50px 0 0;
}
@media screen and (max-width: 960px) {
  .works .works__more {
    height: 139.2svw;
    padding: 16svw 0 0;
    margin-top: 14.6666666667svw;
    border-radius: 8svw 8svw 0 0;
  }
}
.works .works__more .works__moretxtarea {
  width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .works .works__more .works__moretxtarea {
    width: 100%;
  }
}
.works .works__more .works__moretxtarea h2 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #29A0A0;
}
@media screen and (max-width: 960px) {
  .works .works__more .works__moretxtarea h2 {
    font-size: 4.8svw;
    line-height: 6.9333333333svw;
    margin: 0 auto;
  }
}
.works .works__more .viewall {
  display: flex;
}
@media screen and (max-width: 960px) {
  .works .works__more .viewall {
    margin-top: 13.6svw;
    justify-content: center;
  }
}
.works .works__more .viewall a {
  margin-right: 10px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #29A0A0;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .works .works__more .viewall a {
    font-size: 4.2666666667svw;
    line-height: 6.4svw;
  }
}
.works .works__more .viewall .viewall__arrow {
  width: 25px;
  height: 25px;
  margin-top: auto;
  border-radius: 50%;
  border: 1px solid #29A0A0;
  position: relative;
  z-index: 2;
}
.works .works__more .viewall .viewall__arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #29A0A0;
  border-radius: 50%;
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  transition: 0.5s;
}
.works .works__more .viewall .viewall__arrow span {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: calc(50% - 1px);
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 3;
}
.works .works__more .viewall .viewall__arrow span::before {
  content: "";
  width: 7px;
  height: 2px;
  background-color: #29A0A0;
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s cubic-bezier(0.1, 0.6, 0.68, 1);
}
.works .works__more .viewall .viewall__arrow span::after {
  content: "";
  width: 2px;
  height: 7px;
  background-color: #29A0A0;
  position: absolute;
  top: 0;
  right: 0;
  transition: background-color 0.3s cubic-bezier(0.1, 0.6, 0.68, 1);
}
.works .works__more .viewall:hover .viewall__arrow::after {
  transform: scale(1);
  transform-origin: center;
  opacity: 1;
}
.works .works__more .viewall:hover .viewall__arrow span::before {
  background-color: #fff;
}
.works .works__more .viewall:hover .viewall__arrow span::after {
  background-color: #fff;
}
.works .works__more .works__moreslider {
  width: 100%;
  height: 167px;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .works .works__more .works__moreslider {
    height: 44.5333333333svw;
    margin-top: 13.6svw;
  }
}
.works .works__more .works__moreslider .swiper-slide {
  width: 297px;
  height: 167px;
  margin: 0 15px;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 960px) {
  .works .works__more .works__moreslider .swiper-slide {
    width: 79.2svw;
    height: 44.5333333333svw;
    margin: 0 4svw;
    border-radius: 2.1333333333svw;
  }
}
.works .works__more .works__moreslider .swiper-slide a {
  width: 100%;
  height: 100%;
  padding: 27px 20px 0 30px;
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .works .works__more .works__moreslider .swiper-slide a {
    padding: 5.3333333333svw;
  }
}
.works .works__more .works__moreslider .swiper-slide a .works__morepostttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.06em;
  color: #fff;
  opacity: 0;
  text-wrap: auto;
  word-break: break-all;
}
@media screen and (max-width: 960px) {
  .works .works__more .works__moreslider .swiper-slide a .works__morepostttl {
    font-size: 3.2svw;
  }
}
.works .works__more .works__moreslider .swiper-slide a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.works .works__more .works__moreslider .swiper-slide a:hover .works__morepostttl {
  opacity: 1;
}
.works .works__more .works__moreslider .swiper-slide .works__morepostimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.works .works__more .works__moreslider .swiper-slide .works__morepostimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}/*# sourceMappingURL=single.css.map */