:root {
--pink: #e86ca5;
--cream: #fff7fb;
--choco: #7b4a2d;
--accent: #ffe2ee;
--radius: 1rem;
}

body {
	font-family: 'Zen Maru Gothic', sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #333;
}
header {
	text-align: center;
}
header img {
	max-width: 100%;
}

.header {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 640 / 203; /* 元画像の比率で高さを自動調整 */
	background-image: url('../image/background.jpg');
	background-size: cover;
	background-position: center;
	color: #f5979e;
}
.header-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	white-space: nowrap;
	font-size: 1.5vw;
	line-height: 1.2;
}
.header h2{
	margin:0;
	padding:0;
	font-size: 4.5vw;
	font-weight:normal;
}

.news, .pickup, .schedule, .reviews, .footer {
	max-width: 1000px;
	margin: 20px auto;
	padding: 0 10px;
}
.news h2, .pickup h2, .schedule h2, .reviews h2 {
	font-size: 1.5em;
	color: #e75480;
}
footer {
	background: #f3a4c2;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
}
a { text-decoration:none; }
footer a { color:#fef600; }

.footer-link{
	text-align:center;
	font-size:0.9em;
}
.footer-link a { text-decoration:none; }
.footer-link a { color:#7c7c7c; }

.banners{
	margin-top:10px;
	text-align:center;
}
.banners img{ max-width:100%; }
.image-row {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 0px;
	padding: 10px;
	overflow-x: auto;
}
.image-row a {
	display: block;
}
.image-row img {
	width: 100%;
	max-width: 210px;
	height: auto;
}

.castcontainer {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: flex-start;
}

/* PAGETITLE------------- */
.pagetitle{
	width:100%;
	margin-bottom:20px;
	text-align:center;
}
.line1{ font-size: 3vw; font-weight:normal; color:#4f4f4f; }
.line2{ font-size: 1.2vw; font-weight:normal; color:#8a8a8a; }

/* SCHEDULE------------- */
.schedulebox {
	float: left;
	width: 13.4%;
	margin:0.2%;
	background-color: #fff0f7;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 14px;
	line-height: 15px;
	overflow: hidden;
	cursor: pointer;
	height: 120px;
	line-height: 120px;
}

strong.expiration {
	color: #fff;
	background: #2e2426;
	border: 2px solid #2e2426;
	padding: 1px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
	display: block;
	margin: 0 3px;
}
strong.last {
	color: #fff;
	background: #ffa6d0;
	border: 2px solid #ffffff;
	padding: 1px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
	display: block;
	margin: 0 3px;
}

.schedule-link {
	text-decoration:none;
	color:#f2a5c7;
	display:block;
}
.schedule-btn {
	margin:10px;
	padding:5px;
	background-color: #ffffff;
	border: 2px solid #f2a5c7;
	border-radius:10px;
	transition: background-color 0.3s;
	text-align:center;
	font-size:1.2em;
}

.schedule-link:hover .schedule-btn {
	background-color: #ffdeed;
}

.schedule-cast {
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
}
.schedule-cast ul {
	display: flex;
	flex-wrap: wrap;
}
.schedule-cast ul li {
	height: 170px;
	flex-basis: calc(100% / 8);
}
.schedule-cast_img {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #d9d9d9;
}
.schedule-cast_img p a {
	text-decoration: underline;
}
.schedule-cast_img img {
	margin-bottom: 1rem;
	max-width: 80px;
}
.schedule-cast_day {
	display: flex;
	flex-direction: column;
}

.schedule-cast_data {
	background-color: #f4efeb;
	flex-grow: 0.5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #fff;
}
.schedule-cast_time {
	background-color: #fff;
	flex-grow: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #d9d9d9;
}
.schedule-cast ul li:last-child .schedule-cast_time,
.schedule-cast ul li:last-child .schedule-cast_data {
	border-right: none;
}
.sunday {
	color: #d42324;
}
.saturday {
	color: #295ab4;
}

/* schedule */
#sched-cast-list {
	width: 100%;
	padding: 0;
	text-align: center;
	font-family: sans-serif;
	font-style: normal;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.sched-today-title{
	width: calc(100% - 20px);
	padding: 10px;
	background-color: #444444;
	color: #ffffff;
	font-size: 1.8rem;
}
.sched-cast {
	position: relative;
	width: calc(100% / 6 - 2px - 10px);
	margin: 5px;
	height: auto;
	color: #555555;
	background-color: #ffffff;
	border-radius: 0px;
	text-align: center;
	font-size: 1.6rem;
	overflow: hidden;
}
.sched-cast-photo {
	position: relative;
	padding: 5px 0;
}
.sched-cast-photo img {
	width: auto;
	height: auto;
}
.sched-cast-limited {
	position: absolute;
	top: 4px;
	right: 4px;
	margin: 0;
	padding: 2px 4px;
	color: #ffffff;
	background: rgba(251, 98, 31, 0.7);
	box-shadow: 0px 1px 6px #fb1f76;
	border: 2px solid #ffffff;
	border-radius: 4px;
	font-size: 1.2rem;
}
.sched-cast-newface {
	position: absolute;
	top: 4px;
	right: 4px;
	margin: 0;
	padding: 2px 4px;
	color: #ffffff;
	background: #1ffb4fd0;
	box-shadow: 0px 1px 6px #1ffb31;
	border: 2px solid #ffffff;
	border-radius: 4px;
	font-size: 1.2rem;
}
.sched-cast-kirakira {
	position: absolute;
	top: 4px;
	left: 4px;
	margin: 0px;
	padding: 4px 6px;
	color: #ffffff;
	background: rgba(251, 31, 118, 0.7);
	box-shadow: 0px 1px 6px #fb1f76;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 1.2rem;
	line-height: 1.2;
}
.sched-cast-last {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #ffffff;
	padding: 4px 0px;
	background: rgba(251, 6, 103, 0.6);
	border-radius: 4px 4px 0px 0px;
	margin: 0px;
	font-size: 0.85em;
	width: 100%;
}
.sched-cast-expiry {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fb0667;
	padding: 4px 0px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 4px 4px 0px 0px;
	margin: 0px;
	font-size: 0.85em;
	width: 100%;
}
.sched-cast-name {
	margin: 0;
	padding: 0;
	font-size: 1.8vw;
	font-weight:normal;
	color: #505050;
	overflow: hidden;
	white-space: nowrap;
}
.sched-cast-desc {
	margin-top:5px;
	padding: 5px 0 10px 0;
	font-size: 1.0rem;
	color:#ffffff;
	background-color:#48c0d9;
	border-radius:30px;
}

/* schedule week */
.sched-weektbl {
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
	border: 2px #f3f3f3 solid;
	border-right: 0;
	background: #f3f3f3;
	font-size: 0.8em;
	text-align: center;
	font-family: sans-serif;
	font-style: normal;
	table-layout: fixed;
}
.sched-weektbl-left {
	width: calc(100% / 8 - 2px);
	padding: 8px 0;
	background-color:#ffffff;
	border-right: 2px #f3f3f3 solid;
	text-align:center;
}
.sched-weektbl img {
	margin: 2px 0;
}
.sched-weektbl-name {
	font-size: 0.8rem;
}
.sched-weektbl-top {
	width: calc(100% / 8 - 2px);
	height: 3.0rem;
	background: #f4efeb;
	border-right: 2px #f3f3f3 solid;
	border-bottom: 2px #f3f3f3 solid;
}
.sched-weektbl-middle {
	height: 36px;
	padding: 0 2px;
	background: #ffffff;
	border-right: 2px #f3f3f3 solid;
}
.sched-weektbl-bottom {
	padding: 2px;
	padding-bottom: 15px;
	background: #ffffff;
	border-right: 2px #f3f3f3 solid;
	vertical-align: top;
}
.sched-weektbl a{ color:#333; text-decoration:none; }

/* weekly-profile */
.weekly-profile {
	display: flex;
	color:#000000;
}
.weekly-profile li {
	flex-basis: calc(100% / 7);
	display: flex;
	flex-direction: column;
}
.weekly-profile li p {
	width: 100%;
	text-align: center;
	padding: 0.5rem 0;
}
.weekly-profile li p:first-child {
	background-color: #feda62;
	border-right: 1px solid #fff;
}
.weekly-profile li p:last-child {
	height: 85px;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #d9d9d9;
}
.weekly-profile li:last-child p:first-child {
	border-right: none;
}
.weekly-profile li:last-child p:last-child {
	border-right: none;
}

@media only screen and (max-width: 499px){
	.sched-weektbl {
	width: 122%;
	margin-left: 4px;
	margin-bottom: -10px;
	border: 1px #f3f3f3 solid;
	border-right: 0;
	font-size: 1.2rem;
	transform-origin: top left;
	transform: scale(0.8);
	}
	.sched-weektbl-left {
	padding: 4px 0;
	border-right: 1px #f3f3f3 solid;
	text-align:center;
	}
	.sched-weektbl-name {
	font-size: 1.0rem;
	}
	.sched-weektbl-top {
	width: calc(100% / 8 - 1px);
	height: 2.6rem;
	border-right: 1px #f3f3f3 solid;
	border-bottom: 1px #f3f3f3 solid;
	}
	.sched-weektbl-middle {
	height: 24px;
	border-right: 1px #f3f3f3 solid;
	}
	.sched-weektbl-bottom {
	padding-bottom: 10px;
	border-right: 1px #f3f3f3 solid;
	}
	.system-table{ width:90%; }
}

/* schedule-item */
.schedule-item {
	text-align: center;
	padding: 10px;
	background: #ffffff;
}
.schedule-item-photo {
	position: relative;
	padding: 0;
}
.schedule-item-photo img {
	width: auto;
	height: auto;
	max-width:100%;
}
.schedule-item-name{
	margin:0;
	font-size:1.2em;
}
.schedule-item-thresize{
	margin:5px 0;
	color:#888888;
}
.schedule-item-schedule{
	height:25px;
	margin:0;
	padding:3px;
	color:#888888;
	background-color:#46bfd8;
	border-radius:10px;
	color:#ffffff;
	overflow:hidden;
}

/* coming */
.coming {
	display: flex;
	justify-content: center; /* 水平方向 */
	align-items: center;     /* 垂直方向 */
	width:100%;
	height:300px;
}
.coming-center{ text-align:center; }

/* h1,h2,h3 */
h1, h2, h3 {
	color: var(--pink);
	margin: 0 0 0.6rem;
}
h1 { font-size: 1.9rem; }
h2.system { font-size: 1.4rem; border-left: 6px solid var(--pink); padding-left: 0.4rem; }
h3 { font-size: 1.1rem; }

/* section */
section {
	background: #ffffff;
	border-radius: var(--radius);
	padding: 1.4rem 1.2rem;
	margin-bottom: 1.2rem;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* レスポンシブPC&タブレット
--------------------------------------------------	*/
@media screen and (min-width:1000px){
	#wrapper {
		max-width: 1000px;	/* 最大幅を指定 */
		margin: 0 auto;		 /* 中央揃え */
		padding: 0;
	}
	#newsbox{
		display: flex;
		background-color:#f29ec2;
		padding:20px;
		color:#ffffff;
	}
	#newsbox-left{
		width:30%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 180px;
	}
	#newsbox-right{
		flex:1;
		padding:20px 0;
		max-height: 180px;
		overflow: auto;
	}
	#contents {
		display: flex;
		flex-direction: column;
	}
	#contents-left{
		width:730px;
		margin:10px 0;
		padding-right:10px;
		overflow: hidden;
		background-color:#ffffff;
	}
	#contents-right{
		flex:1;
		margin:10px 0;
		padding:0px;
		background-color:#ffffff;
		text-align:center;
	}
	.index-schedule{
		margin-top:0;
		padding-bottom:20px;
		border:2px solid #f29ec2;
		border-radius:10px;
	}
	.schedule-grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
	}

	/* castbox */
	.castbox {
		width: 150px; /* 固定幅 */
		box-sizing: border-box;
	}
	.castbox-image{
		width:100%;
		height: auto;
		position: relative;
		height: auto;
		display: block;
	}
	.castbox .info {
		padding: 10px;
	}
	.castbox .castname {
		font-weight: bold;
		margin-bottom: 4px;
		font-size: 1.1em;
		font-weight:normal;
		text-align:center;
	}
	.castbox .castshcedule {
		color: #666;
		font-size: 0.9em;
	}
	.profile-comment-left{
		float:left;
		width:45%;
		margin:10px;
		padding:10px;
		border:2px solid #ba91cf;
		border-radius:20px;
	}
	.profile-comment-right{
		float:left;
		width:45%;
		margin:10px;
		padding:10px;
		border:2px solid #61c9de;
		border-radius:20px;
	}

	.scheduletable {
		width:100%;
		margin-bottom:20px;
	}
	.scheduletable th {
		background: #f4efeb;
		text-align:center;
		font-size:0.8em;
		color:#333333;
	}
	.scheduletable p {
		width:80px; height:25px; margin:0; padding:0; overflow:hidden; color:#ffffff;
	}
	.scheduletable td {
		width:80px;
		background: #ffffff;
		text-align:center;
		font-size:0.8em;
	}
	.scheduletable td:first-child {
		background: #ffffff;
		color: #fff;
		text-align: center;
	}
	.scheduletable td:before {
		content:attr(data-label);
		display:none;
	}
}
/* レスポンシブSP
--------------------------------------------------	*/
@media screen and (max-width:1009px){
	#wrapper {
		margin: 0 auto;		 /* 中央揃え */
		padding: 0;
	}
	#newsbox{
		background-color:#f29ec2;
		padding:20px;
		color:#ffffff;
	}
	#newsbox-left{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#newsbox-right{
		padding:20px 0;
		max-height: 100px;
		overflow: auto;
	}
	#contents{ margin:10px; }
	#contents-left{
		width:100%;
		margin:0;
		padding:0px;
	}
	#contents-right{
		width:100%;
		margin:0;
		padding:0px;
		text-align:center;
	}
	.index-schedule{
		margin-top:10px;
		padding-bottom:20px;
		border:2px solid #f29ec2;
		border-radius:10px;
	}
	.schedule-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.schedule-item {
		border: 1px solid #eee;
		text-align: center;
		padding: 10px;
		background: #fff0f5;
	}
	.schedule-item img {
		width: 100%;
	}
	/* castbox */
	.castbox {
		width: calc(50% - 10px); /* 5つ並べるために100%÷5（gap調整込） */
		background-color: #f0f0f0;
		border-radius: 10px;
		overflow: hidden;
		text-align: center;
		castbox-shadow: 0 2px 5px rgba(0,0,0,0.1);
	}
	.castbox-image{
		width:100%;
		height: auto;
		position: relative;
		height: auto;
		display: block;
	}
	.castbox .info {
		padding: 10px;
	}
	.castbox .castname {
		font-weight: bold;
		margin-bottom: 4px;
		font-size: 2.8vw;
		font-weight:normal;
		text-align:center;
	}
	.castbox .castshcedule {
		color: #666;
		font-size: 0.9em;
	}

	.profile-comment-left{
		width:95%;
		margin:10px;
		padding:10px;
		border:2px solid #ba91cf;
		border-radius:20px;
	}
	.profile-comment-right{
		width:95%;
		margin:10px;
		padding:10px;
		border:2px solid #61c9de;
		border-radius:20px;
	}
	.scheduletable {
		width:100%;
		table-layout: fixed;
		margin-bottom:20px;
	}
	.scheduletable .thead {
		display: none;
	}
	.scheduletable p {
		margin:0; padding:0; color:#ffffff;
	}
	.scheduletable td {
		display: block;
		text-align: right;
		width: 100%;
		background: #ffffff;
		border-bottom:2px solid #ebe0d7;
	}
	.scheduletable td:first-child {
		background: #f4efeb;
		text-align:center;
		border:0;
	}
	.scheduletable td:before {
		content: attr(data-label);
		float:left;
		margin-right:10px;
	}
}