/* cart-page begin */
#main {
	padding: 0;
	background: #F7F7F7;
	font-family: HiraginoSans, sans-serif;
}

#contents {
	padding: 0 0 30px 0;
}

.cart-page header{
	height:auto;
	border:0;
}
.cart{
	overflow:hidden;
	max-width:1122px;
	margin:0 auto;
	background: #F7F7F7;
}
.cart .title-cart{
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	height: 36px;
	padding: 0;
	display: flex;
	align-items: center;
	background: #F7F7F7;
}

/* cart-step */
.cart-step {
	margin:20px 0 0;
	display: flex;
	align-items: center;
	background: transparent;
}

.cart-step span {
	width: max-content;
	border: 1px solid #E8E8E8;
	text-align: center;
	display: flex;
	align-items: center;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	color: #050505;
	position: relative;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 0 33px;
	padding: 10px;
	background: #fff;
	max-height: 38px;
	height: 100%;
}

.cart-step span:before {
	content: '';
	position: absolute;
	left: -22px;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 12px solid #D9D9D9;
	border-bottom: 8px solid transparent;
	margin-top: -9px;
}

.cart-step span:first-child:before {
	content: none;
}
.comp dd p a,
.cart-step span.active {
	color: #FFFFFF;
	background: #363636;
	border: 1px solid #363636;
}

.cart-step span:first-child {
	margin-left: 0;
}
/* top-cart-info */
.top-cart-info {
	overflow:hidden;
	margin: 20px 0;
	overflow:hidden;
}

.top-cart-info.d-none {
	display: none;
}

.top-cart-info-box{
	background:#ffdede;
	text-align:center;
	overflow:hidden;
	margin-top: 10px;
	border-radius: 6px;
}

.top-cart-info .top-cart-info-box:first-child{
	margin: 0;
}

.top-cart-info-box h3{
	background: #C2172D;
	color:#fff;
	font-size:20px;
	line-height: 30px;
	font-weight:bold !important;
	padding: 10px;
}
.top-cart-info-box .tet:after{
	content:'';
	display:block;
	clear:both;
}
.top-cart-info-box strong{
	display:block;
	font-size:20px;
	line-height: 1;
	color:#000000;
	font-weight: 500 !important;
	margin-bottom: 5px;
}

.top-cart-info-box strong span {
	color: #C2172D;
}

.top-cart-info-box strong b{
	font-size:40px;
}

.top-cart-info-box .tet {
	padding: 10px 10px 5px;
}

.top-cart-info-box .s{
	display:block;
	font-size: 16px;
	line-height: 24px;
	color:#000000;
	font-weight: 500;
	margin-bottom: 5px;
}
/* cart-warning-info-text */
.cart-warning-info-text{
	border:2px solid #edcb95;
	position:relative;
	padding:14px 20px 14px 66px;
	margin-bottom:30px;
	background:#fffae7 url(../img/cart-images/i-q.png) no-repeat 12px 15px;
}
.cart-warning-info-text:after{
	content:'';
	display:block;
	clear:both;
}
.cart-warning-info-text:before{
	content:'';
	width:19px;
	height:17px;
	position:absolute;
	bottom:-17px;
	left:50%;
	margin-left:-10px;
	background:url(../img/cart-images/i-arrow.png) no-repeat;
}
.cart-warning-info-text p{
	margin:20px 0 0 !important;
	font-size:15px !important;
	line-height:20px !important;
	color:#000 !important;
	font-weight:bold;
}
.cart-warning-info-text p:first-child{margin:0 !important;}

/* search_list */
/*
.search_list{
	overflow:hidden;
	background:#f2f2f2;
	margin-bottom:30px;
	padding:3px 2px 0;
}
*/
.search_list table{
	margin:0;
	border:0;
}
.search_list > table{
	width:1024px;
	min-width:1024px;
	max-width:1024px;
	margin:0 0 -12px;
}
.search_list table th{width:192px;}
.search_list table th:first-child{width:591px;}
.search_list table td{
	border:1px solid #f2f2f2;
	border-width:12px 14px 28px;
	width:206px;
}
.search_list table td:first-child{width:605px;}
.search_list table th{
	background:#e5e5e5;
	padding:2px;
	border:1px solid #f2f2f2;
	border-width:12px 14px;
}
.search_list table th strong{
	display:block;
	text-align:center;
	background: #e5e5e5;
	font-size:14px;
	line-height:28px;
	color:#555;
}
.search_list td{
	background:#fff;
	padding:0 12px;
	vertical-align:top;
}
.search_list td:first-child{
	background:none;
	padding:0;
}
.search_list .btn-add{
	display:block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border:1px solid #dedede;
	background: #fdfdfd;
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #f4f4f4 100%);
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #fdfdfd 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f4f4',GradientType=0 );
	text-align:center;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	color:#525252;
	padding:4px;
	margin-top:10px;
	height:36px;
	min-height:36px;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.search_list .btn-add span{
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
.search_list .btn-del{
	display:block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border:1px solid #dedede;
	text-align:center;
	font-size:14px;
	line-height:28px;
	color:#525252;
	margin-top:24px;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.search_list .btn-add:hover,
.search_list .btn-del:hover{
	background:#fe4848;
	color:#fff;
}
.search_list .sub-title{
	display:block;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#555;
	text-align:center;
	margin-bottom:15px;
}
.search_list .row{
	margin-bottom:10px !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.search_list .row label{
	padding:0 2px;
	font-size: 14px;
	line-height:21px;
	font-weight: 700;
	color:#000000;
	min-width:44px;
	width: 44px;
	text-align:left;
	white-space: nowrap;
	margin-right: 10px;
}
.search_list .row select{
	display:block;
	border:1px solid #dedede;
	background: #fdfdfd;
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #f4f4f4 100%);
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #fdfdfd 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f4f4',GradientType=0 );
	width:90%;
	outline:none;
}
.search_list .area{
	overflow:hidden;
	border:1px solid #bbb;
	padding-left:45px;
	position:relative;
	background:#fff;
	width:90%;
}
.cart .search_list .area input{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
	width:100%;
	background:none;
	border:0;
	text-align:right;
	font-size:14px;
	line-height:16px;
	color:#555;
	height:28px;
	padding:3px 12px;
	outline:none;
}
.cart .i{
	width:45px;
	top:0;
	left:0;
	bottom:0;
	border:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:left;
	font-size:12px;
	line-height:28px;
	color:#555;
	margin:0;
	padding:0 3px;
	height:28px;
}
.cart .submit{
	display:block;
	border:1px solid #dedede;
	background: #fdfdfd;
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #f4f4f4 100%);
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #fdfdfd 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f4f4',GradientType=0 );
	text-align:center;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	color:#525252;
	padding:4px;
	margin-top:24px;
	min-height:36px;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	outline:none;
}
.cart .submit:hover{
	background:#fe4848;
	color:#fff;
}
.cart .link-frame{
	overflow:hidden;
	position:relative;
	width: 390px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 10px;
}
.cart .link-frame .box-a{
	width: 100%;
	position:relative;
	border: 1px solid #E8E8E8;
	/*margin-left:8px;*/
}
.cart .link-frame .box-a:first-child{margin:0;}
.cart .link-frame .box-a .select-c{
	position:relative;
	border:1px solid #dedede;
	background:#fff;
	overflow:hidden;
	margin-top:14px;
}
.cart .link-frame .box-a .select-c:after{
	content:'';
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	width:15px;
	background:#e5e5e5;
	z-index:1l
}
.cart .link-frame .box-a .select-c:before{
	content:"";
	position:absolute;
	right:4px;
	top:50%;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #1f1f1f;
	z-index:2;
	margin-top:-2px;
}
.cart .link-frame .box-a .select-c select{
	display:block;
	position:relative;
	z-index:3;
	border:0;
	background:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:28px;
	line-height:28px;
	font-size:14px;
	color:#555;
	padding:0 15px 0 12px;
	outline:none;
}
.cart .link-frame .box-a .select-c select::-ms-expand {
	display: none;
}
.cart .link-frame a{
	display:block;
	position:relative;
	width:100%;
	background:#fff;
	margin-left:8px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.cart .link-frame a:first-child{margin:0; height: 100%}
.cart .link-frame a:after{
	content:'';
	position:absolute;
	right: 3px;
	bottom: 3px;
	width: 20px;
	height: 20px;
	overflow:hidden;
	background:url('/common/img/glasses_zoom.png') no-repeat;
	background-size: 100%;
}
.cart .link-frame a:before{
	content:'';
	position:absolute;
	bottom: 3px;
	left: 3px;
	background:#828282;
	font-size:12px;
	line-height: 20px;
	color: #fff;
	padding: 0 5px;
	height: 20px;
}
.cart .link-frame .box-a:nth-child(1n) a:before{
	content:'表';
}
.cart .link-frame .box-a:nth-child(2n) a:before{
	content:'裏';
}
.cart .link-frame .box-a:nth-child(3n) a:before{
	content:'左袖';
}
.cart .link-frame .box-a:nth-child(4n) a:before{
	content:'右袖';
}

.cart .link-frame-happi .box-a:nth-child(1n) a:before{
	content:'左胸';
}
.cart .link-frame-happi .box-a:nth-child(2n) a:before{
	content:'右胸';
}
.cart .link-frame-happi .box-a:nth-child(3n) a:before{
	content:'裏';
}
.cart .link-frame-happi .box-a:nth-child(4n) a:before{
	content:'右袖';
}

.cart .link-frame-carpet .box-a:nth-child(1n) a:before{
	content:'表示範囲';
}

.cart .link-frame .box-a.category-pants:nth-child(1n) a:before{
	content:'左前';
}
.cart .link-frame .box-a.category-pants:nth-child(2n) a:before{
	content:'右前';
}
.cart .link-frame .box-a.category-pants:nth-child(3n) a:before{
	content:'左後';
}
.cart .link-frame .box-a.category-pants:nth-child(4n) a:before{
	content:'右後';
}
.cart .link-frame-load .box-a:nth-child(1n) a:before{
	content:'';
}
.cart .link-frame-load .box-a:nth-child(2n) a:before{
	content:'';
}
.cart .link-frame-load .box-a:nth-child(3n) a:before{
	content:'';
}
.cart .link-frame-load .box-a:nth-child(4n) a:before{
	content:'';
}

.cart .link-frame-laptop-bag .box-a:nth-child(1n) a:before{
	content:'表左';
}
.cart .link-frame-laptop-bag .box-a:nth-child(2n) a:before{
	content:'表右';
}
.cart .link-frame-laptop-bag .box-a:nth-child(3n) a:before{
	content:'裏';
}

.cart .link-frame-pen .box-a:nth-child(1n) a:before{
	content:'表';
}

.cart .link-frame-pen .box-a:nth-child(2n) a:before{
	content:'裏';
}

/* .cart .link-frame-pen .box-a:nth-child(3n) a:before{
	content:'ポケット';
} */
 .cart .link-frame-pen .box-a:nth-child(3n) a:before {
    content: '左袖';
}

/* .cart .link-frame-pen .box-a:nth-child(4n) a:before{
	content:'ポケット';
} */
.cart .link-frame-pen .box-a:nth-child(4n) a:before {
    content: '右袖';
}
.cart .link-frame-mobie .box-a:nth-child(1n) a:before{
	content:'表';
}
.cart .link-frame-mobie .box-a:nth-child(2n) a:before{
	content:'左脇';
}
.cart .link-frame-mobie .box-a:nth-child(3n) a:before{
	content:'右脇';
}
.cart .link-frame-mobie .box-a:nth-child(4n) a:before{
	content:'展開';
}

.cart .link-frame-glove .box-a:nth-child(1n) a:before{
	content:'左手';
}
.cart .link-frame-glove .box-a:nth-child(2n) a:before{
	content:'右手';
}
.cart .link-frame-glove .box-a:nth-child(3n) a:before{
	content:'左袖';
}
.cart .link-frame-glove .box-a:nth-child(4n) a:before{
	content:'右袖';
}

.cart .link-frame-mobie .box-a-1{
	display: none !important;
}

.cart .link-frame-cup .box-a:nth-child(1n) a:before{
	content:'左';
}
.cart .link-frame-cup .box-a:nth-child(2n) a:before{
	content:'右';
}
.cart .link-frame-cup .box-a:nth-child(3n) a:before{
	content:'展開';
}
.cart .link-frame-cup .box-a:nth-child(4n) a:before{
	content:'';
}

.cart .link-frame-cup-1 .box-a:nth-child(1n) a:before{
	content:'中央';
}
.cart .link-frame-cup-1 .box-a:nth-child(2n) a:before{
	content:'左';
}
.cart .link-frame-cup-1 .box-a:nth-child(3n) a:before{
	content:'右';
}
.cart .link-frame-cup-1 .box-a:nth-child(4n) a:before{
	content:'展開';
}

.cart .link-frame-passcase .box-a:nth-child(1n) a:before{
	content:'表';
}
.cart .link-frame-passcase .box-a:nth-child(2n) a:before{
	content:'裏';
}
.cart .link-frame-passcase .box-a:nth-child(3n) a:before{
	content:'展開';
}

.cart .link-frame-bag .box-a:nth-child(1n) a:before{
	content:'表上';
}
.cart .link-frame-bag .box-a:nth-child(2n) a:before{
	content:'表下';
}

.cart .link-frame-basic-happi .box-a:nth-child(1n) a:before{
	content:'左襟';
}
.cart .link-frame-basic-happi .box-a:nth-child(2n) a:before{
	content:'右襟';
}
.cart .link-frame-basic-happi .box-a:nth-child(3n) a:before{
	content:'裏';
}

.cart .link-frame-pants .box-a:nth-child(1n) a:before{
	content:'左前';
}

.cart .link-frame-pants .box-a:nth-child(2n) a:before{
	content:'右前';
}

.cart .link-frame-pants .box-a:nth-child(3n) a:before{
	content:'左後';
}

.cart .link-frame-pants .box-a:nth-child(4n) a:before{
	content:'右後';
}

.cart .link-frame-handkerchief .box-a:first-child a:before {
	content: '右下';
}

.cart .link-frame-smartphone-full-print .box-a:nth-child(1n) a:before {
    content: '表';
}

.cart .link-frame-smartphone-full-print .box-a:nth-child(2n) a:before {
    content: '左';
}

.cart .link-frame-smartphone-full-print .box-a:nth-child(3n) a:before {
    content: '右';
}

.cart .link-frame-smartphone-full-print .box-a:nth-child(4n) a:before {
    content: '展開';
}

.cart .link-frame a img{
	display:block;
	width:100%;
}

.search_list_main.link-frame-pen-target .box-a:nth-child(1) a:before {
    content: "左端" !important;
    position: absolute;
    bottom: 3px;
    left: 3px;
    background: #828282;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    padding: 0 5px;
    height: 20px;
}

.search_list_main.link-frame-pen-target .box-a:nth-child(2) a:before {
    content: "右端" !important;
    position: absolute;
    bottom: 3px;
    left: 3px;
    background: #828282;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    padding: 0 5px;
    height: 20px;
}

.search_list_main.link-frame-pen-target .box-a:nth-child(3) a:before {
    content: "左袖" !important;
}

.search_list_main.link-frame-pen-target  .box-a:nth-child(4) a:before {
    content: "右袖" !important;
}
.cart p{
	margin:0;
	text-align:left;
	font-size:14px;
	line-height:50px;
	color:#555;
	padding:0 3px;
}
.cart .two-box{
	overflow:hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.cart .two-box dl{
	display:block;
	overflow:hidden;
	text-align:center;
	background:#fff;
	width:50%;
}
.cart .two-box dl:first-child{margin-right:10px}
.cart .two-box dl:last-child{margin-left:10px}
.cart .two-box dl dt,
.cart .two-box dl dd{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:32px;
	color:#555;
	font-weight:bold;
}

.cart-slide-block .holder.box-gift-show .product-spec {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #000;
	margin-bottom: 10px;
}

.cart-slide-block .holder.box-gift-show .two-box{
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 10px;
	padding: 20px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	background: #F7F7F7;
}

.cart-slide-block .holder.box-gift-show .two-box div:last-child {
	color: #C2172D;
}

.link-frame-holder .two-box dl:first-child{margin-right:10px}
.link-frame-holder .two-box dl:last-child{margin-left:10px}
.link-frame-holder .two-box dl dt,
.link-frame-holder .two-box dl dd{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:32px;
	color:#555;
	font-weight:bold;
}
.link-frame-holder .two-box dl:last-child dt,
.link-frame-holder .two-box dl:last-child dd{color:#ff0201;}
/* cart-slide-block */
.cart-slide-block{
	overflow:hidden;
	max-width:1080px;
	margin:0 auto 12px !important;
}
.cart-slide-block .slide-link{
	display:flex;
	align-items: center;
	gap: 5px;
	padding: 10px;
	text-align:center;
	height:44px;
	background:#FFFFFF;
	border: 1px solid #E8E8E8;
	font-size:16px;
	line-height: 24px;
	font-weight: 500;
	color:#000000;
	overflow:hidden;
	position:relative;
	border-radius: 6px;
}

.cart-slide-block .slide-link svg {
	width: 14px;
	height: 14px;
	transition: ease 0.3s;
}

.cart-slide-block .slide-link:hover{
	-moz-opacity:0.7;
	 filter:alpha(opacity:70);
	 opacity:0.7;
}


.slide-link-custom {
	left: 0 !important;
}

.cart-slide-block .slide-box {
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	border-top: none;
	overflow: hidden;
}

.cart-slide-block .holder{
	padding: 20px;
}

.cart-slide-block .holder.box-gift-show > div {
	display: flex;
	gap: 10px;
}

.cart-slide-block .link-frame{
	overflow:hidden;
	margin-bottom:10px;
}
.link-frame-holder{
	width:100%;
	min-width:710px;
	margin-right:15px;
	overflow:hidden;
}

.link-frame-holder p {
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	color: #000000;
	margin-bottom: 10px;
}

.cart-slide-block .link-frame{
	overflow:hidden;
	position:relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.cart-slide-block .link-frame a{
	display:block;
	position:relative;
	width:100%;
	background:#fff;
	margin-left: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	padding: 10px;
	border: 1px solid #E8E8E8;
}
.cart-slide-block .link-frame a:first-child{margin:0;}
.cart-slide-block .link-frame a:after{
	content:'';
	position:absolute;
	right:5px;
	bottom:5px;
	width:20px;
	height:22px;
	overflow:hidden;
	background:url('/common/img/glasses_zoom.png') no-repeat;
	background-size: 100%;
}
.cart-slide-block .link-frame a img {
    display: block;
    width: 100%;
}
.cart-slide-block .add-gift-box{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.cart-slide-block .add-gift-box .row form {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
}

.cart-slide-block .submit-btn{
	font-size: 17px;
	line-height: 26px;
	font-weight:700;
	padding: 7px 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	background:#0084FF;
	border: none;
	border-radius: 10px;
	color:#fff ;
	cursor:pointer;
}
.cart-slide-block .submit-btn:hover{
	opacity:0.8;
}
.cart-slide-block .frame{
	display: flex;
	align-items: center;
	gap: 5px;
}
.cart-slide-block .frame i{
	width: 16px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	font-style: normal;
	color: #000000;
}
.cart-slide-block .frame label{
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #000000;
	min-width: 70px;
	display: flex;
	align-items: center;
	white-space: nowrap;
	margin-right: 5px;
}
.cart-slide-block .frame input{
	background: #fff;
	padding: 6px 9px;
	text-align: right;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	border: 1px solid #E8E8E8;
	border-radius: 6px;
	width: 70px;
	height: 40px;
}
.cart-slide-block .image{
	background:#fff;
	overflow:hidden;
	width:100%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.cart-slide-block .image img{
	display:block;
	margin:0 auto;
	max-width:100%;
}

.cart-slide-block .image strong {
	display: block;
	margin: 40px 0 10px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #000;
	width: 100%;
}

.cart-slide-block .image span {
	display: block;
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
	color: #000;
	text-align: left;
}

.cart-slide-block .coupon-box {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cart-slide-block .coupon-box .text-promotion-code {
	min-width: 387px;
	height: 40px;
	border-radius: 6px;
	padding: 11.5px 10px;
	text-align: left;
	margin: 0;
	border: 1px solid #E8E8E8;
}

.cart-slide-block .coupon-box .text-promotion-code::placeholder {
	text-align: left;
	color: #C9C9C9;
	font-size: 16px;
	font-weight: 500;
	line-height: 17px;
}

.cart-slide-block .btn-promotion-code {
	border-radius: 10px;
	padding: 7px 21px;
	background: #0084FF;
	display: block;
	align-items: center;
	gap: 5px;
	font-size: 17px;
	line-height: 24px;
	font-weight: 700;
	height: 40px;
	margin:0;
	text-align: center;
}

.msg-promotion-code {
	margin-top: 10px;
}

.cart-slide-block .btn-promotion-code:before {
	content: unset;
}

.cart-slide-block .btn-promotion-code:after {
	content: '';
	width: 17px;
	height: 17px;
	background: url("https://s3.dualstack.ap-northeast-1.amazonaws.com/storage.up-t.jp/icon_reload.svg") no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin: -2px 0;
}

/* cart-info-block */
.cart-info-block{
	background:#f2f2f2;
	overflow:hidden;
	margin: 20px auto;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.cart-info-block.cart-info-block-fixed .u-point-banner{
	display: none;
}

.cart-info-block .u-point-banner {
	background-color: #fff6cc;
	padding: 10px 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	color: #000;
	gap: 10px;
	margin:10px auto 0;
	width: max-content;
	position: relative;
}

.cart-info-block .u-point-banner .slash {
	position: absolute;
	width: 2px;
	height: 32px;
	background-color: #000;
	top: 50%;
}

.cart-info-block .u-point-banner .slash-left {
	transform: translateY(-50%) rotate(-25deg);
	left: 20px;
}

.cart-info-block .u-point-banner .slash-right {
	transform: translateY(-50%) rotate(25deg);
	right: 20px;
}

.cart-info-block .u-point-banner .text {
	text-align: center;
}

.cart-info-block .u-point-banner .highlight {
	color: #C2172D;
}

.cart-info-block .holder{
	background:#fff;
	overflow:hidden;
	padding:20px;
	border-radius: 10px;
}
.cart-info-block .frame{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-ustify-content: space-between;
	-moz-ustify-content: space-between;
	-ms-ustify-content: space-between;
	justify-content: space-between;
	max-width: 975px;
	margin:0 auto;
	gap: 55px;
}

.cart-info-block .frame .item {
	display: flex;
	gap: 10px;
}

.cart-info-block.cart-info-block-fixed .frame  {
	display: none;
}
.cart-info-block.cart-info-block-fixed .top {
	margin: 0;
}

.user-cart-info-block .frame{
	max-width: none;
}

.cart-info-block .item{
	width:100%;
	max-width: 234px;
	position:relative;
	background: #F7F7F7;
	padding: 20px !important;
}

.cart-info-block .item.custom-item {
	max-width: 359px;
}

.cart-info-block .item.custom-item-tax {
	min-width: 272px;
	max-width: 272px;
	justify-content: center;
}

.cart-info-block .item:after,
.cart-info-block.user-cart-info-block .item.custom-item:after {
	content: '';
	background: url("https://s3.dualstack.ap-northeast-1.amazonaws.com/storage.up-t.jp/plus_big_icon.svg");
	position: absolute;
	width: 35px;
	height: 35px;
	right: -45px;
	top: 50%;
	transform: translateY(-50%);
}

.cart-info-block .item.custom-item:after {
	content: unset;
}

.cart-info-block .item:last-child:after {
	content: '';
	background: url("https://s3.dualstack.ap-northeast-1.amazonaws.com/storage.up-t.jp/equal.svg");
	position: absolute;
	width: 35px;
	height: 22px;
	left: -45px;
	top: 50%;
	transform: translateY(-50%);
}

/*.user-cart-info-block .item:after, .user-cart-info-block .item.custom-item:nth-child(2)::before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	left: -32px;*/
/*	top: 50%;*/
/*	width: 31px;*/
/*	height: 8px;*/
/*	background: #c5c5c5;*/
/*	margin-top: -4px;*/
/*}*/


/*.user-cart-info-block .item:first-child:after, .user-cart-info-block .item.custom-item:nth-child(2)::before {*/
/*	left: auto;*/
/*	right: -20px;*/
/*	width: 8px;*/
/*	height: 31px;*/
/*	margin-top: -16px;*/
/*}*/

/*.user-cart-info-block .item:last-child:before{*/
/*	left: -32px;*/
/*	width: 31px;*/
/*}*/
.cart-info-block .item dl{
	display:block;
	overflow:hidden;
}
.cart-info-block .item dl dt,
.cart-info-block .item dl dd{
	float:left;
	font-size:16px;
	line-height: 22px;
	font-weight: 700;
	color:#000;
}

.cart-info-block .item > strong{
	display:block;
	font-size:14px;
	line-height:13px;
	color:#000;
}

.cart-info-block .item > strong .total_pay_price {
	font-size: 24px;
	color:#C2172D;
}

.cart-info-block .item > strong .total_pay_price small {
	font-size: 16px;
}

.cart-info-block .item dl.mark dt,
.cart-info-block .item dl.mark dd{color:#C2172D;}
.cart-info-block .item:last-child > strong{
	display:block;
	font-size: 16px;
	line-height: 20px;
	color:#000;
}

.cart-info-block .item .fs-10-ct {
	font-size: 14px !important;
	font-weight: 500;
	line-height: 11px;
}

.cart-info-block .top{
	margin-bottom:27px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.cart-info-block .top:after{
	content:'';
	display:block;
	clear:both;
}
.cart-info-block .btn-purchase{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 280px;
	min-width: 280px;
	height: 70px;
	background: #E61E02;
	text-align: center;
	font-size: 22px;
	line-height: 33px;
	font-weight:700;
	color:#fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius: 10px;
}

.cart-info-block .btn-purchase:hover{
	opacity:0.8
}
.cart-info-block .info{
	width: max-content
}
.cart-info-block .info:after{
	content:'';
	display:block;
	clear:both;
}
.cart-info-block .info .box-wrap{
}

.cart-info-block .info .box-wrap > div {
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.cart-info-block .info .box-wrap > div:first-child {
	padding-bottom: 10px;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 10px;
}

.cart-info-block .info .box-wrap .total_pay_price {
	font-size: 36px;
	line-height: 1;
	font-weight: 700;
	font-family: Arial;
}

.cart-info-block .info dl{
	display:block;
}
.cart-info-block .info dl:after{
	content:'';
	display:block;
	clear:both;
}
.cart-info-block .info dl dt,
.cart-info-block .info dl dd{
	float:left;
	padding:0;
	margin:0;
	font-size:14px;
	line-height:28px;
	color:#555;
}
.cart-info-block .info dl:first-child dd{
	font-size:22px;
	font-weight:bold;
}
.cart-info-block .info dl:first-child dd span{
	font-size:32px;
}
/* btn-add-new-item */
.btn-add-new-item{
	display:block;
	margin:0 auto 22px;
	background:#48b3fe;
	overflow:hidden;
	width:656px;
	text-align:center;
	font-size:23px;
	line-height:82px;
	font-weight:bold;
	color:#fff !important;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.btn-add-new-item:after{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:27px;
	height:27px;
	background:url(../img/cart-images/item-cart03.png) no-repeat;
	overflow:hidden;
	margin-left:10px;
}
.btn-add-new-item:hover{opacity:0.8}
/* order-delivery-block */
.order-delivery-block{
	overflow:hidden;
	max-width:1080px;
	margin:0 auto;
	background:#fff;
	border:1px solid #E8E8E8;
	text-align:center;
	font-size: 22px;
	line-height: 33px;
	font-weight:bold;
	color:#000;
	padding: 20px;
	clear: both;
	height: 88px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.order-delivery-block.nobori-item {
	height: unset;
	padding: 0;
	gap: 0;
}

.order-delivery-block .order-delivery-item {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 23px;
}
.order-delivery-block .order-delivery-item:nth-child(1) {
	border-right: 1px solid #ccc;
}
.order-delivery-block .order-delivery-item .order-delivery-item-header {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #000000;
	position: relative;
}
.order-delivery-block .order-delivery-item .order-delivery-item-header:after {
	content:'';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: solid 10px;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}
.order-delivery-block .order-delivery-item.silk-item .order-delivery-item-header {
	background-color: #cde9f4;
}
.order-delivery-block .order-delivery-item.silk-item .order-delivery-item-header:after {
	border-top-color: #cde9f4;
}
.order-delivery-block .order-delivery-item.ink-item .order-delivery-item-header {
	background-color: #fee3e4;
}
.order-delivery-block .order-delivery-item.ink-item .order-delivery-item-header:after {
	border-top-color: #fee3e4;
}
.order-delivery-block span{
	font-size:32px;
	color: #C2172D;
	line-height: 48px;
}

.other-popular-items {
	margin-top: 40px;
}

.other-popular-items h2 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	color: #000;
	text-align: center;
	margin-bottom: 10px	;
}

.other-popular-items .list-same-item {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.other-popular-items .list-same-item .same-item {
	padding: 15px;
	background: #FFFFFF;
	border-radius: 10px;
}

.other-popular-items .list-same-item .same-item .image {
	padding: 15px;
	min-height: 232.5px;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.other-popular-items .list-same-item .same-item .name {
	font-size: 16px;
	line-height: 19px;
	color: #000;
	font-weight:500;
	margin: 0 auto 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 38px;
	max-width: 164px;
	text-align: center;
}

.other-popular-items .list-same-item .same-item .price{
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	color: #363636;
	margin-bottom: 10px;
	text-align: center;
}

.other-popular-items .list-same-item .same-item .price span {
	color: #C2172D;
}

.other-popular-items .btn-goto-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 100%;
	height: 50px;
	background: #E61E02;
	text-align: center;
	font-size: 17px;
	line-height: 26px;
	font-weight: 700;
	color: #fff;
	border-radius: 6px;
	border: none;
	cursor: pointer;
}

.other-popular-items .btn-goto-item svg {
	width: 17px;
	height: 17px;
}

/* form-block-cart */
.form-block-cart{
	overflow:hidden;
	background:#fff;
	padding:8px 28px;
	width:100%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.form-block-cart table{
	width:100%;
	overflow:hidden;
}
.form-block-cart table td{
	border:0;
	border-top:1px solid #ababab;
	padding:18px 0;
	vertical-align:top;
}
.form-block-cart table tr:first-child td{border:0;}
.form-block-cart table td:first-child{
	width:164px;
	min-width:164px;
	padding-left:22px;
}
.form-block-cart table td:nth-child(2n){
	width:48px;
	padding-right:48px;
	padding-left:10px;
}
.form-block-cart table strong{
	display:block;
	float:left;
	font-size:18px;
	line-height:40px;
	color:#000;
}
.form-block-cart .mark{
	display:block;
	text-align:center;
	font-size:16px;
	line-height:32px;
	color:#fff;
	min-width:48px;
	background:#b7b7b7;
	margin:4px 0;
}
.form-block-cart .mark.add{background:#fe4848;}
.form-block-cart .text{
	display:block;
	float:left;
	border:1px solid #c7c7c7;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background:#fff;
	font-size:16px;
	line-height:18px;
	color:#000;
	padding:10px;
	outline:none;
}
.btn-automatically-enter{
	display:inline-block;
	vertical-align:top;
	border:1px solid #e2e2e2;
	background: #fdfdfd;
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #f3f3f3 100%);
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f3f3f3 100%);
	background: linear-gradient(to bottom,  #fdfdfd 0%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f3f3f3',GradientType=0 );
	font-size:13px;
	line-height:16px;
	color:#525252;
	padding:11px 16px;
	margin-left:18px;
}
.btn-automatically-enter:hover{
	background:#000;
	color:#fff;
}
.form-block-cart .area{
	overflow:hidden;
	margin-top:14px;
}
.form-block-cart .area:first-child{margin:0;}
.form-block-cart .area strong{
	float:left;
	padding:0 12px 0 18px;
}
.form-block-cart .area strong:first-child{
	padding-left:0;
	min-width:90px;
}
.form-block-cart .w1{width:316px !important;}
.form-block-cart .w2{width:156px !important;}
.form-block-cart .w3{width:282px !important;}
.form-block-cart .w4{width:100px !important;}
.form-block-cart .w5{width:250px !important;}
.form-block-cart input[type="number"]{
	display:block;
	float:left;
	border:1px solid #c7c7c7;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:#fff;
	font-size:16px;
	line-height:38px;
	color:#000;
	padding:0 0 0 10px;
	outline:none;
	background: #fdfdfd;
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #f3f3f3 100%);
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f3f3f3 100%);
	background: linear-gradient(to bottom,  #fdfdfd 0%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f3f3f3',GradientType=0 );
}
.form-block-cart select{
	display:block;
	float:left;
	border:1px solid #c7c7c7;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:#fff;
	font-size:16px;
	line-height:38px;
	color:#000;
	padding:0 0 0 10px;
	outline:none;
	width:205px;
	height:39px;
	background: #fdfdfd;
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #f3f3f3 100%);
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f3f3f3 100%);
	background: linear-gradient(to bottom,  #fdfdfd 0%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f3f3f3',GradientType=0 );
}
.form-block-cart .sub-text{
	display:block;
	overflow:hidden;
	width:100%;
	float:left;
	color:#555;
	font-size:14px;
	line-height:20px;
	margin:16px 0 0;
}
.cart .bottom-btn{
	overflow:hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.cart .bottom-btn .btn-back{
	display:block;
	width:240px;
	height:63px;
	overflow:hidden;
	text-align:center;
	background:#b9b9b9;
	color:#fff;
	font-size:24px;
	line-height:62px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	margin-left:26px;
	border: 0;
}
.cart .bottom-btn .btn-back:hover{
	background:#000;
}
.submit-to-cart{
	display:block;
	width:346px;
	height:74px;
	background:#fe4848;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	overflow:hidden;
	position:relative;
	text-align:center;
	font-size:32px;
	line-height:74px;
	font-weight:bold;
	color:#fff;
}
.fs-16 {
	font-size: 16px;
}
.w-406, .submit-to-cart input.w-406 {
	width: 406px;
}
.submit-to-cart input,
.submit-to-cart a{
	display:block;
	position:absolute;
	overflow:hidden;
	z-index:2;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:346px;
	height:74px;
	text-indent:-9999px;
	background:none;
	border:0;
	outline:none;
	cursor:pointer;
}
.submit-to-cart:hover{background:#000;}
.submit-to-cart:after{
	content:"";
	display:inline-block;
	vertical-align:middle;
	background:url(../img/cart-images/item-cart04.png) no-repeat;
	width:41px;
	height:40px;
	margin-left:30px;
}
/* point-info-block */
.point-info-block{
	border:1px solid #ccc;
	background:#fff;
	overflow:hidden;
	margin-bottom:40px;
	padding:15px 44px;
}
.point-info-block .top{
	overflow:hidden;
	padding-left:288px;
	font-size:18px;
	line-height:34px;
	font-weight:bold;
	color:#000;
	margin-bottom:6px;
}
.point-info-block .top span{
	font-size:23px;
	color:#fe4848;
	display:inline-block;
	vertical-align:top;
}
.point-info-block .wrap-box{
	overflow:hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.point-info-block .wrap-box strong{
	display:block;
	min-width:238px;
	width:100%;
	font-size:25px;
	line-height:50px;
	font-weight:bold;
	color:#000;
}
.point-info-block .sub-box{
	background:#f9f9f9;
	overflow:hidden;
	width:100%;
	min-width:696px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:20px 50px 15px;
}
.point-info-block .sub-box span{
	float:left;
	font-size:25px;
	line-height:42px;
	font-weight:bold;
	color:#000;
}
.point-info-block .sub-box label{
	float:right;
	font-size:25px;
	line-height:42px;
	font-weight:bold;
	color:#000;
}
.point-info-block .sub-box label input{
	float:left;
	font-size:28px;
	line-height:30px;
	font-weight:bold;
	color:#000;
	background:#fff;
	border:1px solid #bfbfbf;
	width:224px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	padding:5px 12px;
	text-align:right;
	margin-right:12px;
	outline:none
}
.point-info-block .sub-box label input:-moz-placeholder {color:#000;opacity:1;}
.point-info-block .sub-box label input::-moz-placeholder {color:#000;opacity:1;}
.point-info-block .sub-box label input::-webkit-input-placeholder {color:#000;}
.point-info-block .sub-box label input:-ms-input-placeholder {color:#000;}
.point-info-block .sub-box label input::placeholder{color:#000;}
.point-info-block .sub-box label input.placeholder{color:#000 !important;}
.point-info-block .sub-box label input:focus:-moz-placeholder {color:transparent;}
.point-info-block .sub-box label input:focus::-moz-placeholder {color:transparent;}
.point-info-block .sub-box label input:focus::-webkit-input-placeholder {color:transparent;}
.point-info-block .sub-box label input:focus:-ms-input-placeholder {color:transparent;}
.point-info-block .sub-box label input:focus::placeholder {color:transparent;}
.padio-wrap{
	overflow:hidden;
	margin:0 -5px;
	width:660px;
}
.padio-wrap-holder{
	overflow:hidden;
	margin-bottom:26px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.padio-wrap-holder:last-child{margin:0 0 10px;}
.padio-wrap-holder .colums{
	width:33%;
	position:relative;
	overflow:hidden;
	margin:0 5px;
}
.padio-wrap-holder .radio + label{
	cursor: pointer;
	border:1px solid #e0e0e0;
	display:block;
	background: #e9e9e9;
	background: -moz-linear-gradient(top,  #e9e9e9 0%, #fafafa 37%, #ededed 68%, #e3e3e3 100%);
	background: -webkit-linear-gradient(top,  #e9e9e9 0%,#fafafa 37%,#ededed 68%,#e3e3e3 100%);
	background: linear-gradient(to bottom,  #e9e9e9 0%,#fafafa 37%,#ededed 68%,#e3e3e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e3e3e3',GradientType=0 );
	line-height:39px;
	overflow:hidden;
	font-size:13px;
	color:#000;
	white-space:nowrap;
}
.padio-wrap-holder .radio:not(checked) {
	position: absolute;
	opacity: 0;
}
.padio-wrap-holder .radio:not(checked) + label {
	position: relative;
	padding: 0 0 0 50px;
	text-align:left;
}
.padio-wrap-holder .radio:not(checked) + label:before {
	content: '';
	position: absolute;
	top:-1px;
	left:-1px;
	width:41px;
	height:41px;
	background:url(../img/cart-images/bullet-padio01.png) no-repeat;
	overflow:hidden;
}
.padio-wrap-holder .radio:checked + label:before {
	background:url(../img/cart-images/bullet-padio02.png) no-repeat;
}
.padio-wrap-holder .colums p{
	font-size:10px;
	line-height:15px;
	color:#000;
	padding:0;
	margin:6px 0 0;
}
/* order-cart-list */
.order-cart-list{
	overflow:hidden;
	margin-bottom:30px;
	background:#f2f2f2;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding:18px 15px 15px;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-top: 20px;
}
.order-cart-list dl{
	background:#fff;
	margin-left:40px;
	position:relative;
	width:100%;
	min-width:108px;
	padding:15px 0;
	color:#555;
}
.order-cart-list dl:first-child{
	margin:0;
	min-width:108px;
}
.order-cart-list dl:last-child{
	min-width:108px;
}
.order-cart-list dl dt,
.order-cart-list dl dd{
	display:block;
	text-align:center;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
}
.order-cart-list dl:nth-child(2) {
	color:#fe4848;
}
.order-cart-list dl:after{
	content:"";
	position:absolute;
	left:-31px;
	top:50%;
	margin-top:-11px;
	width:22px;
	height:22px;
	overflow:hidden;
	background:url(../img/cart-images/cart-bullet01.png) no-repeat;
}
.order-cart-list dl:first-child:after{display:none;}
.order-cart-list dl:last-child:after{background:url(../img/cart-images/cart-bullet02.png) no-repeat;}
.order-cart-list dl:nth-child(2):after{background:url(../img/cart-images/cart-bullet03.png) no-repeat;}
/* product-type-block */
.product-type-block{
	background:#f2f2f2;
	margin-bottom:30px;
	padding:0 16px 4px;
}
.product-type-block table{
	width:100%;
}
.product-type-block table th{
	border:1px solid #f2f2f2;
	border-width:17px 4px 13px;
}
.product-type-block table th:nth-child(1){
	width:22%;
}
.product-type-block table th:nth-child(2){
	width:17%;
}
.product-type-block table th:nth-child(3){
	width:17%;
}
.product-type-block table th:nth-child(4){
	width:22%;
}
.product-type-block table th:nth-child(5){
	width:22%;
}
.product-type-block table td{
	border:1px solid #f2f2f2;
	border-width:0 4px 4px;
	background:#fff;
	text-align:center;
	vertical-align:middle;
	font-size:16px;
	line-height:20px;
	color:#555;
	height:80px;
	font-weight:bold;
}
.product-type-block table th strong{
	display:block;
	text-align:center;
	background: #fdfdfd;
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #f5f5f5 100%);
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #fdfdfd 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f5f5f5',GradientType=0 );
	font-size:14px;
	line-height:28px;
	color:#555;
	border:2px solid #fff;
}
.form-block-cart .sub-text.mt0{
	margin-top:0;
	padding:0;
}
.form-block-cart .sub-text.mt10{
	margin-top:10px;
	padding:0;
}
.padio-wrap-holder.add .colums{width:50%;}
.form-block-cart .expiration-date-block{
	overflow:hidden;
}
.form-block-cart .expiration-date-block span{
	float:left;
	font-size:18px;
	line-height:40px;
	font-weight:bold;
	color:#000;
	padding:0 16px 0 12px;
}
.form-block-cart .expiration-date-block span:first-child{padding-left:0;}
.form-block-cart .expiration-date-block select{width:68px;}
.form-block-cart .page-wrap{overflow:hidden;}
.form-block-cart .comment{
	border:1px solid #bbb;
	background:#fff;
	overflow:hidden;
	margin:0 56px 0 0;
}
.form-block-cart .comment textarea{
	display:block;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	max-width:100%;
	min-width:100%;
	height:151px;
	min-height:151px;
	resize:none;
	padding:10px;
	font-size:14px;
	line-height:18px;
	color:#000;
	margin:0;
	border:0;
	background:none;
	outline:none;
}

/**/

.sub-text.add01{
 float:right;
 width:230px;
 margin:0;
 font-size:12px;
 line-height:40px;
}

.form-block-cart .add-td01 .area strong:first-child{
 min-width:114px;
}

.form-block-cart .mark.add01{margin:21px 0;}
.form-block-cart table td{
 border:0;
 border-bottom:1px solid #ababab;
}
.form-block-cart table tr:last-child td{
 border:0;
}
.search_list .mt9{margin-top:9px !important;}
/* cart-page end */

.cart .two-box{
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
}
.cart .two-box dl{width:197px;}


/* cart-page end */
#head_top  #dropmenu-logo-top:hover{background:none;}
#head_top  #dropmenu-logo-top a:hover,
#head_top  #dropmenu-logo-top a{
 display:block;
 overflow:hidden;
 text-indent:-999px;
 height:60px;
 background: url(../img/logo-sp.png) no-repeat 50%;
 background-size: 50%;
 padding: 0 !important;
 margin: 0;
}
.cart h2.search_list-title{
	background: #363636;
	text-align:center;
	padding: 10px;
	margin:0;
	font-size: 20px;
	line-height: 30px;
	font-weight:700;
	color:#fff;
	height:auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.search_list{
	overflow:hidden;
	margin:0;
	background:#F7F7F7;
}
.search_list_main{
	padding: 20px;
	overflow:hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 20px;
	background: #fff;
}

.box-sale-design div {
	height: 31px ;
	background-color: transparent;
	font-size: 14px !important;
	line-height: 21px !important;
	padding: 5px 10px !important;
}

.full-sale {
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translateY(-50%);
}

.search_list_main .search_list_left{
	width:425px;
	display: flex;
	flex-direction: column;
}
.search_list_main .search_list_left h3{
	text-align:center;
	padding:0;
	font-size:14px;
	line-height:32px;
	color:#555;
	font-weight:bold;
	margin:0 0 12px;
	background:#e5e5e5;
}

.search_list_main .btn_search{
	width: 208px;
	height: 50px;
	display:flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin:0 auto;
	background: #0084FF;
	font-size:17px;
	line-height: 26px;
	font-weight:bold;
	padding: 12px;
	overflow:hidden;
	text-align:center;
	border-radius: 10px;
	color:#fff !important;
	cursor:pointer;
	border: none;
}
.search_list_main .btn_search:hover{
	opacity:0.8;
}

.search_list_main .search_list_right .box-r {
	display: flex;
	align-items: center;
	gap: 10px;
}


.search_list_main .btn_search.add02{
	background: #363636;
	border: none;
	padding: 15px;
	font-size: 17px;
	line-height: 26px;
	float: right;
	margin: 0;
	width: 100%;
}

.search_list_main .btn_search.add01 {
	padding: 15px;
	font-size: 17px;
	line-height: 26px;
	width: 100%;
}

.search_list_right{
	/*width:486px;*/
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.search_list_right-top {
	display: flex;
	justify-content: space-between;
}

.search_list_right-top:after{
	content:'';
	display:block;
	clear:both;
}
.search_list_right-top .box-l{
	float:left;
}
.search_list_right-top .box-r{
	float:right;
	margin-top:-4px;
}
.search_list_right-top .box-r .btn_search{
	width:169px;
	line-height:35px;
	font-size:13px;
	margin-top:3px;
}

.search_list_right-btms .btn_search{
	line-height: 25px;
	padding: 15px 16px;
	margin-bottom: 9px;
	float: right;
}

.search_list_right .box-r {
	margin-top: 20px;
}

.search_list_right .cart {
	background: #fff;
}

.search_list_info h4{
	background:#e5e5e5;
	font-size:12px;
	line-height:35px;
	font-weight:bold;
	color:#555;
	padding:0 12px;
	margin-bottom:5px;
}
.search_list_info dl{
	display:block;
	overflow:hidden;
}

.search_list_info dl dt,
.search_list_info dl dd{
	float:left;
	font-size: 14px;
	line-height:21px;
	color: #000000;
	font-weight: 500;
	padding:0;
	margin:0;
}

.search_list_info dl dt {
	min-width: 137px;
}

.search_total{
	display:block;
	overflow:hidden;
	margin:8px 0 0;
	padding:0;
	text-align:right;
}
.search_total dt,
.search_total dd{
	display:inline-block;
	vertical-align:top;
	font-size:15px;
	line-height:20px;
	color:#fc0000;
	font-weight:bold;
	padding:0;
	margin:0;
}
.add-new-item-cart{
	display: flex;
	align-items: center;
	max-width: 335px;
	padding: 18.5px 44px;
	gap: 5px;
	margin:0 auto 40px;
	background: #0084FF;
	font-size: 22px;
	line-height: 33px;
	font-weight:700;
	border: none;
	border-radius: 10px;
	color:#fff !important;
	cursor:pointer;
}
.add-new-item-cart:hover{opacity:0.8}

.search_list .row select{font-size:12px;}
.cart-slide-block-holder{
	overflow:hidden;
	position:relative;
	padding-top:32px;
}
.cart-slide-block-holder .cart-slide-block{overflow:visible;}
.cart-slide-block-holder .cart-slide-block:after{
	content:'';
	display:block;
	clear:both;
}
.cart-slide-block-holder .cart-slide-block .slide-link{
	position:absolute;
	top:0;
	left:205px;
}

.cart-slide-block-holder .cart-slide-block.slide-active .slide-link svg {
	transform: rotate(180deg)
}

.cart-slide-block-holder .cart-slide-block.slide-active .slide-link {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	font-weight: 700;
}

/* update car 14_08_2017 */
.search_list_info{
	/*display: -webkit-box;*/
	/*display: -moz-box;*/
	/*display: -ms-flexbox;*/
	/*display: -webkit-flex;*/
	/*display: flex;*/
	/*padding:0;*/
	margin-top: 20px;
}

.search_list_info input{display:none;}
.search_list_info dl dt,
.search_list_info dl dd{
	font-size:12px;
	color:#424242;
}

.search_list_info .checked dl dt,
.search_list_info .checked dl dd{
	color:#555;
}
.search_list_info h4{
	position:relative;
	padding-left:28px;
}
.search_list_info h4:after{
	content:'';
	position:absolute;
	left:6px;
	top:50%;
	background:#d2d2d2;
	width:18px;
	height:18px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	margin-top:-9px;
}
.search_list_info .checked h4:after{
	background:#3e8bff;
}
.warning-information-n{
	position:relative;
	background:#ffea00;
	border:1px solid #e88c8c;
	border-bottom-width:3px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:16px 0 11px;
	padding:5px 11px;
	font-size:14px;
	line-height:19px;
	color:#242424;
	font-weight:bold;
}
.warning-information-n:after{
	content:'';
	position:absolute;
	bottom:-12px;
	right:84px;
	width:18px;
	height:12px;
	background:url(../img/icon-warning-information-n.png) no-repeat;
	overflow:hidden;
}
.warning-information-n span{color:#e70000}
.search_list_left .two-btns-center_n{
	overflow:hidden;
	text-align:center;
}
.search_list_left .two-btns-center_n a{
	display:inline-block;
	margin:0 5px;
	vertical-align:top;
}
.item_detail_set img{
	background: #efefef !important;
}
.two-btn-cart-n{
	overflow:hidden;
	margin:40px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.two-btn-cart-n .add-new-item-cart{
	height:84px;
	width:430px;
	line-height:26px;
	margin:0 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
.add-new-item-cart:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.add-new-item-cart:hover:before{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
}
/* update car 14_08_2017 end */
/* update car 21_11_2017 */
.warning-information-n{display:none;}
.warning-information-n.viz{display:block;}
.warning-information-n.add:after{
	right:auto;
	left:84px;
}
/* update car 21_11_2017 end */

/* Start update cart 2018-01-11 */
.btn_search.disabled {
	background-color: #cccccc;
	border-bottom: none;
	cursor: default;
}

.btn_search.disabled:hover {
	opacity: 1;
}
/* End update cart 2018-01-11 */

/* Start update cart 2018-02-08 */
.sub_total-new-custom {
	display: flex;
	flex-direction: column;
	width: 50%;
	align-items: center;
}
.sub_total-new-custom p {
	color: #C2172D;
	line-height: 27px;
	font-size: 18px ;
	font-weight: 700 ;
}
.sub_total.pt7 {
    padding-top: 7px;
	color: #282828;
	font-size: 18px;
	line-height: 27px;
	position: relative;
	margin-bottom: 35px;
	white-space: nowrap;
}
.sub_total.pt7:after {
	content: '';
	position: absolute;
	bottom: -20px;
	right: 7px;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 15px solid #C2172D;
	left: 50%;
	transform: translateX(-50%);
}
.sub_total {
    font-size: 18px !important;
    font-weight: 700 !important;
	color: #bababa;
	line-height: 20px;
	width: 100%;
	text-align: center;
}

.checked .sub_total {
	color: #282828 !important;
	border-top: 1px dotted #555;
}
/* End update cart 2018-02-08 */
.select-size .jcf-select {
	min-width: 102x;
	max-width: 102px;
}

.input-size {
	height: 40px;
	width: 50px;
	text-align: right;
	border-radius: 10px;
	border: 1px solid #E8E8E8;
	padding: 11px 10px;
}

.input-custom {
	margin-left: 7px;
	display: flex;
	align-items: center;
}

.row-custom {
	height: 39px;
}

.row-custom .btn_search {
	line-height: 35px;
}

.close, .close-item-option {
	width: 24px;
	height: 24px;
	background: url('https://s3.dualstack.ap-northeast-1.amazonaws.com/storage.up-t.jp/remove-plus.svg');
	background-repeat: no-repeat;
	border-radius: 15px;
	position: relative;
	margin-left: 15px;
	/*margin-right: 8px;*/
}

.btn_search.search-custom {
	line-height: 38px;
}

.search_list .row .label-custom {
	font-size: 12px !important;
	min-width: 16px;
	width: 16px;
	margin-left: 5px;
}

.custom-msg{
	padding: 0 2px;
	font-size: 12px;
	color: red !important;
	min-width: 40px;
	text-align: left;
}

.msg-error-size {
	text-align: center;
	margin-bottom: 27px;
	color: red !important;
}

.payIsAfter2DisAble .radio:not(checked) + label:before {
	content: '';
	position: absolute;
	top:-1px;
	left:-1px;
	width:41px;
	height:41px;
	background:url(../img/cart-images/bullet-padio03.png) no-repeat;
	overflow:hidden;
}

#updateCheckoutDetails {
	float: right;
	display: block;
	width: 240px;
	height: 63px;
	overflow: hidden;
	text-align: center;
	background: #b9b9b9;
	color: #fff;
	font-size: 24px;
	line-height: 62px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-left: 26px;
	border: 0;
}

#updateCheckoutDetails:hover {
	background: #000;
}

.hidden {
display: none;
}
.content_detail_stone {
	font-weight: 400 !important;
	padding-left: 20px !important;
}
.img_stone {
	vertical-align: middle;
	margin-right: 5px;
	width: 20px;
}
.detail_stone_item {
	margin-bottom: 10px;
}
.select-custom {
	width: 265px;
	box-sizing:border-box;
	position:relative;
	border:1px solid #E8E8E8;
	border-radius: 6px;
	background:#fdfdfd;
	background: #fff;
	height: 40px;
	padding: 11px 10px;
}
.select-custom strong{
	display:block;
	cursor:pointer;
	position:relative;
	overflow: hidden;
}
.select-custom strong span{
	display:block;
	cursor:pointer;
	position:relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	line-height: 17px;
	font-weight:normal;
	color:#000;
}

#wrapper .search_list_right .cart .select-size .jcf-select {
	width: 150px;
	box-sizing:border-box;
	position:relative;
	border:1px solid #E8E8E8;
	border-radius: 6px;
	background:#fdfdfd;
	background: #fff;
	height: 40px;
	padding: 11px 10px;
}

#wrapper .search_list .row .select-size .jcf-select-text {
	margin: 0 20px 0 0 !important;
	font-size: 14px;
	line-height: 17px;
}

#wrapper .search_list_right .cart .select-size .jcf-select-opener:after {
	left: 0;
	margin: 0;
}

.select-custom strong:after ,
#wrapper .search_list_right .cart .select-size .jcf-select-opener:after {
	content:'';
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	right: 0;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 11px solid #E61E02;
}
.select-custom ul{
	display:none;
	border:1px solid grey;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	background:#fff;
	z-index:10;
	max-height:200px;
	overflow:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
}
.select-custom ul.active{display:block;}
.select-custom li{
	list-style:none;
	padding:2px 5px 2px 32px;
	cursor:pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size:13px;
	line-height:28px;
	font-weight:normal;
	overflow:hidden;
	position:relative;
}
.select-custom li:hover{
	background: #e6e6e6;
}
.select-custom li span{
	position:absolute;
	left:4px;
	position:absolute;
	top:50%;
	overflow:hidden;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	margin-top:-12px;
	border:1px solid #dedede;
	width:23px;
	height:23px;
}

.clear-fix {
  content: '';
  display: block;
  clear: both;
}

.cart-ct-1 .search-cart-block .title-cart {
  position: relative;
  padding-right: 100px;
}

.cart-ct-1 .title-cart .note {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}

.cart-ct-1 .bg-blue {
  background: #00a2ff;
  border-bottom: 2px solid #0576b7;
}

.cart-ct-1 .search-cart-block input.bg-blue {
  background: #00a2ff !important;
  border-bottom: 2px solid #0576b7;
}

.cart-ct-1 .btn-blue {
  border: 1px solid #00a2ff;
  background: #fff;
  border-radius: 30px;
  color: #00a2ff !important;
  line-height: 16px;
  position: relative;
  padding-right: 30px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-ct-1 .btn-blue:focus {
  outline: unset;
}

.cart-ct-1 .btn-blue:after {
  content: '\f054';
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 9px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.cart-ct-1 .btn-blue:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #00a2ff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.cart-ct-1 .search_list_right-top .box-r .width-auto {
  width: auto;
}

.cart-ct-1 .search_list_right-top-ct {
  border: 0;
  padding-bottom: 0;
}

.cart-ct-1 .search_list_right-top-ct .box-l {
  padding-right: 0;
}

.cart-ct-1 .search_list_right-top .row:last-child .btn-left,
.cart-ct-1 .search_list_right-top .row:last-child .btn-right {
  width: calc(100% / 2);
  padding: 0 5px;
}

.cart-ct-1 .btn-size,
.cart-ct-1 .btn-draw {
  height: 40px;
}

.cart-ct-1 .btn-size {
  margin-right: 5px;
}

.cart-ct-1 .box-search_list_info {
  display: flex;
}

.cart-ct-1 .box-search_list_info .search_list_info {
  flex: 1;
}

.cart-ct-1 .box-search_list_info .search_list_info:first-child {
  border-right: 0;
}

.cart-ct-1 .box-search_list_info .search_list_info h4 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.cart-ct-1 .box-search_list_info .search_list_info h4:after {
  content: unset;
}

.cart-ct-1 .search_list_info label {
  padding-bottom: 0;
}

.cart-ct-1 .box-search_list_info .search_list_info .icon-circle-cart {
  background: #d2d2d2;
  width: 15px;
  height: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
}

.cart-ct-1 .box-search_list_info .search_list_info .icon-circle-cart:before {
  content: '';
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cart-ct-1 .box-search_list_info .search_list_info .icon-circle-cart:after {
  content: '';
  background: #d2d2d2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cart-ct-1 .box-search_list_info .search_list_info .blue .icon-circle-cart {
  background: #00a2ff;
}

.cart-ct-1 .box-search_list_info .search_list_info .blue .icon-circle-cart:after {
  background: #00a2ff;
}

.cart-ct-1 .search_list_info dl {
  padding: 0;
}

.cart-ct-1 .search_list_info dl dt,
.cart-ct-1 .search_list_info dl dd {
  width: calc((100% - 13px) / 2);
  border-bottom: 1px solid #b8b8b8;
  padding: 3px;
  height: 30px;
  display: flex;
  align-items: center;
}

.cart-ct-1 .search_list_info dl dt  {
  border-right: 1px solid #b8b8b8;
}

.cart-ct-1 .sub_total {
  border: 0;
  text-align: center;
  background: #ffe9ef;
  color: #ff2e2e;
}

.cart-ct-1 .search_list_info-visiable dl dt,
.cart-ct-1 .search_list_info-visiable dl dd {
  color: #000;
}

.cart-ct-1 .hover_bkgr_fricc{
  background:rgba(0,0,0,.4);
  cursor:pointer;
  display:none;
  height:100%;
  position:fixed;
  text-align:center;
  top:0;
  left: 0;
  width:100%;
  z-index:10000;
}
.cart-ct-1 .hover_bkgr_fricc .helper{
  position:relative;
  height:100%;
}
.cart-ct-1 .hover_bkgr_fricc > div {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  height: auto;
  max-width: 551px;
  min-height: 100px;
  vertical-align: middle;
  width: 60%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 8px;
  padding: 15px 5%;
}
.cart-ct-1 .popupCloseButton {
  background-color: #fff;
  border: 2px solid #999;
  border-radius: 50px;
  cursor: pointer;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 22px;
  line-height: 28px;
  width: 25px;
  height: 25px;
  text-align: center;
}
.cart-ct-1 .popupCloseButton:hover {
  background-color: #ccc;
}
.cart-ct-1 .trigger_popup_fricc {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}

.cart-ct-1 .img-table-cart-ct.trigger_popup_fricc img {
  width: 100%;
}

.cart-ct-1 .hover_bkgr_fricc .title {
  font-weight: 700;
  margin-bottom: 30px;
}

.cart-ct-1 .hover_bkgr_fricc .btn-question {
  padding: 10px 5px;
  border-radius: 5px;
  background: #00a2ff;
  color: #fff;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-ct-1 .hover_bkgr_fricc .box-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-ct-1 .hover_bkgr_fricc .box-btn .btn-no {
  margin-left: 10px;
  background: #414243;
  padding: 7px;
  border: 0;
}

.cart-ct-1 .cart-info-block .btn-purchase {
  font-size: 20px;
}

.cart-ct-1 .cart-slide-block.accordion-child .slide-link-ct-1 {
  height: 65px;
  padding: 5px 30px 5px 5px;
}

.cart-ct-1 .slide-ct-1 {
  width: 100%;
  text-align: left;
  padding-left: 15px;
}

.fs-18-ct {
  font-size: 18px !important;
}

.fs-16-ct {
  font-size: 16px !important;
}

.fs-14-ct {
  font-size: 14px !important;
}

.fs-12-ct {
  font-size: 12px !important;
}

.fs-10-ct {
  font-size: 10px !important;
}

.cart .link-frame .box-a.box-w25{
	width: 25%;
}
.cart .link-frame.link-frame-mobie{
	justify-content: left;
}

.cart .link-frame.link-frame-laptop-bag,.cart .link-frame.link-frame-pen,.cart .link-frame.link-frame-cup, .cart .link-frame.link-frame-passcase{
	justify-content: left;
}

/*update code 16/10/2023*/
.search_list_left .list-btn-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.search_list_left a.btn_search {
	width: 100%;
	display: flex !important;
	align-items: center;
	gap: 5px;
	margin: 0;
	background: #0084FF;
	font-size: 17px;
	line-height: 26px;
	font-weight: 700;
	border: 0;
	border-bottom: none;
	overflow: hidden;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 10px;
	color: #fff !important;
	cursor: pointer;
	padding: 12px 16px;
	white-space: nowrap;
}

.search_list_left a.btn_search svg {
	width: 17px;
	height: 17px;
}

.search_list_right-top .box-l {
	width: 100%;
	max-width: 408px;
	min-width: 319px;
}

.search_list_main .btn_search img {
	width: 100%;
	height: 100%;
}

.search_list_right-top .cart .row-custom {
	width: max-content;
	margin: 0 !important;
	height: 33px;
}

.search_list_right-top .cart .btn_search {
	background: none;
	width: 24px;
	height: 24px;
	padding: 0;
	margin: 0;
	border: none;
}

.search_list_info .box_total {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px;
	background: #F7F7F7;
}

.search_list_info .box_total label {
	width: 50%;
	border-right: 1px solid #bababa;
}

.search_list_info .box_radio{
	position:relative;
	/*cursor:pointer;*/
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search_list_info .box_radio .first_box{
	display: flex;
	align-items: center;
	gap: 10px
}

.search_list_info .box_radio p {
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
	color: #000;
}

.search_list_info .about_print_type {
	display: flex;
	align-items: center;
}

.search_list_info .box_radio a {
	font-size: 14px;
	line-height: 21px;
	color: #0084ff;
	display: flex;
	align-items: center;
}
.search_list_info .box_radio a:before {
	content: '';
	background: url("https://s3.dualstack.ap-northeast-1.amazonaws.com/storage.up-t.jp/icon_question.svg") no-repeat;
	background-size: 100% 100%;
	width: 16px;
	height: 16px;
	display: block;
	margin-right: 3px;
}

.search_list_info .box_radio .about_print_type img {
	width: 19px;
	height: 19px;
	margin-right: 4px;
}

.print_type {
	margin-right: 10px;
}

.print_type .radio-custom {
	opacity: 0;
	position: absolute;
}

.print_type .radio-custom,
.print_type .radio-custom-label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.print_type .radio-custom-label {
	position: relative;
	line-height: 21px;
	padding: 6px 0 6px 34px;
	font-size: 14px;
	font-weight: 500;
}

.print_type .radio-custom + .radio-custom-label:before {
	content: '';
	background: #fff;
	border: 2px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	padding: 2px;
	margin-right: 4px;
	text-align: center;
}

.print_type .radio-custom + .radio-custom-label:before {
	border-radius: 50%;
	background: #ccc;
	box-shadow: inset 0px 0px 0px 6px #fff;
}

.print_type .radio-custom:checked + .radio-custom-label:before {
	background: red;
	box-shadow: inset 0px 0px 0px 6px #fff;
}


.box_radio .modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	display:none;
	max-width: 100%;
}

.box_radio .modal-content {
	width: 741px;
	background-color: white;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 40px 32px;
	margin:0
}

.box_radio .modal .title h3 {
	font-size: 24px;
	line-height: 25px;
	text-align: center;
	color: #000;
	background: unset;
	font-weight: 600;
	padding: 0;
	margin-bottom: 45px;
}

.box_radio .modal .box_detail_type {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

.box_radio .modal .detail {
	width: 50%;
	margin: 0;
}

.box_radio .modal .detail h3 {
	font-size: 20px;
	line-height: 25px;
	color: #000;
	background: unset;
	padding: 0;
	margin-bottom: 23px;
	font-weight: 600;
}

.box_radio .modal .detail p {
	font-size: 18px;
	line-height: 25px;
	color: #5c5c5c;
}

.box_radio .modal .btn_close{
	padding: 20px;
	font-size: 18px;
	line-height: 25px;
	width: 171px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #363636;
	border-radius: 5px;
	margin: 35px auto 0;
	color: #fff ;
	text-decoration-line: none;
}

.box_radio .modal .btn_close:before {
	background: url("/common/design/user/img/right-icon-cart-model.png") no-repeat;
	background-size: 100% 100%;
}

.text-tool {
	position: relative;
}

.tool-3d {
	padding: 2px 7px;
	border: 1px solid black;
	border-radius: 5px;
	position: absolute;
	top: 4px;
	right: 4px;
	background-color: #ffffff;
	font-size: 14px;
	color: #555;
	line-height: 18px;
}

.preview-3d-container{
	width: 100%;
	padding-top: 150px;
	/*height: 85%;*/
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-pack: start;
	justify-content: center;
	align-items: center;
}

#overlay3d {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 6;
	cursor: pointer;
}
/* use for 3D */
#overlayreder3d{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	color: white;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.preview-3d{
	position: relative;
	width: 600px;
	height: 500px;
	background-color: #ffffff;
}
.loader-3d{
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid blue;
	border-right: 16px solid green;
	border-bottom: 16px solid red;
	border-left: 16px solid pink;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	position: absolute;
	top: 41%;
	left: 41%;
}
.background-list-3d{
	position: absolute;
	right: 10px;
	top: 100px;
}
.background-3d .image{
	width: 65px;
	height: 60px;
	object-fit: cover;
}
.mouse-control-3d{
	position: absolute;
	top: 40px;
	left: 10px;
	border: 1px solid #1068e2;
}
.mouse-control-3d-2{
	position: absolute;
	top: 250px;
	left: 10px;
	border: 1px solid #1068e2;
}

.mouse-control-3d-close{
	position: absolute;
	top: 10px;
	right: 10px;
	border: 0px solid #1068e2;
}
.button.active{
	border: unset;
	padding: 0;
}

.guidance-3d-view{
	max-width: 60px;
	white-space: normal;
	height: 70px;
	font-size: 11px;
}
.guidance-3d-label{
	max-width: 60px;
	white-space: normal;
	height: auto;
	font-size: 11px;
}

.background-3d-select{
	max-width: 65px;
	white-space: normal;
	height: 60px;
}

.mouse-control-3d .button{
	max-width: 60px;
	white-space: normal;
	height: auto !important;
	font-size: 11px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 0;

}
.mouse-control-3d .button .image{
	width: 30px;
}
.mouse-control-3d .button .image span{
	height: auto !important;
}
#canvas_3d_preview{
	width: 100%;
	height: 450px;
	touch-action: none;
	border-radius: 5px;
}
.render3d img {
	height: 205px;
	object-fit: contain;
}


#modal-item-option {
	display: none; /* hiển thị bằng JS khi cần */
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
	padding-top: 60px;
}

.modal-item-option.modal a.close-modal {
	display: none;
}

.modal-item-option .modal-content {
	background-color: #fff;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 100%;
	height: max-content;
	max-width: 1100px;
	border-radius: 0;
	position: relative;
}

.modal-item-option .modal-header {
	background-color: #333;
	color: white;
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.modal-item-option .modal-title {
	width: max-content;
	margin: auto;
	padding: 10px 20px;
}

.modal-item-option .modal-title span {
	display: block;
	font-size: 15px;
	font-weight: normal;
	margin-top: 5px;
}

.modal-item-option .option-item {
	border: 1px solid #ccc;
	border-radius: 6px;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.modal-item-option .option-item:hover {
	border-color: #000;
	background: #f9f9f9;
}

.modal-item-option .option-item img {
	width: 100%;
	max-width: 200px;
	height: auto;
	display: block;
	margin: 0 auto 5px;
}

.modal-item-option .modal-footer {
	text-align: center;
	padding-top: 10px;
}

.modal-item-option .modal-footer button {
	padding: 15px 20px;
	background: #444;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	width: 100%;
	max-width: 240px;
	font-size: 16px;
}

.modal-item-option .modal-body {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 20px 13px;
	max-height: 480px;
	overflow: auto;
	margin-top: 20px;
}

.modal-item-option .option-item {
	position: relative;
	border: 1px solid #C6C6C6;
	border-radius: 0	;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease;
}

.modal-item-option .option-item .check-icon {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 20px;
	height: 20px;
}

.modal-item-option .option-item .check-icon i{
	color: #d3d3d4;
}

.select-item-option {
	min-height: 28px;
	max-width: 184px;
	width: 100%;
	background: #fff;
	margin: 0 20px 0 25px;
}

.name-item-option {
	border: 1px solid #dedede;
	cursor: pointer;
	height: 100%;
	width: 100%;
	text-align: left;
	padding: 2px;
	min-height: 28px;
	display: flex;
	align-items: center;
	font-size: 13px;
}

.modal-item-option .option_selected {
	border: 1px solid #0084FF !important;
}

.modal-item-option .option_selected .check-icon i {
	color: #0084FF;
}

.modal-item-option .option_name {
	color: #000;
	font-weight: 400;
	margin-bottom: 10px;
	font-size: 16px;
}

.modal-item-option .option_number {
	color: #C6C6C6;
	font-size: 14px;
}

#wrapper {
	background: #F7F7F7;
}

.image-upoint {
	max-width : 580px;
	margin: 0 auto 20px;
}

.cart-info-block .item.u-point-total:after {
	content: unset !important;
}

.form-cart-slide .cart-step {
	margin: 20px 0 20px;
}


.form-cart-slide .cart-slide-block-holder.accordion-block .slide-link{
	height: 32px;
	background: #f2f2f2;
	font-size: 16px;
	line-height: 32px;
	color: #010101;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: left;
	padding: 0 0 0 15px;
	border-radius: 0;
	border: none;
	font-weight: normal;
}

.form-cart-slide .cart-slide-block-holder.accordion-block .slide-link:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 12px solid black;
	margin-left: 6px;
}

.form-cart-slide .cart-slide-block {
	overflow: hidden;
	max-width: 1028px;
	margin: 0 auto 10px !important;
}

.form-cart-slide .cart-slide-block .slide-link {
	display: block;
	text-align: center;
	width: 188px;
	height: 32px;
	background: #f2f2f2;
	font-size: 16px;
	line-height: 32px;
	color: #010101;
	overflow: hidden;
	position: relative;
	padding: 0;
	border: none;
	font-weight: normal;
}

.form-cart-slide .cart-slide-block .slide-link:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 12px solid black;
	margin-left: 6px;
}

.form-cart-slide .cart-slide-block .slide-box {
	border: none;
}

.form-cart-slide .cart-slide-block .holder {
	background: #f2f2f2;
	padding: 18px 15px;
}
.cart .search_list_main_gacha .link-frame{
	margin-bottom: 0;
}
.cart .search_list_main_gacha .link-frame{
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cart .search_list_main_gacha .search_list_right-top .box-r .btn_search{
	height: 53px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}