 @charset "UTF-8";

h1.block-category-list--header,
.block-top-event--header {
  display:none;
}

/*html[data-browse-mode="P"] .container {
    max-width: 1800px;
  width:100%;
    margin: 0 auto;
}*/
html[data-browse-mode="P"] .pane-main {
  width:100% !important;
  overflow: hidden;
}
html[data-browse-mode="P"] .pane-contents {
position: relative;
margin-top:-40px;
padding-top: 500px;
z-index: 1;
}
html[data-browse-mode="P"] .pane-contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 467px;
  background-color: #000;
background-image: url('mv.jpg?v4'); 
background-repeat: no-repeat; 
background-position: center top;
background-size: cover;
}
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: linear-gradient(to right, #EBE0E5, #F1EFCA);
  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"] .staff_rcmmnd ul::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 12px;
  width: 100%;
  background: linear-gradient(to right, #EBE0E5, #F1EFCA);
  z-index: 0;
}
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: #84224B;
  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 {
  display:block;
  background: linear-gradient(to right, #842652, #63012F);
  width:75%;
  max-width:458px;
  margin:auto;
  padding:12px;
  border-radius:50px;
  text-align:center;
  color:#FFF;
  font-size:22px;
}


/*  SP STYLE  */

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: linear-gradient(to right, #EBE0E5, #F1EFCA);
  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, #842652, #63012F);
  color: FFFF;
  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: '';
}
html[data-browse-mode="S"] .swiper-button-prev {
  left: 3px;
  background-image: url('/img/usr/mall_category/210808/r_arrow.png');
  
}
html[data-browse-mode="S"] .swiper-button-next {
  right: 3px;
  background-image: url('/img/usr/mall_category/210808/r_arrow.png');
  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 ul::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 12px;
  width: 100%;
  background: linear-gradient(to right, #EBE0E5, #F1EFCA);
  z-index: 0;
}
html[data-browse-mode="S"] .itemwrap {
}
html[data-browse-mode="S"] .staff_rcmmnd li {
width:100%;
  background-color:#fff;
  padding:20px;
  marigin-bottom:20px;
}
html[data-browse-mode="S"] .itemimg {
  flex: 0 0 auto;
}
html[data-browse-mode="S"] .itemimg img {
  width:60%;
  height: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: #84224B;
  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 {
  display:block;
  background: linear-gradient(to right, #842652, #63012F);
  width:75%;
  max-width:458px;
  margin:auto;
  padding:12px;
  border-radius:50px;
  text-align:center;
  color:#FFF;
  font-size:22px;
}