.product-mv-wrapper {
  padding: 130px 0 90px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 750px) {
  .product-mv-wrapper {
    padding: 75px 6% 45px;
  }
}
.product-mv-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 750px) {
  .product-mv-content {
    display: block;
  }
}
.product-mv-content__pic {
  text-align: center;
}
.product-mv-content__pic-wrapper {
  width: 480px;
  height: 480px;
  text-align: center;
  background-color: #fff;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .product-mv-content__pic-wrapper {
    padding-top: 64%;
    width: 75.7575757576%;
    height: auto;
    background: url(../images/product_bg01.png) no-repeat left top;
    background-size: 100% auto;
  }
}
.product-mv-content__pic-wrapper.nolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-mv-content__pic-wrapper .slick-slide img {
  display: inline;
}
.product-mv-content__pic-wrapper .product-column-slick__arrow {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  .product-mv-content__pic-wrapper .product-column-slick__arrow {
    width: 11px;
    height: 20px;
    margin-top: -6px;
  }
}
.product-mv-content__pic-wrapper .product-column-slick__arrow--left {
  left: -12px;
}
@media screen and (max-width: 750px) {
  .product-mv-content__pic-wrapper .product-column-slick__arrow--left {
    left: -6px;
  }
}
.product-mv-content__pic-wrapper .product-column-slick__arrow--right {
  right: -12px;
}
@media screen and (max-width: 750px) {
  .product-mv-content__pic-wrapper .product-column-slick__arrow--right {
    right: -6px;
  }
}
.product-mv-content__pic-wrapper .product-column-slick__arrow.slick-disabled {
  opacity: 0;
}
.product-mv-content__pic-wrapper .product-mv-content__carousel-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  bottom: -35px;
  left: 0;
  line-height: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .product-mv-content__pic-wrapper .product-mv-content__carousel-dots {
    bottom: -15px;
  }
}
.product-mv-content__pic-wrapper .product-mv-content__carousel-dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-mv-content__pic-wrapper .product-mv-content__carousel-dots .slick-dots li {
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  .product-mv-content__pic-wrapper .product-mv-content__carousel-dots .slick-dots li {
    margin-right: 5px;
  }
}
.product-mv-content__pic-wrapper .product-mv-content__carousel-dots .slick-dots li:last-child {
  margin-right: 0;
}
.product-mv-content__pic-wrapper .product-mv-content__carousel-dots .slick-dots li > button {
  padding: 0;
  border: 1px solid #bbb;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .product-mv-content__pic-wrapper .product-mv-content__carousel-dots .slick-dots li > button {
    width: 6px;
    height: 6px;
  }
}
.product-mv-content__pic-wrapper .product-mv-content__carousel-dots .slick-dots li.slick-active > button {
  background-color: #bbb;
}
.product-mv-content__pic-inner {
  position: absolute;
  bottom: 83px;
  width: 100%;
  height: 100%;
  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;
}
@media screen and (max-width: 750px) {
  .product-mv-content__pic-inner {
    position: absolute;
    bottom: 22px;
    width: 71.2%;
  }
}
.product-mv-content__pic-list {
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .product-mv-content__pic-list.slick-slider {
    position: absolute;
    bottom: 20px;
  }
}
.product-mv-content__pic-list.slick-initialized {
  visibility: visible;
}
.product-mv-content__pic-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .product-mv-content__pic img {
    width: 38%;
  }
}
.product-mv-content__txt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 45px;
  width: 49.0909090909%;
}
@media screen and (max-width: 750px) {
  .product-mv-content__txt-wrapper {
    padding-top: 30px;
    padding-bottom: 0;
    width: 100%;
  }
}
.product-mv-content__txt__ttl {
  font-size: 1.375rem;
  line-height: 1.6363636364;
}
@media screen and (max-width: 750px) {
  .product-mv-content__txt__ttl {
    font-size: 1.1875rem;
    line-height: 1.4736842105;
  }
}
.product-mv-content__txt__ttl .notice {
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .product-mv-content__txt__ttl .notice {
    font-size: 0.8125rem;
    line-height: 1.6153846154;
  }
}
.product-mv-content__txt__gram {
  margin-top: 25px;
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .product-mv-content__txt__gram {
    margin-top: 15px;
    font-size: 0.9375rem;
    line-height: 1;
  }
}
.product-mv-content__txt__description {
  margin-top: 25px;
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .product-mv-content__txt__description {
    margin-top: 15px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
  }
}
.product-mv-content__txt__notice {
  margin-top: 5px;
  font-size: 0.75rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 750px) {
  .product-mv-content__txt__notice {
    margin-top: 8px;
    font-size: 0.5rem;
    line-height: 1.5;
  }
}
.product-mv-content__txt__features {
  padding-top: 15px;
}
.product-mv-content__txt__features .txt {
  display: inline-block;
  margin: 10px 7px 0 0;
  padding: 8px 20px;
  font-size: 0.875rem;
  line-height: 1;
  background-color: #fff;
  border-radius: 17px;
  border: 1px solid #dadada;
}
@media screen and (max-width: 750px) {
  .product-mv-content__txt__features .txt {
    margin: 5px 4px 0 0;
    padding: 4px 15px;
    font-size: 0.5625rem;
    line-height: 1;
    border-radius: 21px;
  }
}
.product-mv-content__txt__features__notice {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .product-mv-content__txt__features__notice {
    margin-top: 12px;
    font-size: 0.5rem;
    line-height: 1;
  }
}

.product-main-content {
  margin: 0 auto;
  max-width: 1100px;
}
.product-main-content-wrapper {
  margin-top: 70px;
}
@media print, screen and (min-width: 751px) {
  .product-main-content-wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 750px) {
  .product-main-content-wrapper {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  .product-main-content {
    padding: 0 6%;
  }
}
.product-main-content__ttl {
  margin-bottom: 50px;
  position: relative;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.125;
}
.product-main-content__ttl--margintop {
  margin-top: 90px;
}
@media screen and (max-width: 750px) {
  .product-main-content__ttl--margintop {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .product-main-content__ttl {
    margin-bottom: 30px;
    font-size: 0.875rem;
    line-height: 1;
  }
}
.product-main-content__ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
}
.product-main-content__ttl span {
  position: relative;
  padding: 0 13px 0 8px;
  display: inline-block;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .product-main-content__ttl span {
    padding: 0 12px 0 0;
  }
}
.product-main-content__ttl--series {
  margin-top: 80px;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .product-main-content__ttl--series {
    margin-top: 40px;
  }
}
.product-main-content__ttl--series span {
  padding-left: 0;
}
.product-main-content__point-list {
  padding: 0 70px;
  margin-bottom: 44px;
}
@media screen and (max-width: 750px) {
  .product-main-content__point-list {
    padding: 0 3px;
  }
}
.product-main-content__point-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: #d4d4d4 1px dashed;
  padding-bottom: 45px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .product-main-content__point-list > li {
    padding-bottom: 33px;
    margin-bottom: 22px;
  }
}
.product-main-content__point-list > li.last {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.product-main-content__point-list > li p.notice {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  margin-top: 10px;
  text-indent: -0.5em;
}
@media screen and (max-width: 750px) {
  .product-main-content__point-list > li p.notice {
    position: absolute;
    left: 0;
    bottom: -36px;
    text-indent: -1em;
    margin-top: 18px;
    padding: 0 0 0 1em;
    font-size: 0.625rem;
    line-height: 1.2;
  }
}
.product-main-content__point-list > li p.font12 {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .product-main-content__point-list > li p.font12 {
    margin-top: 6px;
    font-size: 0.6875rem;
    line-height: 1.2727272727;
  }
}
.product-main-content__point-list > li p.font13 {
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .product-main-content__point-list > li p.font13 {
    margin-top: 6px;
    font-size: 0.6875rem;
    line-height: 1.3636363636;
  }
}
.product-main-content__point-list__ttl {
  width: 74px;
  height: 74px;
  margin-right: 48px;
}
@media screen and (max-width: 750px) {
  .product-main-content__point-list__ttl {
    width: 16.6666666667%;
    height: auto;
    margin-right: 3.0666666667%;
  }
}
.product-main-content__point-list__txt {
  width: 87.2916666667%;
  margin-top: 15px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
}
@media screen and (max-width: 750px) {
  .product-main-content__point-list__txt {
    width: 79.012345679%;
    margin-top: 10px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.product-main-content__point-list__txt.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
}
.product-main-content__description-list {
  margin: -10px 0 0;
  padding: 0 80px;
}
@media screen and (max-width: 750px) {
  .product-main-content__description-list {
    margin: -6px 0 0;
    padding: 0;
  }
}
.product-main-content__description-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  .product-main-content__description-list li {
    margin-top: 6px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.product-main-content__use-list {
  margin: -10px 0 0;
  padding: 0 80px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
}
@media screen and (max-width: 750px) {
  .product-main-content__use-list {
    margin: -6px 0 0;
    padding: 0;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.product-main-content__use-list__tab {
  padding-left: 0;
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .product-main-content__use-list__tab {
    margin-top: 15px;
    display: block;
  }
}
.product-main-content__use-list__tab.top {
  padding-left: 0;
  margin-top: 43px;
}
@media screen and (max-width: 750px) {
  .product-main-content__use-list__tab.top {
    margin-top: 15px;
  }
}
.product-main-content__use-list__tab.last {
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .product-main-content__use-list__tab.last {
    margin-bottom: 0;
  }
}
.product-main-content__use-list__tab-bg {
  margin-right: 26px;
}
@media screen and (max-width: 750px) {
  .product-main-content__use-list__tab-bg {
    width: 100%;
    padding: 0 3px;
    margin: 0 0 15px;
  }
}
.product-main-content__use-list__tab-bg p {
  width: 200px;
  background: #f9f9f9;
  text-indent: 0;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1;
  padding: 24px 10px;
}
@media screen and (max-width: 750px) {
  .product-main-content__use-list__tab-bg p {
    width: 100%;
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 9px 0;
    margin: 0 0 10px;
  }
}
.product-main-content__use-list__tab-list li {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .product-main-content__use-list__tab-list li {
    margin-top: 6px;
    font-size: 0.75rem;
    line-height: 1.5;
    margin: 0;
  }
}
.product-main-content__feature-notice {
  margin: 14px auto 0;
  padding: 0 80px;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  text-align: left;
}
.product-main-content__feature-notice .txt {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 750px) {
  .product-main-content__feature-notice {
    margin-top: 15px;
    padding: 0;
    font-size: 0.5rem;
    line-height: 1.5;
  }
}
.product-main-content__step {
  margin: 78px auto 116px;
  padding: 0 80px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 750px) {
  .product-main-content__step {
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.product-main-content__step-pic {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .product-main-content__step-pic {
    margin-bottom: 35px;
  }
}
.product-main-content__step-pic img {
  max-width: 559px;
}
@media screen and (max-width: 750px) {
  .product-main-content__step-pic img {
    width: 86.0606060606%;
  }
}
@media screen and (max-width: 750px) {
  .product-main-content__step-txt {
    padding: 0 12px;
    text-align: left;
  }
}
.product-main-content__detail {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .product-main-content__detail {
    padding-left: 5px;
    text-align: center;
  }
}
.product-main-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-main-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-main-content__detail > a .wrap {
  display: inline-block;
  padding-right: 50px;
  padding-left: 50px;
  background: url(/hadabisei/top/images/series_arrow_pc.png) no-repeat right center;
}
@media screen and (max-width: 750px) {
  .product-main-content__detail > a .wrap {
    padding-right: 36px;
    padding-left: 36px;
    background-image: url(/hadabisei/top/images/series_arrow_sp.png);
    background-size: 17px auto;
  }
}
.product-main-content-seibun {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.product-main-content-seibun-wrapper {
  padding: 0 75px;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 750px) {
  .product-main-content-seibun-wrapper {
    padding: 0;
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}
.product-main-content-seibun.last .product-main-content-seibun__ttl,
.product-main-content-seibun.last .product-main-content-seibun__content {
  border-bottom: 1px solid #dadada;
}
.product-main-content-seibun__ttl {
  padding: 20px 0 20px 60px;
  width: 238px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f8f8f8;
  border: 1px solid #dadada;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .product-main-content-seibun__ttl {
    padding: 14px 0 14px 17px;
    width: 36.0606060606%;
  }
}
.product-main-content-seibun__content {
  width: 712px;
  padding: 20px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dadada;
  border-left: none;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .product-main-content-seibun__content {
    width: 63.9393939394%;
    padding: 20px 21px;
  }
}
.product-main-content__haigou {
  margin-top: 45px;
  padding: 40px 60px;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  border: 1px solid #dadada;
}
@media screen and (max-width: 750px) {
  .product-main-content__haigou {
    margin-top: 20px;
    padding: 20px;
    font-size: 0.75rem;
    line-height: 1.25;
  }
}
.product-main-content__haigou .haigou-detail {
  display: inline-block;
  margin-left: 25px;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .product-main-content__haigou .haigou-detail {
    margin-top: 5px;
    display: block;
    margin-left: 0;
  }
}
.product-main-content__notice {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .product-main-content__notice {
    margin-top: 8px;
    font-size: 0.5rem;
    line-height: 1.5;
  }
}
.product-main-content__notice.top0 {
  margin-top: 0;
}
.product-main-content__series-list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .product-main-content__series-list {
    padding-top: 10px;
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 750px) {
  .product-main-content__series-list__article {
    margin-top: 40px;
    width: 50%;
  }
}
.product-main-content__series-list__article > a {
  display: block;
}
.product-main-content__series-list__article__pic {
  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-main-content__series-list__article__ttl {
  margin-top: 30px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .product-main-content__series-list__article__ttl {
    margin-top: 15px;
    font-size: 0.6875rem;
    line-height: 1.4545454545;
  }
}

.product__nav-wrapper {
  margin-top: 90px;
  padding: 100px 0;
  background-color: #f9f9f9;
}
@media screen and (max-width: 750px) {
  .product__nav-wrapper {
    margin-top: 65px;
    padding: 50px 0 75px;
  }
}
.product__nav-wrapper > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 400px;
  height: 58px;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 750px) {
  .product__nav-wrapper > a {
    width: 80%;
    height: 40px;
    font-size: 0.625rem;
    line-height: 1;
  }
}

p.notice {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  text-indent: -0.5em;
}
@media screen and (max-width: 750px) {
  p.notice {
    text-indent: -1em;
    padding: 0 0 0 1em;
    font-size: 0.5rem;
    line-height: 1.5;
  }
}

li.notice {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  text-indent: -1em;
}
@media screen and (max-width: 750px) {
  li.notice {
    text-indent: -1em;
    padding: 0 0 0 1em;
    font-size: 0.5rem;
    line-height: 1.5;
  }
}
/*# sourceMappingURL=../../../_development/maps/products/css/product.css.map */
