@charset "UTF-8";
@keyframes loop_slide_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*スクロールバー非表示*/
html,
body,
main {
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
main::-webkit-scrollbar {
  display: none;
}

html.loading_scroll_prevent {
  width: 100%;
  height: 100%;
  position: fixed;
}

@media screen and (min-width: 881px) {
  html.js_scroll_prevent {
    width: unset !important;
    height: unset !important;
    position: relative !important;
  }
}

@media screen and (min-width: 881px) {
  footer {
    position: relative;
    z-index: 1;
    margin-top: 300px;
    min-height: 100vh;
  }
}

@media screen and (min-width: 881px) {
  main#toppage {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 881px) {
  main#toppage #slide-wrap {
    width: 725%;
    height: 100dvh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    will-change: auto;
  }
}
main#toppage #slide-wrap.is-fixed {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  transform: unset !important;
}
main#toppage section {
  position: relative;
}
@media screen and (min-width: 881px) {
  main#toppage section {
    width: 100vw;
    height: 100vh;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  main#toppage section .ly_wrapBase,
  main#toppage section .ly_wrapWide {
    width: 90vw;
  }
}
@media screen and (min-width: 1281px) {
  main#toppage section .ly_wrapBase {
    max-width: 1280px;
  }
}
main#toppage .ly_commonBnr {
  margin-top: 140px;
}
@media screen and (max-width: 744px) {
  main#toppage .ly_commonBnr {
    margin-top: 80px;
    margin-top: 21.3333333333vw;
  }
}

.un_homeMovie_section {
  position: relative;
  z-index: 600;
}
@media screen and (max-width: 744px) {
  .un_homeMovie_section {
    padding-top: 40px;
    padding-top: 3.6666666667vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeMovie_section {
    padding-top: 124px;
    padding-top: 16.208333vw;
    padding-bottom: 555px;
    padding-bottom: 72vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeMovie_section {
    padding: 8vh 40px 10vh;
    left: 30px;
  }
}
.un_homeMovie_section > div {
  position: relative;
}
@media screen and (max-width: 880px) {
  .un_homeMovie_section > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.un_homeMovie_navList {
  width: 100%;
}
@media screen and (max-width: 744px) {
  .un_homeMovie_navList {
    margin-top: 70px;
    margin-top: 18.6666666667vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeMovie_navList {
    margin-top: 0;
  }
}
@media screen and (min-width: 881px) {
  .un_homeMovie_navList {
    width: 175px;
    position: absolute;
    top: -5.2em;
    right: 0;
    /*top: -5%;
    right: -10%;*/
    z-index: 100;
  }
}
@media screen and (max-width: 880px) {
  .un_homeMovie_navList {
    width: max-content;
    margin-top: 0;
    position: absolute;
    top: -15vw;
    /*bottom: -45vw;*/
    right: 5vw;
  }
  .un_homeMovie_navItem a:after{
    padding-left: 3.2vw;
  }
}
.un_homeMovie_navItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  width: 100%;
  padding: 18px 0;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 744px) {
  .un_homeMovie_navItem a {
    font-size: 1rem;
    padding-top: 12px;
    padding-top: 3.2vw;
    padding-bottom: 12px;
    padding-bottom: 3.2vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeMovie_navItem a {
    padding-top: 12px;
    padding-top: 1.5625vw;
    padding-bottom: 12px;
    padding-bottom: 1.5625vw;
  }
}
.un_homeMovie_navItem a:after {
  display: block;
  content: url(../../img/common/icon_arrRight.svg);
}
.un_homeMovie_img .__flower01,
.un_homeMovie_img .__flower02,
.un_homeMovie_img .__family {
  position: absolute;
  /*position: relative;*/
  display: block;
  z-index: 10;
}
.un_homeMovie_img .__family {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 881px) {
  .un_homeMovie_img .__family {
    top: 103%;
    left: calc(50% + 7px);
    /*top: 130%;
    left: calc(50% - 33px);*/
  }
  .un_homeMovie_img .__flower01 {
    bottom: -190px;
    left: 100px;
  }
  .un_homeMovie_img .__flower02 {
    bottom: -150px;
    right: 70px;
  }
  .un_homeMovie_img .__snake {
    display: none;
  }
}
.un_homeMovie_img .__family figure {
  /*display: block;*/
  width: 58vw;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 881px) {
  .un_homeMovie_img .__family figure {
    width: 480px;
    /*width: 380px;*/
  }
  .un_homeMovie_img .__flower01 figure {
    width: 107px;
    height: 90px;
  }
  .un_homeMovie_img .__flower02 figure {
    width: 65px;
    height: 52px;
  }
}
@media screen and (max-width: 880px) {
  .un_homeMovie_img .__family {
    top: 108%;
    left: 50%;
    /*top: 132%;
    left: calc(50% - 4vw);*/
  }
  .un_homeMovie_img .__flower01 ,
  .un_homeMovie_img .__flower02 {
    display: none;
  }
  .un_homeMovie_img .__snake {
    position: absolute;
    display: block;
    z-index: 100;
    top: -8vw;
    right: -30px;
  }
  .un_homeMovie_img .__snake figure {
    width: 67px;
    height: 109px;
  }
}
@media screen and (min-width: 1281px) {
  .un_homeMovie_img .__family {
    top: calc(50% + 34vh);
  }
  .un_homeMovie_img .__family figure {
      width: 60vh;
      max-width: 540px;
      /*width: 55vh;
      max-width: 440px;*/
  }
}

.un_homeMovie_view{
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 7% auto 0;
}
@media screen and (min-width: 881px) {
  .un_homeMovie_view {
    margin: 8vh auto 0;
    /*margin: 0 auto;*/
  }
}
@media screen and (max-width: 880px) {
  .un_homeMovie_view{
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1281px) {
  .un_homeMovie_view {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: calc(10vh - 3vw);
  }
}
.un_homeMovie_view video{
  width: 85%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 9;
  
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
  outline: none;
  border: none;
}
@media screen and (max-width: 880px) {
  .un_homeMovie_view video{
    width: 100%;
  }
}
.un_homeMovie_view .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.un_homeMovie_view .video-flame {
  position: absolute;
  top: 50%;
  left: calc(50% + 6px);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 8;
}
@media screen and (max-width: 880px) {
  .un_homeMovie_view .video-flame {
    position: absolute;
    top: 50%;
    left: calc(50% + 6px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    pointer-events: none;
    z-index: 8;
  }
}
.un_homeHead_section {
  position: relative;
  z-index: 600;
}
@media screen and (max-width: 744px) {
  .un_homeHead_section {
    padding-top: 40px;
    padding-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeHead_section {
    padding-top: 40px;
    padding-top: 5.2083333333vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeHead_section {
    padding: 13vh 40px 0;
  }
}
.un_homeHead_section > div {
  position: relative;
}
@media screen and (max-width: 880px) {
  .un_homeHead_section > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 744px) {
  .un_homeHead_img {
    margin-top: 28px;
    margin-top: 7.4666666667vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeHead_img {
    margin-top: 28px;
    margin-top: 3.6458333333vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeHead_img {
    position: absolute;
    top: -8vh;
    left: calc(50% - 10px);
  }
}
.un_homeHead_img img {
  max-width: unset;
}
@media screen and (max-width: 744px) {
  .un_homeHead_img img {
    width: 260px;
    width: 69.3333333333vw;
    height: auto;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeHead_img img {
    width: 260px;
    width: 33.8541666667vw;
    height: auto;
  }
}
@media screen and (min-width: 881px) {
  .un_homeHead_img img {
    width: auto;
    height: 78vh;
  }
}
.un_homeHead_copy {
  font-weight: 400;
  letter-spacing: 0.18em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 744px) {
  .un_homeHead_copy {
    font-size: 17px;
    font-size: 4.5333333333vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeHead_copy {
    font-size: 17px;
    font-size: 2.2135416667vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeHead_copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.35rem;
    width: 305px;
    letter-spacing: 0.25em;
    line-height: 2.2;
    margin-top: 8vh;
    margin-bottom: 10.75vh;
  }
}
@media screen and (min-width: 1281px) {
  .un_homeHead_copy {
    font-size: 23px;
    font-size: 1.796875vw;
    width: 30%;
  }
}
.un_homeHead_navList {
  width: 100%;
}
@media screen and (max-width: 744px) {
  .un_homeHead_navList {
    margin-top: 70px;
    margin-top: 18.6666666667vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeHead_navList {
    margin-top: 70px;
    margin-top: 9.1145833333vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeHead_navList {
    width: 305px;
  }
}
@media screen and (min-width: 1281px) {
  .un_homeHead_navList {
    width: 30%;
  }
}
.un_homeHead_navItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 400;
  letter-spacing: 0.04em;
  width: 100%;
  padding: 18px 0;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 744px) {
  .un_homeHead_navItem a {
    padding-top: 12px;
    padding-top: 3.2vw;
    padding-bottom: 12px;
    padding-bottom: 3.2vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeHead_navItem a {
    padding-top: 12px;
    padding-top: 1.5625vw;
    padding-bottom: 12px;
    padding-bottom: 1.5625vw;
  }
}
.un_homeHead_navItem a:after {
  display: block;
  content: url(../../img/common/icon_arrRight.svg);
}
@media screen and (max-width: 880px) {
  .un_homeHead_navItem a:after {
    transform: rotate(90deg);
  }
}
.un_homeHead_navList_foot{
  font-size: 11px;
  margin-top: 20px;
}
@media screen and (max-width: 880px) {
  .un_homeHead_navList_foot { 
    font-size: 2.6vw;
    text-align: left;
    width: 100%;
  }
}

.un_homeModelhouse_section {
  position: relative;
  z-index: 500;
}
@media screen and (max-width: 744px) {
  .un_homeModelhouse_section {
    margin-top: 100px;
    margin-top: 26.6666666667vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeModelhouse_section {
    margin-top: 100px;
    margin-top: 13.0208333333vw;
  }
}
@media screen and (max-width: 880px) {
  .un_homeModelhouse_section > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 744px) {
  .un_homeModelhouse_img {
    margin-top: -45px;
    margin-top: -12vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeModelhouse_img {
    margin-top: -45px;
    margin-top: -5.859375vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeModelhouse_img {
    position: absolute;
    top: calc(50% - 158px);
    right: calc(50% + 65px);
  }
}
.un_homeModelhouse_img img {
  height: auto;
}
@media screen and (max-width: 744px) {
  .un_homeModelhouse_img img {
    width: 217px;
    width: 57.8666666667vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeModelhouse_img img {
    width: 217px;
    width: 28.2552083333vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeModelhouse_h2 {
    position: absolute;
    bottom: calc(50% + 84px);
    left: calc(50% + 36px);
  }
}
.un_homeModelhouse_txt {
  line-height: 1.875;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 744px) {
  .un_homeModelhouse_txt {
    margin-top: 56px;
    margin-top: 14.9333333333vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeModelhouse_txt {
    margin-top: 56px;
    margin-top: 7.2916666667vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeModelhouse_txt {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% + 165px);
    width: 280px;
  }
}
@media screen and (min-width: 881px) {
  .un_homeModelhouse_navList {
    position: absolute;
    top: calc(50% + 70px);
    left: calc(50% + 165px);
  }
}
.un_homeModelhouse_fortune {
  position: relative;
}
@media screen and (min-width: 881px) {
  .un_homeModelhouse_fortune {
    position: absolute !important;
    right: -15px;
    bottom: 5.375vh;
    width: 170px;
    height: 176px;
  }
}
.un_homeModelhouse_fortune_cont {
  position: absolute;
}
@media screen and (max-width: 744px) {
  .un_homeModelhouse_fortune_cont {
    width: 170px;
    width: 45.3333333333vw;
    height: 180px;
    height: 48vw;
    right: -20px;
    right: -5.3333333333vw;
    top: -15px;
    top: -4vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeModelhouse_fortune_cont {
    width: 170px;
    width: 22.1354166667vw;
    height: 180px;
    height: 23.4375vw;
    right: -20px;
    right: -2.6041666667vw;
    top: -15px;
    top: -1.953125vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeModelhouse_fortune_cont {
    width: 100%;
    height: 100%;
  }
}
.un_homeModelhouse_fortune_cont div.__hukidashi {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 70px;
  height: 110px;
}
@media screen and (max-width: 744px) {
  .un_homeModelhouse_fortune_cont div.__hukidashi {
    width: 70px;
    width: 18.6666666667vw;
    height: 110px;
    height: 29.3333333333vw;
  }
}
.un_homeModelhouse_fortune_cont div.__hukidashi div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.un_homeModelhouse_fortune_cont div.__armadillo {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
}
.un_homeModelhouse_fortune_cont div.__armadillo figure:nth-child(1), .un_homeModelhouse_fortune_cont div.__armadillo figure:nth-child(3) {
  display: block;
  position: absolute;
  opacity: 0;
}
.un_homeModelhouse_fortune_cont div.__armadillo figure:nth-child(1) {
  top: -22px;
  left: 0;
  transform: rotate(28deg);
}
.un_homeModelhouse_fortune_cont div.__armadillo figure:nth-child(3) {
  transform: rotate(140deg);
  top: 20px;
  right: -30px;
}
.un_homeModelhouse_fortune_cont div.__armadillo figure:nth-child(2) {
  width: 95px;
  height: 95px;
}
@media screen and (max-width: 744px) {
  .un_homeModelhouse_fortune_cont div.__armadillo figure:nth-child(2) {
    width: 95px;
    width: 25.3333333333vw;
    height: 95px;
    height: 25.3333333333vw;
  }
}

.un_homeSales_section {
  position: relative;
  z-index: 400;
}
@media screen and (max-width: 744px) {
  .un_homeSales_section {
    margin-top: 230px;
    margin-top: 61.3333333333vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeSales_section {
    margin-top: 230px;
    margin-top: 29.9479166667vw;
  }
}
@media screen and (max-width: 880px) {
  .un_homeSales_section > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 744px) {
  .un_homeSales_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -56px;
    margin-top: -14.9333333333vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeSales_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -56px;
    margin-top: -7.2916666667vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeSales_img {
    position: absolute;
    top: calc(50% - 270px);
    right: calc(50% - 168px);
  }
}
.un_homeSales_img img {
  height: auto;
}
@media screen and (max-width: 744px) {
  .un_homeSales_img img {
    width: 293px;
    width: 78.1333333333vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeSales_img img {
    width: 293px;
    width: 38.1510416667vw;
  }
}
@media screen and (max-width: 880px) {
  .un_homeSales_h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 881px) {
  .un_homeSales_h2 {
    position: absolute;
    bottom: 50%;
    right: calc(50% + 363px);
  }
}
.un_homeSales_txt {
  line-height: 1.875;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 744px) {
  .un_homeSales_txt {
    margin-top: 64px;
    margin-top: 17.0666666667vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeSales_txt {
    margin-top: 64px;
    margin-top: 8.3333333333vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeSales_txt {
    position: absolute;
    top: calc(50% + 30px);
    left: calc(50% + 268px);
    width: 280px;
  }
}
@media screen and (min-width: 881px) {
  .un_homeSales_navList {
    position: absolute;
    top: calc(50% + 117px);
    left: calc(50% + 268px);
  }
}
.un_homeSales_link {
  position: absolute;
}
@media screen and (max-width: 744px) {
  .un_homeSales_link {
    bottom: -140px;
    bottom: -37.3333333333vw;
    right: 0;
    width: 150px;
    width: 40vw;
    height: 150px;
    height: 40vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeSales_link {
    bottom: -140px;
    bottom: -18.2291666667vw;
    right: 0;
    width: 150px;
    width: 19.53125vw;
    height: 150px;
    height: 19.53125vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeSales_link {
    bottom: 0;
    right: -104px;
    width: 175px;
    height: 200px;
  }
}
.un_homeSales_link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.un_homeWorks_section {
  position: relative;
  z-index: 300;
}
@media screen and (max-width: 744px) {
  .un_homeWorks_section {
    margin-top: 240px;
    margin-top: 64vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeWorks_section {
    margin-top: 240px;
    margin-top: 31.25vw;
  }
}
@media screen and (max-width: 880px) {
  .un_homeWorks_section > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 744px) {
  .un_homeWorks_img {
    margin-top: -60px;
    margin-top: -16vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeWorks_img {
    margin-top: -60px;
    margin-top: -7.8125vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeWorks_img {
    position: absolute;
    top: calc(50% - 260px);
    right: calc(50% - 14px);
  }
}
.un_homeWorks_img img {
  height: auto;
}
@media screen and (max-width: 744px) {
  .un_homeWorks_img img {
    width: 230px;
    width: 61.3333333333vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeWorks_img img {
    width: 230px;
    width: 29.9479166667vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeWorks_h2 {
    position: absolute;
    top: calc(50% - 96px);
    left: calc(50% + 164px);
  }
}
.un_homeWorks_txt {
  line-height: 1.875;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 744px) {
  .un_homeWorks_txt {
    margin-top: 64px;
    margin-top: 17.0666666667vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeWorks_txt {
    margin-top: 64px;
    margin-top: 8.3333333333vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeWorks_txt {
    position: absolute;
    top: calc(50% + 170px);
    left: calc(50% + 164px);
    width: 280px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 881px) {
  .un_homeWorks_navList {
    position: absolute;
    top: calc(50% + 260px);
    left: calc(50% + 164px);
  }
}
.un_homeWorks_link {
  position: absolute;
}
@media screen and (max-width: 744px) {
  .un_homeWorks_link {
    bottom: -153px;
    bottom: -40.8vw;
    right: 0;
    width: 150px;
    width: 40vw;
    height: 168px;
    height: 44.8vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeWorks_link {
    bottom: -153px;
    bottom: -19.921875vw;
    right: 0;
    width: 150px;
    width: 19.53125vw;
    height: 168px;
    height: 21.875vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeWorks_link {
    bottom: 0;
    right: -53px;
    width: 176px;
    height: 210px;
  }
}
.un_homeWorks_link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.un_homeTechnical_section {
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 744px) {
  .un_homeTechnical_section {
    margin-top: 233px;
    margin-top: 62.1333333333vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeTechnical_section {
    margin-top: 233px;
    margin-top: 30.3385416667vw;
  }
}
@media screen and (max-width: 880px) {
  .un_homeTechnical_section > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 744px) {
  .un_homeTechnical_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 27px;
    margin-top: 7.2vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeTechnical_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 27px;
    margin-top: 3.515625vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeTechnical_img {
    position: absolute;
    top: calc(50% - 84px);
    right: calc(50% - 102px);
  }
}
.un_homeTechnical_img img {
  height: auto;
}
@media screen and (max-width: 744px) {
  .un_homeTechnical_img img {
    width: 304px;
    width: 81.0666666667vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeTechnical_img img {
    width: 304px;
    width: 39.5833333333vw;
  }
}
@media screen and (max-width: 880px) {
  .un_homeTechnical_h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 881px) {
  .un_homeTechnical_h2 {
    position: absolute;
    top: calc(50% - 230px);
    left: calc(50% + 260px);
  }
}
.un_homeTechnical_txt {
  line-height: 1.875;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 744px) {
  .un_homeTechnical_txt {
    margin-top: 64px;
    margin-top: 17.0666666667vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeTechnical_txt {
    margin-top: 64px;
    margin-top: 8.3333333333vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeTechnical_txt {
    position: absolute;
    top: calc(50% + 42px);
    left: calc(50% + 260px);
    width: 280px;
  }
}
@media screen and (min-width: 881px) {
  .un_homeTechnical_navList {
    position: absolute;
    top: calc(50% + 130px);
    left: calc(50% + 260px);
  }
}
.un_homeTechnical_link {
  position: absolute;
}
@media screen and (max-width: 744px) {
  .un_homeTechnical_link {
    bottom: -172px;
    bottom: -45.8666666667vw;
    right: 0;
    width: 138px;
    width: 36.8vw;
    height: 202px;
    height: 53.8666666667vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeTechnical_link {
    bottom: -172px;
    bottom: -22.3958333333vw;
    right: 0;
    width: 138px;
    width: 17.96875vw;
    height: 202px;
    height: 26.3020833333vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeTechnical_link {
    bottom: 0;
    right: -45px;
    width: 154px;
    height: 175px;
  }
}
.un_homeTechnical_link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.un_homeAbout_section {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 744px) {
  .un_homeAbout_section {
    margin-top: 250px;
    margin-top: 66.6666666667vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeAbout_section {
    margin-top: 250px;
    margin-top: 32.5520833333vw;
  }
}
@media screen and (max-width: 880px) {
  .un_homeAbout_section > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 744px) {
  .un_homeAbout_img {
    margin-top: -60px;
    margin-top: -16vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeAbout_img {
    margin-top: -60px;
    margin-top: -7.8125vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeAbout_img {
    position: absolute;
    top: calc(50% - 217px);
    right: calc(50% - 185px);
  }
}
.un_homeAbout_img img {
  height: auto;
}
@media screen and (max-width: 744px) {
  .un_homeAbout_img img {
    width: 250px;
    width: 66.6666666667vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeAbout_img img {
    width: 250px;
    width: 32.5520833333vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeAbout_h2 {
    position: absolute;
    top: calc(50% - 217px);
    right: calc(50% + 325px);
  }
}
.un_homeAbout_txt {
  line-height: 1.875;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 744px) {
  .un_homeAbout_txt {
    margin-top: 64px;
    margin-top: 17.0666666667vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeAbout_txt {
    margin-top: 64px;
    margin-top: 8.3333333333vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeAbout_txt {
    position: absolute;
    top: calc(50% + 20px);
    left: calc(50% + 305px);
    width: 280px;
  }
}
@media screen and (min-width: 881px) {
  .un_homeAbout_navList {
    position: absolute;
    top: calc(50% + 177px);
    left: calc(50% + 305px);
  }
}
.un_homeAbout_link {
  position: absolute;
}
@media screen and (max-width: 744px) {
  .un_homeAbout_link {
    bottom: -240px;
    bottom: -64vw;
    right: 0;
    width: 170px;
    width: 45.3333333333vw;
    height: 255px;
    height: 68vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeAbout_link {
    bottom: 0;
    left: calc(100% - 15px);
    width: 320px;
    height: 220px;
  }
}
.un_homeAbout_link a {
  position: absolute;
}
.un_homeAbout_link a:nth-child(1) {
  bottom: 18px;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 880px) {
  .un_homeAbout_link a:nth-child(1) {
    bottom: 0;
  }
}
@media screen and (max-width: 744px) {
  .un_homeAbout_link a:nth-child(1) img {
    width: 133px;
    width: 35.4666666667vw;
  }
}
.un_homeAbout_link a:nth-child(2) {
  top: 0;
  right: 0;
}
@media screen and (max-width: 744px) {
  .un_homeAbout_link a:nth-child(2) img {
    width: 140px;
    width: 37.3333333333vw;
  }
}

@media screen and (max-width: 744px) {
  .un_homeInformation_section {
    margin-top: 305px;
    margin-top: 81.3333333333vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeInformation_section {
    margin-top: 305px;
    margin-top: 39.7135416667vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeInformation_section {
    z-index: -1;
  }
}
@media screen and (max-width: 880px) {
  .un_homeInformation_section > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 880px) {
  .un_homeInformation_h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 881px) {
  .un_homeInformation_h2 {
    position: absolute;
    bottom: calc(50% + 53px);
    right: calc(50% + 10vw);
  }
}
@media screen and (max-width: 744px) {
  .un_homeInformation_list {
    margin-top: 64px;
    margin-top: 17.0666666667vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeInformation_list {
    margin-top: 64px;
    margin-top: 8.3333333333vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeInformation_list {
    position: absolute;
    top: calc(50% - 150px);
    left: 50%;
    width: 50%;
  }
}
.un_homeInformation_listItem:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 744px) {
  .un_homeInformation_listItem:not(:first-child) {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeInformation_listItem:not(:first-child) {
    margin-top: 40px;
    margin-top: 5.2083333333vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeInformation_listItem:not(:first-child) {
    margin-top: 56px;
  }
}
@media screen and (min-width: 881px) {
  .un_homeInformation_listItem:nth-child(2) {
    margin-left: 3vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeInformation_listItem:nth-child(3) {
    margin-left: 6vw;
  }
}
.un_homeInformation_listItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 24px;
  border-bottom: 1px solid #b6b7b4;
}
@media screen and (max-width: 744px) {
  .un_homeInformation_listItem a {
    padding-bottom: 24px;
    padding-bottom: 6.4vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeInformation_listItem a {
    padding-bottom: 24px;
    padding-bottom: 3.125vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeInformation_listItem a {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.un_homeInformation_listItem .__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Sans", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #75787a;
  line-height: 1;
}
.un_homeInformation_listItem .__ttl {
  font-weight: 400;
  margin: 15px 0;
  width: 100%;
}
.un_homeInformation_listItem .__ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.un_homeInformation_listItem .__ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
.un_homeInformation_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .un_homeInformation_link {
    width: 100%;
    margin-top: 64px;
    margin-top: 17.0666666667vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_homeInformation_link {
    width: 100%;
    margin-top: 64px;
    margin-top: 8.3333333333vw;
  }
}
@media screen and (min-width: 881px) {
  .un_homeInformation_link {
    position: absolute;
    top: calc(50% + 270px);
    right: -60px;
  }
}
.un_homeInformation_link a {
  padding-bottom: 12px;
  border-bottom: 1px solid #d5d5d5;
}

.un_home_h2 {
  font-weight: 400;
  letter-spacing: 0.18em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (max-width: 744px) {
  .un_home_h2 {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_home_h2 {
    font-size: 20px;
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 881px) {
  .un_home_h2 {
    font-size: 2.4rem;
    margin-left: -10px;
  }
}

@media screen and (max-width: 744px) {
  .un_home_navList {
    margin-top: 30px;
    margin-top: 8vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_home_navList {
    margin-top: 30px;
    margin-top: 3.90625vw;
  }
}
@media screen and (min-width: 881px) {
  .un_home_navList {
    width: 280px;
  }
}

.un_home_navLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 18px 0;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 744px) {
  .un_home_navLink {
    padding-top: 12px;
    padding-top: 3.2vw;
    padding-bottom: 12px;
    padding-bottom: 3.2vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .un_home_navLink {
    padding-top: 12px;
    padding-top: 1.5625vw;
    padding-bottom: 12px;
    padding-bottom: 1.5625vw;
  }
}
.un_home_navLink:after {
  display: block;
  content: url(../../img/common/icon_arrRight.svg);
  margin-left: 24px;
}

.un_home_sectionMark {
  position: fixed;
  left: 60px;
  display: inline-block;
  width: auto !important;
  height: 100%;
  overflow: visible;
  transform: rotate(180deg);
  transition: 0.4s ease;
}
@media screen and (max-width: 880px) {
  .un_home_sectionMark {
    display: none !important;
  }
}
.un_home_sectionMark p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
  writing-mode: vertical-lr;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.un_home_sectionMark p span {
  display: inline-block;
}
.un_home_sectionMark p span:nth-child(1) {
  margin-bottom: 24px;
}
.un_home_sectionMark p span:nth-child(2) {
  transform: rotate(90deg);
  margin-right: 2px;
}

@keyframes animation-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.is-fadeIn {
  opacity: 0;
}

.is-active .is-fadeIn {
  animation-name: animation-fadeIn;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.is-active .fadeIn-02 {
  animation-delay: 0.4s;
}
.is-active .fadeIn-03 {
  animation-delay: 0.7 0.5s;
}

.scrollDown {
  position: absolute !important;
  bottom: 20px;
  right: 20px;
  font-size: 1.2rem;
  padding-right: 50px;
}
@media screen and (max-width: 880px) {
  .un_homeMovie_section .scrollDown {
    bottom: -60vw;
    margin: 0;
  }
  .un_homeMovie_section .scrollDown::before {
    transform: rotate(135deg);
    top: calc(50% + 7px);
    right: 10px;
  }
  .un_homeMovie_section .scrollDown::after {
    transform: rotate(90deg);
    width: 25px;
  }
  .un_homeHead_section .scrollDown {
    display: none !important;
  }
}
.scrollDown::before, .scrollDown::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
}
.scrollDown::before {
  width: 5px;
  height: 5px;
  border: 1px solid #b6b7b4;
  border-left: none;
  border-bottom: none;
  top: calc(50% - 3px);
  transform: rotate(45deg);
}
.scrollDown::after {
  width: 40px;
  height: 1px;
  background: #b6b7b4;
  top: calc(50% - 1px);
}

.__hukidashi {
  transform-origin: center bottom;
  animation: yurayura 3.5s 0s infinite;
}

@keyframes yurayura {
  0%, 100% {
    transform: rotate(-10deg);
  }
  20% {
    transform: rotate(10deg);
  }
  40%, 80% {
    transform: rotate(0deg);
  }
}
.__txt01,
.__txt02,
.__txt03,
.__txt04,
.__txt05 {
  opacity: 0;
}
.__txt01 img,
.__txt02 img,
.__txt03 img,
.__txt04 img,
.__txt05 img {
  width: 100%;
  height: 100%;
}

.__txt01 {
  animation: txt01 3.5s 0s infinite;
}

@keyframes txt01 {
  0%, 20%, 100% {
    opacity: 1;
  }
  40%, 80% {
    opacity: 0;
  }
}
.__txt02 {
  animation: txt02 3.5s 0s infinite;
}

@keyframes txt02 {
  0%, 20%, 100% {
    opacity: 0;
  }
  40%, 80% {
    opacity: 1;
  }
}
.__txt03 {
  background: url(../../img/frontpage/img_front_fortune_txt06.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.un_homeModelhouse_fortune_cont:hover {
  cursor: pointer;
}

.un_homeModelhouse_fortune_cont.is-active {
  cursor: default;
}

.un_homeModelhouse_fortune_cont.is-active .__hukidashi,
.un_homeModelhouse_fortune_cont.is-active .__hukidashi .__txt01,
.un_homeModelhouse_fortune_cont.is-active .__hukidashi .__txt02 {
  animation: none;
}
.un_homeModelhouse_fortune_cont.is-active .__hukidashi .__txt03 {
  animation: fade-in 1s forwards, fade-out 1s forwards;
  animation-delay: 0.5s, 3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40%;
}
.un_homeModelhouse_fortune_cont.is-active .__hukidashi .__txt03 img {
  position: absolute;
  top: 0;
  left: 0;
}
.un_homeModelhouse_fortune_cont.is-active .__hukidashi .__txt03 img:nth-child(2) {
  animation: fade-in-out 0.3s step-end infinite;
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-out {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.un_homeModelhouse_fortune_cont.is-active .__hukidashi .__txt04 {
  animation: fade-in 0.5s forwards, fade-out 0.5s forwards;
  animation-delay: 4.2s, 5.8s;
  opacity: 0;
}
.un_homeModelhouse_fortune_cont.is-active .__hukidashi .__txt05 {
  animation: fade-in 0.5s forwards;
  animation-delay: 5.8s;
  opacity: 0;
}
.un_homeModelhouse_fortune_cont.is-click .__hukidashi ._txt01,
.un_homeModelhouse_fortune_cont.is-click .__hukidashi ._txt02,
.un_homeModelhouse_fortune_cont.is-click .__hukidashi ._txt03,
.un_homeModelhouse_fortune_cont.is-click .__hukidashi ._txt04 {
  opacity: 0 !important;
  visibility: hidden !important;
}
.un_homeModelhouse_fortune_cont.is-click .__armadillo {
  opacity: 0 !important;
  visibility: hidden !important;
}

.un_homeModelhouse_fortune_cont.is-yes, .un_homeModelhouse_fortune_cont.is-no {
  pointer-events: none;
}
.un_homeModelhouse_fortune_cont.is-yes .__armadillo {
  animation: jump 0.2s 1, jump 0.2s 1, run1 2s forwards linear;
  animation-delay: 0s, 4.2s, 6.3s;
}
@media screen and (max-width: 744px) {
  .un_homeModelhouse_fortune_cont.is-yes .__armadillo {
    animation: jump 0.2s 1, jump 0.2s 1, run1 1s forwards linear;
    animation-delay: 0s, 4.2s, 6.3s;
  }
}
.un_homeModelhouse_fortune_cont.is-yes .__armadillo figure:nth-child(2) {
  transform-origin: center center;
  animation: run2 1s infinite linear;
  animation-delay: 6.3s;
}
.un_homeModelhouse_fortune_cont.is-yes .__armadillo figure:nth-child(3) {
  animation: fade-in-out 0.6s infinite;
  animation-delay: 6.3s;
}
.un_homeModelhouse_fortune_cont.is-no .__armadillo {
  animation: jump 0.2s 1, jump 0.2s 1, hide-back 2s forwards linear;
  animation-delay: 0s, 4.2s, 6.3s;
}
@media screen and (max-width: 744px) {
  .un_homeModelhouse_fortune_cont.is-no .__armadillo {
    animation: jump 0.2s 1, jump 0.2s 1, hide-back 1s forwards linear;
    animation-delay: 0s, 4.2s, 6.3s;
  }
}
.un_homeModelhouse_fortune_cont.is-no .__armadillo figure:nth-child(1) {
  animation: fade-in 0.5s forwards;
  animation-delay: 6.3s;
}

@keyframes jump {
  0%, 100% {
    transform: translateY(0);
  }
  40%, 60% {
    transform: translateY(-20px);
  }
}
@keyframes run1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-150vw);
  }
}
@keyframes run2 {
  0%, 100% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes hide-back {
  0% {
    transform: none;
  }
  99% {
    transform: translateX(170px);
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.un_homeModelhouse_fortune_cont.is-retry .__hukidashi, .un_homeModelhouse_fortune_cont.is-click .__hukidashi {
  animation: none;
}
.un_homeModelhouse_fortune_cont.is-retry .__hukidashi .__txt01,
.un_homeModelhouse_fortune_cont.is-retry .__hukidashi .__txt02,
.un_homeModelhouse_fortune_cont.is-retry .__hukidashi .__txt03,
.un_homeModelhouse_fortune_cont.is-retry .__hukidashi .__txt04, .un_homeModelhouse_fortune_cont.is-click .__hukidashi .__txt01,
.un_homeModelhouse_fortune_cont.is-click .__hukidashi .__txt02,
.un_homeModelhouse_fortune_cont.is-click .__hukidashi .__txt03,
.un_homeModelhouse_fortune_cont.is-click .__hukidashi .__txt04 {
  display: none !important;
}
.un_homeModelhouse_fortune_cont.is-retry .__hukidashi .__txt05, .un_homeModelhouse_fortune_cont.is-click .__hukidashi .__txt05 {
  animation: none;
  opacity: 1;
}
.un_homeModelhouse_fortune_cont.is-retry .__armadillo, .un_homeModelhouse_fortune_cont.is-click .__armadillo {
  display: none;
}

.ly_fixedBtn_block {
  opacity: 1;
  /*opacity: 0;*/
  transition: 0.3s;
  /*pointer-events: none;*/
}
.ly_fixedBtn_block.is-show {
  opacity: 1;
  pointer-events: auto;
}
