@charset "UTF-8";
/* クラブミラノ */
.milano {}


/* ==================================================================== */
/* SMARTPHONE
======================================================================= */
@media screen and (max-width: 768px) {
	
	.cast--iconinfo {
		margin: 0 auto 20px;
		padding: 0 12px;
	}
	.cast--iconinfo ul {
		display: flex;
		justify-content: flex-end;
	}
	.cast--iconinfo ul li img {
		width: auto;
		height: 18px;
	}
	.cast--iconinfo ul li + li {
		margin-left: 15px;
	}
	
	.cast--list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 8px;
		grid-row-gap: 10px;
		align-items: start;
	}
	
	.cast--item {
		position: relative;
		padding: 1px;
		background-color: #c2c4d5;
	}
	.cast--item-thum {
		position: relative;
		width: 100%;
		height: auto;
		aspect-ratio: 1	/	1.334;
		margin-bottom: 1px;
	}
	.cast--item-thum figure {
		height: 100%;
	}
	.cast--item-thum img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: top center;
	}
	
	.cast--item-icon {
		position: absolute;
		width: 24px;
		top: 0;
		left: 0;
	}
	
	.cast--item-text {
		background-color: #FFF;
		margin-bottom: 1px;
		padding: 8px 6px;
		min-height: 142px;
	}
	.cast--item-name {
		font-size: 2.1rem;
		font-weight: 700;
		text-align: center;
		line-height: 1;
		color: #1a205c;
		margin-bottom: 5px;
	}
	.cast--item-name .age {
		font-size: 1.4rem;
		font-weight: 400;
		color: #2d2d2d;
		display: inline-block;
		margin-left: 6px;
	}
	.cast--item-size {
		display: flex;
		justify-content: center;
		font-size: 1.2rem;
		line-height: 1;
		margin-bottom: 10px;
	}
	.cast--item-size li + li {
		margin-left: 6px;
	}
	.cast--item-copy {
		font-size: 1.4rem;
		text-align: center;
		color: #c62e8b;
		line-height: 1;
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		height: 14px;
		margin-bottom: 8px;
	}
	.cast--item-type {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.cast--item-type li {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 49%;
		height: 24px;
		text-align: center;
		font-size: 1.1rem;
		line-height: 1;
		border: 1px solid #1a205c;
		background-color: #f4feff;
		margin-bottom: 2px;
	}
	.cast--item-time {
		background-color: #FFF;
		padding: 6px 8px;
		font-size: 1.4rem;
		line-height: 1;
		text-align: center;
	}
	.cast--item-nyutenbi {
		background-color: #FFF;
		padding: 6px 8px;
		font-size: 1.4rem;
		line-height: 1;
		text-align: center;
		margin-bottom: 1px;
		color: #2e5dbc;
	}
	.cast--item-memo {
		background-color: #FFF;
		padding: 6px 8px;
		font-size: 1.4rem;
		line-height: 1;
		text-align: left;
		margin-top: 4px;
	}
  
}

/* ==================================================================== */
/* DESKTOP
======================================================================= */
@media screen and (min-width: 768px), print {
	
	.cast--iconinfo {
		margin: 0 auto 20px;
		padding: 0 15px;
	}
	.cast--iconinfo ul {
		display: flex;
		justify-content: flex-end;
	}
	.cast--iconinfo ul li + li {
		margin-left: 15px;
	}
	
	.cast--list {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 20px;
		align-items: start;
	}
	
	.cast--item {
		position: relative;
		padding: 1px;
		background-color: #c2c4d5;
	}
	.cast--item a:hover img {
		opacity: inherit;
	}
	.cast--item-thum {
		position: relative;
		width: 100%;
		height: auto;
		aspect-ratio: 1	/	1.334;
		margin-bottom: 1px;
	}
	.cast--item-thum figure {
		height: 100%;
	}
	.cast--item-thum img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: top center;
	}
	
	.cast--item-bcup {
		width: 70px;
		position: absolute;
		right: 6px;
		bottom: 6px;
	}
	
	.cast--item-rank {
		position: absolute;
		top: -54px;
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
	}
	
	.cast--item-icon {
		position: absolute;
		width: 27px;
		top: 0;
		left: 0;
	}
	
	.cast--item-text {
		background-color: #FFF;
		margin-bottom: 1px;
		padding: 10px 8px;
		min-height: 152px;
	}
	.cast--item-name {
		font-size: 2.1rem;
		font-weight: 700;
		text-align: center;
		line-height: 1;
		color: #1a205c;
		margin-bottom: 5px;
	}
	.cast--item-name .age {
		font-size: 1.4rem;
		font-weight: 400;
		color: #2d2d2d;
		display: inline-block;
		margin-left: 6px;
	}
	.cast--item-size {
		display: flex;
		justify-content: center;
		font-size: 1.4rem;
		line-height: 1;
		margin-bottom: 10px;
	}
	.cast--item-size li + li {
		margin-left: 6px;
	}
	.cast--item-copy {
		font-size: 1.5rem;
		text-align: center;
		color: #c62e8b;
		line-height: 1;
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		height: 15px;
		margin-bottom: 15px;
	}
	.cast--item-type {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.cast--item-type li {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 49%;
		height: 24px;
		text-align: center;
		font-size: 1.3rem;
		line-height: 1;
		border: 1px solid #1a205c;
		background-color: #f4feff;
		margin-bottom: 2px;
	}
	.cast--item-time {
		background-color: #FFF;
		padding: 6px 8px;
		font-size: 1.4rem;
		line-height: 1;
		text-align: center;
	}
	.cast--item-nyutenbi {
		background-color: #FFF;
		padding: 6px 8px;
		font-size: 1.4rem;
		line-height: 1;
		text-align: center;
		margin-bottom: 1px;
		color: #2e5dbc;
	}
	.cast--item-memo {
		background-color: #FFF;
		border-radius: 10px;
		padding: 6px 8px;
		font-size: 1.4rem;
		line-height: 1;
		text-align: left;
		margin-top: 4px;
	}
  
}

