@charset "UTF-8";

/* *****************************************************************

	肉の日 用CSS

	01.初期化
	02.汎用クラス
	03.リード
	04.カテゴリ
	05.ランキング
	06.注意事項
	07.イチオシ

	PC基本font-size16px
	SP基本font-size14px

***************************************************************** */

/* *****************************************************************

	01.初期化

***************************************************************** */
.enk-cont {}
.enk-cont *,*:before,*:after {box-sizing:border-box; -webkit-box-sizing: inherit;}

/* メインビジュアル */
.enk-cont img {width:100%; max-width:100%;}
/*.event_name_img_ > img {width:100%; max-width:100%;}*/



.enk-cont {
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.enk-cont {
		width: 100%;
	}
}
@media (orientation: landscape) and (max-height: 450px) {
	.enk-cont { width: 100%; }
}
.ec-featureItems.buttons {
  display: none;
}

@media only screen and (max-width: 767px) {
  .ec-featureRole__content .giftItemsHeadImg {
    padding-bottom: 6.66666666vw !important;
  }
}

/*.ec-breadcrumbRole { background: #fff;}*/

/* 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}
/* 商品紐付けアンカー非表示 */
.ec-featureItems.buttons {
	display: none;
}


/* *****************************************************************

	02.汎用クラス

***************************************************************** */
/* PC・SP画像切替 */
.sp_on {display:none;}
/* ----------for SP ---------- */
@media screen and (max-width:640px) {
	.pc_on {display:none;}
	.sp_on {display:block;}
}

/* 横幅 */
.wid100 {width:100%;}

/* フォント */
.bold {font-weight:bold !important;}

/* マーカー */
.marker {
	background:linear-gradient(transparent 60%, #fff584 60%);
}

/* 余白 */
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}

.inb {display:inline-block !important;}





/* *****************************************************************

	03.リード

***************************************************************** */
#fbox_lead {
	text-align: center;
    margin: 30px 0;
}

#fbox_lead > p {
	padding: 0 10px;
}
#fbox_lead > h2 span{
    font-weight: bold;
	font-size: 2em;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 30px;
    background:linear-gradient(transparent 60%, #ffde00 60%);
}

#fbox_lead > p > span {
    font-weight: bold;
	font-size: 1.8em;
}


/* *****************************************************************

	04.カテゴリ

***************************************************************** */
#category-ttl {
	margin-top:50px;
	padding:0.7em 1em 0.5em;
	background-color:#a2b350;
	text-align:center;
	font-size: 1.5em;/* 24px */
	font-weight:bold;
	color:#fff;
}
#category-menu {
	margin-top:25px;
	display:flex;
	justify-content:space-between;
}
#category-menu a {display: block;}
#category-menu a:hover {background-color:#f3f7e2;}


/* ----------for SP ---------- */
@media screen and (max-width:640px) {
	#category-menu {
		flex-wrap:wrap;
		margin-top:10px;
		padding:0 15px;
	}
	#category-menu li {
		margin-top:15px;
		width:48%;
	}
}

/*カテゴリボタン*/

.mainBtn {
    width: 782px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.mainBtn {
		width: 100%;
	}
}
.mainBtn_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
	margin-top: 30px;
}

.mainBtn_list > li {
	width: calc(100% / 3);
	max-width: 31%;
	margin-right: 22px;
	margin-bottom: 25px;
	background: #f6f6f6;
	border-radius: 15px;
}

.mainBtn_list > li:nth-child(3n) {
	margin-right: 0;
}

.mainBtn_list > li a {
	display: block;
	border-radius: 15px;
	-webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 1px rgba(0, 0, 0, 0.2);
}

.mainBtn_list > li a:hover{
	text-decoration: none;
	background: #e3e3e3;
	opacity: 0.8;
}

.mainBtn_list > li a:hover .mainBtn_list_text {
	color: #333333;
}

.mainBtn_list > li span{
	background: #222;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: center;
	letter-spacing: 3px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.mainBtn_list_title {
	display: block;
	font-weight: bold;
	color: #fff;
	position: relative;
	padding: 15px 20px 15px 15px;
	font-size: 120%;
}

.mainBtn_list_title:after {
	content: "";
	display: block;
	background: url(/html/upload/user_data/feature/nk/img/ico_arrow.png) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 13px;
}

.mainBtn_list_text {
	display: block;
	margin: 0 15px 10px;
}
/* ----------for SP ---------- */
@media screen and (max-width:640px) {
	/*カテゴリボタン*/
	.mainBtn_list {
		justify-content: space-between;
		margin-bottom: 20px;
		padding: 0 15px;
	}

	.mainBtn_list > li {
		width: calc(100% / 2);
		max-width: 48%;
		margin-right: 3%;
		margin-bottom: 5%;
	}

	/*.mainBtn_list > li:nth-child(3n) {
		margin: 0 0 5%;
	}*/
	.mainBtn_list > li:nth-child(2n) {
		margin-right: 0;
	}

	.mainBtn_list > li a {
		text-decoration: none !important;
	}

	.mainBtn_list_title {
		font-size: 4vw;
		padding: 2.5vw 0;
	}

	.mainBtn_list_title:before {
		width: 10vw;
		height: 6vw;
	}

	.mainBtn_list_title:after {
		width: 5vw;
		height: 5vw;
	}

	.mainBtn_list_text {
		display: block;
		margin: 0 3.5vw 0;
		font-size: 3.3vw;
		height: 22vw;
	}
}
/* ----------for SP ---------- */
@media screen and (min-width:640px) and (max-width:750px)  {
	/*カテゴリボタン*/
	.mainBtn_list {
		padding: 0 15px;
	}
}

div#category_box {
	margin-bottom: 35px;
}
div#category_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div#category_box ul li {
	margin-bottom: 20px;
	width: 48.5%;
}
div#category_box ul li a {
	display: flex;
	align-items: center;
	position: relative;
	border-radius: 5px;
	border-width: 1px;
	padding: 20px 15px 20px 10px;
	box-shadow: 0px 2px 1px 0px #ce9997;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	background: #f4d7d6;
}
div#category_box ul li a:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #444;
	border-right: 2px solid #444;
	transform: rotate(45deg);
	margin-right: 10px;
	position: absolute;
	right: 5px;
	top: 40%
}
div#category_box ul li a:hover {
	margin-top: 1px;
	padding-bottom: 19px;
	box-shadow: none;
	text-decoration: none;
	color: #333;
}
@media screen and (max-width:640px) {
	div#category_box ul {
		padding: 0 15px;
	}
	div#category_box ul li{
		margin-bottom: 25px;
	}

	div#category_box ul li a{
		align-items: center;
		font-size: 1.2rem;
		text-align: left;
		padding: 17px 20px 17px 10px;
	}
	div#category_box ul li a:after {
		right: 2px;
	}
}


/* *****************************************************************

	05.ランキング

***************************************************************** */
#ranking-ttl {
	margin-top:50px;
	padding:1em;
	text-align:center;
	font-size: 1.3em;
	font-weight:bold;
	color: #2A2A2A;
    border: solid 2px;
    border-color: #2A2A2A transparent #2A2A2A transparent;
}
#ranking-ttl span {
	font-size: 1.5em;
}
#ranking-ttl span::before {
	content:" ";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	display:block;
	margin: auto 0;
	width:42px;
	height:38px;
	background-size:contain;
}
.event_banner_ {
	display: none;
}
/* ----------for SP ---------- */
@media screen and (max-width:640px) {
	#ranking-ttl {margin-bottom:0;}
}

/*#ranking-ttl {
	margin-top:50px;
	padding:1em 1em 0.7em;
	background-color:#AE100F;
	text-align:center;
	font-size: 1.3em;
	font-weight:bold;
	color:#fff;
}
#ranking-ttl span {
	position:relative;
	padding-left:51px;
	font-size: 1.5em;
}
#ranking-ttl span::before {
	content:" ";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	display:block;
	margin: auto 0;
	width:42px;
	height:38px;
	background: url(/html/upload/user_data/feature/nk/img/icon_crown.png) no-repeat;
	background-size:contain;
}
.event_banner_ {
	display: none;
}*/
/* ----------for SP ---------- */
/*@media screen and (max-width:640px) {
	#ranking-ttl {margin-bottom:0;}
}
*/





/* *****************************************************************

	06.注意事項

***************************************************************** */
.notes_box {
	margin-bottom:50px;
	padding:40px;
	background:#f3f3f3;
}
.notes_box .notes_h {
	margin-bottom:30px;
	text-align:center;
	font-size:1.38rem;/* 22px */
}
.notes_box .notes_ttl {
	margin-bottom: 0.8em;
	font-size:1rem;/* 16px */
}
.notes_box .notes_ttl::before {
	content:"●";
	display: inline-block;
	color:#999;
}
.notes_box .notes_list li {
	margin-bottom:0.6em;
	padding-left:1em;
	text-indent:-1em;
	font-size:0.82rem;/* 13px */
}
.notes_box .notes_list li a {
	text-decoration: underline;
}
/* ----------for SP ---------- */
@media screen and (max-width:640px) {
	.notes_box {padding:5%;}
	.notes_h {margin-bottom:5% !important;}
	.notes_list li {font-size:0.93rem !important;/* 13px */}
}





/* *****************************************************************

	07.イチオシ

***************************************************************** */
	div#recommend_box dl {
		display: flex;
		justify-content: space-between;
		border-top: 1px dotted #dadada;
		margin-top: 20px;
		padding: 20px 15px 0;
	}
	div#recommend_box dl:nth-of-type(1) {
		border-top: none;
		margin-top: 0;
		padding-top: 0;
	}
	div#recommend_box dl dt {
		width: 30%;
	}
	div#recommend_box dl dt img {
		width: 100%;
		height: auto;
		border: #e4e4e4 1px solid;
	}
	div#recommend_box dl dd {
		width: 65%;
	}
	div#recommend_box dl dd a:hover {
		text-decoration: none;
		color: #333333;
	}
	div#recommend_box dl dd a > span {
		display: block;
		margin-bottom: 10px;
	}
	div#recommend_box dl dd span.name {
		font-weight: bold;
	}
	div#recommend_box dl dd a:hover span.name {
		text-decoration: underline;
	}
	div#recommend_box dl dd span.price {
		text-align: right;
		font-size: 14px;
	}
	div#recommend_box dl dd span.price span {
		font-size: 12px;
		font-weight: normal;
	}
	div#recommend_box dl dd span.shop {
		font-size: 12px;
	}
	div#recommend_box dl dd span.btn {
		text-align: right;
	}
	div#recommend_box dl dd span.btn span {
		display: inline-block;
		position: relative;
		margin-left: auto;
		padding: 3px 10px 3px 30px;
		border: 1px solid #333;
		border-radius: 15px;
		font-size: 14px;
		font-weight: bold;
	}
	@media all and (-ms-high-contrast:none){
		*::-ms-backdrop, div#recommend_box dl dd span.btn span {
			/*width: 100px;*/
			margin-right: 0;
		} /* IE11 */
	}
	div#recommend_box dl dd span.btn span::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 10px;
		width: 1em;
		height: 1em;
		margin: auto;
		border-radius: 50%;
		background: #000;
	}

	div#recommend_box dl dd span.btn span::after {
		content: "";
		display: block;
		position: absolute;
		top: 0.75em;
		left: 15px;
		border: 0.25em solid transparent;
		border-left: 0.35em solid #fff;
	}





/*--------------------------------------------------------------

	エントリーボタン

--------------------------------------------------------------*/
.btn01 {
	display: block;
	text-align: center;
	margin-top: 20px;
}

.btn01>a {
	position: relative;
	display: inline-block;
	border-radius: 9999px;
	padding: 20px;
	width: 100%;
	max-width: 470px;
	background: #DC0807 !important;
	box-shadow: 0px 7px 0px 0px rgb(160 8 8);
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.btn01 a::after{
	position: absolute;
    content: '';
    top: 41%;
    left: 92%;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/html/upload/user_data/feature/nk/img/2025/icon_btn.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.btn01>a:hover {
	position: relative;
	top: 7px;
	box-shadow: 0px 0px 0px 0px rgb(191, 59, 103);
	color: #fff;
}
.btn01>a:link {
	color: #fff;
}
.btn01>a:visited {
	color: #fff;
}
.btn01>a:active {
	color: #fff;
}

@media only screen and (max-width: 767px) {
  .btn01>a {
    padding: 4.5333333333vw 8.5333333333vw;
    width: 80%;
    box-shadow: 0px 7px 0px 0px rgb(160 8 8);
    font-size: 4.2666666667vw;
  }
}

/* --------------------------------------------------------------

	注意事項

----------------------------------------------------------------- */
.note{
	background-color: #e8e8e8;
	border-radius: 10px;
	padding: 40px 0;
	margin: 50px 0;
}

.note p{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
    padding-bottom: 20px;
}

.note ul.noteList{
	width: 83%;
    margin: 20px auto !important;
}

.note ul.noteList li{
    font-size: 14px !important;
    text-indent: -1em;
    line-height: 2em;
	margin-bottom: 2px;
}

.note ul.noteList li span{
    display: block;
	text-indent: -1em;
	font-size: 13px !important;
	line-height: 1.6em;
}

.note ul.noteList ul.noteListDtl {
	padding-left: 1em !important;
}

@media only screen and (max-width: 767px) {
.note ul.noteList li{
    font-size: 12px !important;
}

.note ul.noteList li span{
	font-size: 12px !important;
}
}


.txt {
    text-align: center;
    margin-top: 20px;
}

.bnrLink a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}