@charset "utf-8";

/*-----------------------------------------------------
first alert
-------------------------------------------------------*/
.first_alert {
	position: fixed; 
	bottom: 40%; 
	left: 0px; 
	right: 0px; 
	height: 60px; 
	z-index: 1000;
}

.first_alert_text {
	z-index: 1020; 
	position: absolute; 
	top: 0px; 
	bottom: 0px; 
	left: 0px; 
	right: 0px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	/*line-height: 60px;*/
	color: #fff;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.first_alert_bg {
	position: absolute; 
	top: 0px; 
	bottom: 0px; 
	left: 0px; 
	right: 0px; 
	z-index: 1010; 
	opacity: 0.95;
	background-color: #F49BB8;
}

.padl8 {
	padding-left: 8px;
}

/*-----------------------------------------------------
Error
-------------------------------------------------------*/
#Main ul.error_box {
	margin: 0 0 50px;
	padding: 35px 40px;
	color: #ff003c;
	border: 1px solid #ff003c;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#Main ul.error_box li {
	margin: 7px 0 0;
	padding-left: 1em;
	text-indent: -1em;
}
#Main ul.error_box li:first-child {
	margin: 0;
}
#Main .error {
	display: block;
	margin: 4px 0 0;
	line-height: 1.6;
	font-size: 12px;
	color: #ff003c;
}

/*-----------------------------------------------------
 gift kit
-------------------------------------------------------*/
.gift_kit_link p.more_btn {
	display: inline-block;
}

.gift_kit_link {
	margin-bottom:15px;
}

.gift_kit_link p.more_btn a {
	display: block;
	padding: 6px 9px;
	position: relative;
	text-align: center;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}

.gift_kit_notice {
	margin-bottom:15px;
	padding-left: 1em;
	text-indent: -1em;
}

/* display sp */
@media screen and (min-width: 768px) {
	.display_sp {
		display: none;
	}
	.gift_kit_link {
		margin-bottom:10px;
	}
	.gift_kit_link p.more_btn a {
		padding: 6px 14px;
		font-size: 97%;
		font-weight: bold;
		-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
		transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	}
	.gift_kit_link p.more_btn a:hover {
		background-color: rgba(255, 255, 255, 0.6);
	}
	.gift_kit_notice {
		margin-bottom:10px;
	}
}

/* display pc */
@media screen and (max-width: 767px) {
	.display_pc {
		display: none;
	}
}
