@charset "utf-8";
#head_top_area{
  height:30px;
}
#head_top_area .region-header{
  padding-top:5px;
  display: flex;
  gap: 10px;
}
#head_top_area .region-header .top_right_category {
  margin-left: auto;
}
#head_top_area .region-header .top_right_category ul{
  display: flex;
  gap:10px;
  margin:0px;
}
#head_top_area .region-header .top_right_category ul li{
  border-right: 1px solid #f9e79f;
  border-left: 1px solid #fff;
  padding-right: 10px;
}
#head_top_area .region-header .top_right_category ul li:last-child{
  border-right:none;
}
#head_top_area .region-header .top_right_category ul li a{
  font-size:11px;
}
body > * {
  font-size: 1.3em;
}
.w100{
  width:100vw;
  max-width:500px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);  
}
.path-frontpage #block-onerise-front-shop-content{
  display: none;
}

.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 480px;
}
#head_top_area .region-header .top_right_category{
    display: none;
}