<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* (PC版要素) */
.pc-itme {
	display: block;
}
.sp-itme {
	display: none;
}
.event-top-area {
	width: 850px;
	margin: 0 auto 40px;
}
.event-top-area a {
	display: block;
}
.event-top-area img {
	width: 100%;
	vertical-align: bottom;
}

.good-deal {
	margin: 0 auto 50px;
}
.good-deal div {
	margin-bottom: 20px;
}

.one-link {
	width: 100%;
}

.two-link {
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.two-link a {
	width: 49%;
}

.block-index {
	margin-bottom: 30px;
}

.page-link {
	display: -webkit-flex;
  display: flex;
	flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
	margin: 0 auto 50px;
}
.page-link a {
	margin: 1% 1.2% 1% 0;
	width: 19%;
}
.page-link a:nth-child(5n) {
  margin-right: 0;
}

.event-top-area .item-block h2 {
	margin: 0 auto 30px;
}

.hayatoku {
	position: relative;
}
.hayatoku a::after {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 10px;
  display: block;
	width: 47px;
	height: 24px;
	background-image: url('https://stprodaeonblob.blob.core.windows.net/eshop/assets/common/images/page/20230222002.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.hayatoku a .pr:before {
	color: #D00003;
}
.hayatoku a .pr {
	color: #D00003;
}

.entry-flot {
	margin: 0 auto 100px;
	width: 80%;
}


/* (SP版要素) */
@media screen and (max-width: 600px) {
	.pc-itme {
		display: none;
	}
	.sp-itme {
		display: block;
	}
	.event-top-area {
		width: 100%;
	}

	.good-deal {
		margin: 0 auto 20px;
		width: 95%;
	}
	.good-deal div {
		margin-bottom: 10px;
	}

	.block-index {
		margin-bottom: 10px;
	}

	.page-link {
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin: 0 auto 30px;
		width: 95%;
	}
	.page-link a {
		margin: 1% 2% 1% 0;
		width: 32%;
	}
	.page-link a:nth-child(3n) {
		margin-right: 0;
	}
	.page-link a:nth-child(5n) {
		margin-right: 2%;
	}

	.hayatoku a::after {
		width: 2.5rem;
    height: 1.3rem;
	}

	.entry-flot {
		margin: 0 auto 50px;
		width: 95%;
	}

	.next-event {
		margin: auto;
		width: 95%;
	}
}

@media screen and (max-width: 375px) {
	.hayatoku a::after {
		width: 2.2rem;
    height: 1.2rem;
	}
}

@media screen and (max-width: 360px) {
	.hayatoku a::after {
		width: 2rem;
    height: 1.1rem;
	}
}

@media screen and (max-width: 320px) {
	.hayatoku a::after {
		width: 1.5rem;
    height: 1.2rem;
	}
}




/* =========================
	WEB SALE流用
========================= */
.out_box{
	width: 100%;
	margin: 0 auto 100px;
	padding: 0;
}
.in_box{
	width: 100%;
	margin: 0 auto;
}
/* in_box
========================= */
.box_tit{
	width: 90%;
	margin: 0 auto;
	display: block;
}
.tit_day{
	width: 60%;
	margin: 20px auto;
}
.limit_day{
	width:96%;
	text-align: center;
	font-size:1.6rem;
	font-weight:bold;
	margin: 0 auto;
	padding: 0.6rem;
	background: #FFFFFF;
}
.limit_day small{
	font-size: 1rem;
}
.box_tit_A img,.box_tit_B img{
	width: 100%;
}
#box02 .in_box{
	margin-bottom: 50px;
}
.box_tit_A,.box_tit_B{
	width: 500px;
	margin: 20px auto 10px;
}
.sub_tit {
	position: relative;
	width: 100%;
	margin: 0;
	background: #000000;
	padding: 1rem;
	font-weight: bold;
	font-size: 1.6rem;
	color: #FFFFFF;
}
.sub_tit::before{
	position: absolute;
	left: 0;
	width: 100%;
	content: "";
	border: 1px double #FFFFFF;
	top:0.2rem;
}

.under{
	width: 100%;
	margin: 0;
	background:#000000;
	height: 1rem;
}
.more_btn{
  display: inline-block;
	width: 50%;
	height: auto;
	margin: 0 auto 25px;
	padding: 20px 10px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 20px;
}

.more_btn:hover{
    background-color: #ff75a6;
    border: 1px solid #ff75a6;
    color: #FFFFFF;

}

/* 各item情報
========================= */
.in_box ul{
	display: -webkit-flex;
	display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
	width: 100%;
	margin: 1rem auto;
}
.in_box ul li{
	width: 25%;
	margin-bottom: 15px;
	position: relative;
}
/* display:flexの3&amp;4カラムを整列させる */
.in_box ul:before {
	content:"";
	order: 1;
	width: 32%;
}
.in_box ul:after {
	content:"";
	width: 32%;
}
/*2カラム用*/
.in_box .w_item li{
	width: 49%;
}
.in_box ul li a{
	display: block;
}
.in_box ul li img{
	width: 100%;
	/*border: solid 2px #efe72f;*/
}
.ttl {
    position: relative;
    height: 3rem;
    overflow: hidden;
    line-height: 1.2;
    margin-bottom: .2rem;
    margin-top: .5rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
}
.ttl:before,.ttl:after {
    position: absolute;
}
.ttl:after {
    content: "";
    width: 100%;
    height: 100%;
}
.lim{
	display: inline-block;
	padding: 0.3rem 0.8rem;
	background-color: #B10A0C;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 0.8rem;
	text-align: center;
}
.w_item .lim{
	margin-top: 0.2rem;
}
.w_item .ttl:before,.w_item .ttl:after{
	content: "";
}
.in_box ul li a p.look{
	background-image: url('https://stprodaeonblob.blob.core.windows.net/eshop/assets/common/images/page/20220222008.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 85%;
  display: block;
	width: auto;
	height: 2.4rem;
	margin: 0.5rem auto 0.2rem;
	color: hsla(0,0%,100%,0.00);
	position: absolute;
	bottom: -3px;
	right: 7px;
}
.in_box ul li a:hover{
	opacity: 0.8;
}
.in_box ul li .pr:before{
	content: "税込";
	/*color: #D00003;*/
	margin-right: 0.2rem;
	font-size: 0.6rem;
}
.in_box ul li .pr{
	text-align: right;
	font-weight: bold;
	/*color: #D00003;*/
	font-size: 1.2rem;
	padding: .2rem ;
}

.in_box ul li .pr::after{
  content: '\f138';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ff75a6;
  padding-left: 1rem;
}

.in_box ul li .pr&gt;span{
	font-size: 0.5rem;
}
.card_A li{
	background:#FFFFFF;
	padding: 0.5rem;
}

/* 日替わり
========================= */
.day_item a,.day_item p{
	width: 100%;
	display: block;
}
.day_item a{
	margin-bottom: 20px;
}
.day_item img{
	width: 100%;
}
#box02 li{
	border: 1px solid #947935;
}

/* ========================================
▼　(SP版要素)　max-with 600px
======================================== */
@media screen and (max-width: 600px){

/* 基本大枠 背景色
========================= */
	.out_box{
		width: 100%;
		margin: 0 auto 50px;
		padding: 0;
	}
	.in_box{
		width: 96%;
		margin: 0 auto;
	}
/* in_box
========================= */
	.box_tit_A{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.tit_day{
		width: 90%;
		margin: 20px auto;
	}
	.limit_day{
		width:96%;
		text-align: center;
		font-size:1.6rem;
		font-weight:bold;
		margin: 0 auto;
		background: #FFFFFF;
		padding: 0.5rem;
	}
	.limit_day small{
		font-size: 1rem;
	}
	.in_box img,.out_box img{
		width: 100%;
	}
	.box_tit_A,.box_tit_B{
		width: 90%;
		margin: 0 auto;
	}
	.sub_tit {
		position: relative;
		width: 100%;
		margin: 0;
		background: #000000;
	}
	.sub_tit::before{
		position: absolute;
		left: 0;
		width: 100%;
		content: "";
		border: 1px double #FFFFFF;
		top:0.2rem;
	}
	.sub_tit img{
		height: 60px;
	}
	.more_btn{
		width: 80%;
		height: 60px;
		margin: 0 auto 25px;
		font-size: 5vw;
	}
/* 各item情報　PC同内容も調整のため再記載
========================= */
	.in_box ul{
		display: -webkit-flex;
		display: flex;
	  flex-wrap: wrap;
	  justify-content:space-between;
		width: 100%;
		margin: 1rem auto;
	}
	.in_box ul li{
		width: 50%;
		margin-bottom: 1rem;
	}
/*2カラム用 SPでは1列*/
	.w_item li{
		width: 100%;
	}
	.in_box ul li a{
		display: block;
	}
	.in_box ul li img{
		width: 100%;
	}
	.ttl {
		position: relative;
		padding-top: 0;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.ttl:before, .ttl:after {
		position: absolute;
	}
	.ttl:after {
		content: "";
		width: 100%;
		height: 100%;
	}
	.lim{
		display: inline-block;
		padding: 0.4rem 0.8rem;
		background-color: #B10A0C;
		font-weight: bold;
		color: #FFFFFF;
		font-size: 0.7rem;
		text-align: center;
		margin-top: 0.2rem;
	}
	p.look{
		background-image: url('https://stprodaeonblob.blob.core.windows.net/eshop/assets/common/images/page/20220115002.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		display: block;
		width: 90%;
		height: 35px;
		margin: 5px auto 0;
		color: hsla(0,0%,100%,0.00);
	}
	.in_box ul li a p.look{
		background-image: url('https://stprodaeonblob.blob.core.windows.net/eshop/assets/common/images/page/20220222008.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		display: block;
		max-height: 35px;
		margin: 5px auto 0;
		color: hsla(0,0%,100%,0.00);
		right: 0;
		bottom: 0;
	}
	.in_box ul li a:hover{
		opacity: 0.8;
	}
	.card_A li{
		background:#FFFFFF;
		padding: 0.5rem;
		width: 48%;
	}
}

.in_box ul li .pr::after {
	padding-left: 0.1rem;
}

/* 大元のcssの修正
========================= */
.main-container {
	padding: 0 !important;
}

/* 調整css
========================= */
.mt1{ margin-top:1rem;}
.mt2{ margin-top:2rem;}
</pre></body></html>