body {
	font-family: "Sawarabi Gothic";
	position: relative;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.main{
	margin:auto;
	margin-top: 3%;
}

footer {
	padding: 2px 0px !important;
	position: fixed;
	bottom: 1px;
	left: 0;
	width: 100%;
	z-index: 997;
}

#coupon-card{
	box-shadow: 1px 1px 5px grey;
    margin-top: 2%;
}

#coupon-image{
    width: 100%;
    height: auto;
}

.card{
	display: inline-block;
}

.card-content {
	font-size: 1em;
	padding: 8px 24px !important;
}

.card-action{
	border-top: 1px solid rgba(160,160,160,0.2);
}

#caution{
	padding-left: 0;
	font-size: 1em;
}

.modal {
	width: 95% !important;
	max-height: 93% !important;
}

.filter {
	display: inline-block;
	background: #000;
}

.used-filter {
	display: block;
	opacity: .3;
}

.footer-copyright {
	font-size: 10px !important;
	min-height: 10px !important;
	padding: 0px 10px !important;
}

#bg-filter {
	margin: 0px;
}

#used-btn {
	width: 100%;
	height: 2em;
	font-size: 2em;
}

.used{
	font-size: 1.7em !important;
}

.before-use-start{
	font-size: 1.7em !important;
}

.btn{
	color: #ffffff !important;
}

#modalUseConfirm {
	top: 40% !important;
}

#exchanged-icon {
	position: absolute;
	font-size: 230px;
	top: 30%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto;
}

#lottery {
	z-index: 1002;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(31, 31, 31, 0.322);
}

.lottery-frame {
	margin: auto;
	position: fixed;
	display: block;
	width: 288px;
	height: 288px;
	left: calc(50vw - 144px);
	top: calc(40vh - 140px);
	border-radius: 4px;
	background: -webkit-repeating-linear-gradient(-45deg, #ff7d7d, #ffffff 5px, #ffc854 5px, #ff260a 10px);
	background: repeating-linear-gradient(-45deg, #ff7d7d, #ffffff 5px, #ffc854 5px, #ff260a 10px);
}

.lottery-frame img {
	margin: 4px;
}

.modal-backdrop{
	width: 100%;
    height: 100%;
}

#not-campaign .card,#not-drawing .card,#not-exists .card{
	margin: auto;
    display: inline-block;
    padding: 24px;
	box-shadow: 1px 1px 5px grey;
    margin-top: 2%;
}