@charset "utf-8";

.header_slider-catch {
  position: absolute;
  top: 180px;
  right: 10%;
  z-index: 100;
  color: #2745a4;
  display: flex;
  flex-direction: row-reverse;
  gap: min(110/1200 * 100vw, 110px);
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.header_slider-catch.is-show {
  opacity: 1;
  transform: translateY(0);
}

.header_slider-catch .large-txt {
  writing-mode: vertical-rl;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.5;
}

.header_slider-catch .small-txt {
  writing-mode: vertical-rl;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  padding-top: 95px;
  text-shadow: 0 0 4px #fff;
}

@media screen and (max-width: 767px) {
  .header_slider-catch {
    top: 80px;
    right: 50%;
    translate: 50%;
  }

  .header_slider-catch .large-txt {
    font-size: 30px;
  }

  .header_slider-catch .small-txt {
    writing-mode: vertical-rl;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 25px;
  }
}

#container #header_slider, #container #header_slider .item {
  min-height: 900px !important;
  width: 100% !important;
}

#container #header_slider .bg_image {
  background-position: bottom center !important;
}

#global_menu_button span {
  background: #2745a4 !important;
}

@media screen and (max-width: 767px) {
  #container #header_slider, #container #header_slider .item {
    height: 100dvh !important;
    min-height: 700px !important;
    max-height: 750px;
  }
}

@media screen and (max-width: 767px) {
  #container #header_slider .bg_image {
    background-position: bottom center !important;
  }

  #container #header_slider .bg_image {
    background-size: cover !important;
  }
}