﻿@charset "UTF-8";

/* ///////////////////////////////////////////////////////////////////
共通
/////////////////////////////////////////////////////////////////// */

.arrange{
	padding: 10px 15px;
	background-color: #f6f6f6;
	vertical-align: middle;
	height: 24px;
}

.navi{
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	clear: both;
}

.pt20 {
	padding-top: 20px;
}

.mr10 {
	margin-right: 10px;
}
/* =========================================================
検索ボックス
========================================================= */
#narrow_wrap {
	width: 280px;
	float: right;
}

#search_narrow {  
    position: relative;  
}

#keywords_narrow {
	color: #D2C4B3;
	width: 150px;
	height: 18px;
	border: 1px solid #D2C4B3;
	padding: 3px 22px 3px 7px;
	margin-right: 15px;
	float: right;
}

#keywords_narrow.onsearch {
	color: #000;
}

#searchBtn_narrow {
	position: absolute;
	left: 240px;
	float: left;
	top: 1px;
}



/* =========================================================
対象件数　ページ総数
========================================================= */

.arrange .number{
	display: block;
    float: left;
    margin-right: 15px;
    font-size: 11px;
    position: relative;
    bottom: -1px;
}

.arrange .number em{
    font-size: 13px;
    font-weight: bold;
    margin: 0 3px;
}

.arrange .result{
	float: right;
    position: relative;
    bottom: -1px;
}


/* =========================================================
並び替えボタン
========================================================= */

.arrange .showArea {
    text-align: center;
    float: left;
    margin-right: 15px;
}

.arrange .showArea li {
    margin-right: 5px;
    position: relative;
    border: solid 1px #a88977;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    color: #a88977;
    padding: 5px;
    box-sizing: border-box;
    float: left;
    background-color: #ffffff;
}
.arrange .showArea li:hover,
.arrange .showArea li label:hover{
	cursor: pointer;
}
.arrange .showArea li:last-child {
    margin-right: 0;
}
.arrange .showArea li .sortBtn {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    transform: scale(1);
}
.arrange .showArea li.select {
    background: #a88977;
    color: #ffffff;
}
/*.sortBtn:checked + .sortBtnTxt {
    background: #a88977;
    color: #ffffff;
}
.commonSearch .selected_condition {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}*/

.arrange .showArea .sortBtnList {
    overflow: hidden;
}

/* =========================================================
商品一覧
========================================================= */
.img_r{
	width: 450px;
	height: 450px;
	margin: auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: solid 1px;
	border-color: #C0C0C0
}

.small{
	width: 220px;
	height: 220px;
	line-height: 0;
}

.img_r img {
    width: auto;
    height: auto;
    max-width: 450px;
    max-height: 450px;
}

.small img{
	max-width: 220px;
	max-height: 220px;
}

* html body .image-resize {
    width: expression(this.width > this.height ? "450px" : "auto");
    height: expression(this.width < this.height ? "450px" : "auto");
}

img {
    -ms-interpolation-mode: bicubic;
}


#items li{
	width: 223px;
	height: 361px;
	float: left;
	padding-right: 25px;
	padding-bottom: 35px;
}

#items .li_right{
	width: 223px;
	float: left;
	padding-right: 0px;
	padding-bottom: 35px;
}

.list_img{
	width: 220px;
	height: 220px;
	border: solid 1px;
	border-color: #947F78;
    display: table-cell;
   	vertical-align: middle;
}

.item_title{
	width: auto;
	height: 38px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.6em;
    max-height: 43px;
    overflow: hidden;
}

.item_title a{
	text-decoration: none;
}

.item_price{
	font-size: 16px;
}
.item_price_taxIN{
	font-size: 11px;
	font-weight: normal;
}

.item_buttons{
	padding-top: 5px;
}

.item_buttons p{
	float: left;
}

.item_buttons .pad_right5{
	padding-right: 5px;
}

.irel {
    position:relative;
}

.iabs {
    position:absolute;
    top:0;
    left:0;
}


/* =========================================================
想いギフト
========================================================= */
.bg_stripe {
	background-image: url("/Images/omoiGift/bgimg.png");
	background-repeat: repeat;
	width: 720px;
	height: 162px;
}
.bg_stripe .omoiframe_setgift {
	border-radius: 5px;
	line-height: 0;
}

/* =========================================================
ブラックフライデークーポン
========================================================= */
.cpn_bf {
	margin-bottom: 20px;
}
.cpn_bf .ttl_limited_coupon {
	line-height: 0;
	text-align: center;
	margin-bottom: 12px;
}
.cpn_bf .bf_coupon {
	position: relative;
	pointer-events: none;
}
.cpn_bf .bf_coupon.comingsoon {
	overflow: hidden;
	border-radius: 8px;
	line-height: 0;
}
.cpn_bf .bf_coupon.comingsoon:after {
	content: '';
	background-color: rgba(0,0,0,0.65);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.cpn_bf .coupon_copy {
	position: relative;
}
.cpn_bf .coupon_copy.ended:after {
	content: '';
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 8px 8px 0 0;
}
.cpn_bf.cpn_thanks .coupon_copy.ended:after {
	border-radius: 0;
}
.cpn_bf .bf_coupon .coupon_copy_wrap {
	background-color: #ffff9f;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 0 0 8px 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cpn_bf.cpn_thanks .bf_coupon .coupon_copy_wrap {
	border-radius: 0;
}
.cpn_bf .bf_coupon .coupon_copy_wrap.thanksgiiving {
	background-color: #f8cc81;
}
.cpn_bf .bf_coupon .coupon_copy_wrap.summerCpn {
	background-color: #ffa2ce;
}
.cpn_bf .bf_coupon button {
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	background: transparent;
	pointer-events: auto;
}
.cpn_bf .bf_coupon .copy_btn{
	margin-left: 50px;
}
.cpn_bf .bf_coupon .code_wrap {
	background-color: #ffffff;
	width: 380px;
	height: 75px;
	text-align: center;
}
.cpn_bf .bf_coupon .code {
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	font-size: 63px;
	color: #000000;
	line-height: 75px;
	font-weight: normal;
}
.cpn_bf .bf_coupon .bnr_bf {
	line-height: 0;
}
.cpn_bf .bf_coupon .bf_note {
	margin-top: 20px;
	padding-bottom: 6px;
	line-height: 0;
}
.cpn_bf .bf_coupon.comingsoon .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 2;
}
.cpn_bf .bf_coupon.comingsoon .icon .ribon {
	position: relative;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    /*background-color: #f8cd82;*//*大感謝祭*/
	background-color: #ffa2ce;/*クーポン*/
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
	transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
	padding: 0 20px;
}
.cpn_bf .bf_coupon.comingsoon .icon .ribon:before,.cpn_bf .bf_coupon.comingsoon .icon .ribon:after {
	content: '';
	position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    /*border-color: #f8cd82 transparent;*//*大感謝祭*/
	border-color: #ffa2ce transparent;/*大感謝祭*/
    border-style: solid;
}
.cpn_bf .bf_coupon.comingsoon .icon .ribon:before {
	left: -14px;
    border-width: 30px 0px 30px 15px;
}
.cpn_bf .bf_coupon.comingsoon .icon .ribon:after {
	right: -14px;
    border-width: 30px 15px 30px 0px;
}
.cpn_bf .coupon_copy.ended .ended_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 2;
}