@charset "utf-8";

.c-25winter-anchor_bg {
	position: relative;
}

.c-25winter-anchor {
	position: sticky;
	z-index: 4;
	background-color: #fff;
	top: 60px;
	padding: 20px 0 20px;
}

@media screen and (max-width: 770px) {
	.c-25winter-anchor {
		top: 50px;
		padding: 15px 0 15px;
	}

}

#price, #recommended, #limited, #ranking {
	margin-top: -200px;
	padding-top: 200px;
}

#recommended.set-osusume{
	padding-top: 130px;
}

@media screen and (max-width: 740px){
    #recommended.set-osusume{
	padding-top: 80px;
}
}

@media screen and (max-width: 770px) {
	#price, #recommended, #limited, #ranking {
		margin-top: -150px;
		padding-top: 150px;
	}
}


.c-25winter-anchor__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
	max-width: 1200px;
	gap: 10px;
}
@media screen and (max-width: 431px) {
	.c-25winter-anchor__list {
		justify-content: space-between;
	}
}
.c-25winter-anchor__item {
	width: 32%;
	transition: 0.8s;
}
@media screen and (max-width: 431px) {
	.c-25winter-anchor__item {
		width: 48%;
	}
}
.c-25winter-anchor__item a {
	padding: 10px 0;
	text-align: center;
	color: #D52425;
	border: 1px solid #d52425;
	display: block;
	width: 100%;
	position: relative;
	border-radius: 3px;
	font-size: 13px;
}

.c-25winter-anchor__item a:hover {
	color: #fff;
	background-color: #D52425;
	transition: background-color 0.8s;
}

@media screen and (max-width: 770px) {
	.c-25winter-anchor__item a {
		padding: 10px 0;
		line-height: 1.4;
		font-size: 11px;
	}

}


.c-25winter-anchor__item a::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
	height: 5px;
	border-right: 1px solid #D52425;
	border-bottom: 1px solid #D52425;
	transition: 0.8s;
}

.c-25winter-anchor__item a:hover::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
	height: 5px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transition: 0.8s;
}

@media screen and (max-width: 770px) {
	.c-25winter-anchor__item a::after {
		right: 10px;
		top: 25%;
		bottom: 10px;
		transform: translateY(50%) rotate(45deg);
	}

}

.c-25winter-anchor__item.red a {
	color: #fff;
	background-color: #D52425;
}

.c-25winter-anchor__item.red a::after {
	border-color: #fff;
}


.c-25winter-rank {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 50px;
}

.c-25winter-rank__item {
	width: 19%;
}

@media screen and (max-width: 770px) {
	.c-25winter-rank__item {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
}

.c-25winter-rank__img {
	margin: 0 0 15px;
}

@media screen and (max-width: 770px) {
	.c-25winter-rank__img {
		width: 43%;
	}
}

.c-25winter-rank__img::before {
	content: '';
	display: block;
	margin-bottom: 10px;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.c-25winter-rank__item:nth-child(1) .c-25winter-rank__img::before {
	background: url(img/ico_rank01.png) no-repeat center / contain;
}

.c-25winter-rank__item:nth-child(2) .c-25winter-rank__img::before {
	background: url(img/ico_rank02.png) no-repeat center / contain;
}

.c-25winter-rank__item:nth-child(3) .c-25winter-rank__img::before {
	background: url(img/ico_rank03.png) no-repeat center / contain;
}

.c-25winter-rank__item:nth-child(4) .c-25winter-rank__img::before {
	background: url(img/ico_rank04.png) no-repeat center / contain;
}

.c-25winter-rank__item:nth-child(5) .c-25winter-rank__img::before {
	background: url(img/ico_rank05.png) no-repeat center / contain;
}

.c-25winter-rank__img img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 770px) {
	.c-25winter-rank__desc {
		width: 53%;
	}
}



.c-25winter-rank__ttl {
	line-height: 1.4;
	font-size: 1rem;
	min-height: 75px;
	font-weight: 600;
	margin-bottom: 5px;
}

@media screen and (max-width: 770px) {
	.c-25winter-rank__ttl {
		font-size: 14px;
	}
}

.c-25winter-rank__price {
	text-decoration: line-through;
	font-size: 12px;
}

p.c-25winter-rank__sale {
	color: #D52425;
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: 0.01em;
	font-family: 'Noto Serif JP', '游明朝', 'ヒラギノ明朝 ProN', 'HGS明朝E', 'MS P明朝', '明朝体', serif;
	margin: 0 0 25px;
}

@media screen and (max-width: 770px) {
	p.c-25winter-rank__sale {
		font-size: 2rem;
	}
}

.c-25winter-rank__sale::before {
	content: '送料\A無料';
	white-space: pre;
	border: 1px solid #D52425;
	background-color: #fff;
	border-radius: 3px;
	display: inline-block;
	margin-right: 10px;
	color: #D52425;
	font-size: 13px;
	line-height: 1.1;
	letter-spacing: 0.08em;
	padding: 4px;
	transform: translateY(-3px);
}

@media screen and (max-width: 770px) {
	.c-25winter-rank__sale::before {
		margin-right: 8px;
		font-size: 10px;
		padding: 3px;
	}
}

.c-25winter-rank__sale small {
	font-size: 40%;
}

@media screen and (max-width: 770px) {
	.c-25winter-rank__item .c-25winter-btn__sprow {
		width: 100%;
	}
}


.c-25winter-btn {
	margin-bottom: 10px;
}

.c-25winter-btn a, .c-25winter-btn span {
	text-align: center;
	padding: 5px 0;
	display: block;
	border: 1px solid #D52425;
	position: relative;
	font-weight: bold;
	border-radius: 3px;
	color: #D52425;
	cursor: pointer;
	background-color: #fff;
}

.c-25winter-btn a::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-right: 1px solid #D52425;
	border-bottom: 1px solid #D52425;
	transform: translateY(-50%) rotate(-45deg);
}

.c-25winter-btn span::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-right: 1px solid #D52425;
	border-bottom: 1px solid #D52425;
	transform: translateY(-50%) rotate(45deg);
}

.c-25winter-btn.detail a {
	color: #D52425;
	background-color: #fff;
}

.c-25winter-btn.cart a {
	background-color: #D52425;
	color: #fff;
}

.c-25winter-btn.cart a::after {
	border-color: #fff;
}

.c-25winter-btn__row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 770px) {
	.c-25winter-btn__row {
		width: 100%;
	}
}

.c-25winter-btn__row .c-25winter-btn {
	width: 49%;
}

@media screen and (max-width: 770px) {
	.c-25winter-btn__sprow {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 770px) {
	.c-25winter-btn__sprow .c-25winter-btn {
		width: 49%;
	}
}

@media screen and (max-width: 770px) {
	.c-25winter-btn__sprow .c-25winter-btn a::after, .c-25winter-btn__row .c-25winter-btn a::after {
		display: none;
	}
}



.c-25winter-product {
	position: relative;
	padding: 110px 0 100px;
	background-color:#FFEEF3;
}

.c-25winter-product__inner {
	width: 90%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}

.c-25winter-product__inner::before, .c-25winter-product__inner::after {
	content: '';
	position: absolute;
	top: 0;
	width: 100px;
	height: 130px;
}

.c-25winter-product__inner::before {
	background: url(img/bg_left.png) no-repeat center / contain;
	left: 0;
}

.c-25winter-product__inner::after {
	background: url(img/bg_right.png) no-repeat center / contain;
	right: 0;
}

@media screen and (max-width: 770px) {
	.c-25winter-product__inner::before, .c-25winter-product__inner::after {
		width: 50px;
		background-position: top;
		top: -20px;
	}
}
.c-25winter-product__ttl {
	font-size: 2.5rem;
	color: #D52425;
	text-align: center;
	font-family: 'Noto Serif JP', '游明朝', 'ヒラギノ明朝 ProN', 'HGS明朝E', 'MS P明朝', '明朝体', serif;
	margin-bottom: 20px;
}

@media screen and (max-width: 770px) {
	.c-25winter-product__ttl {
		font-size: 2rem;
	}
}

.c-25winter-product__txt {
	text-align: center;
	margin: 0 0 50px;
}

.c-25winter-product__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 50px; 
}
.c-25winter-product__wrap:last-child {
	margin-bottom: 0;
}
.c-25winter-product__wrap .c-25winter-btn {
	margin-bottom: 0;
}


.c-25winter-product__img {
	width: 40%;
}

@media screen and (max-width: 770px) {
	.c-25winter-product__img {
		width: 100%;
		max-width: 340px;
		margin: 0 auto 20px;
	}
}

.c-25winter-product__slide {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.c-25winter-product__slide-thumbs {
	width: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.c-25winter-product__slide-thumbs .swiper-wrapper{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px 0px;
}

.c-25winter-product__slide-thumbs .swiper-slide::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #D52425;
	opacity: 0;
	top: 0;
	left: 0;
}

.c-25winter-product__slide-thumbs .swiper-slide.swiper-slide-thumb-active::after {
	opacity: 0.5;
}

.c-25winter-product__info {
	width: 55%;
}

@media screen and (max-width: 770px) {
	.c-25winter-product__info {
		width: 100%;
	}
}

.c-25winter-product__sub {
	margin: 0 0 10px;
}

.c-25winter-product__name {
	font-size: 1.6rem;
	color: #D52425;
	margin: 0 0 20px;
	font-family: 'Noto Serif JP', '游明朝', 'ヒラギノ明朝 ProN', 'HGS明朝E', 'MS P明朝', '明朝体', serif;
}

@media screen and (max-width: 770px) {
	.c-25winter-product__name {
		font-size: 1.4rem;
		line-height: 1.3;
	}
}

.c-25winter-product__desc {
	margin: 0 0 20px;
}

.c-25winter-product__caption {
	background-color: #fff;
	padding: 10px 20px;
	margin: 0 0 20px;
}

.c-25winter-product__caption__ttl {
	margin: 0 0 5px;
	font-size: 12px;
}

.c-25winter-product__caption__txt {
	line-height: 1.5;
	font-size: 12px;
}

.c-25winter-product__price {
	margin: 20px 0 30px;
}
.c-25winter-product__price_wrap .regular {
	margin-bottom: 10px;
}
.c-25winter-product__price_wrap .regular span {
	text-decoration: line-through;
	margin-left: 5px;
}
.c-25winter-product__regular {
	text-decoration: line-through;
	font-size: 12px;
}

p.c-25winter-product__sale {
	color: #D52425;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.01em;
	font-family: 'Noto Serif JP', '游明朝', 'ヒラギノ明朝 ProN', 'HGS明朝E', 'MS P明朝', '明朝体', serif;
	margin: 0 0 25px;
}

.c-25winter-product__sale::before {
	content: '送料\A無料';
	white-space: pre;
	border: 1px solid #D52425;
	background-color: #fff;
	border-radius: 3px;
	display: inline-block;
	margin-right: 10px;
	color: #D52425;
	font-size: 15px;
	line-height: 1.1;
	letter-spacing: 0.08em;
	padding: 4px;
	transform: translateY(-3px);
}

.c-25winter-product__sale small {
	font-size: 40%;
}

.c-25winter-product__info .c-25winter-btn a {
	padding: 10px 0;
	font-size: 1rem;
}

.c-25winter-product__info .c-25winter-btn a::after {
	width: 8px;
	height: 8px;
	right: 20px;
}

.c-25winter-osusume {
	background-color: #fff;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0 0;
}

.c-25winter-osusume__top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
}

@media screen and (max-width: 770px) {
	.c-25winter-osusume__top {
		padding: 20px 0;
		margin-bottom: 20px;
	}
}


.c-25winter-osusume__desc {
	width: 49%;
}

@media screen and (max-width: 770px) {
	.c-25winter-osusume__desc {
		width: 100%;
		margin-bottom: 20px;
	}
}

.c-25winter-osusume__desc__sub {
	margin: 0 0 5px;
}

.c-25winter-osusume__desc__ttl {
	font-size: 1.7rem;
	color: #D52425;
	margin: 0 0 20px;
	font-family: 'Noto Serif JP', '游明朝', 'ヒラギノ明朝 ProN', 'HGS明朝E', 'MS P明朝', '明朝体', serif;
}

@media screen and (max-width: 770px) {
	.c-25winter-osusume__desc__ttl {
		font-size: 1.5rem;
	}
}

.c-25winter-osusume__img {
	width: 49%;
}

@media screen and (max-width: 770px) {
	.c-25winter-osusume__img {
		width: 100%;
	}
}

.c-25winter-osusume__bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 3.5%;
	width: 90%;
	margin: 0 auto;
	padding: 0 0 20px;
	border-bottom: 1px solid #C5C5C5;
}

.c-25winter-osusume__bottom:last-child {
	border: none;
}

.c-25winter-osusume__item {
	width: 31%;
	margin-bottom: 30px;
}

@media screen and (max-width: 770px) {
	.c-25winter-osusume__item {
		width: 100%;
		margin-bottom: 20px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
}

.c-25winter-osusume__item__img {
	margin: 0 0 20px;
}

@media screen and (max-width: 770px) {
	.c-25winter-osusume__item__img {
		width: 39%;
	}
}

@media screen and (max-width: 770px) {
	.c-25winter-osusume__item__desc {
		width: 57%;
	}
}


.c-25winter-osusume__item__desc .c-25winter-osusume__item__ttl {
	margin: 0 0 10px;
	line-height: 1.5;
	font-family: 'Noto Serif JP', '游明朝', 'ヒラギノ明朝 ProN', 'HGS明朝E', 'MS P明朝', '明朝体', serif;
	font-size: 17px;
	font-weight: bold;

	@media screen and (max-width: 770px) {
		font-size: 13px;
	}
}

.c-25winter-osusume__item__txt {
	margin-bottom: 10px;
	line-height: 1.5;
	min-height: 45px;
}

@media screen and (max-width: 770px) {
	.c-25winter-osusume__item__txt {
		font-size: 11px;
		min-height: auto;
	}
}

.c-25winter-osusume__item__caption {
	font-size: 12px;
	line-height: 1.6;
	padding: 5px 0;
	border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	margin: 10px 0 15px;
}

@media screen and (max-width: 770px) {
	.c-25winter-osusume__item__caption {
		font-size: 10px;
		line-height: 1.5;
	}
}


.c-25winter-osusume__item__price {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.c-25winter-osusume__item__price small {
	font-size: 40%;
}

@media screen and (max-width: 770px) {
	.c-25winter-osusume__item__price {
		margin-top: 10px;
	}
}

.c-25winter-osusume__item__price .ragular {
	font-size: 12px;
	line-height: 1.5;
	margin-right: 10px;
}

@media screen and (max-width: 770px) {
	.c-25winter-osusume__item__price .ragular {
		margin-bottom: 3px;
	}
}


.c-25winter-osusume__item__price .ragular span {
	text-decoration: line-through;
}

.c-25winter-osusume__item__price .sale {
	color: #D52425;
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0.01em;
	font-family: 'Noto Serif JP', '游明朝', 'ヒラギノ明朝 ProN', 'HGS明朝E', 'MS P明朝', '明朝体', serif;
	margin: 0 0 25px;
}

.c-25winter-osusume__item__price .sale__red {
	color: #D52425;
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0.01em;
	font-family: 'Noto Serif JP', '游明朝', 'ヒラギノ明朝 ProN', 'HGS明朝E', 'MS P明朝', '明朝体', serif;
	margin: 0 0 25px;
}

@media screen and (max-width: 770px) {
	.c-25winter-osusume__item__price .sale {
		font-size: 1.8rem;
	}

	.c-25winter-osusume__item__price .sale__red {
		font-size: 1.8rem;
	}
}

.c-25winter-osusume__item__price .sale::before {
	content: '送料\A無料';
	white-space: pre;
	border: 1px solid #D52425;
	background-color: #fff;
	border-radius: 3px;
	display: inline-block;
	margin-right: 10px;
	color: #D52425;
	font-size: 12px;
	line-height: 1.1;
	letter-spacing: 0.08em;
	padding: 3px;
	transform: translateY(-3px);
}

@media screen and (max-width: 770px) {
	.c-25winter-osusume__item__price .sale::before {
		margin-right: 8px;
		font-size: 10px;
		padding: 3px;
		transform: translateY(-1px);
	}
}

.c-25winter-osusume__item__price .sale small {
	font-size: 40%;
}

.c-25winter-osusume__item__price .sale.black {
	color: #000;
}

.c-25winter-osusume__item__price .sale.black::before {
	display: none;
}





.c-25winter-osusume__item .c-25winter-btn a::after, .c-25winter-osusume__item .c-25winter-btn a::before {
	display: none;
}

.c-25winter-kakaku {
	width: 90%;
	max-width: 1200px;
	margin: 100px auto;
}

.c-25winter-kakaku__ttl {
	font-size: 2.5rem;
	color: #D52425;
	text-align: center;
	font-family: 'Noto Serif JP', '游明朝', 'ヒラギノ明朝 ProN', 'HGS明朝E', 'MS P明朝', '明朝体', serif;
	margin-bottom: 40px;
	text-align: center;
}

@media screen and (max-width: 770px) {
	.c-25winter-kakaku__ttl {
		font-size: 2rem;
	}
}


.c-25winter-kakaku__wrap {
	border: 1px solid #D52425;
	margin: 0 0 50px;
}
.c-25winter-kakaku__wrap:last-of-type {
	margin-bottom: 0;
}

.c-25winter-kakaku__wrap__ttl {
	background-color: #D52425;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
}

.c-25winter-kakaku__list {
	padding: 50px 0 0;
	display: flex;
	gap: 2%;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
}

.c-25winter-kakaku__item {
	width: 32%;
}

@media screen and (max-width: 770px) {
	.c-25winter-kakaku__item {
		width: 100%;
	}
}

.c-25winter-kakaku__item .c-25winter-osusume__item {
	width: 100%;
}

@media screen and (max-width: 770px) {
	.c-25winter-kakaku__item .c-25winter-osusume__item__price .sale {
		font-size: 1.5rem;
	}
}

.c-25winter-noshi {
	margin-bottom: 0;
}

.c-25winter-gift {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	gap: calc(8% / 3);
}

@media screen and (max-width: 770px) {
	.c-25winter-gift {
		gap: 4%;
		row-gap: 10px;
	}
}

.c-25winter-gift__item {
	width: 23%;
}

@media screen and (max-width: 770px) {
	.c-25winter-gift__item {
		width: 48%;
	}
}



.c-25winter-gift__item a {
	display: block;
	position: relative;
}

.c-25winter-gift__item.free a::after {
	content: '無料';
	color: #fff;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	background-color: #D52425;
	border-radius: 50px;
	font-size: 16px;
	padding-bottom: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Noto Serif JP', '游明朝', 'ヒラギノ明朝 ProN', 'HGS明朝E', 'MS P明朝', '明朝体', serif;
	letter-spacing: 0.1em;
}

.c-25winter-gift__txt {
	background-color: #D52425;
	color: #fff;
	position: relative;
	padding: 5px 10px;
}

.c-25winter-gift__txt::after {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.c-25winter-soryo {
	background-color: #D52425;
	padding: 50px 0 80px;
}

.c-25winter-soryo__ttl {
	text-align: center;
	font-size: 2.5rem;
	color: #fff;
	text-align: center;
	font-family: 'Noto Serif JP', '游明朝', 'ヒラギノ明朝 ProN', 'HGS明朝E', 'MS P明朝', '明朝体', serif;
	margin-bottom: 40px;
}

@media screen and (max-width: 770px) {
	.c-25winter-soryo__ttl {
		font-size: 2rem;
	}
}

.c-25winter-soryo__wrap {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	padding: 50px 0;
}

.c-25winter-soryo__list {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.c-25winter-soryo__item {
	width: calc(100% / 6);
	border: 1px solid #D52425;
}

@media screen and (max-width: 770px) {
	.c-25winter-soryo__item {
		width: calc(100% / 3);
	}
}

.c-25winter-soryo__item .area {
	color: #fff;
	background-color: #D52425;
	text-align: center;
	padding: 7px 0 8px;
	font-weight: bold;
	line-height: 1;
}

.c-25winter-soryo__item .price {
	text-align: center;
	padding: 5px 0;
	font-size: 1.7rem;
	font-weight: bold;
	position: relative;
}

@media screen and (max-width: 770px) {
	.c-25winter-soryo__item .price {
		font-size: 1.1rem;
	}
}

.c-25winter-soryo__item .price::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom right, transparent calc(50% - 1px), #D52425, transparent calc(50% + 1px));
}

.c-25winter-soryo__item .price span {
	font-size: 50%;
}

img.c-25winter-soryo__arrow {
	text-align: center;
	width: 70px;
	height: auto;
	display: block;
	margin: 20px auto;
}

.c-25winter-soryo__bottom {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
}

.c-25winter-soryo__zenkoku {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	position: relative;
	align-items: center;
}

.c-25winter-soryo__zenkoku::before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 42px;
	background: url(img/soryo.png) no-repeat center / contain;
}

@media screen and (max-width: 770px) {
	.c-25winter-soryo__zenkoku::before {
		width: 40px;
	}
}

.c-25winter-soryo__zenkoku::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #D52425;
}

.c-25winter-soryo__zenkoku p {
	color: #D52425;
	font-size: 1.3rem;
	font-family: 'Noto Serif JP', '游明朝', 'ヒラギノ明朝 ProN', 'HGS明朝E', 'MS P明朝', '明朝体', serif;
	text-align: center;
}

@media screen and (max-width: 770px) {
	.c-25winter-soryo__zenkoku p {
		font-size: 15px;
	}
}

.c-25winter-soryo__zenkoku p span {
	font-size: 3rem;
}

@media screen and (max-width: 770px) {
	.c-25winter-soryo__zenkoku p span {
		font-size: 1.5rem;
	}
}

.c-25winter-soryo__sarani {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.c-25winter-soryo__sarani::before {
	content: '';
	width: 70px;
	height: 70px;
	display: inline-block;
	background: url(img/sarani.png) no-repeat center / contain;
}

.c-25winter-soryo__sarani p span {
	font-size: 3rem;
	color: #D52425;
	margin: 10px 0 0;
	line-height: 1;
	font-family: 'Noto Serif JP', '游明朝', 'ヒラギノ明朝 ProN', 'HGS明朝E', 'MS P明朝', '明朝体', serif;
}

@media screen and (max-width: 770px) {
	.c-25winter-soryo__sarani p span {
		font-size: 2rem;
		margin-top: 5px;
		display: inline-block;
	}
}

.c-25winter-soryo__sarani p {
	text-align: center;
}

@media screen and (max-width: 770px) {
	.c-25winter-soryo__sarani p {
		line-height: 1.5;
	}
}



.c-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: 0.6s;
}

.c-popup.is-show {
	opacity: 1;
	visibility: visible;
}

.c-popup__inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 1200px;
	padding: 30px 0 0;
	background-color: #fff;
	z-index: 2;
	border-radius: 10px;
}

.c-popup__inner img {
	width: 100%;
}

.c-25winter-gift__popup .c-popup__inner .c-popup__close {
	left: 47%;
}
@media screen and (max-width: 740px){
	.c-25winter-gift__popup .c-popup__inner .c-popup__close {
		left: 42%;
	}
}

.c-popup__close {
    position: relative;
	left: 47%;
    top: -25px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
@media screen and (max-width: 770px) {
	.c-popup__close {
		left: 43%;
		top: -28px;
		}
	}

.c-popup__close:before{
	content: "閉じる";
    font-size: 17px;
	font-weight: 500;
    position: absolute;
    right: 52%;
}
@media screen and (max-width: 770px) {
	.c-popup__close:before {
		right: 54%;
        top: 2px;
        font-size: 13px;
		}
	}

.c-popup__close span {
    display: block;
    width: 25px;
    height: 3px;
    background: #111111;
    margin: 0 0 5px;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
}
@media screen and (max-width: 770px) {
	.c-popup__close span {
		width: 18px;
		}
	}

.c-popup__close span:nth-child(1) {
	transform: translate(-50%, -50%) rotate(45deg);
}

.c-popup__close span:nth-child(2) {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.c-popup__content {
	max-height: 80vh;
	padding: 0 50px 50px;
	display: flex;
	gap: 50px;
}

@media screen and (max-width: 770px) {
	.c-popup__content {
		display: block;
		overflow-y: scroll;
		padding: 0 20px 50px;
	}
}

.c-popup__inner img {
	width: 100%;
	margin-top: 30px;
}

@media screen and (max-width: 770px) {
	.c-popup__inner img {
		margin-top: 20px;
	}
}

@media screen and (max-width: 770px) {
	.c-popup__content {
		display: block;
		overflow-y: scroll;
	}
}

.c-popup__inner .popup_bag {
	width: 50%;
	margin-top: 50px;
	
}

@media screen and (max-width: 770px) {
	.c-popup__inner .popup_bag {
		width: 100%;
		margin-top: 20px;
		
	}
}

/* .c-popup__inner--bag {
	width: 100%;
	max-width: 700px;
	padding: 50px 0 0;
	background-color: #fff;
	z-index: 2;
} */

.c-25winter-gift__popup__textbox {
	padding: 0 50px;
}

@media screen and (max-width: 770px){
	.c-25winter-gift__popup__textbox{
		padding: 0 20px;
	}
}

.c-popup__background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1;
	cursor: pointer;
}