@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* スライドタイトル */
.p-mainVisual__slideTitle {
  font-size: 2rem;
}

@media (max-width: 480px) {
  .p-mainVisual__slideTitle .line1,
  .p-mainVisual__slideTitle .line2 {
    background-color: #1E1D1C;
    color: #fff;
    display: inline-block;
    padding: 0.3em 0.2em;
    line-height: 1.7;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    min-height: 12em;
    font-size: 1.4rem !important;
  }
}

/* 画像の調整 */
@media screen and (max-width: 767px) {
  .wp-block-media-text__media img.wp-image-262 {
    width: 50% !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
  }
	/*  投稿メニュー抜粋テキスト */
	.p-postList__excerpt {
	  font-size: 1rem !important;
	  line-height: 1.8 !important;      /* 行間の調整 */
	  margin-top: 0.5em !important;
	}

}



/* -------- ハンバーガーメニュー -------- */

/* デフォルト時 */
[data-spmenu="closed"] .-menuBtn .c-iconBtn__icon {
  position: relative;
  margin-top: 15px;
  width: 24px;
  height: 1.5px;
  background-color: #1E1D1C;
}

[data-spmenu="closed"] .-menuBtn .c-iconBtn__icon::before {
  position: absolute;
  content: '';
  right: 0;
  top: -8px;
  width: 45px;
  height: 1.5px;
  background-color: #1E1D1C;
}

/* すりガラス背景 */
.p-spMenu__inner::before {
  background: rgb(255 255 255 / .8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

/* メニューをフェードイン */
.p-spMenu__body {
  opacity: 0;
  transform: translateY(20px);
}

[data-spmenu="opened"] .p-spMenu__body {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-in, transform .7s ease-out;
}

/* メニューの項目を削除 */
.c-widget__title.-spmenu,
.p-spMenu__nav {
  display: none;
}
/* -------- ハンバーガーメニュー ここまで-------- */

/* ----------------------------------------------------
   投稿メニュータイトルと抜粋テキスト：余白・フォントサイズ調整
---------------------------------------------------- */

/* タイトル下の余白 */
.p-postList__title {
  margin-bottom: 1.5em !important;
  font-size: 1.8rem !important;
}

/*  投稿メニュー抜粋テキスト */
.p-postList__excerpt {
  font-size: 1.2rem !important;
  line-height: 1.8 !important;      /* 行間の調整 */
  margin-top: 0.5em !important;
}
