@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.cdnfonts.com/css/akrobat");
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-Black.woff2") format("woff2"), url("../fonts/Akrobat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
.works .content {
  padding-bottom: 10.3rem;
}
@media only screen and (max-width: 640px) {
  .works .content {
    padding-bottom: calc(80 / 760 * 100vw);
  }
}
.works .inner {
  padding: 0 4rem;
}
@media only screen and (max-width: 640px) {
  .works .inner {
    padding: 0 calc(50 / 760 * 100vw);
  }
}

.works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 640px) {
  .works__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.works__item {
  width: 29.8245614035%;
  margin-right: 3.5087719298%;
  text-align: right;
  margin-top: 4.3rem;
}
@media only screen and (max-width: 640px) {
  .works__item {
    width: 100%;
    margin-top: 0;
  }
}

.works__body {
  margin-top: 1.4rem;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .works__body {
    margin-top: 1rem;
  }
}

.works__title {
  font-family: Akrobat;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: normal;
}
@media only screen and (max-width: 640px) {
  .works__title {
    font-size: 2rem;
  }
}

.works__text {
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .works__text {
    font-size: 3.25vw;
    line-height: 1.5;
  }
}

.button {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.83;
  font-weight: 500;
  background: #000;
  padding: 0 2.2rem 0 1.7rem;
  display: inline-block;
  margin-top: 0.4rem;
}

.work-detail .content {
  padding-top: 7.3rem;
  padding-bottom: 8.4rem;
  background: #f3eee7;
}
@media only screen and (max-width: 640px) {
  .work-detail .content {
    padding-top: calc(90 / 760 * 100vw);
    padding-bottom: calc(80 / 760 * 100vw);
  }
}
.work-detail .inner {
  padding: 0 4rem;
}
@media only screen and (max-width: 640px) {
  .work-detail .inner {
    padding: 0 calc(40 / 760 * 100vw);
  }
}

.work-detail__btn a {
  color: #fff;
  font-weight: 700;
  line-height: 2;
  background: #000;
  padding: 3px 25px 6px 52px;
  position: relative;
}
.work-detail__btn a::before {
  content: "";
  position: absolute;
  background: url("../img/works/arrow-icon.png") no-repeat center center;
  background-size: contain;
  width: 1.2rem;
  height: 2.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2.5rem;
}

.work-detail__ttl {
  margin-top: -3.3rem;
}
@media only screen and (max-width: 640px) {
  .work-detail__ttl {
    margin-top: calc(60 / 760 * 100vw);
  }
}

.work-detail__title {
  text-align: center;
  font-family: Akrobat;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: normal;
}

.work-detail__subttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .work-detail__subttl {
    font-size: 5vw;
  }
}

.work-detail__btn-bottom {
  text-align: center;
  margin-top: 5.2rem;
}
@media only screen and (max-width: 640px) {
  .work-detail__btn-bottom {
    margin-top: calc(60 / 760 * 100vw);
  }
}

.swiper {
  width: 100%;
  margin-top: 53px;
  overflow: visible;
}
@media only screen and (max-width: 640px) {
  .swiper {
    margin-top: 20px;
  }
}

.swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-slide img {
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.3);
  width: 30px !important;
  height: 50px !important;
}

.swiper-button-next:after {
  content: "›" !important;
}

.swiper-button-prev:after {
  content: "‹" !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  margin-bottom: 3px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0 !important;
}

.swiper-button-next {
  right: 0 !important;
}

.thumbnail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1%;
  margin-top: 4rem;
}
@media only screen and (max-width: 640px) {
  .thumbnail-list {
    margin-top: calc(20 / 760 * 100vw);
    gap: 2%;
  }
}
.thumbnail-list img {
  width: 8.7719298246%;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 640px) {
  .thumbnail-list img {
    width: 12%;
  }
}