@charset "UTF-8";

.cast-mirror-renewal {
	--renewal-ink: #181116;
	--renewal-navy: #4f1f2f;
	--renewal-navy-2: #8f243b;
	--renewal-paper: #ffffff;
	--renewal-soft: #fff7f8;
	--renewal-line: #ead9de;
	--renewal-muted: #74636a;
	--renewal-blue: #6f2e48;
	--renewal-red: #d84b61;
	--renewal-rose: #d84b61;
	--renewal-wine: #8f243b;
	--renewal-gold: #c99a3d;
	--renewal-green: #6d8057;
	--renewal-teal: #2f766d;
	--renewal-copper: #b86b45;
	--renewal-plum: #7c3b5d;
	--renewal-rose-soft: #fff1f5;
	--renewal-blue-soft: #f7edf1;
	--renewal-gold-soft: #fff7e8;
	--renewal-shadow: 0 18px 48px rgba(95,31,47,.18);
	--renewal-shadow-soft: 0 12px 30px rgba(95,31,47,.1);
	--ink: var(--renewal-ink);
	--navy: var(--renewal-navy);
	--navy-2: var(--renewal-navy-2);
	--paper: var(--renewal-paper);
	--soft: var(--renewal-soft);
	--line: var(--renewal-line);
	--muted: var(--renewal-muted);
	--blue: var(--renewal-blue);
	--red: var(--renewal-red);
	--rose: var(--renewal-rose);
	--wine: var(--renewal-wine);
	--gold: var(--renewal-gold);
	--green: var(--renewal-green);
	--teal: var(--renewal-teal);
	--copper: var(--renewal-copper);
	--plum: var(--renewal-plum);
	--rose-soft: var(--renewal-rose-soft);
	--blue-soft: var(--renewal-blue-soft);
	--gold-soft: var(--renewal-gold-soft);
	--shadow: var(--renewal-shadow);
	--shadow-soft: var(--renewal-shadow-soft);
	background:
		radial-gradient(circle at 12% 0%, rgba(201,154,61,.12), rgba(201,154,61,0) 28%),
		linear-gradient(180deg, #fff8fb 0%, #fff 38%, #f8fbfb 100%);
	color: var(--ink);
}

body.cast-mirror-renewal,
body.cast-member-layout-renewal {
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
}

body.cast-mirror-renewal > main,
body.cast-mirror-renewal > #main_contents,
body.cast-member-layout-renewal > #main_contents {
	flex: 1 0 auto;
	width: 100%;
}

.cast-member-layout-renewal {
	background: #efefef;
}

.cast-member-layout-renewal::before {
	display: none;
}

.cast-member-layout-renewal .site-header,
.cast-member-layout-renewal .bottom-nav,
.cast-member-layout-renewal .footer-note,
.cast-member-layout-renewal .area-modal {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

.cast-mirror-renewal .site-header {
	position: sticky;
	top: 0;
	z-index: 60;
	border-bottom: 1px solid rgba(143,36,59,.1);
	background: rgba(255,255,255,.92);
	box-shadow: 0 14px 38px rgba(95,31,47,.08);
	backdrop-filter: blur(16px);
	text-align: left;
}

.cast-mirror-renewal .header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: min(1160px, calc(100% - 32px));
	min-height: 72px;
	margin: 0 auto;
}

.cast-mirror-renewal .site-header .logo {
	display: inline-flex;
	align-items: center;
	margin: 0;
	font-size: 0;
	line-height: 1;
}

.cast-mirror-renewal .site-header .logo img {
	display: block;
	width: auto;
	height: 46px;
	max-width: 100%;
}

.cast-mirror-renewal .header-nav {
	display: flex;
	align-items: center;
	gap: 18px;
	color: var(--navy);
	font-size: 14px;
	font-weight: 500;
}

.cast-mirror-renewal .header-nav a,
.cast-mirror-renewal .footer-links a,
.cast-mirror-renewal .bottom-nav a,
.cast-mirror-renewal .member-panel a {
	color: inherit;
	text-decoration: none;
}

.cast-mirror-renewal .header-actions {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}

.cast-mirror-renewal .btn,
.cast-mirror-renewal .member-menu > summary.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 13px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: #fff;
	color: var(--ink);
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
	box-shadow: 0 8px 18px rgba(95,31,47,.08);
	cursor: pointer;
}

.cast-mirror-renewal .btn-red,
.cast-mirror-renewal .member-menu > summary.btn-red {
	border-color: #8f243b;
	background: linear-gradient(135deg, #5f1f2f, #8f243b);
	color: #fff;
	box-shadow: 0 10px 24px rgba(95,31,47,.18);
}

.cast-mirror-renewal .site-header .member-menu > summary.btn-red {
	border-color: #f55b92;
	background: #f55b92;
	color: #fff;
	box-shadow: 0 10px 24px rgba(245,91,146,.22);
}

.cast-member-layout-renewal .site-header .header-actions .btn,
.cast-member-layout-renewal .site-header .member-menu > summary.btn {
	box-sizing: border-box;
	width: 84px;
	min-height: 38px;
	padding: 8px 6px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
}

.cast-member-layout-renewal .site-header .header-actions .area-toggle,
.cast-member-layout-renewal .site-header .member-menu > summary.btn-red {
	border-color: rgba(143,36,59,.18);
	background: #fff;
	color: var(--wine);
	box-shadow: 0 8px 18px rgba(95,31,47,.08);
}

.cast-member-layout-renewal .site-header .member-menu > summary.btn-red {
	border-color: #f55b92;
	background: #f55b92;
	color: #fff;
	box-shadow: 0 10px 24px rgba(245,91,146,.22);
}

.cast-mirror-renewal .btn-outline {
	border-color: rgba(143,36,59,.18);
	background: #fff;
	color: var(--wine);
}

.cast-mirror-renewal .site-header .header-actions .btn,
.cast-mirror-renewal .site-header .member-menu > summary.btn {
	box-sizing: border-box;
	width: 84px;
	padding: 8px 6px;
	font-weight: 900;
	text-align: center;
}

.cast-mirror-renewal .member-menu {
	position: relative;
}

.cast-mirror-renewal .member-menu summary {
	list-style: none;
	cursor: pointer;
}

.cast-mirror-renewal .member-menu summary::-webkit-details-marker {
	display: none;
}

.cast-mirror-renewal .member-panel {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 40;
	width: 280px;
	padding: 10px;
	border: 1px solid rgba(17,24,32,.1);
	border-radius: 10px;
	background: #fff;
	box-shadow: var(--shadow);
}

.cast-mirror-renewal .member-panel a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 42px;
	padding: 9px 10px;
	border-radius: 8px;
	color: var(--navy);
	font-size: 13px;
	font-weight: 900;
}

.cast-mirror-renewal .member-panel a:hover {
	background: var(--blue-soft);
}

.cast-mirror-renewal .member-panel a::after {
	content: ">";
	color: var(--red);
	font-weight: 900;
}

.cast-mirror-renewal .modal-toggle {
	position: fixed;
	opacity: 0;
	pointer-events: none;
}

.cast-mirror-renewal .area-modal {
	position: fixed;
	inset: 0;
	z-index: 80;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(17,24,32,.56);
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease;
}

.cast-mirror-renewal .modal-toggle:checked + .area-modal {
	opacity: 1;
	pointer-events: auto;
}

.cast-mirror-renewal .area-modal-card {
	width: min(620px, 100%);
	overflow: hidden;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

.cast-mirror-renewal .area-modal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
	color: #fff;
	background: linear-gradient(135deg, var(--navy), var(--navy-2));
}

.cast-mirror-renewal .area-modal-head h2 {
	margin: 0;
	font-size: 22px;
	line-height: 1.3;
}

.cast-mirror-renewal .area-modal-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: rgba(255,255,255,.12);
	color: #fff;
	cursor: pointer;
}

.cast-mirror-renewal .area-modal-close svg {
	width: 20px;
	height: 20px;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	fill: none;
}

.cast-mirror-renewal .area-modal-body {
	padding: 18px;
}

.cast-mirror-renewal .area-modal-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.cast-mirror-renewal .area-modal-grid a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	padding: 10px 12px;
	border: 1px solid rgba(17,24,32,.08);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.94)),
		linear-gradient(135deg, var(--blue-soft), var(--gold-soft));
	color: var(--navy);
	font-weight: 900;
	box-shadow: var(--shadow-soft);
	text-decoration: none;
}

.cast-mirror-renewal .area-modal-grid a::after {
	content: ">";
	color: var(--red);
	font-weight: 900;
}

.cast-mirror-renewal .cast-news-link {
	position: relative;
}

.cast-mirror-renewal .cast-news-link b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	margin-left: 4px;
	padding: 0 5px;
	border-radius: 999px;
	box-sizing: border-box;
	background: var(--red);
	color: #fff;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
}

.cast-mirror-renewal .cast-menu .member-panel {
	right: 0;
	min-width: 220px;
}

.cast-mirror-renewal .renewal-banners {
	padding-top: 18px;
}

.cast-mirror-renewal .renewal-banner-frame {
	background: #fff;
}

.cast-mirror-renewal .renewal-banner-frame .slider {
	padding: 10px;
}

.cast-mirror-renewal .renewal-banner-frame .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 8px 0 2px;
	padding: 0;
	list-style: none;
}

.cast-mirror-renewal .renewal-banner-frame .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}

.cast-mirror-renewal .renewal-banner-frame .slick-dots button {
	display: block;
	width: 7px;
	height: 7px;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 999px;
	background: rgba(95,31,47,.28);
	color: transparent;
	cursor: pointer;
	transition: width .2s ease, background .2s ease;
}

.cast-mirror-renewal .renewal-banner-frame .slick-dots .slick-active button {
	width: 20px;
	background: var(--red);
}

.cast-mirror-status-link {
	margin-top: 10px;
}

.cast-mirror-menu {
	padding-top: 18px;
}

.cast-mirror-dashboard {
	padding-top: 20px;
	padding-bottom: 20px;
}

.cast-mirror-dashboard-grid {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	gap: 16px;
}

.cast-mirror-status-card {
	position: relative;
	overflow: hidden;
	padding: 18px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 14px;
	background:
		radial-gradient(circle at 100% 0%, rgba(201,154,61,.18), rgba(201,154,61,0) 36%),
		#fff;
	box-shadow: var(--shadow-soft);
}

.cast-mirror-status-card h2 {
	margin: 4px 0 8px;
	color: var(--wine);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.35;
}

.cast-mirror-status-card p {
	margin: 0;
	color: var(--muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.7;
}

.cast-mirror-status-card .renewal-message-kicker {
	color: var(--gold);
	font-size: 11px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.cast-mirror-point {
	color: var(--wine) !important;
	font-size: clamp(30px, 4vw, 48px) !important;
	font-weight: 900 !important;
	line-height: 1.1 !important;
}

.cast-mirror-point span {
	margin-left: 3px;
	font-size: .46em;
}

.cast-mirror-renewal .section-head p {
	text-align: left;
}

.cast-mirror-renewal .forum-card {
	text-align: left;
}

.cast-mirror-renewal .guest-forum-actions .btn {
	background: linear-gradient(135deg, #8f243b, #c74359);
	color: #fff;
}

.cast-mirror-renewal .cast-card .cast-score,
.cast-mirror-renewal .schedule-cast-score {
	pointer-events: none;
}

.cast-mirror-renewal .cast-card .cast-score span {
	opacity: .78;
}

.cast-mirror-renewal .cast-mirror-girls-list .cast-card {
	cursor: pointer;
}

.cast-mirror-renewal .more-box {
	margin-top: 28px;
	text-align: center;
}

.cast-mirror-renewal .more-box .btn-dark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 18px;
	border: 1px solid var(--navy);
	border-radius: 999px;
	background: var(--navy);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.25;
	text-decoration: none;
	white-space: nowrap;
}

.cast-mirror-renewal .bottom-nav {
	position: sticky;
	bottom: 0;
	z-index: 50;
	border-top: 1px solid rgba(17,24,32,.08);
	background: rgba(255,255,255,.94);
	box-shadow: 0 -14px 32px rgba(17,24,32,.08);
	backdrop-filter: blur(14px);
}

.cast-mirror-renewal .bottom-nav ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	width: min(720px, 100%);
	margin: 0 auto;
	padding: 8px;
	list-style: none;
}

.cast-mirror-renewal .bottom-nav li {
	list-style: none;
}

.cast-mirror-renewal .bottom-nav a {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	color: var(--muted);
	font-size: 11px;
	font-weight: 900;
}

.cast-mirror-renewal .bottom-nav-badge {
	position: absolute;
	top: -4px;
	left: calc(50% + 5px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border: 2px solid #fff;
	border-radius: 999px;
	box-sizing: border-box;
	background: var(--red);
	color: #fff;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
}

.cast-mirror-renewal .bottom-nav svg {
	width: 21px;
	height: 21px;
	stroke: currentColor;
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cast-mirror-renewal .bottom-nav li.active a {
	color: var(--red);
}

.cast-mirror-renewal .footer-note {
	padding-bottom: 112px;
}

.cast-mirror-renewal .footer-note {
	padding: 24px 0 92px;
	color: var(--muted);
	background: linear-gradient(135deg, #4f1f2f, #8f243b);
	text-align: center;
	font-size: 13px;
}

.cast-mirror-renewal .footer-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0;
	width: min(1160px, calc(100% - 32px));
	margin: 0 auto;
	color: #fff;
	font-weight: 800;
}

.cast-mirror-renewal .footer-links a {
	padding: 0 8px;
	line-height: 1.7;
}

.cast-mirror-renewal .footer-links a + a {
	border-left: 1px solid rgba(255,255,255,.62);
}

.cast-mirror-renewal .footer-brand-copy {
	margin: 10px 0 0;
	color: rgba(255,255,255,.9);
	font-size: 13px;
}

.cast-mirror-renewal #popup_content {
	z-index: 1001;
	width: min(720px, calc(100vw - 28px));
	overflow-x: hidden;
}

.cast-member-layout-renewal #popup_content {
	left: 50% !important;
	top: 40% !important;
	margin: 0;
	transform: translate(-50%, -50%);
}

.cast-mirror-renewal #popup_body {
	z-index: 1000;
}

.cast-mirror-renewal.message_detail #main_contents .message_box .wrap .box .comment {
	max-width: 100%;
	box-sizing: border-box;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.cast-mirror-renewal.message_detail #main_contents .message_box .wrap .box .comment a {
	overflow-wrap: anywhere;
	word-break: break-word;
}

.cast-mirror-renewal .renewal-news-list {
	display: grid;
	gap: 16px;
	width: min(100% - 32px, 1040px);
	margin: 24px auto 80px;
	color: var(--ink);
}

.cast-mirror-renewal .renewal-news-list > .sect_title {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 4px 16px;
	margin: 0;
	padding: 20px;
	border: 1px solid rgba(143,36,59,.14);
	border-radius: 20px;
	background:
		radial-gradient(circle at 100% 0%, rgba(201,154,61,.12), rgba(201,154,61,0) 36%),
		linear-gradient(135deg, #fff, #fff6f8);
	box-shadow: 0 14px 36px rgba(92,31,47,.08);
}

.cast-mirror-renewal .renewal-news-list > .sect_title .renewal-message-kicker {
	grid-column: 1;
	margin: 0;
	color: var(--gold);
	font-size: 10px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.cast-mirror-renewal .renewal-news-list > .sect_title h3 {
	grid-column: 1;
	margin: 0;
	padding-left: 0;
	color: var(--wine);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
}

.cast-mirror-renewal .renewal-news-list > .sect_title h3::before {
	display: none;
	content: none;
}

.cast-mirror-renewal .renewal-news-list .images,
.cast-mirror-renewal .renewal-news-list .images_after {
	display: none;
}

.cast-mirror-renewal .renewal-news-list > .list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.cast-mirror-renewal .renewal-news-list > .list > li {
	list-style: none;
}

.cast-mirror-renewal .renewal-news-list article {
	padding: 16px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 14px;
	background: rgba(255,255,255,.98);
	box-shadow: 0 12px 28px rgba(95,31,47,.07);
}

.cast-mirror-renewal .renewal-news-list .news-accordion {
	display: grid;
	gap: 0;
}

.cast-mirror-renewal .renewal-news-list .news-accordion summary {
	position: relative;
	display: grid;
	align-items: center;
	min-height: 34px;
	padding-right: 34px;
	cursor: pointer;
	list-style: none;
}

.cast-mirror-renewal .renewal-news-list .news-accordion summary::-webkit-details-marker {
	display: none;
}

.cast-mirror-renewal .renewal-news-list .news-accordion summary::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(143,36,59,.1), rgba(201,154,61,.12));
	transform: translateY(-50%);
}

.cast-mirror-renewal .renewal-news-list .news-accordion summary::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	z-index: 1;
	width: 6px;
	height: 6px;
	border-right: 2px solid var(--wine);
	border-bottom: 2px solid var(--wine);
	transform: translateY(-64%) rotate(45deg);
}

.cast-mirror-renewal .renewal-news-list .news-accordion[open] summary::before {
	transform: translateY(-36%) rotate(225deg);
}

.cast-mirror-renewal .renewal-news-list .title {
	margin: 0;
	color: var(--wine);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.35;
}

.cast-mirror-renewal .renewal-news-list .text {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(143,36,59,.1);
	color: var(--ink);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.65;
}

.cast-mirror-renewal #main_contents .cast-mirror-search-form {
	width: min(940px, calc(100% - 32px));
	margin: 24px auto 80px;
	overflow: hidden;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 14px;
	background: rgba(255,255,255,.96);
	box-shadow: 0 18px 48px rgba(95,31,47,.14);
}

.cast-mirror-renewal #main_contents .cast-mirror-search-form > .sect_title {
	position: relative;
	margin: 0;
	padding: 22px 24px 22px 48px;
	background:
		linear-gradient(135deg, rgba(95,31,47,.98), rgba(143,36,59,.96) 62%, rgba(201,154,61,.78));
}

.cast-mirror-renewal #main_contents .cast-mirror-search-form > .sect_title .wrapper {
	width: auto;
	margin: 0;
	padding: 0;
}

.cast-mirror-renewal #main_contents .cast-mirror-search-form > .sect_title h3 {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
}

.cast-mirror-renewal #main_contents .cast-mirror-search-form > .sect_title h3::before {
	display: none;
	content: none;
}

.cast-mirror-renewal #main_contents .cast-mirror-search-form > .sect_title h3 .images {
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: rgba(255,255,255,.16);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.24);
}

.cast-mirror-renewal #main_contents .cast-mirror-search-form > .sect_title h3 .images img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.cast-mirror-renewal #main_contents .cast-mirror-search-form > .sect_title h3 .text {
	display: block;
	min-width: 0;
	padding-left: 0;
	overflow-wrap: anywhere;
}

.cast-mirror-renewal #seach_form {
	padding: 4px 24px 28px;
}

.cast-mirror-renewal #seach_form .column {
	margin-top: 18px;
	padding: 18px;
	border: 1px solid rgba(143,36,59,.1);
	border-radius: 12px;
	background:
		linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,249,250,.94)),
		linear-gradient(135deg, #fff1f5, #fff7e8);
	box-shadow: 0 10px 24px rgba(95,31,47,.06);
	text-align: left;
}

.cast-mirror-renewal #seach_form .column:nth-child(7),
.cast-mirror-renewal #seach_form .column:nth-child(8),
.cast-mirror-renewal #seach_form .column:nth-child(9),
.cast-mirror-renewal #seach_form .column:nth-child(10),
.cast-mirror-renewal #seach_form .column:nth-child(11) {
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(143,36,59,.1);
}

.cast-mirror-renewal #seach_form .column .title {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
}

.cast-mirror-renewal #seach_form .column:first-child .title {
	margin-top: 0;
}

.cast-mirror-renewal #seach_form .column .title .images {
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--wine), var(--rose));
	box-shadow: 0 8px 18px rgba(143,36,59,.18);
}

.cast-mirror-renewal #seach_form .column .title .images img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.cast-mirror-renewal #seach_form .column .title .text {
	display: block;
	padding-left: 0;
	color: var(--wine);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.45;
}

.cast-mirror-renewal #seach_form input[type="text"],
.cast-mirror-renewal #seach_form input[type="search"],
.cast-mirror-renewal #seach_form select {
	width: 100%;
	min-height: 44px;
	padding: 8px 12px;
	border: 1px solid rgba(143,36,59,.18);
	border-radius: 8px;
	background: #fff;
	color: var(--ink);
	font-size: 14px;
	font-weight: 700;
	box-shadow: inset 0 1px 0 rgba(95,31,47,.04);
	box-sizing: border-box;
}

.cast-mirror-renewal #seach_form input:focus,
.cast-mirror-renewal #seach_form select:focus {
	border-color: var(--wine);
	outline: none;
	box-shadow: 0 0 0 3px rgba(216,75,97,.12);
}

.cast-mirror-renewal #seach_form .select_data,
.cast-mirror-renewal #seach_form .select_other .select_data,
.cast-mirror-renewal #seach_form .date_select .select_data {
	width: 100%;
	margin: 0;
}

.cast-mirror-renewal #seach_form .select_time,
.cast-mirror-renewal #seach_form .select_pay {
	gap: 8px;
	align-items: center;
}

.cast-mirror-renewal #seach_form .select_time {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
}

.cast-mirror-renewal #seach_form .select_time .text,
.cast-mirror-renewal #seach_form .select_pay .text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	min-height: 44px;
	margin: 0;
	padding: 0;
	color: var(--muted);
	font-weight: 900;
	line-height: 1;
}

.cast-mirror-renewal #seach_form .search-time-column.is-disabled {
	background:
		linear-gradient(180deg, rgba(248,246,247,.98), rgba(243,238,240,.94)),
		#f7f2f4;
}

.cast-mirror-renewal #seach_form .search-time-column.is-disabled .title .images {
	background: linear-gradient(135deg, #9b8c92, #c5b7bd);
	box-shadow: none;
}

.cast-mirror-renewal #seach_form .search-time-column.is-disabled .title .text,
.cast-mirror-renewal #seach_form .search-time-column.is-disabled .select_time .text {
	color: #8a7a81;
}

.cast-mirror-renewal #seach_form .search-time-column select:disabled {
	border-color: rgba(116,99,106,.2);
	background: #eee9eb;
	color: #9a8d92;
	cursor: not-allowed;
	opacity: 1;
}

.cast-mirror-renewal #seach_form .time-disabled-note {
	display: none;
}

.cast-mirror-renewal #seach_form .search-time-column.is-disabled .time-disabled-note {
	display: block;
	color: #8a7a81;
}

.cast-mirror-renewal #seach_form .annotation,
.cast-mirror-renewal #seach_form .date_select .annotation {
	margin: 8px 0 0;
	color: var(--muted);
	text-align: left;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
}

.cast-mirror-renewal .calendar-data {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(143,36,59,.14);
}

.cast-mirror-renewal .calendar-data p {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	margin: 0;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.3;
}

.cast-mirror-renewal .calendar-data p:nth-child(1) {
	border-radius: 8px 8px 0 0;
	background: var(--wine);
	color: #fff;
}

.cast-mirror-renewal .calendar-data p:nth-child(2) {
	float: none;
	color: #2f766d;
}

.cast-mirror-renewal .calendar-data .cast_num {
	color: var(--rose);
	font-weight: 900;
}

.cast-mirror-renewal .date_select {
	padding: 0;
	border-bottom: 0;
	background: transparent;
}

.cast-mirror-renewal #seach_form .column .checkbox_data .sub_title {
	position: relative;
	margin: 0;
	padding: 10px 0 0;
	border-bottom: 1px solid rgba(143,36,59,.22);
	font-size: 14px;
	line-height: 1;
}

.cast-mirror-renewal #seach_form .column .checkbox_data .form_ac:nth-child(1) .sub_title {
	padding-top: 0;
}

.cast-mirror-renewal #seach_form .column .checkbox_data .sub_title span {
	display: inline-block;
	width: auto;
	min-width: 138px;
	padding: 8px 12px 7px;
	border-radius: 8px 8px 0 0;
	background: linear-gradient(135deg, var(--wine), var(--rose));
	color: #fff;
	font-weight: 900;
	cursor: pointer;
}

.cast-mirror-renewal #seach_form .column .checkbox_data .sub_title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 4px;
	height: 4px;
	border-top: 1px solid var(--wine);
	border-right: 1px solid var(--wine);
	transform: translateY(-50%) rotate(45deg);
}

.cast-mirror-renewal #seach_form .column .checkbox_data .flexbox {
	display: none;
	flex-wrap: wrap;
	gap: 0;
	padding: 10px 4px;
	border-bottom: 1px solid rgba(143,36,59,.08);
	background: #fff;
}

.cast-mirror-renewal #seach_form .column .checkbox_data .active .sub_title {
	border-color: rgba(143,36,59,.24);
}

.cast-mirror-renewal #seach_form .column .checkbox_data .active .sub_title span {
	background: linear-gradient(135deg, var(--wine), var(--rose));
}

.cast-mirror-renewal #seach_form .column .checkbox_data .active .sub_title::after {
	border-color: var(--wine);
	transform: translateY(-50%) rotate(135deg);
}

.cast-mirror-renewal #seach_form .column .checkbox_data .active .flexbox {
	display: flex;
}

.cast-mirror-renewal #seach_form .column .checkbox_data label {
	display: inline-block;
	position: relative;
	width: 33.333%;
	padding: 7px 8px;
	color: var(--ink);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	box-sizing: border-box;
	cursor: pointer;
}

.cast-mirror-renewal #seach_form .column .checkbox_data input[type="checkbox"] {
	accent-color: var(--wine);
}

.cast-mirror-renewal #seach_form .column #more_area.checkbox_data .sub_title .cast_num,
.cast-mirror-renewal #seach_form .column #more_area.checkbox_data label .cast_num {
	color: var(--rose);
	font-weight: 900;
}

.cast-mirror-renewal #seach_form .seach_pop {
	margin: 24px 0 0;
	text-align: center;
}

.cast-mirror-renewal #seach_form .seach_pop .trg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: min(240px, 100%);
	min-height: 42px;
	padding: 9px 24px;
	border: 1px solid var(--wine);
	border-radius: 8px;
	background: linear-gradient(135deg, var(--wine), var(--rose));
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	box-shadow: 0 10px 22px rgba(143,36,59,.18);
	cursor: pointer;
}

.cast-mirror-renewal #seach_form .seach_pop .trg:hover {
	background: linear-gradient(135deg, #5f1f2f, var(--wine));
	color: #fff;
}

.cast-mirror-renewal #popup_content .cast-member-profile-popup {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: visible;
	padding: 20px;
	border: 1px solid rgba(143,36,59,.14);
	border-radius: 18px;
	background:
		radial-gradient(circle at 100% 0%, rgba(201,154,61,.12), rgba(201,154,61,0) 32%),
		#fff;
	box-shadow: 0 24px 70px rgba(95,31,47,.22);
	box-sizing: border-box;
}

.cast-mirror-renewal .cast-member-popup-close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 1px solid rgba(143,36,59,.14);
	border-radius: 999px;
	background: rgba(255,255,255,.92);
	color: var(--wine);
	box-shadow: 0 8px 18px rgba(95,31,47,.12);
	cursor: pointer;
}

.cast-mirror-renewal .cast-member-popup-close svg {
	width: 18px;
	height: 18px;
}

.cast-mirror-renewal .cast-member-popup-close path {
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
}

.cast-mirror-renewal .cast-member-profile-head {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	margin: 0 0 14px;
}

.cast-mirror-renewal .cast-member-profile-photo {
	width: 84px;
	height: 84px;
	overflow: hidden;
	border-radius: 22px;
	background: var(--rose-soft);
	box-shadow: 0 12px 24px rgba(95,31,47,.12);
}

.cast-mirror-renewal .cast-member-profile-photo span,
.cast-mirror-renewal .cast-member-profile-photo img {
	display: block;
	width: 100%;
	height: 100%;
}

.cast-mirror-renewal .cast-member-profile-photo img {
	object-fit: cover;
}

.cast-mirror-renewal .cast-member-profile-title {
	min-width: 0;
	text-align: left;
}

.cast-mirror-renewal .cast-member-profile-title .renewal-message-kicker {
	margin: 0 0 4px;
	color: var(--gold);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.cast-mirror-renewal .cast-member-profile-title .user_name {
	float: none;
	width: auto;
	margin: 0;
	color: var(--wine);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.3;
}

.cast-mirror-renewal .cast-member-profile-title .age {
	margin-left: 4px;
	color: var(--muted);
	font-size: .68em;
}

.cast-mirror-renewal .cast-member-profile-title .forum-profile {
	margin-top: 8px;
}

.cast-mirror-renewal .cast-member-profile-body {
	display: grid;
	gap: 12px;
	margin-top: 0;
	text-align: left;
}

.cast-mirror-renewal .cast-member-profile-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
	padding: 0;
}

.cast-mirror-renewal .cast-member-profile-list div {
	display: grid;
	align-content: start;
	gap: 4px;
	min-width: 0;
	padding: 10px;
	border: 1px solid rgba(143,36,59,.1);
	border-radius: 10px;
	background: rgba(255,246,249,.66);
	box-sizing: border-box;
}

.cast-mirror-renewal .cast-member-profile-list .is-wide {
	grid-column: 1 / -1;
}

.cast-mirror-renewal .cast-member-profile-list dt {
	margin: 0;
	color: var(--wine);
	font-size: 11px;
	font-weight: 900;
	line-height: 1.35;
}

.cast-mirror-renewal .cast-member-profile-list dd {
	margin: 0;
	color: var(--ink);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.55;
	word-break: break-word;
}

.cast-mirror-renewal .cast-member-profile-tags {
	margin-top: 0;
	overflow: visible;
	white-space: normal;
}

.cast-mirror-renewal .cast-member-profile-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
}

.cast-mirror-renewal .cast-member-profile-stats p {
	display: grid;
	gap: 4px;
	margin: 0;
	padding: 10px;
	border: 1px solid rgba(143,36,59,.1);
	border-radius: 10px;
	background: #fffaf2;
	color: var(--muted);
	font-size: 11px;
	font-weight: 900;
	line-height: 1.35;
}

.cast-mirror-renewal .cast-member-profile-stats b {
	color: var(--wine);
	font-size: 17px;
	line-height: 1;
}

.cast-mirror-renewal .cast-member-profile-stats b.red {
	color: var(--red);
}

.cast-mirror-renewal .cast-member-memo-form {
	display: grid;
	gap: 12px;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid rgba(143,36,59,.1);
}

.cast-mirror-renewal .cast-member-memo-box {
	display: grid;
	gap: 7px;
}

.cast-mirror-renewal .cast-member-memo-box .form_title {
	margin: 0;
	color: var(--wine);
	font-size: 14px;
	font-weight: 900;
	text-align: left;
}

.cast-mirror-renewal .cast-member-memo-help {
	margin: 0;
	color: var(--muted);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.55;
}

.cast-mirror-renewal .cast-member-memo-box textarea {
	width: 100%;
	min-height: 120px;
	padding: 12px;
	border: 1px solid rgba(143,36,59,.16);
	border-radius: 12px;
	background: #fff;
	color: var(--ink);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
	box-sizing: border-box;
	resize: vertical;
}

.cast-mirror-renewal .cast-member-profile-actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
}

.cast-mirror-renewal .cast-member-profile-actions p {
	width: auto;
	min-width: 0;
	margin: 0;
}

.cast-mirror-renewal .cast-member-profile-actions input,
.cast-mirror-renewal .cast-member-profile-actions a {
	-webkit-appearance: none;
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 42px;
	min-height: 42px;
	padding: 0 12px;
	border: 1px solid rgba(143,36,59,.18);
	border-radius: 999px;
	background: #fff;
	color: var(--wine);
	font-family: inherit;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	box-sizing: border-box;
	cursor: pointer;
}

.cast-mirror-renewal #popup_content .cast-member-profile-actions {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
}

.cast-mirror-renewal #popup_content .cast-member-profile-actions p {
	width: auto !important;
	min-width: 0;
	margin: 0;
}

.cast-mirror-renewal #popup_content .cast-member-profile-actions input,
.cast-mirror-renewal #popup_content .cast-member-profile-actions a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	height: 42px;
	min-width: 0 !important;
	min-height: 42px;
	max-width: none;
	padding-top: 0;
	padding-bottom: 0;
	font-family: inherit;
	font-size: 12px;
	line-height: 42px;
}

.cast-mirror-renewal .cast-member-profile-actions .cast-member-save,
.cast-mirror-renewal .cast-member-profile-actions .cast-member-message {
	border-color: transparent;
	background: linear-gradient(135deg, #8f243b, #c74359);
	color: #fff;
	box-shadow: 0 12px 24px rgba(143,36,59,.18);
}

.cast-mirror-renewal .cast-member-profile-actions .cast-member-block {
	border-color: rgba(117,40,54,.24);
	color: #752836;
}

.cast-mirror-renewal .cast-member-profile-actions .popup_close {
	background: #fff;
	color: var(--wine);
}

@media (max-width: 980px) {
	.cast-mirror-renewal .header-nav {
		display: none;
	}

	.cast-mirror-renewal .header-actions {
		gap: 6px;
	}

	.cast-mirror-renewal .header-actions .btn {
		min-height: 32px;
		padding: 7px 9px;
		font-size: 11px;
	}
}

@media (max-width: 760px) {
	.cast-mirror-renewal .renewal-banners {
		padding-top: 10px;
	}

	.cast-mirror-dashboard-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.cast-mirror-status-card {
		padding: 14px;
		border-radius: 12px;
	}

	.cast-mirror-status-card h2 {
		font-size: 17px;
	}

	.cast-mirror-status-card p {
		font-size: 12px;
	}

	.cast-mirror-renewal .forum-grid,
	.cast-mirror-renewal .cast-grid,
	.cast-mirror-renewal .blog-grid {
		gap: 12px;
	}

	.cast-mirror-renewal .renewal-news-list {
		width: min(100% - 24px, 1040px);
		margin-top: 16px;
		margin-bottom: 64px;
	}

	.cast-mirror-renewal .renewal-news-list > .sect_title {
		grid-template-columns: 1fr;
		gap: 3px;
		padding: 15px;
		border-radius: 16px;
	}

	.cast-mirror-renewal .renewal-news-list > .sect_title h3 {
		font-size: 17px;
	}

	.cast-mirror-renewal .renewal-news-list article {
		padding: 12px;
	}

	.cast-mirror-renewal .renewal-news-list .title {
		font-size: 14px;
	}

	.cast-mirror-renewal .renewal-news-list .text {
		font-size: 12px;
	}

	.cast-mirror-renewal #popup_content .cast-member-profile-popup {
		padding: 14px;
		border-radius: 14px;
	}

	.cast-mirror-renewal .cast-member-popup-close {
		top: 8px;
		right: 8px;
		width: 32px;
		height: 32px;
	}

	.cast-mirror-renewal .cast-member-profile-head {
		grid-template-columns: 66px minmax(0, 1fr);
		gap: 10px;
	}

	.cast-mirror-renewal .cast-member-profile-photo {
		width: 66px;
		height: 66px;
		border-radius: 18px;
	}

	.cast-mirror-renewal .cast-member-profile-title .user_name {
		font-size: 20px;
	}

	.cast-mirror-renewal .cast-member-profile-list,
	.cast-mirror-renewal .cast-member-profile-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cast-mirror-renewal .cast-member-profile-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cast-mirror-renewal .cast-member-profile-list {
		gap: 6px;
	}

	.cast-mirror-renewal .cast-member-profile-list div {
		gap: 2px;
		padding: 7px 8px;
	}

	.cast-mirror-renewal .cast-member-profile-list dt {
		font-size: 10px;
	}

	.cast-mirror-renewal .cast-member-profile-list dd {
		font-size: 12px;
		line-height: 1.45;
	}

	.cast-mirror-renewal #popup_content .cast-member-profile-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 420px) {
	.cast-mirror-renewal .cast-member-profile-list,
	.cast-mirror-renewal .cast-member-profile-stats {
		grid-template-columns: 1fr;
	}

	.cast-mirror-renewal .cast-member-profile-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
	}

	.cast-mirror-renewal #popup_content .cast-member-profile-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
	}

	.cast-mirror-renewal .cast-member-profile-actions input,
	.cast-mirror-renewal .cast-member-profile-actions a {
		height: 38px;
		min-height: 38px;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 12px;
		line-height: 38px;
	}

	.cast-mirror-renewal #popup_content .cast-member-profile-actions input,
	.cast-mirror-renewal #popup_content .cast-member-profile-actions a {
		height: 38px;
		min-height: 38px;
		line-height: 38px;
	}
}

@media (max-width: 640px) {
	.cast-mirror-renewal #main_contents .cast-mirror-search-form {
		width: min(100% - 20px, 940px);
		margin-top: 12px;
		margin-bottom: 64px;
		border-radius: 12px;
	}

	.cast-mirror-renewal #main_contents .cast-mirror-search-form > .sect_title {
		padding: 18px 16px 18px 28px;
	}

	.cast-mirror-renewal #main_contents .cast-mirror-search-form > .sect_title h3 {
		gap: 10px;
		font-size: 22px;
	}

	.cast-mirror-renewal #main_contents .cast-mirror-search-form > .sect_title h3 .images {
		flex-basis: 36px;
		width: 36px;
		height: 36px;
	}

	.cast-mirror-renewal #main_contents .cast-mirror-search-form > .sect_title h3 .text {
		padding-left: 0;
	}

	.cast-mirror-renewal #seach_form {
		padding: 2px 12px 22px;
	}

	.cast-mirror-renewal #seach_form .column {
		margin-top: 12px;
		padding: 14px;
		border-radius: 10px;
	}

	.cast-mirror-renewal #seach_form .column .title {
		margin: 0 0 12px;
	}

	.cast-mirror-renewal #seach_form .column .title .text {
		padding-left: 0;
		font-size: 15px;
	}

	.cast-mirror-renewal #seach_form .column .title .images {
		width: 30px;
		height: 30px;
	}

	.cast-mirror-renewal .calendar-data {
		display: block;
	}

	.cast-mirror-renewal .calendar-data p:nth-child(2) {
		float: right;
	}

	.cast-mirror-renewal #seach_form .column .checkbox_data label {
		width: 50%;
		padding: 7px 6px;
	}

	.cast-mirror-renewal #seach_form .column #more_area.checkbox_data label {
		width: 100%;
	}

	.cast-mirror-renewal #seach_form .seach_pop .trg {
		min-width: min(220px, 100%);
		min-height: 40px;
		padding: 8px 22px;
		font-size: 14px;
	}
}

@media (max-width: 640px) {
	body.cast-mirror-renewal > .bottom-nav,
	body.cast-member-layout-renewal > .bottom-nav {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	body.cast-mirror-renewal > main,
	body.cast-mirror-renewal > #main_contents,
	body.cast-member-layout-renewal > #main_contents {
		padding-bottom: 84px;
	}

	body.cast-mirror-renewal > .footer-note,
	body.cast-member-layout-renewal > .footer-note {
		margin-top: 84px;
	}

	body.message_detail.cast-member-layout-renewal #main_contents {
		padding-bottom: 178px;
	}

	body.message_detail.cast-member-layout-renewal #main_contents > .put_form {
		bottom: 68px;
	}
}

@media (max-width: 540px) {
	.cast-mirror-renewal .header-inner {
		gap: 8px;
	}

	.cast-mirror-renewal .header-actions {
		grid-template-columns: repeat(2, minmax(0, auto));
	}

	.cast-mirror-renewal .cast-news-link {
		display: none;
	}

	.cast-mirror-renewal .member-menu {
		position: static;
	}

	.cast-mirror-renewal .cast-menu .member-panel {
		right: 10px;
		left: 10px;
		min-width: 0;
	}
}
