
@charset "utf-8";

/*=====================================

coupon.css

=====================================*/

/*-------------------------------------
 couponSearchBox
-------------------------------------*/
.couponSearchBox {
	margin: 0 0 45px 0;
	padding: 40px 45px;
	background: #f9f9f9;
}
/* couponSearchTab
-------------------------------------*/
.couponSearchTab {
	display: none;
	margin: 0 -11px 8px -11px;
}
.couponSearchTab ul {
	display: table;
	width: 100%;
	border-collapse:separate;
	border-spacing: 11px 0;
	table-layout: fixed;
}
.couponSearchTab li {
	display: table-cell;
	width: 50%;
	height: 80px;
	padding: 0 15px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	background-color: #242424;
	box-sizing: content-box;
}
.couponSearchTab li.current {
	background-color: #6a0034;
}
.couponSearchTab li.disabled {
	cursor: default;
	background-color: #eee;
}
/* couponSearchTabBox
-------------------------------------*/
.couponSearchTabBox {
	display: none;
	margin: 0 0 8px 0;
	padding: 15px 32px 10px 32px;
	border: 3px solid #6a0034;
	overflow: hidden;
}
.couponSearchCategory p {
	margin: 0 0 15px 0;
	padding: 5px 0 0 0;
	text-align: center;
}
.couponSearchCategory ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px 10px 0;
}
.couponSearchCategory ul li {
	width: 25%;
	padding: 0 12px 12px 0;
	flex-shrink: 0;
	box-sizing: border-box;
}
.couponSearchCategory ul li label {
	position: relative;
	display: block;
	padding: 13px 0 13px 40px;
	cursor: pointer;
	line-height: 1.2;
	border-radius: 10px;
	border: 1px solid #cbcbcb;
	background: #fcfcfc;
}
.couponSearchCategory ul li label input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
.couponSearchCategory ul li label:after {
	content: "";
	position: absolute;
	top: 11px;
	left: 14px;
	width: 22px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: none;
	background: url(/urban/common/images/coupon_search_check_off.png) no-repeat 0 0 #fff;
}
.couponSearchCategory ul li label.checked:after {
	background-image: url(/urban/common/images/coupon_search_check_on.png);
}
.couponSearchSubmit {
	padding: 0 0 20px 0;
	text-align: center;
}
.couponSearchSubmit button {
	width: 350px;
	height: 70px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	background: url(/urban/common/images/icn_search_submit.png) no-repeat 15px center #242424;
}

.couponSearchShop ul + p {
	padding-top: 15px;
	border-top: 1px solid #a8a8a8;
}
.couponSearchShop p {
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
}
.couponSearchShop ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px 10px 0;
}
.couponSearchShop ul li {
	width: 10%;
	padding: 0 12px 12px 0;
	font-size: 20px;
	flex-shrink: 0;
	box-sizing: border-box;
}
.couponSearchShop ul li a {
	display: block;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	border: 1px solid #cbcbcb;
	background: #fff;
}
.couponSearchShop ul li.select a {
	color: #fff;
	font-weight: bold;
	background: #91004f;
}

/* couponSearchResult
-------------------------------------*/
.couponSearchResult h3 {
	margin: 0 0 15px 0;
	padding: 0 0 13px 0;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #a8a8a8;
}
.couponResultTxt {
	margin: 0 0 15px 0;
}
.couponResultNum {
	margin: 0 0 15px 0;
	font-size: 22px;
}
.couponResultNum em {
	color: #91004f;
	font-weight: bold;
}
.couponResultList01 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px 28px 0;
}
.couponResultList01 li {
	width: 25%;
	padding: 0 12px 12px 0;
	flex-shrink: 0;
	box-sizing: border-box;
}
.couponResultList01 li a {
	display: block;
	height: 100%;
	color: #000;
	line-height: 1.3;
	text-decoration: none;
	border: 1px solid #a8a8a8;
}
.couponResultList01 .pic img {
	width: 100%;
}
.couponResultList01 .item {
	padding: 19px 11px;
}
.couponResultList01 .hline {
	display: flex;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #a8a8a8;
}
.couponResultList01 .logo {
	width: 40px;
	height: 40px;
	border: 1px solid #a8a8a8;
	flex-shrink: 0;
	box-sizing: border-box;
}
.couponResultList01 .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.couponResultList01 .coupon {
	padding: 0 0 0 12px;
	color: #91004f;
	font-size: 20px;
	font-weight: bold;
}
.couponResultList01 .ttl {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	word-break: normal;
}
.couponResultBtn {
	text-align: center;
}
.couponResultBtn button {
	width: 420px;
	height: 60px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	background: url(/urban/common/images/icn_arw07.png) no-repeat right 20px center #242424;
}
.couponResultBtn p {
	padding: 12px 0 0 0;
}

/* couponModal
-------------------------------------*/
.couponOverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.9);
}
.couponDialogOverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.7);
}
.couponModalBox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	background: #fff;
	transform: translate(-50%, -50%);
}
.couponModalHead {
	padding: 14px;
	font-size: 16px;
	text-align: center;
	background: #f0f0f0;
}
.couponModalClose .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 0;
	padding: 30px 0 0 0;
	cursor: pointer;
	background: url(/urban/common/images/icn_close01.png) no-repeat 0 0 / 100% auto;
	overflow: hidden;
}
.couponModalBody {
	max-height: calc(90vh - 100px);
	padding: 12px 20px;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}
.couponModalTitle {
	display: flex;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #a8a8a8;
}
.couponModalTitle .logo {
	width: 60px;
	height: 60px;
	border: 1px solid #a8a8a8;
	flex-shrink: 0;
	box-sizing: border-box;
}
.couponModalTitle .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.couponModalTitle .item {
	padding: 0 0 0 12px;
}
.couponModalTitle .store {
	font-size: 18px;
}
.couponModalTitle .ttl {
	font-size: 24px;
	font-weight: bold;
}
.couponModalDetail {
	display: flex;
	padding: 0 0 25px 0;
}
.couponModalDetail .pic {
	width: 300px;
	flex-shrink: 0;
}
.couponModalDetail .detail {
	width: 100%;
	padding: 0 0 0 40px;
	line-height: 1.3;
	text-align: center;
	box-sizing: border-box;
}
.couponModalDetail .coupon {
	padding: 15px 0 23px 0;
	color: #91004f;
	font-size: 25px;
	font-weight: bold;
}
.couponModalDetail .txt {
	margin: 0 0 6px 0;
	font-weight: bold;
}
.couponModalDetail .time {
	margin: 0 0 15px 0;
	font-weight: bold;
}
.couponModalDetail .summary {
	margin: 0 0 15px 0;
	font-size: 16px;
	text-align: left;
}
.couponModalDetail .valid {
	margin: 0 0 18px 0;
}
.couponModalDetail .valid p {
	margin: 0 0 2px 0;
	font-size: 14px;
	text-align: left;
}
.couponModalDetail .valid .box {
	padding: 10px 5px;
	font-size: 18px;
	font-weight: bold;
	border: 8px solid #f8e4ef;
}
.couponModalDetail .memo {
	font-size: 16px;
}
.couponModalBtn,
.couponModalDialog {
	display: none;
}
.couponModalNote {
	padding: 0 0 25px 0;
	font-size: 14px;
}
.couponModalNote p {
	margin: 0 0 5px 0;
}
.couponModalNote ul li {
	position: relative;
	margin: 0 0 2px 0;
	padding: 0 0 0 1em;
}
.couponModalNote ul li:before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0.3em;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: #000;
}
.couponModalFoot {
	background: #f0f0f0;
}
.couponModalFoot .close {
	padding: 14px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}












/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/


/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 767px) {

/*-------------------------------------
 couponSearchBox
-------------------------------------*/
.couponSearchBox {
	margin: 0 -10px 10px -10px;
	padding: 12px 10px;
}
/* couponSearchTab
-------------------------------------*/
.couponSearchTab li {
	height: 40px;
	padding: 5px 0;
	font-size: 14px;
}
/* couponSearchTabBox
-------------------------------------*/
.couponSearchTabBox {
	padding: 6px;
	border: 2px solid #6a0034;
}
.couponSearchCategory p {
	margin: 0 0 10px 0;
	padding: 3px 0 0 0;
	font-size: 12px;
}
.couponSearchCategory ul {
	margin: 0 -11px 0 0;
}
.couponSearchCategory ul li {
	width: 50%;
	padding: 0 11px 15px 0;
}
.couponSearchCategory ul li label {
	display: flex;
	align-items: center;
	height: 100%;
	min-height: 43px;
	padding: 3px 3px 3px 30px;
	border-radius: 5px;
	box-sizing: border-box;
}
.couponSearchCategory ul li label:after {
	position: absolute;
	top: 11px;
	left: 7px;
	width: 17px;
	height: 17px;
	background-image: url(/urban/common/images/coupon_search_check_off_sp.png);
	background-size: 100% auto;
}
.couponSearchCategory ul li label.checked:after {
	background-image: url(/urban/common/images/coupon_search_check_on_sp.png);
}
.couponSearchSubmit {
	padding: 0;
}
.couponSearchSubmit button {
	width: 100%;
	height: 40px;
	font-size: 14px;
	background-image: url(/urban/common/images/icn_search_submit_sp.png);
	background-size: 22px 22px;
}

.couponSearchShop {
	margin: 0 0 -7px 0;
}
.couponSearchShop ul + p {
	padding-top: 12px;
}
.couponSearchShop p {
	margin: 2px 0 7px 0;
	font-size: 12px;
}
.couponSearchShop ul {
	margin: 0 -7px 7px 0;
}
.couponSearchShop ul li {
	width: 16.666%;
	padding: 0 7px 7px 0;
	font-size: 16px;
}
.couponSearchShop ul li a {
	border-radius: 5px;
}

/* couponSearchResult
-------------------------------------*/
.couponSearchResult h3 {
	padding: 0 0 8px 0;
	font-size: 16px;
}
.couponResultTxt {
	margin: 0 0 8px 0;
	font-size: 12px;
}
.couponResultNum {
	margin: 0 0 8px 0;
	font-size: 16px;
}
.couponResultList01 {
	margin: 0 -11px 19px 0;
}
.couponResultList01 li {
	width: 50%;
	padding: 0 11px 11px 0;
}
.couponResultList01 .item {
	padding: 14px 7px;
}
.couponResultList01 .hline {
	margin: 0 0 13px 0;
	padding: 0 0 12px 0;
}
.couponResultList01 .logo {
	width: 30px;
	height: 30px;
}
.couponResultList01 .coupon {
	padding: 0 0 0 8px;
	font-size: 14px;
}
.couponResultList01 .ttl {
	margin: 0 0 7px 0;
	font-size: 13px;
}
.couponResultList01 .txt {
	font-size: 12px;
}
.couponResultBtn {
	text-align: center;
}
.couponResultBtn button {
	width: 100%;
	height: 40px;
	font-size: 14px;
	background-image: url(/urban/common/images/icn_arw07_sp.png);
	background-position: right 18px center;
	background-size: 11px 10px;
}
.couponResultBtn p {
	padding: 7px 0 0 0;
	font-size: 12px;
}

/* couponModal
-------------------------------------*/
.couponModalBox {
	width: calc(100vw - 20px);
}
.couponModalHead {
	padding: 11px;
	font-size: 14px;
}
.couponModalClose .close {
	top: 4px;
	width: 33px;
	padding: 33px 0 0 0;
}
.couponModalBody {
	padding: 14px 15px;
}
.couponModalTitle {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
}
.couponModalTitle .logo {
	width: 35px;
	height: 35px;
}
.couponModalTitle .store {
	font-size: 13px;
}
.couponModalTitle .ttl {
	font-size: 16px;
}
.couponModalDetail {
	display: block;
	padding: 0 0 15px 0;
}
.couponModalDetail .pic {
	width: auto;
	text-align: center;
}
.couponModalDetail .pic img {
	max-width: 200px;
	display: inline;
}
.couponModalDetail .detail {
	width: auto;
	padding: 0;
}
.couponModalDetail .coupon {
	padding: 12px 0 15px 0;
	font-size: 18px;
}
.couponModalDetail .txt {
	margin: 0 0 8px 0;
	font-size: 12px;
}
.couponModalDetail .time {
	margin: 0 0 10px 0;
	font-size: 12px;
}
.couponModalDetail .summary {
	margin: 0 0 10px 0;
	font-size: 13px;
}
.couponModalDetail .valid {
	margin: 0 0 15px 0;
}
.couponModalDetail .valid p {
	margin: 0 0 2px 0;
	font-size: 11px;
}
.couponModalDetail .valid .box {
	padding: 6px 5px;
	font-size: 13px;
	border-width: 4px;
}
.couponModalDetail .memo {
	font-size: 12px;
}
.couponModalBtn {
	display: block;
	margin: 0 0 10px 0;
}
.couponModalBtn .btn a {
	display: block;
	padding: 3px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	background: url(/urban/common/images/icn_coupon01.png) no-repeat 12px 8px / 30px 28px #91004f;
}
.couponModalBtn .btn a em {
	display: inline-block;
	padding: 11px 0;
	font-size: 14px;
	font-weight: bold;
}
.couponModalBtn .btn.off a {
	pointer-events: none;
	color: #737373;
	background-position: 12px center;
	background-color: #cbcbcb;
}
.couponModalBtn .btn.off a em {
	padding: 18px 0;
}
.couponModalDialog {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90vw;
	max-width: 300px;
	padding: 15px;
	text-align: center;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	transform: translate(-50%,-50%);
	box-sizing: border-box;
}
.couponModalDialog p {
	padding: 30px 0;
	font-size: 16px;
}
.couponModalDialog .close {
	width: 80%;
	max-width: 200px;
	margin: 0 auto;
	padding: 10px 0;
	cursor: pointer;
	border: 1px solid #737373;
}
.couponModalNote {
	padding: 0 0 25px 0;
	font-size: 12px;
}
.couponModalFoot .close {
	padding: 16px;
	font-size: 14px;
}



}




/* PC layout
-------------------------------------------------------------------*/
@media screen and (min-width: 768px) {

.couponSearchTab li,
.couponSearchCategory ul li label,
.couponSearchSubmit button,
.couponSearchShop ul li a,
.couponResultList01 li a,
.couponResultBtn button {
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	backface-visibility: hidden;
}
.couponSearchTab li:hover,
.couponSearchCategory ul li label:hover,
.couponSearchSubmit button:hover,
.couponSearchShop ul li a:hover,
.couponResultList01 li a:hover,
.couponResultBtn button:hover {
	opacity: 0.8;
}



}

/*PARK_P2-551 Start*/
.coupon2022area .list-info__tips{
	color: #444;
  }
  @media screen and (max-width: 767px) {
	.float-nav{
	  z-index: 10000 !important;
	}
  
	.section.narrow__wrapper{
	  overflow-x: hidden;
	}
	
	.section.narrow__wrapper .coupon2022area {
	  overflow-x:unset;
	}
  }
  
  /*PARK_P2-551 End*/








