@charset "euc-jp";
*:focus,
*:focus-visible,
*:active{
outline: none;
 text-decoration:none;
}
html { scroll-behavior: smooth;}

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
}
a{
  color: #464e54;
  transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}
a img{
  transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}
a:hover {
  color: #5e5e5e;
  opacity:0.6;
}

/*
 * layout
 */
#wrapper,
#footer .fwrap {
  max-width: 1100px;
}
.container{
  width:calc(100% - 40px);
  padding:0 20px;
}
#footer{
  background:#f5f5f5;
}
#footer .fwrap {
  margin:50px auto;
}

body[data-cms-device-variant=pc] .header .header--brand.header--brand--is_image a img{
  max-width:70%;
}

/*
 * 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;
    padding-right: 0;
  }
  .container{
    width:(100% - 40px);
    padding: 0 20px;
  }
  
}
@media (max-width: 500px) {
  /* ~500px */


}

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

/*スライダー*/
.bx-wrapper .bx-viewport{
border:none;
 box-shadow:none;
  -webkit-box-shadow:none;
 box-sizing: content-box; 
}
.bx-wrapper img{
width:100%;}

h2.bor_b_1{
  border-bottom: solid .125em #eee;
  position: relative;
  padding: .1em .4em;
  margin: 0 0 1em;
}
h2.bor_b_1:after{
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: -.125em ;
  border-bottom: .125em solid #37b9bd;
  width: 30%;
  height: 100%;
}

h3.bor_b_1{
  border-bottom: solid .125em #eee;
  position: relative;
  padding: .1em .4em;
  margin: 0 0 1em;
}
h3.bor_b_1:after{
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: -.125em ;
  border-bottom: .125em solid #464e54;
  width: 30%;
  height: 100%;
}

/* 商品一覧ページ　・小カテゴリー 一覧 FAQ */
.category-list{
  display:-webkit-box;
  	display:-ms-flexbox;
	display:flex; 
-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap; 
  width:100%;
}

.category-list li{
  background:#e8e8e8;
   border:1px solid #e8e8e8;
  width:auto;
  margin: 0 10px 10px 0;
    padding: 8px;
    box-sizing: inherit;
  transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}

.category-list li:hover{
  border:1px solid #464e54;
  background:none;
}

.category-list li a {
text-decoration:none;
  opacity:1;
}
/*----------------------- PC サイドバー----------------*/
#sp_sidebar,
.sp_show{
  display:none;
}
h3.sideh3{
  border-left:solid 10px #37b9bd;  
}
.guide{
  position:sticky;
  top:20px;
}
a.anchor {
    display: block;
    position: relative;
    top: -20px;
    visibility: hidden;
}

/*サイドバー ドロップダウンメニュー*/
.side_nav {
  width: 200px;
  margin: 0;
  padding: 0;
}
.side_nav li {
  position: relative;
  width: 200px;
  height: 36px;
   transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
}
.side_nav > li {
  border-bottom: none;
}
.side_nav:last-child {
  border-bottom: none;
}
.side_nav li:hover > ul > li {
  border-bottom: none;
}
.side_nav li > ul > li:last-child {
 
}
.side_nav li a {
  display: block;
  width: 200px;
  height: 37px;
  line-height: 2.8;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
.side_nav li:hover{
	background:#cff0f1;
}
.side_nav li a:hover{
  	opacity:1;
}
.side_nav > li li:hover > a {/*layer-2*/
  background: #efefef;
}
.side_nav li:hover > ul > li {
  overflow: visible;
  top: -38px;
  left: 200px;
  height: 37px;
  
}
.side_nav li ul li {
  overflow: hidden;
  height: 0;
  left: 190px;
  list-style: none;
}
.side_nav li ul li a {
  background: #fff;
  -webkit-box-sizing: border-box;
   box-sizing: border-box;
  border-top:solid 1px #eee;
  padding:0 10px;
}
.side_nav li ul li a:hover{
  opacity:1;
  background: #cff0f1;
}
.side_nav li ul:before {
  position: absolute;
  content: "";
  top: 14px;
  left: 190px;
  border: 5px solid transparent;
  border-left: 5px solid #333;
}

.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:first-child,
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child{
  border-radius:0;}
/*あと〇〇で送料無料*/
.bgc_pink{
background:#ffdde5;}

/*ヘッダー電話番号BOX*/
p.header_tell{
  color: #f36;
    font-weight: bold;
    font-size: 1.7rem;
  margin-top: -4px;
}
/*margin:0;*/
.m_0{
margin:0;}
/*google iconに;*/
.va_3{
  vertical-align:-3px;
}
.va_5{
  vertical-align:-5px;
}
.va_7{
  vertical-align:-7px;
}

  /* ---------サブヘッダー---------*/
.subheader{
  background:#37b9bd;
  color:#fff;
  padding:12px 0;
  width:100%;
}

.subheader_wrap{
  display:-webkit-box;
  	display:-ms-flexbox;
	display:flex; 
-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap; 
  width:96%;
  margin:0 auto;
  max-width: 1100px;
    font-size: 0.8rem;
}

.subheader_wrap ul{
  margin:0;
  list-style:none;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.subheader_wrap ul li{
  margin-left:10px;
}
.subheader_wrap ul li a{
  color:#fff;
}
.subheader_wrap ul li a .material-icons{
  font-size: 18px;
    vertical-align: -4px;
}

.subheader_wrap img{
  margin:0;
  max-width:100px;
}

.pc_twhead,
.pc_fbhead{
    height: 20px;
    width: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
  border-radius: 50%;
}
.pc_twhead{
  background: #000;
}
.pc_fbhead{
  background: #1877F2;
}
.pc_twhead a{
  padding:5px 4px;
}
.pc_fbhead a{
    padding:3px 6px;
}

 .SP_subheader_wrap{
    display:none;
  }


/* --------- ヘッダー ---------*/

.header_box_wrap,
.search_login_wrap{
  display:-webkit-box;
  	display:-ms-flexbox;
	display:flex; 
-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap; 
  width:100%;
}



.header_img{
  max-width:320px;
}

.header_box_inbox:first-child{
  max-width:320px;
}
.header_box_inbox:last-child{
  width:calc(100% - 320px);
}
.leftPCbox,
.header_login_box{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
   
 .leftPCbox ul{
    display:block;
    list-style:none;
    margin:0 0 0 10px; 
  }
  .leftPCbox ul li a{
    display:block;
    background:#f5f5f5;
    padding:5px 10px;
    text-align:center;
    font-size: 0.8rem;
  } 
  .leftPCbox ul li a:first-child{
   margin-bottom:10px; 
  }
  .leftPCbox ul li a:hover{
    text-decoration:none;
    background:#cff0f1;
    opacity:1;
  }
  .leftPCbox ul li a .material-icons{
    font-size:18px;
    vertical-align:-4px;
    padding-right: 2px;
}

/*----------ヘッダー商品検索---------*/
.search_login_inbox.item1{
  -webkit-box-flex:4;
	-ms-flex-positive:4;
	flex-grow:4;
}
.search_login_inbox.item2{
-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
}
.item1_inbox{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.item1_inbox form{
  width:100%;
}
.item1_inbox select,
.item1_inbox button,
.item1_inbox input{
  box-sizing: initial;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
  height:30px;
}
.item1_inbox button{
  height:36px;
}

.item1_inbox select,
.item1_inbox button{
  border:solid 1px #ddd ;
  background:#f5f5f5;
  border-radius:0;
}
.item1_inbox select{
  width:150px;
}
.item1_inbox input[type="text"]{
  border-top:solid 1px #ddd;
    border-bottom:solid 1px #ddd;
   border-left:solid 1px #fff;
     border-right:solid 1px #fff;
  border-radius:0;
   width: calc(100% - 218px);
    min-width: 200px;
}
.item1_inbox input:focus-visible,
.item1_inbox input:focus{
    border:solid 1px #35b8bc;
  border-radius:0;
  z-index:3;
}
.item1_inbox button:hover{
  background:#cff0f1;
}
.item1_inbox button:focus{
   background:#35b8bc;
  color:#fff;
}



/*　ヘッダーログイン*/
ul.header_login_box{
  list-style:none;
  margin:0;
  padding:0;
}  
.header_login_box li{
  margin-top:0;
}
.header_login_box li a{
  display:block;
  box-sizing:inherit;
 border:solid 1px #464e54;
    padding:0;
}
.header_login_box li a{
    padding:10px;
}

.header_login_box li a:hover{
  opacity:1;
  text-decoration:none;
  background:#464e54;
  color:#fff;
}

li.header_cart a{
   background:#464e54;
    border:solid 1px #464e54;
   color:#fff;
}
li.header_cart a:hover{
   background:#35b8bc;
    border:solid 1px #35b8bc;
  color:#fff;
}
li.header_cart a:focus{
   background:#fff;
    border:solid 1px #35b8bc;
  color:#35b8bc;
   text-decoration:none;
}

.header_login_box .material-icons{
  font-size:18px;
  vertical-align:-3px;
  
}
.header_login_box li.login_name a,
.header_login_box li.login_btn a{
  margin-right:10px;
}
.header_login_box li.login_name a{
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pc_sns{
  list-style:none;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  width:100%;
  border-top:solid 1px #ddd;
  margin:0;
}

.pc_sns li {
    margin: 5px;
    text-align: center;
  height: 50px;
    width: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
.pc_sns .pc_tw{
  background:#000;
}
.pc_sns .pc_fb{
  background:#1877F2;
}
.fill{
    fill: #fff;
  }

 .pc_tw a{
    padding:13px 0;
  }
.pc_fb a{
      padding:9px 0;
  }

.check__archive_flex{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  margin: 0;
}
.check__archive_flex li{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    box-sizing: inherit;
    flex-direction: column;
    width: calc(100% / 5);
    width: -webkit-calc(100% / 5);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-bottom: 20px;
}
/*売切表示*/
.img-box{
position: relative;
   display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;     -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
   -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.img-box .sold{
  font-size:1.6em;
  position: absolute;
    background-color: #f5f5f5;
  border:solid 3px #464e54;
    font-weight: bold;
    padding: 0 8px;
    z-index: 2;
}
.history-unit .img-box .sold{
  font-size:100%;
}
.history-unit span{
  padding:0 10px;
  line-height: 1.3;
    font-weight: bold;
  font-size:90%;
}

/******おすすめ製品 ******/
/*レイアウト*/
.archive_flex
{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}
.archive_flex li{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    box-sizing: inherit;
    flex-direction: column;
    width: calc(100% / 3);
    width: -webkit-calc(100% / 3);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  margin-bottom:20px;
}
.archive_flex li span{
  padding-left:10px;
  padding-right:10px;
}

/*商品名*/
a.rec_title{
    font-size: 120%;
  line-height: 1.3;
  padding:0 10px 8px;
}
/*ログイン時の標準価格*/

span.regular_price{
font-weight:bold;
  font-size:100%;
}
/*　通常表示価格&ログイン時会員価格*/
span.price{
font-weight:bold;
 color:#f36;
  font-size:110%;
}
.sold{
  background:#f5f5f5;
}

/*　%OFF*/
.archive_flex li span .off{
  color:#fff;
  font-size:0.8rem;
  background:#f36;
  padding-left:3px;
  padding-right:3px;
}

/*商品一覧　詳細文*/
.s_expl{
  padding-bottom:8px;
}

/*お気に入り*/
.product-list__fav button.fav-items{
  color:#f79;
}
.archive_flex li span.product-list__fav{
 padding: 0 0 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.product-list__fav button{
  color:#e8e8e8;
   transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -ms-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
}
button.favorite-button{
  border:none;
  background:none;
  padding:0;
}

/*ページャー*/
.btn{
  border:solid 1px #35b8bc;
    background: #cff0f1;
    border-radius: 0;
  padding:10px 20px;
  opacity:1;
}
.btn:hover, .btn:focus, .btn:active, .btn.active{
  opacity:0.6;
}
.btn.disabled, .btn[disabled]{}


/*-----------------fooer -----------------*/
 .footer_menu_wrap
{display:-webkit-box;
  	display:-ms-flexbox;
	display:flex; 
-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap; 
  width:100%;
}
 .footer_menu_inbox{
   padding:0 20px;
   width:calc(50% - 40px);
}

 .footer_menu_inbox h3.bor_b_1 {
    border-bottom: solid 0.125em #ddd;
}
.footer_menu_inbox ul.box li a{
  display:block;
  border:solid 1px #464e54;
  padding:8px 0;
  text-align:center;
}
.footer_menu_inbox ul.box li a:hover{
  background:#fff;
  text-decoration:none;
  opacity:1;
}

/*カレンダー*/
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width:100%;
  background:#fff;
}
.tbl_calendar caption{
  margin-bottom:10px;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}
.side_cal_memo p span.holiday{
background-color: #ffdde5;
    border: 1px solid #ccc;
    display: inline-block;
    height: 15px;
    margin: 0 5px 3px 0;
    vertical-align: middle;
    width: 15px;
}
/*------------------ 　(790px未満) ------------------ */
@media (max-width:790px) { 
  .leftPCbox ul{
    display:none;
  }
}


 /*---------for tablet   (500px以上 768px未満)---------*/
@media (min-width:500px) and ( max-width:768px) {
  
}
 

 

/*------------------ for SP 　(630px未満) ------------------ */
@media (max-width:630px) { 
  a.anchor {
    top: -60px;
  }
 .archive_flex li{
        width: calc(100% / 2);
    width: -webkit-calc(100% / 2);
  } 
#side{
    display:none;
  }
  .sp_show{
    display:block;
  }
.container{
 width:calc(100% - 40px);
}  
/*------------ SPサイドバー ------------*/
  #sp_sidebar{
  display:block;
}

 #sp_sidebar .menu{
    height: 20px;
    position: fixed;
    left: 20px;
    top: 15px;
    width: 30px;
    z-index: 999999;
   
}
 .menu__line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}
  
  /*gnav*/
.gnav{
    background: #fff;
    display: none;
    height: calc(100% - 45px);
    position: fixed;
    width: 100%;
    z-index: 98;
  margin-top:-15px;
  overflow: scroll;
}
.gnav__wrap{
    position: absolute;
  height: auto;
    width: 92%;
  margin:0 4%;
  padding-bottom:30px;
}
 .gnav__titleh3,
 .gnav__titleh4{
   text-align:center;
  }
  .gnav__titleh4{
   color:#fff;
   background: #37b9bd;
    padding:10px;
  } 
.gnav__product,
  .gnav__menu,
  .gnav__sns{
  margin:0;
  list-style:none;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
 -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  width:100%;
}
  .gnav__menu{
    margin:25px 0;
  }
  .gnav__sns{
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  .gnav__product{
    border-top: solid 1px #ddd;
  }
  .gnav__product li {
    border-bottom: solid 1px #ddd;
  }
  .gnav__product li:nth-child(odd){
    border-left:solid 1px #ddd;
    border-right:solid 1px #ddd;
    width:calc(50% - 2px);
  }
   .gnav__product li:nth-child(even){
    border-right:solid 1px #ddd;
     width:calc(50% - 1px);
  }  
  .gnav__menu li{
margin: 5px;
    width: calc(50% - 10px);
}

  .gnav__product li a, 
  .gnav__menu li a{
    box-sizing:border-box;
    width:100%;
    text-align:center;
    padding:10px;
  } 
  
 .gnav__menu li a{
   background:#f5f5f5;
  }
  
  .gnav__product li a:hover,
   .gnav__menu li a:hover{
    background:#cff0f1;
    text-decoration:none;
    opacity:1;
  }
  .gnav__sns li {
    margin: 5px;
    width: calc(50% - 10px);
    text-align: center;
  }

  .sp_tw{
    background:#1DA1F2;
    padding:9px 0;
  }
    .sp_fb{
    background:#1877F2;
      padding:6px 0;
  }

  
  
  #header{
    margin-bottom:0;
  } 
    /*サブヘッダー固定*/
 .subheader
  {position: sticky;
    top: 0;
    z-index: 10000;
    margin-bottom: 15px;
  }
  .subheader_wrap,
   .leftPCbox ul,
  .show_pc{
    display:none;
  }
    .SP_subheader_wrap{
    display:block;
     width:90%;
     margin:0 auto;
  }
 

  
  
.header_box_wrap{
  margin-bottom: 15px;
} 

  .header_box_wrap,
  .item1_inbox{
    	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;

  } 
   .header_box_inbox:first-child,
   .header_box_inbox:last-child{
  width:100%;
}
 
  .SP_subheader_wrap ul{
    list-style:none;
    margin:0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;    
  }
  .SP_subheader_wrap ul li a{
    color:#fff;
  }
  .SP_subheader_wrap ul li.head_login{
  margin-top:1px;
   margin-left:16px;
  }
  .SP_subheader_wrap ul li.head_login a{
    display:block;
  font-size:0.8rem;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
  }
  
  .sp_cart span.material-icons{
    font-size:30px;
    vertical-align:-10px;
  }
  
  .header_box_inbox:first-child{
    margin:0 auto;
  }
  /*ヘッダー問い合わせ*/
  .leftPCbox{
    display:none;
  } 
  
  .search_login_inbox.item1{
  -webkit-box-flex:0;
	-ms-flex-positive:0;
	flex-grow:0;
  } 
  
  /*商品検索ボックス*/
  .search_login_wrap{
    display:block;
    width:100%;
  }
 
  .item1_inbox select,
  .item1_inbox input[type="text"]{
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
  }
  .item1_inbox input[type="text"]{
    border-top: solid 1px #ddd;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    max-width: calc(100% - 38px);
  }
  .item1_inbox input:hover{
    border: solid 1px #35b8bc;
  }
  
  .check__archive_flex li{
 width: calc(100% / 4);
    width: -webkit-calc(100% / 4);
  }
  /*売切表示*/
  .img-box .sold{
  font-size: 1.3em;
}

.history-unit .img-box .sold{
 border:solid 1px #464e54;
  font-size: 90%;
    padding: 0 3px;
}
 
/*footer*/
   .footer_menu_inbox{
   width:calc(100% - 40px);
}
    .footer_menu_inbox.order_1{
   -webkit-box-ordinal-group:1;
	-ms-flex-order:1;
  order: 1;
  }
  .footer_menu_inbox.order_2{
     -webkit-box-ordinal-group:2;
	-ms-flex-order:2; 
  order:2;
  }
 .footer_menu_inbox.order_3{
     -webkit-box-ordinal-group:3;
	-ms-flex-order:3;
  order:3;
  }
 .footer_menu_inbox.order_4{
   display:none;
  }

  
}/*SP   630px   end*/

/*------------------ for SP 　(480px未満) ------------------ */
@media (max-width:480px) { 
 
  
  
}/*SP   480px未満   end*/


/*------------------ フリーページ CSS ------------------ */
/*----よくある質問FAQ----- */
.freeFAQ p{
  padding-left:10px;
   padding-right:10px;
}
.freeFAQ p a{
  text-decoration:underline;
}
.freeFAQ p a:hover{
  text-decoration:none;
}

/*支払い方法*/
.sk_payment img{
  padding-right:10px;
   padding-bottom:20px;
}
/*-----グループ：特価品 CSS ----- */

/*特価品をブランドリストで非表示*/
.group-2709747{display:none;
}
.side_sale {
  width:200px;
}
.side_sale a{
  box-sizing:border-box;
  border:solid 1px #f36;
  color: #f36;
  text-align:center;
  padding:25px 0;
}

.side_sale a:hover{
  border:solid 1px #f36;
  color: #fff;
  background:#f36;
   text-decoration:none;
  opacity:1;
}

@media (max-width:630px) { 
  .side_sale {
  width:100%;
}
}
/*-----グループ：特価品 CSS -----ここまで */

/*TOPへもどる*/

#pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    margin: 0;
}
#pagetop a {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background: #37b9bd;
    transition: opacity .6s ease;
}
#pagetop a:hover {
    opacity: .3;
}
#pagetop a::before {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    content: '';
    transform: rotate(-45deg);
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
@media screen and (max-width:767px) {
#pagetop a {
    width: 45px;
    height: 45px;
}
#pagetop a::before {
    top: 5px;
    width: 10px;
    height: 10px;
}
}


.side_banner_wrap{
  max-width:200px;
  padding-top:5px;
}
.side_banner_text{
  font-weight:bold;
 padding: 5px 8px;
    line-height: 1.3;
}
.side_banner_wrap_SP{
  width:100%;
  padding-top:16px;
}
.side_banner_text.SP{
text-align:center;}

.side_banner_wrap ul{
  width:100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style-type:none;
  margin:0 0 5px 0;
}

.side_banner_wrap ul li{
  width: 23.5%; /* 非サポートブラウザ用のフォールバック */
  width: calc(100%);
  margin-top:2%;
  }

/*カテゴリー内フリーページ用ボタン*/
.cate_btn01 {
  font-size: 10px;
  display: block;
  margin:3px 0;
  margin-left: auto;
  width: 100%;
  max-width: 100px; /* ボタン幅 */
  color: #464e54; /* 文字色 */
  border: 1px solid#f5f5f5;/* 線幅・種類・色 */
  background: #f5f5f5; /* 背景色 */
  padding: 1em 2em;
  font-weight: bold; /* 文字の太さ */
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}

/* カテゴリー内フリーページ用マウスオーバーした際のデザイン */
.cate_btn01:hover {
  color: #f5f5f5; /* 文字色 */
  background: #35b8bc; /* 背景色 */
}

.tableimg_free {
  width: 90px;
}

.manual_btn {
  display: inline-block;
  width: 100%;
  max-width: 130px; /* ボタン幅 */
  color: #464e54;; /* 文字色 */
  border: 1.5px solid #464e54;; /* 線幅・種類・色 */
  background: #fff; /* 背景色 */
  padding: 5px 5px;
  font-weight: 550;
  font-size: 14px;
  text-decoration: none;
  text-align: start;
  transition: 0.3s;
}
.material-icons.manual{
  font-size:25px;
  padding: 0 10px 0;
  display: inline-flex;
  vertical-align: middle;
}
