.error_msg_block {
	border: solid 1px #dd0000;
	color: #dd0000;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 1rem;
	margin-bottom: 2rem;
}

.error-message {
	color: #dd0000;
}

.note {
	font-size: 1.4rem;
	line-height: 1.5;
}

#c-modal__modal_list {
	cursor: pointer;
}

#c-modal__modal_list2,
#c-modal__checkin_camera,
#c-modal__checkin_result {
	/*繝�ヵ繧ｩ繝ｫ繝医�髱櫁｡ｨ遉ｺ*/
	display: none;
}

.p-pc-qr__content {
	padding: 1em;
}

.c-hamburger-btn {
	background-color: #912e2a;
}

.p-section__title {
	background-color: #b68a24;
	color: #fff;
}

.c-btn-primary {
	background-color: #912e2a;
	box-shadow: 0 0.6rem 0 #6e201f;
}

.c-btn-outlined {
	border: 1px solid #912e2a;
	box-shadow: 0 0.6rem 0 #912e2a;
	color: #912e2a !important;
}

.c-form__application input[type="radio"] {
	display: inline-block;
}

.p-home__present-deadline:before {
	content: "";
	display: block;
	width: 280px;
	height: 160px;
	background: url(../tmpl-img/img_home_deadline_person01.svg?ver=2) no-repeat left bottom/contain;
	margin-right: auto;
	margin-left: auto;
}

.p-credit {
	padding-bottom: 5rem;
}

.p-howto__faq-body p {
	text-align: left;
}

.p-home__present-deadline-title {
	background-color: #b04e3a;
}

.p-home__present-deadline-date-num {
	color: #b04e3a;
}

.p-home__present-deadline-date-weekday {
	background-color: #b04e3a;
}

.p-pc-header__menu-list-item:before {
	background-color: #b68a24;
}

.c-btn-tertiary {
	background-color: #b04e3a;
	box-shadow: 0 0.6rem 0 #8f3e2f;
}

.p-howto__present-deadline-title {
	background-color: #b04e3a;
}

.c-sp-menu-close-btn {
	background-color: #912e2a;
}

.c-slider__item-place {
	background-color: #912e2a;
}

.l-footer {
	background-color: #912e2a;
}

.p-heading03:before {
	background-color: #912e2a;
}

.p-floating-menu__item.-current {
	background-color: #912e2a;
}

.p-floating-menu__item > a {
	color: #912e2a;
}

.p-floating-menu__item .icon {
	fill: #912e2a;
}

.p-my-page__title {
	color: #fff;
}

.p-my-page__header {
	background-color: #b04e3a;
	border-left: 0.8rem solid #912e2a;
}

.p-heading02:before {
	background-color: #912e2a;
}

.p-main-menu__item > a {
	border-color: #912e2a;
}

.p-main-menu__item > a > span:not([class]):after {
	border-color: #912e2a;
}

/* -----------------------------------------------------------------
  20251023追記
----------------------------------------------------------------- */
/* 共通
------------------------------------------------------------------*/
/* 背景画像 */
body::before {
	background: #fff url("../tmpl-img/bg_home01.jpg") no-repeat center center / cover;
}

.l-view-area {
	/* scroll-behavior: smooth;
	scroll-padding-top: calc(5.6rem + 2.4rem); */
	padding-bottom: 0;
}

/* ログイン */
.l-view-area.is-login {
	padding-bottom: 5.6rem;
}

/*　メインメニュー */
.p-pc-header__menu-list-item:before {
	background-color: var(--main_color);
}

/* ハンバーガーメニュー */
.c-hamburger-btn {
	background-color: var(--main_color);
}

.c-sp-menu-close-btn {
	background-color: var(--main_color);
}

/* スマホメニュー */
.l-sp-menu.-active {
	height: 100%;
	z-index: 8999;
}

.p-main-menu__item > a {
	border-color: var(--main_color);
}

.p-main-menu__item > a > span:not([class]):after {
	border-color: var(--main_color);
}

/* ボタン */
.c-btn-primary {
	background-color: var(--main_color);
	box-shadow: 0 0.6rem 0 var(--sub_color01);
}

.c-btn-secondary {
	margin-bottom: 0.8rem;
	background-color: var(--secondary_btn);
	box-shadow: 0 0.8rem 0 var(--secondary_btn_shadow);
	color: #333 !important;
}

.c-btn-secondary .icon {
	fill: #333;
}

.c-btn-outlined {
	border-color: var(--sub_color01);
	box-shadow: 0 0.6rem 0 var(--sub_color01);
	color: var(--main_color) !important;
}

.-md {
	height: 4.8rem;
	min-height: 4.8rem;
}

.-xl {
	max-width: 32rem;
	height: 6rem;
	font-size: 1.7rem;
}

/* テキストリンク */
.c-link a {
	color: var(--main_color);
	font-weight: 700;
}

.c-link a .icon {
	fill: var(--main_color);
}

/* アンカーリンク */
.p-anchor-link {
	padding-bottom: 3.2rem;
	display: grid;
	gap: 1.2rem;
}

.p-anchor-link__item > a {
	position: relative;
	display: block;
	padding: 1.2rem calc(0.8rem + 1.6rem + 1.6rem) 1.2rem 1.6rem;
	background-color: #f5f5f5;
	border-radius: 0.4rem;
	font-size: 1.7rem;
	font-weight: 700;
}

.p-anchor-link__item > a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.6rem;
	transform: translateY(-50%);
	width: 1.1rem;
	height: auto;
	aspect-ratio: 1/1;
	background: url("../tmpl-img/ico_anchor_link_arrow01.svg") no-repeat center center / cover;
}

/* スタイルガイド
------------------------------------------------------------------*/
.c-user-content p:not([class^="p-"]) {
	font-size: 1.6rem;
	font-weight: 500;
}

.c-user-content a {
	color: var(--main_color);
}

.c-user-content .note {
	margin-top: 1.6rem;
	font-size: 1.4rem !important;
}

.c-user-content .note + .note {
	margin-top: 0.8rem;
}

.c-user-content ul:not([class]),
.c-user-content ol:not([class]) {
	margin-top: 2rem;
	font-size: 1.5rem;
}

.c-user-content ul:not([class]) > li {
	padding-left: 1em;
}

.c-user-content ul:not([class]) > li::before {
	content: "・";
	top: 0;
	width: auto;
	height: auto;
	background-color: transparent;
	font-size: 1em;
	color: var(--main_color);
}

.p-heading02 {
	padding-left: calc(0.6rem + 1.2rem);
	font-size: 2.2rem;
	line-height: 1.4545;
}

.p-heading02:before {
	top: 0.2em;
	bottom: 0;
	width: 0.6rem;
	height: calc(100% - 0.6rem);
	background-color: var(--main_color);
}

/* 共通セクション
------------------------------------------------------------------*/
.p-section__title {
	background-color: var(--main_color);
}

.p-section__body {
	padding-top: 3.2rem;
}

/* トップページ
------------------------------------------------------------------*/
/* トップページ：バナースライド */
.p-home-banner {
	padding-bottom: 2.4rem;
}

.p-home-banner__item {
	border-radius: 0.4rem;
	overflow: hidden;
}

.p-home-banner__pagination {
	position: static;
	margin-top: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
}

.p-home-banner__pagination .swiper-pagination-bullet {
	margin: 0 !important;
	background-color: #e3e3e3;
	opacity: 1;
}

.p-home-banner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--main_color);
}

/* ログインボタン から　参加店舗一覧 */
.p-home__intro-content {
	padding-right: 0;
	padding-left: 0;
}

.p-heading01.c-slash:before {
	left: 0;
}

.p-heading01.c-slash:after {
	right: 0;
}

.p-home__intro-content .p-heading01 {
	font-size: 1.9em;
}

.p-home__intro-btn-list {
	margin-top: 2rem;
}

.p-home__intro-btn-list-item {
	display: flex;
	justify-content: center;
}

.p-home__intro-description {
	font-size: 1.6rem;
	font-weight: 500;
}

.p-home__intro-image {
	margin-top: 3.2rem;
}

.p-home__intro-image-list-item {
	width: 11.8rem;
}

.p-home__intro-image-list-item-inner img {
	width: 100%;
	aspect-ratio: 118 / 88;
}

/* お知らせ */
.p-home-news__body {
	padding-top: 1.6rem;
	padding-bottom: 2.4rem;
}

.p-article-list__item > a {
	position: relative;
	padding: 1.6rem 6rem 2rem 0;
	display: block;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

.p-article-list__item > a::after {
	content: "";
	position: absolute;
	top: 3.2rem;
	right: 0;
	width: 1.4rem;
	height: auto;
	aspect-ratio: 1 / 1;
	background: url("../tmpl-img/ico_article_arrow01.svg") no-repeat center center / cover;
}

.p-article-list__item-date {
	font-size: 1.4rem;
}

.p-article-list__item-title {
	margin-top: 0.6rem;
	font-size: 1.6rem;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.p-home-news__more > a {
	justify-content: flex-end;
}

/* スタンプラリーの遊び方 */
.p-howto__title {
	margin-bottom: 2rem;
	color: #333;
	font-size: 3.2rem;
}

.p-howto__media {
	margin-bottom: 2.4rem;
}

.p-howto__media-image {
	width: 16rem;
	border-radius: 0.8rem;
	overflow: hidden;
}

.p-howto__media-image img {
	width: 100%;
}

/* プレゼント応募締切 */
.p-home__present {
	background-color: #fff;
}

.p-home__present-deadline {
	margin-top: 0;
}

.p-home__present-deadline:before {
	display: none;
}

.p-home__present-deadline-title {
	background-color: var(--main_color);
}

.p-home__present-deadline-body {
	background-color: #f5f5f5;
}

.p-home__present-deadline-date-num {
	color: var(--main_color);
}

.p-home__present-deadline-date-weekday {
	background-color: var(--main_color);
}

/* よくあるご質問 */
.p-home-faq__body {
	padding-bottom: 8rem;
}

.p-home-faq__body .c-user-content ul:not([class]) {
	font-size: 1.6rem;
}

.p-home-faq.-mypage .p-home-faq__body {
	padding-bottom: 0 !important;
}

/* フッター
------------------------------------------------------------------*/
.p-credit {
	padding: 2.4rem;
	background-color: #f5f5f5;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
}

.l-footer {
	background-color: var(--main_color);
	z-index: 9000;
}

.l-footer__menu-item:last-child > a {
	background-color: var(--sub_color02);
	color: #333;
}

.l-footer__menu-item:last-child > a .icon {
	fill: #333;
}

.c-badge {
	background-color: #f41029;
}

/* フォームページ
------------------------------------------------------------------*/
.c-form__required {
	background-color: var(--form_required);
}

/* プレゼント応募締め切り期間：内部
------------------------------------------------------------------*/
.p-howto__present-deadline-title {
	background-color: var(--main_color);
}

/* 参加店舗一覧
------------------------------------------------------------------*/
.p-floating-menu__item > a {
	color: var(--main_color);
}

.p-floating-menu__item .icon {
	fill: var(--main_color);
}

.p-floating-menu__item.-current {
	background-color: var(--main_color);
}

.p-map__your-location {
	z-index: 8888 !important;
}

/* 参加店舗詳細
------------------------------------------------------------------*/
.p-page-header.-fav:before {
	background-color: var(--main_color);
}

.p-data-table a {
	color: var(--main_color);
}

/*  スタンプ帳
------------------------------------------------------------------*/
.p-my-page__header {
	background-color: var(--main_color);
	border-left-color: var(--main_color);
}

.p-single-header::before {
	background-color: var(--main_color);
}
