@charset "UTF-8";
/*
  Function
*/
/*
  CSS Override (Cancel)
*/
.contents,
.main_column {
  width: auto;
}

.pankuzu_area ul.pankuzu,
#main_visual {
  display: none;
}

.pankuzu_area {
  padding: 0;
}

.contents,
.contents .columns {
  padding-bottom: 0;
}

/* PC */
@media screen and (min-width: 768px) {
  #main {
    padding-bottom: 0;
  }
  #main.main_contents.wide {
    max-width: 100%;
  }
}
/* TAB */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .header_logo {
    padding-left: 15px;
  }

  #main {
    padding-bottom: 0;
  }
  #main.main_contents.wide {
    padding-left: 0;
    padding-right: 0;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #main {
    padding-bottom: 0;
  }
  #main.main_contents.wide {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
  Main
*/
#main {
  /* COMMON ALL */
  font-family: "Noto Sans JP", sans-serif;
  color: #211815;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  /* COMMON */
  /* COMMON PC */
  /* COMMON TAB */
  /* COMMON SP */
  /* COMMON SE */
  /* HERO */
  /* CAMPAIGN */
  /* PRICE */
}
#main img {
  vertical-align: bottom;
}
#main img[src$=".svg"] {
  max-width: 100%;
  height: auto;
}
#main a {
  text-decoration: none;
}
#main h2, #main h3, #main h4, #main h5, #main p, #main ul, #main ol, #main figure {
  padding: 0;
  margin: 0;
  list-style: none;
}
#main .container {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
#main .d-block {
  display: block;
}
#main .d-inline {
  display: inline;
}
#main .d-none {
  display: none;
}
#main .text-left {
  text-align: left;
}
#main .text-center {
  text-align: center;
}
#main .text-right {
  text-align: right;
}
#main .color-black {
  color: #000;
}
#main .color-white {
  color: #fff;
}
#main .ls-0 {
  letter-spacing: 0;
}
#main .ls-01 {
  letter-spacing: 0.1em;
}
#main .ls-0-05 {
  letter-spacing: 0.05em;
}
#main .lh-1 {
  line-height: 1;
}
#main .lh-1-5 {
  line-height: 1.5;
}
#main .lh-1-6 {
  line-height: 1.6;
}
#main .lh-1-75 {
  line-height: 1.75;
}
#main .lh-1-87 {
  line-height: 1.87;
}
#main .lh-2 {
  line-height: 2;
}
#main .fs-80 {
  font-size: 80%;
}
#main .fw-100 {
  font-weight: 100;
}
#main .fw-200 {
  font-weight: 200;
}
#main .fw-300 {
  font-weight: 300;
}
#main .fw-400 {
  font-weight: 400;
}
#main .fw-500 {
  font-weight: 500;
}
#main .fw-600 {
  font-weight: 600;
}
#main .fw-700 {
  font-weight: 700;
}
#main .fw-900 {
  font-weight: 900;
}
#main .w-100 {
  width: 100%;
}
#main .img100 {
  width: 100%;
  height: auto;
}
#main .hover-opacity {
  opacity: 1;
  transition: opacity 0.6s ease-out;
}
#main .hover-opacity:hover {
  opacity: 0.8 !important;
}
#main .box-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .show-pc, #main .show-tab, #main .show-sp {
  display: none;
}
#main .font-sans {
  font-family: 'Noto Sans JP', serif;
}
#main .font-serif {
  font-family: 'Noto Serif JP', serif;
}
#main .animate-fadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#main .animate-fadein.is-animated {
  opacity: 1.0;
}
#main .btn-common {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0072bb;
  border-radius: 35px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff264;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  margin-inline: auto;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
#main .btn-common::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: block;
  width: 11px;
  height: 21px;
  background-image: url(../media/images/lp/heimtoyou/202607/btn-arrow-yellow.svg), url(../media/images/lp/heimtoyou/202607/btn-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transition: background-image 0.3s ease-in, right 0.3s ease-in;
}
@media (hover: hover) {
  #main .btn-common:hover {
    background-color: #f00;
    color: #fff;
  }
  #main .btn-common:hover::after {
    right: 17.5px;
    background-image: url(../media/images/lp/heimtoyou/202607/btn-arrow-white.svg);
  }
}
@media screen and (min-width: 768px) {
  #main {
    background: url(../media/images/lp/heimtoyou/202607/bg.webp) 0 0 no-repeat;
    background-size: cover;
    font-size: 16px;
  }
  #main .show-pc {
    display: block;
  }
  #main .container {
    width: 1030px;
  }
  #main .btn-common {
    width: 350px;
    height: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .container {
    width: 100%;
  }
  #main .tab-max-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #main .show-tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main {
    background: url(../media/images/lp/heim-thanks/bg_sp.jpg) 0 0 no-repeat;
    background-size: cover;
    font-size: 14px;
  }
  #main img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #main .show-sp {
    display: block;
  }
  #main .btn-common {
    width: 100%;
    height: 65px;
  }
}
#main .hero {
  /* HERO PC */
  /* HERO TAB */
  /* HERO SP */
  /* HERO SE */
}
#main .hero .wrapper {
  position: relative;
}
#main .hero .wrapper .hero__bg img {
  mix-blend-mode: multiply;
}
#main .hero .wrapper .fixation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  bottom: -20px;
  opacity: 0;
  transition: bottom 0.3s ease-in, opacity 0.3s ease-in;
}
#main .hero .wrapper .fixation.active {
  bottom: 0;
  opacity: 1;
}
#main .hero .wrapper .hero__house {
  position: relative;
  overflow: hidden;
}
#main .hero .wrapper .hero__house .hero__house--img {
  position: relative;
  z-index: 2;
}
#main .hero .wrapper .hero__house .fixation {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: top 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease;
}
#main .hero .wrapper .hero__house .fixation.active {
  top: 0;
  opacity: 1;
}
#main .hero .hero__notice {
  position: relative;
  z-index: 1;
}
#main .hero .hero__notice li {
  color: #333;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #main .hero .hero__notice {
    width: fit-content;
    padding-right: 15px;
    margin: -3em 0 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .hero .hero__notice {
    width: fit-content;
    padding-right: 5px;
    margin: -2.5em 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #main .hero .hero__notice {
    padding: 10px 5px 0 5px;
    text-align: justify;
  }
}
#main .campaign {
  /* CAMPAIGN PC */
  /* CAMPAIGN TAB */
  /* CAMPAIGN SP */
  /* CAMPAIGN SE */
}
#main .campaign .campaign__head h2 {
  letter-spacing: 0.1em;
  font-weight: 500;
}
#main .campaign .campaign__head h2 span {
  color: #56b4ca;
  font-weight: 700;
  text-shadow: 4px 4px 4px rgba(255, 242, 100, 0.3);
}
@media screen and (min-width: 768px) {
  #main .campaign {
    padding-top: 40px;
  }
  #main .campaign .campaign__head p {
    font-size: 30px;
  }
  #main .campaign .campaign__head h2 {
    font-size: 36px;
  }
  #main .campaign .campaign__head h2 span {
    font-size: 45px;
  }
  #main .campaign .campaign__banner {
    margin-top: 30px;
  }
  #main .campaign .campaign__btn {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .campaign .campaign__head h2 {
    margin-top: 7.5px;
  }
  #main .campaign .campaign__btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #main .campaign {
    padding-top: 20px;
  }
  #main .campaign .campaign__head p {
    font-size: 16px;
  }
  #main .campaign .campaign__head h2 {
    font-size: 26px;
  }
  #main .campaign .campaign__head h2 span {
    font-size: 30px;
  }
  #main .campaign .campaign__banner {
    margin: 20px -15px 0 -15px;
  }
  #main .campaign .campaign__btn {
    margin-top: 25px;
  }
}
@media screen and (max-width: 320px) {
  #main .campaign .campaign__head p {
    font-size: calc(16px * 0.9);
  }
  #main .campaign .campaign__head h2 {
    font-size: calc(26px * 0.9);
  }
  #main .campaign .campaign__head h2 span {
    font-size: calc(30px * 0.9);
  }
}
#main .price {
  /* PRICE PC */
  /* PRICE TAB */
  /* PRICE SP */
  /* PRICE SE */
}
#main .price .wrapper {
  position: relative;
}
#main .price .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../media/images/lp/heimtoyou/202607/mix-blend-mode_bg.jpg) 0 0 repeat;
  background-size: contain;
  mix-blend-mode: multiply;
}
#main .price .price__head,
#main .price .price__list {
  position: relative;
  z-index: 1;
}
#main .price .price__head strong {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #77bfd5;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-inline: auto;
}
#main .price .price__head strong::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #77bfd5;
  border-bottom: 0;
}
#main .price .price__list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main .price .price__list ul li a {
  position: relative;
  width: 100%;
  height: 100%;
}
#main .price .price__list ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
#main .price .price__list ul li a::after {
  content: "詳しく見る";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 130%;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
@media (hover: hover) {
  #main .price .price__list ul li a:hover::before, #main .price .price__list ul li a:hover::after {
    opacity: 0.8;
  }
}
#main .price .price__list ul li img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}
#main .price .price__list .price__list--notice {
  font-size: 87.5%;
  letter-spacing: 0;
  text-align: right;
}
#main .price .price__arrow {
  animation: arrow-up-down 4s infinite;
}
#main .price .price__banner .price__banner--img {
  position: relative;
}
#main .price .price__banner .price__banner--img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../media/images/lp/heimtoyou/202607/mix-blend-mode_bg.jpg) 0 0 repeat;
  background-size: contain;
  mix-blend-mode: multiply;
}
#main .price .price__banner .price__banner--img img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #main .price {
    padding: 70px 0;
  }
  #main .price .wrapper {
    padding: 40px 20px 20px 20px;
  }
  #main .price .price__head strong {
    width: 520px;
    height: 60px;
    font-size: 32px;
    margin-top: 30px;
  }
  #main .price .price__list {
    margin-top: 20px;
  }
  #main .price .price__list ul li {
    width: 307px;
    margin: 12.5px 0;
  }
  #main .price .price__arrow {
    margin-top: 25px;
  }
  #main .price .price__btn {
    margin-top: 50px;
  }
  #main .price .price__banner {
    margin-top: 65px;
  }
  #main .price .price__banner .price__banner--img::before {
    height: calc(100% - 25px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .price {
    padding: 40px 0;
  }
  #main .price .price__list ul li {
    width: 49%;
    margin: 2% 0;
  }
  #main .price .price__btn,
  #main .price .price__banner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #main .price {
    padding-top: 25px;
  }
  #main .price .wrapper {
    padding: 25px 10px 10px 10px;
    margin: 0 -15px;
  }
  #main .price .price__head {
    padding: 0 25px;
  }
  #main .price .price__head strong {
    height: 45px;
    font-size: 22.5px;
    margin-top: 20px;
  }
  #main .price .price__list {
    margin-top: 17.5px;
  }
  #main .price .price__list ul li {
    width: 49%;
    margin: 1% 0;
  }
  #main .price .price__list .price__list--notice {
    font-size: 10px;
    margin-top: 0.5em;
  }
  #main .price .price__arrow {
    width: 20%;
    margin: 20px auto 0 auto;
  }
  #main .price .price__btn {
    margin-top: 25px;
  }
  #main .price .price__banner {
    margin: 35px -15px 0 -15px;
  }
}
@media screen and (max-width: 320px) {
  #main .price .price__head h2 {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 1.61;
    margin-top: 5px;
  }
  #main .price .price__select .price__select--title h3 {
    font-size: 19px;
  }
}

@keyframes arrow-up-down {
  0% {
    transform: translateY(7.5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(7.5px);
  }
}

/*# sourceMappingURL=heimtoyou_202607.css.map */
