@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');

article div {
	margin: 30px 0;
}

.theme,
.point {
	background: url("../../images/r-box_bg.png") no-repeat 50% 100% / 100% auto;
}

h2 {}

.theme p {
	font-size: 42px;
	font-weight: 700;
	text-align: center;
	padding: 20px 50px;
}

.point p {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	padding: 20px 100px;

}

.point p+p {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	padding-top: 0;
}

.common p {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	padding: 20px 50px;
}

.common p+p {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	padding-top: 0;
}

@media screen and (max-width:767px) {
	.theme p {
		font-size: 5.6vw;
		padding: 20px 50px;
	}

	.point p {
		font-size: 4.2vw;
		padding: 20px 50px;

	}

	.point p+p {
		font-size: 3vw;
		font-weight: 400;
	}

	.common p {
		font-size: 4.2vw;
		padding: 20px 25px;
	}

	.common p+p {
		font-size: 3vw;
	}
}


.submit {
	width: 90%;
	margin: 50px auto;
}

.submit img {
	max-width: 100%;
}

.backlink {
	margin-top: min(calc((30 / 375) * 100vw), 60px);
	margin-bottom: min(calc((30 / 375) * 100vw), 60px);
}

.backlink>a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border: 1px solid;
	box-sizing: border-box;
	border-radius: 100px;
	width: min(calc((230 / 375) * 100vw), 460px);
	height: min(calc((60 / 375) * 100vw), 120px);
	font-family: 'Noto Sans JP', sans-serif;
	font-size: min(calc((20 / 375) * 100vw), 24px);
	font-weight: 700;
	letter-spacing: .06em;
	color: #555;
	text-decoration: none;
	position: relative;
}

.backlink>a>img {
	display: flex;
	width: min(calc((22 / 375) * 100vw), 44px);
	height: auto;
	position: absolute;
	right: min(calc((15 / 375) * 100vw), 30px);
}

@media screen and (min-width:768px) {
	.backlink>a {
		transition: background-color .4s;
	}

	.backlink>a:hover {
		background-color: #F3F1EB;
	}
}

.campaigntitleArea {
	text-align: center;
	margin: 0;
}

.campaigntitle {
	max-width: 100%;
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 0 2em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: min(calc((20 / 375) * 100vw), 28px);
	font-weight: 700;
	margin: 16px auto 32px;
	color: #ff6351;
}

.campaigntitle::before,
.campaigntitle::after {
	position: absolute;
	content: '';
	top: calc(50% - 35px);
	height: 80px;
	border-left: #ff6351 solid 5px;
}

.campaigntitle::before {
	left: 0;
	transform: rotate(-30deg);
}

.campaigntitle::after {
	right: 0;
	transform: rotate(30deg);
}

.campaignlink {
	margin-bottom: min(calc((30 / 375) * 100vw), 60px);
}

.campaignlink>a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border: 1px solid;
	box-sizing: border-box;
	border-radius: 100px;
	width: min(calc((230 / 375) * 100vw), 460px);
	height: min(calc((60 / 375) * 100vw), 120px);
	font-family: 'Noto Sans JP', sans-serif;
	font-size: min(calc((16 / 375) * 100vw), 30px);
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 1.2;
	color: #fff;
	background: #FFAC00;
	text-decoration: none;
	position: relative;
	text-align: center;
}

.campaignlink>a:hover {
	background: #F9C14D
}

.campaignlink>a>img {
	display: flex;
	width: min(calc((16 / 375) * 100vw), 44px);
	height: auto;
	position: absolute;
	right: min(calc((12 / 375) * 100vw), 30px);
}
