.sale-btn {
	margin-bottom: 6rem;
}

.sale-btn a {
	background: linear-gradient(to bottom, #6ed361 0%, #37b420 100%);
	border: 1px solid #319B1D;
	border-radius: 0.6rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.2rem;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0 auto;
	position: relative;
	height: 6rem;
	width: 100%;
}

.sale-btn a::before {
	content: "";
	background: url("../../images/temp_sale/icon_calendar.svg") no-repeat center/contain;
	flex-shrink: 0;
	height: 2rem;
	width: 2rem;
}

.sale-btn a::after {
	content: "";
	background: url("../../images/temp_sale/bg_btn.svg") repeat-x left top/contain, url("../../images/temp_sale/bg_btn.svg") repeat-x left bottom/contain;
	background-size: auto 2rem;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.c-section {
	margin-bottom: 4.8rem;
}

.c-anchorList {
	display: grid;
	gap: 1.6rem;
	margin-bottom: 6rem;
}

.c-anchorList.c-anchorList--up {
	margin-top: 5.6rem;
}

.c-anchorList.c-anchorList--up .c-anchorList__arrow::after {
	transform: rotate(-90deg);
}

.c-anchorList li:nth-child(8n+1) .c-anchorList__item {
	--anchor-border-color: #EF7B20;
	--shadow-color: #CC6A1F;
	background: linear-gradient(to bottom, #FFA864 0%, #E3731C 100%);
}

.c-anchorList li:nth-child(8n+2) .c-anchorList__item {
	--anchor-border-color: #EB3C18;
	--shadow-color: #B50F0F;
	background: linear-gradient(to bottom, #FFB7B7 0%, #EB5959 100%);
}

.c-anchorList li:nth-child(8n+3) .c-anchorList__item {
	--anchor-border-color: #139EE3;
	--shadow-color: #127CB2;
	background: linear-gradient(to bottom, #A6DDF0 0%, #21AFE0 100%);
}

.c-anchorList li:nth-child(8n+4) .c-anchorList__item {
	--anchor-border-color: #16C81C;
	--shadow-color: #129E17;
	background: linear-gradient(to bottom, #8CE880 0%, #16C81C 100%);
}

.c-anchorList li:nth-child(8n+5) .c-anchorList__item {
	--anchor-border-color: #EFCF20;
	--shadow-color: #C9AF20;
	background: linear-gradient(to bottom, #E7F07A 0%, #DDE519 100%);
}

.c-anchorList li:nth-child(8n+6) .c-anchorList__item {
	--anchor-border-color: #7266A1;
	--shadow-color: #64468B;
	background: linear-gradient(to bottom, #D2CCEA 0%, #9975C9 100%);
}

.c-anchorList li:nth-child(8n+7) .c-anchorList__item {
	--anchor-border-color: #FF6493;
	--shadow-color: #EA3F73;
	background: linear-gradient(to bottom, #F7D4DB 0%, #FF6493 100%);
}

.c-anchorList li:nth-child(8n+8) .c-anchorList__item {
	--anchor-border-color: #B2B2B2;
	--shadow-color: #919191;
	background: linear-gradient(to bottom, #D1CCCC 0%, #9A9999 100%);
}

.c-anchorList__item {
	box-shadow: 0 0.5rem 0 #E0E0E0;
	border-radius: 0.8rem;
	display: block;
	height: 10rem;
	padding: 2.4rem 5rem 2.2rem 2.8rem;
	position: relative;
	z-index: 1;
}

.c-anchorList__item::before {
	content: "";
	background: url("../../images/temp_sale/bg.png") repeat center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
}

.c-anchorList__item::after {
	content: "";
	border: 0.2rem solid var(--anchor-border-color);
	border-radius: 0.8rem;
	position: absolute;
	left: 0.8rem;
	right: 0.8rem;
	top: 0.7rem;
	bottom: 0.7rem;
	pointer-events: none;
}

.c-anchorList__caption {
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.c-anchorList__ttl {
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.315;
}

.c-anchorList__arrow {
	background-color: var(--anchor-border-color);
	box-shadow: inset 0 -0.2rem 0.4rem var(--shadow-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.6rem;
	width: 2.6rem;
}

.c-anchorList__arrow::after {
	content: "";
	background: url("../../images/common/icon_arrow_long.svg") no-repeat center/contain;
	height: 1rem;
	width: 1.2rem;
	transform: rotate(90deg);
}

.p-mv .sale-btn {
	margin-top: 4rem;
	margin-bottom: 0;
}

.p-noteBox {
	border: 1px solid var(--border-color);
	border-radius: 0.5rem;
	margin-bottom: 3.2rem;
	padding: 1.6rem 2rem 3rem;
}

.p-noteBox__ttl {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 1rem;
	text-align: center;
}

.p-noteBox__txt {
	font-size: 1.4rem;
}

.lp-section {
	margin-bottom: 4.8rem;
}

.lp-section.--section-1 {
	--section-background: linear-gradient(to bottom, #FFA864 0%, #E3731C 100%);
	--section-border-color: #EF7B20;
	background: #FEA864;
}

.lp-section.--section-2 {
	--section-background: linear-gradient(to bottom, #FFB7B7 0%, #EB5959 100%);
	--section-border-color: #EB3C18;
	background: #FFB7B7;
}

.lp-section.--section-3 {
	--section-background: linear-gradient(to bottom, #A6DDF0 0%, #21AFE0 100%);
	--section-border-color: #139EE3;
	background: #A6DDF0;
}

.lp-section.--section-4 {
	--section-background: linear-gradient(to bottom, #8CE880 0%, #16C81C 100%);
	--section-border-color: #16C81C;
	background: #8CE880;
}

.lp-section.--section-5 {
	--section-background: linear-gradient(to bottom, #E7F07A 0%, #DDE519 100%);
	--section-border-color: #EFCF20;
	background: #E7F07A;
}

.lp-section.--section-6 {
	--section-background: linear-gradient(to bottom, #D2CCEA 0%, #9975C9 100%);
	--section-border-color: #7266A1;
	background: #D2CCEA;
}

.lp-section.--section-7 {
	--section-background: linear-gradient(to bottom, #F7D4DB 0%, #FF6493 100%);
	--section-border-color: #FF6493;
	background: #F7D4DB;
}

.lp-section.--section-8 {
	--section-background: linear-gradient(to bottom, #D1CCCC 0%, #9A9999 100%);
	--section-border-color: #B2B2B2;
	background: #D1CCCC;
}

.lp-section__head {
	background: var(--section-background);
	border-color: var(--section-border-color);
}

.lp-section__body {
	border-color: var(--section-border-color);
}

.c-bnrFlyer {
	margin-bottom: 4rem;
}

.p-form {
	margin-block: 8rem 4rem;
	padding: 0;
}

.p-reason {
	background-color: #F5F9FA;
	border-top: 1px solid #DBDBDB;
	padding: 3rem 0 4rem;
}

.p-reason__tooltip {
	color: #fff;
	margin-bottom: 1.4rem;
	text-align: center;
}

.p-reason__tooltip span {
	background-color: #25ADB7;
	border-radius: 0.6rem;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0.8rem 2rem;
	position: relative;
	z-index: 1;
}

.p-reason__tooltip span::after {
	content: "";
	-webkit-mask: url("../../images/common/icon_arrow_down_tooltip.svg") no-repeat center bottom;
	mask: url("../../images/common/icon_arrow_down_tooltip.svg") no-repeat center bottom;
	background-color: #25ADB7;
	height: 1.9rem;
	width: 2.4rem;
	position: absolute;
	left: 50%;
	bottom: -0.9rem;
	transform: translateX(-50%);
	z-index: -1;
}

.p-reason__ttl {
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 2.4rem;
	text-align: center;
}

.p-reason__list {
	display: grid;
	gap: 1.6rem 2rem;
}

.p-reason .reason-card {
	background-color: #fff;
	border-radius: 0.3rem;
	border: 1px solid var(--border-color);
	padding: 1.6rem;
}

.p-reason .reason-card__label {
	color: #E60112;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
}

.p-reason .reason-card__ttl {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
}

.sec-attr {
	background: url("../../images/home/bg_attractive_sp.jpg") no-repeat top center/cover;
	padding: 3.3rem 0 4rem;
	height: 96.2rem;
	overflow: hidden;
}

.sec-attr::after,
.sec-attr::before {
	display: none;
}

.sec-attr__box {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sec-attr__head {
	margin-bottom: 0;
	text-align: left;
}

.sec-attr__content {
	position: relative;
}

.sec-attr__content__more {
	pointer-events: none;
	display: flex;
	align-items: flex-end;
	position: absolute;
	left: -3rem;
	bottom: -4rem;
}

.sec-attr__content__more__img {
	width: 12.8rem;
}

.sec-attr__content__more__txt {
	color: #fff;
	margin-left: -3.5rem;
	font-size: 0.8rem;
	margin-bottom: 1.5rem;
}

.lp-store__ttl {
	text-align: center;
}

.lp-store .flyer-contact__image {
	aspect-ratio: 166/118;
}

.lp-store .flyer-contact__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-bnrList {
	padding: 4rem 0 6rem;
}

.p-bnrList__ttl {
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 5.4rem;
	text-align: center;
}

.p-bnrList__ttl .inline > span {
	display: inline-block;
	position: relative;
}

.p-bnrList__ttl .inline > span::before {
	content: "";
	background-color: #E60112;
	border-radius: 50%;
	height: 0.6rem;
	width: 0.6rem;
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translateX(-50%);
}

.p-bnrList__list {
	display: grid;
	gap: 2rem;
}

.p-bnrList .bnr-card {
	display: block;
}

.p-bnrList .bnr-card__img {
	margin-bottom: 1.2rem;
}

.p-bnrList .bnr-card__name {
	color: #206CAD;
	font-size: 1.8rem;
	font-weight: bold;
}

.p-bnrFeature__list {
	display: grid;
	gap: 2rem;
}

@media (min-width: 768px) {

.sale-btn {
	margin-bottom: 8.7rem;
}

.sale-btn a {
	border-radius: 1.2rem;
	gap: 3.4rem;
	font-size: 4rem;
	height: 12rem;
	width: 98rem;
}

.sale-btn a::before {
	height: 3rem;
	width: 3rem;
}

.sale-btn a::after {
	background-size: auto 3.8rem;
}

.c-anchorList {
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	margin-bottom: 8rem;
}

.c-anchorList__item {
	height: 24.4rem;
	padding: 2.8rem 0 2.4rem;
	text-align: center;
}

.c-anchorList__item::after {
	border-width: 0.3rem;
	top: 0.8rem;
	bottom: 0.8rem;
}

.c-anchorList__caption {
	justify-content: center;
	font-size: 1.8rem;
	margin-bottom: 0;
}

.c-anchorList__ttl {
	justify-content: center;
	filter: drop-shadow(0.2rem 0.2rem 0 rgba(0, 0, 0, 0.6));
	font-size: 3.2rem;
}

.c-anchorList__arrow {
	box-shadow: 0 0.2rem 0.4rem var(--shadow-color);
	margin: 0.7rem auto 0;
	height: 4.8rem;
	width: 4.8rem;
}

.c-anchorList__arrow::after {
	height: 1.8rem;
	width: 2.2rem;
}

.p-noteBox {
	border-radius: 1rem;
	margin-bottom: 5.6rem;
	padding: 4rem 4.5rem;
}

.p-noteBox__ttl {
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 1.6rem;
}

.p-noteBox__txt {
	font-size: 2.2rem;
	letter-spacing: 0.1em;
}

.c-bnrFlyer {
	margin-bottom: 7.2rem;
}

.p-form {
	margin-block: 16.2rem 8rem;
}

.p-form .form-box {
	margin: 0 auto;
	padding-inline: 9.8rem;
	width: 98rem;
}

.p-reason {
	padding: 4rem 0 8.1rem;
}

.p-reason__tooltip span {
	border-radius: 1.2rem;
	font-size: 1.8rem;
	padding: 1rem 3.7rem;
}

.p-reason__ttl {
	font-size: 3.2rem;
}

.p-reason__list {
	grid-template-columns: repeat(2, 1fr);
}

.p-reason .reason-card {
	padding: 2.4rem;
}

.p-reason .reason-card__label {
	font-size: 1.6rem;
}

.p-reason .reason-card__ttl {
	font-size: 2.4rem;
}

.sec-attr {
	background-image: url("../../images/home/bg_attractive.jpg");
	padding: 4rem 0 4.8rem;
	height: 67.8rem;
}

.sec-attr__content__more {
	bottom: -5rem;
	left: -11rem;
}

.sec-attr__content__more__img {
	left: -12rem;
	width: 21rem;
	bottom: -5rem;
}

.sec-attr__content__more__txt {
	margin-left: -6.5rem;
}

.p-bnrList {
	padding: 6.9rem 0 11rem;
}

.p-bnrList__list {
	grid-template-columns: repeat(2, 1fr);
	gap: 4.4rem;
}

.p-bnrFeature__list {
	grid-template-columns: repeat(2, 1fr);
}

}

@media screen and (min-width: 1401px) {

.sec-attr {
	height: 82.8rem;
}

}

@media (max-width: 767px) {

.c-anchorList__caption br {
	display: none;
}

.c-anchorList__ttl br {
	display: none;
}

.c-anchorList__arrow {
	position: absolute;
	top: 50%;
	right: 2.2rem;
	transform: translateY(-50%);
}

}

