@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #000000;
font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, sans-serif;
}
a {
  color: #000000;
}
a:hover {
  color: #000000;
}
ul,ol{
margin:0 0 0 0;
}
li{
list-style:none;
}


/*
 * layout
 */
#wrapper {
  width:100%;
}

/*
 * contents
 */

#contents {
  /*float: right;*/
  /*padding-left: 30px;*/
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * temp
 */

/* 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;}

/* 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_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_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_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.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; }

/* 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;
    margin-top:60px;
  }
  
  
}
@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-twitter { background-position: -96px -176px; }
.icon-lg-b.icon-twitter { background-position: -144px -264px; }
.icon-instagram { background-position: -112px -192px; }
.icon-lg-b.icon-instagram { background-position: -168px -288px; }
.icon-facebook { background-position: -128px -176px; }
.icon-lg-b.icon-facebook {background-position: -192px -264px; }
.icon-youtube { background-position: -128px -160px; }
.icon-lg-b.icon-youtube { background-position: -191px -240px; }

.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); }
}


.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

/* original */

.sp{
display:none;
}
.pc{
display:block;
}

img{
max-width:100%;
}

a{
opacity:1;
 transition:all .3s;
}
a:hover{
opacity:.7;
 transition:all .3s;
 text-decoration:none;
}

.btn.disabled, .btn[disabled]{
border:1px solid #ffffff !important;
}
.btn-lg{
border-radius:0;
}

.col{
margin-bottom:3%;
}


.bg_blue{
background-color:#ECF1F2;
}
.bg_orange{
background-color:#FCE3D4;
}

.top_slider{
width:100%;
height:80vh;
overflow:hidden;
display:flex;
flex-flow:row wrap;
align-items:center;
justify-content:center;
background:url("https://img20.shop-pro.jp/PA01189/012/etc/top_slider_test.png?cmsp_timestamp=20230328193303") no-repeat center center;
background-size:cover;
}
.top_slider img{
display:block;
width:100%;
max-width:360px;
}

#header{
position:relative;
background-color:#ECF1F2;
padding:15px 0;
}
.inner{
width:96%;
max-width:1200px;
margin:0 auto;
}
#header .inner{
display:flex;
flex-flow:row wrap;
align-items:center;
justify-content:flex-start;
}
#header .logo, #footer .logo{
width:180px;
}

  #header_nav {
    position: relative;
    right: 0;
    top: 0;
    width:80%;
  }
  .nav-unshown {
    display: none;
  }
  #nav-open {
    display: none;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }
  #nav-input {
    display: none;
  }
  .nav-unshown {
    display: none;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 2px;
    width: 25px;
    border-radius: 1px;
    background: #000;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  #nav-content {
    overflow: auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    max-width: 100%;
    height: 60px;
    background: transparent;
    transition: .3s ease-in-out;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
  }

.mb_nav_sub{
display:none;
}
#header .nav_main .side_search{
display:none;
}

.logo img{
width:180px;
}
.nav_main{
width:100%;
max-width:250px;
padding-left:50px;
display:flex;
flex-flow:row wrap;
align-items:flex-start;
justify-content:space-between;
}
.nav_sub{
width:100%;
max-width:440px;
margin-left:auto;
display:flex;
flex-flow:row wrap;
align-items:center;
justify-content:space-between;
}
.nav_sub li.btn_cart, .mb_nav_sub li.btn_cart{
font-size:1.0rem;
}
.nav_sub li.btn_cart img, .mb_nav_sub li.btn_cart img{
width:21px;
height:auto;
display:inline-block;
padding-top:-2px;
padding-right:6px;
}
.nav_sub li.btn_cart .count, .mbnav_sub li.btn_cart .count{
vertical-align:middle;
}
.nav_sub li.myaccount{
padding:0 0 0 40px;
}
.nav_sub li.myaccount a img{
width:18px;
height:auto;
padding-right:6px;
}
.nav_sub li.btn_fav a img{
width:20px;
height:auto;
display:inline-block;
padding-top:-2px;
padding-right:6px;
}



.main_container{
display:flex;
flex-flow:row wrap;
align-items:flex-start;
justify-content:space-between;
margin:30px 0 0;
}
.container{
display:flex;
flex-flow:row wrap;
align-items:center;
justify-content:space-between;
}
#contents{
order:1;
width:77%;
}
#side{
order:0;
width:20%;
}
#side li{
}
#side li a{
font-weight:bold;
font-size:0.9rem;
}
#side li img{
width:25px;
height:auto;
display:inline-block;
padding-right:8px;
}

.side_search{
margin:0 0 20px;
}
.side_search button.btn_search{
width:30px;
border:none;
background-color:#ffffff;
}
.side_search button.btn_search img{
width:30px;
}
.side_search input{
width:70%;
border:none;
border-radius:0;
font-size:0.9rem;
letter-spacing:0.1em;
}

.side_contents .side_search form{
display:flex;
flex-flow:row wrap;
align-items:center;
justify-content:flex-start;
}


.side_banner{
width:100%;
margin:10px auto;
}

.side_categories{
margin:20px 0;
}
.side_categories h3{
margin:20px 0 10px;
font-size:0.9rem;
}
.side_categories ul{
margin:15px 0;
}
.side_categories ul li{
margin:12px 0;
position:relative;
height:100%;
}
.side_categories ul li ul{
margin-bottom:30px;
}
.side_categories ul li ul li{
margin:10px 0;
}

.side_product_categories{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
    position:relative;
}


.side_product_categories > li{
padding-left:42px;
margin:12px 0;
}
.side_product_categories > li ul li{
padding-left:5px;
}
.side_product_categories > li a img{
margin-left:-40px;
width:35px !important;
height:35px;
object-fit:contain;
}
.side_product_categories > li a{
pointer-events:auto;
}

/*.side_product_categories > li:nth-of-type(1){
background:url(https://img07.shop-pro.jp/PA01419/285/etc/recipe_side_icon_shoes.png?cmsp_timestamp=20230413195056) no-repeat left top;
background-size:35px;
}
.side_product_categories > li:nth-of-type(2){
background:url(https://img07.shop-pro.jp/PA01419/285/etc/recipe_side_icon_sandals.png?cmsp_timestamp=20230413195056) no-repeat left top;
background-size:35px;
}
.side_product_categories > li:nth-of-type(3){
background:url(https://img07.shop-pro.jp/PA01419/285/etc/recipe_side_icon_boots.png?cmsp_timestamp=20230413195056) no-repeat 5px top;
background-size:30px;
}*/
/* サイズオーダー .side_product_categories > li:nth-of-type(4){
background:url(https://img07.shop-pro.jp/PA01419/285/etc/recipe_side_icon_sizeorder.png?cmsp_timestamp=20230412135806) no-repeat left 5px;
background-size:35px;
}*/
/*
.side_product_categories > li:nth-of-type(4){
background:url(https://img07.shop-pro.jp/PA01419/285/etc/recipe_side_icon_bag.png?cmsp_timestamp=20230413195056) no-repeat 8px top;
background-size:24px;
height:30px;
}
.side_product_categories > li:nth-of-type(5){
background:url(https://img07.shop-pro.jp/PA01419/285/etc/recipe_side_icon_shoes_mens.png?cmsp_timestamp=20230413195056) no-repeat left top;
background-size:35px;
}
.side_product_categories > li:nth-of-type(6){
background:url(https://img07.shop-pro.jp/PA01419/285/etc/recipe_side_icon_footcare.png?cmsp_timestamp=20230413195056) no-repeat left top;
background-size:35px;
}*/

/*.side_product_categories > li:nth-of-type(7){
background:url(https://img07.shop-pro.jp/PA01419/285/etc/recipe_side_icon_sale.png?cmsp_timestamp=20230412135806) no-repeat left top;
background-size:35px;
}*/

.side_product_categories.side_feature > li:nth-of-type(1){
background:url(https://img07.shop-pro.jp/PA01419/285/etc/recipe_side_icon_feature.png?cmsp_timestamp=20230419165810) no-repeat left top;
background-size:28px;
}


.side_list{

}

.side_btn_instagram{
margin:40px 0 !important;
}

/* - menu - */
.menu-btn {
  width: 20px;
  height: 10px;
  position: absolute;
  top: 12px;
  right: 1px;
　outline: initial;
border:none;
background-color:transparent;
}
.menu-btn:focus-visible {
    box-shadow: 0 0 0 2px blue;
  }
          
  .inn {
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
 }
.inn::before {
      position: absolute;
      content: "";
width:0;
height:0;
border-style:solid;
border-width: 7px 7.5px 0 7.5px;
border-color: #000000 transparent transparent transparent;
transform: translate(-50%, -40%) rotate(0deg);
transition:.3s ease;
    }
 
.menu-btn.is-open {
  .inn::before {
      transform: translate(-50%, -60%) rotate(-45deg);
  }
}
 
.menu {
  position: relative;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  transition: .2s ease-in-out;
  pointer-events: none;
  transform: translateY(-30px);
}
 .menu ul{
  display:none;
}
.menu.is-open {
  opacity: 1;
  transform: translateY(0);
}
.menu.is-open ul{
  display:block;
}

/* -- */



#footer{
background-color:#ECF1F2;
padding:30px 0;
}




.sub_slider{
margin:30px 0 50px;
}
.sub_slider .bx-wrapper .bx-viewport{
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
border: none;
}
.sub_slider .bx-wrapper .bx-viewport img{
width:100%;
height:auto;
}
.sub_slider .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 25px;
    right: 25px;
    left: auto;
    background: #666\9;
    background: rgb(80 80 80 / 0.5%);
    width: 30% !important;
    border: 1px solid #ffffff !important;
    color:#ffffff;
}
.sub_slider .bx-wrapper .bx-caption span{
    font-size: 1.2rem;
     font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho",serif !important;
}

.banner_area{

}
.banner_area ul{
width:100%;
  display:flex;
  flex-flow:row wrap;
  align-items:flex-start;
  justify-content:space-between;
  margin:0 0 60px;
}
.banner_area ul li{
width:49%;
margin-bottom:2%;
}
.banner_area > div{
  margin:0 0 60px;
}
.banner_area > div a{
  display:block;
margin-bottom:2em;
}
.banner_area > div a img{
  width:100%;
}

#contents h2{
margin:0 0 20px 0;
padding:1px;
font-size:1.0rem;
}


#recommend_items, #ranking,#seller{
margin:0 0 50px;
}

.items_name{
margin:0 0 0;
}
.items_price{
margin:0 0 0;
}


.footer_logo{
width:180px;
margin:0 0 20px;
}
.footer_logo img{
width:180px;
}
#footer .conainer{
display:flex;
flex-flow:row wrap;
align-items:flex-start;
justify-content:space-between;
}
.footer_calendar{
width:100%;
max-width:500px;
}
.footer_calendar_inner{
width:100%;
background-color:#ecf1f2;
}
.footer_calendar_inner .side_cal{
display:flex;
flex-flow:row wrap;
align-items:flex-start;
justify-content:space-between;
}
.footer_calendar_inner .side_cal .tbl_calendar{
  width:48%;
}


.footer_list{
width:100%;
max-width:560px;
margin:0 0 0 0;
}
.footer_list ul{
width:100%;
margin:0 0 10px;
display:flex;
flex-flow:row wrap;
align-items:center;
justify-content:space-between;
}
.footer_list ul:nth-of-type(1){
padding:0 0 2px;
border-bottom:1px solid #222222;
}
.footer_list ul li{
width:32%;
margin:0 0 8px 0;
}
.footer_list ul li.list_title{
display:block;
width:100%;
font-weight:bold;
}

.footer_copyright{
display:block;
font-size:0.7rem;
text-align:center;
}


/* top */


#news{

margin:0 0 50px 0;
}
.news_container{
}
.news_container ul li{
padding:5px 0;
border-bottom:1px solid #000000;
}
.news_container ul li span:first-child{
padding:0 15px 0 0;
}

#seller .bx-wrapper{
max-width:98% !important;
}
#seller .bx-wrapper .bx-viewport, #product .bx-wrapper .bx-viewport{
-moz-box-shadow:none !important;
-webkit-box-shadow:none !important;
box-shadow:none  !important;
border: none !important;
}
.seller_images{
position:reletive;
}
.seller_number{
position:absolute;
top:8px;
left:8px;
width:36px;
height:36px;
box-sizing:border-box;
display:flex;
flex-flow:row wrap;
align-items:center;
justify-content:center;
border-radius:100%;
background-color:#ffffff;
color:#C1AB05;
font-size:16px;
font-weight:bold;
z-index:10;
}

.category-list{
margin:50px 0 30px;
display:flex;
flex-flow:row wrap;
align-items:center;
justify-content:space-between;
width:100%;
}
.category-list::after{
content:'';
display:block;
width:19%;
}
.category-list li{
width:19%;
margin-bottom:1%;
}
.category-list li a{
display:block;
width:100%;
padding:1em 0;
text-align:center;
background-color:#ECF1F2;
}

.contents_category .product_categories{
margin:50px 0;
display:flex;
flex-flow:row wrap;
align-items:center;
justify-content:space-between;
}
.contents_category .product_categories::after{
content:'';
display:block;
width:24%;
}

.contents_category .product_categories > li{
width:24%;
margin-bottom:1%;
box-sizing:border-box;
background-color:#ECF1F2;
}
.contents_category .product_categories > li a{
display:block;
font-weight:bold;
padding:1em 0;
text-align:center;
font-size:0.8rem;
background-repeat:no-repeat;
background-position:2px center;
background-color: #ECF1F2;
background-size:30px;
}

/*.contents_category .product_categories > li:nth-of-type(1){
background:url(https://img07.shop-pro.jp/PA01419/285/etc/recipe_side_icon_shoes.png?cmsp_timestamp=20230413195056) no-repeat 5px center #ECF1F2;
background-size:35px;
padding-left:42px;
}*/
/*.contents_category .product_categories > li:nth-of-type(2){
background:url(https://img07.shop-pro.jp/PA01419/285/etc/recipe_side_icon_sandals.png?cmsp_timestamp=20230413195056) no-repeat 5px center #ECF1F2;
background-size:35px;
padding-left:42px;
}
.contents_category .product_categories > li:nth-of-type(3){
background:url(https://img07.shop-pro.jp/PA01419/285/etc/recipe_side_icon_boots.png?cmsp_timestamp=20230413195056) no-repeat 5px center #ECF1F2;
background-size:35px;
padding-left:42px;
}*/
/* サイズオーダー .contents_category .product_categories > li:nth-of-type(4){
background:url(https://img07.shop-pro.jp/PA01419/285/etc/recipe_side_icon_sizeorder.png?cmsp_timestamp=20230412135806) no-repeat 5px center #ECF1F2;
background-size:35px;
padding-left:42px;
}*/
/*
.contents_category .product_categories > li:nth-of-type(4){
background:url(https://img07.shop-pro.jp/PA01419/285/etc/recipe_side_icon_bag.png?cmsp_timestamp=20230413195056) no-repeat 10px center #ECF1F2;
background-size:25px;
padding-left:42px;
}
.contents_category .product_categories > li:nth-of-type(5){
background:url(https://img07.shop-pro.jp/PA01419/285/etc/recipe_side_icon_shoes_mens.png?cmsp_timestamp=20230413195056) no-repeat 5px center #ECF1F2;
background-size:35px;
padding-left:42px;
}
.contents_category .product_categories > li:nth-of-type(6){
background:url(https://img07.shop-pro.jp/PA01419/285/etc/recipe_side_icon_footcare.png?cmsp_timestamp=20230413195056) no-repeat 5px center #ECF1F2;
background-size:35px;
padding-left:42px;
}
*/

/*
.mark{
position:relative;
width:100%;
}
.mark > p{
position:absolute;
right:10px;
bottom:10px;
display:block;
width:50px;
box-sizing:border-box;
padding:2px 0px;
font-size:0.7rem;
font-weight:bold;
text-align:center;
z-index:1;
}*/
p.mark.new{
background-color:#cccc8d;
color:#ffffff;
}
p.mark.sale{
background-color:#d89a9a;
color:#ffffff;
}
p.mark.hot{
background-color:#9ec6b5;
color:#ffffff;
}
p.mark.pricedown{
background-color:#d8b89a;
color:#ffffff;
}
p.mark.order{
background-color:#86ada9;
color:#ffffff;
}
p.mark.restock{
background-color:#96b2bc;
color:#ffffff;
}
p.mark.freeshipping{
background-color:#7c6e59;
color:#ffffff;
}
p.mark.outlet{
background-color:#ba9980;
color:#ffffff;
}

p.mark {
z-index: 999;
position: relative;
width: fit-content;
/*height: 19px;*/
padding: 3px 8px;
/*ぴったり端に寄せる場合*/
/*margin: -35px 0 10px auto;*/
margin: -42px 5px 15px auto;
}

@media (max-width: 768px){
p.mark {
    margin: -36px 5px 16px auto;
    font-size: 10px;
}
}


.product_pager{
width:90%;
max-width:450px;
margin:30px auto;
}
.product_pager ul > li{
box-sizing:border-box;
}
.product_pager ul > li, .product_pager ul > li a, .product_pager ul > li span{
font-size:0.8rem;
}
.product_pager_prev, .product_pager_next{
width:20%;
}
.product_pager_prev span{
color:#999999;
}
.product_pager_prev a{
color:#222222;
}
.product_pager_items{
font-weight:bold;
width:50%;
text-align:center;
}
.product_pager_next span{
color:#999999;
}
.product_pager_next a{
color:#222222;
}
.product_no_items{
font-size:1.0rem;
text-align:center;
}

.btn_all_product{
width:150px;
margin:0 auto 50px;
}
.btn_all_product a{
display:block;
width:100%;
padding:5px 0;
border-bottom:2px solid #000000;
text-align:center;
font-weight:bold;
transition:all .3s;
}
.btn_all_product a:hover{
border-bottom:2px solid #ffffff;
transition:all .3s;
}

/* product */

#product .slider-wrapper{

}
.product-slider.product-image{
position:relative;
left:187px !important;
overflow: visible !important;
}

.product-slider.product-image li{
width:550px !important;
height:auto;
}

/* bxSlider */
#product .bx-wrapper{
box-shadow: none;
border: none;
margin: 0;
}


/*.product-slider {
margin-left: 50%;
}

.product-slider li{
	margin-right: 275px;
	margin-left: -275px;
}*/
.product-slider li img{
 height:auto;
 width:auto;
}

.product-slider_thumbnail {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 10px 0;
    list-style: none;
}

.product-slider_thumbnail > a {
    display: block;
    width: calc(100% / 10);
}

#contents h2.product_name{
margin:0 0 2px;
padding:0;
font-size:1.2rem;
font-weight:bold;
}
.product_model{
margin:0 0 10px;
font-size:0.75rem;
}
.product_price{
margin:0 0 20px;
font-size:1.2rem;
font-weight:bold;
}
.product_slider{
margin:0 0 30px;
}

#product .input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child, #product .input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child{
background-color:#ffffff !important;
border-radius:0 0 0 0 !important;
}

.cart_btn_area{
width:100%;
display:flex;
flex-flow:row wrap;
align-items:center;
justify-content:space-between;
}
.cart_btn_area > div{
margin:10px 0;
}
.cart_btn_area > div:nth-of-type(1){
width:80%;
}
.cart_btn_area > div:nth-of-type(2){
width:20%;
text-align:center;
}

.cart_btn{
width:94%;
padding:.8em 0 !important;
border:none !important;
border-radius:0 !important;
background-color:#222222 !important;
font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, sans-serif;
color:#ffffff !important;
}

/* 商品詳細　お気に入りボタン */
.cart_btn_area > div .product__fav-item::after{
display:block;
text-align:center;
content:'お気に入り';
font-size:6px;
color:#999999;
}

.product__fav-item {
  margin-top: 10px;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #ffd700;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}

.product-order_fav .product__fav-item button svg{
width:20px;
height:20px;
}

.product_contents_exp{
margin:30px 0;
padding:30px 0;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
}

.product_br_list{
margin:10px 0 50px;
}
.product_br_list ul li, .product_br_list ul li a{
font-size:0.75rem;
}
.product_contact_btn{
margin:0 0 20px;
text-align:center;
}
.product_contact_btn a{
font-size:1.0rem;
font-weight:bold;
}
.product_review_list{
margin:10px 0;
padding:10px;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
}
.product_review_list li{
padding:3px 1em;
}
.product_review_list li a{
font-weight:bold;
}
.product_info_list li{
padding:3px 1em;
}



#product #prd-opt-table #option_tbl{
border:none !important;
background-color:#ECF1F2;
}
#product #prd-opt-table #option_tbl th:first-child, #product #prd-opt-table #option_tbl td:first-child, #product #prd-opt-table #option_tbl th, #product #prd-opt-table #option_tbl td{
border-top:3px solid #ffffff !important;
border-left:3px solid #ffffff !important;
}


#product #prd-opt-table .cell_1, #product #prd-opt-table .cell_2{
text-align:center;
vertical-align:center;
}
#product #prd-opt-table .cell_2 br{
display:none;
}
#product #prd-opt-table .cell_2 .table_price{
display:none;
}



#product #prd-opt-table .cell_2 input[type="radio"]{
padding-left: 12px;
}

#product #prd-opt-table .cell_2 input[type="radio"]::before{
width: 20px;
height: 20px;
border: 3px solid #222222;
}
    
#product #prd-opt-table .cell_2 input[type="radio"]::after{
width: 12px;
height: 12px;
top: 7px;
left: 7px;
background-color: #222222;
}

.page_header_name{
margin:60px 0 30px 0 !important;
padding:0 0 5px;
display:inline-block;
border-bottom:2px solid #222222;
}
.productlist_name{}
.productlist_price{
display:block;
}

/* お買い物ガイド */

.guidepage{
line-height:1.6;
}
.guidepage h3{
margin:2em 0 1em;
font-size0.9rem;
}
.guidepage_block{
margin:2em 0;
}
.guidepage dd{
margin-left:0;
}
.guidepage_block ul li::before{
content:"・";
display:inline-block;
}

  .def_lst_dt {
    padding-top: 1em;
    font-weight: bold;
  }
  .def_lst_dd {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #000000;
  }
    .def_lst_dd img {
      max-width: 100%;
      width: inherit;
      height: auto;
    }

/* .def_text ---------------*/
.def_text{
    line-height: 1.8em;
    margin-top: 20px;
}
.def_text strong{
    font-weight: bold;
    font-size: 108%;
}

/* .def_lst_dd ---------------*/
.def_lst_dd ul{
    list-style: disc;
    padding-left: 1.5em;
    margin: 0.5em 0;
}
.def_lst_dd strong{
    font-weight: bold;
}


/* .veu_qaItem ---------------*/
dl.veu_qaItem {
    display: block;
    overflow: hidden;
    padding: 0px 0px 20px;
    margin: 0px 0px 20px;
    width: 100%;
    position: relative
}

dl.veu_qaItem dt,dl.veu_qaItem dd {
    border: none;
    padding-left: 35px
}

dl.veu_qaItem dt:before,dl.veu_qaItem dd:before {
    position: absolute;
    left: 0;
    font-size: 16px;
    line-height: 105%;
    font-weight: bold;
}

dl.veu_qaItem dt {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}

dl.veu_qaItem dt:before {
    font-family: "areal";
    content: "Q ";
    color: #c00;
}

dl.veu_qaItem dd {
    margin-bottom: 0px;
    margin-left:0;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    font-size: 13px;
}

dl.veu_qaItem dd:before {
    content: "A ";
    color: #15a;
    font-family: ""
}


/* プライバシー */
.privacy{

}

.privacy_header_text{
margin:0 0 30px;
}
.privacy_block{
margin:20px 0 40px;
}
.privacy_block_title{
font-size:1.0rem;
font-weight:bold;
}
.privacy_block_text{
font-size:0.8rem;
line-height:1.6;
}

.side_cal_memo{
margin:10px 0 0;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next{
background-image:none !important;
position:relative;
width:30px;
height:30px;
}
.bx-wrapper .bx-prev::before, .bx-wrapper .bx-next::before{
content:'';
display:block;
background-color:rgba(255,255,255,0.5);
width:30px;
height:30px;
border-radius:30px;
position:absolute;
top:0;
left:0;
}
.bx-wrapper .bx-prev::after{
content:'';
display:block;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 13.9px 8px 0;
border-color: transparent #999999 transparent transparent;
position:absolute;
top:7px;
left:6px;
}
.bx-wrapper .bx-next::after{
content:'';
display:block;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 0 8px 13.9px;
border-color: transparent transparent transparent #999999;
position:absolute;
top:7px;
left:9px;
}

/* GIFT */
.page_gift{

}
.gift_header{
margin:40px 0 40px;
padding:20px 0 40px;
display:flex;
flex-flow:row wrap;
align-items:flex-start;
justify-content:space-between;
border-bottom:1px solid #000000;
}
.gift_header_images{
width:48%;
}
.gift_header_text{
width:48%;
}
.gift_header_text p{
margin:10px 0;
}
.gift_header_text_logo{
width:100px;
margin:20px 0;
}
.gift_header_text p.gift_header_text_copy{
margin:20px 0;
font-size:1.2rem;
font-weight:bold;
}

.gift_item_container{
margin:30px 0 50px;
width:100%;
}
.gift_item_images{
margin:0 0 20px;
}
.gift_item_images img:nth-of-type(1){
width:100%;
}

.gift_item_text{

}
.gift_item_text h2{
margin:0 0 0;
font-weight:bold;
font-size:1.0rem;
}
.gift_item_text p{
margin:5px 0;
}

/* FACTORY STORE */

.page_fs {
 }

.fs_header{

}
.fs_header img{
width:100%;
margin:0 0 30px;
}
.fs_header h2{
margin:0 0 20px;
text-align:center;
font-size:1.2rem;
font-weight:bold;
letter-spacing:0.1em;
}
.fs_header p{
width:100%;
max-width:600px;
margin:0 auto 30px;
line-height:1.8;
}

.fs_gallery{
width:100%;
display:flex;
flex-flow:row wrap;
justify-content:space-between;
margin:40px 0 40px;
}
.fs_gallery img{
display:block;
}
.fs_gallery img:nth-of-type(1){
width:49%;
 margin: 0 0 20px 0; 
}
.fs_gallery img:nth-of-type(2){
width:49%;
 margin: 0 0 20px 0; 
}
.fs_gallery img:nth-of-type(3){
width:100%;
}
  
 .fs_store{
width:100%;
display:flex;
flex-flow:row wrap;
justify-content:space-between;
margin:60px 0 40px;
 }
.fs_store img{
width:40%;
 }
 .fs_store_text{
width:56%;
 }
  .fs_store_title{
font-size:1.2rem;
font-weight:bold;
letter-spacing:0.1em;
 }
  .fs_store_address{

 }
.fs_store_note{

 }
 .fs_shoplist{
width:100%;
max-width:400px;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
margin:50px auto 50px;
 }
 .fs_shoplist dl{
width:100%;
 } 
  .fs_shoplist dt{
  	padding:.8em 0 .2em;
  	font-size:0.9rem;
font-weight:normal;
 } 
  .fs_shoplist dd{
  	margin-left:0;
    	padding:.2em 0 .8em;
  	font-size:0.9rem;
 } 
 
 
.page_fs iframe {
width: 100%;
max-width: 100%;
max-height: 450px; }



@media (max-width: 980px) {
  /* ~980px */
#header{
position:fixed;
top:0;
left:0;
z-index:9999999999;
width:100%;
padding:10px 0;
}
#header .logo{
width:120px;
}

#header_nav {
  position: absolute;
  right: 35px;
  top: 16px;
  width:1px;
}
.nav-unshown {
  display: none;
}
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
  z-index: 99999999;
  position: absolute;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px;
  width: 25px;
  border-radius: 1px;
  background: #000;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
  opacity: 1;
}
#nav-open span:after {
  bottom: -16px;
}
#nav-input:checked ~ #nav-open span {
  transform: rotate(45deg);
  transition: all .5s;
  top: 10px;
}
#nav-input:checked ~ #nav-open span:before {
  opacity: 0;
}
#nav-input:checked ~ #nav-open span:after {
  bottom: 0;
  transform: rotate(-90deg);
}
#nav-close {
  display: none;
  position: fixed;
  z-index: 99999999;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 22px;
  opacity: 0;
  transition: .3s ease-in-out;
}
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: #ecf1f2;
  transition: .3s ease-in-out;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
    display: block;
}
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}
.headerTop_logo.logo_sp {
  display: block;
  position: absolute;
  top: -30px;
  left: 25px;
  z-index: 99999999;
}

.headerTop_logo {
  width: 60px;
  margin: 30px auto 10px;
}
#header .nav_main {
  width: 80%;
  margin: 5em auto 1em;
  padding: 0 0 0 0;
  display: block;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
#header .nav_main li {
  display: block;
  margin: 20px 0;
  text-align: center;
}
#header .nav_main li ul {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-top: 5%;
  padding-left: 0;
}
#header .nav_main li a span {
  display: none;
}
#header .nav_main li ul li a:hover {
  text-decoration: none;
}
#header .nav_main li ul li {
  padding: 0 1em;
  text-align: left;
}
#header .nav_main li ul li a span {
  display: inline-block;
  font-size: 0.7rem;
}
#header .nav_main .btn_cart img {
  width: 28px;
}
  
#header .nav_sub{
width:80%;
margin:0 auto;
display:block;
border-top:1px solid #000000;
}
  
#header .nav_sub li {
  display: block;
  margin: 20px 0;
  text-align: center;
}

#header .nav_sub li.btn_cart , #header .nav_sub li.btn_fav{
  display: none;
}

#header .nav_main .side_search{
margin:0 0 20px;
border-bottom:1px solid #000000;
}
#header .nav_main .side_search button.btn_search{
background-color:#ffffff;
}
#header .nav_main .side_search input{
border:none;
border-radius:0;
font-size:1.0rem;
letter-spacing:0.1em;
}

#header .nav_sub li.my_account {
  display: none;
}

.mb_nav_sub{
position: absolute;
right: 46px;
top: 12px;
width:100px;
display:flex;
flex-flow:row wrap;
align-items:center;
justify-content:space-between;
}
.mb_nav_sub li.btn_cart{
width:40px;
}
 .mb_nav_sub li.btn_fav{
width:25px;
}

#header .nav_sub li.myaccount{
display:none;
}

.footer_calendar, .footer_list.container{
width:48%;
}

.top_slider{
margin-top:50px;
}

/* 商品詳細　slider */
.product-slider.product-image{
position:relative;
left:0vw !important;
overflow: visible !important;
}

.product-slider.product-image li{
width:100vw !important;
height:auto;
}

}
@media (max-width: 768px) {
  /* ~768px */
  
  .sp{
display:block;
}
.pc{
display:none;
}

.menu ul{
  display:none;
}
.menu.is-open  ul{
  display:none;
}
.menu:not(.is-open)  ul{
  display:none;
}
.menu.is-open ul{
  display:flex;
}
  
 .main_container{
margin:0px 0 0;
}
.container{
padding:0 0;
}

#footer .inner{
width:90%;
}
.footer_list{
margin:30px 0 0 0;
}
#contents{
order:0;
width:100%;
}
#side{
order:1;
width:100%;
}
.side_banner{
width:70%;
}
.top_slider img{
width:60%;
}
.sub_slider .bx-wrapper .bx-viewport img{
}
.sub_slider .bx-wrapper .bx-viewport #slider > div{
width:100% !important;
}
.sub_slider .bx-wrapper .bx-caption {
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100% !important;
    height:100%;
      display:flex;
    flex-flow:row wrap;
    align-items:center;
    justify-content:center;
    border:none;
    background-color:none;
      background:transparent;
}

.sub_slider .bx-wrapper .bx-caption span{
    width: 240px !important;
    display:flex;
    flex-flow:row wrap;
    align-items:center;
    justify-content:center;
    border: 1px solid #ffffff !important;
    color:#ffffff;
display:block;
  font-size:0.9rem;
}

.side_categories p img{
width:100%;
}
.side_categories ul{
display:flex;
flex-flow:row wrap;
align-items:center;
justify-content:space-between;
width:90%;
margin:12px auto 0;
}
.side_categories ul li{
width:48%;
}
.side_categories ul li ul{
width:100%;
margin-bottom:0;
}
.side_categories ul li ul li{
width:48%;
}
.side_categories ul.side_product_categories li{
width:100% !important;
}
.side_categories ul.side_product_categories li ul li{
width:48% !important;
}

#footer .container{
justify-content:center;
}
.footer_calendar, .footer_list.container{
width:100%;
}

.page_header_name{
margin:30px 0 0 20px 0 !important;
}
.category-list{
margin:40px 0 30px;
}
.category-list li {
    width: 32.333333%;
    margin-bottom: 1.333333%;
}
.contents_category .product_categories > li {
    width: 49.5%;
}
.product_pager ul > li{
padding-left:0;
padding-right:0;
}

/* 商品詳細　slider */
.product-slider.product-image{
position:relative;
left:0vw !important;
overflow: visible !important;
}

.product-slider.product-image li{
width:100vw !important;
height:auto;
}

.product-slider_thumbnail > a {
    width: calc(100% / 5);
}
/* 商品詳細　お気に入りボタン */
.cart_btn_area > div .product__fav-item::after{
font-size:.7rem;
}
.product-order_fav .product__fav-item button svg{
width:30px;
height:30px;
}

.gift_header{

}
.gift_header_text_logo{
display:block;
margin:20px auto;
}
.gift_header_text_copy{
text-align:center;
}
.gift_header_images{
width:100%;
}
.gift_header_text{
width:100%;
}
.gift_item_images img:nth-of-type(2){
width:100%;
padding:0 0 10px;
}
.gift_item_images img:nth-of-type(3){
display:block;
width:100%;
height:auto;
}
.fs_gallery img:nth-of-type(1){
width:100%;
}
.fs_gallery img:nth-of-type(2){
width:100%;
}  
 .fs_store{
margin:60px 0 40px;
 }
.fs_store img{
width:100%;
margin:0 0 10px;
 }
 .fs_store_text{
width:100%;
 }
 .fs_shoplist{
margin:10px auto 10px;
 }


}

     @media (max-width: 260px) {
  /* ~260px */
     .side_categories ul.side_product_categories li ul li{
     	width:100% !important;
     }
     .side_categories ul li{
     	width:100% !important;
     }

     }

/*↓検索窓修正↓*/
@media (min-width: 980px) {
#search-wrap {
display:none;
}
}
@media (max-width: 980px) {
#search-wrap {
position: fixed;
top: -100%;
right: 0px;
z-index: -1;
width: 100%;
transition: all 0.4s;
}
#search-wrap.panelactive {
z-index: 1;
width: 100%;
top: 50px;
}
#search-wrap input {
-webkit-appearance: none;
outline: none;
cursor: pointer;
color: #666;
}
#search-wrap input[type="text"] {
width: 100%;
border: none;
transition: all 0.5s;
letter-spacing: 0.05em;
height: 30px;
padding: 10px;
border-radius: 0;
}
/*テキスト入力inputにフォーカスされたら背景色を付ける*/
/*なくてもOK*/
#search-wrap input[type="text"]:focus {
background: #eee;
}
.btn_search_area {
position: absolute;
right: 10px;
top: 13px;
border: none;
background: none;
width: 35px;
}
.btn_search_area {
position: absolute;
right: 10px;
top: 13px;
border: none;
background: none;
width: 35px;
}
.btn_search_mb {
width: 20px;
height: 22px;
margin:0 13px 0 0;
cursor: pointer;
}
.btn_search_mb.btnactive {
opacity: 0.5;
}
}
/*↑検索窓修正↑*/