/*list*/

.castlist {
	display: grid;
	grid-template-columns: repeat(auto-fit, 33.33333%);
	justify-content: start;
}
.top_schedule .castlist {
	display: grid;
	grid-template-columns: repeat(auto-fit, 50%);
	justify-content: start;
}
@media screen and (min-width: 768px) {
	.castlist {
		grid-template-columns: repeat(auto-fit, 20%);
		justify-content: flex-start;
		/* grid-gap: 2%; */
	}
	.top_schedule .castlist {
		display: grid;
		grid-template-columns: repeat(auto-fit, 20%);
		justify-content: start;
	}
}

.name {
	font-size: 1rem;
	font-weight: 600;
}
.cast-box {
	border: 0.01rem solid #bbb;
}

.todays-data-wrap {
	display: block;
	margin-top: auto;
}
.profile-icon {
	margin-top: auto;
}
.cast-box .photo {
	position: relative;
	width: 100%;
	/* height: fit-content; */
}

.cast-box .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 3/4;
}

.cast-box .photo .today-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 2rem;
	height: 1rem;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	background: red;
	/* clip-path: polygon(0 0, 100% 85%, 100% 0%); */
}
.schedule .today-icon {
	display: none !important;
}
.cast-box .photo .today-icon span {
	font-size: 0.625rem;
	font-weight: 400;
	width: fit-content;
	display: block;
	word-break: keep-all;
	color: #fff;
}
.cast-box .photo .grade-icon {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	left: 0;
	z-index: 99;
	font-size: 0.75rem;
	letter-spacing: 0.1rem;
}

.cast-box .sns-icon {
	display: grid;
	justify-content: right;
	position: absolute;
	right: 3px;
	bottom: 32px;
	z-index: 99;
}

.cast-box .sns-icon img {
	width: 30px;
	height: auto;
	object-fit: contain;
	aspect-ratio: unset;
}

.cast-box p.catchcopy {
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.4;
	overflow: hidden;
	width: 100vw;
	white-space: nowrap;
}

.cast-box p.catchcopy {
	padding-left: 100%;
	animation: marquee 10s linear infinite;
}
.catchcopy-box {
	overflow: hidden;
	position: relative;
	z-index: 0;
	top: 0;
	left: 0;
	border: 1px solid #bbb;
}

@keyframes marquee {
	from {
		transform: translate(0);
	}
	to {
		transform: translate(-100%);
	}
}
.cast-box p.data {
	font-size: 0.675rem;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}
.top_newface .cast-box p.data {
	font-size: 0.75rem;
}
.cast-box .profile-icon,
.cast-single .profile-icon {
	display: grid;
	grid-template-columns: repeat(auto-fit, 49%);
	justify-content: space-between;
	align-content: baseline;
}

.cast-box .profile-icon li {
	padding: 0.5rem 0;
	text-align: center;
	font-size: 0.65rem;
	font-weight: 600;
	margin: 0 0 0.25rem 0;
	line-height: 1;
	background: #faf5f5;
}

.cast-box .todays-time p {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.85rem;
	font-weight: 400;
	text-align: center;
}

.cast-box .todays-time p span {
	font-size: 1.25rem;
	font-weight: 100;
}

.cast-box .room {
	font-size: 0.85rem;
	font-weight: 400;
	text-align: center;
}

.cast-box .guide {
	font-size: 0.85rem;
	font-weight: 400;
	text-align: center;
	background: #faf5f5;
	padding: 0.5rem 0;
	margin-top: 0.5rem;
}

/*single*/
.cast-single {
	display: grid;
	grid-template-columns: repeat(auto-fit, 100%);
	justify-content: space-between;
	position: relative;
}

.cast-single h1.name {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.5rem;
	width: 100%;
	display: flex;
	align-items: center;
}

.cast-single .profile-icon li {
	padding: 0.5rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 500;
	margin: 0 0 5px 0;
	border-radius: 4px;
	line-height: 1;
	background: #faf5f5;
}

.cast-single .grade-icon {
	font-size: 14px;
	padding: 0 5px;
	margin: 4px 0 0 10px;
	line-height: 1.6;
}

.cast-single p.sns-icon {
	display: grid;
	grid-template-columns: repeat(auto-fit, 25px);
	position: absolute;
	top: 8px;
	right: 0;
	width: 22%;
	grid-gap: 0.25rem;
	justify-content: right;
}

.cast-single p.sns-icon a {
}

.cast-single p.sns-icon img {
	width: 100%;
	height: auto;
}

.cast-single .data {
	position: absolute;
	top: 44px;
	left: 0;
}

.cast-single .photo {
	width: 90%;
	margin: 75px auto 0 auto;
	position: relative;
}

.cast-single .photo .slider-for img {
	aspect-ratio: 3/4;
	width: 100%;
	object-fit: cover;
}

.cast-single .photo .today-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 56px;
	/* height: 54px; */
	border-style: solid;
	border-width: 0 68px 68px 0;
	z-index: 99;
}

.cast-single .photo .today-icon span {
	font-size: 14px;
	width: fit-content;
	position: absolute;
	right: -58px;
	top: 5px;
	display: block;
	z-index: 99;
}

.cast-single .photo .swiper-slide img {
	aspect-ratio: 3/4;
	width: 100%;
	object-fit: cover;
	height: auto;
}

.cast-single .slider-nav .swiper-slide {
	margin: 0.5rem 0 1rem;
}
.cast-single .slider-nav .swiper-slide img {
	opacity: 0.6;
	transition: opacity 0.3s linear;
	width: 100%;
	aspect-ratio: 4/4 !important;
}
.cast-single .slider-nav .swiper-slide-thumb-active img {
	opacity: 1;
}

.cast-single .btn_scheudle a {
	display: none;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	padding: 10px;
	font-size: 16px;
	margin: 0 0 15px 0;
	width: 100%;
	box-sizing: border-box;
}

.cast-single .pickup dt {
	padding: 10px;
	line-height: 1;
}

.cast-single .pickup dd {
	line-height: 1.6;
	margin: 0 0 10px 0;
}

.cast-single .comment {
	/* border-radius: 7px; */
	margin: 15px 0;
}

.cast-single .comment dt {
	padding: 7px;
	/* border-radius: 6px 6px 0 0; */
}

.cast-single .comment dd {
	padding: 7px;
}

.single-cast-calendar .calendar {
	margin: 0 0 20px 0;
}

.single-cast-calendar .calendar ul {
	margin: 0;
}

.single-cast-calendar .calendar ul li {
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	padding: 7px;
	font-size: 16px;
	box-sizing: border-box;
	justify-content: flex-start;
}

.single-cast-calendar .calendar ul li a.data {
	line-height: 1.2;
	display: flex;
	padding: 4px 0;
	margin: 0 10px 0 0;
	border: none;
}
.single-cast-calendar .calendar ul li span.time {
	display: block;
	text-align: center;
	width: 43%;
	color: #000;
}
.single-cast-calendar .calendar ul li .schedule-castreserve-btn {
	display: flex;
	font-size: 12px;
	align-items: center;
	border-radius: 5px;
	line-height: 1;
	padding: 7px 5px 7px 10px;
	width: 30%;
	justify-content: center;
}

.single-cast-calendar .calendar ul li .schedule-castreserve-btn span {
	font-size: 18px;
	margin-top: 2px;
	margin-right: 2px;
}

.cast-single .calendar ul li .schedule-castreserve-btn span {
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	.single-cast-calendar .calendar ul li .schedule-castreserve-btn {
		width: 22%;
	}
	.cast-single {
		grid-template-columns: repeat(auto-fit, 41% 55%);
		margin: 0 auto;
		width: 100%;
		max-width: 1100px;
	}
	.cast-single h1.name {
		position: relative;
		top: auto;
		left: auto;
		font-size: 23px;
		width: 100%;
		display: flex;
		align-items: center;
	}
	.cast-single .data {
		position: relative;
		top: auto;
		left: auto;
	}

	.cast-single .photo {
		width: 100%;
		margin: 0;
		position: relative;
	}

	.cast-single-bottom {
		display: grid;
		grid-template-columns: repeat(auto-fit, 52% 43%);
		justify-content: space-between;
		margin: 40px auto;
		width: 100%;
		max-width: 1100px;
	}

	.single-cast-calendar .calendar ul li span.time {
		width: 53%;
	}
}

.inner_under {
	width: 100%;
}
.catchcopy {
	font-size: 1.25rem;
	line-height: 1.4;
}
.profile-wrap {
	padding: 0 1rem;
}
.cast-single .photo {
	width: 100%;
	overflow: hidden;
}

/* 口コミカスタム; */

.css-1usxwxi {
	display: none !important;
}
.css-1ef7y0r {
	display: none !important;
}
.css-105z36w {
	background: none;
}
.css-1llg1ya {
	display: none !important;
}
.css-4kk4hk {
	display: none !important;
}
.css-1k6g2ir {
	position: relative;
	box-shadow: none !important;
}
.css-auobc3 {
	box-shadow: none !important;
}
.css-1cpjif9 {
	position: absolute;
	right: 0.75rem;
	bottom: -0.5rem;
	font-size: 0.9rem;
	font-weight: bold;
}
.css-5atsda {
	display: none !important;
}
.css-t84myq {
	display: none;
}
.css-1l4w6pd {
	display: none !important;
}
.css-1vm7xmc {
	display: none !important;
}
.css-k008qs {
	flex-direction: row-reverse;
}
.css-1v7shu4 {
	margin-right: 0.5rem;
	margin-left: 0 !important;
	font-size: 0.9rem;
	font-weight: bold;
}
.css-u60qnr {
	font-weight: bold;
}
.css-1v7shu4::before {
	content: '平均評価 / ';
}
.css-nkmskm {
	margin-bottom: 0 !important;
}
.css-1kbmarl {
	padding: 0 !important;
}
.profile-review {
	margin-bottom: 5rem;
	border-radius: 8px;
}
.css-1b9e8o5 {
	position: relative;
	padding: 1rem 0;
}
.css-j6jvsx {
	position: absolute !important;
	bottom: -4rem;
	left: 0;
}
.css-x28z19 {
	/* display: none!important; */
}
.css-1eh296d {
	/* display: none!important; */
}
.css-1eh296d:after {
	display: block;
	content: '投稿完了';
}
.css-105z36w {
	padding-bottom: 0 !important;
}
.css-16lxqtw {
	padding-top: 5rem !important;
	padding-bottom: 8rem !important;
}

/*****************************

キャストスペース調整

 *****************************/
.cast_data {
	padding: 0.25rem;
	/* padding: 0.25rem 0.25rem 0; */
}
.catchcopy-box {
	height: 1.5rem;
	padding-top: 0.3rem;
	margin-bottom: 0.5rem;
}
.cast-box .data {
	padding: 0.25rem 0 0.5rem;
}
.cast_data .profile-icon {
	min-height: 4rem;
}
@media screen and (min-width: 768px) {
	.cast-box p.data {
		font-size: 0.75rem;
		font-weight: 500;
	}
	.cast-box .profile-icon li {
		font-size: 0.75rem;
	}
	.catchcopy-box {
		height: 1.75rem;
		padding-top: 0.25rem;
		margin-bottom: 0.5rem;
	}
	.cast-box p.catchcopy {
		font-size: 1rem;
		font-weight: 500;
	}
}
