@charset "UTF-8";
.item-single-header {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #656565;
  margin-bottom: 10px;
}
.item-single-header .cat-wrapper {
  padding-bottom: 12px;
}
.item-single-header .label.pr {
  height: 22px;
  line-height: 22px;
  padding: 0px 7px 0px 7px;
  background-color: #484848;
  color: #FFF;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
}
.item-single-header h1 {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 20px;
}
.item-single-header h2 {
  font-size: 13px;
  font-weight: 400;
  color: #656565;
  margin-bottom: 10px;
}
.item-single-header .item-slider-wrapper {
  width: 100%;
  position: relative;
}
.item-single-header .item-slider-wrapper .swiper {
  width: 100%;
}
.item-single-header .item-slider-wrapper .swiper .swiper-slide {
  width: 100%; /*上下のpaddingと同じにする*/
  height: 0;
  padding-top: calc(100% + 50px); /*widthと同じにする*/
  position: relative;
  overflow: hidden;
}
.item-single-header .item-slider-wrapper .swiper .swiper-slide img {
  width: 100%;
  height: calc(100% - 50px);
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.item-single-header .item-slider-wrapper .swiper .swiper-slide .caption {
  font-size: 12px;
  height: 40px;
  margin: -35px auto 20px auto;
  color: #333333;
}
.item-single-header .item-slider-wrapper .thumbnails {
  display: none;
}
.item-single-header .item-slider-wrapper .prev,
.item-single-header .item-slider-wrapper .next {
  width: 30px;
  height: 100px;
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 30;
  top: 130px;
}
.item-single-header .item-slider-wrapper .prev:hover,
.item-single-header .item-slider-wrapper .next:hover {
  cursor: pointer;
  opacity: 0.8;
}
.item-single-header .item-slider-wrapper .next {
  right: -12px;
  background-image: url("/wp-content/themes/bepal/assets/img/arrow/main-right-bk.png");
}
.item-single-header .item-slider-wrapper .prev {
  left: -12px;
  background-image: url("/wp-content/themes/bepal/assets/img/arrow/main-left-bk.png");
}
.item-single-header .item-detail-wrapper {
  width: 100%;
}
.item-single-header .item-detail-wrapper .share {
  margin-top: 30px;
}
.item-single-header .item-detail-wrapper .items-tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.item-single-header .item-detail-wrapper .items-tag-wrapper .box {
  background-image: url(/wp-content/themes/bepal/assets/img/tag/sharp.png);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: left 0px top 2px;
  line-height: 10px;
  margin-right: 10px;
  padding-bottom: 6px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #656565;
  padding-left: 15px;
  height: 24px;
}
.item-single-header .item-detail-wrapper .items-tag-wrapper .box a {
  font-size: 12px;
  font-weight: 400;
}
.item-single-header .item-detail-wrapper .button-wrapper {
  width: 100%;
  margin-top: 20px;
}
.item-single-header .item-detail-wrapper .button-wrapper .button {
  width: 100%;
  height: 56px;
  line-height: 55px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  background-color: #000;
  padding: 0 22px;
  margin-bottom: 8px;
  background-image: url("/wp-content/themes/bepal/assets/img/button/plus-w.png");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 25px center;
}
.item-single-header .item-detail-wrapper .button-wrapper .button a {
  display: block;
}
.item-single-header .item-detail-wrapper .button-wrapper .button.amazon {
  background-color: #F19E38;
}
.item-single-header .item-detail-wrapper .button-wrapper .button.official {
  background-color: #000;
}
.item-single-header .item-detail-wrapper .button-wrapper .button.palshop {
  background-color: #3BB400;
}
.item-single-header .item-detail-wrapper .button-wrapper .button.rakuten {
  background-color: #AF2418;
}
.item-single-header .item-detail-wrapper .button-wrapper .button.lifetunes {
  background-color: #FE0000;
}/*# sourceMappingURL=item-single.css.map */