@charset "euc-jp";

body{
  font-family: 'Noto Serif JP', serif ,"Yu Mincho Pr6";
  color: #000;
  font-weight:30;
}
a {
  color:#000;
}
a:hover {
  color: #000;
}

/*
 * layout
 */
#wrapper {
  width: 1210px;
}
/*
 * contents
 */
#contents {
  float: right;
  width:900px;
  padding:0px;
}
#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;
}
#side {
  margin-top:12px;
  width:300px;
}
/* side */
.search_bar{
  border:none;
  border-bottom: 1px solid #555555;
  border-radius:0;
  font-family:"Yu Mincho Pr6";
  font-size: 18px;
  padding-bottom:5px;
  margin-top:45px;
  margin-left:20px;
  width:180px;
}
.search_bar:focus{
  outline:none;
  border:none;
  border-bottom: 1px solid #555555;
}
.search_bar_m{
  margin-left:5px;
  margin-top:20px;
  margin-bottom:5px;
  width:180px;
}
.search_btn{
    background-color: #fff;
    border: none;
}
.list_ttl{
  font-size: 15px;
  margin-bottom:10px;
  font-family: "Yu Gothic";
}
.sakka_group_list{
  list-style:none;
  font-size: 14px;
  margin-left:33px;
  margin-top: 15px;
}

.sakka_group_list li{
  padding: 8px 0;
  font-size: 14px;
}

.item_group_list li{
  padding-bottom: 14px;
}
hr{
  margin: 30px 0 40px 0;
  border-top: 1px solid #707070;
}
.brand_category_list{
  list-style:none;
  margin-left:8px;
}

.sakka_list{
  list-style:none;
  margin-left:17px;
  margin-bottom:30px;
}

.category_name{
  margin-bottom:10px;
}
.brand_category_list>li{
  padding: 6px 0;
  font-size:13px;
}
.brand_list{
  list-style:none;
  margin-left:25px;
}

.brand_list li{
  padding: 8px 0;
  font-size: 14px;
}

/* header */
.header_txt{
  padding-left: 25px;
}
.header_menu {
 display: flex;
 justify-content: start;
 align-items: center;
 flex-wrap:nowrap;
 padding-top:25px;
 width: 100%;
}
.header_logo{
  margin:0;
  width:300px;
  display:block;
}
.nav_menu_list{
  display:block;
  list-style:none;
  margin-left: 65px;
}
.nav_menu_list li{
  float:left;
}
.nav_icons_list{
  list-style:none;
  display:block;
  margin-left: 190px;
}
.nav_icons_list li{
  float: left;
}
.nav_icons_list li:last-child{
  margin-right: 35px;
}
.header_icon{
  text-align: center;
}
.header_icon img{
  margin-bottom: 8px;
}
.header_icon_txt{
  display: block;
}

/* instagram */
 #insta h2 {
    text-align: left;
	 padding-left: 20px;
  }
  #insta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #insta .card {
    width: 180px;
	 padding:10px;
  }
 #insta_manual h2 {
    text-align: left;
	 padding-left: 20px;
  }
  #insta_manual {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #insta_manual .card {
    width: 180px;
	 padding:10px;
  }
  #insta_manual1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
    #insta_manual1 .card {
    width: 180px;
	 padding:10px;
  }
  
  
/* footer */
.footer_menu{
  position:relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-top:50px;
}
#footer nav ul li{
  display: block;
  font-size: 14px;
  padding-bottom:16px;
}
.menu_1{
  margin-left: 0;
}
.menu_2{
  margin-left: 185px;
}
.menu_3{
  margin-left: 345px;
}

.pagetop {
position: fixed;
bottom: 2em;
right: 5%;
margin: auto;
-ms-transform-origin: left bottom;
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-ms-transform: translateX(100%) rotate(-90deg);
-webkit-transform: translateX(100%) rotate(-90deg);
transform: translateX(100%)
rotate(-90deg);
display: none;
}
.pagetop:after {
content: '>';
display: inline-block;
vertical-align: middle;
margin-bottom: .2em;
margin-left: .5em;
}
/*
 * 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_17 { font-size: 17px; }
.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_10 { margin: 10px; }
.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_b_40 { margin-bottom: 40px; }
.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; }
.style3 { width: 60%; border-top: 1px dashed #8c8b8b; }

/* 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 */
  
 .nav_menu_list{
   display: none;
  }
  #wrapper{
  width: auto;
  }
  #side{
    width: 100%;
  }
  #contents {
  float: none;
  width:100%;
  padding:0px;
  margin: 0 auto;
  margin-top: 15px;
}
}
@media screen and (max-width: 768px) {
  .header { 
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
    background: #fff;
	width: 98vw;
    transform:translateX(-4vw);
  }
 .header_txt{
   display: none;
   padding: 0;
   font-size: 1.0em;
  }
  .sp-head-buttons {
  /*position: absolute;
  top: 1em;
  right: 3rem; */
}
  .sp-head-buttons > *  {
   width: 25px;
   height: 21px;
   display: inline-block;
   vertical-align: middle;
   position: relative;
   /*margin-left: .5em;*/
  }
.header_menu{
  padding-top: 15px;
  }
.about_shop{
  display: none !important;
  }
.header_icon_txt {
    font-size: 0.8em;
}
  .btn-account{
    display: none;
  	position: fixed;
    top: 2rem;
    right: 25%;
    width:max-content;
    z-index: 100;
  }
  .btn-humberger {
    text-indent: 100%;
    overflow: hidden;
    white-space: no-wrap;
    padding: 0;
    border: none;
    background: none;
/*    position: fixed;
    top: 25px;
    right: 10%;*/
    z-index: 100;
/*    font-size: 20px;*/
  }
  .btn-humberger:before,
  .btn-humberger:after {
    content: ''; 
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute; 
/*    top: 0; 
    bottom: 0;  */
    left: 0; 
    right: 0;
    margin: auto; 
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
.btn-humberger:before {
  -ms-transform:translateY(-.5em); 
  -webkit-transform: translateY(-.5em);  transform: translateY(-.5em); box-shadow: 0 .5em #000; }
.btn-humberger:after { 
  -ms-transform: translateY(.5em);
  -webkit-transform: translateY(.5em);
  transform: translateY(.5em); 
  }
.btn-humberger.open:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg); 
  transform: rotate(45deg); 
  box-shadow: none }

.btn-humberger.open:after { -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg);  transform: rotate(-45deg);
  }
#side {
  position: fixed; 
  top: 80px;
  right: 0;
  width: 60%;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background: #FFF;
  padding: 5em 5%;
  height: 100vh;
  overflow-y: scroll;
  z-index: 99;
  border-left: 1px solid #DDD;
  margin-top: 0;
  }
#side.open{ 
  display: block;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 240px;
  -ms-transition: transform .3s;
  -webkit-transition: transform .3s;
  transition: transform .3s;
  }
  .search_bar{
    width: 200px;
 }
.header_logo{
  width:50%;
  max-width:300px;
  }
.nav_icons_list{
    display: flex;
    width: 50%;
    margin: 0 auto;
    justify-content: flex-end;
}
.nav_icons_list li{
  display: table-cell;
  float: none;
  margin: 0;
  padding:0 5px;
}
.nav_icons_list li:last-child{
  margin-right: 4%;
}
.footer_menu {
    margin-left: 10px;
}
.footer_menu>ul{
  margin-bottom: 50px;
 }
.menu_1{
  margin-left: 0;
  width: 50%;
}
.menu_2{
  margin-left: auto;
  width: 50%;
  
}
.menu_3{
  margin-left: 0;
  width: 50%;
}
  .mobile_menu{
  margin-bottom: 100px;
  }
.mobile_menu ul{
	list-style: none;
    line-height: 35px;
    font-size: 16px;
  	margin-bottom: 200px;
  }
}
@media (max-width: 485px) {
  /* ~485px */
  #insta .card{
    width: 40vw;
	 padding:1vw;
  }
  #insta_manual .card{
    width: 40vw;
	 padding:1vw;
  }
  .soldout_label{
    font-size: 10px !important;
    top: 38vw !important;
  }
}

/*
 * 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-lg-b.icon-facebook {
  background-position: -192px -264px;
}
.icon-lg-b.icon-instagram {
  background-position: -168px -288px;
}

.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 screen and (min-width: 768px){
.br-sp {display: none; }
}
