@charset "UTF-8";

.castlist a{
	display:block;	
	color:#000;
}

.castlist a:hover{
	opacity: 0.5;
	text-decoration: none;
}

.castlist div.inner{
	box-sizing: border-box;
	padding:5px;	
	color:#000;
}

.castlist p.copy{
	margin-bottom:5px;
}

.castlist p.copy span.note{
	display:block;	
	font-weight:bold;
	font-size:0.8rem;
	line-height:25px;	
	text-align: center;	
	/*background-color:#a70012;*/
	background-color:#147aaa;
	color:#fff;
}

@media only screen and (min-width: 480px){
	
	.castlist div.inner{
		padding:10px;
	}
	
}

@media only screen and (min-width: 720px){
	
	.castlist div.inner{
		padding:15px;
	}
	
}

/*//////////----- CHARGE -----//////////*/

.charge{
	margin-bottom:5px;	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;	
	width:100%;	
	position: relative;
}

.charge div.previous{
	width:50%;	
	box-sizing: border-box;
	padding-right:2.5px;	
	text-align: center;
}

.charge div.previous h6{
	font-weight:bold;
	font-size:0.6rem;
	line-height:20px;	
	background-color:#ccfbfe;
	margin-bottom:5px;
}

.charge div.previous p.row{
	font-size:0.6rem;
	line-height:20px;	
	background-color:#fff;
	margin-bottom:5px;	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;	
	width:100%;
}

.charge div.previous p.row span.time{
	width:30px;	
	background-color:#ccfbfe;
}

.charge div.previous p.row span.price{
	width:calc(100% - 30px);	
	box-sizing: border-box;
	border-left:solid 2.5px #fff;	
	text-align: center;	
	background-color:#ccfbfe;
}

.charge div.previous p.row:last-child{
	margin-bottom:0;
}

.charge div.now{
	width:50%;	
	box-sizing: border-box;
	padding-left:2.5px;	
	text-align: center;
}

.charge div.now h6{
	font-weight:bold;
	font-size:0.6rem;
	line-height:20px;	
	background-color:#FEC6D5;
	margin-bottom:5px;
}

.charge div.now p.row{
	line-height:20px;
	font-size:0.6rem;	
	background-color:#fff;
	margin-bottom:5px;	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;	
	width:100%;
}

.charge div.now p.row span.time{
	width:30px;	
	background-color:#FEC6D5;
}

.charge div.now p.row span.price{
	width:calc(100% - 30px);	
	box-sizing: border-box;
	border-left:solid 2.5px #fff;	
	text-align: center;	
	background-color:#FEC6D5;
}

.charge div.now p.row:first-child span.time{background-color:#147aaa !important;color:#fff !important;}
.charge div.now p.row:first-child span.price{background-color:#147aaa !important;color:#fff !important;}

.charge div.now p.row:last-child{
	margin-bottom:0;
}

.charge p.icon-arrow{
	display:block;
	content:"";	
	width:20px;
	height:20px;	
	position: absolute;
	top:0;
	left:0;
	right:0;	
	margin:0 auto;	
	background-image: url("../images/icon-arrow-right-black.png");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;	
	background-color:#fff;
	border-radius:50px;
}

.charge div.beginner{
	width:50%;	
	box-sizing: border-box;
	padding-right:2.5px;	
	text-align: center;
}

.charge div.beginner h6{
	font-weight:bold;
	font-size:0.6rem;
	line-height:20px;	
	background-color:#ccfbfe;
	margin-bottom:5px;
}

.charge div.beginner p{
	line-height:45px;
	font-size:0.6rem;
	color:#000;
	background-color:#ccfbfe;
}

/*//////////----- CASTIMG -----//////////*/

.castlist div.castimg{
	width:100%;	
	position: relative;
}

.castlist div.castimg p.thumbnail{
	width:100%;
}

.castlist div.castimg p.thumbnail img{
	width:100%;
	vertical-align: bottom;
}

.castlist div.castimg p.icon-newface{
	position: absolute;
	top:0;
	right:0;
}

.castlist div.castimg p.icon-newface span.note{
	display:block;
	width:80px;	
	font-size:0.8rem;
	line-height:20px;	
	font-weight:bold;	
	background-color:#ff7a93;
	color:#fff;	
	text-align: center;
}

.castlist div.castimg p.standby{
	position: absolute;
	bottom:0;
	right:0;	
	width:100%;	
	font-size:1.0rem;
	line-height:25px;	
	background-color:#ff7a93;
	color:#fff;	
	text-align: center;
}

.castlist div.castimg p.standby span.note{
	display:block;	
	width:100%;	
	font-size:0.8rem;
	line-height:25px;
	font-weight: bold;	
	background-color:#444;
	color:#fff;	
	text-align: center;
}

.castlist div.castimg p.icon-shop{
	position: absolute;
	bottom:25px;
	left:0;
}

.castlist div.castimg p.icon-shop span.note{
	display:block;
	width:90px;	
	font-size:0.8rem;
	line-height:20px;	
	font-weight:bold;	
	/*background-color:#4193ff;*/
	color:#fff;	
	text-align: center;
}

.castlist div.castimg p.icon-shop span.shop01{
	background-color:#4193ff;
}

.castlist div.castimg p.icon-shop span.shop02{
	background-color:#f80;
}

.castlist div.castimg p.icon-shop span.shop03{
	background-color:#80f;
}

/*//////////----- CASTTEXT -----//////////*/

.castlist div.casttext h4{
	text-align: center;	
	font-weight:bold;
}

.castlist div.casttext h4 span.age{
	font-size:0.8rem;
	line-height:1.75em;
}

.castlist div.casttext h4 span.age:before{
	content:"-";	
	box-sizing: border-box;
	padding:0 1.5px;
}

.castlist div.casttext h4 span.age:after{
	content:"-";	
	box-sizing: border-box;
	padding:0 1.5px;
}

.castlist div.casttext ul.size{
	font-size:0;
	line-height:1.0em;	
	text-align: center;
}

.castlist div.casttext ul.size li{
	display:inline-block;	
	font-size:0.8rem;
	line-height:20px;
}

.castlist div.casttext ul.size li:after{
	content:"/";	
	box-sizing: border-box;
	padding:0 1.5px;
}

.castlist div.casttext ul.size li:last-child:after{
	display:none;
}

.castlist div.casttext ul.size li.tall:before{
	content:"T";	
	box-sizing: border-box;
	padding-right:1.5px;	
	font-size:0.6rem;
	line-height:20px;
}

.castlist div.casttext ul.size li.bust:before{
	content:"B";	
	box-sizing: border-box;
	padding-right:1.5px;	
	font-size:0.6rem;
	line-height:20px;
}

.castlist div.casttext ul.size li.bust span.cup{
	font-size:0.7rem;
	line-height:20px;
}

.castlist div.casttext ul.size li.bust span.cup:before{
	content:"";	
	box-sizing: border-box;
	padding:0 1.5px;
}

.castlist div.casttext ul.size li.bust span.cup:after{
	content:"-";	
	box-sizing: border-box;
	padding:0 1.5px;
}

.castlist div.casttext ul.size li.waist:before{
	content:"W";	
	box-sizing: border-box;
	padding-right:1.5px;	
	font-size:0.6rem;
	line-height:20px;
}

.castlist div.casttext ul.size li.hip:before{
	content:"H";	
	box-sizing: border-box;
	padding-right:1.5px;	
	font-size:0.6rem;
	line-height:20px;
}

.castlist div.casttext ul.feature{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;	
	width:100%;
}

.castlist div.casttext ul.feature li{
	width:50%;	
	box-sizing: border-box;
	padding:2.5px 0;
}

.castlist div.casttext ul.feature li:nth-child(odd){
	box-sizing: border-box;
	padding-right:2.5px;
}

.castlist div.casttext ul.feature li:nth-child(even){
	box-sizing: border-box;
	padding-left:2.5px;
}

.castlist div.casttext ul.feature li span{
	display:block;	
	font-size:0.6rem;
	line-height:20px;
	font-weight:bold;	
	text-align: center;	
	background-color:#ff7a93;
	color:#fff;
}

.castlist div.casttext ul.area{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;	
	width:100%;
}

.castlist div.casttext ul.area li{
	width:50%;	
	box-sizing: border-box;
	padding:2.5px 0;
}

.castlist div.casttext ul.area li:nth-child(odd){
	box-sizing: border-box;
	padding-right:2.5px;
}

.castlist div.casttext ul.area li:nth-child(even){
	box-sizing: border-box;
	padding-left:2.5px;
}

.castlist div.casttext ul.area li span{
	display:block;	
	font-size:0.6rem;
	line-height:20px;
	font-weight:bold;	
	text-align: center;	
	background-color:#005ea9;
	color:#fff;
}

.castlist div.casttext p.valuation{
	font-size:0.8rem;
	line-height:25px;
	font-weight:bold;	
	box-sizing: border-box;
	border:solid 1px #444;
	text-align: center;	
	margin-top:5px;
}

.castlist div.casttext p.valuation span.note{
	font-size:0.6rem;
	line-height:25px;	
	box-sizing: border-box;
	padding:0 2.5px;
}

.castlist p.btn-cancel{
	width:100%;
}

.castlist p.btn-cancel button{
	width:100%;	
	background-color:#f8f8f8;
	color:#000;	
	box-sizing: border-box;
	border:solid 1px #888;
	border-radius:20px;	
	margin-top:10px;
}

/*//////////----- CAST -----//////////*/

.page div.container div.content-inner{
	margin-bottom:20px;
}

.page div.container div.content-inner:last-child{
	margin-bottom:0;
}

/*//////////----- CAST-ENROLLMENT -----//////////*/

#cast div.enrollment{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;	
	width:100%;
}

#cast div.enrollment article{
	width:50%;
}

/*//////////----- CAST-SORT -----//////////*/

.sort p.nav-open{
	width:100%;	
	font-size:1.0rem;
	line-height:40px;
	font-weight:bold;	
	text-align: center;	
	background-color:#FF8800;
	color:#fff;	
	position: relative;
}

.sort p.nav-open:hover{
	cursor: pointer;
	opacity: 0.8;
}

.sort p.nav-open::before{/* 閉じている時 */
	content: "＋";
	position: absolute;
	right: 20px;
}

.sort p.nav-open.active::before{/* 開いている時 */
	content: "－";
}

.sort nav{
	display:none;	
	box-sizing: border-box;
	padding:10px;
}

.sort nav div.row{
	margin-bottom:15px;
}

.sort nav div.row:last-child{
	margin-bottom:0;
}

.sort nav div.row h6{
	font-weight:bold;	
	box-sizing: border-box;
	padding-bottom:5px;
	border-bottom:solid 2.5px #147aaa;
	margin-bottom:10px;
}

.sort nav div.row ul{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;	
	width:100%;	
	box-sizing: border-box;
	padding:2.5px;
}

.sort nav div.row ul li{
	width:50%;	
	font-size:1.0rem;
	line-height:35px;	
	box-sizing: border-box;
	padding:2.5px;	
	text-align: center;
}

.sort nav div.row ul li span.ol{
	display:block;	
	background-color:#f0f0f0;
	color:#000;	
	border-radius:5px;
}

.sort nav div.row ul li span.ol:hover{
	cursor: pointer;
}

.sort nav div.row ul li span.mixitup-control-active{
	background-color:#147aaa;
	color:#fff;
}

/*//////////----- FULLCO2-146, 2024.01.24 => MENFULL-17, 2024.01.29 -----//////////*/
.sort nav div.row input[type="text"]{
	background-color:#fff;
	color:#444;
	
	-webkit-box-sizing: border-box;
	
	box-sizing: border-box;
	padding:10px;
	border:solid 1px #888;
	border-radius:5px;
	
	font-size:1.0rem;
	line-height:1.0em;
	max-width: 100%;
}

/*//////////----- RESULT -----//////////*/

.result p.caption{
	text-align: left;
	margin-bottom:20px;	
	font-weight:bold;
	color:#f00;
}

@media only screen and (min-width: 480px){
	
	.result p.caption{
		text-align: center;
	}
	
}

.result div.enrollment{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;	
	width:100%;
}

.result div.enrollment article{
	width:50%;
}

@media only screen and (min-width: 480px){
	
	.result div.enrollment article{
		width:50%;
	}
	
}
