/*
  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;
}

.page_header {
  display: none;
}

.main_contents {
  padding: 0;
}

#wholewrapper {
  visibility: hidden;
}

/* CSS Override PC */
@media screen and (min-width: 768px) {
  #main {
    padding-bottom: 0;
  }
  #main.main_contents, #main.main_contents.wide {
    max-width: 100%;
  }
}
/* CSS Override 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;
  }
}
/* CSS Override SP */
@media screen and (max-width: 767px) {
  #main {
    padding-bottom: 0;
  }
  #main.main_contents.wide {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
  ALL
*/
#main {
  /* COMMON ALL */
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.31;
  /* COMMON */
  /* HERO ALL */
  /* Floor ALL */
  /* Rent ALL */
  /* List ALL */
  /* MAISON ALL */
  /* ZEH ALL */
}
#main img {
  vertical-align: bottom;
}
#main img[src$=".svg"] {
  max-width: 100%;
  height: auto;
}
#main a {
  text-decoration: none;
}
#main ul,
#main ol {
  list-style: none;
}
#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 .d-block {
  display: block;
}
#main .d-inline {
  display: inline;
}
#main .text-left {
  text-align: left;
}
#main .text-center {
  text-align: center;
}
#main .text-right {
  text-align: right;
}
#main .text-indent {
  padding-left: 1em;
  text-indent: -1em;
}
#main .text-noto-mincho {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#main .text-noto-gothic {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#main .text-Spectral {
  font-family: 'Spectral', serif;
}
#main .text-justify {
  text-align: justify;
}
#main .color_black {
  color: #000;
}
#main .color_grenn {
  color: #007980;
}
#main .color_white {
  color: #fff;
}
#main .color_brown {
  color: #be9b5a;
}
#main .color_brown2 {
  color: #be9b5a;
}
#main .box_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#main .ls-0 {
  letter-spacing: 0;
}
#main .ls-05 {
  letter-spacing: 0.05em;
}
#main .lh-1 {
  line-height: 1;
}
#main .lh-1-4 {
  line-height: 1.4;
}
#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-2 {
  line-height: 2;
}
#main .fw100 {
  font-weight: 100;
}
#main .fw200 {
  font-weight: 200;
}
#main .fw300 {
  font-weight: 300;
}
#main .fw400 {
  font-weight: 400;
}
#main .fw500 {
  font-weight: 500;
}
#main .fw600 {
  font-weight: 600;
}
#main .fw700 {
  font-weight: 700;
}
#main .fw900 {
  font-weight: 900;
}
#main .w100 {
  width: 100%;
}
#main .img100 {
  width: 100%;
  height: auto;
}
#main .opacity {
  opacity: 1;
  transition: opacity 0.6s ease-out;
}
#main .opacity:hover {
  opacity: 0.8 !important;
}
#main .container {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
#main .animate-fadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#main .animate-fadein.is-animated {
  opacity: 1.0;
}
#main .animate-slide_bottom {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 0.6s ease-in-out,opacity 1s ease-in-out;
}
#main .animate-slide_bottom.is-animated {
  opacity: 1.0;
  transform: translateY(0);
}
#main .animate-slide_left {
  opacity: 0;
  transform: translateX(-20px);
  transition: transform 0.6s ease-in-out,opacity 1s ease-in-out;
}
#main .animate-slide_left.is-animated {
  opacity: 1.0;
  transform: translateX(0);
}
#main .animate-slide_right {
  opacity: 0;
  transform: translateX(20px);
  transition: transform 0.6s ease-in-out,opacity 1s ease-in-out;
}
#main .animate-slide_right.is-animated {
  opacity: 1.0;
  transform: translateX(0);
}
#main .delay-fadein {
  opacity: 0;
  transition: opacity 1s ease-in;
}
#main .delay-fadein.is-active {
  opacity: 1;
}
#main .hero {
  position: relative;
}
#main .hero::after {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(180deg, rgba(46, 23, 0, 0) 0%, #2e1700 100%);
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
}
#main .hero .hero__bg {
  filter: grayscale(100%);
  transition: filter 1.5s ease-in;
}
#main .hero .hero__bg.active {
  filter: grayscale(0);
}
#main .hero strong {
  position: absolute;
  line-height: 1;
  opacity: 0;
  transition: opacity 1s ease-in;
}
#main .hero strong.active {
  opacity: 1;
}
#main .hero .hero__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in;
}
#main .hero .hero__title.active {
  opacity: 1;
}
#main .hero .hero__title p {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#main .hero .hero__title h2 {
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
}
#main .hero .hero__title small {
  letter-spacing: 0.2em;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
}
#main .hero .hero__search {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(66, 134, 203, 0.5);
  border: solid 1px #fff;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transition: opacity 1s ease-in;
}
#main .hero .hero__search.active {
  opacity: 1;
}
#main .floor {
  background: #2E1700;
}
#main .floor .wrapper {
  position: relative;
}
#main .floor .wrapper figure figcaption {
  background: #BEB4A4;
  color: #2E1700;
  line-height: 1.45;
  font-weight: 500;
  padding: 7.5px 15px;
}
#main .floor .wrapper .floor__3d {
  position: absolute;
  z-index: 1;
}
#main .floor .floor__title {
  line-height: 1.45;
}
#main .rent {
  background: #fff;
}
#main .rent .bg {
  position: relative;
}
#main .rent .bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 218px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
#main .rent .bg .rent__title {
  color: #2E1700;
  line-height: 1.45;
}
#main .rent .bg .rent__desc {
  line-height: 1.44;
}
#main .rent .bg .rent__circle {
  position: relative;
  z-index: 1;
}
#main .list ul {
  overflow: hidden;
}
#main .list ul li .wrapper .list__head .list__head--title {
  color: #46321F;
}
#main .list ul li .wrapper .list__head .list__head--text {
  color: #000;
}
#main .maison ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
#main .maison ul li figure {
  position: relative;
}
#main .maison ul li figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  background: -moz-linear-gradient(-139.26% 838.15% 0deg, rgba(46, 23, 0, 0) 0%, #2e1700 49.4%, rgba(46, 23, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(46, 23, 0, 0) 0%, #2e1700 49.4%, rgba(46, 23, 0, 0) 100%);
  background: -webkit-gradient(linear, -139.26% 838.15%, -138.98% 838.15%, color-stop(0, rgba(46, 23, 0, 0)), color-stop(0.494, #2e1700), color-stop(1, rgba(46, 23, 0, 0)));
  background: -o-linear-gradient(0deg, rgba(46, 23, 0, 0) 0%, #2e1700 49.4%, rgba(46, 23, 0, 0) 100%);
  background: -ms-linear-gradient(0deg, rgba(46, 23, 0, 0) 0%, #2e1700 49.4%, rgba(46, 23, 0, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2E1700', endColorstr='#2E1700' ,GradientType=0)";
  background: linear-gradient(90deg, rgba(46, 23, 0, 0) 0%, #2e1700 49.4%, rgba(46, 23, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2E1700',endColorstr='#2E1700' , GradientType=1);
}
#main .maison .maison__desc {
  line-height: 1.44;
}
#main .zeh {
  overflow: hidden;
}
#main .zeh .wrapper .zeh__title {
  color: #32597C;
  line-height: 1.44;
}
#main .zeh .wrapper .zeh__title span {
  display: block;
  margin-top: 0.1em;
}
#main .zeh .wrapper .zeh__title span rt {
  line-height: 1.5;
  font-weight: 500;
}
#main .zeh .wrapper .zeh__title .zeh__desc {
  line-height: 1.5;
}
#main .zeh .wrapper .zeh__box {
  background: #EBF1EA;
}
#main .zeh .wrapper .zeh__box .zeh__box--title {
  color: #02714C;
}
#main .zeh .wrapper .zeh__box .zeh__box--desc {
  color: #02714C;
}
#main .zeh .zeh__notes a {
  color: #000;
}
#main .zeh .zeh__notes a:hover {
  text-decoration: underline;
}

/*
  PC
*/
@media screen and (min-width: 768px) {
  #main {
    /* COMMON PC */
    font-size: 16px;
    /* HERO PC */
    /* Floor PC */
    /* Rent PC */
    /* List PC */
    /* MAISON PC */
    /* ZEH PC */
  }
  #main .showTAB,
  #main .showSP,
  #main .showSE {
    display: none;
  }
  #main .showPC {
    display: block;
  }
  #main .fs18 {
    font-size: 18px;
  }
  #main .fs32 {
    font-size: 32px;
  }
  #main .fs36 {
    font-size: 36px;
  }
  #main .img_zoom {
    display: block;
    overflow: hidden;
  }
  #main .img_zoom img {
    transition: transform 0.6s ease-out;
  }
  #main .img_zoom img:hover {
    transform: scale(1.05);
  }
  #main .container {
    width: 1040px;
  }
  #main .hero::after {
    height: 4.97vw;
  }
  #main .hero strong {
    top: 50px;
    left: 2.92vw;
    font-size: 30px;
  }
  #main .hero .hero__title {
    top: 135px;
  }
  #main .hero .hero__title p {
    font-size: 20px;
  }
  #main .hero .hero__title h2 {
    font-size: 58px;
    margin: 30px 0 10px 0;
  }
  #main .hero .hero__title small {
    font-size: 16px;
  }
  #main .hero .hero__search {
    top: 400px;
    font-size: 20px;
    padding: 7.5px 75px;
  }
  #main .floor {
    padding-bottom: 70px;
  }
  #main .floor .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
  }
  #main .floor .wrapper figure {
    width: 336px;
  }
  #main .floor .wrapper figure figcaption {
    height: 75px;
    font-size: 20px;
  }
  #main .floor .wrapper .floor__3d {
    top: -97.5px;
    left: 50%;
    transform: translateX(-50%);
  }
  #main .floor .floor__title {
    font-size: 32px;
  }
  #main .rent .bg {
    background: url(../media/images/lp/premium_heimmaison_m/rent_bg.jpg) center center no-repeat;
    background-size: cover;
  }
  #main .rent .bg .rent__title {
    font-size: 45px;
    padding-top: 60px;
  }
  #main .rent .bg .rent__desc {
    font-size: 18px;
    padding-top: 30px;
  }
  #main .rent .bg .rent__circle {
    padding: 30px 0 60px 0;
  }
  #main .list {
    padding: 70px 0;
  }
  #main .list ul {
    overflow: hidden;
  }
  #main .list ul li {
    position: relative;
  }
  #main .list ul li::before, #main .list ul li::after {
    content: "";
    width: calc((100vw - 1366px) / 2);
    height: 310px;
    background: #e5e0d9;
    position: absolute;
    top: 0;
  }
  #main .list ul li:not(:first-child) {
    margin-top: 60px;
  }
  #main .list ul li .wrapper {
    position: relative;
    width: 1000px;
    padding-top: 40px;
    margin: auto;
  }
  #main .list ul li .wrapper::before, #main .list ul li .wrapper::after {
    content: "";
    width: 806px;
    height: 310px;
    background: linear-gradient(90deg, #e5e0d9 0%, rgba(229, 224, 217, 0) 100%);
    position: absolute;
    top: 0;
    z-index: -1;
  }
  #main .list ul li .wrapper .list__head {
    position: absolute;
    top: 40px;
  }
  #main .list ul li .wrapper .list__head .list__head--title {
    font-size: 38px;
  }
  #main .list ul li .wrapper .list__head .list__head--text {
    margin-top: 15px;
  }
  #main .list ul li:nth-child(odd)::before {
    display: block;
    left: 0;
  }
  #main .list ul li:nth-child(odd)::after {
    display: none;
  }
  #main .list ul li:nth-child(odd) .wrapper::before {
    display: block;
    left: -185px;
  }
  #main .list ul li:nth-child(odd) .wrapper:after {
    display: none;
  }
  #main .list ul li:nth-child(odd) .wrapper .list__head {
    left: 0;
  }
  #main .list ul li:nth-child(even)::before {
    display: none;
  }
  #main .list ul li:nth-child(even)::after {
    display: block;
    right: 0;
  }
  #main .list ul li:nth-child(even) .wrapper::before {
    display: none;
  }
  #main .list ul li:nth-child(even) .wrapper:after {
    display: block;
    right: -185px;
    transform: rotate(180deg);
  }
  #main .list ul li:nth-child(even) .wrapper .list__head {
    right: 0;
    text-align: right;
  }
  #main .list .list__notes {
    width: 1000px;
    margin: 10px auto 0 auto;
    font-size: 13px;
    text-align: right;
  }
  #main .maison {
    background: url(../media/images/lp/premium_heimmaison_m/maison_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 60px 0 50px 0;
  }
  #main .maison .maison__title {
    font-size: 45px;
    line-height: 1.44;
  }
  #main .maison .maison__circle {
    margin: 45px 0;
  }
  #main .maison ul {
    width: 1086px;
  }
  #main .maison ul li {
    width: 360px;
    margin-bottom: 3px;
  }
  #main .maison ul li figure {
    position: relative;
  }
  #main .maison ul li figure figcaption {
    font-size: 31px;
    line-height: 1.45;
  }
  #main .maison .maison__desc {
    font-size: 18px;
    margin-top: 30px;
  }
  #main .zeh {
    position: relative;
    padding: 110px 0 80px 0;
  }
  #main .zeh .zeh__img {
    position: absolute;
    top: initial;
    left: -125px;
  }
  #main .zeh .wrapper {
    width: fit-content;
    margin: 0 0 0 auto;
  }
  #main .zeh .wrapper .zeh__title {
    font-size: 49px;
  }
  #main .zeh .wrapper .zeh__title rt {
    font-size: 15px;
  }
  #main .zeh .wrapper .zeh__desc {
    margin-top: 20px;
  }
  #main .zeh .wrapper .zeh__box {
    position: relative;
    width: 500px;
    height: 200px;
    border-radius: 25px;
    padding: 15px 35px;
    margin-top: 30px;
  }
  #main .zeh .wrapper .zeh__box .zeh__box--title {
    font-size: 27px;
    line-height: 1;
  }
  #main .zeh .wrapper .zeh__box .zeh__box--desc {
    width: fit-content;
    font-size: 27px;
    line-height: 1.44;
    margin: 20px auto 0 0;
  }
  #main .zeh .wrapper .zeh__box .zeh__box--img {
    position: absolute;
    top: 60px;
    right: 15px;
  }
  #main .zeh .wrapper .zeh__notes {
    font-size: 13px;
    margin-top: 80px;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  #main .zeh .wrapper .zeh__notes span {
    width: 1.5em;
  }
}
/*
  TAB
*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main {
    /* COMMON TAB */
    /* Floor TAB */
    /* List TAB */
    /* MAISON TAB */
    /* ZEH PC */
  }
  #main .container {
    width: 100%;
  }
  #main .showSP,
  #main .showSE,
  #main .showPC {
    display: none;
  }
  #main .showTAB {
    display: block;
  }
  #main .imgTAB {
    width: 100%;
    height: auto;
  }
  #main .floor .wrapper .floor__3d {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }
  #main .floor .floor__title {
    font-size: 32px;
  }
  #main .list ul {
    padding-left: 20px;
    padding-right: 20px;
  }
  #main .list ul li .wrapper {
    width: 100%;
    padding-top: 0;
  }
  #main .list ul li .wrapper .list__head {
    position: initial;
    padding-top: 20px;
  }
  #main .list ul li .wrapper .list__img {
    margin-top: 20px;
  }
  #main .list ul li .wrapper .list__img img {
    width: 100%;
    height: auto;
  }
  #main .list .list__notes {
    width: 100%;
  }
  #main .maison .maison__title {
    font-size: calc(45px * 0.8);
  }
  #main .maison .maison__circle {
    margin: 45px 0;
  }
  #main .maison ul {
    width: 100%;
    padding-left: 0.5%;
    padding-right: 0.5%;
  }
  #main .maison ul li {
    width: 49.75%;
    margin-bottom: 0.5%;
  }
  #main .zeh .zeh__img {
    position: initial;
    margin-left: -125px;
  }
  #main .zeh .wrapper {
    width: 100%;
    margin: 40px 0 0 0;
  }
  #main .zeh .wrapper .zeh__title {
    text-align: center;
  }
  #main .zeh .wrapper .zeh__desc {
    display: table;
    margin: 20px auto 0 auto;
  }
  #main .zeh .wrapper .zeh__box {
    width: 100%;
  }
  #main .zeh .wrapper .zeh__box .zeh__box--desc {
    width: fit-content;
    font-size: 27px;
    line-height: 1.44;
    margin: 50px auto 0 0;
  }
  #main .zeh .wrapper .zeh__notes {
    display: table;
    margin: 85px auto 0 auto;
  }
}
/*
  SP
*/
@media screen and (max-width: 767px) {
  #main {
    /* COMMON SP */
    font-size: 14px;
    /* HERO SP */
    /* Floor SP */
    /* RENT SP */
    /* List SP */
    /* MAISON SP */
    /* ZEH SP */
  }
  #main img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #main .showPC,
  #main .showTAB,
  #main .showSE {
    display: none;
  }
  #main .showSP {
    display: block;
  }
  #main .animate-fadein_sp {
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  #main .animate-fadein_sp.is-animated {
    opacity: 1.0;
  }
  #main .animate-slide_bottom_sp {
    opacity: 0;
    transform: translateY(40px);
    transition: transform 0.6s ease-in-out,opacity 1s ease-in-out;
  }
  #main .animate-slide_bottom_sp.is-animated {
    opacity: 1.0;
    transform: translateY(0);
  }
  #main .animate-slide_left_sp {
    opacity: 0;
    transform: translateX(-20px);
    transition: transform 0.6s ease-in-out,opacity 1s ease-in-out;
  }
  #main .animate-slide_left_sp.is-animated {
    opacity: 1.0;
    transform: translateX(0);
  }
  #main .animate-slide_right_sp {
    opacity: 0;
    transform: translateX(20px);
    transition: transform 0.6s ease-in-out,opacity 1s ease-in-out;
  }
  #main .animate-slide_right_sp.is-animated {
    opacity: 1.0;
    transform: translateX(0);
  }
  #main .hero::after {
    height: calc(4.97vw * 2);
  }
  #main .hero strong {
    top: 10px;
    left: 20px;
    font-size: 20px;
  }
  #main .hero .hero__title {
    top: 65px;
  }
  #main .hero .hero__title p {
    font-size: 14px;
  }
  #main .hero .hero__title h2 {
    font-size: 45px;
    margin: 10px 0 10px 0;
  }
  #main .hero .hero__title small {
    font-size: 16px;
  }
  #main .hero .hero__search {
    width: 295px;
    top: 255px;
    font-size: 19px;
    padding: 7.5px 0;
  }
  #main .floor {
    padding: 30px 0 50px 0;
  }
  #main .floor .wrapper {
    position: relative;
  }
  #main .floor .wrapper figure {
    width: 250px;
  }
  #main .floor .wrapper figure:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap;
    margin: 210px 0 0 auto;
  }
  #main .floor .wrapper figure:nth-of-type(2) figcaption {
    width: 100%;
    order: 2;
  }
  #main .floor .wrapper figure figcaption {
    height: 75px;
    font-size: 20px;
  }
  #main .floor .wrapper .floor__3d {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 105%;
  }
  #main .floor .floor__title {
    font-size: 24px;
    line-height: 1.45;
    margin-top: 30px;
  }
  #main .rent .bg {
    background: url(../media/images/lp/premium_heimmaison_m/rent_bg_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  #main .rent .bg .container {
    padding-left: 0;
    padding-right: 0;
  }
  #main .rent .bg .rent__title {
    font-size: 32px;
    padding-top: 65px;
  }
  #main .rent .bg .rent__desc {
    font-size: 16px;
    padding-top: 30px;
  }
  #main .rent .bg .rent__circle {
    padding: 20px 5px 60px 5px;
  }
  #main .list {
    padding-bottom: 50px;
  }
  #main .list ul {
    overflow: hidden;
  }
  #main .list ul li {
    position: relative;
  }
  #main .list ul li:not(:first-child) {
    margin-top: 50px;
  }
  #main .list ul li .wrapper {
    position: relative;
  }
  #main .list ul li .wrapper::before {
    content: "";
    width: 100%;
    height: 310px;
    background: linear-gradient(90deg, #e5e0d9 0%, rgba(229, 224, 217, 0) 100%);
    position: absolute;
    top: 0;
    z-index: -1;
  }
  #main .list ul li .wrapper .list__head {
    padding: 40px 20px 0 20px;
  }
  #main .list ul li .wrapper .list__head .list__head--title {
    font-size: 34px;
  }
  #main .list ul li .wrapper .list__head .list__head--text {
    text-align: justify;
    margin-top: 16px;
  }
  #main .list ul li .wrapper .list__head .list__head--text p {
    display: inline;
  }
  #main .list ul li .wrapper .list__img {
    padding: 20px 20px 0 20px;
  }
  #main .list .list__notes {
    font-size: 13px;
    padding: 10px 20px 0 20px;
  }
  #main .maison {
    background: url(../media/images/lp/premium_heimmaison_m/maison_bg_sp.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px 0 50px 0;
  }
  #main .maison .container {
    padding-left: 0;
    padding-right: 0;
  }
  #main .maison .maison__title {
    font-size: 27px;
    line-height: 1.42;
  }
  #main .maison .maison__circle {
    margin: 10px -5px 30px -5px;
  }
  #main .maison ul {
    padding-left: 20px;
    padding-right: 20px;
  }
  #main .maison ul li {
    margin-bottom: 4px;
  }
  #main .maison ul li figure {
    position: relative;
  }
  #main .maison ul li figure figcaption {
    font-size: 25px;
    line-height: 1.44;
  }
  #main .maison .maison__desc {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
  }
  #main .zeh {
    position: relative;
    padding: 50px 0 40px 0;
  }
  #main .zeh .zeh__img {
    padding-right: 40px;
    margin-left: -70px;
  }
  #main .zeh .wrapper {
    margin-top: 20px;
  }
  #main .zeh .wrapper .zeh__title {
    font-size: 30px;
  }
  #main .zeh .wrapper .zeh__title rt {
    font-size: 16px;
  }
  #main .zeh .wrapper .zeh__desc {
    font-size: 16px;
    margin-top: 20px;
  }
  #main .zeh .wrapper .zeh__box {
    position: relative;
    height: 156px;
    border-radius: 25px;
    padding-top: 20px;
    margin-top: 25px;
  }
  #main .zeh .wrapper .zeh__box .zeh__box--title {
    font-size: 26px;
    line-height: 1;
  }
  #main .zeh .wrapper .zeh__box .zeh__box--desc {
    font-size: 21px;
    line-height: 1.45;
    margin: 20px auto 0 0;
  }
  #main .zeh .wrapper .zeh__box .zeh__box--img {
    width: 267px;
    margin: 10px auto 0 auto;
  }
  #main .zeh .wrapper .zeh__notes {
    font-size: 3.3vw;
    margin-top: 180px;
  }
}
/*
  SE
*/
@media screen and (max-width: 320px) {
  #main {
    /* COMMON SE */
    font-size: 13px;
    /* HERO SE */
    /* RENT SE */
    /* MAISON SE */
    /* ZEH SP */
  }
  #main .showPC,
  #main .showTAB,
  #main .showSP {
    display: none;
  }
  #main .showSE {
    display: block;
  }
  #main .hero strong {
    top: 30px;
    left: 20px;
    font-size: calc(18px * 0.7);
  }
  #main .hero .hero__title {
    top: 65px;
  }
  #main .hero .hero__title p {
    font-size: calc(14px * 0.7);
  }
  #main .hero .hero__title h2 {
    font-size: calc(45px * 0.7);
  }
  #main .hero .hero__title small {
    font-size: calc(16px * 0.7);
  }
  #main .hero .hero__search {
    top: 215px;
    font-size: calc(19px * 0.7);
    padding: 7.5px 0;
  }
  #main .rent .bg .rent__title {
    font-size: calc(32px * 0.7);
    padding-top: 65px;
  }
  #main .rent .bg .rent__desc {
    font-size: calc(16px * 0.6);
    padding-top: 30px;
  }
  #main .maison .maison__title {
    font-size: calc(27px * 0.7);
  }
  #main .maison ul li figure figcaption {
    font-size: calc(25px * 0.8);
  }
  #main .maison .maison__desc {
    font-size: calc(18px * 0.7);
  }
  #main .zeh .wrapper .zeh__title {
    font-size: calc(30px * 0.7);
  }
  #main .zeh .wrapper .zeh__title rt {
    font-size: calc(16px * 0.7);
  }
  #main .zeh .wrapper .zeh__desc {
    font-size: calc(16px * 0.7);
    margin-top: 20px;
  }
  #main .zeh .wrapper .zeh__box .zeh__box--title {
    font-size: calc(26px * 0.7);
    line-height: 1;
  }
  #main .zeh .wrapper .zeh__box .zeh__box--desc {
    font-size: calc(21px * 0.7);
  }
  #main .zeh .wrapper .zeh__box .zeh__box--img {
    width: calc(267px * 0.8);
    margin: 10px auto 0 auto;
  }
  #main .zeh .wrapper .zeh__notes {
    margin-top: calc(180px * 0.7);
  }
}
/*
  Animation
*/
@keyframes gradationAnimation {
  0% {
    opacity: 0.8;
    background-position: 0% 50%;
  }
  50% {
    opacity: 1;
    background-position: 100% 50%;
  }
  100% {
    opacity: 0.8;
    background-position: 0% 50%;
  }
}
@keyframes boxshadowanimation {
  0% {
    box-shadow: 0px 0px 10px 5px #777777;
  }
  50% {
    box-shadow: 6px 2px 10px -1px transparent;
  }
  100% {
    box-shadow: 0px 0px 10px 5px #777777;
  }
}
@keyframes reveal {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
    transform-origin: 0% 0% 0px;
  }
  51% {
    transform-origin: 100% 50% 0px;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 50% 0px;
  }
}
@keyframes zoom {
  100% {
    opacity: 1;
  }
}
/*
  OP
*/
#main #op {
  display: none;
}

body > #op {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  background-size: cover;
  overflow: hidden;
  /* OP PC */
  /* OP TAB */
  /* OP SP */
  /* Opening SE */
}
body > #op .wrapper .op__logo,
body > #op .wrapper .op__svg {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transition: opacity 0.7s ease-in;
}
body > #op .wrapper .op__logo img,
body > #op .wrapper .op__logo svg,
body > #op .wrapper .op__svg img,
body > #op .wrapper .op__svg svg {
  width: 100%;
  height: auto;
}
body > #op .wrapper .op__logo.active,
body > #op .wrapper .op__svg.active {
  opacity: 1;
  visibility: visible;
}
body > #op .wrapper .op__logo {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
}
@media screen and (min-width: 768px) {
  body > #op .wrapper .op__logo {
    width: 15vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body > #op .wrapper .op__logo {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  body > #op .wrapper .op__logo {
    width: 45vw;
  }
}

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