@charset "UTF-8";

/* campaign */
.cp .campaignArea {
	background-color: #d60074;
	padding: 3.5rem 0 4rem;
}
.cp .campaignInner {
	max-width: 92.6rem;
	padding: 0 1rem;
	margin: 0 auto;
}
.cp .ttl {
	font-family: "M PLUS Rounded 1c", sans-serif;
	text-align: center;
	color: #fff;
}
.cp .ttl .sub {
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1;
}
.cp .ttl h1 {
	margin-top: 2rem;
	font-size: 8.8rem;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.08em;
}
.cp .ttl h1 span {
	font-size: 5.9rem;
}
@media (max-width: 768px) {
	.cp .campaignArea {
		padding: 3rem 0 4rem;
	}
	.cp .campaignInner {
		max-width: 100%;
		padding: 0 3.8rem;
	}
	.cp .ttl .sub {
		font-size: 2rem;
	}
	.cp .ttl h1 {
		font-size: 6.6rem;
	}
	.cp .ttl h1 span {
		font-size: 5rem;
	}
}

/* campaignBox */
.cp .campaignBox {
	margin-top: 4rem;
	background-color: #fff;
	border-radius: 2rem;
	padding: 1.5rem 3.5rem 5.5rem;
}
.cp .campaignBox .day {
	font-size: 3.1rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	background-color: #d60074;
	border-radius: 3rem;
}
.cp .campaignBox .point {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
	gap: 0 2rem;
}
.cp .campaignBox .point .pic {
	width: 28.2rem;
}
.cp .campaignBox .point .txt {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	color: #d60074;
}
.cp .campaignBox .point .pointTtl {
	margin-top: -0.5rem;
	font-size: 2.6rem;
}
.cp .campaignBox .point .pointBox {
	margin-top: -0.5rem;
	font-size: 3rem;
	line-height: 1.1;
}
.cp .campaignBox .point .pointBox .pointRed {
	display: inline-block;
	font-size: 9.3rem;
	line-height: 1;
	vertical-align: sub;
}
.cp .campaignBox .point .pointTxt {
	margin-top: 0.5rem;
	font-size: 3.6rem;
	line-height: 1.4;
}
.cp .campaignBox .campaignLead {
	margin-top: 3rem;
	font-size: 2.4rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}
.cp .card {
	margin-top: 4rem;
}
.cp .card .cardTtl {
	font-size: 2.7rem;
	font-weight: 700;
	text-align: center;
}
.cp .card .cardTxt {
	margin-top: 1rem;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}
.cp .card .cardPic {
	margin: 2rem auto 0;
	width: 53.4rem;
}
.cp .entry {
	margin-top: 3rem;
}
.cp .entry .entryTtl {
	font-size: 2.7rem;
	font-weight: 700;
	text-align: center;
}
.cp .entry .entryTxt {
	margin-top: 3rem;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2.5rem;
	text-align: center;
}
.cp .entry .entryTxt p + p {
	margin-top: 3rem;
}
.cp .flow {
	margin-top: 4rem;
}
.cp .flow .flowTtl {
	font-size: 2.7rem;
	font-weight: 700;
	text-align: center;
}
.cp .flow .wrap {
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}
.cp .flow .step {
	width: 20.7rem;
	display: flex;
}
.cp .flow .step .num {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.3rem;
	height: 3.3rem;
	background-color: #b0a479;
	border-radius: 50%;
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
}
.cp .flow .step .stepPic {
	width: 17.4rem;
}
.cp .flow .step .stepTxt {
	margin-top: 1rem;
	font-size: 1.4rem;
	line-height: 1.9rem;
	position: relative;
}
.cp .flow .step .stepTxt::before {
	display: block;
	content: '';
	width: 2rem;
	height: 3.6rem;
	background-image: url(/base/store/special/takaapp/img/campaign/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: -1.8rem;
}
.cp .flow .step.step04 .stepTxt::before {
	display: none;
}
.cp .present {
	margin-top: 3rem;
}
.cp .present .presentTtl {
	font-size: 2.7rem;
	font-weight: 700;
	text-align: center;
}
.cp .present .presentTxt {
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 2.5rem;
}
.cp .notice {
	margin-top: 4rem;
}
.cp .notice .noticeTtl {
	font-size: 2.7rem;
	font-weight: 700;
	text-align: center;
}
.cp .notice .noticeTxt {
	margin-top: 1rem;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 2.5rem;
}
.cp .btnCard {
	margin: 2rem auto 0;
	width: 58.8rem;
	height: 7.4rem;
}
.cp .btnCard a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 7.4rem;
	padding: 1rem;
	background-color: #a78457;
	border-radius: 5rem;
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 3.7rem;
	color: #fff;
	text-align: center;
	position: relative;
}
.cp .btnCard a::after {
	display: block;
	content: '';
	width: 2.5rem;
	height: 2.5rem;
	border-right: solid 0.3rem #fff;
	border-bottom: solid 0.3rem #fff;
	position: absolute;
	top: calc(50% - 1.3rem);
	right: 3rem;
	transform: rotate(-45deg);
}
.cp .btnCard span {
	font-size: 1.8rem;
}
.cp .entry + .btnCard {
	margin: 3rem auto 0;
}
@media (max-width: 768px) {
	.cp .campaignBox {
		padding: 1.5rem 2.3rem;
	}
	.cp .campaignBox .day {
		font-size: 2.4rem;
		line-height: 1.75;
	}
	.cp .campaignBox .point .pic {
		width: 25.4rem;
	}
	.cp .campaignBox .point .txt {
		width: calc(100% - 25.4rem - 2rem);
	}
	.cp .campaignBox .point .pointTtl {
		font-size: 2.4rem;
		letter-spacing: 0.03em;
	}
	.cp .campaignBox .point .pointBox {
		margin-top: -0.2rem;
		font-size: 3.2rem;
	}
	.cp .campaignBox .point .pointBox .pointRed {
		font-size: 7.6rem;
	}
	.cp .campaignBox .point .pointTxt {
		font-size: 3rem;
	}
	.cp .card .cardTtl {
		font-size: 3.2rem;
	}
	.cp .card .cardTxt {
		font-size: 2rem;
		line-height: 2.5rem;
		text-align: left;
	}
	.cp .card .cardPic {
		width: 42.6rem;
	}
	.cp .entry .entryTtl {
		font-size: 3.2rem;
	}
	.cp .entry .entryTxt {
		font-size: 2rem;
		line-height: 2.5rem;
		text-align: left;
	}
	.cp .flow .wrap {
		gap: 3rem 0;
	}
	.cp .flow .step {
		width: 30rem;
	}
	.cp .flow .step .num {
		width: 4.8rem;
		height: 4.8rem;
		font-size: 3.6rem;
	}
	.cp .flow .step .stepPic {
		width: 25rem;
	}
	.cp .flow .step .stepTxt {
		font-size: 2rem;
		line-height: 2.6rem;
	}
	.cp .flow .step .stepTxt::before {
		width: 2.6rem;
		height: 5rem;
		right: -1.8rem;
	}
	.cp .present .presentTtl {
		font-size: 3.2rem;
	}
	.cp .present .presentTxt {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.cp .notice .noticeTtl {
		font-size: 3.2rem;
	}
	.cp .notice .noticeTxt {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.cp .btnCard {
		width: 100%;
		height: 11rem;
	}
	.cp .btnCard a {
		height: 11rem;
		padding: 1rem;
		border-radius: 6rem;
		font-size: 3.2rem;
		line-height: 4.2rem;
	}
	.cp .btnCard a::after {
		border-width: 0.4rem;
	}
	.cp .btnCard span {
		font-size: 2.3rem;
	}
}

/* btnWrap */
.cp .btnWrap {
	padding: 5rem 0 0;
}
.cp .btnWrap .btn {
	margin: 0 auto;
	width: 56.4rem;
	height: 9.4rem;
}
.cp .btnWrap .btn + .btn {
	margin-top: 3.5rem;
}
.cp .btnWrap .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 9.4rem;
	padding: 1rem;
	background-color: #a78457;
	border-radius: 5rem;
	font-size: 3rem;
	font-weight: 600;
	line-height: 3.7rem;
	color: #fff;
	text-align: center;
	position: relative;
}
.cp .btnWrap .btn a::after {
	display: block;
	content: '';
	width: 2.5rem;
	height: 2.5rem;
	border-right: solid 0.3rem #fff;
	border-bottom: solid 0.3rem #fff;
	position: absolute;
	top: calc(50% - 1.3rem);
	right: 3rem;
	transform: rotate(-45deg);
}
.cp .btnWrap .txtLink {
	margin-top: 2rem;
	text-align: center;
}
.cp .btnWrap .txtLink a {
	display: inline-block;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
	color: #a78457;
	border-bottom: solid 0.2rem #a78457;
}
@media (max-width: 768px) {
	.cp .btnWrap .btn {
		width: 100%;
		height: 11rem;
	}
	.cp .btnWrap .btn + .btn {
		margin-top: 2rem;
	}
	.cp .btnWrap .btn a {
		height: 11rem;
		padding: 1rem;
		border-radius: 6rem;
		font-size: 3.2rem;
		line-height: 4.2rem;
	}
	.cp .btnWrap .btn a::after {
		border-width: 0.4rem;
	}
	.cp .btnWrap .txtLink {
		margin-top: 4rem;
	}
	.cp .btnWrap .txtLink a {
		font-size: 3.2rem;
		border-bottom: solid 0.4rem #a78457;
	}
}

/* contact */
.cp .contact {
	padding-top: 5rem;
}
.cp .contact .inner {
	max-width: 98.3rem;
	border: solid 0.4rem #a78457;
	padding: 1.5rem 4rem 2rem;
}
.cp .contact h4 {
	font-size: 3.6rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 600;
	text-align: center;
}
.cp .contact .contactTxt {
	font-size: 2rem;
	font-weight: 500;
}
.cp .contact .contactTxt + .contactTxt {
	margin-top: 1rem;
}
.cp .contact .contactTxt span {
	font-size: 2.8rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 600;
	color: #a78457;
}
.cp .contact .contactTxt .telLink {
	font-size: 2.8rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 600;
	color: #a78457;
}
.cp .contact .contactTxt .mailLink {
	color: #a78457;
	border-bottom: solid 0.2rem #a78457;
}
.cp .contact .contactNote {
	margin-top: 1rem;
	font-size: 2rem;
	font-weight: 500;
}
@media (min-width: 751px) {
	.cp .contact a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
@media (max-width: 768px) {
	.cp .contact {
		padding: 4rem 4rem 0;
	}
	.cp .contact .inner {
		max-width: 100%;
		padding: 4rem 3rem;
	}
	.cp .contact h4 {
		font-size: 4.4rem;
	}
	.cp .contact .contactTxt {
		font-size: 2.8rem;
	}
	.cp .contact .contactTxt + .contactTxt {
		margin-top: 3rem;
	}
	.cp .contact .contactTxt span {
		font-size: 3.6rem;
	}
	.cp .contact .contactTxt .telLink {
		font-size: 3.6rem;
	}
	.cp .contact .contactTxt .mailLink {
		border-bottom: solid 0.4rem #a78457;
	}
	.cp .contact .contactNote {
		margin-top: 2rem;
		font-size: 2.8rem;
		line-height: 4.6rem;
	}
}

/* appDownload */
.cp .appDownload {
	padding: 5rem 0 0;
}
.cp .appDownload .appDownloadTtl {
	font-size: 3.6rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	color: #a78457;
	text-align: center;
}
.cp .appDownload .inner {
	margin-top: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 7rem;
}
.cp .appDownload .inner > div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 1rem;
}
.cp .appDownload .inner > div:nth-child(1) .btn {
	width: 17.7rem
}
.cp .appDownload .inner > div:nth-child(2) .btn {
	width: 21.8rem
}
.cp .appDownload .inner > div .qr {
	width: 14.9rem;
}
@media (max-width: 768px) {
}

/* note */
.cp .note {
	margin: 1rem 12.5rem 3rem;
}
@media (max-width: 768px) {
	.cp .note {
		margin: 4rem 0;
		font-size: 2.4rem;
	}
}
