#store {
	--border-gray: #c8c7c7;
	--color-gray: #5d5d5d;
	--color-lightgray: #f2f2f2;
	--color-lightpink: #ffeeeb;
	--color-pink: #ff6c65;
	--color-wom: #ef857d;
	--font-comfortaa: "Comfortaa", sans-serif;
	--font-ysabeau: "Ysabeau SC", serif;
	--font-zenmaru: "Zen Maru Gothic", sans-serif;
}
body#store main {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	color: #666464;
	letter-spacing: 0.05em;
}
body#store .breadcrumb.mb2 {
	margin-bottom: 0;
}
.bg-wide {
	position: relative;
}
p {
	font-size: initial;
}

@media screen and (min-width: 768px) {
	main.store > section,
	main.store .sec-box {
		max-width: 1080px;
		margin: 0 auto;
		padding-right: 40px;
		padding-left: 40px;
	}
	.bg-wide::before {
		content: "";
		background: var(--color-lightgray);
		display: block;
		width: 100vw;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: -1;
		transform: translateX(-50%);
	}
	main.store > section {
		padding-top: 104px;
		padding-bottom: 104px;
	}
	.is-sp {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	main.store > section,
	main.store .sec-box {
		padding-right: 16px;
		padding-left: 16px;
	}
	main.store > section {
		padding-top: 64px;
		padding-bottom: 36px;
	}
	.is-pc {
		display: none;
	}
}




/* -- Button
-------------------------------------------------------------------------------- */
/* -- button common -- */
a[class^="btn_"],
input[class^="btn_"],
button[class^="btn_"] {
	text-align: center;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	margin: auto;
	cursor: pointer;
	border-radius: 99px;
	position: relative;
}
#hdContact .btn_hd-navi {
	font-size: 1.2rem;
	line-height: 1;
	color: #fff;
	background-color: var(--main-color);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 186px;
	height: 40px;
}
#hdContact .btn_hd-navi i {
	margin-left: 4px;
}
.btn_white {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	color: var(--main-color);
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	border: solid 1px var(--main-color);
}
.btn_white::before {
	content: "";
	background: url(../img/re/slider_arrow.png) no-repeat right center / 28px 8px;
	display: block;
	width: 12px;
	height: 8px;
	position: absolute;
	top: calc(50% - 4px);
	right: 20px;
	transition: all 0.3s ease;
}
.btn_white:hover::before {
	right: 12px;
}

@media screen and (min-width: 768px) {
	#hdContact .btn_hd-navi {
		font-size: 1.2rem;
		width: 186px;
		height: 40px;
	}
}

@media screen and (max-width: 767px) {
	#hdContact .btn_hd-navi {
		font-size: 1rem;
		width: 108px;
		height: 26px;
	}
}


/* -- CTA button -- */
@media screen and (min-width: 768px) {
	.CTA-link::before {
		background: radial-gradient(circle at center, #fefbdc, #fee09b);
	}
	.CTA-link {
		text-align: center;
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.CTA-link .cta-text {
		max-width: 484px;
		margin: auto;
	}
	.cta-btn-flex {
		display: flex;
		column-gap: 16px;
		justify-content: center;
		margin-top: 20px;
	}
	.cta-btn-flex a {
		display: block;
		max-width: 460px;
		filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.25));
	}
}

@media screen and (max-width: 767px) {
	.CTA-link {
		background: radial-gradient(circle at center, #fefbdc, #fee09b);
		text-align: center;
		padding-top: 16px;
		padding-bottom: 24px;
	}
	.CTA-link .cta-text {
		width: 270px;
		margin: auto;
	}
	.cta-btn-flex a {
		display: block;
		max-width: 360px;
		margin: 8px auto 0;
		filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
	}
}


/* -- Anchor navi -- */
.anchor-navi {
	background: linear-gradient(0deg, #fffcf0 0, #fcfcfc 100%);
	display: flex;
	max-width: 540px;
	margin: 0 auto;
	border-radius: 9999px;
}
.anchor-navi li {
	text-align: center;
	width: 35%;
	height: 100%;
}
.anchor-navi li:nth-child(2) {
	width: 30%;
	border-right: solid 2px var(--border-gray);
	border-left: solid 2px var(--border-gray);
}
.anchor-navi li a {
	line-height: 1;
	letter-spacing: 0.1em;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.anchor-navi li:nth-child(1) a {
	background: url(../img/store/icon-anc_01.webp) no-repeat calc(50% + 8px) 0 / 46px auto;
	padding-left: 16px;
}
.anchor-navi li:nth-child(2) a {
	background: url(../img/store/icon-anc_02.webp) no-repeat 50% 0 / 46px auto;
}
.anchor-navi li:nth-child(3) a {
	background: url(../img/store/icon-anc_03.webp) no-repeat calc(50% - 8px) 0 / 46px auto;
	padding-right: 16px;
}
.anchor-navi li a::after {
	content: "";
	background: url(../img/store/anc-arrow.webp) no-repeat center center / 100% auto;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.anchor-navi li:nth-child(1) a::after {
	left: calc(50% + 8px);
}
.anchor-navi li:nth-child(3) a::after {
	left: calc(50% - 8px);
}

@media screen and (min-width: 768px) {
	#anchorNavi {
		text-align: center;
		padding-top: 64px;
	}
	#anchorNavi::before {
		background-color: var(--color-lightpink);
	}
	.anchor-navi {
		height: 108px;
		padding: 12px 0;
		box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.1);
	}
	.anchor-navi li a {
		font-size: 1.6rem;
		padding-top: 50px;
	}
	.anchor-navi li a::after {
		width: 17px;
		height: 9px;
	}
}

@media screen and (max-width: 767px) {
	#anchorNavi {
		background-color: var(--color-lightpink);
		text-align: center;
		padding-top: 32px;
		z-index: 1;
	}
	.anchor-navi {
		height: 76px;
		padding: 10px 0;
		box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
	}
	.anchor-navi li a {
		font-size: 1.2rem;
		background-size: 28px auto!important;
		padding-top: 30px;
	}
	.anchor-navi li a::after {
		width: 10px;
		height: 5px;
	}
}


/* -- Title
-------------------------------------------------------------------------------- */
.store h3,
.store h4 {
	font-family: var(--font-zenmaru);
	font-weight: 700;
	line-height: 1;
}
.sec-title {
	line-height: 1;
	color: var(--color-gray);
	text-align: center;
}
.sec-title em {
	font: 700 3.4rem/1 var(--font-zenmaru);
	color: var(--color-wom);
	letter-spacing: 0.1em;
	display: block;
}
main.store > section .sec-title span {
	font: 700 2rem/1 var(--font-comfortaa);
	font-weight: 700;
	letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
	.sec-title {
		font-size: 1.6rem;
	}
	.sec-title em {
		margin-top: 20px;
	}
	.sec-title em span {
		font-size: 2.4rem;
	}
	main.store > section .sec-title {
		margin-bottom: 64px;
	}
}

@media screen and (max-width: 767px) {
	.sec-title {
		font-size: 1.2rem;
	}
	.sec-title em {
		font-size: 2.2rem;
		line-height: 1.36;
		margin-top: 8px;
	}
	.sec-title em span {
		font-size: 1.6rem;
	}
	main.store > section .sec-title {
		margin-bottom: 48px;
	}
	main.store > section .sec-title em {
		margin-top: 4px;
	}
	main.store > section .sec-title span {
		font-size: 1.4rem;
	}
}



/* -- key visual
-------------------------------------------------------------------------------- */
#kv {
	position: relative;
}
#kv::before {
	content: "";
	background: rgba(218, 218, 218, 0.3);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}
#kv .kv-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
}
#kvMovie {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
#kvMovie img {
	width: auto;
	height: 100%;
	object-fit: cover;
}
#kv p[class^="kv-"] {
	position: absolute;
	z-index: 4;
}
#kvAfterText {
	background-color: #f6f6f6;
	text-align: center;
	height: 40px;
	padding-top: 12px;
	position: relative;
}
#kvAfterText::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 15px solid #f6f6f6;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	position: absolute;
	right: 0;
	bottom: -15px;
	left: 0;
	z-index: 1;
}
#kvAfterText p {
	font-size: 1.4rem;
}

@container (min-width: 1000px) {
	#kv .kv-icon {
		width: 16.5%;
		max-width: 260px;
		bottom: 36px;
	}
	@container (max-width: 1200px) {
		#kv .kv-icon {
			width: 19%;
		}
	}
}

@container (max-width: 999px) {
	#kv .kv-icon {
		width: 20vw;
		max-width: 300px;
		bottom: 32px;
	}
}

@media screen and (min-width: 768px) {
	#kv {
		padding-bottom: 50px;
		aspect-ratio: 360 / 163;
	}
	#kv .kv-wrapper img {
		width: auto;
		height: 107.5%;
	}
	#kv::after {
		content: "";
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
		display: block;
		width: 15%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 19.5%;
		z-index: 1;
	}
	#kvMovie {
		height: 100%;
		aspect-ratio: 16 / 9;
	}
	#kvAfterText {
		margin-top: 20px;
		margin-bottom: 36px;
	}
	#kv .kv-icon {
		right: 24px;
	}
	#kv .kv-note {
		width: 228px;
		right: 28px;
		bottom: 20px;
	}
	#kvBannerCTA {
		text-align: center;
		margin-top: 36px;
	}
	#kvBannerCTA picture {
		display: block;
		margin: 0 -2% 0 -0.6%;
	}
}

@media screen and (max-width: 767px) {
	#kv {
		z-index: 1;
		aspect-ratio: 375 / 664;
	}
	#kvMovie {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#kvAfterText {
		max-width: initial;
		margin: 10px 0 28px;
	}
	#kv .kv-wrapper img {
		width: 100%;
	}
	#kv .kv-icon {
		width: 43.2vw;
		right: 24px;
		bottom: 31vw;
	}
	#kv .kv-icon {
		right: -6px;
	}
	#kv .kv-note {
		display: none;
		width: 112px;
		right: 12px;
		bottom: 28px;
	}
	#kvBannerCTA {
		margin: -33% 0 0;
		padding: 0 8px;
		position: relative;
		z-index: 3;
	}
	#kvBannerCTA picture {
		display: block;
		margin: 0 -2% 0 -0.6%;
	}
}



/* -- Slider
-------------------------------------------------------------------------------- */
body#store .store-slide {
	margin-top: 40px;
}
body#store .store-slide .slick-slide {
	overflow: hidden;
	aspect-ratio: 10 / 6;
}
body#store .store-slide .slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
body#store .slick-dotted.slick-slider {
	margin-bottom: 0;
}
body#store .slick-dots li {
	margin: 0;
}
body#store .slick-dots {
	display: flex;
	flex-flow: row wrap;
	position: relative;
	bottom: 0;
}
body#store .slick-dots li {
	overflow: hidden;
	border-radius: 12px;
	position: relative;
}
body#store .slick-dots li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
body#store .slick-dots li::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: solid 3px transparent;
	border-radius: 12px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
}
body#store .slick-dots li.slick-active::after {
	border: solid 3px var(--color-wom);
}

/* -- slider common -- */
body#store .slick-arrow {
	background: url(../img/store/slide-button.webp) no-repeat center center / 100% 100%;
	border-radius: 50%;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
body#store .slick-arrow::before {
	content: "";
}

@media screen and (min-width: 768px) {
	#storeHeader {
		margin-top: 46px;
		margin-bottom: 104px;
	}
	body#store .slick-list {
		border-radius: 40px;
	}
	body#store .slick-dots {
		row-gap: 14px;
		column-gap: 14px;
		margin-top: 36px;
	}
	body#store .slick-dots li {
		width: 64px;
		height: 64px;
	}
	/* -- slider common -- */
	body#store .slick-arrow {
		width: 48px;
		height: 48px;
		box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
	}
	body#store .slick-prev {
		left: 16px;
		transform: translateY(-50%) rotateY(180deg);
	}
	body#store .slick-next {
		right: 16px;
	}
}

@media screen and (max-width: 767px) {
	#storeHeader {
		margin-top: 64px;
		margin-bottom: 64px;
	}
	body#store .slick-list {
		border-radius: 24px;
	}
	body#store .slick-dots {
		row-gap: 10px;
		column-gap: 10px;
		margin-top: 12px;
	}
	body#store .slick-dots li {
		width: 48px;
		height: 48px;
	}

	/* -- slider common -- */
	body#store .slick-arrow {
		width: 32px;
		height: 32px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	}
	body#store .slick-prev {
		left: -8px;
		transform: translateY(-50%) rotateY(180deg);
	}
	body#store .slick-next {
		right: -8px;
	}
}



/* -- Reasons section（Flow でも使う）
-------------------------------------------------------------------------------- */
.num-list li {
	background-color: #fff;
	display: flex;
	margin-top: 16px;
	border-radius: 32px;
}
.num-list li .num {
	font: 700 1.8rem/1 var(--font-comfortaa);
	color: var(--color-wom);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 18.4%;
	position: relative;
}
.num-list li .num::before {
	content: "";
	display: block;
	width: 1px;
	border-right: solid 1px var(--border-gray);
	position: absolute;
	right: 0;
}
.num-list li .num i {
	font: 400 7.6rem/1 var(--font-ysabeau);
	display: block;
	margin-top: -0.25em;
}
.num-list li div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.num-list li div h3 {
	font-size: 2.4rem;
	line-height: 1.25;
	color: var(--color-wom);
	letter-spacing: 0.1em;
}
.num-list li div p {
	letter-spacing: 0.05em;
}
.num-list li div p span {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	display: block;
	margin-top: 4px;
}
.num-list li figure picture {
	display: block;
	overflow: hidden;
	height: 100%;
}
.num-list li figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media screen and (min-width: 768px) {
	#reasons::before {
		background-color: var(--color-lightpink);
	}
	.num-list li .num {
		width: 18.4%;
	}
	.num-list li .num::before {
		height: calc(100% - 80px);
		top: 40px;
	}
	.num-list li div {
		width: 51.6%;
		padding: 20px 40px;
	}
	.num-list li div p {
		line-height: 1.68;
		margin-top: 16px;
	}
	.num-list li figure {
		width: 30%;
	}
	.num-list li figure img {
		border-radius: 0 32px 32px 0;
	}
}

@media screen and (max-width: 767px) {
	#reasons {
		background-color: var(--color-lightpink);
		padding-bottom: 64px;
	}
	.num-list li {
		flex-direction: column;
		position: relative;
	}
	.num-list li .num {
		font-size: 1.2rem;
		width: 70px;
		height: 46px;
		padding-right: 12px;
		position: absolute;
		top: 32px;
		left: 24px;
	}
	.num-list li .num::before {
		height: 100%;
		top: 0;
	}
	.num-list li .num i {
		font-size: 5.2rem;
	}
	.num-list li div {
		padding: 32px 24px 20px;
	}
	.num-list li div h3 {
		font-size: 2rem;
		display: flex;
		align-items: center;
		height: 46px;
		margin-left: 82px;
	}
	.num-list li div p {
		font-size: 1.4rem;
		line-height: 1.71;
		margin-top: 24px;
	}
	.num-list li figure {
		text-align: center;
		height: calc((100vw - 32px) / 2.14);
	}
	.num-list li figure img {
		object-position: center 25%;
		border-radius: 0 0 32px 32px;
	}
	#reasons .num-list li:nth-child(3) figure {
		height: auto;
	}
	#reasons .num-list li:nth-child(3) figure img {
		object-fit: inherit;
	}
}



/* -- Price section
-------------------------------------------------------------------------------- */
#price {
	padding-bottom: 32px;
}
#price .sec-title em {
	letter-spacing: 0.5em;
}
#priceContent {
	color: var(--color-gray);
	background-color: #fff;
	text-align: center;
	border-radius: 32px;
}
#priceContent .amount {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: var(--color-pink);
	letter-spacing: -0.03em;
}
#priceContent .tax {
	font-weight: 500;
	display: block;
}
#priceContent .price {
	font-weight: 900;
	white-space: nowrap;
}
#priceContent h4 {
	color: #fff;
	background-color: var(--color-gray);
	display: block;
	border-radius: 99px;
}
.price-table {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: min-content 1fr;
	grid-auto-rows: 1fr;
	grid-auto-flow: column;
	gap: 0;
}
.membership {
	grid-area: 1 / 1 / 2 / 3;
	margin-bottom: 40px;
}
.price-1 {
	grid-area: 2 / 1 / 3 / 2;
}
.price-2 {
	grid-area: 2 / 2 / 3 / 3;
	border-left: solid 2px var(--border-gray);
}
.membership h3 {
	color: #fff;
	background: linear-gradient(to bottom right, #f1aba8, #ff6c65);
	vertical-align: middle;
	letter-spacing: 0.05em;
	display: inline-block;
	border-radius: 999px;
}
.membership .price {
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
}
.price-table + p {
	font-size: 1.2rem;
	margin-top: 16px;
}
#priceContent h3.option-title {
	font-size: 3.2rem;
	margin-top: 32px;
}
.option-table {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-auto-rows: 1fr;
	grid-auto-flow: column;
	gap: 8px 8px;
	margin-top: 24px;
}
.option-table li {
	background-color: var(--color-lightgray);
	display: block;
	padding: 24px 16px;
	border-radius: 16px;
	position: relative;
}
.option-table li:nth-of-type(1) {
	grid-area: 1 / 1 / 2 / 2;
}
.option-table li:nth-of-type(2) {
	grid-area: 1 / 2 / 2 / 3;
}
.option-table h4 {
	line-height: 1.1;
	letter-spacing: 0;
}
.option-table .unit.rl {
	writing-mode: vertical-rl;
}
.price-flex {
	display: flex;
	align-items: flex-end;
}
.option-3 .price-flex p.r-box {
	font-size: 1.6rem;
	margin: 8px 0 0 8px;
	padding-left: 8px;
	border-left: solid 2px var(--border-gray);
}
.option-3 .price-flex p.r-box .tax {
	margin-top: 0!important;
}
.option-3::after {
	content: "";
	background: url(../img/store/price-img.webp) no-repeat 0 0 / cover;
	display: block;
	position: absolute;
	bottom: 0;
}
.option-4 .price-flex p.r-box {
	line-height: 1.46;
	text-align: left;
	letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
	#priceContent {
		padding: 56px;
	}
	#priceContent .tax {
		font-size: 1.2rem;
		margin-top: -8px;
		padding: 0 8px;
	}
	.membership h3 {
		font-size: 2.6rem;
		padding: 8px 24px;
	}
	#priceContent h4 {
		padding: 4px 16px;
	}
	.membership .price {
		font-size: 4.6rem;
		margin-left: 16px;
	}
	.membership p:last-child {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		margin-top: 16px;
	}
	.membership p .unit {
		font-size: 3.8rem;
	}
	.membership p .amount {
		font-size: 8.3rem;
	}
	.membership p .tax {
		display: inline-block!important;
	}
	.price-table h4 {
		font-size: 2.4rem;
	}
	.price-1 {
		padding-right: 24px;
	}
	.price-2 {
		padding-left: 24px;
	}
	.price-table [class^="price-"] .price {
		font-size: 4.2rem;
	}
	.price-table [class^="price-"] .amount {
		font-size: 7.6rem;
	}
	#price::before {
		background-color: var(--color-lightgray);
	}
	.option-table {
		grid-template-rows: min-content min-content;
	}
	.option-table li:nth-of-type(3) {
		grid-area: 2 / 1 / 3 / 2;
	}
	.option-table li:nth-of-type(4) {
		grid-area: 2 / 2 / 3 / 3;
	}
	.option-table h4 {
		font-size: 2.2rem;
		margin-bottom: 8px;
	}
	.option-table .price {
		font-size: 2.8rem;
	}
	.option-table .amount {
		font-size: 5.6rem;
	}
	.option-table .unit {
		font-size: 1.8rem;
	}
	.option-3::after {
		width: 100px;
		height: 156px;
		right: 16px;
	}
	.option-3 h4 {
		text-align: left;
	}
	.option-3 .price-flex p.r-box .unit {
		font-size: 1.4rem;
		text-align: left;
		display: block;
	}
	.option-3 .price-flex p.r-box .amount {
		font-size: 3.2rem;
	}
	.option-4 .price-flex p.r-box {
		font-size: 1.5rem;
		margin-left: 28px;
	}
}

@media screen and (max-width: 767px) {
	#priceContent {
		padding: 32px 16px;
	}
	#priceContent .tax {
		font-size: 1rem;
	}
	.membership {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.membership h3 {
		font-size: 1.6rem;
		order: 1;
		margin-top: 28px;
		padding: 4px 16px;
	}
	#priceContent h4 {
		padding: 4px;
	}
	.membership .price {
		font-size: 3rem;
		order: 2;
	}
	.membership p:last-child {
		font-size: 1.4rem;
		line-height: 1.71;
		letter-spacing: 0.1em;
		order: 0;
	}
	.membership p .unit {
		font-size: 2.4rem;
	}
	.membership p .amount {
		font-size: 5.4rem;
	}
	.price-table h4 {
		font-size: 1.4rem;
	}
	.price-1 {
		padding-right: 8px;
	}
	.price-2 {
		padding-left: 8px;
	}
	.price-table [class^="price-"] .price {
		font-size: 2rem;
	}
	.price-table [class^="price-"] .amount {
		font-size: 3.6rem;
	}
	.price-table + p {
		font-size: 1rem;
	}
	#priceContent h3.option-title {
		font-size: 1.8rem;
	}
	#price {
		background-color: var(--color-lightgray);
	}
	.option-table {
		grid-template-rows: min-content min-content min-content;
	}
	.option-table li {
		padding: 16px;
	}
	.option-table h4 {
		font-size: 1.4rem;
		margin-bottom: 4px;
	}
	.option-table .price {
		font-size: 2rem;
	}
	.option-table .amount {
		font-size: 3.6rem;
	}
	.option-table .unit {
		font-size: 1.2rem;
	}
	.price-flex {
		justify-content: center;
	}
	.option-3 {
		grid-area: 2 / 1 / 3 / 3!important;
	}
	.option-4 {
		grid-area: 3 / 1 / 4 / 3!important;
	}
	.option-3::after {
		width: 65px;
		height: 105px;
		right: 4px;
	}
	.option-3 .price-flex {
		padding-right: 28px;
	}
	.option-3 .price-flex p.r-box .unit {
		font-size: 1rem;
		text-orientation: upright;
		writing-mode: vertical-rl;
	}
	.option-3 .price-flex p.r-box .amount {
		font-size: 2.8rem;
	}
	.option-3 h4 {
		padding-left: 12px!important;
	}
	.option-4 .unit {
		vertical-align: super;
		padding-right: 6px;
	}
	.option-4 .price-flex p.r-box {
		font-size: 1.2rem;
		margin-left: 16px;
	}
}



/* -- Campaign section
-------------------------------------------------------------------------------- */
#campaign,
#campaign .sec-title,
#campaign .sec-title em {
	color: #fff;
}
.campaign-badge {
	font: 700 2.5rem/1 var(--font-zenmaru);
	color: #fff;
	background-color: var(--color-pink);
	display: flex;
	align-items: center;
	flex-flow: column nowrap;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 2px 2px 1px rgba(255, 255, 255, 0.2), inset 4px 4px 8px rgba(0, 0, 0, 0.25);
	position: absolute;
}
.campaign-period .campaign-badge .year {
	font-size: 3.6rem;
	font-family: var(--font-ysabeau);
	font-weight: 500;
	width: 100%;
	padding: 0 24px;
}
.campaign-period .campaign-badge .date {
	font-size: 8.2rem;
	font-family: var(--font-ysabeau);
	font-weight: 500;
	white-space: nowrap;
	letter-spacing: -0.03em;
	position: relative;
	top: -0.25em;
}
.campaign-period .campaign-badge .date i {
	font-weight: 100;
	display: inline-block;
	transform: scaleX(0.75);
}
.campaign-content .campaign-badge b {
	font: 700 5.4rem/1 var(--font-comfortaa);
	margin-top: 0.2em;
}
.campaign-period {
	max-width: 704px;
	margin: 0 auto;
	position: relative;
}
.campaign-period figcaption {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 16px;
}
.campaign-note li {
	font-weight: 400;
	text-indent: -1em;
	margin-left: 1em;
}
.campaign-content {
	color: var(--color-gray);
	background-color: #fff;
	margin-top: 40px;
	padding: 56px;
	border-radius: 32px;
	position: relative;
}
.campaign-conditions {
	display: flex;
	align-items: center;
}
.campaign-conditions h4 {
	color: #fff;
	background-color: var(--color-wom);
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
}
.campaign-conditions dl {
	letter-spacing: 0.1em;
	flex: 1;
}
.campaign-conditions dt {
	font-size: 2.4rem;
	font-family: var(--font-zenmaru);
}
.campaign-conditions dt b {
	color: var(--color-pink);
}
.campaign-conditions dd {
	font-size: 1.6rem;
	line-height: 1.68;
	margin-top: 12px;
}
.campaign-target {
	background-color: var(--color-lightgray);
	text-align: center;
	border-radius: 16px;
	position: relative;
}
.campaign-target h4 {
	color: #fff;
	background-color: var(--color-gray);
	border-radius: 999px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.campaign-target p {
	line-height: 1.68;
	white-space: pre-wrap;
	letter-spacing: 0.05em;
	word-break: keep-all;
}
.campaign-content .campaign-note {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 20px;
}
#campaign::after {
	content: "";
	background: var(--color-lightgray) url(../img/store/campaign-flow-text.webp) repeat-x 0 6px;
	display: block;
	width: 101vw;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	animation: campaignScrollBackground 30s linear infinite;
}

@media screen and (min-width: 768px) {
	#campaign {
		padding-top: 120px;
		padding-bottom: 340px;
	}
	#campaign::before {
		background: url(../img/store/campaign-bg-top_pc.webp) no-repeat center top,
		url(../img/store/campaign-bg-bottom_pc.webp) no-repeat center bottom 180px,
		var(--color-wom);
		background-size: 100% 120px, 100% 140px;
	}
	#campaign::after {
		background-size: 1510px auto;
		height: 180px;
	}
	@keyframes campaignScrollBackground {
		from {
			background-position: 0 6px;
		}
		to {
			background-position: -1510px 6px;
		}
	}
	.campaign-period .campaign-badge {
		top: -190px;
		right: -164px;
	}
	#campaign .sec-title span {
		font-size: 3rem;
	}
	.campaign-badge {
		width: 190px;
		height: 190px;
	}
	.campaign-content .campaign-badge {
		padding-top: 12px;
		top: -40px;
		right: -16px;
	}
	.campaign-content h3 {
		font-size: 2.8rem;
		text-align: center;
	}
	.campaign-content h3 img {
		width: 248px;
	}
	.campaign-content h3 b {
		font-size: 3.4rem;
		letter-spacing: 0.1em;
	}
	.campaign-img {
		margin: 40px -56px 0;
	}
	.campaign-conditions {
		margin-top: 40px;
	}
	.campaign-conditions dl {
		padding-left: 24px;
	}
	.campaign-conditions h4 {
		font-size: 2.2rem;
		width: 134px;
		height: 80px;
	}
	.campaign-target {
		margin-top: 52px;
		padding: 32px 32px 24px;
	}
	.campaign-target h4 {
		font-size: 2.2rem;
		white-space: nowrap;
		padding: 5px 24px;
		top: -20px;
	}
}

@media screen and (max-width: 767px) {
	#campaign {
		background: url(../img/store/campaign-bg-top_sp.webp) no-repeat center top,
		url(../img/store/campaign-bg-bottom_sp.webp) no-repeat center bottom 78px,
		var(--color-wom);
		background-size: 100% 40px, 100% 60px;
		padding-bottom: 154px;
	}
	#campaign::after {
		background-size: 548px auto;
		height: 78px;
	}
	@keyframes campaignScrollBackground {
		from {
			background-position: 0 6px;
		}
		to {
			background-position: -548px 6px;
		}
	}
	#campaign .sec-title {
		margin-bottom: 32px;
	}
	#campaign .sec-title span {
		font-size: 1.8rem;
	}
	#campaign .sec-title em {
		margin-top: 16px;
	}
	.campaign-period .campaign-badge {
		font-size: 1.3rem;
		width: 100px;
		height: 100px;
		top: -188px;
		right: -8px;
	}
	.campaign-period .campaign-badge .year {
		font-size: 1.8rem;
		padding: 0 14px;
	}
	.campaign-period .campaign-badge .date {
		font-size: 4.3rem;
		top: -0.25em;
	}
	.campaign-content .campaign-badge {
		font-size: 1.3rem;
		width: 88px;
		height: 88px;
		padding-top: 6px;
		top: -8px;
		right: -8px;
	}
	.campaign-content .campaign-badge b {
		font-size: 2.8rem;
	}
	.campaign-period figcaption {
		font-size: 1rem;
	}
	.campaign-content {
		margin-top: 32px;
		padding: 32px 24px;
	}
	.campaign-content h3 {
		font-size: 1.7rem;
		text-align: center;
	}
	.campaign-content h3 img {
		width: 150px;
	}
	.campaign-content h3 b {
		font-size: 2.2rem;
		letter-spacing: 0.1em;
	}
	.campaign-img {
		margin: 24px -24px 0;
	}
	.campaign-conditions {
		text-align: center;
		flex-direction: column;
		margin-top: 24px;
	}
	.campaign-conditions h4 {
		font-size: 1.4rem;
		width: 96px;
		height: 24px;
	}
	.campaign-conditions dl {
		margin-top: 12px;
	}
	.campaign-conditions dt {
		font-size: 1.8rem;
		line-height: 1.5;
	}
	.campaign-conditions dd {
		font-size: 1.2rem;
		text-align: left;
		margin-top: 8px;
	}
	.campaign-target {
		margin-top: 36px;
		padding: 28px 16px 16px;
	}
	.campaign-target h4 {
		font-size: 1.4rem;
		white-space: nowrap;
		padding: 5px 16px;
		top: -12px;
	}
	.campaign-target p {
		font-size: 1.2rem;
	}
	.campaign-content .campaign-note {
		font-size: 1rem;
	}
}



/* -- Information section
-------------------------------------------------------------------------------- */
.store-info h3,
.store-services h3 {
	color: var(--color-wom);
	text-align: center;
}
.store-flex {
	display: flex;
}
.store-data {
	line-height: 1.5;
	display: grid;
	grid-template-columns: min-content 1fr;
	grid-template-rows: min-content min-content min-content min-content min-content min-content;
	grid-auto-rows: 1fr;
	grid-auto-flow: column;
}
.store-data dt:nth-of-type(1) {
	grid-area: 1 / 1 / 2 / 2;
}
.store-data dt:nth-of-type(2) {
	grid-area: 2 / 1 / 3 / 2;
}
.store-data dt:nth-of-type(3) {
	grid-area: 3 / 1 / 4 / 2;
}
.store-data dt:nth-of-type(4) {
	grid-area: 4 / 1 / 5 / 2;
}
.store-data dt:nth-of-type(5) {
	grid-area: 5 / 1 / 6 / 2;
}
.store-data dt:nth-of-type(6) {
	grid-area: 6 / 1 / 7 / 2;
}
.store-data dd:nth-of-type(1) {
	grid-area: 1 / 2 / 2 / 3;
}
.store-data dd:nth-of-type(2) {
	grid-area: 2 / 2 / 3 / 3;
}
.store-data dd:nth-of-type(3) {
	grid-area: 3 / 2 / 4 / 3;
}
.store-data dd:nth-of-type(4) {
	grid-area: 4 / 2 / 5 / 3;
}
.store-data dd:nth-of-type(5) {
	grid-area: 5 / 2 / 6 / 3;
}
.store-data dd:nth-of-type(6) {
	grid-area: 6 / 2 / 7 / 3;
}
.store-data dt {
	color: var(--color-wom);
	white-space: nowrap;
	letter-spacing: 0.03em;
	align-self: center;
	justify-self: end;
}
.store-data dd {
	letter-spacing: 0.1em;
}
.store-services ul {
	text-align: center;
	display: flex;
	flex-flow: row wrap;
}
.store-services ul li span {
	line-height: 1.33;
	display: block;
	margin-top: 12px;
}
.store-machines ul {
	display: flex;
	flex-flow: row wrap;
}
.store-machines ul li {
	background-color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}
.store-machines h3 {
	color: var(--color-wom);
	text-align: center;
}

@media screen and (min-width: 768px) {
	.store-info h3,
	.store-services h3 {
		font-size: 3rem;
		margin-bottom: 60px;
	}
	.store-data {
		font-size: 1.6rem;
		gap: 24px 40px;
		flex: 0 0 50%;
		width: 50%;
	}
	.store-data .instagram-icon {
		width: 30px;
		height: 30px;
	}
	.store-map {
		height: 364px;
		margin-right: -140px;
		padding-left: 40px;
	}
	.store-map iframe {
		border-radius: 40px;
	}
	.store-services {
		margin-top: 80px;
	}
	.store-services ul {
		row-gap: 32px;
		column-gap: 24px;
	}
	.store-services ul li {
		font-size: 1.5rem;
		width: clamp(88px, 10.4%, 120px);
	}
	.store-services ul li img {
		max-width: 88px;
	}
	.store-machines {
		background-color: var(--color-lightpink);
		margin-top: 56px;
		padding: 32px;
		border-radius: 32px;
	}
	.store-machines h3 {
		font-size: 2.2rem;
	}
	.store-machines ul {
		row-gap: 8px;
		column-gap: 8px;
		margin-top: 28px;
	}
	.store-machines ul li {
		font-size: 1.5rem;
		width: calc(25% - 6px);
		min-height: 40px;
		padding: 8px 12px;
	}

	@media screen and (max-width: 1280px) {
		.store-map {
			margin-right: min(calc(-50vw + 520px), 0px);
		}
	}
}

@media screen and (max-width: 767px) {
	.store-info h3,
	.store-services h3 {
		font-size: 1.8rem;
		margin-bottom: 32px;
	}
	.store-flex {
		flex-direction: column;
	}
	.store-data {
		gap: 24px;
		width: 100%;
	}
	.store-data dt {
		font-size: 1.2rem;
	}
	.store-data dd {
		font-size: 1.4rem;
	}
	.store-data .instagram-icon {
		width: 26px;
		height: 26px;
	}
	.store-map {
		overflow: hidden;
		margin-top: 32px;
		aspect-ratio: 340 / 200;
	}
	.store-map iframe {
		width: 100%;
		border-radius: 24px;
	}
	.store-services {
		margin-top: 48px;
	}
	.store-services ul {
		row-gap: 16px;
		column-gap: 4px;
	}
	.store-services ul li {
		font-size: 1.2rem;
		width: calc(25% - 3px);
	}
	.store-services ul li span {
		margin-top: 8px;
	}
	.store-services ul li img {
		max-width: 72px;
	}
	.store-machines {
		background-color: var(--color-lightpink);
		margin-top: 48px;
		padding: 16px;
		border-radius: 24px;
	}
	.store-machines h3 {
		font-size: 1.6rem;
	}
	.store-machines ul {
		row-gap: 6px;
		column-gap: 6px;
		margin-top: 20px;
	}
	.store-machines ul li {
		font-size: 1.2rem;
		width: calc(50% - 3px);
		min-height: 28px;
		padding: 4px 8px;
	}
}



/* -- Voice section
-------------------------------------------------------------------------------- */
.voice-list li {
	background-color: #fff;
	padding: 120px 32px 32px;
	border-radius: 32px;
	position: relative;
}
.voice-list li figure {
	display: block;
	width: 156px;
	position: absolute;
	top: -78px;
	left: 50%;
	transform: translateX(-50%);
}
.voice-list li figure span {
	text-align: center;
	display: block;
	width: 156px;
	height: 156px;
}
.voice-list li figure span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: solid 10px #fff;
	border-radius: 50%;
}
.voice-list li figure figcaption {
	font-size: 1.6rem;
	color: #898989;
	text-align: center;
	letter-spacing: 0.1em;
	margin-top: 4px;
}
.voice-list li h3 {
	font-size: 2rem;
	line-height: 1.3;
	color: var(--color-pink);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.9em;
}
.voice-list li p {
	line-height: 1.68;
	text-align: justify;
	text-align-last: left;
	margin-top: 20px;
}

@container (max-width: 920px) {
	.voice-list li h3 br {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	#voice::before {
		background-color: var(--color-lightpink);
	}
	.voice-list {
		display: flex;
		column-gap: 2%;
		justify-content: center;
		padding-top: 68px;
	}
	.voice-list li {
		width: 32%;
	}

	@media screen and (max-width: 820px) {
		.voice-list {
			display: block;
		}
		.voice-list li {
			width: 100%;
		}
		.voice-list li + li {
			margin-top: 52px;
		}
	}
}

@media screen and (max-width: 767px) {
	#voice {
		background-color: var(--color-lightpink);
	}
	.voice-list {
		margin: -8px 4px 0;
		padding-top: 68px;
	}
	.voice-list li {
		margin: 0 8px;
		padding-top: 120px;
	}
	.voice-list li figure {
		width: 138px;
		position: absolute;
		top: -69px;
		left: 50%;
		transform: translateX(-50%);
	}
	.voice-list li figure span {
		text-align: center;
		display: block;
		width: 138px;
		height: 138px;
	}
	.voice-list li figure span img {
		border-width: 8px;
	}
	.voice-list li h3 {
		font-size: 1.8rem;
	}
	.voice-list li p {
		font-size: 1.4rem;
	}
	.voice-list .slick-list {
		overflow: visible;
	}
	.voice-list .slick-track {
		display: flex;
	}
	.voice-list .slick-slide {
		height: auto !important;
	}
}



/* -- Flow section
-------------------------------------------------------------------------------- */
#flow .num-list li {
	margin-top: 32px;
	position: relative;
}
#flow .num-list li + li::before {
	content: "";
	background-color: var(--color-wom);
	display: block;
	width: 8px;
	height: 24px;
	border-radius: 4px;
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
}
.what-to-bring h3.sec-title {
	margin-bottom: 0!important;
}
.what-to-bring ul {
	background-color: #fff;
	display: flex;
	border-radius: 9999px;
}
.what-to-bring ul li {
	text-align: center;
	height: 100%;
}
.what-to-bring dl {
	font-family: var(--font-zenmaru);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.what-to-bring li:nth-child(1) dl {
	background: url(../img/store/flow-icon_01.webp) no-repeat center center / 160px 74px;
}
.what-to-bring li:nth-child(2) dl {
	background: url(../img/store/flow-icon_02.webp) no-repeat center center / 160px 74px;
}
.what-to-bring li:nth-child(3) dl {
	background: url(../img/store/flow-icon_03.webp) no-repeat center center / 160px 74px;
}
.what-to-bring dt {
	font-size: 2rem;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3em;
}
.what-to-bring dd {
	font-size: 1.8rem;
	line-height: 1.44;
	color: var(--color-wom);
}

@media screen and (min-width: 768px) {
	#flow::before {
		background-color: var(--color-lightgray);
	}
	.what-to-bring {
		margin-top: 80px;
	}
	.what-to-bring h3.sec-title em {
		font-size: 3rem;
	}
	.what-to-bring ul {
		height: 280px;
		margin: 48px auto 0;
		padding: 36px 68px;
	}
	.what-to-bring ul li {
		width: 33.3%;
	}
	.what-to-bring ul li:nth-child(2) {
		border-right: solid 2px #f2f2f2;
		border-left: solid 2px #f2f2f2;
	}
}

@media screen and (max-width: 767px) {
	#flow {
		background-color: var(--color-lightgray);
	}
	#flow .num-list li + li::before {
		width: 6px;
	}
	.what-to-bring {
		margin-top: 48px;
	}
	.what-to-bring h3.sec-title em {
		font-size: 1.8rem;
	}
	.what-to-bring ul {
		flex-direction: column;
		width: 216px;
		margin: 32px auto 0;
		padding: 32px 24px;
	}
	.what-to-bring ul li {
		padding: 24px 0;
	}
	.what-to-bring ul li:nth-child(2) {
		border-top: solid 2px #f2f2f2;
		border-bottom: solid 2px #f2f2f2;
	}
	.what-to-bring li dl {
		background-position: center bottom 36px!important;
		background-size: 98px auto!important;
	}
	.what-to-bring dt {
		font-size: 1.4rem;
		height: initial;
	}
	.what-to-bring dd {
		font-size: 1.2rem;
		padding-top: 53px;
	}
}



/* -- FAQ section
-------------------------------------------------------------------------------- */
#faqList li {
	margin-top: 8px;
}
#faqList li dl {
	background-color: var(--color-lightgray);
	overflow: hidden;
	border-radius: 40px;
	transition: 250ms all ease;
}
#faqList dt {
	position: relative;
}
#faqList dt button {
	font: 700 2rem/1.33 var(--font-zenmaru);
	display: flex;
	align-items: center;
	width: 100%;
	cursor: pointer;
	position: relative;
}
#faqList dt button::before,
#faqList dt button::after {
	content: "";
	background-color: var(--color-gray);
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 0;
	transition: 250ms all ease;
}
#faqList dt button::before {
	transform: rotate(90deg);
}
#faqList dd {
	display: grid;
	grid-template-rows: 0fr;
	position: relative;
	transition: 250ms all ease;
}
#faqList dt::before,
#faqList dd::before {
	font: 700 2.6rem/1 var(--font-comfortaa);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}
#faqList dt::before {
	content: "Q.";
	color: #fff;
	background-color: var(--color-wom);
	padding: 6px 0 0 3px;
	border-radius: 50%;
}
#faqList dd::before {
	content: "A.";
	color: var(--color-wom);
	padding: 0 0 0 4px;
}
#faqList dd div {
	line-height: 1.85;
	background-color: #fff;
	overflow: hidden;
}
#faqList dl.is-open dt button::before {
	transform: rotate(0deg);
}
#faqList dl.is-open dd {
	grid-template-rows: 1fr;
}

@media screen and (min-width: 768px) {
	#faqList {
		max-width: 860px;
		margin: 0 auto;
	}
	#faqList li dl dt,
	#faqList li dl dd {
		padding-right: 24px;
		padding-left: 80px;
	}
	#faqList dt button {
		min-height: 80px;
		padding: 12px 44px 12px 0;
	}
	#faqList dt button::before,
	#faqList dt button::after {
		width: 32px;
	}
	#faqList dd div {
		padding: 0 24px;
		border-radius: 16px;
	}
	#faqList dt::before,
	#faqList dd::before {
		width: 56px;
		height: 56px;
		top: 12px;
		left: 12px;
	}
	#faqList dl.is-open {
		border-radius: 32px;
	}
	#faqList dl.is-open dd {
		padding-bottom: 24px;
	}
	#faqList dl.is-open dd div {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	#faqList li dl dt,
	#faqList li dl dd {
		padding-right: 16px;
		padding-left: 48px;
	}
	#faqList dt button {
		font-size: 1.4rem;
		min-height: 56px;
		padding: 8px 32px 8px 8px;
	}
	#faqList dt button::before,
	#faqList dt button::after {
		width: 24px;
	}
	#faqList dd div {
		padding: 0 20px;
		border-radius: 12px;
	}
	#faqList dd div p {
		font-size: 1.2rem;
	}
	#faqList dt::before,
	#faqList dd::before {
		font-size: 2rem;
		width: 40px;
		height: 40px;
		top: 8px;
		left: 8px;
	}
	#faqList dt::before {
		padding: 5px 0 0 2px;
	}
	#faqList dd::before {
		margin-top: -2px;
		padding: 0 0 0 2px;
	}
	#faqList dl.is-open {
		border-radius: 24px;
	}
	#faqList dl.is-open dd {
		padding-bottom: 16px;
	}
	#faqList dl.is-open dd div {
		margin-top: 8px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
}



/* -- Instagram
-------------------------------------------------------------------------------- */
#instagram h2 {
	font: 700 4rem/1.25 var(--font-comfortaa);
	letter-spacing: 0.1em;
}
#instagram p a {
	display: block;
	max-width: 416px;
}

@media screen and (min-width: 768px) {
	#instagram {
		color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 624px;
		padding: 0 40px 0 min(calc(50% + 96px), 596px);
	}
	#instagram::before {
		background-color: var(--color-pink);
	}
	#instagram::after {
		content: "";
		background: url(../img/store/instagram-bg_1_pc.webp) repeat-y left 0 bottom 0,
		url(../img/store/instagram-bg_2_pc.webp) repeat-y right 0 top 0;
		background-size: 259px 1448px, 259px 1448px;
		width: 544px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100px;
		z-index: -1;
		animation: pcBgMove 40s linear infinite;
	}
	@keyframes pcBgMove {
		0% {
			background-position: left 0 bottom 0, right 0 top 0;
		}
		100% {
			background-position: left 0 bottom 1448px, right 0% top 1448px;
		}
	}
	#instagram p {
		font-size: 1.6rem;
		line-height: 1.6875;
		margin-top: 56px;
	}
	#instagram p a {
		display: block;
		max-width: 416px;
	}
}

@media screen and (max-width: 767px) {
	#instagram {
		color: #fff;
		background-color: var(--color-pink);
		padding: 64px 16px;
	}
	#instagram::after {
		content: "";
		background: url(../img/store/instagram-bg_1_sp.webp) repeat-x left 0 top 0,
		url(../img/store/instagram-bg_2_sp.webp) repeat-x right 0 bottom 0;
		background-size: 832px 136px, 832px 136px;
		display: block;
		height: 288px;
		margin: 52px -16px 0;
		animation: spBgMove 30s linear infinite;
	}
	@keyframes spBgMove {
		0% {
			background-position: left 0 top 0, right 0 bottom 0;
		}
		100% {
			background-position: left 832px top 0, right 832px bottom 0;
		}
	}
	#instagram h2 {
		font-size: 3.2rem;
	}
	#instagram p {
		font-size: 1.4rem;
		line-height: 1.92;
		margin-top: 36px;
	}
	#instagram p a {
		margin-right: -2.5%;
	}
}

/* タブレット用 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.option-table {
		grid-template-rows: min-content min-content min-content;
	}
	.option-3 {
		grid-area: 2 / 1 / 3 / 3!important;
	}
	.option-4 {
		grid-area: 3 / 1 / 4 / 3!important;
	}
	.price-flex {
		justify-content: center;
	}
	.option-3 h4 {
		text-align: center;
	}
	#reasons .num-list li:nth-child(3) picture {
		display: flex;
		flex-direction: column;
		justify-content: center;
		border-left: solid 1px #f2f2f2;
	}
	#reasons .num-list li:nth-child(3) img {
		width: calc(100% + 1px);
		height: auto;
		object-fit: contain;
		position: relative;
		left: -1px;
	}
	.campaign-period .campaign-badge {
		top: -296px;
		right: -52px;
	}
	.campaign-content .campaign-badge {
		top: -124px;
		right: -64px;
	}
	.campaign-content {
		margin-top: 80px;
	}
}