@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap");
.index_fc {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .index_fc {
    padding-top: 7.33vw;
    margin: 80px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc {
    padding-top: 18vw;
    margin: 50px 0 0;
  }
}
.index_fc::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 139vw;
  background-image: url(../img/top/bg.png);
  background-repeat: repeat-y;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .index_fc::before {
    height: calc(100% - 7.33vw);
  }
}
@media only screen and (max-width: 768px) {
  .index_fc::before {
    height: calc(100% - 18vw);
  }
}
.index_fc::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .index_fc::after {
    width: 139vw;
    height: 7.33vw;
    background-image: url(../img/top/bg-deco.svg);
  }
}
@media only screen and (max-width: 768px) {
  .index_fc::after {
    width: 100%;
    height: 22.3vw;
    background-image: url(../img/top/bg-deco_sp.svg);
  }
}
.index_fc_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(0deg, #fff 0%, transparent 100%);
}
@media only screen and (min-width: 768px) {
  .index_fc_bg {
    height: calc(100% - 7.33vw);
  }
}
@media only screen and (max-width: 768px) {
  .index_fc_bg {
    height: calc(100% - 22.3vw);
  }
}
.index_fc h1,
.index_fc h2,
.index_fc h3,
.index_fc h4,
.index_fc h5,
.index_fc h6 {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.4;
}
.index_fc img {
  vertical-align: bottom;
  border-style: none;
}
.index_fc .row {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .index_fc .row {
    max-width: 1260px;
    padding: 0 20px;
  }
}
.index_fc .en {
  font-family: "Raleway", sans-serif;
}
.index_fc .label.new {
  color: #fff;
  display: inline-block;
  background-color: #c1cc65;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 2px;
  line-height: 18px;
  min-width: 45px;
  padding: 0 5px;
  text-align: center;
}
.index_fc .section-hero {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-hero {
    margin-top: 275px;
  }
}
.index_fc .section-hero .headline {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-hero .headline {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
.index_fc .section-hero .headline::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/top/bg-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-hero .headline::before {
    width: 1035px;
    height: 1035px;
  }
}
@media only screen and (min-width: 768px) {
  .index_fc .section-hero .headline__logo {
    max-width: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-hero .headline__logo {
    margin: 0 auto;
    width: 21.333vw;
    max-width: 1500px;
  }
}
.index_fc .section-hero .headline__img {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-hero .headline__img {
    max-width: 510px;
    margin-top: -90px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-hero .headline__img {
    width: 72vw;
    margin-top: 8.5vw;
  }
}
.index_fc .section-hero .headline__title {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-hero .headline__title {
    min-height: 340px;
    margin-top: -85px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-hero .headline__title {
    height: 48.133vw;
    margin-top: 80px;
  }
}
.index_fc .section-hero .headline__title img {
  width: 100%;
}
.index_fc .section-hero .headline__title .logo-item {
  position: absolute;
  opacity: 0;
}
.index_fc .section-hero .headline__title .logo-item.is-active {
  transition: 600ms cubic-bezier(0.42, 0, 0.58, 1);
  opacity: 1;
}
.index_fc .section-hero .headline__title .logo-item:first-child {
  top: 0;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-hero .headline__title .logo-item:first-child {
    right: calc(50% + 65px);
    width: 61px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-hero .headline__title .logo-item:first-child {
    width: 8.72vw;
    right: calc(50% + 8.32vw);
  }
}
.index_fc .section-hero .headline__title .logo-item:nth-child(2) {
  top: 0;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-hero .headline__title .logo-item:nth-child(2) {
    right: calc(50% - 26px);
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-hero .headline__title .logo-item:nth-child(2) {
    width: 8.53vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.index_fc .section-hero .headline__title .logo-item:nth-child(3) {
  top: 0;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-hero .headline__title .logo-item:nth-child(3) {
    left: 50%;
    left: calc(50% + 55px);
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-hero .headline__title .logo-item:nth-child(3) {
    left: calc(50% + 8.61vw);
    width: 7.973vw;
  }
}
@media only screen and (min-width: 768px) {
  .index_fc .section-hero .headline__title .logo-item:nth-child(4) {
    top: 93px;
    right: calc(50% + 113px);
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-hero .headline__title .logo-item:nth-child(4) {
    right: calc(50% + 15.4vw);
    width: 7.973vw;
    top: 13.2vw;
  }
}
@media only screen and (min-width: 768px) {
  .index_fc .section-hero .headline__title .logo-item:nth-child(5) {
    top: 85px;
    right: calc(50% + 21px);
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-hero .headline__title .logo-item:nth-child(5) {
    width: 9.15vw;
    right: calc(50% + 2.15vw);
    top: 12.15vw;
  }
}
@media only screen and (min-width: 768px) {
  .index_fc .section-hero .headline__title .logo-item:nth-child(6) {
    top: 92px;
    left: calc(50% + 7.5px);
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-hero .headline__title .logo-item:nth-child(6) {
    left: calc(50% + 1.76vw);
    top: 12.95vw;
    width: 8.72vw;
  }
}
@media only screen and (min-width: 768px) {
  .index_fc .section-hero .headline__title .logo-item:nth-child(7) {
    top: 85px;
    left: calc(50% + 97.5px);
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-hero .headline__title .logo-item:nth-child(7) {
    width: 9.15vw;
    left: calc(50% + 14.53vw);
    top: 12.15vw;
  }
}
.index_fc .section-hero .headline__title .logo-text {
  position: absolute;
  opacity: 0;
}
.index_fc .section-hero .headline__title .logo-text:nth-child(8) {
  -webkit-transform: translate(-50%, -30px);
          transform: translate(-50%, -30px);
}
.index_fc .section-hero .headline__title .logo-text:nth-child(8).is-active {
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
  .index_fc .section-hero .headline__title .logo-text:nth-child(8) {
    top: 205px;
    left: calc(50% - 5px);
    width: 505px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-hero .headline__title .logo-text:nth-child(8) {
    top: 29.333vw;
    left: 50%;
    width: 72vw;
  }
}
.index_fc .section-hero .headline__title .logo-text:nth-child(9) {
  -webkit-transform: translate(-50%, -30px);
          transform: translate(-50%, -30px);
}
.index_fc .section-hero .headline__title .logo-text:nth-child(9).is-active {
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
  .index_fc .section-hero .headline__title .logo-text:nth-child(9) {
    top: 320px;
    left: calc(50% - 5px);
    width: 510px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-hero .headline__title .logo-text:nth-child(9) {
    left: 50%;
    top: 43.75vw;
    width: 73vw;
  }
}
.index_fc .section-hero .content {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-hero .content {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-hero .content {
    margin-top: 14.67vw;
  }
}
.index_fc .section-hero .account {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .index_fc .section-hero .account {
    max-width: 300px;
    margin: 0 auto;
  }
}
.index_fc .section-hero .account .btn-wrap {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-hero .account .btn-wrap {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-hero .account .btn-wrap {
    padding: 0 5px;
  }
}
.index_fc .section-hero .account .btn-wrap .btn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-hero .account .btn-wrap .btn {
    font-size: 16px;
    padding: 0.65em 35px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-hero .account .btn-wrap .btn {
    font-size: 12px;
    padding: 0.6em 35px;
  }
}
.index_fc .section-hero .account .btn-wrap .btn::after {
  width: 1em;
  height: 1em;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-hero .account .btn-wrap .btn::after {
    right: 20px;
  }
}
.index_fc .section-hero .account .btn-wrap .btn.login {
  background: #df7083;
  border-color: #df7083;
}
.index_fc .btn-wrap {
  text-align: center;
}
.index_fc .btn-wrap .btn {
  display: inline-block;
  color: #8564a8;
  background-color: #fff;
  position: relative;
  text-align: center;
  line-height: 1.66;
  border: 1px solid #fff;
  letter-spacing: 0.14em;
  font-size: 14px;
  border-radius: 50px;
  min-width: 130px;
  padding: 0.4em 35px;
}
.index_fc .btn-wrap .btn::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: 100% 40%;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.index_fc .btn-wrap .btn.en {
  font-weight: 500;
  font-size: 12px;
  padding: 0.6em 35px;
}
.index_fc .btn-wrap .btn.border {
  border-color: #8564a8;
}
.index_fc .btn-wrap .btn.bg {
  border-color: #8564a8;
  background-color: #8564a8;
  color: #fff;
}
.index_fc .btn-wrap .btn.bg::after {
  background-image: url(../img/common/icon-arrow-wh.svg);
}
.index_fc .btn-wrap .btn.back {
  border-color: #fff;
}
.index_fc .btn-wrap .btn.back::after {
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  right: unset;
  left: 14px;
}
.index_fc .btn-wrap .btn.read {
  font-size: 12px;
  padding: 0.6em 35px;
  letter-spacing: 0.02em;
}
.index_fc .btn-wrap .btn.read::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 10px;
}
.index_fc .btn-wrap .btn.ques {
  font-size: 12px;
  padding: 0.6em 30px;
}
.index_fc .btn-wrap .btn.ques::after {
  width: 22px;
  height: 22px;
  background-image: url(../img/common/icon-ques.svg);
  right: 6px;
}
.index_fc .btn-wrap .btn.dl {
  font-size: 12px;
  padding: 0.6em 35px;
  min-width: 210px;
}
.index_fc .btn-wrap .btn.dl::after {
  height: 13px;
  width: 13px;
  background-image: url(../img/common/icon-dl.svg);
}
.index_fc .fc__buttn {
  text-align: center;
}
.index_fc .fc__buttn form {
  position: relative;
  display: inline-block;
}
.index_fc .fc__buttn form::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: 100% 40%;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.index_fc .fc__buttn input[type=submit],
.index_fc .fc__buttn button {
  display: inline-block;
  color: #8564a8;
  background-color: #fff;
  position: relative;
  text-align: center;
  line-height: 1.66;
  border: 1px solid #8564a8;
  letter-spacing: 0.14em;
  font-size: 14px;
  border-radius: 50px;
  min-width: 130px;
  padding: 0.4em 35px;
}
.index_fc .section-news .entry-item:not(:first-of-type),
.index_fc .section-ticket .entry-item:not(:first-of-type) {
  margin-top: 15px;
}
.index_fc .section-news .entry-item .panel,
.index_fc .section-ticket .entry-item .panel {
  display: block;
  padding: 0 0 0.5em;
  padding-left: 20px;
  position: relative;
}
.index_fc .section-news .entry-item .panel::before,
.index_fc .section-ticket .entry-item .panel::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 8px;
  background: #df7083;
  border-radius: 2px;
}
.index_fc .section-news .entry__title,
.index_fc .section-ticket .entry__title {
  font-size: 1.2rem;
  padding-top: 0.75em;
}
.index_fc .section-news .entry-meta,
.index_fc .section-ticket .entry-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5em;
}
.index_fc .section-news .entry__posted,
.index_fc .section-ticket .entry__posted {
  color: #40a5a8;
  font-weight: 500;
}
.index_fc .section-news .entry__term,
.index_fc .section-ticket .entry__term {
  color: #df7083;
  font-weight: 500;
}
.index_fc .section-news .entry-arrow,
.index_fc .section-ticket .entry-arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #8564a8;
  position: relative;
}
.index_fc .section-news .entry-arrow::before,
.index_fc .section-ticket .entry-arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 67.5%;
  width: 67.5%;
  background-image: url(../img/common/icon-arrow-wh.svg);
  background-size: contain;
  background-position: 50% 40%;
  background-repeat: no-repeat;
}
.index_fc .section-news {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-news {
    margin-top: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-news {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-news .section-content {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .index_fc .section-news .headline {
    display: flex;
    align-items: center;
  }
}
.index_fc .section-news .headline__title img {
  display: block;
}
@media only screen and (max-width: 768px) {
  .index_fc .section-news .headline__title img {
    max-width: 125px;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .index_fc .section-news .headline .btn-wrap {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-news .headline .btn-wrap {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .index_fc .section-news .content {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-news .content {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .index_fc .section-news .entries .btn-wrap {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-news .entries .btn-wrap {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .index_fc .section-news .entry-list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -20px;
  }
}
@media only screen and (min-width: 768px) {
  .index_fc .section-news .entry-item {
    width: 33.3333333333%;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .index_fc .section-news .entry-item:nth-of-type(n) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .index_fc .section-news .entry-item:not(:nth-of-type(-n+3)) {
    margin-top: 25px;
  }
}
.index_fc .section-news .entry-item .panel {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-news .entry-item .panel {
    padding-bottom: 0.1em;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-news .entry-item .panel {
    padding-top: 0.25em;
    padding-bottom: 0.75em;
  }
}
.index_fc .section-news .entry-inner {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-news .entry-inner {
    padding: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-news .entry-inner {
    padding: 10px;
  }
}
.index_fc .section-news .entry-meta {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .index_fc .section-news .entry-meta {
    font-size: 12px;
  }
}
.index_fc .section-news .entry__title {
  color: #000;
  line-height: 1.64;
  padding-top: 0.25em;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-news .entry__title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-news .entry__title {
    font-size: 12px;
  }
}
.index_fc .section-house {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-house {
    margin-top: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-house {
    margin-top: 60px;
  }
}
.index_fc .section-house .house-window-list {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-house .house-window-list {
    margin: 0 -3.8%;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-house .house-window-list {
    margin: 0 -1.5%;
  }
}
@media only screen and (min-width: 768px) {
  .index_fc .section-house .house-window-list + .house-window-list {
    margin-top: 85px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-house .house-window-list + .house-window-list {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .index_fc .section-house .house-window-item {
    padding: 0 3.8%;
    width: 26.4%;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-house .house-window-item {
    width: 33.3333333333%;
    padding: 0 1.5%;
  }
}
.index_fc .section-house .house-window-inner {
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-house .house-window-inner {
    transition: 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media only screen and (min-width: 768px) {
  .index_fc .section-house .house-window-inner:hover {
    opacity: 0.7;
  }
}
.index_fc .section-house .house-window__title {
  position: absolute;
  width: 100%;
  height: 71%;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-house .house-window__title {
    font-size: 19px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .index_fc .section-house .house-window__title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-house .house-window__title {
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) {
  .index_fc .section-house .house-window__title.en {
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .index_fc .section-house .house-window__title.en {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-house .house-window__title.en {
    font-size: 12px;
  }
}
.index_fc .section-house .house-main {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-house .house-main {
    margin-top: 85px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-house .house-main {
    margin-top: 40px;
  }
}
.index_fc .section-house .house-main-window-list {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-house .house-main-window-list {
    margin: 0 -8.5%;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-house .house-main-window-list {
    margin: 0 -4.5%;
  }
}
@media only screen and (min-width: 768px) {
  .index_fc .section-house .house-main-window-list + .house-main-window-list {
    margin-top: 85px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-house .house-main-window-list + .house-main-window-list {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .index_fc .section-house .house-main-window-item {
    padding: 0 8.5%;
    width: 26%;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-house .house-main-window-item {
    width: 33.3333333333%;
    padding: 0 9%;
  }
}
.index_fc .section-house .house-main-gate {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-house .house-main-gate {
    top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-house .house-main-gate {
    top: 20px;
  }
}
.index_fc .section-house .house-main-gate__img {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-house .house-main-gate__img img {
    width: 41.4%;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-house .house-main-gate__img img {
    width: 66%;
  }
}
.index_fc .section-house .house-main-gate__bottom {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1735px;
}
.index_fc .section-house .house-wall {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-house .house-wall {
    padding-top: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-house .house-wall {
    padding-top: 50.66vw;
  }
}
.index_fc .section-house .house-wall-left {
  position: absolute;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-house .house-wall-left {
    top: 50px;
    right: 50%;
    width: 66.5%;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-house .house-wall-left {
    top: 30px;
    width: 107.5%;
    right: 34%;
  }
}
@media only screen and (min-width: 768px) {
  .index_fc .section-house .house-wall-left__img {
    width: 100%;
  }
}
.index_fc .section-house .house-wall-right {
  position: absolute;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-house .house-wall-right {
    top: 50px;
    left: 78%;
    width: 45.2%;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-house .house-wall-right {
    top: 30px;
    width: 73%;
    left: 78%;
  }
}
@media only screen and (min-width: 768px) {
  .index_fc .section-house .house-wall-right__img {
    width: 100%;
  }
}
.index_fc .section-house .house-post {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-house .house-post {
    top: 80px;
    right: 83%;
    width: 6.5%;
  }
}
@media only screen and (max-width: 768px) {
  .index_fc .section-house .house-post {
    top: 70px;
    width: 10%;
    right: 83%;
  }
}
.index_fc .section-house .house-post__btn {
  display: block;
  cursor: pointer;
  -webkit-transform-origin: center 80%;
          transform-origin: center 80%;
  -webkit-animation: katakata 6s infinite ease-in-out alternate;
          animation: katakata 6s infinite ease-in-out alternate;
}
@media only screen and (min-width: 768px) {
  .index_fc .section-house .house-post__btn {
    transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media only screen and (min-width: 768px) {
  .index_fc .section-house .house-post__btn:hover {
    opacity: 0.8;
  }
}
@-webkit-keyframes katakata {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  22% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
            transform: translate(0, 0) rotate(-3deg);
  }
  23% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
            transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    -webkit-transform: translate(0, -1px) rotate(3deg);
            transform: translate(0, -1px) rotate(3deg);
  }
  25% {
    -webkit-transform: translate(1px, 0) rotate(-2deg);
            transform: translate(1px, 0) rotate(-2deg);
  }
  26% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
            transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    -webkit-transform: translate(0, 0) rotate(3deg);
            transform: translate(0, 0) rotate(3deg);
  }
  28% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes katakata {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  22% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
            transform: translate(0, 0) rotate(-3deg);
  }
  23% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
            transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    -webkit-transform: translate(0, -1px) rotate(3deg);
            transform: translate(0, -1px) rotate(3deg);
  }
  25% {
    -webkit-transform: translate(1px, 0) rotate(-2deg);
            transform: translate(1px, 0) rotate(-2deg);
  }
  26% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
            transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    -webkit-transform: translate(0, 0) rotate(3deg);
            transform: translate(0, 0) rotate(3deg);
  }
  28% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

.modal-msg {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .modaal-gallery-item {
    max-width: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .modaal-gallery-item {
    max-width: 330px;
  }
}

@media only screen and (max-width: 768px) {
  .modaal-container {
    width: 90%;
  }
}