@charset "UTF-8";
#home .site_content {
  margin-top: 0;
}
#home header .wp-block-group > .wp-block-group {
  border: none !important;
}
#home #sec_kv {
  position: relative;
}
#home #sec_kv .top-slide {
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}
#home #sec_kv .top-slide .slick-list {
  border-radius: 10px;
}
#home #sec_kv .top-slide figure {
  margin: 0;
}
#home #sec_kv .top-slide figure img {
  width: 100%;
  margin: 0 auto;
}
#home #sec_kv .top-slide .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 0.75rem;
}
#home #sec_kv .top-slide .slick-dots li {
  margin: 0;
  padding: 0;
  width: 0.5rem;
  height: 0.5rem;
}
#home #sec_kv .top-slide .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
#home #sec_kv .top-slide .slick-dots li button::before {
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  border-radius: 50%;
}
#home #sec_kv .top-slide .slick-dots li.slick-active button::before {
  background: var(--wp--preset--color--theme-yellow);
}
#home #sec_kv h2 {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 5%;
  left: 0;
  padding: 1rem 2rem 1rem 6rem;
}
@media screen and (max-width: 599px) {
  #home #sec_kv h2 {
    padding: 0.25rem 1rem 0.25rem 3rem;
    bottom: -1em;
    font-size: var(--wp--preset--font-size--xxx-large) !important;
  }
}
@media screen and (max-width: 599px) {
  #home #sec_news {
    margin-top: 5.5rem !important;
  }
}
#home .news_list li {
  border-bottom: 1px solid var(--wp--preset--color--theme-gray);
  padding: 1em 0.5em;
  transition: 0.2s all;
}
#home .news_list li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 599px) {
  #home .news_list li > .wp-block-group {
    flex-wrap: wrap;
  }
}
#home .news_list li .taxonomy-category a {
  text-decoration: none;
}
#home .news_list li .wp-block-read-more {
  margin-left: auto;
  display: flex;
  align-items: center;
}
#home .news_list li .wp-block-read-more::before {
  content: url(../../assets/images/news_arrow.svg);
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.75em;
}
#home .shirobara {
  position: relative;
  z-index: 2;
  font-size: clamp(3rem, 2.591rem + 2.05vw, 4.125rem);
}
#home .sec_title {
  line-height: 1;
  letter-spacing: 0.25em;
}
#home .sec_title bdo {
  letter-spacing: 0.05em;
  font-size: 0.625em;
  font-family: var(--wp--preset--font-family--theme-gothic-head-en);
  font-weight: 300;
}
#home .sec_title.v_wrire {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
#home .sec_title.v_wrire bdo {
  margin-top: 1rem;
  line-height: 2;
}
#home #service,
#home #shop {
  position: relative;
}
#home #service .float,
#home #shop .float {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 400px;
  width: 40%;
  margin: 0;
  padding: 0;
}
#home #service .wp-block-columns {
  justify-content: space-between !important;
  width: 60%;
}
@media screen and (max-width: 599px) {
  #home #service .wp-block-columns {
    width: 100%;
  }
}
#home #service .wp-block-list {
  padding: 0;
  list-style: none;
}
#home #service .wp-block-list li::before {
  content: "◎";
  margin-right: 0.5em;
}
#home #service .float {
  top: 0;
  right: 0;
  transform: translate(25%, -25%);
}
@media screen and (max-width: 599px) {
  #home #service .float {
    transform: translate(-1rem, 1rem);
  }
}
#home #shop .wp-block-columns {
  justify-content: end !important;
}
#home #shop .float {
  left: 0;
  top: 50%;
  transform: translate(-20%, -50%);
}
@media (max-width: 782px) {
  #home #shop .float {
    left: auto;
    right: 0;
    top: 0;
    transform: translate(-1rem, -1rem);
  }
}
@media screen and (max-width: 599px) {
  #home #shop .float {
    transform: translate(-1rem, 1rem);
  }
}/*# sourceMappingURL=home.css.map */