/* ==============================================
 だいたい共通  
===============================================*/
.campaign-contents {
	margin: 0 auto;
	margin-bottom: 60px;
	width: 90%;
}

section {
	position: relative;
}

.benefits-ecobag-absolute {
	position: absolute;
	left: 290px;
	top: 40px;
	width: 150px;
	transform: rotate(20deg);
	/* 5度左に傾ける */
	z-index: 100;
}

.campaign-subtitle p {
	margin: 20px 0 20px 1em;
	padding: 0 1em;
	/* background-color: #E73771; */
	background-color: antiquewhite;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
	color: #E73771;
	border-radius: 9999px;
	font-size: 2.4rem;
	font-weight: bold;
}

.campaign-subtitle img {
	position: absolute;
	width: 75px;
	left: -.1em;
	bottom: 12px;
}

.campaign-subtitle {
	margin: 12px 0;
	position: relative;
	color: #fff;
	display: flex;
	justify-content: start;
	align-items: flex-end;
	font-size: 2.4rem;
}

.campaign-text {
	margin-bottom: 12px;
	font-size: clamp(1.6rem, 1vw + 1rem, 2rem);
	color: #935436;
}

.sp-scroll {
	display: none;
	margin-bottom: .5em;
	width: 100%;
	text-align: right;
	padding-right: 30px;
	color: #935436;
	font-size: 1.5em;
}

@media (max-width:600px) {
	.sp-scroll {
		display: block;
	}
}

/* ========== テーブル  ========== */
.table-container {
	overflow-x: auto;
	margin-bottom: 60px;
}

.table-container table {
	color: #935436;
	border-collapse: collapse;
	width: max-content;
	min-width: 100%;
	text-align: center;
}

.table-container th,
.table-container td {
	padding: 10px;
	border: 2px solid #6A3906;
	font-weight: bold;
	font-size: 1.2em;
}

.table-container th {
	background-color: #FEF2EF;
	background-size: cover;
	background-repeat: repeat;
}

.table-container td {
	width: 125px;
}

.table-container td span {
	display: inline-block;
	padding-top: .5em;
	font-size: .5em;
}

.table-container td img {
	width: 50px;
}

.table-container .table-price {
	color: red;
	font-size: 1.5em;
}

.table-container .table-price-cat {
	color: #009B68;
}

@media (max-width:794px) {

	th,
	td {
		font-size: .8em;
		padding: 5px;
	}

	.table-container td img {
		width: 40px;
	}
}

@media (max-width:570px) {

	.table-container th,
	.table-container td {
		font-size: .95em;
	}

	.table-container .table-price {
		font-size: 1.1em;
	}

	.table-container td,
	.table-container th {
		width: 90px;
		padding: 5px;
	}

	.table-container .table-container-title {
		width: 125px;
	}

	.campaign-subtitle p {
		font-size: .8em;
	}
}



/* ==============================================
 2403spring_campaign.html
===============================================*/

.benefits {
	width: 100%;
	margin: 35px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	/* 追加 */
}

.benefits img {
	width: auto;
	height: 175px;
}

@media (max-width:1024px) {
	.benefits {
		flex-direction: column;
	}

	.benefits-ecobag-absolute {
		left: calc(50% + 150px);
		/* 中央配置 */
		top: 40px;
	}
}

@media (max-width:900px) {
	.benefits-ecobag-absolute {
		left: calc(50% + 150px);
		/* 中央配置 */
		top: 40px;
	}
}

@media (max-width:570px) {
	.benefits img {
		max-width: 100%;
		height: 115px;
	}

	.benefits-ecobag-absolute {
		width: 100px;
		top: 40px;
		left: calc(50% + 100px);
		/* 中央配置 */

	}
}

.campaign-cat p {
	color: #009B68;
}


.campaign-cat th {
	background-color: #D6E9C4;
}

.ecobag-attention {
	margin-bottom: 75px;
	display: block;
}

@media (max-width:1024px) {
	.ecobag-attention {
		text-align: center;
	}
}

.yobou-title {
	margin-top: 24px;
	color: #E73771;
	font-size: 2.4em;
	font-weight: bold;
}

.yobou-title-cat {
	color: #009B68 !important;
}

.yobou-flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.yobou-flex a,
.yobou-flex img {
	width: 100%;
	max-width: 1000px;
}

.yobou-text {
	margin-right: 15px;
	color: #935436;
	margin-left: 1em;
	font-size: 1.8em;
}

.yobou-attention {
	margin-top: 24px;
	/* color: #E73771; */
	color: #935436;
	font-size: clamp(1.6rem, 1vw + 1rem, 2rem);
	/* font-weight: bold; */
}

.yobou-attention-cat {
	color: #009B68;
}

.sinparika-table table {
	text-align: center;
	border-collapse: collapse;
	/* margin-left: 1em; */
}

.sinparika-table th,
.sinparika-table td {
	font-weight: normal;
	color: #935436;
	padding: 8px;
	border: 1px solid #dddddd;
	border: 2px solid #6A3906;
	font-weight: bold;
	font-size: 1.2em;
}

@media (max-width:540px) {

	.sinparika-table th,
	.sinparika-table td {
		font-size: .95em;
		width: 100px;
	}

	.sinparika-table .table-price-mid {
		font-size: 1.1em;
	}

	.sinparika-table .table-price-lar {
		font-size: 1.2em;
	}
}



/* ==============================================
 2403autumn_campaign.html
===============================================*/

.shiseki-jokyo-campaign {
	padding: 15px;
	border-radius: 15px;
	background-color: #FCE68B;
}

.shiseki-jokyo-title {
	font-size: 2.4rem;
	font-weight: bold;
	color: #E6205F;
	text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff,
		-4px 4px 4px #fff, 4px -4px 4px #fff,
		4px 0 4px #fff, -4px 0 4px #fff,
		0 4px 4px #fff, 0 -4px 4px #fff;
}

.r06aut_campaign_day {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.r06aut_campaign_day img:nth-child(1) {
	width: 50%;
	max-width: 350px;
}

.r06aut_campaign_day img:nth-child(2) {
	width: 60%;
	max-width: 500px;
	margin-left: 16px;
}

@media (max-width:540px) {
	.r06aut_campaign_day {
		flex-direction: column;
	}

	.r06aut_campaign_day img:nth-child(1),
	.r06aut_campaign_day img:nth-child(2) {
		width: 100%;
		margin-left: 0px;
	}
}



/* ==============================================
 2502spring_campaign.html
===============================================*/
.campaign-present {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.campaign-present img {
	width: 48%;
}

.yobou-tag {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;
	margin: 20px 0;
}

.yobou-tag p {
	padding: 10px 20px;
	border-radius: 999px;
	font-weight: bold;
	color: #fff;
	background-color: #E6205F;
}

.yobou-tag-cat p {
	background-color: #009B68;
}

.campaign-subtitle-cat p {
	color: #009B68;
}

@media (max-width:540px) {
	.campaign-present {
		flex-direction: column;
	}

	.campaign-present img {
		width: 100%;
	}

}



/* ==============================================
 2603spring_campaign.html
===============================================*/
.r08spring_second-second-header {
	background-image: url(../../img/campaign/r08-spring_top-bg.jpg);
	background-size: contain;
	aspect-ratio: 1280/580;
	position: relative;
	margin: 70px auto;
}

.r08spring_second-second-header img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 90%;
	max-width: 575px;
}

.r08spring_campaign-present {
	width: 100%;
}

.r08spring_campaign-present::after,
.r08spring_campaign-present:first-child::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 7px;
	background-image: url(../../img/campaign/tokuten-border.png);
	background-size: cover;
	background-repeat: repeat-x;
	margin: 40px 0;
}


.r08spring_campaign-present-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.r08spring_campaign-present_num {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2em;
	font-weight: bold;
	background-color: #ffb2b8;
	width: 5em;
	height: 5em;
	color: #fff;
	border-radius: 16px;
}

.r08spring_campaign-present_txt {
	font-size: 2em;
	font-weight: bold;
	color: #00827e;
	line-height: 2;
}

.r08spring_campaign-present_txt span {
	background-color: yellow;
	padding: 10px 20px;
}

@media (max-width:1024px) {
	.r08spring_second-second-header {
		background-image: url(../../img/campaign/sp_r08-spring_top-bg.jpg);
		width: 100%;
		max-width: 500px;
		aspect-ratio: 751/721;
	}
}

@media (max-width:768px) {
	.r08spring_second-second-header {
		margin: 40px auto;
	}

	.r08spring_campaign-present-item {
		flex-direction: column;
		align-items: flex-start;
	}

	.r08spring_campaign-present_num {
		height: 2.5em;
	}
}