@charset "UTF-8";

h1.block-category-list--header,
.block-top-event--header {
  display:none;
}
html[data-browse-mode="P"] .pane-main {
  width:100% !important;
  overflow: hidden;
}
html[data-browse-mode="P"] .page-mall .pane-contents .container {
  margin-top: 50px;
}
html[data-browse-mode="P"] .pane-contents {
  position: relative;
  --mv-width: 1920;
  --mv-height: 467;
  --mv-view-height: calc(100vw * var(--mv-height) / var(--mv-width));
  margin-top:-40px;
  padding-top: var(--mv-view-height);
  z-index: 1;
}
html[data-browse-mode="P"] .pane-contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--mv-view-height);
  background-color: #fff;
  background-image: url(/img/usr/mall_category/210805/mv.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  z-index: 1;
}
html[data-browse-mode="P"] .pane-contents > * {
  position: relative;
  z-index: 2;
}
html[data-browse-mode="P"] .main_text {
  font-size:26px;
  padding-bottom:50px;
}

html[data-browse-mode="P"] .ttl_ranking{
  font-size:28px;
  font-weight:bold;
}

html[data-browse-mode="P"] .ttl_staff_rcmmnd {
  font-size:28px;
  font-weight:bold;
}

html[data-browse-mode="P"] .staff_rcmmnd {
  background: #C5D292;
  padding: 20px;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
}
html[data-browse-mode="P"] .rcmd_scroll {
  overflow-x: auto;
  padding-bottom: 12px;
}
html[data-browse-mode="P"] .rcmd_list {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
html[data-browse-mode="P"] .itemwrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: flex-start;
}
html[data-browse-mode="P"] .staff_rcmmnd li {
  flex: 0 0 auto;
  width: 200px;
  background: #fff;
  padding: 10px;
  margin-bottom:10px;
}
html[data-browse-mode="P"] .staff_rcmmnd li {
  width: 593px;
  background-color:#fff;
  padding:20px;
  flex-shrink: 0;
  align-items: flex-start;
  marigin-bottom:20px;
  padding-bottom:40px;
}
html[data-browse-mode="P"] .itemimg {
  flex: 0 0 auto;
  width: 220px;
}
html[data-browse-mode="P"] .itemimg img {
  width:211px;
  height:auto;
}
html[data-browse-mode="P"] .itemtxt {
  flex: 1;
}
html[data-browse-mode="P"] .itemtxt h4 {
  display: block;
  box-sizing: border-box;
  font-size: 21px;
  line-height: 27px;
  padding-bottom: 20px;
  font-weight:500;
  }
html[data-browse-mode="P"] .ttl_ossm {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-bottom:10px;
}
html[data-browse-mode="P"] .ttl_ossm::before,
html[data-browse-mode="P"] .ttl_ossm::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #333;
}
html[data-browse-mode="P"] .itemtxt p {
  color: #2E6503;
  font-weight:bold;
  font-size:17px;
  line-height:22px;
  padding-bottom:15px;
}
html[data-browse-mode="P"] .itemtxt a {
  font-size:12px;
  font-weight:normal;
  text-decoration:underline;
}
html[data-browse-mode="P"] .itemtxt .price {
  font-size:28px;
  font-weight:bold;
}
html[data-browse-mode="P"] .itemtxt .price span {
  font-size:16px;
  font-weight:normal;
}
html[data-browse-mode="P"] .btn_detail {
margin-top:20px;
}
html[data-browse-mode="P"] .btn_detail a {
  position: relative;
  display:block;
  background: linear-gradient(to right, #5F8A26, #2B6301);
  width:75%;
  max-width:458px;
  margin:auto;
  padding:12px;
  border-radius:50px;
  text-align:center;
  color:#FFF;
  font-size:22px;
}
html[data-browse-mode="P"] .btn_detail a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
html[data-browse-mode="P"] .main_note_list {
  font-size: 22px;
  padding-left: 1em;
  text-indent: -1em;
  margin: 1em 0 0;
}
html[data-browse-mode="P"] .page-mall .block-goods-list--pager-top {
  margin-top: 40px;
}


/*  SP STYLE  */

html[data-browse-mode="S"] .pane-contents {
  position: relative;
}
html[data-browse-mode="S"] .pane-main {
  margin-top:-10px;
}
html[data-browse-mode="P"] .sphead {
  display:none;
}
html[data-browse-mode="S"] img.sphead {
  width:100%;height:auto;
}
html[data-browse-mode="S"] .main_text {
  font-size:16px;
  padding:20px;
  margin-bottom:30px;
}

html[data-browse-mode="S"] .ttl_ranking {
  font-size:20px;
  font-weight:bold;
  text-align:center;
}

html[data-browse-mode="S"] #load_ranking {
  padding-bottom:50px;
  }

html[data-browse-mode="S"] .ttl_staff_rcmmnd {
  font-size:20px;
  font-weight:bold;
  text-align:center;
}
html[data-browse-mode="S"] .staff_rcmmnd {
  background: #C5D292;
  padding: 20px;
  margin-bottom: 50px;
  position: relative;
}
html[data-browse-mode="S"] .rcmd_scroll {
  overflow-x: auto;
  scroll-behavior: smooth;
}
html[data-browse-mode="S"] .swiper-wrapper {
}
html[data-browse-mode="S"] .swiper-slide {
width: 100%;
}

html[data-browse-mode="S"] .swiper-button-prev,
html[data-browse-mode="S"] .swiper-button-next {
  width:30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(to right, #5F8A26, #2B6301);
  color: #FFF;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
html[data-browse-mode="S"] .swiper-button-prev::after,
html[data-browse-mode="S"] .swiper-button-next::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
html[data-browse-mode="S"] .swiper-button-prev {
  transform: translateY(-50%) scaleX(-1);
}



html[data-browse-mode="S"] .rcmd_list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
html[data-browse-mode="S"] .staff_rcmmnd li {
  width:100%;
  background-color:#fff;
  padding:20px;
}
html[data-browse-mode="S"] .itemimg {
  flex: 0 0 auto;
}
html[data-browse-mode="S"] .itemimg img {
  width:60%;
  height:auto;
  display: flex;
  margin: 0 auto;
}
html[data-browse-mode="S"] .itemtxt {
  flex: 1;
}
html[data-browse-mode="S"] .itemtxt h4 {
  display: block;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 20px
  }
html[data-browse-mode="S"] .ttl_ossm {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-bottom:10px;
}
html[data-browse-mode="S"] .ttl_ossm::before,
html[data-browse-mode="S"] .ttl_ossm::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #333;
}
html[data-browse-mode="S"] .itemtxt p {
  color: #2E6503;
  font-weight:bold;
  font-size:17px;
  line-height:22px;
  padding-bottom:15px;
}
html[data-browse-mode="S"] .itemtxt a {
  font-size:12px;
  font-weight:normal;
  text-decoration:underline;
}
html[data-browse-mode="S"] .itemtxt .price {
  font-size:28px;
  font-weight:bold;
}
html[data-browse-mode="S"] .itemtxt .price span {
  font-size:16px;
  font-weight:normal;
}
html[data-browse-mode="S"] .btn_detail {
margin-top:20px;
}
html[data-browse-mode="S"] .btn_detail a {
  position: relative;
  display:block;
  background: linear-gradient(to right, #5F8A26, #2B6301);
  width:100%;
  max-width:458px;
  margin:auto;
  padding:10px;
  border-radius:50px;
  text-align:center;
  color:#FFF;
  font-size:20px;
}
html[data-browse-mode="S"] .btn_detail a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
html[data-browse-mode="S"] .main_note_list {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
  margin: 1em 0 0;
}