@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "slick";
  font-weight: 400;
  font-style: normal;
  src: url(./fonts/slick.eot);
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url(./fonts/slick.woff) format("woff"), url(./fonts/slick.ttf) format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a:hover {
  opacity: 0.7;
}

.pc_item {
  display: block;
}

.sp_item {
  display: none;
}

.btn {
  width: 100%;
  height: 72px;
  color: #301F96;
  background-color: #fff;
  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;
  border-radius: 100px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  position: relative;
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 8px;
  height: 12px;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  background-color: #301F96;
}
.btn.disable {
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  opacity: 0.5;
  color: #fff;
}
.btn.disable::before {
  display: none;
}
.btn span img {
  width: 72px;
  height: 26px;
}

.modal {
  width: 720px;
  height: 405px;
  margin: 0 auto;
}
.modal .inner {
  position: relative;
}
.modal .inner .close {
  position: absolute;
  top: -50px;
  right: -10px;
}

.left {
  width: calc((100% - 430px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("/education/beautyfest2025/assets/img/bg_left.png");
  background-size: cover;
  position: fixed;
  right: 0;
  height: 100vh;
}
.left .inner {
  padding: 0 10px;
  width: 100%;
}
.left .inner .fade {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.left .inner .fade.active {
  -webkit-animation: fadeIn 0.5s ease-out forwards;
          animation: fadeIn 0.5s ease-out forwards;
}
.left .inner .fade.fadeOut {
  -webkit-animation: fadeOut 0.5s ease-out forwards;
          animation: fadeOut 0.5s ease-out forwards;
  pointer-events: none;
}
.left .inner .kv img {
  margin: 0 auto;
  max-width: 100%;
}
.left .inner .date {
  font-size: 19.237px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 26.932px */
  text-align: center;
  color: #F7EDD7;
  margin-top: 24px;
}
.left .inner .date span {
  font-size: 13.991px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 22.385px */
}
.left .inner .date span:nth-of-type(1) {
  margin-right: 4px;
  display: inline-block;
}
.left .inner .place {
  font-size: 19.237px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 26.932px */
  text-align: center;
  color: #F7EDD7;
}
.left .inner .btn {
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 56px;
  background: #301F96;
  color: #fff;
  gap: 10px;
}
.left .inner .btn::before {
  background-color: #A88FFD;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 12px;
  height: 8px;
}
.left .inner .btn:hover {
  opacity: 0.7 !important;
}

.right {
  width: calc((100% - 430px) / 2);
  position: fixed;
  left: 0;
  height: 100vh;
}
.right .slider {
  height: 100%;
}
.right .slider .slick-list {
  height: 100%;
}
.right .slider .slick-track {
  height: 100%;
}
.right .slider li {
  height: 100%;
}
.right .slider li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main {
  width: 430px;
  margin: 0 auto;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
main .header {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  width: 100%;
}
main .header a img {
  width: 240px;
}
main .kv_area {
  background: #604ECC;
  padding-top: 76px;
  position: relative;
  overflow: hidden;
}
main .kv_area .kv .img img {
  width: 320px;
  margin: 0 auto;
}
main .kv_area .kv .img .object_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .kv_area .kv .img .object_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .kv_area .kv .date {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
  text-align: center;
  color: #F7EDD7;
  margin-top: 28px;
}
main .kv_area .kv .date span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}
main .kv_area .kv .date span:nth-of-type(1) {
  margin-right: 4px;
  display: inline-block;
}
main .kv_area .kv .place {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
  text-align: center;
  color: #F7EDD7;
}
main .kv_area .video_area {
  margin-top: 25px;
  background-color: #000;
  height: 242px;
  position: relative;
  z-index: 1;
}
main .kv_area .link {
  padding-right: 10px;
  padding-top: 10px;
  text-align: right;
  background: #604ECC;
  position: relative;
  z-index: 1;
}
main .kv_area .link a {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}
main .kv_area .object_area .object_list {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
main .kv_area .object_area .object_list li {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
  width: var(--size, 20px);
  height: var(--size, 20px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  bottom: calc(-1 * var(--size, 20px));
  -webkit-animation: floatUp var(--dur, 25s) linear infinite;
          animation: floatUp var(--dur, 25s) linear infinite;
  will-change: bottom, transform, opacity;
  mix-blend-mode: overlay;
}
main .kv_area .object_area .object_list li:nth-of-type(1) {
  --size: 42px;
  --dur: 22s;
  left: 15%;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  background-color: #BC4637;
}
main .kv_area .object_area .object_list li:nth-of-type(2) {
  --size: 93px;
  --dur: 20s;
  left: 85%;
  -webkit-animation-delay: -7s;
          animation-delay: -7s;
  aspect-ratio: 1/0.8660254;
  background-color: #FFC8BB;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
main .kv_area .object_area .object_list li:nth-of-type(3) {
  --size: 85px;
  --dur: 18s;
  left: 15%;
  -webkit-animation-delay: -11s;
          animation-delay: -11s;
  background-color: #FFE8D9;
  border-radius: 50%;
}
main .kv_area .object_area .object_list li:nth-of-type(4) {
  --size: 30px;
  --dur: 26s;
  left: 85%;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  background-color: #BC4637;
}
main .kv_area .object_area .object_list li:nth-of-type(5) {
  --size: 79px;
  --dur: 24s;
  left: 11%;
  -webkit-animation-delay: -14s;
          animation-delay: -14s;
  background-color: #DD8E7F;
}
main .kv_area .object_area .object_list li:nth-of-type(6) {
  --size: 95px;
  --dur: 30s;
  left: 93%;
  -webkit-animation-delay: -9s;
          animation-delay: -9s;
  aspect-ratio: 1/0.8660254;
  background-color: #F7DFDA;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
main .kv_area .object_area .object_list li:nth-of-type(7) {
  --size: 122px;
  --dur: 20s;
  left: 20%;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  background-color: #FFC8BB;
  border-radius: 50%;
}
main .kv_area .object_area .object_list li:nth-of-type(8) {
  --size: 45px;
  --dur: 27s;
  left: 32%;
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
  background-color: #BC4637;
}
main .kv_area .object_area .object_list li:nth-of-type(9) {
  --size: 60px;
  --dur: 21s;
  left: 62%;
  -webkit-animation-delay: -12s;
          animation-delay: -12s;
  background-color: #DD8E7F;
  border-radius: 50%;
}
main .kv_area .object_area .object_list li:nth-of-type(10) {
  --size: 80px;
  --dur: 29s;
  left: 90%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  background-color: #FFE8D9;
  aspect-ratio: 1/0.8660254;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
main .contents_area {
  background-image: url("/education/beautyfest2025/assets/img/bg.png");
  background-repeat: repeat;
  background-size: 100%;
  padding-bottom: 60px;
}
main .contents_area .anchor_link {
  padding: 40px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .contents_area .anchor_link li a {
  width: 205px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #604ECC;
  background: rgba(16, 0, 113, 0.7);
  padding-left: 20px;
  position: relative;
}
main .contents_area .anchor_link li a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 12px;
  height: 8px;
  -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
          clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
main .contents_area .anchor_link li:nth-child(1) a:before {
  background-color: #FFB909;
}
main .contents_area .anchor_link li:nth-child(1) img {
  width: 63px;
}
main .contents_area .anchor_link li:nth-child(2) a:before {
  background-color: #C80E0F;
}
main .contents_area .anchor_link li:nth-child(2) img {
  width: 44px;
}
main .contents_area .anchor_link li:nth-child(3) a:before {
  background-color: #077CE5;
}
main .contents_area .anchor_link li:nth-child(3) img {
  width: 107px;
}
main .contents_area .anchor_link li:nth-child(4) a:before {
  background-color: #0FCD9B;
}
main .contents_area .anchor_link li:nth-child(4) img {
  width: 96px;
}
main .contents_area .anchor_link li:nth-child(5) a:before {
  background-color: #FF5FA0;
}
main .contents_area .anchor_link li:nth-child(5) img {
  width: 68px;
}
main .contents_area .anchor_link li:nth-child(6) a:before {
  background-color: #00AFE1;
}
main .contents_area .anchor_link li:nth-child(6) img {
  width: 136px;
}
main .contents_area .instagram_box {
  width: 100%;
  height: 100%;
  aspect-ratio: 9/16;
  background: #979797;
}
main .contents_area .instagram_box.loaded {
  aspect-ratio: auto;
}
main .contents_area .instagram_box .loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
main .contents_area .instagram_box .loading .img {
  width: 180px;
  height: 207px;
  margin: 0 auto;
}
main .contents_area .instagram_box .loading p {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 42px */
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
main .contents_area .instagram_box .loading p span {
  font-size: 24px;
}
main .contents_area .sec01 {
  padding-top: 78px;
}
main .contents_area .sec01 .inner {
  padding: 0 10px;
}
main .contents_area .sec01 .inner h2 img {
  width: 245px;
  height: auto;
  margin: 0 auto;
}
main .contents_area .sec01 .inner .title_sub {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
  text-align: center;
  margin-top: 9px;
}
main .contents_area .sec01 .inner .lead {
  margin-top: 14px;
}
main .contents_area .sec01 .inner .lead img {
  width: 382px;
  height: auto;
  margin: 0 auto;
}
main .contents_area .sec01 .inner .text {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  text-align: center;
  margin-top: 12px;
}
main .contents_area .sec01 .inner .date_area {
  background: rgba(255, 255, 255, 0.8);
  margin-top: 11px;
  padding: 20px 20px;
}
main .contents_area .sec01 .inner .date_area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  border-bottom: 1px solid #604ECC;
  padding-bottom: 4px;
}
main .contents_area .sec01 .inner .date_area dl + dl {
  margin-top: 25px;
}
main .contents_area .sec01 .inner .date_area dl:nth-of-type(2) {
  padding-bottom: 7px;
}
main .contents_area .sec01 .inner .date_area dl:nth-of-type(2) dt {
  top: 5px;
}
main .contents_area .sec01 .inner .date_area dl:nth-of-type(3) {
  padding-bottom: 7px;
}
main .contents_area .sec01 .inner .date_area dl:nth-of-type(3) dt {
  top: 5px;
}
main .contents_area .sec01 .inner .date_area dl dt {
  position: relative;
  top: 9px;
}
main .contents_area .sec01 .inner .date_area dl dt img {
  width: 84px;
  height: 24px;
}
main .contents_area .sec01 .inner .date_area dl dd {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
  color: #333;
}
main .contents_area .sec02 {
  padding-top: 99px;
  padding-bottom: 100px;
}
main .contents_area .sec02 .inner {
  padding: 0 10px;
}
main .contents_area .sec02 .inner h2 img {
  width: 171px;
  height: auto;
  margin: 0 auto;
}
main .contents_area .sec02 .inner .img {
  margin-top: 40px;
}
main .contents_area .sec02 .inner .img img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
main .contents_area .sec02 .inner .name {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 42px */
  text-align: center;
  margin-top: 19px;
}
main .contents_area .sec02 .inner .text {
  margin-top: 13px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
}
main .contents_area .sec02 .inner .instagram_box {
  margin-top: 36px;
}
main .contents_area .sec03 {
  background: rgba(48, 31, 150, 0.7);
  padding-bottom: 100px;
}
main .contents_area .sec03 .inner {
  padding: 97px 10px 0;
}
main .contents_area .sec03 .inner h2 img {
  width: 410px;
  height: auto;
  margin: 0 auto;
}
main .contents_area .sec03 .inner > section:nth-of-type(1) {
  margin-top: 56px;
}
main .contents_area .sec03 .inner > section:nth-of-type(1) h3 img {
  width: 180px;
}
main .contents_area .sec03 .inner > section:nth-of-type(2) {
  margin-top: 37px;
}
main .contents_area .sec03 .inner > section:nth-of-type(2) h3 img {
  width: 165px;
}
main .contents_area .sec03 .inner > section h3 img {
  height: auto;
  margin: 0 auto;
}
main .contents_area .sec03 .inner > section .instagram_box {
  margin-top: 20px;
}
main .contents_area .sec04 {
  padding-top: 100px;
  padding-bottom: 100px;
}
main .contents_area .sec04 .inner {
  padding: 0 10px;
}
main .contents_area .sec04 .inner h2 img {
  width: 371px;
  height: auto;
  margin: 0 auto;
}
main .contents_area .sec04 .inner .time_table {
  margin-top: 58px;
}
main .contents_area .sec04 .inner .time_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .contents_area .sec04 .inner .time_table dl + dl {
  margin-top: 1px;
}
main .contents_area .sec04 .inner .time_table dl:nth-child(6) dd {
  height: auto;
  padding: 12px 0 12px 14px;
}
main .contents_area .sec04 .inner .time_table dl:nth-child(6) dd ul {
  margin: 4px 0 0 13px;
}
main .contents_area .sec04 .inner .time_table dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 84px;
  background: #077CE5;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
main .contents_area .sec04 .inner .time_table dl dd {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 72px;
  padding-left: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main .contents_area .sec04 .inner .time_table dl dd p {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
  color: #333;
}
main .contents_area .sec04 .inner .time_table dl dd ul li {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  color: #333;
  position: relative;
}
main .contents_area .sec04 .inner .time_table dl dd ul li:before {
  content: "・";
  position: absolute;
  left: -12px;
  color: #604ECC;
}
main .contents_area .sec05 {
  background: rgba(48, 31, 150, 0.7);
  padding-top: 100px;
  padding-bottom: 34px;
}
main .contents_area .sec05 .inner {
  padding: 0 10px;
}
main .contents_area .sec05 .inner h2 img {
  width: 264px;
  height: auto;
  margin: 0 auto;
}
main .contents_area .sec05 .inner > section + section {
  margin-top: 30px;
}
main .contents_area .sec05 .inner > section:nth-of-type(1) {
  margin-top: 55px;
}
main .contents_area .sec05 .inner > section:nth-of-type(1) h3 img {
  width: 201px;
}
main .contents_area .sec05 .inner > section:nth-of-type(2) {
  margin-top: 62px;
}
main .contents_area .sec05 .inner > section:nth-of-type(2) h3 img {
  width: 182px;
}
main .contents_area .sec05 .inner > section:nth-of-type(3) {
  margin-top: 47px;
}
main .contents_area .sec05 .inner > section:nth-of-type(3) h3 img {
  width: 150px;
}
main .contents_area .sec05 .inner > section:nth-of-type(4) {
  margin-top: 49px;
}
main .contents_area .sec05 .inner > section:nth-of-type(4) h3 img {
  width: 154px;
}
main .contents_area .sec05 .inner > section h3 img {
  height: auto;
  margin: 0 auto;
}
main .contents_area .sec05 .inner > section .judge_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 29px 10px;
  padding: 0 6px;
  margin-top: 22px;
}
main .contents_area .sec05 .inner > section .judge_list li {
  width: 92px;
}
main .contents_area .sec05 .inner > section .judge_list li .img img {
  width: 92px;
  height: auto;
  margin: 0 auto;
}
main .contents_area .sec05 .inner > section .judge_list li .salon {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 15.6px */
  text-align: center;
  margin-top: 10px;
}
main .contents_area .sec05 .inner > section .judge_list li .name {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 15.6px */
  text-align: center;
  margin-top: 4px;
}
main .contents_area .sec05 .inner .note_list {
  margin-top: 43px;
}
main .contents_area .sec05 .inner .note_list li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
main .contents_area .sec06 {
  padding-top: 97px;
}
main .contents_area .sec06 .inner {
  padding: 0 10px;
}
main .contents_area .sec06 .inner h2 img {
  width: 290px;
  height: auto;
  margin: 0 auto;
}
main .contents_area .sec06 .inner > .text {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  margin-top: 52px;
}
main .contents_area .sec06 .inner .entry_area {
  background: rgba(255, 255, 255, 0.8);
  padding: 31px 20px 40px;
  margin-top: 32px;
}
main .contents_area .sec06 .inner .entry_area dl dt {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
  color: #301F96;
  border-bottom: 4px solid #301F96;
  padding-bottom: 5px;
}
main .contents_area .sec06 .inner .entry_area dl dd {
  padding-left: 10px;
  margin-bottom: 26px;
}
main .contents_area .sec06 .inner .entry_area dl dd ul {
  margin-top: 17px;
  margin-left: 12px;
}
main .contents_area .sec06 .inner .entry_area dl dd ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  color: #333;
  position: relative;
}
main .contents_area .sec06 .inner .entry_area dl dd ul li:before {
  content: "・";
  position: absolute;
  left: -12px;
  top: 0;
}
main .contents_area .sec06 .inner .entry_area dl dd ul li + li {
  margin-top: 10px;
}
main .contents_area .sec06 .inner .entry_area dl dd .text_bold {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
  color: #333;
  margin-top: 14px;
}
main .contents_area .sec06 .inner .entry_area dl dd .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  color: #333;
  margin-top: 17px;
}
main .contents_area .sec06 .inner .entry_area .btn {
  color: #fff;
  background: #301F96;
  gap: 10px;
  margin-top: 33px;
  padding-right: 7px;
  position: relative;
}
main .contents_area .sec06 .inner .entry_area .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 16px;
  height: 17px;
  background-image: url("/education/beautyfest2025/assets/img/icon_window.svg");
  background-size: 100%;
}
main .contents_area .sec06 .inner .online_area {
  background: rgba(48, 31, 150, 0.7);
  padding: 28px 20px 40px;
}
main .contents_area .sec06 .inner .online_area .title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 42px */
  text-align: center;
}
main .contents_area .sec06 .inner .online_area .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  margin-top: 24px;
}
main .contents_area .sec06 .inner .online_area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 17px;
  padding: 19px 0;
}
main .contents_area .sec06 .inner .online_area dl dt img {
  width: 76px;
  height: 25px;
}
main .contents_area .sec06 .inner .online_area dl dd {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
main .contents_area .sec06 .inner .online_area .btn {
  margin-top: 39px;
}
main .contents_area > .btn {
  width: 390px;
  margin: 0 auto;
  margin-top: 60px;
}
main .contents_area .follow_area {
  position: fixed;
  bottom: 0;
  width: 430px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
main .contents_area .follow_area.hide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
main .contents_area .follow_area .inner {
  padding: 14px 36px;
  background-color: #fff;
}
main .contents_area .follow_area .inner .btn {
  background: #301F96;
  color: #fff;
  gap: 10px;
  height: 62px;
  padding-right: 5px;
}
main .contents_area .follow_area .inner .btn::before {
  width: 12px;
  height: 8px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #A88FFD;
}
main .footer {
  background: #280071;
  padding: 91px 0 33px;
}
main .footer .title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
  text-align: center;
}
main .footer .share_list {
  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;
  gap: 50px;
  margin-top: 17px;
}
main .footer .share_list li a {
  display: block;
}
main .footer .share_list li a img {
  height: auto;
}
main .footer .share_list li.facebook a img {
  width: 50px;
}
main .footer .share_list li.x a img {
  width: 42px;
}
main .footer .share_list li.line a img {
  width: 50px;
}
main .footer .share_list + .title {
  margin-top: 52px;
}
main .footer .sns_list {
  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;
  gap: 60px;
  margin-top: 12px;
}
main .footer .sns_list li a {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  text-decoration: underline;
  color: #fff;
}
main .footer .copy {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  text-align: center;
  margin-top: 85px;
  color: #fff;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@-webkit-keyframes floatUp {
  0% {
    bottom: calc(-1 * var(--size, 20px));
    opacity: 1;
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  100% {
    bottom: calc(100% + var(--size, 20px));
    opacity: 0;
    -webkit-transform: translateX(-50%) rotate(720deg);
            transform: translateX(-50%) rotate(720deg);
  }
}
@keyframes floatUp {
  0% {
    bottom: calc(-1 * var(--size, 20px));
    opacity: 1;
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
  100% {
    bottom: calc(100% + var(--size, 20px));
    opacity: 0;
    -webkit-transform: translateX(-50%) rotate(720deg);
            transform: translateX(-50%) rotate(720deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .object_area .object_list li {
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    opacity: 0.25;
  }
}
@media (max-width: 1149px) {
  .left .inner {
    display: none;
  }
}
@media (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
  .pc_item {
    display: none;
  }
  .sp_item {
    display: block;
  }
  .btn {
    width: 100%;
    height: 16.744vw;
    color: #301F96;
    background-color: #fff;
    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;
    border-radius: 23.256vw;
    font-size: 4.651vw;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 32px */
    position: relative;
  }
  .btn::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.651vw;
    width: 1.86vw;
    height: 2.791vw;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
    background-color: #301F96;
  }
  .btn.disable {
    background: rgba(255, 255, 255, 0.2);
    pointer-events: none;
    opacity: 0.5;
    color: #fff;
  }
  .btn.disable::before {
    display: none;
  }
  .btn span img {
    width: 16.744vw;
    height: 6.047vw;
  }
  .modal {
    width: 167.442vw;
    height: 94.186vw;
    margin: 0 auto;
  }
  .modal .inner {
    position: relative;
  }
  .modal .inner .close {
    position: absolute;
    top: -11.628vw;
    right: -2.326vw;
  }
  .left {
    display: none;
  }
  .right {
    display: none;
  }
  main {
    width: 100vw;
    margin: 0 auto;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  main .header {
    position: absolute;
    top: 4.651vw;
    left: 4.651vw;
    width: 100%;
  }
  main .header a img {
    width: 55.814vw;
  }
  main .kv_area {
    background: #604ECC;
    padding-top: 17.674vw;
    position: relative;
    overflow: hidden;
  }
  main .kv_area .kv .img img {
    width: 74.419vw;
    margin: 0 auto;
  }
  main .kv_area .kv .img .object_list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  main .kv_area .kv .img .object_list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  main .kv_area .kv .date {
    font-size: 5.116vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 30.8px */
    text-align: center;
    color: #F7EDD7;
    margin-top: 6.512vw;
  }
  main .kv_area .kv .date span {
    font-size: 3.721vw;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
  }
  main .kv_area .kv .date span:nth-of-type(1) {
    margin-right: 0.93vw;
    display: inline-block;
  }
  main .kv_area .kv .place {
    font-size: 5.116vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 30.8px */
    text-align: center;
    color: #F7EDD7;
  }
  main .kv_area .video_area {
    margin-top: 5.814vw;
    background-color: #000;
    height: 56.279vw;
    position: relative;
    z-index: 1;
  }
  main .kv_area .link {
    padding-right: 2.326vw;
    padding-top: 2.326vw;
    text-align: right;
    background: #604ECC;
    position: relative;
    z-index: 1;
  }
  main .kv_area .link a {
    color: #fff;
    text-decoration: underline;
    font-size: 3.256vw;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
  }
  main .kv_area .object_area .object_list {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  main .kv_area .object_area .object_list li {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
    width: var(--size, 20px);
    height: var(--size, 20px);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    bottom: calc(-1 * var(--size, 20px));
    -webkit-animation: floatUp var(--dur, 25s) linear infinite;
            animation: floatUp var(--dur, 25s) linear infinite;
    will-change: bottom, transform, opacity;
    mix-blend-mode: overlay;
  }
  main .kv_area .object_area .object_list li:nth-of-type(1) {
    --size: 9.767vw;
    --dur: 22s;
    left: 15%;
    -webkit-animation-delay: -2s;
            animation-delay: -2s;
    background-color: #BC4637;
  }
  main .kv_area .object_area .object_list li:nth-of-type(2) {
    --size: 21.628vw;
    --dur: 20s;
    left: 85%;
    -webkit-animation-delay: -7s;
            animation-delay: -7s;
    aspect-ratio: 1/0.8660254;
    background-color: #FFC8BB;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  main .kv_area .object_area .object_list li:nth-of-type(3) {
    --size: 19.767vw;
    --dur: 18s;
    left: 15%;
    -webkit-animation-delay: -11s;
            animation-delay: -11s;
    background-color: #FFE8D9;
    border-radius: 50%;
  }
  main .kv_area .object_area .object_list li:nth-of-type(4) {
    --size: 6.977vw;
    --dur: 26s;
    left: 85%;
    -webkit-animation-delay: -5s;
            animation-delay: -5s;
    background-color: #BC4637;
  }
  main .kv_area .object_area .object_list li:nth-of-type(5) {
    --size: 18.372vw;
    --dur: 24s;
    left: 11%;
    -webkit-animation-delay: -14s;
            animation-delay: -14s;
    background-color: #DD8E7F;
  }
  main .kv_area .object_area .object_list li:nth-of-type(6) {
    --size: 22.093vw;
    --dur: 30s;
    left: 93%;
    -webkit-animation-delay: -9s;
            animation-delay: -9s;
    aspect-ratio: 1/0.8660254;
    background-color: #F7DFDA;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  main .kv_area .object_area .object_list li:nth-of-type(7) {
    --size: 28.372vw;
    --dur: 20s;
    left: 20%;
    -webkit-animation-delay: -3s;
            animation-delay: -3s;
    background-color: #FFC8BB;
    border-radius: 50%;
  }
  main .kv_area .object_area .object_list li:nth-of-type(8) {
    --size: 10.465vw;
    --dur: 27s;
    left: 32%;
    -webkit-animation-delay: -6s;
            animation-delay: -6s;
    background-color: #BC4637;
  }
  main .kv_area .object_area .object_list li:nth-of-type(9) {
    --size: 13.953vw;
    --dur: 21s;
    left: 62%;
    -webkit-animation-delay: -12s;
            animation-delay: -12s;
    background-color: #DD8E7F;
    border-radius: 50%;
  }
  main .kv_area .object_area .object_list li:nth-of-type(10) {
    --size: 18.605vw;
    --dur: 29s;
    left: 90%;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
    background-color: #FFE8D9;
    aspect-ratio: 1/0.8660254;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  main .contents_area {
    background-image: url("/education/beautyfest2025/assets/img/bg.png");
    background-repeat: repeat;
    background-size: 100%;
    padding-bottom: 13.953vw;
  }
  main .contents_area .anchor_link {
    padding: 9.302vw 2.326vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .contents_area .anchor_link li a {
    width: 47.674vw;
    height: 16.744vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #604ECC;
    background: rgba(16, 0, 113, 0.7);
    padding-left: 4.651vw;
    position: relative;
  }
  main .contents_area .anchor_link li a::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.326vw;
    width: 2.791vw;
    height: 1.86vw;
    -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
            clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  }
  main .contents_area .anchor_link li:nth-child(1) a:before {
    background-color: #FFB909;
  }
  main .contents_area .anchor_link li:nth-child(1) img {
    width: 14.651vw;
  }
  main .contents_area .anchor_link li:nth-child(2) a:before {
    background-color: #C80E0F;
  }
  main .contents_area .anchor_link li:nth-child(2) img {
    width: 10.233vw;
  }
  main .contents_area .anchor_link li:nth-child(3) a:before {
    background-color: #077CE5;
  }
  main .contents_area .anchor_link li:nth-child(3) img {
    width: 24.884vw;
  }
  main .contents_area .anchor_link li:nth-child(4) a:before {
    background-color: #0FCD9B;
  }
  main .contents_area .anchor_link li:nth-child(4) img {
    width: 22.326vw;
  }
  main .contents_area .anchor_link li:nth-child(5) a:before {
    background-color: #FF5FA0;
  }
  main .contents_area .anchor_link li:nth-child(5) img {
    width: 15.814vw;
  }
  main .contents_area .anchor_link li:nth-child(6) a:before {
    background-color: #00AFE1;
  }
  main .contents_area .anchor_link li:nth-child(6) img {
    width: 31.628vw;
  }
  main .contents_area .instagram_box {
    width: 100%;
    height: 100%;
    aspect-ratio: 9/16;
    background: #979797;
  }
  main .contents_area .instagram_box .loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  main .contents_area .instagram_box .loading .img {
    width: 48vw;
    height: 55.2vw;
    margin: 0 auto;
  }
  main .contents_area .instagram_box .loading .img img {
    width: 100%;
    height: 100%;
  }
  main .contents_area .instagram_box .loading p {
    font-size: 8vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 42px */
    color: #fff;
    text-align: center;
    margin-top: 5.333vw;
  }
  main .contents_area .instagram_box .loading p span {
    font-size: 6.4vw;
  }
  main .contents_area .sec01 {
    padding-top: 18.14vw;
  }
  main .contents_area .sec01 .inner {
    padding: 0 2.326vw;
  }
  main .contents_area .sec01 .inner h2 img {
    width: 56.977vw;
    height: auto;
    margin: 0 auto;
  }
  main .contents_area .sec01 .inner .title_sub {
    font-size: 5.116vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 30.8px */
    text-align: center;
    margin-top: 2.093vw;
  }
  main .contents_area .sec01 .inner .lead {
    margin-top: 3.256vw;
  }
  main .contents_area .sec01 .inner .lead img {
    width: 88.837vw;
    height: auto;
    margin: 0 auto;
  }
  main .contents_area .sec01 .inner .text {
    font-size: 4.651vw;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 32px */
    text-align: center;
    margin-top: 2.791vw;
  }
  main .contents_area .sec01 .inner .date_area {
    background: rgba(255, 255, 255, 0.8);
    margin-top: 2.558vw;
    padding: 4.651vw 4.651vw;
  }
  main .contents_area .sec01 .inner .date_area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.256vw;
    border-bottom: 1px solid #604ECC;
    padding-bottom: 0.93vw;
  }
  main .contents_area .sec01 .inner .date_area dl + dl {
    margin-top: 5.814vw;
  }
  main .contents_area .sec01 .inner .date_area dl:nth-of-type(2) {
    padding-bottom: 1.628vw;
  }
  main .contents_area .sec01 .inner .date_area dl:nth-of-type(2) dt {
    top: 1.163vw;
  }
  main .contents_area .sec01 .inner .date_area dl:nth-of-type(3) {
    padding-bottom: 1.628vw;
  }
  main .contents_area .sec01 .inner .date_area dl:nth-of-type(3) dt {
    top: 1.163vw;
  }
  main .contents_area .sec01 .inner .date_area dl dt img {
    width: 19.535vw;
    height: 5.581vw;
  }
  main .contents_area .sec01 .inner .date_area dl dd {
    font-size: 5.116vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 30.8px */
    color: #333;
  }
  main .contents_area .sec02 {
    padding-top: 23.023vw;
    padding-bottom: 23.256vw;
  }
  main .contents_area .sec02 .inner {
    padding: 0 2.326vw;
  }
  main .contents_area .sec02 .inner h2 img {
    width: 39.767vw;
    height: auto;
    margin: 0 auto;
  }
  main .contents_area .sec02 .inner .img {
    margin-top: 9.302vw;
  }
  main .contents_area .sec02 .inner .img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  main .contents_area .sec02 .inner .name {
    font-size: 6.977vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 42px */
    text-align: center;
    margin-top: 4.419vw;
  }
  main .contents_area .sec02 .inner .text {
    margin-top: 3.023vw;
    font-size: 4.651vw;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 32px */
  }
  main .contents_area .sec02 .inner .instagram_box {
    margin-top: 8.372vw;
  }
  main .contents_area .sec03 {
    background: rgba(48, 31, 150, 0.7);
    padding-bottom: 23.256vw;
  }
  main .contents_area .sec03 .inner {
    padding: 22.558vw 2.326vw 0;
  }
  main .contents_area .sec03 .inner h2 img {
    width: 95.349vw;
    height: auto;
    margin: 0 auto;
  }
  main .contents_area .sec03 .inner > section:nth-of-type(1) {
    margin-top: 13.023vw;
  }
  main .contents_area .sec03 .inner > section:nth-of-type(1) h3 img {
    width: 41.86vw;
  }
  main .contents_area .sec03 .inner > section:nth-of-type(2) {
    margin-top: 8.605vw;
  }
  main .contents_area .sec03 .inner > section:nth-of-type(2) h3 img {
    width: 38.372vw;
  }
  main .contents_area .sec03 .inner > section h3 img {
    height: auto;
    margin: 0 auto;
  }
  main .contents_area .sec03 .inner > section .instagram_box {
    margin-top: 4.651vw;
  }
  main .contents_area .sec04 {
    padding-top: 23.256vw;
    padding-bottom: 23.256vw;
  }
  main .contents_area .sec04 .inner {
    padding: 0 2.326vw;
  }
  main .contents_area .sec04 .inner h2 img {
    width: 86.279vw;
    height: auto;
    margin: 0 auto;
  }
  main .contents_area .sec04 .inner .time_table {
    margin-top: 13.488vw;
  }
  main .contents_area .sec04 .inner .time_table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main .contents_area .sec04 .inner .time_table dl + dl {
    margin-top: 0.233vw;
  }
  main .contents_area .sec04 .inner .time_table dl:nth-child(6) dd {
    height: auto;
    padding: 2.791vw 0 2.791vw 3.256vw;
  }
  main .contents_area .sec04 .inner .time_table dl:nth-child(6) dd ul {
    margin: 0.93vw 0 0 3.023vw;
  }
  main .contents_area .sec04 .inner .time_table dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 19.535vw;
    background: #077CE5;
    color: #fff;
    font-size: 3.721vw;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
  }
  main .contents_area .sec04 .inner .time_table dl dd {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 16.744vw;
    padding-left: 3.256vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .contents_area .sec04 .inner .time_table dl dd p {
    font-size: 5.116vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 30.8px */
    color: #333;
  }
  main .contents_area .sec04 .inner .time_table dl dd ul li {
    font-size: 4.651vw;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 32px */
    color: #333;
    position: relative;
  }
  main .contents_area .sec04 .inner .time_table dl dd ul li:before {
    content: "・";
    position: absolute;
    left: -2.791vw;
    color: #604ECC;
  }
  main .contents_area .sec05 {
    background: rgba(48, 31, 150, 0.7);
    padding-top: 23.256vw;
    padding-bottom: 7.907vw;
  }
  main .contents_area .sec05 .inner {
    padding: 0 2.326vw;
  }
  main .contents_area .sec05 .inner h2 img {
    width: 61.395vw;
    height: auto;
    margin: 0 auto;
  }
  main .contents_area .sec05 .inner > section + section {
    margin-top: 6.977vw;
  }
  main .contents_area .sec05 .inner > section:nth-of-type(1) {
    margin-top: 12.791vw;
  }
  main .contents_area .sec05 .inner > section:nth-of-type(1) h3 img {
    width: 46.744vw;
  }
  main .contents_area .sec05 .inner > section:nth-of-type(2) {
    margin-top: 14.419vw;
  }
  main .contents_area .sec05 .inner > section:nth-of-type(2) h3 img {
    width: 42.326vw;
  }
  main .contents_area .sec05 .inner > section:nth-of-type(3) {
    margin-top: 10.93vw;
  }
  main .contents_area .sec05 .inner > section:nth-of-type(3) h3 img {
    width: 34.884vw;
  }
  main .contents_area .sec05 .inner > section:nth-of-type(4) {
    margin-top: 11.395vw;
  }
  main .contents_area .sec05 .inner > section:nth-of-type(4) h3 img {
    width: 35.814vw;
  }
  main .contents_area .sec05 .inner > section h3 img {
    height: auto;
    margin: 0 auto;
  }
  main .contents_area .sec05 .inner > section .judge_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6.744vw 2.326vw;
    padding: 0 1.395vw;
    margin-top: 5.116vw;
  }
  main .contents_area .sec05 .inner > section .judge_list li {
    width: 21.395vw;
  }
  main .contents_area .sec05 .inner > section .judge_list li .img img {
    width: 21.395vw;
    height: auto;
    margin: 0 auto;
  }
  main .contents_area .sec05 .inner > section .judge_list li .salon {
    font-size: 3.023vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 15.6px */
    text-align: center;
    margin-top: 2.326vw;
  }
  main .contents_area .sec05 .inner > section .judge_list li .name {
    font-size: 3.023vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 15.6px */
    text-align: center;
    margin-top: 0.93vw;
  }
  main .contents_area .sec05 .inner .note_list {
    margin-top: 10vw;
  }
  main .contents_area .sec05 .inner .note_list li {
    font-size: 3.256vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
  }
  main .contents_area .sec06 {
    padding-top: 22.558vw;
  }
  main .contents_area .sec06 .inner {
    padding: 0 2.326vw;
  }
  main .contents_area .sec06 .inner h2 img {
    width: 67.442vw;
    height: auto;
    margin: 0 auto;
  }
  main .contents_area .sec06 .inner > .text {
    font-size: 4.651vw;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 32px */
    margin-top: 12.093vw;
  }
  main .contents_area .sec06 .inner .entry_area {
    background: rgba(255, 255, 255, 0.8);
    padding: 7.209vw 4.651vw 9.302vw;
    margin-top: 7.442vw;
  }
  main .contents_area .sec06 .inner .entry_area dl dt {
    font-size: 5.116vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 30.8px */
    color: #301F96;
    border-bottom: 4px solid #301F96;
    padding-bottom: 1.163vw;
  }
  main .contents_area .sec06 .inner .entry_area dl dd {
    padding-left: 2.326vw;
    margin-bottom: 6.047vw;
  }
  main .contents_area .sec06 .inner .entry_area dl dd ul {
    margin-top: 3.953vw;
    margin-left: 2.791vw;
  }
  main .contents_area .sec06 .inner .entry_area dl dd ul li {
    font-size: 3.721vw;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    color: #333;
    position: relative;
  }
  main .contents_area .sec06 .inner .entry_area dl dd ul li:before {
    content: "・";
    position: absolute;
    left: -2.791vw;
    top: 0;
  }
  main .contents_area .sec06 .inner .entry_area dl dd ul li + li {
    margin-top: 2.326vw;
  }
  main .contents_area .sec06 .inner .entry_area dl dd .text_bold {
    font-size: 5.116vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 30.8px */
    color: #333;
    margin-top: 3.256vw;
  }
  main .contents_area .sec06 .inner .entry_area dl dd .text {
    font-size: 3.721vw;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    color: #333;
    margin-top: 3.953vw;
  }
  main .contents_area .sec06 .inner .entry_area .btn {
    color: #fff;
    background: #301F96;
    gap: 2.326vw;
    margin-top: 7.674vw;
    padding-right: 1.628vw;
    position: relative;
  }
  main .contents_area .sec06 .inner .entry_area .btn:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.651vw;
    width: 3.721vw;
    height: 3.953vw;
    background-image: url("/education/beautyfest2025/assets/img/icon_window.svg");
    background-size: 100%;
  }
  main .contents_area .sec06 .inner .online_area {
    background: rgba(48, 31, 150, 0.7);
    padding: 6.512vw 4.651vw 9.302vw;
  }
  main .contents_area .sec06 .inner .online_area .title {
    font-size: 6.977vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 42px */
    text-align: center;
  }
  main .contents_area .sec06 .inner .online_area .text {
    font-size: 3.721vw;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    margin-top: 5.581vw;
  }
  main .contents_area .sec06 .inner .online_area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.256vw;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 3.953vw;
    padding: 4.419vw 0;
  }
  main .contents_area .sec06 .inner .online_area dl dt img {
    width: 17.674vw;
    height: 5.814vw;
  }
  main .contents_area .sec06 .inner .online_area dl dd {
    font-size: 3.721vw;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
  }
  main .contents_area .sec06 .inner .online_area .btn {
    margin-top: 9.07vw;
  }
  main .contents_area > .btn {
    width: 90.698vw;
    margin: 0 auto;
    margin-top: 13.953vw;
  }
  main .contents_area .follow_area {
    position: fixed;
    bottom: 0;
    width: 100vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  main .contents_area .follow_area.hide {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  main .contents_area .follow_area .inner {
    padding: 3.256vw 8.372vw;
    background-color: #fff;
  }
  main .contents_area .follow_area .inner .btn {
    background: #301F96;
    color: #fff;
    gap: 2.326vw;
    height: 14.419vw;
    padding-right: 1.163vw;
  }
  main .contents_area .follow_area .inner .btn::before {
    width: 2.791vw;
    height: 1.86vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #A88FFD;
  }
  main .footer {
    background: #280071;
    padding: 21.163vw 0 7.674vw;
  }
  main .footer .title {
    font-size: 5.116vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 30.8px */
    text-align: center;
  }
  main .footer .share_list {
    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;
    gap: 11.628vw;
    margin-top: 3.953vw;
  }
  main .footer .share_list li a img {
    height: auto;
  }
  main .footer .share_list li.facebook a img {
    width: 11.628vw;
  }
  main .footer .share_list li.x a img {
    width: 9.767vw;
  }
  main .footer .share_list li.line a img {
    width: 11.628vw;
  }
  main .footer .share_list + .title {
    margin-top: 12.093vw;
  }
  main .footer .sns_list {
    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;
    gap: 13.953vw;
    margin-top: 2.791vw;
  }
  main .footer .sns_list li a {
    font-size: 4.651vw;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
    text-decoration: underline;
    color: #fff;
  }
  main .footer .copy {
    font-size: 3.256vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    text-align: center;
    margin-top: 19.767vw;
    color: #fff;
  }
  @-webkit-keyframes floatUp {
    0% {
      bottom: calc(-1 * var(--size, 20px));
      opacity: 1;
      -webkit-transform: translateX(-50%) rotate(0deg);
              transform: translateX(-50%) rotate(0deg);
    }
    100% {
      bottom: calc(100% + var(--size, 20px));
      opacity: 0;
      -webkit-transform: translateX(-50%) rotate(720deg);
              transform: translateX(-50%) rotate(720deg);
    }
  }
  @keyframes floatUp {
    0% {
      bottom: calc(-1 * var(--size, 20px));
      opacity: 1;
      -webkit-transform: translateX(-50%) rotate(0deg);
              transform: translateX(-50%) rotate(0deg);
    }
    100% {
      bottom: calc(100% + var(--size, 20px));
      opacity: 0;
      -webkit-transform: translateX(-50%) rotate(720deg);
              transform: translateX(-50%) rotate(720deg);
    }
  }
}/*# sourceMappingURL=style.css.map */