@charset "utf-8";*{-webkit-text-size-adjust:none}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,main{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}html{height:100%;background:#fff}
body{margin:0 auto;min-height:100%;position:relative;}
a{color:#333;text-decoration:none;cursor:pointer;margin:0;padding:0;vertical-align:baseline;-webkit-tap-highlight-color:rgba(255,255,255,0.4)}
a:hover{text-decoration:none}p{margin:0 0 15px}input,textarea,select{font:100% Arial,Helvetica,sans-serif;vertical-align:middle}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}figure{margin:0;padding:0}ul{list-style:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0;width:100%}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:10px 0;padding:0}
body{
	font-family:"繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic",sans-serif;
	color:#000;
	background-color:#ff2100;
}
.text-hidden{
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	overflow:hidden;
	left:-9999px;
	position:absolute;
}
img.images{
	display:block;
	width:100%;
}
.btn-yellow{
	display:block;
	background:rgb(255,237,0);
	background:-moz-linear-gradient(top, rgba(255,237,0,1) 0%, rgba(254,175,49,1) 100%);
	background:-webkit-linear-gradient(top, rgba(255,237,0,1) 0%,rgba(254,175,49,1) 100%);
	background:linear-gradient(to bottom, rgba(255,237,0,1) 0%,rgba(254,175,49,1) 100%);
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	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: center;
	-ms-flex-align: center;
	align-items: center;
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	height:82px;
	box-shadow:
		0 1px #980012,
		0 2px #980012,
		0 3px #980012;
}
.btn-yellow:before{
	content:'';
	background:url(/common/smart/design/img/images-top/bullet001.png) no-repeat;
	display:block;
	width:27px;
	height:27px;
	overflow:hidden;
	margin-right:9px;
}
#wrapper{
	overflow:hidden;
	width:100%;
	padding-top:0;
}

#header{
	background:#fff;
	position:relative;
	top:0;
	left:0;
	right:0;
	height:auto !important;
	z-index:10;
}
#header .wrap{
	overflow:hidden;
	padding:8px 0;
	position:relative;
	z-index:3;
	background:#fff;
    height: 55px;
    box-sizing: border-box;
}
.logo{
	position:absolute;
	top:0;
	left:0;
	width:98px;
	height:57px;
	overflow:hidden;
	background:url(/common/smart/design/img/images-top/logo.png) no-repeat;
	background-size:100%;
	text-indent:-9999px;
	margin-right:5px;
}
.logo a{
	display:block;
	height:100%;
	position:relative;
}
.slogan{
	display:block;;
	font-size:9px;
	line-height:14px;
	color:#fff;
	font-weight:normal;
	padding:0 8px;
	background:#ff0101;
	position:relative;
	z-index:3;
}
.list-header-top{float:right;}
.list-header-top li{
	float:left;
	padding-right:12px;
}
.list-header-top li:last-child{padding-right:6px;}
.list-header-top a{
	display:block;
	position:relative;
	width:40px;
	height:40px;
	background:#ff0101;
	overflow:hidden;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	text-indent:-9999px;
}
.list-header-top a.tel{
    background: #ff0101 url(../img/images-top/btn-header002.png) no-repeat 50%;
    background-size:100px 31px;
	width:106px;
}
.list-header-top a.login{
	background:#ff0101 url(/common/smart/design/img/images-top/btn-header001.png) no-repeat  0 -1px;
	background-size:40px 40px;
}
.list-header-top a.logout{
	background:#ff0101 url(/common/smart/design/img/images-top/btn-logout.png) no-repeat  0 -1px;
	background-size:40px 40px;
}
.mobile-opener{
	display:block;
	position:absolute;
	outline:none;
	top:0;
	right:0;
	width:60px;
	height:60px;
	background:url(../images/bg-mobile-opener.png) no-repeat;
	background-size:60px 60px;
	z-index: 990;
	-webkit-transition: background .3s;
	transition: background .3s;
	text-indent:-9999px;
	opacity:1 !important;
	overflow:hidden;
}
.mobile-opener span {
	display: block;
	position: absolute;
	top: 18px;
	left: 7px;
	right: 7px;
	height: 3px;
	background: #fff;
	-webkit-transition: background 0s .3s;
	transition: background 0s .3s;
}
.mobile-opener span:after,
.mobile-opener span:before{
	-webkit-transition-duration: .3s,.3s;
	transition-duration: .3s,.3s;
	-webkit-transition-delay: .3s,0s;
	transition-delay: .3s,0s;
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	content: "";
}
.mobile-opener span:before{
	-webkit-transition-property: top,-webkit-transform;
	transition-property: top,transform;
	top:-10px;
}
.mobile-opener span:after{
	-webkit-transition-property: bottom,-webkit-transform;
	transition-property: bottom,transform;
	bottom: -10px;
}
.nav-visible .mobile-opener span{background: 0 0;}
.nav-visible .mobile-opener span:after,
.nav-visible .mobile-opener span:before{
	-webkit-transition-delay: 0s,.3s;
	transition-delay: 0s,.3s;
}
.nav-visible .mobile-opener span:before{
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background:#fff;
}
.nav-visible .mobile-opener span:after{
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background:#fff;
}
.add-nav{
	overflow:hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    height: 60px;
}
.add-nav li{width:100%;}
.add-nav a{
	display:block;
	text-align:center;
	white-space:nowrap;
	font-size:10px;
	line-height:32px;
	color:#fff;
	font-weight:bold;
	overflow:hidden;
	position:relative;
}
.add-nav a.item01{
	background:#ff0054;
	border-top:2px solid #c40041;
}
.add-nav a.item02{
	background:#0574dc;
	border-top:2px solid #0459a9;
}
.add-nav a.item03{
	background:#159600;
	border-top:2px solid #107300;
}
.add-nav a.item04{
	background:#b200c7;
	border-top:2px solid #890099;
}
.add-nav a:before{
	content:'';
	display:inline-block;
	vertical-align:top;
	width:14px;
	height:11px;
	overflow:hidden;
	margin:10px 0 0;
}
.add-nav a.item01:before{
	background:url(/common/smart/design/img/images-top/icon-add-nav001.png) no-repeat 0 50%;
	background-size:14px 11px;
}
.add-nav a.item02:before{
	background:url(/common/smart/design/img/images-top/icon-add-nav002.png) no-repeat 0 50%;
	background-size:14px 11px;
}
.add-nav a.item03:before{
	background:url(/common/smart/design/img/images-top/icon-add-nav003.png) no-repeat 0 50%;
	background-size:14px 11px;
}
.add-nav a.item04:before{
	background:url(/common/smart/design/img/images-top/icon-add-nav004.png) no-repeat 0 50%;
	background-size:14px 11px;
}
.nav{
	position:fixed;
	top:0;
	width:60%;
	bottom:0;
	overflow:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
	background-color:rgba(0, 0, 0, 0.7);
	z-index:2;
	right:0;
	-webkit-transform: translate3d(125%,0,0);
	transform: translate3d(125%,0,0);
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	padding:70px 0 0;
}
.nav-visible .nav{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.logged-user-header.nav-visible .nav{
	width:50%;
	padding-top:102px;
}
.nav ul,
.user-wrap ul{overflow:hidden;}
.nav li,
.user-wrap li{border-bottom:1px solid #5c5755;}
.nav a,
.user-wrap a{
	display:block;
	padding:13px 20px;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#fff;
}
.user-wrap{
	position:fixed;
	top:0;
	width:50%;
	bottom:0;
	overflow:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
	background-color:rgba(58, 0, 0, 0.7);
	z-index:2;
	left:0;
	-webkit-transform: translate3d(-125%,0,0);
	transform: translate3d(-125%,0,0);
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	padding:70px 0 0;
}
.logged-user-header.nav-visible .user-wrap{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.user-wrap strong{
	display:block;
	padding:13px 20px 0;
	font-size:11px;
	line-height:18px;
	overflow:hidden;
	white-space:nowrap;
	color:#fff;
	margin-bottom:1px;
}
.user-wrap strong span{
	display:block;
	width:100%;
	max-width:100%;
	font-weight:normal;
	text-overflow: ellipsis;
	overflow:hidden;
}
#main{
	overflow:hidden;
	padding:0 9px;
	background:#fff;
}
#content{padding-bottom:20px;}

.list-notice{
	overflow:hidden;
	margin-bottom:10px;
	position:relative;
	margin-top:-10px;
}
.list-notice li{
	border-bottom:1px dotted #000;
	padding:8px 0 6px;
	font-size:13px;
	line-height:18px;
	color:#393939;
}
.list-notice .date{
	display:block;
	font-size:13px;
	line-height:18px;
	color:#393939;
	font-weight:bold;
}
.list-notice p{
	margin:0;
	width:100%;
	overflow:hidden;
}
.list-notice p a{
	color:#00a2ff;
	text-decoration:underline;
}
#facebook{
	overflow:hidden;
	margin-bottom:20px;
}
#facebook iframe{
	display:block;
	margin:0 auto;
}
.titl-recommended-service{
	overflow:hidden;
}
.titl-recommended-service img{
	display:block;
	width:100%;
}
.list-recommended-service{
	overflow:hidden;
	margin-bottom:10px;
}
.list-recommended-service li{padding-top:7px;}
.list-recommended-service li:first-child{padding:0;}
.list-recommended-service a{display:block;}
.list-recommended-service img{
	display:block;
	width:100%;
}
.sidebar-info .box{
	overflow:hidden;
	position:relative;
}
.sidebar-info .box img{
	display:block;
	width:100%;
}
.sidebar-info .banner-box{
	margin: 30px 0;
}
.sidebar-info .banner-box h3{
	overflow:hidden;
	margin-bottom:10px;
}
.sidebar-info .banner-box h3 img{
	display:block;
	margin:0 auto;
	height:36px;
}
.sidebar-banner-list{overflow:hidden;}
.sidebar-banner-list li{padding-top:6px;}
.sidebar-banner-list li:first-child{padding:0;}
.sidebar-banner-list img{
	display:block;
	width:100%;
}
#footer{
	overflow:hidden;
	background:#ea0000;
	padding:0 14px;
	border-bottom:1px solid #fff;
}
#footer .wrap{
	overflow:hidden;
	border-bottom:1px solid #fff;
	padding:14px 0 11px;
	margin-bottom:6px;
}

.col-link{
	display:block;
	overflow:hidden;
	font-size:10px;
	line-height:13px;
	color:#fff;
}
.col-link span{
	display:block;
	overflow:hidden;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
}
.copyright{
	overflow:hidden;
	margin:0 0 10px;
	padding:0;
	font-size:10px;
	line-height:17px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
 img.mark-grey {
	background-color: #e2e2e2;
	border: 1px solid #d7d7d7;
	margin: 14px auto;
}

#link-top{
	position:fixed;
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background:url(img/pagetop.png) no-repeat;
	background-size:30px 30px;
	z-index:8;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
}

#main .search_list .row{margin-bottom:5px;}
.search_list_right-top{
	position:relative;
	width:100%;
}
.search_list_right-top > div{
	float:none !important;
}
.search_list_right-top .box-l{
	width:100% !important;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-right:150px;
}
.search_list_right-top .box-r{
	width:145px !important;
	position:absolute;
	right:0;
	top:15px;
}
.cart{padding-top:10px;}
.search_list_right-top .row{overflow:visible !important;}
.search_list_right-top .row:after{
	content:'';
	display:block;
	clear:both;
}
.search_list_right-top{
	overflow:visible !important;
}
.search_list_right-top:after{
	content:'';
	display:block;
	clear:both;
}
.search_list_right-top .row{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.search_list_right-top .row label{padding-right:4px;}
.search_list_right-top .row{margin-bottom:10px !important;}

.search_list_right-top .row .i,
.search_list_right-top .row label{
	font-size: 11px !important;
	line-height: 30px !important;
}

.pure-form{
	display:block;
	background:#080808;
	padding:9px 10px;
	overflow:hidden;
	position:relative;
}
.pure-form > div{
	overflow:hidden;
}
.pure-form .pure-button{
	display:block;
	width:48px;
	height:28px;
	font-size:10px;
	line-height:22px;
	border:1px solid #fff;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	padding:0;
	margin:0;
	text-align:center;
	color:#fff;
	background:#373737;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.pure-form .field{
	float:left;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	width:175px;
	border:0;
	padding:7px !important;
	font-size:10px;
	line-height:12px;
	color:#454545;
	font-weight:bold;
	margin:0 8px 0 0 !important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	outline:none;
}

.select-custom{
	width:98%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	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 );
}
.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:13px;
	line-height:28px;
	font-weight:normal;
	margin: 0 35px 0 8px;
	color:#000;
}
.select-custom strong:after{
	content:'';
	position:absolute;
	top:50%;
	right:7px;
	width: 0;
	height: 0;
	margin-top:-3px;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 7px solid #000;
}
.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;
}

.pure-form{padding:2px;}
.pure-form .pure-button{
	position:absolute;
	right:0;
	top:0;
	height:26px;
}
.pure-form > div{
	position:relative;
	padding-right:49px;
}
.pure-form .field{width:100%;}

.mb30{margin-bottom:30px}
#main .category_box a.i_n_18:after{background:url(/common/smart/design/img/plain/i_n_18.png) no-repeat 50%; background-size:auto 26px;}
.category_head_box h3.category_n_19:before{
	background:url(/common/smart/design/img/plain/category_n_19.png) no-repeat 100% 50%;
	background-size:auto 18px;
	width:20px;
	height:18px;
}
.item_detail_set small{
  display: block;
  text-align: left;
  font-size: 9px;
  line-height: 13px;
  margin:0 0 12px;
}
.item_detail_box .item_manual_text02 strong{
  display: block;
  margin-bottom: 3px;
}
.table-climbing{
  display: block;
  width: 100%;
}
.climbing-box + .climbing-box{margin-top: 14px;}
.table-climbing table{
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}
.table-climbing table tr{
  height: 25px;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
}
.table-climbing table th{
  border: 1px solid #b5b5b5;
  vertical-align: middle;
  padding: 4px;
  box-sizing: border-box;
  background-color: #f0f0f0;
  font-weight: 700;
  text-align: left;
  width: 40%;
}
.table-climbing table th:last-child{
  width: 100%;
}
.table-climbing table td{
  border: 1px solid #b5b5b5;
  vertical-align: middle;
  padding: 4px;
  box-sizing: border-box;
  text-align: left;
}
.vacation-box h2{
	color:#333;
	text-decoration:none;
}
.vacation-box a{
	color:#1182f0;
	text-decoration:underline;
}

.mb30{margin-bottom:30px}

.cart-slide-block .image strong{
	display: block;
	margin: 10px auto 3px;
	max-width: 806px;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}
.cart-slide-block .image span{
	display: block;
	margin: 5px auto;
	max-width: 806px;
	font-size: 9px;
	line-height: 16px;
	color: #000;
	text-align: right;
}

.two-image-error{
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.two-image-error div{
	width: 150px;
}
.two-image-error div img{
	display: block;
	width: 100%;
}

.cart-specification .btn-black{
	background: #414243;
	border-bottom: 2px solid #161616;
}
.cart-specification .btn-black:hover{
	opacity: 0.8;
}

.list-sample{
	list-style: none;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 20px;
}
.list-sample li{
	width: 100%;
	padding: 0 5px;
}
.list-sample li:first-child{padding-left:0}
.list-sample li:last-child{padding-right: 0}
.list-sample p{
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	min-height: 125px;
}
.list-sample img{
	display: block;
	width: 100%;
}
.ping-sokujitsu-info > p{
	font-size: 12px !important;
	line-height: 1.5em;
}

.container_s1.base-page p {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
.container_s1.base-page .p-first {
	margin: 20px 0 20px 0;

}
.container_s1.base-page .arrow-down {
	width: 100%;
	background: url(/common/smart/design/img/arrow-down.png) no-repeat center;
	height: 25px;
	background-size: 25px;
}
.base-page .base-card-silver {
	padding: 15px 15px;
	border: 1px solid #ebebeb;
}
.base-page .base-card-silver h3 {
	padding-bottom: 9px;
	font-size: 13px;
}
.base-page .base-card-silver p {
	font-size: 13px;
	font-weight: normal;
}
.base-page .card-base-yellow {
	background: #fffce4 url(/common/smart/design/img/icon-i.png) no-repeat;
	background-position: 14px 16px;
	padding: 15px 35px;
	margin-top: 18px;
	background-size: 13px;
}
.base-page .card-base-yellow h3 {
	font-weight: bold;
	font-size: 15px;
}
.base-page .card-base-yellow h4 {
	font-size: 13px;
	padding-top: 5px;
	line-height: 15px;
}
.base-page .btn_s1-default {
	max-width: 100%;
	margin: 0;
	padding: 8px 0;
	margin-top: 35px;
}

.container_s1.design-store-page p {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
.container_s1.design-store-page .p-first {
	margin: 20px 0 20px 0;
}
.container_s1.design-store-page .align-center {
	display: block;
	width: 280px;
	height: auto;
	margin: 0 auto;
}
.design-store-page .btn_s1.btn_s1-default.center-btn-poz.red-push-blue_s1 {
	max-width: 100%;
	padding: 20px 0;
}
.design-store-page .red-push-blue_s1 strong span {
	font-size: 15px;
    line-height: 20px;
}
.red-push-blue_s1 strong {
	padding-left: 5px;
}
.red-push-blue_s1 .icon-store{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	background: #fff url('/common/smart/design/img/icon_store.png') 50% 50% no-repeat;
	background-size: 20px;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -9999px;
}
.container_s1.design-store-page .arrow-down {
    width: 100%;
    background: url(/common/smart/design/img/arrow-down.png) no-repeat center;
    height: 25px;
    background-size: 25px;
}
.design-store-page .margin-2 {
    margin-top: 20px;
}

.wrap-info {
	width: 100%;
	margin: 5px auto;
	margin-top: 25px;
	text-align: left;
}
.wrap-info p {
	display: block;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
	margin: -7px 0;
}
.wrap-info p a {
	color: #fff;
}
.wrap-info p a:hover {
	text-decoration: underline;
}

#sidebar{
	float: none;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: 0;
	order: 0;
}
#sidebar .sidebar-block{
	border: 0;
	background:#fff;
	overflow:hidden;
	margin-bottom: 18px;
}
#sidebar #delivery_date{
	background: #FFD73F;
	overflow: hidden;
	padding: 9px 14px;
	margin-bottom: 10px;
	font-size: 0;
	line-height: 0;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
}
.side__bar--left {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-bottom: 2px dashed #E1B033;
}
.side__bar--left p {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff;
	white-space: nowrap;
	color: #C2172D;
}
.side__bar--right {
	display: flex;
	justify-content: space-between;
	gap: 7px;
}
#sidebar #delivery_date .date {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	width: 55%;
}
#sidebar #delivery_date .date strong {
	font-size: 18px;
	line-height: 23px;
	font-weight: 700;
	display: inline-block;
}
#sidebar #delivery_date h3,
#sidebar #delivery_date .h3 {
	display: inline-block;
	vertical-align: top;
	margin:0;
	background:url(/common/smart/design/img/images-top/text-delivery_date.png) 50% 50% no-repeat;
	-webkit-background-size: 145px auto;
	background-size: 145px auto;
	text-indent: -9999px;
	overflow: hidden;
	width: 50%;
	height: 72px;
}
#sidebar #delivery_date .col{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 6px 0 12px;
}
#sidebar #delivery_date a {
	width: 45%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #E61E02;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #fff;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	max-width: 135px;
	max-height: 45px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
#delivery_date a:after {
	content: '';
	background: url(/common/design/user/img/right-icon-btn-ranking.png) no-repeat;
	background-size: 100% 100%;
	width: 14px;
	height: 14px;
	display: block;
	margin-left: 4px;
}
#sidebar #delivery_date a:hover{
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	box-shadow: 0 1px #980012, 0 2px #980012, 0 3px #980012;
}
#sidebar #delivery_date a span{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 18px;
}

#sidebar .row{
	display: flex;
	margin-bottom:16px;
}
#sidebar .row:after{
	content: '';
	clear: both;
	display: block;
}
#sidebar .row .left{
	margin-right: 12px;
	width: 50%;
}
#sidebar .row .right {
	width: 50%;
}
.info-design-tool{
	position:relative;
}
.info-design-tool:after{
	content:'';
	display:block;
	clear:both;
}
.info-design-tool .btn-yellow span{
	display:block;
}
.info-design-tool .image{
	overflow:hidden;
	display: block;
	line-height: 80px;
	text-align: center;
	margin-bottom: 8px;
}
.info-design-tool .image img{
	display: inline-block;
	vertical-align: middle;
	width:auto;
	max-width: 100%;
	max-height: 80px;
	height: 100%;
}
.info-design-tool h3,
.info-design-tool .h3 {
	position:relative;
	margin:0 -14px 8px;
	font-size:10px;
	line-height:12px;
	color:#fff;
}
.info-design-tool.red h3,
.info-design-tool.red .h3 {background:#109104;}

.info-design-tool.blue h3,
.info-design-tool.blue .h3 {background:#ff1a00;}

.info-design-tool h3:after,
.info-design-tool h3:before,
.info-design-tool .h3:after,
.info-design-tool .h3:before {
	content:"";
	position:absolute;
	top:100%;
	width: 0;
	height: 0;
	border-top:5px solid #1a5a00;
}
.info-design-tool h3:after,
.info-design-tool .h3:after {
	border-left:5px solid transparent;
	left:0;
}
.info-design-tool h3:before,
.info-design-tool .h3:before {
	border-right:5px solid transparent;
	right:0;
}
.info-design-tool h3 span,
.info-design-tool .h3 span {
	display:block;
	padding-left:45px;
	position:relative;
	height:34px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.info-design-tool h3 span:after,
.info-design-tool .h3 span:after {
	content:"無料!";
	position:absolute;
	left:15px;
	width:28px;
	height:28px;
	background:#fff;
	text-align:center;
	line-height:28px;
	font-size:10px;
	color:#d61518;
	font-weight:bold;
	-moz-border-radius:55px;
	-webkit-border-radius:55px;
	border-radius:55px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
.titl-sub-green{
	background:#0f9104;
	color:#fff;
	font-size:10px;
	line-height:12px;
	font-weight:bold;
	padding:9px 4px;
	text-align:center;
	margin-bottom:6px;
}
#sidebar .box{
	overflow: hidden;
}
#sidebar .box-item + .box-item{
	margin-top: 22px;
}
.list-items-handled{
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-items-handled .nav-item{
	border: unset;
	display: block;
}
.list-items-handled .nav-item + .nav-item{
	margin-top: 5px;
}
.list-items-handled .nav-item > a,
.list-items-handled .nav-item > span{
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	border:1px solid #d4d4d4;
	padding: 9px 12px 9px 22px;
	color: #1587d6;
	box-sizing: border-box;
	text-decoration: none;
}
.list-items-handled .nav-item > span{
	cursor: pointer;
}
.list-items-handled .nav-item.arrowed > a:after,
.list-items-handled .nav-item.arrowed > span:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0, -50%) rotate(0.01deg);
	border: 5px solid transparent;
	border-left: 6px solid #1587d6;
	border-right: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.list-items-handled .nav-item.arrowed.selected > a,
.list-items-handled .nav-item.arrowed.selected > span{
	color: #393939;
}
.list-items-handled .nav-item.arrowed.selected > a:after,
.list-items-handled .nav-item.arrowed.selected > span:after{
	transform: translate(0, -50%) rotate(90deg);
}
.list-items-handled .sub-nav,
.list-items-handled .sub-nav-second_level{
	margin: 10px 0;
	padding: 0 0 0 6px;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.list-items-handled .sub-nav .sub-nav-item{
	border: unset;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 2px 3px;
}
.list-items-handled .sub-nav .sub-nav-item > a,
.list-items-handled .sub-nav .sub-nav-item > span{
	position: relative;
	display: block;
	border: none;
	background: #fff;
	font-size: 10px;
	line-height: 16px;
	color: #1587d6;
	padding: 2px 4px 2px 14px;
	box-sizing: border-box;
	text-decoration: underline;
}
.list-items-handled .sub-nav .sub-nav-item > a.inactive{
	color: #000;
	text-decoration: none;
	pointer-events: none;
	cursor: default;
}
.list-items-handled .sub-nav .sub-nav-item > span{
	cursor: pointer;
}
.list-items-handled .sub-nav .sub-nav-item.next-level > a,
.list-items-handled .sub-nav .sub-nav-item.next-level > span{
	text-decoration: none;
}
.list-items-handled .sub-nav .sub-nav-item.next-level.inactive,
.list-items-handled .sub-nav .sub-nav-item.next-level.inactive{
	pointer-events: none;
}
.list-items-handled .sub-nav .sub-nav-item.next-level.inactive > span,
.list-items-handled .sub-nav .sub-nav-item.next-level.inactive > a{
	color: #000;
	text-decoration: none;
}
.list-items-handled .sub-nav .sub-nav-item > a:after,
.list-items-handled .sub-nav .sub-nav-item > span:after{
	content: "";
	position: absolute;
	top: 7px;
	left: 6px;
	transform: translate(0, 0) rotate(0.01deg);
	border: 4px solid transparent;
	border-left: 4px solid #d61518;
	border-right: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.list-items-handled .sub-nav .sub-nav-item > a:hover{
	text-decoration: none;
}
.list-items-handled .nav-item.selected > a:after,
.list-items-handled .nav-item.selected > span:after{
	transform: rotate(90deg);
}
.list-items-handled .sub-nav .sub-nav-item.next-level .sub-nav-second_level .sub-nav-item span.inactive{
	color: #000;
	text-decoration: none;
	cursor: default;
}
.list-items-handled .sub-nav .sub-nav-item.next-level .sub-nav-second_level .sub-nav-item span.inactive:after{
	border: 0;
}

.titl-recommended-service{
	overflow:hidden;
}
.titl-recommended-service img{
	display:block;
	width:100%;
}
.list-recommended-service li{padding-top:8px;}
.list-recommended-service li:first-child{padding:0;}
.list-recommended-service img{
	display:block;
	width:100%;
}
.list-recommended-service a{
	display:block;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.list-recommended-service a:hover{
	box-shadow:
			1px 1px #000,
			2px 2px #000;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.sidebar-info{
	overflow:hidden;
}
.sidebar-info img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.sidebar-info .box{
	overflow:hidden;
	position:relative;
}
.sidebar-block > .banner-box{
	margin-top: 15px;
}
.banner-box h3{
	overflow:hidden;
	margin-bottom:9px;
	line-height:10px;
}
.banner-box h3 img{
	display:block;
	margin:0 auto;
}
.sidebar-banner-list li{padding-top:3px;}
.sidebar-banner-list li:first-child{padding:0;}
.sidebar-banner-list a{
	display:block;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sidebar-banner-list a:hover{
	box-shadow:
			1px 1px #1d81df,
			2px 2px #1d81df;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.sidebar-banner-list img{
	display:block;
	width:100%;
}
.list-sidebar-soc{
	margin: 0;
	list-style: none;
	text-align: center;
	font-size: 0;
	line-height: 0;
	display: flex;
	gap: 10px;
	padding-bottom: 40px;
}
.list-sidebar-soc:after{
	content:'';
	display:block;
	clear:both;
}
.list-sidebar-soc li{
	border: none !important;
}

.list-sidebar-soc img{
	display:block;
	width:100%;
}
.list-sidebar-soc a{
	display: block;
	position: relative;
	width: 40px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.list-sidebar-soc li a img {
	display: block;
	width: 100%;
	min-height: 40px !important;
}
#sidebar #facebook{
	overflow:hidden;
	max-width: 270px;
	width: 100%;
	margin: 0 auto 20px;
}
#sidebar #facebook iframe{
	display:block;
	width:100%;
}
.btn-yellow{
	display:block;
	background:rgb(255,237,0);
	background:-moz-linear-gradient(top, rgba(255,237,0,1) 0%, rgba(254,175,49,1) 100%);
	background:-webkit-linear-gradient(top, rgba(255,237,0,1) 0%,rgba(254,175,49,1) 100%);
	background:linear-gradient(to bottom, rgba(255,237,0,1) 0%,rgba(254,175,49,1) 100%);
	position:relative;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	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: center;
	-ms-flex-align: center;
	align-items: center;
	font-size:10px;
	line-height:14px;
	color:#000;
	font-weight:bold;
	height:38px;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	box-shadow:
			0 1px #980012,
			0 2px #980012,
			0 3px #980012;
}
.btn-yellow:hover{
	box-shadow:
			0 0 #fff,
			0 0 #fff,
			0 0 #fff;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
.btn-yellow:before{
	content:'';
	background:url(/common/smart/design/img/images-top/bullet001.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	display:block;
	width:14px;
	height:14px;
	overflow:hidden;
	margin-right:4px;
}

.info-design-tool .image img {
	margin: 0 !important;
}

.info-design-tool.red h3 span{
	background: #109104 !important;
}

.info-design-tool.blue h3 span{
	background: #ff1a00 !important;
}

.info-design-tool h3 span{
	position: relative;
	font-size: 10px !important;
	line-height: 12px !important;
	color: #fff !important;
}

.info-design-tool span{
	border-bottom: none !important;
	min-height: 0 !important;
}

.container_s1 .slick-dots li {
	margin: 0;
}

.container_s1 .slick-dots li button:before {
	line-height: 15px;
}

.box-item-sp .list-items-handled .nav-item > a,
.box-item-sp .list-items-handled .nav-item2 > a,
.box-item-sp .list-items-handled .nav-item > span,
.box-item-sp .list-items-handled .nav-item2 > span,
.box-item-sp .list-items-handled .sub-nav-item > span,
.box-item-sp .sub-nav-second_level .sub-nav-item > a{
	border-bottom: 1px solid #000000;
	border-top: 1px solid #56686f;
}

.box-item-sp .list-items-handled .nav-item + .nav-item {
	margin: 0;
}

.box-item-sp .list-items-handled .nav-item > a,
.box-item-sp .list-items-handled .nav-item2 > a,
.box-item-sp .list-items-handled .nav-item > span,
.box-item-sp .list-items-handled .nav-item2 > span,
.box-item-sp .list-items-handled .sub-nav-item > span {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 12px;
	color: #fff;
	box-sizing: border-box;
	text-decoration: none;
}
.box-item-sp .list-items-handled .nav-item > span,
.box-item-sp .list-items-handled .nav-item2 > span{
	cursor: pointer;
}
.box-item-sp .list-items-handled .nav-item.arrowed > a:after,
.box-item-sp .list-items-handled .nav-item.arrowed > span:after,
.box-item-sp .list-items-handled .nav-item2.arrowed > a:after,
.box-item-sp .list-items-handled .nav-item2.arrowed > span:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	left: unset;
	transform: scaleY(1.5);
	border: 5px solid transparent;
	border-top: 5px solid #fff;
	border-bottom: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.box-item-sp .list-items-handled .sub-nav,
.box-item-sp .list-items-handled .sub-nav-second_level{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.box-item-sp .list-items-handled .sub-nav .sub-nav-item{
	border: unset;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.box-item-sp .list-items-handled .sub-nav .sub-nav-item > a.inactive{
	color: #000;
	text-decoration: none;
	pointer-events: none;
	cursor: default;
}
.box-item-sp .list-items-handled .sub-nav .sub-nav-item > span{
	background: #003245ad;
	cursor: pointer;
}
.box-item-sp .list-items-handled .sub-nav .sub-nav-item.next-level > a,
.box-item-sp .list-items-handled .sub-nav .sub-nav-item.next-level > span{
	padding: 0 12px;
	color: #fff;
	text-decoration: none;
	height: 35px;
	line-height: 26px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #56686f;
}
.box-item-sp .list-items-handled .sub-nav .sub-nav-item.next-level.inactive,
.box-item-sp .list-items-handled .sub-nav .sub-nav-item.next-level.inactive{
	pointer-events: none;
}
.box-item-sp .list-items-handled .sub-nav .sub-nav-item.next-level.inactive > span,
.box-item-sp .list-items-handled .sub-nav .sub-nav-item.next-level.inactive > a{
	color: #000;
	text-decoration: none;
}
.box-item-sp .list-items-handled .sub-nav .sub-nav-item > span:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	left: unset;
	border: 5px solid transparent;
	border-top: 6px solid #fff;
	border-bottom: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.box-item-sp .list-items-handled .sub-nav .sub-nav-item.next-level .sub-nav-second_level .sub-nav-item span.inactive{
	color: #000;
	text-decoration: none;
	cursor: default;
}
.box-item-sp .list-items-handled .sub-nav .sub-nav-item.next-level .sub-nav-second_level .sub-nav-item span.inactive:after{
	border: 0;
}
.box-item-sp .list-items-handled .sub-nav .sub-nav-item {
	display: block;
	width: 100%;
	padding: 0 !important;
	transition: all 0.5s ease;
}

.box-item-sp .list-items-handled .sub-nav-item,
.box-item-sp .list-items-handled .sub-nav-item a{
	background: #003245ad;
}

#sidebar .sidebar-block {
	overflow: unset !important;
}
.box-item-sp .nav-item,
.box-item-sp .nav-item2 {
	position: relative;
}

.box-item-sp .sub-nav-item:hover .sub-nav-second_level {
	display: block !important;
	transition: all .5s ease;
}

.box-item-sp .list-items-handled .sub-nav .sub-nav-item > span {
	padding-left: 4px;
}

.box-item-sp .list-items-handled .sub-nav .sub-nav-item > a:after {
	content: unset;
}

.box-item-sp .list-items-handled .sub-nav .sub-nav-item > a {
	background: #003245ad;
}

.box-item-sp .list-items-handled .nav-item.arrowed.selected > span,
.box-item-sp .list-items-handled .nav-item2.arrowed.selected > span {
	background: #003245ad;
	color: #fff;
	transition: all 5s;
}
.box-item-sp .list-items-handled .sub-nav .sub-nav-item > a {
	text-decoration: none !important;
	padding: 5px 20px !important;
	color: #fff;
}

.box-item-sp .add-bg {
	background: #003245ad;
}

.nav {
	right: -3px;
}

.box-item-sp .sub-nav .nav-item {
	background: #003245ad;
}
.note-telephone {
	font-size: 12px;
	width: max-content;
	display: inline-block;
}

.list3_wish .btn_cash a,
.list3_wish .btn_cash_delete .red_cash{
	color: #fff;
	background: #e61e02;
	padding: 8px 35px;
	border-radius: 5px;
}

ul.list3_wish li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 15px 0;
	background: none;
}

.list3_wish .wish_name {
	color: #00a1fe;
	font-size: 12px;
	font-weight: bold;
}

.list3_wish .yen_wish {
	margin: 3px;
}

.list3_wish .p_yen_wish {
	margin-bottom: 10px;
}

.list3_wish .btn_cash_delete .black_delete {
	background: #323232;
	color: #fff;
	text-indent: 1px;
	border-radius: 5px;
	padding: 8px 20px;
	height: auto;
}

.list3_wish .btn_cash_delete {
	margin: 15px 0;
}

.page_navi_wish {
	background: #f7f7f7;
	padding: 6px;
}

.page_navi_wish ul li span {
	background: #fff;
	border: none;
	color: #000;
	border-radius: 3px;
	margin-right: 3px;
	padding: 9px 11px;
}

.list3_wish .search_wish {
	display: flex;
	justify-content: center;
	align-items: center;
}

.list3_wish .list_button_wish {
	justify-content: start;
	margin: 30px 0 0;
}

.list3_wish .bt_setting_wish {
	margin: 0 20px;
}

.list3_wish .text_wish {
	margin-left: 8px;
	color: #00a1fe;
}


.list3_wish .container input,
.list3_wish .container2 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}


.add_item_wish {
	display: flex;
	margin: 15px 0;
}

.add_item_wish_sp .icon_add_red {
	width: 21px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
}


.original_item_list_s1_ct .goods li a {
	padding: 10px;
}

.original_item_list_s1_ct .goods li a p {
	text-align: center;
}

.original_item_list_s1_ct .goods li a h3 {
	font-size: 10px;
	margin: 0 -17px 15px;
	height: 32px;
	min-height: 30px;
}

.original_item_not-content .container_s1 .box_s1 .p-content {
	display: none;
}

.accordion-footer {
	background-color: #ea0000;
	color: #fff;
	cursor: pointer;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	font-weight: bold;
	transition: 0.4s;
	list-style: none;
}

.accordion-footer span{
	display: block;
	padding: 18px;
	border-bottom: 2px solid #fff;
}

.accordion-footer span:after {
	content: '\002B';
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	float: right;
}

.accordion-footer span .active:after {
	content: "\2212";
}

.accordion-footer-item a{
	color: #fff !important;
	padding: 18px;
	font-size: 12px;
	display: block;
	background: #ea0000;
	border-bottom: 1px solid #fff;
}

.accordion-footer-item a:after,
.accordion-footer-item a:before {
	float: right;
	content: "";
	vertical-align: middle;
}
.accordion-footer-item a:before {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	height: 6px;
	width: 6px;
	margin-right: 3px;
	transform: rotate(45deg);
}

.accordion-ft {
	background-color: #ea0000;
	color: #fff;
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	border-bottom: 2px solid #fff;
	transition: 0.4s;
}

.accordion-ft a {
	font-size: 15px;
	font-weight: bold;
	border-bottom: none;
	padding: 18px !important;
	background: transparent !important;
}

.accordion-footer .nav-item span,
.accordion-footer-item a{
	padding: 18px 18px 18px 30px;
}

.bg-accordion-footer .accordion-footer-item a {
	padding: 18px 18px 18px 40px;
}

.bg-accordion-footer .sub-nav_ft span {
	font-size: 12px;
	padding-left: 30px;
	border-bottom: 1px solid #fff;
}

.bg-accordion-footer .sub-nav_ft span:after {
	font-size: 17px;
}

.box_item_price {
	padding: 5px;
	text-align: center;
	color: red;
}

.top_item_price {
	font-size: 12px;
	margin-bottom: 3px;
}

.bottom_item_price {
	font-size: 9px;
}

.add-nav.tab-add-nav .item01{
	background:#ff0054;
}
.add-nav.tab-add-nav .item02{
	background:#0574dc;
}
.add-nav.tab-add-nav .item03{
	background:#159600;
}
.add-nav.tab-add-nav .item04{
	background:#ff8400;
}
.add-nav.tab-add-nav .item05{
	background:#b200c7;
}
.add-nav.tab-add-nav a:before{
	content:unset;
}

.add-nav.tab-add-nav .item-nav {
	position: relative;
	border-top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 7px 3px 0;
}

.tab-add-nav li {
	color: #fff;
}

.tab-add-nav .item-nav span {
	font-size: 10px;
	line-height: 24px;
    white-space: nowrap;
}

.tab-add-nav .img-nav {
	width: 25px;
	height: 25px;
	position: relative;
}

.tab-add-nav .img-nav img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.gr-nav-item {
	position: absolute;
	width: 100%;
	left: 0;
	background: #000000;
	display: none;
	z-index: 9999;
	opacity: 0.9;
}

.gr-nav-item .list_li_nav {
	width: 50%;
	flex: 0 0 50%;
}

.gr-nav-item .left_li_nav .item_li_nav {
	padding: 10px 10px 0 0;
}

.gr-nav-item .right_li_nav .item_li_nav {
	padding: 10px 0 0 10px;
}

.gr-nav-item .item_li_nav a {
	width: auto !important;
	text-align: left;
	border: 1px solid #fff;
	padding: 5px 5px 5px 25px;
	height: unset;
	line-height: 20px;
	position: relative;
	transition: .5s ease;
}

.gr-nav-item .item_li_nav a:after {
	content: '';
	width: 0;
	border-top: 4px solid transparent;
	border-left: 5px solid #fff;
	border-bottom: 4px solid transparent;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.gr-nav-item .container_s1 {
	display: flex;
	padding: 10px 15px 20px;
	flex-wrap: wrap;
}
.tab-add-nav .icon-slide {
	opacity: 0;
	width: 0;
	border-left: 4px solid transparent;
	border-bottom: 5px solid #000;
	border-right: 4px solid transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	transition: all .5s;
}

.tab-add-nav .add-icon {
	opacity: 1;
}

@media (max-width: 320px) {
	.tab-add-nav .item-nav span {
		font-size: 9px;
		line-height: 24px;
	}

	.gr-nav-item .right_li_nav .item_li_nav {
		padding: 10px 0 0 5px;
	}

	.gr-nav-item .left_li_nav .item_li_nav {
		padding: 10px 5px 0 0;
	}

	.gr-nav-item .list_li_nav a {
		font-size: 9px;
	}
}

.wrap-header-sp .list-header-top li {
  padding-right: 8px;
}

.wrap-header-sp .img-nav {
  text-indent: 9px;
  width: 22px;
  height: 22px;
  position: relative;
  margin: 5px auto 2px;
}

.wrap-header-sp .img-nav img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.wrap-header-sp .item05 {
  display: flex;
  flex-direction: column;
}

.wrap-header-sp .item05 span{
  color: #fff;
  font-size: 8px;
  text-indent: 0;
  text-align: center;
  font-weight: 700;
}

.wrap-header-sp .humburger-menu.list-header-top {
  float: left;
  width: 45px;
  padding-left: 5px;
}

.wrap-header-sp .nav-left-to-right {
  transform: translate3d(-125%,0,0);
  left: 0;
}

.nav-visible .wrap-header-sp .nav-left-to-right {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  background-color: rgba(0, 0, 0, 0.9);
}

.logged-user-header .nav-left-to-right {
  margin-top: 70px;
}

.nav-left-to-right .list-items-handled .nav-item > a,
.nav-left-to-right .list-items-handled .nav-item > span {
  border: 0;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #56686f;
}

.wrap-header-sp .list-items-handled .nav-item-user {
  display: flex;
  align-items: center;
}

.nav-left-to-right .list-items-handled .nav-item-user > span {
  display: inline-block;
  color: #fff;
  border: 0;
  font-weight: 700;
  font-size: 14px;
}

.wrap-header-sp .item06 {
  background: #b200c7;
  width: auto;
}

.wrap-header-sp .logo {
  left: 60px;
}
.logo{
	background: url(/common/smart/design/img/images-top/logo_up-t_kana-sp.png) no-repeat;
	background-size: contain;
	width: 80px;
    background-position: center !important;
}

.nav-visible_desq .wrap-header-sp .logo {
  margin: 0;
}

@media (max-width: 320px) {
  .wrap-header-sp .list-header-top a {
    width: 35px;
    height: 35px;
  }

  .wrap-header-sp .humburger-menu.list-header-top {
    width: 35px;
  }

  .wrap-header-sp .mobile-opener span {
    top: 16px;
  }

  .wrap-header-sp .logo {
    left: 40px;
    width: 80px;
    height: 50px;
  }

  .wrap-header-sp .list-header-top li {
    padding-right: 5px;
  }

  .wrap-header-sp .list-header-top a.tel {
    width: 105px;
  }


  .wrap-header-sp .list-header-top a.logout,
  .wrap-header-sp .list-header-top a.login {
    width: 40px;
  }

  .wrap-header-sp .list-header-top a.login {
    margin: 0;
  }

  .wrap-header-sp .list-header-top a.logout {
    background: #ff0101 url(/common/smart/design/img/images-top/btn-logout.png) no-repeat 1px 0px;
    background-size: 35px 35px;
  }

  .wrap-header-sp .list-header-top a.item05 {
    width: 40px;
  }

  .wrap-header-sp .item05 span {
    font-size: 6px;
    transform: translateX(0);
  }

  .wrap-header-sp .img-nav {
    margin-top: 2px;
  }

  .logged-user-header.nav-visible .nav-left-to-right,
  .logged-user-header .nav-left-to-right {
    margin-top: 63px;
  }

  .nav-visible .wrap-header-sp .nav-left-to-right {
    padding: 65px 0 0;
  }
}
.nav-left-to-right.glo-nav-new .box-item-sp .list-items-handled .nav-item .user-name {
  display: flex;
  align-items: center;
  width: 100%;
}

.nav-left-to-right.glo-nav-new .user-name span {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
}

.nav-left-to-right.glo-nav-new .discount-use-name {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  padding: 10px;
  color: #fff;
  border: 1px solid #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-left-to-right.glo-nav-new .name-list-user {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  padding: 15px 12px 9px 5px;
  color: #fff;
  margin: 0 -12px;
}

.nav-left-to-right.glo-nav-new .wrap_user_name a {
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  padding: 12px;
}

.nav-left-to-right.glo-nav-new .wrap_user_name ul li:first-child  a {
  border-top: 1px solid #56686f;
}

.nav-left-to-right.glo-nav-new .wrap_user_name {
  border-top: 3px solid #fff;
  margin-top: 10px;
}

.logged-user-header.nav-visible .nav-left-to-right.glo-nav-new  {
  width: 70%;
}

.discount-use-name span {
  font-size: 14px;
  line-height: 20px;
}

.glo-nav-new .box-item-sp .list-items-handled .nav-item > a,
.glo-nav-new .box-item-sp .list-items-handled .nav-item2 > a,
.glo-nav-new .box-item-sp .list-items-handled .nav-item > span,
.glo-nav-new .box-item-sp .list-items-handled .nav-item2 > span,
.glo-nav-new .box-item-sp .list-items-handled .sub-nav-item > span {
  font-size: 13px;
}

.nav-visible {
	overflow: hidden;
	height: 100%;
}

.faq-fs-12 li p {
  font-size: 12px;
  line-height: 18px;
  padding: 0;
  margin: 0;
}

.faq-fs-12 li div {
  font-size: 12px;
  line-height: 16px;
  padding: 0 0 0 17px;
  margin: 10px 0 10px 0;
}

.faq-mb-0 li div {
  margin: 0 0 0 15px;
}

.faq-mb-0 li div p {
  font-size: 12px;
}

.faq h3.accordion_group_head {
  padding-left: 25px;
  background: url(img/icon_q.gif) no-repeat 0 4px;
  background-size: 20px 18px;
}

.text-inden-1 {
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 0;
}

.banner-slider .slick-prev {
	left: 0;
	z-index: 100;
}
.banner-slider .slick-prev:before {
	color: #333;
	font-size: 25px;
}
.banner-slider .slick-next {
	right: 5px;
	z-index: 100;
}
.banner-slider .slick-next:before {
	color: #333;
	font-size: 25px;
}

.banner-slider li {
	padding: 0 7px;
}
.banner-slider ul.slick-dots > li {
	margin-top: 8px;
}

.text-tax {
  display: inline-block;
  font-size: 9px !important;
}

.product-cat-list .box_item_price {
  padding: 10px 2px;
}

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

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

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

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

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

.box-price-tax {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 22px;
}

.add-item-embroidery {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.add-item-embroidery .box-rating-star {
    margin-bottom: 0;
}

.add-item-embroidery .item-embroidery {
    border: 1px solid;
    border-radius: 3px;
    padding: 2px 5px;
    font-size: 10px;
}

.product-cat-list .box .price-embroidery {
    margin-top: 5px;
    font-size: 9px;
}

.top-my-page .my-page-profile,
.top-my-page .my-page-content {
    margin-bottom: 10px;
}

.top-my-page .my-page-profile .box-profile {
    display: flex;
    background: #000;
    padding: 10px;
    color: #fff;
}

.top-my-page .my-page-profile .box-profile .image {
    width: 65px;
    margin-right: 10px;
}

.top-my-page .my-page-profile .box-profile .info {
    flex: 1;
    padding-right: 50px;
    position: relative;
}

.top-my-page .my-page-profile .box-profile .name {
    font-size: 14px;
    margin-bottom: 5px;
}

.top-my-page .my-page-profile .box-profile .rank {
    font-size: 12px;
    display: flex;
}

.top-my-page .my-page-profile .box-profile .urank {
    font-size: 12px;
    background: #424242;
    width: max-content;
    padding: 8px 10px;
    border-radius: 5px;
    margin-top: 5px;
}

.top-my-page .my-page-content .item {
    font-size: 14px;
    height: 50px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    position: relative;
}

.top-my-page .my-page-content .title-item {
    font-weight: 700;
    padding: 25px 10px 10px;
}

.top-my-page .box-item {
    padding: 0 10px;
}

.list-header-top .btn-top-my-page {
    text-indent: 1px;
    font-size: 8px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
}

.list-header-top .btn-top-my-page .image {
    display: block;
    width: 18px;
    height: 18px;
    margin: 4px auto;
    position: relative;
}

.list-header-top .btn-top-my-page .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.top-my-page {
    background: #f7f7f7;
    padding: 10px 0;
}

.top-my-page .btn {
    padding: 15px;
    background: #fff;
    margin-bottom: 10px;
}

.top-my-page .btn.btn-danger {
    color: #f44f4f;
}

@media (max-width: 320px) {
    .list-header-top .btn-top-my-page {
        font-size: 6px;
    }
}

.btn-link-tool .btn-red {
    position: relative;
    display: block;
    background: #e61e02;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-indent: -15px;
    line-height: 20px;
    font-weight: 600;
    border: 0;
    border-radius: 5px;
    outline: unset;
    width: 80%;
    margin: 20px auto 0;
    box-sizing: border-box;
}

.btn-link-tool .btn-red:after {
    content: '\f138';
    border: unset;
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    font-size: 16px;
}

.list-header-top a.login {
    margin: 0;
}

.list-header-top a.tel-new {
    background: #ff0101 !important;
    text-indent: 0;
    color: #fff;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 18px;
    font-weight: 700;
    width: 110px;
}

.list-header-top a.tel-new strong {
    font-size: 9px;
    font-weight: 700;
}

.list-header-top a.tel-new span {
    font-size: 13px;
}

.card-base-yellow p{
	margin-bottom: -2px;
}

.card-base-yellow :first-child {
	font-size: 15px !important;
}
.notification-card {
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 10px;
    font-weight: 600;
    padding: 2px;
    color: #000;
    background: #fff;
    border-radius: 100%;
    min-width: 14px;
    min-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #454545;
	box-sizing: content-box;
}
.titl-recommended-service p {
	font-size: 16px;
	line-height: 16px;
	color: #000;
	margin-bottom: 15px;
	font-weight: 700;
}
/* update css mypage top */
.top-my-page .box-item h2 {
	font-size: 16px;
	line-height: 16px;
	color: #000;
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	font-weight: 700;
}
.top-my-page .box-item h2:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	border-bottom: 4.6px solid #d61518;
	bottom: -4px;
	width: 100%;
	z-index: 9;
}
.top-my-page .box-item .inline-border-2 {
	height: 4px;
	width: 100%;
	background: #000;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}