@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --biz:"BIZ UDPGothic", sans-serif;
  font-family: var(--biz);
  --en:"Jost", sans-serif;
}

body {
  padding: 0 !important;
  font-family: var(--biz) !important;
}

.en {
  font-family: var(--en) !important;
}

.drone-archive-page .page-mv {
  background-image: url(../img/webp/drone/mv.webp);
}

.drone-single-page {
  margin-top: 80px !important;
  padding: 0 !important;
}
.drone-single-page .w1050 {
  width: 1050px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.drone-single-page :where(.wp-block-columns.is-layout-flex) {
  gap: 20px !important;
}
.drone-single-page :where(.is-layout-flex) {
  gap: 20px !important;
}
.drone-single-page :where(figure) {
  margin-top: 0 !important;
}
.drone-single-page .wp-block-embed-youtube {
  aspect-ratio: 16/9;
  width: 100%;
}
.drone-single-page .wp-block-embed-youtube .wp-block-embed__wrapper {
  height: 100%;
}
.drone-single-page iframe {
  width: 100%;
  height: 100%;
}
.drone-single-page h3 {
  padding: 12px 15px !important;
  margin-bottom: 1em;
  background-color: #84423f;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-image: url(../img/drone/h3-bg.png);
  background-size: 105px;
  background-position: left -10px top -25px;
}
.drone-single-page h2 {
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem); /* 標準より少し大きめ */
  margin-bottom: 1em;
}
.drone-single-page .wp-block-button {
  width: 100%;
}
.drone-single-page .wp-block-button .wp-element-button {
  width: 100%;
}

.drone__hamburger {
  width: 48px;
  height: 48px;
  display: block;
  position: fixed;
  top: 17px;
  right: 17px;
  z-index: 100;
  cursor: pointer;
}

.drone-sp-menu__bl {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -105%;
  z-index: 999;
  transition: 0.5s ease-in-out;
  background-image: url(../img/drone/menu-bg.png);
  background-size: 45%;
  background-position: bottom -10% right -10%;
  overflow: scroll;
}
.drone-sp-menu__bl::-webkit-scrollbar {
  display: none;
}
.drone-sp-menu__bl.active {
  right: 0;
}

.drone-sp-menu__inner {
  position: relative;
  padding: 100px 5%;
}

.drone-sp-menu__close-btn {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 22px;
  right: 18px;
  z-index: 1000;
  cursor: pointer;
  margin: 0 !important;
}

.drone-sp-menu__list li {
  margin-bottom: 15px;
}
.drone-sp-menu__list li a {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.2em;
  font-weight: bold;
  text-decoration: none;
  font-size: 21px;
  color: #fff;
}
.drone-sp-menu__list li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  aspect-ratio: 1;
  background-image: url(../img/drone/arrow.png);
  z-index: 0;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 12px;
}

.drone-h1-ttl {
  box-sizing: border-box;
  font-weight: bold;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  padding: 10px 75px 10px 10px !important;
  display: flex;
  align-items: center;
  width: 100%;
}
.drone-h1-ttl img {
  height: 60px;
  width: auto;
}

.drone-mainview__bl {
  position: relative;
}

.drone-mainview__swiper {
  width: 100%;
  overflow: hidden;
}
.drone-mainview__swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.drone-mainview__title {
  margin-top: 20px;
}

.drone-mainview__fuwafuwa-img {
  width: 40%;
  position: absolute;
  top: 0;
  left: 52%;
  animation: fuwafuwa 4s infinite;
  z-index: 10;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(0%);
  }
}
[id] {
  scroll-margin-top: 80px;
}

@media screen and (max-width: 834px) {
  .drone-mainview__fuwafuwa-img {
    width: 58%;
    left: 38%;
  }
  .drone-sp-menu__list li a {
    font-size: 16px;
  }
  .drone-sp-menu__list li a::before {
    width: 12px;
    top: 10px;
  }
}/*# sourceMappingURL=drone.css.map */