@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400,700&display=swap");
body {
  background: none;
}

#happyreformcp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #333;
  padding-top: 55px;
  padding-bottom: 120px;
  box-shadow: inset 0px 13px 10px -10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  #happyreformcp {
    font-size: max(min(3.6458333333vw, 28px), 13px);
  }
}
#happyreformcp * {
  box-sizing: border-box;
}
#happyreformcp a {
  text-decoration: none;
  color: #000;
  transition: 0.25s ease-out;
}
#happyreformcp a img {
  transition: 0.25s ease-out;
}
#happyreformcp a:hover {
  opacity: 0.8;
}
#happyreformcp a:hover img {
  opacity: 0.95;
}
#happyreformcp ul, #happyreformcp li img {
  margin: 0;
}
#happyreformcp h1, #happyreformcp h2, #happyreformcp h3, #happyreformcp h4, #happyreformcp h5, #happyreformcp ul, #happyreformcp ol, #happyreformcp li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: inherit;
  font-weight: 400;
  color: #333;
  text-align: inherit;
  line-height: inherit;
}
#happyreformcp p {
  margin-top: 0;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #happyreformcp p {
    font-size: max(min(3.6458333333vw, 28px), 14px);
  }
}
#happyreformcp p a {
  color: rgb(243, 119, 31);
  text-decoration: underline;
}

.l-footer__pagetop.is-fixed {
  z-index: 999;
}

#happyreformcp {
  background: #f9f7f1;
}
#happyreformcp .wrap {
  width: 1040px;
  margin: auto;
  text-align: start;
}
@media screen and (max-width: 768px) {
  #happyreformcp .wrap {
    width: 100%;
    padding-left: 5.6vw;
    padding-right: 5.6vw;
  }
}
#happyreformcp .wrapWide {
  width: 1200px;
  margin: auto;
  text-align: start;
}
@media screen and (max-width: 768px) {
  #happyreformcp .wrapWide {
    width: 100%;
  }
}
#happyreformcp .caption {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #happyreformcp .caption {
    font-size: max(min(2.34375vw, 18px), 12px);
  }
}
#happyreformcp figure {
  position: relative;
}
#happyreformcp figure figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #happyreformcp figure figcaption {
    font-size: max(min(2.34375vw, 18px), 12px);
  }
}
#happyreformcp .heading__lv3 {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #happyreformcp .heading__lv3 {
    font-size: min(5.7291666667vw, 44px);
    line-height: 1.3;
  }
}
#happyreformcp .heading__lv4 {
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #happyreformcp .heading__lv4 {
    font-size: min(5.2083333333vw, 40px);
  }
}
#happyreformcp .heading__lv5 {
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #happyreformcp .heading__lv5 {
    font-size: min(4.4270833333vw, 34px);
  }
}
#happyreformcp .heading__lv6 {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #happyreformcp .heading__lv6 {
    font-size: min(3.90625vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  #happyreformcp .text[data-align=center] {
    text-align: start;
  }
}
#happyreformcp .column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
#happyreformcp .column__item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  #happyreformcp .column {
    flex-direction: column;
    gap: 0 0;
  }
  #happyreformcp .column__item {
    width: 100%;
  }
}
#happyreformcp .columnNarrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#happyreformcp .columnNarrow .column__item {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  #happyreformcp .columnNarrow .column__item {
    width: 100%;
  }
}
#happyreformcp .columnWide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px 0;
}
#happyreformcp .columnWide .column__item {
  width: calc(50% - 30px);
}
@media screen and (max-width: 768px) {
  #happyreformcp .columnWide .column__item {
    width: 100%;
  }
}
#happyreformcp .columnTree {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0;
}
#happyreformcp .columnTree .column__item {
  width: calc(33% - 10px);
}
@media screen and (max-width: 768px) {
  #happyreformcp .columnTree .column__item {
    width: 100%;
  }
}
#happyreformcp .link-btn {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #54585a;
  min-width: 120px;
  text-align: center;
  background-image: url("/recommend/happyreformcp/pic/link_icon_01.png");
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 8px 30px 10px 20px;
  line-height: 1;
  background-color: #fff;
  margin-top: 20px;
}

#happyreformcp .mainArea {
  width: 1200px;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 769px) {
  #happyreformcp .mainArea {
    height: 760px;
  }
}
@media screen and (max-width: 768px) {
  #happyreformcp .mainArea {
    width: 100%;
    aspect-ratio: 1122/1950;
  }
}
#happyreformcp .mainArea__bg picture {
  width: 100%;
}
#happyreformcp .mainArea__pic {
  position: absolute;
  top: -20px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #happyreformcp .mainArea__pic {
    display: none;
  }
}
#happyreformcp .mainArea__box {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #happyreformcp .mainArea__box {
    margin: auto;
    padding-left: 80px;
    padding-right: 80px;
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #happyreformcp .mainArea__box {
    padding-left: 5.6vw;
    padding-right: 5.6vw;
    bottom: 0;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  #happyreformcp .mainArea__ttl {
    width: 545px;
  }
}
@media screen and (max-width: 768px) {
  #happyreformcp .mainArea__ttl {
    margin-left: -2vw;
    margin-right: -2vw;
  }
}
#happyreformcp .mainArea__date .date-inner .date-01 {
  margin: 20px auto;
}
@media screen and (min-width: 769px) {
  #happyreformcp .mainArea__date .date-inner {
    width: 445px;
  }
}
@media screen and (max-width: 768px) {
  #happyreformcp .mainArea__date .date-inner {
    width: 100%;
    padding-bottom: 10px;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  #happyreformcp .mainArea__ico {
    position: absolute;
    width: 215px;
    height: 215px;
    top: -130px;
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  #happyreformcp .mainArea__ico {
    width: 30%;
    margin-right: -30px;
  }
}
#happyreformcp .mainArea .caption {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #happyreformcp .mainArea .caption {
    text-align: right;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #happyreformcp .mainArea .caption {
    width: calc(70% - 10px);
  }
}

#happyreformcp .sectionCampaign {
  background: #fff;
}
@media screen and (min-width: 769px) {
  #happyreformcp .sectionCampaign {
    padding: 20px 80px 80px;
    margin: 0 auto 100px;
    position: relative;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionCampaign {
    text-align: center;
    margin: 0 auto;
    padding: 40px 5.6vw 50px;
  }
}
#happyreformcp .sectionCampaign__heading {
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionCampaign__heading {
    margin: 30px auto;
  }
}
#happyreformcp .sectionCampaign__heading .heading__lv1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionCampaign__heading .heading__lv1 {
    font-size: min(5.9895833333vw, 46px);
    line-height: 1.6;
  }
}
#happyreformcp .sectionCampaign__heading .heading__lv1 .strong {
  font-size: 35px;
  color: rgb(243, 119, 31);
  margin: auto 0.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionCampaign__heading .heading__lv1 .strong {
    font-size: min(6.7708333333vw, 52px);
  }
}
#happyreformcp .sectionCampaign__heading .heading__lv1 .strong:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(252, 228, 204);
  z-index: -1;
}
#happyreformcp .sectionCampaign__hojokin {
  margin-bottom: 20px;
  background: rgb(240, 240, 240);
  border-radius: 5px;
  padding: 40px 10px 20px;
}
#happyreformcp .sectionCampaign__hojokin .heading__lv2 {
  font-size: 20px;
  font-weight: 400;
  margin: auto auto 30px;
  text-align: center;
}
#happyreformcp .sectionCampaign__hojokin .heading__lv2 span.strong {
  font-size: 24px;
  font-weight: 700;
}
#happyreformcp .sectionCampaign__hojokin .heading__lv2 sup {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionCampaign__hojokin .heading__lv2 {
    font-size: min(4.4270833333vw, 34px);
    line-height: 1.3;
    margin-bottom: 20px;
  }
  #happyreformcp .sectionCampaign__hojokin .heading__lv2 span.strong {
    font-size: min(5.2083333333vw, 40px);
  }
}
#happyreformcp .sectionCampaign__hojokin .btn-box {
  width: 770px;
  margin: 0 auto 30px;
}
#happyreformcp .sectionCampaign__hojokin .btn-box button {
  border: none;
  padding: inherit;
  width: 100%;
  margin: 0 auto 10px;
  background: none;
}
#happyreformcp .sectionCampaign__hojokin .btn-box button a {
  display: block;
  border-radius: 5px;
  border: 0;
  padding: 12px 12px;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  position: relative;
  z-index: 1;
}
#happyreformcp .sectionCampaign__hojokin .btn-box button a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  right: 5%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#happyreformcp .sectionCampaign__hojokin .btn-box button a.btn-green {
  background: rgb(111, 186, 44);
}
#happyreformcp .sectionCampaign__hojokin .btn-box button a.btn-pink {
  background: rgb(0, 157, 218);
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionCampaign__hojokin .btn-box button a {
    font-size: min(4.4270833333vw, 34px);
  }
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionCampaign__hojokin {
    padding: 20px 4vw;
    margin-bottom: 30px;
  }
  #happyreformcp .sectionCampaign__hojokin .btn-box {
    width: 100%;
    margin: 0 auto;
  }
  #happyreformcp .sectionCampaign__hojokin .caption {
    text-align: left;
  }
}
#happyreformcp .sectionCampaign__heading02 {
  position: relative;
  width: fit-content;
  padding-left: 140px;
}
#happyreformcp .sectionCampaign__heading02 .heading__lv2 {
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 15px;
}
#happyreformcp .sectionCampaign__heading02 .heading__lv2 small {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionCampaign__heading02 .heading__lv2 {
    font-size: min(7.03125vw, 54px);
    line-height: 1.3;
  }
  #happyreformcp .sectionCampaign__heading02 .heading__lv2 small {
    font-size: min(4.9479166667vw, 38px);
  }
}
#happyreformcp .sectionCampaign__heading02 .heading__lv2 .strong {
  color: rgb(243, 119, 31);
  margin: auto 0.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionCampaign__heading02 .heading__lv2 .strong {
    font-size: min(6.7708333333vw, 52px);
  }
}
#happyreformcp .sectionCampaign__heading02 .heading__lv2 .strong:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(252, 228, 204);
  z-index: -1;
}
#happyreformcp .sectionCampaign__heading02::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 132px;
  height: 132px;
  background: url("/recommend/happyreformcp/pic/campaign-heading-ico.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionCampaign__heading02 {
    padding-left: 0;
    margin-top: 150px;
  }
  #happyreformcp .sectionCampaign__heading02::before {
    top: -130px;
    left: 50%;
    transform: translateX(-50%);
  }
  #happyreformcp .sectionCampaign__heading02 .heading__lv2 {
    text-align: center;
  }
}
#happyreformcp .sectionCampaign .link-btn {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionCampaign .link-btn {
    font-size: min(4.4270833333vw, 34px);
  }
}
#happyreformcp .sectionCampaign .sectionOwners {
  border-left: none;
  border-right: none;
  border-radius: 5px;
  margin-top: 20px;
  background: rgb(240, 240, 240);
}
#happyreformcp .sectionCampaign__shop {
  margin: 50px auto 0;
  text-align: center;
  width: 960px;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionCampaign__shop {
    width: auto;
  }
}
#happyreformcp .sectionCampaign__shop button {
  border: none;
  padding: inherit;
  width: 100%;
  margin: 0 auto;
  background: none;
}
#happyreformcp .sectionCampaign__shop button a {
  display: inline-block;
  background-color: #ef7a00;
  border-radius: 5px;
  border: 0;
  padding: 12px 45px 12px 20px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionCampaign__shop button a {
    font-size: min(4.5572916667vw, 35px);
  }
}
#happyreformcp .sectionCampaign__shop button a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  right: 4%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#happyreformcp .sectionCampaign__shop button a:hover {
  background-color: #f29533;
}
#happyreformcp .sectionCampaign__shop button a small {
  display: block;
}
@media screen and (min-width: 769px) {
  #happyreformcp .sectionCampaign__shop button a small {
    font-size: 16px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionCampaign__shop button a small {
    font-size: min(3.6458333333vw, 28px);
  }
}
#happyreformcp .sectionCampaign__shop p {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionCampaign__shop p {
    text-align: left;
    margin-bottom: 20px;
  }
}

#happyreformcp .sectionReform {
  background: #fff;
  margin: auto;
}
#happyreformcp .sectionReform__heading {
  text-align: left;
  height: 270px;
  background: url(../pic/reform-bg.jpg) repeat-x center top;
  background-size: cover;
  position: relative;
}
#happyreformcp .sectionReform__heading .heading {
  position: relative;
  display: block;
  padding-top: 50px;
  z-index: 1;
}
#happyreformcp .sectionReform__heading .heading-01 {
  display: block;
  width: 710px;
  margin-bottom: 20px;
}
#happyreformcp .sectionReform__heading .heading-02 {
  position: relative;
  display: block;
  width: 883px;
  margin-bottom: 20px;
  z-index: 1;
}
#happyreformcp .sectionReform__heading .heading-03 {
  position: absolute;
  display: block;
  top: -70px;
  right: 0;
  width: 225px;
  z-index: 0;
}
#happyreformcp .sectionReform__heading .caption {
  text-align: right;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionReform__heading {
    background: url(../pic/reform-bg-sp.jpg) repeat-x center top;
    background-size: cover;
    height: auto;
  }
  #happyreformcp .sectionReform__heading .heading {
    padding-top: 40px;
  }
  #happyreformcp .sectionReform__heading .heading-01, #happyreformcp .sectionReform__heading .heading-02 {
    width: 100%;
  }
  #happyreformcp .sectionReform__heading .heading-03 {
    top: -60px;
    right: -20px;
    max-width: 205px;
  }
  #happyreformcp .sectionReform__heading .caption {
    position: static;
  }
}
#happyreformcp .sectionReform__detail {
  margin: 50px auto;
}
#happyreformcp .sectionReform .heading__band {
  background: #e7e7e7;
  padding: 12px 15px 15px;
  margin-bottom: 5px;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionReform .heading__band {
    padding: 12px 5.6vw 13px;
    font-size: min(5.2083333333vw, 40px);
    gap: 10px 0;
    margin-left: -5.6vw;
    margin-right: -5.6vw;
    border-radius: 0;
  }
}
#happyreformcp .sectionReform .icoBox {
  display: flex;
  justify-content: space-between;
  width: fit-content;
  gap: 0 5px;
}
#happyreformcp .sectionReform .icoBox__ico {
  color: #fff;
  font-size: 15px;
  padding: 5px 10px 8px;
  border-radius: 3px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionReform .icoBox__ico {
    font-size: min(2.8645833333vw, 22px);
    padding: 5px 10px 6px;
  }
}
#happyreformcp .sectionReform .heading__lv4 {
  color: rgb(164, 153, 135);
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgb(164, 153, 135);
  position: relative;
  font-weight: 700;
}
#happyreformcp .sectionReform .heading__lv5 {
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionReform .heading__lv6 + p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionReform .heading__lv6 + img {
    margin-top: 20px;
  }
}
#happyreformcp .sectionReform .ico-1day {
  position: absolute;
  top: -15px;
  right: 5px;
  width: 60px;
  height: 60px;
}
#happyreformcp .sectionReform .mado {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionReform .mado {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  #happyreformcp .sectionReform .mado .columnNarrow .column__item:nth-child(1) {
    width: 210px;
  }
  #happyreformcp .sectionReform .mado .columnNarrow .column__item:nth-child(2) {
    width: 270px;
  }
}
#happyreformcp .sectionReform .mado .columnNarrow + .text {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionReform .mado .column > .column__item + .column__item {
    margin-top: 30px;
  }
  #happyreformcp .sectionReform .mado .columnNarrow > .column__item + .column__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionReform .toilet {
    margin-top: 60px;
  }
}
#happyreformcp .sectionReform .toilet .column.toiletBox01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #happyreformcp .sectionReform .toilet .column.toiletBox01 .column__item {
    width: 510px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionReform .toilet .toiletBox01 > .column__item + .column__item {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  #happyreformcp .sectionReform .toilet .column.toiletBox02 .columnNarrow .column__item:nth-child(1) {
    width: 270px;
  }
  #happyreformcp .sectionReform .toilet .column.toiletBox02 .columnNarrow .column__item:nth-child(2) {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionReform .toilet .toiletBox02 > .column__item + .column__item {
    margin-top: 20px;
  }
}
#happyreformcp .sectionReform .toilet .toiletBox03 {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  #happyreformcp .sectionReform .toilet .toiletBox03 .columnNarrow .column__item:nth-child(1) {
    width: 220px;
  }
  #happyreformcp .sectionReform .toilet .toiletBox03 .columnNarrow .column__item:nth-child(2) {
    width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionReform .toilet .toiletBox03 {
    margin-top: 30px;
  }
  #happyreformcp .sectionReform .toilet .toiletBox03 .column__item + .column__item {
    margin-top: 10px;
  }
}
#happyreformcp .sectionReform .toilet .toiletBox04 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionReform .toilet .toiletBox04 {
    margin-top: 30px;
  }
  #happyreformcp .sectionReform .toilet .toiletBox04 .column__item + .column__item {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  #happyreformcp .sectionReform .toilet .toiletBox04 .heading__inner {
    display: flex;
    align-items: center;
  }
  #happyreformcp .sectionReform .toilet .toiletBox04 .heading__inner span {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionReform .toilet .toiletBox04 .heading__lv4 {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  #happyreformcp .sectionReform .toilet .toiletBox04 .columnNarrow .column__item:nth-child(1) {
    width: 220px;
  }
  #happyreformcp .sectionReform .toilet .toiletBox04 .columnNarrow .column__item:nth-child(2) {
    width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  #happyreformcp .sectionReform .bath .bathBox01 .column__item:nth-child(1) {
    width: 330px;
  }
  #happyreformcp .sectionReform .bath .bathBox01 .column__item:nth-child(2) {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionReform .bath .bathBox01 .column__item:nth-child(2) {
    width: 60%;
    margin: 10px auto 0;
  }
}
@media screen and (min-width: 769px) {
  #happyreformcp .sectionReform .bath .bathBox02 .column__item:nth-child(1) {
    width: 310px;
  }
  #happyreformcp .sectionReform .bath .bathBox02 .column__item:nth-child(2) {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionReform .bath .bathBox02 .column__item:nth-child(2) {
    width: 60%;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionReform .bath .column__item + .column__item {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  #happyreformcp .sectionReform .entrance .column > .column__item:nth-child(1) {
    width: 700px;
  }
  #happyreformcp .sectionReform .entrance .column > .column__item:nth-child(2) {
    width: 300px;
  }
  #happyreformcp .sectionReform .entrance .columnNarrow.entranceBox01 {
    align-items: end;
  }
  #happyreformcp .sectionReform .entrance .entranceBox01-1 {
    width: 450px;
  }
  #happyreformcp .sectionReform .entrance .entranceBox01-2 {
    width: 240px;
    align-self: stretch;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #happyreformcp .sectionReform .entrance .entranceBox01-2::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 55%;
    left: -50px;
    width: 85px;
    height: 41px;
    background: url("../pic/reform-entrance-arrow.png") no-repeat;
    background-size: contain;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionReform .entrance .column > .column__item:nth-child(1) .heading__lv4 .ico-1day {
    top: -5px;
  }
  #happyreformcp .sectionReform .entrance .entranceBox01-2 {
    position: relative;
  }
  #happyreformcp .sectionReform .entrance .entranceBox01-2 figure {
    width: 60%;
    margin: 20px auto 0;
  }
  #happyreformcp .sectionReform .entrance .entranceBox01-2::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 4vh;
    right: 0;
    width: 20vw;
    height: 10vw;
    background: url("../pic/reform-entrance-arrow.png") no-repeat;
    background-size: contain;
    transform: scaleX(-1) rotate(90deg);
    z-index: 1;
  }
}

#happyreformcp .sectionApplicate {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  margin: 80px auto 0;
  padding: 40px 70px 20px;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionApplicate {
    margin-top: 50px;
    padding-left: 5.6vw;
    padding-right: 5.6vw;
  }
  #happyreformcp .sectionApplicate h3 {
    margin-bottom: 20px;
  }
}
#happyreformcp .sectionApplicate .applicate__item {
  display: flex;
  gap: 0 15px;
}
#happyreformcp .sectionApplicate .applicate__num {
  position: relative;
  margin-bottom: 5px;
  width: 68px;
}
#happyreformcp .sectionApplicate .applicate__num::after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 100%;
  top: 0;
  left: 26px;
  background: url("/recommend/happyreformcp/pic/appli-arrow.png") no-repeat bottom center;
  background-size: cover;
}
#happyreformcp .sectionApplicate .applicate__num img {
  position: relative;
  z-index: 1;
}
#happyreformcp .sectionApplicate .applicate__inner {
  padding-top: 10px;
  padding-bottom: 60px;
}
#happyreformcp .sectionApplicate .applicate__ttl {
  font-size: 18px;
  list-style: 1.5;
}
@media screen and (min-width: 769px) {
  #happyreformcp .sectionApplicate .applicate .applicate__item:nth-child(5) .applicate__inner {
    padding-top: 10px;
  }
  #happyreformcp .sectionApplicate .applicate .applicate__item:nth-child(5) .applicate__num::after {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionApplicate .applicate__item {
    flex-direction: column;
    gap: 0px 0px;
  }
  #happyreformcp .sectionApplicate .applicate__num {
    margin: 5px auto 0;
    width: 60px;
  }
  #happyreformcp .sectionApplicate .applicate__num::after {
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 45px;
    top: -45px;
    left: 22px;
  }
  #happyreformcp .sectionApplicate .applicate__inner {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  #happyreformcp .sectionApplicate .applicate__ttl {
    text-align: center;
    line-height: 1.5;
  }
  #happyreformcp .sectionApplicate .applicate .applicate__item:nth-child(1) .applicate__num::after {
    background: none;
  }
  #happyreformcp .sectionApplicate .applicate .appli-detail {
    gap: 50px 0;
  }
  #happyreformcp .sectionApplicate .applicate .appli-detail .column__item:nth-child(1) {
    width: auto;
  }
  #happyreformcp .sectionApplicate .applicate .appli-detail .column__item:nth-child(1)::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -40px;
    transform: translate(-50%, 0);
    width: auto;
  }
  #happyreformcp .sectionApplicate .applicate .appli-detail .column__item:nth-child(2) {
    width: 70%;
    margin: auto;
  }
  #happyreformcp .sectionApplicate .applicate .applicate__item:nth-child(4) {
    margin-top: 10px;
  }
  #happyreformcp .sectionApplicate .applicate .applicate__item:nth-child(4) .caption {
    text-align: center;
  }
}

#happyreformcp .sectionOwners {
  background: rgb(187, 182, 174);
  border-left: 1px solid rgb(187, 182, 174);
  border-right: 1px solid rgb(187, 182, 174);
  padding: 70px;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionOwners {
    padding: 50px 3vw;
  }
}
#happyreformcp .sectionOwners h3.heading__lv3 {
  margin-bottom: 20px;
  text-align: center;
}
#happyreformcp .sectionOwners h3.heading__lv3 + p.text {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionOwners h3.heading__lv3 + p.text {
    margin-bottom: 30px;
  }
}
#happyreformcp .sectionOwners h4.heading__lv5 {
  font-weight: 700;
  text-align: center;
}
#happyreformcp .sectionOwners__inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionOwners__inner {
    padding: 30px 15px;
  }
}
#happyreformcp .sectionOwners__ico {
  position: absolute;
  top: -30px;
  right: -40px;
  width: 150px;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionOwners__ico {
    width: 120px;
    top: -90px;
    right: -30px;
  }
}
#happyreformcp .sectionOwners button {
  border: none;
  padding: inherit;
  background: inherit;
  width: 100%;
  margin: 10px auto;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionOwners button {
    margin-bottom: 10px;
  }
}
#happyreformcp .sectionOwners button a {
  display: block;
  background-color: #ef7a00;
  border-radius: 5px;
  border: 0;
  padding: 12px 12px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionOwners button a {
    font-size: min(4.5572916667vw, 35px);
  }
}
#happyreformcp .sectionOwners button a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  right: 5%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#happyreformcp .sectionOwners button a:hover {
  background-color: #f29533;
}
#happyreformcp .sectionOwners button a small {
  display: block;
}
@media screen and (min-width: 769px) {
  #happyreformcp .sectionOwners button a small {
    font-size: 16px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionOwners button a small {
    font-size: min(3.6458333333vw, 28px);
  }
}
#happyreformcp .sectionOwners .text a {
  color: rgb(243, 119, 31);
}
#happyreformcp .sectionOwners .caption {
  margin-top: 20px;
}
#happyreformcp .sectionOwners {
  position: relative;
}
#happyreformcp .preopen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 48, 48, 0.6);
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
#happyreformcp .sectionNotice {
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-bottom: none;
  margin: 0 auto;
  padding: 40px 140px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionNotice {
    padding-left: 5.6vw;
    padding-right: 5.6vw;
  }
}
#happyreformcp .sectionNotice h3.heading__lv3 {
  margin-bottom: 20px;
  text-align: center;
}
#happyreformcp .sectionNotice h4 {
  font-size: 14px;
  font-weight: 700;
}
#happyreformcp .sectionNotice h4 + p {
  margin: 10px auto 30px 20px;
  font-size: 13px;
}
#happyreformcp .sectionNotice ul {
  margin: 10px auto auto 20px;
}
#happyreformcp .sectionNotice ul li {
  font-size: 13px;
  list-style: disc inside;
  padding-left: 2rem;
  text-indent: -2rem;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionNotice h4 + p, #happyreformcp .sectionNotice ul {
    margin-left: 0;
  }
}
#happyreformcp .sectionContact {
  background: #666;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  padding: 40px 140px;
  text-align: center;
  color: #fff;
}
#happyreformcp .sectionContact h3.heading__lv3 {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
#happyreformcp .sectionContact h4 {
  font-size: 18px;
  color: #fff;
}
#happyreformcp .sectionContact .contact-tell {
  font-size: 28px;
  font-weight: 700;
}
#happyreformcp .sectionContact .contact-mail {
  margin-bottom: 10px;
}
#happyreformcp .sectionContact .text {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sectionContact {
    padding-left: 10px;
    padding-right: 10px;
  }
  #happyreformcp .sectionContact h4 {
    font-size: min(4.1666666667vw, 32px);
  }
  #happyreformcp .sectionContact .contact-tell {
    font-size: min(6.25vw, 48px);
  }
  #happyreformcp .sectionContact .contact-tell a {
    color: #fff !important;
    text-decoration: none !important;
  }
}

#happyreformcp *[data-color=orange] {
  color: rgb(234, 94, 0);
}
#happyreformcp *[data-color=white] {
  color: #fff;
}
#happyreformcp *[data-fw=bold] {
  font-weight: bold;
}
#happyreformcp *[data-align=start] {
  text-align: left;
}
#happyreformcp *[data-align=end] {
  text-align: right;
  margin-left: auto;
}
#happyreformcp *[data-align=center] {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#happyreformcp *[data-bgcolor=bg-green] {
  background: rgb(111, 186, 44);
}
#happyreformcp *[data-bgcolor=bg-blue] {
  background: rgb(0, 157, 218);
}
#happyreformcp *[data-letter-spacing=narrow] {
  letter-spacing: -0.05em;
}
#happyreformcp .img-fluid {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #happyreformcp .img-fluid-sp {
    width: 100%;
    height: auto;
  }
}
#happyreformcp *[data-spacer=mb10] {
  margin-bottom: 10px;
}
#happyreformcp *[data-spacer=mb20] {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #happyreformcp *[data-spacer=mb20] {
    margin-bottom: 10px;
  }
}
#happyreformcp *[data-spacer=mb30] {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #happyreformcp *[data-spacer=mb30] {
    margin-bottom: 15px;
  }
}
#happyreformcp *[data-spacer=mb50] {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #happyreformcp *[data-spacer=mb50] {
    margin-bottom: 30px;
  }
}
#happyreformcp .mb10 {
  margin-bottom: 10px !important;
}
#happyreformcp .mb20 {
  margin-bottom: 20px !important;
}
#happyreformcp .mb30 {
  margin-bottom: 30px !important;
}
#happyreformcp .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #happyreformcp .sp {
    display: block;
  }
}
#happyreformcp .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  #happyreformcp .pc {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */