@charset "utf-8";

:root{
  --orange-main: #FE9500;
  --orange-bg0: #FFF4E8;
  --orange-bg1: #FFE3C6;
  --orange-bg2: #FFF8EF;
  --orange-bg3: #FFEED8;

  --brown: #5D453D;
}

/* common */
html.-hidden {
  overflow: hidden;
}

#lp_kawakku {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: var(--brown);
}

#lp_kawakku a {
  transition: all 100ms;
  text-decoration: none;
}

#lp_kawakku a:hover {
  opacity: 0.7;
}

@media (max-width: 1000px) and (min-width: 769px) {
  #lp_kawakku,
  #lp_kawakku .header {
    min-width: 1000px;
  }
}
@media (max-width: 350px) {
  #lp_kawakku,
  #lp_kawakku .header {
    min-width: 350px;
  }
}
@media screen and (min-width: 769px) {
  #lp_kawakku a[href^="tel:"] {
    pointer-events: none;
  }
}

/* utility */
@media screen and (min-width: 769px) {
  #lp_kawakku .sp-view {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #lp_kawakku .pc-view {
    display: none;
  }
}

#lp_kawakku .m-center {
  display: block;
  margin-inline: auto;
}

#lp_kawakku .mt-img {
  margin-top: 30px;
}
#lp_kawakku .mt-10 {
  margin-top: 10px !important;
}
#lp_kawakku .mt-20 {
  margin-top: 20px !important;
}

#lp_kawakku .ta-center {
  text-align: center !important;
}
#lp_kawakku .ta-left {
  text-align: left  !important;
}

@media screen and (max-width: 768px) {
  #lp_kawakku .fz-sp-note {
    font-size: 12px;
  }
}

#lp_kawakku .fc-orange {
  color: var(--orange-main) !important;
}

#lp_kawakku .bg-orange2 {
  background-color: #FFF8F0 !important;
}

/* buttun */
#lp_kawakku .btn {
  position: relative;
  background-color: var(--orange-main);
  color: #ffffff;
  max-width: 465px;
  width: 100%;
  display: block;
  margin-inline: auto;
  padding: 28px 40px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  border-radius: 10px;
}
#lp_kawakku .btn > span {
  display: inline-block;
  position: relative;
}
#lp_kawakku .btn.btn-small {
  padding: 15px 15px;
}
#lp_kawakku .btn.btn-arrow {
  padding-inline: calc(34px + 0.5em);
}
#lp_kawakku .btn.btn-arrow::after {
  position: absolute;
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  transform: translate(-3px, -50%) rotate(45deg);
  top: 50%;
  right: 17px;
}
#lp_kawakku .btn.btn-small.btn-arrow {
  padding-inline: calc(15px + 0.5em);
}
#lp_kawakku .btn.btn-small.btn-arrow::after {
  right: 15px;
}

/* btnList */
#lp_kawakku .btnList {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
#lp_kawakku .btnList_item {
  text-align: center;
  width: calc((100% - 50px)/3);
}
#lp_kawakku .btnList_item > .-title {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #lp_kawakku .btnList_item {
    width: 100%;
  }
}

/* icon */
.icn-mistsauna,
.icn-dryer,
.icn-bathheating,
.icn-bathdryer,
.icn-mistsauna-w,
.icn-dryer-w,
.icn-bathheating-w,
.icn-bathdryer-w,
.icn-form-w {
  display: inline-block;
  position: relative;
  padding-left: calc(1.6em + 10px);
  line-height: 1.6;
}
.icn-mistsauna::before,
.icn-dryer::before,
.icn-bathheating::before,
.icn-bathdryer::before,
.icn-mistsauna-w::before,
.icn-dryer-w::before,
.icn-bathheating-w::before,
.icn-bathdryer-w::before,
.icn-form-w::before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.icn-large {
  line-height: 2;
}
.icn-large::before {
  width: 2em;
  height: 2em;
}
.icn-mistsauna::before {
  background-image: url(/housing/heatingdryer/tips2/assets/img/icn_menu_01.png);
}
.icn-mistsauna-w::before {
  background-image: url(/housing/heatingdryer/tips2/assets/img/icn_menu_01-w.png);
}
.icn-dryer::before {
  background-image: url(/housing/heatingdryer/tips2/assets/img/icn_menu_02.png);
}
.icn-dryer-w::before {
  background-image: url(/housing/heatingdryer/tips2/assets/img/icn_menu_02-w.png);
}
.icn-bathheating::before {
  background-image: url(/housing/heatingdryer/tips2/assets/img/icn_menu_03.png);
}
.icn-bathheating-w::before {
  background-image: url(/housing/heatingdryer/tips2/assets/img/icn_menu_03-w.png);
}
.icn-bathdryer::before {
  background-image: url(/housing/heatingdryer/tips2/assets/img/icn_menu_04.png);
}
.icn-bathdryer-w::before {
  background-image: url(/housing/heatingdryer/tips2/assets/img/icn_menu_04-w.png);
}
.icn-form-w::before {
  background-image: url(/housing/heatingdryer/tips2/assets/img/icn_form.png);
}

/* txtlink */
#lp_kawakku .txtlink {
  display: inline-block;
  line-height: 1.6;
  font-weight: bold;
  text-decoration: underline;
  color: var(--orange-main);
  cursor: pointer;
}
#lp_kawakku .txtlink-arrow::after {
  content: " >";
}
#lp_kawakku .txtlink-blank::after {
  display: inline-block;
  content: "";
  background-image: url(/housing/heatingdryer/tips2/assets/img/icn_blank.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  margin-right: 4px;
}

/* note */
#lp_kawakku .noteList {
  margin-top: 12px;
}
#lp_kawakku .noteList:has(sup) {
  width: calc(100% - 5px);
}
#lp_kawakku .noteList_item-reference {
  padding-left: 1em;
  text-indent: -0.5em;
}
#lp_kawakku .noteList_item-reference::before {
  content: "※";
  display: inline-block;
}
#lp_kawakku .noteList_item-colorDot {
  padding-left: 1.5em;
  text-indent: -0.5em;
}
#lp_kawakku .noteList_item-colorDot::before {
  content: "\25cf"; /* ● */
  padding-right: 0.5em;
  margin-left: -0.5em;
  color: var(--orange-main);
  display: inline-block;
}
#lp_kawakku .noteList_item-small {
  font-size: 12px;
}

/* box */
#lp_kawakku .box {
  background-color: #ffffff;
  padding: 34px;
  margin-top: 30px;
  border-radius: 10px;
}
#lp_kawakku .box-radius {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #lp_kawakku .box {
    padding: 26px 15px;
  }
}

/* decoration */
#lp_kawakku .deco-title {
  position: relative;
  display: inline-block;
  line-height: 1.6;
  padding-inline: calc(1em + 15px);
}
#lp_kawakku .deco-title::before,
#lp_kawakku .deco-title::after {
  position: absolute;
  bottom: 0.3em;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(/housing/heatingdryer/tips2/assets/img/img_deco01.png);
  background-position: center;
  background-size: contain;
}
#lp_kawakku .deco-title::before {
  left: 0;
}
#lp_kawakku .deco-title::after {
  right: 0;
  transform: rotateY(180deg);
}
@media screen and (max-width: 768px) {
  #lp_kawakku .deco-title {
    padding-inline: calc(1em + 10px);
  }
}

/* mainContent */
#lp_kawakku .mainContent {
  display: block;
  overflow: hidden;
  max-width: 1920px;
  margin-inline: auto;
}

#lp_kawakku .mainContent img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/* header */
#lp_kawakku .header {
  display: block;
  position: fixed;
  z-index: 100;
  width: 100%;
  padding-inline: 50px;
}
#lp_kawakku .header img {
  width: auto;
  height: 20px;
}
#lp_kawakku .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 50px;
  max-width: 1300px;
  margin-inline: auto;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 0px rgb(101, 43, 17, 0.16);
  border-end-start-radius: 20px;
  border-end-end-radius: 20px;
}
#lp_kawakku .header_imgList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 36px;
}
#lp_kawakku .header_menuList {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
#lp_kawakku .header_menuLink {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
}
#lp_kawakku .header_menuLink .-icn {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
#lp_kawakku .header_menuLink .-subtxt {
  font-size: 12px;
  font-weight: bold;
  color: var(--orange-main);
}
#lp_kawakku .header_menuLink .-maintxt {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  color: #5D453D;
}
#lp_kawakku #page-mistsauna .header_menuLink[href="mistsauna.html"] .-maintxt,
#lp_kawakku #page-dryer .header_menuLink[href="dryer.html"] .-maintxt,
#lp_kawakku #page-bathheating .header_menuLink[href="bathheating.html"] .-maintxt,
#lp_kawakku #page-bathdryer .header_menuLink[href="bathdryer.html"] .-maintxt,
#lp_kawakku #page-mistsauna .header_menuLink[href="mistsauna.html"]:hover .-maintxt,
#lp_kawakku #page-dryer .header_menuLink[href="dryer.html"]:hover .-maintxt,
#lp_kawakku #page-bathheating .header_menuLink[href="bathheating.html"]:hover .-maintxt,
#lp_kawakku #page-bathdryer .header_menuLink[href="bathdryer.html"]:hover .-maintxt {
  color: var(--orange-main);
}
@media (min-width: 769px) {
  #lp_kawakku .header_menuOpener,
  #lp_kawakku .header_menuCloser,
  #lp_kawakku .header_menuLink .-subtxt {
    display: none;
  }
  #lp_kawakku .header_menuItem {
    position: relative;
  }
  #lp_kawakku #page-mistsauna .header_menuItem:has(.header_menuLink[href="mistsauna.html"])::after,
  #lp_kawakku #page-dryer .header_menuItem:has(.header_menuLink[href="dryer.html"])::after,
  #lp_kawakku #page-bathheating .header_menuItem:has(.header_menuLink[href="bathheating.html"])::after,
  #lp_kawakku #page-bathdryer .header_menuItem:has(.header_menuLink[href="bathdryer.html"])::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 4px;
    background-color: var(--orange-main);
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    border-radius: 4px 4px 0 0;
  }
}
@media (max-width: 768px) {
  #lp_kawakku .header {
    padding: 0;
  }
  #lp_kawakku .header img {
    height: 16px;
  }
  #lp_kawakku .header_inner {
    padding: 5px 20px;
    border-end-start-radius: 10px;
    border-end-end-radius: 10px;
  }
  #lp_kawakku .header_menuOpener img {
    width: 40px;
    height: 40px;
  }
  #lp_kawakku .header_menuCloser {
    position: relative;
    z-index: -10;
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    transition: opacity 300ms;
    opacity: 0;
  }
  #lp_kawakku .header_menuCloser::after {
    content: "";
    z-index: -15;
    position: fixed;
    background-color: #000000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.6;
  }
  #lp_kawakku .header_menuCont {
    position: absolute;
    z-index: -5;
    top: calc(100% - 10px);
    left: 0;
    right: 0;
    transition: visibility 300ms;
  }
  #lp_kawakku .header_menuList {
    gap: 0;
    padding-top: 10px;
    background-color: var(--orange-bg3);
    position: relative;
    transition: bottom 300ms;
    bottom: 100vh;
  }
  #lp_kawakku .header_menuItem {
    width: 100%;
    border-bottom: solid 2px var(--orange-main);
  }
  #lp_kawakku .header_menuLink {
    padding: 18px 20px;
    justify-content: flex-start;
    column-gap: 15px;
  }
  #lp_kawakku .header_menuLink::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--orange-main);
    border-right: 2px solid var(--orange-main);
    transform: rotate(45deg);
  }
  #lp_kawakku .header_menuLink .-icn {
    width: 40px;
    height: 40px;
  }
  #lp_kawakku .header_menuLink .-maintxt {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #lp_kawakku .header:has(.js-hamburgermenu.-open){
    z-index: 9999;
  }
  #lp_kawakku .js-hamburgermenu.-open .header_menuList {
    bottom: 0;
  }
  #lp_kawakku .js-hamburgermenu.-open .header_menuCloser {
    opacity: 1;
  }
  #lp_kawakku .js-hamburgermenu:not(.-open) .header_menuOpener .-close {
    display: none;
  }
  #lp_kawakku .js-hamburgermenu.-open .header_menuOpener .-open {
    display: none;
  }
  #lp_kawakku .js-hamburgermenu:not(.-open) .header_menuCont {
    visibility: hidden;
  }
}

/* firstview-subpage */
#lp_kawakku .firstview-subpage {
  position: relative;
  background-color: var(--orange-bg0);
  padding: 120px 50px 20px;
}
#lp_kawakku .firstview-subpage::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 100%;
  height: 0;
  padding-top: 130px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url(/housing/heatingdryer/tips2/assets/img/bg_wave_kv.svg);
}
#lp_kawakku .firstview-subpage .firstview_inner {
  display: block;
  max-width: 950px;
  margin-inline: auto;
}
#lp_kawakku .firstview-subpage .firstview_kv {
  text-align: center;
}
#lp_kawakku .firstview-subpage + .section {
  padding-top: calc(130px + 100px);
}
@media (max-width: 768px) {
  #lp_kawakku .firstview-subpage {
    padding: 70px 0 40px;
  }
  #lp_kawakku .firstview-subpage::after {
    background-size: 100% auto;
    padding-top: calc(100% * (40/375));
    background-image: url(/housing/heatingdryer/tips2/assets/img/bg_wave_kv_sp.svg);
  }
  #lp_kawakku .firstview-subpage + .section {
    padding-top: 90px;
  }
}

#lp_kawakku .firstview-subpage .firstview_lead {
  display: block;
  position: relative;
  margin: 40px auto 0;
  max-width: 650px;
  line-height: 2;
}
#lp_kawakku .firstview-subpage .firstview_leadTitle {
  display: block;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 20px;
}
#lp_kawakku .firstview-subpage .firstview_leadTitle::after {
  display: block;
  content: "";
  width: 400px;
  max-width: 100%;
  height: 4px;
  margin: calc(20px - 0.5em) auto 20px;
  background-image: radial-gradient(circle, var(--orange-main) 2px, transparent 2px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 20px 4px
}
@media (max-width: 768px) {
  #lp_kawakku .firstview-subpage {
    padding: 80px 20px 40px;
  }
  #lp_kawakku .firstview-subpage .firstview_lead {
    margin-top: 20px;
  }
  #lp_kawakku .firstview-subpage .firstview_leadTitle {
    font-size: 20px;
  }
}

/* section */
#lp_kawakku .section {
  position: relative;
  padding: 100px 50px;
}
#lp_kawakku .section-white {
  background-color: #ffffff;
}
#lp_kawakku .section-orange0 {
  background-color: var(--orange-bg0);
}
#lp_kawakku .section-orange1 {
  background-color: var(--orange-bg1);
}
#lp_kawakku .section-orange2 {
  background-color: var(--orange-bg2);
}
#lp_kawakku .section-orange3 {
  background-color: var(--orange-bg3);
}
#lp_kawakku .section-white::after,
#lp_kawakku .section-orange0::after,
#lp_kawakku .section-orange1::after,
#lp_kawakku .section-orange2::after,
#lp_kawakku .section-orange3::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 100%;
  height: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#lp_kawakku .section-white::after {
  padding-top: 130px;
  background-image: url(/housing/heatingdryer/tips2/assets/img/bg_wave4_pc.svg);
}
#lp_kawakku .section-orange0::after {
  padding-top: 130px;
  background-image: url(/housing/heatingdryer/tips2/assets/img/bg_wave0_pc.svg);
}
#lp_kawakku .section-orange1::after {
  padding-top: 130px;
  background-image: url(/housing/heatingdryer/tips2/assets/img/bg_wave1.svg);
}
#lp_kawakku .section-orange2::after {
  padding-top: 130px;
  background-image: url(/housing/heatingdryer/tips2/assets/img/bg_wave2.svg);
}
#lp_kawakku .section-orange3::after {
  padding-top: 130px;
  background-image: url(/housing/heatingdryer/tips2/assets/img/bg_wave3.svg);
}
#lp_kawakku .section-white + .section {
  padding-top: calc(130px + 100px);
}
#lp_kawakku .section-orange0 + .section {
  padding-top: calc(130px + 70px);
}
#lp_kawakku .section-orange1 + .section {
  padding-top: calc(130px + 100px);
}
#lp_kawakku .section-orange2 + .section {
  padding-top: calc(130px + 100px);
}
#lp_kawakku .section-orange3 + .section {
  padding-top: calc(130px + 100px);
}
@media (max-width: 768px) {
  #lp_kawakku .section-white::after,
  #lp_kawakku .section-orange0::after,
  #lp_kawakku .section-orange1::after,
  #lp_kawakku .section-orange2::after,
  #lp_kawakku .section-orange3::after {
    background-size: 100% auto;
  }
  #lp_kawakku .section-white::after {
    padding-top: calc(100% * (40/375));
    background-image: url(/housing/heatingdryer/tips2/assets/img/bg_wave4_sp.svg);
  }
  #lp_kawakku .section-orange0::after {
    padding-top: calc(100% * (40/375));
    background-image: url(/housing/heatingdryer/tips2/assets/img/bg_wave0_sp.svg);
  }
  #lp_kawakku .section-orange1::after {
    padding-top: calc(100% * (40/375));
    background-image: url(/housing/heatingdryer/tips2/assets/img/bg_wave1_sp.svg);
  }
  #lp_kawakku .section-orange2::after {
    padding-top: calc(100% * (40/375));
    background-image: url(/housing/heatingdryer/tips2/assets/img/bg_wave2_sp.svg);
  }
  #lp_kawakku .section-orange3::after {
    padding-top: calc(100% * (40/375));
    background-image: url(/housing/heatingdryer/tips2/assets/img/bg_wave3_sp.svg);
  }
  #lp_kawakku .section-white + .section {
    padding-top: calc((100% * (40/375)) + 17px);
  }
  #lp_kawakku .section-orange0 + .section {
    padding-top: calc((100% * (40/375)) + 60px);
  }
  #lp_kawakku .section-orange1 + .section {
    padding-top: calc((100% * (40/375)) + 17px);
  }
  #lp_kawakku .section-orange2 + .section {
    padding-top: calc((100% * (40/375)) + 17px);
  }
  #lp_kawakku .section-orange3 + .section {
    padding-top: calc((100% * (40/375)) + 17px);
  }
}

#lp_kawakku .section_inner {
  max-width: 950px;
  width: 100%;
  margin-inline: auto;
}
#lp_kawakku .section_title {
  display: grid;
  justify-items: center;
  grid-auto-flow: row;
  margin-bottom: 50px;
}
#lp_kawakku .section_title .section_title-01,
#lp_kawakku .section_title .section_title-02,
#lp_kawakku .section_title .section_title-03 {
  position: relative;
  z-index: 0;
}
#lp_kawakku .section_title .section_title-01::after,
#lp_kawakku .section_title .section_title-02::after,
#lp_kawakku .section_title .section_title-03::after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}
#lp_kawakku .section_title .section_title-01::after {
  width: 80px;
  height: 80px;
  left: calc(100% + 37px);
  bottom: 0;
  background-image: url(/housing/heatingdryer/tips2/assets/img/mini_01.gif);
}
#lp_kawakku .section_title .section_title-02::after {
  width: 80px;
  height: 80px;
  right: calc(100% + 20px);
  bottom: 0;
  background-image: url(/housing/heatingdryer/tips2/assets/img/mini_02.gif);
}
#lp_kawakku .section_title .section_title-03::after {
  width: 110px;
  height: 110px;
  left: calc(100% + 86px);
  bottom: -100%;
  background-image: url(/housing/heatingdryer/tips2/assets/img/img_josyu.gif);
}
#lp_kawakku .section_title > span {
  margin-top: 10px;
  color: var(--brown);
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
}
@media (max-width: 768px) {
  #lp_kawakku .section {
    padding: 50px 20px;
  }
  #lp_kawakku .section_title {
    margin-bottom: 25px;
  }
  #lp_kawakku .section_title .section_title-02,
  #lp_kawakku .section_title .section_title-03 {
    max-width: calc(100% * (300/375));
  }
  #lp_kawakku .section_title .section_title-02 {
    max-width: calc(100% * (250/375));
  }
  #lp_kawakku .section_title .section_title-01::after {
    left: unset;
    right: -18px;
    bottom: calc(100% - 24px);
  }
  #lp_kawakku .section_title .section_title-02::after {
    width: 42px;
    height: 42px;
    right: 100%;
    bottom: calc(100% - 20px);
  }
  #lp_kawakku .section_title .section_title-03::after {
    display: none;
  }
  #lp_kawakku .section_title > span {
    font-size: 20px;
    text-align: center;
  }
}

/* article */
#lp_kawakku .article + .article {
  margin-top: 70px;
}
#lp_kawakku .article_title,
#lp_kawakku .article_pointTitle,
#lp_kawakku .article_decoTitle {
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 30px;
}
#lp_kawakku .article_title {
  text-align: center;
}
#lp_kawakku .article_pointTitle::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 21px;
  width: 67px;
  height: 67px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
}
#lp_kawakku .article_pointTitle.-point01::before {
  background-image: url(/housing/heatingdryer/tips2/assets/img/icn_point01.png);
}
#lp_kawakku .article_pointTitle.-point02::before {
  background-image: url(/housing/heatingdryer/tips2/assets/img/icn_point02.png);
}
#lp_kawakku .article_pointTitle.-point03::before {
  background-image: url(/housing/heatingdryer/tips2/assets/img/icn_point03.png);
}
#lp_kawakku .article_title::after,
#lp_kawakku .article_pointTitle::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--orange-main);
  margin-top: 10px;
}
#lp_kawakku .article_decoTitle {
  text-align: center;
  margin-top: 50px;
  color: var(--orange-main);
}
#lp_kawakku .article_subTitle {
  margin: 40px 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: var(--orange-main);
}
#lp_kawakku .article_subTitle:first-child {
  margin-top: 0;
}
#lp_kawakku .article_subTitle > .-mark {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8em;
  color: #ffffff;
  background-color: var(--orange-main);
  border-radius: 999px;
  padding: 5px 10px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #lp_kawakku .article_subTitle > .-mark {
    display: block;
    width: fit-content;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#lp_kawakku .article_cont {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
#lp_kawakku .article_cont > * {
  width: calc(50% - 20px);
}
#lp_kawakku .article_serif {
  margin: 48px auto 0;
}
#lp_kawakku .article_imgList {
  gap: 30px;
}
#lp_kawakku .article_cont .article_imgList {
  gap: 30px 10px;
}
#lp_kawakku .article_imgList:has(.article_imgItem:nth-child(2)) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#lp_kawakku .article_imgList:has(.article_imgItem:nth-child(2)) > .article_imgItem {
  width: calc(50% - 15px);
}
#lp_kawakku .article_cont .article_imgList:has(.article_imgItem:nth-child(2)) > .article_imgItem {
  width: calc(50% - 5px);
}
#lp_kawakku .article_imgItem {
  text-align: center;
}
#lp_kawakku .article_imgItem .-title {
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 4px 10px;
  background-color: var(--orange-bg1);
  border-radius: 999px;
  margin-bottom: 8px;
}
#lp_kawakku .article_imgItem img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  #lp_kawakku .article_title,
  #lp_kawakku .article_pointTitle {
    font-size: 22px;
  }
  #lp_kawakku .article_pointTitle {
    text-align: center;
  }
  #lp_kawakku .article_pointTitle::before {
    content: "";
    display: block;
    margin: 0 auto 0;
    top: unset;
  }
  #lp_kawakku .article_decoTitle {
    font-size: 22px;
  }
  #lp_kawakku .article_cont > * {
    width: auto;
  }
  #lp_kawakku .article_serif {
    margin: 30px auto 0;
  }
  #lp_kawakku .article_imgList:has(.article_imgItem:nth-child(2)) > .article_imgItem {
    width: 100%;
  }
}

#lp_kawakku .cta {
  display: grid;
  justify-items: center;
  align-items: center;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
#lp_kawakku .cta_title {
  grid-column: 1;
  grid-row: 2;
  font-size: 26px;
  font-weight: bold;
  color: #463B37;
}
#lp_kawakku .cta_subTitle {
  grid-column: 1;
  grid-row: 1;
  font-size: 16px;
  font-weight: bold;
  color: var(--orange-main);
}
#lp_kawakku .cta_tel {
  grid-column: 2;
  grid-row: 1 / 4;
  color: #463B37;
  text-align: center;
}
#lp_kawakku .cta_tel > p {
  margin-top: 5px;
  font-size: 16px;
}
#lp_kawakku .cta_link {
  grid-column: 1;
  grid-row: 3;
}
@media (max-width: 768px) {
  #lp_kawakku .cta {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #lp_kawakku .cta_title,
  #lp_kawakku .cta_subTitle {
    text-align: center;
  }
  #lp_kawakku .cta_title {
    font-size: 16px;
  }
  #lp_kawakku .cta_tel {
    grid-column: 1;
    grid-row: 3;
  }
  #lp_kawakku .cta_link {
    grid-row: 4;
  }
}

.deco-cta {
  position: relative;
  margin-top: 50px;
}
.deco-cta::before {
  display: block;
  content: "";
  position: absolute;
  width: 80px;
  height: 50px;
  background-position: top center;
  background-size: 100% auto;
  right: 0;
  top: -50px;
  background-image: url(/housing/heatingdryer/tips2/assets/img/img_josyu.gif);
}
@media (min-width: 769px) {
  .deco-cta::before {
    display: none;
  }
}

.fixed-toTop {
  display: block;
  position: fixed;
  z-index: 5;
  bottom: 230px;
  right: 10px;
}
.fixed-toTop > img {
  transition: opacity 300ms;
}
.fixed-toTop > img:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .fixed-toTop {
    max-width: 70px;
  }
}

/* modal */
#lp_kawakku .modal {
  padding: 50px;
  z-index: 10000;
}
#lp_kawakku .modal-close {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  top: -25px;
  right: -25px;
  background-color: var(--orange-main);
}
#lp_kawakku .modal-close::before,
#lp_kawakku .modal-close::after {
  width: 20px;
  border-color: #ffffff;
  border-width: 4px;
  border-radius: 2px;
}
#lp_kawakku .modal-close::before {
  transform: translateX(-50%) rotate(-45deg);
}
#lp_kawakku .modal-close::after {
  transform: translateX(-50%) rotate(45deg);
}
#lp_kawakku .modal-content {
  width: 100%;
  max-width: 975px;
  height: auto;
  max-height: 100%;
  padding: 40px 40px 50px;
  border-radius: 20px;
}
#lp_kawakku .modal-inner {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 300px);
}
#lp_kawakku .modal-inner > .-title {
  font-size: 18px;
  font-weight: bold;
}
#lp_kawakku .modal-inner > * + .-title {
  margin-top: 10px;
}