@charset "utf-8";


.xr-wrap {
	padding-bottom: 200px;
}

.xr-wrap a:hover,
.xmas-category-menu a:hover {
	opacity: 0.7;
}

.xr-line-space {
	margin-top: 10px;
}
.xr-line-space + .xr-line-space {
	margin-top: 50px;
}

.xmas-category-menu li {
	width: 25%;
	margin-top: 0;
	margin-left: 0;
	position: relative;
}

.xmas-category-menu li:first-child {
	width:50%
}

.xmas-category-menu a {
	padding: 5px;
}

.xmas-category-menu img {
	width: 100%;
}

.xmas-category-menu li a:after {
	display: block;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(/img/xmas/s_xmasmenu_btn.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    position: absolute;
    right: 75px;
    bottom: 20px;
}

.xmas-category-menu li:first-child a:after {
	display: block;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(/img/xmas/s_xmasmenu_btn.png);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    position: absolute;
    right: 150px;
    bottom: 40px;
}

.xmas-menu-name {
	text-align: center;
	font-size: 16px;
    position: absolute;
   	right: 30px;
   	top: 35px;
   	color: #4c4141;
}

.xmas-category-menu li:first-child .xmas-menu-name {
	text-align: center;
	font-size: 36px;
    position: absolute;
   	right: 80px;
   	top: 60px;
   	color: #4c4141;
}

.xr-ttl {
	font-size: 30px;
	text-align: center;
	border-bottom: 2px solid #333333;
}

.xr-ttl2 {
    width: 100%;
    background-color: #cb0404;
    color: #fff;
    background-image: url(/img/xmas/s_title_back.png), url(/img/xmas/s_title_back.png);
    background-position: 0 0, 100% -80px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-left: 70px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
	font-size: 30px;
}

.xt-ttl2-catch {
	font-size: 18px;
	margin-left: 20px;
}

.xr-ttl3 {
	font-size: 14px;
	color: #cb0404;
	font-weight: bold;
	border-left: 5px solid #cb0404;
	border-bottom: 1px solid #cb0404;
	padding-left: 13px;
	padding-top: 3px;
    padding-bottom: 3px;
}

.xr-li-category {
	margin-top: 0;
}

.xr-li-category li {
	width: 260px;
}

.xr-li-category a {
	display: table;
	padding: 5px 24px 5px 5px;
	box-sizing: border-box;
	border: 1px solid #cecece;
	position: relative;
	width: 100%;
}

.xr-li-category a:after {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f002';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
}

.xr-li-category .cmn-detailL-wrap {
	width: 76px;
}

.xr-li-category .img-thumb {
	width: 76px;
	height: 76px;
}

.xr-li-category .cmn-detailR-wrap {
	vertical-align: middle;
}

.xr-li-category .txt-contents-title {
	font-weight: normal;
}

.xr-li-category .txt-contents-catch {
	font-size: 12px;
	line-height: 1.1;
}

.xr-li-goods-wrap {
	margin-top: 16px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.xmas-rcmd-li {
	margin-left: -15px;
	border : 0;
	width: 800px;
}

.xmas-rcmd-li li {
    width: 250px;
    border: 1px solid #333;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    margin-left: 15px;
    margin-top: 20px;
	box-sizing: border-box;
    box-shadow: 2px 2px 5px rgba(34, 34, 34, 0.45);
}

.xmas-rcmd-li a {
	padding: 15px;
}

.xmas-rcmd-li li:nth-child(1),
.xmas-rcmd-li li:nth-child(2) {
    width: 382.5px;
    height: 600px;
    border: 1px solid #333;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
	box-sizing: border-box;
    box-shadow: 2px 2px 5px rgba(34, 34, 34, 0.45);
}

.xmas-rcmd-li li:nth-child(1) .xmas-thumb-goods,
.xmas-rcmd-li li:nth-child(2) .xmas-thumb-goods {
	width: 352.5px;
	height: 352.5px;
	float: left;
}

.xmas-thumb-goods {
	width: 100%;
	height: 100%;
}

.xmas-rcmd-li li:nth-child(1) .txt-contents-catch,
.xmas-rcmd-li li:nth-child(2) .txt-contents-catch {
    line-height: 1.5em;
    margin: auto;
    padding-top: 20px;
}

.xmas-rcmd-li li:nth-child(1) .txt-goods-name,
.xmas-rcmd-li li:nth-child(2) .txt-goods-name {
	text-align: center;
	font-size: 16px;
    font-weight: bold;
	height: auto;
	padding-top: 10px;
}

.xmas-rcmd-li li:nth-child(1) .txt-goods-price,
.xmas-rcmd-li li:nth-child(2) .txt-goods-price {
    color: #cc3333;
    font-weight: bold;
    text-align: right;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
}

.xmas-rcmd-li .goods-img-wrap {
	width: 220px;
	height: 220px;
}

.xmas-rcmd-li .thumb-goods {
	max-width: 220px;
	max-height: 220px;
}

.xmas-rcmd-li .txt-goods-name {
	font-size: 12px;
	height: 26px;
   	overflow: hidden;
   	text-align: left;
}