@charset "utf-8";
/* CSS Document */

/*******************************
共通設定項目
********************************/
.message_campaign *{
	font-family: "Noto Sans JP",sans-serif;
}

.message_campaign .contents {
	width: 750px;
	background: #F7C308;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.message_campaign .header {
	text-indent: -9999px;
	width: 100%;
}

.message_campaign .tit {
	position: relative;
	text-indent: -9999px;
	background: url(../images/mess_tit.png) no-repeat center;
	width: 100%;
	height: 260px;
}

.message_campaign .lead {
	position: relative;
	background: #009440;
	color: #fff;
	text-align: center;
	font-weight: 700;
	padding: 40px 0;
}

.message_campaign .lead::after {
	content: '';
	position: absolute;
	display: inline-block;
	background: #009440;
	width: 68px;
	height: 44px;
	clip-path: polygon(15px 0px, 100% 0px, 0px 100%);
	bottom: -42px;
	left: 177px;
}

.message_campaign .lead h3 {
	color: #F7CA11;
	font-weight: 900;
	margin-bottom: 10px;
}

.message_campaign .lead .sub {
	padding: 15px 0;
	border-top: solid 1px #F7CA11;
	border-bottom: solid 1px #F7CA11;
	color: #F7CA11;
	width: 700px;
	margin: 35px auto 0;
}

.message_campaign .chara {
	position: relative;
	width: 100%;
}

.message_campaign .chara .bg {
	position: absolute;
	background: url(../images/mess_swacky.png) no-repeat center;
}

.message_campaign .chara .swacky {
	position: absolute;
	background: url(../images/mess_swacky.png) no-repeat center;
	width: 300px;
	height: 320px;
}
.message_campaign .chara .crocky {
	position: absolute;
	background: url(../images/mess_crocky.png) no-repeat center;
	width: 320px;
	height: 330px;
}

.message_campaign .obo {
	background: #fff;
	width: 690px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
	padding-top: 55px;
	padding-bottom: 10px;
	margin-top: 80px;
}

.message_campaign .obo h3 {
	position: absolute;
	background: linear-gradient(90deg, #EE8D1E ,#FF1D25);
	color: #fff;
	font-weight: 900;
	text-align: center;
}

.message_campaign .obo h4 {
	display: inline-block;
	background: linear-gradient(90deg, #EE8D1E ,#FF1D25);
	color: #fff;
	font-weight: 700;
	font-size: 29px;
	height: 56px;
	line-height: 56px;
	padding: 5px 15px 5px 5px;
	border-radius: 40px 0 0 40px;
}
.message_campaign .obo h4 i {
	text-indent: -9999px;
	background: url(../images/mess_obo1.svg) no-repeat center;
	width: 56px;
	height: 56px;
	margin-right: 15px;
	display: inline-block;
}
.obo li:nth-child(2) h4 i { background: url(../images/mess_obo2.svg) no-repeat center;}
.obo li:nth-child(3) h4 i { background: url(../images/mess_obo3.svg) no-repeat center;}

.message_campaign .obo ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.message_campaign .obo li {
	padding: 15px;
	width: 610px;
	background: #FFFBB2;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
}

.message_campaign .obo li p {
	margin-top: 15px;
	margin-left: 76px;
}

.message_campaign .obo li p span{
	font-size: 20px;
}

.message_campaign .obo .image {
	text-indent: -9999px;
	background: url(../images/mess_image.png) no-repeat center;
	background-size: contain;
	width: 260px;
	height: 250px;
	position: absolute;
	right: -15px;
}

.message_campaign .obo_limit {
	font-size: 60px;
	font-weight: 900;
	text-align: center;
	height: 115px;
	padding-top: 35px;
}
.message_campaign .obo_limit span {
	font-size: 40px;
}

.message_campaign .obo_limit .loly {
	background: url(../images/mess_loly.png) no-repeat center;
	width: 230px;
	height: 260px;
	position: absolute;
	bottom: -105px;
	right: -80px;
}

.message_campaign h2 {
	color: #F7CA11;
	background: #302681;
	font-weight: 900;
	width: 100%;
	text-align: center;
	margin-top: 35px;
	position: relative;
	z-index: 2;
}

.form_header {
	position: relative;
	z-index: 2;
}

/***********************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/
@media all and (min-width: 751px) {

.message_campaign {
	background: url(../images/mess_bg_l.png) no-repeat top left, url(../images/mess_bg_r.png) no-repeat top right, #F7C308;
}

.message_campaign .header {
	background: url(../images/head_pc.png) no-repeat top center;
	height: 250px;
	margin-bottom: -30px;
}

.message_campaign .lead {
	background: #009440;
	color: #fff;
	font-size: 20px;
	margin-bottom: 60px;
}

.message_campaign .lead h3 {
	font-size: 26px;
}


.message_campaign .chara .bg {
	background: url(../images/mess_parts.png) no-repeat top center;
	width: 910px;
	height: 1240px;
	top: -95px;
	left: -79px;
}
.message_campaign .chara .swacky {
	top: -115px;
	left: -33px;
}
.message_campaign .chara .crocky {
	top: -140px;
	right: -60px;
}

.message_campaign .obo h3 {
	font-size: 27px;
	padding: 15px 0;
	width: 450px;
	top: -30px;
}

.message_campaign h2 {
	font-size: 38px;
	padding: 25px 0;
}

}

/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
**********************************************************************/
@media all and (max-width: 750px) {

.message_campaign .header {
	background: url(../images/head_sp.png) no-repeat top center;
	height: 380px;
	margin-bottom: -15px;
}
	
.message_campaign .lead {
	font-size: 28px;
	line-height: 46px;
	margin-bottom: 90px;
	padding: 55px 0 65px;
}

.message_campaign h3 {
	font-size: 36px;
}

.message_campaign .chara .bg {
	background: url(../images/mess_parts_sp.png) no-repeat top center;
	width: 750px;
	height: 985px;
	top: -85px;
	left: 0;
}

.message_campaign .chara .swacky {
	top: -145px;
	left: -33px;
}
.message_campaign .chara .crocky {
	top: -175px;
	right: -70px;
}

.message_campaign .obo h3 {
	font-size: 37px;
	width: 610px;
	padding: 20px 0;
	top: -35px;
}
	
.message_campaign h2 {
	font-size: 48px;
	padding: 65px 0;
}

}