html .ulccwidparent {
  display: none !important;
}

html .ulccwidparent,
body .ulccwidparent,
.ulccwidparent {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

.cc-color-override--958013087.cc-window,
.cc-window,
.cc-color-override {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

.s-mv-inner .mv-swiper ul li {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
}
.s-mv-inner .mv-swiper ul li .mv-background {
  margin: 0;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.s-mv-inner .mv-swiper ul li .mv-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 1600px;
  margin-inline: auto;
}
.s-mv-inner .mv-swiper ul li .c-btn-drateral {
  z-index: 2;
  background-color: rgb(63, 168, 72);
  border: 2px solid rgb(63, 168, 72);
  width: 250px;
  height: auto;
  aspect-ratio: 314/70;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10%;
  position: absolute;
  right: calc(50% - min(600px, 40vw));
  bottom: 100px;
  transition: all 0.3s;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .s-mv-inner .mv-swiper ul li .c-btn-drateral {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: 66%;
  }
}
.s-mv-inner .mv-swiper ul li .c-btn-drateral.intermediate {
  background-color: rgb(246, 171, 31);
  border: 2px solid rgb(246, 171, 31);
}
.s-mv-inner .mv-swiper ul li .c-btn-drateral.master {
  background-color: rgb(47, 164, 162);
  border: 2px solid #fff;
}
.s-mv-inner .mv-swiper ul li .c-btn-drateral.hitoshima {
  background-color: rgb(47, 164, 162);
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .s-mv-inner .mv-swiper ul li .c-btn-drateral.hitoshima {
    width: 70%;
  }
}
.s-mv-inner .mv-swiper ul li .c-btn-drateral.speech {
  background-color: rgb(20, 124, 194);
  border: none;
}
@media screen and (max-width: 767px) {
  .s-mv-inner .mv-swiper ul li .c-btn-drateral.speech {
    width: 70%;
    border: none;
  }
}
.s-mv-inner .mv-swiper ul li .c-btn-drateral p {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .s-mv-inner .mv-swiper ul li .c-btn-drateral p {
    font-size: 16px;
  }
}
.s-mv-inner .mv-swiper ul li .c-btn-drateral figure {
  margin: 0 !important;
  width: 9%;
  height: 40%;
}
.s-mv-inner .mv-swiper ul li .c-btn-drateral figure svg {
  width: 100%;
  height: 100%;
}
.s-mv-inner .mv-swiper ul li .c-btn-drateral:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */