@charset "Shift_JIS";
/*---------------------------------
変更時一括置換
 オレンジ：#ed7f0f
 オレンジhover：e67400
 青：#0280e3
 青hover：#035798
----------------------------------*/
.container h2:after,
.container h3:after{
	background-color: #db0103;
}

.alertE{
	color:#cd1111;
}
.btnE{
	background:#cd1111;
}
.btnE:hover{
	background:#de3535;
	text-decoration:none;
}

/*---------------------------------
 角丸キャッチコピー用
----------------------------------*/

p.deadline {
	text-align:center;
	font-size:1.3rem;
/*	margin-bottom:0.9em;*/
	line-height: 1.2;
	color: #ffffff;
	background-color: #a33310;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}

p.deadlineUnder {
	text-align:center;
	font-size:1.1rem;
	line-height:1.2;
	color:#8a060c;
	border-bottom:2px solid #8a060c;
	padding-bottom:0.4em;
	margin-bottom:0.9em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


/*---------------------------------
アコーディオン構成
----------------------------------*/

article{
	margin-bottom:0;
}

.accordion,
.accordion-btn{
	margin-top:0 !important;
}

article:last-child{
	margin-bottom:60px;
}

/*---------------------------------
 各割引レイアウト
----------------------------------*/

dl.detail {
	margin:1.5em 0;
	border-top:solid 1px #ccc;
}

dl.detail dt,dd {
	padding:1.00%;
}

dl.detail dt.ttl {
	background: #efefef;
}


dl.detail dd.dct {
	color:#c8000b;
}

dl.detail dd.dct span {
	font-size:1.4em;
	margin-left:0.2em;
	font-weight:bold;
}

@media screen and (min-width:768px) {
	dl.detail {
		display:table;
		width:100%;
	}

	dl.detail dt ,
	dl.detail dd {
		display:table-cell;
	}

	dl.detail .ttl {
		width:25%;
	}

	dl.detail .dct {
		width:35%;
	}
}
/*---------------------------------
 角丸step
----------------------------------*/

.step dl{
	text-align:center;
	margin-bottom:0.9em;
	line-height: 1.2;
	color: #666;
	border:solid 2px #ffd3a5;
	background-color: #fff5e3;
	border-radius: 5px;
	padding: 10px;
}

.step dl .heading{
	color:#ed7f0f;
	font-weight;bold;
	padding-bottom:10px;
}

/*---------------------------------
 エントリーボタン
----------------------------------*/
.entryBtn,.shoppingBtn{
	margin:1em auto;

}

.btnOrange {
	/*background:#dd010d;*/
	color:#ffff08;
	background: #ff752b; /* Old browsers */
	background: linear-gradient(to bottom,	#FF752B 25%,#F8552A 64%,#EF3F13 100%); 
	border-radius: 20px;
	box-shadow: 0 7px 9px rgba(0,0,0,0.3);
	transition: .3s;
	width: 45%;
}
.btnBlack {
	/*background:#dd010d;*/
	color:#ffff08;
	background: #000000;
	border-radius: 20px;
	box-shadow: 0 7px 9px rgba(0,0,0,0.3);
	transition: .3s;
	width: 45%;
}
.row .btnOrange,
.row .btnBlack {
	width: 90%;
}

@media screen and (max-width:767px) {
.btnOrange,
.btnBlack {
	width: 75%;
	padding:10px;
	line-height: 1.2;
	border-radius: 10px;
	}
}

.btnOrange:hover{
	box-shadow: 0 0 2px rgba(0,0,0,0.48);
	/*background: #e26e18;*/
	color:#ffff08;
	text-decoration:none;
}
.btnBlack:hover{
	box-shadow: 0 0 2px rgba(0,0,0,0.48);
	/*background: #e26e18;*/
	color:#ffff08;
	text-decoration:none;
}

.btnOrange span:not(.linkArrow),
.btnBlack span:not(.linkArrow){
	color:#fff;
}

.btnOrange .linkArrow:after,
.btnBlack .linkArrow:after{
	border-color:#fffe08;
}
/*--- 光らせるエフェクト ---*/
.imgReflection {
	width:100%;
	position:relative;
	overflow:hidden;
}

.reflection {
	display:block;
	position:absolute;
	top:-180px;
	left:0;
	width:30px;
	height:100%;
	background-color: #fff;
	opacit:0;

	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 4s ease-in-out infinite;

	-moz-transform: rotate(45deg);
	-moz-animation: reflection 4s ease-in-out infinite;

	-ms-transform: rotate(45deg);
	-ms-animation: reflection 4s ease-in-out infinite;

	-o-transform: rotate(45deg);
	-o-animation: reflection 4s ease-in-out infinite;

	transform: rotate(45deg);
	animation: reflection 4s ease-in-out infinite;
}


/* animation設定 @reflection */

@-webkit-keyframes reflection {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

@-moz-keyframes reflection {
	0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}

@-ms-keyframes reflection {
	0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}

@-o-keyframes reflection {
	0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}

@keyframes reflection {
	0% { transform: scale(0) rotate(45deg); opacity: 0; }
	80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { transform: scale(4) rotate(45deg); opacity: 1; }
	100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

/*---------------------------------
 商品券アイコン
----------------------------------*/
.gift50,.gift60,.gift100{
    padding: 0.5em 0 0.5em 50px !important;
    display: block !important;
}
.gift50{
    background-image: url(/campaign/ecoupon/images/index/icon_gift50.gif)  !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
}
.gift60{
    background-image: url(/campaign/ecoupon/images/index/icon_gift60.gif)  !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
}
.gift100{
    background-image: url(/campaign/ecoupon/images/index/icon_gift100.gif)  !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
}
