@charset "UTF-8";

/* christmas */
.cp .campaignArea {
	background-color: #c1191f;
	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: 2.5rem;
	font-weight: 600;
	line-height: 1;
}
.cp .ttl h1 {
	margin-top: -1rem;
	font-size: 8.6rem;
	font-weight: 600;
	line-height: 1.1;
}
.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.4rem;
	}
	.cp .ttl h1 span {
		font-size: 4.4rem;
	}
}

/* campaignBox */
.cp .campaignBox {
	margin-top: 2rem;
	background-color: #fff;
	border-radius: 2rem;
	padding: 1.5rem 3.5rem;
}
.cp .campaignBox .day {
	font-size: 3.1rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	background-color: #c1191f;
	border-radius: 3rem;
}
.cp .campaignBox .point {
	padding-left: 15rem;
	padding-right: 4rem;
	position: relative;
}
.cp .campaignBox .point::before {
	content: "";
	width: 16.8rem;
	height: 25.3rem;
	background: url(/base/store/special/takaapp/img/campaign/rosechan.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 2rem;
	left: 0.5rem;
}
.cp .campaignBox .point .pointTtl {
	font-size: 3.5rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 600;
	text-align: right;
	color: #c1191f;
}
.cp .campaignBox .point .pointBox {
	margin-top: -1rem;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: right;
	padding-right: 1.5rem;
}
.cp .campaignBox .point .pointBox .pointRed {
	display: inline-block;
	font-size: 7.5rem;
	font-family: "Noto Serif CJK JP", serif;
	font-weight: 700;
	line-height: 1;
	color: #c1191f;
	vertical-align: sub;
}
.cp .campaignBox .point .pointBox .batsu {
	display: inline-block;
	font-size: 4.5rem;
	font-weight: 300;
	vertical-align: text-bottom;
	margin-bottom: 0.5rem;
}
.cp .card {
	margin-top: 1rem;
}
.cp .card .cardTtl {
	font-size: 2.7rem;
	font-weight: 700;
	text-align: center;
}
.cp .card .cardTxt {
	font-size: 1.7rem;
	font-weight: 600;
	text-align: center;
}
.cp .card .cardPic {
	width: 66.7rem;
	margin: 0.5rem auto 0;
}
.cp .entry .entryTtl {
	font-size: 2.7rem;
	font-weight: 700;
	text-align: center;
}
.cp .entry .entryTxt {
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 2.5rem;
}
.cp .otherTtl {
	font-size: 2rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	color: #c1191f;
}
.cp .otherDay {
	margin-top: 1rem;
	font-size: 2.1rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #c1191f;
	border-radius: 3rem;
}
.cp .otherCampaign {
	margin-top: 1rem;
	display: flex;
}
.cp .otherCampaign .otherCampaignBox {
	position: relative;
}
.cp .otherCampaign .otherCampaignBox.docomo {
	width: 48%;
	padding-left: 11rem;
}
.cp .otherCampaign .otherCampaignBox.docomo::before {
	content: "";
	width: 9.3rem;
	height: 12.8rem;
	background: url(/base/store/special/takaapp/img/campaign/docomo.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.cp .otherCampaign .otherCampaignBox.ponta {
	width: 52%;
	padding-left: 14rem;
}
.cp .otherCampaign .otherCampaignBox.ponta::before {
	content: "";
	width: 10.6rem;
	height: 12.3rem;
	background: url(/base/store/special/takaapp/img/campaign/ponta.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 1.5rem;
}
.cp .otherCampaign .otherCampaignBox + .otherCampaignBox {
	border-left: solid 1px #c1191f;
}
.cp .otherCampaign .otherCampaignBox p {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2;
}
.cp .otherCampaign .otherCampaignBox p .small {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1;
}
.cp .otherCampaign .otherCampaignBox p .campaignRed {
	margin-top: -1rem;
	display: inline-block;
	font-size: 4.8rem;
	font-family: "Noto Serif CJK JP", serif;
	font-weight: 700;
	line-height: 1.3;
	color: #c1191f;
}
.cp .comingTxt {
	margin-top: 4rem;
	font-size: 2.5rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	text-align: center;
	color: #fff;
}
@media (max-width: 768px) {
	.cp .campaignBox {
		padding: 1.5rem 2.3rem;
	}
	.cp .campaignBox .day {
		font-size: 2.2rem;
		line-height: 1.75;
	}
	.cp .campaignBox .point {
		padding-left: 13rem;
		padding-right: 0;
	}
	.cp .campaignBox .point::before {
		width: 12.2rem;
		height: 18.6rem;
	}
	.cp .campaignBox .point .pointTtl {
		font-size: 2.6rem;
		letter-spacing: 0.03em;
	}
	.cp .campaignBox .point .pointBox {
		margin-top: -1rem;
		font-size: 3rem;
		padding-right: 1rem;
	}
	.cp .campaignBox .point .pointBox .pointRed {
		font-size: 6rem;
	}
	.cp .campaignBox .point .pointBox .batsu {
		font-size: 3.5rem;
		margin-bottom: 0;
	}
	.cp .card .cardTtl {
		font-size: 2rem;
	}
	.cp .card .cardTxt {
		font-size: 1.3rem;
	}
	.cp .card .cardPic {
		width: 49.6rem;
	}
	.cp .entry .entryTtl {
		font-size: 2rem;
		font-weight: 700;
		text-align: center;
	}
	.cp .entry .entryTxt {
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.cp .otherTtl {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	.cp .otherDay {
		font-size: 1.5rem;
	}
	.cp .otherCampaign .otherCampaignBox.docomo {
		width: 48%;
		padding-left: 7rem;
	}
	.cp .otherCampaign .otherCampaignBox.docomo::before {
		width: 5.8rem;
		height: 8.4rem;
	}
	.cp .otherCampaign .otherCampaignBox.ponta {
		width: 52%;
		padding-left: 9rem;
	}
	.cp .otherCampaign .otherCampaignBox.ponta::before {
		width: 6.8rem;
		height: 8rem;
		left: 1rem;
		top: 50%;
		transform: translateY(-50%);
		bottom: auto;
	}
	.cp .otherCampaign .otherCampaignBox p {
		font-size: 1.9rem;
	}
	.cp .otherCampaign .otherCampaignBox p .small {
		font-size: 1.3rem;
	}
	.cp .otherCampaign .otherCampaignBox p .campaignRed {
		margin-top: -0.5rem;
		font-size: 3.6rem;
		line-height: 1.2;
	}
	.cp .comingTxt {
		margin-top: 4rem;
		font-size: 4.4rem;
		line-height: 6.6rem;
	}
}


/* appDownload */
.cp .appDownload {
	padding: 1rem 0 3rem;
	background-color: #f4efe6;
}
.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 7.5rem;
}
.cp .appDownload .inner > div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 2.5rem;
}
.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: 12.8rem
}
/* appDownload02 */
.cp .appDownload02 {
	background-color: transparent;
}
.cp .appDownload02 .inner > div {
	gap: 0 1rem;
}
.cp .appDownload02 .inner > div .qr {
	width: 14.9rem
}

/* btnWrap */
.cp .btnWrap {
	padding: 5rem 0 0;
}
.cp .btnWrap.bgNone {
	background-color: transparent;
	padding: 5rem 0 5.5rem;
}
.cp .btnWrap.bgNone .inner {
	display: flex;
	justify-content: center;
	gap: 0 2rem;
}
.cp .btnWrap .btn {
	margin: 0 auto;
	width: 56.4rem;
	height: 9.4rem;
}
.cp .btnWrap.bgNone .btn {
	margin: 0;
}
.cp .btnWrap .btn + .btn {
	margin-top: 3.5rem;
}
.cp .btnWrap.bgNone .btn + .btn {
	margin-top: 0;
}
.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.bgNone {
		padding: 5rem 0 3rem;
	}
	.cp .btnWrap.bgNone {
		padding: 4rem 0 5rem;
	}
	.cp .btnWrap.bgNone .inner {
		display: block;
	}
	.cp .btnWrap .btn {
		width: 100%;
		height: 11rem;
	}
	.cp .btnWrap .btn + .btn {
		margin-top: 2rem;
	}
	.cp .btnWrap.bgNone .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;
	}
}

/* appDownload02 */
.cp .appDownload02 {
	padding: 5rem 0 0;
}
.cp .appDownload02 .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 7rem;
}
.cp .appDownload02 .txt {
	width: 38rem;
}
.cp .appDownload02 .txt h2 {
	font-size: 3.6rem;
	font-weight: 800;
	font-family: "M PLUS Rounded 1c", sans-serif;
	color: #a78457;
}
.cp .appDownload02 .txt h2 + p {
	margin-top: 3rem;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.4;
}
.cp .appDownload02 .pic {
	width: 45rem;
	display: flex;
	gap: 0 5rem;
	text-align: center;
}
.cp .appDownload02 .pic .qr {
	margin-top: 2rem;
}
@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;
	}
}

.tks-theme-com-simple-page__footer {
	border-top: none;
}