﻿@charset "UTF-8";

/* トップページ（ＰＣ） ファーストビュー用 */

/* sys/base_misc.css のコピー ここから */
.img-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-center img {
  flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
/* ここまで sys/base_misc.css のコピー */

/* sys/layout.css のコピー ここから */
.container {
  width: 1200px;
  margin: 0 auto;
}

.pane-header .container {
  display: flex;
  align-items: center;
}

.pane-globalnav {
  width: 100%;
}

.pane-contents {
  min-height: 600px;
  padding-bottom: 50px;
}

.pane-contents .container {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  /* IE11 */
  display: -ms-grid;
  -ms-grid-columns: auto 1fr;
  -ms-grid-rows: auto 1fr;
}

.pane-left-menu {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  /* IE11 */
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  width: 240px;
  margin: 30px 60px 0 0;
}

.pane-main {
  display: block;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  width: 100%;
}

.pane-right-menu {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  /* IE11 */
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  margin: 30px 0;
  width: 900px;
}

/* ここまで sys/layout.css のコピー */

/* usr/layout.css のコピー ここから */

.page-top.top-layout1 .pane-contents .container,
.page-top.top-layout2 .pane-contents .container {
  width: 1200px;
  margin: 0 auto;
}

.page-top.top-layout3 .pane-contents .container,
.page-top.top-layout4 .pane-contents .container,
.page-top.top-layout5 .pane-contents .container {
  width: 100%;
}

.page-top .pane-contents .container .pane-main {
  min-width: 0;
  width: 100%;
}

.page-top .pane-contents .container .pane-left-menu + .pane-main {
  width: 920px;
  margin-top: 40px;
}

.page-top .pane-right-menu {
  width: 100%;
}

/* ここまで usr/layout.css のコピー */

/* sys/block_common.css のコピー ここから */

/* ----左メニューブロック共通---- */

.pane-left-menu .pane-block--title {
  font-size: 16px;
  border-top: #444 1px solid;
  padding: 16px 0;
  font-weight: bold;
  margin-bottom: 0;
}

.pane-block--title {
  margin: 20px 0;
  font-size: 26px;
  font-weight: normal;
}

/* ここまで sys/block_common.css のコピー */


/* sys/block_goods.css のコピー ここから */

.block-icon {
  font-size: 13px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4px;
  margin: 14px 0 0;
}

.block-icon > span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CCC;
  border-radius: 2px;
  background: #FFF;
  min-width: 70px;
  height: 24px;
  text-align: center;
  padding-inline: 4px;
}

.block-icon > span.block-icon--format {
  color: #FFF;
  font-weight: bold;
  background: #4D4D4D;
  border-color: #4D4D4D;
  padding-inline: 6px;
}

.block-icon img {
  display: block;
  width: auto;
  height: 24px;
}

/* ----トップページイベント表示---- */
.block-top-event--header {
  width: calc(100% - 240px);
  min-width: 1200px;
  font-size: 32px;
  text-align: left;
  margin: 0 auto 32px;
  padding: 0;
}

/* ----商品一覧画面：サムネイル：block-thumbnail-t---- */

.block-top-event .block-ranking-r .block-ranking-r--items {
  width: 1264px;
  padding-left: 32px;
  margin: 0 auto 0;
}

.block-ranking-r .block-ranking-r--items li {
  width: 100%;
}

.block-ranking-r .block-ranking-r--items .swiper-button-prev,
.block-ranking-r .block-ranking-r--items .swiper-button-next {
  --swiper-navigation-color: #000;
}

.block-ranking-r .block-ranking-r--items .swiper-button-prev {
  justify-content: start;
}

.block-ranking-r .block-ranking-r--items .swiper-button-next {
  justify-content: end;
}

.block-ranking-r .block-ranking-r--items .swiper-button-prev svg,
.block-ranking-r .block-ranking-r--items .swiper-button-next svg {
  width: 11px;
}

.block-ranking-r .block-ranking-r--items li dl {
  width: 276px;
  flex-basis: 276px;
  margin: 0 32px 0 0;
  padding: 0;
}

.block-ranking-r .block-ranking-r--items li dl:nth-of-type(3n) {
  margin-right: 0;
}

.page-top .block-ranking-r .block-ranking-r--items li dl {
  padding: 0 32px 0 0;
  margin: 0;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image figure {
  width: 276px;
  height: 276px;
  background: none;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank {
  top: 8px;
  left: 8px;
  border: 1px solid #111;
  color: #111;
  background: #fff;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-1,
.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-2,
.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-3 {
  color: #fff;
  background: #111;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-description {
  margin-top: 25px;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-description a {
  text-decoration: none;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-description .block-ranking-r--goods-name {
  font-size: 14px;
  line-height: 1.7;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-description .block-icon {
  display: none;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-description .block-ranking-r--price-infos {
  margin-top: 11px;
  font-size: 15px;
  line-height: 1.6;
}

.block-ranking-r--goods .price,
.block-ranking-r--goods .net-price,
.block-ranking-r--goods .default-price,
.block-ranking-r--goods .exchange-price,
.block-ranking-r--goods .block-exchange-price--rate-dt {
  text-align: left;
}

.block-ranking-r--goods .price {
  color: #081f2c;
}

/* ----カテゴリーツリー---- */

.block-category-tree--item__open,
.block-category-tree--item {
  border-top: #eee 1px solid;
}

.block-category-tree--item__open a,
.block-category-tree--item a,
.block-category-tree--item > span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 43px;
}

.block-category-tree--image {
  width: 43px;
  height: 43px;
  margin-right: 9px;
}

/* ----ジャンルツリー---- */

.block-genre-tree--item__open,
.block-genre-tree--item {
  border-top: #eee 1px solid;
}

.block-genre-tree--item__open a,
.block-genre-tree--item a,
.block-genre-tree--item > span {
  display: flex;
  align-items: center;
  height: 43px;
}

.block-genre-tree--image {
  width: 43px;
  height: 43px;
  margin-right: 9px;
}

/* ここまで sys/block_goods.css のコピー */


/* ここまで usr/block.css のコピー */

/* ----トップページ本文---- */
.block-top-body{
  margin: 0 0 60px;
}

.block-top-slider{
  height: 550px;
  background: #F5F5F5;
  padding: 40px 0 60px;
  overflow: hidden;
  position: relative;
}

#top-slider {
  width: 1200px;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
  visibility: hidden;
}

#top-slider.swiper-initialized {
  visibility: visible;
  overflow: visible;
}

#top-slider li {
  position: relative;
  box-shadow: 0 3px 6px rgba(0,0,0,0.08);
  border-radius: 8px;
  overflow: hidden;
}

#top-slider li a{
  display: flex;
}

.block-top-slider__img{
  text-align: center;
  width: 50%;
  height: 450px;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
}

.block-top-slider__img:not(:has(+.block-top-slider__desc)){
  width: 100%;
  border-radius: 8px;
}

.block-top-slider__desc{
  width: 50%;
  background: #FFF;
  display: flex;
  flex-direction: column;
  border-radius: 0 8px 8px 0;
  padding: 90px 64px 40px;
}

.block-top-slider__name{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  height: 146px;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
}

.block-top-slider__name span{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.block-top-slider__text{
  font-size: 18px;
  color: #707070;
  position: relative;
  padding-left: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.block-top-slider__text::before{
  content: "";
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg,#35007A,#238688);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#top-slider .swiper-pagination{
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top-slider .swiper-pagination-bullet{
  width: 56px;
  height: 3px;
  border-radius: 2px;
  background: #CCC;
  opacity: 1;
  margin: 0 5px;
}

#top-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: var(--color-main);
}

#top-slider-wrap .swiper-button-prev svg,
#top-slider-wrap .swiper-button-next svg{
  display: none;
}

#top-slider-wrap .swiper-button-prev{
  width: 40px;
  height: 80px;
  background: rgba(248,248,248,0.8);
  top: calc(50% - 20px);
  left: 0;
  border-radius: 0 40px 40px 0;
  margin: 0;
  transform: translateY(-50%);
}

#top-slider-wrap .swiper-button-prev::after{
  content: "";
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translateX(-4px) rotate(45deg);
}

#top-slider-wrap .swiper-button-next{
  width: 40px;
  height: 80px;
  background: rgba(248,248,248,0.8);
  top: calc(50% - 20px);
  right: 0;
  border-radius: 40px 0 0 40px;
  margin: 0;
  transform: translateY(-50%);
}

#top-slider-wrap .swiper-button-next::after{
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: translateX(4px) rotate(45deg);
}

/* ----フッター---- */
.pane-footer {
  padding: 80px 0;
  background: var(--color-main);
}

footer .container {
  width: calc(100% - 240px);
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.block-footer{
  display: flex;
  color: #FFF;
}

.block-footer__left{
  width: 300px;
}

.block-footer__logo{
  margin: 0 0 60px;
}

.block-footer__logo a{
  display:flex;
  align-items: flex-start;
  gap: 34px;
  transition: opacity .3s;
}

.block-footer__sns-list{
  display: flex;
  gap: 8px;
}

.block-footer__sns-list li a{
  display: block;
  transition: opacity .3s;
}

.block-footer__right{
  width: calc(100% - 300px);
}

.block-footer__nav{
  margin: 0 0 55px;
}

.block-footer__nav-list{
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  margin-left: auto;
}

.block-footer__nav-list li{
  width: 300px;
  padding: 0 32px;
}

.block-footer__nav-list li a{
  font-size: 13px;
  color: #FFF;
  transition: opacity .3s;
}

.block-footer__nav-list li.external-link a::after{
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../img/usr/common/ico_external.png) center center / contain no-repeat;
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: 3px;
}

.block-copyright {
  font-size: 12px;
  width: 300px;
  margin-left: auto;
  padding: 0 32px;
}

/* ----ページトップに戻る---- */
.block-page-top a {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  background-color: #444;
}

.block-page-top a:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -8px;
}

.block-page-top {
  position: fixed;
  top: auto;
  bottom: 10px;
  right: 26px;
  display: none;
}

/* ----トップページ---- */
.block-top-event{
  margin: 0 0 60px;
}

.block-top-event--goods{
  margin: 0 0 100px;
}

.block-common-head-wrap.--bg-gray + .block-top-event--goods{
  background: #F5F5F5;
  padding-bottom: 60px;
}

.block-top-topic{
  width: calc(100% - 240px);
  min-width: 1200px;
  margin: 0 auto;
}

.block-top-topic-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px;
}

.block-top-topic .block-top-topic--header {
  font-size: 32px;
  line-height: 1.6;
  text-align: left;
  border: none;
  margin: 0;
  padding: 0;
}

.block-top-topic .block-top-topic--header span {
  font-size: 15px;
  color: var(--color-text-sub);
  font-weight: 400;
  margin-left: 16px;
  display: inline-block;
}

.block-top-topic .block-top-topic--body {
  margin-bottom: 100px;
}

.block-top-topic .block-topic--items li {
  background-image: radial-gradient(circle, #b3b3b3 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  padding: 18px 0;
}

.block-top-topic .block-topic--items dl {
  display: flex;
  align-items: center;
}

.block-top-topic .block-topic--items dt {
  font-size: 18px;
  font-weight: bold;
  margin-right: 40px;
  display: block;
}

.block-top-topic .block-topic--items dd{
  display: block;
}

.block-top-topic .block-topic--items dd .block-topic--icon {
  width: 92px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.block-top-topic .block-topic--items dd .block-topic--icon img {
  width: auto;
  height: 24px;
  display: block;
}

.block-top-topic .block-topic--items dd .block-topic--icon .topic-icon-item {
  font-family: 13px;
  font-weight: 500;
  width: 100%;
  height: 24px;
  display: block;
  text-align: center;
}

.block-top-topic .block-topic--items dd .block-topic--icon .topic-icon-item {
  font-size: 13px;
  color: #41BABC;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #41BABC;
  border-radius: 2px;
}

.block-top-topic .block-topic--items dd .block-topic--icon .topic-icon-item--important {
  color: var(--color-caution);
  border: 1px solid var(--color-caution);
}

.block-top-topic .block-topic--items dd{
  position: relative;
  padding-left: 132px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.block-top-topic--next-page{
  margin: 0;
}

.block-top-topic--next-page a {
  font-size: 16px;
  color: #707070;
  text-align: center;
  text-decoration: underline;
}

.block-top-topic--next-page a:hover {
  opacity: 1;
  text-decoration: none;
}

.block-common-head-wrap{
  background: #F5F5F5;
  padding: 60px 0 32px;
}

.block-common-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.page-top .block-common-head{
  width: calc(100% - 240px);
  min-width: 1200px;
  margin: 0 auto 32px;
}

.block-common-head-wrap .block-common-head{
  margin-bottom: 0;
}

.block-common-title{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.block-common-title span {
  font-size: 15px;
  color: var(--color-text-sub);
  font-weight: 400;
  margin-left: 16px;
  display: inline-block;
}

.block-common-more a {
  font-size: 16px;
  color: #707070;
  text-align: center;
  text-decoration: underline;
  position: relative;
}

.block-common-more a:hover {
  opacity: 1;
  text-decoration: none;
}

.page-top.top-layout1 .block-top-category,
.page-top.top-layout2 .block-top-category {
  background: none;
}

.page-top.top-layout1 .block-category-style-p,
.page-top.top-layout2 .block-category-style-p {
  width: 890px;
}

.page-top.top-layout1 .block-category-style-p .block-category-style-p--item,
.page-top.top-layout2 .block-category-style-p .block-category-style-p--item {
  width: 200px;
  flex-basis: 200px;
  margin: 0 30px 20px 0;
}

.page-top.top-layout1 .block-category-style-p .block-category-style-p--item:nth-of-type(4n),
.page-top.top-layout2 .block-category-style-p .block-category-style-p--item:nth-of-type(4n) {
  margin-right: 0;
}

.page-top.top-layout1 .block-top-campaign,
.page-top.top-layout2 .block-top-campaign {
  background: none;
}

.page-top.top-layout1 .block-campaign-banner ul.block-campaign-banner--list,
.page-top.top-layout2 .block-campaign-banner ul.block-campaign-banner--list {
  width: 900px;
}

.page-top.top-layout1 .block-campaign-banner ul.block-campaign-banner--list > li,
.page-top.top-layout2 .block-campaign-banner ul.block-campaign-banner--list > li {
  width: 280px;
  margin: 0 30px 40px 0;
}

.page-top.top-layout1 .block-campaign-banner ul.block-campaign-banner--list > li:nth-of-type(3n),
.page-top.top-layout2 .block-campaign-banner ul.block-campaign-banner--list > li:nth-of-type(3n) {
  margin-right: 0;
}

.page-top.top-layout1 .block-top-event .block-ranking-r .block-ranking-r--items,
.page-top.top-layout2 .block-top-event .block-ranking-r .block-ranking-r--items {
  width: 920px;
  padding-left: 32px;
}

.page-top.top-layout1 .block-ranking-r .block-ranking-r--items li dl,
.page-top.top-layout2 .block-ranking-r .block-ranking-r--items li dl {
  width: 190px;
  flex-basis: 190px;
  margin-right: 32px;
}

.page-top.top-layout1 .block-ranking-r .block-ranking-r--items.swiper div dl,
.page-top.top-layout2 .block-ranking-r .block-ranking-r--items.swiper div dl {
  margin-right: 0;
}

.page-top.top-layout1 .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image figure,
.page-top.top-layout2 .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image figure {
  width: 190px;
  height: 190px;
}

.page-top.top-layout1 .block-top-event .block-thumbnail-t,
.page-top.top-layout2 .block-top-event .block-thumbnail-t {
  width: 920px;
  padding-left: 32px;
}

.page-top.top-layout1 ul.block-thumbnail-t li dl,
.page-top.top-layout2 ul.block-thumbnail-t li dl {
  width: 190px;
  flex-basis: 190px;
  margin-right: 32px;
}

.page-top.top-layout1 .block-thumbnail-t dl .block-thumbnail-t--goods-image figure,
.page-top.top-layout2 .block-thumbnail-t dl .block-thumbnail-t--goods-image figure {
  width: 190px;
  height: 190px;
}

.page-top.top-layout1 .block-top-topic,
.page-top.top-layout2 .block-top-topic {
  background: none;
}

.page-top .block-ranking-r {
  position: relative;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-top: 45px;
}

.block-top-event .block-ranking-r .block-ranking-r--items {
  width: calc(100% - 240px);
  min-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.block-ranking-r--items > div {
  display: flex;
  gap: 32px;
  flex-wrap: nowrap;
  margin-bottom: 0;
}

.page-top .block-ranking-r--items > div::after {
  content: "";
  width: 40px;
  flex-basis: 40px;
  display: block;
  flex-shrink: 0;
}

.block-ranking-r--goods-image {
  position: relative;
}

.block-ranking-r .block-ranking-r--items {
  width: 100%;
}

.block-ranking-r .block-ranking-r--items dl {
  width: 208px;
  flex: 0 0 208px;
  margin: 0;
  padding: 0;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image figure {
  width: 208px;
  height: 208px;
  background: none;
  box-shadow: 0 3px 6px rgba(0,0,0,0.08);
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image figure .block-goods-favorite {
  display: none;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image .block-ranking-r--rank {
  width: 64px;
  height: 64px;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  background: none;
  color: var(--color-main);
  top: -52px;
  left: 0;
  border-radius: 0;
  display: block;
  padding-left: 2px;
  text-align: left;
  position: absolute;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image .block-ranking-r--rank::after{
  content: "";
  width: 1px;
  height: 60px;
  background: var(--color-main);
  position: absolute;
  bottom: -12px;
  left: 35px;
  transform: rotate(45deg);
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image .block-ranking-r--rank-1::after{
  left: 30px;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image .block-ranking-r--rank-10::after{
  left: 45px;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-1,
.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-2,
.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-3 {
  color: var(--color-main);
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-description {
  margin-top: 14px;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-description a {
  text-decoration: none;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-description .variation-name{
  display: none;
}

.block-ranking-r .block-ranking-r--goods-artist{
  font-weight: bold;
  margin: 0 0 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-description .block-ranking-r--goods-name {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-description .block-ranking-r--price-infos {
  margin-top: 11px;
  font-size: 15px;
  line-height: 1.6;
}

.page-top .block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-description .block-ranking-r--price-infos {
  display: none;
}

.page-top .block-pickup-list-p{
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.block-top-event .block-pickup-list-p::-webkit-scrollbar {
  display: none;
}

.block-pickup-list-p--item {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  margin: 0;
}

.page-top .block-pickup-list-p--item {
  width: calc(100% - 240px);
  min-width: 1200px;
  margin: 0 auto;
  flex-wrap: nowrap;
  gap: 32px;
}

.page-top .block-pickup-list-p--item::after {
  content: "";
  width: 40px;
  flex-basis: 40px;
  display: block;
  flex-shrink: 0;
}

.block-pickup-list-p .block-pickup-list-p--item-body {
  display: block;
  width: 200px;
  margin: 0 40px 20px 0;
}

.page-top .block-pickup-list-p .block-pickup-list-p--item-body {
  width: 208px;
  flex: 0 0 208px;
  margin: 0;
  padding: 0;
}

.block-pickup-list-p--image {
  width: 100%;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--image figure {
  width: 208px;
  height: 208px;
  background: none;
  box-shadow: 0 3px 6px rgba(0,0,0,0.08);
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--image figure .block-goods-favorite {
  display: none;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description {
  width: 100%;
  padding: 0;
  margin: 14px 0 0;
}

.block-pickup-list-p .block-pickup-list-p--goods-artist {
  font-weight: bold;
  margin: 0 0 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--goods-name {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--goods-name a {
  text-decoration: none;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .variation-name{
  display: none;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos {
  margin-top: 4px;
  font-size: 16px;
  font-weight: bold;
}

.page-top .block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos {
  display: none;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .net-price,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .default-price,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .exchange-price,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .block-exchange-price--rate-dt {
  text-align: left;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .default-price {
  font-size: 13px;
  font-weight: normal;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--comment,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--add-cart {
  display: none;
}

/* ここまで usr/block.css のコピー */
