@charset "UTF-8";
/*-------------------------------------------*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
body.night {
  background-color: #001B38;
}

#night {
  /* ---------------------------------------------------------

  #mv

  --------------------------------------------------------- */
}
#night #mv figure {
  height: 6.5rem;
}
@media screen and (max-width: 720px) {
  #night #mv figure {
    height: 45vh;
  }
}
#night #mv figure img {
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 720px) {
  #night #mv figure img {
    -o-object-position: 55% center;
       object-position: 55% center;
  }
}
#night {
  /* ---------------------------------------------------------

  #title

  --------------------------------------------------------- */
}
#night #title .titleWrap {
  width: 100%;
  background-color: #FFF;
  max-width: 11.6rem;
  margin: 0 auto;
  padding-bottom: 1rem;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
#night #title .titleWrap h1 {
  font-size: 1rem;
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap h1 {
    font-size: 0.4rem;
  }
}
#night #title .titleWrap h1 span {
  font-size: 0.18rem;
  display: inherit;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-top: 0.05rem;
  letter-spacing: 0.033rem;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap h1 span {
    font-size: 0.11rem;
  }
}
#night #title .titleWrap h5 {
  font-size: 0.22rem;
  font-family: yu-mincho-pr6n, sans-serif;
  margin: 0.4rem auto;
  line-height: 1.8;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap h5 {
    font-size: 0.15rem;
    margin: 0.2rem auto;
    letter-spacing: inherit;
  }
}
#night #title .titleWrap .title_slider {
  width: 10.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .title_slider {
    width: 100%;
  }
}
@media screen and (min-width: 1300px) and (max-height: 770px) {
  #night #title .titleWrap .title_slider {
    width: 8rem;
  }
}
#night #title .titleWrap .title_slider button {
  top: 43.4% !important;
}
#night #title .titleWrap .title_slider .slideBox img {
  height: 6rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 90%;
     object-position: center 90%;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .title_slider .slideBox img {
    width: 100%;
    height: 45vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 770px) {
  #night #title .titleWrap .title_slider .slideBox img {
    height: 5rem;
  }
}
#night #title .titleWrap .title_slider p {
  margin: 0.2rem auto 0;
  font-family: yu-mincho-pr6n, sans-serif;
  font-size: 0.16rem;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .title_slider p {
    font-size: 0.12rem;
    margin: 0.1rem auto 0;
    text-align: left;
    padding: 0 0.25rem;
    letter-spacing: inherit;
  }
}
#night #title .titleWrap .spec {
  max-width: 10.2rem;
  width: 100%;
  margin: 0.35rem auto 1rem;
  padding: 0.5rem;
  text-align: center;
  background-color: #001b38;
  color: #fff;
  font-size: 0.16rem;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .spec {
    width: 94%;
    height: auto;
    margin: 0.2rem auto 0.3rem;
    padding: 0.3rem 0rem;
    font-size: 0.12rem;
  }
}
#night #title .titleWrap .spec .specWrapp {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .spec .specWrapp {
    flex-direction: column;
  }
}
#night #title .titleWrap .spec .specWrapp h4 {
  text-align: left;
  line-height: 2.4;
  width: 2.15rem;
  height: 0.6rem;
  padding-right: 0.5rem;
  border-right: 1px solid #c9c3b8;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .spec .specWrapp h4 {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #c9c3b8;
    line-height: 3.8;
    height: auto;
    margin-bottom: 0.14rem;
  }
}
#night #title .titleWrap .spec .specWrapp h4 span {
  line-height: 1;
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-style: italic;
  font-size: 0.4rem;
  display: block;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .spec .specWrapp h4 span {
    font-size: 0.32rem;
    display: inline-block;
    margin-right: 0.2rem;
  }
}
#night #title .titleWrap .spec .specWrapp ul {
  text-align: left;
}
#night #title .titleWrap .spec .specWrapp ul li {
  width: 2.3rem;
  padding-left: 0.6rem;
  line-height: 1.5;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .spec .specWrapp ul li {
    width: 100%;
    padding-left: 0.07rem;
    line-height: 1.6;
    letter-spacing: inherit;
  }
}
#night #title .titleWrap .spec .specWrapp ul li:before {
  position: relative;
  top: -0.05rem;
  left: -0.07rem;
  display: inline-block;
  width: 0.025rem;
  height: 0.025rem;
  content: "";
  border-radius: 100%;
  background: #4d4d4d;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .spec .specWrapp ul li:before {
    top: -0.03rem;
    width: 0.02rem;
    height: 0.02rem;
  }
}
#night #title .titleWrap .spec2 {
  max-width: 10.2rem;
  width: 100%;
  margin: 0 auto;
}
#night #title .titleWrap .spec2 > .midashi {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: unset;
  font-size: 0.28rem;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .spec2 > .midashi {
    margin: 0;
    font-size: 0.2rem;
  }
}
#night #title .titleWrap .spec2 .specBox {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
  align-items: center;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .spec2 .specBox {
    width: 85%;
    margin: 0.4rem auto 0;
  }
}
#night #title .titleWrap .spec2 .specBox:nth-child(odd) {
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .spec2 .specBox:nth-child(odd) {
    flex-direction: column;
    margin-top: 0.2rem;
  }
}
#night #title .titleWrap .spec2 .specBox:nth-child(odd) .textBox {
  padding-left: 0.4rem;
  width: 4.3rem;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .spec2 .specBox:nth-child(odd) .textBox {
    padding: 0;
    width: 100%;
  }
}
#night #title .titleWrap .spec2 .specBox:nth-child(odd) .textBox h3 {
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .spec2 .specBox:nth-child(odd) .textBox h3 {
    letter-spacing: inherit;
  }
}
#night #title .titleWrap .spec2 .specBox:nth-child(odd) .coord {
  display: flex;
  justify-content: center;
  margin: 0.6rem auto 0;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .spec2 .specBox:nth-child(odd) .coord {
    flex-direction: column-reverse;
    margin-top: 0.3rem;
  }
}
#night #title .titleWrap .spec2 .specBox:nth-child(odd) .coord img:first-child {
  height: auto;
  width: 3.85rem;
  margin-right: 0.03rem;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .spec2 .specBox:nth-child(odd) .coord img:first-child {
    width: 100%;
    margin-right: 0;
  }
}
#night #title .titleWrap .spec2 .specBox:nth-child(odd) .coord img:last-child {
  width: 5.5rem;
  height: auto;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .spec2 .specBox:nth-child(odd) .coord img:last-child {
    width: 100%;
    margin-bottom: 0.015rem;
  }
}
#night #title .titleWrap .spec2 .specBox:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .spec2 .specBox:nth-child(even) {
    flex-direction: column;
  }
}
#night #title .titleWrap .spec2 .specBox:nth-child(even) .textBox {
  padding-right: 0.4rem;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .spec2 .specBox:nth-child(even) .textBox {
    padding: 0;
  }
}
#night #title .titleWrap .spec2 .specBox:nth-child(even) .textBox h3 {
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .spec2 .specBox:nth-child(even) .textBox h3 {
    letter-spacing: inherit;
  }
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .spec2 .specBox .textBox {
    margin: 0.2rem auto 0;
  }
}
#night #title .titleWrap .spec2 .specBox .textBox h2 {
  letter-spacing: 0.01rem;
  font-size: 0.54rem;
  margin-bottom: 0;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .spec2 .specBox .textBox h2 {
    font-size: 0.3rem;
  }
}
#night #title .titleWrap .spec2 .specBox .textBox h2:after {
  content: "";
  background-image: url(/img/common/deco_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.44rem;
  height: 0.12rem;
  display: block;
  margin: 0.15rem auto 0.3rem;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .spec2 .specBox .textBox h2:after {
    content: "";
    width: 0.33rem;
    height: 0.15rem;
    margin: 0.04rem auto 0;
  }
}
#night #title .titleWrap .spec2 .specBox .textBox p {
  margin-top: 0.15rem;
  padding: 0 0.45rem;
  letter-spacing: 0.01rem;
  line-break: strict;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .spec2 .specBox .textBox p {
    margin-top: 0.1rem;
    padding: 0;
    line-height: 1.8;
    letter-spacing: inherit;
  }
}
#night #title .titleWrap .spec2 .specBox img {
  width: 5.9rem;
  height: 3.9rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 720px) {
  #night #title .titleWrap .spec2 .specBox img {
    width: 100%;
    height: auto;
  }
}
#night {
  /* ---------------------------------------------------------

  #garden
  .subContents

        --------------------------------------------------------- */
}
#night #garden {
  margin-top: 0.7rem;
  color: #fff;
}
@media screen and (max-width: 720px) {
  #night #garden {
    margin-top: 0.4rem;
  }
}
#night #garden h1 {
  font-size: 1rem;
  font-family: garamond-premier-pro-display, serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 720px) {
  #night #garden h1 {
    font-size: 0.4rem;
    margin-bottom: 0.25rem;
  }
}
#night #garden h1 span {
  font-size: 0.18rem;
  display: inherit;
  letter-spacing: 0.033rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-top: 0.1rem;
}
@media screen and (max-width: 720px) {
  #night #garden h1 span {
    font-size: 0.11rem;
  }
}
#night #garden .evening {
  max-width: 13.6rem;
  margin: auto;
  position: relative;
  height: 22rem;
}
@media screen and (max-width: 720px) {
  #night #garden .evening {
    width: 90%;
    margin: 0 auto;
    height: 18.5rem;
  }
}
#night #garden .evening li {
  position: absolute;
}
#night #garden .evening li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#night #garden .evening li:first-child {
  width: 5.1rem;
  left: 0.3rem;
}
@media screen and (max-width: 720px) {
  #night #garden .evening li:first-child {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#night #garden .evening li:nth-child(2) {
  width: 3.7rem;
  height: 2.4rem;
  top: 0.55rem;
  right: 3.8rem;
}
@media screen and (max-width: 720px) {
  #night #garden .evening li:nth-child(2) {
    width: 49%;
    height: 1.1rem;
    left: 0;
    top: 2.8rem;
  }
}
#night #garden .evening li:nth-child(3) {
  width: 3.7rem;
  height: 2.4rem;
  top: 0.55rem;
  right: 0;
}
@media screen and (max-width: 720px) {
  #night #garden .evening li:nth-child(3) {
    width: 49%;
    height: 1.1rem;
    right: 0;
    top: 2.8rem;
  }
}
#night #garden .evening li:nth-child(4) {
  width: 5.3rem;
  left: -0.3rem;
  top: 6.2rem;
  z-index: 1;
}
@media screen and (max-width: 720px) {
  #night #garden .evening li:nth-child(4) {
    top: 7rem;
    width: 40%;
    left: -0.2rem;
  }
}
#night #garden .evening li:nth-child(5) {
  width: 7rem;
  right: 0.5rem;
  top: 4rem;
}
@media screen and (max-width: 720px) {
  #night #garden .evening li:nth-child(5) {
    top: 5.2rem;
    width: 90%;
    right: -0.2rem;
  }
}
#night #garden .evening li:nth-child(6) {
  width: 4rem;
  left: 0.8rem;
  top: 4.35rem;
}
@media screen and (max-width: 720px) {
  #night #garden .evening li:nth-child(6) {
    width: 3.3rem;
    margin: auto;
    top: 4.2rem;
    left: 0;
    right: 0;
  }
}
#night #garden .evening li:nth-child(7) {
  width: 3.1rem;
  left: 3.2rem;
  top: 10.9rem;
}
@media screen and (max-width: 720px) {
  #night #garden .evening li:nth-child(7) {
    width: 49%;
    height: 1.1rem;
    right: 0;
    left: auto;
    top: 13.75rem;
  }
}
#night #garden .evening li:nth-child(8) {
  width: 3.1rem;
  left: 0rem;
  top: 10.9rem;
}
@media screen and (max-width: 720px) {
  #night #garden .evening li:nth-child(8) {
    width: 49%;
    height: 1.1rem;
    left: 0;
    top: 13.75rem;
  }
}
#night #garden .evening li:nth-child(9) {
  width: 6.5rem;
  left: 0.6rem;
  top: 14.4rem;
}
@media screen and (max-width: 720px) {
  #night #garden .evening li:nth-child(9) {
    width: 80%;
    right: 0;
    left: auto;
    top: 15rem;
  }
}
#night #garden .evening li:nth-child(10) {
  width: 4.3rem;
  height: 6rem;
  right: 1.1rem;
  top: 11rem;
}
@media screen and (max-width: 720px) {
  #night #garden .evening li:nth-child(10) {
    width: 3.3rem;
    height: 4rem;
    margin: auto;
    top: 8.4rem;
    left: 0;
    right: 0;
  }
}
#night #garden .evening li:nth-child(11) {
  width: 5rem;
  right: 1.8rem;
  top: 17.8rem;
}
@media screen and (max-width: 720px) {
  #night #garden .evening li:nth-child(11) {
    width: 54%;
    left: 0;
    right: auto;
    top: 16.9rem;
  }
}
#night #garden .evening li:last-child {
  width: 4rem;
  right: 2rem;
  top: 9.5rem;
}
@media screen and (max-width: 720px) {
  #night #garden .evening li:last-child {
    width: 3.3rem;
    margin: auto;
    top: 12.8rem;
    left: 0;
    right: 0;
  }
}
#night #garden .garden_slider {
  width: 10.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  #night #garden .garden_slider {
    width: 100%;
  }
}
@media screen and (min-width: 1300px) and (max-height: 770px) {
  #night #garden .garden_slider {
    width: 8rem;
  }
}
#night #garden .garden_slider .slick-next:before {
  background-image: url(../img/common/arrow_w_r.png);
}
#night #garden .garden_slider .slick-prev:before {
  background-image: url(../img/common/arrow_w_l.png);
}
#night #garden .garden_slider button {
  top: 43.4% !important;
}
#night #garden .garden_slider .slideBox img {
  height: 6rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  #night #garden .garden_slider .slideBox img {
    width: 100%;
    height: 45vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 770px) {
  #night #garden .garden_slider .slideBox img {
    height: 5rem;
  }
}
#night #garden .garden_slider p {
  margin: 0.2rem auto 0;
  font-family: yu-mincho-pr6n, sans-serif;
  font-size: 0.16rem;
  text-align: center;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 720px) {
  #night #garden .garden_slider p {
    font-size: 0.12rem;
    margin: 0.1rem auto 0;
    text-align: left;
    padding: 0 0.25rem;
    letter-spacing: inherit;
  }
}
#night #welcome {
  margin-top: 1rem;
  padding-bottom: 1.1rem;
}
@media screen and (max-width: 720px) {
  #night #welcome {
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
    margin-top: 0;
  }
}
#night #welcome .subCWrapp {
  justify-content: left;
}
@media screen and (max-width: 720px) {
  #night #welcome .subCWrapp {
    flex-direction: column-reverse;
  }
}
#night #welcome .subCWrapp .textWrap .textBox {
  background-color: #fbf9f6;
}
#night #welcome .subCWrapp .textWrap img {
  width: 4.3rem;
  height: 2.8rem;
  margin-bottom: -0.7rem;
}
@media screen and (max-width: 720px) {
  #night #welcome .subCWrapp .textWrap img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
}
#night #night {
  background-color: #001B38;
  padding-bottom: 0.35rem;
}
@media screen and (max-width: 720px) {
  #night #night {
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 720px) {
  #night #night .subCWrapp {
    flex-direction: column;
  }
}
#night #night .subCWrapp figure {
  margin-top: 1.1rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 720px) {
  #night #night .subCWrapp figure {
    margin-top: 0;
  }
}
#night #night .subCWrapp .textWrap {
  position: relative;
  height: 7.15rem;
  margin-left: -0.8rem;
}
@media screen and (max-width: 720px) {
  #night #night .subCWrapp .textWrap {
    height: auto;
    margin: 0 auto;
  }
}
#night #night .subCWrapp .textWrap .textBox {
  background-color: #001B38;
  color: #FFF;
  padding: 0.5rem 0 0.3rem 0.5rem;
  margin-right: -0.1rem;
}
@media screen and (max-width: 720px) {
  #night #night .subCWrapp .textWrap .textBox {
    margin: 0 auto;
    padding: 0 0.35rem 0.2rem;
  }
}
#night #night .subCWrapp .textWrap .textBox h2 {
  letter-spacing: 0.01rem;
  color: #FFF;
}
#night #night .subCWrapp .textWrap img {
  max-width: 3rem;
  max-height: 2.3rem;
  margin-right: 1.8rem;
  margin-bottom: -0.4rem;
}
@media screen and (max-width: 720px) {
  #night #night .subCWrapp .textWrap img {
    max-width: 1.6rem;
    width: 100%;
    height: auto;
    margin-right: inherit;
    margin-left: 0.4rem;
  }
}
#night #night .subCWrapp .textWrap img:last-child {
  position: absolute;
  right: -1.8rem;
  top: 1.5rem;
}
@media screen and (max-width: 720px) {
  #night #night .subCWrapp .textWrap img:last-child {
    right: 0.4rem;
    top: 2rem;
  }
}
#night .subContents .subCWrapp {
  width: 100%;
  margin: 0 auto;
  max-width: 12.2rem;
  display: flex;
  flex-direction: row;
}
#night .subContents .subCWrapp .textWrap {
  display: flex;
  align-items: flex-end;
  z-index: 1;
  color: #4d4d4d;
}
#night .subContents .subCWrapp .textWrap:nth-child(odd) {
  flex-direction: column;
  justify-content: space-between;
  margin-right: -0.9rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 720px) {
  #night .subContents .subCWrapp .textWrap:nth-child(odd) {
    margin: 0;
  }
}
#night .subContents .subCWrapp .textWrap:nth-child(even) {
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 720px) {
  #night .subContents .subCWrapp .textWrap:nth-child(even) {
    margin: 0;
    flex-direction: column;
  }
}
#night .subContents .subCWrapp .textWrap .textBox {
  padding: 0.5rem 0 0.3rem 0.5rem;
  width: 4.6rem;
  margin-right: 0.25rem;
}
@media screen and (max-width: 720px) {
  #night .subContents .subCWrapp .textWrap .textBox {
    width: 92%;
    padding: 0.2rem 0.35rem;
    margin: 0.15rem auto;
  }
}
#night .subContents .subCWrapp .textWrap .textBox h2 {
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 720px) {
  #night .subContents .subCWrapp .textWrap .textBox h2 {
    text-align: left;
  }
}
#night .subContents .subCWrapp .textWrap .textBox h2 span {
  padding: 0;
  margin-top: 0.1rem;
}
#night .subContents .subCWrapp .textWrap .textBox p {
  max-width: 3.6rem;
  width: 100%;
  margin: 0.4rem 0 0.2rem;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 720px) {
  #night .subContents .subCWrapp .textWrap .textBox p {
    margin-top: 0.2rem;
    letter-spacing: inherit;
  }
}
#night .subContents .subCWrapp figure img {
  width: 8.3rem;
  height: 5.5rem;
}
@media screen and (max-width: 720px) {
  #night .subContents .subCWrapp figure img {
    width: 100%;
    height: 45vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 0;
       object-position: 100% 0;
  }
}

.bread {
  border-top: 1px solid #001b38 !important;
  background-color: #001B38;
  color: #FFF;
}
.bread a:after {
  color: #FFF !important;
}

.lineImg img {
  width: 100%;
  height: 5.8rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 83%;
     object-position: center 83%;
}
@media screen and (max-width: 720px) {
  .lineImg img {
    height: 56.5vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

body #selection .parallax-bg {
  display: none;
}/*# sourceMappingURL=night.css.map */