@charset "UTF-8";
.scrollanime {
  opacity: 0;
} /*一瞬表示されるのを防ぐ*/
.fadeInDown2 {
  animation-name: fadeInDown2;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes sub_main {
  0% {
    background-position: center top;
    opacity: 0;
  }
  100% {
    background-position: center bottom;
    opacity: 1;
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/*バウンドアニメーション*/
@keyframes fuwafuwa {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*上下の動きを指定*/
.updown {
  transform: translateY(-100px);
}

.downup {
  transform: translateY(100px);
}

/*左右の動きを指定*/
.sect02 {
  overflow: hidden;
} /*横スクロールバーを隠す*/
.slide-right {
  transform: translateX(200px);
}

.slide-left {
  transform: translateX(-200px);
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.m0a {
  margin: 0 auto;
}

.fw_b {
  font-weight: bold;
}

.pb_50 {
  padding-bottom: 50px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.flex_bw {
  display: flex;
  justify-content: space-between;
}

/*ヘッダーここから*/
header {
  padding: 0;
  vertical-align: middle;
}
header .header_inner {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  gap: 20px;
  height: 80px;
}
header .header_inner h1 {
  width: 200px;
  display: grid;
  place-items: center;
  padding: 0 5px;
}
header .header_inner h1 a {
  width: 100%;
  padding: 5px 15px;
}
header .header_inner h1 img {
  width: 90%;
  min-width: 90px;
}
header .header_inner .header-right {
  width: 100%;
  padding-right: 10px;
}
@media screen and (max-width: 1100px) {
  header .sp-only {
    display: block;
  }
}

/* ---nav PCスタイル (1100px以上) --- */
@media screen and (min-width: 1100px) {
  .drawer-toggle,
  .drawer-hamburger-icon {
    display: none !important;
  }
  .drawer-nav {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static;
    height: auto;
    background: none;
    padding: 0;
    width: 100%;
    overflow: visible;
  }
  .drawer-menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: clamp(10px, 1.2vw, 20px);
    width: 100%;
  }
  .drawer-menu li a {
    display: block;
    padding: 10px;
    color: #333;
    text-align: center;
    font-family: "shippori-mincho", "游明朝", YuMincho, "Noto serif JP", "ヒラギノ明朝 Pro W3", "HG明朝B", serif;
    font-size: clamp(18px, 1.5vw, 20px);
    font-weight: bold;
    text-wrap: nowrap;
    transition: 0.5s;
  }
  .drawer-menu li a:hover {
    color: #90ce37;
  }
  .drawer-menu li a span {
    display: block;
    color: #90ce37;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Noto Sans JP", "ＭＳ Ｐゴシック", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
  }
  .drawer-menu li p {
    padding: 10px;
    color: #333;
    text-align: center;
    font-family: "shippori-mincho", "游明朝", YuMincho, "Noto serif JP", "ヒラギノ明朝 Pro W3", "HG明朝B", serif;
    font-size: clamp(18px, 1.5vw, 20px);
    font-weight: bold;
    text-wrap: nowrap;
  }
  .drawer-menu li p span {
    display: block;
    color: #90ce37;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Noto Sans JP", "ＭＳ Ｐゴシック", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
  }
  .drawer-menu .menu-dropdown {
    position: relative;
  }
  .drawer-menu .menu-dropdown .sub-menu {
    display: none;
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(144, 206, 55, 0.9);
    z-index: 9999;
    padding: 10px 20px 15px 20px;
  }
  .drawer-menu .menu-dropdown .sub-menu li {
    margin: 0;
    border-bottom: 1px solid #e4e4e4;
    display: block;
  }
  .drawer-menu .menu-dropdown .sub-menu li a {
    display: block;
    padding: 5px 15px;
    color: #333;
    font-weight: 400;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Noto Sans JP", "ＭＳ Ｐゴシック", "Helvetica Neue", sans-serif;
    font-size: 15px;
    white-space: nowrap;
    text-align: center;
    transition: 0.5s;
  }
  .drawer-menu .menu-dropdown .sub-menu li a:hover {
    transform: translateX(6px);
  }
}
/* --- ハンバーガーメニュー (1100px以下) --- */
@media screen and (max-width: 1100px) {
  header .header_inner {
    height: 70px;
  }
  .drawer--right .drawer-hamburger {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 40px;
    height: 60px;
    background-color: #90ce37;
    z-index: 1001;
    padding: 0 18px 10px;
    cursor: pointer;
  }
  .drawer--right .drawer-nav {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100vw;
    max-width: 480px;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 0 20px;
    color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .drawer--right .drawer-nav .drawer-menu {
    display: block;
    margin: 0;
  }
  .drawer--right .drawer-nav .drawer-menu li.menu_link {
    border-bottom: 1px solid #c9c9c9;
  }
  .drawer--right .drawer-nav .drawer-menu li.menu_link a {
    display: block;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    color: #78c012;
    font-family: "shippori-mincho", "游明朝", YuMincho, "Noto serif JP", "ヒラギノ明朝 Pro W3", "HG明朝B", serif;
    line-height: 1.3;
  }
  .drawer--right .drawer-nav .drawer-menu li.menu_link a span {
    display: block;
    font-size: 12px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Noto Sans JP", "ＭＳ Ｐゴシック", "Helvetica Neue", sans-serif;
    font-weight: normal;
    color: #333;
  }
  .drawer--right .drawer-nav .drawer-menu li.menu-dropdown > a {
    cursor: pointer;
  }
  .drawer--right .drawer-nav .drawer-menu li.menu-dropdown .sub-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
  }
  .drawer--right .drawer-nav .drawer-menu li.menu-dropdown .sub-menu li a {
    color: #312D24;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Noto Sans JP", "ＭＳ Ｐゴシック", "Helvetica Neue", sans-serif;
    font-size: 12px;
    background-color: #D5F5A6;
    white-space: nowrap;
    font-weight: 400;
    text-align: left;
    padding: 7px 10px;
    display: inline-block;
  }
  /* ハンバーガーアイコン */
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    background-color: #fff;
  }
  .drawer-hamburger-icon:before {
    top: -15px;
  }
  .drawer-hamburger-icon:after {
    top: 15px;
  }
  /* メニュー開いたとき */
  .drawer-open .drawer-nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    opacity: 1;
    visibility: visible;
  }
  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    background-color: #fff;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 0;
  }
}
/* --- 767px以下の追加調整 --- */
@media screen and (max-width: 767px) {
  header .header_inner {
    height: 55px;
  }
  .drawer--right .drawer-hamburger {
    width: 25px;
    height: 45px;
  }
  .drawer--right .drawer-nav {
    padding: 0 20px 10px 20px;
  }
  .drawer--right .drawer-nav .drawer-menu li.menu_link a {
    font-size: clamp(17px, 1.2vw, 20px);
    padding: 7px 10px;
  }
  .drawer-hamburger-icon:before {
    top: -13px;
  }
  .drawer-hamburger-icon:after {
    top: 13px;
  }
}