@charset "utf-8";

.contents {
	overflow: visible;
	margin-bottom: 50px;
}
/* バレンタインキャンペーン 2019 */
#valentinecampaign2020{
	color:#491919;
	background-color:#fff;
}
#valentinecampaign2020 a:hover img{
	opacity: 0.8;
}
/*ヘッダー*/
#valentinecampaign2020 .head_area {
	margin: 0 0 20px;
}
#valentinecampaign2020 .head_anima {
	position: relative;
}
#valentinecampaign2020 .head_ttl {
	position: absolute;
	left: 186px;
	top: 20px;
}
/*カテゴリー ナビゲーション*/
#valentinecampaign2020 .cate_nav {
	display: table;
	table-layout: fixed;
	width: 755px;
	margin: 30px auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#valentinecampaign2020 .cate_nav li {
	display: table-cell;
}
#valentinecampaign2020 .cate_nav li a {
	position: relative;
	display: block;
	padding: 20px 0 30px;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#valentinecampaign2020 .cate_nav li a:hover {
	opacity: 0.6;
}
#valentinecampaign2020 .cate_nav li.menu01 {
	padding:0 10px 0 0;
}
#valentinecampaign2020 .cate_nav li.menu02 {
	padding:0 5px 0 5px;
}
#valentinecampaign2020 .cate_nav li.menu03 {
	padding:0 0 0 10px;
}
#valentinecampaign2020 .cate_nav li.menu01 a {
	color: #fff;
	background: #9d1c30;
}
#valentinecampaign2020 .cate_nav li.menu02 a {
	color: #fff;
	background: #976c43;
}
#valentinecampaign2020 .cate_nav li.menu03 a {
	color: #fff;
	background: #e59c2a;
}
#valentinecampaign2020 .cate_nav li a::before {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	border: 0px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-moz-transform: rotate(135deg);/* FireFox */
	-o-transform: rotate(135deg);/* Opera */
	-webkit-transform: rotate(135deg);/* webkit */
	-ms-transform: rotate(135deg);/* IE9 */
	transform: rotate(135deg);
}
/*商品一覧*/
#valentinecampaign2020 .cate_box {
	margin-bottom: 30px;
}
#valentinecampaign2020 .cate_title {
	padding: 16px 0 12px;
	font-weight: bold;
	font-size: 19px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.1em;
}
#valentinecampaign2020 #cate01 h2,#valentinecampaign2020 #cate02 h2,#valentinecampaign2020 #cate03 h2 {
	text-align: center;
	height: 75px;
	font-size: 24px;
	line-height: 65px;
}
#valentinecampaign2020 #cate01 h2 {
	background: url(/special/valentinecampaign2019/img/title_bg_1.png) no-repeat center 0;
	color: #9d1c30;
}
#valentinecampaign2020 #cate02 h2 {
	background: url(/special/valentinecampaign2019/img/title_bg_2.png) no-repeat center 0;
	color: #976c43;
}
#valentinecampaign2020 #cate03 h2 {
	background: url(/special/valentinecampaign2019/img/title_bg_3.png) no-repeat center 0;
	color: #e59c2a;
}
/*商品ボックス*/
#valentinecampaign2020 .itembox_row {
	margin: 15px 0;
}
#valentinecampaign2020 .itembox_row:after {
	content: "";
	clear: both;
	display: block;
}
#valentinecampaign2020 .itembox {
	float: left;
	width: 370px;
	padding: 30px 45px;
	border: 1px solid #A4A4A4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#valentinecampaign2020 .itembox:first-child {
	margin-right: 15px;
}
#valentinecampaign2020 .itembox .logo {
	margin-bottom: 30px;
}
#valentinecampaign2020 .itembox .name {
	margin-bottom: 20px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
#valentinecampaign2020 .itembox .photo {
	margin-bottom: 20px;
}
#valentinecampaign2020 .itembox .price {
	font-weight: bold;
	font-size: 18px;
}
#valentinecampaign2020 .itembox .price span {
	margin-left: 5px;
	color: #fd0402;
	font-size: 38px;
}
/*セット商品プルダウンメニュー*/
#valentinecampaign2020 .sm_btnbox {
	position: relative;
	cursor: pointer;
	width: 268px;
	margin: auto;
}
#valentinecampaign2020 .sm_btnbox .sm_btn {
	display: block;
	padding: 8px 0 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color: #fd0402;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 19px;
	text-align: center;
	letter-spacing: 0.1em;
	text-decoration: none;
}
#valentinecampaign2020 .sm_btnbox .sm_btn:before{
	content: "";
	display: block;
	position: absolute;
	top: 10%;
	right: 34px;
	width: 1px;
	height: 80%;
	border-left: 1px solid #FFFFFF;
}
#valentinecampaign2020 .sm_btnbox .sm_btn:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #ffffff;
}
#valentinecampaign2020 .sm_btnbox:hover .sm_btn {
	background-color: #0537d3;
}
#valentinecampaign2020 .sm_btnbox:hover span.sm_btn:after{
	margin-top: -3px;
	border-width: 6px 4px 0 4px;
	border-color: #ffffff transparent transparent transparent;
}
#valentinecampaign2020 .sm_list {
	display: none;
	position: absolute;
	z-index: 5;
	width: 96%;
	margin: 0 2%;
	background-color: #E3EBFC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 3px 1px rgba(51,51,51,0.3);
	box-shadow: 0 1px 3px 1px rgba(51,51,51,0.3);
}
#valentinecampaign2020 .sm_btnbox:hover .sm_list {
	display: block;
}
#valentinecampaign2020 .sm_list li {
	margin: 8px 10px;
	padding: 8px 0;
	border: 1px solid #E3EBFC;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#valentinecampaign2020 .sm_list li:hover {
	background-color: #fefbd7;
}
#valentinecampaign2020 .sm_list li a {
	display: table;
	width: 100%;
	border-collapse: collapse;
	text-decoration: none;
}
#valentinecampaign2020 .sm_list li .sm_cellbox {
	display: table-cell;
	vertical-align: middle;
	padding: 2px 10px;
	font-weight: bold;
	color: #000000;
}
#valentinecampaign2020 .sm_list li .sm_cellbox:first-child {
	width: 90px;
	padding: 2px 8px;
	border-right: 1px solid #E3EBFC;
	text-align: center;
}
#valentinecampaign2020 .sm_list li .sm_cellbox .sm_box_name {
	font-size: 13px;
}
#valentinecampaign2020 .sm_list li .sm_cellbox .sm_price {
	font-size: 13px;
}
#valentinecampaign2020 .sm_list li .sm_cellbox .sm_devide {
	display: block;
	color: #ff0303;
	font-size: 13px;
}
/*カテゴリー一覧へいくボタン*/
#valentinecampaign2020 .more_btn_container .col{
	width:500px;
	height:60px;
	margin:0 auto 60px;
	text-align:center;
	vertical-align:middle;
}
#valentinecampaign2020 .more_btn_container .col_2{
	display:table-cell;
	width:452px;
	height:90px;
	margin:0 auto;
	text-align:center;
	vertical-align:middle;
}
#valentinecampaign2020 .more_btn_container .btn {
	display:table;
	border-spacing:0;
	width:100%;
	height:100%;
	text-decoration: none !important;
}
#valentinecampaign2020 .more_btn_container .btn_1day span{
	display:table-cell;
	color:#ffffff;
	background: #9d1c30;
	position:relative;
	height:100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-weight:bold;
	font-size:18px;
	line-height:1.4;
	text-align:center;
	vertical-align:middle;
	letter-spacing:0.1em;
	-webkit-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
#valentinecampaign2020 .more_btn_container .btn_2week span{
	display:table-cell;
	color:#fff;
	background: #976c43;
	position:relative;
	height:100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-weight:bold;
	font-size:18px;
	line-height:1.4;
	text-align:center;
	vertical-align:middle;
	letter-spacing:0.1em;
	-webkit-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
#valentinecampaign2020 .more_btn_container .btn_color span{
	display:table-cell;
	color:#fff;
	background: #e59c2a;
	position:relative;
	height:100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-weight:bold;
	font-size:18px;
	line-height:1.4;
	text-align:center;
	vertical-align:middle;
	letter-spacing:0.1em;
	-webkit-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
#valentinecampaign2020 .more_btn_container .btn span:before{
	content:"";
	display:block;
	position:absolute;
	top:32px;
	right:20px;
	vertical-align:middle;
	width:0;
	height:0;
	margin-top:-8px;
	border-style:solid;
	border-width:6px 0 6px 12px;
	border-color:transparent transparent transparent #ffffff;
}
#valentinecampaign2020 .more_btn_container .btn:hover span{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#valentinecampaign2020 .tempA_pbox .main_box:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
