@charset "UTF-8";
/* ======================================================
  Reset
====================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, a, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
body {
  line-height: 1;
}
img {
  line-height: 0;
  vertical-align: top;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
li {
  list-style-type: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
input, select {
  vertical-align: middle;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
}
.close {
  display: none;
}
a {
  outline: none;
}
.cf:before, .cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* ======================================================
  Common
====================================================== */
body, html {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  color: #333;
}
.wrapper {
  background: #fff;
}
.wrapper img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}
.is_hidden {
  transform: translate(0, 30px);
  opacity: 0;
}
.is_show {
  transition: 800ms ease;
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: .5s;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 1.33334vw; /* W750 */
  }
  .is_pc {
    display: none;
  }
  .is_sp {
    display: block;
  }
  /* header */
  .header {
    padding-bottom: 2.5rem;
    text-align: center;
  }
  .header_logo {
    width: 20rem;
    margin: 0 auto;
  }
  /* footer */
  .footer {
    padding: 10rem 0 30rem;
    text-align: center;
  }
  .footer_btn {
    width: 79%;
    margin: auto;
    margin-top: -1.0rem;
    padding-left: 2.5rem;
    padding-bottom: 4rem;
  }
  .footer_copy {
    font-size: 14.5px;
    line-height: 1.3;
    letter-spacing: .07em;
  }
}

@media screen and (min-width: 751px) {
  a:hover {
    transition: opacity 0.2s;
    opacity: 0.7;
  }
  html {
    font-size: 0.5208333vw; /* W1920 */
  }
  .is_sp {
    display: none;
  }
  .is_pc {
    display: block;
  }
  /* header */
  .header {
    padding-bottom: 14px;
    text-align: center;
  }
  .header_logo {
    width: 100px;
    margin: 0 auto;
  }
  /* footer */
  .footer {
    padding: 6.6rem 0 18.8rem;
    text-align: center;
  }
  .footer_btn {
    width: 38.2rem;
    margin: auto;
    padding-bottom: 4rem;
    margin-top: -5.5rem;
    padding-left: 2.5rem;
  }
  .footer_copy {
    font-size: 15.5px;
    line-height: 1.8;
    letter-spacing: .03em;
  }
  .flex {
    display: flex;
  }
}

/* ======================================================
  Contents
====================================================== */
@media screen and (max-width: 750px) {
  .main_frame {
    position: relative;
  }
  .sec01_frame {
    width: 100%;
    background: url(../img/sp/sec01_bg.jpg) center top no-repeat;
    background-size: 100% auto;
    padding: 10.9rem 0 8rem;
  }
  .sec01_frame .sec01_01 {
    width: 68.1rem;
    margin: 0 auto 0 0;
  }

  /* sec02: プレゼント告知 */
  .sec02_frame {
    background: url(../img/sp/sec02_bg.png) center -170% no-repeat;
    background-size: 100% auto;
    padding: 0rem 0 19rem;
  }
  .sec02_frame .sec02_01 {
    width: 67rem;
    margin: 0 auto;
  }

  /* sec03: 癒しの家づくり */
  .sec03_frame {
    background: url(../img/sp/sec03_bg.png) center top no-repeat;
    background-size: 100% auto;
    padding: 13rem 0 22rem;
    margin-top: -21rem;
  }
  .sec03_frame .sec03_01 {
    width: 100%;
  }

  /* sec04: スライダー */
  .sec04_frame {
    background: url(../img/sp/sec04_bg.png) center top no-repeat;
    background-size: 100% auto;
    padding: 13rem 0 20rem;
    margin-top: -25rem;
  }
  .sec04_frame .sec04_01 {
    width: 67rem;
    margin: 0 auto;
  }
  .sec04_sliders {
    flex-direction: column;
    margin-top: 5rem;
  }
  .sec04_sliders .slide_item_wrap {
    width: 60rem;
    margin: 10rem auto 12rem;
  }

  /* sec05: 相談コンテンツ */
  .sec05_frame {
    background: url(../img/sp/sec05_bg.png) center top no-repeat;
    background-size: 100% auto;
    padding: 15rem 0 11rem;
    margin-top: -28rem;
  }
  .sec05_frame .sec05_01 {
    width: 67.6rem;
    margin: 0 auto;
  }
  .sec05_frame .sec05_02 {
    width: 68.4rem;
    margin: 5rem auto 0;
  }
  .sec05_frame .sec05_03 {
    width: 67.6rem;
    margin: 4rem auto 0;
  }

  /* sec06: Instagram Live */
  .sec06_frame {
    background: #f6f6ea;
    padding: 7rem 0;
    text-align: center;
  }
  .sec06_frame .sec06_01 {
    width: 67rem;
    margin: 0 auto;
  }
  .sec06_frame .sec06_02 {
    width: 40rem;
    margin: 4rem auto 0;
  }

  /* sec07: YouTube Live */
  .sec07_frame {
    padding: 10rem 0 0;
  }
  .sec07_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec07_frame .sec07_01 {
    width: 75rem;
  }
  .sec07_frame .sec07_02 {
    width: 62.8rem;
    margin: 6rem auto 0;
  }
  .sec07_frame .sec07_03 {
    width: 75rem;
    margin: 0rem auto 0;
  }

  .secMedia_frame {
    padding: 9rem 0 0rem;
  }
  .secMedia_frame .secMedia_02 {
    width: 60.2rem;
    margin: 6.5rem auto 0;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
  }
  .secMedia_frame .secMedia_02_01 {
    width: 41.2rem;
    margin: 0 auto;
    position: relative;
  }
  .secMedia_frame .secMedia_02_02 {
    width: 40rem;
    margin: 0 auto;
    position: relative;
  }
  .secMedia_frame .secMedia_02_03 {
    width: 54rem;
    margin: 4rem auto 6rem;
    position: relative;
  }
  .secMedia_frame .secMedia_03 {
    width: 60.2rem;
    margin: 8rem auto 0;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
  }
  .secMedia_frame .secMedia_03_01 {
    width: 41.9rem;
    margin: 0 auto;
    position: relative;
  }
  .secMedia_frame .secMedia_03_02 {
    width: 40rem;
    margin: 0 auto;
    position: relative;
  }
  .secMedia_frame .secMedia_03_03 {
    width: 54rem;
    margin: 4rem auto 6rem;
    position: relative;
  }
  .secMedia_frame .secMedia_04 {
    width: 63.3rem;
    padding-top: 8.3rem;
    padding-left: 5.7rem;
  }
  .secMedia_frame .secMedia_05 {
    width: 67.2rem;
    padding-top: 2rem;
    padding-left: 3.9rem;
  }
}

@media screen and (min-width: 751px) {
  .main_frame {
    position: relative;
  }
  .sec01_frame {
    width: 100%;
    background: url(../img/pc/sec01_bg.jpg) center top no-repeat;
    background-size: 100% auto;
    padding: 8rem 0 34.9rem;
  }
  .sec01_frame .sec01_01 {
    width: 121.4rem;
    margin: 0 auto 0 27.9rem;
  }

  /* sec02: プレゼント告知 */
  .sec02_frame {
    background: url(../img/pc/sec02_bg.png) center 100% no-repeat;
    background-size: 100% auto;
    padding: 0rem 0 19rem;
  }
  .sec02_frame .sec02_01 {
    width: 139.9rem;
    margin: 0 auto;
  }

  /* sec03: 癒しの家づくり */
  .sec03_frame {
    background: url(../img/pc/sec03_bg.png) center top no-repeat;
    background-size: 100% auto;
    padding: 10rem 0 22rem;
    margin-top: -21rem;
  }
  .sec03_frame .sec03_01 {
    width: 143rem;
    margin: 2% auto 0px;
  }

  /* sec04: スライダー */
  .sec04_frame {
    background: url(../img/pc/sec04_bg.png) center top no-repeat;
    background-size: 100% auto;
    padding: 13rem 0 20rem;
    margin-top: -25rem;
  }
  .sec04_frame .sec04_01 {
    width: 67.6rem;
    margin: 0 0 0 26rem;
  }
  .sec04_sliders {
    justify-content: center;
    gap: 13rem;
    margin-top: 6rem;
  }
  .sec04_sliders .slide_item_wrap {
    width: 60rem;
  }

  /* sec05: 相談コンテンツ */
  .sec05_frame {
    background: url(../img/pc/sec05_bg.png) center top no-repeat;
    background-size: 100% auto;
    padding: 15rem 0 11rem;
    margin-top: -23rem;
  }
  .sec05_frame .sec05_01 {
    width: 68.6rem;
    margin: 0 0 0 26rem;
  }
  .sec05_frame .sec05_02 {
    width: 134.7rem;
    margin: 6rem auto 0;
  }
  .sec05_frame .sec05_03 {
    width: 140.3rem;
    margin: 8rem auto 0;
  }

  /* sec06: Instagram Live */
  .sec06_frame {
    background: #f6f6ea;
    padding: 6rem 0;
    text-align: center;
    margin-top: 9rem;
  }
  .sec06_frame .sec06_01 {
    position: relative;
    width: 140.5rem;
    margin: 0 auto;
  }
  .sec06_frame .sec06_01 .sec06_02 {
    width: 40rem;
    margin: -7rem auto 0 14.75rem;
  }

  /* sec07: YouTube Live */
  .sec07_frame {
    background: linear-gradient(to bottom, #88d2f5 0%, #cdeafb 60%, #fff 100%);
    padding: 7rem 0;
    margin-top: 7rem;
  }
  .sec07_inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 3rem;
    max-width: 168rem;
    margin: 0 auto;
  }
  .sec07_frame .sec07_01 {
    position: relative;
    width: 83rem;
  }
  .sec07_frame .sec07_01 .sec07_02 {
    position: absolute;
    left: 6rem;
    bottom: -14rem;
    width: 69.8rem;
  }
  .sec07_frame .sec07_03 {
    width: 55.2rem;
    margin-top: -1rem;
  }

  .secMedia_frame {
    padding-top: 8rem;
    margin-top: 0;
  }
  .secMedia_frame .secMedia_02 {
    width: 120.2rem;
    margin-top: 8.2rem;
    margin-left: 35.9rem;
    position: relative;
    border-left: 2px solid #808080;
    border-right: 2px solid #808080;
    padding-bottom: 1.2rem;
  }
  .secMedia_frame .secMedia_02_01 {
    width: 41.2rem;
    margin-top: 5rem;
    padding-left: 7.5rem;
    position: relative;
  }
  .secMedia_frame .secMedia_02_02 {
    width: 40rem;
    margin-top: 5.9rem;
    padding-left: .4rem;
    position: relative;
  }
  .secMedia_frame .secMedia_02_03 {
    width: 54rem;
    margin-top: 1.1rem;
    padding-left: 9.5rem;
    position: relative;
  }
  .secMedia_frame .secMedia_03 {
    width: 120.2rem;
    margin-top: 8.2rem;
    margin-left: 35.9rem;
    position: relative;
    border-left: 2px solid #808080;
    border-right: 2px solid #808080;
    padding-bottom: 1.2rem;
  }
  .secMedia_frame .secMedia_03_01 {
    width: 41.9rem;
    margin-top: 5rem;
    padding-left: 7.5rem;
    position: relative;
  }
  .secMedia_frame .secMedia_03_02 {
    width: 40rem;
    margin-top: 5.9rem;
    padding-left: .4rem;
    position: relative;
  }
  .secMedia_frame .secMedia_03_03 {
    width: 54rem;
    margin-top: 1.1rem;
    padding-left: 9.5rem;
    position: relative;
  }
  .secMedia_frame .secMedia_04 {
    width: 94.4rem;
    margin-top: 8.5rem;
    padding-left: 48.2rem;
    position: relative;
  }
  .secMedia_frame .secMedia_05 {
    width: 120.2rem;
    margin-top: 2rem;
    padding-left: 35.9rem;
    position: relative;
    padding-bottom: 10rem;
  }
}

/* ======================================================
  Fixed Elements
====================================================== */
@media screen and (max-width: 750px) {
  .fixed_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 10;
    width: 100%;
  }
  .fixed_bottom_btn {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  .fixed_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 10;
    width: 100%;
  }
  .fixed_bottom_btn {
    display: block;
    width: 100%;
  }
}

/* ======================================================
  Slide (sec04)
====================================================== */
.slide_item_wrap .slick-slide img {
  width: 100%;
  display: block;
}
.slick-prev,
.slick-next {
  z-index: 1;
  width: 40px;
  height: 40px;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 4px solid #6b8f6f;
  border-right: 4px solid #6b8f6f;
}
.slick-next:before {
  transform: rotate(45deg);
  margin-right: 10px;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
}
.slick-dots li.slick-active button:before {
  color: #6b8f6f;
  opacity: 1;
}

@media screen and (max-width: 750px) {
  .slick-prev {
    left: -1rem;
  }
  .slick-next {
    right: -7.5rem;
  }
  .slick-dots {
    bottom: -4rem;
  }
  .slick-prev:before {
    transform: rotate(-135deg);
    margin-left: -52%;
  }
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
}
@media screen and (min-width: 751px) {
  .slick-prev {
    left: -4.5rem;
  }
  .slick-next {
    right: -5.5rem;
  }
  .slick-dots {
    bottom: -4rem;
  }
  .slick-prev:before {
    transform: rotate(-135deg);
    margin-left: 16%;
  }
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 9px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
