.product-mv {
  position: relative;
  padding: 0 30px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 750px) {
  .product-mv {
    padding: 0;
  }
}
.product-mv::after {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .product-mv::after {
    position: relative;
    padding: 80% 0 0;
    width: 100%;
    height: auto;
    background-position: left top;
    background-size: 100% auto;
  }
}
.product-mv-content {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  height: 470px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .product-mv-content {
    height: auto;
    padding: 60px 6% 55px;
  }
}
.product-mv-content__ttl {
  padding-top: 195px;
  font-size: 1.625rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .product-mv-content__ttl {
    padding-top: 0;
    font-size: 1.375rem;
    line-height: 1.2272727273;
  }
}
.product-mv-content__description {
  margin-top: 30px;
  font-size: 1.125rem;
  line-height: 2.2222222222;
}
@media screen and (max-width: 750px) {
  .product-mv-content__description {
    margin-top: 15px;
    font-size: 0.8125rem;
    line-height: 1.8461538462;
  }
}

.product-content {
  margin: 0 auto;
  padding: 60px 0 160px;
  max-width: 1100px;
}
@media print, screen and (min-width: 751px) {
  .product-content-wrapper {
    padding: 0 30px;
    border-bottom: 1px solid #d4d4d4;
  }
}
@media screen and (max-width: 750px) {
  .product-content-wrapper {
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  .product-content {
    padding: 25px 6% 100px;
  }
}
.product-content__ttl {
  position: relative;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .product-content__ttl {
    font-size: 0.9375rem;
    line-height: 1;
  }
}
.product-content__ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
}
.product-content__ttl span {
  position: relative;
  padding: 0 13px 0 0;
  display: inline-block;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .product-content__ttl span {
    padding: 0 12px 0 0;
  }
}
.product-content__taglist {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .product-content__taglist {
    margin-bottom: 15px;
  }
}
.product-content__taglist li {
  margin-right: 55px;
  padding-bottom: 7px;
  border-bottom: 1px dotted #b0b0b0;
}
@media screen and (max-width: 750px) {
  .product-content__taglist li {
    margin-right: 40px;
    font-size: 0.875rem;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.product-content__taglist li:last-child {
  margin-right: 0;
}
.product-content__description {
  margin: 40px auto 0;
  max-width: 950px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
}
@media screen and (max-width: 750px) {
  .product-content__description {
    margin-top: 22px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}
.product-content__product-list {
  padding-top: 5px;
  margin-bottom: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 751px) {
  .product-content__product-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .product-content__product-list {
    padding-top: 0;
    margin-bottom: 60px;
  }
}
.product-content__product-list__article {
  margin-top: 60px;
  text-align: center;
  width: 20%;
}
@media screen and (max-width: 750px) {
  .product-content__product-list__article {
    margin-top: 40px;
    width: 50%;
  }
}
.product-content__product-list__article > a {
  display: block;
}
.product-content__product-list__article__pic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.product-content__product-list__article__pic.new::before {
  content: "";
  position: absolute;
  top: -27px;
  right: 25%;
  content: "NEW";
  font-weight: bold;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.2em;
  letter-spacing: 0.01em;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .product-content__product-list__article__pic.new::before {
    top: -15px;
    font-size: 0.5rem;
    line-height: 1;
  }
}
.product-content__product-list__article__ttl {
  margin-top: 30px;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
}
@media screen and (max-width: 750px) {
  .product-content__product-list__article__ttl {
    margin-top: 15px;
    font-size: 0.6875rem;
    line-height: 1.3636363636;
  }
}
.product-content__detail {
  margin-top: 30px;
  padding-right: 75px;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .product-content__detail {
    margin-top: 28px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
  }
}
.product-content__detail > a {
  padding: 21px 0 23px;
  display: inline-block;
  text-align: center;
  min-width: 300px;
  color: #5f5f5f;
  font-size: 0.875rem;
  line-height: 1;
  border: 1px solid #b2b2b2;
}
@media screen and (max-width: 750px) {
  .product-content__detail > a {
    padding: 15px 0;
    width: 100%;
    font-size: 0.75rem;
    line-height: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.product-content__detail > a .wrap {
  display: inline-block;
  padding-right: 50px;
  background: url(/hadabisei/top/images/series_arrow_pc.png) no-repeat right center;
}
@media screen and (max-width: 750px) {
  .product-content__detail > a .wrap {
    padding-right: 36px;
    background-image: url(/hadabisei/top/images/series_arrow_sp.png);
    background-size: 17px auto;
  }
}

.point-content {
  margin-top: 75px;
  padding: 0 75px;
}
@media screen and (max-width: 750px) {
  .point-content {
    margin-top: 26px;
    padding: 0;
  }
}
.point-content.last {
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .point-content.last {
    margin-bottom: 60px;
  }
}
.point-content__ttl {
  background-color: #626262;
  padding: 5px 8px;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .point-content__ttl {
    background-color: transparent;
    padding: 0;
  }
}
.point-content__ttl .txt {
  display: inline-block;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
}
.point-content__ttl .txt.margin {
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .point-content__ttl .txt.margin {
    margin-top: 6px;
  }
}
@media screen and (max-width: 750px) {
  .point-content__ttl .txt {
    background-color: #626262;
    padding: 4px 7px;
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}
@media screen and (max-width: 750px) {
  .point-content__ttl .txt.btm-space-spOnly {
    margin-bottom: 6px;
  }
}
.point-content__description {
  margin-top: 35px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
}
@media screen and (max-width: 750px) {
  .point-content__description {
    margin-top: 25px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.point-content__pic {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .point-content__pic {
    margin: 30px auto 0;
  }
}
.point-content__notice {
  margin-top: 25px;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  .point-content__notice {
    margin-top: 22px;
    font-size: 0.5rem;
    line-height: 1.5;
  }
}
.point-content__notice.margin-top {
  margin-top: 0;
}
.point-content__list {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .point-content__list {
    margin-top: 25px;
  }
}
.point-content__list li {
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  margin-top: 7px;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .point-content__list li {
    margin-top: 0;
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
}

.product-column-wrapper {
  position: relative;
}
.product-column-slick__arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .product-column-slick__arrow img {
    width: 11px;
  }
}
.product-column-slick__arrow.slick-disabled {
  opacity: 0;
}
.product-column-slick__arrow--left {
  left: 0;
}
@media screen and (max-width: 750px) {
  .product-column-slick__arrow--left {
    left: -10px;
  }
}
.product-column-slick__arrow--right {
  right: 0;
}
@media screen and (max-width: 750px) {
  .product-column-slick__arrow--right {
    right: -10px;
  }
}
.product-column-list {
  margin-top: 95px;
  padding: 0 75px;
}
@media screen and (max-width: 750px) {
  .product-column-list {
    margin-top: 25px;
    padding: 0;
  }
}
.product-column-list--single .slick-track {
  margin-left: 0;
}
.product-column-list .slick-list {
  overflow: visible;
}
.product-column-list__article {
  margin-right: 22px;
  width: 302px;
  background-color: #fff;
  -webkit-box-shadow: 1.71px 4.698px 16px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 1.71px 4.698px 16px 0px rgba(0, 0, 0, 0.17);
}
.product-column-list__article > a {
  display: block;
  padding-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .product-column-list__article > a {
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 750px) {
  .product-column-list__article {
    margin-right: 10px;
  }
}
.product-column-list__article__pic {
  padding: 7px 8px 0;
}
@media screen and (max-width: 750px) {
  .product-column-list__article__pic {
    padding: 4px 4px 0;
  }
}
.product-column-list__article__category {
  margin-top: 35px;
  padding-left: 11.8644067797%;
  padding-left: 11.8644067797%;
}
@media screen and (max-width: 750px) {
  .product-column-list__article__category {
    margin-top: 15px;
    padding-left: 15px;
    font-size: 0.8125rem;
    line-height: 1;
  }
}
.product-column-list__article__ttl {
  margin-top: 20px;
  padding-left: 11.8644067797%;
  padding-right: 11.8644067797%;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 750px) {
  .product-column-list__article__ttl {
    margin-top: 9px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}

.btm-space {
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .btm-space {
    margin-bottom: 6px;
  }
}

.hierarchy-column {
  display: block !important;
}
/*# sourceMappingURL=../../../_development/maps/share/css/product_top.css.map */
