@charset "utf-8";


.gift .c-25summer-anchor__ttl {
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
}
.gift .c-25summer-anchor__item {
	width: 19%;
	transition: 0.8s;

	
}

.gift .c-25summer-anchor__item a {
	border: 1px solid #fff;
		background-color: #fff;
	color: #D52425;
}

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

@media screen and (max-width: 770px) {
	.gift .c-25summer-anchor__item {
		width: 49%;
		row-gap: 5px;
	}
}

@media screen and (max-width: 431px) {
	.gift .c-25summer-anchor__item {
		width: 16%;
	}

	.gift .c-25summer-anchor__item a {
		height: 36px;
		padding: 5px;
	}

	.c-25summer-anchor__item a::after {
		top: auto;
		bottom: 3px;
		right: 50%;
		transform: translatex(50%) rotate(45deg);
	}
}
.gift .c-25summer-osusume__tab-btn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
	max-width: 500px;
	transform: translateY(50%);
}

.gift .c-25summer-osusume__tab-btn span {
	padding: 10px 0;
}

.gift .c-25summer-osusume__tab-btn .c-25summer-btn.active span {
	background-color: #D52425;
	color: #fff;
}

.gift .c-25summer-osusume__tab-btn .c-25summer-btn.active span::after {
	border-color: #fff;
}

.gift .c-25summer-osusume {
	display: none;
}

.gift .c-25summer-osusume.active {
	display: block;
}

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

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

	.gift #price {
		margin-top: -250px;
		padding-top: 250px;
	}
}

@media screen and (max-width: 770px) {
	.c-25summer-gift__popup__wrap:not(:first-child) {
		margin-top: 20px;
	}
}

.c-25summer-gift__popup__content__ttl {
	font-family: 'Noto Serif JP', '游明朝', 'ヒラギノ明朝 ProN', 'HGS明朝E', 'MS P明朝', '明朝体', serif;
	font-size: 17px;
	font-weight: bold;
	color: #D52425;
	padding-bottom: 10px;
	border-bottom: double 4px #D52425;
}

@media screen and (max-width: 770px) {
	.c-25summer-gift__popup__content__ttl {
		font-size: 13px;
	}
}

.c-25summer-gift__popup__content__ttl span {
	font-size: 15px;
	display: inline-block;
	background-color: #D52425;
	color: #fff;
	padding: 5px 15px;
	margin-left: 5px;
}
@media screen and (max-width: 770px) {
	.c-25summer-gift__popup__content__ttl span {
		font-size: 13px;
		padding: 5px 10px;
		margin-left: 10px;
		}
	}
	
.c-25summer-gift__popup__content__ttl .paid {
	font-size: 15px;
	display: inline-block;
	background-color: #111111;
	color: #fff;
	padding: 5px 15px;
	margin-left: 5px;
}
@media screen and (max-width: 770px) {
.c-25summer-gift__popup__content__ttl .paid {
	font-size: 13px;
	padding: 5px 10px;
	margin-left: 10px;
	}
}