/* line 1, ../sass/candy-club/cc-top.scss */
.CandyClubTop {
  position: relative;
  height: calc(100vh - var(--header-height));
  max-height: calc(100vw * 9 / 16);
}
/* line 6, ../sass/candy-club/cc-top.scss */
.CandyClubTop .bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 14, ../sass/candy-club/cc-top.scss */
.CandyClubTop .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 22, ../sass/candy-club/cc-top.scss */
.CandyClubTop .container {
  padding-top: calc(11vw * 9 / 16);
}

/* line 27, ../sass/candy-club/cc-top.scss */
.CandyClubTopInner {
  position: relative;
  overflow: hidden;
  background: #ffffff8f;
  backdrop-filter: blur(50px);
  border-radius: 56px;
  width: 760px;
  max-width: 100%;
}
/* line 36, ../sass/candy-club/cc-top.scss */
.CandyClubTopInner .top {
  padding: 40px;
  background: linear-gradient(45deg, #fca9cc, #F30B32 30% 70%, #fca9cc) 80%;
  border-radius: 56px;
}
/* line 41, ../sass/candy-club/cc-top.scss */
.CandyClubTopInner .top .site-title {
  color: #fff;
}
/* line 45, ../sass/candy-club/cc-top.scss */
.CandyClubTopInner .top .btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
  transition: all .2s ease-in-out;
  border-radius: 35px;
  height: 70px;
  margin-top: 30px;
}
@media (hover: hover) {
  /* line 62, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner .top .btn:hover {
    background: #fff9;
  }
}
/* line 69, ../sass/candy-club/cc-top.scss */
.CandyClubTopInner .bot {
  position: relative;
  padding: 40px;
  padding-top: 31px;
}
/* line 74, ../sass/candy-club/cc-top.scss */
.CandyClubTopInner .bot .site-title, .CandyClubTopInner .bot .site-text {
  max-width: calc(100% - 130px);
}
/* line 78, ../sass/candy-club/cc-top.scss */
.CandyClubTopInner .bot .site-title {
  margin-bottom: 7px;
}
/* line 82, ../sass/candy-club/cc-top.scss */
.CandyClubTopInner .bot .details {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F30B32;
  transform: rotate(-90deg);
  cursor: pointer;
  color: #fff;
  width: 72px;
  height: 72px;
  top: 31px;
  right: 40px;
  transition: all .3s;
}
/* line 103, ../sass/candy-club/cc-top.scss */
.CandyClubTopInner .bot .details svg, .CandyClubTopInner .bot .details img {
  width: 27px;
  height: 14px;
}
@media (hover: hover) {
  /* line 109, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner .bot .details:hover {
    opacity: 0.7;
  }
}

/* line 117, ../sass/candy-club/cc-top.scss */
#details-content {
  display: none;
}

/* line 122, ../sass/candy-club/cc-top.scss */
.fancybox__dialog #details-content {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  border-radius: 56px;
  width: 1824px;
  max-width: calc(100% - 100px);
  padding: 40px;
}

/* line 138, ../sass/candy-club/cc-top.scss */
.lang-he .CandyClubTopInner .bot .details {
  left: 40px;
  right: auto;
  transform: rotate(90deg);
}

@media only screen and (min-width: 1241px) and (max-width: 1599px) {
  /* line 149, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner {
    width: 680px;
  }
  /* line 151, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner .top {
    padding: 35px;
  }
  /* line 153, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner .top .btn {
    height: 60px;
    border-radius: 30px;
  }
  /* line 158, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner .bot {
    padding: 30px;
  }
  /* line 160, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner .bot .details {
    width: 60px;
    height: 60px;
    top: 25px;
    right: 30px;
  }
  /* line 165, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner .bot .details svg, .CandyClubTopInner .bot .details img {
    width: 22px;
    height: 12px;
  }

  /* line 179, ../sass/candy-club/cc-top.scss */
  .lang-he .CandyClubTopInner .bot .details {
    left: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 189, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner {
    width: 600px;
  }
  /* line 191, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner .top {
    padding: 30px;
  }
  /* line 193, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner .top .btn {
    height: 55px;
    border-radius: 28px;
  }
  /* line 198, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner .bot {
    padding: 25px;
  }
  /* line 200, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner .bot .details {
    width: 55px;
    height: 55px;
    top: 22px;
    right: 25px;
  }
  /* line 205, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner .bot .details svg, .CandyClubTopInner .bot .details img {
    width: 20px;
    height: 11px;
  }

  /* line 219, ../sass/candy-club/cc-top.scss */
  .lang-he .CandyClubTopInner .bot .details {
    left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 230, ../sass/candy-club/cc-top.scss */
  .CandyClubTop {
    height: auto;
    padding-bottom: calc(11vw * 9 / 16);
    max-height: initial;
  }

  /* line 235, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner {
    width: 100%;
  }
  /* line 237, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner .top {
    padding: 25px;
  }
  /* line 239, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner .top .btn {
    height: 50px;
    border-radius: 25px;
  }
  /* line 244, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner .bot {
    padding: 20px;
  }
  /* line 246, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner .bot .details {
    width: 50px;
    height: 50px;
    top: 20px;
    right: 20px;
  }
  /* line 251, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner .bot .details svg, .CandyClubTopInner .bot .details img {
    width: 18px;
    height: 10px;
  }

  /* line 265, ../sass/candy-club/cc-top.scss */
  .lang-he .CandyClubTopInner .bot .details {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 275, ../sass/candy-club/cc-top.scss */
  .CandyClubTop {
    height: auto;
    padding-bottom: calc(11vw * 9 / 16);
    max-height: initial;
  }

  /* line 280, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner {
    width: 100%;
    border-radius: 20px;
  }
  /* line 283, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner .top {
    padding: 20px;
    border-radius: 20px;
  }
  /* line 286, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner .top .btn {
    height: 45px;
    font-size: 14px;
  }
  /* line 291, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner .bot {
    padding: 15px;
  }
  /* line 293, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner .bot .details {
    width: 45px;
    height: 45px;
    top: 15px;
    right: 15px;
  }
  /* line 298, ../sass/candy-club/cc-top.scss */
  .CandyClubTopInner .bot .details svg, .CandyClubTopInner .bot .details img {
    width: 16px;
    height: 9px;
  }

  /* line 312, ../sass/candy-club/cc-top.scss */
  .lang-he .CandyClubTopInner .bot .details {
    left: 15px;
  }
}
/* line 1, ../sass/candy-club/cc-support.scss */
.CandyClubSupport {
  position: relative;
}
/* line 4, ../sass/candy-club/cc-support.scss */
.CandyClubSupport .result {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 60px;
}

/* line 20, ../sass/candy-club/cc-support.scss */
.ClubSupportTPL {
  position: relative;
  cursor: pointer;
  border-radius: 50px;
  width: calc((100% - 16px * 2) / 3);
  border: 2px solid rgba(252, 169, 204, 0.2);
}
/* line 27, ../sass/candy-club/cc-support.scss */
.ClubSupportTPL .icon {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(252, 169, 204, 0.2);
  aspect-ratio: 150 / 107;
  width: 100%;
  border-radius: 50px;
}
/* line 43, ../sass/candy-club/cc-support.scss */
.ClubSupportTPL .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 51, ../sass/candy-club/cc-support.scss */
.ClubSupportTPL .desc {
  position: relative;
  padding: 20px;
}
/* line 55, ../sass/candy-club/cc-support.scss */
.ClubSupportTPL .desc .site-title {
  margin-bottom: 10px;
}
@media (hover: hover) {
  /* line 61, ../sass/candy-club/cc-support.scss */
  .ClubSupportTPL:hover {
    box-shadow: 0 0 16px rgba(252, 169, 204, 0.4);
  }
}

/* line 67, ../sass/candy-club/cc-support.scss */
.ClubSupportTPL-content {
  display: none;
}

/* line 72, ../sass/candy-club/cc-support.scss */
.fancybox__dialog .ClubSupportTPL-content {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  border-radius: 56px;
  width: 1248px;
  max-width: calc(100% - 100px);
  padding: 40px;
}

@media only screen and (min-width: 1241px) and (max-width: 1599px) {
  /* line 87, ../sass/candy-club/cc-support.scss */
  .ClubSupportTPL {
    width: calc((100% - 16px * 2) / 3);
  }
  /* line 89, ../sass/candy-club/cc-support.scss */
  .ClubSupportTPL .icon {
    aspect-ratio: 150 / 107;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 98, ../sass/candy-club/cc-support.scss */
  .CandyClubSupport .result {
    margin-top: 50px;
  }

  /* line 102, ../sass/candy-club/cc-support.scss */
  .ClubSupportTPL {
    width: calc((100% - 16px * 2) / 3);
  }
  /* line 104, ../sass/candy-club/cc-support.scss */
  .ClubSupportTPL .icon {
    aspect-ratio: 140 / 100;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 112, ../sass/candy-club/cc-support.scss */
  .CandyClubSupport .result {
    margin-top: 40px;
  }

  /* line 116, ../sass/candy-club/cc-support.scss */
  .ClubSupportTPL {
    width: calc((100% - 16px * 1) / 2);
  }
  /* line 118, ../sass/candy-club/cc-support.scss */
  .ClubSupportTPL .icon {
    aspect-ratio: 130 / 95;
  }
}
@media only screen and (max-width: 767px) {
  /* line 125, ../sass/candy-club/cc-support.scss */
  .CandyClubSupport .result {
    gap: 12px;
    margin-top: 0px;
  }

  /* line 130, ../sass/candy-club/cc-support.scss */
  .ClubSupportTPL {
    width: 100%;
    border-radius: 20px;
  }
  /* line 133, ../sass/candy-club/cc-support.scss */
  .ClubSupportTPL .icon {
    aspect-ratio: 120 / 90;
    border-radius: 20px;
  }
  /* line 137, ../sass/candy-club/cc-support.scss */
  .ClubSupportTPL .desc {
    padding: 15px;
  }
  /* line 139, ../sass/candy-club/cc-support.scss */
  .ClubSupportTPL .desc .site-title {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 1248px) {
  /* line 147, ../sass/candy-club/cc-support.scss */
  .fancybox__dialog .ClubSupportTPL-content {
    width: 95%;
    max-width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  /* line 154, ../sass/candy-club/cc-support.scss */
  .fancybox__dialog .ClubSupportTPL-content {
    width: 95%;
    max-width: calc(100% - 40px);
    border-radius: 20px;
  }
}
/* line 1, ../sass/candy-club/cc-reg.scss */
.CandyClubReg {
  position: relative;
}
/* line 4, ../sass/candy-club/cc-reg.scss */
.CandyClubReg .result {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 50px;
  margin-top: 65px;
  border: 2px solid rgba(252, 169, 204, 0.2);
}
/* line 21, ../sass/candy-club/cc-reg.scss */
.CandyClubReg .left {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 50%;
  padding: 35px;
}
/* line 36, ../sass/candy-club/cc-reg.scss */
.CandyClubReg .left .site-title {
  margin-bottom: 30px;
}
/* line 40, ../sass/candy-club/cc-reg.scss */
.CandyClubReg .left .btns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
/* line 54, ../sass/candy-club/cc-reg.scss */
.CandyClubReg .left .site-text {
  margin-top: auto;
}
/* line 59, ../sass/candy-club/cc-reg.scss */
.CandyClubReg .right {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: rgba(252, 169, 204, 0.2);
  width: 50%;
  padding: 0 !important;
}
/* line 73, ../sass/candy-club/cc-reg.scss */
.CandyClubReg .right img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

@media only screen and (min-width: 1241px) and (max-width: 1599px) {
  /* line 85, ../sass/candy-club/cc-reg.scss */
  .CandyClubReg .left,
  .CandyClubReg .right {
    width: 50%;
    padding: 30px;
  }

  /* line 91, ../sass/candy-club/cc-reg.scss */
  .CandyClubReg .right img {
    min-height: 300px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 98, ../sass/candy-club/cc-reg.scss */
  .CandyClubReg .left,
  .CandyClubReg .right {
    width: 50%;
    padding: 25px;
  }

  /* line 104, ../sass/candy-club/cc-reg.scss */
  .CandyClubReg .right img {
    min-height: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 111, ../sass/candy-club/cc-reg.scss */
  .CandyClubReg .result {
    flex-direction: column-reverse;
    margin-top: 40px;
  }

  /* line 116, ../sass/candy-club/cc-reg.scss */
  .CandyClubReg .left,
  .CandyClubReg .right {
    width: 100%;
    padding: 20px;
  }

  /* line 122, ../sass/candy-club/cc-reg.scss */
  .CandyClubReg .right img {
    min-height: 250px;
  }

  /* line 126, ../sass/candy-club/cc-reg.scss */
  .CandyClubReg .btns {
    gap: 10px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 134, ../sass/candy-club/cc-reg.scss */
  .CandyClubReg .result {
    flex-direction: column-reverse;
    margin-top: 0px;
    gap: 15px;
    border-radius: 20px;
  }

  /* line 141, ../sass/candy-club/cc-reg.scss */
  .CandyClubReg .left,
  .CandyClubReg .right {
    width: 100%;
    padding: 15px;
  }

  /* line 147, ../sass/candy-club/cc-reg.scss */
  .CandyClubReg .site-title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  /* line 152, ../sass/candy-club/cc-reg.scss */
  .CandyClubReg .right img {
    min-height: 200px;
  }

  /* line 156, ../sass/candy-club/cc-reg.scss */
  .CandyClubReg .btns {
    gap: 10px;
    margin-bottom: 17px;
  }
}
