* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

html, body {
  height: auto;
  margin: 0;
  padding: 0;
}

#PARALLAX-BLOCK {
  height: 100%;
  position: unset !important;
}

body {
  margin: 0;
  background-color: #E1EEE6;
  font-family: Meiryo, -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic;
  font-style: normal;
}

.global-header,.smileup-foot,.foot-menu-block,.smileup-foot .copyright{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.contents { padding-bottom: 10rem;}

.commodity-container{
  width: 90%;
  max-width: 120rem;
  margin: auto;
}

.pc { display: block;}
.sp { display: none;}
.sp-br{ display: none;}
.tb-br{ display: none;}


.areas-list li::before {
  position: absolute;
  left: 0;
  content: '※';
  color: #CC0000;
}

.areas-list li {
  position: relative;
  padding: 0 0 0 2rem;
}

.areas-list{
  margin-bottom: 2rem;
}

/*--------------- 共通----------------------- */

.pb-4 {
  padding: 10rem 0;
}

.deco-p{
  font-size: 1.8rem;
  text-align: center;
}

.background-img{
  background: url('/smileup/reform/img/decomulch/_background-img.avif');
}


/*--------------- top----------------------- */

.decomulch-main-title{ position: relative;}

.main-title-text h1{
  color: #087674;
  font-size: min(max(2.8rem, 0.569204rem + 3.8462vw), 9rem);
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 0 3rem;
  padding: 0 2rem;
  display: inline-block;
}

.main-title-text .sub-ttl{
  display: inline-block;
  color: #FFFFFF;
  font-size: min(max(2.8rem, 0.569204rem + 3.8462vw), 5.5rem);
  font-weight: bold;
  background-color: none;
  margin: 0;
  -webkit-text-stroke: 10px #087674;
  paint-order: stroke;
}

.main-title-text .catch-copy{
  color: #087674;
  font-size: min(max(2rem, 1.25vw + 1.5rem), 3.2rem);
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3rem;
  margin: 0;
  padding: 1rem;
  display: inline-block;
}

.main-title-text{
  position: absolute;
  top: 10vw;
  left: 5vw;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


/*--------------- debomulch-main-title----------------------- */

.decomulch-section-title{
  font-size: 3.4rem;
  text-align: center;
  color: #087675;
  margin:0 auto 2.5rem;
}

.decomulch-section-title:before{
  content:url('/smileup/reform/img/decomulch/ttl_deco_l.svg');
  position:relative;
  right:2rem;
}

.decomulch-section-title:after{
  content:url('/smileup/reform/img/decomulch/ttl_deco_r.svg');
  position:relative;
  left:2rem;
}


/*--------------- decomulch-movie  ----------------------- */

.decomulch-movie{
  width: 100%;
  max-width: 70rem;
  margin: 5rem auto;
  aspect-ratio: 16 / 9;
  box-shadow: 10px 10px 0px #067674;
}

.decomulch-movie iframe{
  width: 100%;
  height: 100%;
}


/*--------------- 施工イメージ----------------------- */

.example-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 5%;
  margin-bottom: 8rem;
  max-width: 120rem;
}

.deco-example{
  width: 30%;
  max-width: 36rem;
}

@media screen and (max-width: 980px) {

.deco-example{ width: 47.5%;}

} /* End max 980 */

@media screen and (max-width: 640px) {

.deco-example{ width: 100%;}

} /* End max 640 */

.deco-example p{
  text-align: center;
  font-size: 1.8rem;
  color: #087675;
}

.circle{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 12rem;
  height: 100%;
  max-height: 12rem;
  background:#DCF6E5;
  border: #fff solid .5rem;
  border-radius: 50%;
  box-sizing: border-box;
  margin-bottom: -6rem;
  z-index: 3;
}

.circle p{
  line-height: 1.5;
  margin: 0 auto;
  text-align:center;
  font-weight: bold;
}


/*--------------- アンカーリンク----------------------- */

.decomulch-intro{ padding: 8rem 0 2rem;}

.decomulch-menu{
  border-radius: 1.5rem;
  border: solid .2rem #087675;
  background-color: #fff;
  padding: 1.5rem 0;
}

.decomulch-menu-flex{
  display: flex;
  justify-content: space-between;
}

.decomulch-menu li{
  width: 25%;
  border-right: #087675 solid .1rem;
}

.decomulch-menu li:last-child{ border-right: none;}

.decomulch-item-flex{ display: flex;}

.deco-menu-ic{ width: 5rem;}

.deco-menu-flex{
  display: flex;
  align-items: center;
  justify-content: center;
}

.decomulch-item p{
  margin: 0 0 0 1rem;
  padding-top: 1rem;
}

.decomulch-menu li a{
  font-size: 2rem;
  font-weight: bold;
  color: #087675;
  text-align: center;
  height: 9rem;
}

.decomulch-menu li { position: relative;}

.decomulch-menu li::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 1rem;
  height: 1rem;
  border-bottom: solid 0.2rem #087675;
  border-right: solid 0.2rem #087675;
  display: block;
  content: '';
  transform: rotate(45deg);
}


/*--------------- 施工は簡単4ステップ ----------------------- */

.step-flex{
  width: 100%;
  max-width: 120rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5rem;
  /* column-gap: 5%; */
}

.deco-example{
  width: 30%;
  max-width: 36rem;
}

.step-box{
  position: relative;
  width: 25%;
}

@media screen and (max-width: 980px) {

.deco-example{ width: 47.5%;}

} /* End max 980 */

@media screen and (max-width: 640px) {

.deco-example{ width: 100%;}

} /* End max 640 */

.step-ttl{
  max-width: 17rem;
  margin: 0 auto 2rem;
}

.step-ic{
  max-width: 23rem;
  margin: 0 auto;
}



.step-arrow::after{
  content: "";
  position: absolute;
  z-index: 5;
  border-top: solid 2rem transparent;
  border-left: solid 2rem  #087675;
  border-right: none;
  border-bottom: solid 2rem transparent;
  top: 60%;
  left: auto;
  right:-1vw;
  margin: 0 auto;
}

.step-box p {
  width: 14rem;
  font-size: 2rem;
  font-weight: bold;
  color: #087675;
  padding: .5rem .5rem;
  background-color: #fff;
  border-radius: 4rem;
  text-align: center;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}


/*--------------- Decoマルチ3つの特徴 ----------------------- */


.point-ttl{
  width: 20rem;
  position: absolute;
  top: -9%;
  right:0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}

.point-box h3{
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 1rem 0 0;
}

.point-box h4{
  font-size: 1.6rem;
  text-align: center;
  margin-top: 0;
}

.point-ic{
  width: 8rem;
  margin: 0 auto;
}

.point-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 5%;
  margin: 8rem 0 5rem;
  max-width: 120rem;
}

.point-box{
  background-color: #fff;
  box-shadow: 0 .3rem .6rem rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  width: 30%;
  max-width: 36rem;
  padding: 3rem 2rem;
  position: relative;
}

@media screen and (max-width: 980px) {

.point-box{
  width: 47.5%;
  margin-bottom: 6rem;
}

} /* End max 980 */

@media screen and (max-width: 640px) {

.point-box{ width: 100%;}

} /* End max 640 */



.mulching-ex{
  border: #087675 solid .3rem;
  border-radius: 2rem;
  background-color: #fff;
  padding: 3.5rem;
  max-width: 102rem;
  margin: 0 auto;
}

.mulching-ex h3{
  font-size: 2.6rem;
  font-weight: bold;
  color: #087675;
  margin: 0;
}

.mulching-ex p{
  font-size: 2rem;
  margin-top: 0;
}

.mulching-ex-img{
  margin: 0 auto;
}

.point-p li {
  margin: 0 0 0 1.5em;
  padding: 0 0 0.5em 0;
  list-style-type: disc;
}



/*--------------- 環境への配慮----------------------- */

.environmental-flex h3{
  font-size: 2.4rem;
  text-align: center;
  border-bottom: .5rem dotted #018A8C;
  margin: 0 auto;
}

.environmental-img{
  margin: 2rem auto;
}

.environmental-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10%;
  max-width: 120rem;
}

.environmental-flex li{
  width: 45%;
  max-width: 42.5rem;
}



/*--------------- 商品情報----------------------- */

.item-spec{
  width: 60%;
}

.item-img{ width: 35rem;}

.exterior-img{
  width: 15rem;
  margin: 2.5rem 0 0;
}

.exterior-img figcaption{ text-align: center;}

.item-flex{
  display: flex;
  justify-content: space-around;
}

.item-flex h3{
  margin:0 auto;
  font-size: 2.2rem;
}

.item-table {
  width: 50rem;
  margin-bottom: 1rem;
}

.item-table th{
  background-color: #FAF4F1;
  border: #333 1px solid;
  padding:1rem 1rem ;
}

.item-table td{
  background-color: #fff;
  border: #333 1px solid;
  padding:1rem 1rem ;
}

.price{
  font-weight: bold;
  margin: 0 0 .5rem;
}

.price span{
  font-size: 2rem;
}

.button a {
  display: block;
  position: relative;
  margin: 2rem 0;
  padding: 1.2rem 2rem;
  text-align: center;
  width: 300px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #087675;
  border-radius: 50vh;
  transition: 0.3s;
}

.button a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f2f2f2;
  border-radius: 50vh;
}

.button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #087675;
  border-right: 1px solid #087675;
}

.button a:hover {
  text-decoration: none;
  background-color: rgba(8, 118, 116, 0.7);
}



/*--------------- 追従要素----------------------- */

.foot-aside{
  position: sticky;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
  z-index: 500;
}

.foot-aside .foot-info-button{
  position: absolute;
  right: 1em;
  bottom: 7rem;
  padding: 0;
  width: 12rem;
  display: block;
  pointer-events: all;
  cursor: pointer;
  z-index: 10;
}

.page-top-deco {
  position: absolute;
  right: 1rem;
  bottom: 2rem;
  width: 4.8rem;
  height: 4.8rem;
  display: block;
  overflow: hidden;
  outline: none;
  border-radius: 2em;
  border: solid 0.2rem #087675;
  z-index: 1;
  transition: all .5s ease;
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}

.page-top-deco a {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  background-color: #fff;
}

.page-top-deco a span {
  margin: 0 auto;
  padding: 4.5rem 0 0;
  width: 4.5rem;
  height: 0;
  display: block;
  overflow: hidden;
  line-height: 300;
}

.page-top-deco a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  border-top: 0.3rem solid #087675;
  border-right: 0.3rem solid #087675;
  transform: rotate(-45deg) translate(0, 0);
  content: "";
}

@media screen and (max-width: 1250px) {
.decomulch-menu li a {
  font-size: 1.8rem;
}
}


@media screen and (max-width: 1220px) {
.deco-example {
  margin-bottom: 8rem;
}

.tb-br{ display: block;}

.example-flex {
  margin-bottom: 0;
}

}


@media screen and (max-width: 1024px) {

.main-title-text .sub-ttl{
  font-size: 4.5rem;
}

.main-title-text h1{
  font-size: 6rem;
  margin: 0 0 2rem;
}

.main-title-text .catch-copy{ font-size: 2.5rem;}

.deco-example{ margin-bottom: 8rem;}

.decomulch-menu li a { font-size: 1.8rem;}

.step-ic { max-width: 18rem;}

.step-ttl { max-width: 15rem;}

.item-img { width: 25rem;}

.item-spec{ width: 60%;}

}


@media (max-width: 980px) {
.decomulch-item p {
  margin: 0;
  text-align: center;
  grid-column: 2;
  justify-self: center;
}

.deco-menu-flex{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.deco-menu-ic {
  grid-column: 1;
  justify-self: start;
  margin: 0 1rem;
}

.decomulch-menu li::after {
  left: 50%;
  /* transform: translateX(-50%) rotate(45deg); */
}

}


@media (max-width: 880px) {

.item-table { width: 40rem;}

/*--------------- top----------------------- */

.main-title-text .sub-ttl {
  font-size: 3.5rem;
  -webkit-text-stroke: 6px #087674;
}

.main-title-text h1 { font-size: 5rem;}

.main-title-text .catch-copy { font-size: 2.1rem;}

.main-title-text { left: 5%;}


/*--------------- Decoマルチ3つの特徴 ----------------------- */

.point-box {
  width: 100%;
  margin-bottom: 7rem;
}

.mulching-ex h3 { font-size: 2rem;}

.mulching-ex p { font-size: 1.8rem;}

.mulching-ex { padding: 2rem;}

.mulching-ex-img { width: 50rem;}


/*--------------- 施工は簡単4ステップ----------------------- */

.step-box {
  width: 50%;
  margin: 0 auto 8rem;
}

.step-ic { max-width: 25rem;}

.main-title-text { top: 15%;}

.environmental-flex li { width: 45%;}

.decomulch-menu {
  padding: 1rem 1rem;
}
.decomulch-menu li{
  width: 50%;
  border-bottom: #087675 solid .1rem;
  padding: .5rem .5rem;
}

.decomulch-menu li:nth-child(n+3){
  border-bottom: none;
}

.decomulch-menu li:nth-of-type(2) {
  border-right: none;
}

.decomulch-menu-flex{
  flex-wrap: wrap;
}

.decomulch-menu li::after {
  bottom: 1rem;
}


.tb-br{
  display: none;
}

}

@media screen and (max-width: 814px) {
.example-flex { justify-content: center;}

}

@media screen and (max-width: 740px) {
.decomulch-section-title {
  font-size: 2.8rem;
}

.decomulch-section-title:before {
  content: url(/smileup/reform/img/decomulch/ttl_deco_l-tb.svg);
}

.decomulch-section-title:after {
  content: url(/smileup/reform/img/decomulch/ttl_deco_r-tb.svg);
}

.pc { display: none;}

.sp { display: block;}

.item-flex {
  display: block;
}

.item-photo{
  display: flex;
  max-width: 74rem;
  column-gap: 10%;
  justify-content: center;
  align-items: center;
}

.item-spec {
  width: 100%;
}




}


@media screen and (max-width: 640px) {

.pb-4 { padding: 8rem 0;}

.sp-br{ display: inline-block;}


/*--------------- top----------------------- */

.main-title-text .sub-ttl {
  font-size: 2.5rem;
  -webkit-text-stroke: 6px #087674;
}

.main-title-text h1 { font-size: 4rem;}

.main-title-text .catch-copy { font-size: 1.6rem;}

.main-title-text {
  top: 15%;
  left: 5%;
}

/*--------------- debomulch-main-title----------------------- */

.decomulch-section-title{
  font-size: 2.2rem;
  margin:0 auto 2rem;
  position: relative;
}

.decomulch-section-title:before{
  content:url('/smileup/reform/img/decomulch/ttl_deco_r-sp.svg');
  position:absolute;
  right:1rem;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform: translateY(-50%);
}

.decomulch-section-title:after{
  content:url('/smileup/reform/img/decomulch/ttl_deco_l-sp.svg');
  position:absolute;
  left:1rem;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform: translateY(-50%);
}



/*--------------- 施工イメージ----------------------- */

.step-flex { display: block;}

.step-arrow::after {
  border-style: solid;
  border-right: 2rem solid transparent;
  border-left: 2rem solid transparent;
  border-top: 2rem solid #087675;
  border-bottom: 0;
  top: auto;
  bottom: -16%;
  left:50%;
  transform: translateX(-50%);
  right: auto;
}

.step-box{ margin-bottom: 7rem;}

.step-ic { max-width: 20rem;}


/*--------------- アンカーリンク----------------------- */

.decomulch-menu-flex { display: block;}

.decomulch-menu { padding: 0;}

.decomulch-menu li {
  width: 80%;
  border-right: none;
  border-bottom: #087675 solid .1rem;
  margin: 0 auto;
}

.decomulch-menu li:nth-child(n+3){
  border-bottom: #087675 solid .1rem;
}

.decomulch-menu li:last-child{ border-bottom: none;}

.tb-br{ display: none;}

.decomulch-menu li a {
  font-size: 1.6rem;
}

.decomulch-menu li::after {
  right: 0%;
  left: 95%;
  bottom: 3.8rem;
}

.deco-menu-flex {
  grid-template-columns: 0fr auto 1fr;
}

/*--------------- Decoマルチ3つの特徴 ----------------------- */


.point-box {
  width: 100%;
  margin-bottom: 7rem;
}

.mulching-ex h3 { font-size: 2rem;}

.mulching-ex p { font-size: 1.8rem;}

.mulching-ex { padding: 2rem;}

.mulching-ex-img { width: 30rem;}


/*--------------- 環境への配慮----------------------- */

.environmental-flex h3{
  font-size: 2rem;
}

.environmental-img{
  margin: 2rem auto;
}

.environmental-flex{ display: block}

.environmental-flex li{
  width: 100%;
  margin: 0 auto;
}


/*--------------- 商品情報----------------------- */

.item-spec { width: 100%;}

/* .item-img{
  margin: 0 auto;
} */

.exterior-img{
  width: 15rem;
  /* margin: 2.5rem auto 2rem; */
}

.exterior-img figcaption{ text-align: center;}

.item-flex{ display: block;}

.item-flex h3{
  margin:0 auto;
  font-size: 2rem;
}

.item-table { width: 100%;}

.price span{ font-size: 2rem;}

.button a { margin: 2rem auto;}

.example-flex { margin-bottom: 4rem;}

.foot-aside .foot-info-button { width: 10rem;}

.smileup-foot .bg-catch-txt { top: -1%;}

}