.roofguard-purpose .product-point__sec {
  padding: 10px 0 0 0;
}
.roofguard-purpose  .product-name {
  margin-bottom: -20px;
}
.roofguard-purpose .product-desc {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .roofguard-purpose  .product-name.--margin-top-none {
    margin-top: 0;
  }
  .roofguard-purpose .product-desc {
    margin-top: 0;
  }
}

/** 追加エリア */
.roofguardAdd .title {
  background: #FFCB00;
  width: fit-content;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
}
.roofguardAdd .description {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
.roofguardAdd .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width:767px){
  .roofguardAdd .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .roofguardAdd .description {
    font-size: 14px;
  }
  .roofguardAdd .text {
    font-size: 14px;
  }
}

/** 提案 */
.chartArea img{
  max-width: 100%;
}
.chartArea .text {
  margin-top: 10px;
}

/** 下地処理と塗り方にポイントが */
.product.--padding-bottom-none {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .product.--padding-bottom-none {
    padding: 40px 0 0;
  }
}
.product-roofguard__flex {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .product-roofguard__flex {
    gap: 20px;
  }
}
.-row.product-roofguard__flex {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .-row.-colSp.product-roofguard__flex {
    flex-direction: column;
  }
}
.-wrap.product-roofguard__flex {
  flex-wrap: wrap;
}
.product-roofguard__flex.--gap40Sp10 {
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .product-roofguard__flex.--gap40Sp10 {
    gap: 10px;
  }
}
.product-roofguard__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.product-roofguard__txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.product-roofguard__txt::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.product-roofguard__txt::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 767px) {
  .product-roofguard__txt {
    font-size: 14px;
  }
}
.product-roofguard__txt {
  margin: 0 auto;
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  .product-roofguard__txt {
    margin-bottom: -10px;
  }
}
.product-roofguard__bubble {
  padding: 40px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product-roofguard__bubble {
    padding: 20px;
    width: 100%;
  }
}
.product-roofguard__bubble:after {
  content: "";
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}
.-msg.product-roofguard__bubble {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.-z1.product-roofguard__bubble {
  z-index: 1;
}
.-z2.product-roofguard__bubble {
  z-index: 2;
}
.-z3.product-roofguard__bubble {
  z-index: 3;
}
.product-roofguard__bubble {
  background-color: #FFCB00;
  flex: 1;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
.product-roofguard__bubble.-right:after {
  border-color: transparent transparent transparent #FFCB00;
  border-width: 10px 0 10px 20px;
  bottom: 50%;
  right: -19.5px;
  transform: translateY(50%);
}
.product-roofguard__bubble.-right.-miniTry:after {
  border-width: 5px 0 5px 10px;
  right: -9.5px;
}
@media screen and (max-width: 767px) {
  .product-roofguard__bubble.-rightSp:after {
    border-color: transparent transparent transparent #FFCB00 !important;
    border-width: 10px 0 10px 20px !important;
    bottom: 50% !important;
    left: initial !important;
    right: -19.5px !important;
    top: initial !important;
    transform: translateY(50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .product-roofguard__bubble.-rightSp.-miniTrySp:after {
    border-width: 5px 0 5px 10px !important;
    right: -9.5px !important;
  }
}
.product-roofguard__bubble.-left:after {
  border-color: transparent #FFCB00 transparent transparent;
  border-width: 10px 20px 10px 0;
  bottom: 50%;
  left: -19.5px;
  transform: translateY(50%);
}
.product-roofguard__bubble.-left.-miniTry:after {
  border-width: 5px 10px 5px 0;
  left: -9.5px;
}
@media screen and (max-width: 767px) {
  .product-roofguard__bubble.-leftSp:after {
    border-color: transparent #FFCB00 transparent transparent !important;
    border-width: 10px 20px 10px 0 !important;
    bottom: 50% !important;
    left: -19.5px !important;
    right: initial !important;
    top: initial !important;
    transform: translateY(50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .product-roofguard__bubble.-leftSp.-miniTrySp:after {
    border-width: 5px 10px 5px 0 !important;
    left: -9.5px !important;
  }
}
.product-roofguard__bubble.-bottom:after {
  border-color: #FFCB00 transparent transparent transparent;
  border-width: 20px 10px 0 10px;
  bottom: -19.5px;
  left: 50%;
  transform: translateX(-50%);
}
.product-roofguard__bubble.-bottom.-miniTry:after {
  border-width: 10px 5px 0 5px;
  bottom: -9.5px;
}
@media screen and (max-width: 767px) {
  .product-roofguard__bubble.-bottomSp:after {
    border-color: #FFCB00 transparent transparent transparent !important;
    border-width: 20px 10px 0 10px !important;
    bottom: -19.5px !important;
    left: 50% !important;
    right: initial !important;
    top: initial !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .product-roofguard__bubble.-bottomSp.-miniTrySp:after {
    border-width: 10px 5px 0 5px !important;
    bottom: -9.5px !important;
  }
}
.product-roofguard__bubble.-top:after {
  border-color: transparent transparent #FFCB00 transparent;
  border-width: 0 10px 20px 10px;
  top: -19.5px;
  left: 50%;
  transform: translateX(-50%);
}
.product-roofguard__bubble.-top.-miniTry:after {
  border-width: 0 5px 10px 5px;
  top: -9.5px;
}
@media screen and (max-width: 767px) {
  .product-roofguard__bubble.-topSp:after {
    border-color: transparent transparent #FFCB00 transparent !important;
    border-width: 0 10px 20px 10px !important;
    bottom: initial !important;
    left: 50% !important;
    right: initial !important;
    top: -19.5px !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .product-roofguard__bubble.-topSp.-miniTrySp:after {
    border-width: 0 5px 10px 5px !important;
    top: -9.5px !important;
  }
}
@media screen and (max-width: 767px) {
  .product-roofguard__bubble {
    gap: 10px;
  }
}
.product-roofguard__title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
}
.product-roofguard__title::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.product-roofguard__title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.product-roofguard__title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 767px) {
  .product-roofguard__title {
    font-size: 20px;
  }
}
.product-roofguard__title {
  word-break: break-all;
  text-wrap: nowrap;
}
.product-roofguard__title.--center {
  margin: 0 auto;
  text-align: center;
}
.product-roofguard__btn {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  filter: brightness(1);
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  transition: filter 0.3s ease;
}
.product-roofguard__btn:hover {
  filter: brightness(1.1);
}
.-max.product-roofguard__btn {
  max-width: 100% !important;
}
.-yellow.product-roofguard__btn {
  background-color: #FFCB00;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-yellow.product-roofguard__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-yellow.-arrowRight.product-roofguard__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-arrowRight.product-roofguard__btn::before, .-yellow.-arrowRight.product-roofguard__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-yellow.-arrowRight.product-roofguard__btn::after {
  transform: rotate(-32deg);
}
.-yellow.-arrowLeft.product-roofguard__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-arrowLeft.product-roofguard__btn::before, .-yellow.-arrowLeft.product-roofguard__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-yellow.-arrowLeft.product-roofguard__btn::after {
  transform: rotate(-32deg);
}
.-yellow.-plusRight.product-roofguard__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-plusRight.product-roofguard__btn::after {
  content: url("/shared/images/icon_plus.svg");
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.-yellow.-minusRight.product-roofguard__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-yellow.-minusRight.product-roofguard__btn::after {
  content: url("/shared/images/icon_minus.svg");
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.-white.product-roofguard__btn {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-white.product-roofguard__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-white.-arrowRight.product-roofguard__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-white.-arrowRight.product-roofguard__btn::before, .-white.-arrowRight.product-roofguard__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-white.-arrowRight.product-roofguard__btn::after {
  transform: rotate(-32deg);
}
.-white.-arrowLeft.product-roofguard__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-white.-arrowLeft.product-roofguard__btn::before, .-white.-arrowLeft.product-roofguard__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-white.-arrowLeft.product-roofguard__btn::after {
  transform: rotate(-32deg);
}
.-red.product-roofguard__btn {
  background-color: #D52323;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  font-weight: 700;
  max-width: 280px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .-red.product-roofguard__btn {
    max-width: 100%;
    padding: 17px 20px;
  }
}
.-red.-arrowRight.product-roofguard__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-red.-arrowRight.product-roofguard__btn::before, .-red.-arrowRight.product-roofguard__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.-red.-arrowRight.product-roofguard__btn::after {
  transform: rotate(-32deg);
}
.-red.-arrowRight.-down.product-roofguard__btn::before, .-red.-arrowRight.-down.product-roofguard__btn::after {
  top: calc(50% + 4px);
  transform: rotate(122deg);
}
.-red.-arrowRight.-down.product-roofguard__btn::after {
  transform: rotate(58deg);
}
.-red.-arrowLeft.product-roofguard__btn {
  padding-right: 40px;
  padding-left: 40px;
}
.-red.-arrowLeft.product-roofguard__btn::before, .-red.-arrowLeft.product-roofguard__btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: 20px;
  border-radius: 100px;
  transform: rotate(32deg);
  transform-origin: calc(0% + 0.5px) 50%;
}
.-red.-arrowLeft.product-roofguard__btn::after {
  transform: rotate(-32deg);
}
.product-roofguard__btn {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .product-roofguard__btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.product-roofguard__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-roofguard__img img {
  max-width: 100%;
  height: auto;
}
.product-roofguard__img img.-max {
  width: 100%;
}
.product-roofguard__img img.-cover {
  max-width: initial;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-keyVisual.product-roofguard__img {
  margin: 0px -6%;
}
@media screen and (max-width: 767px) {
  .product-roofguard__img {
    max-width: 373px;
  }
}