@charset "UTF-8";
/* CSS Document  ------------------
 * 230807add フェスタindex用
 * /brand/coopmirai_festa/css/style_top.css
 * -------------------------------- */

.mt00{ margin-top: 0 !important;}
.mb00{ margin-bottom: 0 !important;}
.mb05{ margin-bottom: 5px !important;}
.taC{
	text-align: center;
}

/* 見出し */
h1{
	margin-top: 0;
}

/* 画像ボタン */
.mod__btn__notes {
	width: 60% !important;
	margin: 0 auto 40px !important;
}
.top__middle__important .mod__btn__notes > a{
	width: 100%;
	box-sizing: border-box;
}
	.top__middle__important .mod__btn__notes > a img{
		width: 100%;
	}
	.top__middle__important .mod__btn__notes p.kako{
		font-size: 1.1em;
		text-align: center;
		margin: 0;
	}

/* ボタン透明度 */
	a.on-mouse {
		transition: 1.0s ;
	}
	a.on-mouse:hover {
		opacity: 0.5 ;
	}

/* 終了後ボタン　231018追加 */
.top__middle__important .mod__btn__notes > a.btn_fin{
	color: #72a529;
	border: 2px solid #72a529;
	background-color: #FFF;
}

@media screen and (max-width: 640px){
	h1{
		margin-top: 16px;
	}

	/* ボタン */
	.mod__btn__notes {
		width: 90% !important;
	}
	.mod__btn__notes a {
		margin: 0;
	}
	.top__middle__important .mod__btn__notes p a{
		padding: 0;
	}
	.top__middle__important .mod__btn__notes p.kako{
		font-size: 0.9em;
		line-height: 1.1;
	}
}

/* newマーク */
.new {
	position: relative;
}
.newMark {
    position: absolute;
    top: -30px;
    left: 150px;
    width: 110px;
    height: auto;
    z-index: 5;
    transform: rotate( -15deg );
}
@media screen and (max-width: 640px){
	.newMark {
		left: 0;
		width: 100px;
}

/* 全フェスタ終了対応 */
p.festa_end{
	margin-top: 0;
	width: 100%;
	background-color: #f56a99;
	color: #FFF;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

@media screen and (max-width: 640px){
	/* 全フェスタ終了対応 */
	p.festa_end{
		background-color: #f56a99;
		color: #FFF;
		font-size: 1.4em;
		width: auto;
	}
}

