@charset "utf-8";
/* CSS Document */


.wide{
	width:1000px;
	margin:0 auto;
}


/* ↓↓↓↓↓↓↓↓ここから下 */


.rich img.size-auto, .rich img.size-full, .rich img.size-large, .rich img.size-medium, .rich .attachment img, .rich p {margin:0;}

.sp_only {display:none;}
.bold {font-weight:bold;}
.red {color:#e21c34;}


/*背景*/
div#containers{
	background: url(../images/topbg.png) top center no-repeat, url(../images/bottombg.png) bottom center no-repeat, url(../images/bg.jpg) top center repeat;
	padding:0;
}
.wide{
	background:#fff;
	margin-bottom: 0!important;
	padding:0 0 15px;
	border-top:30px solid #000;
	border-right:5px solid #000;
	border-bottom:30px solid #000;
	border-left:5px solid #000;
	box-sizing:border-box;
}
div#header{
	min-width:950px;
	margin-bottom:40px;
}
#header h1 {display:none;}
.mainVisual {margin:0 0 50px;}


/* フェア内容 */
.fairContents h2, .caution h2, .application h2{
	background:#000;
	text-align:center;
}
.fairWrap, .cautionWrap, .applicationWrap{
	overflow:hidden;
	margin-bottom:100px;
}
.fairWrap dl {overflow:hidden;}
.fairWrap dt{
	float:left;
	clear:left;
	background:#e21c34;
	width:15%;
	margin:0 0 12px;
	padding:6px 15px 6px 0;
	font-size:1.2rem;
	font-weight:bold;
	color:#fff;
	text-align:right;
	border-bottom:2px solid #000;
	box-shadow:1px 3px 0 1px #000;
	box-sizing:border-box;
}
.fairWrap dd{
	float:left;
	width:85%;
	margin:0 0 12px;
	padding:6px 50px 6px 20px;
	box-sizing:border-box;
}
.fairWrap dl dd .period {font-size:1.2rem;}
.fairWrap dl dd .cautionText{
	display:inline-block;
	margin-top:15px;
	padding-top:15px;
	font-size:13px;
	border-top:1px solid #000;
}
.fairWrap dd p {margin:0 0 10px;}
.fairWrap dd p.subTit{
	background:#000;
	margin:24px 0 6px;
	padding:2px 4px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}


/*キャンペーン注意事項*/
.cautionWrap, .applicationWrap {padding:0 50px;}
.cautionWrap .heading{
	background:#e21c34;
	margin-bottom:10px;
	padding:0.5rem 0;
	font-size:22px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
.cautionWrap .mainCaution{
	display:inline-block;
	margin-bottom:10px;
	padding:0;
	font-size:14px;
	line-height:1.8;
}
.cautionWrap li{
	margin:0 0 4px 1em;
	text-indent:-1em;
	list-style:none;
}
.cautionWrap p.lastCaution {
	font-size:24px;
	font-weight:bold;
	line-height:1.8;
}


/*メール配信応募*/
.applicationWrap {margin-bottom:30px;}
.applicationWrap .characterBox{
	float:left;
	width:calc(100% / 3 - 10px);
	margin:0 15px 30px 0;
}
.applicationWrap .characterBox:nth-of-type(3n) {margin-right:0;}
.applicationWrap .characterBox .character{
	margin-bottom:5px;
	transition:0.3s;
}
.applicationWrap .characterBox .btn a{
	display:block;
	background:#000;
	background-image:linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(226,28,52,1) 50%);
	background-position:0 0;
	background-size:200% auto;
	padding:10px 0;
	font-size:24px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	text-decoration:none;
	transition:0.3s;
}
.applicationWrap .characterBox .btn a:hover{
	background-position:-100% 0;
	color:#fff100;
}


/* コピーライト */
.copyright {text-align:center;}



div.rich h2 {
padding-bottom: 0;
border-bottom: none;
margin: 0 0 25px; }

