@charset "utf-8";

/*-----------------------------------------------
 content
-----------------------------------------------*/
* {
	box-sizing: border-box;
  }
div#content{
	padding-top: 84px;
}

h1{
	margin-bottom: 15px;
	padding: 5px 10px;
	border: 3px solid #ffb4c6;
	color: #ffb4c6;
	text-align: right;
	font-size: 20px;
}
@media screen and (max-width:767px) and (min-width: 1px){

	div#content{
		padding-top: 64px;
	}

	div#footer div.sns{
		margin: 10px 0;
	}
}
#content h2{
	position: relative;
	margin-bottom: 15px;
	padding: 5px 90px 5px 15px;
	background-image: url(../../../../common/img/bg-dot.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 20px;
}

#content h2::before{
	display: block;
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-radius: 5px;
	background-color: #ffb4c6;
}

#content h2 span{
	position: absolute;
	bottom: 10px;
	right: 0;
	font-size: 14px;
	color: #ffb4c6;
	font-weight: normal;
}
#content a.link {
	background-color: #f9809c;
	color: #fff;
	padding: 8px 12px;
}
@media screen and (max-width:767px) and (min-width: 1px){

	#content h2{
		padding: 5px 55px 5px 20px;
	}
	
	#content h2::before{
		left: 5px;
	}
	
	#content div.inner{
		padding: 0 10px;
	}
	
	#content h2 span{
		right: 10px;
		font-size: 10px;
	}
	
}

/*-----------------------------------------------
 campaign
-----------------------------------------------*/

#content div.box{
	margin-bottom: 50px;
}
#content div.box .image{
	margin-bottom: 5px;
	line-height: 0;
    text-align: center;
}
#content h3{
	position: relative;
	margin-bottom: 0.2em;
	font-size: 18px;
	color: #f9809c;
	padding-left: 1.3em;
}
#content h3::before{
	display: block;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	background-image: url(../img/dod.png);
	background-position: 0 center;
	background-size: 18px;
	background-repeat: no-repeat;
}
#content .pink{
	font-size: 12px;
	font-weight: bold;
	color: #f55e8b;
    text-align: center;
}
#content div.box ul{
	display: flex;
}
#content div.box ul li{
	width: 150px;
	padding: 0 20px 0 0;
	line-height: 0;
}
#content div.box ul li img{
	width: 100%;
}
#content div.box .comic-inner{
	background-color: #fff9b0;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#content div.box .comic-inner .image{
	width: 200px;
	line-height: 0;
	border: 1px #000 solid;
	margin-right: 20px;
}
#content div.box .comic-inner .image img{
	width: 100%;
}
#content div.box .comic-inner .image a{
	transition: opacity 0.5s ease 0s;
}
#content div.box .comic-inner .image a:hover{
	opacity: 0.7;
}
#content div.box .comic-inner .text{
	width: auto;
}
#content div.box .ast{
	padding-left: 1em;
	font-size: 12px;
}
#content div.box .ast::before{
	content: "※";
	margin-left: -1em;
}
@media screen and (max-width:767px) and (min-width: 1px){

	#content div.box{
		margin-bottom: 80px;
	}
	#content div.box .image img{
		width: 100%;
	}
	#content h3{
		font-size: calc(30 / 640 * 100vw);
	}
	#content h3::before{
		background-size: calc(30 / 640 * 100vw);
	}
	#content div.box p{
		font-size: calc(22 / 640 * 100vw);
	}
	#content div.box .pink{
		font-size: calc(16 / 640 * 100vw);
	}
	#content div.box ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#content div.box ul li{
		width: 50%;
		padding: 0 5px 10px 0;
		line-height: 0;
	}
	#content div.box ul li:nth-child(2n){
		padding: 0 0 10px 5px;
	}
	#content div.box ul li img{
		width: 100%;
	}
	#content div.box .comic-inner{
		padding: calc(30 / 640 * 100vw);
	}
	#content div.box .comic-inner .image{
		width: calc(400 / 640 * 100vw);
		margin-right: calc(20 / 640 * 100vw);
	}
	#content div.box .comic-inner .image a:hover{
		opacity: 1;
	}
	#content div.box .ast{
		font-size: calc(16 / 640 * 100vw);
	}

}