@charset "UTF-8";

@media screen and (min-width: 768px) {.sp {display:none;}}
@media screen and (max-width: 767px) {.pc {display:none;}}

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::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; 
    background-color: #000;
    background-image: url('mv.jpg?v4'); 
    background-repeat: no-repeat; 
    background-position: center top;
    aspect-ratio: 411 / 100;
    background-size: cover; 
}
html[data-browse-mode="P"] .pane-contents {
    position: relative;
    margin-top:-40px;
    padding-top: calc(100vw * (100 / 411));
    z-index: 1;
  overflow: visible;
}
html[data-browse-mode="P"] .pane-left-menu  {
  margin-top:50px;
}


html[data-browse-mode="P"] .main_text {
  font-size:26px;
  padding-bottom:50px;
  margin-top:50px;
}

html[data-browse-mode="P"] .ttl_ranking{
  font-size:28px;
  font-weight:bold;
}

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;
}

html[data-browse-mode="P"] .jalshopping_bnr {
  margin-bottom:70px;
}

html[data-browse-mode="P"] .page-mall .block-goods-list--pager-top {
    padding: 0 120px;
    margin-top: 30px;
    position: relative;
}

html[data-browse-mode="P"] .page-mall .block-goods-list--pager-top::before {
    background: none;
}
html[data-browse-mode="P"] #load_ranking {
  margin-bottom:60px;
}


/*  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"] .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"] .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;
}
html[data-browse-mode="S"] .jalshopping_bnr {
  margin-bottom:70px;
}