/* ==================================
	single
	================================== */
.single-inner {
  position: relative;
  width: 53.9%;
  margin: 0 auto;
  padding-bottom: 12rem;
  overflow: hidden;
}

.single-top {
  position: relative;
  margin-bottom: 6.4rem;
  padding-bottom: 4.8rem;
}

.single-top::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cecece;
  content: "";
}

.single-title {
  margin-bottom: 4rem;
  font-size: 3.8rem;
  font-weight: 700;
}

.single-works-tag-item {
  margin-right: 1rem;
  padding: 0.6rem 1.4rem;
  border-radius: 50rem;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.single-information-meta {
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  pointer-events: none;
}

.single-information-meta span:nth-of-type(2) {
  display: block;
  width: 1px;
  height: 1.9rem;
  margin: 0 1.6rem;
  background: #000;
}

@media screen and (min-width: 1500px) {
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
}

@media (max-width: 780px) {
    .single-inner {
          width: 90%;
    }
	.single-top {
		
	}
	.single-title {
		font-size: 2.2rem;
		margin-bottom: 2.4rem;
	}
	.single-works-tag-item {
		
	}
	.single-information-meta {
		font-size: 1.2rem;
	}
}

/* ==================================
	single block
	================================== */
.single-content > *:last-child {
  margin-bottom: 0;
}

.single-content h2 {
  margin-bottom: 4rem;
  font-size: 2.2rem;
  font-weight: 700;
}

.single-content h3 {
  position: relative;
  margin-bottom: 2.4rem;
  padding-left: -6rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-indent: 6rem;
}

.single-content h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 1px;
  background: #000;
  content: "";
  transform: translateY(-50%);
}

.single-content p {
  margin-bottom: 4rem;
  font-size: 1.8rem;
}

.single-content a {
  display: inline-block;
  border-bottom: solid 1px #886e21;
  color: #886e21;
  font-size: 1.8rem;
}

.single-content figure {
  margin-top: 8rem;
  margin-bottom: 4rem;
}

.single-content hr {
  margin-top: 6.4rem;
  margin-bottom: 6.4rem;
  border-width: 1px;
  color: #cecece;
}

.br-after-link {
  margin-top: 1.6rem;
}
@media screen and (min-width: 1500px) {
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
}

@media (max-width: 780px) {
	.single-content h2 {
      margin-bottom: 2.4rem;
      font-weight: 500;
    }

    .single-content h3 {
      position: relative;
      margin-bottom: 1.6rem;
      padding-left: -6rem;
      font-size: 1.4rem;
      font-weight: 500;
    }
    .single-content p {
      margin-bottom: 3.2rem;
      font-size: 1.4rem;
    }

    .single-content a {
      font-size: 1.4rem;
    }

    .single-content figure {
      margin-top: 6.4rem;
      margin-bottom: 3.2rem;
    }
}

/* ==================================
	single-bottom
	================================== */
.single-bottom-wrap {
  margin-bottom: 12rem;
}

.single-bottom-inner {
  position: relative;
  padding-top: 12rem;
}

.single-bottom-inner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cecece;
  content: "";
}

.single-bottom-list {
  justify-content: space-between;
  width: 65.2%;
  margin-left: auto;
}

.single-bottom-item {
  width: 47.8%;
}

.single-bottom-thumbnail {
  overflow: hidden;
}

.single-bottom-thumbnail {
  margin-bottom: 2rem;
  aspect-ratio: 420/264;
}

.single-bottom-thumbnail img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-bottom-categories {
  margin-bottom: 2.8rem;
}

.single-bottom-tag {
  margin-right: 1rem;
  padding: 0.6rem 1.4rem;
  border-radius: 50rem;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
}

.single-bottom-tag:last-child {
  margin-right: 0;
}

.single-bottom-text {
  font-size: 1.8rem;
  line-height: 1.8000000847710504;
  letter-spacing: 0.022em;
}

.single-bottom-btn {
  margin: 0 auto;
}

@media only screen and (max-width: 780px) {
  .single-bottom-wrap {
	margin-bottom: 8rem;
  }
	
  .single-bottom-inner {
    flex-direction: column;
	padding-top: 8rem;
  }

  .single-bottom-l {
    width: 100%;
    margin-bottom: 4.8rem;
  }

  .single-bottom-list {
    flex-direction: column;
    width: 100%;
  }

  .single-bottom-item {
    width: 100%;
    margin-bottom: 4rem;
  }

  .single-bottom-item:last-child {
    margin-bottom: 0;
  }

  .single-bottom-text {
    font-size: 1.6rem;
  }

  .single-bottom-categories {
    margin-bottom: 2.4rem;
  }
}
