
.logo {
	text-align: center;
	padding: 14px 0;
	height: 64px;
	box-sizing: border-box;
	overflow: hidden;
}

.logo img.pc_only {
	display: block;
	margin: 0 auto;
}

.dwc {
	position: relative;
}

#tab {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000); 
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 64px;
	left: 0;
	width: 100%;
	min-width: 980px;
	height: 68px;
	z-index: 10;
	-webkit-transition: height .3s;
	transition: height .3s;
	box-sizing: border-box;
}

#tab:not(:target){
	filter: none;
}

#tab.fixed {
	position: fixed;
	top: 0;
	height: 50px;
}

#tab.fixed ul li .icon {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	margin-right: 8px;
	margin-left: -20px;
}

#tab.fixed ul li p {
	margin-left: 8px;
	display: inline-block;
	vertical-align: middle;
}

#tab.floor {
	border-bottom: 4px solid #34495e;
}

#tab.shops {
	border-bottom: 4px solid #e85647;
}

#tab.restaurants {
	border-bottom: 4px solid #17a489;
}

#tab.services {
	border-bottom: 4px solid #f6ba19;
}

#tab ul {
	display: table;
	width: 940px;
	margin: 0 auto;
}

#tab ul li {
	font-size: 16px;
	width: 235px;
	height: 64px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
}

#tab.fixed ul li {
	height: 46px;
}

#tab ul li a {
	color: #fff;
	display: block;
}

#tab ul li:hover {
	cursor: pointer;
}

#tab ul li .icon {
	display: block;
	margin: 0 auto 6px;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#tab ul li p {
	-webkit-transition: all .3s;
	transition: all .3s;
}

#tab ul li.floor         { background-color: #34495e;}
#tab ul li.floor:hover   { background-color: #fff;}
#tab ul li.floor:hover a {color: #34495e;}
#tab ul li.floor:hover .cls-1 {fill: #34495e;}

#tab ul li.shops         { background-color: #e85647;}
#tab ul li.shops:hover   { background-color: #fff;}
#tab ul li.shops:hover a { color: #e85647;}
#tab ul li.shops:hover .cls-1 {fill: #e85647;}

#tab ul li.restau         {background-color: #17a489;}
#tab ul li.restau:hover   { background-color: #fff;}
#tab ul li.restau:hover a { color: #17a489;}
#tab ul li.restau:hover .cls-1 {fill: #17a489;}

#tab ul li.services         {background-color: #f6ba19;}
#tab ul li.services:hover   {background-color: #fff;}
#tab ul li.services:hover a {color: #f6ba19;}
#tab ul li.services:hover .cls-1 {fill: #f6ba19;}

.dwc #contents {
	width: 100%;
	min-width: 980px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff,endColorstr=#66ffffff); 
	background: rgba(255,255,255,0.4);
	padding: 40px 0 5px;
	margin-bottom: 80px;
	margin-top: 68px;
	position: relative;
}

.dwc #contents:not(:target) {
	filter: none;
}

.dwc #contents .fukidashi-floor {
	color: #fff;
	text-align: center;
	padding: 6px 0;
	position: relative;
	margin-bottom: 35px;
	background: #34495e;
	letter-spacing: .1em;
}

.dwc #contents .fukidashi-floor:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #34495e;
}

.btn_use {
	width: 560px;
	display: block;
	margin: 0 auto 80px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 31px 0;
	background-color: #e85647;
	font-weight: 700;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
	letter-spacing: .1em;
	position: relative;
	overflow:hidden;
}

.btn_use:hover {
	background-color: #fff;
	color: #e85647;
}

.btn_use .arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
	width: 10px;
	height: 14px;
	opacity: 1;
}

.btn_use:hover .arrow {
	animation: arrow .5s ;
}

.cls-1 {
	fill: #fff;
	fill-rule: evenodd;
}

.btn_use:hover .cls-1 {
	fill: #e85647;
}

@keyframes arrow {
	30% {
		right: 20px;
		opacity: 0;
	}
	50% {
		right: 40px;
		opacity: 0;
	}
	100% {
		right: 20px;
		opacity: 1;
	}
}

.coupon_list {
	margin-bottom: 13px;
}

.coupon_list .coupon{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCffffff,endColorstr=#CCffffff); 
	background-color: rgba(255,255,255,0.8);
	width: 312px;
	float: left;
	margin-left: 22px;
	margin-bottom: 22px;
	position: relative;
	overflow: hidden;
	height: 100%;
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
	-webkit-transition: background-color .3s,box-shadow .3s,top .3s;
	transition: background-color .3s,box-shadow .3s,top .3s;
	top: 0;
}

.coupon_list .coupon:not(:target) {
	filter: none;
}

.coupon_list .raw .coupon:first-child{
	margin-left: 0;
}

.coupon_list .coupon:hover {
	background-color: rgba(255,255,255,0.9);
	box-shadow:0px 30px 40px 0px rgba(0,0,0,.15);
	top: -3px;
	z-index: 1;
}

.coupon_list .coupon .new {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 48px 48px 0;
	border-color: transparent #e85747 transparent transparent;
}

.coupon_list .coupon .new:after {
	content: 'NEW';
	position: absolute;
	top: 8px;
	right: -48px;
	font-size: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	color: #fff;
}

.coupon_list .coupon a {
	width: 312px;
	display: block;
	padding: 20px 20px 35px 20px;
	box-sizing: border-box;
	color: #222;
	line-height: 1.5;
	height: 100%;
}

.coupon_list .coupon .shoplogo {
	height: 100px;
	margin-bottom: 15px;
	text-align: center;
}

.coupon_list .coupon .shopinfo {
	padding-bottom: 10px;
	background: url("../img/pc/dwc/index_arrow.svg") no-repeat center right;
	margin-bottom: 35px;
	background-size: 8px 10px;
	border-bottom: 1px dotted #b9b9b9;
	padding-right: 15px;
}

.coupon_list .coupon .shopname {
	font-size: 16px;
}

.coupon_list .coupon .category {
	font-size: 12px;
}

.coupon_list .coupon .category > span {
	margin-right: 8px;
}

.coupon_list .coupon .brand {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
}

.coupon_list .coupon .txt {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 700;
}

.coupon_list .coupon .ttl {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	height: auto;
	max-height: 56px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.coupon_list .coupon .ttl .small {
	font-size: 14px;
}

.no-coupon {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #222;
	padding: 120px 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCffffff,endColorstr=#CCffffff);
	background: rgba(255,255,255,0.8);
	margin-bottom: 35px;
}

.container {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.no-coupon:not(:target) {
	filter: none;
}

.pc_non{
	display: none;
}

.sp_non{
	display: block;
}

@media screen and (max-width: 640px) {
	.logo {
		padding: 16px 0;
		height: auto;
	}

	.logo img.pc_only {
		display: none;
	}

	.logo img.sp_only {
		display: block;
		margin: 0 auto;
	}

	#tab {
		min-width: 100%;
		height: 49px;
		top: 60px;
	}

	#tab ul {
		width: 100%;
		table-layout: fixed;
	}

	#tab ul li {
		width: 25%;
		height: 45px;
		font-size: 12px;
	}

	#tab.fixed {
		height: 40px;
	}

	#tab.fixed ul li {
		height: 36px;
	}

	#tab.fixed ul li .icon {
		margin: 0;
	}

	#tab.fixed ul li p {
		display: none;
	}

	#tab ul li.floor .icon {
		width:18px;
		height: 10px;
		margin-bottom: 3px;
		margin-top: 6px;
	}

	#tab ul li.shops .icon {
		width:12px;
		height: 12px;
		margin-bottom: 3px;
		margin-top: 6px;
	}

	#tab ul li.restau .icon {
		width:10px;
		height: 13px;
		margin-bottom: 3px;
		margin-top: 6px;
	}

	#tab ul li.services .icon {
		width:10px;
		height: 11px;
		margin-bottom: 3px;
		margin-top: 6px;
	}

	.dwc #contents {
		min-width: 100%;
		padding: 20px 0 20px;
		margin-top: 49px;
		margin-bottom: 40px;
	}

	.dwc #contents .fukidashi-floor {
		margin-bottom: 15px;
		font-size: 16px;
	}

	.coupon_list:last-child {
		margin-bottom: 0;
	}

	.coupon_list li:last-child {
		margin-bottom: 0;
	}

	.coupon_list .coupon {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		margin-left: 0;
	}

	.coupon_list .coupon a {
		background: url("../img/pc/dwc/index_arrow.svg") no-repeat  97% 50%;
		background-size: 8px 10px;
		padding: 10px 9.6% 10px 10px;
		width: 100%;
		height: auto;
	}

	.coupon_list .coupon dl {
		display: table;
		width: 100%;
	}

	.coupon_list .coupon dt {
		vertical-align: top;
		width: 50px;
		display: table-cell;
	}

	.coupon_list .coupon .shoplogo {
		height: 50px;
		width: 50px;
	}

	.coupon_list .coupon .shoplogo img {
		width: 100%;
	}

	.coupon_list .coupon dd {
		vertical-align: middle;
		padding: 10px 0 10px 10px;
		width: 100%;
		display: table-cell;
	}

	.coupon_list .coupon .new {
		border-width: 0 32px 32px 0;
		top: 4px;
		right: 4px;
	}

	.coupon_list .coupon .new:after {
		font-size: 8px;
		top: 6px;
		right: -31px;
	}

	.coupon_list .coupon .shopname {
		font-size: 12px;
	}

	.coupon_list .coupon .category {
		font-size: 10px;
	}

	.coupon_list .coupon .category > span {
		margin-right: 5px;
	}

	.coupon_list .coupon .shopinfo {
		padding-bottom: 10px;
		margin-bottom: 10px;
		background: none;
		padding-right: 8px;
	}

	.coupon_list .coupon .txt {
		font-size: 12px;
	}

	.coupon_list .coupon .brand {
		font-size: 10px;
	}

	.coupon_list .coupon .ttl {
		font-size: 16px;
		-webkit-line-clamp: 2;
		white-space: normal;
		max-height: 2.7em;
		height: auto;
	}

	.coupon_list .coupon .ttl .small {
		font-size: 12px;
	}

	.bnr_sale {
		bottom: 0;
		width: 100%;
	}
	.bnr_sale.absolute_pos{
		position: absolute;
		bottom: 148px;
	}

	.btn_use {
		width: 100%;
		margin-bottom: 40px;
		font-size: 14px;
		padding: 16px 0;
		background-size: 9px 12px;
	}

	.btn_use .arrow {
		width: 9px;
		height: 12px;
		right: 10px;
		margin-top: -6px;
	}

	@keyframes arrow {
		30% {
			right: 10px;
			opacity: 0;
		}
		50% {
			right: 20px;
			opacity: 0;
		}
		100% {
			right: 10px;
			opacity: 1;
		}
	}

	.no-coupon {
		font-size: 12px;
		padding: 60px 0;
		margin-bottom: 0;
	}

	.pc_non{
		display: block;
	}

	.sp_non{
		display: none;
	}

}

/*バナー追加時下のコメントを外す*/

/*.dwc #contents {
	padding: 190px 0 5px;
}

.bnr_normal{
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	margin:0 auto;
	width: 1000px;
	z-index: 9;
	-webkit-animation: bnr 1s ease forwards;
	animation: bnr 1s ease forwards;
}

.bnr_normal.fixed_bnr{
	position: fixed;
	top: 60px;
	opacity: 0;
	-webkit-animation: bnr_fix 1s ease forwards;
	animation: bnr_fix 1s ease forwards;
}

@keyframes bnr{
	0%{
		opacity:0;
	}
	100%{
		opacity: 1;
	}
}

@keyframes bnr_fix{
	0%{
		opacity:0;
	}
	100%{
		opacity: 1;
	}
}

.bnr_normal a{
	display: block;
	padding: 0;
}

@media screen and (max-width: 640px) {
	.dwc #contents {
		padding: 25% 0 20px;
	}

	.bnr_normal{
		top: 10px;
		width: 100%;
		display: block;
	}

	.bnr_normal.fixed_bnr{
		width: 100%;
		display: block;
		top: 50px;
	}

}*/

