/* BASE =====================================================*/
html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	line-height: 1.5rem;
}

a img:hover,
a img:active,
a:hover,
a:active {
	opacity: 0.8;
}

:root {
	--main-color1: #B50081;
	--main-color2: #F86ACF;
	--main-color3: #F9F0F3;
	--sub-color: #D13F93;
	--mono-tone1: #F0F0F0;
	--mono-tone2: #676767;
	--mono-tone3: #707070;
	--sub-color2: #FFF8CA;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

h1 {
	margin: 0;
}

h2 {
	margin: 0;
}

h3 {
	margin: 0;
}

* {
	box-sizing: border-box;
}

/* header =====================================================*/
#header {
	padding-top: 121px;
	margin-bottom: 35px;
}

#header.end {
	padding-top: 0;
}

#header-inner {
	width: 1024px;
	margin: 0 auto;
}

/* .contents =====================================================*/
.contents * {
	box-sizing: border-box;
}

.wrapper-bg {
	background: #fffcf1;
	background: linear-gradient(to right, #fcd34d50 0%, #ffe2b750 20%, #ffe2b750 80%, #fcd34d50 100%);
}

.section {
	width: 100%;
	margin-top: 100px;
}

.section-inner {
	width: 924px;
	margin: 0 auto;
}

h2.ttl {
	margin-bottom: 40px;
	padding: 6px 0 4px;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 0.05em;
	text-align: center;
	background: #f8bb00;
	color: #b60081;
}

.section h3 {
	font-size: 28px;
	line-height: 38px;
	text-align: center;
	color: #B60081;
}

.section p,
li {
	font-size: 18px;
	line-height: normal;
}

.section .note {
	padding-left: 1em;
	text-indent: -1em;
}

.list ul {
	padding-left: 1em;
	text-indent: -1em;
}

.listlist li {
	padding-left: 1em;
	text-indent: -1em;
}

.section span.sup {
	position: relative;
	font-size: 0.8em;
	top: -4px;
}

.other .linkBox {
	display: flex;
}

.other .linkBox a {
	flex: 0 0 442px;
	box-shadow: 0 0 8px #CBB790;
}

.other .linkBox a:nth-child(1) {
	margin-right: 40px;
}

.section .period-text {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	letter-spacing: 0.05em;
}

.period-text strong {
	font-size: 42px;
	vertical-align: -0.05em;
}

.schedule ul+.note {
	margin-top: 30px;
}

.sns_linkset {
	padding: 15px 0;
	margin: 10px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eee;
}

.sns_linkset img {
	width: 56px;
	margin-right: 36px;
}

.sns_linkset a:last-child img {
	margin-right: 0;
}

.detail {
	width: 380px;
	margin: 50px auto 0;
}

.contents ul.download {
	margin: 50px auto 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 30px;
}

.contents .dl ul.download {
	margin-top: 20px;
}

.download {
	text-align: center;
}

.download li {
	display: inline-block;
	padding: 30px 10px;
}

.notes {
	width: fit-content;
	margin: 0 auto;
}

.notes li {
	padding-left: 1em;
	font-size: 16px;
	line-height: 24px;
	text-indent: -1em;
}

.section.isBtm {
	padding-bottom: 100px;
}

.contact {
	margin-top: 100px;
}

.contact .list li {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	position: relative;
}

.footblank {
	margin-left: .5rem;
	width: 1.6rem;
	vertical-align: middle;
}

#js-button img {
	width: 56px;
	height: 56px;
}

.end_text {
	background-color: #909090;
	color: #FFFFFF;
	padding: 130px 0 10px 0;
}

.end_text p {
	width: 1024px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 18px;
}

.campain_img {
	width: 85%;
	max-width: 924px;
	padding: 0 0 20px;
	margin: 0 auto;
	display: block;
}

.step_img img {
	display: block;
	margin: 40px auto 0;
	max-width: 544px;
	width: 40%;
}

.AEONPay {
	display: inline-block;
	margin: 20px auto 0;
	max-width: 300px;
	width: 30%;
	padding: 0 10px;
}

.howto_box {
	background-color: #ffffff;
	padding: 40px 40px 80px;
	border-radius: 50px;
	box-shadow: 0px 0px 5px 2px rgba(136, 136, 136, 0.2)
}

.how_subttl {
	text-align: center;
	font-weight: bold;
	font-size: 30px !important;
	margin: 20px auto 30px;
}

.how_memo {
	text-align: center;
	font-size: 16px;
	padding: 0 0 10px;
}

.pc_img img {
	width: 100%;
	max-width: 924px;
}

.sp_img {
	width: 100%;
	display: block;
	margin: 0 auto 40px;
}

.entry_btn {
	text-align: center;
	padding: 30px;
	background: rgb(80 190 222);
	background: linear-gradient(90deg, rgb(255 50 190) 0%, rgb(4 193 223) 100%);
	width: 70%;
	margin: 0 auto 30px;
	border-radius: 100px;
	font-weight: bold;
	color: #ffffff;
	font-size: 30px !important;
}

.digitalreceipt_btn {
	text-align: center;
	padding: 30px;
	background: rgb(57 175 173);
	background: linear-gradient(90deg, rgb(57 175 173) 0%, rgba(4, 176, 26, 1) 100%);
	width: 70%;
	margin: 0px auto 30px;
	border-radius: 100px;
	font-weight: bold;
	color: #ffffff;
	font-size: 30px !important;
}

.txt_link_box {
	text-align: center;
	display: block;
	margin: 20px auto 0;
}

.txt_link_box li {
	text-align: center;
	display: inline-block;
	margin: 0 20px;
}

.txt_link {
	text-decoration: underline;
	color: #b60081 !important;
	font-weight: bold;
	line-height: normal;
}

@media screen and (max-width: 640px) {
	.txt_link {
		text-decoration: underline;
		color: #b60081 !important;
		font-weight: bold;
		line-height: normal;
		padding: 5px 0;
	}
}

iframe.youtube-16-9 {
	width: 90%;
	height: auto;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 640px) {
	.campain_img {
		width: 100%;
		max-width: 924px;
		padding: 0 0 20px;
		margin: 0 auto;
		display: block;
	}

	.step_img img {
		display: block;
		margin: 20px auto 0;
		max-width: 544px;
		width: 50%;
	}

	.AEONPay {
		display: inline-block;
		margin: 0px auto 0;
		max-width: 300px;
		width: 30%;
		padding: 0 5px;
	}

	.howto_box {
		background-color: #ffffff;
		padding: 20px 20px 40px;
		border-radius: 20px;
	}

	.how_subttl {
		text-align: left;
		font-weight: bold;
		font-size: 18px !important;
		margin: 20px auto 20px;
	}

	.how_memo {
		text-align: left;
		font-size: 14px;
		padding: 0 0 10px;
	}

	.entry_btn {
		text-align: center;
		padding: 20px 10px;
		background: rgb(80 190 222);
		background: linear-gradient(90deg, rgb(255 50 190) 0%, rgb(4 193 223) 100%);
		width: 100%;
		margin: 0 auto 30px;
		border-radius: 100px;
		font-weight: bold;
		color: #ffffff;
		font-size: 20px !important;
	}

	.digitalreceipt_btn {
		text-align: center;
		padding: 20px 10px;
		background: rgb(57 175 173);
		background: linear-gradient(90deg, rgb(57 175 173) 0%, rgba(4, 176, 26, 1) 100%);
		width: 100%;
		margin: 0px auto 30px;
		border-radius: 100px;
		font-weight: bold;
		color: #ffffff;
		font-size: 20px !important;
	}
}

@media screen and (max-width: 640px) {
	#header {
		padding-top: 15vw;
		margin-bottom: 15px;
	}

	#header-inner {
		width: 100%;
	}

	.section {
		margin-top: 50px;
	}

	.section-inner {
		width: 90%;
	}

	h2.ttl {
		margin-bottom: 20px;
		padding: 6px 10px 5px;
		font-size: 20px;
		line-height: 28px;
	}

	.section h3 {
		font-size: 18px;
		line-height: 28px;
	}

	.section p,
	li {
		font-size: 15px;
		line-height: normal;
	}

	.other .linkBox {
		display: block;
	}

	.other .linkBox a {
		display: block;
		width: 100%;
		height: 100%;
	}

	.other .linkBox a:nth-child(1) {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.period {
		margin-bottom: 0;
	}

	.section .period-text {
		margin-bottom: 0;
		font-size: 24px;
		text-align: center;
		line-height: normal;
	}

	.period-text strong {
		font-size: 24px;
		vertical-align: 0;
	}

	/* .howto .subttl {
		font-size: 18px;
	}

	.howto .subttl::before,
	.howto .subttl::after {
		width: 20px;
	}

	.howto .subttl::before {
		left: calc(50% - 6.5em);
	}

	.howto .subttl::after {
		right: calc(50% - 6.5em);
	}

	.howto .step ul {
		display: block;
		margin-top: 20px;
	}

	.howto .step ul li {
		position: relative;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.howto .step ul li:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.howto .step ul li::after {
		position: absolute;
		content: '';
		display: block;
		width: 40px;
		height: 40px;
		box-sizing: border-box;
		border-top: 20px solid #6a3906;
		border-right: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 20px solid transparent;
		left: 0;
		right: 0;
		margin: auto;
		bottom: -50px;
	}

	.howto .step ul li:last-child::after {
		display: none;
	}

	.howto ul+.note {
		margin-top: 15px;
	}

	.howto .linktxt {
		margin-top: 15px;
	}

	.howto .linktxt a {
		color: #B60081;
	} */

	.linktxt a {
		color: #B60081;
	}

	.schedule ul+.note {
		margin-top: 15px;
	}

	.detail {
		width: 100%;
		margin: 50px auto 0;
	}

	.contents ul.download {
		margin: 50px auto 15px;
		column-gap: 20px;
	}

	.download {
		text-align: center;
		margin: 30px auto;
	}

	.download li {
		display: inline-block;
		padding: 10px 10px;
	}

	.contents .dl ul.download {
		margin-top: 10px;
	}

	.notes {
		width: fit-content;
		margin: 0 auto;
	}

	.notes li {
		font-size: 16px;
		line-height: 24px;
	}

	.section.isBtm {
		padding-bottom: 40px;
	}

	.contact {
		margin-top: 40px;
	}

	.contact .list li {
		font-size: 16px;
		line-height: 26px;
	}

	.contact .list li a {
		color: #b60081;
	}

	.notice {
		margin: auto;
		display: block;
	}

	/* parts =====================================================*/
	.footblank {
		margin-left: .5rem;
		width: 1.6rem;
		vertical-align: middle;
	}

	#js-button img {
		width: 56px;
		height: 56px;
	}

	.end_text {
		padding: 19.467vw 0 2vw 0;
	}

	.end_text p {
		width: calc(100% - 12.8vw);
		padding: 2vw 0;
		line-height: 1.75;
	}
}

.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.content {
	/*本文*/
	height: 0;
	margin-bottom: 10px;
	padding: 0 20px;
	overflow: hidden;
	display: flex;
	flex-direction: row-reverse;
}

.toggle:checked+.Label+.content {
	/*開閉時*/
	height: fit-content;
	padding: 20px;
	transition: all .3s;
}

.toggle:checked+.Label::before {
	transform: rotate(-45deg) !important;
}

/* .accordion-flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}

.accordion-flex img {
	max-width: 100%;
	max-height: 50%;
	display: block;
	margin: 0 auto 16px;
}

.accordion-flex-text {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ccc;
}

.accordion-flex-text span {
	font-weight: bold;
} */

.flex-tousen div img {
	width: 50%;
	display: block;
	margin: 10px auto 0;
	box-shadow: 0 0 10px #ccc;
}

.ap_ereceiptXfollow img {
	margin: 0 auto;
	display: block;
	padding: 40px 0 0;
	max-width: 800px;
	width: 50%;
}

@media screen and (min-width: 641px) {



	.disfle {
		display: flex;
		justify-content: center;
		align-content: center;
	}

	.flex-tousen {
		display: flex;
	}

	.flex-tousen div {
		width: 50%;
	}

	.flex-tousen div img {
		width: 50%;
		display: block;
		margin: 0 auto;
		box-shadow: 0 0 10px #ccc;
	}
}

.fwbfcr {
	color: red;
	font-weight: bold;
}

/* 対象サイトの紹介 */
.image-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;

}

.image-grid img {
	width: 100%;
	max-width: 200px;
	/* 画像サイズの上限 */
	height: auto;
	border-radius: 8px;
}



@media (max-width: 640px) {
	.image-grid{
		gap: 10px 0;
		justify-content:space-between
	}
	.image-grid a{
		width: 48%;
		display: block;
	}
	
}

/* Q&A */
.accordion {
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}

.accordion-item {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}

.accordion-question {
	background: #ffffff;
	cursor: pointer;
	padding: 30px;
	font-weight: bold;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.5em;
}

.accordion-symbol {
	font-size: 20px;
	margin-left: 10px;
	transition: transform 0.3s;
}

.accordion-answer {
	display: none;
	padding: 15px;
	background: #fbfcf3;
	color: #555555;
	line-height: 1.5em;
}

.accordion-item.active .accordion-answer {
	display: block;
}

.accordion-item.active .accordion-symbol {
	content: "−";
	transform: rotate(180deg);
}

.accordion-qacolor {
	color: #b60081 !important;
}



@media screen and (max-width: 480px) {
	.accordion-question {
		justify-content: space-between;
		font-size: 14px;
		padding:12px 8px 12px 40px;
		text-indent: -2em;

	}

	.accordion-answer {
		font-size: 16px;
		padding: 12px;
	}

	.accordion-symbol {
		font-size: 16px;
		padding-left: 44px;
	}
}

/* //Q＆A */

/* 特典の表 */
.responsive-table {
	width: 90%;
	margin: 0 auto 1em;
	border-collapse: collapse;
	background-color: #ffffff;
	border: 2px solid #F09B6E;
}

.responsive-table th,
.responsive-table td {
	border: 2px solid #F09B6E;
	padding: 10px;
	text-align: center;
	line-height: 1.5em;
	vertical-align: middle;
}

.responsive-table th {
	font-weight: bold;
}

/* スマホ対応 */
@media screen and (max-width: 480px) {
	.responsive-table {
		width:100%;
		font-size: 11px;
	}
	.responsive-table th,
.responsive-table td {
	border: 2px solid #F09B6E;
	padding: 2%;
	text-align: center;
	line-height: 1.2em;
	vertical-align: middle;
}
}


/* 特典の表終わり */

.image-grid a {
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.oubo{
	font-weight: bold;
	text-decoration: underline;
}
.coupon_period{
	font-size:18px !important;
}