<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 CSS 230203-0214 THANKSバレンタイン
 
--------------------------------------------------------*/
:root{
	--point-color:#e60012;
	--bg-color:#260a00;
}
/*============================
 head_set
============================*/
.main_img{
	background-color:var(--bg-color);
}
ul.notice{
	background-color:var(--bg-color);
}
ul.notice li{
	color:#fff;
}
.days{
	background-color:var(--bg-color);
}
.days p{
	color:#fff;
}
ul.nav li:nth-child a::before{
	content:'';
}
ul.nav li:nth-child(1) a{
	background:#a0c9e6;
}
ul.nav li:nth-child(1) a::before{
	content:'';
	background: url(../../../img/page/campaign/2302valentine/sec01_ico.webp) no-repeat center;
	display: block;
	background-size: inherit;
	position: initial;
	max-width: 100%;
	margin:0 0 10px;
	top: 40px;
	z-index: 0;
	height: 200px;
}
ul.nav li:nth-child(2) a{
	background:#f1ed9d;
}
ul.nav li:nth-child(2) a::before{
	content:'';
	background: url(../../../img/page/campaign/2302valentine/sec02_ico.webp) no-repeat center top 100%;
	display: block;
	background-size: inherit;
	position: initial;
	max-width: 100%;
	top: 40px;
	margin:0 0 10px;
	z-index: 0;
	height: 200px;
}
ul.nav li:nth-child(3) a{
	background:#85bda1;

}
ul.nav li:nth-child(3) a::before{
	content:'';
	background: url(../../../img/page/campaign/2302valentine/sec03_ico.webp) no-repeat center top 100%;
	display: block;
	background-size: inherit;
	position: initial;
	max-width: 100%;
	top: 40px;
	margin:0 0 10px;
	z-index: 0;
	height: 200px;
}
ul.nav li:nth-child(4) a{
	background:url(../../../img/page/campaign/2302valentine/active_icon.png) no-repeat center top 100% #ccc;
}
.st{
	font-size: 103%;
	letter-spacing: 0.05em;
	display: block;
	font-weight:800;
}
ul.nav li a{
	position: relative;
	padding: 13px;
	color: var(--bg-color);
	position: relative;
	z-index: 70;
	height: auto;
	width: 220px;
}
.sec{
	margin: 0 0 120px;
}
.sec_ttl{
	background: #fff;
	align-items: flex-end;
	border-bottom: 2px solid;
	border-color:var(--bg-color);
	padding: 0;
}
.sec_ttl .sec_ttl_txt{
	width: 60%;
	margin: auto;
}
.sec_ttl .sec_ttl_txt h3{
	font-size:38px;
	margin: 0 0 18px;
}
.sec_ttl .sec_ttl_txt p{
	color: var(--point-color);
	font-weight: 800;
	padding: 0 24px 20px;
}
.sec_ttl .sec_ttl_img{
	margin:0;
}
.sec_ttl .sec_ttl_img img{
	height: 100%;
	width: auto;
	text-align:center;
}
.foot_ttl_txt p{
	color:var(--point-color);
}
.head_ttl_txt h3{
	color: #260a00;
}
.head_ttl_txt p{
	color: var(--point-color);
}
.item_txt .point{
	padding: 8px;
	color: var(--point-color);
	border-color:var(--point-color)
	padding: 10px 0;
	background:#fff;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.item_txt .btn a{
	background: var(--bg-color);
	border-color: var(--bg-color);
}
.item_txt .btn a:hover{
	border-color:var(--bg-color);
	color:var(--bg-color);	
}
</pre></body></html>