@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;
  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/beautyfest2026/assets/img/bg_left.png");
  background-position: center top;
  position: fixed;
  right: 0;
  height: 100vh;
}
.left .inner {
  padding: 0 10px;
  padding-right: 40px;
  width: 100%;
}
.left .inner .fade {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  pointer-events: none;
}
.left .inner .fade.active {
  -webkit-animation: fadeIn 0.5s ease-out forwards;
          animation: fadeIn 0.5s ease-out forwards;
  pointer-events: auto;
}
.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: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 26.932px */
  text-align: center;
  color: #35247C;
  margin-top: 34px;
}
.left .inner .date span {
  font-size: 16px;
  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: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 26.932px */
  text-align: center;
  color: #35247C;
  padding-right: 20px;
}
.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;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 12px;
  height: 8px;
}
.left .inner .btn:hover {
  opacity: 0.7 !important;
}
.left .inner .btn span {
  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;
  width: 72px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

.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: #c7e7ff;
  padding-top: 76px;
  padding-bottom: 25px;
  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: #35247C;
  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: #35247C;
  padding-right: 20px;
}
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: #684E4A;
  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: #305646;
  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: #78E269;
  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: #A919CC;
  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: #BC4637;
  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: #684E4A;
  aspect-ratio: 1/0.8660254;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
main .contents_area {
  background-color: #D2ECFF;
  padding-bottom: 40px;
}
main .contents_area .live_area {
  padding: 40px 30px;
  background: rgba(48, 31, 150, 0.7);
}
main .contents_area .live_area h2 img {
  width: 248px;
  height: auto;
  margin: 0 auto;
}
main .contents_area .live_area .text {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
  text-align: center;
  margin-top: 10px;
}
main .contents_area .live_area .btn {
  margin-top: 24px;
}
main .contents_area .live_area .btn img {
  position: relative;
  top: 0;
  left: -9px;
}
main .contents_area .live_area .btn:before {
  display: none;
}
main .contents_area .live_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/beautyfest2026/assets/img/icon_window_white.svg");
  background-size: 100%;
}
main .contents_area .video_area {
  background-color: #000;
  height: 242px;
  position: relative;
  z-index: 1;
}
main .contents_area .link {
  padding-right: 10px;
  padding-top: 10px;
  text-align: right;
  background: #D2ECFF;
  position: relative;
  z-index: 1;
}
main .contents_area .link a {
  color: #35247C;
  text-decoration: underline;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
}
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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
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 #c7e7ff;
  background: #675eb5;
  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;
  background-color: #A88FFD;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
main .contents_area .anchor_link li:nth-child(1) img {
  width: 63px;
}
main .contents_area .anchor_link li:nth-child(2) img {
  width: 95px;
}
main .contents_area .anchor_link li:nth-child(3) img {
  width: 110px;
}
main .contents_area .anchor_link li:nth-child(4) img {
  width: 102px;
}
main .contents_area .anchor_link li:nth-child(5) img {
  width: 115px;
}
main .contents_area .anchor_link li:nth-child(6) img {
  width: 105px;
}
main .contents_area .anchor_link li:nth-child(7) img {
  width: 55px;
}
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: 10px;
  color: #35247C;
}
main .contents_area .sec01 .inner .copy {
  margin-top: 24px;
}
main .contents_area .sec01 .inner .copy .img {
  margin: 0 -10px;
  width: calc(100% + 20px);
}
main .contents_area .sec01 .inner .copy .img img {
  display: block;
  width: 100%;
  height: auto;
}
main .contents_area .sec01 .inner .copy .lead {
  margin: 12px -10px 0;
  width: calc(100% + 20px);
}
main .contents_area .sec01 .inner .copy .lead img {
  display: block;
  width: 100%;
  height: auto;
}
main .contents_area .sec01 .inner .copy .text {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  text-align: center;
  color: #35247C;
  margin-top: 3px;
}
main .contents_area .sec01 .inner .date_area {
  background: rgba(255, 255, 255, 0.8);
  margin-top: 23px;
  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: #35247C;
}
main .contents_area .sec01 .inner .follow_us {
  margin-top: 30px;
  background: rgba(169, 25, 204, 0.15);
  padding: 30px 20px;
  text-align: center;
}
main .contents_area .sec01 .inner .follow_us .title {
  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;
  gap: 20px;
}
main .contents_area .sec01 .inner .follow_us .title .icon {
  width: 48px;
  height: auto;
}
main .contents_area .sec01 .inner .follow_us .title .text {
  width: 236px;
  height: auto;
}
main .contents_area .sec01 .inner .follow_us .sub {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
  color: #35247C;
  margin-top: 11px;
}
main .contents_area .sec01 .inner .follow_us .btn {
  position: relative;
  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;
  width: 100%;
  height: 77px;
  margin-top: 13px;
  background: #fff;
  border-radius: 100px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
  color: #35247C;
}
main .contents_area .sec01 .inner .follow_us .btn:before {
  display: none;
}
main .contents_area .sec01 .inner .follow_us .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 16px;
  height: 18px;
  background-image: url("/education/beautyfest2026/assets/img/icon_window_white.svg");
  background-size: 100%;
}
main .contents_area .sec02 {
  padding-top: 80px;
  padding-bottom: 74px;
}
main .contents_area .sec02 .inner {
  padding: 0 10px;
}
main .contents_area .sec02 .inner h2 img {
  width: 371px;
  height: auto;
  margin: 0 auto;
}
main .contents_area .sec02 .inner .time_table {
  margin-top: 30px;
}
main .contents_area .sec02 .inner .time_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .contents_area .sec02 .inner .time_table dl + dl {
  margin-top: 1px;
}
main .contents_area .sec02 .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: #9E86EB;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
main .contents_area .sec02 .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 .sec02 .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 .sec02 .inner .note {
  margin-top: 17px;
}
main .contents_area .sec02 .inner .note li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #000;
}
main .contents_area .sec02 .inner .note li:before {
  content: "※";
  position: absolute;
  left: 0;
}
main .contents_area .sec02 .inner .note li + li {
  margin-top: 4px;
}
main .contents_area .sec03 {
  background: rgba(255, 255, 255, 0.6);
  padding: 80px 0;
}
main .contents_area .sec03 .inner {
  padding: 0 10px;
}
main .contents_area .sec03 .inner h2 {
  margin: 0 -10px;
}
main .contents_area .sec03 .inner h2 img {
  width: 425px;
  height: auto;
  margin: 0 auto;
  display: block;
}
main .contents_area .sec03 .inner .event {
  margin-top: 26px;
}
main .contents_area .sec03 .inner .event .lead {
  margin: 0 -10px;
  width: calc(100% + 20px);
}
main .contents_area .sec03 .inner .event .lead img {
  display: block;
  width: 100%;
  height: auto;
}
main .contents_area .sec03 .inner .event .logo {
  margin-top: 12px;
}
main .contents_area .sec03 .inner .event .logo img {
  height: auto;
  margin: 0 auto;
}
main .contents_area .sec03 .inner .event > .img {
  margin: 12px -10px 0;
  width: calc(100% + 20px);
  height: 280px;
  background: #8C8B94;
  overflow: hidden;
}
main .contents_area .sec03 .inner .event > .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .contents_area .sec03 .inner .event .text {
  margin-top: 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #35247C;
}
main .contents_area .sec03 .inner .event .judges,
main .contents_area .sec03 .inner .event .coming_soon {
  margin-top: 33px;
}
main .contents_area .sec03 .inner .accordion .accordion_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #675EB5;
  padding: 20px;
  cursor: pointer;
}
main .contents_area .sec03 .inner .accordion .accordion_head .label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
main .contents_area .sec03 .inner .accordion .accordion_head .icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
}
main .contents_area .sec03 .inner .accordion .accordion_head .icon span {
  position: absolute;
  background: #fff;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
main .contents_area .sec03 .inner .accordion .accordion_head .icon span:nth-child(1) {
  top: 14px;
  left: 0;
  width: 30px;
  height: 2px;
}
main .contents_area .sec03 .inner .accordion .accordion_head .icon span:nth-child(2) {
  top: 0;
  left: 14px;
  width: 2px;
  height: 30px;
}
main .contents_area .sec03 .inner .accordion.is-open .accordion_head .icon span:nth-child(2) {
  opacity: 0;
}
main .contents_area .sec03 .inner .accordion .accordion_body {
  display: none;
  overflow: hidden;
}
main .contents_area .sec03 .inner .accordion .accordion_body .inner_body {
  margin-top: 20px;
}
main .contents_area .sec03 .inner .judges_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px 13px;
}
main .contents_area .sec03 .inner .judges_list li {
  width: 92px;
}
main .contents_area .sec03 .inner .judges_list li .img {
  width: 92px;
  height: 92px;
  overflow: hidden;
}
main .contents_area .sec03 .inner .judges_list li .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .contents_area .sec03 .inner .judges_list li .img.noimg {
  display: block;
  background: #9D9D9D;
}
main .contents_area .sec03 .inner .judges_list li .txt {
  padding-top: 8px;
  text-align: center;
  color: #35247C;
}
main .contents_area .sec03 .inner .judges_list li .txt .salon {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
main .contents_area .sec03 .inner .judges_list li .txt .artist {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-top: 5px;
}
main .contents_area .sec03 .inner .coming_soon {
  background: #fff;
  padding: 24px 0;
}
main .contents_area .sec03 .inner .coming_soon img {
  height: auto;
  margin: 0 auto;
}
main .contents_area .sec04 {
  padding-top: 76px;
  padding-bottom: 80px;
}
main .contents_area .sec04 .inner {
  padding: 0 10px;
}
main .contents_area .sec04 .inner h2 img {
  width: 397px;
  height: auto;
  margin: 0 auto;
}
main .contents_area .sec04 .inner .event {
  margin-top: 30px;
}
main .contents_area .sec04 .inner .event .lead {
  margin: 0 -10px;
  width: calc(100% + 20px);
}
main .contents_area .sec04 .inner .event .lead img {
  display: block;
  width: 100%;
  height: auto;
}
main .contents_area .sec04 .inner .event .logo {
  margin-top: 12px;
}
main .contents_area .sec04 .inner .event .logo img {
  height: auto;
  margin: 0 auto;
}
main .contents_area .sec04 .inner .event .text {
  margin-top: 32px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #35247C;
}
main .contents_area .sec04 .inner .event .salon,
main .contents_area .sec04 .inner .event .coming_soon {
  margin-top: 31px;
}
main .contents_area .sec04 .inner .event + .event .text {
  margin-top: 31px;
}
main .contents_area .sec04 .inner .salon_title {
  border-top: 2px solid #35247C;
  border-bottom: 2px solid #35247C;
  padding: 7px 0;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #35247C;
}
main .contents_area .sec04 .inner .salon_list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 13px;
}
main .contents_area .sec04 .inner .salon_list li {
  width: 198px;
}
main .contents_area .sec04 .inner .salon_list li .img {
  height: 100px;
  overflow: hidden;
}
main .contents_area .sec04 .inner .salon_list li .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .contents_area .sec04 .inner .salon_list li .name {
  padding: 9px 0;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #35247C;
}
main .contents_area .sec04 .inner .coming_soon {
  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;
  gap: 11px;
  background: #fff;
  padding: 24px 0;
}
main .contents_area .sec04 .inner .coming_soon img {
  height: auto;
}
main .contents_area .sec04 .inner .coming_soon .note {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #35247C;
}
main .contents_area .sec05 {
  background: rgba(255, 255, 255, 0.6);
  padding: 77px 0 78px;
}
main .contents_area .sec05 .inner {
  padding: 0 10px;
}
main .contents_area .sec05 .inner h2 {
  margin: 0 -10px;
}
main .contents_area .sec05 .inner h2 img {
  width: 422px;
  height: auto;
  margin: 0 auto;
}
main .contents_area .sec05 .inner .event {
  margin-top: 30px;
}
main .contents_area .sec05 .inner .event .lead {
  margin: 0 -10px;
  width: calc(100% + 20px);
}
main .contents_area .sec05 .inner .event .lead img {
  display: block;
  width: 100%;
  height: auto;
}
main .contents_area .sec05 .inner .event .logo img {
  height: auto;
  margin: 0 auto;
}
main .contents_area .sec05 .inner .event > .img {
  margin: 0 -10px;
  width: calc(100% + 20px);
  height: 280px;
  background: #8C8B94;
  overflow: hidden;
}
main .contents_area .sec05 .inner .event > .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .contents_area .sec05 .inner .event .logo + .img {
  margin-top: 12px;
}
main .contents_area .sec05 .inner .event .text {
  margin-top: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #35247C;
}
main .contents_area .sec05 .inner .event + .event {
  margin-top: 22px;
}
main .contents_area .sec05 .inner .coming_soon {
  margin-top: 62px;
  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;
  gap: 11px;
  background: #fff;
  padding: 24px 0;
}
main .contents_area .sec05 .inner .coming_soon img {
  height: auto;
}
main .contents_area .sec05 .inner .coming_soon .note {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #35247C;
}
main .contents_area .sec06 {
  padding-top: 78px;
  padding-bottom: 78px;
}
main .contents_area .sec06 .inner {
  padding: 0 10px;
}
main .contents_area .sec06 .inner h2 {
  margin: 0 -10px;
}
main .contents_area .sec06 .inner h2 img {
  width: 408px;
  height: auto;
  margin: 0 auto;
}
main .contents_area .sec06 .inner .coming_soon {
  margin-top: 27px;
  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;
  gap: 11px;
  background: #fff;
  padding: 24px 0;
}
main .contents_area .sec06 .inner .coming_soon img {
  height: auto;
}
main .contents_area .sec06 .inner .coming_soon .note {
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #35247C;
}
main .contents_area .sec07 {
  background: rgba(253, 143, 216, 0.3);
  padding: 80px 0;
}
main .contents_area .sec07 .inner {
  padding: 0 10px;
}
main .contents_area .sec07 .inner h2 img {
  width: 214px;
  height: auto;
  margin: 0 auto;
}
main .contents_area .sec07 .inner > .text {
  margin-top: 22px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #35247C;
}
main .contents_area .sec07 .inner .entry_area {
  margin-top: 22px;
  background: rgba(255, 255, 255, 0.8);
  padding: 31px 20px 34px;
}
main .contents_area .sec07 .inner .entry_area dl dt {
  border-bottom: 4px solid #35247C;
  padding-bottom: 4px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #35247C;
}
main .contents_area .sec07 .inner .entry_area dl dd {
  margin-top: 15px;
  padding-left: 10px;
}
main .contents_area .sec07 .inner .entry_area dl dd .text_bold {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #35247C;
}
main .contents_area .sec07 .inner .entry_area dl dd .text {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #35247C;
}
main .contents_area .sec07 .inner .entry_area dl dd + dt {
  margin-top: 23px;
}
main .contents_area .sec07 .inner .entry_area .btn {
  margin-top: 35px;
}
main .contents_area .sec07 .inner .entry_area .btn.disable {
  background: #8C8B94;
  opacity: 1;
  color: rgba(255, 255, 255, 0.7);
}
main .contents_area .sec07 .inner .entry_area .note {
  margin-top: 33px;
}
main .contents_area .sec07 .inner .entry_area .note li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #000;
}
main .contents_area .sec07 .inner .entry_area .note li:before {
  content: "※";
  position: absolute;
  left: 0;
}
main .contents_area .sec07 .inner .entry_area .note li + li {
  margin-top: 4px;
}
main .contents_area > .btn {
  width: 390px;
  margin: 40px auto 0;
  color: #35247C;
}
main .contents_area > .btn:before {
  background-color: #35247C;
}
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;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #A88FFD;
}
main .contents_area .follow_area .inner .btn span {
  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;
  width: 72px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}
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;
    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;
    overflow: hidden;
  }
  main .header {
    position: absolute;
    top: 4.651vw;
    left: 4.651vw;
    z-index: 1;
    width: 100%;
  }
  main .header a img {
    width: 55.814vw;
  }
  main .kv_area {
    background: #c7e7ff;
    padding-top: 17.674vw;
    padding-bottom: 5.814vw;
    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: #35247C;
    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: #35247C;
    padding-right: 4.651vw;
  }
  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: #684E4A;
    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: #305646;
    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: #78E269;
    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: #A919CC;
    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: #BC4637;
    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: #684E4A;
    aspect-ratio: 1/0.8660254;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  main .contents_area {
    background-color: #D2ECFF;
    padding-bottom: 9.302vw;
  }
  main .contents_area .live_area {
    padding: 9.302vw 6.977vw;
    background: rgba(48, 31, 150, 0.7);
  }
  main .contents_area .live_area h2 img {
    width: 57.674vw;
    height: auto;
    margin: 0 auto;
  }
  main .contents_area .live_area .text {
    font-size: 5.116vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 30.8px */
    text-align: center;
    margin-top: 2.326vw;
  }
  main .contents_area .live_area .btn {
    margin-top: 5.581vw;
  }
  main .contents_area .live_area .btn img {
    position: relative;
    top: 0;
    left: -2.093vw;
  }
  main .contents_area .live_area .btn:before {
    display: none;
  }
  main .contents_area .live_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/beautyfest2026/assets/img/icon_window_white.svg");
    background-size: 100%;
  }
  main .contents_area .video_area {
    background-color: #000;
    height: 56.279vw;
    position: relative;
    z-index: 1;
  }
  main .contents_area .link {
    padding-right: 2.326vw;
    padding-top: 2.326vw;
    text-align: right;
    background: #D2ECFF;
    position: relative;
    z-index: 1;
  }
  main .contents_area .link a {
    color: #35247C;
    text-decoration: underline;
    font-size: 3.256vw;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
  }
  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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  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 #c7e7ff;
    background: #675eb5;
    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;
    background-color: #A88FFD;
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  }
  main .contents_area .anchor_link li:nth-child(1) img {
    width: 14.651vw;
  }
  main .contents_area .anchor_link li:nth-child(2) img {
    width: 22.093vw;
  }
  main .contents_area .anchor_link li:nth-child(3) img {
    width: 25.581vw;
  }
  main .contents_area .anchor_link li:nth-child(4) img {
    width: 23.721vw;
  }
  main .contents_area .anchor_link li:nth-child(5) img {
    width: 26.744vw;
  }
  main .contents_area .anchor_link li:nth-child(6) img {
    width: 24.419vw;
  }
  main .contents_area .anchor_link li:nth-child(7) img {
    width: 12.791vw;
  }
  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.326vw;
    color: #35247C;
  }
  main .contents_area .sec01 .inner .copy {
    margin-top: 5.581vw;
  }
  main .contents_area .sec01 .inner .copy .img {
    margin: 0 -2.326vw;
    width: calc(100% + 4.651vw);
  }
  main .contents_area .sec01 .inner .copy .img img {
    display: block;
    width: 100%;
    height: auto;
  }
  main .contents_area .sec01 .inner .copy .lead {
    margin: 2.791vw -2.326vw 0;
    width: calc(100% + 4.651vw);
  }
  main .contents_area .sec01 .inner .copy .lead img {
    display: block;
    width: 100%;
    height: auto;
  }
  main .contents_area .sec01 .inner .copy .text {
    font-size: 4.651vw;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 32px */
    text-align: center;
    color: #35247C;
    margin-top: 0.698vw;
  }
  main .contents_area .sec01 .inner .date_area {
    background: rgba(255, 255, 255, 0.8);
    margin-top: 5.349vw;
    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 {
    position: relative;
    top: 2.093vw;
  }
  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: #35247C;
  }
  main .contents_area .sec01 .inner .follow_us {
    margin-top: 6.977vw;
    background: rgba(169, 25, 204, 0.15);
    padding: 6.977vw 4.651vw;
    text-align: center;
  }
  main .contents_area .sec01 .inner .follow_us .title {
    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;
    gap: 4.651vw;
  }
  main .contents_area .sec01 .inner .follow_us .title .icon {
    width: 11.163vw;
    height: auto;
  }
  main .contents_area .sec01 .inner .follow_us .title .text {
    width: 54.884vw;
    height: auto;
  }
  main .contents_area .sec01 .inner .follow_us .sub {
    font-size: 5.116vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 30.8px */
    color: #35247C;
    margin-top: 2.558vw;
  }
  main .contents_area .sec01 .inner .follow_us .btn {
    position: relative;
    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;
    width: 100%;
    height: 17.907vw;
    margin-top: 3.023vw;
    background: #fff;
    border-radius: 23.256vw;
    font-size: 5.116vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 30.8px */
    color: #35247C;
  }
  main .contents_area .sec01 .inner .follow_us .btn:before {
    display: none;
  }
  main .contents_area .sec01 .inner .follow_us .btn:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.651vw;
    width: 3.721vw;
    height: 4.186vw;
    background-image: url("/education/beautyfest2026/assets/img/icon_window_white.svg");
    background-size: 100%;
  }
  main .contents_area .sec02 {
    padding-top: 18.605vw;
    padding-bottom: 17.209vw;
  }
  main .contents_area .sec02 .inner {
    padding: 0 2.326vw;
  }
  main .contents_area .sec02 .inner h2 img {
    width: 86.279vw;
    height: auto;
    margin: 0 auto;
  }
  main .contents_area .sec02 .inner .time_table {
    margin-top: 6.977vw;
  }
  main .contents_area .sec02 .inner .time_table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main .contents_area .sec02 .inner .time_table dl + dl {
    margin-top: 0.233vw;
  }
  main .contents_area .sec02 .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: #9E86EB;
    color: #fff;
    font-size: 4.186vw;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }
  main .contents_area .sec02 .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 .sec02 .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 .sec02 .inner .note {
    margin-top: 3.953vw;
  }
  main .contents_area .sec02 .inner .note li {
    position: relative;
    padding-left: 3.721vw;
    font-size: 3.256vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #000;
  }
  main .contents_area .sec02 .inner .note li:before {
    content: "※";
    position: absolute;
    left: 0;
  }
  main .contents_area .sec02 .inner .note li + li {
    margin-top: 0.93vw;
  }
  main .contents_area .sec03 {
    background: rgba(255, 255, 255, 0.6);
    padding: 18.605vw 0;
  }
  main .contents_area .sec03 .inner {
    padding: 0 2.326vw;
  }
  main .contents_area .sec03 .inner h2 {
    margin: 0 -2.326vw;
  }
  main .contents_area .sec03 .inner h2 img {
    width: 98.837vw;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  main .contents_area .sec03 .inner .event {
    margin-top: 6.047vw;
  }
  main .contents_area .sec03 .inner .event .lead {
    margin: 0 -2.326vw;
    width: calc(100% + 4.651vw);
  }
  main .contents_area .sec03 .inner .event .lead img {
    display: block;
    width: 100%;
    height: auto;
  }
  main .contents_area .sec03 .inner .event .logo {
    margin-top: 2.791vw;
  }
  main .contents_area .sec03 .inner .event .logo img {
    height: auto;
    margin: 0 auto;
  }
  main .contents_area .sec03 .inner .event > .img {
    margin: 2.791vw -2.326vw 0;
    width: calc(100% + 4.651vw);
    height: 65.116vw;
    background: #8C8B94;
    overflow: hidden;
  }
  main .contents_area .sec03 .inner .event > .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main .contents_area .sec03 .inner .event .text {
    margin-top: 6.977vw;
    font-size: 4.651vw;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    color: #35247C;
  }
  main .contents_area .sec03 .inner .event .judges,
  main .contents_area .sec03 .inner .event .coming_soon {
    margin-top: 7.674vw;
  }
  main .contents_area .sec03 .inner .accordion .accordion_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.326vw;
    background: #675EB5;
    padding: 4.651vw;
    cursor: pointer;
  }
  main .contents_area .sec03 .inner .accordion .accordion_head .label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 5.116vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: #fff;
  }
  main .contents_area .sec03 .inner .accordion .accordion_head .icon {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 6.977vw;
    height: 6.977vw;
  }
  main .contents_area .sec03 .inner .accordion .accordion_head .icon span {
    position: absolute;
    background: #fff;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  main .contents_area .sec03 .inner .accordion .accordion_head .icon span:nth-child(1) {
    top: 3.256vw;
    left: 0;
    width: 6.977vw;
    height: 0.465vw;
  }
  main .contents_area .sec03 .inner .accordion .accordion_head .icon span:nth-child(2) {
    top: 0;
    left: 3.256vw;
    width: 0.465vw;
    height: 6.977vw;
  }
  main .contents_area .sec03 .inner .accordion.is-open .accordion_head .icon span:nth-child(2) {
    opacity: 0;
  }
  main .contents_area .sec03 .inner .accordion .accordion_body {
    display: none;
    overflow: hidden;
  }
  main .contents_area .sec03 .inner .accordion .accordion_body .inner_body {
    margin-top: 4.651vw;
  }
  main .contents_area .sec03 .inner .judges_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4.186vw 3.023vw;
  }
  main .contents_area .sec03 .inner .judges_list li {
    width: 21.395vw;
  }
  main .contents_area .sec03 .inner .judges_list li .img {
    width: 21.395vw;
    height: 21.395vw;
    overflow: hidden;
  }
  main .contents_area .sec03 .inner .judges_list li .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main .contents_area .sec03 .inner .judges_list li .img.noimg {
    display: block;
    background: #9D9D9D;
  }
  main .contents_area .sec03 .inner .judges_list li .txt {
    padding-top: 1.86vw;
    text-align: center;
    color: #35247C;
  }
  main .contents_area .sec03 .inner .judges_list li .txt .salon {
    font-size: 3.023vw;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  main .contents_area .sec03 .inner .judges_list li .txt .artist {
    font-size: 3.023vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 1.163vw;
  }
  main .contents_area .sec03 .inner .coming_soon {
    background: #fff;
    padding: 5.581vw 0;
  }
  main .contents_area .sec03 .inner .coming_soon img {
    height: auto;
    margin: 0 auto;
  }
  main .contents_area .sec04 {
    padding-top: 17.674vw;
    padding-bottom: 18.605vw;
  }
  main .contents_area .sec04 .inner {
    padding: 0 2.326vw;
  }
  main .contents_area .sec04 .inner h2 img {
    width: 92.326vw;
    height: auto;
    margin: 0 auto;
  }
  main .contents_area .sec04 .inner .event {
    margin-top: 6.977vw;
  }
  main .contents_area .sec04 .inner .event .lead {
    margin: 0 -2.326vw;
    width: calc(100% + 4.651vw);
  }
  main .contents_area .sec04 .inner .event .lead img {
    display: block;
    width: 100%;
    height: auto;
  }
  main .contents_area .sec04 .inner .event .logo {
    margin-top: 2.791vw;
  }
  main .contents_area .sec04 .inner .event .logo img {
    height: auto;
    margin: 0 auto;
  }
  main .contents_area .sec04 .inner .event .text {
    margin-top: 7.442vw;
    font-size: 4.651vw;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    color: #35247C;
  }
  main .contents_area .sec04 .inner .event .salon,
  main .contents_area .sec04 .inner .event .coming_soon {
    margin-top: 7.209vw;
  }
  main .contents_area .sec04 .inner .event + .event .text {
    margin-top: 7.209vw;
  }
  main .contents_area .sec04 .inner .salon_title {
    border-top: 2px solid #35247C;
    border-bottom: 2px solid #35247C;
    padding: 1.628vw 0;
    text-align: center;
    font-size: 5.116vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: #35247C;
  }
  main .contents_area .sec04 .inner .salon_list {
    margin-top: 5.581vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.791vw 3.023vw;
  }
  main .contents_area .sec04 .inner .salon_list li {
    width: 46.047vw;
  }
  main .contents_area .sec04 .inner .salon_list li .img {
    height: 23.256vw;
    overflow: hidden;
  }
  main .contents_area .sec04 .inner .salon_list li .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  main .contents_area .sec04 .inner .salon_list li .name {
    padding: 2.093vw 0;
    text-align: center;
    font-size: 3.023vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: #35247C;
  }
  main .contents_area .sec04 .inner .coming_soon {
    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;
    gap: 2.558vw;
    background: #fff;
    padding: 5.581vw 0;
  }
  main .contents_area .sec04 .inner .coming_soon img {
    height: auto;
  }
  main .contents_area .sec04 .inner .coming_soon .note {
    font-size: 3.023vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: #35247C;
  }
  main .contents_area .sec05 {
    background: rgba(255, 255, 255, 0.6);
    padding: 17.907vw 0 18.14vw;
  }
  main .contents_area .sec05 .inner {
    padding: 0 2.326vw;
  }
  main .contents_area .sec05 .inner h2 {
    margin: 0 -2.326vw;
  }
  main .contents_area .sec05 .inner h2 img {
    width: 98.14vw;
    height: auto;
    margin: 0 auto;
  }
  main .contents_area .sec05 .inner .event {
    margin-top: 6.977vw;
  }
  main .contents_area .sec05 .inner .event .lead {
    margin: 0 -2.326vw;
    width: calc(100% + 4.651vw);
  }
  main .contents_area .sec05 .inner .event .lead img {
    display: block;
    width: 100%;
    height: auto;
  }
  main .contents_area .sec05 .inner .event .logo img {
    height: auto;
    margin: 0 auto;
  }
  main .contents_area .sec05 .inner .event > .img {
    margin: 0 -2.326vw;
    width: calc(100% + 4.651vw);
    height: 65.116vw;
    background: #8C8B94;
    overflow: hidden;
  }
  main .contents_area .sec05 .inner .event > .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main .contents_area .sec05 .inner .event .logo + .img {
    margin-top: 2.791vw;
  }
  main .contents_area .sec05 .inner .event .text {
    margin-top: 4.651vw;
    font-size: 4.651vw;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    color: #35247C;
  }
  main .contents_area .sec05 .inner .event + .event {
    margin-top: 5.116vw;
  }
  main .contents_area .sec05 .inner .coming_soon {
    margin-top: 14.419vw;
    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;
    gap: 2.558vw;
    background: #fff;
    padding: 5.581vw 0;
  }
  main .contents_area .sec05 .inner .coming_soon img {
    height: auto;
  }
  main .contents_area .sec05 .inner .coming_soon .note {
    font-size: 3.023vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: #35247C;
  }
  main .contents_area .sec06 {
    padding-top: 18.14vw;
    padding-bottom: 18.14vw;
  }
  main .contents_area .sec06 .inner {
    padding: 0 2.326vw;
  }
  main .contents_area .sec06 .inner h2 {
    margin: 0 -2.326vw;
  }
  main .contents_area .sec06 .inner h2 img {
    width: 94.884vw;
    height: auto;
    margin: 0 auto;
  }
  main .contents_area .sec06 .inner .coming_soon {
    margin-top: 6.279vw;
    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;
    gap: 2.558vw;
    background: #fff;
    padding: 5.581vw 0;
  }
  main .contents_area .sec06 .inner .coming_soon img {
    height: auto;
  }
  main .contents_area .sec06 .inner .coming_soon .note {
    font-size: 3.023vw;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: #35247C;
  }
  main .contents_area .sec07 {
    background: rgba(253, 143, 216, 0.3);
    padding: 18.605vw 0;
  }
  main .contents_area .sec07 .inner {
    padding: 0 2.326vw;
  }
  main .contents_area .sec07 .inner h2 img {
    width: 49.767vw;
    height: auto;
    margin: 0 auto;
  }
  main .contents_area .sec07 .inner > .text {
    margin-top: 5.116vw;
    font-size: 4.651vw;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    color: #35247C;
  }
  main .contents_area .sec07 .inner .entry_area {
    margin-top: 5.116vw;
    background: rgba(255, 255, 255, 0.8);
    padding: 7.209vw 4.651vw 7.907vw;
  }
  main .contents_area .sec07 .inner .entry_area dl dt {
    border-bottom: 4px solid #35247C;
    padding-bottom: 0.93vw;
    font-size: 5.116vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: #35247C;
  }
  main .contents_area .sec07 .inner .entry_area dl dd {
    margin-top: 3.488vw;
    padding-left: 2.326vw;
  }
  main .contents_area .sec07 .inner .entry_area dl dd .text_bold {
    font-size: 5.116vw;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: #35247C;
  }
  main .contents_area .sec07 .inner .entry_area dl dd .text {
    font-size: 4.651vw;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    color: #35247C;
  }
  main .contents_area .sec07 .inner .entry_area dl dd + dt {
    margin-top: 5.349vw;
  }
  main .contents_area .sec07 .inner .entry_area .btn {
    margin-top: 8.14vw;
  }
  main .contents_area .sec07 .inner .entry_area .btn.disable {
    background: #8C8B94;
    opacity: 1;
    color: rgba(255, 255, 255, 0.7);
  }
  main .contents_area .sec07 .inner .entry_area .note {
    margin-top: 7.674vw;
  }
  main .contents_area .sec07 .inner .entry_area .note li {
    position: relative;
    padding-left: 3.721vw;
    font-size: 3.256vw;
    font-weight: 400;
    line-height: 160%;
    color: #000;
  }
  main .contents_area .sec07 .inner .entry_area .note li:before {
    content: "※";
    position: absolute;
    left: 0;
  }
  main .contents_area .sec07 .inner .entry_area .note li + li {
    margin-top: 0.93vw;
  }
  main .contents_area > .btn {
    width: 90.698vw;
    margin: 40px auto 0;
    color: #35247C;
  }
  main .contents_area > .btn:before {
    background-color: #35247C;
  }
  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;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #A88FFD;
  }
  main .contents_area .follow_area .inner .btn span {
    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;
    width: 16.744vw;
    height: 6.047vw;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.2);
    font-size: 3.256vw;
    font-weight: 500;
    line-height: 160%;
  }
  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 {
    display: block;
  }
  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 */