[data-browse-mode=P] .for_sp,
[data-browse-mode=S] .for_pc {
  display: none;
}

ul {
  list-style: none;
}

h3,
p {
  margin: 0;
  padding: 0;
}

.slick-slide {
  height: inherit !important;
}

.mv-slider {
  width: 900px;
  margin-top: 0;
}
.mv-slider a {
  width: 100%;
  height: 421px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mv-slider img {
  width: 100%;
}

.ttl {
  width: 246px;
  height: 92px;
  margin: auto;
}

.tmpl_category .text {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 50px;
  text-align: center;
  line-height: 28px;
}

[data-browse-mode=S] .tmpl_category .text {
  font-size: 14px;
  padding: 0 15px;
}

.recommend-series {
  background-color: #F0F0F0;
  padding: 43px 15px 50px;
  margin: 80px auto 73px;
  border-top: 1px solid #000;
  text-align: center;
}
.recommend-series h3 {
  text-align: center;
  font-size: 37px;
  letter-spacing: 1.6;
  font-family: "Alternate Gothic No3 D";
}
.recommend-series span {
  display: block;
  font-size: 13px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.item-container {
  position: relative;
}

.item-wrap {
  display: inline-grid;
  width: 890px;
  overflow-x: scroll;
  grid-auto-flow: column;
  padding: 20px 40px;
  text-align: left;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
.item-wrap::-webkit-scrollbar {
  display: none;
}
.item-wrap + .item-wrap {
  margin-top: 50px;
}

[data-browse-mode=S] .item-wrap {
  width: 100%;
}

.item {
  display: block;
  width: 340px;
}
.item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.item + .item {
  margin-left: 25px;
}

.text-wrap {
  margin-top: 15px;
}
.text-wrap p + p {
  font-size: 14px;
  line-height: 26px;
}

.text-heading {
  font-weight: bold;
  font-size: 16px;
}

.swiper {
  padding-bottom: 32px !important;
}

.swiper-slide {
  width: 320px !important;
}

.swiper-scrollbar {
  background: #e5e5e5 !important;
  border-radius: 3px !important;
  padding: 3px !important;
}

.swiper-scrollbar-drag {
  background: #a5a5a5 !important;
  height: 3px !important;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 34px !important;
  height: 34px !important;
  margin-top: -16px;
  z-index: 10;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  color: #000 !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 10px !important;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
}