div#campaign .sp{display: none;}
div#campaign .pc{display: block;}

div#campaign-mainvisual{
	line-height: 1;
}
div#campaign-mainvisual img{
	vertical-align: bottom;
}
div#campaign h1{
	display: block;
	margin: 43px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 36px;
	line-height: 1.2;
}
div#campaign h1 span {
    font-size: 55px;
    color: #bc121b;
    font-family: 'Fira Sans', sans-serif;
}
div#campaign h1 img{
	vertical-align: bottom;
}
div#campaign h2{
margin: 60px 0 30px 0;
    padding: 0;
    color: #444444;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
div#campaign h2 strong{
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffe49c 60%);
}
div#campaign h2 span{
	font-size: 14px;
	display: block;
	line-height: 1;
	font-weight: normal;
	padding: 15px 0 0 0;
}
div#campaign .subvisual{
	margin: 0 auto 30px;
	vertical-align: bottom;
	width: 70%;
}
div#campaign .btn_box{
    margin: 30px auto;
}
div#campaign .btn_box ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 720px;
	margin: 0 auto 40px;
	overflow: hidden;
}
div#campaign .btn_box ul li:last-of-type{
	margin: 0;
}
div#campaign #information{
	line-height: 1.8;
	width: fit-content;
	margin: 0 auto 60px;
}
div#campaign #information p{
	color: #444;
	text-align: left;
	font-size: 12px;
	position: relative;
	padding-left: 15px;
}
div#campaign #information p::before {
    content: '\203B';
    position: absolute;
    top: 0;
    left: 0;
}
div#campaign ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    list-style: none;
}

div#campaign ul li {
    margin-bottom: 20px;
    width: 48%;
}

div#campaign ul li a {
    display: block;
    line-height: 1;
}

div#campaign ul li a:hover {
    opacity: 0.8;
}

div#campaign ul li a img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}