@charset "utf-8";

span[class*="modalOpen"] {
	cursor: pointer;
}
label.cTxtLink03 > .txt {
	background: linear-gradient(#333, #333) 100% 95% / 100% 1px no-repeat;
	background-position-x: left;
}
/************************************************
kv
************************************************/
.kv {
	position: relative;
}
.kv .kvNote{
	position: absolute;
	margin: 0 10px;
	bottom: 13px;
}
/************************************************
uMv
************************************************/
.uMv .areaWrapper {
	width: 100%;
	padding: 5.5333% 3.6% 9.3333vw;
}
.uMv .text01 {
	font-size: 2.4vw;
	line-height: 1.3333;
}
/************************************************
prize01
************************************************/
.prize01 {
	position: relative;
}
.prize01 [class*="pzTxt"] {
	position: absolute;
	text-align: center;
	width: 100%;
}
.prize01 .pzTxt01 {
	top: 36%;
}
.prize01 .pzTxt02 {
	bottom: 5%;
}

/************************************************
labelModalBox
************************************************/
.labelModalBox {
	position: relative;
	top: 50%;
	width: 100%;
	margin: 0 auto;
	border-radius: 6px;
	border: 1px solid #585858;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	transform: translateY(-50%);
	-webkit-transition: .3s;
	transition: .3s;
}
.labelModalBox .labelCloseBtn {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 auto;
	cursor: pointer;
}

.labelModalBox .labelCloseBtn::before,
.labelModalBox .labelCloseBtn::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 25px;
	height: 2px;
	background: #989898;
}

.labelModalBox .labelCloseBtn::before {
	transform:rotate(45deg);
}

.labelModalBox .labelCloseBtn::after {
	transform:rotate(-45deg);
}

.labelModalBox .labelModalCnt {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 15px 5px 35px 15px;
	width: 100%;
	height: auto;
	max-height: 80vh;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	border-radius: 6px;
	z-index: 10000;
}

.labelModalBox .inr {
	padding: 0 10px 5px 0;
	margin-top: 10px;
	overflow-y: auto;
	max-height: calc(80vh - 80px);
}