.works_title {
  color: #e55207;
  font-family: "owners-xxwide", sans-serif;
  font-size: 4.5rem;
  font-style: italic;
  font-weight: 800;
  line-height: 4.3rem;
}

.works_title_border {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e55207;
  color: transparent;
  font-family: "owners-xxwide", sans-serif;

  font-size: 4.5rem;
  font-style: italic;
  font-weight: 800;
  /* 106.724% */
}

.title_works {
  opacity: 0;
  position: fixed;
  margin-left: -0.75rem;
  margin-top: -0.6rem;
}

.main {}

.dot_orange_title {
  position: absolute;
  width: 17rem;
  top: 29rem;
  left: -5rem;
}

.dot_orange {
  position: absolute;
  top: -9rem;
  left: 61rem;
  width: 16rem;
  z-index: 0;
}

.dot_orange_2 {
  position: absolute;
  top: 55rem;
  left: 76rem;
  width: 16rem;
  z-index: 0;
}

.dot_orange_3 {
  position: absolute;
  top: 93rem;
  left: 19rem;
  width: 16rem;
  z-index: 0;
}

.dot_orange_4 {
  position: absolute;
  top: -9rem;
  left: 61rem;
  width: 16rem;
  z-index: 0;
}

.sparkle_1 {
  position: absolute;
  top: 3rem;
  left: 24rem;
  width: 5.8rem;
  transform: rotate(-26deg);
}

.sparkle_2 {
  position: absolute;
  top: 40.4rem;
  left: 9rem;
  width: 6.8rem;
  transform: rotate(32deg);
}

.sparkle_3 {
  position: absolute;
  top: 107rem;
  left: 17rem;
  width: 6.8rem;
  transform: rotate(-26deg);
}

.sparkle_4 {
  position: absolute;
  top: 3rem;
  left: 24rem;
  width: 5.8rem;
  transform: rotate(-26deg);
}

/* 1) article__header を左に固定 */
.article__header {
  /* ビューポート基準で固定 */
  top: 0;
  /* 上からの位置（必要に応じて調整） */
  left: 0;
  /* 画面の高さいっぱい */
  z-index: 100;
  /* 重なり順。必要に応じて */
  /* 背景色がないと下のコンテンツが透けて見えるので… */
  background: #221B18;
}

/* 2) 固定ヘッダー分だけ右にずらして、スクロール＆右寄せ */
.works_contents {
  margin-right: 3rem;
  margin-left: 32.1875rem;
  /* ← header width と合わせる */
  /* 画面高をまるっと使う */
  overflow-y: auto;
  /* 縦スクロールON */
  /* お好みで余白調整 */
  box-sizing: border-box;
  /* padding 含めてサイズ計算 */
}

.works_contents_items {
  margin-top: 9.5625rem;
  margin-bottom: 9.5625rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 4.9375rem 3rem;
  opacity: 0;
}

.works_contents_item {
  overflow: hidden;
  /* ← これがポイント！ */
  position: relative;
}

.works_contents_item_title {
  color: #FFF;
  font-family: "owners-text", sans-serif;
  font-size: 1.9rem;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.263px;
  margin-top: 15px;
}

.works_contents_item_caption {
  color: #FFF;

  font-family: "Noto Sans";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-feature-settings: "palt";
  transform: scale(0.8, 1);
  transform-origin: left center;
  margin-top: -2.348px;
}

.works_contents_img_wrapper {
  border-radius: 1rem;
  /* ← 角丸をここで指定 */
  overflow: hidden;
  /* ← 拡大画像のはみ出し防止 */
  width: 100%;
  height: auto;
}

.works_contents_item_role {
  color: #868484;
  font-family: "source-han-sans-japanese", sans-serif;
  font-feature-settings: "palt";
  transform: scale(0.8, 1);
  transform-origin: left center;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.803px;
  margin-top: 18.36px;
  letter-spacing: 0.4px;
  width: 640px;
}

.works_contents_img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.works_contents_img_div {
  overflow: hidden;
}

.works_contents_item:hover .works_contents_img {
  transform: scale(1.1);
  /* 1.1〜1.2くらいが自然 */
}
.works_portfolio{
  border: solid 0.05px;
}
@media screen and (max-width:767px) {

  .works_contents_item{
  pointer-events: none;
    /* 1.1〜1.2くらいが自然 */
  }

  .article__header {
    position: static;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 100;
    background: #221B18;
  }

  .works_contents {
    margin-top: 9.05rem;
    margin-left: 0px;
    height: auto;
    overflow-y: unset;
    padding: 1.6875rem;
    box-sizing: border-box;
    margin-bottom: 0rem;
    margin-right: 0rem;
  }

  .works_contents_items {
    margin-top: 2.5625rem;
    display: flex;
    flex-direction: column;
    gap: 3.65rem 3rem;
  }

  .works_contents_item_title {
    color: #FFF;
    font-family: "owners-text", sans-serif;
    font-size: 1.4375rem;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.263px;
    margin-top: 12px;
  }

  .works_contents_item_caption {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-feature-settings: "palt";
    transform: scale(0.8, 1);
    transform-origin: left center;
    margin-top: -2.348px;
  }

  .works_title {
    color: #e55207;
    font-family: "owners-xxwide", sans-serif;
    font-size: 3rem;
    font-style: italic;
    font-weight: 800;
    line-height: 2.875rem;
  }

  .works_title_border {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e55207;
    color: transparent;
    font-style: italic;
  }

  .title_works {
    position: absolute;
    margin-top: -0.6rem;
    margin-left: -0.95rem;
  }

  .works_deco {
    position: relative;
  }

  .dot_orange_title {
    position: absolute;
    width: 9.375rem;
    top: 0rem;
    left: 0rem;
  }

  .dot_orange {
    position: absolute;
    width: 7.375rem;
    top: 1rem;
    left: -3rem -48px;
  }

  .sparkle_6 {
    position: absolute;
    width: 5.375rem;
    top: -1rem;
    left: 16rem;
    transform: rotate(10deg);
  }

  .dot_orange_title {
    position: absolute;
    width: 9.375rem;
    top: -3rem;
    left: 17rem;
  }

  .works_contents_item {
    width: auto;
  }

  .works_contents_img {
    border-radius: 0.8125rem;
  }

  .works_contents_items {
    margin-bottom: 0rem;
  }

  /* スマホ用 slick 修正 */
  .other_works_img_div {
    width: 100%;
  }

  .other_works_img_div .slick-list,
  .other_works_img_div .slick-track {
    width: 100% !important;
    display: flex !important;
  }

  .other_works_img_div .slick-slide {
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .other_works_img_div img {
    width: auto;
    max-width: 90%;
    height: auto;
  }

  .dot_orange_3 {
    position: absolute;
    top: 93rem;
    left: -3rem;
    width: 16rem;
    z-index: 0;
  }
}