@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@700&display=swap");
body {
  background-color: #000000;
}

.maruchi {
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: center;
}
.maruchi p, .maruchi span, .maruchi h2, .maruchi a {
  color: #333333;
}
.maruchi .title {
  margin: 0 auto 60px;
  font-size: clamp(73px, 4.5625rem + (1vw - 7.69px) * 8.9701, 100px);
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .maruchi .title {
    margin: 0 auto 9vw;
    font-size: 10vw;
  }
}
.maruchi .title p {
  color: #ba9aff;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  position: relative;
}
.maruchi .title p:first-letter {
  color: #9683ff;
}
.maruchi img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.content {
  max-width: 1070px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content {
    padding: 0 6vw;
  }
}

.fadeInSlow {
  opacity: 0;
  transform: translate(0);
  transition: all 2.5s;
}

.fadeNow {
  opacity: 1;
  transform: translate(0, 0);
}

img.lg-image {
  max-width: 90% !important;
}
@media screen and (min-width: 769px) {
  img.lg-image {
    max-width: 850px !important;
  }
}

#lg-download {
  display: none;
}

#lg-counter span {
  color: #fff;
}

#google_translate_element img {
  width: auto;
}

#modal img {
  width: auto;
}

.back20th {
  width: 40%;
  max-width: 450px;
  margin: 160px auto 0;
}
@media screen and (max-width: 768px) {
  .back20th {
    width: 60%;
    max-width: 450px;
    margin: 25% auto 0;
  }
}

.topImageWrap {
  position: relative;
}
.topImageWrap__logo {
  max-width: 1070px;
  width: 43%;
  position: absolute;
  top: 16%;
  left: 7%;
}
@media screen and (max-width: 768px) {
  .topImageWrap__logo {
    width: 94%;
    bottom: 3vw;
    left: 3%;
    top: auto;
  }
}

.content_8kWrap {
  background-color: #000000;
  background-image: url(../img/8k_bg.jpg);
  background-size: 15%;
  animation: scroll-anim 60s linear infinite;
}
.content_8kWrap img {
  max-width: 800px;
  display: block;
  margin: 0 auto;
}

@keyframes scroll-anim {
  100% {
    background-position: -100% 0;
  }
}
.storyWrap {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .storyWrap {
    padding: 16vw 0;
  }
}
.storyWrap p:after {
  content: "";
  background-image: url(../img/money.png);
  height: 100%;
  width: 8%;
  background-repeat: no-repeat;
  bottom: -9%;
  position: absolute;
  background-position: bottom;
  background-size: contain;
  right: 29%;
}
@media screen and (max-width: 768px) {
  .storyWrap p:after {
    right: 23%;
    bottom: -8%;
    width: 10%;
  }
}
.storyWrap .content {
  position: relative;
}
.storyWrap .storyContent {
  display: block;
  max-width: 1000px;
  max-height: 726px;
  overflow-y: scroll;
  margin: 0 auto;
  box-shadow: 0px 0px 10px 2px #62336e;
}
.storyWrap .storyContent::-webkit-scrollbar {
  width: 12px;
}
.storyWrap .storyContent::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}
.storyWrap .storyContent::-webkit-scrollbar-thumb {
  background-color: #9683ff;
  border-radius: 100px;
}
.storyWrap .storyContent img {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .storyWrap .storyContent {
    max-height: 400px;
  }
}
.storyWrap .scroll {
  position: absolute;
  right: 45%;
  bottom: -20px;
  width: 50px;
  animation: move-y 1s infinite alternate ease-in-out;
}
@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}

.topMovie {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .topMovie {
    padding: 16vw 0;
  }
}
.topMovie .content {
  max-width: 1400px;
}
.topMovie p.topTitle:after {
  content: "";
  background-image: url(../img/drink.png);
  height: 100%;
  width: 6%;
  background-repeat: no-repeat;
  bottom: 0%;
  position: absolute;
  background-position: bottom;
  background-size: contain;
  right: 31%;
}
@media screen and (max-width: 768px) {
  .topMovie p.topTitle:after {
    right: 23%;
    bottom: -8%;
    width: 10%;
  }
}
.topMovie p.subTitle {
  font-size: 17px;
  color: #aaa;
  line-height: initial;
  font-family: auto;
}
.topMovie p.subTitle:first-letter {
  color: #aaa;
}
@media screen and (max-width: 768px) {
  .topMovie p.subTitle {
    font-size: 2.7vw;
  }
}
.topMovie .movieWrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .topMovie .movieWrap {
    display: block;
  }
}
.topMovie__wrap {
  position: relative;
  width: 48%;
  margin: 0 1%;
  border: 3px solid #ffffff;
  border-radius: 5px;
  padding-top: 31.5%;
  box-shadow: 0px 0px 10px 2px #62336e;
}
@media screen and (max-width: 768px) {
  .topMovie__wrap {
    width: 90%;
    margin: 0 auto 10vw;
    padding-top: 54%;
  }
}
.topMovie__wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.packageDetail {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .packageDetail {
    padding: 16vw 0;
  }
}
.packageDetail .title p:after {
  content: "";
  background-image: url(../img/money.png);
  height: 100%;
  width: 25%;
  background-repeat: no-repeat;
  top: -31%;
  position: absolute;
  background-position: bottom;
  background-size: contain;
  right: -20%;
}
@media screen and (max-width: 768px) {
  .packageDetail .title p:after {
    left: 15%;
  }
}
.packageDetail .content {
  display: flex;
}
@media screen and (max-width: 768px) {
  .packageDetail .content {
    display: block;
  }
}
.packageDetail__packageImgWrap {
  max-width: 330px;
  margin-right: 6%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .packageDetail__packageImgWrap {
    width: 60%;
    margin: 0 auto 10vw;
  }
}
.packageDetail__packageImgWrap img {
  box-shadow: 0px 0px 10px 2px #62336e;
}
.packageDetail__packageText h2 {
  font-size: 1.7em;
  margin-bottom: 30px;
  color: #f113a1;
  line-height: 1.5em;
  font-weight: bold;
  text-shadow: 0 0 12px #ffffff, 0 0 12px #ffffff, 0 0 12px #ffffff, 0 0 12px #ffffff, 0 0 12px #ffffff, 0 0 12px #ffffff, 0 0 12px #ffffff;
}
@media screen and (max-width: 768px) {
  .packageDetail__packageText h2 {
    font-size: 5.3vw;
    text-align: center;
    margin-bottom: 4vw;
  }
}
.packageDetail__packageText p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .packageDetail__packageText p {
    font-size: 3.5vw;
    width: 80%;
    margin: 0 auto;
  }
}
.packageDetail__packagelink {
  width: 80%;
  margin: 30px auto 0;
}
.packageDetail__packagelink a {
  border: 2px solid #f113a1;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 35px;
  border-radius: 15px;
  transition: 1s;
  color: #f113a1 !important;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 2px #62336e;
}
.packageDetail__packagelink a:hover {
  transition: 1s;
  background-color: rgb(255, 255, 255);
  color: #fff !important;
  background-color: #f113a1;
}
@media screen and (max-width: 768px) {
  .packageDetail__packagelink a {
    font-size: 5vw;
  }
}

.galleryWrap {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .galleryWrap {
    padding: 16vw 0;
  }
}
.galleryWrap p:after {
  content: "";
  background-image: url(../img/drink.png);
  height: 100%;
  width: 7%;
  background-repeat: no-repeat;
  bottom: 0%;
  position: absolute;
  background-position: bottom;
  background-size: contain;
}
.galleryWrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.galleryWrap li {
  margin: 0 0.5%;
  margin-bottom: 0.5%;
  width: 24%;
}
@media screen and (max-width: 768px) {
  .galleryWrap li {
    width: 30%;
    margin: 0 1%;
    margin-bottom: 2%;
  }
}
.galleryWrap li img {
  transition: all 0.5s;
}
.galleryWrap li img:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .galleryWrap li img:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

#main {
  margin-bottom: -100px;
}
@media screen and (max-width: 768px) {
  #main {
    margin-bottom: -6vh;
  }
}Wrap li img:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

#main {
  margin-bottom: -100px;
}
@media screen and (max-width: 768px) {
  #main {
    margin-bottom: -6vh;
  }
}
/*# sourceMappingURL=style.css.map */