@media screen and (max-width: 767px) {



/* =========================
   全体　フォント関連
   ========================= */

   p {
    font-size: 14px;
}


/* プロフィール名前 */
.name {
    font-family: serif !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  letter-spacing: 2px !important;
  margin-top: 5px !important;
}

  .yose {
    text-align: center !important;
  }

/*ボタンの幅*/
  .cocoon-block-button__link,
  .btn {
    padding: 10px 20px !important; /* ←ここで高さ調整 */
    font-size: 14px; /* ついでに少し整えるとバランス◎ */
    font-weight: 500;
  }

  /* YouTube動画の下の余白を消す */
.wp-block-embed {
  margin-bottom: 0 !important;
}

/*上のロゴ非表示*/
.logo {
    display: none !important;
  }

/* スマホのみ：Q&A（アコーディオン）の文字サイズ */

  /* 質問 */
  .faq-question-content {
    font-size: 14px !important;
  }

  /* 回答 */
  .faq-question-content,
  .faq-answer-content,
  .faq-answer-content p,
  .faq-answer-content span,
  .faq-answer-content div {
    font-size: 14px !important;
  }




/*h2サイズ*/
h2.serif {
  font-family: serif !important;
  font-weight: 600 !important;
  font-size: 16.8px !important;
  line-height: 1.5 !important;
  letter-spacing: 1px !important;
  color: #4A4A4A !important;
}



/* =========================
   スライダー上の余白
   ========================= */

  .header-container-in {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }


/* =========================
   スライドインメニュー装飾
========================= */

/* リンク */
.menu-drawer li a {
  position: relative;
  padding-left: 1.8em !important;
}

/* オレンジ（左・大） */
.menu-drawer li a::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  font-size: 16px;
  line-height: 1;
  color: rgba(248, 137, 106, 0.5);
}

/* 紫（右・小・少し下） */
.menu-drawer li a::after {
  content: "●";
  position: absolute;
  left: 0.6em;
  top: 60%;

  transform: translateY(-50%);
  font-size: 12px;
  line-height: 1;
  color: rgba(182, 138, 208, 0.7);
}

/* 区切り線 */
.menu-drawer li {
  border-bottom: 1px solid rgba(248, 137, 106, 0.12);
}

/* 最後の線は消す */
.menu-drawer li:last-child {
  border-bottom: none;
}


.menu-drawer li a {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}


/* × を消す */
.menu-close-button .fas.fa-times {
  display: none;
}

/* Close */
.menu-close-button::after {
  content: "Close";
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;

  background: linear-gradient(
    90deg,
    #F8896A,
    #B68AD0
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}




/* ヘッダーボタン幅 */
.mobile-menu-buttons .menu-button {
  width: 50px;
}

.mobile-menu-buttons .menu-button-in {
  gap: 2px;
}



















}