* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.campaign {
	max-width: 1125px;
	margin: 0 auto;

	.mv {
		margin-bottom: 100px;
	}

	.section {
		.w-1000 {
			max-width: 1000px;
			width: 100%;
			margin: 0 auto;
		}
	}

	.np-cp-area {
		position: relative;
	}

	.cp-btn {
		display: inline-block;
		position: absolute;
		top: 65%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: clamp(0.75rem, 0.25rem + 3vw, 2.125rem);
		font-weight: 900;
		color: #393e6a;
		text-decoration: none;
		padding: clamp(0.625rem, -0.284rem + 4.55vw, 3.125rem) clamp(0.75rem, -1.023rem + 8.86vw, 5.625rem);
		background-color: #edcb3b;
		border-radius: 75px;
		box-shadow: 11px 11px 0px -5px #cea808;
		text-align: center;

		&.mini-cp-btn {
			top: 70%;
		}
	}


	.pc-show {
		display: block !important;
	}

	.sp-show {
		display: none !important;
	}

	@media (max-width: 768px) {
		.pc-show {
			display: none !important;
		}

		.sp-show {
			display: block !important;
		}
	}

	@media (max-width: 620px) {
		.cp-btn {
			top: 70%;
		}
	}

	@media (max-width: 415px) {
		.cp-btn {
			/* padding: 20px 30px; */
			box-shadow: 8px 8px 0px -5px #cea808;
		}
	}

	.noto-bold {
		font-weight: 700;
	}

	.noto-medium {
		font-weight: 500;
	}

	.noto-black {
		font-weight: 900;
	}

	.cp-figure {
		position: relative;
	}

	.cp-ttl {
		position: absolute;
		top: 16%;
		width: clamp(300px, 58vw, 650px);
		left: 43%;
		transform: translateX(-50%)rotate(1deg);
	}

	@media (max-width: 768px) {
		.cp-ttl {
			top: 16%;
			width: 70%;
			left: 50%;
			transform: translateX(-50%)rotate(6deg);
		}
	}

}

.campaign .lead .problem {
	background-image: url('../images/3items/problem_bg.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 80px;

	@media (max-width: 768px) {
		padding: 0 20px;
		padding-bottom: 40px;
	}
}

.campaign .lead .suggest {
	.suggest_bg_01 img {
		vertical-align: bottom;
	}

	.suggest_01 {
		padding: 80px;
		background-color: #F9EFD7;
		margin: 0 auto;

		@media (max-width: 768px) {
			padding: 40px;
		}

		img {
			display: block;
			max-width: 800px;
			margin: 0 auto;
		}
	}

	.suggest_bg_02 img {
		vertical-align: bottom;
	}

	.suggest_list {
		display: flex;
		align-items: center;
		justify-content: center;
		column-gap: 20px;
		background-color: #F9EFD7;
		padding: 0 30px;

		.list-link {
			text-decoration: none;
			color: inherit;
		}

		.suggest_item {
			font-size: 2.2rem;
			font-weight: bold;
			color: #7cb9c6;
			text-align: center;
			background-color: #fff;
			margin: auto 0;
			margin-bottom: 20px;
			padding: 40px;
			list-style: none;
			letter-spacing: .1rem;
			border-radius: 40px;
		}

		@media (max-width: 768px) {
			flex-direction: column;
			row-gap: 20px;

			.list-link {
				width: 100%;
				max-width: 340px;
			}

			.suggest_item {
				padding: 20px;
				font-size: 1.8rem;
				border-radius: 30px;
			}
		}
	}
}

/* サービス特徴 */
.campaign .feature {
	padding-top: 80px;
	margin: 0 auto;

	@media (max-width: 768px) {
		padding: 0 20px;
		padding-top: 40px;
	}

	.country-font {
		font-size: 70px;

		@media (max-width: 768px) {
			font-size: 40px;
		}
	}
}

.campaign .berryesim .feature {
	background-color: #E9F4F3;

	.berryesim_01_pc {
		display: block;
		max-width: 940px;
		margin: 0 auto;
		padding: 0 20px;
	}
}

.campaign .skyberrymini .feature {
	background-color: #F9EFD7;

	.skyberrymini_01_pc {
		display: block;
		max-width: 900px;
		margin: 0 auto;
	}
}

.campaign .skyberrywifi .feature {
	background-color: #E9F4F3;

	.skyberrywifi_01_pc {
		display: block;
		max-width: 900px;
		margin: 0 auto;
	}
}

/* オススメ */
.campaign .recommend {
	padding: 80px;
	padding-bottom: 20px;
	margin: 0 auto;

	.recommend_ttl {
		text-align: center;
		padding-bottom: 40px;
		max-width: 650px;
		margin: 0 auto;

		@media (max-width: 768px) {
			width: 100%;
			padding-top: 20px;
			padding-bottom: 40px;
		}
	}

	.recommend_01 {
		@media (max-width: 768px) {
			width: 100% !important;
			max-width: 340px;
			padding-left: 0 !important;
		}
	}

	.recommend_point {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		column-gap: 40px;

		.point_list {
			display: flex;
			flex-direction: column;

			.point_item {
				font-size: 1.90rem;
				font-weight: 500;
				list-style: none;
				margin-bottom: 40px;
				text-indent: -1em;
				padding-left: 1em;

				@media (max-width: 768px) {
					display: flex;
					align-items: center;
					justify-content: flex-start;
					column-gap: 10px;
					font-size: 1.5rem;
					margin-bottom: 20px;
					text-indent: 0;
					padding-left: 0;
				}

				.list-icon {
					width: 40px;
					height: 40px;
				}

				.sp-hide {
					display: none;

					@media (min-width: 768px) {
						display: inline;
					}
				}

				.pc-br {
					display: none;

					@media (min-width: 768px) {
						display: inline;
					}
				}
			}
		}

		@media (max-width: 768px) {
			flex-direction: column-reverse;
		}
	}

	@media (max-width: 768px) {
		padding: 20px;
	}
}

.campaign .berryesim .recommend {
	background-color: #E9F4F3;

	.recommend_01 {
		width: 400px;
		padding-left: 40px;

		@media (max-width: 768px) {
			width: 100% !important;
			max-width: 400px;
			padding-left: 0 !important;
		}
	}

	.point_list {
		padding-bottom: 30px;

		.point_item .marker {
			text-decoration: underline;
			text-decoration-thickness: .8em;
			text-decoration-color: #f9f6d7;
			text-underline-offset: -.4em;
			text-decoration-skip-ink: none;
		}
	}
}

.campaign .skyberrymini .recommend {
	background-color: #F9EFD7;

	.recommend_01 {
		width: 450px;
		padding-left: 40px;

		@media (max-width: 768px) {
			width: 100% !important;
			max-width: 450px;
			padding-left: 0 !important;
		}
	}

	.point_list {
		padding-bottom: 20px;

		.point_item .marker {
			text-decoration: underline;
			text-decoration-thickness: .8em;
			text-decoration-color: #e6fcf9;
			text-underline-offset: -.4em;
			text-decoration-skip-ink: none;
		}
	}
}

.campaign .skyberrywifi .recommend {
	background-color: #E9F4F3;

	.recommend_01 {
		width: 350px;
		padding-left: 40px;

		@media (max-width: 768px) {
			width: 100% !important;
			max-width: 380px;
			padding-left: 0 !important;
		}
	}

	.point_list {
		padding-bottom: 20px;

		.point_item .marker {
			text-decoration: underline;
			text-decoration-thickness: .8em;
			text-decoration-color: #f9f6d7;
			text-underline-offset: -.4em;
			text-decoration-skip-ink: none;
		}
	}
}

.campaign .skyberrywifi .cp {

	.wave-text {
		display: flex;
		gap: 4px;
		font-size: 24px;
		font-family: 'Noto Sans JP', sans-serif;
	}

	.wave-text span {
		display: inline-block;
		transform: translateY(calc(sin(var(--i) * 0.5rad) * 10px));
	}
}
