@charset 'utf-8';

/* stylelint-disable selector-class-pattern */

/* initialize */
.contents {
	margin-bottom: 0;
}
.contents__inr {
	width: 100%;
	margin: 0;
}
.contents img {
	display: inline-block;
}

/* utility */
.u-pc-d-n {
	display: none !important;
}
.u-pc-ta-c {
	text-align: center !important;
}
.u-pc-ta-l {
	text-align: left !important;
}

/* contents start */
#bd2025-help {
	background-color: #ededed;
}
#bd2025-help .section-container {
	position: relative;
	padding-top: 32px;
	padding-bottom: 40px;
	box-shadow: 0 2px 0 0 rgb(0 0 0 / 16%);
	background-color: #fff;
}
#bd2025-help .section-container + .section-container {
	margin-top: 16px;
}
#bd2025-help .section-inner {
	max-width: 800px;
	margin: 0 auto;
}
#bd2025-help .title-lv2,
#bd2025-help .title-lv3 {
	font-weight: bold;
	text-align: center;
}
#bd2025-help .title-lv2 {
	margin-bottom: 24px;
	font-size: 22px;
	line-height: 1.4;
}
#bd2025-help .title-border {
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}
#bd2025-help .title-lv3 {
	font-size: 18px;
	line-height: 1.3333;
}
#bd2025-help .text {
	margin-bottom: 21px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
#bd2025-help .text:last-child {
	margin-bottom: 0;
}
#bd2025-help .text-pink {
	color: #e61673;
}
#bd2025-help .text-red {
	color: #f00;
}
#bd2025-help .text-bold {
	font-weight: bold;
}
#bd2025-help .list-type-asterisk,
#bd2025-help .notes-link {
	color: #666;
}
#bd2025-help .list-type-asterisk {
	font-size: 14px;
}
#bd2025-help .list-type-asterisk:not(:last-child) {
	margin-bottom: 20px;
}
#bd2025-help .text-link {
	position: relative;
	border-bottom: 1px solid #333;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#bd2025-help .link-button-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 980px;
	gap: 0 16px;
	margin-left: -90px;
}
#bd2025-help .link-button-list:not(:last-child) {
	margin-bottom: 8px;
}
#bd2025-help .link-button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 316px;
	height: 70px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.375;
	text-decoration: none;
	text-align: center;
}
#bd2025-help #infomation .close-message + .link-button-list .link-button-list-item:not(:last-child) {
	margin-bottom: 16px;
}
#bd2025-help #infomation .close-message + .link-button-list .link-button {
	width: 360px;
	height: 48px;
}
#bd2025-help [data-link-icon='arrow-b'],
#bd2025-help [data-link-icon='arrow-r'] {
	position: relative;
}
#bd2025-help [data-link-icon='arrow-b']::after,
#bd2025-help [data-link-icon='arrow-r']::after {
	position: absolute;
	top: 50%;
	right: 17px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	content: '';
}
#bd2025-help [data-link-icon='arrow-b']::after {
	transform: translateY(-50%) rotate(135deg);
}
#bd2025-help [data-link-icon='arrow-r']::after {
	transform: translateY(-50%) rotate(45deg);
}
#bd2025-help .mainvisual {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 160px;
	background-color: #e61673;
}
#bd2025-help .mainvisual-image {
	margin-top: 8px;
}
#bd2025-help .beautyday-info {
	margin-bottom: 24px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
#bd2025-help #index {
	padding-top: 32px;
	padding-bottom: 45px;
}
#bd2025-help .list-index {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-bottom: -10px;
}
#bd2025-help .list-index-item {
	width: calc(100% / 2 - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
}
#bd2025-help .index-link {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 45px;
	padding: 0 34px 0 16px;
	box-sizing: border-box;
	background: #fff;
	font-size: 16px;
	text-decoration: none;
}
#bd2025-help .favorite-link {
	margin-left: 36px;
}
#bd2025-help .favorite-link::after {
	position: absolute;
	top: 50%;
	left: -36px;
	width: 28px;
	height: 28px;
	background: url(/src/static/campaign/rule/img/2025/icon_favorite.svg) no-repeat center center / contain;
	transform: translateY(-50%);
	content: '';
}
#bd2025-help .section-box {
	position: relative;
	margin-bottom: 24px;
	border: 1px solid #ededed;
	box-sizing: border-box;
	text-align: center;
}
#bd2025-help .section-box-title {
	display: block;
	padding: 8px 0 6px;
	background-color: #e61673;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
#bd2025-help .section-box-body {
	padding-top: 20px;
	padding-bottom: 24px;
}
#bd2025-help .text-date {
	display: inline-block;
	margin-bottom: 20px;
	padding: 9px 36px;
	border-radius: 100px;
	background-color: #fde7f1;
	color: #e61673;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
#bd2025-help .text-date:last-child {
	margin-bottom: 0;
}
#bd2025-help #limited-item .title-lv3 {
	margin-bottom: 9px;
}
#bd2025-help .schedule-list {
	margin-bottom: 24px;
	font-size: 16px;
	font-weight: bold;
}
#bd2025-help .schedule-list-item {
	display: flex;
	margin-bottom: 10px;
	padding: 15px 112px;
	background-color: #f4f4f4;
}
#bd2025-help .schedule-list-date {
	min-width: 270px;
}
#bd2025-help .schedule-list-dow {
	margin-left: 6px;
	font-size: 14px;
}
#bd2025-help .shopping-info-type01,
#bd2025-help .list-type-normal {
	font-size: 16px;
	line-height: 1.5;
}
#bd2025-help .shopping-info-type01:not(:last-child) {
	margin-bottom: 16px;
}
#bd2025-help .shopping-info-type01-title {
	margin-bottom: 6px;
	font-weight: bold;
}
#bd2025-help .list-type-normal:not(:last-child) {
	margin-bottom: 15px;
}
#bd2025-help .list-type-normal-item:not(:last-child) {
	margin-bottom: 6px;
}
#bd2025-help .title-catch {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#bd2025-help .title-lv2 + .title-image-box {
	margin-top: -8px;
}
#bd2025-help .title-image-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 17px;
}
#bd2025-help .title-image-box .text-date {
	margin-right: 35px;
	margin-bottom: 0;
}
#bd2025-help .sample-image01 {
	width: 108px;
	height: 70px;
}
#bd2025-help .sample-image02 {
	width: 118px;
	height: 70px;
}
#bd2025-help .shopping-info-type02 {
	font-size: 16px;
}
#bd2025-help .shopping-info-type02:not(:last-child) {
	margin-bottom: 20px;
}
#bd2025-help .shopping-info-type02-title {
	margin-bottom: 16px;
	padding: 0 20px;
	background-color: #f4f4f4;
	font-weight: bold;
	line-height: 32px;
}
#bd2025-help .shopping-info-type02-detail-inner {
	max-width: 710px;
	margin: 0 auto;
}
#bd2025-help .list-flow {
	display: flex;
	margin-bottom: 20px;
}
#bd2025-help .list-flow-item + .list-flow-item {
	margin-left: 40px;
}
#bd2025-help .list-flow-item + .list-flow-item figure {
	margin-top: 28px;
}
#bd2025-help .list-flow-step {
	margin-bottom: 8px;
}
#bd2025-help .list-flow-title {
	margin-bottom: 10px;
}
#bd2025-help .list-flow .text + .text {
	margin-top: -12px;
}
#bd2025-help .list-flow .text:not(:last-child) {
	margin-bottom: 20px;
}

/* ec */
#bd2025-help .ec-message {
	margin-bottom: -8px;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

/* close */
#bd2025-help .close-title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 64px;
	background: #f4f4f4;
	color: #e61673;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#bd2025-help #infomation .text {
	margin-bottom: 12px;
}
#bd2025-help #infomation .close-message + .link-button-list {
	flex-direction: column;
	margin-bottom: 32px;
}
#bd2025-help .close-message {
	margin-bottom: 24px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#bd2025-help .overlay-close {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(255 255 255 / 85%);
}
#bd2025-help .overlay-close-text {
	padding-top: 126px;
	font-size: 24px;
	font-weight: bold;
}
#bd2025-help .overlay-close-text-small {
	margin-top: 20px;
	font-size: 16px;
}
