@charset "UTF-8";
/* CSS Document */

figure {
	margin: 0;
	padding: 0;
}

/* title 系 */
.mainvisual {
	width: 100%;
	height: 302px;
	background: url("/promotion/img/mimg_promotion.jpg") no-repeat;
	background-size: cover;
  }
  
  .promotion h3 {
	color: #2070a3;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 10px;
  }
  .promotion .page_title {
	margin-bottom: 2em;
  }
  .promotion .page_title h2 {
	font-size: 1.9em;
  }



/* #Mainclm h2 {
	font-size: 2.385em;
	margin-bottom: 22px;
	line-height: 1.3;
}

#Mainclm h3 {
	color: #2070a3;
	font-size: 1.385em;
	margin-bottom: 8px;
} */

#Mainclm .character h3,
#Mainclm .campaign h3,
#Mainclm .recipe h3,
#Mainclm .clm_news h3,
#Mainclm .kikakuteian h3 {
	color: #000000 !important;
	font-size: 2.385em !important;
	font-weight: normal;
	line-height: 1.3 !important;
	margin-bottom: 12px;
}

/* リンクボタン */
/* 横幅はclass名を変えて最適なサイズを設定してください */
.pagelinkbtn {
	padding-left: 188px;
	margin-top: 88px;
}

.bluebtn {
	float: left;
	overflow: hidden;
	width: 170px;
	margin-right: 25px;
}

.bluebtn a {
	display: block;
	background: #89a3cb;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 5px;
	padding-top: 3px;
	padding-left: 12px;
	padding-right: 16px;
	margin-bottom: 14px;
	text-align: center;
}


#Mimg {
	margin-bottom: 50px;
}

/*  */
.character {
	margin: 60px 0 22px 0;
}

.mikochan,
.kinshikun,
.shiokuma,
.recipe {
	border-bottom: solid 1px #918c8a;
	padding-top: 20px;
	padding-bottom: 20px;
}

.clm_news {
	padding-top: 40px;
	padding-bottom: 20px;
}

/*  */
.campaign {
	margin-bottom: 30px;
}

.cam_hp,
.tunagaru {
	margin-top: 20px;
}

.cam_hp {
	margin-bottom: 38px;
}

.tunagaru {
	border-bottom: solid 1px #918c8a;
	padding-bottom: 30px;
}

/*  */
.recipeimg {
	margin-top: 20px;
}

/*  */
/* .clm_news {
	padding-bottom: 70px;
} */

.clm_news p {
	padding-bottom: 12px;
}

/* .clmpageimg {
	text-align: center;
} */

.banner_sns {
	margin-top: 2em;
}

/*  */
/* .kikakuteian{
	padding-top:40px;
	padding-bottom:20px;
}
.kikakuteian ul{
	margin-top:26px;
	margin-left:16px;
}
.kikakuteian li{
	list-style:none;
	float:left;
	margin-bottom:30px;
}
.kikakuteian .flash_cntr{
	margin-left:29px;
	margin-right:29px;
}
.flash_txt{
	text-align:center;
	color:#ea3541;
	font-size:1.231em;
} */

@media (max-width: 768px) {
	.mainvisual {
	  height: 130px;
	}

  }
