@charset "UTF-8";

.retrieveCampaignCont {
	margin-top: 80px;
	font-weight: bold;
}
.retrieveCampaignCont .inner {
	margin: 0 auto;
	max-width: 830px;
}
@media (max-width: 767px) {
	.retrieveCampaignCont {
		margin-top: 6vw;
	}
}

/* main visual */
.retrieveCampaignCont .campaignTtl {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.retrieveCampaignCont .campaignMvPic {
	margin: 30px auto 0;
	max-width: 980px;
}
.retrieveCampaignCont .header {
	padding: 60px 0;
	position: relative;
	text-align: center;
}
.retrieveCampaignCont .header .mainLead p {
	font-size: 18px;
	line-height: 1.7;
	text-align: center;
}
.retrieveCampaignCont .header .mainLead .bgBlack {
	margin-top: 25px;
	margin-bottom: 5px;
	display: inline-block;
	padding: 5px 20px 2px;
	background: #000;
	color: #fff;
	border-radius: 10px;
}
.retrieveCampaignCont .header .mainLead .line {
	text-decoration: underline;
}
.retrieveCampaignCont .header .mainLead .btn {
	margin: 25px auto 0;
	text-align: center;
}
.retrieveCampaignCont .header .mainLead .btn a {
	display: inline-block;
	padding: 10px 20px 7px 20px;
	border: solid 2px #000;
	border-radius: 10px;
}
@media (max-width: 767px) {
	.retrieveCampaignCont .campaignTtl {
		font-size: 6.667vw;
	}
	.retrieveCampaignCont .campaignMvPic {
		margin-top: 6vw;
	}
	.retrieveCampaignCont .header {
		padding: 12vw 0 0;
	}
	.retrieveCampaignCont .header .mainLead {
		padding: 0 10px;
	}
	.retrieveCampaignCont .header .mainLead p {
		font-size: 4.533vw;
	}
	.retrieveCampaignCont .header .mainLead .bgBlack {
		margin-top: 3.333vw;
		margin-bottom: 1.333vw;
		padding: 2vw 1.333vw 1.6vw;
		border-radius: 1.333vw;
	}
	.retrieveCampaignCont .header .mainLead .bgBlack .sp {
		display: inline-block !important;
	}
	.retrieveCampaignCont .header .mainLead .btn {
		margin: 3.333vw auto 0;
	}
	.retrieveCampaignCont .header .mainLead .btn a {
		padding: 2.667vw 4.667vw 1.867vw 4.667vw;
		border-radius: 2.666vw;
		font-size: 4vw;
	}
}

/*  */
.retrieveCampaignCont .listTtl {
	max-width: 780px;
	margin: 0 auto;
	font-size: 26px;
	text-align: center;
	color: #fff;
	padding: 5px;
	border-radius: 15px;
	background: #000;
}
.retrieveCampaignCont .listTxt {
	margin-top: 25px;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}
@media (max-width: 767px) {
	.retrieveCampaignCont .listTtl {
		width: 90%;
		font-size: 3.467vw;
		border-radius: 2vw;
		padding: 2vw;
	}
	.retrieveCampaignCont .listTxt {
		font-size: 2.667vw;
		line-height: 1.5;
	}
}

/* retrieveList */
.retrieveCampaignCont .retrieveList {
	background: #e2ddee;
	padding: 50px 0;
}
.retrieveList .icon {
	margin: 30px auto;
	max-width: 80%;
}
.retrieveList .whiteBox {
	margin: 25px auto 0;
	max-width: 810px;
	padding: 25px 40px;
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}
.retrieveList .whiteBox .boxWrap {
	display: flex;
	justify-content: space-between;
	gap: 0 20px;
}
.retrieveList .whiteBox .boxWrap + .boxWrap {
	margin-top: 20px;
}
.retrieveList .whiteBox .boxTtl {
	padding: 10px;
	width: 150px;
	background-color: #000;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.retrieveList .whiteBox .boxDetail {
	width: calc(100% - 170px);
	align-self: center;
	line-height: 1.2;
}
.retrieveList .whiteBox .notes {
	margin-top: 0;
	font-size: 15px;
	text-align: left;
}
.retrieveList .whiteBox .notes * {
	line-height: 1.5;
}
.retrieveList .btn {
	margin: 25px auto 0;
	text-align: center;
}
.retrieveList .btn a {
	display: inline-block;
	padding: 15px 40px 12px;
	background-color: #fff;
	border-radius: 10px;
	border: solid 2px #000;
	box-sizing: border-box;
	font-size: 20px;
	text-align: center;
}
@media (max-width: 767px) {
	.retrieveCampaignCont .retrieveList {
		margin-top: 8vw;
		padding: 6.667vw 0;
	}
	.retrieveList .inner {
		padding: 0 4.667vw;
	}
	.retrieveList .whiteBox {
		margin: 3.333vw auto 0;
		padding: 3.333vw 5.333vw;
		border-radius: 2.667vw;
		font-size: 3.333vw;
		line-height: 1.5;
	}
	.retrieveList .whiteBox .boxWrap {
		flex-direction: column;
		gap: 2.667vw 0;
	}
	.retrieveList .whiteBox .boxWrap + .boxWrap {
		margin-top: 4vw;
	}
	.retrieveList .whiteBox .boxTtl {
		padding: 1.333vw;
		width: 100%;
		border-radius: 1.333vw;
	}
	.retrieveList .whiteBox .boxDetail {
		width: 100%;
	}
	.retrieveList .whiteBox .notes {
		font-size: 2.667vw;
		line-height: 1.5;
	}
	.retrieveList .btn {
		margin: 3.333vw auto 0;
	}
	.retrieveList .btn a {
		padding: 3.333vw 5.333vw 2.933vw;
		border-radius: 1.333vw;
		font-size: 3.333vw;
	}
}

/* retrieveCampaign */
.retrieveCampaignCont .retrieveCampaign {
	background-color: #e2ddee;
	padding: 40px 0 60px;
}
.retrieveCampaign .retrieveCampainBox {
	max-width: 810px;
	margin: 20px auto 0;
	background: #fff;
	border-radius: 20px;
	padding: 45px 35px 60px;
	box-sizing: border-box;
}
.retrieveCampaign .tbl dl {
	display: flex;
	justify-content: space-between;
	position: relative;
	border-top: solid 1px #231815;
	padding: 5px 0;
}
.retrieveCampaign .tbl dl:last-of-type {
	border-bottom: solid 1px #231815;
}
.retrieveCampaign .tbl dl dt {
	width: 15%;
	font-size: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
}
.retrieveCampaign .tbl dl dd {
	width: 85%;
	font-size: 19px;
	border-radius: 0 15px 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px 5px 13px;
	border-left: solid 1px #231815;
}
.retrieveCampaign .tbl dl dd > p {
	width: 50%;
	line-height: 1.3;
}
.retrieveCampaign .tbl dl dd > p + p {
	border-left: solid 1px #231815;
	padding-left: 13px;
}
.retrieveCampaign .tbl dl dd > p span {
	font-size: 14px;
	line-height: 20px;
}
.retrieveCampaign .notes {
	margin-top: 15px;
}
.retrieveCampaign .notes li {
	font-size: 12px;
	line-height: 18px;
	text-indent: -0.85em;
	padding-left: 0.85em;
}
.retrieveCampaign .notes.center li {
	text-align: center;
}
.retrieveCampaign .notes li a {
	text-decoration: underline;
}
@media (max-width: 767px) {
	.retrieveCampaign .listTtl {
		font-size: 4.4vw;
	}
	.retrieveCampaign .retrieveCampainBox {
		margin: 6.667vw auto 0;
		max-width: 90.267vw;
		border-radius: 1.333vw;
		padding: 6.667vw 4vw 8.667vw;
	}
	.retrieveCampaign .tbl dl {
		padding: 1.333vw 0;
	}
	.retrieveCampaign .tbl dl dt {
		width: 23%;
		font-size: 3.333vw;
		padding: 1.333vw;
	}
	.retrieveCampaign .tbl dl dd {
		width: 77%;
		font-size: 3.067vw;
		flex-direction: column;
		align-items: flex-start;
		gap: 1.333vw 0;
		padding: 1.333vw 1.333vw 1.333vw 2.667vw;
	}
	.retrieveCampaign .tbl dl dd > p {
		width: 100%;
	}
	.retrieveCampaign .tbl dl dd > p + p {
		border-left: none;
		padding-left: 0;
	}
	.retrieveCampaign .tbl dl dd > p span {
		font-size: 2.667vw;
		line-height: 1.3;
	}
}

/* present */
.retrieveCampaignCont .present {
	max-width: 908px;
	margin: 0 auto;
	margin-top: 65px;
}
.present .presentTtl {
	font-size: 28px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.present .presentTtl::before ,
.present .presentTtl::after {
	content: "";
	height: 2px;
	background-color: #000;
	flex-grow: 1;
}
.present .presentTtl::before  {
	margin-right: 25px;
}
.present .presentTtl::after  {
	margin-left: 25px;
}
.present .presentTicket {
	margin: 30px auto 0;
	width: 70%;
}
.present .presentTxt {
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.present .presentTxt + .presentTxt {
	margin-top: 20px;
}
.present .presentTxt .txt01 {
	display: inline-block;
	font-size: 32px;
	vertical-align: middle;
	padding-bottom: 3px;
	border-bottom: 2px solid #ff0000;
}
.present .presentTxt .txt02 {
	margin-left: -0.5em;
}
.present .presentTxt .txt03 {
	letter-spacing: -0.4em;
}
.present .presentTxt .txt04 {
	margin-right: 10px;
	padding: 5px 10px 2px 10px;
	background-color: #000;
	color: #fff;
}
.present .storeList {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.present .storeList dd {
	margin-top: 10px;
	padding: 15px 20px;
	border: solid 2px #333;
	line-height: 2;
}
.present .storeListTbl {
	margin: 20px auto 0;
	padding: 45px 35px 60px;
	max-width: 650px;
	border: solid 2px #231815;
	background: #fff;
	border-radius: 20px;
}
.present .storeListTbl .heading {
	font-size: 20px;
	text-align: center;
}
.present .storeListTbl .tbl {
	margin-top: 20px;
	font-size: 20px;
}
.present .storeListTbl .tbl ul {
	margin-top: 0;
	padding: 5px 0;
	border-top: solid 1px #231815;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.present .storeListTbl .tbl ul:last-child {
	border-bottom: solid 1px #231815;
}
.present .storeListTbl .tbl ul li {
  padding: 10px;
	width: 50%;
	text-align: left;
}
.present .storeListTbl .tbl ul li:last-child {
	border-left: solid 1px #000;
}
.present ul {
	max-width: 100%;
	width: 100%;
	margin-top: 40px;
}
.present .notes li {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}
.present .notes li + li {
	margin-top: 20px;
}
.present .notice {
	margin: 40px auto 0;
	max-width: 720px;
}
.present .notice dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.present .notice ul {
	margin-top: 10px;
}
.present .notice li {
	font-size: 15px;
	line-height: 1.5;
	text-indent: -0.6em;
	padding-left: 0.6em;
}
.present .btn {
	margin: 20px auto;
	text-align: center;
}
.present .btn a {
	display: inline-block;
	padding: 10px 20px 6px 20px;
	border: solid 1px #000;
	font-size: 18px;
	line-height: 1.7;
}
@media (max-width: 767px) {
	.retrieveCampaignCont .present {
		max-width: 95%;
		margin-top: 65px;
	}
	.present .presentTtl {
		font-size: 4.533vw;
	}
	.present .presentTtl::before  {
		margin-right: 25px;
	}
	.present .presentTtl::after  {
		margin-left: 25px;
	}
	.present .presentTicket {
		margin-top: 4vw;
	}
	.present .presentTxt {
		margin-top: 20px;
		font-size: 4vw;
		line-height: 2;
	}
	.present .presentTxt + .presentTxt {
		margin-top: 10px;
	}
	.present .presentTxt .txt01 {
		font-size: 5.6vw;
		padding-bottom: 0.4vw;
		margin-top: 0.4vw;
	}
	.present .storeListTbl {
		margin: 6.667vw auto 0;
		padding: 6.667vw 4vw 8.667vw;
		max-width: 86%;
		border-radius: 1.333vw;
	}
	.present .storeListTbl .heading {
		font-size: 4.4vw;
	}
	.present .storeListTbl .tbl {
		margin-top: 4vw;
		font-size: 3.333vw;
	}
	.present .storeListTbl .tbl ul {
		padding: 1.333vw 0;
	}
	.present .storeListTbl .tbl ul li {
		padding: 1.333vw;
		line-height: 1.3;
	}
	.present ul {
		margin-top: 6.667vw;
	}
	.present .notes li {
		font-size: 2.467vw;
		line-height: 2;
	}
	.present .notes li + li {
		margin-top: 2.667vw;
	}
	.present .notice {
		margin: 8vw auto 0;
	}
	.present .notice dt {
		font-size: 3.333vw;
	}
	.present .notice ul {
		margin-top: 2vw;
	}
	.present .notice li {
		font-size: 3.067vw;
	}
	.present .btn {
		margin: 4vw auto;
	}
	.present .btn a {
		padding: 2.667vw 4.667vw 1.867vw 4.667vw;
		font-size: 4vw;
	}
}



/* whiteBox */
/* .retrieveCampaignCont .whiteBox {
	background: #fff;
	padding: 25px 60px;
	margin: 40px auto 0;
	border-radius: 20px;
	box-sizing: border-box;
}
.retrieveCampaignCont .whiteBox .button {
	margin-top: 15px;
}
.retrieveCampaignCont .whiteBox .ttl {
	width: 195px;
	margin: 0 auto;
	font-size: 23px;
	text-align: center;
	color: #fff;
	background: #231815;
	padding: 3px;
}
.retrieveCampaignCont .whiteBox .txt {
	margin-top: 30px;
	font-size: 18px;
	line-height: 26px;
}
.retrieveCampaignCont .whiteBox ul li {
	font-size: 18px;
	line-height: 26px;
	text-indent: -1em;
	padding-left: 1em;
}
.retrieveCampaignCont .whiteBox ul li b {
	font-size: 27px;
}
.retrieveCampaignCont .whiteBox .txt + .txt {
	margin-top: 10px;
}
.retrieveCampaignCont .whiteBox .txt .icn {
	padding-left: 43px;
	position: relative;
}
.retrieveCampaignCont .whiteBox .txt .icn::before {
	content: '';
	width: 41px;
	height: 35px;
	background: url("/base/pc/store/special/depart_de_loop/2024/img/lb/cosme_icn.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: -42%;
	left: 0;
} */
/* @media (max-width: 767px) {
	.retrieveCampaignCont .whiteBox {
		padding: 5.333vw 10.667vw;
		width: 100%;
		margin-top: 8vw;
	}
	.retrieveCampaignCont .whiteBox .ttl {
		width: 46.267vw;
		font-size: 5.333vw;
		padding: 0.667vw;
	}
	.retrieveCampaignCont .whiteBox .txt {
		margin-top: 6.667vw;
		font-size: 4vw;
		line-height: 6vw;
	}
	.retrieveCampaignCont .whiteBox ul li {
		font-size: 4vw;
		line-height: 6vw;
	}
	.retrieveCampaignCont .whiteBox ul li b {
		font-size: 6vw;
	}
	.retrieveCampaignCont .whiteBox .txt + .txt {
		margin-top: 6.667vw;
	}
	.retrieveCampaignCont .whiteBox .txt .icn {
		padding-left: 10vw;
		position: relative;
	}
	.retrieveCampaignCont .whiteBox .txt .icn::before {
		width: 9.6vw;
		height: 8.267vw;
		top: -37%;
		left: 0;
	}
} */





.tks-theme-com-simple-page__footer {
	border-top: none;
}