@media screen and (min-width: 600px) {
  ul.wp-block-navigation__container > li:not(:last-of-type)::after {
    padding: 0 0.5em;
    opacity: 0.5;
    content: "/";
  }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  border: none;
}
@media screen and (min-width: 600px) {
  .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    padding: 1em;
  }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li a::before {
  content: "-";
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    padding: 0.5em 0 1em !important;
  }
  .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li a {
    padding: 0.3em 0;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-navigation__responsive-container ul.wp-block-navigation__container {
    width: 100%;
    padding: 2em 0.7em;
    gap: 0 !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-navigation__responsive-container ul.wp-block-navigation__container > li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .wp-block-navigation__responsive-container ul.wp-block-navigation__container > li:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.wp-block-navigation__responsive-container ul.wp-block-navigation__container > li > a {
  display: block;
}
@media screen and (max-width: 767px) {
  .wp-block-navigation__responsive-container ul.wp-block-navigation__container > li > a {
    padding: 1em 0 !important;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-navigation__responsive-container ul.wp-block-navigation__container > li.has-child > a {
    padding: 1em 0 0em !important;
  }
}

@media screen and (max-width: 767px) {
  .header-nav .wp-block-navigation__responsive-container {
    background: #af2332;
    background: linear-gradient(135deg, #af2332 32%, #1B245B 100%);
  }
  .header-nav .wp-block-navigation__responsive-container a {
    color: #fff !important;
  }
}

.wp-block-navigation__responsive-container-close svg {
  fill: #fff;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.5s;
  padding: 2.25rem 0;
}
@media screen and (max-width: 767px) {
  header {
    padding: 1rem 0;
  }
}
.scrolled header {
  background-color: #fff;
  padding: 0.5rem 0;
}
header .wp-block-site-logo {
  transition: all 0.5s;
}
.scrolled header .wp-block-site-logo {
  transform: scale(0.7);
}

footer {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.moreLink {
  color: #07080A;
  display: inline-block;
  position: relative;
  padding-right: 2.5em;
}
.moreLink a {
  display: inline-block;
  background-color: transparent;
  border-width: 0;
  color: #07080A;
  padding: inherit;
  text-decoration: none;
  position: relative;
  padding-right: 2.6em;
}
.moreLink a::after, .moreLink a::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
}
.moreLink a::after {
  width: 1em;
  height: 1px;
  background-color: #07080A;
  transform: translateY(-50%) translateX(-50%);
}
.moreLink a::before {
  width: 0.3em;
  aspect-ratio: 1;
  border-right: 1px solid #07080A;
  border-bottom: 1px solid #07080A;
  transform: translateY(-50%) translateX(-0.5em) rotate(-45deg);
}
.moreLink .wp-block-button {
  position: relative;
}
.moreLink .wp-block-button::after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #07080A;
  border-radius: 20rem;
  width: 2em;
  aspect-ratio: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.border-bottom {
  border-bottom: 1px solid #07080A;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: sticky;
  top: 0;
}

.snow-monkey-form[data-screen=input] input[type=email], .snow-monkey-form[data-screen=input] input[type=text], .snow-monkey-form[data-screen=input] textarea {
  padding: 1em;
}
.snow-monkey-form[data-screen=confirm] .smf-item__label {
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(7, 8, 10, 0.2);
  opacity: 0.5;
}
.snow-monkey-form button[type=submit] {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0.5em 2em;
  appearance: none;
  font-size: 1.2rem;
}
.snow-monkey-form button[type=submit] {
  color: #fff;
  background: #af2332;
}
.snow-monkey-form button[type=submit]:hover {
  color: #fff;
  background: #af2332;
}
.snow-monkey-form button[type=submit] {
  border-radius: 100vh;
}

@media screen and (max-width: 767px) {
  .sp-br-none br {
    display: none;
  }
}

#contact-common .contact-common-tel strong {
  font-size: 1.7em;
}
#contact-common .contact-common-form {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  color: #af2332;
  display: flex;
  align-items: center;
  align-content: center;
}
#contact-common .contact-common-form span {
  display: inline-block;
}
#contact-common .contact-common-form span.arrw {
  margin-left: 1em;
  width: 2em;
  height: 2em;
  border-radius: 50rem;
  position: relative;
  border: 1px solid #af2332;
}
#contact-common .contact-common-form span.arrw::after, #contact-common .contact-common-form span.arrw::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
}
#contact-common .contact-common-form span.arrw::after {
  width: 1em;
  height: 1px;
  background-color: #af2332;
  transform: translateY(-50%) translateX(-50%);
}
#contact-common .contact-common-form span.arrw::before {
  width: 0.3em;
  aspect-ratio: 1;
  border-right: 1px solid #af2332;
  border-bottom: 1px solid #af2332;
  transform: translateY(-50%) translateX(-0.56em) rotate(-45deg);
}
.ek-linked-block .overflow-hidden {
  overflow: hidden;
}
.ek-linked-block img {
  transition: all 0.8s;
}
.ek-linked-block:hover img {
  transform: scale(1.08);
}

.scroll_trg > * {
  opacity: 0;
  transition: all 0.8s;
  transition-delay: 0.5s;
  transform: translateY(1rem) rotate(0.00001deg);
}
.scroll_trg.is-anm > * {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}

.editor-styles-wrapper .scroll_trg > * {
  transform: translateY(0) rotate(0.00001deg);
  opacity: 1;
}

/*# sourceMappingURL=custom.css.map */
