@charset "UTF-8";
@import url("./archive.css");

/* =============================================
   News single detail
   ============================================= */

.single-news .p-pageMv__content {
  max-width: 720px;
  margin: 0 auto;
  color: #fff;
}

.single-news .p-pageMv__content .newsInfo {
  display: flex;
  align-items: center;
  gap: 0 12px;
  margin-bottom: 20px;
}

.single-news .p-pageMv__content .cate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  height: 30px;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.35);
}

.single-news .p-pageMv__content .date {
  font-size: 1.4rem;
  letter-spacing: .08em;
  opacity: .85;
}

/* Lead */
main.single-news .p-lead,
body.single-news .p-lead,
.single-news .p-lead {
	padding-top: 100px;
	padding-bottom: 40px;
}

@media screen and (max-width: 650px) {
	main.single-news .p-lead,
	body.single-news .p-lead,
	.single-news .p-lead {
		padding-top: 80px;
		padding-bottom: 40px;
	}
}

/* News Header */
.p-newsHeader {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
}

.p-newsHeader__title {
	font-size: 2.8rem;
	font-weight: var(--fw-bold);
	line-height: 1.5;
	color: #333;
	margin-bottom: 20px;
}

.p-newsHeader__meta {
	display: flex;
	align-items: center;
	gap: 0 12px;
}

.p-newsHeader__cate {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 110px;
	height: 30px;
	border-radius: 999px;
	background-color: #ee7d80;
}

.p-newsHeader__cateText {
	font-size: 1.4rem;
	font-weight: var(--fw-bold);
	color: #fff;
	letter-spacing: .08em;
}

.p-newsHeader__date {
	font-size: 1.4rem;
	color: #666;
	letter-spacing: .08em;
}

@media screen and (max-width: 810px) {
	.p-newsHeader__title {
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 650px) {
	.p-newsHeader {
		margin-bottom: 32px;
		padding-bottom: 24px;
	}
	
	.p-newsHeader__title {
		font-size: 2.2rem;
		margin-bottom: 16px;
	}
	
	.p-newsHeader__meta {
		flex-wrap: wrap;
		gap: 8px 12px;
	}
}

.single-news .p-leadDesc {
	margin: 32px auto 0;
	max-width: 768px;
	width: 100%;
}

.single-news .p-leadDesc .text {
	font-size: 1.6rem;
	line-height: 1.9;
	color: #333;
}

@media screen and (max-width: 650px) {
	.single-news .p-leadDesc {
		margin: 24px auto 0;
		width: 90%;
	}
}

/* Other news */
.p-other {
  padding: 100px 0 100px;
}

@media screen and (max-width: 650px) {
	.p-other {
		padding: 80px 0 100px;
	}
}

.p-other .c-inner {
  max-width: 720px;
}

.p-other__titleJa {
  margin-top: 8px;
  font-size: 2rem;
  line-height: 1;
  display: block;
}

@media (min-width: 501px) {
  .p-other__titleJa {
    margin-top: 15px;
    font-size: 2.2rem;
  }
}

@media (min-width: 651px) {
  .p-other__titleJa {
    font-size: 2.4rem;
  }
}

@media (min-width: 811px) {
  .p-other__titleJa {
    font-size: 2.6rem;
  }
}

@media (min-width: 1081px) {
  .p-other__titleJa {
    margin-top: 16px;
    font-size: 2.8rem;
  }
}

.p-other .p-newsList {
  margin-top: 30px;
  max-width: 720px;
}

.p-other .c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  color: #333;
  font-size: 1.8rem;
  padding-right: calc(var(--space-4) + 28px);
  position: relative;
}

.p-other .c-button .buttonText {
  color: #333;
  font-size: 1.8rem;
  text-align: center;
  flex: 0 0 auto;
}

.p-other .c-button:hover .buttonText {
  color: #fff;
}

.p-other .c-button .buttonArrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
