@charset "UTF-8";
/*共通*/
:root {
  --color-black: #271e1c;
  --color-gray: #d6dce6;
  --color-blueDeep: #283461;
  --color-blue: #0b2c90;
  --color-blueLight: #1d9bf0;
  --color-redDeep: #e1332f;
  --color-red: #f93a29;
  --color-redLight: #fa5448;
  --color-yellow: #fff87a;
  --padding: 30px;
  --innerWidth: 900px;
  --innerWidth-Wide: 1050px;
  --mv_height: 440px;
}

main {
  margin-top: 0;
  width: 100vw;
  overflow: hidden;
  font-family: var(--font-family);
}

.inner {
  position: relative;
  max-width: var(--innerWidth);
  margin: 0 auto;
  padding: 0 var(--padding);
}

.inner_wide {
  position: relative;
  max-width: var(--innerWidth-Wide);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--padding);
}
.inner_wide img {
  display: block;
  margin: auto;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.caption {
  font-size: 12px !important;
  letter-spacing: 0em;
}

.btn_wrap p {
  display: inline-block;
}

.btn_reservation {
  text-align: center;
  font-weight: bold;
  filter: drop-shadow(0px 0px 2px rgb(255, 255, 255)) drop-shadow(0px 0px 5px rgb(255, 255, 255)) drop-shadow(1px 1px 10px rgb(255, 255, 255));
  transform: translateZ(0);
  margin-bottom: 100px;
}
.btn_reservation p {
  margin: 0;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6;
}
.btn_reservation strong {
  display: inline-block;
  font-size: 3.5rem;
  margin-bottom: 0.25em;
}
.btn_reservation a {
  position: relative;
  margin: 0.75em auto;
  display: block;
  text-align: center;
  max-width: 600px;
  padding: 0.4em 0.75em;
  font-size: 3.75rem;
  text-align: center;
  border: solid 1.5px #fff;
  color: #fff;
}
.btn_reservation a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1em;
  width: 100%;
  height: 100%;
  background: var(--color-redDeep);
  filter: blur(10px);
  z-index: -1;
}
.btn_reservation a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1em;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: solid 0.5px #fff;
}
.btn_reservation a .txt {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-right: 1em;
  font-size: inherit;
  letter-spacing: 0.09em;
}
.btn_reservation a .txt::after {
  content: "▲";
  position: absolute;
  top: 50%;
  right: 0em;
  transform: translate(50%, -50%) rotate(90deg);
  font-size: 0.85em;
  width: 0.9em;
  height: 0.9em;
  background: url() center center no-repeat;
  background-size: contain;
}
.btn_reservation a .txt:hover:after {
  right: -0.15em;
  transition: 0.15s ease-in-out;
}
.btn_reservation a:hover {
  border-color: var(--color-blueLight);
  transition: 0.15s ease-in-out;
}
.btn_reservation a:hover::before {
  background: #fff;
  transition: 0.15s ease-in-out;
}
.btn_reservation a:hover::after {
  border: solid 0.5px var(--color-blueLight);
  transition: 0.15s ease-in-out;
}
.btn_reservation a:hover .txt {
  color: var(--color-blueLight);
  transition: 0.15s ease-in-out;
}
.btn_reservation a:hover .txt::after {
  right: 0.15em;
  transition: 0.15s ease-in-out;
}
.btn_reservation figure {
  display: inline-block;
}

.fixed_wrap {
  position: relative;
  z-index: 99;
}
.fixed_wrap > * {
  position: fixed;
}
.fixed_wrap .attention {
  top: 25%;
  right: -25px;
  width: 20vw;
  max-width: 280px;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0;
}
.fixed_wrap .fadeOutR {
  animation: fadeOutR 0.5s forwards;
  transition: 0.3s ease-in-out;
}
@keyframes fadeOutR {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100px);
  }
}
.fixed_wrap .fadeInR {
  animation: fadeInR 0.5s forwards;
  transition: 0.3s ease-in-out;
}
@keyframes fadeInR {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*MV*/
.mv {
  position: relative;
  height: var(--mv_height);
  overflow: hidden;
}
.mv .logo_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 28%;
  max-width: 380px;
  z-index: 99;
}
.mv .logo_wrap a:hover {
  opacity: 0.8;
  filter: none;
}
.mv .base_wrap {
  position: relative;
}
.mv .base_wrap .base {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv .base_wrap .bgimgL,
.mv .base_wrap .bgimgR {
  position: absolute;
  top: 0;
  left: 0;
  width: 35vw;
  height: var(--mv_height);
  z-index: -1;
}
.mv .base_wrap .bgimgR {
  left: unset;
  right: 0;
}
.mv .base_wrap::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 70%;
  height: 100vw;
  background: linear-gradient(90deg, rgba(140, 210, 245, 0) 0%, var(--color-blueLight) 20%, var(--color-blueLight) 80%, rgba(140, 210, 245, 0) 100%);
  z-index: 1;
}
.mv .base_wrap::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: var(--innerWidth-Wide);
  height: 700px;
  background: url(../img/mv_tit_bg.webp) no-repeat;
  background-size: contain;
  z-index: 1;
}
.mv .h1_wrap {
  position: absolute;
  transform: translate(-50%, 0);
  top: 88px;
  left: 50%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto;
  padding: 0px var(--padding);
  width: 70%;
  max-width: 870px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.mv .h1_wrap .reriod_date {
  margin-top: 0.25em;
  padding: 0.1em 0em;
  font-size: 2.65rem;
  font-weight: bold;
  background: url(../img/mv_date_bg.svg) no-repeat;
  background-size: 100%;
}
.mv .h1_wrap .reriod_date strong {
  line-height: 1;
}
.mv img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.mv .ank_wrap {
  position: absolute;
  width: 100%;
  max-width: 1370px;
  padding: 20px;
  left: 50%;
  bottom: 2.35vw;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mv .ank_wrap .deco > * {
  position: absolute;
  display: block;
  width: 24%;
  z-index: -1;
}
.mv .ank_wrap .deco .posiLT {
  top: -39%;
  left: -6%;
}
.mv .ank_wrap .deco .posiRT {
  top: -29%;
  right: -10%;
}
.mv .ank_wrap .left {
  width: 52.5%;
}
.mv .ank_wrap .right {
  width: 47.25%;
}
.mv .ank_wrap .caption {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 15px !important;
  font-weight: bold;
  margin-top: 1.75em;
  line-height: 1.25;
  filter: drop-shadow(1px 1px 5px rgb(255, 255, 255)) drop-shadow(1px 1px 5px rgb(255, 255, 255)) drop-shadow(1px 1px 5px rgb(255, 255, 255)) drop-shadow(1px 1px 5px rgb(255, 255, 255));
  transform: translateZ(0);
  will-change: filter;
}

/*来場プレゼント*/
.presentWrap {
  margin-top: 0px;
  position: relative;
  background: url(../img/pre_bg.webp) center center no-repeat;
  background-size: cover;
  padding: 68px var(--padding) 120px;
  z-index: 1;
}
.presentWrap .present_item {
  position: relative;
  padding: 30px 50px 50px;
  margin: -170px auto 50px;
  background: url(../img/pre_bg_tr.svg) no-repeat top right/90px, url(../img/pre_bg_lb.svg) no-repeat bottom left/90px, url(../img/pre_bg_white.svg) no-repeat center center/200vh;
  filter: drop-shadow(5px 5px 5px rgba(0, 158, 255, 0.6));
  transform: translateZ(0);
}
.presentWrap .present_item > * {
  position: relative;
  z-index: 2;
}
.presentWrap .present_item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 2px solid #fff;
}
.presentWrap .present_item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  border: 1px solid #fff;
}
.presentWrap .present_item hgroup {
  color: var(--color-blueDeep);
}
.presentWrap .present_item hgroup h2 {
  display: flex;
  align-items: end;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  max-width: 1260px;
  margin: 0 auto 0.66em;
  font-size: 2.5rem;
}
.presentWrap .present_item hgroup h2 strong {
  display: inline-block;
  font-size: 183%;
  color: var(--color-blueLight);
  margin: 0em 0.1em;
  line-height: 1.15;
  font-weight: bolder;
}
.presentWrap .present_item hgroup h2 small {
  display: inline-block;
  font-size: 68%;
  margin: 0em 0 0.35em;
}
.presentWrap .present_item hgroup h2 span {
  position: relative;
  display: inline-block;
}
.presentWrap .present_item hgroup h2 span::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.15em;
  width: calc(100% + 0.25em);
  height: 0.65em;
  background: var(--color-yellow);
  z-index: -1;
}
.presentWrap .present_item hgroup .read_txt {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2.25rem;
  font-weight: bold;
}
.presentWrap .present_item hgroup .read_txt .txt_list {
  font-size: 90%;
  background: var(--color-blue);
}
.presentWrap .present_item hgroup strong {
  color: var(--color-blueLight);
}
.presentWrap .present_item .txt_list {
  display: inline-block;
  width: 6.5em;
  margin-bottom: 0.15em;
  padding: 0.05em 0.25em;
  border-radius: 1em;
  font-weight: bold;
  text-align: center;
  background: var(--color-blueLight);
  color: #fff;
}
.presentWrap .present_item .txt_list.txtKana {
  letter-spacing: 0;
}
.presentWrap .present_item .txt_list + .txt_list {
  margin-left: 3px;
}
.presentWrap .present_item .boxL,
.presentWrap .present_item .boxR {
  width: 50%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
.presentWrap .present_item .boxL .flexBottom,
.presentWrap .present_item .boxR .flexBottom {
  margin-top: auto;
}
.presentWrap .present_item .boxL {
  padding-right: 3%;
}
.presentWrap .present_item .boxR {
  padding-left: 3%;
  border-left: 1px dashed var(--color-black);
}
.boxL strong .presentWrap .present_item::before {
  height: 2em;
  background: url() center center no-repeat;
  background-size: contain;
}
.presentWrap .present_item .txtImg {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.25em;
}
.presentWrap .present_item .cancel {
  position: relative;
}
.presentWrap .present_item .cancel::after {
  content: "";
  width: 102%;
  border-top: 3px solid #f00;
  position: absolute;
  top: 42%;
  left: 49%;
  transform: translate(-50%, -50%) rotate(-10deg);
}
.presentWrap .present_item h3 {
  margin-top: -50px;
}
.presentWrap .present_item .item_box {
  margin-top: -0.75em;
}
.presentWrap .present_item .item_box > * {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-weight: bold;
  text-align: center;
}
.presentWrap .present_item .item_box > * .txt_list {
  font-size: 1.85rem;
}
.presentWrap .present_item .item_box > * strong {
  position: relative;
  display: block;
  font-size: 3.15rem;
  padding-left: 1.45em;
}
.presentWrap .present_item .item_box > * strong::before {
  content: "";
  position: absolute;
  bottom: 0.15em;
  left: 0.5em;
  transform: translate(-50%, 0%);
  width: 1.25em;
  height: 1.25em;
  background: url(../img/icon_coin.svg) center center no-repeat;
  background-size: contain;
}
.presentWrap .present_item .item_box > * .caption {
  display: block;
}
.presentWrap .present_item .item_box .pre_detail {
  width: 100%;
  max-width: 400px;
  padding-bottom: var(--padding);
}
.presentWrap .present_item .item_box.no1 .pre_detail {
  padding: var(--padding) 0;
}
.presentWrap .present_item .item_box.no2 strong::before {
  content: "";
  position: absolute;
  bottom: 0.15em;
  left: 0.5em;
  transform: translate(-50%, 0%);
  width: 1.25em;
  height: 1.25em;
  background: url(../img/icon_hand.svg) center center no-repeat;
  background-size: contain;
}
.presentWrap .present_item .example_wrap {
  border: 2px solid var(--color-gray);
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0;
  background: #fff;
}
.presentWrap .present_item .example_wrap dt {
  padding: 0.35em 1em 0.5em;
  min-height: 3.85em;
  background: var(--color-gray);
  line-height: 1.35;
}
.presentWrap .present_item .example_wrap dd {
  padding: 0.15em 1em 0.25em;
  min-height: 3.85em;
}
.presentWrap .present_item .example_wrap dd strong {
  color: var(--color-red);
}
.presentWrap .present_item .example_wrap dd strong .numberL {
  font-size: 220%;
  line-height: 1;
}
.presentWrap .present_item .example_wrap dd .number {
  font-size: 180%;
}
.presentWrap .present_item .deco {
  display: contents;
}
.presentWrap .present_item .deco > * {
  position: absolute;
}
.presentWrap .present_item .deco .chara_01 {
  max-width: 160px;
  width: 14%;
  top: 6%;
  left: 4%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.presentWrap .present_item .deco .chara_02 {
  max-width: 160px;
  width: 13%;
  bottom: -6%;
  right: -6%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.presentWrap .btn_reservation {
  margin-bottom: 0;
}

/*住宅情報館について*/
.about_wrap {
  padding: 120px 0;
  background: #2267bf url(../img/about_bg.webp) no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 1.8rem;
}
.about_wrap .col_2 {
  position: relative;
}
.about_wrap .col_2 .boxL {
  width: 61%;
}
.about_wrap .col_2 .boxR {
  width: 35%;
}
.about_wrap .h2_wrap .subtit {
  width: 80%;
  max-width: 540px;
  margin-bottom: 10px;
}
.about_wrap .h2_wrap h2 {
  font-size: 2.75rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.about_wrap .h2_wrap h2 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.35em;
  padding: 0.05em 0em 0.15em 0.35em;
  letter-spacing: 0.05em;
  background: #fff;
  color: var(--color-blue);
}
.about_wrap p {
  font-size: 1.7rem;
}
.about_wrap p + p {
  margin-top: 2em;
}
.about_wrap .img_wrap {
  position: absolute;
  top: 55%;
  right: var(--padding);
  transform: translate(0, -50%);
  width: 35%;
}

/*WEBで簡単以下*/
.attention_wrap {
  padding: 20px 0 10px;
  background: #efefef;
}
.attention_wrap .attention_box {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto 20px;
  padding: 40px 40px 30px;
  background: #ffffff;
  border-radius: 20px;
  z-index: 3;
}
.attention_wrap .attention_box h2 {
  width: 100%;
  margin-bottom: 2.75em;
  font-size: 2.5rem;
  color: var(--color-blueLight);
  text-align: center;
}
.attention_wrap .attention_box .yoko_txt span {
  display: inline-block;
}
.attention_wrap .attention_box .title {
  font-size: 100%;
}
.attention_wrap .attention_box p {
  margin-bottom: 20px;
  text-align: left;
}
.attention_wrap .attention_box a {
  text-decoration: underline;
}

/*===footer======*/
.ft__logo {
  text-align: center;
  padding: 20px 0;
}
.ft__logo img {
  width: 225px;
  height: auto;
}
.ft__logo .ft__copy {
  font-size: 1.1rem;
  text-align: center;
}
.ft__logo p img {
  height: auto;
  width: 100px;
}

@media screen and (min-width: 2000px) {
  .other_btn_wrap {
    background: url(../img/otherLink/ank_bg_wide.webp) center center no-repeat;
    background-size: 100%;
    padding: 7vw 0;
  }
  .mv .base_wrap img {
    -o-object-position: 50% 30%;
       object-position: 50% 30%;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --padding: 8vw;
    --mv_height: 28vw;
  }
  .fixed_wrap .attention {
    top: 23%;
    right: -2.5vw;
    width: 18vw;
  }
  .mv .base_wrap::before {
    width: 82%;
  }
  .mv .h1_wrap {
    top: 7vw;
  }
  .presentWrap .present_item {
    margin-top: -9.5vw;
  }
  .presentWrap .present_item .item_box .pre_detail {
    padding: 0vw 0 2vw;
  }
  .presentWrap .present_item .item_box.no1 .pre_detail {
    padding: 2vw 0;
  }
  .presentWrap .present_item .deco .chara_02 {
    right: -2%;
    bottom: -10%;
  }
  .about_wrap .img_wrap {
    width: 31%;
  }
}
@media screen and (max-width: 980px) {
  :root {
    --padding: 4vw;
  }
  .mv .h1_wrap .reriod_date {
    font-size: 2.25rem;
  }
  .presentWrap .present_item {
    margin-top: -9vw;
    padding: 4vw var(--padding) 5vw;
    background: url(../img/pre_bg_tr.svg) no-repeat top right/7vw, url(../img/pre_bg_lb.svg) no-repeat bottom left/7vw, url(../img/pre_bg_white.svg) repeat center center/100vw;
  }
  .about_wrap .h2_wrap h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --padding: 4vw;
  }
  .btn_wrap a {
    font-size: 4vw;
  }
  .pc,
  .tab {
    display: none;
  }
  h2 {
    font-size: 6vw;
  }
  /*ヘッダー　SP用*/
  main {
    margin-top: 0;
  }
  img {
    margin: auto;
  }
  .inner {
    padding: 0 4vw;
  }
  .inner_wide {
    padding: 0 4vw;
  }
  .inner {
    width: 100%;
  }
  .btn_reservation {
    text-align: center;
    font-size: 3.25vw;
    line-height: 1.5;
  }
  .btn_reservation p {
    font-size: 3.5vw;
  }
  .btn_reservation p .fz120 {
    font-size: 130%;
  }
  .btn_reservation a {
    margin: 5vw auto;
    width: 100%;
  }
  .btn_reservation a + a {
    margin-top: 1vw;
  }
  .btn_reservation p {
    margin: 6.5vw 0vw;
    font-size: 3.25vw;
  }
  .fixed_wrap .attention {
    top: auto;
    bottom: 8vw;
    right: -4vw;
    left: unset;
    width: 35vw;
    height: auto;
    max-width: unset;
  }
  @keyframes fadeOutR {
    from {
      opacity: 1;
      transform: translate(0, 0);
    }
    to {
      opacity: 0;
      transform: translate(100px, 0);
    }
  }
  @keyframes fadeInR {
    from {
      opacity: 0;
      transform: translate(100px, 0);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  .btn_reservation {
    margin-bottom: 10vw;
  }
  .btn_reservation p {
    font-size: 1.35rem;
    margin: 0.5em 0;
  }
  .btn_reservation strong {
    font-size: 2rem;
    margin-bottom: 0.25em;
  }
  .btn_reservation a {
    font-size: 2.5rem;
  }
  /*MV SP用*/
  .mv {
    height: auto;
  }
  .mv .base_wrap {
    margin-top: 13vw;
    padding-bottom: 25vw;
  }
  .mv .base_wrap .bgimg {
    width: 100%;
  }
  .mv .base_wrap::before {
    width: 100%;
    background: linear-gradient(180deg, rgba(140, 210, 245, 0) 30%, var(--color-blueLight) 65%);
    height: 100%;
  }
  .mv .base_wrap::after {
    top: unset;
    bottom: 0;
    height: 50vw;
  }
  .mv .logo_wrap {
    position: absolute;
    top: 0;
    display: block;
    width: 100vw;
    max-width: none;
    height: auto;
    background: #fff;
    z-index: 99;
  }
  .mv .logo_wrap a {
    display: block;
    padding: 2.15vw 4vw;
  }
  .mv .logo_wrap img {
    width: 60%;
    margin: auto;
    display: block;
    max-width: 300px;
    min-width: 200px;
  }
  .mv .h1_wrap {
    width: 100%;
    top: unset;
    bottom: 10vw;
  }
  .mv .h1_wrap .reriod_date {
    padding: 0.1em 0.25em;
    font-size: 1.45rem;
    background-size: 100%;
  }
  /*来場プレゼント*/
  .presentWrap {
    padding: 12vw var(--padding);
    background-size: 150%;
    background-position: center bottom;
  }
  .presentWrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(140, 210, 245, 0) 10%, #aee0f8 35%);
  }
  .presentWrap .present_item {
    padding: 6vw var(--padding) 8vw;
    margin: -18vw auto 50px;
    background: url(../img/pre_bg_tr.svg) no-repeat top right/10vw, url(../img/pre_bg_lb.svg) no-repeat bottom left/10vw, url(../img/pre_bg_white.svg) no-repeat center center/300vh;
  }
  .presentWrap .present_item::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }
  .presentWrap .present_item::after {
    width: calc(100% + 18px);
    height: calc(100% + 18px);
  }
  .presentWrap .present_item hgroup h2 {
    flex-wrap: wrap;
    margin: 0 auto 0.85em;
    font-size: 2rem;
    text-align: center;
  }
  .presentWrap .present_item hgroup h2 strong {
    font-size: 170%;
  }
  .presentWrap .present_item hgroup h2 span {
    margin: auto;
  }
  .presentWrap .present_item hgroup h2 span + span {
    margin-top: 0.35em;
  }
  .presentWrap .present_item hgroup .read_txt {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .presentWrap .present_item hgroup .read_txt .txt_list {
    font-size: 87%;
  }
  .presentWrap .present_item .txt_list {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 5em;
    padding: 0.05em 0.5em;
  }
  .presentWrap .present_item .txt_list + .txt_list {
    margin-left: 1px;
  }
  .presentWrap .present_item .itemWrap > * {
    display: block;
  }
  .presentWrap .present_item .boxL,
  .presentWrap .present_item .boxR {
    width: 100%;
    margin-top: 10vw;
  }
  .presentWrap .present_item .boxL {
    padding-right: 0%;
  }
  .presentWrap .present_item .boxR {
    padding-left: 0%;
    border-left: unset;
    border-top: 1px dashed var(--color-black);
    padding-top: 20vw;
  }
  .presentWrap .present_item h3 {
    margin-top: -10vw;
    height: 5em;
  }
  .presentWrap .present_item .item_box > * .txt_list {
    font-size: 1.5rem;
  }
  .presentWrap .present_item .item_box > * strong {
    font-size: 2.25rem;
    padding-left: 1.45em;
  }
  .presentWrap .present_item .item_box .pre_detail {
    width: 95%;
  }
  .presentWrap .present_item .deco .chara_01 {
    max-width: 170px;
    width: 16%;
    top: 5%;
    left: -4%;
  }
  .presentWrap .present_item .deco .chara_02 {
    max-width: 160px;
    width: 15%;
    bottom: -1%;
    right: -2%;
  }
  /*住宅情報館について*/
  .about_wrap {
    position: relative;
    padding: 45vw 0 12vw;
    background: #2267bf url(../img/about_bg_sp.webp) no-repeat;
    background-size: 130%;
    background-position: center -5vw;
    font-size: 1.5rem;
  }
  .about_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(140, 210, 245, 0) 10%, #2267bf 20%);
  }
  .about_wrap .col_2 {
    position: relative;
    flex-wrap: wrap;
  }
  .about_wrap .col_2 .boxL,
  .about_wrap .col_2 .boxR {
    width: 100%;
  }
  .about_wrap .h2_wrap .subtit {
    width: 90%;
  }
  .about_wrap .h2_wrap h2 {
    font-size: 1.65rem;
    letter-spacing: 0em;
  }
  .about_wrap .img_wrap {
    position: relative;
    top: unset;
    right: unset;
    transform: translate(0, 0%);
    width: 80%;
    margin: auto;
  }
  .about_wrap p {
    font-size: 1.5rem;
  }
  .attention_wrap {
    padding: 12vw 0;
  }
  .attention_wrap .attention_box {
    padding: calc(2 * var(--padding));
  }
  .attention_wrap .attention_box h2 {
    font-size: 2.15rem;
  }
  .ft__logo {
    padding: 5vw 0;
  }
}/*# sourceMappingURL=style.css.map */

/**/
.attention_wrap .attention_box p.t_right{
	text-align: right;
}
.fnt80{
	font-size: 80%;
}