@charset "euc-jp";

/***********************
		reset
***********************/
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
	-webkit-text-size-adjust: none;
	font-family: Helvetica, san-serif;
	word-break: break-all;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table {
	border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
	vertical-align:middle;
}

/***********************
		tag
***********************/
body {
	font-size: 14px;
	line-height: 1.4;
}
a {
	color: #007CB6;
}
img {
	vertical-align: bottom;
        max-width:100%;
}
section h1,
#prd_dtl section section h1 {
	padding: 10px;
	font-size: 18px;
	color: #FFF;
	text-shadow: 0 -1px 0 #000;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#454545),
		color-stop(100%,#000)
		);
	border-top: 1px solid #454545;
	border-bottom: 1px solid #000;
	-webkit-box-shadow: none;
	box-shadow: none;
	word-break: break-all;
}
section h1 img {
	vertical-align: middle;
}
section h1 img[class] {
	vertical-align: baseline;
}
section section h1 {
	padding: 4px 10px 3px;
	font-size: 14px;
	color: #666;
	text-shadow: 0 1px #EEE;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#BBB),
		color-stop(100%,#DFDFDF)
		);
	border-top: none;
	border-bottom: 1px solid #BBB;
	-webkit-box-shadow: inset 0 1px 1px 0 #999;
	box-shadow: inset 0 1px 1px 0 #999;
}

/***********************
		class
***********************/
.clearfix {
	zoom:1;
}
.clearfix:after {
    content: ""; 
    display: block; 
    clear: both;
}
.more_cont {
	display: none;
}
.hidden {
	display: none;
}
.soldout {
	margin-bottom: 3px;
	font-weight: bold;
	color: #FFF;
	background: #F00;
	padding: 3px 5px;
	text-align: center;
}
.nophoto {
	display: block;
	line-height: 76px;
	text-align: center;
	font-size: 12px;
	width: 76px;
	height: 76x;
	margin: 0 auto;
	border: 2px solid #CCC;
	color: #999;
	font-weight: bold;
	background: #FFF;
}
.noprd {
	font-size: 16px;
	line-height: 10;
	text-align: center;
	font-weight: bold;
}
header form input[type="submit"] {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 -1px #000;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#535353),
		color-stop(50%,#3B3B3B),
		color-stop(51%,#333),
		color-stop(100%,#000)
		);
	border-bottom: 1px solid #000;
	border-top: 1px solid #777;
}
.mailmaga_ins input,
.mailmaga_del input {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 -1px #000;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#535353),
		color-stop(50%,#3B3B3B),
		color-stop(51%,#333),
		color-stop(100%,#000)
		);
	border-bottom: 1px solid #000;
	border-top: 1px solid #777;
}
.cart_color {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 -1px #794444;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom,
		color-stop(0%,#E28181), 
		color-stop(100%,#B70000)
		);
	border-bottom: 1px solid #794444;
	border-top: 1px solid #E2A0A0;
}
.wrap {
	padding: 10px;
}

/***********************
		link_list
***********************/
.link_list li {
	border-top: 1px solid #CCC;
}
.link_list li:first-child {
	border-top: none;
}
.link_list li > * {
	display:block;
	text-decoration:none;
	color:#333;
	padding:10px 30px 10px 10px;
	-webkit-background-size: 15px 8px;
	word-break: break-all;
}
.link_list li > a {
	background:url(https://img.shop-pro.jp/s_tmpl_img/17/arrow_list.png) no-repeat center right;
	background-size: 20px 13px;
}
.link_list .pict {
	padding-left: 30px;
	-webkit-background-size: 25px 25px;
	-moz-background-size: 25px 25px;
	-o-background-size: 25px 25px;
	-ms-background-size: 25px 25px;
	background-size: 25px 25px;
}

/***********************
		prd_list
***********************/
.prd_list,
.prd_th {
	list-style: none;
}
.prd_list a,
.prd_th a {
	display: block;
	text-decoration: none;
	color: #333;
	line-height: 1.2;
	margin: 0 5px;
}
.prd_list li {  
	background: url(https://img.shop-pro.jp/s_tmpl_img/17/arrow_prd.png) no-repeat center right;
	-webkit-background-size: 38px 28px;
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
.prd_list li a:after {  
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.prd_list a {
	width: 100%;
	height: 100%;
}
.prd_list li:last-child {
	border: none;
}
.prd_list .pict {  
	width: 25%;  
	min-height: 80px;
	float: left;  
}
.prd_list .pict img {
	display: block;
	max-width: 100%;
	max-height: 100px;
	margin: 0 auto;
}
.prd_list .summary {  
	width: 60%;  
	min-height: 80px;
	float: left;
	padding-left: 15px;
} 
.prd_list .name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.prd_list .name img[class] {
	vertical-align: baseline;
}
.prd_list .ttl p:last-child {
	margin-bottom: 5px;
}
.prd_list .ttl {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2;
	word-break: break-all;
}
.prd_list .regular {
	font-size: 16px;
	font-weight: normal;
	text-decoration: line-through;
}
.prd_list .price {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.prd_list .discount {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.prd_list .soldout {
	font-size: 12px;
	width: 70px;
}
.prd_th li {
	float: left;
	width: 30%;
	margin: 0 0 10px 2.5%;
	font-size: 10px;
	text-align: center;
	word-break: break-all;
}
.prd_th li.clear {
	clear: both;
}
.prd_th a {
	margin: 0 5px;
	font-weight: bold;
}
.prd_th img,
.prd_th .nophoto {
	display: block;
	margin: 0 auto 2px;
}
.prd_th img {
	max-width: 100%;
	max-height: 100px;
}
.prd_th .name img[class] {
	vertical-align: baseline;
}
.prd_th .regular {
	text-decoration: line-through;
}
.prd_th .discount {
	color: #F00;
}
.prd_th .price {
	color: #F00;
}

/***********************
		global_nav
***********************/
header nav,
footer .global {
	padding: 7px 0;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#454545),
		color-stop(100%,#000)
		);
	border-top: 1px solid #454545;
	border-bottom: 1px solid #000;
	box-shadow: 0 0 5px 0 #666;
	-webkit-box-shadow: 0 0 5px 0 #666;
}
.global a,
.global span {
	display: block;
	padding: 4px 0 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	text-shadow: 0 -1px #000;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#535353),
		color-stop(50%,#3B3B3B),
		color-stop(51%,#333),
		color-stop(100%,#000)
		);
	border-bottom: 1px solid #626262;
	border-top: 1px solid #252525;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
.global .cart a {
	text-shadow: 0 -1px #794444;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom,
		color-stop(0%,#E28181), 
		color-stop(100%,#B70000)
		);
	border-top: 1px solid #794444;
}

.global li {
    float: left;
	width: 19%;
	margin-left: 1%;
	text-align: center;
}
.global li:first-child {
	margin-left: 2%;
}
footer .global li {
	width: 25%;
	margin-left: 2.5%;
	line-height: 1.6;
}
header .global .home {
	width: 14.5%;
}
header .global .prd {
	width: 22%;
}
footer .global .pagetop {
	width: 40%;
}

/***********************
		header prd
***********************/
header .more_cont {
	width: 96%;
	margin: 0 auto;
	padding-top: 7px;
}

header .tab  {
	display: flex;
    justify-content: space-between;
}

header .tab li {
    width: 16%;
	padding: 8px 0 6px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#555),
		color-stop(100%,#444)
		);
	border-top: 1px solid #333;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

header .tab .now {
	color: #666;
	background: #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 10px solid #fff;
}
header .tab {
	margin:0;
}
header .tab_cont {
	background: #FFF;
	border-bottom: 1px solid #1C2129;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
header form {
	padding: 5px 10px;
}
header form input,
header form select {
	font-size: 16px;
	line-height: 1.4;
	display: block;
	width: 95%;
	margin: 10px auto;
}
header form input[type="submit"] {
	font-size: 16px;
	padding: 10px 0;
	border-right: none;
	border-left: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

/***********************
		topicpass
***********************/
#topicpass {
	margin: 10px 5px;
	font-size: 10px;
}
#topicpass ul {
	margin-bottom: 5px;
}
#topicpass li {
	display: inline;
	margin-right: 5px;
	line-height: 1.2;
	word-break: break-all;
}
#topicpass a {
	margin-left: 5px;
}

/***********************
		logo
***********************/
#logo {
	padding: 12px 7px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#logo a {
	text-decoration: none;
	color: #333;
}
#logo img {
	width:60%;
}
#logo.img {
	padding: 0;
}

/***********************
		menu
***********************/
#menu {
	width: 90%;
	margin: 20px auto;
	font-size: 16px;
	color: #333;
}
#menu a {
	color: #333;
}
#menu > ul {
	border: 1px solid #CACACA;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
#menu .link_list li {
	border-top: 1px solid #FFF;
}
#menu .link_list > li {
	border-bottom: 1px solid #CACACA;
	background-color: #ECECEC;
}
#menu .link_list > li:nth-child(even) {
	background-color: #D6D6D6;
}
#menu .link_list > li:first-child {
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
#menu .link_list > li:last-child {
	border-bottom: none;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}
#menu .link_list li > * {
	color:#333;
}
#menu .link_list li > a {
	background:url(https://img.shop-pro.jp/s_tmpl_img/17/menu_arrow.png) no-repeat center right;
}
#menu .more_btn {
	background:url(https://img.shop-pro.jp/s_tmpl_img/17/menu_plus.png) no-repeat center right;
}
#menu .more_btn.open {
	background:url(https://img.shop-pro.jp/s_tmpl_img/17/menu_minus.png) no-repeat center right;
}
#menu .more_cont {
	padding: 0;
}
#menu .more_cont li {
	border-bottom: none;
}
#menu .more_cont .welcome {
	padding: 5px 10px;
}
#menu a p {
	font-size: 10px;
}
#menu .user .pict {
	background-image: url(https://img.shop-pro.jp/s_tmpl_img/17/menu_acc.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu .mailmaga .pict {
	background-image: url(https://img.shop-pro.jp/s_tmpl_img/17/menu_mailmaga.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.mailmaga br {
	display: none;
}
.mailmaga input {
	font-size: 16px;
	line-height: 1.4;
	margin: 8px auto;
	display: block;
	width: 91%;
}
.mailmaga_ins input,
.mailmaga_del input {
	font-size: 16px;
	padding: 10px 0;
	border-right: none;
	border-left: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;

}
.mailmaga_ins,
.mailmaga_del {
	width: 50%;
	float: left;
}
#menu .sk a {
	padding: 3px 30px 3px 10px;
}
#menu .sk .pict {
	background-image: url(https://img.shop-pro.jp/s_tmpl_img/17/menu_sk.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu .manager .pict {
	background-image: url(https://img.shop-pro.jp/s_tmpl_img/17/menu_manager.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu .manager .wrap {
	padding: 10px;
}
.manager .photo {
	float: left;
	margin-right: 10px;
	max-width: 80px;
	max-height: 120px;
}
.manager .name {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.manager .memo {
	font-size: 10px;
}
#menu .blog .pict {
	background-image: url(https://img.shop-pro.jp/s_tmpl_img/17/menu_blog.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu .inq .pict {
	background-image: url(https://img.shop-pro.jp/s_tmpl_img/17/menu_inq.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu .privacy .pict {
	background-image: url(https://img.shop-pro.jp/s_tmpl_img/17/menu_privacy.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/***********************
		switch
		copyright
***********************/
.switch {
	padding: 20px 10px 10px;
	text-align: center;
	color: #333;
	background: #F1F1F1;
	-webkit-box-shadow: inset 0 3px 4px #CCC;
	box-shadow: inset 0 3px 4px #CCC;
}
.switch a {
	font-weight: bold;
	color: #333;
}
.switch p {
	margin-bottom: 10px;
}
.switch small {
	font-size: 10px;
}

/***********************
		recommend
		seller
		checkitem
		category
***********************/
#recommend h1,
#seller h1,
#category h1 {
	text-align: left;
}
#recommend h1 img, #seller h1 img {
	vertical-align: middle;
}
#recommend .more_btn {
	display:block;
	padding: 7px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#checkitem .wrap {
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#AAA),
		color-stop(100%,#FFF)
		);
	-webkit-box-shadow: inset 0 0 10px 0 #999;
	box-shadow: inset 0 0 10px 0 #999;
}

#recommend .wrap,
#seller .wrap {
    background-color: #fff;
}

#category .link_list li:last-child {
	border-bottom: 2px solid #CCC;
}

/***********************
		info
		arrival
***********************/
#info_arr {
	padding: 7px 0;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#454545),
		color-stop(100%,#000)
		);
	border-top: 1px solid #454545;
	border-bottom: 1px solid #000;
}
#info_arr.tab ul {
	margin: 0 5%;
	list-style: none;
}
#info_arr.tab li {
	float: left;
	width: 50%;
	padding: 4px 0;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#535353),
		color-stop(50%,#3B3B3B),
		color-stop(51%,#333),
		color-stop(100%,#000)
		);
	border-bottom: 1px solid #626262;
	border-top: 1px solid #252525;
}
#info_arr.tab li:first-child {
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}
#info_arr.tab li:last-child {
	border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}
#info_arr.tab .now {
	color: #FFF;
	background: #222;
	box-shadow: inset 0 -1px 3px #000;
}
#arrival li {
	width: 50%;
	padding: 0;
	background: url(none);
	float: left;
	border-style: none;
}
#arrival li.clear {
	clear: both;
}
#arrival .pict {
	min-height: 50px;
	margin-left: 5px;
	width: 30%;
}
#arrival .nophoto {
	line-height: 56px;
	font-size: 10px;
	width: 56px;
	height: 56px;
}
#arrival .summary {
	min-height: 50px;
	width: 55%;
}
#arrival .name {
	font-size: 12px;
}
#arrival a {
	padding: 10px 0;
	margin: 0;
}
#arrival .soldout,
#arrival .regular,
#arrival .discount,
#arrival .price {
	font-size: 10px;
}

/***********************
		prd_list
***********************/
#prd_list ul {
	list-style: none;
}
#prd_list .condition {
	padding: 10px;
}
#prd_list .link_list.more_wrap li:last-child,
.sub_cat .link_list li:last-child {
	border-bottom: 2px solid #CCC;
}
.sort {
	float: left;
	width: 70%;
	margin: 5px 0 10px 5px;
}
.sort li {
	text-align: center;
	width: 33%;
	float: left;
	line-height: 3;
}
.sort li:first-child a,
.tabsnav li:last-child a {
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.sort li:last-child a,
.tabsnav li:first-child a {
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0 4px 4px 0;
}
.tabsnav {
	float: right;
	width: 25%;
	background: none;
	padding: 0;
	margin: 5px 5px 10px 0;
}
.tabsnav li {
	border-top-style: none;
	border-bottom-style: none;
	float: right;
	width: 50%;
	margin: 0;
	padding: 0;
}
.tabsnav a {
	padding: 7px 0;
}
.tabsnav img {
	display: block;
	margin: 0 auto;
}
.sort a,
.tabsnav a {
	display: block;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#343434),
		color-stop(100%,#000)
		);
	-webkit-box-shadow: inset 0 1px 1px 0 #000;
	box-shadow: inset 0 1px 1px 0 #000;
	border-bottom: 1px solid #000;
}
.sort .current,
.tabsnav .current {
	background: #333;
}
.prdtabcontent {
	clear: both;
	display: none;
}
.prdtabcontent.currentTab {
	display: block;
}
.prd_page_nav {
	margin: 10px 0;
	text-align: center;
}
.prd_page_nav a,
.prd_page_nav span {
	display: block;
	padding: 5px 0;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5;
	font-size: 12px;
}
.prd_page_nav a {
	color: #FFF;
}
.prd_page_nav p {
	font-size: 10px;
	line-height: 5;
}
.prd_page_nav li {
	float: left;
	width: 50%;
}
.prd_page_nav a {
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#343434),
		color-stop(100%,#000)
		);
	-webkit-box-shadow: inset 0 1px 1px 0 #000;
	box-shadow: inset 0 1px 1px 0 #000;
	border-bottom: 1px solid #000;
}
.prd_page_nav span {
	color: #FFF;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#BBB),
		color-stop(100%,#DFDFDF)
		);
	border-bottom: 1px solid #BBB;
	-webkit-box-shadow: inset 0 1px 1px 0 #999;
	box-shadow: inset 0 1px 1px 0 #999;
}

/***********************
		prd_dtl
***********************/
#images {
	padding: 10px 0;
	background: #EFEFEF;
	text-align: center;
	-webkit-box-shadow: inset 0 0 10px 0 #999;
	box-shadow: inset 0 0 10px 0 #999;
}
#images .img {
	margin-bottom: 10px;
}
#images .img img {
	max-width: 90%;
}
#images li {
	display: inline;
	margin: 0 1%;
}
#images li img {
	max-width: 20%;
	max-height: 80px;
}
#prd_dtl .dtl_tbl td {
	font-size: 14px;
}
#prd_dtl .dtl_tbl td select {
	width: 80%;
}
#prd_dtl .cart {
	margin-top: 10px;
	text-align: center;
}
#prd_dtl .cart_color {
	width: 90%;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	border-right: none;
	border-left: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#prd_dtl .soldout {
	margin-bottom: 10px;
	letter-spacing: 1px;
}
#prd_dtl .link_list li:first-child {
	border-top: 2px solid #CCC;
}
#prd_dtl .link_list.more_wrap li:first-child {
	border-top: none;
}
#prd_dtl .link_list.more_wrap li:last-child {
	border-bottom: 2px solid #CCC;
}
#prd_dtl .link_list.more_wrap .more_cont {
	display: none;
	padding-right: 10px;
}
#prd_dtl .desc .more_cont img {
	/* テンプレートマニュアル ※1 */
	/*max-width: 100%;*/
}
#prd_dtl .link_list .desc .pict {
	background-image: url(https://img.shop-pro.jp/s_tmpl_img/17/prd_desc.png);
	  background-repeat: no-repeat;
  background-position: left center;
}
#prd_dtl .link_list .opt .pict {
	background-image: url(https://img.shop-pro.jp/s_tmpl_img/17/prd_opt.png);
	  background-repeat: no-repeat;
  background-position: left center;
}
#prd_dtl .link_list .opt dt {
	font-weight: bold;
	line-height: 1.2;
}
#prd_dtl .link_list .opt dd {
	margin-bottom: 10px;
}
#prd_dtl .link_list .opt dd:last-child {
	margin-bottom: 0;
}
#prd_dtl .link_list .more_btn {
	background:url(https://img.shop-pro.jp/s_tmpl_img/16/prd_plus.png) no-repeat center right;
	-webkit-background-size: 38px 28px;
}
#prd_dtl .link_list .more_btn.open {
	background:url(https://img.shop-pro.jp/s_tmpl_img/16/prd_minus.png) no-repeat center right;
-webkit-background-size: 38px 28px;
}
#prd_dtl .product_regular {
	text-decoration: line-through;
}
#prd_dtl .product_price,
#prd_dtl .product_discount {
	font-weight: bold;
	color: #F00;
}
#prd_dtl .sns {
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	margin-top: 40px;
	width: 90%;
}
#prd_dtl .sns h1 {
	padding: 5px 0 0;
	margin: 0;
	text-align: center;
	font-size: 14px;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
#prd_dtl .sns .wrap {
	text-align: center;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 10px 0 0;
	position: relative;
	overflow: hidden;
}
#prd_dtl .sns .wrap div {
	margin: 0 0 10px;
	clear: both;
}
#prd_dtl .sns .calamel img {
	margin: 0 5px;
}
#prd_dtl .sns .icon img {
	width: 60px;
	height: 60px;
	display: block;
}
#prd_dtl .sns .icon {
	float: left;
	position: relative;
	left: 50%;
}
#prd_dtl .sns .icon > *  {
	display: block;
	margin: 0 5px;
	float: left;
	position: relative;
	left: -50%;
}
#prd_dtl .sns .facebook iframe  {
	height: 67px !important;
}

/***********************
		regal
		privacy
		prd_dtl table
***********************/
#regal p,
#privacy p {
	padding: 10px 5px;
	word-break: break-all;
}
#regal table,
#prd_dtl .opt table,
#prd_dtl .dtl_tbl {
	width: 100%;
}
#regal th, #regal td,
#prd_dtl .opt th, #prd_dtl .opt td,
#prd_dtl .dtl_tbl th, #prd_dtl .dtl_tbl td {
	padding: 3px;
	border-bottom: 1px solid #999;
	word-break: break-all;
}
#regal th,
#prd_dtl .opt th,
#prd_dtl .dtl_tbl th {
	width: 30%;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	border-left: 1px solid #999;
	background: #EEE;
}
#regal td,
#prd_dtl .opt td,
#prd_dtl .dtl_tbl td {
	width: 60%;
	vertical-align: top;
	border-right: 1px solid #999;
}
#regal th {
	text-align: left;
}
#regal td {
	font-size: 10px;
}
#regal tr:first-child th,
#regal tr:first-child td,
#prd_dtl .opt tr:first-child th,
#prd_dtl .opt tr:first-child td,
#prd_dtl .dtl_tbl tr:first-child th,
#prd_dtl .dtl_tbl tr:first-child td {
	border-top: 1px solid #999;
}
#regal tr:first-child th,
#prd_dtl tr:first-child th,
#prd_dtl .dtl_tbl tr:first-child th {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}
#regal tr:first-child td,
#prd_dtl .opt tr:first-child td,
#prd_dtl .dtl_tbl tr:first-child td {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
#regal tr:last-child th,
#prd_dtl .opt tr:last-child th,
#prd_dtl .dtl_tbl tr:last-child th {
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#regal tr:last-child td,
#prd_dtl .opt tr:last-child td,
#prd_dtl .dtl_tbl tr:last-child td {
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/***********************
		flick
***********************/

.flick {
	width: 300px;
	margin: 0 auto;
	overflow: hidden;
}
.flick ul li {
	float: left;
	margin: 0 0 5px;
	list-style-type: none;
	text-align: center;
	width: 100px;
	font-size: 12px;
}
.flick ul li span {
	display: block;
	line-height: 2;
	font-size: 10px;
	font-weight: bold;
}
.flick ul li p {
	font-size: 10px;
	font-weight: bold;
}
.flick ul li .price_soldout {
	background: #F00;
	color: #FFF;
}
.flick ul li .price {
	color: #F00;
}
.flick ul li img {
	display: block;
	max-width: 80px;
	margin:0 auto 2px;
}
.flick ul li a {
	display: block;
	margin: 0 5px;
	text-decoration: none;
}
.flick_ctrl {
	margin: 0;
	list-style: none;
}
.flick_ctrl li {
	width: 20%;
	text-align: center;
	display:block;
	padding: 4px 0;
	background: 
		-webkit-gradient(linear, 
		left top, left bottom, 
		color-stop(0%,#000),
		color-stop(100%,#454545)
		);
	border-top: 1px solid #454545;
	border-bottom: 1px solid #000;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000;
	color: #FFF;
	border-radius: 4px;
}
.flick_ctrl li.back {
	float: left;
}
.flick_ctrl li.next {
	float: right;
}
.pointer {
	text-align: center;
}
.pointer span.selected {
    background-color: #333;
}

.pointer span {
    display: inline-block;
    height: 6px;
    width: 6px;
	margin: 0 2px;
	background-color: #CCC;
    border-radius: 3px;
}




.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #131313 !important;
}
.bx-wrapper {
  margin: 0 auto -1% !important;
  background: #FFF;
  width: 90%;
}
.head_main {
  background: url(https://file001.shop-pro.jp/PA01177/067/images/bodyBg.jpg);
  background-size: cover;
  padding-bottom: 30px;
}




/*    team category   */
h3.imgTi0 {
  padding: 10px;
  background: #000;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.teamList {
	background-color: #000;
}
.teamList li {
	height: 50px;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom: 1px solid #fff;
}
.teamList li a {
	font-size: 14px;
	padding: 0px 28px 0 74px;
	background: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/side_img_arrow.png) no-repeat 95% center;
	display: block;
	/* margin-top: -1px; */
	color: #FFF;
	/* text-align: right !important; */
	/* display: table-cell; */
	/* width: 100%; */
	/* height: 50px; */
	/* vertical-align: middle; */
	text-decoration: none;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.teamList li a:hover {
	opacity: 0.7;
	background: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/side_img_arrow.png) no-repeat 95% center;
	color: #fff;
}
.teamList li.side_team01 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_01.png);
}
.teamList li.side_team02 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_02.png);
}
.teamList li.side_team03 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_03.png);
}
.teamList li.side_team04 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_04.png);
}
.teamList li.side_team05 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_05.png);
}
.teamList li.side_team06 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_06.png);
}
.teamList li.side_team07 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_07.png);
}
.teamList li.side_team08 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_08.png);
}
.teamList li.side_team09 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_09.png);
}
.teamList li.side_team10 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_10.png);
}
.teamList li.side_team11 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_11.png);
}
.teamList li.side_team12 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_12.png);
}
.teamList li.side_team13 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_13.png);
}
.teamList li.side_team14 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_14.png);
}
.teamList li.side_team15 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_15.png);
}
.teamList li.side_team16 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_16.png);
}
.teamList li.side_team17 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_17.png);
}
.teamList li.side_team18 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_18.png);
}
.teamList li.side_team19 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_19.png);
}
.teamList li.side_team20 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_20.png);
}
.teamList li.side_team21 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_21.png);
}
.teamList li.side_team22 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_22.png);
}
.teamList li.side_team23 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_23.png);
}
.teamList li.side_team24 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_24.png);
}
.teamList li.side_team25 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_25.png);
}
.teamList li.side_team26 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_26.png);
}
.teamList li.side_team27 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_27.png);
}
.teamList li.side_team28 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_28.png);
}
.teamList li.side_team29 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_29.png);
}
.teamList li.side_team30 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_30.png);
}
.team_li {
background:#000;
}
li.team_li {
	height: 50px;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom: 1px solid #fff;
}
li.team_li a {
	font-size: 14px;
	padding: 0px 28px 0 74px;
	background: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/side_img_arrow.png) no-repeat 95% center;
	display: block;
	/* margin-top: -1px; */
	color: #FFF;
	/* text-align: right !important; */
	/* display: table-cell; */
	/* width: 100%; */
	/* height: 50px; */
	/* vertical-align: middle; */
	text-decoration: none;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
li.team_li a:hover {
	opacity: 0.7;
	background: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/side_img_arrow.png) no-repeat 95% center;
	color: #fff;
}
li.team_li.side_team01 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_01.png);
}
li.team_li.side_team02 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_02.png);
}
li.team_li.side_team03 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_03.png);
}
li.team_li.side_team04 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_04.png);
}
li.team_li.side_team05 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_05.png);
}
li.team_li.side_team06 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_06.png);
}
li.team_li.side_team07 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_07.png);
}
li.team_li.side_team08 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_08.png);
}
li.team_li.side_team09 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_09.png);
}
li.team_li.side_team10 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_10.png);
}
li.team_li.side_team11 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_11.png);
}
li.team_li.side_team12 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_12.png);
}
li.team_li.side_team13 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_13.png);
}
li.team_li.side_team14 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_14.png);
}
li.team_li.side_team15 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_15.png);
}
li.team_li.side_team16 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_16.png);
}
li.team_li.side_team17 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_17.png);
}
li.team_li.side_team18 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_18.png);
}
li.team_li.side_team19 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_19.png);
}
li.team_li.side_team20 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_20.png);
}
li.team_li.side_team21 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_21.png);
}
li.team_li.side_team22 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_22.png);
}
li.team_li.side_team23 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_23.png);
}
li.team_li.side_team24 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_24.png);
}
li.team_li.side_team25 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_25.png);
}
li.team_li.side_team26 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_26.png);
}
li.team_li.side_team27 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_27.png);
}
li.team_li.side_team28 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_28.png);
}
li.team_li.side_team29 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_29.png);
}
li.team_li.side_team30 {
	background-image: url(https://file001.shop-pro.jp/PA01177/067/images/side_img/bg_side_30.png);
}

.deliv_bloc {
  background: #000;
  margin: 0 18px 20px;
  border-radius: 5px;
}
.deliv_bloc h3 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 10px;
}
.deliv_bloc .date {
  background: #fff;
  text-align: center;
  width: 80%;
  font-size: 18px;
  padding: 10px 10px 5px;
  margin: 0 auto;
  border-radius: 4px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d1d1d1), color-stop(0.00, #fff));
  background: -webkit-linear-gradient(#fff, #d1d1d1);
  background: -moz-linear-gradient(#fff, #d1d1d1);
  background: -o-linear-gradient(#fff, #d1d1d1);
  background: -ms-linear-gradient(#fff, #d1d1d1);
  background: linear-gradient(#fff, #d1d1d1);
}
.deliv_bloc p.yl {
  color: #FFE14B;
  padding: 3% 7%;
}
.deliv_bloc .attention p {
  padding: 7px 5px 3px;
  line-height: 1.2;
  font-size: 0.9em;
}
.deliv_bloc .attention .icon {
  float: left;
  padding: 8px;
}
.deliv_bloc .attention {
  background: #EBECED;
  overflow: hidden;
}




#voiceTi{
  background: url(https://img06.shop-pro.jp/PA01177/067/etc/shi.jpg?20150403143531)no-repeat 0 0;
  height: 98px;
  width: 100%;
  margin-bottom: 0;
  background-size: contain;
}
.voiceBox{
    position: relative;
    background-color: #ffffff; 
    background-image: 
        linear-gradient(rgba(000,000,000,.1) .1em, transparent .1em);
    background-size: 100% 1.5em;
    padding:15px;
    margin-bottom:30px;
    line-height:35px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
    border-radius:15px;
}
.voiceBox h1 {
        display:inline;
        font-family:
        "&#65533;&#1189;&#39278;&#65533;&#65533;&#65533;&#65533;&#299; ProN W6",
        "HiraMinProN-W6",
        "HG&#65533;&#65533;&#299;E",
        "&#65533;&#867;&#65533; &#65533;&#65533;&#65533;&#65533;&#299;",
        "MS PMincho",
        "MS &#65533;&#65533;&#299;",
        serif;
        color:#86254f;
        font-size:1.7em;
        border-image: url(https://img06.shop-pro.jp/PA01177/067/etc/u_line2.png?20150406182543)15;
border-style:solid;
        border-width: 0px 0px 10px 0px;
        padding:0;
        margin:0; 
        font-weight:bold;
}
#voiceWrapper{
        width:auto;
        background-image:url(https://img06.shop-pro.jp/PA01177/067/etc/1073_1okc13.jpg?20150406223857);
        padding:10px;
        border-radius:0 0 5px 5px;
        position:relative;
}
.bxslider .bx-wrapper .bx-viewport {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border:none;
background-color:transparent;
}
.bxslider img{
max-width:100%;
}

/* shop info */
@media (max-width: 667px) {

.infoBox{
padding:10px;
font-size:90%;
}

.infoBox h3 b {
    font-size: 22px;
}

.text-burgundy{
color:#a6597d;
font-weight:bold;
font-size:1.2em;
}

.text-danger{
color:red;
}

.text-success{
color:green;
}

.list-unstyled{
list-style-type:none;
}

.text-center{
text-align:center;
}

.bd-left{
border-left:solid 10px #000;
padding-left:5px;
}

.spacer-m{
margin:10px 0;
}
}

/*.sideSection .teamList li.players_1{
background-image:url(https://file001.shop-pro.jp/PA01177/067/players/1.png);
}
.sideSection .teamList li.players_2{
background-image:url(https://file001.shop-pro.jp/PA01177/067/players/2.png);
}
.sideSection .teamList li.players_3{
background-image:url(https://file001.shop-pro.jp/PA01177/067/players/3.png);
}
.sideSection .teamList li.players_4{
background-image:url(https://file001.shop-pro.jp/PA01177/067/players/4.png);
}
.sideSection .teamList li.players_5{
background-image:url(https://file001.shop-pro.jp/PA01177/067/players/5.png);
}
.sideSection .teamList li.players_6{
background-image:url(https://file001.shop-pro.jp/PA01177/067/players/6.png);
}
.sideSection .teamList li.players_7{
background-image:url(https://file001.shop-pro.jp/PA01177/067/players/7.png);
}
.sideSection .teamList li.players_8{
background-image:url(https://file001.shop-pro.jp/PA01177/067/players/8.png);
}
.sideSection .teamList li.players_9{
background-image:url(https://file001.shop-pro.jp/PA01177/067/players/9.png);
}
.sideSection .teamList li.players_10{
background-image:url(https://file001.shop-pro.jp/PA01177/067/players/10.png);
}
.sideSection .teamList li.players_11{
background-image:url(https://file001.shop-pro.jp/PA01177/067/players/11.png);
}
.sideSection .teamList li.players_12{
background-image:url(https://file001.shop-pro.jp/PA01177/067/players/12.png);
}
.sideSection .teamList li.players_13{
background-image:url(https://file001.shop-pro.jp/PA01177/067/players/13.png);
}
.sideSection .teamList li.players_14{
background-image:url(https://file001.shop-pro.jp/PA01177/067/players/14.png);
}
.sideSection .teamList li.players_15{
background-image:url(https://file001.shop-pro.jp/PA01177/067/players/15.png);
}
.sideSection .teamList li.players_16{
background-image:url(https://file001.shop-pro.jp/PA01177/067/players/16.png);
}
.sideSection .teamList li.players_17{
background-image:url(https://file001.shop-pro.jp/PA01177/067/players/17.png);
}
.sideSection .teamList li.players_18{
background-image:url(https://file001.shop-pro.jp/PA01177/067/players/18.png);
}
.sideSection .teamList li.players_19{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/players/19.png);
}
.sideSection .teamList li.players_20{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/players/20.png);
}
.sideSection .teamList li.players_21{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/players/21.png);
}
.sideSection .teamList li.players_22{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/players/22.png);
}
.sideSection .teamList li.players_23{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/players/23.png);
}
.sideSection .teamList li.players_24{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/players/24.png);
}
.sideSection .teamList li.players_25{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/players/25.png);
}
.sideSection .teamList li.players_26{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/players/26.png);
}
.sideSection .teamList li.players_27{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/players/27.png);
}
.sideSection .teamList li.players_28{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/players/28.png);
}
.sideSection .teamList li.players_29{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/players/29.png);
}
.sideSection .teamList li.players_30{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/players/30.png);
}
.sideSection .teamList li.players_31{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/players/31.png);
}
.sideSection .teamList li.players_32{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/players/32.png);
}
.sideSection .teamList li.players_33{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/players/33.png);
}*/

.sideSection .teamList li.categories_1{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/1.png);
}
.sideSection .teamList li.categories_2{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/2.png);
}
.sideSection .teamList li.categories_3{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/3.png);
}
.sideSection .teamList li.categories_4{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/4.png);
}
.sideSection .teamList li.categories_5{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/5.png);
}
.sideSection .teamList li.categories_6{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/6.png);
}
.sideSection .teamList li.categories_7{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/7.png);
}
.sideSection .teamList li.categories_8{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/8.png);
}
.sideSection .teamList li.categories_9{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/9.png);
}
.sideSection .teamList li.categories_10{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/10.png);
}
.sideSection .teamList li.categories_11{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/11.png);
}
.sideSection .teamList li.categories_12{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/12.png);
}
.sideSection .teamList li.categories_13{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/13.png);
}
.sideSection .teamList li.categories_14{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/14.png);
}
.sideSection .teamList li.categories_15{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/15.png);
}
.sideSection .teamList li.categories_16{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/16.png);
}
.sideSection .teamList li.categories_17{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/17.png);
}
.sideSection .teamList li.categories_18{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/18.png);
}
.sideSection .teamList li.categories_19{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/19.png);
}
.sideSection .teamList li.categories_20{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/20.png);
}
.sideSection .teamList li.categories_21{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/21.png);
}
.sideSection .teamList li.categories_22{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/22.png);
}
.sideSection .teamList li.categories_23{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/23.png);
}
.sideSection .teamList li.categories_24{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/24.png);
}
.sideSection .teamList li.categories_25{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/25.png);
}
.sideSection .teamList li.categories_26{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/26.png);
}
.sideSection .teamList li.categories_27{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/27.png);
}
.sideSection .teamList li.categories_28{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/28.png);
}
.sideSection .teamList li.categories_29{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/29.png);
}
.sideSection .teamList li.categories_30{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/30.png);
}
.sideSection .teamList li.categories_31{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/31.png);
}
.sideSection .teamList li.categories_32{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/32.png);
}
.sideSection .teamList li.categories_33{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/33.png);
}
.sideSection .teamList li.categories_34{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/34.png);
}
.sideSection .teamList li.categories_35{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/35.png);
}
.sideSection .teamList li.categories_36{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/36.png);
}
.sideSection .teamList li.categories_37{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/37.png);
}
.sideSection .teamList li.categories_38{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/38.png);
}
.sideSection .teamList li.categories_39{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/39.png);
}
.sideSection .teamList li.categories_40{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/40.png);
}
.sideSection .teamList li.categories_41{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/41.png);
}
.sideSection .teamList li.categories_42{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/42.png);
}
.sideSection .teamList li.categories_43{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/43.png);
}
.sideSection .teamList li.categories_44{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/44.png);
}
.sideSection .teamList li.categories_45{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/45.png);
}
.sideSection .teamList li.categories_46{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/46.png);
}
.sideSection .teamList li.categories_47{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/47.png);
}
.sideSection .teamList li.categories_48{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/48.png);
}
.sideSection .teamList li.categories_49{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/49.png);
}
.sideSection .teamList li.categories_50{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/50.png);
}
.sideSection .teamList li.categories_51{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/51.png);
}
.sideSection .teamList li.categories_52{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/52.png);
}
.sideSection .teamList li.categories_53{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/53.png);
}
.sideSection .teamList li.categories_54{
  background-image:url(https://file001.shop-pro.jp/PA01177/067/categories/54.png);
}
ul.bxslider ,
ul.bxslider li {
margin:0;
padding:0;
}
#instafeed {
    margin-bottom: 25px;
}

.simply-scroll-container {
    position: relative;
}

.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}

.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.simply-scroll-list li {
    float: left;
    padding: 0;
    margin: 0;
    width: 100px;
    height: 100px;
    list-style: none !important;
}

.simply-scroll-list li img {
    display: inline-block;
}

.table table td {
    vertical-align: top;
}
/*グループフリースペース１*/
.cg_freespace_01 {
padding:1em 8% 1em 8%;
}

/* ↓↓↓ お気に入りリスト ↓↓↓ */
.favorite__section .product-list__prices {
    font-size: 70%;
    text-align: center;
}

.favorite__section .section__title-h2 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#454545), color-stop(100%,#000) );
    color: #fff;
    padding: 10px;
    margin: 20px 0;
    font-size: 18px;
}

.favorite__section .product-list {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px;
    gap: 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#AAA), color-stop(100%,#FFF) );
}

.favorite__section .product-list li {
    width: 20%;
    list-style: none;
}

.favorite__section .product-list li img {
    max-width: 100%;
    margin: auto;
    display: block;
}

.favorite__section .product__fav-item {
	margin-top: 10px;
	width: 100%;
  }
  
  .favorite__section .product__fav-item button {
	display: block;
	width: 100%;
	cursor: pointer;
	transition: .2s;
	text-align: right;
	color: #999;
	border: 0;
	outline: none;
	background: transparent;
  }
  
  .favorite__section .product__fav-item .fav-items {
	color: #ff7373;
  }
  
 .favorite__section .product__fav-item svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
  }
/* ↑↑↑ お気に入りリスト ↑↑↑ */

#header .sk a {
    height: 55px;
}

#header .sk a, .sk a:hover, .sk a:visited{
    color: #DADADA;
    font-size: 8px;
    font-weight: normal;
    text-decoration: none;
    padding-top: 6px;
}

#header .sk svg {
	width: 27px;
	height: 27px;
	fill: #DADADA;
}

.pull_wrap {
    color: #000;
    font-size: 14px;
    width:95%;
    margin:0 auto;
}
.pull_wrap p{
	text-align: center;
    margin: 30px 0;
    font-weight: bold;
}
.pull_wrap details {
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 15px;
}
.pull_wrap details summary {
    position: relative;
    padding: 20px;
    text-align: center;
	display: block;
	list-style: none;
}
.pull_wrap details summary::-webkit-details-marker {
    display:none;
}
.pull_wrap details summary::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid black;
    right: 20px;
    top: 45%;
}
.pull_wrap details[open] summary::after {
    transform: scale(1, -1);
}
.pull_wrap summary::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 45px;
    left: 10px;
    top: 7px;
}

.pull_wrap details ul {
    padding-left: 60px;
    margin:10px 0;
}
.pull_wrap details li {
    font-size: 12px;
    list-style-type: disc;
    margin-bottom: 15px;
}
.pull_wrap details li a {
    color: #000;
}
.pull_wrap .pull_nba-team summary::before {
    background: url(https://img06.shop-pro.jp/PA01177/067/etc_base64/TWpBeE56QXpNRGhmTVE.jpg) center/cover no-repeat;
}