@charset "UTF-8";
#Wrap {
	margin-top: 40px;
}

.main .description {
	position: relative;
}
.main .description h2 {
	margin-bottom: 30px;
	font-size: 3.6rem;
	text-align: center;
	line-height: 1.2;
}
.main .description h2 span {
	font-size: 2.4rem;
}
.main .description .product_photo {
	position: relative;
	z-index: 1;
	margin-top: 55px;
	margin-bottom: 50px;
}
.main .description p.catch {
	margin-bottom: 16px;
	font-size: 2.4rem;
	line-height: 1.5;
	text-align: center;
}
.main .description p.read {
	font-size: 1.6rem;
	text-align: center;
	line-height: 2;
	line-height: 1.75;
}

.mothers-day {
	padding-bottom: 150px;
}
.mothers-day__title {
	text-align: center;
	font-size: 26px;
	margin-bottom: 40px;
}
.mothers-day .message-card {
	width: 380px;
	margin: 35px auto 30px;
}
.mothers-day .anchor-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.mothers-day .anchor-list .item {
	width: 100%;
	height: 80px;
}
.mothers-day .anchor-list .item-link {
	background-color: #efeadf;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	border-radius: 5px;
	padding-top: 15px;
	color: #661221;
}
.mothers-day .anchor-list .item-link::after {
	content: "";
	display: block;
	width: 18px;
	height: 9px;
	background-image: url(../img/winter-gift/arrow-anchor.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 12px;
}
.mothers-day .p-sec {
	padding-top: 100px;
}
.mothers-day .p-price__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.mothers-day .p-price__link .item {
	width: 100%;
	height: 80px;
}
.mothers-day .p-price__link .item-link {
	border: 1px solid #c6c6c6;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	border-radius: 5px;
	position: relative;
}
.mothers-day .p-price__link .item-link::after {
	content: "";
	display: block;
	width: 8px;
	height: 14px;
	background-image: url(../img/winter-gift/arrow-price.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 11px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.mothers-day .p-ranking .oseibo-ranking {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
}
.mothers-day .p-ranking .oseibo-ranking__item {
	width: 158px;
}
.mothers-day .p-ranking .oseibo-ranking__item .rank {
	font-size: 16px;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
	margin-bottom: 0.5em;
}
.mothers-day .p-ranking .oseibo-ranking__item .rank .icon {
	width: 1em;
	height: 1em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 0.5em;
}
.mothers-day .p-ranking .oseibo-ranking__item .rank.rank1 {
	color: #ffb600;
}
.mothers-day .p-ranking .oseibo-ranking__item .rank.rank1 .icon {
	background-image: url(../img/winter-gift/icn_rank01.svg);
}
.mothers-day .p-ranking .oseibo-ranking__item .rank.rank2 {
	color: #999999;
}
.mothers-day .p-ranking .oseibo-ranking__item .rank.rank2 .icon {
	background-image: url(../img/winter-gift/icn_rank02.svg);
}
.mothers-day .p-ranking .oseibo-ranking__item .rank.rank3 {
	color: #af6c3f;
}
.mothers-day .p-ranking .oseibo-ranking__item .rank.rank3 .icon {
	background-image: url(../img/winter-gift/icn_rank03.svg);
}
.mothers-day .p-ranking .oseibo-ranking__item .rank.rank4 {
	color: #000000;
}
.mothers-day .p-ranking .oseibo-ranking__item .rank.rank4 .icon {
	background-image: url(../img/winter-gift/icn_rank04.svg);
}
.mothers-day .p-ranking .oseibo-ranking__item .thumb {
	border: 1px solid #c6c6c6;
}
.mothers-day .p-ranking .oseibo-ranking__item .thumb img {
	display: block;
}
.mothers-day .p-ranking .oseibo-ranking__item .name {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.mothers-day .p-ranking .oseibo-ranking__item .price {
	font-size: 14px;
}
.mothers-day .p-ranking .oseibo-ranking__item .comment {
	margin-top: 10px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4285714286;
}
.mothers-day {
	/*------------------- レビュー　---------------*/
}
.mothers-day #dvProductReviewArea #dvProductReviewImage {
	margin-top: 7px;
	padding-bottom: 7px;
	padding-top: 14px;
}
.mothers-day #dvProductReviewArea #dvProductReviewImage .title {
	font-size: 15px;
	font-weight: bold;
	padding: 8px;
	border-bottom: 1px solid #333;
}
.mothers-day #dvProductReviewArea .ulReviewComment {
	margin-bottom: 9px;
}
.mothers-day #dvProductReviewArea .ulReviewComment hr {
	height: 1px;
	border: none;
	border-top: solid 1px #ccc;
}
.mothers-day #dvProductReviewArea .ulReviewComment li {
	font-size: 14px;
}
.mothers-day #dvProductReviewArea .ulReviewComment li strong {
	font-weight: bold;
}
.mothers-day #dvProductReviewArea .ulReviewComment li img.imgReviewRating {
	margin-right: 11px;
	vertical-align: top;
}
.mothers-day #dvProductReviewArea .ulReviewComment li.liReviewName {
	margin: 10px 0;
}
.mothers-day #dvProductReviewArea .ulReviewComment li.liComment {
	margin-bottom: 13px;
	line-height: 1.5;
}
/*# sourceMappingURL=mothers-day.css.map */