@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

/* campaign */
.cp .campaignInner {
	max-width: 92.6rem;
	padding: 0 1rem;
	margin: 0 auto;
	color: #000;
}
.cp .ttl {
	font-family: "M PLUS Rounded 1c", sans-serif;
	text-align: center;
}
.cp .ttl .sub {
	padding: 2rem 0;
	font-size: 3.6rem;
	font-weight: 600;
	color: #fefaee;
	line-height: 1;
	letter-spacing: 0.28em;
	background-color: #ee2202;
}
.cp .ttl h1 {
	padding: 4rem 0;
	background-color: #eb9d00;
	text-align: center;
}
.cp .ttl h1 img {
	width: 92.3rem;
}
@media (max-width: 768px) {
	.cp .campaignInner {
		max-width: 100%;
		padding: 0 3.8rem;
	}
	.cp .ttl .sub {
		font-size: 4.2rem;
	}
	.cp .ttl h1 {
		padding: 3rem 0;
	}
	.cp .ttl h1 img {
		width: 66rem;
	}
}

/* present */
.cp .present {
	padding: 3rem 0;
	background-color: rgba(230, 33, 21, 0.1);
}
.cp .present .lead {
	font-size: 2.2rem;
	line-height: 3.4rem;
	text-align: center;
}
.cp .present .presentBox {
	margin-top: 3rem;
	background-color: #fff;
	border-radius: 2rem;
	padding: 2.5rem 3.5rem 3.5rem;
}
.cp .present .presentBox h2 {
	font-size: 4.2rem;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #e62115;
	text-align: center;
	position: relative;
}
.cp .present .presentBox h2::before,
.cp .present .presentBox h2::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	width: 43%;
	height: 0.2rem;
	background-color: #e62115;
}
.cp .present .presentBox h2::before {
	left: 0;
}
.cp .present .presentBox h2::after {
	right: 0;
}
.cp .present .presentBox .wrap {
	margin-top: 1.5rem;
	display: flex;
	gap: 0 4%;
}
.cp .present .presentBox .wrap > div {
	width: 48%;
}
.cp .present .presentBox .pic {
	margin: 0 auto;
	width: 39.1rem;
}
.cp .present .presentBox .pic02 {
	margin: 0 auto;
	width: 36.7rem;
}
.cp .present .presentBox .btn {
	margin: 2rem auto 0;
	width: 100%;
}
.cp .present .presentBox .btn a {
	display: block;
	padding: 1rem;
	border: solid 1px #000;
	font-size: 1.7rem;
	text-align: center;
	position: relative;
}
.cp .present .presentBox .btn a::after {
	display: block;
	content: '';
	width: 1.6rem;
	height: 1.6rem;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 0.8rem);
	right: 2rem;
}
.cp .present .presentBox h3 {
	margin-top: 4rem;
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
}
.cp .present .presentBox h3 + p {
	margin-top: 0.5rem;
	font-size: 1.7rem;
	text-align: center;
}
.cp .present .presentBox .list {
	margin: 3rem auto 0;
	max-width: 68.3rem;
}
.cp .present .presentBox .btn02 {
	margin: 3rem auto 0;
	max-width: 68rem;
}
.cp .present .presentBox .btn02 a {
	display: block;
	padding: 2rem;
	background-color: #eb9d00;
	border-radius: 4rem;
	font-size: 2.2rem;
	color: #fff;
	text-align: center;
	position: relative;
}
.cp .present .presentBox .btn02 a::after {
	display: block;
	content: '';
	width: 2.4rem;
	height: 2.4rem;
	border-right: solid 0.3rem #fff;
	border-bottom: solid 0.3rem #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 1.2rem);
	right: 3rem;
}
@media (max-width: 768px) {
	.cp .present .lead {
		font-size: 3.2rem;
		line-height: 5.4rem;
	}
	.cp .present .presentBox {
		margin-top: 4rem;
	}
	.cp .present .presentBox h2 {
		font-size: 6.4rem;
	}
	.cp .present .presentBox h2::before,
	.cp .present .presentBox h2::after {
		width: 35%;
		height: 0.4rem;
	}
	.cp .present .presentBox .wrap {
		margin-top: 1.5rem;
		flex-direction: column;
		gap: 6rem 0;
	}
	.cp .present .presentBox .wrap > div {
		width: 100%;
	}
	.cp .present .presentBox .pic {
		width: 59.3rem;
	}
	.cp .present .presentBox .pic02 {
		width: 58.5rem;
	}
	.cp .present .presentBox .btn {
		margin: 5rem auto 0;
	}
	.cp .present .presentBox .btn a {
		padding: 1.5rem;
		font-size: 2.6rem;
	}
	.cp .present .presentBox h3 {
		margin-top: 6rem;
		font-size: 4.8rem;
	}
	.cp .present .presentBox h3 + p {
		font-size: 3.2rem;
	}
	.cp .present .presentBox .btn02 a {
		border-radius: 6rem;
		font-size: 3.2rem;
		line-height: 4rem;
	}
	.cp .present .presentBox .btn02 a::after {
		width: 3rem;
		height: 3rem;
		border-width: 0.4rem;
		top: calc(50% - 1.5rem);
	}
}

/* anchor */
.cp .anchor {
	margin-top: 3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 2rem;
}
.cp .anchor li {
	min-width: 16.4rem;
}
.cp .anchor li a {
	height: 6rem;
	padding-right: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 0.3rem #eb9d00;
	background-color: #fff;
	border-radius: 3rem;
	font-size: 2.5rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #eb9d00;
	position: relative;
}
.cp .anchor li a::after {
	display: block;
	content: '';
	width: 1.4rem;
	height: 1.4rem;
	border-right: solid 0.3rem #eb9d00;
	border-bottom: solid 0.3rem #eb9d00;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 1.2rem);
	right: 2.5rem;
}
.cp .anchor li.wide {
	width: 43.8rem;
}
.cp .anchor li.wide a {
	font-size: 2.2rem;
}
@media (max-width: 768px) {
	.cp .anchor {
		margin-top: 3rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 2rem 1rem;
	}
	.cp .anchor li {
		min-width: 21.4rem;
	}
	.cp .anchor li:nth-child(1) {
		margin-left: 3%;
	}
	.cp .anchor li:nth-child(2) {
		margin-right: 3%;
	}
	.cp .anchor li a {
		height: 8.4rem;
		padding-right: 0;
		border-width: 0.4rem;
		border-radius: 4rem;
		font-size: 3.2rem;
	}
	.cp .anchor li a::after {
		width: 2rem;
		height: 2rem;
		border-width: 0.4rem;
		top: calc(50% - 1.7rem);
		right: 2.6rem;
	}
	.cp .anchor li.wide {
		width: 73.2rem;
	}
	.cp .anchor li.wide a {
		height: 9rem;
		font-size: 3.2rem;
	}
}

/* monthly */
.cp .monthly {
	background-color: #eb9d00;
	padding-bottom: 5rem;
}
.cp .monthly h4 {
	font-size: 3.4rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	text-align: center;
	position: relative;
}
.cp .monthly h4 span {
	font-size: 4.8rem;
}
.cp .monthly h4::before,
.cp .monthly h4::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	width: 44%;
	height: 0.2rem;
	background-color: #fff;
}
.cp .monthly h4::before {
	left: 0;
}
.cp .monthly h4::after {
	right: 0;
}
.cp .monthly .monthlyBox {
	background-color: #fff;
	border-radius: 2rem;
	padding: 3.5rem 3.5rem 4rem;
}
.cp .monthly .period {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #eb9d00;
	line-height: 1;
	display: flex;
	justify-content: center;
	gap: 0 3rem;
}
.cp .monthly .period .txt {
	align-self: center;
	padding: 0.9rem 1.5rem;
	background-color: #eb9d00;
	font-size: 2.4rem;
	line-height: 2.8rem;
	color: #fff;
}
.cp .monthly .period .day {
	font-size: 3.4rem;
}
.cp .monthly .period .day span {
	font-size: 4.8rem;
}
.cp .monthly .wrap {
	margin-top: 4rem;
	display: flex;
	gap: 0 2rem;
}
.cp .monthly .wrap .txt {
	width: 66.5rem;
	font-size: 1.7rem;
	line-height: 2.8rem;
}
.cp .monthly .wrap .pic {
	width: 18rem;
}
.cp .monthly h5 {
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
}
.cp .monthly h5 + p {
	margin-top: 1rem;
	font-size: 1.7rem;
	line-height: 2.8rem;
}
.cp .monthly .btn {
	margin: 2rem auto 0;
	max-width: 58rem;
}
.cp .monthly .btn a {
	display: block;
	padding: 1.8rem;
	background-color: #eb9d00;
	border-radius: 4rem;
	font-size: 2.6rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	text-align: center;
	position: relative;
}
.cp .monthly .btn a::after {
	display: block;
	content: '';
	width: 2.4rem;
	height: 2.4rem;
	border-right: solid 0.3rem #fff;
	border-bottom: solid 0.3rem #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 1.2rem);
	right: 3rem;
}
.cp .monthly .btn.btn02 a::after {
	transform: rotate(45deg);
	top: calc(50% - 1.8rem);
}
.cp .monthly .btn.off a {
	background-color: #cccccc;
	pointer-events: none;
}
.cp .monthly .btn + p {
	margin-top: 0.3rem;
	font-size: 1.6rem;
	line-height: 2.6rem;
	text-align: center;
}
.cp .monthly .noteTxt {
	margin-top: 3rem;
	font-size: 1.6rem;
	line-height: 2.6rem;
}
@media (max-width: 768px) {
	.cp .monthly h4 {
		font-size: 5.4rem;
	}
	.cp .monthly h4 span {
		font-size: 7.8rem;
	}
	.cp .monthly h4::before,
	.cp .monthly h4::after {
		width: 38%;
		height: 0.4rem;
	}
	.cp .monthly .period {
		flex-direction: column;
		gap: 1rem 0;
	}
	.cp .monthly .period .txt {
		padding: 1.2rem 3.5rem;
		font-size: 3.6rem;
		line-height: 5.4rem;
	}
	.cp .monthly .period .day {
		font-size: 4.5rem;
		letter-spacing: -0.04em;
	}
	.cp .monthly .period .day span {
		font-size: 7rem;
	}
	.cp .monthly .wrap {
		margin-top: 2rem;
		flex-direction: column-reverse;
		gap: 4rem 0;
	}
	.cp .monthly .wrap .txt {
		width: 100%;
		font-size: 3.2rem;
		line-height: 5.6rem;
	}
	.cp .monthly .wrap .pic {
		margin: 0 auto;
		width: 36rem;
	}
	.cp .monthly h5 {
		margin-top: 4rem;
		font-size: 4.4rem;
	}
	.cp .monthly h5 + p {
		margin-top: 1rem;
		font-size: 3.2rem;
		line-height: 5.6rem;
	}
	.cp .monthly .btn {
		margin: 4rem auto 0;
	}
	.cp .monthly .btn a {
		padding: 2.5rem;
		border-radius: 6rem;
		font-size: 3.2rem;
	}
	.cp .monthly .btn a::after {
		width: 3rem;
		height: 3rem;
		border-width: 0.4rem;
		top: calc(50% - 1.5rem);
	}
	.cp .monthly .btn.btn02 a {
		padding-right: 3.5rem;
	}
	.cp .monthly .btn.btn02 a::after {
		top: calc(50% - 2.5rem);
	}
	.cp .monthly .btn + p {
		margin-top: 1rem;
		font-size: 2.8rem;
		line-height: 4.4rem;
	}
	.cp .monthly .noteTxt {
		margin-top: 4rem;
		font-size: 2.8rem;
		line-height: 4.4rem;
	}
}

/* campaignBox */
.cp .flowBlock {
	padding: 4rem 0 4rem;
	background-color: #F4EFE6;
}
.cp .campaignBox {
	margin-top: 3rem;
	background-color: #fff;
	border-radius: 2rem;
	padding: 2.5rem 3.5rem 5.5rem;
}
.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 .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;
	padding-left: 1em;
	text-indent: -1em;
}
.cp .btnCard {
	margin: 3.5rem 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 .flowBlock {
		padding: 3rem 0 4rem;
	}
	.cp .campaignBox {
		margin-top: 1.5rem;
		padding: 1.5rem 3rem 3rem;
	}
	.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 .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;
	}
}
