@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
}
a {
  color: #663300;
}
a:hover {
  color: #FF6600;
}
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}
ul:after {
  content:"";
  display: block;
  clear: both;
}

/*
 * layout
 */
#wrapper {
  max-width: 1000px;
}

/*
 * header
 */

#header-nav {
  border-bottom: 3px solid #cc0033; 
}
#header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#header-nav li {
  float: left;
  padding: 0 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: -1px;
  position: relative;
  text-align: center;
  font-size: 15px;
  border-right: 1px solid #cc0033;
  border-left: 1px solid #cc0033;
  
}

/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
}
#contents .info_h2 {
  font-size: 22px;
  padding: 5px 0 5px 5px;
  border-bottom: 1px solid #cc0033; 
}
#contents .info_h2 .info_h2_s {
  font-size: 12px;
}
#contents .title_h2 {
  text-align: center;
  font-size: 22px;
  padding: 11px 0 11px 0;
  border: 1px solid #262626; 
}
#contents .title_h2 .title_h2_s {
  font-size: 12px;
}
#contents .topicpath-nav {
  margin-bottom: 5px;
}
#contents .topicpath-nav li {
  padding: 0; 
}
#contents .topicpath-nav a {
  margin-left: 5px;
}

.bx-wrapper .bx-viewport {
border: solid #fff 0px !important;
left: 0px !important;
-webkit-box-shadow: 0 0 0px !important;
box-shadow: 0 0 0px !important;
}

/*
 * side
 */
#side .unstyled img {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
#side .unstyled ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#side .unstyled li {
  width: auto;
  position: relative;
}
#side .unstyled li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.defaultlist {
  margin-bottom: 20px;
}
    ,.defaultlist li{
    	padding:0px;
    	margin:0px;
    }
    .defaultlist li.list7_title{
    	list-style-type:none !important;
    	list-style-image:none !important;
    	margin: 5px 0px 5px 0px !important;
    }
     
    .list7 li.list7_title{
    	position:relative;
    	display: block;
    	padding: 5px 0px 5px 30px;
    	background: #4f453e;
    	color: #faf8ea;
    	border-radius:15px 0px 0px 15px;
    }

    .list7 a:hover {
        text-decoration: none;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
     }
     
    .list7 li.list7_title:after{
    	content:'';
    	display:block; 
    	position:absolute;
    	width:14px;
    	height: 14px;
    	top:7px;
    	left:5px;
    	background: #fff;
    	border-radius: 10px;
    }

    .defaultlist li.list7_cate{
    	list-style-type:none !important;
    	list-style-image:none !important;
    	margin: 5px 0px 5px 24px !important;
    }
     
    .list7 li.list7_cate{
    	position:relative;
    	display: block;
    	padding: 5px 0px 5px 30px;
    	color: #444;
    	border-radius:15px 0px 0px 15px;
    }
     
    .list7 li.list7_cate:after{
    	content:'';
    	display:block; 
    	position:absolute;
    	width:14px;
    	height: 14px;
    	top:7px;
    	left:5px;
    	background: #fff;
    	border-radius: 10px;
    }
    .list7 .list7_mens {
        background: #a8d4cf;
    }
    .list7 .list7_ladys {
        background: #f7c3bc;
    }
.side_section_cal {
  margin-top: 20px;
}
.side_cal {
  width :80%;
  border: 2px solid #FCC4C7;
  padding: 10px 21px;
}
.side_cal h3 {
  border-bottom: 1px dotted #FCC4C7;
  text-align: center;
  padding-bottom: 5px;
   font-size: 12px;
}
.side_cal_memo{
   font-size: 12px;
}
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width :100%;
  margin-bottom: 20px;
  font-size: 10px;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

/*
 * temp
 */
.item-list {
  border: 1px solid #eeeeee;
  padding-top: 7px;
}
.item-list a:hover img  {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.item-list .item-list-title {
  font-size: 11px;
  height: 40px;
}
.item-list .item-list-price {
  font-size: 20px;
  color: #CC0000;
  padding-left: 5px;
  height: 60px;
}

/* フリーページ */
.guide_rule {
  margin-top: 20px;
}
.guide_rule h1 {
  background-color: #333;
  color: #fff;
  font-size: 16px;
  padding: 5px 0 5px 10px;
}
.guide_rule h2 {
  background: #ddd;
  font-size: 16px;
  padding: 5px 0 5px 10px;
  margin-top:30px;
}
.guide_rule h3 {
  font-size: 14px;
  padding-left: 12px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999;
  margin-top: 20px;
}
.guide_rule h4 {
  font-size: 13px;
  padding-left: 12px;
}
.guide_rule p {
  font-size: 12px;
  padding-left: 12px;
}
.guide_rule table {
  border-collapse: collapse;
  margin-top: 10px;
  margin-left: 15px;
}
.guide_rule th{
  border: 1px solid #999;
  padding: 5px 20px;
  font-size: 14px;
  background-color: #eee;
}
.guide_rule td{
  border: 1px solid #999;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 14px;
  color: #666;
}
.guide_rule ul {
  font-size: 12px;
}



/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}
.txt_c_red {color: #cc0033;}
.txt_c_fff {color: #fff;}
.txt_c_org {color: #ff8c00;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_3 { margin: 3px; }
.mar_t_3 { margin-top: 3px; }
.mar_r_3 { margin-right: 3px; }
.mar_b_3 { margin-bottom: 3px; }
.mar_l_3 { margin-left: 3px; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_w_10 { padding: 0 10px; }
.pad_w_20 { padding: 0 20px; }
.pad_w_30 { padding: 0 30px; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_1030 { padding: 10px 30px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_t_15 { padding-top: 15px; }
.pad_t_18 { padding-top: 18px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }
.bor_pink_t_1 { border-top: 1px solid #f7616a; }
.bor_pink_r_1 { border-right: 1px solid #f7616a; }
.bor_pink_b_1 { border-bottom: 1px solid #f7616a; }
.bor_pink_l_1 { border-left: 1px solid #f7616a; }
.bor_t_1w  { border-top: 1px solid #fff; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-facebook { background-position: -192px -264px; }
.icon-instagram { background-position: -168px -288px; }
.icon-lg-b.icon-text_doc { background-position: -312px -144px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}

@media (max-width: 768px) {
  li{
    list-style: none;
  }
  main {
    position: relative;
    z-index: 1;
  }
  aside {
    display: none;
    box-sizing: border-box;
    width: 70%;
    height: 100%;
    padding: 20px 10px 10px 10px;
    background-color: #262626;
    line-height: 28px;
    //text-align: center;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 2;
    font-size:12px;
  }

aside .count {
  background-color:#e83f5f;
  color: #fff;
  padding: 3px 8px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  font-size: 14px;
  margin-left: 5px;
}

  #menuButton {
    display: block;
    width: 42px;
    height:42px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3;
  }
  #menuButton span {
    display: block;
    background: #666;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  #menuButton span:first-child {
    top: 12px;
  }
  #menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
  }
  #menuButton span:last-child {
    bottom: 12px;
  }
  #menuButton.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  #menuButton.active span:nth-child(2) {
    opacity: 0;
  }
  #menuButton.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  
}

.page-top {
    position: fixed;
    z-index: 100;
    bottom: 60px;
    right: 40px;
    padding: 10px 20px;
    background: #7e7a7a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 21px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    text-align: center;
    
}
a.page-top {
  color: #fff;
  text-decoration: none;
}
a:hover.page-top {
  color: #fff;
}

/*********************/
/* サイドメニュー    */
/*********************/
.side_nav h3 {
  color: #7a7c7d;
  border-bottom: 1px solid #7a7c7d;
  padding-bottom: 3px;
  padding-left: 2px;
  margin: 20px 0 12px 0;
}
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #663300;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #FFF5D2;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #fbfaf3;

}
.cp_actab .cp_actab-content ul.text_list li {
  margin: 0.5em 1em;
  padding: 2px 0 2px 4px;
}
.cp_actab .cp_actab-content ul.icon_list{ 	
  margin: 10px;
} 
.cp_actab .cp_actab-content ul.icon_list li{ 	
  display: table;
  table-layout: fixed;
  padding: 4px 0;
}
.cp_actab-content .size_btn {
  width:64px;
  height:25px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 0.5px solid #999;
  display: inline-block;
  text-align: center;
  margin-bottom: 5px;
  padding-top: 8px;
  font-size: 12.5px;
}
.cp_actab-content .color_btn {
  width:20px;
  height:20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 0.5px solid #999;
  display: inline-block;
}
.cp_actab-content .color_white{ background-color: #FFFFFF; }
.cp_actab-content .color_black{ background-color: #000000; }
.cp_actab-content .color_gray{ background-color: #60605E; }
.cp_actab-content .color_brown{ background-color: #8b4513; }
.cp_actab-content .color_beige{ background-color: #E7D0A9; }
.cp_actab-content .color_green{ background-color: #5E6037; }
.cp_actab-content .color_blue{ background-color: #1e90ff; }
.cp_actab-content .color_yellow{ background-color: #ffff00; }
.cp_actab-content .color_pink{ background-color: #ffb6c1; }
.cp_actab-content .color_red{ background-color: #ff0000; }
.cp_actab-content .color_orange{ background-color: #E9A326; }
.cp_actab-content .color_purple{ background-color: #6C007C; }
.cp_actab-content .color_navy{ background-color: #000080; }
.cp_actab-content .color_denim{ background-color: #1B1464; }
.cp_actab-content .color_gra{
  background: -moz-linear-gradient(-45deg,  #ff0000, #ffff00 50%, #1e90ff);
  background: -webkit-linear-gradient(-45deg, #ff0000, #ffff00 50%, #1e90ff);
  background: linear-gradient(-45deg, #ff0000, #ffff00 50%, #1e90ff);
}
.cp_actab-content span {
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
}

/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 100em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

/*********************/
/* お気に入りボタン  */
/*********************/
.item-list-price {
  float: left;
}

.list__fav-item {
  margin: 0px;
  float: right;
  padding-right: 5px;
  padding-top: 5px;
}
  .list__fav-item button {
    padding: 0;
    cursor: pointer;
    transition: .2s;
    color: #999;
    border: 0;
    outline: none;
    background: transparent;
  }
  .list__fav-item .fav-items {
    color: #ff7373;
  }
  .list__fav-item svg {
    width: 20px;
    height: 20px;
    vertical-align: -.35em;
    fill: currentColor;
  }