.special_items {
  /* width: 95%; */
  max-width: 1260px;
  margin: 0 auto;
}

.top-special-items-container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 90px;
  width: 95%;
}

@media only screen and (max-width: 869px) {
  .top-special-items-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.top-special-items-head {
  font-family: "adobe-garamond-pro", "ヒラギノ明朝 W3 JIS2004",
    "Hiragino Mincho W3 JIS2004", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial,
    Verdana, sans-serif;
  text-align: center;
  font-size: 26px;
  margin: 0 0 90px 0;
}
@media only screen and (max-width: 869px) {
  .top-special-items-head {
    font-size: 26px;
    margin: 0 0 50px 0;
  }
}

.top-special-items-left-img {
  width: 50%;
  height: 360px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 869px) {
  .top-special-items-left-img {
    width: 100%;
    height: 60vw;
  }
}

.top-special-items-left-img-child {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  position: absolute;
}
@media only screen and (max-width: 869px) {
  .top-special-items-left-img-child {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    position: absolute;
  }
}

.top-special-items-right {
  width: 50%;
  padding-left: 57px;
}

@media only screen and (max-width: 869px) {
  .top-special-items-right {
    width: 100%;
    padding: 0;
  }
}

.top-special-items-title {
  margin-bottom: 80px;
  font-size: 24px;
  font-family: "adobe-garamond-pro", "ヒラギノ明朝 W3 JIS2004",
    "Hiragino Mincho W3 JIS2004", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial,
    Verdana, sans-serif;
  text-align: center;
}
@media only screen and (max-width: 869px) {
  .top-special-items-title {
    margin-bottom: 20px;
    font-size: 16px;
    padding-top: 20px;
    text-align: center;
  }
}

.top-special-items-description {
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 14px;
  font-family: "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  word-break: break-all;
}
@media only screen and (max-width: 869px) {
  .top-special-items-description {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;
    word-break: break-all;
    font-family: "adobe-garamond-pro", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, serif;
  }
}

.top-special-items-body {
  display: flex;
  justify-content: center;
}

.top-special-items-btn {
  background-color: black;
  font-family: "adobe-garamond-pro", "ヒラギノ明朝 W3 JIS2004",
    "Hiragino Mincho W3 JIS2004", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial,
    Verdana, sans-serif;
  color: white;
  font-size: 14px;
  padding: 23px 85px;
}
@media only screen and (max-width: 869px) {
  .top-special-items-btn {
    background-color: black;
    color: white;
    font-size: 12px;
    padding: 10px 40px;
  }
}
.top-special-items-btn:hover {
  background-color: black;
  color: white;
}
