@charset "Shift_JIS";
/* CSS Document */
/*----------------------------- PC•\Ž¦ start -----------------------------*/
/*present ƒvƒŒƒ[ƒ“ƒgî•ñ*/
.pageMainContents{
	width: 773px;
	clear: left;
}
.presentTit > img{
	width: 100%;
}
.pageMainContents span.note{
	color: #FF0004;;
}
.presentTitInner {
	margin: 20px 0 0 0;
	text-align: center;
}
.presentTitInner p{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 160%;
}
.presentTitInner .periodOut{
	margin: 20px 0 0 0;
}
.presentTitInner .periodOut .period {
	display: flex;
	align-items: center;
	justify-content: center;
}
.presentTitInner .periodOut .period li{
	font-size: 16px;
	font-weight: bold;
	border: 3px #f74f83 solid;
	letter-spacing: 0.5px;
}
.presentTitInner .periodOut .period li:first-child{
	color: #fff;
	background: #f74f83;
	border-radius: 100px 0 0 100px;
	padding: 10px 20px 10px 40px;
}
.presentTitInner .periodOut .period li:last-child{
	border-radius: 0 100px 100px 0;
	padding: 10px 40px 10px 20px;
}
.presentDetail {
	margin: 35px 0 0 0;
}
.presentDetail .txtArea{
	display: flex;
	align-content: flex-end;
	justify-content: space-between;
}
.presentDetail .txtArea a.btn{
	display: inline-block;
	color: #fff;
	position: relative;
	background: #81c943;
	padding: 17px 32px 0 20px;
	border-radius: 5px;
	line-height: 100%;
	height: 52px;
	box-sizing: border-box;
	font-size: 17px;
}
.presentDetail .txtArea a.btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 10px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}
.presentList {
	margin: 40px 0 0 0;
}
.presentListTit{
	margin-bottom: 25px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.presentListTit span{
	display: inline-block;
	padding: 16px 30px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #ea5360;
	border-radius: 5px;
	position: relative;
}
.presentListTit span::before,
.presentListTit span::after{
	content: "";
	width: 80px;
	height: 50px;
	background: url("../images/bg_presentListTit.svg") no-repeat center center / cover;
	position: absolute;
	top: 10px;
	z-index: -1;
}
.presentListTit span::before{
	left: -60px;
}
.presentListTit span::after{
	right: -60px;
	transform: scale(-1, 1);
}
.presentList ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.presentList ul li{
	width: calc((100% - 20px)/2);
	border: 5px solid #f74f83;
	border-radius: 20px;
	background: repeating-linear-gradient(-45deg,#fffceb 0,#fffceb 10px,#fff 10px,#fff 14px);
	position: relative;
}
.presentList ul li:nth-of-type(2){
	border: 5px solid #317bd5;
}
.presentList ul li p.num{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 90px;
	height: 86px;
	padding-top: 5px;
	color: #f74f83;
	font-size: 16px;
	font-weight: bold;
	background: url("../images/ico_present_num.svg") no-repeat center center / cover;
	filter: drop-shadow(3px 3px 0 rgba(0,0,0,.15));
	position: absolute;
	top: -20px;
	left: -20px;
}
.presentList ul li:nth-of-type(2) p.num{
	color: #317bd5;
}
.presentList ul li p.num span{
	display: inline-block;
	margin-bottom: 3px;
	font-size: 35px;
}
.presentList ul li > img{
	margin: 10px 0 -10px 0;
	width: 350px;
}
.presentList ul li .productName{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	min-height: 90px;
	padding: 15px;
	font-size: 20px;
	color:#fff;
	font-weight: bold;
	text-align: center;
	background-color: #f74f83;
	border-radius: 5px 5px 0 0;
}
.presentList ul li:nth-of-type(2) .productName{
	background-color: #317bd5;
}
.presentList ul li .productName .characterName{
	font-size: 14px;
	line-height: 100%;
}
.presentList ul li .productName .detail {
	font-size: 16px;
	line-height: 100%;
	display: block;
}
.productTxtArea{
	padding: 30px;
}
.productTxtArea img{
	width: 100%;
}
.presentList ul li p.txt{
	margin: 10px 0 0 0;
	font-size: 14px;
	width: 100%;
}
.wChanceArea {
	margin: 10px 0 0 0;
}
.wChanceArea img.tit {
	margin: 0 0 -20px 20px;
	width: 628px;
}
.wChanceInner {
	border: 7px solid #fee5ec;
	padding: 20px 25px;
	width: 100%;
	box-sizing: border-box;
}
.wChanceInner .titArea {
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
}
.wChanceInner .titArea img:first-child{
	width: 333px;
	height: 154px;
}
.wChanceInner .titArea img:last-child{
	width: 373px;
	height: 169px;
	margin: 0 0 0 3px;
}
.wChanceInner p.txt{
	font-size: 15px;
}
.wChanceInner p.txt a span{
	color:#ff0000;
	display: inline-block;
	position: relative;
	padding: 0 0 0 20px;
	transition: 0.3s;
	margin: 5px 0 0 0;
}
.wChanceInner p.txt a span:before{
	content:'¨';
	display: block;
	position: absolute;
	left: 0;
}
.wChanceInner p.txt a span:hover{
	opacity: 0.6;
}

#formArea > img{
	display: block;
	width: 352px;
	margin: 15px auto 0;
}
.formAreaInner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 20px 0 0 0;
}
.formAreaInner section.loginBox{
	width: 372px;
	box-sizing: border-box;
	padding: 24px 34px 14px;
	min-height: 464px;
}
.formWindow{
	width: 250px;
}

.formAreaInner .loginBox:first-child .tit{
	color:#ff3539;
	font-size: 21px;
	font-weight: bold;
}
.formAreaInner .loginBox:first-child .txt{
	color:#ff3539;
	text-align: left;
	margin: 10px 0 5px 0;
	font-size: 13px;
}
.formAreaInner .loginBox .txt_normal{
	color:#000000;
	text-align: left;
	margin: 10px 0 5px 0;
	font-size: 13px;
}
.formAreaInner .loginBox:last-child .tit{
	color:#03bcff;
	font-size: 21px;
	font-weight: bold;
}
.formAreaInner .loginBox:last-child .txt{
	font-size: 15px;
	margin: 40px 0 0 0;
	text-align: left;
}
.formAreaInner section.loginBox .lisJobSpot{
	width: 100%;
}
.formAreaInner section.loginBox input.btnSubmitOnOff[type="submit"]{
	background-color: #ffb11b;
	padding: 7px 50px 7px 30px;
	font-size: 17px;
	transition: 0.2s;
}
.formAreaInner section.loginBox input.btnSubmitOnOff[type="submit"]:hover{
	opacity: 0.8;
}
.formAreaInner .loginBox:last-child a{
	display: inline-block;
	min-width: 26%;
	margin: 33px 0 0 0;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 4px;
	position: relative;
	transition: 0.2s;
	background: url(../images/btn_form_arrow_next.svg) right center no-repeat #00c3ef;
	background-size: 22px 16px;
	padding: 14px 50px 14px 30px;
	font-size: 17px;
}


@media screen and (max-width: 640px){
	.pageMainContents {
		width: 100%;
		clear: both;
		box-sizing: border-box;
	}
	.presentTitInner p{
		text-align: left;
	}
	.presentTitInner .periodOut .period {
		flex-direction: column;
	}
	.presentTitInner .periodOut .period li:first-child {
		border-radius: 100px 100px 0 0;
		padding: 10px 20px 5px 20px;
		width: 80%;
		max-width: 400px;
		min-width: 280px;
		box-sizing: border-box;
	}
	.presentTitInner .periodOut .period li:last-child {
		border-radius: 0 0 100px 100px;
		padding: 5px 20px 10px 20px;
		width: 80%;
		max-width: 400px;
		min-width: 280px;
		box-sizing: border-box;
	}
	.presentDetail .txtArea a.btn {
		margin: 10px 0 0 0;
	}
	.presentListTit{
		margin-bottom: 25px;
	}
	.presentListTit span{
		padding: 16px 25px;
		font-size: 17px;
	}
	.presentListTit span::before{
		left: -40px;
	}
	.presentListTit span::after{
		right: -40px;
	}
	
	.presentList ul li p.txt{
		font-size: 13px;
	}

	.presentDetail .txtArea {
		flex-direction: column;
		align-items: flex-end;
	}
	.presentList ul{
		flex-direction: column;
		gap: 20px;
	}
	.presentList ul li{
		width: 100%;
	}
	.presentList ul li > img{
		width: 100%;
	}

	.presentList ul li .productName{
		min-height: 75px;
		font-size: 18px;
	}
	.presentList ul li .productName .characterName{
		font-size: 12px;
	}
	.presentList ul li .productName .detail {
		font-size: 14px;
	}

	.presentList ul li p.num{
		width: 80px;
		height: 77px;
		padding-top: 5px;
		font-size: 14px;
		top: -15px;
		left: -15px;
	}
	.presentList ul li p.num span{
		font-size: 30px;
	}
	.wChanceInner .titArea {
		flex-direction: column;
	}
	.wChanceArea img.tit {
		width: 80%;
	}
	.wChanceInner p.txt {
		margin: 10px 0 0 0;
		font-size: 13px;
	}
	.wChanceInner .titArea img:first-child ,
	.wChanceInner .titArea img:last-child {
		width: 100%;
		height: auto;
	}
	#formArea > img {
		width: 65%;
	}
	.formAreaInner {
		flex-direction: column;
	}
	.formAreaInner section.loginBox {
		width: 100%;
		min-height: auto;
		padding: 20px;
	}
	.formAreaInner .loginBox:first-child .txt {
		font-size:13px;
	}
	.formAreaInner .loginBox:last-child .txt {
		font-size: 13px;
		margin: 20px 0 0 0;
	}
}



/*--‰ïˆõ‹K–ñ‰ü’è‚Ì‚¨’m‚ç‚¹--*/
.importantArea {
		margin: 0 0 14px 0;
		padding: 0px 0px 20px 0px; 
		border: 6px solid #FF0004;
		text-align: center;

	}
.importantArea p{
		margin: 12px 20px;
		font-size:108%;
		line-height:150%;
		text-align: center;

}
.news .importantArea p{
		margin: 12px 20px;
		text-align: left;
	}
.importantArea p span {
		color:#005cc1;
	}
@media screen and (max-width: 640px){
	.importantArea p{
		text-align: left;
		}
}	
.importantArea .titleImp {
		margin: 0px 0 0 0;
		padding:8px 0px;
		background: #FF0004;
		color:#FFFFFF;
		text-align: center;
		font-size: 16px;
}
.importantArea .subTitleImp{
		margin: 12px 0 0 0;
		padding:8px;
		color: #FF0004;
		font-size: 15px;
		text-align: center;
}
.importantArea .subTitleImpL {
		margin: 12px 0 -12px 12px;
		padding:8px;
		color: #FF0004;
		font-size: 15px;
		text-align: left;
}
.importantArea .importantLink{
		color: #0033ff;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		text-decoration: underline;
}
.importantArea .importantBox{
		margin: 12px 20px;
		padding:15px 20px 8px 20px;
		color: #ff4e00;
		font-size: 15px;
		font-weight: bold;
		text-align: left;
		background: #ffff99;
}
.importantArea .importantBox >ul{
		margin: 0px;
	}
.importantArea .importantBox >ul >li{
		margin: 0px 0px 16px 0px;
		text-indent: -18px;
		padding-left: 15px;
}
