@charset "utf-8";
/* CSS Document */

/* Base */
.l-content-body, .l-wrapper, .l-content, .l-content-main {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.t-mode-rwd .l-content-main {
  padding: 0 !important;
}
.t-mode-rwd .l-header {
  display: none;
}
.t-mode-rwd.is-sticky .l-header {
  display: block;
}
.article-inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 60px 15px;
}
.article-inner > *:first-child {
  margin-top: 0;
}
.article-inner > *:last-child {
  margin-bottom: 0;
}
.sp-only {
  display: none;
}
img[src$=".svg"] :not([type="linksvg"]) {
    width: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .t-mode-rwd .l-content-body[data-type="full"] .l-content-main {
    padding: 0 !important;
  }
  .l-footer {
    margin-top: -1px;
  }
}
@media screen and (min-width: 768px) {
  .l-content-related[data-type="full"] {
    max-width: 1000px;
    float: none;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 15px 100px;
  }
}
@media screen and (max-width: 767px) {
  html[lang="ja"] .m-header-logo {
    margin-left: 0 !important;
    left: 12px !important;
  }
  .l-content-body[data-type="full"] {
    margin: 0;
  }
  .l-content-related[data-type="lp"] {
    margin: 0;
  }
  .t-mode-rwd[data-type="simple"] .l-wrapper {
    padding-top: 0;
  }
  .article-inner {
    padding: 40px 10px;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}

/* Section Color */
section {
  background-color: #1e1e1e;
  color: #ccc;
}
section[data-type="wh"] {
  background-color: #fff;
  color: #333;
}
section[data-type="gray"] {
  background-color: #f2f2f2;
  color: #333;
}

/* Main Visual */
.hdg-main {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #000;
}
.hdg-main[data-type="video"]::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .5;
  background: transparent url("../img/vegas_ol_05.png") center center repeat;
  z-index: 5;
}
#hdg-bg-video {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  min-width: 100%;
  height: 100vh;
}
.hdg-main-title {
  width: 100%;
  height: 100%;
  padding: 50px;
  margin: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.loaded .hdg-main-title {
  opacity: 1;
  transition: .5s;
}
.hdg-main-title img {
  width: 100%;
  max-width: 25vw;
}
.hdg-scroll-wrapper {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 55;
  width: 100px;
  max-width: 15vw;
  opacity: 0;
}
.loaded .hdg-scroll-wrapper {
  opacity: 1;
  transition-duration: .7s;
  transition-delay: .7s;
}
.hdg-scroll-wrapper svg > g > g:first-child > rect {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .hdg-main-box {
    margin-left: -20px;
  }
  .hdg-main-box > * {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hdg-main-box {
    padding: 10px;
    flex-direction: column;
  }
  .hdg-main-title {
    padding: 25px;
  }
  .hdg-scroll-wrapper {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: auto;
    margin: 0;
  }
}

/* Hedding h1 */
.hdg-sec-lv1 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*color: #f2f2f2;*/
  margin-bottom: 50px;
}
.hdg-sec-lv1::after {
  content: url("../img/icn_hdg-h1__aftr.svg");
  display: block;
  width: 150px;
  margin-top: 18px;
}
.hdg-sec-lv1 h1 {
  font-size: 5.6rem;
  font-family: kozuka-mincho-pro, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5rem;
  padding-left: 0.2rem; 
}
.hdg-sec-lv1 + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv1  {
    margin-bottom: 30px;
  }
  .hdg-sec-lv1 h1 {
    font-size: 4.6rem;
  }
  .hdg-sec-lv1::after {
    margin-top: 12px;
  }
}

/* Hedding h2 */
.hdg-sec-lv2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #f2f2f2;
  margin-bottom: 50px;
}
section[data-type="wh"] .hdg-sec-lv2, section[data-type="gray"] .hdg-sec-lv2 {
  color: #333333;
}
.hdg-sec-lv2::after {
  content: url("../img/icn_hdg-h2__aftr.svg");
  display: block;
  width: 100px;
  margin-top: 12px;
}
.hdg-sec-lv2 h2 {
  font-size: 3.2rem;
  font-family: kozuka-mincho-pro, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
  padding-left: 0.2rem; 
}
.hdg-sec-lv2 + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv2  {
    margin-bottom: 30px;
  }
  .hdg-sec-lv2 h2 {
    font-size: 2.4rem;
  }
  .hdg-sec-lv2::after {
    margin-top: 8px;
  }
}

/* Hedding h3 */
.hdg-sec-lv3 {
    margin: 30px 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.hdg-sec-lv3::before, .hdg-sec-lv3::after {
    content: '';
    flex-grow: 1;
    height: 2px;
    background: #cccccc;
    display: block;
}
.hdg-sec-lv3-inner {
    padding: 0 25px;
    text-align: center;
}
.hdg-sec-lv3-inner h3 {
    font-family: "kozuka-gothic-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.8em;
    letter-spacing: 0.1em;
}
.hdg-sec-lv3-inner p {
    font-family: "garamond-premier-pro", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    margin-top: 0;
}

/* Lead Section */
#lead-section {
  /*background: url("../img/img_lead_section_bg.jpg") 37% 0px #000;
  background-size: cover;*/
  position: relative;
  overflow: hidden;
}
/*#lead-section::before {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 10px;
  height: 10px;
  background: #222;
  border-radius: 50%;
  -moz-transition: 1.2s 0.5s;
  -o-transition: 1.2s 0.5s;
  -webkit-transition: 1.2s 0.5s;
  transition: 1.2s 0.5s;
  z-index: 1;
  opacity: .1;
}*/
#lead-section.scroll::before {
  width: 170vw;
  height: 170vw;
  bottom: -50vw;
  right: -50vw;
  opacity: .4;
}
#lead-section .article-inner {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #lead-section.scroll::before {
    width: 180vmax;
    height: 180vmax;
  }
}

/* Flight Route */
#flight_route {
  /*background: url("../img/img_flight_routes_bg.jpg") 100% 30%;
  background-size: cover;*/
}
#flight_route svg {
  background-color: rgba(0,0,0,.2);
}
#flight-routes-wrapper svg > g > g:first-child, #flight-routes-wrapper svg > g > g:nth-child(n) > rect {
  opacity: 0;
}

/* Flight Detail */
.m-flight-detail {
  margin-top: 30px;
  background-color: #fff;
}
.m-flight-detail-inner {
  display: flex;
}
.m-flight-detail-inner .flight-area {
  width: 70%;
  padding: 16px 20px 18px;
}
.m-flight-detail-inner .flight-area .flight-area-inner {
  display: flex;
  justify-content: space-between;
}
.m-flight-detail-inner .flight-area .flight-area-inner > div {
  margin-right: 15px;
}
.m-flight-detail-inner .flight-area .flight-area-inner > div:last-child {
  margin-right: 0;
}
.m-flight-detail-inner .price-area {
  width: 30%;
  border-left: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
}
.flight-area .hdg-flight-area {
  margin: 0 0 8px;
  border-bottom: 2px solid #d1d1d1;
}
.flight-area .hdg-flight-area > h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-style: normal;
  font-weight: 500;
  font-size: 2.3rem;
  letter-spacing: 0.2rem;
  padding-bottom: 4px;
}
.flight-area-inner .flight-hour {
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-style: normal;
  font-weight: 600;
  font-size: 2.8rem;
}
.flight-area-inner .flight-hour span {
  font-size: 3.6rem;
  letter-spacing: 0.1rem;
  color: #990000;
}
.flight-area-inner > div > *:first-child, .flight-area-inner .flight-hour + p {
  margin-top: 0;
}
.flight-area-time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 2;
}
.flight-area-time-icn {
	display: flex;
	align-items: center;
  width: 100%;
}
.flight-area-time-icn > img {
  width: 6vw;
  max-width: 60px;
  padding: 0 10px;
}
.price-area:hover {
  cursor: pointer;
}
.price-area .price-area-lavel {
  margin: 0;
  padding: 5px 10px;
  background-color: #000;
}
.price-area .price-area-lavel > p {
  margin: 0;
  color: #ccc;
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  text-align: center;
}
.price-area .price-area-lavel a {
  color: #ccc;
}
.price-area .price-area-lavel a:hover {
  text-decoration: none;
  opacity: 1;
}
.price-area:hover .price-area-lavel a {
  text-decoration: underline;
  opacity: .7;
  transition-duration: .5s;
  transition-delay: .2s;
}
.price-area .price-area-content {
  width: 100%;
  height: auto;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 2;
  position: relative;
  overflow: hidden;
}
.price-area .price-area-content::after {
  content: url("../img/icn_price-area__arw.svg");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  width: 9px;
  height: 29px;
  margin: auto;
}
.price-area .price-area-content p {
  text-align: center;
}
.price-area .price-area-content p:first-child {
  margin-top: 0;
}
.price-area .price-area-content p.price {
  color: #990000;
  font-family: kozuka-mincho-pro, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  margin-top: 0;
}
.price-area .price-area-content p.price > span {
  font-size: 3.4rem;
}
.price-area .price-area-content .price-area-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(70,70,70,.85);
  transform: translateY(600px);
  transition: .4s ease;
}
.price-area:hover .price-area-content .price-area-caption {
  transform: translateY(0px);
}
.price-area .price-area-content .price-area-caption p {
  color: #f2f2f2;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  line-height: 1.75;
}
.oneday-staytime {
  margin-top: 50px;
}
.oneday-staytime > img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flight-area-time-icn::before, .flight-area-time-icn::after {
    content: '';
    flex-grow: 1;
    display: block;
    border-bottom: 2px dashed #e6e6e6;
  }
}
@media screen and (max-width: 767px) {
  .m-flight-detail {
    margin-top: 20px;
  }
  .m-flight-detail-inner {
    flex-direction: column;
  }
  .m-flight-detail-inner .flight-area {
    padding: 15px;
  }
  .m-flight-detail-inner .flight-area .flight-area-inner {
    flex-direction: column;
  }
  .m-flight-detail-inner .flight-area, .m-flight-detail-inner .price-area {
    width: 100%;
  }
  .m-flight-detail-inner .flight-area .flight-area-inner > div {
    margin-right: 0;
    margin-top: 15px;
  }
  .m-flight-detail-inner .flight-area .flight-area-inner > div:first-child {
    margin-top: 0;
  }
  .flight-area-time {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .flight-area-time-icn {
    display: block;
    width: 12vw;
    max-width: 40px;
  }
  .flight-area-time-icn + p {
    margin-top: 0;
    font-size: 1.4rem;
  }
  .flight-area-time-icn > img {
    width: 100%;
    max-width: auto;
    padding: 0 10px;
  }
  .oneday-staytime {
    margin-top: 30px;
  }
}

/* Modelplan */
#model-plan {
	font-family: kozuka-gothic-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.m-tab .m-tab-list > li > a, .m-tab .m-tab-list > li > label {
	background-color: #e5e5e5;
	color: #333;
	border: none;
	border-radius: 7px 7px 0 0;
}
.m-tab .m-tab-list > li > a.is-current, .m-tab .m-tab-list > li > label.is-current {
	border: 1px solid #000;
	border-bottom: none;
}
.model_day {
	text-align: center;
	padding: 40px 0;
}
.model_copy {
	text-align: center;
}
.model_copy p:first-child {
	font-size: 3rem;
}
.model_copy p {
	font-size: 1.6rem;
}
.model_dep {
	position: relative;
	height: auto;
	margin-bottom: 50px;
	padding: 0;
}
.model_dep_time {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 5rem;
}
.model_dep_img {
	position: relative;
}
.model_dep_place {
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 15px;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	font-size: 2.5rem;
}
.model_dep_place span {
	font-size: 1.8rem;
	letter-spacing: 0.2rem;
}
.model_flight {
	text-align: center;
	padding: 0;
	margin: 25px 0;
}
.model_arr {
	position: relative;
	height: auto;
	margin-bottom: 50px;
	padding: 0;
}
.model_arr_time {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 5rem;
}
.model_arr_img {
	position: relative;
}
.model_arr_place {
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	font-size: 2.5rem;
}
.model_arr_place span {
	font-size: 1.8rem;
	letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
	.model_dep {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.model_dep_place {
		text-align: right;
		position: relative;
		padding: 15px;
		background-color: rgba(0,0,0,0.8);
		color: #FFF;
		font-size: 2.0rem;
	}
	.model_dep_place span {
		font-size: 1.0rem;
		letter-spacing: 0.2rem;
	}
	.model_arr {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.model_arr_place {
		text-align: left;
		position: relative;
		padding: 15px;
		background-color: rgba(0,0,0,0.8);
		color: #FFF;
		font-size: 2.0rem;
	}
	.model_arr_place span {
		font-size: 1.0rem;
		letter-spacing: 0.2rem;
	}
}
.model_city {
	position: relative;
	height: auto;
	margin-bottom: 50px;
	padding: 0;
}
.model_city_img {
	position: relative;
}
.model_city_place {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 20px 30px;
	text-align: right;
}
.model_city_place p:first-child {
	font-size: 2.6rem;
	letter-spacing: 1.5rem;
	font-weight: bold;
}
.model_city_place p:last-child {
	font-size: 1.6rem;
}
.m-accordion {
	text-align: left !important;
}
@media screen and (max-width: 767px) and (min-width: 560px) {
	.model_city {
		height: 220px;
	}
		.model_city_place {
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 10px 15px;
		text-align: right;
	}
	.model_city_place p:first-child {
		font-size: 2.2rem;
		letter-spacing: 1.5rem;
		font-weight: bold;
	}
	.model_city_place p:last-child {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 559px) {
	.model_city {
		height: 200px;
	}
	.model_city_place {
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 10px 15px;
		text-align: right;
	}
	.model_city_place p:first-child {
		font-size: 2.0rem;
		letter-spacing: 1.2rem;
		font-weight: bold;
	}
	.model_city_place p:last-child {
		font-size: 1.3rem;
	}
}
.model_spot_first {
	position: relative;
	height: auto;
}
.model_spot_first_img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
.m-media-l__body_number {
	margin-top: 50px;
}
.model_spot_first .m-media-l {
	padding-top: 107px;
	z-index: 1;
}
.model_spot .m-media-l__body .m-media-l__body_right {
	text-align: right;
}
.model_spot .m-media-l__body .m-media-l__body_left {
	text-align: left;
}
.model_spot_first .m-media-l__body .m-media-l__body_title {
	font-size: 3rem;
	letter-spacing: 0.5rem;
	margin: 40px 0;
}
.model_spot_first .m-media-l__body .m-media-l__body_title span {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
.model_spot_first .m-media-l__body .m-media-l__body_text {
	font-size: 1.6rem;
}
/*.model_spot_detail {
	position: relative;
}
.model_spot_detail a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}*/
.model_spot_detail .m-media-l__body .m-media-l__body_title {
	font-size: 2.2rem;
	letter-spacing: 0.5rem;
	margin: 10px 0;
}
.model_spot_detail .m-media-l__body .m-media-l__body_title span {
	font-size: 1.4rem;
}
.model_spot_detail .m-media-l__body .m-media-l__body_text {
	font-size: 1.6rem;
}
.model_spot_detail .m-media-r__body {
	text-align: right;
}
.model_spot_detail .m-media-r__body .m-media-r__body_title {
	font-size: 2.2rem;
	letter-spacing: 0.5rem;
	margin: 10px 0;
}
.model_spot_detail .m-media-r__body .m-media-r__body_title span {
	font-size: 1.4rem;
}
.model_spot_detail .m-media-r__body .m-media-r__body_text {
	font-size: 1.6rem;
}
.slick-dots > li.slick-active button {
  background: #333;
}
.slick-dots button {
  background: #CCC;
}
@media screen and (max-width: 767px) {
	.m-media-l__body_number {
		margin-top: 20px;
	}
	.model_spot_first .m-media-l__body .m-media-l__body_title {
		margin: 25px 0;
	}
}
@media screen and (max-width: 767px) {
	ul.slider {
		padding-right: 20px;
		max-width: 100vw;
		width:auto;
	}
}


/* Int-Service */
.m-list-feature__inner[data-type="stayplan"] {
  background-image: url("../img/img_service_baggage.jpg");
}
.m-list-feature__img[data-type="stayplan"] {
  background-image: url("../img/img_service_baggage.jpg");
}

/* Reservation Module */
#reservation #snav1 {
  color: #333;
}

/* Loading */
#loading-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 2000;
  background-color: #000;
  opacity: 1;
  top: 0;
  left: 0;
}
.loading-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; }
}
.spinner {
  position: relative;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px); 
}
.spinner > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; 
}
.spinner > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.spinner > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.spinner > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.spinner > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
.loading-txt {
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 1.8rem;
  margin-top: 25px;
  color: rgba(255,255,255,0.3);
  background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  background: -moz-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  -webkit-background-size: 65px 100%;
  -moz-background-size: 65px 100%;
  background-size: 65px 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-animation-name: shimmer;
  -moz-animation-name: shimmer;
  animation-name: shimmer;
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #222;
}
@-moz-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-o-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}

/* Logo Animation */
#logo-anime {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 180px;
  width: 50%;
}