.single {
  background-color: #CACACA;
  min-height: 100vh;
}

.single_mv {
  width: 100%;
  height: 25rem;
  object-fit: cover;
  padding-left: 17.5rem;
}

.single_set {
  display: flex;
  justify-content: center;
  padding-top: 6rem;
  padding-left: 17.5rem;
}

.single_title {
  display: flex;
  justify-content: center;
  line-height: 3rem;
  height: 3rem;
  font-family: var(--Asc);
  color: #000000;
  font-size: 3rem;
  font-weight: 500;
  /* line-height: 1.4em; */
  text-align: center;
}

.single_img_set {
  margin-top: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 93.1rem;
  height: 52.368rem;
  background-color: #FFFFFF;
}

.single_img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.single_date {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-top: -1.65rem;
  width: 13.8rem;
  height: 3.3rem;
  font-size: 2.2rem;
  font-family: var(--Asc);
  font-weight: 400;
  color: #FFFFFF;
  background-color: #000000;
  line-height: 1.36363636364em;

  font-size: clamp(20px, 2.2rem, 22px);
  letter-spacing: 0.1em;
  line-height: calc(44 / 22);
}


.single_item {
  width: 93.1rem;
  word-break: break-word;
  margin-top: 2.5rem;
  font-family: var(--Shippori);
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.45em;
  font-size: clamp(18px, 2rem, 20px);
  letter-spacing: 0.1em;
  line-height: calc(40 / 20);
}

.single_text {
  width: 93.1rem;
  height: auto;
  margin-top: 2.5rem;
  font-family: var(--NotoSans);
  font-size: 1.6rem;
  font-weight: 400;
  color: #000000;
  line-height: 2em;

  font-size: clamp(14px, 1.6rem, 16px);
  letter-spacing: 0.1em;
  line-height: calc(32 / 16);
}

.single_link_set {
  display: flex;
  justify-content: center;
  margin-top: 16.5rem;
  margin-bottom: 16.5rem;
}

.single_link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #000000;
  width: 21.2rem;
  height: 5.4rem;
  font-family: var(--NotoSans);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2em;
}

@media screen and (max-width:699.98px) {

  .single_mv {
    width: 100%;
    height: 15rem;
    padding-left: 0;
  }

  .single_set {
    padding-top: 2.5rem;
    padding-left: 0;
  }

  .single_img_set {
    margin-top: 3rem;
    width: 34.5rem;
    height: 19.406rem;
  }

  .single_date {
    margin-left: 0.5rem;
    margin-top: -1.3rem;
    width: 8.8rem;
    height: 2.6rem;
    font-size: 1.6rem;
    line-height: 1.375em;
  }

  .single_item {
    width: 34.5rem;
    margin-top: 1.2rem;
    font-size: 1.8rem;
    line-height: 1.44444444444em;
    font-size: clamp(16px, 1.8rem, 18px);
    letter-spacing: 0.1em;
    line-height: calc(36 / 18);
  }

  .single_text {
    width: 34.5rem;
    margin-top: 3.2rem;
    font-size: 1.5rem;
    line-height: 2.13333333333em;
    font-size: clamp(13px, 1.5rem, 15px);
    letter-spacing: 0.1em;
    line-height: calc(30 / 15);
  }

  .single_link_set {
    margin-top: 10rem;
    margin-bottom: 15rem;
  }
}