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

/*--===================  index ===================-- */

/*----------------------------  titleImg ---------------------------- */

/*タイトルイメージ箇所 
※javascriptで画像切り替え*/
 .ttl_Img_area img{
	position: relative;
	 width:100%;
	 height:auto;
	 text-align:center;
	 
 }

/*----------------------------  End titleImg ---------------------------- */


/*----------------------------  .content ---------------------------- */

/*ページタイトル（キャンペーン景品、応募要項,キャンペーン対象商品）*/
.content h2.cntTitle{
	position:relative;
	width:100%;
	padding:10px 0 10px 0;
	margin-bottom:30px;
	display:block;
	font-size:35px;
	font-weight:bold;
	text-align:center;
}

/*breakPoint 指定サイズ break */
@media screen and (max-width: 768px)  {
.content h2.cntTitle{
	font-size:20px;
}
}

/*フキダシ用 3角形 */
.fukidashi_lwr{
	width: 0;
	height: 20px;
	
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-30px;
	
	border-style: solid;
	border-width: 30px 30px 0 30px;
}


/*キャンペーン景品*/
.img_prize img{
	width:94%;
	height:inherit;
	margin:0 auto;
	display:block;
	padding-bottom:20px;
}

/*----------------------------  End .content ---------------------------- */

/*--===================  end index ===================-- */

/*--===================== キャンペーン対象商品 =====================-- */

.cp_prdcts{
	text-align: center;
	padding:50px;
}
.cp_prdcts h2{
	font-size:40px;
	font-weight:bold;
	line-height: 80px;
}

/*breakPoint 指定サイズ break */
@media screen and (max-width: 768px)  {
 .cp_prdcts h2{
	font-size:27px;
	font-weight:bold;
	line-height: 37px;
	margin-bottom:17px;
 }
}


/*--===================== products =====================-- */

/*キャンペーン対象商品 コラム */	
.prdcts_few{
	position:relative;
	width:100%;
	padding:0 40px 40px 40px;
	margin:0 auto;
	}
	
.prdcts_few ul{
	padding:0px 60px;
	display:block;
	/*border:#09C 1px dotted;*/
		}
		
/*item イメージ */	
.col2_expd{
	text-align:center;
	/*border:#f00 1px dotted;*/
	}	
	
.col2_expd img{
	width:60%;
	margin:0 auto;
	padding:20px;
	}

	
/*item イメージ */	
/*.items_1{
	float:left;
	}*/
	
/*==========ボタン==========*/

.btn_DL,
.btn_LINE{
	width:70%;
	height:auto;
	text-align:center;
	margin:20px auto;
}

.btn_DL a{
	background:#a72126;
	color:#fff;
	}

.btn_LINE a{
	background:#00a75b;
	color:#fff;
	}

.btn_LINE a p{
	font-size:13px;
	font-weight:normal;
	color:#fff!important;
	margin-top:-0.5em;
    }

.btn_DL a:hover,
.btn_LINE a:hover{
	opacity: 0.8;
	color:#fff;
      }

.btn_DL a,
.btn_LINE a{
	padding:10px 20px;
	font-size:24px;
	font-weight:bold;
	display:block;
	
	transform:none;
		-webkit- transform:none;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
	
	}

	
/*----------------------------------*/
/*breakPoint 指定サイズ break */
@media handheld, only screen and (max-width: 768px) {
	
	
	.btn_DL,
	.btn_LINE{
		margin-top:20px;
		width:88%;
	}	
	
	
	.btn_DL a,
	.btn_LINE a{
		font-size:20px;
		line-height:1.2;
		float:none;
	}
	
	.btn_LINE a p{
	margin-top:0;
    }
	
	dd > .btn_DL a,
	.btn_LINE a{
		font-size:20px!important;
		line-height:1.2;
	}
	
	.Dnone{ display:none;
		
	}/*--←SP非表示--*/

	
}
	
/*ご注意*/
.img_attentPKG img{
	width:100%;
	height:inherit;
	margin:20px auto;
	display:block;
}


/*breakPoint 指定サイズ break */
@media handheld, only screen and (max-width: 768px) {
	
.prdcts_few{
	width:100%;
	}
	
.prdcts_few ul{
	padding:0px;
		}
	
/*item イメージ */	
	
.col2_expd img{
	width:100%;
	}
	
	/*.items_1{
		float:none;
		margin:0 auto;
		margin-bottom:20px;
	}
	
	.items_1 img{
		width:35%;
		height:inherit;
		margin:0 auto;
		display:block;
	}
	*/
	
}

/*--===================== End products =====================-- */



/*--===================== detail =====================-- */

/*応募要項 項目 */	

.detailCnts{
	padding:0 20px 20px 20px;
	margin-bottom:20px;
}

.col_irr_col2_1_brk_l{
	text-align:center;
	font-size:20px;
	}
	
.col_irr_col2_1_brk_l h4{
	font-weight:bold;
	}
	
.col_irr_col2_1_brk_r{
	font-size:18px;
	margin-top:-0.5em;
}
.dtl_fnt_largest{
	font-size:200%;
}

.dtl_fnt_large{
	font-size:150%;
}

.dtl_fnt_midl{
	font-size:130%;
}

/*注意事項*/
.attntCnts{
	padding:40px;
}

.attention li{
	list-style-type:disc;
	margin-left:5px;
	font-size:120%;
	line-height:1.5;
}

.borderTitle{
	width:inherit;
	height:1em;
	display:block;
	border-top:#333 2px solid;
}

.borderTitle span{
	width:6em;
	font-size:20px;
	display:block;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
    margin-top:-0.7em;
	text-align:center;
}
	
@media handheld, only screen and (max-width: 768px) {
	
.detailCnts{
	margin-bottom:20px;
}

.col_irr_col2_1_brk_l{
	font-size:18px;
	margin-bottom:1em;
	}
	
.col_irr_col2_1_brk_r{
	padding:0!important;
	}
	
.dtl_fnt_large{
	font-size:130%;
}

.dtl_fnt_midl{
	font-size:110%;
}

.attention li{
	margin-left:0px;
	margin-right:-20px;
	font-size:100%;
}

.borderTitle span{
	font-size:15px;
}

}

/*--===================== End detail =====================-- */

/*!! padding 共通*/

@media handheld, only screen and (max-width: 768px) {
	
.prdcts_few,
.attntCnts{
	padding:20px;
}

}