body {
  font-family: 'DB Heavent';
  color: #000;
}
#MusicBg {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
.buttonAudio .buttonControl {
  position: absolute;
  right: 25px;
  top: 185px;
  z-index: 20;
}
.playAudio {
  background: none;
  border: none;
  z-index: 3;
  cursor: pointer;
  border-radius: 50%;
  margin: 15px 5px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.playAudio svg {
  width: 25px;
  height: 25px;
}
.playAudio #pauseIcon {
  display: none;
}
p {
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 44px;
}
.container__site {
  max-width: 768px;
  margin: auto;
  display: grid;
  width: 100%;
  position: relative;
  background-image: url("../images/background.png");
  background-repeat: repeat-y;
  background-size: contain;
  padding: 30px;
}
.container__site:before {
  background-color: #FFFADB;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -2;
}
.container__site:after {
  background-image: url("../images/background-4.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.logo {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 30px;
}
.logo img {
  height: 100px;
}
.section__header {
  position: relative;
}
.section__header h1 {
  font-family: 'DB Heavent Med';
  font-size: 48px;
  line-height: 48px;
  color: #000;
  text-align: center;
}
.section__header p {
  text-align: center;
}
.section__header .main__header {
  position: relative;
  margin-top: -180px;
  margin-bottom: -90px;
  overflow: hidden;
}
.section__header .main__header img {
  width: 100%;
  position: relative;
}
.section__header .main__header .element__main {
  position: relative;
}
.section__header .main__header .element__overlay {
  position: absolute;
}
.section__header .main__header .element__overlay_animation img {
  animation-name: moveIt01;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  margin-top: -10px;
  transform: rotate(15deg);
  width: 105px;
}
.section__header .main__header .element__overlay__logo {
  top: 475px;
  left: 40px;
}
.section__header .main__header .element__overlay__control {
  top: 340px;
  left: 80px;
}
.section__header .main__header .element__overlay__control img {
  animation-name: moveIt03;
  transform: rotate(-15deg);
}
.section__header .main__header .element__overlay__like {
  top: 240px;
  left: 160px;
}
.section__header .main__header .element__overlay__gift {
  top: 240px;
  right: 160px;
  z-index: 3;
}
.section__header .main__header .element__overlay__gift img {
  animation-name: moveIt03;
  transform: rotate(-15deg);
}
.section__header .main__header .element__overlay__phone {
  top: 370px;
  right: 80px;
}
.section__header .main__header .element__overlay__phone img {
  width: 80px;
}
.section__header .main__header .element__overlay__global {
  top: 510px;
  right: 80px;
}
.section__header .main__header .element__overlay__global img {
  animation-name: moveIt03;
  transform: rotate(-15deg);
  width: 80px;
}
.section__header .main__header .element__fire__work01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section__header .main__header .element__happy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.section__header .main__header .element__happy #HappyText {
  animation-name: moveIt02;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  margin-top: -6px;
}
.section__header .main__header .element__happy #BirthdayText {
  animation-name: moveIt02;
  animation-delay: 1s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  margin-top: -6px;
}
.section__header .main__header .element__star {
  mix-blend-mode: screen;
  position: absolute;
}
@keyframes moveIt01 {
  0% {
    margin-top: -10px;
    transform: rotate(15deg);
  }
  12% {
    transform: rotate(-15deg);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    margin-top: 10px;
    transform: rotate(-15deg);
  }
  62% {
    transform: rotate(15deg);
  }
  75% {
    transform: rotate(-15deg);
  }
  87% {
    transform: rotate(15deg);
  }
  100% {
    margin-top: -10px;
    transform: rotate(15deg);
  }
}
@keyframes moveIt03 {
  0% {
    margin-top: -10px;
    transform: rotate(-15deg);
  }
  12% {
    transform: rotate(15deg);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    margin-top: 10px;
    transform: rotate(15deg);
  }
  62% {
    transform: rotate(-15deg);
  }
  75% {
    transform: rotate(15deg);
  }
  87% {
    transform: rotate(-15deg);
  }
  100% {
    margin-top: -10px;
    transform: rotate(-15deg);
  }
}
@keyframes moveIt02 {
  0% {
    margin-top: -6px;
  }
  50% {
    margin-top: 6px;
  }
  100% {
    margin-top: -6px;
  }
}
.title__section {
  padding: 10px 0;
}
.title__section a {
  margin: 10px auto;
  width: max-content;
  display: block;
}
.title__name {
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #000;
}
.title__animation {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
  align-items: center;
  align-content: center;
  max-width: 490px;
  margin: auto;
}
.title__animation img {
  height: 250px;
  z-index: 3;
}
.title__animation .image {
  position: relative;
}
.title__animation .image .overlay {
  position: absolute;
  mix-blend-mode: screen;
}
.title__animation .content {
  z-index: 2;
}
.title__animation .content h2 {
  color: #79009C;
  font-family: 'ItalianDidot_Normal';
  margin: 0;
  font-size: 80px;
}
.title__animation .content h3 {
  margin: -15px 0;
  font-family: 'ItalianDidot_Normal';
  color: #A97F28;
  font-size: 55px;
}
.title__animation__style02 {
  grid-template-columns: 300px 1fr;
  max-width: 600px;
  position: relative;
}
.title__animation__style02 .image .overlay {
  position: absolute;
  mix-blend-mode: normal;
}
.title__animation__style02 .content {
  margin-left: -210px;
}
.title__animation__style02 .content h2 {
  text-align: center;
}
.title__animation__style02 .content h3 {
  text-align: center;
}
.title__animation__style03 {
  grid-template-columns: 300px 1fr;
  max-width: 560px;
  position: relative;
  margin-top: -80px;
}
.title__animation__style03 img {
  height: 350px;
}
.title__animation__style03 .image .overlay {
  position: absolute;
  mix-blend-mode: screen;
}
.title__animation__style03 .content {
  margin-left: -210px;
}
.title__animation__style03 .content h2 {
  color: #A97F28;
  font-size: 80px;
  margin-left: 50px;
  margin-bottom: -35px;
}
.title__animation__style03 .content h3 {
  font-size: 90px;
  color: #A625D6;
}
.title__animation__style03 .content h3 span {
  display: block;
  color: #79009C;
  font-size: 70px;
  width: max-content;
  margin-left: auto;
  margin-right: 70px;
  margin-top: -30px;
}
.card__section {
  display: grid;
  grid-gap: 50px;
}
.card__item {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.card__item .content {
  position: relative;
  z-index: 1;
}
.card__item .content img {
  width: 100%;
  border-radius: 0;
}
.card__item .content__collaspe {
  opacity: 0;
  transition: all 0.5s;
  display: none;
  pointer-events: none;
}
.card__item .content__swap__collasped {
  display: block;
  opacity: 1;
  transition: all 0.5s;
  pointer-events: auto;
}
.card__item .close-btn {
  opacity: 1;
  transition: all 0.5s;
  position: absolute;
  background: none;
  border: none;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 0;
  pointer-events: auto;
}
.card__item .card__imgae {
  border-radius: 0;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
}
.card__item .collaspe__btn {
  z-index: 1;
  opacity: 0;
  font-family: 'DB Heavent';
  font-weight: bold;
  font-size: 24px;
  background: #610090;
  border-radius: 5px;
  color: #fff;
  border: none;
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 0 12px;
  line-height: 35px;
  transition: all 0.5s;
  pointer-events: none;
  width: 120px;
  display: none;
}
.card__item .collaspe__btn small {
  font-size: inherit;
  font-family: 'DB Heavent';
  font-weight: normal;
}
.card__item .collaspe__btn:hover {
  transition: all 0.5s;
  background: #d21075;
}
.card__item .showContent {
  border-radius: 20px;
  transition: all 0.5s;
}
.card__item .showContent img {
  border-radius: 20px;
}
.card__item .showContent .content__collaspe {
  opacity: 1;
  transition: all 0.5s;
  pointer-events: auto;
  display: block;
}
.card__item .showContent .content__swap__collasped {
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
  display: none;
}
.card__item .showContent .close-btn {
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s;
}
.card__item .showContent .collaspe__btn {
  opacity: 1;
  transition: all 0.5s;
  pointer-events: auto;
  display: block;
}
.card__body {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.card__body h2 {
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 30px;
  color: #59595B;
  font-family: 'DB Heavent Med';
}
.card__body h3 {
  font-size: 32px;
  margin: 0;
  color: #59595B;
  font-family: 'DB Heavent Med';
}
.card__body ol {
  padding-left: 20px;
}
.card__body li {
  font-size: 32px;
  line-height: 35px;
  font-family: 'DB Heavent Med';
  margin: 0;
  color: #59595B;
}
.card__body ul {
  padding-left: 20px;
}
.card__body button,
.card__body a {
  background: #610090;
  border: none;
  color: #fff;
  display: flex;
  width: calc(100% + 40px);
  justify-content: center;
  font-size: 48px;
  margin: 0 -20px -20px -20px;
  text-decoration: none;
}
.card__body button:hover,
.card__body a:hover {
  transition: all 0.5s;
  background: #d21075;
}
.popup__style {
  border-radius: 20px;
}
.popup__style h2 {
  text-align: center;
  font-size: 48px;
  color: #59595B;
  margin: 0;
  font-family: 'DB Heavent Med';
}
.popup__style button {
  background: none;
  border: none;
  position: absolute;
  top: 5px;
  right: 0;
}
.scrollIcon {
  position: fixed;
  bottom: 30px;
  width: 100vw;
  display: grid;
  justify-content: center;
  justify-items: center;
  z-index: 9;
  pointer-events: none;
}
.scrollIcon svg {
  position: relative;
  animation-name: ScrollAnimation;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
@keyframes ScrollAnimation {
  from {
    top: 0;
    opacity: 1;
  }
  to {
    top: 20px;
    opacity: 0;
  }
}
.shareFacebook {
  cursor: pointer;
}
.shareFacebook img {
  display: none;
}
footer {
  background-color: #fff;
  padding: 30px;
  max-width: 768px;
  margin: auto;
  display: grid;
  width: 100%;
  position: relative;
  z-index: 20;
}
footer h2 {
  font-family: 'ItalianDidot_Normal';
  font-size: 63px;
  color: #610090;
  text-align: center;
}
footer p {
  color: #59595B;
  font-family: 'DB Heavent Med';
  font-size: 46px;
  text-align: center;
  margin-bottom: 20px;
}
footer a {
  z-index: 1;
  font-family: 'DB Heavent';
  font-weight: bold;
  font-size: 24px;
  background: #610090;
  border-radius: 5px;
  color: #fff;
  border: none;
  padding: 0 20px;
  letter-spacing: 0.3px;
  line-height: 35px;
  transition: all 0.5s;
  width: max-content;
  display: block;
  margin: auto;
  text-decoration: none;
  text-align: center;
}
footer a:hover {
  transition: all 0.5s;
  background: #d21075;
  color: #fff;
}
@media (max-width: 767px) {
  .logo {
    margin-bottom: 15px;
  }
  .logo svg {
    width: 50px;
    height: auto;
  }
  .logo img {
    height: 80px;
  }
  .buttonAudio .buttonControl {
    top: 145px;
    right: 13px;
  }
  .playAudio {
    padding: 0;
  }
  .playAudio svg {
    width: 20px;
    height: 20px;
  }
  p {
    font-size: 5vw;
    line-height: 5vw;
  }
  .section__header h1 {
    font-size: 9vw;
    line-height: 9vw;
  }
  .container__site {
    padding: 15px;
  }
  .title__name {
    font-size: 6vw;
    line-height: 6vw;
    margin-top: 10px;
  }
  .title__section {
    max-width: 100vw;
    overflow: hidden;
  }
  .title__section a svg {
    max-width: 80%;
    height: auto;
    display: block;
    margin: auto;
  }
  .title__animation {
    max-width: fit-content;
  }
  .title__animation img {
    height: 160px;
  }
  .title__animation .content h2 {
    font-size: 15vw;
    line-height: 13vw;
  }
  .title__animation .content h3 {
    font-size: 9vw;
    margin-top: -7px;
  }
  .title__animation__style02 {
    max-width: fit-content;
  }
  .title__animation__style02 .image {
    margin-left: -5vw;
  }
  .title__animation__style02 .content {
    margin-left: -58vw;
  }
  .title__animation__style02 .content h2 {
    font-size: 15vw;
    line-height: 13vw;
    margin-bottom: -13px;
  }
  .title__animation__style02 .content h3 {
    font-size: 9vw;
    margin-top: -7px;
  }
  .title__animation__style03 {
    margin-top: -40px;
  }
  .title__animation__style03 img {
    height: 220px;
  }
  .title__animation__style03 .content {
    margin-left: -190px;
  }
  .title__animation__style03 .content h2 {
    margin-left: 0;
    font-size: 13vw;
    line-height: 15vw;
    margin-bottom: -20px;
  }
  .title__animation__style03 .content h3 {
    font-size: 15vw;
    line-height: 17vw;
    margin-left: -50px;
  }
  .title__animation__style03 .content h3 span {
    font-size: 14vw;
    margin-right: 5vw;
    margin-top: -25px;
  }
  .card__section {
    grid-gap: 15px;
  }
  .card__item {
    border-radius: 0 0 10px 10px;
  }
  .card__item .collaspe__btn {
    font-size: 4vw;
    bottom: 5px;
    right: 5px;
    padding: 0 7px;
    line-height: 6vw;
    width: 20vw;
  }
  .card__item .content img {
    border-radius: 0;
  }
  .card__item .showContent {
    border-radius: 10px;
  }
  .card__item .showContent img {
    border-radius: 10px;
  }
  .card__body h2 {
    font-size: 7vw;
    line-height: 7vw;
    margin-bottom: 15px;
  }
  .card__body h2 br {
    display: none;
  }
  .card__body h3 {
    font-size: 6vw;
  }
  .card__body li {
    font-size: 6vw;
    line-height: 6vw;
  }
  .card__body button,
  .card__body a {
    font-size: 10vw;
  }
  .popup__style {
    border-radius: 10px;
  }
  .popup__style h2 {
    font-size: 7vw;
  }
  footer h2 {
    font-size: 8vw;
  }
  footer p {
    font-size: 6vw;
  }
  .section__header .main__header {
    margin-top: -120px;
    margin-bottom: -10vw;
  }
  .section__header .main__header .element__overlay_animation img {
    width: 10vw;
  }
  .section__header .main__header .element__overlay__logo {
    top: 59vw;
    left: 10vw;
    margin-top: 20px;
  }
  .section__header .main__header .element__overlay__control {
    top: 46vw;
    left: 13vw;
    margin-top: 20px;
  }
  .section__header .main__header .element__overlay__like {
    top: 32vw;
    left: 21vw;
    margin-top: 20px;
  }
  .section__header .main__header .element__overlay__gift {
    top: 33vw;
    right: 21vw;
    margin-top: 20px;
  }
  .section__header .main__header .element__overlay__phone {
    top: 47vw;
    right: 12vw;
    margin-top: 20px;
  }
  .section__header .main__header .element__overlay__phone img {
    width: 9vw;
  }
  .section__header .main__header .element__overlay__global {
    top: 62vw;
    right: 8vw;
    margin-top: 20px;
  }
  .section__header .main__header .element__overlay__global img {
    width: 9vw;
  }
}
@media (max-width: 340px) {
  .title__animation__style02 .content {
    margin-left: -75vw;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .title__animation__style02 .content {
    margin-left: -48vw;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .title__animation__style03 {
    margin-top: -4vw;
  }
}
