* {
	margin: 0px;
	padding: 0px;
}
html {
	scroll-padding-top: 37px; /* 固定ヘッダの高さ分 */
}
body {
	text-align: left;
	font-family: Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
a {
	color: #333;
	/*color: #0079BD; /*ブルー*/
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
a:hover {
	text-decoration: none;
}

img { 
  backface-visibility: hidden;
}

#bg {
	background: none /*url(https://img15.shop-pro.jp/PA01241/952/etc/bg01.jpg?20130716185621) repeat center top*/;
}

ul li a:hover img {
	opacity:0.5;
	filter: alpha(opacity=50); 
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	zoom:1;
}

#wrapper {
	width: 100%;
	margin: 0px auto;
	font-size: 12px;
	/*background: url(https://img.shop-pro.jp/tmpl_img/38/0303_wrapper_bg.gif);*/
	text-align: left;
}

#header {
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 100%;
	/*background: url(https://img15.shop-pro.jp/PA01241/952/etc/rn_bg_head.jpg) top repeat-x;*/
	/*overflow: hidden;*/
}

#header-inner {
	margin: 0px auto 0px auto;
	padding: 5px 0px 0px 0px;
	width: 97%;
	overflow: hidden;
	text-align: left;
	height: 120px;
}

#container {
	margin: 50px auto 0px auto;
	width: 1100px;
}
#side {
	float: none;
	width: 150px;
	margin: 0px 0px 20px 0px;
}
#contents {
	width: 100%;
	float: none;
	margin: 0px 0px 60px;
}
#footer {
	margin: 0px auto;
	width: 100%;
	clear: both;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #E3E3E3;
	/*background:#E5E5E5;*/
	color: #333;
}
#footer-inner {
	margin: 0px auto 0px auto;
	padding: 40px 0px 20px 0px;
	width: 1100px;
	overflow: hidden;
	text-align: left;
}

#header h1 {
	color:#333;
	font-size: 12px;
	line-height: 120%;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}


#header form {
	background: none /*url(https://img.shop-pro.jp/tmpl_img/38/0303_header_search.gif) no-repeat left center*/;
	float: right;
	margin: 5px 0px 0px 0px;
	clear: right;
	width: 350px;
}
#header form select {
	width: 140px;
	margin: 0px 5px 0px 0px;
}
#header form input {
	width: 140px;
	margin-right: 0px;
	vertical-align: top;
}
#header form button {
	border-style: none;
	padding: 0px;
	width: 21px;
	border-width: 0px;
	cursor: pointer;
	height: 25px;
	background: url(https://img15.shop-pro.jp/PA01241/952/etc/rn_btn_search.png) no-repeat 0px 2px;
	vertical-align: top;
}
#header form button span {
	display: none;
}
.select-box01 select {
	float: left;
	font-size: 11px;
	color: #333;
	width: 100%;
	height: 25px;
	padding:0px 0px 0px 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	background: #E5E5E5;
	background: url(https://img15.shop-pro.jp/PA01241/952/etc/rn_select_arrow.png) right 50% no-repeat, -webkit-linear-gradient(top, #E5E5E5 0%,#E5E5E5 100%);
	background: url(https://img15.shop-pro.jp/PA01241/952/etc/rn_select_arrow.png) right 50% no-repeat, linear-gradient(to bottom, #E5E5E5 0%,#E5E5E5 100%);
	background-size: 25px, 100%;
}

.select-box01 option {
	font-size: 11px;
	color: #333;
}

.input-box01 {
	color: #333;
	width: 100%;
	height: 23px;
	padding: 0px 0px 0px 0px;
	border:solid 1px #DDD;
}

#header p.logo {
    clear: both;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
    top: 0px; /**/
	position: relative;
	/*top: -38px;*/
    left: 0;
    right: 0;
	width: 150px;
    margin: 0px auto 0px auto; 
    text-align: center;
}
#header p.logo a {
	text-decoration: none;
}
#header p.logo a:hover {
	text-decoration: underline;
}
#header p.logo a img {
	border-style: none;
	width: 140px;
}

#header p.cart {
	line-height: 0;
	height: 23px;
	width: 90px;
	text-indent: -9999px;
	clear: right;
	float: right;
	margin: 2px 0px 0px 15px;
}
#header p.cart a {
	display: block;
	height: 100%;
	line-height: normal;
	background: url(https://file001.shop-pro.jp/PA01241/952/img02/viewcart.svg) no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}
#header p.cart a:hover {
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
	transition: 0.6s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

#header .nav {
	/*background: #F0F0F0;*/
	background: #000;
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	clear: both;
}
/*
#header .global-navi ul {
	width: 1100px;
	margin: 0px auto 0px auto;
  	display: table;
  	table-layout: fixed;
  	text-align: center;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#header .global-navi ul li {
	list-style: none;
	border-right: 1px solid #fff;
	display: table-cell;
	vertical-align: middle;
}

#header .global-navi ul li:last-child {
  	border-right: 0;
}

#header .global-navi ul li a {
	color: #333;
  	display: block;
  	font-size: 12px;
	
	letter-spacing: 0.03em;
  	text-decoration: none;
  	padding: 10px 0;
}

#header .global-navi ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background: #777;
}
*/

/*ドロップメニュー*/
.dmenu {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
	text-align: center;
	list-style-type: none;
}

.dmenu > li {
    float: left;
	width: 12.5%; /* グローバルナビ7つの場合 */
    /* width: 11%; グローバルナビ8つの場合 */
    background: rgba(0,0,0,1.0);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.dmenu > li a {
    display: block;
    color: #fff;
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 1;
	text-decoration: none;
	padding: 14px 5px 13px;
}

.dmenu > li a:hover {
    color: #fff;
}

ul.dmenu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
	list-style-type: none;
}

ul.dmenu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.dmenu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.dmenu > li:hover {
    background: rgba(80,80,80,1.0);
    -webkit-transition: all .5s;
    transition: all .5s;
}

/*.dmenu__second-level li {
    border-top: 1px solid #111;
}

.dmenu__third-level li {
    border-top: 1px solid #111;
}

.dmenu__second-level li a:hover {
    background: #111;
}

.dmenu__third-level li a:hover {
    background: #2a1f1f;
}

.dmenu__fourth-level li a:hover {
    background: #1d0f0f;
}*/

/* 下矢印 
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

/* floatクリア */
.dmenu:before,
.dmenu:after {
    content: " ";
    display: table;
}

.dmenu:after {
    clear: both;
}

.dmenu {
    *zoom: 1;
}

li.dmenu__mega ul.dmenu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: rgba(255,255,255,0.95);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.dmenu__mega:hover ul.dmenu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.dmenu__mega ul.dmenu__second-level > li {
    float: left;
    width: 24%;
    border: none;
	text-align: left;
}

li.dmenu__mega ul.dmenu__second-level > li a {
    color: rgba(0,0,0,1.00);
	letter-spacing: 0.05em;
}
li.dmenu__mega ul.dmenu__second-level > li a:hover {
    color: rgba(0,0,0,0.5);
	background: none;
}

li.dmenu__mega:hover ul.dmenu__third-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
li.dmenu__mega ul.dmenu__second-level li ul.dmenu__third-level li {
    float: none;
    width: 100%;
    border: none;
	text-align: left;
	list-style: none;
}
li.dmenu__mega ul.dmenu__second-level li ul.dmenu__third-level li a {
    color: rgba(0,0,0,1.00);
	letter-spacing: 0.05em;
	padding: 13px 0px 13px 20px;
	font-weight: normal;
}
li.dmenu__mega ul.dmenu__second-level li ul.dmenu__third-level li a:hover {
    color: rgba(0,0,0,0.5);
	background: none;
}

li.dmenu__mega ul.dmenu__second-level li.dmenu_bold {
	font-weight: bold;
}


#fade-in li ul{
	visibility: hidden;
	/*opacity: 0;
	transition: 0s;*/
}
#fade-in li:hover ul{
	visibility: visible;
	/*opacity: 1;*/
}
#fade-in li ul li a{
	visibility: hidden;
	/*opacity: 0;*/
	transition: .5s;
}
#fade-in li:hover ul li a{
	visibility: visible;
	/*opacity: 1;*/
}
/*
ul.no-last li:last-child {
	display: none;
}
*/
.dmenu li ul.list-official{
	width: 100%;
}
.denu li ul.list-official li{
	width: 100%;
}
.dmenu li ul.list-official li a{
	border-right: none;
	text-align: center;
}

/*メニューsns追加*/
.dmenu li.gnav_sns {
	width: 6%;
}
.dmenu li.gnav_sns a{
	padding: 10px 0 8px;
}

.dmenu li.gnav_sns img {
	width: 20px;
}

/*固定用*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/*
#header div.go_site a {
	background: url(https://img15.shop-pro.jp/PA01241/952/etc/rn_ico_blank.png) no-repeat 0px 3px;
	padding: 0px 0px 0px 15px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: #333;
	text-decoration: none;
}
#header div.go_site a:hover {
	color: #999;
}
*/

#header .search-box {
	float: left;
	margin: 0px 0px 0px 0px;
}

.box_cashless {
	text-align: right;
}
.box_cashless img {
	width: 330px;
}

#header div.member {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	width: 400px;
}
#header div.member ul {
	padding: 0px;
	margin: 0px;
	list-style: none;

}
#header div.member ul li {
	list-style: none;
	font-size: 11px;
	line-height: 30px;
	height: 30px;
	margin: 0px 0px 8px 6px;
	text-indent: 20px;
	letter-spacing: 0.02em;
	float: right;
}
#header div.member ul li a {
	color: #333;
	text-decoration: none;
}
#header div.member ul li a:hover {
	text-decoration: underline;
}
#header div.member ul li.login {
	background: url(https://img15.shop-pro.jp/PA01241/952/etc/arrow_head01.png) no-repeat left center;
	/*background: url(https://img.shop-pro.jp/tmpl_img/38/0303_icon_login.gif) no-repeat left center;*/
}
#header div.member ul li.regist {
	background: url(https://img15.shop-pro.jp/PA01241/952/etc/arrow_head01.png) no-repeat left center;
	/*background: url(https://img.shop-pro.jp/tmpl_img/38/0303_icon_regist.gif) no-repeat left center;*/
}
#header div.member ul li.mypage {
	background: url(https://img15.shop-pro.jp/PA01241/952/etc/arrow_head01.png) no-repeat left center;
	/*background: url(https://img.shop-pro.jp/tmpl_img/38/0303_icon_mypage.gif) no-repeat left center;*/
}
#header div.member ul li.logout {
	background: url(https://img15.shop-pro.jp/PA01241/952/etc/arrow_head01.png) no-repeat left center;
	/*background: url(https://img.shop-pro.jp/tmpl_img/38/0303_icon_logout.gif) no-repeat left center;*/
}
#header div.member p.member {
	font-size: 11px;
	line-height: 1.3em;
	clear: both;
	text-align: right;
	margin-right: 0px;
}


#side h3 {
	clear: both;
	background: none;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #E3E3E3;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 10px 0px;
	text-indent: 0;
	letter-spacing: 0.02em;
}
#side div {
	clear: both;
	margin: 0px 0px 15px;
}
#side div ul {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	list-style-image:none;
}

#side div.category h3 {
	/*font-size: 10px;
	line-height: 10px;
	background: url(https://img15.shop-pro.jp/PA01241/952/etc/side_h3_brand_140109.gif?20140109174401);
	text-indent: -9999px;
	height: 30px;
	margin-bottom: 8px;*/
}
#side div.category ul {
	padding: 0px 0px 10px 0px;
}
#side div.category ul li {
	/*line-height: 0;
	border-bottom: 1px dotted #E3E3E3;*/
	line-height: 0;
	border-bottom: 1px dotted #E3E3E3;
}
#side div.category ul li a {
	/*line-height: 1.4em;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 6px 0px;
	text-decoration: none;*/
	
	line-height: 1.4em;
	letter-spacing: 0.02em;
	display: block;
	padding: 8px 2px 7px 0px;
	text-decoration: none;
	color: #333;
}
#side div.category ul li a:hover {
	background-color: #F0F0F0;
}
#side div.category ul li a img {
	/*display: block;
	margin: 0px 0px 0px 0px;
	border-style: none;*/
	
	display: block;
	margin: 0px 0px 2px;
	border-style: none;
}
#side div.category ul li a:hover img {
	opacity:0.5;
	filter: alpha(opacity=50); 
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	zoom:1;
}

#side div.group h3 {
	/*font-size: 10px;
	line-height: 10px;
	background: url(https://img15.shop-pro.jp/PA01241/952/etc/side_h3_item_140109.gif?20140109175022);
	text-indent: -9999px;
	height: 30px;
	margin-bottom: 8px;*/
}
#side div.group ul {
	padding: 0px 0px 10px 0px;
}
#side div.group ul li {
	line-height: 0;
	border-bottom: 1px dotted #E3E3E3;
}
#side div.group ul li a {
	line-height: 1.4em;
	display: block;
	padding: 8px 2px 7px 0px;
	text-decoration: none;
	color: #333;
}
#side div.group ul li a:hover {
	background-color: #F0F0F0;
}
#side div.group ul li a img {
	display: block;
	margin: 0px 0px 2px;
	border-style: none;
}

#side div.side_ban {
	margin: 0px 0px 5px 0px;
}
#side div.side_ban img {
	border: none;
	width: 100%;
}

#side div.side_ban a:hover {
	opacity:0.5;
	filter: alpha(opacity=50); 
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	zoom:1;
}

#side div.freepage {
	/*border: 1px solid #CFCFCF;*/
	padding: 20px 0px 0px 0px;
}

#side div.freepage h3 {
	/*font-size: 10px;
	line-height: 10px;
	background: url(https://img.shop-pro.jp/tmpl_img/38/0303_side_menu_h3.gif);
	text-indent: -9999px;
	height: 30px;
	border-bottom: 1px solid #CFCFCF;*/
}
#side div.freepage ul {
	padding: 0px 0px 10px 0px;
}
#side div.freepage ul li {
	line-height: 0;
	background: url(https://img.shop-pro.jp/tmpl_img/38/0303_icon_arrow.gif) no-repeat 3px 1px;
	padding: 0px 2px 6px 20px;
}
#side div.freepage ul li a {
	line-height: 130%;
	text-decoration: none;
	color: #333;
}
#side div.freepage ul li a:hover {
	text-decoration: underline;
}

#side div.cart {
	padding: 0px 0px 10px 0px;
}
#side div.cart h3 {
	height: 23px;
	font-size: 11px;
	line-height: 10px;
	text-indent: -9999px;
	border-bottom: none;
	margin: 0px 0px 0px 0px;
}
#side div.cart h3 a {
	display: block;
	height: 100%;
	background: url(https://img15.shop-pro.jp/PA01241/952/etc/rn_go_cart.gif);
}
#side div.cart ul {
	background: #F1F1F1;
	padding: 8px;
}

#side div.cart ul li {
	line-height: 1.2em;
	padding: 4px 0px;
	border-bottom: 1px dotted #D4E2EA;
}
#side div.cart ul li a {
	text-decoration: none;
}
#side div.cart ul li a:hover {
	text-decoration: underline;
}
#side div.cart ul li span {
	font-size: 10px;
}
#side div.cart p {
	line-height: 140%;
	font-size: 12px;
	color: #333;
	text-align: center;
	background: #F1F1F1;
	padding: 15px 5px;
}
/*カートの中身*/
#side div.cart p.incart_name {
	line-height:1.4;
	text-align:left;
	padding:5px;
	color: #333;
}
#side div.cart p.stotal {
	line-height:1.4;
	text-align:right;
	padding:5px;
}
#side div.cart p.total {
	line-height:1.4;
	text-align:right;
	padding:5px;
	border-top:1px dotted #666;
	border-bottom:1px solid #666;
}
#side div.cart ul.postage li {
	color:red;
}
#side div.subtotal {
	margin-bottom:0;
}

/*SNS*/
#side div.snsbox {
	text-align: left;
	padding: 20px 0px 0px 0px;
}

#side div.snsbox img {
	width: 40px;
	margin: 0px 2px 0px 0px;
}

/*mailmagazine*/
#side div.mailmaga {
	text-align: center;
	padding: 20px 0px 10px 0px;
}

#side div.mailmaga h3 {
	text-align: left;
	/*background: url(https://img15.shop-pro.jp/PA01241/952/etc/side_h3_mailmaga_140109.gif?20140109175102);
	height: 30px;
	font-size: 10px;
	line-height: 10px;
	text-indent: -9999px;*/
}
#side div.mailmaga p {
	font-size: 11px;
	line-height: 160%;
	text-align: left;
}
#side div.mailmaga .mailmaga_text input {
	margin: 5px 0px 5px 0px;
}

#side div.manager {
	background: #FBF9F6;
	border: 1px solid #CFCFCF;
}
#side div.manager h3 {
	font-size: 10px;
	line-height: 10px;
	background: url(https://img.shop-pro.jp/tmpl_img/38/0303_side_manager_h3.gif);
	text-indent: -9999px;
	height: 43px;
}
#side div.manager h4 {
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
	margin: 6px 0px 8px;
	color: #333;
}
#side div.manager div {
	margin: 0px;
	padding: 10px 0px;
}
#side div.manager img.photo {
	display: block;
	margin: 0px auto 4px;
}
#side div.manager p.memo {
	font-size: 10px;
	line-height: 1.4em;
	margin: 0px 10px;
}
#side div.manager p.blog {
	line-height: 10px;
	font-size: 10px;
	text-indent: -9999px;
	margin: 10px auto 0px;
	height: 25px;
	width: 151px;
}
#side div.manager p.blog a {
	background: url(https://img.shop-pro.jp/tmpl_img/38/0303_side_manager_blog.gif);
	display: block;
	height: 100%;
}

#side div.qrcode {
	/*border: 1px solid #CFCFCF;*/
	padding-bottom: 10px;
}
#side div.qrcode h3 {
	/*font-size: 10px;
	line-height: 10px;
	background: url(https://img.shop-pro.jp/tmpl_img/38/0303_side_mobile_h3.gif);
	text-indent: -9999px;
	height: 40px;
	margin-bottom: 8px;*/
}
#side div.qrcode img {
	display: block;
	margin: 0px auto;
}

#side div.seller h3 {
	font-size: 10px;
	line-height: 10px;
	background: url(https://img15.shop-pro.jp/PA01241/952/etc/side_h3_special_140109.gif?20140109175126);
	text-indent: -9999px;
	height: 30px;
}
#side div.seller ul {
	padding: 8px 4px;
}
#side div.seller ul li {
	line-height: 0;
}
#side div.seller ul li a {
	text-decoration: none;
	line-height: 1.4em;
}
#side div.seller ul li a:hover {
	text-decoration: underline;
}
#side div.seller ul li span {
	font: 10px Verdana, Geneva, sans-serif;
	display: block;
	line-height: 1.2em;
}
#side div.seller ul li span.num {
	font-weight: bold;
	color: #FFF;
	background: #999;
	text-align: center;
	width: 50px;
	line-height: 1.4em;
}
#side div.seller ul li span.price {
	color: #333;
}
#side div.seller ul li span.soldout {
	font-weight: normal;
}
#side div.seller ul li.type1 {
	margin: 0px auto 15px;
	width: 180px;
	text-align: center;
}
#side div.seller ul li.type1 img {
	display: block;
	margin: 0px auto 3px;
	border-style: none;
}
#side div.seller ul li.type1 span.num {
	width: 180px;
	margin: 0px auto 5px;
}
#side div.seller ul li.type1 span.none {
	height: 118px;
	width: 118px;
	font-family: Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 118px;
	background: #FFF;
	border: 1px solid #E3E3E3;
	color: #E3E3E3;
	cursor: pointer;
	margin: 0px auto 3px;
}
#side div.seller ul li.type2 {
	text-align: center;
	float: left;
	width: 92px;
	font-size: 10px;
	margin: 0px 0px 15px;
}
#side div.seller ul li.type2 img {
	display: block;
	margin: 0px auto 3px;
	border-style: none;
	width: 80px;
}
#side div.seller ul li.type2 span.num {
	width: 84px;
	margin: 0px auto 5px;
}
#side div.seller ul li.type2 span.none {
	height: 78px;
	width: 78px;
	font-family: Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 78px;
	background: #FFF;
	border: 1px solid #E3E3E3;
	color: #E3E3E3;
	cursor: pointer;
	margin: 0px auto 3px;
}
#side div.seller ul li.type3 {
	padding: 2px 0px;
	border-top: 1px dotted #D4E2EA;
	clear: both;
	margin: 0px 8px;
}
#side div.seller ul li.type3 span.num {
	margin: 0px 5px 2px 0px;
	float: left;
}
#side div.seller ul li.type3 span.price {
	text-align: right;
	clear: both;
}
#side div.seller ul li.type3 span.soldout {
	text-align: right;
	clear: both;
}


#side div.feed h3 {
	display: none;
}
#side div.feed ul {
	text-align: center;
	height: 46px;
	background: url(https://img.shop-pro.jp/tmpl_img/38/0303_side_feed.gif);
	position: relative;
}
#side div.feed ul li {
	margin: 0px;
	font-size: 10px;
	line-height: 10px;
	text-indent: -9999px;
	position: absolute;
	height: 22px;
	top: 13px;
}
#side div.feed ul li a {
	display: block;
	height: 100%;
}
#side div.feed ul li.rss {
	width: 47px;
	left: 56px;
}
#side div.feed ul li.atom {
	width: 57px;
	left: 113px;
}

#side div.recent-trackback h3 {
	font-size: 10px;
	line-height: 10px;
	background: url(https://img.shop-pro.jp/tmpl_img/38/0303_side_tb_h3.gif);
	text-indent: -9999px;
	height: 30px;
}
#side div.recent-trackback dl {
	background: #FBF9F6;
	padding: 8px;
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
}
#side div.recent-trackback dl dt {
	line-height: 1.4em;
}

#side div.recent-trackback dl dd {
	line-height: 1.2em;
	margin-bottom: 6px;
}
#side div.recent-trackback dl dd a {
	text-decoration: none;
}
#side div.recent-trackback dl dd a:hover {
	text-decoration: underline;
}

#side div.recent-trackback dl dd span.date {
	display: block;
	font: 10px Verdana, Geneva, sans-serif;
}

#contents h2,
#contents_pro h2 {
	clear: both;
	background: none;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #E3E3E3;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 15px 0px;
	text-indent: 0;
	letter-spacing: 0.02em;
}

#contents h2.product_tl {
	clear: both;
	background: none;
	color: #333;
	font-size: 21px;
	font-weight: normal;
	border-bottom: 1px solid #E3E3E3;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 15px 0px;
	text-indent: 0;
	letter-spacing: 0.02em;
}

#contents_pro h2.product_tl {
	clear: both;
	background: none;
	color: #333;
	font-size: 21px;
	font-weight: normal;
	border-bottom: 1px solid #E3E3E3;
	padding: 10px 0px 2px 0px;
	margin: 0px 0px 15px 0px;
	text-indent: 0;
	letter-spacing: 0.02em;
}

#contents h3,
#contents_pro h3 {
	clear: both;
	background: none;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #E3E3E3;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
	text-indent: 0;
	letter-spacing: 0.02em;
}

/*
#inn-box div.recommend h2 {
	background: none;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #E3E3E3;
	padding: 0px 0px 2px 0px;
	text-indent: 0;
}
*/

#contents p,
#contents_pro p{
	line-height: 1.8em;
	margin: 0px 0px 20px 0px;
}
#contents ul,
#contents_pro ul {
	line-height: 1.8em;
	margin: 0px 0px 15px 15px;
	list-style-type:none;
	list-style-image:none;
}
#contents ul li,
#contents_pro ul li {
	/*background: url(https://img.shop-pro.jp/tmpl_img/38/0303_icon_arrow.gif) no-repeat left 0.2em;*/
	padding: 0px 0px 0px 15px;
}

/* CATEGORYページ追加---------- */
#contents .cat_box {
	width: 730px;
}

#contents .cat_list {
	overflow: hidden;
	zoom: 1;
}
#contents ul.cat_list {
	line-height: 1.2em;
	margin: 0px 0px 15px 0px;
	list-style-type:none;
	list-style-image:none;
}
#contents ul.cat_list li {
	/*width: 235px;*/
	padding: 0px 3px 10px 3px;
	float: left;
}
#contents ul.cat_list li img {
	margin: 0px 0px 5px 0px;
}
#contents ul.cat_list li a {
	text-decoration: none;
}
#contents ul.cat_list li a:hover {
	text-decoration: underline;
}

#contents ul.cat_list li ul {
	line-height: 1.2em;
	margin: 10px 0px 0px 20px;
	list-style-type:none;
	list-style-image:none;
	overflow: hidden;
}
#contents ul.cat_list li ul li {
	padding: 0px 3px 5px 3px;
	display: block;
	float: none;
}

#contents .it_list {
	overflow: hidden;
	zoom: 1;
}
#contents ul.it_list {
	line-height: 1.2em;
	margin: 0px 0px 15px 0px;
	list-style-type:none;
	list-style-image:none;
}
#contents ul.it_list li {
	/*width: 235px;*/
	padding: 0px 3px 10px 3px;
	float: left;
}
#contents ul.it_list li img {
	margin: 0px 0px 5px 0px;
	border: 1px solid #E3E3E3;
}
#contents ul.it_list li a {
	text-decoration: none;
}
#contents ul.it_list li a:hover {
	text-decoration: underline;
}

#contents ul.it_list li ul {
	line-height: 1.2em;
	margin: 10px 0px 0px 20px;
	list-style-type:none;
	list-style-image:none;
	overflow: hidden;
}
#contents ul.it_list li ul li {
	padding: 0px 3px 5px 3px;
	display: block;
	float: none;
}
/* ----------CATEGORYページ追加 */

#contents p.none {
	font-size: 14px;
	line-height: 200px;
	letter-spacing: 0.1em;
	text-align: center;
}
#contents p.sort {
	clear: both;
	text-align: right;
	border-top: 1px dotted #E3E3E3;
	padding: 10px 0px 0px 0px;
	margin: 45px 0px 0px 0px;
}

#contents .topicpass_box {
	margin: 0px 0px 30px 0px;
}
#contents ul.topicpass {
	margin: 0px 0px 3px 0px;
}
#contents ul.topicpass li {
	display: inline;
	margin: 0;
	line-height: 140%;
	letter-spacing: 0.03em;
	padding: 0px;
	background-image: none;
	color: #999;
	font-size: 11px;
}
#contents ul.topicpass li a {
	margin:0;
	color: #999;
}

#contents_pro .topicpass_box {
	margin: 0px 0px 30px 0px;
}
#contents_pro ul.topicpass {
	margin: 0px 0px 3px 0px;
}
#contents_pro ul.topicpass li {
	display: inline;
	margin: 0;
	line-height: 140%;
	letter-spacing: 0.03em;
	padding: 0px;
	background-image: none;
	color: #999;
	font-size: 11px;
}
#contents_pro ul.topicpass li a {
	margin:0;
	color: #999;
}


/* 一覧リスト（基本） */
/*new arrivals
ul.new_box li {
width: 150px;
margin: 0px 3px 15px 3px;
text-align: center;
display:inline-block; 
/display:inline; 
/zoom:1;
vertical-align:top;
}*/
#contents ul.product,
#contents_pro ul.product {
	margin: 30px 0px 0px 0px;
	list-style-type:none;
	list-style-image:none;
	clear: both;
}
#contents ul.product li,
#contents_pro ul.product li {
	margin: 0px 33px 35px 0px;
	float: left;
	width: 250px;
	text-align: center;
	line-height: 0;
	padding: 0px;
}
#contents ul.product li:last-child,
#contents_pro ul.product li:last-child {
	margin: 0px 0px 30px 0px;
}

#contents ul.product li a,
#contents_pro ul.product li a {
	text-decoration: none;
	line-height: 130%;
}
#contents ul.product li a:hover,
#contents_pro ul.product li a:hover {
	text-decoration: underline;
}
#contents ul.product li a img,
#contents_pro ul.product li a img {
	display: block;
	margin: 0px auto 10px;
	border-style: none;
	width: 100%;
	height: auto;
}
#contents ul.product li span,
#contents_pro ul.product li span {
	display: block;
	text-align: center;
	margin: 0px auto 3px;
	font-size: 11px;
	line-height: 130%;
}
#contents ul.product li span.none,
#contents_pro ul.product li span.none {
	height: 118px;
	width: 118px;
	font-family: Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 118px;
	background: #FFF;
	border: 1px solid #E3E3E3;
	color: #E3E3E3;
	cursor: pointer;
}
#contents ul.product li span.exp,
#contents_pro ul.product li span.exp {
	line-height: 130%;
	margin: 5px 7px 3px;
	color:#333;
}
#contents ul.product li span.regular,
#contents_pro ul.product li span.regular {
	font-family: Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-decoration: line-through;
	color: #818181;
}
#contents ul.product li span.price,
#contents_pro ul.product li span.regular {
	font-family: Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333;
	font-weight: normal;
}
#contents ul.product li span.soldout,
#contents_pro ul.product li span.soldout {
	font-family: Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 130%;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	padding: 2px 0px 0px 0px;
	background: #999;
	width: 50%;
}
/* 一覧リスト（基本）ここまで */

#contents ul.page {
	text-align: center;
	padding-top: 30px;
	margin: 0px auto 30px;
	clear: both;
	width: 700px;
}
#contents ul.page li {	list-style-type:none;
	list-style-image:none;
	margin: 0px;
	padding: 0px;
	background: url(none);
	font: 12px sans-serif;
	display: inline;
}
#contents ul.page li a, #contents ul.page li span {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	margin: 0px 0px 10px;
}
#contents ul.page li a {
	border: 1px solid #333;
	background: #333;
	color: #FFF;
}
#contents ul.page li a:hover {
	border: 1px solid #CCC;
	background: #FFF;
	color: #CCC;
}
#contents ul.page li span{
	border: 1px solid #E3E3E3;
	background: #FFF;
	font-weight: bold;
	color: #CCC;
}
#contents dl.posted {
	margin: 0px 40px 20px;
}
#contents dl.posted dt {
	font-size: 10px;
	line-height: 1.6em;
	font-weight: bolder;
}
#contents dl.posted dt span {
	font-family: Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	margin-left: 8px;
}
#contents dl.posted dd {
	line-height: 1.4em;
	margin-bottom: 8px;
}
#contents dl.posted dd a {
	font-weight: bold;
}
#contents dl.posted dd p {
	font-size: 10px;
	color: #666;
	margin: 0px 0px;
}



#contents div.pickup,
#contents_pro div.pickup {
	clear: both;
}
#contents div.pickup h2,
#contents_pro div.pickup h2 {
	font-size: 10px;
	line-height: 10px;
	background: url(https://img15.shop-pro.jp/PA01241/952/etc/pickup_h2_140109.gif?20140109180917);
	text-indent: -9999px;
	height: 30px;
	padding: 0px;
}
#contents div.pickup h2.none {
	display: none;
}
#contents div.pickup div.btm-half ul.product li,
#contents_pro div.pickup div.btm-half ul.product li {
	margin: 0px 10px 20px 0px;
	float: left;
	width: 70px;
	text-align: center;
	line-height: 0;
	padding: 0px;
	background: url(none);
}
#contents div.pickup div.btm-half ul.product li a img,
#contents_pro div.pickup div.btm-half ul.product li a img {
	display: block;
	margin: 0px auto 3px;
	border-style: none;
	width: 70px;
}
#contents div.pickup div.btm-half ul.product li span.none,
#contents_pro div.pickup div.btm-half ul.product li span.none {
	height: 68px;
	width: 68px;
	line-height: 68px;
}

#contents div.checkitem,
#contents_pro div.checkitem {
	clear: both;
	padding: 30px 0px 2px 0px;
}
#contents div.checkitem h2,
#contents_pro div.checkitem h2 {
	clear: both;
	background: none;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #E3E3E3;
	/*padding: 30px 0px 2px 0px;*/
	/*margin: 0px 0px 5px 0px;*/
	text-indent: 0;
}

#contents div.checkitem ul.product,
#contents_pro div.checkitem ul.product {
	line-height: 1.6em;
	list-style-image: none;
	list-style-type: none;
	margin: 15px 0px 20px 0px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#contents div.checkitem div.btm-half ul.product li,
#contents_pro div.checkitem div.btm-half ul.product li{
	/*width:80px;
	height: auto;
	background-image: none;
	padding: 0;
	margin: 0 12px 20px 12px;
	font-size: 11px;
	word-wrap: break-word;
	display:inline-block; 
	/display:inline; 
	/zoom:1;
	vertical-align:top;*/
	background-image: none;
	margin: 0px 15px 20px 0px;
	float: left;
	width: 135px;
	font-size: 11px;
	line-height: 140%;
	overflow-wrap: break-word;
	word-break: break-word;
	text-align: center;
	padding: 0px;
}
#contents div.checkitem div.btm-half ul.product li img.ci_img,
#contents_pro div.checkitem div.btm-half ul.product li img.ci_img {
	width:135px;
	border:none;
}
/*#contents div.checkitem ul.product {
	line-height: 1.6em;
	list-style-image: none;
	list-style-type: none;
	margin: 0 30px 20px;
}*/
#contents div.checkitem ul.product li span,
#contents_pro div.checkitem ul.product li span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto 6px;
	text-align: center;
}
#contents div.checkitem ul.product li span.soldout,
#contents_pro div.checkitem ul.product li span.soldout {
	background: none repeat scroll 0 0 #999999;
	color: #FFFFFF;
	font-family: Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 5px;
	width: 100%;
}
#contents div.checkitem ul.product li span.none,
#contents_pro div.checkitem ul.product li span.none {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E3E3E3;
	color: #E3E3E3;
	font-family: Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	height: 68px;
	line-height: 68px;
	width: 68px;
}
#contents div.checkitem ul.product li a,
#contents_pro div.checkitem ul.product li a {
	text-decoration:none;
	overflow-wrap: break-word;
	word-break: break-word;
}
#contents div.checkitem ul.product li a:hover,
#contents_pro div.checkitem ul.product li a:hover{
	text-decoration:underline;
}


/* footer */

#footer p {
	line-height: 180%;
	font-size: 12px;
}

#footer a {
	color: #333;
	text-decoration: underline;
}

#footer a:hover {
	color: #666;
	text-decoration: underline;
}

#footer .boxA {
	width: 700px;
	float: left;
}

#footer .boxB {
	width: 350px;
	float: left;
}

#footer .boxC {
	width: 350px;
	float: right;
	
}#footer .boxD {
	width: 350px;
	float: right;
}

#footer p.footer_tl {
	font-weight: bold;
	letter-spacing: 0.02em;
	margin: 0px 0px 10px 0px;
}
#footer p.footer_tl2 {
	font-weight: bold;
	letter-spacing: 0.02em;
	margin: 0px 0px 2px 0px;
}

#footer ul.footernavi {
	line-height: 120%;
	text-align: left;
	list-style: none;
}
#footer ul.footernavi li {
	display: block;
	font-size: 12px;
	line-height: 120%;
	list-style: none;
	/*background:url(https://img15.shop-pro.jp/PA01241/952/etc/rn_arrow01.png) no-repeat 0px 2px;*/
	/*padding: 0px 0px 0px 15px;*/
	margin: 0px 0px 8px 0px;
}
#footer ul.footernavi li a {
	text-decoration: none;
}
#footer ul.footernavi li a:hover {
	text-decoration: underline;
}

.arrow01 {
	position: relative;
	display: inline-block;
	padding: 3px 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 12px;
}
.arrow01::before,
.arrow01::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrow-kuno::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #666;
}
.arrow-kuno::after{
	left: 3px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

div#footer #footerAddress {
	position: relative;
	text-align: left;
	margin: 140px 0px 0px 0px;
	padding: 0px 0px 40px 0px;
	clear: both;
}

#footer p.footer_logo {
	margin: 0px auto 10px auto;
	text-align: left;
}

#footer p.footer_logo img {
	width: 120px;
}

#footer p.copyright {
	font-size: 10px;
	letter-spacing: 0.02em;
	line-height: 1.4em;
	text-align: left;
}

/* -- side calendar -- */
    .side_cal table {
        width: 196px;
        margin: 0 auto 10px;
        border-collapse: collapse;
        border-spacing: 0;
    }
        .side_cal th, .side_cal td, .side_cal caption {
            height: 24px;
            font-size: 10px;
            text-align: center;
            vertical-align: middle;
            line-height: 24px;
            border-bottom: 1px solid #dadada;
        }
        .side_cal th {
            width: 28px;
        }
        .side_cal_memo {
            margin: 10px 0 20px;
            padding: .5em 10px;
            font-size: 10px;
            line-height: 1.4;
            border: 1px solid #dadada;
        }

img {border:none;}

/* ************************************************ 
*	ページトップ
* ************************************************ */

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
}
#pagetop a {
	display: block;
	width: 80px;
	padding: 20px 0;
	background: url(https://file001.shop-pro.jp/PA01241/952/img02/btn_pagetop.png) no-repeat right top;
	text-indent: -9999px;
	outline: 0;
}

/* ************************************************ 
*	sns
* ************************************************ */
div.product_link_area {
width: 450px;
float: right;
margin: 0px 0px 30px 0px;
}
div.product_link_area div.twitter {
float: left;
width: 95px;
}
div.product_link_area div.pinterest {
float: left;
margin-right: 30px;
}
div.product_link_area div.fb-like {
float: left;
width: 200px;
}
div.product_link_area div.lineb {
float: left;
width: auto;
 margin-right: 5px;
}

div.product_link_area ul.other_link {
clear: both;
margin-top: 20px;
margin-left: 20px;
}
div.product_link_area ul.other_link li {
margin-bottom: 10px;
}


/* ************************************************ 
*	セール追加
* ************************************************ */

.saleprice {
	color: #B93E3E;
}

/* ************************************************ 
*	一覧　カラー
* ************************************************ */

/*
#contents ul.product li span {
	display: block;
	text-align: center;
	margin: 0px auto 3px;
	font-size: 11px;
	line-height: 130%;
}
#contents ul.product li span.exp {
	line-height: 130%;
	margin: 0px 7px 3px;
	color:#333;
}
*/
#contents ul.product li span.exp span,
#contents_pro ul.product li span.exp span {
	font-size: 14px;
	letter-spacing: 0.035em;
	/*padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;*/
	display: inline;
}

/* ************************************************ 
*	STYLE
* ************************************************ */

#demo2 {width:1100px; overflow:hidden; clear: both; position: relative; margin: 0px auto 0px auto;}
#demo2 .sample2 img {margin:7px; width:205px; float: left;}
#demo2 .sample2 a:hover img { opacity:0.5;}
figure {float: left;}
figcaption {display: none;}

/*商品詳細ページ用*/
#demo2-2 {width:100%; overflow:hidden; clear: both; position: relative; margin: 0px auto 0px auto;}
#demo2-2 .sample2 img {margin:0px 7px 7px 0px; width:100px; float: left;}
#demo2-2 .sample2 a:hover img { opacity:0.5;}

/*一覧へ*/


.go_style_list {
	margin: 30px auto 20px auto;
	text-align: center;
	font-size: 11px;
	letter-spacing: 0.03em;

	display: inline-block;
	overflow: visible;

	min-width: 140px;
	padding: 0;

	cursor: pointer;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	vertical-align: middle;
	text-decoration: none;

	border: 1px solid #CCC;
	/*border-radius: 5px;*/
	outline: 0;
}

.go_style_list a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	background: #FF0000;
}

.go_style_list a:hover {
	text-decoration: none;
}

.go_style_list:hover,
.go_style_list:focus {
	color: #FFF;
	background: #CCC;
	text-decoration: none;
}
.go_style_title {
	padding: 12px 20px;
}

/* ************************************************ 
*	header バナー
* ************************************************ */

#header-banner {
	/*background: #1751A9;*//*単色にしたい場合はここを表示　ブルー:#1751A9、レッド:#da1e12、etc.*/
	text-align: center;
	width: 100%;
	height: auto;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#header-banner { /*ストライプ消す場合は削除*/
	background-image: repeating-linear-gradient(-45deg, #c02d26, #c02d26 10px, #b02c1e 0, #b02c1e 20px); /*blue*/
	/*background-image: repeating-linear-gradient(-45deg, #da1e12, #da1e12 10px, #c7170f 0, #c7170f 20px); red*/
	background-attachment: fixed;
}

#header-banner-10per {
	/*background: #A1D1D7*/;/*単色にしたい場合はここを表示　ブルー:#1751A9、レッド:#da1e12、etc.*/
	text-align: center;
	width: 100%;
	height: auto;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#header-banner-10per { /*ストライプ消す場合は削除*/
	background-image: repeating-linear-gradient(-45deg, #A1D1D7, #A1D1D7 10px, #86C3CC 0, #86C3CC 20px); /*water*/
	background-attachment: fixed;
}

#header-banner-19s {
	background: url("https://img15.shop-pro.jp/PA01241/952/etc/bar_3daysonly_sale19sumer.jpg?cmsp_timestamp=20190712182131");
	text-align: center;
	width: 100%;
	height: auto;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.hb_title {
	color: #FFF;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-weight: normal;
	letter-spacing: 0.05em;
	margin: 0px 0px 0px 0px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.hb_tex {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.02em;
	margin: 0px 0px 0px 0px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

#header-banner a,
#header-banner-10per a,
#header-banner-19s a {
	text-decoration: none;
}

#header-banner a:hover,
#header-banner-10per a:hover,
#header-banner-19s a:hover {
	opacity:0.5;
	filter: alpha(opacity=50); 
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;	
}

#header-banner a:link,
#header-banner a:visited,
#header-banner-10per a:link,
#header-banner-10per a:visited,
#header-banner-19s a:link,
#header-banner-19s a:visited{
    display: block;
}

/*--------------------------------
トップバナー用
--------------------------------*/
.topicbar {
	width: 100%;
	background: #000;
	color: #FFF;
	padding: 13px 0px 13px 0px;
	margin: 0px 0px 50px 0px;
	text-align: center;
	letter-spacing: 0.03em;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

h2.top_tl  {
	color: #333;
	text-align: center;
	font-size: 15px;
	letter-spacing: 0.02em;
	margin: 20px auto 20px auto;
	clear: both;
}

.cont_banner {
	width: 1100px;
	background: #FFF;
	margin: 0px auto 0px auto;
	text-align: center;
	clear: both;
}

ul.top_banner li:nth-child(2n) {
	margin: 0px 0px 9px 0px;
}

ul.top_banner li:last-child {
	margin: 0px 0px 15px 0px;
}

ul.top_banner li img {
	margin: 0px;
	border: none;
}

ul.top_banner li a:hover {
	opacity:0.5;
	filter: alpha(opacity=50); 
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	zoom:1;
}

ul.top_banner li.list_break {
	margin: 0px 0px 0px 0px;
}


/*バナー改修テスト*/

.top_banner_adj {
	width: 100%;
	float: none;
	margin: 30px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-align: center;
}

.top_banner_adj ul:after {
	padding-bottom: 20px;
}

#contents .top_banner_adj ul {
	margin: 0px 0px 0px 0px;
}

.top_banner_adj li,
#contents .top_banner_adj ul li {
	width: 350px;
	list-style: none;
	display: inline-block;
	/*float: left;*/
	margin: 0px 5px 15px 5px;
	border: none;
	/*background: #CCC;*/
	vertical-align:top;
	text-align: left;
	padding: 0px;
}

.top_banner_adj li img {
	width: 350px;
	height: auto;
	padding-bottom: 5px;
}

.top_banner_adj .banner_tl {
	text-align: left;
	font-weight: normal;
	letter-spacing: 0.02em;
}

.top_banner_adj a:hover .banner_tl {
	text-decoration: none;
}

/*.top_banner_adj li:nth-child(3n) {
	margin: 0px 0px 10px 0px;
}*/

.top_banner_adj li:last-child {
	margin-bottom: 15px;
}

.top_banner_adj li img {
	margin: 0px;
	border: none;
}

.top_banner_adj li a {
	color: #333;
	line-height: 140%;
	text-decoration: none;
}

.top_banner_adj li a:hover {
	color: #999;
	opacity:0.5;
	filter: alpha(opacity=50); 
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	zoom:1;
}


.top_banner_adj4 {
	width: 100%;
	float: none;
	margin: 30px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-align: center;
}

.top_banner_adj4 ul:after {
	padding-bottom: 20px;
}

.top_banner_adj4 li {
	width: 225px;
	list-style: none;
	display: inline-block;
	/*float: left;*/
	/zoom: 1;
	margin: 0px 17px 20px 0px;
	border: none;
	/*background: #CCC;*/
	vertical-align:top;
	text-align: left;
}

.top_banner_adj4 li img {
	width: 225px;
	height: auto;
	padding-bottom: 5px;
}

.top_banner_adj4 .banner_tl {
	text-align: left;
	font-weight: normal;
	letter-spacing: 0.02em;
}

.top_banner_adj4 a:hover .banner_tl {
	text-decoration: underline;
}

.top_banner_adj4 li:nth-child(4n) {
	margin: 0px 0px 20px 0px;
}

.top_banner_adj4 li:last-child {
	margin-bottom: 15px;
}

.top_banner_adj4 li img {
	margin: 0px;
	border: none;
}

.top_banner_adj4 li a {
	text-decoration: none;
}

.top_banner_adj4 li a:hover {
	opacity:0.5;
	filter: alpha(opacity=50); 
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	zoom:1;
}



/*バナー改修テスト2207*/

.cont_pbanner01 {
	width: 1100px;
	margin: 0px auto 0px auto;
	text-align: center;
	clear: both;
}
.cont_pbanner_mens {
	padding: 15px 0px 20px 0px;
}

.pbanner01 {
    display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.pbanner01_box img {
	width: 100%;
	margin-bottom: 10px;
}

.pbanner01_box {
    width: 25%;
	margin: 0px 10px 30px 10px;
}

.pbanner01_box a:hover {
	color: #999;
	opacity:0.5;
	filter: alpha(opacity=50); 
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	zoom:1;
}

.pbanner_tl {
	text-align: left;
}
.pbanner01_box a {
	text-decoration: none;
}

.tbanner_tl {
	text-align: left;
	width: 250px;
}
.tbanner01_box a {
	text-decoration: none;
}

/* Arrows3 */
 .slick-prev3, .slick-next3 {

    position: absolute;
    top: 45%;

    display: block;
    width:47px;
    height:47px;
	padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	
	opacity: .6;
}

.slick-prev3:hover,
.slick-prev3:focus,
.slick-next3:hover,
.slick-next3:focus
{
    color: transparent;
    outline: none;
    background: transparent;
	
}
.slick-prev3:hover:before,
.slick-prev3:focus:before,
.slick-next3:hover:before,
.slick-next3:focus:before
{
    opacity: 1;
}

.slick-prev3.slick-disabled:before,
.slick-next3.slick-disabled:before
{
    opacity: .25;
}

.slick-prev3:before,
.slick-next3:before
{
    content:"";

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
	position: absolute;
    top: 50%;
}



/*arrows 画像化*/
button.slick-prev3, button.slick-next3 {
    z-index:2;
}
button.slick-prev3:hover, button.slick-next3:hover {
    opacity: .5;
}
.slick-arrow3{
	z-index:10;
}
/*arrows 画像化*/

.slick-prev3
{
    left: 0px;
}
[dir='rtl'] .slick-prev3
{
    right: 0px;
    left: auto;
}

.slick-next3
{
    right: 0px;
}
[dir='rtl'] .slick-next3
{
    right: auto;
    left: 0px;
}
/* Arrows4 */
 .slick-prev4, .slick-next4 {

    position: absolute;
    top: 50%;

    display: block;
    width:47px;
    height:47px;
	padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	
	opacity: .6;
}

.slick-prev4:hover,
.slick-prev4:focus,
.slick-next4:hover,
.slick-next4:focus
{
    color: transparent;
    outline: none;
    background: transparent;
	
}
.slick-prev4:hover:before,
.slick-prev4:focus:before,
.slick-next4:hover:before,
.slick-next4:focus:before
{
    opacity: 1;
}

.slick-prev4.slick-disabled:before,
.slick-next4.slick-disabled:before
{
    opacity: .25;
}

.slick-prev4:before,
.slick-next4:before
{
    content:"";

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
	position: absolute;
    top: 50%;
}



/*arrows 画像化*/
button.slick-prev4, button.slick-next4 {
    z-index:2;
}
button.slick-prev4:hover, button.slick-next4:hover {
    opacity: .5;
}
.slick-arrow4{
	z-index:10;
}
/*arrows 画像化*/

.slick-prev4
{
    left: 0px;
}
[dir='rtl'] .slick-prev3
{
    right: 0px;
    left: auto;
}

.slick-next4
{
    right: 0px;
}
[dir='rtl'] .slick-next3
{
    right: auto;
    left: 0px;
}


/*メンズ追加 2207*/

.mens_main {
	margin-top: -50px;
	width: 100vw;
	max-width: 100vw;
	height: auto;
	margin-left: calc(50% - 50vw);	
}

.mensbar {
	width: 100%;
	background: #000;
	color: #FFF;
	padding: 13px 0px 13px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	font-family: 'Lora', Serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.mens_banner {
	width: 100%;
}
.mens_banner img {
	width: 100%;
	margin-bottom: 20px;
}


/*reccomend 追加 2207*/

.footer_reco_box {
	width: 100%;
	height: 100%;
	background: #EEEEEE;
	border-bottom: 1px solid #E3E3E3;
}

.footer_reco {
	width: 1100px;
	padding: 50px 0px 0px 0px;
	margin: 0px auto 0px auto;
}

.footer_reco h3 {
	font-size: 12px;
	margin-bottom: 30px;
}

ul.footer_detail {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	list-style: none;
}
ul.footer_detail li {
	margin: 0px 20px 35px 0px;
	width: 200px;
	text-align: center;
	line-height: 0;
	padding: 0px;
}
ul.footer_detail li:last-child {
	margin: 0px 0px 30px 0px;
}

ul.footer_detail li a {
	font-size: 12px;
	text-decoration: none;
	line-height: 130%;
}
ul.footer_detail li a:hover {
	text-decoration: underline;
}
ul.footer_detail li a img {
	display: block;
	margin: 0px auto 10px;
	border-style: none;
	width: 100%;
	height: auto;
}
ul.footer_detail li span {
	display: block;
	text-align: center;
	margin: 0px auto 3px;
	font-size: 11px;
	line-height: 130%;
}
ul.footer_detail li span.none {
	height: 118px;
	width: 118px;
	font-family: Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 118px;
	background: #FFF;
	border: 1px solid #E3E3E3;
	color: #E3E3E3;
	cursor: pointer;
}
ul.footer_detailli span.exp {
	line-height: 130%;
	margin: 5px 7px 3px;
	color:#333;
}
ul.footer_detail li span.regular {
	font-family: Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-decoration: line-through;
	color: #818181;
}
ul.footer_detail li span.regular {
	font-family: Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333;
	font-weight: normal;
}
ul.footer_detail li span.soldout {
	font-family: Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 130%;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	padding: 2px 0px 0px 0px;
	background: #999;
	width: 50%;
}
ul.footer_detail li span.exp span {
	font-size: 14px;
	letter-spacing: 0.035em;
	/*padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;*/
	display: inline;
}

/*--------------------------------
トップメンズセレクション
--------------------------------*/
.topicbar-mens {
	width: 100%;
	background: #000;
	color: #FFF;
	padding: 25px 0px 25px 0px;
	margin: 0px 0px 25px 0px;
	text-align: center;
	letter-spacing: 0.05em;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.topicbar-mens .strong-t {
	font-weight: bold;
}

.topicbar-mens a {
	color: #FFF;
	text-decoration: none;
	border: 1px solid rgba(255,255,255,0.4);
	padding: 10px 25px 10px 25px;
}
.topicbar-mens a:hover {
	color: #FFF;
	text-decoration: none;
	border: 1px solid rgba(255,255,255,0.4);
	background: rgba(255,255,255,0.3)
}

/*  movie 230612 -------------  */
.video_box {
	margin: 0px auto 0px auto;
	text-align: center;
	background: #000;
}

video.mov_adj {
	margin: 0px auto 0px auto;
	text-align: center;
}

.bg_bg_cover {
	background: rgba(255,255,255,1.0);
	width: 100%;
	height: 100%;
	padding-bottom: 0px;
}

.bgswitch-pc {
	display: block;
}

.bg-slider__head {
	color: #333;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.03em;
	font-weight: bold;
	text-align:center;
	margin: 50px auto 20px auto;
}

.bg-slider__head02 {
	color: #333;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-weight: normal;
	text-align:center;
	margin: 0px auto 20px auto;
}

.bg-slider__tex {
	color: #333;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.03em;
	font-weight: normal;
	text-align:center;
	margin: 0px auto 0px auto;
}

.bg-slider__tex a {
	color: rgba(51,51,51,1.00);
	text-decoration: underline;
}
.bg-slider__tex a:hover {
	color: rgba(51,51,51,0.5);
	text-decoration: underline;
}

.bg-slider__btn{
	color: #FFF;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	font-weight: normal;
	text-align:center;	
}

.bg-slider__btn a {
	display: block;
	color: #FFF;
	background: rgba(0,0,0,1.00);
	padding: 10px 10px 10px 10px;
	border: 1px solid #000;
	border-collapse: collapse;
	text-decoration: none;
	width: 380px;
	margin: 40px auto 65px auto;
}

.bg-slider__btn a:hover {
	color: #FFF;
	background: #999;
	padding: 10px 10px 10px 10px;
	border: 1px solid #999;
	border-collapse: collapse;
}

/* ------------- movie 230612  */