@charset "utf-8";
#contents {
	background: #fdf7cf;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}
#contents * {
	box-sizing: border-box;
}
#contents .inner {
	width: 100%;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
.display-sp {
	display: none;
}
.display-pc {
	display: block;
}
.end {
	font-size: 2.5rem;
	font-weight: bold;
	color: #ff1100;
	margin: 20px auto;
}

/* ============== MV =================== */
.mv {
	position: relative;
}
.mv_pic {
	display: block;
	position: relative;
	z-index: 1;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/jolly-pasta2203/img/mv_bg.png);
}
.mv_text {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffe729;
	padding: 16px;
}
.mv_text img {
	width: auto;
	max-width: 540px;
}
.mv img {
	/* margin: 0 auto; */
}

/* ============== att =================== */
.att {
	background: #ffffff;
	border-radius: 20px;
	width: 94%;
	max-width: 944px;
	/*margin: 50px auto;*/
	margin: 0 auto 50px;
	padding: 3% 3% 4%;
	text-align: left;
	line-height: 1.7;
	box-sizing: border-box;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl {
	color: #5a4836;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.7;
	background-image: linear-gradient(rgba(0,0,0,0) 90%, rgb(255,231,41) 90%);
	background-position: left bottom 1px;
}
.att_item_inner p {
	margin-top: 10px;
}
.att_item_inner p + p {
	margin-top: 0;
}
.att_list-style {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em
}
.att_list-style li > ul, .att_list-style li > ol {
	margin-left: 1em;
	margin-bottom: 5px;
}
.att_list-style02 {
    margin: 10px 0 0 5px;
}
.att_list-style02 li {
	margin-left: 2em;
	text-indent: -2em;
}

/* ================= SP ====================== */
@media screen and (max-width: 767px) {
	.display-pc {
		display: none;
	}
	.display-sp {
		display: block;
	}
	#contents {
		font-size: 14px;
		line-height: 1.7;
	}
	.mv_pic {
		padding-bottom: 0;
	}
	.mv_pic {
		background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/jolly-pasta2203/img/mv_sp.png) top center no-repeat;
		background-size: contain;
		padding-top: 103.3%;
	}
	.mv_text {
		padding: 3% 4%;
	}
	.mv_text img {
		width: 100%;
	}
	.end {
		font-size: 5.5vw;
		margin: 4% auto -5%;
	}

	/* =========== att ============= */
	.att {
		margin: 8% auto;
		padding: 4% 5% 5%;
		/*↓差し引く余白は任意 横幅いっぱいにする場合は記述不要*/
		width: calc(100% - 30px);
	}
	.att_item + .att_item {
		margin-top: 8%;
	}
	.att_item_ttl {
		font-size: 1.8rem;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
	.att_item_inner p, .att_list-style {
		margin-top: 5px;
	}
}
