@charset "utf-8";
/* CSS Document */
.delafierte__btn__bg {
  background: url("img_delafierte_bg_01.jpg") repeat-y;
  background-size: 100% auto;
  display: flex;
  padding: 30px 6% 5px 6%;
}
.delafierte__seibun__bg {
  background: url("img_delafierte_bg_02.png") no-repeat center center;
  background-size: cover;
  padding: 0 35px 280px 35px;
}
.box__wht {
  background: #fff;
  box-shadow: 6px 6px 28px rgb(0, 0, 0, 0.13);
  margin-top: 90px;
}
.delafierte__seibun__bg .box__wht:first-child {
  margin-top: -95px;
}
.box__wht .js_seibun_toggle {
  color: #98885d;
  text-decoration: none;
  border: 2px solid #98885d;
  border-radius: 100px;
  display: inline-block;
  width: 85%;
  padding: 25px;
  font-size: 36px;
  letter-spacing: 3px;
  margin: 40px auto 60px auto;
}
.seibun_text {
  width: 85%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.scroll_btn {
  width: inherit;
  right: 0;
padding: 0 10px;
bottom: -10px;
}
.delafierte__seibun__bg + img {
  margin-top: -126px;
}
.sp {
  display: none;
}
@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .box__wht .js_seibun_toggle {
    padding: 10px;
    font-size: 20px;
    margin: 30px auto;
  }
  .box__wht {
    margin-top: 50px;
  }
  .delafierte__seibun__bg .box__wht:first-child {
    margin-top: -45px;
  }
}