@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
}
@-webkit-keyframes floating-y2 {
  0% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
}
@keyframes floating-y2 {
  0% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
}
@-webkit-keyframes floating-y3 {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@keyframes floating-y3 {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
.ly_main {
  position: relative;
  background: url("./wish2_bg_pc.png") no-repeat 50% 0;
  background-size: 100% auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ly_main {
    background-image: url("./wish2_bg.png");
  }
}

.bl_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bl_bg .el_bg_blocks svg {
  width: 100%;
  height: 100%;
}
.bl_bg .el_bg_blocks li {
  position: absolute;
}
.bl_bg .el_bg_blocks li svg,
.bl_bg .el_bg_blocks li img {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.bl_bg .el_bg_blocks li:nth-child(even) svg,
.bl_bg .el_bg_blocks li:nth-child(even) img {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.bl_bg .el_bg_blocks li.-blur2 {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.bl_bg .el_bg_blocks li.-blur5 {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.bl_bg .el_bg_blocks li.-blur10 {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.bl_bg .el_bg_blocks li:nth-child(1) {
  width: 20px;
  height: 21px;
  top: 40px;
  left: calc(50vw - 500px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(1) {
    display: none;
  }
}
.bl_bg .el_bg_blocks li:nth-child(2) {
  width: 80px;
  height: 74px;
  top: 20px;
  left: calc(50vw + 480px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(2) {
    width: 21.3333333333vw;
    height: 19.7333333333vw;
    top: -10.6666666667vw;
    left: 69.2vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(3) {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(3) {
    display: block;
    width: 10.6666666667vw;
    height: 12.2666666667vw;
    top: 3.2vw;
    left: 94.2666666667vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(4) {
  width: 40px;
  height: 46px;
  top: 100px;
  left: calc(50vw - 590px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(4) {
    display: none;
  }
}
.bl_bg .el_bg_blocks li:nth-child(5) {
  width: 120px;
  height: 137px;
  top: 80px;
  left: calc(50vw - 820px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(5) {
    display: none;
  }
}
.bl_bg .el_bg_blocks li:nth-child(6) {
  width: 20px;
  height: 20px;
  top: 160px;
  left: calc(50vw + 340px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(6) {
    display: none;
  }
}
.bl_bg .el_bg_blocks li:nth-child(7) {
  width: 100px;
  height: 92px;
  top: 180px;
  left: calc(50vw - 480px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(7) {
    width: 21.3333333333vw;
    height: 19.4666666667vw;
    top: 27.2vw;
    left: -6vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(8) {
  width: 60px;
  height: 53px;
  top: 240px;
  left: calc(50vw + 380px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(8) {
    display: none;
  }
}
.bl_bg .el_bg_blocks li:nth-child(9) {
  width: 120px;
  height: 107px;
  top: 307px;
  left: calc(50vw - 709px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(9) {
    display: none;
  }
}
.bl_bg .el_bg_blocks li:nth-child(10) {
  width: 20px;
  height: 20px;
  top: 380px;
  left: calc(50vw - 560px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(10) {
    display: none;
  }
}
.bl_bg .el_bg_blocks li:nth-child(11) {
  width: 20px;
  height: 19px;
  top: 320px;
  left: calc(50vw - 520px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(11) {
    display: none;
  }
}
.bl_bg .el_bg_blocks li:nth-child(12) {
  width: 80px;
  height: 73px;
  top: 480px;
  left: calc(50vw - 440px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(12) {
    width: 10.6666666667vw;
    height: 9.8666666667vw;
    top: 10.1333333333vw;
    left: -3.8666666667vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(13) {
  width: 20px;
  height: 18px;
  top: 332px;
  left: calc(50vw + 600px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(13) {
    width: 5.3333333333vw;
    height: 4.8vw;
    top: 22.4vw;
    left: 89.4666666667vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(14) {
  width: 20px;
  height: 18px;
  top: 372px;
  left: calc(50vw + 520px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(14) {
    width: 5.3333333333vw;
    height: 4.8vw;
    top: 28.2666666667vw;
    left: 76.6666666667vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(15) {
  width: 50px;
  height: 50px;
  top: 392px;
  left: calc(50vw + 560px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(15) {
    display: none;
  }
}
.bl_bg .el_bg_blocks li:nth-child(16) {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(16) {
    display: block;
    width: 32vw;
    height: 29.8666666667vw;
    top: 65.6vw;
    left: 94.2666666667vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(17) {
  width: 180px;
  height: 180px;
  top: 478px;
  left: calc(50vw + 444px);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(17) {
    display: none;
  }
}
.bl_bg .el_bg_blocks li:nth-child(18) {
  width: 40px;
  height: 43px;
  top: 540px;
  left: calc(50vw + 260px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(18) {
    display: none;
  }
}
.bl_bg .el_bg_blocks li:nth-child(19) {
  width: 40px;
  height: 36px;
  top: 660px;
  left: calc(50vw + 620px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(19) {
    display: none;
  }
}
.bl_bg .el_bg_blocks li:nth-child(20) {
  width: 100px;
  height: 104px;
  top: 520px;
  left: calc(50vw - 780px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(20) {
    display: none;
  }
}
.bl_bg .el_bg_blocks li:nth-child(21) {
  width: 120px;
  height: 137px;
  top: 640px;
  left: calc(50vw - 680px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(21) {
    display: none;
  }
}
.bl_bg .el_bg_blocks li:nth-child(22) {
  width: 80px;
  height: 85px;
  top: 620px;
  left: calc(50vw - 588px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(22) {
    display: none;
  }
}
.bl_bg .el_bg_blocks li:nth-child(23) {
  width: 20px;
  height: 20px;
  top: 640px;
  left: calc(50vw - 300px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(23) {
    display: none;
  }
}
.bl_bg .el_bg_blocks li:nth-child(24) {
  width: 40px;
  height: 37px;
  top: 768px;
  left: calc(50vw + 52px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(24) {
    width: 5.3333333333vw;
    height: 5.0666666667vw;
    top: 133.8666666667vw;
    left: 88.4vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(25) {
  width: 100px;
  height: 114px;
  top: 800px;
  left: calc(50vw + 460px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(25) {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 501.6vw;
    left: 1.2vw;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.bl_bg .el_bg_blocks li:nth-child(26) {
  width: 40px;
  height: 40px;
  top: 940px;
  left: calc(50vw - 580px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(26) {
    display: none;
  }
}
.bl_bg .el_bg_blocks li:nth-child(27) {
  width: 60px;
  height: 56px;
  top: 980px;
  left: calc(50vw - 520px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(27) {
    width: 5.3333333333vw;
    height: 5.0666666667vw;
    top: 90.1333333333vw;
    left: 16.9333333333vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(28) {
  width: 200px;
  height: 184px;
  top: 920px;
  left: calc(50vw - 380px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(28) {
    width: 37.3333333333vw;
    height: 34.1333333333vw;
    top: 144vw;
    left: 2.5333333333vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(29) {
  width: 80px;
  height: 79px;
  top: 1060px;
  left: calc(50vw + 260px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(29) {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 103.4666666667vw;
    left: -1.2vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(30) {
  width: 200px;
  height: 213px;
  top: 1020px;
  left: calc(50vw + 620px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(30) {
    display: none;
  }
}
.bl_bg .el_bg_blocks li:nth-child(31) {
  width: 180px;
  height: 205px;
  top: 1140px;
  left: calc(50vw - 740px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(31) {
    width: 37.3333333333vw;
    height: 42.6666666667vw;
    top: 153.0666666667vw;
    left: 80.4vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(32) {
  width: 140px;
  height: 141px;
  top: 1320px;
  left: calc(50vw + 230px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(32) {
    width: 32vw;
    height: 32.2666666667vw;
    top: 230.9333333333vw;
    left: 5.2vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(33) {
  width: 208px;
  height: 183px;
  top: 1240px;
  left: calc(50vw + 80px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(33) {
    width: 53.3333333333vw;
    height: 48.8vw;
    top: 209.0666666667vw;
    left: -37.4666666667vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(34) {
  width: 20px;
  height: 23px;
  top: 1440px;
  left: calc(50vw + 640px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(34) {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: 380.2666666667vw;
    left: 79.3333333333vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(35) {
  width: 40px;
  height: 46px;
  top: 1480px;
  left: calc(50vw - 320px);
}
.bl_bg .el_bg_blocks li:nth-child(36) {
  width: 68px;
  height: 64px;
  top: 1540px;
  left: calc(50vw - 268px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(36) {
    width: 21.3333333333vw;
    height: 19.7333333333vw;
    top: 370.1333333333vw;
    left: -10.8vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(37) {
  width: 40px;
  height: 40px;
  top: 1610px;
  left: calc(50vw + 210px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(37) {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: 196.2666666667vw;
    left: 40.9333333333vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(38) {
  width: 40px;
  height: 36px;
  top: 1820px;
  left: calc(50vw - 680px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(38) {
    display: none;
  }
}
.bl_bg .el_bg_blocks li:nth-child(39) {
  width: 80px;
  height: 73px;
  top: 1860px;
  left: calc(50vw - 540px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(39) {
    width: 16vw;
    height: 14.9333333333vw;
    top: 393.0666666667vw;
    left: 93.7333333333vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(40) {
  width: 60px;
  height: 68px;
  top: 1760px;
  left: calc(50vw - 390px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(40) {
    width: 5.3333333333vw;
    height: 6.1333333333vw;
    top: 390.9333333333vw;
    left: 62.2666666667vw;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.bl_bg .el_bg_blocks li:nth-child(41) {
  width: 20px;
  height: 23px;
  top: 1960px;
  left: calc(50vw - 460px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(41) {
    width: 5.3333333333vw;
    height: 6.1333333333vw;
    top: 469.8666666667vw;
    left: 88.9333333333vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(42) {
  width: 60px;
  height: 68px;
  top: 2100px;
  left: calc(50vw - 600px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(42) {
    width: 42.6666666667vw;
    height: 48.5333333333vw;
    top: 314.6666666667vw;
    left: 85.2vw;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}
.bl_bg .el_bg_blocks li:nth-child(43) {
  width: 40px;
  height: 37px;
  top: 2180px;
  left: calc(50vw - 20px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(43) {
    width: 5.3333333333vw;
    height: 4.8vw;
    top: 430.4vw;
    left: -0.1333333333vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(44) {
  width: 48px;
  height: 48px;
  top: 2240px;
  left: calc(50vw + 40px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(44) {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: 449.0666666667vw;
    left: 15.8666666667vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(45) {
  width: 20px;
  height: 21px;
  top: 2200px;
  left: calc(50vw + 140px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(45) {
    width: 48vw;
    height: 54.6666666667vw;
    top: 282.6666666667vw;
    left: -29.4666666667vw;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}
.bl_bg .el_bg_blocks li:nth-child(46) {
  width: 80px;
  height: 71px;
  top: 1940px;
  left: calc(50vw + 580px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(46) {
    width: 21.3333333333vw;
    height: 18.9333333333vw;
    top: 427.7333333333vw;
    left: 84.1333333333vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(47) {
  width: 40px;
  height: 46px;
  top: 2020px;
  left: calc(50vw + 420px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(47) {
    width: 5.3333333333vw;
    height: 4.8vw;
    top: 486.9333333333vw;
    left: 95.8666666667vw;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.bl_bg .el_bg_blocks li:nth-child(48) {
  width: 60px;
  height: 55px;
  top: 2080px;
  left: calc(50vw + 500px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(48) {
    width: 16vw;
    height: 14.6666666667vw;
    top: 209.0666666667vw;
    left: 72.9333333333vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(49) {
  width: 20px;
  height: 20px;
  top: 2280px;
  left: calc(50vw + 420px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(49) {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 459.7333333333vw;
    left: 3.6vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(50) {
  width: 20px;
  height: 18px;
  top: 2380px;
  left: calc(50vw + 500px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(50) {
    width: 26.6666666667vw;
    height: 28.5333333333vw;
    top: 249.6vw;
    left: 88.9333333333vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(51) {
  width: 200px;
  height: 187px;
  top: 440px;
  left: calc(50vw + 580px);
  z-index: 1;
}
.bl_bg .el_bg_blocks li:nth-child(51) img {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(51) {
    display: none;
  }
}
.bl_bg .el_bg_blocks li:nth-child(52) {
  width: 100px;
  height: 114px;
  top: 100px;
  left: calc(50vw + 580px);
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(52) {
    display: none;
  }
}
.bl_bg .el_bg_blocks li:nth-child(53) {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(53) {
    display: block;
    width: 16vw;
    height: 14.1333333333vw;
    top: 2.1333333333vw;
    left: 6.8vw;
  }
}
.bl_bg .el_bg_blocks li:nth-child(54) {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(54) {
    display: block;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: 36.2666666667vw;
    left: 86.2666666667vw;
  }
  .bl_bg .el_bg_blocks li:nth-child(54) img {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
.bl_bg .el_bg_blocks li:nth-child(55) {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl_bg .el_bg_blocks li:nth-child(55) {
    display: block;
    width: 16vw;
    height: 16vw;
    top: 81.6vw;
    left: -3.3333333333vw;
  }
  .bl_bg .el_bg_blocks li:nth-child(55) img {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
}

.bl_contents {
  position: relative;
  z-index: 2;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .bl_contents {
    padding-top: 16vw;
  }
}
.bl_contents_inner {
  max-width: 1320px;
  margin: 0 auto;
}
.bl_contents_inner h1 {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 0 20px rgba(54, 165, 222, 0.6), 2px 2px 0 rgba(0, 0, 0, 0.1);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 2.88px;
}
@media screen and (max-width: 768px) {
  .bl_contents_inner h1 {
    font-size: 7.4666666667vw;
    letter-spacing: 0.06em;
  }
}

.el_conter {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .el_conter {
    margin-top: 8.8vw;
  }
}
.el_conter dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border: 2px solid #fcf5cd;
  color: #fcf5cd;
  text-align: center;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .el_conter dt {
    font-size: 4.2666666667vw;
    letter-spacing: 0.06em;
    padding: 2.6666666667vw 3.7333333333vw;
  }
}
.el_conter dd {
  text-align: center;
  -webkit-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.1)) drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.1));
          filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.1)) drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.1));
  font-family: "Roboto Flex";
  font-size: 260px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19.62%, #fbf2ba), color-stop(65.86%, #fff));
  background: linear-gradient(180deg, #fbf2ba 19.62%, #fff 65.86%);
  background-clip: text;
  -webkit-background-clip: text;
  line-height: 1;
  margin-block: var(--leading-trim);
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .el_conter dd {
    font-size: 34.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.el_conter dd span {
  font-size: 160px;
  letter-spacing: -5.4px;
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  .el_conter dd span {
    font-size: 24vw;
    letter-spacing: -0.8vw;
    margin-left: -1.3333333333vw;
  }
}

.el_note {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 2px 2px 0 rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.08px;
}
@media screen and (max-width: 768px) {
  .el_note {
    font-size: 3.7333333333vw;
  }
}

.el_action {
  position: relative;
  width: 440px;
  margin: 53px auto 716px;
}
.el_action img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .el_action {
    margin: 11.2vw auto 155.7333333333vw;
    width: 78.6666666667vw;
  }
}
.el_action .el_parts {
  width: 88px;
  height: 81px;
  position: absolute;
  top: 118px;
  right: 8px;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 768px) {
  .el_action .el_parts {
    width: 16vw;
    height: 16vw;
    right: 6.6666666667vw;
    top: 18.1333333333vw;
  }
}
.el_action .el_parts2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .el_action .el_parts2 {
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    position: absolute;
    display: block;
    width: 32vw;
    height: 28.2666666667vw;
    right: -16.8vw;
    top: -21.3333333333vw;
  }
}

.bl_voices {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .bl_voices {
    padding: 0;
  }
}
.bl_voices .splide__wrap {
  animation: floating-y3 2.5s ease-in-out infinite alternate-reverse;
}
.bl_voices .splide__wrap:has(.el_voice02) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.bl_voices .splide {
  width: 340px;
  height: 363px;
}
.bl_voices .splide .splide__slide span.-rotate {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media screen and (max-width: 768px) {
  .bl_voices .splide {
    width: 53.3333333333vw;
    height: 56.8vw;
    margin-left: -5.3333333333vw;
  }
}
.bl_voices .splide.el_voice02 {
  margin-left: auto;
  margin-top: -138px;
}
.bl_voices .splide.el_voice02 .splide__slide span.-rotate {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media screen and (max-width: 768px) {
  .bl_voices .splide.el_voice02 {
    margin-right: -6.6666666667vw;
    margin-top: -21.3333333333vw;
  }
}
.bl_voices .splide.el_voice03 {
  margin-left: 240px;
  margin-top: 129px;
  width: 400px;
  height: 366px;
}
.bl_voices .splide.el_voice03 .splide__slide span {
  width: 400px;
  height: 366px;
}
@media screen and (max-width: 768px) {
  .bl_voices .splide.el_voice03 {
    margin-left: -5.3333333333vw;
    margin-top: 15.4666666667vw;
    width: 58.6666666667vw;
    height: 53.8666666667vw;
  }
  .bl_voices .splide.el_voice03 .splide__slide span {
    width: 58.6666666667vw;
    height: 53.8666666667vw;
  }
}
.bl_voices .splide .splide__slide {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  letter-spacing: 2.88px;
}
.bl_voices .splide .splide__slide.is-active span {
  opacity: 1;
}
.bl_voices .splide .splide__slide span {
  display: block;
  width: 340px;
  height: 363px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 1000ms;
  transition: opacity 1000ms;
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}
@media screen and (max-width: 768px) {
  .bl_voices .splide .splide__slide {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    letter-spacing: 0.12em;
  }
  .bl_voices .splide .splide__slide span {
    width: 53.3333333333vw;
    height: 56.8vw;
  }
}
.bl_voices h2 {
  text-align: center;
  position: relative;
  margin-top: -135px;
}
@media screen and (max-width: 1100px) {
  .bl_voices h2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .bl_voices h2 {
    margin: 16vw auto;
    width: 53.3333333333vw;
  }
}

.el_caution {
  margin-top: 102px;
  font-weight: 500;
  font-size: 16px;
  color: #999;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .el_caution {
    font-size: 3.7333333333vw;
    margin-top: 26.6666666667vw;
    margin-left: 10.6666666667vw;
  }
}

.bl_bottom {
  margin-top: 102px;
}
@media screen and (max-width: 768px) {
  .bl_bottom {
    margin-top: 10.6666666667vw;
  }
}
.bl_bottom .el_fig {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bl_bottom .el_fig {
    width: 78.6666666667vw;
  }
}
.bl_bottom .el_btn {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .bl_bottom .el_btn {
    margin-top: 26.6666666667vw;
  }
}
.bl_bottom .el_btn a {
  border-radius: 100px;
  background: #eb5505;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding: 24px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.72px;
  gap: 10px;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

/*追加*/
.splide__list .splide__slide span {
  line-height: 1.9rem;
  font-size: 1.25rem;
}
/*コピーライト*/
p.ta-c.b-w {
    background: #ffffff;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.bg-beige {
    background: #ffffff;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 1.3rem 0;
}
.bg-beige p {
    text-align: center;
}

.copyright {
    display: block;
    font-size: 10px;
    text-align: center;
}

.ly_header_logo {
    text-align: center;
    margin: 20px auto 20px;
}
.ly_header_logo img {
    width: 8%;
}

img.footer-logo {
    width: 10%;
}

footer#site-footer {
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .bl_bottom .el_btn a {
    width: 78.6666666667vw;
    padding: 6.4vw 10.6666666667vw;
    font-size: 4.2666666667vw;
    gap: 2.6666666667vw;
  }
  .bl_bottom .el_btn a span {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.bl_bottom .el_btn a:hover {
  opacity: 0.8;
}
.bl_bottom .el_link {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .bl_bottom .el_link {
    margin-top: 16vw;
  }
}
.bl_bottom .el_link a {
  font-weight: 500;
  font-size: 16px;
  color: #171c2c;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media screen and (max-width: 768px) {
  .bl_bottom .el_link a {
    font-size: 4.2666666667vw;
  }
  .ly_header_logo img {
    width: 35% !important;
  }

  img.footer-logo {
    width: 40% !important;
  }

  .splide__list .splide__slide span {
  line-height: 1.3rem;
  font-size: 0.8rem;
}

}