@charset "UTF-8";
/* 空き家プロジェクト募集受付 追従バナー */
.floating-banner {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 1000;
}
.floating-banner img {
  width: 235px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .floating-banner {
    bottom: 3.9vw;
    right: 1.56vw;
  }
  .floating-banner img {
    width: 22.94vw;
  }
}
@media screen and (max-width: 750px) {
  .floating-banner {
    bottom: 20vw;
    right: 2.6vw;
  }
  .floating-banner img {
    width: 37.2vw;
  }
}
/* 空き家タブ */
.c-projectContent.-empty-house {
  background-image: url(/site_lulu/assets/images/lulu-a/kusuribako-pj/st/bg_project05_empty-house.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  padding-bottom: 110px;
  padding-top: 86px;
}
@media screen and (max-width: 750px) {
  .c-projectContent.-empty-house {
    padding-bottom: 20vw;
    padding-top: 16.66vw;
  }
}
.c-projectContent .c-projectContent-inner {
  width: calc(100% - 50px);
}
@media screen and (max-width: 750px) {
  .c-projectContent .c-projectContent-inner {
    width: 100%;
  }
}
.c-projectContent.-empty-house .c-projectContent-ttl img {
  width: 598px;
}
@media screen and (max-width: 750px) {
  .c-projectContent.-empty-house .c-projectContent-ttl img {
    width: calc(625 / 750 * 100vw);
  }
}
.c-projectContent.-empty-house .empty-house__read {
  margin-top: 34px;
}
@media screen and (max-width: 750px) {
  .c-projectContent.-empty-house .empty-house__read {
    width: 91.7333333333vw;
    margin: 6vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .c-projectContent.-empty-house .c-projectContent-movie {
    margin-top: 12.8vw;
  }
}
.c-projectContent.-empty-house .c-projectContent-movieHeading .c-projectContent-movieHeadingImg img {
  width: 656px;
}
@media screen and (max-width: 750px) {
  .c-projectContent.-empty-house .c-projectContent-movieHeading .c-projectContent-movieHeadingImg img {
    width: calc(626 / 750 * 100vw);
  }
}
.c-projectContent.-empty-house .c-projectContent-read {
  margin-top: 94px;
  column-gap: 20px;
}
@media screen and (max-width: 750px) {
  .c-projectContent.-empty-house .c-projectContent-read {
    margin-top: 11.3333333333vw;
  }
}
.c-projectContent.-empty-house .m-card {
  position: relative;
  gap: 44px;
}
@media screen and (max-width: 750px) {
  .c-projectContent.-empty-house .m-card {
    display: flex;
    flex-direction: column;
    gap: 6vw;
    margin: 0 30px;
  }
}
.c-projectContent.-empty-house .m-card .m-card-img {
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .c-projectContent.-empty-house .m-card .m-card-img {
    max-width: 48vw;
  }
}
.c-projectContent.-empty-house .c-projectContent-block {
  margin-top: 70px;
}

.c-conditions-topList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 46px;
}

@media screen and (min-width: 768px) and (max-width: 1211px) {
  .c-conditions-topList {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 750px) {
  .c-conditions-topList {
    column-gap: 25px;
    row-gap: 46px;
  }
}

@media screen and (max-width: 750px) {
  .c-conditions-topList {
    column-gap: calc(25 / 750 * 100vw);
    row-gap: calc(46 / 750 * 100vw);
  }
}

.c-conditions-topListItem {
  width: 250px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .c-conditions-topListItem {
    width: calc(50% - 15 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}

.c-conditions-topListItem-no {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eb6100;
  color: #ffffff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 22px;
  border-radius: 50%;
}

@media screen and (max-width: 750px) {
  .c-conditions-topListItem-no {
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
    top: calc(-20 / 750 * 100vw);
  }
}

.c-conditions-topListItem img {
  width: 100%;
  height: auto;
}

.c-conditions-topListItem figcaption {
  margin-top: 20px;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .c-conditions-topListItem figcaption {
    margin-top: calc(25 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}

.c-campaign .c-campaign-inner02 {
  width: 100%;
}

.c-classificationBlock.-block01 {
  max-width: 934px;
  margin: 30px auto 0 auto;
  transform: translateY(0);
}

.m-classificationBox {
  max-width: 844px;
  margin: 30px auto 0 auto;
}

.p-button-campaign {
  max-width: 844px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 750px) {
  a.p-button-campaign {
    border-radius: calc(100 / 750 * 100vw);
  }
}

.p-heading06 {
  background-color: #ffffff;
  color: #eb6100;
  outline: #eb6100 solid 3px;
}

.c-campaignContent01-ttl06 {
  position: relative;
}

.c-campaignContent01-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 25px;
}

@media screen and (max-width: 750px) {
  .c-campaignContent01-ttl {
    column-gap: calc(25 / 750 * 100vw);
  }
}

.c-campaignContent01-ttl06::before {
  display: inline-block;
  content: "";
  background: url("/site_lulu/assets/images/lulu-a/kusuribako-pj/st/img_line_02.png");
  background-size: cover;
  width: 425px;
  height: 5px;
}

@media screen and (max-width: 750px) {
  .c-campaignContent01-ttl06::before {
    width: calc(160 / 750 * 100vw);
    height: calc(6 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-campaignContent01-ttl06::before {
    width: 250px;
  }
}
.c-campaignContent01-ttl06::after {
  display: inline-block;
  content: "";
  background: url("/site_lulu/assets/images/lulu-a/kusuribako-pj/st/img_line_02.png");
  background-size: cover;
  width: 425px;
  height: 5px;
}
@media screen and (max-width: 750px) {
  .c-campaignContent01-ttl06::after {
    width: calc(160 / 750 * 100vw);
    height: calc(6 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-campaignContent01-ttl06::after {
    width: 250px;
  }
}
@media screen and (max-width: 750px) {
  a.p-button-campaign::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 2.4vw;
    height: 2.4vw;
    margin: 0px 10px;
    border-top: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
    transform: rotate(45deg);
    top: 43%;
    right: 6.25%;
    transition: 0.3s;
  }
}
.p-social-link-1 {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  .p-social-link-1 {
    margin-top: calc(30 / var(--design-width) * 100vw);
    width: 100%;
  }
}
.p-social-link-1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 60px;
  border-radius: 30px;
  background: #eb6100;
  color: #fff;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: calc(24 / 16 * 1rem);
  position: relative;
  line-height: 1.75;
  letter-spacing: 0.06em;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 750px) {
  .p-social-link-1 a {
    width: 100%;
    height: 14.6666666667vw;
    font-size: 4.2666666667vw;
    border-radius: 8.6666666667vw;
  }
}
.p-social-link-1 a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 43%;
  right: 6.25%;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .p-social-link-1 a:after {
    width: 2.4vw;
    height: 2.4vw;
  }
}
.p-social-link-1 a:hover {
  background-color: #f8ebcf;
  color: #eb6100;
}
.p-social-link-1 a:hover:after {
  border-top: 2px solid #eb6100;
  border-right: 2px solid #eb6100;
}
/* タブ共通--ページ下部--家族をつなぐstory --*/
@media screen and (max-width: 750px) {
  .c-campaignContent01 .c-campaignContent01-txt {
    font-size: 3.2vw;
  }
  .p-st-section-campaign .p-button-campaign {
    line-height: 1.3;
  }
}
.c-campaignContent01-bnr {
  max-width: 560px;
  margin: 54px auto 0;
}

.terms-ttl {
  text-align: center;
  margin-bottom: 30px;
}

.txt-bold {
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */
