@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(base.css);
/* line 10, ../sass/screen.scss */
body {
  /* Googleフォント推奨（<head>に記載） */
  @import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap");
  /* 見出しブロック全体 */
  /* 見出しタイトル */
  /* 見出しを最前面に */
  /* 円（before） */
  /* 矢印（after） */
  /* ホバー・アニメーション用の下線（デフォルト） */
  /* ホバー時に下線が左から右に伸びる */
  /* アクティブ状態用：別の疑似要素で常時下線を表示 */
}
/* line 13, ../sass/screen.scss */
body .elementor-widget-navigation-menu .menu-item a.hfe-menu-item,
body .elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item {
  color: #fff;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 30, ../sass/screen.scss */
body #top-hero {
  position: relative;
  z-index: 999;
}
/* line 35, ../sass/screen.scss */
body #content {
  width: 100vw;
  margin: 0;
  margin-bottom: 10%;
  max-width: 100vw;
}
/* line 41, ../sass/screen.scss */
body #content ul li {
  margin-bottom: 1em;
}
/* line 47, ../sass/screen.scss */
body .page-content {
  margin: auto;
  width: 100%;
  max-width: 1280px;
  padding: 2%;
}
/* line 55, ../sass/screen.scss */
body .border-title span {
  display: inline-block;
  position: relative;
}
/* line 58, ../sass/screen.scss */
body .border-title span:after {
  content: "";
  display: inline-block;
  height: 0.8em;
  width: 100%;
  background: #333;
  margin-top: -1.5em;
  position: absolute;
  z-index: -1;
  bottom: -0.3em;
  left: 0;
}
/* line 73, ../sass/screen.scss */
body #post-thumb {
  margin-bottom: 3em;
}
/* line 77, ../sass/screen.scss */
body .page-header .entry-title, body .site-footer .footer-inner, body .site-footer:not(.dynamic-footer), body .site-header .header-inner, body .site-header:not(.dynamic-header), body body:not([class*=elementor-page-]) .site-main {
  max-width: 100% !important;
}
/* line 81, ../sass/screen.scss */
body .page-header,
body .entry-header {
  margin: -1.5em 0 5em;
  border-bottom: 5px solid #000000;
}
/* line 86, ../sass/screen.scss */
body .page-header .entry-title,
body .entry-header .entry-title {
  color: #fff;
}
/* line 95, ../sass/screen.scss */
body .page-header {
  background: #00c4c2;
  padding: 70px 20px 30px;
  text-align: center;
  border-bottom: none;
  position: relative;
}
/* line 102, ../sass/screen.scss */
body .page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  /* top, right, bottom, left を0に */
  background: url("../images/hero-simple-2.png") no-repeat right center;
  background-size: 70%;
  opacity: 0.7;
  /* 透過度 */
  z-index: 0;
  /* テキストより下に配置 */
}
/* line 115, ../sass/screen.scss */
body .entry-title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #a88f5c;
  /* 上品なゴールドブラウン */
  letter-spacing: 0.06em;
  margin: 0;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
/* line 128, ../sass/screen.scss */
body .entry-title {
  position: relative;
  z-index: 1;
}
/* line 133, ../sass/screen.scss */
body .btn-link {
  padding: 8px 20px;
  background: #485169;
  border-radius: 2em;
}
/* line 137, ../sass/screen.scss */
body .btn-link:hover {
  background: #48678E;
}
/* line 145, ../sass/screen.scss */
body #events-container,
body #news-container,
body #topics-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
/* line 152, ../sass/screen.scss */
body #events-container .news-item-wrap, body #events-container .events-item-wrap,
body #news-container .news-item-wrap,
body #news-container .events-item-wrap,
body #topics-container .news-item-wrap,
body #topics-container .events-item-wrap {
  display: flex;
  width: 100%;
}
/* line 156, ../sass/screen.scss */
body #events-container .news-item-wrap .img img, body #events-container .events-item-wrap .img img,
body #news-container .news-item-wrap .img img,
body #news-container .events-item-wrap .img img,
body #topics-container .news-item-wrap .img img,
body #topics-container .events-item-wrap .img img {
  aspect-ratio: 16/8;
  object-fit: cover;
  width: 100%;
}
/* line 160, ../sass/screen.scss */
body #events-container .news-item-wrap .img img:hover, body #events-container .events-item-wrap .img img:hover,
body #news-container .news-item-wrap .img img:hover,
body #news-container .events-item-wrap .img img:hover,
body #topics-container .news-item-wrap .img img:hover,
body #topics-container .events-item-wrap .img img:hover {
  transition-duration: 100ms;
  transform: scale(1.005);
}
/* line 166, ../sass/screen.scss */
body #events-container .news-item-wrap .title, body #events-container .events-item-wrap .title,
body #news-container .news-item-wrap .title,
body #news-container .events-item-wrap .title,
body #topics-container .news-item-wrap .title,
body #topics-container .events-item-wrap .title {
  padding: 0px 15px 10px;
  border-bottom: 1px solid #ccc;
}
/* line 170, ../sass/screen.scss */
body #events-container .news-item-wrap .time, body #events-container .events-item-wrap .time,
body #news-container .news-item-wrap .time,
body #news-container .events-item-wrap .time,
body #topics-container .news-item-wrap .time,
body #topics-container .events-item-wrap .time {
  display: flex;
  gap: 20px;
  font-size: 15px;
  padding: 0 10px;
}
/* line 176, ../sass/screen.scss */
body #events-container .news-item-wrap .news-item, body #events-container .events-item-wrap .news-item,
body #news-container .news-item-wrap .news-item,
body #news-container .events-item-wrap .news-item,
body #topics-container .news-item-wrap .news-item,
body #topics-container .events-item-wrap .news-item {
  font-size: 24px;
  margin-bottom: 100px;
  width: 100%;
}
/* line 190, ../sass/screen.scss */
body:not(.home) #news-container .news-item-wrap .news-item, body:not(.home) #news-container .events-item-wrap .news-item {
  display: flex;
  align-items: center;
}
/* line 193, ../sass/screen.scss */
body:not(.home) #news-container .news-item-wrap .news-item .img, body:not(.home) #news-container .events-item-wrap .news-item .img {
  width: 30%;
}
/* line 196, ../sass/screen.scss */
body:not(.home) #news-container .news-item-wrap .news-item .news-item-container, body:not(.home) #news-container .events-item-wrap .news-item .news-item-container {
  flex: 1;
}
/* line 210, ../sass/screen.scss */
body.home #events-container .news-item-wrap .news-item, body.home #events-container .events-item-wrap .news-item,
body.home #news-container .news-item-wrap .news-item,
body.home #news-container .events-item-wrap .news-item,
body.home #topics-container .news-item-wrap .news-item,
body.home #topics-container .events-item-wrap .news-item {
  margin-bottom: 2rem;
}
/* line 213, ../sass/screen.scss */
body.home #events-container .news-item-wrap .time, body.home #events-container .events-item-wrap .time,
body.home #news-container .news-item-wrap .time,
body.home #news-container .events-item-wrap .time,
body.home #topics-container .news-item-wrap .time,
body.home #topics-container .events-item-wrap .time {
  text-align: right;
  padding: 0 10px 10px;
}
/* line 224, ../sass/screen.scss */
body .pagination .page-numbers {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  gap: 3em;
}
/* line 234, ../sass/screen.scss */
body #wpmem_restricted_msg {
  margin-top: 3em;
}
/* line 238, ../sass/screen.scss */
body #wpmem_login, body #wpmem_reg {
  width: 80%;
  margin: auto;
}
/* line 244, ../sass/screen.scss */
body #wpmem_reg fieldset {
  position: relative;
  padding-top: 4em;
  width: 100%;
}
/* line 249, ../sass/screen.scss */
body #wpmem_reg legend {
  display: none;
}
/* line 253, ../sass/screen.scss */
body #wpmem_reg .reg-row label {
  width: 25%;
}
/* line 256, ../sass/screen.scss */
body #wpmem_reg .reg-row .div_text, body #wpmem_reg .reg-row .div_textarea {
  width: 75%;
}
/* line 260, ../sass/screen.scss */
body #wpmem_reg .req-text {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 267, ../sass/screen.scss */
body .news-list-link {
  text-align: right;
}
/* line 271, ../sass/screen.scss */
body .section-title {
  position: relative;
}
/* line 273, ../sass/screen.scss */
body .section-title::after {
  content: "";
  width: 90%;
  display: block;
  position: absolute;
  border-bottom: 10px solid #54595F;
  margin: auto;
  left: 5%;
  height: 0;
  top: calc(50% - 5px);
  z-index: -1;
}
/* line 287, ../sass/screen.scss */
body .e-con.e-grid.about-line > .e-con-inner {
  grid-template-columns: 1fr 4fr;
}
/* line 292, ../sass/screen.scss */
body .about-grid {
  position: relative;
}
/* line 294, ../sass/screen.scss */
body .about-grid::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 2%;
  left: 2%;
  background: #FAFAFA;
  z-index: -1;
}
/* line 307, ../sass/screen.scss */
body .entry-form {
  width: 80%;
  padding: 5%;
  background: #fafafa;
  margin: auto;
  border-radius: 20px;
}
/* line 315, ../sass/screen.scss */
body .form-row {
  display: flex;
  flex-direction: column;
}
/* line 318, ../sass/screen.scss */
body .form-row .form-index {
  padding: 1.4em 0 .4em;
  font-size: 1.4em;
}
/* line 321, ../sass/screen.scss */
body .form-row .form-index label {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
/* line 330, ../sass/screen.scss */
body .form-row .form-index label span {
  font-size: 70%;
  color: #2778be;
}
/* line 337, ../sass/screen.scss */
body .form-row [type=checkbox] {
  transform: scale(1.5);
}
/* line 341, ../sass/screen.scss */
body .form-row .file-pickup {
  padding: 0 .4em 1em;
}
/* line 343, ../sass/screen.scss */
body .form-row .file-pickup .pickup-item {
  display: flex;
  align-items: center;
}
/* line 346, ../sass/screen.scss */
body .form-row .file-pickup .pickup-item span {
  width: calc(100% - 2em);
}
/* line 350, ../sass/screen.scss */
body .form-row .file-pickup [id$=-file] {
  display: none;
  margin-top: 1em;
  margin-left: 1.4em;
}
/* line 360, ../sass/screen.scss */
body #contact-form label {
  display: flex;
  align-items: center;
}
/* line 363, ../sass/screen.scss */
body #contact-form label span {
  margin-left: 20px;
  font-size: 80%;
  color: #FC3F19;
}
/* line 371, ../sass/screen.scss */
body [type=reset] {
  display: inline-block;
  font-weight: 400;
  color: #c36;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #c36;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  transition: all .3s;
}
/* line 387, ../sass/screen.scss */
body [type=rest]:focus, body [type=reset]:hover {
  color: #fff;
  background-color: #c36;
  text-decoration: none;
}
/* line 393, ../sass/screen.scss */
body input[type=date], body input[type=email], body input[type=number], body input[type=password], body input[type=search], body input[type=tel], body input[type=text], body input[type=url], body select, body textarea {
  border: 1px solid #ccc;
}
/* line 396, ../sass/screen.scss */
body .btn {
  margin-top: 2em;
  text-align: center;
}
/* line 399, ../sass/screen.scss */
body .btn span {
  display: block;
}
/* line 402, ../sass/screen.scss */
body .btn input {
  border: 3px solid #FC3F19;
  border-radius: 1.6em;
  padding: 0.6em 2em;
  font-size: 24px;
  font-weight: bold;
  color: #FC3F19;
  box-shadow: none;
}
/* line 410, ../sass/screen.scss */
body .btn input:hover, body .btn input:focus {
  background: #FC3F19;
  color: #fff;
  outline: none;
}
/* line 419, ../sass/screen.scss */
body .elementor-editor-active .entry-form {
  display: none;
}
/* line 424, ../sass/screen.scss */
body .copy {
  padding: 1em;
  background: #666;
}
/* line 427, ../sass/screen.scss */
body .copy p {
  text-align: center;
  margin-bottom: 0;
}
/* line 433, ../sass/screen.scss */
body .text-point-color {
  color: #006097;
}
/* line 437, ../sass/screen.scss */
body #gnav {
  position: fixed;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  overflow: hidden;
}
/* line 450, ../sass/screen.scss */
body #gnav:before {
  content: "";
  border-bottom: 3px solid #aaa;
  width: 50px;
  height: 10px;
  color: #aaa;
}
/* line 457, ../sass/screen.scss */
body #gnav:after {
  content: "";
  border-top: 3px solid #aaa;
  border-bottom: 3px solid #aaa;
  width: 50px;
  height: 20px;
  color: #aaa;
  margin-top: 13px;
}
/* line 467, ../sass/screen.scss */
body #gnav ul {
  position: absolute;
  top: 0;
  left: 100vw;
  z-index: 90;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
}
/* line 480, ../sass/screen.scss */
body #gnav ul li a {
  justify-content: center;
}
/* line 484, ../sass/screen.scss */
body #gnav ul:before {
  content: "";
  border-bottom: 3px solid #fff;
  width: 58px;
  height: 10px;
  color: #fff;
  position: absolute;
  top: 39px;
  right: 14px;
  transform: rotate(29deg);
}
/* line 495, ../sass/screen.scss */
body #gnav ul:after {
  content: "";
  border-bottom: 3px solid #fff;
  width: 58px;
  height: 20px;
  color: #fff;
  margin-top: 13px;
  position: absolute;
  top: 32px;
  right: 12px;
  transform: rotate(150deg);
}
/* line 511, ../sass/screen.scss */
body.archive.category .post {
  margin-bottom: 5rem;
}
/* line 517, ../sass/screen.scss */
body .member-list .flex-row-header {
  background: #0ACFE8;
  color: #fff;
  font-weight: bold;
}
/* line 522, ../sass/screen.scss */
body .member-list .col {
  padding: 5px;
}
/* line 525, ../sass/screen.scss */
body .member-list .list-contents {
  border-bottom: 1px solid #ccc;
}
/* line 528, ../sass/screen.scss */
body .member-list .list-1st-contents {
  border-top: 1px solid #ccc;
}
/* line 533, ../sass/screen.scss */
body .delete-link {
  display: block;
  margin-top: 1em;
  text-align: right;
}
/* line 539, ../sass/screen.scss */
body #jetpack_protect_answer {
  width: 80px;
}
/* line 543, ../sass/screen.scss */
body .wpmem_msg {
  margin-left: auto;
  margin-right: auto;
}
/* line 550, ../sass/screen.scss */
body .cta a,
body .cta-blk a {
  position: relative;
  display: inline-block;
  padding-right: 4em;
  color: #fff;
}
/* line 561, ../sass/screen.scss */
body .cta a::before,
body .cta-blk a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 3em;
  height: 3em;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  z-index: 1;
}
/* line 576, ../sass/screen.scss */
body .cta-blk a::before {
  border: 1px solid #000;
}
/* line 584, ../sass/screen.scss */
body .cta a::after,
body .cta-blk a::after {
  content: '';
  position: absolute;
  top: 25%;
  right: -1em;
  width: 3em;
  height: 1.5em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 117.23 22.65'><style>.s{fill:none;stroke:white;stroke-miterlimit:10;}</style><polyline class='s' points='0 22.15 116.14 22.15 97.45 .33'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  z-index: 2;
}
/* line 601, ../sass/screen.scss */
body .cta-blk a::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 117.23 22.65'><style>.s{fill:none;stroke:black;stroke-miterlimit:10;}</style><polyline class='s' points='0 22.15 116.14 22.15 97.45 .33'/></svg>");
}
/* line 606, ../sass/screen.scss */
body .hfe-nav-menu .hfe-menu-item {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  text-decoration: none;
  color: inherit;
}
/* line 615, ../sass/screen.scss */
body .hfe-nav-menu .hfe-menu-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #00c4c2;
  transition: width 0.4s ease;
  pointer-events: none;
}
/* line 628, ../sass/screen.scss */
body .hfe-nav-menu .hfe-menu-item:hover::after {
  width: 100%;
}
/* line 633, ../sass/screen.scss */
body .hfe-nav-menu .current-menu-item > .hfe-menu-item::after,
body .hfe-nav-menu .current_page_item > .hfe-menu-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100% !important;
  opacity: 1 !important;
  height: 3px;
  background-color: #00c4c2;
  z-index: 1;
}
/* line 646, ../sass/screen.scss */
body .cat-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 654, ../sass/screen.scss */
body .cat-badge a {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.12s ease, filter 0.12s ease;
}
/* line 663, ../sass/screen.scss */
body .cat-badge a:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}
/* line 668, ../sass/screen.scss */
body #contact-form {
  margin-top: 2%;
}

@media screen and (max-width: 768px) {
  /* line 676, ../sass/screen.scss */
  body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    /* Elementorによるdisplay: noneを強制上書き */
    /* ハンバーガー本体 */
    /* ハンバーガー3本線（CSSだけで描画） */
    /* 開いたときのバツ変形 */
    /* メニュー全体（展開前は非表示） */
    /* 展開メニュー（全画面・中央揃え） */
  }
  /* line 678, ../sass/screen.scss */
  body #news-container,
  body #topics-container {
    row-gap: 0px;
  }
  /* line 682, ../sass/screen.scss */
  body #news-container .elementor-widget-container .news-item-wrap, body #news-container.page-content .news-item-wrap,
  body #topics-container .elementor-widget-container .news-item-wrap,
  body #topics-container.page-content .news-item-wrap {
    width: 100%;
  }
  /* line 687, ../sass/screen.scss */
  body #news-container.page-content,
  body #topics-container.page-content {
    row-gap: 0px;
  }
  /* line 691, ../sass/screen.scss */
  body #news-container.page-content .elementor-widget-container .news-item-wrap, body #news-container.page-content.page-content .news-item-wrap,
  body #topics-container.page-content .elementor-widget-container .news-item-wrap,
  body #topics-container.page-content.page-content .news-item-wrap {
    width: 100%;
  }
  /* line 698, ../sass/screen.scss */
  body:not(.home) #news-container .news-item-wrap, body:not(.home) #news-container .events-item-wrap {
    gap: 0;
  }
  /* line 700, ../sass/screen.scss */
  body:not(.home) #news-container .news-item-wrap .news-item, body:not(.home) #news-container .events-item-wrap .news-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3em;
  }
  /* line 705, ../sass/screen.scss */
  body:not(.home) #news-container .news-item-wrap .news-item .img, body:not(.home) #news-container .events-item-wrap .news-item .img {
    width: 100%;
  }
  /* line 708, ../sass/screen.scss */
  body:not(.home) #news-container .news-item-wrap .news-item .time, body:not(.home) #news-container .events-item-wrap .news-item .time {
    width: 100%;
  }
  /* line 711, ../sass/screen.scss */
  body:not(.home) #news-container .news-item-wrap .news-item .title, body:not(.home) #news-container .events-item-wrap .news-item .title {
    width: 100%;
  }
  /* line 714, ../sass/screen.scss */
  body:not(.home) #news-container .news-item-wrap .news-item .news-item-container, body:not(.home) #news-container .events-item-wrap .news-item .news-item-container {
    width: 100%;
    flex: 1;
    justify-content: start;
    align-items: flex-start;
  }
  /* line 731, ../sass/screen.scss */
  body.home #events-container .news-item-wrap .news-item, body.home #events-container .events-item-wrap .news-item,
  body.home #news-container .news-item-wrap .news-item,
  body.home #news-container .events-item-wrap .news-item,
  body.home #topics-container .news-item-wrap .news-item,
  body.home #topics-container .events-item-wrap .news-item {
    margin-bottom: 2rem;
  }
  /* line 734, ../sass/screen.scss */
  body.home #events-container .news-item-wrap .title, body.home #events-container .events-item-wrap .title,
  body.home #news-container .news-item-wrap .title,
  body.home #news-container .events-item-wrap .title,
  body.home #topics-container .news-item-wrap .title,
  body.home #topics-container .events-item-wrap .title {
    width: 100%;
  }
  /* line 737, ../sass/screen.scss */
  body.home #events-container .news-item-wrap .time, body.home #events-container .events-item-wrap .time,
  body.home #news-container .news-item-wrap .time,
  body.home #news-container .events-item-wrap .time,
  body.home #topics-container .news-item-wrap .time,
  body.home #topics-container .events-item-wrap .time {
    width: 100%;
    text-align: right;
    padding: 0 10px 10px;
  }
  /* line 749, ../sass/screen.scss */
  body .elementor-widget-heading.section-title .elementor-heading-title.elementor-size-xxl {
    font-size: 140%;
    font-weight: 600;
  }
  /* line 754, ../sass/screen.scss */
  body .flex-mobile-fd-c {
    flex-direction: row;
  }
  /* line 758, ../sass/screen.scss */
  body .entry-form {
    width: 100%;
  }
  /* line 761, ../sass/screen.scss */
  body .btn {
    margin-top: 2em;
  }
  /* line 763, ../sass/screen.scss */
  body .btn input {
    border: 3px solid #006097;
    border-radius: 1.6em;
    padding: 0.4em 1em;
    font-size: 18px;
    font-weight: bold;
    color: #006097;
    box-shadow: none;
  }
  /* line 771, ../sass/screen.scss */
  body .btn input:hover, body .btn input:focus {
    background: #006097;
    color: #fff;
    outline: none;
  }
  /* line 779, ../sass/screen.scss */
  body #mobile-nav {
    max-width: 50px;
  }
  /* line 782, ../sass/screen.scss */
  body #mobile-nav .hfe-nav-menu__toggle {
    margin-left: auto;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 3px;
  }
  /* line 789, ../sass/screen.scss */
  body #mobile-nav nav.hfe-dropdown {
    position: fixed;
    width: 100vw;
    left: 0;
    top: 70px;
    z-index: 0;
  }
  /* line 798, ../sass/screen.scss */
  body *, body *::before, body *::after {
    box-sizing: border-box;
  }
  /* line 807, ../sass/screen.scss */
  body .hfe-nav-menu__toggle,
  body .hfe-layout-horizontal .hfe-nav-menu__toggle,
  body .hfe-layout-vertical .hfe-nav-menu__toggle {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  /* line 816, ../sass/screen.scss */
  body .hfe-nav-menu__toggle {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    cursor: pointer;
  }
  /* line 832, ../sass/screen.scss */
  body .hfe-nav-menu-icon {
    width: 24px;
    height: 18px;
    position: relative;
  }
  /* line 838, ../sass/screen.scss */
  body .hfe-nav-menu-icon::before,
  body .hfe-nav-menu-icon::after,
  body .hfe-nav-menu-icon span {
    content: "";
    display: block;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
  }
  /* line 851, ../sass/screen.scss */
  body .hfe-nav-menu-icon::before {
    top: 0;
  }
  /* line 855, ../sass/screen.scss */
  body .hfe-nav-menu-icon span {
    top: 7.5px;
  }
  /* line 859, ../sass/screen.scss */
  body .hfe-nav-menu-icon::after {
    bottom: 0;
  }
  /* line 864, ../sass/screen.scss */
  body.hfe-menu-open .hfe-nav-menu-icon::before {
    transform: rotate(45deg);
    top: 7.5px;
  }
  /* line 869, ../sass/screen.scss */
  body.hfe-menu-open .hfe-nav-menu-icon span {
    opacity: 0;
  }
  /* line 873, ../sass/screen.scss */
  body.hfe-menu-open .hfe-nav-menu-icon::after {
    transform: rotate(-45deg);
    top: 7.5px;
    bottom: auto;
  }
  /* line 880, ../sass/screen.scss */
  body .hfe-nav-menu__layout-horizontal {
    display: none !important;
  }
  /* line 885, ../sass/screen.scss */
  body.hfe-menu-open .hfe-nav-menu__layout-horizontal {
    display: flex !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* ← ここが重要！ */
    bottom: 0;
    background-color: #efefef;
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    transform: translateZ(0);
    /* GPUによる描画安定化 */
    width: 100vw !important;
  }
  /* line 903, ../sass/screen.scss */
  body.hfe-menu-open .hfe-nav-menu__layout-horizontal ul.hfe-nav-menu {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100vw !important;
    text-align: center;
  }
  /* line 914, ../sass/screen.scss */
  body.hfe-menu-open .hfe-nav-menu__layout-horizontal .hfe-menu-item {
    font-size: 1.6rem;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
    padding: 8px 16px;
  }
  /* line 924, ../sass/screen.scss */
  body.hfe-menu-open .hfe-nav-menu__layout-horizontal .hfe-menu-item:hover {
    color: #d4af37;
    /* ゴールド */
  }
  /* line 928, ../sass/screen.scss */
  body.hfe-menu-open {
    overflow: hidden;
  }
}
