@charset "utf-8";
/*----------------------------
	takaapp
------------------------------*/
/* pageHeader */
.takaapp .pageHeader {
	background: url("/base/pc/store/special/amour/2026/img/takaapp/ttl_bg.jpg") no-repeat;
	background-size: cover;
	padding: 3rem 0 2rem;
}
.takaapp .pageHeader .ttl {
	width: 48.5vw;
	margin: 0 auto;
}
.takaapp .pageHeader .topBtn {
	width: 19.5rem;
	margin: 3rem auto 0;
}
.takaapp .pageHeader .topBtn a {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	background-color: #fff;
	padding: 0.5rem 0.5rem 0.5rem 2rem;
	border-radius: 5rem;
	position: relative;
}
.takaapp .pageHeader .topBtn a::before {
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	border-bottom: solid 0.2rem #000;
	border-left: solid 0.2rem #000;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 5rem;
}
@media (max-width: 768px) {
	.takaapp .pageHeader {
		background: url("/base/pc/store/special/amour/2026/img/takaapp/ttl_bg_sp.jpg") no-repeat;
		background-size: cover;
		padding: 7.5rem 0 4rem;
	}
	.takaapp .pageHeader .ttl {
		width: 48.8rem;
	}
	.takaapp .pageHeader .topBtn {
		width: 27rem;
		margin: 5.5rem auto 0;
	}
	.takaapp .pageHeader .topBtn a {
		font-size: 3.2rem;
		padding: 1rem 1rem 1rem 2rem;
	}
	.takaapp .pageHeader .topBtn a::before {
		content: "";
		width: 1rem;
		height: 1rem;
		border-bottom: solid 0.3rem #000;
		border-left: solid 0.3rem #000;
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 50%;
		left: 4.5rem;
	}
}

/* contArea */
.takaapp .contArea {
	padding: 7rem 0;
	background-color: #f8e5e7;
}
@media (max-width: 768px) {
	.takaapp .contArea {
		padding: 9rem 0;
	}
}

/* cont */
.takaapp .cont {
	max-width: 90rem;
	margin: 0 auto;
	border-radius: 3rem;
	background-color: #fff;
}
.takaapp .cont .ttlArea {
	background: #e51566;
	border-radius: 3rem 3rem 0 0;
	padding: 1.6rem 0 1.4rem;
	position: relative;
}
.takaapp .cont .ttlArea::before {
	content: "";
	position: absolute;
	background: url("/base/pc/store/special/amour/2026/img/takaapp/deco01.png") no-repeat;
	background-size: cover;
	width: 12.2rem;
	height: 6.7rem;
	top: 2.8rem;
	left: 2rem;
}
.takaapp .cont .ttlArea::after {
	content: "";
	position: absolute;
	background: url("/base/pc/store/special/amour/2026/img/takaapp/deco02.png") no-repeat;
	background-size: cover;
	width: 11.8rem;
	height: 7.1rem;
	top: 2.4rem;
	right: 2rem;
}
.takaapp .ttlArea .ttlTxt {
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	color: #e51566;
	letter-spacing: 0.04em;
}
.takaapp .ttlArea .ttlTxt span {
	background: #fff;
	padding: 0 1em;
	border-radius: 4.2rem;
}
.takaapp .ttlArea h1 {
	font-size: 3.8rem;
	line-height: 4.9rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-top: 0.8rem;
	letter-spacing: 0.04em;
}
.takaapp .eventDetail.contBox {
	border-top: none;
	margin-top: 0;
}
.takaapp .eventDetail dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 2.6rem;
	line-height: 4.3rem;
	font-weight: bold;
	letter-spacing: 0;
	color: #7a492b;
	margin: 0 4rem 0 5rem;
}
.takaapp .eventDetail dl dt {
	width: 6.25em;
}
.takaapp .eventDetail dl dd {
	width: calc(100% - 6.25em);
}
.takaapp .eventDetail dl dd a {
	color: #7a492b;
	text-decoration: underline;
}
.takaapp .eventDetail .btn {
	margin: 1.5rem auto 0;
	width: 25rem;
}
.takaapp .eventDetail .btn a {
	display: block;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0.06em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 2rem 1rem 2.1rem;
	border-radius: 0.6rem;
	background: #bf8740;
	position: relative;
}
.takaapp .eventDetail ul {
	margin: 1.5rem -3rem 0;
}
.takaapp .eventDetail ul li {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}
.takaapp .contBox {
	width: 79.7rem;
	margin: 5rem auto 0;
	border-top: solid 1px #c6c6c6;
	padding: 3rem 3rem 5rem;
}
.takaapp .contBox + .contBox {
	margin-top: 0;
}
.takaapp .contBox h2 {
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	color: #d6007a;
	position: relative;
	margin-bottom: 4rem;
}
.takaapp .contBox h2::after {
	content: "";
	width: 3.3rem;
	height: 0.2rem;
	background-color: #d6007a;
	position: absolute;
	bottom: -1.5rem;
	left: 50%;
	transform: translateX(-50%);
}
.takaapp .contBox .txt {
	margin-top: 3rem;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.7rem;
	letter-spacing: 0.1em;
}
.takaapp .contBox .flow {
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
}
.takaapp .contBox .flow .flowBox {
	width: 24%;
}
.takaapp .contBox .flow .flowPic {
	height: 25.1rem;
}
.takaapp .contBox .flow .flowTxt {
	padding: 0.5rem 3rem 0 1rem;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.3rem;
}
.takaapp .contBox .flow .flowTxt .num {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.7;
	color: #004136;
}
.takaapp .contBox .downloadPic {
	width: 56.8rem;
	margin: 4.5rem auto 0;	
}
.takaapp .contBox .dlList {
	display: flex;
	justify-content: space-between;
}
.takaapp .contBox .dlList li {
	background: #F2F2F1;
	border-radius: 1.325rem;
	padding: 2.75rem 0 4rem;
	width: 26rem;
	font-size: 2.3rem;
}
.takaapp .contBox .dlList li .dlTxt {
	text-align: center;
	font-weight: bold;
	font-size: 2.3rem;
}
.takaapp .contBox .dlList li:first-child .dlTxt {
	color: #E63D39;
}
.takaapp .contBox .dlList li:last-child .dlTxt {
	color: #4CB275;
}
.takaapp .contBox .dlList li .link {
	margin: 3rem auto 0;
}
.takaapp .contBox .dlList li:first-child .link {
	width: 17.375rem;
}
.takaapp .contBox .dlList li:last-child .link {
	width: 20.875rem;
}
.takaapp .contBox .dlList li .link a {
	width: 100%;
	display: block;
}
.takaapp .contBox .dlNote {
	font-size: 1.54rem;
	color: #526269;
	margin-top: 2rem;
	line-height: 1.75;
}
.takaapp .contBox .dlList li .qr {
	width: 16.4375rem;
	margin: 4rem auto 0;
}
.takaapp .contBox .linkTxt {
	text-align: center;
	margin-top: 4.5rem;
}
.takaapp .contBox .linkTxt a {
	text-decoration: underline;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
}
@media (max-width: 768px) {
	.takaapp .cont {
		max-width: 68rem;
	}
	.takaapp .cont .ttlArea {
		padding: 3rem 1rem 2rem;
	}
	.takaapp .cont .ttlArea::before {
		background: url("/base/pc/store/special/amour/2026/img/takaapp/deco01_sp.png") no-repeat;
		background-size: cover;
		width: 8.5rem;
		height: 6rem;
		top: 7.5rem;
		left: 2.2rem;
	}
	.takaapp .cont .ttlArea::after {
		background: url("/base/pc/store/special/amour/2026/img/takaapp/deco02_sp.png") no-repeat;
		background-size: cover;
		width: 8.3rem;
		height: 6.9rem;
		top: 7rem;
		right: 1.5rem;
	}
	.takaapp .ttlArea .ttlTxt {
		font-size: 3.2rem;
		line-height: 1;
	}
	.takaapp .ttlArea h1 {
		font-size: 3.3rem;
		line-height: 4.7rem;
		margin-top: 1.5rem;
	}
	.takaapp .eventDetail {
		margin-top: 3.5rem;
		padding: 0 2.5rem;
	}
	.takaapp .eventDetail dl {
		display: block;
		font-size: 3.4rem;
		line-height: 1.5;
	}
	.takaapp .eventDetail dl dt {
		width: 100%;
		text-align: center;
	}
	.takaapp .eventDetail dl dd {
		width: 100%;
		text-align: center;
	}
	.takaapp .eventDetail dl dd + dt {
		margin-top: 4rem;	
	}
	.takaapp .eventDetail .btn {
		margin: 2rem auto 0;
		width: 40rem;
	}
	.takaapp .eventDetail .btn a {
		font-size: 3rem;
		padding: 2.4rem 1rem 2.5rem;
	}
	.takaapp .eventDetail ul {
		margin: 3rem 0 0;
	}
	.takaapp .eventDetail ul li {
		font-size: 2.7rem;
		line-height: 1.5;
	}
	.takaapp .contBox {
		width: 60.2rem;
		margin: 4rem auto 0;
		padding: 6rem 0 8rem;
	}
	.takaapp .contBox + .contBox {
		padding: 8rem 0;
	}
	.takaapp .contBox h2 {
		font-size: 4rem;
		margin-bottom: 7rem;
	}
	.takaapp .contBox h2::after {
		width: 7rem;
		bottom: -3rem;
	}
	.takaapp .contBox .txt {
		margin-top: 5rem;
		font-size: 2.8rem;
		line-height: 4.4rem;
		letter-spacing: 0;
	}
	.takaapp .contBox .flow {
		margin-top: 8rem;
		display: block;
	}
	.takaapp .contBox .flow .flowBox {
		width: 49.8rem;
		margin: 0 auto;
	}
	.takaapp .contBox .flow .flowBox + .flowBox {
		margin-top: 8rem;
	}
	.takaapp .contBox .flow .flowPic {
		text-align: center;
		height:auto;
	}
	.takaapp .contBox .flow .flowTxt {
		padding: 0 2rem;
		font-size: 3.5rem;
		line-height: 5.5rem;
	}
	.takaapp .contBox .flow .flowTxt .num {
		font-size: 5rem;
	}
	.takaapp .contBox .downloadPic {
		width: 56.8rem;
		margin: 6rem auto 0;	
	}
	.takaapp .contBox .linkTxt a {
		font-size: 2.8rem;
	}
}

/* itemWrap */
.takaapp .itemWrap .pic {
	width: 60.8rem;
	margin: 0 auto;
}
.takaapp .itemWrap .txt {
	font-size: 1.7rem;
	font-weight: 500;
	text-align: center;
	margin-top: 0;
	letter-spacing: 0.06em;
}
@media (max-width: 768px) {
	.takaapp .itemWrap .pic {
		width: calc(100% + 2.2rem);
		margin: 0 -1.1rem;
	}
	.takaapp .itemWrap .txt {
		font-size: 2.8rem;
		line-height: 4.4rem;
	}
}

/* noteWrap */
.takaapp .noteWrap h3 {
	margin-top: 3rem;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.takaapp .noteWrap ul {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
@media (max-width: 768px) {
	.takaapp .noteWrap h3 {
		margin-top: 5rem;
		font-size: 3.2rem;
		line-height: 1.6;
		letter-spacing: 0;
	}
	.takaapp .noteWrap ul {
		font-size: 2.8rem;
		letter-spacing: 0;
	}
}

/* app */
.takaapp .app {
	max-width: 90rem;
	margin: 5rem auto 0;
	background-color: #f5f5f5;
	border-radius: 2rem;
	padding: 3rem 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.takaapp .app .appIcn {
	width: 11.4rem;
	margin-right: 2rem;
}
.takaapp .app .txtBox {
	margin-right: 2rem;
}
.takaapp .app .ttl {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3rem;
	color: #bf8740;
}
.takaapp .app .btn {
	margin-top: 1rem;
	width: 15.9rem;
}
.takaapp .app .btn a {
	display: block;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	padding: 1rem;
	border-radius: 5rem;
	background-color: #bf8740;
	box-shadow: 0.2rem 0.3rem 0 0 rgba(0, 0, 0, 0.4);
	position: relative;
}
.takaapp .app .btn a::before {
	content: "";
	display: inline-block;
	width: 2.3rem;
	height: 0.15rem;
	border-radius: 999rem;
	background-color: #fff;
	position: absolute;
	top: 54%;
	right: 1rem;
	transform: translateY(-50%);
}
.takaapp .app .btn a::after {
	content: "";
	position: absolute;
	top: 52%;
	right: 1rem;
	width: 1.1rem;
	height: 0.2rem;
	border-radius: 999rem;
	background-color: #fff;
	transform: rotate(45deg);
	transform-origin: calc(100% - 0rem) 50%;
}
.takaapp .app .contact {
	width: 60%;
}
.takaapp .app .contactTtl {
	font-size: 1.8rem;
	font-weight: 700;
	color: #5f3c21;
}
.takaapp .app .contactTxt {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.7rem;
	color: #5f3c21;
}
.takaapp .app .contactTxt a {
	color: #0009bb;
	text-decoration: underline;
}
.takaapp .app .contactTxt a[href^="tel:"] {
	color: #5f3c21;
	text-decoration: none;
}
.takaapp .app .contactNote {
	font-size: 1.3rem;
	font-weight: 500;
	color: #5f3c21;
}
@media (max-width: 768px) {
	.takaapp .app {
		max-width: 68rem;
		margin: 4rem auto 0;
		border-radius: 2rem;
		padding: 4rem 6.5rem 3.5rem;
		flex-wrap: wrap;
	}
	.takaapp .app .appIcn {
		width: 14.8rem;
		margin-right: 8rem;
	}
	.takaapp .app .txtBox {
		margin-right: 0;
	}
	.takaapp .app .ttl {
		font-size: 3.2rem;
		line-height: 3.8rem;
	}
	.takaapp .app .btn {
		margin-top: 2rem;
		width: 26.8rem;
	}
	.takaapp .app .btn a {
		font-size: 2.4rem;
		padding: 1.5rem 6.5rem 1.5rem 5.5rem;
		box-shadow: 0.3rem 0.4rem 0 0 rgba(0, 0, 0, 0.4);
	}
	.takaapp .app .btn a::before {
		width: 4rem;
		height: 0.2rem;
		right: 1.5rem;
	}
	.takaapp .app .btn a::after {
		top: 53%;
		right: 1.5rem;
		width: 1.3rem;
		height: 0.2rem;
	}
	.takaapp .app .contact {
		margin-top: 2rem;
		width: 100%;
	}
	.takaapp .app .contactTtl {
		font-size: 3rem;
	}
	.takaapp .app .contactTxt {
		font-size: 3rem;
		line-height: 4.3rem;
	}
	.takaapp .app .contactNote {
		margin-top: 1rem;
		font-size: 2.4rem;
		line-height: 3.6rem;
	}
}

/* dlWrap */
.dlWrap {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
	padding: 1rem 1rem 3rem;
}
.dlWrap.hidden {
	opacity: 0;
	pointer-events: none;
}
.dlWrap h2 {
	font-size: 3.5rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
}
.dlWrap .iphone {
	display: none;
}
.dlWrap .android {
	display: none;
}
@media (max-width: 768px) {
	.dlWrap {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0 1rem;
		padding: 1.5rem 2rem;
	}
	.dlWrap h2 {
		width: 29%;
		font-size: 2.4rem;
		text-align: left;
	}
	.dlWrap .iphone {
		width: 20.6rem;
	}
	.dlWrap .android {
		width: 25.9rem;
	}
}

/* pagetop */
@media (max-width: 768px) {
	.pagetop {
		bottom: 10rem;
	}
}

/* footer */
footer {
	padding-bottom: 18rem;
}
@media (max-width: 768px) {
	footer {
		padding-bottom: 10rem;
	}
}