.campaign-title-copy {
	margin-bottom: 5px;
	color: #643211;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	font-family: 'Rounded Mplus 1c';
}
#campaign-title {
	font-size: 36px !important;
}
.campaign_content {
	width:659px;
	margin: 0 auto;
  background-image:url(/img/campaign/2511_umiiro_tiktok/bg.png);
}
.campaign_content img {
	display: block;
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
  .campaign-title-copy {
		margin-bottom: 0;
		font-size: 16px;
	}
	#campaign-title {
		font-size: 22px !important;
	}
	.campaign_content {
		width: 96%;
	}
}


/*縦画像リスト*/
.sozaibox{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin:0 0 0 5%;
}
.sozaibox img{
    width:30%;
	height:30%;
	background-color: #fff;
	margin:0 2% 2% 0;
}
/*一行内に縦横混在　縦⇒横*/
.mix img:last-child{
    width:40%;
	height:40%;
	background-color: #fff;
	margin:0 2% 2% 0;
}
/*縦画像センター揃え*/
.centerbox{
justify-content:center;
}
/*大きい縦画像*/
.sozaibox2{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	margin:0 0 0 5%;
}
.sozaibox2 img{
    width:54%;
	background-color: #fff;
	margin:0 2% 2% 0;
}

