body {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  line-height: 1.7;
  color: #313131;
  background: #fff;
}

.works {
  padding: 0 0 100px;
}

.works__inner {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .works__inner {
    max-width: 1130px;
    margin: 0 auto;
  }
}

.works__heading {
  padding-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .works__heading {
    padding-top: 77px;
  }
}

.works__heading-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 5.3333333333vw;
  line-height: normal;
  letter-spacing: 1.8px;
}
@media (min-width: 768px) {
  .works__heading-title {
    font-size: 40px;
  }
}

.works__about {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .works__about {
    margin-top: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .works__about {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.works__about-img {
  opacity: 0;
}
.works__about-img.fadeIn {
  opacity: 1;
  -webkit-animation: fadeIn 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fadeIn 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media (min-width: 768px) {
  .works__about-img img {
    width: 44vw;
  }
}

.works__about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  opacity: 0;
}
.works__about-content.fadeIn {
  opacity: 1;
  -webkit-animation: fadeIn 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fadeIn 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media (min-width: 768px) {
  .works__about-content {
    width: 44vw;
    gap: 20px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.works__about-lead {
  color: #ED959D;
  font-size: 15px;
  font-weight: 300;
}

.lead-en {
  font-family: "Cormorant", serif;
  font-size: 20px;
}

.works__about-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  letter-spacing: 2.52px;
}
@media (min-width: 768px) {
  .works__about-title {
    font-size: 30px;
    letter-spacing: 2.7px;
  }
}

.works__about-text {
  font-weight: 300;
}

.works__about-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.works__btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}

.works__detail-item-link {
  display: block;
  padding: 6px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  border: 1px solid #ED959D;
  background: transparent;
  color: #ED959D;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.works__detail-item-link:hover {
  background: #ED959D;
  color: #fff;
}

.works__detail {
  margin-top: 90px;
}
@media (min-width: 768px) {
  .works__detail {
    margin-top: 70px;
  }
}

.works__detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .works__detail-list {
    gap: 50px;
  }
}

.works__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
@media (min-width: 768px) {
  .works__detail-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 42px;
  }
}

.works__detail-item-title {
  width: 96px;
  border-bottom: 1px solid #ED959D;
  font-weight: 500;
}
@media (min-width: 768px) {
  .works__detail-item-title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.works__detail-item-text {
  font-weight: 300;
}

.works__images {
  margin-top: 100px;
  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;
  gap: 9px;
}

.works__images-pc {
  display: none;
}
@media (min-width: 768px) {
  .works__images-pc {
    display: block;
    width: 556px;
    height: 60vh;
    overflow-y: scroll;
    -webkit-box-shadow: 0px 4px 10px -5px gray;
            box-shadow: 0px 4px 10px -5px gray;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .works__images-pc::-webkit-scrollbar {
    display: none;
  }
}

.works__images-sp {
  width: 80vw;
  height: 40vh;
  overflow-y: scroll;
  -webkit-box-shadow: 0px 4px 10px -5px gray;
          box-shadow: 0px 4px 10px -5px gray;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.works__images-sp::-webkit-scrollbar {
  display: none;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .works__images-sp {
    height: 80vh;
  }
}
@media (min-width: 768px) {
  .works__images-sp {
    display: none;
  }
}

.scrollbar {
  position: relative;
  width: 34px;
  height: 168px;
}

.scrollbar__text {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 110px;
  color: #ED959D;
  font-size: 10px;
  font-family: "Cormorant", serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .scrollbar__text {
    font-size: 15px;
  }
}

.scrollbar__decoration {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1px;
}
.scrollbar__decoration::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #ED959D;
}
.scrollbar__decoration::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ED959D;
  -webkit-animation: circleMove 3s ease-in-out infinite, circleMoveHide 3s ease-out infinite;
          animation: circleMove 3s ease-in-out infinite, circleMoveHide 3s ease-out infinite;
}

@-webkit-keyframes circleMove {
  0% {
    bottom: 95px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes circleMove {
  0% {
    bottom: 95px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes circleMoveHide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes circleMoveHide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.btn {
  padding: 11px 50px 12px 32px;
  margin: 100px auto 0;
  display: block;
  position: relative;
  width: 231px;
  text-align: center;
  background: transparent;
  border: 1px solid #ED959D;
  border-radius: 30px;
  color: #ED959D;
  font-family: "Cormorant", serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 0.8;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.btn::after {
  content: "";
  position: absolute;
  background: url(../images/arrow-pink.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 19px;
  top: 50%;
  -webkit-transform: translateY(-33%);
          transform: translateY(-33%);
  right: 26px;
}
.btn:hover {
  color: #fff;
  background: #ED959D;
}
.btn:hover::after {
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}