/* 母の日2022用 おすすめ期間エリア */
.mother22_pk_area {
 width: 75%;
 margin: 0 auto 3rem;
 padding: 20px;
 background: #fbeae7;
 text-align: center;
 font-weight: bold;
 font-size: 2rem;
 color: #444;
}
.mother22_pk_area p {
 font-size: 3.2rem;
 color: #e15838;
 line-height: 4rem;
}
.mother22_pk_area span.small {
 font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
.mother22_pk_area {
 width: 100%;
 padding: 15px;
 font-size: 1.7rem;
}
.mother22_pk_area p {
 font-size: 2.5rem;
}
}

/* 母の日2022用 色変更 */
.giftpage_contents ul.mother22 {
 background: #f7d4cf;
}
.gift_contents h2.mother22 {
 color: #e15838;
}
.gift_recommended a.mother22 {
 color: #e15838;
}
.gift_contents_ttl.mother22 {
 color: #e15838;
 border-bottom-color: #e15838;
}
.gift_btn a.mother22 {
 color: #e15838;
 border-color: #e15838;
}
.gift_btn a:hover.mother22 {
 background: #e15838;
 color: #fff;
}
.giftprice_2 a.mother22 {
 background: #f7d4cf;
 color: #444;
}

/* 母の日2022用 その他 */
.sale_attention_area {
 border: none;
}
@media screen and (min-width: 768px) {
.giftprice_3 li:nth-child(10) {
 display: flex;
}
}