*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
	margin: 0;
	background: #242424;
	color: #f7d9c4;
	font-family: 'Georgia', 'Noto Sans JP',serif;
}

img,
iframe {
  max-width: 100%;
}

a {
color: #ffa399;
transition: color 0.2s ease;
}

a:visited {
color: #f28686;
}

a:hover {
color: #ffd2c9;
}

a:active {
color: #ffffff;
}
h2{
	font-size: 110%;
	font-family:Times New Roman;
	font-weight: bold;
	/*text-decoration:underline;:*/
}
.topimage {
	position: relative;
	width: 100%;
	height: 400px;
	background-image: url("../img/RigelTheatre_Topimage_2026.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 55% 37%;
	background-color: #2e3a56;
}
.site-wrapper {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	background: #2e3a56;
}

.section-line {
	width: min(96%, 1150px);
	max-width: 100%;
	border: 0;
	border-top: 1px solid #f7d9c4;
}
.center {
 	text-align: center;
}
.main-layout {
	display: grid;
	gap: 24px;
	justify-content: center;
  	margin-top: 18px;
	margin-bottom: 12px;
}

.content-compact {
  font-size: 0.875rem;
}

/* セクションタイトル文字 */
.section-title {
  font-family: "Times New Roman", serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #EEEEEE;
  text-align: center;
  margin-top: -4px;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.section-title-first {
  color: #DD6661;
  font-size: 1.25em;
  margin-right: -0.03em;
}

/* News Section */
.recent-news {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
	margin-top: 40px;
}

.news-layout {
	width: min(100%, 1100px);
	max-width: 1100px;
	padding: 0 16px;
	margin: 0 auto 38px;
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.mini-news-list {
	display: grid;
	gap: 14px;
}
.news-date {
	text-align: center;
}
.news-link a {
color: #ff9b8f;
font-weight: bold;
}

.news-link {
margin-bottom: 14px;
}

.news-blank {
height: 6px;
margin: 0;
}
.news-card-body {
	padding: 14px 10px 4px;
}
.news-card-main {
	text-align: left;
	max-width: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid #f7d9c4;
	color: #f7d9c4;
	padding: 12px;
}
.news-card-main h3 {
	font-size: 1.05rem;
	line-height: 1.6;
}

.news-card-main p {
	font-size: 0.95rem;
	line-height: 0.9;
}
.news-link {
	margin-bottom: 20px;
}
.news-text a {
	overflow-wrap: anywhere;
	word-break: break-word;
}
.news-card-main img {
	transition: transform 0.25s ease, opacity 0.25s ease;
	width: 100%;
	max-height: 520px;
	object-fit: cover;
	object-position: center;
	display: block;
}
.news-card-mini {
	text-align: left;
	border: 1px solid #f7d9c4;
	max-width: 100%;
	overflow: hidden;
	padding: 14px;
	background: rgba(0, 0, 0, 0.18);
}
.news-card-mini img {
	transition: transform 0.25s ease, opacity 0.25s ease;
	width: 100%;
	height: 120px;
	object-fit: cover;
	object-position: center;
	display: block;
	margin-bottom: 10px;
}

.news-card-mini h3 {
	font-size: 0.7rem;
	line-height: 1.55;
}
.news-card-mini p,
.news-card-mini a {
	font-size: 0.8rem;
}

.news-card-main a:hover img,
.news-card-mini a:hover img,
.album-item a:hover img {
	transform: scale(1.030);
	opacity: 0.92;
}

.news-archive-list {
  max-width: 900px;
  margin: 40px auto 0;
  display: grid;
  gap: 16px;
}

.news-archive-list .news-card-mini {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
  align-items: center;
}


.discography-section {
	max-width: 1000px;
	margin: 0 auto 10px;
	padding: 0 20px;
	text-align: center;
}

.album-series {
	margin-bottom: 20px;
}

.album-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 26px;
}

.album-item img {
	transition: transform 0.25s ease, opacity 0.25s ease;
	width: 100%;
	max-width: 500px;
	height: auto;
	display: block;
	margin: 0 auto;
	border: 1px solid #dd6756;
}

.album-item p {
  margin: 6px 0 0;
  color: #ffcdaa;
  font-size: 0.85rem;
  font-weight: bold;
  text-align: center;
}
.album-series h3 {
	font-size: 1.10rem;
	line-height: 1.3;
    font-weight: bold;
}


.hero-sns {
  background: rgba(51, 73, 78, 0.488);
  backdrop-filter: blur(6px);

  padding: 10px 8px;
  border-radius: 12px;
	position: absolute;

	right: 20px;
	top: 44px;

  display: flex;
  flex-direction: column;
  gap: 14px;

  z-index: 20;
}

.hero-sns img {
  width: 30px;
  height: 30px;

  opacity: 0.87;

  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.hero-sns a:hover img {
  opacity: 0.85;
  transform: translateY(-2px);
}

/* footer */
.footer-section {
  text-align: center;
}

.footer-symbol {
  color: #DD6661;
  text-align: center;
  line-height: 1.2;
  opacity: 0.8;
  font-size: 0.8rem;
}

.footer-symbol .large {
  font-size: 1.6rem;
}

.footer-message {
  text-align: center;
  color: #f7d9c4;
  font-size: 0.95rem;
  margin: 24px 0;
}

.footer-credit {
  text-align: center;
  color: #f7d9c4;
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  margin: 28px 0;
}

.footer-logo {
  margin: 30px auto 16px;
  opacity: 0.85;
}

.footer-logo img {
	box-shadow: 0 8px 24px rgba(0,0,0,0.34);
  width: 300px;
  height: auto;
}


@media (max-width: 700px) {
  .album-list {
    grid-template-columns: 1fr;
  }
  .news-layout {
    display: block;
    width: 100%;
    padding: 0 14px;
  }

  .news-card-main,
  .news-card-mini {
    width: 100%;
    max-width: 100%;
  }

  .news-text,
  .news-card-body {
    overflow-wrap: anywhere;
    word-break: break-word;
  }


  .hero-sns {
    position: absolute;
    top: 92px;
    right: 10px;
    transform: scale(0.82);
    transform-origin: top right;
  }
  #topNav > ul {
    display: flex;
    flex-wrap: wrap;
  }

  #topNav > ul > li {
    flex: 1 1 30%;
  }

  #topNav li a {
    text-align: center;
    padding: 6px 7px;
    font-size: 0.84rem;
  }
}

@media (max-width: 900px) {
	.main-layout {
		grid-template-columns: 1fr;
	}
	.topimage {
		height: 220px;
		background-size: cover;
		background-position: 55% 37%;
	}
	.news-card-main {
		max-width: 100%;
		overflow: hidden;
	}
	.news-layout,
	.news-archive-list {
		grid-template-columns: 1fr;
		width: 100%;
		max-width: 860px;
		padding: 0 16px;
		margin: 0 auto 48px;
		gap: 24px;
	}
	#news-list-main,
	#news-list-sub,
	.news-card-main,
	.news-card-mini,
	.news-card-body,
	.news-text {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}
	.news-card-main img {
		width: 90%;
		max-height: 500px;
		max-width: 100%;
		object-fit: cover;
		object-position: center;
		display: block;
	}
	.news-card-mini img {
		width: 80%;
		height: 500px;
		max-width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	.news-archive-list .news-card-mini {
		grid-template-columns: 1fr;
	}

	.news-archive-list .news-card-mini img {
		width: 70%;
		height: 300px;
		
		object-fit: cover;
		object-position: center;
	}

	.album-list {
		grid-template-columns: 1fr;
	}
}
}
@media (max-width: 520px) {
	.topimage {
		height: 180px;
		background-position: 58% top;
	}
}


/* About RT Page */
.About-layout {
	padding: 24px 20px 0;
  	display: grid;
  	grid-template-columns: 260px 1fr;
  	gap: 24px;
  	justify-content: center;
	margin-top: 18px;
	margin-bottom: 12px;

}

.About-logo {
  margin: 30px auto 16px;
  opacity: 0.85;
}

.About-logo img {
	box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  	width: 400px;
  	height: auto;
}


@media (max-width: 900px) {
  .About-layout {
    grid-template-columns: 1fr;
  }
}