/**
Theme Name: ABILITY
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ability
Template: astra
*/


/* @import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
h1,h2,h3,h4,h5,h6,p{
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;} */


  /* @import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");

h1,
h2,
h3,
h4,
h5,
p,
a {
  font-family: "Zen Maru Gothic", serif !important;
  font-style: normal;
} */



/* モバイルメニューをヘッダーの下に表示する */
.ast-mobile-popup-drawer {
  top: 80px !important; /* ヘッダーの高さに合わせる */
}

/* ヘッダーが固定される分、下のコンテンツが隠れないように余白を足す */
.site-content {
  padding-top: 80px;
}

.ast-mobile-header-content.content-align-flex-start {
   margin-top: 80px !important;
 }

 .ast-mobile-header-wrap .ast-mobile-header-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.5); /* 透過度を少し下げるとブラー感が目立ちます */
  backdrop-filter: blur(10px); /* ★ すりガラス効果 ★ */
  -webkit-backdrop-filter: blur(10px); /* Safari対応 */
  z-index: 99999; /* ヘッダーより上に */
}


/* モバイルメニューを全画面に固定表示 */
.ast-mobile-popup-drawer {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  z-index: 99999;
}

/* メニューが開いている間、背景スクロールを禁止 */
html.ast-menu-toggle-active,
html.ast-menu-toggle-active body {
  overflow: hidden;
}


/* モバイルメニューのリストを右寄せ */
.ast-mobile-popup-drawer .ast-mobile-popup-inner {
  text-align: right !important;
}

/* メニューリンク自体を右寄せ＋横方向に整える */
.ast-mobile-popup-drawer .ast-menu-toggle,
.ast-mobile-popup-drawer .main-header-menu li a {
  justify-content: flex-end !important;
  text-align: right !important;
}

/* body {
  background-color: hotpink !important;
} */

/* デスクトップ（通常時）：17px */
p {
  font-size: 19px !important;
}

/* タブレット用（最大幅768px） */
@media (max-width: 768px) {
  p {
    font-size: 16px !important;
  }
}

/* モバイル用（最大幅480px） */
@media (max-width: 480px) {
  p {
    font-size: 15px;
  }
}

.wpforms-field-container,
.wpforms-submit-container  {
  display: block !important;
  max-width: 80% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 480px) {
  .wpforms-field-container,
.wpforms-submit-container  {
    max-width: 95%;
  }
}