html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  word-break: normal;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Century", YuMincho, "Yu Mincho", "Noto Serif JP", serif;
  line-height: 1.8;
  min-width: 320px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1440px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 896px) {
  body {
    font-size: 1.5625vw;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 11px;
    font-size: 2.93333vw;
  }
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
a:hover {
  opacity: 0.7;
}
.l_header .mv {
  background-color: #000;
  text-align: center;
  position: relative;
}
.l_header .mv .spShow {
  display: none;
}
@media only screen and (max-width: 640px) {
  .l_header .mv .pcShow {
    display: none;
  }
  .l_header .mv .spShow {
    display: block;
  }
}
.l_contents {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
}
.l_footer {
  background-color: #000;
  padding: 10px 0;
  margin-top: 90px;
}
@media only screen and (max-width: 1440px) {
  .l_footer {
    padding: 0.69444vw 0;
  }
}
@media only screen and (max-width: 896px) {
  .l_footer {
    padding: 1.11607vw 0;
  }
}
@media only screen and (max-width: 640px) {
  .l_footer {
    padding: 0.53333vw 0;
  }
}
@media only screen and (max-width: 1440px) {
  .l_footer {
    margin-top: 6.25vw;
  }
}
@media only screen and (max-width: 896px) {
  .l_footer {
    margin-top: 8.92857vw;
  }
}
@media only screen and (max-width: 640px) {
  .l_footer {
    margin-top: 12vw;
  }
}
.l_footer .textBox {
  text-align: center;
}
.l_footer .textBox_text {
  color: #fff;
  font-size: 1.2rem;
}
@media only screen and (max-width: 1440px) {
  .l_footer .textBox_text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 896px) {
  .l_footer .textBox_text {
    font-size: 1.33929vw;
  }
}
@media only screen and (max-width: 640px) {
  .l_footer .textBox_text {
    font-size: 9px;
    font-size: 2.4vw;
  }
}
.block-space10L {
  margin-top: 120px;
}
@media only screen and (max-width: 1440px) {
  .block-space10L {
    margin-top: 8.33333vw;
  }
}
@media only screen and (max-width: 896px) {
  .block-space10L {
    margin-top: 10.04464vw;
  }
}
@media only screen and (max-width: 640px) {
  .block-space10L {
    margin-top: 12vw;
  }
}
.title-positionCenter {
  text-align: center;
}
.title_text-size8L {
  font-size: 6rem;
}
@media only screen and (max-width: 1440px) {
  .title_text-size8L {
    font-size: 60px;
  }
}
@media only screen and (max-width: 896px) {
  .title_text-size8L {
    font-size: 5.58036vw;
  }
}
@media only screen and (max-width: 640px) {
  .title_text-size8L {
    font-size: 36px;
    font-size: 9.6vw;
  }
}
.textBox-positionCenter {
  text-align: center;
}
.textBox-spaceL {
  margin-top: 30px;
}
@media only screen and (max-width: 1440px) {
  .textBox-spaceL {
    margin-top: 2.08333vw;
  }
}
@media only screen and (max-width: 896px) {
  .textBox-spaceL {
    margin-top: 2.23214vw;
  }
}
@media only screen and (max-width: 640px) {
  .textBox-spaceL {
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 640px) {
  .textBox_text-spBlock {
    display: block;
  }
}
.textBox_text-size2L {
  font-size: 2.5rem;
}
@media only screen and (max-width: 1440px) {
  .textBox_text-size2L {
    font-size: 25px;
  }
}
@media only screen and (max-width: 896px) {
  .textBox_text-size2L {
    font-size: 2.79018vw;
  }
}
@media only screen and (max-width: 640px) {
  .textBox_text-size2L {
    font-size: 15px;
    font-size: 4vw;
  }
}
.textBox_text-color1 {
  color: #fff;
}
.list-property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.66%;
  margin-right: -1.66%;
  margin-top: 50px;
}
@media only screen and (max-width: 1440px) {
  .list-property {
    margin-top: 3.47222vw;
  }
}
@media only screen and (max-width: 896px) {
  .list-property {
    margin-top: 4.46429vw;
  }
}
@media only screen and (max-width: 640px) {
  .list-property {
    margin-top: 6.66667vw;
  }
}
@media only screen and (max-width: 640px) {
  .list-property {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.list-property .list_item {
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
  margin-left: 1.66%;
  margin-right: 1.66%;
  width: 30%;
  margin-top: 50px;
}
@media only screen and (max-width: 1440px) {
  .list-property .list_item {
    margin-top: 3.47222vw;
  }
}
@media only screen and (max-width: 896px) {
  .list-property .list_item {
    margin-top: 4.46429vw;
  }
}
@media only screen and (max-width: 640px) {
  .list-property .list_item {
    margin-top: 6.66667vw;
  }
}
@media only screen and (max-width: 640px) {
  .list-property .list_item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 640px) and (max-width: 1440px) {
  .list-property .list_item {
    margin-top: 3.47222vw;
  }
}
@media only screen and (max-width: 640px) and (max-width: 896px) {
  .list-property .list_item {
    margin-top: 4.46429vw;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  .list-property .list_item {
    margin-top: 6.66667vw;
  }
}
.list-property .list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .list-property .list_item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.list-property .list_item a.disabled {
  pointer-events: none;
}
.list-property .imgBox {
  padding-top: 120%;
  background-color: #cecece;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .list-property .imgBox {
    padding-top: 40%;
    width: 30%;
  }
}
.list-property .imgBox .commingSoon {
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 100%;
}
.list-property .imgBox .commingSoon_text {
  color: #777777;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 3rem;
}
@media only screen and (max-width: 1440px) {
  .list-property .imgBox .commingSoon_text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 896px) {
  .list-property .imgBox .commingSoon_text {
    font-size: 3.34821vw;
  }
}
@media only screen and (max-width: 640px) {
  .list-property .imgBox .commingSoon_text {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.list-property .block {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding: 20px;
}
@media only screen and (max-width: 1440px) {
  .list-property .block {
    padding: 1.38889vw;
  }
}
@media only screen and (max-width: 896px) {
  .list-property .block {
    padding: 1.67411vw;
  }
}
@media only screen and (max-width: 640px) {
  .list-property .block {
    padding: 2.66667vw;
    width: 70%;
  }
}
.list-property .block .title_text {
  font-size: 2.5rem;
}
@media only screen and (max-width: 1440px) {
  .list-property .block .title_text {
    font-size: 25px;
  }
}
@media only screen and (max-width: 896px) {
  .list-property .block .title_text {
    font-size: 2.79018vw;
  }
}
@media only screen and (max-width: 640px) {
  .list-property .block .title_text {
    font-size: 15px;
    font-size: 4vw;
  }
}
.list-property .block .catchphrase {
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .list-property .block .catchphrase {
    background-color: transparent;
    padding: 0;
    position: relative;
    margin-top: 1.33333vw;
  }
}
.list-property .block .catchphrase_text {
  color: #fff;
  font-size: 2rem;
}
@media only screen and (max-width: 1440px) {
  .list-property .block .catchphrase_text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 896px) {
  .list-property .block .catchphrase_text {
    font-size: 2.23214vw;
  }
}
@media only screen and (max-width: 640px) {
  .list-property .block .catchphrase_text {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 640px) {
  .list-property .block .catchphrase_text {
    color: #000;
  }
}
.list-property .block .textBox {
  margin-bottom: 60px;
  margin-top: 10px;
}
@media only screen and (max-width: 1440px) {
  .list-property .block .textBox {
    margin-bottom: 4.16667vw;
  }
}
@media only screen and (max-width: 896px) {
  .list-property .block .textBox {
    margin-bottom: 5.58036vw;
  }
}
@media only screen and (max-width: 640px) {
  .list-property .block .textBox {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .list-property .block .textBox {
    margin-top: 0.69444vw;
  }
}
@media only screen and (max-width: 896px) {
  .list-property .block .textBox {
    margin-top: 1.11607vw;
  }
}
@media only screen and (max-width: 640px) {
  .list-property .block .textBox {
    margin-top: 1.33333vw;
  }
}
.list-property .block .textBox_text {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  word-break: keep-all;
}
.list-property .block .btn {
  bottom: 20px;
  right: 20px;
  position: absolute;
}
@media only screen and (max-width: 1440px) {
  .list-property .block .btn {
    bottom: 1.38889vw;
    right: 1.38889vw;
  }
}
@media only screen and (max-width: 896px) {
  .list-property .block .btn {
    bottom: 1.67411vw;
    right: 1.67411vw;
  }
}
@media only screen and (max-width: 640px) {
  .list-property .block .btn {
    margin-top: 2.66667vw;
    position: static;
    text-align: right;
  }
}
.list-property .block .btn_inner {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 2rem;
}
@media only screen and (max-width: 1440px) {
  .list-property .block .btn_inner {
    font-size: 20px;
  }
}
@media only screen and (max-width: 896px) {
  .list-property .block .btn_inner {
    font-size: 2.23214vw;
  }
}
@media only screen and (max-width: 640px) {
  .list-property .block .btn_inner {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.list_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .list_item_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.textBox_full-house {
  color: red;
  font-size: 48px;
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border: red 5px solid;
}
@media only screen and (max-width: 640px) {
  .textBox_full-house {
    font-size: 20px;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border: red 3px solid;
    position: static;
  }
}
.list-property .block .btn_inner:hover {
  text-decoration: underline;
}
.list-property .block .btn_inner::after {
  font-family: "Font Awesome 5 Free";
  content: "\f152";
  font-weight: 900;
  margin-left: 5px;
}
[class*="js-anime"] > * {
  visibility: hidden;
}
[class*="js-anime"] > *.show {
  visibility: visible;
}
.js-animeZoomIn > *.show {
  -webkit-animation: zoomIn 3s;
  animation: zoomIn 3s;
}
.js-animeFadeInUp > *.show {
  -webkit-animation: fadeInUp 2s;
  animation: fadeInUp 2s;
}

