@charset "utf-8";


.content {
	margin-top: 1rem;
}

.content__inner {
	width: 100%;
	z-index: 2;
}


.content__header {
	max-width: 1080px;
	height: 560px;
	margin: 0 auto;
/*	background-color: #ccc;	*/
	background-image: url("/campaign/2206/img/mv_l.png?2");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.content__header__title {
	display: block;
	margin: 0 auto;
}


.content__notes {
	margin: 1rem 1rem 1rem 2.5rem;
}
.content__notes li {
	margin: 0.5rem 0;
	font-size: 1.4rem;
	line-height: 1.5;
	text-indent: -1rem;
	list-style: none;
}
.content__list {
	margin: 1rem 1rem 1rem 2.5rem;
}
.content__list li {
	margin: 1rem 0;
	font-size: 1.4rem;
	line-height: 1.5;
}
.content__text {
	margin: 1rem auto;
	font-size: 1.6rem;
	line-height: 1.6;
}


.intro__inner,
.rules__inner {
	box-sizing: border-box;
	max-width: 840px;
}


.intro {
	padding: 5rem 0;
	background-color: #fff;
	text-align: center;
}
.intro__lead {
	margin: 2rem auto 0;
	font-size: 1.7rem;
	line-height: 2;
}
.intro__lead .conditions {
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}


.guidelines {
	padding: 8rem 0 8rem;
/*	background-color: #F2E5CA;	*/
	background-color: #fcf0d0;
/*	background-image: url("/campaign/2111/img/ecailles.png");	*/
	background: linear-gradient(to bottom, #fdece2 0%, #fadbd4 100%);
/*	background-image: url("/campaign/instagram/img/natural-paper.png");	*/
	text-align: center;
}
.guidelines__inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 5rem 0 7rem;
	background-color: #fff;
}
.guidelines__title {
	margin: 0 auto 2rem;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
.guidelines__head {
	margin: 8rem auto 2rem;
	color: #5d7a4b;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
.guidelines__prize {
	max-width: 700px;
	margin: 0 auto 2rem;
	text-align: left;
}
.guidelines__prize_lead {
	color: #cc867c;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.guidelines__prize_item {
	display: flex;
	align-items: center;
	margin: 3rem auto 0;
}
.guidelines__prize_pic {
}
.guidelines__prize_data {
	padding-left: 2rem;
}
.guidelines__prize_head {
	margin: 0 auto 1rem;
	font-size: 1.7rem;
	line-height: 1.7;
}
.guidelines__prize_num {
	margin-left: 1rem;
	color: #cc867c
}
.guidelines__prize_comment {
	margin-left: 1rem;
	font-size: 1.4rem;
	line-height: 1.7;
}

.guidelines__flow {
	max-width: 780px;
	margin: 0 auto;
	list-style-type: decimal;
}
.guidelines__flow li {
	margin: 1.5rem 0 1.5rem 3rem;
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: left;
}
.guidelines__theme {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
.guidelines__theme li {
	margin: 1rem 0 1rem 0;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: left;
}
.guidelines__theme + p {
	font-size: 1.3rem;
}
.guidelines .content__notes {
	display: inline-block;
	margin: 1rem auto;
	text-align: left;
}
.guidelines .content__list {
	max-width: 740px;
	margin: 1rem auto;
	text-align: left;
}
.guidelines .content__list li {
	font-size: 1.5rem;
	line-height: 1.6;
}

.rules {
	padding: 8rem 0;
	background-color: #dfedcb;
	background: linear-gradient(to bottom, #fdece2 0%, #faf0ed 100%);
}
.rules__inner {
	margin: 0 auto;
}
.rules__lead {
	margin: 0 0 5rem;
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: center;
}
.rules__block {
	padding: 2rem;
	background: rgba(255, 255, 255, 1);
	overflow: hidden;
}
.rules__title {
	margin: 0 auto 2rem;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
.rules__head {
	margin: 4rem 0 1.5rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.rules .content__text {
	font-size: 1.4rem;
}

.content-footer {
	width: 980px;
	margin: 3rem auto 0;
}

.link__caption {
	margin: 5rem 0 3rem;
	font-size: 1.7rem;
	line-height: 1.8;
	text-align: center;
}
.link__banner {
	text-align: center;
}

@media screen and (max-width: 1024px) {

	.intro__inner,
	.guidelines__inner,
	.rules__inner {
		width: 94%;
	}

	.guidelines__prize {
		width: 90%;
	}
	.guidelines__prize li {
		width: 50%;
		margin-bottom: 2rem;
	}
	.guidelines__prize__pic {
		width: 100%;
	}
	.guidelines__prize__name {
		width: 100%;
		height: auto;
	}
	.guidelines .content__list {
		margin: 1rem 4rem;
	}

	.content-footer {
		width: 96%;
	}

}

@media screen and (max-width: 767px) {

	.content {
		margin-top: 0;
		padding-top: 0;
	}

	.intro__inner,
	.rules__inner {
		width: 100%;
	}
	.guidelines__inner {
		width: 94%;
	}

	.content__header {
		height: 100vw;
		background-image: url("/campaign/2206/img/mv_p.png?2");
	}
	.content__header__title {
		width: 100%;
		height: auto;
	}

	.intro {
		padding: 3rem 3rem 4rem;
		text-align: left;
	}
	.intro__lead {
		text-align: left;
	}
	.intro__lead .conditions {
		text-align: center;
	}

	.guidelines {
		padding: 5rem 0;
	}
	.guidelines__head {
	}
	.guidelines .content__list {
		margin: 1rem 4rem;
	}
	.guidelines__prize {
		width: 80%;
		margin-top: 3rem;
	}
	.guidelines__prize_item {
		display: block;
		margin: 1rem auto 0;
	}
	.guidelines__prize_pic {
		display: block;
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	.guidelines__prize_head {
		margin-top: 1rem;
		font-size: 1.6rem;
		text-align: center;
	}
	.guidelines__prize_num {
		display: block;
	}
	.guidelines__prize_data {
		padding-left: 0;
	}
	.guidelines__prize_comment {
		margin-left: 0;
	}
	.guidelines__flow {
		width: 90%;
	}
	.guidelines__flow li {
		margin: 1rem 0 1rem 2rem;
	}
	.guidelines .content__notes {
		max-width: 80%;
	}

	.rules {
		padding: 5rem 1rem;
	}
	.rules__lead {
		text-align: left;
	}
	.rules__head {
		text-align: center;
	}
	.rules__block {
		padding: 1rem;
	}

	.remodal {
		padding: 50px 20px 80px;
	}
	.prize__pic__list li {
		display: block;
		width: 100%;
		margin: 3rem auto 0;
	}
	.prize__btn-detail {
		width: 70%;
	}

}
