@charset "utf-8";

#castingResult {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	height: 512px;
	border-radius: 5px;
	background-color: #fff5d3;
}

@media (max-width: 768px) {
	#castingResult {
		display: none;
	}
}

.panel-card {
	position: relative;
	opacity: 0;
	float: left;
	margin: 5px;
	width: 110px;
	height: 130px;
	border-radius: 10px;
	text-align: center;
	background-color: #333;
	animation: card_show 0.5s;
	animation-fill-mode: forwards;
}

.panel-card-mask {
	position: absolute;
	display: block;
	opacity: 0;
	width: 110px;
	height: 130px;
	border-radius: 10px;
	animation: card_flash 0.5s;
	box-shadow: 0 0 50px #fff inset;
	background-color: #fff;
	filter: blur(20px);
	-webkit-filter: blur(20px);
}

.panel-card:nth-child(6){
	margin-left: 125px;
}

.ultimate {
	position: absolute;
	display: block;
	width: 110px;
	height: 130px;
	border-top: solid 10px #1e90ff;
	border-left: solid 2px #1e90ff;
	border-right: solid 2px #1e90ff;
	border-bottom: solid 2px #1e90ff;
	box-shadow: 0px 0px 15px #1e90ff inset;
	border-radius: 10px;
}

.ultimate p {
	position: relative;
	top: -12px;
	font-size: 11px;
	font-weight: bold;
	color: #432c28;
}

.super {
	position: absolute;
	display: block;
	width: 110px;
	height: 130px;
	border-top: solid 10px #ff76f7;
	border-left: solid 2px #ff76f7;
	border-right: solid 2px #ff76f7;
	border-bottom: solid 2px #ff76f7;
	box-shadow: 0px 0px 15px #ff76f7 inset;
	border-radius: 10px;
}

.super p {
	position: relative;
	top: -11px;
	font-size: 11px;
	font-weight: bold;
	color: #982B92;
	letter-spacing: 5px;
}

.rare {
	position: absolute;
	display: block;
	width: 110px;
	height: 130px;
	border-top: solid 10px #f6ff8a;
	border-left: solid 2px #f6ff8a;
	border-right: solid 2px #f6ff8a;
	border-bottom: solid 2px #f6ff8a;
	box-shadow: 0px 0px 10px #F3FF38 inset;
	border-radius: 10px;
}

.rare p {
	position: relative;
	top: -11px;
	font-size: 11px;
	font-weight: bold;
	color: #927d34;
	letter-spacing: 5px;
}

.panel-card .class-star {
	position: absolute;
	left: 50%;
	bottom: 22px;
	height: 20px;
	transform: translateX(-50%);
}

.panel-card .star-face {
	margin: auto;
	margin-top: 10px;
	width: 100px;
	height: 100px;
	border-radius: 10px;
	background-size: cover;
}

.star-type-vocal {
	position: absolute;
	bottom: 20px;
	left: 5px;
	width: 100px;
	height: 7px;
	background-color: #337ab7;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.star-type-dancer {
	position: absolute;
	bottom: 20px;
	left: 5px;
	width: 100px;
	height: 7px;
	background-color: #d9534f;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.star-type-session {
	position: absolute;
	bottom: 20px;
	left: 5px;
	width: 100px;
	height: 7px;
	background-color: #5cb85c;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.star-position-tap {
	position: absolute;
	top: 12px;
	left: 5px;
	width: 21px;
	height: 24px;
	background-image: url('/tst/Public/images/position_type_tap.png');
	background-size: 21px;
}

.star-position-long {
	position: absolute;
	top: 12px;
	left: 5px;
	width: 21px;
	height: 24px;
	background-image: url('/tst/Public/images/position_type_long.png');
	background-size: 21px;
}

.star-position-slide {
	position: absolute;
	top: 12px;
	left: 5px;
	width: 21px;
	height: 24px;
	background-image: url('/tst/Public/images/position_type_slide.png');
	background-size: 21px;
}

.star-position-flick {
	position: absolute;
	top: 12px;
	left: 5px;
	width: 21px;
	height: 24px;
	background-image: url('/tst/Public/images/position_type_flick.png');
	background-size: 21px;
}

.panel-card span {
	display: block;
	color: #fff;
}

.casting {
	position: relative;
	margin-left: 150px;
	padding-top: 60px;
	width: 750px;
	z-index: 10;
}

.collection #SR-PANEL {
	display: none;
	position: absolute;
	padding: 30px 50px;
	color: #000;
	border-radius: 25px;
	background-color: rgba(255,215,0,0.95);
	box-shadow: 0 4px 10px 0px #927d34;
	z-index: 11;
}

.collection #R-PANEL {
	display: none;
	position: absolute;
	padding: 30px 50px;
	color: #fff;
	border-radius: 25px;
	background-color: rgba(255,215,0,0.8);
	z-index: 10;
}

.collection .SR-PANEL {
	position: relative;
	float: left;
	margin: 5px;
	width: 85px;
	height: 100px;
	border-radius: 10px;
	text-align: center;
	background-color: #333;
	overflow: hidden;
}

.collection .SR-PANEL img {
	width: 80px;
	border-radius: 10px;
}

.collection-super {
	position: absolute;
	display: block;
	width: 85px;
	height: 100px;
	border-top: solid 10px #ff76f7;
	border-left: solid 2px #ff76f7;
	border-right: solid 2px #ff76f7;
	border-bottom: solid 2px #ff76f7;
	box-shadow: 0px 0px 15px #ff76f7 inset;
	border-radius: 10px;
}

.collection-super p {
	position: relative;
	top: -12px;
	font-size: 11px;
	font-weight: bold;
	color: #982B92;
}


.collection .SR-PANEL span {
	display: block;
	margin-top: -3px;
	color: #fff;
	font-size: 11px;
}

.collection .R-PANEL {
	float: left;
	margin: 5px;
	width: 85px;
	height: 100px;
	border-radius: 10px;
	text-align: center;
	background-color: #333;
}

.collection .R-PANEL img {
	width: 80px;
}

.collection-rare {
	position: absolute;
	display: block;
	width: 85px;
	height: 100px;
	border-top: solid 10px #f6ff8a;
	border-left: solid 2px #f6ff8a;
	border-right: solid 2px #f6ff8a;
	border-bottom: solid 2px #f6ff8a;
	box-shadow: 0px 0px 10px #F3FF38 inset;
	border-radius: 10px;
}

.collection-rare p {
	position: relative;
	top: -12px;
	font-size: 11px;
	font-weight: bold;
	color: #982B92;
}

.collection-type-1 {
	position: absolute;
	bottom: 20px;
	left: 2.5px;
	height: 3px;
	width: 80px;
	background-color: #d9534f;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.collection-type-2 {
	position: absolute;
	bottom: 20px;
	left: 2.5px;
	height: 3px;
	width: 80px;
	background-color: #337ab7;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.collection-type-3 {
	position: absolute;
	bottom: 20px;
	left: 2.5px;
	height: 3px;
	width: 80px;
	background-color: #5cb85c;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.information {
  float: left;
  width: 100%;
  padding: 5px;
  color: #000;
}

.information p {
  float: left;
  width: 65%;
}

.information p:nth-child(odd){
  width: 35%;
}

.super-casting {
	width: 230px;
	height: 88px;
}

.super-casting img {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: -10px;
	width: 50px;
}

.super-casting p {
	color: #000;
	font-weight: bold;
	font-size: 26px;
}

#btm-message {
	display: none;
}

.casting-btn-group {
	display: flex;
	margin: 0 auto;
}

.btn-casting-default {
	position: relative;
	flex: 1;
	margin: 15px;
	font-size: 20px;
	border-radius: 5px;
	background-color: black;
	box-shadow: 0 3px 8px 2px #666;
	overflow: hidden;
	cursor: pointer;
}

.btn-casting-default div:nth-child(1){
	float: left;
	padding-left: 20px;
	color: #ffd55b;
	line-height: 50px;
}

.btn-casting-default div:nth-child(2){
	position: absolute;
	right: 0;
	width: 90px;
	height: 50px;
	border-bottom: 50px solid #ffff7d;
	border-left: 25px solid transparent;
}

.btn-casting-default div:nth-child(3){
	position: absolute;
	right: 0;
	width: 85px;
	height: 50px;
	border-bottom: 50px solid #ffd55b;
	border-left: 30px solid transparent;
	color: #ffd55b;
}

.btn-casting-default div:nth-child(3) img {
	margin-top: 7px;
	width: 50px;
}

.super_ticket_casting {
	font-size: 16px;
}

.super_rare_casting {
	font-size: 16px;
}

.pickup_casting {
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name:pickup;
	-webkit-animation-duration: 3s;
}
