.forPC {
  display: block;
}

.forSP {
  display: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

html {
  font-size: 0.6666666667vw;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
  .forPC {
    display: none;
  }

  .forSP {
    display: block;
  }

  html {
    font-size: 1.3333333333vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

body {
  color: #000;
}

figure img {
  width: 100%;
  height: auto;
}

.mv {
  width: 100%;
  height: auto;
  position: relative;
}

.mv h1 {
  width: 100%;
  font-size: 0;
}

.mv h1 img {
  width: 100%;
  height: auto;
}

main.hr-main {
  padding-bottom: 0;
  font-family: "Noto Serif JP", serif;
}

article {
  color: #3e3a39;
}

.bg01 {
  position: relative;
  padding: 32rem 0 0;
  background-image: url(../product/new/images/vdc-02-spb/bg_pc.webp);
  /* background-size: cover;
  background-repeat: no-repeat; */
  background-size: 100% auto;
  background-repeat: repeat-y;
}

@media screen and (max-width: 768px) {
  .bg01 {
    padding: 0;
    background-image: url(../product/new/images/vdc-02-spb/bg_sp.webp);
  }
}

.bg01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../product/new/images/vdc-02-spb/bg_pattern01.png) center/100% no-repeat;
  width: 62.6rem;
  height: 622.2rem;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .bg01::before {
    content: none;
  }
}

.bg01::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../product/new/images/vdc-02-spb/bg_pattern02.png) center/100% no-repeat;
  width: 61.6rem;
  height: 622.2rem;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .bg01::after {
    content: none;
  }
}

.bg02 {
  background-image: url(../product/new/images/sei/bg02.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.vdc-02-spb {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .vdc-02-spb {
    padding: 18rem 3.5rem 0;
  }
}

.vdc-02-spb_ttl {
  font-size: 5.7em;
  font-weight: 700;
  text-align: center;
}

.vdc-02-spb_ttl span {
  display: inline-block;
  padding-left: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #2b2507;
}

.vdc-02-spb_text {
  padding-top: 6rem;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 7rem;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .vdc-02-spb_text {
    padding-top: 3.5rem;
    line-height: 6rem;
    text-align: left;
  }
}

.vdc-02-spb img {
  padding-top: 40rem;
  width: 113rem;
}

@media screen and (max-width: 768px) {
  .vdc-02-spb img {
    padding-top: 19rem;
  }
}

.product {
  margin: 28rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 7rem;
  width: 124.8rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .product {
    display: block;
    width: initial;
    margin-top: 20rem;
    padding: 0 3.5rem;
  }
}

.product_img {
  width: 74.2rem;
}

@media screen and (max-width: 768px) {
  .product_img {
    display: block;
    margin-top: 20rem;
  }
}

.product_box {
  padding-bottom: 6.4rem;
}

@media screen and (max-width: 768px) {
  .product_box {
    width: 44rem;
    margin: 0 auto;
    padding-top: 6rem;
    padding-bottom: 0;
  }
}

.product_coad {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
}

@media screen and (max-width: 768px) {
  .product_coad {
    font-size: 2.5rem;
  }
}

.product_name {
  padding-top: 1rem;
  font-size: 3.8rem;
  line-height: 6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
}

@media screen and (max-width: 768px) {
  .product_name {
    padding-top: 1.2rem;
  }
}

.product_price {
  padding-top: 4rem;
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
}

.product_price span {
  font-size: 1.5rem;
}

.product_link {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000000;
  border: 1px solid;
  margin-top: 6rem;
  padding: 1rem 0;
  color: #000;
}

.productdetail {
  margin: 16.8rem auto 0;
  width: 99.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5.3rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .productdetail {
    display: block;
    width: initial;
    margin-top: 10rem;
    padding: 0 3.5rem;
  }
}

.productdetail img {
  width: 50rem;
}

@media screen and (max-width: 768px) {
  .productdetail img {
    width: initial;
  }
}

.productdetail_text {
  font-size: 1.9rem;
  line-height: 5rem;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 768px) {
  .productdetail_text {
    width: initial;
    padding-top: 6rem;
    line-height: 4rem;
  }
}

.specification {
  margin: 1.5rem auto 0;
  width: 99.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5.3rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .specification {
    display: block;
    width: initial;
    margin-top: 8rem;
    padding: 0 3.5rem;
  }
}

.specification img {
  width: 50rem;
}

@media screen and (max-width: 768px) {
  .specification img {
    width: initial;
  }
}

.specification_box {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .specification_box {
    width: 44rem;
    padding-top: 6rem;
  }
}

.specification_ttl {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 1rem;
  border-bottom: 1px solid #231815;
  color: #231815;
}

.specification_text {
  padding-top: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #000;
}

@media screen and (max-width: 768px) {
  .specification_text {
    padding-top: 1rem;
  }
}

.specification_link {
  display: block;
  margin-top: 15rem;
  padding: 0.5rem 0;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #000000;
  border: 1px solid;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 768px) {
  .specification_link {
    margin-top: 11rem;
    padding: 1rem 0;
  }
}

.img_vdc-02-spb04 {
  display: block;
  padding-top: 1.5rem;
  width: 100rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .img_vdc-02-spb04 {
    padding: 10rem 3.5rem 0;
    width: initial;
  }
}

.img_lineup {
  padding: 39.2rem 0 10rem;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .img_lineup {
    padding: 20rem 0 10rem;
    max-width: 100%;
  }
}

.hr-main_breadcrumbs>ul {
  font-family: "Noto Sans JP", sans-serif;
}