@charset "UTF-8";
.pc {
	display: block !important;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}
.sp {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.sp {
		display: block !important;
	}
}
.md-camp__container {
	width: 100%;
}
.md-camp__container div,
.md-camp__container dl,
.md-camp__container dt,
.md-camp__container dd ul,
.md-camp__container li,
.md-camp__container a,
.md-camp__container p {
	font-family: "Noto Sans JP", sans-serif;
	;
	font-size: 1.6rem;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
	.md-camp__container div,
	.md-camp__container dl,
	.md-camp__container dt,
	.md-camp__container dd ul,
	.md-camp__container li,
	.md-camp__container a,
	.md-camp__container p {
		font-size: 1.4rem;
	}
}
.md-camp__container .yugos {
	font-family: "Noto Sans JP", sans-serif;
	;
}
.md-camp__container .ff-mon {
	font-family: "Montserrat", sans-serif;
}
.md-camp__container .text_bold {
	font-weight: bold;
}
.md-camp__container .text-toc {
	line-height: 1.2;
}
@media screen and (max-width: 768px) {
	.md-camp__container .text-toc {
		text-indent: -1.3rem;
		padding: 0 0 0 1.5rem;
	}
}
.md-camp__container .text-toc small {
	font-size: 1.2rem;
}
.color_orange {
	color: #FA950E;
}
.color_pink {
	color: #E66265;
}
.color_green {
	color: #41AA95;
}
.md-camp__accordion dt {
	width: 400px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	border: 1px solid #333333;
	border-radius: 50px;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	margin: 3rem auto 0;
	position: relative;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	.md-camp__accordion dt {
		max-width: 440px;
		width: calc(100% - 4rem);
		height: 44px;
		line-height: 44px;
		font-size: 1.4rem;
	}
}
.md-camp__accordion dt .ac__btn {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #333333;
	border-radius: 50px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
	.md-camp__accordion dt .ac__btn {
		width: 22px;
		height: 22px;
	}
}
.md-camp__accordion dt .ac__btn::before {
	content: "";
	width: 12px;
	height: 2px;
	background-color: #fff;
	border-radius: 50px;
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
	.md-camp__accordion dt .ac__btn::before {
		width: 10px;
		height: 2px;
		right: 6px;
	}
}
.md-camp__accordion dt .ac__btn::after {
	content: "";
	width: 12px;
	height: 2px;
	background-color: #fff;
	border-radius: 50px;
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translate(0, -50%) rotate(90deg);
	transition: 0.5s;
}
@media screen and (max-width: 768px) {
	.md-camp__accordion dt .ac__btn::after {
		width: 10px;
		height: 2px;
		right: 6px;
	}
}
.md-camp__accordion dt.open .ac__btn::after {
	transform: translate(0, -50%) rotate(0);
}
.md-camp__accordion .accordion__border {
	width: 921px;
	background-color: #fff;
	border: 1px solid #EBB7C3;
	border-radius: 6px;
	margin: 3rem auto 5rem;
	padding: 2rem 4.5rem;
}
@media screen and (max-width: 768px) {
	.md-camp__accordion .accordion__border {
		max-width: calc(100% - 4rem);
		width: 100%;
		margin: 2rem auto 3rem;
		padding: 2rem;
	}
}
.toc__list p {
	font-size: 1.4rem;
	text-indent: -1.9rem;
	padding: 0 0 0 2rem;
}
@media screen and (max-width: 768px) {
	.toc__list p {
		font-size: 1.2rem;
		text-indent: -1.7rem;
		padding: 0 0 0 1.8rem;
	}
}
.toc__list p::before {
	content: "※";
	margin: 0 0.5rem 0 0;
}
.md-camp__section {
	width: 100%;
	padding: 8rem 0;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(n+2) {
		padding: 4rem 0;
	}
}
.bg_main {
	background-color: #FADEE2;
	border-top: 6px solid #F29BA9;
	border-bottom: 6px solid #F29BA9;
	padding: 1.5rem 0 4rem 0;
	background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, rgba(247, 204, 210, 1) 10px, rgba(247, 204, 210, 1) 20px );/*ストライプ*/
	/*ドット*/
	background-image: radial-gradient(circle at center, #ffccd4 3px, transparent 3px);
    background-size: 20px 20px;
}
@media screen and (max-width: 768px) {
	.bg_main {
		border-top: 4px solid #F29BA9;
		border-bottom: 4px solid #F29BA9;
		padding: 0.5rem 0 3.8rem;
	}
	.bg_main h1{
		padding: 0;
	}
}
.bg_yellow {
	background-color: #FEFDE5;
}
.bg_yellow_stripe {
	background-color: #FEFDE5;
background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, rgba(251, 249, 209, 1) 10px, rgba(251, 249, 209, 1) 20px );/*ストライプ*/
}
.bg_pink {
	background-color: #FFF7F9;
}
.bg_pink_stripe {
	background-color: #FFF7F9;
	background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, rgba(255, 238, 242, 1) 10px, rgba(255, 238, 242, 1) 20px );/*ストライプ*/
}
.bg_green {
	background-color: #F4FCF4;
}
.bg_white {
	background-color: #FFFFFF;
}
.marker__under {
	padding: 0 0 0.6rem 0;
}
.marker__under.line__yellow {
	background: linear-gradient(transparent 70%, #FFFDC4 70%);
}
@media screen and (max-width: 768px) {
	.marker__under.line__yellow {
		background: linear-gradient(transparent 20%, #FFFDC4 80%);
	}
}
.marker__under.line__pink {
	background: linear-gradient(transparent 85%, #FDE5EB 15%);
}
@media screen and (max-width: 768px) {
	.marker__under.line__pink {
		background: linear-gradient(transparent 82%, #FDE5EB 82%);
	}
}
.marker__under.line__green {
	background: linear-gradient(transparent 70%, #D2EFE0 70%);
	background: linear-gradient(transparent 82%, #D2EFE0 82%);
}
.md-camp__mv {
	max-width: 1040px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.md-camp__mv img {
	width: 100%;
}
.md-camp__mv--date {
	width: 555px;
	height: 50px;
	background-color: #F29BA9;
	border-radius: 25px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2rem auto 0;
}
@media screen and (max-width: 768px) {
	.md-camp__mv--date {
		max-width: 335px;
		width: 100%;
		height: auto;
		display: block;
		border-radius: 30px;
		padding: 1.0rem 0 0.8rem;
	}
}
.md-camp__mv--date .mv--date__sub {
	font-family: "Noto Sans JP", sans-serif;
	;
	font-size: 1.4rem;
	font-weight: 500;
	border-right: 1px solid #fff;
	margin: 0 1.16rem 0 0;
	padding: 0 1.16rem 0 0;
}
@media screen and (max-width: 768px) {
	.md-camp__mv--date .mv--date__sub {
		width: 157px;
		border-right: none;
		border-bottom: 1px solid #fff;
		font-size: 1.2rem;
		margin: 0 auto;
		text-align: center;
		padding: 0 0 0.3rem 0;
		line-height: 1;
	}
}
.md-camp__mv--date .mv--date__disc {
	font-family: "Montserrat", sans-serif;
	font-size: 2.6rem;
	font-weight: 500;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.md-camp__mv--date .mv--date__disc {
		font-size: 1.9rem;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 auto;
		width: 100%;
		line-height: 1;
		padding: 0.5rem 0 0;
	}
}
.md-camp__mv--date .mv--date__disc span {
	font-family: "Montserrat", sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.md-camp__mv--date .mv--date__disc span {
		font-size: 1.2rem;
	}
}
.md-camp__mv--date .mv--date__dashed.sp {
	display: block;
	width: 156px;
	border-bottom: 1px dashed #fff;
	margin: 0.5rem auto;
}
.md-camp__mv--date .mv--date__year {
	margin: 0.4rem 0 0 0;
}
.md-camp__mv--date .mv--date__weekday {
	display: block;
	width: 21px;
	height: auto;
	margin: 0 0.3rem;
}
@media screen and (max-width: 768px) {
	.md-camp__mv--date .mv--date__weekday {
		width: 16px;
	}
}
.md-camp__mv--date .mv--date__weekday img {
	width: 100%;
	vertical-align: sub;
}
.md-camp__mv--date .mv--date__arrow {
	display: block;
	width: 16px;
	margin: 0 0.8rem;
}
@media screen and (max-width: 768px) {
	.md-camp__mv--date .mv--date__arrow {
		width: 12px;
	}
}
.md-camp__mv--date .mv--date__arrow img {
	width: 100%;
	vertical-align: middle;
}
.md-camp__section .md-camp__mv-lead {
	margin: 4rem auto 0;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.77;
margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.md-camp__section .md-camp__mv-lead {
		font-size: 1.4rem;
		line-height: 1.7;
		margin: 3rem auto 0;
	}
}
.md-camp__section .md-camp__mv-lead:nth-of-type(2) {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.md-camp__section .md-camp__mv-lead:nth-of-type(2) {
		margin: 1rem auto 0;
	}
}
@media screen and (max-width: 768px) {
	.md-camp__section .md-camp__mv-lead .color_pink {
		font-weight: bold;
	}
}
.md-camp__section .md-camp__mv-tocarea {
	max-width: 1040px;
	width: 100%;
	margin: 3rem auto 0;
}
@media screen and (max-width: 768px) {
	.md-camp__section .md-camp__mv-tocarea {
		max-width: calc(100% - 4rem);
		width: 100%;
	}
}
.md-camp__section .md-camp__mv-tocarea p {
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 0 0 0.3rem;
}
.md-camp__section .md-camp__mv-tocarea .mv-toc__ttl {
	margin: 0 0 0.5rem;
}
@media screen and (max-width: 768px) {
	.md-camp__section .md-camp__mv-tocarea {
		width: -moz-fit-content;
		width: fit-content;
		margin: 2rem auto 0;
	}
}
.md-camp__list {
	max-width: 1040px;
	width: 100%;
	margin: 3rem auto 0;
	display: flex;
	justify-content: center;
	gap: 2rem;
}
@media screen and (max-width: 768px) {
	.md-camp__list {
		max-width: calc(100% - 4rem);
		width: 100%;
		display: block;
		margin: 2rem auto 0;
	}
	.md-camp__list::after {
		content: "";
	}
}
.md-camp__list li {
	max-width: 370px;
	width: 100%;
	height: 182px;
	position: relative;
	transition: 0.5s;
}
@media screen and (max-width: 768px) {
	.md-camp__list li {
		height: auto;
		margin: 2.2rem auto 0;
	}
	.md-camp__list li:first-of-type {
		margin: 0;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.md-camp__list li:first-of-type {
		margin: 0 auto;
	}
}
.md-camp__list li:nth-of-type(3) a {
	pointer-events: none;
}
.md-camp__list li::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 20px;
	box-shadow: #F4C5CB 6px 6px 10px;
    border-radius: 100px;
}
.md-camp__list li::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	border-radius: 20px;
	box-shadow: #FEFDE5 0px 0px 10px;
    border-radius: 100px;
}
@media (hover: hover) {
	.md-camp__list li:hover {
		transform: translateY(10px);
	}
}
@media screen and (hover: hover) and (max-width: 768px) {
	.md-camp__list li:hover {
		transform: translateY(0px);
	}
}
@media (hover: hover) {
	.md-camp__list li:nth-of-type(3):hover {
		transform: none;
	}
}
.md-camp__list li a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	position: relative;
	z-index: 1;
	transition: 0.3s;
    border-radius: 100px;
}
@media screen and (max-width: 768px) {
	.md-camp__list li a {
		display: flex;
		position: relative;
	}
}
.md-camp__list li a .app_end {
	position: absolute;
	width: 314px;
	height: 126px;
	border-radius: 16px;
	background-color: rgba(80, 80, 80, 0.85);
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, 0);
	top: 74px;
	left: 50%;
}
@media screen and (max-width: 768px) {
	.md-camp__list li a .app_end {
		width: 260px;
		height: 85px;
		top: 5px;
		left: 59%;
		z-index: 9;
	}
}
.md-camp__list li a .md-camp__list--ttl {
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 2px solid;
}
@media screen and (min-width: 768px) {
	.md-camp__list li a .md-camp__list--ttl {
width: 80%;
    margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	.md-camp__list li a .md-camp__list--ttl {
		flex-shrink: 0;
		border-bottom: none;
		border-right: 1px solid;
		display: block;
		padding: 2.8rem 1.4rem 2.5rem 1.9rem;
	}
}
.md-camp__list li a .md-camp__list--ttl span {
	display: block;
}
.md-camp__list li a .md-camp__list--ttl span.md-camp__list--ttl-text {
	font-family: "Noto Sans JP", sans-serif;
	;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 0.5rem 0 0 0;
}
@media screen and (max-width: 768px) {
	.md-camp__list li a .md-camp__list--ttl span.md-camp__list--ttl-text {
		font-size: 1.2rem;
		margin: 0;
		line-height: 1;
	}
}
.md-camp__list li a .md-camp__list--ttl span.md-camp__list--ttl-num {
	font-family: "Montserrat", sans-serif;
	font-size: 3.6rem;
	font-weight: 600;
	margin: 0 0 0 0.5rem;
}
@media screen and (max-width: 768px) {
	.md-camp__list li a .md-camp__list--ttl span.md-camp__list--ttl-num {
		font-size: 2.4rem;
		text-align: center;
		margin: 0.5rem 0 0 0;
		line-height: 1;
	}
}
.md-camp__list li a .md-camp__list--text {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	;
	font-size: 1.6rem;
	text-align: center;
	margin: 1.5rem 0 0 0;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.md-camp__list li a .md-camp__list--text {
		width: 219px;
		font-size: 1.4rem;
		flex-shrink: 0;
		margin: 1.5rem 0 0 1rem;
		line-height: 1.4;
		position: relative;
	}
}
.md-camp__list li a .md-camp__list--text .md-camp__list--sub01 {
	font-size: 2.2rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.md-camp__list li a .md-camp__list--text .md-camp__list--sub01 {
		font-size: 2rem;
	}
}
.md-camp__list li a .md-camp__list--text .md-camp__list--sub02 {
	font-size: 2rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.md-camp__list li a .md-camp__list--text .md-camp__list--sub02 {
		font-size: 1.4rem;
	}
}
/*
.md-camp__list li:nth-of-type(1) a::before {
	display: block;
	content: "";
	width: 40px;
	height: 10px;
	border-radius: 50px;
	background-color: #FD9C1A;
	margin: 0 0 0 3rem;
}
@media screen and (max-width: 768px) {
	.md-camp__list li:nth-of-type(1) a::before {
		width: 20px;
		height: 5px;
		flex-shrink: 0;
		margin: 0;
		position: absolute;
		left: 6%;
		top: 0;
	}
}*/
.md-camp__list li:nth-of-type(1) a::after {
	display: block;
	content: "";
	width: 32px;
	height: 32px;
	border-radius: 50px;
	background-color: #FD9C1A;
	margin: -2.0rem 0 0 33rem;
	background-image: url("/img/mothersday_campaign/202504/icon_arrow.png");
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: 54% 57%;
}
@media screen and (max-width: 768px) {
	.md-camp__list li:nth-of-type(1) a::after {
		width: 27px;
		height: 27px;
		margin: 0;
		background-position: 52% 57%;
		background-size: 47%;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translate(0, -50%);
	}
}
/*
.md-camp__list li:nth-of-type(2) a::before {
	display: block;
	content: "";
	width: 40px;
	height: 10px;
	border-radius: 50px;
	background-color: #E66265;
	margin: 0 0 0 3rem;
}
@media screen and (max-width: 768px) {
	.md-camp__list li:nth-of-type(2) a::before {
		width: 20px;
		height: 5px;
		flex-shrink: 0;
		margin: 0;
		position: absolute;
		left: 6%;
		top: 0;
	}
}*/
.md-camp__list li:nth-of-type(2) a::after {
	display: block;
	content: "";
	width: 32px;
	height: 32px;
	border-radius: 50px;
	background-color: #E66265;
	margin: -2.0rem 0 0 33rem;
	background-image: url("/img/mothersday_campaign/202504/icon_arrow.png");
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: 54% 57%;
}
@media screen and (max-width: 768px) {
	.md-camp__list li:nth-of-type(2) a::after {
		width: 27px;
		height: 27px;
		margin: 0;
		background-position: 52% 57%;
		background-size: 47%;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translate(0, -50%);
	}
}
.md-camp__list li:nth-of-type(3) a::before {
	display: block;
	content: "";
	width: 40px;
	height: 10px;
	border-radius: 50px;
	background-color: #41AA95;
	margin: 0 0 0 3rem;
}
@media screen and (max-width: 768px) {
	.md-camp__list li:nth-of-type(3) a::before {
		width: 20px;
		height: 5px;
		flex-shrink: 0;
		margin: 0;
		position: absolute;
		left: 6%;
		top: 0;
	}
}
.md-camp__list li:nth-of-type(3) a::after {
	display: block;
	content: "";
	width: 32px;
	height: 32px;
	border-radius: 50px;
	background-color: #41AA95;
	margin: -1rem 0 0 28.8rem;
	background-image: url("/img/mothersday_campaign/202504/icon_arrow.png");
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: 54% 57%;
}
@media screen and (max-width: 768px) {
	.md-camp__list li:nth-of-type(3) a::after {
		width: 27px;
		height: 27px;
		margin: 0;
		background-position: 52% 57%;
		background-size: 47%;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translate(0, -50%);
	}
}
.md-camp__ttle--area .icon_balloon--orange {
	width: 125px;
	height: 83px;
	border-radius: 50px;
	background-color: #FD9C1A;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 768px) {
	.md-camp__ttle--area .icon_balloon--orange {
		width: 95px;
		height: 50px;
	}
}
.md-camp__ttle--area .icon_balloon--orange::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 18px solid #FD9C1A;
	border-bottom: 0;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
	.md-camp__ttle--area .icon_balloon--orange::after {
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		border-top: 14px solid #FD9C1A;
		bottom: -13px;
	}
}
.md-camp__ttle--area .icon_balloon--pink {
	width: 125px;
	height: 83px;
	border-radius: 50px;
	background-color: #E66265;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 768px) {
	.md-camp__ttle--area .icon_balloon--pink {
		width: 95px;
		height: 50px;
	}
}
.md-camp__ttle--area .icon_balloon--pink::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 18px solid #E66265;
	border-bottom: 0;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
	.md-camp__ttle--area .icon_balloon--pink::after {
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		border-top: 14px solid #E66265;
		bottom: -13px;
	}
}
.md-camp__ttle--area .icon_balloon--green {
	width: 125px;
	height: 83px;
	border-radius: 50px;
	background-color: #41AA95;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 768px) {
	.md-camp__ttle--area .icon_balloon--green {
		width: 95px;
		height: 50px;
	}
}
.md-camp__ttle--area .icon_balloon--green::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 18px solid #41AA95;
	border-bottom: 0;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
	.md-camp__ttle--area .icon_balloon--green::after {
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		border-top: 14px solid #41AA95;
		bottom: -13px;
	}
}
.md-camp__ttle--area p {
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.md-camp__ttle--area .icon_balloon--text {
	font-family: "Noto Sans JP", sans-serif;
	;
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 0.5rem 0.5rem 0 0;
}
@media screen and (max-width: 768px) {
	.md-camp__ttle--area .icon_balloon--text {
		font-size: 1.4rem;
		margin: 0.2rem 0.5rem 0 0;
	}
}
.md-camp__ttle--area .icon_balloon--num {
	font-family: "Montserrat", sans-serif;
	font-size: 4.8rem;
	font-weight: 600;
	display: block;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.md-camp__ttle--area .icon_balloon--num {
		font-size: 2.6rem;
	}
}
.md-camp__ttle--area .md-camp__ttle--area_text {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.md-camp__ttle--area .md-camp__ttle--area_text {
		background-color: transparent;
		font-size: 1.6rem;
		line-height: 1.5;
		margin: 2rem 0 0 0;
	}
}
.md-camp__ttle--area .md-camp__ttle--area_text span {
	font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
	.md-camp__ttle--area .md-camp__ttle--area_text span {
		font-size: 2.8rem;
	}
	.md-camp__ttle--area .md-camp__ttle--area_text span:nth-of-type(2) {
		font-size: 2rem;
	}
}
.md-camp__ttle--area .md-camp__ttle--area_text span.md-camp__ttle--area_text-sub {
	font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
	.md-camp__ttle--area .md-camp__ttle--area_text span.md-camp__ttle--area_text-sub {
		font-size: 2rem;
	}
}
.md-camp__ttle--area .app_end {
	position: absolute;
	width: 760px;
	height: 250px;
	border-radius: 16px;
	background-color: rgba(80, 80, 80, 0.85);
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, 0);
	top: 106px;
	left: 50%;
}
@media screen and (max-width: 768px) {
	.md-camp__ttle--area .app_end {
		width: calc(100% - 4rem);
		margin: 0 auto;
		height: 80%;
		top: 75px;
	}
}
.md-camp__privilege--area .md-camp__privilege--wrap {
	width: 764px;
	margin: 4rem auto 0;
	border-radius: 20px;
	box-shadow: #F5F2B2 4px 4px 14px;
	padding: 5rem 0 4rem;
}
@media screen and (max-width: 768px) {
	.md-camp__privilege--area .md-camp__privilege--wrap {
		max-width: calc(100% - 4rem);
		width: 100%;
		box-shadow: #EFECB5 4px 4px 10px;
		padding: 3.6rem 2rem 3.3rem;
		margin: 1rem auto 0;
	}
}
.md-camp__privilege--area .md-camp__privilege--wrap:nth-of-type(n+3) {
	margin: 3.2rem auto 0;
}
@media screen and (max-width: 768px) {
	.md-camp__privilege--area .md-camp__privilege--wrap:nth-of-type(n+3) {
		margin: 2rem auto 0;
	}
}
.md-camp__privilege--area .md-camp__privilege--flex {
	width: 634px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
	gap: 5rem;
}
@media screen and (max-width: 768px) {
	.md-camp__privilege--area .md-camp__privilege--flex {
		width: 100%;
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.md-camp__privilege--area .md-camp__privilege--flex div p {
		text-align: center;
	}
	.md-camp__privilege--area .md-camp__privilege--flex > div > p:first-child{
		font-size: 1.6rem;
	}
}
.md-camp__privilege--area .md-camp__privilege--flex div p span {
	font-weight: 700;
}
.md-camp__privilege--area .md-camp__privilege--flex div p span.color_orange:nth-of-type(1) {
	font-size: 2.6rem;
}
.md-camp__privilege--area .md-camp__privilege--flex div p span.color_orange:nth-of-type(2) {
	font-size: 2rem;
}
.md-camp__privilege--area .md-camp__privilege--flex div .text-toc {
	margin: 2.8rem 0 0 0;
}
@media screen and (max-width: 768px) {
	.md-camp__privilege--area .md-camp__privilege--flex div .text-toc {
		margin: 0;
		text-align: left;
		line-height: 1.5;
	}
	.md-camp__privilege--area .md-camp__privilege--flex div p span.color_orange:nth-of-type(1){
		letter-spacing: 0;
	}
}
@media screen and (max-width: 768px) {
	.md-camp__privilege--area .md-camp__privilege--flex div .md-camp__privilege-tocarea {
		width: -moz-fit-content;
		width: fit-content;
		margin: 2rem auto 0;
	}
}
.md-camp__privilege--area .md-camp__privilege--flex .md-camp__privilege--coupon {
	width: 200px;
	height: 87px;
	flex-shrink: 0;
}
@media screen and (max-width: 768px) {
	.md-camp__privilege--area .md-camp__privilege--flex .md-camp__privilege--coupon {
		margin: 2.8rem auto 0;
	}
}
.md-camp__privilege--area .md-camp__privilege--flex .md-camp__privilege--coupon img {
	width: 100%;
	height: 100%;
}
.md-camp__privilege--area .md-camp__privilege--couponcode {
	width: 347px;
	height: 50px;
	line-height: 50px;
	margin: 1.5rem auto 0;
	background-color: #FFFDC4;
}
@media screen and (max-width: 768px) {
	.md-camp__privilege--area .md-camp__privilege--couponcode {
		width: 200px;
		height: auto;
		line-height: 1.5;
		border-radius: 10px;
		margin: 2rem auto 0;
		padding: 1rem 0;
	}
}
.md-camp__privilege--area .md-camp__privilege--couponcode p {
	color: #FA950E;
	text-align: center;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.md-camp__privilege--area .md-camp__privilege--couponcode p {
		font-size: 1.6rem;
	}
}
.md-camp__privilege--area .md-camp__privilege--couponcode p span {
	font-size: 2.4rem;
}
.md-camp__accordion .md-camp__accordion--wrap {
	display: none;
}
.md-camp__accordion .md-camp__accordion--wrap:nth-of-type(2) {
	margin: 3rem auto 0;
}
@media screen and (max-width: 768px) {
	.md-camp__accordion .md-camp__accordion--wrap:nth-of-type(2) {
		margin: 2rem auto 0;
	}
	.md-camp__privilege--area .md-camp__privilege--couponcode p span{
		font-size: 2.4rem !important;
	}
}
.md-camp__accordion .md-camp__accordion--wrap:nth-of-type(2) a {
	text-decoration: underline;
}
.md-camp__accordion .step--ttl {
	font-weight: bold;
	text-align: center;
}
.md-camp__accordion .step--ttl > p {
	font-size: 2rem;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.md-camp__accordion .step--ttl > p {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 768px) {
	.md-camp__accordion .step--ttl .step--style {
		letter-spacing: 0.2rem;
		line-height: 1;
	}
}
.md-camp__accordion .step--ttl .step--style .marker__under {
	padding: 0;
}
.md-camp__accordion .step--ttl .step--style .marker__under.line__pink {
	background: linear-gradient(transparent 70%, #EBB7C3 70%);
}
.md-camp__accordion .step--ttl .step--style .step--style__num {
	font-family: "Montserrat", sans-serif;
	font-size: 4rem;
	line-height: 1.3;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.md-camp__accordion .step--ttl .step--style .step--style__num {
		font-size: 3.6rem;
	}
}
.md-camp__accordion .step--ttl .step--style .step--style__text {
	font-family: "Montserrat", sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.md-camp__accordion .step--ttl .step--style .step--style__text {
		font-size: 2rem;
	}
}
.md-camp__accordion--steplist {
	width: 1040px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.md-camp__accordion--steplist {
		width: 100%;
		display: block;
	}
}
.md-camp__accordion--steplist .accordion__border {
	width: 322px;
	margin: 2rem 0 0 0;
	padding: 3rem 2rem 0;
	display: flex;
	flex-direction: column;
	position: relative;
}
@media screen and (max-width: 768px) {
	.md-camp__accordion--steplist .accordion__border {
		width: 100%;
		margin: 2rem auto 0;
		padding: 2rem 2rem 0;
	}
}
.md-camp__accordion--steplist .accordion__border::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-left: 16px solid #EBB7C3;
	border-right: 0;
	position: absolute;
	top: 50%;
	right: -36px;
	transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
	.md-camp__accordion--steplist .accordion__border::after {
		display: none;
	}
}
.md-camp__accordion--steplist .accordion__border:last-of-type::after {
	display: none;
}
.md-camp__accordion--steplist .step__col--flex {
	display: flex;
	flex-shrink: 0;
	margin: 0 0 3rem 0;
}
@media screen and (max-width: 768px) {
	.md-camp__accordion--steplist .step__col--flex {
		align-items: center;
	}
}
.md-camp__accordion--steplist .step__col--flex .step__icon {
	width: 60px;
	height: 60px;
	background-color: #EBB7C3;
	border-radius: 50px;
	color: #2B2B2B;
	font-weight: bold;
	text-align: center;
	flex-shrink: 0;
	line-height: 1;
	margin: 0 1.6rem 0 0;
}
@media screen and (max-width: 768px) {
	.md-camp__accordion--steplist .step__col--flex .step__icon {
		width: 64px;
		height: 64px;
		font-weight: 700;
	}
}
.md-camp__accordion--steplist .step__col--flex .step__icon--text {
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0;
	margin: 1.4rem 0 0.2rem 0;
}
.md-camp__accordion--steplist .step__col--flex .step__icon--num {
	font-size: 2rem;
	font-weight: 700;
}
.md-camp__accordion--steplist .step__icon--sp {
	width: 215px;
	height: 272px;
	margin: auto auto 0;
}
@media screen and (max-width: 768px) {
	.md-camp__accordion--steplist .step__icon--sp {
		width: 218px;
		height: auto;
	}
}
.md-camp__accordion--steplist .step__icon--sp img {
	width: 100%;
	height: 100%;
}
.md-camp__section:nth-of-type(2) .cupon__toc {
	display: inline-block;
	font-size: 1.8rem;
	margin: 0.5rem 0 0 0;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(2) .cupon__toc {
		font-size: 1.5rem;
		margin: 1rem 0 0 0;
	}
}
.md-camp__section:nth-of-type(2) .md-camp__privilege--wrap .toc__list {
	margin: 2.8rem 0 0 0;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(2) .md-camp__privilege--wrap .toc__list {
		width: -moz-fit-content;
		width: fit-content;
		margin: 1rem auto 0;
	}
}
.md-camp__section:nth-of-type(2) .md-camp__privilege--wrap .toc__list p {
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(2) .md-camp__privilege--wrap .toc__list p {
		text-align: left;
		letter-spacing: 0;
	}
}
.md-camp__section:nth-of-type(3) .md-camp__ttle--area_text span:nth-of-type(2) {
	font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(3) .md-camp__ttle--area_text span:nth-of-type(2) {
		font-size: 2.6rem;
		line-height: 1.3;
	}
}
.md-camp__section:nth-of-type(3) .md-camp__ttle--area_text span:nth-of-type(3) {
	font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(3) .md-camp__ttle--area_text span:nth-of-type(3) {
		font-size: 2rem;
	}
}
.md-camp__section:nth-of-type(3) .md-camp__ttle--area_text .ttle--area_text-nml {
	font-family: "Noto Sans JP", sans-serif;
	;
	font-size: 2rem;
	font-weight: 400;
	display: inline-block;
	margin: 1.3rem 0 0 0;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(3) .md-camp__ttle--area_text .ttle--area_text-nml {
		font-size: 1.6rem;
		margin: 1.2rem 0;
	}
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-intr {
	width: 760px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 4rem;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(3) .md-camp__giftcard-intr {
		display: block;
		width: calc(100% - 4rem);
	}
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-intr .md-camp__giftcard {
	width: 155px;
	height: 230px;
	margin: 3rem auto 0;
	flex-shrink: 0;
	box-shadow: #DBCCD0 0px 3px 7px;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(3) .md-camp__giftcard-intr .md-camp__giftcard {
		width: 150px;
		height: 222px;
		margin: 2rem auto 0;
		box-shadow: #DBCCD0 0px 2px 6px;
	}
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-intr .md-camp__giftcard img {
	width: 100%;
	height: 100%;
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-intr .giftcard-ilst__lead {
	font-family: "Noto Sans JP", sans-serif;
	;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
	letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(3) .md-camp__giftcard-intr .giftcard-ilst__lead {
		font-size: 1.4rem;
		text-align: center;
		margin: 3rem auto 0;
	}
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-intr .md-camp__giftcard-ilst {
	width: 564px;
	height: 156px;
	background-color: #FCECF0;
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
	padding: 1.3rem 2.6rem 1.3rem 3.6rem;
	margin: 1.3rem 0 0 0;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(3) .md-camp__giftcard-intr .md-camp__giftcard-ilst {
		width: 100%;
		height: 168px;
		padding: 1.3rem 2rem 1.3rem 2rem;
	}
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-intr .md-camp__giftcard-ilst .giftcard-ilst__icon {
	width: 80px;
	flex-shrink: 0;
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-intr .md-camp__giftcard-ilst .giftcard-ilst__icon img {
	width: 100%;
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-intr .md-camp__giftcard-ilst .md-camp__giftcard-right .giftcard-ilst__job {
	font-family: "Noto Sans JP", sans-serif;
	;
	font-size: 1rem;
	font-weight: 400;
	color: #333;
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-intr .md-camp__giftcard-ilst .md-camp__giftcard-right .giftcard-ilst__name {
	font-family: "Noto Sans JP", sans-serif;
	;
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
	line-height: 1;
	margin: 0.2rem 0 0 0;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(3) .md-camp__giftcard-intr .md-camp__giftcard-ilst .md-camp__giftcard-right .giftcard-ilst__name {
		font-size: 1.2rem;
	}
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-intr .md-camp__giftcard-ilst .md-camp__giftcard-right .giftcard-ilst__text {
	font-family: "Noto Sans JP", sans-serif;
	;
	font-size: 1.2rem;
	font-weight: 400;
	color: #333;
	margin: 0.5rem 0 0 0;
	line-height: 1.5;
	letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(3) .md-camp__giftcard-intr .md-camp__giftcard-ilst .md-camp__giftcard-right .giftcard-ilst__text {
		font-size: 1rem;
	}
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-list {
	width: 1040px;
	margin: 6rem auto 0;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(3) .md-camp__giftcard-list {
		width: calc(100% - 4rem);
		display: block;
		margin: 3rem auto 0;
	}
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li {
	background-color: #fff;
	border-radius: 20px;
	padding: 3rem;
	box-shadow: #F8E5EB 4px 4px 12px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li {
		padding: 4rem 1rem;
		box-shadow: #F0DFE4 4px 4px 10px;
	}
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li:nth-of-type(1) {
	width: 420px;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li:nth-of-type(1) {
		width: 100%;
	}
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li:nth-of-type(2) {
	width: 520px;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li:nth-of-type(2) {
		width: 100%;
		margin: 6.5rem 0 0 0;
	}
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li::after {
	content: "";
	display: block;
	width: 20px;
	height: 35px;
	background-image: url(/img/mothersday_campaign/202504/icon_triangle-pink.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -18%;
	transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li::after {
		top: auto;
		bottom: -13.5%;
		right: 50%;
		transform: translate(0, -50%) rotate(90deg);
	}
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li:last-of-type::after {
	display: none;
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li p {
	text-align: center;
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li > p{
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li p {
		font-size: 1.4rem;
	}
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li .camp__code {
	width: 230px;
	height: 66px;
	background-color: #FDE5EB;
	border-radius: 10px;
	color: #E66265;
	margin: 4rem auto 0;
	padding: 1.3rem 0;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li .camp__code {
		width: 220px;
		height: 80px;
		margin: 2rem auto 0;
		padding: 1.9rem 0;
	}
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li .camp__code .camp__code--text {
	font-family: "Noto Sans JP", sans-serif;
	;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li .camp__code .camp__code--num {
	font-family: "Montserrat", sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	margin: 0.4rem 0 0 0;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li .camp__code .camp__code--num {
		font-size: 2.4rem;
		margin: 0.8rem 0 0 0;
	}
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li .camp__code--sp {
	width: 229px;
	height: 259px;
	margin: 3.6rem auto 0;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li .camp__code--sp {
		margin: 2.5rem auto 0;
	}
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li .camp__code--sp img {
	width: 100%;
	height: 100%;
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li .giftcard-list_ttl span {
	font-size: 2.4rem;
	font-weight: 700;
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li .camp__code--gift {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 10px;
	max-width: 375px;
	width: 100%;
	margin: 3.8rem auto 0;
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li .camp__code--gift > img {
	max-width: 195px;
	width: 100%;
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-list .md-camp__giftcard-disc {
	width: 440px;
	margin: 2.5rem auto 0;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li .camp__code--gift{
		margin: 1.2rem auto 0;
	}
	.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li .camp__code--gift > img{
		max-width: 175px;
	}
	.md-camp__section:nth-of-type(3) .md-camp__giftcard-list .md-camp__giftcard-disc {
		width: -moz-fit-content;
		width: fit-content;
	}
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-list .md-camp__giftcard-disc dt {
	font-size: 1.2rem;
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-list .md-camp__giftcard-disc dd p {
	width: 100%;
	font-size: 1.2rem;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(3) .md-camp__giftcard-list .md-camp__giftcard-disc{
		margin: 2rem auto 0;
	}
	.md-camp__section:nth-of-type(3) .md-camp__giftcard-list .md-camp__giftcard-disc dd p {
		text-indent: -1.3rem;
		padding: 0 0 0 1.3rem;
		line-height: 1.8;
	}
}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-list .md-camp__giftcard-disc dd + p {
	margin: 1rem 0 0 0;
}
.md-camp__section:nth-of-type(4) .md-camp__ttle--area {
	position: relative;
}
.md-camp__section:nth-of-type(4) .md-camp__ttle--area .md-camp__ttle--area_text span:nth-of-type(1) {
	font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__ttle--area .md-camp__ttle--area_text span:nth-of-type(1) {
		font-size: 2.55rem;
	}
}
.md-camp__section:nth-of-type(4) .md-camp__ttle--area .md-camp__ttle--area_sub {
	color: #41AA95;
	font-size: 1.6rem;
	display: flex;
	align-items: flex-end;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__ttle--area .md-camp__ttle--area_sub {
		display: block;
		line-height: 2;
	}
}
.md-camp__section:nth-of-type(4) .md-camp__ttle--area .md-camp__ttle--area_sub .sub__underline {
	background: linear-gradient(transparent 96%, #41AA95 0%);
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__ttle--area .md-camp__ttle--area_sub .sub__underline {
		background: linear-gradient(transparent 94%, #41AA95 0%);
		display: inline;
		text-align: center;
		font-size: 1.6rem;
		padding: 0 0 0.7rem 0;
	}
}
.md-camp__section:nth-of-type(4) .md-camp__ttle--area .md-camp__ttle--area_sub span {
	font-size: 1.6rem;
}
.md-camp__section:nth-of-type(4) .md-camp__ttle--area .md-camp__ttle--area_sub span > span {
	font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__ttle--area .md-camp__ttle--area_sub span {
		display: inline;
		text-align: center;
	}
}
.md-camp__section:nth-of-type(4) .md-camp__ttle--area .md-camp__ttle--area_sub .sub_txt-mini {
	font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__ttle--area .md-camp__ttle--area_sub .sub_txt-mini {
		font-size: 1.6rem;
	}
}
.md-camp__section:nth-of-type(4) .md-camp__thumb--flex {
	width: 600px;
	margin: 6.5rem auto 0;
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}
.md-camp__section:nth-of-type(4) .md-camp__thumb--flex img {
	border-radius: 10px;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__thumb--flex {
		display: none;
	}
}
.md-camp__section:nth-of-type(4) .md-camp__privilege--wrap {
	width: 926px;
	margin: 4rem auto 0;
	border-radius: 20px;
	box-shadow: #DFF2DF 6px 6px 5px;
	padding: 5rem 8rem;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__privilege--wrap {
		max-width: calc(100% - 4rem);
		width: 100%;
		padding: 3rem 2rem;
		box-shadow: #DFF2DF 4px 4px 3px;
	}
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__privilege--wrap .md-camp__privilege--ttl {
		text-align: center;
	}
}
.md-camp__section:nth-of-type(4) .md-camp__privilege--wrap .md-camp__privilege--ttl span {
	font-size: 2.4rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__privilege--wrap .md-camp__privilege--ttl span {
		font-size: 2.2rem;
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__privilege--wrap .md-camp__privilege--ttl-02 {
		text-align: center;
	}
}
.md-camp__section:nth-of-type(4) .md-camp__privilege--wrap .md-camp__privilege--ttl-02 span {
	font-size: 2rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__privilege--wrap .md-camp__privilege--ttl-02 span {
		font-size: 1.8rem;
		text-align: center;
	}
}
.md-camp__section:nth-of-type(4) .md-camp__privilege--wrap .md-camp__privilege--use_period {
	margin: 1rem 0 0 0;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__privilege--wrap .md-camp__thumb-01 {
		width: calc(100% - 4rem);
		margin: 3rem auto 0;
	}
	.md-camp__section:nth-of-type(4) .md-camp__privilege--wrap .md-camp__thumb-01 img {
		width: 100%;
		border-radius: 10px;
	}
}
.md-camp__section:nth-of-type(4) .md-camp__privilege--wrap .md-camp__privilege--date {
	font-weight: bold;
	margin: 3rem 0 0.7rem 0;
}
.md-camp__section:nth-of-type(4) .md-camp__privilege--wrap .md-camp__privilege--disc {
	margin: 2.5rem 0 0 0;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__privilege--wrap .md-camp__privilege--disc {
		margin: 1.5rem 0 0 0;
	}
}
.md-camp__section:nth-of-type(4) .md-camp__privilege--wrap .md-camp__privilege--disc p {
	margin: 1rem 0 0 0;
}
.md-camp__section:nth-of-type(4) .md-camp__privilege--wrap .md-camp__privilege--disc p:nth-of-type(1) {
	margin: 0;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__privilege--wrap .md-camp__privilege--disc p.text-toc {
		text-indent: -1.3rem;
		padding: 0 0 0 1rem;
	}
}
.md-camp__section:nth-of-type(4) .md-camp__privilege--wrap .md-camp__privilege--disc p .asterisk {
	font-size: 1.2rem;
	vertical-align: super;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__privilege--wrap .md-camp__privilege--disc p .asterisk {
		font-size: 1rem;
	}
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__thumb-02 {
		max-width: calc(100% - 12rem);
		width: 100%;
		margin: 4rem auto 0;
	}
	.md-camp__section:nth-of-type(4) .md-camp__thumb-02 img {
		border-radius: 10px;
	}
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__accordion {
		margin: 3rem auto 0;
	}
}
.md-camp__section:nth-of-type(4) .md-camp__accordion dt {
	width: 440px;
	margin: 3rem auto 0;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__accordion dt {
		max-width: 440px;
		width: calc(100% - 4rem);
		margin: 2rem auto 0;
	}
}
.md-camp__section:nth-of-type(4) .md-camp__accordion.acd__online-considerations dt span {
	font-size: 1.4rem;
}
.md-camp__section:nth-of-type(4) .md-camp__accordion.acd__online-considerations dd p,
.md-camp__section:nth-of-type(4) .md-camp__accordion.acd__online-considerations dd a,
.md-camp__section:nth-of-type(4) .md-camp__accordion.acd__online-considerations dd span {
	font-size: 1.4rem;
}
.md-camp__section:nth-of-type(4) .md-camp__accordion.acd__online-considerations dd a {
	text-decoration: underline;
}
.md-camp__section:nth-of-type(4) .md-camp__accordion .accordion__border {
	border: 1px solid #302D2C;
}
.md-camp__section:nth-of-type(4) .md-camp__accordion .accordion__border:nth-of-type(2) p,
.md-camp__section:nth-of-type(4) .md-camp__accordion .accordion__border:nth-of-type(2) a {
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__accordion .accordion__border:nth-of-type(2) p,
	.md-camp__section:nth-of-type(4) .md-camp__accordion .accordion__border:nth-of-type(2) a {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__accordion .accordion__border:nth-of-type(2) .md-camp__acd-ttl {
		margin: 0 0 1.8rem 0;
	}
}
.md-camp__section:nth-of-type(4) .md-camp__privilege--flex {
	display: flex;
	justify-content: space-between;
	gap: 5rem;
	margin: 2.6rem 0 0 0;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__privilege--flex {
		display: block;
	}
}
.md-camp__section:nth-of-type(4) .md-camp__privilege--coupon {
	width: 170px;
	flex-shrink: 0;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__privilege--coupon {
		width: 100px;
		margin: 0 auto 2rem;
	}
}
.md-camp__section:nth-of-type(4) .md-camp__privilege--coupon img {
	width: 100%;
}
.md-camp__section:nth-of-type(4) .btn__app-form {
	width: 440px;
	height: 50px;
	line-height: 50px;
	margin: 7.3rem auto 0;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .btn__app-form {
		max-width: 440px;
		width: calc(100% - 4rem);
		height: 44px;
		line-height: 44px;
		margin: 4.8rem auto 0;
	}
}
.md-camp__section:nth-of-type(4) .btn__app-form a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #333333;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: relative;
}
@media (hover: hover) {
	.md-camp__section:nth-of-type(4) .btn__app-form a:hover {
		opacity: 0.7;
	}
}
.md-camp__section:nth-of-type(4) .btn__app-form .ac__btn {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	background-color: #fff;
	background-image: url(/img/mothersday_campaign/202504/icon_arrow-r-black.png);
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: 45% 50%;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .btn__app-form .ac__btn {
		width: 22px;
		height: 22px;
		background-size: 50%;
	}
}
.md-camp__section:nth-of-type(4) .btn__app-form + p {
	text-align: center;
	font-size: 1.2rem;
	margin: 1.5rem 0 0 0;
}
.md-camp__section:nth-of-type(4) .btn__app_end {
	width: 440px;
	height: 50px;
	margin: 6rem auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #909090;
	border-radius: 25px;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .btn__app_end {
		max-width: 440px;
		width: calc(100% - 4rem);
		font-size: 1.4rem;
		margin: 4.4rem auto 5rem;
	}
}
.md-camp__section:nth-of-type(4) .md-camp__cons-list dt,
.md-camp__section:nth-of-type(4) .md-camp__cons-list dd {
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__cons-list dt,
	.md-camp__section:nth-of-type(4) .md-camp__cons-list dd {
		font-size: 1.2rem;
	}
}
.md-camp__section:nth-of-type(4) .md-camp__cons-list dt {
	margin: 3.6rem 0 0 0;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__cons-list dt {
		margin: 2rem 0 0 0;
	}
}
.md-camp__section:nth-of-type(4) .md-camp__cons-list dt:first-of-type {
	margin: 0;
}
.md-camp__section:nth-of-type(4) .md-camp__cons-list dd {
	line-height: 1.7;
}
.md-camp__section:nth-of-type(4) .md-camp__cons-list dd .md-camp__cons-desc--subttl {
	font-weight: bold;
	margin: 0.5rem 0 0 0;
}
.md-camp__section:nth-of-type(4) .md-camp__cons-list dd p,
.md-camp__section:nth-of-type(4) .md-camp__cons-list dd a {
	font-size: 1.3rem;
	line-height: 1.7;
}
@media screen and (max-width: 768px) {
	.md-camp__section:nth-of-type(4) .md-camp__cons-list dd p,
	.md-camp__section:nth-of-type(4) .md-camp__cons-list dd a {
		font-size: 1.2rem;
	}
}
.md-camp__section:nth-of-type(4) .md-camp__cons-list dd a {
	text-decoration: underline;
}
.md-camp__bu--bunner-area {
	width: 1040px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.md-camp__bu--bunner-area {
		width: calc(100% - 3rem);
	}
}
.md-camp__bu--bunner-area li:nth-of-type(n+2) {
	margin: 1rem 0 0 0;
}
@media screen and (max-width: 768px) {
	.md-camp__bu--bunner-area li:nth-of-type(n+2) {
		margin: 1rem 0 0 0;
	}
}
.md-camp__bu--bunner-area img {
	width: 100%;
}
.md-camp__bu {
	width: 1040px;
	margin: 6rem auto 0;
	padding: 6rem 10.5rem;
	background-color: #fff;
	border: 1px solid #707070;
	border-radius: 20px;
}
@media screen and (max-width: 768px) {
	.md-camp__bu {
		width: calc(100% - 4rem);
		padding: 3rem 2rem;
	}
}
.md-camp__bu .md-camp__bu-ttl {
	display: flex;
	justify-content: center;
	gap: 32px;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.md-camp__bu .md-camp__bu-ttl {
		display: block;
	}
}
.md-camp__bu .md-camp__bu-ttl div {
	width: 60px;
	height: 60px;
}
@media screen and (max-width: 768px) {
	.md-camp__bu .md-camp__bu-ttl div {
		width: 40px;
		height: 40px;
		margin: 0 auto;
	}
}
.md-camp__bu .md-camp__bu-ttl div img {
	width: 100%;
}
.md-camp__bu .md-camp__bu-ttl h3 {
	font-size: 2.6rem;
	font-weight: bold;
	margin: 0;
	line-height: 1.3;
}
@media screen and (max-width: 768px) {
	.md-camp__bu .md-camp__bu-ttl h3 {
		font-size: 2rem;
		text-align: center;
		line-height: 1.5;
	}
}
.md-camp__bu .md-camp__bu-ttl h3 span {
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
	.md-camp__bu .md-camp__bu-ttl h3 span {
		font-size: 1.6rem;
	}
}
.md-camp__bu .md-camp__bu--flex {
	display: flex;
	justify-content: center;
	gap: 30px;
	align-items: center;
	margin: 4.4rem 0 0;
}
@media screen and (max-width: 768px) {
	.md-camp__bu .md-camp__bu--flex {
		display: block;
		margin: 1.4rem 0 0;
	}
}
.md-camp__bu .md-camp__bu--flex .md-camp__bu--img {
	width: 400px;
	flex-shrink: 0;
}
@media screen and (max-width: 768px) {
	.md-camp__bu .md-camp__bu--flex .md-camp__bu--img {
		width: 100%;
	}
}
.md-camp__bu .md-camp__bu--flex .md-camp__bu--img img {
	width: 100%;
}
.md-camp__bu .md-camp__bu-ttl {
	font-size: 2rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.md-camp__bu .md-camp__bu-ttl {
		font-size: 1.6rem;
		margin: 0;
	}
}
.md-camp__bu .md-camp__bu-subttl {
	font-size: 2rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.md-camp__bu .md-camp__bu-subttl {
		font-size: 1.6rem;
		margin: 3rem 0 0 0;
	}
}
.md-camp__bu .md-camp__bu-disc {
	font-size: 1.6rem;
	margin: 3rem 0 0 0;
}
@media screen and (max-width: 768px) {
	.md-camp__bu .md-camp__bu-disc {
		font-size: 1.4rem;
		margin: 2rem 0 0 0;
	}
}
.md-camp__bu .md-camp__bu--link {
	width: -moz-fit-content;
	width: fit-content;
	display: inline-block;
	margin: 3rem 0 0 0;
	font-size: 1.4rem;
	border-bottom: 1px solid #302D2C;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.md-camp__bu .md-camp__bu--link {
		margin: 1.7rem 0 0 0;
	}
}
@media (hover: hover) {
	.md-camp__bu .md-camp__bu--link:hover {
		opacity: 0.5;
	}
}
.md-camp__bu .md-camp__bu--link::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 0 0 0.5rem;
	background-image: url(/img/mothersday_campaign/202504/icon_arrow-r-black.png);
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (max-width: 768px) {
	.md-camp__bu .md-camp__bu--link::after {
		margin: 0 0 0 0.3rem;
	}
}
.md-camp__bu .btn__reserv-form {
	width: 400px;
	height: 50px;
	line-height: 50px;
	margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
	.md-camp__bu .btn__reserv-form {
		max-width: 440px;
		width: 100%;
		height: 44px;
		line-height: 44px;
		margin: 3rem auto 0;
	}
}
.md-camp__bu .btn__reserv-form a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #333333;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: relative;
}
@media (hover: hover) {
	.md-camp__bu .btn__reserv-form a:hover {
		opacity: 0.7;
	}
}
.md-camp__bu .btn__reserv-form .ac__btn {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	background-color: #fff;
	background-image: url(/img/mothersday_campaign/202504/icon_arrow-r-black.png);
	background-repeat: no-repeat;
	background-size: 45%;
	background-position: 45% 50%;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
	.md-camp__bu .btn__reserv-form .ac__btn {
		width: 22px;
		height: 22px;
		background-size: 50%;
	}
}
/*********************************************
2025年度追加style
**********************************************/
.md-camp__mv--notebox{
	max-width: 760px;
	width: 100%;
	margin: 1.5rem auto 0;
	padding: 2.5rem 0;
	background-color: #FFFFFF;
	border: 1px solid #F29BA9;
	border-radius: 10px;
}
.md-camp__mv--notebox p{
	font-size: 1.6rem;
	text-align: center;
}
.md-camp__mv--notebox p:first-child{
	color: #E66265;
	font-weight: 700;
}
.md-camp__banner{
	max-width: 1040px;
	width: 100%;
	margin: 4.5rem auto 0;
}
.md-camp__banner p{
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 1.8rem;
}
.md-camp__banner p span{
	position: relative;
}
.md-camp__banner p span::after,
.md-camp__banner p span::before{
	content: "";
	display: block;
	width: 2px;
	height: 30px;
	background-color: #302D2C;
	position: absolute;
	top: 0.3rem;
}
.md-camp__banner p span::after{
	left: -2.5rem;
	transform: rotate(-30deg);
}
.md-camp__banner p span::before{
	right: -2.5rem;
	transform: rotate(30deg);
}
.md-camp__accordion--steplist .step__col--flex p{
	letter-spacing: 0;
}
.camp__flexbox--gift{
	max-width: 170px;
	width: 100%;
}
.camp__flexbox--gift > p{
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0;
	margin-bottom: 6px;
	padding: 15px 0 21px;
	background-image: url(/img/mothersday_campaign/202504/gift_wrapping_fukidashi.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.camp__flexbox--gift > a{
	display: block;
}
.camp__flexbox--gift > a img{
	display: block;
}
.camp__flexbox--gift > a p{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 37px;
	background-image: url(/img/mothersday_campaign/202504/gift_wrapping_arrow_right.png);
	background-size: 6px 10px;
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-color: #E66265;
	border-radius: 0 0 5px 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
}
.camp__flexbox--gift > a:hover{
	opacity: 0.7;
}
@media screen and (max-width: 768px){
	.md-camp__mv--notebox{
		max-width: 335px;
		padding: 2rem;
	}
	.md-camp__mv--notebox p{
		font-size: 1.4rem;
		text-align: left;
	}
	.md-camp__banner{
		max-width: 345px;
		margin: 2.5rem auto 0;
	}
	.md-camp__banner p{
		font-size: 1.6rem;
		margin: 0 0 1rem;
	}
	.md-camp__banner p span::after, .md-camp__banner p span::before{
		height: 18px;
		top: 0.5rem;
	}
	.md-camp__banner p span::before{
		right: -1.5rem;
	}
	.md-camp__banner p span::after{
		left: -1.5rem;
	}
	.camp__flexbox--gift{
		max-width: 130px;
	}
	.camp__flexbox--gift > p{
		font-size: 1.2rem !important;
		margin-bottom: 1rem;
		padding: 1rem 0 2rem;
		line-height: 1.3;
		background-image: url(/img/mothersday_campaign/202504/gift_wrapping_fukidashi_sp.png);
	}
	.camp__flexbox--gift > a p{
		height: 30px;
		font-size: 1.2rem !important;
		padding-bottom: 0.3rem;
	}
}

/*202604 追加*/

.md-camp__ttle--area .md-camp__ttle--area_text span span {
    color: red;
    font-size: 2.4rem;
    margin-left: 2px;
}

/*特典へのリンク*/


li.illust_01,li.illust_02 {
    position: relative;
}
.privilege01_illust,.privilege02_illust,.privilege01_heart {
    position: absolute;
    z-index: 1;
}

.privilege01_illust {
    right: 26px;
    bottom: 60px;
    width: 130px;
    transform: rotate(-15deg);
}
.privilege02_illust {
    right: 30px;
    bottom: 25px;
    width: 80px;
	transform: rotate(10deg);
}

.privilege01_heart {
    left: 12px;
    top: -25px;
    width: 100px;
    transform: rotate(-15deg);
}

.md-camp__list li:nth-of-type(1) a::after,.md-camp__list li:nth-of-type(2) a::after { margin: 1rem 0 0 17rem;}
li.illust_01 p.md-camp__list--text {    width: 60%;}
li.illust_02 p.md-camp__list--text {    width: 75%;}

@media screen and (max-width: 768px){
.privilege01_illust,.privilege02_illust {
    right: 60px;
}
.privilege01_illust {
    width: 80px;
	right: 70px;
	bottom: 23px;
bottom: 13px;
	transform: rotate(17deg);
    
}
.privilege02_illust {
    width: 50px;
    bottom: 11px;
}
.md-camp__list li a .md-camp__list--text {
	padding-right: 50px;
	width: 60%;
	margin: 1rem 0 0 1rem;
}
li.illust_01 p.md-camp__list--text {    width: 50%;}

.privilege01_heart {
    left: 230px;
    top: -14px;
    width: 73px;
    transform: rotate(15deg);
}

}

/*特典部分*/

.tokuten_01 {
    position: relative;
}
.h2_heart {
    position: absolute;
    z-index: 1;
	left: 200px;
    top: 42px;
    width: 130px;
    transform: rotate(15deg);
}

.md-camp__privilege--area .md-camp__privilege--flex_all {
    width: 634px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.md-camp__privilege--flex_all div p span.color_orange:nth-of-type(1) {
    font-size: 2.6rem;
}
.md-camp__privilege--flex_all div p span {
    font-weight: 700;
}

.md-camp__privilege--couponcode_bg p,
.md-camp__privilege--couponcode_bg_02 p {
    color: #FA950E;
    text-align: center;
    font-weight: 500;
}

.md-camp__privilege--coupon_bg,
.md-camp__privilege--coupon_bg_02 {
    position: relative;
    width: 350px;
    margin: 20px auto;
}

.md-camp__privilege--couponcode_bg,
.md-camp__privilege--couponcode_bg_02 {
    position: absolute;
    z-index: 1;
    top: 17px;
    left: 100px;
    margin: 0 auto;
    background-color: #FFFDC4;
    padding: 10px 20px;
}
.toc__list_02 {
    width: 600px;
    margin: 20px auto;
}
.toc__list_02 p {
    font-size: 1.4rem;
    text-indent: -1.9rem;
    padding: 0 0 0 2rem;
}
.toc__list_02 p::before {
    content: "※";
    margin: 0 0.5rem 0 0;
}
@media screen and (max-width: 768px){
.h2_heart {
	left: -108px;
	top: -15px;
	width: 95px;
	transform: rotate(-11deg);
}
.md-camp__ttle--area .md-camp__ttle--area_text span span {
    font-size: 1.6rem;
}

.md-camp__privilege--area .md-camp__privilege--flex_all {
    width: 100%;
}

.md-camp__privilege--coupon_bg, .md-camp__privilege--coupon_bg_02 {
    width: 90%;	
}
.md-camp__privilege--couponcode_bg, .md-camp__privilege--couponcode_bg_02 {
	top: 12px;
	left: 58px;
	width: 200px;
    height: auto;
    line-height: 1.5;
    border-radius: 10px;
}
.md-camp__privilege--flex_all div p span.color_orange:nth-of-type(1) {
    font-size: 2rem;
}

.toc__list_02 p {
    font-size: 1.2rem;
}
.toc__list_02 {
	width: -moz-fit-content;
	width: fit-content;
	margin: 1rem auto 0;
}
}
/* スペース調整 */
@media screen and (min-width: 1040px){
.md-camp__mv {margin-top: -32px; margin-top: -60px;}
.md-camp__banner {margin: 3rem auto 0;}
li.bg_white.md-camp__privilege--wrap {padding: 2rem 0px;}
.md-camp__section:nth-of-type(2) .md-camp__privilege--wrap .toc__list {margin: 1.8rem 0px 0px;}
.md-camp__section {padding: 4rem 0;}
.md-camp__accordion .accordion__border {margin: 2rem auto 3rem;}
.md-camp__accordion .md-camp__accordion--wrap:nth-of-type(2) { margin: 2rem auto 0;}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-list {margin: 3rem auto 0;}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-intr .md-camp__giftcard {margin-top: 0;}
.pane-footer {margin-top: 0;}

}
@media screen and (max-width: 768px){
.md-camp__mv {margin-top: -20px;}
.md-camp__privilege--area .md-camp__privilege--wrap {padding: 2rem 2rem 2rem;}
.md-camp__section:nth-of-type(3) .md-camp__giftcard-list li {padding: 2rem 1rem;}
.md-camp__section:nth-of-type(n+2) { padding: 3rem 0;}
.pane-footer {padding-top: 0;}
}
/* 赤字終了文言追加 */
@media screen and (min-width: 1040px) {
    .endtext {
        margin: 30px auto 0;
        text-align: center;
        width: 70%;
        color: red;
        max-width: 900px;
    }
    .endtext .line {
        padding: 10px 0;
        border: 3px solid red;
        margin: 0 auto;
        color: red;
        font-size: 18px;
        font-weight: bold;
    }
}
@media screen and (max-width: 1039px) {
    .endtext {
        margin: 20px auto 0;
        text-align: center;
        color: red;
    }
    .endtext .line {
        padding: 10px 0;
        border: 3px solid red;
        width: 80%;
        margin: 0 auto;
        color: red;
        font-weight: bold;
    }
}
