﻿@charset "utf-8";

#rewardPromotionArea.simple {
	position:relative;
	margin-bottom:5px;
	width:650px;
	height:100px;
	background:url(/image/shop/common/bg_premierfashontop.png) no-repeat;
}

#rewardPromotionArea.simple h3 {
	display:inline-block;
	overflow:hidden;
	width:0;
	height:0;
	text-indent:100%;
	white-space:nowrap;
}

#rewardPromotionArea.simple a,
#rewardPromotionArea.simple a:hover {
	position:absolute;
	top:57px;
	right:14px;
	display:inline-block;
	overflow:hidden;
	width:178px;
	height:23px;
	text-indent:100%;
	white-space:nowrap;
}

#rewardPromotionArea img {
	vertical-align:bottom;
	line-height:1;
}

#rewardPromotionArea h3 {
	position:absolute;
	top:7px;
	left:7px;
	margin:0;
	padding:0;
	border:0;
	line-height:1;
}

#rewardPromotionArea.reward h3 {
	width:637px;
	height:86px;
	background:url(/image/reward/banner_top.png) no-repeat;
}

.reward-outer {
	padding-bottom:20px;
	background-color:#FBF9F5;
}

.reward-outer .txt_test {
	padding:15px;
	background-color:#EFECE4;
	color:#5D3936;
	font-weight:bold;
	font-size:15px;
	line-height:1;
}

.reward-outer .txt_test a {
	float:right;
	color:#5D3936;
	font-size:13px;
}


.reward-outer .txt_test a::before {
	display:inline-block;
	margin-right:3px;
	width:14px;
	height:14px;
	background-image:url(/image/reward/ico_arrow.png);
	background-size:contain;
	background-repeat:no-repeat;
	content:"";
	vertical-align:middle;
}

.reward-outer .notice {
	margin-top:15px;
	text-align:center;
}

.reward-outer .caution {
	margin:0 auto;
	width:380px;
	color:#5D3936;
	text-indent:-1.5em;
	font-weight:bold;
	font-size:15px;
}

.btn_cm {
	margin:30px auto 15px;
	width:300px;
	color:#C05158;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	line-height:.5;
}

.btn_cm a.btn_radius_pink {
	width:245px;
	height:auto;
}

.btn_cm a.btn_radius_pink span {
	height:50px;
	font-size:20px;
}

.btn_cm i.txt_gray {
	display:block;
	margin: 20px 0 -10px;
	color: #5d3936;
	font-size:12px;
}

.btn_cm b {
	display:block;
	padding:12px 0;
	color:#C05158;
	font-size:20px;
}

.btn_cm b#cannot_watch {
	color:#5D3936;
	font-size:18px;
}

.btn_cm b#cannot_watch a {
	color:#1100C8;
	text-decoration:underline;
	line-height:1.2;
}

.btn_cm b.error2 {
	margin-top:-5px;
	color:#5D3936;
	font-size:18px;
	line-height:1.2;
}

.btn_cm b.error2 a {
	display:block;
	color:#1100C8;
	text-decoration:underline;
}

.btn_cm span.loading {
	display:block;
	margin:20px auto;
	width:150px;
	height:40px;
	color:#999;
	text-align:left;
	line-height:2.5;
}

.btn_cm span .dots::after {
	content:"";
	animation:dots 1.0s steps(4, end) infinite;
}

@keyframes dots {
	0%,
	20% {
		content:"";
	}

	40% {
		content:"・";
	}

	60% {
		content:"・・";
	}

	80%,
	100% {
		content:"・・・";
	}
}

.reward-outer .modal_block {
	display:none;
}

.modal_block {
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	width:100%;
	height:100%;
}

.modal_bg {
	position:absolute;
	z-index:1010;
	width:100%;
	height:100%;
	background:#000;
	opacity:.3;
}

.modal_content {
	/*モーダルウィンドウで表示するコンテンツ*/
	position:absolute;
	top:50%;
	left:48%;
	z-index:1020;
	margin:0 2% 2%;
	width:310px;
	border:#D3D3D3 solid 2px;
	border-radius:6px;
	background:#FFF;
	background-color:#F8F8F0;
	transform:translate(-50%, -50%);
}

.btn_modalclose a {
	position:absolute;
	top:-18px;
	right:-18px;
	display:block;
	width:38px;
	height:43px;
	background:url(/image/shop/pet/btn_close.png) no-repeat 0 0;
	font-size:0;
}

.btn_modalclose a:hover {
	background:url(/image/shop/pet/btn_close_on.png) no-repeat 0 0;
}

#loginbonus_block p.btn_modalclose.btn_bottom {
	margin:0 auto 1.5rem;
	width:5rem;
	border:#D3CCBD solid 1px;
	border-radius:16px;
	background:#F8F5ED;
	text-align:center;
	text-decoration:none;
	font-size:15px;
	line-height:1.8;
	cursor:pointer;
}

#diary_subject .modalBody h1 {
	padding:10px 15px 5px;
	border-bottom:2px solid #D3D3D3;
	border-radius:7px 7px 0 0;
	color:#828281;
	font-size:18px;
	line-height:1;
}

#diary_subject .modalBody h1::before {
	display:inline-block;
	width:28px;
	height:22px;
	background-image:url(/image/reward/icon_cm.png);
	background-repeat:no-repeat;
	content:"";
	vertical-align:middle;
}

/*角丸ボタン小　灰*/
a.btn_radius {
	display:block;
	box-sizing:border-box;
	width:110px;
	height:28px;
	border-radius:16px;
	text-align:center;
	text-decoration:none;
}

a.btn_radius.gray {
	border:#D3CCBD solid 2px;
	background:linear-gradient(#FCFBF8 0%, #F8F6EE 100%);
	box-shadow:0 1px 0 0 #B3AD9E;
	color:#878787;
	line-height:2;
}

a.btn_radius.pink {
	background:linear-gradient(#F192AC 0%, #ED7898 100%);
	box-shadow:0 1px 0 0 #730F2B;
	color:#FFF;
	line-height:2.4;
}

a.btn_radius:hover {
	box-shadow:none;
	text-decoration:none;
	opacity:.8;
	transition:.2s;
	transform:translateY(2px);
}

.reward-outer .done {
	margin-top:20px;
	padding-top:100px;
	background-image:url(/image/reward/img_getcoin.png);
	background-position:center 0;
	background-repeat:no-repeat;
	text-align:center;
}

.reward-outer .btn_done {
	display:flex;
	justify-content:space-between;
	margin:15px auto 20px;
	width:230px;
}

.reward-outer #shop-managerInfoArea {
	margin-top:30px;
}

.reward-outer #shop-managerInfoArea .bottom {
	background-color:#FBF9F5;
}

/*角丸ボタン大　グレー*/

.btn_cm .btn_radius_gray {
	position:relative;
	display:inline-block;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:18px 0;
	width:245px;
	height:40px;
	border-radius:32px;
	background:linear-gradient(#CDCDCD 0%, #ABABAB 100%);

/* box-shadowで外枠を */
	color:#828281;
	text-align:center;
	letter-spacing:1px;
	font-weight:bold;
	font-size:15px;
	line-height:2.8;
}